From a4c3b44f219cf3ccc9fd1c510c26e3135550b3a3 Mon Sep 17 00:00:00 2001 From: Rene Regensbogen Date: Fri, 20 Oct 2023 04:15:49 +0000 Subject: [PATCH 1/8] Translated using Weblate (German) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Rene Regensbogen Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/de/ Translation: Vanilla OS/Apx --- locales/de.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/de.yml b/locales/de.yml index b943af3b..eaa72112 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -29,7 +29,7 @@ runtimeCommand: %s" unexportingBin: "Beim De-Exportieren der Binärdatei ist ein Fehler aufgetreten: %s" - enteringContainer: 'An error occurred while entering the container: %s' + enteringContainer: 'Beim Betreten des Containers ist ein Fehler aufgetreten: %s' info: unexportedApps: "%d Anwendungen deexportiert" exportedApps: "%d Anwendungen exportiert" From dab12f260f6e8e08ad9fcab770de8379f32cdf1e Mon Sep 17 00:00:00 2001 From: Dan Date: Fri, 20 Oct 2023 04:15:50 +0000 Subject: [PATCH 2/8] Translated using Weblate (Ukrainian) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Dan Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/uk/ Translation: Vanilla OS/Apx --- locales/uk.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/uk.yml b/locales/uk.yml index e9678438..13aef16e 100644 --- a/locales/uk.yml +++ b/locales/uk.yml @@ -5,7 +5,7 @@ apx: unknownCommand: "Невідома команда: %s" invalidInput: "Неправильне введення." invalidChoice: Неправильний вибір. - noRoot: Do not run Apx as root. + noRoot: Не запускати Apx з root доступом. info: aborting: "Переривання за запитом." terminal: @@ -25,7 +25,7 @@ runtimeCommand: exportingBin: "Під час експорту бінарного файлу сталася помилка: %s" unexportingApp: "Виникла помилка під час експорту застосунку: %s" unexportingBin: "Виникла помилка під час експорту бінарного файлу: %s" - enteringContainer: 'An error occurred while entering the container: %s' + enteringContainer: 'Під час входу в контейнер сталася помилка: %s' info: unexportedApps: "Неекспортовано %d застосунків" exportedApps: "Експортовано %d застосунків" From 3ccc673cef6565122cd491614b8613c3fd7ce3a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Dy=C5=84ka?= Date: Fri, 20 Oct 2023 04:15:52 +0000 Subject: [PATCH 3/8] Added translation using Weblate (Polish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Tomasz Dyńka --- locales/pl.yml | 319 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 319 insertions(+) create mode 100644 locales/pl.yml diff --git a/locales/pl.yml b/locales/pl.yml new file mode 100644 index 00000000..0dcbfaee --- /dev/null +++ b/locales/pl.yml @@ -0,0 +1,319 @@ +apx: + description: "" + errors: + unknownCommand: "" + invalidInput: "" + invalidChoice: "" + noRoot: "" + info: + aborting: "" + terminal: + yes: "" + no: "" + +runtimeCommand: + description: "" + error: + enteringContainer: "" + noPackageSpecified: "" + cantAccessPkgManager: "" + executingCommand: "" + noAppNameOrBin: "" + sameAppOrBin: "" + exportingApp: "" + exportingBin: "" + unexportingApp: "" + unexportingBin: "" + info: + unexportedApps: "" + exportedApps: "" + exportedApp: "" + exportedBin: "" + unexportedApp: "" + unexportedBin: "" + autoremove: + description: "" + clean: + description: "" + install: + description: "" + options: + noExport: + description: "" + list: + description: "" + purge: + description: "" + remove: + description: "" + search: + description: "" + show: + description: "" + update: + description: "" + upgrade: + description: "" + enter: + description: "" + export: + description: "" + options: + appName: + description: "" + bin: + description: "" + binOutput: + description: "" + unexport: + description: "" + options: + appName: + description: "" + bin: + description: "" + binOutput: + description: "" + +pkgmanagers: + description: "" + labels: + name: "" + builtIn: "" + + list: + description: "" + info: + noPkgManagers: "" + foundPkgManagers: "" + options: + json: + description: "" + show: + description: "" + new: + description: "" + + error: + emptyName: "" + noName: "" + emptyCommand: "" + noCommand: "" + alreadyExists: "" + info: + askName: "" + askSudo: "" + askCommand: "" + askOverwrite: "" + success: "" + options: + assumeYes: + description: "" + name: + description: "" + needSudo: + description: "" + autoremove: + description: "" + clean: + description: "" + install: + description: "" + list: + description: "" + purge: + description: "" + remove: + description: "" + search: + description: "" + show: + description: "" + update: + description: "" + upgrade: + description: "" + rm: + description: "" + + error: + noName: "" + inUse: "" + info: + askConfirmation: "" + success: "" + aborting: "" + options: + force: + description: "" + name: + description: "" + +stacks: + description: "" + labels: + name: "" + builtIn: "" + + list: + description: "" + info: + noStacks: "" + foundStacks: "" + aborting: "" + options: + json: + description: "" + show: + description: "" + new: + description: "" + error: + emptyName: "" + noName: "" + emptyBase: "" + noBase: "" + emptyPkgManager: "" + noPkgManager: "" + pkgManagerDoesNotExist: "" + emptyPackages: "" + noPackages: "" + alreadyExists: "" + info: + askName: "" + askBase: "" + askPkgManager: "" + selectPkgManager: "" + noPackages: "" + confirmPackages: "" + askPackages: "" + success: "" + options: + assumeYes: + description: "" + name: + description: "" + base: + description: "" + packages: + description: "" + pkgManager: + description: "" + update: + description: "" + error: + noName: "" + noBase: "" + noPkgManager: "" + pkgManagerDoesNotExist: "" + info: + askBase: "" + askPkgManager: "" + askPackages: "" + success: "" + + options: + assumeYes: + description: "" + name: + description: "" + base: + description: "" + packages: + description: "" + pkgManager: + description: "" + rm: + description: "" + error: + noName: "" + info: + askConfirmation: "" + success: "" + options: + force: + description: "" + name: + description: "" + export: + description: "" + error: + noName: "" + noOutput: "" + info: + success: "" + options: + name: + description: "" + output: + description: "" + import: + description: "" + error: + noInput: "" + cannotLoad: "" + info: + success: "" + options: + input: + description: "" + +subsystems: + description: "" + labels: + name: "" + status: "" + + list: + description: "" + error: + info: + noSubsystems: "" + foundSubsystems: "" + options: + json: + description: "" + new: + description: "" + error: + noStacks: "" + emptyName: "" + noName: "" + emptyStack: "" + noStack: "" + stackDoesNotExist: "" + alreadyExists: "" + info: + askName: "" + selectStack: "" + success: "" + creatingSubsystem: "" + options: + name: + description: "" + stack: + description: "" + rm: + description: "" + error: + noName: "" + info: + askConfirmation: "" + success: "" + options: + force: + description: "" + name: + description: "" + reset: + description: "" + error: + noName: "" + info: + askConfirmation: "" + success: "" + options: + force: + description: "" + name: + description: "" From 7654ab3ef19b07b043c2426780c28dea2836a628 Mon Sep 17 00:00:00 2001 From: Prefill add-on Date: Fri, 20 Oct 2023 04:15:53 +0000 Subject: [PATCH 4/8] Translated using Weblate (Polish) Currently translated at 100.0% (0 of 0 strings) Co-authored-by: Prefill add-on Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/pl/ Translation: Vanilla OS/Apx --- locales/pl.yml | 378 +++++++++++++++++++++++++------------------------ 1 file changed, 196 insertions(+), 182 deletions(-) diff --git a/locales/pl.yml b/locales/pl.yml index 0dcbfaee..852652c8 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -1,319 +1,333 @@ apx: - description: "" + description: "Apx is a package manager with support for multiple sources, allowing + you to install packages in subsystems." errors: - unknownCommand: "" - invalidInput: "" - invalidChoice: "" - noRoot: "" + unknownCommand: "Unknown command: %s" + invalidInput: "Invalid input." + invalidChoice: "Invalid choice." + noRoot: "Do not run Apx as root." info: - aborting: "" + aborting: "Aborting as requested." terminal: - yes: "" - no: "" + yes: "yes" + no: "no" runtimeCommand: - description: "" + description: "Work with the specified subsystem, accessing the package manager and + environment." error: - enteringContainer: "" - noPackageSpecified: "" - cantAccessPkgManager: "" - executingCommand: "" - noAppNameOrBin: "" - sameAppOrBin: "" - exportingApp: "" - exportingBin: "" - unexportingApp: "" - unexportingBin: "" + enteringContainer: "An error occurred while entering the container: %s" + noPackageSpecified: "No packages specified." + cantAccessPkgManager: "An error occurred while accessing the package manager: + %s" + executingCommand: "An error occurred while executing the command: %s" + noAppNameOrBin: "--app-name or --bin must be specified." + sameAppOrBin: "--app-name and --bin cannot be both specified." + exportingApp: "An error occurred while exporting the application: %s" + exportingBin: "An error occurred while exporting the binary: %s" + unexportingApp: "An error occurred while unexporting the application: %s" + unexportingBin: "An error occurred while unexporting the binary: %s" info: - unexportedApps: "" - exportedApps: "" - exportedApp: "" - exportedBin: "" - unexportedApp: "" - unexportedBin: "" + unexportedApps: "Unexported %d applications" + exportedApps: "Exported %d applications" + exportedApp: "Exported application %s" + exportedBin: "Exported binary %s" + unexportedApp: "Unexported application %s" + unexportedBin: "Unexported binary %s" autoremove: - description: "" + description: "Remove packages that are no longer required." clean: - description: "" + description: "Clean the package manager's cache." install: - description: "" + description: "Install the specified package." options: noExport: - description: "" + description: "Do not export a desktop entry." list: - description: "" + description: "List all installed packages." purge: - description: "" + description: "Purge the specified packages." remove: - description: "" + description: "Remove the specified packages." search: - description: "" + description: "Search for packages matching the specified query." show: - description: "" + description: "Show information about the specified package." update: - description: "" + description: "Update the list of available packages." upgrade: - description: "" + description: "Upgrade all installed packages." enter: - description: "" + description: "Enter the subsystem's environment." export: - description: "" + description: "Export an application or binary from the subsystem." options: appName: - description: "" + description: "The name of the application to export." bin: - description: "" + description: "The name of the binary to export." binOutput: - description: "" + description: "Path of the binary output (default: ~/.local/bin/)." unexport: - description: "" + description: "Unexport an application or binary from the subsystem." options: appName: - description: "" + description: "The name of the application to unexport." bin: - description: "" + description: "The name of the binary to unexport." binOutput: - description: "" + description: "Path of the binary output (default: ~/.local/bin/)." pkgmanagers: - description: "" + description: "Work with the package managers that are available in apx." labels: - name: "" - builtIn: "" + name: "Name" + builtIn: "Built-in" list: - description: "" + description: "List all available package managers." info: - noPkgManagers: "" - foundPkgManagers: "" + noPkgManagers: "No package managers available. Create a new one with 'apx pkgmanagers + new' or contact the system administrator." + foundPkgManagers: "Found %d package managers" options: json: - description: "" + description: "Output in JSON format." show: - description: "" + description: "Show information about the specified package manager." new: - description: "" + description: "Create a new package manager." error: - emptyName: "" - noName: "" - emptyCommand: "" - noCommand: "" - alreadyExists: "" + emptyName: "The name cannot be empty." + noName: "No name specified." + emptyCommand: "The command cannot be empty." + noCommand: "No command specified for '%s'." + alreadyExists: "A package manager with the name '%s' already exists." info: - askName: "" - askSudo: "" - askCommand: "" - askOverwrite: "" - success: "" + askName: "Choose a name:" + askSudo: "Does the package manager need sudo to run?" + askCommand: "Enter the command for '%s':" + askOverwrite: "A package manager with the name '%s' already exists. Overwrite + it?" + success: "Created package manager '%s'." options: assumeYes: - description: "" + description: "Assume yes to all prompts." name: - description: "" + description: "The name of the package manager." needSudo: - description: "" + description: "Whether the package manager needs sudo to run." autoremove: - description: "" + description: "The command to run to autoremove packages." clean: - description: "" + description: "The command to run to clean the package manager's cache." install: - description: "" + description: "The command to run to install packages." list: - description: "" + description: "The command to run to list installed packages." purge: - description: "" + description: "The command to run to purge packages." remove: - description: "" + description: "The command to run to remove packages." search: - description: "" + description: "The command to run to search for packages." show: - description: "" + description: "The command to run to show information about packages." update: - description: "" + description: "The command to run to update the list of available packages." upgrade: - description: "" + description: "The command to run to upgrade packages." rm: - description: "" + description: "Remove the specified package manager." error: - noName: "" - inUse: "" + noName: "No name specified." + inUse: "The package manager is used in %d stacks:" info: - askConfirmation: "" - success: "" - aborting: "" + askConfirmation: "Are you sure you want to remove '%s'? [y/N]" + success: "Removed package manager '%s'." + aborting: "Aborting removal of package manager '%s'." options: force: - description: "" + description: "Force removal of the package manager." name: - description: "" + description: "The name of the package manager to remove." stacks: - description: "" + description: "Work with the stacks that are available in apx." labels: - name: "" - builtIn: "" + name: "Name" + builtIn: "Built-in" list: - description: "" + description: "List all available stacks." info: - noStacks: "" - foundStacks: "" - aborting: "" + noStacks: "No stacks available. Create a new one with 'apx stacks new' or contact + the system administrator." + foundStacks: "Found %d stacks:" + aborting: "Aborting removal of stack '%s'." options: json: - description: "" + description: "Output in JSON format." show: - description: "" + description: "Show information about the specified stack." new: - description: "" + description: "Create a new stack." error: - emptyName: "" - noName: "" - emptyBase: "" - noBase: "" - emptyPkgManager: "" - noPkgManager: "" - pkgManagerDoesNotExist: "" - emptyPackages: "" - noPackages: "" - alreadyExists: "" + emptyName: "The name cannot be empty." + noName: "No name specified." + emptyBase: "The base cannot be empty." + noBase: "No base specified." + emptyPkgManager: "The package manager cannot be empty." + noPkgManager: "No package manager specified." + pkgManagerDoesNotExist: "The specified package manager does not exist. Create + it with 'apx pkgmanagers new' or contact the system administrator." + emptyPackages: "The packages cannot be empty." + noPackages: "No packages specified." + alreadyExists: "A stack with the name '%s' already exists." info: - askName: "" - askBase: "" - askPkgManager: "" - selectPkgManager: "" - noPackages: "" - confirmPackages: "" - askPackages: "" - success: "" + askName: "Choose a name:" + askBase: "Choose a base (e.g. 'vanillaos/pico'):" + askPkgManager: "Choose a package manager:" + selectPkgManager: "Select a package manager [1-%d]:" + noPackages: "You have not provided any package to install in the stack. Do you + want to add some now?" + confirmPackages: "Do you want to confirm the current packages list?" + askPackages: "Please type the packages you want to install in the stack, separated + by a space:" + success: "Created stack '%s'." options: assumeYes: - description: "" + description: "Assume yes to all prompts." name: - description: "" + description: "The name of the stack." base: - description: "" + description: "The base subsystem to use." packages: - description: "" + description: "The packages to install." pkgManager: - description: "" + description: "The package manager to use." update: - description: "" + description: "Update the specified stack." error: - noName: "" - noBase: "" - noPkgManager: "" - pkgManagerDoesNotExist: "" + noName: "No name specified." + noBase: "No base specified." + noPkgManager: "No package manager specified." + pkgManagerDoesNotExist: "The specified package manager does not exist. Create + it with 'apx pkgmanagers new' or contact the system administrator." info: - askBase: "" - askPkgManager: "" - askPackages: "" - success: "" + askBase: "Type a new base or confirm the current one (%s):" + askPkgManager: "Choose a new package manager or confirm the current one (%s):" + askPackages: "Type the packages you want to install in the stack, separated + by a space, or confirm the current ones (%s):" + success: "Updated stack '%s'." options: assumeYes: - description: "" + description: "Assume yes to all prompts." name: - description: "" + description: "The name of the stack." base: - description: "" + description: "The base subsystem to use." packages: - description: "" + description: "The packages to install." pkgManager: - description: "" + description: "The package manager to use." rm: - description: "" + description: "Remove the specified stack." error: - noName: "" + noName: "No name specified." info: - askConfirmation: "" - success: "" + askConfirmation: "Are you sure you want to remove '%s'? [y/N]" + success: "Removed stack '%s'." options: force: - description: "" + description: "Force removal of the stack." name: - description: "" + description: "The name of the stack to remove." export: - description: "" + description: "Export the specified stack." error: - noName: "" - noOutput: "" + noName: "No name specified." + noOutput: "No output specified." info: - success: "" + success: "Exported stack '%s' to '%s'." options: name: - description: "" + description: "The name of the stack to export." output: - description: "" + description: "The path to export the stack to." import: - description: "" + description: "Import the specified stack." error: - noInput: "" - cannotLoad: "" + noInput: "No input specified." + cannotLoad: "Cannot load stack from '%s'." info: - success: "" + success: "Imported stack from '%s'." options: input: - description: "" + description: "The path to import the stack from." subsystems: - description: "" + description: "Work with the subsystems that are available in apx." labels: - name: "" - status: "" + name: "Name" + status: "Status" list: - description: "" + description: "List all available subsystems." error: info: - noSubsystems: "" - foundSubsystems: "" + noSubsystems: "No subsystems available. Create a new one with 'apx subsystems + new' or contact the system administrator." + foundSubsystems: "Found %d subsystems:" options: json: - description: "" + description: "Output in JSON format." new: - description: "" + description: "Create a new subsystem." error: - noStacks: "" - emptyName: "" - noName: "" - emptyStack: "" - noStack: "" - stackDoesNotExist: "" - alreadyExists: "" + noStacks: "A stack is needed to create a subsystem. Create a new one with 'apx + stacks new' or contact the system administrator." + emptyName: "The name cannot be empty." + noName: "No name specified." + emptyStack: "The stack cannot be empty." + noStack: "No stack specified." + stackDoesNotExist: "The specified stack does not exist. Create it with 'apx + stacks new' or contact the system administrator." + alreadyExists: "A subsystem with the name '%s' already exists." info: - askName: "" - selectStack: "" - success: "" - creatingSubsystem: "" + askName: "Choose a name:" + selectStack: "Select a stack [1-%d]:" + success: "Created subsystem '%s'." + creatingSubsystem: "Creating subsystem '%s' with stack '%s'…" options: name: - description: "" + description: "The name of the subsystem." stack: - description: "" + description: "The stack to use." rm: - description: "" + description: "Remove the specified subsystem." error: - noName: "" + noName: "No name specified." info: - askConfirmation: "" - success: "" + askConfirmation: "Are you sure you want to remove '%s'? [y/N]" + success: "Removed subsystem '%s'." options: force: - description: "" + description: "Force removal of the subsystem." name: - description: "" + description: "The name of the subsystem to remove." reset: - description: "" + description: "Reset the specified subsystem." error: - noName: "" + noName: "No name specified." info: - askConfirmation: "" - success: "" + askConfirmation: "Are you sure you want to reset '%s'? [y/N]" + success: "The subsystem '%s' has been reset." options: force: - description: "" + description: "Force reset of the subsystem." name: - description: "" + description: "The name of the subsystem to reset." From 1a43ec55315320015b17a91611c8f108587aa52e Mon Sep 17 00:00:00 2001 From: Fellow Turkish Date: Fri, 20 Oct 2023 04:15:54 +0000 Subject: [PATCH 5/8] Translated using Weblate (Turkish) Currently translated at 39.5% (72 of 182 strings) Co-authored-by: Fellow Turkish Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/tr/ Translation: Vanilla OS/Apx --- locales/tr.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/tr.yml b/locales/tr.yml index 41cedf47..d9305919 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -5,7 +5,7 @@ apx: unknownCommand: "Bilinmeyen komut: %s" invalidInput: "Geçersiz girdi." invalidChoice: Geçersiz seçim. - noRoot: Do not run Apx as root. + noRoot: Apx'i kök olarak çalıştırmayın. info: aborting: "İstek üzerine iptal ediliyor." terminal: @@ -25,7 +25,7 @@ runtimeCommand: exportingBin: "İkili dosyayı çıkartırken bir hata meydana geldi: %s" unexportingApp: "Uygulama dışa aktarılırken bir hata oluştu: %s" unexportingBin: "İkili dosyayı kaldırırken bir hata meydana geldi: %s" - enteringContainer: 'An error occurred while entering the container: %s' + enteringContainer: 'Şu konteynere girerken bir hata oluştu: %s' info: unexportedApps: "%d uygulama kaldırıldı\n" exportedApps: "%d uygulama çıkartıldı\n" @@ -146,7 +146,7 @@ pkgmanagers: noName: "İsim belirtilmemiş." inUse: "Paket yöneticisi %d yığınlarında kullanılır:\n" info: - askConfirmation: "'%s' kaldırmak istediğinizden emin misiniz?" + askConfirmation: "'%s' kaldırmak istediğinizden emin misiniz?[y/N]" success: "'%s' paket yöneticisi kaldırıldı." aborting: "'%s' paket yöneticisinin kaldırılması iptal ediliyor." options: From 82cd333e78461f463601cadc3d7fdabce2de192a Mon Sep 17 00:00:00 2001 From: Frankie McEyes Date: Fri, 20 Oct 2023 04:15:55 +0000 Subject: [PATCH 6/8] Translated using Weblate (Italian) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Frankie McEyes Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/it/ Translation: Vanilla OS/Apx --- locales/it.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/it.yml b/locales/it.yml index 828ac865..13b6d452 100644 --- a/locales/it.yml +++ b/locales/it.yml @@ -5,7 +5,7 @@ apx: unknownCommand: "Comando sconosciuto: %s" invalidInput: "Input non valido." invalidChoice: Scelta non valida. - noRoot: Do not run Apx as root. + noRoot: Non eseguire Apx come root. info: aborting: "Annullato, come richiesto." terminal: From 5f270f7f0b18a886af177357d1137fd15af70a9e Mon Sep 17 00:00:00 2001 From: Fedorov Alexei Date: Fri, 20 Oct 2023 04:15:56 +0000 Subject: [PATCH 7/8] Translated using Weblate (Russian) Currently translated at 100.0% (182 of 182 strings) Co-authored-by: Fedorov Alexei Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ru/ Translation: Vanilla OS/Apx --- locales/ru.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/ru.yml b/locales/ru.yml index 1cc00dbb..87592bbf 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -111,7 +111,7 @@ pkgmanagers: success: "Создан менеджер пакетов '%s'." options: assumeYes: - description: "Предполагать \"да\" на все вопросы." + description: "Предполагать «да» на все запросы подтверждения." name: description: "Имя менеджера пакетов." needSudo: @@ -197,7 +197,7 @@ stacks: success: "Создан стек '%s'." options: assumeYes: - description: "Предполагать \"да\" на все вопросы." + description: "Предполагать «да» на все запросы подтверждения." name: description: "Имя стека." base: @@ -223,7 +223,7 @@ stacks: options: assumeYes: - description: "Предполагать \"да\" на все вопросы." + description: "Предполагать «да» на все запросы подтверждения." name: description: "Имя стека." base: From 23d6cdb0ffb15e323c62dcfd410a68f55054cb3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Dy=C5=84ka?= Date: Fri, 20 Oct 2023 04:15:57 +0000 Subject: [PATCH 8/8] Translated using Weblate (Polish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 7.6% (14 of 182 strings) Co-authored-by: Tomasz Dyńka Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/pl/ Translation: Vanilla OS/Apx --- locales/pl.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/locales/pl.yml b/locales/pl.yml index 852652c8..748be28f 100644 --- a/locales/pl.yml +++ b/locales/pl.yml @@ -1,28 +1,28 @@ apx: - description: "Apx is a package manager with support for multiple sources, allowing - you to install packages in subsystems." + description: "Apx jest menedżerem paczek z wsparciem dla wielu źródeł, pozwalając + ci na instalacje paczek w podsystemach" errors: - unknownCommand: "Unknown command: %s" - invalidInput: "Invalid input." - invalidChoice: "Invalid choice." - noRoot: "Do not run Apx as root." + unknownCommand: "Nieznana komenda: %s" + invalidInput: "Nieprawidłowe wejście" + invalidChoice: "Nieprawidłowy wybór." + noRoot: "Nie uruchamiaj Apx jako root." info: aborting: "Aborting as requested." terminal: - yes: "yes" - no: "no" + yes: "tak" + no: "nie" runtimeCommand: - description: "Work with the specified subsystem, accessing the package manager and - environment." + description: "Pracuj z określonym podsystemem, mając dostęp do menedżera paczek + oraz środowiska" error: - enteringContainer: "An error occurred while entering the container: %s" - noPackageSpecified: "No packages specified." - cantAccessPkgManager: "An error occurred while accessing the package manager: - %s" - executingCommand: "An error occurred while executing the command: %s" - noAppNameOrBin: "--app-name or --bin must be specified." - sameAppOrBin: "--app-name and --bin cannot be both specified." + enteringContainer: "Wystąpił błąd podczas otwierania kontenera: %s" + noPackageSpecified: "Nie określono paczek." + cantAccessPkgManager: "Wystąpił błąd podczas uzyskiwania dostępu do menedżera + paczek: %s" + executingCommand: "Wystąpił błąd podczas wykonywania komendy: %s" + noAppNameOrBin: "--app-name lub --bin musi zostać określony" + sameAppOrBin: "--app-name i --bin nie mogą być określone razem." exportingApp: "An error occurred while exporting the application: %s" exportingBin: "An error occurred while exporting the binary: %s" unexportingApp: "An error occurred while unexporting the application: %s"