ts-glitter 20.6.8 → 20.7.0
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/lowcode/Entry.js +2 -2
- package/lowcode/Entry.ts +2 -2
- package/lowcode/backend-manager/bg-blog.js +617 -621
- package/lowcode/backend-manager/bg-blog.ts +2323 -2325
- package/lowcode/backend-manager/bg-line.js +5 -4
- package/lowcode/backend-manager/bg-line.ts +5 -4
- package/lowcode/backend-manager/bg-list-component.js +9 -0
- package/lowcode/backend-manager/bg-list-component.ts +15 -1
- package/lowcode/backend-manager/bg-notify.js +6 -4
- package/lowcode/backend-manager/bg-notify.ts +6 -4
- package/lowcode/backend-manager/bg-product.js +145 -0
- package/lowcode/backend-manager/bg-product.ts +153 -0
- package/lowcode/backend-manager/bg-sns.js +5 -3
- package/lowcode/backend-manager/bg-sns.ts +5 -3
- package/lowcode/backend-manager/bg-widget.js +92 -4
- package/lowcode/backend-manager/bg-widget.ts +122 -6
- package/lowcode/backend-manager/splitPage.js +0 -39
- package/lowcode/backend-manager/splitPage.ts +0 -40
- package/lowcode/cms-plugin/auto-fcm-advertise.js +17 -5
- package/lowcode/cms-plugin/auto-fcm-advertise.ts +19 -6
- package/lowcode/cms-plugin/auto-fcm-history.js +2732 -0
- package/lowcode/cms-plugin/auto-fcm-history.ts +2995 -0
- package/lowcode/cms-plugin/cms-router.js +5 -0
- package/lowcode/cms-plugin/cms-router.ts +6 -0
- package/lowcode/cms-plugin/filter-options.js +80 -27
- package/lowcode/cms-plugin/filter-options.ts +83 -27
- package/lowcode/cms-plugin/language-backend.js +50 -39
- package/lowcode/cms-plugin/language-backend.ts +109 -95
- package/lowcode/cms-plugin/menus-setting.js +175 -151
- package/lowcode/cms-plugin/menus-setting.ts +620 -591
- package/lowcode/cms-plugin/model/order.d.ts +1 -0
- package/lowcode/cms-plugin/module/data.js +7 -7
- package/lowcode/cms-plugin/module/data.ts +262 -233
- package/lowcode/cms-plugin/module/delivery-html.js +18 -10
- package/lowcode/cms-plugin/module/delivery-html.ts +26 -10
- package/lowcode/cms-plugin/module/order-setting.js +458 -328
- package/lowcode/cms-plugin/module/order-setting.ts +622 -351
- package/lowcode/cms-plugin/module/product-excel.js +1 -1
- package/lowcode/cms-plugin/module/product-excel.ts +2 -1
- package/lowcode/cms-plugin/order/order-module.js +90 -1
- package/lowcode/cms-plugin/order/order-module.ts +106 -1
- package/lowcode/cms-plugin/pos-pages/payment-page.js +11 -8
- package/lowcode/cms-plugin/pos-pages/payment-page.ts +28 -15
- package/lowcode/cms-plugin/pos-pages/products-page.js +0 -39
- package/lowcode/cms-plugin/pos-pages/products-page.ts +0 -40
- package/lowcode/cms-plugin/shopping-collections.ts +1 -3
- package/lowcode/cms-plugin/shopping-finance-setting.js +19 -80
- package/lowcode/cms-plugin/shopping-finance-setting.ts +19 -87
- package/lowcode/cms-plugin/shopping-order-manager.js +122 -38
- package/lowcode/cms-plugin/shopping-order-manager.ts +160 -58
- package/lowcode/cms-plugin/shopping-product-setting.js +364 -376
- package/lowcode/cms-plugin/shopping-product-setting.ts +406 -415
- package/lowcode/cms-plugin/shopping-setting-advance.js +57 -16
- package/lowcode/cms-plugin/shopping-setting-advance.ts +69 -18
- package/lowcode/cms-plugin/stock-history.js +75 -63
- package/lowcode/cms-plugin/stock-history.ts +390 -376
- package/lowcode/cms-plugin/user/user-module.js +2 -43
- package/lowcode/cms-plugin/user/user-module.ts +2 -46
- package/lowcode/cms-plugin/user-list.js +4 -6
- package/lowcode/cms-plugin/user-list.ts +35 -38
- package/lowcode/css/editor.css +42 -3
- package/lowcode/glitter-base/global/language.js +6 -1
- package/lowcode/glitter-base/global/language.ts +10 -4
- package/lowcode/glitter-base/global/payment-config.js +19 -16
- package/lowcode/glitter-base/global/payment-config.ts +22 -16
- package/lowcode/glitter-base/global/shipment-config.js +6 -5
- package/lowcode/glitter-base/global/shipment-config.ts +12 -10
- package/lowcode/glitter-base/route/fcm.js +21 -1
- package/lowcode/glitter-base/route/fcm.ts +22 -2
- package/lowcode/glitter-base/route/shopping.js +8 -32
- package/lowcode/glitter-base/route/shopping.ts +10 -33
- package/lowcode/glitter-base/route/stock.ts +1 -0
- package/lowcode/glitter-base/route/user.js +11 -2
- package/lowcode/glitter-base/route/user.ts +23 -12
- package/lowcode/jspage/function-page/setting_editor.js +9 -0
- package/lowcode/jspage/function-page/setting_editor.ts +9 -0
- package/lowcode/public-components/blogs/list.js +223 -195
- package/lowcode/public-components/blogs/list.ts +383 -352
- package/lowcode/public-components/product/product-list.js +8 -4
- package/lowcode/public-components/product/product-list.ts +9 -4
- package/lowcode/public-components/terms-related/index.js +1 -1
- package/lowcode/public-components/terms-related/index.ts +1 -1
- package/lowcode/public-components/user-manager/um-login.js +1 -1
- package/lowcode/public-components/user-manager/um-login.ts +2 -2
- package/lowcode/public-components/user-manager/um-order.js +41 -5
- package/lowcode/public-components/user-manager/um-order.ts +58 -20
- package/lowcode/public-components/user-manager/um-voucher.ts +2 -2
- package/nhi4veq3gk.json +1 -0
- package/package.json +1 -1
- package/src/Language.d.ts +2 -0
- package/src/Language.js +66 -65
- package/src/Language.js.map +1 -1
- package/src/Language.ts +719 -715
- package/src/api-public/config/shipment-config.js +3 -2
- package/src/api-public/config/shipment-config.js.map +1 -1
- package/src/api-public/config/shipment-config.ts +3 -2
- package/src/api-public/controllers/ai-chat.js.map +1 -1
- package/src/api-public/controllers/ai-chat.ts +1 -2
- package/src/api-public/controllers/fcm.js +23 -58
- package/src/api-public/controllers/fcm.js.map +1 -1
- package/src/api-public/controllers/fcm.ts +28 -56
- package/src/api-public/controllers/shop.js +7 -1
- package/src/api-public/controllers/shop.js.map +1 -1
- package/src/api-public/controllers/shop.ts +17 -10
- package/src/api-public/controllers/user.js +1 -0
- package/src/api-public/controllers/user.js.map +1 -1
- package/src/api-public/controllers/user.ts +2 -0
- package/src/api-public/services/auto-send-email.js +247 -187
- package/src/api-public/services/auto-send-email.js.map +1 -1
- package/src/api-public/services/auto-send-email.ts +568 -505
- package/src/api-public/services/delivery.js +1 -1
- package/src/api-public/services/delivery.js.map +1 -1
- package/src/api-public/services/delivery.ts +6 -5
- package/src/api-public/services/financial-service.js +1 -2
- package/src/api-public/services/financial-service.js.map +1 -1
- package/src/api-public/services/financial-service.ts +4 -6
- package/src/api-public/services/manager.d.ts +4 -3
- package/src/api-public/services/manager.js +8 -12
- package/src/api-public/services/manager.js.map +1 -1
- package/src/api-public/services/manager.ts +57 -59
- package/src/api-public/services/model/handlePaymentTransaction.d.ts +1 -1
- package/src/api-public/services/model/handlePaymentTransaction.js +23 -3
- package/src/api-public/services/model/handlePaymentTransaction.js.map +1 -1
- package/src/api-public/services/model/handlePaymentTransaction.ts +25 -36
- package/src/api-public/services/schedule.d.ts +1 -0
- package/src/api-public/services/schedule.js +27 -0
- package/src/api-public/services/schedule.js.map +1 -1
- package/src/api-public/services/schedule.ts +30 -0
- package/src/api-public/services/shopping.d.ts +22 -2
- package/src/api-public/services/shopping.js +371 -95
- package/src/api-public/services/shopping.js.map +1 -1
- package/src/api-public/services/shopping.ts +499 -141
- package/src/api-public/services/stock.js +0 -3
- package/src/api-public/services/stock.js.map +1 -1
- package/src/api-public/services/stock.ts +3 -3
- package/src/api-public/services/user.d.ts +1 -0
- package/src/api-public/services/user.js +32 -12
- package/src/api-public/services/user.js.map +1 -1
- package/src/api-public/services/user.ts +38 -19
- package/src/api-public/services/workers.js +3 -3
- package/src/api-public/services/workers.js.map +1 -1
- package/src/api-public/services/workers.ts +103 -103
- package/src/app-project/ios/proshake/AppDelegate.swift +51 -7
- package/src/app-project/ios/proshake/Info.plist +11 -9
- package/src/app-project/ios/proshake/SceneDelegate.swift +18 -0
- package/src/app-project/ios/proshake/glitter-interface/BasicUtil.swift +43 -2
- package/src/app-project/ios/proshake/glitter-interface/Ecommerce.swift +56 -0
- package/src/app-project/ios/proshake.xcodeproj/project.xcworkspace/xcuserdata/jianzhi.wang.xcuserdatad/UserInterfaceState.xcuserstate +0 -0
- package/src/app-project/serverless/src/modules/database.js +1 -1
- package/src/app-project/serverless/src/modules/database.js.map +1 -1
- package/src/app-project/serverless/src/modules/database.ts +171 -171
- package/src/controllers/template.d.ts +1 -1
- package/src/controllers/template.js +16 -16
- package/src/controllers/template.js.map +1 -1
- package/src/controllers/template.ts +98 -84
- package/src/modules/database.js +3 -1
- package/src/modules/database.js.map +1 -1
- package/src/modules/database.ts +185 -181
- package/src/modules/firebase.d.ts +17 -0
- package/src/modules/firebase.js +126 -0
- package/src/modules/firebase.js.map +1 -1
- package/src/modules/firebase.ts +169 -0
- package/src/public-config-initial/auto-fcm.js +8 -2
- package/src/public-config-initial/auto-fcm.js.map +1 -1
- package/src/public-config-initial/auto-fcm.ts +15 -6
- package/src/services/app.d.ts +2 -1
- package/src/services/app.js.map +1 -1
- package/src/services/app.ts +2 -1
- package/src/services/ios-project.js +12 -6
- package/src/services/ios-project.js.map +1 -1
- package/src/services/ios-project.ts +12 -6
- package/src/services/template.d.ts +3 -2
- package/src/services/template.js +2 -1
- package/src/services/template.js.map +1 -1
- package/src/services/template.ts +13 -20
package/src/Language.ts
CHANGED
|
@@ -1,718 +1,722 @@
|
|
|
1
|
-
export
|
|
2
|
-
public static languageDataList() {
|
|
3
|
-
return [
|
|
4
|
-
{
|
|
5
|
-
key: 'c_cancel_order',
|
|
6
|
-
tw: '請問確定要取消此訂單嗎?',
|
|
7
|
-
cn: '请问确定要取消此订单吗?',
|
|
8
|
-
en: `Are you sure you want to cancel this order?`
|
|
9
|
-
},
|
|
10
|
-
{key: 's_cancel_order', tw: '取消訂單成功', cn: '取消订单成功', en: `Order canceled successfully`},
|
|
11
|
-
{key: 'newWebPay', tw: '藍新金流', cn: '蓝新金流', en: `NewebPay`},
|
|
12
|
-
{key: 'ecPay', tw: '綠界金流', cn: '绿界金流', en: `EcPay`},
|
|
13
|
-
{key: 'paypal', tw: 'Paypal', cn: 'Paypal', en: `Paypal`},
|
|
14
|
-
{key: 'line_pay', tw: 'Line Pay', cn: 'Line Pay', en: `Line Pay`},
|
|
15
|
-
{key: 'atm', tw: 'ATM 轉帳', cn: 'ATM 转帐', en: `ATM Transfer`},
|
|
16
|
-
{key: 'line', tw: 'Line 轉帳', cn: 'Line 转帐', en: `Line Bank`},
|
|
17
|
-
{key: 'cash_on_delivery', tw: '貨到付款', cn: '货到付款', en: `Cash on delivery`},
|
|
18
|
-
{key: 'country', tw: '國家', cn: '国家', en: `Country`},
|
|
19
|
-
{key: 'select_country', tw: '選擇國家', cn: '选择国家', en: `Select country`},
|
|
20
|
-
{key: 'stock_count', tw: '商品庫存', cn: '商品库存', en: `Stock quantity`},
|
|
21
|
-
{key: 'birth', tw: '生日', cn: '生日', en: `Birth`},
|
|
22
|
-
{key: 'buy_it_now', tw: '立即購買', cn: '立即购买', en: `Buy it now`},
|
|
23
|
-
{key: 'cart', tw: '購物車', cn: '购物车', en: `Cart`},
|
|
24
|
-
{
|
|
25
|
-
key: 'min_p_count_d',
|
|
26
|
-
tw: '_p_ 最少購買數量為_c_件',
|
|
27
|
-
cn: '_p_ 最少购买数量为_c_件',
|
|
28
|
-
en: `_p_ Minimum purchase quantity is _c_ pieces.`
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
key: 'min_p_count',
|
|
32
|
-
tw: '此商品最少購買數量為_c_件',
|
|
33
|
-
cn: '此商品最少购买数量为_c_件',
|
|
34
|
-
en: `Minimum purchase quantity is _c_ pieces.`
|
|
35
|
-
},
|
|
36
|
-
{key: 'ship_global_express', tw: '國際快遞', cn: '国际快递', en: `International express`},
|
|
37
|
-
{key: 'ship_HILIFEC2C', tw: '萊爾富店到店', cn: '莱尔富店到店', en: `Hi-Life Store-to-Store Delivery`},
|
|
38
|
-
{key: 'ship_OKMARTC2C', tw: 'OK超商店到店', cn: 'OK超商店到店', en: `OK Mart Store-to-Store Delivery`},
|
|
39
|
-
{
|
|
40
|
-
key: 'ship_UNIMARTC2C',
|
|
41
|
-
tw: '7-ELEVEN超商交貨便',
|
|
42
|
-
cn: '7-ELEVEN便利店送货便',
|
|
43
|
-
en: `7-ELEVEN Store Delivery Service`
|
|
44
|
-
},
|
|
45
|
-
{key: 'ship_shop', tw: '實體門市取貨', cn: '实体门市取货', en: `In-Store Pickup`},
|
|
46
|
-
{key: 'ship_FAMIC2C', tw: '全家店到店', cn: '全家店到店', en: `FamilyMart Store-to-Store Delivery`},
|
|
47
|
-
{key: 'ship_black_cat', tw: '黑貓到府', cn: '黑猫到府', en: `Black Cat Home Delivery`},
|
|
48
|
-
{key: 'ship_normal', tw: '中華郵政', cn: '中华邮政', en: `Chunghwa Post`},
|
|
49
|
-
{key: 'next', tw: '下一步', cn: '下一步', en: `Next`},
|
|
50
|
-
{key: 'please_wait', tw: '請稍候...', cn: '請稍候...', en: `Please wait...`},
|
|
51
|
-
{key: 'related_products', tw: '相關商品', cn: '相關商品', en: 'Related Products'},
|
|
52
|
-
{key: 'product_description', tw: '商品描述', cn: '商品描述', en: 'Product Description'},
|
|
53
|
-
{key: 'switch_language', tw: '切換語言', cn: '切换语言', en: 'Switch language'},
|
|
54
|
-
{key: 'shopping_details', tw: '購物明細', cn: '购物明细', en: 'Shopping details'},
|
|
55
|
-
{key: 'your_shopping_cart', tw: '您的購物車', cn: '您的购物车', en: 'Your shopping cart'},
|
|
56
|
-
{key: 'product_name', tw: '商品名稱', cn: '商品名称', en: 'Product name'},
|
|
57
|
-
{key: 'specification', tw: '規格', cn: '规格', en: 'Specification'},
|
|
58
|
-
{key: 'unit_price', tw: '單價', cn: '单价', en: 'Unit price'},
|
|
59
|
-
{key: 'quantity', tw: '數量', cn: '数量', en: 'Quantity'},
|
|
60
|
-
{key: 'subtotal', tw: '小計', cn: '小计', en: 'Subtotal'},
|
|
61
|
-
{key: 'total', tw: '合計', cn: '合计', en: 'Total'},
|
|
62
|
-
{key: 'out_of_stock', tw: '庫存不足', cn: '庫存不足', en: 'Out of Stock'},
|
|
63
|
-
{key: 'total_products', tw: '商品總計', cn: '商品总计', en: 'Total products'},
|
|
64
|
-
{key: 'shipping_fee', tw: '運費', cn: '运费', en: 'Shipping fee'},
|
|
65
|
-
{key: 'discount_coupon', tw: '優惠券折抵', cn: '优惠券折抵', en: 'Discount coupon'},
|
|
66
|
-
{key: 'promo_code', tw: '優惠代碼', cn: '优惠码', en: 'Coupon code'},
|
|
67
|
-
{key: 'discount', tw: '折抵', cn: '折抵', en: 'Discount'},
|
|
68
|
-
{key: 'remaining_balance', tw: '您目前剩餘', cn: '您目前剩余', en: 'Your remaining balance'},
|
|
69
|
-
{key: 'point', tw: '點', cn: '点', en: ''},
|
|
70
|
-
{
|
|
71
|
-
key: 'max_discount_order',
|
|
72
|
-
tw: '此份訂單最多可折抵',
|
|
73
|
-
cn: '此份订单最多可折抵',
|
|
74
|
-
en: 'Maximum discount for this order'
|
|
75
|
-
},
|
|
76
|
-
{key: 'total_amount', tw: '總金額', cn: '总金额', en: 'Total amount'},
|
|
77
|
-
{key: 'additional_purchase_items', tw: '可加購商品', cn: '可加购商品', en: 'Additional purchase items'},
|
|
78
|
-
{
|
|
79
|
-
key: 'payment_and_shipping_methods',
|
|
80
|
-
tw: '付款及配送方式',
|
|
81
|
-
cn: '付款及配送方式',
|
|
82
|
-
en: 'Payment and shipping'
|
|
83
|
-
},
|
|
84
|
-
{key: 'payment_method', tw: '付款方式', cn: '付款方式', en: 'Payment method'},
|
|
85
|
-
{key: 'shipping_method', tw: '配送方式', cn: '配送方式', en: 'Shipping method'},
|
|
86
|
-
{key: 'shipping_address', tw: '配送地址', cn: '配送地址', en: 'Shipping address'},
|
|
87
|
-
{key: 'customer_info', tw: '顧客資料', cn: '顾客资料', en: 'Customer information'},
|
|
88
|
-
{key: 'name', tw: '姓名', cn: '姓名', en: 'Name'},
|
|
89
|
-
{key: 'contact_number', tw: '聯絡電話', cn: '联系电话', en: 'Contact number'},
|
|
90
|
-
{key: 'email', tw: '電子信箱', cn: '电子邮箱', en: 'Email'},
|
|
91
|
-
{key: 'recipient_info', tw: '收件人資料', cn: '收件人资料', en: 'Recipient information'},
|
|
92
|
-
{key: 'invoice_recipient', tw: '發票開立對象', cn: '发票开立对象', en: 'Invoice recipient'},
|
|
93
|
-
{key: 'invoice_method', tw: '開立方式', cn: '开立方式', en: 'Invoice method'},
|
|
94
|
-
{key: 'delivery_notes', tw: '送貨備註', cn: '送货备注', en: 'Delivery notes'},
|
|
95
|
-
{
|
|
96
|
-
key: 'enter_delivery_notes',
|
|
97
|
-
tw: '請輸入送貨備註',
|
|
98
|
-
cn: '请输入送货备注',
|
|
99
|
-
en: 'Please enter delivery notes'
|
|
100
|
-
},
|
|
101
|
-
{key: 'send_to_user_email', tw: '傳送至用戶信箱', cn: '传送至用户邮箱', en: 'Send to user email'},
|
|
102
|
-
{key: 'mobile_barcode_device', tw: '手機條碼載具', cn: '手机条码载具', en: 'Mobile barcode device'},
|
|
103
|
-
{key: 'add_to_cart', tw: '加入購物車', cn: '加入购物车', en: 'Add to Cart'},
|
|
104
|
-
{key: 'add_to_cart_success', tw: '加入成功', cn: '加入成功', en: 'Added successfully'},
|
|
105
|
-
{
|
|
106
|
-
key: 'empty_cart_message',
|
|
107
|
-
tw: '購物車是空的,趕快前往挑選您心儀的商品',
|
|
108
|
-
cn: '购物车是空的,赶快前往挑选您心仪的商品',
|
|
109
|
-
en: 'Your shopping cart is empty. Quickly go pick out your favorite items',
|
|
110
|
-
},
|
|
111
|
-
{
|
|
112
|
-
key: 'same_as_buyer_info',
|
|
113
|
-
tw: '收件人同購買人資料',
|
|
114
|
-
cn: '收件人同购买人资料',
|
|
115
|
-
en: 'Recipient same as buyer information'
|
|
116
|
-
},
|
|
117
|
-
{key: 'personal', tw: '個人', cn: '个人', en: 'Personal'},
|
|
118
|
-
{key: 'company', tw: '公司', cn: '公司', en: 'Company'},
|
|
119
|
-
{key: 'donate_invoice', tw: '捐贈發票', cn: '捐赠发票', en: 'Donate invoice'},
|
|
120
|
-
{key: 'carrier_number', tw: '載具號碼', cn: '载具号码', en: 'Carrier number'},
|
|
121
|
-
{key: 'company_name', tw: '公司名稱', cn: '公司名称', en: 'Company name'},
|
|
122
|
-
{key: 'company_tax_id', tw: '公司統一編號', cn: '公司统一编码', en: 'Company tax ID'},
|
|
123
|
-
{key: 'donation_code', tw: '捐贈碼', cn: '捐赠码', en: 'Donation code'},
|
|
124
|
-
{key: 'add', tw: '新增', cn: '新增', en: 'Add'},
|
|
125
|
-
{key: 'available_coupons', tw: '可使用的優惠券', cn: '可使用的优惠券', en: 'Available coupons'},
|
|
126
|
-
{key: 'enter_code', tw: '輸入代碼', cn: '输入代码', en: 'Enter code'},
|
|
127
|
-
{key: 'coupon_name', tw: '優惠券名稱', cn: '优惠券名称', en: 'Coupon name'},
|
|
128
|
-
{key: 'coupon_code', tw: '優惠券代碼', cn: '优惠券代码', en: 'Coupon code'},
|
|
129
|
-
{key: 'expiration_date', tw: '使用期限', cn: '使用期限', en: 'Expiration date'},
|
|
130
|
-
{key: 'no_expiration', tw: '無使用期限', cn: '无使用期限', en: 'No expiration'},
|
|
131
|
-
{key: 'select_to_use', tw: '選擇使用', cn: '选择使用', en: 'Select to use'},
|
|
132
|
-
{
|
|
133
|
-
key: 'not_meet_usage_criteria',
|
|
134
|
-
tw: '未達使用標準',
|
|
135
|
-
cn: '未达使用标准',
|
|
136
|
-
en: 'Does not meet usage criteria'
|
|
137
|
-
},
|
|
138
|
-
{key: 'code_unusable', tw: '此代碼無法使用', cn: '此代码无法使用', en: 'This code cannot be used'},
|
|
139
|
-
{key: 'enter_promo_code', tw: '請輸入優惠代碼', cn: '请输入优惠代码', en: 'Please enter coupon code'},
|
|
140
|
-
{key: 'confirm', tw: '確認', cn: '确认', en: 'Confirm'},
|
|
141
|
-
{key: 'enter_value', tw: '請輸入數值', cn: '请输入数值', en: 'Please enter a value'},
|
|
142
|
-
{key: 'apply', tw: '套用', cn: '应用', en: 'Apply'},
|
|
143
|
-
{key: 'can_use_now', tw: '即可使用', cn: '即可使用', en: 'Can use now'},
|
|
144
|
-
{key: 'select_pickup_store', tw: '選擇配送門市', cn: '选择配送门市', en: 'Select pickup store'},
|
|
145
|
-
{key: 'click_to_reselct_store', tw: '點擊重選門市', cn: '点击重选门市', en: 'Click to reselect store'},
|
|
146
|
-
{key: 'please_enter', tw: '請輸入', cn: '请输入', en: 'Please enter'},
|
|
147
|
-
{
|
|
148
|
-
key: 'city',
|
|
149
|
-
tw: '城市',
|
|
150
|
-
cn: '城市',
|
|
151
|
-
en: 'City'
|
|
152
|
-
},
|
|
153
|
-
{
|
|
154
|
-
key: 'state',
|
|
155
|
-
tw: '州/省',
|
|
156
|
-
cn: '州/省',
|
|
157
|
-
en: 'State/Province'
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
key: 'postal_code',
|
|
161
|
-
tw: '郵遞區號',
|
|
162
|
-
cn: '邮政编码',
|
|
163
|
-
en: 'Postal code'
|
|
164
|
-
},
|
|
1
|
+
export type LanguageLocation = 'en-US' | 'zh-CN' | 'zh-TW';
|
|
165
2
|
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
tw: '請輸入配送地址',
|
|
169
|
-
cn: '请输入配送地址',
|
|
170
|
-
en: 'Please enter delivery address'
|
|
171
|
-
},
|
|
172
|
-
{
|
|
173
|
-
key: 'please_enter_street_location',
|
|
174
|
-
tw: '請輸入街道與門牌位置',
|
|
175
|
-
cn: '請輸入街道與門牌位置',
|
|
176
|
-
en: 'Please enter the street and house number location'
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
key: 'please_enter_contact_number',
|
|
180
|
-
tw: '請輸入聯絡電話',
|
|
181
|
-
cn: '请输入联系电话',
|
|
182
|
-
en: 'Please enter contact number'
|
|
183
|
-
},
|
|
184
|
-
{key: 'please_enter_name', tw: '請輸入姓名', cn: '请输入姓名', en: 'Please enter name'},
|
|
185
|
-
{key: 'please_enter_email', tw: '請輸入電子信箱', cn: '请输入电子邮箱', en: 'Please enter email'},
|
|
186
|
-
{key: 'please_enter_phone', tw: '請輸入手機號碼', cn: '请输入手机号码', en: 'Please enter phone number'},
|
|
187
|
-
{key: 'please_enter_birth', tw: '請輸入生日', cn: '请输入生日', en: 'Please enter birthdate'},
|
|
188
|
-
{
|
|
189
|
-
key: 'please_enter_carrier_number',
|
|
190
|
-
tw: '請輸入載具號碼',
|
|
191
|
-
cn: '请输入载具号码',
|
|
192
|
-
en: 'Please enter carrier number'
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
key: 'please_enter_company_name',
|
|
196
|
-
tw: '請輸入公司名稱',
|
|
197
|
-
cn: '请输入公司名称',
|
|
198
|
-
en: 'Please enter company name'
|
|
199
|
-
},
|
|
200
|
-
{
|
|
201
|
-
key: 'please_enter_company_tax_id',
|
|
202
|
-
tw: '請輸入公司統一編號',
|
|
203
|
-
cn: '请输入公司统一编码',
|
|
204
|
-
en: 'Please enter company tax ID'
|
|
205
|
-
},
|
|
206
|
-
{
|
|
207
|
-
key: 'please_enter_donation_code',
|
|
208
|
-
tw: '請輸入捐贈碼',
|
|
209
|
-
cn: '请输入捐赠码',
|
|
210
|
-
en: 'Please enter donation code'
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
key: 'name_length_restrictions',
|
|
214
|
-
tw: '姓名請設定為4~10字元(中文2~5個字, 英文4~10個字, 不得含指定特殊符號)',
|
|
215
|
-
cn: '姓名请设置为4~10字元(中文2~5个字, 英文4~10个字, 不得含指定特殊符号)',
|
|
216
|
-
en: 'Name should be set to 4-10 characters (2-5 characters for Chinese, 4-10 characters for English, no designated special symbols)',
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
key: 'address_length_requirements',
|
|
220
|
-
tw: '地址長度需大於6個字元,且不可超過60個字元',
|
|
221
|
-
cn: '地址长度需大于6个字元,且不可超过60个字元',
|
|
222
|
-
en: 'Address length should be greater than 6 characters and not exceed 60 characters',
|
|
223
|
-
},
|
|
224
|
-
{
|
|
225
|
-
key: 'select_delivery_store',
|
|
226
|
-
tw: '請選擇「配送門市」',
|
|
227
|
-
cn: '请选择「配送门市」',
|
|
228
|
-
en: 'Please select "Delivery Store"'
|
|
229
|
-
},
|
|
230
|
-
{key: 'please_select_gift', tw: '請選擇「贈品」', cn: '请选择「赠品」', en: 'Please select "Gift"'},
|
|
231
|
-
{key: 'customer_name', tw: '顧客姓名', cn: '顾客姓名', en: 'Customer name'},
|
|
232
|
-
{key: 'customer_phone', tw: '顧客電話', cn: '顾客电话', en: 'Customer phone'},
|
|
233
|
-
{key: 'phone', tw: '電話', cn: '电话', en: 'Phone Number'},
|
|
234
|
-
{key: 'customer_email', tw: '顧客信箱', cn: '顾客邮箱', en: 'Customer email'},
|
|
235
|
-
{key: 'recipient_name', tw: '收件人姓名', cn: '收件人姓名', en: 'Recipient name'},
|
|
236
|
-
{key: 'recipient_phone', tw: '收件人電話', cn: '收件人电话', en: 'Recipient phone'},
|
|
237
|
-
{key: 'recipient_email', tw: '收件人信箱', cn: '收件人邮箱', en: 'Recipient email'},
|
|
238
|
-
{key: 'format_error', tw: '格式錯誤', cn: '格式错误', en: 'Format error'},
|
|
239
|
-
{
|
|
240
|
-
key: 'phone_format_starting_with_09',
|
|
241
|
-
tw: '09 開頭的手機格式',
|
|
242
|
-
cn: '以 09 開头的手机格式',
|
|
243
|
-
en: 'Phone format starting with 09'
|
|
244
|
-
},
|
|
245
|
-
{key: 'addon', tw: '加購品', cn: '加购品', en: 'Addon'},
|
|
246
|
-
{key: 'gift', tw: '贈品', cn: '赠品', en: 'Gift'},
|
|
247
|
-
{key: 'hidden_goods', tw: '隱形商品', cn: '隐形商品', en: 'Hidden goods'},
|
|
248
|
-
{key: 'selected', tw: '已選擇', cn: '已选择', en: 'Selected'},
|
|
249
|
-
{key: 'change_gift', tw: '更換贈品', cn: '更换赠品', en: 'Change gift'},
|
|
250
|
-
{key: 'select_gift', tw: '選擇贈品', cn: '选择赠品', en: 'Select gift'},
|
|
251
|
-
{key: 'shopping_credit', tw: '購物金', cn: '购物金', en: 'Shopping credit'},
|
|
252
|
-
{
|
|
253
|
-
key: 'distance_from_target_amount',
|
|
254
|
-
tw: '距離目標金額還差',
|
|
255
|
-
cn: '距离目标金额还差',
|
|
256
|
-
en: 'Amount remaining to target'
|
|
257
|
-
},
|
|
258
|
-
{key: 'member_login', tw: '會員登入', cn: '会员登录', en: 'Login'},
|
|
259
|
-
{key: 'member_register', tw: '會員註冊', cn: '会员注册', en: 'Register'},
|
|
260
|
-
{key: 'login', tw: '登入', cn: '登录', en: 'Login'},
|
|
261
|
-
{key: 'register', tw: '註冊', cn: '注册', en: 'Register'},
|
|
262
|
-
{key: 'input_product_keyword', tw: '輸入商品關鍵字', cn: '输入商品关键字', en: 'Enter Product Keyword'},
|
|
263
|
-
{key: 'find_product', tw: '找商品', cn: '找商品', en: 'Find Product'},
|
|
264
|
-
{key: 'delete_success', tw: '刪除成功', cn: '删除成功', en: 'Delete Successful'},
|
|
265
|
-
{key: 'add_success', tw: '新增成功', cn: '新增成功', en: 'Add Successful'},
|
|
266
|
-
{key: 'loading', tw: '載入中', cn: '加载中', en: 'Loading'},
|
|
267
|
-
{key: 'ai_choose', tw: 'AI 選品', cn: 'AI 选品', en: 'AI Choose'},
|
|
268
|
-
{key: 'search', tw: '搜尋', cn: '搜索', en: 'Search'},
|
|
269
|
-
{key: 'all_products', tw: '所有商品', cn: '所有商品', en: 'All Products'},
|
|
270
|
-
{key: 'product_categories', tw: '商品分類', cn: '商品分类', en: 'Product Categories'},
|
|
271
|
-
{key: 'products', tw: '單一商品', cn: '单一商品', en: 'Products'},
|
|
272
|
-
{key: 'filter', tw: '篩選', cn: '筛选', en: 'Filter'},
|
|
273
|
-
{key: 'sort_by_date', tw: '預設', cn: '預設', en: 'Sort by default'},
|
|
274
|
-
{key: 'sort_by_price_asc', tw: '價格由低至高', cn: '价格由低到高', en: 'Price Low to High'},
|
|
275
|
-
{key: 'sort_by_price_desc', tw: '價格由高至低', cn: '价格由高到低', en: 'Price High to Low'},
|
|
276
|
-
{key: 'no_related_products', tw: '查無相關商品', cn: '暂无相关商品', en: 'No Related Products'},
|
|
277
|
-
{key: 'my', tw: '我的', cn: '我的', en: 'My'},
|
|
278
|
-
{key: 'my_coupons', tw: '我的優惠券', cn: '我的优惠券', en: 'Coupons'},
|
|
279
|
-
{key: 'order_history', tw: '訂單記錄', cn: '订单记录', en: 'OrderEvent History'},
|
|
280
|
-
{key: 'wishlist', tw: '心願單', cn: '心愿单', en: 'Wishlist'},
|
|
281
|
-
{key: 'add_to_wishlist', tw: '添加至心願單', cn: '添加至心愿单', en: 'Add to Wishlist'},
|
|
282
|
-
{key: 'remove_to_wishlist', tw: '從心願單移除', cn: '從心願单移除', en: 'Remove from Wishlist'},
|
|
283
|
-
{key: 'reset_password', tw: '重設密碼', cn: '重设密码', en: 'Reset Password'},
|
|
284
|
-
{key: 'logout', tw: '登出', cn: '登出', en: 'Logout'},
|
|
285
|
-
{key: 'check_logout', tw: '是否確認登出?', cn: '是否确认登出?', en: 'Confirm to log out?'},
|
|
286
|
-
{key: 'reset_password_event', tw: '重設密碼事件', cn: '重设密码事件', en: 'Reset Password Event'},
|
|
287
|
-
{key: 'password', tw: '密碼', cn: '密码', en: 'Password'},
|
|
288
|
-
{key: 'new_password', tw: '新密碼', cn: '新密码', en: 'New Password'},
|
|
289
|
-
{key: 'confirm_password', tw: '確認密碼', cn: '确认密码', en: 'Confirm Password'},
|
|
290
|
-
{key: 'please_enter_password', tw: '請輸入密碼', cn: '请输入密码', en: 'Please enter password'},
|
|
291
|
-
{key: 'please_enter_new_password', tw: '請輸入新密碼', cn: '请输入新密码', en: 'Please enter new password'},
|
|
292
|
-
{
|
|
293
|
-
key: 'please_enter_password_again',
|
|
294
|
-
tw: '請再次輸入密碼',
|
|
295
|
-
cn: '请再次输入密码',
|
|
296
|
-
en: 'Please enter password again'
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
key: 'email_phone_placeholder',
|
|
300
|
-
tw: '請輸入信箱或電話',
|
|
301
|
-
cn: '请输入邮箱或电话',
|
|
302
|
-
en: 'Please enter email or phone number'
|
|
303
|
-
},
|
|
304
|
-
{key: 'email_phone', tw: '信箱或電話', cn: '邮箱或电话', en: 'Email or Phone Number'},
|
|
305
|
-
{key: 'email_placeholder', tw: '請輸入信箱', cn: '请输入邮箱', en: 'Please enter email'},
|
|
306
|
-
{
|
|
307
|
-
key: 'please_enter_verification_code',
|
|
308
|
-
tw: '請輸入驗證碼',
|
|
309
|
-
cn: '请输入验证码',
|
|
310
|
-
en: 'Please enter verification code'
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
key: 'please_enter_email_verification_code',
|
|
314
|
-
tw: '請輸入信箱驗證碼',
|
|
315
|
-
cn: '请输入邮箱验证码',
|
|
316
|
-
en: 'Please enter email verification code'
|
|
317
|
-
},
|
|
318
|
-
{
|
|
319
|
-
key: 'please_enter_sms_verification_code',
|
|
320
|
-
tw: '請輸入簡訊驗證碼',
|
|
321
|
-
cn: '请输入短信验证码',
|
|
322
|
-
en: 'Please enter sms verification code'
|
|
323
|
-
},
|
|
324
|
-
{
|
|
325
|
-
key: 'enter_website_password',
|
|
326
|
-
tw: '請輸入網站密碼',
|
|
327
|
-
cn: '请输入网站密码',
|
|
328
|
-
en: 'Please enter website password'
|
|
329
|
-
},
|
|
330
|
-
{
|
|
331
|
-
key: 'enter_your_bank_name',
|
|
332
|
-
tw: '請輸入您的銀行名稱',
|
|
333
|
-
cn: '请输入您的银行名称',
|
|
334
|
-
en: 'Please enter your bank name'
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
key: 'enter_your_bank_account_name',
|
|
338
|
-
tw: '請輸入您的銀行戶名',
|
|
339
|
-
cn: '请输入您的银行户名',
|
|
340
|
-
en: 'Please enter your bank account name'
|
|
341
|
-
},
|
|
342
|
-
{key: 'enter_five_digits', tw: '請輸入五位數字', cn: '请输入五位数字', en: 'Please enter five digits'},
|
|
343
|
-
{key: 'new_password_placeholder', tw: '請輸入新密碼', cn: '请输入新密码', en: 'Please enter New Password'},
|
|
344
|
-
{
|
|
345
|
-
key: 'enter_phone_number',
|
|
346
|
-
tw: '請輸入手機號碼',
|
|
347
|
-
cn: '请输入手机号码',
|
|
348
|
-
en: 'Please enter your phone number'
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
key: 'enter_valid_email',
|
|
352
|
-
tw: '請輸入有效電子信箱',
|
|
353
|
-
cn: '请输入有效电子邮箱',
|
|
354
|
-
en: 'Please enter a valid email address'
|
|
355
|
-
},
|
|
356
|
-
{
|
|
357
|
-
key: 'enter_valid_phone_number',
|
|
358
|
-
tw: '請輸入有效手機號碼',
|
|
359
|
-
cn: '请输入有效手机号码',
|
|
360
|
-
en: 'Please enter a valid phone number'
|
|
361
|
-
},
|
|
362
|
-
{key: 'enter_verification_code', tw: '輸入驗證碼', cn: '输入验证码', en: 'Enter Verification Code'},
|
|
363
|
-
{
|
|
364
|
-
key: 'reset_password_verification_code',
|
|
365
|
-
tw: '重設密碼驗證碼',
|
|
366
|
-
cn: '重设密码验证码',
|
|
367
|
-
en: 'Reset Password Verification Code'
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
key: 'verification_code_sent_to',
|
|
371
|
-
tw: '驗證碼已發送至',
|
|
372
|
-
cn: '验证码已发送至',
|
|
373
|
-
en: 'Verification Code Sent to'
|
|
374
|
-
},
|
|
375
|
-
{
|
|
376
|
-
key: 'password_min_length',
|
|
377
|
-
tw: '密碼必須大於8位數',
|
|
378
|
-
cn: '密码必须大于8位数',
|
|
379
|
-
en: 'Password must be greater than 8 characters'
|
|
380
|
-
},
|
|
381
|
-
{
|
|
382
|
-
key: 'please_confirm_password_again',
|
|
383
|
-
tw: '請再次輸入確認密碼',
|
|
384
|
-
cn: '请再次输入确认密码',
|
|
385
|
-
en: 'Please enter confirm password again'
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
key: 'email_verification_code_incorrect',
|
|
389
|
-
tw: '信箱驗證碼輸入錯誤',
|
|
390
|
-
cn: '邮箱验证码输入错误',
|
|
391
|
-
en: 'Email verification code entered incorrectly'
|
|
392
|
-
},
|
|
393
|
-
{
|
|
394
|
-
key: 'sms_verification_code_incorrect',
|
|
395
|
-
tw: '簡訊驗證碼輸入錯誤',
|
|
396
|
-
cn: '短信验证码输入错误',
|
|
397
|
-
en: 'SMS verification code entered incorrectly'
|
|
398
|
-
},
|
|
399
|
-
{
|
|
400
|
-
key: 'phone_number_already_exists',
|
|
401
|
-
tw: '此電話號碼已存在',
|
|
402
|
-
cn: '此电话号码已存在',
|
|
403
|
-
en: 'This phone number already exists'
|
|
404
|
-
},
|
|
405
|
-
{key: 'email_already_exists', tw: '此信箱已存在', cn: '此邮箱已存在', en: 'This email already exists'},
|
|
406
|
-
{key: 'update_exception', tw: '更新異常', cn: '更新异常', en: 'Update Exception'},
|
|
407
|
-
{key: 'change_success', tw: '更改成功', cn: '更改成功', en: 'Change Success'},
|
|
408
|
-
{key: 'confirm_reset', tw: '確認重設', cn: '确认重设', en: 'Confirm Reset'},
|
|
409
|
-
{key: 'member_management', tw: '會員管理', cn: '会员管理', en: 'My Profile'},
|
|
410
|
-
{key: 'my_profile', tw: '個人資料', cn: '个人资料', en: 'My Profile'},
|
|
411
|
-
{key: 'account', tw: '我的帳號', cn: '我的帐号', en: 'Account'},
|
|
412
|
-
{key: 'normal_member', tw: '一般會員', cn: '普通会员', en: 'Regular Member'},
|
|
413
|
-
{key: 'membership_expiry_date', tw: '會員到期日至', cn: '会员到期日至', en: 'Membership Expiry Date'},
|
|
414
|
-
{key: 'renewal_criteria_met', tw: '已達成續會條件', cn: '已达成续会条件', en: 'Renewal Criteria Met'},
|
|
415
|
-
{key: 'spend_again', tw: '再消費', cn: '再消费', en: 'Spend Again'},
|
|
416
|
-
{key: 'single_purchase_over', tw: '單筆消費滿', cn: '单笔消费满', en: 'Single Purchase Over'},
|
|
417
|
-
{
|
|
418
|
-
key: 'can_meet_renewal_criteria',
|
|
419
|
-
tw: '即可達成續會條件',
|
|
420
|
-
cn: '即可达成续会条件',
|
|
421
|
-
en: 'Can Meet Renewal Criteria'
|
|
422
|
-
},
|
|
423
|
-
{key: 'single_purchase_reaches', tw: '單筆消費達', cn: '单笔消费达', en: 'Single Purchase Reaches'},
|
|
424
|
-
{
|
|
425
|
-
key: 'accumulated_spending_reaches',
|
|
426
|
-
tw: '累積消費額達',
|
|
427
|
-
cn: '累积消费额达',
|
|
428
|
-
en: 'Accumulated Spending Reaches'
|
|
429
|
-
},
|
|
430
|
-
{key: 'upgrade_to', tw: '即可升級至', cn: '即可升级至', en: 'Upgrade To'},
|
|
431
|
-
{key: 'days', tw: '天', cn: '天', en: 'Days'},
|
|
432
|
-
{key: 'rules_explanation', tw: '規則說明', cn: '规则说明', en: 'Rules Explanation'},
|
|
433
|
-
{key: 'membership_level_rules', tw: '會員等級規則', cn: '会员等级规则', en: 'Membership Level Rules'},
|
|
434
|
-
{
|
|
435
|
-
key: 'if_renewal_criteria_not_met_within_membership_period',
|
|
436
|
-
tw: '會籍期效內若沒達成續會條件,將會自動降級',
|
|
437
|
-
cn: '会籍期效内若没达成续会条件,将会自动降级',
|
|
438
|
-
en: 'If renewal criteria are not met within the membership period, automatic downgrade will occur',
|
|
439
|
-
},
|
|
440
|
-
{
|
|
441
|
-
key: 'view_membership_level_rules',
|
|
442
|
-
tw: '查看會員級數規則',
|
|
443
|
-
cn: '查看会员级数规则',
|
|
444
|
-
en: 'View Membership Level Rules'
|
|
445
|
-
},
|
|
446
|
-
{key: 'membership_barcode', tw: '會員條碼', cn: '会员条码', en: 'Membership Barcode'},
|
|
447
|
-
{
|
|
448
|
-
key: 'present_membership_barcode',
|
|
449
|
-
tw: '出示會員條碼',
|
|
450
|
-
cn: '出示会员条码',
|
|
451
|
-
en: 'Present Membership Barcode'
|
|
452
|
-
},
|
|
453
|
-
{
|
|
454
|
-
key: 'current_accumulated_spending_amount',
|
|
455
|
-
tw: '目前累積消費金額',
|
|
456
|
-
cn: '当前累积消费金额',
|
|
457
|
-
en: 'Current Accumulated Spending Amount'
|
|
458
|
-
},
|
|
459
|
-
{key: 'can_upgrade', tw: '即可升級', cn: '即可升级', en: 'Can Upgrade'},
|
|
460
|
-
{key: 'edit_profile', tw: '編輯個人資料', cn: '编辑个人资料', en: 'Edit Profile'},
|
|
461
|
-
{key: 'email_verification_code', tw: '信箱驗證碼', cn: '邮箱验证码', en: 'Email Verification Code'},
|
|
462
|
-
{key: 'sms_verification_code', tw: '簡訊驗證碼', cn: '短信验证码', en: 'SMS Verification Code'},
|
|
463
|
-
{key: 'not_filled_in_yet', tw: '尚未填寫', cn: '尚未填写', en: 'Not Filled In Yet'},
|
|
464
|
-
{key: 'no_current_obtain', tw: '目前沒有取得', cn: '目前没有取得', en: 'Currently Not Obtained'},
|
|
465
|
-
{key: 'no_current_orders', tw: '目前沒有訂單', cn: '目前没有订单', en: 'No Current Orders'},
|
|
466
|
-
{key: 'order_number', tw: '訂單編號', cn: '订单编号', en: 'OrderEvent Number'},
|
|
467
|
-
{key: 'order_date', tw: '訂單日期', cn: '订单日期', en: 'OrderEvent Date'},
|
|
468
|
-
{key: 'order_amount', tw: '訂單金額', cn: '订单金额', en: 'OrderEvent Amount'},
|
|
469
|
-
{key: 'order_status', tw: '訂單狀態', cn: '订单状态', en: 'OrderEvent Status'},
|
|
470
|
-
{key: 'no_number_order', tw: '無編號訂單', cn: '无编号订单', en: 'No Number OrderEvent'},
|
|
471
|
-
{key: 'unpaid', tw: '尚未付款', cn: '尚未付款', en: 'Unpaid'},
|
|
472
|
-
{key: 'shipping', tw: '配送中', cn: '配送中', en: 'Shipping'},
|
|
473
|
-
{key: 'delivered', tw: '已送達', cn: '已送达', en: 'Delivered'},
|
|
474
|
-
{key: 'preparing', tw: '準備中', cn: '准备中', en: 'Preparing'},
|
|
475
|
-
{key: 'view', tw: '查看', cn: '查看', en: 'View'},
|
|
476
|
-
{key: 'creation_date', tw: '建立日期', cn: '创建日期', en: 'Creation date'},
|
|
477
|
-
{key: 'source', tw: '來源', cn: '来源', en: 'Source'},
|
|
478
|
-
{key: 'received_amount', tw: '獲得款項', cn: '获得款项', en: 'Amount'},
|
|
479
|
-
{key: 'balance', tw: '餘額', cn: '余额', en: 'Balance'},
|
|
480
|
-
{key: 'no_expiry', tw: '無期限', cn: '无期限', en: 'No Expiry'},
|
|
481
|
-
{key: 'about_to_expire', tw: '即將到期', cn: '即将到期', en: 'About to Expire'},
|
|
482
|
-
{key: 'order', tw: '訂單', cn: '订单', en: 'Order'},
|
|
483
|
-
{key: 'obtain', tw: '獲得', cn: '获取', en: 'Obtain'},
|
|
484
|
-
{key: 'use', tw: '使用', cn: '使用', en: 'Use'},
|
|
485
|
-
{key: 'manual_adjustment', tw: '手動增減', cn: '手动增减', en: 'Manual Adjustment'},
|
|
486
|
-
{
|
|
487
|
-
key: 'no_coupons_available',
|
|
488
|
-
tw: '目前沒有任何優惠券',
|
|
489
|
-
cn: '目前没有任何优惠券',
|
|
490
|
-
en: 'Currently no coupons available'
|
|
491
|
-
},
|
|
492
|
-
{key: 'show_qr_code', tw: '顯示 QR code', cn: '显示 QR code', en: 'Show QR Code'},
|
|
493
|
-
{key: 'coupon_qr_code', tw: '優惠券 QR code', cn: '优惠券 QR code', en: 'Coupon QR Code'},
|
|
494
|
-
{key: 'view_details', tw: '詳細內容', cn: '详细内容', en: 'View Details'},
|
|
495
|
-
{key: 'coupon_details', tw: '優惠券詳細內容', cn: '优惠券详细内容', en: 'Coupon Details'},
|
|
496
|
-
{
|
|
497
|
-
key: 'no_items_added',
|
|
498
|
-
tw: '目前沒有加入任何商品',
|
|
499
|
-
cn: '目前没有添加任何商品',
|
|
500
|
-
en: 'Currently there are no items added'
|
|
501
|
-
},
|
|
502
|
-
{key: 'error', tw: '發生錯誤', cn: '發生錯誤', en: 'Error'},
|
|
503
|
-
{
|
|
504
|
-
key: 'ai_assisted_shopping',
|
|
505
|
-
tw: '透過 AI 可以協助你快速找到喜歡的商品',
|
|
506
|
-
cn: '通过AI可以帮助您快速找到喜欢的商品',
|
|
507
|
-
en: 'AI can assist you in quickly finding products you like.'
|
|
508
|
-
},
|
|
509
|
-
{key: 'product_list', tw: '產品列表', cn: '产品列表', en: 'Product List'},
|
|
510
|
-
{key: 'save', tw: '儲存', cn: '保存', en: 'Save'},
|
|
511
|
-
{
|
|
512
|
-
key: 'incorrect_website_password',
|
|
513
|
-
tw: '網站密碼輸入錯誤',
|
|
514
|
-
cn: '网站密码输入错误',
|
|
515
|
-
en: 'Incorrect website password entered'
|
|
516
|
-
},
|
|
517
|
-
{key: 'no_access_permission', tw: '無訪問權限', cn: '无访问权限', en: 'No access permission'},
|
|
518
|
-
{key: 'payment_time', tw: '付款時間', cn: '付款时间', en: 'Payment Time'},
|
|
519
|
-
{key: 'my_bank_name', tw: '我的銀行名稱', cn: '我的银行名称', en: 'My Bank Name'},
|
|
520
|
-
{key: 'my_bank_account_name', tw: '我的銀行戶名', cn: '我的银行户名', en: 'My Bank Account Name'},
|
|
521
|
-
{
|
|
522
|
-
key: 'last_five_digits_of_bank_account',
|
|
523
|
-
tw: '銀行帳號後五碼',
|
|
524
|
-
cn: '银行账号后五码',
|
|
525
|
-
en: 'Last Five Digits of Bank Account'
|
|
526
|
-
},
|
|
527
|
-
{key: 'bank_name', tw: '銀行名稱', cn: '银行名称', en: 'Bank Name'},
|
|
528
|
-
{key: 'bank_code', tw: '銀行代碼', cn: '银行代码', en: 'Bank Code'},
|
|
529
|
-
{key: 'remittance_account_name', tw: '匯款戶名', cn: '汇款户名', en: 'Remittance Account Name'},
|
|
530
|
-
{key: 'remittance_account_number', tw: '匯款帳號', cn: '汇款帐号', en: 'Remittance Account Number'},
|
|
531
|
-
{key: 'remittance_amount', tw: '匯款金額', cn: '汇款金额', en: 'Remittance Amount'},
|
|
532
|
-
{key: 'payment_instructions', tw: '付款說明', cn: '付款说明', en: 'Payment Instructions'},
|
|
533
|
-
{key: 'payment_time_not_filled', tw: '付款時間未填寫', cn: '付款时间未填写', en: 'Payment time not filled'},
|
|
534
|
-
{key: 'bank_name_not_filled', tw: '銀行名稱未填寫', cn: '银行名称未填写', en: 'Bank name not filled'},
|
|
535
|
-
{
|
|
536
|
-
key: 'bank_account_name_not_filled',
|
|
537
|
-
tw: '銀行戶名未填寫',
|
|
538
|
-
cn: '银行户名未填写',
|
|
539
|
-
en: 'Bank account name not filled'
|
|
540
|
-
},
|
|
541
|
-
{
|
|
542
|
-
key: 'last_five_digits_five_digits',
|
|
543
|
-
tw: '銀行帳號後五碼需為五位數字',
|
|
544
|
-
cn: '银行账号后五码需为五位数字',
|
|
545
|
-
en: 'Last five digits of bank account must be five digits'
|
|
546
|
-
},
|
|
547
|
-
{key: 'file_upload', tw: '檔案上傳', cn: '文件上传', en: 'File Upload'},
|
|
548
|
-
{key: 'payment_info', tw: '付款資訊', cn: '付款信息', en: 'Payment Information'},
|
|
549
|
-
{key: 'payment_proof', tw: '付款證明', cn: '付款凭证', en: 'Payment Proof'},
|
|
550
|
-
{
|
|
551
|
-
key: 'please_confirm_bank_account_details',
|
|
552
|
-
tw: '請確認您的匯款銀行帳戶資料是否正確,以確保付款順利完成',
|
|
553
|
-
cn: '请确认您的汇款银行账户资料是否正确,以确保付款顺利完成',
|
|
554
|
-
en: 'Please confirm that your remittance bank account details are correct to ensure successful payment',
|
|
555
|
-
},
|
|
556
|
-
{
|
|
557
|
-
key: 'upload_screenshot_for_verification',
|
|
558
|
-
tw: '請上傳截圖,以便我們進行核款',
|
|
559
|
-
cn: '请上传截图,以便我们进行核款',
|
|
560
|
-
en: 'Please upload a screenshot for verification'
|
|
561
|
-
},
|
|
562
|
-
{
|
|
563
|
-
key: 'upload_screenshot_or_transfer_proof',
|
|
564
|
-
tw: '請上傳截圖或輸入轉帳證明,例如: 帳號末五碼,與付款人資訊',
|
|
565
|
-
cn: '请上传截图或输入转账证明,例如: 账号末五码,与付款人信息',
|
|
566
|
-
en: 'Please upload a screenshot or enter transfer proof, e.g., last five digits of the account, along with payer information',
|
|
567
|
-
},
|
|
568
|
-
{key: 'data_submitting', tw: '資料送出中', cn: '数据提交中', en: 'Data submitting'},
|
|
569
|
-
{key: 'submit', tw: '送出', cn: '提交', en: 'Submit'},
|
|
570
|
-
{key: 'return_to_order_details', tw: '返回訂單詳情', cn: '返回订单详情', en: 'Return to order details'},
|
|
571
|
-
{key: 'order_details', tw: '訂單明細', cn: '订单明细', en: 'OrderEvent Details'},
|
|
572
|
-
{key: 'product_not_found', tw: '找不到此產品', cn: '找不到此产品', en: 'Product not found'},
|
|
573
|
-
{key: 'single_specification', tw: '單一規格', cn: '单一规格', en: 'Single Specification'},
|
|
574
|
-
{key: 'subtotal_amount', tw: '小計總額', cn: '小计总额', en: 'Subtotal amount'},
|
|
575
|
-
{key: 'shopping_credit_offset', tw: '購物金折抵', cn: '购物金折抵', en: 'Shopping credit offset'},
|
|
576
|
-
{key: 'special_discount', tw: '優惠折扣', cn: '优惠折扣', en: 'Discount'},
|
|
577
|
-
{
|
|
578
|
-
key: 'reupload_checkout_proof',
|
|
579
|
-
tw: '重新上傳結帳證明',
|
|
580
|
-
cn: '重新上传结账证明',
|
|
581
|
-
en: 'Reupload checkout proof'
|
|
582
|
-
},
|
|
583
|
-
{key: 'upload_checkout_proof', tw: '上傳結帳證明', cn: '上传结账证明', en: 'Upload checkout proof'},
|
|
584
|
-
{key: 'order_information', tw: '訂單資訊', cn: '订单信息', en: 'OrderEvent Information'},
|
|
585
|
-
{key: 'payment_status', tw: '付款狀態', cn: '付款状态', en: 'Payment Status'},
|
|
586
|
-
{key: 'cancel', tw: '取消', cn: '取消', en: 'Cancel'},
|
|
587
|
-
{key: 'cancelled', tw: '已取消', cn: '已取消', en: 'Cancelled'},
|
|
588
|
-
{key: 'completed', tw: '已完成', cn: '已完成', en: 'Completed'},
|
|
589
|
-
{key: 'deleted', tw: '已刪除', cn: '已删除', en: 'Deleted'},
|
|
590
|
-
{key: 'processing', tw: '處理中', cn: '处理中', en: 'Processing'},
|
|
591
|
-
{key: 'cash_on_delivery', tw: '貨到付款', cn: '货到付款', en: 'Cash on Delivery'},
|
|
592
|
-
{key: 'awaiting_verification', tw: '等待核款', cn: '等待核款', en: 'Awaiting Verification'},
|
|
593
|
-
{key: 'paid', tw: '已付款', cn: '已付款', en: 'Paid'},
|
|
594
|
-
{key: 'payment_failed', tw: '付款失敗', cn: '付款失败', en: 'Payment Failed'},
|
|
595
|
-
{key: 'refunded', tw: '已退款', cn: '已退款', en: 'Refunded'},
|
|
596
|
-
{key: 'proceed_to_checkout', tw: '前往結帳', cn: '前往结账', en: 'Checkout'},
|
|
597
|
-
{key: 'cancel_order', tw: '取消訂單', cn: '取消订单', en: 'Cancel order'},
|
|
598
|
-
{key: 'customer_information', tw: '顧客資訊', cn: '顾客信息', en: 'Customer Information'},
|
|
599
|
-
{key: 'shipping_information', tw: '配送資訊', cn: '配送信息', en: 'Shipping Information'},
|
|
600
|
-
{key: 'store_number', tw: '門市店號', cn: '门市店号', en: 'Store Number'},
|
|
601
|
-
{key: 'store_name', tw: '門市名稱', cn: '门市名称', en: 'Store Name'},
|
|
602
|
-
{key: 'store_address', tw: '門市地址', cn: '门市地址', en: 'Store Address'},
|
|
603
|
-
{key: 'receiving_address', tw: '收件地址', cn: '收件地址', en: 'Shipping Address'},
|
|
604
|
-
{key: 'shipping_status', tw: '配送狀態', cn: '配送状态', en: 'Shipping status'},
|
|
605
|
-
{key: 'shipped', tw: '已出貨', cn: '已出货', en: 'Shipped'},
|
|
606
|
-
{key: 'picked_up', tw: '已取貨', cn: '已取货', en: 'Picked Up'},
|
|
607
|
-
{key: 'returned', tw: '已退貨', cn: '已退货', en: 'Returned'},
|
|
608
|
-
{key: 'picking', tw: '揀貨中', cn: '拣货中', en: 'Picking'},
|
|
609
|
-
{key: 'shipping_instructions', tw: '配送說明', cn: '配送说明', en: 'Shipping Instructions'},
|
|
610
|
-
{key: 'shipping_notes', tw: '配送備註', cn: '配送备注', en: 'Shipping Notes'},
|
|
611
|
-
{key: 'return_to_order_list', tw: '返回訂單列表', cn: '返回订单列表', en: 'Return to OrderEvent List'},
|
|
612
|
-
{key: 'order_not_found', tw: '查無此訂單', cn: '查无此订单', en: 'OrderEvent not found'},
|
|
613
|
-
{key: 'expired', tw: '已過期', cn: '已过期', en: 'Expired'},
|
|
614
|
-
{key: 'not_yet_shipped', tw: '尚未出貨', cn: '尚未出货', en: 'Not yet shipped'},
|
|
615
|
-
{key: 'get_verification_code', tw: '取得驗證碼', cn: '获取验证码', en: 'Get Verification Code'},
|
|
616
|
-
{key: 'verification_code', tw: '驗證碼', cn: '验证码', en: 'Verification Code'},
|
|
617
|
-
{key: 'forgot_password', tw: '忘記密碼', cn: '忘记密码', en: 'Forgot Password'},
|
|
618
|
-
{
|
|
619
|
-
key: 'member_exists_prompt',
|
|
620
|
-
tw: '已經有會員了?前往',
|
|
621
|
-
cn: '已经有会员了?前往',
|
|
622
|
-
en: 'Already have an account? Go to'
|
|
623
|
-
},
|
|
624
|
-
{
|
|
625
|
-
key: 'member_not_exists_prompt',
|
|
626
|
-
tw: '還沒有成為會員?前往',
|
|
627
|
-
cn: '还没有成为会员?前往',
|
|
628
|
-
en: 'Not a member yet? Go to'
|
|
629
|
-
},
|
|
630
|
-
{
|
|
631
|
-
key: 'registration_terms_agreement',
|
|
632
|
-
tw: '註冊完成時,即代表您同意我們的',
|
|
633
|
-
cn: '注册完成时,即代表您同意我们的',
|
|
634
|
-
en: 'By completing the registration, you agree to our'
|
|
635
|
-
},
|
|
636
|
-
{key: 'terms_of_service', tw: '服務條款', cn: '服务条款', en: 'Terms of Service'},
|
|
637
|
-
{key: 'privacy_policy', tw: '隱私條款', cn: '隐私政策', en: 'Privacy Policy'},
|
|
638
|
-
{
|
|
639
|
-
key: 'login_terms_agreement',
|
|
640
|
-
tw: '登入完成時,即代表您同意我們的',
|
|
641
|
-
cn: '登录完成时,即代表您同意我们的',
|
|
642
|
-
en: 'By completing the login, you agree to our'
|
|
643
|
-
},
|
|
644
|
-
{key: 'and', tw: '和', cn: '和', en: 'and'},
|
|
645
|
-
{key: 'or', tw: '或', cn: '或', en: 'or'},
|
|
646
|
-
{key: 'login_success', tw: '登入成功', cn: '登录成功', en: 'Login successful'},
|
|
647
|
-
{key: 'login_failure', tw: '登入失敗', cn: '登录失败', en: 'Login failed'},
|
|
648
|
-
{key: 'page_redirecting', tw: '頁面跳轉中', cn: '页面跳转中', en: 'Page redirecting'},
|
|
649
|
-
{key: 'back_to_login_page', tw: '回到登入頁', cn: '返回登录页面', en: 'Back to login page'},
|
|
650
|
-
{
|
|
651
|
-
key: 'password_mismatch',
|
|
652
|
-
tw: '密碼與確認密碼不符',
|
|
653
|
-
cn: '密码与确认密码不符',
|
|
654
|
-
en: 'Passwords do not match'
|
|
655
|
-
},
|
|
656
|
-
{key: 'registration_success', tw: '註冊成功', cn: '注册成功', en: 'Registration successful'},
|
|
657
|
-
{key: 'registration_failure', tw: '註冊失敗', cn: '注册失败', en: 'Registration failed'},
|
|
658
|
-
{
|
|
659
|
-
key: 'existing_user',
|
|
660
|
-
tw: '此為已註冊的使用者',
|
|
661
|
-
cn: '此为已注册的用户',
|
|
662
|
-
en: 'This user is already registered'
|
|
663
|
-
},
|
|
664
|
-
{
|
|
665
|
-
key: 'incorrect_credentials',
|
|
666
|
-
tw: '帳號或密碼錯誤',
|
|
667
|
-
cn: '帐号或密码错误',
|
|
668
|
-
en: 'Incorrect account or password'
|
|
669
|
-
},
|
|
670
|
-
{
|
|
671
|
-
key: 'verification_code_sent',
|
|
672
|
-
tw: '成功寄送驗證碼',
|
|
673
|
-
cn: '成功发送验证码',
|
|
674
|
-
en: 'Verification code sent successfully'
|
|
675
|
-
},
|
|
676
|
-
{key: 'system_error', tw: '系統錯誤', cn: '系统错误', en: 'System error'},
|
|
677
|
-
{key: 'password_change_success', tw: '更換密碼成功', cn: '更换密码成功', en: 'Password change successful'},
|
|
678
|
-
{key: 'password_change_failure', tw: '更換密碼失敗', cn: '更换密码失败', en: 'Password change failed'},
|
|
679
|
-
{
|
|
680
|
-
key: 'resend_code_timer',
|
|
681
|
-
tw: 'xxx秒後可重新取得驗證碼',
|
|
682
|
-
cn: 'xxx秒后可重新获取验证码',
|
|
683
|
-
en: 'Resend the verification code in xxx seconds'
|
|
684
|
-
},
|
|
685
|
-
{key: 'form_name', tw: '姓名', cn: '名字', en: 'Name'},
|
|
686
|
-
{key: 'form_email', tw: '信箱 / 帳號', cn: '邮箱 / 账号', en: 'Email'},
|
|
687
|
-
{key: 'form_phone', tw: '手機', cn: '手机', en: 'Phone'},
|
|
688
|
-
{key: 'form_birth', tw: '生日', cn: '生日', en: 'Birthdate'},
|
|
689
|
-
{key: 'privacy', tw: '隱私權政策', cn: '隐私权政策', en: 'Privacy policy'},
|
|
690
|
-
{key: 'term', tw: '服務條款', cn: '服务条款', en: 'Terms of Service'},
|
|
691
|
-
{key: 'refund', tw: '退換貨政策', cn: '退換貨政策', en: 'Refund policy'},
|
|
692
|
-
{key: 'delivery', tw: '購買與配送須知', cn: '配送须知', en: 'Shipping instructions'}
|
|
693
|
-
];
|
|
694
|
-
}
|
|
3
|
+
export class Language {
|
|
4
|
+
public static locationList: LanguageLocation[] = ['en-US', 'zh-CN', 'zh-TW'];
|
|
695
5
|
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
6
|
+
public static languageDataList() {
|
|
7
|
+
return [
|
|
8
|
+
{
|
|
9
|
+
key: 'c_cancel_order',
|
|
10
|
+
tw: '請問確定要取消此訂單嗎?',
|
|
11
|
+
cn: '请问确定要取消此订单吗?',
|
|
12
|
+
en: `Are you sure you want to cancel this order?`,
|
|
13
|
+
},
|
|
14
|
+
{ key: 's_cancel_order', tw: '取消訂單成功', cn: '取消订单成功', en: `Order canceled successfully` },
|
|
15
|
+
{ key: 'newWebPay', tw: '藍新金流', cn: '蓝新金流', en: `NewebPay` },
|
|
16
|
+
{ key: 'ecPay', tw: '綠界金流', cn: '绿界金流', en: `EcPay` },
|
|
17
|
+
{ key: 'paypal', tw: 'Paypal', cn: 'Paypal', en: `Paypal` },
|
|
18
|
+
{ key: 'line_pay', tw: 'Line Pay', cn: 'Line Pay', en: `Line Pay` },
|
|
19
|
+
{ key: 'atm', tw: 'ATM 轉帳', cn: 'ATM 转帐', en: `ATM Transfer` },
|
|
20
|
+
{ key: 'line', tw: 'Line 轉帳', cn: 'Line 转帐', en: `Line Bank` },
|
|
21
|
+
{ key: 'cash_on_delivery', tw: '貨到付款', cn: '货到付款', en: `Cash on delivery` },
|
|
22
|
+
{ key: 'country', tw: '國家', cn: '国家', en: `Country` },
|
|
23
|
+
{ key: 'select_country', tw: '選擇國家', cn: '选择国家', en: `Select country` },
|
|
24
|
+
{ key: 'stock_count', tw: '商品庫存', cn: '商品库存', en: `Stock quantity` },
|
|
25
|
+
{ key: 'birth', tw: '生日', cn: '生日', en: `Birth` },
|
|
26
|
+
{ key: 'buy_it_now', tw: '立即購買', cn: '立即购买', en: `Buy it now` },
|
|
27
|
+
{ key: 'cart', tw: '購物車', cn: '购物车', en: `Cart` },
|
|
28
|
+
{
|
|
29
|
+
key: 'min_p_count_d',
|
|
30
|
+
tw: '_p_ 最少購買數量為_c_件',
|
|
31
|
+
cn: '_p_ 最少购买数量为_c_件',
|
|
32
|
+
en: `_p_ Minimum purchase quantity is _c_ pieces.`,
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
key: 'min_p_count',
|
|
36
|
+
tw: '此商品最少購買數量為_c_件',
|
|
37
|
+
cn: '此商品最少购买数量为_c_件',
|
|
38
|
+
en: `Minimum purchase quantity is _c_ pieces.`,
|
|
39
|
+
},
|
|
40
|
+
{ key: 'ship_global_express', tw: '國際快遞', cn: '国际快递', en: `International express` },
|
|
41
|
+
{ key: 'ship_HILIFEC2C', tw: '萊爾富店到店', cn: '莱尔富店到店', en: `Hi-Life Store-to-Store Delivery` },
|
|
42
|
+
{ key: 'ship_OKMARTC2C', tw: 'OK超商店到店', cn: 'OK超商店到店', en: `OK Mart Store-to-Store Delivery` },
|
|
43
|
+
{
|
|
44
|
+
key: 'ship_UNIMARTC2C',
|
|
45
|
+
tw: '7-ELEVEN超商交貨便',
|
|
46
|
+
cn: '7-ELEVEN便利店送货便',
|
|
47
|
+
en: `7-ELEVEN Store Delivery Service`,
|
|
48
|
+
},
|
|
49
|
+
{ key: 'ship_shop', tw: '實體門市取貨', cn: '实体门市取货', en: `In-Store Pickup` },
|
|
50
|
+
{ key: 'ship_FAMIC2C', tw: '全家店到店', cn: '全家店到店', en: `FamilyMart Store-to-Store Delivery` },
|
|
51
|
+
{ key: 'ship_black_cat', tw: '黑貓到府', cn: '黑猫到府', en: `Black Cat Home Delivery` },
|
|
52
|
+
{ key: 'ship_normal', tw: '中華郵政', cn: '中华邮政', en: `Chunghwa Post` },
|
|
53
|
+
{ key: 'next', tw: '下一步', cn: '下一步', en: `Next` },
|
|
54
|
+
{ key: 'please_wait', tw: '請稍候...', cn: '請稍候...', en: `Please wait...` },
|
|
55
|
+
{ key: 'related_products', tw: '相關商品', cn: '相關商品', en: 'Related Products' },
|
|
56
|
+
{ key: 'product_description', tw: '商品描述', cn: '商品描述', en: 'Product Description' },
|
|
57
|
+
{ key: 'switch_language', tw: '切換語言', cn: '切换语言', en: 'Switch language' },
|
|
58
|
+
{ key: 'shopping_details', tw: '購物明細', cn: '购物明细', en: 'Shopping details' },
|
|
59
|
+
{ key: 'your_shopping_cart', tw: '您的購物車', cn: '您的购物车', en: 'Your shopping cart' },
|
|
60
|
+
{ key: 'product_name', tw: '商品名稱', cn: '商品名称', en: 'Product name' },
|
|
61
|
+
{ key: 'specification', tw: '規格', cn: '规格', en: 'Specification' },
|
|
62
|
+
{ key: 'unit_price', tw: '單價', cn: '单价', en: 'Unit price' },
|
|
63
|
+
{ key: 'quantity', tw: '數量', cn: '数量', en: 'Quantity' },
|
|
64
|
+
{ key: 'subtotal', tw: '小計', cn: '小计', en: 'Subtotal' },
|
|
65
|
+
{ key: 'total', tw: '合計', cn: '合计', en: 'Total' },
|
|
66
|
+
{ key: 'out_of_stock', tw: '庫存不足', cn: '庫存不足', en: 'Out of Stock' },
|
|
67
|
+
{ key: 'total_products', tw: '商品總計', cn: '商品总计', en: 'Total products' },
|
|
68
|
+
{ key: 'shipping_fee', tw: '運費', cn: '运费', en: 'Shipping fee' },
|
|
69
|
+
{ key: 'discount_coupon', tw: '優惠券折抵', cn: '优惠券折抵', en: 'Discount coupon' },
|
|
70
|
+
{ key: 'promo_code', tw: '優惠代碼', cn: '优惠码', en: 'Coupon code' },
|
|
71
|
+
{ key: 'discount', tw: '折抵', cn: '折抵', en: 'Discount' },
|
|
72
|
+
{ key: 'remaining_balance', tw: '您目前剩餘', cn: '您目前剩余', en: 'Your remaining balance' },
|
|
73
|
+
{ key: 'point', tw: '點', cn: '点', en: '' },
|
|
74
|
+
{
|
|
75
|
+
key: 'max_discount_order',
|
|
76
|
+
tw: '此份訂單最多可折抵',
|
|
77
|
+
cn: '此份订单最多可折抵',
|
|
78
|
+
en: 'Maximum discount for this order',
|
|
79
|
+
},
|
|
80
|
+
{ key: 'total_amount', tw: '總金額', cn: '总金额', en: 'Total amount' },
|
|
81
|
+
{ key: 'additional_purchase_items', tw: '可加購商品', cn: '可加购商品', en: 'Additional purchase items' },
|
|
82
|
+
{
|
|
83
|
+
key: 'payment_and_shipping_methods',
|
|
84
|
+
tw: '付款及配送方式',
|
|
85
|
+
cn: '付款及配送方式',
|
|
86
|
+
en: 'Payment and shipping',
|
|
87
|
+
},
|
|
88
|
+
{ key: 'payment_method', tw: '付款方式', cn: '付款方式', en: 'Payment method' },
|
|
89
|
+
{ key: 'shipping_method', tw: '配送方式', cn: '配送方式', en: 'Shipping method' },
|
|
90
|
+
{ key: 'shipping_address', tw: '配送地址', cn: '配送地址', en: 'Shipping address' },
|
|
91
|
+
{ key: 'customer_info', tw: '顧客資料', cn: '顾客资料', en: 'Customer information' },
|
|
92
|
+
{ key: 'name', tw: '姓名', cn: '姓名', en: 'Name' },
|
|
93
|
+
{ key: 'contact_number', tw: '聯絡電話', cn: '联系电话', en: 'Contact number' },
|
|
94
|
+
{ key: 'email', tw: '電子信箱', cn: '电子邮箱', en: 'Email' },
|
|
95
|
+
{ key: 'recipient_info', tw: '收件人資料', cn: '收件人资料', en: 'Recipient information' },
|
|
96
|
+
{ key: 'invoice_recipient', tw: '發票開立對象', cn: '发票开立对象', en: 'Invoice recipient' },
|
|
97
|
+
{ key: 'invoice_method', tw: '開立方式', cn: '开立方式', en: 'Invoice method' },
|
|
98
|
+
{ key: 'delivery_notes', tw: '送貨備註', cn: '送货备注', en: 'Delivery notes' },
|
|
99
|
+
{
|
|
100
|
+
key: 'enter_delivery_notes',
|
|
101
|
+
tw: '請輸入送貨備註',
|
|
102
|
+
cn: '请输入送货备注',
|
|
103
|
+
en: 'Please enter delivery notes',
|
|
104
|
+
},
|
|
105
|
+
{ key: 'send_to_user_email', tw: '傳送至用戶信箱', cn: '传送至用户邮箱', en: 'Send to user email' },
|
|
106
|
+
{ key: 'mobile_barcode_device', tw: '手機條碼載具', cn: '手机条码载具', en: 'Mobile barcode device' },
|
|
107
|
+
{ key: 'add_to_cart', tw: '加入購物車', cn: '加入购物车', en: 'Add to Cart' },
|
|
108
|
+
{ key: 'add_to_cart_success', tw: '加入成功', cn: '加入成功', en: 'Added successfully' },
|
|
109
|
+
{
|
|
110
|
+
key: 'empty_cart_message',
|
|
111
|
+
tw: '購物車是空的,趕快前往挑選您心儀的商品',
|
|
112
|
+
cn: '购物车是空的,赶快前往挑选您心仪的商品',
|
|
113
|
+
en: 'Your shopping cart is empty. Quickly go pick out your favorite items',
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
key: 'same_as_buyer_info',
|
|
117
|
+
tw: '收件人同購買人資料',
|
|
118
|
+
cn: '收件人同购买人资料',
|
|
119
|
+
en: 'Recipient same as buyer information',
|
|
120
|
+
},
|
|
121
|
+
{ key: 'personal', tw: '個人', cn: '个人', en: 'Personal' },
|
|
122
|
+
{ key: 'company', tw: '公司', cn: '公司', en: 'Company' },
|
|
123
|
+
{ key: 'donate_invoice', tw: '捐贈發票', cn: '捐赠发票', en: 'Donate invoice' },
|
|
124
|
+
{ key: 'carrier_number', tw: '載具號碼', cn: '载具号码', en: 'Carrier number' },
|
|
125
|
+
{ key: 'company_name', tw: '公司名稱', cn: '公司名称', en: 'Company name' },
|
|
126
|
+
{ key: 'company_tax_id', tw: '公司統一編號', cn: '公司统一编码', en: 'Company tax ID' },
|
|
127
|
+
{ key: 'donation_code', tw: '捐贈碼', cn: '捐赠码', en: 'Donation code' },
|
|
128
|
+
{ key: 'add', tw: '新增', cn: '新增', en: 'Add' },
|
|
129
|
+
{ key: 'available_coupons', tw: '可使用的優惠券', cn: '可使用的优惠券', en: 'Available coupons' },
|
|
130
|
+
{ key: 'enter_code', tw: '輸入代碼', cn: '输入代码', en: 'Enter code' },
|
|
131
|
+
{ key: 'coupon_name', tw: '優惠券名稱', cn: '优惠券名称', en: 'Coupon name' },
|
|
132
|
+
{ key: 'coupon_code', tw: '優惠券代碼', cn: '优惠券代码', en: 'Coupon code' },
|
|
133
|
+
{ key: 'expiration_date', tw: '使用期限', cn: '使用期限', en: 'Expiration date' },
|
|
134
|
+
{ key: 'no_expiration', tw: '無使用期限', cn: '无使用期限', en: 'No expiration' },
|
|
135
|
+
{ key: 'select_to_use', tw: '選擇使用', cn: '选择使用', en: 'Select to use' },
|
|
136
|
+
{
|
|
137
|
+
key: 'not_meet_usage_criteria',
|
|
138
|
+
tw: '未達使用標準',
|
|
139
|
+
cn: '未达使用标准',
|
|
140
|
+
en: 'Does not meet usage criteria',
|
|
141
|
+
},
|
|
142
|
+
{ key: 'code_unusable', tw: '此代碼無法使用', cn: '此代码无法使用', en: 'This code cannot be used' },
|
|
143
|
+
{ key: 'enter_promo_code', tw: '請輸入優惠代碼', cn: '请输入优惠代码', en: 'Please enter coupon code' },
|
|
144
|
+
{ key: 'confirm', tw: '確認', cn: '确认', en: 'Confirm' },
|
|
145
|
+
{ key: 'enter_value', tw: '請輸入數值', cn: '请输入数值', en: 'Please enter a value' },
|
|
146
|
+
{ key: 'apply', tw: '套用', cn: '应用', en: 'Apply' },
|
|
147
|
+
{ key: 'can_use_now', tw: '即可使用', cn: '即可使用', en: 'Can use now' },
|
|
148
|
+
{ key: 'select_pickup_store', tw: '選擇配送門市', cn: '选择配送门市', en: 'Select pickup store' },
|
|
149
|
+
{ key: 'click_to_reselct_store', tw: '點擊重選門市', cn: '点击重选门市', en: 'Click to reselect store' },
|
|
150
|
+
{ key: 'please_enter', tw: '請輸入', cn: '请输入', en: 'Please enter' },
|
|
151
|
+
{
|
|
152
|
+
key: 'city',
|
|
153
|
+
tw: '城市',
|
|
154
|
+
cn: '城市',
|
|
155
|
+
en: 'City',
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
key: 'state',
|
|
159
|
+
tw: '州/省',
|
|
160
|
+
cn: '州/省',
|
|
161
|
+
en: 'State/Province',
|
|
162
|
+
},
|
|
163
|
+
{
|
|
164
|
+
key: 'postal_code',
|
|
165
|
+
tw: '郵遞區號',
|
|
166
|
+
cn: '邮政编码',
|
|
167
|
+
en: 'Postal code',
|
|
168
|
+
},
|
|
169
|
+
|
|
170
|
+
{
|
|
171
|
+
key: 'please_enter_delivery_address',
|
|
172
|
+
tw: '請輸入配送地址',
|
|
173
|
+
cn: '请输入配送地址',
|
|
174
|
+
en: 'Please enter delivery address',
|
|
175
|
+
},
|
|
176
|
+
{
|
|
177
|
+
key: 'please_enter_street_location',
|
|
178
|
+
tw: '請輸入街道與門牌位置',
|
|
179
|
+
cn: '請輸入街道與門牌位置',
|
|
180
|
+
en: 'Please enter the street and house number location',
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
key: 'please_enter_contact_number',
|
|
184
|
+
tw: '請輸入聯絡電話',
|
|
185
|
+
cn: '请输入联系电话',
|
|
186
|
+
en: 'Please enter contact number',
|
|
187
|
+
},
|
|
188
|
+
{ key: 'please_enter_name', tw: '請輸入姓名', cn: '请输入姓名', en: 'Please enter name' },
|
|
189
|
+
{ key: 'please_enter_email', tw: '請輸入電子信箱', cn: '请输入电子邮箱', en: 'Please enter email' },
|
|
190
|
+
{ key: 'please_enter_phone', tw: '請輸入手機號碼', cn: '请输入手机号码', en: 'Please enter phone number' },
|
|
191
|
+
{ key: 'please_enter_birth', tw: '請輸入生日', cn: '请输入生日', en: 'Please enter birthdate' },
|
|
192
|
+
{
|
|
193
|
+
key: 'please_enter_carrier_number',
|
|
194
|
+
tw: '請輸入載具號碼',
|
|
195
|
+
cn: '请输入载具号码',
|
|
196
|
+
en: 'Please enter carrier number',
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
key: 'please_enter_company_name',
|
|
200
|
+
tw: '請輸入公司名稱',
|
|
201
|
+
cn: '请输入公司名称',
|
|
202
|
+
en: 'Please enter company name',
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
key: 'please_enter_company_tax_id',
|
|
206
|
+
tw: '請輸入公司統一編號',
|
|
207
|
+
cn: '请输入公司统一编码',
|
|
208
|
+
en: 'Please enter company tax ID',
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
key: 'please_enter_donation_code',
|
|
212
|
+
tw: '請輸入捐贈碼',
|
|
213
|
+
cn: '请输入捐赠码',
|
|
214
|
+
en: 'Please enter donation code',
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
key: 'name_length_restrictions',
|
|
218
|
+
tw: '姓名請設定為4~10字元(中文2~5個字, 英文4~10個字, 不得含指定特殊符號)',
|
|
219
|
+
cn: '姓名请设置为4~10字元(中文2~5个字, 英文4~10个字, 不得含指定特殊符号)',
|
|
220
|
+
en: 'Name should be set to 4-10 characters (2-5 characters for Chinese, 4-10 characters for English, no designated special symbols)',
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
key: 'address_length_requirements',
|
|
224
|
+
tw: '地址長度需大於6個字元,且不可超過60個字元',
|
|
225
|
+
cn: '地址长度需大于6个字元,且不可超过60个字元',
|
|
226
|
+
en: 'Address length should be greater than 6 characters and not exceed 60 characters',
|
|
227
|
+
},
|
|
228
|
+
{
|
|
229
|
+
key: 'select_delivery_store',
|
|
230
|
+
tw: '請選擇「配送門市」',
|
|
231
|
+
cn: '请选择「配送门市」',
|
|
232
|
+
en: 'Please select "Delivery Store"',
|
|
233
|
+
},
|
|
234
|
+
{ key: 'please_select_gift', tw: '請選擇「贈品」', cn: '请选择「赠品」', en: 'Please select "Gift"' },
|
|
235
|
+
{ key: 'customer_name', tw: '顧客姓名', cn: '顾客姓名', en: 'Customer name' },
|
|
236
|
+
{ key: 'customer_phone', tw: '顧客電話', cn: '顾客电话', en: 'Customer phone' },
|
|
237
|
+
{ key: 'phone', tw: '電話', cn: '电话', en: 'Phone Number' },
|
|
238
|
+
{ key: 'customer_email', tw: '顧客信箱', cn: '顾客邮箱', en: 'Customer email' },
|
|
239
|
+
{ key: 'recipient_name', tw: '收件人姓名', cn: '收件人姓名', en: 'Recipient name' },
|
|
240
|
+
{ key: 'recipient_phone', tw: '收件人電話', cn: '收件人电话', en: 'Recipient phone' },
|
|
241
|
+
{ key: 'recipient_email', tw: '收件人信箱', cn: '收件人邮箱', en: 'Recipient email' },
|
|
242
|
+
{ key: 'format_error', tw: '格式錯誤', cn: '格式错误', en: 'Format error' },
|
|
243
|
+
{
|
|
244
|
+
key: 'phone_format_starting_with_09',
|
|
245
|
+
tw: '09 開頭的手機格式',
|
|
246
|
+
cn: '以 09 開头的手机格式',
|
|
247
|
+
en: 'Phone format starting with 09',
|
|
248
|
+
},
|
|
249
|
+
{ key: 'addon', tw: '加購品', cn: '加购品', en: 'Addon' },
|
|
250
|
+
{ key: 'gift', tw: '贈品', cn: '赠品', en: 'Gift' },
|
|
251
|
+
{ key: 'hidden_goods', tw: '隱形商品', cn: '隐形商品', en: 'Hidden goods' },
|
|
252
|
+
{ key: 'selected', tw: '已選擇', cn: '已选择', en: 'Selected' },
|
|
253
|
+
{ key: 'change_gift', tw: '更換贈品', cn: '更换赠品', en: 'Change gift' },
|
|
254
|
+
{ key: 'select_gift', tw: '選擇贈品', cn: '选择赠品', en: 'Select gift' },
|
|
255
|
+
{ key: 'shopping_credit', tw: '購物金', cn: '购物金', en: 'Shopping credit' },
|
|
256
|
+
{
|
|
257
|
+
key: 'distance_from_target_amount',
|
|
258
|
+
tw: '距離目標金額還差',
|
|
259
|
+
cn: '距离目标金额还差',
|
|
260
|
+
en: 'Amount remaining to target',
|
|
261
|
+
},
|
|
262
|
+
{ key: 'member_login', tw: '會員登入', cn: '会员登录', en: 'Login' },
|
|
263
|
+
{ key: 'member_register', tw: '會員註冊', cn: '会员注册', en: 'Register' },
|
|
264
|
+
{ key: 'login', tw: '登入', cn: '登录', en: 'Login' },
|
|
265
|
+
{ key: 'register', tw: '註冊', cn: '注册', en: 'Register' },
|
|
266
|
+
{ key: 'input_product_keyword', tw: '輸入商品關鍵字', cn: '输入商品关键字', en: 'Enter Product Keyword' },
|
|
267
|
+
{ key: 'find_product', tw: '找商品', cn: '找商品', en: 'Find Product' },
|
|
268
|
+
{ key: 'delete_success', tw: '刪除成功', cn: '删除成功', en: 'Delete Successful' },
|
|
269
|
+
{ key: 'add_success', tw: '新增成功', cn: '新增成功', en: 'Add Successful' },
|
|
270
|
+
{ key: 'loading', tw: '載入中', cn: '加载中', en: 'Loading' },
|
|
271
|
+
{ key: 'ai_choose', tw: 'AI 選品', cn: 'AI 选品', en: 'AI Choose' },
|
|
272
|
+
{ key: 'search', tw: '搜尋', cn: '搜索', en: 'Search' },
|
|
273
|
+
{ key: 'all_products', tw: '所有商品', cn: '所有商品', en: 'All Products' },
|
|
274
|
+
{ key: 'product_categories', tw: '商品分類', cn: '商品分类', en: 'Product Categories' },
|
|
275
|
+
{ key: 'products', tw: '單一商品', cn: '单一商品', en: 'Products' },
|
|
276
|
+
{ key: 'filter', tw: '篩選', cn: '筛选', en: 'Filter' },
|
|
277
|
+
{ key: 'sort_by_date', tw: '預設', cn: '預設', en: 'Sort by default' },
|
|
278
|
+
{ key: 'sort_by_price_asc', tw: '價格由低至高', cn: '价格由低到高', en: 'Price Low to High' },
|
|
279
|
+
{ key: 'sort_by_price_desc', tw: '價格由高至低', cn: '价格由高到低', en: 'Price High to Low' },
|
|
280
|
+
{ key: 'no_related_products', tw: '查無相關商品', cn: '暂无相关商品', en: 'No Related Products' },
|
|
281
|
+
{ key: 'my', tw: '我的', cn: '我的', en: 'My' },
|
|
282
|
+
{ key: 'my_coupons', tw: '我的優惠券', cn: '我的优惠券', en: 'Coupons' },
|
|
283
|
+
{ key: 'order_history', tw: '訂單記錄', cn: '订单记录', en: 'OrderEvent History' },
|
|
284
|
+
{ key: 'wishlist', tw: '心願單', cn: '心愿单', en: 'Wishlist' },
|
|
285
|
+
{ key: 'add_to_wishlist', tw: '添加至心願單', cn: '添加至心愿单', en: 'Add to Wishlist' },
|
|
286
|
+
{ key: 'remove_to_wishlist', tw: '從心願單移除', cn: '從心願单移除', en: 'Remove from Wishlist' },
|
|
287
|
+
{ key: 'reset_password', tw: '重設密碼', cn: '重设密码', en: 'Reset Password' },
|
|
288
|
+
{ key: 'logout', tw: '登出', cn: '登出', en: 'Logout' },
|
|
289
|
+
{ key: 'check_logout', tw: '是否確認登出?', cn: '是否确认登出?', en: 'Confirm to log out?' },
|
|
290
|
+
{ key: 'reset_password_event', tw: '重設密碼事件', cn: '重设密码事件', en: 'Reset Password Event' },
|
|
291
|
+
{ key: 'password', tw: '密碼', cn: '密码', en: 'Password' },
|
|
292
|
+
{ key: 'new_password', tw: '新密碼', cn: '新密码', en: 'New Password' },
|
|
293
|
+
{ key: 'confirm_password', tw: '確認密碼', cn: '确认密码', en: 'Confirm Password' },
|
|
294
|
+
{ key: 'please_enter_password', tw: '請輸入密碼', cn: '请输入密码', en: 'Please enter password' },
|
|
295
|
+
{ key: 'please_enter_new_password', tw: '請輸入新密碼', cn: '请输入新密码', en: 'Please enter new password' },
|
|
296
|
+
{
|
|
297
|
+
key: 'please_enter_password_again',
|
|
298
|
+
tw: '請再次輸入密碼',
|
|
299
|
+
cn: '请再次输入密码',
|
|
300
|
+
en: 'Please enter password again',
|
|
301
|
+
},
|
|
302
|
+
{
|
|
303
|
+
key: 'email_phone_placeholder',
|
|
304
|
+
tw: '請輸入信箱或電話',
|
|
305
|
+
cn: '请输入邮箱或电话',
|
|
306
|
+
en: 'Please enter email or phone number',
|
|
307
|
+
},
|
|
308
|
+
{ key: 'email_phone', tw: '信箱或電話', cn: '邮箱或电话', en: 'Email or Phone Number' },
|
|
309
|
+
{ key: 'email_placeholder', tw: '請輸入信箱', cn: '请输入邮箱', en: 'Please enter email' },
|
|
310
|
+
{
|
|
311
|
+
key: 'please_enter_verification_code',
|
|
312
|
+
tw: '請輸入驗證碼',
|
|
313
|
+
cn: '请输入验证码',
|
|
314
|
+
en: 'Please enter verification code',
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
key: 'please_enter_email_verification_code',
|
|
318
|
+
tw: '請輸入信箱驗證碼',
|
|
319
|
+
cn: '请输入邮箱验证码',
|
|
320
|
+
en: 'Please enter email verification code',
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
key: 'please_enter_sms_verification_code',
|
|
324
|
+
tw: '請輸入簡訊驗證碼',
|
|
325
|
+
cn: '请输入短信验证码',
|
|
326
|
+
en: 'Please enter sms verification code',
|
|
327
|
+
},
|
|
328
|
+
{
|
|
329
|
+
key: 'enter_website_password',
|
|
330
|
+
tw: '請輸入網站密碼',
|
|
331
|
+
cn: '请输入网站密码',
|
|
332
|
+
en: 'Please enter website password',
|
|
333
|
+
},
|
|
334
|
+
{
|
|
335
|
+
key: 'enter_your_bank_name',
|
|
336
|
+
tw: '請輸入您的銀行名稱',
|
|
337
|
+
cn: '请输入您的银行名称',
|
|
338
|
+
en: 'Please enter your bank name',
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
key: 'enter_your_bank_account_name',
|
|
342
|
+
tw: '請輸入您的銀行戶名',
|
|
343
|
+
cn: '请输入您的银行户名',
|
|
344
|
+
en: 'Please enter your bank account name',
|
|
345
|
+
},
|
|
346
|
+
{ key: 'enter_five_digits', tw: '請輸入五位數字', cn: '请输入五位数字', en: 'Please enter five digits' },
|
|
347
|
+
{ key: 'new_password_placeholder', tw: '請輸入新密碼', cn: '请输入新密码', en: 'Please enter New Password' },
|
|
348
|
+
{
|
|
349
|
+
key: 'enter_phone_number',
|
|
350
|
+
tw: '請輸入手機號碼',
|
|
351
|
+
cn: '请输入手机号码',
|
|
352
|
+
en: 'Please enter your phone number',
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
key: 'enter_valid_email',
|
|
356
|
+
tw: '請輸入有效電子信箱',
|
|
357
|
+
cn: '请输入有效电子邮箱',
|
|
358
|
+
en: 'Please enter a valid email address',
|
|
359
|
+
},
|
|
360
|
+
{
|
|
361
|
+
key: 'enter_valid_phone_number',
|
|
362
|
+
tw: '請輸入有效手機號碼',
|
|
363
|
+
cn: '请输入有效手机号码',
|
|
364
|
+
en: 'Please enter a valid phone number',
|
|
365
|
+
},
|
|
366
|
+
{ key: 'enter_verification_code', tw: '輸入驗證碼', cn: '输入验证码', en: 'Enter Verification Code' },
|
|
367
|
+
{
|
|
368
|
+
key: 'reset_password_verification_code',
|
|
369
|
+
tw: '重設密碼驗證碼',
|
|
370
|
+
cn: '重设密码验证码',
|
|
371
|
+
en: 'Reset Password Verification Code',
|
|
372
|
+
},
|
|
373
|
+
{
|
|
374
|
+
key: 'verification_code_sent_to',
|
|
375
|
+
tw: '驗證碼已發送至',
|
|
376
|
+
cn: '验证码已发送至',
|
|
377
|
+
en: 'Verification Code Sent to',
|
|
378
|
+
},
|
|
379
|
+
{
|
|
380
|
+
key: 'password_min_length',
|
|
381
|
+
tw: '密碼必須大於8位數',
|
|
382
|
+
cn: '密码必须大于8位数',
|
|
383
|
+
en: 'Password must be greater than 8 characters',
|
|
384
|
+
},
|
|
385
|
+
{
|
|
386
|
+
key: 'please_confirm_password_again',
|
|
387
|
+
tw: '請再次輸入確認密碼',
|
|
388
|
+
cn: '请再次输入确认密码',
|
|
389
|
+
en: 'Please enter confirm password again',
|
|
390
|
+
},
|
|
391
|
+
{
|
|
392
|
+
key: 'email_verification_code_incorrect',
|
|
393
|
+
tw: '信箱驗證碼輸入錯誤',
|
|
394
|
+
cn: '邮箱验证码输入错误',
|
|
395
|
+
en: 'Email verification code entered incorrectly',
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
key: 'sms_verification_code_incorrect',
|
|
399
|
+
tw: '簡訊驗證碼輸入錯誤',
|
|
400
|
+
cn: '短信验证码输入错误',
|
|
401
|
+
en: 'SMS verification code entered incorrectly',
|
|
402
|
+
},
|
|
403
|
+
{
|
|
404
|
+
key: 'phone_number_already_exists',
|
|
405
|
+
tw: '此電話號碼已存在',
|
|
406
|
+
cn: '此电话号码已存在',
|
|
407
|
+
en: 'This phone number already exists',
|
|
408
|
+
},
|
|
409
|
+
{ key: 'email_already_exists', tw: '此信箱已存在', cn: '此邮箱已存在', en: 'This email already exists' },
|
|
410
|
+
{ key: 'update_exception', tw: '更新異常', cn: '更新异常', en: 'Update Exception' },
|
|
411
|
+
{ key: 'change_success', tw: '更改成功', cn: '更改成功', en: 'Change Success' },
|
|
412
|
+
{ key: 'confirm_reset', tw: '確認重設', cn: '确认重设', en: 'Confirm Reset' },
|
|
413
|
+
{ key: 'member_management', tw: '會員管理', cn: '会员管理', en: 'My Profile' },
|
|
414
|
+
{ key: 'my_profile', tw: '個人資料', cn: '个人资料', en: 'My Profile' },
|
|
415
|
+
{ key: 'account', tw: '我的帳號', cn: '我的帐号', en: 'Account' },
|
|
416
|
+
{ key: 'normal_member', tw: '一般會員', cn: '普通会员', en: 'Regular Member' },
|
|
417
|
+
{ key: 'membership_expiry_date', tw: '會員到期日至', cn: '会员到期日至', en: 'Membership Expiry Date' },
|
|
418
|
+
{ key: 'renewal_criteria_met', tw: '已達成續會條件', cn: '已达成续会条件', en: 'Renewal Criteria Met' },
|
|
419
|
+
{ key: 'spend_again', tw: '再消費', cn: '再消费', en: 'Spend Again' },
|
|
420
|
+
{ key: 'single_purchase_over', tw: '單筆消費滿', cn: '单笔消费满', en: 'Single Purchase Over' },
|
|
421
|
+
{
|
|
422
|
+
key: 'can_meet_renewal_criteria',
|
|
423
|
+
tw: '即可達成續會條件',
|
|
424
|
+
cn: '即可达成续会条件',
|
|
425
|
+
en: 'Can Meet Renewal Criteria',
|
|
426
|
+
},
|
|
427
|
+
{ key: 'single_purchase_reaches', tw: '單筆消費達', cn: '单笔消费达', en: 'Single Purchase Reaches' },
|
|
428
|
+
{
|
|
429
|
+
key: 'accumulated_spending_reaches',
|
|
430
|
+
tw: '累積消費額達',
|
|
431
|
+
cn: '累积消费额达',
|
|
432
|
+
en: 'Accumulated Spending Reaches',
|
|
433
|
+
},
|
|
434
|
+
{ key: 'upgrade_to', tw: '即可升級至', cn: '即可升级至', en: 'Upgrade To' },
|
|
435
|
+
{ key: 'days', tw: '天', cn: '天', en: 'Days' },
|
|
436
|
+
{ key: 'rules_explanation', tw: '規則說明', cn: '规则说明', en: 'Rules Explanation' },
|
|
437
|
+
{ key: 'membership_level_rules', tw: '會員等級規則', cn: '会员等级规则', en: 'Membership Level Rules' },
|
|
438
|
+
{
|
|
439
|
+
key: 'if_renewal_criteria_not_met_within_membership_period',
|
|
440
|
+
tw: '會籍期效內若沒達成續會條件,將會自動降級',
|
|
441
|
+
cn: '会籍期效内若没达成续会条件,将会自动降级',
|
|
442
|
+
en: 'If renewal criteria are not met within the membership period, automatic downgrade will occur',
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
key: 'view_membership_level_rules',
|
|
446
|
+
tw: '查看會員級數規則',
|
|
447
|
+
cn: '查看会员级数规则',
|
|
448
|
+
en: 'View Membership Level Rules',
|
|
449
|
+
},
|
|
450
|
+
{ key: 'membership_barcode', tw: '會員條碼', cn: '会员条码', en: 'Membership Barcode' },
|
|
451
|
+
{
|
|
452
|
+
key: 'present_membership_barcode',
|
|
453
|
+
tw: '出示會員條碼',
|
|
454
|
+
cn: '出示会员条码',
|
|
455
|
+
en: 'Present Membership Barcode',
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
key: 'current_accumulated_spending_amount',
|
|
459
|
+
tw: '目前累積消費金額',
|
|
460
|
+
cn: '当前累积消费金额',
|
|
461
|
+
en: 'Current Accumulated Spending Amount',
|
|
462
|
+
},
|
|
463
|
+
{ key: 'can_upgrade', tw: '即可升級', cn: '即可升级', en: 'Can Upgrade' },
|
|
464
|
+
{ key: 'edit_profile', tw: '編輯個人資料', cn: '编辑个人资料', en: 'Edit Profile' },
|
|
465
|
+
{ key: 'email_verification_code', tw: '信箱驗證碼', cn: '邮箱验证码', en: 'Email Verification Code' },
|
|
466
|
+
{ key: 'sms_verification_code', tw: '簡訊驗證碼', cn: '短信验证码', en: 'SMS Verification Code' },
|
|
467
|
+
{ key: 'not_filled_in_yet', tw: '尚未填寫', cn: '尚未填写', en: 'Not Filled In Yet' },
|
|
468
|
+
{ key: 'no_current_obtain', tw: '目前沒有取得', cn: '目前没有取得', en: 'Currently Not Obtained' },
|
|
469
|
+
{ key: 'no_current_orders', tw: '目前沒有訂單', cn: '目前没有订单', en: 'No Current Orders' },
|
|
470
|
+
{ key: 'order_number', tw: '訂單編號', cn: '订单编号', en: 'OrderEvent Number' },
|
|
471
|
+
{ key: 'order_date', tw: '訂單日期', cn: '订单日期', en: 'OrderEvent Date' },
|
|
472
|
+
{ key: 'order_amount', tw: '訂單金額', cn: '订单金额', en: 'OrderEvent Amount' },
|
|
473
|
+
{ key: 'order_status', tw: '訂單狀態', cn: '订单状态', en: 'OrderEvent Status' },
|
|
474
|
+
{ key: 'no_number_order', tw: '無編號訂單', cn: '无编号订单', en: 'No Number OrderEvent' },
|
|
475
|
+
{ key: 'unpaid', tw: '尚未付款', cn: '尚未付款', en: 'Unpaid' },
|
|
476
|
+
{ key: 'shipping', tw: '配送中', cn: '配送中', en: 'Shipping' },
|
|
477
|
+
{ key: 'delivered', tw: '已送達', cn: '已送达', en: 'Delivered' },
|
|
478
|
+
{ key: 'preparing', tw: '準備中', cn: '准备中', en: 'Preparing' },
|
|
479
|
+
{ key: 'view', tw: '查看', cn: '查看', en: 'View' },
|
|
480
|
+
{ key: 'creation_date', tw: '建立日期', cn: '创建日期', en: 'Creation date' },
|
|
481
|
+
{ key: 'source', tw: '來源', cn: '来源', en: 'Source' },
|
|
482
|
+
{ key: 'received_amount', tw: '獲得款項', cn: '获得款项', en: 'Amount' },
|
|
483
|
+
{ key: 'balance', tw: '餘額', cn: '余额', en: 'Balance' },
|
|
484
|
+
{ key: 'no_expiry', tw: '無期限', cn: '无期限', en: 'No Expiry' },
|
|
485
|
+
{ key: 'about_to_expire', tw: '即將到期', cn: '即将到期', en: 'About to Expire' },
|
|
486
|
+
{ key: 'order', tw: '訂單', cn: '订单', en: 'Order' },
|
|
487
|
+
{ key: 'obtain', tw: '獲得', cn: '获取', en: 'Obtain' },
|
|
488
|
+
{ key: 'use', tw: '使用', cn: '使用', en: 'Use' },
|
|
489
|
+
{ key: 'manual_adjustment', tw: '手動增減', cn: '手动增减', en: 'Manual Adjustment' },
|
|
490
|
+
{
|
|
491
|
+
key: 'no_coupons_available',
|
|
492
|
+
tw: '目前沒有任何優惠券',
|
|
493
|
+
cn: '目前没有任何优惠券',
|
|
494
|
+
en: 'Currently no coupons available',
|
|
495
|
+
},
|
|
496
|
+
{ key: 'show_qr_code', tw: '顯示 QR code', cn: '显示 QR code', en: 'Show QR Code' },
|
|
497
|
+
{ key: 'coupon_qr_code', tw: '優惠券 QR code', cn: '优惠券 QR code', en: 'Coupon QR Code' },
|
|
498
|
+
{ key: 'view_details', tw: '詳細內容', cn: '详细内容', en: 'View Details' },
|
|
499
|
+
{ key: 'coupon_details', tw: '優惠券詳細內容', cn: '优惠券详细内容', en: 'Coupon Details' },
|
|
500
|
+
{
|
|
501
|
+
key: 'no_items_added',
|
|
502
|
+
tw: '目前沒有加入任何商品',
|
|
503
|
+
cn: '目前没有添加任何商品',
|
|
504
|
+
en: 'Currently there are no items added',
|
|
505
|
+
},
|
|
506
|
+
{ key: 'error', tw: '發生錯誤', cn: '發生錯誤', en: 'Error' },
|
|
507
|
+
{
|
|
508
|
+
key: 'ai_assisted_shopping',
|
|
509
|
+
tw: '透過 AI 可以協助你快速找到喜歡的商品',
|
|
510
|
+
cn: '通过AI可以帮助您快速找到喜欢的商品',
|
|
511
|
+
en: 'AI can assist you in quickly finding products you like.',
|
|
512
|
+
},
|
|
513
|
+
{ key: 'product_list', tw: '產品列表', cn: '产品列表', en: 'Product List' },
|
|
514
|
+
{ key: 'save', tw: '儲存', cn: '保存', en: 'Save' },
|
|
515
|
+
{
|
|
516
|
+
key: 'incorrect_website_password',
|
|
517
|
+
tw: '網站密碼輸入錯誤',
|
|
518
|
+
cn: '网站密码输入错误',
|
|
519
|
+
en: 'Incorrect website password entered',
|
|
520
|
+
},
|
|
521
|
+
{ key: 'no_access_permission', tw: '無訪問權限', cn: '无访问权限', en: 'No access permission' },
|
|
522
|
+
{ key: 'payment_time', tw: '付款時間', cn: '付款时间', en: 'Payment Time' },
|
|
523
|
+
{ key: 'my_bank_name', tw: '我的銀行名稱', cn: '我的银行名称', en: 'My Bank Name' },
|
|
524
|
+
{ key: 'my_bank_account_name', tw: '我的銀行戶名', cn: '我的银行户名', en: 'My Bank Account Name' },
|
|
525
|
+
{
|
|
526
|
+
key: 'last_five_digits_of_bank_account',
|
|
527
|
+
tw: '銀行帳號後五碼',
|
|
528
|
+
cn: '银行账号后五码',
|
|
529
|
+
en: 'Last Five Digits of Bank Account',
|
|
530
|
+
},
|
|
531
|
+
{ key: 'bank_name', tw: '銀行名稱', cn: '银行名称', en: 'Bank Name' },
|
|
532
|
+
{ key: 'bank_code', tw: '銀行代碼', cn: '银行代码', en: 'Bank Code' },
|
|
533
|
+
{ key: 'remittance_account_name', tw: '匯款戶名', cn: '汇款户名', en: 'Remittance Account Name' },
|
|
534
|
+
{ key: 'remittance_account_number', tw: '匯款帳號', cn: '汇款帐号', en: 'Remittance Account Number' },
|
|
535
|
+
{ key: 'remittance_amount', tw: '匯款金額', cn: '汇款金额', en: 'Remittance Amount' },
|
|
536
|
+
{ key: 'payment_instructions', tw: '付款說明', cn: '付款说明', en: 'Payment Instructions' },
|
|
537
|
+
{ key: 'payment_time_not_filled', tw: '付款時間未填寫', cn: '付款时间未填写', en: 'Payment time not filled' },
|
|
538
|
+
{ key: 'bank_name_not_filled', tw: '銀行名稱未填寫', cn: '银行名称未填写', en: 'Bank name not filled' },
|
|
539
|
+
{
|
|
540
|
+
key: 'bank_account_name_not_filled',
|
|
541
|
+
tw: '銀行戶名未填寫',
|
|
542
|
+
cn: '银行户名未填写',
|
|
543
|
+
en: 'Bank account name not filled',
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
key: 'last_five_digits_five_digits',
|
|
547
|
+
tw: '銀行帳號後五碼需為五位數字',
|
|
548
|
+
cn: '银行账号后五码需为五位数字',
|
|
549
|
+
en: 'Last five digits of bank account must be five digits',
|
|
550
|
+
},
|
|
551
|
+
{ key: 'file_upload', tw: '檔案上傳', cn: '文件上传', en: 'File Upload' },
|
|
552
|
+
{ key: 'payment_info', tw: '付款資訊', cn: '付款信息', en: 'Payment Information' },
|
|
553
|
+
{ key: 'payment_proof', tw: '付款證明', cn: '付款凭证', en: 'Payment Proof' },
|
|
554
|
+
{
|
|
555
|
+
key: 'please_confirm_bank_account_details',
|
|
556
|
+
tw: '請確認您的匯款銀行帳戶資料是否正確,以確保付款順利完成',
|
|
557
|
+
cn: '请确认您的汇款银行账户资料是否正确,以确保付款顺利完成',
|
|
558
|
+
en: 'Please confirm that your remittance bank account details are correct to ensure successful payment',
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
key: 'upload_screenshot_for_verification',
|
|
562
|
+
tw: '請上傳截圖,以便我們進行核款',
|
|
563
|
+
cn: '请上传截图,以便我们进行核款',
|
|
564
|
+
en: 'Please upload a screenshot for verification',
|
|
565
|
+
},
|
|
566
|
+
{
|
|
567
|
+
key: 'upload_screenshot_or_transfer_proof',
|
|
568
|
+
tw: '請上傳截圖或輸入轉帳證明,例如: 帳號末五碼,與付款人資訊',
|
|
569
|
+
cn: '请上传截图或输入转账证明,例如: 账号末五码,与付款人信息',
|
|
570
|
+
en: 'Please upload a screenshot or enter transfer proof, e.g., last five digits of the account, along with payer information',
|
|
571
|
+
},
|
|
572
|
+
{ key: 'data_submitting', tw: '資料送出中', cn: '数据提交中', en: 'Data submitting' },
|
|
573
|
+
{ key: 'submit', tw: '送出', cn: '提交', en: 'Submit' },
|
|
574
|
+
{ key: 'return_to_order_details', tw: '返回訂單詳情', cn: '返回订单详情', en: 'Return to order details' },
|
|
575
|
+
{ key: 'order_details', tw: '訂單明細', cn: '订单明细', en: 'OrderEvent Details' },
|
|
576
|
+
{ key: 'product_not_found', tw: '找不到此產品', cn: '找不到此产品', en: 'Product not found' },
|
|
577
|
+
{ key: 'single_specification', tw: '單一規格', cn: '单一规格', en: 'Single Specification' },
|
|
578
|
+
{ key: 'subtotal_amount', tw: '小計總額', cn: '小计总额', en: 'Subtotal amount' },
|
|
579
|
+
{ key: 'shopping_credit_offset', tw: '購物金折抵', cn: '购物金折抵', en: 'Shopping credit offset' },
|
|
580
|
+
{ key: 'special_discount', tw: '優惠折扣', cn: '优惠折扣', en: 'Discount' },
|
|
581
|
+
{
|
|
582
|
+
key: 'reupload_checkout_proof',
|
|
583
|
+
tw: '重新上傳結帳證明',
|
|
584
|
+
cn: '重新上传结账证明',
|
|
585
|
+
en: 'Reupload checkout proof',
|
|
586
|
+
},
|
|
587
|
+
{ key: 'upload_checkout_proof', tw: '上傳結帳證明', cn: '上传结账证明', en: 'Upload checkout proof' },
|
|
588
|
+
{ key: 'order_information', tw: '訂單資訊', cn: '订单信息', en: 'OrderEvent Information' },
|
|
589
|
+
{ key: 'payment_status', tw: '付款狀態', cn: '付款状态', en: 'Payment Status' },
|
|
590
|
+
{ key: 'cancel', tw: '取消', cn: '取消', en: 'Cancel' },
|
|
591
|
+
{ key: 'cancelled', tw: '已取消', cn: '已取消', en: 'Cancelled' },
|
|
592
|
+
{ key: 'completed', tw: '已完成', cn: '已完成', en: 'Completed' },
|
|
593
|
+
{ key: 'deleted', tw: '已刪除', cn: '已删除', en: 'Deleted' },
|
|
594
|
+
{ key: 'processing', tw: '處理中', cn: '处理中', en: 'Processing' },
|
|
595
|
+
{ key: 'cash_on_delivery', tw: '貨到付款', cn: '货到付款', en: 'Cash on Delivery' },
|
|
596
|
+
{ key: 'awaiting_verification', tw: '等待核款', cn: '等待核款', en: 'Awaiting Verification' },
|
|
597
|
+
{ key: 'paid', tw: '已付款', cn: '已付款', en: 'Paid' },
|
|
598
|
+
{ key: 'payment_failed', tw: '付款失敗', cn: '付款失败', en: 'Payment Failed' },
|
|
599
|
+
{ key: 'refunded', tw: '已退款', cn: '已退款', en: 'Refunded' },
|
|
600
|
+
{ key: 'proceed_to_checkout', tw: '前往結帳', cn: '前往结账', en: 'Checkout' },
|
|
601
|
+
{ key: 'cancel_order', tw: '取消訂單', cn: '取消订单', en: 'Cancel order' },
|
|
602
|
+
{ key: 'customer_information', tw: '顧客資訊', cn: '顾客信息', en: 'Customer Information' },
|
|
603
|
+
{ key: 'shipping_information', tw: '配送資訊', cn: '配送信息', en: 'Shipping Information' },
|
|
604
|
+
{ key: 'store_number', tw: '門市店號', cn: '门市店号', en: 'Store Number' },
|
|
605
|
+
{ key: 'store_name', tw: '門市名稱', cn: '门市名称', en: 'Store Name' },
|
|
606
|
+
{ key: 'store_address', tw: '門市地址', cn: '门市地址', en: 'Store Address' },
|
|
607
|
+
{ key: 'receiving_address', tw: '收件地址', cn: '收件地址', en: 'Shipping Address' },
|
|
608
|
+
{ key: 'shipping_status', tw: '配送狀態', cn: '配送状态', en: 'Shipping status' },
|
|
609
|
+
{ key: 'shipped', tw: '已出貨', cn: '已出货', en: 'Shipped' },
|
|
610
|
+
{ key: 'picked_up', tw: '已取貨', cn: '已取货', en: 'Picked Up' },
|
|
611
|
+
{ key: 'returned', tw: '已退貨', cn: '已退货', en: 'Returned' },
|
|
612
|
+
{ key: 'picking', tw: '揀貨中', cn: '拣货中', en: 'Picking' },
|
|
613
|
+
{ key: 'shipping_instructions', tw: '配送說明', cn: '配送说明', en: 'Shipping Instructions' },
|
|
614
|
+
{ key: 'shipping_notes', tw: '配送備註', cn: '配送备注', en: 'Shipping Notes' },
|
|
615
|
+
{ key: 'return_to_order_list', tw: '返回訂單列表', cn: '返回订单列表', en: 'Return to OrderEvent List' },
|
|
616
|
+
{ key: 'order_not_found', tw: '查無此訂單', cn: '查无此订单', en: 'OrderEvent not found' },
|
|
617
|
+
{ key: 'expired', tw: '已過期', cn: '已过期', en: 'Expired' },
|
|
618
|
+
{ key: 'not_yet_shipped', tw: '尚未出貨', cn: '尚未出货', en: 'Not yet shipped' },
|
|
619
|
+
{ key: 'get_verification_code', tw: '取得驗證碼', cn: '获取验证码', en: 'Get Verification Code' },
|
|
620
|
+
{ key: 'verification_code', tw: '驗證碼', cn: '验证码', en: 'Verification Code' },
|
|
621
|
+
{ key: 'forgot_password', tw: '忘記密碼', cn: '忘记密码', en: 'Forgot Password' },
|
|
622
|
+
{
|
|
623
|
+
key: 'member_exists_prompt',
|
|
624
|
+
tw: '已經有會員了?前往',
|
|
625
|
+
cn: '已经有会员了?前往',
|
|
626
|
+
en: 'Already have an account? Go to',
|
|
627
|
+
},
|
|
628
|
+
{
|
|
629
|
+
key: 'member_not_exists_prompt',
|
|
630
|
+
tw: '還沒有成為會員?前往',
|
|
631
|
+
cn: '还没有成为会员?前往',
|
|
632
|
+
en: 'Not a member yet? Go to',
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
key: 'registration_terms_agreement',
|
|
636
|
+
tw: '註冊完成時,即代表您同意我們的',
|
|
637
|
+
cn: '注册完成时,即代表您同意我们的',
|
|
638
|
+
en: 'By completing the registration, you agree to our',
|
|
639
|
+
},
|
|
640
|
+
{ key: 'terms_of_service', tw: '服務條款', cn: '服务条款', en: 'Terms of Service' },
|
|
641
|
+
{ key: 'privacy_policy', tw: '隱私條款', cn: '隐私政策', en: 'Privacy Policy' },
|
|
642
|
+
{
|
|
643
|
+
key: 'login_terms_agreement',
|
|
644
|
+
tw: '登入完成時,即代表您同意我們的',
|
|
645
|
+
cn: '登录完成时,即代表您同意我们的',
|
|
646
|
+
en: 'By completing the login, you agree to our',
|
|
647
|
+
},
|
|
648
|
+
{ key: 'and', tw: '和', cn: '和', en: 'and' },
|
|
649
|
+
{ key: 'or', tw: '或', cn: '或', en: 'or' },
|
|
650
|
+
{ key: 'login_success', tw: '登入成功', cn: '登录成功', en: 'Login successful' },
|
|
651
|
+
{ key: 'login_failure', tw: '登入失敗', cn: '登录失败', en: 'Login failed' },
|
|
652
|
+
{ key: 'page_redirecting', tw: '頁面跳轉中', cn: '页面跳转中', en: 'Page redirecting' },
|
|
653
|
+
{ key: 'back_to_login_page', tw: '回到登入頁', cn: '返回登录页面', en: 'Back to login page' },
|
|
654
|
+
{
|
|
655
|
+
key: 'password_mismatch',
|
|
656
|
+
tw: '密碼與確認密碼不符',
|
|
657
|
+
cn: '密码与确认密码不符',
|
|
658
|
+
en: 'Passwords do not match',
|
|
659
|
+
},
|
|
660
|
+
{ key: 'registration_success', tw: '註冊成功', cn: '注册成功', en: 'Registration successful' },
|
|
661
|
+
{ key: 'registration_failure', tw: '註冊失敗', cn: '注册失败', en: 'Registration failed' },
|
|
662
|
+
{
|
|
663
|
+
key: 'existing_user',
|
|
664
|
+
tw: '此為已註冊的使用者',
|
|
665
|
+
cn: '此为已注册的用户',
|
|
666
|
+
en: 'This user is already registered',
|
|
667
|
+
},
|
|
668
|
+
{
|
|
669
|
+
key: 'incorrect_credentials',
|
|
670
|
+
tw: '帳號或密碼錯誤',
|
|
671
|
+
cn: '帐号或密码错误',
|
|
672
|
+
en: 'Incorrect account or password',
|
|
673
|
+
},
|
|
674
|
+
{
|
|
675
|
+
key: 'verification_code_sent',
|
|
676
|
+
tw: '成功寄送驗證碼',
|
|
677
|
+
cn: '成功发送验证码',
|
|
678
|
+
en: 'Verification code sent successfully',
|
|
679
|
+
},
|
|
680
|
+
{ key: 'system_error', tw: '系統錯誤', cn: '系统错误', en: 'System error' },
|
|
681
|
+
{ key: 'password_change_success', tw: '更換密碼成功', cn: '更换密码成功', en: 'Password change successful' },
|
|
682
|
+
{ key: 'password_change_failure', tw: '更換密碼失敗', cn: '更换密码失败', en: 'Password change failed' },
|
|
683
|
+
{
|
|
684
|
+
key: 'resend_code_timer',
|
|
685
|
+
tw: 'xxx秒後可重新取得驗證碼',
|
|
686
|
+
cn: 'xxx秒后可重新获取验证码',
|
|
687
|
+
en: 'Resend the verification code in xxx seconds',
|
|
688
|
+
},
|
|
689
|
+
{ key: 'form_name', tw: '姓名', cn: '名字', en: 'Name' },
|
|
690
|
+
{ key: 'form_email', tw: '信箱 / 帳號', cn: '邮箱 / 账号', en: 'Email' },
|
|
691
|
+
{ key: 'form_phone', tw: '手機', cn: '手机', en: 'Phone' },
|
|
692
|
+
{ key: 'form_birth', tw: '生日', cn: '生日', en: 'Birthdate' },
|
|
693
|
+
{ key: 'privacy', tw: '隱私權政策', cn: '隐私权政策', en: 'Privacy policy' },
|
|
694
|
+
{ key: 'term', tw: '服務條款', cn: '服务条款', en: 'Terms of Service' },
|
|
695
|
+
{ key: 'refund', tw: '退換貨政策', cn: '退換貨政策', en: 'Refund policy' },
|
|
696
|
+
{ key: 'delivery', tw: '購買與配送須知', cn: '配送须知', en: 'Shipping instructions' },
|
|
697
|
+
];
|
|
698
|
+
}
|
|
699
|
+
|
|
700
|
+
public static text(key: string, lan: string) {
|
|
701
|
+
const find_ = this.languageDataList().find(dd => {
|
|
702
|
+
return dd.key === key;
|
|
703
|
+
}) as any;
|
|
704
|
+
if (!find_) {
|
|
705
|
+
return undefined;
|
|
717
706
|
}
|
|
718
|
-
|
|
707
|
+
return find_[
|
|
708
|
+
(() => {
|
|
709
|
+
switch (lan) {
|
|
710
|
+
case 'zh-TW':
|
|
711
|
+
return 'tw';
|
|
712
|
+
case 'zh-CN':
|
|
713
|
+
return 'cn';
|
|
714
|
+
case 'en-US':
|
|
715
|
+
return 'en';
|
|
716
|
+
default:
|
|
717
|
+
return `en`;
|
|
718
|
+
}
|
|
719
|
+
})()
|
|
720
|
+
];
|
|
721
|
+
}
|
|
722
|
+
}
|