From c57513618b6a3004bee09c6945442658741eeb6b Mon Sep 17 00:00:00 2001 From: Carlos V <76731844+cvc90@users.noreply.github.com> Date: Sat, 26 Aug 2023 19:52:04 +0200 Subject: [PATCH] Update es_es.json Added translation variables "APPRISE_SIZE_name" Added translation variables "APPRISE_SIZE_description" --- front/php/templates/language/es_es.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json index de591a65..9be065da 100755 --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -515,6 +515,8 @@ "APPRISE_HOST_name" : "Apprise host URL", "APPRISE_URL_name" : "URL de notificación de Apprise", "APPRISE_URL_description" : "Informar de la URL de destino de la notificación. Por ejemplo, para Telegram sería tgram://{bot_token}/{chat_id}.", + "APPRISE_SIZE_name": "Tamaño máximo de carga útil", + "APPRISE_SIZE_description": "El tamaño máximo de la carga útil de información como número de caracteres en la cadena pasada. Si supera el límite, se truncará y se agregará un mensaje (text was truncated).", "NTFY_display_name" : "NTFY", "NTFY_icon" : "", "REPORT_NTFY_name" : "Habilitar NTFY",