eo.js 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var eo = {
  4. name: "eo",
  5. el: {
  6. breadcrumb: {
  7. label: "Breadcrumb"
  8. },
  9. colorpicker: {
  10. confirm: "Bone",
  11. clear: "Malplenigi",
  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: "Nun",
  24. today: "Hodia\u016D",
  25. cancel: "Nuligi",
  26. clear: "Malplenigi",
  27. confirm: "Bone",
  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: "Elektu daton",
  33. selectTime: "Elektu horon",
  34. startDate: "Komenca Dato",
  35. startTime: "Komenca Horo",
  36. endDate: "Fina Dato",
  37. endTime: "Fina Horo",
  38. prevYear: "Anta\u016Da Jaro",
  39. nextYear: "Sekva Jaro",
  40. prevMonth: "Anta\u016Da Monato",
  41. nextMonth: "Sekva Monato",
  42. year: "Jaro",
  43. month1: "Januaro",
  44. month2: "Februaro",
  45. month3: "Marto",
  46. month4: "Aprilo",
  47. month5: "Majo",
  48. month6: "Junio",
  49. month7: "Julio",
  50. month8: "A\u016Dgusto",
  51. month9: "Septembro",
  52. month10: "Oktobro",
  53. month11: "Novembro",
  54. month12: "Decembro",
  55. weeks: {
  56. sun: "Dim",
  57. mon: "Lun",
  58. tue: "Mar",
  59. wed: "Mer",
  60. thu: "\u0134a\u016D",
  61. fri: "Ven",
  62. sat: "Sab"
  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: "Jan",
  75. feb: "Feb",
  76. mar: "Mar",
  77. apr: "Apr",
  78. may: "Maj",
  79. jun: "Jun",
  80. jul: "Jul",
  81. aug: "A\u016Dg",
  82. sep: "Sep",
  83. oct: "Okt",
  84. nov: "Nov",
  85. dec: "Dec"
  86. }
  87. },
  88. inputNumber: {
  89. decrease: "decrease number",
  90. increase: "increase number"
  91. },
  92. select: {
  93. loading: "\u015Car\u011Dante",
  94. noMatch: "Neniuj kongruaj datumoj",
  95. noData: "Neniuj datumoj",
  96. placeholder: "Bonvolu elekti"
  97. },
  98. mention: {
  99. loading: "\u015Car\u011Dante"
  100. },
  101. dropdown: {
  102. toggleDropdown: "Toggle Dropdown"
  103. },
  104. cascader: {
  105. noMatch: "Neniuj kongruaj datumoj",
  106. loading: "\u015Car\u011Dante",
  107. placeholder: "Bonvolu elekti",
  108. noData: "Neniuj datumoj"
  109. },
  110. pagination: {
  111. goto: "Iru al",
  112. pagesize: "/ pa\u011Do",
  113. total: "Entute {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: "Mesa\u011Do",
  131. confirm: "Bone",
  132. cancel: "Nuligi",
  133. error: "Nevalida Enigo!",
  134. close: "Close this dialog"
  135. },
  136. upload: {
  137. deleteTip: 'Premu "Delete" por forigi',
  138. delete: "Forigi",
  139. preview: "Anta\u016Drigardi",
  140. continue: "Da\u016Drigi"
  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: "Neniuj datumoj",
  149. confirmFilter: "Konfirmi",
  150. resetFilter: "Restarigi",
  151. clearFilter: "\u0108iuj",
  152. sumText: "Sumo"
  153. },
  154. tour: {
  155. next: "Next",
  156. previous: "Previous",
  157. finish: "Finish",
  158. close: "Close this dialog"
  159. },
  160. tree: {
  161. emptyText: "Neniuj datumoj"
  162. },
  163. transfer: {
  164. noMatch: "Neniuj kongruaj datumoj",
  165. noData: "Neniuj datumoj",
  166. titles: ["Listo 1", "Listo 2"],
  167. filterPlaceholder: "Enigu \u015Dlosilvorton",
  168. noCheckedFormat: "{total} elementoj",
  169. hasCheckedFormat: "{checked}/{total} elektitaj"
  170. },
  171. image: {
  172. error: "MALSUKCESIS"
  173. },
  174. pageHeader: {
  175. title: "Reen"
  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"] = eo;
  189. //# sourceMappingURL=eo.js.map