@fox-js/foxui 4.0.1-6 → 4.0.1-60
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 +9 -19
- package/dist/index.d.ts +3 -0
- package/dist/index.esm.js +19215 -12899
- package/dist/index.umd.js +10 -20
- package/dist/locale/index.esm.js +234 -168
- package/dist/locale/index.umd.js +3 -0
- package/dist/style.css +1 -1
- package/dist/style.esm.js +1 -5
- package/dist/types/index.d.ts +1845 -333
- package/package.json +13 -15
- package/dist/locale/index.cjs.js +0 -3
- package/dist/locale/index.d.ts +0 -398
package/dist/locale/index.esm.js
CHANGED
|
@@ -1,137 +1,159 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @fox-js/foxui-base v4.0.0 Thu
|
|
2
|
+
* @fox-js/foxui-base v4.0.0 Thu Jun 20 2024 23:49:37 GMT+0800 (中国标准时间)
|
|
3
3
|
*/
|
|
4
|
-
const
|
|
5
|
-
save: "
|
|
6
|
-
noData: "
|
|
7
|
-
confirmText: "
|
|
8
|
-
cancelText: "
|
|
9
|
-
clearText: "
|
|
10
|
-
defaultText: "
|
|
11
|
-
placeholder: "
|
|
12
|
-
select: "
|
|
4
|
+
const e = {
|
|
5
|
+
save: "保存",
|
|
6
|
+
noData: "暂无数据",
|
|
7
|
+
confirmText: "确认",
|
|
8
|
+
cancelText: "取消",
|
|
9
|
+
clearText: "清除",
|
|
10
|
+
defaultText: "默认",
|
|
11
|
+
placeholder: "请输入",
|
|
12
|
+
select: "请选择",
|
|
13
13
|
dateUnit: {
|
|
14
|
-
day: "
|
|
15
|
-
year: "
|
|
16
|
-
month: "
|
|
17
|
-
hour: "
|
|
18
|
-
minute: "
|
|
19
|
-
seconds: "
|
|
14
|
+
day: "日",
|
|
15
|
+
year: "年",
|
|
16
|
+
month: "月",
|
|
17
|
+
hour: "时",
|
|
18
|
+
minute: "分",
|
|
19
|
+
seconds: "秒"
|
|
20
20
|
},
|
|
21
21
|
video: {
|
|
22
|
-
errorTip: "
|
|
23
|
-
clickRetry: "
|
|
22
|
+
errorTip: "视频加载失败",
|
|
23
|
+
clickRetry: "点击重试"
|
|
24
24
|
},
|
|
25
25
|
fixednav: {
|
|
26
|
-
activeText: "
|
|
27
|
-
unActiveText: "
|
|
26
|
+
activeText: "收起导航",
|
|
27
|
+
unActiveText: "快速导航"
|
|
28
28
|
},
|
|
29
29
|
pagination: {
|
|
30
|
-
prevText: "
|
|
31
|
-
nextText: "
|
|
30
|
+
prevText: "上一页",
|
|
31
|
+
nextText: "下一页"
|
|
32
32
|
},
|
|
33
33
|
calendarpane: {
|
|
34
|
-
weekdays: JSON.stringify(["
|
|
35
|
-
endText: "
|
|
36
|
-
startText: "
|
|
37
|
-
title: "
|
|
38
|
-
monthTitle: "{year}
|
|
39
|
-
today: "
|
|
34
|
+
weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
|
|
35
|
+
endText: "结束",
|
|
36
|
+
startText: "开始",
|
|
37
|
+
title: "日历选择",
|
|
38
|
+
monthTitle: "{year}年{month}月",
|
|
39
|
+
today: "今天"
|
|
40
40
|
},
|
|
41
41
|
shortpassword: {
|
|
42
|
-
title: "
|
|
43
|
-
desc: "
|
|
44
|
-
tips: "
|
|
42
|
+
title: "请输入密码",
|
|
43
|
+
desc: "您使用了虚拟资产,请进行验证",
|
|
44
|
+
tips: "忘记密码"
|
|
45
45
|
},
|
|
46
46
|
uploader: {
|
|
47
|
-
ready: "
|
|
48
|
-
readyUpload: "
|
|
49
|
-
waitingUpload: "
|
|
50
|
-
uploading: "
|
|
51
|
-
success: "
|
|
52
|
-
error: "
|
|
47
|
+
ready: "准备完成",
|
|
48
|
+
readyUpload: "准备上传",
|
|
49
|
+
waitingUpload: "等待上传",
|
|
50
|
+
uploading: "上传中",
|
|
51
|
+
success: "上传成功",
|
|
52
|
+
error: "上传失败"
|
|
53
53
|
},
|
|
54
54
|
countdown: {
|
|
55
|
-
day: "
|
|
56
|
-
hour: "
|
|
57
|
-
minute: "
|
|
58
|
-
second: "
|
|
55
|
+
day: "天",
|
|
56
|
+
hour: "时",
|
|
57
|
+
minute: "分",
|
|
58
|
+
second: "秒"
|
|
59
59
|
},
|
|
60
60
|
empty: {
|
|
61
|
-
description: "
|
|
61
|
+
description: "暂无数据"
|
|
62
62
|
},
|
|
63
63
|
address: {
|
|
64
|
-
selectRegion: "
|
|
65
|
-
deliveryTo: "
|
|
66
|
-
chooseAnotherAddress: "
|
|
64
|
+
selectRegion: "请选择所在地区",
|
|
65
|
+
deliveryTo: "配送至",
|
|
66
|
+
chooseAnotherAddress: "选择其他地址"
|
|
67
67
|
},
|
|
68
68
|
signature: {
|
|
69
|
-
reSign: "
|
|
70
|
-
unSupportTpl: "
|
|
69
|
+
reSign: "重签",
|
|
70
|
+
unSupportTpl: "对不起,当前浏览器不支持Canvas,无法使用本控件!"
|
|
71
71
|
},
|
|
72
72
|
ecard: {
|
|
73
|
-
chooseText: "
|
|
74
|
-
otherValueText: "
|
|
75
|
-
placeholder: "
|
|
73
|
+
chooseText: "请选择电子卡面值",
|
|
74
|
+
otherValueText: "其他面值",
|
|
75
|
+
placeholder: "请输入1-5000整数"
|
|
76
76
|
},
|
|
77
77
|
timeselect: {
|
|
78
|
-
|
|
78
|
+
pickupTime: "取件时间"
|
|
79
79
|
},
|
|
80
80
|
sku: {
|
|
81
|
-
buyText: "
|
|
82
|
-
stepperTitle: "
|
|
83
|
-
addCartText: "
|
|
81
|
+
buyText: "立即购买",
|
|
82
|
+
stepperTitle: "购买数量",
|
|
83
|
+
addCartText: "加入购物车"
|
|
84
84
|
},
|
|
85
85
|
skuheader: {
|
|
86
|
-
idText: "
|
|
86
|
+
idText: "商品编号"
|
|
87
87
|
},
|
|
88
88
|
addresslist: {
|
|
89
|
-
addAddress: "
|
|
89
|
+
addAddress: "新建地址",
|
|
90
|
+
default: "默认"
|
|
90
91
|
},
|
|
91
92
|
comment: {
|
|
92
|
-
complaintsText: "
|
|
93
|
-
additionalReview: "
|
|
94
|
-
additionalImages: "{0}
|
|
93
|
+
complaintsText: "我要投诉",
|
|
94
|
+
additionalReview: "购买{0}天后追评",
|
|
95
|
+
additionalImages: "{0}张追评图片"
|
|
95
96
|
},
|
|
96
97
|
infiniteloading: {
|
|
97
|
-
loading: "
|
|
98
|
-
|
|
99
|
-
|
|
98
|
+
loading: "加载中...",
|
|
99
|
+
pullText: "松开刷新",
|
|
100
|
+
loadMoreText: "哎呀,这里是底部了啦"
|
|
101
|
+
},
|
|
102
|
+
pullrefresh: {
|
|
103
|
+
pullingText: "下拉刷新",
|
|
104
|
+
loosingText: "释放刷新",
|
|
105
|
+
loadingText: "加载中..."
|
|
100
106
|
},
|
|
101
107
|
datepicker: {
|
|
102
|
-
year: "
|
|
103
|
-
month: "
|
|
104
|
-
day: "
|
|
105
|
-
hour: "
|
|
106
|
-
|
|
107
|
-
seconds: "
|
|
108
|
+
year: "年",
|
|
109
|
+
month: "月",
|
|
110
|
+
day: "日",
|
|
111
|
+
hour: "时",
|
|
112
|
+
minute: "分",
|
|
113
|
+
seconds: "秒"
|
|
108
114
|
},
|
|
109
115
|
audiooperate: {
|
|
110
|
-
back: "
|
|
111
|
-
start: "
|
|
112
|
-
pause: "
|
|
113
|
-
forward: "
|
|
114
|
-
mute: "
|
|
116
|
+
back: "倒退",
|
|
117
|
+
start: "开始",
|
|
118
|
+
pause: "暂停",
|
|
119
|
+
forward: "快进",
|
|
120
|
+
mute: "静音"
|
|
115
121
|
},
|
|
116
122
|
picker: {
|
|
117
|
-
title: "
|
|
123
|
+
title: "请选择"
|
|
118
124
|
},
|
|
119
125
|
pickeritem: {
|
|
120
|
-
placeholder: "
|
|
126
|
+
placeholder: "请选择"
|
|
121
127
|
},
|
|
122
128
|
dateitem: {
|
|
123
|
-
placeholder: "
|
|
129
|
+
placeholder: "请选择"
|
|
124
130
|
},
|
|
125
131
|
cascaderitem: {
|
|
126
|
-
placeholder: "
|
|
132
|
+
placeholder: "请选择"
|
|
127
133
|
},
|
|
128
134
|
calendaritem: {
|
|
129
|
-
placeholder: "
|
|
135
|
+
placeholder: "请选择"
|
|
136
|
+
},
|
|
137
|
+
linkitem: {
|
|
138
|
+
placeholder: ""
|
|
130
139
|
},
|
|
131
140
|
numberkeyboard: {
|
|
132
|
-
confirmText: "
|
|
141
|
+
confirmText: "完成"
|
|
142
|
+
},
|
|
143
|
+
actionsheetitem: {
|
|
144
|
+
placeholder: "请选择"
|
|
145
|
+
},
|
|
146
|
+
actionsheetpane: {
|
|
147
|
+
title: "请选择",
|
|
148
|
+
loadText: "加载中...",
|
|
149
|
+
loadMoreText: "无更多数据",
|
|
150
|
+
seachPlaceholder: "请输入关键字"
|
|
151
|
+
},
|
|
152
|
+
messagebox: {
|
|
153
|
+
confirmButtonText: "确定",
|
|
154
|
+
cancelButtonText: "取消"
|
|
133
155
|
}
|
|
134
|
-
},
|
|
156
|
+
}, t = {
|
|
135
157
|
save: "Save",
|
|
136
158
|
noData: "No Data",
|
|
137
159
|
confirmText: "Confirm",
|
|
@@ -205,7 +227,7 @@ const u = {
|
|
|
205
227
|
placeholder: "Placeholder"
|
|
206
228
|
},
|
|
207
229
|
timeselect: {
|
|
208
|
-
|
|
230
|
+
pickupTime: "Pickup Time"
|
|
209
231
|
},
|
|
210
232
|
sku: {
|
|
211
233
|
buyText: "Buy Now",
|
|
@@ -216,7 +238,8 @@ const u = {
|
|
|
216
238
|
idText: "Sku Number"
|
|
217
239
|
},
|
|
218
240
|
addresslist: {
|
|
219
|
-
addAddress: "Add New Address"
|
|
241
|
+
addAddress: "Add New Address",
|
|
242
|
+
default: "default"
|
|
220
243
|
},
|
|
221
244
|
comment: {
|
|
222
245
|
complaintsText: "I have a complaint",
|
|
@@ -225,15 +248,20 @@ const u = {
|
|
|
225
248
|
},
|
|
226
249
|
infiniteloading: {
|
|
227
250
|
loading: "Loading...",
|
|
228
|
-
|
|
229
|
-
|
|
251
|
+
pullText: "Loose to refresh",
|
|
252
|
+
loadMoreText: "Oops, this is the bottom"
|
|
253
|
+
},
|
|
254
|
+
pullrefresh: {
|
|
255
|
+
pullingText: "Pull to refresh...",
|
|
256
|
+
loosingText: "Loose to refresh...",
|
|
257
|
+
loadingText: "Loading..."
|
|
230
258
|
},
|
|
231
259
|
datepicker: {
|
|
232
260
|
year: "Year",
|
|
233
261
|
month: "Month",
|
|
234
262
|
day: "Day",
|
|
235
263
|
hour: "Hour",
|
|
236
|
-
|
|
264
|
+
minute: "Minute",
|
|
237
265
|
seconds: "Second"
|
|
238
266
|
},
|
|
239
267
|
audiooperate: {
|
|
@@ -258,150 +286,188 @@ const u = {
|
|
|
258
286
|
calendaritem: {
|
|
259
287
|
placeholder: "Select"
|
|
260
288
|
},
|
|
289
|
+
linkitem: {
|
|
290
|
+
placeholder: ""
|
|
291
|
+
},
|
|
261
292
|
numberkeyboard: {
|
|
262
293
|
confirmText: "Done"
|
|
294
|
+
},
|
|
295
|
+
actionsheetitem: {
|
|
296
|
+
placeholder: "Select"
|
|
297
|
+
},
|
|
298
|
+
actionsheetpane: {
|
|
299
|
+
title: "Select",
|
|
300
|
+
loadText: "Loading",
|
|
301
|
+
loadMoreText: "No more data",
|
|
302
|
+
seachPlaceholder: "keywords"
|
|
303
|
+
},
|
|
304
|
+
messagebox: {
|
|
305
|
+
confirmButtonText: "Confirm",
|
|
306
|
+
cancelButtonText: "Cancel"
|
|
263
307
|
}
|
|
264
|
-
},
|
|
265
|
-
save: "
|
|
266
|
-
noData: "
|
|
267
|
-
confirmText: "
|
|
268
|
-
cancelText: "
|
|
269
|
-
clearText: "
|
|
270
|
-
defaultText: "
|
|
271
|
-
placeholder: "
|
|
272
|
-
select: "
|
|
308
|
+
}, a = {
|
|
309
|
+
save: "保存",
|
|
310
|
+
noData: "暫無數據",
|
|
311
|
+
confirmText: "確認",
|
|
312
|
+
cancelText: "取消",
|
|
313
|
+
clearText: "清除",
|
|
314
|
+
defaultText: "默认",
|
|
315
|
+
placeholder: "請輸入",
|
|
316
|
+
select: "請選擇",
|
|
273
317
|
dateUnit: {
|
|
274
|
-
day: "
|
|
275
|
-
year: "
|
|
276
|
-
month: "
|
|
277
|
-
hour: "
|
|
278
|
-
minute: "
|
|
279
|
-
seconds: "
|
|
318
|
+
day: "日",
|
|
319
|
+
year: "年",
|
|
320
|
+
month: "月",
|
|
321
|
+
hour: "时",
|
|
322
|
+
minute: "分",
|
|
323
|
+
seconds: "秒"
|
|
280
324
|
},
|
|
281
325
|
video: {
|
|
282
|
-
errorTip: "
|
|
283
|
-
clickRetry: "
|
|
326
|
+
errorTip: "視頻加載失敗",
|
|
327
|
+
clickRetry: "點擊重試"
|
|
284
328
|
},
|
|
285
329
|
fixednav: {
|
|
286
|
-
activeText: "
|
|
287
|
-
unActiveText: "
|
|
330
|
+
activeText: "收起導航",
|
|
331
|
+
unActiveText: "快速導航"
|
|
288
332
|
},
|
|
289
333
|
pagination: {
|
|
290
|
-
prevText: "
|
|
291
|
-
nextText: "
|
|
334
|
+
prevText: "上一頁",
|
|
335
|
+
nextText: "下一頁"
|
|
292
336
|
},
|
|
293
337
|
calendarpane: {
|
|
294
|
-
weekdays: JSON.stringify(["
|
|
295
|
-
endText: "
|
|
296
|
-
startText: "
|
|
297
|
-
title: "
|
|
298
|
-
monthTitle: "{year}
|
|
299
|
-
today: "
|
|
338
|
+
weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
|
|
339
|
+
endText: "結束",
|
|
340
|
+
startText: "開始",
|
|
341
|
+
title: "行事曆選擇",
|
|
342
|
+
monthTitle: "{year}年{month}月",
|
|
343
|
+
today: "今天"
|
|
300
344
|
},
|
|
301
345
|
shortpassword: {
|
|
302
|
-
title: "
|
|
303
|
-
desc: "
|
|
304
|
-
tips: "
|
|
346
|
+
title: "請輸入密碼",
|
|
347
|
+
desc: "您使用了虛擬資產,請進行驗證",
|
|
348
|
+
tips: "忘記密碼"
|
|
305
349
|
},
|
|
306
350
|
uploader: {
|
|
307
|
-
ready: "
|
|
308
|
-
readyUpload: "
|
|
309
|
-
waitingUpload: "
|
|
310
|
-
uploading: "
|
|
311
|
-
success: "
|
|
312
|
-
error: "
|
|
351
|
+
ready: "準備完成",
|
|
352
|
+
readyUpload: "準備上傳",
|
|
353
|
+
waitingUpload: "等待上傳",
|
|
354
|
+
uploading: "上傳中",
|
|
355
|
+
success: "上傳成功",
|
|
356
|
+
error: "上傳失敗"
|
|
313
357
|
},
|
|
314
358
|
countdown: {
|
|
315
|
-
day: "
|
|
316
|
-
hour: "
|
|
317
|
-
minute: "
|
|
318
|
-
second: "
|
|
359
|
+
day: "天",
|
|
360
|
+
hour: "時",
|
|
361
|
+
minute: "分",
|
|
362
|
+
second: "秒"
|
|
319
363
|
},
|
|
320
364
|
empty: {
|
|
321
|
-
description: "
|
|
365
|
+
description: "暫無數據"
|
|
322
366
|
},
|
|
323
367
|
address: {
|
|
324
|
-
selectRegion: "
|
|
325
|
-
deliveryTo: "
|
|
326
|
-
chooseAnotherAddress: "
|
|
368
|
+
selectRegion: "請選擇所在地區",
|
|
369
|
+
deliveryTo: "配送至",
|
|
370
|
+
chooseAnotherAddress: "選擇其他地址"
|
|
327
371
|
},
|
|
328
372
|
signature: {
|
|
329
|
-
reSign: "
|
|
330
|
-
unSupportTpl: "
|
|
373
|
+
reSign: "重簽",
|
|
374
|
+
unSupportTpl: "對不起,當前瀏覽器不支持Canvas,無法使用本控制項!"
|
|
331
375
|
},
|
|
332
376
|
ecard: {
|
|
333
|
-
chooseText: "
|
|
334
|
-
otherValueText: "
|
|
335
|
-
placeholder: "
|
|
377
|
+
chooseText: "請選擇電子卡面值",
|
|
378
|
+
otherValueText: "其他面值",
|
|
379
|
+
placeholder: "請輸入1-5000整數"
|
|
336
380
|
},
|
|
337
381
|
timeselect: {
|
|
338
|
-
|
|
382
|
+
pickupTime: "取件時間"
|
|
339
383
|
},
|
|
340
384
|
sku: {
|
|
341
|
-
buyText: "
|
|
342
|
-
stepperTitle: "
|
|
343
|
-
addCartText: "
|
|
385
|
+
buyText: "立即購買",
|
|
386
|
+
stepperTitle: "購買數量",
|
|
387
|
+
addCartText: "加入購物車"
|
|
344
388
|
},
|
|
345
389
|
skuheader: {
|
|
346
|
-
idText: "
|
|
390
|
+
idText: "商品編號"
|
|
347
391
|
},
|
|
348
392
|
addresslist: {
|
|
349
|
-
addAddress: "
|
|
393
|
+
addAddress: "新建地址",
|
|
394
|
+
default: "默认"
|
|
350
395
|
},
|
|
351
396
|
comment: {
|
|
352
|
-
complaintsText: "
|
|
353
|
-
additionalReview: "
|
|
354
|
-
additionalImages: "{0}
|
|
397
|
+
complaintsText: "我要投訴",
|
|
398
|
+
additionalReview: "購買{0}天後追評",
|
|
399
|
+
additionalImages: "{0}張追評圖片"
|
|
355
400
|
},
|
|
356
401
|
infiniteloading: {
|
|
357
|
-
loading: "
|
|
358
|
-
|
|
359
|
-
|
|
402
|
+
loading: "加載中...",
|
|
403
|
+
pullText: "鬆開刷新",
|
|
404
|
+
loadMoreText: "哎呀,這裡是底部了啦"
|
|
405
|
+
},
|
|
406
|
+
pullrefresh: {
|
|
407
|
+
pullingText: "下拉刷新",
|
|
408
|
+
loosingText: "釋放刷新",
|
|
409
|
+
loadingText: "加載中..."
|
|
360
410
|
},
|
|
361
411
|
datepicker: {
|
|
362
|
-
year: "
|
|
363
|
-
month: "
|
|
364
|
-
day: "
|
|
365
|
-
hour: "
|
|
366
|
-
|
|
367
|
-
seconds: "
|
|
412
|
+
year: "年",
|
|
413
|
+
month: "月",
|
|
414
|
+
day: "日",
|
|
415
|
+
hour: "時",
|
|
416
|
+
minute: "分",
|
|
417
|
+
seconds: "秒"
|
|
368
418
|
},
|
|
369
419
|
audiooperate: {
|
|
370
|
-
back: "
|
|
371
|
-
start: "
|
|
372
|
-
pause: "
|
|
373
|
-
forward: "
|
|
374
|
-
mute: "
|
|
420
|
+
back: "倒退",
|
|
421
|
+
start: "開始",
|
|
422
|
+
pause: "暫停",
|
|
423
|
+
forward: "快進",
|
|
424
|
+
mute: "靜音"
|
|
375
425
|
},
|
|
376
426
|
picker: {
|
|
377
|
-
title: "
|
|
427
|
+
title: "請選擇"
|
|
378
428
|
},
|
|
379
429
|
pickeritem: {
|
|
380
|
-
placeholder: "
|
|
430
|
+
placeholder: "請選擇"
|
|
381
431
|
},
|
|
382
432
|
dateitem: {
|
|
383
|
-
placeholder: "
|
|
433
|
+
placeholder: "請選擇"
|
|
384
434
|
},
|
|
385
435
|
cascaderitem: {
|
|
386
|
-
placeholder: "
|
|
436
|
+
placeholder: "請選擇"
|
|
387
437
|
},
|
|
388
438
|
calendaritem: {
|
|
389
|
-
placeholder: "
|
|
439
|
+
placeholder: "請選擇"
|
|
440
|
+
},
|
|
441
|
+
linkitem: {
|
|
442
|
+
placeholder: ""
|
|
390
443
|
},
|
|
391
444
|
numberkeyboard: {
|
|
392
|
-
confirmText: "
|
|
445
|
+
confirmText: "完成"
|
|
446
|
+
},
|
|
447
|
+
actionsheetitem: {
|
|
448
|
+
placeholder: "請選擇"
|
|
449
|
+
},
|
|
450
|
+
actionsheetpane: {
|
|
451
|
+
title: "請選擇",
|
|
452
|
+
loadText: "加載中...",
|
|
453
|
+
loadMoreText: "無更多數據",
|
|
454
|
+
seachPlaceholder: "請輸入關鍵字"
|
|
455
|
+
},
|
|
456
|
+
messagebox: {
|
|
457
|
+
confirmButtonText: "確認",
|
|
458
|
+
cancelButtonText: "取消"
|
|
393
459
|
}
|
|
394
|
-
},
|
|
460
|
+
}, o = {
|
|
395
461
|
zh_CN: {
|
|
396
|
-
...
|
|
462
|
+
...e
|
|
397
463
|
},
|
|
398
464
|
en_US: {
|
|
399
|
-
...
|
|
465
|
+
...t
|
|
400
466
|
},
|
|
401
467
|
zh_TW: {
|
|
402
|
-
...
|
|
468
|
+
...a
|
|
403
469
|
}
|
|
404
470
|
};
|
|
405
471
|
export {
|
|
406
|
-
|
|
472
|
+
o as default
|
|
407
473
|
};
|
|
@@ -0,0 +1,3 @@
|
|
|
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 strict";/*!
|
|
2
|
+
* @fox-js/foxui-base v4.0.0 Thu Jun 20 2024 23:49:37 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:{pickupTime:"取件时间"},sku:{buyText:"立即购买",stepperTitle:"购买数量",addCartText:"加入购物车"},skuheader:{idText:"商品编号"},addresslist:{addAddress:"新建地址",default:"默认"},comment:{complaintsText:"我要投诉",additionalReview:"购买{0}天后追评",additionalImages:"{0}张追评图片"},infiniteloading:{loading:"加载中...",pullText:"松开刷新",loadMoreText:"哎呀,这里是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"释放刷新",loadingText:"加载中..."},datepicker:{year:"年",month:"月",day:"日",hour:"时",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"开始",pause:"暂停",forward:"快进",mute:"静音"},picker:{title:"请选择"},pickeritem:{placeholder:"请选择"},dateitem:{placeholder:"请选择"},cascaderitem:{placeholder:"请选择"},calendaritem:{placeholder:"请选择"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"请选择"},actionsheetpane:{title:"请选择",loadText:"加载中...",loadMoreText:"无更多数据",seachPlaceholder:"请输入关键字"},messagebox:{confirmButtonText:"确定",cancelButtonText:"取消"}},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:{pickupTime:"Pickup Time"},sku:{buyText:"Buy Now",stepperTitle:"Buy Number",addCartText:"Add to Cart"},skuheader:{idText:"Sku Number"},addresslist:{addAddress:"Add New Address",default:"default"},comment:{complaintsText:"I have a complaint",additionalReview:"Review after {0} days of purchase",additionalImages:"There are {0} follow-up comments"},infiniteloading:{loading:"Loading...",pullText:"Loose to refresh",loadMoreText:"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"},cascaderitem:{placeholder:"Select"},calendaritem:{placeholder:"Select"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"Done"},actionsheetitem:{placeholder:"Select"},actionsheetpane:{title:"Select",loadText:"Loading",loadMoreText:"No more data",seachPlaceholder:"keywords"},messagebox:{confirmButtonText:"Confirm",cancelButtonText:"Cancel"}},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:{pickupTime:"取件時間"},sku:{buyText:"立即購買",stepperTitle:"購買數量",addCartText:"加入購物車"},skuheader:{idText:"商品編號"},addresslist:{addAddress:"新建地址",default:"默认"},comment:{complaintsText:"我要投訴",additionalReview:"購買{0}天後追評",additionalImages:"{0}張追評圖片"},infiniteloading:{loading:"加載中...",pullText:"鬆開刷新",loadMoreText:"哎呀,這裡是底部了啦"},pullrefresh:{pullingText:"下拉刷新",loosingText:"釋放刷新",loadingText:"加載中..."},datepicker:{year:"年",month:"月",day:"日",hour:"時",minute:"分",seconds:"秒"},audiooperate:{back:"倒退",start:"開始",pause:"暫停",forward:"快進",mute:"靜音"},picker:{title:"請選擇"},pickeritem:{placeholder:"請選擇"},dateitem:{placeholder:"請選擇"},cascaderitem:{placeholder:"請選擇"},calendaritem:{placeholder:"請選擇"},linkitem:{placeholder:""},numberkeyboard:{confirmText:"完成"},actionsheetitem:{placeholder:"請選擇"},actionsheetpane:{title:"請選擇",loadText:"加載中...",loadMoreText:"無更多數據",seachPlaceholder:"請輸入關鍵字"},messagebox:{confirmButtonText:"確認",cancelButtonText:"取消"}};return{zh_CN:{...e},en_US:{...t},zh_TW:{...a}}});
|