42 lines
2.3 KiB
TypeScript
42 lines
2.3 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': '请确认节点状态是否正常。',
|
|
'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': '暂无可用集群,请添加集群以开始使用。',
|
|
'noresult.resources.worker': '暂无可用节点,请添加节点以开始使用。',
|
|
'noresult.resources.gotocluster': '创建您的第一个集群',
|
|
'noresult.resources.gotoworker': '添加节点'
|
|
};
|