mirror of
https://github.com/tencentmusic/supersonic.git
synced 2026-04-30 04:54:25 +08:00
first commit
This commit is contained in:
14
webapp/packages/supersonic-fe/src/locales/zh-CN/menu.ts
Normal file
14
webapp/packages/supersonic-fe/src/locales/zh-CN/menu.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
export default {
|
||||
'menu.welcome': '欢迎',
|
||||
'menu.result': '结果页',
|
||||
'menu.result.success': '成功页',
|
||||
'menu.result.fail': '失败页',
|
||||
'menu.exception': '异常页',
|
||||
'menu.exception.not-permission': '403',
|
||||
'menu.exception.not-find': '404',
|
||||
'menu.exception.server-error': '500',
|
||||
'menu.semanticModel': '语义建模',
|
||||
'menu.chatSetting': '问答设置',
|
||||
'menu.login': '登录',
|
||||
'menu.chat': '问答对话',
|
||||
};
|
||||
Reference in New Issue
Block a user