summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-01-29 13:48:12 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-01-29 13:50:48 -0300
commit6b7438b52fdaabe46cb298af1b325c3d8ece1af4 (patch)
tree886be79724c7ed55452986a32e8aeaf09407083b /i18n
parent5c3fefe1a18a6b81de5d03802ee1a3f42161a38a (diff)
downloadchat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.tar.gz
chat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.tar.bz2
chat-6b7438b52fdaabe46cb298af1b325c3d8ece1af4.zip
PLT-7: Refactoring frontend (chunk 6)
- Authorize - Signup Team Confirm - Footer
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json16
-rw-r--r--i18n/es.json16
2 files changed, 32 insertions, 0 deletions
diff --git a/i18n/en.json b/i18n/en.json
index ef432f499..a5eb4f607 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -3204,6 +3204,22 @@
"translation": "Find Team"
},
{
+ "id": "web.footer.about",
+ "translation": "About"
+ },
+ {
+ "id": "web.footer.help",
+ "translation": "Help"
+ },
+ {
+ "id": "web.footer.privacy",
+ "translation": "Privacy"
+ },
+ {
+ "id": "web.footer.terms",
+ "translation": "Terms"
+ },
+ {
"id": "web.get_access_token.bad_client_id.app_error",
"translation": "invalid_request: Bad client_id"
},
diff --git a/i18n/es.json b/i18n/es.json
index 511cc5f28..f0f157474 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -3204,6 +3204,22 @@
"translation": "Encontrar Equipo"
},
{
+ "id": "web.footer.about",
+ "translation": "Acerca"
+ },
+ {
+ "id": "web.footer.help",
+ "translation": "Ayuda"
+ },
+ {
+ "id": "web.footer.privacy",
+ "translation": "Privacidad"
+ },
+ {
+ "id": "web.footer.terms",
+ "translation": "Términos"
+ },
+ {
"id": "web.get_access_token.bad_client_id.app_error",
"translation": "invalid_request: client_id malo"
},