Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 642d823

Browse files
minor #57986 [Validator] Add French translation for the Week constraint (alexandre-daubois)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Add French translation for the `Week` constraint | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | - | License | MIT Commits ------- f051ffb [Validator] Add French translation for the `Week` constraint
2 parents 8a0673b + f051ffb commit 642d823

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+912
-0
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.af.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.ar.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.az.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.be.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.bg.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.bs.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.ca.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target>Aquest valor és massa llarg. Ha de contenir una paraula.|Aquest valor és massa llarg. Ha de contenir {{ max }} paraules o menys.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.cs.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.cy.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.da.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.de.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target>Dieser Wert ist zu lang. Er darf maximal aus einem Wort bestehen.|Dieser Wert ist zu lang. Er darf maximal {{ max }} Wörter enthalten.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.el.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target state="needs-translation">This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.en.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target>This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target>The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target>The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target>The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

src/Symfony/Component/Validator/Resources/translations/validators.es.xlf

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,22 @@
450450
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451451
<target>Este valor es demasiado largo. Debe contener una palabra.|Este valor es demasiado largo. Debe contener {{ max }} palabras o menos.</target>
452452
</trans-unit>
453+
<trans-unit id="116">
454+
<source>This value does not represent a valid week in the ISO 8601 format.</source>
455+
<target state="needs-translation">This value does not represent a valid week in the ISO 8601 format.</target>
456+
</trans-unit>
457+
<trans-unit id="117">
458+
<source>The week "{{ value }}" is not a valid week.</source>
459+
<target state="needs-translation">The week "{{ value }}" is not a valid week.</target>
460+
</trans-unit>
461+
<trans-unit id="118">
462+
<source>The value should not be before week "{{ min }}".</source>
463+
<target state="needs-translation">The value should not be before week "{{ min }}".</target>
464+
</trans-unit>
465+
<trans-unit id="119">
466+
<source>The value should not be after week "{{ max }}".</source>
467+
<target state="needs-translation">The value should not be after week "{{ max }}".</target>
468+
</trans-unit>
453469
</body>
454470
</file>
455471
</xliff>

0 commit comments

Comments
 (0)