Skip to content

Commit 093c236

Browse files
Merge branch '4.4' into 5.1
* 4.4: [Process] Dont test TTY if there is no TTY support Fixing some Mongolian translating the validators for european portuguese language Fix CI Update validators.he.xlf Update security.he.xlf Update validators.he.xlf Improve performances in CircualReference detection [PHPUnitBridge] Fixed crash on Windows with PHP 8 Fix session called initized several time
2 parents 1812cd1 + e235c06 commit 093c236

File tree

2 files changed

+27
-7
lines changed

2 files changed

+27
-7
lines changed

Resources/translations/validators.he.xlf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,26 @@
366366
<source>This value should be between {{ min }} and {{ max }}.</source>
367367
<target>הערך חייב להיות בין {{ min }} ו- {{ max }}.</target>
368368
</trans-unit>
369+
<trans-unit id="95">
370+
<source>This value is not a valid hostname.</source>
371+
<target>ערך זה אינו שם מארח חוקי.</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>מספר האלמנטים באוסף זה צריך להיות מכפיל של {{ 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>ערך זה אמור לעמוד לפחות באחד התנאים הבאים:</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>
369389
</body>
370390
</file>
371391
</xliff>

Resources/translations/validators.mn.xlf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,20 +131,20 @@
131131
<target>Энэ утга зөвхөн тоо байна.</target>
132132
</trans-unit>
133133
<trans-unit id="36">
134-
<source>This value is not a valid country.</source>
135-
<target>Энэ утга үнэн бодит улс биш байна.</target>
136-
</trans-unit>
137-
<trans-unit id="37">
138134
<source>This file is not a valid image.</source>
139135
<target>Файл зураг биш байна.</target>
140136
</trans-unit>
141-
<trans-unit id="38">
137+
<trans-unit id="37">
142138
<source>This is not a valid IP address.</source>
143139
<target>IP хаяг зөв биш байна.</target>
144140
</trans-unit>
145-
<trans-unit id="39">
141+
<trans-unit id="38">
146142
<source>This value is not a valid language.</source>
147-
<target>Энэ утга үнэн зөв хэл биш байна .</target>
143+
<target>Энэ утга үнэн зөв хэл биш байна.</target>
144+
</trans-unit>
145+
<trans-unit id="39">
146+
<source>This value is not a valid locale.</source>
147+
<target>Энэ утга үнэн зөв байршил биш байна.</target>
148148
</trans-unit>
149149
<trans-unit id="40">
150150
<source>This value is not a valid country.</source>

0 commit comments

Comments
 (0)