Skip to content

Commit 6d105fa

Browse files
committed
i18n
1 parent 31d6d63 commit 6d105fa

File tree

1 file changed

+17
-0
lines changed
  • examples/app-crm/src/translations

1 file changed

+17
-0
lines changed

examples/app-crm/src/translations/zh-CN.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,23 @@ export const zhCN: TranslationData = {
6464
owner: { label: '联系人负责人' },
6565
description: { label: '描述' },
6666
is_primary: { label: '主要联系人' },
67+
reports_to: { label: '直属上级', help: '直属上级/主管' },
68+
mailing_street: { label: '邮寄地址' },
69+
mailing_city: { label: '邮寄城市' },
70+
mailing_state: { label: '邮寄省份' },
71+
mailing_postal_code: { label: '邮政编码' },
72+
mailing_country: { label: '邮寄国家' },
73+
birthdate: { label: '生日' },
74+
lead_source: {
75+
label: '线索来源',
76+
options: {
77+
web: '网站', referral: '推荐', event: '活动',
78+
partner: '合作伙伴', advertisement: '广告',
79+
},
80+
},
81+
do_not_call: { label: '禁止致电' },
82+
email_opt_out: { label: '拒绝邮件' },
83+
avatar: { label: '头像' },
6784
},
6885
},
6986

0 commit comments

Comments
 (0)