mn.js 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183
  1. Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
  2. //#region ../../packages/locale/lang/mn.ts
  3. var mn_default = {
  4. name: "mn",
  5. el: {
  6. breadcrumb: { label: "Breadcrumb" },
  7. colorpicker: {
  8. confirm: "Тийм",
  9. clear: "Цэвэрлэх",
  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: "Одоо",
  22. today: "Өнөөдөр",
  23. cancel: "Болих",
  24. clear: "Цэвэрлэх",
  25. confirm: "Тийм",
  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: "Огноог сонго",
  31. selectTime: "Цагийг сонго",
  32. startDate: "Эхлэх огноо",
  33. startTime: "Эхлэх цаг",
  34. endDate: "Дуусах огноо",
  35. endTime: "Дуусах цаг",
  36. prevYear: "Өмнөх жил",
  37. nextYear: "Дараа жил",
  38. prevMonth: "Өмнөх сар",
  39. nextMonth: "Дараа сар",
  40. year: "он",
  41. month1: "1 сар",
  42. month2: "2 сар",
  43. month3: "3 сар",
  44. month4: "4 сар",
  45. month5: "5 сар",
  46. month6: "6 сар",
  47. month7: "7 сар",
  48. month8: "8 сар",
  49. month9: "9 сар",
  50. month10: "10 сар",
  51. month11: "11 сар",
  52. month12: "12 сар",
  53. weeks: {
  54. sun: "Ням",
  55. mon: "Дав",
  56. tue: "Мяг",
  57. wed: "Лха",
  58. thu: "Пүр",
  59. fri: "Баа",
  60. sat: "Бям"
  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 сар",
  73. feb: "2 сар",
  74. mar: "3 сар",
  75. apr: "4 сар",
  76. may: "5 сар",
  77. jun: "6 сар",
  78. jul: "7 сар",
  79. aug: "8 сар",
  80. sep: "9 сар",
  81. oct: "10 сар",
  82. nov: "11 сар",
  83. dec: "12 сар"
  84. }
  85. },
  86. inputNumber: {
  87. decrease: "decrease number",
  88. increase: "increase number"
  89. },
  90. select: {
  91. loading: "Ачаалж байна",
  92. noMatch: "Тохирох өгөгдөл байхгүй",
  93. noData: "Өгөгдөл байхгүй",
  94. placeholder: "Сонгох"
  95. },
  96. mention: { loading: "Ачаалж байна" },
  97. dropdown: { toggleDropdown: "Toggle Dropdown" },
  98. cascader: {
  99. noMatch: "Тохирох өгөгдөл байхгүй",
  100. loading: "Ачаалж байна",
  101. placeholder: "Сонгох",
  102. noData: "Өгөгдөл байхгүй"
  103. },
  104. pagination: {
  105. goto: "Очих",
  106. pagesize: "/хуудас",
  107. total: "Нийт {total}",
  108. pageClassifier: "",
  109. page: "Page",
  110. prev: "Go to previous page",
  111. next: "Go to next page",
  112. currentPage: "page {pager}",
  113. prevPages: "Previous {pager} pages",
  114. nextPages: "Next {pager} pages",
  115. deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
  116. },
  117. dialog: { close: "Close this dialog" },
  118. drawer: { close: "Close this dialog" },
  119. messagebox: {
  120. title: "Зурвас",
  121. confirm: "Тийм",
  122. cancel: "Болих",
  123. error: "Буруу утга",
  124. close: "Close this dialog"
  125. },
  126. upload: {
  127. deleteTip: "Устгахын дарж арилга",
  128. delete: "Устгах",
  129. preview: "Өмнөх",
  130. continue: "Үргэлжлүүлэх"
  131. },
  132. slider: {
  133. defaultLabel: "slider between {min} and {max}",
  134. defaultRangeStartLabel: "pick start value",
  135. defaultRangeEndLabel: "pick end value"
  136. },
  137. table: {
  138. emptyText: "Өгөгдөл байхгүй",
  139. confirmFilter: "Зөвшөөрөх",
  140. resetFilter: "Цэвэрлэх",
  141. clearFilter: "Бүгд",
  142. sumText: "Нийт",
  143. selectAllLabel: "Select all rows",
  144. selectRowLabel: "Select this row",
  145. expandRowLabel: "Expand this row",
  146. collapseRowLabel: "Collapse this row",
  147. sortLabel: "Sort by {column}",
  148. filterLabel: "Filter by {column}"
  149. },
  150. tag: { close: "Close this tag" },
  151. tour: {
  152. next: "Next",
  153. previous: "Previous",
  154. finish: "Finish",
  155. close: "Close this dialog"
  156. },
  157. tree: { emptyText: "Өгөгдөл байхгүй" },
  158. transfer: {
  159. noMatch: "Тохирох өгөгдөл байхгүй",
  160. noData: "Өгөгдөл байхгүй",
  161. titles: ["Жагсаалт 1", "Жагсаалт 2"],
  162. filterPlaceholder: "Утга оруул",
  163. noCheckedFormat: "{total} өгөгдөл",
  164. hasCheckedFormat: "{checked}/{total} сонгосон"
  165. },
  166. image: { error: "FAILED" },
  167. pageHeader: { title: "Back" },
  168. popconfirm: {
  169. confirmButtonText: "Yes",
  170. cancelButtonText: "No"
  171. },
  172. carousel: {
  173. leftArrow: "Carousel arrow left",
  174. rightArrow: "Carousel arrow right",
  175. indicator: "Carousel switch to index {index}"
  176. }
  177. }
  178. };
  179. //#endregion
  180. exports.default = mn_default;
  181. //# sourceMappingURL=mn.js.map