Blame view

node_modules/element-ui/src/locale/lang/fi.js 2.46 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
  export default {
    el: {
      colorpicker: {
        confirm: 'OK',
        clear: 'Tyhjennä'
      },
      datepicker: {
        now: 'Nyt',
        today: 'Tänään',
        cancel: 'Peruuta',
        clear: 'Tyhjennä',
        confirm: 'OK',
        selectDate: 'Valitse päivä',
        selectTime: 'Valitse aika',
        startDate: 'Aloituspäivä',
        startTime: 'Aloitusaika',
        endDate: 'Lopetuspäivä',
        endTime: 'Lopetusaika',
        prevYear: 'Edellinen Vuosi',
        nextYear: 'Seuraava Vuosi',
        prevMonth: 'Edellinen Kuukausi',
        nextMonth: 'Seuraava Kuukausi',
        year: '',
        month1: 'tammikuu',
        month2: 'helmikuu',
        month3: 'maaliskuu',
        month4: 'huhtikuu',
        month5: 'toukokuu',
        month6: 'kesäkuu',
        month7: 'heinäkuu',
        month8: 'elokuu',
        month9: 'syyskuu',
        month10: 'lokakuu',
        month11: 'marraskuu',
        month12: 'joulukuu',
        // week: 'week',
        weeks: {
          sun: 'su',
          mon: 'ma',
          tue: 'ti',
          wed: 'ke',
          thu: 'to',
          fri: 'pe',
          sat: 'la'
        },
        months: {
          jan: 'tam',
          feb: 'hel',
          mar: 'maa',
          apr: 'huh',
          may: 'tou',
          jun: 'kes',
          jul: 'hei',
          aug: 'elo',
          sep: 'syy',
          oct: 'lok',
          nov: 'mar',
          dec: 'jou'
        }
      },
      select: {
        loading: 'Lataa',
        noMatch: 'Ei vastaavia tietoja',
        noData: 'Ei tietoja',
        placeholder: 'Valitse'
      },
      cascader: {
        noMatch: 'Ei vastaavia tietoja',
        loading: 'Lataa',
        placeholder: 'Valitse'
      },
      pagination: {
        goto: 'Mene',
        pagesize: '/sivu',
        total: 'Yhteensä {total}',
        pageClassifier: ''
      },
      messagebox: {
        title: 'Viesti',
        confirm: 'OK',
        cancel: 'Peruuta',
        error: 'Virheellinen syöte'
      },
      upload: {
        deleteTip: 'Lehdistö Poista että poistaa',
        delete: 'Poista',
        preview: 'Esikatsele',
        continue: 'Jatka'
      },
      table: {
        emptyText: 'Ei tietoja',
        confirmFilter: 'Vahvista',
        resetFilter: 'Tyhjennä',
        clearFilter: 'Kaikki',
        sumText: 'Summa'
      },
      tree: {
        emptyText: 'Ei tietoja'
      },
      transfer: {
        noMatch: 'Ei vastaavia tietoja',
        noData: 'Ei tietoja',
        titles: ['Luettelo 1', 'Luettelo 2'],
        filterPlaceholder: 'Kirjoita avainsana',
        noCheckedFormat: '{total} kohdetta',
        hasCheckedFormat: '{checked}/{total} valittu'
      }
    }
  };