Skip to content

Commit 82b3498

Browse files
committed
minor #38801 Missing swedish translations for Form, Security and Validator components (erickr)
This PR was merged into the 3.4 branch. Discussion ---------- Missing swedish translations for Form, Security and Validator components | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #38765 | License | MIT | Doc PR | Added missing swedish translations for Form, Security and Validator components Commits ------- 1044b1e852 Fix #38765 Added missing swedish translations for Form, Security and Validator components
2 parents 8cc889b + bafbb34 commit 82b3498

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)