chore: add english comment
This commit is contained in:
@@ -5,6 +5,7 @@ import menu from './en-US/menu';
|
||||
import models from './en-US/models';
|
||||
import playground from './en-US/playground';
|
||||
import resources from './en-US/resources';
|
||||
import shortcuts from './en-US/shortcuts';
|
||||
import usage from './en-US/usage';
|
||||
import users from './en-US/users';
|
||||
|
||||
@@ -17,5 +18,6 @@ export default {
|
||||
...apikeys,
|
||||
...users,
|
||||
...dashboard,
|
||||
...usage
|
||||
...usage,
|
||||
...shortcuts
|
||||
};
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
export default {
|
||||
'shortcuts.search.placeholder': 'Search keybindings',
|
||||
'shortcuts.title': 'Keyboard shortcuts',
|
||||
'shortcuts.playground.newmessage': 'New message',
|
||||
'shortcuts.playground.clearmessage': 'Clear messages',
|
||||
'shortcuts.playground.toggleparams': 'Collapse/Expand parameters',
|
||||
'shortcuts.models.newmodelHF': 'Deploy Hugging Face model',
|
||||
'shortcuts.models.newmodelLM': 'Deploy Ollama model',
|
||||
'shortcuts.models.search': 'Search models from Hugging Face',
|
||||
'shortcuts.resources.addworker': 'Add worker',
|
||||
'shortcuts.apikeys.new': 'New API key',
|
||||
'shortcuts.users.new': 'New user'
|
||||
};
|
||||
@@ -5,6 +5,7 @@ import menu from './zh-CN/menu';
|
||||
import models from './zh-CN/models';
|
||||
import playground from './zh-CN/playground';
|
||||
import resources from './zh-CN/resources';
|
||||
import shortcuts from './zh-CN/shortcuts';
|
||||
import usage from './zh-CN/usage';
|
||||
import users from './zh-CN/users';
|
||||
|
||||
@@ -17,5 +18,6 @@ export default {
|
||||
...apikeys,
|
||||
...users,
|
||||
...dashboard,
|
||||
...usage
|
||||
...usage,
|
||||
...shortcuts
|
||||
};
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
// keyborad shortcuts
|
||||
export default {
|
||||
'shortcuts.title': '快捷键',
|
||||
'shortcuts.search.placeholder': '搜索快捷键',
|
||||
'shortcuts.playground.newmessage': '新建消息',
|
||||
'shortcuts.playground.clearmessage': '清空消息',
|
||||
'shortcuts.playground.toggleparams': '收起/展开参数',
|
||||
'shortcuts.models.newmodelHF': '部署 Hugging Face 模型',
|
||||
'shortcuts.models.newmodelLM': '部署 Ollama 模型',
|
||||
'shortcuts.models.search': '从 Hugging Face 搜索模型',
|
||||
'shortcuts.resources.addworker': '添加节点',
|
||||
'shortcuts.apikeys.new': '新建 API 密钥',
|
||||
'shortcuts.users.new': '新建用户'
|
||||
};
|
||||
Reference in New Issue
Block a user