8000 minor #38928 Update validators.da.xlf (AnneKir) · symfony/symfony@407f014 · GitHub
[go: up one dir, main page]

Skip to content

Commit 407f014

Browse files
committed
minor #38928 Update validators.da.xlf (AnneKir)
This PR was merged into the 4.4 branch. Discussion ---------- Update validators.da.xlf Addded cases 95-99 in Danish | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? |no | Deprecations? |no | Tickets | Fix #38736 | License | MIT | Doc PR | symfony/symfony-docs#... <!-- required for new features --> Commits ------- e193c2b Update validators.da.xlf
2 parents 8dd870c + e193c2b commit 407f014

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

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

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
</trans-unit>
125125
<trans-unit id="34">
126126
<source>The file could not be uploaded.</source>
127-
<target>Filen kunne ikke blive uploadet.</target>
127+
<target>Filen kunne ikke uploades.</target>
128128
</trans-unit>
129129
<trans-unit id="35">
130130
<source>This value should be a valid number.</source>
@@ -324,7 +324,7 @@
324324
</trans-unit>
325325
<trans-unit id="84">
326326
<source>This value should be a multiple of {{ compared_value }}.</source>
327-
<target>Denne værdi skal være et flertal af {{ compared_value }}.</target>
327+
<target>Denne værdi skal være et multiplikation af {{ compared_value }}.</target>
328328
</trans-unit>
329329
<trans-unit id="85">
330330
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
@@ -366,6 +366,26 @@
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>Værdien skal være mellem {{ min }} og {{ max }}.</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Værdien er ikke et gyldigt værtsnavn.</target>
372+
</trans-unit>
373+
<trans-unit id="96">
374+
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375+
<target>Antallet af elementer i denne samling skal være en multiplikation af {{ compared_value }}.</target>
376+
</trans-unit>
377+
<trans-unit id="97">
378+
<source>This value should satisfy at least one of the following constraints:</source>
379+
<target>Værdien skal overholde mindst én af følgende krav::</target>
380+
</trans-unit>
381+
<trans-unit id="98">
382+
<source>Each element of this collection should satisfy its own set of constraints.</source>
383+
<target>Hvert element i denne samling skal overholde dens egne krav.</target>
384+
</trans-unit>
385+
<trans-unit id="99">
386+
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387+
<target>Værdien er ikke et gyldig International Securities Identification Number (ISIN).</target>
388+
</trans-unit>
369389
</body>
370390
</file>
371391
</xliff>

0 commit comments

Comments
 (0)
0