56 lines
3.0 KiB
TypeScript
56 lines
3.0 KiB
TypeScript
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': '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 Cloud Credentials',
|
|
'noresult.credentials.subTitle': 'No cloud 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.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',
|
|
'noresult.benchmark.title': 'No Benchmarks',
|
|
'noresult.benchmark.subTitle': 'No benchmarks have been added yet.',
|
|
'noresult.benchmark.nofound': 'No matching benchmarks found.',
|
|
'noresult.provider.title': 'No Providers',
|
|
'noresult.provider.subTitle': 'No providers have been added yet.',
|
|
'noresult.provider.nofound': 'No matching providers found.',
|
|
'noresult.providers.title': 'No Providers',
|
|
'noresult.providers.subTitle': 'No providers have been added yet.',
|
|
'noresult.providers.nofound': 'No matching providers found.',
|
|
'noresult.routes.title': 'No Routes',
|
|
'noresult.routes.subTitle': 'No routes have been added yet.',
|
|
'noresult.routes.nofound': 'No matching routes found.'
|
|
};
|