eu.mjs 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. /*! Element Plus v2.7.5 */
  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. cascader: {
  72. noMatch: "Bat datorren daturik ez",
  73. loading: "Kargatzen",
  74. placeholder: "Hautatu",
  75. noData: "Daturik ez"
  76. },
  77. pagination: {
  78. goto: "Joan",
  79. pagesize: "/orria",
  80. total: "Guztira {total}",
  81. pageClassifier: "",
  82. page: "Page",
  83. prev: "Go to previous page",
  84. next: "Go to next page",
  85. currentPage: "page {pager}",
  86. prevPages: "Previous {pager} pages",
  87. nextPages: "Next {pager} pages"
  88. },
  89. messagebox: {
  90. title: "Mezua",
  91. confirm: "Ados",
  92. cancel: "Utzi",
  93. error: "Sarrera baliogabea"
  94. },
  95. upload: {
  96. deleteTip: "sakatu Ezabatu kentzeko",
  97. delete: "Ezabatu",
  98. preview: "Aurrebista",
  99. continue: "Jarraitu"
  100. },
  101. table: {
  102. emptyText: "Daturik ez",
  103. confirmFilter: "Baieztatu",
  104. resetFilter: "Berrezarri",
  105. clearFilter: "Guztia",
  106. sumText: "Batura"
  107. },
  108. tour: {
  109. next: "Hurrengoa",
  110. previous: "Aurrekoa",
  111. finish: "Bukatu"
  112. },
  113. tree: {
  114. emptyText: "Daturik ez"
  115. },
  116. transfer: {
  117. noMatch: "Bat datorren daturik ez",
  118. noData: "Daturik ez",
  119. titles: ["Zerrenda 1", "Zerrenda 2"],
  120. filterPlaceholder: "Sartu gako-hitza",
  121. noCheckedFormat: "{total} elementu",
  122. hasCheckedFormat: "{checked}/{total} hautatuta"
  123. },
  124. image: {
  125. error: "FAILED"
  126. },
  127. pageHeader: {
  128. title: "Back"
  129. },
  130. popconfirm: {
  131. confirmButtonText: "Yes",
  132. cancelButtonText: "No"
  133. },
  134. carousel: {
  135. leftArrow: "Carousel arrow left",
  136. rightArrow: "Carousel arrow right",
  137. indicator: "Carousel switch to index {index}"
  138. }
  139. }
  140. };
  141. export { eu as default };