diff --git a/.jshintrc b/.jshintrc
index de72266b3f30a..748a6206b05a8 100644
--- a/.jshintrc
+++ b/.jshintrc
@@ -4,7 +4,8 @@
"eqeqeq": true,
"esnext": true,
"globals": {
- "chrome": false,
+ "browser": false, // global variable in Firefox, Edge
+ "chrome": false, // global variable in Chromium, Chrome, Opera
"Components": false, // global variable in Firefox
"safari": false,
"self": false,
@@ -18,6 +19,5 @@
"sub": true,
"undef": true,
"unused": true,
- "validthis": true,
- "-W058": true // suppress "Missing '()' invoking a constructor" message
+ "validthis": true
}
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index ad12233853dd5..8368c14da98df 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1,12 +1,14 @@
# Submitting issues
+From now on, I will be quite less inclined to deal with issues for which little to no investigation to find the **actual cause** of a purported issue was made by the reporter. Positive contributions are those which are reported with efforts to find the actual cause of an issue, or at the very least efforts were made to narrow it as much as possible. This project is a hobby, do not expect "customer support"-style interaction. Requiring people to investigate as much as possible before opening an issue will more than likely avoid burdening the project with [invalid issues](https://github.com/gorhill/uBlock/issues?q=is%3Aissue+is%3Aclosed+label%3Ainvalid) or [issues unrelated](https://github.com/gorhill/uBlock/issues?q=is%3Aissue+is%3Aclosed+label%3Aexternal) to uBO.
+
For **support/discussions/help**, there is [/r/uBlockOrigin](https://www.reddit.com/r/uBlockOrigin/) on Reddit -- this is where I see the most activity for people helping each other regarding uBlock Origin.
For **filter-related issues**, report on the respective filter list support site, or at [uBlockOrigin/uAssets](https://github.com/uBlockOrigin/uAssets/issues). Use [the logger](https://github.com/gorhill/uBlock/wiki/The-logger) to diagnose/confirm filter-related issues. If something does not work properly with uBO enabled, the **first step** is to rule out filter-related issues.
Ignorance of the above rules is no excuse: **Opening an issue for purpose of support or discussion, or opening a filter-related issue will result in the user being immediately blocked.** Given the [amount of invalid issues being opened](https://github.com/gorhill/uBlock/issues?q=is%3Aissue+label%3Ainvalid+is%3Aclosed), I have no choice but to resort to such a drastic measure. You will still be able to open filter list issues at [uBlockOrigin/uAssets](https://github.com/uBlockOrigin/uAssets/issues).
-**The issue tracker is for provable issues only:** You will have to make the case that the issue is really with uBlock Origin and not something else on your side. To make a case means to provide detailed steps so that anybody can reproduce the issue. Be sure to rule out that the issue is not caused by something specific on your side.
+**The issue tracker is for provable issues only:** You will have to make the case that the issue is really with uBlock Origin and not something else on your side. To make a case means to provide detailed steps so that anybody can reproduce the issue. Be sure to rule out that the issue is not caused by something specific on your side. Specifically, _speculated_ performance issues will be marked as invalid and closed if they do not come with **actual profiling data + analysis** supporting the claim.
**Any issue opened without effort to provide the required details for me (or anybody else) to reproduce the problem will be closed as _invalid_.** If you provide more details thereafter for me to reproduce the issue, I will reopen it if I can confirm there is indeed an issue with uBlock Origin. Example of detailed steps:
diff --git a/README.md b/README.md
index b750119d5f8e8..38e4ce22a6d35 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ Edge disables side-loaded extensions whenever you restart the browser. However a
#### Note
-To benefit from uBlock Origin's higher efficiency, it's advised that you don't use other inefficient blockers at the same time (such as AdBlock or Adblock Plus). uBlock₀ will do [as well or better](#blocking) than most popular ad blockers.
+To benefit from uBlock Origin's higher efficiency, it's advised that you don't use other inefficient blockers at the same time (such as AdBlock or Adblock Plus). uBlock₀ will do as well or better than most popular ad blockers. Other blockers can also prevent uBlock₀'s privacy or anti-blocker features from working properly.
## Release History
diff --git a/assets/assets.json b/assets/assets.json
index 9d2140b5a66fc..ede40f04c5a1d 100644
--- a/assets/assets.json
+++ b/assets/assets.json
@@ -65,6 +65,15 @@
"assets/ublock/privacy.txt"
]
},
+ "ublock-abuse": {
+ "content": "filters",
+ "group": "default",
+ "title": "uBlock filters – Resource abuse",
+ "contentURL": [
+ "https://raw.githubusercontent.com/uBlockOrigin/uAssets/master/filters/resource-abuse.txt",
+ "assets/ublock/resource-abuse.txt"
+ ]
+ },
"ublock-unbreak": {
"content": "filters",
"group": "default",
@@ -74,15 +83,6 @@
"assets/ublock/unbreak.txt"
]
},
- "abprotector-0": {
- "content": "filters",
- "group": "ads",
- "off": true,
- "title": "uBlock Protector List",
- "contentURL": "https://raw.githubusercontent.com/jspenguin2017/uBlockProtector/master/uBlockProtectorList.txt",
- "supportURL": "https://github.com/jspenguin2017/uBlockProtector/blob/master/CONTRIBUTING.MD",
- "instructionURL": "https://jspenguin2017.github.io/uBlockProtector/"
- },
"awrl-0": {
"content": "filters",
"group": "ads",
@@ -91,14 +91,24 @@
"contentURL": "https://easylist-downloads.adblockplus.org/antiadblockfilters.txt",
"supportURL": "https://forums.lanik.us/"
},
- "reek-0": {
+ "adguard-generic": {
"content": "filters",
"group": "ads",
"off": true,
- "title": "Anti-Adblock Killer | Reek",
- "contentURL": "https://raw.githubusercontent.com/reek/anti-adblock-killer/master/anti-adblock-killer-filters.txt",
- "supportURL": "https://github.com/reek/anti-adblock-killer",
- "instructionURL": "https://github.com/reek/anti-adblock-killer#instruction"
+ "title": "Adguard Base Filters",
+ "contentURL": "https://filters.adtidy.org/extension/ublock/filters/2_without_easylist.txt",
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
+ },
+ "adguard-mobile": {
+ "content": "filters",
+ "group": "ads",
+ "off": true,
+ "title": "Adguard Mobile Filters",
+ "ua": "mobile",
+ "contentURL": "https://filters.adtidy.org/extension/ublock/filters/11.txt",
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
},
"easylist": {
"content": "filters",
@@ -113,20 +123,14 @@
],
"supportURL": "https://forums.lanik.us/"
},
- "easylist-nocosmetic": {
- "content": "filters",
- "group": "ads",
- "off": true,
- "title": "EasyList without element hiding rules",
- "contentURL": "https://easylist-downloads.adblockplus.org/easylist_noelemhide.txt",
- "supportURL": "https://forums.lanik.us/"
- },
- "disconnect-tracking": {
+ "adguard-spyware": {
"content": "filters",
"group": "privacy",
"off": true,
- "title": "Basic tracking list by Disconnect",
- "contentURL": "https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt"
+ "title": "Adguard Spyware Filters",
+ "contentURL": "https://filters.adtidy.org/extension/ublock/filters/3.txt",
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
},
"easyprivacy": {
"content": "filters",
@@ -147,7 +151,7 @@
"off": true,
"title": "Fanboy’s Enhanced Tracking List",
"contentURL": "https://www.fanboy.co.nz/enhancedstats.txt",
- "supportURL": "https://forums.lanik.us/"
+ "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues"
},
"disconnect-malvertising": {
"content": "filters",
@@ -177,17 +181,6 @@
],
"supportURL": "https://www.malwaredomains.com/"
},
- "malware-2": {
- "content": "filters",
- "group": "malware",
- "off": true,
- "title": "Malware domains (long-lived)",
- "contentURL": [
- "https://mirror1.malwaredomains.com/files/immortal_domains.txt",
- "https://mirror.cedia.org.ec/malwaredomains/immortal_domains.txt"
- ],
- "supportURL": "https://www.malwaredomains.com/"
- },
"disconnect-malware": {
"content": "filters",
"group": "malware",
@@ -203,13 +196,22 @@
"contentURL": "https://raw.githubusercontent.com/Dawsey21/Lists/master/adblock-list.txt",
"supportURL": "http://www.spam404.com/"
},
+ "adguard-annoyance": {
+ "content": "filters",
+ "group": "social",
+ "off": true,
+ "title": "Adguard’s Annoyance List",
+ "contentURL": "https://filters.adtidy.org/extension/ublock/filters/14.txt",
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
+ },
"fanboy-thirdparty_social": {
"content": "filters",
"group": "social",
"off": true,
- "title": "Anti-ThirdpartySocial (see warning inside list)",
+ "title": "Fanboy’s Anti-Thirdparty Social (see warning inside list)",
"contentURL": "https://fanboy.co.nz/fanboy-antifacebook.txt",
- "supportURL": "https://forums.lanik.us/"
+ "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues"
},
"fanboy-annoyance": {
"content": "filters",
@@ -223,6 +225,14 @@
],
"supportURL": "https://forums.lanik.us/"
},
+ "fanboy-cookiemonster": {
+ "content": "filters",
+ "group": "social",
+ "off": true,
+ "title": "Fanboy’s Cookiemonster List",
+ "contentURL": "https://secure.fanboy.co.nz/fanboy-cookiemonster.txt",
+ "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues"
+ },
"fanboy-social": {
"content": "filters",
"group": "social",
@@ -244,14 +254,6 @@
"contentURL": "http://someonewhocares.org/hosts/hosts",
"supportURL": "http://someonewhocares.org/hosts/"
},
- "fanboy-ultimate": {
- "content": "filters",
- "group": "multipurpose",
- "off": true,
- "title": "Fanboy+Easylist-Merged Ultimate List",
- "contentURL": "https://www.fanboy.co.nz/r/fanboy-ultimate.txt",
- "supportURL": "https://forums.lanik.us/"
- },
"hphosts": {
"content": "filters",
"group": "multipurpose",
@@ -316,25 +318,19 @@
"content": "filters",
"group": "regions",
"off": true,
- "title": "CHN: CJX's EasyList Lite (main focus on Chinese sites)",
+ "title": "CHN: CJX's EasyList Lite",
+ "lang": "zh",
"contentURL": "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjxlist.txt",
- "supportURL": "https://github.com/cjx82630/cjxlist"
- },
- "CHN-2": {
- "content": "filters",
- "group": "regions",
- "off": true,
- "title": "CHN: CJX's Annoyance List",
- "contentURL": "https://raw.githubusercontent.com/cjx82630/cjxlist/master/cjx-annoyance.txt",
- "supportURL": "https://github.com/cjx82630/cjxlist"
+ "supportURL": "https://github.com/cjx82630/cjxlist",
+ "instructionURL": "http://abpchina.org/forum/forum.php?mod=viewthread&tid=29667"
},
"CZE-0": {
"content": "filters",
"group": "regions",
"off": true,
"title": "CZE, SVK: EasyList Czech and Slovak",
- "lang": "cs",
- "contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters.txt",
+ "lang": "cs sk",
+ "contentURL": "https://raw.githubusercontent.com/tomasko126/easylistczechandslovak/master/filters_ublock.txt",
"supportURL": "https://github.com/tomasko126/easylistczechandslovak"
},
"DEU-0": {
@@ -364,16 +360,8 @@
"off": true,
"title": "EST: Eesti saitidele kohandatud filter",
"lang": "et",
- "contentURL": "http://adblock.ee/list.php",
- "supportURL": "http://adblock.ee/"
- },
- "EU-prebake": {
- "content": "filters",
- "group": "regions",
- "off": true,
- "title": "EU: Prebake - Filter Obtrusive Cookie Notices",
- "contentURL": "https://raw.githubusercontent.com/liamja/Prebake/master/obtrusive.txt",
- "supportURL": "https://github.com/liamja/Prebake"
+ "contentURL": "https://adblock.ee/list.php",
+ "supportURL": "https://adblock.ee/"
},
"FIN-0": {
"content": "filters",
@@ -465,7 +453,7 @@
"off": true,
"title": "ITA: ABP X Files",
"contentURL": "https://raw.githubusercontent.com/gioxx/xfiles/master/filtri.txt",
- "supportURL": "http://noads.it/"
+ "supportURL": "https://xfiles.noads.it/"
},
"JPN-0": {
"content": "filters",
@@ -476,6 +464,16 @@
"contentURL": "https://raw.githubusercontent.com/k2jp/abp-japanese-filters/master/abpjf.txt",
"supportURL": "https://github.com/k2jp/abp-japanese-filters/wiki/Support_Policy"
},
+ "JPN-1": {
+ "content": "filters",
+ "group": "regions",
+ "off": true,
+ "title": "JPN: Adguard Japan Filter",
+ "lang": "ja",
+ "contentURL": "https://filters.adtidy.org/extension/ublock/filters/7.txt",
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
+ },
"KOR-0": {
"content": "filters",
"group": "regions",
@@ -494,14 +492,6 @@
"contentURL": "https://raw.githubusercontent.com/yous/YousList/master/youslist.txt",
"supportURL": "https://github.com/yous/YousList"
},
- "KOR-2": {
- "content": "filters",
- "group": "regions",
- "off": true,
- "title": "KOR: Fanboy's Korean",
- "contentURL": "https://www.fanboy.co.nz/fanboy-korean.txt",
- "supportURL": "https://forums.lanik.us/"
- },
"LTU-0": {
"content": "filters",
"group": "regions",
@@ -536,7 +526,7 @@
"title": "POL: polskie filtry do Adblocka i uBlocka",
"lang": "pl",
"contentURL": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock.txt",
- "supportURL": "https://www.certyficate.it/adblock-ublock-polish-filters/"
+ "supportURL": "https://github.com/MajkiIT/polish-ads-filter/issues"
},
"POL-1": {
"content": "filters",
@@ -545,32 +535,27 @@
"title": "POL: polskie filtry do uBlocka uzupelnienie",
"lang": "pl",
"contentURL": "https://raw.githubusercontent.com/MajkiIT/polish-ads-filter/master/polish-adblock-filters/adblock_ublock.txt",
- "supportURL": "https://www.certyficate.it/adblock-ublock-polish-filters/"
+ "supportURL": "https://github.com/MajkiIT/polish-ads-filter/issues"
},
"RUS-0": {
"content": "filters",
"group": "regions",
"off": true,
- "title": "RUS: RU AdList (Дополнительная региональная подписка)",
+ "title": "RUS: RU AdList",
"lang": "be ru uk",
- "contentURL": "https://easylist-downloads.adblockplus.org/advblock.txt",
- "supportURL": "https://forums.lanik.us/viewforum.php?f=102"
- },
- "RUS-1": {
- "content": "filters",
- "group": "regions",
- "off": true,
- "title": "RUS: BitBlock List (Дополнительная подписка фильтров)",
- "contentURL": "https://easylist-downloads.adblockplus.org/bitblock.txt",
- "supportURL": "https://forums.lanik.us/viewforum.php?f=102"
+ "contentURL": "https://easylist-downloads.adblockplus.org/advblock+cssfixes.txt",
+ "supportURL": "https://forums.lanik.us/viewforum.php?f=102",
+ "instructionURL": "https://forums.lanik.us/viewtopic.php?f=102&t=22512"
},
"RUS-2": {
"content": "filters",
"group": "regions",
"off": true,
"title": "RUS: Adguard Russian Filter",
+ "lang": "be ru uk",
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/1.txt",
- "supportURL": "https://forum.adguard.com/forumdisplay.php?69-%D0%A4%D0%B8%D0%BB%D1%8C%D1%82%D1%80%D1%8B-Adguard"
+ "supportURL": "https://forum.adguard.com/forumdisplay.php?69-%D0%A4%D0%B8%D0%BB%D1%8C%D1%82%D1%80%D1%8B-Adguard",
+ "instructionURL": "https://kb.adguard.com/ru/general/adguard-ad-filters#russian"
},
"spa-0": {
"content": "filters",
@@ -581,6 +566,16 @@
"contentURL": "https://easylist-downloads.adblockplus.org/easylistspanish.txt",
"supportURL": "https://forums.lanik.us/viewforum.php?f=103"
},
+ "spa-1": {
+ "content": "filters",
+ "group": "regions",
+ "off": true,
+ "title": "spa, por: Adguard Spanish/Portuguese",
+ "lang": "es pt",
+ "contentURL": "https://filters.adtidy.org/extension/ublock/filters/9.txt",
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
+ },
"SVN-0": {
"content": "filters",
"group": "regions",
@@ -597,7 +592,7 @@
"title": "SWE: Fanboy's Swedish",
"lang": "sv",
"contentURL": "https://www.fanboy.co.nz/fanboy-swedish.txt",
- "supportURL": "https://forums.lanik.us/"
+ "supportURL": "https://github.com/ryanbr/fanboy-adblock/issues"
},
"TUR-0": {
"content": "filters",
@@ -606,15 +601,16 @@
"title": "TUR: Adguard Turkish Filter",
"lang": "tr",
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/13.txt",
- "supportURL": "https://forum.adguard.com/forumdisplay.php?51-Filter-Rules"
+ "supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters",
+ "instructionURL": "https://kb.adguard.com/en/general/adguard-ad-filters"
},
- "VIE-0": {
+ "VIE-1": {
"content": "filters",
"group": "regions",
"off": true,
- "title": "VIE: Fanboy's Vietnamese",
+ "title": "VIE: ABPVN List",
"lang": "vi",
- "contentURL": "https://www.fanboy.co.nz/fanboy-vietnam.txt",
- "supportURL": "https://forums.lanik.us/"
+ "contentURL": "https://raw.githubusercontent.com/abpvn/abpvn/master/filter/abpvn.txt",
+ "supportURL": "http://abpvn.com/"
}
}
diff --git a/dist/README.md b/dist/README.md
index 94cd0f8d26ebd..6932c8e95f96c 100644
--- a/dist/README.md
+++ b/dist/README.md
@@ -1,6 +1,6 @@
## INSTALL
-#### Chromium
+### Chromium
- Download and unzip `ublock0.chromium.zip` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
- Rename the unzipped directory to `ublock`
@@ -20,26 +20,43 @@ Remember that you have to update manually also. For some users, updating manuall
- You can update when **you** want
- If ever a new version sucks, you can easily just re-install the previous one
-#### Firefox
+### Firefox webext
+
+Compatible with Firefox 52 and beyond. This works only if you set `xpinstall.signatures.required` to `false` in `about:config`.
+
+- Download `ublock0.webext.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
+ - Right-click and choose _"Save As..."_.
+- Drag and drop the previously downloaded `ublock0.webext.xpi` into Firefox
+
+On Linux, the settings are saved in a JSON file located at `~/.mozilla/firefox/[profile name]/browser-extension-data/uBlock0@raymondhill.net/storage.js`.
+
+When you uninstall the extension, Firefox deletes that file, so all your settings are lost when you uninstall.
+
+### Firefox legacy
+
+Compatible with Firefox 24 to Firefox 56.
- Download `ublock0.firefox.xpi` ([latest release desirable](https://github.com/gorhill/uBlock/releases)).
- Drag and drop the previously downloaded `ublock0.firefox.xpi` into Firefox
+With Firefox 43 and beyond, you may need to toggle the setting `xpinstall.signatures.required` to `false` in `about:config`.
+
Your uBlock Origin settings are kept intact even after you uninstall the addon.
On Linux, the settings are saved in a SQlite file located at `~/.mozilla/firefox/[profile name]/extension-data/ublock0.sqlite`.
On Windows, the settings are saved in a SQlite file located at `%APPDATA%\Mozilla\Firefox\Profiles\[profile name]\extension-data\ublock0.sqlite`.
-#### Build instructions (for developers)
+### Build instructions (for developers)
- Clone [uBlock](https://github.com/gorhill/uBlock) and [uAssets](https://github.com/uBlockOrigin/uAssets) repositories in the same parent directory
- Set path to uBlock: `cd uBlock`
- Optional: Select the version to build: `git checkout
هذا الخيار يمكّن من تحليل و تطبيق فلاتر متطابقة مع فلاتر ”إخفاء العناصر“ لتطبيق آدبلوك بلس<\/a>. هذه الفلاتر جماليّة بالأساس، تهدف إلى إخفاء عناصر في صفحة الواب، و اللتي تعتبر إزعاجا بصريّا، قد لا يتمكّن محرّك فلاتر الرّوابط من كشفها و صدّها.<\/p> تفعيل هذا الخيار من شأنه زيادة أثر الذّاكرة uBlock₀<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "منع الخطوط البعيدة",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"تجاهل الفلاتر التجميلية العامة",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "منع تقارير الـ CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" الفلاتر التجميلية العامة هي الفلاتر التجميلية التي تنطبق على كل مواقع الإنترنت. رغم أن uBlock₀ يتعامل معها بكفاءة، لكن يبقى من المرجح أن تستهلك المزيد من الموارد من الذاكرة و قوة المعالج على بعض الصفحات، خاصّةً الصفحات الكبيرة أو الممتدة إهمال هذا النوع من الفلترة يلغي إستهلاك الذاكرة و قوة المعالج التي تستخدم في صفحات الإنترنت والناتجة عن التعامل مع اللفلاتر التجميلية، بالإضافة إلى تقليل إستهلاك الذاكرة من طرف uBlock₀ بشكلٍ عام. من الأفضل أن تُفَعَّل هذه الخاصية على الأجهزة الأقل كفاءة.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "المساحة المستخدمة: {{value}} بايت",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"قائمة المواقع المحجوبة",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "آخر إسترجاع:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"حفظ التغيرات",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "آخر نسخ إحتياطي:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"اعلانات",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} من فلاتر الشبكه + {{cosmeticFilterCount}} فلاتر تجميليه:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"خصوصيه",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} تم استعماله من {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"مواقع مصابه او تحتوي على فايروسات",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "تحديث تلقائي للستات الفلاتر",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"مواقع الاجتماعيه",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "حدث الان",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"متعددة الأغراض",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "نظف جميع المخابئ",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"المناطق واللغات",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "تحليل وتطبيق فلاتر التجميليه",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"مخصصه",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " هذا الخيار يمكّن من تحليل و تطبيق فلاتر متطابقة مع فلاتر ”إخفاء العناصر“ لتطبيق آدبلوك بلس<\/a>. هذه الفلاتر جماليّة بالأساس، تهدف إلى إخفاء عناصر في صفحة الواب، و اللتي تعتبر إزعاجا بصريّا، قد لا يتمكّن محرّك فلاتر الرّوابط من كشفها و صدّها.<\/p> تفعيل هذا الخيار من شأنه زيادة أثر الذّاكرة uBlock₀<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"رابط واحد كل سطر. روابط التي تحتوي على ‘!’ سوف يتم تجاهلها . الروابط الغير صحيحه سوف ايضاً تجاهلها .",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "تجاهل الفلاتر التجميلية العامة",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"إنتهت صلاحيته.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " الفلاتر التجميلية العامة هي الفلاتر التجميلية التي تنطبق على كل مواقع الإنترنت. رغم أن uBlock₀ يتعامل معها بكفاءة، لكن يبقى من المرجح أن تستهلك المزيد من الموارد من الذاكرة و قوة المعالج على بعض الصفحات، خاصّةً الصفحات الكبيرة أو الممتدة إهمال هذا النوع من الفلترة يلغي إستهلاك الذاكرة و قوة المعالج التي تستخدم في صفحات الإنترنت والناتجة عن التعامل مع اللفلاتر التجميلية، بالإضافة إلى تقليل إستهلاك الذاكرة من طرف uBlock₀ بشكلٍ عام. من الأفضل أن تُفَعَّل هذه الخاصية على الأجهزة الأقل كفاءة.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"آخر تحديث: {{ago}}. \nانقر لفرض التحديث.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "قائمة المواقع المحجوبة",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"جار التحديث...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "حفظ التغيرات",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"حدث خطأ في الشبكة منع تحديث المورد.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "اعلانات",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"كل سطر يمكن ان يتحمل على فلتر واحد. يمكن ان يكون الفلتر رابط موقع او فلتر متعارف مع نظام AdBlock Plus. روابط التي تحتوي على ‘!’ سوف يتم تجاهلها.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "خصوصيه",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"استيراد",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "مواقع مصابه او تحتوي على فايروسات",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"تصدير",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "عناصر مزعجة",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "متعددة الأغراض",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"حفظ التغيرات",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "المناطق واللغات",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"قواعد دائمة",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "مخصصه",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"قواعد مؤقتة",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "رابط واحد كل سطر. روابط التي تحتوي على ‘!’ سوف يتم تجاهلها . الروابط الغير صحيحه سوف ايضاً تجاهلها .",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"إلغاء",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "إنتهت صلاحيته.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"تطبق",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "آخر تحديث: {{ago}}. \nانقر لفرض التحديث.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"تعديل",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "جار التحديث...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"حفظ",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "حدث خطأ في الشبكة منع تحديث المورد.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"إلغاء",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "كل سطر يمكن ان يتحمل على فلتر واحد. يمكن ان يكون الفلتر رابط موقع او فلتر متعارف مع نظام AdBlock Plus. روابط التي تحتوي على ‘!’ سوف يتم تجاهلها.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"الاستيراد من ملف...",
- "description":""
+ "1pImport": {
+ "message": "استيراد",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"تصدير إلى ملف",
- "description":""
+ "1pExport": {
+ "message": "تصدير",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"قائمة قواعد الفلترات الديناميكية الخاصة بك.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "حفظ التغيرات",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"صياغة القواعد: Тази опция дава възможност за анализиране и прилагане на съвместими с Adblock Plus филтри за “скриване на елементи”<\/a>. Тези филтри, по същество са козметични и служат за скриване на елементи в уеб страница, които се считат за визуално неприятни, и които не могат да бъдат блокирани от системата за филтриране на мрежовите заявки.<\/p> Активирането на тази опция увеличава паметта, която uBlock₀ използва.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Блокиране на външни шрифтове",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Игнориране на общите козметични филтри.",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Блокиране на CSP отчетите",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Общите козметични филтри са тези филтри, които са предназначени за прилагане във всички уеб сайтове. Въпреки, че работят ефективно с uBlock₀, те могат да окажат влияние върху използването на паметта и процесора при някои уеб страници, особено големите такива. Активирането на тази опция ще премахне натоварването към тях, като резултат от обработката на общите козметични филтри, също така ще намали и използваната от uBlock₀ памет. Тази опция е препоръчително да се използва на по-слаби устройства.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Използвана памет за съхранение: {{value}} байта",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Списъци на блокираните хостове",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Последно възстановяване:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Прилагане на промените",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Последно резервно копие:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Реклами",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} мрежови филтри + {{cosmeticFilterCount}} козметични филтри от:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Поверителност",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "използвани {{used}} от общо {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Вредоносни домейни",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Автоматично актуализиране на списъците с филтри",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Социални мрежи",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Актуализиране",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Универсални",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Изчистване на цялата кеш памет",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Региони, езици",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Анализиране и прилагане на козметичните филтри",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Потребителски",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Тази опция дава възможност за анализиране и прилагане на съвместими с Adblock Plus филтри за “скриване на елементи”<\/a>. Тези филтри, по същество са козметични и служат за скриване на елементи в уеб страница, които се считат за визуално неприятни, и които не могат да бъдат блокирани от системата за филтриране на мрежовите заявки.<\/p> Активирането на тази опция увеличава паметта, която uBlock₀ използва.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Един адрес на ред. Редовете с представка ‘!’ ще бъдат игнорирани. Невалидните адреси също ще бъдат игнорирани.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Игнориране на общите козметични филтри",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Остарял",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Общите козметични филтри са тези филтри, които са предназначени за прилагане във всички уеб сайтове. Въпреки, че работят ефективно с uBlock₀, те могат да окажат влияние върху използването на паметта и процесора при някои уеб страници, особено големите такива. Активирането на тази опция ще премахне натоварването към тях, като резултат от обработката на общите козметични филтри, също така ще намали и използваната от uBlock₀ памет. Тази опция е препоръчително да се използва на по-слаби устройства.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Последна актуализация: {{ago}}\nЩракнете за принудително актуализиране.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Списъци на блокираните хостове",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Актуализиране...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Прилагане на промените",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Актуализирането на ресурса е прекратено заради грешка в мрежата.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Реклами",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Един филтър на ред. Това може да бъде обикновен адрес или съвместим с Adblock Plus филтър. Редовете с представка ‘!’ ще бъдат игнорирани.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Поверителност",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Внасяне от файл...",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Вредоносни домейни",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Изнасяне във файл",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Досадни неща",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"моите-ublock-статични-филтри_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Универсални",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Прилагане на промените",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Региони, езици",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Постоянни правила",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Потребителски",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Временни правила",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Един адрес на ред. Редовете с представка ‘!’ ще бъдат игнорирани. Невалидните адреси също ще бъдат игнорирани.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Връщане",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Остарял",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Приемане",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Последна актуализация: {{ago}}\nЩракнете за принудително актуализиране.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Редактиране",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Актуализиране...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Запазване",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Актуализирането на ресурса е прекратено заради грешка в мрежата.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Отказ на промените",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Един филтър на ред. Това може да бъде обикновен адрес или съвместим с Adblock Plus филтър. Редовете с представка ‘!’ ще бъдат игнорирани.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Внасяне от файл...",
- "description":""
+ "1pImport": {
+ "message": "Внасяне от файл...",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Изнасяне във файл",
- "description":""
+ "1pExport": {
+ "message": "Изнасяне във файл",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"моите-ublock-динамични-правила_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "моите-ublock-статични-филтри_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Списък на вашите динамични правила за филтриране.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Прилагане на промените",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Синтаксис на правилото: এই অপশনটি অ্যাডব্লক-প্লাসের সামঞ্জস্যপূর্ণ “উপাদান আড়াল করার” ফিল্টারকে<\/a> সক্রিয় করবে। এই ফিল্টারগুলি মূলত প্রসাধনী, তাদের একটি ওয়েব পাতায় উপাদান আড়াল করতে প্রয়োজন হয় যাকে চাক্ষুষ উত্পাত বলিয়া গণ্য করা হয়, এবং যাদের নেট অনুরোধ ভিত্তিক ফিল্টারিং ইঞ্জিন দ্বারা অবরুদ্ধ করা যায় না।<\/p> এই বৈশিষ্ট্য সক্রিয় করলে uBlock₀-এর মেমরির পদচিহ্ন বৃদ্ধি পাবে।<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "রিমোট ফন্ট অবরুদ্ধ করুন",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"জেরেরিক প্রসাধনী ছাঁকনি উপেক্ষা করুন।",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "CSP প্রতিবেদন অবরুদ্ধ করুন",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" জেনেরিক প্রসাধনী ছাঁকনি হচ্ছে সেইসব প্রসাধনী ছাঁকনি যা সব ওয়েবসাইটে প্রয়োগের জন্য অভিপ্রেত। যদিও তা uBlock₀ দ্বারা দক্ষতার সঙ্গে পরিচালনা করে, কিন্তু জেনেরিক প্রসাধন ফিল্টার এখনও কিছু ওয়েব পাতার পরিমাপযোগ্য মেমরি ও CPU-র অত্যাধিক চাপ সৃষ্টিতে অবদান রাখতে পারে, বিশেষ করে বড় এবং দীর্ঘ একটিতে। এই অপশন সক্রিয় করলে জেনেরিক প্রসাধনী ছাঁকনি পরিচালিত হবে যা ওয়েব পাতার পরিমাপযোগ্য মেমরি ও CPU-র অত্যাধিক চাপ সৃষ্টি দূর করবে এবং uBlock₀ নিজেই মেমরি পদাঙ্ক অর্ধ করবে। এটা কম শক্তিশালী ডিভাইসে এই অপশনটি সক্রিয় করার জন্য সুপারিশ করা হচ্ছে।",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "সংগ্রহস্থল ব্যবহার: {{value}} বাইট",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"অবরুদ্ধ হোস্টের তালিকা",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "সর্বশেষ পুনঃস্থাপন:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"পরিবর্তনগুলি প্রয়োগ",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "সর্বশেষ ব্যাকআপ:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"বিজ্ঞাপন",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "এ থেকে {{netFilterCount}}টি নেটওয়ার্ক ফিল্টার + {{cosmeticFilterCount}}টি প্রসাধনী ফিল্টার:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"গোপনীয়তা",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{total}}টির মধ্যে {{used}}টি ব্যবহৃত",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"ম্যালওয়্যার ডোমেইন",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "ফিল্টার তালিকা স্বয়ংক্রিয়-হালনাগাদ করুন।",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"সামাজিক",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "এখনই হালনাগাদ করুন",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"বহুমুখী",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "সব ক্যাশে শোধন করুন",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"অঞ্চল, ভাষা",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "প্রসাধনী ফিল্টার পার্স ও কার্যকর করুন।",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"স্বনির্ধারিত",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " এই অপশনটি অ্যাডব্লক-প্লাসের সামঞ্জস্যপূর্ণ “উপাদান আড়াল করার” ফিল্টারকে<\/a> সক্রিয় করবে। এই ফিল্টারগুলি মূলত প্রসাধনী, তাদের একটি ওয়েব পাতায় উপাদান আড়াল করতে প্রয়োজন হয় যাকে চাক্ষুষ উত্পাত বলিয়া গণ্য করা হয়, এবং যাদের নেট অনুরোধ ভিত্তিক ফিল্টারিং ইঞ্জিন দ্বারা অবরুদ্ধ করা যায় না।<\/p> এই বৈশিষ্ট্য সক্রিয় করলে uBlock₀-এর মেমরির পদচিহ্ন বৃদ্ধি পাবে।<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"লাইন প্রতি একটি URL। ‘!’ সহ উপসর্গ লাইন উপেক্ষা করা হবে। অকার্যকর URL গুলি নীরবে উপেক্ষা করা হবে।",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "জেরেরিক প্রসাধনী ছাঁকনি উপেক্ষা করুন।",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"পুরোনো",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " জেনেরিক প্রসাধনী ছাঁকনি হচ্ছে সেইসব প্রসাধনী ছাঁকনি যা সব ওয়েবসাইটে প্রয়োগের জন্য অভিপ্রেত। যদিও তা uBlock₀ দ্বারা দক্ষতার সঙ্গে পরিচালনা করে, কিন্তু জেনেরিক প্রসাধন ফিল্টার এখনও কিছু ওয়েব পাতার পরিমাপযোগ্য মেমরি ও CPU-র অত্যাধিক চাপ সৃষ্টিতে অবদান রাখতে পারে, বিশেষ করে বড় এবং দীর্ঘ একটিতে। এই অপশন সক্রিয় করলে জেনেরিক প্রসাধনী ছাঁকনি পরিচালিত হবে যা ওয়েব পাতার পরিমাপযোগ্য মেমরি ও CPU-র অত্যাধিক চাপ সৃষ্টি দূর করবে এবং uBlock₀ নিজেই মেমরি পদাঙ্ক অর্ধ করবে। এটা কম শক্তিশালী ডিভাইসে এই অপশনটি সক্রিয় করার জন্য সুপারিশ করা হচ্ছে।",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"সর্বশেষ হালনাগাদ: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "অবরুদ্ধ হোস্টের তালিকা",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"হালনাগাদ করা হচ্ছে...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "পরিবর্তনগুলি প্রয়োগ",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"একটি নেটওয়ার্ক ত্রুটি রিসোর্স হালনাগাদ হওয়া থেকে রোধ করেছে।",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "বিজ্ঞাপন",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"লাইন প্রতি একটি ফিল্টার। একটি ফিল্টার স্পষ্ট হোস্টনেম বা অ্যাডব্লক প্লাস-সামঞ্জস্যপূর্ণ ফিল্টার হতে পারে। ‘!’ সহ উপসর্গ লাইন উপেক্ষা করা হবে।",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "গোপনীয়তা",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"আমদানি ও পরিশেষে যোগ করুন",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "ম্যালওয়্যার ডোমেইন",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"রপ্তানি করুন",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "বিরক্তিকর",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"amar-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "বহুমুখী",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"পরিবর্তনগুলি প্রয়োগ",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "অঞ্চল, ভাষা",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"স্থায়ী নিয়ম",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "স্বনির্ধারিত",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"অস্থায়ী নিয়ম",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "লাইন প্রতি একটি URL। ‘!’ সহ উপসর্গ লাইন উপেক্ষা করা হবে। অকার্যকর URL গুলি নীরবে উপেক্ষা করা হবে।",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"প্রত্যাবর্তন",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "পুরোনো",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"কমিট",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "সর্বশেষ হালনাগাদ: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"সম্পাদনা",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "হালনাগাদ করা হচ্ছে...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"সংরক্ষণ",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "একটি নেটওয়ার্ক ত্রুটি রিসোর্স হালনাগাদ হওয়া থেকে রোধ করেছে।",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"বাতিল করুন",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "লাইন প্রতি একটি ফিল্টার। একটি ফিল্টার স্পষ্ট হোস্টনেম বা অ্যাডব্লক প্লাস-সামঞ্জস্যপূর্ণ ফিল্টার হতে পারে। ‘!’ সহ উপসর্গ লাইন উপেক্ষা করা হবে।",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"ফাইল থেকে আমদানি...",
- "description":""
+ "1pImport": {
+ "message": "আমদানি ও পরিশেষে যোগ করুন",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"ফাইলে রপ্তানি",
- "description":""
+ "1pExport": {
+ "message": "রপ্তানি করুন",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"amar-ublock-dynamic-niyom_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "amar-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"আপনার গতিশীল ফিল্টারের নিয়মের তালিকা।",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "পরিবর্তনগুলি প্রয়োগ",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"শব্দবিন্যাসের নিয়ম: Aquesta opció permet l'anàlisi i l'aplicació dels filtres compatibles amb l'Adblock Plus “element hiding”<\/a>. Aquests filtres són principalment cosmètics, que serveixen per amagar elements d'una pàgina web molestos que per defecte no es poden amagar.<\/p> Habilitant aquesta opció augmentarà el consum de memòria de l'µBlock<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Bloqueja les fonts remotes",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignora els filtres cosmètics genèrics",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Bloqueja informes CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Els Filtres cosmètics genèrics són filtres que no s'apliquen a tots els llocs web. Tot i que l'uBlock₀ els gestiona de manera eficient, aquests filtres encara poden contribuir a un augment d'ús de la memòria o sobrecàrrega de la CPU en algunes pàgines web, especialment si tenen molt contingut, elements d'animació o temps real. En habilitar aquesta opció s'elimina el risc de sobrecàrrega a la CPU i excés d'ús de la memòria com a resultat de la manipulació de filtres cosmètics genèrics i també es redueix el consum de memòria de l'uBlock₀. Es recomana habilitar aquesta opció en dispositius poc potents.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Emmagatzematge utilitzat: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Llistes de servidors bloquejats",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Darrera restauració:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Aplicar canvis",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Darrera còpia de seguretat:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Anuncis",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} filtres de xarxa + {{cosmeticFilterCount}} filtres cosmètics de:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privacitat",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} utilitzats de {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Dominis de malware",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Actualitzar automàticament la llista de filtres.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Actualitza ara",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Polivalent",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Neteja la memòria caché",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regions, llengües",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Analitzar i aplicar filtres cosmètics.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Personalitzat",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Aquesta opció permet l'anàlisi i l'aplicació dels filtres compatibles amb l'Adblock Plus “element hiding”<\/a>. Aquests filtres són principalment cosmètics, que serveixen per amagar elements d'una pàgina web molestos que per defecte no es poden amagar.<\/p> Habilitant aquesta opció augmentarà el consum de memòria de l'uBlock₀.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Una URL per línia. Línies amb el símbol ‘!’ s'ignoraran. Adreces URL no vàlides s'ignoraran silenciosament.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignora els filtres cosmètics genèrics",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Obsolet",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Els filtres cosmètics genèrics són filtres que no s'apliquen a tots els llocs web. Tot i que l'uBlock₀ els gestiona de manera eficient, aquests filtres encara poden contribuir a un augment d'ús de la memòria o sobrecàrrega de la CPU en algunes pàgines web, especialment si tenen molt contingut, elements d'animació o temps real. En habilitar aquesta opció s'elimina el risc de sobrecàrrega a la CPU i excés d'ús de la memòria com a resultat de la manipulació de filtres cosmètics genèrics i també es redueix el consum de memòria de l'uBlock₀. Es recomana habilitar aquesta opció en dispositius poc potents.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Darrera actualització: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Llistes de servidors bloquejats",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"S'està actualitzant...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Aplicar canvis",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Un error de xarxa va impedir que s'actualitzés el recurs.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Anuncis",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Un filtre per línia. Un filtre pot ser un domini, o un filtre compatible amb Adblock Plus. Línies amb el símbol ‘!’ s'ignoraran.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privacitat",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importar i annexar",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Dominis de malware",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exportar",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Elements molestos",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"ublock-custom-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Polivalent",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Aplicar canvis",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regions, llengües",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Normes permanents",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Personalitzat",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Normes temporals",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Una URL per línia. Línies amb el símbol ‘!’ s'ignoraran. Adreces URL no vàlides s'ignoraran silenciosament.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Desfer",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Obsolet",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Establir",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Darrera actualització: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Editar",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "S'està actualitzant...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Desar",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Un error de xarxa va impedir que s'actualitzés el recurs.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Descartar",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Un filtre per línia. Un filtre pot ser un domini, o un filtre compatible amb Adblock Plus. Línies amb el símbol ‘!’ s'ignoraran.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importar des de fitxer...",
- "description":""
+ "1pImport": {
+ "message": "Importar i annexar",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Exportar a fitxer...",
- "description":""
+ "1pExport": {
+ "message": "Exportar",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "ublock-custom-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Llista de regles de filtrat dinàmic.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Aplicar canvis",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Sintaxi de les regles: Tímto povolíte zpracovávání a používání “element hiding” filtrů kompatibilních s Adblockem Plus<\/a>. Tyto filtry jsou převážně kosmetické. Skrývají prvky webových stránek, které jsou vizuálně na obtíž a nemohou být zablokovány síťovým požadavkem.<\/p> Povolení této funkce zvětšuje stopy uBlocku₀ v paměti.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Blokovat externí fonty",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignorovat obecné kosmetické filtry",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Blokovat CSP reporty",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Obecné kosmetické filtry jsou kosmetické filtry vytvořené k použití se všemi webovými stránkami. Přestože je uBlock₀ používá velmi efektivně, kosmetické filtry mohou přispět ke zvýšenému využití operační paměti a procesoru na některých webech, zejména těch velkých a složitých. Zapnutím této volby se lze vyhnout nadbytečnému zatížení paměti i procesoru vyvolaném použitím obecných kosmetických filtrů a rovněž snížit využití paměti samotným uBlock₀ rozšířením. Na méně výkonných zařízeních je doporučeno tuto volbu povolit.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Prostoru využito: {{value}} bajtů",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Seznamy blokovaných hostitelů",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Poslední obnova:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Použít změny",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Poslední záloha:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Reklamy",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} síťových filtrů + {{cosmeticFilterCount}} kosmetických filtrů z:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Soukromí",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} použito z celkových {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domény",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Automaticky aktualizovat seznamy filtrů.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Sociální",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Aktualizovat nyní",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Víceúčelové",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Vyčistit celou mezipaměť",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regionální, jazykové",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Zpracovat a použít kosmetické filtry.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Vlastní",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Tímto povolíte zpracovávání a používání “element hiding” filtrů kompatibilních s Adblockem Plus<\/a>. Tyto filtry jsou převážně kosmetické. Skrývají prvky webových stránek, které jsou vizuálně na obtíž a nemohou být zablokovány síťovým požadavkem.<\/p> Povolení této funkce zvětšuje stopy uBlocku₀ v paměti.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Jedna adresa URL na řádek. Řádky začínající na ‘!’ budou ignorovány. Neplatné adresy URL budou tiše ignorovány.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignorovat obecné kosmetické filtry",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Zastaralé.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Obecné kosmetické filtry jsou kosmetické filtry vytvořené k použití se všemi webovými stránkami. Přestože je uBlock₀ používá velmi efektivně, kosmetické filtry mohou přispět ke zvýšenému využití operační paměti a procesoru na některých webech, zejména těch velkých a složitých. Zapnutím této volby se lze vyhnout nadbytečnému zatížení paměti i procesoru vyvolaném použitím obecných kosmetických filtrů a rovněž snížit využití paměti samotným uBlock₀ rozšířením. Na méně výkonných zařízeních je doporučeno tuto volbu povolit.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Poslední aktualizace: {{ago}}.\nKliknutím vynutíte aktualizaci.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Seznamy blokovaných hostitelů",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Aktualizování...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Použít změny",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Chyba sítě znemožnila aktualizaci tohoto zdroje.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Reklamy",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Jeden filtr na řádek. Filtr může být prostý název hostitele nebo filtr kompatibilní s Adblock Plus. Řádky začínající na ‘!’ budou ignorovány.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Soukromí",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importovat a připojit",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domény",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exportovat",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Dotěrnosti",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"ublock-me-vlastni-filtry_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Víceúčelové",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Použít změny",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regionální, jazykové",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Permanentní pravidla",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Vlastní",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Dočasná pravidla",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Jedna adresa URL na řádek. Řádky začínající na ‘!’ budou ignorovány. Neplatné adresy URL budou tiše ignorovány.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Vrátit",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Zastaralé.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Potvrdit",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Poslední aktualizace: {{ago}}.\nKliknutím vynutíte aktualizaci.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Upravit",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Aktualizování...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Uložit",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Chyba sítě znemožnila aktualizaci tohoto zdroje.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Zrušit",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Jeden filtr na řádek. Filtr může být prostý název hostitele nebo filtr kompatibilní s Adblock Plus. Řádky začínající na ‘!’ budou ignorovány.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Načíst ze souboru…",
- "description":""
+ "1pImport": {
+ "message": "Importovat a připojit",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Exportovat do souboru",
- "description":""
+ "1pExport": {
+ "message": "Exportovat",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"ublock-ma-dynamicka-pravidla_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "ublock-me-vlastni-filtry_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Seznam vašich pravidel pro dynamické filtrování.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Použít změny",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Syntaxe pravidel: This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Ют шрифтсене чар",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignore generic cosmetic filters",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Storage used: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Чарнӑ хостсен йышӗ",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Юлашки тавӑру:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Улшӑнӑва ҫирӗплет",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Last backup:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Реклама",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Вӑрттӑнлӑх",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} used out of {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domains",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Auto-update filter lists",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Халех ҫӗнет",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Нумай тӗллевлисем",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Purge all caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Регионсем, чӗлхесем",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Parse and enforce cosmetic filters",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Custom",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignore generic cosmetic filters",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Кивелнӗ",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Юлашки ҫӗнетӳ: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Чарнӑ хостсен йышӗ",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Updating...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Улшӑнӑва ҫирӗплет",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"A network error prevented the resource from being updated.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Реклама",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Вӑрттӑнлӑх",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domains",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Export",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"ublock-custom-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Нумай тӗллевлисем",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Улшӑнӑва ҫирӗплет",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Регионсем, чӗлхесем",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Яланлӑх йӗрке",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Custom",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Вӑхӑтлӑх йӗрке",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Тавӑр",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Кивелнӗ",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Ҫирӗплет",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Юлашки ҫӗнетӳ: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Улӑштар",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Updating...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Упра",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "A network error prevented the resource from being updated.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Discard",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Import from file...",
- "description":""
+ "1pImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Export to file",
- "description":""
+ "1pExport": {
+ "message": "Export",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "ublock-custom-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"List of your dynamic filtering rules.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Улшӑнӑва ҫирӗплет",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Rule syntax: Denne indstilling gør det muligt at analysere og anvende Ablock Plus kompatible “element skjuldende” filtre<\/a>. Disse filtre er essentielt set kosmetiske og har til formål at skjule irriterende visuelle elementer på diverse websider, som det ikke er muligt at blokere på andre måder. <\/p> Denne indstilling øger uBlock₀'s hukommelsesforbrug.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Bloker skrifttyper fra nettet",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignorer fælles kosmetiske filtre",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Fælles kosmetiske filtre er de kosmetiske filtre der er ment til anvendelse på alle websider. \n Selvom uBlock₀ behandler dem effektivt, kan de fælles kosmetiske filtre medføre forøget brug af hukommelse og CPU på nogle websider, specielt de store og længe-åbnede websider.\n Aktiveres denne funktion vil uBlock₀ ikke længere benytte de fælles kosmetiske filtre, hvilket medfører lavere hukommelses- og CPU-forbrug på hver side, samt mindre overordnet hukommelsesforbrug.\n Det anbefales at aktivere denne funktion på mindre kraftfulde enheder.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Brugt plads: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Liste over blokerede værter",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Sidste gendannelse:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Anvend ændringer",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Sidste sikkerhedskopi:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Reklamer",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} netværksfiltre + {{cosmeticFilterCount}} kosmetiske filtre fra:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privatliv",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} brugt af {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domæner",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Opdater filterlister automatisk.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Opdatér nu",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Universalfilter",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Tøm alle caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regioner, sprog",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Analyser og benyt kosmetiske filtre.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Brugerdefineret",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Denne indstilling gør det muligt at analysere og anvende Ablock Plus kompatible “element skjuldende” filtre<\/a>. Disse filtre er essentielt set kosmetiske og har til formål at skjule irriterende visuelle elementer på diverse websider, som det ikke er muligt at blokere på andre måder. <\/p> Denne indstilling øger uBlock₀'s hukommelsesforbrug.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"En URL pr. linje. Linjer der starter med ‘!’ bliver ignoreret. Ugyldige URL'er bliver lydløst ignoreret.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignorer fælles kosmetiske filtre",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"forældet",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Fælles kosmetiske filtre er de kosmetiske filtre der er ment til anvendelse på alle websider. \n Selvom uBlock₀ behandler dem effektivt, kan de fælles kosmetiske filtre medføre forøget brug af hukommelse og CPU på nogle websider, specielt de store og længe-åbnede websider.\n Aktiveres denne funktion vil uBlock₀ ikke længere benytte de fælles kosmetiske filtre, hvilket medfører lavere hukommelses- og CPU-forbrug på hver side, samt mindre overordnet hukommelsesforbrug.\n Det anbefales at aktivere denne funktion på mindre kraftfulde enheder.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Sidste opdatering: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Liste over blokerede værter",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Opdaterer...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Anvend ændringer",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"En netværksfejl forhindrede ressourcen i at blive opdateret.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Reklamer",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Ét filter pr. linje. Et filter kan være et almindeligt værtsnavn, eller et Adblock Plus-kompatibelt filter. Linjer der starter med ‘!’ vil blive ignoreret.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privatliv",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importer og tilføj",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domæner",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Eksportér",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"mine-ublock-statiske-filtre_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Universalfilter",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Anvend ændringer",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regioner, sprog",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Permanente regler",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Brugerdefineret",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Midlertidige regler",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "En URL pr. linje. Linjer der starter med ‘!’ bliver ignoreret. Ugyldige URL'er bliver lydløst ignoreret.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Gendan",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "forældet",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Gør permanent",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Sidste opdatering: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Rediger",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Opdaterer...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Gem",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "En netværksfejl forhindrede ressourcen i at blive opdateret.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Kassér",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Ét filter pr. linje. Et filter kan være et almindeligt værtsnavn, eller et Adblock Plus-kompatibelt filter. Linjer der starter med ‘!’ vil blive ignoreret.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importer fra fil...",
- "description":""
+ "1pImport": {
+ "message": "Importer og tilføj",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Eksporter til fil",
- "description":""
+ "1pExport": {
+ "message": "Eksportér",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"mine-ublock-dynamiske-regler_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "mine-ublock-statiske-filtre_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Liste over dine dynamiske filtreringsregler.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Anvend ændringer",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Regelsyntaks: Diese Option ermöglicht die Analyse und Anwendung von Adblock-Plus-kompatiblen Filtern zum “Verstecken von Elementen”<\/a>. Diese Filter sind grundsätzlich kosmetischer Natur und dienen zum Verstecken von Elementen auf einer Webseite, die als optische Belästigung wahrgenommen werden und nicht von den vorhandenen Filtern geblockt werden können.<\/p> Das Aktivieren dieser Option erhöht den Speicherbedarf von uBlock₀<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Externe Schriftarten blocken",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Generische kosmetische Filter ignorieren",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "CSP-Berichte blockieren",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generische kosmetische Filter sind diejenigen kosmetischen Filter, die für die Anwendung auf allen Webseiten bestimmt sind. Obwohl sie von uBlock₀ effizient verarbeitet werden, können sie dennoch auf einigen Webseiten - insbesondere auf den großen und langlebigen - eine messbare Belastung für Arbeitsspeicher und Prozessor bewirken. Die Aktivierung dieser Option wird diese Mehrbelastung für Speicher und Prozessor auf bestimmten Webseiten durch die Verarbeitung generischer kosmetischer Filter verhindern und auch den von uBlock₀ in Anspruch genommenen Arbeitsspeicher verringern. Es wird empfohlen, diese Option auf weniger leistungsstarken Geräten zu aktivieren.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Verwendeter Speicherplatz: {{value}} Bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Listen blockierter Hostnamen",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Letzte Wiederherstellung:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Änderungen anwenden",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Letztes Backup:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Werbung",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} Netzwerkfilter + {{cosmeticFilterCount}} kosmetische Filter von:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privatsphäre",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} benutzt aus {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Domains mit Schadsoftware",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Automatische Aktualisierung der Filterlisten",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Soziale Netzwerke",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Jetzt aktualisieren",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Verschiedene Zwecke",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Leere alle Cache-Speicher",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regionen, Sprachen",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Kosmetische Filter auswerten und deren Anwendung erzwingen",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Benutzerdefiniert",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Diese Option ermöglicht die Analyse und Anwendung von Adblock-Plus-kompatiblen Filtern zum “Verstecken von Elementen”<\/a>. Diese Filter sind grundsätzlich kosmetischer Natur und dienen zum Verstecken von Elementen auf einer Webseite, die als optische Belästigung wahrgenommen werden und nicht von den vorhandenen Filtern geblockt werden können.<\/p> Das Aktivieren dieser Option erhöht den Speicherbedarf von uBlock₀<\/i>.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Eine URL pro Zeile. Zeilen mit vorangestelltem ‘!’ werden ignoriert. Ungültige URLs werden stillschweigend ignoriert.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Generische kosmetische Filter ignorieren",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"veraltet",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generische kosmetische Filter sind diejenigen kosmetischen Filter, die für die Anwendung auf allen Webseiten bestimmt sind. Obwohl sie von uBlock₀ effizient verarbeitet werden, können sie dennoch auf einigen Webseiten - insbesondere auf den großen und langlebigen - eine messbare Belastung für Arbeitsspeicher und Prozessor bewirken. Die Aktivierung dieser Option wird diese Mehrbelastung für Speicher und Prozessor auf bestimmten Webseiten durch die Verarbeitung generischer kosmetischer Filter verhindern und auch den von uBlock₀ in Anspruch genommenen Arbeitsspeicher verringern. Es wird empfohlen, diese Option auf weniger leistungsstarken Geräten zu aktivieren.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Letzte Aktualisierung: {{ago}}.\nAktualisierung durch Anklicken erzwingen.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Listen blockierter Hostnamen",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Wird aktualisiert …",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Änderungen anwenden",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Ein Netzwerkfehler verhinderte die Aktualisierung der Ressource.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Werbung",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Eine Regel pro Zeile. Eine Regel kann ein einfacher Hostname sein oder ein Adblock Plus-kompatibler Filter. Zeilen mit vorangestelltem ‘!’ werden ignoriert.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privatsphäre",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importieren und anfügen",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Domains mit Schadsoftware",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exportieren",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Belästigungen",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-custom-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Verschiedene Zwecke",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Änderungen anwenden",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regionen, Sprachen",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Permanente Regeln",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Benutzerdefiniert",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Temporäre Regeln",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Eine URL pro Zeile. Zeilen mit vorangestelltem ‘!’ werden ignoriert. Ungültige URLs werden stillschweigend ignoriert.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Rückgängig machen",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "veraltet",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Dauerhaft speichern",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Letzte Aktualisierung: {{ago}}.\nAktualisierung durch Anklicken erzwingen.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Bearbeiten",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Wird aktualisiert …",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Speichern",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Ein Netzwerkfehler verhinderte die Aktualisierung der Ressource.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Verwerfen",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Eine Regel pro Zeile. Eine Regel kann ein einfacher Hostname sein oder ein Adblock Plus-kompatibler Filter. Zeilen mit vorangestelltem ‘!’ werden ignoriert.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Aus einer Datei importieren …",
- "description":""
+ "1pImport": {
+ "message": "Importieren und anfügen",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"In eine Datei exportieren ...",
- "description":""
+ "1pExport": {
+ "message": "Exportieren",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-custom-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Liste deiner dynamischen Filterregeln.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Änderungen anwenden",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Regel-Syntax: Η επιλογή αυτή επιτρέπει την ανάλυση και επιβολή των συμβατών με τα “κρυμμένα στοιχεία” του Adblock Plus φίλτρων<\/a>. Τα φίλτρα αυτά είναι ουσιαστικά κοσμητικά, χρησιμεύουν στην απόκρυψη στοιχείων από μια σελίδα στην οποία θεωρούνται οπτική όχληση και δεν μπορούν να αποκλειστούν με την, βασισμένη σε αιτήματα δικτύου, μηχανή φιλτραρίσματος.<\/p> Η ενεργοποίηση αυτής της λειτουργίας αυξάνει το αποτύπωμα μνήμης του uBlock₀<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Φραγή απομακρυσμένων γραμματοσειρών",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Παράβλεψη γενικών κοσμητικών φίλτρων",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Τα γενικά κοσμητικά φίλτρα είναι εκείνα τα κοσμητικά φίλτρα που εφαρμόζονται σε όλες τις ιστοσελίδες. Αν και γίνεται αποτελεσματική διαχείρισή τους από το uBlock₀, τα γενικά κοσμητικά φίλτρα ενδέχεται να καταναλώσουν σημαντική μνήμη και να υπερφορτώσουν τη CPU σε μερικές ιστοσελίδες, ειδικά για μεγάλες μακροχρόνιες. Η ενεργοποίηση αυτής της επιλογής θα εξαλείψει την υπερφόρτωση μνήμης και CPU στις ιστοσελίδες ως αποτέλεσμα της διαχείρισης γενικών κοσμητικών φίλτρων, ενώ ενδέχεται να μειώσει την κατανάλωση μνήμης του ίδιου του uBlock₀. Προτείνεται η ενεργοποίηση αυτής της επιλογής στις λιγότερο ισχυρές συσκευές.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Αποθηκευτικός χώρος σε χρήση: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Λίστες αποκλεισμένων hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Τελευταία ανάκτηση:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Εφαρμογή αλλαγών",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Τελευταίο αντίγραφο ασφαλείας:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Διαφημίσεις",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} φίλτρα δικτύου+ {{cosmeticFilterCount}} κοσμητικά φίλτρα από:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Ιδιωτικό απόρρητο",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} σε χρήση από {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Τομείς κακόβουλου λογισμικού",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Αυτόματη ενημέρωση λιστών φίλτρων.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Κοινωνικά δίκτυα",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Ενημέρωση τώρα",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Πολλαπλών χρήσεων",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Εκκαθάριση προσωρινής μνήμης κάθε λίστας",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Περιοχές, γλώσσες",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Ανάλυση και επιβολή κοσμητικών φίλτρων.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Προσαρμοσμένη",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Η επιλογή αυτή επιτρέπει την ανάλυση και επιβολή των συμβατών με τα “κρυμμένα στοιχεία” του Adblock Plus φίλτρων<\/a>. Τα φίλτρα αυτά είναι ουσιαστικά κοσμητικά, χρησιμεύουν στην απόκρυψη στοιχείων από μια σελίδα στην οποία θεωρούνται οπτική όχληση και δεν μπορούν να αποκλειστούν με την, βασισμένη σε αιτήματα δικτύου, μηχανή φιλτραρίσματος.<\/p> Η ενεργοποίηση αυτής της λειτουργίας αυξάνει το αποτύπωμα μνήμης του uBlock₀<\/i>.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Ένα URL ανά γραμμή. Γραμμές με το πρόθεμα ‘!’ θα παραβλέπονται. Άκυρα URL θα παρακάμπτονται σιωπηλά.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Παράβλεψη γενικών κοσμητικών φίλτρων",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"ξεπερασμένη",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Τα γενικά κοσμητικά φίλτρα είναι εκείνα τα κοσμητικά φίλτρα που εφαρμόζονται σε όλες τις ιστοσελίδες. Αν και γίνεται αποτελεσματική διαχείρισή τους από το uBlock₀, τα γενικά κοσμητικά φίλτρα ενδέχεται να καταναλώσουν σημαντική μνήμη και να υπερφορτώσουν τη CPU σε μερικές ιστοσελίδες, ειδικά για μεγάλες μακροχρόνιες. Η ενεργοποίηση αυτής της επιλογής θα εξαλείψει την υπερφόρτωση μνήμης και CPU στις ιστοσελίδες ως αποτέλεσμα της διαχείρισης γενικών κοσμητικών φίλτρων, ενώ ενδέχεται να μειώσει την κατανάλωση μνήμης του ίδιου του uBlock₀. Προτείνεται η ενεργοποίηση αυτής της επιλογής στις λιγότερο ισχυρές συσκευές.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Τελευταία ενημέρωση: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Λίστες αποκλεισμένων hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Ενημέρωση...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Εφαρμογή αλλαγών",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Ένα σφάλμα δικτύου εμπόδισε την ενημέρωση του πόρου.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Διαφημίσεις",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Ένα φίλτρο ανά γραμμή. Φίλτρο μπορεί να είναι ένα απλό όνομα κεντρικού υπολογιστή (hostname) ή ένα, συμβατό με το Adblock Plus, φίλτρο. Γραμμές με το πρόθεμα ‘!’ θα παραβλέπονται.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Ιδιωτικό απόρρητο",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Εισαγωγή και προσάρτηση",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Τομείς κακόβουλου λογισμικού",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Εξαγωγή",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Ενοχλήσεις",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"τα-στατικά-ublock-φίλτρα-μου_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Πολλαπλών χρήσεων",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Εφαρμογή αλλαγών",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Περιοχές, γλώσσες",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Μόνιμοι κανόνες",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Προσαρμοσμένη",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Προσωρινοί κανόνες",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Ένα URL ανά γραμμή. Γραμμές με το πρόθεμα ‘!’ θα παραβλέπονται. Άκυρα URL θα παρακάμπτονται σιωπηλά.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Επαναφορά",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "ξεπερασμένη",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Επικύρωση",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Τελευταία ενημέρωση: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Επεξεργασία",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Ενημέρωση...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Αποθήκευση",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Ένα σφάλμα δικτύου εμπόδισε την ενημέρωση του πόρου.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Απόρριψη",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Ένα φίλτρο ανά γραμμή. Φίλτρο μπορεί να είναι ένα απλό όνομα κεντρικού υπολογιστή (hostname) ή ένα, συμβατό με το Adblock Plus, φίλτρο. Γραμμές με το πρόθεμα ‘!’ θα παραβλέπονται.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Εισαγωγή από αρχείο...",
- "description":""
+ "1pImport": {
+ "message": "Εισαγωγή και προσάρτηση",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Εξαγωγή σε αρχείο",
- "description":""
+ "1pExport": {
+ "message": "Εξαγωγή",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"οι-δυναμικοί-ublock-κανόνες-μου_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "τα-στατικά-ublock-φίλτρα-μου_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Λίστα δυναμικών κανόνων φιλτραρίσματος.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Εφαρμογή αλλαγών",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Συντακτικό κανόνων: Ĉi tiu opcio ŝaltas la analizadon kaj eltrudadon de la Adblock Plus-kongruaj “elementokaŝadaj” filtriloj<\/a>. Ĉi tiuj filtriloj estas nur ornama kaj servas por kaŝi elementojn en retpaĝoj kiuj estas opiniite vidaj ĝenaĵoj kaj ne blokeblaj de la reta peta filtrado.<\/p> Ŝalti ĉi tiun trajton pligrandigas la memoruzadon de uBlock₀.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Bloki forajn tiparojn",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignori ĝeneralajn ornamajn filtrilojn",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Uzata konservado: {{value}} bitokoj",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lists of blocked hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Lasta restaŭro:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Apliki ŝanĝojn",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Lasta savkopio:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Reklamoj",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} retaj filtriloj kaj {{cosmeticFilterCount}} ornamaj filtriloj de:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privateco",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} estas uzita de {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Domajno kun fiprogramaro",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Ĝisdatigi listojn de filtriloj aŭtomate.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Interkona retejo",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Ĝisdatigi nun",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Plurcela",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Malplenigi ĉiujn kaŝmemorojn",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regionoj, lingvoj",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Analizi kaj eltrudi ornamajn filtrilojn.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Tajlorita",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Ĉi tiu opcio ŝaltas la analizadon kaj eltrudadon de la Adblock Plus-kongruaj “elementokaŝadaj” filtriloj<\/a>. Ĉi tiuj filtriloj estas nur ornama kaj servas por kaŝi elementojn en retpaĝoj kiuj estas opiniite vidaj ĝenaĵoj kaj ne blokeblaj de la reta peta filtrado.<\/p> Ŝalti ĉi tiun trajton pligrandigas la memoruzadon de uBlock₀.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Unu regulo por ĉiu linio. Prefiksitaj linioj kun ‘!’ estos ignorataj. Nevalidaj ligiloj estos ignorataj silente.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignori ĝeneralajn ornamajn filtrilojn",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"malaktuala",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Lasta ĝisdatigo: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lists of blocked hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Updating...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Apliki ŝanĝojn",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"A network error prevented the resource from being updated.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Reklamoj",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Unu filtrilo por ĉiu linio. Filtrilo povas esti ordinara gastignomo aŭ Adblock Plus-kongrua filtrilo. Prefiksitaj linioj kun ‘!’ estos ignorataj.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privateco",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importi kaj postaldoni",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Domajno kun fiprogramaro",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Eksporti",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"miaj-statikaj-ublock-filtriloj_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Plurcela",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Apliki ŝanĝojn",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regionoj, lingvoj",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Daŭraj reguloj",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Tajlorita",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Nedaŭraj reguloj",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Unu regulo por ĉiu linio. Prefiksitaj linioj kun ‘!’ estos ignorataj. Nevalidaj ligiloj estos ignorataj silente.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Malfari",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "malaktuala",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Apliki",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Lasta ĝisdatigo: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Redakti",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Updating...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Konservi",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "A network error prevented the resource from being updated.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Nuligi",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Unu filtrilo por ĉiu linio. Filtrilo povas esti ordinara gastignomo aŭ Adblock Plus-kongrua filtrilo. Prefiksitaj linioj kun ‘!’ estos ignorataj.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importi el dosiero...",
- "description":""
+ "1pImport": {
+ "message": "Importi kaj postaldoni",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Eksporti al dosiero",
- "description":""
+ "1pExport": {
+ "message": "Eksporti",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"miaj-dinamikaj-ublock-reguloj_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "miaj-statikaj-ublock-filtriloj_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Listo de viaj dinamikaj filtradaj reguloj.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Apliki ŝanĝojn",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Sintakso de reguloj: Esta opción permite el análisis y aplicación de “filtros de ocultación de elementos” compatibles con Adblock Plus\"<\/a>. Estos filtros son esencialmente cosméticos, sirven para ocultar elementos que se consideran una molestia visual en una página web, no siendo posible su eliminación con el motor de bloqueo basado en peticiones.<\/p> Habilitar esta opción aumenta el consumo de memoria de uBlock₀<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Bloquear fuentes remotas",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignorar los filtros cosméticos genéricos",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Bloquear reportes CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Los filtros cosméticos genéricos son aquellos filtros cosméticos que aplican a todas las páginas. Aunque uBlock₀ los gestiona de forma eficiente, estos filtros pueden contribuir a un aumento del uso de la memoria y la CPU en algunas páginas web, especialmente si contienen gran cantidad de contenido. Al habilitar esta opción se disminuirá el uso de la CPU y exceso de uso de la memoria que resulta del procesamiento de los filtros cosméticos genéricos, así como el consumo de memoria de uBlock₀. Se recomienda habilitar esta opción para dispositivos poco potentes.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Almacenamiento usado: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lista de servidores bloqueados",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Última restauración:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Aplicar cambios",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Último respaldo:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Anuncios",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} filtros de red y {{cosmeticFilterCount}} filtros cosméticos de:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privacidad",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} de {{total}} utilizados",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Dominios de malware",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Actualizar automáticamente la lista de filtros.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Actualizar ahora",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Multiusos",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Vaciar todas las memorias caché",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regiones, idiomas",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Analizar y aplicar filtros cosméticos.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Personalizada",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Esta opción permite el análisis y aplicación de “filtros de ocultación de elementos” compatibles con Adblock Plus\"<\/a>. Estos filtros son esencialmente cosméticos, sirven para ocultar elementos que se consideran una molestia visual en una página web, no siendo posible su eliminación con el motor de bloqueo basado en peticiones.<\/p> Habilitar esta opción aumenta el consumo de memoria de uBlock₀<\/i>.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Una URL por línea. Las líneas que empiezan con ‘!’ serán ignoradas. Se omitirán las URL no válidas.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignorar los filtros cosméticos genéricos",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Desactualizado.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Los filtros cosméticos genéricos son aquellos filtros cosméticos que aplican a todas las páginas. Aunque uBlock₀ los gestiona de forma eficiente, estos filtros pueden contribuir a un aumento del uso de la memoria y la CPU en algunas páginas web, especialmente si contienen gran cantidad de contenido. Al habilitar esta opción se disminuirá el uso de la CPU y exceso de uso de la memoria que resulta del procesamiento de los filtros cosméticos genéricos, así como el consumo de memoria de uBlock₀. Se recomienda habilitar esta opción para dispositivos poco potentes.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Última actualización: {{ago}}.\nHaz clic para actualizar ahora.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lista de servidores bloqueados",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Actualizando...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Aplicar cambios",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Un error de red impide que se actualicen los recursos.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Anuncios",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Un filtro por línea. Los filtros pueden ser un nombre de servidor, o un filtro compatible con Adblock Plus. Las líneas que comiencen con ‘!’ serán ignoradas.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privacidad",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importar y anexar",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Dominios de malware",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exportar",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Elementos molestos",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"ublock-mis-filtros-estaticos_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Multiusos",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Aplicar cambios",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regiones, idiomas",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Reglas permanentes",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Personalizada",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Reglas temporales",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Una URL por línea. Las líneas que empiezan con ‘!’ serán ignoradas. Se omitirán las URL no válidas.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Revertir",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Desactualizado.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Establecer",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Última actualización: {{ago}}.\nHaz clic para actualizar ahora.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Editar",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Actualizando...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Guardar",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Un error de red impide que se actualicen los recursos.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Descartar",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Un filtro por línea. Los filtros pueden ser un nombre de servidor, o un filtro compatible con Adblock Plus. Las líneas que comiencen con ‘!’ serán ignoradas.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importar desde archivo...",
- "description":""
+ "1pImport": {
+ "message": "Importar y anexar",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Exportar a archivo",
- "description":""
+ "1pExport": {
+ "message": "Exportar",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"ublock-mis-reglas-dinamicas_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "ublock-mis-filtros-estaticos_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Listado de sus reglas de filtrado dinámico.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Aplicar cambios",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Sintaxis de las reglas: See valik lubab Adblock Plusiga ühilduvate “elemente peitvate” filtrite<\/a> lubamist. Need filtrid parandavad lehtede välimust, peites elemente, mida ei blokeerita võrgupäringutel põhinevate filtritega.<\/p> Selle valiku lubamine suurendab uBlock₀<\/i>'i mälu kasutavust.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Keela välised fondid",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Eira üldiseid ilufiltreid.",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Keela lehe turvareeglite (CSP-de) aruanded",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Üldised ilufiltrid on need ilufiltrid, mis töötavad kõikidel veebisaitidel. Kuigi uBlock₀ käsitleb neid tõhusalt, võivad üldised ilufiltrid siiski tarbida küllaltki palju mälu ja protsessori ressursse teatud veebisaitidel, eriti suurte ja kaua eksisteerivate puhul. Selle valiku lubamine vähendab üldiste ilufiltrite kasutamisest tulenevat mälu ja protsessori koormust ning vähendab ka uBlock₀i mälu tarbimist. Selle valiku lubamine on soovitatav vähem võimekates seadmetes.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Mahtu kasutatud: {{value}} baiti",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Blokeeritud domeenide loendid",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Viimane taastus:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Kinnita muudatused",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Viimane varundus:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Reklaamid",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} võrgufiltrit + {{cosmeticFilterCount}} ilufiltrit:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privaatsus",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "kasutusel {{used}}\/{{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Pahavara domeenid",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Uuenda filtrite loendeid automaatselt.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Sotsiaalsed",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Uuenda kohe",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Mitmeotstarbelised",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Tühjenda kõik vahemälud",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regioonid, keeled",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Tuvasta ja rakenda ilufiltrid.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Kohandatud",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " See valik lubab Adblock Plusiga ühilduvate “elemente peitvate” filtrite<\/a> lubamist. Need filtrid parandavad lehtede välimust, peites elemente, mida ei blokeerita võrgupäringutel põhinevate filtritega.<\/p> Selle valiku lubamine suurendab uBlock₀<\/i>'i mälu kasutavust.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Üks URL rea kohta, märgiga ‘!’ algavaid ridu eiratakse. Vigased URLid jäetakse vahele.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Eira üldiseid ilufiltreid.",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"vananenud",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Üldised ilufiltrid on need ilufiltrid, mis töötavad kõikidel veebisaitidel. Kuigi uBlock₀ käsitleb neid tõhusalt, võivad üldised ilufiltrid siiski tarbida küllaltki palju mälu ja protsessori ressursse teatud veebisaitidel, eriti suurte ja kaua eksisteerivate puhul. Selle valiku lubamine vähendab üldiste ilufiltrite kasutamisest tulenevat mälu ja protsessori koormust ning vähendab ka uBlock₀i mälu tarbimist. Selle valiku lubamine on soovitatav vähem võimekates seadmetes.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Viimane uuendus: {{ago}}.\nUuendamiseks vajutage.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Blokeeritud domeenide loendid",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Uuendamine...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Kinnita muudatused",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Ressursi uuendamist takistas võrgu viga.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Reklaamid",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Üks filter rea kohta, filtriks võib olla tavaline domeenilist või Adblock Plusiga-ühilduv filter. Märgiga ‘!’ algavaid ridu eiratakse.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privaatsus",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Impordi ja lisa",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Pahavara domeenid",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Ekspordi",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Tüütused",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"minu-ublocki-staatilised-filtrid_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Mitmeotstarbelised",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Kinnita muudatused",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regioonid, keeled",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Igavesed reeglid",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Kohandatud",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Ajutised reeglid",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Üks URL rea kohta, märgiga ‘!’ algavaid ridu eiratakse. Vigased URLid jäetakse vahele.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Ennista",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "vananenud",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Rakenda",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Viimane uuendus: {{ago}}.\nUuendamiseks vajutage.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Muuda",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Uuendamine...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Salvesta",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Ressursi uuendamist takistas võrgu viga.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Tühista",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Üks filter rea kohta, filtriks võib olla tavaline domeenilist või Adblock Plusiga-ühilduv filter. Märgiga ‘!’ algavaid ridu eiratakse.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Impordi failist...",
- "description":""
+ "1pImport": {
+ "message": "Impordi ja lisa",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Ekspordi faili",
- "description":""
+ "1pExport": {
+ "message": "Ekspordi",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"minu-ublocki-dünaamilised-reeglid_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "minu-ublocki-staatilised-filtrid_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Sinu dünaamiliste filtrite reeglide nimekiri.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Kinnita muudatused",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Reegli süntaks: Aukera honek Adblock Plusekin bateragarriak diren “elementuak ezkutatzeko” iragazkiak<\/a> prozesatzea eta ezartzea gaitzen du. Iragazki hauek nagusiki kosmetikoak dira, web orri batean itsusitzat jo diren eta sare iragazkien bidez blokeatzerik ez dauden elementuak ezkutatzeko balio dute.<\/p> Ezaugarri hau gaitzeak uBlock₀en memoria erabilera handitzen du.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Blokeatu urruneko letra-tipoak",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ezikusi iragazki kosmetiko orokorrak",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Iragazki kosmetiko orokorrak webgune guztietan aplikatzeko sortu diren iragazki kosmetikoak dira. uBlock₀ aplikazioak ongi kudeatzen baditu ere iragazki kosmetiko orokorrek wegune batzuetan memoria edo PUZ erabilera nabarmena ekar dezakete handiak eta antzinakoak diren horietan gehienbat. Aukera hau gaituz iragazki kosmetiko orokorren erabileraren ondoriozko memoria eta PUZ erabilera gehigarria sahiestuko da, eta baita uBlock₀ beraren memoria erabilera gutxiagotu. Ahalmen gutxiagoko gailuetan aukera hau gaitzea aholkatzen da.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Erabilitako biltegiratzea: {{value}} byte",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lists of blocked hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Azken berreskuratzea:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Aplikatu aldaketak",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Azken babeskopia:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Iragarkiak",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} sare iragazki + {{cosmeticFilterCount}} iragazki kosmetiko hemendik:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Pribatutasuna",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} erabilita, guztira {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domeinuak",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Automatikoki eguneratu iragazkien zerrenda.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Gizarte sareak",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Eguneratu orain",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Helburu anitzekoak",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Garbitu cache guztiak",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Eskualdeak, hizkuntzak",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Prozesatu eta ezarri iragazki kosmetikoak.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Pertsonala",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Aukera honek Adblock Plusekin bateragarriak diren “elementuak ezkutatzeko” iragazkiak<\/a> prozesatzea eta ezartzea gaitzen du. Iragazki hauek nagusiki kosmetikoak dira, web orri batean itsusitzat jo diren eta sare iragazkien bidez blokeatzerik ez dauden elementuak ezkutatzeko balio dute.<\/p> Ezaugarri hau gaitzeak uBlock₀en memoria erabilera handitzen du.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"URL bat lerroko. Hasieran ‘’ duten lerroak ezikusiko dira. Baliogabeko URLak isilean ezikusiko dira.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ezikusi iragazki kosmetiko orokorrak",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Zaharkituta.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Iragazki kosmetiko orokorrak webgune guztietan aplikatzeko sortu diren iragazki kosmetikoak dira. uBlock₀ aplikazioak ongi kudeatzen baditu ere iragazki kosmetiko orokorrek wegune batzuetan memoria edo PUZ erabilera nabarmena ekar dezakete handiak eta antzinakoak diren horietan gehienbat. Aukera hau gaituz iragazki kosmetiko orokorren erabileraren ondoriozko memoria eta PUZ erabilera gehigarria sahiestuko da, eta baita uBlock₀ beraren memoria erabilera gutxiagotu. Ahalmen gutxiagoko gailuetan aukera hau gaitzea aholkatzen da.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Azken eguneraketa: {{ago}}.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lists of blocked hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Eguneratzen...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Aplikatu aldaketak",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Sare errore batek baliabidea eguneratzea eragotzi du.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Iragarkiak",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Iragazki bat lerroko. Iragazkia hostalari izen soila izan daiteke, edo Adblock Plusekin bateragarria den iragazki bat. Hasieran ‘’ duten lerroak ezikusiko dira.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Pribatutasuna",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Inportatu eta gehitu",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domeinuak",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Esportatu",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Eragozpenak",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"nire-ublock-iragazki-estatikoak_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Helburu anitzekoak",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Aplikatu aldaketak",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Eskualdeak, hizkuntzak",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Behin betiko arauak",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Pertsonala",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Behin behineko arauak",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "URL bat lerroko. Hasieran ‘’ duten lerroak ezikusiko dira. Baliogabeko URLak isilean ezikusiko dira.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Baztertu",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Zaharkituta.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Behin betiko bihurtu",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Azken eguneraketa: {{ago}}.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Aldatu",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Eguneratzen...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Gorde",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Sare errore batek baliabidea eguneratzea eragotzi du.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Baztertu",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Iragazki bat lerroko. Iragazkia hostalari izen soila izan daiteke, edo Adblock Plusekin bateragarria den iragazki bat. Hasieran ‘’ duten lerroak ezikusiko dira.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Inportatu fitxategitik...",
- "description":""
+ "1pImport": {
+ "message": "Inportatu eta gehitu",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Esportatu fitxategira",
- "description":""
+ "1pExport": {
+ "message": "Esportatu",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"nire-ublock-arau-dinamikoak_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "nire-ublock-iragazki-estatikoak_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Zure iragazki dinamikoen arau zerrenda.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Aplikatu aldaketak",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Arauen sintaxia: این گزینه Adblock Plus-compatible “element hiding” filters<\/a> را تجزیه و اجرا میکند. این فیلتر ها اساساً فنی هستند، آنها اشیاء موجود در صفحه وب را که مزاحم تلقی میشوند و با موتور فیلترینگ شبکه قابل بلاک کردن نیستند را حذف میکنند.<\/p> فعال کردن این قابلیت مصرف حافظه ی uBlock<\/i>را افزایش میدهد.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "انسداد فونت های از راه دور",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignore generic cosmetic filters",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "فضای مصرفی: {{value}} بایت",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"فهرست میزبان های مسدود شده",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "آخرین بازیابی:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"اعمال تغییرات",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "آخرین پشتیبانی:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"تبلیغات",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} فیلتر های شبکه + {{cosmeticFilterCount}} فرم های فیلتر انتخابی:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"حریم خصوصی",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "تعداد {{used}} از {{total}} مورد استفاده شده",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"دامنه های مخرب",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "بروز رسانی خودکار لیست فیلتر.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"اجتماعی",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "اکنون به روز رسانی شود",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"چند منظوره",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "پاکسازی تمام انبارها",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"مناطق، زبانها",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "تجزیه و اجرای فیلترهای انتخابی.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"سفارشی",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " این گزینه Adblock Plus-compatible “element hiding” filters<\/a> را تجزیه و اجرا میکند. این فیلتر ها اساساً فنی هستند، آنها اشیاء موجود در صفحه وب را که مزاحم تلقی میشوند و با موتور فیلترینگ شبکه قابل بلاک کردن نیستند را حذف میکنند.<\/p> فعال کردن این قابلیت مصرف حافظه ی uBlock<\/i>را افزایش میدهد.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"هر آدرس در یک خط. خطوطی با پیشوند ‘!’ در نظر گرفته نمیشوند. آدرس های نامعتبر نیز در سکوت نادیده گرفته میشوند.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignore generic cosmetic filters",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"منقضی شده",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"آخرین به روز رسانی: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "فهرست میزبان های مسدود شده",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"درحال بروزرسانی...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "اعمال تغییرات",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"یک خطای شبکه از بروزشدن منابع جلوگیری کرد.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "تبلیغات",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"یک فیلتر در هر خط. یک فیلتر می تواند آدرس هاست ساده یا فیلتر سازگار با Adblock plus باشد. خطوط با پیشوند ‘!’ نادیده گرفته می شوند.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "حریم خصوصی",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"وارد کردن و الحاق",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "دامنه های مخرب",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"خروجي گرفتن",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "چند منظوره",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"اعمال تغییرات",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "مناطق، زبانها",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"قوانین دائمی",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "سفارشی",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"قوانین موقت",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "هر آدرس در یک خط. خطوطی با پیشوند ‘!’ در نظر گرفته نمیشوند. آدرس های نامعتبر نیز در سکوت نادیده گرفته میشوند.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"بازگرداندن",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "منقضی شده",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"ذخیره در منبع",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "آخرین به روز رسانی: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"ویرایش",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "درحال بروزرسانی...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"ذخيره",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "یک خطای شبکه از بروزشدن منابع جلوگیری کرد.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"لغو",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "یک فیلتر در هر خط. یک فیلتر می تواند آدرس هاست ساده یا فیلتر سازگار با Adblock plus باشد. خطوط با پیشوند ‘!’ نادیده گرفته می شوند.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"وارد کردن از فایل...",
- "description":""
+ "1pImport": {
+ "message": "وارد کردن و الحاق",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"خروجی گرفتن به فایل...",
- "description":""
+ "1pExport": {
+ "message": "خروجي گرفتن",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"لیست قوانین فیلترینگ پویای شما.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "اعمال تغییرات",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"نحوه استفاده: Tämä asetus ottaa käyttöön Adblock Plus-yhteensopivat “elementtejä piilottavat” suodattimet<\/a>. Nämä suodattimet ovat pääasiassa ehosteita. Ne piilottavat verkkosivuilta elementtejä, jotka ovat visuaalisesti häiritseviä eikä niitä voi estää verkkopyyntöihin pohjautuvalla suodatinmoottorilla. <\/p> Tämä ominaisuus nostaa uBlock₀<\/i>in muistinkäyttöä.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Estä etäladattavat kirjasimet",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Jätä huomioitta geneeriset kosmeettiset suodattimet",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Estä CSP-raportit",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Yleiset kosmeettiset suotimet ovat ne kosmeettiset suotimet joiden on tarkoitus päteä kaikkiin web-sivustoihin. Vaikka uBlock₀ käsittelee ne tehokkaasti, yleiset kosmeettiset suotimet voivat silti lisätä mitattavaa muisti- ja CPU-ylikuormitusta joillakin web-sivuilla, erityisesti suurilla ja pitkäikäisillä sivuilla. Tämän valinnan salliminen karsii pois web-sivuille lisätyn muisti- ja CPU-ylikuormituksen joka aiheutuu yleisten kosmeettisten suotimien käsittelystä, ja alentaa myös uBlock₀ sovelluksen muisti-jalanjälkeä. On suositeltavaa sallia tämä vaihtoehto vähemmän tehokkailla laitteilla.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Tilaa käytetty: {{value}} tavua",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lista estetyistä isännistä",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Viimeisin palautus:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Vahvista muutokset",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Viimeisin varmuuskopio:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Mainokset",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} verkkosuodatinta ja {{cosmeticFilterCount}} kosmeettista suodatinta kohteesta:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Tietosuoja",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "käytetty {{used}}\/{{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domains",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Päivitä suodatinlista automaattisesti.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Sosiaalinen",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Päivitä",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Monikäyttöinen",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Tyhjennä välimuisti",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Alueet, kielet",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Jäsennä ja pakota käyttöön kosmeettiset suodattimet.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Mukautettu",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Tämä asetus ottaa käyttöön Adblock Plus-yhteensopivat “elementtejä piilottavat” suodattimet<\/a>. Nämä suodattimet ovat pääasiassa ehosteita. Ne piilottavat verkkosivuilta elementtejä, jotka ovat visuaalisesti häiritseviä eikä niitä voi estää verkkopyyntöihin pohjautuvalla suodatinmoottorilla. <\/p> Tämä ominaisuus nostaa uBlock₀<\/i>in muistinkäyttöä.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Yksi URL-osoite kullekin riville. Rivit, joiden alussa on ‘!’, jätetään huomiotta. Epäkelvot osoitteet ohitetaan ilman ilmoitusta.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Jätä huomioitta geneeriset kosmeettiset suodattimet",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"vanhentunut",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Yleiset kosmeettiset suotimet ovat ne kosmeettiset suotimet joiden on tarkoitus päteä kaikkiin web-sivustoihin. Vaikka uBlock₀ käsittelee ne tehokkaasti, yleiset kosmeettiset suotimet voivat silti lisätä mitattavaa muisti- ja CPU-ylikuormitusta joillakin web-sivuilla, erityisesti suurilla ja pitkäikäisillä sivuilla. Tämän valinnan salliminen karsii pois web-sivuille lisätyn muisti- ja CPU-ylikuormituksen joka aiheutuu yleisten kosmeettisten suotimien käsittelystä, ja alentaa myös uBlock₀ sovelluksen muisti-jalanjälkeä. On suositeltavaa sallia tämä vaihtoehto vähemmän tehokkailla laitteilla.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Viimeisin päivitys: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lista estetyistä isännistä",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Päivitetään...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Vahvista muutokset",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Verkkovirhe esti resurssin päivittämisen.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Mainokset",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Yksi suodatin kullekin riville. Suodatin voi olla pelkkä osoite tai Adblock Plus -yhteensopiva suodatin. Rivit, joiden alussa on ‘!’, jätetään huomiotta.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Tietosuoja",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Tuo ja liitä loppuun",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domains",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Vie",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Harmit",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"staattiset-ublock-suodattimeni_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Monikäyttöinen",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Vahvista muutokset",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Alueet, kielet",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Pysyvät säännöt",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Mukautettu",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Väliaikaiset säännöt",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Yksi URL-osoite kullekin riville. Rivit, joiden alussa on ‘!’, jätetään huomiotta. Epäkelvot osoitteet ohitetaan ilman ilmoitusta.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Kumoa",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "vanhentunut",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Lähetä",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Viimeisin päivitys: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Muokkaa",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Päivitetään...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Tallenna",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Verkkovirhe esti resurssin päivittämisen.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Hylkää",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Yksi suodatin kullekin riville. Suodatin voi olla pelkkä osoite tai Adblock Plus -yhteensopiva suodatin. Rivit, joiden alussa on ‘!’, jätetään huomiotta.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Tuo tiedostosta...",
- "description":""
+ "1pImport": {
+ "message": "Tuo ja liitä loppuun",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Vie tiedostoon...",
- "description":""
+ "1pExport": {
+ "message": "Vie",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"dynaamiset-ublock-saantoni_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "staattiset-ublock-suodattimeni_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Lista dynaamisista suodatussäännöistäsi.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Vahvista muutokset",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Säännön syntaksi: This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Block remote fonts",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignore generic cosmetic filters",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Storage used: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lists of blocked hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Last restore:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Isumite ang mga pagbabago",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Last backup:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Ads",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Pribado",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} used out of {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Mga Malware domains",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Auto-update filter lists",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Update now",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Multipurpose",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Purge all caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regions, languages",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Parse and enforce cosmetic filters",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Custom",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignore generic cosmetic filters",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Out of date.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Last update: {{ago}}.\nClick to force an update.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lists of blocked hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Updating...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Isumite ang mga pagbabago",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"A network error prevented the resource from being updated.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Ads",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Pribado",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"I-Import at idugtong",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Mga Malware domains",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"I-Export",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Multipurpose",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Apply changes",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regions, languages",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Permanent rules",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Custom",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Temporary rules",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Revert",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Out of date.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Commit",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Last update: {{ago}}.\nClick to force an update.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Edit",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Updating...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Save",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "A network error prevented the resource from being updated.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Discard",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Import from file...",
- "description":""
+ "1pImport": {
+ "message": "I-Import at idugtong",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Export to file",
- "description":""
+ "1pExport": {
+ "message": "I-Export",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"List of your dynamic filtering rules.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Isumite ang mga pagbabago",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Rule syntax: Cette option permet de prendre en charge les filtres Adblock Plus de type “element hiding”<\/a>. Ces filtres ont principalement un impact visuel, servant à dissimuler des éléments nuisibles d'une page Web et qui ne sont pas blocables par le filtrage standard.<\/p> L'activation de cette fonctionnalité augmente l'empreinte mémoire de uBlock₀.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Bloquer les polices d'écriture distantes",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignorer les filtres esthétiques génériques",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Bloquer les rapports CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Les filtres esthétiques génériques sont des filtres esthétiques conçus pour être appliqués sur tous les sites Web. Bien qu'ils soient pris en charge efficacement par uBlock₀, les filtres esthétiques génériques restent susceptibles de consommer des ressources supplémentaires en mémoire vive & en processeur central sur certaines pages Web, tout particulièrement ceux de grandes taille & longévité. Ignorer ce type de filtrage esthétique réduira l'utilisation supplémentaire en RAM & en CPU sur les pages Web, diminuant également l'empreinte mémoire d'uBlock₀. Il est recommandé d'activer ce paramètre sur des appareils modestes.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Espace de stockage utilisé : {{value}} octet(s)",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Listes prédéfinies d'hôtes à bloquer",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Date de la dernière restauration :",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Appliquer",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Date de la dernière sauvegarde :",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Publicités",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} filtre(s) réseau et {{cosmeticFilterCount}} filtre(s) esthétique(s) sont actuellement en vigueur :",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Confidentialité",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} utilisé(s) sur un total de {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Domaines malveillants",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Mettre à jour les listes de filtres sélectionnées automatiquement",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Réseaux sociaux",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Mettre à jour maintenant",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Tout usage",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Vider tous les caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Régions, langages",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Utiliser en plus les règles esthétiques",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Vos propres listes",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Cette option permet de prendre en charge les filtres Adblock Plus de type “element hiding”<\/a>. Ces filtres ont principalement un impact visuel, servant à dissimuler des éléments nuisibles d'une page Web et qui ne sont pas blocables par le filtrage standard.<\/p> L'activation de cette fonctionnalité augmente l'empreinte mémoire de uBlock₀.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Une adresse Web par ligne. Les lignes débutant par un ‘!’ seront ignorées. Les adresses Web invalides seront ignorées sans avertissement.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignorer les filtres esthétiques génériques",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Obsolète",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Les filtres esthétiques génériques sont des filtres esthétiques conçus pour être appliqués sur tous les sites Web. Bien qu'ils soient pris en charge efficacement par uBlock₀, les filtres esthétiques génériques restent susceptibles de consommer des ressources supplémentaires en mémoire vive & en processeur central sur certaines pages Web, tout particulièrement ceux de grandes taille & longévité. Ignorer ce type de filtrage esthétique réduira l'utilisation supplémentaire en RAM & en CPU sur les pages Web, diminuant également l'empreinte mémoire d'uBlock₀. Il est recommandé d'activer ce paramètre sur des appareils modestes.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Dernière mise à jour effectuée : {{ago}}\nCliquez pour forcer la mise à jour",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Listes prédéfinies d'hôtes à bloquer",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Mise à jour en cours...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Appliquer",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Une erreur réseau a empêché la mise à jour de la ressource.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Publicités",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Une règle par ligne. Une règle peut être un simple nom d'hôte, ou encore un filtre respectant la syntaxe des filtres Adblock Plus. Les lignes débutant par ‘!’ seront ignorées.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Confidentialité",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importer",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Domaines malveillants",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exporter",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Nuisances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"mes-filtres-statiques-ublock_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Tout usage",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Appliquer",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Régions, langages",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Règles permanentes",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Vos propres listes",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Règles temporaires",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Une adresse Web par ligne. Les lignes débutant par un ‘!’ seront ignorées. Les adresses Web invalides seront ignorées sans avertissement.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Rétablir",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Obsolète",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Appliquer",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Dernière mise à jour effectuée : {{ago}}\nCliquez pour forcer la mise à jour",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Éditer",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Mise à jour en cours...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Enregistrer",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Une erreur réseau a empêché la mise à jour de la ressource.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Annuler",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Une règle par ligne. Une règle peut être un simple nom d'hôte, ou encore un filtre respectant la syntaxe des filtres Adblock Plus. Les lignes débutant par ‘!’ seront ignorées.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importer à partir du fichier",
- "description":""
+ "1pImport": {
+ "message": "Importer",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Exporter vers un fichier",
- "description":""
+ "1pExport": {
+ "message": "Exporter",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"mes-regles-de-filtrage-dynamique-ublock_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "mes-filtres-statiques-ublock_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Liste de vos règles de filtrage dynamique",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Appliquer",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Syntaxe : Dizze opsje skeakelt it ynlêzen en tapassen fan Adblock Plus-kompatibele “element hiding”-filters<\/a> yn. Dizze filters binne suver kosmetysk: se ferstopje eleminten yn de webside dy't fisueel steurend wêze kinne en kinne dus net blokkearre wurde troch de op netfersiken basearre filtermasine.<\/p> It ynskeakeljen fan dizze funksje ferheget it ûnthâldgebrûk fan uBlock₀.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Eksterne lettertypen blokkearje",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Algemiene kosmetyske filters negearje",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "CSP-rapporten blokkearje",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Algemiene kosmetyske filters binne dy kosmetyske filters dy't bedoeld binne om op alle websites tapast te wurden. Hoewol't se effisjint troch uBlock₀ ferwurke wurde, kinne algemiene kosmetyske filters op guon websiden dochs bydrage oan mjitbere ûnthâld- en cpu-oerhead, mei nammen op grutte siden en dy't mei in lange libbensdoer. It ynskeakeljen fan dizze opsje eliminearret de oan websiden tafoege ûnthâld- en cpu-oerhead as gefolch fan it ferwurkjen fan algemiene kosmetyske filters, en ferleget ek it ûnthâldgebrûk fan uBlock₀ sels. It wurdt oanrekommandearre dizze opsje op minder krêftige apparaten yn te skeakeljen.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Brûkte ûnthâldromte: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"List fan blokkearre hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Lêste werstel:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Wizigingen tapasse",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Lêste reservekopy:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Advertinsjes",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} netwurkfilters + {{cosmeticFilterCount}} kosmetyske filters fan:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privacy",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} gebrûk fan {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malwaredomeinen",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Filterlisten automatysk fernije.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Sosjaal",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "No fernije",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Multifunksjoneel",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Alle buffers leegje",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Gebieden, talen",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Kosmetyske filters ynlêze en tapasse.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Oanpast",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Dizze opsje skeakelt it ynlêzen en tapassen fan Adblock Plus-kompatibele “element hiding”-filters<\/a> yn. Dizze filters binne suver kosmetysk: se ferstopje eleminten yn de webside dy't fisueel steurend wêze kinne en kinne dus net blokkearre wurde troch de op netfersiken basearre filtermasine.<\/p> It ynskeakeljen fan dizze funksje ferheget it ûnthâldgebrûk fan uBlock₀.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Ien URL per rigel. Rigels begjinnend mei ‘!’ wurde negearre. Unjildige URL's wurde stil negearre.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Algemiene kosmetyske filters negearje",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Ferâldere.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Algemiene kosmetyske filters binne dy kosmetyske filters dy't bedoeld binne om op alle websites tapast te wurden. Hoewol't se effisjint troch uBlock₀ ferwurke wurde, kinne algemiene kosmetyske filters op guon websiden dochs bydrage oan mjitbere ûnthâld- en cpu-oerhead, mei nammen op grutte siden en dy't mei in lange libbensdoer. It ynskeakeljen fan dizze opsje eliminearret de oan websiden tafoege ûnthâld- en cpu-oerhead as gefolch fan it ferwurkjen fan algemiene kosmetyske filters, en ferleget ek it ûnthâldgebrûk fan uBlock₀ sels. It wurdt oanrekommandearre dizze opsje op minder krêftige apparaten yn te skeakeljen.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Lêste fernijing: {{ago}}.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "List fan blokkearre hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Fernijt…",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Wizigingen tapasse",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"In netwurkflater hat opkeard dat de boarne bywurke waard.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Advertinsjes",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Ien filter per rigel. Ien filter kin in gewoane hostnamme of ien Adblock Plus-kompatibel filter wêze. Rigels begjinnend mei ‘!’ wurde negearre.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privacy",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Ymportearje en tafoegje",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malwaredomeinen",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Eksportearje",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Ungeriif",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"myn-ublock-statyske-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Multifunksjoneel",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Wizigingen tapasse",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Gebieden, talen",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Permaninte rigels",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Oanpast",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Tydlike rigels",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Ien URL per rigel. Rigels begjinnend mei ‘!’ wurde negearre. Unjildige URL's wurde stil negearre.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Tebeksette",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Ferâldere.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Tapasse",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Lêste fernijing: {{ago}}.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Bewurkje",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Fernijt…",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Bewarje",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "In netwurkflater hat opkeard dat de boarne bywurke waard.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Annulearje",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Ien filter per rigel. Ien filter kin in gewoane hostnamme of ien Adblock Plus-kompatibel filter wêze. Rigels begjinnend mei ‘!’ wurde negearre.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Ut bestân ymportearje…",
- "description":""
+ "1pImport": {
+ "message": "Ymportearje en tafoegje",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Nei bestân eksportearje",
- "description":""
+ "1pExport": {
+ "message": "Eksportearje",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"myn-ublock-dynamyske-rigels_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "myn-ublock-statyske-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"List fan jo dynamyske filterrigels.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Wizigingen tapasse",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Rigelsyntaks: Esta opción permitirache a análise e a aplicación de “filtros de ocultación de elementos” compatibles co Adblock Plus<\/a>. \nEstes filtros sonche sobre todo cosméticos, serven para agochar elementos visualmente molestos nunha determinada páxina, non sendo posible a súa eliminación cun motor de bloqueo baseado en peticións.<\/p> Activar esta opción incrementará o uso de memoria do uBlock₀<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Bloquear fontes remotas",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignorar os filtros cosméticos xenéricos",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Os filtros cosméticos xenéricos estanche pensados para seren aplicados en todas as páxinas. Aínda que o uBlock₀ os xestiona dun xeito eficiente, algúns deles precisan de altas cantidades de memoria e sobreemprego da CPU, especialmente nas páxinas grandes e nas máis duradeiras. Activar esta opción suprimirá os requerimentos de memoria e CPU por causa destes filtros cosméticos xenéricos, así como reducirá a cantidade de memoria ocupada polo uBlock₀ mesmo. Recomendámosche activar esta opción sobre todo nos dispositivos menos potentes.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Almacenamento empregado: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lista dos servidores bloqueados",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Última recuperación:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Aplicar os cambios",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Última copia de seguridade:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Anuncios",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} filtros de rede + {{cosmeticFilterCount}} filtros cosméticos:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privacidade",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "Empregados {{used}} de {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Dominios de malware<\/i>",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Actualización automática das listas de filtros.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Actualizar agora",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Multipropósito",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Vaciar todas as cachés",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Rexións, linguaxes",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Analizar e aplicar filtros cosméticos.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Personalizado",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Esta opción permitirache a análise e a aplicación de “filtros de ocultación de elementos” compatibles co Adblock Plus<\/a>. \nEstes filtros sonche sobre todo cosméticos, serven para agochar elementos visualmente molestos nunha determinada páxina, non sendo posible a súa eliminación cun motor de bloqueo baseado en peticións.<\/p> Activar esta opción incrementará o uso de memoria do uBlock₀<\/i>.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Un enderezo por liña. As liñas prefixadas con ‘!’ seranche ignoradas, así como os enderezos inválidos.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignorar os filtros cosméticos xenéricos",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Desactualizada.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Os filtros cosméticos xenéricos estanche pensados para seren aplicados en todas as páxinas. Aínda que o uBlock₀ os xestiona dun xeito eficiente, algúns deles precisan de altas cantidades de memoria e sobreemprego da CPU, especialmente nas páxinas grandes e nas máis duradeiras. Activar esta opción suprimirá os requerimentos de memoria e CPU por causa destes filtros cosméticos xenéricos, así como reducirá a cantidade de memoria ocupada polo uBlock₀ mesmo. Recomendámosche activar esta opción sobre todo nos dispositivos menos potentes.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Última actualización: {{ago}}\nFai click para forzar a actualización.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lista dos servidores bloqueados",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Actualizando...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Aplicar os cambios",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Un erro de rede está a impedir que se actualicen os recursos.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Anuncios",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Un filtro por cada liña. O filtro pode ser un nome de servidor, ou un filtro compatible co Adblock Plus. As liñas que comecen con ‘!’ seranche ignoradas.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privacidade",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importar e anexar",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Dominios de malware<\/i>",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exportar",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"o-meu-ublock-filtros-estaticos_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Multipropósito",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Aplicar cambios",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Rexións, linguaxes",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Regras permanentes",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Personalizado",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Regras temporais",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Un enderezo por liña. As liñas prefixadas con ‘!’ seranche ignoradas, así como os enderezos inválidos.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Reverter",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Desactualizada.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Estabelecer",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Última actualización: {{ago}}\nFai click para forzar a actualización.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Editar",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Actualizando...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Gardar",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Un erro de rede está a impedir que se actualicen os recursos.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Descartar",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Un filtro por cada liña. O filtro pode ser un nome de servidor, ou un filtro compatible co Adblock Plus. As liñas que comecen con ‘!’ seranche ignoradas.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importar dun arquivo...",
- "description":""
+ "1pImport": {
+ "message": "Importar e anexar",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Exportar a un arquivo",
- "description":""
+ "1pExport": {
+ "message": "Exportar",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"o-meu-ublock-regras-dinamicas_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "o-meu-ublock-filtros-estaticos_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Listado coas túas regras de filtrado dinámico.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Aplicar cambios",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Sintaxe das regras: אפשרות זו מאפשרת פירסור ואיפשור של מסנני “ההסתרת האלמנטים” התואמים ל Adblock Plus<\/a>. מסננים אלו הם קוסמטיים, הם נועדו להסתיר אלמנטים בדף אשר נחשבים למטרד חזותי, ואשר לא יכולים להיחסם על ידי מנוע חסימת בקשות רשת.<\/p> הפעלת פיצ'ר זה מעלה את צריכת הזיכרון של uBlock₀<\/i><\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "חסום פונטים חיצוניים",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"התעלם ממסננים קוסמטיים כלליים",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "חסום דיווחי CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" מסננים קוסמטיים כלליים הם המסננים הקוסמטיים אשר מיועדים להיות מוחלים על כל דפי האינטרנט. למרות ש uBlock₀ מטפל בהם ביעילות, מסננים קוסמטיים כללים יכולים להכביד על הזיכרון וה CPU בדפי אינטרנט מסוימים, בעיקר לדפי אינטרנט גדולים ובעלי חיים ארוכים. אפשור הגדרה זו תמנע את השימוש הרב בזיכרון וב CPU אשר נוספים לדפי אינטרנט כתוצאה משימוש במסננים קוסמטיים כלליים, וגם תוריד את צריכת הזיכרון של uBlock₀ עצמו. מומלץ לאפשר הגדרה זו במכשירים חלשים יותר.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "אחסון בשימוש: {{value}} בתים",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"רשימה של דומיינים חסומים",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "שחזור אחרון:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"החל שינויים",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "גיבוי אחרון:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"פרסומות",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} מסנני רשת + {{cosmeticFilterCount}} מסננים קוסמטיים מתוך:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"פרטיות",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} בשימוש מתוך {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"דומיינים של תוכנות זדוניות",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "עדכן אוטומטית את רשימות המסננים.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"חברתי",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "עדכן כעת",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"רב תכליתי",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "נקה את כל זיכרוני המטמון",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"אזורים, שפות",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "פרסר ואפשר מסננים קוסמטיים.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"מותאם אישית",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " אפשרות זו מאפשרת פירסור ואיפשור של מסנני “ההסתרת האלמנטים” התואמים ל Adblock Plus<\/a>. מסננים אלו הם קוסמטיים, הם נועדו להסתיר אלמנטים בדף אשר נחשבים למטרד חזותי, ואשר לא יכולים להיחסם על ידי מנוע חסימת בקשות רשת.<\/p> הפעלת פיצ'ר זה מעלה את צריכת הזיכרון של uBlock₀<\/i><\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"כתובת אחת בכל שורה. שורות עם קידומת ‘!’ לא יפורשו. כתובות לא חוקיות לא יפורשו ולא תהיה התראה לכך.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "התעלם ממסננים קוסמטיים כלליים",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"לא עדכני.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " מסננים קוסמטיים כלליים הם המסננים הקוסמטיים אשר מיועדים להיות מוחלים על כל דפי האינטרנט. למרות ש uBlock₀ מטפל בהם ביעילות, מסננים קוסמטיים כללים יכולים להכביד על הזיכרון וה CPU בדפי אינטרנט מסוימים, בעיקר לדפי אינטרנט גדולים ובעלי חיים ארוכים. אפשור הגדרה זו תמנע את השימוש הרב בזיכרון וב CPU אשר נוספים לדפי אינטרנט כתוצאה משימוש במסננים קוסמטיים כלליים, וגם תוריד את צריכת הזיכרון של uBlock₀ עצמו. מומלץ לאפשר הגדרה זו במכשירים חלשים יותר.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"עדכון אחרון: {{ago}}.\nלחץ על מנת לאלץ עידכון.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "רשימה של דומיינים חסומים",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"מעדכן...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "החל שינויים",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"בעיית רשת מנעה מהמשאב להתעדכן.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "פרסומות",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"מסנן אחד לכל שורה. המסנן יכול להיות דומיין פשוט, או מסנן המותאם ל- Adblock Plus. שורות עם קידומת ‘!’ לא יפורשו.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "פרטיות",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"ייבא וצרף",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "דומיינים של תוכנות זדוניות",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"ייצוא",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "מטרדים",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "רב תכליתי",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"החל שינויים",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "אזורים, שפות",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"חוקים קבועים",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "מותאם אישית",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"חוקים זמניים",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "כתובת אחת בכל שורה. שורות עם קידומת ‘!’ לא יפורשו. כתובות לא חוקיות לא יפורשו ולא תהיה התראה לכך.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"החזר למצב הקודם",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "לא עדכני.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"החל",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "עדכון אחרון: {{ago}}.\nלחץ על מנת לאלץ עידכון.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"ערוך",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "מעדכן...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"שמור",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "בעיית רשת מנעה מהמשאב להתעדכן.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"בטל",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "מסנן אחד לכל שורה. המסנן יכול להיות דומיין פשוט, או מסנן המותאם ל- Adblock Plus. שורות עם קידומת ‘!’ לא יפורשו.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"ייבא מקובץ...",
- "description":""
+ "1pImport": {
+ "message": "ייבא וצרף",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"ייצא לקובץ...",
- "description":""
+ "1pExport": {
+ "message": "ייצוא",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"רשימת חוקי המסננים הדינאמיים שלך.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "החל שינויים",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"סינטקס חוק: This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "बाहरी अक्षराकृति को रोकें",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignore generic cosmetic filters",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Storage used: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lists of blocked hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Last restore:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"परिवर्तन लागू करें",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "पिछला बेकप",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"विज्ञापन",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"गोपनीयता",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{total}} में से {{used}} का इस्तेमाल किया",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"मैलवेयर डोमेन",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "स्व-अद्यतन फ़िल्टर सूचियां",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"सामाजिक",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "अभी अपडेट करें",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"बहुउद्देशीय",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Purge all caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"क्षेत्र, भाषा",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Parse and enforce cosmetic filters",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"कस्टम",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignore generic cosmetic filters",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"पुरानी",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Last update: {{ago}}.\nClick to force an update.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lists of blocked hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Updating...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "परिवर्तन लागू करें",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"A network error prevented the resource from being updated.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "विज्ञापन",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "गोपनीयता",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "मैलवेयर डोमेन",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"निर्यात करें",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "बहुउद्देशीय",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"परिवर्तन लागू करें",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "क्षेत्र, भाषा",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"स्थायी नियम",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "कस्टम",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"अस्थायी नियम",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"पलटदे",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "पुरानी",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"पक्का करो",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Last update: {{ago}}.\nClick to force an update.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"एडिट",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Updating...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"सहेजें",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "A network error prevented the resource from being updated.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"रद्द करें",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Import from file...",
- "description":""
+ "1pImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Export to file",
- "description":""
+ "1pExport": {
+ "message": "निर्यात करें",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"List of your dynamic filtering rules.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "परिवर्तन लागू करें",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Rule syntax: Ova opcija omogućava raščlambu i provođenje Adblock Plus-kompatibilnih filtera sa “elementima za skrivanje” <\/a>. Ovi filteri su uglavnom estetski, oni služe za skrivanje elemenata na web-stranici koja se smatra da je vizualna smetnja, a koja ne može biti blokirana od strane mrežnih zahtjeva temeljenih na filtriranju.<\/p> Omogućavanje ove značajke povećava uBlock₀ <\/i>memorijski otisak.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Blokiraj udaljene fontove",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignoriraj opće estetsko filtriranje.",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Blokiraj CSP izvješća",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generički estetski filteri su takvi filteri koji su namijenjeni svim web stranicama. Iako efikasno korišteni sa uBlock₀ blokerom, generički estetski filteri svejedno mogu doprinijeti dodatnoj mjerljivoj memorijskoj i procesorskoj upotrebi na nekim stranicama, posebno za velike i dugovječne stranice. Omogućavanjem ove postavke eliminirati će se memorijska i procesorska dodatna upotreba na web stranicama kao rezultat korištenja generičkih estetskih filtera i tako smanjiti ukupna memorijska potrošnja proširenja uBlock₀. Preporučeno je omogućiti ovu postavku na slabijim uređajima.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Korišteno prostora: {{value}} bajtova",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Popis blokiranih hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Posljednji povratak na prijašnje:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Primijeni promjene",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Posljednja sigurnosna kopija:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Reklame",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} mrežni\/ih filter\/a + {{cosmeticFilterCount}} estetski\/ih filter\/a iz:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privatnost",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} korišteno od {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Zloćudne domene",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Automatsko ažuriranje popisa filtera.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Socijalno",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Ažuriraj odmah",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Višenamjensko",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Očistiti sve cache-ove",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regije, jezici",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Raščlaniti i primijeniti estetske filtre.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Prilagođeno",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Ova opcija omogućava raščlambu i provođenje Adblock Plus-kompatibilnih filtera sa “elementima za skrivanje” <\/a>. Ovi filteri su uglavnom estetski, oni služe za skrivanje elemenata na web-stranici koja se smatra da je vizualna smetnja, a koja ne može biti blokirana od strane mrežnih zahtjeva temeljenih na filtriranju.<\/p> Omogućavanje ove značajke povećava uBlock₀ <\/i>memorijski otisak.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Jedan URL po retku. Linije sa prefiksom ‘!’ zanemarit će se. Nevaljani URL-ovi će biti tiho ignorirani.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignoriraj opće estetsko filtriranje.",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Zastarjelo.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generički estetski filteri su takvi filteri koji su namijenjeni svim web stranicama. Iako efikasno korišteni sa uBlock₀ blokerom, generički estetski filteri svejedno mogu doprinijeti dodatnoj mjerljivoj memorijskoj i procesorskoj upotrebi na nekim stranicama, posebno za velike i dugovječne stranice. Omogućavanjem ove postavke eliminirati će se memorijska i procesorska dodatna upotreba na web stranicama kao rezultat korištenja generičkih estetskih filtera i tako smanjiti ukupna memorijska potrošnja proširenja uBlock₀. Preporučeno je omogućiti ovu postavku na slabijim uređajima.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Posljednje ažuriranje: {{ago}}.\nKliknite za ažuriranje.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Popis blokiranih hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Ažuriranje u tijeku...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Primijeni promjene",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Mrežna pogreška je sprječila ažuriranje resursa.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Reklame",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Jedan filtar po retku. Filtar može biti običan hostname ili filter kompatibilan sa Adblock Plus-om. Linije sa prefiksom ‘!’ zanemarit će se.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privatnost",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Uvesti i dodati",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Zloćudne domene",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Izvoz",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Nametljivost",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"moji-ublock-staticni-filteri_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Višenamjensko",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Primijeni promjene",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regije, jezici",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Trajna pravila",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Prilagođeno",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Privremena pravila",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Jedan URL po retku. Linije sa prefiksom ‘!’ zanemarit će se. Nevaljani URL-ovi će biti tiho ignorirani.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Vratiti",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Zastarjelo.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Izvršiti",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Posljednje ažuriranje: {{ago}}.\nKliknite za ažuriranje.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Uredi",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Ažuriranje u tijeku...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Spremi",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Mrežna pogreška je sprječila ažuriranje resursa.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Odbaci",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Jedan filtar po retku. Filtar može biti običan hostname ili filter kompatibilan sa Adblock Plus-om. Linije sa prefiksom ‘!’ zanemarit će se.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Uvoz iz datoteke...",
- "description":""
+ "1pImport": {
+ "message": "Uvesti i dodati",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Izvoz u datoteku...",
- "description":""
+ "1pExport": {
+ "message": "Izvoz",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"moja-ublock-dinamicna-pravila_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "moji-ublock-staticni-filteri_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Popis dinamičkih pravila filtriranja.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Primijeni promjene",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Pravila sintakse: Ez a beállítás engedélyezi az Adblock Plus-típusú “elemelrejtő” szűrőket<\/a>. Ezek kizárólag kozmetikai célokat szolgálnak; elrejtik egy webhely azon elemeit, amelyek vizuálisan zavaróak, de a hálózati lekérések alapján nem szűrhetők ki.<\/p> A beállítás engedélyezése megnöveli a uBlock₀<\/i> memóriahasználatát.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Távoli betűkészletek blokkolása",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Általános kozmetikai szűrők figyelmen kívül hagyása",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "CSP jelentések blokkolása",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Az általános kozmetikai szűrők azok a kozmetikai szűrők, amelyek minden weboldalra érvényesek. Ugyan a uBlock₀ hatékonyan kezeli őket, az általános kozmetikai szűrők mégis mérhetően magasabb memória és CPU használatot eredményezhetnek néhány weboldalon, főleg nagy, és régóta futóak esetében. Ennek az opciónak a bekapcsolása kiküszöböli az általános kozmetikai szűrők kezeléséből a weboldalakon adódó memória és CPU használat többletet, továbbá csökkenti a uBlock₀ által foglalt memóriát is. Ajánlott bekapcsolni ezt az opciót a gyengébb eszközökön.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Tárolóhely használat: {{value}} byte",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Blokkolt hostokat tartalmazó listák",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Utolsó visszaállítás:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Módosítások alkalmazása",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Utolsó biztonsági mentés:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Hirdetések",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} hálózati szűrők + {{cosmeticFilterCount}} kozmetikai szűrők:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Adatvédelem",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} használatban a listában lévő {{total}} szűrő közül",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domainek",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Szűrőlisták automatikus frissítése.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Közösségi",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Frissítés most",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Többcélú",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Gyorsítótárak ürítése",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Régiók, nyelvek",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Értelmezze és alkalmazza a kozmetikai szűrőket.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Saját",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Ez a beállítás engedélyezi az Adblock Plus-típusú “elemelrejtő” szűrőket<\/a>. Ezek kizárólag kozmetikai célokat szolgálnak; elrejtik egy webhely azon elemeit, amelyek vizuálisan zavaróak, de a hálózati lekérések alapján nem szűrhetők ki.<\/p> A beállítás engedélyezése megnöveli a uBlock₀<\/i> memóriahasználatát.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Soronként egy URL. A ‘!’ kezdetű sorok figyelmen kívül maradnak. A szabálytalan URL-ek szintén figyelmen kívül maradnak, hibajelzés nélkül.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Általános kozmetikai szűrők figyelmen kívül hagyása",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Elavult.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Az általános kozmetikai szűrők azok a kozmetikai szűrők, amelyek minden weboldalra érvényesek. Ugyan a uBlock₀ hatékonyan kezeli őket, az általános kozmetikai szűrők mégis mérhetően magasabb memória és CPU használatot eredményezhetnek néhány weboldalon, főleg nagy, és régóta futóak esetében. Ennek az opciónak a bekapcsolása kiküszöböli az általános kozmetikai szűrők kezeléséből a weboldalakon adódó memória és CPU használat többletet, továbbá csökkenti a uBlock₀ által foglalt memóriát is. Ajánlott bekapcsolni ezt az opciót a gyengébb eszközökön.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Utolsó frissítés: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Blokkolt hostokat tartalmazó listák",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Frissítés...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Módosítások alkalmazása",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Egy hálózati hiba megakadályozta az erőforrás frissítését.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Hirdetések",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Soronként egy szűrő. A szűrő lehet egy hostnév, vagy egy Adblock Plus kompatibilis szűrő.\nA ‘!’ kezdetű sorok figyelmen kívül maradnak.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Adatvédelem",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importál és hozzáad",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domainek",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Exportál",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Kellemetlenségek",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"ublock-statikus-szabalyaim_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Többcélú",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Módosítások alkalmazása",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Régiók, nyelvek",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Állandó szabályok",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Saját",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Átmeneti szabályok",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Soronként egy URL. A ‘!’ kezdetű sorok figyelmen kívül maradnak. A szabálytalan URL-ek szintén figyelmen kívül maradnak, hibajelzés nélkül.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Visszaállítás",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Elavult.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Alkalmaz",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Utolsó frissítés: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Szerkesztés",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Frissítés...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Mentés",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Egy hálózati hiba megakadályozta az erőforrás frissítését.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Elvetés",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Soronként egy szűrő. A szűrő lehet egy hostnév, vagy egy Adblock Plus kompatibilis szűrő.\nA ‘!’ kezdetű sorok figyelmen kívül maradnak.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importálás fájlból…",
- "description":""
+ "1pImport": {
+ "message": "Importál és hozzáad",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Exportálás fájlba",
- "description":""
+ "1pExport": {
+ "message": "Exportál",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"ublock-dinamikus-szabalyaim_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "ublock-statikus-szabalyaim_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Saját szűrőszabályok listája.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Módosítások alkalmazása",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Szabály szintaxis: Opsi ini memfungsikan penguraian dan memaksa-jalankan filter “penyembunyian elemen” yang kompatibel dengan Adblock Plus<\/a>. Filter ini pada dasarnya hanya sekedar penyaring tampilan, berfungsi untuk menyembunyikan elemen di halaman web yang dianggap sebagai gangguan visual, dan tidak dapat diblokir oleh filter berbasis permintaan jaringan.<\/p> Memfungsikan fitur ini akan meningkatkan penggunaan memori uBlock₀<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Blokir fon rajuh",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Abaikan filter tampilan generik",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Blokir laporan CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Filter tampilan generik adalah filter tampilan yang dibuat untuk diterapkan pada semua situs web. Meskipun dikelola secara efisien oleh uBlock₀, filter tampilan generik masih dapat menyebabkan peningkatan overhead memori ram dan CPU pada beberapa halaman web, terutama untuk halaman berukuran besar dan jarang diperbarui dalam waktu lama. Mengaktifkan opsi ini akan menghilangkan peningkatan overhead memori ram dan CPU pada halaman web akibat diterapkannya filter tampilan generik, dan juga mengurangi penggunaan memori ram uBlock₀ itu sendiri. Direkomendasikan untuk mengaktifkan opsi ini pada perangkat dengan ram kecil atau kekuatan CPU yang lemah.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Penyimpanan terpakai: {{value}} bita",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Daftar host yang diblokir",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Pemulihan terakhir:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Terapkan perubahan",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Pencadangan terakhir:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Iklan",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} filter jaringan + {{cosmeticFilterCount}} filter tampilan dari:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privasi",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} digunakan dari {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Domain malware",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Pembaruan otomatis daftar filter.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Sosial",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Perbarui sekarang",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Serbaguna",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Bersihkan semua tembolok",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Wilayah, bahasa",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Uraikan dan paksa jalankan filter tampilan.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Tersesuai",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Opsi ini memfungsikan penguraian dan memaksa-jalankan filter “penyembunyian elemen” yang kompatibel dengan Adblock Plus<\/a>. Filter ini pada dasarnya hanya sekedar penyaring tampilan, berfungsi untuk menyembunyikan elemen di halaman web yang dianggap sebagai gangguan visual, dan tidak dapat diblokir oleh filter berbasis permintaan jaringan.<\/p> Memfungsikan fitur ini akan meningkatkan penggunaan memori uBlock₀<\/i>.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Satu URL per baris. Baris yang diawali dengan ‘!’ akan diabaikan. URL yang tidak valid akan diabaikan tanpa peringatan.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Abaikan filter tampilan generik",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Sudah usang.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Filter tampilan generik adalah filter tampilan yang dibuat untuk diterapkan pada semua situs web. Meskipun dikelola secara efisien oleh uBlock₀, filter tampilan generik masih dapat menyebabkan peningkatan overhead memori ram dan CPU pada beberapa halaman web, terutama untuk halaman berukuran besar dan jarang diperbarui dalam waktu lama. Mengaktifkan opsi ini akan menghilangkan peningkatan overhead memori ram dan CPU pada halaman web akibat diterapkannya filter tampilan generik, dan juga mengurangi penggunaan memori ram uBlock₀ itu sendiri. Direkomendasikan untuk mengaktifkan opsi ini pada perangkat dengan ram kecil atau kekuatan CPU yang lemah.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Pembaruan terakhir: {{ago}}.\nKlik untuk memaksa memperbarui.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Daftar host yang diblokir",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Memperbarui...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Terapkan perubahan",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Galat jaringan mencegah sumber daya diperbarui.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Iklan",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Satu filter per baris. Filter dapat berupa nama host, atau filter yang kompatibel dengan Adblock Plus. Baris yang diawali dengan ‘!’ akan diabaikan.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privasi",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Impor dan tambahkan",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Domain malware",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Ekspor",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Gangguan",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Serbaguna",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Terapkan perubahan",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Wilayah, bahasa",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Aturan permanen",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Tersesuai",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Aturan sementara",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Satu URL per baris. Baris yang diawali dengan ‘!’ akan diabaikan. URL yang tidak valid akan diabaikan tanpa peringatan.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Urungkan",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Sudah usang.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Tetapkan",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Pembaruan terakhir: {{ago}}.\nKlik untuk memaksa memperbarui.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Sunting",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Memperbarui...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Simpan",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Galat jaringan mencegah sumber daya diperbarui.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Batal",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Satu filter per baris. Filter dapat berupa nama host, atau filter yang kompatibel dengan Adblock Plus. Baris yang diawali dengan ‘!’ akan diabaikan.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Impor dari berkas...",
- "description":""
+ "1pImport": {
+ "message": "Impor dan tambahkan",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Ekspor ke berkas",
- "description":""
+ "1pExport": {
+ "message": "Ekspor",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Daftar aturan filter dinamis anda.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Terapkan perubahan",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Aturan sintaksis: Questa opzione abilita i filtri di Adblock Plus-compatible “element hiding” filters<\/a>. Questi filtri sono essenzialmente estetici, servono a nascondere elementi fastidiosi in una pagina web , e che non possono essere bloccati normalmente.<\/p> Questa funziona aumenta l'uso della memoria da parte di uBlock₀<\/i>.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Blocca font remoti",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignora filtri cosmetici generici.",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Blocca i report CSP",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" I filtri cosmetici generici sono i filtri cosmetici intesi per essere applicati a tutti i siti Web. Benché questi siano gestiti in modo efficiente da uBlock₀, i filtri cosmetici generici potrebbero contribuire a un carico elevato in termini di memoria e CPU su alcune pagine Web, in particolare quelle di notevoli dimensioni e a lunga scadenza. L'attivazione di quest'opzione eliminerà il carico elevato in termini di memoria e CPU aggiunto alle pagine Web in conseguenza della gestione dei filtri cosmetici generici, e inoltre ridurrà l'impatto sulla memoria di uBlock₀ stesso. È raccomandato abilitare quest'opzione sui dispositivi meno potenti.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Spazio utilizzato: {{value}} byte",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lista degli hosts bloccati",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Ultimo ripristino:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Salva i cambiamenti",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Ultimo backup:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"Pubblicità",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} filtri di rete + {{cosmeticFilterCount}} filtri cosmetici da:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"Privacy",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} usati su {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Domini con Malware",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Aggiornamento automatico liste.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "Aggiorna ora",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"Multiuso",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Elimina tutte le cache",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"Regioni, lingue",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Utilizza Adblock+ element hiding filters.",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"Personalizzate",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " Questa opzione abilita i filtri di Adblock Plus-compatible “element hiding” filters<\/a>. Questi filtri sono essenzialmente estetici, servono a nascondere elementi fastidiosi in una pagina web , e che non possono essere bloccati normalmente.<\/p> Questa funziona aumenta l'uso della memoria da parte di uBlock₀<\/i>.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"Un URL per ogni riga. Ogni riga che comincia con ‘!’ verrà ignorata. URL non validi verranno silenziosamente ignorati.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignora filtri cosmetici generici.",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"Obsoleto.",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " I filtri cosmetici generici sono i filtri cosmetici intesi per essere applicati a tutti i siti Web. Benché questi siano gestiti in modo efficiente da uBlock₀, i filtri cosmetici generici potrebbero contribuire a un carico elevato in termini di memoria e CPU su alcune pagine Web, in particolare quelle di notevoli dimensioni e a lunga scadenza. L'attivazione di quest'opzione eliminerà il carico elevato in termini di memoria e CPU aggiunto alle pagine Web in conseguenza della gestione dei filtri cosmetici generici, e inoltre ridurrà l'impatto sulla memoria di uBlock₀ stesso. È raccomandato abilitare quest'opzione sui dispositivi meno potenti.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Ultimo aggiornamento: {{ago}}.\nClicca per forzare l'aggiornamento.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lista degli hosts bloccati",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Aggiornamento in corso...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Salva i cambiamenti",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"Un errore di rete ha impedito l'aggiornamento della risorsa.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "Pubblicità",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"Un filtro per ogni riga. Un filtro può essere un hostname, o un filtro compatibile con Adblock Plus. Ogni riga che comincia con ‘!’ verrà ignorata.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "Privacy",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Importa e aggiungi",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Domini con Malware",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"Esporta",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Elementi fastidiosi",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"ublock-filtri-statici-personalizzati_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "Multiuso",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"Salva i cambiamenti",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "Regioni, lingue",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"Regole permanenti",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "Personalizzate",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"Regole temporanee",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "Un URL per ogni riga. Ogni riga che comincia con ‘!’ verrà ignorata. URL non validi verranno silenziosamente ignorati.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"Ripristina",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "Obsoleto.",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"Applica",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Ultimo aggiornamento: {{ago}}.\nClicca per forzare l'aggiornamento.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"Modifica",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Aggiornamento in corso...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"Salva",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "Un errore di rete ha impedito l'aggiornamento della risorsa.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"Annulla",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "Un filtro per ogni riga. Un filtro può essere un hostname, o un filtro compatibile con Adblock Plus. Ogni riga che comincia con ‘!’ verrà ignorata.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Importa da file...",
- "description":""
+ "1pImport": {
+ "message": "Importa e aggiungi",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Esporta in file",
- "description":""
+ "1pExport": {
+ "message": "Esporta",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"ublock-filtri-dinamici-personalizzati_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "ublock-filtri-statici-personalizzati_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"Lista delle regole di filtraggio dinamiche personalizzate.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "Salva i cambiamenti",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Sintassi per le regole: このオプションはAdblock Plus適合の“要素隠蔽”フィルター<\/a>の解析と施行を有効にします。これらのフィルターは表面的で、ネットリクエストベースのフィルタリングエンジンでブロックできない視覚的に迷惑な要素をウェブページ上で隠す物です。<\/p> この機能を有効にするとuBlock₀の使用メモリーを増やします。<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "リモートフォントをブロックする",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"要素隠蔽フィルターを無視する",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "CSPレポートをブロックする",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" 要素隠蔽フィルターは、ほぼすべてのウェブサイトに適用することができるフィルターです。 これはuBlock₀によって効率的に処理されますが、特に大規模で長期運営されている一部のウェブページ上ではメモリやCPUの処理に時間がかかる可能性があります。 このオプションを有効にすると、要素隠蔽フィルターの処理結果としてウェブページに追加されたメモリやCPUの処理時間を減らし、uBlock₀自体のメモリ使用量を軽減できます。 低スペックの環境では、このオプションを有効にすることを推奨します。",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "使用中のストレージ: {{value}} バイト",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"ブロックされたホストの一覧表示",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "最後の復元:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"適用",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "最後のバックアップ:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"広告",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}}個のネットワークフィルター+{{cosmeticFilterCount}}個の要素隠蔽フィルター:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"プライバシー",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{total}}個中{{used}}使用",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"ウイルス",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "フィルターリストを自動更新する",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"ソーシャル",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "今すぐ更新",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"多目的",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "全キャッシュを削除",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"地域、言語",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "要素隠蔽フィルターを解析、施行する",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"カスタム",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " このオプションはAdblock Plus適合の“要素隠蔽”フィルター<\/a>の解析と施行を有効にします。これらのフィルターは表面的で、ネットリクエストベースのフィルタリングエンジンでブロックできない視覚的に迷惑な要素をウェブページ上で隠す物です。<\/p> この機能を有効にするとuBlock₀の使用メモリーを増やします。<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"URL1つにつき1行です。‘!’ が先頭にある行は無視されます。無効なURLもそのまま無視されます。",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "要素隠蔽フィルターを無視する",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"新しいバージョンがあります",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " 要素隠蔽フィルターは、ほぼすべてのウェブサイトに適用することができるフィルターです。 これはuBlock₀によって効率的に処理されますが、特に大規模で長期運営されている一部のウェブページ上ではメモリやCPUの処理に時間がかかる可能性があります。 このオプションを有効にすると、要素隠蔽フィルターの処理結果としてウェブページに追加されたメモリやCPUの処理時間を減らし、uBlock₀自体のメモリ使用量を軽減できます。 低スペックの環境では、このオプションを有効にすることを推奨します。",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"最終更新: {{ago}}\nクリックすると強制的に更新します",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "ブロックされたホストの一覧表示",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"更新中...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "適用",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"ネットワークエラーが発生したため、リソースを更新できませんでした。",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "広告",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"1行につき1つのフィルターです。フィルターはただのホストネームでもAdblock Plus適合のフィルターでも構いません。‘!’ですでに固定されている行は無視されます。",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "プライバシー",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"インポートと追加",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "ウイルス",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"エクスポート",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "迷惑系",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "多目的",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"変更を適用",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "地域、言語",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"恒久的なルール",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "カスタム",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"一時的なルール",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "URL1つにつき1行です。‘!’ が先頭にある行は無視されます。無効なURLもそのまま無視されます。",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"元に戻す",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "古いバージョンです",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"コミット",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "最終更新: {{ago}}\nクリックすると強制的に更新します",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"編集",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "更新中...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"保存",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "ネットワークエラーが発生したため、リソースを更新できませんでした。",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"破棄",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "1行につき1つのフィルターです。フィルターはただのホストネームでもAdblock Plus適合のフィルターでも構いません。‘!’ですでに固定されている行は無視されます。",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"ファイルからインポート",
- "description":""
+ "1pImport": {
+ "message": "インポートと追加",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"ファイルへエクスポート",
- "description":""
+ "1pExport": {
+ "message": "エクスポート",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"ダイナミックフィルタリングルールのリスト",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "変更を適用",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"ルールの書き方: This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Block remote fonts",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignore generic cosmetic filters",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Storage used: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lists of blocked hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Last restore:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"Apply changes",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Last backup:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"რეკლამები",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"კონფიდენციალურობა",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} used out of {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"მავნე დომეინები",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "Auto-update filter lists",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"სოციალური ქსელები",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "განაახლე ახლა",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"უნივერსალური",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Purge all caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"რეგიონები, ენები",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Parse and enforce cosmetic filters",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"საკუთარი სიები",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignore generic cosmetic filters",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"მოძველებული",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"ბოლო განახლება: {{ago}}",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lists of blocked hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Updating...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "Apply changes",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"A network error prevented the resource from being updated.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "რეკლამები",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "კონფიდენციალურობა",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "მავნე დომეინები",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"გამოტანა",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "უნივერსალური",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"ცვლილებების მისადაგება",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "რეგიონები, ენები",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"მუდმივი წესები",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "საკუთარი სიები",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"დროებითი წესები",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"დაბრუნება",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "მოძველებული",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"მიბარება",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "ბოლო განახლება: {{ago}}",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"რედაქტირება",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Updating...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"შენახვა",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "A network error prevented the resource from being updated.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"უკუგდება",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"ფაილიდან შემოტანა...",
- "description":""
+ "1pImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"ფაილად გამოტანა",
- "description":""
+ "1pExport": {
+ "message": "გამოტანა",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"List of your dynamic filtering rules.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "ცვლილებების მისადაგება",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Rule syntax: This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
- "description":"Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
+ "settingsNoRemoteFontsPrompt": {
+ "message": "Block remote fonts",
+ "description": ""
},
- "3pIgnoreGenericCosmeticFilters":{
- "message":"Ignore generic cosmetic filters",
- "description":"This will cause uBO to ignore all generic cosmetic filters."
+ "settingsNoCSPReportsPrompt": {
+ "message": "Block CSP reports",
+ "description": "background information: https:\/\/github.com\/gorhill\/uBlock\/issues\/3150"
},
- "3pIgnoreGenericCosmeticFiltersInfo":{
- "message":" Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
- "description":"Describes the purpose of the 'Ignore generic cosmetic filters' feature."
+ "settingsStorageUsed": {
+ "message": "Storage used: {{value}} bytes",
+ "description": "English: Storage used: {{}} bytes"
},
- "3pListsOfBlockedHostsHeader":{
- "message":"Lists of blocked hosts",
- "description":"English: Lists of blocked hosts"
+ "settingsLastRestorePrompt": {
+ "message": "Last restore:",
+ "description": "English: Last restore:"
},
- "3pApplyChanges":{
- "message":"ಬದಲಾವಣೆಗಳನ್ನು ಅನ್ವಯಿಸಿ",
- "description":"English: Apply changes"
+ "settingsLastBackupPrompt": {
+ "message": "Last backup:",
+ "description": "English: Last backup:"
},
- "3pGroupAds":{
- "message":"ಜಾಹಿರಾತು",
- "description":"English: Ads"
+ "3pListsOfBlockedHostsPrompt": {
+ "message": "{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
+ "description": "Appears at the top of the _3rd-party filters_ pane"
},
- "3pGroupPrivacy":{
- "message":"ಗೌಪ್ಯತೆ",
- "description":"English: Privacy"
+ "3pListsOfBlockedHostsPerListStats": {
+ "message": "{{used}} used out of {{total}}",
+ "description": "Appears aside each filter list in the _3rd-party filters_ pane"
},
- "3pGroupMalware":{
- "message":"Malware domains",
- "description":"English: Malware domains"
+ "3pAutoUpdatePrompt1": {
+ "message": "ಶೋಧಕ ಪಟ್ಟಿಗಳನ್ನು ಸ್ವಯಂ ನವೀಕರಿಸಿ.",
+ "description": "A checkbox in the _3rd-party filters_ pane"
},
- "3pGroupSocial":{
- "message":"ಸಾಮಾಜಿಕ",
- "description":"English: Social"
+ "3pUpdateNow": {
+ "message": "ಈಗ ನವೀಕರಿಸಿ",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupMultipurpose":{
- "message":"ಬಹುಪಯೋಗಿ",
- "description":"English: Multipurpose"
+ "3pPurgeAll": {
+ "message": "Purge all caches",
+ "description": "A button in the in the _3rd-party filters_ pane"
},
- "3pGroupRegions":{
- "message":"ಪ್ರದೇಶಗಳು, ಭಾಷೆಗಳು",
- "description":"English: Regions, languages"
+ "3pParseAllABPHideFiltersPrompt1": {
+ "message": "Parse and enforce cosmetic filters",
+ "description": "English: Parse and enforce Adblock+ element hiding filters."
},
- "3pGroupCustom":{
- "message":"ಇಚ್ಛೆಯ",
- "description":"English: Custom"
+ "3pParseAllABPHideFiltersInfo": {
+ "message": " This option enables the parsing and enforcing of Adblock Plus-compatible “element hiding” filters<\/a>. These filters are essentially cosmetic, they serve to hide elements in a web page which are deemed to be a visual nuisance, and which can't be blocked by the net request-based filtering engine.<\/p> Enabling this feature increases uBlock₀'s memory footprint.<\/p>",
+ "description": "Describes the purpose of the 'Parse and enforce cosmetic filters' feature."
},
- "3pExternalListsHint":{
- "message":"One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
- "description":"English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
+ "3pIgnoreGenericCosmeticFilters": {
+ "message": "Ignore generic cosmetic filters",
+ "description": "This will cause uBO to ignore all generic cosmetic filters."
},
- "3pExternalListObsolete":{
- "message":"ಹಳೆಯದು",
- "description":"used as a tooltip for the out-of-date icon beside a list"
+ "3pIgnoreGenericCosmeticFiltersInfo": {
+ "message": " Generic cosmetic filters are those cosmetic filters which are meant to apply on all web sites. Though handled efficiently by uBlock₀, generic cosmetic filters may still contribute measurable memory and CPU overhead on some web pages, especially for large and long-lived ones. Enabling this option will eliminate the memory and CPU overhead added to web pages as a result of handling generic cosmetic filters, and also lower the memory footprint of uBlock₀ itself. It is recommended to enable this option on less powerful devices.",
+ "description": "Describes the purpose of the 'Ignore generic cosmetic filters' feature."
},
- "3pLastUpdate":{
- "message":"Last update: {{ago}}.\nClick to force an update.",
- "description":"used as a tooltip for the clock icon beside a list"
+ "3pListsOfBlockedHostsHeader": {
+ "message": "Lists of blocked hosts",
+ "description": "English: Lists of blocked hosts"
},
- "3pUpdating":{
- "message":"Updating...",
- "description":"used as a tooltip for the spinner icon beside a list"
+ "3pApplyChanges": {
+ "message": "ಬದಲಾವಣೆಗಳನ್ನು ಅನ್ವಯಿಸಿ",
+ "description": "English: Apply changes"
},
- "3pNetworkError":{
- "message":"A network error prevented the resource from being updated.",
- "description":"used as a tooltip for error icon beside a list"
+ "3pGroupAds": {
+ "message": "ಜಾಹಿರಾತು",
+ "description": "English: Ads"
},
- "1pFormatHint":{
- "message":"One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
- "description":"English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
+ "3pGroupPrivacy": {
+ "message": "ಗೌಪ್ಯತೆ",
+ "description": "English: Privacy"
},
- "1pImport":{
- "message":"ಆಮದಿಸಿ ಸೇರ್ಪಡಿಸು",
- "description":"English: Import and append"
+ "3pGroupMalware": {
+ "message": "Malware domains",
+ "description": "English: Malware domains"
},
- "1pExport":{
- "message":"ರಫ್ತು",
- "description":"English: Export"
+ "3pGroupAnnoyances": {
+ "message": "Annoyances",
+ "description": "The header identifying the filter lists in the category 'annoyances'"
},
- "1pExportFilename":{
- "message":"my-ublock-static-filters_{{datetime}}.txt",
- "description":"English: my-ublock-static-filters_{{datetime}}.txt"
+ "3pGroupMultipurpose": {
+ "message": "ಬಹುಪಯೋಗಿ",
+ "description": "English: Multipurpose"
},
- "1pApplyChanges":{
- "message":"ಬದಲಾವಣೆಗಳನ್ನು ಅನ್ವಯಿಸಿ",
- "description":"English: Apply changes"
+ "3pGroupRegions": {
+ "message": "ಪ್ರದೇಶಗಳು, ಭಾಷೆಗಳು",
+ "description": "English: Regions, languages"
},
- "rulesPermanentHeader":{
- "message":"ಶಾಶ್ವತ ನಿಯಮಗಳು",
- "description":"header"
+ "3pGroupCustom": {
+ "message": "ಇಚ್ಛೆಯ",
+ "description": "English: Custom"
},
- "rulesTemporaryHeader":{
- "message":"ತಾತ್ಕಾಲಿಕ ನಿಯಮಗಳು",
- "description":"header"
+ "3pExternalListsHint": {
+ "message": "One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored.",
+ "description": "English: One URL per line. Lines prefixed with ‘!’ will be ignored. Invalid URLs will be silently ignored."
},
- "rulesRevert":{
- "message":"ಹಿಂತಿರುಗಿಸಿ",
- "description":"This will remove all temporary rules"
+ "3pExternalListObsolete": {
+ "message": "ಹಳೆಯದು",
+ "description": "used as a tooltip for the out-of-date icon beside a list"
},
- "rulesCommit":{
- "message":"ಕಮಿಟ್",
- "description":"This will persist temporary rules"
+ "3pLastUpdate": {
+ "message": "Last update: {{ago}}.\nClick to force an update.",
+ "description": "used as a tooltip for the clock icon beside a list"
},
- "rulesEdit":{
- "message":"ಸಂಪಾದಿಸಿ",
- "description":"Will enable manual-edit mode (textarea)"
+ "3pUpdating": {
+ "message": "Updating...",
+ "description": "used as a tooltip for the spinner icon beside a list"
},
- "rulesEditSave":{
- "message":"ಉಳಿಸು",
- "description":"Will save manually-edited content and exit manual-edit mode"
+ "3pNetworkError": {
+ "message": "A network error prevented the resource from being updated.",
+ "description": "used as a tooltip for error icon beside a list"
},
- "rulesEditDiscard":{
- "message":"ತ್ಯಜಿಸಿ",
- "description":"Will discard manually-edited content and exit manual-edit mode"
+ "1pFormatHint": {
+ "message": "One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored.",
+ "description": "English: One filter per line. A filter can be a plain hostname, or an Adblock Plus-compatible filter. Lines prefixed with ‘!’ will be ignored."
},
- "rulesImport":{
- "message":"Import from file...",
- "description":""
+ "1pImport": {
+ "message": "ಆಮದಿಸಿ ಸೇರ್ಪಡಿಸು",
+ "description": "English: Import and append"
},
- "rulesExport":{
- "message":"Export to file",
- "description":""
+ "1pExport": {
+ "message": "ರಫ್ತು",
+ "description": "English: Export"
},
- "rulesDefaultFileName":{
- "message":"my-ublock-dynamic-rules_{{datetime}}.txt",
- "description":"default file name to use"
+ "1pExportFilename": {
+ "message": "my-ublock-static-filters_{{datetime}}.txt",
+ "description": "English: my-ublock-static-filters_{{datetime}}.txt"
},
- "rulesHint":{
- "message":"List of your dynamic filtering rules.",
- "description":"English: List of your dynamic filtering rules."
+ "1pApplyChanges": {
+ "message": "ಬದಲಾವಣೆಗಳನ್ನು ಅನ್ವಯಿಸಿ",
+ "description": "English: Apply changes"
},
- "rulesFormatHint":{
- "message":"Rule syntax: مصدر نوع وجهة العمل<\/code> (تعليمات كاملة<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "قواعد دائمة",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"القائمة البيضاء تشيرللصفحات التي سوف يتم تعطيل uBlock₀ فيها. مدخل واحد لكل سطر. الفلاتر الغير صحيحه سوف يتم تجاهلها وإستبعادها.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "قواعد مؤقتة",
+ "description": "header"
},
- "whitelistImport":{
- "message":"استيراد",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "إلغاء",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"تصدير",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "تطبق",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "تعديل",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"حفظ التغيرات",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "حفظ",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"النوع",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "إلغاء",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"الموقع",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "الاستيراد من ملف...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"رابط الموقع",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "تصدير إلى ملف",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"فلتر",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"كل",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "قائمة قواعد الفلترات الديناميكية الخاصة بك.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"خلف الكواليس",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "صياغة القواعد:
مصدر نوع وجهة العمل<\/code> (تعليمات كاملة<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"فلتر سجل الإدخالات",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "القائمة البيضاء تشيرللصفحات التي سوف يتم تعطيل uBlock₀ فيها. مدخل واحد لكل سطر. الفلاتر الغير صحيحه سوف يتم تجاهلها وإستبعادها.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"العدد الأقصى للإدخالات في السجلات",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "استيراد",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"حالة:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "تصدير",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"نوع:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"فلترات الروابط الديناميكية",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "حفظ التغيرات",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"فلترة ثابتة",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "النوع",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} طلبات شبكة {{type}} {{br}}اللتي تحتوي عنوان الرابط {{url}} {{br}}من المصدر {{origin}},{{br}}{{importance}} هناك فلتر استثناء مطابق.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "الموقع",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"حجب",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "رابط الموقع",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"سماح",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "فلتر",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"نوع “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "كل",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"أي نوع",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "خلف الكواليس",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"من “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "فلتر سجل الإدخالات",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"من أي مكان",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "العدد الأقصى للإدخالات في السجلات",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"باستثناء إذا",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "حالة:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"حتى لو",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "نوع:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"فلتر ثابت {{filter}} موجود على:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "فلترات الروابط الديناميكية",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"سجل التغيير",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "فلترة ثابتة",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"الويكي (Wiki)",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} طلبات شبكة {{type}} {{br}}اللتي تحتوي عنوان الرابط {{url}} {{br}}من المصدر {{origin}},{{br}}{{importance}} هناك فلتر استثناء مطابق.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"الدعم",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "حجب",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"اكواد البرنامج (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "سماح",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"المساهمين",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "نوع “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"النسخ الإحتياطي لملف",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "أي نوع",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"إحتياط-ublock-الخاص-بي_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "من “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"إسترجع من الملف...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "من أي مكان",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"إعادة الضبط للوضع الافتراضي...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "باستثناء إذا",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"كل إعداداتك سوف يتم كتابتها بإستعمال البيانات التي تم نسخها إحتياطيا على {{time}}، و سيعيد uBlock₀ التشغيل.\n\nأعد كتابة كل الإعدادات الموجود بإستخدام البيانات التي تم نسخها إحتياطيا؟",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "حتى لو",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"تعذر قراءة البيانات أو إنها غير صالحة",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "فلتر ثابت {{filter}} موجود على:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"كل إعداداتك سيتم إلغائها، و سيتم إعادة تشغيل \"uBlock₀\".\n\n\nإعادة ضبط \"uBlock₀\" على الإعدادات الأصلية؟",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "سجل التغيير",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"خطأ في الشبكة: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "الويكي (Wiki)",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀ : إضافة الرابط التالي للقوائم الفلترات الخاصة لك؟\n\nعنوان : \"{{title}}\"\nرابط : {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "الدعم",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"منذ دقيقة",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "اكواد البرنامج (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"منذ {{value}} دقائق",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "المساهمين",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"منذ ساعة",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "النسخ الإحتياطي لملف",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"منذ {{value}} ساعات",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "إحتياط-ublock-الخاص-بي_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"قبل يوم واحد",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "إسترجع من الملف...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"منذ {{value}} أيام",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "إعادة الضبط للوضع الافتراضي...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"عرض لوحة التحكم",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "كل إعداداتك سوف يتم كتابتها بإستعمال البيانات التي تم نسخها إحتياطيا على {{time}}، و سيعيد uBlock₀ التشغيل.\n\nأعد كتابة كل الإعدادات الموجود بإستخدام البيانات التي تم نسخها إحتياطيا؟",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"عرض سجل الإتصال بالشبكة",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "تعذر قراءة البيانات أو إنها غير صالحة",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"تعطيل",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "كل إعداداتك سيتم إلغائها، و سيتم إعادة تشغيل \"uBlock₀\".\n\n\nإعادة ضبط \"uBlock₀\" على الإعدادات الأصلية؟",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock₀ منع الصفحة التالية من التحميل:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "خطأ في الشبكة: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"بسبب الفلتر التالي",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀ : إضافة الرابط التالي للقوائم الفلترات الخاصة لك؟\n\nعنوان : \"{{title}}\"\nرابط : {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"دون معلمات",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "منذ دقيقة",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"موجود في:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "منذ {{value}} دقائق",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"العودة للخلف",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "منذ ساعة",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"أغلق هذه النافذة",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "منذ {{value}} ساعات",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"تعطيل الحجب الصارم على {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "قبل يوم واحد",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"مؤقتا",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "منذ {{value}} أيام",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"بشكل دائم",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "عرض لوحة التحكم",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"التصدير إلى سحابة التخزين",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "عرض سجل الإتصال بالشبكة",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"إستيراد من سحابة التخزين",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "تعطيل",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"إستيراد التخزين من السحابية و دمجه مع الإعدادات الحالية",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock₀ منع الصفحة التالية من التحميل:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "بسبب الفلتر التالي",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"إسم هذا الجهاز:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "دون معلمات",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"تحذير! تغيير هذه الإعدادات المتقدمة يكون على مسؤوليتك.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "موجود في:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"تطبيق",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "العودة للخلف",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"حفظ التغييرات",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "أغلق هذه النافذة",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"إلغاء",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "تعطيل الحجب الصارم على {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"بايت",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "مؤقتا",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"السماح مؤقتا لعناصر الوسائط كبيرة",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "بشكل دائم",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"يجب أن يكون هذا الإدخال آخر واحد",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "التصدير إلى سحابة التخزين",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "إستيراد من سحابة التخزين",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "إستيراد التخزين من السحابية و دمجه مع الإعدادات الحالية",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "إسم هذا الجهاز:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "تحذير! تغيير هذه الإعدادات المتقدمة يكون على مسؤوليتك.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "تطبيق",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "حفظ التغييرات",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "إلغاء",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "بايت",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "السماح مؤقتا لعناصر الوسائط كبيرة",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "يجب أن يكون هذا الإدخال آخر واحد",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/bg/messages.json b/src/_locales/bg/messages.json
index 738979854c4d9..efdce303c4fb4 100644
--- a/src/_locales/bg/messages.json
+++ b/src/_locales/bg/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Най-накрая, ефективен рекламен блокер с малки изисквания за процесор и памет.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Най-накрая, ефективен рекламен блокер с малки изисквания за процесор и памет.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Табло",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Табло",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Настройки",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Настройки",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Филтри от 3-ти лица",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Филтри от 3-ти лица",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Мои филтри",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Мои филтри",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Мои правила",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Мои правила",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Изключения",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Изключения",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Дневник на мрежовите заявки",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Дневник на мрежовите заявки",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Относно",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Относно",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Разширени настройки",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Разширени настройки",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Щракване: изключва\/включва uBlock₀ за този сайт.\n\nCtrl + щракване: изключва uBlock₀ само за тази страница.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Щракване: изключва\/включва uBO за този сайт.\n\nCtrl + щракване: изключва uBO само за тази страница.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"блокирани заявки",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Щракване: изключва uBO за този сайт.\n\nCtrl + щракване: изключва uBO само за тази страница.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"на тази страница",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Щракнете, за да включите uBO за този сайт.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} или {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "блокирани заявки",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"от инсталацията",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "на тази страница",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"или",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} или {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Табло с настройки",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "общо досега",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Премахване на отделен елемент",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "или",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Блокиране на отделен елемент",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Табло с настройки",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Преглед на дневника със заявки",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Временно блокиране на отделен елемент",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Превключване блокирането на всички изскачащи прозорци за този сайт",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Блокиране на отделен елемент",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Превключване блокирането на големи мултимедийни елементи за този сайт",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Преглед на дневника със заявки",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Превключване на козметичното филтриране за този сайт",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Превключване блокирането на всички изскачащи прозорци за този сайт",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Превключване блокирането на външни шрифтове за този сайт",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Щракнете, за да блокирате всички изскачащи прозорци за този сайт",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Глобални правила: тази колона е за правила, прилагани за всички сайтове.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Щракнете, за да разрешите всички изскачащи прозорци за този сайт",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Локални правила: тази колона е за правила, прилагани само за текущият сайт. Локалните правила заместват глобалните.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Превключване блокирането на големи мултимедийни елементи за този сайт",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Щракнете, за да направите промените постоянни.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Щракнете, за да блокирате големите мултимедийни елементи за този сайт",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Щракнете, за да отмените вашите промени.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Щракнете, за да разрешите големите мултимедийни елементи за този сайт",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"Всички",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Превключване на козметичното филтриране за този сайт",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"Изображения",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Щракнете, за да изключите козметичните филтри за този сайт",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"3-ти лица",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Щракнете, за да включите козметичните филтри за този сайт",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"CSS\/изображения от 3-ти лица",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Превключване блокирането на външни шрифтове за този сайт",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"Вградени скриптове",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Щракнете, за да блокирате външните шрифтове за този сайт",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Скриптове от 1-ви лица",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Щракнете, за да разрешите външните шрифтове за този сайт",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Скриптове от 3-ти лица",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Глобални правила: тази колона е за правила, прилагани за всички сайтове.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Рамки от 3-ти лица",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Локални правила: тази колона е за правила, прилагани само за текущият сайт. Локалните правила заместват глобалните.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"свързани домейни",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Щракнете, за да направите промените постоянни.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} от {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Щракнете, за да отмените направените промени.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Създаване",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "Всички",
+ "description": ""
},
- "pickerPick":{
- "message":"Нов избор",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "Изображения",
+ "description": ""
},
- "pickerQuit":{
- "message":"Отказ",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "3-ти лица",
+ "description": ""
},
- "pickerPreview":{
- "message":"Преглед",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "CSS\/изображения от 3-ти лица",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Мрежови филтри",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "Вградени скриптове",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Козметични филтри",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Скриптове от 1-ви лица",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Щракване, Ctrl + щракване",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Скриптове от 3-ти лица",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Блокиране на елемент",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Рамки от 3-ти лица",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Скриване подсказващите текстове на блокираните елементи",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "свързани домейни",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Показване на брояч в иконката за блокираните заявки",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} от {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Изключване на поясненията",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Създаване",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Използване на контекстното меню, когато е възможно",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Нов избор",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Достъпност за хора с цветна слепота",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Отказ",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Включване на поддръжка за съхранение в облак",
- "description":""
+ "pickerPreview": {
+ "message": "Преглед",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Аз съм опитен потребител (Допълнително четиво<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Мрежови филтри",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"разширени настройки",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Козметични филтри",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Изключване на предварителното извличане (за избягване на всяка връзка за блокираните мрежови заявки)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Щракване, Ctrl + щракване",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Изключване на проверката за препратки",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Блокиране на елемент",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Предотвратяване изтичането на локалния IP адрес през WebRTC",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Скриване подсказващите текстове на блокираните елементи",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Поведение по подразбиране",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Показване на брояч в иконката за блокираните заявки",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Тези поведения по подразбиране могат да бъдат отменени за отделни сайтове",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Изключване на поясненията",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Изключване на козметичното филтриране",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Използване на контекстното меню, когато е възможно",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Блокиране на мултимедийни елементи, по-големи от {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Достъпност за хора с цветна слепота",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Блокиране на външни шрифтове",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Включване на поддръжка за съхранение в облак",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Използвана памет за съхранение: {{value}} байта",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Аз съм опитен потребител (Допълнително четиво<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Последно възстановяване:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "разширени настройки",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Последно резервно копие:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Изключване на предварителното извличане (за избягване на всяка връзка за блокираните мрежови заявки)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} мрежови филтри + {{cosmeticFilterCount}} козметични филтри от:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Изключване на проверката за препратки",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"използвани {{used}} от общо {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Предотвратяване изтичането на локалния IP адрес през WebRTC",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Автоматично актуализиране на списъците с филтри.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Поведение по подразбиране",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Актуализиране",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Тези поведения по подразбиране могат да бъдат отменени за отделни сайтове",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Изчистване на цялата кеш памет",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Изключване на козметичното филтриране",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Анализиране и прилагане на козметичните филтри.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Блокиране на мултимедийни елементи, по-големи от {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
източник цел тип действие<\/code> (пълна документация<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Постоянни правила",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Списък на вашите адреси, за които uBlock₀ ще бъде изключен. Един елемент на ред. Невалидните адреси ще бъдат игнорирани.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Временни правила",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Внасяне от файл...",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Връщане",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Изнасяне във файл",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Приемане",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"моите-ublock-изключения_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Редактиране",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Прилагане на промените",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Запазване",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Тип",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Отказ на промените",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Домейн",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Внасяне от файл...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL адрес",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Изнасяне във файл",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Филтър",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "моите-ublock-динамични-правила_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Всички",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Списък на вашите динамични правила за филтриране.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Скрити",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Синтаксис на правилото:
източник цел тип действие<\/code> (пълна документация<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"филтриране на записи",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Списък на вашите адреси, за които uBlock₀ ще бъде изключен. Един елемент на ред. Невалидните адреси ще бъдат игнорирани.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Максимален брой записи в дневника",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Внасяне от файл...",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Контекст:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Изнасяне във файл",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Тип:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "моите-ublock-изключения_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Динамично филтриране",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Прилагане на промените",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Статично филтриране",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Тип",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} на мрежови заявки от {{type}} за адрес, съвпадащ с {{br}}{{url}}{{br}}и произлизащ от {{origin}},{{importance}} има филтър със съвпадащи изключения.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Домейн",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Блокиране",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL адрес",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Разрешаване",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Филтър",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"тип \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Всички",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"всеки тип",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Скрити",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"\"{{origin}}\"",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "филтриране на записи",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"където и да е",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Максимален брой записи в дневника",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"с изключение, когато",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Контекст:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"дори ако",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Тип:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Статичният филтър {{filter}} е намерен в:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Динамично филтриране",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Списък с промени",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Статично филтриране",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} на мрежови заявки от {{type}} за адрес, съвпадащ с {{br}}{{url}}{{br}}и произлизащ от {{origin}},{{importance}} има филтър със съвпадащи изключения.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Поддръжка",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Блокиране",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Изходен код (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Разрешаване",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Сътрудници",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "тип \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Изнасяне във файл",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "всеки тип",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"моето-ublock-резервно-копие_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "\"{{origin}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Внасяне от файл...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "където и да е",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Възстановяване на настройките по подразбиране...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "с изключение, когато",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Всички ваши настройки ще бъдат заместени с помощта на данни, архивирани на {{time}} и uBlock₀ ще се рестартира.\n\nПрезаписване на всички съществуващи настройки, използвайки архивираните данни?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "дори ако",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Данните не могат да бъдат прочетени или са невалидни",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Статичният филтър {{filter}} е намерен в:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Всички ваши настройки ще бъдат премахнати и uBlock₀ ще се рестартира.\n\nВръщане на uBlock₀ към стандартните настройки?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Списък с промени",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Неуспешно свързване: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Добавяне на следния адрес към вашият списък с потребителски филтри?\n\nИме: \"{{title}}\"\nURL адрес: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Поддръжка",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"преди минута",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Изходен код (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"преди {{value}} минути",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Сътрудници",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"преди час",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Изнасяне във файл",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"преди {{value}} часа",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "моето-ublock-резервно-копие_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"преди ден",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Внасяне от файл...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"преди {{value}} дни",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Възстановяване на първоначалните настройки...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Показване на табло",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Всички ваши настройки ще бъдат презаписани с данни, архивирани на {{time}} и uBlock₀ ще се рестартира.\n\nПрезаписване на всички съществуващи настройки, използвайки архивираните данни?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Показване на дневник за мрежовите заявки",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Данните не могат да бъдат прочетени или са невалидни",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"изключване",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Всички ваши настройки ще бъдат премахнати и uBlock₀ ще се рестартира.\n\nВръщане на uBlock₀ към стандартните настройки?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin предотврати зареждането на страницата:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Неуспешно свързване: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Блокиращ филтър",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Добавяне на следния адрес към вашият списък с потребителски филтри?\n\nИме: \"{{title}}\"\nURL адрес: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"без параметри",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "преди минута",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Намерен в:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "преди {{value}} минути",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Назад",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "преди час",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Затваряне на прозореца",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "преди {{value}} часа",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Изключване на строгото блокиране за {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "преди ден",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Временно",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "преди {{value}} дни",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Постоянно",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Показване на табло",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Изнасяне в облачно хранилище",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Показване на дневник за мрежовите заявки",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Внасяне от облачно хранилище",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "изключен",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Внасяне на настройки от облачно хранилище и обединяване с текущите",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin предотврати зареждането на страницата:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Блокиращ филтър",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Име на това устройство:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "без параметри",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Внимание! Променяте настройките на свой собствен риск.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Намерен в:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Изпращане",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Назад",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Прилагане на промените",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Затваряне на прозореца",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Връщане",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Изключване на строгото блокиране за {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"байта",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Временно",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Временно разрешаване на големи мултимедийни елементи",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Постоянно",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Това поле трябва да бъде последното",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Изнасяне в облачно хранилище",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Внасяне от облачно хранилище",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Внасяне на настройки от облачно хранилище и обединяване с текущите",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Име на това устройство:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Внимание! Променяте настройките на свой собствен риск.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Изпращане",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Прилагане на промените",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Връщане",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "байта",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Временно разрешаване на големи мултимедийни елементи",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Това поле трябва да бъде последното",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/bn/messages.json b/src/_locales/bn/messages.json
index 0508dfb2786a9..c4241726d980b 100644
--- a/src/_locales/bn/messages.json
+++ b/src/_locales/bn/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"অবশেষে, একটি কার্যকর বিজ্ঞাপন প্রতিরোধক। সিপিইউ এবং মেমরি সহায়ক।",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "অবশেষে, একটি কার্যকর বিজ্ঞাপন প্রতিরোধক। সিপিইউ এবং মেমরি সহায়ক।",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — ড্যাশবোর্ড",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — ড্যাশবোর্ড",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"সেটিংস",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "সেটিংস",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"তৃতীয় পক্ষের ফিল্টারস",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "৩য়-দলের ফিল্টার",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"আমার ফিল্টারস",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "আমার ফিল্টার",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"আমার নিয়ম",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "আমার নিয়ম",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"পরিচ্ছন্ন তালিকা",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "সাদাতালিকা",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — ঘটনাবলী",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — ঘটনাবলী",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"সম্পর্কে",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "সম্পর্কে",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"উন্নত সেটিংস",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "উন্নত সেটিংস",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"ক্লিক: এই সাইটের জন্য uBlock₀ নিষ্ক্রিয়\/সক্রিয় করবে।\n\nCtrl+ক্লিক: শুধু এই পাতার জন্য uBlock₀ নিষ্ক্রিয় করবে।",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "ক্লিক: এই সাইটের জন্য uBlock₀ নিষ্ক্রিয়\/সক্রিয় করবে।\n\nCtrl+ক্লিক: শুধু এই পাতার জন্য uBlock₀ নিষ্ক্রিয় করবে।",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"অবরোধের অনুরোধ",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "এই সাইটের জন্য uBlock₀ নিষ্ক্রিয় করতে ক্লিক করুন।\n\nCtrl+ক্লিক করলে শুধু এই পাতার জন্য uBlock₀ নিষ্ক্রিয় হবে।",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"এই পাতায়",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "এই সাইটের জন্য uBlock₀ সক্রিয় করতে ক্লিক করুন।",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}}টি বা {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "অবরোধের অনুরোধ",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"ইনস্টলের পর থেকে",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "এই পাতায়",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"বা",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}}টি বা {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"ড্যাশবোর্ড খোলার জন্য ক্লিক করুন",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "ইনস্টলের পর থেকে",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"উপাদান অপসারণ মোডে প্রবেশ করুন",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "বা",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"উপাদান বাছাইকারী মোডে প্রবেশ করুন",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "ড্যাশবোর্ড খোলার জন্য ক্লিক করুন",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"ঘটনাবলী খুলুন",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "উপাদান অপসারণ মোডে প্রবেশ করুন",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"এই সাইটের জন্য সব পপআপ প্রতিরোধ অদলবদল করুন",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "উপাদান বাছাইকারী মোডে প্রবেশ করুন",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"এই সাইটের জন্য বড় মিডিয়া উপাদান অবরোধ অদলবদল করুন",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "ঘটনাবলী খুলুন",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"এই সাইটের জন্য বাহ্যিক ফিল্টারিং অদলবদল করুন",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "এই সাইটের জন্য সব পপআপ প্রতিরোধ অদলবদল করুন",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"এই সাইটের রিমোট ফন্টের অবরোধ অদলবদল করুন",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "এই সাইটে সব পপআপ অবরুদ্ধ করতে ক্লিক করুন",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"সার্বজনীন নিয়ম: এই কলামটি সেইসব নিয়মের জন্য যা সকল সাইটের উপর প্রযোজ্য।",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "এই সাইটে সব পপআপ আর অবরুদ্ধ না করতে ক্লিক করুন",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"অভ্যন্তরীন নিয়ম: এই কলামটি সেইসব নিয়মের জন্য যা শুধু বর্তমান সাইটে প্রয়োগ করা হবে।\nঅভ্যন্তরীন নিয়ম সার্বজনীন নিয়মকে অগ্রাহ্য করবে।",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "এই সাইটের জন্য বড় মিডিয়া উপাদান অবরোধ অদলবদল করুন",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"আপনার পরিবর্তনগুলি স্থায়ী করতে ক্লিক করুন।",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "এই সাইটে বড় মিডিয়া উপাদান অবরুদ্ধ করতে ক্লিক করুন",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"আপনার পরিবর্তনগুলি প্রত্যাবর্তন করতে ক্লিক করুন।",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "এই সাইটে বড় মিডিয়া উপাদান আর অবরুদ্ধ না করতে ক্লিক করুন",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"সব",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "এই সাইটের জন্য বাহ্যিক ফিল্টারিং অদলবদল করুন",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"চিত্র",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "এই সাইটে প্রসাধনী ফিল্টার নিষ্ক্রিয় করতে ক্লিক করুন",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"৩য়-দল",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "এই সাইটে প্রসাধনী ফিল্টার সক্রিয় করতে ক্লিক করুন",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"৩য়-দলের css\/চিত্র",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "এই সাইটের রিমোট ফন্টের অবরোধ অদলবদল করুন",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"সারির স্ক্রিপ্ট",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "এই সাইটে রিমোট ফন্ট অবরুদ্ধ করতে ক্লিক করুন",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"১ম-দলের স্ক্রিপ্ট",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "এই সাইটে রিমোট ফন্ট আর অবরুদ্ধ না করতে ক্লিক করুন",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"৩য়-দলের স্ক্রিপ্ট",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "সার্বজনীন নিয়ম: এই কলামটি সেইসব নিয়মের জন্য যা সকল সাইটের উপর প্রযোজ্য।",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"৩য়-দলের ফ্রেম",
- "description":""
+ "popupTipLocalRules": {
+ "message": "অভ্যন্তরীন নিয়ম: এই কলামটি সেইসব নিয়মের জন্য যা শুধু বর্তমান সাইটে প্রয়োগ করা হবে।\nঅভ্যন্তরীন নিয়ম সার্বজনীন নিয়মকে অগ্রাহ্য করবে।",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"সংযুক্ত ডোমেইন",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "আপনার পরিবর্তনগুলি স্থায়ী করতে ক্লিক করুন।",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{total}}টির মধ্যে {{count}}টি",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "আপনার পরিবর্তনগুলি ফেরত নিতে ক্লিক করুন।",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"তৈরি করুন",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "সব",
+ "description": ""
},
- "pickerPick":{
- "message":"চয়ন করুন",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "চিত্র",
+ "description": ""
},
- "pickerQuit":{
- "message":"প্রস্থান",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "৩য়-দল",
+ "description": ""
},
- "pickerPreview":{
- "message":"প্রাকদর্শন",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "৩য়-দলের css\/চিত্র",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"নেট ফিল্টার",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "সারির স্ক্রিপ্ট",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"প্রসাধনী ফিল্টার",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "১ম-দলের স্ক্রিপ্ট",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"ক্লিক, Ctrl-ক্লিক",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "৩য়-দলের স্ক্রিপ্ট",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"উপাদান অবরুদ্ধ করুন",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "৩য়-দলের ফ্রেম",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"অবরুদ্ধ উপাদানের স্থানধারক লুকান",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "সংযুক্ত ডোমেইন",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"আইকনে অবরোধের অনুরোধ সংখ্যা দেখান",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{total}}টির মধ্যে {{count}}টি",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"টুলটিপ নিষ্ক্রিয় করুন",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "তৈরি করুন",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"উপযুক্ত স্থানে প্রাসঙ্গিক মেনু ব্যবহার করুন",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "চয়ন করুন",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"বর্ণান্ধ বন্ধুত্বপূর্ণ",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "প্রস্থান",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"ক্লাউড সঞ্চয়ের সমর্থন সক্রিয় করুন",
- "description":""
+ "pickerPreview": {
+ "message": "প্রাকদর্শন",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"আমি একজন উন্নত ব্যবহারকারী (পড়া আবশ্যক<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "নেট ফিল্টার",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"উন্নত সেটিংস",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "প্রসাধনী ফিল্টার",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"অগ্রিম নিয়ে আসা নিষ্ক্রিয় করুন (অবরুদ্ধ নেটওয়ার্ক অনুরোধের জন্য যে কোনো সংযোগ প্রতিরোধ করতে)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "ক্লিক, Ctrl-ক্লিক",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"হাইপারলিঙ্ক নিরীক্ষণ\/বাতিঘর নিষ্ক্রিয় করুন",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "উপাদান অবরুদ্ধ করুন",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"স্থানীয় IP ঠিকানা ফাঁস থেকে WebRTC কে প্রতিরোধ করে",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "অবরুদ্ধ উপাদানের স্থানধারক লুকান",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"পূর্বনির্ধারিত আচরণ",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "আইকনে অবরোধের অনুরোধ সংখ্যা দেখান",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"এই পূর্বনির্ধারিত আচরণ প্রতি সাইট ভিত্তিতে ওভাররাইড করা যেতে পারে",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "টুলটিপ নিষ্ক্রিয় করুন",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"প্রসাধন ফিল্টারিং নিষ্ক্রিয় করুন",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "উপযুক্ত স্থানে প্রাসঙ্গিক মেনু ব্যবহার করুন",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"{{input:number}} কেবির থেকে বড় মিডিয়া উপাদান অবরুদ্ধ করুন",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "বর্ণান্ধ বন্ধুত্বপূর্ণ",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"রিমোট ফন্ট অবরুদ্ধ করুন",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "ক্লাউড সঞ্চয়ের সমর্থন সক্রিয় করুন",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"সংগ্রহস্থল ব্যবহার: {{value}} বাইট",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "আমি একজন উন্নত ব্যবহারকারী (পড়া আবশ্যক<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"সর্বশেষ পুনঃস্থাপন:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "উন্নত সেটিংস",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"সর্বশেষ ব্যাকআপ:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "অগ্রিম নিয়ে আসা নিষ্ক্রিয় করুন (অবরুদ্ধ নেটওয়ার্ক অনুরোধের জন্য যে কোনো সংযোগ প্রতিরোধ করতে)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"এ থেকে {{netFilterCount}}টি নেটওয়ার্ক ফিল্টার + {{cosmeticFilterCount}}টি প্রসাধনী ফিল্টার:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "হাইপারলিঙ্ক নিরীক্ষণ\/বাতিঘর নিষ্ক্রিয় করুন",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{total}}টির মধ্যে {{used}}টি ব্যবহৃত",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "স্থানীয় IP ঠিকানা ফাঁস থেকে WebRTC কে প্রতিরোধ করে",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"ফিল্টার তালিকা স্বয়ংক্রিয়-হালনাগাদ করুন।",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "পূর্বনির্ধারিত আচরণ",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"এখনই হালনাগাদ করুন",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "এই পূর্বনির্ধারিত আচরণ প্রতি সাইট ভিত্তিতে ওভাররাইড করা যেতে পারে",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"সব ক্যাশে শোধন করুন",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "প্রসাধন ফিল্টারিং নিষ্ক্রিয় করুন",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"প্রসাধনী ফিল্টার পার্স ও কার্যকর করুন।",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "{{input:number}} কেবির থেকে বড় মিডিয়া উপাদান অবরুদ্ধ করুন",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (সম্পূর্ণ নথিপত্র<\/a>)।",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "স্থায়ী নিয়ম",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"আপনার হোস্টের তালিকা যাদের জন্য uBlock₀ নিষ্ক্রিয় করা হবে। লাইন প্রতি একটি ভুক্তি। অবৈধ হোস্ট নাম নিশব্দে উপেক্ষা করা হবে।",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "অস্থায়ী নিয়ম",
+ "description": "header"
},
- "whitelistImport":{
- "message":"আমদানি ও পরিশেষে যোগ করুন",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "প্রত্যাবর্তন",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"রপ্তানি করুন",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "কমিট",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"amar-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "সম্পাদনা",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"পরিবর্তনগুলি প্রয়োগ",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "সংরক্ষণ",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"ধরন",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "বাতিল করুন",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"ডোমেইন",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "ফাইল থেকে আমদানি...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "ফাইলে রপ্তানি",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"ফিল্টার",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "amar-ublock-dynamic-niyom_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"সব",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "আপনার গতিশীল ফিল্টারের নিয়মের তালিকা।",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"পর্দার আড়ালে",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "শব্দবিন্যাসের নিয়ম:
source destination type action<\/code> (সম্পূর্ণ নথিপত্র<\/a>)।",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"ফিল্টার লগের ভুক্তি",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "আপনার হোস্টের তালিকা যাদের জন্য uBlock₀ নিষ্ক্রিয় করা হবে। লাইন প্রতি একটি ভুক্তি। অবৈধ হোস্ট নাম নিশব্দে উপেক্ষা করা হবে।",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"ভুক্তির সর্বাধিক সংখ্যা",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "আমদানি ও পরিশেষে যোগ করুন",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"প্রসঙ্গ:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "রপ্তানি করুন",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"ধরন:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "amar-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"ডায়নামিক URL ফিল্টারিং",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "পরিবর্তনগুলি প্রয়োগ",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"স্থির ফিল্টারিং",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "ধরন",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{type}}-এর নেটওয়ার্ক অনুরোধ {{action}} {{br}}যার URL ঠিকানা {{url}}-এর সাথে মিলেছে {{br}}এবং যার মূলভিত্তি {{origin}},{{br}} {{importance}} এখানে একটি মেলানো ব্যতিক্রম ফিল্টার আছে।",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "ডোমেইন",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"অবরুদ্ধ করুন",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"মঞ্জুর",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "ফিল্টার",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"ধরন “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "সব",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"যে কোন ধরন",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "পর্দার আড়ালে",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"“{{origin}}” থেকে",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "ফিল্টার লগের ভুক্তি",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"যে কোন জায়গা থেকে",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "ভুক্তির সর্বাধিক সংখ্যা",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"এছাড়া যখন",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "প্রসঙ্গ:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"এমনকি যদি",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "ধরন:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"স্থির ফিল্টার {{filter}} পাওয়া গেছে:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "ডায়নামিক URL ফিল্টারিং",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"পরিবর্তন লগ",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "স্থির ফিল্টারিং",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"উইকি",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{type}}-এর নেটওয়ার্ক অনুরোধ {{action}} {{br}}যার URL ঠিকানা {{url}}-এর সাথে মিলেছে {{br}}এবং যার মূলভিত্তি {{origin}},{{br}} {{importance}} এখানে একটি মেলানো ব্যতিক্রম ফিল্টার আছে।",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"সমর্থন",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "অবরুদ্ধ করুন",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"উত্স কোড (GPLv৩)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "মঞ্জুর",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"অবদানকারী",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "ধরন “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"ফাইলে ব্যাকআপ",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "যে কোন ধরন",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"amar-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "“{{origin}}” থেকে",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"ফাইল থেকে পুনরুদ্ধার...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "যে কোন জায়গা থেকে",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"ডিফল্ট সেটিংসে পুন:স্থাপন করুন...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "এছাড়া যখন",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"{{time}}-এর ডেটা ব্যাকআপ ব্যবহার করে আপনার সেটিংস পুনঃলিখিত হবে, এবং uBlock₀ পুনরায় চালু হবে।\n\nডেটা ব্যাকআপ ব্যবহার করে সমস্ত বিদ্যমান সেটিংস পুনঃলিখবেন?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "এমনকি যদি",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"উপাত্তটি পড়া যায়নি বা অকার্যকর",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "স্থির ফিল্টার {{filter}} পাওয়া গেছে:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"আপনার সব সেটিংস বাতিল করা হবে, এবং uBlock₀ পুনরায় চালু হবে।\n\nuBlock₀ সেটিংস পুনঃস্থাপন করবেন?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "পরিবর্তন লগ",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"{{url}} -এ সংযোগ করতে অক্ষম",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "উইকি",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: আপনার নিজস্ব ফিল্টার তালিকায় নিম্নলিখিত URL যোগ করবেন?\n\nশিরোনাম: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "সমর্থন",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"এক মিনিট আগে",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "উত্স কোড (GPLv৩)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} মিনিট আগে",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "অবদানকারী",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"এক ঘণ্টা আগে",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "ফাইলে ব্যাকআপ",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} ঘণ্টা আগে",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "amar-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"এক দিন আগে",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "ফাইল থেকে পুনরুদ্ধার...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} দিন আগে",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "ডিফল্ট সেটিংসে পুন:স্থাপন করুন...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"ড্যাশবোর্ড দেখুন",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "{{time}}-এর ডেটা ব্যাকআপ ব্যবহার করে আপনার সেটিংস পুনঃলিখিত হবে, এবং uBlock₀ পুনরায় চালু হবে।\n\nডেটা ব্যাকআপ ব্যবহার করে সমস্ত বিদ্যমান সেটিংস পুনঃলিখবেন?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"লগার দেখান",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "উপাত্তটি পড়া যায়নি বা অকার্যকর",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"বন্ধ",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "আপনার সব সেটিংস বাতিল করা হবে, এবং uBlock₀ পুনরায় চালু হবে।\n\nuBlock₀ সেটিংস পুনঃস্থাপন করবেন?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uব্লক অরিজিন নিচের পৃষ্ঠা লোড করাকে প্রতিহত করেছে:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "{{url}} -এ সংযোগ করতে অক্ষম",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"নিম্নলিখিত ফিল্টারের কারণে",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: আপনার নিজস্ব ফিল্টার তালিকায় নিম্নলিখিত URL যোগ করবেন?\n\nশিরোনাম: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"প্যারামিটার বিহীন",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "এক মিনিট আগে",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"যা এতে পাওয়া গেছে:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} মিনিট আগে",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"ফিরে যান",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "এক ঘণ্টা আগে",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"এই উইন্ডোটি বন্ধ করুন",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} ঘণ্টা আগে",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"{{hostname}}-এর জন্য কঠোর অবরোধ নিষ্ক্রিয় করুন",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "এক দিন আগে",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"সাময়িকভাবে",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} দিন আগে",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"স্থায়ীভাবে",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "ড্যাশবোর্ড দেখুন",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"ক্লাউড সঞ্চয়ে রপ্তানি করুন",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "লগার দেখান",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"ক্লাউড সঞ্চয় থেকে আমদানি করুন",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "বন্ধ",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"ক্লাউড সংগ্রহস্থল থেকে আমদানি করে বর্তমানে সেটিংসের সঙ্গে একত্রীকরণ করুন",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uব্লক অরিজিন নিচের পৃষ্ঠা লোড করাকে প্রতিহত করেছে:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "নিম্নলিখিত ফিল্টারের কারণে",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"এই ডিভাইসের নাম:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "প্যারামিটার বিহীন",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"সতর্কবাণী! আপনার নিজ ঝুঁকিতে এই উন্নত সেটিংগুলি পরিবর্তন করুন।",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "যা এতে পাওয়া গেছে:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"জমা দিন",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "ফিরে যান",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"পরিবর্তনগুলি প্রয়োগ",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "এই উইন্ডোটি বন্ধ করুন",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"প্রত্যাবর্তন",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "{{hostname}}-এর জন্য কঠোর অবরোধ নিষ্ক্রিয় করুন",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"বাইট",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "সাময়িকভাবে",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"সাময়িকভাবে বৃহৎ মিডিয়া উপাদান মঞ্জুরি দিন",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "স্থায়ীভাবে",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "ক্লাউড সঞ্চয়ে রপ্তানি করুন",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "ক্লাউড সঞ্চয় থেকে আমদানি করুন",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "ক্লাউড সংগ্রহস্থল থেকে আমদানি করে বর্তমানে সেটিংসের সঙ্গে একত্রীকরণ করুন",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "এই ডিভাইসের নাম:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "সতর্কবাণী! আপনার নিজ ঝুঁকিতে এই উন্নত সেটিংগুলি পরিবর্তন করুন।",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "জমা দিন",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "পরিবর্তনগুলি প্রয়োগ",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "প্রত্যাবর্তন",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "বাইট",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "সাময়িকভাবে বৃহৎ মিডিয়া উপাদান মঞ্জুরি দিন",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/ca/messages.json b/src/_locales/ca/messages.json
index 25add2ff0a254..1e74724165ab2 100644
--- a/src/_locales/ca/messages.json
+++ b/src/_locales/ca/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Finalment, un blocador eficient que utilitza pocs recursos de memòria i processador.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Finalment, un blocador eficient que utilitza pocs recursos de memòria i processador.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Tauler de control",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Tauler de control",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Configuració",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Configuració",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filtres de tercers",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filtres de tercers",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Els vostres filtres",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Els vostres filtres",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Les meves regles",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Les meves regles",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Llista blanca",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Llista blanca",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Registre de peticions de xarxa",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Registre de peticions de xarxa",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Quant a",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Quant a",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Configuració avançada",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Configuració avançada",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Clic: habilita\/inhabilita l'µBlock per a aquest lloc.\n\nCtrl+clic: inhabilita l'µBlock només en aquesta pàgina.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Clic: habilita\/inhabilita l'uBlock₀ per a aquest lloc.\n\nCtrl+clic: inhabilita l'uBlock₀ només en aquesta pàgina.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"sol·licituds bloquejades",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Feu clic per desactivar l'uBlock₀ en aquest lloc.\n\nFeu Ctrl+clic per desactivar l'uBlock₀ només en aquesta pàgina.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"en aquesta pàgina",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Feu clic per activar l'uBlock₀ en aquest lloc.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} o {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "sol·licituds bloquejades",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"des de la instal·lació",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "en aquesta pàgina",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"o",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} o {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Clic per obrir el tauler de control",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "des de la instal·lació",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Activa el mode d'eliminació d'elements",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "o",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Entrar al mode de selecció d'elements",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Clic per obrir el tauler de control",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Registre de peticions",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Activa el mode d'eliminació d'elements",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"No permetis finestres emergents en aquest web",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Canvia al mode de selecció d'elements",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Alterna el bloqueig de fitxers multimèdia grans en aquest web",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Obre el registre d'esdeveniments",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Habilita el filtre cosmètic en aquest web",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Commuta el bloqueig de totes les finestres emergents d'aquest lloc",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Alterna el blocatge de tipografies remotes per aquest lloc",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Feu clic per bloquejar totes les finestres emergents d'aquest lloc",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Regles globals: Aquesta columna s'apliquen a tots els webs.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Feu clic per desbloquejar les finestres emergents d'aquest lloc",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Regles locals: Aquesta columna s'aplica només a aquest web.\nLes regles locals prevaleixen sobre les globals.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Commuta el bloqueig d'elements multimèdia grans per a aquest lloc",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Feu clic per fer els canvis permanents.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Feu clic per bloquejar elements multimèdia grans en aquest lloc",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Feu clic per desfer els canvis.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Fes clic per no bloquejar els elements multimèdia grans en aquest lloc",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"tot",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Commuta els filtres cosmètics d'aquest lloc",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"imatges",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Feu clic per desactivar els filtres cosmètics en aquest lloc",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"de tercers",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Feu clic per activar els filtres cosmètics en aquest lloc",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"css\/imatges de tercers",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Commuta el bloqueig de fonts remotes per a aquest lloc",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"scripts incrustats",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Feu clic per bloquejar fonts remotes en aquest lloc",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"scripts",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Feu clic per desbloquejar les fonts remotes en aquest lloc",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"scripts de tercers",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Regles globals: les regles d'aquesta columna s'apliquen a tots els llocs.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"marcs de tercers",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Regles locals: les regles d'aquesta columna s'apliquen només al lloc actual.\nLes regles locals anul·len les regles globals.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"dominis connectats",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Feu clic per fer els canvis permanents.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} de {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Feu clic per desfer els canvis.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Crear",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "tot",
+ "description": ""
},
- "pickerPick":{
- "message":"Escollir",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "imatges",
+ "description": ""
},
- "pickerQuit":{
- "message":"Sortir",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "de tercers",
+ "description": ""
},
- "pickerPreview":{
- "message":"Vista prèvia",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "css\/imatges de tercers",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Filtres de xarxa",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "scripts incrustats",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Filtres cosmètics",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "scripts",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Clic, Ctrl+clic",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "scripts de tercers",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Bloquejar element",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "marcs de tercers",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Amagar marcardors de posició dels elements bloquejats",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "dominis connectats",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Mostrar el número de peticions bloquejades a l'icona",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} de {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Inhabilita els suggeriments",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Crear",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Utilitzar el menú contextual quan sigui possible",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Escollir",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Configuració per a persones daltòniques",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Sortir",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Habilita el suport d'emmagatzematge al núvol",
- "description":""
+ "pickerPreview": {
+ "message": "Vista prèvia",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Sóc un usuari avançat (Lectura necessària<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Filtres de xarxa",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"configuració avançada",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Filtres cosmètics",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Inhabilita la cerca prèvia (per evitar qualsevol connexió de xarxa per a sol·licituds blocades)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Clic, Ctrl+clic",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Inhabilita l'auditoria de l'enllaç",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Bloqueja l'element",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Evita que el protocol WebRTC divulgui la IP local",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Amaga els marcardors de posició dels elements bloquejats",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Opció per defecte",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Mostra el número de peticions bloquejades a la icona",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Es pot anul·lar el comportament per defecte per a qualsevol web",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Desactiva els suggeriments",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Inhabilita els filtres cosmètics",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Utilitzar el menú contextual quan sigui possible",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Bloca els fitxers multimèdia més grans que {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Configuració per a persones daltòniques",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Bloca les fonts remotes",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Activa el suport d'emmagatzematge al núvol",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Emmagatzematge utilitzat: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Sóc un usuari avançat (Lectura necessària<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Darrera restauració:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "configuració avançada",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Darrera còpia de seguretat:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Inhabilita la cerca prèvia (per evitar qualsevol connexió de xarxa per a sol·licituds blocades)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} filtres de xarxa + {{cosmeticFilterCount}} filtres cosmètics de:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Inhabilita l'auditoria de l'enllaç",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} utilitzats de {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Evita que el protocol WebRTC divulgui la IP local",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Actualitzar automàticament la llista de filtres.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Comportament per defecte",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Actualitza ara",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Es pot anul·lar el comportament per defecte per a qualsevol web",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Neteja la memòria caché",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Desactiva els filtres cosmètics",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Analitzar i aplicar filtres cosmètics.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Bloqueja els fitxers multimèdia més grans que {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
origen destinació tipus acció<\/code> (documentació<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Normes permanents",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Llistat dels noms de servidor amb que s'inhabilitarà l'µBlock. Una entrada per línia. S'ignoraran els noms de servidor no vàlids.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Normes temporals",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Imporar i annexar",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Desfer",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exportar",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Establir",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Editar",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Aplicar canvis",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Desar",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tipus",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Descartar",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domini",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importa des de...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Exporta a...",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtre",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Tot",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Llista de regles de filtrat dinàmic.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Peticions ocultes",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Sintaxi de les regles:
origen destinació tipus acció<\/code> (documentació<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtrar entrades del registre",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Llistat dels noms de servidor amb que s'inhabilitarà l'µBlock. Una entrada per línia. S'ignoraran els noms de servidor no vàlids.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Nombre màxim d'entrades del registre",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Imporar i annexar",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Context:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exportar",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tipus:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Filtre dinàmic d'URL",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Aplicar canvis",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Filtre estàtic",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tipus",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} peticions de la xarxa {{type}} {{br}}amb l'URL coincidint {{url}} {{br}}originada des de {{origin}},{{br}}{{importance}} si és una concordança d'un filtre d'excepció.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domini",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Bloca",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Permet",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtre",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tipus «{{type}}»",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Tot",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"de qualsevol tipus",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Peticions ocultes",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"des de «{{origin}}»",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtrar entrades del registre",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"des de qualsevol web",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Nombre màxim d'entrades del registre",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"excepte",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Context:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"fins i tot",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tipus:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"S'ha trobat el filtre {{filter}}:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Filtre dinàmic d'URL",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Registre de canvis",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Filtre estàtic",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} peticions de la xarxa {{type}} {{br}}amb l'URL coincidint {{url}} {{br}}originada des de {{origin}},{{br}}{{importance}} si és una concordança d'un filtre d'excepció.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Suport",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Bloqueja",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Codi font (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Permet",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Col·laboradors",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tipus «{{type}}»",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Còpia de seguretat a un fitxer",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "de qualsevol tipus",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "des de «{{origin}}»",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Restaurar des d'un fitxer...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "des de qualsevol web",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Restaurar als valors de fàbrica...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "excepte",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"La configuració es sobreescriurà amb la còpia de seguretat del {{time}}, i es reiniciarà l'µBlock.\n\nVoleu restaurar la configuració amb la còpia de seguretat?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "fins i tot",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Les dades no es poden llegir o no son vàlides",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "S'ha trobat el filtre estàtic {{filter}} a:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"La configuració serà suprimida i es reiniciarà l'µBlock.\n\nVoleu reiniciar l'µBlock als valors per defecte?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Registre de canvis",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"No es pot connectar a {{url}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Voleu afegir aquest enllaç a la llista de filtres personalitzats?\n\nTítol: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Suport",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"fa un minut",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Codi font (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"fa {{value}} minuts",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Col·laboradors",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"fa una hora",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Còpia de seguretat a un fitxer",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"fa {{value}} hores",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"fa un dia",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Restaurar des d'un fitxer...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"fa {{value}} dies",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Restaurar als valors de fàbrica...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Mostrar Tauler de control",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "La configuració es sobreescriurà amb la còpia de seguretat del {{time}}, i l'uBlock₀ es reiniciarà.\n\nVoleu restaurar la configuració amb la còpia de seguretat?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Mostra el registre de peticions de la xarxa",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Les dades no es poden llegir o no son vàlides",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"desactivat",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "La configuració serà suprimida i es reiniciarà l'uBlock₀.\n\nVoleu reiniciar l'uBlock₀ als valors per defecte?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"L'ublock ha rebutjat contingut d'aquest web:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Error de xarxa: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Detectat per aquest filtre",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Voleu afegir aquesta URL a la llista de filtres personalitzats?\n\nTítol: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"sense paràmetres",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "fa un minut",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Trobat a:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "fa {{value}} minuts",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Enrere",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "fa una hora",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Tanca aquesta finestra",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "fa {{value}} hores",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Inhabilita el blocatge estricte per {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "fa un dia",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporalment",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "fa {{value}} dies",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanentment",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Mostrar Tauler de control",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Exporta a un servei al núvol",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Mostra el registre d'esdeveniments",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importa des d'un servei al núvol",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "desactivat",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importa des del núvol i afegeix a la configuració actual",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "L'uBlock Origin ha impedit que es carregui la pàgina:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Detectat per aquest filtre",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Nom d'aquest dispositiu:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "sense paràmetres",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Atenció! Canvieu aquestes configuracions avançades sota la vostra responsabilitat.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Trobat a:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Envia",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Enrere",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Aplica els canvis",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Tanca aquesta finestra",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Desfer",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Inhabilita el blocatge estricte per {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporalment",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Permet temporalment els fitxers multimèdia grans",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanentment",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Aquesta entrada ha de ser l'última",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Exporta a un servei al núvol",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importa des d'un servei al núvol",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importa des del núvol i afegeix a la configuració actual",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Nom d'aquest dispositiu:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Atenció! Canvieu aquestes configuracions avançades sota la vostra responsabilitat.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Envia",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Aplica els canvis",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Desfés",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Permet temporalment els fitxers multimèdia grans",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Aquesta entrada ha de ser l'última",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/cs/messages.json b/src/_locales/cs/messages.json
index 2b35f7d18a9d7..f3b7fc81fb639 100644
--- a/src/_locales/cs/messages.json
+++ b/src/_locales/cs/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Konečně efektivní blokovač, který nezatěžuje CPU a paměť.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Konečně efektivní blokovač, který nezatěžuje CPU a paměť.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Řídící panel",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Ovládací panel",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Nastavení",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Nastavení",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filtry třetích stran",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filtry třetích stran",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Vaše filtry",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Vaše filtry",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Vaše pravidla",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Vaše pravidla",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Povolené domény",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Povolené domény",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Logger",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Protokol požadavků",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"O rozšíření",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "O rozšíření",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Pokročilá nastavení",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Pokročilá nastavení",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Kliknutí: trvale zakázat uBlock₀ pro celý tento web.\n\nCtrl+kliknutí: zakázat uBlock₀ pouze pro tuto stránku.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Kliknutí: trvale zakázat uBlock₀ pro celý tento web.\n\nCtrl+kliknutí: zakázat uBlock₀ pouze pro tuto stránku.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"zablokované požadavky",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"na této stránce",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} neboli {{percent}} %",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "zablokované požadavky",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"od instalace",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "na této stránce",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"neboli",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} neboli {{percent}} %",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Kliknutím sem otevřete ovládací panel",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "od instalace",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Zapnout režim likvidace prvků",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "neboli",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Režim výběru prvků",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Otevřít ovládací panel",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Otevřít logger",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Zapnout režim likvidace prvků",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Přepnout blokování všech vyskakovacích oken pro tento web",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Režim výběru prvků",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Přepnout blokování velkých multimediálních prvků na tomto webu",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Otevřít protokol požadavků",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Přepnout kosmetické filtrování pro tento web",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Přepnout blokování všech vyskakovacích oken na tomto webu",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Přepnout blokování vzdálených fontů pro tento web",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Globální pravidla: tento sloupec slouží pro pravidla, která platí pro všechny weby.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokální pravidla: tento sloupec slouží pro pravidla, která platí pouze pro aktuální web.\nLokální pravidla přepisují globální pravidla.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Přepnout blokování velkých multimediálních prvků na tomto webu",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Kliknutím použijete změny.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Kliknutím vrátíte změny.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"vše",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Přepnout kosmetické filtrování na tomto webu",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"obrázky",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"z třetí strany",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"obrázky\/css třetích stran",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Přepnout blokování vzdálených fontů pro tento web",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"řádkové skripty",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"skripty první strany",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"skripty třetích stran",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Globální pravidla: tento sloupec slouží pro pravidla, která platí pro všechny weby.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"rámce třetích stran",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokální pravidla: tento sloupec slouží pro pravidla, která platí pouze pro aktuální web.\nLokální pravidla přepisují globální pravidla.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domén připojeno",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Kliknutím natrvalo uložíte provedené změny.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} z {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Kliknutím zrušíte provedené změny.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Vytvořit",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "vše",
+ "description": ""
},
- "pickerPick":{
- "message":"Vybrat",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "obrázky",
+ "description": ""
},
- "pickerQuit":{
- "message":"Ukončit",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "z třetí strany",
+ "description": ""
},
- "pickerPreview":{
- "message":"Náhled",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "obrázky\/css třetích stran",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Síťové filtry",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "řádkové skripty",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Kosmetické filtry",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "skripty první strany",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Kliknutí, Ctrl+Kliknutí",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "skripty třetích stran",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blokovat prvek",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "rámce třetích stran",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Skrýt zástupné objekty zablokovaných prvků",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domén připojeno",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Zobrazit počet blokovaných požadavků u ikony",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} z {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Skrýt nápovědu při najetí",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Vytvořit",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Využít kontextovou nabídku kde je to možné",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Vybrat",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Styl pro barvoslepé",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Ukončit",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Povolit podporu cloudového úložiště",
- "description":""
+ "pickerPreview": {
+ "message": "Náhled",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Jsem pokročilý uživatel (nutno přečíst<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Síťové filtry",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"pokročilá nastavení",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Kosmetické filtry",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Zakázat přednačítání (zakáže jakékoliv spojení pro zablokované síťové požadavky)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Kliknutí, Ctrl+Kliknutí",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Vypnout auditování hypertextových odkazů",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blokovat prvek",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Předejít úniku lokálních IP adres přes WebRTC",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Skrýt zástupné objekty zablokovaných prvků",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Výchozí chování",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Zobrazit počet blokovaných požadavků u ikony",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Tato výchozí chování mohou být přepsána u jednotlivých webů",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Skrýt nápovědu při najetí",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Zakázat kosmetické filtrování",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Využít kontextovou nabídku kde je to možné",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Blokovat multimediální prvky větší než {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Styl pro barvoslepé",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Blokovat externí fonty",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Povolit podporu cloudového úložiště",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Prostoru využito: {{value}} bajtů",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Jsem pokročilý uživatel (nutno přečíst<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Poslední obnova:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "pokročilá nastavení",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Poslední záloha:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Zakázat přednačítání (zakáže jakékoliv spojení pro zablokované síťové požadavky)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} síťových filtrů + {{cosmeticFilterCount}} kosmetických filtrů z:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Vypnout auditování hypertextových odkazů",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} použito z celkových {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Předejít úniku lokálních IP adres přes WebRTC",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Automaticky aktualizovat seznamy filtrů.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Výchozí chování",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Aktualizovat nyní",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Tato výchozí chování mohou být přepsána u jednotlivých webů",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Vyčistit celou mezipaměť",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Zakázat kosmetické filtrování",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Zpracovat a použít kosmetické filtry.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Blokovat multimediální prvky větší než {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
zdroj destinace typ akce<\/code> (kompletní dokumentace<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Permanentní pravidla",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Pokyny whitelistu určují, pro které webové stránky bude uBlock Origin zakázán. Jedna položka na řádek. Neplatné pokyny budou tiše ignorovány a zakomentovány.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Dočasná pravidla",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importovat a připojit",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Vrátit",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exportovat",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Potvrdit",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"ublock-muj-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Upravit",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Použít změny",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Uložit",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Typ",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Zrušit",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Doména",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Načíst ze souboru…",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Exportovat do souboru",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtr",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "ublock-ma-dynamicka-pravidla_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Všechny stránky",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Seznam vašich pravidel pro dynamické filtrování.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Za oponou",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Syntaxe pravidel:
zdroj destinace typ akce<\/code> (kompletní dokumentace<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtrovat záznamy",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Pokyny whitelistu určují, pro které webové stránky bude uBlock Origin zakázán. Jedna položka na řádek. Neplatné pokyny budou tiše ignorovány a zakomentovány.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maximální počet záznamů",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importovat a připojit",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontext:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exportovat",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Typ:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "ublock-muj-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamické filtrování URL adres",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Použít změny",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statické filtrování",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Typ",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} síťové požadavky {{type}} {{br}}jejichž URL adresa se shoduje s {{url}} {{br}}a pochází {{origin}},{{br}}{{importance}} shodný výjimkový filtr.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Doména",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blokovat",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Povolit",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtr",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"typu “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Všechny stránky",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"jakéhokoliv typu",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Za oponou",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"z “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtrovat záznamy",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"odkudkoliv",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maximální počet záznamů",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"pokud neexistuje",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontext:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"i když existuje",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Typ:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statický filtr {{filter}} nalezen v seznamech:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamické filtrování URL adres",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Change log",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statické filtrování",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} síťové požadavky {{type}} {{br}}jejichž URL adresa se shoduje s {{url}} {{br}}a pochází {{origin}},{{br}}{{importance}} shodný výjimkový filtr.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Podpora",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blokovat",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Zdrojový kód (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Povolit",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Přispěvatelé",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "typu “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Zálohovat do souboru...",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "jakéhokoliv typu",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-moje-zaloha_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "z “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Obnovit ze souboru...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "odkudkoliv",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Obnovit výchozí nastavení...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "pokud neexistuje",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Všechna nastavení budou přepsána těmi zálohovanými {{time}} a uBlock₀ se restartuje.\n\nPřepsat všechna existující nastavení zálohovanými daty?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "i když existuje",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Data nemohla být načtena nebo jsou neplatná",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statický filtr {{filter}} nalezen v seznamech:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Všechna nastavení budou smazána a uBlock₀ se restaruje.\n\nObnovit uBlock₀ do továrního nastavení?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Change log",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Chyba sítě: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Přidat následující URL adresu do seznamů vlastních filtrů?\n\nNázev: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Podpora",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"před minutou",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Zdrojový kód (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"před {{value}} minutami",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Přispěvatelé",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"před hodinou",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Zálohovat do souboru...",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"před {{value}} hodinami",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-moje-zaloha_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"včera",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Obnovit ze souboru...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"před {{value}} dny",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Obnovit výchozí nastavení...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Zobrazit řídící panel",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Všechna nastavení budou přepsána těmi zálohovanými {{time}} a uBlock₀ se restartuje.\n\nPřepsat všechna existující nastavení zálohovanými daty?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Zobrazit Zaznamenávač",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Data nemohla být načtena nebo jsou neplatná",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"vypnutý",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Všechna nastavení budou smazána a uBlock₀ se restaruje.\n\nObnovit uBlock₀ do továrního nastavení?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin zabránil následující stránce v načtení:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Chyba sítě: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Kvůli následujícímu filtru",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Přidat následující URL adresu do seznamů vlastních filtrů?\n\nNázev: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"bez parametrů",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "před minutou",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Nalezeno v:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "před {{value}} minutami",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Jít zpět",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "před hodinou",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Zavřít toto okno",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "před {{value}} hodinami",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Zakázat striktní blokování pro {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "včera",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Dočasně",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "před {{value}} dny",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Trvale",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Zobrazit řídící panel",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Exportovat do cloudového úložiště",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Zobrazit Zaznamenávač",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importovat z cloudového úložiště",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "vypnutý",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importovat z cloudového úložiště a sloučit se současným nastavením",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin zabránil následující stránce v načtení:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Kvůli následujícímu filtru",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Název tohoto zařízení:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "bez parametrů",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Pozor! Tato pokročilá nastavení měníte na vlastní nebezpečí.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Nalezeno v:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Odeslat",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Jít zpět",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Použít změny",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Zavřít toto okno",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Vrátit",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Zakázat striktní blokování pro {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bajtů",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Dočasně",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Dočasně povolit velké multimediální prvky",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Trvale",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Exportovat do cloudového úložiště",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importovat z cloudového úložiště",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importovat z cloudového úložiště a sloučit se současným nastavením",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Název tohoto zařízení:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Pozor! Tato pokročilá nastavení měníte na vlastní nebezpečí.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Odeslat",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Použít změny",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Vrátit",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bajtů",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Dočasně povolit velké multimediální prvky",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/cv/messages.json b/src/_locales/cv/messages.json
index 762db5a4b3657..002c2cf52100c 100644
--- a/src/_locales/cv/messages.json
+++ b/src/_locales/cv/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Тинех Интернет тишкерӳҫӗ валли хӑвӑрт та витӗмлӗ чаркӑч пур.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Тинех Интернет тишкерӳҫӗ валли хӑвӑрт та витӗмлӗ чаркӑч пур.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"Йӗркелӳ ҫӳлӗкӗ",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "Йӗркелӳ ҫӳлӗкӗ",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Ӗнерлев",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Ӗнерлев",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Ют фильтрсем",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Ют фильтрсем",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Манӑн фильтрсем",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Манӑн фильтрсем",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Манӑн йӗрке",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Манӑн йӗрке",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Whitelist",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Whitelist",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Logger",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Logger",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Сарӑм пирки",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Сарӑм пирки",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Advanced settings",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Advanced settings",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"requests blocked",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"on this page",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} е {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "requests blocked",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"since install",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "on this page",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"е",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} е {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Йӗркелӳ ҫӳлӗкне уҫма пус",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "since install",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "е",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Enter element picker mode",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Йӗркелӳ ҫӳлӗкне уҫма пус",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Open the logger",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Enter element zapper mode",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Toggle the blocking of all popups for this site",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Enter element picker mode",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Toggle the blocking of large media elements for this site",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Open the logger",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Toggle cosmetic filtering for this site",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Toggle the blocking of all popups for this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Toggle the blocking of remote fonts for this site",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Global rules: this column is for rules which apply to all sites.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Toggle the blocking of large media elements for this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Click to make your changes permanent.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Click to revert your changes.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"пурте",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Toggle cosmetic filtering for this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"ӳкерчӗксем",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"ют ресурссем",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"ют css\/ӳкерчӗксем",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Toggle the blocking of remote fonts for this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"inline-скриптсем",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Харпӑр скриптсем",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"ют скриптсем",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Global rules: this column is for rules which apply to all sites.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Ют фреймсем",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domains connected",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Click to make your changes permanent.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} out of {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Click to revert your changes.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Create",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "пурте",
+ "description": ""
},
- "pickerPick":{
- "message":"Суйласа ил",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "ӳкерчӗксем",
+ "description": ""
},
- "pickerQuit":{
- "message":"Тух",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "ют ресурссем",
+ "description": ""
},
- "pickerPreview":{
- "message":"Preview",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "ют css\/ӳкерчӗксем",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Network filters",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "inline-скриптсем",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Cosmetic filters",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Харпӑр скриптсем",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Click, Ctrl-click",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "ют скриптсем",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Block element",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Ют фреймсем",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Hide placeholders of blocked elements",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domains connected",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Show the number of blocked requests on the icon",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} out of {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Disable tooltips",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Create",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Make use of context menu where appropriate",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Суйласа ил",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Color-blind friendly",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Тух",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Enable cloud storage support",
- "description":""
+ "pickerPreview": {
+ "message": "Preview",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Эпӗ ӑста усӑҫ (Вуламасӑр иртме ҫук<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Network filters",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"advanced settings",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Cosmetic filters",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Disable pre-fetching (to prevent any connection for blocked network requests)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Click, Ctrl-click",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Disable hyperlink auditing",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Block element",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Prevent WebRTC from leaking local IP addresses",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Hide placeholders of blocked elements",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Default behavior",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Show the number of blocked requests on the icon",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Ку ӗнерлеве кашни сайт валли уйрӑм палӑртма май пур",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Disable tooltips",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Disable cosmetic filtering",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Make use of context menu where appropriate",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"{{input:number}} КБ йывӑртарах медиа-элементсене чар",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Color-blind friendly",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Ют шрифтсене чар",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Enable cloud storage support",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Storage used: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Эпӗ ӑста усӑҫ (Вуламасӑр иртме ҫук<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Юлашки тавӑру:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "advanced settings",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Last backup:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Disable pre-fetching (to prevent any connection for blocked network requests)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Disable hyperlink auditing",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} used out of {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Prevent WebRTC from leaking local IP addresses",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Auto-update filter lists",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Default behavior",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Халех ҫӗнет",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Ку ӗнерлеве кашни сайт валли уйрӑм палӑртма май пур",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Purge all caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Disable cosmetic filtering",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Parse and enforce cosmetic filters",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "{{input:number}} КБ йывӑртарах медиа-элементсене чар",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (full documentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Яланлӑх йӗрке",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Вӑхӑтлӑх йӗрке",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Тавӑр",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Export",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Ҫирӗплет",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Улӑштар",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Улшӑнӑва ҫирӗплет",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Упра",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Тĕсĕ",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Discard",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Домен",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Import from file...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Export to file",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Фильтр",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Пурте",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "List of your dynamic filtering rules.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Behind the scene",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Rule syntax:
source destination type action<\/code> (full documentation<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filter log entries",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maximum number of log entries",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Контекст:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Export",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Тĕсĕ:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":" URL динамика фильтрацийӗ",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Улшӑнӑва ҫирӗплет",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Статика фильстрацийӗ",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Тĕсĕ",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Домен",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Чар",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Ирӗк пар",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Фильтр",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"тĕсĕ “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Пурте",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"any type",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Behind the scene",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":" “{{origin}}” ран",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filter log entries",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"Кирек ӑҫтан та",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maximum number of log entries",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"except when",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Контекст:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"even if",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Тĕсĕ:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Static filter {{filter}} found in:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": " URL динамика фильтрацийӗ",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Улшӑнусен йышӗ",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Статика фильстрацийӗ",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Вики",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Support",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Чар",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Source code (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Ирӗк пар",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Пайташсем",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "тĕсĕ “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Back up to file",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "any type",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": " “{{origin}}” ран",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Restore from file...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "Кирек ӑҫтан та",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Reset to default settings...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "except when",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "even if",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"The data could not be read or is invalid",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Static filter {{filter}} found in:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Улшӑнусен йышӗ",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Network error: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Вики",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Support",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"пӗр минут каялла",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Source code (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} минут каялла",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Пайташсем",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"пӗр сехет каялла",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Back up to file",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} сехет каялла",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"пӗр кун каялла",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Restore from file...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} кун каялла",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Reset to default settings...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Йӗркелӳ ҫӳлӗкне кӑтарт",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Show Logger",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "The data could not be read or is invalid",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"off",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin has prevented the following page from loading:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Network error: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Тепӗр фильтра пула",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"ӗнерлевсӗр",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "пӗр минут каялла",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Тупӑннӑ:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} минут каялла",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Таврӑн",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "пӗр сехет каялла",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Close this window",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} сехет каялла",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Disable strict blocking for {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "пӗр кун каялла",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Вӑхӑтлӑха",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} кун каялла",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Яланлăха",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Йӗркелӳ ҫӳлӗкне кӑтарт",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Export to cloud storage",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Show Logger",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Import from cloud storage",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "off",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Import from cloud storage and merge with current settings",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin has prevented the following page from loading:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Тепӗр фильтра пула",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Ку хатӗрӗн ячӗ:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "ӗнерлевсӗр",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warning! Change these advanced settings at your own risk.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Тупӑннӑ:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Йышӑн",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Таврӑн",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Apply changes",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Close this window",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Тавӑр",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Disable strict blocking for {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"байт",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Вӑхӑтлӑха",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Пысӑк медиа-элементсене вӑхӑтлӑха уҫ",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Яланлăха",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Ку ҫыру юлашки пулмалла",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Export to cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Import from cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Import from cloud storage and merge with current settings",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Ку хатӗрӗн ячӗ:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warning! Change these advanced settings at your own risk.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Йышӑн",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Apply changes",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Тавӑр",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "байт",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Пысӑк медиа-элементсене вӑхӑтлӑха уҫ",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Ку ҫыру юлашки пулмалла",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/da/messages.json b/src/_locales/da/messages.json
index 5e190367ade57..ab3f2c14b8f17 100644
--- a/src/_locales/da/messages.json
+++ b/src/_locales/da/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Endelig en effektiv blocker til Chromium-baserede browsere. Lavt CPU- og hukommelsesbrug.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Endelig en effektiv blocker til Chromium-baserede browsere. Lavt CPU- og hukommelsesbrug.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Dashboard",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Dashboard",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Indstillinger",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Indstillinger",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Tredjeparts filtre",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Tredjeparts filtre",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Mine filtre",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Mine filtre",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Mine regler",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Mine regler",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Whitelist",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Whitelist",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Netværkslog",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Netværkslog",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Om",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Om",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Avancerede indstillinger",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Avancerede indstillinger",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klik: Deaktiver\/aktiver uBlock₀ på dette websted.\n\nCtrl+Klik: Deaktiver uBlock₀ kun på denne side.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klik: Deaktiver\/aktiver uBlock₀ på dette websted.\n\nCtrl+Klik: Deaktiver uBlock₀ kun på denne side.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"forespørgsler blokeret",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"på denne side",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} eller {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "forespørgsler blokeret",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"siden installation",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "på denne side",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"eller",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} eller {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Klik for at åbne kontrolpanelet",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "siden installation",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Start element zapper tilstand",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "eller",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Start element-udvælger",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Klik for at åbne kontrolpanelet",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Gå til forespørgselslog",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Start element zapper tilstand",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Aktiver\/Deaktiver blokering af alle popups på denne side",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Start element-udvælger",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Aktiver\/Deaktiver blokering af store medie-elementer på denne side",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Gå til forespørgselslog",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Aktiver\/Deaktiver kosmetiske filtre på denne side",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Aktiver\/Deaktiver blokering af alle popups på denne side",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Aktiver\/deaktiver blokering af skrifttyper fra nettet på dette websted",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Globale regler: denne søjle viser de regler der gælder på alle sider.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokale regler: denne søjle viser de regler der gælder kun på denne side.\nLokale regler overskriver globale regler.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Aktiver\/Deaktiver blokering af store medie-elementer på denne side",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Klik her for at anvende dine ændringer.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Klik her for at fortryde dine ændringer.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"alle",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Aktiver\/Deaktiver kosmetiske filtre på denne side",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"billeder",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"Tredjeparts",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"Tredjeparts css\/billeder",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Aktiver\/deaktiver blokering af skrifttyper fra nettet på dette websted",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"inline scripts",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Førsteparts scripts",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Tredjeparts scripts",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Globale regler: denne søjle viser de regler der gælder på alle sider.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Tredjeparts frames",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokale regler: denne søjle viser de regler der gælder kun på denne side.\nLokale regler overskriver globale regler.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"Forbundne domæner",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Klik her for at anvende dine ændringer.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} ud af {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Klik her for at fortryde dine ændringer.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Opret",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "alle",
+ "description": ""
},
- "pickerPick":{
- "message":"Vælg",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "billeder",
+ "description": ""
},
- "pickerQuit":{
- "message":"Afslut",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "Tredjeparts",
+ "description": ""
},
- "pickerPreview":{
- "message":"Forhåndsvisning",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "Tredjeparts css\/billeder",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Netfiltre",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "inline scripts",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Kosmetiske filtre",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Førsteparts scripts",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klik. Ctrl-klik",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Tredjeparts scripts",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blokér element",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Tredjeparts frames",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Skjul blokerede elementers placeholdere",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "Forbundne domæner",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Vis antallet af blokerede forespørgsler på ikonet",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} ud af {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Deaktiver forklaring af knappers funktioner",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Opret",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Brug kontekstmenuen når det er passende",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Vælg",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Optimeret til farveblindhed",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Afslut",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Aktiver støtte for sky-lagring",
- "description":""
+ "pickerPreview": {
+ "message": "Forhåndsvisning",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Jeg er en erfaren bruger (Krævet læsning<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Netfiltre",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"avancerede indstillinger",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Kosmetiske filtre",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Deaktiver forudindlæsning (for at sikre at alle sortlistede netværksanmodninger bliver blokeret)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klik. Ctrl-klik",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Deaktiver hyperlink revision",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blokér element",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Forhindr WebRTC i at lække lokale IP-adresser",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Skjul blokerede elementers placeholdere",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Standard opførsel",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Vis antallet af blokerede forespørgsler på ikonet",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Disse standardindstillinger kan tilsidesættes for hver enkelt websted",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Deaktiver forklaring af knappers funktioner",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Deaktiver kosmetisk filtrering",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Brug kontekstmenuen når det er passende",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Bloker medieelementer større end {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Optimeret til farveblindhed",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Bloker skrifttyper fra nettet",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Aktiver støtte for sky-lagring",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Brugt plads: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Jeg er en erfaren bruger (Krævet læsning<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Sidste gendannelse:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "avancerede indstillinger",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Sidste sikkerhedskopi:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Deaktiver forudindlæsning (for at sikre at alle sortlistede netværksanmodninger bliver blokeret)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} netværksfiltre + {{cosmeticFilterCount}} kosmetiske filtre fra:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Deaktiver hyperlink revision",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} brugt af {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Forhindr WebRTC i at lække lokale IP-adresser",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Opdater filterlister automatisk.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Standard opførsel",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Opdatér nu",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Disse standardindstillinger kan tilsidesættes for hver enkelt websted",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Tøm alle caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Deaktiver kosmetisk filtrering",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Analyser og benyt kosmetiske filtre.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Bloker medieelementer større end {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
kilde destination type handling<\/code> (Fuld dokumentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Permanente regler",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Brugerdefineret liste over værtsnavne hvor uBlock₀ vil være deaktiveret. Kun et værtsnavn pr. linje. Ugyldige værtsnavne ignoreres.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Midlertidige regler",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importer og tilføj",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Gendan",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Eksportér",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Gør permanent",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"min-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Rediger",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Anvend ændringer",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Gem",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Type",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Kassér",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domæne",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importer fra fil...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Eksporter til fil",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "mine-ublock-dynamiske-regler_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Alle",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Liste over dine dynamiske filtreringsregler.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Bag kulisserne",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Regelsyntaks:
kilde destination type handling<\/code> (Fuld dokumentation<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"Filtrér elementer i log",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Brugerdefineret liste over værtsnavne hvor uBlock₀ vil være deaktiveret. Kun et værtsnavn pr. linje. Ugyldige værtsnavne ignoreres.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maksimalt antal elementer i log",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importer og tilføj",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontekst:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Eksportér",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Type:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "min-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamisk URL filtrering",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Anvend ændringer",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statisk filtrering",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Type",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} netværksanmodninger af {{type}} {{br}}som matcher følgende URL {{url}} {{br}}og som stammer fra {{origin}},{{br}}{{importance}} der er et matchende undtagelses-filter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domæne",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Bloker",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Tillad",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"type \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Alle",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"enhver type",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Bag kulisserne",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"fra \"{{origin}}\"",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "Filtrér elementer i log",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"fra hvor som helst",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maksimalt antal elementer i log",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"undtagen når",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontekst:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"selvom",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Type:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statisk filter {{filter}} findes i:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamisk URL filtrering",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Changelog",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statisk filtrering",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} netværksanmodninger af {{type}} {{br}}som matcher følgende URL {{url}} {{br}}og som stammer fra {{origin}},{{br}}{{importance}} der er et matchende undtagelses-filter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Support",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Bloker",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Kildekode (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Tillad",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Bidragydere",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "type \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Backup til fil",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "enhver type",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"min-ublock-sikkerhedskopi_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "fra \"{{origin}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Gendan fra fil...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "fra hvor som helst",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Nulstil til standardindstillinger...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "undtagen når",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Alle indstillinger vil blive erstattet af sikkerhedskopien fra {{time}}, hvorefter uBlock₀ vil genstarte.\n\nErstat alle indstillinger med indstillingerne fra sikkerhedskopien?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "selvom",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Data kunne ikke læses eller er ugyldig",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statisk filter {{filter}} findes i:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Alle dine indstillinger vil blive nulstillet, hvorefter uBlock₀ vil genstarte.\n\nGendan alle indstillinger i uBlock₀ til standard?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Changelog",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Kan ikke forbinde til {{url}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Tilføj det følgende URL til din personlige filterliste?\n\nTitel: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Support",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"et minut siden",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Kildekode (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minutter siden",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Bidragydere",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"en time siden",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Backup til fil",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} timer siden",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "min-ublock-sikkerhedskopi_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"en dag siden",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Gendan fra fil...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} dage siden",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Nulstil til standardindstillinger...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Vis Instrumentpanel",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Alle indstillinger vil blive erstattet af sikkerhedskopien fra {{time}}, hvorefter uBlock₀ vil genstarte.\n\nErstat alle indstillinger med indstillingerne fra sikkerhedskopien?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Vis netværkslog",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Data kunne ikke læses eller er ugyldig",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"Slået fra",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Alle dine indstillinger vil blive nulstillet, hvorefter uBlock₀ vil genstarte.\n\nGendan alle indstillinger i uBlock₀ til standard?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock₀ har blokeret den følgende hjemmeside:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Kan ikke forbinde til {{url}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"På grund af det følgende filter",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Tilføj det følgende URL til din personlige filterliste?\n\nTitel: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"uden parametre",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "et minut siden",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Fundet i:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minutter siden",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Gå tilbage",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "en time siden",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Luk vinduet",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} timer siden",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Deaktiver streng blokering af {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "en dag siden",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Midlertidig",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} dage siden",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanent",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Vis Instrumentpanel",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Eksporter til skylagring",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Vis netværkslog",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importer fra skylagring",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "Slået fra",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importer fra skyopbevaring og sammenflet med de aktuelle indstillinger",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock₀ har blokeret den følgende hjemmeside:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "På grund af det følgende filter",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Denne enheds navn:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "uden parametre",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Advarsel! Ændr disse avancerede indstillinger på eget ansvar.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Fundet i:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Indsend",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Gå tilbage",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Anvend ændringer",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Luk vinduet",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Gendan",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Deaktiver streng blokering af {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Midlertidig",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Tillad store medie-elementer midlertidigt",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanent",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Denne indskrivning må være den sidste",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Eksporter til skylagring",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importer fra skylagring",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importer fra skyopbevaring og sammenflet med de aktuelle indstillinger",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Denne enheds navn:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Advarsel! Ændr disse avancerede indstillinger på eget ansvar.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Indsend",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Anvend ændringer",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Gendan",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Tillad store medie-elementer midlertidigt",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Denne indskrivning må være den sidste",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/de/messages.json b/src/_locales/de/messages.json
index e101c540acba0..75a975d2f4c7a 100644
--- a/src/_locales/de/messages.json
+++ b/src/_locales/de/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Endlich ein effizienter Blocker. Prozessor-freundlich und bescheiden beim Speicherbedarf.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Endlich ein effizienter Blocker. Prozessor-freundlich und bescheiden beim Speicherbedarf.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Dashboard",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Dashboard",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Einstellungen",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Einstellungen",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Vorgegebene Filter",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Vorgegebene Filter",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Meine Filter",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Meine Filter",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Meine Regeln",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Meine Regeln",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Whitelist",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Whitelist",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Protokoll der Netzwerkanfragen",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Protokoll der Netzwerkanfragen",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Über",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Über",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Erweiterte Einstellungen",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Erweiterte Einstellungen",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klick: uBlock₀ für alle Seiten dieser Domain aktivieren\/deaktivieren.\n\nStrg+Klick: uBlock₀ nur für die aktuelle Webseite deaktivieren.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klick: uBlock₀ für alle Seiten dieser Domain aktivieren\/deaktivieren.\n\nStrg+Klick: uBlock₀ nur für die aktuelle Webseite deaktivieren.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"blockierte Anfragen",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Klicken, um uBlock₀ für diese Website zu deaktivieren. \n\nStrg+Klick, um uBlock₀ nur auf dieser Webseite zu deaktivieren.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"auf dieser Seite",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Klicken Sie hier, um uBlock₀ für diese Website zu aktivieren.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} oder {{percent}} %",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "blockierte Anfragen",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"seit Installation",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "auf dieser Seite",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"oder",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} oder {{percent}} %",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Klicken, um das Dashboard zu öffnen",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "seit Installation",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Element-Entfernungsmodus starten",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "oder",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Öffne den Element-Picker-Modus",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Klicken, um das Dashboard zu öffnen",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Protokoll der Netzwerkanfragen öffnen",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Element-Entfernungsmodus starten",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Blockieren von Popups für diese Seite an-\/ausschalten",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Öffne den Element-Picker-Modus",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Das Blockieren großer Medienelemente auf dieser Seite an-\/ausschalten",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Protokoll der Netzwerkanfragen öffnen",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Kosmetische Filter für diese Seite an-\/ausschalten",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Blockieren von Popups für diese Seite an-\/ausschalten",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Remote-Schriftarten für diese Seite an-\/ausschalten",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Hier klicken, um alle Popups auf dieser Seite zu blockieren",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Globale Regeln: Diese Spalte ist für Regeln, die bei allen Seiten angewendet werden.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Hier klicken, um Popups auf dieser Seite nicht mehr zu blockieren",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokale Regeln: Diese Spalte ist für Regeln, die nur bei dieser Seite angewendet werden.\nLokale Regeln überschreiben globale Regeln.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Das Blockieren großer Medienelemente auf dieser Seite an-\/ausschalten",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Hier klicken, um deine Änderungen dauerhaft zu übernehmen.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Hier klicken, um große Medienelemente auf dieser Seite zu blockieren",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Hier klicken, um deine Änderungen rückgängig zu machen.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Hier klicken, um große Medienelemente auf dieser Seite nicht mehr zu blockieren",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"Alle Ressourcen",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Kosmetische Filter für diese Seite an-\/ausschalten",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"Bilder",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Hier klicken, um Kosmetische Filter auf dieser Seite zu deaktivieren",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"Ressourcen von Drittseiten",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Hier klicken, um Kosmetische Filter auf dieser Seite zu aktivieren",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"CSS\/Bilder von Drittseiten",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Remote-Schriftarten für diese Seite an-\/ausschalten",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"Inline-Skripte",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Hier klicken, um Remote-Schriftarten auf dieser Website zu blockieren",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Skripte der aktuellen Seite",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Hier klicken, um Remote-Schriftarten auf dieser Website nicht mehr zu blockieren",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Skripte von Drittseiten",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Globale Regeln: Diese Spalte ist für Regeln, die bei allen Seiten angewendet werden.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Frames von Drittseiten",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokale Regeln: Diese Spalte ist für Regeln, die nur bei dieser Seite angewendet werden.\nLokale Regeln überschreiben globale Regeln.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"verbundene Domains",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Hier klicken, um deine Änderungen dauerhaft zu übernehmen.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} von insgesamt {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Hier klicken, um deine Änderungen rückgängig zu machen.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Erzeugen",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "Alle Ressourcen",
+ "description": ""
},
- "pickerPick":{
- "message":"Auswählen",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "Bilder",
+ "description": ""
},
- "pickerQuit":{
- "message":"Beenden",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "Ressourcen von Drittseiten",
+ "description": ""
},
- "pickerPreview":{
- "message":"Vorschau",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "CSS\/Bilder von Drittseiten",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Netzwerkfilter",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "Inline-Skripte",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Kosmetische Filter",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Skripte der aktuellen Seite",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klick, Strg-Klick",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Skripte von Drittseiten",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Element blockieren",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Frames von Drittseiten",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Verstecke die Platzhalter für blockierte Elemente",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "verbundene Domains",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Anzahl blockierter Anfragen auf dem Symbol anzeigen",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} von insgesamt {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Tooltips deaktivieren",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Erzeugen",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Kontextmenü verwenden, falls verfügbar",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Auswählen",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Anzeige für farbenblinde Benutzer",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Beenden",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Unterstützung für Speicherung in der Cloud aktivieren",
- "description":""
+ "pickerPreview": {
+ "message": "Vorschau",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Ich bin ein erfahrener Anwender (Pflichtlektüre<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Netzwerkfilter",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"Erweiterte Einstellungen",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Kosmetische Filter",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Prefetching (Vorabrufen von Webseiten) deaktivieren (um jede Verbindung für blockierte Netzwerkanfragen zu verhindern)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klick, Strg-Klick",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Hyperlink-Überwachung deaktivieren",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Element blockieren",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Freigabe der lokalen IP-Adresse via WebRTC verhindern",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Verstecke die Platzhalter für blockierte Elemente",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Standardverhalten",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Anzahl blockierter Anfragen auf dem Symbol anzeigen",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Dieses Standardverhalten kann für jede Seite angepasst werden",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Tooltips deaktivieren",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Kosmetische Filter deaktivieren",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Kontextmenü verwenden, falls verfügbar",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Medienelemente größer als {{input:number}} kB blocken",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Anzeige für farbenblinde Benutzer",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Externe Schriftarten blocken",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Unterstützung für Speicherung in der Cloud aktivieren",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Verwendeter Speicherplatz: {{value}} Bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Ich bin ein erfahrener Anwender (Pflichtlektüre<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Letzte Wiederherstellung:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "Erweiterte Einstellungen",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Letztes Backup:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Prefetching (Vorabrufen von Webseiten) deaktivieren (um jede Verbindung für blockierte Netzwerkanfragen zu verhindern)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} Netzwerkfilter + {{cosmeticFilterCount}} kosmetische Filter von:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Hyperlink-Überwachung deaktivieren",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} benutzt aus {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Freigabe der lokalen IP-Adresse via WebRTC verhindern",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Automatische Aktualisierung der Filterlisten",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Standardverhalten",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Jetzt aktualisieren",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Dieses Standardverhalten kann für jede Webseite angepasst werden",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Leere alle Cache-Speicher",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Kosmetische Filter deaktivieren",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Kosmetische Filter auswerten und deren Anwendung erzwingen",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Medienelemente größer als {{input:number}} kB blocken",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
Quelle Ziel Typ Action<\/code> ( vollständige Dokumentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Permanente Regeln",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Whitelist-Regeln schreiben vor, auf welchen Webseiten uBlock₀ nicht aktiv sein soll. Ein Eintrag pro Zeile. Ungültige Regeln werden stillschweigend ignoriert und auskommentiert.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Temporäre Regeln",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importieren und anfügen",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Rückgängig machen",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exportieren",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Dauerhaft speichern",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"meine-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Bearbeiten",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Änderungen anwenden",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Speichern",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Typ",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Verwerfen",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domain",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Aus einer Datei importieren …",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "In eine Datei exportieren ...",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Alle",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Liste deiner dynamischen Filterregeln.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Hintergrundanfragen",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Regel-Syntax:
Quelle Ziel Typ Action<\/code> ( vollständige Dokumentation<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"Protokoll-Einträge filtern",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Whitelist-Regeln schreiben vor, auf welchen Webseiten uBlock₀ nicht aktiv sein soll. Ein Eintrag pro Zeile. Ungültige Regeln werden stillschweigend ignoriert und auskommentiert.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maximale Anzahl an Protokoll-Einträgen",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importieren und anfügen",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontext:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exportieren",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Typ:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "meine-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamische URL Filter",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Änderungen anwenden",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statische Filter",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Typ",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} Netzwerkanfragen {{type}} {{br}}deren URL-Adresse mit {{url}} übereinstimmt{{br}} und von {{origin}} stammen,{{br}}{{importance}} ein übereinstimmender Ausnahme-Filter existiert.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domain",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blockiere",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Erlaube",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"vom Typ \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Alle",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"aller Typen",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Hintergrundanfragen",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"{{origin}}",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "Protokoll-Einträge filtern",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"überall",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maximale Anzahl an Protokoll-Einträgen",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"außer wenn",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontext:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"selbst wenn",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Typ:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statischer Filter {{filter}} gefunden in:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamische URL Filter",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Änderungsprotokoll",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statische Filter",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} Netzwerkanfragen {{type}} {{br}}deren URL-Adresse mit {{url}} übereinstimmt{{br}} und von {{origin}} stammen,{{br}}{{importance}} ein übereinstimmender Ausnahme-Filter existiert.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Unterstützung",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blockiere",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Quellcode (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Erlaube",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Mitwirkende",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "vom Typ \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Backup in eine Datei",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "aller Typen",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "{{origin}}",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Aus einer Datei wiederherstellen ...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "überall",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Auf Vorgaben zurücksetzen …",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "außer wenn",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Alle Einstellungen werden überschrieben und auf den Stand von {{time}} gebracht. Anschließend wird uBlock neu gestartet.\n\nSollen die aktuellen Einstellungen durch das Backup ersetzt werden?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "selbst wenn",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Die Daten konnten nicht gelesen werden oder waren ungültig",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statischer Filter {{filter}} gefunden in:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Alle Einstellungen werden gelöscht und uBlock₀ wird neu gestartet.\n\nSoll uBlock₀ auf Werkseinstellungen zurückgesetzt werden?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Änderungsprotokoll",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Netzwerkfehler: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Die folgende URL deiner Auswahl an Filterlisten hinzufügen?\n\nTitel: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Unterstützung",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"vor einer Minute",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Quellcode (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"vor {{value}} Minuten",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Mitwirkende",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"vor einer Stunde",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Backup in eine Datei",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"vor {{value}} Stunden",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"vor einem Tag",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Aus einer Datei wiederherstellen ...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"vor {{value}} Tagen",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Auf Vorgaben zurücksetzen …",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Dashboard anzeigen",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Alle Einstellungen werden überschrieben und auf den Stand von {{time}} gebracht. Anschließend wird uBlock neu gestartet.\n\nSollen die aktuellen Einstellungen durch das Backup ersetzt werden?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Protokoll der Netzwerkanfragen anzeigen",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Die Daten konnten nicht gelesen werden oder waren ungültig",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"aus",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Alle Einstellungen werden gelöscht und uBlock₀ wird neu gestartet.\n\nSoll uBlock₀ auf Werkseinstellungen zurückgesetzt werden?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin hat das Laden der folgenden Seite verhindert:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Netzwerkfehler: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Aufgrund des folgenden Filters",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Die folgende URL deiner Auswahl an Filterlisten hinzufügen?\n\nTitel: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"ohne Parameter",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "vor einer Minute",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Gefunden in:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "vor {{value}} Minuten",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Gehe zurück",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "vor einer Stunde",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Schließe dieses Fenster",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "vor {{value}} Stunden",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Kein striktes Blockieren für {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "vor einem Tag",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporär",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "vor {{value}} Tagen",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanent",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Dashboard anzeigen",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"In den Cloud-Speicher exportieren",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Protokoll der Netzwerkanfragen anzeigen",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Aus dem Cloud-Speicher importieren",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "aus",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Backup aus der Cloud importieren und mit den aktuellen Einstellungen zusammenführen",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin hat das Laden der folgenden Seite verhindert:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Aufgrund des folgenden Filters",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Dieser Gerätename:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "ohne Parameter",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warnung! Veränderungen dieser erweiterten Einstellungen auf eigenes Risiko.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Gefunden in:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Absenden",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Gehe zurück",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Änderungen anwenden",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Schließe dieses Fenster",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Rückgängig machen",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Kein striktes Blockieren für {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"Bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporär",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Vorübergehend große Medienelemente erlauben",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanent",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Dieser Eintrag muss der letzte sein",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "In den Cloud-Speicher exportieren",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Aus dem Cloud-Speicher importieren",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Backup aus der Cloud importieren und mit den aktuellen Einstellungen zusammenführen",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Dieser Gerätename:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warnung! Veränderungen dieser erweiterten Einstellungen auf eigenes Risiko.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Absenden",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Änderungen anwenden",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Rückgängig machen",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "Bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Vorübergehend große Medienelemente erlauben",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Dieser Eintrag muss der letzte sein",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/el/messages.json b/src/_locales/el/messages.json
index 9000da8dff876..d43b84a73415f 100644
--- a/src/_locales/el/messages.json
+++ b/src/_locales/el/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Επιτέλους, ένας αποτελεσματικός blocker. Ελαφρύς για τον επεξεργαστή και τη μνήμη.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Επιτέλους, ένας αποτελεσματικός blocker. Ελαφρύς για τον επεξεργαστή και τη μνήμη.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ - Πίνακας ελέγχου",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ - Πίνακας ελέγχου",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Ρυθμίσεις",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Ρυθμίσεις",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Φίλτρα τρίτων",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Φίλτρα τρίτων",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Τα φίλτρα μου",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Τα φίλτρα μου",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Οι κανόνες μου",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Οι κανόνες μου",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Λίστα επιτρεπόμενων",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Λίστα επιτρεπόμενων",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ - Καταγραφή αιτημάτων δικτύου",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ - Καταγραφή αιτημάτων δικτύου",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Σχετικά",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Σχετικά",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Ρυθμίσεις για προχωρημένους",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Ρυθμίσεις για προχωρημένους",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Κλικ: απενεργοποίηση\/ενεργοποίηση του uBlock₀ για αυτόν τον ιστότοπο.\n\nCtrl+κλικ: απενεργοποίηση του uBlock₀ μόνο για αυτήν την σελίδα.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Κλικ: απενεργοποίηση\/ενεργοποίηση του uBlock₀ για αυτόν τον ιστότοπο.\n\nCtrl+κλικ: απενεργοποίηση του uBlock₀ μόνο για αυτήν την σελίδα.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"αποκλεισμένα αιτήματα",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"σε αυτήν τη σελίδα",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} ή {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "αποκλεισμένα αιτήματα",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"από την εγκατάσταση",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "σε αυτήν τη σελίδα",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"ή",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} ή {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Κάντε κλικ για να ανοίξετε τον πίνακα εργαλείων",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "από την εγκατάσταση",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Είσοδος σε λειτουργία εκτέλεσης στοιχείων",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "ή",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Είσοδος στη λειτουργία επιλογής στοιχείων",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Κάντε κλικ για να ανοίξετε τον πίνακα εργαλείων",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Πηγαίνετε στο αρχείο καταγραφής αιτημάτων",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Είσοδος σε λειτουργία εκτέλεσης στοιχείων",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Παρεμπόδιση αναδυόμενων παραθύρων για αυτόν τον ιστότοπο",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Είσοδος στη λειτουργία επιλογής στοιχείων",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Εναλλαγή της φραγής των μεγάλων στοιχείων πολυμέσων για αυτήν την τοποθεσία",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Πηγαίνετε στο αρχείο καταγραφής αιτημάτων",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Ενεργοποιήστε διακοσμητικό φιλτράρισμα για αυτήν τη σελίδα",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Παρεμπόδιση αναδυόμενων παραθύρων για αυτόν τον ιστότοπο",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Ενεργοποιήστε το μπλοκάρισμα απομακρυσμένων γραμματοσειρών για αυτήν την ιστοσελίδα",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Καθολικοί κανόνες: αυτή η στήλη είναι για κανόνες με εφαρμογή σε όλες τις τοποθεσίες.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Τοπικοί κανόνες: αυτή η στήλη είναι για κανόνες με εφαρμογή στην τρέχουσα τοποθεσία μόνο.\nΟι τοπικοί κανόνες παραμερίζουν τους καθολικούς κανόνες.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Εναλλαγή της φραγής των μεγάλων στοιχείων πολυμέσων για αυτήν την τοποθεσία",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Πατήστε για να κάνετε τις αλλαγές σας μόνιμες.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Πατήστε για να αντιστρέψετε τις αλλαγές σας.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"όλα",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Ενεργοποιήστε διακοσμητικό φιλτράρισμα για αυτήν τη σελίδα",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"Εικόνες",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"πόροι ιστότοπων τρίτων",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"3ου μέρους css\/Εικόνες",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Ενεργοποιήστε το μπλοκάρισμα απομακρυσμένων γραμματοσειρών για αυτήν την ιστοσελίδα",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"inline scripts",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"scripts τρέχοντος ιστότοπου",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"scripts ιστότοπων τρίτων",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Καθολικοί κανόνες: αυτή η στήλη είναι για κανόνες με εφαρμογή σε όλες τις τοποθεσίες.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"frames ιστότοπων τρίτων",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Τοπικοί κανόνες: αυτή η στήλη είναι για κανόνες με εφαρμογή στην τρέχουσα τοποθεσία μόνο.\nΟι τοπικοί κανόνες παραμερίζουν τους καθολικούς κανόνες.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"συνδεδεμένοι τομείς",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Πατήστε για να κάνετε τις αλλαγές σας μόνιμες.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} από {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Πατήστε για να αντιστρέψετε τις αλλαγές σας.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Δημιουργία",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "όλα",
+ "description": ""
},
- "pickerPick":{
- "message":"Επιλογή",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "Εικόνες",
+ "description": ""
},
- "pickerQuit":{
- "message":"Κλείσιμο",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "πόροι ιστότοπων τρίτων",
+ "description": ""
},
- "pickerPreview":{
- "message":"Προεπισκόπηση",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "3ου μέρους css\/Εικόνες",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Φίλτρα δικτύου",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "inline scripts",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Κοσμητικά φίλτρα",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "scripts τρέχοντος ιστότοπου",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Κλικ, Ctrl-κλικ",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "scripts ιστότοπων τρίτων",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Αποκλεισμός στοιχείου",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "frames ιστότοπων τρίτων",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Απόκρυψη κρατημένων πεδίων από αποκλεισμένα στοιχεία",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "συνδεδεμένοι τομείς",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Εμφάνιση του αριθμού αποκλεισμένων αιτημάτων στο εικονίδιο",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} από {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Απενεργοποιήστε τις αιωρούμενες επεξηγήσεις",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Δημιουργία",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Να γίνεται χρήση του αναδυόμενου μενού, όπου ενδείκνυται",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Επιλογή",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Λειτουργία φιλική προς χρήστες με αχρωματοψία",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Κλείσιμο",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Ενεργοποίηση υποστήριξης cloud storage",
- "description":""
+ "pickerPreview": {
+ "message": "Προεπισκόπηση",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Είμαι προχωρημένος χρήστης (Aπαραίτητη ανάγνωση<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Φίλτρα δικτύου",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"ρυθμίσεις για προχωρημένους",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Κοσμητικά φίλτρα",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Απενεργοποίηση πρόωρης φόρτωσης (για να αποτραπεί κάθε σύνδεση σε μπλοκαρισμένες αιτήσεις δικτύου)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Κλικ, Ctrl-κλικ",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Απενεργοποίηση ελέγχου\/διόπτευσης υπερσυνδέσμων",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Αποκλεισμός στοιχείου",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Αποτρέψτε το WebRTC από το να διαρρέει την τοπική διεύθυνση IP",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Απόκρυψη κρατημένων πεδίων από αποκλεισμένα στοιχεία",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Προεπιλεγμένη συμπεριφορά",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Εμφάνιση του αριθμού αποκλεισμένων αιτημάτων στο εικονίδιο",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Αυτές οι προεπιλεγμένες συμπεριφορές μπορούν να παρακαμφθούν ανα-τοποθεσία",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Απενεργοποιήστε τις αιωρούμενες επεξηγήσεις",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Απενεργοποίηση διακοσμητικού φιλτραρίσματος",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Να γίνεται χρήση του αναδυόμενου μενού, όπου ενδείκνυται",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Φραγή στοιχείων πολυμέσων μεγαλύτερων από {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Λειτουργία φιλική προς χρήστες με αχρωματοψία",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Φραγή απομακρυσμένων γραμματοσειρών",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Ενεργοποίηση υποστήριξης cloud storage",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Αποθηκευτικός χώρος σε χρήση: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Είμαι προχωρημένος χρήστης (Aπαραίτητη ανάγνωση<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Τελευταία ανάκτηση:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "ρυθμίσεις για προχωρημένους",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Τελευταίο αντίγραφο ασφαλείας:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Απενεργοποίηση πρόωρης φόρτωσης (για να αποτραπεί κάθε σύνδεση σε μπλοκαρισμένες αιτήσεις δικτύου)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} φίλτρα δικτύου+ {{cosmeticFilterCount}} κοσμητικά φίλτρα από:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Απενεργοποίηση ελέγχου\/διόπτευσης υπερσυνδέσμων",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} σε χρήση από {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Αποτρέψτε το WebRTC από το να διαρρέει την τοπική διεύθυνση IP",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Αυτόματη ενημέρωση λιστών φίλτρων.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Προεπιλεγμένη συμπεριφορά",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Ενημέρωση τώρα",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Αυτές οι προεπιλεγμένες συμπεριφορές μπορούν να παρακαμφθούν ανα-τοποθεσία",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Εκκαθάριση προσωρινής μνήμης κάθε λίστας",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Απενεργοποίηση διακοσμητικού φιλτραρίσματος",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Ανάλυση και επιβολή κοσμητικών φίλτρων.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Φραγή στοιχείων πολυμέσων μεγαλύτερων από {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
προέλευση προορισμός τύπος ενέργεια<\/code> (πλήρης τεκμηρίωση<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Μόνιμοι κανόνες",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Η λίστα σας με τα ονόματα κόμβων (host names) στα οποία το uBlock θα είναι απενεργοποιημένο. Μια καταχώρηση ανά γραμμή. Άκυρα ονόματα κόμβων θα παρακάμπτονται σιωπηλά.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Προσωρινοί κανόνες",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Εισαγωγή και προσάρτηση",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Επαναφορά",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Εξαγωγή",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Επικύρωση",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"λίστα-ublock-επιτρεπόμενων_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Επεξεργασία",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Εφαρμογή αλλαγών",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Αποθήκευση",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Τύπος",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Απόρριψη",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Τομέας",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Εισαγωγή από αρχείο...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Εξαγωγή σε αρχείο",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Φίλτρο",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "οι-δυναμικοί-ublock-κανόνες-μου_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Όλα",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Λίστα δυναμικών κανόνων φιλτραρίσματος.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Παρασκήνιο",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Συντακτικό κανόνων:
προέλευση προορισμός τύπος ενέργεια<\/code> (πλήρης τεκμηρίωση<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"φιλτράρισμα των καταχωρήσεων",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Η λίστα σας με τα ονόματα κόμβων (host names) στα οποία το uBlock θα είναι απενεργοποιημένο. Μια καταχώρηση ανά γραμμή. Άκυρα ονόματα κόμβων θα παρακάμπτονται σιωπηλά.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Μέγιστος αριθμός καταχωρήσεων στο αρχείο καταγραφών",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Εισαγωγή και προσάρτηση",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Περιεχόμενο:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Εξαγωγή",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Τύπος:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "λίστα-ublock-επιτρεπόμενων_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Φιλτράρισμα δυναμικών συνδέσμων",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Εφαρμογή αλλαγών",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Στατικό φιλτράρισμα",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Τύπος",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} τα δικτυακά αιτήματα {{type}} {{br}} των οποίων η διεύθυνση ταιριάζει με {{url}} {{br}} και προέρχεται από {{origin}},{{br}}{{importance}} υπάρχει ένα ταιριαστό φίλτρο για εξαίρεση.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Τομέας",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Φραγή",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Αποδοχή",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Φίλτρο",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"τύπος “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Όλα",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"οποιοσδήποτε τύπος",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Παρασκήνιο",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"από “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "φιλτράρισμα των καταχωρήσεων",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"από οπουδήποτε",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Μέγιστος αριθμός καταχωρήσεων στο αρχείο καταγραφών",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"εκτός όταν",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Περιεχόμενο:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"ακόμη και αν",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Τύπος:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Στατικό φίλτρο {{filter}} βρέθηκε σε:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Φιλτράρισμα δυναμικών συνδέσμων",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Αρχείο καταγραφής αλλαγών",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Στατικό φιλτράρισμα",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} τα δικτυακά αιτήματα {{type}} {{br}} των οποίων η διεύθυνση ταιριάζει με {{url}} {{br}} και προέρχεται από {{origin}},{{br}}{{importance}} υπάρχει ένα ταιριαστό φίλτρο για εξαίρεση.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Υποστήριξη",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Φραγή",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Πηγαίος κώδικας (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Αποδοχή",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Συνεισφέροντες",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "τύπος “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Δημιουργία αντιγράφου ασφαλείας",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "οποιοσδήποτε τύπος",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"το-ublock-αντίγραφο-ασφαλείας-μου_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "από “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Επαναφορά από αρχείο...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "από οπουδήποτε",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Επαναφορά στις προεπιλεγμένες ρυθμίσεις...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "εκτός όταν",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Όλες οι ρυθμίσεις σας θα αντικατασταθούν χρησιμοποιώντας τα δεδομένα του αντιγράφου ασφαλείας που δημιουργήθηκε κατά ημ\/νία και ώρα: {{time}} και θα ακολουθήσει επανεκκίνηση του uBlock.",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "ακόμη και αν",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Τα δεδομένα ήταν αδύνατο να αναγνωστούν ή είναι άκυρα",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Στατικό φίλτρο {{filter}} βρέθηκε σε:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Όλες οι ρυθμίσεις σας θα καταργηθούν και θα γίνει επανεκκίνηση του uBlock.\n\nΕπαναφορά του uBlock στις εργοστασιακές ρυθμίσεις;",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Αρχείο καταγραφής αλλαγών",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Αδυναμία σύνδεσης με {{url}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Προσθήκη του παρακάτω URL στις προσαρμοσμένες λίστες φίλτρων σας;\n\nΤίτλος: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Υποστήριξη",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"πριν από ένα λεπτό",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Πηγαίος κώδικας (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"πριν από {{value}} λεπτά",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Συνεισφέροντες",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"πριν από μια ώρα",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Δημιουργία αντιγράφου ασφαλείας",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"πριν από {{value}} ώρες",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "το-ublock-αντίγραφο-ασφαλείας-μου_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"πριν από μια ημέρα",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Επαναφορά από αρχείο...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"πριν από {{value}} ημέρες",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Επαναφορά στις προεπιλεγμένες ρυθμίσεις...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Προβολή Πίνακα Εργαλείων",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Όλες οι ρυθμίσεις σας θα αντικατασταθούν χρησιμοποιώντας τα δεδομένα του αντιγράφου ασφαλείας που δημιουργήθηκε κατά ημ\/νία και ώρα: {{time}} και θα ακολουθήσει επανεκκίνηση του uBlock.",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Προβολή Αρχείου Καταγραφών Αιτημάτων Δικτύου",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Τα δεδομένα ήταν αδύνατο να αναγνωστούν ή είναι άκυρα",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"απενεργοποιημένο",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Όλες οι ρυθμίσεις σας θα καταργηθούν και θα γίνει επανεκκίνηση του uBlock.\n\nΕπαναφορά του uBlock στις εργοστασιακές ρυθμίσεις;",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"Το uBlock₀ έχει αποτρέψει τη φόρτωση της παρακάτω σελίδας:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Αδυναμία σύνδεσης με {{url}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Εξαιτίας του ακόλουθου φίλτρου",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Προσθήκη του παρακάτω URL στις προσαρμοσμένες λίστες φίλτρων σας;\n\nΤίτλος: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"χωρίς παραμέτρους",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "πριν από ένα λεπτό",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Βρέθηκε σε:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "πριν από {{value}} λεπτά",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Επιστροφή",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "πριν από μια ώρα",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Κλείσιμο του παραθύρου",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "πριν από {{value}} ώρες",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Απενεργοποιήστε αυστηρό μπλοκάρισμα για {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "πριν από μια ημέρα",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Προσωρινά",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "πριν από {{value}} ημέρες",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Μόνιμα",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Προβολή Πίνακα Εργαλείων",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Εξαγωγή στο cloud storage",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Προβολή Αρχείου Καταγραφών Αιτημάτων Δικτύου",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Εισαγωγή από cloud storage",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "απενεργοποιημένο",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Εισαγωγή αποθηκευμένων στο νέφος ρυθμίσεων και συγχώνευση στις τρέχουσες ρυθμίσεις",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "Το uBlock₀ έχει αποτρέψει τη φόρτωση της παρακάτω σελίδας:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Εξαιτίας του ακόλουθου φίλτρου",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Το όνομα αυτής της συσκευής:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "χωρίς παραμέτρους",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Προειδοποίηση! Αλλάξτε αυτές τις ρυθμίσεις για προχωρημένους με δική σας ευθύνη.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Βρέθηκε σε:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Υποβολή",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Επιστροφή",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Εφαρμογή αλλαγών",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Κλείσιμο του παραθύρου",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Επαναφορά",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Απενεργοποιήστε αυστηρό μπλοκάρισμα για {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Προσωρινά",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Να επιτρέπονται προσωρινά μεγάλα στοιχεία πολυμέσων",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Μόνιμα",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Αυτή η καταχώρηση θα πρέπει να είναι τελευταία",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Εξαγωγή στο cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Εισαγωγή από cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Εισαγωγή αποθηκευμένων στο νέφος ρυθμίσεων και συγχώνευση στις τρέχουσες ρυθμίσεις",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Το όνομα αυτής της συσκευής:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Προειδοποίηση! Αλλάξτε αυτές τις ρυθμίσεις για προχωρημένους με δική σας ευθύνη.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Υποβολή",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Εφαρμογή αλλαγών",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Επαναφορά",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Να επιτρέπονται προσωρινά μεγάλα στοιχεία πολυμέσων",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Αυτή η καταχώρηση θα πρέπει να είναι τελευταία",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/en/messages.json b/src/_locales/en/messages.json
index 08df70990f392..0d02224110534 100644
--- a/src/_locales/en/messages.json
+++ b/src/_locales/en/messages.json
@@ -47,6 +47,14 @@
"message":"Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page.",
"description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
+ "popupPowerSwitchInfo1":{
+ "message":"Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description":"Message to be read by screen readers"
+ },
+ "popupPowerSwitchInfo2":{
+ "message":"Click to enable uBlock₀ for this site.",
+ "description":"Message to be read by screen readers"
+ },
"popupBlockedRequestPrompt":{
"message":"requests blocked",
"description":"English: requests blocked"
@@ -87,18 +95,50 @@
"message":"Toggle the blocking of all popups for this site",
"description":"Tooltip for the no-popups per-site switch"
},
+ "popupTipNoPopups1":{
+ "message":"Click to block all popups on this site",
+ "description":"Tooltip for the no-popups per-site switch"
+ },
+ "popupTipNoPopups2":{
+ "message":"Click to no longer block all popups on this site",
+ "description":"Tooltip for the no-popups per-site switch"
+ },
"popupTipNoLargeMedia":{
"message":"Toggle the blocking of large media elements for this site",
"description":"Tooltip for the no-large-media per-site switch"
},
+ "popupTipNoLargeMedia1":{
+ "message":"Click to block large media elements on this site",
+ "description":"Tooltip for the no-large-media per-site switch"
+ },
+ "popupTipNoLargeMedia2":{
+ "message":"Click to no longer block large media elements on this site",
+ "description":"Tooltip for the no-large-media per-site switch"
+ },
"popupTipNoCosmeticFiltering":{
"message":"Toggle cosmetic filtering for this site",
"description":"Tooltip for the no-cosmetic-filtering per-site switch"
},
+ "popupTipNoCosmeticFiltering1":{
+ "message":"Click to disable cosmetic filtering on this site",
+ "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ },
+ "popupTipNoCosmeticFiltering2":{
+ "message":"Click to enable cosmetic filtering on this site",
+ "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ },
"popupTipNoRemoteFonts":{
"message":"Toggle the blocking of remote fonts for this site",
"description":"Tooltip for the no-remote-fonts per-site switch"
},
+ "popupTipNoRemoteFonts1":{
+ "message":"Click to block remote fonts on this site",
+ "description":"Tooltip for the no-remote-fonts per-site switch"
+ },
+ "popupTipNoRemoteFonts2":{
+ "message":"Click to no longer block remote fonts on this site",
+ "description":"Tooltip for the no-remote-fonts per-site switch"
+ },
"popupTipGlobalRules":{
"message":"Global rules: this column is for rules which apply to all sites.",
"description":"Tooltip when hovering the top-most cell of the global-rules column."
@@ -251,6 +291,10 @@
"message":"Block remote fonts",
"description": ""
},
+ "settingsNoCSPReportsPrompt":{
+ "message":"Block CSP reports",
+ "description": "background information: https://github.com/gorhill/uBlock/issues/3150"
+ },
"settingsStorageUsed":{
"message":"Storage used: {{value}} bytes",
"description":"English: Storage used: {{}} bytes"
@@ -319,9 +363,9 @@
"message":"Malware domains",
"description":"English: Malware domains"
},
- "3pGroupSocial":{
- "message":"Social",
- "description":"English: Social"
+ "3pGroupAnnoyances":{
+ "message":"Annoyances",
+ "description":"The header identifying the filter lists in the category 'annoyances'"
},
"3pGroupMultipurpose":{
"message":"Multipurpose",
diff --git a/src/_locales/eo/messages.json b/src/_locales/eo/messages.json
index bc93a6fe1d4e2..f6ed3e96f83b1 100644
--- a/src/_locales/eo/messages.json
+++ b/src/_locales/eo/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Finfine rendimenta reklamoblokilo. Afabla por ĉefprocesoro kaj memoro.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Finfine rendimenta reklamoblokilo. Afabla por ĉefprocesoro kaj memoro.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Panelo",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Panelo",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Agordoj",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Agordoj",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filtriloj de eksteraj liverantoj",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filtriloj de eksteraj liverantoj",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Miaj filtriloj",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Miaj filtriloj",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Miaj reguloj",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Miaj reguloj",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Blanklisto",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Blanklisto",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Protokolilo",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Protokolilo",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Pri",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Pri",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Altgradaj agordoj",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Altgradaj agordoj",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klako: malŝalti\/ŝalti uBlock₀ por ĉi tiu retejo.\n\nStir+klako: malŝalti uBlock₀ nur en ĉi tiu paĝo.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klako: malŝalti\/ŝalti uBlock₀ por ĉi tiu retejo.\n\nStir+klako: malŝalti uBlock₀ nur en ĉi tiu paĝo.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"blokitaj petoj",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"en ĉi tiu paĝo",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} aŭ {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "blokitaj petoj",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"ekde instalado",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "en ĉi tiu paĝo",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"aŭ",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} aŭ {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Klaku por malfermi la panelon",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "ekde instalado",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "aŭ",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Malfermi reĝimon de elementoselektilo",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Klaku por malfermi la panelon",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Malfermi la protokolilon",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Enter element zapper mode",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Baskuligi la blokadon de ŝprucfenestroj por ĉi tiu retejo",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Malfermi reĝimon de elementoselektilo",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Baskuligi la blokadon de grandaj aŭdvideaj elementoj por ĉi tiu retejo",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Malfermi la protokolilon",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Baskuligi ornaman filtradon por ĉi tiu retejo",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Baskuligi la blokadon de ŝprucfenestroj por ĉi tiu retejo",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Baskuligi la blokadon de foraj tiparoj por ĉi tiu retejo",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Ĝeneralaj reguloj: ĉi tiu kolumno estas por reguloj, kiuj aplikas al ĉiuj retejoj.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokaj reguloj: ĉi tiu kolumno estas por reguloj, kiuj aplikas nur al la nuna retejo.\nLokaj reguloj transpasas ĝeneralajn regulojn.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Baskuligi la blokadon de grandaj aŭdvideaj elementoj por ĉi tiu retejo",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Klaku por fari viajn ŝanĝojn konstante.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Klaku por malfari viajn ŝanĝojn.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"ĉio",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Baskuligi ornaman filtradon por ĉi tiu retejo",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"bildoj",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"De eksteraj liverantoj",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"CSS\/bildoj de eksteraj liverantoj",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Baskuligi la blokadon de foraj tiparoj por ĉi tiu retejo",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"entekstaj skriptoj",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Skriptoj de propraj liverantoj",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Skriptoj de eksteraj liverantoj",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Ĝeneralaj reguloj: ĉi tiu kolumno estas por reguloj, kiuj aplikas al ĉiuj retejoj.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Kadroj de eksteraj liverantoj",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokaj reguloj: ĉi tiu kolumno estas por reguloj, kiuj aplikas nur al la nuna retejo.\nLokaj reguloj transpasas ĝeneralajn regulojn.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"konektitaj domajnoj",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Klaku por fari viajn ŝanĝojn konstante.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} de {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Klaku por malfari viajn ŝanĝojn.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Krei",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "ĉio",
+ "description": ""
},
- "pickerPick":{
- "message":"Elekti",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "bildoj",
+ "description": ""
},
- "pickerQuit":{
- "message":"Forlasi",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "De eksteraj liverantoj",
+ "description": ""
},
- "pickerPreview":{
- "message":"Antaŭrigardo",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "CSS\/bildoj de eksteraj liverantoj",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Retaj filtriloj",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "entekstaj skriptoj",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Ornamaj filtriloj",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Skriptoj de propraj liverantoj",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klako, Stir-klako",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Skriptoj de eksteraj liverantoj",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Bloki elementon",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Kadroj de eksteraj liverantoj",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Kaŝi lokokupilojn de blokitaj elementoj",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "konektitaj domajnoj",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Montri la nombron de la blokitaj petoj sur la bildsimbolo",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} de {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Malŝalti butonajn informojn",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Krei",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Uzi kuntekstan menuon laŭeble",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Elekti",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Afabla por kolorblinduloj",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Forlasi",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Ŝalti subtenon por nelokdependa konservado",
- "description":""
+ "pickerPreview": {
+ "message": "Antaŭrigardo",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Mi estas sperta uzanto (Nepra legaĵo<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Retaj filtriloj",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"altgradaj agordoj",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Ornamaj filtriloj",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Malŝalti antaŭvenigadon (por preventi ajnan konekton de blokitaj retaj petoj)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klako, Stir-klako",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Malŝalti ekzamenadon de ligiloj",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Bloki elementon",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Preventi likado de WebRTC de lokaj IP-adresoj",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Kaŝi lokokupilojn de blokitaj elementoj",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Defaŭlta konduto",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Montri la nombron de la blokitaj petoj sur la bildsimbolo",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Tiuj defaŭltaj kondutoj povas esti transpasitaj por ĉiuj retejoj",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Malŝalti butonajn informojn",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Malŝalti ornaman filtradon",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Uzi kuntekstan menuon laŭeble",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Bloki aŭdvideajn elementojn pli granda ol {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Afabla por kolorblinduloj",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Bloki forajn tiparojn",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Ŝalti subtenon por nelokdependa konservado",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Uzata konservado: {{value}} bitokoj",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Mi estas sperta uzanto (Nepra legaĵo<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Lasta restaŭro:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "altgradaj agordoj",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Lasta savkopio:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Malŝalti antaŭvenigadon (por preventi ajnan konekton de blokitaj retaj petoj)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} retaj filtriloj kaj {{cosmeticFilterCount}} ornamaj filtriloj de:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Malŝalti ekzamenadon de ligiloj",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} estas uzita de {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Preventi likado de WebRTC de lokaj IP-adresoj",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Ĝisdatigi listojn de filtriloj aŭtomate.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Defaŭlta konduto",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Ĝisdatigi nun",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Tiuj defaŭltaj kondutoj povas esti transpasitaj por ĉiuj retejoj",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Malplenigi ĉiujn kaŝmemorojn",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Malŝalti ornaman filtradon",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Analizi kaj eltrudi ornamajn filtrilojn.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Bloki aŭdvideajn elementojn pli granda ol {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
fonto celo tipo ago<\/code> (kompleta dokumentado<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Daŭraj reguloj",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Via listo de gastignomoj por kiuj uBlock₀ estos malŝaltata. Unu gastignomo por ĉiu linio. Nevalidaj gastignomoj estos ignorataj silente.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Nedaŭraj reguloj",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importi kaj postaldoni",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Malfari",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Eksporti",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Apliki",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"mia-ublock-blanklisto_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Redakti",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Apliki ŝanĝojn",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Konservi",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tipo",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Nuligi",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domajno",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importi el dosiero...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"Ligilo",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Eksporti al dosiero",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtrilo",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "miaj-dinamikaj-ublock-reguloj_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Ĉio",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Listo de viaj dinamikaj filtradaj reguloj.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Fonaj petoj",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Sintakso de reguloj:
fonto celo tipo ago<\/code> (kompleta dokumentado<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtri protokolerojn",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Via listo de gastignomoj por kiuj uBlock₀ estos malŝaltata. Unu gastignomo por ĉiu linio. Nevalidaj gastignomoj estos ignorataj silente.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maksimuma nombro de protokoleroj",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importi kaj postaldoni",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kunteksto:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Eksporti",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tipo:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "mia-ublock-blanklisto_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dinamika filtrado de ligiloj",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Apliki ŝanĝojn",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statika filtrado",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tipo",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} retaj petoj de {{type}} {{br}}kiu ligilo estas la sama kiel {{url}} {{br}}kaj kiu devenas el {{origin}},{{br}}{{importance}} estas kongrua escepta filtrilo.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domajno",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Bloki",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "Ligilo",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Permesi",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtrilo",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tipo “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Ĉio",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"ajna tipo",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Fonaj petoj",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"de “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtri protokolerojn",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"de ie ajn",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maksimuma nombro de protokoleroj",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"krom se",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kunteksto:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"eĉ se",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tipo:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statika filtrilo {{filter}} estas trovita en:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dinamika filtrado de ligiloj",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Ŝanĝoprotokolo",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statika filtrado",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Vikio",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} retaj petoj de {{type}} {{br}}kiu ligilo estas la sama kiel {{url}} {{br}}kaj kiu devenas el {{origin}},{{br}}{{importance}} estas kongrua escepta filtrilo.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Helpo",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Bloki",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Fontkodo (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Permesi",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Kontribuantoj",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tipo “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Savkopii al dosiero",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "ajna tipo",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"mia-ublock-savkopio_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "de “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Restaŭri el dosiero...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "de ie ajn",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Rekomencigi al defaŭltaj agordoj...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "krom se",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Ĉiuj viaj agordoj estos anstataŭigitaj per via savkopio kreita je {{time}} kaj uBlock₀ restartigos.\n\nĈu vi volas anstataŭigi ĉiujn de viaj ekzistantaj agordoj uzita la savkopio?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "eĉ se",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"La datumoj ne legeblas aŭ ĝi estas nevalida",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statika filtrilo {{filter}} estas trovita en:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Ĉiuj viaj agordoj estos forigita kaj uBlock₀ restartigos.\n\nĈu vi volas reagordi uBlock₀ al la defaŭltaj agordoj?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Ŝanĝoprotokolo",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"{{url}} ne konekteblas",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Vikio",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Ĉu vi volas aldoni la sekvan ligilon al viaj tajloritaj listoj de filtriloj?\n\nTitolo: \"{{title}}\"\nLigilo: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Helpo",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"antaŭ 1 minuto",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Fontkodo (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"antaŭ {{value}} minutoj",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Kontribuantoj",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"antaŭ 1 horo",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Savkopii al dosiero",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"antaŭ {{value}} horoj",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "mia-ublock-savkopio_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"antaŭ 1 tago",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Restaŭri el dosiero...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"antaŭ {{value}} tagoj",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Rekomencigi al defaŭltaj agordoj...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Montri panelon",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Ĉiuj viaj agordoj estos anstataŭigitaj per via savkopio kreita je {{time}} kaj uBlock₀ restartigos.\n\nĈu vi volas anstataŭigi ĉiujn de viaj ekzistantaj agordoj uzita la savkopio?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Montri protokolilon",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "La datumoj ne legeblas aŭ ĝi estas nevalida",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"ne aktiva",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Ĉiuj viaj agordoj estos forigita kaj uBlock₀ restartigos.\n\nĈu vi volas reagordi uBlock₀ al la defaŭltaj agordoj?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock₀ preventis la ŝarĝadon de la sekva paĝo:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "{{url}} ne konekteblas",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Pro la sekva filtrilo",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Ĉu vi volas aldoni la sekvan ligilon al viaj tajloritaj listoj de filtriloj?\n\nTitolo: \"{{title}}\"\nLigilo: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"sen parametroj",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "antaŭ 1 minuto",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Trovita en:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "antaŭ {{value}} minutoj",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Reen",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "antaŭ 1 horo",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Fermi ĉi tiun fenestron",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "antaŭ {{value}} horoj",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Malŝalti striktan blokadon por {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "antaŭ 1 tago",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Nedaŭra",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "antaŭ {{value}} tagoj",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Daŭra",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Montri panelon",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Eksporti al nuba konservado",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Montri protokolilon",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importi el nuba konservado",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "ne aktiva",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importi el nuba konservado kaj kunfandi kun nunaj agordoj",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock₀ preventis la ŝarĝadon de la sekva paĝo:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Pro la sekva filtrilo",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Nomo de ĉi tiu aparato:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "sen parametroj",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warning! Change these advanced settings at your own risk.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Trovita en:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Sendi",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Reen",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Apliki ŝanĝojn",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Fermi ĉi tiun fenestron",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Malfari",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Malŝalti striktan blokadon por {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bitokoj",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Nedaŭra",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Permesi grandajn aŭdvideajn elementojn nedaŭre",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Daŭra",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Eksporti al nuba konservado",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importi el nuba konservado",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importi el nuba konservado kaj kunfandi kun nunaj agordoj",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Nomo de ĉi tiu aparato:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warning! Change these advanced settings at your own risk.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Sendi",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Apliki ŝanĝojn",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Malfari",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bitokoj",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Permesi grandajn aŭdvideajn elementojn nedaŭre",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/es/messages.json b/src/_locales/es/messages.json
index 20d4f305e3f7d..cb47c4b825dfe 100644
--- a/src/_locales/es/messages.json
+++ b/src/_locales/es/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Por fin, un bloqueador eficiente con uso mínimo de procesador y memoria.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Por fin, un bloqueador eficiente con uso mínimo de procesador y memoria.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Panel de control",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Panel de control",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Configuración",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Configuración",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filtros de terceros",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filtros de terceros",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Mis filtros",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Mis filtros",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Mis reglas",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Mis reglas",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Lista blanca",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Lista blanca",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Registro de peticiones de red",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Registro de peticiones de red",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Acerca de",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Acerca de",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Ajustes avanzados",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Ajustes avanzados",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Clic: desactivar\/activar uBlock₀ para este sitio.\n\nCtrl + clic: deshabilitar uBlock₀ sólo en esta página.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Clic: desactivar\/activar uBlock₀ para este sitio.\n\nCtrl + clic: deshabilitar uBlock₀ sólo en esta página.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"peticiones bloqueadas",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Clic para deshabilitar uBlock₀ en este sitio. \n\nCtrl+clic para deshabilitar uBlock₀ solo en esta página.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"en esta página",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Clic para habilitar uBlock₀ en este sitio.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} o {{percent}} %",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "peticiones bloqueadas",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"desde que se instaló",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "en esta página",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"o",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} o {{percent}} %",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Clic para abrir el panel de control",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "desde que se instaló",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Activar el modo eliminación de elementos",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "o",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Activar el modo de selección de elementos",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Abrir Panel de control",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Ir al registro de peticiones",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Activar el modo eliminación de elementos",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Alternar bloqueo de todos los pop-ups para este sitio",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Activar el modo de selección de elementos",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Alternar bloqueo de elementos multimedia grandes para este sitio",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Ir al registro de peticiones",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Alternar filtros cosméticos para este sitio",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Alternar bloqueo de todos los pop-ups para este sitio",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Alternar bloqueo de fuentes remotas para este sitio",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Clic para bloquear todas las ventanas emergentes en este sitio",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Reglas globales: las reglas en esta columna se aplican a todos los sitios.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Clic para no bloquear más todas las ventanas emergentes en este sitio",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Reglas locales: las reglas en esta columna aplican solo al sitio actual.\nLas reglas locales anulan las reglas globales.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Alternar bloqueo de elementos multimedia grandes para este sitio",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Haga clic para hacer sus cambios permanentes.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Clic para bloquear elementos multimedia grandes en este sitio",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Haga clic para revertir sus cambios.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Clic para no bloquear más elementos multimedia grandes en este sitio",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"todo",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Alternar filtros cosméticos para este sitio",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"Imágenes",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Clic para deshabilitar el filtrado cosmético en este sitio",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"De terceros",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Clic para habilitar el filtrado cosmético en este sitio",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"css\/imágenes de terceros",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Alternar bloqueo de fuentes remotas para este sitio",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"Scripts embebidos",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Clic para bloquear fuentes remotas en este sitio",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Scripts del dominio",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Clic para no bloquear más fuentes remotas en este sitio",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Scripts de terceros",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Reglas globales: las reglas en esta columna se aplican a todos los sitios.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Frames de terceros",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Reglas locales: las reglas en esta columna aplican solo al sitio actual.\nLas reglas locales anulan las reglas globales.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"dominios conectados",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Haga clic para hacer sus cambios permanentes.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} de {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Haga clic para revertir sus cambios.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Crear",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "todo",
+ "description": ""
},
- "pickerPick":{
- "message":"Elegir",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "Imágenes",
+ "description": ""
},
- "pickerQuit":{
- "message":"Salir",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "De terceros",
+ "description": ""
},
- "pickerPreview":{
- "message":"Vista previa",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "css\/imágenes de terceros",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Filtros de red",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "Scripts embebidos",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Filtros cosméticos",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Scripts del dominio",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Clic, Ctrl-clic",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Scripts de terceros",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Bloquear elemento",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Frames de terceros",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Ocultar marcadores de posición de los elementos bloqueados",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "dominios conectados",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Mostrar el número de peticiones bloqueadas en el icono",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} de {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Deshabilitar las descripciones emergentes",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Crear",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Hacer uso del menú contextual cuando sea posible",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Elegir",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Accesible para daltónicos",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Salir",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Habilitar almacenamiento en la nube",
- "description":""
+ "pickerPreview": {
+ "message": "Vista previa",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Soy usuario avanzado ( Lectura Obligatoria - Inglés<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Filtros de red",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"ajustes avanzados",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Filtros cosméticos",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Deshabilitar pre-carga de sitios (previene cualquier conexión para peticiones de red bloqueadas)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Clic, Ctrl-clic",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Deshabilitar auditoría de hipervínculos",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Bloquear elemento",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Impedir que WebRTC divulgue la dirección IP local",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Ocultar marcadores de posición de los elementos bloqueados",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Comportamiento predeterminado",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Mostrar el número de peticiones bloqueadas en el icono",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Es posible anular el comportamiento predeterminado para cada sitio",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Deshabilitar las descripciones emergentes",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Deshabilitar filtros cosméticos",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Hacer uso del menú contextual cuando sea posible",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Bloquear elementos multimedia mayores que {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Accesible para daltónicos",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Bloquear fuentes remotas",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Habilitar almacenamiento en la nube",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Almacenamiento usado: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Soy usuario avanzado ( Lectura Obligatoria - Inglés<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Última restauración:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "ajustes avanzados",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Último respaldo:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Deshabilitar pre-carga de sitios (previene cualquier conexión para peticiones de red bloqueadas)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} filtros de red y {{cosmeticFilterCount}} filtros cosméticos de:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Deshabilitar auditoría de hipervínculos",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} de {{total}} utilizados",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Impedir que WebRTC divulgue la dirección IP local",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Actualizar automáticamente la lista de filtros.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Comportamiento predeterminado",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Actualizar ahora",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Es posible anular el comportamiento predeterminado para cada sitio",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Vaciar todas las memorias caché",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Deshabilitar filtros cosméticos",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Analizar y aplicar filtros cosméticos.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Bloquear elementos multimedia mayores que {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
origen destino tipo acción<\/code> ( documentación completa<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Reglas permanentes",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Lista de servidores para los cuales se deshabilitará uBlock₀. Una entrada por línea. Se omitirán nombres de servidores inválidos.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Reglas temporales",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importar y anexar",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Revertir",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exportar",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Establecer",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"ublock-mi-lista-de-permitidos_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Editar",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Aplicar cambios",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Guardar",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tipo",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Descartar",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Dominio",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importar desde archivo...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Exportar a archivo",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtro",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "ublock-mis-reglas-dinamicas_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Todas",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Listado de sus reglas de filtrado dinámico.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Peticiones ocultas",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Sintaxis de las reglas:
origen destino tipo acción<\/code> ( documentación completa<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtrar entradas del registro",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Lista de servidores para los cuales se deshabilitará uBlock₀. Una entrada por línea. Se omitirán nombres de servidores inválidos.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Cantidad máxima de entradas del registro",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importar y anexar",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Contexto:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exportar",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tipo:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "ublock-mi-lista-de-permitidos_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Filtrado dinámico de URL",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Aplicar cambios",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Filtrado estático",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tipo",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} peticiones de red tipo {{type}} {{br}}cuya dirección URL contenga {{url}} {{br}}y que se originen desde {{origin}},{{br}}{{importance}} exista una regla de excepción aplicable.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Dominio",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Bloquear",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Permitir",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtro",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tipo “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Todas",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"cualquier tipo",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Peticiones ocultas",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"desde “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtrar entradas del registro",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"desde cualquier lugar",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Cantidad máxima de entradas del registro",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"excepto cuando",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Contexto:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"incluso cuando",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tipo:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Filtro estático {{filter}} encontrado en:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Filtrado dinámico de URL",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Registro de cambios",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Filtrado estático",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} peticiones de red tipo {{type}} {{br}}cuya dirección URL contenga {{url}} {{br}}y que se originen desde {{origin}},{{br}}{{importance}} exista una regla de excepción aplicable.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Soporte",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Bloquear",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Código fuente (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Permitir",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Colaboradores",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tipo “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Respaldar en archivo...",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "cualquier tipo",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-respaldo_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "desde “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Restaurar desde archivo...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "desde cualquier lugar",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Restablecer ajustes predeterminados...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "excepto cuando",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Toda la configuración se sobrescribirá utilizando datos respaldados en {{time}} y uBlock₀ se reiniciará. \n\n¿Sobrescribir toda la configuración existente utilizando datos de la copia de seguridad?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "incluso cuando",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Los datos no se pueden leer o son inválidos",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Filtro estático {{filter}} encontrado en:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Se borrará toda la configuración y uBlock₀ se reiniciará.\n\n¿Restaurar uBlock₀ a la configuración por defecto?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Registro de cambios",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Error de red: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: ¿Desea añadir la siguiente dirección a su lista de filtros personalizados?\n\nTítulo: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Soporte",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"hace un minuto",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Código fuente (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"hace {{value}} minutos",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Colaboradores",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"hace 1 hora",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Respaldar en archivo...",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"hace {{value}} horas",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-respaldo_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"hace un día",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Restaurar desde archivo...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"hace {{value}} días",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Restablecer ajustes predeterminados...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Mostrar Panel de Control",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Toda la configuración se sobrescribirá utilizando datos respaldados en {{time}} y uBlock₀ se reiniciará. \n\n¿Sobrescribir toda la configuración existente utilizando datos de la copia de seguridad?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Mostrar Registro",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Los datos no se pueden leer o son inválidos",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"desactivado",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Se borrará toda la configuración y uBlock₀ se reiniciará.\n\n¿Restaurar uBlock₀ a la configuración por defecto?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin impidió la carga de la página:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Error de red: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Como resultado del siguiente filtro:",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: ¿Desea añadir la siguiente dirección a su lista de filtros personalizados?\n\nTítulo: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"sin parámetros",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "hace un minuto",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Encontrado en:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "hace {{value}} minutos",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Regresar",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "hace 1 hora",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Cerrar esta ventana",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "hace {{value}} horas",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Deshabilitar bloqueo estricto para {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "hace un día",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporalmente",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "hace {{value}} días",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanentemente",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Mostrar Panel de control",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Exportar datos a la nube",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Mostrar registro",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importar datos de la nube",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "desactivado",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importar desde la nube y anexar a la configuración actual",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin impidió la carga de la página:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Como resultado del siguiente filtro:",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Nombre de este dispositivo:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "sin parámetros",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"¡Alerta! Cambie estos ajustes avanzados bajo su propio riesgo.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Encontrado en:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Enviar",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Regresar",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Aplicar cambios",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Cerrar esta ventana",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Revertir",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Deshabilitar bloqueo estricto para {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporalmente",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Permitir temporalmente elementos multimedia grandes",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanentemente",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Esta entrada debe ser la última",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Exportar datos a la nube",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importar datos de la nube",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importar desde la nube y anexar a la configuración actual",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Nombre de este dispositivo:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "¡Alerta! Cambie estos ajustes avanzados bajo su propio riesgo.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Enviar",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Aplicar cambios",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Revertir",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Permitir temporalmente elementos multimedia grandes",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Esta entrada debe ser la última",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/et/messages.json b/src/_locales/et/messages.json
index ae327f4ba3208..9de2b2462ebb8 100644
--- a/src/_locales/et/messages.json
+++ b/src/_locales/et/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Lõpuks on valminud tõhus blokeerija. Protsessori- ja mälusõbralik.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Lõpuks on valminud tõhus blokeerija. Protsessori- ja mälusõbralik.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Töölaud",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Töölaud",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Seaded",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Seaded",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Kolmanda osapoole filtrid",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Kolmanda osapoole filtrid",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Minu filtrid",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Minu filtrid",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Minu reeglid",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Minu reeglid",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Valge loend",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Valge loend",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Võrgutaotluste logi",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Võrgutaotluste logi",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Teave",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Teave",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Täpsemad seaded",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Täpsemad seaded",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klõps: keela\/luba uBlock₀ sellel saidil.\n\nCtrl+klõps: keela uBlock₀ ainult sellel lehel.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klõps: keela\/luba uBlock₀ sellel saidil.\n\nCtrl+klõps: keela uBlock₀ ainult sellel lehel.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"blokeeritud taotlusi",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Klõpsa, et keelata uBlock₀ sellel saidil.\n\nCtrl+klõps, et keelata uBlock₀ ainult sellel lehel.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"sellel lehel",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Klõpsa, et lubada uBlock₀ sellel saidil.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} või {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "blokeeritud taotlusi",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"paigaldamise algusest",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "sellel lehel",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"või",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} või {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Klõpsa, et avada töölaud",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "paigaldamise algusest",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Sisene elemendi hävitusrežiimi",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "või",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Sisene elemendi valikuolekusse",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Ava töölaud",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Avage logija",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Sisene elemendi hävitusrežiimi",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Keela hüpikaknad sellel saidil",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Sisene elemendi valikuolekusse",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Lülita mahukate meediaelementide blokeerimine siin saidil sisse\/välja",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Avage logija",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Keela ilufiltrid sellel saidil",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Keela hüpikaknad sellel saidil",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Luba väliste fontide blokeerimine sellel saidil",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Klõpsa, et keelata kõik hüpikaknad sellel saidil",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Üldised reeglid: selle veeru reeglid kehtivad kõikidele saitidele.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Klõpsa, et lubada kõik hüpikaknad sellel saidil",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Kohalikud reeglid: selle veeru reeglid kehtivad ainult praegusele saidile.\nKohalikud reeglid kirjutavad üldised reeglid üle.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Lülita mahukate meediaelementide blokeerimine siin saidil sisse\/välja",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Vajuta, et teha oma muudatused püsivaks.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Klõpsa, et keelata mahukad meediaelemendid sellel saidil",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Vajuta, et võtta muudatused tagasi.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Klõpsa, et lubada mahukad meediaelemendid sellel saidil",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"kõik",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Keela ilufiltrid sellel saidil",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"pildid",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Klõpsa, et keelata ilufiltrid sellel saidil",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"3. osapool",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Klõpsa, et lubada ilufiltrid sellel saidil",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"3. osapoole CSS\/pildid",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Luba väliste fontide blokeerimine sellel saidil",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"tekstisisesed skriptid",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Klõpsa, et keelata välisfondid selle saidil",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"1. osapoole skriptid",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Klõpsa, et lubada välisfondid selle saidil",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"3. osapoole skriptid",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Üldised reeglid: selle veeru reeglid kehtivad kõikidele saitidele.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"3. osapoole raamid",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Kohalikud reeglid: selle veeru reeglid kehtivad ainult praegusele saidile.\nKohalikud reeglid kirjutavad üldised reeglid üle.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domeene ühendatud",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Vajuta, et teha oma muudatused püsivaks.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}}\/{{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Vajuta, et võtta muudatused tagasi.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Loo",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "kõik",
+ "description": ""
},
- "pickerPick":{
- "message":"Vali",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "pildid",
+ "description": ""
},
- "pickerQuit":{
- "message":"Välju",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "3. osapool",
+ "description": ""
},
- "pickerPreview":{
- "message":"Eelvaade",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "3. osapoole CSS\/pildid",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Võrgufiltrid",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "tekstisisesed skriptid",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Ilufiltrid",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "1. osapoole skriptid",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klõps, Ctrl-klõps",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "3. osapoole skriptid",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blokeeri element",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "3. osapoole raamid",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Peida blokeeritud elementide asukohad",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domeene ühendatud",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Kuva ikoonil blokeeritud elementide arv",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}}\/{{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Keela näpunäited",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Loo",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Kasuta sobivusel kontekstmenüüd",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Vali",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Värvipimeduse-sõbralik",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Välju",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Luba pilves hoiustamise tugi",
- "description":""
+ "pickerPreview": {
+ "message": "Eelvaade",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Olen kogenud kasutaja (Vajalik lugemus<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Võrgufiltrid",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"täpsemad seaded",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Ilufiltrid",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Keela eellaadimine (et vältida ühendusi blokeeritud võrgutaotlustele)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klõps, Ctrl-klõps",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Keela hüperlingi auditeerimine",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blokeeri element",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Tõkesta WebRTC'l kohalike IP-aadresside lekitamist",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Peida blokeeritud elementide asukohad",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Vaikeväärtused",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Kuva ikoonil blokeeritud elementide arv",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Neid vaikeväärtusi saab saitide põhiselt eraldi määrata",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Keela näpunäited",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Keela ilufiltrid",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Kasuta sobivusel kontekstmenüüd",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Blokeeri meediaelemendid, mis on suuremad kui {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Värvipimeduse-sõbralik",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Keela välised fondid",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Luba pilves hoiustamise tugi",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Mahtu kasutatud: {{value}} baiti",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Olen kogenud kasutaja (Vajalik lugemus<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Viimane taastus:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "täpsemad seaded",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Viimane varundus:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Keela eellaadimine (et vältida ühendusi blokeeritud võrgutaotlustele)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} võrgufiltrit + {{cosmeticFilterCount}} ilufiltrit:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Keela hüperlingi auditeerimine",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"kasutusel {{used}}\/{{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Tõkesta WebRTC'l kohalike IP-aadresside lekitamist",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Uuenda filtrite loendeid automaatselt.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Vaikeväärtused",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Uuenda kohe",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Neid vaikeväärtusi saab saitide põhiselt eraldi määrata",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Tühjenda kõik vahemälud",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Keela ilufiltrid",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Tuvasta ja rakenda ilufiltrid.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Blokeeri meediaelemendid, mis on suuremad kui {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
allikas sihtkoht tüüp tegevus<\/code> (kogu dokumentatsioon<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Igavesed reeglid",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Valge nimekirja direktiivid määravad, millistel veebilehtedel peaks uBlock Origin keelatud olema. Üks domeen rea kohta. Sobimatuid direktiive vaikselt ignoreeritakse ja kommenteeritakse välja.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Ajutised reeglid",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Impordi ja lisa",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Ennista",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Ekspordi",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Rakenda",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"minu-ublocki-valge-loend_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Muuda",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Kinnita muudatused",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Salvesta",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tüüp",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Tühista",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domeen",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Impordi failist...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Ekspordi faili",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "minu-ublocki-dünaamilised-reeglid_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Kõik",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Sinu dünaamiliste filtrite reeglide nimekiri.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Telgitagus",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Reegli süntaks:
allikas sihtkoht tüüp tegevus<\/code> (kogu dokumentatsioon<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtreeri logikirjeid",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Valge nimekirja direktiivid määravad, millistel veebilehtedel peaks uBlock Origin keelatud olema. Üks domeen rea kohta. Sobimatuid direktiive vaikselt ignoreeritakse ja kommenteeritakse välja.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maksimaalne logikirjete arv",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Impordi ja lisa",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontekst:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Ekspordi",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tüüp:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "minu-ublocki-valge-loend_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dünaamiline URL'i filter",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Kinnita muudatused",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Staatiline filtreerimine",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tüüp",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} võrgupäringud {{type}} {{br}}mille URL-aadress vastab väärtusele {{url}} {{br}}ja mis pärineb {{origin}},{{br}}{{importance}} on olemas vastav erandfilter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domeen",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blokeeri",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Luba",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tüübiga “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Kõik",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"mistahes tüübiga",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Telgitagus",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"domeenilt “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtreeri logikirjeid",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"mistahes domeenilt",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maksimaalne logikirjete arv",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"välja arvatud, kui",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontekst:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"isegi, kui",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tüüp:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Staatiline filter {{filter}} asub:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dünaamiline URL'i filter",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Muudatuste logi",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Staatiline filtreerimine",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Viki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} võrgupäringud {{type}} {{br}}mille URL-aadress vastab väärtusele {{url}} {{br}}ja mis pärineb {{origin}},{{br}}{{importance}} on olemas vastav erandfilter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Tugi",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blokeeri",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Lähtekood (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Luba",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Toetajad",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tüübiga “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Varunda faili",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "mistahes tüübiga",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"minu-ublocki-varundus_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "domeenilt “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Taasta failist...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "mistahes domeenilt",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Taasta vaikeseadetele...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "välja arvatud, kui",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Kõik seaded kirjutatakse üle, kasutades varundust kuupäevast {{time}} ning uBlock₀ taaskäivitatakse.\n\nKirjutan üle kõik praegused seaded varundusandmetega?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "isegi, kui",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Andmeid ei suudetud lugeda või on vigased",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Staatiline filter {{filter}} asub:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Kõik seaded kustutatakse ning uBlock₀ taaskäivitatakse.\n\nTaastan uBlock₀'i algseadetele?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Muudatuste logi",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Võrgu viga: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Viki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Lisan järgneva URLi sinu kohandatud filtrite nimekirja?\n\nPealkiri: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Tugi",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"minuti eest",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Lähtekood (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minuti eest",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Toetajad",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"tunni eest",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Varunda faili",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} tunni eest",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "minu-ublocki-varundus_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"eile",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Taasta failist...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} päeva tagasi",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Taasta vaikeseadetele...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Kuva töölaud",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Kõik seaded kirjutatakse üle, kasutades varundust kuupäevast {{time}} ning uBlock₀ taaskäivitatakse.\n\nKirjutan üle kõik praegused seaded varundusandmetega?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Kuva logija",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Andmeid ei suudetud lugeda või on vigased",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"väljas",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Kõik seaded kustutatakse ning uBlock₀ taaskäivitatakse.\n\nTaastan uBlock₀'i algseadetele?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin on keelanud järgneva lehe laadimise:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Võrgu viga: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Järgneva filtri tõttu",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Lisan järgneva URLi sinu kohandatud filtrite nimekirja?\n\nPealkiri: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"parameetriteta",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "minuti eest",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Asub filtrites:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minuti eest",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Mine tagasi",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "tunni eest",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Sulge see aken",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} tunni eest",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Keela karm blokeerimine {{hostname}} jaoks",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "eile",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Ajutiselt",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} päeva tagasi",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Püsivalt",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Kuva töölaud",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Ekspordi pilvehoidlasse",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Kuva logija",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Impordi pilvehoidlast",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "väljas",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Impordi pilvekettalt ja ühilda praeguste seadetega",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin on keelanud järgneva lehe laadimise:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Järgneva filtri tõttu",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Selle seadme nimi:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "parameetriteta",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Hoiatus! Muuda täpsemaid seadeid oma vastutusel.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Asub filtrites:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Saada",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Mine tagasi",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Kinnita muudatused",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Sulge see aken",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Ennista",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Keela karm blokeerimine {{hostname}} jaoks",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"baiti",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Ajutiselt",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Luba ajutiselt mahukad meediaelemendid",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Püsivalt",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"See sisestus peab olema viimane",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Ekspordi pilvehoidlasse",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Impordi pilvehoidlast",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Impordi pilvekettalt ja ühilda praeguste seadetega",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Selle seadme nimi:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Hoiatus! Muuda täpsemaid seadeid oma vastutusel.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Saada",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Kinnita muudatused",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Ennista",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "baiti",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Luba ajutiselt mahukad meediaelemendid",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "See sisestus peab olema viimane",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/eu/messages.json b/src/_locales/eu/messages.json
index a0ecb8c3ac774..983e2e50ed25b 100644
--- a/src/_locales/eu/messages.json
+++ b/src/_locales/eu/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Behingoz, blokeatzaile eraginkor bat. PUZ eta memorian arina.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Behingoz, blokeatzaile eraginkor bat. PUZ eta memorian arina.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Kontrol panela",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Kontrol panela",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Ezarpenak",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Ezarpenak",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Hirugarrengoen iragazkiak",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Hirugarrengoen iragazkiak",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Nire iragazkiak",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Nire iragazkiak",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Nire arauak",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Nire arauak",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Zerrenda zuria",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Zerrenda zuria",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Egunkaria",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Egunkaria",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Honi buruz",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Honi buruz",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Ezarpen aurreratuak",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Ezarpen aurreratuak",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klik: gaitu\/ezgaitu uBlock₀ gune honetan.\n\nKtrl+klik: ezgaitu uBlock₀ orri honetan soilik.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klik: gaitu\/ezgaitu uBlock₀ gune honetan.\n\nKtrl+klik: ezgaitu uBlock₀ orri honetan soilik.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"blokeatutako eskariak",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"orri honetan",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} edo %{{percent}}",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "blokeatutako eskariak",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"instalaziotik",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "orri honetan",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"edo",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} edo %{{percent}}",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Ireki kontrol panela",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "instalaziotik",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Elementuak lekuz aldatzeko modua",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "edo",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Elementuak hautatzeko modua",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Ireki kontrol panela",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Ireki egunkaria",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Elementuak lekuz aldatzeko modua",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Txandakatu laster-leihoen blokeoa gune honetan",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Elementuak hautatzeko modua",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Txandakatu multimedia elementu handiak blokeatzea gune honetan",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Ireki egunkaria",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Txandakatu iragazki kosmetikoa gune honetan",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Txandakatu laster-leihoen blokeoa gune honetan",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Txandakatu urruneko letra tipoen blokeoa gune honetan",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Arau orokorrak: Zutabe hau gune guztietan aplikatzen diren arauentzat da.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Tokiko arauak: Zutabe hau soilik uneko gunean aplikatuko diren arauentzat da. Tokiko arauek arau orokorrak gainidazten dituzte.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Txandakatu multimedia elementu handiak blokeatzea gune honetan",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Sakatu aldaketak gordetzeko.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Sakatu aldaketak desegiteko.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"guztiak",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Txandakatu iragazki kosmetikoa gune honetan",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"irudiak",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"Hirugarrengoak",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"Hirugarrengoen css\/irudiak",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Txandakatu urruneko letra tipoen blokeoa gune honetan",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"barne scriptak",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"bertako scriptak",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"hirugarrengoen scriptak",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Arau orokorrak: Zutabe hau gune guztietan aplikatzen diren arauentzat da.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"hirugarrengoen markoak",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Tokiko arauak: Zutabe hau soilik uneko gunean aplikatuko diren arauentzat da. Tokiko arauek arau orokorrak gainidazten dituzte.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"konektatutako domeinuak",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Sakatu aldaketak gordetzeko.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} \/ {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Sakatu aldaketak desegiteko.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Sortu",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "guztiak",
+ "description": ""
},
- "pickerPick":{
- "message":"Hautatu",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "irudiak",
+ "description": ""
},
- "pickerQuit":{
- "message":"Irten",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "Hirugarrengoak",
+ "description": ""
},
- "pickerPreview":{
- "message":"Aurreikusi",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "Hirugarrengoen css\/irudiak",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Sare iragazkiak",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "barne scriptak",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Iragazki kosmetikoak",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "bertako scriptak",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klik, Ktrl-klik",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "hirugarrengoen scriptak",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blokeatu elementua",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "hirugarrengoen markoak",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Ezkutatu blokeatutako elementuen hutsuneak",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "konektatutako domeinuak",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Bistaratu blokeatutako eskari kopurua ikonoan",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} \/ {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Desgaitu argibideak",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Sortu",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Erabili laster-menua egokia denean",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Hautatu",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Kolore-itsuentzat egokia",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Irten",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Gaitu hodei biltegiratzearen euskarria",
- "description":""
+ "pickerPreview": {
+ "message": "Aurreikusi",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Erabiltzaile aurreratua naiz (Irakurri beharrekoa<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Sare iragazkiak",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"ezarpen aurreratuak",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Iragazki kosmetikoak",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Desgaitu aurrez-kargatzea (blokeatutako sare eskaeretako edozein konexio galarazteko)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klik, Ktrl-klik",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Desgaitu loturen auditoretza",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blokeatu elementua",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Galarazi WebRTCk tokiko IP helbidea iragartzea",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Ezkutatu blokeatutako elementuen hutsuneak",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Lehenetsitako portaera",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Bistaratu blokeatutako eskari kopurua ikonoan",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Lehenetsitako portaera hauek gunez gune gainidatzi daitezke",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Desgaitu argibideak",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Desgaitu iragazki kosmetikoa",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Erabili laster-menua egokia denean",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Blokeatu {{input:number}} kB baino handiagoak diren multimedia elementuak",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Kolore-itsuentzat egokia",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Blokeatu urruneko letra-tipoak",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Gaitu hodei biltegiratzearen euskarria",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Erabilitako biltegiratzea: {{value}} byte",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Erabiltzaile aurreratua naiz (Irakurri beharrekoa<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Azken berreskuratzea:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "ezarpen aurreratuak",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Azken babeskopia:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Desgaitu aurrez-kargatzea (blokeatutako sare eskaeretako edozein konexio galarazteko)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} sare iragazki + {{cosmeticFilterCount}} iragazki kosmetiko hemendik:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Desgaitu loturen auditoretza",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} erabilita, guztira {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Galarazi WebRTCk tokiko IP helbidea iragartzea",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Automatikoki eguneratu iragazkien zerrenda.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Lehenetsitako portaera",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Eguneratu orain",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Lehenetsitako portaera hauek gunez gune gainidatzi daitezke",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Garbitu cache guztiak",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Desgaitu iragazki kosmetikoa",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Prozesatu eta ezarri iragazki kosmetikoak.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Blokeatu {{input:number}} kB baino handiagoak diren multimedia elementuak",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
jatorria helburua mota ekintza<\/code>(Dokumentazio osoa<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Behin betiko arauak",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Zerrenda zuriaren direktibek uBlock zeintzu web orrietan desgaituko den zehazten dute. Sarrera bat lerroko. Baliogabeko ostalari izenak ezikusiko dira.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Behin behineko arauak",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Inportatu eta gehitu",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Baztertu",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Esportatu",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Behin betiko bihurtu",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"nire-ublock-zerrendazuria_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Aldatu",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Aplikatu aldaketak",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Gorde",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Mota",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Baztertu",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domeinua",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Inportatu fitxategitik...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Esportatu fitxategira",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Iragazkia",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "nire-ublock-arau-dinamikoak_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Guztiak",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Zure iragazki dinamikoen arau zerrenda.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Atzeko planoan",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Arauen sintaxia:
jatorria helburua mota ekintza<\/code>(Dokumentazio osoa<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"iragazi egunkariko sarrerak",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Zerrenda zuriaren direktibek uBlock zeintzu web orrietan desgaituko den zehazten dute. Sarrera bat lerroko. Baliogabeko ostalari izenak ezikusiko dira.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Egunkariaren gehieneko sarrera kopurua",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Inportatu eta gehitu",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Testuingurua:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Esportatu",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Mota:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "nire-ublock-zerrendazuria_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"URL iragazketa dinamikoa",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Aplikatu aldaketak",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Iragazketa estatikoa",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Mota",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} {{type}} motako sare eskariak {{br}}URL helbidea {{url}} helbidearekin bat datorrenean {{br}}eta jatorria {{origin}} denean,{{br}}{{importance}} bat datorren salbuespen iragazki bat badago.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domeinua",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blokeatu",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Baimendu",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Iragazkia",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"mota “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Guztiak",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"edozein mota",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Atzeko planoan",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"hemendik “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "iragazi egunkariko sarrerak",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"edonondik",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Egunkariaren gehieneko sarrera kopurua",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"kenduta",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Testuingurua:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"nahiz eta",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Mota:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"{{filter}} iragazki estatiko aurkitu da hemen:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "URL iragazketa dinamikoa",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Aldaketa egunkaria",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Iragazketa estatikoa",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} {{type}} motako sare eskariak {{br}}URL helbidea {{url}} helbidearekin bat datorrenean {{br}}eta jatorria {{origin}} denean,{{br}}{{importance}} bat datorren salbuespen iragazki bat badago.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Laguntza",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blokeatu",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Iturburu kodea (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Baimendu",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Parte-hartzaileak",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "mota “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Egin babeskopia fitxategian",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "edozein mota",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"nire-ublock-babeskopia_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "hemendik “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Berreskuratu fitxategitik...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "edonondik",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Leheneratu lehenetsitako ezarpenetara...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "kenduta",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Zure ezarpen guztiak gainidatziko dira {{time}}ko datuak erabiliz, eta uBlock₀ berrabiaraziko da.\n\nGainidatzi ezarpen guztiak babeskopiako datuekin?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "nahiz eta",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Datuak ezin dira irakurri edo baliogabeak dira",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "{{filter}} iragazki estatiko aurkitu da hemen:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Zure ezarpen guztiak ezabatuko dira, eta uBlock₀ berrabiaraziko da.\n\nLeheneratu uBlock₀ jatorrizko ezarpenetara?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Aldaketa egunkaria",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Sare-errorea: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Gehitu honako URL hauek zure iragazki pertsonalizatuen zerrendara?\n\nIzenburua: \"{{title}}\"\nURLa: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Laguntza",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"duela minutu bat",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Iturburu kodea (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"duela {{value}} minutu",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Parte-hartzaileak",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"duela ordu bat",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Egin babeskopia fitxategian",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"duela {{value}} ordu",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "nire-ublock-babeskopia_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"duela egun bat",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Berreskuratu fitxategitik...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"duela {{value}} egun",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Leheneratu lehenetsitako ezarpenetara...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Bistaratu kontrol panela",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Zure ezarpen guztiak gainidatziko dira {{time}}ko datuak erabiliz, eta uBlock₀ berrabiaraziko da.\n\nGainidatzi ezarpen guztiak babeskopiako datuekin?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Bistaratu egunkaria",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Datuak ezin dira irakurri edo baliogabeak dira",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"itzalita",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Zure ezarpen guztiak ezabatuko dira, eta uBlock₀ berrabiaraziko da.\n\nLeheneratu uBlock₀ jatorrizko ezarpenetara?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock₀ek orri hau kargatzea galarazi du:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Sare-errorea: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Iragazki hau dela eta",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Gehitu honako URL hauek zure iragazki pertsonalizatuen zerrendara?\n\nIzenburua: \"{{title}}\"\nURLa: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"parametrorik gabe",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "duela minutu bat",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Hemen aurkitua:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "duela {{value}} minutu",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Atzera",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "duela ordu bat",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Itxi leiho hau",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "duela {{value}} ordu",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Ezgaitu blokeatze zorrotza {{hostname}} gunean",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "duela egun bat",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Une batez",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "duela {{value}} egun",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Behin betiko",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Bistaratu kontrol panela",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Esportatu hodei biltegiratzera",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Bistaratu egunkaria",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Inportatu hodei biltegiratzetik",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "itzalita",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Inportatu hodeiko biltegiratzetik eta nahastu oraingo ezarpenekin",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock₀ek orri hau kargatzea galarazi du:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Iragazki hau dela eta",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Gailu honen izena:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "parametrorik gabe",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Abisua! Ez aldatu ezarpen aurreratu hauek zertan ari zaren ez badakizu.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Hemen aurkitua:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Bidali",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Atzera",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Aplikatu aldaketak",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Itxi leiho hau",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Baztertu",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Ezgaitu blokeatze zorrotza {{hostname}} gunean",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"byte",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Une batez",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Une batez baimendu multimedia elementu handiak",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Behin betiko",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Esportatu hodei biltegiratzera",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Inportatu hodei biltegiratzetik",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Inportatu hodeiko biltegiratzetik eta nahastu oraingo ezarpenekin",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Gailu honen izena:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Abisua! Ez aldatu ezarpen aurreratu hauek zertan ari zaren ez badakizu.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Bidali",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Aplikatu aldaketak",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Baztertu",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "byte",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Une batez baimendu multimedia elementu handiak",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/fa/messages.json b/src/_locales/fa/messages.json
index d769279dda8ae..0b11de1688da6 100644
--- a/src/_locales/fa/messages.json
+++ b/src/_locales/fa/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"بالاخره، یک بلاکر کارآمد. کم حجم بر روی پردازنده و حافظه.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "بالاخره، یک بلاکر کارآمد. کم حجم بر روی پردازنده و حافظه.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — داشبورد",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — داشبورد",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"تنظیمات",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "تنظیمات",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"فیلتر های خارجی",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "فیلتر های خارجی",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"فیلترهای من",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "فیلترهای من",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"قوانین من",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "قوانین من",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"لیست سپید",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "لیست سپید",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — لاگ درخواست های شبکه",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — لاگ درخواست های شبکه",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"در باره",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "در باره",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"تنظیمات پیشرفته",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "تنظیمات پیشرفته",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"کلیک: غیر فعال\/ فعال کردن uBlock₀ برای این سایت.\n\nکنترل+کلیک: غیر فعال کردن uBlock₀ فقط برای همین صفحه.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "کلیک: غیر فعال\/ فعال کردن uBlock₀ برای این سایت.\n\nکنترل+کلیک: غیر فعال کردن uBlock₀ فقط برای همین صفحه.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"درخواست مسدود شده",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"در این صفحه",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} یا {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "درخواست مسدود شده",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"از زمان نصب",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "در این صفحه",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"یا",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} یا {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"باز کردن داشبورد",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "از زمان نصب",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"ورود به حالت انتخاب اشیاء",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "یا",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"ورود به حالت انتخاب اشیاء",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "باز کردن داشبورد",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"رفتن به لاگ درخواست",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "ورود به حالت انتخاب اشیاء",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"تغییر وضعیت انسداد همه ی پنجره های این سایت",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "ورود به حالت انتخاب اشیاء",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"تغییر وضعیت انسداد عناصر مدیای حجیم برای این سایت",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "رفتن به لاگ درخواست",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"تغییر وضعیت فیلترزیباسازی در این صفحه",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "تغییر وضعیت انسداد همه ی پنجره های این سایت",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"تغییر وضعیت انسداد فونت های از راه دور برای این سایت",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"قوانین همگانی: این ستون برای قوانینی است که به تمامی سایت ها اعمال می شود.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"قوانین محلی: این ستون برای قوانینی است که تنها در این وبگاه اعمال می شود.\nقوانین محلی بر قوانین سراسری برتری دارد.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "تغییر وضعیت انسداد عناصر مدیای حجیم برای این سایت",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"برای دائمی سازی تغییرات کلیک کنید.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"برای برگشت تغییرات کلیک کنید.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"همه",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "تغییر وضعیت فیلترزیباسازی در این صفحه",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"تصاویر",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"3rd-party",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"تصاویر\/css سایت های ثالث",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "تغییر وضعیت انسداد فونت های از راه دور برای این سایت",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"اسکریپت های درون خطی",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"اسکریپت های 1st-party",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"اسکریپت های 3rd-party",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "قوانین همگانی: این ستون برای قوانینی است که به تمامی سایت ها اعمال می شود.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"فریم های 3rd-party",
- "description":""
+ "popupTipLocalRules": {
+ "message": "قوانین محلی: این ستون برای قوانینی است که تنها در این وبگاه اعمال می شود.\nقوانین محلی بر قوانین سراسری برتری دارد.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"دامنه های دست خورده",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "برای دائمی سازی تغییرات کلیک کنید.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"تعداد {{count}} از {{total}} تا",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "برای برگشت تغییرات کلیک کنید.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"ایجاد",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "همه",
+ "description": ""
},
- "pickerPick":{
- "message":"انتخاب",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "تصاویر",
+ "description": ""
},
- "pickerQuit":{
- "message":"خروج",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "3rd-party",
+ "description": ""
},
- "pickerPreview":{
- "message":"پیش نمایش",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "تصاویر\/css سایت های ثالث",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"فیلترهای شبکه",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "اسکریپت های درون خطی",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"فیلترهای انتخابی",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "اسکریپت های 1st-party",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"کلیک، کنترل-کلیک",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "اسکریپت های 3rd-party",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"بلاک کردن این شیء",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "فریم های 3rd-party",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"مخفی کردن نگاهدارنده اشیاء بلاک شده",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "دامنه های دست خورده",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"نمایش تعداد درخواست های بلاک شده بر روی آیکون",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "تعداد {{count}} از {{total}} تا",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"غیر فعال سازی راهنماها",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "ایجاد",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"استفاده از منوی متنی در زمانهای لازم",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "انتخاب",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"بهینه سازی کور رنگی",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "خروج",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"فعال سازی پشتیبانی ذخیره سازی ابری",
- "description":""
+ "pickerPreview": {
+ "message": "پیش نمایش",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"من کاربر حرفه ای هستم (لازم است بخوانید<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "فیلترهای شبکه",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"تنظیمات پیشرفته",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "فیلترهای انتخابی",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"غیر فعال کردن واکشی اولیه (برای جلوگیری از هر گونه اتصال برای درخواست های شبکه مسدود شده)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "کلیک، کنترل-کلیک",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"غیر فعال سازی پیوندهای نظارتی \/ هدایتی",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "بلاک کردن این شیء",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"جلوگیری WebRTC از افشاسازی آدرس های IP محلی",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "مخفی کردن نگاهدارنده اشیاء بلاک شده",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"رفتار پیش فرض",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "نمایش تعداد درخواست های بلاک شده بر روی آیکون",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"این رفتارهای پیش فرض بسته به هر وبگاهیی می تواند باطل شود",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "غیر فعال سازی راهنماها",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"غیر فعالسازی انسداد تزیینی",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "استفاده از منوی متنی در زمانهای لازم",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"انسداد عناصر مدیایی حجیم تر از {{input:number}} کیلوبایت",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "بهینه سازی کور رنگی",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"انسداد فونت های از راه دور",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "فعال سازی پشتیبانی ذخیره سازی ابری",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"فضای مصرفی: {{value}} بایت",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "من کاربر حرفه ای هستم (لازم است بخوانید<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"آخرین بازیابی:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "تنظیمات پیشرفته",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"آخرین پشتیبانی:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "غیر فعال کردن واکشی اولیه (برای جلوگیری از هر گونه اتصال برای درخواست های شبکه مسدود شده)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} فیلتر های شبکه + {{cosmeticFilterCount}} فرم های فیلتر انتخابی:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "غیر فعال سازی پیوندهای نظارتی \/ هدایتی",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"تعداد {{used}} از {{total}} مورد استفاده شده",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "جلوگیری WebRTC از افشاسازی آدرس های IP محلی",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"بروز رسانی خودکار لیست فیلتر.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "رفتار پیش فرض",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"اکنون به روز رسانی شود",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "این رفتارهای پیش فرض بسته به هر وبگاهیی می تواند باطل شود",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"پاکسازی تمام انبارها",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "غیر فعالسازی انسداد تزیینی",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"تجزیه و اجرای فیلترهای انتخابی.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "انسداد عناصر مدیایی حجیم تر از {{input:number}} کیلوبایت",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (مستندات کامل<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "قوانین دائمی",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"لیست شما از هاست هایی که uBlock₀ در آنها غیرفعال خواهد شد. یک ورودی در هر خط. هاست های نامعتبر بدون اشاره ای نادیده گرفته می شوند.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "قوانین موقت",
+ "description": "header"
},
- "whitelistImport":{
- "message":"وارد کردن و الحاق",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "بازگرداندن",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"خروجي گرفتن",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "ذخیره در منبع",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "ویرایش",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"اعمال تغییرات",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "ذخيره",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"نوع",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "لغو",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"دامنه",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "وارد کردن از فایل...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"آدرس",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "خروجی گرفتن به فایل...",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"فیلتر",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"همه",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "لیست قوانین فیلترینگ پویای شما.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"پشت صحنه",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "نحوه استفاده:
source destination type action<\/code> (مستندات کامل<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"فیلتر کردن مطالب لاگ",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "لیست شما از هاست هایی که uBlock₀ در آنها غیرفعال خواهد شد. یک ورودی در هر خط. هاست های نامعتبر بدون اشاره ای نادیده گرفته می شوند.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"بیشترین تعداد مطالب لاگ",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "وارد کردن و الحاق",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"زمینه:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "خروجي گرفتن",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"نوع:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"فیلترینگ آدرس اینترنتی پویا",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "اعمال تغییرات",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"فیلترینگ ایستا",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "نوع",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} درخواست های شبکه از {{type}} {{br}} هر آدرس اینترنتی مطابقت داده می شود {{url}} {{br}}و هر چه شد{{origin}},{{br}}{{importance}} یک فیلتر تطبیق استثنا وجود دارد.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "دامنه",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"انسداد",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "آدرس",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"مجاز",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "فیلتر",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"نوع “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "همه",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"هر نوعی",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "پشت صحنه",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"از “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "فیلتر کردن مطالب لاگ",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"از هر جایی",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "بیشترین تعداد مطالب لاگ",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"بجز وقتی",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "زمینه:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"حتی اگر",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "نوع:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"انسداد ایستا {{filter}} یاقت شد در:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "فیلترینگ آدرس اینترنتی پویا",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"تغییرات اخیر",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "فیلترینگ ایستا",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"ویکی",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} درخواست های شبکه از {{type}} {{br}} هر آدرس اینترنتی مطابقت داده می شود {{url}} {{br}}و هر چه شد{{origin}},{{br}}{{importance}} یک فیلتر تطبیق استثنا وجود دارد.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"پشتیبانی",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "انسداد",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"سورس کد (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "مجاز",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"مشارکت کنندگان",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "نوع “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"پشتیبان گیری در فایل",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "هر نوعی",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "از “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"بازیابی از فایل...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "از هر جایی",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"تنظیم مجدد تنظیمات پیش فرض...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "بجز وقتی",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"تمام تنظیمات با استفاده از پشتیبان گیری در {{time}}، رونویسی شده و uBlock₀ مجدد راه اندازی میشود.\n\nتمام تنظیمات موجود با استفاده از داده های پشتیبانی رونویسی شود؟",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "حتی اگر",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"داده ها نمی تواند خوانده شوند و یا نامعتبر اند",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "انسداد ایستا {{filter}} یاقت شد در:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"تمام تنظیمات شده حذف و uBlock دوباره راه اندازی خواهد شد.\n\nتنظیم مجدد uBlock به تنظیمات کارخانه؟",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "تغییرات اخیر",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"قادر به اتصال به {{url}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "ویکی",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: لینک زیر به لیست فیلتر ها اضافه شود؟\n\nعنوان: \"{{title}}\"\nآدرس: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "پشتیبانی",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"1 دقیقه پیش",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "سورس کد (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} دقیقه پیش",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "مشارکت کنندگان",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"یک ساعت پیش",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "پشتیبان گیری در فایل",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} ساعت قبل",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"دیروز",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "بازیابی از فایل...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} روز قبل",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "تنظیم مجدد تنظیمات پیش فرض...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"نمایش داشبورد",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "تمام تنظیمات با استفاده از پشتیبان گیری در {{time}}، رونویسی شده و uBlock₀ مجدد راه اندازی میشود.\n\nتمام تنظیمات موجود با استفاده از داده های پشتیبانی رونویسی شود؟",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"نمایش درخواست ثبت شبکه",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "داده ها نمی تواند خوانده شوند و یا نامعتبر اند",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"خاموش",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "تمام تنظیمات شده حذف و uBlock دوباره راه اندازی خواهد شد.\n\nتنظیم مجدد uBlock به تنظیمات کارخانه؟",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"ublock از بارگذاری این صفحات جلوگیری کرده:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "قادر به اتصال به {{url}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"بخاطر فیلتر زیر",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: لینک زیر به لیست فیلتر ها اضافه شود؟\n\nعنوان: \"{{title}}\"\nآدرس: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"بدون پارامترها",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "1 دقیقه پیش",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"یافته شده در:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} دقیقه پیش",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"بازگشت به عقب",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "یک ساعت پیش",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"بستن این پنجره",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} ساعت قبل",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"غیر فعال کردن بلاک برای {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "دیروز",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"موقتا",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} روز قبل",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"دائمی",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "نمایش داشبورد",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"صدور به فضای ذخیره سازی ابری",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "نمایش درخواست ثبت شبکه",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"ورود از فضای ذخیره سازی ابری",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "خاموش",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"ورود از فضای ذخیره سازی ابری و ادغام با تنظیمات فعلی",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "ublock از بارگذاری این صفحات جلوگیری کرده:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "بخاطر فیلتر زیر",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"نام این وسیله:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "بدون پارامترها",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"هشدار! این تنظیمات پیشرفته را با مسئولیت خود تغییر دهید.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "یافته شده در:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"ثبت",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "بازگشت به عقب",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"اعمال تغییرات",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "بستن این پنجره",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"بازگشت",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "غیر فعال کردن بلاک برای {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"بایت",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "موقتا",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"اجازه موقت عناصر مدیای حجیم",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "دائمی",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"این باید آخرین مطلب باشد",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "صدور به فضای ذخیره سازی ابری",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "ورود از فضای ذخیره سازی ابری",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "ورود از فضای ذخیره سازی ابری و ادغام با تنظیمات فعلی",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "نام این وسیله:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "هشدار! این تنظیمات پیشرفته را با مسئولیت خود تغییر دهید.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "ثبت",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "اعمال تغییرات",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "بازگشت",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "بایت",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "اجازه موقت عناصر مدیای حجیم",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "این باید آخرین مطلب باشد",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/fi/messages.json b/src/_locales/fi/messages.json
index c91b47cc96637..a00212a955a18 100644
--- a/src/_locales/fi/messages.json
+++ b/src/_locales/fi/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Viimeinkin tehokas ja kevyt mainosten estäjä.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Viimeinkin tehokas ja kevyt mainosten estäjä.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Hallintapaneeli",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Hallintapaneeli",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Asetukset",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Asetukset",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"3:nen osapuolen suodattimet",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "3:nen osapuolen suodattimet",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Minun suodattimet",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Minun suodattimet",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Omat säännöt",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Omat säännöt",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Valkolista",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Valkolista",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Verkkopyyntöjen loki",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Verkkopyyntöjen loki",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Tietoja",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Tietoja",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Lisäasetukset",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Lisäasetukset",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Painallus: poista käytöstä\/ota käyttöön uBlock₀ tällä sivustolla.\n\nCtrl+painallus: poista uBlock₀ käytöstä vain tällä sivulla.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Painallus: poista käytöstä\/ota käyttöön uBlock₀ tällä sivustolla.\n\nCtrl+painallus: poista uBlock₀ käytöstä vain tällä sivulla.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"pyyntöjä estetty",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Klikkaa poistaksesi uBlock₀:n käytöstä tällä sivustolla.\n\nCtrl+klikkaus poistaaksesi uBlock₀:n käytöstä vain tällä sivulla.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"tällä sivulla",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Klikkaa ottaaksesi uBlock₀:n käyttöön tällä sivustolla.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} tai {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "pyyntöjä estetty",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"asennuksen jälkeen",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "tällä sivulla",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"tai",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} tai {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Avaa hallintapaneeli napsauttamalla",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "asennuksen jälkeen",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "tai",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Siirry elementtien valintaan",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Hallintapaneelityökaluun",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Näytä pyyntöjen loki",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Aktivoi elementtien piilotus\/palautus -poimintatyökalu",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Aktivoi ponnahdusikkunoiden esto tälle sivulle",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Siirry elementtien valintaan",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Ota käyttöön suurien mediaelementtien estäminen tälle sivustolle",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Näytä pyyntöjen loki",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Aktivoi kosmeettinen suodatus tälle sivulle",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Aktivoi ponnahdusikkunoiden esto tälle sivulle",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Estä etäladattavat fontit tällä sivulla",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Klikkaa estääksesi kaikki ponnahdusikkunat tällä sivustolla",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Yleiset säännöt: tämä sarake on säännöille, joita käytetään kaikille sivustoille.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Klikkaa salliaksesi kaikki ponnahdusikkunat tällä sivustolla",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Paikalliset säännöt: tämä sarake on säännöille, joita käytetään vain nykyiselle sivustolle.\nPaikalliset säännöt ohittavat yleiset säännöt.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Ota käyttöön suurien mediaelementtien estäminen tälle sivustolle",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Paina tehdäksesi muutoksesi pysyviksi.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Klikkaa estääksesi isot mediaelementit tällä sivustolla",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Paina kumotaksesi muutoksesi.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Klikkaa salliaksesi isot mediaelementit tällä sivustolla",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"kaikki",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Aktivoi kosmeettinen suodatus tälle sivulle",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"kuvat",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Klikkaa poistaaksesi käytöstä kosmeettinen suodatus tällä sivustolla",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"3. osapuoli",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Klikkaa ottaaksesi käyttöön kosmeettinen suodatus tällä sivustolla",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"3. osapuolen css\/kuvat",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Estä etäladattavat fontit tällä sivulla",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"upotetut skriptit",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Klikkaa estääksesi ulkoiset kirjasimet tällä sivustolla",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"1:sen osapuolen skriptit",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Klikkaa salliaksesi ulkoiset kirjasimet tällä sivustolla",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"3:nen osapuolen skriptit",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Yleiset säännöt: tämä sarake on säännöille, joita käytetään kaikille sivustoille.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"3:nen osapuolen kehykset",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Paikalliset säännöt: tämä sarake on säännöille, joita käytetään vain nykyiselle sivustolle.\nPaikalliset säännöt ohittavat yleiset säännöt.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"yhdistetyt verkkotunnukset",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Paina tehdäksesi muutoksesi pysyviksi.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}}\/{{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Paina kumotaksesi muutoksesi.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Luo",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "kaikki",
+ "description": ""
},
- "pickerPick":{
- "message":"Valitse",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "kuvat",
+ "description": ""
},
- "pickerQuit":{
- "message":"Lopeta",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "3. osapuoli",
+ "description": ""
},
- "pickerPreview":{
- "message":"Esikatsele",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "3. osapuolen css\/kuvat",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Verkkosuodattimet",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "upotetut skriptit",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Kosmeettiset suodattimet",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "1:sen osapuolen skriptit",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Painallus, Ctrl-painallus",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "3:nen osapuolen skriptit",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Estä elementti",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "3:nen osapuolen kehykset",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Piilota estettyjen elementtien paikanpitäjät",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "aktiiviset verkkotunnusyhteydet",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Näytä estetyt pyynnöt työkalupalkin kuvakkeessa",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}}\/{{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Poista käytöstä työkaluvinkit",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Luo",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Käytä sisältövalikkoa, kun mahdollista",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Valitse",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Mukauta värisokeille",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Lopeta",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Ota käyttöön tuki pilvitallennukselle",
- "description":""
+ "pickerPreview": {
+ "message": "Esikatsele",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Olen edistynyt käyttäjä (Lue tämä<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Verkkosuodattimet",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"lisäasetukset",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Kosmeettiset suodattimet",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Estä linkkien esihaku (jotta sitä kautta ei voi ladata estettyä sisältöä)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Painallus, Ctrl-painallus",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Estä linkkien seuranta",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Estä elementti",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Estä WebRTC:tä vuotamasta paikallista IP-osoitetta",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Piilota estettyjen elementtien paikanpitäjät",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Oletustoiminto",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Näytä estetyt pyynnöt työkalupalkin kuvakkeessa",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Nämä oletustoiminnot voidaan ohittaa sivustokohtaisesti",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Poista käytöstä työkaluvinkit",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Poista kosmeettinen suodatus käytöstä",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Käytä sisältövalikkoa, kun mahdollista",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Estä mediaelementit, jotka ovat suurempia kuin {{input:number}} kt",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Aktivoi vaihtoehtoiset värit puna-vihervärien sijaan",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Estä etäladattavat kirjasimet",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Ota käyttöön tuki pilvitallennukselle",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Tilaa käytetty: {{value}} tavua",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Olen edistynyt käyttäjä (Lue tämä<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Viimeisin palautus:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "lisäasetukset",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Viimeisin varmuuskopio:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Estä linkkien esihaku (jotta sitä kautta ei voi ladata estettyä sisältöä)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} verkkosuodatinta ja {{cosmeticFilterCount}} kosmeettista suodatinta kohteesta:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Estä linkkien seuranta",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"käytetty {{used}}\/{{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Estä WebRTC:tä vuotamasta paikallista IP-osoitetta",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Päivitä suodatinlista automaattisesti.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Oletustoiminto",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Päivitä",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Nämä oletustoiminnot voidaan ohittaa sivustokohtaisesti",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Tyhjennä välimuisti",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Poista kosmeettinen suodatus käytöstä",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Jäsennä ja pakota käyttöön kosmeettiset suodattimet.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Estä mediaelementit, jotka ovat suurempia kuin {{input:number}} kt",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
lähde kohde tyyppi toiminto<\/code> (täysi dokumentaatio<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Pysyvät säännöt",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Lista osoitteista, joissa haluat kytkeä uBlock₀:n pois päältä. Kirjoita yksi osoite kullekin riville. Virheelliset säännöt ohitetaan.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Väliaikaiset säännöt",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Tuo ja lisää",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Kumoa",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Vie",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Lähetä",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"minun-ublock-valkolista_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Muokkaa",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Vahvista muutokset",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Tallenna",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tyyppi",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Hylkää",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Verkkotunnus",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Tuo tiedostosta...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL-Osoite",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Vie tiedostoon...",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Suodatin",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "dynaamiset-ublock-saantoni_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Kaikki",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Lista dynaamisista suodatussäännöistäsi.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Kulissien takana",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Säännön syntaksi:
lähde kohde tyyppi toiminto<\/code> (täysi dokumentaatio<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"suodata lokimerkinnät",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Lista osoitteista, joissa haluat kytkeä uBlock₀:n pois päältä. Kirjoita yksi osoite kullekin riville. Virheelliset säännöt ohitetaan.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maksimi määrä lokimerkintöjä",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Tuo ja lisää",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Konteksti:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Vie",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tyyppi:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "minun-ublock-valkolista_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynaaminen URL-suodatus",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Vahvista muutokset",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Staattinen suodatus",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tyyppi",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} verkkopyyntö {{type}}, {{br}}jonka URL-osoite vastaa {{url}} {{br}}ja joka on peräisin {{origin}},{{br}}{{importance}} löytyy vastaava poikkeussuodatin.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Verkkotunnus",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Estä",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL-Osoite",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Salli",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Suodatin",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tyyppi \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Kaikki",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"kaikki tyypit",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Kulissien takana",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"kohteesta \"{{origin}}\"",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "suodata lokimerkinnät",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"kaikkialta",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maksimi määrä lokimerkintöjä",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"paitsi jos",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Konteksti:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"vaikka",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tyyppi:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Staattinen suodatus {{filter}} löytyi:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynaaminen URL-suodatus",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Muutosloki",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Staattinen suodatus",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} verkkopyyntö {{type}}, {{br}}jonka URL-osoite vastaa {{url}} {{br}}ja joka on peräisin {{origin}},{{br}}{{importance}} löytyy vastaava poikkeussuodatin.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Tuki",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Estä",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Lähdekoodi (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Salli",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Kehittäjät",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tyyppi \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Varmuuskopioi tiedostoon",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "kaikki tyypit",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"minun-ublock-varmuuskopio_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "kohteesta \"{{origin}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Palauta tiedostosta...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "kaikkialta",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Palauta oletusasetukset...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "paitsi jos",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Kaikki asetuksesi korvataan käyttäen tietoja, jotka on varmuuskopioitu {{time}} ja uBlock₀ käynnistyy uudelleen.\nPäällekirjoitetaanko kaikki nykyiset asetukset käyttäen varmuuskopioituja tietoja?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "vaikka",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Tietoa ei voitu lukea, tai se on viallista",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Staattinen suodatus {{filter}} löytyi:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Kaikki asetuksesi poistetaan ja uBlock₀ käynnistyy uudelleen. \n\nPalautetaanko uBlock₀ oletusasetuksiin?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Muutosloki",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Yhteyttä ei voitu muodostaa osoitteeseen: {{url}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Lisää seuraava URL-osoite mukautettujen suodattimien luetteloihisi?\n\nNimi: \"{{title}}\"\nURL-osoite: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Tuki",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"minuutti sitten",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Lähdekoodi (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minuuttia sitten",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Kehittäjät",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"tunti sitten",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Varmuuskopioi tiedostoon",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} tuntia sitten",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "minun-ublock-varmuuskopio_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"päivä sitten",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Palauta tiedostosta...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} päivää sitten",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Palauta oletusasetukset...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Näytä Hallintapaneeli",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Kaikki asetuksesi korvataan käyttäen tietoja, jotka on varmuuskopioitu {{time}} ja uBlock₀ käynnistyy uudelleen.\nPäällekirjoitetaanko kaikki nykyiset asetukset käyttäen varmuuskopioituja tietoja?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Näytä loki",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Tietoa ei voitu lukea, tai se on viallista",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"pois päältä",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Kaikki asetuksesi poistetaan ja uBlock₀ käynnistyy uudelleen. \n\nPalautetaanko uBlock₀ oletusasetuksiin?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin on estänyt seuraavaa sivua lataamasta:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Yhteyttä ei voitu muodostaa osoitteeseen: {{url}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Seuraavan suodattimen takia",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Lisää seuraava URL-osoite mukautettujen suodattimien luetteloihisi?\n\nNimi: \"{{title}}\"\nURL-osoite: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"ilman parametrejä",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "minuutti sitten",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Löytyy:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minuuttia sitten",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Mene takaisin",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "tunti sitten",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Sulje tämä ikkuna",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} tuntia sitten",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Poista tiukka estäminen {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "päivä sitten",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Tilapäisesti",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} päivää sitten",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Pysyvästi",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Näytä Hallintapaneeli",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Vie pilveen",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Näytä loki",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Tuo pilvestä",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "pois päältä",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Tuo pilvestä ja yhdistä nykyisten asetuksen kanssa",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin on estänyt seuraavaa sivua lataamasta:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Seuraavan suodattimen takia",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Tämän laitteen nimi:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "ilman parametrejä",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Varoitus! Muuta näitä lisäasetuksia vain omalla riskillä.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Löytyy:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Lähetä",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Mene takaisin",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Vahvista muutokset",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Sulje tämä ikkuna",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Kumoa",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Poista tiukka estäminen {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"tavua",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Tilapäisesti",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Salli tilapäisesti suuret mediaelementit",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Pysyvästi",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Vie pilveen",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Tuo pilvestä",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Tuo pilvestä ja yhdistä nykyisten asetuksen kanssa",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Tämän laitteen nimi:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Varoitus! Muuta näitä lisäasetuksia vain omalla riskillä.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Lähetä",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Vahvista muutokset",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Kumoa",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "tavua",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Salli tilapäisesti suuret mediaelementit",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/fil/messages.json b/src/_locales/fil/messages.json
index 1139ad675e49e..bebc7f404bdce 100644
--- a/src/_locales/fil/messages.json
+++ b/src/_locales/fil/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Sa wakas! Isang magaling na blocker para sa Chromium-based browsers. Magaan sa CPU at memory.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Sa wakas! Isang magaling na blocker para sa Chromium-based browsers. Magaan sa CPU at memory.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Dashboard",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Dashboard",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Mga Setting",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Mga Setting",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"3rd-party na mga filter",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "3rd-party na mga filter",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Ang iyong filters",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Ang iyong (mga) filters",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Mga patakaran",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Mga patakaran",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Whitelist",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Whitelist",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock - Talaan",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock - Talaan",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"About",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Tungkol dito",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Mga pinalawig na ayos",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Mga pinalawig na ayos",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Click: disable\/enable µBlock para sa site na to.\n\nCtrl+click: disable µBlock para lang sa pahina na to.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Click: paganahin (o 'wag paganahin) ang uBlock₀ para sa websayt na to.\n\nCtrl+click: 'wag paganahin ang uBlock₀ para lang sa pahina na to.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"i-block ang mga request",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"sa pahina na to",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} o {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "mga na-block na request",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"noong ininstall",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "sa pahina na to",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"o",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} o {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"i-click para buksan ang dashboard",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "simula noong ininstall",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Buksan ang element zapper na paraan",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "o",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Buksan ang element picker mode",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Pindutin upang mabuksan ang dashboard",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Pumunta sa request log",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Buksan ang element zapper na paraan",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Palit-ayos sa paghalang ng mga labasin sa site",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Buksan ang element picker mode",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Palit-ayos sa paghalang ng mga malaking media element sa site",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Pumunta sa request log",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Toggle cosmetic filtering for this site",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Palit-ayos sa paghalang ng mga labasin sa site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Toggle the blocking of remote fonts for this site",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Global rules: this column is for rules which apply to all sites.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Palit-ayos sa paghalang ng mga malaking media element sa site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Click to make your changes permanent.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Click to revert your changes.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"all",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Palit-ayos ng panala ng itsura para sa site na ito",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"images",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"3rd-party",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"3rd-party css\/images",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Palit-ayos sa paghalang ng malayuang itsura ng titik para sa site na ito",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"inline scripts",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"1st-party scripts",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"3rd-party scripts",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Global rules: this column is for rules which apply to all sites.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"3rd-party frames",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domains connected",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Pindutin upang maging permanente ang mga pagbabago.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} out of {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Click to revert your changes.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Create",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "lahat",
+ "description": ""
},
- "pickerPick":{
- "message":"Pick",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "mga imahe",
+ "description": ""
},
- "pickerQuit":{
- "message":"Quit",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "Pang-tatlo na personalidad",
+ "description": ""
},
- "pickerPreview":{
- "message":"Preview",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "3rd-party css\/images",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Network filters",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "inline scripts",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Cosmetic filters",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "1st-party scripts",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Click, Ctrl-click",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "3rd-party scripts",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Block element",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "3rd-party frames",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Hide placeholders of blocked elements",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "mga nakonektang domain",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Show the number of blocked requests on the icon",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} na domain sa {{total}} na domain",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Disable tooltips",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Idagdag ang rule",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Make use of context menu where appropriate",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Pumili ng bagong elemento",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Color-blind friendly",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Bumalik sa pahina",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Enable cloud storage support",
- "description":""
+ "pickerPreview": {
+ "message": "Tingnan ang pagbabago",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"I am an advanced user (required reading<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Network filters",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"advanced settings",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Cosmetic filters",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Disable pre-fetching (to prevent any connection for blocked network requests)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Click, Ctrl-click",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Disable hyperlink auditing",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Paghalang sa elemento",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Prevent WebRTC from leaking local IP addresses",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Hide placeholders of blocked elements",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Default behavior",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Show the number of blocked requests on the icon",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"These default behaviors can be overridden on a per-site basis",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Disable tooltips",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Disable cosmetic filtering",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Make use of context menu where appropriate",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Block media elements larger than {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Color-blind friendly",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Block remote fonts",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Enable cloud storage support",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Storage used: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "I am an advanced user (required reading<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Last restore:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "advanced settings",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Last backup:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Disable pre-fetching (to prevent any connection for blocked network requests)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Disable hyperlink auditing",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} used out of {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Prevent WebRTC from leaking local IP addresses",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Auto-update filter lists",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Default behavior",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Update now",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "These default behaviors can be overridden on a per-site basis",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Purge all caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Disable cosmetic filtering",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Parse and enforce cosmetic filters",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Block media elements larger than {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (full documentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Permanent rules",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Temporary rules",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Revert",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Export",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Commit",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Edit",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Apply changes",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Save",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Type",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Discard",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domain",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Import from file...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Export to file",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"All",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "List of your dynamic filtering rules.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Behind the scene",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Rule syntax:
source destination type action<\/code> (full documentation<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filter log entries",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maximum number of log entries",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Context:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Export",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Type:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamic URL filtering",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Isumite ang mga pagbabago",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Static filtering",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Type",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domain",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Block",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Allow",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"type “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "All",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"any type",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Behind the scene",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"from “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filter log entries",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"from anywhere",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maximum number of log entries",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"except when",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Context:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"even if",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Type:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Static filter {{filter}} found in:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamic URL filtering",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Change log",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Static filtering",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Support",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Block",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Source code (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Allow",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Contributors",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "type “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Back up to file",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "any type",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "from “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Restore from file...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "from anywhere",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Reset to default settings...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "except when",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "even if",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"The data could not be read or is invalid",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Static filter {{filter}} found in:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Change log",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Hindi maka-connect sa {{url}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Support",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"a minute ago",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Source code (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minutes ago",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Contributors",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"an hour ago",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Back up to file",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} hours ago",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"a day ago",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Restore from file...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} days ago",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Reset to default settings...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Show Dashboard",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Show Logger",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "The data could not be read or is invalid",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"off",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin has prevented the following page from loading:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Hindi maka-connect sa {{url}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Because of the following filter",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"without parameters",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "a minute ago",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Found in:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minutes ago",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Go back",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "an hour ago",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Close this window",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} hours ago",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Disable strict blocking for {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "a day ago",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporarily",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} days ago",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanently",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Show Dashboard",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Export to cloud storage",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Show Logger",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Import from cloud storage",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "off",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Import from cloud storage and merge with current settings",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin has prevented the following page from loading:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Because of the following filter",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"This device name:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "without parameters",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warning! Change these advanced settings at your own risk.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Found in:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Submit",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Go back",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Apply changes",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Close this window",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Revert",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Disable strict blocking for {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporarily",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Temporarily allow large media elements",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanently",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Export to cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Import from cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Import from cloud storage and merge with current settings",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "This device name:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warning! Change these advanced settings at your own risk.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Submit",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Apply changes",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Revert",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Temporarily allow large media elements",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/fr/messages.json b/src/_locales/fr/messages.json
index 9d78553d06430..1b84357596230 100644
--- a/src/_locales/fr/messages.json
+++ b/src/_locales/fr/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Un bloqueur de nuisances efficace, qui ménagera votre processeur et votre mémoire vive.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Un bloqueur de nuisances efficace, qui ménagera votre processeur et votre mémoire vive.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Tableau de bord",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Tableau de bord",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Paramètres",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Paramètres",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Listes de filtres",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Listes de filtres",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Mes filtres",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Mes filtres",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Mon filtrage dynamique",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Mon filtrage dynamique",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Liste blanche",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Liste blanche",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Journal des requêtes réseau",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Journal des requêtes réseau",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"À propos",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "À propos",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Paramètres avancés",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Paramètres avancés",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Clic : Désactiver\/Activer uBlock₀ pour ce site.\n\nCtrl+clic : Désactiver uBlock₀ uniquement sur cette page.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Clic : Désactiver\/Activer uBlock₀ pour ce site.\n\nCtrl+clic : Désactiver uBlock₀ uniquement sur cette page.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"Requêtes bloquées",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Cliquez pour désactiver uBlock₀ pour ce site\n\nCtrl+Clic pour désactiver uBlock₀ uniquement pour cette page",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"sur cette page :",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Cliquez pour activer uBlock₀ pour ce site",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}}, soit {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "Requêtes bloquées",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"depuis toujours :",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "sur cette page :",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"soit",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}}, soit {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Ouvrir le Tableau de bord",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "depuis toujours :",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Entrer en mode Zappeur",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "soit",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Entrer en mode Sélecteur",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Ouvrir le Tableau de bord",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Ouvrir le journal des requêtes",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Entrer en mode Zappeur",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Activer\/Désactiver le blocage des fenêtres pop-ups pour ce site",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Entrer en mode Sélecteur",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Bloquer\/Autoriser le chargement d'éléments médias à taille plus importante pour ce site",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Ouvrir le journal des requêtes",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Activer\/Désactiver le filtrage esthétique pour ce site",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Activer\/Désactiver le blocage des fenêtres pop-ups pour ce site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Autoriser\/Bloquer le téléchargement des polices d'écriture distantes pour ce site",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Cliquez pour bloquer toutes les pop-ups de ce site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Règles globales : Cette colonne concerne des règles qui s'appliquent partout.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Cliquez pour cesser de bloquer toutes les pop-up de ce site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Règles locales : Cette colonne concerne des règles qui ne s'appliquent que sur le site actuellement visité.\nLes règles locales supplantent les règles globales.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Bloquer\/Autoriser le chargement d'éléments médias à taille plus importante pour ce site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Cliquez pour rendre les changements opérés permanents.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Cliquez pour bloquer les médias de grande taille sur ce site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Cliquez pour annuler les changements opérés.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Cliquez pour cesser de bloquer les médias de grande taille sur ce site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"Tout",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Activer\/Désactiver le filtrage esthétique pour ce site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"Images",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Cliquez pour désactiver le filtrage esthétique sur ce site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"Tierce-partie",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Cliquez pour activer le filtrage esthétique sur ce site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"CSS\/Images de tierce-partie",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Autoriser\/Bloquer le téléchargement des polices d'écriture distantes pour ce site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"Scripts embarqués",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Cliquez pour bloquer les polices d'écriture distantes sur ce site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Scripts du domaine de la page",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Cliquez pour cesser de bloquer les polices d'écriture distantes sur ce site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Scripts de tierce-partie",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Règles globales : Cette colonne concerne des règles qui s'appliquent partout.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Cadres de tierce-partie",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Règles locales : Cette colonne concerne des règles qui ne s'appliquent que sur le site actuellement visité.\nLes règles locales supplantent les règles globales.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"Domaines connectés",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Cliquez pour rendre les changements opérés permanents.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} sur un total de {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Cliquez pour annuler les changements opérés.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Créer",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "Tout",
+ "description": ""
},
- "pickerPick":{
- "message":"Cibler",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "Images",
+ "description": ""
},
- "pickerQuit":{
- "message":"Quitter",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "Tierce-partie",
+ "description": ""
},
- "pickerPreview":{
- "message":"Aperçu",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "CSS\/Images de tierce-partie",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Filtres de réseau",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "Scripts embarqués",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Filtres esthétiques",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Scripts du domaine de la page",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Clic, Ctrl-clic",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Scripts de tierce-partie",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Bloquer cet élément",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Cadres de tierce-partie",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Cacher les espaces réservés aux éléments bloqués",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "Domaines connectés",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Afficher le nombre de requêtes bloquées sur l'icône",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} sur un total de {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Désactiver les infobulles",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Créer",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Utiliser le menu contextuel si possible",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Cibler",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Mode Daltonien",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Quitter",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Activer le stockage des paramètres dans le nuage",
- "description":""
+ "pickerPreview": {
+ "message": "Aperçu",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Activer les fonctionnalités avancées (À lire<\/a>, page en Anglais)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Filtres de réseau",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"Paramètres avancés",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Filtres esthétiques",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Désactiver la prédiction des actions sur le réseau (afin d'empêcher toute connexion pour les requêtes réseau bloquées)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Clic, Ctrl-clic",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Désactiver l'audit hyperlien",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Bloquer cet élément",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Empêcher la fuite des adresses IP locales via WebRTC",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Cacher les espaces réservés aux éléments bloqués",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Comportement par défaut",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Afficher le nombre de requêtes bloquées sur l'icône",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Ces comportements par défaut peuvent être remplacés au cas par cas",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Désactiver les infobulles",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Désactiver le filtrage esthétique",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Utiliser le menu contextuel si possible",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Bloquer les éléments médias d'une taille supérieure à {{input:number}} Ko",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Mode Daltonien",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Bloquer les polices d'écriture distantes",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Activer le stockage des paramètres dans le nuage",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Espace de stockage utilisé : {{value}} octet(s)",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Activer les fonctionnalités avancées (À lire<\/a>, page en Anglais)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Date de la dernière restauration :",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "Paramètres avancés",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Date de la dernière sauvegarde :",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Désactiver la prédiction des actions sur le réseau (afin d'empêcher toute connexion pour les requêtes réseau bloquées)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} filtre(s) réseau et {{cosmeticFilterCount}} filtre(s) esthétique(s) sont actuellement en vigueur :",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Désactiver l'audit hyperlien",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} utilisé(s) sur un total de {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Empêcher la fuite des adresses IP locales via WebRTC",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Mettre à jour les listes de filtres sélectionnées automatiquement",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Comportement par défaut",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Mettre à jour maintenant",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Ces comportements par défaut peuvent être remplacés au cas par cas",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Vider tous les caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Désactiver le filtrage esthétique",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Utiliser en plus les règles esthétiques",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Bloquer les éléments médias d'une taille supérieure à {{input:number}} Ko",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (Documentation complète en Anglais<\/a>)",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Règles permanentes",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"La liste blanche indique à uBlock Origin sur quels sites Web il ne doit pas opérer de filtrage. Renseignez une exception par ligne. Toute entrée invalide sera ignorée et vous n'en serez pas averti(e).",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Règles temporaires",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importer",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Rétablir",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exporter",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Appliquer",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"ma-liste-blanche-ublock-{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Éditer",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Appliquer",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Enregistrer",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Type",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Annuler",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domaine",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importer à partir du fichier",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Exporter vers un fichier",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtre",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "mes-regles-de-filtrage-dynamique-ublock_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Tout",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Liste de vos règles de filtrage dynamique",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Requêtes en coulisses",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Syntaxe :
source destination type action<\/code> (Documentation complète en Anglais<\/a>)",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"Filtrer les entrées du journal",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "La liste blanche indique à uBlock Origin sur quels sites Web il ne doit pas opérer de filtrage. Renseignez une exception par ligne. Toute entrée invalide sera ignorée et vous n'en serez pas averti(e).",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Nombre maximum d'entrées à conserver dans le journal",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importer",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Contexte :",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exporter",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Type :",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "ma-liste-blanche-ublock-{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Filtrage dynamique de l'URL",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Appliquer",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Filtrage statique",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Type",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} les requêtes réseau de {{type}} {{br}} dont l'adresse Web correspond à {{url}} {{br}} qui provient du domaine {{origin}}, {{br}}{{importance}} il y a un filtre d'exception correspondant",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domaine",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Bloquer",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Autoriser",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtre",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"type \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Tout",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"tout type",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Requêtes en coulisses",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"\"{{origin}}\"",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "Filtrer les entrées du journal",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"de n'importe où",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Nombre maximum d'entrées à conserver dans le journal",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"sauf quand",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Contexte :",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"même s'",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Type :",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Filtre statique {{filter}} trouvé dans :",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Filtrage dynamique de l'URL",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Journal des changements (en Anglais)",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Filtrage statique",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Documentation (en Anglais)",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} les requêtes réseau de {{type}} {{br}} dont l'adresse Web correspond à {{url}} {{br}} qui provient du domaine {{origin}}, {{br}}{{importance}} il y a un filtre d'exception correspondant",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Support (en Anglais)",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Bloquer",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Code Source (Licence GPLv3, en Anglais)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Autoriser",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Contributeurs",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "type \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Exporter vers un fichier",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "tout type",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"mes-donnees-ublock_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "\"{{origin}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Importer depuis un fichier",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "de n'importe où",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Paramètres par défaut",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "sauf quand",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Vos paramètres seront remplacés par les données sauvegardées le {{time}}, puis uBlock₀ redémarrera.\n\nProcéder à l'importation ?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "même s'",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Les données ne peuvent être lues ou sont invalides",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Filtre statique {{filter}} trouvé dans :",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Vos paramètres seront effacés, puis uBlock₀ redémarrera.\n\nProcéder à la réinitialisation des paramètres ?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Journal des changements (en Anglais)",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Erreur réseau : {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Documentation (en Anglais)",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀ : Ajouter la ressource Web suivante à votre sélection de listes de filtrage ?\n\nTitre : \"{{title}}\"\nURL : {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Support (en Anglais)",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"Il y a une minute",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Code Source (Licence GPLv3, en Anglais)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"Il y a {{value}} minutes",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Contributeurs",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"Il y a une heure",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Exporter vers un fichier",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"Il y a {{value}} heures",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "mes-donnees-ublock_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"Il y a un jour",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Importer depuis un fichier",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"Il y a {{value}} jours",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Paramètres par défaut",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Afficher le Tableau de bord",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Vos paramètres seront remplacés par les données sauvegardées le {{time}}, puis uBlock₀ redémarrera.\n\nProcéder à l'importation ?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Voir le Journal",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Les données ne peuvent être lues ou sont invalides",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"Arrêt",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Vos paramètres seront effacés, puis uBlock₀ redémarrera.\n\nProcéder à la réinitialisation des paramètres ?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock₀ a empêché le chargement de la page suivante :",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Erreur réseau : {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"À cause du filtre suivant :",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀ : Ajouter la ressource Web suivante à votre sélection de listes de filtrage ?\n\nTitre : \"{{title}}\"\nURL : {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"sans paramètres",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "Il y a une minute",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Trouvé dans :",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "Il y a {{value}} minutes",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Retour",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "Il y a une heure",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Fermer cette fenêtre",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "Il y a {{value}} heures",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Désactiver le blocage strict du domaine {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "Il y a un jour",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"De manière temporaire",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "Il y a {{value}} jours",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"De manière définitive",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Afficher le Tableau de bord",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Exporter vers le stockage dans le nuage",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Voir le Journal",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importer depuis le stockage dans le nuage",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "Arrêt",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importer depuis le stockage dans le nuage et fusionner avec les réglages actuels",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock₀ a empêché le chargement de la page suivante :",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "À cause du filtre suivant :",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Nom de ce périphérique :",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "sans paramètres",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Attention, modifiez ces paramètres avancés à vos risques et périls.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Trouvé dans :",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Appliquer",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Retour",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Appliquer",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Fermer cette fenêtre",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Rétablir",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Désactiver le blocage strict du domaine {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"octets",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "De manière temporaire",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Autoriser temporairement le chargement d'éléments médias à taille plus importante",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "De manière définitive",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Exporter vers le stockage dans le nuage",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importer depuis le stockage dans le nuage",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importer depuis le stockage dans le nuage et fusionner avec les réglages actuels",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Nom de ce périphérique :",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Attention, modifiez ces paramètres avancés à vos risques et périls.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Appliquer",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Appliquer",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Rétablir",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "octets",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Autoriser temporairement le chargement d'éléments médias à taille plus importante",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/fy/messages.json b/src/_locales/fy/messages.json
index e46ccbb440ee8..44e5a14314fae 100644
--- a/src/_locales/fy/messages.json
+++ b/src/_locales/fy/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Einlik, in effisjinte adblocker. Brûkt hast gjin prosessorkrêft of ûnthâld.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Einlik, in effisjinte adblocker. Brûkt hast gjin prosessorkrêft of ûnthâld.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Dashboerd",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Dashboerd",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Ynstellingen",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Ynstellingen",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filters fan tredden",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filters fan tredden",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Myn filters",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Myn filters",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Myn rigels",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Myn rigels",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Whitelist",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Whitelist",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Lochboek",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Lochboek",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Oer",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Oer",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Avansearre ynstellingen",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Avansearre ynstellingen",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klikke: uBlock₀ foar dizze website yn-\/útskeakelje.\n\nCtrl+klikke: uBlock₀ inkeld foar dizze side útskeakelje.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klikke: uBlock₀ foar dizze website yn-\/útskeakelje.\n\nCtrl+klikke: uBlock₀ inkeld foar dizze side útskeakelje.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"blokkearre fersiken",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Klik om uBlock₀ foar dizze website út te skeakeljen.\n\nCtrl+klik om uBlock₀ inkeld foar dizze side út te skeakeljen.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"op dizze side",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Klik om uBlock₀ foar dizze website yn te skeakeljen.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} fan {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "blokkearre fersiken",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"sûnt ynstallaasje",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "op dizze side",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"of",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} fan {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Klik om it dashboerd te iepenjen",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "sûnt ynstallaasje",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Elemintwiskmodus iepenje",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "of",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Elemintkiesmodus iepenje",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Dashboerd iepenje",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Lochboek iepenje",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Elemintwiskmodus iepenje",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Alle pop-ups foar dizze website yn-\/útskeakelje",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Elemintkiesmodus iepenje",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Grutte media-eleminten foar dizze website yn-\/útskeakelje",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Lochboek iepenje",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Kosmetyske filters foar dizze website yn-\/útskeakelje",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Alle pop-ups foar dizze website yn-\/útskeakelje",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Blokkearjen fan eksterne lettertypen foar dizze website yn-\/útskeakelje",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Klik om alle pop-ups op dizze website te blokkearjen",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Globale rigels: dizze kolom is foar rigels dy't op alle websites fan tapassing binne.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Klik om alle pop-ups op dizze website net mear te blokkearjen",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokale rigels: dizze kolom is foar rigels dy't allinnich op de aktuele website fan tapassing binne.\nLokale rigels hawwe foarrang op globale rigels.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Grutte media-eleminten foar dizze website yn-\/útskeakelje",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Klik om jo wizigingen permanint te meitsjen.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Klik om grutte media-eleminten op dizze website te blokkearjen",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Klik om jo wizigingen werom te draaien.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Klik om grutte media-eleminten op dizze website net mear te blokkearjen",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"alles",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Kosmetyske filters foar dizze website yn-\/útskeakelje",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"ôfbyldingen",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Klik om kosmetyske filters op dizze website út te skeakeljen",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"fan tredden",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Klik om kosmetyske filters op dizze website yn te skeakeljen",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"css\/ôfbyldingen fan tredden",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Blokkearjen fan eksterne lettertypen foar dizze website yn-\/útskeakelje",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"ynline skripts",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Klik om eksterne lettertypen op dizze website te blokkearjen",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"skripts fan de websites sels",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Klik om eksterne lettertypen op dizze website net mear te blokkearjen",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"skripts fan tredden",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Globale rigels: dizze kolom is foar rigels dy't op alle websites fan tapassing binne.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"frames fan tredden",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokale rigels: dizze kolom is foar rigels dy't allinnich op de aktuele website fan tapassing binne.\nLokale rigels hawwe foarrang op globale rigels.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"ferbûne domeinen",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Klik om jo wizigingen permanint te meitsjen.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} fan de {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Klik om jo wizigingen werom te draaien.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Meitsje",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "alles",
+ "description": ""
},
- "pickerPick":{
- "message":"Kieze",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "ôfbyldingen",
+ "description": ""
},
- "pickerQuit":{
- "message":"Slute",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "fan tredden",
+ "description": ""
},
- "pickerPreview":{
- "message":"Foarbyld",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "css\/ôfbyldingen fan tredden",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Netfilters",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "ynline skripts",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Kosmetyske filters",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "skripts fan de websites sels",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klik, Ctrl-klik",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "skripts fan tredden",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Elemint blokkearje",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "frames fan tredden",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Tydlike oantsjutting fan blokkearre eleminten ferstopje",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "ferbûne domeinen",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"It tal blokkearre oanfragen op it ikoan toane",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} fan de {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Tooltips útskeakelje",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Meitsje",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Wêr mooglik gebrûk meitsje fan it kontekstmenu",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Kieze",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Kleureblynfreonlik",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Slute",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Stipe foar cloudûnthâld ynskeakelje",
- "description":""
+ "pickerPreview": {
+ "message": "Foarbyld",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Ik bin in betûfte brûker (Lês dit earst<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Netfilters",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"avansearre ynstellingen",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Kosmetyske filters",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Pre-fetching útskeakelje (om eltse ferbining foar blokkearre netwurkfersiken foar te kommen)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klik, Ctrl-klik",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Auditing fan keppelingen útskeakelje",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Elemint blokkearje",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"It lekken fan it lokale IP-adres fia WebRTC opkeare",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Tydlike oantsjutting fan blokkearre eleminten ferstopje",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Standertgedrach",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "It tal blokkearre oanfragen op it ikoan toane",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Dizze standertgedragingen kinne foar eltse website oerskreaun wurde",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Tooltips útskeakelje",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Kosmetyske filters útskeakelje",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Wêr mooglik gebrûk meitsje fan it kontekstmenu",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Media-eleminten grutter as {{input:number}} kB blokkearje",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Kleureblynfreonlik",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Eksterne lettertypen blokkearje",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Stipe foar cloudûnthâld ynskeakelje",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Brûkte ûnthâldromte: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Ik bin in betûfte brûker (Lês dit earst<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Lêste werstel:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "avansearre ynstellingen",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Lêste reservekopy:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Pre-fetching útskeakelje (om eltse ferbining foar blokkearre netwurkfersiken foar te kommen)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} netwurkfilters + {{cosmeticFilterCount}} kosmetyske filters fan:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Auditing fan keppelingen útskeakelje",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} gebrûk fan {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "It lekken fan it lokale IP-adres fia WebRTC opkeare",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Filterlisten automatysk fernije.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Standertgedrach",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"No fernije",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Dizze standertgedragingen kinne foar eltse website oerskreaun wurde",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Alle buffers leegje",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Kosmetyske filters útskeakelje",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Kosmetyske filters ynlêze en tapasse.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Media-eleminten grutter as {{input:number}} kB blokkearje",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
boarne bestimming type aksje<\/code> (folsleine dokumintaasje<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Permaninte rigels",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"De whitelist-ynstruksjes skriuwe foar op hokker websiden uBlock Origin útskeakele wurde moat. Ien fermelding per rigel. Unjildige ynstruksjes wurde sûnder meidieling negearre en útskeakele.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Tydlike rigels",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Ymportearje en tafoegje",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Tebeksette",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Eksportearje",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Tapasse",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"myn-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Bewurkje",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Wizigingen tapasse",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Bewarje",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Type",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Annulearje",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domein",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Ut bestân ymportearje…",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Nei bestân eksportearje",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "myn-ublock-dynamyske-rigels_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Alles",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "List fan jo dynamyske filterrigels.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Achter de skermen",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Rigelsyntaks:
boarne bestimming type aksje<\/code> (folsleine dokumintaasje<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"lochboekitems filterje",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "De whitelist-ynstruksjes skriuwe foar op hokker websiden uBlock Origin útskeakele wurde moat. Ien fermelding per rigel. Unjildige ynstruksjes wurde sûnder meidieling negearre en útskeakele.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maksimum oantal lochboekitems",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Ymportearje en tafoegje",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontekst:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Eksportearje",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Type:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "myn-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamyske URL-filtering",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Wizigingen tapasse",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statysk filterje",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Type",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} netwurkfersiken fan {{type}} {{br}}wêrfan de URL lyk is oan {{url}} {{br}}en dy komme fan {{origin}},{{br}}{{importance}} der is in oerienkomstich útsûnderingsfilter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domein",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blokkearje",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Tastean",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"type “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Alles",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"elts type",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Achter de skermen",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"fan “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "lochboekitems filterje",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"fan oeral wei",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maksimum oantal lochboekitems",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"útsein as",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontekst:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"sels as",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Type:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statysk filter {{filter}} fûn yn:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamyske URL-filtering",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Wizigingenlochboek",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statysk filterje",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} netwurkfersiken fan {{type}} {{br}}wêrfan de URL lyk is oan {{url}} {{br}}en dy komme fan {{origin}},{{br}}{{importance}} der is in oerienkomstich útsûnderingsfilter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Stipe",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blokkearje",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Boarnekoade (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Tastean",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Meiwurkers",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "type “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Reservekopy nei bestân",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "elts type",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"myn-ublock-reservekopy_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "fan “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Ut bestân werstelle…",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "fan oeral wei",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Nei de standertynstellingen weromsette…",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "útsein as",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Al jo ynstellingen sille oerskreaun wurde mei de reservekopygegevens fan {{time}} en uBlock₀ sil werstart wurde.\n\nBinne jo wis dat jo alle besteande ynstellingen oerskriuwe wolle mei de reservekopygegevens?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "sels as",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"De gegevens koene net lêzen wurde of binne ûnjildich",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statysk filter {{filter}} fûn yn:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Al jo ynstellingen sille fuortsmiten wurde, wêrnei uBlock₀ werstart.\n\nYnstellingen dochs werstelle nei de standertwearden?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Wizigingenlochboek",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Netwurkflater: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: De folgjende URL oan jo oanpaste filterlisten tafoegje?\n\nTitel: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Stipe",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"in minút lyn",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Boarnekoade (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minuten lyn",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Meiwurkers",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"in oere lyn",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Reservekopy nei bestân",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} oeren lyn",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "myn-ublock-reservekopy_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"in dei lyn",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Ut bestân werstelle…",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} dagen lyn",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Nei de standertynstellingen weromsette…",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Dashboerd toane",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Al jo ynstellingen sille oerskreaun wurde mei de reservekopygegevens fan {{time}} en uBlock₀ sil werstart wurde.\n\nBinne jo wis dat jo alle besteande ynstellingen oerskriuwe wolle mei de reservekopygegevens?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Lochboek toane",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "De gegevens koene net lêzen wurde of binne ûnjildich",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"útskeakele",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Al jo ynstellingen sille fuortsmiten wurde, wêrnei uBlock₀ werstart.\n\nYnstellingen dochs werstelle nei de standertwearden?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin hat it laden fan de folgjende side opkeard:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Netwurkflater: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Fanwege it folgjende filter",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: De folgjende URL oan jo oanpaste filterlisten tafoegje?\n\nTitel: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"sûnder parameters",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "in minút lyn",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Fûn yn:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minuten lyn",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Tebekgean",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "in oere lyn",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Dit finster slute",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} oeren lyn",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Strikte blokkearring foar {{hostname}} útskeakelje",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "in dei lyn",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Tydlik",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} dagen lyn",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanint",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Dashboerd toane",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Eksportearje nei cloudûnthâld",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Lochboek toane",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Ymportearje fan cloudûnthâld",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "útskeakele",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Ut cloudopslach ymportearje en gearfoegje mei aktuele ynstellingen",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin hat it laden fan de folgjende side opkeard:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"…\n…",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Fanwege it folgjende filter",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Apparaatnamme:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "sûnder parameters",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warskôging! Wizigje dizze avansearre ynstellingen op eigen risiko.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Fûn yn:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Ferstjoere",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Tebekgean",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Wizigingen tapasse",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Dit finster slute",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Tebeksette",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Strikte blokkearring foar {{hostname}} útskeakelje",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Tydlik",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Grutte media-eleminten tydlik tastean",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanint",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Eksportearje nei cloudûnthâld",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Ymportearje fan cloudûnthâld",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Ut cloudopslach ymportearje en gearfoegje mei aktuele ynstellingen",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "…\n…",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Apparaatnamme:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warskôging! Wizigje dizze avansearre ynstellingen op eigen risiko.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Ferstjoere",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Wizigingen tapasse",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Tebeksette",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Grutte media-eleminten tydlik tastean",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/gl/messages.json b/src/_locales/gl/messages.json
index 26c7a3eeb829e..40cee338de996 100644
--- a/src/_locales/gl/messages.json
+++ b/src/_locales/gl/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Ó fin, un bloqueador eficiente que non chupa toda a memoria e o procesador.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Ó fin, un bloqueador eficiente que non chupa toda a memoria e o procesador.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Panel de control",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Panel de control",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Configuración",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Configuración",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filtros de terceiros",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filtros de terceiros",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Os meus filtros",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Os meus filtros",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"As miñas regras",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "As miñas regras",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Lista branca",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Lista branca",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Rexistro de peticións de rede",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Rexistro de peticións de rede",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Sobre",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Sobre",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Configuración avanzada",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Configuración avanzada",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Click: desactivar\/activar uBlock₀ neste sitio.\n\nCtrl+click: desactivar o uBlock₀ só nesta páxina.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Click: desactivar\/activar uBlock₀ neste sitio.\n\nCtrl+click: desactivar o uBlock₀ só nesta páxina.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"peticións bloqueadas",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click: desactivar\/activar uBO neste sitio.\n\nCtrl+click: desactivar o uBO só nesta páxina.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"nesta páxina",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click: activar uBO neste sitio.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} ou {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "peticións bloqueadas",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"dende a instalación",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "nesta páxina",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"ou",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} ou {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Fai click para abrir o panel de control",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "dende a instalación",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Activar o modo \"eliminación de elementos\"",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "ou",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Ir ó modo do selector de elementos",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Fai click para abrir o panel de control",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Ir ó rexistro de peticións",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Activar o modo \"eliminación de elementos\"",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Activar todas as xanelas emerxentes nesta páxina",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Ir ó modo do selector de elementos",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Activar\/desactivar o bloqueo de elementos multimedia grandes para este sitio",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Ir ó rexistro de peticións",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Activar o filtrado cosmético nesta páxina",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Activar todas as xanelas emerxentes nesta páxina",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Activar o bloqueo de fontes remotas para esta páxina",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click: bloquear todos os elementos emerxentes neste sitio",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Reglas globais: esta columna é para as reglas que afectan a todos os sitios.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click: deixar de bloquear todos os elementos emerxentes neste sitio",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Reglas locais: esta columna é para as reglas que afectan só a un sitio. As reglas locais anteponse ás globais.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Activar\/desactivar o bloqueo de elementos multimedia grandes para este sitio",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Fai click para gardar os cambios.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click: bloquear todos elementos multimedia de gran tamaño neste sitio",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Fai click para desfacer os cambios.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click: deixar de bloquear todos elementos multimedia de gran tamaño neste sitio",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"todo",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Activar o filtrado cosmético nesta páxina",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"imaxes",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click: desactivar filtrado cosmético neste sitio",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"de terceiros",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click: activar filtrado cosmético neste sitio",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"Imaxes\/css de terceiros",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Activar o bloqueo de fontes remotas para esta páxina",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"Scripts embebidos",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click: bloquear fontes remotas neste sitio",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Scripts de dominio",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click: deixar de bloquear fontes remotas neste sitio",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Scripts de terceiros",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Reglas globais: esta columna é para as reglas que afectan a todos os sitios.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Frames de terceiros",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Reglas locais: esta columna é para as reglas que afectan só a un sitio. As reglas locais anteponse ás globais.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"dominios conectados",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Fai click para gardar os cambios.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} de {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Fai click para desfacer os cambios.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Crear",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "todo",
+ "description": ""
},
- "pickerPick":{
- "message":"Escoller",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "imaxes",
+ "description": ""
},
- "pickerQuit":{
- "message":"Saír",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "de terceiros",
+ "description": ""
},
- "pickerPreview":{
- "message":"Vista previa",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "Imaxes\/css de terceiros",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Filtros da rede",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "Scripts embebidos",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Filtros cosméticos",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Scripts de dominio",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Click, Ctrl-click",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Scripts de terceiros",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Bloquear elemento",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Frames de terceiros",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Agochar marcadores de posición dos elementos bloqueados",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "dominios conectados",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Amosar o número de peticións bloqueadas no icono",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} de {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Desactivar axuda emerxente",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Crear",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Empregar o menú contextual cando sexa posible",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Escoller",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Accesible para daltónicos",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Saír",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Activar soporte para almacenamento na nube",
- "description":""
+ "pickerPreview": {
+ "message": "Vista previa",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Sonche un usuario experto (Precisas ler isto<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Filtros da rede",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"configuración avanzada",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Filtros cosméticos",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Desactivar a precarga de sitios (prevén calquera conexión para peticións de red bloqueadas)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Click, Ctrl-click",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Desactivar a auditoría de hiperligazóns\/señais (beacons<\/i>)",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Bloquear elemento",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Impedir que o WebRTC revele os enderezos IP locais",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Agochar marcadores de posición dos elementos bloqueados",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Comportamento predefinido",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Amosar o número de peticións bloqueadas no icono",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Estes comportamentos predefinidos poden ser modificados para cada páxina en particular",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Desactivar axuda emerxente",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Desactivar o filtrado cosmético",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Empregar o menú contextual cando sexa posible",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Bloquear elementos os audiovisuais meirandes de {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Accesible para daltónicos",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Bloquear fontes remotas",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Activar soporte para almacenamento na nube",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Almacenamento empregado: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Sonche un usuario experto (Precisas ler isto<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Última recuperación:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "configuración avanzada",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Última copia de seguridade:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Desactivar a precarga de sitios (prevén calquera conexión para peticións de red bloqueadas)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} filtros de rede + {{cosmeticFilterCount}} filtros cosméticos:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Desactivar a auditoría de hiperligazóns\/señais (beacons<\/i>)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"Empregados {{used}} de {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Impedir que o WebRTC revele os enderezos IP locais",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Actualización automática das listas de filtros.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Comportamento predefinido",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Actualizar agora",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Estes comportamentos predefinidos poden ser modificados para cada páxina en particular",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Vaciar todas as cachés",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Desactivar o filtrado cosmético",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Analizar e aplicar filtros cosméticos.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Bloquear elementos os audiovisuais meirandes de {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
orixe destino tipo acción<\/code> (documentación completa<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Regras permanentes",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"A lista branca é a túa lista de nomes de servidor nos que o uBlock₀ estará desactivado. Ten unha entrada por cada liña, e os nomes de servidor non válidos serán ignorados.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Regras temporais",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importar e anexar",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Reverter",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exportar",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Estabelecer",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"o-meu-ublock-lista-branca_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Editar",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Aplicar os cambios",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Gardar",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tipo",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Descartar",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Dominio",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importar dun arquivo...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"Enderezo",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Exportar a un arquivo",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtro",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "o-meu-ublock-regras-dinamicas_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Todas",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Listado coas túas regras de filtrado dinámico.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Peticións ocultas",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Sintaxe das regras:
orixe destino tipo acción<\/code> (documentación completa<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtras as entradas de rexistro",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "A lista branca é a túa lista de nomes de servidor nos que o uBlock₀ estará desactivado. Ten unha entrada por cada liña, e os nomes de servidor non válidos serán ignorados.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Número máximo de entradas de rexistro",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importar e anexar",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Contexto:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exportar",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tipo:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "o-meu-ublock-lista-branca_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Filtrado dinámico do enderezo",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Aplicar os cambios",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Filtrado estático",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tipo",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} peticións de rede tipo {{type}} {{br}} nas cales o enderezo contenga {{url}} {{br}}e que teñan como orixe {{origin}},{{br}}{{importance}} haxa un filtro de excepción aplicable.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Dominio",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Bloquear",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "Enderezo",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Permitir",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtro",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tipo “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Todas",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"calquera tipo",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Peticións ocultas",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"dende “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtras as entradas de rexistro",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"dende calquera sitio",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Número máximo de entradas de rexistro",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"agás cando",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Contexto:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"aínda cando",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tipo:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Filtro estático {{filter}}atopado en:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Filtrado dinámico do enderezo",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Rexistro de cambios",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Filtrado estático",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} peticións de rede tipo {{type}} {{br}} nas cales o enderezo contenga {{url}} {{br}}e que teñan como orixe {{origin}},{{br}}{{importance}} haxa un filtro de excepción aplicable.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Asistencia",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Bloquear",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Código fonte (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Permitir",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Colaboradores",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tipo “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Facer copia de seguridade nun arquivo",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "calquera tipo",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-copia-seguridade_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "dende “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Recuperar dende arquivo...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "dende calquera sitio",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Restabelecer os axustes por defecto...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "agás cando",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Todas as túas preferencias serán rescritas, usando os datos rexistrados no {{time}}, e o uBlock₀ reiniciará. Queres sobrescribir toda a configuración existente empregando os datos da copia de seguridade?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "aínda cando",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Os datos son inválidos ou non poden ser lidos",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Filtro estático {{filter}}atopado en:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Eliminaranse todas as túas preferencias, e reiniciará o uBlock₀. Queres resetear o uBlock₀ á configuración por defecto?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Rexistro de cambios",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Erro da rede: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Engadir o seguinte enderezo á túa lista de filtros personalizados?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Asistencia",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"fai un minuto",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Código fonte (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"fai {{value}} minutos",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Colaboradores",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"fai unha hora",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Facer copia de seguridade nun arquivo",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"fai {{value}} horas",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-copia-seguridade_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"fai un día",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Recuperar dende arquivo...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"fai {{value}} días",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Restabelecer os axustes por defecto...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Amosar no Panel de control",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Todas as túas preferencias serán rescritas, usando os datos rexistrados no {{time}}, e o uBlock₀ reiniciará. Queres sobrescribir toda a configuración existente empregando os datos da copia de seguridade?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Amosar o rexistro de peticións da rede",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Os datos son inválidos ou non poden ser lidos",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"desactivado",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Eliminaranse todas as túas preferencias, e reiniciará o uBlock₀. Queres resetear o uBlock₀ á configuración por defecto?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"O uBlock₀ impediu cargar a seguinte páxina:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Erro da rede: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Por mor deste filtro:",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Engadir o seguinte enderezo á túa lista de filtros personalizados?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"sen parámetros",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "fai un minuto",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Atopado en:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "fai {{value}} minutos",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Retroceder",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "fai unha hora",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Pechar esta xanela",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "fai {{value}} horas",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Desactivar o bloqueo estricto en {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "fai un día",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporalmente",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "fai {{value}} días",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanentemente",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Amosar no Panel de control",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Exportar ó almacenamento na nube",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Amosar o rexistro de peticións da rede",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importar dende o almacenamento na nube",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "desactivado",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importar dende a nube e combinar coas preferencias actuais",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "O uBlock₀ impediu cargar a seguinte páxina:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"... ...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Por mor deste filtro:",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"O nome deste dispositivo:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "sen parámetros",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Ollo! Non cambies estas configuracións avanzadas senón sabes ben o que estás a facer.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Atopado en:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Enviar",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Retroceder",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Aplicar os cambios",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Pechar esta xanela",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Reverter",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Desactivar o bloqueo estricto en {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporalmente",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Permitir temporalmente os elementos multimedia grandes",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanentemente",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Esta ten que ser a derradeira entrada",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Exportar ó almacenamento na nube",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importar dende o almacenamento na nube",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importar dende a nube e combinar coas preferencias actuais",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "... ...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "O nome deste dispositivo:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Ollo! Non cambies estas configuracións avanzadas senón sabes ben o que estás a facer.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Enviar",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Aplicar os cambios",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Reverter",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Permitir temporalmente os elementos multimedia grandes",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Esta ten que ser a derradeira entrada",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/he/messages.json b/src/_locales/he/messages.json
index ca742bd185d15..bc00586e8764f 100644
--- a/src/_locales/he/messages.json
+++ b/src/_locales/he/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"סוף סוף, חוסם יעיל. קל על המעבד והזיכרון.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "סוף סוף, חוסם יעיל. קל על המעבד והזיכרון.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — פאנל הקונפיגורציות",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — פאנל הקונפיגורציות",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"הגדרות",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "הגדרות",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"מסננים צד-3",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "מסננים צד-3",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"המסננים שלי",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "המסננים שלי",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"החוקים שלי",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "החוקים שלי",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"רשימה לבנה",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "רשימה לבנה",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — מתעד הבקשות",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — מתעד הבקשות",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"אודות",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "אודות",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"הגדרות מתקדמות",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "הגדרות מתקדמות",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"לחיצה: כבה\/הפעל את uBlock₀ לאתר זה לצמיתות.\n\nCtrl+לחיצה: כבה את uBlock₀ רק בדף זה.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "לחיצה: כבה\/הפעל את uBlock₀ לאתר זה לצמיתות.\n\nCtrl+לחיצה: כבה את uBlock₀ רק בדף זה.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"בקשות שנחסמו",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "לחיצה: כבה את uBlock₀ לאתר זה.\n\nCtrl+לחיצה: כבה את uBlock₀ רק בדף זה.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"בדף זה",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "לחץ על מנת להפעיל את uBlock₀ באתר זה.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} או {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "בקשות שנחסמו",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"מאז ההתקנה",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "בדף זה",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"או",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} או {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"פתח את פאנל הקונפיגורציות",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "מאז ההתקנה",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"היכנס למצב מחיקת אלמנט באופן זמני",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "או",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"היכנס למצב בחירת אלמנט",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "פתח את פאנל הקונפיגורציות",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"פתח את מתעד הבקשות",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "היכנס למצב מחיקת אלמנט באופן זמני",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"הפעל\/כבה את החסימה של חלונות קופצים באתר זה",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "היכנס למצב בחירת אלמנט",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"הפעל\/כבה את החסימה של אלמנטי מדיה גדולים באתר זה",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "פתח את מתעד הבקשות",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"הפעל\/כבה מסננים קוסמטיים באתר זה",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "הפעל\/כבה את החסימה של חלונות קופצים באתר זה",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"הפעל\/כבה את החסימה של פונטים חיצוניים באתר זה",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "לחץ על מנת לחסום חלונות קופצים באתר זה",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"חוקים גלובליים: עמודה זו היא עבור חוקים אשר תקפים לכל האתרים.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "לחץ על מנת לבטל את החסימה של חלונות קופצים באתר זה",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"חוקים לוקאליים: עמודה זו היא עבור חוקים אשר תקפים לאתר הנוכחי בלבד.\nחוקים לוקאליים דורסים את החוקים הגלובליים.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "הפעל\/כבה את החסימה של אלמנטי מדיה גדולים באתר זה",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"לחץ על מנת להפוך את השינויים שלך לקבועים.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "לחץ על מנת לחסום אלמנטי מדיה גדולים באתר זה",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"לחץ על מנת לבטל את השינויים שלך.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "לחץ על מנת לבטל את החסימה של אלמנטי מדיה גדולים באתר זה",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"הכל",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "הפעל\/כבה מסננים קוסמטיים באתר זה",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"תמונות",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "לחץ על מנת לכבות מסננים קוסמטיים באתר זה",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"צד-3",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "לחץ על מנת להפעיל מסננים קוסמטיים באתר זה",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"css\/תמונות צד-3",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "הפעל\/כבה את החסימה של פונטים חיצוניים באתר זה",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"סקריפטים מוטמעים",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "לחץ על מנת לחסום פונטים חיצוניים באתר זה",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"סקריפטים צד-1",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "לחץ על מנת לבטל את החסימה של פונטים חיצוניים באתר זה",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"סקריפטים צד-3",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "חוקים גלובליים: עמודה זו היא עבור חוקים אשר תקפים לכל האתרים.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"מסגרות צד-3",
- "description":""
+ "popupTipLocalRules": {
+ "message": "חוקים לוקאליים: עמודה זו היא עבור חוקים אשר תקפים לאתר הנוכחי בלבד.\nחוקים לוקאליים דורסים את החוקים הגלובליים.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"דומיינים שהתחברת אליהם",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "לחץ על מנת להפוך את השינויים שלך לקבועים.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} מתוך {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "לחץ על מנת לבטל את השינויים שלך.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"צור",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "הכל",
+ "description": ""
},
- "pickerPick":{
- "message":"בחר",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "תמונות",
+ "description": ""
},
- "pickerQuit":{
- "message":"צא",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "צד-3",
+ "description": ""
},
- "pickerPreview":{
- "message":"תצוגה מקדימה",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "css\/תמונות צד-3",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"מסנני רשת",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "סקריפטים מוטמעים",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"מסננים קוסמטיים",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "סקריפטים צד-1",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"לחיצה, Ctrl+לחיצה",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "סקריפטים צד-3",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"חסום אלמנט",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "מסגרות צד-3",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"הסתר את המקום שנשאר מחסימה של אלמנטים",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "דומיינים שהתחברת אליהם",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"הראה את מספר הבקשות החסומות על האייקון",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} מתוך {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"כבה רמזים צצים",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "צור",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"הצגת הפריט 'חסום אלמנט' בתפריט הלחצן הימני איפה שאפשר",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "בחר",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"ידידותי לעיוורי צבעים",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "צא",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"הפעל אחסון בענן",
- "description":""
+ "pickerPreview": {
+ "message": "תצוגה מקדימה",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"אני משתמש מתקדם (נדרש לקרוא<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "מסנני רשת",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"הגדרות מתקדמות",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "מסננים קוסמטיים",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"כבה אחזור מוקדם של משאבים (על מנת למנוע מחיבורים של בקשות רשת חסומות להישלח)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "לחיצה, Ctrl+לחיצה",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"חסום Hyperlink auditing",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "חסום אלמנט",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"מנע מ WebRTC להדליף כתובות IP לוקאליות",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "הסתר את המקום שנשאר מחסימה של אלמנטים",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"התנהגות ברירת מחדל",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "הראה את מספר הבקשות החסומות על האייקון",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"התנהגויות ברירת מחדל אלו יכולות להיקבע עבור כל אתר בנפרד",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "כבה רמזים צצים",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"כבה מסננים קוסמטיים",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "הצגת הפריט 'חסום אלמנט' בתפריט הלחצן הימני איפה שאפשר",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"חסום אלמנטי מדיה הגדולים מ {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "ידידותי לעיוורי צבעים",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"חסום פונטים חיצוניים",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "הפעל אחסון בענן",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"אחסון בשימוש: {{value}} בתים",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "אני משתמש מתקדם (נדרש לקרוא<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"שחזור אחרון:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "הגדרות מתקדמות",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"גיבוי אחרון:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "כבה אחזור מוקדם של משאבים (על מנת למנוע מחיבורים של בקשות רשת חסומות להישלח)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} מסנני רשת + {{cosmeticFilterCount}} מסננים קוסמטיים מתוך:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "חסום Hyperlink auditing",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} בשימוש מתוך {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "מנע מ WebRTC להדליף כתובות IP לוקאליות",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"עדכן אוטומטית את רשימות המסננים.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "התנהגות ברירת מחדל",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"עדכן כעת",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "התנהגויות ברירת מחדל אלו יכולות להיקבע עבור כל אתר בנפרד",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"נקה את כל זיכרוני המטמון",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "כבה מסננים קוסמטיים",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"פרסר ואפשר מסננים קוסמטיים.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "חסום אלמנטי מדיה הגדולים מ {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
פעולה סוג יעד מקור<\/code> (תיעוד מלא<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "חוקים קבועים",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"הרשומות ברשימה הלבנה מציינות באילו דפי אינטרנט uBlock Origin לא יהיה פעיל. רשומה אחת בכל שורה. רשומות לא חוקיות תתעלמנה בשקט ויסומנו כהערות.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "חוקים זמניים",
+ "description": "header"
},
- "whitelistImport":{
- "message":"ייבא וצרף",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "החזר למצב הקודם",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"ייצוא",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "החל",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "ערוך",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"החל שינויים",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "שמור",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"סוג",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "בטל",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"דומיין",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "ייבא מקובץ...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"כתובת",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "ייצא לקובץ...",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"מסנן",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"כל הטאבים",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "רשימת חוקי המסננים הדינאמיים שלך.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"מאחורי הקלעים",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "סינטקס חוק:
פעולה סוג יעד מקור<\/code> (תיעוד מלא<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"סנן רשומות",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "הרשומות ברשימה הלבנה מציינות באילו דפי אינטרנט uBlock Origin לא יהיה פעיל. רשומה אחת בכל שורה. רשומות לא חוקיות תתעלמנה בשקט ויסומנו כהערות.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"מספר רשומות מקסימליות",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "ייבא וצרף",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"קונטקטס:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "ייצוא",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"סוג:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"סינון URL דינאמי",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "החל שינויים",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"סינון סטאטי",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "סוג",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} בקשות רשת מסוג {{type}} {{br}} שה URL שלהן הוא {{url}} {{br}} ואשר מגיע מהאתר {{origin}},{{br}}{{importance}} קיים כבר מסנן שמתיר להעביר בקשות רשת אלה.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "דומיין",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"חסום",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "כתובת",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"אפשר",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "מסנן",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"מסוג \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "כל הטאבים",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"כל סוג",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "מאחורי הקלעים",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"מתוך \"{{origin}}\"",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "סנן רשומות",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"מכל מקום",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "מספר רשומות מקסימליות",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"אך לא כאשר",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "קונטקטס:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"גם אם",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "סוג:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"המסנן הסטאטי {{filter}} נמצא ב:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "סינון URL דינאמי",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"רשימת שינויים",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "סינון סטאטי",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"ויקי",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} בקשות רשת מסוג {{type}} {{br}} שה URL שלהן הוא {{url}} {{br}} ואשר מגיע מהאתר {{origin}},{{br}}{{importance}} קיים כבר מסנן שמתיר להעביר בקשות רשת אלה.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"תמיכה",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "חסום",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"קוד מקור (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "אפשר",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"תורמים",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "מסוג \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"גבה לקובץ",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "כל סוג",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "מתוך \"{{origin}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"שחזר מקובץ...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "מכל מקום",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"אפס להגדרות ברירת מחדל...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "אך לא כאשר",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"כל ההגדרות שלך יוחלפו בנתונים שגובו ב {{time}}, ו uBlock₀ יופעל מחדש.\n\nהאם להחליף את כל ההגדרות הקיימות בנתונים המגובים?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "גם אם",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"לא הוצלח לקרוא את המידע או שהוא פגום",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "המסנן הסטאטי {{filter}} נמצא ב:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"כל ההגדרות שלך יימחקו, ו uBlock₀ יופעל מחדש.\n\nלאפס את uBlock₀ להגדרות ברירת מחדל?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "רשימת שינויים",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"בעיית רשת: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "ויקי",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: הוסף את הכתובת הבאה לרשימת הפילטרים המותאמים אישית שלך?\n\nכותרת: \"{{title}}\"\nכתובת URL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "תמיכה",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"לפני דקה",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "קוד מקור (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"לפני {{value}} דקות",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "תורמים",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"לפני שעה",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "גבה לקובץ",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"לפני {{value}} שעות",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"לפני יום",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "שחזר מקובץ...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"לפני {{value}} ימים",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "אפס להגדרות ברירת מחדל...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"הצג את פאנל הקונפיגורציות",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "כל ההגדרות שלך יוחלפו בנתונים שגובו ב {{time}}, ו uBlock₀ יופעל מחדש.\n\nהאם להחליף את כל ההגדרות הקיימות בנתונים המגובים?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"הצג את המתעד",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "לא הוצלח לקרוא את המידע או שהוא פגום",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"מכובה",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "כל ההגדרות שלך יימחקו, ו uBlock₀ יופעל מחדש.\n\nלאפס את uBlock₀ להגדרות ברירת מחדל?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin מנע מהעמוד הבא להיטען:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "בעיית רשת: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"בגלל המסנן הבא",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: הוסף את הכתובת הבאה לרשימת הפילטרים המותאמים אישית שלך?\n\nכותרת: \"{{title}}\"\nכתובת URL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"ללא פרמטרים",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "לפני דקה",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"נמצא ב:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "לפני {{value}} דקות",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"חזור אחורה",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "לפני שעה",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"סגור חלון זה",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "לפני {{value}} שעות",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"בטל חסימה נוקשה עבור {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "לפני יום",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"זמנית",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "לפני {{value}} ימים",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"לצמיתות",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "הצג את פאנל הקונפיגורציות",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"ייצא לאחסון ענן",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "הצג את המתעד",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"ייבא מאחסון ענן",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "מכובה",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"ייבא מהגיבוי בענן ומזג עם ההגדרות הקיימות",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin מנע מהעמוד הבא להיטען:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "בגלל המסנן הבא",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"שם המכשיר:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "ללא פרמטרים",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"אזהרה! שינוי הגדרות אלו על אחריותך בלבד.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "נמצא ב:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"שלח",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "חזור אחורה",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"החל שינויים",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "סגור חלון זה",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"החזר למצב הקודם",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "בטל חסימה נוקשה עבור {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"בתים",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "זמנית",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"זמנית אפשר אלמנטי מדיה גדולים",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "לצמיתות",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"ערך זה חייב להיות האחרון",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "ייצא לאחסון ענן",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "ייבא מאחסון ענן",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "ייבא מהגיבוי בענן ומזג עם ההגדרות הקיימות",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "שם המכשיר:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "אזהרה! שינוי הגדרות אלו על אחריותך בלבד.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "שלח",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "החל שינויים",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "החזר למצב הקודם",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "בתים",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "זמנית אפשר אלמנטי מדיה גדולים",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "ערך זה חייב להיות האחרון",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/hi/messages.json b/src/_locales/hi/messages.json
index 7933b27faea20..9f02e4d59c2bc 100644
--- a/src/_locales/hi/messages.json
+++ b/src/_locales/hi/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"आख़िरकार, क्रोमियम-बेस्ड ब्राउज़रों के लिए एक कुशल अवरोधक। CPU और स्मृति पर आसान।",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "आख़िरकार, क्रोमियम-बेस्ड ब्राउज़रों के लिए एक कुशल अवरोधक। CPU और स्मृति पर आसान।",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — डैशबोर्ड",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — डैशबोर्ड",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"सेटिंग्स",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "सेटिंग्स",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"तृतीय-पक्ष फ़िल्टर",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "तृतीय-पक्ष फ़िल्टर",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"मेरे फिल्टर",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "मेरे फिल्टर",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"मेरे नियम",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "मेरे नियम",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"सफेद सूची",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "सफेद सूची",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"यूब्लॉक — नेटवर्क रिक्वेस्ट लॉग",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "यूब्लॉक — नेटवर्क रिक्वेस्ट लॉग",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"जानकारी",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "जानकारी",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"उन्नत सेटिंग्स",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "उन्नत सेटिंग्स",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"दबाए : uBlock को इस साईट में बंद\/चालु करने के लिए।\n\nCtrl के साथ दबाए : uBlock को सिर्फ इस पेज में बंद करने के लिए।",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "दबाए : uBlock को इस साईट में बंद\/चालु करने के लिए।\n\nCtrl के साथ दबाए : uBlock को सिर्फ इस पेज में बंद करने के लिए।",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"रुके हुए अनुरोध",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"इस पृष्ठ पर",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} या {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "रुके हुए अनुरोध",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"इंस्टॉल से अब तक",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "इस पृष्ठ पर",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"या",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} या {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"डैशबोर्ड को खोलने के लिए क्लिक करें",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "इंस्टॉल से अब तक",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "या",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"अन्श चाटने वाले साधन में प्रवेश करे",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "डैशबोर्ड को खोलने के लिए क्लिक करें",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"अनुरोध दैनिकी में जाए",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Enter element zapper mode",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"इस साईट के लिए कोई पॉपअप नहीं",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "अन्श चाटने वाले साधन में प्रवेश करे",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"बड़े मीडिया चीजों को रोक दें",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "अनुरोध दैनिकी में जाए",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"इस वेबसाइट की खूबसूरत फ़िल्टरिंग करें",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "इस साईट के लिए कोई पॉपअप नहीं",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"बाहरी फ़ॉन्ट्स को ब्लॉक करें",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"निन्मलिखित नियमें सब वेस्बिते पर लागू है",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"निन्मलिखित नियमें सिर्फ इस वेबसाइट पर लागू है",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "बड़े मीडिया चीजों को रोक दें",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"आपके परिवर्तनों को रकने के लिए क्लिक करें",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"आपके परिवर्तनों को उलटने के लिए क्लिक करें",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"सभी",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "इस वेबसाइट की खूबसूरत फ़िल्टरिंग करें",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"चित्र",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"तृतीय-पक्ष",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"तृतीया पक्ष सीइसइस तस्वीरें",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "बाहरी फ़ॉन्ट्स को ब्लॉक करें",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"लाइन के बीच वाले स्क्रिप्ट्स",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"असली साइट के स्क्रिप्ट्स",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"दूसरी साइट के स्क्रिप्ट्स",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "निन्मलिखित नियमें सब वेस्बिते पर लागू है",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"दूसरी साइट के फ्रेम्स",
- "description":""
+ "popupTipLocalRules": {
+ "message": "निन्मलिखित नियमें सिर्फ इस वेबसाइट पर लागू है",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"योजित साइटें",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "आपके परिवर्तनों को रकने के लिए क्लिक करें",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{total}} मे से {{count}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "आपके परिवर्तनों को उलटने के लिए क्लिक करें",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"बनाएँ",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "सभी",
+ "description": ""
},
- "pickerPick":{
- "message":"चयन",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "चित्र",
+ "description": ""
},
- "pickerQuit":{
- "message":"बंद करें",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "तृतीय-पक्ष",
+ "description": ""
},
- "pickerPreview":{
- "message":"Preview",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "तृतीया पक्ष सीइसइस तस्वीरें",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"नेट फिलटर्स",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "लाइन के बीच वाले स्क्रिप्ट्स",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"सुंदरता के लिए फिलटरें",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "असली साइट के स्क्रिप्ट्स",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"क्लिक, कंट्रोल - क्लिक",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "दूसरी साइट के स्क्रिप्ट्स",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"इस को ब्लॉक करो",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "दूसरी साइट के फ्रेम्स",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"ब्लॉक किये चीज़ो की प्लेसहोल्डर को हटाओ",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "योजित साइटें",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"इसके आइकॉन पर ब्लॉक किये चीज़ो की गिनती दिखाओ",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{total}} मे से {{count}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"टूलटिप्स मत दिखाओ",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "बनाएँ",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"विकल्प सूचि का प्रयोग करें",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "चयन",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"वरणांध अनुकूल",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "बंद करें",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"क्लाउड स्टोरिज समर्थन साझा करें",
- "description":""
+ "pickerPreview": {
+ "message": "पूर्वावलोकन",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"मैं एक उच्च उपयोगकर्ता हूँ (आवश्यक पठन<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "नेट फिलटर्स",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"advanced settings",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "सुंदरता के लिए फिलटरें",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"प्री-फ़ेचिंग अक्षम करें (अवरुद्ध नेटवर्क रिक्वेस्ट को रोकने के लिए)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "क्लिक, कंट्रोल - क्लिक",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"हाइपरलिंक जाँच को अवरुध करें",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "इस को ब्लॉक करो",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"WebRTC को लोकल IP ऐड्रेस प्रकट करने से रोकें",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "ब्लॉक किये चीज़ो की प्लेसहोल्डर को हटाओ",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"सामान्य व्यवहार",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "इसके आइकॉन पर ब्लॉक किये चीज़ो की गिनती दिखाओ",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"ये सामान्य व्यवहारों को प्रति-पृष्ठ आधार पर बदला जा सकता है",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "टूलटिप्स मत दिखाओ",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"काज़्मेटिक निस्पंदन को रोकें",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "विकल्प सूचि का प्रयोग करें",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"{{input:number}} kB से ज़्यादा अंश को रोकें",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "वरणांध अनुकूल",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"बाहरी अक्षराकृति को रोकें",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "क्लाउड स्टोरिज समर्थन साझा करें",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Storage used: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "मैं एक उच्च उपयोगकर्ता हूँ (आवश्यक पठन<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Last restore:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "उन्नत सेटिंग्स",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"पिछला बेकप",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "प्री-फ़ेचिंग अक्षम करें (अवरुद्ध नेटवर्क रिक्वेस्ट को रोकने के लिए)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "हाइपरलिंक जाँच को अवरुध करें",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{total}} में से {{used}} का इस्तेमाल किया",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "WebRTC को लोकल IP ऐड्रेस प्रकट करने से रोकें",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Auto-update filter lists",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "सामान्य व्यवहार",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"अभी अपडेट करें",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "ये सामान्य व्यवहारों को प्रति-पृष्ठ आधार पर बदला जा सकता है",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Purge all caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "काज़्मेटिक निस्पंदन को रोकें",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Parse and enforce cosmetic filters",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "{{input:number}} kB से ज़्यादा अंश को रोकें",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (full documentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "स्थायी नियम",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "अस्थायी नियम",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "पलटदे",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"निर्यात करें",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "पक्का करो",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "एडिट",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"परिवर्तन लागू करें",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "सहेजें",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"प्रकार",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "रद्द करें",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"डोमेन",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Import from file...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"यू आर एल",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Export to file",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"फिल्टर",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"सब",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "List of your dynamic filtering rules.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"पर्दे के पीछे",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Rule syntax:
source destination type action<\/code> (full documentation<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filter log entries",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maximum number of log entries",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Context:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "निर्यात करें",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"प्रकार",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamic URL filtering",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "परिवर्तन लागू करें",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"स्थायी छनाना",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "प्रकार",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "डोमेन",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"रोको",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "यू आर एल",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"छोडो",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "फिल्टर",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"type “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "सब",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"हर टइप",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "पर्दे के पीछे",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"from “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filter log entries",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"कहि से भी",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maximum number of log entries",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"except when",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Context:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"even if",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "प्रकार",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Static filter {{filter}} found in:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamic URL filtering",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Change log",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "स्थायी छनाना",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"विकी",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"मदद",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "रोको",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Source code (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "छोडो",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"योगदानकर्ता",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "type “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Back up to file",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "हर टइप",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "from “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"फाइल से वापस करो",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "कहि से भी",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Reset to default settings...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "except when",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "even if",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"The data could not be read or is invalid",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Static filter {{filter}} found in:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Change log",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Network error: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "विकी",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "मदद",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"एक मिनट पहले",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Source code (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} मिनट पहले",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "योगदानकर्ता",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"एक घंटे पहले",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Back up to file",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} घंटे पहले",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"एक दिन पहले",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "फाइल से वापस करो",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} दिन पहले",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Reset to default settings...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Show Dashboard",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Show Logger",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "The data could not be read or is invalid",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"off",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin has prevented the following page from loading:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Network error: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Because of the following filter",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"without parameters",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "एक मिनट पहले",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Found in:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} मिनट पहले",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Go back",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "एक घंटे पहले",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Close this window",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} घंटे पहले",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Disable strict blocking for {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "एक दिन पहले",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporarily",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} दिन पहले",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"हमेशा",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Show Dashboard",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Export to cloud storage",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Show Logger",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Import from cloud storage",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "off",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Import from cloud storage and merge with current settings",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin has prevented the following page from loading:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Because of the following filter",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"This device name:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "without parameters",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warning! Change these advanced settings at your own risk.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Found in:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"पक्का",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Go back",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Apply changes",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Close this window",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"पलटदे",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Disable strict blocking for {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"बाइट्स",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporarily",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Temporarily allow large media elements",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "हमेशा",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Export to cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Import from cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Import from cloud storage and merge with current settings",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "This device name:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warning! Change these advanced settings at your own risk.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "पक्का",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Apply changes",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "पलटदे",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "बाइट्स",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Temporarily allow large media elements",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/hr/messages.json b/src/_locales/hr/messages.json
index 08444def68b68..b09cc5867c810 100644
--- a/src/_locales/hr/messages.json
+++ b/src/_locales/hr/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Konačno, efikasan blokator. Lak na CPU i memoriji.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Konačno, efikasan blokator. Lak na CPU i memoriji.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Nadzorna ploča",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Nadzorna ploča",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Postavke",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Postavke",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filteri treće strane",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filteri treće strane",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Moji filteri",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Moji filteri",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Moja pravila",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Moja pravila",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Popis dopuštenih",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Popis dopuštenih",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Zapisnik mrežnih zahtjeva",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Zapisnik mrežnih zahtjeva",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"O programu",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "O programu",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Napredne postavke",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Napredne postavke",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klik: trajno onemogućiti\/omogućiti uBlock₀ za ovaj sajt.\n\nCtrl+klik: onemogućiti µBlock₀ samo za ovu stranicu.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klik: trajno onemogućiti\/omogućiti uBlock₀ za ovaj sajt.\n\nCtrl+klik: onemogućiti µBlock₀ samo za ovu stranicu.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"zahtjeva blokirano",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Kliknite za onemogućiti uBlock₀ za ovaj sajt.\n\nCtrl+klik za onemogućiti uBlock₀ samo za ovu stranicu.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"na ovoj stranici",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Kliknite za omogućiti uBlock₀ za ovaj sajt.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} ili {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "zahtjeva blokirano",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"od instalacije",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "na ovoj stranici",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"ili",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} ili {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Kliknite za otvaranje upravljačke ploče",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "od instalacije",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Pokrenite odabir elementa za blokiranje",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "ili",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Pokrenite odabir elementa",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Otvori upravljačku ploču",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Odlazak na zapisnik zahtjeva",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Pokrenite odabir elementa za blokiranje",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Uključi\/isključi skočne prozore na ovoj stranici",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Pokrenite odabir elementa",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Namjestite blokiranje velikih medijskih elemenata za ovaj sajt",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Odlazak na zapisnik zahtjeva",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Uključi\/isključi estestko filtriranje na ovoj stranici",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Uključi\/isključi skočne prozore na ovoj stranici",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Uključi\/isključi blokiranje udaljenih fontova za ovu stranicu",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Kliknite za blokiranje svih pop-up prozora na ovom sajtu",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Globalna pravila: ovaj stupac je za pravila koja vrijede za sve stranice.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Kliknite za ukloniti blokiranje svih pop-up prozora na ovom sajtu",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokalna pravila: ovaj stupac je za pravila koja vrijede samo za trenutnu stranicu.\nLokalna pravila nadjačavaju globalna pravila.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Namjestite blokiranje velikih medijskih elemenata za ovaj sajt",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Kliknite kako biste spremili promjene.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Kliknite za blokiranje velikih medijskih elemenata na ovom sajtu",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Kliknite kako bi vratili promjene.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Kliknite za ukloniti blokiranje velikih medijskih elemenata na ovom sajtu",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"sve",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Uključi\/isključi estestko filtriranje na ovoj stranici",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"slike",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Kliknite kako biste onemogućili estestko filtriranje na ovom sajtu",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"treće strane",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Kliknite kako biste omogućili estestko filtriranje na ovom sajtu",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"CSS\/slike trećih strana",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Uključi\/isključi blokiranje udaljenih fontova za ovu stranicu",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"skripte u liniji",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Kliknite za blokiranje udaljenih fontova na ovom sajtu",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Skripte prve strane",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Kliknite za ukloniti blokiranje udaljenih fontova na ovom sajtu",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Skripte trećih strana",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Globalna pravila: ovaj stupac je za pravila koja vrijede za sve stranice.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Okviri trećih strana",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokalna pravila: ovaj stupac je za pravila koja vrijede samo za trenutnu stranicu.\nLokalna pravila nadjačavaju globalna pravila.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domena povezan",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Kliknite kako biste spremili promjene.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} od {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Kliknite kako bi vratili promjene.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Stvaranje",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "sve",
+ "description": ""
},
- "pickerPick":{
- "message":"Odabir",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "slike",
+ "description": ""
},
- "pickerQuit":{
- "message":"Izlaz",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "treće strane",
+ "description": ""
},
- "pickerPreview":{
- "message":"Pregled",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "CSS\/slike trećih strana",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Mrežni filteri",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "skripte u liniji",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Estetski filteri",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Skripte prve strane",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klik, Ctrl-klik",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Skripte trećih strana",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blokiraj element",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Okviri trećih strana",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Sakrij rezervirana mjesta blokiranih elemenata",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domena povezan",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Pokaži broj blokiranih zahtjeva na ikoni",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} od {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Isključi naputke",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Stvaranje",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Koristite kontekstni izbornik gdje je prikladno",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Odabir",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Ugodan za daltoniste",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Izlaz",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Omogući podršku za pohranu u oblaku",
- "description":""
+ "pickerPreview": {
+ "message": "Pregled",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Ja sam napredni korisnik (obavezna literatura<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Mrežni filteri",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"napredne postavke",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Estetski filteri",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Onemogući pretpreuzimanje (za sprečavanje bilo koje veze blokiranih mrežnih zahtjeva)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klik, Ctrl-klik",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Onemogući provjeravanje hiperlinkova",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blokiraj element",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Spriječi WebRTC da propušta lokalnu IP adresu",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Sakrij rezervirana mjesta blokiranih elemenata",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Zadano ponašanje",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Pokaži broj blokiranih zahtjeva na ikoni",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Ova zadana ponašanja mogu biti poništena na bazi web-stranice",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Isključi naputke",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Onemogući estesko filtriranje",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Koristite kontekstni izbornik gdje je prikladno",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Blokiraj medijske elemente veće od {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Ugodan za daltoniste",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Blokiraj udaljene fontove",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Omogući podršku za pohranu u oblaku",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Korišteno prostora: {{value}} bajtova",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Ja sam napredni korisnik (obavezna literatura<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Posljednji povratak na prijašnje:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "napredne postavke",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Posljednja sigurnosna kopija:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Onemogući pretpreuzimanje (za sprečavanje bilo koje veze blokiranih mrežnih zahtjeva)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} mrežni\/ih filter\/a + {{cosmeticFilterCount}} estetski\/ih filter\/a iz:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Onemogući provjeravanje hiperlinkova",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} korišteno od {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Spriječi WebRTC da propušta lokalnu IP adresu",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Automatsko ažuriranje popisa filtera.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Zadano ponašanje",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Ažuriraj odmah",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Ova zadana ponašanja mogu biti poništena na bazi web-stranice",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Očistiti sve cache-ove",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Onemogući estesko filtriranje",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Raščlaniti i primijeniti estetske filtre.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Blokiraj medijske elemente veće od {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
akcija tipa izvornog odredišta<\/code> (sva dokumentacija<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Trajna pravila",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Popis host naziva za koje će uBlock Origin biti onemogućen. Jedan zapis po retku. Nevaljani host nazivi biti će tiho ignorirani.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Privremena pravila",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Uvesti i dodati",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Vratiti",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Izvoz",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Izvršiti",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"moja-ublock-lista_dopustenog_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Uredi",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Primijeni promjene",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Spremi",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tip",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Odbaci",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domena",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Uvoz iz datoteke...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Izvoz u datoteku...",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "moja-ublock-dinamicna-pravila_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Sve",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Popis dinamičkih pravila filtriranja.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Iza scene",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Pravila sintakse:
akcija tipa izvornog odredišta<\/code> (sva dokumentacija<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtrirajte zabilješke",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Popis host naziva za koje će uBlock Origin biti onemogućen. Jedan zapis po retku. Nevaljani host nazivi biti će tiho ignorirani.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Makismalan broj zabilješki",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Uvesti i dodati",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontekst:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Izvoz",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tip:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "moja-ublock-lista_dopustenog_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dinamično URL filtriranje",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Primijeni promjene",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statičko filtriranje",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tip",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} mrežni zahtjev {{type}} {{br}}kojem URL adresa odgovora {{url}} {{br}}i koji dolazi od {{origin}},{{br}}{{importance}} postoji odgovarajući filter izuzetak.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domena",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blokiraj",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Dopusti",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tip “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Sve",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"i tip",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Iza scene",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"od “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtrirajte zabilješke",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"bilo gdje",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Makismalan broj zabilješki",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"osim kad",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontekst:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"čak i ako",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tip:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statični filter {{filter}} pronađen u:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dinamično URL filtriranje",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Popis promjena",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statičko filtriranje",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} mrežni zahtjev {{type}} {{br}}kojem URL adresa odgovora {{url}} {{br}}i koji dolazi od {{origin}},{{br}}{{importance}} postoji odgovarajući filter izuzetak.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Podrška",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blokiraj",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Izvorni kôd (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Dopusti",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Suradnici",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tip “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Sigurnosno kopiranje u datoteku...",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "i tip",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"moja-ublock-sig_kopija_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "od “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Vraćanje iz datoteke...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "bilo gdje",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Vraćanje izvornih zadanih postavki...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "osim kad",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Sve vaše postavke prebrisat će se sa postavkama spremljenim {{time}}, i uBlock₀ će se ponovno pokrenuti. \n\nPrepisati sve postojeće postavke pomoću sigurnosne kopije postavki?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "čak i ako",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Podatke nije moguće učitati ili su neispravni",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statični filter {{filter}} pronađen u:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Sve vaše postavke će biti obrisane i µBlock₀ će se ponovno pokrenuti. \n\nVraćanje µBlock₀ tvorničkih postavki?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Popis promjena",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Mrežna greška {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Dodajte slijedeći izvor u vaš izbor filter lista?\n\nNaslov: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Podrška",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"prije minutu",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Izvorni kôd (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"prije {{value}} minute\/a",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Suradnici",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"prije jedan sat",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Sigurnosno kopiranje u datoteku...",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"prije {{value}} sata\/i",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "moja-ublock-sig_kopija_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"prije jedan dan",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Vraćanje iz datoteke...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"prije {{value}} dana",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Vraćanje izvornih zadanih postavki...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Prikaži kontrolnu ploču",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Sve vaše postavke prebrisat će se sa postavkama spremljenim {{time}}, i uBlock₀ će se ponovno pokrenuti. \n\nPrepisati sve postojeće postavke pomoću sigurnosne kopije postavki?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Prikaži zapis mrežnih zahtjeva",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Podatke nije moguće učitati ili su neispravni",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"isključen",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Sve vaše postavke će biti obrisane i µBlock₀ će se ponovno pokrenuti. \n\nVraćanje µBlock₀ tvorničkih postavki?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin je onemogućio učitavanje sljedeće stranice:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Mrežna greška {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Zbog sljedećeg filtera",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Dodajte slijedeći izvor u vaš izbor filter lista?\n\nNaslov: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"bez parametara",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "prije minutu",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Pronađeno u:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "prije {{value}} minute\/a",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Natrag",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "prije jedan sat",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Zatvori ovaj prozor",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "prije {{value}} sata\/i",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Isključi strogo blokiranje za {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "prije jedan dan",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Privremeno",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "prije {{value}} dana",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Trajno",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Prikaži kontrolnu ploču",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Izvezi u pohranu u oblaku",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Prikaži zapis mrežnih zahtjeva",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Uvezi iz pohrane u oblaku",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "isključen",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Uvezite iz spremišta u oblaku i spojite sa trenutnim postavkama",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin je onemogućio učitavanje sljedeće stranice:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Zbog sljedećeg filtera",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Naziv ovog uređaja:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "bez parametara",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Upozorenje! Mijenjate ove napredne postavke na vlastitu odgovornost.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Pronađeno u:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Pošalji",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Natrag",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Primijeni promjene",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Zatvori ovaj prozor",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Vratiti",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Isključi strogo blokiranje za {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bajtovi",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Privremeno",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Privremeno dopusti velike medijske elemente",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Trajno",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Ova stavka mora biti posljednja",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Izvezi u pohranu u oblaku",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Uvezi iz pohrane u oblaku",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Uvezite iz spremišta u oblaku i spojite sa trenutnim postavkama",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Naziv ovog uređaja:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Upozorenje! Mijenjate ove napredne postavke na vlastitu odgovornost.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Pošalji",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Primijeni promjene",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Vratiti",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bajtovi",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Privremeno dopusti velike medijske elemente",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Ova stavka mora biti posljednja",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/hu/messages.json b/src/_locales/hu/messages.json
index 3e0bf95cd6654..71551b31babb2 100644
--- a/src/_locales/hu/messages.json
+++ b/src/_locales/hu/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Végre egy hatékony reklám- és követésblokkoló böngészőkhöz, amely kíméletes a processzorral és a memóriával.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Végre egy hatékony reklám- és követésblokkoló böngészőkhöz, amely kíméletes a processzorral és a memóriával.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Vezérlőpult",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Vezérlőpult",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Beállítások",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Beállítások",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Külső szűrők",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Külső szűrők",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Saját szűrők",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Saját szűrők",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Saját szabályok",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Saját szabályok",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Kivételek",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Kivételek",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Hálózati lekérések naplója",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Hálózati lekérések naplója",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Névjegy",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Névjegy",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Haladó beállítások",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Haladó beállítások",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klikk: uBlock₀ tiltása\/engedélyezése ezen a webhelyen.\n\nCtrl+klikk: csak a jelenlegi oldal tiltása\/engedélyezése.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klikk: uBlock₀ tiltása\/engedélyezése ezen a webhelyen.\n\nCtrl+klikk: csak a jelenlegi oldal tiltása\/engedélyezése.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"blokkolt lekérések",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Kattints a uBlock₀ letiltásához ezen a webhelyen.\n\nCtrl+kattintás a uBlock₀ letiltásához csak a jelenlegi oldalon.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"ezen a lapon",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Klikk a uBlock₀ engedélyezéséhez ezen a webhelyen.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} vagy {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "blokkolt lekérések",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"telepítés óta",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "ezen a lapon",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"vagy",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} vagy {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Kattintson ide a vezérlőpult megnyitásához",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "telepítés óta",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Elemváltó mód aktiválása",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "vagy",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Elemválasztó mód aktiválása",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Vezérlőpult megnyitása",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Naplózott lekérések megtekintése",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Belépés az elemeltávolító módba",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Oldal összes felugró ablakának blokkolása\/engedélyezése",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Elemválasztó mód aktiválása",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Nagyméretű média elemek blokkolásának ki\/bekapcsolása",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Naplózott lekérések megtekintése",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Kozmetikai szűrés ki- és bekapcsolása ezen a weboldalon",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Oldal összes felugró ablakának blokkolása\/engedélyezése",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Távoli betűkészletek blokkolásának ki\/bekapcsolása ezen az oldalon",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Kattints az összes előugró ablak letiltásához ezen a webhelyen",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Globális szabályok: ebben az oszlopban azok a szabályok vannak, amelyek minden weboldalra vonatkoznak.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Kattints az összes előugró ablak blokkolásának visszavonásához ezen a webhelyen",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Lokális szabályok: ebben az oszlopban azok a szabályok vannak, amelyek csak a jelenlegi weboldalra vonatkoznak.\nA lokális szabályok felülírják a globális szabályokat.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Nagyméretű média elemek blokkolásának ki\/bekapcsolása",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Kattintson a módosítások véglegesítéséhez.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Kattints a nagyméretű médiaelemek blokkolásához ezen a webhelyen",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Kattintson ide a módosítások visszavonásához.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Kattints a nagyméretű médiaelemek blokkolásának visszavonásához ezen a webhelyen",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"minden",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Kozmetikai szűrés ki- és bekapcsolása ezen a weboldalon",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"képek",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Kattints a kozmetikai szűrés kikapcsolásához ezen a webhelyen",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"külső féltől",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Kattints a kozmetikai szűrés bekapcsolásához ezen a webhelyen",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"3rd-party css\/képek",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Távoli betűkészletek blokkolásának ki\/bekapcsolása ezen az oldalon",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"inline scriptek",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Kattints a távoli fontok blokkolásához ezen a webhelyen",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"1st-party scriptek",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Kattints a távoli fontok blokkolásának visszavonásához ezen a webhelyen",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"3rd-party scriptek",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Globális szabályok: ebben az oszlopban azok a szabályok vannak, amelyek minden weboldalra vonatkoznak.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"3rd-party frame-ek",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Lokális szabályok: ebben az oszlopban azok a szabályok vannak, amelyek csak a jelenlegi weboldalra vonatkoznak.\nA lokális szabályok felülírják a globális szabályokat.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domain csatlakozik",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Kattintson a módosítások véglegesítéséhez.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}}, összesen: {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Kattintson ide a módosítások visszavonásához.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Létrehoz",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "minden",
+ "description": ""
},
- "pickerPick":{
- "message":"Választ",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "képek",
+ "description": ""
},
- "pickerQuit":{
- "message":"Kilép",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "külső féltől",
+ "description": ""
},
- "pickerPreview":{
- "message":"Előnézet",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "3rd-party css\/képek",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Hálózati szűrők",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "inline scriptek",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Kozmetikai szűrők",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "1st-party scriptek",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klikk, Ctrl-klikk",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "3rd-party scriptek",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Elem blokkolása",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "3rd-party frame-ek",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Blokkolt elemek helyőrzőinek elrejtése",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domain csatlakozik",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Jelenjen meg a blokkolt lekérések száma az ikonon",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}}, összesen: {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Buboréksúgó (tooltip) kikapcsolása",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Létrehoz",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Környezeti menü alkalmazása, ahol lehetséges",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Választ",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Színvak-barát",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Kilép",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Felhőben tárolás bekapcsolása",
- "description":""
+ "pickerPreview": {
+ "message": "Előnézet",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Haladó felhasználó vagyok (További tudnivalók<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Hálózati szűrők",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"haladó beállítások",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Kozmetikai szűrők",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Előtöltés kikapcsolása (kapcsolódás megakadályozása blokkolt hálózati lekérésekhez)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klikk, Ctrl-klikk",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Hivatkozás-vizsgálat kikapcsolása",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Elem blokkolása",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"WebRTC helyi IP-cím szivárogtatásának megakadályozása",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Blokkolt elemek helyőrzőinek elrejtése",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Alapértelmezett viselkedés",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Jelenjen meg a blokkolt lekérések száma az ikonon",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Ezek az alapértelmezett viselkedések felülírhatóak weboldal-szinten",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Buboréksúgó (tooltip) kikapcsolása",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Kozmetikai szűrés kikapcsolása",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Környezeti menü alkalmazása, ahol lehetséges",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"{{input:number}} kB-nál nagyobb média elemek blokkolása",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Színvak-barát",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Távoli betűkészletek blokkolása",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Felhőben tárolás bekapcsolása",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Tárolóhely használat: {{value}} byte",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Haladó felhasználó vagyok (További tudnivalók<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Utolsó visszaállítás:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "haladó beállítások",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Utolsó biztonsági mentés:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Előtöltés kikapcsolása (kapcsolódás megakadályozása blokkolt hálózati lekérésekhez)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} hálózati szűrők + {{cosmeticFilterCount}} kozmetikai szűrők:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Hivatkozás-vizsgálat kikapcsolása",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} használatban a listában lévő {{total}} szűrő közül",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "WebRTC helyi IP-cím szivárogtatásának megakadályozása",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Szűrőlisták automatikus frissítése.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Alapértelmezett viselkedés",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Frissítés most",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Ezek az alapértelmezett viselkedések felülírhatóak weboldal-szinten",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Gyorsítótárak ürítése",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Kozmetikai szűrés kikapcsolása",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Értelmezze és alkalmazza a kozmetikai szűrőket.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "{{input:number}} kB-nál nagyobb média elemek blokkolása",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
forrás cél típus művelet<\/code> (Teljes dokumentáció<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Állandó szabályok",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Az alábbi listában felsorolt hostokon a kiegészítő nem fog működni. Soronként egy bejegyzés. Érvénytelen hostnevek figyelmen kívül maradnak.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Átmeneti szabályok",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importál és hozzáad",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Visszaállítás",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Exportál",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Alkalmaz",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"ublock-kiveteleim_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Szerkesztés",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Módosítások alkalmazása",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Mentés",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Típus",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Elvetés",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domain",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importálás fájlból…",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Exportálás fájlba",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Szűrő",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "ublock-dinamikus-szabalyaim_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Összes",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Saját szűrőszabályok listája.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Hálózati lekérések a háttérben",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Szabály szintaxis:
forrás cél típus művelet<\/code> (Teljes dokumentáció<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"naplóbejegyzések szűrése",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Az alábbi listában felsorolt hostokon a kiegészítő nem fog működni. Soronként egy bejegyzés. Érvénytelen hostnevek figyelmen kívül maradnak.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Naplóbejegyzések maximális száma",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importál és hozzáad",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Kontextus:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Exportál",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Típus:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "ublock-kiveteleim_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dinamikus URL szűrő",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Módosítások alkalmazása",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Statikus szűrés",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Típus",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"Hálózati kérések {{action}} amik {{type}} {{br}} és illeszkednek a(z) {{url}} URL-re {{br}} és amik innen származnak: {{origin}},{{br}}{{importance}} van illeszkedő kivétel szűrő.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domain",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"blokkolása",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"engedélyezése",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Szűrő",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"„{{type}}” típusúak",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Összes",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"bármilyen típusúak",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Hálózati lekérések a háttérben",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"{{origin}}",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "naplóbejegyzések szűrése",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"bárhonnan",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Naplóbejegyzések maximális száma",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"kivéve ha",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Kontextus:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"akkor is, ha",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Típus:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Statikus filter, amiben {{filter}} benne van:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dinamikus URL szűrő",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Változások listája",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Statikus szűrés",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "Hálózati kérések {{action}} amik {{type}} {{br}} és illeszkednek a(z) {{url}} URL-re {{br}} és amik innen származnak: {{origin}},{{br}}{{importance}} van illeszkedő kivétel szűrő.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Támogatás",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "blokkolása",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Forráskód (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "engedélyezése",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Közreműködők",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "„{{type}}” típusúak",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Biztonsági mentés fájlba...",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "bármilyen típusúak",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-mentesem_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "{{origin}}",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Biztonsági mentés visszaállítása fájlból...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "bárhonnan",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Alapértelmezett beállítások visszaállítása...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "kivéve ha",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"A jelenlegi beállítások felülíródnak a mentett adatokkal (mentési idő: {{time}}), utána a uBlock₀ újraindul.\n\nFelülírja a jelenlegi beállításokat a biztonsági mentéssel?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "akkor is, ha",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Nem olvasható vagy érvénytelen adat",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Statikus filter, amiben {{filter}} benne van:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Az összes beállítás törlődik, utána a uBlock₀ újraindul.\n\nÁllítsa vissza a gyári beállításokat?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Változások listája",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Hálózati hiba: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Hozzáadja a következő URL-t a saját szűrő listákhoz?\n\nNév: \"{{title}}\"\nURL: \"{{url}}\"",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Támogatás",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"egy perce",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Forráskód (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} perce",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Közreműködők",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"egy órája",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Biztonsági mentés fájlba...",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} órája",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-mentesem_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"egy napja",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Biztonsági mentés visszaállítása fájlból...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} napja",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Alapértelmezett beállítások visszaállítása...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Vezérlőpult megnyitása",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "A jelenlegi beállítások felülíródnak a mentett adatokkal (mentési idő: {{time}}), utána a uBlock₀ újraindul.\n\nFelülírja a jelenlegi beállításokat a biztonsági mentéssel?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Napló mutatása",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Nem olvasható vagy érvénytelen adat",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"kikapcsolva",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Az összes beállítás törlődik, utána a uBlock₀ újraindul.\n\nÁllítsa vissza a gyári beállításokat?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin nem engedte a következő lap betöltését:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Hálózati hiba: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"A következő szűrő miatt",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Hozzáadja a következő URL-t a saját szűrő listákhoz?\n\nNév: \"{{title}}\"\nURL: \"{{url}}\"",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"paraméterek nélkül",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "egy perce",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Ezekben található:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} perce",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Vissza",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "egy órája",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Ablak bezárása",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} órája",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Kapcsolja ki a szigorú tiltást a(z) {{hostname}} részére",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "egy napja",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Ideiglenesen",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} napja",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Véglegesen",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Vezérlőpult megnyitása",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Exportálás a felhőszolgáltatásba",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Napló mutatása",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importálás a felhőszolgáltatásból",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "kikapcsolva",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importálás a felhőből és egybevonás a jelenlegi beállításokkal",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin nem engedte a következő lap betöltését:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "A következő szűrő miatt",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Ennek az eszköznek a neve:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "paraméterek nélkül",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Figyelem! Haladó beállítások, megváltoztatásuk csak saját felelősségre.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Ezekben található:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Küldés",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Vissza",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Módosítások alkalmazása",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Ablak bezárása",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Visszaállítás",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Kapcsolja ki a szigorú tiltást a(z) {{hostname}} részére",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bájt",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Ideiglenesen",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Nagyméretű média elemek ideiglenes engedélyezése",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Véglegesen",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Ez a bejegyzés utolsó kell hogy legyen",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Exportálás a felhőszolgáltatásba",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importálás a felhőszolgáltatásból",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importálás a felhőből és egybevonás a jelenlegi beállításokkal",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Ennek az eszköznek a neve:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Figyelem! Haladó beállítások, megváltoztatásuk csak saját felelősségre.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Küldés",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Módosítások alkalmazása",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Visszaállítás",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bájt",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Nagyméretű média elemek ideiglenes engedélyezése",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Ez a bejegyzés utolsó kell hogy legyen",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/id/messages.json b/src/_locales/id/messages.json
index 380d461749d10..9bf1fc25b4135 100644
--- a/src/_locales/id/messages.json
+++ b/src/_locales/id/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Akhirnya, pemblokir iklan yang efisien. Ringan penggunaan CPU dan memori.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Akhirnya, pemblokir iklan yang efisien. Ringan penggunaan CPU dan memori.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Dasbor",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Dasbor",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Pengaturan",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Pengaturan",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Filter Pihak ke-3",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Filter Pihak ke-3",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Filter Saya",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Filter Saya",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Aturan Saya",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Aturan Saya",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Daftar Putih",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Daftar Putih",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Pencatat Log",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Pencatat Log",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Tentang",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Tentang",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Pengaturan lanjutan",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Pengaturan lanjutan",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Klik: nonfungsi\/fungsikan uBlock₀ untuk situs ini.\n\nCtrl+klik: nonfungsikan uBlock₀ hanya di halaman ini.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Klik: nonfungsi\/fungsikan uBlock₀ untuk situs ini.\n\nCtrl+klik: nonfungsikan uBlock₀ hanya di halaman ini.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"permintaan diblokir",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Klik untuk menonaktifkan uBlock₀ pada situs ini.\n\nCtrl+klik untuk menonaktifkan uBlock₀ hanya di laman ini.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"di laman ini",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Klik untuk mengaktifkan uBlock₀ pada situs ini.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} atau {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "permintaan diblokir",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"sejak dipasang",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "di laman ini",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"atau",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} atau {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Buka dasbor",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "sejak dipasang",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "atau",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Memasuki mode pemilihan elemen",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Buka dasbor",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Buka pencatat log",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Memasuki mode penghapus elemen",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Alihkan pemblokiran semua popup untuk situs ini",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Memasuki mode pemilihan elemen",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Aktifkan\/Nonaktifkan pemblokiran elemen media besar untuk situs ini",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Buka pencatat log",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Alihkan penyaringan tampilan untuk situs ini",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Alihkan pemblokiran semua popup untuk situs ini",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Jungkit pemblokiran fon pihak ketiga untuk situs ini",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Klik untuk memblokir semua popup pada situs ini",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Aturan global: kolom ini untuk aturan yang diterapkan ke semua situs.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Klik untuk tidak lagi memblokir semua popup pada situs ini",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Aturan lokal: kolom ini untuk aturan yang diterapkan ke situs yang sedang dikunjungi saja.\nAturan lokal menimpa aturan global.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Aktifkan\/Nonaktifkan pemblokiran elemen media besar untuk situs ini",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Klik untuk membuat ubahan Anda permanen.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Klik untuk memblokir elemen media berukuran besar pada situs ini",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Klik untuk membatalkan ubahan Anda.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Klik untuk tidak lagi memblokir elemen media berukuran besar pada situs ini",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"semua",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Alihkan penyaringan tampilan untuk situs ini",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"gambar",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Klik untuk menonaktifkan filter tampilan pada situs ini",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"pihak ketiga",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Klik untuk mengaktifkan filter tampilan pada situs ini",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"css\/gambar pihak ketiga",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Jungkit pemblokiran fon pihak ketiga untuk situs ini",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"skrip inline",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Klik untuk memblokir fon eksternal pada situs ini",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"skrip pihak pertama",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Klik untuk tidak lagi memblokir fon eksternal pada situs ini",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"skrip pihak ketiga",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Aturan global: kolom ini untuk aturan yang diterapkan ke semua situs.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"frame pihak ketiga",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Aturan lokal: kolom ini untuk aturan yang diterapkan ke situs yang sedang dikunjungi saja.\nAturan lokal menimpa aturan global.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domain terhubung",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Klik untuk membuat ubahan Anda permanen.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} dari {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Klik untuk membatalkan ubahan Anda.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Buat",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "semua",
+ "description": ""
},
- "pickerPick":{
- "message":"Pilih",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "gambar",
+ "description": ""
},
- "pickerQuit":{
- "message":"Keluar",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "pihak ketiga",
+ "description": ""
},
- "pickerPreview":{
- "message":"Pratinjau",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "css\/gambar pihak ketiga",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Filter jaringan",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "skrip inline",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Filter tampilan",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "skrip pihak pertama",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Klik, Ctrl-klik",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "skrip pihak ketiga",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blok elemen",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "frame pihak ketiga",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Sembunyikan tempat elemen yang diblokir",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domain terhubung",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Tampilkan jumlah permintaan yang diblokir pada ikon",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} dari {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Nonaktifkan tip alat",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Buat",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Pergunakan menu konteks jika sesuai",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Pilih",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Ramah buta warna",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Keluar",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Fungsikan dukungan penyimpanan awan",
- "description":""
+ "pickerPreview": {
+ "message": "Pratinjau",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Saya pengguna tingkat lanjut (bacaan wajib<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Filter jaringan",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"pengaturan lanjutan",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Filter tampilan",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Nonfungsikan pra-ambil (untuk mencegah sambungan apapun untuk permintaan jaringan yang diblokir)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Klik, Ctrl-klik",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Nonfungsikan pengauditan pranala",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blok elemen",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Cegah WebRTC membocorkan alamat IP lokal",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Sembunyikan tempat elemen yang diblokir",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Perilaku bawaan",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Tampilkan jumlah permintaan yang diblokir pada ikon",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Perilaku bawaan ini bisa ditimpa pada masing-masing aturan situs",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Nonaktifkan tip alat",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Nonfungsikan filter tampilan",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Pergunakan menu konteks jika sesuai",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Blokir elemen media yang lebih besar dari {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Ramah buta warna",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Blokir fon rajuh",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Fungsikan dukungan penyimpanan awan",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Penyimpanan terpakai: {{value}} bita",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Saya pengguna tingkat lanjut (bacaan wajib<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Pemulihan terakhir:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "pengaturan lanjutan",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Pencadangan terakhir:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Nonfungsikan pra-ambil (untuk mencegah sambungan apapun untuk permintaan jaringan yang diblokir)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} filter jaringan + {{cosmeticFilterCount}} filter tampilan dari:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Nonfungsikan pengauditan pranala",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} digunakan dari {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Cegah WebRTC membocorkan alamat IP lokal",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Pembaruan otomatis daftar filter.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Perilaku bawaan",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Perbarui sekarang",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Perilaku bawaan ini bisa ditimpa pada masing-masing aturan situs",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Bersihkan semua tembolok",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Nonfungsikan filter tampilan",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Uraikan dan paksa jalankan filter tampilan.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Blokir elemen media yang lebih besar dari {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
sumber tujuan jenis tindakan<\/code> (dokumentasi lengkap<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Aturan permanen",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Daftar putih domain atau halaman, uBlock Origin akan dinonaktifkan. Satu entri per baris. Entri yang tidak valid akan diabaikan dan dijadikan komentar.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Aturan sementara",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Impor dan tambahkan",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Urungkan",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Ekspor",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Tetapkan",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Sunting",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Terapkan perubahan",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Simpan",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Jenis",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Batal",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domain",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Impor dari berkas...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Ekspor ke berkas",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Semua",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Daftar aturan filter dinamis anda.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Di balik layar",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Aturan sintaksis:
sumber tujuan jenis tindakan<\/code> (dokumentasi lengkap<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"saring entri catatan",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Daftar putih domain atau halaman, uBlock Origin akan dinonaktifkan. Satu entri per baris. Entri yang tidak valid akan diabaikan dan dijadikan komentar.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Jumlah maximum entri catatan",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Impor dan tambahkan",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Konteks:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Ekspor",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Jenis:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Penyaring URL Dinamis",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Terapkan perubahan",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Penyaringan statis",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Jenis",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} permintaan jaringan dari {{type}} {{br}}yang alamat URLnya cocok dengan {{url}} {{br}}dan yang berasal dari {{origin}},{{br}}{{importance}} ada pengecualian penyaring yang cocok.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domain",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blokir",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Izinkan",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filter",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"jenis “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Semua",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"semua jenis",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Di balik layar",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"dari “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "saring entri catatan",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"dari manapun",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Jumlah maximum entri catatan",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"kecuali ketika",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Konteks:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"meskipun",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Jenis:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Filter statis {{filter}} ditemukan di dalam:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Penyaring URL Dinamis",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Catatan perubahan",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Penyaringan statis",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} permintaan jaringan dari {{type}} {{br}}yang alamat URLnya cocok dengan {{url}} {{br}}dan yang berasal dari {{origin}},{{br}}{{importance}} ada pengecualian penyaring yang cocok.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Dukungan",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blokir",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Kode sumber (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Izinkan",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Kontributor",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "jenis “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Cadangkan ke berkas",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "semua jenis",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "dari “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Pulihkan dari berkas...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "dari manapun",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Kembalikan ke pengaturan bawaan...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "kecuali ketika",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Semua pengaturan anda akan ditimpa dengan data yang dicadangkan pada {{time}}, dan uBlock₀ akan memulai ulang.\n\nTimpa semua pengaturan yang ada dengan data cadangan?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "meskipun",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"Data tidak dapat dibaca atau tidak valid",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Filter statis {{filter}} ditemukan di dalam:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Semua pengaturan anda akan dihapus, dan uBlock₀ akan memulai ulang.\n\nKembalikan uBlock₀ ke pengaturan bawaan?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Catatan perubahan",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Galat jaringan: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Tambahkan URL berikut ke daftar filter tersesuai anda?\n\nJudul: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Dukungan",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"semenit yang lalu",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Kode sumber (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} menit yang lalu",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Kontributor",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"sejam yang lalu",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Cadangkan ke berkas",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} jam yang lalu",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"sehari yang lalu",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Pulihkan dari berkas...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} hari yang lalu",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Kembalikan ke pengaturan bawaan...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Tampilkan Dasbor",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Semua pengaturan anda akan ditimpa dengan data yang dicadangkan pada {{time}}, dan uBlock₀ akan memulai ulang.\n\nTimpa semua pengaturan yang ada dengan data cadangan?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Tampilkan Pencatat",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "Data tidak dapat dibaca atau tidak valid",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"mati",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Semua pengaturan anda akan dihapus, dan uBlock₀ akan memulai ulang.\n\nKembalikan uBlock₀ ke pengaturan bawaan?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin telah mencegah halaman berikut dimuat:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Galat jaringan: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Disebabkan oleh filter berikut",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Tambahkan URL berikut ke daftar filter tersesuai anda?\n\nJudul: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"tanpa parameter",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "semenit yang lalu",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Ditemukan di:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} menit yang lalu",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Kembali",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "sejam yang lalu",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Tutup jendela ini",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} jam yang lalu",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Nonfungsikan pemblokiran ketat untuk {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "sehari yang lalu",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Sementara",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} hari yang lalu",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanen",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Tampilkan Dasbor",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Ekspor ke penyimpanan awan",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Tampilkan Pencatat",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Impor dari penyimpanan awan",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "mati",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Impor dari penyimpanan awan dan gabungkan dengan pengaturan saat ini",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin telah mencegah halaman berikut dimuat:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Disebabkan oleh filter berikut",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Nama perangkat ini:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "tanpa parameter",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Peringatan! Ubah pengaturan lanjutan berikut dengan resiko Anda sendiri.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Ditemukan di:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Kirim",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Kembali",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Terapkan perubahan",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Tutup jendela ini",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Urungkan",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Nonfungsikan pemblokiran ketat untuk {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"byte",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Sementara",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Sementara izinkan elemen media besar",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanen",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"Entri ini harus menjadi yang terakhir",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Ekspor ke penyimpanan awan",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Impor dari penyimpanan awan",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Impor dari penyimpanan awan dan gabungkan dengan pengaturan saat ini",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Nama perangkat ini:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Peringatan! Ubah pengaturan lanjutan berikut dengan resiko Anda sendiri.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Kirim",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Terapkan perubahan",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Urungkan",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "byte",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Sementara izinkan elemen media besar",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "Entri ini harus menjadi yang terakhir",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/it/messages.json b/src/_locales/it/messages.json
index 717a25ac3b007..1c11c43ed2031 100644
--- a/src/_locales/it/messages.json
+++ b/src/_locales/it/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"Finalmente, un blocker efficiente. Leggero sulla CPU e sulla memoria.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "Finalmente, un blocker efficiente. Leggero sulla CPU e sulla memoria.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — Dashboard",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — Dashboard",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"Opzioni",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "Opzioni",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"Lista dei filtri",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "Lista dei filtri",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"I miei filtri",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "I miei filtri",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Le mie regole",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Le mie regole",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"Whitelist",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "Whitelist",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — Cronologia richieste di rete",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — Cronologia richieste di rete",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"Info",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "Info",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"Impostazioni avanzate",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "Impostazioni avanzate",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"Click: disabilita\/abilita uBlock₀ per questo sito.\n\nCtrl+click: disabilita uBlock₀ solo per questa pagina.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "Click: disabilita\/abilita uBlock₀ per questo sito.\n\nCtrl+click: disabilita uBlock₀ solo per questa pagina.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"richieste bloccate",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click per disabilitare uBo per questo sito.\n\nCtrl+click per disabilitare uBo solo su questa pagina.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"in questa pagina",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click per attivare uBo per questo sito.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} o {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "richieste bloccate",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"dall'installazione",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "in questa pagina",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"o",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} o {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"Clicca per aprire il dashboard",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "dall'installazione",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Accedi alla modalità elimina elemento",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "o",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"Accedi alla modalità seleziona elemento",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "Apri il pannello di controllo",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"Vai al registro delle richieste",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Accedi alla modalità elimina elemento",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Disabilita\/abilita il blocco di tutti i popup per questo sito",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "Accedi alla modalità seleziona elemento",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Abilita\/disabilita il blocco di elementi multimediali di grandi dimensioni per questo sito",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "Vai al registro delle richieste",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"Disabilita\/abilita filtraggio cosmetico per questo sito",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Disabilita\/abilita il blocco di tutti i popup per questo sito",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"Attiva o disattiva il blocco dei font remoti per questo sito",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Clicca per bloccare tutti i popup in questo sito",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Regole globali: questa colonna è per le regole che si applicano a tutti i siti.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Clicca per sbloccare tutti i popup in questo sito",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Regole locali: questa colonna è per le regole che si applicano solo al sito corrente.\nLe regole locali hanno la precedenza su quelle globali.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Abilita\/disabilita il blocco di elementi multimediali di grandi dimensioni per questo sito",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Clicca per rendere le tue scelte permanenti.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Clicca per bloccare elementi multimediali di grandi dimensioni in questo sito",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Clicca per annullare i cambiamenti.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Clicca per sbloccare elementi multimediali di grandi dimensioni in questo sito",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"Tutto",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "Disabilita\/abilita filtraggio cosmetico per questo sito",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"Immagini",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Clicca per disattivare il filtraggio cosmetico in questo sito",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"Di terze parti",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Clicca per attivare il filtraggio cosmetico in questo sito",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"Immagini\/CSS di terze parti",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "Attiva o disattiva il blocco dei font remoti per questo sito",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"Script inline",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Clicca per bloccare i font remoti in questo sito",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"Script di proprietà del sito",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Clicca per sbloccare i font remoti in questo sito",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"Script di terze parti",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Regole globali: questa colonna è per le regole che si applicano a tutti i siti.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"Frame di terze parti",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Regole locali: questa colonna è per le regole che si applicano solo al sito corrente.\nLe regole locali hanno la precedenza su quelle globali.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"domini contattati",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Clicca per rendere le tue scelte permanenti.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} di {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Clicca per annullare i cambiamenti.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"Crea",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "Tutto",
+ "description": ""
},
- "pickerPick":{
- "message":"Seleziona",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "Immagini",
+ "description": ""
},
- "pickerQuit":{
- "message":"Esci",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "Di terze parti",
+ "description": ""
},
- "pickerPreview":{
- "message":"Anteprima",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "Immagini\/CSS di terze parti",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"Filtri di rete",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "Script inline",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"Filtri cosmetici",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "Script di proprietà del sito",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Click, Ctrl-click",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "Script di terze parti",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"Blocca elemento",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "Frame di terze parti",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"Nascondi lo spazio riservato agli elementi bloccati",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "domini contattati",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Visualizza il numero degli elementi bloccati sull'icona",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} di {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Disabilita suggerimenti",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "Crea",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Usa il menu contestuale quando è possibile",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "Seleziona",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"Adatto ai daltonici",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "Esci",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Abilita supporto salvataggio nel cloud",
- "description":""
+ "pickerPreview": {
+ "message": "Anteprima",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"Sono un utente avanzato (Lettura obbligatoria<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "Filtri di rete",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"impostazioni avanzate",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "Filtri cosmetici",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Disattiva pre-fetching (per evitare qualsiasi connessione per le richieste di rete bloccate)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Click, Ctrl-click",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Disabilita la revisione degli hyperlink",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "Blocca elemento",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Impedisci a WebRTC di rivelare l'indirizzo IP locale",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "Nascondi lo spazio riservato agli elementi bloccati",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Comportamento predefinito",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Visualizza il numero degli elementi bloccati sull'icona",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"Questi comportamenti predefiniti possono essere modificati per ogni singolo sito",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Disabilita suggerimenti",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Disabilita filtraggio cosmetico",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Usa il menu contestuale quando è possibile",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Blocca elementi multimediali di dimensioni maggiori di {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "Adatto ai daltonici",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Blocca font remoti",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Abilita supporto salvataggio nel cloud",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Spazio utilizzato: {{value}} byte",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "Sono un utente avanzato (Lettura obbligatoria<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Ultimo ripristino:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "impostazioni avanzate",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Ultimo backup:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Disattiva pre-fetching (per evitare qualsiasi connessione per le richieste di rete bloccate)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} filtri di rete + {{cosmeticFilterCount}} filtri cosmetici da:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Disabilita la revisione dei collegamenti ipertestuali",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} usati su {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Impedisci a WebRTC di rivelare l'indirizzo IP locale",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Aggiornamento automatico liste.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Comportamento predefinito",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"Aggiorna ora",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "Questi comportamenti predefiniti possono essere modificati per ogni singolo sito",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Elimina tutte le cache",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Disabilita filtraggio cosmetico",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Utilizza Adblock+ element hiding filters.",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Blocca elementi multimediali di dimensioni maggiori di {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
sorgente destinazione tipo azione<\/code> (documentazione completa<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "Regole permanenti",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"Lista dei siti dove uBlock è disattivato. Un sito per ogni riga. Le voci non valide verranno silenziosamente ignorate.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "Regole temporanee",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Importa e aggiungi",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "Ripristina",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Esporta",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "Applica",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "Modifica",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Salva i cambiamenti",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "Salva",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Tipo",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "Annulla",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Dominio",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Importa da file...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Esporta in file",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filtro",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "ublock-filtri-dinamici-personalizzati_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"Tutte",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "Lista delle regole di filtraggio dinamiche personalizzate.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Dietro le quinte",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Sintassi per le regole:
sorgente destinazione tipo azione<\/code> (documentazione completa<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filtra voci del registro",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "Lista dei siti dove uBlock è disattivato. Un sito per ogni riga. Le voci non valide verranno silenziosamente ignorate.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Numero massimo di voci del registro",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Importa e aggiungi",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"Contesto:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Esporta",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"Tipo:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Filtraggio dinamico dell'URL",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "Salva i cambiamenti",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Filtraggio statico",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "Tipo",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} la richiesta di rete di {{type}} {{br}} il cui indirizzo URL corrisponde a {{url}} {{br}}e che proviene da {{origin}},{{br}}{{importance}} c'è una corrispondenza nel filtro delle eccezioni.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Dominio",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"Blocca",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"Permetti",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "Filtro",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"tipo “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "Tutte",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"qualsiasi tipo",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "Dietro le quinte",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"da “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filtra voci del registro",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"da ovunque",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Numero massimo di voci del registro",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"tranne quando",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "Contesto:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"anche se",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "Tipo:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Filtro statico {{filter}} trovato in:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Filtraggio dinamico dell'URL",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"Change log",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Filtraggio statico",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} la richiesta di rete di {{type}} {{br}} il cui indirizzo URL corrisponde a {{url}} {{br}}e che proviene da {{origin}},{{br}}{{importance}} c'è una corrispondenza nel filtro delle eccezioni.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Supporto",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "Blocca",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"Codice sorgente (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "Permetti",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"Collaboratori",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "tipo “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"Crea file di backup...",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "qualsiasi tipo",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "da “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"Ripristina dal file...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "da ovunque",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"Riparti da zero...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "tranne quando",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"Tutte le impostazioni verranno sovrascritte utilizzando i dati di backup del {{time}} e uBlock sarà riavviato.\n\nSovrascrivere tutte le impostazioni esistenti con quelle del backup?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "anche se",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"I dati non possono essere letti o non sono validi",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Filtro statico {{filter}} trovato in:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"Verranno cancellate tutte le impostazioni, e uBlock₀ sarà riavviato.\n\nResettare uBlock alle impostazioni di fabbrica?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "Change log",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Errore di connessione: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Aggiungere il seguente URL alla tua lista dei filtri personalizzata?\n\nTitolo: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Supporto",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"un minuto fa",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "Codice sorgente (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minuti fa",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "Collaboratori",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"un'ora fa",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "Crea file di backup...",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} ore fa",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"un giorno fa",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "Ripristina dal file...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} giorni fa",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "Riparti da zero...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Visualizza Dashboard",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "Tutte le impostazioni verranno sovrascritte utilizzando i dati di backup del {{time}} e uBlock sarà riavviato.\n\nSovrascrivere tutte le impostazioni esistenti con quelle del backup?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Visualizza registro richieste di rete",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "I dati non possono essere letti o non sono validi",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"disattivato",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "Verranno cancellate tutte le impostazioni, e uBlock₀ sarà riavviato.\n\nResettare uBlock alle impostazioni di fabbrica?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock₀ ha impedito alla seguente pagina di caricarsi:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Errore di rete: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"A causa del seguente filtro",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Aggiungere il seguente URL alla tua lista dei filtri personalizzata?\n\nTitolo: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"senza parametri",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "un minuto fa",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Trovato in:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minuti fa",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Torna indietro",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "un'ora fa",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Chiudi questa finestra",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} ore fa",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Disabilita blocco assoluto per {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "un giorno fa",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporaneamente",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} giorni fa",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanentemente",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Visualizza Dashboard",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Esporta nel cloud",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Visualizza registro richieste di rete",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Importa dal cloud",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "disattivato",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Importa da archivio cloud ed unisci con le impostazioni attuali",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock₀ ha impedito alla seguente pagina di caricarsi:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "A causa del seguente filtro",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"Nome di questo dispositivo:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "senza parametri",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Attenzione! Modifica queste impostazioni avanzate a tuo rischio e pericolo.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Trovato in:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Invia",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Torna indietro",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Salva i cambiamenti",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Chiudi questa finestra",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Ripristina",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Disabilita blocco assoluto per {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"byte",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporaneamente",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Consenti temporaneamente elementi multimediali di grandi dimensioni",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanentemente",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Esporta nel cloud",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Importa dal cloud",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Importa da archivio cloud ed unisci con le impostazioni attuali",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "Nome di questo dispositivo:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Attenzione! Modifica queste impostazioni avanzate a tuo rischio e pericolo.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Invia",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Salva i cambiamenti",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Ripristina",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "byte",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Consenti temporaneamente elementi multimediali di grandi dimensioni",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/ja/messages.json b/src/_locales/ja/messages.json
index 535e2f24b4ab0..20ca6aa68dc24 100644
--- a/src/_locales/ja/messages.json
+++ b/src/_locales/ja/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"高効率ブロッカーが遂に登場。CPUとメモリーの負担を抑えます。",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "高効率ブロッカーが遂に登場。CPUとメモリーの負担を抑えます。",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — ダッシュボード",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — ダッシュボード",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":" 設定",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": " 設定",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"外部フィルター",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "外部フィルター",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"Myフィルター",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "Myフィルター",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"Myルール",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "Myルール",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"ホワイトリスト",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "ホワイトリスト",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — ネットワークリクエストログ",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — ネットワークリクエストログ",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"このプロジェクトについて",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "このプロジェクトについて",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"詳細設定",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "詳細設定",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"uBlock₀ の有効 \/ 無効を切り替えます。\n\nクリック: サイト全体 \nCtrl+クリック: このページのみ",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "uBlock₀ の有効 \/ 無効を切り替えます。\n\nクリック: サイト全体 \nCtrl+クリック: このページのみ",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"ブロックされたリクエスト",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "クリックで、このサイト全体において uBlock₀ を無効化します。\n\nCtrl+クリックで、このページでのみ uBlock₀ を無効化します。",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"このページ",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "クリックで、このサイトにおいて uBlock₀ を有効化します。",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}}個 か {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "ブロックされたリクエスト",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"インストールしてから",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "このページ",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"or",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}}個 か {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"クリックしてダッシュボードを開く",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "インストールしてから",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"要素除去モードに移行",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "or",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"要素選択モードに移行",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "ダッシュボードを開く",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"リクエストログへ移動",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "要素除去モードに移行",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"このサイトのすべてのポップアップのブロックを切り替えます",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "要素選択モードに移行",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"このサイトの大部分のメディア要素のブロックを切り替えます",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "リクエストログを開く",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"このサイトの要素隠蔽フィルターを切り替える",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "このサイトのすべてのポップアップのブロックを切り替えます",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"このサイトでリモートのフォントをブロックするか切り替えます",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "クリックで、このサイトでのすべてのポップアップをブロックします",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"グローバルルール: この列にあるルールは、すべてのサイトに適用されます。",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "クリックで、このサイトでのすべてのポップアップがブロックされないようにします",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"ローカルルール: この列にあるルールは、現在のサイトのみに適用されます。\nローカルルールはグローバルルールを上書きします。",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "このサイトでの大きなメディア要素のブロックを切り替えます",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"変更を保存するにはクリックしてください。",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "クリックで、このサイトでの大きなメディア要素をブロックします",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"変更を元に戻すにはクリックしてください。",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "クリックで、このサイトでの大きなメディア要素がブロックされないようにします",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"すべて",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "このサイトの要素隠蔽フィルターを切り替えます",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"画像",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "クリックで、このサイトでの要素隠蔽フィルターを無効化します",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"サードパーティー",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "クリックで、このサイトでの要素隠蔽フィルターを有効化します",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"サードパーティ CSS\/イメージ",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "このサイトでのリモートフォントのブロックを切り替えます",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"インラインスクリプト",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "クリックで、このサイトでのリモートフォントをブロックします",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"ファーストパーティースクリプト",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "クリックで、このサイトでのリモートフォントがブロックされないようにします",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"サードパーティースクリプト",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "グローバルルール: この列にあるルールは、すべてのサイトに適用されます。",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"サードパーティーフレーム",
- "description":""
+ "popupTipLocalRules": {
+ "message": "ローカルルール: この列にあるルールは、現在のサイトにのみ適用されます。\nローカルルールはグローバルルールを上書きします。",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"接続したドメイン",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "クリックで変更を保存します。",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{count}} \/ {{total}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "クリックで変更を元に戻します。",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"作成",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "すべて",
+ "description": ""
},
- "pickerPick":{
- "message":"選択",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "画像",
+ "description": ""
},
- "pickerQuit":{
- "message":"終了",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "サードパーティー",
+ "description": ""
},
- "pickerPreview":{
- "message":"プレビュー",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "サードパーティ CSS\/イメージ",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"ネットフィルター",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "インラインスクリプト",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"要素隠蔽フィルター",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "ファーストパーティースクリプト",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"クリック、Ctrl+クリック",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "サードパーティースクリプト",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"要素をブロック",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "サードパーティーフレーム",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"ブロックされた要素の設置場所全てを非表示にする",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "接続したドメイン",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"ブロックされたリクエスト数をアイコンに表示する",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{count}} \/ {{total}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"ツールチップを無効にする",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "作成",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"コンテキストメニューを適切な場合に使用する",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "選択",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"uBlock₀を優しい色使いにする",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "終了",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"クラウドストレージのサポートを有効にする",
- "description":""
+ "pickerPreview": {
+ "message": "プレビュー",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"私は上級者です (※必ず読んでください<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "ネットフィルター",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"詳細設定",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "要素隠蔽フィルター",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"先読みを無効にする (ブロックされたネットワークへの接続を防止するため)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "クリック、Ctrl+クリック",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"ハイパーリンクの監査を無効にする",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "要素をブロック",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"ローカルIPアドレスの漏洩をもたらすWebRTCを防止する",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "ブロックされた要素の設置場所全てを非表示にする",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"デフォルトの動作",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "ブロックされたリクエスト数をアイコンに表示する",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"これらのデフォルトの動作は、サイトごとに上書きできます",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "ツールチップを無効にする",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"要素隠蔽フィルターを無効にする",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "コンテキストメニューを適切な場合に使用する",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"{{input:number}} kB より大きいメディア要素をブロックする",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "色覚障害の人に見やすい色で表示する",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"リモートフォントをブロックする",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "クラウドストレージのサポートを有効にする",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"使用中のストレージ: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "私は上級者です (※必ず読んでください<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"最後の復元:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "詳細設定",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"最後のバックアップ:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "先読みを無効にする (ブロックされたネットワークへの接続を防止するため)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} ネットワークフィルター+{{cosmeticFilterCount}} 要素隠蔽フィルター:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "ハイパーリンクの監査を無効にする",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{total}}個中{{used}}使用",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "ローカルIPアドレスの漏洩をもたらすWebRTCを防止する",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"フィルターリストを自動更新する",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "デフォルトの動作",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"今すぐ更新",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "これらのデフォルトの動作は、サイトごとに上書きできます",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"全キャッシュを削除",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "要素隠蔽フィルターを無効にする",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"要素隠蔽フィルターを解析、施行する",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "{{input:number}} kB より大きいメディア要素をブロックする",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (詳しい説明<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "恒久的なルール",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"uBlock₀が無効になるホスト名の一覧です。1行につき1つのエントリで、無効なホスト名は無視されます。",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "一時的なルール",
+ "description": "header"
},
- "whitelistImport":{
- "message":"インポートと追加",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "元に戻す",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"エクスポート",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "コミット",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "編集",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"変更を適用",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "保存",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"タイプ",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "破棄",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"ドメイン",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "ファイルからインポート",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "ファイルへエクスポート",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"フィルター",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"全て",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "ダイナミックフィルタリングルールのリスト",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"バックグラウンド通信",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "ルールの書き方:
source destination type action<\/code> (詳しい説明<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"絞り込み",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "uBlock₀が無効になるホスト名の一覧です。1行につき1つのエントリで、無効なホスト名は無視されます。",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"ログの最大件数",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "インポートと追加",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"コンテキスト:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "エクスポート",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"タイプ: ",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"ダイナミックURLフィルタリング",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "変更を適用",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"静的フィルタリング",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "タイプ",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"ネットワークリクエストが {{type}} である場合に、{{br}}URLアドレスが {{url}} と一致し、{{br}}{{origin}} を発信源としている場合は {{action}} をします。{{br}}{{importance}} が存在する場合は例外フィルターと一致させます。",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "ドメイン",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"ブロック",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"許可",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "フィルター",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"タイプ \"{{type}}\"",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "全て",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"任意の種類",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "バックグラウンド通信",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"{{origin}} から",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "絞り込み",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"全体",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "ログの最大件数",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"例外",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "対象:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"非例外",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "タイプ:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"静的フィルター {{filter}} が見つかりました:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "動的URLフィルタリング",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"バージョン更新履歴 (Change log)",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "静的フィルタリング",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "URLアドレスが {{url}} と一致し、{{origin}} を発信源とする{{br}}ネットワークリクエストが {{type}} であれば、{{br}}要素を {{action}} する。{{br}}例外フィルターと一致する項目がある場合は {{importance}} とする。",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"サポート",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "ブロック",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"ソースコード (GPLバージョン3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "許可",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"貢献者達",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "タイプ \"{{type}}\"",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"ファイルにバックアップ...",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "任意のタイプ",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"my-ublock-backup_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "\"{{origin}}\" から",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"ファイルから復元...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "全体",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"初期設定にリセット",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "例外",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"{{time}}のバックアップデータを使用して全ての設定を上書きした後、uBlock₀が再起動します。\n\nバックアップデータを使用して既存の全ての設定の上書きしますか?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "非例外",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"データが無効、または読み込みができませんでした",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "静的フィルター {{filter}} が見つかりました:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"全ての設定が消去された後、uBlock₀が再起動します。\n\n初期設定にリセットしますか?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "バージョン更新履歴 (Change log)",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"ネットワークエラー: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: 以下のURLをカスタムフィルターに追加しますか?\n\nタイトル: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "サポート",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"1分前",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "ソースコード (GPLバージョン3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} 分前",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "貢献者達",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"1時間前",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "ファイルにバックアップ...",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} 時間前",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "my-ublock-backup_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"1日前",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "ファイルから復元...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} 日前",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "初期設定にリセット",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"ダッシュボードを表示",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "{{time}}のバックアップデータを使用してすべての設定を上書きした後、uBlock₀が再起動します。\n\nバックアップデータを使用して既存のすべての設定の上書きしますか?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"ネットワークリクエストログを表示",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "データが無効、または読み込みができませんでした",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"オフ",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "すべての設定が消去された後、uBlock₀が再起動します。\n\n初期設定にリセットしますか?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Originは、以下のページの読み込みを防いでいます:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "ネットワークエラー: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"以下のフィルターによる",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: 以下のURLをカスタムフィルターに追加しますか?\n\nタイトル: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"パラメーター未指定",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "1分前",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"次のフィルターで見つかりました:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} 分前",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"戻る",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "1時間前",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"このウィンドウを閉じる",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} 時間前",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"{{hostname}}の厳格なブロックを無効にする",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "1日前",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"一時的",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} 日前",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"恒久的",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "ダッシュボードを表示",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"クラウドストレージにエクスポート",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "ネットワークリクエストログを表示",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"クラウドストレージからインポート",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "オフ",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"クラウドストレージからインポートし、現在の設定と合併させます",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Originは、以下のページの読み込みを防いでいます:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "以下のフィルターによる",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"このデバイスの名前:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "パラメーター未指定",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"詳細設定での変更は、細心の注意を払って行ってください。",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "次のフィルターで見つかりました:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"適用",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "戻る",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"変更を適用",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "このウィンドウを閉じる",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"元に戻す",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "{{hostname}}の厳格なブロックを無効にする",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"バイト",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "一時的",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"一時的に大部分のメディア要素を許可",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "恒久的",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"これは最後のエントリである必要があります",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "クラウドストレージにエクスポート",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "クラウドストレージからインポート",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "クラウドストレージからインポートし、現在の設定と合併させます",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "このデバイスの名前:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "詳細設定での変更は、細心の注意を払って行ってください。",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "適用",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "変更を適用",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "元に戻す",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "バイト",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "一時的に大部分のメディア要素を許可",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "これは最後のエントリである必要があります",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/ka/messages.json b/src/_locales/ka/messages.json
index 3f4e59b07ba6a..8f4765e65377d 100644
--- a/src/_locales/ka/messages.json
+++ b/src/_locales/ka/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"uBlock₀",
- "description":"extension name."
+ "extName": {
+ "message": "uBlock₀",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"როგორც იქნა, ეფექტური მბლოკავი. ზოგავს CPU-ს და მეხსიერებას.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "როგორც იქნა, ეფექტური მბლოკავი. ზოგავს CPU-ს და მეხსიერებას.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ — სამართავი დაფა",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ — სამართავი დაფა",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"პარამეტრები",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "პარამეტრები",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"მესამე მხრის ფილტრები",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "მესამე მხრის ფილტრები",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"ჩემი ფილტრები",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "ჩემი ფილტრები",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"ჩემი წესები",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "ჩემი წესები",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"თეთრი სია",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "თეთრი სია",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — მეჟურნალე",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — მეჟურნალე",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"შესახებ",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "შესახებ",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"ვრცელი პარამეტრები",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "ვრცელი პარამეტრები",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"დაწკაპუნება: ამ საიტისთვის uBlock-ის ჩართვა\/გამორთვა.\n\nCtrl+დაწკაპუნება: uBlock-ის მხოლოდ ამ გვერდზე გამორთვა.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "დაწკაპუნება: ამ საიტისთვის uBlock-ის ჩართვა\/გამორთვა.\n\nCtrl+დაწკაპუნება: uBlock-ის მხოლოდ ამ გვერდზე გამორთვა.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"დაბლოკილი მოთხოვნები",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"ამ გვერდზე",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} ან {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "დაბლოკილი მოთხოვნები",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"ინსტალაციის შემდეგ",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "ამ გვერდზე",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"ან",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} ან {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"დააწპაკუნეთ სამართავი დაფის გასახსნელად",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "ინსტალაციის შემდეგ",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "ან",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"პიპეტის რეჟიმი",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "დააწპაკუნეთ სამართავი დაფის გასახსნელად",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"ქსელის მოთხოვნების ჟურნალი",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Enter element zapper mode",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"Toggle the blocking of all popups for this site",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "პიპეტის რეჟიმი",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"დიდი მედია ელემენტების ბლოკირების გადართვა ამ საიტისთვის",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "ქსელის მოთხოვნების ჟურნალი",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"კოსმეტიკური ფილტრაციის გადართვა ამ საიტისთვის",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "Toggle the blocking of all popups for this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"დაშორებული შრიფტების ბლოკირების გადართვა ამ საიტისთვის",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"გლობალური წესები: ეს სვეტი არის წესებისთვის, რომლებიც მოქმედებს ყველა საიტზე.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"ლოკალური წესები: ეს სვეტი არის წესებისთვის, რომლებიც მოქმედებს მხოლოდ მიმდინარე საიტზე.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "დიდი მედია ელემენტების ბლოკირების გადართვა ამ საიტისთვის",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"დააწკაპუნეთ შეტანილი ცვლილებების პერმანენტულად ქცევისთვის.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"დააწკაპუნეთ შეტანილი ცვლილებების გაუქმებისთვის.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"ყველა",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "კოსმეტიკური ფილტრაციის გადართვა ამ საიტისთვის",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"ნახატები",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"მესამე მხარე",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"მესამე მხრის css\/ნახატები",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "დაშორებული შრიფტების ბლოკირების გადართვა ამ საიტისთვის",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"ჩასმული სკრიპტები",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"1-ლი მხრის სკრიპტები",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"მე-3 მხრის სკრიპტები",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "გლობალური წესები: ეს სვეტი არის წესებისთვის, რომლებიც მოქმედებს ყველა საიტზე.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"მე-3 მხრის ჩარჩოები",
- "description":""
+ "popupTipLocalRules": {
+ "message": "ლოკალური წესები: ეს სვეტი არის წესებისთვის, რომლებიც მოქმედებს მხოლოდ მიმდინარე საიტზე.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"დაკავშირებული დომენები",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "დააწკაპუნეთ შეტანილი ცვლილებების პერმანენტულად ქცევისთვის.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{total}}-დან {{count}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "დააწკაპუნეთ შეტანილი ცვლილებების გაუქმებისთვის.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"შექმნა",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "ყველა",
+ "description": ""
},
- "pickerPick":{
- "message":"არჩევა",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "ნახატები",
+ "description": ""
},
- "pickerQuit":{
- "message":"გამოსვლა",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "მესამე მხარე",
+ "description": ""
},
- "pickerPreview":{
- "message":"გადახედვა",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "მესამე მხრის css\/ნახატები",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"ქსელის ფილტრები",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "ჩასმული სკრიპტები",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"კოსმეტიკური ფილტრები",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "1-ლი მხრის სკრიპტები",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"Click, Ctrl + დაწკაპუნება",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "მე-3 მხრის სკრიპტები",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"ელემენტის დაბლოკვა",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "მე-3 მხრის ჩარჩოები",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"დაბლოკილი ელემენტების ადგილის შემავსებლის დამალვა",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "დაკავშირებული დომენები",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"ხატულაზე დაბლოკილი მოთხოვნების რაოდენობის ჩვენება",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{total}}-დან {{count}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"კარნახების გამორთვა",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "შექმნა",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"კონტექსტური მენიუს გამოყენება, როდესაც ეს ხელსაყრელია",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "არჩევა",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"ფერთა კორექცია დალტონიკებისთვის",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "გამოსვლა",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"ღრუბლოვანი მეხსიერების მხარდაჭერის ჩართვა",
- "description":""
+ "pickerPreview": {
+ "message": "გადახედვა",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"მე ვარ გამოცდილი მომხმარებელი (აუცილებლად წასაკითხი<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "ქსელის ფილტრები",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"ვრცელი პარამეტრები",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "კოსმეტიკური ფილტრები",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"წინასწარი ჩატვირთვის გათიშვა (კავშირების თავიდან ასარიდებლად დაბლოკილი ქსელური მოთხოვნებისათვის)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "Click, Ctrl + დაწკაპუნება",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Disable hyperlink auditing",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "ელემენტის დაბლოკვა",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"WebRTC-სთვის ხელის შეშლა ლოკალური IP მისამართის გაჟონვაში",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "დაბლოკილი ელემენტების ადგილის შემავსებლის დამალვა",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"ნაგულისხმევი ქცევა",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "ხატულაზე დაბლოკილი მოთხოვნების რაოდენობის ჩვენება",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"These default behaviors can be overridden on a per-site basis",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "კარნახების გამორთვა",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Disable cosmetic filtering",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "კონტექსტური მენიუს გამოყენება, როდესაც ეს ხელსაყრელია",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Block media elements larger than {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "ფერთა კორექცია დალტონიკებისთვის",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Block remote fonts",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "ღრუბლოვანი მეხსიერების მხარდაჭერის ჩართვა",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Storage used: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "მე ვარ გამოცდილი მომხმარებელი (აუცილებლად წასაკითხი<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Last restore:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "ვრცელი პარამეტრები",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Last backup:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "წინასწარი ჩატვირთვის გათიშვა (კავშირების თავიდან ასარიდებლად დაბლოკილი ქსელური მოთხოვნებისათვის)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Disable hyperlink auditing",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} used out of {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "WebRTC-სთვის ხელის შეშლა ლოკალური IP მისამართის გაჟონვაში",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"Auto-update filter lists",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "ნაგულისხმევი ქცევა",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"განაახლე ახლა",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "These default behaviors can be overridden on a per-site basis",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Purge all caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Disable cosmetic filtering",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Parse and enforce cosmetic filters",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Block media elements larger than {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (full documentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "მუდმივი წესები",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "დროებითი წესები",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "დაბრუნება",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Export",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "მიბარება",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "რედაქტირება",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"ცვლილებების მისადაგება",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "შენახვა",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"ტიპი",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "უკუგდება",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domain",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "ფაილიდან შემოტანა...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "ფაილად გამოტანა",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"ფილტრი",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"ყველა",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "List of your dynamic filtering rules.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"სცენის უკან",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Rule syntax:
source destination type action<\/code> (full documentation<\/a>).",
+ "description": "English: dynamic rule syntax and full documentation."
},
- "logFilterPrompt":{
- "message":"filter log entries",
- "description":"English: filter log entries"
+ "whitelistPrompt": {
+ "message": "The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
+ "description": "English: An overview of the content of the dashboard's Whitelist pane."
},
- "logMaxEntriesTip":{
- "message":"Maximum number of log entries",
- "description":"Tooltip informaing that the input field is to set the maximum number of entries in the log"
+ "whitelistImport": {
+ "message": "Import and append",
+ "description": "English: Import and append"
},
- "loggerURLFilteringContextLabel":{
- "message":"კონტექსტი:",
- "description":"Label for the context selector"
+ "whitelistExport": {
+ "message": "Export",
+ "description": "English: Export"
},
- "loggerURLFilteringTypeLabel":{
- "message":"ტიპი:",
- "description":"Label for the type selector"
+ "whitelistExportFilename": {
+ "message": "my-ublock-whitelist_{{datetime}}.txt",
+ "description": "English: my-ublock-whitelist_{{datetime}}.txt"
},
- "loggerURLFilteringHeader":{
- "message":"Dynamic URL filtering",
- "description":"Small header to identify the dynamic URL filtering section"
+ "whitelistApply": {
+ "message": "ცვლილებების მისადაგება",
+ "description": "English: Apply changes"
},
- "loggerStaticFilteringHeader":{
- "message":"Static filtering",
- "description":"Small header to identify the static filtering section"
+ "logRequestsHeaderType": {
+ "message": "ტიპი",
+ "description": "English: Type"
},
- "loggerStaticFilteringSentence":{
- "message":"{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderDomain": {
+ "message": "Domain",
+ "description": "English: Domain"
},
- "loggerStaticFilteringSentencePartBlock":{
- "message":"დაბლოკვა",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderURL": {
+ "message": "URL",
+ "description": "English: URL"
},
- "loggerStaticFilteringSentencePartAllow":{
- "message":"დაშვება",
- "description":"Used in the static filtering wizard"
+ "logRequestsHeaderFilter": {
+ "message": "ფილტრი",
+ "description": "English: Filter"
},
- "loggerStaticFilteringSentencePartType":{
- "message":"type “{{type}}”",
- "description":"Used in the static filtering wizard"
+ "logAll": {
+ "message": "ყველა",
+ "description": "Appears in the logger's tab selector"
},
- "loggerStaticFilteringSentencePartAnyType":{
- "message":"any type",
- "description":"Used in the static filtering wizard"
+ "logBehindTheScene": {
+ "message": "სცენის უკან",
+ "description": "Pretty name for behind-the-scene network requests"
},
- "loggerStaticFilteringSentencePartOrigin":{
- "message":"from “{{origin}}”",
- "description":"Used in the static filtering wizard"
+ "logFilterPrompt": {
+ "message": "filter log entries",
+ "description": "English: filter log entries"
},
- "loggerStaticFilteringSentencePartAnyOrigin":{
- "message":"from anywhere",
- "description":"Used in the static filtering wizard"
+ "logMaxEntriesTip": {
+ "message": "Maximum number of log entries",
+ "description": "Tooltip informaing that the input field is to set the maximum number of entries in the log"
},
- "loggerStaticFilteringSentencePartNotImportant":{
- "message":"except when",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringContextLabel": {
+ "message": "კონტექსტი:",
+ "description": "Label for the context selector"
},
- "loggerStaticFilteringSentencePartImportant":{
- "message":"even if",
- "description":"Used in the static filtering wizard"
+ "loggerURLFilteringTypeLabel": {
+ "message": "ტიპი:",
+ "description": "Label for the type selector"
},
- "loggerStaticFilteringFinderSentence1":{
- "message":"Static filter {{filter}} found in:",
- "description":"Below this sentence, the filter lists in which the filter was found"
+ "loggerURLFilteringHeader": {
+ "message": "Dynamic URL filtering",
+ "description": "Small header to identify the dynamic URL filtering section"
},
- "aboutChangelog":{
- "message":"ცვლილებათა ჟურნალი",
- "description":"English: Change log"
+ "loggerStaticFilteringHeader": {
+ "message": "Static filtering",
+ "description": "Small header to identify the static filtering section"
},
- "aboutWiki":{
- "message":"Wiki",
- "description":"English: project' wiki on Github"
+ "loggerStaticFilteringSentence": {
+ "message": "{{action}} network requests of {{type}} {{br}}which URL address matches {{url}} {{br}}and which originates {{origin}},{{br}}{{importance}} there is a matching exception filter.",
+ "description": "Used in the static filtering wizard"
},
- "aboutSupport":{
- "message":"Support",
- "description":"A link for where to get support"
+ "loggerStaticFilteringSentencePartBlock": {
+ "message": "დაბლოკვა",
+ "description": "Used in the static filtering wizard"
},
- "aboutCode":{
- "message":"წყაროს კოდი (GPLv3)",
- "description":"English: Source code (GPLv3)"
+ "loggerStaticFilteringSentencePartAllow": {
+ "message": "დაშვება",
+ "description": "Used in the static filtering wizard"
},
- "aboutContributors":{
- "message":"დამხმარეები",
- "description":"English: Contributors"
+ "loggerStaticFilteringSentencePartType": {
+ "message": "type “{{type}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupDataButton":{
- "message":"ფაილში დამარქაფება",
- "description":"Text for button to create a backup of all settings"
+ "loggerStaticFilteringSentencePartAnyType": {
+ "message": "any type",
+ "description": "Used in the static filtering wizard"
},
- "aboutBackupFilename":{
- "message":"ჩემი-ublock-მარქაფი_{{datetime}}.txt",
- "description":"English: my-ublock-backup_{{datetime}}.txt"
+ "loggerStaticFilteringSentencePartOrigin": {
+ "message": "from “{{origin}}”",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataButton":{
- "message":"აღდგენა ფაილიდან...",
- "description":"English: Restore from file..."
+ "loggerStaticFilteringSentencePartAnyOrigin": {
+ "message": "from anywhere",
+ "description": "Used in the static filtering wizard"
},
- "aboutResetDataButton":{
- "message":"ნაგულისხმევ პარამეტრებზე დაბრუნება...",
- "description":"English: Reset to default settings..."
+ "loggerStaticFilteringSentencePartNotImportant": {
+ "message": "except when",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataConfirm":{
- "message":"All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
- "description":"Message asking user to confirm restore"
+ "loggerStaticFilteringSentencePartImportant": {
+ "message": "even if",
+ "description": "Used in the static filtering wizard"
},
- "aboutRestoreDataError":{
- "message":"The data could not be read or is invalid",
- "description":"Message to display when an error occurred during restore"
+ "loggerStaticFilteringFinderSentence1": {
+ "message": "Static filter {{filter}} found in:",
+ "description": "Below this sentence, the filter lists in which the filter was found"
},
- "aboutResetDataConfirm":{
- "message":"All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
- "description":"Message asking user to confirm reset"
+ "aboutChangelog": {
+ "message": "ცვლილებათა ჟურნალი",
+ "description": "English: Change log"
},
- "errorCantConnectTo":{
- "message":"Network error: {{msg}}",
- "description":"English: Network error: {{msg}}"
+ "aboutWiki": {
+ "message": "Wiki",
+ "description": "English: project' wiki on Github"
},
- "subscriberConfirm":{
- "message":"uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
- "description":"English: The message seen by the user to confirm subscription to a ABP filter list"
+ "aboutSupport": {
+ "message": "Support",
+ "description": "A link for where to get support"
},
- "elapsedOneMinuteAgo":{
- "message":"a minute ago",
- "description":"English: a minute ago"
+ "aboutCode": {
+ "message": "წყაროს კოდი (GPLv3)",
+ "description": "English: Source code (GPLv3)"
},
- "elapsedManyMinutesAgo":{
- "message":"{{value}} minutes ago",
- "description":"English: {{value}} minutes ago"
+ "aboutContributors": {
+ "message": "დამხმარეები",
+ "description": "English: Contributors"
},
- "elapsedOneHourAgo":{
- "message":"an hour ago",
- "description":"English: an hour ago"
+ "aboutBackupDataButton": {
+ "message": "ფაილში დამარქაფება",
+ "description": "Text for button to create a backup of all settings"
},
- "elapsedManyHoursAgo":{
- "message":"{{value}} hours ago",
- "description":"English: {{value}} hours ago"
+ "aboutBackupFilename": {
+ "message": "ჩემი-ublock-მარქაფი_{{datetime}}.txt",
+ "description": "English: my-ublock-backup_{{datetime}}.txt"
},
- "elapsedOneDayAgo":{
- "message":"a day ago",
- "description":"English: a day ago"
+ "aboutRestoreDataButton": {
+ "message": "აღდგენა ფაილიდან...",
+ "description": "English: Restore from file..."
},
- "elapsedManyDaysAgo":{
- "message":"{{value}} days ago",
- "description":"English: {{value}} days ago"
+ "aboutResetDataButton": {
+ "message": "ნაგულისხმევ პარამეტრებზე დაბრუნება...",
+ "description": "English: Reset to default settings..."
},
- "showDashboardButton":{
- "message":"Show Dashboard",
- "description":"Firefox\/Fennec-specific: Show Dashboard"
+ "aboutRestoreDataConfirm": {
+ "message": "All your settings will be overwritten using data backed up on {{time}}, and uBlock₀ will restart.\n\nOverwrite all existing settings using backed up data?",
+ "description": "Message asking user to confirm restore"
},
- "showNetworkLogButton":{
- "message":"Show Logger",
- "description":"Firefox\/Fennec-specific: Show Logger"
+ "aboutRestoreDataError": {
+ "message": "The data could not be read or is invalid",
+ "description": "Message to display when an error occurred during restore"
},
- "fennecMenuItemBlockingOff":{
- "message":"off",
- "description":"Firefox-specific: appears as 'uBlock₀ (off)'"
+ "aboutResetDataConfirm": {
+ "message": "All your settings will be removed, and uBlock₀ will restart.\n\nReset uBlock₀ to factory settings?",
+ "description": "Message asking user to confirm reset"
},
- "docblockedPrompt1":{
- "message":"uBlock Origin has prevented the following page from loading:",
- "description":"English: uBlock₀ has prevented the following page from loading:"
+ "errorCantConnectTo": {
+ "message": "Network error: {{msg}}",
+ "description": "English: Network error: {{msg}}"
},
- "docblockedPrompt2":{
- "message":"Because of the following filter",
- "description":"English: Because of the following filter"
+ "subscriberConfirm": {
+ "message": "uBlock₀: Add the following URL to your custom filter lists?\n\nTitle: \"{{title}}\"\nURL: {{url}}",
+ "description": "English: The message seen by the user to confirm subscription to a ABP filter list"
},
- "docblockedNoParamsPrompt":{
- "message":"without parameters",
- "description":"label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
+ "elapsedOneMinuteAgo": {
+ "message": "a minute ago",
+ "description": "English: a minute ago"
},
- "docblockedFoundIn":{
- "message":"Found in:",
- "description":"English: List of filter list names follows"
+ "elapsedManyMinutesAgo": {
+ "message": "{{value}} minutes ago",
+ "description": "English: {{value}} minutes ago"
},
- "docblockedBack":{
- "message":"Go back",
- "description":"English: Go back"
+ "elapsedOneHourAgo": {
+ "message": "an hour ago",
+ "description": "English: an hour ago"
},
- "docblockedClose":{
- "message":"Close this window",
- "description":"English: Close this window"
+ "elapsedManyHoursAgo": {
+ "message": "{{value}} hours ago",
+ "description": "English: {{value}} hours ago"
},
- "docblockedProceed":{
- "message":"Disable strict blocking for {{hostname}}",
- "description":"English: Disable strict blocking for {{hostname}} ..."
+ "elapsedOneDayAgo": {
+ "message": "a day ago",
+ "description": "English: a day ago"
},
- "docblockedDisableTemporary":{
- "message":"Temporarily",
- "description":"English: Temporarily"
+ "elapsedManyDaysAgo": {
+ "message": "{{value}} days ago",
+ "description": "English: {{value}} days ago"
},
- "docblockedDisablePermanent":{
- "message":"Permanently",
- "description":"English: Permanently"
+ "showDashboardButton": {
+ "message": "Show Dashboard",
+ "description": "Firefox\/Fennec-specific: Show Dashboard"
},
- "cloudPush":{
- "message":"Export to cloud storage",
- "description":"tooltip"
+ "showNetworkLogButton": {
+ "message": "Show Logger",
+ "description": "Firefox\/Fennec-specific: Show Logger"
},
- "cloudPull":{
- "message":"Import from cloud storage",
- "description":"tooltip"
+ "fennecMenuItemBlockingOff": {
+ "message": "off",
+ "description": "Firefox-specific: appears as 'uBlock₀ (off)'"
},
- "cloudPullAndMerge":{
- "message":"Import from cloud storage and merge with current settings",
- "description":"tooltip"
+ "docblockedPrompt1": {
+ "message": "uBlock Origin has prevented the following page from loading:",
+ "description": "English: uBlock₀ has prevented the following page from loading:"
},
- "cloudNoData":{
- "message":"...\n...",
- "description":""
+ "docblockedPrompt2": {
+ "message": "Because of the following filter",
+ "description": "English: Because of the following filter"
},
- "cloudDeviceNamePrompt":{
- "message":"This device name:",
- "description":"used as a prompt for the user to provide a custom device name"
+ "docblockedNoParamsPrompt": {
+ "message": "without parameters",
+ "description": "label to be used for the parameter-less URL: https:\/\/cloud.githubusercontent.com\/assets\/585534\/9832014\/bfb1b8f0-593b-11e5-8a27-fba472a5529a.png"
},
- "advancedSettingsWarning":{
- "message":"Warning! Change these advanced settings at your own risk.",
- "description":"A warning to users at the top of 'Advanced settings' page"
+ "docblockedFoundIn": {
+ "message": "Found in:",
+ "description": "English: List of filter list names follows"
},
- "genericSubmit":{
- "message":"Submit",
- "description":"for generic 'Submit' buttons"
+ "docblockedBack": {
+ "message": "Go back",
+ "description": "English: Go back"
},
- "genericApplyChanges":{
- "message":"Apply changes",
- "description":"for generic 'Apply changes' buttons"
+ "docblockedClose": {
+ "message": "Close this window",
+ "description": "English: Close this window"
},
- "genericRevert":{
- "message":"Revert",
- "description":"for generic 'Revert' buttons"
+ "docblockedProceed": {
+ "message": "Disable strict blocking for {{hostname}}",
+ "description": "English: Disable strict blocking for {{hostname}} ..."
},
- "genericBytes":{
- "message":"bytes",
- "description":""
+ "docblockedDisableTemporary": {
+ "message": "Temporarily",
+ "description": "English: Temporarily"
},
- "contextMenuTemporarilyAllowLargeMediaElements":{
- "message":"Temporarily allow large media elements",
- "description":"A context menu entry, present when large media elements have been blocked on the current site"
+ "docblockedDisablePermanent": {
+ "message": "Permanently",
+ "description": "English: Permanently"
},
- "dummy":{
- "message":"This entry must be the last one",
- "description":"so we dont need to deal with comma for last entry"
+ "cloudPush": {
+ "message": "Export to cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPull": {
+ "message": "Import from cloud storage",
+ "description": "tooltip"
+ },
+ "cloudPullAndMerge": {
+ "message": "Import from cloud storage and merge with current settings",
+ "description": "tooltip"
+ },
+ "cloudNoData": {
+ "message": "...\n...",
+ "description": ""
+ },
+ "cloudDeviceNamePrompt": {
+ "message": "This device name:",
+ "description": "used as a prompt for the user to provide a custom device name"
+ },
+ "advancedSettingsWarning": {
+ "message": "Warning! Change these advanced settings at your own risk.",
+ "description": "A warning to users at the top of 'Advanced settings' page"
+ },
+ "genericSubmit": {
+ "message": "Submit",
+ "description": "for generic 'Submit' buttons"
+ },
+ "genericApplyChanges": {
+ "message": "Apply changes",
+ "description": "for generic 'Apply changes' buttons"
+ },
+ "genericRevert": {
+ "message": "Revert",
+ "description": "for generic 'Revert' buttons"
+ },
+ "genericBytes": {
+ "message": "bytes",
+ "description": ""
+ },
+ "contextMenuTemporarilyAllowLargeMediaElements": {
+ "message": "Temporarily allow large media elements",
+ "description": "A context menu entry, present when large media elements have been blocked on the current site"
+ },
+ "dummy": {
+ "message": "This entry must be the last one",
+ "description": "so we dont need to deal with comma for last entry"
}
}
\ No newline at end of file
diff --git a/src/_locales/kn/messages.json b/src/_locales/kn/messages.json
index b74f019df6532..f68f732d35d39 100644
--- a/src/_locales/kn/messages.json
+++ b/src/_locales/kn/messages.json
@@ -1,710 +1,754 @@
{
- "extName":{
- "message":"ಯುಬ್ಲಾಕ್",
- "description":"extension name."
+ "extName": {
+ "message": "ಯುಬ್ಲಾಕ್",
+ "description": "extension name."
},
- "extShortDesc":{
- "message":"ಕೊನೆಗೂ, ಒಂದು ದಕ್ಷ ನಿರ್ಬಂಧಕ. ಮಿತವಾದ ಸಿಪಿಯೂ ಹಾಗು ಮೆಮೊರಿ ಬಳಕೆ.",
- "description":"this will be in the chrome web store: must be 132 characters or less"
+ "extShortDesc": {
+ "message": "ಕೊನೆಗೂ, ಒಂದು ದಕ್ಷ ನಿರ್ಬಂಧಕ. ಮಿತವಾದ ಸಿಪಿಯೂ ಹಾಗು ಮೆಮೊರಿ ಬಳಕೆ.",
+ "description": "this will be in the chrome web store: must be 132 characters or less"
},
- "dashboardName":{
- "message":"uBlock₀ - ಡ್ಯಾಶ್ಬೋರ್ಡು",
- "description":"English: uBlock₀ — Dashboard"
+ "dashboardName": {
+ "message": "uBlock₀ - ಡ್ಯಾಶ್ಬೋರ್ಡು",
+ "description": "English: uBlock₀ — Dashboard"
},
- "settingsPageName":{
- "message":"ಬದಲಾವಣೆ",
- "description":"appears as tab name in dashboard"
+ "settingsPageName": {
+ "message": "ಬದಲಾವಣೆ",
+ "description": "appears as tab name in dashboard"
},
- "3pPageName":{
- "message":"೩ನೇ ವ್ಯಕ್ತಿ ಶೋಧಕಗಳು",
- "description":"appears as tab name in dashboard"
+ "3pPageName": {
+ "message": "೩ನೇ ವ್ಯಕ್ತಿ ಶೋಧಕಗಳು",
+ "description": "appears as tab name in dashboard"
},
- "1pPageName":{
- "message":"ನನ್ನ ಶೋಧಕಗಳು",
- "description":"appears as tab name in dashboard"
+ "1pPageName": {
+ "message": "ನನ್ನ ಶೋಧಕಗಳು",
+ "description": "appears as tab name in dashboard"
},
- "rulesPageName":{
- "message":"ನನ್ನ ನಿಯಮಗಳು",
- "description":"appears as tab name in dashboard"
+ "rulesPageName": {
+ "message": "ನನ್ನ ನಿಯಮಗಳು",
+ "description": "appears as tab name in dashboard"
},
- "whitelistPageName":{
- "message":"ಬಿಳಿಪಟ್ಟಿ",
- "description":"appears as tab name in dashboard"
+ "whitelistPageName": {
+ "message": "ಬಿಳಿಪಟ್ಟಿ",
+ "description": "appears as tab name in dashboard"
},
- "statsPageName":{
- "message":"uBlock₀ — ಜಾಲ ವಿನಂತಿಗಳ ದಾಖಲೆ",
- "description":"Title for the logger window"
+ "statsPageName": {
+ "message": "uBlock₀ — ಜಾಲ ವಿನಂತಿಗಳ ದಾಖಲೆ",
+ "description": "Title for the logger window"
},
- "aboutPageName":{
- "message":"ಕುರಿತು",
- "description":"appears as tab name in dashboard"
+ "aboutPageName": {
+ "message": "ಕುರಿತು",
+ "description": "appears as tab name in dashboard"
},
- "advancedSettingsPageName":{
- "message":"ಸುಧಾರಿತ ಆಯ್ಕೆಗಳು",
- "description":"Title for the advanced settings page"
+ "advancedSettingsPageName": {
+ "message": "ಸುಧಾರಿತ ಆಯ್ಕೆಗಳು",
+ "description": "Title for the advanced settings page"
},
- "popupPowerSwitchInfo":{
- "message":"ಕ್ಲಿಕ್: ಈ ಜಾಲತಾಣಕ್ಕೆ ನಿಷ್ಕ್ರಿಯ\/ಸಕ್ರಿಯಗೊಳಿಸಲು.\nಕಂಟ್ರೋಲ್ + ಕ್ಲಿಕ್: ಈ ಜಾಲತಾಣಕ್ಕೆ ಮಾತ್ರ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು.",
- "description":"English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
+ "popupPowerSwitchInfo": {
+ "message": "ಕ್ಲಿಕ್: ಈ ಜಾಲತಾಣಕ್ಕೆ ನಿಷ್ಕ್ರಿಯ\/ಸಕ್ರಿಯಗೊಳಿಸಲು.\nಕಂಟ್ರೋಲ್ + ಕ್ಲಿಕ್: ಈ ಜಾಲತಾಣಕ್ಕೆ ಮಾತ್ರ ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು.",
+ "description": "English: Click: disable\/enable uBlock₀ for this site.\n\nCtrl+click: disable uBlock₀ only on this page."
},
- "popupBlockedRequestPrompt":{
- "message":"ಬೇಡಿಕೆಗಳನ್ನು ತಡೆಹಿಡಿಯಲಾಗಿದೆ",
- "description":"English: requests blocked"
+ "popupPowerSwitchInfo1": {
+ "message": "Click to disable uBlock₀ for this site.\n\nCtrl+click to disable uBlock₀ only on this page.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedOnThisPagePrompt":{
- "message":"ಈ ಪುಟದಲ್ಲಿ",
- "description":"English: on this page"
+ "popupPowerSwitchInfo2": {
+ "message": "Click to enable uBlock₀ for this site.",
+ "description": "Message to be read by screen readers"
},
- "popupBlockedStats":{
- "message":"{{count}} ಅಥವಾ {{percent}}%",
- "description":"Example: 15 or 13%"
+ "popupBlockedRequestPrompt": {
+ "message": "ಬೇಡಿಕೆಗಳನ್ನು ತಡೆಹಿಡಿಯಲಾಗಿದೆ",
+ "description": "English: requests blocked"
},
- "popupBlockedSinceInstallPrompt":{
- "message":"ಅನುಸ್ಥಾಪಿಸಿದ ಈಚೆಗೆ",
- "description":"English: since install"
+ "popupBlockedOnThisPagePrompt": {
+ "message": "ಈ ಪುಟದಲ್ಲಿ",
+ "description": "English: on this page"
},
- "popupOr":{
- "message":"ಅಥವಾ",
- "description":"English: or"
+ "popupBlockedStats": {
+ "message": "{{count}} ಅಥವಾ {{percent}}%",
+ "description": "Example: 15 or 13%"
},
- "popupTipDashboard":{
- "message":"ಡ್ಯಾಶ್ಬೋರ್ಡು ತೆರೆಯಲು ಕ್ಲಿಕಿಸಿ",
- "description":"English: Click to open the dashboard"
+ "popupBlockedSinceInstallPrompt": {
+ "message": "ಅನುಸ್ಥಾಪಿಸಿದ ಈಚೆಗೆ",
+ "description": "English: since install"
},
- "popupTipZapper":{
- "message":"Enter element zapper mode",
- "description":"Tooltip for the element-zapper icon in the popup panel"
+ "popupOr": {
+ "message": "ಅಥವಾ",
+ "description": "English: or"
},
- "popupTipPicker":{
- "message":"ಅಂಶ ಆಯ್ವಿಕೆ ಕ್ರಮಕ್ಕೆ ದಾಖಲಾಗಿ",
- "description":"English: Enter element picker mode"
+ "popupTipDashboard": {
+ "message": "ಡ್ಯಾಶ್ಬೋರ್ಡು ತೆರೆಯಲು ಕ್ಲಿಕಿಸಿ",
+ "description": "English: Click to open the dashboard"
},
- "popupTipLog":{
- "message":"ಜಾಲ ವಿನಂತಿಗಳ ದಾಖಲೆಗೆ ಹೋಗಿ",
- "description":"Tooltip used for the logger icon in the panel"
+ "popupTipZapper": {
+ "message": "Enter element zapper mode",
+ "description": "Tooltip for the element-zapper icon in the popup panel"
},
- "popupTipNoPopups":{
- "message":"ಈ ಜಾಲತಾಣದ ಎಲ್ಲಾ ಪಾಪ್ಅಪ್ ಗಳ ನಿರ್ಬಂಧವನ್ನು ಟಾಗಲ್ ಮಾಡಿ",
- "description":"Tooltip for the no-popups per-site switch"
+ "popupTipPicker": {
+ "message": "ಅಂಶ ಆಯ್ವಿಕೆ ಕ್ರಮಕ್ಕೆ ದಾಖಲಾಗಿ",
+ "description": "English: Enter element picker mode"
},
- "popupTipNoLargeMedia":{
- "message":"Toggle the blocking of large media elements for this site",
- "description":"Tooltip for the no-large-media per-site switch"
+ "popupTipLog": {
+ "message": "ಜಾಲ ವಿನಂತಿಗಳ ದಾಖಲೆಗೆ ಹೋಗಿ",
+ "description": "Tooltip used for the logger icon in the panel"
},
- "popupTipNoCosmeticFiltering":{
- "message":"ಈ ಜಾಲತಾಣಕ್ಕೆ ಕಾಸ್ಮೆಟಿಕ್ ಫಿಲ್ಟರಿಂಗನ್ನು ಟಾಗಲ್ ಮಾಡಿ",
- "description":"Tooltip for the no-cosmetic-filtering per-site switch"
+ "popupTipNoPopups": {
+ "message": "ಈ ಜಾಲತಾಣದ ಎಲ್ಲಾ ಪಾಪ್ಅಪ್ ಗಳ ನಿರ್ಬಂಧವನ್ನು ಟಾಗಲ್ ಮಾಡಿ",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipNoRemoteFonts":{
- "message":"ಈ ಜಾಲತಾಣಕ್ಕೆ ದೂರಸ್ಥ ಅಕ್ಷರಶೈಲಿಯ ನಿರ್ಬಂಧವನ್ನು ಟಾಗಲ್ ಮಾಡಿ",
- "description":"Tooltip for the no-remote-fonts per-site switch"
+ "popupTipNoPopups1": {
+ "message": "Click to block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipGlobalRules":{
- "message":"Global rules: this column is for rules which apply to all sites.",
- "description":"Tooltip when hovering the top-most cell of the global-rules column."
+ "popupTipNoPopups2": {
+ "message": "Click to no longer block all popups on this site",
+ "description": "Tooltip for the no-popups per-site switch"
},
- "popupTipLocalRules":{
- "message":"Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
- "description":"Tooltip when hovering the top-most cell of the local-rules column."
+ "popupTipNoLargeMedia": {
+ "message": "Toggle the blocking of large media elements for this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipSaveRules":{
- "message":"Click to make your changes permanent.",
- "description":"Tooltip when hovering over the padlock in the dynamic filtering pane."
+ "popupTipNoLargeMedia1": {
+ "message": "Click to block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupTipRevertRules":{
- "message":"Click to revert your changes.",
- "description":"Tooltip when hovering over the eraser in the dynamic filtering pane."
+ "popupTipNoLargeMedia2": {
+ "message": "Click to no longer block large media elements on this site",
+ "description": "Tooltip for the no-large-media per-site switch"
},
- "popupAnyRulePrompt":{
- "message":"ಎಲ್ಲಾ",
- "description":""
+ "popupTipNoCosmeticFiltering": {
+ "message": "ಈ ಜಾಲತಾಣಕ್ಕೆ ಕಾಸ್ಮೆಟಿಕ್ ಫಿಲ್ಟರಿಂಗನ್ನು ಟಾಗಲ್ ಮಾಡಿ",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popupImageRulePrompt":{
- "message":"ಚಿತ್ರಗಳು",
- "description":""
+ "popupTipNoCosmeticFiltering1": {
+ "message": "Click to disable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pAnyRulePrompt":{
- "message":"೩ನೇ ವ್ಯಕ್ತಿ",
- "description":""
+ "popupTipNoCosmeticFiltering2": {
+ "message": "Click to enable cosmetic filtering on this site",
+ "description": "Tooltip for the no-cosmetic-filtering per-site switch"
},
- "popup3pPassiveRulePrompt":{
- "message":"೩ನೇ ವ್ಯಕ್ತಿ ಸಿಎಸ್ಸೇಸು\/ಚಿತ್ರಗಳು",
- "description":""
+ "popupTipNoRemoteFonts": {
+ "message": "ಈ ಜಾಲತಾಣಕ್ಕೆ ದೂರಸ್ಥ ಅಕ್ಷರಶೈಲಿಯ ನಿರ್ಬಂಧವನ್ನು ಟಾಗಲ್ ಮಾಡಿ",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popupInlineScriptRulePrompt":{
- "message":"ಒಳಸಾಲಿನ ಸ್ಕ್ರಿಪ್ಟುಗಳು",
- "description":""
+ "popupTipNoRemoteFonts1": {
+ "message": "Click to block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup1pScriptRulePrompt":{
- "message":"೧ನೇ ವ್ಯಕ್ತಿ ಸ್ಕ್ರಿಪ್ಟುಗಳು",
- "description":""
+ "popupTipNoRemoteFonts2": {
+ "message": "Click to no longer block remote fonts on this site",
+ "description": "Tooltip for the no-remote-fonts per-site switch"
},
- "popup3pScriptRulePrompt":{
- "message":"೩ನೇ ವ್ಯಕ್ತಿ ಸ್ಕ್ರಿಪ್ಟುಗಳು",
- "description":""
+ "popupTipGlobalRules": {
+ "message": "Global rules: this column is for rules which apply to all sites.",
+ "description": "Tooltip when hovering the top-most cell of the global-rules column."
},
- "popup3pFrameRulePrompt":{
- "message":"೩ನೇ ವ್ಯಕ್ತಿ ಫ್ರೇಮುಗಳು",
- "description":""
+ "popupTipLocalRules": {
+ "message": "Local rules: this column is for rules which apply to the current site only.\nLocal rules override global rules.",
+ "description": "Tooltip when hovering the top-most cell of the local-rules column."
},
- "popupHitDomainCountPrompt":{
- "message":"ಸಂಪರ್ಕ ಹೊಂದಿರುವ ಡೊಮೈನ್ಗಳು",
- "description":"appears in popup"
+ "popupTipSaveRules": {
+ "message": "Click to make your changes permanent.",
+ "description": "Tooltip when hovering over the padlock in the dynamic filtering pane."
},
- "popupHitDomainCount":{
- "message":"{{total}} ರಲ್ಲಿ {{count}}",
- "description":"appears in popup"
+ "popupTipRevertRules": {
+ "message": "Click to revert your changes.",
+ "description": "Tooltip when hovering over the eraser in the dynamic filtering pane."
},
- "pickerCreate":{
- "message":"ರಚಿಸಿ",
- "description":"English: Create"
+ "popupAnyRulePrompt": {
+ "message": "ಎಲ್ಲಾ",
+ "description": ""
},
- "pickerPick":{
- "message":"ಆಯ್ಕೆ",
- "description":"English: Pick"
+ "popupImageRulePrompt": {
+ "message": "ಚಿತ್ರಗಳು",
+ "description": ""
},
- "pickerQuit":{
- "message":"ತ್ಯಜಿಸಿ",
- "description":"English: Quit"
+ "popup3pAnyRulePrompt": {
+ "message": "೩ನೇ ವ್ಯಕ್ತಿ",
+ "description": ""
},
- "pickerPreview":{
- "message":"Preview",
- "description":"Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
+ "popup3pPassiveRulePrompt": {
+ "message": "೩ನೇ ವ್ಯಕ್ತಿ ಸಿಎಸ್ಸೇಸು\/ಚಿತ್ರಗಳು",
+ "description": ""
},
- "pickerNetFilters":{
- "message":"ನಿವ್ವಳ ಫಿಲ್ಟರುಗಳು",
- "description":"English: header for a type of filter in the element picker dialog"
+ "popupInlineScriptRulePrompt": {
+ "message": "ಒಳಸಾಲಿನ ಸ್ಕ್ರಿಪ್ಟುಗಳು",
+ "description": ""
},
- "pickerCosmeticFilters":{
- "message":"ಕಾಸ್ಮೆಟಿಕ್ ಫಿಲ್ಟರುಗಳು",
- "description":"English: Cosmetic filters"
+ "popup1pScriptRulePrompt": {
+ "message": "೧ನೇ ವ್ಯಕ್ತಿ ಸ್ಕ್ರಿಪ್ಟುಗಳು",
+ "description": ""
},
- "pickerCosmeticFiltersHint":{
- "message":"ಕ್ಲಿಕ್, ಕಂಟ್ರೋಲ್-ಕ್ಲಿಕ್",
- "description":"English: Click, Ctrl-click"
+ "popup3pScriptRulePrompt": {
+ "message": "೩ನೇ ವ್ಯಕ್ತಿ ಸ್ಕ್ರಿಪ್ಟುಗಳು",
+ "description": ""
},
- "pickerContextMenuEntry":{
- "message":"ಭಾಗ ತಡೆಹಿಡಿಯಿರಿ",
- "description":"English: Block element"
+ "popup3pFrameRulePrompt": {
+ "message": "೩ನೇ ವ್ಯಕ್ತಿ ಫ್ರೇಮುಗಳು",
+ "description": ""
},
- "settingsCollapseBlockedPrompt":{
- "message":"ನಿರ್ಬಂಧಿಸಿದ ಭಾಗಗಳಿರುವ ಪ್ಲೇಸ್ಹೋಲ್ಡರ್ಸ್ ಮರೆಮಾಡಿ",
- "description":"English: Hide placeholders of blocked elements"
+ "popupHitDomainCountPrompt": {
+ "message": "ಸಂಪರ್ಕ ಹೊಂದಿರುವ ಡೊಮೈನ್ಗಳು",
+ "description": "appears in popup"
},
- "settingsIconBadgePrompt":{
- "message":"Show the number of blocked requests on the icon",
- "description":"English: Show the number of blocked requests on the icon"
+ "popupHitDomainCount": {
+ "message": "{{total}} ರಲ್ಲಿ {{count}}",
+ "description": "appears in popup"
},
- "settingsTooltipsPrompt":{
- "message":"Disable tooltips",
- "description":"A checkbox in the Settings pane"
+ "pickerCreate": {
+ "message": "ರಚಿಸಿ",
+ "description": "English: Create"
},
- "settingsContextMenuPrompt":{
- "message":"Make use of context menu where appropriate",
- "description":"English: Make use of context menu where appropriate"
+ "pickerPick": {
+ "message": "ಆಯ್ಕೆ",
+ "description": "English: Pick"
},
- "settingsColorBlindPrompt":{
- "message":"ಬಣ್ಣ ಅಂಧತೆ ಉಪಯುಕ್ತ",
- "description":"English: Color-blind friendly"
+ "pickerQuit": {
+ "message": "ತ್ಯಜಿಸಿ",
+ "description": "English: Quit"
},
- "settingsCloudStorageEnabledPrompt":{
- "message":"Enable cloud storage support",
- "description":""
+ "pickerPreview": {
+ "message": "Preview",
+ "description": "Element picker preview mode: will cause the elements matching the current filter to be removed from the page"
},
- "settingsAdvancedUserPrompt":{
- "message":"I am an advanced user (required reading<\/a>)",
- "description":""
+ "pickerNetFilters": {
+ "message": "ನಿವ್ವಳ ಫಿಲ್ಟರುಗಳು",
+ "description": "English: header for a type of filter in the element picker dialog"
},
- "settingsAdvancedUserSettings":{
- "message":"advanced settings",
- "description":"For the tooltip of a link which gives access to advanced settings"
+ "pickerCosmeticFilters": {
+ "message": "ಕಾಸ್ಮೆಟಿಕ್ ಫಿಲ್ಟರುಗಳು",
+ "description": "English: Cosmetic filters"
},
- "settingsPrefetchingDisabledPrompt":{
- "message":"Disable pre-fetching (to prevent any connection for blocked network requests)",
- "description":"English: "
+ "pickerCosmeticFiltersHint": {
+ "message": "ಕ್ಲಿಕ್, ಕಂಟ್ರೋಲ್-ಕ್ಲಿಕ್",
+ "description": "English: Click, Ctrl-click"
},
- "settingsHyperlinkAuditingDisabledPrompt":{
- "message":"Disable hyperlink auditing",
- "description":"English: "
+ "pickerContextMenuEntry": {
+ "message": "ಭಾಗ ತಡೆಹಿಡಿಯಿರಿ",
+ "description": "English: Block element"
},
- "settingsWebRTCIPAddressHiddenPrompt":{
- "message":"Prevent WebRTC from leaking local IP addresses",
- "description":"English: "
+ "settingsCollapseBlockedPrompt": {
+ "message": "ನಿರ್ಬಂಧಿಸಿದ ಭಾಗಗಳಿರುವ ಪ್ಲೇಸ್ಹೋಲ್ಡರ್ಸ್ ಮರೆಮಾಡಿ",
+ "description": "English: Hide placeholders of blocked elements"
},
- "settingPerSiteSwitchGroup":{
- "message":"Default behavior",
- "description":""
+ "settingsIconBadgePrompt": {
+ "message": "Show the number of blocked requests on the icon",
+ "description": "English: Show the number of blocked requests on the icon"
},
- "settingPerSiteSwitchGroupSynopsis":{
- "message":"These default behaviors can be overridden on a per-site basis",
- "description":""
+ "settingsTooltipsPrompt": {
+ "message": "Disable tooltips",
+ "description": "A checkbox in the Settings pane"
},
- "settingsNoCosmeticFilteringPrompt":{
- "message":"Disable cosmetic filtering",
- "description":""
+ "settingsContextMenuPrompt": {
+ "message": "Make use of context menu where appropriate",
+ "description": "English: Make use of context menu where appropriate"
},
- "settingsNoLargeMediaPrompt":{
- "message":"Block media elements larger than {{input:number}} kB",
- "description":""
+ "settingsColorBlindPrompt": {
+ "message": "ಬಣ್ಣ ಅಂಧತೆ ಉಪಯುಕ್ತ",
+ "description": "English: Color-blind friendly"
},
- "settingsNoRemoteFontsPrompt":{
- "message":"Block remote fonts",
- "description":""
+ "settingsCloudStorageEnabledPrompt": {
+ "message": "Enable cloud storage support",
+ "description": ""
},
- "settingsStorageUsed":{
- "message":"Storage used: {{value}} bytes",
- "description":"English: Storage used: {{}} bytes"
+ "settingsAdvancedUserPrompt": {
+ "message": "I am an advanced user (required reading<\/a>)",
+ "description": ""
},
- "settingsLastRestorePrompt":{
- "message":"Last restore:",
- "description":"English: Last restore:"
+ "settingsAdvancedUserSettings": {
+ "message": "advanced settings",
+ "description": "For the tooltip of a link which gives access to advanced settings"
},
- "settingsLastBackupPrompt":{
- "message":"Last backup:",
- "description":"English: Last backup:"
+ "settingsPrefetchingDisabledPrompt": {
+ "message": "Disable pre-fetching (to prevent any connection for blocked network requests)",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPrompt":{
- "message":"{{netFilterCount}} network filters + {{cosmeticFilterCount}} cosmetic filters from:",
- "description":"Appears at the top of the _3rd-party filters_ pane"
+ "settingsHyperlinkAuditingDisabledPrompt": {
+ "message": "Disable hyperlink auditing",
+ "description": "English: "
},
- "3pListsOfBlockedHostsPerListStats":{
- "message":"{{used}} used out of {{total}}",
- "description":"Appears aside each filter list in the _3rd-party filters_ pane"
+ "settingsWebRTCIPAddressHiddenPrompt": {
+ "message": "Prevent WebRTC from leaking local IP addresses",
+ "description": "English: "
},
- "3pAutoUpdatePrompt1":{
- "message":"ಶೋಧಕ ಪಟ್ಟಿಗಳನ್ನು ಸ್ವಯಂ ನವೀಕರಿಸಿ.",
- "description":"A checkbox in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroup": {
+ "message": "Default behavior",
+ "description": ""
},
- "3pUpdateNow":{
- "message":"ಈಗ ನವೀಕರಿಸಿ",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingPerSiteSwitchGroupSynopsis": {
+ "message": "These default behaviors can be overridden on a per-site basis",
+ "description": ""
},
- "3pPurgeAll":{
- "message":"Purge all caches",
- "description":"A button in the in the _3rd-party filters_ pane"
+ "settingsNoCosmeticFilteringPrompt": {
+ "message": "Disable cosmetic filtering",
+ "description": ""
},
- "3pParseAllABPHideFiltersPrompt1":{
- "message":"Parse and enforce cosmetic filters",
- "description":"English: Parse and enforce Adblock+ element hiding filters."
+ "settingsNoLargeMediaPrompt": {
+ "message": "Block media elements larger than {{input:number}} kB",
+ "description": ""
},
- "3pParseAllABPHideFiltersInfo":{
- "message":"
source destination type action<\/code> (full documentation<\/a>).",
- "description":"English: dynamic rule syntax and full documentation."
+ "rulesPermanentHeader": {
+ "message": "ಶಾಶ್ವತ ನಿಯಮಗಳು",
+ "description": "header"
},
- "whitelistPrompt":{
- "message":"The whitelist directives dictate on which web pages uBlock Origin should be disabled. One entry per line. Invalid directives will be silently ignored and commented out.",
- "description":"English: An overview of the content of the dashboard's Whitelist pane."
+ "rulesTemporaryHeader": {
+ "message": "ತಾತ್ಕಾಲಿಕ ನಿಯಮಗಳು",
+ "description": "header"
},
- "whitelistImport":{
- "message":"Import and append",
- "description":"English: Import and append"
+ "rulesRevert": {
+ "message": "ಹಿಂತಿರುಗಿಸಿ",
+ "description": "This will remove all temporary rules"
},
- "whitelistExport":{
- "message":"Export",
- "description":"English: Export"
+ "rulesCommit": {
+ "message": "ಕಮಿಟ್",
+ "description": "This will persist temporary rules"
},
- "whitelistExportFilename":{
- "message":"my-ublock-whitelist_{{datetime}}.txt",
- "description":"English: my-ublock-whitelist_{{datetime}}.txt"
+ "rulesEdit": {
+ "message": "ಸಂಪಾದಿಸಿ",
+ "description": "Will enable manual-edit mode (textarea)"
},
- "whitelistApply":{
- "message":"Apply changes",
- "description":"English: Apply changes"
+ "rulesEditSave": {
+ "message": "ಉಳಿಸು",
+ "description": "Will save manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderType":{
- "message":"Type",
- "description":"English: Type"
+ "rulesEditDiscard": {
+ "message": "ತ್ಯಜಿಸಿ",
+ "description": "Will discard manually-edited content and exit manual-edit mode"
},
- "logRequestsHeaderDomain":{
- "message":"Domain",
- "description":"English: Domain"
+ "rulesImport": {
+ "message": "Import from file...",
+ "description": ""
},
- "logRequestsHeaderURL":{
- "message":"URL",
- "description":"English: URL"
+ "rulesExport": {
+ "message": "Export to file",
+ "description": ""
},
- "logRequestsHeaderFilter":{
- "message":"Filter",
- "description":"English: Filter"
+ "rulesDefaultFileName": {
+ "message": "my-ublock-dynamic-rules_{{datetime}}.txt",
+ "description": "default file name to use"
},
- "logAll":{
- "message":"ಎಲ್ಲಾ",
- "description":"Appears in the logger's tab selector"
+ "rulesHint": {
+ "message": "List of your dynamic filtering rules.",
+ "description": "English: List of your dynamic filtering rules."
},
- "logBehindTheScene":{
- "message":"Behind the scene",
- "description":"Pretty name for behind-the-scene network requests"
+ "rulesFormatHint": {
+ "message": "Rule syntax:
source destination type action<\/code> (