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_BAME.basic.title': '基礎表單',
'BLOCK_BAME.basic.description':
'表單頁用於向用戶收集或驗證信息,基礎表單常見於數據項較少的表單場景。',
'BLOCK_BAME.email.required': '請輸入郵箱地址!',
'BLOCK_BAME.email.wrong-format': '郵箱地址格式錯誤!',
'BLOCK_BAME.userName.required': '請輸入賬戶!',
'BLOCK_BAME.password.required': '請輸入密碼!',
'BLOCK_BAME.password.twice': '兩次輸入的密碼不匹配!',
'BLOCK_BAME.strength.msg': '請至少輸入 6 個字符。請不要使用容易被猜到的密碼。',
'BLOCK_BAME.strength.strong': '強度:強',
'BLOCK_BAME.strength.medium': '強度:中',
'BLOCK_BAME.strength.short': '強度:太短',
'BLOCK_BAME.confirm-password.required': '請確認密碼!',
'BLOCK_BAME.phone-number.required': '請輸入手機號!',
'BLOCK_BAME.phone-number.wrong-format': '手機號格式錯誤!',
'BLOCK_BAME.verification-code.required': '請輸入驗證碼!',
'BLOCK_BAME.title.required': '請輸入標題',
'BLOCK_BAME.date.required': '請選擇起止日期',
'BLOCK_BAME.goal.required': '請輸入目標描述',
'BLOCK_BAME.standard.required': '請輸入衡量標淮',
'BLOCK_BAME.form.get-captcha': '獲取驗證碼',
'BLOCK_BAME.captcha.second': '秒',
'BLOCK_BAME.form.optional': '(選填)',
'BLOCK_BAME.form.submit': '提交',
'BLOCK_BAME.form.save': '保存',
'BLOCK_BAME.email.placeholder': '郵箱',
'BLOCK_BAME.password.placeholder': '至少6位密碼,區分大小寫',
'BLOCK_BAME.confirm-password.placeholder': '確認密碼',
'BLOCK_BAME.phone-number.placeholder': '手機號',
'BLOCK_BAME.verification-code.placeholder': '驗證碼',
'BLOCK_BAME.title.label': '標題',
'BLOCK_BAME.title.placeholder': '給目標起個名字',
'BLOCK_BAME.date.label': '起止日期',
'BLOCK_BAME.placeholder.start': '開始日期',
'BLOCK_BAME.placeholder.end': '結束日期',
'BLOCK_BAME.goal.label': '目標描述',
'BLOCK_BAME.goal.placeholder': '請輸入妳的階段性工作目標',
'BLOCK_BAME.standard.label': '衡量標淮',
'BLOCK_BAME.standard.placeholder': '請輸入衡量標淮',
'BLOCK_BAME.client.label': '客戶',
'BLOCK_BAME.label.tooltip': '目標的服務對象',
'BLOCK_BAME.client.placeholder': '請描述妳服務的客戶,內部客戶直接 @姓名/工號',
'BLOCK_BAME.invites.label': '邀評人',
'BLOCK_BAME.invites.placeholder': '請直接 @姓名/工號,最多可邀請 5 人',
'BLOCK_BAME.weight.label': '權重',
'BLOCK_BAME.weight.placeholder': '請輸入',
'BLOCK_BAME.public.label': '目標公開',
'BLOCK_BAME.label.help': '客戶、邀評人默認被分享',
'BLOCK_BAME.radio.public': '公開',
'BLOCK_BAME.radio.partially-public': '部分公開',
'BLOCK_BAME.radio.private': '不公開',
'BLOCK_BAME.publicUsers.placeholder': '公開給',
'BLOCK_BAME.option.A': '同事甲',
'BLOCK_BAME.option.B': '同事乙',
'BLOCK_BAME.option.C': '同事丙',
};