Skip to content

Commit bafbb34

Browse files
erickrNyholm
andcommitted
Fix #38765 Added missing swedish translations for Form, Security and Validator components
Update src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf Co-authored-by: Tobias Nyholm <[email protected]> Update src/Symfony/Component/Validator/Resources/translations/validators.sv.xlf Co-authored-by: Tobias Nyholm <[email protected]>
1 parent 838dec1 commit bafbb34

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

Resources/translations/validators.sv.xlf

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,27 @@
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>Detta värde bör ligga mellan {{ min }} och {{ max }}.</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Värdet är inte ett giltigt servernamn.</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>Antalet element i samlingen ska vara en multipel av {{ 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>Det här värdet skall uppfylla minst ett av följande 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>Varje element i samlingen skall uppfylla sin egen uppsättning av 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>Det här värdet är inte ett giltigt "International Securities Identification Number" (ISIN).</target>
388+
</trans-unit>
389+
369390
</body>
370391
</file>
371392
</xliff>

0 commit comments

Comments
 (0)