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

14 lines
606 B
TypeScript

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'
};