yc-design-vue 1.8.1 → 1.8.3
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/es/Alert/index.vue.js +2 -2
- package/es/Calendar/Calendar.vue.js +2 -2
- package/es/Cascader/CascaderIcon.vue.js +2 -2
- package/es/Checkbox/Checkbox.vue.js +2 -2
- package/es/Collapse/CollapseItem.vue.js +2 -2
- package/es/Drawer/Drawer.vue.js +2 -2
- package/es/Input/Input.vue.js +2 -2
- package/es/Input/InputSuffix.vue.js +4 -4
- package/es/InputTag/index.vue.js +2 -2
- package/es/Menu/SubMenu.vue.js +1 -1
- package/es/Message/Message.vue.js +2 -2
- package/es/Modal/Modal.vue.js +2 -2
- package/es/Notification/Notification.vue.js +2 -2
- package/es/PageHeader/index.vue.js +2 -2
- package/es/Radio/Radio.vue.js +2 -2
- package/es/Select/SelectIcon.vue.js +2 -2
- package/es/Tabs/TabButton.vue.js +2 -2
- package/es/Tag/index.vue.js +2 -2
- package/es/Textarea/index.vue.js +2 -2
- package/es/TimePicker/TimePicker.vue.js +2 -2
- package/es/Transfer/TransferPanel.vue.js +2 -2
- package/es/Trigger/index.vue.js +1 -1
- package/es/Typography/TypographyBase.vue.js +2 -2
- package/es/_shared/components/IconButton.vue3.js +2 -2
- package/es/_shared/icons/IconCopy.vue.js +1 -17
- package/es/_shared/icons/IconCopy.vue2.js +17 -1
- package/es/_shared/icons/IconEdit.vue.js +1 -17
- package/es/_shared/icons/IconEdit.vue2.js +17 -1
- package/es/_shared/icons/IconEyeClose.vue.js +1 -21
- package/es/_shared/icons/IconEyeClose.vue2.js +21 -1
- package/es/_shared/icons/IconEyeOpen.vue.js +1 -18
- package/es/_shared/icons/IconEyeOpen.vue2.js +18 -1
- package/es/_shared/locale/i18n.js +6 -5
- package/es/_shared/locale/lang/ar-eg.json.js +251 -0
- package/es/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/es/_shared/locale/lang/de-de.json.js +251 -0
- package/es/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/es/_shared/locale/lang/en-us.json.js +256 -0
- package/es/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/es/_shared/locale/lang/es-es.json.js +251 -0
- package/es/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/es/_shared/locale/lang/fr-fr.json.js +251 -0
- package/es/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/es/_shared/locale/lang/id-id.json.js +251 -0
- package/es/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/es/_shared/locale/lang/it-it.json.js +251 -0
- package/es/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/es/_shared/locale/lang/ja-jp.json.js +301 -0
- package/es/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/es/_shared/locale/lang/km-kh.json.js +251 -0
- package/es/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/es/_shared/locale/lang/ko-kr.json.js +251 -0
- package/es/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/es/_shared/locale/lang/ms-my.json.js +251 -0
- package/es/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/es/_shared/locale/lang/nl-nl.json.js +301 -0
- package/es/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/es/_shared/locale/lang/pt-pt.json.js +251 -0
- package/es/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/es/_shared/locale/lang/ru-ru.json.js +301 -0
- package/es/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/es/_shared/locale/lang/th-th.json.js +251 -0
- package/es/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/es/_shared/locale/lang/vi-vn.json.js +251 -0
- package/es/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-cn.json.js +301 -0
- package/es/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/es/_shared/locale/lang/zh-tw.json.js +301 -0
- package/lib/Alert/index.vue.js +1 -1
- package/lib/Calendar/Calendar.vue.js +1 -1
- package/lib/Cascader/CascaderIcon.vue.js +1 -1
- package/lib/Checkbox/Checkbox.vue.js +1 -1
- package/lib/Collapse/CollapseItem.vue.js +1 -1
- package/lib/Drawer/Drawer.vue.js +1 -1
- package/lib/Input/Input.vue.js +1 -1
- package/lib/Input/InputSuffix.vue.js +1 -1
- package/lib/InputTag/index.vue.js +1 -1
- package/lib/Menu/SubMenu.vue.js +1 -1
- package/lib/Message/Message.vue.js +1 -1
- package/lib/Modal/Modal.vue.js +1 -1
- package/lib/Notification/Notification.vue.js +1 -1
- package/lib/PageHeader/index.vue.js +1 -1
- package/lib/Radio/Radio.vue.js +1 -1
- package/lib/Select/SelectIcon.vue.js +1 -1
- package/lib/Tabs/TabButton.vue.js +1 -1
- package/lib/Tag/index.vue.js +1 -1
- package/lib/Textarea/index.vue.js +1 -1
- package/lib/TimePicker/TimePicker.vue.js +1 -1
- package/lib/Transfer/TransferPanel.vue.js +1 -1
- package/lib/Trigger/index.vue.js +1 -1
- package/lib/Typography/TypographyBase.vue.js +1 -1
- package/lib/_shared/components/IconButton.vue3.js +1 -1
- package/lib/_shared/icons/IconCopy.vue.js +1 -1
- package/lib/_shared/icons/IconCopy.vue2.js +1 -1
- package/lib/_shared/icons/IconEdit.vue.js +1 -1
- package/lib/_shared/icons/IconEdit.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue.js +1 -1
- package/lib/_shared/icons/IconEyeClose.vue2.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue.js +1 -1
- package/lib/_shared/icons/IconEyeOpen.vue2.js +1 -1
- package/lib/_shared/locale/i18n.js +1 -1
- package/lib/_shared/locale/lang/ar-eg.json.js +1 -0
- package/lib/_shared/locale/lang/de-de.json.d.ts +207 -0
- package/lib/_shared/locale/lang/de-de.json.js +1 -0
- package/lib/_shared/locale/lang/en-us.json.d.ts +210 -0
- package/lib/_shared/locale/lang/en-us.json.js +1 -0
- package/lib/_shared/locale/lang/es-es.json.d.ts +207 -0
- package/lib/_shared/locale/lang/es-es.json.js +1 -0
- package/lib/_shared/locale/lang/fr-fr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/fr-fr.json.js +1 -0
- package/lib/_shared/locale/lang/id-id.json.d.ts +207 -0
- package/lib/_shared/locale/lang/id-id.json.js +1 -0
- package/lib/_shared/locale/lang/it-it.json.d.ts +207 -0
- package/lib/_shared/locale/lang/it-it.json.js +1 -0
- package/lib/_shared/locale/lang/ja-jp.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ja-jp.json.js +1 -0
- package/lib/_shared/locale/lang/km-kh.json.d.ts +207 -0
- package/lib/_shared/locale/lang/km-kh.json.js +1 -0
- package/lib/_shared/locale/lang/ko-kr.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ko-kr.json.js +1 -0
- package/lib/_shared/locale/lang/ms-my.json.d.ts +207 -0
- package/lib/_shared/locale/lang/ms-my.json.js +1 -0
- package/lib/_shared/locale/lang/nl-nl.json.d.ts +255 -0
- package/lib/_shared/locale/lang/nl-nl.json.js +1 -0
- package/lib/_shared/locale/lang/pt-pt.json.d.ts +207 -0
- package/lib/_shared/locale/lang/pt-pt.json.js +1 -0
- package/lib/_shared/locale/lang/ru-ru.json.d.ts +255 -0
- package/lib/_shared/locale/lang/ru-ru.json.js +1 -0
- package/lib/_shared/locale/lang/th-th.json.d.ts +207 -0
- package/lib/_shared/locale/lang/th-th.json.js +1 -0
- package/lib/_shared/locale/lang/vi-vn.json.d.ts +207 -0
- package/lib/_shared/locale/lang/vi-vn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-cn.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-cn.json.js +1 -0
- package/lib/_shared/locale/lang/zh-tw.json.d.ts +255 -0
- package/lib/_shared/locale/lang/zh-tw.json.js +1 -0
- package/package.json +1 -1
- package/es/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/es/_shared/locale/lang/ar-eg.js +0 -153
- package/es/_shared/locale/lang/de-de.d.ts +0 -205
- package/es/_shared/locale/lang/de-de.js +0 -153
- package/es/_shared/locale/lang/en-us.d.ts +0 -253
- package/es/_shared/locale/lang/en-us.js +0 -158
- package/es/_shared/locale/lang/es-es.d.ts +0 -205
- package/es/_shared/locale/lang/es-es.js +0 -153
- package/es/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/es/_shared/locale/lang/fr-fr.js +0 -153
- package/es/_shared/locale/lang/id-id.d.ts +0 -205
- package/es/_shared/locale/lang/id-id.js +0 -153
- package/es/_shared/locale/lang/it-it.d.ts +0 -205
- package/es/_shared/locale/lang/it-it.js +0 -153
- package/es/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/es/_shared/locale/lang/ja-jp.js +0 -201
- package/es/_shared/locale/lang/km-kh.d.ts +0 -205
- package/es/_shared/locale/lang/km-kh.js +0 -153
- package/es/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/es/_shared/locale/lang/ko-kr.js +0 -153
- package/es/_shared/locale/lang/ms-my.d.ts +0 -205
- package/es/_shared/locale/lang/ms-my.js +0 -153
- package/es/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/es/_shared/locale/lang/nl-nl.js +0 -201
- package/es/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/es/_shared/locale/lang/pt-pt.js +0 -153
- package/es/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/es/_shared/locale/lang/ru-ru.js +0 -201
- package/es/_shared/locale/lang/th-th.d.ts +0 -205
- package/es/_shared/locale/lang/th-th.js +0 -153
- package/es/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/es/_shared/locale/lang/vi-vn.js +0 -153
- package/es/_shared/locale/lang/zh-cn.js +0 -201
- package/es/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/es/_shared/locale/lang/zh-tw.js +0 -201
- package/es/node_modules/b-validate/es/is.js +0 -27
- package/es/node_modules/b-validate/es/locale/en-US.js +0 -50
- package/es/node_modules/b-validate/es/rules/base.js +0 -86
- package/es/node_modules/b-validate/es/util.js +0 -25
- package/lib/_shared/locale/lang/ar-eg.d.ts +0 -205
- package/lib/_shared/locale/lang/ar-eg.js +0 -1
- package/lib/_shared/locale/lang/de-de.d.ts +0 -205
- package/lib/_shared/locale/lang/de-de.js +0 -1
- package/lib/_shared/locale/lang/en-us.d.ts +0 -253
- package/lib/_shared/locale/lang/en-us.js +0 -1
- package/lib/_shared/locale/lang/es-es.d.ts +0 -205
- package/lib/_shared/locale/lang/es-es.js +0 -1
- package/lib/_shared/locale/lang/fr-fr.d.ts +0 -205
- package/lib/_shared/locale/lang/fr-fr.js +0 -1
- package/lib/_shared/locale/lang/id-id.d.ts +0 -205
- package/lib/_shared/locale/lang/id-id.js +0 -1
- package/lib/_shared/locale/lang/it-it.d.ts +0 -205
- package/lib/_shared/locale/lang/it-it.js +0 -1
- package/lib/_shared/locale/lang/ja-jp.d.ts +0 -253
- package/lib/_shared/locale/lang/ja-jp.js +0 -1
- package/lib/_shared/locale/lang/km-kh.d.ts +0 -205
- package/lib/_shared/locale/lang/km-kh.js +0 -1
- package/lib/_shared/locale/lang/ko-kr.d.ts +0 -205
- package/lib/_shared/locale/lang/ko-kr.js +0 -1
- package/lib/_shared/locale/lang/ms-my.d.ts +0 -205
- package/lib/_shared/locale/lang/ms-my.js +0 -1
- package/lib/_shared/locale/lang/nl-nl.d.ts +0 -253
- package/lib/_shared/locale/lang/nl-nl.js +0 -1
- package/lib/_shared/locale/lang/pt-pt.d.ts +0 -205
- package/lib/_shared/locale/lang/pt-pt.js +0 -1
- package/lib/_shared/locale/lang/ru-ru.d.ts +0 -253
- package/lib/_shared/locale/lang/ru-ru.js +0 -1
- package/lib/_shared/locale/lang/th-th.d.ts +0 -205
- package/lib/_shared/locale/lang/th-th.js +0 -1
- package/lib/_shared/locale/lang/vi-vn.d.ts +0 -205
- package/lib/_shared/locale/lang/vi-vn.js +0 -1
- package/lib/_shared/locale/lang/zh-cn.js +0 -1
- package/lib/_shared/locale/lang/zh-tw.d.ts +0 -253
- package/lib/_shared/locale/lang/zh-tw.js +0 -1
- package/lib/node_modules/b-validate/es/is.js +0 -1
- package/lib/node_modules/b-validate/es/locale/en-US.js +0 -1
- package/lib/node_modules/b-validate/es/rules/base.js +0 -1
- package/lib/node_modules/b-validate/es/util.js +0 -1
- /package/es/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
- /package/lib/_shared/components/{IconButton.vue.js → IconButton.vue2.js} +0 -0
@@ -0,0 +1,251 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "គ្មានទិន្នន័យ"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "យល់ព្រម",
|
6
|
+
cancelText: "បោះបង់"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "យល់ព្រម",
|
10
|
+
cancelText: "បោះបង់"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "យល់ព្រម",
|
14
|
+
cancelText: "បោះបង់"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "ទៅកាន់",
|
18
|
+
page: "ទំព័រ",
|
19
|
+
countPerPage: " / ទំព័រ",
|
20
|
+
total: "សរុប {0}"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "យល់ព្រម",
|
24
|
+
resetText: "កំណត់ឡើងវិញ"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "ចាប់ផ្តើម",
|
28
|
+
cancel: "បោះបង់",
|
29
|
+
"delete": "លុប",
|
30
|
+
retry: "ចុចដើម្បីព្យាយាមម្តងទៀត",
|
31
|
+
buttonText: "ផ្ទុកឡើង",
|
32
|
+
preview: "មើលជាមុន",
|
33
|
+
drag: "ចុចឬអូសឯកសារមកកាន់តំបន់នេះដើម្បីផ្ទុកឡើង",
|
34
|
+
dragHover: "លែងដើម្បីផ្ទុកឡើង",
|
35
|
+
error: "កំហុសក្នុងការផ្ទុកឡើង"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY ឆ្នាំ",
|
39
|
+
formatMonth: "YYYY ឆ្នាំ MM ខែ",
|
40
|
+
today: "ថ្ងៃនេះ",
|
41
|
+
view: {
|
42
|
+
month: "ខែ",
|
43
|
+
year: "ឆ្នាំ",
|
44
|
+
week: "សប្តាហ៍",
|
45
|
+
day: "ថ្ងៃ"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "មករា",
|
50
|
+
February: "កុម្ភៈ",
|
51
|
+
March: "មិនា",
|
52
|
+
April: "មេសា",
|
53
|
+
May: "ឧសភា",
|
54
|
+
June: "មិថុនា",
|
55
|
+
July: "កក្កដា",
|
56
|
+
August: "សីហា",
|
57
|
+
September: "កញ្ញា",
|
58
|
+
October: "តុលា",
|
59
|
+
November: "វិច្ឆិកា",
|
60
|
+
December: "ធ្នូ"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "មករា",
|
64
|
+
February: "កុម្ភៈ",
|
65
|
+
March: "មិនា",
|
66
|
+
April: "មេសា",
|
67
|
+
May: "ឧសភា",
|
68
|
+
June: "មិថុនា",
|
69
|
+
July: "កក្កដា",
|
70
|
+
August: "សីហា",
|
71
|
+
September: "កញ្ញា",
|
72
|
+
October: "តុលា",
|
73
|
+
November: "វិច្ឆិកា",
|
74
|
+
December: "ធ្នូ"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "សប្តាហ៍",
|
80
|
+
monday: "ច័ន្ទ",
|
81
|
+
tuesday: "អង្គារ",
|
82
|
+
wednesday: "ពុធ",
|
83
|
+
thursday: "ព្រហស្បតិ៍",
|
84
|
+
friday: "សុក្រ",
|
85
|
+
saturday: "សៅរ៍",
|
86
|
+
sunday: "អាទិត្យ"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "សប្តាហ៍",
|
90
|
+
monday: "ច",
|
91
|
+
tuesday: "អ",
|
92
|
+
wednesday: "ព",
|
93
|
+
thursday: "ព្រ",
|
94
|
+
friday: "សុ",
|
95
|
+
saturday: "ស",
|
96
|
+
sunday: "អា"
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "ខែ",
|
103
|
+
year: "ឆ្នាំ",
|
104
|
+
week: "សប្តាហ៍",
|
105
|
+
day: "ថ្ងៃ"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "មករា",
|
110
|
+
February: "កុម្ភៈ",
|
111
|
+
March: "មិនា",
|
112
|
+
April: "មេសា",
|
113
|
+
May: "ឧសភា",
|
114
|
+
June: "មិថុនា",
|
115
|
+
July: "កក្កដា",
|
116
|
+
August: "សីហា",
|
117
|
+
September: "កញ្ញា",
|
118
|
+
October: "តុលា",
|
119
|
+
November: "វិច្ឆิกា",
|
120
|
+
December: "ធ្នូ"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "មករា",
|
124
|
+
February: "កុម្ភៈ",
|
125
|
+
March: "មិនា",
|
126
|
+
April: "មេសា",
|
127
|
+
May: "ឧសភា",
|
128
|
+
June: "មិថុនា",
|
129
|
+
July: "កក្កដា",
|
130
|
+
August: "សីហា",
|
131
|
+
September: "កញ្ញា",
|
132
|
+
October: "តុលា",
|
133
|
+
November: "វិច្ឆិកា",
|
134
|
+
December: "ធ្នូ"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "សប្តាហ៍",
|
140
|
+
monday: "ច័ន្ទ",
|
141
|
+
tuesday: "អង្គារ",
|
142
|
+
wednesday: "ពុធ",
|
143
|
+
thursday: "ព្រហស្បតិ៍",
|
144
|
+
friday: "សុក្រ",
|
145
|
+
saturday: "សៅរ៍",
|
146
|
+
sunday: "អាទិត្យ"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "សប្តាហ៍",
|
150
|
+
monday: "ច",
|
151
|
+
tuesday: "អ",
|
152
|
+
wednesday: "ព",
|
153
|
+
thursday: "ព្រ",
|
154
|
+
friday: "សុ",
|
155
|
+
saturday: "ស",
|
156
|
+
sunday: "អា"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "ជ្រើសរើសកាលបរិច្ឆេទ",
|
161
|
+
week: "ជ្រើសរើសសប្តាហ៍",
|
162
|
+
month: "ជ្រើសរើសខែ",
|
163
|
+
year: "ជ្រើសរើសឆ្នាំ",
|
164
|
+
quarter: "ជ្រើសរើសត្រីមាស",
|
165
|
+
time: "ជ្រើសរើសពេលវេលា"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"កាលបរិច្ឆេទចាប់ផ្តើម",
|
170
|
+
"កាលបរិច្ឆេទបញ្ចប់"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"សប្តាហ៍ចាប់ផ្តើម",
|
174
|
+
"សប្តាហ៍បញ្ចប់"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"ខែចាប់ផ្តើម",
|
178
|
+
"ខែបញ្ចប់"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"ឆ្នាំចាប់ផ្តើម",
|
182
|
+
"ឆ្នាំបញ្ចប់"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"ត្រីមាសចាប់ផ្តើម",
|
186
|
+
"ត្រីមាសបញ្ចប់"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"ពេលវេលាចាប់ផ្តើម",
|
190
|
+
"ពេលវេលាបញ្ចប់"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "ជ្រើសរើសពេលវេលា",
|
194
|
+
today: "ថ្ងៃនេះ",
|
195
|
+
now: "ឥឡូវនេះ",
|
196
|
+
ok: "យល់ព្រម"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "កំពុងដំណើរការ"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "ពេញអេក្រង់",
|
203
|
+
rotateRight: "បង្វិលទៅស្ដាំ",
|
204
|
+
rotateLeft: "បង្វិលទៅឆ្វេង",
|
205
|
+
zoomIn: "ពង្រីក",
|
206
|
+
zoomOut: "បង្រួម",
|
207
|
+
originalSize: "ទំហំដើម"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copied: "បានចម្លង",
|
211
|
+
copy: "ចម្លង",
|
212
|
+
expand: "ពង្រីក",
|
213
|
+
collapse: "បង្រួម",
|
214
|
+
edit: "កែសម្រួល"
|
215
|
+
};
|
216
|
+
const colorPicker = {
|
217
|
+
history: "ប្រវត្តិពណ៌",
|
218
|
+
preset: "ពណ៌កំណត់ជាមុន",
|
219
|
+
empty: "ទទេ"
|
220
|
+
};
|
221
|
+
const kmKh = {
|
222
|
+
empty,
|
223
|
+
drawer,
|
224
|
+
popconfirm,
|
225
|
+
modal,
|
226
|
+
pagination,
|
227
|
+
table,
|
228
|
+
upload,
|
229
|
+
calendar,
|
230
|
+
datePicker,
|
231
|
+
image,
|
232
|
+
imagePreview,
|
233
|
+
typography,
|
234
|
+
colorPicker
|
235
|
+
};
|
236
|
+
export {
|
237
|
+
calendar,
|
238
|
+
colorPicker,
|
239
|
+
datePicker,
|
240
|
+
kmKh as default,
|
241
|
+
drawer,
|
242
|
+
empty,
|
243
|
+
image,
|
244
|
+
imagePreview,
|
245
|
+
modal,
|
246
|
+
pagination,
|
247
|
+
popconfirm,
|
248
|
+
table,
|
249
|
+
typography,
|
250
|
+
upload
|
251
|
+
};
|
@@ -0,0 +1,207 @@
|
|
1
|
+
declare const _default: {
|
2
|
+
"empty": {
|
3
|
+
"description": "데이터 없음"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "결정",
|
7
|
+
"cancelText": "취소"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "결정",
|
11
|
+
"cancelText": "취소"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "결정",
|
15
|
+
"cancelText": "취소"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "이동",
|
19
|
+
"page": "페이지",
|
20
|
+
"countPerPage": "기입 / 페이지",
|
21
|
+
"total": "총 {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "결정",
|
25
|
+
"resetText": "초기화"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "스타트",
|
29
|
+
"cancel": "취소",
|
30
|
+
"delete": "지우다",
|
31
|
+
"retry": "다시 시도를 클릭",
|
32
|
+
"buttonText": "클릭 업로드",
|
33
|
+
"preview": "시사",
|
34
|
+
"drag": "여기에서 업로드 할 파일을 클릭하거나 드래그하세요",
|
35
|
+
"dragHover": "파일을 해제하고 업로드 시작",
|
36
|
+
"error": "업로드 실패"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "요즘",
|
42
|
+
"view": {
|
43
|
+
"month": "달",
|
44
|
+
"year": "년",
|
45
|
+
"week": "주",
|
46
|
+
"day": "일"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "일월",
|
51
|
+
"February": "이월",
|
52
|
+
"March": "행진",
|
53
|
+
"April": "사월",
|
54
|
+
"May": "오월",
|
55
|
+
"June": "유월",
|
56
|
+
"July": "칠월",
|
57
|
+
"August": "팔월",
|
58
|
+
"September": "구월",
|
59
|
+
"October": "시월",
|
60
|
+
"November": "십일월",
|
61
|
+
"December": "십이월"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "일월",
|
65
|
+
"February": "이월",
|
66
|
+
"March": "행진",
|
67
|
+
"April": "사월",
|
68
|
+
"May": "오월",
|
69
|
+
"June": "유월",
|
70
|
+
"July": "칠월",
|
71
|
+
"August": "팔월",
|
72
|
+
"September": "구월",
|
73
|
+
"October": "시월",
|
74
|
+
"November": "십일월",
|
75
|
+
"December": "십이월"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "주",
|
81
|
+
"monday": "월요일",
|
82
|
+
"tuesday": "화요일",
|
83
|
+
"wednesday": "수요일",
|
84
|
+
"thursday": "목요일",
|
85
|
+
"friday": "금요일",
|
86
|
+
"saturday": "토요일",
|
87
|
+
"sunday": "일요일"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "주",
|
91
|
+
"monday": "월",
|
92
|
+
"tuesday": "화",
|
93
|
+
"wednesday": "수",
|
94
|
+
"thursday": "목",
|
95
|
+
"friday": "금",
|
96
|
+
"saturday": "토",
|
97
|
+
"sunday": "일"
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "달",
|
104
|
+
"year": "년",
|
105
|
+
"week": "주",
|
106
|
+
"day": "일"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "일월",
|
111
|
+
"February": "이월",
|
112
|
+
"March": "행진",
|
113
|
+
"April": "사월",
|
114
|
+
"May": "오월",
|
115
|
+
"June": "유월",
|
116
|
+
"July": "칠월",
|
117
|
+
"August": "팔월",
|
118
|
+
"September": "구월",
|
119
|
+
"October": "시월",
|
120
|
+
"November": "십일월",
|
121
|
+
"December": "십이월"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "일월",
|
125
|
+
"February": "이월",
|
126
|
+
"March": "행진",
|
127
|
+
"April": "사월",
|
128
|
+
"May": "오월",
|
129
|
+
"June": "유월",
|
130
|
+
"July": "칠월",
|
131
|
+
"August": "팔월",
|
132
|
+
"September": "구월",
|
133
|
+
"October": "시월",
|
134
|
+
"November": "십일월",
|
135
|
+
"December": "십이월"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "주",
|
141
|
+
"monday": "월요일",
|
142
|
+
"tuesday": "화요일",
|
143
|
+
"wednesday": "수요일",
|
144
|
+
"thursday": "목요일",
|
145
|
+
"friday": "금요일",
|
146
|
+
"saturday": "토요일",
|
147
|
+
"sunday": "일요일"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "주",
|
151
|
+
"monday": "월",
|
152
|
+
"tuesday": "화",
|
153
|
+
"wednesday": "수",
|
154
|
+
"thursday": "목",
|
155
|
+
"friday": "금",
|
156
|
+
"saturday": "토",
|
157
|
+
"sunday": "일"
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "날짜를 선택하세요",
|
162
|
+
"week": "주를 선택하세요",
|
163
|
+
"month": "달을 선택하세요",
|
164
|
+
"year": "연도를 선택하세요",
|
165
|
+
"quarter": "분기를 선택하세요",
|
166
|
+
"time": "선택 기간"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["시작일", "종료일"],
|
170
|
+
"week": ["주 시작", "주 종료"],
|
171
|
+
"month": ["시작 월", "종료 월"],
|
172
|
+
"year": ["시작 년도", "연말"],
|
173
|
+
"quarter": ["분기 시작", "분기 종료"],
|
174
|
+
"time": ["시작 시간", "종료 시간"]
|
175
|
+
},
|
176
|
+
"selectTime": "선택 기간",
|
177
|
+
"today": "요즘",
|
178
|
+
"now": "지금",
|
179
|
+
"ok": "결정"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "로딩"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "전체 화면",
|
186
|
+
"rotateRight": "오른쪽으로 회전",
|
187
|
+
"rotateLeft": "왼쪽으로 회전",
|
188
|
+
"zoomIn": "확대",
|
189
|
+
"zoomOut": "축소",
|
190
|
+
"originalSize": "원래 크기"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "복사",
|
194
|
+
"copied": "복사 됨",
|
195
|
+
"edit": "편집하다",
|
196
|
+
"collapse": "겹",
|
197
|
+
"expand": "전개 하 다"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "최근 색상 사용",
|
201
|
+
"preset": "시스템 기본 색상",
|
202
|
+
"empty": "데이터 없음"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1,251 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "데이터 없음"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "결정",
|
6
|
+
cancelText: "취소"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "결정",
|
10
|
+
cancelText: "취소"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "결정",
|
14
|
+
cancelText: "취소"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "이동",
|
18
|
+
page: "페이지",
|
19
|
+
countPerPage: "기입 / 페이지",
|
20
|
+
total: "총 {0}"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "결정",
|
24
|
+
resetText: "초기화"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "스타트",
|
28
|
+
cancel: "취소",
|
29
|
+
"delete": "지우다",
|
30
|
+
retry: "다시 시도를 클릭",
|
31
|
+
buttonText: "클릭 업로드",
|
32
|
+
preview: "시사",
|
33
|
+
drag: "여기에서 업로드 할 파일을 클릭하거나 드래그하세요",
|
34
|
+
dragHover: "파일을 해제하고 업로드 시작",
|
35
|
+
error: "업로드 실패"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY",
|
39
|
+
formatMonth: "MMM YYYY",
|
40
|
+
today: "요즘",
|
41
|
+
view: {
|
42
|
+
month: "달",
|
43
|
+
year: "년",
|
44
|
+
week: "주",
|
45
|
+
day: "일"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "일월",
|
50
|
+
February: "이월",
|
51
|
+
March: "행진",
|
52
|
+
April: "사월",
|
53
|
+
May: "오월",
|
54
|
+
June: "유월",
|
55
|
+
July: "칠월",
|
56
|
+
August: "팔월",
|
57
|
+
September: "구월",
|
58
|
+
October: "시월",
|
59
|
+
November: "십일월",
|
60
|
+
December: "십이월"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "일월",
|
64
|
+
February: "이월",
|
65
|
+
March: "행진",
|
66
|
+
April: "사월",
|
67
|
+
May: "오월",
|
68
|
+
June: "유월",
|
69
|
+
July: "칠월",
|
70
|
+
August: "팔월",
|
71
|
+
September: "구월",
|
72
|
+
October: "시월",
|
73
|
+
November: "십일월",
|
74
|
+
December: "십이월"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "주",
|
80
|
+
monday: "월요일",
|
81
|
+
tuesday: "화요일",
|
82
|
+
wednesday: "수요일",
|
83
|
+
thursday: "목요일",
|
84
|
+
friday: "금요일",
|
85
|
+
saturday: "토요일",
|
86
|
+
sunday: "일요일"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "주",
|
90
|
+
monday: "월",
|
91
|
+
tuesday: "화",
|
92
|
+
wednesday: "수",
|
93
|
+
thursday: "목",
|
94
|
+
friday: "금",
|
95
|
+
saturday: "토",
|
96
|
+
sunday: "일"
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "달",
|
103
|
+
year: "년",
|
104
|
+
week: "주",
|
105
|
+
day: "일"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "일월",
|
110
|
+
February: "이월",
|
111
|
+
March: "행진",
|
112
|
+
April: "사월",
|
113
|
+
May: "오월",
|
114
|
+
June: "유월",
|
115
|
+
July: "칠월",
|
116
|
+
August: "팔월",
|
117
|
+
September: "구월",
|
118
|
+
October: "시월",
|
119
|
+
November: "십일월",
|
120
|
+
December: "십이월"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "일월",
|
124
|
+
February: "이월",
|
125
|
+
March: "행진",
|
126
|
+
April: "사월",
|
127
|
+
May: "오월",
|
128
|
+
June: "유월",
|
129
|
+
July: "칠월",
|
130
|
+
August: "팔월",
|
131
|
+
September: "구월",
|
132
|
+
October: "시월",
|
133
|
+
November: "십일월",
|
134
|
+
December: "십이월"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "주",
|
140
|
+
monday: "월요일",
|
141
|
+
tuesday: "화요일",
|
142
|
+
wednesday: "수요일",
|
143
|
+
thursday: "목요일",
|
144
|
+
friday: "금요일",
|
145
|
+
saturday: "토요일",
|
146
|
+
sunday: "일요일"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "주",
|
150
|
+
monday: "월",
|
151
|
+
tuesday: "화",
|
152
|
+
wednesday: "수",
|
153
|
+
thursday: "목",
|
154
|
+
friday: "금",
|
155
|
+
saturday: "토",
|
156
|
+
sunday: "일"
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "날짜를 선택하세요",
|
161
|
+
week: "주를 선택하세요",
|
162
|
+
month: "달을 선택하세요",
|
163
|
+
year: "연도를 선택하세요",
|
164
|
+
quarter: "분기를 선택하세요",
|
165
|
+
time: "선택 기간"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"시작일",
|
170
|
+
"종료일"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"주 시작",
|
174
|
+
"주 종료"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"시작 월",
|
178
|
+
"종료 월"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"시작 년도",
|
182
|
+
"연말"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"분기 시작",
|
186
|
+
"분기 종료"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"시작 시간",
|
190
|
+
"종료 시간"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "선택 기간",
|
194
|
+
today: "요즘",
|
195
|
+
now: "지금",
|
196
|
+
ok: "결정"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "로딩"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "전체 화면",
|
203
|
+
rotateRight: "오른쪽으로 회전",
|
204
|
+
rotateLeft: "왼쪽으로 회전",
|
205
|
+
zoomIn: "확대",
|
206
|
+
zoomOut: "축소",
|
207
|
+
originalSize: "원래 크기"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copy: "복사",
|
211
|
+
copied: "복사 됨",
|
212
|
+
edit: "편집하다",
|
213
|
+
collapse: "겹",
|
214
|
+
expand: "전개 하 다"
|
215
|
+
};
|
216
|
+
const colorPicker = {
|
217
|
+
history: "최근 색상 사용",
|
218
|
+
preset: "시스템 기본 색상",
|
219
|
+
empty: "데이터 없음"
|
220
|
+
};
|
221
|
+
const koKr = {
|
222
|
+
empty,
|
223
|
+
drawer,
|
224
|
+
popconfirm,
|
225
|
+
modal,
|
226
|
+
pagination,
|
227
|
+
table,
|
228
|
+
upload,
|
229
|
+
calendar,
|
230
|
+
datePicker,
|
231
|
+
image,
|
232
|
+
imagePreview,
|
233
|
+
typography,
|
234
|
+
colorPicker
|
235
|
+
};
|
236
|
+
export {
|
237
|
+
calendar,
|
238
|
+
colorPicker,
|
239
|
+
datePicker,
|
240
|
+
koKr as default,
|
241
|
+
drawer,
|
242
|
+
empty,
|
243
|
+
image,
|
244
|
+
imagePreview,
|
245
|
+
modal,
|
246
|
+
pagination,
|
247
|
+
popconfirm,
|
248
|
+
table,
|
249
|
+
typography,
|
250
|
+
upload
|
251
|
+
};
|