summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/en_US/translation.json37
-rw-r--r--web-ui/app/locales/pt_BR/translation.json37
2 files changed, 74 insertions, 0 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 5e23d39f..6ca72283 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -81,6 +81,40 @@
"all": "All",
"tags": "Tags"
},
+ "account-recovery": {
+ "page-title": "Pixelated Account Recovery",
+ "admin-form": {
+ "image-description": "Admin Recovery Code - Step 1 of 4",
+ "title": "Contact your account administrator and ask for their part of the recovery code",
+ "tip1": "The safest way to do this is in person.",
+ "tip2": "You can call or text if you need to.",
+ "tip3": "Don't ever ask for it via email.",
+ "input-label": "type here admin's backup code"
+ },
+ "user-form": {
+ "image-description": "User Recovery Code - Step 2 of 4",
+ "title": "Remember your backup account?",
+ "description": "When you created your account you received a message - it was sent by team@pixelated-project.org. You'll need the recovery code that is in it.",
+ "input-label": "type here your backup code"
+ },
+ "new-password-form": {
+ "image-description": "New Password - Step 3 of 4",
+ "title": "Now, create a new password",
+ "input-label1": "create new password",
+ "input-label2": "confirm your new password",
+ "error": {
+ "invalid-password": "A better password has at least 8 characters",
+ "invalid-confirm-password": "Password and confirmation don't match"
+ }
+ },
+ "backup-account-step": {
+ "image-description": "Backup Account - Step 4 of 4",
+ "title": "Wait! What if you forget your password again?",
+ "buttonText": "Set-up Backup Account"
+ },
+ "button-next": "Next",
+ "back": "Back to previous step"
+ },
"backup-account": {
"page-title": "Pixelated Backup Account",
"backup-email": {
@@ -100,6 +134,9 @@
"paragraph": "Save this message, it is really important.",
"button": "Got it! I'm ready!",
"retry-button": "Hey, I didn't received it"
+ },
+ "error": {
+ "submit-error": "There was an error. Please try again later."
}
},
"back-to-inbox": "Back to my inbox",
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json
index dcf551af..1baf9b07 100644
--- a/web-ui/app/locales/pt_BR/translation.json
+++ b/web-ui/app/locales/pt_BR/translation.json
@@ -81,6 +81,40 @@
"all": "Todas",
"tags": "Etiquetas"
},
+ "account-recovery": {
+ "page-title": "Pixelated Recuperação de Conta",
+ "admin-form": {
+ "image-description": "Código de Recuperação do Administrador - Passo 1 de 4",
+ "title": "Contate o administrador da sua conta e peça seu código",
+ "tip1": "A maneira mais segura é fazer isso pessoalmente.",
+ "tip2": "Você pode ligar ou mandar mensagem de texto se precisar.",
+ "tip3": "Nunca peça por e-mail.",
+ "input-label": "digite aqui o código"
+ },
+ "user-form": {
+ "image-description": "Código de Recuperação do Usuário - Passo 2 de 4",
+ "title": "Lembra do seu e-mail de recuperação?",
+ "description": "Quando você criou uma conta você recebeu uma mensagem do team@pixelated-project.org. Você precisará do código que está neste e-mail.",
+ "input-label": "digite aqui o código"
+ },
+ "new-password-form": {
+ "image-description": "Nova Senha - Passo 3 de 4",
+ "title": "Agora, crie uma nova senha",
+ "input-label1": "digite a nova senha",
+ "input-label2": "confirme a nova senha",
+ "error": {
+ "invalid-password": "Uma senha boa tem pelo menos 8 caracteres",
+ "invalid-confirm-password": "Senha e confirmação não são iguais"
+ }
+ },
+ "backup-account-step": {
+ "image-description": "E-mail de Recuperação - Passo 4 de 4",
+ "title": "Opa! E se você esquecer sua senha de novo?",
+ "buttonText": "Configurar E-mail de Recuperação"
+ },
+ "button-next": "Próximo",
+ "back": "Voltar ao passo anterior"
+ },
"backup-account": {
"page-title": "Pixelated E-mail de Recuperação",
"backup-email": {
@@ -100,6 +134,9 @@
"paragraph": "Salve esse e-mail, ele é bem importante.",
"button": "Recebi! Pronto!",
"retry-button": "Ei, eu não recebi"
+ },
+ "error": {
+ "submit-error": "Ocorreu um erro. Por favor tente novamente mais tarde."
}
},
"back-to-inbox": "Voltar",