zh-CN.js
3.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
export default {
'BLOCK_NAME.basic.title': '基础表单',
'BLOCK_NAME.basic.description':
'表单页用于向用户收集或验证信息,基础表单常见于数据项较少的表单场景。',
'BLOCK_NAME.email.required': '请输入邮箱地址!',
'BLOCK_NAME.email.wrong-format': '邮箱地址格式错误!',
'BLOCK_NAME.userName.required': '请输入用户名!',
'BLOCK_NAME.password.required': '请输入密码!',
'BLOCK_NAME.password.twice': '两次输入的密码不匹配!',
'BLOCK_NAME.strength.msg': '请至少输入 6 个字符。请不要使用容易被猜到的密码。',
'BLOCK_NAME.strength.strong': '强度:强',
'BLOCK_NAME.strength.medium': '强度:中',
'BLOCK_NAME.strength.short': '强度:太短',
'BLOCK_NAME.confirm-password.required': '请确认密码!',
'BLOCK_NAME.phone-number.required': '请输入手机号!',
'BLOCK_NAME.phone-number.wrong-format': '手机号格式错误!',
'BLOCK_NAME.verification-code.required': '请输入验证码!',
'BLOCK_NAME.title.required': '请输入标题',
'BLOCK_NAME.date.required': '请选择起止日期',
'BLOCK_NAME.goal.required': '请输入目标描述',
'BLOCK_NAME.standard.required': '请输入衡量标准',
'BLOCK_NAME.form.get-captcha': '获取验证码',
'BLOCK_NAME.captcha.second': '秒',
'BLOCK_NAME.form.optional': '(选填)',
'BLOCK_NAME.form.submit': '提交',
'BLOCK_NAME.form.save': '保存',
'BLOCK_NAME.email.placeholder': '邮箱',
'BLOCK_NAME.password.placeholder': '至少6位密码,区分大小写',
'BLOCK_NAME.confirm-password.placeholder': '确认密码',
'BLOCK_NAME.phone-number.placeholder': '手机号',
'BLOCK_NAME.verification-code.placeholder': '验证码',
'BLOCK_NAME.title.label': '标题',
'BLOCK_NAME.title.placeholder': '给目标起个名字',
'BLOCK_NAME.date.label': '起止日期',
'BLOCK_NAME.placeholder.start': '开始日期',
'BLOCK_NAME.placeholder.end': '结束日期',
'BLOCK_NAME.goal.label': '目标描述',
'BLOCK_NAME.goal.placeholder': '请输入你的阶段性工作目标',
'BLOCK_NAME.standard.label': '衡量标准',
'BLOCK_NAME.standard.placeholder': '请输入衡量标准',
'BLOCK_NAME.client.label': '客户',
'BLOCK_NAME.label.tooltip': '目标的服务对象',
'BLOCK_NAME.client.placeholder': '请描述你服务的客户,内部客户直接 @姓名/工号',
'BLOCK_NAME.invites.label': '邀评人',
'BLOCK_NAME.invites.placeholder': '请直接 @姓名/工号,最多可邀请 5 人',
'BLOCK_NAME.weight.label': '权重',
'BLOCK_NAME.weight.placeholder': '请输入',
'BLOCK_NAME.public.label': '目标公开',
'BLOCK_NAME.label.help': '客户、邀评人默认被分享',
'BLOCK_NAME.radio.public': '公开',
'BLOCK_NAME.radio.partially-public': '部分公开',
'BLOCK_NAME.radio.private': '不公开',
'BLOCK_NAME.publicUsers.placeholder': '公开给',
'BLOCK_NAME.option.A': '同事甲',
'BLOCK_NAME.option.B': '同事乙',
'BLOCK_NAME.option.C': '同事丙',
};