1
0
mirror of https://github.com/kkapsner/CanvasBlocker synced 2024-06-07 13:57:49 +02:00

New translations

This commit is contained in:
kkapsner 2020-03-14 13:16:52 +01:00 committed by GitHub
parent ec128796e3
commit 736aeb371d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 252 additions and 0 deletions

View File

@ -147,6 +147,10 @@
"message": "DOMRect-API", "message": "DOMRect-API",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics-API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "Navigator-API", "message": "Navigator-API",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "Wollen Sie das Auslesen über die DOMRect-API erlauben?", "message": "Wollen Sie das Auslesen über die DOMRect-API erlauben?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Wollen Sie die TextMetrics-API erlauben?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Wollen Sie das Schreiben über die TextMetrics-API erlauben?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Wollen Sie das Auslesen über die TextMetrics-API erlauben?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "Wollen Sie die Navigator-API erlauben?", "message": "Wollen Sie die Navigator-API erlauben?",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "DOMRect-Auslese vorgetäuscht auf {url}", "message": "DOMRect-Auslese vorgetäuscht auf {url}",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "TextMetrics-Auslese vorgetäuscht auf {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "Navigator-Auslese vorgetäuscht auf {url}", "message": "Navigator-Auslese vorgetäuscht auf {url}",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"message": "Ein Bruchteil eines Pixels kann durch CSS kontrolliert werden. Eigenschaften eines DOMRect, die multipliziert mit diesem Faktor eine ganze Zahl ergeben, dürfen nicht verändert werden um eine Detektion zu verhindern.", "message": "Ein Bruchteil eines Pixels kann durch CSS kontrolliert werden. Eigenschaften eines DOMRect, die multipliziert mit diesem Faktor eine ganze Zahl ergeben, dürfen nicht verändert werden um eine Detektion zu verhindern.",
"description": "" "description": ""
}, },
"protectTextMetrics_title": {
"message": "TextMetrics-API beschützen",
"description": ""
},
"protectTextMetrics_description": {
"message": "Beschützt vor dem \"measureText()\" Fingerprint. Dieser kann verwendet werden um die DOMRect-Werte zu überprüfen.",
"description": ""
},
"protectTextMetrics_urlSpecific": {
"message": "Um bestimmte Seiten von diesem Schutz auszuschließen, klicken Sie auf den schwarzen Pfeil um das Menü zu öffnen, fügen Sie die gewünschte Domain oder URL mit einem Klick auf \"+\" hinzu und entfernen Sie das zugehörige Häkchen.",
"description": ""
},
"protectNavigator_title": { "protectNavigator_title": {
"message": "Navigator-API beschützen", "message": "Navigator-API beschützen",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "Alle Funktionen der {api} sind deaktiviert, aber der Schutz ist eingeschaltet.", "message": "Alle Funktionen der {api} sind deaktiviert, aber der Schutz ist eingeschaltet.",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Einige Funktionen der {api} sind deaktiviert. Dies sollte nur zu Testzwecken passieren oder wenn Sie genau wissen, was diese Funktionen tun.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "Hauptschalter deaktivieren", "message": "Hauptschalter deaktivieren",
"description": "" "description": ""

View File

@ -147,6 +147,10 @@
"message": "API de DOMRect", "message": "API de DOMRect",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "API de navigator", "message": "API de navigator",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "¿Quiere permitir la lectura para la API de DOMRect?", "message": "¿Quiere permitir la lectura para la API de DOMRect?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Do you want to allow the TextMetrics API?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Do you want to allow TextMetrics API input?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Do you want to allow TextMetrics API readout?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "¿Quiere permitir la API de navigator?", "message": "¿Quiere permitir la API de navigator?",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "Lectura de DOMRect falseada en {url}", "message": "Lectura de DOMRect falseada en {url}",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "Faked TextMetrics readout on {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "Lectura de navigator falseada en {url}", "message": "Lectura de navigator falseada en {url}",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"message": "Alguna fracción de un píxel puede ser controlada con CSS. Para prevenir la detección, los valores de un DOMRect que multiplicados por este factor sean números enteros no serán modificados.", "message": "Alguna fracción de un píxel puede ser controlada con CSS. Para prevenir la detección, los valores de un DOMRect que multiplicados por este factor sean números enteros no serán modificados.",
"description": "" "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": { "protectNavigator_title": {
"message": "Proteger la API de navigator", "message": "Proteger la API de navigator",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "Todas las opciones de {api} están deshabilitadas pero la protección está habilitada.", "message": "Todas las opciones de {api} están deshabilitadas pero la protección está habilitada.",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Some features of {api} are disabled. This should only be done in testing or if you really know what the features are doing.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "deshabilitar la opción principal", "message": "deshabilitar la opción principal",
"description": "" "description": ""

View File

@ -147,6 +147,10 @@
"message": "DOMRect API", "message": "DOMRect API",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "Navigator API", "message": "Navigator API",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "Do you want to allow DOMRect API readout?", "message": "Do you want to allow DOMRect API readout?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Do you want to allow the TextMetrics API?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Do you want to allow TextMetrics API input?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Do you want to allow TextMetrics API readout?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "Do you want to allow the navigator API?", "message": "Do you want to allow the navigator API?",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "Faked DOMRect readout on {url}", "message": "Faked DOMRect readout on {url}",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "Faked TextMetrics readout on {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "Faked navigator readout on {url}", "message": "Faked navigator readout on {url}",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"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.", "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": "" "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": { "protectNavigator_title": {
"message": "Protect navigator API", "message": "Protect navigator API",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "All features of {api} are disabled but the protection is enabled.", "message": "All features of {api} are disabled but the protection is enabled.",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Some features of {api} are disabled. This should only be done in testing or if you really know what the features are doing.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "disable main flag", "message": "disable main flag",
"description": "" "description": ""

View File

@ -147,6 +147,10 @@
"message": "API DOMRect", "message": "API DOMRect",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "API Navigatore", "message": "API Navigatore",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "Do you want to allow DOMRect API readout?", "message": "Do you want to allow DOMRect API readout?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Do you want to allow the TextMetrics API?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Do you want to allow TextMetrics API input?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Do you want to allow TextMetrics API readout?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "Vuoi permettere l'API navigatore?", "message": "Vuoi permettere l'API navigatore?",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "Lettura DOMRect falsificata su {url}", "message": "Lettura DOMRect falsificata su {url}",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "Faked TextMetrics readout on {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "Lettura navigatore falsificata su {url}", "message": "Lettura navigatore falsificata su {url}",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"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.", "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": "" "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": { "protectNavigator_title": {
"message": "Protect API navigatore", "message": "Protect API navigatore",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "All features of {api} are disabled but the protection is enabled.", "message": "All features of {api} are disabled but the protection is enabled.",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Some features of {api} are disabled. This should only be done in testing or if you really know what the features are doing.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "disable main flag", "message": "disable main flag",
"description": "" "description": ""

View File

@ -147,6 +147,10 @@
"message": "DOMRect API", "message": "DOMRect API",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "Navigator API", "message": "Navigator API",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "Do you want to allow DOMRect API readout?", "message": "Do you want to allow DOMRect API readout?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Do you want to allow the TextMetrics API?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Do you want to allow TextMetrics API input?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Do you want to allow TextMetrics API readout?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "Do you want to allow the navigator API?", "message": "Do you want to allow the navigator API?",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "Faked DOMRect readout on {url}", "message": "Faked DOMRect readout on {url}",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "Faked TextMetrics readout on {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "Faked navigator readout on {url}", "message": "Faked navigator readout on {url}",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"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.", "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": "" "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": { "protectNavigator_title": {
"message": "Protect navigator API", "message": "Protect navigator API",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "All features of {api} are disabled but the protection is enabled.", "message": "All features of {api} are disabled but the protection is enabled.",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Some features of {api} are disabled. This should only be done in testing or if you really know what the features are doing.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "disable main flag", "message": "disable main flag",
"description": "" "description": ""

View File

@ -147,6 +147,10 @@
"message": "DOMRect API", "message": "DOMRect API",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "Navigator API", "message": "Navigator API",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "Вы хотите разрешить DOMRect API readout(считывание)?", "message": "Вы хотите разрешить DOMRect API readout(считывание)?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Do you want to allow the TextMetrics API?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Do you want to allow TextMetrics API input?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Do you want to allow TextMetrics API readout?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "Вы хотите разрешить navigator API?", "message": "Вы хотите разрешить navigator API?",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "Подделан DOMRect readout(чтение) на {url}", "message": "Подделан DOMRect readout(чтение) на {url}",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "Faked TextMetrics readout on {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "Подделывать считывание навигатора для {url}", "message": "Подделывать считывание навигатора для {url}",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"message": "С помощью CSS можно управлять некоторой частью пикселя. Чтобы предотвратить обнаружение, значения DOMRect, которые умножаются на этот коэффициент, целые числа не будут изменены.", "message": "С помощью CSS можно управлять некоторой частью пикселя. Чтобы предотвратить обнаружение, значения DOMRect, которые умножаются на этот коэффициент, целые числа не будут изменены.",
"description": "" "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": { "protectNavigator_title": {
"message": "Защита API навигатора", "message": "Защита API навигатора",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "Все функции {api} отключены, но защита включена.", "message": "Все функции {api} отключены, но защита включена.",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Some features of {api} are disabled. This should only be done in testing or if you really know what the features are doing.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "отключить главный флаг", "message": "отключить главный флаг",
"description": "" "description": ""

View File

@ -147,6 +147,10 @@
"message": "DOMRect API", "message": "DOMRect API",
"description": "" "description": ""
}, },
"section_TextMetrics-api": {
"message": "TextMetrics API",
"description": ""
},
"section_Navigator-api": { "section_Navigator-api": {
"message": "Navigator API", "message": "Navigator API",
"description": "" "description": ""
@ -267,6 +271,18 @@
"message": "是否允许 DOMRect API 读数?", "message": "是否允许 DOMRect API 读数?",
"description": "" "description": ""
}, },
"askForTextMetricsPermission": {
"message": "Do you want to allow the TextMetrics API?",
"description": ""
},
"askForTextMetricsInputPermission": {
"message": "Do you want to allow TextMetrics API input?",
"description": ""
},
"askForTextMetricsReadoutPermission": {
"message": "Do you want to allow TextMetrics API readout?",
"description": ""
},
"askForNavigatorPermission": { "askForNavigatorPermission": {
"message": "是否允许 Navigator API", "message": "是否允许 Navigator API",
"description": "" "description": ""
@ -671,6 +687,10 @@
"message": "{url} 上的 DOMRect 读数已伪造", "message": "{url} 上的 DOMRect 读数已伪造",
"description": "" "description": ""
}, },
"fakedTextMetricsReadout": {
"message": "Faked TextMetrics readout on {url}",
"description": ""
},
"fakedNavigatorReadout": { "fakedNavigatorReadout": {
"message": "{url} 上的 Navigator 读数已伪造", "message": "{url} 上的 Navigator 读数已伪造",
"description": "" "description": ""
@ -1107,6 +1127,18 @@
"message": "像素的有些部分可以被 CSS 控制。为阻止检测,用这一整数系数增值的 DOMRect 的值将不被改变。", "message": "像素的有些部分可以被 CSS 控制。为阻止检测,用这一整数系数增值的 DOMRect 的值将不被改变。",
"description": "" "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": { "protectNavigator_title": {
"message": "保护 Navigator API", "message": "保护 Navigator API",
"description": "" "description": ""
@ -1415,6 +1447,10 @@
"message": "{api} 的所有特性都被禁用,但是启用了保护。", "message": "{api} 的所有特性都被禁用,但是启用了保护。",
"description": "" "description": ""
}, },
"sanitation_error.disabledSomeFeatures": {
"message": "Some features of {api} are disabled. This should only be done in testing or if you really know what the features are doing.",
"description": ""
},
"sanitation_resolution.disableMainFlag": { "sanitation_resolution.disableMainFlag": {
"message": "禁用主要 flag", "message": "禁用主要 flag",
"description": "" "description": ""