From 719f539b90df067d105d0521353bf967b91c4dbb Mon Sep 17 00:00:00 2001 From: nkgiovannivl Date: Fri, 17 Jan 2025 05:04:25 +0000 Subject: [PATCH] Translated using Weblate (Spanish) Currently translated at 97.0% (1022 of 1053 strings) Co-authored-by: nkgiovannivl Translate-URL: https://weblate.kuma.pet/projects/uptime-kuma/uptime-kuma/es/ Translation: Uptime Kuma/Uptime Kuma --- src/lang/es-ES.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/lang/es-ES.json b/src/lang/es-ES.json index e00d66784..cb65b1a6c 100644 --- a/src/lang/es-ES.json +++ b/src/lang/es-ES.json @@ -1046,5 +1046,15 @@ "not equals": "no es igual", "contains": "contiene", "not contains": "no contiene", - "starts with": "empieza por" + "starts with": "empieza por", + "not starts with": "No empieza con", + "ends with": "Termina en", + "not ends with": "No termina en", + "less than": "Menos que", + "greater than": "Mas que", + "less than or equal to": "Menor o igual a", + "greater than or equal to": "Mayor o igual a", + "Notification Channel": "Canal de notificación", + "Sound": "Sonido", + "record": "Registro" }