Skip to content

Commit 13cbfa1

Browse files
committed
Merge branch '3.4' into 4.4
2 parents 3ebae52 + 82b3498 commit 13cbfa1

File tree

3 files changed

+77
-0
lines changed

3 files changed

+77
-0
lines changed

Resources/translations/validators.lv.xlf

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,58 @@
334334
<source>This value should be valid JSON.</source>
335335
<target>Šai vērtībai jābūt derīgam JSON.</target>
336336
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Šai kolekcijai jāsatur tikai derīgi elementi.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Šai vērtībāi jābūt pozitīvai.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Šai vērtībāi jābūt pozitīvai vai vienādai ar nulli.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Šai vērtībāi jābūt negatīvai.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Šai vērtībāi jābūt negatīvai vai vienādai ar nulli.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Šī vērtība nav derīga laika zona.</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>Šī parole tika publicēta datu noplūdē, viņu nedrīkst izmantot. Lūdzu, izvēlieties citu paroli.</target>
364+
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Šai vērtībai jābūt starp {{ min }} un {{ max }}.</target>
368+
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Šī vērtība nav derīgs tīmekļa servera nosaukums.</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>Elementu skaitam šajā kolekcijā jābūt {{ compared_value }} reizinājumam.</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>Šai vērtībai jāiekļaujas vismaz vienā no sekojošiem ierobežojumiem:</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>Šīs kolekcijas katram elementam jāiekļaujas savā ierobežojumu kopā.</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>Šī vērtība nav derīgs starptautiskais vērtspapīru identifikācijas numurs (ISIN).</target>
388+
</trans-unit>
337389
</body>
338390
</file>
339391
</xliff>

Resources/translations/validators.ru.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,10 @@
382382
<source>Each element of this collection should satisfy its own set of constraints.</source>
383383
<target>Каждый элемент этой коллекции должен удовлетворять своему собственному набору ограничений.</target>
384384
</trans-unit>
385+
<trans-unit id="99">
386+
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387+
<target>Значение не является корректным международным идентификационным номером ценных бумаг (ISIN).</target>
388+
</trans-unit>
385389
</body>
386390
</file>
387391
</xliff>

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)