From 9711dbd81d304db384357615bc384b2d5ecba74a Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Wed, 2 Mar 2016 21:42:29 -0300 Subject: Add missing es loc strings to server and frontend - Sort files contents by id --- i18n/en.json | 24 ++++++++++++------------ i18n/es.json | 14 +++++++++++++- 2 files changed, 25 insertions(+), 13 deletions(-) (limited to 'i18n') diff --git a/i18n/en.json b/i18n/en.json index 0e912f95c..2b125feca 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -2647,6 +2647,10 @@ "id": "store.sql_channel.update_member.app_error", "translation": "We encountered an error updating the channel member" }, + { + "id": "store.sql_command.analytics_command_count.app_error", + "translation": "We couldn't count the commands" + }, { "id": "store.sql_command.save.delete.app_error", "translation": "We couldn't delete the command" @@ -2675,10 +2679,6 @@ "id": "store.sql_command.save.update.app_error", "translation": "We couldn't update the command" }, - { - "id": "store.sql_command.analytics_command_count.app_error", - "translation": "We couldn't count the commands" - }, { "id": "store.sql_license.get.app_error", "translation": "We encountered an error getting the license" @@ -2899,6 +2899,10 @@ "id": "store.sql_preference.update.app_error", "translation": "We couldn't update the preference" }, + { + "id": "store.sql_session.analytics_session_count.app_error", + "translation": "We couldn't count the sessions" + }, { "id": "store.sql_session.cleanup_expired_sessions.app_error", "translation": "We encountered an error while deleting expired user sessions" @@ -2951,10 +2955,6 @@ "id": "store.sql_session.update_roles.app_error", "translation": "We couldn't update the roles" }, - { - "id": "store.sql_session.analytics_session_count.app_error", - "translation": "We couldn't count the sessions" - }, { "id": "store.sql_system.get.app_error", "translation": "We encountered an error finding the system properties" @@ -2967,6 +2967,10 @@ "id": "store.sql_system.update.app_error", "translation": "We encountered an error updating the system property" }, + { + "id": "store.sql_team.analytics_team_count.app_error", + "translation": "We couldn't count the teams" + }, { "id": "store.sql_team.get.find.app_error", "translation": "We couldn't find the existing team" @@ -3035,10 +3039,6 @@ "id": "store.sql_team.update_display_name.app_error", "translation": "We couldn't update the team name" }, - { - "id": "store.sql_team.analytics_team_count.app_error", - "translation": "We couldn't count the teams" - }, { "id": "store.sql_user.analytics_unique_user_count.app_error", "translation": "We couldn't get the unique user count" diff --git a/i18n/es.json b/i18n/es.json index b290d3854..1426195dd 100644 --- a/i18n/es.json +++ b/i18n/es.json @@ -2647,6 +2647,10 @@ "id": "store.sql_channel.update_member.app_error", "translation": "Encontramos un error actualizando el miembro del canal" }, + { + "id": "store.sql_command.analytics_command_count.app_error", + "translation": "No pudimos contar los comandos de barra" + }, { "id": "store.sql_command.save.delete.app_error", "translation": "No pudimos eliminar el comando" @@ -2895,6 +2899,10 @@ "id": "store.sql_preference.update.app_error", "translation": "No pudimos actualizar la preferencia" }, + { + "id": "store.sql_session.analytics_session_count.app_error", + "translation": "No pudimos contar las sesiones" + }, { "id": "store.sql_session.cleanup_expired_sessions.app_error", "translation": "Encontramos un error mientras se eliminaban las sesiones expiradas del usuario" @@ -2959,6 +2967,10 @@ "id": "store.sql_system.update.app_error", "translation": "Encontramos un error actualizando las propiedades del sistema" }, + { + "id": "store.sql_team.analytics_team_count.app_error", + "translation": "No pudimos contar los equipos" + }, { "id": "store.sql_team.get.find.app_error", "translation": "No encontramos el equipo al que perteneces" @@ -3575,4 +3587,4 @@ "id": "web.watcher_fail.error", "translation": "Falla al agregar el directorio a ser vigilado %v" } -] \ No newline at end of file +] -- cgit v1.2.3-1-g7c22