mirror of
https://github.com/kkapsner/CanvasBlocker
synced 2024-12-22 12:50:36 +01:00
New translations messages.json (Polish)
This commit is contained in:
parent
184b6bb47c
commit
b7e1b50166
@ -16,7 +16,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"browserAction_title_whitelisted": {
|
"browserAction_title_whitelisted": {
|
||||||
"message": " (APIs whitelisted for {url})",
|
"message": " (API na białej liście dla {url})",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"browserAction_title_protectedAPIs": {
|
"browserAction_title_protectedAPIs": {
|
||||||
@ -72,7 +72,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"installNotice": {
|
"installNotice": {
|
||||||
"message": "CanvasBlocker was installed. If you want to be able to access this page in the future, please bookmark it.",
|
"message": "CanvasBlocker został zainstalowany. Jeśli chcesz mieć dostęp do tej strony w przyszłości, dodaj ją do zakładek.",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"updateNotice": {
|
"updateNotice": {
|
||||||
@ -376,7 +376,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"blockMode_options.block": {
|
"blockMode_options.block": {
|
||||||
"message": "allow only whitelist",
|
"message": "zezwól tylko na białą listę",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"blockMode_options.ask": {
|
"blockMode_options.ask": {
|
||||||
@ -388,7 +388,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"blockMode_options.allow": {
|
"blockMode_options.allow": {
|
||||||
"message": "block only blacklist",
|
"message": "blokuj tylko czarną listę",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"blockMode_options.fake": {
|
"blockMode_options.fake": {
|
||||||
@ -640,7 +640,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"showOptions": {
|
"showOptions": {
|
||||||
"message": "display settings",
|
"message": "pokaż ustawienia",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"displayCallingStack": {
|
"displayCallingStack": {
|
||||||
@ -648,7 +648,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"displayFullURL": {
|
"displayFullURL": {
|
||||||
"message": "display full URL",
|
"message": "wyświetl pełny adres URL",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"enableStackList_description": {
|
"enableStackList_description": {
|
||||||
@ -664,7 +664,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"blocked": {
|
"blocked": {
|
||||||
"message": "API blocked on {url}.",
|
"message": "API zablokowane na {url}.",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedReadout": {
|
"fakedReadout": {
|
||||||
@ -672,27 +672,27 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedAudioReadout": {
|
"fakedAudioReadout": {
|
||||||
"message": "Faked audio readout on {url}",
|
"message": "Fałszywy odczyt audio na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedHistoryReadout": {
|
"fakedHistoryReadout": {
|
||||||
"message": "Faked history readout on {url}",
|
"message": "Fałszywy historii na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedWindowReadout": {
|
"fakedWindowReadout": {
|
||||||
"message": "Faked window readout on {url}",
|
"message": "Fałszywy odczyt okna na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedDOMRectReadout": {
|
"fakedDOMRectReadout": {
|
||||||
"message": "Faked DOMRect readout on {url}",
|
"message": "Fałszywy odczyt ROMRect na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedTextMetricsReadout": {
|
"fakedTextMetricsReadout": {
|
||||||
"message": "Faked TextMetrics readout on {url}",
|
"message": "Fałszywy odczyt TextMetrics na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedNavigatorReadout": {
|
"fakedNavigatorReadout": {
|
||||||
"message": "Faked navigator readout on {url}",
|
"message": "Fałszywy odczyt nawigatora na {url}",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"fakedScreenReadout": {
|
"fakedScreenReadout": {
|
||||||
@ -740,7 +740,7 @@
|
|||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"inputIgnoreDomain": {
|
"inputIgnoreDomain": {
|
||||||
"message": "Input domain to add to ignore list:",
|
"message": "Wprowadź domenę do dodania do listy ignorowanych:",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
},
|
||||||
"inputIgnoreURL": {
|
"inputIgnoreURL": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user