8000 minor #57752 [Validator] add validation message translations for the … · symfony/symfony@c6a2bba · GitHub
[go: up one dir, main page]

Skip to content

Commit c6a2bba

Browse files
committed
minor #57752 [Validator] add validation message translations for the WordCount constraint (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] add validation message translations for the WordCount constraint | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- cfd553c add validation message translations for the WordCount constraint
2 parents b5dba85 + cfd553c commit c6a2bba

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

+456
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Die URL mis 'n topvlakdomein.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>هذا الرابط يفتقر إلى نطاق المستوى الأعلى.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Bu URL yuxarı səviyyəli domeni çatışmır.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Гэтаму URL бракуе дамен верхняга ўзроўню.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>На този URL липсва домейн от най-високо ниво.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Ovom URL-u nedostaje domena najvišeg nivoa.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>Aquesta URL no conté un domini de primer nivell.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Této URL chybí doména nejvyššího řádu.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Mae'r URL hwn yn colli parth lefel uchaf.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Denne URL mangler et topdomæne.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>Dieser URL fehlt eine Top-Level-Domain.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Αυτή η διεύθυνση URL λείπει ένας τομέας ανώτατου επιπέδου.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>This URL is missing a top-level domain.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<target>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</target>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target>Esta URL no contiene una extensión de dominio (TLD).</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Sellel URL-il puudub ülataseme domeen.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">URL honek ez du goi-mailako domeinurik.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">این URL فاقد دامنه سطح بالا است.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
D3A3 447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -442,6 +442,14 @@
442442
<source>This URL is missing a top-level domain.</source>
443443
<target state="needs-review-translation">Tästä URL-osoitteesta puuttuu ylätason verkkotunnus.</target>
444444
</trans-unit>
445+
<trans-unit id="114">
446+
<source>This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</source>
447+
<target state="needs-translation">This value is too short. It should contain at least one word.|This value is too short. It should contain at least {{ min }} words.</target>
448+
</trans-unit>
449+
<trans-unit id="115">
450+
<source>This value is too long. It should contain one word.|This value is too long. It should contain {{ max }} words or less.</source>
451+
<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>
452+
</trans-unit>
445453
</body>
446454
</file>
447455
</xliff>

0 commit comments

Comments
 (0)
0