Skip to content

Commit 7ceecf7

Browse files
committed
Merge branch '4.4' into 5.3
* 4.4: added missing translations for Bosnian (bs) Add the missing greek translations for security core and validator component Do not call substr_count() if ip is null to avoid deprecation warning in PHP 8.1 [Security][Validator] Add missing translations for Slovenian (sl) [Security][Validator] Add missing translations for Finnish (fi) [Cache] Commit items implicitly only when deferred keys are requested [HttpClient] fix missing kernel.reset tag on TraceableHttpClient services
2 parents e1f68e5 + 6527bb4 commit 7ceecf7

File tree

4 files changed

+17
-1
lines changed

4 files changed

+17
-1
lines changed

Resources/translations/validators.bs.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>Ova vrijednost nije ispravna međunarodna identifikaciona oznaka hartija od vrijednosti (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Ova vrijednost bi trebala biti važeći izraz.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.el.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>Αυτή η τιμή δεν είναι έγκυρο International Securities Identification Number (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Αυτή η τιμή πρέπει να είναι έγκυρη έκφραση.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.fi.xlf

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@
304304
</trans-unit>
305305
<trans-unit id="79">
306306
<source>The host could not be resolved.</source>
307-
<target>The host could not be resolved.</target>
307+
<target>Palvelimeen ei saatu yhteyttä.</target>
308308
</trans-unit>
309309
<trans-unit id="80">
310310
<source>This value does not match the expected {{ charset }} charset.</source>
@@ -386,6 +386,10 @@
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387387
<target>Tämä arvo ei ole kelvollinen ISIN-koodi (International Securities Identification Number).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Tämän arvon on oltava kelvollinen lauseke.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

Resources/translations/validators.sl.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>Ta vrednost ni veljavna mednarodna identifikacijska koda vrednostnih papirjev (ISIN).</target>
388388
</trans-unit>
389+
<trans-unit id="100">
390+
<source>This value should be a valid expression.</source>
391+
<target>Ta vrednost bi morala biti veljaven izraz.</target>
392+
</trans-unit>
389393
</body>
390394
</file>
391395
</xliff>

0 commit comments

Comments
 (0)