From 2696d8d9d9850dcbbc8dbb9ee8f0ac999a03b21c Mon Sep 17 00:00:00 2001 From: Br0kenMaverick Date: Fri, 1 Sep 2023 20:13:41 +0200 Subject: [PATCH] chore(locales): update es.json (#402) --- locales/es.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/locales/es.json b/locales/es.json index 0d1ce8f..ef6c97a 100644 --- a/locales/es.json +++ b/locales/es.json @@ -6,9 +6,9 @@ "confirm": "Confirmar", "more": "Más..." }, - "txadmin_announcement": "Server announcement by %s", - "txadmin_dm": "Direct Message from %s", - "txadmin_warn": "You have been warned by %s", - "txadmin_warn_content": "%s \nAction ID: %s", - "txadmin_scheduledrestart": "Scheduled Restart" + "txadmin_announcement": "Anuncio de servidor de %s", + "txadmin_dm": "Mensaje directo de %s", + "txadmin_warn": "Has sido advertido por %s", + "txadmin_warn_content": "%s \nID de acción: %s", + "txadmin_scheduledrestart": "Reinicio programado" }