Browse Source

import translation work from https://crowdin.com/project/umatrix

pull/2/head
Raymond Hill 7 years ago
parent
commit
fc24d902ad
No known key found for this signature in database GPG Key ID: 25E1490B761470C2
  1. 4
      src/_locales/ja/messages.json
  2. 24
      src/_locales/pl/messages.json

4
src/_locales/ja/messages.json

@ -332,11 +332,11 @@
"description": "English: Show the number of distinct requests on the icon" "description": "English: Show the number of distinct requests on the icon"
}, },
"settingsCollapseBlocked": { "settingsCollapseBlocked": {
"message": "ブロックした要素のプレースホルダを折りたたむ",
"message": "ブロックした要素のプレースホルダを表示しない",
"description": "English: Collapse placeholder of blocked elements" "description": "English: Collapse placeholder of blocked elements"
}, },
"settingsCollapseBlacklisted": { "settingsCollapseBlacklisted": {
"message": "Collapse placeholder of blacklisted elements",
"message": "明示的に拒否した要素のプレースホルダを表示しない",
"description": "A setting in the dashboard's Settings pane: 'blacklisted' means 'for which there is a specific block rule', 'specific' means 'a rule for which the destination hostname is not `*`'" "description": "A setting in the dashboard's Settings pane: 'blacklisted' means 'for which there is a specific block rule', 'specific' means 'a rule for which the destination hostname is not `*`'"
}, },
"settingsNoscriptTagsSpoofed": { "settingsNoscriptTagsSpoofed": {

24
src/_locales/pl/messages.json

@ -12,7 +12,7 @@
"description": "" "description": ""
}, },
"loggerPageName": { "loggerPageName": {
"message": "uMatrix — Logger",
"message": "uMatrix — Dziennik",
"description": "Title for the logger window" "description": "Title for the logger window"
}, },
"settingsPageName": { "settingsPageName": {
@ -96,7 +96,7 @@
"description": "Tool tip for the revert local permission button" "description": "Tool tip for the revert local permission button"
}, },
"matrixReloadButton": { "matrixReloadButton": {
"message": "Odśwież stronę.",
"message": "Odśwież stronę.\nPrzytrzymaj Shift aby ominąć cache.",
"description": "Tool tip for the reload button" "description": "Tool tip for the reload button"
}, },
"matrix1stPartyLabel": { "matrix1stPartyLabel": {
@ -116,7 +116,7 @@
"description": "A menu entry in the matrix popup" "description": "A menu entry in the matrix popup"
}, },
"matrixSwitchNoscriptSpoof": { "matrixSwitchNoscriptSpoof": {
"message": "<code><noscript><\/code> tags spoofing",
"message": "Podrabianie tagów <code><noscript><\/code>",
"description": "A menu entry in the matrix popup" "description": "A menu entry in the matrix popup"
}, },
"matrixRevertAllEntry": { "matrixRevertAllEntry": {
@ -132,7 +132,7 @@
"description": "A menu entry in the matrix popup" "description": "A menu entry in the matrix popup"
}, },
"matrixNoTabFound": { "matrixNoTabFound": {
"message": "No web page found",
"message": "Nie znaleziono strony",
"description": "Displays in place of matrix when no data is found for the current page" "description": "Displays in place of matrix when no data is found for the current page"
}, },
"statsPageTitle": { "statsPageTitle": {
@ -260,7 +260,7 @@
"description": "" "description": ""
}, },
"settingsMatrixDisplayHeader": { "settingsMatrixDisplayHeader": {
"message": "Wygląd",
"message": "Matryca",
"description": "header for matrix settings used in Settings page" "description": "header for matrix settings used in Settings page"
}, },
"settingsMatrixDisplayTextSizePrompt": { "settingsMatrixDisplayTextSizePrompt": {
@ -284,19 +284,19 @@
"description": "English: Convenience" "description": "English: Convenience"
}, },
"settingsDefaultScopeLevel": { "settingsDefaultScopeLevel": {
"message": "Default scope level:",
"message": "Domyślny poziom kontekstu:",
"description": "Label for default scope level selector in Settings pane" "description": "Label for default scope level selector in Settings pane"
}, },
"settingsDefaultScopeLevel0": { "settingsDefaultScopeLevel0": {
"message": "Global",
"message": "globalny",
"description": "Scope will be global" "description": "Scope will be global"
}, },
"settingsDefaultScopeLevel1": { "settingsDefaultScopeLevel1": {
"message": "Domain",
"message": "domena",
"description": "Scope will be base domain" "description": "Scope will be base domain"
}, },
"settingsDefaultScopeLevel2": { "settingsDefaultScopeLevel2": {
"message": "Site",
"message": "strona",
"description": "Scope will be full hostname of site" "description": "Scope will be full hostname of site"
}, },
"settingsMatrixAutoReloadPrompt": { "settingsMatrixAutoReloadPrompt": {
@ -332,15 +332,15 @@
"description": "English: Show the number of distinct requests on the icon" "description": "English: Show the number of distinct requests on the icon"
}, },
"settingsCollapseBlocked": { "settingsCollapseBlocked": {
"message": "Ukryj pozostałości po zablokowanych elementach",
"message": "Ukryj symbole zastępcze zablokowanych elementów",
"description": "English: Collapse placeholder of blocked elements" "description": "English: Collapse placeholder of blocked elements"
}, },
"settingsCollapseBlacklisted": { "settingsCollapseBlacklisted": {
"message": "Collapse placeholder of blacklisted elements",
"message": "Ukryj symbole zastępcze czarno-listowanych elementów",
"description": "A setting in the dashboard's Settings pane: 'blacklisted' means 'for which there is a specific block rule', 'specific' means 'a rule for which the destination hostname is not `*`'" "description": "A setting in the dashboard's Settings pane: 'blacklisted' means 'for which there is a specific block rule', 'specific' means 'a rule for which the destination hostname is not `*`'"
}, },
"settingsNoscriptTagsSpoofed": { "settingsNoscriptTagsSpoofed": {
"message": "Spoof <code><noscript><\/code> tags when 1st-party scripts are blocked",
"message": "Podrabiaj tagi <code><noscript><\/code> gdy skrypty z aktualnej domeny są zablokowane",
"description": "This appears in the Settings pane in the dashboard" "description": "This appears in the Settings pane in the dashboard"
}, },
"settingsCloudStorageEnabled": { "settingsCloudStorageEnabled": {

Loading…
Cancel
Save