summaryrefslogtreecommitdiff
path: root/web-ui/app/locales/en_US/translation.json
diff options
context:
space:
mode:
authorAnike Arni <aarni@thoughtworks.com>2017-02-15 11:43:58 -0200
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-02-21 13:32:01 -0300
commitd7dbc1dc61f74f7bd74464bda5e4e0051f062352 (patch)
tree918cf306829f768e1cc110d942b32777ac079eb1 /web-ui/app/locales/en_US/translation.json
parentf21558d8ceea177a26096e4922eef02413394058 (diff)
[#907] Translates login page to pt_BR
Diffstat (limited to 'web-ui/app/locales/en_US/translation.json')
-rw-r--r--web-ui/app/locales/en_US/translation.json7
1 files changed, 6 insertions, 1 deletions
diff --git a/web-ui/app/locales/en_US/translation.json b/web-ui/app/locales/en_US/translation.json
index 7252d1d7..ffbce321 100644
--- a/web-ui/app/locales/en_US/translation.json
+++ b/web-ui/app/locales/en_US/translation.json
@@ -84,5 +84,10 @@
"button": "Add Account"
},
"back-to-inbox": "Back to my inbox",
- "footer-text": "Product in development. Feedback and issues to"
+ "footer-text": "Product in development. Feedback and issues to",
+ "login": {
+ "email": "Your email",
+ "password": "Your password",
+ "submit": "Login"
+ }
}