chore: add english comment
This commit is contained in:
@@ -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