From 86d96896005191485f81b89678cbc216d32e388f Mon Sep 17 00:00:00 2001 From: Fernando Lopes <118869201+plasmus777@users.noreply.github.com> Date: Sat, 29 Jul 2023 12:07:05 +0200 Subject: [PATCH 01/10] Translated using Weblate (Portuguese (Brazil)) Currently translated at 100.0% (180 of 180 strings) Translated using Weblate (Portuguese (Brazil)) Currently translated at 21.6% (39 of 180 strings) Co-authored-by: Fernando Lopes <118869201+plasmus777@users.noreply.github.com> Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/pt_BR/ Translation: Vanilla OS/Apx --- locales/pt_BR.yml | 322 +++++++++++++++++++++++----------------------- 1 file changed, 162 insertions(+), 160 deletions(-) diff --git a/locales/pt_BR.yml b/locales/pt_BR.yml index cc9bdfe3..beba32a2 100644 --- a/locales/pt_BR.yml +++ b/locales/pt_BR.yml @@ -22,15 +22,15 @@ runtimeCommand: sameAppOrBin: "--app-name e --bin não podem ser especificados simultaneamente." exportingApp: "Ocorreu um erro ao exportar o aplicativo: %s" exportingBin: "Ocorreu um erro ao exportar o binário: %s" - unexportingApp: "Ocorreu um erro ao desexportar o aplicativo: %s" + unexportingApp: "Ocorreu um erro ao desfazer a exportação do aplicativo: %s" unexportingBin: "Ocorreu um erro ao desfazer a exportação do binário: %s" info: - unexportedApps: "Desfez a exportação de %d aplicativos\n" + unexportedApps: "Desfeita a exportação de %d aplicativos\n" exportedApps: "Exportados %d aplicativos\n" exportedApp: "Aplicativo %s exportado\n" exportedBin: "Binário %s exportado\n" - unexportedApp: "Aplicativo não exportado %s\n" - unexportedBin: "Binário não exportado %s\n" + unexportedApp: "Desfeita a exportação do aplicativo %s\n" + unexportedBin: "Desfeita a exportação do binário %s\n" autoremove: description: "Remover pacotes que não são mais necessários." clean: @@ -39,11 +39,11 @@ runtimeCommand: description: "Instalar o pacote especificado." options: noExport: - description: "Não exporte um registro da área de trabalho." + description: "Não exportar um registro da área de trabalho." list: description: "Listar todos os pacotes instalados." purge: - description: "Purga os pacotes especificados." + description: "Purgar os pacotes especificados." remove: description: "Remover os pacotes especificados." search: @@ -57,274 +57,276 @@ runtimeCommand: enter: description: "Entrar no ambiente de subsistema." export: - description: "Exportar uma aplicação ou binário do subsistema." + description: "Exportar um aplicativo ou binário do subsistema." options: appName: - description: "O nome da aplicação para exportar." + description: "O nome do aplicativo a exportar." bin: - description: "O nome do binário a ser exportado." + description: "O nome do binário a exportar." binOutput: description: "Caminho para a saída do binário (padrão: ~/.local/bin/)." unexport: - description: "Unexport an application or binary from the subsystem." + description: "Desfazer a exportação de um aplicativo ou binário do subsistema." options: appName: - description: "The name of the application to unexport." + description: "O nome do aplicativo a ter sua exportação desfeita." bin: - description: "The name of the binary to unexport." + description: "O nome do binário a ter sua exportação desfeita." binOutput: - description: "Path of the binary output (default: ~/.local/bin/)." + description: "Caminho de saída do binário (padrão: ~/.local/bin/)." pkgmanagers: - description: "Work with the package managers that are available in apx." + description: "Trabalhar com os gerenciadores de pacotes que estão disponíveis no + apx." labels: - name: "Name" - builtIn: "Built-in" + name: "Nome" + builtIn: "Embutido" list: - description: "List all available package managers." + description: "Listar todos os gerenciadores de pacotes disponíveis." info: - noPkgManagers: "No package managers available. Create a new one with 'apx pkgmanagers - new' or contact the system administrator." - foundPkgManagers: "Found %d package managers:\n" + noPkgManagers: "Nenhum gerenciador de pacote disponível. Crie um utilizando + 'apx pkgmanagers new' ou entre em contato com o administrador do sistema." + foundPkgManagers: "Encontrados %d gerenciadores de pacotes:\n" options: json: - description: "Output in JSON format." + description: "Saída em formato JSON." show: - description: "Show information about the specified package manager." + description: "Mostrar informações sobre o gerenciador de pacotes especificado." new: - description: "Create a new package manager." + description: "Criar um novo gerenciador de pacotes." error: - 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." + emptyName: "O nome não pode ser vazio." + noName: "Nenhum nome especificado." + emptyCommand: "O comando não pode ser vazio." + noCommand: "Nenhum comando especificado para '%s'." + alreadyExists: "Um gerenciador de pacotes com o nome '%s' já existe." info: - 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'." + askName: "Escolha um nome:" + askSudo: "O gerenciador de pacotes precisa do sudo para ser executado?" + askCommand: "Insira o comando para '%s':" + askOverwrite: "Um gerenciador de pacotes com o nome '%s' já existe. Sobrescrevê-lo?" + success: "Gerenciador de pacotes '%s' criado." options: assumeYes: - description: "Assume yes to all prompts." + description: "Assuma sim para todas as solicitações." name: - description: "The name of the package manager." + description: "O nome do gerenciador de pacotes." needSudo: - description: "Whether the package manager needs sudo to run." + description: "Se o gerenciador de pacotes precisa do sudo para ser executado." autoremove: - description: "The command to run to autoremove packages." + description: "O comando a ser executado para a remoção automática de pacotes." clean: - description: "The command to run to clean the package manager's cache." + description: "O comando a ser executado para limpar o cache do gerenciador + de pacotes." install: - description: "The command to run to install packages." + description: "O comando a ser executado para instalar pacotes." list: - description: "The command to run to list installed packages." + description: "O comando a ser executado para listar os pacotes instalados." purge: - description: "The command to run to purge packages." + description: "O comando a ser executado para purgar pacotes." remove: - description: "The command to run to remove packages." + description: "O comando a ser executado para remover pacotes." search: - description: "The command to run to search for packages." + description: "O comando a ser executado para procurar pacotes." show: - description: "The command to run to show information about packages." + description: "O comando a ser executado para mostrar informações sobre pacotes." update: - description: "The command to run to update the list of available packages." + description: "O comando a ser executado para atualizar a lista de pacotes + disponíveis." upgrade: - description: "The command to run to upgrade packages." + description: "O comando a ser executado para atualizar pacotes." rm: - description: "Remove the specified package manager." + description: "Remover o gerenciador de pacotes especificado." error: - noName: "No name specified." - inUse: "The package manager is used in %d stacks:\n" + noName: "Nenhum nome especificado." + inUse: "O gerenciador de pacotes é utilizado em %d pilhas:\n" info: - askConfirmation: "Are you sure you want to remove '%s'?" - success: "Removed package manager '%s'." - aborting: Aborting removal of package manager '%s'. + askConfirmation: "Você tem certeza que deseja remover '%s'?" + success: "Gerenciador de pacotes '%s' removido." + aborting: Abortando a remoção do gerenciador de pacotes '%s'. options: force: - description: "Force removal of the package manager." + description: "Forçar a remoção do gerenciador de pacotes." name: - description: "The name of the package manager to remove." + description: "O nome do gerenciador de pacotes a ser removido." stacks: - description: "Work with the stacks that are available in apx." + description: "Trabalhar com as pilhas que estão disponíveis no apx." labels: - name: "Name" - builtIn: "Built-in" + name: "Nome" + builtIn: "Embutido" list: - description: "List all available stacks." + description: "Listar todas as pilhas disponíveis." info: - noStacks: "No stacks available. Create a new one with 'apx stacks new' or contact - the system administrator." - foundStacks: "Found %d stacks:\n" - aborting: Aborting removal of stack '%s'. + noStacks: "Não há pilhas disponíveis. Crie uma nova com 'apx stacks new' ou + entre em contato com o administrador do sistema." + foundStacks: "Encontrou %d pilhas:\n" + aborting: Abortando a remoção da pilha '%s'. options: json: - description: "Output in JSON format." + description: "Saída em formato JSON." show: - description: "Show information about the specified stack." + description: "Mostrar informações sobre a pilha especificada." new: - description: "Create a new stack." + description: "Criar uma nova pilha." error: - 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." + emptyName: "O nome não pode ser vazio." + noName: "Nenhum nome especificado." + emptyBase: "A base não pode ser vazia." + noBase: "Nenhuma base especificada." + emptyPkgManager: "O gerenciador de pacotes não pode ser vazio." + noPkgManager: "Nenhum gerenciador de pacotes especificado." + pkgManagerDoesNotExist: "O gerenciador de pacotes especificado não existe. Crie-o + com 'apx pkgmanagers new' ou entre em contato com o administrador do sistema." + emptyPackages: "Os pacotes não podem estar vazios." + noPackages: "Não há pacotes especificados." + alreadyExists: "Já existe uma pilha com o nome '%s'." info: - 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'." + askName: "Escolha um nome:" + askBase: "Escolha uma base (por exemplo, 'vanillaos/pico'):" + askPkgManager: "Escolha um gerenciador de pacotes:" + selectPkgManager: "Selecione um gerenciador de pacotes [1-%d]:" + noPackages: "Você não forneceu nenhum pacote para instalar na pilha. Deseja + adicionar algum agora?" + confirmPackages: "Deseja confirmar a lista de pacotes atual?" + askPackages: "Digite os pacotes que deseja instalar na pilha, separados por + um espaço:" + success: "Pilha criada '%s'." options: assumeYes: - description: "Assume yes to all prompts." + description: "Assuma que sim para todas as solicitações." name: - description: "The name of the stack." + description: "O nome da pilha." base: - description: "The base subsystem to use." + description: "O subsistema base a ser usado." packages: - description: "The packages to install." + description: "Os pacotes a serem instalados." pkgManager: - description: "The package manager to use." + description: "O gerenciador de pacotes a ser usado." update: - description: "Update the specified stack." + description: "Atualizar a pilha especificada." error: - 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." + noName: "Nenhum nome especificado." + noBase: "Nenhuma base especificada." + noPkgManager: "Nenhum gerenciador de pacotes especificado." + pkgManagerDoesNotExist: "O gerenciador de pacotes especificado não existe. Crie-o + com 'apx pkgmanagers new' ou entre em contato com o administrador do sistema." info: - 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'." + askBase: "Digite uma nova base ou confirme a atual (%s):" + askPkgManager: "Escolha um novo gerenciador de pacotes ou confirme o atual (%s):" + askPackages: "Digite os pacotes que deseja instalar na pilha, separados por + um espaço, ou confirme os atuais (%s):" + success: "Pilha '%s' atualizada." options: assumeYes: - description: "Assume yes to all prompts." + description: "Assuma que sim para todas as solicitações." name: - description: "The name of the stack." + description: "O nome da pilha." base: - description: "The base subsystem to use." + description: "O subsistema base a ser usado." packages: - description: "The packages to install." + description: "Os pacotes a serem instalados." pkgManager: - description: "The package manager to use." + description: "O gerenciador de pacotes a ser usado." rm: - description: "Remove the specified stack." + description: "Remover a pilha especificada." error: - noName: "No name specified." + noName: "Nenhum nome especificado." info: - askConfirmation: "Are you sure you want to remove '%s'?" - success: "Removed stack '%s'." + askConfirmation: "Tem certeza de que deseja remover '%s'?" + success: "Pilha '%s' removida." options: force: - description: "Force removal of the stack." + description: "Forçar a remoção da pilha." name: - description: "The name of the stack to remove." + description: "O nome da pilha a ser removida." export: - description: "Export the specified stack." + description: "Exportar a pilha especificada." error: - noName: "No name specified." - noOutput: "No output specified." + noName: "Nenhum nome especificado." + noOutput: "Nenhuma saída especificada." info: - success: "Exported stack '%s' to '%s'." + success: "Pilha '%s' exportada para '%s'." options: name: - description: "The name of the stack to export." + description: "O nome da pilha a ser exportada." output: - description: "The path to export the stack to." + description: "O caminho para o qual exportar a pilha." import: - description: "Import the specified stack." + description: "Importar a pilha especificada." error: - noInput: "No input specified." - cannotLoad: "Cannot load stack from '%s'." + noInput: "Nenhuma entrada especificada." + cannotLoad: "Não é possível carregar a pilha de '%s'." info: - success: "Imported stack from '%s'." + success: "Pilha importada de '%s'." options: input: - description: "The path to import the stack from." + description: "O caminho do qual importar a pilha." subsystems: - description: "Work with the subsystems that are available in apx." + description: "Trabalhe com os subsistemas que estão disponíveis no apx." labels: - name: "Name" + name: "Nome" status: "Status" list: - description: "List all available subsystems." + description: "Listar todos os subsistemas disponíveis." error: info: - noSubsystems: "No subsystems available. Create a new one with 'apx subsystems - new' or contact the system administrator." - foundSubsystems: "Found %d subsystems:\n" + noSubsystems: "Não há subsistemas disponíveis. Crie um novo com 'apx subsystems + new' ou entre em contato com o administrador do sistema." + foundSubsystems: "Encontrados %d subsistemas:\n" options: json: - description: "Output in JSON format." + description: "Saída em formato JSON." new: - description: "Create a new subsystem." + description: "Criar um novo subsistema." error: - 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." + noStacks: "É necessária uma pilha para criar um subsistema. Crie uma nova com + 'apx stacks new' ou entre em contato com o administrador do sistema." + emptyName: "O nome não pode ser vazio." + noName: "Nenhum nome especificado." + emptyStack: "A pilha não pode ser vazia." + noStack: "Nenhuma pilha especificada." + stackDoesNotExist: "A pilha especificada não existe. Crie-a com 'apx stacks + new' ou entre em contato com o administrador do sistema." + alreadyExists: "Já existe um subsistema com o nome '%s'." info: - askName: "Choose a name:" - selectStack: "Select a stack [1-%d]:" - success: "Created subsystem '%s'." - creatingSubsystem: "Created subsystem '%s' with stack '%s'…" + askName: "Escolha um nome:" + selectStack: "Selecione uma pilha [1-%d]:" + success: "Subsistema '%s' criado." + creatingSubsystem: "Criado o subsistema '%s' com a pilha '%s'…" options: name: - description: "The name of the subsystem." + description: "O nome do subsistema." stack: - description: "The stack to use." + description: "A pilha a ser usada." rm: - description: "Remove the specified subsystem." + description: "Remover o subsistema especificado." error: - noName: "No name specified." + noName: "Nenhum nome especificado." info: - askConfirmation: "Are you sure you want to remove '%s'?" - success: "Removed subsystem '%s'." + askConfirmation: "Tem certeza de que deseja remover '%s'?" + success: "Subsistema '%s' removido." options: force: - description: "Force removal of the subsystem." + description: "Forçar a remoção do subsistema." name: - description: "The name of the subsystem to remove." + description: "O nome do subsistema a ser removido." reset: - description: "Reset the specified subsystem." + description: "Redefinir o subsistema especificado." error: - noName: "No name specified." + noName: "Nenhum nome especificado." info: - askConfirmation: "Are you sure you want to reset '%s'?" - success: "The subsystem '%s' has been reset." + askConfirmation: "Tem certeza de que deseja redefinir '%s'?" + success: "O subsistema '%s' foi redefinido." options: force: - description: "Force reset of the subsystem." + description: "Forçar a redefinição do subsistema." name: - description: "The name of the subsystem to reset." + description: "O nome do subsistema a ser redefinido." From a09fa77059801dacc6642cb22c23a6513b270c49 Mon Sep 17 00:00:00 2001 From: tachyglossues Date: Sat, 29 Jul 2023 12:07:05 +0200 Subject: [PATCH 02/10] Translated using Weblate (French) Currently translated at 100.0% (180 of 180 strings) Co-authored-by: tachyglossues Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/fr/ Translation: Vanilla OS/Apx --- locales/fr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/locales/fr.yml b/locales/fr.yml index 15e9ded1..d4b04729 100644 --- a/locales/fr.yml +++ b/locales/fr.yml @@ -152,7 +152,7 @@ pkgmanagers: info: askConfirmation: "Êtes-vous sûr de vouloir supprimer \"%s\" ?" success: "Suppression du gestionnaire de paquets '%s'." - aborting: Aborting removal of package manager '%s'. + aborting: Abandon du gestionnaire de paquets '%s'. options: force: description: "Forcer la suppression du gestionnaire de paquets." @@ -171,7 +171,7 @@ stacks: noStacks: "Aucune pile n'est disponible. Créez-en une nouvelle avec 'apx stacks new' ou contactez l'administrateur système." foundStacks: "Trouvé %d stacks :\n" - aborting: Aborting removal of stack '%s'. + aborting: Abandon de la suppression de la pile '%s'. options: json: description: "Sortie au format JSON." From de33a0675c21564d439e7040153af8ac36b79d23 Mon Sep 17 00:00:00 2001 From: Fedorov Alexei Date: Sat, 29 Jul 2023 12:07:06 +0200 Subject: [PATCH 03/10] Translated using Weblate (Russian) Currently translated at 100.0% (180 of 180 strings) Translated using Weblate (Russian) Currently translated at 100.0% (180 of 180 strings) Co-authored-by: Fedorov Alexei Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ru/ Translation: Vanilla OS/Apx --- locales/ru.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/locales/ru.yml b/locales/ru.yml index c7c4a23c..5b99db38 100644 --- a/locales/ru.yml +++ b/locales/ru.yml @@ -32,7 +32,7 @@ runtimeCommand: unexportedApp: "Деэкспортированное приложение %s\n" unexportedBin: "Деэкспортированный двоичный файл %s\n" autoremove: - description: "Убирать пакеты, которые больше не требуются." + description: "Убрать пакеты, которые больше не требуются." clean: description: "Очистить кэш пакетного менеджера." install: @@ -43,9 +43,9 @@ runtimeCommand: list: description: "Список всех установленных пакетов." purge: - description: "Очистить указанные пакеты." + description: "Полностью удалить указанные пакеты." remove: - description: "Удалить указанные пакеты." + description: "Убрать указанные пакеты." search: description: "Выполнить поиск пакетов по запросу." show: @@ -64,7 +64,7 @@ runtimeCommand: bin: description: "Имя экспортируемого двоичного файла." binOutput: - description: "Путь двоичного вывода (по умолчанию: ~/.local/bin/)." + description: "Путь вывода двоичного файла (по умолчанию: ~/.local/bin/)." unexport: description: "Деэкспортировать приложение или двоичный файл из подсистемы." options: @@ -73,7 +73,7 @@ runtimeCommand: bin: description: "Имя деэкспортируемого двоичного файла." binOutput: - description: "Путь двоичного вывода (по умолчанию: ~/.local/bin/)." + description: "Путь вывода двоичного файла (по умолчанию: ~/.local/bin/)." pkgmanagers: description: "Работа с менеджерами пакетов, которые доступны в apx." @@ -86,7 +86,7 @@ pkgmanagers: info: noPkgManagers: "Нет доступных менеджеров пакетов. Создайте новый с помощью 'apx pkgmanagers new' или обратитесь к системному администратору." - foundPkgManagers: "Найдено %d менеджер(ов) пакетов:\n" + foundPkgManagers: "Менеджер(ов) пакетов найдено %d:\n" options: json: description: "Вывод в формате JSON." @@ -115,7 +115,7 @@ pkgmanagers: needSudo: description: "Нужен ли менеджеру пакетов sudo для запуска." autoremove: - description: "Команда делает так, чтобы пакеты убирались автоматически." + description: "Команда автоматически убирает пакеты." clean: description: "Команда очищает кэш менеджера пакетов." install: @@ -161,7 +161,7 @@ stacks: info: noStacks: "Нет доступных стеков. Создайте новый с помощью 'apx stacks new' или обратитесь к системному администратору." - foundStacks: "Найдено %d стеков:\n" + foundStacks: "Стеков найдено %d:\n" aborting: Прерывание удаления стека '%s'. options: json: @@ -277,7 +277,7 @@ subsystems: info: noSubsystems: "Нет доступных подсистем. Создайте новую с помощью 'apx subsystems new' или обратитесь к системному администратору." - foundSubsystems: "Найдено %d подсистем:\n" + foundSubsystems: "Подсистем найдено %d:\n" options: json: description: "Вывод в формате JSON." From 048e1680b960cdb778d45ea2b2d8b80b5a56e085 Mon Sep 17 00:00:00 2001 From: nautilusx Date: Sat, 29 Jul 2023 12:07:06 +0200 Subject: [PATCH 04/10] Translated using Weblate (German) Currently translated at 42.2% (76 of 180 strings) Co-authored-by: nautilusx Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/de/ Translation: Vanilla OS/Apx --- locales/de.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/locales/de.yml b/locales/de.yml index 3a4b5b34..e96fca2a 100644 --- a/locales/de.yml +++ b/locales/de.yml @@ -129,22 +129,23 @@ pkgmanagers: list: description: "Der Befehl zum auflisten aller installierten Pakete." purge: - description: "The command to run to purge packages." + description: "Der auszuführende Befehl zum Bereinigen von Paketen." remove: - description: "The command to run to remove packages." + description: "Der auszuführende Befehl zum Entfernen von Paketen." search: - description: "The command to run to search for packages." + description: "Der auszuführende Befehl für die Suche nach Paketen." show: - description: "The command to run to show information about packages." + description: "Der auszuführende Befehl, um Informationen über Pakete anzuzeigen." update: - description: "The command to run to update the list of available packages." + description: "Der auszuführende Befehl, um die Liste der verfügbaren Pakete + zu aktualisieren." upgrade: - description: "The command to run to upgrade packages." + description: "Der auszuführende Befehl zum Upgrade von Paketen." rm: - description: "Remove the specified package manager." + description: "Entfernt den angegebenen Paketmanager." error: - noName: "No name specified." + noName: "Kein Name angegeben." inUse: "The package manager is used in %d stacks:\n" info: askConfirmation: "Are you sure you want to remove '%s'?" From 461ce4c143604f77abb6f1415db0dbbfc1609ac9 Mon Sep 17 00:00:00 2001 From: lakejason0 Date: Sat, 29 Jul 2023 12:07:07 +0200 Subject: [PATCH 05/10] Translated using Weblate (Chinese (Traditional)) Currently translated at 100.0% (180 of 180 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (180 of 180 strings) Co-authored-by: lakejason0 Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/zh_Hans/ Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/zh_Hant/ Translation: Vanilla OS/Apx --- locales/zh_Hans.yml | 4 ++-- locales/zh_Hant.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/zh_Hans.yml b/locales/zh_Hans.yml index 62332aa2..0b793dce 100644 --- a/locales/zh_Hans.yml +++ b/locales/zh_Hans.yml @@ -140,7 +140,7 @@ pkgmanagers: info: askConfirmation: "确定要移除 '%s' 吗?" success: "已移除软件包管理器 '%s'。" - aborting: Aborting removal of package manager '%s'. + aborting: 中止移除软件包管理器 '%s'。 options: force: description: "强制移除软件包管理器。" @@ -158,7 +158,7 @@ stacks: info: noStacks: "没有可用的包捆。请使用 'apx stacks new' 创建新的包捆,或者联系系统管理员。" foundStacks: "找到 %d 个包捆:\n" - aborting: Aborting removal of stack '%s'. + aborting: 中止移除包捆 '%s'。 options: json: description: "以 JSON 格式输出。" diff --git a/locales/zh_Hant.yml b/locales/zh_Hant.yml index fbfa3840..002f677d 100644 --- a/locales/zh_Hant.yml +++ b/locales/zh_Hant.yml @@ -140,7 +140,7 @@ pkgmanagers: info: askConfirmation: "是否確實要刪除 '%s'?" success: "已移除軟體包管理器 '%s'。" - aborting: Aborting removal of package manager '%s'. + aborting: 中止移除軟體包管理器 '%s'。 options: force: description: "強制移除軟體包管理器。" @@ -158,7 +158,7 @@ stacks: info: noStacks: "沒有可使用的包捆。請使用 'apx stacks new' 建立新的包捆,或是聯絡系統管理員。" foundStacks: "找到 %d 個包捆:\n" - aborting: Aborting removal of stack '%s'. + aborting: 中止移除包捆 '%s'。 options: json: description: "以 JSON 格式輸出。" From 15feba0a3fd772aa2025ded2b6a97f2b774419d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sinan=20Sar=C4=B1han?= Date: Sat, 29 Jul 2023 12:07:07 +0200 Subject: [PATCH 06/10] Translated using Weblate (Turkish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 43.3% (78 of 180 strings) Co-authored-by: Sinan Sarıhan Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/tr/ Translation: Vanilla OS/Apx --- locales/tr.yml | 90 ++++++++++++++++++++++++++------------------------ 1 file changed, 46 insertions(+), 44 deletions(-) diff --git a/locales/tr.yml b/locales/tr.yml index e3d29ad2..02c210fe 100644 --- a/locales/tr.yml +++ b/locales/tr.yml @@ -4,7 +4,7 @@ apx: errors: unknownCommand: "Bilinmeyen komut: %s" invalidInput: "Geçersiz girdi." - invalidChoice: Invalid choice. + invalidChoice: Geçersiz seçim. info: aborting: "İstek üzerine iptal ediliyor." terminal: @@ -22,7 +22,7 @@ runtimeCommand: sameAppOrBin: "--app-name ve --bin aynı anda belirtilemez." exportingApp: "Uygulamayı çıkartırken bir hata meydana geldi: %s" exportingBin: "İkili dosyayı çıkartırken bir hata meydana geldi: %s" - unexportingApp: "Uygulamayı kaldırı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" info: unexportedApps: "%d uygulama kaldırıldı\n" @@ -76,80 +76,82 @@ runtimeCommand: description: "Path of the binary output (default: ~/.local/bin/)." pkgmanagers: - description: "Work with the package managers that are available in apx." + description: "apx içinde kullanılabilir paket yöneticileri ile çalışın" labels: - name: "Name" - builtIn: "Built-in" + name: "İsim" + builtIn: "Yerleşik" list: - description: "List all available package managers." + description: "Mevcut tüm paket yöneticilerini listeler." info: - noPkgManagers: "No package managers available. Create a new one with 'apx pkgmanagers - new' or contact the system administrator." - foundPkgManagers: "Found %d package managers:\n" + noPkgManagers: "Mevcut paket yöneticisi yok. 'apx pkgmanagers new' ile yeni + bir tane oluşturun veya sistem yöneticisine başvurun." + foundPkgManagers: "Bulunan paket yöneticileri %d:\n" options: json: - description: "Output in JSON format." + description: "JSON biçiminde çıktı." show: - description: "Show information about the specified package manager." + description: "Belirtilen paket yöneticisi hakkında bilgi gösterir." new: - description: "Create a new package manager." + description: "Yeni bir paket yöneticisi oluşturun." error: - 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." + emptyName: "İsim boş olamaz." + noName: "İsim belirtilmemiş." + emptyCommand: "Komut boş olamaz." + noCommand: "'%s' için komut belirtilmemiş." + alreadyExists: "'%s' adında bir paket yöneticisi zaten mevcut." info: - 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'." + askName: "Bir isim seçin:" + askSudo: "Paket yöneticisinin çalışması için sudo gerekiyor mu?" + askCommand: "'%s' için komutu girin:" + askOverwrite: "'%s' adında bir paket yöneticisi zaten mevcut. Üzerine yazılsın + mı?" + success: "'%s' paket yöneticisi oluşturuldu." options: assumeYes: - description: "Assume yes to all prompts." + description: "Tüm sorulara evet dediğinizi varsayın." name: - description: "The name of the package manager." + description: "Paket yöneticisinin adı." needSudo: - description: "Whether the package manager needs sudo to run." + description: "Paket yöneticisinin çalışması için sudo gerekip gerekmediği." autoremove: - description: "The command to run to autoremove packages." + description: "Paketleri otomatik kaldırmak için çalıştırılacak komut." clean: - description: "The command to run to clean the package manager's cache." + description: "Paket yöneticisinin önbelleğini temizlemek için çalıştırılacak + komut." install: - description: "The command to run to install packages." + description: "Paketleri yüklemek için çalıştırılacak komut." list: - description: "The command to run to list installed packages." + description: "Yüklü paketleri listelemek için çalıştırılacak komut." purge: - description: "The command to run to purge packages." + description: "Paketleri temizlemek için çalıştırılacak komut." remove: - description: "The command to run to remove packages." + description: "Paketleri kaldırmak için çalıştırılacak komut." search: - description: "The command to run to search for packages." + description: "Paketleri aramak için çalıştırılacak komut." show: - description: "The command to run to show information about packages." + description: "Paketler hakkında bilgi göstermek için çalıştırılacak komut." update: - description: "The command to run to update the list of available packages." + description: "Kullanılabilir paketlerin listesini güncellemek için çalıştırılacak + komut." upgrade: - description: "The command to run to upgrade packages." + description: "Paketleri yükseltmek için çalıştırılacak komut." rm: - description: "Remove the specified package manager." + description: "Belirtilen paket yöneticisini kaldırın." error: - noName: "No name specified." - inUse: "The package manager is used in %d stacks:\n" + noName: "İsim belirtilmemiş." + inUse: "Paket yöneticisi %d yığınlarında kullanılır:\n" info: - askConfirmation: "Are you sure you want to remove '%s'?" - success: "Removed package manager '%s'." - aborting: Aborting removal of package manager '%s'. + askConfirmation: "'%s' kaldırmak istediğinizden emin misiniz?" + success: "'%s' paket yöneticisi kaldırıldı." + aborting: "'%s' paket yöneticisinin kaldırılması iptal ediliyor." options: force: - description: "Force removal of the package manager." + description: "Paket yöneticisini kaldırmaya zorla." name: - description: "The name of the package manager to remove." + description: "Kaldırılacak paket yöneticisinin adı." stacks: description: "Work with the stacks that are available in apx." From 8fedf701c9d77ff2acfe79bf85df2ab9c498e784 Mon Sep 17 00:00:00 2001 From: Moumn Almunawy Date: Sat, 29 Jul 2023 12:07:07 +0200 Subject: [PATCH 07/10] Translated using Weblate (Arabic) Currently translated at 100.0% (180 of 180 strings) Co-authored-by: Moumn Almunawy Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ar/ Translation: Vanilla OS/Apx --- locales/ar.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/locales/ar.yml b/locales/ar.yml index d926a0fa..44a97d0c 100644 --- a/locales/ar.yml +++ b/locales/ar.yml @@ -3,7 +3,7 @@ apx: errors: unknownCommand: "أمر غير معروف: %s" invalidInput: "المدخل غير صالح." - invalidChoice: Invalid choice. + invalidChoice: خيار غير صالح. info: aborting: "يتم الالغاء." terminal: @@ -141,7 +141,7 @@ pkgmanagers: info: askConfirmation: "هل انت متأكد من حذف '%s'؟" success: "تم حذف مدير الحزم '%s'." - aborting: Aborting removal of package manager '%s'. + aborting: إلغاء حذف مدير الحزم '%s'. options: force: description: "إجبار إزالة مدير الحزم." @@ -160,7 +160,7 @@ stacks: noStacks: "لا توجد تشكيلات متاحة. قم بإنشاء واحدة جديدة باستخدام 'apx stacks new' او قم بالتحدث الي مسئول النظام." foundStacks: "تم العثور على %d تشكيلات:\n" - aborting: Aborting removal of stack '%s'. + aborting: إلغاء حذف التشكيلة '%s'. options: json: description: "المخرجات في صورة JSON." From ff5dccc9c5386c1a11596c0c8897a319dda23b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=8D=C3=B1igo=20Ar=C3=A9jula=20A=C3=ADsa?= Date: Sat, 29 Jul 2023 12:07:08 +0200 Subject: [PATCH 08/10] Translated using Weblate (Spanish) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Currently translated at 13.3% (24 of 180 strings) Co-authored-by: Íñigo Aréjula Aísa Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/es/ Translation: Vanilla OS/Apx --- locales/es.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/es.yml b/locales/es.yml index 8f7f4244..f7e32871 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -2,7 +2,7 @@ apx: description: "Apx is a package manager with support for multiple sources, allowing you to install packages in subsystems." errors: - unknownCommand: "Unknown command: %s" + unknownCommand: "Comando desconocido: %s" invalidInput: "Invalid input." invalidChoice: Invalid choice. info: From e77ca9f816c76d766f7a728c3ef1a01a53b6c3fe Mon Sep 17 00:00:00 2001 From: ramon ledesma Date: Sat, 29 Jul 2023 12:07:08 +0200 Subject: [PATCH 09/10] Translated using Weblate (Spanish) Currently translated at 13.3% (24 of 180 strings) Co-authored-by: ramon ledesma Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/es/ Translation: Vanilla OS/Apx --- locales/es.yml | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/locales/es.yml b/locales/es.yml index f7e32871..af32a97f 100644 --- a/locales/es.yml +++ b/locales/es.yml @@ -1,39 +1,39 @@ apx: - description: "Apx is a package manager with support for multiple sources, allowing - you to install packages in subsystems." + description: "Apx es un gestor de paquetes con soporte para múltiples fuentes, que + permite instalar paquetes en subsistemas." errors: unknownCommand: "Comando desconocido: %s" - invalidInput: "Invalid input." - invalidChoice: Invalid choice. + invalidInput: "Entrada Inválida." + invalidChoice: Elección inválida info: - aborting: "Aborting as requested." + aborting: "Abortando según lo solicitado." terminal: - yes: "yes" + yes: "sí" no: "no" runtimeCommand: - description: "Work with the specified subsystem, accessing the package manager and - environment." + description: "Trabaja con el subsistema especificado, accediendo al gestor de paquetes + y al entorno." error: - 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" + noPackageSpecified: "No se especifican paquetes." + cantAccessPkgManager: "Un error ocurrio mientras el gestor de paquetes se estaba + accediendo: %s" + executingCommand: "Un error ocurrio mientras se ejucutaba un commando: %s" + noAppNameOrBin: "--app-nombre o --bin debe ser especifcado." + sameAppOrBin: "--app-nombre y --bin no pueden ambos estar especificados." + exportingApp: "Un error ocurrio mientras se exportaba la applicaćion: %s" + exportingBin: "Un error ocurrio mientas se exportaba el binaro: %s" + unexportingApp: "Un error ocurrio al desexportar una applicación: %s" + unexportingBin: "Un error ocurrio al desexportar el binario: %s" info: - unexportedApps: "Unexported %d applications\n" - exportedApps: "Exported %d applications\n" - exportedApp: "Exported application %s\n" - exportedBin: "Exported binary %s\n" - unexportedApp: "Unexported application %s\n" - unexportedBin: "Unexported binary %s\n" + unexportedApps: "Aplicaciones %d no exportadas\n" + exportedApps: "Aplicaciones %d exportadas\n" + exportedApp: "Aplicación exportada %s\n" + exportedBin: "Binario exportado %s\n" + unexportedApp: "Aplicación %s no exportada\n" + unexportedBin: "Binario no exportado %s\n" autoremove: - description: "Remove packages that are no longer required." + description: "Eliminar paquetes ya no requeridos." clean: description: "Clean the package manager's cache." install: From 5784d48780607cd5c07073008527cee1351ff2d9 Mon Sep 17 00:00:00 2001 From: Matt C Date: Sat, 29 Jul 2023 12:07:08 +0200 Subject: [PATCH 10/10] Translated using Weblate (Romanian) Currently translated at 100.0% (180 of 180 strings) Co-authored-by: Matt C Translate-URL: https://hosted.weblate.org/projects/vanilla-os/apx/ro/ Translation: Vanilla OS/Apx --- locales/ro.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/locales/ro.yml b/locales/ro.yml index c81e1ae3..3dd0878d 100644 --- a/locales/ro.yml +++ b/locales/ro.yml @@ -4,7 +4,7 @@ apx: errors: unknownCommand: "Comanda necunoscută: %s" invalidInput: "Intrare nevalidă." - invalidChoice: Invalid choice. + invalidChoice: Alegere invalidă. info: aborting: "Se anulează conform solicitării." terminal: @@ -52,7 +52,7 @@ runtimeCommand: show: description: "Afișează informații despre pachetul specificat." update: - description: "Actualizați lista pachetelor disponibile" + description: "Actualizați lista pachetelor disponibile." upgrade: description: "Actualizați toate pachetele instalate." enter: @@ -148,7 +148,7 @@ pkgmanagers: info: askConfirmation: "Sunteți sigur că doriți să eliminați \"%s\"?" success: "A fost eliminat managerul de pachete \"%s\"." - aborting: Aborting removal of package manager '%s'. + aborting: Se anulează eliminarea managerului de pachete „%s”. options: force: description: "Forțează eliminarea managerului de pachete." @@ -159,7 +159,7 @@ stacks: description: "Lucrați cu stive care sunt disponibile în apx." labels: name: "Nume" - builtIn: "Built-in" + builtIn: "Încorporat" list: description: "Enumeră toate stivele disponibile." @@ -167,7 +167,7 @@ stacks: noStacks: "Nu sunt disponibile stive. Creați una nouă cu 'apx stacks new' sau contactați administratorul de sistem." foundStacks: "S-au găsit %d stive:\n" - aborting: Aborting removal of stack '%s'. + aborting: Se anulează eliminarea stivei „%s”. options: json: description: "Ieșire în format JSON." @@ -278,7 +278,7 @@ subsystems: status: "Stare" list: - description: "List cu toate subsistemele disponibile" + description: "Enumeră toate subsistemele disponibile." error: info: noSubsystems: "Nu există subsisteme disponibile. Creați unul nou cu 'apx subsystems