sv-SE.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. 'use strict';
  2. exports.__esModule = true;
  3. exports.default = {
  4. el: {
  5. colorpicker: {
  6. confirm: 'OK',
  7. clear: 'Töm'
  8. },
  9. datepicker: {
  10. now: 'Nu',
  11. today: 'Idag',
  12. cancel: 'Avbryt',
  13. clear: 'Töm',
  14. confirm: 'OK',
  15. selectDate: 'Välj datum',
  16. selectTime: 'Välj tid',
  17. startDate: 'Startdatum',
  18. startTime: 'Starttid',
  19. endDate: 'Slutdatum',
  20. endTime: 'Sluttid',
  21. prevYear: 'Previous Year', // to be translated
  22. nextYear: 'Next Year', // to be translated
  23. prevMonth: 'Previous Month', // to be translated
  24. nextMonth: 'Next Month', // to be translated
  25. year: 'År',
  26. month1: 'Januari',
  27. month2: 'Februari',
  28. month3: 'Mars',
  29. month4: 'April',
  30. month5: 'Maj',
  31. month6: 'Juni',
  32. month7: 'Juli',
  33. month8: 'Augusti',
  34. month9: 'September',
  35. month10: 'Oktober',
  36. month11: 'November',
  37. month12: 'December',
  38. // week: 'week',
  39. weeks: {
  40. sun: 'Sön',
  41. mon: 'Mån',
  42. tue: 'Tis',
  43. wed: 'Ons',
  44. thu: 'Tor',
  45. fri: 'Fre',
  46. sat: 'Lör'
  47. },
  48. months: {
  49. jan: 'Jan',
  50. feb: 'Feb',
  51. mar: 'Mar',
  52. apr: 'Apr',
  53. may: 'Maj',
  54. jun: 'Jun',
  55. jul: 'Jul',
  56. aug: 'Aug',
  57. sep: 'Sep',
  58. oct: 'Okt',
  59. nov: 'Nov',
  60. dec: 'Dec'
  61. }
  62. },
  63. select: {
  64. loading: 'Laddar',
  65. noMatch: 'Hittade inget',
  66. noData: 'Ingen data',
  67. placeholder: 'Välj'
  68. },
  69. cascader: {
  70. noMatch: 'Hittade inget',
  71. loading: 'Laddar',
  72. placeholder: 'Välj'
  73. },
  74. pagination: {
  75. goto: 'Gå till',
  76. pagesize: '/sida',
  77. total: 'Total {total}',
  78. pageClassifier: ''
  79. },
  80. messagebox: {
  81. title: 'Meddelande',
  82. confirm: 'OK',
  83. cancel: 'Avbryt',
  84. error: 'Felaktig inmatning'
  85. },
  86. upload: {
  87. deleteTip: 'press delete to remove', // to be translated
  88. delete: 'Radera',
  89. preview: 'Förhandsvisa',
  90. continue: 'Fortsätt'
  91. },
  92. table: {
  93. emptyText: 'Inga Data',
  94. confirmFilter: 'Bekräfta',
  95. resetFilter: 'Återställ',
  96. clearFilter: 'Alla',
  97. sumText: 'Sum' // to be translated
  98. },
  99. tree: {
  100. emptyText: 'Inga Data'
  101. },
  102. transfer: {
  103. noMatch: 'Hittade inget',
  104. noData: 'Ingen data',
  105. titles: ['List 1', 'List 2'], // to be translated
  106. filterPlaceholder: 'Enter keyword', // to be translated
  107. noCheckedFormat: '{total} items', // to be translated
  108. hasCheckedFormat: '{checked}/{total} checked' // to be translated
  109. },
  110. image: {
  111. error: 'FAILED' // to be translated
  112. }
  113. }
  114. };