Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Polish translation updated #340

Merged
merged 1 commit into from
Oct 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions src/_locales/pl/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@
"description": "The message shown, when the options of the settings could not have been reset.",
"hash": "76e950d2db72a824482411ca6564fb1f"
},
"permissionRequiredClipboardRead": {
"message": "Żeby używać tej funkcji, potrzebne jest uprawnienie do odczytywania schowka.",
"description": "The message shown, when the user wants to use the clipboard to read from",
"hash": "4ac4cd3bf49ac157f435a267c47a28ec"
},

// errors or other messages
"unknownError": {
Expand Down Expand Up @@ -225,6 +230,16 @@
"description": "The context menu entry shown for generating QR codes from a selected link with an access key.",
"hash": "312595c39b5cbc8edf0baab8c16875af"
},
"contextMenuItemConvertPageURL": {
"message": "Wygeneruj kod QR tej strony",
"description": "Context menu item title for generating a QR code for the current page URL.",
"hash": "0a7a04d8b855c29f4f88f24c17008b3d"
},
"contextMenuItemConvertPageURLAccessKey": {
"message": "Wygeneruj kod QR &tej strony",
"description": "Context menu item title for generating a QR code for the current page URL with an access key.",
"hash": "5d6c965ad6c409442d99123d5ac4e8e9"
},
"contextMenuSaveImageCanvas": {
"message": "Zapisz kod QR jako obraz...",
"description": "The context menu entry shown for saving PNG images (from a canvas) in the popup.",
Expand Down Expand Up @@ -292,6 +307,16 @@
"description": "This is an option shown in the add-on settings. It describes the optionPopupIconColored setting in more details.",
"hash": "5d8459d16f7e1ed774fc85f40ce8963e"
},
"optionContextMenuEnabled": {
"message": "Pokaż opcję generowania kodu QR w menu kontekstowym",
"description": "This label refers to an option in the add-on settings. It allows users to toggle the visibility of the context menu item for generating a QR code from the current page.",
"hash": "6bf487ca2534102bf2710bfd35d7b673"
},
"optionContextMenuEnabledDescr": {
"message": "Pokaż opcję generowania kodu QR adresu aktualnej strony, oprócz odnośników i zaznaczenia tekstu.",
"description": "This is the helper text for the context menu toggle option. It explains that enabling this option will show the QR code generation context menu for the current page.",
"hash": "fb523036b54981d41722e9fe54f5eaf7"
},
"subtitleQrCodeSize": {
"message": "Rozmiar kodu QR",
"description": "The heading/grouping title shown for the radio buttons for the size setting of the QR code.",
Expand Down Expand Up @@ -413,6 +438,21 @@
"description": "This is an option shown in the add-on settings.",
"hash": "69191273c436064be8c4f5d6a8f675f5"
},
"optionAutoGetClipboardContent": {
"message": "Użyj zawartości schowka otwierając wyskakujące okno",
"description": "This is an option shown in the add-on settings.",
"hash": "4f48f8fa294c08afa99a80d3a8f6d162"
},
"buttonRequestPermission": {
"message": "Udziel pozwolenia",
"description": "The button label, used for requesting a permission that is missing.",
"hash": "4689dc838288903e92432d87c1b8fea2"
},
"couldNotRequestPermission": {
"message": "Udzielenie pozwolenia nie powiodło się.",
"description": "When the permission request fails.",
"hash": "53e3617a82c33e20fb22eed64dced8de"
},
"optionDebugMode": {
"message": "Włącz tryb debugowania",
"description": "This is an option shown in the add-on settings.",
Expand Down
Loading