8000 [Validator] Update Slovenian translations · symfony/symfony@b2ae60a · GitHub
[go: up one dir, main page]

Skip to content

Commit b2ae60a

Browse files
committed
[Validator] Update Slovenian translations
1 parent 9eafff5 commit b2ae60a

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,54 @@
318318
<source>Error</source>
319319
<target>Napaka</target>
320320
</trans-unit>
321+
<trans-unit id="83">
322+
<source>This is not a valid UUID.</source>
323+
<target>To ni veljaven UUID.</target>
324+
</trans-unit>
325+
<trans-unit id="84">
326+
<source>This value should be a multiple of {{ compared_value }}.</source>
327+
<target>Ta vrednost bi morala biti večkratnik od {{ compared_value }}.</target>
328+
</trans-unit>
329+
<trans-unit id="85">
330+
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331+
<target>Ta poslovna identifikacijska koda (BIC) ni povezana z IBAN {{ iban }}.</target>
332+
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Ta vrednost bi morala biti veljaven JSON.</target>
336+
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Ta zbirka bi morala vsebovati samo edinstvene elemente.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Ta vrednost bi morala biti pozitivna.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Ta vrednost bi morala biti pozitivna ali enaka nič.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Ta vrednost bi morala biti negativna.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Ta vrednost bi morala biti negativna ali enaka nič.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Ta vrednost ni veljaven časovni pas.</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>To geslo je ušlo pri kršitvi varnosti podatkov in ga ne smete uporabljati. Prosimo, uporabite drugo geslo.</target>
364+
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Ta vrednost bi morala biti med {{ min }} in {{ max }}.</target>
368+
</trans-unit>
321369
</body>
322370
</file>
323371
</xliff>

0 commit comments

Comments
 (0)
0