@fox-js/foxui-pad 4.1.1-3 → 4.1.1-31

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