lv.js 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /*! Element Plus v2.7.5 */
  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. cascader: {
  77. noMatch: "Nav atbilsto\u0161u datu",
  78. loading: "Iel\u0101d\u0113",
  79. placeholder: "Izv\u0113l\u0113ties",
  80. noData: "Nav datu"
  81. },
  82. pagination: {
  83. goto: "Iet uz",
  84. pagesize: "/lapa",
  85. total: "Kop\u0101 {total}",
  86. pageClassifier: "",
  87. page: "Page",
  88. prev: "Go to previous page",
  89. next: "Go to next page",
  90. currentPage: "page {pager}",
  91. prevPages: "Previous {pager} pages",
  92. nextPages: "Next {pager} pages"
  93. },
  94. messagebox: {
  95. title: "Pazi\u0146ojums",
  96. confirm: "Labi",
  97. cancel: "Atcelt",
  98. error: "Neder\u012Bga ievade"
  99. },
  100. upload: {
  101. deleteTip: "Nospiediet dz\u0113st lai iz\u0146emtu",
  102. delete: "Dz\u0113st",
  103. preview: "Priek\u0161skat\u012Bt",
  104. continue: "Turpin\u0101t"
  105. },
  106. table: {
  107. emptyText: "Nav datu",
  108. confirmFilter: "Apstiprin\u0101t",
  109. resetFilter: "Atiestat\u012Bt",
  110. clearFilter: "Visi",
  111. sumText: "Summa"
  112. },
  113. tree: {
  114. emptyText: "Nav datu"
  115. },
  116. transfer: {
  117. noMatch: "Nav atbilsto\u0161u datu",
  118. noData: "Nav datu",
  119. titles: ["Saraksts 1", "Saraksts 2"],
  120. filterPlaceholder: "Ievad\u012Bt atsl\u0113gv\u0101rdu",
  121. noCheckedFormat: "{total} vien\u012Bbas",
  122. hasCheckedFormat: "{checked}/{total} atz\u012Bm\u0113ti"
  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. return lv;
  142. }));