summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-08 12:47:26 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-08 12:47:26 -0300
commit76859adfeb9c30d54dc7133ebecd87d5c53a67b1 (patch)
treeb9f97c2f2bfde61709113e4838f09c7771e95758
parent22470c2069eb21539540d19e80fd85394782c9a7 (diff)
downloadchat-76859adfeb9c30d54dc7133ebecd87d5c53a67b1.tar.gz
chat-76859adfeb9c30d54dc7133ebecd87d5c53a67b1.tar.bz2
chat-76859adfeb9c30d54dc7133ebecd87d5c53a67b1.zip
Added missing web and server spanish locs
-rw-r--r--i18n/en.json8
-rw-r--r--i18n/es.json4
-rw-r--r--web/static/i18n/en.json10
-rw-r--r--web/static/i18n/es.json6
4 files changed, 19 insertions, 9 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 5b261a770..b7ebbb8b1 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2408,6 +2408,10 @@
"translation": "Pinging sql %v database"
},
{
+ "id": "store.sql.read_replicas_not_licensed.critical",
+ "translation": "More than 1 read replica functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
+ },
+ {
"id": "store.sql.remove_index.critical",
"translation": "Failed to remove index %v"
},
@@ -2428,10 +2432,6 @@
"translation": "Attempting to upgrade the database schema version to %v"
},
{
- "id": "store.sql.read_replicas_not_licensed.critical",
- "translation": "More than 1 read replica functionality disabled by current license. Please contact your system administrator about upgrading your enterprise license."
- },
- {
"id": "store.sql.schema_version.critical",
"translation": "The database schema version of %v cannot be upgraded. You must not skip a version."
},
diff --git a/i18n/es.json b/i18n/es.json
index 6670b7f5b..6443d18dc 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -2408,6 +2408,10 @@
"translation": "Verificando conexión con la base de datos sql %v"
},
{
+ "id": "store.sql.read_replicas_not_licensed.critical",
+ "translation": "La funcionalidad de más de 1 replica ha sido deshabilitada debido a la licencia actual. Por favor contacta a un administrador del sistema para realizar una actualización a la edición Enterprise."
+ },
+ {
"id": "store.sql.remove_index.critical",
"translation": "Falla al remover el índice %v"
},
diff --git a/web/static/i18n/en.json b/web/static/i18n/en.json
index 236a6c282..4c6fa0eae 100644
--- a/web/static/i18n/en.json
+++ b/web/static/i18n/en.json
@@ -737,6 +737,11 @@
"invite_member.send2": "Send Invitations",
"invite_member.sending": " Sending",
"invite_member.teamInviteLink": "You can also invite people using the {link}.",
+ "ldap_signup.find": "Find my teams",
+ "ldap_signup.ldap": "Create team with LDAP Account",
+ "ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15",
+ "ldap_signup.teamName": "Enter name of new team",
+ "ldap_signup.team_error": "Please enter a team name",
"loading_screen.loading": "Loading",
"login.changed": " Sign-in method changed successfully",
"login.create": "Create one now",
@@ -965,11 +970,6 @@
"sso_signup.length_error": "Name must be 3 or more characters up to a maximum of 15",
"sso_signup.teamName": "Enter name of new team",
"sso_signup.team_error": "Please enter a team name",
- "ldap_signup.find": "Find my teams",
- "ldap_signup.ldap": "Create team with LDAP Account",
- "ldap_signup.length_error": "Name must be 3 or more characters up to a maximum of 15",
- "ldap_signup.teamName": "Enter name of new team",
- "ldap_signup.team_error": "Please enter a team name",
"suggestion.mention.all": "Notifies everyone in the team",
"suggestion.mention.channel": "Notifies everyone in the channel",
"suggestion.search.private": "Private Groups",
diff --git a/web/static/i18n/es.json b/web/static/i18n/es.json
index 0f3bc02d7..b14470872 100644
--- a/web/static/i18n/es.json
+++ b/web/static/i18n/es.json
@@ -593,6 +593,7 @@
"choose_auth_page.find": "Encontrar mi equipo",
"choose_auth_page.gitlabCreate": "Crear un nuevo equipo con una cuenta de GitLab",
"choose_auth_page.googleCreate": "Crear un nuevo equipo con una cuenta de Google Apps",
+ "choose_auth_page.ldapCreate": "Crea un nuevo equipo con tu cuenta de LDAP",
"choose_auth_page.noSignup": "No hay métodos de inicio de sesión configurad, por favor contacte al administrador de sistemasos",
"claim.account.noEmail": "No se especifico un correo electrónico.",
"claim.email_to_sso.enterPwd": "Ingresa la contraseña para tu cuenta para {team} {site}",
@@ -736,6 +737,11 @@
"invite_member.send2": "Enviar Invitaciones",
"invite_member.sending": " Enviando",
"invite_member.teamInviteLink": "También puedes invitar personas usando el {link}.",
+ "ldap_signup.find": "Encontrar mis equipos",
+ "ldap_signup.ldap": "Crea un equipo con tu cuenta de LDAP",
+ "ldap_signup.length_error": "El nombre debe tener entre 3 y 15 caracteres",
+ "ldap_signup.teamName": "Ingresa el nombre del nuevo equipo",
+ "ldap_signup.team_error": "Por favor ingresa el nombre del equipo",
"loading_screen.loading": "Cargando",
"login.changed": " Cambiado el método de inicio de sesión satisfactoriamente",
"login.create": "Crea una ahora",