-
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.
- Loading branch information
Showing
32 changed files
with
657 additions
and
284 deletions.
There are no files selected for viewing
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
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
89 changes: 89 additions & 0 deletions
89
..._root/apps/core/fd/af-clientlibs/core-forms-components-runtime-all/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 |
---|---|---|
@@ -0,0 +1,89 @@ | ||
{ | ||
"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": "น้อย" | ||
} | ||
} |
3 changes: 3 additions & 0 deletions
3
...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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,6 +11,7 @@ | |
"it", | ||
"es", | ||
"ru-ru", | ||
"hi" | ||
"hi", | ||
"th" | ||
] | ||
} |
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 |
---|---|---|
|
@@ -20,6 +20,7 @@ | |
<it/> | ||
<ru-ru/> | ||
<hi/> | ||
<th/> | ||
</dictionary> | ||
<metadata | ||
fd:version="2.1" | ||
|
41 changes: 21 additions & 20 deletions
41
...t/jcr_root/content/dam/formsanddocuments/core-components-it/samples/setfocus/.content.xml
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,23 +1,24 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<jcr:root xmlns:jcr="http://www.jcp.org/jcr/1.0" xmlns:dam="http://www.day.com/dam/1.0" xmlns:nt="http://www.jcp.org/jcr/nt/1.0" xmlns:xmp="http://ns.adobe.com/xap/1.0/" xmlns:cq="http://www.day.com/jcr/cq/1.0" xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:fd="http://www.adobe.com/aemfd/fd/1.0" | ||
jcr:primaryType="dam:Asset"> | ||
<jcr:content | ||
cq:conf="\0" | ||
jcr:lastModified="{Date}2023-10-11T16:50:18.425+05:30" | ||
jcr:primaryType="dam:AssetContent" | ||
sling:resourceType="fd/fm/af/render" | ||
guide="1" | ||
type="guide"> | ||
<metadata | ||
fd:version="2.1" | ||
jcr:language="en" | ||
jcr:primaryType="nt:unstructured" | ||
xmp:CreatorTool="AEM Forms AF Wizard" | ||
allowedRenderFormat="HTML" | ||
author="admin" | ||
dorType="none" | ||
formmodel="none" | ||
themeRef="/libs/fd/af/themes/canvas" | ||
title="setFocus"/> | ||
</jcr:content> | ||
jcr:primaryType="dam:Asset"> | ||
<jcr:content | ||
cq:conf="\0" | ||
jcr:lastModified="{Date}2023-11-22T12:11:22.852+05:30" | ||
jcr:primaryType="dam:AssetContent" | ||
sling:resourceType="fd/fm/af/render" | ||
guide="1" | ||
type="guide"> | ||
<metadata | ||
fd:version="2.1" | ||
jcr:language="en" | ||
jcr:primaryType="nt:unstructured" | ||
xmp:CreatorTool="AEM Forms AF Wizard" | ||
allowedRenderFormat="HTML" | ||
author="admin" | ||
dorType="none" | ||
formmodel="none" | ||
themeRef="/libs/fd/af/themes/canvas" | ||
title="setFocusTest"/> | ||
</jcr:content> | ||
</jcr:root> | ||
|
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
Oops, something went wrong.