Skip to content

Commit 3c817de

Browse files
committed
[Validator] add missing Czech translations
1 parent 51bed7f commit 3c817de

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

Resources/translations/validators.cs.xlf

+48
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,54 @@
334334
<source>This value should be valid JSON.</source>
335335
<target>Tato hodnota musí být validní JSON.</target>
336336
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Tato kolekce musí obsahovat pouze unikátní prvky.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Tato hodnota musí být kladná.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Tato hodnota musí být buď kladná nebo nula.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Tato hodnota musí být záporná.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Tato hodnota musí být buď záporná nebo nula.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Tato časová zóna neexistuje.</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>Zadané heslo bylo součástí úniku dat, takže ho není možné použít. Použijte prosím jiné heslo.</target>
364+
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Hodnota musí být mezi {{ min }} a {{ max }}.</target>
368+
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Tato hodnota není platný hostname.</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>Počet prvků v této kolekci musí být násobek {{ 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>Tato hodnota musí splňovat alespoň jedno z následujících omezení:</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>Každý prvek v této kolekci musí splňovat svá vlastní omezení.</target>
384+
</trans-unit>
337385
</body>
338386
</file>
339387
</xliff>

0 commit comments

Comments
 (0)