lv.js 3.5 KB

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