UNPKG

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