dashboard-nanobot/frontend/src/i18n/image-factory.zh-cn.ts

24 lines
1.1 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

export const imageFactoryZhCn = {
fetchFail: '获取镜像列表失败,请检查后端。',
registerFail: '镜像注册失败',
deleteFail: '删除失败',
deleteConfirm: (tag: string) => `确认删除该镜像登记?\n${tag}\n\n仅删除数据库登记不会删除 Docker 本地镜像。`,
registeredTitle: '已有基础镜像(数据库登记)',
registeredDesc: '创建向导只允许使用 READY 的已登记镜像。',
refreshing: '刷新中...',
refresh: '刷新',
partialLoadFail: (detail: string) => `部分数据加载失败: ${detail}`,
registeredCount: '登记总数',
abnormal: '异常状态',
action: '操作',
deleting: '删除中...',
deleteRegistry: '删除登记',
noRegistered: '数据库暂无登记镜像。',
dockerTitle: '可登记镜像Docker 本地)',
dockerDesc: '系统不再扫描 engines仅从 docker images 获取并手工登记。',
dockerTip: '建议手工构建后再登记: docker build -f Dashboard.Dockerfile.manual -t nanobot-base:v0.1.4 .',
update: '更新登记',
register: '加入数据库',
noDocker: '本地没有 nanobot-base:* 镜像,请先手工构建。',
};