@fox-js/foxui 4.0.1-9 → 4.0.1-91

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.
@@ -1,15 +1,33 @@
1
- /*!
2
- * @fox-js/foxui-base v4.0.0 Tue Jan 31 2023 14:16:09 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,9 +73,7 @@ const e = {
57
73
  minute: "分",
58
74
  second: "秒"
59
75
  },
60
- empty: {
61
- description: "暂无数据"
62
- },
76
+ empty: { description: "暂无数据" },
63
77
  address: {
64
78
  selectRegion: "请选择所在地区",
65
79
  deliveryTo: "配送至",
@@ -74,19 +88,16 @@ const e = {
74
88
  otherValueText: "其他面值",
75
89
  placeholder: "请输入1-5000整数"
76
90
  },
77
- timeselect: {
78
- title: "取件时间"
79
- },
91
+ timeselect: { pickupTime: "取件时间" },
80
92
  sku: {
81
93
  buyText: "立即购买",
82
94
  stepperTitle: "购买数量",
83
95
  addCartText: "加入购物车"
84
96
  },
85
- skuheader: {
86
- idText: "商品编号"
87
- },
97
+ skuheader: { idText: "商品编号" },
88
98
  addresslist: {
89
- addAddress: "新建地址"
99
+ addAddress: "新建地址",
100
+ default: "默认"
90
101
  },
91
102
  comment: {
92
103
  complaintsText: "我要投诉",
@@ -95,15 +106,20 @@ const e = {
95
106
  },
96
107
  infiniteloading: {
97
108
  loading: "加载中...",
98
- pullTxt: "松开刷新",
99
- loadMoreTxt: "哎呀,这里是底部了啦"
109
+ pullText: "松开刷新",
110
+ noMoreText: "哎呀,这里是底部了啦"
111
+ },
112
+ pullrefresh: {
113
+ pullingText: "下拉刷新",
114
+ loosingText: "释放刷新",
115
+ loadingText: "加载中..."
100
116
  },
101
117
  datepicker: {
102
118
  year: "年",
103
119
  month: "月",
104
120
  day: "日",
105
121
  hour: "时",
106
- min: "分",
122
+ minute: "分",
107
123
  seconds: "秒"
108
124
  },
109
125
  audiooperate: {
@@ -113,33 +129,57 @@ const e = {
113
129
  forward: "快进",
114
130
  mute: "静音"
115
131
  },
116
- picker: {
117
- title: "请选择"
118
- },
119
- pickeritem: {
120
- placeholder: "请选择"
121
- },
122
- dateitem: {
123
- placeholder: "请选择"
124
- },
125
- cascaderitem: {
126
- placeholder: "请选择"
127
- },
128
- calendaritem: {
129
- placeholder: "请选择"
130
- },
131
- numberkeyboard: {
132
- confirmText: "完成"
133
- }
132
+ picker: { title: "请选择" },
133
+ pickeritem: { placeholder: "请选择" },
134
+ dateitem: { placeholder: "请选择" },
135
+ cascaderitem: { placeholder: "请选择" },
136
+ calendaritem: { placeholder: "请选择" },
137
+ linkitem: { placeholder: "" },
138
+ numberkeyboard: { confirmText: "完成" },
139
+ actionsheetitem: { placeholder: "请选择" },
140
+ actionsheetpane: {
141
+ title: "请选择",
142
+ seachPlaceholder: "请输入关键字"
143
+ },
144
+ messagebox: {
145
+ confirmButtonText: "确定",
146
+ cancelButtonText: "取消"
147
+ },
148
+ morebutton: {
149
+ collapseText: "收起",
150
+ expandText: "展开"
151
+ },
152
+ buttonsitem: { moreText: "更多" }
134
153
  }, t = {
135
154
  save: "Save",
136
155
  noData: "No Data",
156
+ loadText: "Loading",
157
+ noMoreText: "No more data",
137
158
  confirmText: "Confirm",
138
159
  cancelText: "Cancel",
139
160
  clearText: "Clear",
140
161
  defaultText: "Default",
141
162
  placeholder: "Placeholder",
142
163
  select: "Select",
164
+ today: "Today",
165
+ weekdays: JSON.stringify([
166
+ "Sun",
167
+ "Mon",
168
+ "Tue",
169
+ "Wed",
170
+ "Thu",
171
+ "Fri",
172
+ "Sat"
173
+ ]),
174
+ fullWeekdays: JSON.stringify([
175
+ "Sunday",
176
+ "Monday",
177
+ "Tuesday",
178
+ "Wednesday",
179
+ "Thursday",
180
+ "Friday",
181
+ "Saturday"
182
+ ]),
143
183
  dateUnit: {
144
184
  day: "Day",
145
185
  year: "Year",
@@ -161,12 +201,10 @@ const e = {
161
201
  nextText: "Next"
162
202
  },
163
203
  calendarpane: {
164
- weekdays: JSON.stringify(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]),
165
204
  endText: "End",
166
205
  startText: "Start",
167
206
  title: "Calendar",
168
- monthTitle: "{year}/{month}",
169
- today: "Today"
207
+ monthTitle: "{year}/{month}"
170
208
  },
171
209
  shortpassword: {
172
210
  title: "Please input a password",
@@ -187,9 +225,7 @@ const e = {
187
225
  minute: " Minute ",
188
226
  second: " Second "
189
227
  },
190
- empty: {
191
- description: "No Data"
192
- },
228
+ empty: { description: "No Data" },
193
229
  address: {
194
230
  selectRegion: "Select Region",
195
231
  deliveryTo: "Delivery To",
@@ -204,19 +240,16 @@ const e = {
204
240
  otherValueText: "Other Value",
205
241
  placeholder: "Placeholder"
206
242
  },
207
- timeselect: {
208
- title: "Pickup Time"
209
- },
243
+ timeselect: { pickupTime: "Pickup Time" },
210
244
  sku: {
211
245
  buyText: "Buy Now",
212
246
  stepperTitle: "Buy Number",
213
247
  addCartText: "Add to Cart"
214
248
  },
215
- skuheader: {
216
- idText: "Sku Number"
217
- },
249
+ skuheader: { idText: "Sku Number" },
218
250
  addresslist: {
219
- addAddress: "Add New Address"
251
+ addAddress: "Add New Address",
252
+ default: "default"
220
253
  },
221
254
  comment: {
222
255
  complaintsText: "I have a complaint",
@@ -225,15 +258,20 @@ const e = {
225
258
  },
226
259
  infiniteloading: {
227
260
  loading: "Loading...",
228
- pullTxt: "Loose to refresh",
229
- loadMoreTxt: "Oops, this is the bottom"
261
+ pullText: "Loose to refresh",
262
+ noMoreText: "Oops, this is the bottom"
263
+ },
264
+ pullrefresh: {
265
+ pullingText: "Pull to refresh...",
266
+ loosingText: "Loose to refresh...",
267
+ loadingText: "Loading..."
230
268
  },
231
269
  datepicker: {
232
270
  year: "Year",
233
271
  month: "Month",
234
272
  day: "Day",
235
273
  hour: "Hour",
236
- min: "Minute",
274
+ minute: "Minute",
237
275
  seconds: "Second"
238
276
  },
239
277
  audiooperate: {
@@ -243,33 +281,57 @@ const e = {
243
281
  forward: "Forward",
244
282
  mute: "Mute"
245
283
  },
246
- picker: {
247
- title: "Select"
248
- },
249
- pickeritem: {
250
- placeholder: "Select"
251
- },
252
- dateitem: {
253
- placeholder: "Select"
254
- },
255
- cascaderitem: {
256
- placeholder: "Select"
257
- },
258
- calendaritem: {
259
- placeholder: "Select"
260
- },
261
- numberkeyboard: {
262
- confirmText: "Done"
263
- }
284
+ picker: { title: "Select" },
285
+ pickeritem: { placeholder: "Select" },
286
+ dateitem: { placeholder: "Select" },
287
+ cascaderitem: { placeholder: "Select" },
288
+ calendaritem: { placeholder: "Select" },
289
+ linkitem: { placeholder: "" },
290
+ numberkeyboard: { confirmText: "Done" },
291
+ actionsheetitem: { placeholder: "Select" },
292
+ actionsheetpane: {
293
+ title: "Select",
294
+ seachPlaceholder: "keywords"
295
+ },
296
+ messagebox: {
297
+ confirmButtonText: "Confirm",
298
+ cancelButtonText: "Cancel"
299
+ },
300
+ morebutton: {
301
+ collapseText: "collapse",
302
+ expandText: "expand"
303
+ },
304
+ buttonsitem: { moreText: "more" }
264
305
  }, a = {
265
306
  save: "保存",
266
307
  noData: "暫無數據",
308
+ loadText: "加載中...",
309
+ noMoreText: "無更多數據",
267
310
  confirmText: "確認",
268
311
  cancelText: "取消",
269
312
  clearText: "清除",
270
313
  defaultText: "默认",
271
314
  placeholder: "請輸入",
272
315
  select: "請選擇",
316
+ today: "今天",
317
+ weekdays: JSON.stringify([
318
+ "日",
319
+ "一",
320
+ "二",
321
+ "三",
322
+ "四",
323
+ "五",
324
+ "六"
325
+ ]),
326
+ fullWeekdays: JSON.stringify([
327
+ "星期日",
328
+ "星期一",
329
+ "星期二",
330
+ "星期三",
331
+ "星期四",
332
+ "星期五",
333
+ "星期六"
334
+ ]),
273
335
  dateUnit: {
274
336
  day: "日",
275
337
  year: "年",
@@ -291,12 +353,10 @@ const e = {
291
353
  nextText: "下一頁"
292
354
  },
293
355
  calendarpane: {
294
- weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
295
356
  endText: "結束",
296
357
  startText: "開始",
297
358
  title: "行事曆選擇",
298
- monthTitle: "{year}年{month}月",
299
- today: "今天"
359
+ monthTitle: "{year}年{month}月"
300
360
  },
301
361
  shortpassword: {
302
362
  title: "請輸入密碼",
@@ -317,9 +377,7 @@ const e = {
317
377
  minute: "分",
318
378
  second: "秒"
319
379
  },
320
- empty: {
321
- description: "暫無數據"
322
- },
380
+ empty: { description: "暫無數據" },
323
381
  address: {
324
382
  selectRegion: "請選擇所在地區",
325
383
  deliveryTo: "配送至",
@@ -334,19 +392,16 @@ const e = {
334
392
  otherValueText: "其他面值",
335
393
  placeholder: "請輸入1-5000整數"
336
394
  },
337
- timeselect: {
338
- title: "取件時間"
339
- },
395
+ timeselect: { pickupTime: "取件時間" },
340
396
  sku: {
341
397
  buyText: "立即購買",
342
398
  stepperTitle: "購買數量",
343
399
  addCartText: "加入購物車"
344
400
  },
345
- skuheader: {
346
- idText: "商品編號"
347
- },
401
+ skuheader: { idText: "商品編號" },
348
402
  addresslist: {
349
- addAddress: "新建地址"
403
+ addAddress: "新建地址",
404
+ default: "默认"
350
405
  },
351
406
  comment: {
352
407
  complaintsText: "我要投訴",
@@ -355,15 +410,20 @@ const e = {
355
410
  },
356
411
  infiniteloading: {
357
412
  loading: "加載中...",
358
- pullTxt: "鬆開刷新",
359
- loadMoreTxt: "哎呀,這裡是底部了啦"
413
+ pullText: "鬆開刷新",
414
+ noMoreText: "哎呀,這裡是底部了啦"
415
+ },
416
+ pullrefresh: {
417
+ pullingText: "下拉刷新",
418
+ loosingText: "釋放刷新",
419
+ loadingText: "加載中..."
360
420
  },
361
421
  datepicker: {
362
422
  year: "年",
363
423
  month: "月",
364
424
  day: "日",
365
425
  hour: "時",
366
- min: "分",
426
+ minute: "分",
367
427
  seconds: "秒"
368
428
  },
369
429
  audiooperate: {
@@ -373,34 +433,31 @@ const e = {
373
433
  forward: "快進",
374
434
  mute: "靜音"
375
435
  },
376
- picker: {
377
- title: "請選擇"
378
- },
379
- pickeritem: {
380
- placeholder: "請選擇"
381
- },
382
- dateitem: {
383
- placeholder: "請選擇"
384
- },
385
- cascaderitem: {
386
- placeholder: "請選擇"
387
- },
388
- calendaritem: {
389
- placeholder: "請選擇"
390
- },
391
- numberkeyboard: {
392
- confirmText: "完成"
393
- }
436
+ picker: { title: "請選擇" },
437
+ pickeritem: { placeholder: "請選擇" },
438
+ dateitem: { placeholder: "請選擇" },
439
+ cascaderitem: { placeholder: "請選擇" },
440
+ calendaritem: { placeholder: "請選擇" },
441
+ linkitem: { placeholder: "" },
442
+ numberkeyboard: { confirmText: "完成" },
443
+ actionsheetitem: { placeholder: "請選擇" },
444
+ actionsheetpane: {
445
+ title: "請選擇",
446
+ seachPlaceholder: "請輸入關鍵字"
447
+ },
448
+ messagebox: {
449
+ confirmButtonText: "確認",
450
+ cancelButtonText: "取消"
451
+ },
452
+ morebutton: {
453
+ collapseText: "收起",
454
+ expandText: "展開"
455
+ },
456
+ buttonsitem: { moreText: "更多" }
394
457
  }, o = {
395
- zh_CN: {
396
- ...e
397
- },
398
- en_US: {
399
- ...t
400
- },
401
- zh_TW: {
402
- ...a
403
- }
458
+ zh_CN: { ...e },
459
+ en_US: { ...t },
460
+ zh_TW: { ...a }
404
461
  };
405
462
  export {
406
463
  o as default
@@ -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 strict";/*!
2
- * @fox-js/foxui-base v4.0.0 Tue Jan 31 2023 14:16:09 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:"时",min:"分",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",min:"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:"時",min:"分",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:"暂无数据"},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:"松开刷新",noMoreText:"哎呀,这里是底部了啦"},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:"请选择",seachPlaceholder:"请输入关键字"},messagebox:{confirmButtonText:"确定",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展开"},buttonsitem:{moreText:"更多"}},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"},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",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"},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"}},a={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:"暫無數據"},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:"鬆開刷新",noMoreText:"哎呀,這裡是底部了啦"},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:"請選擇",seachPlaceholder:"請輸入關鍵字"},messagebox:{confirmButtonText:"確認",cancelButtonText:"取消"},morebutton:{collapseText:"收起",expandText:"展開"},buttonsitem:{moreText:"更多"}},o={zh_CN:{...e},en_US:{...t},zh_TW:{...a}};return o});