summaryrefslogtreecommitdiffstats
path: root/i18n/es.json
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2018-04-12 11:11:55 -0300
committerDerrick Anderson <derrick@andersonwebstudio.com>2018-04-12 10:11:55 -0400
commitbc49b1242714210bc4cb602f62a37eb710d19cea (patch)
tree18994ea76cfd8cb1f143321f94e4aacc6c7fdba1 /i18n/es.json
parentffa24fbcb21d210c90071b98a357d965e48eb67c (diff)
downloadchat-bc49b1242714210bc4cb602f62a37eb710d19cea.tar.gz
chat-bc49b1242714210bc4cb602f62a37eb710d19cea.tar.bz2
chat-bc49b1242714210bc4cb602f62a37eb710d19cea.zip
translations PR 20180411 (#8606)
Diffstat (limited to 'i18n/es.json')
-rw-r--r--i18n/es.json32
1 files changed, 12 insertions, 20 deletions
diff --git a/i18n/es.json b/i18n/es.json
index add91cdba..fc657df78 100644
--- a/i18n/es.json
+++ b/i18n/es.json
@@ -796,7 +796,7 @@
},
{
"id": "api.command_join.hint",
- "translation": "[nombre del canal]"
+ "translation": "~[canal]"
},
{
"id": "api.command_join.list.app_error",
@@ -900,15 +900,15 @@
},
{
"id": "api.command_mute.desc",
- "translation": "Turns off desktop, email and push notifications for the current channel or the [channel] specified."
+ "translation": "Apaga las notificaciones de escritorio, correo electrónico y push para el canal actual o el [canal] especificado."
},
{
"id": "api.command_mute.error",
- "translation": "Could not find the channel {{.Channel}}."
+ "translation": "No se encontró el canal {{.Channel}}. Por favor utiliza el [identificador del canal](https://about.mattermost.com/default-channel-handle-documentation) para identificar los canales."
},
{
"id": "api.command_mute.hint",
- "translation": "[channel]"
+ "translation": "~[canal]"
},
{
"id": "api.command_mute.name",
@@ -916,19 +916,19 @@
},
{
"id": "api.command_mute.success_mute",
- "translation": "You will not receive notifications for {{.Channel}} until channel mute is turned off."
+ "translation": "No recibirás notificaciones para {{.Channel}} mientras el canal es silenciado."
},
{
"id": "api.command_mute.success_mute_direct_msg",
- "translation": "You will not receive notifications for this channel until channel mute is turned off."
+ "translation": "No recibirás notificaciones para este canal mientras el canal es silenciado."
},
{
"id": "api.command_mute.success_unmute",
- "translation": "{{.Channel}} is no longer muted."
+ "translation": "{{.Channel}} ya no está siendo silenciado."
},
{
"id": "api.command_mute.success_unmute_direct_msg",
- "translation": "This channel is no longer muted."
+ "translation": "Este canal ya no está siendo silenciado."
},
{
"id": "api.command_offline.desc",
@@ -1697,20 +1697,12 @@
"translation": "Falta el archivo en la solicitud multipart/form"
},
{
- "id": "api.post.check_for_out_of_channel_mentions.link.private",
- "translation": "agregalos al canal privado"
- },
- {
- "id": "api.post.check_for_out_of_channel_mentions.link.public",
- "translation": "agregalos al canal"
- },
- {
"id": "api.post.check_for_out_of_channel_mentions.message.multiple",
- "translation": "@{{.Usernames}} and @{{.LastUsername}} fueron mencionados pero no son parte del canal. ¿Quisieras {{.Phrase}}? Tendrán acceso a todo el historial de mensajes."
+ "translation": "@{{.Usernames}} y {{.LastUsername}} fueron mencionados, pero no recibieron notificaciones porque no pertenecen a este canal."
},
{
"id": "api.post.check_for_out_of_channel_mentions.message.one",
- "translation": "@{{.Username}} fue mencionado pero no es parte del canal. ¿Quisieras {{.Phrase}}? Tendrá acceso a todo el historial de mensajes."
+ "translation": "@{{.Username}} fue mencionado, pero no recibió una notificación porque no pertenece a este canal."
},
{
"id": "api.post.create_post.attach_files.error",
@@ -4596,7 +4588,7 @@
},
{
"id": "model.channel_member.is_valid.mute_value.app_error",
- "translation": "Invalid muting value"
+ "translation": "Valor de silenciado no válido"
},
{
"id": "model.channel_member.is_valid.notify_level.app_error",
@@ -6504,7 +6496,7 @@
},
{
"id": "store.sql_post.query_max_post_size.max_post_size_bytes",
- "translation": "Post.Message supports at most %d characters (%d bytes)"
+ "translation": "Post.Message soporta un máximo de %d carácteres (%d bytes)"
},
{
"id": "store.sql_post.query_max_post_size.unrecognized_driver",