menu.ts 253 Bytes
Newer Older
陈帅's avatar
陈帅 committed
1
export default {
愚道's avatar
愚道 committed
2 3
  'menu.welcome': '欢迎',
  'menu.more-blocks': '更多区块',
陈帅's avatar
陈帅 committed
4 5 6 7 8
  'menu.account.center': '个人中心',
  'menu.account.settings': '个人设置',
  'menu.account.trigger': '触发报错',
  'menu.account.logout': '退出登录',
};