From 6b7438b52fdaabe46cb298af1b325c3d8ece1af4 Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Fri, 29 Jan 2016 13:48:12 -0300 Subject: PLT-7: Refactoring frontend (chunk 6) - Authorize - Signup Team Confirm - Footer --- i18n/en.json | 16 ++++++++++++++++ i18n/es.json | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index ef432f499..a5eb4f607 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -3203,6 +3203,22 @@ "id": "web.find_team.title", "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 @@ -3203,6 +3203,22 @@ "id": "web.find_team.title", "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" -- cgit v1.2.3-1-g7c22