ug-cn.mjs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. var ugCn = {
  2. name: "ug-cn",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "\u062C\u06D5\u0632\u0645\u0644\u06D5\u0634",
  9. clear: "\u0642\u06C7\u0631\u06C7\u0642\u062F\u0627\u0634",
  10. defaultLabel: "color picker",
  11. description: "current color is {color}. press enter to select a new color.",
  12. alphaLabel: "pick alpha value",
  13. alphaDescription: "alpha {alpha}, current color is {color}",
  14. hueLabel: "pick hue value",
  15. hueDescription: "hue {hue}, current color is {color}",
  16. svLabel: "pick saturation and brightness value",
  17. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  18. predefineDescription: "select {value} as the color"
  19. },
  20. datepicker: {
  21. now: "\u06BE\u0627\u0632\u0649\u0631\u0642\u0649 \u06CB\u0627\u0642\u0649\u062A",
  22. today: "\u0628\u06C8\u06AF\u06C8\u0646",
  23. cancel: "\u0628\u0649\u0643\u0627\u0631 \u0642\u0649\u0644\u0649\u0634",
  24. clear: "\u0642\u06C7\u0631\u06C7\u0642\u062F\u0627\u0634",
  25. confirm: "\u062C\u06D5\u0632\u0645\u0644\u06D5\u0634",
  26. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  27. monthTablePrompt: "Use the arrow keys and enter to select the month",
  28. yearTablePrompt: "Use the arrow keys and enter to select the year",
  29. selectedDate: "Selected date",
  30. selectDate: "\u0686\u0649\u0633\u0644\u0627 \u062A\u0627\u0644\u0644\u0627\u06AD",
  31. selectTime: "\u06CB\u0627\u0642\u0649\u062A \u062A\u0627\u0644\u0644\u0627\u06AD",
  32. startDate: "\u0628\u0627\u0634\u0644\u0627\u0646\u063A\u0627\u0646 \u0686\u0649\u0633\u0644\u0627",
  33. startTime: "\u0628\u0627\u0634\u0644\u0627\u0646\u063A\u0627\u0646 \u06CB\u0627\u0642\u0649\u062A",
  34. endDate: "\u0626\u0627\u062E\u0649\u0631\u0644\u0627\u0634\u0642\u0627\u0646 \u0686\u0649\u0633\u0644\u0627",
  35. endTime: "\u0626\u0627\u062E\u0649\u0631\u0644\u0627\u0634\u0642\u0627\u0646 \u06CB\u0627\u0642\u0649\u062A",
  36. prevYear: "\u0626\u0627\u0644\u062F\u0649\u0646\u0642\u0649 \u064A\u0649\u0644",
  37. nextYear: "\u0643\u0649\u064A\u0649\u0646\u0643\u0649 \u064A\u0649\u0644",
  38. prevMonth: "\u0626\u0627\u0644\u062F\u0649\u0646\u0642\u0649 \u0626\u0627\u064A",
  39. nextMonth: "\u0643\u0649\u064A\u0649\u0646\u0643\u0649 \u0626\u0627\u064A",
  40. year: "- \u064A\u0649\u0644",
  41. month1: "1-\u0626\u0627\u064A",
  42. month2: "2-\u0626\u0627\u064A",
  43. month3: "3-\u0626\u0627\u064A",
  44. month4: "4-\u0626\u0627\u064A",
  45. month5: "5-\u0626\u0627\u064A",
  46. month6: "6-\u0626\u0627\u064A",
  47. month7: "7-\u0626\u0627\u064A",
  48. month8: "8-\u0626\u0627\u064A",
  49. month9: "9-\u0626\u0627\u064A",
  50. month10: "10-\u0626\u0627\u064A",
  51. month11: "11-\u0626\u0627\u064A",
  52. month12: "12-\u0626\u0627\u064A",
  53. weeks: {
  54. sun: "\u064A\u06D5\u0643\u0634\u06D5\u0646\u0628\u06D5",
  55. mon: "\u062F\u06C8\u0634\u06D5\u0646\u0628\u06D5",
  56. tue: "\u0633\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5",
  57. wed: "\u0686\u0627\u0631\u0634\u06D5\u0646\u0628\u06D5",
  58. thu: "\u067E\u06D5\u064A\u0634\u06D5\u0646\u0628\u06D5",
  59. fri: "\u062C\u06C8\u0645\u06D5",
  60. sat: "\u0634\u06D5\u0646\u0628\u06D5"
  61. },
  62. weeksFull: {
  63. sun: "Sunday",
  64. mon: "Monday",
  65. tue: "Tuesday",
  66. wed: "Wednesday",
  67. thu: "Thursday",
  68. fri: "Friday",
  69. sat: "Saturday"
  70. },
  71. months: {
  72. jan: "1-\u0626\u0627\u064A",
  73. feb: "2-\u0626\u0627\u064A",
  74. mar: "3-\u0626\u0627\u064A",
  75. apr: "4-\u0626\u0627\u064A",
  76. may: "5-\u0626\u0627\u064A",
  77. jun: "6-\u0626\u0627\u064A",
  78. jul: "7-\u0626\u0627\u064A",
  79. aug: "8-\u0626\u0627\u064A",
  80. sep: "9-\u0626\u0627\u064A",
  81. oct: "10-\u0626\u0627\u064A",
  82. nov: "11-\u0626\u0627\u064A",
  83. dec: "12-\u0626\u0627\u064A"
  84. }
  85. },
  86. inputNumber: {
  87. decrease: "decrease number",
  88. increase: "increase number"
  89. },
  90. select: {
  91. loading: "\u064A\u06C8\u0643\u0644\u0649\u0646\u0649\u06CB\u0627\u062A\u0649\u062F\u06C7",
  92. noMatch: "\u0626\u06C7\u0686\u06C7\u0631 \u062A\u06D0\u067E\u0649\u0644\u0645\u0649\u062F\u0649",
  93. noData: "\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642",
  94. placeholder: "\u062A\u0627\u0644\u0644\u0627\u06AD"
  95. },
  96. mention: {
  97. loading: "\u064A\u06C8\u0643\u0644\u0649\u0646\u0649\u06CB\u0627\u062A\u0649\u062F\u06C7"
  98. },
  99. dropdown: {
  100. toggleDropdown: "Toggle Dropdown"
  101. },
  102. cascader: {
  103. noMatch: "\u0626\u06C7\u0686\u06C7\u0631 \u062A\u06D0\u067E\u0649\u0644\u0645\u0649\u062F\u0649",
  104. loading: "\u064A\u06C8\u0643\u0644\u0649\u0646\u0649\u06CB\u0627\u062A\u0649\u062F\u06C7",
  105. placeholder: "\u062A\u0627\u0644\u0644\u0627\u06AD",
  106. noData: "\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642"
  107. },
  108. pagination: {
  109. goto: "\u0643\u0649\u064A\u0649\u0646\u0643\u0649 \u0628\u06D5\u062A",
  110. pagesize: "\u062A\u0627\u0644/\u0628\u06D5\u062A",
  111. total: "\u062C\u06D5\u0645\u0626\u0649\u064A {total} \u062A\u0627\u0644",
  112. pageClassifier: "\u0628\u06D5\u062A",
  113. page: "Page",
  114. prev: "Go to previous page",
  115. next: "Go to next page",
  116. currentPage: "page {pager}",
  117. prevPages: "Previous {pager} pages",
  118. nextPages: "Next {pager} pages",
  119. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  120. },
  121. dialog: {
  122. close: "Close this dialog"
  123. },
  124. drawer: {
  125. close: "Close this dialog"
  126. },
  127. messagebox: {
  128. title: "\u0626\u06D5\u0633\u0643\u06D5\u0631\u062A\u0649\u0634",
  129. confirm: "\u062C\u06D5\u0632\u0645\u0644\u06D5\u0634",
  130. cancel: "\u0628\u0649\u0643\u0627\u0631 \u0642\u0649\u0644\u0649\u0634",
  131. error: "\u0643\u0649\u0631\u06AF\u06C8\u0632\u06AF\u06D5\u0646 \u0626\u06C7\u0686\u06C7\u0631\u0649\u06AD\u0649\u0632\u062F\u0627 \u062E\u0627\u062A\u0627\u0644\u0649\u0642 \u0628\u0627\u0631!",
  132. close: "Close this dialog"
  133. },
  134. upload: {
  135. deleteTip: "delete \u0643\u06C7\u0646\u067E\u0643\u0649\u0633\u0649\u0646\u0649 \u0628\u06D0\u0633\u0649\u067E \u0626\u06C6\u0686\u06C8\u0631\u06D5\u0644\u06D5\u064A\u0633\u0649\u0632",
  136. delete: "\u0626\u06C6\u0686\u06C8\u0631\u06C8\u0634",
  137. preview: "\u0631\u06D5\u0633\u0649\u0645\u0646\u0649 \u0643\u06C6\u0631\u06C8\u0634",
  138. continue: "\u0631\u06D5\u0633\u0649\u0645 \u064A\u0648\u0644\u0644\u0627\u0634"
  139. },
  140. slider: {
  141. defaultLabel: "slider between {min} and {max}",
  142. defaultRangeStartLabel: "pick start value",
  143. defaultRangeEndLabel: "pick end value"
  144. },
  145. table: {
  146. emptyText: "\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642",
  147. confirmFilter: "\u0633\u06C8\u0632\u06AF\u06C8\u0686",
  148. resetFilter: "\u0642\u0627\u064A\u062A\u0627 \u062A\u0648\u0644\u062F\u06C7\u0631\u06C7\u0634",
  149. clearFilter: "\u06BE\u06D5\u0645\u0645\u06D5",
  150. sumText: "\u062C\u06D5\u0645\u0626\u0649\u064A"
  151. },
  152. tour: {
  153. next: "Next",
  154. previous: "Previous",
  155. finish: "Finish",
  156. close: "Close this dialog"
  157. },
  158. tree: {
  159. emptyText: "\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642"
  160. },
  161. transfer: {
  162. noMatch: "\u0626\u06C7\u0686\u06C7\u0631 \u062A\u06D0\u067E\u0649\u0644\u0645\u0649\u062F\u0649",
  163. noData: "\u0626\u06C7\u0686\u06C7\u0631 \u064A\u0648\u0642",
  164. titles: ["\u062C\u06D5\u062F\u06CB\u06D5\u0644 1", "\u062C\u06D5\u062F\u06CB\u06D5\u0644 2"],
  165. filterPlaceholder: "\u0626\u0649\u0632\u062F\u0649\u0645\u06D5\u0643\u0686\u0649 \u0628\u0648\u0644\u063A\u0627\u0646 \u0645\u06D5\u0632\u0645\u06C7\u0646\u0646\u0649 \u0643\u0649\u0631\u06AF\u06C8\u0632\u06C8\u06AD",
  166. noCheckedFormat: "\u062C\u06D5\u0645\u0626\u0649\u064A {total} \u062A\u06C8\u0631",
  167. hasCheckedFormat: "\u062A\u0627\u0644\u0644\u0627\u0646\u063A\u0649\u0646\u0649 {checked}/{total} \u062A\u06C8\u0631"
  168. },
  169. image: {
  170. error: "FAILED"
  171. },
  172. pageHeader: {
  173. title: "Back"
  174. },
  175. popconfirm: {
  176. confirmButtonText: "Yes",
  177. cancelButtonText: "No"
  178. },
  179. carousel: {
  180. leftArrow: "Carousel arrow left",
  181. rightArrow: "Carousel arrow right",
  182. indicator: "Carousel switch to index {index}"
  183. }
  184. }
  185. };
  186. export { ugCn as default };
  187. //# sourceMappingURL=ug-cn.mjs.map