i18n(pt-BR): Translation update (#478)

* i18n(pt-BR):Translation adjustment

* i18n(pt-BR):Translation update

* i18n(pt-BR):Translation adjustment

* i18n(pt-BR):Initial translation

* i18n(pt-BR): EOF Adjustment
This commit is contained in:
Gustavo Santana de Aquino 2024-06-05 12:29:08 -03:00 committed by GitHub
parent 2bbf568c60
commit c60a100135
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 67 additions and 6 deletions

View file

@ -0,0 +1,37 @@
power = Energia
settings = Configurações...
lock-screen = Bloquear Tela
lock-screen-shortcut = Super + Escape
log-out = Sair
log-out-shortcut = Ctrl + Alt + Delete
suspend = Suspender
restart = Reiniciar
shutdown = Desligar
confirm = Confirmar
cancel = Cancelar
confirm-button = {
$action ->
[restart] { restart }
[suspend] { suspend}
[shutdown] Desligar
[log-out] { log-out }
*[other] { confirm}
}
confirm-title =
{ $action ->
[restart] { restart }
[suspend] { suspend }
[shutdown] { shutdown }
[log-out] Fechar todos os aplicativos e Sair
*[other] Aplicar a ação selecionada
} agora?
confirm-body =
O sistema irá { $action ->
[restart] reiniciar
[suspend] suspender
[shutdown] desligar
[lock-screen] bloquear a tela
[log-out] sair
*[other] aplicar a ação selecionada
} automaticamente em { $countdown } segundos.