-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
83 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 |
---|---|---|
|
@@ -38,6 +38,7 @@ module.exports = { | |
`es`, | ||
`it`, | ||
`ko`, | ||
`pt-BR`, | ||
`ru`, | ||
`ta`, | ||
`th`, | ||
|
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
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,81 @@ | ||
{ | ||
"ContactsView.Connections": "Conexões", | ||
"ContactsView.forgot": "Veja ou remova seus contatos do seu registro. Esqueceu de alguem?", | ||
"ContactsView.forgot button": "Registrar contato", | ||
"ContactsView.heading": "Contatos", | ||
"ContactsView.lead": "Lista de pessoas que você teve contato", | ||
"ContactsView.Log History": "Histórico de registro", | ||
"LogContact.keep-up": "Continue assim 💅", | ||
"LogView.heading": "Registrar contato", | ||
"PrimaryNav.About": "Sobre nós", | ||
"PrimaryNav.Contacts": "Contatos", | ||
"PrimaryNav.Donate": "Doe", | ||
"PrimaryNav.Log Contact": "Registrar contato", | ||
"PrimaryNav.Log out": "Sair", | ||
"PrimaryNav.Press": "Imprensa", | ||
"PrimaryNav.Settings": "Configurações", | ||
"PrimaryNav.Share": "Compartilhar", | ||
"ProfileView.heading": "Seu Nível de Risco", | ||
"Footer.Privacy Policy": "Políticas de Privacidade", | ||
"Footer.Terms of Service": "Termos e Condições", | ||
"Footer.Cookie Policy": "Política de Cookies", | ||
"Footer.rights": "© Todos os direitos reservados.", | ||
"Footer.cute": "Feito com <span role=\"img\">🙏</span> em casa, {buildTime}.", | ||
"LogView.lead": "Registre contatos diariamente para obter dados mais precisos.", | ||
"LogForm.Entry Date": "Data do contato", | ||
"LogForm.Who did you meet?": "Com quem teve contato?", | ||
"InviteView.Connected": "Conectado", | ||
"InviteView.Connected-Description": "Você já pode registrar contato com {name} 😎", | ||
"InviteView.heading": "Você está convidado/a!", | ||
"InviteView.lead": "{name} convidou você a participar do Contact Tracing.", | ||
"InviteView.Connect-button": "Conectar", | ||
"InviteView.why-use": "Por que usar o aplicativo Contact Tracing?", | ||
"InviteView.why-1": "Proteja as pessoas que você ama", | ||
"InviteView.why-2": "Limite a propagação do COVID-19", | ||
"InviteView.why-3": "Economize tempo para rastrear e notificar imediatamente seus contatos, se necessário, com um clique.", | ||
"LogForm.cant-find": "Não consegue encontrar quem você está procurando? Envie a eles seu <a> link de convite </a>.", | ||
"LogForm.Save": "Salvar", | ||
"LogForm.error-1": "Você deve ter tido contato com pelo menos uma pessoa", | ||
"LogForm.error-2": "Requerido", | ||
"ProfileView.lead": "Conecte-se com mais amigos e registre contatos diariamente para obter dados mais precisos.", | ||
"ProfileView.healthStatus.heading": "Estado de Saúde", | ||
"ProfileView.healthStatus.lead": "Mantenha seus contatos informados do seu status atual.", | ||
"ProfileView.healthStatus.label": "Meu Status", | ||
"ProfileView.select option": "Selecione uma opçāo", | ||
"ProfileView.fine": "Estou bem", | ||
"ProfileView.symptoms": "Tenho sintomas", | ||
"ProfileView.positive": "Testei positivo", | ||
"ProfileView.inQuarantine": "Em quarentena", | ||
"ProfileView.notify": "Notificar", | ||
"ProfileView.whoops": "Ops!", | ||
"ProfileView.recorded": "Seu status foi gravado.", | ||
"ProfileView.recorded2": "Seu contato será notificado.", | ||
"ProfileView.success": "Atualização de status recebida", | ||
"Settings.heading": "Configurações", | ||
"Settings.lead": "Mudar suas preferencias em Contract Tracing.", | ||
"Settings.help": "Isso é público, assim outros podem encontrá-lo.", | ||
"Settings.Display Name": "Nome de exibição", | ||
"Settings.Notifications Prefs": "Preferencias de notificação", | ||
"Settings.Email": "Email", | ||
"Settings.SMS": "SMS", | ||
"Settings.save": "Salvar", | ||
"Settings.SMS-missing": "Falta o número de SMS ", | ||
"Settings.SMS-desc": "Você escolheu o SMS como notificação preferida. No entanto, nenhum número de sms foi fornecido.", | ||
"Settings.saved": "Salvo", | ||
"Settings.msg": "Suas configuraçōes foram atualizadas.", | ||
"Settings.error": "Isso é chato", | ||
"Icon.title": "Junte-se a mim no {siteTitle} e ajude um ao outro a se manter seguro.", | ||
"ShareView.heading": "Compartilhar seu perfil", | ||
"ShareView.lead": "Envie este link para seus amigos e familiares para se conectar.", | ||
"ShareView.copied": "Copiado", | ||
"ShareView.copy": "Copiar", | ||
"ShareView.scan": "Ou, escaneie:", | ||
"SigninView.heading": "Entrar", | ||
"SigninView.lead": "Entre já em sua conta gratuíta.", | ||
"ContactList.heading": "Isso é chato...", | ||
"ContactList.msg": "Algo deu errado. Talvez tente novamente?", | ||
"LogHistory.msg": "Entrada removida", | ||
"RiskLevel.heading": "Registre mais contatos para ver seu nível de risco.", | ||
"RiskLevel.cta": "Registre contatos", | ||
"PrimaryNav.Sign in": "Entrar" | ||
} |