Skip to content

Commit f900cc8

Browse files
Merge branch '4.4' into 5.2
* 4.4: Fix CI * validators.(ru|lt).xlf - wrong trans-unit ids Add new translation in Hungarian [Validator] Added missing spanish translation
2 parents 7dec423 + e2f760e commit f900cc8

File tree

4 files changed

+22
-14
lines changed

4 files changed

+22
-14
lines changed

Resources/translations/validators.es.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Este valor no es un número de identificación internacional de valores (ISIN) válido.</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Este valor debería ser una expresión válida.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.hu.xlf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Ez az érték nem egy érvényes nemzetközi értékpapír-azonosító szám (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Ennek az értéknek érvényes kifejezésnek kell lennie.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.lt.xlf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,25 +131,25 @@
131131
<target>Ši reikšmė turi būti skaičius.</target>
132132
</trans-unit>
133133
<trans-unit id="36">
134-
<source>This value is not a valid country.</source>
135-
<target>Ši reikšmė nėra tinkama šalis.</target>
136-
</trans-unit>
137-
<trans-unit id="37">
138134
<source>This file is not a valid image.</source>
139135
<target>Byla nėra paveikslėlis.</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>Ši reikšmė nėra tinkamas IP adresas.</target>
144140
</trans-unit>
145-
<trans-unit id="39">
141+
<trans-unit id="38">
146142
<source>This value is not a valid language.</source>
147143
<target>Ši reikšmė nėra tinkama kalba.</target>
148144
</trans-unit>
149-
<trans-unit id="40">
145+
<trans-unit id="39">
150146
<source>This value is not a valid locale.</source>
151147
<target>Ši reikšmė nėra tinkama lokalė.</target>
152148
</trans-unit>
149+
<trans-unit id="40">
150+
<source>This value is not a valid country.</source>
151+
<target>Ši reikšmė nėra tinkama šalis.</target>
152+
</trans-unit>
153153
<trans-unit id="41">
154154
<source>This value is already used.</source>
155155
<target>Ši reikšmė jau yra naudojama.</target>

Resources/translations/validators.ru.xlf

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -131,25 +131,25 @@
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>
147143
<target>Значение не является допустимым языком.</target>
148144
</trans-unit>
149-
<trans-unit id="40">
145+
<trans-unit id="39">
150146
<source>This value is not a valid locale.</source>
151147
<target>Значение не является допустимой локалью.</target>
152148
</trans-unit>
149+
<trans-unit id="40">
150+
<source>This value is not a valid country.</source>
151+
<target>Значение не является допустимой страной.</target>
152+
</trans-unit>
153153
<trans-unit id="41">
154154
<source>This value is already used.</source>
155155
<target>Это значение уже используется.</target>

0 commit comments

Comments
 (0)