@@ -3,7 +3,7 @@ export default {
33 "components.breadcrumbs.breadcrumb" : "แถบนำทาง" ,
44 "components.button-add.addItem" : "เพิ่มรายการ" ,
55 "components.button-copy.copied" : "คัดลอกแล้ว!" ,
6- "components.button-copy.error" : "Copy failed. Try again, or try copying manually. " ,
6+ "components.button-copy.error" : "การคัดลอกล้มเหลว ลองอีกครั้ง หรือลองคัดลอกด้วยตนเอง " ,
77 "components.button-split.otherOptions" : "ตัวเลือกอื่น" ,
88 "components.calendar.hasEvents" : "มีกิจกรรม" ,
99 "components.calendar.notSelected" : "ยังไม่ได้เลือก" ,
@@ -114,7 +114,7 @@ export default {
114114 "components.input-date-time-range-to.to" : "ถึง" ,
115115 "components.input-number.hintDecimalDuplicate" : "มีทศนิยมอยู่ในตัวเลขนี้แล้ว" ,
116116 "components.input-number.hintDecimalIncorrectComma" : "หากต้องการเพิ่มทศนิยม ใช้อักขระเครื่องหมายจุลภาค “,”" ,
117- "components.input-number.hintDecimalIncorrectPeriod" : "หากต้องการเพิ่มทศนิยม ใช้อักขระจุด “.”" ,
117+ "components.input-number.hintDecimalIncorrectPeriod" : "หากต้องการเพิ่มทศนิยม ใช้อักขระเครื่องหมายจุด “.”" ,
118118 "components.input-number.hintInteger" : "ฟิลด์นี้ยอมรับค่าจำนวนเต็มเท่านั้น (ไม่ใช้ทศนิยม)" ,
119119 "components.input-search.clear" : "ล้างการค้นหา" ,
120120 "components.input-search.defaultPlaceholder" : "ค้นหา..." ,
@@ -157,23 +157,25 @@ export default {
157157 "components.pager-load-more.action" : "โหลดเพิ่มเติม" ,
158158 "components.pager-load-more.action-with-page-size" : "โหลดเพิ่ม {count} รายการ" ,
159159 "components.pager-load-more.status-loading" : "กำลังโหลดรายการเพิ่มเติม" ,
160- "components.scroll-wrapper.scroll-left" : "Scroll left " ,
161- "components.scroll-wrapper.scroll-right" : "Scroll right " ,
160+ "components.scroll-wrapper.scroll-left" : "เลื่อนไปทางซ้าย " ,
161+ "components.scroll-wrapper.scroll-right" : "เลื่อนไปทางขวา " ,
162162 "components.selection.action-max-hint" :
163163 `{count, plural,
164164 other {ปิดใช้งานเมื่อเลือกมากกว่า {countFormatted} รายการ}
165165 }` ,
166166 "components.selection.action-required-hint" : "เลือกรายการที่จะดำเนินการนี้" ,
167167 "components.selection.select-all" : "เลือกทั้งหมด" ,
168168 "components.selection.select-all-items" :
169- `{count, plural,
170- other {เลือกทั้ง {countFormatted} รายการ}
171- }` ,
169+ `{count,plural,
170+ =1{เลือกรายการ}
171+ one{เลือกทั้ง {countFormatted} รายการ}
172+ other{เลือกทั้ง {countFormatted} รายการ}
173+ }` ,
172174 "components.selection.selected" : "{count} ที่เลือกแล้ว" ,
173175 "components.selection.selected-plus" : "{count}+ ที่เลือกแล้ว" ,
174176 "components.selection-controls.label" : "การดำเนินการสำหรับการเลือก" ,
175- "components.sort.label" : "Sort " ,
176- "components.sort.text" : "Sort : {selectedItemText}" ,
177+ "components.sort.label" : "เรียงลำดับ " ,
178+ "components.sort.text" : "เรียงลำดับ : {selectedItemText}" ,
177179 "components.switch.conditions" : "ต้องตรงตามเงื่อนไข" ,
178180 "components.switch.hidden" : "ซ่อนอยู่" ,
179181 "components.switch.visible" : "มองเห็นได้" ,
@@ -210,10 +212,10 @@ export default {
210212 "components.tag-list.interactive-label" : "รายการแท็ก {count} รายการ" ,
211213 "components.tag-list.num-hidden" : "+ อีก {count} รายการ" ,
212214 "components.tag-list.role-description" :
213- `{count, plural,
214- =0 {Tag List with 0 items}
215- other {Tag List with {count} items}
216- }` ,
215+ `{count,plural,
216+ =0 {แท็กรายการที่มี 0 รายการ}
217+ one {แท็กรายการที่มี {count} รายการ}
218+ other {แท็กรายการที่มี {count} รายการ} }` ,
217219 "components.tag-list.show-less" : "แสดงน้อยลง" ,
218220 "components.tag-list.show-more-description" : "เลือกเพื่อแสดงรายการแท็กที่ซ่อนอยู่" ,
219221 "components.tag-list-item.role-description" : "แท็ก" ,
0 commit comments