@foxy.io/elements 1.39.0 → 1.40.0-beta.2

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.
Files changed (96) hide show
  1. package/dist/cdn/foxy-address-form.js +1 -1
  2. package/dist/cdn/foxy-admin-subscription-form.js +1 -1
  3. package/dist/cdn/foxy-applied-coupon-code-form.js +1 -1
  4. package/dist/cdn/foxy-cart-form.js +2 -2
  5. package/dist/cdn/foxy-client-form.js +1 -1
  6. package/dist/cdn/foxy-coupon-code-form.js +1 -1
  7. package/dist/cdn/foxy-coupon-form.js +1 -1
  8. package/dist/cdn/foxy-customer-api.js +1 -1
  9. package/dist/cdn/foxy-customer-form.js +1 -1
  10. package/dist/cdn/foxy-customer-portal-settings-form.js +1 -1
  11. package/dist/cdn/foxy-customer-portal.js +14 -14
  12. package/dist/cdn/foxy-customer.js +1 -1
  13. package/dist/cdn/foxy-downloadable-form.js +1 -1
  14. package/dist/cdn/foxy-email-template-form.js +1 -1
  15. package/dist/cdn/foxy-experimental-add-to-cart-builder.js +1 -1
  16. package/dist/cdn/foxy-filter-attribute-form.js +1 -1
  17. package/dist/cdn/foxy-generate-codes-form.js +1 -1
  18. package/dist/cdn/foxy-gift-card-code-form.js +1 -1
  19. package/dist/cdn/foxy-gift-card-codes-form.js +1 -1
  20. package/dist/cdn/foxy-gift-card-form.js +1 -1
  21. package/dist/cdn/foxy-integration-form.js +1 -1
  22. package/dist/cdn/foxy-item-category-form.js +1 -1
  23. package/dist/cdn/foxy-item-form.js +1 -1
  24. package/dist/cdn/foxy-item-option-form.js +1 -1
  25. package/dist/cdn/foxy-native-integration-form.js +1 -1
  26. package/dist/cdn/foxy-passkey-form.js +1 -1
  27. package/dist/cdn/foxy-payment-method-card.js +1 -1
  28. package/dist/cdn/foxy-payments-api-fraud-protection-form.js +1 -1
  29. package/dist/cdn/foxy-payments-api-payment-method-form.js +1 -1
  30. package/dist/cdn/foxy-payments-api-payment-preset-form.js +1 -1
  31. package/dist/cdn/foxy-store-form.js +1 -1
  32. package/dist/cdn/foxy-store-shipping-method-form.js +1 -1
  33. package/dist/cdn/foxy-subscription-form.js +1 -1
  34. package/dist/cdn/foxy-subscription-settings-form.js +1 -1
  35. package/dist/cdn/foxy-tax-form.js +1 -1
  36. package/dist/cdn/foxy-template-config-form.js +1 -1
  37. package/dist/cdn/foxy-template-form.js +1 -1
  38. package/dist/cdn/foxy-template-set-form.js +1 -1
  39. package/dist/cdn/foxy-transaction.js +1 -1
  40. package/dist/cdn/foxy-update-payment-method-form.js +1 -1
  41. package/dist/cdn/foxy-user-form.js +1 -1
  42. package/dist/cdn/foxy-user-invitation-form.js +1 -1
  43. package/dist/cdn/foxy-users-table.js +1 -1
  44. package/dist/cdn/foxy-webhook-form.js +1 -1
  45. package/dist/cdn/shared-00e02b35.js +1 -0
  46. package/dist/cdn/{shared-2508187b.js → shared-0c2879b9.js} +1 -1
  47. package/dist/cdn/shared-4a32f76a.js +1 -0
  48. package/dist/cdn/shared-5cd33249.js +1 -0
  49. package/dist/cdn/shared-aca2705d.js +1 -0
  50. package/dist/cdn/shared-d0363ae9.js +1 -0
  51. package/dist/cdn/shared-e0da7113.js +1 -0
  52. package/dist/cdn/{shared-2ab1e9eb.js → shared-e21ddeae.js} +1 -1
  53. package/dist/cdn/translations/country/zh-CN.json +248 -0
  54. package/dist/cdn/translations/country/zh-HK.json +245 -0
  55. package/dist/cdn/translations/customer-portal/de.json +1 -0
  56. package/dist/cdn/translations/customer-portal/en.json +1 -0
  57. package/dist/cdn/translations/customer-portal/es.json +1 -0
  58. package/dist/cdn/translations/customer-portal/fr.json +1 -0
  59. package/dist/cdn/translations/customer-portal/nl.json +1 -0
  60. package/dist/cdn/translations/customer-portal/pl.json +1 -0
  61. package/dist/cdn/translations/customer-portal/sv.json +1 -0
  62. package/dist/cdn/translations/customer-portal/zh-HK.json +1182 -0
  63. package/dist/cdn/translations/customer-portal/zh-hk.json +1 -0
  64. package/dist/cdn/translations/tax-form/en.json +8 -3
  65. package/dist/elements/internal/InternalFrequencyControl/InternalFrequencyControl.js +10 -9
  66. package/dist/elements/internal/InternalFrequencyControl/InternalFrequencyControl.js.map +1 -1
  67. package/dist/elements/internal/InternalNumberControl/InternalNumberControl.js +15 -23
  68. package/dist/elements/internal/InternalNumberControl/InternalNumberControl.js.map +1 -1
  69. package/dist/elements/internal/InternalResourcePickerControl/InternalResourcePickerControl.js +10 -9
  70. package/dist/elements/internal/InternalResourcePickerControl/InternalResourcePickerControl.js.map +1 -1
  71. package/dist/elements/internal/InternalSelectControl/InternalSelectControl.js +44 -40
  72. package/dist/elements/internal/InternalSelectControl/InternalSelectControl.js.map +1 -1
  73. package/dist/elements/internal/InternalSwitchControl/InternalSwitchControl.js +8 -2
  74. package/dist/elements/internal/InternalSwitchControl/InternalSwitchControl.js.map +1 -1
  75. package/dist/elements/internal/InternalTextControl/InternalTextControl.js +14 -13
  76. package/dist/elements/internal/InternalTextControl/InternalTextControl.js.map +1 -1
  77. package/dist/elements/public/CustomerApi/CustomerApi.d.ts +9 -3
  78. package/dist/elements/public/CustomerApi/CustomerApi.js +3 -1
  79. package/dist/elements/public/CustomerApi/CustomerApi.js.map +1 -1
  80. package/dist/elements/public/CustomerPortal/CustomerPortal.d.ts +36 -0
  81. package/dist/elements/public/CustomerPortal/CustomerPortal.js +23 -9
  82. package/dist/elements/public/CustomerPortal/CustomerPortal.js.map +1 -1
  83. package/dist/elements/public/CustomerPortal/InternalCustomerPortalPasswordResetView.js +9 -0
  84. package/dist/elements/public/CustomerPortal/InternalCustomerPortalPasswordResetView.js.map +1 -1
  85. package/dist/elements/public/TaxForm/TaxForm.d.ts +0 -4
  86. package/dist/elements/public/TaxForm/TaxForm.js +16 -30
  87. package/dist/elements/public/TaxForm/TaxForm.js.map +1 -1
  88. package/dist/elements/public/TemplateConfigForm/TemplateConfigForm.js +1 -1
  89. package/dist/elements/public/TemplateConfigForm/TemplateConfigForm.js.map +1 -1
  90. package/package.json +1 -1
  91. package/dist/cdn/shared-1d0839af.js +0 -1
  92. package/dist/cdn/shared-27cfa174.js +0 -1
  93. package/dist/cdn/shared-2c81b7df.js +0 -1
  94. package/dist/cdn/shared-afe24913.js +0 -1
  95. package/dist/cdn/shared-c05643e6.js +0 -1
  96. package/dist/cdn/shared-eea8debb.js +0 -1
@@ -0,0 +1,1182 @@
1
+ {
2
+ "password-reset": {
3
+ "title": "重置密码",
4
+ "subtitle": "请立即更新您的密码以确保帐户安全。",
5
+ "submit": "继续",
6
+ "skip": "暂时不",
7
+ "password": {
8
+ "label": "新密码",
9
+ "placeholder": "必需的",
10
+ "helper_text": "点击 ✨ 为此帐户生成一个安全的随机密码。",
11
+ "v8n_too_long": "请使用不超过 50 个字符的密码。",
12
+ "v8n_too_weak": "请使用更强的密码。为了使此密码更强,请使其至少 8 个字符长,并包含一些大写和小写字母、数字和特殊字符。",
13
+ "v8n_required": "请填写此字段。"
14
+ },
15
+ "spinner": {
16
+ "refresh": "刷新",
17
+ "loading_busy": "加载中",
18
+ "loading_error": "未知错误"
19
+ }
20
+ },
21
+ "access-recovery-form": {
22
+ "back": "回去",
23
+ "email": "电子邮件",
24
+ "recover_access": "获取临时密码",
25
+ "recover_access_hint": "输入您的电子邮件以获取临时密码",
26
+ "recover_access_success": "完毕!",
27
+ "unknown_error": "目前我们无法为此帐户颁发一次性代码。",
28
+ "v8n_invalid_email": "不合规电邮",
29
+ "v8n_required": "必需的",
30
+ "spinner": {
31
+ "refresh": "刷新",
32
+ "loading_busy": "加载中",
33
+ "loading_error": "未知错误"
34
+ }
35
+ },
36
+ "customer": {
37
+ "address_plural": "地址",
38
+ "cancel": "取消",
39
+ "close": "关闭",
40
+ "payment_method_plural": "支付方式",
41
+ "save": "节省",
42
+ "subscription_plural": "订阅",
43
+ "transaction_plural": "交易",
44
+ "undo_cancel": "审查",
45
+ "undo_confirm": "丢弃",
46
+ "undo_header": "未保存的更改",
47
+ "undo_message": "您似乎没有保存更改!",
48
+ "update": "更新",
49
+ "transactions-table": {
50
+ "date": "{{value, date}}",
51
+ "price": "{{amount, price}}",
52
+ "receipt": "收据",
53
+ "transaction_approved": "得到正式认可的",
54
+ "transaction_authorized": "授权",
55
+ "transaction_captured": "被捕获",
56
+ "transaction_completed": "完全的",
57
+ "transaction_declined": "拒绝",
58
+ "transaction_pending": "待办的",
59
+ "transaction_refunded": "已退款",
60
+ "transaction_rejected": "拒绝",
61
+ "transaction_summary": "{{most_expensive_item.name}}",
62
+ "transaction_summary_plural": "{{most_expensive_item.name}} 和 {{count_minus_one}} 更多的",
63
+ "transaction_verified": "已验证",
64
+ "transaction_voided": "作废",
65
+ "spinner": {
66
+ "refresh": "刷新",
67
+ "loading_busy": "加载中",
68
+ "loading_empty": "没有数据",
69
+ "loading_error": "未知错误"
70
+ }
71
+ },
72
+ "address-card": {
73
+ "default_billing_address": "默认账单地址",
74
+ "default_shipping_address": "默认送货地址",
75
+ "full_address": "{{address1}} {{address2}} {{city}} {{region}} {{postal_code}}",
76
+ "full_name": "{{first_name}} {{last_name}}",
77
+ "spinner": {
78
+ "loading_busy": "加载中",
79
+ "loading_empty": "没有地址",
80
+ "loading_end": "没有更多数据",
81
+ "loading_error": "未知错误"
82
+ }
83
+ },
84
+ "address-form": {
85
+ "error": {
86
+ "country_banned": "很抱歉,我们不接受来自您选择的国家的订单。",
87
+ "address_name_exists": "已存在具有相同名称的其他地址。请选择一个唯一的名称。"
88
+ },
89
+ "address-name": {
90
+ "label": "地址名称",
91
+ "placeholder": "必需的",
92
+ "helper_text": "",
93
+ "v8n_required": "请输入地址名称",
94
+ "v8n_too_long": "请将地址名称缩短至 100 个字符或更少"
95
+ },
96
+ "first-name": {
97
+ "label": "名",
98
+ "placeholder": "选修的",
99
+ "helper_text": "",
100
+ "v8n_too_long": "遗憾的是,我们无法存储超过 50 个字符的名字"
101
+ },
102
+ "last-name": {
103
+ "label": "姓",
104
+ "placeholder": "选修的",
105
+ "helper_text": "",
106
+ "v8n_too_long": "遗憾的是,我们无法存储超过 50 个字符的姓氏"
107
+ },
108
+ "company": {
109
+ "label": "公司",
110
+ "placeholder": "选修的",
111
+ "helper_text": "",
112
+ "v8n_too_long": "遗憾的是,我们无法存储超过 50 个字符的公司名称"
113
+ },
114
+ "phone": {
115
+ "label": "电话",
116
+ "placeholder": "选修的",
117
+ "helper_text": "",
118
+ "v8n_too_long": "该电话号码似乎太长"
119
+ },
120
+ "address-one": {
121
+ "label": "地址第一行",
122
+ "placeholder": "必需的",
123
+ "helper_text": "街道地址,邮政信箱",
124
+ "v8n_required": "请输入地址第1行",
125
+ "v8n_too_long": "请将地址行 1 缩短至 100 个字符或更少"
126
+ },
127
+ "address-two": {
128
+ "label": "地址行 2",
129
+ "placeholder": "选修的",
130
+ "helper_text": "公寓、套房、单元、大楼、楼层等",
131
+ "v8n_too_long": "请将地址行缩短 2 至 100 个字符或更少"
132
+ },
133
+ "city": {
134
+ "label": "城市",
135
+ "placeholder": "选修的",
136
+ "helper_text": "",
137
+ "v8n_too_long": "遗憾的是,我们无法存储超过 50 个字符的城市名称"
138
+ },
139
+ "postal-code": {
140
+ "label": "邮政编码",
141
+ "placeholder": "选修的",
142
+ "helper_text": "",
143
+ "v8n_too_long": "该邮政编码似乎太长"
144
+ },
145
+ "country": {
146
+ "label": "国家",
147
+ "placeholder": "选修的",
148
+ "helper_text": ""
149
+ },
150
+ "region": {
151
+ "label": "地区",
152
+ "placeholder": "选修的",
153
+ "helper_text": "",
154
+ "v8n_too_long": "遗憾的是,我们无法存储长度超过 50 个字符的区域名称"
155
+ },
156
+ "timestamps": {
157
+ "date": "{{value, date}}",
158
+ "date_created": "创建于",
159
+ "date_modified": "最后更新于"
160
+ },
161
+ "delete": {
162
+ "delete": "删除",
163
+ "cancel": "取消",
164
+ "delete_prompt": "您确定要删除该地址吗?"
165
+ },
166
+ "undo": {
167
+ "caption": "Undo"
168
+ },
169
+ "submit": {
170
+ "caption": "Save changes"
171
+ },
172
+ "create": {
173
+ "caption": "创造"
174
+ },
175
+ "spinner": {
176
+ "refresh": "刷新",
177
+ "loading_busy": "加载中",
178
+ "loading_error": "未知错误"
179
+ },
180
+ "country_af": "Afghanistan",
181
+ "country_ax": "Åland Islands",
182
+ "country_al": "Albania",
183
+ "country_dz": "Algeria",
184
+ "country_as": "American Samoa",
185
+ "country_ad": "Andorra",
186
+ "country_ao": "Angola",
187
+ "country_ai": "Anguilla",
188
+ "country_aq": "Antarctica",
189
+ "country_ag": "Antigua and Barbuda",
190
+ "country_ar": "Argentina",
191
+ "country_am": "Armenia",
192
+ "country_aw": "Aruba",
193
+ "country_au": "Australia",
194
+ "country_au_region_act": "Australian Capital Territory",
195
+ "country_au_region_nsw": "New South Wales",
196
+ "country_au_region_nt": "Northern Territory",
197
+ "country_au_region_qld": "Queensland",
198
+ "country_au_region_sa": "South Australia",
199
+ "country_au_region_tas": "Tasmania",
200
+ "country_au_region_vic": "Victoria",
201
+ "country_au_region_wa": "Western Australia",
202
+ "country_at": "Austria",
203
+ "country_at_region_bl": "Burgenland",
204
+ "country_at_region_kn": "Kaernten",
205
+ "country_at_region_no": "Niederoesterreich",
206
+ "country_at_region_oo": "Oberoesterreich",
207
+ "country_at_region_sb": "Salzburg",
208
+ "country_at_region_st": "Steiermark",
209
+ "country_at_region_ti": "Tirol",
210
+ "country_at_region_vb": "Voralberg",
211
+ "country_at_region_wi": "Wien",
212
+ "country_az": "Azerbaijan",
213
+ "country_bs": "Bahamas",
214
+ "country_bh": "Bahrain",
215
+ "country_bd": "Bangladesh",
216
+ "country_bb": "Barbados",
217
+ "country_by": "Belarus",
218
+ "country_be": "Belgium",
219
+ "country_bz": "Belize",
220
+ "country_bj": "Benin",
221
+ "country_bm": "Bermuda",
222
+ "country_bt": "Bhutan",
223
+ "country_bo": "Bolivia",
224
+ "country_bq": "Bonaire, Sint Eustatius and Saba",
225
+ "country_bq_region_bo": "Bonaire",
226
+ "country_bq_region_sa": "Saba",
227
+ "country_bq_region_se": "Sint Eustatius",
228
+ "country_ba": "Bosnia and Herzegovina",
229
+ "country_bw": "Botswana",
230
+ "country_bv": "Bouvet Island",
231
+ "country_br": "Brazil",
232
+ "country_io": "British Indian Ocean Territory",
233
+ "country_bn": "Brunei Darussalam",
234
+ "country_bg": "Bulgaria",
235
+ "country_bf": "Burkina Faso",
236
+ "country_bi": "Burundi",
237
+ "country_kh": "Cambodia",
238
+ "country_cm": "Cameroon",
239
+ "country_ca": "Canada",
240
+ "country_ca_region_ab": "Alberta",
241
+ "country_ca_region_bc": "British Columbia",
242
+ "country_ca_region_mb": "Manitoba",
243
+ "country_ca_region_nb": "New Brunswick",
244
+ "country_ca_region_nl": "Newfoundland and Labrador",
245
+ "country_ca_region_nt": "Northwest Territories",
246
+ "country_ca_region_ns": "Nova Scotia",
247
+ "country_ca_region_nu": "Nunavut",
248
+ "country_ca_region_on": "Ontario",
249
+ "country_ca_region_pe": "Prince Edward Island",
250
+ "country_ca_region_qc": "Quebec",
251
+ "country_ca_region_sk": "Saskatchewan",
252
+ "country_ca_region_yt": "Yukon",
253
+ "country_cv": "Cape Verde",
254
+ "country_cw": "Curaçao",
255
+ "country_ky": "Cayman Islands",
256
+ "country_cf": "Central African Republic",
257
+ "country_td": "Chad",
258
+ "country_cl": "Chile",
259
+ "country_cn": "China",
260
+ "country_cx": "Christmas Island",
261
+ "country_cc": "Cocos (Keeling) Islands",
262
+ "country_co": "Colombia",
263
+ "country_km": "Comoros",
264
+ "country_cg": "Congo",
265
+ "country_cd": "Congo, the Democratic Republic of the",
266
+ "country_ck": "Cook Islands",
267
+ "country_cr": "Costa Rica",
268
+ "country_ci": "Cote DIvoire",
269
+ "country_hr": "Croatia",
270
+ "country_cu": "Cuba",
271
+ "country_cy": "Cyprus",
272
+ "country_cz": "Czech Republic",
273
+ "country_dk": "Denmark",
274
+ "country_dj": "Djibouti",
275
+ "country_dm": "Dominica",
276
+ "country_do": "Dominican Republic",
277
+ "country_ec": "Ecuador",
278
+ "country_eg": "Egypt",
279
+ "country_sv": "El Salvador",
280
+ "country_sx": "Sint Maarten",
281
+ "country_gq": "Equatorial Guinea",
282
+ "country_er": "Eritrea",
283
+ "country_ee": "Estonia",
284
+ "country_et": "Ethiopia",
285
+ "country_fk": "Falkland Islands (Malvinas)",
286
+ "country_fo": "Faroe Islands",
287
+ "country_fj": "Fiji",
288
+ "country_fi": "Finland",
289
+ "country_fr": "France",
290
+ "country_gf": "French Guiana",
291
+ "country_pf": "French Polynesia",
292
+ "country_tf": "French Southern Territories",
293
+ "country_ga": "Gabon",
294
+ "country_gm": "Gambia",
295
+ "country_ge": "Georgia",
296
+ "country_de": "Germany",
297
+ "country_de_region_bw": "Baden-Wuerttemberg",
298
+ "country_de_region_by": "Bayern",
299
+ "country_de_region_be": "Berlin",
300
+ "country_de_region_bb": "Brandenburg",
301
+ "country_de_region_hb": "Bremen",
302
+ "country_de_region_hh": "Hamburg",
303
+ "country_de_region_he": "Hessen",
304
+ "country_de_region_mv": "Mecklenburg-Vorpommern",
305
+ "country_de_region_ni": "Niedersachsen",
306
+ "country_de_region_nw": "Nordrhein-Westfalen",
307
+ "country_de_region_rp": "Rheinland-Pfalz",
308
+ "country_de_region_sl": "Saarland",
309
+ "country_de_region_sn": "Sachsen",
310
+ "country_de_region_st": "Sachsen-Anhalt",
311
+ "country_de_region_sh": "Schleswig-Holstein",
312
+ "country_de_region_th": "Thueringen",
313
+ "country_gh": "Ghana",
314
+ "country_gi": "Gibraltar",
315
+ "country_gr": "Greece",
316
+ "country_gl": "Greenland",
317
+ "country_gd": "Grenada",
318
+ "country_gp": "Guadeloupe",
319
+ "country_gu": "Guam",
320
+ "country_gt": "Guatemala",
321
+ "country_gg": "Guernsey",
322
+ "country_gn": "Guinea",
323
+ "country_gw": "Guinea-bissau",
324
+ "country_gy": "Guyana",
325
+ "country_ht": "Haiti",
326
+ "country_hm": "Heard Island and McDonald Island",
327
+ "country_va": "Holy See (Vatican City State)",
328
+ "country_hn": "Honduras",
329
+ "country_hk": "Hong Kong",
330
+ "country_hu": "Hungary",
331
+ "country_is": "Iceland",
332
+ "country_in": "India",
333
+ "country_in_region_an": "Andaman and Nicobar Islands",
334
+ "country_in_region_ap": "Andhra Pradesh",
335
+ "country_in_region_ar": "Arunachal Pradesh",
336
+ "country_in_region_as": "Assam",
337
+ "country_in_region_br": "Bihar",
338
+ "country_in_region_ch": "Chandigarh",
339
+ "country_in_region_ct": "Chhattisgarh",
340
+ "country_in_region_dn": "Dadra and Nagar Haveli",
341
+ "country_in_region_dd": "Daman and Diu",
342
+ "country_in_region_dl": "Delhi",
343
+ "country_in_region_ga": "Goa",
344
+ "country_in_region_gj": "Gujarat",
345
+ "country_in_region_hr": "Haryana",
346
+ "country_in_region_hp": "Himachal Pradesh",
347
+ "country_in_region_jk": "Jammu and Kashmir",
348
+ "country_in_region_jh": "Jharkhand",
349
+ "country_in_region_ka": "Karnataka",
350
+ "country_in_region_kl": "Kerala",
351
+ "country_in_region_ld": "Lakshadweep",
352
+ "country_in_region_mp": "Madhya Pradesh",
353
+ "country_in_region_mh": "Maharashtra",
354
+ "country_in_region_mn": "Manipur",
355
+ "country_in_region_ml": "Meghalaya",
356
+ "country_in_region_mz": "Mizoram",
357
+ "country_in_region_nl": "Nagaland",
358
+ "country_in_region_or": "Odisha",
359
+ "country_in_region_py": "Puducherry",
360
+ "country_in_region_pb": "Punjab",
361
+ "country_in_region_rj": "Rajasthan",
362
+ "country_in_region_sk": "Sikkim",
363
+ "country_in_region_tn": "Tamil Nadu",
364
+ "country_in_region_tg": "Telangana",
365
+ "country_in_region_tr": "Tripura",
366
+ "country_in_region_ut": "Uttarakhand",
367
+ "country_in_region_up": "Uttar Pradesh",
368
+ "country_in_region_wb": "West Bengal",
369
+ "country_id": "Indonesia",
370
+ "country_ir": "Iran, Islamic Republic of",
371
+ "country_iq": "Iraq",
372
+ "country_ie": "Ireland",
373
+ "country_ie_region_cw": "Carlow",
374
+ "country_ie_region_cn": "Cavan",
375
+ "country_ie_region_ce": "Clare",
376
+ "country_ie_region_co": "Cork",
377
+ "country_ie_region_dl": "Donegal",
378
+ "country_ie_region_d": "Dublin",
379
+ "country_ie_region_g": "Galway",
380
+ "country_ie_region_ky": "Kerry",
381
+ "country_ie_region_ke": "Kildare",
382
+ "country_ie_region_kk": "Kilkenny",
383
+ "country_ie_region_ls": "Laois",
384
+ "country_ie_region_lm": "Leitrim",
385
+ "country_ie_region_lk": "Limerick",
386
+ "country_ie_region_ld": "Longford",
387
+ "country_ie_region_lh": "Louth",
388
+ "country_ie_region_mo": "Mayo",
389
+ "country_ie_region_mh": "Meath",
390
+ "country_ie_region_mn": "Monaghan",
391
+ "country_ie_region_oy": "Offaly",
392
+ "country_ie_region_rn": "Roscommon",
393
+ "country_ie_region_so": "Sligo",
394
+ "country_ie_region_ta": "Tipperary",
395
+ "country_ie_region_wd": "Waterford",
396
+ "country_ie_region_wh": "Westmeath",
397
+ "country_ie_region_wx": "Wexford",
398
+ "country_ie_region_ww": "Wicklow",
399
+ "country_im": "Isle of Man",
400
+ "country_il": "Israel",
401
+ "country_it": "Italy",
402
+ "country_jm": "Jamaica",
403
+ "country_jp": "Japan",
404
+ "country_jp_region_10": "Gunma",
405
+ "country_jp_region_11": "Saitama",
406
+ "country_jp_region_12": "Chiba",
407
+ "country_jp_region_13": "Tokyo",
408
+ "country_jp_region_14": "Kanagawa",
409
+ "country_jp_region_15": "Niigata",
410
+ "country_jp_region_16": "Toyama",
411
+ "country_jp_region_17": "Ishikawa",
412
+ "country_jp_region_18": "Fukui",
413
+ "country_jp_region_19": "Yamanashi",
414
+ "country_jp_region_20": "Nagano",
415
+ "country_jp_region_21": "Gifu",
416
+ "country_jp_region_22": "Shizuoka",
417
+ "country_jp_region_23": "Aichi",
418
+ "country_jp_region_24": "Mie",
419
+ "country_jp_region_25": "Shiga",
420
+ "country_jp_region_26": "Kyoto",
421
+ "country_jp_region_27": "Osaka",
422
+ "country_jp_region_28": "Hyogo",
423
+ "country_jp_region_29": "Nara",
424
+ "country_jp_region_30": "Wakayama",
425
+ "country_jp_region_31": "Tottori",
426
+ "country_jp_region_32": "Shimane",
427
+ "country_jp_region_33": "Okayama",
428
+ "country_jp_region_34": "Hiroshima",
429
+ "country_jp_region_35": "Yamaguchi",
430
+ "country_jp_region_36": "Tokushima",
431
+ "country_jp_region_37": "Kagawa",
432
+ "country_jp_region_38": "Ehime",
433
+ "country_jp_region_39": "Kochi",
434
+ "country_jp_region_40": "Fukuoka",
435
+ "country_jp_region_41": "Saga",
436
+ "country_jp_region_42": "Nagasaki",
437
+ "country_jp_region_43": "Kumamoto",
438
+ "country_jp_region_44": "Oita",
439
+ "country_jp_region_45": "Miyazaki",
440
+ "country_jp_region_46": "Kagoshima",
441
+ "country_jp_region_47": "Okinawa",
442
+ "country_jp_region_05": "Akita",
443
+ "country_jp_region_02": "Aomori",
444
+ "country_jp_region_07": "Fukushima",
445
+ "country_jp_region_01": "Hokkaido",
446
+ "country_jp_region_08": "Ibaraki",
447
+ "country_jp_region_03": "Iwate",
448
+ "country_jp_region_04": "Miyagi",
449
+ "country_jp_region_09": "Tochigi",
450
+ "country_jp_region_06": "Yamagata",
451
+ "country_je": "Jersey",
452
+ "country_jo": "Jordan",
453
+ "country_kz": "Kazakhstan",
454
+ "country_ke": "Kenya",
455
+ "country_ki": "Kiribati",
456
+ "country_kp": "Korea, Democratic People's Republic of",
457
+ "country_kr": "Korea, Republic of",
458
+ "country_kw": "Kuwait",
459
+ "country_kg": "Kyrgyzstan",
460
+ "country_la": "Lao People's Democratic Republic",
461
+ "country_lv": "Latvia",
462
+ "country_lb": "Lebanon",
463
+ "country_ls": "Lesotho",
464
+ "country_lr": "Liberia",
465
+ "country_ly": "Libya",
466
+ "country_li": "Liechtenstein",
467
+ "country_lt": "Lithuania",
468
+ "country_lu": "Luxembourg",
469
+ "country_mo": "Macau Special Administrative Region of China",
470
+ "country_mk": "North Macedonia",
471
+ "country_mg": "Madagascar",
472
+ "country_mw": "Malawi",
473
+ "country_my": "Malaysia",
474
+ "country_mv": "Maldives",
475
+ "country_ml": "Mali",
476
+ "country_mt": "Malta",
477
+ "country_mh": "Marshall Islands",
478
+ "country_mq": "Martinique",
479
+ "country_mr": "Mauritania",
480
+ "country_mu": "Mauritius",
481
+ "country_yt": "Mayotte",
482
+ "country_mx": "Mexico",
483
+ "country_fm": "Micronesia, Federated States of",
484
+ "country_md": "Moldova, Republic of",
485
+ "country_mc": "Monaco",
486
+ "country_mn": "Mongolia",
487
+ "country_me": "Montenegro",
488
+ "country_ms": "Montserrat",
489
+ "country_ma": "Morocco",
490
+ "country_mz": "Mozambique",
491
+ "country_mm": "Myanmar",
492
+ "country_na": "Namibia",
493
+ "country_nr": "Nauru",
494
+ "country_np": "Nepal",
495
+ "country_nl": "Netherlands",
496
+ "country_nc": "New Caledonia",
497
+ "country_nz": "New Zealand",
498
+ "country_ni": "Nicaragua",
499
+ "country_ne": "Niger",
500
+ "country_ng": "Nigeria",
501
+ "country_nu": "Niue",
502
+ "country_nf": "Norfolk Island",
503
+ "country_mp": "Northern Mariana Islands",
504
+ "country_no": "Norway",
505
+ "country_no_region_10": "Vest-Agder",
506
+ "country_no_region_11": "Rogaland",
507
+ "country_no_region_12": "Hordaland",
508
+ "country_no_region_14": "Sogn og Fjordane",
509
+ "country_no_region_15": "Møre og Romsdal",
510
+ "country_no_region_16": "Sør-Trøndelag",
511
+ "country_no_region_17": "Nord-Trøndelag",
512
+ "country_no_region_18": "Nordland",
513
+ "country_no_region_19": "Troms",
514
+ "country_no_region_20": "Finnmark",
515
+ "country_no_region_30": "Viken",
516
+ "country_no_region_34": "Innlandet",
517
+ "country_no_region_38": "Vestfold og Telemark",
518
+ "country_no_region_42": "Agder",
519
+ "country_no_region_46": "Vestland",
520
+ "country_no_region_50": "Trøndelag",
521
+ "country_no_region_54": "Troms og Finnmark",
522
+ "country_no_region_01": "Østfold",
523
+ "country_no_region_02": "Akershus",
524
+ "country_no_region_03": "Oslo",
525
+ "country_no_region_04": "Hedmark",
526
+ "country_no_region_05": "Oppland",
527
+ "country_no_region_06": "Buskerud",
528
+ "country_no_region_07": "Vestfold",
529
+ "country_no_region_08": "Telemark",
530
+ "country_no_region_09": "Aust-Agder",
531
+ "country_om": "Oman",
532
+ "country_pk": "Pakistan",
533
+ "country_pw": "Palau",
534
+ "country_ps": "Palestine, State of",
535
+ "country_pa": "Panama",
536
+ "country_pg": "Papua New Guinea",
537
+ "country_py": "Paraguay",
538
+ "country_pe": "Peru",
539
+ "country_ph": "Philippines",
540
+ "country_pn": "Pitcairn",
541
+ "country_pl": "Poland",
542
+ "country_pt": "Portugal",
543
+ "country_pr": "Puerto Rico",
544
+ "country_qa": "Qatar",
545
+ "country_re": "Réunion",
546
+ "country_ro": "Romania",
547
+ "country_ru": "Russian Federation",
548
+ "country_rw": "Rwanda",
549
+ "country_bl": "Saint Barthélemy",
550
+ "country_sh": "Saint Helena, Ascension and Tristan da Cunha",
551
+ "country_kn": "Saint Kitts and Nevis",
552
+ "country_lc": "Saint Lucia",
553
+ "country_mf": "Saint Martin",
554
+ "country_pm": "Saint Pierre and Miquelon",
555
+ "country_vc": "Saint Vincent and the Grenadines",
556
+ "country_ws": "Samoa",
557
+ "country_sm": "San Marino",
558
+ "country_ss": "South Sudan",
559
+ "country_st": "Sao Tome and Principe",
560
+ "country_sa": "Saudi Arabia",
561
+ "country_sn": "Senegal",
562
+ "country_rs": "Serbia",
563
+ "country_sc": "Seychelles",
564
+ "country_sl": "Sierra Leone",
565
+ "country_sg": "Singapore",
566
+ "country_sk": "Slovakia",
567
+ "country_si": "Slovenia",
568
+ "country_sb": "Solomon Islands",
569
+ "country_so": "Somalia",
570
+ "country_za": "South Africa",
571
+ "country_gs": "South Georgia and the South Sandwich Islands",
572
+ "country_es": "Spain",
573
+ "country_es_region_a coruna": "A Coruna",
574
+ "country_es_region_alava": "Alava",
575
+ "country_es_region_albacete": "Albacete",
576
+ "country_es_region_alicante": "Alicante",
577
+ "country_es_region_almeria": "Almeria",
578
+ "country_es_region_asturias": "Asturias",
579
+ "country_es_region_avila": "Avila",
580
+ "country_es_region_badajoz": "Badajoz",
581
+ "country_es_region_baleares": "Baleares",
582
+ "country_es_region_barcelona": "Barcelona",
583
+ "country_es_region_burgos": "Burgos",
584
+ "country_es_region_caceres": "Caceres",
585
+ "country_es_region_cadiz": "Cadiz",
586
+ "country_es_region_cn": "Canarias",
587
+ "country_es_region_cantabria": "Cantabria",
588
+ "country_es_region_castellon": "Castellon",
589
+ "country_es_region_ceuta": "Ceuta",
590
+ "country_es_region_ciudad real": "Ciudad Real",
591
+ "country_es_region_cordoba": "Cordoba",
592
+ "country_es_region_cuenca": "Cuenca",
593
+ "country_es_region_gipuzkoa": "Gipuzkoa",
594
+ "country_es_region_girona": "Girona",
595
+ "country_es_region_granada": "Granada",
596
+ "country_es_region_guadalajara": "Guadalajara",
597
+ "country_es_region_guipuzcoa": "Guipuzcoa",
598
+ "country_es_region_huelva": "Huelva",
599
+ "country_es_region_huesca": "Huesca",
600
+ "country_es_region_jaen": "Jaen",
601
+ "country_es_region_la rioja": "La Rioja",
602
+ "country_es_region_las palmas": "Las Palmas",
603
+ "country_es_region_leon": "Leon",
604
+ "country_es_region_lleida": "Lleida",
605
+ "country_es_region_lugo": "Lugo",
606
+ "country_es_region_madrid": "Madrid",
607
+ "country_es_region_malaga": "Malaga",
608
+ "country_es_region_melilla": "Melilla",
609
+ "country_es_region_murcia": "Murcia",
610
+ "country_es_region_navarra": "Navarra",
611
+ "country_es_region_ourense": "Ourense",
612
+ "country_es_region_palencia": "Palencia",
613
+ "country_es_region_pontevedra": "Pontevedra",
614
+ "country_es_region_salamanca": "Salamanca",
615
+ "country_es_region_santa cruz de tenerife": "Santa Cruz de Tenerife",
616
+ "country_es_region_segovia": "Segovia",
617
+ "country_es_region_sevilla": "Sevilla",
618
+ "country_es_region_soria": "Soria",
619
+ "country_es_region_tarragona": "Tarragona",
620
+ "country_es_region_teruel": "Teruel",
621
+ "country_es_region_toledo": "Toledo",
622
+ "country_es_region_valencia": "Valencia",
623
+ "country_es_region_valladolid": "Valladolid",
624
+ "country_es_region_vizcaya": "Biscay",
625
+ "country_es_region_zamora": "Zamora",
626
+ "country_es_region_zaragoza": "Zaragoza",
627
+ "country_lk": "Sri Lanka",
628
+ "country_sd": "Sudan",
629
+ "country_sr": "Suriname",
630
+ "country_sj": "Svalbard and Jan Mayen",
631
+ "country_sz": "Eswatini",
632
+ "country_se": "Sweden",
633
+ "country_ch": "Switzerland",
634
+ "country_ch_region_ag": "Aargau",
635
+ "country_ch_region_ar": "Appenzell Ausserrhoden",
636
+ "country_ch_region_ai": "Appenzell Innerrhoden",
637
+ "country_ch_region_bl": "Basel-Landschaft",
638
+ "country_ch_region_bs": "Basel-Stadt",
639
+ "country_ch_region_be": "Bern",
640
+ "country_ch_region_fr": "Freiburg",
641
+ "country_ch_region_ge": "Genf",
642
+ "country_ch_region_gl": "Glarus",
643
+ "country_ch_region_gr": "Graubuenden",
644
+ "country_ch_region_ju": "Jura",
645
+ "country_ch_region_lu": "Luzern",
646
+ "country_ch_region_ne": "Neuenburg",
647
+ "country_ch_region_nw": "Nidwalden",
648
+ "country_ch_region_ow": "Obwalden",
649
+ "country_ch_region_sh": "Schaffhausen",
650
+ "country_ch_region_sz": "Schwyz",
651
+ "country_ch_region_so": "Solothurn",
652
+ "country_ch_region_sg": "St. Gallen",
653
+ "country_ch_region_ti": "Tessin",
654
+ "country_ch_region_tg": "Thurgau",
655
+ "country_ch_region_ur": "Uri",
656
+ "country_ch_region_vs": "Valais",
657
+ "country_ch_region_vd": "Vaud",
658
+ "country_ch_region_zh": "Zurich",
659
+ "country_ch_region_zg": "Zug",
660
+ "country_sy": "Syrian Arab Republic",
661
+ "country_tw": "Taiwan",
662
+ "country_tj": "Tajikistan",
663
+ "country_tz": "Tanzania, United Republic of",
664
+ "country_th": "Thailand",
665
+ "country_tl": "Timor-Leste",
666
+ "country_tg": "Togo",
667
+ "country_tk": "Tokelau",
668
+ "country_to": "Tonga",
669
+ "country_tt": "Trinidad and Tobago",
670
+ "country_tn": "Tunisia",
671
+ "country_tr": "Turkey",
672
+ "country_tm": "Turkmenistan",
673
+ "country_tc": "Turks and Caicos Islands",
674
+ "country_tv": "Tuvalu",
675
+ "country_ug": "Uganda",
676
+ "country_ua": "Ukraine",
677
+ "country_ae": "United Arab Emirates",
678
+ "country_gb": "United Kingdom",
679
+ "country_us": "United States",
680
+ "country_us_region_al": "Alabama",
681
+ "country_us_region_ak": "Alaska",
682
+ "country_us_region_as": "American Samoa",
683
+ "country_us_region_az": "Arizona",
684
+ "country_us_region_ar": "Arkansas",
685
+ "country_us_region_af": "Armed Forces Africa",
686
+ "country_us_region_aa": "Armed Forces Americas",
687
+ "country_us_region_ac": "Armed Forces Canada",
688
+ "country_us_region_ae": "Armed Forces Europe",
689
+ "country_us_region_am": "Armed Forces Middle East",
690
+ "country_us_region_ap": "Armed Forces Pacific",
691
+ "country_us_region_ca": "California",
692
+ "country_us_region_co": "Colorado",
693
+ "country_us_region_ct": "Connecticut",
694
+ "country_us_region_de": "Delaware",
695
+ "country_us_region_dc": "Washington DC",
696
+ "country_us_region_fm": "Federated States Of Micronesia",
697
+ "country_us_region_fl": "Florida",
698
+ "country_us_region_ga": "Georgia",
699
+ "country_us_region_gu": "Guam",
700
+ "country_us_region_hi": "Hawaii",
701
+ "country_us_region_id": "Idaho",
702
+ "country_us_region_il": "Illinois",
703
+ "country_us_region_in": "Indiana",
704
+ "country_us_region_ia": "Iowa",
705
+ "country_us_region_ks": "Kansas",
706
+ "country_us_region_ky": "Kentucky",
707
+ "country_us_region_la": "Louisiana",
708
+ "country_us_region_me": "Maine",
709
+ "country_us_region_mh": "Marshall Islands",
710
+ "country_us_region_md": "Maryland",
711
+ "country_us_region_ma": "Massachusetts",
712
+ "country_us_region_mi": "Michigan",
713
+ "country_us_region_mn": "Minnesota",
714
+ "country_us_region_ms": "Mississippi",
715
+ "country_us_region_mo": "Missouri",
716
+ "country_us_region_mt": "Montana",
717
+ "country_us_region_ne": "Nebraska",
718
+ "country_us_region_nv": "Nevada",
719
+ "country_us_region_nh": "New Hampshire",
720
+ "country_us_region_nj": "New Jersey",
721
+ "country_us_region_nm": "New Mexico",
722
+ "country_us_region_ny": "New York",
723
+ "country_us_region_nc": "North Carolina",
724
+ "country_us_region_nd": "North Dakota",
725
+ "country_us_region_mp": "Northern Mariana Islands",
726
+ "country_us_region_oh": "Ohio",
727
+ "country_us_region_ok": "Oklahoma",
728
+ "country_us_region_or": "Oregon",
729
+ "country_us_region_pa": "Pennsylvania",
730
+ "country_us_region_pr": "Puerto Rico",
731
+ "country_us_region_ri": "Rhode Island",
732
+ "country_us_region_sc": "South Carolina",
733
+ "country_us_region_sd": "South Dakota",
734
+ "country_us_region_tn": "Tennessee",
735
+ "country_us_region_tx": "Texas",
736
+ "country_us_region_ut": "Utah",
737
+ "country_us_region_vt": "Vermont",
738
+ "country_us_region_vi": "Virgin Islands",
739
+ "country_us_region_va": "Virginia",
740
+ "country_us_region_wa": "Washington",
741
+ "country_us_region_wv": "West Virginia",
742
+ "country_us_region_wi": "Wisconsin",
743
+ "country_us_region_wy": "Wyoming",
744
+ "country_um": "United States Minor Outlying Islands",
745
+ "country_uy": "Uruguay",
746
+ "country_uz": "Uzbekistan",
747
+ "country_vu": "Vanuatu",
748
+ "country_ve": "Venezuela",
749
+ "country_vn": "Vietnam",
750
+ "country_vg": "Virgin Islands, British",
751
+ "country_vi": "Virgin Islands, U.S.",
752
+ "country_wf": "Wallis and Futuna Islands",
753
+ "country_eh": "Western Sahara",
754
+ "country_ye": "Yemen",
755
+ "country_zm": "Zambia",
756
+ "country_zw": "Zimbabwe"
757
+ },
758
+ "customer-form": {
759
+ "cancel": "取消",
760
+ "close": "关闭",
761
+ "message": {
762
+ "password_change_success": "您已成功为您的帐户设置新密码。",
763
+ "close": "关闭"
764
+ },
765
+ "error": {
766
+ "old_password_incorrect": "您输入的旧密码不正确。",
767
+ "email_already_used": "该电子邮件已被使用。"
768
+ },
769
+ "first-name": {
770
+ "label": "名",
771
+ "placeholder": "没有设置",
772
+ "helper_text": "您的名字,可选。",
773
+ "v8n_too_long": "我们无法存储超过 50 个字符的名字。"
774
+ },
775
+ "last-name": {
776
+ "label": "姓",
777
+ "placeholder": "没有设置",
778
+ "helper_text": "您的姓氏,可选。",
779
+ "v8n_too_long": "我们无法存储超过 50 个字符的姓氏。"
780
+ },
781
+ "tax-id": {
782
+ "label": "税号",
783
+ "placeholder": "没有设置",
784
+ "helper_text": "您的纳税识别号,可选。",
785
+ "v8n_too_long": "我们无法存储超过 50 个字符的税号。"
786
+ },
787
+ "email": {
788
+ "label": "电子邮件",
789
+ "placeholder": "必需的",
790
+ "helper_text": "我们将使用此电子邮件作为结帐和客户门户的登录名。",
791
+ "helper_text_last_login_date": "您登录结帐和客户门户。 {{ date, date }} 在 {{ date, time }}。",
792
+ "v8n_too_long": "我们无法存储超过 100 个字符的电子邮件。",
793
+ "v8n_invalid_email": "该电子邮件无效。",
794
+ "v8n_required": "请填写此字段。"
795
+ },
796
+ "password": {
797
+ "label": "密码",
798
+ "placeholder": "必需的",
799
+ "placeholder_new": "保留当前密码",
800
+ "helper_text_new": "要更改您的密码,请在此处输入新密码。",
801
+ "v8n_too_long": "请使用不超过 50 个字符的密码。",
802
+ "v8n_too_weak": "请使用更强的密码。",
803
+ "v8n_required": "请填写此字段。"
804
+ },
805
+ "password-old": {
806
+ "label": "旧密码",
807
+ "placeholder": "",
808
+ "helper_text": "输入您的旧密码以确认密码更改。",
809
+ "v8n_required": "请填写此字段。"
810
+ },
811
+ "timestamps": {
812
+ "date_created": "创建于",
813
+ "date_modified": "最后更新于",
814
+ "date": "{{value, date}}"
815
+ },
816
+ "spinner": {
817
+ "refresh": "刷新",
818
+ "loading_busy": "加载中",
819
+ "loading_error": "未知错误"
820
+ }
821
+ },
822
+ "payment-method-card": {
823
+ "cancel": "取消",
824
+ "delete": "删除",
825
+ "add": "添加付款方式",
826
+ "update": "更新付款方式",
827
+ "delete_prompt": "此付款方式将从您的帐户中永久删除。",
828
+ "expires": "过期",
829
+ "last_4_digits": "最后 4 位数字",
830
+ "unknown": "未知",
831
+ "dialog": {
832
+ "close": "关闭",
833
+ "dialog_header_add": "添加付款方式",
834
+ "dialog_header_update": "更新付款方式",
835
+ "update-payment-method-form": {
836
+ "header": {
837
+ "title_existing": "更新信用卡",
838
+ "subtitle": "在下方输入信用卡详细信息,然后点击保存信用卡"
839
+ },
840
+ "status": {
841
+ "cc_token_success": "卡详细信息已成功保存。",
842
+ "close": "关闭"
843
+ },
844
+ "error": {
845
+ "cc_token_invalid": "不幸的是,我们无法保存您的银行卡详细信息。"
846
+ },
847
+ "cc-token": {
848
+ "tokenize": "保存卡",
849
+ "payment-card-embed": {
850
+ "stripe": {
851
+ "label": "卡详情",
852
+ "status": {
853
+ "idle": "您的银行卡详细信息由 Stripe 安全处理。",
854
+ "busy": "正在加密您的卡详细信息...",
855
+ "fail": "目前该服务不可用。",
856
+ "unsupported": "我们不支持这种卡类型。"
857
+ }
858
+ },
859
+ "square": {
860
+ "label": "卡详情",
861
+ "status": {
862
+ "idle": "您的银行卡详细信息由 Square 安全处理。",
863
+ "busy": "正在加密您的卡详细信息...",
864
+ "fail": "目前该服务不可用。",
865
+ "unsupported": "我们不支持这种卡类型。"
866
+ }
867
+ },
868
+ "default": {
869
+ "cc-number": {
870
+ "label": "卡号",
871
+ "placeholder": "1234 1234 1234 1234",
872
+ "v8n_required": "输入卡号。",
873
+ "v8n_invalid": "检查您的卡号 – 它似乎无效。",
874
+ "v8n_unsupported": "我们不支持这种卡类型。"
875
+ },
876
+ "cc-exp": {
877
+ "label": "到期",
878
+ "placeholder": "月/年",
879
+ "v8n_required": "输入到期日期。",
880
+ "v8n_invalid": "输入 MM/YYYY 格式的日期。",
881
+ "v8n_expired": "您的卡已过期。"
882
+ },
883
+ "cc-csc": {
884
+ "label": "CSC",
885
+ "placeholder": "XXX",
886
+ "v8n_required": "输入安全码。",
887
+ "v8n_invalid": "输入 3-4 位数字的代码。"
888
+ },
889
+ "status": {
890
+ "idle": "您的银行卡详细信息由 Foxy.io 安全处理。",
891
+ "busy": "正在加密您的卡详细信息...",
892
+ "fail": "目前该服务不可用。",
893
+ "misconfigured": "此表单配置不正确。"
894
+ }
895
+ }
896
+ }
897
+ },
898
+ "spinner": {
899
+ "refresh": "刷新",
900
+ "loading_busy": "加载中",
901
+ "loading_error": "未知错误",
902
+ "loading_empty": "此表格仅适用于现有付款方式"
903
+ }
904
+ }
905
+ },
906
+ "spinner": {
907
+ "loading_busy": "載入中",
908
+ "loading_empty": "沒有付款方式",
909
+ "loading_error": "未知錯誤"
910
+ }
911
+ },
912
+ "spinner": {
913
+ "refresh": "刷新",
914
+ "loading_busy": "加载中",
915
+ "loading_error": "未知错误"
916
+ },
917
+ "subscription-card": {
918
+ "daily": "/ 天",
919
+ "daily_plural": "/ {{count}} 天",
920
+ "frequency": "$t(customer.subscription-card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
921
+ "monthly": "/ 月",
922
+ "monthly_plural": "/ {{count}} 几个月",
923
+ "price": "{{amount, price}}",
924
+ "price_recurring": "{{amount, price}} $t(customer.subscription-card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
925
+ "price_twice_a_month": "{{amount, price}} $t(customer.subscription-card.twice_a_month, { \"ns\": \"customer-portal\" })",
926
+ "status_failed_and_ended": "于 {{ end_date, date }} 结束(于 {{ first_failed_transaction_date, date }} 失败)",
927
+ "status_failed_and_ended_no_enddate": "已结束(于 {{ first_failed_transaction_date, date }} 失败)",
928
+ "status_failed": "于 {{ first_failed_transaction_date, date }} 失败",
929
+ "status_will_start": "于 {{ start_date, date }} 开始",
930
+ "status_will_start_no_startdate": "计划开始",
931
+ "status_will_end_after_payment": "下次付款日期为 {{ next_transaction_date, date }},结束于 {{ end_date, date }}",
932
+ "status_will_end_after_payment_no_nextdate": "活跃,结束于 {{ end_date, date }}",
933
+ "status_will_end_after_payment_no_enddate": "下次付款日期为 {{ next_transaction_date, date }}",
934
+ "status_will_end": "于 {{ end_date, date }} 结束",
935
+ "status_will_end_no_enddate": "活跃,计划结束",
936
+ "status_ended": "于 {{ end_date, date }} 结束",
937
+ "status_ended_no_enddate": "已结束",
938
+ "status_next_payment": "下次付款日期为 {{ next_transaction_date, date }}",
939
+ "status_next_payment_no_nextdate": "活跃",
940
+ "status_inactive": "不活跃",
941
+ "transaction_summary": "{{most_expensive_item.name}}",
942
+ "fees_hint": "公司",
943
+ "fees_explainer": "税费、运费和折扣可能会改变收费金额。",
944
+ "twice_a_month": "每月两次",
945
+ "weekly": "/ 星期",
946
+ "weekly_plural": "/ {{count}} 周",
947
+ "yearly": "/ 年",
948
+ "yearly_plural": "/ {{count}} 年",
949
+ "spinner": {
950
+ "loading_busy": "加载中",
951
+ "loading_empty": "没有订阅",
952
+ "loading_end": "没有更多数据",
953
+ "loading_error": "未知错误"
954
+ }
955
+ },
956
+ "subscription-form": {
957
+ "header": {
958
+ "title_new": "订阅",
959
+ "title_existing": "订阅 • {{amount, price}}",
960
+ "title_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
961
+ "title_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
962
+ "subtitle_failed_and_ended": "包括运费、税费等。于 {{ end_date, date }} 结束(于 {{ first_failed_transaction_date, date }} 失败)。",
963
+ "subtitle_failed_and_ended_no_enddate": "包括运费、税费等。已结束(于 {{ first_failed_transaction_date, date }} 失败)。",
964
+ "subtitle_failed": "包括运费、税费等。于 {{ first_failed_transaction_date, date }} 失败。",
965
+ "subtitle_will_start": "包括运费、税费等。于 {{ start_date, date }} 开始。",
966
+ "subtitle_will_start_no_startdate": "包括运费、税费等。计划开始。",
967
+ "subtitle_will_end_after_payment": "包括运费、税费等。下次付款日期为 {{ next_transaction_date, date }},结束于 {{ end_date, date }}。",
968
+ "subtitle_will_end_after_payment_no_nextdate": "包括运费、税费等。活跃,结束于 {{ end_date, date }}。",
969
+ "subtitle_will_end_after_payment_no_enddate": "包括运费、税费等。下次付款日期为 {{ next_transaction_date, date }}。",
970
+ "subtitle_will_end": "包括运费、税费等。于 {{ end_date, date }} 结束。",
971
+ "subtitle_will_end_no_enddate": "包括运费、税费等。活跃,计划结束。",
972
+ "subtitle_ended": "包括运费、税费等。于 {{ end_date, date }} 结束。",
973
+ "subtitle_ended_no_enddate": "包括运费、税费等。已结束。",
974
+ "subtitle_next_payment": "包括运费、税费等。下次付款日期为 {{ next_transaction_date, date }}。",
975
+ "subtitle_next_payment_no_nextdate": "包括运费、税费等。活跃。",
976
+ "subtitle_inactive": "包括运费、税费等。不活跃。",
977
+ "subtitle": "包括运费、税费等。",
978
+ "copy-id": {
979
+ "failed_to_copy": "複製失敗",
980
+ "click_to_copy": "複製 ID",
981
+ "copying": "複製中...",
982
+ "done": "已複製到剪貼板"
983
+ },
984
+ "copy-json": {
985
+ "failed_to_copy": "複製失敗",
986
+ "click_to_copy": "複製原始碼為 JSON",
987
+ "copying": "複製中...",
988
+ "done": "已複製到剪貼板"
989
+ }
990
+ },
991
+ "day": "天",
992
+ "day_plural": "天",
993
+ "week": "星期",
994
+ "week_plural": "周数",
995
+ "month": "月",
996
+ "month_plural": "几个月",
997
+ "year": "年",
998
+ "year_plural": "年",
999
+ "cancel": "取消",
1000
+ "close": "关闭",
1001
+ "confirm": "确认",
1002
+ "currency": "货币",
1003
+ "daily": "日常的",
1004
+ "daily_plural": "每一个 {{count}} 天",
1005
+ "end_subscription": "结束订阅",
1006
+ "frequency": "$t(customer.subscription-form.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
1007
+ "frequency_label": "频率",
1008
+ "item_plural": "项目",
1009
+ "monthly": "每月",
1010
+ "monthly_plural": "每一个 {{count}} 几个月",
1011
+ "next_transaction_date": "下次交易日期",
1012
+ "price_recurring": "{{amount, price}} $t(customer.subscription-form.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" })",
1013
+ "price_twice_a_month": "{{amount, price}} $t(customer.subscription-form.twice_a_month, { \"ns\": \"customer-portal\" })",
1014
+ "transaction_plural": "交易",
1015
+ "twice_a_month": "每月两次",
1016
+ "update_billing": "更新帐单",
1017
+ "update_items": "编辑",
1018
+ "undo_cancel": "审查",
1019
+ "undo_confirm": "丢弃",
1020
+ "undo_header": "未保存的更改",
1021
+ "undo_message": "您似乎没有保存更改!",
1022
+ "weekly": "每周",
1023
+ "weekly_plural": "每一个 {{count}} 周",
1024
+ "yearly": "每年",
1025
+ "yearly_plural": "每一个 {{count}} 年",
1026
+ "items": {
1027
+ "pagination": {
1028
+ "first": "第一的",
1029
+ "last": "最后的",
1030
+ "next": "下一个",
1031
+ "pagination": "{{from}}-{{to}} 在......之外 {{total}}",
1032
+ "previous": "以前的",
1033
+ "card": {
1034
+ "daily": "日常的",
1035
+ "daily_plural": "每一个 {{count}} 天",
1036
+ "frequency": "$t(customer.subscription-form.items.pagination.card.{{units}}, { \"count\": {{count}}, \"ns\": \"customer-portal\" })",
1037
+ "monthly": "每月",
1038
+ "monthly_plural": "每一个 {{count}} 几个月",
1039
+ "subinfo_recurring": "$t(customer.subscription-form.items.pagination.card.frequency, { \"count\": \"{{count}}\", \"units\": \"{{units}}\", \"ns\": \"customer-portal\" }) 从 {{startDate, date}}",
1040
+ "subinfo_twice_a_month": "$t(customer.subscription-form.items.pagination.card.twice_a_month, { \"ns\": \"customer-portal\" }) 从 {{startDate, date}}",
1041
+ "twice_a_month": "每月两次",
1042
+ "no_code": "没有SKU",
1043
+ "weekly": "每周",
1044
+ "weekly_plural": "每一个 {{count}} 周",
1045
+ "yearly": "每年",
1046
+ "yearly_plural": "每一个 {{count}} 年",
1047
+ "price": "{{amount, price}}",
1048
+ "spinner": {
1049
+ "refresh": "刷新",
1050
+ "loading_busy": "加载中",
1051
+ "loading_empty": "没有相关产品",
1052
+ "loading_error": "未知错误"
1053
+ }
1054
+ }
1055
+ }
1056
+ },
1057
+ "transactions": {
1058
+ "label": "交易",
1059
+ "pagination": {
1060
+ "first": "第一的",
1061
+ "last": "最后的",
1062
+ "next": "下一个",
1063
+ "pagination": "{{from}}-{{to}} 在......之外 {{total}}",
1064
+ "previous": "以前的",
1065
+ "card": {
1066
+ "code": "代码",
1067
+ "customer": "顾客",
1068
+ "description": "描述",
1069
+ "price": "{{amount, price}}",
1070
+ "time": "{{value, date}}",
1071
+ "test": "Test",
1072
+ "hidden_hint": "此交易已归档",
1073
+ "status_capturing": "捕捉",
1074
+ "status_captured": "被捕获",
1075
+ "status_approved": "得到正式认可的",
1076
+ "status_authorized": "授权",
1077
+ "status_pending": "待办的",
1078
+ "status_completed": "完全的",
1079
+ "status_problem": "问题",
1080
+ "status_pending_fraud_review": "待处理欺诈审查",
1081
+ "status_rejected": "拒绝",
1082
+ "status_declined": "拒绝",
1083
+ "status_refunding": "退款",
1084
+ "status_refunded": "已退款",
1085
+ "status_voided": "作废",
1086
+ "status_verified": "已验证",
1087
+ "summary": "{{most_expensive_item.name}}",
1088
+ "summary_plural": "{{most_expensive_item.name}} 和 {{count_minus_one}} 更多的",
1089
+ "summary_payment_method_change": "付款方式变更",
1090
+ "summary_subscription_modification": "订阅修改",
1091
+ "summary_subscription_cancellation": "取消订阅",
1092
+ "source_MIT": "该交易由商户发起",
1093
+ "source_CIT": "此交易由客户发起",
1094
+ "spinner": {
1095
+ "loading_busy": "加载中",
1096
+ "loading_empty": "没有交易",
1097
+ "loading_error": "未知错误"
1098
+ }
1099
+ }
1100
+ }
1101
+ },
1102
+ "spinner": {
1103
+ "refresh": "刷新",
1104
+ "loading_busy": "加载中",
1105
+ "loading_error": "未知错误"
1106
+ }
1107
+ }
1108
+ },
1109
+ "sign-in-form": {
1110
+ "email": "电子邮件",
1111
+ "invalid_credential_error": "错误的邮箱帐号或密码。",
1112
+ "password": "密码",
1113
+ "recover_access": "获取临时密码",
1114
+ "sign_in": "登入",
1115
+ "sign_in_hint": "请输入您的电子邮件和密码",
1116
+ "sign_up": "创建账户",
1117
+ "unknown_error": "发生未知错误。",
1118
+ "v8n_invalid_email": "不合规电邮",
1119
+ "v8n_required": "必需的",
1120
+ "spinner": {
1121
+ "refresh": "刷新",
1122
+ "loading_busy": "加载中",
1123
+ "loading_error": "未知错误"
1124
+ }
1125
+ },
1126
+ "sign-up-form": {
1127
+ "sign_up": "报名",
1128
+ "sign_up_hint": "创建一个帐户以访问门户",
1129
+ "go_back": "回去",
1130
+ "error": {
1131
+ "registration_disabled": "该商店禁止顾客注册。",
1132
+ "verification_failed": "客户端验证失败。",
1133
+ "email_already_used": "该电子邮件已被使用。"
1134
+ },
1135
+ "first-name": {
1136
+ "label": "名",
1137
+ "placeholder": "没有设置",
1138
+ "helper_text": "您的名字,可选。",
1139
+ "v8n_too_long": "我们无法存储超过 50 个字符的名字。"
1140
+ },
1141
+ "last-name": {
1142
+ "label": "姓",
1143
+ "placeholder": "没有设置",
1144
+ "helper_text": "您的姓氏,可选。",
1145
+ "v8n_too_long": "我们无法存储超过 50 个字符的姓氏。"
1146
+ },
1147
+ "email": {
1148
+ "label": "电子邮件",
1149
+ "placeholder": "必需的",
1150
+ "helper_text": "我们将使用此电子邮件作为结帐和客户门户的登录名。",
1151
+ "v8n_too_long": "我们无法存储超过 100 个字符的电子邮件。",
1152
+ "v8n_invalid_email": "该电子邮件无效。",
1153
+ "v8n_required": "请填写此字段。"
1154
+ },
1155
+ "password": {
1156
+ "label": "密码",
1157
+ "placeholder": "必需的",
1158
+ "helper_text": "要为此帐户生成安全的随机密码,请使用 ✨ 按钮。",
1159
+ "v8n_too_long": "请使用不超过 50 个字符的密码。",
1160
+ "v8n_too_weak": "请使用更强的密码。",
1161
+ "v8n_required": "请填写此字段。"
1162
+ },
1163
+ "legal-notice": {
1164
+ "text": "创建帐户即表示您同意我们的服务条款。",
1165
+ "link": "单击此处在新选项卡中打开它们。"
1166
+ },
1167
+ "undo": {
1168
+ "caption": "Undo"
1169
+ },
1170
+ "submit": {
1171
+ "caption": "Save changes"
1172
+ },
1173
+ "create": {
1174
+ "caption": "创建账户"
1175
+ },
1176
+ "spinner": {
1177
+ "refresh": "刷新",
1178
+ "loading_busy": "加载中",
1179
+ "loading_error": "未知错误"
1180
+ }
1181
+ }
1182
+ }