Skip to content

Commit 00388ed

Browse files
[INTERNAL] Translation delivery: commit by LX Lab
Change-Id: Iacdbd8c6cb1c01093305a0be81941bafe5919e30
1 parent 309301a commit 00388ed

18 files changed

+3737
-3721
lines changed

Diff for: projects/assets/src/translations/cs/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/de/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/es/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/es_CO/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/fr/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/hi/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/hu/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/id/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/it/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/ja/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/ko/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/pl/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/pt/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/ru/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/zh/common.json

+224-223
Large diffs are not rendered by default.

Diff for: projects/assets/src/translations/zh/myAccount.json

+98-98
Original file line numberDiff line numberDiff line change
@@ -1,116 +1,116 @@
11
{
2-
"closeAccount": {
3-
"confirmAccountClosure": "确认帐户关闭",
4-
"confirmAccountClosureMessage": "是否确定要关闭帐户?",
5-
"closeMyAccount": "关闭我的帐户",
6-
"accountClosedSuccessfully": "帐户已成功关闭",
7-
"accountClosedFailure": "无法关闭帐户"
2+
"closeAccount" : {
3+
"confirmAccountClosure" : "确认帐户关闭",
4+
"confirmAccountClosureMessage" : "是否确定要关闭帐户?",
5+
"closeMyAccount" : "关闭我的帐户",
6+
"accountClosedSuccessfully" : "帐户已成功关闭",
7+
"accountClosedFailure" : "无法关闭帐户"
88
},
9-
"updatePasswordForm": {
10-
"oldPassword": {
11-
"label": "旧密码",
12-
"placeholder": "旧密码"
9+
"updatePasswordForm" : {
10+
"oldPassword" : {
11+
"label" : "旧密码",
12+
"placeholder" : "旧密码"
1313
},
14-
"oldPasswordIsRequired": "需要提供旧密码。",
15-
"newPassword": {
16-
"label": "新密码",
17-
"placeholder": "新密码"
14+
"oldPasswordIsRequired" : "需要提供旧密码。",
15+
"newPassword" : {
16+
"label" : "新密码",
17+
"placeholder" : "新密码"
1818
},
19-
"passwordMinRequirements": "以下是确保密码安全的快速指南:使用至少 8 个字符,且大写和小写字母、数字和符号混合。",
20-
"passwordStrengthRequirements": "以下是确保密码安全的快速指南:使用至少 8 个字符,且大写和小写字母、数字和符号混合。确保不要连续使用相同字符。",
21-
"confirmPassword": {
22-
"label": "确认新密码",
23-
"placeholder": "确认密码"
19+
"passwordMinRequirements" : "以下是确保密码安全的快速指南:使用至少 8 个字符,且大写和小写字母、数字和符号混合。",
20+
"passwordStrengthRequirements" : "以下是确保密码安全的快速指南:使用至少 8 个字符,且大写和小写字母、数字和符号混合。确保不要连续使用相同字符。",
21+
"confirmPassword" : {
22+
"label" : "确认新密码",
23+
"placeholder" : "确认密码"
2424
},
25-
"bothPasswordMustMatch": "两个密码必须一致",
26-
"passwordUpdateSuccess": "密码已成功更新",
27-
"accessDeniedError": "访问遭到拒绝"
25+
"bothPasswordMustMatch" : "两个密码必须一致",
26+
"passwordUpdateSuccess" : "密码已成功更新",
27+
"accessDeniedError" : "访问遭到拒绝"
2828
},
29-
"updateProfileForm": {
30-
"title": "标题",
31-
"none": "",
32-
"firstName": {
33-
"label": "名字",
34-
"placeholder": "名字"
29+
"updateProfileForm" : {
30+
"title" : "标题",
31+
"none" : "",
32+
"firstName" : {
33+
"label" : "名字",
34+
"placeholder" : "名字"
3535
},
36-
"firstNameIsRequired": "名字为必填项。",
37-
"lastName": {
38-
"label": "姓氏",
39-
"placeholder": "姓氏"
36+
"firstNameIsRequired" : "名字为必填项。",
37+
"lastName" : {
38+
"label" : "姓氏",
39+
"placeholder" : "姓氏"
4040
},
41-
"lastNameIsRequired": "姓氏为必填项。",
42-
"profileUpdateSuccess": "个人详细信息已成功更新",
43-
"customerId": "客户 #"
41+
"lastNameIsRequired" : "姓氏为必填项。",
42+
"profileUpdateSuccess" : "个人详细信息已成功更新",
43+
"customerId" : "客户 #"
4444
},
45-
"consentManagementForm": {
46-
"clearAll": "全部清除",
47-
"selectAll": "全选",
48-
"message": {
49-
"success": {
50-
"given": "已成功给予许可。",
51-
"withdrawn": "已成功撤销许可。"
45+
"consentManagementForm" : {
46+
"clearAll" : "全部清除",
47+
"selectAll" : "全选",
48+
"message" : {
49+
"success" : {
50+
"given" : "已成功给予许可。",
51+
"withdrawn" : "已成功撤销许可。"
5252
}
5353
}
5454
},
55-
"myCoupons": {
56-
"noCouponsMessage": "您没有可用的优惠券。",
57-
"effectiveTitle": "生效:",
58-
"Effective": "生效",
59-
"PreSession": "即将生效",
60-
"ExpireSoon": "即将到期",
61-
"readMore": "继续阅读",
62-
"notification": "通知",
63-
"findProducts": "查找产品",
64-
"status": "状态:",
65-
"dialogTitle": "优惠券",
66-
"claimCoupondialogTitle": "Add To Your Coupon List",
67-
"claimCouponCode": {
68-
"label": "优惠券代码",
69-
"placeholder": "Enter the coupon code to claim a coupon"
55+
"myCoupons" : {
56+
"noCouponsMessage" : "您没有可用的优惠券。",
57+
"effectiveTitle" : "生效:",
58+
"Effective" : "生效",
59+
"PreSession" : "即将生效",
60+
"ExpireSoon" : "即将到期",
61+
"readMore" : "继续阅读",
62+
"notification" : "通知",
63+
"findProducts" : "查找产品",
64+
"status" : "状态",
65+
"dialogTitle" : "优惠券",
66+
"claimCoupondialogTitle" : "添加到优惠卷列表",
67+
"claimCouponCode" : {
68+
"label" : "优惠券代码",
69+
"placeholder" : "输入优惠卷代码以领取优惠卷"
7070
},
71-
"reset": "RESET",
72-
"claim": "CLAIM",
73-
"claimCustomerCoupon": "您已成功领取此优惠券.",
74-
"myCoupons": "我的优惠券",
75-
"startDateAsc": "开始日期(升序)",
76-
"startDateDesc": "开始日期(降序)",
77-
"endDateAsc": "结束日期(升序)",
78-
"endDateDesc": "结束日期(降序)",
79-
"sortBy": "排序依据",
80-
"sortCoupons": "对优惠券进行排序",
81-
"notesPreffix": "您可以在 ",
82-
"notesLink": "“通知渠道”",
83-
"notesSuffix": " 页面上设置接收优惠卷通知的首选渠道。"
71+
"reset" : "重置",
72+
"claim" : "领取",
73+
"claimCustomerCoupon" : "您已成功领取此优惠券.",
74+
"myCoupons" : "我的优惠券",
75+
"startDateAsc" : "开始日期(升序)",
76+
"startDateDesc" : "开始日期(降序)",
77+
"endDateAsc" : "结束日期(升序)",
78+
"endDateDesc" : "结束日期(降序)",
79+
"sortBy" : "排序依据",
80+
"sortCoupons" : "对优惠券进行排序",
81+
"notesPreffix" : "您可以在 ",
82+
"notesLink" : "“通知渠道”",
83+
"notesSuffix" : " 页面上设置接收优惠卷通知的首选渠道。"
8484
},
85-
"notificationPreference": {
86-
"message": "选择您的首选通知渠道",
87-
"note": "注意: ",
88-
"noteMessage": "如果您取消激活所有渠道,将无法接收任何进一步的通知。",
89-
"EMAIL": "电子邮件:",
90-
"SMS": "SMS:",
91-
"SITE_MESSAGE": "SiteMessage"
85+
"notificationPreference" : {
86+
"message" : "选择您的首选通知渠道",
87+
"note" : "注意: ",
88+
"noteMessage" : "如果您取消激活所有渠道,将无法接收任何进一步的通知。",
89+
"EMAIL" : "电子邮件:",
90+
"SMS" : "SMS:",
91+
"SITE_MESSAGE" : "SiteMessage"
9292
},
93-
"myInterests": {
94-
"header": "我的关注对象",
95-
"item": "项目",
96-
"price": "价格",
97-
"notifications": "通知",
98-
"noInterests": "您还没有已注册的关注对象",
99-
"inStock": "现货",
100-
"lowStock": "库存不足",
101-
"outOfStock": "缺货",
102-
"BACK_IN_STOCK": "重新到货",
103-
"sortBy": "排序依据",
104-
"sortInterests": "对关注对象进行排序",
105-
"expirationDate": " - 截至 {{ expirationDate }}",
106-
"productId": "标识 {{ code }}",
107-
"remove": "移除",
108-
"sorting": {
109-
"byNameAsc": "名称(升序)",
110-
"byNameDesc": "名称(降序)"
93+
"myInterests" : {
94+
"header" : "我的关注对象",
95+
"item" : "项目",
96+
"price" : "价格",
97+
"notifications" : "通知",
98+
"noInterests" : "您还没有已注册的关注对象",
99+
"inStock" : "现货",
100+
"lowStock" : "库存不足",
101+
"outOfStock" : "缺货",
102+
"BACK_IN_STOCK" : "重新到货",
103+
"sortBy" : "排序依据",
104+
"sortInterests" : "对关注对象进行排序",
105+
"expirationDate" : " - 截至 {{ expirationDate }}",
106+
"productId" : "标识 {{ code }}",
107+
"remove" : "移除",
108+
"sorting" : {
109+
"byNameAsc" : "名称(升序)",
110+
"byNameDesc" : "名称(降序)"
111111
},
112-
"actions": "操作",
113-
"caption": "我的关注对象内容。",
114-
"itemRemoved": "所选项目已移除。"
112+
"actions" : "操作",
113+
"caption" : "我的关注对象内容。",
114+
"itemRemoved" : "所选项目已移除。"
115115
}
116116
}

Diff for: projects/assets/src/translations/zh/payment.json

+55-55
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,63 @@
11
{
2-
"paymentForm": {
3-
"payment": "付款",
4-
"choosePaymentMethod": "选择付款方式",
5-
"paymentType": "付款类型",
6-
"accountHolderName": {
7-
"label": "帐户持有人姓名",
8-
"placeholder": "帐户持有人姓名"
2+
"paymentForm" : {
3+
"payment" : "付款",
4+
"choosePaymentMethod" : "选择付款方式",
5+
"paymentType" : "付款类型",
6+
"accountHolderName" : {
7+
"label" : "帐户持有人姓名",
8+
"placeholder" : "帐户持有人姓名"
99
},
10-
"cardNumber": "卡号",
11-
"expirationDate": "过期日期",
12-
"securityCode": "安全码 (CVV)",
13-
"securityCodeTitle": "卡验证值",
14-
"saveAsDefault": "另存为默认值",
15-
"setAsDefault": "设置为默认付款方式",
16-
"billingAddress": "账单地址",
17-
"editBillingAddress": "Edit billing Address",
18-
"sameAsDeliveryAddress": "与送货地址一致",
19-
"billingAddressSameAsShipping": "账单地址与送货地址一致",
20-
"selectOne": "选择一个...",
21-
"monthMask": "MM",
22-
"yearMask": "YYYY",
23-
"expirationYear": "到期年份 {{ selected }}",
24-
"expirationMonth": "到期月份 {{ selected }}",
25-
"useThisPayment": "使用此付款",
26-
"addNewPayment": "添加新付款",
27-
"paymentAddedSuccessfully": "新付款已成功添加",
28-
"changePayment": "更改付款"
10+
"cardNumber" : "卡号",
11+
"expirationDate" : "过期日期",
12+
"securityCode" : "安全码 (CVV)",
13+
"securityCodeTitle" : "卡验证值",
14+
"saveAsDefault" : "另存为默认值",
15+
"setAsDefault" : "设置为默认付款方式",
16+
"billingAddress" : "账单地址",
17+
"editBillingAddress" : "编辑账单地址",
18+
"sameAsDeliveryAddress" : "与送货地址一致",
19+
"billingAddressSameAsShipping" : "账单地址与送货地址一致",
20+
"selectOne" : "选择一个...",
21+
"monthMask" : "MM",
22+
"yearMask" : "YYYY",
23+
"expirationYear" : "到期年份 {{ selected }}",
24+
"expirationMonth" : "到期月份 {{ selected }}",
25+
"useThisPayment" : "使用此付款",
26+
"addNewPayment" : "添加新付款",
27+
"paymentAddedSuccessfully" : "新付款已成功添加",
28+
"changePayment" : "更改付款"
2929
},
30-
"paymentMethods": {
31-
"paymentMethods": "付款方式",
32-
"paymentMethodSelected": "已选择付款方式",
33-
"newPaymentMethodsAreAddedDuringCheckout": "在结账时添加了新的付款方式。",
34-
"invalidField": "无效字段:{{ field }}"
30+
"paymentMethods" : {
31+
"paymentMethods" : "付款方式",
32+
"paymentMethodSelected" : "已选择付款方式",
33+
"newPaymentMethodsAreAddedDuringCheckout" : "在结账时添加了新的付款方式。",
34+
"invalidField" : "无效字段:{{ field }}"
3535
},
36-
"paymentCard": {
37-
"deleteConfirmation": "是否确定要删除此付款方式?",
38-
"setAsDefault": "设置为默认值",
39-
"expires": "过期:{{ month }}/{{ year }}",
40-
"defaultPaymentMethod": "✓ 默认值",
41-
"defaultPaymentLabel": "默认付款方式",
42-
"additionalPaymentLabel": "其他付款方式 {{ number }}",
43-
"selected": "已选择",
44-
"selectedPayment": "所选付款",
45-
"deletePaymentSuccess": "付款方式已成功删除",
46-
"visa": "Visa 卡",
47-
"master": "Mastercard 卡",
48-
"masterEuro": "Mastercard Eurocard 卡",
49-
"dinersClub": "Diners Club 卡",
50-
"switch": "Switch 卡",
51-
"maestro": "Maestro 卡",
52-
"amex": "American Express 卡",
53-
"credit": "信用卡"
36+
"paymentCard" : {
37+
"deleteConfirmation" : "是否确定要删除此付款方式?",
38+
"setAsDefault" : "设置为默认值",
39+
"expires" : "过期:{{ month }}/{{ year }}",
40+
"defaultPaymentMethod" : "✓ 默认值",
41+
"defaultPaymentLabel" : "默认付款方式",
42+
"additionalPaymentLabel" : "其他付款方式 {{ number }}",
43+
"selected" : "已选择",
44+
"selectedPayment" : "所选付款",
45+
"deletePaymentSuccess" : "付款方式已成功删除",
46+
"visa" : "Visa 卡",
47+
"master" : "Mastercard 卡",
48+
"masterEuro" : "Mastercard Eurocard 卡",
49+
"dinersClub" : "Diners Club 卡",
50+
"switch" : "Switch 卡",
51+
"maestro" : "Maestro 卡",
52+
"amex" : "American Express 卡",
53+
"credit" : "信用卡"
5454
},
55-
"paymentTypes": {
56-
"title": "付款方式",
57-
"paymentType_CARD": "信用卡",
58-
"paymentType_ACCOUNT": "帐户"
55+
"paymentTypes" : {
56+
"title" : "付款方式",
57+
"paymentType_CARD" : "信用卡",
58+
"paymentType_ACCOUNT" : "帐户"
5959
},
60-
"paymentMessages": {
61-
"setAsDefaultSuccessfully": "新付款已成功设置为默认付款"
60+
"paymentMessages" : {
61+
"setAsDefaultSuccessfully" : "新付款已成功设置为默认付款"
6262
}
6363
}

0 commit comments

Comments
 (0)