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:
parent
2bbf568c60
commit
c60a100135
7 changed files with 67 additions and 6 deletions
37
cosmic-applet-power/i18n/pt-BR/cosmic_applet_power.ftl
Normal file
37
cosmic-applet-power/i18n/pt-BR/cosmic_applet_power.ftl
Normal 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.
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue