52 lines
3.6 KiB
TypeScript
52 lines
3.6 KiB
TypeScript
export default {
|
|
'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': 'Подходящие модели не найдены.',
|
|
'noresult.resources.cluster':
|
|
'No clusters available. Add a cluster to get started.',
|
|
'noresult.resources.worker':
|
|
'No workers available. Add a worker to get started.',
|
|
'noresult.resources.gotocluster': 'Create Your First Cluster',
|
|
'noresult.resources.gotoworker': 'Add Worker'
|
|
};
|
|
|
|
// ========== To-Do: Translate Keys (Remove After Translation) ==========
|
|
// 1. 'noresult.resources.cluster': 'No clusters available. Add a cluster to get started.',
|
|
// 2. 'noresult.resources.worker': 'No workers available. Add a worker to get started.',
|
|
// 3. 'noresult.resources.gotocluster': 'Create Your First Cluster',
|
|
// 4. 'noresult.resources.gotoworker': 'Add Worker'
|
|
// ========================================================================
|