summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-02 21:42:29 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-02 21:42:29 -0300
commit9711dbd81d304db384357615bc384b2d5ecba74a (patch)
tree43f9a7380860bb8f8ff6a248e1530848e82062e4 /i18n
parentc52153bf601cee5bc21e9e79efcd1fdd5ef1dac7 (diff)
downloadchat-9711dbd81d304db384357615bc384b2d5ecba74a.tar.gz
chat-9711dbd81d304db384357615bc384b2d5ecba74a.tar.bz2
chat-9711dbd81d304db384357615bc384b2d5ecba74a.zip
Add missing es loc strings to server and frontend
- Sort files contents by id
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json24
-rw-r--r--i18n/es.json14
2 files changed, 25 insertions, 13 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 0e912f95c..2b125feca 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2648,6 +2648,10 @@
"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"
},
@@ -2676,10 +2680,6 @@
"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"
},
@@ -2900,6 +2900,10 @@
"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"
},
@@ -2952,10 +2956,6 @@
"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"
},
@@ -2968,6 +2968,10 @@
"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"
},
@@ -3036,10 +3040,6 @@
"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
@@ -2648,6 +2648,10 @@
"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"
},
@@ -2896,6 +2900,10 @@
"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"
},
@@ -2960,6 +2968,10 @@
"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
+]