@macroui/macroui-vue 1.9.20 → 1.9.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/locale/af.ts +149 -0
- package/dist/locale/ar-eg.ts +149 -0
- package/dist/locale/ar.ts +149 -0
- package/dist/locale/az.ts +149 -0
- package/dist/locale/bg.ts +149 -0
- package/dist/locale/bn.ts +149 -0
- package/dist/locale/ca.ts +149 -0
- package/dist/locale/ckb.ts +149 -0
- package/dist/locale/cs.ts +149 -0
- package/dist/locale/da.ts +149 -0
- package/dist/locale/de.ts +149 -0
- package/dist/locale/el.ts +149 -0
- package/dist/locale/en.ts +149 -0
- package/dist/locale/eo.ts +149 -0
- package/dist/locale/es.ts +149 -0
- package/dist/locale/et.ts +149 -0
- package/dist/locale/eu.ts +149 -0
- package/dist/locale/fa.ts +149 -0
- package/dist/locale/fi.ts +149 -0
- package/dist/locale/fr.ts +149 -0
- package/dist/locale/he.ts +149 -0
- package/dist/locale/hi.ts +149 -0
- package/dist/locale/hr.ts +149 -0
- package/dist/locale/hu.ts +149 -0
- package/dist/locale/hy-am.ts +149 -0
- package/dist/locale/id.ts +149 -0
- package/dist/locale/index.ts +76 -0
- package/dist/locale/it.ts +149 -0
- package/dist/locale/ja.ts +149 -0
- package/dist/locale/kk.ts +149 -0
- package/dist/locale/km.ts +149 -0
- package/dist/locale/ko.ts +149 -0
- package/dist/locale/ku.ts +149 -0
- package/dist/locale/ky.ts +149 -0
- package/dist/locale/lt.ts +149 -0
- package/dist/locale/lv.ts +149 -0
- package/dist/locale/mg.ts +149 -0
- package/dist/locale/mn.ts +149 -0
- package/dist/locale/ms.ts +149 -0
- package/dist/locale/my.ts +149 -0
- package/dist/locale/nb-no.ts +149 -0
- package/dist/locale/nl.ts +149 -0
- package/dist/locale/no.ts +149 -0
- package/dist/locale/pa.ts +149 -0
- package/dist/locale/pl.ts +149 -0
- package/dist/locale/pt-br.ts +149 -0
- package/dist/locale/pt.ts +149 -0
- package/dist/locale/ro.ts +149 -0
- package/dist/locale/ru.ts +149 -0
- package/dist/locale/sk.ts +149 -0
- package/dist/locale/sl.ts +149 -0
- package/dist/locale/sr.ts +149 -0
- package/dist/locale/sv.ts +149 -0
- package/dist/locale/sw.ts +149 -0
- package/dist/locale/ta.ts +149 -0
- package/dist/locale/te.ts +149 -0
- package/dist/locale/th.ts +149 -0
- package/dist/locale/tk.ts +149 -0
- package/dist/locale/tr.ts +149 -0
- package/dist/locale/ug-cn.ts +149 -0
- package/dist/locale/uk.ts +149 -0
- package/dist/locale/ur.ts +149 -0
- package/dist/locale/uz-uz.ts +149 -0
- package/dist/locale/vi.ts +149 -0
- package/dist/locale/zh-cn.ts +149 -0
- package/dist/locale/zh-hk.ts +149 -0
- package/dist/locale/zh-mo.ts +149 -0
- package/dist/locale/zh-tw.ts +149 -0
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"name": "hy-am",
|
|
3
|
+
"el": {
|
|
4
|
+
"breadcrumb": {
|
|
5
|
+
"label": "Breadcrumb"
|
|
6
|
+
},
|
|
7
|
+
"colorpicker": {
|
|
8
|
+
"confirm": "OK",
|
|
9
|
+
"clear": "Clear",
|
|
10
|
+
"defaultLabel": "color picker",
|
|
11
|
+
"description": "current color is {color}. press enter to select a new color."
|
|
12
|
+
},
|
|
13
|
+
"datepicker": {
|
|
14
|
+
"now": "Now",
|
|
15
|
+
"today": "Today",
|
|
16
|
+
"cancel": "Cancel",
|
|
17
|
+
"clear": "Clear",
|
|
18
|
+
"confirm": "OK",
|
|
19
|
+
"selectedDate": "Selected date",
|
|
20
|
+
"selectDate": "Select date",
|
|
21
|
+
"selectTime": "Select time",
|
|
22
|
+
"startDate": "Start Date",
|
|
23
|
+
"startTime": "Start Time",
|
|
24
|
+
"endDate": "End Date",
|
|
25
|
+
"endTime": "End Time",
|
|
26
|
+
"prevYear": "Previous Year",
|
|
27
|
+
"nextYear": "Next Year",
|
|
28
|
+
"prevMonth": "Previous Month",
|
|
29
|
+
"nextMonth": "Next Month",
|
|
30
|
+
"year": "",
|
|
31
|
+
"month1": "January",
|
|
32
|
+
"month2": "February",
|
|
33
|
+
"month3": "March",
|
|
34
|
+
"month4": "April",
|
|
35
|
+
"month5": "May",
|
|
36
|
+
"month6": "June",
|
|
37
|
+
"month7": "July",
|
|
38
|
+
"month8": "August",
|
|
39
|
+
"month9": "September",
|
|
40
|
+
"month10": "October",
|
|
41
|
+
"month11": "November",
|
|
42
|
+
"month12": "December",
|
|
43
|
+
"weeks": {
|
|
44
|
+
"sun": "Sun",
|
|
45
|
+
"mon": "Mon",
|
|
46
|
+
"tue": "Tue",
|
|
47
|
+
"wed": "Wed",
|
|
48
|
+
"thu": "Thu",
|
|
49
|
+
"fri": "Fri",
|
|
50
|
+
"sat": "Sat"
|
|
51
|
+
},
|
|
52
|
+
"weeksFull": {
|
|
53
|
+
"sun": "Sunday",
|
|
54
|
+
"mon": "Monday",
|
|
55
|
+
"tue": "Tuesday",
|
|
56
|
+
"wed": "Wednesday",
|
|
57
|
+
"thu": "Thursday",
|
|
58
|
+
"fri": "Friday",
|
|
59
|
+
"sat": "Saturday"
|
|
60
|
+
},
|
|
61
|
+
"months": {
|
|
62
|
+
"jan": "Jan",
|
|
63
|
+
"feb": "Feb",
|
|
64
|
+
"mar": "Mar",
|
|
65
|
+
"apr": "Apr",
|
|
66
|
+
"may": "May",
|
|
67
|
+
"jun": "Jun",
|
|
68
|
+
"jul": "Jul",
|
|
69
|
+
"aug": "Aug",
|
|
70
|
+
"sep": "Sep",
|
|
71
|
+
"oct": "Oct",
|
|
72
|
+
"nov": "Nov",
|
|
73
|
+
"dec": "Dec"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"inputNumber": {
|
|
77
|
+
"decrease": "decrease number",
|
|
78
|
+
"increase": "increase number"
|
|
79
|
+
},
|
|
80
|
+
"select": {
|
|
81
|
+
"loading": "Loading",
|
|
82
|
+
"noMatch": "No matching data",
|
|
83
|
+
"noData": "No data",
|
|
84
|
+
"placeholder": "Select"
|
|
85
|
+
},
|
|
86
|
+
"pagination": {
|
|
87
|
+
"goto": "Go to",
|
|
88
|
+
"pagesize": "/page",
|
|
89
|
+
"total": "Total {total}",
|
|
90
|
+
"page": "Page",
|
|
91
|
+
"prev": "Previous page",
|
|
92
|
+
"next": "Next page",
|
|
93
|
+
"currentPage": "page {pager}"
|
|
94
|
+
},
|
|
95
|
+
"dialog": {
|
|
96
|
+
"close": "Close this dialog"
|
|
97
|
+
},
|
|
98
|
+
"drawer": {
|
|
99
|
+
"close": "Close this dialog"
|
|
100
|
+
},
|
|
101
|
+
"messagebox": {
|
|
102
|
+
"title": "Message",
|
|
103
|
+
"confirm": "OK",
|
|
104
|
+
"cancel": "Cancel",
|
|
105
|
+
"error": "Illegal input",
|
|
106
|
+
"close": "Close this dialog"
|
|
107
|
+
},
|
|
108
|
+
"upload": {
|
|
109
|
+
"deleteTip": "press delete to remove",
|
|
110
|
+
"delete": "Delete",
|
|
111
|
+
"preview": "Preview",
|
|
112
|
+
"continue": "Continue"
|
|
113
|
+
},
|
|
114
|
+
"table": {
|
|
115
|
+
"emptyText": "No Data",
|
|
116
|
+
"confirmFilter": "Confirm",
|
|
117
|
+
"resetFilter": "Reset",
|
|
118
|
+
"clearFilter": "All",
|
|
119
|
+
"sumText": "Sum"
|
|
120
|
+
},
|
|
121
|
+
"tag": {
|
|
122
|
+
"close": "Close this tag"
|
|
123
|
+
},
|
|
124
|
+
"tree": {
|
|
125
|
+
"emptyText": "No Data"
|
|
126
|
+
},
|
|
127
|
+
"transfer": {
|
|
128
|
+
"noMatch": "No matching data",
|
|
129
|
+
"noData": "No data",
|
|
130
|
+
"titles": [
|
|
131
|
+
"List 1",
|
|
132
|
+
"List 2"
|
|
133
|
+
],
|
|
134
|
+
"filterPlaceholder": "Enter keyword",
|
|
135
|
+
"noCheckedFormat": "{total} items",
|
|
136
|
+
"hasCheckedFormat": "{checked}/{total} checked"
|
|
137
|
+
},
|
|
138
|
+
"image": {
|
|
139
|
+
"error": "FAILED"
|
|
140
|
+
},
|
|
141
|
+
"pageHeader": {
|
|
142
|
+
"title": "Back"
|
|
143
|
+
},
|
|
144
|
+
"popconfirm": {
|
|
145
|
+
"confirmButtonText": "Yes",
|
|
146
|
+
"cancelButtonText": "No"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"name": "id",
|
|
3
|
+
"el": {
|
|
4
|
+
"breadcrumb": {
|
|
5
|
+
"label": "Breadcrumb"
|
|
6
|
+
},
|
|
7
|
+
"colorpicker": {
|
|
8
|
+
"confirm": "OK",
|
|
9
|
+
"clear": "Clear",
|
|
10
|
+
"defaultLabel": "color picker",
|
|
11
|
+
"description": "current color is {color}. press enter to select a new color."
|
|
12
|
+
},
|
|
13
|
+
"datepicker": {
|
|
14
|
+
"now": "Now",
|
|
15
|
+
"today": "Today",
|
|
16
|
+
"cancel": "Cancel",
|
|
17
|
+
"clear": "Clear",
|
|
18
|
+
"confirm": "OK",
|
|
19
|
+
"selectedDate": "Selected date",
|
|
20
|
+
"selectDate": "Select date",
|
|
21
|
+
"selectTime": "Select time",
|
|
22
|
+
"startDate": "Start Date",
|
|
23
|
+
"startTime": "Start Time",
|
|
24
|
+
"endDate": "End Date",
|
|
25
|
+
"endTime": "End Time",
|
|
26
|
+
"prevYear": "Previous Year",
|
|
27
|
+
"nextYear": "Next Year",
|
|
28
|
+
"prevMonth": "Previous Month",
|
|
29
|
+
"nextMonth": "Next Month",
|
|
30
|
+
"year": "",
|
|
31
|
+
"month1": "January",
|
|
32
|
+
"month2": "February",
|
|
33
|
+
"month3": "March",
|
|
34
|
+
"month4": "April",
|
|
35
|
+
"month5": "May",
|
|
36
|
+
"month6": "June",
|
|
37
|
+
"month7": "July",
|
|
38
|
+
"month8": "August",
|
|
39
|
+
"month9": "September",
|
|
40
|
+
"month10": "October",
|
|
41
|
+
"month11": "November",
|
|
42
|
+
"month12": "December",
|
|
43
|
+
"weeks": {
|
|
44
|
+
"sun": "Sun",
|
|
45
|
+
"mon": "Mon",
|
|
46
|
+
"tue": "Tue",
|
|
47
|
+
"wed": "Wed",
|
|
48
|
+
"thu": "Thu",
|
|
49
|
+
"fri": "Fri",
|
|
50
|
+
"sat": "Sat"
|
|
51
|
+
},
|
|
52
|
+
"weeksFull": {
|
|
53
|
+
"sun": "Sunday",
|
|
54
|
+
"mon": "Monday",
|
|
55
|
+
"tue": "Tuesday",
|
|
56
|
+
"wed": "Wednesday",
|
|
57
|
+
"thu": "Thursday",
|
|
58
|
+
"fri": "Friday",
|
|
59
|
+
"sat": "Saturday"
|
|
60
|
+
},
|
|
61
|
+
"months": {
|
|
62
|
+
"jan": "Jan",
|
|
63
|
+
"feb": "Feb",
|
|
64
|
+
"mar": "Mar",
|
|
65
|
+
"apr": "Apr",
|
|
66
|
+
"may": "May",
|
|
67
|
+
"jun": "Jun",
|
|
68
|
+
"jul": "Jul",
|
|
69
|
+
"aug": "Aug",
|
|
70
|
+
"sep": "Sep",
|
|
71
|
+
"oct": "Oct",
|
|
72
|
+
"nov": "Nov",
|
|
73
|
+
"dec": "Dec"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"inputNumber": {
|
|
77
|
+
"decrease": "decrease number",
|
|
78
|
+
"increase": "increase number"
|
|
79
|
+
},
|
|
80
|
+
"select": {
|
|
81
|
+
"loading": "Loading",
|
|
82
|
+
"noMatch": "No matching data",
|
|
83
|
+
"noData": "No data",
|
|
84
|
+
"placeholder": "Select"
|
|
85
|
+
},
|
|
86
|
+
"pagination": {
|
|
87
|
+
"goto": "Go to",
|
|
88
|
+
"pagesize": "/page",
|
|
89
|
+
"total": "Total {total}",
|
|
90
|
+
"page": "Page",
|
|
91
|
+
"prev": "Previous page",
|
|
92
|
+
"next": "Next page",
|
|
93
|
+
"currentPage": "page {pager}"
|
|
94
|
+
},
|
|
95
|
+
"dialog": {
|
|
96
|
+
"close": "Close this dialog"
|
|
97
|
+
},
|
|
98
|
+
"drawer": {
|
|
99
|
+
"close": "Close this dialog"
|
|
100
|
+
},
|
|
101
|
+
"messagebox": {
|
|
102
|
+
"title": "Message",
|
|
103
|
+
"confirm": "OK",
|
|
104
|
+
"cancel": "Cancel",
|
|
105
|
+
"error": "Illegal input",
|
|
106
|
+
"close": "Close this dialog"
|
|
107
|
+
},
|
|
108
|
+
"upload": {
|
|
109
|
+
"deleteTip": "press delete to remove",
|
|
110
|
+
"delete": "Delete",
|
|
111
|
+
"preview": "Preview",
|
|
112
|
+
"continue": "Continue"
|
|
113
|
+
},
|
|
114
|
+
"table": {
|
|
115
|
+
"emptyText": "No Data",
|
|
116
|
+
"confirmFilter": "Confirm",
|
|
117
|
+
"resetFilter": "Reset",
|
|
118
|
+
"clearFilter": "All",
|
|
119
|
+
"sumText": "Sum"
|
|
120
|
+
},
|
|
121
|
+
"tag": {
|
|
122
|
+
"close": "Close this tag"
|
|
123
|
+
},
|
|
124
|
+
"tree": {
|
|
125
|
+
"emptyText": "No Data"
|
|
126
|
+
},
|
|
127
|
+
"transfer": {
|
|
128
|
+
"noMatch": "No matching data",
|
|
129
|
+
"noData": "No data",
|
|
130
|
+
"titles": [
|
|
131
|
+
"List 1",
|
|
132
|
+
"List 2"
|
|
133
|
+
],
|
|
134
|
+
"filterPlaceholder": "Enter keyword",
|
|
135
|
+
"noCheckedFormat": "{total} items",
|
|
136
|
+
"hasCheckedFormat": "{checked}/{total} checked"
|
|
137
|
+
},
|
|
138
|
+
"image": {
|
|
139
|
+
"error": "FAILED"
|
|
140
|
+
},
|
|
141
|
+
"pageHeader": {
|
|
142
|
+
"title": "Back"
|
|
143
|
+
},
|
|
144
|
+
"popconfirm": {
|
|
145
|
+
"confirmButtonText": "Yes",
|
|
146
|
+
"cancelButtonText": "No"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export { default as af } from './lang/af'
|
|
2
|
+
export { default as ar } from './lang/ar'
|
|
3
|
+
export { default as arEg } from './lang/ar-eg'
|
|
4
|
+
export { default as az } from './lang/az'
|
|
5
|
+
export { default as bg } from './lang/bg'
|
|
6
|
+
export { default as bn } from './lang/bn'
|
|
7
|
+
export { default as ca } from './lang/ca'
|
|
8
|
+
export { default as ckb } from './lang/ckb'
|
|
9
|
+
export { default as cs } from './lang/cs'
|
|
10
|
+
export { default as da } from './lang/da'
|
|
11
|
+
export { default as de } from './lang/de'
|
|
12
|
+
export { default as el } from './lang/el'
|
|
13
|
+
export { default as en } from './lang/en'
|
|
14
|
+
export { default as eo } from './lang/eo'
|
|
15
|
+
export { default as es } from './lang/es'
|
|
16
|
+
export { default as et } from './lang/et'
|
|
17
|
+
export { default as eu } from './lang/eu'
|
|
18
|
+
export { default as fa } from './lang/fa'
|
|
19
|
+
export { default as fi } from './lang/fi'
|
|
20
|
+
export { default as fr } from './lang/fr'
|
|
21
|
+
export { default as he } from './lang/he'
|
|
22
|
+
export { default as hi } from './lang/hi'
|
|
23
|
+
export { default as hr } from './lang/hr'
|
|
24
|
+
export { default as hu } from './lang/hu'
|
|
25
|
+
export { default as hyAm } from './lang/hy-am'
|
|
26
|
+
export { default as id } from './lang/id'
|
|
27
|
+
export { default as it } from './lang/it'
|
|
28
|
+
export { default as ja } from './lang/ja'
|
|
29
|
+
export { default as kk } from './lang/kk'
|
|
30
|
+
export { default as km } from './lang/km'
|
|
31
|
+
export { default as ko } from './lang/ko'
|
|
32
|
+
export { default as ku } from './lang/ku'
|
|
33
|
+
export { default as ky } from './lang/ky'
|
|
34
|
+
export { default as lt } from './lang/lt'
|
|
35
|
+
export { default as lv } from './lang/lv'
|
|
36
|
+
export { default as mg } from './lang/mg'
|
|
37
|
+
export { default as mn } from './lang/mn'
|
|
38
|
+
export { default as ms } from './lang/ms'
|
|
39
|
+
export { default as my } from './lang/my'
|
|
40
|
+
export { default as nbNo } from './lang/nb-no'
|
|
41
|
+
export { default as nl } from './lang/nl'
|
|
42
|
+
export { default as no } from './lang/no'
|
|
43
|
+
export { default as pa } from './lang/pa'
|
|
44
|
+
export { default as pl } from './lang/pl'
|
|
45
|
+
export { default as pt } from './lang/pt'
|
|
46
|
+
export { default as ptBr } from './lang/pt-br'
|
|
47
|
+
export { default as ro } from './lang/ro'
|
|
48
|
+
export { default as ru } from './lang/ru'
|
|
49
|
+
export { default as sk } from './lang/sk'
|
|
50
|
+
export { default as sl } from './lang/sl'
|
|
51
|
+
export { default as sr } from './lang/sr'
|
|
52
|
+
export { default as sv } from './lang/sv'
|
|
53
|
+
export { default as sw } from './lang/sw'
|
|
54
|
+
export { default as ta } from './lang/ta'
|
|
55
|
+
export { default as te } from './lang/te'
|
|
56
|
+
export { default as th } from './lang/th'
|
|
57
|
+
export { default as tk } from './lang/tk'
|
|
58
|
+
export { default as tr } from './lang/tr'
|
|
59
|
+
export { default as ugCn } from './lang/ug-cn'
|
|
60
|
+
export { default as uk } from './lang/uk'
|
|
61
|
+
export { default as ur } from './lang/ur'
|
|
62
|
+
export { default as uzUz } from './lang/uz-uz'
|
|
63
|
+
export { default as vi } from './lang/vi'
|
|
64
|
+
export { default as zhCn } from './lang/zh-cn'
|
|
65
|
+
export { default as zhHk } from './lang/zh-hk'
|
|
66
|
+
export { default as zhMo } from './lang/zh-mo'
|
|
67
|
+
export { default as zhTw } from './lang/zh-tw'
|
|
68
|
+
|
|
69
|
+
export type TranslatePair = {
|
|
70
|
+
[key: string]: string | string[] | TranslatePair
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
export type Language = {
|
|
74
|
+
name: string
|
|
75
|
+
el: TranslatePair
|
|
76
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"name": "it",
|
|
3
|
+
"el": {
|
|
4
|
+
"breadcrumb": {
|
|
5
|
+
"label": "Breadcrumb"
|
|
6
|
+
},
|
|
7
|
+
"colorpicker": {
|
|
8
|
+
"confirm": "OK",
|
|
9
|
+
"clear": "Clear",
|
|
10
|
+
"defaultLabel": "color picker",
|
|
11
|
+
"description": "current color is {color}. press enter to select a new color."
|
|
12
|
+
},
|
|
13
|
+
"datepicker": {
|
|
14
|
+
"now": "Now",
|
|
15
|
+
"today": "Today",
|
|
16
|
+
"cancel": "Cancel",
|
|
17
|
+
"clear": "Clear",
|
|
18
|
+
"confirm": "OK",
|
|
19
|
+
"selectedDate": "Selected date",
|
|
20
|
+
"selectDate": "Select date",
|
|
21
|
+
"selectTime": "Select time",
|
|
22
|
+
"startDate": "Start Date",
|
|
23
|
+
"startTime": "Start Time",
|
|
24
|
+
"endDate": "End Date",
|
|
25
|
+
"endTime": "End Time",
|
|
26
|
+
"prevYear": "Previous Year",
|
|
27
|
+
"nextYear": "Next Year",
|
|
28
|
+
"prevMonth": "Previous Month",
|
|
29
|
+
"nextMonth": "Next Month",
|
|
30
|
+
"year": "",
|
|
31
|
+
"month1": "January",
|
|
32
|
+
"month2": "February",
|
|
33
|
+
"month3": "March",
|
|
34
|
+
"month4": "April",
|
|
35
|
+
"month5": "May",
|
|
36
|
+
"month6": "June",
|
|
37
|
+
"month7": "July",
|
|
38
|
+
"month8": "August",
|
|
39
|
+
"month9": "September",
|
|
40
|
+
"month10": "October",
|
|
41
|
+
"month11": "November",
|
|
42
|
+
"month12": "December",
|
|
43
|
+
"weeks": {
|
|
44
|
+
"sun": "Sun",
|
|
45
|
+
"mon": "Mon",
|
|
46
|
+
"tue": "Tue",
|
|
47
|
+
"wed": "Wed",
|
|
48
|
+
"thu": "Thu",
|
|
49
|
+
"fri": "Fri",
|
|
50
|
+
"sat": "Sat"
|
|
51
|
+
},
|
|
52
|
+
"weeksFull": {
|
|
53
|
+
"sun": "Sunday",
|
|
54
|
+
"mon": "Monday",
|
|
55
|
+
"tue": "Tuesday",
|
|
56
|
+
"wed": "Wednesday",
|
|
57
|
+
"thu": "Thursday",
|
|
58
|
+
"fri": "Friday",
|
|
59
|
+
"sat": "Saturday"
|
|
60
|
+
},
|
|
61
|
+
"months": {
|
|
62
|
+
"jan": "Jan",
|
|
63
|
+
"feb": "Feb",
|
|
64
|
+
"mar": "Mar",
|
|
65
|
+
"apr": "Apr",
|
|
66
|
+
"may": "May",
|
|
67
|
+
"jun": "Jun",
|
|
68
|
+
"jul": "Jul",
|
|
69
|
+
"aug": "Aug",
|
|
70
|
+
"sep": "Sep",
|
|
71
|
+
"oct": "Oct",
|
|
72
|
+
"nov": "Nov",
|
|
73
|
+
"dec": "Dec"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"inputNumber": {
|
|
77
|
+
"decrease": "decrease number",
|
|
78
|
+
"increase": "increase number"
|
|
79
|
+
},
|
|
80
|
+
"select": {
|
|
81
|
+
"loading": "Loading",
|
|
82
|
+
"noMatch": "No matching data",
|
|
83
|
+
"noData": "No data",
|
|
84
|
+
"placeholder": "Select"
|
|
85
|
+
},
|
|
86
|
+
"pagination": {
|
|
87
|
+
"goto": "Go to",
|
|
88
|
+
"pagesize": "/page",
|
|
89
|
+
"total": "Total {total}",
|
|
90
|
+
"page": "Page",
|
|
91
|
+
"prev": "Previous page",
|
|
92
|
+
"next": "Next page",
|
|
93
|
+
"currentPage": "page {pager}"
|
|
94
|
+
},
|
|
95
|
+
"dialog": {
|
|
96
|
+
"close": "Close this dialog"
|
|
97
|
+
},
|
|
98
|
+
"drawer": {
|
|
99
|
+
"close": "Close this dialog"
|
|
100
|
+
},
|
|
101
|
+
"messagebox": {
|
|
102
|
+
"title": "Message",
|
|
103
|
+
"confirm": "OK",
|
|
104
|
+
"cancel": "Cancel",
|
|
105
|
+
"error": "Illegal input",
|
|
106
|
+
"close": "Close this dialog"
|
|
107
|
+
},
|
|
108
|
+
"upload": {
|
|
109
|
+
"deleteTip": "press delete to remove",
|
|
110
|
+
"delete": "Delete",
|
|
111
|
+
"preview": "Preview",
|
|
112
|
+
"continue": "Continue"
|
|
113
|
+
},
|
|
114
|
+
"table": {
|
|
115
|
+
"emptyText": "No Data",
|
|
116
|
+
"confirmFilter": "Confirm",
|
|
117
|
+
"resetFilter": "Reset",
|
|
118
|
+
"clearFilter": "All",
|
|
119
|
+
"sumText": "Sum"
|
|
120
|
+
},
|
|
121
|
+
"tag": {
|
|
122
|
+
"close": "Close this tag"
|
|
123
|
+
},
|
|
124
|
+
"tree": {
|
|
125
|
+
"emptyText": "No Data"
|
|
126
|
+
},
|
|
127
|
+
"transfer": {
|
|
128
|
+
"noMatch": "No matching data",
|
|
129
|
+
"noData": "No data",
|
|
130
|
+
"titles": [
|
|
131
|
+
"List 1",
|
|
132
|
+
"List 2"
|
|
133
|
+
],
|
|
134
|
+
"filterPlaceholder": "Enter keyword",
|
|
135
|
+
"noCheckedFormat": "{total} items",
|
|
136
|
+
"hasCheckedFormat": "{checked}/{total} checked"
|
|
137
|
+
},
|
|
138
|
+
"image": {
|
|
139
|
+
"error": "FAILED"
|
|
140
|
+
},
|
|
141
|
+
"pageHeader": {
|
|
142
|
+
"title": "Back"
|
|
143
|
+
},
|
|
144
|
+
"popconfirm": {
|
|
145
|
+
"confirmButtonText": "Yes",
|
|
146
|
+
"cancelButtonText": "No"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|
|
@@ -0,0 +1,149 @@
|
|
|
1
|
+
export default {
|
|
2
|
+
"name": "ja",
|
|
3
|
+
"el": {
|
|
4
|
+
"breadcrumb": {
|
|
5
|
+
"label": "Breadcrumb"
|
|
6
|
+
},
|
|
7
|
+
"colorpicker": {
|
|
8
|
+
"confirm": "OK",
|
|
9
|
+
"clear": "Clear",
|
|
10
|
+
"defaultLabel": "color picker",
|
|
11
|
+
"description": "current color is {color}. press enter to select a new color."
|
|
12
|
+
},
|
|
13
|
+
"datepicker": {
|
|
14
|
+
"now": "Now",
|
|
15
|
+
"today": "Today",
|
|
16
|
+
"cancel": "Cancel",
|
|
17
|
+
"clear": "Clear",
|
|
18
|
+
"confirm": "OK",
|
|
19
|
+
"selectedDate": "Selected date",
|
|
20
|
+
"selectDate": "Select date",
|
|
21
|
+
"selectTime": "Select time",
|
|
22
|
+
"startDate": "Start Date",
|
|
23
|
+
"startTime": "Start Time",
|
|
24
|
+
"endDate": "End Date",
|
|
25
|
+
"endTime": "End Time",
|
|
26
|
+
"prevYear": "Previous Year",
|
|
27
|
+
"nextYear": "Next Year",
|
|
28
|
+
"prevMonth": "Previous Month",
|
|
29
|
+
"nextMonth": "Next Month",
|
|
30
|
+
"year": "",
|
|
31
|
+
"month1": "January",
|
|
32
|
+
"month2": "February",
|
|
33
|
+
"month3": "March",
|
|
34
|
+
"month4": "April",
|
|
35
|
+
"month5": "May",
|
|
36
|
+
"month6": "June",
|
|
37
|
+
"month7": "July",
|
|
38
|
+
"month8": "August",
|
|
39
|
+
"month9": "September",
|
|
40
|
+
"month10": "October",
|
|
41
|
+
"month11": "November",
|
|
42
|
+
"month12": "December",
|
|
43
|
+
"weeks": {
|
|
44
|
+
"sun": "Sun",
|
|
45
|
+
"mon": "Mon",
|
|
46
|
+
"tue": "Tue",
|
|
47
|
+
"wed": "Wed",
|
|
48
|
+
"thu": "Thu",
|
|
49
|
+
"fri": "Fri",
|
|
50
|
+
"sat": "Sat"
|
|
51
|
+
},
|
|
52
|
+
"weeksFull": {
|
|
53
|
+
"sun": "Sunday",
|
|
54
|
+
"mon": "Monday",
|
|
55
|
+
"tue": "Tuesday",
|
|
56
|
+
"wed": "Wednesday",
|
|
57
|
+
"thu": "Thursday",
|
|
58
|
+
"fri": "Friday",
|
|
59
|
+
"sat": "Saturday"
|
|
60
|
+
},
|
|
61
|
+
"months": {
|
|
62
|
+
"jan": "Jan",
|
|
63
|
+
"feb": "Feb",
|
|
64
|
+
"mar": "Mar",
|
|
65
|
+
"apr": "Apr",
|
|
66
|
+
"may": "May",
|
|
67
|
+
"jun": "Jun",
|
|
68
|
+
"jul": "Jul",
|
|
69
|
+
"aug": "Aug",
|
|
70
|
+
"sep": "Sep",
|
|
71
|
+
"oct": "Oct",
|
|
72
|
+
"nov": "Nov",
|
|
73
|
+
"dec": "Dec"
|
|
74
|
+
}
|
|
75
|
+
},
|
|
76
|
+
"inputNumber": {
|
|
77
|
+
"decrease": "decrease number",
|
|
78
|
+
"increase": "increase number"
|
|
79
|
+
},
|
|
80
|
+
"select": {
|
|
81
|
+
"loading": "Loading",
|
|
82
|
+
"noMatch": "No matching data",
|
|
83
|
+
"noData": "No data",
|
|
84
|
+
"placeholder": "Select"
|
|
85
|
+
},
|
|
86
|
+
"pagination": {
|
|
87
|
+
"goto": "Go to",
|
|
88
|
+
"pagesize": "/page",
|
|
89
|
+
"total": "Total {total}",
|
|
90
|
+
"page": "Page",
|
|
91
|
+
"prev": "Previous page",
|
|
92
|
+
"next": "Next page",
|
|
93
|
+
"currentPage": "page {pager}"
|
|
94
|
+
},
|
|
95
|
+
"dialog": {
|
|
96
|
+
"close": "Close this dialog"
|
|
97
|
+
},
|
|
98
|
+
"drawer": {
|
|
99
|
+
"close": "Close this dialog"
|
|
100
|
+
},
|
|
101
|
+
"messagebox": {
|
|
102
|
+
"title": "Message",
|
|
103
|
+
"confirm": "OK",
|
|
104
|
+
"cancel": "Cancel",
|
|
105
|
+
"error": "Illegal input",
|
|
106
|
+
"close": "Close this dialog"
|
|
107
|
+
},
|
|
108
|
+
"upload": {
|
|
109
|
+
"deleteTip": "press delete to remove",
|
|
110
|
+
"delete": "Delete",
|
|
111
|
+
"preview": "Preview",
|
|
112
|
+
"continue": "Continue"
|
|
113
|
+
},
|
|
114
|
+
"table": {
|
|
115
|
+
"emptyText": "No Data",
|
|
116
|
+
"confirmFilter": "Confirm",
|
|
117
|
+
"resetFilter": "Reset",
|
|
118
|
+
"clearFilter": "All",
|
|
119
|
+
"sumText": "Sum"
|
|
120
|
+
},
|
|
121
|
+
"tag": {
|
|
122
|
+
"close": "Close this tag"
|
|
123
|
+
},
|
|
124
|
+
"tree": {
|
|
125
|
+
"emptyText": "No Data"
|
|
126
|
+
},
|
|
127
|
+
"transfer": {
|
|
128
|
+
"noMatch": "No matching data",
|
|
129
|
+
"noData": "No data",
|
|
130
|
+
"titles": [
|
|
131
|
+
"List 1",
|
|
132
|
+
"List 2"
|
|
133
|
+
],
|
|
134
|
+
"filterPlaceholder": "Enter keyword",
|
|
135
|
+
"noCheckedFormat": "{total} items",
|
|
136
|
+
"hasCheckedFormat": "{checked}/{total} checked"
|
|
137
|
+
},
|
|
138
|
+
"image": {
|
|
139
|
+
"error": "FAILED"
|
|
140
|
+
},
|
|
141
|
+
"pageHeader": {
|
|
142
|
+
"title": "Back"
|
|
143
|
+
},
|
|
144
|
+
"popconfirm": {
|
|
145
|
+
"confirmButtonText": "Yes",
|
|
146
|
+
"cancelButtonText": "No"
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
}
|