@fox-js/foxui-pad 4.1.1-7 → 4.1.1-9

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,5 +1,5 @@
1
1
  /*!
2
- * @fox-js/foxui-desktop v4.0.0 Wed Mar 26 2025 16:15:15 GMT+0800 (中国标准时间)
2
+ * @fox-js/foxui-desktop v4.0.0 Sat Aug 30 2025 16:26:49 GMT+0800 (中国标准时间)
3
3
  */
4
4
  const e = {
5
5
  save: "保存",
@@ -10,6 +10,9 @@ const e = {
10
10
  defaultText: "默认",
11
11
  placeholder: "请输入",
12
12
  select: "请选择",
13
+ today: "今天",
14
+ weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
15
+ fullWeekdays: JSON.stringify(["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]),
13
16
  dateUnit: {
14
17
  day: "日",
15
18
  year: "年",
@@ -31,12 +34,10 @@ const e = {
31
34
  nextText: "下一页"
32
35
  },
33
36
  calendarpane: {
34
- weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
35
37
  endText: "结束",
36
38
  startText: "开始",
37
39
  title: "日历选择",
38
- monthTitle: "{year}年{month}月",
39
- today: "今天"
40
+ monthTitle: "{year}年{month}月"
40
41
  },
41
42
  shortpassword: {
42
43
  title: "请输入密码",
@@ -75,7 +76,7 @@ const e = {
75
76
  placeholder: "请输入1-5000整数"
76
77
  },
77
78
  timeselect: {
78
- title: "取件时间"
79
+ pickupTime: "取件时间"
79
80
  },
80
81
  sku: {
81
82
  buyText: "立即购买",
@@ -86,7 +87,8 @@ const e = {
86
87
  idText: "商品编号"
87
88
  },
88
89
  addresslist: {
89
- addAddress: "新建地址"
90
+ addAddress: "新建地址",
91
+ default: "默认"
90
92
  },
91
93
  comment: {
92
94
  complaintsText: "我要投诉",
@@ -95,8 +97,13 @@ const e = {
95
97
  },
96
98
  infiniteloading: {
97
99
  loading: "加载中...",
98
- pullTxt: "松开刷新",
99
- loadMoreTxt: "哎呀,这里是底部了啦"
100
+ pullText: "松开刷新",
101
+ loadMoreText: "哎呀,这里是底部了啦"
102
+ },
103
+ pullrefresh: {
104
+ pullingText: "下拉刷新",
105
+ loosingText: "释放刷新",
106
+ loadingText: "加载中..."
100
107
  },
101
108
  datepicker: {
102
109
  year: "年",
@@ -128,8 +135,24 @@ const e = {
128
135
  calendaritem: {
129
136
  placeholder: "请选择"
130
137
  },
138
+ linkitem: {
139
+ placeholder: ""
140
+ },
131
141
  numberkeyboard: {
132
142
  confirmText: "完成"
143
+ },
144
+ actionsheetitem: {
145
+ placeholder: "请选择"
146
+ },
147
+ actionsheetpane: {
148
+ title: "请选择",
149
+ loadText: "加载中...",
150
+ loadMoreText: "无更多数据",
151
+ seachPlaceholder: "请输入关键字"
152
+ },
153
+ messagebox: {
154
+ confirmButtonText: "确定",
155
+ cancelButtonText: "取消"
133
156
  }
134
157
  }, t = {
135
158
  save: "Save",
@@ -140,6 +163,9 @@ const e = {
140
163
  defaultText: "Default",
141
164
  placeholder: "Placeholder",
142
165
  select: "Select",
166
+ today: "Today",
167
+ weekdays: JSON.stringify(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]),
168
+ fullWeekdays: JSON.stringify(["Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"]),
143
169
  dateUnit: {
144
170
  day: "Day",
145
171
  year: "Year",
@@ -161,12 +187,10 @@ const e = {
161
187
  nextText: "Next"
162
188
  },
163
189
  calendarpane: {
164
- weekdays: JSON.stringify(["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]),
165
190
  endText: "End",
166
191
  startText: "Start",
167
192
  title: "Calendar",
168
- monthTitle: "{year}/{month}",
169
- today: "Today"
193
+ monthTitle: "{year}/{month}"
170
194
  },
171
195
  shortpassword: {
172
196
  title: "Please input a password",
@@ -205,7 +229,7 @@ const e = {
205
229
  placeholder: "Placeholder"
206
230
  },
207
231
  timeselect: {
208
- title: "Pickup Time"
232
+ pickupTime: "Pickup Time"
209
233
  },
210
234
  sku: {
211
235
  buyText: "Buy Now",
@@ -216,7 +240,8 @@ const e = {
216
240
  idText: "Sku Number"
217
241
  },
218
242
  addresslist: {
219
- addAddress: "Add New Address"
243
+ addAddress: "Add New Address",
244
+ default: "default"
220
245
  },
221
246
  comment: {
222
247
  complaintsText: "I have a complaint",
@@ -225,8 +250,13 @@ const e = {
225
250
  },
226
251
  infiniteloading: {
227
252
  loading: "Loading...",
228
- pullTxt: "Loose to refresh",
229
- loadMoreTxt: "Oops, this is the bottom"
253
+ pullText: "Loose to refresh",
254
+ loadMoreText: "Oops, this is the bottom"
255
+ },
256
+ pullrefresh: {
257
+ pullingText: "Pull to refresh...",
258
+ loosingText: "Loose to refresh...",
259
+ loadingText: "Loading..."
230
260
  },
231
261
  datepicker: {
232
262
  year: "Year",
@@ -258,8 +288,24 @@ const e = {
258
288
  calendaritem: {
259
289
  placeholder: "Select"
260
290
  },
291
+ linkitem: {
292
+ placeholder: ""
293
+ },
261
294
  numberkeyboard: {
262
295
  confirmText: "Done"
296
+ },
297
+ actionsheetitem: {
298
+ placeholder: "Select"
299
+ },
300
+ actionsheetpane: {
301
+ title: "Select",
302
+ loadText: "Loading",
303
+ loadMoreText: "No more data",
304
+ seachPlaceholder: "keywords"
305
+ },
306
+ messagebox: {
307
+ confirmButtonText: "Confirm",
308
+ cancelButtonText: "Cancel"
263
309
  }
264
310
  }, a = {
265
311
  save: "保存",
@@ -270,6 +316,9 @@ const e = {
270
316
  defaultText: "默认",
271
317
  placeholder: "請輸入",
272
318
  select: "請選擇",
319
+ today: "今天",
320
+ weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
321
+ fullWeekdays: JSON.stringify(["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"]),
273
322
  dateUnit: {
274
323
  day: "日",
275
324
  year: "年",
@@ -291,12 +340,10 @@ const e = {
291
340
  nextText: "下一頁"
292
341
  },
293
342
  calendarpane: {
294
- weekdays: JSON.stringify(["日", "一", "二", "三", "四", "五", "六"]),
295
343
  endText: "結束",
296
344
  startText: "開始",
297
345
  title: "行事曆選擇",
298
- monthTitle: "{year}年{month}月",
299
- today: "今天"
346
+ monthTitle: "{year}年{month}月"
300
347
  },
301
348
  shortpassword: {
302
349
  title: "請輸入密碼",
@@ -335,7 +382,7 @@ const e = {
335
382
  placeholder: "請輸入1-5000整數"
336
383
  },
337
384
  timeselect: {
338
- title: "取件時間"
385
+ pickupTime: "取件時間"
339
386
  },
340
387
  sku: {
341
388
  buyText: "立即購買",
@@ -346,7 +393,8 @@ const e = {
346
393
  idText: "商品編號"
347
394
  },
348
395
  addresslist: {
349
- addAddress: "新建地址"
396
+ addAddress: "新建地址",
397
+ default: "默认"
350
398
  },
351
399
  comment: {
352
400
  complaintsText: "我要投訴",
@@ -355,8 +403,13 @@ const e = {
355
403
  },
356
404
  infiniteloading: {
357
405
  loading: "加載中...",
358
- pullTxt: "鬆開刷新",
359
- loadMoreTxt: "哎呀,這裡是底部了啦"
406
+ pullText: "鬆開刷新",
407
+ loadMoreText: "哎呀,這裡是底部了啦"
408
+ },
409
+ pullrefresh: {
410
+ pullingText: "下拉刷新",
411
+ loosingText: "釋放刷新",
412
+ loadingText: "加載中..."
360
413
  },
361
414
  datepicker: {
362
415
  year: "年",
@@ -388,8 +441,24 @@ const e = {
388
441
  calendaritem: {
389
442
  placeholder: "請選擇"
390
443
  },
444
+ linkitem: {
445
+ placeholder: ""
446
+ },
391
447
  numberkeyboard: {
392
448
  confirmText: "完成"
449
+ },
450
+ actionsheetitem: {
451
+ placeholder: "請選擇"
452
+ },
453
+ actionsheetpane: {
454
+ title: "請選擇",
455
+ loadText: "加載中...",
456
+ loadMoreText: "無更多數據",
457
+ seachPlaceholder: "請輸入關鍵字"
458
+ },
459
+ messagebox: {
460
+ confirmButtonText: "確認",
461
+ cancelButtonText: "取消"
393
462
  }
394
463
  }, o = {
395
464
  zh_CN: {
@@ -1,3 +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 Wed Mar 26 2025 16:15:15 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}}});
2
+ * @fox-js/foxui-desktop v4.0.0 Sat Aug 30 2025 16:26:49 GMT+0800 (中国标准时间)
3
+ */const e={save:"保存",noData:"暂无数据",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:"松开刷新",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",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",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:"請選擇",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:"鬆開刷新",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}}});