-
-
Notifications
You must be signed in to change notification settings - Fork 417
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(locales): create pt.json (#575)
- Loading branch information
1 parent
fb6ac76
commit 44d125c
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"language": "Português", | ||
"ui": { | ||
"cancel": "Cancelar", | ||
"close": "Fechar", | ||
"confirm": "Confirmar", | ||
"more": "Mais...", | ||
"settings": { | ||
"locale": "Mudar idioma", | ||
"locale_description": "Idioma atual: ${language} (%s)", | ||
"notification_audio": "Áudio de notificações", | ||
"notification_position": "Posição das notificações" | ||
}, | ||
"position": { | ||
"bottom": "Em baixo", | ||
"bottom-left": "Em baixo à esquerda", | ||
"bottom-right": "Em baixo à direita", | ||
"center-left": "Centro-esquerda", | ||
"center-right": "Centro-direita", | ||
"top": "Em cima", | ||
"top-left": "Em cima à esquerda", | ||
"top-right": "Em cima à direita" | ||
} | ||
}, | ||
"open_radial_menu": "Abrir menu radial", | ||
"cancel_progress": "Cancelar barra de progresso atual", | ||
"txadmin_announcement": "Anúncio do servidor por %s", | ||
"txadmin_dm": "Mensagem direta de %s", | ||
"txadmin_warn": "Foste avisado por %s", | ||
"txadmin_warn_content": "%s \nID da ação: %s", | ||
"txadmin_scheduledrestart": "Reinício agendado" | ||
} |