zh-TW.ts 2.96 KB
Newer Older
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
export default {
  'BLOCK_NAME.menuMap.basic': '基本設置',
  'BLOCK_NAME.menuMap.security': '安全設置',
  'BLOCK_NAME.menuMap.binding': '賬號綁定',
  'BLOCK_NAME.menuMap.notification': '新消息通知',
  'BLOCK_NAME.basic.avatar': '頭像',
  'BLOCK_NAME.basic.change-avatar': '更換頭像',
  'BLOCK_NAME.basic.email': '郵箱',
  'BLOCK_NAME.basic.email-message': '請輸入您的郵箱!',
  'BLOCK_NAME.basic.nickname': '昵稱',
  'BLOCK_NAME.basic.nickname-message': '請輸入您的昵稱!',
  'BLOCK_NAME.basic.profile': '個人簡介',
  'BLOCK_NAME.basic.profile-message': '請輸入個人簡介!',
  'BLOCK_NAME.basic.profile-placeholder': '個人簡介',
  'BLOCK_NAME.basic.country': '國家/地區',
  'BLOCK_NAME.basic.country-message': '請輸入您的國家或地區!',
  'BLOCK_NAME.basic.geographic': '所在省市',
  'BLOCK_NAME.basic.geographic-message': '請輸入您的所在省市!',
  'BLOCK_NAME.basic.address': '街道地址',
  'BLOCK_NAME.basic.address-message': '請輸入您的街道地址!',
  'BLOCK_NAME.basic.phone': '聯系電話',
  'BLOCK_NAME.basic.phone-message': '請輸入您的聯系電話!',
  'BLOCK_NAME.basic.update': '更新基本信息',
  'BLOCK_NAME.security.strong': '',
  'BLOCK_NAME.security.medium': '',
  'BLOCK_NAME.security.weak': '',
  'BLOCK_NAME.security.password': '賬戶密碼',
  'BLOCK_NAME.security.password-description': '當前密碼強度:',
  'BLOCK_NAME.security.phone': '密保手機',
  'BLOCK_NAME.security.phone-description': '已綁定手機:',
  'BLOCK_NAME.security.question': '密保問題',
  'BLOCK_NAME.security.question-description': '未設置密保問題,密保問題可有效保護賬戶安全',
  'BLOCK_NAME.security.email': '備用郵箱',
  'BLOCK_NAME.security.email-description': '已綁定郵箱:',
  'BLOCK_NAME.security.mfa': 'MFA 設備',
  'BLOCK_NAME.security.mfa-description': '未綁定 MFA 設備,綁定後,可以進行二次確認',
  'BLOCK_NAME.security.modify': '修改',
  'BLOCK_NAME.security.set': '設置',
  'BLOCK_NAME.security.bind': '綁定',
  'BLOCK_NAME.binding.taobao': '綁定淘寶',
  'BLOCK_NAME.binding.taobao-description': '當前未綁定淘寶賬號',
  'BLOCK_NAME.binding.alipay': '綁定支付寶',
  'BLOCK_NAME.binding.alipay-description': '當前未綁定支付寶賬號',
  'BLOCK_NAME.binding.dingding': '綁定釘釘',
  'BLOCK_NAME.binding.dingding-description': '當前未綁定釘釘賬號',
  'BLOCK_NAME.binding.bind': '綁定',
  'BLOCK_NAME.notification.password': '賬戶密碼',
  'BLOCK_NAME.notification.password-description': '其他用戶的消息將以站內信的形式通知',
  'BLOCK_NAME.notification.messages': '系統消息',
  'BLOCK_NAME.notification.messages-description': '系統消息將以站內信的形式通知',
  'BLOCK_NAME.notification.todo': '待辦任務',
  'BLOCK_NAME.notification.todo-description': '待辦任務將以站內信的形式通知',
  'BLOCK_NAME.settings.open': '',
  'BLOCK_NAME.settings.close': '',
};