summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 08:34:05 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 08:34:05 -0500
commitaf2a64b6bdd125415093f69edbf80237c730ccf1 (patch)
tree3affe9197e088f2cb23d07dff76cd2603ede42b8 /i18n
parentbc4dee64abe3c47d7eec3f8ccdb5518e491bcc0b (diff)
parent9711dbd81d304db384357615bc384b2d5ecba74a (diff)
downloadchat-af2a64b6bdd125415093f69edbf80237c730ccf1.tar.gz
chat-af2a64b6bdd125415093f69edbf80237c730ccf1.tar.bz2
chat-af2a64b6bdd125415093f69edbf80237c730ccf1.zip
Merge pull request #2321 from ZBoxApp/plt-1796-es
Add missing es loc strings to server and frontend
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
+]