From 28415a28ab644450c8c5ea798e7af5df1db0b777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oriol=20Vi=C3=B1als?= Date: Thu, 5 Sep 2024 09:35:02 +0200 Subject: [PATCH] [Validator] Add Catalan and Spanish translation for `Week` constraint --- .../Validator/Resources/translations/validators.ca.xlf | 8 ++++---- .../Validator/Resources/translations/validators.es.xlf | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf index fb3c41dbc747b..cc3aa08d91bf0 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf @@ -452,19 +452,19 @@ This value does not represent a valid week in the ISO 8601 format. - This value does not represent a valid week in the ISO 8601 format. + Aquest valor no representa una setmana vàlida en el format ISO 8601. This value is not a valid week. - This value is not a valid week. + Aquest valor no és una setmana vàlida. This value should not be before week "{{ min }}". - This value should not be before week "{{ min }}". + Aquest valor no ha de ser anterior a la setmana "{{ min }}". This value should not be after week "{{ max }}". - This value should not be after week "{{ max }}". + Aquest valor no ha de ser posterior a la setmana "{{ max }}". diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf index fa26c72100068..4e1ec3a5ce801 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf @@ -452,19 +452,19 @@ This value does not represent a valid week in the ISO 8601 format. - This value does not represent a valid week in the ISO 8601 format. + Este valor no representa una semana válida en formato ISO 8601. This value is not a valid week. - This value is not a valid week. + Este valor no es una semana válida. This value should not be before week "{{ min }}". - This value should not be before week "{{ min }}". + Este valor no debe ser anterior a la semana "{{ min }}". This value should not be after week "{{ max }}". - This value should not be after week "{{ max }}". + Este valor no debe ser posterior a la semana "{{ max }}".