UNPKG

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