8000 minor #33907 [Validator] Adds missing translations for the Norwegian … · symfony/symfony@c281b3b · GitHub
[go: up one dir, main page]

Skip to content

Commit c281b3b

Browse files
committed
minor #33907 [Validator] Adds missing translations for the Norwegian Bokmål ("nb") locale (Harald Tollefsen)
This PR was merged into the 3.4 branch. Discussion ---------- [Validator] Adds missing translations for the Norwegian Bokmål ("nb") locale | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | Deprecations? |no | Tickets | Fix #30176 | License | MIT Commits ------- 5baa3ea Adds missing translations for no nb
2 parents 9869754 + 5baa3ea commit c281b3b

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

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

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,38 @@
334334
<source>This value should be valid JSON.</source>
335335
<target>Verdien er ikke gyldig JSON.</target>
336336
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Samlingen kan kun inneholde unike elementer.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Denne verdien må være positiv.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Denne verdien må være positiv eller null.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Denne verdien må være negativ.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Denne verdien må være negativ eller null.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Verdien er ikke en gyldig tidssone.</target>
360+
</trans-unit>
361+
<trans-unit id="93">
362+
<source>This password has been leaked in a data breach, it must not be used. Please use another password.</source>
363+
<target>Dette passordet er lekket i et datainnbrudd, det må ikke tas i bruk. Vennligst bruk et annet passord.</target>
364+
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Verdien må være mellom {{ min }} og {{ max }}.</target>
368+
</trans-unit>
337369
</body>
338370
</file>
339371
</xliff>

0 commit comments

Comments
 (0)
0