10000 minor #43839 Added missing translations for Thai (th) (ibotdotout) · symfony/symfony@495eba3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 495eba3

Browse files
committed
minor #43839 Added missing translations for Thai (th) (ibotdotout)
This PR was merged into the 4.4 branch. Discussion ---------- Added missing translations for Thai (th) | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | Fix #43738 | License | MIT | Doc PR | - Added missing translations for Thai (th) on branch 4.4 #43738 Commits ------- 75a7bbc Added missing translations for Thai (th)
2 parents 27d8daf + 75a7bbc commit 495eba3

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/Symfony/Component/Validator/Resources/translations/validators.th.xlf

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@
384384
</trans-unit>
385385
<trans-unit id="99">
386386
<source>This value is not a valid International Securities Identification Number (ISIN).</source>
387-
<target>ค่า​รหัสหลักทรัพย์สากล (ISIN) ไม่ถูกต้อง</target>
387+
<target>ค่ารหัสหลักทรัพย์สากล (ISIN) ไม่ถูกต้อง</target>
388388
</trans-unit>
389389
<trans-unit id="100">
390390
<source>This value should be a valid expression.</source>
@@ -394,6 +394,14 @@
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>

0 commit comments

Comments
 (0)
0