eu.js 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  1. /*! Element Plus v2.9.1 */
  2. (function (global, factory) {
  3. typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
  4. typeof define === 'function' && define.amd ? define(factory) :
  5. (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocaleEu = factory());
  6. })(this, (function () { 'use strict';
  7. var eu = {
  8. name: "eu",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "Ados",
  15. clear: "Garbitu"
  16. },
  17. datepicker: {
  18. now: "Orain",
  19. today: "Gaur",
  20. cancel: "Utzi",
  21. clear: "Garbitu",
  22. confirm: "Ados",
  23. selectDate: "Hautatu data",
  24. selectTime: "Hautatu ordua",
  25. startDate: "Hasierako data",
  26. startTime: "Hasierako ordua",
  27. endDate: "Amaierako data",
  28. endTime: "Amaierako ordua",
  29. prevYear: "Aurreko urtea",
  30. nextYear: "Hurrengo urtea",
  31. prevMonth: "Aurreko hilabetea",
  32. nextMonth: "Hurrengo hilabetea",
  33. year: "",
  34. month1: "Urtarrila",
  35. month2: "Otsaila",
  36. month3: "Martxoa",
  37. month4: "Apirila",
  38. month5: "Maiatza",
  39. month6: "Ekaina",
  40. month7: "Uztaila",
  41. month8: "Abuztua",
  42. month9: "Iraila",
  43. month10: "Urria",
  44. month11: "Azaroa",
  45. month12: "Abendua",
  46. weeks: {
  47. sun: "ig.",
  48. mon: "al.",
  49. tue: "ar.",
  50. wed: "az.",
  51. thu: "og.",
  52. fri: "ol.",
  53. sat: "lr."
  54. },
  55. months: {
  56. jan: "urt",
  57. feb: "ots",
  58. mar: "mar",
  59. apr: "api",
  60. may: "mai",
  61. jun: "eka",
  62. jul: "uzt",
  63. aug: "abu",
  64. sep: "ira",
  65. oct: "urr",
  66. nov: "aza",
  67. dec: "abe"
  68. }
  69. },
  70. select: {
  71. loading: "Kargatzen",
  72. noMatch: "Bat datorren daturik ez",
  73. noData: "Daturik ez",
  74. placeholder: "Hautatu"
  75. },
  76. mention: {
  77. loading: "Kargatzen"
  78. },
  79. cascader: {
  80. noMatch: "Bat datorren daturik ez",
  81. loading: "Kargatzen",
  82. placeholder: "Hautatu",
  83. noData: "Daturik ez"
  84. },
  85. pagination: {
  86. goto: "Joan",
  87. pagesize: "/orria",
  88. total: "Guztira {total}",
  89. pageClassifier: "",
  90. page: "Page",
  91. prev: "Go to previous page",
  92. next: "Go to next page",
  93. currentPage: "page {pager}",
  94. prevPages: "Previous {pager} pages",
  95. nextPages: "Next {pager} pages"
  96. },
  97. messagebox: {
  98. title: "Mezua",
  99. confirm: "Ados",
  100. cancel: "Utzi",
  101. error: "Sarrera baliogabea"
  102. },
  103. upload: {
  104. deleteTip: "sakatu Ezabatu kentzeko",
  105. delete: "Ezabatu",
  106. preview: "Aurrebista",
  107. continue: "Jarraitu"
  108. },
  109. table: {
  110. emptyText: "Daturik ez",
  111. confirmFilter: "Baieztatu",
  112. resetFilter: "Berrezarri",
  113. clearFilter: "Guztia",
  114. sumText: "Batura"
  115. },
  116. tour: {
  117. next: "Hurrengoa",
  118. previous: "Aurrekoa",
  119. finish: "Bukatu"
  120. },
  121. tree: {
  122. emptyText: "Daturik ez"
  123. },
  124. transfer: {
  125. noMatch: "Bat datorren daturik ez",
  126. noData: "Daturik ez",
  127. titles: ["Zerrenda 1", "Zerrenda 2"],
  128. filterPlaceholder: "Sartu gako-hitza",
  129. noCheckedFormat: "{total} elementu",
  130. hasCheckedFormat: "{checked}/{total} hautatuta"
  131. },
  132. image: {
  133. error: "FAILED"
  134. },
  135. pageHeader: {
  136. title: "Back"
  137. },
  138. popconfirm: {
  139. confirmButtonText: "Yes",
  140. cancelButtonText: "No"
  141. },
  142. carousel: {
  143. leftArrow: "Carousel arrow left",
  144. rightArrow: "Carousel arrow right",
  145. indicator: "Carousel switch to index {index}"
  146. }
  147. }
  148. };
  149. return eu;
  150. }));