Skip to content

Commit

Permalink
l10n/weblate: update Portuguese translation
Browse files Browse the repository at this point in the history
Currently translated at 94.8% (92 of 97 strings)

Co-authored-by: João Campos <joao.campos1221@gmail.com>
Translate-URL: https://hosted.weblate.org/projects/vanilla-os/abroot/pt/
Translation: Vanilla OS/ABRoot
  • Loading branch information
pastilhas authored and kbdharun committed Jun 14, 2024
1 parent 053e51f commit cf2f245
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions locales/pt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ abroot:
2 partições raiz (A<->B)"
short: "ABRoot fornece total imutabilidade e atomicidade realizando transações entre
2 partições raiz (A<->B)"
verboseFlag: "mostrar um output mais detalhado"
verboseFlag: "mostrar uma saída mais detalhada"

kargs:
use: "kargs"
Expand All @@ -13,15 +13,16 @@ kargs:
rootRequired: "Tens que ser root para executar este comando."
notChanged: Não foram feitas alterações nos parâmetros do kernel.
applyFailed: "Comando de aplicar falhou: %s\n"
unknownCommand: Unknown command '%s'. Run 'abroot kargs --help' for usage examples.
unknownCommand: Comando desconhecido '%s'. Execute 'abroot kargs --help' para ver
exemplos de uso.
rollback:
use: "rollback"
long: "Executa um rollback do sistema, descartando as alterações feitas no atual
root."
short: "Retornar o sistema para um estado anterior"
rootRequired: "Tens que ser root para executar este comando."
rollbackFailed: "Rollback falhou: %s\n"
rollbackSuccess: Rollback completo com sucesso
rollbackSuccess: Rollback concluído com sucesso.
rollbackUnnecessary: O Rollback não é necessário, a raiz atual já é a utilizada.
canRollback: É possível voltar à raiz anterior.
cannotRollback: Não é possível reverter para a raiz anterior.
Expand Down Expand Up @@ -69,8 +70,9 @@ pkg:
sistemas embarcados
failedGettingPkgManagerInstance: "Falha ao obter a instância do gestor de pacotes:
%s\n"
noChanges: No changes to apply.
unknownCommand: Unknown command '%s'. Run 'abroot pkg --help' for usage examples.
noChanges: Sem mudanças para aplicar.
unknownCommand: Comando desconhecido '%s'. Execute 'abroot pkg --help' para ver
exemplos de uso.
status:
use: status
long: Mostrar o status atual do ABRoot.
Expand All @@ -84,25 +86,25 @@ status:
specs:
cpu: 'CPU: %s'
gpu: 'GPU: %s'
title: 'Device Specifications:'
memory: 'Memory: %s'
loadedConfig: 'Loaded Configuration:'
title: 'Especificação do Dispositivo:'
memory: 'Memória: %s'
loadedConfig: 'Configuração Carregada:'
packages:
removed: 'Removed: %s'
removed: 'Removido: %s'
unstaged: 'Unstaged: %s%s'
title: 'Packages:'
added: 'Added: %s'
title: 'Pacotes:'
added: 'Adicionado: %s'
partitions:
future: 'Future: %s%s'
present: 'Present: %s%s'
title: 'ABRoot Partitions:'
future: 'Futuro: %s%s'
present: 'Presente: %s%s'
title: 'Partições ABRoot:'
kargs: 'Kernel Arguments: %s'
abimage:
timestamp: 'Timestamp: %s'
title: 'ABImage:'
digest: 'Digest: %s'
image: 'Image: %s'
agreementStatus: 'Package agreement:'
agreementStatus: 'Acordo de pacote:'
updateInitramfs:
short: Atualize o initramfs
updateFailed: "Falha ao atualizar o initramfs da raiz futura.\n"
Expand Down

0 comments on commit cf2f245

Please sign in to comment.