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
@@ -1,153 +0,0 @@
|
|
1
|
-
const calendarLang = {
|
2
|
-
formatYear: "YYYY ឆ្នាំ",
|
3
|
-
formatMonth: "YYYY ឆ្នាំ MM ខែ",
|
4
|
-
today: "ថ្ងៃនេះ",
|
5
|
-
view: {
|
6
|
-
month: "ខែ",
|
7
|
-
year: "ឆ្នាំ",
|
8
|
-
week: "សប្តាហ៍",
|
9
|
-
day: "ថ្ងៃ"
|
10
|
-
},
|
11
|
-
month: {
|
12
|
-
long: {
|
13
|
-
January: "មករា",
|
14
|
-
February: "កុម្ភៈ",
|
15
|
-
March: "មិនា",
|
16
|
-
April: "មេសា",
|
17
|
-
May: "ឧសភា",
|
18
|
-
June: "មិថុនា",
|
19
|
-
July: "កក្កដា",
|
20
|
-
August: "សីហា",
|
21
|
-
September: "កញ្ញា",
|
22
|
-
October: "តុលា",
|
23
|
-
November: "វិច្ឆិកា",
|
24
|
-
December: "ធ្នូ"
|
25
|
-
},
|
26
|
-
short: {
|
27
|
-
January: "មករា",
|
28
|
-
February: "កុម្ភៈ",
|
29
|
-
March: "មិនា",
|
30
|
-
April: "មេសា",
|
31
|
-
May: "ឧសភា",
|
32
|
-
June: "មិថុនា",
|
33
|
-
July: "កក្កដា",
|
34
|
-
August: "សីហា",
|
35
|
-
September: "កញ្ញា",
|
36
|
-
October: "តុលា",
|
37
|
-
November: "វិច្ឆិកា",
|
38
|
-
December: "ធ្នូ"
|
39
|
-
}
|
40
|
-
},
|
41
|
-
week: {
|
42
|
-
long: {
|
43
|
-
self: "សប្តាហ៍",
|
44
|
-
monday: "ច័ន្ទ",
|
45
|
-
tuesday: "អង្គារ",
|
46
|
-
wednesday: "ពុធ",
|
47
|
-
thursday: "ព្រហស្បតិ៍",
|
48
|
-
friday: "សុក្រ",
|
49
|
-
saturday: "សៅរ៍",
|
50
|
-
sunday: "អាទិត្យ"
|
51
|
-
},
|
52
|
-
short: {
|
53
|
-
self: "សប្តាហ៍",
|
54
|
-
monday: "ច",
|
55
|
-
tuesday: "អ",
|
56
|
-
wednesday: "ព",
|
57
|
-
thursday: "ព្រ",
|
58
|
-
friday: "សុ",
|
59
|
-
saturday: "ស",
|
60
|
-
sunday: "អា"
|
61
|
-
}
|
62
|
-
}
|
63
|
-
};
|
64
|
-
const lang = {
|
65
|
-
empty: {
|
66
|
-
description: "គ្មានទិន្នន័យ"
|
67
|
-
},
|
68
|
-
drawer: {
|
69
|
-
okText: "យល់ព្រម",
|
70
|
-
cancelText: "បោះបង់"
|
71
|
-
},
|
72
|
-
popconfirm: {
|
73
|
-
okText: "យល់ព្រម",
|
74
|
-
cancelText: "បោះបង់"
|
75
|
-
},
|
76
|
-
modal: {
|
77
|
-
okText: "យល់ព្រម",
|
78
|
-
cancelText: "បោះបង់"
|
79
|
-
},
|
80
|
-
pagination: {
|
81
|
-
goto: "ទៅកាន់",
|
82
|
-
page: "ទំព័រ",
|
83
|
-
countPerPage: " / ទំព័រ",
|
84
|
-
total: "សរុប {0}"
|
85
|
-
},
|
86
|
-
table: {
|
87
|
-
okText: "យល់ព្រម",
|
88
|
-
resetText: "កំណត់ឡើងវិញ"
|
89
|
-
},
|
90
|
-
upload: {
|
91
|
-
start: "ចាប់ផ្តើម",
|
92
|
-
cancel: "បោះបង់",
|
93
|
-
delete: "លុប",
|
94
|
-
retry: "ចុចដើម្បីព្យាយាមម្តងទៀត",
|
95
|
-
buttonText: "ផ្ទុកឡើង",
|
96
|
-
preview: "មើលជាមុន",
|
97
|
-
drag: "ចុចឬអូសឯកសារមកកាន់តំបន់នេះដើម្បីផ្ទុកឡើង",
|
98
|
-
dragHover: "លែងដើម្បីផ្ទុកឡើង",
|
99
|
-
error: "កំហុសក្នុងការផ្ទុកឡើង"
|
100
|
-
},
|
101
|
-
calendar: calendarLang,
|
102
|
-
datePicker: {
|
103
|
-
view: calendarLang.view,
|
104
|
-
month: calendarLang.month,
|
105
|
-
week: calendarLang.week,
|
106
|
-
placeholder: {
|
107
|
-
date: "ជ្រើសរើសកាលបរិច្ឆេទ",
|
108
|
-
week: "ជ្រើសរើសសប្តាហ៍",
|
109
|
-
month: "ជ្រើសរើសខែ",
|
110
|
-
year: "ជ្រើសរើសឆ្នាំ",
|
111
|
-
quarter: "ជ្រើសរើសត្រីមាស",
|
112
|
-
time: "ជ្រើសរើសពេលវេលា"
|
113
|
-
},
|
114
|
-
rangePlaceholder: {
|
115
|
-
date: ["កាលបរិច្ឆេទចាប់ផ្តើម", "កាលបរិច្ឆេទបញ្ចប់"],
|
116
|
-
week: ["សប្តាហ៍ចាប់ផ្តើម", "សប្តាហ៍បញ្ចប់"],
|
117
|
-
month: ["ខែចាប់ផ្តើម", "ខែបញ្ចប់"],
|
118
|
-
year: ["ឆ្នាំចាប់ផ្តើម", "ឆ្នាំបញ្ចប់"],
|
119
|
-
quarter: ["ត្រីមាសចាប់ផ្តើម", "ត្រីមាសបញ្ចប់"],
|
120
|
-
time: ["ពេលវេលាចាប់ផ្តើម", "ពេលវេលាបញ្ចប់"]
|
121
|
-
},
|
122
|
-
selectTime: "ជ្រើសរើសពេលវេលា",
|
123
|
-
today: "ថ្ងៃនេះ",
|
124
|
-
now: "ឥឡូវនេះ",
|
125
|
-
ok: "យល់ព្រម"
|
126
|
-
},
|
127
|
-
image: {
|
128
|
-
loading: "កំពុងដំណើរការ"
|
129
|
-
},
|
130
|
-
imagePreview: {
|
131
|
-
fullScreen: "ពេញអេក្រង់",
|
132
|
-
rotateRight: "បង្វិលទៅស្ដាំ",
|
133
|
-
rotateLeft: "បង្វិលទៅឆ្វេង",
|
134
|
-
zoomIn: "ពង្រីក",
|
135
|
-
zoomOut: "បង្រួម",
|
136
|
-
originalSize: "ទំហំដើម"
|
137
|
-
},
|
138
|
-
typography: {
|
139
|
-
copied: "បានចម្លង",
|
140
|
-
copy: "ចម្លង",
|
141
|
-
expand: "ពង្រីក",
|
142
|
-
collapse: "បង្រួម",
|
143
|
-
edit: "កែសម្រួល"
|
144
|
-
},
|
145
|
-
colorPicker: {
|
146
|
-
history: "ប្រវត្តិពណ៌",
|
147
|
-
preset: "ពណ៌កំណត់ជាមុន",
|
148
|
-
empty: "ទទេ"
|
149
|
-
}
|
150
|
-
};
|
151
|
-
export {
|
152
|
-
lang as default
|
153
|
-
};
|
@@ -1,205 +0,0 @@
|
|
1
|
-
declare const lang: {
|
2
|
-
empty: {
|
3
|
-
description: string;
|
4
|
-
};
|
5
|
-
drawer: {
|
6
|
-
okText: string;
|
7
|
-
cancelText: string;
|
8
|
-
};
|
9
|
-
popconfirm: {
|
10
|
-
okText: string;
|
11
|
-
cancelText: string;
|
12
|
-
};
|
13
|
-
modal: {
|
14
|
-
okText: string;
|
15
|
-
cancelText: string;
|
16
|
-
};
|
17
|
-
pagination: {
|
18
|
-
goto: string;
|
19
|
-
page: string;
|
20
|
-
countPerPage: string;
|
21
|
-
total: string;
|
22
|
-
};
|
23
|
-
table: {
|
24
|
-
okText: string;
|
25
|
-
resetText: string;
|
26
|
-
};
|
27
|
-
upload: {
|
28
|
-
start: string;
|
29
|
-
cancel: string;
|
30
|
-
delete: string;
|
31
|
-
retry: string;
|
32
|
-
buttonText: string;
|
33
|
-
preview: string;
|
34
|
-
drag: string;
|
35
|
-
dragHover: string;
|
36
|
-
error: string;
|
37
|
-
};
|
38
|
-
calendar: {
|
39
|
-
formatYear: string;
|
40
|
-
formatMonth: string;
|
41
|
-
today: string;
|
42
|
-
view: {
|
43
|
-
month: string;
|
44
|
-
year: string;
|
45
|
-
week: string;
|
46
|
-
day: string;
|
47
|
-
};
|
48
|
-
month: {
|
49
|
-
long: {
|
50
|
-
January: string;
|
51
|
-
February: string;
|
52
|
-
March: string;
|
53
|
-
April: string;
|
54
|
-
May: string;
|
55
|
-
June: string;
|
56
|
-
July: string;
|
57
|
-
August: string;
|
58
|
-
September: string;
|
59
|
-
October: string;
|
60
|
-
November: string;
|
61
|
-
December: string;
|
62
|
-
};
|
63
|
-
short: {
|
64
|
-
January: string;
|
65
|
-
February: string;
|
66
|
-
March: string;
|
67
|
-
April: string;
|
68
|
-
May: string;
|
69
|
-
June: string;
|
70
|
-
July: string;
|
71
|
-
August: string;
|
72
|
-
September: string;
|
73
|
-
October: string;
|
74
|
-
November: string;
|
75
|
-
December: string;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
week: {
|
79
|
-
long: {
|
80
|
-
self: string;
|
81
|
-
monday: string;
|
82
|
-
tuesday: string;
|
83
|
-
wednesday: string;
|
84
|
-
thursday: string;
|
85
|
-
friday: string;
|
86
|
-
saturday: string;
|
87
|
-
sunday: string;
|
88
|
-
};
|
89
|
-
short: {
|
90
|
-
self: string;
|
91
|
-
monday: string;
|
92
|
-
tuesday: string;
|
93
|
-
wednesday: string;
|
94
|
-
thursday: string;
|
95
|
-
friday: string;
|
96
|
-
saturday: string;
|
97
|
-
sunday: string;
|
98
|
-
};
|
99
|
-
};
|
100
|
-
};
|
101
|
-
datePicker: {
|
102
|
-
view: {
|
103
|
-
month: string;
|
104
|
-
year: string;
|
105
|
-
week: string;
|
106
|
-
day: string;
|
107
|
-
};
|
108
|
-
month: {
|
109
|
-
long: {
|
110
|
-
January: string;
|
111
|
-
February: string;
|
112
|
-
March: string;
|
113
|
-
April: string;
|
114
|
-
May: string;
|
115
|
-
June: string;
|
116
|
-
July: string;
|
117
|
-
August: string;
|
118
|
-
September: string;
|
119
|
-
October: string;
|
120
|
-
November: string;
|
121
|
-
December: string;
|
122
|
-
};
|
123
|
-
short: {
|
124
|
-
January: string;
|
125
|
-
February: string;
|
126
|
-
March: string;
|
127
|
-
April: string;
|
128
|
-
May: string;
|
129
|
-
June: string;
|
130
|
-
July: string;
|
131
|
-
August: string;
|
132
|
-
September: string;
|
133
|
-
October: string;
|
134
|
-
November: string;
|
135
|
-
December: string;
|
136
|
-
};
|
137
|
-
};
|
138
|
-
week: {
|
139
|
-
long: {
|
140
|
-
self: string;
|
141
|
-
monday: string;
|
142
|
-
tuesday: string;
|
143
|
-
wednesday: string;
|
144
|
-
thursday: string;
|
145
|
-
friday: string;
|
146
|
-
saturday: string;
|
147
|
-
sunday: string;
|
148
|
-
};
|
149
|
-
short: {
|
150
|
-
self: string;
|
151
|
-
monday: string;
|
152
|
-
tuesday: string;
|
153
|
-
wednesday: string;
|
154
|
-
thursday: string;
|
155
|
-
friday: string;
|
156
|
-
saturday: string;
|
157
|
-
sunday: string;
|
158
|
-
};
|
159
|
-
};
|
160
|
-
placeholder: {
|
161
|
-
date: string;
|
162
|
-
week: string;
|
163
|
-
month: string;
|
164
|
-
year: string;
|
165
|
-
quarter: string;
|
166
|
-
time: string;
|
167
|
-
};
|
168
|
-
rangePlaceholder: {
|
169
|
-
date: string[];
|
170
|
-
week: string[];
|
171
|
-
month: string[];
|
172
|
-
year: string[];
|
173
|
-
quarter: string[];
|
174
|
-
time: string[];
|
175
|
-
};
|
176
|
-
selectTime: string;
|
177
|
-
today: string;
|
178
|
-
now: string;
|
179
|
-
ok: string;
|
180
|
-
};
|
181
|
-
image: {
|
182
|
-
loading: string;
|
183
|
-
};
|
184
|
-
imagePreview: {
|
185
|
-
fullScreen: string;
|
186
|
-
rotateRight: string;
|
187
|
-
rotateLeft: string;
|
188
|
-
zoomIn: string;
|
189
|
-
zoomOut: string;
|
190
|
-
originalSize: string;
|
191
|
-
};
|
192
|
-
typography: {
|
193
|
-
copy: string;
|
194
|
-
copied: string;
|
195
|
-
edit: string;
|
196
|
-
collapse: string;
|
197
|
-
expand: string;
|
198
|
-
};
|
199
|
-
colorPicker: {
|
200
|
-
history: string;
|
201
|
-
preset: string;
|
202
|
-
empty: string;
|
203
|
-
};
|
204
|
-
};
|
205
|
-
export default lang;
|
@@ -1,153 +0,0 @@
|
|
1
|
-
const calendarLang = {
|
2
|
-
formatYear: "YYYY",
|
3
|
-
formatMonth: "MMM YYYY",
|
4
|
-
today: "요즘",
|
5
|
-
view: {
|
6
|
-
month: "달",
|
7
|
-
year: "년",
|
8
|
-
week: "주",
|
9
|
-
day: "일"
|
10
|
-
},
|
11
|
-
month: {
|
12
|
-
long: {
|
13
|
-
January: "일월",
|
14
|
-
February: "이월",
|
15
|
-
March: "행진",
|
16
|
-
April: "사월",
|
17
|
-
May: "오월",
|
18
|
-
June: "유월",
|
19
|
-
July: "칠월",
|
20
|
-
August: "팔월",
|
21
|
-
September: "구월",
|
22
|
-
October: "시월",
|
23
|
-
November: "십일월",
|
24
|
-
December: "십이월"
|
25
|
-
},
|
26
|
-
short: {
|
27
|
-
January: "일월",
|
28
|
-
February: "이월",
|
29
|
-
March: "행진",
|
30
|
-
April: "사월",
|
31
|
-
May: "오월",
|
32
|
-
June: "유월",
|
33
|
-
July: "칠월",
|
34
|
-
August: "팔월",
|
35
|
-
September: "구월",
|
36
|
-
October: "시월",
|
37
|
-
November: "십일월",
|
38
|
-
December: "십이월"
|
39
|
-
}
|
40
|
-
},
|
41
|
-
week: {
|
42
|
-
long: {
|
43
|
-
self: "주",
|
44
|
-
monday: "월요일",
|
45
|
-
tuesday: "화요일",
|
46
|
-
wednesday: "수요일",
|
47
|
-
thursday: "목요일",
|
48
|
-
friday: "금요일",
|
49
|
-
saturday: "토요일",
|
50
|
-
sunday: "일요일"
|
51
|
-
},
|
52
|
-
short: {
|
53
|
-
self: "주",
|
54
|
-
monday: "월",
|
55
|
-
tuesday: "화",
|
56
|
-
wednesday: "수",
|
57
|
-
thursday: "목",
|
58
|
-
friday: "금",
|
59
|
-
saturday: "토",
|
60
|
-
sunday: "일"
|
61
|
-
}
|
62
|
-
}
|
63
|
-
};
|
64
|
-
const lang = {
|
65
|
-
empty: {
|
66
|
-
description: "데이터 없음"
|
67
|
-
},
|
68
|
-
drawer: {
|
69
|
-
okText: "결정",
|
70
|
-
cancelText: "취소"
|
71
|
-
},
|
72
|
-
popconfirm: {
|
73
|
-
okText: "결정",
|
74
|
-
cancelText: "취소"
|
75
|
-
},
|
76
|
-
modal: {
|
77
|
-
okText: "결정",
|
78
|
-
cancelText: "취소"
|
79
|
-
},
|
80
|
-
pagination: {
|
81
|
-
goto: "이동",
|
82
|
-
page: "페이지",
|
83
|
-
countPerPage: "기입 / 페이지",
|
84
|
-
total: "총 {0}"
|
85
|
-
},
|
86
|
-
table: {
|
87
|
-
okText: "결정",
|
88
|
-
resetText: "초기화"
|
89
|
-
},
|
90
|
-
upload: {
|
91
|
-
start: "스타트",
|
92
|
-
cancel: "취소",
|
93
|
-
delete: "지우다",
|
94
|
-
retry: "다시 시도를 클릭",
|
95
|
-
buttonText: "클릭 업로드",
|
96
|
-
preview: "시사",
|
97
|
-
drag: "여기에서 업로드 할 파일을 클릭하거나 드래그하세요",
|
98
|
-
dragHover: "파일을 해제하고 업로드 시작",
|
99
|
-
error: "업로드 실패"
|
100
|
-
},
|
101
|
-
calendar: calendarLang,
|
102
|
-
datePicker: {
|
103
|
-
view: calendarLang.view,
|
104
|
-
month: calendarLang.month,
|
105
|
-
week: calendarLang.week,
|
106
|
-
placeholder: {
|
107
|
-
date: "날짜를 선택하세요",
|
108
|
-
week: "주를 선택하세요",
|
109
|
-
month: "달을 선택하세요",
|
110
|
-
year: "연도를 선택하세요",
|
111
|
-
quarter: "분기를 선택하세요",
|
112
|
-
time: "선택 기간"
|
113
|
-
},
|
114
|
-
rangePlaceholder: {
|
115
|
-
date: ["시작일", "종료일"],
|
116
|
-
week: ["주 시작", "주 종료"],
|
117
|
-
month: ["시작 월", "종료 월"],
|
118
|
-
year: ["시작 년도", "연말"],
|
119
|
-
quarter: ["분기 시작", "분기 종료"],
|
120
|
-
time: ["시작 시간", "종료 시간"]
|
121
|
-
},
|
122
|
-
selectTime: "선택 기간",
|
123
|
-
today: "요즘",
|
124
|
-
now: "지금",
|
125
|
-
ok: "결정"
|
126
|
-
},
|
127
|
-
image: {
|
128
|
-
loading: "로딩"
|
129
|
-
},
|
130
|
-
imagePreview: {
|
131
|
-
fullScreen: "전체 화면",
|
132
|
-
rotateRight: "오른쪽으로 회전",
|
133
|
-
rotateLeft: "왼쪽으로 회전",
|
134
|
-
zoomIn: "확대",
|
135
|
-
zoomOut: "축소",
|
136
|
-
originalSize: "원래 크기"
|
137
|
-
},
|
138
|
-
typography: {
|
139
|
-
copy: "복사",
|
140
|
-
copied: "복사 됨",
|
141
|
-
edit: "편집하다",
|
142
|
-
collapse: "겹",
|
143
|
-
expand: "전개 하 다"
|
144
|
-
},
|
145
|
-
colorPicker: {
|
146
|
-
history: "최근 색상 사용",
|
147
|
-
preset: "시스템 기본 색상",
|
148
|
-
empty: "데이터 없음"
|
149
|
-
}
|
150
|
-
};
|
151
|
-
export {
|
152
|
-
lang as default
|
153
|
-
};
|
@@ -1,205 +0,0 @@
|
|
1
|
-
declare const lang: {
|
2
|
-
empty: {
|
3
|
-
description: string;
|
4
|
-
};
|
5
|
-
drawer: {
|
6
|
-
okText: string;
|
7
|
-
cancelText: string;
|
8
|
-
};
|
9
|
-
popconfirm: {
|
10
|
-
okText: string;
|
11
|
-
cancelText: string;
|
12
|
-
};
|
13
|
-
modal: {
|
14
|
-
okText: string;
|
15
|
-
cancelText: string;
|
16
|
-
};
|
17
|
-
pagination: {
|
18
|
-
goto: string;
|
19
|
-
page: string;
|
20
|
-
countPerPage: string;
|
21
|
-
total: string;
|
22
|
-
};
|
23
|
-
table: {
|
24
|
-
okText: string;
|
25
|
-
resetText: string;
|
26
|
-
};
|
27
|
-
upload: {
|
28
|
-
start: string;
|
29
|
-
cancel: string;
|
30
|
-
delete: string;
|
31
|
-
retry: string;
|
32
|
-
buttonText: string;
|
33
|
-
preview: string;
|
34
|
-
drag: string;
|
35
|
-
dragHover: string;
|
36
|
-
error: string;
|
37
|
-
};
|
38
|
-
calendar: {
|
39
|
-
formatYear: string;
|
40
|
-
formatMonth: string;
|
41
|
-
today: string;
|
42
|
-
view: {
|
43
|
-
month: string;
|
44
|
-
year: string;
|
45
|
-
week: string;
|
46
|
-
day: string;
|
47
|
-
};
|
48
|
-
month: {
|
49
|
-
long: {
|
50
|
-
January: string;
|
51
|
-
February: string;
|
52
|
-
March: string;
|
53
|
-
April: string;
|
54
|
-
May: string;
|
55
|
-
June: string;
|
56
|
-
July: string;
|
57
|
-
August: string;
|
58
|
-
September: string;
|
59
|
-
October: string;
|
60
|
-
November: string;
|
61
|
-
December: string;
|
62
|
-
};
|
63
|
-
short: {
|
64
|
-
January: string;
|
65
|
-
February: string;
|
66
|
-
March: string;
|
67
|
-
April: string;
|
68
|
-
May: string;
|
69
|
-
June: string;
|
70
|
-
July: string;
|
71
|
-
August: string;
|
72
|
-
September: string;
|
73
|
-
October: string;
|
74
|
-
November: string;
|
75
|
-
December: string;
|
76
|
-
};
|
77
|
-
};
|
78
|
-
week: {
|
79
|
-
long: {
|
80
|
-
self: string;
|
81
|
-
monday: string;
|
82
|
-
tuesday: string;
|
83
|
-
wednesday: string;
|
84
|
-
thursday: string;
|
85
|
-
friday: string;
|
86
|
-
saturday: string;
|
87
|
-
sunday: string;
|
88
|
-
};
|
89
|
-
short: {
|
90
|
-
self: string;
|
91
|
-
monday: string;
|
92
|
-
tuesday: string;
|
93
|
-
wednesday: string;
|
94
|
-
thursday: string;
|
95
|
-
friday: string;
|
96
|
-
saturday: string;
|
97
|
-
sunday: string;
|
98
|
-
};
|
99
|
-
};
|
100
|
-
};
|
101
|
-
datePicker: {
|
102
|
-
view: {
|
103
|
-
month: string;
|
104
|
-
year: string;
|
105
|
-
week: string;
|
106
|
-
day: string;
|
107
|
-
};
|
108
|
-
month: {
|
109
|
-
long: {
|
110
|
-
January: string;
|
111
|
-
February: string;
|
112
|
-
March: string;
|
113
|
-
April: string;
|
114
|
-
May: string;
|
115
|
-
June: string;
|
116
|
-
July: string;
|
117
|
-
August: string;
|
118
|
-
September: string;
|
119
|
-
October: string;
|
120
|
-
November: string;
|
121
|
-
December: string;
|
122
|
-
};
|
123
|
-
short: {
|
124
|
-
January: string;
|
125
|
-
February: string;
|
126
|
-
March: string;
|
127
|
-
April: string;
|
128
|
-
May: string;
|
129
|
-
June: string;
|
130
|
-
July: string;
|
131
|
-
August: string;
|
132
|
-
September: string;
|
133
|
-
October: string;
|
134
|
-
November: string;
|
135
|
-
December: string;
|
136
|
-
};
|
137
|
-
};
|
138
|
-
week: {
|
139
|
-
long: {
|
140
|
-
self: string;
|
141
|
-
monday: string;
|
142
|
-
tuesday: string;
|
143
|
-
wednesday: string;
|
144
|
-
thursday: string;
|
145
|
-
friday: string;
|
146
|
-
saturday: string;
|
147
|
-
sunday: string;
|
148
|
-
};
|
149
|
-
short: {
|
150
|
-
self: string;
|
151
|
-
monday: string;
|
152
|
-
tuesday: string;
|
153
|
-
wednesday: string;
|
154
|
-
thursday: string;
|
155
|
-
friday: string;
|
156
|
-
saturday: string;
|
157
|
-
sunday: string;
|
158
|
-
};
|
159
|
-
};
|
160
|
-
placeholder: {
|
161
|
-
date: string;
|
162
|
-
week: string;
|
163
|
-
month: string;
|
164
|
-
year: string;
|
165
|
-
quarter: string;
|
166
|
-
time: string;
|
167
|
-
};
|
168
|
-
rangePlaceholder: {
|
169
|
-
date: string[];
|
170
|
-
week: string[];
|
171
|
-
month: string[];
|
172
|
-
year: string[];
|
173
|
-
quarter: string[];
|
174
|
-
time: string[];
|
175
|
-
};
|
176
|
-
selectTime: string;
|
177
|
-
today: string;
|
178
|
-
now: string;
|
179
|
-
ok: string;
|
180
|
-
};
|
181
|
-
image: {
|
182
|
-
loading: string;
|
183
|
-
};
|
184
|
-
imagePreview: {
|
185
|
-
fullScreen: string;
|
186
|
-
rotateRight: string;
|
187
|
-
rotateLeft: string;
|
188
|
-
zoomIn: string;
|
189
|
-
zoomOut: string;
|
190
|
-
originalSize: string;
|
191
|
-
};
|
192
|
-
typography: {
|
193
|
-
copy: string;
|
194
|
-
copied: string;
|
195
|
-
edit: string;
|
196
|
-
expand: string;
|
197
|
-
collapse: string;
|
198
|
-
};
|
199
|
-
colorPicker: {
|
200
|
-
history: string;
|
201
|
-
preset: string;
|
202
|
-
empty: string;
|
203
|
-
};
|
204
|
-
};
|
205
|
-
export default lang;
|