From f051ffbfa04645d60f8762ad2698367a5c7ab057 Mon Sep 17 00:00:00 2001 From: Alexandre Daubois Date: Tue, 13 Aug 2024 10:25:18 +0200 Subject: [PATCH] [Validator] Add French translation for the `Week` constraint --- .../Resources/translations/validators.af.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.ar.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.az.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.be.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.bg.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.bs.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.ca.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.cs.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.cy.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.da.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.de.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.el.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.en.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.es.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.et.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.eu.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.fa.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.fi.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.fr.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.gl.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.he.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.hr.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.hu.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.hy.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.id.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.it.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.ja.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.lb.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.lt.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.lv.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.mk.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.mn.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.my.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.nb.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.nl.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.nn.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.no.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.pl.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.pt.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.pt_BR.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.ro.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.ru.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.sk.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.sl.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.sq.xlf | 16 ++++++++++++++++ .../translations/validators.sr_Cyrl.xlf | 16 ++++++++++++++++ .../translations/validators.sr_Latn.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.sv.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.th.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.tl.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.tr.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.uk.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.ur.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.uz.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.vi.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.zh_CN.xlf | 16 ++++++++++++++++ .../Resources/translations/validators.zh_TW.xlf | 16 ++++++++++++++++ 57 files changed, 912 insertions(+) diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf index e09d3fc06aa70..e4a461cdaa769 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.af.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf index 94a91d42a71bb..af469d5b5236a 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf index 390e5f869c323..f7deaa1564367 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.az.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf index 3ebae4cb6bb2f..8050dcb421f25 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.be.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf index dffefdb7d9056..398f2428e1d0a 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf index f5e90aba54a7a..857e554d1b366 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf index 60f747f62f715..17432bb802297 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Aquest valor és massa llarg. Ha de contenir una paraula.|Aquest valor és massa llarg. Ha de contenir {{ max }} paraules o menys. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf index 459d07fd727cc..5789696da19b5 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf index 7f3357daf5398..ab1dc05194c82 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf index d80251b2a7483..cc9c3439c5608 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.da.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf index 6a9919ddd36ad..b8d02e4b2d333 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.de.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Dieser Wert ist zu lang. Er darf maximal aus einem Wort bestehen.|Dieser Wert ist zu lang. Er darf maximal {{ max }} Wörter enthalten. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf index bb0ccb46e92ec..e769577c42397 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.el.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf index cf08ea281938f..ec78d4e9854b2 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.en.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf index f9b3277229c8a..ec3cbd1a5d13f 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.es.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Este valor es demasiado largo. Debe contener una palabra.|Este valor es demasiado largo. Debe contener {{ max }} palabras o menos. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf index 988bb0aa07203..70b52ccf102f6 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.et.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf index 362dfa9c0cd34..a0f18afc2f0a1 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.eu.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf index fb8b629b4d1a3..2636f7c2c078b 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fa.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf index 6b8902f014dc2..0f3f2c19affb3 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fi.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf index f06189712e3a0..dfbec38aca625 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.fr.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Cette valeur est trop longue. Elle doit contenir au maximum un mot.|Cette valeur est trop longue. Elle doit contenir au maximum {{ max }} mots. + + This value does not represent a valid week in the ISO 8601 format. + Cette valeur ne représente pas une semaine valide au format ISO 8601. + + + The week "{{ value }}" is not a valid week. + La semaine "{{ value }}" n'est pas une semaine valide. + + + The value should not be before week "{{ min }}". + La valeur ne doit pas être antérieure à la semaine "{{ min }}". + + + The value should not be after week "{{ max }}". + La valeur ne doit pas être postérieure à la semaine "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf index 7885473fb2e84..e207c0c479bb8 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.gl.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf index 6e5ab52297777..5a6d949444441 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.he.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf index 0ddbeb6f20c81..bc51ee576e870 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hr.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf index 0c8002ae1ecc4..b184b42111b92 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hu.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf index 29f916fff06d1..6ce17f912debf 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.hy.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf index 2814599a0fc64..068a6fe3dc09f 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.id.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf index 1f409315e6dbf..2e6424bb1a32c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.it.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf index d94a414e31998..57f6988ac5611 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ja.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf index 3c0a6f200e4f8..9e530fc748c77 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lb.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf index dc28eeba77223..1ea2805e0a8d9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lt.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Per didelis žodžių skaičius. Turi susidaryti iš 1 žodžio.|Per didelis žodžių skaičius. Turi susidaryti iš {{ max }} arba mažiau žodžių. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf index 4481b0ab3c12e..9b8d27f3e1345 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.lv.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Šī vērtība ir pārāk gara. Tai būtu jābūt vienam vārdam.|Šī vērtība ir pārāk gara. Tai būtu jābūt ne vairāk kā {{ max }} vārdus garai. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.mk.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.mk.xlf index b891990799cd3..7f5debf36d7d5 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.mk.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.mk.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf index 987d73199ac09..ba6371a8ff276 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.mn.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.my.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.my.xlf index b7353e83a4c7d..c6156dd0352fa 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.my.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.my.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf index 2abe0fb7f0805..4774376f96eb0 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nb.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf index dd78f08e9f1b6..4ce50389715ac 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nl.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Deze waarde is te lang. Het moet één woord zijn.|Deze waarde is te lang. Het mag maximaal {{ max }} woorden bevatten. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf index e825815ced1b6..ea1fa77e4340e 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.nn.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf index 2abe0fb7f0805..4774376f96eb0 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.no.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf index 337a5949501ce..87eb0167faa09 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pl.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. Podana wartość jest zbyt długa. Powinna zawierać jedno słowo.|Podana wartość jest zbyt długa. Powinna zawierać {{ max }} słów lub mniej. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf index f771faa84f5de..bcea7c498c603 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf index e600bb17ff7f6..32f849689db63 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.pt_BR.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf index 79cf6941acc57..5b62ad2156fd8 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf index 70cb1144bf899..fcb761a91606c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ru.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf index 8785adcc18257..0478e2ec1a0e9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sk.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf index 4926c1b4f815e..fd7f62024a396 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sl.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf index 9942b5cf26bc6..720075856ebc8 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sq.xlf @@ -459,6 +459,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf index 3aa3be49e8d45..77af99773c64b 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Cyrl.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf index ac7d7186dfee7..3ad8c327edd39 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sr_Latn.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf index 01668a87d21b3..caeb14aec825c 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf index c6f0b829a6af6..abf867a5f678b 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.th.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf index 1d831bd8ea0f3..fe8df84bbfff9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.tl.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf index 685e6ca1a928d..f99c76d898393 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.tr.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf index b67e3e604decc..5a26ca9550a07 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.uk.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.ur.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.ur.xlf index d18604407c71c..5f09c66f1d62b 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.ur.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.ur.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.uz.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.uz.xlf index d21bc24a3cc5b..89eecc175afa9 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.uz.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.uz.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf index e1cdb6d09fb91..ff4575cfdafe7 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.vi.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf index 15b234fb0d4ef..c556e50d3d572 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_CN.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". + diff --git a/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf b/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf index 3812029fcad81..e2514c933cdb3 100644 --- a/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf +++ b/src/Symfony/Component/Validator/Resources/translations/validators.zh_TW.xlf @@ -450,6 +450,22 @@ This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less. + + 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. + + + The week "{{ value }}" is not a valid week. + The week "{{ value }}" is not a valid week. + + + The value should not be before week "{{ min }}". + The value should not be before week "{{ min }}". + + + The value should not be after week "{{ max }}". + The value should not be after week "{{ max }}". +