-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allowing override of product locale to add custom client side transla… (
#1501) * Allowing override of product locale to add custom client side translation * Allowing override of product locale to add custom client side translation
- Loading branch information
Showing
4 changed files
with
106 additions
and
15 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
.../forms-core-components-it/clientlibs/clientlib-it-custom-locale/resources/i18n/ko-kr.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"FileCloseAccessText": "Enter 키를 눌러 파일 삭제", | ||
"FileSizeGreater": "파일 ${0}이(가) 예상 크기 ${1}MB를 초과합니다.", | ||
"FileNameInvalid": "파일 이름이 (.)으로 시작하거나, \\ / : * ? \" < > | ; % $를 포함하거나, nul, prn, con, lpt 또는 com과 같이 예약된 키워드인 파일은 첨부하지 마십시오.", | ||
"FileMimeTypeInvalid": "파일 ${0}은(는) 지원되지 않는 파일 유형입니다.", | ||
"InternalFormSubmissionError": "temp" | ||
} |
87 changes: 87 additions & 0 deletions
87
...pps/forms-core-components-it/clientlibs/clientlib-it-custom-locale/resources/i18n/th.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,90 @@ | ||
{ | ||
"FileCloseAccessText" : "กด Enter เพื่อลบไฟล์ ", | ||
"FileSizeGreater" : "ไฟล์ ${0} ใหญ่กว่าขนาดที่คาดไว้: ${1}MB", | ||
"FileNameInvalid" : "ห้ามแนบไฟล์ที่ชื่อไฟล์ขึ้นต้นด้วย (.) มี \\ / : * ? \" < > | ; % $ หรือเป็นคีย์เวิร์ดที่สงวนไว้ เช่น nul, prn, con, lpt หรือ com", | ||
"FileMimeTypeInvalid" : "ไฟล์ ${0} เป็นประเภทไฟล์ที่ไม่รองรับ", | ||
"InternalFormSubmissionError" : "พบข้อผิดพลาดภายในขณะส่งแบบฟอร์ม", | ||
"type" : "กรุณาใส่ค่าที่ถูกต้อง.", | ||
"required" : "กรุณากรอกข้อมูลในช่องนี้.", | ||
"minimum" : "ค่าต้องมากกว่าหรือเท่ากับ ${0}.", | ||
"maximum" : "ค่าต้องน้อยกว่าหรือเท่ากับ ${0}", | ||
"minLength" : "โปรดขยายข้อความนี้ให้มีความยาว ${0} ตัวอักษรขึ้นไป.", | ||
"maxLength" : "โปรดย่อข้อความนี้ให้เหลือ ${0} ตัวอักษรหรือน้อยกว่า.", | ||
"step" : "กรุณาใส่ค่าที่ถูกต้อง.", | ||
"format" : "ระบุค่าในรูปแบบที่อนุญาต : ${0}.", | ||
"pattern" : "กรุณาตรงกับรูปแบบที่ร้องขอ.", | ||
"minItems" : "ระบุจำนวนรายการเท่ากับหรือมากกว่า ${0}.", | ||
"maxItems" : "ระบุจำนวนรายการเท่ากับหรือน้อยกว่า ${0}", | ||
"uniqueItems" : "รายการทั้งหมดจะต้องไม่ซ้ำกัน", | ||
"validationExpression" : "กรุณาใส่ค่าที่ถูกต้อง.", | ||
"maxFileSize" : "ไฟล์มีขนาดใหญ่เกินไป ลดขนาดแล้วลองอีกครั้ง.", | ||
"accept" : "ไม่รองรับประเภทไฟล์ที่ระบุ.", | ||
"defaultError" : "มีข้อผิดพลาดในสนาม", | ||
"clearText" : "ลอสเชน", | ||
"0" : "๐", | ||
"calendarSymbols" : { | ||
"monthNames" : [ | ||
"มกราคม", | ||
"กุมภาพันธ์", | ||
"มีนาคม", | ||
"เมษายน", | ||
"พฤษภาคม", | ||
"มิถุนายน", | ||
"กรกฎาคม", | ||
"สิงหาคม", | ||
"กันยายน", | ||
"ตุลาคม", | ||
"พฤศจิกายน", | ||
"ธันวาคม" | ||
], | ||
"abbrmonthNames" : [ | ||
"ม.ค.", | ||
"ก.พ.", | ||
"มี.ค.", | ||
"เม.ย.", | ||
"พ.ค.", | ||
"มิ.ย.", | ||
"ก.ค.", | ||
"ส.ค.", | ||
"ก.ย.", | ||
"ต.ค.", | ||
"พ.ย.", | ||
"ธ.ค." | ||
], | ||
"dayNames" : [ | ||
"วันอาทิตย์", | ||
"วันจันทร์", | ||
"วันอังคาร", | ||
"วันพุธ", | ||
"วันพฤหัสบดี", | ||
"วันศุกร์", | ||
"วันเสาร์" | ||
], | ||
"abbrdayNames" : [ | ||
"อา.", | ||
"จ.", | ||
"อ.", | ||
"พ.", | ||
"พฤ.", | ||
"ศ.", | ||
"ส." | ||
], | ||
"meridiemNames" : [ | ||
"vorm.", | ||
"nachm." | ||
], | ||
"eraNames" : [ | ||
"v. Chr.", | ||
"n. Chr." | ||
], | ||
"day": "วัน", | ||
"days": "วัน", | ||
"month": "เดือน", | ||
"months": "เดือน", | ||
"year": "ปี", | ||
"years": "ปี", | ||
"more": "มากกว่า", | ||
"less": "น้อย" | ||
}, | ||
"Zero" : "๐" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters