mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-23 23:48:22 -04:00
i18n: [python] Automatic merge of Transifex translations
This commit is contained in:
parent
748973a17c
commit
04cbceed5e
72 changed files with 2669 additions and 2163 deletions
|
@ -13,7 +13,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2020-03-19 00:13+0100\n"
|
||||
"POT-Creation-Date: 2020-04-07 22:12+0200\n"
|
||||
"PO-Revision-Date: 2017-08-09 10:34+0000\n"
|
||||
"Last-Translator: Piotr Strębski <strebski@gmail.com>, 2020\n"
|
||||
"Language-Team: Polish (https://www.transifex.com/calamares/teams/20061/pl/)\n"
|
||||
|
@ -95,15 +95,56 @@ msgstr "Odmontuj systemy plików."
|
|||
msgid "Filling up filesystems."
|
||||
msgstr "Zapełnianie systemu plików."
|
||||
|
||||
#: src/modules/unpackfs/main.py:188
|
||||
#: src/modules/unpackfs/main.py:257
|
||||
msgid "rsync failed with error code {}."
|
||||
msgstr "rsync zakończyło działanie kodem błędu {}."
|
||||
|
||||
#: src/modules/unpackfs/main.py:249 src/modules/unpackfs/main.py:272
|
||||
#: src/modules/unpackfs/main.py:302
|
||||
msgid "Unpacking image {}/{}, file {}/{}"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/unpackfs/main.py:317
|
||||
msgid "Starting to unpack {}"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/unpackfs/main.py:326 src/modules/unpackfs/main.py:432
|
||||
msgid "Failed to unpack image \"{}\""
|
||||
msgstr "Błąd rozpakowywania obrazu \"{}\""
|
||||
|
||||
#: src/modules/unpackfs/main.py:250
|
||||
#: src/modules/unpackfs/main.py:399
|
||||
msgid "No mount point for root partition"
|
||||
msgstr "Brak punktu montowania partycji root"
|
||||
|
||||
#: src/modules/unpackfs/main.py:400
|
||||
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
|
||||
msgstr ""
|
||||
"globalstorage nie zawiera klucza \"rootMountPoint\", nic nie zostanie "
|
||||
"zrobione"
|
||||
|
||||
#: src/modules/unpackfs/main.py:405
|
||||
msgid "Bad mount point for root partition"
|
||||
msgstr "Błędny punkt montowania partycji root"
|
||||
|
||||
#: src/modules/unpackfs/main.py:406
|
||||
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
|
||||
msgstr ""
|
||||
"Punkt montowania partycji root (rootMountPoint) jest \"{}\", które nie "
|
||||
"istnieje; nic nie zostanie zrobione"
|
||||
|
||||
#: src/modules/unpackfs/main.py:422 src/modules/unpackfs/main.py:426
|
||||
#: src/modules/unpackfs/main.py:446
|
||||
msgid "Bad unsquash configuration"
|
||||
msgstr "Błędna konfiguracja unsquash"
|
||||
|
||||
#: src/modules/unpackfs/main.py:423
|
||||
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/unpackfs/main.py:427
|
||||
msgid "The source filesystem \"{}\" does not exist"
|
||||
msgstr "Źródłowy system plików \"{}\" nie istnieje"
|
||||
|
||||
#: src/modules/unpackfs/main.py:433
|
||||
msgid ""
|
||||
"Failed to find unsquashfs, make sure you have the squashfs-tools package "
|
||||
"installed"
|
||||
|
@ -111,40 +152,7 @@ msgstr ""
|
|||
"Nie można odnaleźć unsquashfs, upewnij się, że masz zainstalowany pakiet "
|
||||
"squashfs-tools"
|
||||
|
||||
#: src/modules/unpackfs/main.py:369
|
||||
msgid "No mount point for root partition"
|
||||
msgstr "Brak punktu montowania partycji root"
|
||||
|
||||
#: src/modules/unpackfs/main.py:370
|
||||
msgid "globalstorage does not contain a \"rootMountPoint\" key, doing nothing"
|
||||
msgstr ""
|
||||
"globalstorage nie zawiera klucza \"rootMountPoint\", nic nie zostanie "
|
||||
"zrobione"
|
||||
|
||||
#: src/modules/unpackfs/main.py:375
|
||||
msgid "Bad mount point for root partition"
|
||||
msgstr "Błędny punkt montowania partycji root"
|
||||
|
||||
#: src/modules/unpackfs/main.py:376
|
||||
msgid "rootMountPoint is \"{}\", which does not exist, doing nothing"
|
||||
msgstr ""
|
||||
"Punkt montowania partycji root (rootMountPoint) jest \"{}\", które nie "
|
||||
"istnieje; nic nie zostanie zrobione"
|
||||
|
||||
#: src/modules/unpackfs/main.py:389 src/modules/unpackfs/main.py:393
|
||||
#: src/modules/unpackfs/main.py:407
|
||||
msgid "Bad unsquash configuration"
|
||||
msgstr "Błędna konfiguracja unsquash"
|
||||
|
||||
#: src/modules/unpackfs/main.py:390
|
||||
msgid "The filesystem for \"{}\" ({}) is not supported by your current kernel"
|
||||
msgstr ""
|
||||
|
||||
#: src/modules/unpackfs/main.py:394
|
||||
msgid "The source filesystem \"{}\" does not exist"
|
||||
msgstr "Źródłowy system plików \"{}\" nie istnieje"
|
||||
|
||||
#: src/modules/unpackfs/main.py:408
|
||||
#: src/modules/unpackfs/main.py:447
|
||||
msgid "The destination \"{}\" in the target system is not a directory"
|
||||
msgstr "Miejsce docelowe \"{}\" w docelowym systemie nie jest katalogiem"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue