From 736aeb371db43dab51309a5451eeed55a38de885 Mon Sep 17 00:00:00 2001 From: kkapsner Date: Sat, 14 Mar 2020 13:16:52 +0100 Subject: [PATCH] New translations --- _locales/de/messages.json | 36 ++++++++++++++++++++++++++++++++++++ _locales/es/messages.json | 36 ++++++++++++++++++++++++++++++++++++ _locales/fr/messages.json | 36 ++++++++++++++++++++++++++++++++++++ _locales/it/messages.json | 36 ++++++++++++++++++++++++++++++++++++ _locales/nb/messages.json | 36 ++++++++++++++++++++++++++++++++++++ _locales/ru/messages.json | 36 ++++++++++++++++++++++++++++++++++++ _locales/zh_CN/messages.json | 36 ++++++++++++++++++++++++++++++++++++ 7 files changed, 252 insertions(+) diff --git a/_locales/de/messages.json b/_locales/de/messages.json index 817b234..02dafe8 100644 --- a/_locales/de/messages.json +++ b/_locales/de/messages.json @@ -147,6 +147,10 @@ "message": "DOMRect-API", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics-API", + "description": "" + }, "section_Navigator-api": { "message": "Navigator-API", "description": "" @@ -267,6 +271,18 @@ "message": "Wollen Sie das Auslesen über die DOMRect-API erlauben?", "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": { "message": "Wollen Sie die Navigator-API erlauben?", "description": "" @@ -671,6 +687,10 @@ "message": "DOMRect-Auslese vorgetäuscht auf {url}", "description": "" }, + "fakedTextMetricsReadout": { + "message": "TextMetrics-Auslese vorgetäuscht auf {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "Navigator-Auslese vorgetäuscht auf {url}", "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.", "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": { "message": "Navigator-API beschützen", "description": "" @@ -1415,6 +1447,10 @@ "message": "Alle Funktionen der {api} sind deaktiviert, aber der Schutz ist eingeschaltet.", "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": { "message": "Hauptschalter deaktivieren", "description": "" diff --git a/_locales/es/messages.json b/_locales/es/messages.json index 5e0c512..a21912c 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -147,6 +147,10 @@ "message": "API de DOMRect", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics API", + "description": "" + }, "section_Navigator-api": { "message": "API de navigator", "description": "" @@ -267,6 +271,18 @@ "message": "¿Quiere permitir la lectura para la API de DOMRect?", "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": { "message": "¿Quiere permitir la API de navigator?", "description": "" @@ -671,6 +687,10 @@ "message": "Lectura de DOMRect falseada en {url}", "description": "" }, + "fakedTextMetricsReadout": { + "message": "Faked TextMetrics readout on {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "Lectura de navigator falseada en {url}", "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.", "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": "Proteger la API de navigator", "description": "" @@ -1415,6 +1447,10 @@ "message": "Todas las opciones de {api} están deshabilitadas pero la protección está habilitada.", "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": { "message": "deshabilitar la opción principal", "description": "" diff --git a/_locales/fr/messages.json b/_locales/fr/messages.json index 9080f1e..2739cc9 100644 --- a/_locales/fr/messages.json +++ b/_locales/fr/messages.json @@ -147,6 +147,10 @@ "message": "DOMRect API", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics API", + "description": "" + }, "section_Navigator-api": { "message": "Navigator API", "description": "" @@ -267,6 +271,18 @@ "message": "Do you want to allow DOMRect API readout?", "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": { "message": "Do you want to allow the navigator API?", "description": "" @@ -671,6 +687,10 @@ "message": "Faked DOMRect readout on {url}", "description": "" }, + "fakedTextMetricsReadout": { + "message": "Faked TextMetrics readout on {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "Faked navigator readout on {url}", "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.", "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": "" @@ -1415,6 +1447,10 @@ "message": "All features of {api} are disabled but the protection is enabled.", "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": { "message": "disable main flag", "description": "" diff --git a/_locales/it/messages.json b/_locales/it/messages.json index 5b62f74..f137c93 100644 --- a/_locales/it/messages.json +++ b/_locales/it/messages.json @@ -147,6 +147,10 @@ "message": "API DOMRect", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics API", + "description": "" + }, "section_Navigator-api": { "message": "API Navigatore", "description": "" @@ -267,6 +271,18 @@ "message": "Do you want to allow DOMRect API readout?", "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": { "message": "Vuoi permettere l'API navigatore?", "description": "" @@ -671,6 +687,10 @@ "message": "Lettura DOMRect falsificata su {url}", "description": "" }, + "fakedTextMetricsReadout": { + "message": "Faked TextMetrics readout on {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "Lettura navigatore falsificata su {url}", "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.", "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 API navigatore", "description": "" @@ -1415,6 +1447,10 @@ "message": "All features of {api} are disabled but the protection is enabled.", "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": { "message": "disable main flag", "description": "" diff --git a/_locales/nb/messages.json b/_locales/nb/messages.json index bef0408..4caa118 100644 --- a/_locales/nb/messages.json +++ b/_locales/nb/messages.json @@ -147,6 +147,10 @@ "message": "DOMRect API", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics API", + "description": "" + }, "section_Navigator-api": { "message": "Navigator API", "description": "" @@ -267,6 +271,18 @@ "message": "Do you want to allow DOMRect API readout?", "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": { "message": "Do you want to allow the navigator API?", "description": "" @@ -671,6 +687,10 @@ "message": "Faked DOMRect readout on {url}", "description": "" }, + "fakedTextMetricsReadout": { + "message": "Faked TextMetrics readout on {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "Faked navigator readout on {url}", "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.", "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": "" @@ -1415,6 +1447,10 @@ "message": "All features of {api} are disabled but the protection is enabled.", "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": { "message": "disable main flag", "description": "" diff --git a/_locales/ru/messages.json b/_locales/ru/messages.json index 6c4a93e..255c0ea 100644 --- a/_locales/ru/messages.json +++ b/_locales/ru/messages.json @@ -147,6 +147,10 @@ "message": "DOMRect API", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics API", + "description": "" + }, "section_Navigator-api": { "message": "Navigator API", "description": "" @@ -267,6 +271,18 @@ "message": "Вы хотите разрешить DOMRect API readout(считывание)?", "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": { "message": "Вы хотите разрешить navigator API?", "description": "" @@ -671,6 +687,10 @@ "message": "Подделан DOMRect readout(чтение) на {url}", "description": "" }, + "fakedTextMetricsReadout": { + "message": "Faked TextMetrics readout on {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "Подделывать считывание навигатора для {url}", "description": "" @@ -1107,6 +1127,18 @@ "message": "С помощью CSS можно управлять некоторой частью пикселя. Чтобы предотвратить обнаружение, значения DOMRect, которые умножаются на этот коэффициент, целые числа не будут изменены.", "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": "Защита API навигатора", "description": "" @@ -1415,6 +1447,10 @@ "message": "Все функции {api} отключены, но защита включена.", "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": { "message": "отключить главный флаг", "description": "" diff --git a/_locales/zh_CN/messages.json b/_locales/zh_CN/messages.json index 9273ff4..74e98b5 100644 --- a/_locales/zh_CN/messages.json +++ b/_locales/zh_CN/messages.json @@ -147,6 +147,10 @@ "message": "DOMRect API", "description": "" }, + "section_TextMetrics-api": { + "message": "TextMetrics API", + "description": "" + }, "section_Navigator-api": { "message": "Navigator API", "description": "" @@ -267,6 +271,18 @@ "message": "是否允许 DOMRect API 读数?", "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": { "message": "是否允许 Navigator API?", "description": "" @@ -671,6 +687,10 @@ "message": "{url} 上的 DOMRect 读数已伪造", "description": "" }, + "fakedTextMetricsReadout": { + "message": "Faked TextMetrics readout on {url}", + "description": "" + }, "fakedNavigatorReadout": { "message": "{url} 上的 Navigator 读数已伪造", "description": "" @@ -1107,6 +1127,18 @@ "message": "像素的有些部分可以被 CSS 控制。为阻止检测,用这一整数系数增值的 DOMRect 的值将不被改变。", "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": "保护 Navigator API", "description": "" @@ -1415,6 +1447,10 @@ "message": "{api} 的所有特性都被禁用,但是启用了保护。", "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": { "message": "禁用主要 flag", "description": ""