Skip to content

Commit 89b1c86

Browse files
Merge branch '3.4' into 4.4
* 3.4: Disable platform checks Add missing translations for Japanese. sync id translation [Validator] Added missing Spanish translations.
2 parents 13cbfa1 + 78fbf43 commit 89b1c86

File tree

3 files changed

+72
-0
lines changed

3 files changed

+72
-0
lines changed

Resources/translations/validators.es.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>Cada elemento de esta colección debería satisfacer su propio conjunto de restricciones.</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>Este valor no es un número de identificación internacional de valores (ISIN) válido.</target>
388+
</trans-unit>
385389
</body>
386390
</file>
387391
</xliff>

Resources/translations/validators.id.xlf

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,62 @@
330330
<source>This Business Identifier Code (BIC) is not associated with IBAN {{ iban }}.</source>
331331
<target>Business Identifier Code (BIC) ini tidak terkait dengan IBAN {{ iban }}.</target>
332332
</trans-unit>
333+
<trans-unit id="86">
334+
<source>This value should be valid JSON.</source>
335+
<target>Nilai ini harus berisi JSON yang sah.</target>
336+
</trans-unit>
337+
<trans-unit id="87">
338+
<source>This collection should contain only unique elements.</source>
339+
<target>Kumpulan ini harus mengandung elemen yang unik.</target>
340+
</trans-unit>
341+
<trans-unit id="88">
342+
<source>This value should be positive.</source>
343+
<target>Nilai ini harus positif.</target>
344+
</trans-unit>
345+
<trans-unit id="89">
346+
<source>This value should be either positive or zero.</source>
347+
<target>Nilai ini harus positif atau nol.</target>
348+
</trans-unit>
349+
<trans-unit id="90">
350+
<source>This value should be negative.</source>
351+
<target>Nilai ini harus negatif.</target>
352+
</trans-unit>
353+
<trans-unit id="91">
354+
<source>This value should be either negative or zero.</source>
355+
<target>Nilai ini harus negatif atau nol.</target>
356+
</trans-unit>
357+
<trans-unit id="92">
358+
<source>This value is not a valid timezone.</source>
359+
<target>Nilai ini harus merupakan zona waktu yang sah.</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>Kata sandi ini telah bocor di data breach, harus tidak digunakan kembali. Silahkan gunakan kata sandi yang lain.</target>
364+
</trans-unit>
365+
<trans-unit id="94">
366+
<source>This value should be between {{ min }} and {{ max }}.</source>
367+
<target>Nilai ini harus berada diantara {{ min }} dan {{ max }}.</target>
368+
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>Nilai ini bukan merupakan hostname yang sah.</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>Angka dari setiap elemen di dalam kumpulan ini harus kelipatan dari {{ 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>Nilai ini harus memenuhi setidaknya satu dari batasan berikut:</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>Setiap elemen koleksi ini harus memenuhi batasannya sendiri.</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>Nilai ini bukan merupakan International Securities Identification Number (ISIN) yang sah.</target>
388+
</trans-unit>
333389
</body>
334390
</file>
335391
</xliff>

Resources/translations/validators.ja.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,18 @@
374374
<source>The number of elements in this collection should be a multiple of {{ compared_value }}.</source>
375375
<target>要素の数は{{ compared_value }}の倍数でなければなりません。</target>
376376
</trans-unit>
377+
<trans-unit id="97">
378+
<source>This value should satisfy at least one of the following constraints:</source>
379+
<target>以下の制約のうち少なくとも1つを満たす必要があります:</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>コレクションの各要素は、それぞれの制約を満たす必要があります。</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>この値は有効な国際証券識別番号(ISIN)ではありません。</target>
388+
</trans-unit>
377389
</body>
378390
</file>
379391
</xliff>

0 commit comments

Comments
 (0)