lv.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  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.ElementPlusLocaleLv = factory());
  6. })(this, (function () { 'use strict';
  7. var lv = {
  8. name: "lv",
  9. el: {
  10. breadcrumb: {
  11. label: "Breadcrumb"
  12. },
  13. colorpicker: {
  14. confirm: "Labi",
  15. clear: "Not\u012Br\u012Bt"
  16. },
  17. datepicker: {
  18. now: "Tagad",
  19. today: "\u0160odien",
  20. cancel: "Atcelt",
  21. clear: "Not\u012Br\u012Bt",
  22. confirm: "Labi",
  23. selectDate: "Izv\u0113l\u0113ties datumu",
  24. selectTime: "Izv\u0113l\u0113ties laiku",
  25. startDate: "S\u0101kuma datums",
  26. startTime: "S\u0101kuma laiks",
  27. endDate: "Beigu datums",
  28. endTime: "Beigu laiks",
  29. prevYear: "Iepriek\u0161\u0113jais gads",
  30. nextYear: "N\u0101kamais gads",
  31. prevMonth: "Iepriek\u0161\u0113jais m\u0113nesis",
  32. nextMonth: "N\u0101kamais m\u0113nesis",
  33. year: "",
  34. month1: "Janv\u0101ris",
  35. month2: "Febru\u0101ris",
  36. month3: "Marts",
  37. month4: "Apr\u012Blis",
  38. month5: "Maijs",
  39. month6: "J\u016Bnijs",
  40. month7: "J\u016Blijs",
  41. month8: "Augusts",
  42. month9: "Septembris",
  43. month10: "Oktobris",
  44. month11: "Novembris",
  45. month12: "Decembris",
  46. weeks: {
  47. sun: "Sv",
  48. mon: "Pr",
  49. tue: "Ot",
  50. wed: "Tr",
  51. thu: "Ce",
  52. fri: "Pk",
  53. sat: "Se"
  54. },
  55. months: {
  56. jan: "Jan",
  57. feb: "Feb",
  58. mar: "Mar",
  59. apr: "Apr",
  60. may: "Mai",
  61. jun: "J\u016Bn",
  62. jul: "J\u016Bl",
  63. aug: "Aug",
  64. sep: "Sep",
  65. oct: "Okt",
  66. nov: "Nov",
  67. dec: "Dec"
  68. }
  69. },
  70. select: {
  71. loading: "Iel\u0101d\u0113",
  72. noMatch: "Nav atbilsto\u0161u datu",
  73. noData: "Nav datu",
  74. placeholder: "Izv\u0113l\u0113ties"
  75. },
  76. mention: {
  77. loading: "Iel\u0101d\u0113"
  78. },
  79. cascader: {
  80. noMatch: "Nav atbilsto\u0161u datu",
  81. loading: "Iel\u0101d\u0113",
  82. placeholder: "Izv\u0113l\u0113ties",
  83. noData: "Nav datu"
  84. },
  85. pagination: {
  86. goto: "Iet uz",
  87. pagesize: "/lapa",
  88. total: "Kop\u0101 {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: "Pazi\u0146ojums",
  99. confirm: "Labi",
  100. cancel: "Atcelt",
  101. error: "Neder\u012Bga ievade"
  102. },
  103. upload: {
  104. deleteTip: "Nospiediet dz\u0113st lai iz\u0146emtu",
  105. delete: "Dz\u0113st",
  106. preview: "Priek\u0161skat\u012Bt",
  107. continue: "Turpin\u0101t"
  108. },
  109. table: {
  110. emptyText: "Nav datu",
  111. confirmFilter: "Apstiprin\u0101t",
  112. resetFilter: "Atiestat\u012Bt",
  113. clearFilter: "Visi",
  114. sumText: "Summa"
  115. },
  116. tree: {
  117. emptyText: "Nav datu"
  118. },
  119. transfer: {
  120. noMatch: "Nav atbilsto\u0161u datu",
  121. noData: "Nav datu",
  122. titles: ["Saraksts 1", "Saraksts 2"],
  123. filterPlaceholder: "Ievad\u012Bt atsl\u0113gv\u0101rdu",
  124. noCheckedFormat: "{total} vien\u012Bbas",
  125. hasCheckedFormat: "{checked}/{total} atz\u012Bm\u0113ti"
  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. return lv;
  145. }));