Create shortcuts.ts

main
rjohny55 12 months ago committed by jialin
parent 10e47b8305
commit b9ddf29289

@ -0,0 +1,13 @@
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': 'Создать пользователя'
};
Loading…
Cancel
Save