14 lines
830 B
TypeScript
14 lines
830 B
TypeScript
export default {
|
|
'shortcuts.search.placeholder': 'Поиск сочетаний клавиш',
|
|
'shortcuts.title': 'Сочетания клавиш',
|
|
'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': 'Создать пользователя'
|
|
};
|