Skip to content

Commit f987e14

Browse files
Merge branch '4.4' into 5.3
* 4.4: Fix tests on PHP 8.1 [Cache] Fix memory leak [DependencyInjection] fix inlining when non-shared services are involved [DoctrineBridge] add support for the JSON type [PHPUnitBridge] Fix Uncaught ValueError [FrameworkBundle] fix registering late resettable services [Validator] Missing translations for Greek (el) translate for japanese 101,102,103 [HttpClient] Curl http client has to reinit curl multi handle on reset [Validator] Add Swedish translation for issue #43737
2 parents 8f0da89 + 912720b commit f987e14

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

Resources/translations/validators.el.xlf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,12 +388,20 @@
388388
</trans-unit>
389389
<trans-unit id="100">
390390
<source>This value should be a valid expression.</source>
391-
<target>Αυτή η τιμή πρέπει να είναι έγκυρη έκφραση.</target>
391+
<target>Αυτή η τιμή θα πρέπει να είναι μία έγκυρη έκφραση.</target>
392392
</trans-unit>
393393
<trans-unit id="101">
394394
<source>This value is not a valid CSS color.</source>
395395
<target>Αυτή η τιμή δεν είναι έγκυρο χρώμα CSS.</target>
396396
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>Αυτή η τιμή δεν είναι έγκυρη CIDR σημειογραφία.</target>
400+
</trans-unit>
401+
<trans-unit id="103">
402+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403+
<target>Η τιμή του netmask πρέπει να είναι ανάμεσα σε {{ min }} και {{ max }}.</target>
404+
</trans-unit>
397405
</body>
398406
</file>
399407
</xliff>

Resources/translations/validators.ja.xlf

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,18 @@
390390
<source>This value should be a valid expression.</source>
391391
<target>式でなければなりません。</target>
392392
</trans-unit>
393+
<trans-unit id="101">
394+
<source>This value is not a valid CSS color.</source>
395+
<target>この値は有効なCSSカラーではありません。</target>
396+
</trans-unit>
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>この値は有効なCIDR表記ではありません。</target>
400+
</trans-unit>
401+
<trans-unit id="103">
402+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403+
<target>ネットマスクの値は、{{ min }}から{{ max }}の間にある必要があります。</target>
404+
</trans-unit>
393405
</body>
394406
</file>
395407
</xliff>

Resources/translations/validators.sv.xlf

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,14 @@
394394
<source>This value is not a valid CSS color.</source>
395395
<target>Det här värdet är inte en giltig CSS-färg.</target>
396396
</trans-unit>
397-
397+
<trans-unit id="102">
398+
<source>This value is not a valid CIDR notation.</source>
399+
<target>Det här värdet är inte en giltig CIDR-notation.</target>
400+
</trans-unit>
401+
<trans-unit id="103">
402+
<source>The value of the netmask should be between {{ min }} and {{ max }}.</source>
403+
<target>Värdet på nätmasken bör vara mellan {{ min }} och {{ max }}.</target>
404+
</trans-unit>
398405
</body>
399406
</file>
400407
</xliff>

0 commit comments

Comments
 (0)