i18n (pt-BR) Update translations
This commit is contained in:
parent
ec93dae94a
commit
2d2543094e
1 changed files with 10 additions and 2 deletions
|
|
@ -2,10 +2,18 @@ cancel = Cancelar
|
|||
keyboard-layout = Layout do teclado
|
||||
restart = Reiniciar
|
||||
restart-now = Reiniciar agora?
|
||||
restart-timeout = O sistema será reiniciado automaticamente em {$seconds} segundos.
|
||||
restart-timeout = O sistema será reiniciado automaticamente em
|
||||
{ $seconds ->
|
||||
[1] 1 segundo.
|
||||
*[other] {$seconds} segundos.
|
||||
}
|
||||
session = Sessão
|
||||
shutdown = Desligar
|
||||
shutdown-now = Desligar agora?
|
||||
shutdown-timeout = O sistema será desligado automaticamente em {$seconds} segundos.
|
||||
shutdown-timeout = O sistema será desligado automaticamente em
|
||||
{ $seconds ->
|
||||
[1] 1 segundo.
|
||||
*[other] {$seconds} segundos.
|
||||
}
|
||||
suspend = Suspender
|
||||
user = Usuário
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue