From 0238431b96a6a1b1bab10f7b8ef5bfe193660ce3 Mon Sep 17 00:00:00 2001 From: EVGENY M <168018528+rjohny55@users.noreply.github.com> Date: Tue, 21 Oct 2025 02:24:08 +0600 Subject: [PATCH] Update no-result.ts --- src/locales/ru-RU/no-result.ts | 69 +++++++++++++++++----------------- 1 file changed, 34 insertions(+), 35 deletions(-) diff --git a/src/locales/ru-RU/no-result.ts b/src/locales/ru-RU/no-result.ts index 208dfc27..9d58c267 100644 --- a/src/locales/ru-RU/no-result.ts +++ b/src/locales/ru-RU/no-result.ts @@ -1,37 +1,36 @@ export default { - 'noresult.button.add': 'Add Now', - 'noresult.mymodels.title': 'No Accessible Models', - 'noresult.mymodels.subTitle': 'Please contact the administrator for access.', - 'noresult.mymodels.nofound': 'No matching models found', - 'noresult.deployments.title': 'No Deployed Models', - 'noresult.deployments.subTitle': - 'You have not deployed any models yet. Click the button below to get started.', - 'noresult.gpus.title': 'No GPU Devices Detected', - 'noresult.gpus.subTitle': 'Please check if the Worker status is READY.', - 'noresult.gpus.nofound': 'No matching GPU devices found.', - 'noresult.workers.title': 'No Workers', - 'noresult.workers.subTitle': 'No workers found in any clusters.', - 'noresult.workers.nofound': 'No matching workers found.', - 'noresult.workers.button.add': 'Go to Add Worker', - 'noresult.modelfiles.title': 'No Model Files', - 'noresult.modelfiles.subTitle': 'No model files have been added yet.', - 'noresult.modelfiles.nofound': 'No matching model files found.', - 'noresult.backend.title': 'No Inference Backends', - 'noresult.backend.subTitle': 'No inference backends have been added yet.', - 'noresult.backend.nofound': 'No matching inference backends found.', - 'noresult.cluster.title': 'No Clusters', - 'noresult.cluster.subTitle': 'No clusters have been added yet.', - 'noresult.cluster.nofound': 'No matching clusters found.', - 'noresult.credentials.title': 'No Credentials', - 'noresult.credentials.subTitle': 'No credentials have been added yet.', - 'noresult.credentials.nofound': 'No matching credentials found.', - 'noresult.users.title': 'No Users', - 'noresult.users.subTitle': 'No users have been added yet.', - 'noresult.users.nofound': 'No matching users found.', - 'noresult.keys.title': 'No API Keys', - 'noresult.keys.subTitle': 'No API keys have been added yet.', - 'noresult.keys.nofound': 'No matching API keys found.', - 'noresult.catalog.title': 'No Models', - 'noresult.catalog.subTitle': 'No models have been configured yet.', - 'noresult.catalog.nofound': 'No matching models found.' + 'noresult.button.add': 'Добавить сейчас', + 'noresult.mymodels.title': 'Нет доступных моделей', + 'noresult.mymodels.subTitle': 'Обратитесь к администратору для получения доступа.', + 'noresult.mymodels.nofound': 'Подходящие модели не найдены', + 'noresult.deployments.title': 'Нет развернутых моделей', + 'noresult.deployments.subTitle': 'Вы еще не развернули ни одной модели. Нажмите кнопку ниже, чтобы начать.', + 'noresult.gpus.title': 'GPU устройства не обнаружены', + 'noresult.gpus.subTitle': 'Проверьте, что статус Worker READY.', + 'noresult.gpus.nofound': 'Подходящие GPU устройства не найдены.', + 'noresult.workers.title': 'Нет воркеров', + 'noresult.workers.subTitle': 'Воркеры не найдены ни в одном кластере.', + 'noresult.workers.nofound': 'Подходящие воркеры не найдены.', + 'noresult.workers.button.add': 'Перейти к добавлению воркера', + 'noresult.modelfiles.title': 'Нет файлов моделей', + 'noresult.modelfiles.subTitle': 'Файлы моделей еще не добавлены.', + 'noresult.modelfiles.nofound': 'Подходящие файлы моделей не найдены.', + 'noresult.backend.title': 'Нет бэкендов вывода', + 'noresult.backend.subTitle': 'Бэкенды вывода еще не добавлены.', + 'noresult.backend.nofound': 'Подходящие бэкенды вывода не найдены.', + 'noresult.cluster.title': 'Нет кластеров', + 'noresult.cluster.subTitle': 'Кластеры еще не добавлены.', + 'noresult.cluster.nofound': 'Подходящие кластеры не найдены.', + 'noresult.credentials.title': 'Нет учетных данных', + 'noresult.credentials.subTitle': 'Учетные данные еще не добавлены.', + 'noresult.credentials.nofound': 'Подходящие учетные данные не найдены.', + 'noresult.users.title': 'Нет пользователей', + 'noresult.users.subTitle': 'Пользователи еще не добавлены.', + 'noresult.users.nofound': 'Подходящие пользователи не найдены.', + 'noresult.keys.title': 'Нет API-ключей', + 'noresult.keys.subTitle': 'API-ключи еще не добавлены.', + 'noresult.keys.nofound': 'Подходящие API-ключи не найдены.', + 'noresult.catalog.title': 'Нет моделей', + 'noresult.catalog.subTitle': 'Модели еще не настроены.', + 'noresult.catalog.nofound': 'Подходящие модели не найдены.' };