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}})" + } } } }