智慧水务管理系统 - 精河县供水工程综合管理平台

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. Object.defineProperties(exports, {
  2. __esModule: { value: true },
  3. [Symbol.toStringTag]: { value: "Module" }
  4. });
  5. //#region ../../packages/locale/lang/th.ts
  6. var th_default = {
  7. name: "th",
  8. el: {
  9. breadcrumb: { label: "Breadcrumb" },
  10. colorpicker: {
  11. confirm: "ตกลง",
  12. clear: "ล้างข้อมูล",
  13. defaultLabel: "color picker",
  14. description: "current color is {color}. press enter to select a new color.",
  15. alphaLabel: "pick alpha value",
  16. alphaDescription: "alpha {alpha}, current color is {color}",
  17. hueLabel: "pick hue value",
  18. hueDescription: "hue {hue}, current color is {color}",
  19. svLabel: "pick saturation and brightness value",
  20. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  21. predefineDescription: "select {value} as the color"
  22. },
  23. datepicker: {
  24. now: "ตอนนี้",
  25. today: "วันนี้",
  26. cancel: "ยกเลิก",
  27. clear: "ล้างข้อมูล",
  28. confirm: "ตกลง",
  29. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  30. monthTablePrompt: "Use the arrow keys and enter to select the month",
  31. yearTablePrompt: "Use the arrow keys and enter to select the year",
  32. selectedDate: "Selected date",
  33. selectDate: "เลือกวันที่",
  34. selectTime: "เลือกเวลา",
  35. startDate: "วันที่เริ่มต้น",
  36. startTime: "เวลาเริ่มต้น",
  37. endDate: "วันที่สิ้นสุด",
  38. endTime: "เวลาสิ้นสุด",
  39. prevYear: "ปีก่อนหน้า",
  40. nextYear: "ปีถัดไป",
  41. prevMonth: "เดือนก่อนหน้า",
  42. nextMonth: "เดือนถัดไป",
  43. year: "ปี",
  44. month1: "มกราคม",
  45. month2: "กุมภาพันธ์",
  46. month3: "มีนาคม",
  47. month4: "เมษายน",
  48. month5: "พฤษภาคม",
  49. month6: "มิถุนายน",
  50. month7: "กรกฎาคม",
  51. month8: "สิงหาคม",
  52. month9: "กันยายน",
  53. month10: "ตุลาคม",
  54. month11: "พฤศจิกายน",
  55. month12: "ธันวาคม",
  56. weeks: {
  57. sun: "อา",
  58. mon: "จ",
  59. tue: "อ",
  60. wed: "พ",
  61. thu: "พฤ",
  62. fri: "ศ",
  63. sat: "ส"
  64. },
  65. weeksFull: {
  66. sun: "Sunday",
  67. mon: "Monday",
  68. tue: "Tuesday",
  69. wed: "Wednesday",
  70. thu: "Thursday",
  71. fri: "Friday",
  72. sat: "Saturday"
  73. },
  74. months: {
  75. jan: "ม.ค.",
  76. feb: "ก.พ.",
  77. mar: "มี.ค.",
  78. apr: "เม.ย.",
  79. may: "พ.ค.",
  80. jun: "มิ.ย.",
  81. jul: "ก.ค.",
  82. aug: "ส.ค.",
  83. sep: "ก.ย.",
  84. oct: "ต.ค.",
  85. nov: "พ.ย.",
  86. dec: "ธ.ค."
  87. }
  88. },
  89. inputNumber: {
  90. decrease: "decrease number",
  91. increase: "increase number"
  92. },
  93. select: {
  94. loading: "กำลังโหลด",
  95. noMatch: "ไม่พบข้อมูลที่ตรงกัน",
  96. noData: "ไม่พบข้อมูล",
  97. placeholder: "เลือก"
  98. },
  99. mention: { loading: "กำลังโหลด" },
  100. dropdown: { toggleDropdown: "Toggle Dropdown" },
  101. cascader: {
  102. noMatch: "ไม่พบข้อมูลที่ตรงกัน",
  103. loading: "กำลังโหลด",
  104. placeholder: "เลือก",
  105. noData: "ไม่พบข้อมูล"
  106. },
  107. pagination: {
  108. goto: "ไปที่",
  109. pagesize: "/หน้า",
  110. total: "ทั้งหมด {total}",
  111. pageClassifier: "",
  112. page: "Page",
  113. prev: "Go to previous page",
  114. next: "Go to next page",
  115. currentPage: "page {pager}",
  116. prevPages: "Previous {pager} pages",
  117. nextPages: "Next {pager} pages",
  118. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  119. },
  120. dialog: { close: "Close this dialog" },
  121. drawer: { close: "Close this dialog" },
  122. messagebox: {
  123. title: "ข้อความ",
  124. confirm: "ตกลง",
  125. cancel: "ยกเลิก",
  126. error: "คุณป้อนข้อมูลไม่ถูกต้อง",
  127. close: "Close this dialog"
  128. },
  129. upload: {
  130. deleteTip: "กดปุ่ม \"ลบ\" เพื่อลบออก",
  131. delete: "ลบ",
  132. preview: "ตัวอย่าง",
  133. continue: "ทำต่อ"
  134. },
  135. slider: {
  136. defaultLabel: "slider between {min} and {max}",
  137. defaultRangeStartLabel: "pick start value",
  138. defaultRangeEndLabel: "pick end value"
  139. },
  140. table: {
  141. emptyText: "ไม่พบข้อมูล",
  142. confirmFilter: "ยืนยัน",
  143. resetFilter: "รีเซ็ต",
  144. clearFilter: "ทั้งหมด",
  145. sumText: "รวม",
  146. selectAllLabel: "Select all rows",
  147. selectRowLabel: "Select this row",
  148. expandRowLabel: "Expand this row",
  149. collapseRowLabel: "Collapse this row",
  150. sortLabel: "Sort by {column}",
  151. filterLabel: "Filter by {column}"
  152. },
  153. tag: { close: "Close this tag" },
  154. tour: {
  155. next: "ถัดไป",
  156. previous: "ย้อนกลับ",
  157. finish: "เสร็จสิ้น",
  158. close: "Close this dialog"
  159. },
  160. tree: { emptyText: "ไม่พบข้อมูล" },
  161. transfer: {
  162. noMatch: "ไม่พบข้อมูลที่ตรงกัน",
  163. noData: "ไม่พบข้อมูล",
  164. titles: ["List 1", "List 2"],
  165. filterPlaceholder: "กรอกคีย์เวิร์ด",
  166. noCheckedFormat: "{total} items",
  167. hasCheckedFormat: "{checked}/{total} checked"
  168. },
  169. image: { error: "FAILED" },
  170. pageHeader: { title: "ย้อนกลับ" },
  171. popconfirm: {
  172. confirmButtonText: "Yes",
  173. cancelButtonText: "No"
  174. },
  175. carousel: {
  176. leftArrow: "Carousel arrow left",
  177. rightArrow: "Carousel arrow right",
  178. indicator: "Carousel switch to index {index}"
  179. },
  180. inputOTP: {
  181. groupLabel: "OTP Input",
  182. defaultLabel: "Please enter OTP character {index}"
  183. }
  184. }
  185. };
  186. //#endregion
  187. exports.default = th_default;
  188. //# sourceMappingURL=th.js.map