UNPKG

3.43 kBJavaScriptView Raw
1(function (global, factory) {
2 if (typeof define === "function" && define.amd) {
3 define('element/locale/fi', ['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.fi = 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: 'Tyhjennä'
23 },
24 datepicker: {
25 now: 'Nyt',
26 today: 'Tänään',
27 cancel: 'Peruuta',
28 clear: 'Tyhjennä',
29 confirm: 'OK',
30 selectDate: 'Valitse päivä',
31 selectTime: 'Valitse aika',
32 startDate: 'Aloituspäivä',
33 startTime: 'Aloitusaika',
34 endDate: 'Lopetuspäivä',
35 endTime: 'Lopetusaika',
36 prevYear: 'Previous Year', // to be translated
37 nextYear: 'Next Year', // to be translated
38 prevMonth: 'Previous Month', // to be translated
39 nextMonth: 'Next Month', // to be translated
40 year: '',
41 month1: 'tammikuu',
42 month2: 'helmikuu',
43 month3: 'maaliskuu',
44 month4: 'huhtikuu',
45 month5: 'toukokuu',
46 month6: 'kesäkuu',
47 month7: 'heinäkuu',
48 month8: 'elokuu',
49 month9: 'syyskuu',
50 month10: 'lokakuu',
51 month11: 'marraskuu',
52 month12: 'joulukuu',
53 // week: 'week',
54 weeks: {
55 sun: 'su',
56 mon: 'ma',
57 tue: 'ti',
58 wed: 'ke',
59 thu: 'to',
60 fri: 'pe',
61 sat: 'la'
62 },
63 months: {
64 jan: 'tam',
65 feb: 'hel',
66 mar: 'maa',
67 apr: 'huh',
68 may: 'tou',
69 jun: 'kes',
70 jul: 'hei',
71 aug: 'elo',
72 sep: 'syy',
73 oct: 'lok',
74 nov: 'mar',
75 dec: 'jou'
76 }
77 },
78 select: {
79 loading: 'Lataa',
80 noMatch: 'Ei vastaavia tietoja',
81 noData: 'Ei tietoja',
82 placeholder: 'Valitse'
83 },
84 cascader: {
85 noMatch: 'Ei vastaavia tietoja',
86 loading: 'Lataa',
87 placeholder: 'Valitse'
88 },
89 pagination: {
90 goto: 'Mene',
91 pagesize: '/sivu',
92 total: 'Yhteensä {total}',
93 pageClassifier: ''
94 },
95 messagebox: {
96 title: 'Viesti',
97 confirm: 'OK',
98 cancel: 'Peruuta',
99 error: 'Virheellinen syöte'
100 },
101 upload: {
102 deleteTip: 'press delete to remove', // to be translated
103 delete: 'Poista',
104 preview: 'Esikatsele',
105 continue: 'Jatka'
106 },
107 table: {
108 emptyText: 'Ei tietoja',
109 confirmFilter: 'Vahvista',
110 resetFilter: 'Tyhjennä',
111 clearFilter: 'Kaikki',
112 sumText: 'Sum' // to be translated
113 },
114 tree: {
115 emptyText: 'Ei tietoja'
116 },
117 transfer: {
118 noMatch: 'Ei vastaavia tietoja',
119 noData: 'Ei tietoja',
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 }
126 };
127 module.exports = exports['default'];
128});
\No newline at end of file