"message":"이 페이지에서 CanvasBlocker의 설정을 조정할 수 있습니다.",
"description":""
},
"installNotice":{
"message":"Canvas Blocker가 설치되었습니다. 나중에 이 페이지에 액세스하려면 즐겨찾기를 하세요.",
"description":""
},
"updateNotice":{
"message":"CanvasBlocker가 업데이트되었습니다. 언제든 이 페이지에 액세스할 수 있지만 아직 즐겨찾기를 안했다면, 즐겨찾기를 하세요.",
"description":""
},
"dontShowOptionsOnUpdate":{
"message":"업데이트 후 다시 표시하지 않습니다.",
"description":""
},
"resistFingerprintingNotice":{
"message":"\"Privacy.resistFingerprinting가 활성화되어 있습니다. 이것은 CanvasBlocker의 동작을 약간 변경합니다. 자세한 정보 참조 {link:here:https://github.com/kkapsner/CanvasBlocker/issues/158} 와{link:here:https://github.com/ghacksuserjs/ghacks-user.js/issues/767}.",
"description":""
},
"settingsNotice.dom.webAudio.enabled":{
"message":"dom.webAudio.enabled가 비활성화되어 있습니다. 이렇게 하는 사람이 매우 적기 때문에 사용자를 더 쉽게 추적할 수 있게 만듭니다.",
"message":"When CanvasBlocker's block mode is set to 'ask permission' or 'ask permission for readout API', a confirm message will appear every time a page tries to access the API or readout API. This setting tries to display the confirm message only once for each page regardless of how many times the page tries to access the API. Nevertheless, multiple confirm messages may still be displayed on some pages.\n\nNo: asking every time\n\nIndividual: each API type (context, input, readout) has to be confirmed separately\n\nCombined: all API types get confirmed together",
"message":"nothing: no features of the canvas API are protected.\n\nreadout: the readout features of the canvas API are protected.\n\ninput: the input features of the canvas API are protected. With blocking mode \"fake\" the drawn pixels get modified slightly when displaying text. This makes the detection of the add-on harder but is less secure. With WebGL canvases the behaviour is identical to \"readout\".\n\neverything: both the readout and input features are protected. It's not recommended to use this with \"fake\" block mode as it increases the probability to be detected.",
"description":""
},
"protectedCanvasPart_urlSpecific":{
"message":"To protect individual parts for specific websites, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and select the desired part.",
"message":"Canvases with a smaller or equal area than this number will not be faked. This is a parameter to prevent detection.\nCAUTION: This lowers the safety of the addon, therefore it is highly recommended not to set this value above 100.",
"description":""
},
"minFakeSize_title":{
"message":"Minimal fake size",
"description":""
},
"maxFakeSize_description":{
"message":"Canvases with a bigger area than this number will not be faked. (Enter zero to disable.) This is a performance parameter that can prevent browser freezes and should be adjusted to the computing power of the device.\nCAUTION: This lowers the safety of the addon, therefore it is highly recommended not to set this value below 1 000 000.",
"message":"none (completely white): a completely white image is returned. The option \"Fake the alpha channel\" should be activated with this. CAUTION: Do not use this with the \"fake at input\" mode.\n\nnonpersistent: the random numbers will be determined freshly for each faking action. Keep in mind that many API protections have caches in place to prevent detection.\n\nconstant: variation of nonpersistent. But when altering canvas data same colored pixels also share the same color afterwards.\n\npersistent: the random number will only be determined once for every domain.",
"message":"Are you really sure you want to share the persistent randomness between domains?\nCAUTION: this makes the browser 100% trackable and is therefore a threat to your privacy.",
"description":""
},
"ignoreFrequentColors_title":{
"message":"Ignore the most frequent colors",
"description":""
},
"ignoreFrequentColors_description":{
"message":"Number of colors that shall not be faked per canvas. This is a parameter to prevent detection.\nCAUTION: This can reduce the performance of the addon because the color statistic has to be calculated for every image. Additional this can lower the safety of the addon, therefore it is highly recommended not to set this value above 3.",
"description":""
},
"minColors_title":{
"message":"Minimal number of colors",
"description":""
},
"minColors_description":{
"message":"Number of colors that a canvas must have to be faked.\nCAUTION: This can lower the safety of the addon, therefore it is highly recommended not to set this value above 10.",
"description":""
},
"fakeAlphaChannel_title":{
"message":"Fake the alpha channel",
"description":""
},
"fakeAlphaChannel_description":{
"message":"Activates the faking of the alpha channel (transparency).",
"message":"Value to be reported in the webGL function \"getParameter\" for the \"vendor\". Special values:\nLeave empty to use the original value\n\n{undefined}: returns undefined (#508)\n\n{false}: returns the boolean value false (#508)\n\n{empty}: returns an empty string (#508)\n\n{disabled}: returns null (#508)\n\n{random vendor}: returns a random vendor from the built-in list (#493)\n\n{random renderer}: returns a random renderer from the built-in list (#493)\n\n<xxx|yyy|zzz>: picks one of the given options xxx, yyy or zzz at random (arbitrary number of options) (#493)",
"description":""
},
"webGLRenderer_title":{
"message":"Reported webGL renderer",
"description":""
},
"webGLRenderer_description":{
"message":"Value to be reported in the webGL function \"getParameter\" for the \"renderer\". Special values:\nLeave empty to use the original value\n\n{undefined}: returns undefined (#508)\n\n{false}: returns the boolean value false (#508)\n\n{empty}: returns an empty string (#508)\n\n{disabled}: returns null (#508)\n\n{random vendor}: returns a random vendor from the built-in list (#493)\n\n{random renderer}: returns a random renderer from the built-in list (#493)\n\n<xxx|yyy|zzz>: picks one of the given options xxx, yyy or zzz at random (arbitrary number of options) (#493)",
"description":""
},
"webGLUnmaskedVendor_title":{
"message":"Reported webGL unmasked vendor",
"description":""
},
"webGLUnmaskedVendor_description":{
"message":"Value to be reported in the webGL function \"getParameter\" for the \"unmasked vendor\". Special values:\nLeave empty to use the original value\n\n{undefined}: returns undefined (#508)\n\n{false}: returns the boolean value false (#508)\n\n{empty}: returns an empty string (#508)\n\n{disabled}: returns null (#508)\n\n{random vendor}: returns a random vendor from the built-in list (#493)\n\n{random renderer}: returns a random renderer from the built-in list (#493)\n\n<xxx|yyy|zzz>: picks one of the given options xxx, yyy or zzz at random (arbitrary number of options) (#493)",
"description":""
},
"webGLUnmaskedRenderer_title":{
"message":"Reported webGL unmasked renderer",
"description":""
},
"webGLUnmaskedRenderer_description":{
"message":"Value to be reported in the webGL function \"getParameter\" for the \"unmasked renderer\". Special values:\nLeave empty to use the original value\n\n{undefined}: returns undefined (#508)\n\n{false}: returns the boolean value false (#508)\n\n{empty}: returns an empty string (#508)\n\n{disabled}: returns null (#508)\n\n{random vendor}: returns a random vendor from the built-in list (#493)\n\n{random renderer}: returns a random renderer from the built-in list (#493)\n\n<xxx|yyy|zzz>: picks one of the given options xxx, yyy or zzz at random (arbitrary number of options) (#493)",
"message":"Enables the canvas cache. This can prevent detection and increases the performance when small canvases are read several times, but decreases it for big canvases.",
"message":"Select domain or URL to add to ignore list:",
"description":""
},
"inputIgnore":{
"message":"Input domain or URL \"RegExp\" to add to ignore list:",
"description":""
},
"inputIgnoreDomain":{
"message":"Input domain to add to ignore list:",
"description":""
},
"inputIgnoreURL":{
"message":"Input URL \"RegExp\" to add to ignore list:",
"description":""
},
"selectWhitelist":{
"message":"Select domain or URL to add to whitelist:",
"description":""
},
"inputWhitelist":{
"message":"Input domain or URL \"RegExp\" to add to whitelist:",
"description":""
},
"inputWhitelistDomain":{
"message":"Input domain to add to whitelist:",
"description":""
},
"inputWhitelistURL":{
"message":"Input URL \"RegExp\" to add to whitelist:",
"description":""
},
"selectSessionWhitelist":{
"message":"Select domain or URL to add to the session whitelist:",
"description":""
},
"inputSessionWhitelist":{
"message":"Input domain or URL \"RegExp\" to add to the session whitelist:",
"description":""
},
"inputSessionWhitelistDomain":{
"message":"Input domain to add to the session whitelist:",
"description":""
},
"inputSessionWhitelistURL":{
"message":"Input URL \"RegExp\" to add to the session whitelist:",
"description":""
},
"selectWhitelistScope":{
"message":"What is the scope of the whitelisting?",
"description":""
},
"selectWhitelistType":{
"message":"What is the type of the whitelisting?",
"description":""
},
"whitelistOnlyAPI":{
"message":"{api} 만 허용",
"description":""
},
"whitelistAllAPIs":{
"message":"모든 API 허용",
"description":""
},
"settings":{
"message":"설정",
"description":""
},
"showCallingFile_description":{
"message":"",
"description":""
},
"showCallingFile_title":{
"message":"Show calling file",
"description":""
},
"showCompleteCallingStack_description":{
"message":"",
"description":""
},
"showCompleteCallingStack_title":{
"message":"Display complete calling stack",
"description":""
},
"showNotifications_description":{
"message":"Shows a notification icon in the address bar when something gets blocked or faked.",
"description":""
},
"showNotifications_urlSpecific":{
"message":"To deactivate notifications for specific websites, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"showNotifications_title":{
"message":"Show notification icon",
"description":""
},
"highlightPageAction_description":{
"message":"Highlight the page action icon for better visibility.",
"message":"JS files which are allowed to use all APIs. The input has to be in JSON format. Example: [{\"url\": \"http://domain/file1.js\"}, {\"url\": \"http://domain/file2.js\", \"line\": 1, \"column\": 4, \"stackPosition\": -3}]",
"description":""
},
"stackList_title":{
"message":"File specific whitelist",
"description":""
},
"whiteList_title":{
"message":"허용 목록",
"description":""
},
"whiteList_description":{
"message":"Domains or URLs which shall be allowed to use all APIs. To add multiple entries, separate them by commas.",
"message":"Domains or URLs which shall be allowed to use all APIs during the current session. To add multiple entries, separate them by commas.",
"description":""
},
"whitelistDomainTemporarily":{
"message":"일시적으로 도메인 허용",
"description":""
},
"whitelistURLTemporarily":{
"message":"일시적으로 URL 허용",
"description":""
},
"storeNotificationData_title":{
"message":"Store detail data of the notifications",
"description":""
},
"storeNotificationData_description":{
"message":"",
"description":""
},
"storeImageForInspection_title":{
"message":"Store image for inspection",
"description":""
},
"storeImageForInspection_description":{
"message":"Enables the storage of the content of the faked canvas.\nCAUTION: This may lead to a lot of memory consumption.",
"description":""
},
"protectAudio_title":{
"message":"Protect audio API",
"description":""
},
"protectAudio_description":{
"message":"If the audio API shall be protected as well",
"description":""
},
"protectAudio_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"audioFakeRate_title":{
"message":"Buffer fake rate",
"description":""
},
"audioFakeRate_description":{
"message":"How many of the values per read request shall be faked.",
"message":"Enables the audio cache. This can prevent detection but decreases the performance.",
"description":""
},
"useAudioCache_urlSpecific":{
"message":"Some pages use a very poorly written audio fingerprinting script which will cause Firefox to slow down. To disable the cache for specific websites, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"audioUseFixedIndices_title":{
"message":"Use fixed indices",
"description":""
},
"audioUseFixedIndices_description":{
"message":"If some of the used indices shall always be faked.",
"description":""
},
"audioFixedIndices_title":{
"message":"Fixed indices",
"description":""
},
"audioFixedIndices_description":{
"message":"The indices that are always faked. To add multiple entries, separate them by commas.",
"description":""
},
"historyLengthThreshold_title":{
"message":"History length threshold",
"description":""
},
"historyLengthThreshold_description":{
"message":"Maximal length of the history that is reported to the website.",
"description":""
},
"historyLengthThreshold_urlSpecific":{
"message":"To change this value for specific websites, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and set a different value.",
"description":""
},
"protectWindow_title":{
"message":"Protect window API",
"description":""
},
"protectWindow_description":{
"message":"window.opener and window.name will be protected. This can render some webpages unusable.",
"description":""
},
"protectWindow_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"protectWindow_askReCaptchaException":{
"message":"Protecting the window API breaks reCAPTCHA. Do you want to allow the window.name API in embedded pages which will make it work again?",
"description":""
},
"allowWindowNameInFrames_title":{
"message":"Allow window.name in frames",
"description":""
},
"allowWindowNameInFrames_description":{
"message":"The window.name API is not that dangerous in the context of embedded pages and it is used there for legitimate reasons (e.g. reCAPTCHA). This setting will allow these usages.",
"description":""
},
"allowWindowNameInFrames_urlSpecific":{
"message":"To allow this only for specific websites, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and set its checkmark.",
"description":""
},
"protectDOMRect_title":{
"message":"Protect DOMRect API",
"description":""
},
"protectDOMRect_description":{
"message":"This protects against the \"getClientRects()\" fingerprinting and several similar methods.",
"description":""
},
"protectDOMRect_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"domRectIntegerFactor_title":{
"message":"DOMRect integer factor",
"description":""
},
"domRectIntegerFactor_description":{
"message":"Some fraction of a pixel can be controlled by CSS. To prevent detection, values of a DOMRect that multiplied with this factor are integers will not be altered.",
"description":""
},
"protectSVG_title":{
"message":"Protect SVG API",
"description":""
},
"protectSVG_description":{
"message":"This protects against fingerprinting using SVGs.",
"description":""
},
"protectSVG_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"protectTextMetrics_title":{
"message":"Protect TextMetrics API",
"description":""
},
"protectTextMetrics_description":{
"message":"This protects against the \"measureText()\" fingerprinting which can be used to cross validate DOMRect values.",
"description":""
},
"protectTextMetrics_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"protectNavigator_title":{
"message":"Protect navigator API",
"description":""
},
"protectNavigator_description":{
"message":"This page allows for changes in the navigator API. Enabling this protection does not change anything by default. Open the navigator settings to specify the changes you want to have there.",
"description":""
},
"protectNavigator_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"openNavigatorSettings_title":{
"message":"Navigator settings",
"description":""
},
"openNavigatorSettings_description":{
"message":"",
"description":""
},
"openNavigatorSettings_label":{
"message":"열기",
"description":""
},
"navigatorSettings_title":{
"message":"CanvasBlocker navigator settings",
"description":""
},
"navigatorSettings_description":{
"message":"On this page you can set the navigator settings. If using a preset you should always use an operating system and browser preset. After selecting these you can still make modifications.",
"description":""
},
"navigatorSettings_disclaimer":{
"message":"CAUTION: the actual browser in use cannot be faked entirely as there is a multitude of ways to detect it. E.g. feature tests and browser specific rendering of HTML elements will always leak.",
"description":""
},
"navigatorSettings_contextualIdentities":{
"message":"Settings for the container {select} are shown.",
"description":""
},
"navigatorSettings_presetSection.os":{
"message":"Operating system presets",
"description":""
},
"navigatorSettings_presetSection.browser":{
"message":"Browser presets",
"description":""
},
"navigatorSettings_values":{
"message":"Navigator values",
"description":""
},
"navigatorSettings_reset":{
"message":"초기화",
"description":""
},
"protectScreen_title":{
"message":"Protect screen API",
"description":""
},
"protectScreen_description":{
"message":"This protects against fingerprinting attempts including the screen size.",
"description":""
},
"protectScreen_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"screenSize_title":{
"message":"화면 크기",
"description":""
},
"screenSize_description":{
"message":"If this is set with a value \"...x...\" the specified dimensions will be reported as the screen size.",
"description":""
},
"screenSize_urlSpecific":{
"message":"To provide specific sizes for certain websites, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and enter the desired value.",
"description":""
},
"fakeMinimalScreenSize_title":{
"message":"Fake minimal screen size",
"description":""
},
"fakeMinimalScreenSize_description":{
"message":"Use a minimal screen size from the following set that can fit the inner window dimensions. Screen sizes: 1366x768, 1440x900, 1600x900, 1920x1080, 4096x2160, 8192x4320",
"description":""
},
"fakeMinimalScreenSize_urlSpecific":{
"message":"To exclude specific websites from the faking, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"theme_title":{
"message":"테마",
"description":""
},
"theme_description":{
"message":"The automatic theme switches to dark if the system uses a dark theme (requires Firefox >= 67)",
"description":""
},
"theme_options.auto":{
"message":"자동",
"description":""
},
"theme_options.default":{
"message":"기본값",
"description":""
},
"theme_options.light":{
"message":"밝은 테마",
"description":""
},
"theme_options.dark":{
"message":"어두운 테마",
"description":""
},
"theme_options.colorful":{
"message":"colorful",
"description":""
},
"theme_options.none":{
"message":"none",
"description":""
},
"blockDataURLs_title":{
"message":"Block data URL pages",
"description":""
},
"blockDataURLs_description":{
"message":"Data URL pages cannot be protected against fingerprinting (see https://bugzilla.mozilla.org/show_bug.cgi?id=1475831). Blocking them prevents the real fingerprint to reach any server.",
"description":""
},
"blockDataURLs_urlSpecific":{
"message":"To exclude specific websites from this protection, click on the black arrow to open the menu, add the domain or URL by clicking on \"+\" and remove its checkmark.",
"description":""
},
"showReleaseNotes_title":{
"message":"Release notes",
"description":""
},
"showReleaseNotes_description":{
"message":"",
"description":""
},
"showReleaseNotes_label":{
"message":"Show",
"description":""
},
"logLevel_title":{
"message":"Logging level",
"description":""
},
"logLevel_description":{
"message":"To find the cause of an error, detailed logging of the addon activities is helpful. This parameter controls the level of detail of the logging.\n\nThe logging can be viewed in the Browser Console (Ctrl+Shift+J) and the Web Console (Ctrl+Shift+K).",
"description":""
},
"logLevel_options.0":{
"message":"none",
"description":""
},
"logLevel_options.1":{
"message":"오류",
"description":""
},
"logLevel_options.25":{
"message":"경고",
"description":""
},
"logLevel_options.50":{
"message":"메시지",
"description":""
},
"logLevel_options.75":{
"message":"알림",
"description":""
},
"logLevel_options.100":{
"message":"verbose",
"description":""
},
"exportSettings_title":{
"message":"설정 내보내기",
"description":""
},
"exportSettings_description":{
"message":"",
"description":""
},
"settingControlling_title":{
"message":"Setting controlling",
"description":""
},
"settingControlling_description":{
"message":"",
"description":""
},
"openSettingSanitation_label":{
"message":"Setting sanitation",
"description":""
},
"inspectWhitelist_label":{
"message":"허용 목록 검사",
"description":""
},
"openSettingPresets_title":{
"message":"프리셋",
"description":""
},
"openSettingPresets_description":{
"message":"This opens the preset page that was shown upon installation. The presets are collections of setting values for some common use cases of CanvasBlocker.",
"description":""
},
"openSettingPresets_label":{
"message":"열기",
"description":""
},
"inspectSettings_label":{
"message":"살펴보기",
"description":""
},
"saveSettings_label":{
"message":"저장",
"description":""
},
"loadSettings_label":{
"message":"불러오기",
"description":""
},
"resetSettings_title":{
"message":"설정 초기화",
"description":""
},
"resetSettings_description":{
"message":"",
"description":""
},
"resetSettings_label":{
"message":"초기화",
"description":""
},
"resetSettings_confirm":{
"message":"Are you sure you want to reset all settings?",
"description":""
},
"browserAction_settings":{
"message":"설정",
"description":""
},
"browserAction_faq":{
"message":"자주 묻는 질문(FAQ)",
"description":""
},
"browserAction_test":{
"message":"테스트",
"description":""
},
"browserAction_review":{
"message":"리뷰",
"description":""
},
"browserAction_reportIssue":{
"message":"문제 보고",
"description":""
},
"sanitation_title":{
"message":"Setting sanitation",
"description":""
},
"sanitation_description":{
"message":"This page helps to find misconfigurations in the CanvasBlocker settings. It also gives advice on suboptimal settings. But it is not recommended to blindly correct all suggestions.",
"message":"Do not share persistent randomness between domains because this makes the browser 100% trackable.",
"description":""
},
"sanitation_error.customScreenSize":{
"message":"Do not use a custom screen size as it makes the browser more trackable.",
"description":""
},
"whitelist_inspection_title":{
"message":"CanvasBlocker whitelist inspection",
"description":""
},
"whitelist_inspection_description":{
"message":"Shows which API protections are active for a given site. If you remove a checkmark for an API this API will be not protected for the selected site.",
"description":""
},
"whitelist_all_apis":{
"message":"모든 API",
"description":""
},
"presets":{
"message":"프리셋",
"description":""
},
"presets_title":{
"message":"CanvasBlocker 프리셋",
"description":""
},
"presets_installNotice":{
"message":"{image:../icons/icon.svg}Thanks for installing CanvasBlocker. To adjust it to your needs you can apply some presets. For further customization you can open the {link:options:options.html} page. There you can also open this preset page later.",
"description":""
},
"presets_introduction":{
"message":"These are some setting presets to fit different people's needs. The values in brackets are the current state of the setting. You can apply multiple presets after each other but some settings might be overwritten by the later applied one.",
"message":"Maximizes the protection against fingerprint extraction. These settings will break some pages, might slow down the browser a little bit and might enable sites to detect that CanvasBlocker is used. After applying this preset you should consider applying the reCAPTCHA preset as well.",
"message":"Protecting the window API breaks reCAPTCHA. This preset allows the usage of the window.name API in embedded pages which will make it work again.",