eu.mjs 3.2 KB

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