14 lines
606 B
TypeScript
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'
|
|
};
|