Skip to content

Commit ef66dce

Browse files
[linyaps] Updates for project Linyaps (#1216)
* i18n: Translate po/en_US.po in pl 96% of minimum 50% translated source file: 'po/en_US.po' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * i18n: Translate po/en_US.po in pl 97% of minimum 50% translated source file: 'po/en_US.po' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * i18n: Translate po/en_US.po in pl 98% of minimum 50% translated source file: 'po/en_US.po' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * i18n: Translate po/en_US.po in pl 98% of minimum 50% translated source file: 'po/en_US.po' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * i18n: Translate po/en_US.po in pl 98% of minimum 50% translated source file: 'po/en_US.po' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * i18n: Translate po/en_US.po in pl 99% of minimum 50% translated source file: 'po/en_US.po' on 'pl'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format * i18n: Translate po/en_US.po in pl 100% translated source file: 'po/en_US.po' on 'pl'. * i18n: Translate po/en_US.po in pl 100% translated source file: 'po/en_US.po' on 'pl'. --------- Co-authored-by: transifex-integration[bot] <43880903+transifex-integration[bot]@users.noreply.github.com>
1 parent 355ea9d commit ef66dce

1 file changed

Lines changed: 42 additions & 15 deletions

File tree

po/pl.po

Lines changed: 42 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ msgstr "Nie udało się zainstalować"
4040

4141
#: ../libs/linglong/src/linglong/cli/cli.cpp:452
4242
msgid "The module could not be found remotely."
43-
msgstr ""
43+
msgstr "Nie znaleziono modułu w zdalnym repozytorium."
4444

4545
#: ../libs/linglong/src/linglong/cli/cli.cpp:455
4646
#: ../libs/linglong/src/linglong/cli/cli.cpp:1659
@@ -129,7 +129,7 @@ msgid ""
129129
"You can report bugs to the linyaps team under this project: https://github.com/OpenAtom-Linyaps/linyaps/issues"
130130
msgstr ""
131131
"Jeśli znajdziesz jakieś problemy, \n"
132-
"Możesz zgłosić błąd do zespołu linyaps w tym projekcie: \n"
132+
"możesz zgłosić błąd do zespołu linyaps pod tym adresem: \n"
133133
"https://github.com/OpenAtom-Linyaps/linyaps/issues"
134134

135135
#. add flags
@@ -200,7 +200,7 @@ msgstr ""
200200
"Polecenie: ll-cli run [OPCJE] APLIKACJA [KOMENDA...]\n"
201201
"\n"
202202
"Przykład:\n"
203-
"# uruchom aplikację po appid\n"
203+
"# uruchom aplikację po ID aplikacji\n"
204204
"ll-cli run org.deepin.demo\n"
205205
"# uruchamiaj komendy wewnątrz kontenera zamiast obok aplikacji\n"
206206
"ll-cli run org.deepin.demo bash\n"
@@ -260,7 +260,7 @@ msgstr "Polecenie: ll-cli kill [OPCJE] APLIKACJA"
260260

261261
#: ../apps/ll-cli/src/main.cpp:292
262262
msgid "Specify the signal to send to the application"
263-
msgstr "Podaj sygnał do wysłania aplikacji"
263+
msgstr "Podaj sygnał jaki wysłać aplikacji"
264264

265265
#: ../apps/ll-cli/src/main.cpp:294
266266
msgid "Specify the running application"
@@ -292,15 +292,15 @@ msgstr ""
292292
"Polecenie: ll-cli install [OPCJE] APLIKACJA\n"
293293
"\n"
294294
"Przykład:\n"
295-
"# zainstaluj aplikację po appid\n"
295+
"# zainstaluj aplikację po ID aplikacji\n"
296296
"ll-cli install org.deepin.demo\n"
297297
"# zainstaluj aplikację po warstwie linyaps\n"
298298
"ll-cli install demo_0.0.0.1_x86_64_binary.layer\n"
299299
"# zainstaluj aplikację linyaps uab\n"
300300
"ll-cli install demo_x86_64_0.0.0.1_main.uab\n"
301-
"# zainstaluj moduł po appid\n"
301+
"# zainstaluj moduł po ID aplikacji\n"
302302
"ll-cli install org.deepin.demo --module=binary\n"
303-
"# zainstaluj określoną wersję po appid\n"
303+
"# zainstaluj określoną wersję po ID aplikacji\n"
304304
"ll-cli install org.deepin.demo/0.0.0.1\n"
305305
"# zainstaluj aplikację po szczegółowym odniesieniu\n"
306306
"ll-cli install stable:org.deepin.demo/0.0.0.1/x86_64\n"
@@ -316,7 +316,7 @@ msgstr "Zainstaluj moduł"
316316

317317
#: ../apps/ll-cli/src/main.cpp:328
318318
msgid "Install from a specific repo"
319-
msgstr ""
319+
msgstr "Zainstaluj z wybranego repozytorium"
320320

321321
#: ../apps/ll-cli/src/main.cpp:331
322322
msgid "Force install the application"
@@ -389,30 +389,44 @@ msgid ""
389389
"# find all of runtime(s) of remote\n"
390390
"ll-cli search . --type=runtime"
391391
msgstr ""
392+
"Polecenie: ll-cli search [OPCJE] SŁOWA KLUCZOWE\n"
393+
"\n"
394+
"Przykład:\n"
395+
"# znajdź zdalnie aplikacje, bazy i środowiska wykonawcze\n"
396+
"ll-cli search org.deepin.demo\n"
397+
"# znajdź zdalnie środowisko wykonawcze\n"
398+
"ll-cli search org.deepin.base --type=runtime\n"
399+
"# znajdź wszystkie aplikacje repozytorium\n"
400+
"ll-cli search .\n"
401+
"# znajdź wszystkie bazy repozytorium\n"
402+
"ll-cli search . --type=base\n"
403+
"# znajdź wszystkie środowiska wykonawcze repozytorium\n"
404+
"ll-cli search . --type=runtime"
392405

393406
#: ../apps/ll-cli/src/main.cpp:389
394407
msgid "Specify the Keywords"
395408
msgstr "Podaj słowa kluczowe"
396409

397410
#: ../apps/ll-cli/src/main.cpp:396 ../apps/ll-cli/src/main.cpp:430
398411
msgid "Filter result with specify type. One of \"runtime\", \"base\", \"app\" or \"all\""
399-
msgstr ""
412+
msgstr "Filtruj wyniki wybranego typu. Na przykład \"runtime\", \"base\", \"app\" lub \"all\""
400413

401414
#: ../apps/ll-cli/src/main.cpp:400
402415
msgid "Specify the repo"
403-
msgstr ""
416+
msgstr "Podaj repozytorium"
404417

405418
#: ../apps/ll-cli/src/main.cpp:403
406419
msgid "Include develop application in result"
407-
msgstr ""
420+
msgstr "Uwzględnij aplikacje w trakcie rozwoju w wynikach wyszukiwania"
408421

409422
#: ../apps/ll-cli/src/main.cpp:406
410423
msgid "Show all versions of an application(s), base(s) or runtime(s)"
411-
msgstr ""
424+
msgstr "Pokaż wszystkie wersje aplikacji, baz i środowisk wykonawczych"
412425

413426
#: ../apps/ll-cli/src/main.cpp:411
414427
msgid "List installed application(s), base(s) or runtime(s)"
415428
msgstr ""
429+
"Wyświetl listę zainstalowanych aplikacji, baz i środowisk wykonawczych"
416430

417431
#: ../apps/ll-cli/src/main.cpp:414
418432
msgid ""
@@ -428,12 +442,25 @@ msgid ""
428442
"# show the latest version list of the currently installed application(s)\n"
429443
"ll-cli list --upgradable\n"
430444
msgstr ""
445+
"Polecenie: ll-cli list [OPCJE]\n"
446+
"\n"
447+
"Przykład:\n"
448+
"# pokaż zainstalowane aplikacje, bazy lub środowiska wykonawcze\n"
449+
"ll-cli list\n"
450+
"# pokaż zainstalowane bazy\n"
451+
"ll-cli list --type=base\n"
452+
"# pokaż zainstalowane środowiska wykonawcze\n"
453+
"ll-cli list --type=runtime\n"
454+
"# pokaż najnowsze wersje zainstalowanych aplikacji\n"
455+
"ll-cli list --upgradable\n"
431456

432457
#: ../apps/ll-cli/src/main.cpp:436
433458
msgid ""
434459
"Show the list of latest version of the currently installed application(s), "
435460
"base(s) or runtime(s)"
436461
msgstr ""
462+
"Wyświetl listę najnowszych wersji zainstalowanych aplikacji, baz i środowisk"
463+
" wykonawczych"
437464

438465
#: ../apps/ll-cli/src/main.cpp:443
439466
msgid "Display or modify information of the repository currently using"
@@ -620,11 +647,11 @@ msgstr "Opis"
620647

621648
#: ../libs/linglong/src/linglong/cli/cli_printer.cpp:108
622649
msgid "No packages found in the remote repo."
623-
msgstr ""
650+
msgstr "Nie znaleziono pakietów w zdalnym repozytorium."
624651

625652
#: ../libs/linglong/src/linglong/cli/cli_printer.cpp:140
626653
msgid "Repo"
627-
msgstr ""
654+
msgstr "Repozytorium"
628655

629656
#: ../libs/linglong/src/linglong/cli/cli_printer.cpp:175
630657
msgid "No containers are running."
@@ -816,7 +843,7 @@ msgstr "Eksportuj uab całkowicie"
816843

817844
#: ../apps/ll-builder/src/main.cpp:827
818845
msgid "Export to linyaps layer file (deprecated)"
819-
msgstr ""
846+
msgstr "Eksportuj do pliku warstwy linyaps (brak wsparcia)"
820847

821848
#: ../apps/ll-builder/src/main.cpp:830
822849
msgid "Use custom loader"

0 commit comments

Comments
 (0)