eu.mjs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. var eu = {
  2. name: "eu",
  3. el: {
  4. breadcrumb: {
  5. label: "Breadcrumb"
  6. },
  7. colorpicker: {
  8. confirm: "Ados",
  9. clear: "Garbitu",
  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: "Orain",
  22. today: "Gaur",
  23. cancel: "Utzi",
  24. clear: "Garbitu",
  25. confirm: "Ados",
  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: "Hautatu data",
  31. selectTime: "Hautatu ordua",
  32. startDate: "Hasierako data",
  33. startTime: "Hasierako ordua",
  34. endDate: "Amaierako data",
  35. endTime: "Amaierako ordua",
  36. prevYear: "Aurreko urtea",
  37. nextYear: "Hurrengo urtea",
  38. prevMonth: "Aurreko hilabetea",
  39. nextMonth: "Hurrengo hilabetea",
  40. year: "",
  41. month1: "Urtarrila",
  42. month2: "Otsaila",
  43. month3: "Martxoa",
  44. month4: "Apirila",
  45. month5: "Maiatza",
  46. month6: "Ekaina",
  47. month7: "Uztaila",
  48. month8: "Abuztua",
  49. month9: "Iraila",
  50. month10: "Urria",
  51. month11: "Azaroa",
  52. month12: "Abendua",
  53. weeks: {
  54. sun: "ig.",
  55. mon: "al.",
  56. tue: "ar.",
  57. wed: "az.",
  58. thu: "og.",
  59. fri: "ol.",
  60. sat: "lr."
  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: "urt",
  73. feb: "ots",
  74. mar: "mar",
  75. apr: "api",
  76. may: "mai",
  77. jun: "eka",
  78. jul: "uzt",
  79. aug: "abu",
  80. sep: "ira",
  81. oct: "urr",
  82. nov: "aza",
  83. dec: "abe"
  84. }
  85. },
  86. inputNumber: {
  87. decrease: "decrease number",
  88. increase: "increase number"
  89. },
  90. select: {
  91. loading: "Kargatzen",
  92. noMatch: "Bat datorren daturik ez",
  93. noData: "Daturik ez",
  94. placeholder: "Hautatu"
  95. },
  96. mention: {
  97. loading: "Kargatzen"
  98. },
  99. dropdown: {
  100. toggleDropdown: "Toggle Dropdown"
  101. },
  102. cascader: {
  103. noMatch: "Bat datorren daturik ez",
  104. loading: "Kargatzen",
  105. placeholder: "Hautatu",
  106. noData: "Daturik ez"
  107. },
  108. pagination: {
  109. goto: "Joan",
  110. pagesize: "/orria",
  111. total: "Guztira {total}",
  112. pageClassifier: "",
  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: "Mezua",
  129. confirm: "Ados",
  130. cancel: "Utzi",
  131. error: "Sarrera baliogabea",
  132. close: "Close this dialog"
  133. },
  134. upload: {
  135. deleteTip: "sakatu Ezabatu kentzeko",
  136. delete: "Ezabatu",
  137. preview: "Aurrebista",
  138. continue: "Jarraitu"
  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: "Daturik ez",
  147. confirmFilter: "Baieztatu",
  148. resetFilter: "Berrezarri",
  149. clearFilter: "Guztia",
  150. sumText: "Batura",
  151. selectAllLabel: "Select all rows",
  152. selectRowLabel: "Select this row",
  153. expandRowLabel: "Expand this row",
  154. collapseRowLabel: "Collapse this row",
  155. sortLabel: "Sort by {column}",
  156. filterLabel: "Filter by {column}"
  157. },
  158. tag: {
  159. close: "Close this tag"
  160. },
  161. tour: {
  162. next: "Hurrengoa",
  163. previous: "Aurrekoa",
  164. finish: "Bukatu",
  165. close: "Close this dialog"
  166. },
  167. tree: {
  168. emptyText: "Daturik ez"
  169. },
  170. transfer: {
  171. noMatch: "Bat datorren daturik ez",
  172. noData: "Daturik ez",
  173. titles: ["Zerrenda 1", "Zerrenda 2"],
  174. filterPlaceholder: "Sartu gako-hitza",
  175. noCheckedFormat: "{total} elementu",
  176. hasCheckedFormat: "{checked}/{total} hautatuta"
  177. },
  178. image: {
  179. error: "FAILED"
  180. },
  181. pageHeader: {
  182. title: "Back"
  183. },
  184. popconfirm: {
  185. confirmButtonText: "Yes",
  186. cancelButtonText: "No"
  187. },
  188. carousel: {
  189. leftArrow: "Carousel arrow left",
  190. rightArrow: "Carousel arrow right",
  191. indicator: "Carousel switch to index {index}"
  192. }
  193. }
  194. };
  195. export { eu as default };
  196. //# sourceMappingURL=eu.mjs.map