diff --git a/src/locales/ru-RU/shortcuts.ts b/src/locales/ru-RU/shortcuts.ts new file mode 100644 index 00000000..16e39423 --- /dev/null +++ b/src/locales/ru-RU/shortcuts.ts @@ -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': 'Создать пользователя' +};