Update no-result.ts
This commit is contained in:
@@ -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': 'Подходящие модели не найдены.'
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user