From d543e8147fe5105c856b8eef238463319b2d9f11 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Sun, 1 Sep 2024 08:49:25 -0600 Subject: [PATCH 1/2] i18n: Fix "consistency" Spanish translations --- src/public/translations/es/translation.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json index 5277ab9fb9..afd4f73b21 100644 --- a/src/public/translations/es/translation.json +++ b/src/public/translations/es/translation.json @@ -931,10 +931,10 @@ "refresh": "Refrescar" }, "consistency_checks": { - "title": "Comprobaciones de coherencia", + "title": "Comprobación de coherencia", "find_and_fix_button": "Buscar y solucionar problemas de coherencia", - "finding_and_fixing_message": "Encontrar y solucionar problemas de coherencia...", - "issues_fixed_message": "Los problemas de coherencia deben solucionarse." + "finding_and_fixing_message": "Buscando y solucionando problemas de coherencia...", + "issues_fixed_message": "Los problemas de coherencia han sido solucionados." }, "database_anonymization": { "title": "Anonimización de bases de datos", From 392fb2abad07d72845e6082ee15c3c167d9a3986 Mon Sep 17 00:00:00 2001 From: hasecilu Date: Sun, 1 Sep 2024 08:56:48 -0600 Subject: [PATCH 2/2] i18n: Translate new strings --- src/public/translations/es/translation.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/public/translations/es/translation.json b/src/public/translations/es/translation.json index afd4f73b21..79b2f5cf56 100644 --- a/src/public/translations/es/translation.json +++ b/src/public/translations/es/translation.json @@ -1117,7 +1117,10 @@ }, "i18n": { "title": "Localización", - "language": "Idioma" + "language": "Idioma", + "first-day-of-the-week": "Primer día de la semana", + "sunday": "Dominigo", + "monday": "Lunes" }, "backup": { "automatic_backup": "Copia de seguridad automática",