From 39d5a42db03320740b10e72a7e32a28dafc2b38d Mon Sep 17 00:00:00 2001 From: MiguVT Date: Tue, 5 Aug 2025 17:09:40 +0200 Subject: [PATCH] Add silent messaging support to language files for Spanish and fixed zh-TW conflict --- local_langs/es-419.json | 2 ++ local_langs/es-ES.json | 2 ++ local_langs/zh-TW.json | 4 +++- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/local_langs/es-419.json b/local_langs/es-419.json index 526efae..ead20a8 100644 --- a/local_langs/es-419.json +++ b/local_langs/es-419.json @@ -157,7 +157,9 @@ "customcontroller": "controlador personalizado", "Customizes music controller embeds.": "Personaliza el controlador de música.", "controllermsg": "mensaje controlador", + "silentmsg": "mensaje silencioso", "Toggles to send a message when clicking the button in the music controller.": "Envía un mensaje al pulsar un botón en el controlador de música.", + "Toggle silent messaging to send discreet messages without alerting recipients.": "Activa el modo silencioso para enviar mensajes sin que los demás reciban notificación.", "debug": "debug", "speed": "velocidad", "Sets the player's playback speed": "Ajusta la velocidad de reproducción.", diff --git a/local_langs/es-ES.json b/local_langs/es-ES.json index 2c7d4ba..abfc419 100644 --- a/local_langs/es-ES.json +++ b/local_langs/es-ES.json @@ -157,7 +157,9 @@ "customcontroller": "controlador personalizado", "Customizes music controller embeds.": "Personaliza el controlador de música.", "controllermsg": "mensaje controlador", + "silentmsg": "mensaje silencioso", "Toggles to send a message when clicking the button in the music controller.": "Envía un mensaje al pulsar un botón en el controlador de música.", + "Toggle silent messaging to send discreet messages without alerting recipients.": "Activa el modo silencioso para enviar mensajes sin que los demás reciban aviso.", "debug": "debug", "speed": "velocidad", "Sets the player's playback speed": "Ajusta la velocidad de reproducción.", diff --git a/local_langs/zh-TW.json b/local_langs/zh-TW.json index 4ca82f1..72530ba 100644 --- a/local_langs/zh-TW.json +++ b/local_langs/zh-TW.json @@ -157,7 +157,9 @@ "customcontroller": "自定義控制器", "Customizes music controller embeds.": "自定義音樂控制器嵌入。", "controllermsg": "控制器訊息", + "silentmsg": "靜默訊息", "Toggles to send a message when clicking the button in the music controller.": "切換發送訊息當點擊音樂控制器中的按鈕。", + "Toggle silent messaging to send discreet messages without alerting recipients.": "切換靜默消息以發送不會提醒收件人的私密消息。", "debug": "除錯", "speed": "速度", "Sets the player's playback speed": "設置播放器的播放速度。", @@ -228,4 +230,4 @@ "247": "247", "stageannounce": "舞台公告", "Soundcloud": "Soundcloud" -} \ No newline at end of file +}