menu.ts 254 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
export default {
愚道's avatar
愚道 committed
2 3 4
  'menu.welcome': '歡迎',
  'menu.more-blocks': '更多區塊',

陈帅's avatar
陈帅 committed
5 6 7 8 9
  'menu.account.center': '個人中心',
  'menu.account.settings': '個人設置',
  'menu.account.trigger': '觸發報錯',
  'menu.account.logout': '退出登錄',
};