UNPKG

2.92 kBJavaScriptView Raw
1'use strict';
2
3exports.__esModule = true;
4exports.default = {
5 el: {
6 colorpicker: {
7 confirm: 'OK',
8 clear: 'Tyhjennä'
9 },
10 datepicker: {
11 now: 'Nyt',
12 today: 'Tänään',
13 cancel: 'Peruuta',
14 clear: 'Tyhjennä',
15 confirm: 'OK',
16 selectDate: 'Valitse päivä',
17 selectTime: 'Valitse aika',
18 startDate: 'Aloituspäivä',
19 startTime: 'Aloitusaika',
20 endDate: 'Lopetuspäivä',
21 endTime: 'Lopetusaika',
22 prevYear: 'Edellinen vuosi',
23 nextYear: 'Seuraava vuosi',
24 prevMonth: 'Edellinen kuukausi',
25 nextMonth: 'Seuraava kuukausi',
26 year: '',
27 month1: 'tammikuu',
28 month2: 'helmikuu',
29 month3: 'maaliskuu',
30 month4: 'huhtikuu',
31 month5: 'toukokuu',
32 month6: 'kesäkuu',
33 month7: 'heinäkuu',
34 month8: 'elokuu',
35 month9: 'syyskuu',
36 month10: 'lokakuu',
37 month11: 'marraskuu',
38 month12: 'joulukuu',
39 // week: 'week',
40 weeks: {
41 sun: 'su',
42 mon: 'ma',
43 tue: 'ti',
44 wed: 'ke',
45 thu: 'to',
46 fri: 'pe',
47 sat: 'la'
48 },
49 months: {
50 jan: 'tammi',
51 feb: 'helmi',
52 mar: 'maalis',
53 apr: 'huhti',
54 may: 'touko',
55 jun: 'kesä',
56 jul: 'heinä',
57 aug: 'elo',
58 sep: 'syys',
59 oct: 'loka',
60 nov: 'marras',
61 dec: 'joulu'
62 }
63 },
64 select: {
65 loading: 'Lataa',
66 noMatch: 'Ei vastaavia tietoja',
67 noData: 'Ei tietoja',
68 placeholder: 'Valitse'
69 },
70 cascader: {
71 noMatch: 'Ei vastaavia tietoja',
72 loading: 'Lataa',
73 placeholder: 'Valitse',
74 noData: 'Ei tietoja'
75 },
76 pagination: {
77 goto: 'Mene',
78 pagesize: '/sivu',
79 total: 'Yhteensä {total}',
80 pageClassifier: ''
81 },
82 messagebox: {
83 title: 'Viesti',
84 confirm: 'OK',
85 cancel: 'Peruuta',
86 error: 'Virheellinen syöte'
87 },
88 upload: {
89 deleteTip: 'Poista Delete-näppäimellä',
90 delete: 'Poista',
91 preview: 'Esikatsele',
92 continue: 'Jatka'
93 },
94 table: {
95 emptyText: 'Ei tietoja',
96 confirmFilter: 'Vahvista',
97 resetFilter: 'Tyhjennä',
98 clearFilter: 'Kaikki',
99 sumText: 'Summa'
100 },
101 tree: {
102 emptyText: 'Ei tietoja'
103 },
104 transfer: {
105 noMatch: 'Ei vastaavia tietoja',
106 noData: 'Ei tietoja',
107 titles: ['Luettelo 1', 'Luettelo 2'],
108 filterPlaceholder: 'Syötä hakusana',
109 noCheckedFormat: '{total} kohdetta',
110 hasCheckedFormat: '{checked}/{total} valittu'
111 },
112 image: {
113 error: 'FAILED' // to be translated
114 },
115 pageHeader: {
116 title: 'Back' // to be translated
117 },
118 popconfirm: {
119 confirmButtonText: 'Yes', // to be translated
120 cancelButtonText: 'No' // to be translated
121 },
122 empty: {
123 description: 'Ei tietoja'
124 }
125 }
126};
\No newline at end of file