Files
gpustack-ui/src/locales/ru-RU/shortcuts.ts
T
2025-03-04 18:01:29 +08:00

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': 'Создать пользователя'
};