@fox-js/foxui-pad 4.1.1-4 → 4.1.1-41
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/index.cjs.js +1 -5
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +15864 -16285
- package/dist/index.umd.js +1 -5
- package/dist/locale/index.d.ts +461 -0
- package/dist/locale/index.esm.js +223 -175
- package/dist/locale/index.umd.js +1 -3
- package/dist/style.css +4433 -1
- package/dist/style.js +3 -0
- package/dist/types/index.d.ts +915 -427
- package/package.json +8 -2
package/dist/locale/index.esm.js
CHANGED
|
@@ -1,15 +1,33 @@
|
|
|
1
|
-
|
|
2
|
-
* @fox-js/foxui-desktop v4.0.0 Fri Dec 13 2024 12:06:16 GMT+0800 (中国标准时间)
|
|
3
|
-
*/
|
|
4
|
-
const e = {
|
|
1
|
+
var e = {
|
|
5
2
|
save: "保存",
|
|
6
3
|
noData: "暂无数据",
|
|
4
|
+
loadText: "加载中...",
|
|
5
|
+
noMoreText: "无更多数据",
|
|
7
6
|
confirmText: "确认",
|
|
8
7
|
cancelText: "取消",
|
|
9
8
|
clearText: "清除",
|
|
10
9
|
defaultText: "默认",
|
|
11
10
|
placeholder: "请输入",
|
|
12
11
|
select: "请选择",
|
|
12
|
+
today: "今天",
|
|
13
|
+
weekdays: JSON.stringify([
|
|
14
|
+
"日",
|
|
15
|
+
"一",
|
|
16
|
+
"二",
|
|
17
|
+
"三",
|
|
18
|
+
"四",
|
|
19
|
+
"五",
|
|
20
|
+
"六"
|
|
21
|
+
]),
|
|
22
|
+
fullWeekdays: JSON.stringify([
|
|
23
|
+
"星期日",
|
|
24
|
+
"星期一",
|
|
25
|
+
"星期二",
|
|
26
|
+
"星期三",
|
|
27
|
+
"星期四",
|
|
28
|
+
"星期五",
|
|
29
|
+
"星期六"
|
|
30
|
+
]),
|
|
13
31
|
dateUnit: {
|
|
14
32
|
day: "日",
|
|
15
33
|
year: "年",
|
|
@@ -31,12 +49,10 @@ const e = {
|
|
|
31
49
|
nextText: "下一页"
|
|
32
50
|
},
|
|
33
51
|
calendarpane: {
|
|
34
|
-
weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
|
|
35
52
|
endText: "结束",
|
|
36
53
|
startText: "开始",
|
|
37
54
|
title: "日历选择",
|
|
38
|
-
monthTitle: "{year}年{month}月"
|
|
39
|
-
today: "今天"
|
|
55
|
+
monthTitle: "{year}年{month}月"
|
|
40
56
|
},
|
|
41
57
|
shortpassword: {
|
|
42
58
|
title: "请输入密码",
|
|
@@ -57,46 +73,20 @@ const e = {
|
|
|
57
73
|
minute: "分",
|
|
58
74
|
second: "秒"
|
|
59
75
|
},
|
|
60
|
-
empty: {
|
|
61
|
-
description: "暂无数据"
|
|
62
|
-
},
|
|
63
|
-
address: {
|
|
64
|
-
selectRegion: "请选择所在地区",
|
|
65
|
-
deliveryTo: "配送至",
|
|
66
|
-
chooseAnotherAddress: "选择其他地址"
|
|
67
|
-
},
|
|
76
|
+
empty: { description: "暂无数据" },
|
|
68
77
|
signature: {
|
|
69
78
|
reSign: "重签",
|
|
70
79
|
unSupportTpl: "对不起,当前浏览器不支持Canvas,无法使用本控件!"
|
|
71
80
|
},
|
|
72
|
-
ecard: {
|
|
73
|
-
chooseText: "请选择电子卡面值",
|
|
74
|
-
otherValueText: "其他面值",
|
|
75
|
-
placeholder: "请输入1-5000整数"
|
|
76
|
-
},
|
|
77
|
-
timeselect: {
|
|
78
|
-
title: "取件时间"
|
|
79
|
-
},
|
|
80
|
-
sku: {
|
|
81
|
-
buyText: "立即购买",
|
|
82
|
-
stepperTitle: "购买数量",
|
|
83
|
-
addCartText: "加入购物车"
|
|
84
|
-
},
|
|
85
|
-
skuheader: {
|
|
86
|
-
idText: "商品编号"
|
|
87
|
-
},
|
|
88
|
-
addresslist: {
|
|
89
|
-
addAddress: "新建地址"
|
|
90
|
-
},
|
|
91
|
-
comment: {
|
|
92
|
-
complaintsText: "我要投诉",
|
|
93
|
-
additionalReview: "购买{0}天后追评",
|
|
94
|
-
additionalImages: "{0}张追评图片"
|
|
95
|
-
},
|
|
96
81
|
infiniteloading: {
|
|
97
82
|
loading: "加载中...",
|
|
98
|
-
|
|
99
|
-
|
|
83
|
+
pullText: "松开刷新",
|
|
84
|
+
noMoreText: "哎呀,这里是底部了啦"
|
|
85
|
+
},
|
|
86
|
+
pullrefresh: {
|
|
87
|
+
pullingText: "下拉刷新",
|
|
88
|
+
loosingText: "释放刷新",
|
|
89
|
+
loadingText: "加载中..."
|
|
100
90
|
},
|
|
101
91
|
datepicker: {
|
|
102
92
|
year: "年",
|
|
@@ -113,33 +103,80 @@ const e = {
|
|
|
113
103
|
forward: "快进",
|
|
114
104
|
mute: "静音"
|
|
115
105
|
},
|
|
116
|
-
picker: {
|
|
117
|
-
|
|
118
|
-
},
|
|
119
|
-
pickeritem: {
|
|
120
|
-
placeholder: "请选择"
|
|
121
|
-
},
|
|
106
|
+
picker: { title: "请选择" },
|
|
107
|
+
pickeritem: { placeholder: "请选择" },
|
|
122
108
|
dateitem: {
|
|
123
|
-
placeholder: "请选择"
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
},
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
},
|
|
131
|
-
|
|
132
|
-
|
|
109
|
+
placeholder: "请选择",
|
|
110
|
+
longTermText: "长期"
|
|
111
|
+
},
|
|
112
|
+
cascaderitem: { placeholder: "请选择" },
|
|
113
|
+
calendaritem: { placeholder: "请选择" },
|
|
114
|
+
linkitem: { placeholder: "" },
|
|
115
|
+
numberkeyboard: { confirmText: "完成" },
|
|
116
|
+
actionsheetitem: { placeholder: "请选择" },
|
|
117
|
+
actionsheetpane: {
|
|
118
|
+
title: "请选择",
|
|
119
|
+
seachPlaceholder: "请输入关键字"
|
|
120
|
+
},
|
|
121
|
+
messagebox: {
|
|
122
|
+
confirmButtonText: "确定",
|
|
123
|
+
cancelButtonText: "取消"
|
|
124
|
+
},
|
|
125
|
+
morebutton: {
|
|
126
|
+
collapseText: "收起",
|
|
127
|
+
expandText: "展开"
|
|
128
|
+
},
|
|
129
|
+
buttonsitem: { moreText: "更多" },
|
|
130
|
+
tableitem: {
|
|
131
|
+
loadText: "加载中...",
|
|
132
|
+
noMoreText: "无更多数据"
|
|
133
|
+
},
|
|
134
|
+
tablesetting: {
|
|
135
|
+
title: "列设置",
|
|
136
|
+
resetText: "重置",
|
|
137
|
+
leftFixedTitle: "固定在左侧",
|
|
138
|
+
rightFixedTitle: "固定在右侧",
|
|
139
|
+
unFixedTitle: "不固定",
|
|
140
|
+
fixedLeftText: "固定到列头",
|
|
141
|
+
fixedRightText: "固定到列尾",
|
|
142
|
+
unFixedText: "不固定"
|
|
143
|
+
},
|
|
144
|
+
groupsetting: {
|
|
145
|
+
title: "条件筛选",
|
|
146
|
+
resetText: "重置",
|
|
147
|
+
toTopText: "到顶部",
|
|
148
|
+
toBottomText: "到底部"
|
|
133
149
|
}
|
|
134
150
|
}, t = {
|
|
135
151
|
save: "Save",
|
|
136
152
|
noData: "No Data",
|
|
153
|
+
loadText: "Loading",
|
|
154
|
+
noMoreText: "No more data",
|
|
137
155
|
confirmText: "Confirm",
|
|
138
156
|
cancelText: "Cancel",
|
|
139
157
|
clearText: "Clear",
|
|
140
158
|
defaultText: "Default",
|
|
141
159
|
placeholder: "Placeholder",
|
|
142
160
|
select: "Select",
|
|
161
|
+
today: "Today",
|
|
162
|
+
weekdays: JSON.stringify([
|
|
163
|
+
"Sun",
|
|
164
|
+
"Mon",
|
|
165
|
+
"Tue",
|
|
166
|
+
"Wed",
|
|
167
|
+
"Thu",
|
|
168
|
+
"Fri",
|
|
169
|
+
"Sat"
|
|
170
|
+
]),
|
|
171
|
+
fullWeekdays: JSON.stringify([
|
|
172
|
+
"Sunday",
|
|
173
|
+
"Monday",
|
|
174
|
+
"Tuesday",
|
|
175
|
+
"Wednesday",
|
|
176
|
+
"Thursday",
|
|
177
|
+
"Friday",
|
|
178
|
+
"Saturday"
|
|
179
|
+
]),
|
|
143
180
|
dateUnit: {
|
|
144
181
|
day: "Day",
|
|
145
182
|
year: "Year",
|
|
@@ -161,12 +198,10 @@ const e = {
|
|
|
161
198
|
nextText: "Next"
|
|
162
199
|
},
|
|
163
200
|
calendarpane: {
|
|
164
|
-
weekdays: JSON.stringify(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]),
|
|
165
201
|
endText: "End",
|
|
166
202
|
startText: "Start",
|
|
167
203
|
title: "Calendar",
|
|
168
|
-
monthTitle: "{year}/{month}"
|
|
169
|
-
today: "Today"
|
|
204
|
+
monthTitle: "{year}/{month}"
|
|
170
205
|
},
|
|
171
206
|
shortpassword: {
|
|
172
207
|
title: "Please input a password",
|
|
@@ -187,46 +222,20 @@ const e = {
|
|
|
187
222
|
minute: " Minute ",
|
|
188
223
|
second: " Second "
|
|
189
224
|
},
|
|
190
|
-
empty: {
|
|
191
|
-
description: "No Data"
|
|
192
|
-
},
|
|
193
|
-
address: {
|
|
194
|
-
selectRegion: "Select Region",
|
|
195
|
-
deliveryTo: "Delivery To",
|
|
196
|
-
chooseAnotherAddress: "Choose Another Address"
|
|
197
|
-
},
|
|
225
|
+
empty: { description: "No Data" },
|
|
198
226
|
signature: {
|
|
199
227
|
reSign: "Re Sign",
|
|
200
228
|
unSupportTpl: "Sorry, the current browser doesn't support canvas, so we can't use this control!"
|
|
201
229
|
},
|
|
202
|
-
ecard: {
|
|
203
|
-
chooseText: "Select",
|
|
204
|
-
otherValueText: "Other Value",
|
|
205
|
-
placeholder: "Placeholder"
|
|
206
|
-
},
|
|
207
|
-
timeselect: {
|
|
208
|
-
title: "Pickup Time"
|
|
209
|
-
},
|
|
210
|
-
sku: {
|
|
211
|
-
buyText: "Buy Now",
|
|
212
|
-
stepperTitle: "Buy Number",
|
|
213
|
-
addCartText: "Add to Cart"
|
|
214
|
-
},
|
|
215
|
-
skuheader: {
|
|
216
|
-
idText: "Sku Number"
|
|
217
|
-
},
|
|
218
|
-
addresslist: {
|
|
219
|
-
addAddress: "Add New Address"
|
|
220
|
-
},
|
|
221
|
-
comment: {
|
|
222
|
-
complaintsText: "I have a complaint",
|
|
223
|
-
additionalReview: "Review after {0} days of purchase",
|
|
224
|
-
additionalImages: "There are {0} follow-up comments"
|
|
225
|
-
},
|
|
226
230
|
infiniteloading: {
|
|
227
231
|
loading: "Loading...",
|
|
228
|
-
|
|
229
|
-
|
|
232
|
+
pullText: "Loose to refresh",
|
|
233
|
+
noMoreText: "Oops, this is the bottom"
|
|
234
|
+
},
|
|
235
|
+
pullrefresh: {
|
|
236
|
+
pullingText: "Pull to refresh...",
|
|
237
|
+
loosingText: "Loose to refresh...",
|
|
238
|
+
loadingText: "Loading..."
|
|
230
239
|
},
|
|
231
240
|
datepicker: {
|
|
232
241
|
year: "Year",
|
|
@@ -243,33 +252,80 @@ const e = {
|
|
|
243
252
|
forward: "Forward",
|
|
244
253
|
mute: "Mute"
|
|
245
254
|
},
|
|
246
|
-
picker: {
|
|
247
|
-
|
|
248
|
-
},
|
|
249
|
-
pickeritem: {
|
|
250
|
-
placeholder: "Select"
|
|
251
|
-
},
|
|
255
|
+
picker: { title: "Select" },
|
|
256
|
+
pickeritem: { placeholder: "Select" },
|
|
252
257
|
dateitem: {
|
|
253
|
-
placeholder: "Select"
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
},
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
},
|
|
261
|
-
|
|
262
|
-
|
|
258
|
+
placeholder: "Select",
|
|
259
|
+
longTermText: "LongTerm"
|
|
260
|
+
},
|
|
261
|
+
cascaderitem: { placeholder: "Select" },
|
|
262
|
+
calendaritem: { placeholder: "Select" },
|
|
263
|
+
linkitem: { placeholder: "" },
|
|
264
|
+
numberkeyboard: { confirmText: "Done" },
|
|
265
|
+
actionsheetitem: { placeholder: "Select" },
|
|
266
|
+
actionsheetpane: {
|
|
267
|
+
title: "Select",
|
|
268
|
+
seachPlaceholder: "keywords"
|
|
269
|
+
},
|
|
270
|
+
messagebox: {
|
|
271
|
+
confirmButtonText: "Confirm",
|
|
272
|
+
cancelButtonText: "Cancel"
|
|
273
|
+
},
|
|
274
|
+
morebutton: {
|
|
275
|
+
collapseText: "collapse",
|
|
276
|
+
expandText: "expand"
|
|
277
|
+
},
|
|
278
|
+
buttonsitem: { moreText: "more" },
|
|
279
|
+
tableitem: {
|
|
280
|
+
loadText: "loading",
|
|
281
|
+
noMoreText: "no more data"
|
|
282
|
+
},
|
|
283
|
+
tablesetting: {
|
|
284
|
+
title: "Column Settings",
|
|
285
|
+
resetText: "Reset",
|
|
286
|
+
leftFixedTitle: "Fixed on the Left",
|
|
287
|
+
rightFixedTitle: "Fixed on the Right",
|
|
288
|
+
unFixedTitle: "Unfixed",
|
|
289
|
+
fixedLeftText: "Pin to Start",
|
|
290
|
+
fixedRightText: "Pin to End",
|
|
291
|
+
unFixedText: "Unfixed"
|
|
292
|
+
},
|
|
293
|
+
groupsetting: {
|
|
294
|
+
title: "Filter Settings",
|
|
295
|
+
resetText: "Reset",
|
|
296
|
+
toTopText: "Move to Top",
|
|
297
|
+
toBottomText: "Move to Bottom"
|
|
263
298
|
}
|
|
264
|
-
},
|
|
299
|
+
}, o = {
|
|
265
300
|
save: "保存",
|
|
266
301
|
noData: "暫無數據",
|
|
302
|
+
loadText: "加載中...",
|
|
303
|
+
noMoreText: "無更多數據",
|
|
267
304
|
confirmText: "確認",
|
|
268
305
|
cancelText: "取消",
|
|
269
306
|
clearText: "清除",
|
|
270
307
|
defaultText: "默认",
|
|
271
308
|
placeholder: "請輸入",
|
|
272
309
|
select: "請選擇",
|
|
310
|
+
today: "今天",
|
|
311
|
+
weekdays: JSON.stringify([
|
|
312
|
+
"日",
|
|
313
|
+
"一",
|
|
314
|
+
"二",
|
|
315
|
+
"三",
|
|
316
|
+
"四",
|
|
317
|
+
"五",
|
|
318
|
+
"六"
|
|
319
|
+
]),
|
|
320
|
+
fullWeekdays: JSON.stringify([
|
|
321
|
+
"星期日",
|
|
322
|
+
"星期一",
|
|
323
|
+
"星期二",
|
|
324
|
+
"星期三",
|
|
325
|
+
"星期四",
|
|
326
|
+
"星期五",
|
|
327
|
+
"星期六"
|
|
328
|
+
]),
|
|
273
329
|
dateUnit: {
|
|
274
330
|
day: "日",
|
|
275
331
|
year: "年",
|
|
@@ -291,12 +347,10 @@ const e = {
|
|
|
291
347
|
nextText: "下一頁"
|
|
292
348
|
},
|
|
293
349
|
calendarpane: {
|
|
294
|
-
weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
|
|
295
350
|
endText: "結束",
|
|
296
351
|
startText: "開始",
|
|
297
352
|
title: "行事曆選擇",
|
|
298
|
-
monthTitle: "{year}年{month}月"
|
|
299
|
-
today: "今天"
|
|
353
|
+
monthTitle: "{year}年{month}月"
|
|
300
354
|
},
|
|
301
355
|
shortpassword: {
|
|
302
356
|
title: "請輸入密碼",
|
|
@@ -317,46 +371,20 @@ const e = {
|
|
|
317
371
|
minute: "分",
|
|
318
372
|
second: "秒"
|
|
319
373
|
},
|
|
320
|
-
empty: {
|
|
321
|
-
description: "暫無數據"
|
|
322
|
-
},
|
|
323
|
-
address: {
|
|
324
|
-
selectRegion: "請選擇所在地區",
|
|
325
|
-
deliveryTo: "配送至",
|
|
326
|
-
chooseAnotherAddress: "選擇其他地址"
|
|
327
|
-
},
|
|
374
|
+
empty: { description: "暫無數據" },
|
|
328
375
|
signature: {
|
|
329
376
|
reSign: "重簽",
|
|
330
377
|
unSupportTpl: "對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"
|
|
331
378
|
},
|
|
332
|
-
ecard: {
|
|
333
|
-
chooseText: "請選擇電子卡面值",
|
|
334
|
-
otherValueText: "其他面值",
|
|
335
|
-
placeholder: "請輸入1-5000整數"
|
|
336
|
-
},
|
|
337
|
-
timeselect: {
|
|
338
|
-
title: "取件時間"
|
|
339
|
-
},
|
|
340
|
-
sku: {
|
|
341
|
-
buyText: "立即購買",
|
|
342
|
-
stepperTitle: "購買數量",
|
|
343
|
-
addCartText: "加入購物車"
|
|
344
|
-
},
|
|
345
|
-
skuheader: {
|
|
346
|
-
idText: "商品編號"
|
|
347
|
-
},
|
|
348
|
-
addresslist: {
|
|
349
|
-
addAddress: "新建地址"
|
|
350
|
-
},
|
|
351
|
-
comment: {
|
|
352
|
-
complaintsText: "我要投訴",
|
|
353
|
-
additionalReview: "購買{0}天後追評",
|
|
354
|
-
additionalImages: "{0}張追評圖片"
|
|
355
|
-
},
|
|
356
379
|
infiniteloading: {
|
|
357
380
|
loading: "加載中...",
|
|
358
|
-
|
|
359
|
-
|
|
381
|
+
pullText: "鬆開刷新",
|
|
382
|
+
noMoreText: "哎呀,這裡是底部了啦"
|
|
383
|
+
},
|
|
384
|
+
pullrefresh: {
|
|
385
|
+
pullingText: "下拉刷新",
|
|
386
|
+
loosingText: "釋放刷新",
|
|
387
|
+
loadingText: "加載中..."
|
|
360
388
|
},
|
|
361
389
|
datepicker: {
|
|
362
390
|
year: "年",
|
|
@@ -373,35 +401,55 @@ const e = {
|
|
|
373
401
|
forward: "快進",
|
|
374
402
|
mute: "靜音"
|
|
375
403
|
},
|
|
376
|
-
picker: {
|
|
377
|
-
|
|
378
|
-
},
|
|
379
|
-
pickeritem: {
|
|
380
|
-
placeholder: "請選擇"
|
|
381
|
-
},
|
|
404
|
+
picker: { title: "請選擇" },
|
|
405
|
+
pickeritem: { placeholder: "請選擇" },
|
|
382
406
|
dateitem: {
|
|
383
|
-
placeholder: "請選擇"
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
},
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
},
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
},
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
407
|
+
placeholder: "請選擇",
|
|
408
|
+
longTermText: "長期"
|
|
409
|
+
},
|
|
410
|
+
cascaderitem: { placeholder: "請選擇" },
|
|
411
|
+
calendaritem: { placeholder: "請選擇" },
|
|
412
|
+
linkitem: { placeholder: "" },
|
|
413
|
+
numberkeyboard: { confirmText: "完成" },
|
|
414
|
+
actionsheetitem: { placeholder: "請選擇" },
|
|
415
|
+
actionsheetpane: {
|
|
416
|
+
title: "請選擇",
|
|
417
|
+
seachPlaceholder: "請輸入關鍵字"
|
|
418
|
+
},
|
|
419
|
+
messagebox: {
|
|
420
|
+
confirmButtonText: "確認",
|
|
421
|
+
cancelButtonText: "取消"
|
|
422
|
+
},
|
|
423
|
+
morebutton: {
|
|
424
|
+
collapseText: "收起",
|
|
425
|
+
expandText: "展開"
|
|
426
|
+
},
|
|
427
|
+
buttonsitem: { moreText: "更多" },
|
|
428
|
+
tableitem: {
|
|
429
|
+
loadText: "載入中...",
|
|
430
|
+
noMoreText: "無更多數據"
|
|
431
|
+
},
|
|
432
|
+
tablesetting: {
|
|
433
|
+
title: "欄位設定",
|
|
434
|
+
resetText: "重置",
|
|
435
|
+
leftFixedTitle: "固定在左側",
|
|
436
|
+
rightFixedTitle: "固定在右側",
|
|
437
|
+
unFixedTitle: "不固定",
|
|
438
|
+
fixedLeftText: "固定到欄首",
|
|
439
|
+
fixedRightText: "固定到欄尾",
|
|
440
|
+
unFixedText: "不固定"
|
|
441
|
+
},
|
|
442
|
+
groupsetting: {
|
|
443
|
+
title: "條件篩選",
|
|
444
|
+
resetText: "重置",
|
|
445
|
+
toTopText: "移至頂部",
|
|
446
|
+
toBottomText: "移至底部"
|
|
403
447
|
}
|
|
448
|
+
}, a = {
|
|
449
|
+
zh_CN: { ...e },
|
|
450
|
+
en_US: { ...t },
|
|
451
|
+
zh_TW: { ...o }
|
|
404
452
|
};
|
|
405
453
|
export {
|
|
406
|
-
|
|
454
|
+
a as default
|
|
407
455
|
};
|
package/dist/locale/index.umd.js
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define(t):(e=typeof globalThis<"u"?globalThis:e||self,e.locale=t())})(this,function(){"use
|
|
2
|
-
* @fox-js/foxui-desktop v4.0.0 Fri Dec 13 2024 12:06:16 GMT+0800 (中国标准时间)
|
|
3
|
-
*/const e={save:"保存",noData:"暂无数据",confirmText:"确认",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"请输入",select:"请选择",dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"视频加载失败",clickRetry:"点击重试"},fixednav:{activeText:"收起导航",unActiveText:"快速导航"},pagination:{prevText:"上一页",nextText:"下一页"},calendarpane:{weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),endText:"结束",startText:"开始",title:"日历选择",monthTitle:"{year}年{month}月",today:"今天"},shortpassword:{title:"请输入密码",desc:"您使用了虚拟资产,请进行验证",tips:"忘记密码"},uploader:{ready:"准备完成",readyUpload:"准备上传",waitingUpload:"等待上传",uploading:"上传中",success:"上传成功",error:"上传失败"},countdown:{day:"天",hour:"时",minute:"分",second:"秒"},empty:{description:"暂无数据"},address:{selectRegion:"请选择所在地区",deliveryTo:"配送至",chooseAnotherAddress:"选择其他地址"},signature:{reSign:"重签",unSupportTpl:"对不起,当前浏览器不支持Canvas,无法使用本控件!"},ecard:{chooseText:"请选择电子卡面值",otherValueText:"其他面值",placeholder:"请输入1-5000整数"},timeselect:{title:"取件时间"},sku:{buyText:"立即购买",stepperTitle:"购买数量",addCartText:"加入购物车"},skuheader:{idText:"商品编号"},addresslist:{addAddress:"新建地址"},comment:{complaintsText:"我要投诉",additionalReview:"购买{0}天后追评",additionalImages:"{0}张追评图片"},infiniteloading:{loading:"加载中...",pullTxt:"松开刷新",loadMoreTxt:"哎呀,这里是底部了啦"},datepicker:{year:"年",month:"月",day:"日",hour:"时",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"开始",pause:"暂停",forward:"快进",mute:"静音"},picker:{title:"请选择"},pickeritem:{placeholder:"请选择"},dateitem:{placeholder:"请选择"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},numberkeyboard:{confirmText:"完成"}},t={save:"Save",noData:"No Data",confirmText:"Confirm",cancelText:"Cancel",clearText:"Clear",defaultText:"Default",placeholder:"Placeholder",select:"Select",dateUnit:{day:"Day",year:"Year",month:"Month",hour:"Hour",minute:"Minute",seconds:"Second"},video:{errorTip:"Error Tip",clickRetry:"Click Retry"},fixednav:{activeText:"Close Nav",unActiveText:"Open Nav"},pagination:{prevText:"Previous",nextText:"Next"},calendarpane:{weekdays:JSON.stringify(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),endText:"End",startText:"Start",title:"Calendar",monthTitle:"{year}/{month}",today:"Today"},shortpassword:{title:"Please input a password",desc:"Verify",tips:"Forget password"},uploader:{ready:"Ready",readyUpload:"Ready to upload",waitingUpload:"Waiting for upload",uploading:"Uploading",success:"Upload successful",error:"Upload failed"},countdown:{day:" Day ",hour:" Hour ",minute:" Minute ",second:" Second "},empty:{description:"No Data"},address:{selectRegion:"Select Region",deliveryTo:"Delivery To",chooseAnotherAddress:"Choose Another Address"},signature:{reSign:"Re Sign",unSupportTpl:"Sorry, the current browser doesn't support canvas, so we can't use this control!"},ecard:{chooseText:"Select",otherValueText:"Other Value",placeholder:"Placeholder"},timeselect:{title:"Pickup Time"},sku:{buyText:"Buy Now",stepperTitle:"Buy Number",addCartText:"Add to Cart"},skuheader:{idText:"Sku Number"},addresslist:{addAddress:"Add New Address"},comment:{complaintsText:"I have a complaint",additionalReview:"Review after {0} days of purchase",additionalImages:"There are {0} follow-up comments"},infiniteloading:{loading:"Loading...",pullTxt:"Loose to refresh",loadMoreTxt:"Oops, this is the bottom"},datepicker:{year:"Year",month:"Month",day:"Day",hour:"Hour",minute:"Minute",seconds:"Second"},audiooperate:{back:"Back",start:"Start",pause:"Pause",forward:"Forward",mute:"Mute"},picker:{title:"Select"},pickeritem:{placeholder:"Select"},dateitem:{placeholder:"Select"},cascaderitem:{placeholder:"Select"},calendaritem:{placeholder:"Select"},numberkeyboard:{confirmText:"Done"}},a={save:"保存",noData:"暫無數據",confirmText:"確認",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"請輸入",select:"請選擇",dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"視頻加載失敗",clickRetry:"點擊重試"},fixednav:{activeText:"收起導航",unActiveText:"快速導航"},pagination:{prevText:"上一頁",nextText:"下一頁"},calendarpane:{weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),endText:"結束",startText:"開始",title:"行事曆選擇",monthTitle:"{year}年{month}月",today:"今天"},shortpassword:{title:"請輸入密碼",desc:"您使用了虛擬資產,請進行驗證",tips:"忘記密碼"},uploader:{ready:"準備完成",readyUpload:"準備上傳",waitingUpload:"等待上傳",uploading:"上傳中",success:"上傳成功",error:"上傳失敗"},countdown:{day:"天",hour:"時",minute:"分",second:"秒"},empty:{description:"暫無數據"},address:{selectRegion:"請選擇所在地區",deliveryTo:"配送至",chooseAnotherAddress:"選擇其他地址"},signature:{reSign:"重簽",unSupportTpl:"對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"},ecard:{chooseText:"請選擇電子卡面值",otherValueText:"其他面值",placeholder:"請輸入1-5000整數"},timeselect:{title:"取件時間"},sku:{buyText:"立即購買",stepperTitle:"購買數量",addCartText:"加入購物車"},skuheader:{idText:"商品編號"},addresslist:{addAddress:"新建地址"},comment:{complaintsText:"我要投訴",additionalReview:"購買{0}天後追評",additionalImages:"{0}張追評圖片"},infiniteloading:{loading:"加載中...",pullTxt:"鬆開刷新",loadMoreTxt:"哎呀,這裡是底部了啦"},datepicker:{year:"年",month:"月",day:"日",hour:"時",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"開始",pause:"暫停",forward:"快進",mute:"靜音"},picker:{title:"請選擇"},pickeritem:{placeholder:"請選擇"},dateitem:{placeholder:"請選擇"},cascaderitem:{placeholder:"請選擇"},calendaritem:{placeholder:"請選擇"},numberkeyboard:{confirmText:"完成"}};return{zh_CN:{...e},en_US:{...t},zh_TW:{...a}}});
|
|
1
|
+
(function(e,t){typeof exports=="object"&&typeof module<"u"?module.exports=t():typeof define=="function"&&define.amd?define([],t):(e=typeof globalThis<"u"?globalThis:e||self,e.locale=t())})(this,function(){var e={save:"保存",noData:"暂无数据",loadText:"加载中...",noMoreText:"无更多数据",confirmText:"确认",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"请输入",select:"请选择",today:"今天",weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),fullWeekdays:JSON.stringify(["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]),dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"视频加载失败",clickRetry:"点击重试"},fixednav:{activeText:"收起导航",unActiveText:"快速导航"},pagination:{prevText:"上一页",nextText:"下一页"},calendarpane:{endText:"结束",startText:"开始",title:"日历选择",monthTitle:"{year}年{month}月"},shortpassword:{title:"请输入密码",desc:"您使用了虚拟资产,请进行验证",tips:"忘记密码"},uploader:{ready:"准备完成",readyUpload:"准备上传",waitingUpload:"等待上传",uploading:"上传中",success:"上传成功",error:"上传失败"},countdown:{day:"天",hour:"时",minute:"分",second:"秒"},empty:{description:"暂无数据"},signature:{reSign:"重签",unSupportTpl:"对不起,当前浏览器不支持Canvas,无法使用本控件!"},infiniteloading:{loading:"加载中...",pullText:"松开刷新",noMoreText:"哎呀,这里是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"释放刷新",loadingText:"加载中..."},datepicker:{year:"年",month:"月",day:"日",hour:"时",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"开始",pause:"暂停",forward:"快进",mute:"静音"},picker:{title:"请选择"},pickeritem:{placeholder:"请选择"},dateitem:{placeholder:"请选择",longTermText:"长期"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"请选择"},actionsheetpane:{title:"请选择",seachPlaceholder:"请输入关键字"},messagebox:{confirmButtonText:"确定",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展开"},buttonsitem:{moreText:"更多"},tableitem:{loadText:"加载中...",noMoreText:"无更多数据"},tablesetting:{title:"列设置",resetText:"重置",leftFixedTitle:"固定在左侧",rightFixedTitle:"固定在右侧",unFixedTitle:"不固定",fixedLeftText:"固定到列头",fixedRightText:"固定到列尾",unFixedText:"不固定"},groupsetting:{title:"条件筛选",resetText:"重置",toTopText:"到顶部",toBottomText:"到底部"}},t={save:"Save",noData:"No Data",loadText:"Loading",noMoreText:"No more data",confirmText:"Confirm",cancelText:"Cancel",clearText:"Clear",defaultText:"Default",placeholder:"Placeholder",select:"Select",today:"Today",weekdays:JSON.stringify(["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]),fullWeekdays:JSON.stringify(["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"]),dateUnit:{day:"Day",year:"Year",month:"Month",hour:"Hour",minute:"Minute",seconds:"Second"},video:{errorTip:"Error Tip",clickRetry:"Click Retry"},fixednav:{activeText:"Close Nav",unActiveText:"Open Nav"},pagination:{prevText:"Previous",nextText:"Next"},calendarpane:{endText:"End",startText:"Start",title:"Calendar",monthTitle:"{year}/{month}"},shortpassword:{title:"Please input a password",desc:"Verify",tips:"Forget password"},uploader:{ready:"Ready",readyUpload:"Ready to upload",waitingUpload:"Waiting for upload",uploading:"Uploading",success:"Upload successful",error:"Upload failed"},countdown:{day:" Day ",hour:" Hour ",minute:" Minute ",second:" Second "},empty:{description:"No Data"},signature:{reSign:"Re Sign",unSupportTpl:"Sorry, the current browser doesn't support canvas, so we can't use this control!"},infiniteloading:{loading:"Loading...",pullText:"Loose to refresh",noMoreText:"Oops, this is the bottom"},pullrefresh:{pullingText:"Pull to refresh...",loosingText:"Loose to refresh...",loadingText:"Loading..."},datepicker:{year:"Year",month:"Month",day:"Day",hour:"Hour",minute:"Minute",seconds:"Second"},audiooperate:{back:"Back",start:"Start",pause:"Pause",forward:"Forward",mute:"Mute"},picker:{title:"Select"},pickeritem:{placeholder:"Select"},dateitem:{placeholder:"Select",longTermText:"LongTerm"},cascaderitem:{placeholder:"Select"},calendaritem:{placeholder:"Select"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"Done"},actionsheetitem:{placeholder:"Select"},actionsheetpane:{title:"Select",seachPlaceholder:"keywords"},messagebox:{confirmButtonText:"Confirm",cancelButtonText:"Cancel"},morebutton:{collapseText:"collapse",expandText:"expand"},buttonsitem:{moreText:"more"},tableitem:{loadText:"loading",noMoreText:"no more data"},tablesetting:{title:"Column Settings",resetText:"Reset",leftFixedTitle:"Fixed on the Left",rightFixedTitle:"Fixed on the Right",unFixedTitle:"Unfixed",fixedLeftText:"Pin to Start",fixedRightText:"Pin to End",unFixedText:"Unfixed"},groupsetting:{title:"Filter Settings",resetText:"Reset",toTopText:"Move to Top",toBottomText:"Move to Bottom"}},o={save:"保存",noData:"暫無數據",loadText:"加載中...",noMoreText:"無更多數據",confirmText:"確認",cancelText:"取消",clearText:"清除",defaultText:"默认",placeholder:"請輸入",select:"請選擇",today:"今天",weekdays:JSON.stringify(["日","一","二","三","四","五","六"]),fullWeekdays:JSON.stringify(["星期日","星期一","星期二","星期三","星期四","星期五","星期六"]),dateUnit:{day:"日",year:"年",month:"月",hour:"时",minute:"分",seconds:"秒"},video:{errorTip:"視頻加載失敗",clickRetry:"點擊重試"},fixednav:{activeText:"收起導航",unActiveText:"快速導航"},pagination:{prevText:"上一頁",nextText:"下一頁"},calendarpane:{endText:"結束",startText:"開始",title:"行事曆選擇",monthTitle:"{year}年{month}月"},shortpassword:{title:"請輸入密碼",desc:"您使用了虛擬資產,請進行驗證",tips:"忘記密碼"},uploader:{ready:"準備完成",readyUpload:"準備上傳",waitingUpload:"等待上傳",uploading:"上傳中",success:"上傳成功",error:"上傳失敗"},countdown:{day:"天",hour:"時",minute:"分",second:"秒"},empty:{description:"暫無數據"},signature:{reSign:"重簽",unSupportTpl:"對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"},infiniteloading:{loading:"加載中...",pullText:"鬆開刷新",noMoreText:"哎呀,這裡是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"釋放刷新",loadingText:"加載中..."},datepicker:{year:"年",month:"月",day:"日",hour:"時",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"開始",pause:"暫停",forward:"快進",mute:"靜音"},picker:{title:"請選擇"},pickeritem:{placeholder:"請選擇"},dateitem:{placeholder:"請選擇",longTermText:"長期"},cascaderitem:{placeholder:"請選擇"},calendaritem:{placeholder:"請選擇"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"請選擇"},actionsheetpane:{title:"請選擇",seachPlaceholder:"請輸入關鍵字"},messagebox:{confirmButtonText:"確認",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展開"},buttonsitem:{moreText:"更多"},tableitem:{loadText:"載入中...",noMoreText:"無更多數據"},tablesetting:{title:"欄位設定",resetText:"重置",leftFixedTitle:"固定在左側",rightFixedTitle:"固定在右側",unFixedTitle:"不固定",fixedLeftText:"固定到欄首",fixedRightText:"固定到欄尾",unFixedText:"不固定"},groupsetting:{title:"條件篩選",resetText:"重置",toTopText:"移至頂部",toBottomText:"移至底部"}},a={zh_CN:{...e},en_US:{...t},zh_TW:{...o}};return a});
|