zh-TW.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': '同事丙',
};