summaryrefslogtreecommitdiffstats
path: root/i18n/es.json
diff options
context:
space:
mode:
authorDerrick Anderson <derrick@andersonwebstudio.com>2018-05-15 11:54:24 -0400
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-05-15 11:54:24 -0400
commitfbbe1f7cefd52a27fd52893509b5365d275f9bee (patch)
tree5dae4ebc13fca2749b4278bba772ec13c0924e03 /i18n/es.json
parenta1656dffa98fbc8865e476b214e4e0c562547d39 (diff)
parent228bc4bd1dc84bf741978711b680a06dd9d67613 (diff)
downloadchat-fbbe1f7cefd52a27fd52893509b5365d275f9bee.tar.gz
chat-fbbe1f7cefd52a27fd52893509b5365d275f9bee.tar.bz2
chat-fbbe1f7cefd52a27fd52893509b5365d275f9bee.zip
Merge branch 'merge410rc5'
Diffstat (limited to 'i18n/es.json')
-rw-r--r--i18n/es.json14
1 files changed, 7 insertions, 7 deletions
diff --git a/i18n/es.json b/i18n/es.json
index b22a62bbc..0fb44ec97 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -2436,7 +2436,7 @@
},
{
"id": "api.team.remove_team_icon.get_team.app_error",
- "translation": "An error occurred getting the team"
+ "translation": "Ocurrió un error al obtener el equipo"
},
{
"id": "api.team.remove_user_from_team.missing.app_error",
@@ -2496,7 +2496,7 @@
},
{
"id": "api.team.team_icon.update.app_error",
- "translation": "An error occurred updating the team icon"
+ "translation": "Ocurrió un error al actualizar el icono del equipo"
},
{
"id": "api.team.update_member_roles.not_a_member",
@@ -3812,7 +3812,7 @@
},
{
"id": "app.plugin.activate.app_error",
- "translation": "No se puede activar el plugin extraído. Puede que el plugin ya exista y esté activo."
+ "translation": "No se puede activar el complemento extraído."
},
{
"id": "app.plugin.cluster.save_config.app_error",
@@ -3847,10 +3847,6 @@
"translation": "No se puede obtener los complementos activos"
},
{
- "id": "app.plugin.id_length.app_error",
- "translation": "Id del Plugin debe tener menos de {{.Max}} caracteres."
- },
- {
"id": "app.plugin.install.app_error",
"translation": "No se puede instalar el plugin."
},
@@ -3859,6 +3855,10 @@
"translation": "No se puede instalar el plugin. Un plugin con el mismo ID ya está instalado."
},
{
+ "id": "app.plugin.invalid_id.app_error",
+ "translation": "El Id del complemento debe tener al menos {{.Min}} caracteres y un máximo de {{.Max}} caracteres que coincidan con {{.Regex}}."
+ },
+ {
"id": "app.plugin.manifest.app_error",
"translation": "No se puede encontrar el manifiesto del plugin extraído"
},