mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Compare commits
116 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3703f5efb8 | ||
|
|
d92b6f315f | ||
|
|
8f544e53bc | ||
|
|
b230effdbc | ||
|
|
98d3e9500a | ||
|
|
f1689a9ab3 | ||
|
|
a85fc33ce8 | ||
|
|
8d9832b4d6 | ||
|
|
2b63dcdcb6 | ||
|
|
aedaa97867 | ||
|
|
93577ecca1 | ||
|
|
60a1b43d71 | ||
|
|
51c1b4a6ec | ||
|
|
baffd32dab | ||
|
|
2ce376cf1d | ||
|
|
efc59a2fc8 | ||
|
|
c7ff0f8c42 | ||
|
|
1ec05d4c0a | ||
|
|
916d2af99f | ||
|
|
ac017e7664 | ||
|
|
a8ad95394d | ||
|
|
719798329b | ||
|
|
d1877d448b | ||
|
|
0901e9b660 | ||
|
|
c00849befa | ||
|
|
7d95c58408 | ||
|
|
359cb070eb | ||
|
|
7aff7da77d | ||
|
|
9b4f41df94 | ||
|
|
2a0842f177 | ||
|
|
552761ec0c | ||
|
|
168394440c | ||
|
|
84434e0e7e | ||
|
|
d383966044 | ||
|
|
18a8fc7675 | ||
|
|
976d12d048 | ||
|
|
08b7eafd26 | ||
|
|
9f0c55fccb | ||
|
|
c6de97ceb7 | ||
|
|
f36dd3461b | ||
|
|
d44a1ddf2a | ||
|
|
d136c08710 | ||
|
|
f4c3c823fb | ||
|
|
b74b1a789c | ||
|
|
222f4fbbc1 | ||
|
|
61f30ea1fb | ||
|
|
3eeaca4e2d | ||
|
|
b8bf0bbab4 | ||
|
|
2ec2610f36 | ||
|
|
c8b42ea819 | ||
|
|
161cc473a2 | ||
|
|
dfeb4e79ed | ||
|
|
3c1c84df50 | ||
|
|
5e9b662024 | ||
|
|
c8004c4b02 | ||
|
|
41ced43f03 | ||
|
|
74b838cc03 | ||
|
|
329e99fd19 | ||
|
|
f6048a0804 | ||
|
|
e55811bbf9 | ||
|
|
e6a44b5f95 | ||
|
|
f26135940d | ||
|
|
b71a2fcf74 | ||
|
|
3f3d4768b6 | ||
|
|
e0fcb8485a | ||
|
|
9b45333e0d | ||
|
|
3c7eb3497d | ||
|
|
c8c29faab4 | ||
|
|
79453f3c1e | ||
|
|
230f5653a0 | ||
|
|
675ae7b5af | ||
|
|
3cea60be0f | ||
|
|
85f587162f | ||
|
|
41dd3bf5f2 | ||
|
|
bda2a50ec8 | ||
|
|
0101a47d25 | ||
|
|
d3024ac309 | ||
|
|
a0a7a99675 | ||
|
|
7a69bf06d8 | ||
|
|
4b83b55d8d | ||
|
|
c4225e9179 | ||
|
|
f7f96140d9 | ||
|
|
2bb3f8c974 | ||
|
|
df0d21d92e | ||
|
|
bb34a4b83b | ||
|
|
6f8edc3ac6 | ||
|
|
ede231b9c2 | ||
|
|
0bd6d09736 | ||
|
|
e7f91cdd95 | ||
|
|
b253c0bc0b | ||
|
|
5a2905c023 | ||
|
|
c053361d30 | ||
|
|
024019094f | ||
|
|
9cf8a0fe7c | ||
|
|
6063d4f0ad | ||
|
|
37d995eeac | ||
|
|
377cf9d86b | ||
|
|
8ad61208e7 | ||
|
|
cd558406b3 | ||
|
|
81448c3ca7 | ||
|
|
c975fbb9d7 | ||
|
|
00b79d9023 | ||
|
|
4e0f47f11a | ||
|
|
dba33dd71d | ||
|
|
375a6c2166 | ||
|
|
1977196abe | ||
|
|
af7b975840 | ||
|
|
cbf24a40b6 | ||
|
|
abe9cdbef7 | ||
|
|
daccdf5026 | ||
|
|
a23561d79e | ||
|
|
92737bfdfe | ||
|
|
2234d8aad2 | ||
|
|
baee6dcaca | ||
|
|
3855c5a648 | ||
|
|
621ad89c64 |
211 changed files with 3015 additions and 3139 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
permissions:
|
||||
contents: write # for creating release
|
||||
name: Build packages
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-slim
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
steps:
|
||||
- name: Clone repository
|
||||
|
|
|
|||
23
CHANGELOG.md
23
CHANGELOG.md
|
|
@ -1,3 +1,26 @@
|
|||
- [Improve `json-edit`-related scriptlets](https://github.com/gorhill/uBlock/commit/98d3e9500a)
|
||||
- [Improve `trusted-create-html` scriptlet](https://github.com/gorhill/uBlock/commit/baffd32dab)
|
||||
- [Improve `prevent-fetch` scriptlet](https://github.com/gorhill/uBlock/commit/2ce376cf1d)
|
||||
- [Fix handling of `extraMatch` parameter in `trusted-click-element` scriptlet](https://github.com/gorhill/uBlock/commit/a8ad95394d)
|
||||
- [Improve `generateContentFn` helper scriptlet](https://github.com/gorhill/uBlock/commit/7d95c58408)
|
||||
- [Improve `prevent-xhr` scriptlet](https://github.com/gorhill/uBlock/commit/168394440c)
|
||||
- [Improve `proxyApplyFn` helper scriptlet](https://github.com/gorhill/uBlock/commit/18a8fc7675)
|
||||
|
||||
----------
|
||||
|
||||
# 1.69.0
|
||||
|
||||
- [Add `adthrive` shim](https://github.com/gorhill/uBlock/commit/b8bf0bbab4)
|
||||
- [Add `elem.shadowRoot` fallback in `getShadowRoot`](https://github.com/gorhill/uBlock/commit/c8b42ea819) (by @antonok-edm)
|
||||
- [Fix merging of uncommitted filters](https://github.com/gorhill/uBlock/commit/c8004c4b02)
|
||||
- [Improve `urlskip` implementation](https://github.com/gorhill/uBlock/commit/41ced43f03)
|
||||
- [Improve `set-attr`/`trusted-set-attr` scriptlets](https://github.com/gorhill/uBlock/commit/3f3d4768b6)
|
||||
- [Improve `trusted-create-html` scriptlet](https://github.com/gorhill/uBlock/commit/3c7eb3497d)
|
||||
- [Add Anti-AI Suggestions list](https://github.com/gorhill/uBlock/commit/a0a7a99675) (by @ryanbr)
|
||||
- [Unescape unduly escaped `|` in regex-based domain options](https://github.com/gorhill/uBlock/commit/bb34a4b83b)
|
||||
- [Mind id/class changes in generic cosmetic filtering surveyor](https://github.com/gorhill/uBlock/commit/c053361d30)
|
||||
- [Fix `specifichide` option](https://github.com/gorhill/uBlock/commit/024019094f)
|
||||
- [Improve `prevent-addEventListener` scriptlet](https://github.com/gorhill/uBlock/commit/1977196abe)
|
||||
- [Add `nitropay_ads.js` shim](https://github.com/gorhill/uBlock/commit/6af8a457ed)
|
||||
- [Improve scriptlets proxying `fetch`](https://github.com/gorhill/uBlock/commit/13612d1d29)
|
||||
- [Improve google-ima shim](https://github.com/gorhill/uBlock/commit/3fc281adf1)
|
||||
|
|
|
|||
3
Makefile
3
Makefile
|
|
@ -147,8 +147,7 @@ publish-dev-firefox:
|
|||
ghtag=$(version) \
|
||||
ghasset=firefox \
|
||||
storeid=uBlock0@raymondhill.net \
|
||||
channel=unlisted \
|
||||
updatepath=./dist/firefox/updates.json
|
||||
channel=unlisted
|
||||
|
||||
# Usage: make upload-firefox version=?
|
||||
upload-firefox:
|
||||
|
|
|
|||
|
|
@ -211,10 +211,16 @@
|
|||
"content": "filters",
|
||||
"group": "privacy",
|
||||
"off": true,
|
||||
"title": "AdGuard URL Tracking Protection",
|
||||
"title": "AdGuard/uBO – URL Tracking Protection",
|
||||
"tags": "privacy",
|
||||
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt",
|
||||
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters"
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/filters/privacy-removeparam.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/privacy-removeparam.txt",
|
||||
"https://ublockorigin.pages.dev/filters/privacy-removeparam.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy-removeparam.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy-removeparam.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"block-lan": {
|
||||
"content": "filters",
|
||||
|
|
@ -465,6 +471,23 @@
|
|||
],
|
||||
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
|
||||
},
|
||||
"fanboy-ai-suggestions": {
|
||||
"content": "filters",
|
||||
"group": "annoyances",
|
||||
"parent": "EasyList – Annoyances",
|
||||
"off": true,
|
||||
"title": "EasyList – AI Widgets",
|
||||
"tags": "annoyances",
|
||||
"preferred": true,
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-ai.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/thirdparties/easylist-ai.txt",
|
||||
"https://ublockorigin.pages.dev/thirdparties/easylist-ai.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/thirdparties/easylist-ai.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/thirdparties/easylist-ai.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
|
||||
},
|
||||
"easylist-newsletters": {
|
||||
"content": "filters",
|
||||
"group": "annoyances",
|
||||
|
|
|
|||
|
|
@ -211,10 +211,16 @@
|
|||
"content": "filters",
|
||||
"group": "privacy",
|
||||
"off": true,
|
||||
"title": "AdGuard URL Tracking Protection",
|
||||
"title": "AdGuard/uBO – URL Tracking Protection",
|
||||
"tags": "privacy",
|
||||
"contentURL": "https://filters.adtidy.org/extension/ublock/filters/17.txt",
|
||||
"supportURL": "https://github.com/AdguardTeam/AdguardFilters#adguard-filters"
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/filters/privacy-removeparam.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/filters/privacy-removeparam.txt",
|
||||
"https://ublockorigin.pages.dev/filters/privacy-removeparam.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/filters/privacy-removeparam.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/filters/privacy-removeparam.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/uBlockOrigin/uAssets"
|
||||
},
|
||||
"block-lan": {
|
||||
"content": "filters",
|
||||
|
|
@ -465,6 +471,23 @@
|
|||
],
|
||||
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
|
||||
},
|
||||
"fanboy-ai-suggestions": {
|
||||
"content": "filters",
|
||||
"group": "annoyances",
|
||||
"parent": "EasyList – Annoyances",
|
||||
"off": true,
|
||||
"title": "EasyList – AI Widgets",
|
||||
"tags": "annoyances",
|
||||
"preferred": true,
|
||||
"contentURL": "https://ublockorigin.github.io/uAssets/thirdparties/easylist-ai.txt",
|
||||
"cdnURLs": [
|
||||
"https://ublockorigin.github.io/uAssetsCDN/thirdparties/easylist-ai.txt",
|
||||
"https://ublockorigin.pages.dev/thirdparties/easylist-ai.txt",
|
||||
"https://cdn.jsdelivr.net/gh/uBlockOrigin/uAssetsCDN@main/thirdparties/easylist-ai.txt",
|
||||
"https://cdn.statically.io/gh/uBlockOrigin/uAssetsCDN/main/thirdparties/easylist-ai.txt"
|
||||
],
|
||||
"supportURL": "https://github.com/easylist/easylist#fanboy-lists"
|
||||
},
|
||||
"easylist-newsletters": {
|
||||
"content": "filters",
|
||||
"group": "annoyances",
|
||||
|
|
|
|||
4
dist/firefox/updates.json
vendored
4
dist/firefox/updates.json
vendored
|
|
@ -3,13 +3,13 @@
|
|||
"uBlock0@raymondhill.net": {
|
||||
"updates": [
|
||||
{
|
||||
"version": "1.68.1.2",
|
||||
"version": "1.69.1.4",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"strict_min_version": "115.0"
|
||||
}
|
||||
},
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.68.1b2/uBlock0_1.68.1b2.firefox.signed.xpi"
|
||||
"update_link": "https://github.com/gorhill/uBlock/releases/download/1.69.1b4/uBlock0_1.69.1b4.firefox.signed.xpi"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
2
dist/version
vendored
2
dist/version
vendored
|
|
@ -1 +1 @@
|
|||
1.68.1.4
|
||||
1.70.0
|
||||
|
|
@ -1,12 +1,12 @@
|
|||
uBO Lite (uBOL) je blokovač obsahu založený na MV3.
|
||||
|
||||
Výchozí sada pravidel koresponduje k výchozím sadám filtrů uBlock Origin:
|
||||
Výchozí sada pravidel odpovídá výchozím sadám filtrů uBlock Origin:
|
||||
|
||||
- Vestavěný seznam filtrů uBlock Origin
|
||||
- EasyList
|
||||
- EasyPrivacy
|
||||
- Peter Lowe’s Ad and tracking server list
|
||||
- Seznam reklamních a sledovacích serverů Petera Lowea
|
||||
|
||||
Další sady pravidel můžete povolit na stránce nastavení - klikněte na ikonu _Ozubeného kolečka_ ve vyskakovacím panelu.
|
||||
Další sady pravidel můžete povolit na stránce nastavení - klepněte na ikonu _Ozubeného kolečka_ ve vyskakovacím panelu.
|
||||
|
||||
uBOL je zcela deklarativní, což znamená, že pro filtrování není potřeba permanentní proces uBOL a filtrování obsahu založené na vstřikování CSS/JS je spolehlivě prováděno samotným prohlížečem, nikoli rozšířením. To znamená, že samotný uBOL nespotřebovává zdroje CPU/paměti, zatímco probíhá blokování obsahu – proces servisního pracovníka uBOL je vyžadován _pouze_ při interakci s vyskakovacím panelem nebo stránkami nastavení.
|
||||
uBOL je zcela deklarativní, což znamená, že pro filtrování není potřeba permanentní proces uBOL a filtrování obsahu založené na vstřikování CSS/JS je spolehlivě prováděno samotným prohlížečem, nikoli rozšířením. To znamená, že samotný uBOL nespotřebovává zdroje CPU/paměti, zatímco probíhá blokování obsahu - proces servisního pracovníka uBOL je vyžadován _jen_ při interakci s vyskakovacím panelem nebo stránkami nastavení.
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
Το uBO Lite (uBOL) είναι εργαλείο φραγής περιεχομένου, που βασίζεται στο MV3.
|
||||
Το uBO Lite (uBOL) είναι εργαλείο φραγής περιεχομένου βασισμένο στο MV3.
|
||||
|
||||
Το προεπιλεγμένο σύνολο κανόνων αντιστοιχεί στο προεπιλεγμένο σύνολο φίλτρων του uBlock Origin:
|
||||
|
||||
- Οι ενσωματωμένες λίστες φίλτρων του uBlock Origin
|
||||
- EasyList
|
||||
- EasyPrivacy
|
||||
- Peter Lowe’s Ad and tracking server list
|
||||
- Η λίστα server διαφημίσεων και παρακολούθησης του Peter Lowe
|
||||
|
||||
Μπορείτε να προσθέσετε περισσότερα σύνολα κανόνων από τη σελίδα επιλογών -- κάντε κλικ στο εικονίδιο _γρανάζι_ στον αναδυόμενο πίνακα.
|
||||
|
||||
Το uBOL είναι εξ'ολοκλήρου δηλωτικό, πράγμα που σημαίνει ότι δεν υπάρχει ανάγκη για μόνιμη διαδικασία uBOL για να πραγματοποιηθεί το φιλτράρισμα, και το φιλτράρισμα περιεχομένου που βασίζεται σε έγχυση CSS/JS εκτελείται αξιόπιστα από το ίδιο το πρόγραμμα περιήγησης και όχι από την επέκταση. Αυτό σημαίνει ότι το ίδιο το uBOL δεν καταναλώνει πόρους CPU/μνήμης ενώ ο αποκλεισμός περιεχομένου είναι σε εξέλιξη -- η διαδικασία του service worker του uBOL απαιτείται _μόνο_ όταν αλληλεπιδράτε με τον αναδυόμενο πίνακα ή τις σελίδες επιλογών.
|
||||
Το uBOL είναι εξ'ολοκλήρου δηλωτικό, πράγμα που σημαίνει ότι δεν υπάρχει ανάγκη για μόνιμη διεργασία uBOL για να πραγματοποιηθεί το φιλτράρισμα, και το φιλτράρισμα περιεχομένου που βασίζεται σε έγχυση CSS/JS εκτελείται αξιόπιστα από το ίδιο το πρόγραμμα περιήγησης αντί για την επέκταση. Αυτό σημαίνει ότι το ίδιο το uBOL δεν καταναλώνει πόρους CPU/μνήμης όσο ο αποκλεισμός περιεχομένου είναι σε εξέλιξη -- η διεργασία του service worker του uBOL απαιτείται _μόνο_ όταν αλληλεπιδράτε με τον αναδυόμενο πίνακα ή τις σελίδες επιλογών.
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ uBO Lite (uBOL)는 MV3 기반 콘텐츠 차단기입니다.
|
|||
|
||||
설정 페이지에서 규칙 목록을 더 활성화할 수 있습니다. 팝업 창의 _Cogs_ 아이콘을 누르세요.
|
||||
|
||||
uBOL은 완전히 선언적이라 필터링 중 영구적으로 실행되는 uBOL 프로세스를 필요로 하지 않으며, CSS/JS 주입 기반 콘텐츠 필터링이 확장 프로그램이 아닌 브라우저 자체에서 더욱 안정적으로 동작합니다. 즉 uBOL 자체는 콘텐츠 차단을 하는 동안 CPU/메모리 리소스를 소비하지 않습니다. uBOL 서비스워커 프로세스는 사용자가 팝업 창이나 설정을 열었을 _때에만_ 동작합니다.
|
||||
uBOL은 완전히 선언적이라 필터링 중 영구적으로 실행되는 uBOL 프로세스를 필요로 하지 않으며, CSS/JS 주입 기반 콘텐츠 필터링이 확장 프로그램이 아닌 브라우저 자체에서 더욱 안정적으로 동작합니다. 이는 콘텐츠 차단이 진행되는 동안 uBOL 자체는 CPU나 메모리 자원을 소모하지 않음을 의미합니다. uBOL의 서비스 워커 프로세스는 팝업 창이나 설정을 사용할 때만 실행됩니다.
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
uBO Lite (uBOL) is een op MV3 gebaseerde inhoudsblokkeerder.
|
||||
uBO Lite (uBOL) is een op MV3 gebaseerde inhoudsblokker.
|
||||
|
||||
De standaard regelset komt overeen met de standaard filterset van uBlock Origin:
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
uBO Lite (uBOL) is an MV3-based content blocker.
|
||||
uBO Lite (uBOL) ਇੱਕ MV3-ਅਧਾਰਿਤ ਸਮੱਗਰੀ ਬਲਾਕਰ ਹੈ।
|
||||
|
||||
ਮੂਲ ਨਿਯਮ-ਸਮੂਹ uBlock Origin ਦੇ ਮੂਲ ਫਿਲਟਰ-ਸਮੂਹ ਨਾਲ ਸੰਬੰਧਿਤ ਹੈ:
|
||||
|
||||
|
|
|
|||
|
|
@ -9,4 +9,4 @@ uBO Lite (uBOL) 是一個基於 MV3 的內容封鎖器。
|
|||
|
||||
您可以前往選項頁面(按下彈出面板的 **齒輪** 按鈕)啟用更多規則集。
|
||||
|
||||
uBOL 是完全宣告式的,意即過濾過程中不需要持續性的 uBOL 處理程序參與,且以 CSS/JS 注入為基礎的內容過濾由可靠的瀏覽器執行,而非是擴充功能。 這就代表 uBOL 在內容阻擋過程不會佔用 CPU 和記憶體資源——除了和彈出面板或選項頁面互動的場景外,都不需要 uBOL 的 Service Worker 程序。
|
||||
uBOL 是完全宣告式的,意即過濾過程中不需要持續性的 uBOL 處理程序參與,且以 CSS/JS 注入為基礎的內容過濾由可靠的瀏覽器,而非擴充功能執行。 這就代表 uBOL 在內容阻擋過程不會佔用 CPU 和記憶體資源——除了和彈出面板或選項頁面互動的場景外,都不需要 uBOL 的 Service Worker 程序。
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
"message": "لتجنب تحميل المتطوعين بتقارير مكررة، يرجى التأكد من أن المشكلة لم يتم الإبلاغ عنها بالفعل.",
|
||||
"message": "لتجنب تحميل المتطوعين بتقارير مكررة، يرجى التأكد من أن المشكلة لم يتم الإبلاغ عنها بالفعل. ملحوظة: النقر على الزر سيؤدي إلى إرسال أصل الصفحة إلى موقع GitHub.",
|
||||
"description": "A paragraph in the filter issue reporter section"
|
||||
},
|
||||
"supportFindSpecificButton": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "إنشاء تقرير جديد علي GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "وضع التصفية الافتراضي",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "الصفحة محجوبة",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "لقد منع uBO Lite تحميل الصفحة التالية:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "رجوع",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "إغلاق هذه النافذة",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "استعادة…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "إعادة تعيين إلى الإعدادات الافتراضية…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "سيتم حذف جميع إعداداتك المخصصة. هل تريد حقاً إعادة ضبط الإعدادات إلى الوضع الافتراضي؟",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "لا تضف محتوى من مصادر غير موثوقة",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Стварыць новую справаздачу",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Прадвызначаны рэжым фільтравання",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Старонка заблакаваная",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite папярэдзіў чытанне наступнай старонкі:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Вярнуцца",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Закрыць гэтае акно",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Аднавіць…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Не дадавайце кантэнт з ненадзейных крыніц",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Вредоносни домейни",
|
||||
"message": "Защита от зловреден софтуер, сигурност",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Създаване на нов доклад",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Режим на филтриране по подразбиране",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Страницата е блокирана",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite попречи на зареждането на следната страница:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Назад",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Затворяне на прозореца",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Възстановяване…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Възстановяване на първоначалните настройки…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Всички ваши персонализирани настройки ще бъдат премахнати. Наистина ли искате да възстановите фабричните настройки?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Не добавяйте съдържание от ненадеждни източници",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "নতুন অভিযোগ",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "ডিফল্ট ফিল্টারিং মোড",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "পাতা অবরুদ্ধ",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "ইউবিও লাইট এই পাতা লোড হওয়া আটকিয়েছে:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "ফিরে যাও",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "জানালা বন্ধ করো",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Sevel ur rentañ-kont nevez",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mod silañ dre ziouer",
|
||||
|
|
@ -272,7 +272,7 @@
|
|||
"description": "A summary description of the back up/restore section."
|
||||
},
|
||||
"settingsBackupRestoreLegend": {
|
||||
"message": "Restoring will overwrite all your current custom settings.",
|
||||
"message": "Ar gwared a erlec'hio an holl arventennoù personelaet a-vremañ.",
|
||||
"description": "Important information about the back up/restore section."
|
||||
},
|
||||
"findListsPlaceholder": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Pajenn stanket",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite en deus miret ar bajenn-mañ da gargañ:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Distreiñ",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Serriñ ar prenestr-mañ",
|
||||
|
|
@ -380,9 +380,17 @@
|
|||
"description": "Text for buttons used to back up content"
|
||||
},
|
||||
"restoreButton": {
|
||||
"message": "Restore…",
|
||||
"message": "Adsevel…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Adlakaat an arventennoù dre ziouer…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Hoc'h holl arventennoù personelaet a vo dilamet. Daoust hag a fell deoc'h adlakaat an arventennoù dre ziouer?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Arabat ouzhpennañ danvez a zeu diouzh mammennoù douetus.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "extension name."
|
||||
},
|
||||
"extShortDesc": {
|
||||
"message": "Eksperimentalni blokator sadržaja bez dopuštenja. Blokira oglase, trakere za praćenje, \"rudare\" kovanica kripto valute i još [...]",
|
||||
"message": "Efikasno blokator sadržaja. Blokira oglase, trackere, rudare i još mnogo toga odmah nakon instalacije.",
|
||||
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
||||
},
|
||||
"perRulesetStats": {
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"customFiltersPageName": {
|
||||
"message": "Custom filters",
|
||||
"message": "Prilagođeni filteri",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"developPageName": {
|
||||
|
|
@ -88,11 +88,11 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"customFiltersImportExportLabel": {
|
||||
"message": "Import / Export",
|
||||
"message": "Uvezi / Izvezi",
|
||||
"description": "Text label heading the import/export area of custom filters"
|
||||
},
|
||||
"customFiltersImportTextareaPlaceholder": {
|
||||
"message": "Paste here specific cosmetic filters to add",
|
||||
"message": "Ovdje zalijepite određene kozmetičke filtere koje želite dodati",
|
||||
"description": "Placeholder text which describes the purpose of the textarea widget"
|
||||
},
|
||||
"aboutChangelog": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Kreiraj novi izvještaj na GitHubu",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Zadani način filtriranja",
|
||||
|
|
@ -264,15 +264,15 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"settingsBackupRestoreLabel": {
|
||||
"message": "Backup",
|
||||
"message": "Napravite rezervnu kopiju",
|
||||
"description": "The header text for the back up/restore section"
|
||||
},
|
||||
"settingsBackupRestoreSummary": {
|
||||
"message": "Back up your custom settings to a file, or restore your custom settings from a file.",
|
||||
"message": "Napravite sigurnosnu kopiju prilagođenih postavki u datoteku ili ih vratite iz datoteke.",
|
||||
"description": "A summary description of the back up/restore section."
|
||||
},
|
||||
"settingsBackupRestoreLegend": {
|
||||
"message": "Restoring will overwrite all your current custom settings.",
|
||||
"message": "Vraćanje će prepisati sve vaše trenutne prilagođene postavke.",
|
||||
"description": "Important information about the back up/restore section."
|
||||
},
|
||||
"findListsPlaceholder": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Stranica je blokirana",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite je spriječio učitavanje sljedeće stranice:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Nazad",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Zatvori ovaj prozor",
|
||||
|
|
@ -364,7 +364,7 @@
|
|||
"description": "Text for buttons used to revert changes"
|
||||
},
|
||||
"addButton": {
|
||||
"message": "Add",
|
||||
"message": "Dodajte",
|
||||
"description": "Text for buttons used to add content"
|
||||
},
|
||||
"importAndAppendButton": {
|
||||
|
|
@ -376,13 +376,21 @@
|
|||
"description": "Text for buttons used to export content"
|
||||
},
|
||||
"backupButton": {
|
||||
"message": "Back up…",
|
||||
"message": "Napravite rezervnu kopiju…",
|
||||
"description": "Text for buttons used to back up content"
|
||||
},
|
||||
"restoreButton": {
|
||||
"message": "Restore…",
|
||||
"message": "Vratite rezervnu kopiju…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Ne dodavajte sadržaj iz nepouzdanih izvora",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Crea un informe nou",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mode de filtratge per defecte",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Pàgina blocada",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "L'uBO Lite ha evitat la càrrega d'aquesta pàgina:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Enrere",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Tanca aquesta finestra",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restaura…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Restaura a la configuració per defecte…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "S'eliminaran tots els paràmetres personalitzats. Voleu restablir els paràmetres per defecte?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "No afegiu contingut de fonts no fiables",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
"description": "Appears aside each filter list in the _3rd-party filters_ pane"
|
||||
},
|
||||
"dashboardName": {
|
||||
"message": "uBO Lite — Ovládací panel",
|
||||
"message": "uBO Lite - Ovládací panel",
|
||||
"description": "English: uBO Lite — Dashboard"
|
||||
},
|
||||
"settingsPageName": {
|
||||
|
|
@ -32,19 +32,19 @@
|
|||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"aboutPrivacyPolicy": {
|
||||
"message": "Ochrana soukromí",
|
||||
"message": "Zásady ochrany osobních údajů",
|
||||
"description": "Link to privacy policy on GitHub (English)"
|
||||
},
|
||||
"popupFilteringModeLabel": {
|
||||
"message": "Filtrovací režim",
|
||||
"message": "režim filtrování",
|
||||
"description": "Label in the popup panel for the current filtering mode"
|
||||
},
|
||||
"popupLocalToolsLabel": {
|
||||
"message": "Na této webové stránce",
|
||||
"message": "Na tomto webu",
|
||||
"description": "Label in the popup panel for the local tools section"
|
||||
},
|
||||
"popupTipReport": {
|
||||
"message": "Nahlásit problém na této webové stránce",
|
||||
"message": "Nahlásit problém",
|
||||
"description": "Tooltip used for the 'chat' icon in the panel"
|
||||
},
|
||||
"popupTipDashboard": {
|
||||
|
|
@ -136,11 +136,11 @@
|
|||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
"message": "Abyste dobrovolníky nezatěžovali duplicitními hlášeními, ověřte si, zda již problém nebyl nahlášen.",
|
||||
"message": "Abyste dobrovolníky nezatěžovali duplicitními hlášeními, ověřte si, zda již problém nebyl nahlášen. <b>Poznámka:</b> Klepnutím na tlačítko bude originální stránka odeslána na GitHub.",
|
||||
"description": "A paragraph in the filter issue reporter section"
|
||||
},
|
||||
"supportFindSpecificButton": {
|
||||
"message": "Vyhledat podobná hlášení",
|
||||
"message": "Vyhledat podobná hlášení na GitHubu",
|
||||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
|
|
@ -148,7 +148,7 @@
|
|||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "Webová stránka…",
|
||||
"message": "Webová stránka...",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -188,11 +188,11 @@
|
|||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Vytvořit nové hlášení",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"message": "Vytvořit nové hlášení na GitHubu",
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Výchozí filtrovací režim",
|
||||
"message": "Výchozí režim filtrování",
|
||||
"description": "The header text for the default filtering mode section"
|
||||
},
|
||||
"defaultFilteringModeDescription": {
|
||||
|
|
@ -228,11 +228,11 @@
|
|||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
"message": "Seznam názvů hostitelů, pro které nebude probíhat žádné filtrování",
|
||||
"message": "Seznam názvů hostitelů, pro které nebude probíhat žádné filtrování.",
|
||||
"description": "A short description for the editable field which lists trusted sites"
|
||||
},
|
||||
"noFilteringModePlaceholder": {
|
||||
"message": "[pouze názvy hostitelů]\nexample.com\ngames.example\n...",
|
||||
"message": "[jen názvy hostitelů]\nexample.com\ngames.example\n...",
|
||||
"description": "Default text for in edit field"
|
||||
},
|
||||
"behaviorSectionLabel": {
|
||||
|
|
@ -252,7 +252,7 @@
|
|||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"enableStrictBlockLegend": {
|
||||
"message": "Navigace na potenciálně nežádoucí stránky bude zablokována a bude vám nabídnuta možnost pokračovat.",
|
||||
"message": "Bude zablokována navigace na potenciálně nežádoucí stránky a bude Vám nabídnuta volba pro pokračování.",
|
||||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"developerModeLabel": {
|
||||
|
|
@ -272,7 +272,7 @@
|
|||
"description": "A summary description of the back up/restore section."
|
||||
},
|
||||
"settingsBackupRestoreLegend": {
|
||||
"message": "Obnovení přepíše všechna vaše aktuální vlastní nastavení.",
|
||||
"message": "Obnovení přepíše všechna Vaše aktuální vlastní nastavení.",
|
||||
"description": "Important information about the back up/restore section."
|
||||
},
|
||||
"findListsPlaceholder": {
|
||||
|
|
@ -280,8 +280,8 @@
|
|||
"description": "Placeholder for the input field used to find lists"
|
||||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Stránka zablokována",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"message": "Stránka byla zablokována",
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite zabránil načtení následující stránky:",
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
"description": "Text informing about what is causing the page to be blocked"
|
||||
},
|
||||
"strictblockRedirectSentence1": {
|
||||
"message": "Zablokovaná stránka vás chce přesměrovat na jiný web. Pokud se rozhodnete pokračovat, přejdete přímo na: {{url}}",
|
||||
"message": "Zablokovaná stránka Vás chce přesměrovat na jiný web. Pokud se rozhodnete pokračovat, přejdete přímo na: {{url}}",
|
||||
"description": "Text warning about an incoming redirect"
|
||||
},
|
||||
"strictblockNoParamsPrompt": {
|
||||
|
|
@ -301,14 +301,14 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Zpět",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Zavřít okno",
|
||||
"message": "Zavřít toto okno",
|
||||
"description": "A button to close the current tab"
|
||||
},
|
||||
"strictblockDontWarn": {
|
||||
"message": "Nevarujte mě znovu o této stránce",
|
||||
"message": "Příště na tuto stránku neupozorňovat",
|
||||
"description": "Label for checkbox in document-blocked page"
|
||||
},
|
||||
"strictblockProceed": {
|
||||
|
|
@ -316,11 +316,11 @@
|
|||
"description": "A button to navigate to the blocked page"
|
||||
},
|
||||
"zapperTipEnter": {
|
||||
"message": "Přejít do režimu dočasného skrytí prvků",
|
||||
"message": "Odebrat prvek",
|
||||
"description": "Tooltip for the button used to enter zapper mode"
|
||||
},
|
||||
"zapperTipQuit": {
|
||||
"message": "Opustit režim dočasného skrytí prvků",
|
||||
"message": "Ukončit režim dočasného skrytí prvků",
|
||||
"description": "Tooltip for the button used to exit zapper mode"
|
||||
},
|
||||
"pickerTipEnter": {
|
||||
|
|
@ -336,7 +336,7 @@
|
|||
"description": "A label of a dropdown list"
|
||||
},
|
||||
"developOptionFilteringModeDetails": {
|
||||
"message": "Detaily filtovacího módu",
|
||||
"message": "Detaily režimu filtrování",
|
||||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"developOptionCustomDnrRules": {
|
||||
|
|
@ -344,7 +344,7 @@
|
|||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"developOptionDnrRulesOf": {
|
||||
"message": "DNR pravidla …",
|
||||
"message": "Pravidla DNR pro...",
|
||||
"description": "A section header in a dropdown list"
|
||||
},
|
||||
"developOptionDynamicRuleset": {
|
||||
|
|
@ -352,7 +352,7 @@
|
|||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"developOptionSessionRuleset": {
|
||||
"message": "",
|
||||
"message": "Seznam pravidel relace",
|
||||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"saveButton": {
|
||||
|
|
@ -368,21 +368,29 @@
|
|||
"description": "Text for buttons used to add content"
|
||||
},
|
||||
"importAndAppendButton": {
|
||||
"message": "Importovat a připojit…",
|
||||
"message": "Importovat a připojit...",
|
||||
"description": "Text for buttons used to import and append content"
|
||||
},
|
||||
"exportButton": {
|
||||
"message": "Exportovat…",
|
||||
"message": "Exportovat...",
|
||||
"description": "Text for buttons used to export content"
|
||||
},
|
||||
"backupButton": {
|
||||
"message": "Zálohovat…",
|
||||
"message": "Zálohovat...",
|
||||
"description": "Text for buttons used to back up content"
|
||||
},
|
||||
"restoreButton": {
|
||||
"message": "Obnovit…",
|
||||
"message": "Obnovit...",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Resetovat do výchozího nastavení...",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Všechna Vaše vlastní nastavení budou odebrána. Opravdu chcete resetovat do výchozího nastavení?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Nepřidávat filtry z nedůvěryhodných zdrojů",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Výběrem níže uvedeného filtru zvýrazníte odpovídající prvky na webové stránce. Kliknutím na koš filtr odstraníte.",
|
||||
"message": "Výběrem níže uvedeného filtru zvýrazníte odpovídající prvky na webové stránce. Klepnutím na koš filtr odeberete.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Yn ôl",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Cau'r ffenestr hon",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Opret ny anmeldelse på GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Standardfiltreringstilstand",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Side blokeret",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite har forhindret flg. side i at blive indlæst:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Gå tilbage",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Luk dette vindue",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Gendan…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Nulstil til standardstillinger…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Alle tilpassede indstillinger fjernes. Fortsæt nulstilling til standardindstillinger?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Tilføj ikke indhold fra ikke-betroede kilder.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
"message": "Um die Freiwilligen nicht mit doppelten Meldungen zu überlasten, vergewissern Sie sich bitte, dass das Problem noch nicht gemeldet wurde. <b>Hinweis:</b> Das Anklicken der Schaltfläche übermittelt den Ursprung der Seite an GitHub.",
|
||||
"message": "Um die Freiwilligen nicht mit doppelten Meldungen zu überlasten, vergewissern Sie sich bitte, dass das Problem noch nicht gemeldet wurde. <b>Hinweis:</b> Das Anklicken der Schaltfläche übermittelt die Internetadresse an GitHub.",
|
||||
"description": "A paragraph in the filter issue reporter section"
|
||||
},
|
||||
"supportFindSpecificButton": {
|
||||
|
|
@ -156,11 +156,11 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option1": {
|
||||
"message": "Zeigt Werbung oder Werbereste",
|
||||
"message": "Zeigt Werbung oder deren Überreste",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option2": {
|
||||
"message": "Hat Überdeckungen oder andere Belästigungen",
|
||||
"message": "Enthält überdeckende oder belästigende Elemente",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option3": {
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option4": {
|
||||
"message": "Hat Datenschutzprobleme",
|
||||
"message": "Weist Datenschutzprobleme auf",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option5": {
|
||||
|
|
@ -189,14 +189,14 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Neue Meldung auf GitHub erstellen",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Standardfiltermodus",
|
||||
"description": "The header text for the default filtering mode section"
|
||||
},
|
||||
"defaultFilteringModeDescription": {
|
||||
"message": "Der Standardfiltermodus wird durch individuelle Filtermodi für die jeweiligen Websites überschrieben. Sie können den Filtermodus auf jeder beliebigen Website entsprechend dem Modus anpassen, der auf dieser Website am besten funktioniert. Jeder Modus hat seine Vor- und Nachteile.",
|
||||
"message": "Der Standardfiltermodus wird durch den eingestellten Filtermodus der jeweiligen Website überschrieben. Er kann auf jeder beliebigen Website individuell angepasst werden. Jeder Modus hat seine Vor- und Nachteile.",
|
||||
"description": "This describes the default filtering mode setting"
|
||||
},
|
||||
"filteringMode0Name": {
|
||||
|
|
@ -216,15 +216,15 @@
|
|||
"description": "Name of blocking mode 3"
|
||||
},
|
||||
"basicFilteringModeDescription": {
|
||||
"message": "Einfaches Netzwerkfiltern aus gewählten Filterlisten.\n\nErfordert keine Berechtigung zum Lesen und Ändern von Daten auf Websites.",
|
||||
"message": "Einfaches Netzwerkfiltern durch ausgewählte Filterlisten.\n\nErfordert keine Berechtigung zum Lesen und Ändern von Daten auf Websites.",
|
||||
"description": "This describes the 'basic' filtering mode"
|
||||
},
|
||||
"optimalFilteringModeDescription": {
|
||||
"message": "Erweitertes Netzwerkfiltern plus spezifisches erweitertes Filtern aus ausgewählten Filterlisten.\n\nErfordert eine weitreichende Berechtigung zum Lesen und Ändern von Daten auf allen Websites.",
|
||||
"message": "Erweitertes Netzwerkfiltern plus umfassendes Filtern durch ausgewählte Filterlisten.\n\nErfordert eine weitreichende Berechtigung zum Lesen und Ändern von Daten auf allen Websites.",
|
||||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Erweitertes Netzwerkfiltern plus spezifisches und allgemeines erweitertes Filtern aus gewählten Filterlisten.\n\nErfordert eine weitreichende Berechtigung zum Lesen und Ändern von Daten auf allen Websites.\n\nDas allgemeine erweiterte Filtern kann zu einem höheren Ressourcenverbrauch der Webseite führen.",
|
||||
"message": "Erweitertes Netzwerkfiltern plus umfassendes und allgemeines Filtern durch ausgewählte Filterlisten.\n\nErfordert eine weitreichende Berechtigung zum Lesen und Ändern von Daten auf allen Websites.\n\nDas allgemeine Filtern kann zu einem höheren Ressourcenverbrauch der Webseite führen.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"settingsBackupRestoreLabel": {
|
||||
"message": "Sicherung",
|
||||
"message": "Backup",
|
||||
"description": "The header text for the back up/restore section"
|
||||
},
|
||||
"settingsBackupRestoreSummary": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Seite blockiert",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite hat das Laden der folgenden Seite verhindert:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Zurück",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Dieses Fenster schließen",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Wiederherstellen …",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Auf Werkseinstellungen zurücksetzen …",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Alle angepassten Einstellungen werden entfernt. Mit dem Zurücksetzen auf Werkseinstellungen fortfahren?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Verwenden Sie keine Regeln aus unseriösen Quellen",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Δημιουργία νέας αναφοράς",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Προεπιλεγμένη λειτουργία φιλτραρίσματος",
|
||||
|
|
@ -280,11 +280,11 @@
|
|||
"description": "Placeholder for the input field used to find lists"
|
||||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Αποκλησμένη σελίδα",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"message": "Αποκλεισμένη σελίδα",
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "Το uBO Lite εμπόδισε τη φόρτωση στης παρακάτω σελίδας:",
|
||||
"message": "Το uBO Lite εμπόδισε τη φόρτωση της παρακάτω σελίδας:",
|
||||
"description": "Sentence used in the strict-blocked page"
|
||||
},
|
||||
"strictblockReasonSentence1": {
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
"description": "Text informing about what is causing the page to be blocked"
|
||||
},
|
||||
"strictblockRedirectSentence1": {
|
||||
"message": "Η αποκλεισμένη σελίδα θέλει να κάνει ανακατεύθυνση σε άλλο ιστότοπο. Αν επιλέξετε να συνεχίσετε, θα μεταβείτε απευθείας στο: {{url}}",
|
||||
"message": "Η αποκλεισμένη σελίδα θέλει να κάνει ανακατεύθυνση σε άλλον ιστότοπο. Αν επιλέξετε να συνεχίσετε, θα μεταβείτε απευθείας στο: {{url}}",
|
||||
"description": "Text warning about an incoming redirect"
|
||||
},
|
||||
"strictblockNoParamsPrompt": {
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Επιστροφή",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Κλείσιμο του παραθύρου",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Επαναφορά ρυθμίσεων…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Επαναφορά στις προεπιλεγμένες ρυθμίσεις…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Όλες οι προσαρμοσμένες ρυθμίσεις σας θα διαγραφούν. Σίγουρα θέλετε να επαναφέρετε τις προεπιλεγμένες ρυθμίσεις;",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Να μην προστίθενται περιεχόμενο από μη αξιόπιστες πηγές.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Malware domains",
|
||||
"message": "Malware protection, security",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Crear nuevo reporte en GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Modo de filtrado predeterminado",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Página bloqueada",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite impidió la carga de la página:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Regresar",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Cerrar esta ventana",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restaurar…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Restablecer ajustes predeterminados…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Se borrará todas tus configuraciones personalizadas. ¿Seguro que quieres restablecer a la configuración predeterminada?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "No añadas contenido de fuentes no confiables",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Loo GitHubis uus aruanne",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Tavaline filtreerimisrežiim",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Lehe sirvimine piiratud",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite ennetas järgmise veebilehe laadimist:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Tagasi",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Sulge see aken",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Taasta…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Lähtesta tavaseadetele…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Kõik enda loodud seaded eemaldatakse. Tahad tõesti lähtestada tavaseadetele?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Lisa sisu vaid usaldusväärsetest allikatest",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Lehenetsitako iragazteko modua",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Blokeatutako orrialdea",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Joan atzera",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Itxi leiho hau",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -148,7 +148,7 @@
|
|||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Luo GitHubiin uusi ilmoitus",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Oletusarvoinen suodatustila",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Sivu estettiin",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite on estänyt seuraavan sivun latauksen:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Palaa takaisin",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Sulje tämä ikkuna",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Palauta…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Palauta oletusasetukset…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Kaikki tehndyt asetusmuutokset perutaan. Haluatko varmasti palauttaa oletusasetukset?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Älä lisää sisältöä lähteistä, joihin et luota.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Gumawa ng bagong ulat sa Github",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default na mode sa pagfi-filter",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Nakaharang na page",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "Hindi pinayagan ng uBO Lite ang pagpunta sa page dahil:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Bumalik",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Isara ang window na ito",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Créer un nouveau rapport sur GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mode de filtrage par défaut",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page bloquée",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite a empêché le chargement de cette page :",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Précédent",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Fermer cette fenêtre",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restaurer…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Revenir aux paramètres par défaut",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Tous vos paramètres personnalisés seront supprimés. Voulez-vous vraiment revenir aux paramètres par défaut ?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Ne pas ajouter de contenu provenant de sources non fiables",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Nije melding meitsje",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Standert filtermodus",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Side blokkearre",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite hat it laden fan de folgjende side opkeard:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Tebek",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Dit finster slute",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Weromsette…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Standertynstellingen weromsette…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Al jo oanpaste ynstellingen sille fuortsmiten wurde. Wolle jo de standertynstellingen echt weromsette?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Foegje gjin ynhâld fan net-fertroude boarnen ta.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Crear nova denuncia",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Modo de filtrado por defecto",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Páxina bloqueada",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite evitou que a seguinte páxina se cargase:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Volver",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Pechar esta xanela",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restablecer…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Non engadir contido desde orixes non fiables",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "תחומי תוכנות זדוניות",
|
||||
"message": "הגנה מפני נוזקות, אבטחה",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "צור דיווח חדש",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "מצב סינון ברירת מחדל",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "הדף נחסם",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite מנע טעינה של הדפים הבאים:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "חזור",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "סגור חלון זה",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "שחזור…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "אפס להגדרות ברירת מחדל…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "כל ההגדרות האישיות שלך ימחקו. האם באמת לאפס להגדרות ברירת מחדל?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "אל תוסיפו תוכן ממקורות לא מהיימנים",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "डिफ़ॉल्ट फ़िल्टरिंग मोड",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "अविश्वसनीय स्रोतों से सामग्री न जोड़ें",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Napravi novu prijavu na GitHub-u",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Zadani način filtriranja",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Stranica blokirana",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite je spriječio učitavanje sljedeće stranice:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Idi natrag",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Zatvori ovaj prozor",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Vraćanje…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Resetiraj na zadane postavke…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Sve Vaše prilagođene postavke će biti uklonjene. Želite li zaista resetirati na zadane postavke?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Ne dodavajte sadržaj iz nepouzdanih izvora",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Új jelentés létrehozása GitHub-ra",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Alapértelmezett szűrési mód",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Oldal blokkolva",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "A uBO Lite megakadályozta a következő oldal betöltését:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Vissza",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Ablak bezárása",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Helyreállítás…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Alapértelmezett beállításokra visszaállítás…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Az összes egyéni beállításod törlődik. Tényleg az alapbeállításokra akarsz viszzaállítani?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Ne adjon hozzá megbízhatatlan forrásokból származó tartalmat.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Զտման լռելյայն ռեժիմ",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Հետ գնալ",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Փակել այս պատուհանը",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Domain malware",
|
||||
"message": "Perlindungan malware, keamanan",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Buat laporan baru",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mode filter bawaan",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Halaman diblokir",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite telah mencegah pemuatan halaman berikut:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Kembali",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Tutup jendela ini",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Pulihkan…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Kembalikan ke pengaturan bawaan…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Semua pengaturan kustom kamu akan dihapus. Apakah kamu benar ingin kembali ke pengaturan bawaan?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Jangan tambahkan konten dari sumber tidak terpercaya",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Domini che diffondono virus",
|
||||
"message": "Protezione dai malware, sicurezza",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Crea nuova segnalazione in GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Modalità di filtraggio predefinita",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Pagina bloccata",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite ha impedito alla seguente pagina di caricarsi:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Torna indietro",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Chiudi questa finestra",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Ripristina…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reimposta configurazione predefinita…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Le impostazioni personali saranno rimosse. Vuoi veramente reimpostare i valori predefiniti?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Non aggiungere contenuti da fonti non affidabili",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "マルウェアドメイン",
|
||||
"message": "マルウェアからの保護、セキュリティ",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "新しい報告を作成",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "デフォルトのフィルタリングモード",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "ブロックしたページ",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite はこのページの読み込みをブロックしています:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "戻る",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "このウィンドウを閉じる",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "リストア…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "信頼できないソースから追加しないでください。",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "შექმენით ახალი მოსხენება",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "გაფილტვრის ნაგულისხმევი რეჟიმი",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "შეზღუდული გვერდი",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite ზღუდავს მოცემული გვერდის ჩატვირთვას:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "უკან დაბრუნება",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "ამ ფანჯრის დახურვა",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "აღდგენა…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "ჩამოყრა ნაგულისხმევ პარამეტრებზე…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "ყველა მორგებული პარამეტრი მოცილდება. ნამდვილად გსურთ დაბრუნება ნაგულისხმევ პარამეტრებზე?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "ნუ დაამატებთ შიგთავსს არასანდო წყაროებიდან.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "extension name."
|
||||
},
|
||||
"extShortDesc": {
|
||||
"message": "효율적인 콘텐츠 차단기입니다. 설치 직후 광고, 추적기, 채굴기 등을 즉시 차단합니다.",
|
||||
"message": "효율적인 콘텐츠 차단기입니다. 설치 즉시 광고, 추적기, 암호화폐 채굴기 등을 차단합니다.",
|
||||
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
||||
},
|
||||
"perRulesetStats": {
|
||||
|
|
@ -32,7 +32,7 @@
|
|||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"aboutPrivacyPolicy": {
|
||||
"message": "개인정보취급방침",
|
||||
"message": "개인정보 처리방침",
|
||||
"description": "Link to privacy policy on GitHub (English)"
|
||||
},
|
||||
"popupFilteringModeLabel": {
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"description": "English: Click to open the dashboard"
|
||||
},
|
||||
"popupMoreButton": {
|
||||
"message": "자세히",
|
||||
"message": "더 보기",
|
||||
"description": "Label to be used to show popup panel sections"
|
||||
},
|
||||
"popupLessButton": {
|
||||
|
|
@ -68,11 +68,11 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupPrivacy": {
|
||||
"message": "개인 정보 보호",
|
||||
"message": "개인정보 보호",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "멀웨어 도메인",
|
||||
"message": "멀웨어 및 보안",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
"description": "Text label heading the import/export area of custom filters"
|
||||
},
|
||||
"customFiltersImportTextareaPlaceholder": {
|
||||
"message": "여기에 추가하려는 표면 필터 붙여넣기",
|
||||
"message": "여기에 추가하려는 요소 숨김 필터 붙여넣기",
|
||||
"description": "Placeholder text which describes the purpose of the textarea widget"
|
||||
},
|
||||
"aboutChangelog": {
|
||||
|
|
@ -136,7 +136,7 @@
|
|||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
"message": "자원봉사자들이 중복 신고로 인해 부담을 겪지 않도록, 해당 이슈가 이미 신고되지는 않았는지 확인해 주시기 바랍니다.",
|
||||
"message": "자원봉사자들의 중복 업무를 방지하기 위해, 이미 보고된 문제인지 먼저 확인해 주세요. <b>주의:</b> 아래 버튼을 클릭하면 현재 페이지 주소가 GitHub로 전송됩니다.",
|
||||
"description": "A paragraph in the filter issue reporter section"
|
||||
},
|
||||
"supportFindSpecificButton": {
|
||||
|
|
@ -168,7 +168,7 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option4": {
|
||||
"message": "개인정보 보호 관련 이슈가 있습니다",
|
||||
"message": "개인정보 보호 관련 문제가 있습니다",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option5": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "웹페이지를 \"NSFW\" (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)로 분류",
|
||||
"message": "웹페이지를 \"NSFW\" (<a href=\"https://ko.wikipedia.org/wiki/NSFW\">“Not Safe For Work”</a>)로 분류",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "새 신고 생성",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"message": "GitHub에서 새 신고 생성",
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "기본 필터링 모드",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "고급 네트워크 필터링과 선택한 필터 목록을 바탕으로 특정한 확장 필터링 및 보편적인 확장 필터링을 수행합니다.\n\n모든 웹사이트에서 데이터를 읽고 쓸 수 있도록 하는 광범위한 권한이 필요합니다.\n\n보편적인 확장 필터링 기능을 이용하는 경우 웹페이지의 리소스 사용량이 증가할 수 있습니다.",
|
||||
"message": "고급 네트워크 필터링과 선택한 필터 목록을 기반의 맞춤형 및 보편적인 확장 필터링을 제공합니다.\n\n모든 웹사이트에서 데이터를 읽고 변경할 수 있도록 하는 광범위한 권한이 필요합니다.\n\n보편적인 확장 필터링을 사용하면 웹페이지의 리소스 사용량이 증가할 수 있습니다.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -252,7 +252,7 @@
|
|||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"enableStrictBlockLegend": {
|
||||
"message": "잠재적으로 좋지 않은 사이트로의 접속을 차단하고, 사용자가 진행할지 선택하도록 합니다.",
|
||||
"message": "잠재적으로 유해할 수 있는 사이트로의 접속이 차단되며, 계속 진행할지 여부를 선택할 수 있는 옵션이 제공됩니다.",
|
||||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"developerModeLabel": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "페이지 차단됨",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite가 다음 페이지를 불러오지 못하게 했습니다.",
|
||||
|
|
@ -301,14 +301,14 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "뒤로",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "창 닫기",
|
||||
"description": "A button to close the current tab"
|
||||
},
|
||||
"strictblockDontWarn": {
|
||||
"message": "다시는 이 사이트에 대해 경고하지 않기",
|
||||
"message": "이 사이트에 대해 다시 경고하지 않기",
|
||||
"description": "Label for checkbox in document-blocked page"
|
||||
},
|
||||
"strictblockProceed": {
|
||||
|
|
@ -316,11 +316,11 @@
|
|||
"description": "A button to navigate to the blocked page"
|
||||
},
|
||||
"zapperTipEnter": {
|
||||
"message": "구성 요소 제거 모드로 진입",
|
||||
"message": "숨길 요소 선택하기",
|
||||
"description": "Tooltip for the button used to enter zapper mode"
|
||||
},
|
||||
"zapperTipQuit": {
|
||||
"message": "구성 요소 제거 모드 종료",
|
||||
"message": "숨길 요소 선택 종료하기",
|
||||
"description": "Tooltip for the button used to exit zapper mode"
|
||||
},
|
||||
"pickerTipEnter": {
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "복원…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "기본 설정으로 초기화하기…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "모든 커스텀 설정이 삭제됩니다. 정말 진행하시겠습니까?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "신뢰할 수 없는 출처의 콘텐츠를 추가하지 마십시오",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Ļaunatūras domēni",
|
||||
"message": "Aizsardzība pret ļaunprātīgām (inficētas vai satur vīrusus) vietnēm, drošība",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Izveidot jaunu ziņojumu",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Noklusējuma aizturēšanas veids",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Lapa aizturēta",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite novērsa šīs lapas ielādēšanu:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Doties atpakaļ",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Aizvērt šo logu",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Atjaunot…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Atiestatīt uz noklusējuma iestatījumiem…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Visi pielāgotie iestatījumi tiks noņemti. Vai tiešām atiestatīt uz noklusējuma iestatījumiem?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Nevajag pievienot saturu no neuzticamiem avotiem.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -20,27 +20,27 @@
|
|||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"customFiltersPageName": {
|
||||
"message": "Custom filters",
|
||||
"message": "Персонализирани филтри",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"developPageName": {
|
||||
"message": "Develop",
|
||||
"message": "Девелопер",
|
||||
"description": "appears as tab name in dashboard. Inspired from 'Develop' menu in Safari, see https://developer.apple.com/documentation/safari-developer-tools/develop-menu"
|
||||
},
|
||||
"aboutPageName": {
|
||||
"message": "Информации за...",
|
||||
"message": "За",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"aboutPrivacyPolicy": {
|
||||
"message": "Заштита на личните податоци",
|
||||
"message": "Полиса за личните податоци",
|
||||
"description": "Link to privacy policy on GitHub (English)"
|
||||
},
|
||||
"popupFilteringModeLabel": {
|
||||
"message": "Начини на прочистување",
|
||||
"message": "модови на филтрирање",
|
||||
"description": "Label in the popup panel for the current filtering mode"
|
||||
},
|
||||
"popupLocalToolsLabel": {
|
||||
"message": "On this website",
|
||||
"message": "На оваа веб-страница",
|
||||
"description": "Label in the popup panel for the local tools section"
|
||||
},
|
||||
"popupTipReport": {
|
||||
|
|
@ -84,11 +84,11 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupRegions": {
|
||||
"message": "Региони, Јазици",
|
||||
"message": "Региони, јазици",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"customFiltersImportExportLabel": {
|
||||
"message": "Import / Export",
|
||||
"message": "Увоз / Извоз",
|
||||
"description": "Text label heading the import/export area of custom filters"
|
||||
},
|
||||
"customFiltersImportTextareaPlaceholder": {
|
||||
|
|
@ -132,11 +132,11 @@
|
|||
"description": "First paragraph of 'Filter issues' section in Support pane"
|
||||
},
|
||||
"supportS5H": {
|
||||
"message": "Troubleshooting information",
|
||||
"message": "Информации за решавање на проблеми",
|
||||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
"message": "За да се избегне оптоварување на волонтерите со дупликат пријави, ве молиме проверете дали проблемот веќе не е пријавен.",
|
||||
"message": "За да се избегне оптоварување на волонтерите со пријави на дупликати, ве молиме проверете дали проблемот е веќе пријавен.",
|
||||
"description": "A paragraph in the filter issue reporter section"
|
||||
},
|
||||
"supportFindSpecificButton": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Создај нова пријава",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Режим на филтрирање по подразбирање",
|
||||
|
|
@ -248,7 +248,7 @@
|
|||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"enableStrictBlockLabel": {
|
||||
"message": "Enable strict blocking",
|
||||
"message": "Вклучи стриктно блокирање",
|
||||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"enableStrictBlockLegend": {
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"developerModeLabel": {
|
||||
"message": "Developer mode",
|
||||
"message": "Мод за девелопери",
|
||||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"developerModeLegend": {
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"settingsBackupRestoreLabel": {
|
||||
"message": "Backup",
|
||||
"message": "Бекап",
|
||||
"description": "The header text for the back up/restore section"
|
||||
},
|
||||
"settingsBackupRestoreSummary": {
|
||||
|
|
@ -280,8 +280,8 @@
|
|||
"description": "Placeholder for the input field used to find lists"
|
||||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"message": "Блокирана страница",
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -296,27 +296,27 @@
|
|||
"description": "Text warning about an incoming redirect"
|
||||
},
|
||||
"strictblockNoParamsPrompt": {
|
||||
"message": "without parameters",
|
||||
"message": "без параметри",
|
||||
"description": "Label to be used for the parameter-less URL"
|
||||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"message": "Оди назад",
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
"message": "Затвори го прозорецот",
|
||||
"description": "A button to close the current tab"
|
||||
},
|
||||
"strictblockDontWarn": {
|
||||
"message": "Don't warn me again about this site",
|
||||
"message": "Не ме преупредувај повторна за оваа веб-страница",
|
||||
"description": "Label for checkbox in document-blocked page"
|
||||
},
|
||||
"strictblockProceed": {
|
||||
"message": "Proceed",
|
||||
"message": "Продолжи",
|
||||
"description": "A button to navigate to the blocked page"
|
||||
},
|
||||
"zapperTipEnter": {
|
||||
"message": "Remove an element",
|
||||
"message": "Отстрани елемент",
|
||||
"description": "Tooltip for the button used to enter zapper mode"
|
||||
},
|
||||
"zapperTipQuit": {
|
||||
|
|
@ -332,7 +332,7 @@
|
|||
"description": "Label for the menu entry to delete cosmetic filters"
|
||||
},
|
||||
"developDropdownLabel": {
|
||||
"message": "View:",
|
||||
"message": "Глед:",
|
||||
"description": "A label of a dropdown list"
|
||||
},
|
||||
"developOptionFilteringModeDetails": {
|
||||
|
|
@ -348,41 +348,49 @@
|
|||
"description": "A section header in a dropdown list"
|
||||
},
|
||||
"developOptionDynamicRuleset": {
|
||||
"message": "Dynamic ruleset",
|
||||
"message": "Динамичен сет на правила",
|
||||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"developOptionSessionRuleset": {
|
||||
"message": "Session ruleset",
|
||||
"message": "Сесиски сет на правила",
|
||||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"saveButton": {
|
||||
"message": "Save",
|
||||
"message": "Сними",
|
||||
"description": "Text for buttons used to save changes"
|
||||
},
|
||||
"revertButton": {
|
||||
"message": "Revert",
|
||||
"message": "Поврати",
|
||||
"description": "Text for buttons used to revert changes"
|
||||
},
|
||||
"addButton": {
|
||||
"message": "Add",
|
||||
"message": "Додади",
|
||||
"description": "Text for buttons used to add content"
|
||||
},
|
||||
"importAndAppendButton": {
|
||||
"message": "Import and append…",
|
||||
"message": "Увези и додади…",
|
||||
"description": "Text for buttons used to import and append content"
|
||||
},
|
||||
"exportButton": {
|
||||
"message": "Export…",
|
||||
"message": "Извоз…",
|
||||
"description": "Text for buttons used to export content"
|
||||
},
|
||||
"backupButton": {
|
||||
"message": "Back up…",
|
||||
"message": "Бекап…",
|
||||
"description": "Text for buttons used to back up content"
|
||||
},
|
||||
"restoreButton": {
|
||||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -396,7 +404,7 @@
|
|||
"description": "Label to describe the purpose of the slider"
|
||||
},
|
||||
"pickerPick": {
|
||||
"message": "Pick",
|
||||
"message": "Избери",
|
||||
"description": "Text for the button to re-enter element-picking mode"
|
||||
},
|
||||
"pickerPreview": {
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "ഡിഫോൾട്ട് ഫിൽട്ടറിംഗ് മോഡ്",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mod penapisan lalai",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Opprett ny rapport på GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Standard filtreringsmodus",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Side blokkert",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite har forhindret innlasting av følgende side:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Gå tilbake",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Lukk dette vinduet",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Gjenopprett…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Tilbakestill til standardinnstillinger…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Ikke legg til innhold fra upålitelige kilder",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "extension name."
|
||||
},
|
||||
"extShortDesc": {
|
||||
"message": "Een efficiënte inhoudsblokkeerder. Blokkeert direct na installatie advertenties, trackers, miners en meer.",
|
||||
"message": "Een efficiënte inhoudsblokker. Blokkeert direct na installatie advertenties, trackers, miners en meer.",
|
||||
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
||||
},
|
||||
"perRulesetStats": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Nieuwe melding op GitHub maken",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Standaard filtermodus",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Pagina geblokkeerd",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite heeft het laden van de volgende pagina voorkomen:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Teruggaan",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Dit venster sluiten",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Terugzetten…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Standaardinstellingen terugzetten…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Al uw aangepaste instellingen zullen worden verwijderd. Wilt u de standaardinstellingen echt terugzetten?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Voeg geen inhoud van niet-vertrouwde bronnen toe.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,11 +20,11 @@
|
|||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"customFiltersPageName": {
|
||||
"message": "Custom filters",
|
||||
"message": "ਪਸੰਦੀਦਾ ਫਿਲਟਰ",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"developPageName": {
|
||||
"message": "Develop",
|
||||
"message": "ਡਿਵੈਲਪ",
|
||||
"description": "appears as tab name in dashboard. Inspired from 'Develop' menu in Safari, see https://developer.apple.com/documentation/safari-developer-tools/develop-menu"
|
||||
},
|
||||
"aboutPageName": {
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"description": "Label in the popup panel for the current filtering mode"
|
||||
},
|
||||
"popupLocalToolsLabel": {
|
||||
"message": "On this website",
|
||||
"message": "ਇਸ ਵੈੱਬਸਾਈਟ ਉੱਤੇ",
|
||||
"description": "Label in the popup panel for the local tools section"
|
||||
},
|
||||
"popupTipReport": {
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Malware protection, security",
|
||||
"message": "ਮਾਲਵੇਅਰਾਂ ਤੋਂ ਬਚਾਅ, ਸੁਰੱਖਿਆ",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"customFiltersImportExportLabel": {
|
||||
"message": "Import / Export",
|
||||
"message": "ਇੰਪੋਰਟ / ਐਕਸਪੋਰਟ",
|
||||
"description": "Text label heading the import/export area of custom filters"
|
||||
},
|
||||
"customFiltersImportTextareaPlaceholder": {
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
"description": "First paragraph of 'Filter issues' section in Support pane"
|
||||
},
|
||||
"supportS5H": {
|
||||
"message": "Troubleshooting information",
|
||||
"message": "ਸਮੱਸਿਆ ਹੱਲ ਕਰਨ ਸੰਬੰਧੀ ਜਾਣਕਾਰੀ",
|
||||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
|
|
@ -152,7 +152,7 @@
|
|||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
"message": "-- Pick an entry --",
|
||||
"message": "-- ਐਂਟਰੀ ਚੁਣੋ --",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option1": {
|
||||
|
|
@ -164,7 +164,7 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option3": {
|
||||
"message": "Detects uBO Lite",
|
||||
"message": "uBO Lite ਮਿਲਿਆ",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option4": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "ਨਵੀਂ ਰਿਪੋਰਟ ਬਣਾਓ",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "ਮੂਲ ਫਿਲਟਰ ਕਰਨ ਦਾ ਢੰਗ",
|
||||
|
|
@ -232,7 +232,7 @@
|
|||
"description": "A short description for the editable field which lists trusted sites"
|
||||
},
|
||||
"noFilteringModePlaceholder": {
|
||||
"message": "[hostnames only]\nexample.com\ngames.example\n...",
|
||||
"message": "[ਸਿਰਫ਼ ਹੋਸਟ-ਨਾਂ]\nexample.com\ngames.example\n...",
|
||||
"description": "Default text for in edit field"
|
||||
},
|
||||
"behaviorSectionLabel": {
|
||||
|
|
@ -244,11 +244,11 @@
|
|||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"showBlockedCountLabel": {
|
||||
"message": "Show the number of blocked requests on the toolbar icon",
|
||||
"message": "ਟੂਲ-ਪੱਟੀ ਆਈਕਾਨ ਉੱਤੇ ਪਾਬੰਦੀ ਲਾਈਆਂ ਬੇਨਤੀਆਂ ਦੀ ਗਿਣਤੀ ਦਿਖਾਓ",
|
||||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"enableStrictBlockLabel": {
|
||||
"message": "Enable strict blocking",
|
||||
"message": "ਸਖ਼ਤ ਪਾਬੰਦੀਆਂ ਨੂੰ ਸਮਰੱਥ ਕਰੋ",
|
||||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"enableStrictBlockLegend": {
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"developerModeLabel": {
|
||||
"message": "Developer mode",
|
||||
"message": "ਡਿਵੈਲਪਰ ਮੋਡ",
|
||||
"description": "Label for a checkbox in the options page"
|
||||
},
|
||||
"developerModeLegend": {
|
||||
|
|
@ -264,7 +264,7 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"settingsBackupRestoreLabel": {
|
||||
"message": "Backup",
|
||||
"message": "ਬੈਕਅੱਪ",
|
||||
"description": "The header text for the back up/restore section"
|
||||
},
|
||||
"settingsBackupRestoreSummary": {
|
||||
|
|
@ -276,15 +276,15 @@
|
|||
"description": "Important information about the back up/restore section."
|
||||
},
|
||||
"findListsPlaceholder": {
|
||||
"message": "Find lists",
|
||||
"message": "ਸੂਚੀਆਂ ਲੱਭੋ",
|
||||
"description": "Placeholder for the input field used to find lists"
|
||||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"message": "ਸਫ਼ੇ ਉੱਤੇ ਪਾਬੰਦੀ ਹੈ",
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
"message": "uBO Lite ਨੇ ਅੱਗੇ ਦਿੱਤੇ ਸਫ਼ੇ ਨੂੰ ਲੋਡ ਹੋਣ ਤੋਂ ਰੋਕਿਆ ਹੈ:",
|
||||
"description": "Sentence used in the strict-blocked page"
|
||||
},
|
||||
"strictblockReasonSentence1": {
|
||||
|
|
@ -296,27 +296,27 @@
|
|||
"description": "Text warning about an incoming redirect"
|
||||
},
|
||||
"strictblockNoParamsPrompt": {
|
||||
"message": "without parameters",
|
||||
"message": "ਬਿਨਾਂ ਪੈਰਾਮੀਟਰ",
|
||||
"description": "Label to be used for the parameter-less URL"
|
||||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"message": "ਪਿੱਛੇ ਜਾਓ",
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
"message": "ਇਹ ਵਿੰਡੋ ਨੂੰ ਬੰਦ ਕਰੋ",
|
||||
"description": "A button to close the current tab"
|
||||
},
|
||||
"strictblockDontWarn": {
|
||||
"message": "Don't warn me again about this site",
|
||||
"message": "ਇਸ ਸਾਈਟ ਬਾਰੇ ਮੈਨੂੰ ਮੁੜ ਚੇਤਾਵਨੀ ਨਾ ਦਿਓ",
|
||||
"description": "Label for checkbox in document-blocked page"
|
||||
},
|
||||
"strictblockProceed": {
|
||||
"message": "Proceed",
|
||||
"message": "ਜਾਰੀ ਰੱਖੋ",
|
||||
"description": "A button to navigate to the blocked page"
|
||||
},
|
||||
"zapperTipEnter": {
|
||||
"message": "Remove an element",
|
||||
"message": "ਇੱਕ ਭਾਗ ਨੂੰ ਹਟਾਓ",
|
||||
"description": "Tooltip for the button used to enter zapper mode"
|
||||
},
|
||||
"zapperTipQuit": {
|
||||
|
|
@ -324,15 +324,15 @@
|
|||
"description": "Tooltip for the button used to exit zapper mode"
|
||||
},
|
||||
"pickerTipEnter": {
|
||||
"message": "Create a custom filter",
|
||||
"message": "ਕਸਟਮ ਫਿਲਟਰ ਬਣਾਓ",
|
||||
"description": "Label for the menu entry to create cosmetic filters"
|
||||
},
|
||||
"unpickerTipEnter": {
|
||||
"message": "Remove a custom filter",
|
||||
"message": "ਕਸਟਮ ਫਿਲਟਰ ਨੂੰ ਹਟਾਓ",
|
||||
"description": "Label for the menu entry to delete cosmetic filters"
|
||||
},
|
||||
"developDropdownLabel": {
|
||||
"message": "View:",
|
||||
"message": "ਵੇਖੋ:",
|
||||
"description": "A label of a dropdown list"
|
||||
},
|
||||
"developOptionFilteringModeDetails": {
|
||||
|
|
@ -356,39 +356,47 @@
|
|||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"saveButton": {
|
||||
"message": "Save",
|
||||
"message": "ਸੰਭਾਲੋ",
|
||||
"description": "Text for buttons used to save changes"
|
||||
},
|
||||
"revertButton": {
|
||||
"message": "Revert",
|
||||
"message": "ਵਾਪਸ ਲਵੋ",
|
||||
"description": "Text for buttons used to revert changes"
|
||||
},
|
||||
"addButton": {
|
||||
"message": "Add",
|
||||
"message": "ਜੋੜੋ",
|
||||
"description": "Text for buttons used to add content"
|
||||
},
|
||||
"importAndAppendButton": {
|
||||
"message": "Import and append…",
|
||||
"message": "ਇੰਪੋਰਟ ਕਰੋ ਤੇ ਜੋੜੋ…",
|
||||
"description": "Text for buttons used to import and append content"
|
||||
},
|
||||
"exportButton": {
|
||||
"message": "Export…",
|
||||
"message": "ਐਕਸਪੋਰਟ…",
|
||||
"description": "Text for buttons used to export content"
|
||||
},
|
||||
"backupButton": {
|
||||
"message": "Back up…",
|
||||
"message": "ਬੈਕ ਅੱਪ…",
|
||||
"description": "Text for buttons used to back up content"
|
||||
},
|
||||
"restoreButton": {
|
||||
"message": "Restore…",
|
||||
"message": "ਬਹਾਲ ਕਰੋ…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"message": "ਗ਼ੈਰ-ਭਰੋਸੇਯੋਗ ਸਰੋਤਾਂ ਤੋਂ ਸਮੱਗਰੀ ਨੂੰ ਨਾ ਜੋੜੋ",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
},
|
||||
"dnrRulesCountInfo": {
|
||||
"message": "Number of registered rules: {count}",
|
||||
"message": "ਰਜਿਸਟੜ ਕੀਤੇ ਨਿਯਮਾਂ ਦੀ ਗਿਣਤੀ: {count}",
|
||||
"description": "Short sentence to report the number of currently registered DNR rules"
|
||||
},
|
||||
"pickerSliderLabel": {
|
||||
|
|
@ -396,19 +404,19 @@
|
|||
"description": "Label to describe the purpose of the slider"
|
||||
},
|
||||
"pickerPick": {
|
||||
"message": "Pick",
|
||||
"message": "ਚੁਣੋ",
|
||||
"description": "Text for the button to re-enter element-picking mode"
|
||||
},
|
||||
"pickerPreview": {
|
||||
"message": "Preview",
|
||||
"message": "ਝਲਕ",
|
||||
"description": "Text for the button to activate preview mode"
|
||||
},
|
||||
"pickerCreate": {
|
||||
"message": "Create",
|
||||
"message": "ਬਣਾਓ",
|
||||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Utwórz nowy raport",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Domyślny tryb filtrowania",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Strona zablokowana",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite nie pozwolił załadować się następującej stronie:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Wstecz",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Zamknij to okno",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Przywróć kopię zapasową…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Przywróć ustawienia domyślne…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Wszystkie ustawienia niestandardowe zostaną usunięte. Czy na pewno chcesz przywrócić ustawienia domyślne?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Nie dodawaj zawartości z niezaufanych źródeł",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Criar um novo relatório no GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Modo de filtragem padrão",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Página bloqueada",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "O uBO Lite impediu o carregamento da seguinte página:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Voltar",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Fechar esta janela",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restaurar…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reconfigurar tudo para o padrão…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Todas as suas configurações personalizadas serão removidas. Você realmente quer resetar para as configurações padrão?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Não adicione conteúdo de fontes não confiáveis.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Criar novo relatório no GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Modo de filtragem predefinido",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Página bloqueada",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "O uBO Lite impediu a seguinte página de ser carregada:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Voltar",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Fechar esta janela",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restaurar…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Repor as definições predefinidas…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Todas as suas definições personalizadas serão removidas. Pretende mesmo repor as definições predefinidas?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Não adicione conteúdo de fontes não fidedignas",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "extension name."
|
||||
},
|
||||
"extShortDesc": {
|
||||
"message": "Un blocant experimental, fără permisiuni. Blochează reclamele, urmăritorii, minerii de monede virtuale și multe altele imediat [...]",
|
||||
"message": "Un blocant de conținut eficient. Blochează reclamele, urmăritorii, minerii și multe altele imediat după instalare.",
|
||||
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
||||
},
|
||||
"perRulesetStats": {
|
||||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Domenii malițioase",
|
||||
"message": "Domenii malițioase, securitate",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Creează o nouă sesizare",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mod de filtrare implicit",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Pagină blocată",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite a împiedicat încărcarea următoarei pagini:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Înapoi",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Închide fereastra",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restaurați…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Restabilește setările implicite…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Toate setările personalizate vor fi eliminate. Doriți cu siguranță să resetați la setările implicite?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Nu adăugați conținut din surse nesigure",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Создать новый отчёт в GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Режим фильтрации по умолчанию",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Страница заблокирована",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite предотвратил загрузку следующей страницы:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Назад",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Закрыть это окно",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Восстановить…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Сброс до настроек по умолчанию…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Все ваши пользовательские настройки будут удалены. Уверены, что хотите восстановить настройки по умолчанию?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Не добавлять содержимое из ненадёжных источников",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "ද්වේශාංග වසම්",
|
||||
"message": "අනිෂ්ට මෘදුකාංග ආරක්ෂාව, ආරක්ෂාව",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "නව වාර්තාවක් සාදන්න",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "පෙරනිමි පෙරීමේ ප්රකාරය",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "පිටුව අවහිරයි",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite විසින් පහත පිටුව පූරණය වීම වළක්වා ඇත:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "ආපසු යන්න",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "මෙම කවුළුව වසන්න",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Vytvoriť nové hlásenie na Githube",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Predvolený režim filtrovania",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Zablokovaná stránka",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite zabránil načítaniu nasledujúcej stránky:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Naspäť",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Zatvoriť toto okno",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Obnoviť…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Obnoviť predvolené nastavenia…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Všetky vlastné nastavenia sa odstránia. Naozaj chcete obnoviť predvolené nastavenia?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Nepridávajte obsah z nedôveryhodných zdrojov",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Krijoj raport të ri në GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Mënyra standarde e filtrimit",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Faqe e bllokuar",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite pengoi hapjen e faqes vijuese:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Kthehem",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Mbyll dritaren",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Rikthej…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Rikthej parametrat standardë…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Do të hiqen gjithë parameterat e personalizuar. Vërtet doni të riktheni parametrat standardë?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Mos shtoni materiale nga burime të pabesueshme",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"description": "extension name."
|
||||
},
|
||||
"extShortDesc": {
|
||||
"message": "Блокатор садржаја који не захтева дозволе. Блокира рекламе, праћења, рударе криптовалута и друго.",
|
||||
"message": "Ефикасан блокатор садржаја. Блокира рекламе, праћења, рударе криптовалута, и много више одмах по инсталацији.",
|
||||
"description": "this will be in the Chrome web store: must be 132 characters or less"
|
||||
},
|
||||
"perRulesetStats": {
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"developPageName": {
|
||||
"message": "Развити",
|
||||
"message": "Развијте",
|
||||
"description": "appears as tab name in dashboard. Inspired from 'Develop' menu in Safari, see https://developer.apple.com/documentation/safari-developer-tools/develop-menu"
|
||||
},
|
||||
"aboutPageName": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Креирај нови извештај",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Подразумевани режим филтрирања",
|
||||
|
|
@ -264,15 +264,15 @@
|
|||
"description": "Short description for a checkbox in the options page"
|
||||
},
|
||||
"settingsBackupRestoreLabel": {
|
||||
"message": "Backup",
|
||||
"message": "Направи резервну копију",
|
||||
"description": "The header text for the back up/restore section"
|
||||
},
|
||||
"settingsBackupRestoreSummary": {
|
||||
"message": "Back up your custom settings to a file, or restore your custom settings from a file.",
|
||||
"message": "Napravite sigurnosnu kopiju prilagođenih postavki u datoteku ili ih vratite iz datoteke.",
|
||||
"description": "A summary description of the back up/restore section."
|
||||
},
|
||||
"settingsBackupRestoreLegend": {
|
||||
"message": "Restoring will overwrite all your current custom settings.",
|
||||
"message": "Vraćanje će prepisati sve vaše trenutne prilagođene postavke.",
|
||||
"description": "Important information about the back up/restore section."
|
||||
},
|
||||
"findListsPlaceholder": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Страница је блокирана",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite је спречио учитавање следеће странице:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Иди назад",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Затвори овај прозор",
|
||||
|
|
@ -376,13 +376,21 @@
|
|||
"description": "Text for buttons used to export content"
|
||||
},
|
||||
"backupButton": {
|
||||
"message": "Back up…",
|
||||
"message": "Направите резервну копију…",
|
||||
"description": "Text for buttons used to back up content"
|
||||
},
|
||||
"restoreButton": {
|
||||
"message": "Restore…",
|
||||
"message": "Вратите резервну копију…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Не додајте садржај из непоузданих извора",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Skapa ny rapport på GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Standardfiltreringsläge",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Sidan blockerad",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite har förhindrat följande sida från att läsas in:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Gå tillbaka",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Stäng det här fönstret",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Återställ…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Återställ till standardinställningarna…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Alla dina anpassade inställningar kommer att tas bort. Vill du verkligen återställa till standardinställningarna?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Lägg inte till filter från obetrodda källor.",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@
|
|||
"description": "English: uBO Lite — Dashboard"
|
||||
},
|
||||
"settingsPageName": {
|
||||
"message": "Settings",
|
||||
"message": "அமைப்புகள்",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"customFiltersPageName": {
|
||||
"message": "Custom filters",
|
||||
"message": "விருப்ப வடிகட்டிகள்",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"developPageName": {
|
||||
|
|
@ -28,11 +28,11 @@
|
|||
"description": "appears as tab name in dashboard. Inspired from 'Develop' menu in Safari, see https://developer.apple.com/documentation/safari-developer-tools/develop-menu"
|
||||
},
|
||||
"aboutPageName": {
|
||||
"message": "About",
|
||||
"message": "பற்றி",
|
||||
"description": "appears as tab name in dashboard"
|
||||
},
|
||||
"aboutPrivacyPolicy": {
|
||||
"message": "Privacy policy",
|
||||
"message": "தனியுரிமை கொள்கை",
|
||||
"description": "Link to privacy policy on GitHub (English)"
|
||||
},
|
||||
"popupFilteringModeLabel": {
|
||||
|
|
@ -52,7 +52,7 @@
|
|||
"description": "English: Click to open the dashboard"
|
||||
},
|
||||
"popupMoreButton": {
|
||||
"message": "More",
|
||||
"message": "மேலும்",
|
||||
"description": "Label to be used to show popup panel sections"
|
||||
},
|
||||
"popupLessButton": {
|
||||
|
|
@ -64,11 +64,11 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAds": {
|
||||
"message": "Ads",
|
||||
"message": "விளம்பரங்கள்",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupPrivacy": {
|
||||
"message": "Privacy",
|
||||
"message": "தனியுரிமை",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
|
|
@ -76,11 +76,11 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
"message": "Annoyances",
|
||||
"message": "எரிச்சல்கள்",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMisc": {
|
||||
"message": "Miscellaneous",
|
||||
"message": "இதர",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupRegions": {
|
||||
|
|
@ -88,7 +88,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"customFiltersImportExportLabel": {
|
||||
"message": "Import / Export",
|
||||
"message": "இறக்குமதி / ஏற்றுமதி",
|
||||
"description": "Text label heading the import/export area of custom filters"
|
||||
},
|
||||
"customFiltersImportTextareaPlaceholder": {
|
||||
|
|
@ -96,7 +96,7 @@
|
|||
"description": "Placeholder text which describes the purpose of the textarea widget"
|
||||
},
|
||||
"aboutChangelog": {
|
||||
"message": "Changelog",
|
||||
"message": "மாற்றப்பதிவேடு",
|
||||
"description": ""
|
||||
},
|
||||
"aboutCode": {
|
||||
|
|
@ -104,23 +104,23 @@
|
|||
"description": "English: Source code (GPLv3)"
|
||||
},
|
||||
"aboutContributors": {
|
||||
"message": "Contributors",
|
||||
"message": "பங்களிப்பாளர்கள்",
|
||||
"description": "English: Contributors"
|
||||
},
|
||||
"aboutSourceCode": {
|
||||
"message": "Source code",
|
||||
"message": "நிரல்மூலம்",
|
||||
"description": "Link text to source code repo"
|
||||
},
|
||||
"aboutTranslations": {
|
||||
"message": "Translations",
|
||||
"message": "மொழிபெயர்ப்புகள்",
|
||||
"description": "Link text to translations repo"
|
||||
},
|
||||
"aboutFilterLists": {
|
||||
"message": "Filter lists",
|
||||
"message": "வடிகட்டி பட்டியல்கள்",
|
||||
"description": "Link text to uBO's own filter lists repo"
|
||||
},
|
||||
"aboutDependencies": {
|
||||
"message": "External dependencies (GPLv3-compatible):",
|
||||
"message": "வெளிப்புற சார்புகள் (GPLv3- இணக்கமானது):",
|
||||
"description": "Shown in the About pane"
|
||||
},
|
||||
"supportS6H": {
|
||||
|
|
@ -132,7 +132,7 @@
|
|||
"description": "First paragraph of 'Filter issues' section in Support pane"
|
||||
},
|
||||
"supportS5H": {
|
||||
"message": "Troubleshooting information",
|
||||
"message": "பிழைதீர்க்கும் தகவல்",
|
||||
"description": "Label of 'Troubleshooting information' section in 'Report a filter issue' page"
|
||||
},
|
||||
"supportS6P1S1": {
|
||||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "வலைப்பக்கத்தின் முகவரி:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "வலைப்பக்கம்…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -156,11 +156,11 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option1": {
|
||||
"message": "Shows ads or ad leftovers",
|
||||
"message": "விளம்பரங்களையோ அல்லது விளம்பரக் குறிப்புகளையோ காண்பிக்கிறது",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option2": {
|
||||
"message": "Has overlays or other nuisances",
|
||||
"message": "மேலோட்டங்கள் அல்லது பிற சிரமங்களைக் கொண்டுள்ளது",
|
||||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Select1Option3": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -200,19 +200,19 @@
|
|||
"description": "This describes the default filtering mode setting"
|
||||
},
|
||||
"filteringMode0Name": {
|
||||
"message": "no filtering",
|
||||
"message": "வடிகட்டு இல்லை",
|
||||
"description": "Name of blocking mode 0"
|
||||
},
|
||||
"filteringMode1Name": {
|
||||
"message": "basic",
|
||||
"message": "அடிப்படை",
|
||||
"description": "Name of blocking mode 1"
|
||||
},
|
||||
"filteringMode2Name": {
|
||||
"message": "optimal",
|
||||
"message": "சிறந்தது",
|
||||
"description": "Name of blocking mode 2"
|
||||
},
|
||||
"filteringMode3Name": {
|
||||
"message": "complete",
|
||||
"message": "முழுமையான",
|
||||
"description": "Name of blocking mode 3"
|
||||
},
|
||||
"basicFilteringModeDescription": {
|
||||
|
|
@ -224,7 +224,7 @@
|
|||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher webpage resources usage.",
|
||||
"message": "Advanced network filtering plus specific and generic extended filtering from selected filter lists.\n\nRequires broad permission to read and modify data on all websites.\n\nGeneric extended filtering may cause higher web page resources usage.",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Default filtering mode",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "สร้างรายงานใหม่",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "โหมดการกรองเริ่มต้น",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "บล๊อกเพจ",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite ได้ป้องกันเพจเหล่านี้จากการโหลด:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "ย้อนกลับ",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "ปิดหน้าต่างนี้",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "อย่าเพิ่มเนื้อหาจากแหล่งที่ไม่น่าเชื่อถือ",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "GitHub'da yeni rapor oluştur",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Varsayılan filtreleme modu",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Sayfa engellendi",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBo Lite aşağıdaki sayfaların yüklenmesini engelledi:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Geri git",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Bu pencereyi kapat",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Geri yükle…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Varsayılan ayarlara sıfırla... ",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Tüm özel ayarlarınız silinecektir. Gerçekten varsayılan ayarlara sıfırlamak istiyor musunuz?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Güvenilmeyen kaynaklardan içerik eklemeyin",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Створити новий звіт",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Типовий режим фільтрування",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Сторінку заблоковано",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite заблокував завантаження таких сторінок:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Повернутися",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Закрити це вікно",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Відновити…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Скинути до усталених налаштувань…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Усі користувацькі налаштування буде вилучено. Хочете скинути налаштування до типових?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Не додавати вміст з невідомих джерел",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -144,11 +144,11 @@
|
|||
"description": "A clickable link in the filter issue reporter section"
|
||||
},
|
||||
"supportS6URL": {
|
||||
"message": "Address of the webpage:",
|
||||
"message": "Address of the web page:",
|
||||
"description": "Label for the URL of the page"
|
||||
},
|
||||
"supportS6Select1": {
|
||||
"message": "The webpage…",
|
||||
"message": "The web page…",
|
||||
"description": "Label for widget to select type of issue"
|
||||
},
|
||||
"supportS6Select1Option0": {
|
||||
|
|
@ -184,12 +184,12 @@
|
|||
"description": "An entry in the widget used to select the type of issue"
|
||||
},
|
||||
"supportS6Checkbox1": {
|
||||
"message": "Label the webpage as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"message": "Label the web page as “NSFW” (<a href=\"https://wikipedia.org/wiki/Not_safe_for_work\">“Not Safe For Work”</a>)",
|
||||
"description": "A checkbox to use for NSFW sites"
|
||||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Create new report on GitHub",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "ڈیفالٹ فلٹرنگ موڈ",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Page blocked",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite has prevented the following page from loading:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Go back",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Close this window",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Restore…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Reset to default settings…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "All your custom settings will be removed. Do you really want to reset to default settings?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Do not add content from untrusted sources",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "Select a filter below to highlight matching elements in the webpage. Click the trash can to remove a filter.",
|
||||
"message": "Select a filter below to highlight matching elements in the web page. Click the trash can to remove a filter.",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@
|
|||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupMalware": {
|
||||
"message": "Các tên miền nguy hiểm",
|
||||
"message": "Bảo vệ phần mềm độc hại, bảo mật",
|
||||
"description": "Header for a ruleset section in 'Filter lists pane'"
|
||||
},
|
||||
"3pGroupAnnoyances": {
|
||||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "Tạo báo cáo mới",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "Chế độ bộ lọc mặc định",
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "Trang bị chặn",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite đã ngăn tải trang sau:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "Quay lại",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "Đóng cửa sổ này",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "Khôi phục…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "Đặt lại về cài đặt mặc định…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "Tất cả cài đặt tùy chỉnh của bạn sẽ bị xóa. Bạn có thực sự muốn đặt lại về cài đặt mặc định không?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "Không thêm các bộ lọc từ các nguồn không đáng tin cậy",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,7 +189,7 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "创建新报告",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "默认过滤模式",
|
||||
|
|
@ -281,14 +281,14 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "页面已被拦截",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite 已阻止加载以下页面:",
|
||||
"description": "Sentence used in the strict-blocked page"
|
||||
},
|
||||
"strictblockReasonSentence1": {
|
||||
"message": "该页面由于 {{listName}} 中的匹配过滤器而被阻止。",
|
||||
"message": "该页面由于 {{listname}} 中的匹配过滤器而被阻止。",
|
||||
"description": "Text informing about what is causing the page to be blocked"
|
||||
},
|
||||
"strictblockRedirectSentence1": {
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "返回",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "关闭此窗口",
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "还原…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "重置为默认设置…",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "您的自定义设置将被清除。是否确定要重置为默认设置?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "请勿添加来自不可信来源的内容",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
|
|||
|
|
@ -189,14 +189,14 @@
|
|||
},
|
||||
"supportReportSpecificButton": {
|
||||
"message": "建立新報告",
|
||||
"description": "Text for button which open an external webpage in Support pane"
|
||||
"description": "Text for button which opens an external web page in Support pane"
|
||||
},
|
||||
"defaultFilteringModeSectionLabel": {
|
||||
"message": "預設過濾模式",
|
||||
"description": "The header text for the default filtering mode section"
|
||||
},
|
||||
"defaultFilteringModeDescription": {
|
||||
"message": "預設過濾模式將被每個網站的過濾模式覆寫。你可以根據每個網站的情況,調整該網站的過濾模式,以選擇最適合的模式。每種模式都有其優缺點。",
|
||||
"message": "預設過濾模式將被每個網站的過濾模式覆寫。你可以根據情況,調整該網站的過濾模式,以選擇最適合的模式。每種模式都有其優缺點。",
|
||||
"description": "This describes the default filtering mode setting"
|
||||
},
|
||||
"filteringMode0Name": {
|
||||
|
|
@ -216,15 +216,15 @@
|
|||
"description": "Name of blocking mode 3"
|
||||
},
|
||||
"basicFilteringModeDescription": {
|
||||
"message": "來自選定過濾條件清單的基礎網路過濾。\n\n不需要讀取與變更網站資料的權限。",
|
||||
"message": "來自選定過濾條件清單的基礎網路過濾功能。\n\n不需要讀取與變更網站資料的權限。",
|
||||
"description": "This describes the 'basic' filtering mode"
|
||||
},
|
||||
"optimalFilteringModeDescription": {
|
||||
"message": "進階的網路過濾功能,並結合選定過濾清單中的特定延伸過濾。 \n\n需要授予讀取和修改所有網站資料的廣泛權限。",
|
||||
"message": "進階的網路過濾功能,結合選定過濾清單中的特定延伸過濾功能。 \n\n需要授予讀取和修改所有網站資料的廣泛權限。",
|
||||
"description": "This describes the 'optimal' filtering mode"
|
||||
},
|
||||
"completeFilteringModeDescription": {
|
||||
"message": "進階網路過濾,加上從選定過濾清單中進行特定與通用延伸過濾。\n\n需要授予讀取和修改所有網站資料的廣泛權限。\n\n通用延伸過濾可能會導致較高的網頁資源使用量。",
|
||||
"message": "進階網路過濾功能,加上選定過濾清單中的特定與通用延伸過濾功能。\n\n需要授予讀取和修改所有網站資料的廣泛權限。\n\n通用延伸過濾功能可能會導致較高的網頁資源使用量。",
|
||||
"description": "This describes the 'complete' filtering mode"
|
||||
},
|
||||
"noFilteringModeDescription": {
|
||||
|
|
@ -268,7 +268,7 @@
|
|||
"description": "The header text for the back up/restore section"
|
||||
},
|
||||
"settingsBackupRestoreSummary": {
|
||||
"message": "將你的自訂設定備份到檔案,或是從檔案還原你的自訂設定。",
|
||||
"message": "將你的自訂設定備份到檔案,或從檔案還原你的自訂設定。",
|
||||
"description": "A summary description of the back up/restore section."
|
||||
},
|
||||
"settingsBackupRestoreLegend": {
|
||||
|
|
@ -281,7 +281,7 @@
|
|||
},
|
||||
"strictblockTitle": {
|
||||
"message": "已封鎖頁面",
|
||||
"description": "Webpage title for the strict-blocked page"
|
||||
"description": "Web page title for the strict-blocked page"
|
||||
},
|
||||
"strictblockSentence1": {
|
||||
"message": "uBO Lite 已防止下列頁面載入:",
|
||||
|
|
@ -301,7 +301,7 @@
|
|||
},
|
||||
"strictblockBack": {
|
||||
"message": "返回",
|
||||
"description": "A button to go back to the previous webpage"
|
||||
"description": "A button to go back to the previous web page"
|
||||
},
|
||||
"strictblockClose": {
|
||||
"message": "關閉此視窗",
|
||||
|
|
@ -344,7 +344,7 @@
|
|||
"description": "An option in a dropdown list"
|
||||
},
|
||||
"developOptionDnrRulesOf": {
|
||||
"message": "DNR 規則……",
|
||||
"message": "DNR 規則…",
|
||||
"description": "A section header in a dropdown list"
|
||||
},
|
||||
"developOptionDynamicRuleset": {
|
||||
|
|
@ -383,6 +383,14 @@
|
|||
"message": "還原…",
|
||||
"description": "Text for buttons used to restore content"
|
||||
},
|
||||
"resetToDefaultButton": {
|
||||
"message": "重設為預設設定……",
|
||||
"description": "Text for buttons used to reset configurations to default"
|
||||
},
|
||||
"resetToDefaultConfirm": {
|
||||
"message": "所有自訂設定都將被移除。您確定要重設為預設值嗎?",
|
||||
"description": "Message asking user to confirm reset to default settings"
|
||||
},
|
||||
"dnrRulesWarning": {
|
||||
"message": "切勿新增來自不受信任來源的內容",
|
||||
"description": "Short description of the DNR rules editor pane"
|
||||
|
|
@ -392,7 +400,7 @@
|
|||
"description": "Short sentence to report the number of currently registered DNR rules"
|
||||
},
|
||||
"pickerSliderLabel": {
|
||||
"message": "移動滑桿以選取最佳符合",
|
||||
"message": "移動滑桿以選取最合適的規則",
|
||||
"description": "Label to describe the purpose of the slider"
|
||||
},
|
||||
"pickerPick": {
|
||||
|
|
@ -408,7 +416,7 @@
|
|||
"description": "Text for the button to create the filter"
|
||||
},
|
||||
"unpickerUsage": {
|
||||
"message": "選取下方的過濾器,突顯網頁中符合條件的元素。按一下回收桶可移除過濾器",
|
||||
"message": "選取下方的過濾器,以突顯網頁中符合條件的元素。按一下回收桶可移除過濾器。",
|
||||
"description": "Summary description on how to use the tool to remove custom filters"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -61,11 +61,12 @@ body [data-pane-related] {
|
|||
padding: 0 var(--default-gap-xxsmall);
|
||||
}
|
||||
|
||||
body[data-pane="settings"] > section[data-pane="settings"],
|
||||
body[data-pane="rulesets"] > section[data-pane="rulesets"],
|
||||
body[data-pane="filters"] > section[data-pane="filters"],
|
||||
body[data-pane="develop"] > section[data-pane="develop"],
|
||||
body[data-pane="about"] > section[data-pane="about"] {
|
||||
body[data-pane="settings"]:not(.busy) > section[data-pane="settings"],
|
||||
body[data-pane="rulesets"]:not(.busy) > section[data-pane="rulesets"],
|
||||
body[data-pane="filters"]:not(.busy) > section[data-pane="filters"],
|
||||
body[data-pane="develop"]:not(.busy) > section[data-pane="develop"],
|
||||
body[data-pane="about"]:not(.busy) > section[data-pane="about"],
|
||||
body.busy[data-pane] > section[data-pane="busy"] {
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ section[data-pane="develop"] > div > * {
|
|||
:root.dark #cm-container .cm-editor .cm-line .ubol-literal {
|
||||
color: #1dae74;
|
||||
}
|
||||
#cm-container .cm-editor .cm-line.badline:not(.cm-activeLine) {
|
||||
#cm-container .cm-editor .cm-line.badline {
|
||||
background-color: color-mix(in srgb, var(--info3-ink) 15%, transparent 85%);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,12 @@
|
|||
/* External CSS values override */
|
||||
@keyframes spin {
|
||||
0% { transform: rotate(0deg); }
|
||||
100% { transform: rotate(360deg); }
|
||||
}
|
||||
@keyframes busy {
|
||||
to { opacity: 90%; }
|
||||
}
|
||||
|
||||
/* External CSS values override */
|
||||
.fa-icon.fa-icon-badged > .fa-icon-badge {
|
||||
bottom: auto;
|
||||
top: -20%;
|
||||
|
|
@ -30,14 +38,40 @@ a {
|
|||
outline: 0;
|
||||
}
|
||||
|
||||
#main {
|
||||
main {
|
||||
align-self: flex-start;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
:root.portrait #main {
|
||||
body.busy main {
|
||||
pointer-events: none;
|
||||
}
|
||||
:root.portrait main {
|
||||
align-self: inherit;
|
||||
}
|
||||
aside {
|
||||
background-color: var(--surface-1);
|
||||
bottom: 0;
|
||||
display: none;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
top: 0;
|
||||
z-index: 1000;
|
||||
}
|
||||
aside .fa-icon {
|
||||
animation: spin 1s steps(8) infinite;
|
||||
fill: var(--surface-3);
|
||||
font-size: 4em;
|
||||
margin: 2em;
|
||||
}
|
||||
body.busy aside {
|
||||
animation: busy 0s step-start 1s;
|
||||
animation-fill-mode: forwards;
|
||||
display: block;
|
||||
}
|
||||
hr {
|
||||
margin: 0.5em 0;
|
||||
}
|
||||
|
|
@ -185,7 +219,7 @@ body.needReload #refresh {
|
|||
overflow-y: auto;
|
||||
width: 100%;
|
||||
}
|
||||
:root.portrait #main {
|
||||
:root.portrait main {
|
||||
max-width: unset;
|
||||
}
|
||||
/* mouse-driven devices */
|
||||
|
|
|
|||
|
|
@ -249,7 +249,7 @@ body section[data-pane="filters"] .hostnames {
|
|||
body section[data-pane="filters"] .hostnames:empty {
|
||||
display: none;
|
||||
}
|
||||
body.busy section[data-pane="filters"] .hostnames {
|
||||
body.readonly section[data-pane="filters"] .hostnames {
|
||||
pointer-events: none;
|
||||
}
|
||||
section[data-pane="filters"] ul {
|
||||
|
|
@ -347,3 +347,15 @@ section[data-pane="filters"] aside p {
|
|||
justify-content: flex-start;
|
||||
}
|
||||
}
|
||||
|
||||
body.busy section[data-pane="busy"] > div {
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
align-items: stretch;
|
||||
}
|
||||
body.busy section[data-pane="busy"] .fa-icon {
|
||||
animation: spin 1s steps(8) infinite;
|
||||
fill: var(--surface-3);
|
||||
font-size: 4em;
|
||||
margin: 2em;
|
||||
}
|
||||
|
|
@ -103,6 +103,7 @@
|
|||
<p>
|
||||
<button class="iconified dontshrink" type="button"><span class="fa-icon">download-alt</span><span data-i18n="backupButton">_</span><span class="hover"></span></button>
|
||||
<button class="iconified dontshrink" type="button"><span class="fa-icon">upload-alt</span><span data-i18n="restoreButton">_</span><span class="hover"></span></button><input type="file" accept="application/json">
|
||||
<button class="iconified dontshrink" type="button"><span class="fa-icon">undo</span><span data-i18n="resetToDefaultButton">_</span><span class="hover"></span></button><input type="file" accept="application/json">
|
||||
</p>
|
||||
</div>
|
||||
</section>
|
||||
|
|
@ -172,6 +173,12 @@
|
|||
</div>
|
||||
</section>
|
||||
<!-- -------- -->
|
||||
<section data-pane="busy">
|
||||
<div>
|
||||
<span class="fa-icon">spinner</span>
|
||||
</div>
|
||||
</section>
|
||||
<!-- -------- -->
|
||||
<template id="listEntryLeaf">
|
||||
<div class="listEntry" data-role="leaf">
|
||||
<span class="detailbar">
|
||||
|
|
|
|||
|
|
@ -19,8 +19,8 @@
|
|||
Home: https://github.com/gorhill/uBlock
|
||||
*/
|
||||
|
||||
import { matchesFromHostnames, strArrayEq } from './utils.js';
|
||||
import { browser } from './ext.js';
|
||||
import { matchesFromHostnames } from './utils.js';
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
@ -91,9 +91,6 @@ export async function registerToolbarIconToggler(context) {
|
|||
|
||||
if ( toToggle.size === 0 ) { return; }
|
||||
|
||||
const registered = context.before.get('toolbar-icon');
|
||||
context.before.delete('toolbar-icon'); // Important!
|
||||
|
||||
const directive = {
|
||||
id: 'toolbar-icon',
|
||||
js: [ '/js/scripting/toolbar-icon.js' ],
|
||||
|
|
@ -101,10 +98,5 @@ export async function registerToolbarIconToggler(context) {
|
|||
runAt: 'document_start',
|
||||
};
|
||||
|
||||
if ( registered === undefined ) {
|
||||
context.toAdd.push(directive);
|
||||
} else if ( strArrayEq(registered.matches, directive.matches) === false ) {
|
||||
context.toRemove.push('toolbar-icon');
|
||||
context.toAdd.push(directive);
|
||||
}
|
||||
context.toAdd.push(directive);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -55,8 +55,6 @@ import {
|
|||
|
||||
import {
|
||||
broadcastMessage,
|
||||
gotoURL,
|
||||
hasBroadHostPermissions,
|
||||
hostnameFromMatch,
|
||||
hostnamesFromMatches,
|
||||
} from './utils.js';
|
||||
|
|
@ -101,6 +99,11 @@ import {
|
|||
ubolLog,
|
||||
} from './debug.js';
|
||||
|
||||
import {
|
||||
gotoURL,
|
||||
hasBroadHostPermissions,
|
||||
} from './ext-utils.js';
|
||||
|
||||
import { dnr } from './ext-compat.js';
|
||||
import { toggleToolbarIcon } from './action.js';
|
||||
|
||||
|
|
@ -399,6 +402,10 @@ function onMessage(request, sender, callback) {
|
|||
});
|
||||
return true;
|
||||
|
||||
case 'getShowBlockedCount':
|
||||
callback(rulesetConfig.showBlockedCount);
|
||||
break;
|
||||
|
||||
case 'setShowBlockedCount':
|
||||
rulesetConfig.showBlockedCount = request.state && true || false;
|
||||
if ( canShowBlockedCount ) {
|
||||
|
|
@ -592,6 +599,12 @@ function onMessage(request, sender, callback) {
|
|||
});
|
||||
return true;
|
||||
|
||||
case 'getRegisteredContentScripts':
|
||||
scrmgr.getRegisteredContentScripts().then(ids => {
|
||||
callback(ids);
|
||||
});
|
||||
return true;
|
||||
|
||||
case 'getConsoleOutput':
|
||||
callback(getConsoleOutput());
|
||||
break;
|
||||
|
|
@ -662,12 +675,13 @@ async function startSession() {
|
|||
}
|
||||
|
||||
// Permissions may have been removed while the extension was disabled
|
||||
await syncWithBrowserPermissions();
|
||||
const permissionsUpdated = await syncWithBrowserPermissions();
|
||||
|
||||
// Unsure whether the browser remembers correctly registered css/scripts
|
||||
// after we quit the browser. For now uBOL will check unconditionally at
|
||||
// launch time whether content css/scripts are properly registered.
|
||||
registerInjectables();
|
||||
const shouldInject = isNewVersion || permissionsUpdated ||
|
||||
isSideloaded && rulesetConfig.developerMode;
|
||||
if ( shouldInject ) {
|
||||
await registerInjectables();
|
||||
}
|
||||
|
||||
// Cosmetic filtering-related content scripts cache fitlering data in
|
||||
// session storage.
|
||||
|
|
@ -716,6 +730,11 @@ async function start() {
|
|||
scrmgr.onWakeupRun();
|
||||
}
|
||||
|
||||
const scripts = await scrmgr.getRegisteredContentScripts();
|
||||
if ( scripts.length === 0 ) {
|
||||
registerInjectables();
|
||||
}
|
||||
|
||||
toggleDeveloperMode(rulesetConfig.developerMode);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -515,7 +515,7 @@ export function rulesFromText(text) {
|
|||
if ( indices.length === 0 ) { continue; }
|
||||
const result = ruleFromLines(lines, indices);
|
||||
if ( result.bad ) {
|
||||
bad.push(...result.bad.slice(4));
|
||||
bad.push(...result.bad.slice(0, 4));
|
||||
} else if ( result.rule ) {
|
||||
rules.push(result.rule);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -19,21 +19,13 @@
|
|||
Home: https://github.com/gorhill/uBlock
|
||||
*/
|
||||
|
||||
import { deepEquals } from './utils.js';
|
||||
|
||||
export const webext = self.browser || self.chrome;
|
||||
export const dnr = webext.declarativeNetRequest || {};
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
const ruleCompare = (a, b) => a.id - b.id;
|
||||
|
||||
const isSameRules = (a, b) => {
|
||||
a.sort(ruleCompare);
|
||||
b.sort(ruleCompare);
|
||||
return JSON.stringify(a) === JSON.stringify(b);
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
export function normalizeDNRRules(rules, ruleIds) {
|
||||
if ( Array.isArray(rules) === false ) { return rules; }
|
||||
return Array.isArray(ruleIds)
|
||||
|
|
@ -85,19 +77,23 @@ dnr.setAllowAllRules = async function(id, allowed, notAllowed, reverse, priority
|
|||
}
|
||||
addSessionRules.push(rule1);
|
||||
}
|
||||
if ( isSameRules(addDynamicRules, beforeDynamicRules) ) { return false; }
|
||||
return Promise.all([
|
||||
dnr.updateDynamicRules({
|
||||
addRules: addDynamicRules,
|
||||
removeRuleIds: beforeDynamicRules.map(r => r.id),
|
||||
}),
|
||||
dnr.updateSessionRules({
|
||||
addRules: addSessionRules,
|
||||
removeRuleIds: beforeSessionRules.map(r => r.id),
|
||||
}),
|
||||
]).then(( ) =>
|
||||
true
|
||||
).catch(( ) =>
|
||||
false
|
||||
);
|
||||
const promises = [];
|
||||
const modified = deepEquals(addDynamicRules, beforeDynamicRules) === false;
|
||||
if ( modified ) {
|
||||
promises.push(
|
||||
dnr.updateDynamicRules({
|
||||
addRules: addDynamicRules,
|
||||
removeRuleIds: beforeDynamicRules.map(r => r.id),
|
||||
})
|
||||
);
|
||||
}
|
||||
if ( deepEquals(addSessionRules, beforeSessionRules) === false ) {
|
||||
promises.push(
|
||||
dnr.updateSessionRules({
|
||||
addRules: addSessionRules,
|
||||
removeRuleIds: beforeSessionRules.map(r => r.id),
|
||||
})
|
||||
);
|
||||
}
|
||||
return Promise.all(promises).then(( ) => modified).catch(( ) => false);
|
||||
};
|
||||
|
|
|
|||
68
platform/mv3/extension/js/ext-utils.js
Normal file
68
platform/mv3/extension/js/ext-utils.js
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
/*******************************************************************************
|
||||
|
||||
uBlock Origin Lite - a comprehensive, MV3-compliant content blocker
|
||||
Copyright (C) 2022-present Raymond Hill
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see {http://www.gnu.org/licenses/}.
|
||||
|
||||
Home: https://github.com/gorhill/uBlock
|
||||
*/
|
||||
|
||||
import {
|
||||
browser,
|
||||
runtime,
|
||||
} from './ext.js';
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
// https://developer.mozilla.org/docs/Mozilla/Add-ons/WebExtensions/manifest.json/host_permissions#requested_permissions_and_user_prompts
|
||||
// "Users can grant or revoke host permissions on an ad hoc basis. Therefore,
|
||||
// most browsers treat host_permissions as optional."
|
||||
|
||||
export async function hasBroadHostPermissions() {
|
||||
return browser.permissions.getAll().then(permissions =>
|
||||
permissions.origins.includes('<all_urls>') ||
|
||||
permissions.origins.includes('*://*/*')
|
||||
).catch(( ) => false);
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
export async function gotoURL(url, type) {
|
||||
const pageURL = new URL(url, runtime.getURL('/'));
|
||||
const tabs = await browser.tabs.query({
|
||||
url: pageURL.href,
|
||||
windowType: type !== 'popup' ? 'normal' : 'popup'
|
||||
});
|
||||
|
||||
if ( Array.isArray(tabs) && tabs.length !== 0 ) {
|
||||
const { windowId, id } = tabs[0];
|
||||
return Promise.all([
|
||||
browser.windows.update(windowId, { focused: true }),
|
||||
browser.tabs.update(id, { active: true }),
|
||||
]);
|
||||
}
|
||||
|
||||
if ( type === 'popup' ) {
|
||||
return browser.windows.create({
|
||||
type: 'popup',
|
||||
url: pageURL.href,
|
||||
});
|
||||
}
|
||||
|
||||
return browser.tabs.create({
|
||||
active: true,
|
||||
url: pageURL.href,
|
||||
});
|
||||
}
|
||||
|
|
@ -63,9 +63,9 @@ export async function localWrite(key, value) {
|
|||
return browser.storage.local.set({ [key]: value });
|
||||
}
|
||||
|
||||
export async function localRemove(key) {
|
||||
export async function localRemove(keys) {
|
||||
if ( notAnObject(browser?.storage?.local) ) { return; }
|
||||
return browser.storage.local.remove(key);
|
||||
return browser.storage.local.remove(keys);
|
||||
}
|
||||
|
||||
export async function localKeys() {
|
||||
|
|
@ -95,9 +95,9 @@ export async function sessionWrite(key, value) {
|
|||
return browser.storage.session.set({ [key]: value });
|
||||
}
|
||||
|
||||
export async function sessionRemove(key) {
|
||||
export async function sessionRemove(keys) {
|
||||
if ( notAnObject(browser?.storage?.session) ) { return; }
|
||||
return browser.storage.session.remove(key);
|
||||
return browser.storage.session.remove(keys);
|
||||
}
|
||||
|
||||
export async function sessionKeys() {
|
||||
|
|
|
|||
|
|
@ -88,11 +88,11 @@ async function removeSelectorsFromHostname(node) {
|
|||
qsa$(hostnameNode, 'li.selector.removed [contenteditable]')
|
||||
).map(a => a.dataset.ugly);
|
||||
if ( selectors.length === 0 ) { return; }
|
||||
dom.cl.add(dom.body, 'busy');
|
||||
dom.cl.add(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
await sendMessage({ what: 'removeCustomFilters', hostname, selectors });
|
||||
await debounceRenderCustomFilters();
|
||||
dom.cl.remove(dom.body, 'busy');
|
||||
dom.cl.remove(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
}
|
||||
|
||||
|
|
@ -105,11 +105,11 @@ async function unremoveSelectorsFromHostname(node) {
|
|||
qsa$(hostnameNode, 'li.selector:not(.removed) [contenteditable]')
|
||||
).map(a => a.dataset.ugly);
|
||||
if ( selectors.length === 0 ) { return; }
|
||||
dom.cl.add(dom.body, 'busy');
|
||||
dom.cl.add(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
await sendMessage({ what: 'addCustomFilters', hostname, selectors });
|
||||
await debounceRenderCustomFilters();
|
||||
dom.cl.remove(dom.body, 'busy');
|
||||
dom.cl.remove(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
}
|
||||
|
||||
|
|
@ -199,7 +199,7 @@ debounceRenderCustomFilters.debouncer = undefined;
|
|||
/******************************************************************************/
|
||||
|
||||
function updateContentEditability() {
|
||||
if ( dom.cl.has(dom.body, 'busy') ) {
|
||||
if ( dom.cl.has(dom.body, 'readonly') ) {
|
||||
dom.attr('[contenteditable]', 'contenteditable', 'false');
|
||||
return;
|
||||
}
|
||||
|
|
@ -228,7 +228,7 @@ async function onHostnameChanged(target, before, after) {
|
|||
return;
|
||||
}
|
||||
|
||||
dom.cl.add(dom.body, 'busy');
|
||||
dom.cl.add(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
|
||||
// Remove old hostname from storage
|
||||
|
|
@ -245,7 +245,7 @@ async function onHostnameChanged(target, before, after) {
|
|||
});
|
||||
|
||||
await debounceRenderCustomFilters();
|
||||
dom.cl.remove(dom.body, 'busy');
|
||||
dom.cl.remove(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
}
|
||||
|
||||
|
|
@ -261,7 +261,7 @@ async function onSelectorChanged(target, before, after) {
|
|||
|
||||
const hostname = hostnameFromNode(target);
|
||||
|
||||
dom.cl.add(dom.body, 'busy');
|
||||
dom.cl.add(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
|
||||
// Remove old selector from storage
|
||||
|
|
@ -279,7 +279,7 @@ async function onSelectorChanged(target, before, after) {
|
|||
});
|
||||
|
||||
await debounceRenderCustomFilters();
|
||||
dom.cl.remove(dom.body, 'busy');
|
||||
dom.cl.remove(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
}
|
||||
|
||||
|
|
@ -385,7 +385,7 @@ async function importFromText(text) {
|
|||
|
||||
if ( hostnameToSelectorsMap.size === 0 ) { return; }
|
||||
|
||||
dom.cl.add(dom.body, 'busy');
|
||||
dom.cl.add(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
|
||||
const promises = [];
|
||||
|
|
@ -400,7 +400,7 @@ async function importFromText(text) {
|
|||
await Promise.all(promises);
|
||||
|
||||
await debounceRenderCustomFilters();
|
||||
dom.cl.remove(dom.body, 'busy');
|
||||
dom.cl.remove(dom.body, 'readonly');
|
||||
updateContentEditability();
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@ import {
|
|||
import {
|
||||
intersectHostnameIters,
|
||||
matchesFromHostnames,
|
||||
strArrayEq,
|
||||
subtractHostnameIters,
|
||||
} from './utils.js';
|
||||
|
||||
|
|
@ -189,9 +188,6 @@ export async function registerCustomFilters(context) {
|
|||
}
|
||||
if ( hostnames.length === 0 ) { return; }
|
||||
|
||||
const registered = context.before.get('css-user');
|
||||
context.before.delete('css-user'); // Important!
|
||||
|
||||
const directive = {
|
||||
id: 'css-user',
|
||||
js: [ '/js/scripting/css-user.js' ],
|
||||
|
|
@ -199,12 +195,7 @@ export async function registerCustomFilters(context) {
|
|||
runAt: 'document_start',
|
||||
};
|
||||
|
||||
if ( registered === undefined ) {
|
||||
context.toAdd.push(directive);
|
||||
} else if ( strArrayEq(registered.matches, directive.matches) === false ) {
|
||||
context.toRemove.push('css-user');
|
||||
context.toAdd.push(directive);
|
||||
}
|
||||
context.toAdd.push(directive);
|
||||
}
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@
|
|||
|
||||
import {
|
||||
broadcastMessage,
|
||||
hasBroadHostPermissions,
|
||||
hostnamesFromMatches,
|
||||
isDescendantHostnameOfIter,
|
||||
toBroaderHostname,
|
||||
|
|
@ -40,6 +39,8 @@ import {
|
|||
|
||||
import { adminReadEx } from './admin.js';
|
||||
import { filteringModesToDNR } from './ruleset-manager.js';
|
||||
import { hasBroadHostPermissions } from './ext-utils.js';
|
||||
|
||||
|
||||
/******************************************************************************/
|
||||
|
||||
|
|
@ -384,7 +385,8 @@ export async function syncWithBrowserPermissions() {
|
|||
if ( afterAllowedHostnames.has('all-urls') === false ) {
|
||||
const { none, basic, optimal, complete } = filteringModes;
|
||||
for ( const hn of new Set([ ...optimal, ...complete ]) ) {
|
||||
if ( afterAllowedHostnames.has(hn) ) { continue; }
|
||||
if ( afterAllowedHostnames.has(hn) ) { continue; }
|
||||
if ( isDescendantHostnameOfIter(hn, afterAllowedHostnames) ) { continue; }
|
||||
applyFilteringMode(filteringModes, hn, afterMode);
|
||||
modified = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -89,8 +89,20 @@ const perScopeParsers = {
|
|||
};
|
||||
|
||||
const addHostnameToMode = (modes, mode, node) => {
|
||||
if ( node.list !== true ) { return false; }
|
||||
modes[mode].push(punycode.toASCII(node.val));
|
||||
if ( node.list !== true ) { return node.val === '-'; }
|
||||
if ( node.key !== undefined ) { return false; }
|
||||
if ( node.val === undefined ) { return false; }
|
||||
const hn = punycode.toASCII(node.val.toLowerCase());
|
||||
if ( hn.length > 253 ) { return false; }
|
||||
if ( hn.split('.').some(isInvalidLabel) ) { return false; }
|
||||
modes[mode].push(hn);
|
||||
};
|
||||
|
||||
const isInvalidLabel = label => {
|
||||
if ( label.length === 0 ) { return true; }
|
||||
if ( label.length > 63 ) { return true; }
|
||||
if ( /^[^\da-z]|[^\da-z]$|[^\da-z-]/.test(label) ) { return true; }
|
||||
return false;
|
||||
};
|
||||
|
||||
/******************************************************************************/
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ function renderAdminRules() {
|
|||
|
||||
const BLOCKING_MODE_MAX = 3;
|
||||
|
||||
function setFilteringMode(level, commit = false) {
|
||||
async function setFilteringMode(level, commit = false) {
|
||||
const modeSlider = qs$('.filteringModeSlider');
|
||||
modeSlider.dataset.level = level;
|
||||
if ( qs$('.filteringModeSlider.moving') === null ) {
|
||||
|
|
@ -52,7 +52,9 @@ function setFilteringMode(level, commit = false) {
|
|||
);
|
||||
}
|
||||
if ( commit !== true ) { return; }
|
||||
commitFilteringMode();
|
||||
dom.cl.add(dom.body, 'busy');
|
||||
await commitFilteringMode();
|
||||
dom.cl.remove(dom.body, 'busy');
|
||||
}
|
||||
|
||||
async function commitFilteringMode() {
|
||||
|
|
@ -233,6 +235,7 @@ dom.on('#gotoReport', 'click', ev => {
|
|||
}
|
||||
if ( url === undefined ) { return; }
|
||||
const reportURL = new URL(runtime.getURL('/report.html'));
|
||||
reportURL.searchParams.set('tabid', currentTab.id);
|
||||
reportURL.searchParams.set('url', tabURL.href);
|
||||
reportURL.searchParams.set('mode', popupPanelData.level);
|
||||
sendMessage({
|
||||
|
|
@ -349,7 +352,7 @@ async function tryInit() {
|
|||
} catch {
|
||||
setTimeout(tryInit, 100);
|
||||
} finally {
|
||||
dom.cl.remove(dom.body, 'loading');
|
||||
dom.cl.remove(dom.body, 'loading', 'busy');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue