summaryrefslogtreecommitdiffstats
path: root/i18n
diff options
context:
space:
mode:
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.json42
-rw-r--r--i18n/es.json34
2 files changed, 54 insertions, 22 deletions
diff --git a/i18n/en.json b/i18n/en.json
index 88d857fce..aeeaf576b 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -680,14 +680,14 @@
"translation": "Error getting access token from DB before deletion"
},
{
- "id": "api.post.check_for_out_of_channel_mentions.message.one",
- "translation": "{{.Username}} was mentioned, but they do not belong to this channel."
- },
- {
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
"translation": "{{.Usernames}} and {{.LastUsername}} were mentioned, but they do not belong to this channel."
},
{
+ "id": "api.post.check_for_out_of_channel_mentions.message.one",
+ "translation": "{{.Username}} was mentioned, but they do not belong to this channel."
+ },
+ {
"id": "api.post.create_post.bad_filename.error",
"translation": "Bad filename discarded, filename=%v"
},
@@ -1748,10 +1748,6 @@
"translation": "Unable to get channels"
},
{
- "id": "mattermost.load_license.find.warn",
- "translation": "Unable to find active license"
- },
- {
"id": "mattermost.bulletin.subject",
"translation": "Mattermost Security Bulletin"
},
@@ -1768,6 +1764,10 @@
"translation": "Enterprise Enabled: %v"
},
{
+ "id": "mattermost.load_license.find.warn",
+ "translation": "Unable to find active license"
+ },
+ {
"id": "mattermost.security_bulletin.error",
"translation": "Failed to get security bulletin details"
},
@@ -2664,6 +2664,18 @@
"translation": "We couldn't update the command"
},
{
+ "id": "store.sql_license.get.app_error",
+ "translation": "We encountered an error getting the license"
+ },
+ {
+ "id": "store.sql_license.get.missing.app_error",
+ "translation": "A license with that ID was not found"
+ },
+ {
+ "id": "store.sql_license.save.app_error",
+ "translation": "We encountered an error saving the license"
+ },
+ {
"id": "store.sql_oauth.get_access_data.app_error",
"translation": "We encountered an error finding the access token"
},
@@ -2936,18 +2948,6 @@
"translation": "We encountered an error updating the system property"
},
{
- "id": "store.sql_license.save.app_error",
- "translation": "We encountered an error saving the license"
- },
- {
- "id": "store.sql_license.get.app_error",
- "translation": "We encountered an error getting the license"
- },
- {
- "id": "store.sql_license.get.missing.app_error",
- "translation": "A license with that ID was not found"
- },
- {
"id": "store.sql_team.get.find.app_error",
"translation": "We couldn't find the existing team"
},
@@ -3559,4 +3559,4 @@
"id": "web.watcher_fail.error",
"translation": "Failed to add directory to watcher %v"
}
-]
+] \ No newline at end of file
diff --git a/i18n/es.json b/i18n/es.json
index 6bc1fd602..9512bd929 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -612,6 +612,10 @@
"translation": "La licencia no fue guardada correctamente."
},
{
+ "id": "api.license.add_license.save_active.app_error",
+ "translation": "El ID de la licencia Activa no se guardo apropiadamente."
+ },
+ {
"id": "api.license.add_license.unique_users.app_error",
"translation": "Esta licencia sólo soporta {{.Users}} usuarios, cuando tu sistema tiene {{.Count}} usuarios únicos. Los usuarios únicos se cuentan por direcciónes de correo electrónico distintas. Puedes ver el totoal de usuarios en REPORTES DEL SITIO -> Ver Estadísticas."
},
@@ -676,6 +680,14 @@
"translation": "Error obteniendo el token de acceso desde la BD antes de ser eliminado"
},
{
+ "id": "api.post.check_for_out_of_channel_mentions.message.multiple",
+ "translation": "{{.Usernames}} y {{.LastUsername}} fueron mencionados, pero ellos no pertenecen a este canal."
+ },
+ {
+ "id": "api.post.check_for_out_of_channel_mentions.message.one",
+ "translation": "{{.Username}} fue mencionado, pero no pertenece a este canal."
+ },
+ {
"id": "api.post.create_post.bad_filename.error",
"translation": "Nombre errado de archivo descartado, archivo=%v"
},
@@ -704,6 +716,10 @@
"translation": "No tienes los permisos apropiados"
},
{
+ "id": "api.post.get_out_of_channel_mentions.regex.error",
+ "translation": "Falla al compilar el regex de la @mencion user_id=%v, err=%v"
+ },
+ {
"id": "api.post.get_post.permissions.app_error",
"translation": "No tienes los permisos apropiados"
},
@@ -1748,6 +1764,10 @@
"translation": "Empresa Habilitada: %v"
},
{
+ "id": "mattermost.load_license.find.warn",
+ "translation": "No se encontró una licencia activa"
+ },
+ {
"id": "mattermost.security_bulletin.error",
"translation": "Falla al obtener el detalle del boletín de seguridad"
},
@@ -2644,6 +2664,18 @@
"translation": "No pudimos actualizar el comando"
},
{
+ "id": "store.sql_license.get.app_error",
+ "translation": "Encontramos un error al obtener la licencia"
+ },
+ {
+ "id": "store.sql_license.get.missing.app_error",
+ "translation": "No se encontró una licencia con ese ID"
+ },
+ {
+ "id": "store.sql_license.save.app_error",
+ "translation": "Encontramos un error al guardar la licencia"
+ },
+ {
"id": "store.sql_oauth.get_access_data.app_error",
"translation": "Encontramos un error buscando el token de acceso"
},
@@ -3527,4 +3559,4 @@
"id": "web.watcher_fail.error",
"translation": "Falla al agregar el directorio a ser vigilado %v"
}
-]
+] \ No newline at end of file