sv-SE.js 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. (function (global, factory) {
  2. if (typeof define === "function" && define.amd) {
  3. define('element/locale/sv-SE', ['module', 'exports'], factory);
  4. } else if (typeof exports !== "undefined") {
  5. factory(module, exports);
  6. } else {
  7. var mod = {
  8. exports: {}
  9. };
  10. factory(mod, mod.exports);
  11. global.ELEMENT.lang = global.ELEMENT.lang || {};
  12. global.ELEMENT.lang.svSE = mod.exports;
  13. }
  14. })(this, function (module, exports) {
  15. 'use strict';
  16. exports.__esModule = true;
  17. exports.default = {
  18. el: {
  19. colorpicker: {
  20. confirm: 'OK',
  21. clear: 'Töm'
  22. },
  23. datepicker: {
  24. now: 'Nu',
  25. today: 'Idag',
  26. cancel: 'Avbryt',
  27. clear: 'Töm',
  28. confirm: 'OK',
  29. selectDate: 'Välj datum',
  30. selectTime: 'Välj tid',
  31. startDate: 'Startdatum',
  32. startTime: 'Starttid',
  33. endDate: 'Slutdatum',
  34. endTime: 'Sluttid',
  35. prevYear: 'Föregående år',
  36. nextYear: 'Nästa år',
  37. prevMonth: 'Föregående månad',
  38. nextMonth: 'Nästa månad',
  39. year: '',
  40. month1: 'Januari',
  41. month2: 'Februari',
  42. month3: 'Mars',
  43. month4: 'April',
  44. month5: 'Maj',
  45. month6: 'Juni',
  46. month7: 'Juli',
  47. month8: 'Augusti',
  48. month9: 'September',
  49. month10: 'Oktober',
  50. month11: 'November',
  51. month12: 'December',
  52. // week: 'week',
  53. weeks: {
  54. sun: 'Sön',
  55. mon: 'Mån',
  56. tue: 'Tis',
  57. wed: 'Ons',
  58. thu: 'Tor',
  59. fri: 'Fre',
  60. sat: 'Lör'
  61. },
  62. months: {
  63. jan: 'Jan',
  64. feb: 'Feb',
  65. mar: 'Mar',
  66. apr: 'Apr',
  67. may: 'Maj',
  68. jun: 'Jun',
  69. jul: 'Jul',
  70. aug: 'Aug',
  71. sep: 'Sep',
  72. oct: 'Okt',
  73. nov: 'Nov',
  74. dec: 'Dec'
  75. }
  76. },
  77. select: {
  78. loading: 'Laddar',
  79. noMatch: 'Hittade inget',
  80. noData: 'Ingen data',
  81. placeholder: 'Välj'
  82. },
  83. cascader: {
  84. noMatch: 'Hittade inget',
  85. loading: 'Laddar',
  86. placeholder: 'Välj',
  87. noData: 'Ingen data'
  88. },
  89. pagination: {
  90. goto: 'Gå till',
  91. pagesize: '/sida',
  92. total: 'Totalt {total}',
  93. pageClassifier: ''
  94. },
  95. messagebox: {
  96. title: 'Meddelande',
  97. confirm: 'OK',
  98. cancel: 'Avbryt',
  99. error: 'Felaktig inmatning'
  100. },
  101. upload: {
  102. deleteTip: 'press delete to remove', // to be translated
  103. delete: 'Radera',
  104. preview: 'Förhandsvisa',
  105. continue: 'Fortsätt'
  106. },
  107. table: {
  108. emptyText: 'Inga Data',
  109. confirmFilter: 'Bekräfta',
  110. resetFilter: 'Återställ',
  111. clearFilter: 'Alla',
  112. sumText: 'Summa'
  113. },
  114. tree: {
  115. emptyText: 'Ingen data'
  116. },
  117. transfer: {
  118. noMatch: 'Hittade inget',
  119. noData: 'Ingen data',
  120. titles: ['List 1', 'List 2'], // to be translated
  121. filterPlaceholder: 'Enter keyword', // to be translated
  122. noCheckedFormat: '{total} items', // to be translated
  123. hasCheckedFormat: '{checked}/{total} checked' // to be translated
  124. },
  125. image: {
  126. error: 'FAILED' // to be translated
  127. },
  128. pageHeader: {
  129. title: 'Bakåt' // to be translated
  130. },
  131. popconfirm: {
  132. confirmButtonText: 'Ja',
  133. cancelButtonText: 'Nej'
  134. },
  135. empty: {
  136. description: 'Inga Data'
  137. }
  138. }
  139. };
  140. module.exports = exports['default'];
  141. });