mirror of https://github.com/msgbyte/tailchat
refactor: 网页面板增加国际化支持
parent
763c060bec
commit
fc04a81d9b
@ -0,0 +1,9 @@
|
|||||||
|
import { localTrans } from '@capital/common';
|
||||||
|
|
||||||
|
export const Translate = {
|
||||||
|
webpanel: localTrans({ 'zh-CN': '网页面板', 'en-US': 'Webview Panel' }),
|
||||||
|
notfound: localTrans({
|
||||||
|
'zh-CN': '加载失败, 面板信息不存在',
|
||||||
|
'en-US': 'Loading failed, panel info does not exist',
|
||||||
|
}),
|
||||||
|
};
|
Loading…
Reference in New Issue