Skip to content

Commit

Permalink
feat: add brazilian portuguese language
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonLuan authored and sinedied committed Jan 8, 2021
1 parent 6397d96 commit 1a6d728
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions generators/app/templates/src/translations/__pt-BR._pt-BR.json
@@ -0,0 +1,35 @@
{
"APP_NAME": "<%= props.appName %>",
"About": "Sobre",
"Hello world !": "Olá Mundo !",
"Home": "Início",
<% if (props.ui === 'ionic') { -%>
"Cancel": "Cancelar",
"Change language": "Alterar idioma",
"Language": "Idioma",
"Ok": "Ok",
<% if (props.layout === 'tabs') { -%>
"Settings": "Configurações",
"Notifications": "Notificações",
"Preferences": "Preferências",
"Account": "Conta",
<% if (props.auth) { -%>
"Profile": "Perfil",
<% } -%>
<% } -%>
<% } -%>
<% if (props.auth) { -%>
<% if (props.ui !== 'ionic') { -%>
"Logged in as": "Conectado como",
<% } -%>
"Login": "Entrar",
"Logout": "Sair",
"Password": "Senha",
"Password is required": "A senha é obrigatória",
"Username": "Usuário",
"Username is required": "O usuário é obrigatório",
"Username or password incorrect.": "Usuário ou senha incorretos.",
"Remember me": "Lembre-se de mim",
<% } -%>
"Version": "Versão"
}

0 comments on commit 1a6d728

Please sign in to comment.