hy-am.js 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var hyAm = {
  4. name: "hy-am",
  5. el: {
  6. breadcrumb: {
  7. label: "Breadcrumb"
  8. },
  9. colorpicker: {
  10. confirm: "\u053C\u0561\u0582",
  11. clear: "\u0544\u0561\u0584\u0580\u0565\u056C",
  12. defaultLabel: "color picker",
  13. description: "current color is {color}. press enter to select a new color.",
  14. alphaLabel: "pick alpha value",
  15. alphaDescription: "alpha {alpha}, current color is {color}",
  16. hueLabel: "pick hue value",
  17. hueDescription: "hue {hue}, current color is {color}",
  18. svLabel: "pick saturation and brightness value",
  19. svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
  20. predefineDescription: "select {value} as the color"
  21. },
  22. datepicker: {
  23. now: "\u0540\u056B\u0574\u0561",
  24. today: "\u0531\u0575\u057D\u0585\u0580",
  25. cancel: "\u0549\u0565\u0572\u0561\u0580\u056F\u0565\u056C",
  26. clear: "\u0544\u0561\u0584\u0580\u0565\u056C",
  27. confirm: "\u053C\u0561\u0582",
  28. dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
  29. monthTablePrompt: "Use the arrow keys and enter to select the month",
  30. yearTablePrompt: "Use the arrow keys and enter to select the year",
  31. selectedDate: "Selected date",
  32. selectDate: "\u0538\u0576\u057F\u0580\u0565\u0584 \u0561\u0574\u057D\u0561\u0569\u056B\u0582\u0568",
  33. selectTime: "\u0538\u0576\u057F\u0580\u0565\u0584 \u056A\u0561\u0574\u0561\u0576\u0561\u056F\u0568",
  34. startDate: "\u054D\u056F\u0566\u0562. \u0561\u0574\u057D\u0561\u0569\u056B\u0582\u0568",
  35. startTime: "\u054D\u056F\u0566\u0562. \u056A\u0561\u0574\u0561\u0576\u0561\u056F\u0568",
  36. endDate: "\u054E\u0565\u0580\u057B. \u0561\u0574\u057D\u0561\u0569\u056B\u057E\u0568",
  37. endTime: "\u054E\u0565\u0580\u057B. \u056A\u0561\u0574\u0561\u0576\u0561\u056F\u0568",
  38. prevYear: "\u0546\u0561\u056D\u0578\u0580\u0564 \u057F\u0561\u0580\u056B",
  39. nextYear: "\u0545\u0561\u057B\u0578\u0580\u0564 \u057F\u0561\u0580\u056B",
  40. prevMonth: "\u0546\u0561\u056D\u0578\u0580\u0564 \u0561\u0574\u056B\u057D",
  41. nextMonth: "\u0545\u0561\u057B\u0578\u0580\u0564 \u0561\u0574\u056B\u057D",
  42. year: "\u054F\u0561\u0580\u056B",
  43. month1: "\u0545\u0578\u0582\u0576\u0578\u0582\u0561\u0580",
  44. month2: "\u0553\u0565\u057F\u0580\u0578\u0582\u0561\u0580",
  45. month3: "\u0544\u0561\u0580\u057F",
  46. month4: "\u0531\u057A\u0580\u056B\u056C",
  47. month5: "\u0544\u0561\u0575\u056B\u057D",
  48. month6: "\u0545\u0578\u0582\u0576\u056B\u057D",
  49. month7: "\u0545\u0578\u0582\u056C\u056B\u057D",
  50. month8: "\u0555\u0563\u0578\u057D\u057F\u0578\u057D",
  51. month9: "\u054D\u0565\u057A\u057F\u0565\u0574\u0562\u0565\u0580",
  52. month10: "\u0545\u0578\u056F\u057F\u0565\u0574\u0562\u0565\u0580",
  53. month11: "\u0546\u0578\u0575\u0565\u0574\u0562\u0565\u0580",
  54. month12: "\u0534\u0565\u056F\u057F\u0565\u0574\u0562\u0565\u0580",
  55. weeks: {
  56. sun: "\u053F\u056B\u0580",
  57. mon: "\u0535\u0580\u056F",
  58. tue: "\u0535\u0580",
  59. wed: "\u0549\u0578\u0580",
  60. thu: "\u0540\u056B\u0576\u0563",
  61. fri: "\u0548\u0582\u0580\u0562",
  62. sat: "\u0547\u0561\u0562"
  63. },
  64. weeksFull: {
  65. sun: "Sunday",
  66. mon: "Monday",
  67. tue: "Tuesday",
  68. wed: "Wednesday",
  69. thu: "Thursday",
  70. fri: "Friday",
  71. sat: "Saturday"
  72. },
  73. months: {
  74. jan: "\u0545\u0578\u0582\u0576\u057E",
  75. feb: "\u0553\u0565\u057F",
  76. mar: "\u0544\u0561\u0580",
  77. apr: "\u0531\u057A\u0580",
  78. may: "\u0544\u0561\u0575",
  79. jun: "\u0545\u0578\u0582\u0576",
  80. jul: "\u0545\u0578\u0582\u056C",
  81. aug: "\u0555\u0563",
  82. sep: "\u054D\u0565\u057A\u057F",
  83. oct: "\u0545\u0578\u056F",
  84. nov: "\u0546\u0578\u0575",
  85. dec: "\u0534\u0565\u056F"
  86. }
  87. },
  88. inputNumber: {
  89. decrease: "decrease number",
  90. increase: "increase number"
  91. },
  92. select: {
  93. loading: "\u0532\u0565\u057C\u0576\u0578\u0582\u0574",
  94. noMatch: "\u0540\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576 \u057F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
  95. noData: "\u054F\u057E\u0575\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
  96. placeholder: "\u0538\u0576\u057F\u0580\u0565\u056C"
  97. },
  98. mention: {
  99. loading: "\u0532\u0565\u057C\u0576\u0578\u0582\u0574"
  100. },
  101. dropdown: {
  102. toggleDropdown: "Toggle Dropdown"
  103. },
  104. cascader: {
  105. noMatch: "\u0540\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576 \u057F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
  106. loading: "\u0532\u0565\u057C\u0576\u0578\u0582\u0574",
  107. placeholder: "\u0538\u0576\u057F\u0580\u0565\u056C",
  108. noData: "\u054F\u057E\u0575\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576"
  109. },
  110. pagination: {
  111. goto: "\u0531\u0576\u0581\u0576\u0565\u056C",
  112. pagesize: " \u0567\u057B\u0578\u0582\u0574",
  113. total: "\u0538\u0576\u0564\u0561\u0574\u0565\u0576\u0568 {total}",
  114. pageClassifier: "",
  115. page: "Page",
  116. prev: "Go to previous page",
  117. next: "Go to next page",
  118. currentPage: "page {pager}",
  119. prevPages: "Previous {pager} pages",
  120. nextPages: "Next {pager} pages",
  121. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  122. },
  123. dialog: {
  124. close: "Close this dialog"
  125. },
  126. drawer: {
  127. close: "Close this dialog"
  128. },
  129. messagebox: {
  130. title: "\u0540\u0561\u0572\u0578\u0580\u0564\u0561\u0563\u0580\u0578\u0582\u0569\u056B\u0582\u0576",
  131. confirm: "\u053C\u0561\u0582",
  132. cancel: "\u0549\u0565\u0572\u0561\u0580\u056F\u0565\u056C",
  133. error: "\u0531\u0576\u057E\u0561\u0582\u0565\u0580 \u057F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580\u056B \u0574\u0578\u0582\u057F\u0584",
  134. close: "Close this dialog"
  135. },
  136. upload: {
  137. deleteTip: "\u054D\u0565\u0572\u0574\u0565\u0584 [\u054B\u0576\u057B\u0565\u056C] \u057B\u0576\u057B\u0565\u056C\u0578\u0582 \u0570\u0561\u0574\u0561\u0580",
  138. delete: "\u054B\u0576\u057B\u0565\u056C",
  139. preview: "\u0546\u0561\u056D\u0561\u0564\u056B\u057F\u0578\u0582\u0574",
  140. continue: "\u0547\u0561\u0580\u0578\u0582\u0576\u0561\u056F\u0565\u056C"
  141. },
  142. slider: {
  143. defaultLabel: "slider between {min} and {max}",
  144. defaultRangeStartLabel: "pick start value",
  145. defaultRangeEndLabel: "pick end value"
  146. },
  147. table: {
  148. emptyText: "\u054F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
  149. confirmFilter: "\u0545\u0561\u057D\u057F\u0561\u057F\u0565\u056C",
  150. resetFilter: "\u054E\u0565\u0580\u0561\u0563\u0578\u0580\u056E\u0561\u0580\u056F\u0565\u056C",
  151. clearFilter: "\u0532\u0578\u056C\u0578\u0580\u0568",
  152. sumText: "\u0533\u0578\u0582\u0574\u0561\u0580\u0568"
  153. },
  154. tour: {
  155. next: "Next",
  156. previous: "Previous",
  157. finish: "Finish",
  158. close: "Close this dialog"
  159. },
  160. tree: {
  161. emptyText: "\u054F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576"
  162. },
  163. transfer: {
  164. noMatch: "\u0540\u0561\u0574\u0561\u057A\u0561\u057F\u0561\u057D\u056D\u0561\u0576 \u057F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
  165. noData: "\u054F\u0578\u0582\u0565\u0561\u056C\u0576\u0565\u0580 \u0579\u056F\u0561\u0576",
  166. titles: ["\u0551\u0578\u0582\u0581\u0561\u056F 1", "\u0551\u0578\u0582\u0581\u0561\u056F 2"],
  167. filterPlaceholder: "\u0544\u0578\u0582\u057F\u0584\u0561\u0563\u0580\u0565\u0584 \u0562\u0561\u0576\u0561\u056C\u056B \u0562\u0561\u057C",
  168. noCheckedFormat: "{total} \u0574\u056B\u0561\u0582\u0578\u0580",
  169. hasCheckedFormat: "{checked}/{total} \u0568\u0576\u057F\u0580\u0578\u0582\u0561\u056E \u0567"
  170. },
  171. image: {
  172. error: "FAILED"
  173. },
  174. pageHeader: {
  175. title: "Back"
  176. },
  177. popconfirm: {
  178. confirmButtonText: "Yes",
  179. cancelButtonText: "No"
  180. },
  181. carousel: {
  182. leftArrow: "Carousel arrow left",
  183. rightArrow: "Carousel arrow right",
  184. indicator: "Carousel switch to index {index}"
  185. }
  186. }
  187. };
  188. exports["default"] = hyAm;
  189. //# sourceMappingURL=hy-am.js.map