mirror of
https://gitlab.com/KevinRoebert/ClearUrls
synced 2025-12-17 14:45:37 +07:00
Compare commits
99 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6a8e81ee2a | ||
|
|
86a5513378 | ||
|
|
a677797b1c | ||
|
|
958f1e3515 | ||
|
|
7fdcd828f5 | ||
|
|
4d285e1848 | ||
|
|
e566f4c57a | ||
|
|
2d0452b8ae | ||
|
|
9c61d9d77a | ||
|
|
3b468fbdb7 | ||
|
|
623067733a | ||
|
|
d4c634b97d | ||
|
|
1b9abbc962 | ||
|
|
4eb5ba1fd3 | ||
|
|
2e927cf361 | ||
|
|
eb14197f3a | ||
|
|
483b50f803 | ||
|
|
643c5402a5 | ||
|
|
bd2bb726b5 | ||
|
|
c89e199ebe | ||
|
|
8be87c8598 | ||
|
|
1efc8b8975 | ||
|
|
77c07eea20 | ||
|
|
af61ff5953 | ||
|
|
2887a96309 | ||
|
|
2650f66d43 | ||
|
|
2483499af2 | ||
|
|
6c7d34c457 | ||
|
|
6617f4dda2 | ||
|
|
c42067080f | ||
|
|
7eefb66c41 | ||
|
|
141ca93989 | ||
|
|
98c895308c | ||
|
|
8a01af22c2 | ||
|
|
4daa5223e5 | ||
|
|
6c8f5d9fdd | ||
|
|
f471cc4875 | ||
|
|
2e7c4385ad | ||
|
|
3b33eb3c85 | ||
|
|
111e51a85f | ||
|
|
7ed8b97a14 | ||
|
|
92b3fd1ef1 | ||
|
|
1c426d2909 | ||
|
|
a8a0311c8b | ||
|
|
46385fd3bc | ||
|
|
0cf0f98653 | ||
|
|
5427212d86 | ||
|
|
41fbfaacc2 | ||
|
|
af773a78e1 | ||
|
|
1018e41556 | ||
|
|
353daa863d | ||
|
|
d2962376a9 | ||
|
|
2f36943a38 | ||
|
|
86b962a0b4 | ||
|
|
5f0ed3e9a6 | ||
|
|
4b7a64bd5a | ||
|
|
713c76af9c | ||
|
|
38c0d99f03 | ||
|
|
91a1cdfcba | ||
|
|
a0d2b681c1 | ||
|
|
646c0952a2 | ||
|
|
e8c4c346f8 | ||
|
|
6faa0040d4 | ||
|
|
7a2f4d0010 | ||
|
|
d502aa041f | ||
|
|
88eec7587e | ||
|
|
264482f617 | ||
|
|
d6ab6674e6 | ||
|
|
7c599e32b3 | ||
|
|
d8e14f21f1 | ||
|
|
e65179debc | ||
|
|
42c03899a2 | ||
|
|
a2ce6a59fc | ||
|
|
3bab4a288c | ||
|
|
717830f1d9 | ||
|
|
8a9a8f622e | ||
|
|
8ce85c04fe | ||
|
|
7633b6b3b4 | ||
|
|
5a8c8b22ee | ||
|
|
d2e90509a8 | ||
|
|
9392586e0d | ||
|
|
040bcdf589 | ||
|
|
c914e16dd4 | ||
|
|
0d3dfd72f6 | ||
|
|
32d1436a2f | ||
|
|
192cfadd9e | ||
|
|
48a2b965f5 | ||
|
|
294ead4841 | ||
|
|
2baadd06b3 | ||
|
|
9536d44cdf | ||
|
|
e0d990e818 | ||
|
|
1a3c866d7a | ||
|
|
649534dd14 | ||
|
|
c366866333 | ||
|
|
79467e1214 | ||
|
|
c92fe3409e | ||
|
|
89dcbc8a30 | ||
|
|
5e7e14c199 | ||
|
|
e9b18492ce |
@@ -27,12 +27,12 @@ hash rules:
|
||||
bundle addon:
|
||||
stage: build
|
||||
script:
|
||||
- zip ClearUrls -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
|
||||
- zip ClearURLs -r -FS clearurls.js browser-polyfill.js manifest.json img/* external_js/* html/* core_js/* css/* fonts/* _locales/*
|
||||
only:
|
||||
- master
|
||||
artifacts:
|
||||
paths:
|
||||
- ClearUrls.zip
|
||||
- ClearURLs.zip
|
||||
|
||||
pages:
|
||||
stage: deploy
|
||||
@@ -47,4 +47,4 @@ pages:
|
||||
- sha256sum public/data/data.minify.json | awk '{print $1}' > public/data/rules.minify.hash
|
||||
artifacts:
|
||||
paths:
|
||||
- public
|
||||
- public
|
||||
|
||||
25
CHANGELOG.md
25
CHANGELOG.md
@@ -9,6 +9,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Add features from the milestone [%1](https://gitlab.com/KevinRoebert/ClearUrls/-/milestones/1)
|
||||
- Dedicated documentation page like [docs.drasyl.org](https://docs.drasyl.org)
|
||||
|
||||
## [1.22.0] - 2021-12-27
|
||||
|
||||
### Compatibility note
|
||||
- Require Firefox >= 55
|
||||
- Require Chrome >= 37
|
||||
|
||||
### Added
|
||||
- Added Korean translation by [@hellojaccc](https://gitlab.com/hellojaccc)
|
||||
- Added Thai translation by [@ammaneena](https://gitlab.com/ammaneena)
|
||||
- Added Slovenian translation by [@betterwebleon](https://github.com/betterwebleon)
|
||||
- [Added](https://gitlab.com/KevinRoebert/ClearUrls/-/merge_requests/93) `method` filtering to rule catalogs. Thanks to [@lifegpc](https://gitlab.com/lifegpc). Closes [#948](https://gitlab.com/KevinRoebert/ClearUrls/-/issues/948).
|
||||
|
||||
### Changed
|
||||
- Updated jQuery to 3.6.0
|
||||
- Updated Spanish translation by Sergio
|
||||
- Updated Hungarian translation by krolli
|
||||
- Updated Italian translation by Gioxx
|
||||
- Updated Dutch translation by Harm and Heimen
|
||||
- Updated Polish translation by Mble
|
||||
- Updated Portuguese translation by Lalocas and Geraldo
|
||||
- Updated Turkish translation by Ümit
|
||||
- Updated Chinese (traditional) translation by 1304274443
|
||||
- Updated Chinese (simplified) translation by Eric
|
||||
- Replaced deprecated `extension.getURL` by `runtime.getURL`
|
||||
|
||||
## [1.21.0] - 2021-03-24
|
||||
|
||||
### Compatibility note
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
**ClearURLs** is an add-on based on the new WebExtensions technology and is optimized for *Firefox* and *Chrome* based browsers.
|
||||
|
||||
This extension will automatically remove tracking elements from URLs to help protect your privacy when browse through the Internet,
|
||||
This extension will automatically remove tracking elements from URLs to help protect your privacy when browsing the Internet,
|
||||
which is regularly updated by us and can be found [here](https://gitlab.com/anti-tracking/ClearURLs/rules/-/raw/master/data.min.json).
|
||||
|
||||
## Application
|
||||
@@ -45,7 +45,7 @@ Reasoning for needed permissions can be found under [here](https://gitlab.com/Ke
|
||||
## CI/CD Artifacts Download (for Firefox- and Chrome-Dev only)
|
||||
Here you can download the packed files for the Firefox- and Chrome-Dev:
|
||||
|
||||
[<img src="promotion/download-128.png"/>](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/ClearUrls.zip?job=bundle%20addon)
|
||||
[<img src="promotion/download-128.png"/>](https://gitlab.com/KevinRoebert/ClearUrls/-/jobs/artifacts/master/raw/ClearURLs.zip?job=bundle%20addon)
|
||||
|
||||
## Test
|
||||
If you want to test whether ClearURLs works correctly on your system, you can go to this test page: [https://test.clearurls.xyz/](https://test.clearurls.xyz/)
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "actualizado",
|
||||
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
|
||||
"message": "Actualizado",
|
||||
"description": "Este código de estado dice que no hay actualizaciones disponibles para las reglas de ClearURLs y que todo está actualizado."
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "actualizado",
|
||||
"description": "This status code says, that the ClearURLs rules are successfully updated."
|
||||
"message": "Actualizado",
|
||||
"description": "Este código de estado dice que las reglas de ClearURL se actualizaron correctamente."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "actualización disponible",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
"message": "Actualización disponible",
|
||||
"description": "Este código de estado dice que hay una actualización disponible para las reglas de ClearURL."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "error",
|
||||
"description": "This status code says, that the ClearURLs could not be started correctly."
|
||||
"description": "Este código de estado dice que ClearURL no se pudo iniciar correctamente."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "¡Vaya, algo ha ido mal!",
|
||||
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
|
||||
"description": "Este código de estado dice que se produjo un error al actualizar las reglas de ClearURL."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Esta dirección ha sido redirigida",
|
||||
@@ -303,7 +303,13 @@
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: El watchdog detectado un problema. ClearURLs será reiniciado.",
|
||||
"description": "This string is used as text for the watchdog"
|
||||
"description": "This string is used as text for the watchdog",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Permitir bloqueo de dominios (Puede provocar problemas con sitios que no permitan bloqueadores de anuncios)",
|
||||
@@ -324,5 +330,49 @@
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Bloquear auditoría de hipervínculos",
|
||||
"description": "This string is used as title for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Eliminar los elementos de seguimiento de las URL.\n",
|
||||
"description": "Descripción de la extensión (máx. 132 caracteres)\n"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "Se ha eliminado la cabecera ETag de esta solicitud\n",
|
||||
"description": "Esta cadena se utiliza en el filtrado del encabezado ETag en el registro de ClearURLs.\n"
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "Filtra las cabeceras ETag de las peticiones (Véase también <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>este artículo</a>)\n",
|
||||
"description": "Esta cadena se utiliza como etiqueta para el interruptor de filtrado de la cabecera ETag\n"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filtra las cabeceras ETag. Sugerencia: La caché debe borrarse antes del primer uso.\n",
|
||||
"description": "Esta cadena se utiliza como título para el interruptor de filtrado de la cabecera ETag\n"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "no es necesario, sólo para evitar excepciones"
|
||||
}
|
||||
}
|
||||
@@ -1,23 +1,23 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "naprakész",
|
||||
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
|
||||
"description": "Ez az állapotkód jelzi, hogy nem elérhető frissítés ClearURLs szabályokra és minden naprakész"
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "frissítve",
|
||||
"description": "This status code says, that the ClearURLs rules are successfully updated."
|
||||
"description": "Ez az állapotkód jelzi, hogy a ClearURLs szabályok sikeresen frissítve."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "frissítés érhető el",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
"description": "Ez az állapotkód jelzi, hogy frissítés érhető el a ClearURLs szabályokra."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "hiba",
|
||||
"description": "This status code says, that the ClearURLs could not be started correctly."
|
||||
"description": "Ez az állapotkód jelzi, hogy a ClearURLs-t nem lehetett elindítani rendesen."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Hoppá, valami nincs rendben!",
|
||||
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
|
||||
"description": "Ez az állapotkód jelzi, hogy a hiba történt a ClearURLs szabályok frissítése közben."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Ez az url átirányítva",
|
||||
@@ -29,15 +29,15 @@
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: naplózás elindult.",
|
||||
"description": "This string is used on ClearURLs log startup."
|
||||
"description": "Naplózás elindult"
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "ClearURLs napló",
|
||||
"description": "This string is used as header on the log page."
|
||||
"description": "Naplózás oldal fejléce"
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "Feldolgozás előtt",
|
||||
"description": "This string is used as table title on the log page."
|
||||
"description": "Tábla címe a naplózás oldalon"
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "Feldolgozást követően",
|
||||
@@ -183,6 +183,18 @@
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (haladó szint)",
|
||||
"description": "This string is used as name for the types label."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "Report szerver az URL-knek",
|
||||
"description": "Megjegyzés: Jelenleg nincs használva."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "A webcím sikeresen jelentve. Hamarosan ellenőrizzük azt.",
|
||||
"description": "Megjegyzés: Jelenleg nincs használva."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "Úgy tűnik hogy ez a webcím már jelentve van.",
|
||||
"description": "Megjegyzés: Jelenleg nincs használva."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "Adomány a ClearURLs készítőjének.",
|
||||
"description": "This string is used to refer to a donation page."
|
||||
@@ -195,6 +207,10 @@
|
||||
"message": "Környezeti menü elemei",
|
||||
"description": "This string is used toggle the context menu entry to copy clean links."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "History API követés injekció megakadályozása (Több infó: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
|
||||
"description": "History API"
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "Tisztító eszköz a ClearURLs-től",
|
||||
"description": "This string is used as title on the cleaning tool page."
|
||||
@@ -214,5 +230,149 @@
|
||||
"cleaning_tool_clean_urls_label": {
|
||||
"message": "Itt láthatod a tisztított URL-eket:",
|
||||
"description": "This string is used as title on the cleaning tool page for the clean URLs."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "Magánhálózati URL-k mellőzése (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)",
|
||||
"description": "Localhost címek átugrása"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "Magánhálózati címeket mellőzi",
|
||||
"description": "Localhost címek átugrása tooltip"
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "Export",
|
||||
"description": "Ez a string a napló exportálás gomb címe a naplózási oldalon."
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "Globális napló exportálása",
|
||||
"description": "Ez a string a globális napló exportálása gomb címe a naplózási oldalon."
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "Import",
|
||||
"description": "Import gomb a naplózási oldalon"
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "Globális napló importálása",
|
||||
"description": "Import gomb a naplózási oldalon tooltip"
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "Export",
|
||||
"description": "Export gomb a naplózási oldalon"
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "Minden exportálása",
|
||||
"description": "Export gomb a naplózási oldalon tooltip"
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "Import",
|
||||
"description": "Reset gomb beállítások oldalon"
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "Minden importálása",
|
||||
"description": "Import gomb a beállitásokban tooltip"
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Napló korlátozása $LIMIT$ bevitelre.",
|
||||
"description": "Napló limit",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "Ezt az oldalt blokkolta a <b>ClearURLs</b>",
|
||||
"description": "Blokkolt oldalak címe"
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "Ezt az oldalt a <b>ClearURLs</b> bővítmény blokkolta mert úgy véltük hogy ez az oldal egy hirdető és/vagy követő szolgáltatás. Ha látni szeretnéd az oldalt akkor ideiglenesen kapcsold ki a bővítményt vagy kapcsold ki a domain blokkolást a beállításokban, azután pedig klikkelj lejjebb lévő gombra.",
|
||||
"description": "Blokkolt oldal szövege"
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "Oldal meglátogatása",
|
||||
"description": "Blokkolt oldal gomb"
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "Refferal marketing engedélyezése",
|
||||
"description": "Refferal marketing kapcsoló"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "Engedélyezi a refferal marketinget",
|
||||
"description": "Refferal marketing kapcsoló tooltip"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: A watchdog problémába ütközött és már $TIMES$ sikertelen volt.",
|
||||
"description": "Watchdog szöveg",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Domain blokkolás bekapcsolása (AdBlockert tiltó oldalakon problémákhoz vezethet)",
|
||||
"description": "Domain blokkolás kapcsoló"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "Domain blokkolás bekapcsolása (AdBlockert tiltó oldalakon problémákhoz vezethet)",
|
||||
"description": "Domain blokkolás kapcsoló tooltip"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "Ez a hyperlink vizsgálat blokkolva",
|
||||
"description": "Hyperlink vizsgálat naplózási oldalon"
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "Hyperlink vizsgálat blokkolása (Több infó: <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>this article</a>)",
|
||||
"description": "Hyperlink vizsgálat kapcsoló"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Hyperlink vizsgálat blokkolása",
|
||||
"description": "Hyperlink vizsgálat kapcsoló tooltip"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Követő elemek eltávolítása a webcímekből.",
|
||||
"description": "Bővítmény leírása (max. 132 karakter)"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "ETag fejléc eltávolítva a kérésből",
|
||||
"description": "ETag fejléc szűrése naplózásban"
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "ETag fejlécek szűrése a kérésekben (Több infó: <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>this article</a>)",
|
||||
"description": "ETag fejléc szűrő kapcsoló"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "ETag fejlécek kiszűréséhez. Tipp: Ürítsd ki a cache-t első használat előtt.",
|
||||
"description": "ETag fejléc szűrő kapcsoló tooltip"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": "␣",
|
||||
"description": "nem szükséges"
|
||||
}
|
||||
}
|
||||
@@ -1,203 +1,203 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "tutto aggiornato",
|
||||
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
|
||||
"description": "Questo codice di stato indica che non sono disponibili aggiornamenti per le regole di ClearURLs e che tutto è aggiornato."
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "aggiornate",
|
||||
"description": "This status code says, that the ClearURLs rules are successfully updated."
|
||||
"description": "Questo codice di stato indica che le regole di ClearURLs sono state aggiornate correttamente."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "aggiornamento disponibile",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
"description": "Questo codice di stato indica che è disponibile un aggiornamento delle regole di ClearURLs."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "errore",
|
||||
"description": "This status code says, that the ClearURLs could not be started correctly."
|
||||
"description": "Questo codice di stato indica che ClearURLs non può essere avviato correttamente."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Oops qualcosa è andato storto!",
|
||||
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
|
||||
"description": "Questo codice di stato indica che si è verificato un errore durante l'aggiornamento delle regole di ClearURLs."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Questo URL viene reindirizzato",
|
||||
"description": "This string is used on redirections in the ClearURLs log."
|
||||
"description": "Questa stringa è usata per i reindirizzamenti nel log di ClearURLs."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "Questo dominio è bloccato",
|
||||
"description": "This string is used on blocked domains in the ClearURLs log."
|
||||
"description": "Questa stringa è usata per i domini bloccati nel log di ClearURLs."
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: Log listener è stato aggiunto.",
|
||||
"description": "This string is used on ClearURLs log startup."
|
||||
"description": "Questa stringa è usata all'avvio del log di ClearURLs."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "Log di ClearURLs",
|
||||
"description": "This string is used as header on the log page."
|
||||
"description": "Questa stringa viene utilizzata come header nella pagina di log."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "Prima dell'elaborazione",
|
||||
"description": "This string is used as table title on the log page."
|
||||
"description": "Questa stringa è usata come titolo della tabella nella pagina di log."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "Dopo l'elaborazione",
|
||||
"description": "This string is used as table title on the log page."
|
||||
"description": "Questa stringa è usata come titolo della tabella nella pagina di log."
|
||||
},
|
||||
"log_html_table_head_3": {
|
||||
"message": "Regola",
|
||||
"description": "This string is used as table title on the log page."
|
||||
"description": "Questa stringa è usata come titolo della tabella nella pagina di log."
|
||||
},
|
||||
"log_html_table_head_4": {
|
||||
"message": "Data e ora",
|
||||
"description": "This string is used as table title on the log page."
|
||||
"description": "Questa stringa è usata come titolo della tabella nella pagina di log."
|
||||
},
|
||||
"log_html_reset_button": {
|
||||
"message": "Ripristina",
|
||||
"description": "This string is used for the reset button on the log page."
|
||||
"description": "Questa stringa è usata per il pulsante di reset nella pagina di log."
|
||||
},
|
||||
"log_html_reset_button_title": {
|
||||
"message": "Azzera il log globale",
|
||||
"description": "This string is used as title for the reset button on the log page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di reset nella pagina di log."
|
||||
},
|
||||
"popup_html_configs_head": {
|
||||
"message": "Configurazioni",
|
||||
"description": "This string is used as title for the configs on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per le configurazioni nella pagina popup."
|
||||
},
|
||||
"popup_html_configs_switch_filter": {
|
||||
"message": "Filtra",
|
||||
"description": "This string is used as name for the filter switch button on the popup page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di attivazione del filtro nella pagina popup."
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "L'interruttore dei filtri attiva la funzione di pulizia di ClearURLs. Se si disabilita questa opzione, l'intero componente aggiuntivo è disabilitato.",
|
||||
"description": "This string is used as title for the filter switch button on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di attivazione del filtro nella pagina popup."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "Log",
|
||||
"description": "This string is used as name for the logging switch button on the popup page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di attivazione della registrazione nella pagina popup."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "Il registro viene salvato solo in locale. Si sconsiglia di utilizzare questa funzione se non ne hai bisogno.",
|
||||
"description": "This string is used as title for the logging switch button on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di attivazione della registrazione nella pagina popup."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
"message": "Contatore",
|
||||
"description": "This string is used as name for the badges switch button on the popup page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di attivazione dei badge nella pagina popup."
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "Mostra il numero di url puliti",
|
||||
"description": "This string is used as title for the badges switch button on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di attivazione dei badge nella pagina popup."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
"message": "Statistiche",
|
||||
"description": "This string is used as title for the statistics on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per le statistiche nella pagina popup."
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
"message": "Elementi",
|
||||
"description": "This string is used as name for the elements on the popup page."
|
||||
"description": "Questa stringa è usata come nome per gli elementi della pagina popup."
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "Bloccati",
|
||||
"description": "This string is used as name for the blocked elements on the popup page."
|
||||
"description": "Questa stringa è usata come nome per gli elementi bloccati nella pagina popup."
|
||||
},
|
||||
"popup_html_statistics_percentage": {
|
||||
"message": "Percentuale",
|
||||
"description": "This string is used as name for the percentage of blocked elements on the popup page."
|
||||
"description": "Questa stringa è usata come nome per la percentuale di elementi bloccati nella pagina popup."
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "Ripristina",
|
||||
"description": "This string is used as name for the statistics reset button on the popup page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di reset delle statistiche nella pagina popup."
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
"message": "Ripristina le statistiche globali",
|
||||
"description": "This string is used as title for the statistics reset button on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di reset delle statistiche nella pagina popup."
|
||||
},
|
||||
"popup_html_rules_status_head": {
|
||||
"message": "Regole-Stato",
|
||||
"description": "This string is used as title for the rules-status section on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per la sezione rules-status nella pagina popup."
|
||||
},
|
||||
"popup_html_log_head": {
|
||||
"message": "Log",
|
||||
"description": "This string is used as name for the log button on the popup page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di log nella pagina popup."
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "Apri il file di log",
|
||||
"description": "This string is used as title for the log button on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di log nella pagina popup."
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
"message": "Segnala l'url corrente",
|
||||
"description": "Note: Currently not used."
|
||||
"description": "Nota: attualmente non utilizzato."
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "Segnala l'URL corrente da questa scheda.",
|
||||
"description": "Currently not used."
|
||||
"description": "Attualmente non utilizzato."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
"message": "[ClearURLs]: Salva sul disco.",
|
||||
"description": "This string is used to tell the user, that ClearURLs saved the settings on disk."
|
||||
"description": "Questa stringa è usata per dire all'utente che ClearURLs ha salvato le impostazioni su disco."
|
||||
},
|
||||
"core_error": {
|
||||
"message": "[ClearURLs]: Il componente aggiuntivo non può essere avviato.",
|
||||
"description": "This string is used to tell the user, that ClearURLs could not be started."
|
||||
"description": "Questa stringa è usata per dire all'utente che ClearURLs non può essere avviato."
|
||||
},
|
||||
"configs_switch_statistics": {
|
||||
"message": "Statistiche",
|
||||
"description": "This string is used as name for the statistics switch button on the popup page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di attivazione delle statistiche nella pagina popup."
|
||||
},
|
||||
"configs_switch_statistics_title": {
|
||||
"message": "Attiva o disattiva le statistiche",
|
||||
"description": "This string is used as title for the statistics switch button on the popup page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di attivazione delle statistiche nella pagina popup."
|
||||
},
|
||||
"settings_html_page_title": {
|
||||
"message": "Impostazioni da ClearURLs",
|
||||
"description": "This string is used as title on the settings page."
|
||||
"description": "Questa stringa è usata come titolo nella pagina delle impostazioni."
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "Colore distintivo",
|
||||
"description": "This string is used as name for the badged color label."
|
||||
"message": "Colore del badge",
|
||||
"description": "Questa stringa è usata come nome per l'etichetta del colore del badge."
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
"message": "Ripristina",
|
||||
"description": "This string is used as name for the reset button on the settings page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante di reset nella pagina delle impostazioni."
|
||||
},
|
||||
"setting_html_reset_button_title": {
|
||||
"message": "Ripristina tutto",
|
||||
"description": "This string is used as title for the reset button on the settings page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante di reset nella pagina delle impostazioni."
|
||||
},
|
||||
"setting_rule_url_label": {
|
||||
"message": "Indirizzo del file data.json (regole)",
|
||||
"description": "This string is used as name for the rule url label."
|
||||
"description": "Questa stringa è usata come nome per l'etichetta url della regola."
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "Salva e ricarica il componente aggiuntivo",
|
||||
"description": "This string is used as name for the save&reload button on the settings page."
|
||||
"description": "Questa stringa è usata come nome per il pulsante salva&ricarica nella pagina delle impostazioni."
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "Salva le impostazioni",
|
||||
"description": "This string is used as title for the save&reload button on the settings page."
|
||||
"description": "Questa stringa è usata come titolo per il pulsante salva&ricarica nella pagina delle impostazioni."
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "Indirizzo del file rules.hash (hash)",
|
||||
"description": "This string is used as name for the rule.hash url label."
|
||||
"description": "Questa stringa è usata come nome per l'etichetta dell'url rule.hash."
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (livello esperto)\n",
|
||||
"description": "This string is used as name for the types label."
|
||||
"description": "Questa stringa è usata come nome per l'etichetta dei tipi."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "Server di report per gli URL",
|
||||
"description": "Note: Currently not used."
|
||||
"description": "Nota: attualmente non utilizzato."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "L'URL è stato segnalato correttamente. Verificheremo l'URL quanto prima.",
|
||||
"description": "Note: Currently not used."
|
||||
"description": "Nota: attualmente non utilizzato."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "Sembra che questo URL sia già stato segnalato.",
|
||||
"description": "Note: Currently not used."
|
||||
"description": "Nota: attualmente non utilizzato."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "Una donazione per l'autore di ClearURLs.",
|
||||
"description": "This string is used to refer to a donation page."
|
||||
"description": "Questa stringa è usata per riferirsi a una pagina di donazione."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "Copia i collegamenti puliti",
|
||||
@@ -217,7 +217,7 @@
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "Con questo strumento è possibile incollare URL che ClearURLs pulirà facendo clic sul pulsante verde. È possibile incollare più URL contemporaneamente, indica un singolo URL per riga.",
|
||||
"description": "This string is used as description of the cleaning tool."
|
||||
"description": "Questa stringa viene utilizzata come descrizione dello strumento di pulizia."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
"message": "Pulisci gli URL",
|
||||
@@ -233,7 +233,7 @@
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "Escludi gli URL locali (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)",
|
||||
"description": "This string is used as label for the local host skipping switch"
|
||||
"description": "Questa stringa viene utilizzata come etichetta per l'opzione di salto del localhost"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "Escludi gli URL locali",
|
||||
@@ -287,15 +287,15 @@
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "Questo sito è stato bloccato da <b>ClearURLs</b> perché è stato identificato come sito web di advertising e/o servizio di tracciamento. Per visitare questo sito web devi temporaneamente disattivare il componente aggiuntivo. Dopo aver disattivato ClearURLs potrai fare clic sul pulsante qui sotto per ricaricare la pagina.",
|
||||
"description": "This string is used as body on the blocked site page."
|
||||
"description": "Questa stringa viene utilizzata come corpo della pagina del sito bloccato."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "Visita la pagina",
|
||||
"description": "This string is used as button on the blocked site page."
|
||||
"description": "Questa stringa viene utilizzata come pulsante della pagina del sito bloccato."
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "Permetti l'utilizzo di referral marketing",
|
||||
"description": "This string is used as label for the referral marketing switch"
|
||||
"description": "Questa stringa viene utilizzata come etichetta per l'interruttore del referral marketing"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "Permette l'utilizzo del referral marketing (esempio: Amazon)",
|
||||
@@ -303,11 +303,17 @@
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: Il sistema di controllo ha identificato un problema. ClearURLs verrà riavviato.",
|
||||
"description": "This string is used as text for the watchdog"
|
||||
"description": "This string is used as text for the watchdog",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Permetti il blocco dei domini (può portare a problemi su pagine che non consentono AdBlocker)",
|
||||
"description": "This string is used as label for the domain blocking switch"
|
||||
"description": "Questa stringa viene utilizzata come etichetta per l'interruttore di blocco del dominio"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "Permetti il blocco dei domini (può portare a problemi su pagine che non consentono AdBlocker)",
|
||||
@@ -319,10 +325,54 @@
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "Blocca la verifica dei collegamenti (vedi anche <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>questo articolo</a>)",
|
||||
"description": "This string is used as label for the hyperlink auditing blocking switch"
|
||||
"description": "Questa stringa viene utilizzata come etichetta per l'interruttore di blocco dell'hyperlink auditing"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Blocca la verifica dei collegamenti",
|
||||
"description": "This string is used as title for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Rimuove gli elementi di tracciamento dagli URL.",
|
||||
"description": "Descrizione dell'estensione (max.132 caratteri)"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "L'header ETag è stato rimosso da questa richiesta",
|
||||
"description": "Questa stringa è usata sul filtraggio dell'header ETag nel log di ClearURLs."
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "Filtra gli header ETag dalle richieste (Guarda anche <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>this article</a>)",
|
||||
"description": "Questa stringa viene utilizzata come etichetta per l'opzione di filtraggio dell'header ETag"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filtra gli heaader ETag. Suggerimento: la cache deve essere svuotata prima del primo utilizzo.",
|
||||
"description": "Questa stringa viene utilizzata come titolo per l'opzione di filtraggio dell'header ETag"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "non necessario, solo per evitare eccezioni"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
378
_locales/ko/messages.json
Normal file
378
_locales/ko/messages.json
Normal file
@@ -0,0 +1,378 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "최신 버전",
|
||||
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "업데이트됨",
|
||||
"description": "This status code says, that the ClearURLs rules are successfully updated."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "업데이트 가능",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "오류",
|
||||
"description": "This status code says, that the ClearURLs could not be started correctly."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "앗 무언가가 잘못되었어요!",
|
||||
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "이 url이 리다이렉트됨",
|
||||
"description": "This string is used on redirections in the ClearURLs log."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "이 도메인이 차단됨",
|
||||
"description": "This string is used on blocked domains in the ClearURLs log."
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: 로그 리스너가 추가되었습니다.",
|
||||
"description": "This string is used on ClearURLs log startup."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "ClearURLs의 로그",
|
||||
"description": "This string is used as header on the log page."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "처리하기 전에",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "처리한 이후",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_table_head_3": {
|
||||
"message": "규칙",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_table_head_4": {
|
||||
"message": "시간",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_reset_button": {
|
||||
"message": "초기화",
|
||||
"description": "This string is used for the reset button on the log page."
|
||||
},
|
||||
"log_html_reset_button_title": {
|
||||
"message": "글로벌 로그 초기화",
|
||||
"description": "This string is used as title for the reset button on the log page."
|
||||
},
|
||||
"popup_html_configs_head": {
|
||||
"message": "설정",
|
||||
"description": "This string is used as title for the configs on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_filter": {
|
||||
"message": "필터",
|
||||
"description": "This string is used as name for the filter switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "이 필터 스위치는 ClearURLs의 청소 기능을 스위치합니다. 이 옵션을 비활성화하면 전체 확장 프로그램이 비활성화됩니다",
|
||||
"description": "This string is used as title for the filter switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "로깅",
|
||||
"description": "This string is used as name for the logging switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "이 로그는 오직 기기에만 저장됩니다. 필요하지 않으면 사용하지 않는 것을 추천합니다",
|
||||
"description": "This string is used as title for the logging switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
"message": "배지",
|
||||
"description": "This string is used as name for the badges switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "청소된 url의 수 표시",
|
||||
"description": "This string is used as title for the badges switch button on the popup page."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
"message": "통계",
|
||||
"description": "This string is used as title for the statistics on the popup page."
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
"message": "요소",
|
||||
"description": "This string is used as name for the elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "차단됨",
|
||||
"description": "This string is used as name for the blocked elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_percentage": {
|
||||
"message": "퍼센트",
|
||||
"description": "This string is used as name for the percentage of blocked elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "초기화",
|
||||
"description": "This string is used as name for the statistics reset button on the popup page."
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
"message": "글로벌 통계 초기화",
|
||||
"description": "This string is used as title for the statistics reset button on the popup page."
|
||||
},
|
||||
"popup_html_rules_status_head": {
|
||||
"message": "Rules-Status",
|
||||
"description": "This string is used as title for the rules-status section on the popup page."
|
||||
},
|
||||
"popup_html_log_head": {
|
||||
"message": "로그",
|
||||
"description": "This string is used as name for the log button on the popup page."
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "로그 열기",
|
||||
"description": "This string is used as title for the log button on the popup page."
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
"message": "현재 URL 제보",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "이 탭에서 URL을 제보합니다.",
|
||||
"description": "Currently not used."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
"message": "[ClearURLs]: 디스크에 저장했습니다.",
|
||||
"description": "This string is used to tell the user, that ClearURLs saved the settings on disk."
|
||||
},
|
||||
"core_error": {
|
||||
"message": "[ClearURLs]: 확장 프로그램이 시작할 수 없습니다.",
|
||||
"description": "This string is used to tell the user, that ClearURLs could not be started."
|
||||
},
|
||||
"configs_switch_statistics": {
|
||||
"message": "통계",
|
||||
"description": "This string is used as name for the statistics switch button on the popup page."
|
||||
},
|
||||
"configs_switch_statistics_title": {
|
||||
"message": "통계 기능을 활성화하거나 비활성화합니다.",
|
||||
"description": "This string is used as title for the statistics switch button on the popup page."
|
||||
},
|
||||
"settings_html_page_title": {
|
||||
"message": "ClearURLs 설정",
|
||||
"description": "This string is used as title on the settings page."
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "배지 색",
|
||||
"description": "This string is used as name for the badged color label."
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
"message": "초기화",
|
||||
"description": "This string is used as name for the reset button on the settings page."
|
||||
},
|
||||
"setting_html_reset_button_title": {
|
||||
"message": "모든 것을 초기화함",
|
||||
"description": "This string is used as title for the reset button on the settings page."
|
||||
},
|
||||
"setting_rule_url_label": {
|
||||
"message": "data.json(규칙) 파일의 url",
|
||||
"description": "This string is used as name for the rule url label."
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "저장하고 확장 프로그램 다시 시작",
|
||||
"description": "This string is used as name for the save&reload button on the settings page."
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "설정 저장",
|
||||
"description": "This string is used as title for the save&reload button on the settings page."
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "rules.hash (hash) 파일의 url",
|
||||
"description": "This string is used as name for the rule.hash url label."
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (expert level)",
|
||||
"description": "This string is used as name for the types label."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "Report server for URLs",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "The URL was successfully reported. We will check this URL soon.",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "It seems like this URL has already been reported.",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "ClearURLs 제작자에게 후원",
|
||||
"description": "This string is used to refer to a donation page."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "깨끗한 링크 주소 복사",
|
||||
"description": "This string is used in the context menu to copy clean links."
|
||||
},
|
||||
"context_menu_enabled": {
|
||||
"message": "Display context menu entry",
|
||||
"description": "This string is used toggle the context menu entry to copy clean links."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "Prevent tracking injection over history API (See also: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
|
||||
"description": "This string is used as name for the history API listener label."
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "ClearURLs cleaning tool",
|
||||
"description": "This string is used as title on the cleaning tool page."
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "With this tool you can paste in URLs and ClearURLs will clean the URLs after a click on the green button. You can paste in multiple URLs at once, but every URL must be on a separate line.",
|
||||
"description": "This string is used as description of the cleaning tool."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
"message": "URL들 청소",
|
||||
"description": "This string is used as name for the clean url button."
|
||||
},
|
||||
"cleaning_tool_dirty_urls_label": {
|
||||
"message": "여기에 더러운 URL들을 붙여넣으세요:",
|
||||
"description": "This string is used as title on the cleaning tool page for the dirty URLs."
|
||||
},
|
||||
"cleaning_tool_clean_urls_label": {
|
||||
"message": "여기서 깨끗한 URL들을 찾을 수 있습니다:",
|
||||
"description": "This string is used as title on the cleaning tool page for the clean URLs."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "로컬 호스트에서 URL 스킵 (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)",
|
||||
"description": "This string is used as label for the local host skipping switch"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "로컬 호스트에서 URL 스킵함",
|
||||
"description": "This string is used as title for the local host skipping switch"
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "내보내기",
|
||||
"description": "This string is used for the export button on the log page."
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "글로벌 로그 내보냄",
|
||||
"description": "This string is used as title for the export button on the log page."
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "불러오기",
|
||||
"description": "This string is used for the import button on the log page."
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "글로벌 로그 불러옴",
|
||||
"description": "This string is used as title for the import button on the log page."
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "내보내기",
|
||||
"description": "This string is used as name for the export button on the settings page."
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "모든 것을 내보냄",
|
||||
"description": "This string is used as title for the export button on the settings page."
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "불러오기",
|
||||
"description": "This string is used as name for the reset button on the settings page."
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "모든 것을 불러옴",
|
||||
"description": "This string is used as title for the import button on the settings page."
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Limit the log to $LIMIT$ entries.",
|
||||
"description": "This string is used as name for the log limit label.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "이 사이트가 <b>ClearURLs</b>에 의해 차단됨",
|
||||
"description": "This string is used as title on the blocked site page."
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "이 사이트는 광고/추적 서비스로 발견되었기 때문에 <b>ClearURLs</b>에 의해 차단되었습니다. 이 사이트를 방문하려면 임시로 확장 프로그램을 비활성화하거나 ClearURLs 설정에서 도메인 차단을 비활성화해야 합니다. 이후에 아래의 버튼을 눌러 페이지를 불러올 수 있습니다.",
|
||||
"description": "This string is used as body on the blocked site page."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "페이지 방문",
|
||||
"description": "This string is used as button on the blocked site page."
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "레퍼럴 마케팅 허용",
|
||||
"description": "This string is used as label for the referral marketing switch"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "레퍼럴 마케팅 허용",
|
||||
"description": "This string is used as title for the referral marketing switch"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: watchdog은 문제를 발견했고 이미 $TIMES$ 번 실패했습니다.",
|
||||
"description": "This string is used as text for the watchdog",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "도메인 차단 허용 (광고 차단기를 허용하지 않는 사이트에서 문제가 생길 수 있음)",
|
||||
"description": "This string is used as label for the domain blocking switch"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "도메인 차단 허용 (광고 차단기를 허용하지 않는 사이트에서 문제가 생길 수 있음)",
|
||||
"description": "This string is used as title for the domain blocking switch"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "이 하이퍼링크 수정이 차단됨",
|
||||
"description": "This string is used on hyperlink auditing in the ClearURLs log."
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "하이퍼링크 수정 차단 (<a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>이 기사</a>를 참고해주세요.)",
|
||||
"description": "This string is used as label for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "하이퍼링크 수정 차단",
|
||||
"description": "This string is used as title for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "URL에서 추적 요소를 삭제",
|
||||
"description": "Extension description (max. 132 characters)"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "ETag 헤더가 이 요청에서 삭제됨",
|
||||
"description": "This string is used on ETag header filtering in the ClearURLs log."
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "요청에서 ETag 헤더를 필터함 (<a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>이 기사</a>를 참고하세요)",
|
||||
"description": "This string is used as label for the ETag header filtering switch"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "ETag 헤더를 필터함. 힌트: 첫 사용 이전에 캐시가 삭제되어야 합니다.",
|
||||
"description": "This string is used as title for the ETag header filtering switch"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
}
|
||||
}
|
||||
@@ -5,213 +5,275 @@
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "geüpdatet",
|
||||
"description": "Deze statuscode betekent dat de ClearURLs-regels succesvol geüpdatet zijn."
|
||||
"description": "Deze statuscode betekent dat de ClearURLs-regels volledig geüpdatet zijn."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "update beschikbaar",
|
||||
"description": "Deze statuscode betekent dat er een update beschikbaar is voor de ClearURLs-regels."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "error",
|
||||
"description": "Deze statuscode betekent dat ClearURLs niet correct gestart kon worden."
|
||||
"message": "foutmelding",
|
||||
"description": "Deze statuscode betekent dat ClearURLs niet correct gestart kan worden."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Oeps, er ging iets mis!",
|
||||
"description": "Deze statuscode betekent dat er iets mis ging tijdens het updaten van de ClearURLs-regels."
|
||||
"message": "Oeps, er is iets misgegaan!",
|
||||
"description": "Deze statuscode betekent dat er iets mis is gegaan tijdens het updaten van de ClearURLs-regels."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Deze URL werd doorgestuurd",
|
||||
"description": "Deze string wordt in de ClearURLs-log gebruikt voor redirects."
|
||||
"message": "Deze url werd doorgestuurd",
|
||||
"description": "Deze tekenreeks wordt gebruikt in het ClearURLs-logboek om doorverwijzingen aan te geven."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "Dit domein wordt geblokkeerd",
|
||||
"description": "Deze string wordt in de ClearURLs-log gebruikt voor geblokkeerde domeinen."
|
||||
"description": "Deze tekenreeks wordt gebruikt in het ClearURLs-logboek voor geblokkeerde domeinen."
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: Log listener is toegevoegd",
|
||||
"description": "Deze string wordt gebruikt wanneer de ClearURLs-log start."
|
||||
"message": "[ClearURLs]: Logboek is toegevoegd",
|
||||
"description": "Deze tekenreeks wordt gebruikt zodra het aanleggen van het ClearURLs-logboek begonnen is."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "ClearURLs-log",
|
||||
"description": "Deze string wordt als titel op de logpagina gebruikt"
|
||||
"message": "ClearURLs-logboek",
|
||||
"description": "Deze tekenreeks wordt gebruikt als titel van het logboek."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "Voor opschoning",
|
||||
"description": "Deze string wordt gebruikt als tabeltitel op de logpagina."
|
||||
"message": "Vóór verwerking",
|
||||
"description": "Deze tekenreeks wordt gebruikt als tabeltitel in het logboek."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "Na verwerking"
|
||||
"message": "Ná verwerking",
|
||||
"description": "Deze tekenreeks wordt gebruikt als tabeltitel in het logboek."
|
||||
},
|
||||
"log_html_table_head_3": {
|
||||
"message": "Regel"
|
||||
"message": "Regel",
|
||||
"description": "Deze tekenreeks wordt gebruikt als tabeltitel in het logboek."
|
||||
},
|
||||
"log_html_table_head_4": {
|
||||
"message": "Tijd"
|
||||
"message": "Tijd",
|
||||
"description": "Deze tekenreeks wordt gebruikt als tabeltitel in het logboek."
|
||||
},
|
||||
"log_html_reset_button": {
|
||||
"message": "Reset"
|
||||
"message": "Standaardwaarden",
|
||||
"description": "Deze tekenreeks wordt gebruikt bij de standaardwaardenknop in het logboek."
|
||||
},
|
||||
"log_html_reset_button_title": {
|
||||
"message": "Reset de globale log"
|
||||
"message": "Zet het logboek terug op de standaardwaarde",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de standaardwaardenknop in het logboek."
|
||||
},
|
||||
"popup_html_configs_head": {
|
||||
"message": "Opties"
|
||||
"message": "Instellingen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de instellingen op de pop-uppagina."
|
||||
},
|
||||
"popup_html_configs_switch_filter": {
|
||||
"message": "Filter"
|
||||
"message": "Filter",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de filterknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "De “Filter”-knop activeert de opschoonfunctionaliteit van ClearURLs. Als je deze uit zet, dan zet je de hele add-on uit"
|
||||
"message": "De filterknop activeert de opschoonfunctionaliteit van ClearURLs. Als je deze uitschakelt, dan schakel je de hele add-on uit.",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de filterknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "Loggen"
|
||||
"message": "Loggen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de logknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "Je log wordt alleen lokaal bewaard. We raden aan dit uit te laten staan als je het niet nodig hebt"
|
||||
"message": "Het logboek wordt alleen lokaal bewaard. We raden aan dit uit te laten staan als je het niet nodig hebt.",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de logknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
"message": "Badges"
|
||||
"message": "Emblemen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de embleemknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "Laat het aantal opgeschoonde URLs zien"
|
||||
"message": "Aantal opgeschoonde url's tonen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de embleemknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
"message": "Statistieken"
|
||||
"message": "Statistieken",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de statistieken op de pop-uppagina."
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
"message": "Elementen"
|
||||
"message": "Elementen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de elementen op de pop-uppagina."
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "Geblokkeerd"
|
||||
"message": "Geblokkeerd",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van het aantal geblokkeerde elementen op de pop-uppagina."
|
||||
},
|
||||
"popup_html_statistics_percentage": {
|
||||
"message": "Percentage"
|
||||
"message": "Percentage",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van het percentage geblokkeerde elementen op de pop-uppagina."
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "Reset"
|
||||
"message": "Standaardwaarden",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de standaardwaardenknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
"message": "Reset de globale statistieken"
|
||||
"message": "Herstel de globale statistieken",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de standaardwaardenknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_rules_status_head": {
|
||||
"message": "Status van de regels"
|
||||
"message": "Regelstatus",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de regelstatussectie op de pop-uppagina."
|
||||
},
|
||||
"popup_html_log_head": {
|
||||
"message": "Logboek",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de logboekknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "Open de log"
|
||||
"message": "Logboek openen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de logboekknop op de pop-uppagina."
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
"message": "Rapporteer huidige URL"
|
||||
"message": "Huidige url melden",
|
||||
"description": "Opm.: wordt momenteel niet gebruikt."
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "Rapporteer URL van dit tabblad"
|
||||
"message": "Meld de url van het huidige tabblad.",
|
||||
"description": "Wordt momenteel niet gebruikt."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
"message": "[ClearURLs]: Sla op naar je hardeschijf"
|
||||
"message": "[ClearURLs]: Opgeslagen op schijf.",
|
||||
"description": "Deze tekenreeks wordt gebruikt om te melden dat de instellingen zijn opgeslagen op de schijf."
|
||||
},
|
||||
"core_error": {
|
||||
"message": "[ClearURLs]: De add-on kon niet starten."
|
||||
"message": "[ClearURLs]: De add-on kan niet worden gestart.",
|
||||
"description": "Deze tekenreeks wordt gebruikt om te melden dat ClearURLs niet kan worden gestart."
|
||||
},
|
||||
"configs_switch_statistics": {
|
||||
"message": "Statistieken"
|
||||
"message": "Statistieken",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de statistiekenknop op de pop-uppagina."
|
||||
},
|
||||
"configs_switch_statistics_title": {
|
||||
"message": "Houd statistieken bij"
|
||||
"message": "Statistieken bijhouden in-/uitschakelen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de statistiekenknop op de pop-uppagina."
|
||||
},
|
||||
"settings_html_page_title": {
|
||||
"message": "ClearURLs-instellingen"
|
||||
"message": "ClearURLs-instellingen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de instellingenpagina."
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "Badge-kleur"
|
||||
"message": "Embleemkleur",
|
||||
"description": "Deze tekenreeks wordt gebruikt als label van de embleemkleur."
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
"message": "Reset"
|
||||
"message": "Standaardwaarden",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de stardaardwaardetknop op de instellingenpagina."
|
||||
},
|
||||
"setting_html_reset_button_title": {
|
||||
"message": "Reset alles"
|
||||
"message": "Zet alles terug",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de standaardwaardenknop op de instellingenpagina."
|
||||
},
|
||||
"setting_rule_url_label": {
|
||||
"message": "De URL naar het “data.json”-bestand (regels)"
|
||||
"message": "De url naar het data.json-bestand (regels)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als label van de regel-url."
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "Sla op en herlaad de add-on"
|
||||
"message": "Add-on opslaan en herladen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de knop 'Opslaan en herladen' op de instellingenpagina."
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "Slaat de instellingen op"
|
||||
"message": "Slaat de instellingen op",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de knop 'Opslaan en herladen' op de instellingenpagina."
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "De URL naar het “rules.hash”-bestand (hash)"
|
||||
"message": "De url naar het rules.hash-bestand (hash)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als label van de rule.hash-url."
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request-types</a> (voor geavanceerde gebruikers)"
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Soorten verzoeken</a> (voor ervaren gebruikers)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de soorten verzoeken."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "Rapportage-server voor URLs"
|
||||
"message": "Meldingsserver voor url's",
|
||||
"description": "Opm.: wordt momenteel niet gebruikt."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "De URL werd succesvol gerapporteerd. We checken hem snel."
|
||||
"message": "De url is gemeld - we controleren deze z.s.m.",
|
||||
"description": "Opm.: wordt momenteel niet gebruikt."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "Het lijkt er op dat deze URL al eerder gerapporteerd werd."
|
||||
"message": "Het lijkt er op dat deze url al gemeld is.",
|
||||
"description": "Opm.: wordt momenteel niet gebruikt."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "Een donatie voor de ontwikkelaar van ClearURLs."
|
||||
"message": "Een donatie aan de ClearURLs-ontwikkelaar.",
|
||||
"description": "Deze tekenreeks wordt gebruikt om te verwijzen naar de donatiepagina."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "Kopiëer schone link-URL"
|
||||
"message": "Opgeschoonde link kopiëren",
|
||||
"description": "Deze tekenreeks wordt gebruikt in het rechtermuisknopmenu om opgeschoonde links te kopiëren."
|
||||
},
|
||||
"context_menu_enabled": {
|
||||
"message": "Laat optie in het contextmenu zien"
|
||||
"message": "Rechtermuisknopmenu-item tonen",
|
||||
"description": "Deze tekenreeks wordt gebruikt in het rechtermuisknopmenu om opgeschoonde links te kopiëren."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "Voorkom tracking injection over de history API (Zie: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>replaceState() method</a>)"
|
||||
"message": "Voorkom trackinginjectie middels de geschiedenis-api (zie: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>replaceState()-methode</a>)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van het geschiedenis-api-label."
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "ClearURLs opschoon-tool"
|
||||
"message": "ClearURLs-opschoongereedschap",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de opschoongereedschapspagina."
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "Met deze tool kun je URLs plakken die ClearURLs vervolgens met één klik op de groene knop voor je opschoont. Je kunt meerdere URLs plakken, één per regel."
|
||||
"message": "Met dit hulpmiddel kun je url's plakken die ClearURLs met één klik op de groene knop voor je opschoont. Je kunt meerdere url's plakken (één per regel).",
|
||||
"description": "Deze tekenreeks wordt gebruikt als omschrijving van het opschoongereedschap."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
"message": "Schoon URLs op"
|
||||
"message": "URL's opschonen",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de opschoonknop."
|
||||
},
|
||||
"cleaning_tool_dirty_urls_label": {
|
||||
"message": "Plak hier de URLs met tracking-parameters:"
|
||||
"message": "Plak hier de tracking-url's:",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam op de opschoonpagina voor het plakken van tracking-url's."
|
||||
},
|
||||
"cleaning_tool_clean_urls_label": {
|
||||
"message": "Hier vind je de opgeschoonde URLs:"
|
||||
"message": "Hier vind je de opgeschoonde url's:",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam op de opschoonpagina kopiëren van opgeschoonde url's."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "Sla URLs op lokale hosts (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost) over"
|
||||
"message": "URL's op lokale hosts (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost) overslaan",
|
||||
"description": "Deze tekenreeks wordt gebruikt als label van de lokalehostknop"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "Sla URLs op lokale hosts over"
|
||||
"message": "Sla url's op lokale hosts over",
|
||||
"description": "Deze tekenreeks wordt gebruikt als label van de lokalehostknop"
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "Exporteer"
|
||||
"message": "Exporteren",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de exportknop op de logboekpagina."
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "Exporteer de globale log"
|
||||
"message": "Exporteer het globale logboek",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de exportknop op de logboekpagina."
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "Importeer"
|
||||
"message": "Importeren",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de importknop op de logboekpagina."
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "Importeer de globale log"
|
||||
"message": "Importeer het globale logboek",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de importknop op de logboekpagina."
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "Exporteer"
|
||||
"message": "Exporteren",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de exportknop op de instellingenpagina."
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "Exporteer alles"
|
||||
"message": "Exporteer alles",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de exportknop op de instellingenpagina."
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "Importeer"
|
||||
"message": "Importeren",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de importknop op de instellingenpagina."
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "Importeer alles"
|
||||
"message": "Importeer alles",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de importknop op de instellingenpagina."
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Beperk de log tot $LIMIT$ regels.",
|
||||
"message": "Beperk het logboek tot $LIMIT$ regels.",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van het logboek-beperkingslabel.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
@@ -220,16 +282,28 @@
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "Deze site werd geblokkeerd door <b>ClearURLs</b>"
|
||||
"message": "Deze site is geblokkeerd door <b>ClearURLs</b>",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de geblokkeerde pagina."
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "Deze site werd geblokkeerd door de <b>ClearURLs</b>-add-on omdat we hem herkenden als een advertentie- en/of tracking-service. Om deze site toch te bezoeken moet je de add-on tijdelijk deactiveren, of het blokkeren van domeinen in de instellingen uitzetten. Klik daarna op onderstaande knop om de pagina te herladen."
|
||||
"message": "Deze site is geblokkeerd door de <b>ClearURLs</b>-add-on omdat deze herkend is als een advertentie- en/of trackingdienst. Om deze site tóch te bezoeken, moet je de add-on tijdelijk uitschakelen of het blokkeren van domeinen uitschakelen in de instellingen. Klik daarna op onderstaande knop om de pagina te herladen.",
|
||||
"description": "Deze tekenreeks wordt gebruikt als inhoud van de geblokkeerde pagina."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "Bezoek pagina"
|
||||
"message": "Pagina bezoeken",
|
||||
"description": "Deze tekenreeks wordt gebruikt als knop op de geblokkeerde pagina."
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "Doorverwijzingsmarketing toestaan",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de doorverwijzingsmarketingknop"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "Doorverwijzingsmarketing toestaan",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de doorverwijzingsmarketingknop"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: De “watchdog” liep tegen een probleem aan en is al $TIMES$ keer gefaald.",
|
||||
"message": "[ClearURLs]: De 'watchdog' is tegen een probleem aangelopen en is al $TIMES$ keer mislukt.",
|
||||
"description": "Deze tekenreeks wordt gebruikt als tekst bij de 'watchdog'",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
@@ -238,36 +312,67 @@
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Sta het blokkeren van domeinen toe. (Dit kan problemen veroorzaken op pagina's die ad blockers niet toestaan.)"
|
||||
"message": "Blokkeren van domeinen toestaan (dit kan problemen veroorzaken op pagina's die geen advertentieblokkering niet toestaan)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de domeinblokkerknop"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "Sta het blokkeren van domeinen toe. (Dit kan problemen veroorzaken op pagina's die ad blockers niet toestaan.)"
|
||||
"message": "Blokkeren van domeinen toestaan (dit kan problemen veroorzaken op pagina's die geen advertentieblokkering niet toestaan)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de domeinblokkerknop"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "Deze “hyperlink auditing” werd geblokkeerd"
|
||||
"message": "Deze 'hyperlink auditing' is geblokkeerd",
|
||||
"description": "Deze tekenreeks wordt gebruikt bij 'hyperlink auditing' in het logboek."
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "Blokkeer “hyperlink auditing”. (Zie <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>dit artikel</a>)"
|
||||
"message": "'Hyperlink auditing\" blokkeren (zie <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>dit artikel</a>)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de hyperlink-auditingknop"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Blokkeer “hyperlink auditing”"
|
||||
"message": "'Hyperlink auditing\" blokkeren",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de hyperlink-auditing-klokkerknop"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Verwijder tracking-elementen uit URLs."
|
||||
"message": "Verwijder trackingelementen uit url's.",
|
||||
"description": "Add-onomschrijving (max. 132 tekens)"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "De “ETag header” werd van deze request verwijderd"
|
||||
"message": "De 'ETag-kop' is verwijderd uit dit verzoek",
|
||||
"description": "Deze tekenreeks wordt gebruikt bij ETag-kopfiltering in het logboek."
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "Filter “Etag headers” van requests. (Zie <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>dit artikel</a>)"
|
||||
"message": "Filter 'ETag-koppen' uit verzoeken (zie <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>dit artikel</a>)",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de ETag-kopfilteringknop"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filter “Etag headers”. Hint: De cache moet geleegd worden vóór het eerste gebruik."
|
||||
"message": "Filter 'ETag-koppen'. Tip: leeg de cache alvorens het eerste gebruik.",
|
||||
"description": "Deze tekenreeks wordt gebruikt als naam van de ETag-kopfilteringknop"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": "bericht"
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": "bericht"
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "onnodig - alleen om uitzonderingen te voorkomen"
|
||||
}
|
||||
}
|
||||
@@ -216,7 +216,7 @@
|
||||
"description": "This string is used as title on the cleaning tool page."
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "To narzędzie pozwala wkleić adres URL, a po wciśnięciu zielonego przycisku ClearURLs oczyści go. Można wkleić wiele adresów URL jednocześnie, ale każdy pojedynczy powinien być w osobnej linii.",
|
||||
"message": "ClearURLs pozwala na wklejenie adresu URL i oczyszczenie go po wciśnięciu zielonego przycisku. Można wkleić wiele adresów URL jednocześnie, ale każdy z nich powinien być w osobnej linii.",
|
||||
"description": "This string is used as description of the cleaning tool."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
@@ -244,7 +244,7 @@
|
||||
"description": "This string is used for the export button on the log page."
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "Eksportuje cały dziennik",
|
||||
"message": "Eksportuj cały dziennik",
|
||||
"description": "This string is used as title for the export button on the log page."
|
||||
},
|
||||
"log_html_import_button": {
|
||||
@@ -252,7 +252,7 @@
|
||||
"description": "This string is used for the import button on the log page."
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "Importuje cały dziennik",
|
||||
"message": "Importuj cały dziennik",
|
||||
"description": "This string is used as title for the import button on the log page."
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
@@ -328,7 +328,7 @@
|
||||
"description": "This string is used as label for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Blokuje inspekcję hiperłączy",
|
||||
"message": "Blokuj inspekcję hiperłączy",
|
||||
"description": "This string is used as title for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"extension_description": {
|
||||
@@ -346,5 +346,33 @@
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filtruje nagłówki ETag. Wskazówka: pamięć podręczną należy wyczyścić przed pierwszym użyciem.",
|
||||
"description": "This string is used as title for the ETag header filtering switch"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "niewymagane, jedynie po to, aby zapobiegać wyjątkom"
|
||||
}
|
||||
}
|
||||
@@ -9,30 +9,30 @@
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "atualização disponível",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
"description": "Este código de status diz que uma atualização está disponível para as regras ClearURLs."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "erro",
|
||||
"description": "This status code says, that the ClearURLs could not be started correctly."
|
||||
"description": "Este código de estado diz que ClearURLs não pôde ser iniciado corretamente."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Oops, algo deu errado!",
|
||||
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
|
||||
"description": "Este código de estado diz que ocorreu um erro ao atualizar as regras da ClearURLs."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Esta url foi redirecionada",
|
||||
"message": "Esta URL foi redirecionada",
|
||||
"description": "This string is used on redirections in the ClearURLs log."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "Este domínio foi bloqueado",
|
||||
"description": "This string is used on blocked domains in the ClearURLs log."
|
||||
"description": "Esta string é usada em redirecionamentos no log ClearURLs. "
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: Examinador de registro foi adicionado.",
|
||||
"message": "[ClearURLs]: Examinador de registro (log) foi adicionado.",
|
||||
"description": "This string is used on ClearURLs log startup."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "Registro do ClearURLs",
|
||||
"message": "Registro (log) do ClearURLs",
|
||||
"description": "This string is used as header on the log page."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
@@ -76,7 +76,7 @@
|
||||
"description": "This string is used as name for the logging switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "O registro é salvo apenas localmente. Aconselhamos contra este recurso se você não precisa dele",
|
||||
"message": "O registro (log) é salvo apenas localmente. Não recomendamos esse recurso se você não precisa dele",
|
||||
"description": "This string is used as title for the logging switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
@@ -84,7 +84,7 @@
|
||||
"description": "This string is used as name for the badges switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "Mostrar o número de urls limpas",
|
||||
"message": "Mostrar o número de URLs limpas",
|
||||
"description": "This string is used as title for the badges switch button on the popup page."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
@@ -96,7 +96,7 @@
|
||||
"description": "This string is used as name for the elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "Bloqueado",
|
||||
"message": "Bloqueados",
|
||||
"description": "This string is used as name for the blocked elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_percentage": {
|
||||
@@ -120,7 +120,7 @@
|
||||
"description": "This string is used as name for the log button on the popup page."
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "Abrir o registro",
|
||||
"message": "Abrir o registro (log)",
|
||||
"description": "This string is used as title for the log button on the popup page."
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
@@ -128,7 +128,7 @@
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "Reportar a URL atual dessa aba.",
|
||||
"message": "Reportar a URL atual desta aba.",
|
||||
"description": "Currently not used."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
@@ -164,23 +164,23 @@
|
||||
"description": "This string is used as title for the reset button on the settings page."
|
||||
},
|
||||
"setting_rule_url_label": {
|
||||
"message": "Url do arquivo data.json (regras)",
|
||||
"description": "This string is used as name for the rule url label."
|
||||
"message": "URL do arquivo data.json (regras)",
|
||||
"description": "Esta string é usada como nome para o rótulo da URL de regra."
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "Salvar e recarregar extensão",
|
||||
"description": "This string is used as name for the save&reload button on the settings page."
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "Salvar configurações",
|
||||
"message": "Salva as configurações",
|
||||
"description": "This string is used as title for the save&reload button on the settings page."
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "Url do arquivo rules.hash (hash)",
|
||||
"message": "URL do arquivo rules.hash (hash)",
|
||||
"description": "This string is used as name for the rule.hash url label."
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Tipos de pedidos</a> (expert level)",
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Tipos de pedidos</a> (nível expert)",
|
||||
"description": "This string is used as name for the types label."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
@@ -188,12 +188,12 @@
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "A URL foi reportada com sucesso. Estaremos verificando a url em breve.",
|
||||
"description": "Note: Currently not used."
|
||||
"message": "A URL foi reportada com sucesso. Verificaremos essa URL em breve.",
|
||||
"description": "Nota: Atualmente não usado."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "Parece que essa URL ja foi reportada.",
|
||||
"description": "Note: Currently not used."
|
||||
"description": "Nota: Atualmente não usado."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "Uma doação para o criador do ClearURLs.",
|
||||
@@ -208,7 +208,7 @@
|
||||
"description": "This string is used toggle the context menu entry to copy clean links."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "Prevent tracking injection over history API (See also: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
|
||||
"message": "Impedir a injeção de rastreamento sobre a API de histórico (vide: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>Método replaceState()</a>)",
|
||||
"description": "This string is used as name for the history API listener label."
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
@@ -216,7 +216,7 @@
|
||||
"description": "This string is used as title on the cleaning tool page."
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "Com essa ferramenta você pode colar URLs e ClearURLs as limpará após um clique no botão verde. Você pode colar várias URLs de uma só vez, mas cada URL deve estar em uma linha separada.",
|
||||
"message": "Com esta ferramenta, você pode colar URLs e ClearURLs as limpará após um clique no botão verde. Você pode colar várias URLs de uma só vez, mas cada URL deve estar em uma linha separada.",
|
||||
"description": "This string is used as description of the cleaning tool."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
@@ -224,11 +224,129 @@
|
||||
"description": "This string is used as name for the clean url button."
|
||||
},
|
||||
"cleaning_tool_dirty_urls_label": {
|
||||
"message": "Aqui você pode colar as urls que deseja limpar:",
|
||||
"message": "Aqui você pode colar as URLs que deseja limpar:",
|
||||
"description": "This string is used as title on the cleaning tool page for the dirty URLs."
|
||||
},
|
||||
"cleaning_tool_clean_urls_label": {
|
||||
"message": "Aqui você pode encontrar as urls limpas:",
|
||||
"message": "Aqui você pode encontrar as URLs limpas:",
|
||||
"description": "This string is used as title on the cleaning tool page for the clean URLs."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "Pular URLs em hosts locais (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "Pula URLs em hosts locais"
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "Exportar"
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "Exporta o log global"
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "Importar"
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "Importar o registro global"
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "Exportar"
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "Exporta tudo"
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "Importar"
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "Importa tudo"
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Limitar o registro (log) a $LIMIT$ itens.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "Este site foi bloqueado por <b>ClearURLs</b>"
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "Este site foi bloqueado pela extensão <b>ClearURLs</b> porque o identificamos como um serviço de publicidade ou rastreamento. Para visitar este site, você deve desativar temporariamente a extensão ou desabilitar o bloqueio de domínio nas configurações de ClearURLs. Depois disso, você pode clicar no botão abaixo para carregar a página."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "Visitar a página"
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "Permitir marketing de referência (\"referral\")"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "Permite marketing de referência (\"referral\")"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: O watchdog detectou um problema e já falhou $TIMES$ vezes.",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Permitir bloqueio de domínio (pode causar problemas em páginas que não permitem AdBlockers)"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "Permitir bloqueio de domínio (pode causar problemas em páginas que não permitem AdBlockers)"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "Esta auditoria de hiperlink foi bloqueada"
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "Bloquear auditoria de hiperlink (vide <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>artigo sobre \"Hyperlink auditing\"</a>)"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Bloquear auditoria de hiperlink"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Remover os elementos de rastreamento de URLs. "
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "O cabeçalho ETag foi removido deste pedido"
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "Filtra cabeçalhos ETag de pedidos (vide <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>artigo sobre \"HTTP ETag\"</a>)"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filtra cabeçalhos ETag de pedidos. Dica: o cache deve ser limpo antes do primeiro uso."
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "não necessário, apenas para evitar exceções"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,33 +1,43 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "em dia"
|
||||
"message": "atualizadas",
|
||||
"description": "Este código de estado quer dizer que não existe nenhuma atualização para as regras do CleanURLs e tudo o resto."
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "atualizadas"
|
||||
"message": "atualizadas",
|
||||
"description": "Este código de estado quer dizer que as regras do CleanURLs foram atualizadas com sucesso."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "atualização disponível"
|
||||
"message": "atualização disponível",
|
||||
"description": "Esta código de estado quer dizer que existe uma atualização para as regras do CleanURLs."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "erro"
|
||||
"message": "erro",
|
||||
"description": "Esta código de estado quer dizer que não foi possível iniciar o CleanURLs corretamente."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Ups! Qualquer coisa correu mal."
|
||||
"message": "Ups! Algo correu mal.",
|
||||
"description": "Esta código de estado quer dizer que ocorreu um erro ao atualizar as regras do CleanURLs."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Este URL é um reencaminhamento"
|
||||
"message": "Este URL é redirecionado",
|
||||
"description": "Esta expressão é usada em redirecionamentos no relatório do CleanURLs."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "Este domínio está bloqueado"
|
||||
"message": "Este domínio está bloqueado",
|
||||
"description": "Esta expressão é usada em domínios bloqueados no relatório do CleanURLs."
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: O observador de registos foi adicionado."
|
||||
"message": "[ClearURLs]: foi adicionado o registo no relatório.",
|
||||
"description": "Esta expressão é usada ao iniciar o relatório do CleanURLs."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "Registo de funcionamento do ClearURLs"
|
||||
"message": "Relatório do ClearURLs",
|
||||
"description": "Esta expressão é usada como cabeçalho na página do relatório."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "Antes do processamento"
|
||||
"message": "Antes do processamento",
|
||||
"description": "Esta expressão é usada como título da tabela na página do relatório."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "Depois do processamento"
|
||||
@@ -42,25 +52,25 @@
|
||||
"message": "Limpar"
|
||||
},
|
||||
"log_html_reset_button_title": {
|
||||
"message": "Limpa o registo."
|
||||
"message": "Limpa o relatório global."
|
||||
},
|
||||
"popup_html_configs_head": {
|
||||
"message": "Configurações"
|
||||
},
|
||||
"popup_html_configs_switch_filter": {
|
||||
"message": "Filtro"
|
||||
"message": "Filtrar"
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "O interruptor do filtro controla a função de limpeza do ClearURLs. Se desativar esta opção, a extensão será desativada."
|
||||
"message": "O interruptor do filtro controla a função de limpeza de hiperligações do ClearURLs. Se desativar esta opção, a extensão será desativada."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "Registo de Operação"
|
||||
"message": "Relatório"
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "O registo é apenas guardado localmente. Aconselhamos que não use esta função se ela não for necessária."
|
||||
"message": "O relatório é guardado apenas no seu dispositivo. Recomendamos não usar esta funcionalidade se não precisar dela."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
"message": "Crachás"
|
||||
"message": "URLs limpos"
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "Mostrar o número de URLs limpos."
|
||||
@@ -69,7 +79,7 @@
|
||||
"message": "Estatísticas"
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
"message": "Elementos"
|
||||
"message": "Total"
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "Bloqueados"
|
||||
@@ -78,31 +88,31 @@
|
||||
"message": "Percentagem"
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "Repor"
|
||||
"message": "Limpar"
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
"message": "Repõe as estatísticas globais"
|
||||
"message": "Limpa as estatísticas globais"
|
||||
},
|
||||
"popup_html_rules_status_head": {
|
||||
"message": "Estado das regras"
|
||||
},
|
||||
"popup_html_log_head": {
|
||||
"message": "Registo"
|
||||
"message": "Relatório"
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "Abre o registo de operação"
|
||||
"message": "Abre o relatório de operação"
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
"message": "Denunciar URL atual"
|
||||
"message": "Reportar URL atual"
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "Denuncia o URL atual deste separador."
|
||||
"message": "Reporta o URL atual deste separador."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
"message": "[ClearURLs]: Guardar definições no disco."
|
||||
"message": "[ClearURLs]: guardar definições no disco."
|
||||
},
|
||||
"core_error": {
|
||||
"message": "[ClearURLs]: Não foi possível iniciar a extensão."
|
||||
"message": "[ClearURLs]: não foi possível iniciar a extensão."
|
||||
},
|
||||
"configs_switch_statistics": {
|
||||
"message": "Estatísticas"
|
||||
@@ -114,7 +124,7 @@
|
||||
"message": "Definições do ClearURLs"
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "Cor dos crachás"
|
||||
"message": "Cor dos URLs limpos"
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
"message": "Repor"
|
||||
@@ -126,43 +136,43 @@
|
||||
"message": "URL do ficheiro data.json (regras)"
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "Guardar e reiniciar extensão"
|
||||
"message": "Guardar e reiniciar a extensão"
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "Guarda as novas definições"
|
||||
"message": "Guarda as definições"
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "URL do ficheiro rules.hash (soma de verificação das regras)"
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Tipos de pedidos</a> (expert level)"
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Tipos de pedidos</a> (nível avançado)"
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "Denunciar URLs do servidor"
|
||||
"message": "Reportar URLs do servidor"
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "O URL foi denunciado com sucesso. Iremos verificá-lo brevemente."
|
||||
"message": "O URL foi reportado com sucesso. Iremos verificá-lo brevemente."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "Parece que este URL já foi denunciado."
|
||||
"message": "Parece que este URL já foi reportado."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "Uma doação para o criador do ClearURLs."
|
||||
"message": "Um donativo para o criador do ClearURLs."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "Copiar ligação limpa."
|
||||
"message": "Copiar hiperligação limpa."
|
||||
},
|
||||
"context_menu_enabled": {
|
||||
"message": "Mostrar entrada no menu de contexto"
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "Prevenir injeção de rastreadores com a API do histórico (Ver mais: <a href='https://developer.mozilla.org/pt-BR/docs/Web/API/History_API#O_m%C3%A9todo_replaceState()' target='_blank'>O método replaceState()</a>)"
|
||||
"message": "Prevenir injeção de rastreadores com a API do histórico (ver mais: <a href='https://developer.mozilla.org/pt-BR/docs/Web/API/History_API#O_m%C3%A9todo_replaceState()' target='_blank'>O método replaceState()</a>)"
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "Ferramenta de limpeza ClearURLs"
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "Com esta ferramenta pode colar URLs e nós limpamo-los quando clicar no butão verde. Pode colar vários URLs de uma vez, mas devem estar em linhas separadas."
|
||||
"message": "Com esta ferramenta pode colar URLs e o CleanURLs irá limpar os URLs após clicar no botão verde. Pode colar vários URLs de uma vez, mas cada um deles em de estar numa linha separada."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
"message": "Limpar URLs"
|
||||
@@ -183,13 +193,13 @@
|
||||
"message": "Exportar"
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "Exporta o registo de atividade"
|
||||
"message": "Exporta o relatório de atividade global"
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "Importar"
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "Importa o registo de atividade"
|
||||
"message": "Importa o relatório de atividade global"
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "Exportar"
|
||||
@@ -204,7 +214,7 @@
|
||||
"message": "Importa tudo"
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Limitar o registo a $LIMIT$ entradas",
|
||||
"message": "Limitar o relatório a $LIMIT$ entradas.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
@@ -216,19 +226,25 @@
|
||||
"message": "Este site foi bloqueado pelo <b>ClearURLs</b>"
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "Este site foi bloqueado pela extensão <b>ClearURLs</b>, porque identificámos este site como um serviço de publicidade e/ou rastreamento. Para visitar este site, deve desativar a extensão temporáriamente ou desativar o bloqueio de domínio nas definições da extensão. Depois, clique no botão abaixo para carregar a página."
|
||||
"message": "Este site foi bloqueado pela extensão <b>ClearURLs</b>, porque identificámos este site como um serviço de publicidade e/ou rastreamento. Para visitar este site, deve desativar a extensão temporariamente ou desativar o bloqueio de domínio nas definições da extensão. Depois, clique no botão abaixo para carregar a página."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "Visitar página"
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "Permitir <i>referral marketing</i>"
|
||||
"message": "Permitir marketing com referências"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "Permite <i>referral marketing</i>"
|
||||
"message": "Permite marketing com referências"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: O watchdog detetou um problema e já falhou $TIMES$ vezes.\n"
|
||||
"message": "[ClearURLs]: o \"cão de vigia\" detetou um problema e já falhou $TIMES$ vezes.",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Permitir o bloqueio de domínios (pode causar problemas em páginas que não permitem bloqueadores de anúncios)"
|
||||
@@ -237,24 +253,52 @@
|
||||
"message": "Permitir o bloqueio de domínios (pode causar problemas em páginas que não permitem bloqueadores de anúncios)"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "Esta inspeção de ligação foi bloqueada"
|
||||
"message": "A inspeção a esta hiperligação foi bloqueada"
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "Bloquear inspeção de ligações (Ver também <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>este artigo</a>)"
|
||||
"message": "Bloquear inspeção de hiperligações (ver também <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>este artigo</a>)"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Bloquear inspeção de ligações"
|
||||
"message": "Bloquear inspeção de hiperligações"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Remover elementos de rastreamento de URLs."
|
||||
"message": "Remover elementos de rastreamento dos URLs."
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "O cabeçalho ETag foi removido deste pedido"
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "Filtra cabeçalhos ETag dos pedidos (Ver também <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>este artigo</a>)"
|
||||
"message": "Filtra cabeçalhos ETag dos pedidos (ver também <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>este artigo</a>)"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filtrar cabeçalhos ETag. Dica: deve limpar a cache antes de começar a utlizar esta função."
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "não necessário, apenas para evitar exceções"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
378
_locales/sl/messages.json
Normal file
378
_locales/sl/messages.json
Normal file
@@ -0,0 +1,378 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "posodobljen",
|
||||
"description": "Ta status pomeni, da za ClearURLs pravila ni na voljo nobene posodobitve."
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "posodobljeno",
|
||||
"description": "Ta status pomeni, da so ClearURLs pravila uspešno posodobljena."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "na voljo je posodobitev",
|
||||
"description": "Ta status pomeni, da je za ClearURLs na voljo posodobitev."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "napaka",
|
||||
"description": "Ta status pomeni, da se ClearURLs ni mogel uspešno zagnati."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Ups, nekaj je šlo narobe!",
|
||||
"description": "Ta status pomeni, da je pri posodabljanju ClearURLs pravil prišlo do napake."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "Ta URL je preusmerjen",
|
||||
"description": "Ta niz je uporabljen za preusmeritve v ClearURLs dnevniku."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "Ta domena je blokirana",
|
||||
"description": "Ta niz je uporabljen za blokirane domene v ClearURLs dnevniku."
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: Dodan je poslušalec dnevnika",
|
||||
"description": "Ta niz je uporabljen pri zagonu ClearURLs dnevnika."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "Dnevnik ClearURLs",
|
||||
"description": "Ta niz je uporabljen kot glava na strani dnevnika."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "Pred obdelavo",
|
||||
"description": "Ta niz je uporabljen kot naslov tabele na strani dnevnika."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "Po obdelavi",
|
||||
"description": "Ta niz je uporabljen kot naslov tabele na strani dnevnika."
|
||||
},
|
||||
"log_html_table_head_3": {
|
||||
"message": "Pravilo",
|
||||
"description": "Ta niz je uporabljen kot naslov tabele na strani dnevnika."
|
||||
},
|
||||
"log_html_table_head_4": {
|
||||
"message": "Čas",
|
||||
"description": "Ta niz je uporabljen kot naslov tabele na strani dnevnika."
|
||||
},
|
||||
"log_html_reset_button": {
|
||||
"message": "Ponastavitev",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za ponastavitev na strani dnevnika."
|
||||
},
|
||||
"log_html_reset_button_title": {
|
||||
"message": "Ponastavi globalni dnevnik",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za ponastavitev na strani dnevnika."
|
||||
},
|
||||
"popup_html_configs_head": {
|
||||
"message": "Konfiguracije",
|
||||
"description": "Ta niz je uporabljen kot naziv za konfiguracije na pojavni strani."
|
||||
},
|
||||
"popup_html_configs_switch_filter": {
|
||||
"message": "Filter",
|
||||
"description": "Ta niz je uporabljen kot oznaka stikala za filter na pojavni strani."
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "Stikalo filtra vklopi funkcijo čiščenja v dodatku ClearURLs. Če to funkcijo izklopite, bo celoten dodatek onemogočen.",
|
||||
"description": "Ta niz je uporabljen kot naziv stikala za filter na pojavni strani."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "Beleženje",
|
||||
"description": "Ta niz je uporabljen kot oznaka stikala za beleženje na pojavni strani."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "Zapis je shranjen samo lokalno. Te funkcije vam ne svetujemo, če je ne potrebujete",
|
||||
"description": "Ta niz je uporabljen kot naziv stikala za beleženje na pojavni strani."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
"message": "Značke",
|
||||
"description": "Ta niz je uporabljen kot oznaka stikala za značke na pojavni strani."
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "Pokaži številke očiščenih URL-jev",
|
||||
"description": "Ta niz je uporabljen kot naziv stikala za značke na pojavni strani."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
"message": "Statistika",
|
||||
"description": "Ta niz je uporabljen kot naziv za statistiko na pojavni strani."
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
"message": "Elementi",
|
||||
"description": "Ta niz je uporabljen kot naziv za elemente na pojavni strani."
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "Blokirano",
|
||||
"description": "Ta niz je uporabljen kot naziv za blokirane elemente na pojavni strani."
|
||||
},
|
||||
"popup_html_statistics_percentage": {
|
||||
"message": "Delež",
|
||||
"description": "Ta niz je uporabljen kot naziv za delež blokiranih elementov na pojavni strani."
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "Ponastavitev",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za ponastavitev statistike na pojavni strani."
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
"message": "Ponastavi globalno statistiko",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za ponastavitev statistike na pojavni strani."
|
||||
},
|
||||
"popup_html_rules_status_head": {
|
||||
"message": "Status pravil",
|
||||
"description": "Ta niz je uporabljen kot naziv odseka za status pravil na pojavni strani."
|
||||
},
|
||||
"popup_html_log_head": {
|
||||
"message": "Dnevnik",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za dnevnik na pojavni strani."
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "Odpri dnevnik",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za dnevnik na pojavni strani."
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
"message": "Prijavi trenutni URL",
|
||||
"description": "Opomba: trenutno ni v uporabi."
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "Prijavi trenutni URL iz tega zavihka.",
|
||||
"description": "Trenutno ni v uporabi."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
"message": "[ClearURLs]: Shrani na disk.",
|
||||
"description": "Ta niz je uporabljen kot sporočilo uporabniku, da je ClearURLs shranil nastavitve na disk."
|
||||
},
|
||||
"core_error": {
|
||||
"message": "[ClearURLs]: Razširitev se ni mogla zagnati.",
|
||||
"description": "Ta niz je uporabljen kot sporočilo uporabniku, da se ClearURLs ni mogel zagnati."
|
||||
},
|
||||
"configs_switch_statistics": {
|
||||
"message": "Statistika",
|
||||
"description": "Ta niz je uporabljen kot oznaka stikala za statistiko na pojavni strani."
|
||||
},
|
||||
"configs_switch_statistics_title": {
|
||||
"message": "Aktiviraj ali deaktiviraj funkcijo statistike",
|
||||
"description": "Ta niz je uporabljen kot naziv stikala za statistiko na pojavni strani."
|
||||
},
|
||||
"settings_html_page_title": {
|
||||
"message": "ClearURLs nastavitve",
|
||||
"description": "Ta niz je uporabljen kot naslov strani za nastavitve."
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "Barva značke",
|
||||
"description": "Ta niz je uporabljen kot naziv za barvno oznako značke."
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
"message": "Ponastavitev",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za ponastavitev na strani z nastavitvami."
|
||||
},
|
||||
"setting_html_reset_button_title": {
|
||||
"message": "Ponastavi vse",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za ponastavitev na strani z nastavitvami."
|
||||
},
|
||||
"setting_rule_url_label": {
|
||||
"message": "URL do datoteke data.json (pravila)",
|
||||
"description": "Ta niz je uporabljen kot naziv za oznako URL pravila."
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "Shrani in osveži razširitev",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za shrambo in osvežitev na strani nastavitev."
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "Shrani nastavitve",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za shrambo in osvežitev na strani nastavitev."
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "URL do datoteke rules.hash (hash)",
|
||||
"description": "Ta niz je uporabljen kot naziv za oznako URL pravila rule.hash."
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Vrste zahtev</a> (za strokovnjake)",
|
||||
"description": "Ta niz je uporabljen kot naziv za znako tipov."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "Prijavi strežnik za URL-je",
|
||||
"description": "Opomba: trenutno ni v uporabi."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "URL je bil uspešno prijavljen. Ta URL bomo kmalu preverili.",
|
||||
"description": "Opomba: trenutno ni v uporabi."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "Kaže da je bil ta URL že prijavljen.",
|
||||
"description": "Opomba: trenutno ni v uporabi."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "Donacija za ustvarjalca ClearURLs.",
|
||||
"description": "Ta niz je uporabljen kot povezava na stran za donacije."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "Kopiraj Počisti Povezava Lokacija",
|
||||
"description": "Ta niz je uporabljen v kontekstnen meniju v obliki povezav za kopiranje in čiščenje."
|
||||
},
|
||||
"context_menu_enabled": {
|
||||
"message": "Prikaži vnos kontekstnega menija",
|
||||
"description": "Ta niz je uporabljen za preklop vnosa kontekstnega menija za kopiranje in čiščenje povezav."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "Prepreči vrivanje sledenje preko API-ja zgodovine (glej tudi: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>Metoda replaceState()</a>)",
|
||||
"description": "Ta niz se uporablja kot naziv oznake za API poslušalca zgodovine."
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "ClearURLs orodje za čiščenje",
|
||||
"description": "Ta niz se uporablja kot naslov strani orodja za čiščenje."
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "S tem orodjem je možno prilepiti URL-je. ClearURLs jih bo počistil po kliku na zelen gumb. Prilepi se lahko več URL-jev naenkrat, ampak mora biti vsak URL v posamezni vrstici.",
|
||||
"description": "Ta niz se uporablja kot opis orodja za čiščenje."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
"message": "Počisti URL-je",
|
||||
"description": "Ta niz se uporablja kot oznaka gumba za čiščenje URL-jev."
|
||||
},
|
||||
"cleaning_tool_dirty_urls_label": {
|
||||
"message": "Sem lahko prilepite URL s sledilnimi elementi:",
|
||||
"description": "Ta niz je uporabljen kot naslov strani orodja za čiščenje za URL-je s sledilnimi elementi."
|
||||
},
|
||||
"cleaning_tool_clean_urls_label": {
|
||||
"message": "Tukaj lahko najdete očiščene URL-je:",
|
||||
"description": "Ta niz se uporablja kot naslov strani orodja za čiščenje za očiščene URL-je."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "Preskoči URL-je na lokalnih gostiteljih (10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)",
|
||||
"description": "Ta niz se uporablja kot oznaka stikala za preskakovanje lokalnega gostitelja."
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "Preskoči URL-je na lokalnih gostiteljih",
|
||||
"description": "Ta niz se uporablja kot naziv stikala za preskakovanje lokalnega gostitelja."
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "Izvozi",
|
||||
"description": "Ta niz se uporablja kot oznaka gumba za izvoz na strani dnevnika."
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "Izvozi globalni dnevnik",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za izvoz na strani dnevnika."
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "Uvozi",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za uvoz na strani dnevnika."
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "Uvozi globalni dnevnik",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za uvoz na strani dnevnika."
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "Izvozi",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za izvoz na strani nastavitev."
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "Izvozi vse",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za izvoz na strani nastavitev."
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "Uvozi",
|
||||
"description": "Ta niz je uporabljen kot oznaka gumba za uvoz na strani nastavitev."
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "Uvozi vse",
|
||||
"description": "Ta niz je uporabljen kot naziv gumba za uvoz na strani nastavitev."
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Omejite dnevnik na $LIMIT$ vnosov.",
|
||||
"description": "Ta niz je uporabljen kot naziv za oznako omejitve dnevnika.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "To stran je blokiral <b>ClearURLs</b>",
|
||||
"description": "Ta niz je uporabljen kot naslov na strani blokiranega spletnega mesta."
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "To stran je blokirala razširitev <b>ClearURLs</b>, ker je bila stran identificirana kot oglaševalska in/ali sledilna storitev. Če želite obiskati to stran, morate začasno onemogočiti razširitev ali izklopiti blokiranje domen v nastavitvah ClearURLs. Za tem lahko pritisnete spodnji gumb, da naložite stran.",
|
||||
"description": "Ta niz se uporablja kot telo na strani blokiranega spletnega mesta."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "Obišči stran",
|
||||
"description": "Ta niz se uporablja kot oznaka gumba na strani blokiranega spletnega mesta."
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "Dovoli napotitveno trženje",
|
||||
"description": "Ta niz se uporablja kot oznaka stikala za napotitveno trženje."
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "Dovoli napotitveno trženje",
|
||||
"description": "Ta niz se uporablja kot naziv stikala za napotitveno trženje."
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: Čuvaj je zaznal težavo in je spodletel že $TIMES$-krat.",
|
||||
"description": "Ta niz se uporablja kot besedilo za čuvaja.",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "Dovoli blokiranje domen (lahko vodi do težav na straneh, ki ne dovolijo programov za blokiranje oglasov)",
|
||||
"description": "Ta niz je uporabljen kot oznaka stikala za blokiranje domen."
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "Dovoli blokiranje domen (lahko vodi do težav na straneh, ki ne dovolijo programov za blokiranje oglasov)",
|
||||
"description": "Ta niz je uporabljen kot naziv stikala za blokiranje domen."
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "Revizija te hiperpovezave je bila blokirana",
|
||||
"description": "Ta niz je uporabljen pri reviziji hiperpovezav v dnevniku ClearURLs."
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "Blokiraj revizijo hiperpovezav (glej tudi <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>ta članek</a>)",
|
||||
"description": "Ta niz je uporabljen kot oznaka stikala za blokiranje revizije hiperpovezav."
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "Blokiraj revizijo hiperpovezav",
|
||||
"description": "Ta niz je uporabljen kot naziv stikala za blokiranje revizije hiperpovezav."
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "Odstrani sledilne elemente iz URL-jev.",
|
||||
"description": "Opis razširitve (največ 132 znakov)."
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "ETag glava je bila odstranjena iz te zahteve",
|
||||
"description": "Ta niz je uporabljen pri filtriranju ETag glav v ClearURLs dnevniku."
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "Filtrira ETag glave iz zahtev (glej tudi <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>ta članek</a>)",
|
||||
"description": "Ta niz se uporablja kot oznaka stikala za filtriranje ETag glav."
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "Filtrira ETag glave. Namig: pred prvo uporabo je treba počistiti predpomnilnik.",
|
||||
"description": "Ta niz se uporablja kot naziv stikala za filtriranje ETag glav."
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": "Obvestilo",
|
||||
"description": "potrebno samo za odpravljanje težav"
|
||||
}
|
||||
}
|
||||
378
_locales/th/messages.json
Normal file
378
_locales/th/messages.json
Normal file
@@ -0,0 +1,378 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "คุณมีรุ่นล่าสุด",
|
||||
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "อัปเดทสำเร็จ",
|
||||
"description": "This status code says, that the ClearURLs rules are successfully updated."
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "มีรายการที่ต้องอัปเดต",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "พบข้อผิดพลาด",
|
||||
"description": "This status code says, that the ClearURLs could not be started correctly."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "ดูเหมือนว่าจะมีบางอย่างผิดปกติ!",
|
||||
"description": "This status code says, that an error occurred while updating the ClearURLs rules."
|
||||
},
|
||||
"log_redirect": {
|
||||
"message": "ทำการ redirected URL",
|
||||
"description": "This string is used on redirections in the ClearURLs log."
|
||||
},
|
||||
"log_domain_blocked": {
|
||||
"message": "โดเมนนี้ถูกบล็อก",
|
||||
"description": "This string is used on blocked domains in the ClearURLs log."
|
||||
},
|
||||
"check_os_log": {
|
||||
"message": "[ClearURLs]: ได้เพิ่ม Log listener แล้ว",
|
||||
"description": "This string is used on ClearURLs log startup."
|
||||
},
|
||||
"log_html_page_title": {
|
||||
"message": "Log จาก ClearURLs",
|
||||
"description": "This string is used as header on the log page."
|
||||
},
|
||||
"log_html_table_head_1": {
|
||||
"message": "ก่อนเริ่มดำเนินการ",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "หลังดำเนินการ",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_table_head_3": {
|
||||
"message": "กฏข้อห้าม",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_table_head_4": {
|
||||
"message": "เวลา",
|
||||
"description": "This string is used as table title on the log page."
|
||||
},
|
||||
"log_html_reset_button": {
|
||||
"message": "คืนค่าเดิม",
|
||||
"description": "This string is used for the reset button on the log page."
|
||||
},
|
||||
"log_html_reset_button_title": {
|
||||
"message": "คืนค่าเดิมของlog ทั่วโลก",
|
||||
"description": "This string is used as title for the reset button on the log page."
|
||||
},
|
||||
"popup_html_configs_head": {
|
||||
"message": "ตั้งค่าอื่น ๆ ",
|
||||
"description": "This string is used as title for the configs on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_filter": {
|
||||
"message": "ตัวกรอง",
|
||||
"description": "This string is used as name for the filter switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "สวิตช์ตัวกรองเปิดใช้งานฟังก์ชันการทำความสะอาดของ ClearURLs ถ้าคุณปิดการทำงานตัวเลือกนี้ addon ทั้งหมดจะถูกปิด",
|
||||
"description": "This string is used as title for the filter switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "Logging",
|
||||
"description": "This string is used as name for the logging switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
"message": "log นี้ถูกบันทึกแบบเฉพาะที่ เราแนะนำให้ต้านฟีเจอร์ถ้าคุณไม่จำเป็นต้องใช้",
|
||||
"description": "This string is used as title for the logging switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_badges": {
|
||||
"message": "เครื่องหมาย",
|
||||
"description": "This string is used as name for the badges switch button on the popup page."
|
||||
},
|
||||
"popup_html_configs_switch_badges_title": {
|
||||
"message": "แสดงจำนวนของ urls ที่ถูกล้าง",
|
||||
"description": "This string is used as title for the badges switch button on the popup page."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
"message": "สถิติ",
|
||||
"description": "This string is used as title for the statistics on the popup page."
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
"message": "ส่วนประกอบ",
|
||||
"description": "This string is used as name for the elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_blocked": {
|
||||
"message": "บล็อกแล้ว",
|
||||
"description": "This string is used as name for the blocked elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_percentage": {
|
||||
"message": "ร้อยละ",
|
||||
"description": "This string is used as name for the percentage of blocked elements on the popup page."
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "คืนค่าสถิติเดิม",
|
||||
"description": "This string is used as name for the statistics reset button on the popup page."
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
"message": "คืนค่าสถิติเดิมทั่วโลก",
|
||||
"description": "This string is used as title for the statistics reset button on the popup page."
|
||||
},
|
||||
"popup_html_rules_status_head": {
|
||||
"message": "สถานะข้อห้าม",
|
||||
"description": "This string is used as title for the rules-status section on the popup page."
|
||||
},
|
||||
"popup_html_log_head": {
|
||||
"message": "Log",
|
||||
"description": "This string is used as name for the log button on the popup page."
|
||||
},
|
||||
"popup_html_log_head_title": {
|
||||
"message": "เปิด log",
|
||||
"description": "This string is used as title for the log button on the popup page."
|
||||
},
|
||||
"popup_html_report_button": {
|
||||
"message": "รายงาน URL ปัจจุบัน",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"popup_html_report_button_title": {
|
||||
"message": "รายงาน URL จากแท็ปนี้",
|
||||
"description": "Currently not used."
|
||||
},
|
||||
"core_save_on_disk": {
|
||||
"message": "[ClearURLs]: บันทึกลงบนดิสก์",
|
||||
"description": "This string is used to tell the user, that ClearURLs saved the settings on disk."
|
||||
},
|
||||
"core_error": {
|
||||
"message": "[ClearURLs]: addon ไม่สามารถทำงานได้",
|
||||
"description": "This string is used to tell the user, that ClearURLs could not be started."
|
||||
},
|
||||
"configs_switch_statistics": {
|
||||
"message": "สถิติ",
|
||||
"description": "This string is used as name for the statistics switch button on the popup page."
|
||||
},
|
||||
"configs_switch_statistics_title": {
|
||||
"message": "เปิดการใช้งานหรือปิดการใช้งานฟังก์ชันสถิติ",
|
||||
"description": "This string is used as title for the statistics switch button on the popup page."
|
||||
},
|
||||
"settings_html_page_title": {
|
||||
"message": "การตั้งค่า ClearURLs",
|
||||
"description": "This string is used as title on the settings page."
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "สีเครื่องหมาย",
|
||||
"description": "This string is used as name for the badged color label."
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
"message": "คืนค่าเดิม",
|
||||
"description": "This string is used as name for the reset button on the settings page."
|
||||
},
|
||||
"setting_html_reset_button_title": {
|
||||
"message": "ล้างทั้งหมด",
|
||||
"description": "This string is used as title for the reset button on the settings page."
|
||||
},
|
||||
"setting_rule_url_label": {
|
||||
"message": "The url to the data.json file (rules)",
|
||||
"description": "This string is used as name for the rule url label."
|
||||
},
|
||||
"settings_html_save_button": {
|
||||
"message": "บันทึก & รีโหลด addon",
|
||||
"description": "This string is used as name for the save&reload button on the settings page."
|
||||
},
|
||||
"settings_html_save_button_title": {
|
||||
"message": "บันทึกการตั้งค่า",
|
||||
"description": "This string is used as title for the save&reload button on the settings page."
|
||||
},
|
||||
"setting_hash_url_label": {
|
||||
"message": "The url to the rules.hash file (hash)",
|
||||
"description": "This string is used as name for the rule.hash url label."
|
||||
},
|
||||
"setting_types_label": {
|
||||
"message": "<a href='https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/webRequest/ResourceType' target='_blank'>Request types</a> (expert level)",
|
||||
"description": "This string is used as name for the types label."
|
||||
},
|
||||
"setting_report_server_label": {
|
||||
"message": "รายงาน server ของ URLs",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"success_report_url": {
|
||||
"message": "รายงาน URL สำเร็จเราจะทำการตรวจสอบโดยเร็ว",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"error_report_url": {
|
||||
"message": "เหมือนกับว่าคุณจะได้รายงาน URL นี้ไปแล้ว",
|
||||
"description": "Note: Currently not used."
|
||||
},
|
||||
"donate_button": {
|
||||
"message": "ร่วมบริจาคให้กับทีมผู้สร้าง ClearURLs",
|
||||
"description": "This string is used to refer to a donation page."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "คัดลอกตำแหน่งลิงก์ Clean",
|
||||
"description": "This string is used in the context menu to copy clean links."
|
||||
},
|
||||
"context_menu_enabled": {
|
||||
"message": "แสดงเนื้อหาการบันทึกเมนู",
|
||||
"description": "This string is used toggle the context menu entry to copy clean links."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "ป้องกันการติดตามผ่านประวัติ API (ดูเพิ่มเติม: <a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
|
||||
"description": "This string is used as name for the history API listener label."
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "เครื่องมือ ClearURLs",
|
||||
"description": "This string is used as title on the cleaning tool page."
|
||||
},
|
||||
"cleaning_tool_description": {
|
||||
"message": "ด้วยเครื่องมือนี้คุณจะวางใน URLs และ ClearURLs ได้ด้วยการคลิกปุ่มสีเขียว คุณสามารถวางได้หลาย URLs ในคราวเดียวกัน แต่ว่าแต่ละ URL ต้องอยูแยกบรรทัดกัน",
|
||||
"description": "This string is used as description of the cleaning tool."
|
||||
},
|
||||
"cleaning_tool_btn": {
|
||||
"message": "Clean URLs",
|
||||
"description": "This string is used as name for the clean url button."
|
||||
},
|
||||
"cleaning_tool_dirty_urls_label": {
|
||||
"message": "วาง URL ที่ต้องการคลีนที่นี่:",
|
||||
"description": "This string is used as title on the cleaning tool page for the dirty URLs."
|
||||
},
|
||||
"cleaning_tool_clean_urls_label": {
|
||||
"message": "ดู URLs ที่คลีนแล้วที่นี่:",
|
||||
"description": "This string is used as title on the cleaning tool page for the clean URLs."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "ข้ามการล้าง URLs จากแม่ข่ายท้องถิ่น(10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16, 100.64.0.0/10, 169.254.0.0/16, 127.0.0.1, localhost)",
|
||||
"description": "This string is used as label for the local host skipping switch"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "ข้าม URLs ของแม่ข่ายท้องถิ่น",
|
||||
"description": "This string is used as title for the local host skipping switch"
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "ส่งข้อมูลออก",
|
||||
"description": "This string is used for the export button on the log page."
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "ส่งข้อมูลออก log ทั่วโลก",
|
||||
"description": "This string is used as title for the export button on the log page."
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "นำข้อมูลเข้า",
|
||||
"description": "This string is used for the import button on the log page."
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "นำข้อมูลเข้า log ทั่วโลก",
|
||||
"description": "This string is used as title for the import button on the log page."
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "ส่งข้อมูลออก",
|
||||
"description": "This string is used as name for the export button on the settings page."
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "ส่งออกทุกอย่าง",
|
||||
"description": "This string is used as title for the export button on the settings page."
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "นำเข้า",
|
||||
"description": "This string is used as name for the reset button on the settings page."
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "นำเข้าทุกอย่าง",
|
||||
"description": "This string is used as title for the import button on the settings page."
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "จำกัด log ให้ $LIMIT$ ลงข้อมูล",
|
||||
"description": "This string is used as name for the log limit label.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
"example": "100"
|
||||
}
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "ไซต์นี้ถูกจำกัดการเข้าถึงโดย <b>ClearURLs</b>",
|
||||
"description": "This string is used as title on the blocked site page."
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "ไซต์นี้ถูกจำกัดการเข้าถึงโดย <b>ClearURLs</b> Add-on, เนื่องจากเราตรวจจับว่าไซต์นี้เป็นการโฆษณาหรือมีการติดตาม หากต้องการเข้าชมไซต์คุณต้องปิด Add-on ชั่วคราวที่การตั้งค่า ClearURLs หลังจากนั้นคลิกปุ่มด้านล่างเพื่อโหลดหน้านี้อีกครั้ง",
|
||||
"description": "This string is used as body on the blocked site page."
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "เข้าชมเว็บเพจ",
|
||||
"description": "This string is used as button on the blocked site page."
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "อนุญาตการตลาดแบบอ้างถึง",
|
||||
"description": "This string is used as label for the referral marketing switch"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "อนุญาตการตลาดแบบอ้างถึง",
|
||||
"description": "This string is used as title for the referral marketing switch"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: ระบบเฝ้าระวังตรวจพบปัญหาที่ล่มไปแล้ว $TIMES$ ครั้ง",
|
||||
"description": "This string is used as text for the watchdog",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "อนุญาตให้บล็อกโดเมน (อาจทำให้เกิดปัญหาในหน้าที่ไม่อนุญาต AdBlockers)",
|
||||
"description": "This string is used as label for the domain blocking switch"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "อนุญาตให้บล็อกโดเมน (อาจทำให้เกิดปัญหาในหน้าที่ไม่อนุญาต AdBlockers)",
|
||||
"description": "This string is used as title for the domain blocking switch"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "การตรวจสอบไฮเปอร์ลิงก์นี้ถูกบล็อก",
|
||||
"description": "This string is used on hyperlink auditing in the ClearURLs log."
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "บล็อกการตรวจสอบไฮเปอร์ลิงก์ (ดูเพิ่มเติม <a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>บทความนี้</a>)",
|
||||
"description": "This string is used as label for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "บล็อกการตรวจสอบไฮเปอร์ลิงก์",
|
||||
"description": "This string is used as title for the hyperlink auditing blocking switch"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "เอาตัวติดตามทั้งหมดออกจาก URLs.",
|
||||
"description": "Extension description (max. 132 characters)"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "หัว ETag ได้ถูกนำออกจากคำขอ",
|
||||
"description": "This string is used on ETag header filtering in the ClearURLs log."
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "กรองหัว ETag จากคำขอทั้งหมด (ดูเพิ่มเติม <a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>บทความนี้</a>)",
|
||||
"description": "This string is used as label for the ETag header filtering switch"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "ตัวกรองหัว ETag คำใบ้: ต้องล้างค่าแคชก่อนใช้งาน",
|
||||
"description": "This string is used as title for the ETag header filtering switch"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "not needed, only to prevent exceptions"
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"description": "Bu durum kodu, ClearURL'lerin doğru şekilde başlatılamadığını söylüyor."
|
||||
},
|
||||
"hash_status_code_5": {
|
||||
"message": "Hoop! Birşeyler yanlış gitti!",
|
||||
"message": "Hoop! Bir şeyler yanlış gitti!",
|
||||
"description": "Bu durum kodu, ClearURL kurallarını güncellerken bir hata oluştuğunu söylüyor."
|
||||
},
|
||||
"log_redirect": {
|
||||
@@ -40,7 +40,7 @@
|
||||
"description": "Bu dize, günlük sayfasında tablo başlığı olarak kullanılır."
|
||||
},
|
||||
"log_html_table_head_2": {
|
||||
"message": "İşlemden sonra",
|
||||
"message": "İşlemeden sonra",
|
||||
"description": "Bu dize, günlük sayfasında tablo başlığı olarak kullanılır."
|
||||
},
|
||||
"log_html_table_head_3": {
|
||||
@@ -68,11 +68,11 @@
|
||||
"description": "Bu dize, açılır sayfadaki filtre değiştirme düğmesinin adı olarak kullanılır."
|
||||
},
|
||||
"popup_html_configs_switch_filter_title": {
|
||||
"message": "Filtreler anahtarı ClearURL'lerin temizleme işlevini etkinleştirir. Bu seçeneği devre dışı bırakırsanız, tüm eklenti devre dışı bırakılır",
|
||||
"message": "Filtreler butonu ClearURL'lerin temizleme işlevini etkinleştirir. Bu seçeneği devre dışı bırakırsanız, tüm eklenti devre dışı bırakılır",
|
||||
"description": "Bu dize, açılır sayfadaki filtre değiştirme düğmesinin başlığı olarak kullanılır."
|
||||
},
|
||||
"popup_html_configs_switch_log": {
|
||||
"message": "Günlük tutma",
|
||||
"message": "Günlükleme",
|
||||
"description": "Bu dize, açılır sayfadaki günlük anahtar düğmesinin adı olarak kullanılır."
|
||||
},
|
||||
"popup_html_configs_switch_log_title": {
|
||||
@@ -88,7 +88,7 @@
|
||||
"description": "Bu dize, açılır sayfadaki rozetler anahtar düğmesinin başlığı olarak kullanılır."
|
||||
},
|
||||
"popup_html_statistics_head": {
|
||||
"message": "istatistik",
|
||||
"message": "İstatistikler",
|
||||
"description": "Bu dize, açılır sayfadaki istatistikler için başlık olarak kullanılır."
|
||||
},
|
||||
"popup_html_statistics_elements": {
|
||||
@@ -104,7 +104,7 @@
|
||||
"description": "Bu dize, açılır sayfadaki engellenen öğelerin yüzdesi için ad olarak kullanılır."
|
||||
},
|
||||
"popup_html_statistics_reset_button": {
|
||||
"message": "Sıfırlama",
|
||||
"message": "Sıfırla",
|
||||
"description": "Bu dize, açılır sayfadaki istatistik sıfırlama düğmesinin adı olarak kullanılır."
|
||||
},
|
||||
"popup_html_statistics_reset_button_title": {
|
||||
@@ -152,7 +152,7 @@
|
||||
"description": "Bu dize, ayarlar sayfasında başlık olarak kullanılır."
|
||||
},
|
||||
"badged_color_label": {
|
||||
"message": "Rozet renk",
|
||||
"message": "Rozet rengi",
|
||||
"description": "Bu dize, rozet renk etiketinin adı olarak kullanılır."
|
||||
},
|
||||
"setting_html_reset_button": {
|
||||
@@ -264,7 +264,7 @@
|
||||
"description": "Bu dize, ayarlar sayfasındaki dışa aktar düğmesi için başlık olarak kullanılır."
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "Dışa Aktar",
|
||||
"message": "İçe Aktar",
|
||||
"description": "Bu dize, ayarlar sayfasındaki sıfırlama düğmesinin adı olarak kullanılır."
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
@@ -272,7 +272,7 @@
|
||||
"description": "Bu dize, ayarlar sayfasındaki alma düğmesinin adı olarak kullanılır."
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "Günlüğü $ LIMIT $ girişleriyle sınırlar",
|
||||
"message": "Günlüğü $LIMIT$ girişle sınırlar.",
|
||||
"description": "Bu dize, günlük sınırı etiketinin adı olarak kullanılır.",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
|
||||
@@ -200,7 +200,7 @@
|
||||
"description": "This string is used to refer to a donation page."
|
||||
},
|
||||
"clipboard_copy_link": {
|
||||
"message": "複製清理过的网址",
|
||||
"message": "复制清理过的网址",
|
||||
"description": "This string is used in the context menu to copy clean links."
|
||||
},
|
||||
"context_menu_enabled": {
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
{
|
||||
"hash_status_code_1": {
|
||||
"message": "已是最新版本",
|
||||
"description": "This status code says, that no update is available for the ClearURLs rules and everything is up to date."
|
||||
"description": "此状态码表示此时并没有任何的 ClearURLs 规则需要更新,并且所有的都已是最新版本。"
|
||||
},
|
||||
"hash_status_code_2": {
|
||||
"message": "已更新",
|
||||
"description": "This status code says, that the ClearURLs rules are successfully updated."
|
||||
"description": "此状态码表示 ClearURLs 规则已成功更新。"
|
||||
},
|
||||
"hash_status_code_3": {
|
||||
"message": "有可用的更新",
|
||||
"description": "This status code says, that an update is available for the ClearURLs rules."
|
||||
"description": "此状态码表示有可用的 ClearURLs 规则更新。"
|
||||
},
|
||||
"hash_status_code_4": {
|
||||
"message": "錯誤",
|
||||
@@ -208,7 +208,8 @@
|
||||
"description": "This string is used toggle the context menu entry to copy clean links."
|
||||
},
|
||||
"history_listener_enabled": {
|
||||
"message": "防止藉由 History API 注入追蹤 (參見:<a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)"
|
||||
"message": "防止藉由 History API 注入追蹤 (參見:<a href='https://developer.mozilla.org/en-US/docs/Web/API/History_API#The_replaceState()_method' target='_blank'>The replaceState() method</a>)",
|
||||
"description": "此字符串是history API 监听器的 名字。"
|
||||
},
|
||||
"cleaning_tool_page_title": {
|
||||
"message": "ClearURLs 網址清理工具",
|
||||
@@ -231,37 +232,48 @@
|
||||
"description": "This string is used as title on the cleaning tool page for the clean URLs."
|
||||
},
|
||||
"local_hosts_skipping": {
|
||||
"message": "略過本機網址 (10.0.0.0/8、172.16.0.0/12、192.168.0.0/16、100.64.0.0/10、169.254.0.0/16、127.0.0.1、localhost)"
|
||||
"message": "略過本機網址 (10.0.0.0/8、172.16.0.0/12、192.168.0.0/16、100.64.0.0/10、169.254.0.0/16、127.0.0.1、localhost)",
|
||||
"description": "此字符串是跳过 localhost 的开关的 label"
|
||||
},
|
||||
"local_hosts_skipping_title": {
|
||||
"message": "略過本機網址"
|
||||
"message": "略過本機網址",
|
||||
"description": "此字符串被用于跳过 localhost 的开关的标题"
|
||||
},
|
||||
"log_html_export_button": {
|
||||
"message": "匯出"
|
||||
"message": "匯出",
|
||||
"description": "此字符串被用于日志页面的导出按钮"
|
||||
},
|
||||
"log_html_export_button_title": {
|
||||
"message": "匯出全域記錄檔"
|
||||
"message": "匯出全域記錄檔",
|
||||
"description": "此字符串被用于日志页面的导出按钮的标题"
|
||||
},
|
||||
"log_html_import_button": {
|
||||
"message": "匯入"
|
||||
"message": "匯入",
|
||||
"description": "此字符串被用于日志页面的导入按钮"
|
||||
},
|
||||
"log_html_import_button_title": {
|
||||
"message": "匯入全域記錄檔"
|
||||
"message": "匯入全域記錄檔",
|
||||
"description": "此字符串被用于日志页面的导入按钮的标题"
|
||||
},
|
||||
"setting_html_export_button": {
|
||||
"message": "匯出"
|
||||
"message": "匯出",
|
||||
"description": "此字符串被用于设置页面的导出按钮"
|
||||
},
|
||||
"setting_html_export_button_title": {
|
||||
"message": "將各項設定匯出"
|
||||
"message": "將各項設定匯出",
|
||||
"description": "此字符串被用于设置页面的导出按钮的标题"
|
||||
},
|
||||
"setting_html_import_button": {
|
||||
"message": "匯入"
|
||||
"message": "匯入",
|
||||
"description": "此字符串被用于设置页面的重置按钮"
|
||||
},
|
||||
"setting_html_import_button_title": {
|
||||
"message": "匯入各項設定"
|
||||
"message": "匯入各項設定",
|
||||
"description": "此字符串被用于设置页面的导入按钮的标题"
|
||||
},
|
||||
"setting_log_limit_label": {
|
||||
"message": "最多保存 $LIMIT$ 筆記錄檔",
|
||||
"description": "此字符串是日志限制的标签名",
|
||||
"placeholders": {
|
||||
"limit": {
|
||||
"content": "$1",
|
||||
@@ -270,45 +282,97 @@
|
||||
}
|
||||
},
|
||||
"blocked_html_title": {
|
||||
"message": "這個網站已由 <b>ClearURLs</b> 封鎖"
|
||||
"message": "這個網站已由 <b>ClearURLs</b> 封鎖",
|
||||
"description": "此字符串被用于阻挡页面的标题"
|
||||
},
|
||||
"blocked_html_body": {
|
||||
"message": "由於我們判定這個網站是廣告商或追蹤器的伺服器,因此 <b>ClearURLs</b> 已封鎖此網站。若你仍需造訪此網站,請先暫時停用本擴充功能;或者,至 ClearURLs 的偏好設定中關閉「允許封鎖網域」。完成上述操作後,點擊下方的「繼續前往」即可瀏覽該網站。"
|
||||
"message": "由於我們判定這個網站是廣告商或追蹤器的伺服器,因此 <b>ClearURLs</b> 已封鎖此網站。若你仍需造訪此網站,請先暫時停用本擴充功能;或者,至 ClearURLs 的偏好設定中關閉「允許封鎖網域」。完成上述操作後,點擊下方的「繼續前往」即可瀏覽該網站。",
|
||||
"description": "此字符串被用于阻挡页面的 body"
|
||||
},
|
||||
"blocked_html_button": {
|
||||
"message": "繼續前往"
|
||||
"message": "繼續前往",
|
||||
"description": "此字符串被用于阻挡设置页面的按钮"
|
||||
},
|
||||
"referral_marketing_enabled": {
|
||||
"message": "允許聯盟行銷"
|
||||
"message": "允許聯盟行銷",
|
||||
"description": "此字符串被用于跳转营销页面的开关的 label"
|
||||
},
|
||||
"referral_marketing_enabled_title": {
|
||||
"message": "允許聯盟行銷"
|
||||
"message": "允許聯盟行銷",
|
||||
"description": "此字符串被用于跳转营销页面的开关的标题"
|
||||
},
|
||||
"watchdog": {
|
||||
"message": "[ClearURLs]: 插件监控发现了一个已失败了 $TIMES$ 次的问题。",
|
||||
"description": "此字符串被用于插件监控的文字",
|
||||
"placeholders": {
|
||||
"times": {
|
||||
"content": "$1",
|
||||
"example": "3"
|
||||
}
|
||||
}
|
||||
},
|
||||
"domain_blocking_enabled": {
|
||||
"message": "允許封鎖網域 (部分阻撓「廣告阻擋器」的網頁可能無法正常顯示)"
|
||||
"message": "允許封鎖網域 (部分阻撓「廣告阻擋器」的網頁可能無法正常顯示)",
|
||||
"description": "此字符串被用于域名阻拦开关的 label"
|
||||
},
|
||||
"domain_blocking_enabled_title": {
|
||||
"message": "允許封鎖網域 (部分阻撓「廣告阻擋器」的網頁可能無法正常顯示)"
|
||||
"message": "允許封鎖網域 (部分阻撓「廣告阻擋器」的網頁可能無法正常顯示)",
|
||||
"description": "此字符串被用于域名阻拦开关的标题"
|
||||
},
|
||||
"log_ping_blocked": {
|
||||
"message": "已阻擋超連結稽核"
|
||||
"message": "已阻擋超連結稽核",
|
||||
"description": "此字符串被用于 ClearURLs 日志中的超链接审计。"
|
||||
},
|
||||
"ping_blocking_enabled": {
|
||||
"message": "阻擋超連結稽核 (<a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>瞭解詳情</a>)"
|
||||
"message": "阻擋超連結稽核 (<a href='https://html.spec.whatwg.org/multipage/links.html#hyperlink-auditing' target='_blank'>瞭解詳情</a>)",
|
||||
"description": "此字符串被用于 ClearURLs 日志中的超链接审计的开关的 label"
|
||||
},
|
||||
"ping_blocking_enabled_title": {
|
||||
"message": "阻擋超連結稽核"
|
||||
"message": "阻擋超連結稽核",
|
||||
"description": "此字符串被用于 ClearURLs 日志中的超链接审计的开关的标题"
|
||||
},
|
||||
"extension_description": {
|
||||
"message": "將網址中的追蹤元素一掃而空"
|
||||
"message": "將網址中的追蹤元素一掃而空",
|
||||
"description": "异常描述 (最多 132个字符)"
|
||||
},
|
||||
"eTag_filtering_log": {
|
||||
"message": "已在這次請求裡移除 ETag 標頭"
|
||||
"message": "已在這次請求裡移除 ETag 標頭",
|
||||
"description": "此字符串被用于 ClearURLs 日志中 ETag 头过滤。"
|
||||
},
|
||||
"eTag_filtering_enabled": {
|
||||
"message": "濾除請求裡的 ETag 標頭 (<a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>瞭解詳情</a>)"
|
||||
"message": "濾除請求裡的 ETag 標頭 (<a href='https://en.wikipedia.org/wiki/HTTP_ETag#Tracking_using_ETags' target='_blank'>瞭解詳情</a>)",
|
||||
"description": "此字符串被用于 ClearURLs 日志中 ETag 头过滤开关的 label"
|
||||
},
|
||||
"eTag_filtering_enabled_title": {
|
||||
"message": "濾除 ETag 標頭 (注意:初次啟用前須先清除快取)"
|
||||
"message": "濾除 ETag 標頭 (注意:初次啟用前須先清除快取)",
|
||||
"description": "此字符串被用于 ClearURLs 日志中 ETag 头过滤开关的标题"
|
||||
},
|
||||
"popup_html_rules_status_head_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
},
|
||||
"popup_html_statistics_percentage_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
},
|
||||
"popup_html_statistics_blocked_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
},
|
||||
"popup_html_statistics_elements_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
},
|
||||
"popup_html_statistics_head_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
},
|
||||
"popup_html_configs_head_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
},
|
||||
"context_menu_enabled_title": {
|
||||
"message": " ",
|
||||
"description": "非必须,仅为了防止异常发生"
|
||||
}
|
||||
}
|
||||
34
clearurls.js
34
clearurls.js
@@ -216,6 +216,12 @@ function start() {
|
||||
for (let re = 0; re < redirections.length; re++) {
|
||||
providers[p].addRedirection(redirections[re]);
|
||||
}
|
||||
|
||||
let methods = data.providers[prvKeys[p]].getOrDefault('methods', []);
|
||||
//Add HTTP methods list to provider
|
||||
for (let re = 0; re < methods.length; re++) {
|
||||
providers[p].addMethod(methods[re]);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -344,6 +350,7 @@ function start() {
|
||||
let disabled_rawRules = {};
|
||||
let enabled_referralMarketing = {};
|
||||
let disabled_referralMarketing = {};
|
||||
let methods = [];
|
||||
|
||||
if (_completeProvider) {
|
||||
enabled_rules[".*"] = true;
|
||||
@@ -496,6 +503,28 @@ function start() {
|
||||
}
|
||||
};
|
||||
|
||||
/**
|
||||
* Add a HTTP method to methods list.
|
||||
*
|
||||
* @param {String} method HTTP Method Name
|
||||
*/
|
||||
this.addMethod = function (method) {
|
||||
if (methods.indexOf(method) === -1) {
|
||||
methods.push(method);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Check the requests' method.
|
||||
*
|
||||
* @param {requestDetails} details Requests details
|
||||
* @returns {boolean} should be filtered or not
|
||||
*/
|
||||
this.matchMethod = function (details) {
|
||||
if (!methods.length) return true;
|
||||
return methods.indexOf(details['method']) > -1;
|
||||
}
|
||||
|
||||
/**
|
||||
* Private helper method to check if the url
|
||||
* an exception.
|
||||
@@ -570,7 +599,7 @@ function start() {
|
||||
* Function which called from the webRequest to
|
||||
* remove the tracking fields from the url.
|
||||
*
|
||||
* @param {webRequest} request webRequest-Object
|
||||
* @param {requestDetails} request webRequest-Object
|
||||
* @return {Array} redirectUrl or none
|
||||
*/
|
||||
function clearUrl(request) {
|
||||
@@ -598,6 +627,7 @@ function start() {
|
||||
* Call for every provider the removeFieldsFormURL method.
|
||||
*/
|
||||
for (let i = 0; i < providers.length; i++) {
|
||||
if (!providers[i].matchMethod(request)) continue;
|
||||
if (providers[i].matchURL(request.url)) {
|
||||
result = removeFieldsFormURL(providers[i], request.url, false, request);
|
||||
}
|
||||
@@ -624,7 +654,7 @@ function start() {
|
||||
*/
|
||||
if (result.cancel) {
|
||||
if (request.type === 'main_frame') {
|
||||
const blockingPage = browser.extension.getURL("html/siteBlockedAlert.html?source=" + encodeURIComponent(request.url));
|
||||
const blockingPage = browser.runtime.getURL("html/siteBlockedAlert.html?source=" + encodeURIComponent(request.url));
|
||||
browser.tabs.update(request.tabId, {url: blockingPage}).catch(handleError);
|
||||
|
||||
return {cancel: true};
|
||||
|
||||
@@ -93,7 +93,7 @@ function getDataTableTranslation()
|
||||
{
|
||||
let lang = browser.i18n.getUILanguage();
|
||||
lang = lang.substring(0,2);
|
||||
return browser.extension.getURL('./external_js/dataTables/i18n/' + lang + '.lang');
|
||||
return browser.runtime.getURL('./external_js/dataTables/i18n/' + lang + '.lang');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -196,9 +196,9 @@ function resetGlobalCounter(){
|
||||
changeSwitchButton("tabcounter", "badgedStatus");
|
||||
changeSwitchButton("logging", "loggingStatus");
|
||||
changeSwitchButton("statistics", "statisticsStatus");
|
||||
document.getElementById('loggingPage').href = browser.extension.getURL('./html/log.html');
|
||||
document.getElementById('settings').href = browser.extension.getURL('./html/settings.html');
|
||||
document.getElementById('cleaning_tools').href = browser.extension.getURL('./html/cleaningTool.html');
|
||||
document.getElementById('loggingPage').href = browser.runtime.getURL('./html/log.html');
|
||||
document.getElementById('settings').href = browser.runtime.getURL('./html/settings.html');
|
||||
document.getElementById('cleaning_tools').href = browser.runtime.getURL('./html/cleaningTool.html');
|
||||
setText();
|
||||
});
|
||||
})();
|
||||
|
||||
2
external_js/jquery-3.4.1.min.js
vendored
2
external_js/jquery-3.4.1.min.js
vendored
File diff suppressed because one or more lines are too long
2
external_js/jquery-3.6.0.min.js
vendored
Normal file
2
external_js/jquery-3.6.0.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
@@ -112,7 +112,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
<!-- Optional JavaScript -->
|
||||
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
|
||||
<script src="../browser-polyfill.js"></script>
|
||||
<script src="../external_js/jquery-3.4.1.min.js"></script>
|
||||
<script src="../external_js/jquery-3.6.0.min.js"></script>
|
||||
<script src="../external_js/datatables.min.js"></script>
|
||||
<script src="../core_js/log.js"></script>
|
||||
<script src="../core_js/write_version.js"></script>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "ClearURLs",
|
||||
"version": "1.21.0",
|
||||
"version": "1.22.0",
|
||||
"author": "Kevin Röbert",
|
||||
"description": "__MSG_extension_description__",
|
||||
"homepage_url": "https://gitlab.com/KevinRoebert/ClearUrls",
|
||||
|
||||
Reference in New Issue
Block a user