yc-design-vue 1.8.2 → 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 +2 -2
- 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/Progress/ProgressCircle.vue.js +1 -1
- 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 +4 -4
- package/es/Trigger/index.vue.js +1 -1
- package/es/_shared/components/IconButton.vue3.js +2 -2
- package/es/_shared/icons/IconDelete.vue.js +17 -1
- package/es/_shared/icons/IconDelete.vue2.js +1 -17
- package/es/_shared/icons/IconExclamation.vue.js +1 -28
- package/es/_shared/icons/IconExclamation.vue2.js +28 -1
- package/es/_shared/icons/IconSearch.vue.js +17 -1
- package/es/_shared/icons/IconSearch.vue2.js +1 -17
- 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/Progress/ProgressCircle.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/_shared/components/IconButton.vue3.js +1 -1
- package/lib/_shared/icons/IconDelete.vue.js +1 -1
- package/lib/_shared/icons/IconDelete.vue2.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue.js +1 -1
- package/lib/_shared/icons/IconExclamation.vue2.js +1 -1
- package/lib/_shared/icons/IconSearch.vue.js +1 -1
- package/lib/_shared/icons/IconSearch.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: "MMMM 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: "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 arEg = {
|
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
|
+
arEg 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": "Keine Daten"
|
4
|
+
},
|
5
|
+
"drawer": {
|
6
|
+
"okText": "OK",
|
7
|
+
"cancelText": "Abbrechen"
|
8
|
+
},
|
9
|
+
"popconfirm": {
|
10
|
+
"okText": "OK",
|
11
|
+
"cancelText": "Abbrechen"
|
12
|
+
},
|
13
|
+
"modal": {
|
14
|
+
"okText": "OK",
|
15
|
+
"cancelText": "Abbrechen"
|
16
|
+
},
|
17
|
+
"pagination": {
|
18
|
+
"goto": "Gehe zu",
|
19
|
+
"page": "",
|
20
|
+
"countPerPage": "/ Seite",
|
21
|
+
"total": "Gesamt {0}"
|
22
|
+
},
|
23
|
+
"table": {
|
24
|
+
"okText": "OK",
|
25
|
+
"resetText": "Zurücksetzen"
|
26
|
+
},
|
27
|
+
"upload": {
|
28
|
+
"start": "Anfang",
|
29
|
+
"cancel": "Abbrechen",
|
30
|
+
"delete": "löschen",
|
31
|
+
"retry": "Klicken Sie hier, um es erneut zu versuchen",
|
32
|
+
"buttonText": "Zum Hochladen klicken",
|
33
|
+
"preview": "Vorschau",
|
34
|
+
"drag": "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
|
35
|
+
"dragHover": "Geben Sie die Datei frei und starten Sie den Upload",
|
36
|
+
"error": "Upload fehlgeschlagen"
|
37
|
+
},
|
38
|
+
"calendar": {
|
39
|
+
"formatYear": "YYYY",
|
40
|
+
"formatMonth": "MMM YYYY",
|
41
|
+
"today": "Heute",
|
42
|
+
"view": {
|
43
|
+
"month": "Monat",
|
44
|
+
"year": "Jahr",
|
45
|
+
"week": "Woche",
|
46
|
+
"day": "Tag"
|
47
|
+
},
|
48
|
+
"month": {
|
49
|
+
"long": {
|
50
|
+
"January": "Januar",
|
51
|
+
"February": "Februar",
|
52
|
+
"March": "März",
|
53
|
+
"April": "April",
|
54
|
+
"May": "Mai",
|
55
|
+
"June": "Juni",
|
56
|
+
"July": "Juli",
|
57
|
+
"August": "August",
|
58
|
+
"September": "September",
|
59
|
+
"October": "Oktober",
|
60
|
+
"November": "November",
|
61
|
+
"December": "Dezember"
|
62
|
+
},
|
63
|
+
"short": {
|
64
|
+
"January": "Jan",
|
65
|
+
"February": "Feb",
|
66
|
+
"March": "Mär",
|
67
|
+
"April": "Apr",
|
68
|
+
"May": "Mai",
|
69
|
+
"June": "Jun",
|
70
|
+
"July": "Jul",
|
71
|
+
"August": "Aug",
|
72
|
+
"September": "Sep",
|
73
|
+
"October": "Okt",
|
74
|
+
"November": "Nov",
|
75
|
+
"December": "Dez"
|
76
|
+
}
|
77
|
+
},
|
78
|
+
"week": {
|
79
|
+
"long": {
|
80
|
+
"self": "Woche",
|
81
|
+
"monday": "Montag",
|
82
|
+
"tuesday": "Dienstag",
|
83
|
+
"wednesday": "Mittwoch",
|
84
|
+
"thursday": "Donnerstag",
|
85
|
+
"friday": "Freitag",
|
86
|
+
"saturday": "Samstag",
|
87
|
+
"sunday": "Sonntag"
|
88
|
+
},
|
89
|
+
"short": {
|
90
|
+
"self": "Woche",
|
91
|
+
"monday": "Mo.",
|
92
|
+
"tuesday": "Di.",
|
93
|
+
"wednesday": "Mi.",
|
94
|
+
"thursday": "Do.",
|
95
|
+
"friday": "Fr.",
|
96
|
+
"saturday": "Sa.",
|
97
|
+
"sunday": "So."
|
98
|
+
}
|
99
|
+
}
|
100
|
+
},
|
101
|
+
"datePicker": {
|
102
|
+
"view": {
|
103
|
+
"month": "Monat",
|
104
|
+
"year": "Jahr",
|
105
|
+
"week": "Woche",
|
106
|
+
"day": "Tag"
|
107
|
+
},
|
108
|
+
"month": {
|
109
|
+
"long": {
|
110
|
+
"January": "Januar",
|
111
|
+
"February": "Februar",
|
112
|
+
"March": "März",
|
113
|
+
"April": "April",
|
114
|
+
"May": "Mai",
|
115
|
+
"June": "Juni",
|
116
|
+
"July": "Juli",
|
117
|
+
"August": "August",
|
118
|
+
"September": "September",
|
119
|
+
"October": "Oktober",
|
120
|
+
"November": "November",
|
121
|
+
"December": "Dezember"
|
122
|
+
},
|
123
|
+
"short": {
|
124
|
+
"January": "Jan",
|
125
|
+
"February": "Feb",
|
126
|
+
"March": "Mär",
|
127
|
+
"April": "Apr",
|
128
|
+
"May": "Mai",
|
129
|
+
"June": "Jun",
|
130
|
+
"July": "Jul",
|
131
|
+
"August": "Aug",
|
132
|
+
"September": "Sep",
|
133
|
+
"October": "Okt",
|
134
|
+
"November": "Nov",
|
135
|
+
"December": "Dez"
|
136
|
+
}
|
137
|
+
},
|
138
|
+
"week": {
|
139
|
+
"long": {
|
140
|
+
"self": "Woche",
|
141
|
+
"monday": "Montag",
|
142
|
+
"tuesday": "Dienstag",
|
143
|
+
"wednesday": "Mittwoch",
|
144
|
+
"thursday": "Donnerstag",
|
145
|
+
"friday": "Freitag",
|
146
|
+
"saturday": "Samstag",
|
147
|
+
"sunday": "Sonntag"
|
148
|
+
},
|
149
|
+
"short": {
|
150
|
+
"self": "Woche",
|
151
|
+
"monday": "Mo.",
|
152
|
+
"tuesday": "Di.",
|
153
|
+
"wednesday": "Mi.",
|
154
|
+
"thursday": "Do.",
|
155
|
+
"friday": "Fr.",
|
156
|
+
"saturday": "Sa.",
|
157
|
+
"sunday": "So."
|
158
|
+
}
|
159
|
+
},
|
160
|
+
"placeholder": {
|
161
|
+
"date": "Bitte wählen Sie ein Datum",
|
162
|
+
"week": "Bitte wählen Sie eine Woche",
|
163
|
+
"month": "Bitte wählen Sie einen Monat",
|
164
|
+
"year": "Bitte wählen Sie ein Jahr aus",
|
165
|
+
"quarter": "Bitte wählen Sie ein Quartal",
|
166
|
+
"time": "Zeit auswählen"
|
167
|
+
},
|
168
|
+
"rangePlaceholder": {
|
169
|
+
"date": ["Startdatum", "Endtermin"],
|
170
|
+
"week": ["Woche starten", "Ende der Woche"],
|
171
|
+
"month": ["Startmonat", "Ende Monat"],
|
172
|
+
"year": ["Startjahr", "Ende Jahr"],
|
173
|
+
"quarter": ["Anfangsquartal", "Ende des Quartals"],
|
174
|
+
"time": ["Startzeit", "Endzeit"]
|
175
|
+
},
|
176
|
+
"selectTime": "Zeit auswählen",
|
177
|
+
"today": "Heute",
|
178
|
+
"now": "Jetzt",
|
179
|
+
"ok": "OK"
|
180
|
+
},
|
181
|
+
"image": {
|
182
|
+
"loading": "Wird geladen"
|
183
|
+
},
|
184
|
+
"imagePreview": {
|
185
|
+
"fullScreen": "Vollbild",
|
186
|
+
"rotateRight": "Nach rechts drehen",
|
187
|
+
"rotateLeft": "Nach links drehen",
|
188
|
+
"zoomIn": "Vergrößern",
|
189
|
+
"zoomOut": "Rauszoomen",
|
190
|
+
"originalSize": "Originalgröße"
|
191
|
+
},
|
192
|
+
"typography": {
|
193
|
+
"copy": "Kopieren",
|
194
|
+
"copied": "Kopiert",
|
195
|
+
"edit": "Bearbeiten",
|
196
|
+
"collapse": "Falten",
|
197
|
+
"expand": "Erweitern"
|
198
|
+
},
|
199
|
+
"colorPicker": {
|
200
|
+
"history": "Historische Farben",
|
201
|
+
"preset": "Standardfarbe des Systems",
|
202
|
+
"empty": "Noch keine"
|
203
|
+
}
|
204
|
+
}
|
205
|
+
;
|
206
|
+
|
207
|
+
export default _default;
|
@@ -0,0 +1,251 @@
|
|
1
|
+
const empty = {
|
2
|
+
description: "Keine Daten"
|
3
|
+
};
|
4
|
+
const drawer = {
|
5
|
+
okText: "OK",
|
6
|
+
cancelText: "Abbrechen"
|
7
|
+
};
|
8
|
+
const popconfirm = {
|
9
|
+
okText: "OK",
|
10
|
+
cancelText: "Abbrechen"
|
11
|
+
};
|
12
|
+
const modal = {
|
13
|
+
okText: "OK",
|
14
|
+
cancelText: "Abbrechen"
|
15
|
+
};
|
16
|
+
const pagination = {
|
17
|
+
goto: "Gehe zu",
|
18
|
+
page: "",
|
19
|
+
countPerPage: "/ Seite",
|
20
|
+
total: "Gesamt {0}"
|
21
|
+
};
|
22
|
+
const table = {
|
23
|
+
okText: "OK",
|
24
|
+
resetText: "Zurücksetzen"
|
25
|
+
};
|
26
|
+
const upload = {
|
27
|
+
start: "Anfang",
|
28
|
+
cancel: "Abbrechen",
|
29
|
+
"delete": "löschen",
|
30
|
+
retry: "Klicken Sie hier, um es erneut zu versuchen",
|
31
|
+
buttonText: "Zum Hochladen klicken",
|
32
|
+
preview: "Vorschau",
|
33
|
+
drag: "Klicken oder ziehen Sie Dateien, um sie hier hochzuladen",
|
34
|
+
dragHover: "Geben Sie die Datei frei und starten Sie den Upload",
|
35
|
+
error: "Upload fehlgeschlagen"
|
36
|
+
};
|
37
|
+
const calendar = {
|
38
|
+
formatYear: "YYYY",
|
39
|
+
formatMonth: "MMM YYYY",
|
40
|
+
today: "Heute",
|
41
|
+
view: {
|
42
|
+
month: "Monat",
|
43
|
+
year: "Jahr",
|
44
|
+
week: "Woche",
|
45
|
+
day: "Tag"
|
46
|
+
},
|
47
|
+
month: {
|
48
|
+
long: {
|
49
|
+
January: "Januar",
|
50
|
+
February: "Februar",
|
51
|
+
March: "März",
|
52
|
+
April: "April",
|
53
|
+
May: "Mai",
|
54
|
+
June: "Juni",
|
55
|
+
July: "Juli",
|
56
|
+
August: "August",
|
57
|
+
September: "September",
|
58
|
+
October: "Oktober",
|
59
|
+
November: "November",
|
60
|
+
December: "Dezember"
|
61
|
+
},
|
62
|
+
short: {
|
63
|
+
January: "Jan",
|
64
|
+
February: "Feb",
|
65
|
+
March: "Mär",
|
66
|
+
April: "Apr",
|
67
|
+
May: "Mai",
|
68
|
+
June: "Jun",
|
69
|
+
July: "Jul",
|
70
|
+
August: "Aug",
|
71
|
+
September: "Sep",
|
72
|
+
October: "Okt",
|
73
|
+
November: "Nov",
|
74
|
+
December: "Dez"
|
75
|
+
}
|
76
|
+
},
|
77
|
+
week: {
|
78
|
+
long: {
|
79
|
+
self: "Woche",
|
80
|
+
monday: "Montag",
|
81
|
+
tuesday: "Dienstag",
|
82
|
+
wednesday: "Mittwoch",
|
83
|
+
thursday: "Donnerstag",
|
84
|
+
friday: "Freitag",
|
85
|
+
saturday: "Samstag",
|
86
|
+
sunday: "Sonntag"
|
87
|
+
},
|
88
|
+
short: {
|
89
|
+
self: "Woche",
|
90
|
+
monday: "Mo.",
|
91
|
+
tuesday: "Di.",
|
92
|
+
wednesday: "Mi.",
|
93
|
+
thursday: "Do.",
|
94
|
+
friday: "Fr.",
|
95
|
+
saturday: "Sa.",
|
96
|
+
sunday: "So."
|
97
|
+
}
|
98
|
+
}
|
99
|
+
};
|
100
|
+
const datePicker = {
|
101
|
+
view: {
|
102
|
+
month: "Monat",
|
103
|
+
year: "Jahr",
|
104
|
+
week: "Woche",
|
105
|
+
day: "Tag"
|
106
|
+
},
|
107
|
+
month: {
|
108
|
+
long: {
|
109
|
+
January: "Januar",
|
110
|
+
February: "Februar",
|
111
|
+
March: "März",
|
112
|
+
April: "April",
|
113
|
+
May: "Mai",
|
114
|
+
June: "Juni",
|
115
|
+
July: "Juli",
|
116
|
+
August: "August",
|
117
|
+
September: "September",
|
118
|
+
October: "Oktober",
|
119
|
+
November: "November",
|
120
|
+
December: "Dezember"
|
121
|
+
},
|
122
|
+
short: {
|
123
|
+
January: "Jan",
|
124
|
+
February: "Feb",
|
125
|
+
March: "Mär",
|
126
|
+
April: "Apr",
|
127
|
+
May: "Mai",
|
128
|
+
June: "Jun",
|
129
|
+
July: "Jul",
|
130
|
+
August: "Aug",
|
131
|
+
September: "Sep",
|
132
|
+
October: "Okt",
|
133
|
+
November: "Nov",
|
134
|
+
December: "Dez"
|
135
|
+
}
|
136
|
+
},
|
137
|
+
week: {
|
138
|
+
long: {
|
139
|
+
self: "Woche",
|
140
|
+
monday: "Montag",
|
141
|
+
tuesday: "Dienstag",
|
142
|
+
wednesday: "Mittwoch",
|
143
|
+
thursday: "Donnerstag",
|
144
|
+
friday: "Freitag",
|
145
|
+
saturday: "Samstag",
|
146
|
+
sunday: "Sonntag"
|
147
|
+
},
|
148
|
+
short: {
|
149
|
+
self: "Woche",
|
150
|
+
monday: "Mo.",
|
151
|
+
tuesday: "Di.",
|
152
|
+
wednesday: "Mi.",
|
153
|
+
thursday: "Do.",
|
154
|
+
friday: "Fr.",
|
155
|
+
saturday: "Sa.",
|
156
|
+
sunday: "So."
|
157
|
+
}
|
158
|
+
},
|
159
|
+
placeholder: {
|
160
|
+
date: "Bitte wählen Sie ein Datum",
|
161
|
+
week: "Bitte wählen Sie eine Woche",
|
162
|
+
month: "Bitte wählen Sie einen Monat",
|
163
|
+
year: "Bitte wählen Sie ein Jahr aus",
|
164
|
+
quarter: "Bitte wählen Sie ein Quartal",
|
165
|
+
time: "Zeit auswählen"
|
166
|
+
},
|
167
|
+
rangePlaceholder: {
|
168
|
+
date: [
|
169
|
+
"Startdatum",
|
170
|
+
"Endtermin"
|
171
|
+
],
|
172
|
+
week: [
|
173
|
+
"Woche starten",
|
174
|
+
"Ende der Woche"
|
175
|
+
],
|
176
|
+
month: [
|
177
|
+
"Startmonat",
|
178
|
+
"Ende Monat"
|
179
|
+
],
|
180
|
+
year: [
|
181
|
+
"Startjahr",
|
182
|
+
"Ende Jahr"
|
183
|
+
],
|
184
|
+
quarter: [
|
185
|
+
"Anfangsquartal",
|
186
|
+
"Ende des Quartals"
|
187
|
+
],
|
188
|
+
time: [
|
189
|
+
"Startzeit",
|
190
|
+
"Endzeit"
|
191
|
+
]
|
192
|
+
},
|
193
|
+
selectTime: "Zeit auswählen",
|
194
|
+
today: "Heute",
|
195
|
+
now: "Jetzt",
|
196
|
+
ok: "OK"
|
197
|
+
};
|
198
|
+
const image = {
|
199
|
+
loading: "Wird geladen"
|
200
|
+
};
|
201
|
+
const imagePreview = {
|
202
|
+
fullScreen: "Vollbild",
|
203
|
+
rotateRight: "Nach rechts drehen",
|
204
|
+
rotateLeft: "Nach links drehen",
|
205
|
+
zoomIn: "Vergrößern",
|
206
|
+
zoomOut: "Rauszoomen",
|
207
|
+
originalSize: "Originalgröße"
|
208
|
+
};
|
209
|
+
const typography = {
|
210
|
+
copy: "Kopieren",
|
211
|
+
copied: "Kopiert",
|
212
|
+
edit: "Bearbeiten",
|
213
|
+
collapse: "Falten",
|
214
|
+
expand: "Erweitern"
|
215
|
+
};
|
216
|
+
const colorPicker = {
|
217
|
+
history: "Historische Farben",
|
218
|
+
preset: "Standardfarbe des Systems",
|
219
|
+
empty: "Noch keine"
|
220
|
+
};
|
221
|
+
const deDe = {
|
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
|
+
deDe as default,
|
241
|
+
drawer,
|
242
|
+
empty,
|
243
|
+
image,
|
244
|
+
imagePreview,
|
245
|
+
modal,
|
246
|
+
pagination,
|
247
|
+
popconfirm,
|
248
|
+
table,
|
249
|
+
typography,
|
250
|
+
upload
|
251
|
+
};
|