Files
gpustack-ui/src/locales/zh-CN/shortcuts.ts
T
2024-08-28 14:51:20 +08:00

15 lines
620 B
TypeScript

// 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': '新建用户'
};