From dc2090371185e14f81e93bf5069dc44a8a82b640 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Thu, 21 Aug 2025 04:32:31 +0200 Subject: [PATCH] Translated using Weblate (Galician) Currently translated at 10.6% (7 of 66 strings) Translated using Weblate (Galician) Currently translated at 16.0% (8 of 50 strings) Translated using Weblate (Galician) Currently translated at 29.1% (7 of 24 strings) Translated using Weblate (Galician) Currently translated at 77.7% (7 of 9 strings) Co-authored-by: Alexandre Espinosa Menor Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-auth/gl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-dialog/gl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/components-filter/gl/ Translate-URL: https://hosted.weblate.org/projects/frigate-nvr/views-events/gl/ Translation: Frigate NVR/components-auth Translation: Frigate NVR/components-dialog Translation: Frigate NVR/components-filter Translation: Frigate NVR/views-events --- web/public/locales/gl/components/auth.json | 3 ++- web/public/locales/gl/components/dialog.json | 3 +++ web/public/locales/gl/components/filter.json | 3 ++- web/public/locales/gl/views/events.json | 3 +++ 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/web/public/locales/gl/components/auth.json b/web/public/locales/gl/components/auth.json index 2a0bee0d5..8b0857dac 100644 --- a/web/public/locales/gl/components/auth.json +++ b/web/public/locales/gl/components/auth.json @@ -5,7 +5,8 @@ "errors": { "passwordRequired": "Contrasinal obrigatorio", "unknownError": "Erro descoñecido. Revisa os logs.", - "usernameRequired": "Usuario/a obrigatorio" + "usernameRequired": "Usuario/a obrigatorio", + "rateLimit": "Excedido o límite. Téntao de novo despois." }, "login": "Iniciar sesión" } diff --git a/web/public/locales/gl/components/dialog.json b/web/public/locales/gl/components/dialog.json index c6519972a..d2aff40d1 100644 --- a/web/public/locales/gl/components/dialog.json +++ b/web/public/locales/gl/components/dialog.json @@ -15,6 +15,9 @@ "label": "Confirma esta etiqueta para Frigate Plus", "ask_an": "E isto un obxecto {{label}}?" } + }, + "submitToPlus": { + "label": "Enviar a Frigate+" } } } diff --git a/web/public/locales/gl/components/filter.json b/web/public/locales/gl/components/filter.json index 6927e2e51..8ef5f8fd1 100644 --- a/web/public/locales/gl/components/filter.json +++ b/web/public/locales/gl/components/filter.json @@ -6,7 +6,8 @@ "all": { "short": "Etiquetas", "title": "Todas as Etiquetas" - } + }, + "count_other": "{{count}} Etiquetas" }, "zones": { "all": { diff --git a/web/public/locales/gl/views/events.json b/web/public/locales/gl/views/events.json index c5c9cb67b..56da9d9e5 100644 --- a/web/public/locales/gl/views/events.json +++ b/web/public/locales/gl/views/events.json @@ -6,5 +6,8 @@ "motion": { "only": "Só movemento", "label": "Movemento" + }, + "empty": { + "alert": "Non hai alertas que revisar" } }