zh-TW.js
4.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
export default {
'BLOCK_NAME.login.userName': '賬戶',
'BLOCK_NAME.login.password': '密碼',
'BLOCK_NAME.login.message-invalid-credentials': '賬戶或密碼錯誤(admin/ant.design)',
'BLOCK_NAME.login.message-invalid-verification-code': '驗證碼錯誤',
'BLOCK_NAME.login.tab-login-credentials': '賬戶密碼登錄',
'BLOCK_NAME.login.tab-login-mobile': '手機號登錄',
'BLOCK_NAME.login.remember-me': '自動登錄',
'BLOCK_NAME.login.forgot-password': '忘記密碼',
'BLOCK_NAME.login.sign-in-with': '其他登錄方式',
'BLOCK_NAME.login.signup': '註冊賬戶',
'BLOCK_NAME.login.login': '登錄',
'BLOCK_NAME.register.register': '註冊',
'BLOCK_NAME.register.get-verification-code': '獲取驗證碼',
'BLOCK_NAME.register.sign-in': '使用已有賬戶登錄',
'BLOCK_NAME.register-result.msg': '妳的賬戶:{email} 註冊成功',
'BLOCK_NAME.register-result.activation-email':
'激活郵件已發送到妳的郵箱中,郵件有效期為24小時。請及時登錄郵箱,點擊郵件中的鏈接激活帳戶。',
'BLOCK_NAME.register-result.back-home': '返回首頁',
'BLOCK_NAME.register-result.view-mailbox': '查看郵箱',
'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': '同事丙',
'BLOCK_NAME.navBar.lang': '語言',
};