From 872baf777d47a5f35c8411f9aa191f8381bc6aba Mon Sep 17 00:00:00 2001 From: Wesly Date: Thu, 29 Jun 2023 23:54:25 +0000 Subject: [PATCH] Translated using Weblate (Spanish (Latin America)) Currently translated at 98.1% (159 of 162 strings) Translation: AutoMod/Bot Translate-URL: http://weblate.insrt.uk/projects/automod/bot/es_419/ --- bot/es_419.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/bot/es_419.json b/bot/es_419.json index 959d60a..1d392c7 100644 --- a/bot/es_419.json +++ b/bot/es_419.json @@ -201,6 +201,31 @@ "edit_infraction": { "title": "Se ha cambiado la razón de la infracción", "content": "Se ha editado una infracción de {{username}}" + }, + "message": { + "info": { + "embeds_one": "Un «embed»", + "embeds_other": "{{count}} «embeds»", + "show_more": "mostrar más", + "content_unknown": "El mensaje estaba vacío", + "header": "{{channel}} • {{user}} • [Contexto]({{url}})", + "attachments_one": "Un adjunto", + "attachments_other": "{{count}} adjuntos" + }, + "edit": { + "title": "Mensaje editado", + "old_content": "Contenido anterior", + "new_content": "Nuevo contenido" + }, + "delete": { + "title": "Mensaje eliminado", + "content": "Contenido del mensaje" + }, + "bulk_delete": { + "title": "Eliminar en masa", + "content_other": "Se eliminaron {{count}} mensajes en {{channel}} - [Mostrar]({{url}})", + "content_one": "Se eliminó un mensaje en {{channel}} - [Mostrar]({{url}})" + } } } }