i18n(pt): add Portuguese translations
This commit is contained in:
parent
d657b1941a
commit
0b536349cb
4 changed files with 26 additions and 7 deletions
|
|
@ -0,0 +1,2 @@
|
|||
show-keyboard-layout = Mostrar Esquema do Teclado...
|
||||
keyboard-settings = Configurações do Teclado...
|
||||
|
|
@ -17,3 +17,4 @@ enter-password = Introduza a palavra-passe ou chave de encriptação
|
|||
router-wps-button = Também é possível estabelecer a ligação premindo o botão "WPS" no router
|
||||
unable-to-connect = Não é possível ligar à rede
|
||||
check-wifi-connection = Certifique-se de que o Wi-Fi está ligado à Internet e de que a palavra-passe está correta
|
||||
reset = Reiniciar
|
||||
|
|
|
|||
|
|
@ -8,6 +8,7 @@ minutes-ago = { NUMBER($duration) ->
|
|||
}
|
||||
show-less = Mostrar menos
|
||||
show-more = Mostrar {$more} mais
|
||||
clear-group = Limpar grupo de notificações
|
||||
clear-all = Limpar todas as notificações
|
||||
do-not-disturb = Não incomodar
|
||||
notification-settings = Definições de notificações...
|
||||
|
|
|
|||
|
|
@ -9,13 +9,28 @@ restart = Reiniciar
|
|||
shutdown = Encerrar
|
||||
confirm = Confirmar
|
||||
cancel = Cancelar
|
||||
confirm-body =
|
||||
{ $action ->
|
||||
confirm-button = {
|
||||
$action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend}
|
||||
[shutdown] Encerrar
|
||||
[log-out] { log-out }
|
||||
*[other] { confirm}
|
||||
}
|
||||
confirm-title =
|
||||
{ $action ->
|
||||
[restart] { restart }
|
||||
[suspend] { suspend }
|
||||
[shutdown] { shutdown }
|
||||
[lock-screen] A bloquear o ecrã
|
||||
[log-out] A terminar sessão
|
||||
*[other] A ação selecionada
|
||||
} continuará em { $countdown } segundos.
|
||||
|
||||
[log-out] Sair de todas as aplicações e terminar sessão
|
||||
*[other] Aplicar a ação selecionada
|
||||
} agora?
|
||||
confirm-body =
|
||||
O sistema vai { $action ->
|
||||
[restart] reiniciar
|
||||
[suspend] suspender
|
||||
[shutdown] encerrar
|
||||
[lock-screen] bloquear o ecrã
|
||||
[log-out] terminar sessão
|
||||
*[other] aplicar a ação selecionada
|
||||
} automatica em { $countdown } segundos.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue