summaryrefslogtreecommitdiff
path: root/web-ui/app/locales
diff options
context:
space:
mode:
authorTayane Fernandes <tayane.rmf@gmail.com>2017-02-10 10:55:02 -0200
committerGitHub <noreply@github.com>2017-02-10 10:55:02 -0200
commit2753ec89b925f5038a85d6bc1fad7b5c887dbf1e (patch)
tree6a1526c1e2ec94bb8904635988236cb01b4c9f4b /web-ui/app/locales
parent0d4cf4ad3a5da62f65730d6c3e3665fc12d72590 (diff)
parent1783265383a16bf702f2206ded569d3ee1af3cbc (diff)
Merge pull request #967 from pixelated/backup-email-page
Add header and footer
Diffstat (limited to 'web-ui/app/locales')
-rw-r--r--web-ui/app/locales/en_US/translation.json4
-rw-r--r--web-ui/app/locales/pt_BR/translation.json6
2 files changed, 7 insertions, 3 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index db018db4..7252d1d7 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -75,6 +75,7 @@
"tags": "Tags"
},
"backup-account": {
+ "page-title": "Pixelated Backup Account",
"image-description": "Forgot my password!",
"title": "What if you forget your password?",
"paragraph1": "You will need a backup account. Choose an alternative email address you use regularly.",
@@ -82,5 +83,6 @@
"input-label": "Type your backup account",
"button": "Add Account"
},
- "back-to-inbox": "Back to my inbox"
+ "back-to-inbox": "Back to my inbox",
+ "footer-text": "Product in development. Feedback and issues to"
}
diff --git a/web-ui/app/locales/pt_BR/translation.json b/web-ui/app/locales/pt_BR/translation.json
index 87b2655e..9a4393fa 100644
--- a/web-ui/app/locales/pt_BR/translation.json
+++ b/web-ui/app/locales/pt_BR/translation.json
@@ -75,12 +75,14 @@
"tags": "Etiquetas"
},
"backup-account": {
+ "page-title": "Pixelated E-mail de Recuperação",
"image-description": "Esqueci minha senha!",
"title": "E se você esquecer sua senha?",
"paragraph1": "Informe outro e-mail que você usa regularmente. Esse será o seu e-mail de recuperação.",
"paragraph2": "Instruções para recuperar sua senha serão enviadas para esse e-mail, guarde com carinho.",
- "input-label": "Digite seu e-mail de recuperação.",
+ "input-label": "Digite seu e-mail de recuperação",
"button": "Adicionar e-mail"
},
- "back-to-inbox": "Voltar"
+ "back-to-inbox": "Voltar",
+ "footer-text": "Produto em desenvolvimento. Reporte problemas através do"
}