summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
authorenahum <nahumhbl@gmail.com>2016-05-09 16:16:36 -0300
committerCorey Hulen <corey@hulen.com>2016-05-09 12:16:36 -0700
commit3eebd15bf02fc767dfec816f2cd785068e8c5f80 (patch)
tree5dafe1fbd1744c315dc15af72a88e53a96f7b37a /i18n
parent18e83ece086c656f2cd9c61522f542c36cc5e153 (diff)
downloadchat-3eebd15bf02fc767dfec816f2cd785068e8c5f80.tar.gz
chat-3eebd15bf02fc767dfec816f2cd785068e8c5f80.tar.bz2
chat-3eebd15bf02fc767dfec816f2cd785068e8c5f80.zip
Add spanish locs, sort by id en & es files (#2938)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json8
-rw-r--r--i18n/es.json8
2 files changed, 12 insertions, 4 deletions
diff --git a/i18n/en.json b/i18n/en.json
index b888beba0..432279c23 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1704,14 +1704,14 @@
"translation": "You do not have the appropriate permissions"
},
{
- "id": "api.user.update_roles.system_admin_set.app_error",
- "translation": "The system admin role can only be set by another system admin"
- },
- {
"id": "api.user.update_roles.system_admin_needed.app_error",
"translation": "The system admin role is needed for this action"
},
{
+ "id": "api.user.update_roles.system_admin_set.app_error",
+ "translation": "The system admin role can only be set by another system admin"
+ },
+ {
"id": "api.user.update_roles.team_admin_needed.app_error",
"translation": "The team admin role is needed for this action"
},
diff --git a/i18n/es.json b/i18n/es.json
index 08d14fd7e..d8f9756fb 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -1704,10 +1704,18 @@
"translation": "No tienes los permisos apropiados"
},
{
+ "id": "api.user.update_roles.system_admin_needed.app_error",
+ "translation": "Se necesita el rol de administrador de sistema para ejecutar esta acción"
+ },
+ {
"id": "api.user.update_roles.system_admin_set.app_error",
"translation": "El rol de adminsitrador de sistema sólo puede ser asignado por otro administrador de sistema"
},
{
+ "id": "api.user.update_roles.team_admin_needed.app_error",
+ "translation": "Se necesita el rol de administrador de equipo para ejecutar esta acción"
+ },
+ {
"id": "api.user.upload_profile_user.array.app_error",
"translation": "Solicitud con matriz vacia en 'imagen'"
},