From 59fdc8a5fbabb5e03650eca807c8a70df82dd190 Mon Sep 17 00:00:00 2001 From: parinz1234 Date: Wed, 25 Oct 2023 23:24:45 +0700 Subject: [PATCH 1/2] [Validator] fix: add missing translations for for Thai (th) --- Resources/translations/validators.th.xlf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/translations/validators.th.xlf b/Resources/translations/validators.th.xlf index 26affc5a6..ad50e7411 100644 --- a/Resources/translations/validators.th.xlf +++ b/Resources/translations/validators.th.xlf @@ -402,6 +402,30 @@ The value of the netmask should be between {{ min }} and {{ max }}. ค่าของ netmask ควรมีค่าระหว่าง {{ min }} ถึง {{ max }} + + The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less. + ชื่อไฟล์ยาวเกินไป ควรจะมีแค่ {{ filename_max_length }} ตัวอักษรหรือน้อยกว่านั้น + + + The password strength is too low. Please use a stronger password. + รหัสผ่านมีความปลอดภัยต่ำ กรุณาใช้รหัสผ่านที่มีความปลอดภัยสูง + + + This value contains characters that are not allowed by the current restriction-level. + ค่านี้ประกอบด้วยตัวอักษรที่ไม่รับอนุญาตจากระดับข้อบังคับปัจจุบัน + + + Using invisible characters is not allowed. + ไม่อนุญาตให้ใช้ตัวอักษรที่มองไม่เห็น + + + Mixing numbers from different scripts is not allowed. + ไม่อนุญาตให้ผสมตัวเลขจากสคริปต์ที่แตกต่างกัน + + + Using hidden overlay characters is not allowed. + ไม่อนุญาตให้ใช้ตัวอักษรซ้อนทับที่ซ่อนอยู่ + From 150888fe2f5357d79dd3d5ef684dd24aff05fb7b Mon Sep 17 00:00:00 2001 From: Evan C Date: Wed, 25 Oct 2023 01:24:46 +0800 Subject: [PATCH 2/2] [Validator] Add missing Chinese translations #51934 --- Resources/translations/validators.zh_TW.xlf | 24 +++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/Resources/translations/validators.zh_TW.xlf b/Resources/translations/validators.zh_TW.xlf index b1f7fb4a7..b1804bfce 100644 --- a/Resources/translations/validators.zh_TW.xlf +++ b/Resources/translations/validators.zh_TW.xlf @@ -402,6 +402,30 @@ The value of the netmask should be between {{ min }} and {{ max }}. 網絡掩碼的值應當在 {{ min }} 和 {{ max }} 之間。 + + The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less. + 該檔名長度太長,長度不可超過 {{ filename_max_length }} 個字元。 + + + The password strength is too low. Please use a stronger password. + 該密碼強度太低,請使用更高強度的密碼。 + + + This value contains characters that are not allowed by the current restriction-level. + 該值包含了目前限制等級不允許的字元。 + + + Using invisible characters is not allowed. + 不允許使用隱形字元。 + + + Mixing numbers from different scripts is not allowed. + 不允許混合來自不同語系的數字。 + + + Using hidden overlay characters is not allowed. + 不允許使用隱藏的覆蓋字元。 +