Files
gpustack-ui/src/locales/zh-CN/common.ts
T
gitlawrandjialin 8d045ffd8b feat(header): add GitHub star button to top bar
Compact pill (GitHub icon | star count) placed left of the version
display. Star count is fetched from the GitHub API once per 24h and
cached in localStorage; the button hides entirely when no count is
available (e.g. air-gapped deployments), matching the existing update-
check graceful-degradation pattern. Fetch is bounded by a 4s abort
timeout to avoid hanging requests offline.
2026-06-10 12:00:35 +08:00

288 lines
12 KiB
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
export default {
'common.button.resetdefault': '恢复默认',
'common.button.perview': '预览',
'common.button.readonly': '只读',
'common.button.editmode': '编辑模式',
'common.button.shortcut': '快捷键',
'common.button.add': '添加',
'common.button.login': '登录',
'common.button.select': '选择',
'common.button.selected': '已选择',
'common.button.continue': '继续',
'common.button.upload': '上传',
'common.button.save': '保存',
'common.button.saverun': '保存并运行',
'common.button.run': '运行',
'common.button.viewcode': '查看代码',
'common.button.copy': '复制',
'common.button.copied': '复制成功',
'common.button.collapse': '折叠',
'common.button.expand': '展开',
'common.button.submit': '提交',
'common.button.approval': '同意',
'common.button.reject': '不同意',
'common.button.more': '更多',
'common.button.discard': '确定放弃',
'common.button.cancel': '取消',
'common.button.search': '查询',
'common.button.clear': '清除',
'common.button.reset': '重置',
'common.button.export': '导出',
'common.button.import': '导入',
'common.button.retry': '重试',
'common.button.apply': '应用',
'common.button.create.now': '立即创建',
'common.button.add.now': '立即添加',
'common.button.refresh': '刷新',
'common.button.enabled': '启用',
'common.button.disabled': '禁用',
'common.button.view': '查看明细',
'common.button.detail': '详情',
'common.button.delete': '删除',
'common.button.create': '新建',
'common.button.clone': '克隆',
'common.button.rollback': '回滚',
'common.button.new': '新建{ text }',
'common.button.upgrade': '升级',
'common.enterprise.feature': 'GPUStack 企业版可用',
'common.input.holder': '请输入',
'common.holder.search': '搜索',
'common.button.edit': '编辑',
'common.button.authorize': '角色授权',
'common.button.confirm': '确定',
'common.button.viewlog': '查看日志',
'common.button.viewevent': '查看事件',
'common.table.operation': '操作',
'common.table.creator': '创建者',
'common.table.createTime': '创建时间',
'common.table.updateTime': '更新时间',
'common.table.description': '描述',
'common.table.displayName': '显示名称',
'common.table.name': '名称',
'common.table.status': '状态',
'common.table.name.list': '{type}名称',
'common.search.name.placeholder': '名称搜索',
'common.search.id.placeholder': 'ID搜索',
'common.table.type': '类型',
'common.table.default': '默认值',
'common.copy.success': '复制成功',
'common.copy.fail': '复制失败',
'common.delete.success': '删除成功',
'common.delete.fail': '删除失败',
'common.edit.success': '编辑成功',
'common.edit.fail': '编辑失败',
'common.message.fail': '失败!',
'common.message.success': '成功!',
'common.delete.tips': '是否确定删除?',
'common.button.close': '关闭',
'common.button.done': '完成',
'common.button.next': '下一步',
'common.button.prev': '上一步',
'common.button.back': '返回',
'common.button.undo': '撤销',
'common.button.discardChange': '放弃',
'common.tips.save': '您有未保存的更改,离开此页面将放弃更改。',
'common.tips.cancel': '您有未保存的更改。确定放弃更改?',
'common.tips.discard': '放弃更改?',
'common.tips.title': '提示:',
'common.input.range.start': '起始值',
'common.input.range.end': '结束值',
'common.footer.version': '版本',
'common.footer.version.title': '版本信息',
'common.footer.version.web': 'UI',
'common.footer.version.server': '服务端',
'common.form.field.optional': '可选',
'common.form.field.input.required': '必填',
'common.form.field.select.required': '必选',
'common.select.option': '全部',
'common.data.unkonwn': '未知',
'common.data.none': '暂无',
'common.action.none': '无',
'common.checkbox.all': '全选',
'common.select.all': '全部{type}',
'common.button.addfile': '添加文件',
'common.logout.msg': '登出成功',
'common.button.logout': '登出',
'common.form.rule.select': '请选择{name}',
'common.form.rule.input': '{name}必填',
'common.form.key': '存在相同的key',
'common.date.utc': 'UTC时间',
'common.date.local': '本地时间',
'common.button.deploy': '部署',
'common.button.logs': '查看日志',
'common.ws.close': '连接已断开,是否重新连接?',
'common.ws.reconnect': '重新连接',
'common.input.key': '键',
'common.input.value': '值',
'common.validate.value': '{name}值必填',
'common.input.type': '类型',
'common.input.visible': '是否可见',
'common.input.description': '描述',
'common.time.day': '天',
'common.chart.filter.holder': '过滤数据项',
'common.chart.filter.tips': '过滤查看更多数据项',
'common.permission.401': '未登录',
'common.permission.403': '抱歉,你无权访问该页面',
'common.permission.404': '抱歉,你访问的页面不存在',
'common.permission.action.post': '新增',
'common.permission.action.get': '查询',
'common.permission.action.delete': '删除',
'common.permission.action.put': '更新',
'common.button.settings': '设置',
'common.button.management': '管理',
'common.title.config': '配置',
'common.cli.download': '客户端下载',
'common.button.download': '下载',
'common.table.sensitive': '是否敏感',
'common.table.createdBy': '执行人',
'common.table.yes': '是',
'common.table.no': '否',
'common.validate.labelName':
'仅包含小写字母数字或"-",以字母数字开头,以字母数字结尾。',
'common.search.nodata': '无匹配数据',
'common.data.empty': '暂无数据',
'common.tips.change': '有未保存的更改!',
'common.copy.notSupport': '您的浏览器不支持剪贴板 API',
'common.title.basicInfo': '基本信息',
'common.help.need': '需要帮助?',
'common.help.eg': '例如: {content}',
'common.filter.label': '筛选',
'common.filter.isrequired.holder': '是否必填',
'common.filter.isrequired.true': '必填',
'common.filter.isrequired.false': '非必填',
'common.filter.attrs': '属性名',
'common.filter.filled.holder': '是否填写',
'common.filter.filled.true': '已填写',
'common.filter.filled.false': '未填写',
'common.environment.development': '开发',
'common.environment.production': '生产',
'common.environment.staging': '预发布',
'common.time.label': '时间',
'common.time.hour': '小时',
'common.time.minute': '分钟',
'common.issue.report': '问题反馈',
'common.github.star.tooltip': '在 GitHub 上 Star 我们',
'common.social.discord': '加入我们的Discord',
'common.table.mark': '备注',
'common.table.rollback.mark': '回滚备注',
'common.button.saveDeploy': '保存并部署',
'common.button.savePreview': '保存并预览',
'common.button.rollbackPreview': '回滚并预览',
'common.button.deployPreview': '部署预览',
'common.button.draft': '保存草稿',
'common.button.stop': '停止',
'common.button.start': '启动',
'common.rule.object.key': '键不能为空',
'common.confirm.title': '确定要{action}吗?',
'common.rule.name': '名称必填',
'common.rule.wordlimit': '最多输入{length}个字符',
'common.docs.link.tips': '查看文档',
'common.docs.link': '这里',
'common.result.nodata.subtitle': '请检查是否已创建',
'common.result.nodata.title': '未找到{type}',
'common.rule.array': '必须为数组格式',
'common.rule.object': '必须为对象格式',
'common.rule.syntaxerror': '输入语法有误',
'common.code.hide.tips': '... 隐藏 {rows} 行,点击展开 ...',
'common.nodata.created': '尚未创建{type}',
'common.nodata.added': '尚未添加{type}',
'common.status.edited': '已编辑',
'common.table.user': '用户',
'common.settings.instructions': '操作指引',
'common.settings.language': '语言',
'common.delete.confirm': '确定删除选中的{type}吗?',
'common.delete.single.confirm':
'确定删除以下内容?\n <span style="font-size: 13px;font-weight: 700">{name}</span>',
'common.stop.confirm': '确定停止选中的{type}吗?',
'common.stop.single.confirm':
'确定停止 <span style="font-size: 13px;font-weight: 700">{name}</span>',
'common.start.confirm': '确定启动选中的{type}吗?',
'common.start.single.confirm':
'确定启动 <span style="font-size: 13px;font-weight: 700">{name}</span>',
'common.filter.name': '名称查询',
'common.form.password': '密码',
'common.form.username': '用户名',
'common.login.rember': '记住我',
'settings.company': '数澈软件',
'common.button.help': '帮助',
'common.button.feedback': '反馈',
'common.button.docs': '文档',
'common.button.version': '版本',
'common.title.delete.confirm': '确认删除',
'common.title.stop.confirm': '确认停止',
'common.title.start.confirm': '确认启动',
'common.title.recreate.confirm': '确认重新创建',
'common.button.addLabel': '添加标签',
'common.button.addSelector': '添加选择器',
'common.button.addParams': '添加参数',
'common.button.vars': '添加变量',
'common.text.variable': '变量',
'common.text.here': '这里',
'common.text.latest': '最新',
'common.text.new': '新',
'common.text.changelog': '更新日志',
'common.button.recreate': '重新创建',
'common.button.delrecreate': '删除(重建)',
'common.options.all': '全部',
'common.options.none': '无',
'common.options.auto': '自动',
'common.search.empty': '未找到匹配结果',
'common.button.downloadLog': '下载日志',
'common.button.faq': '常见问题',
'common.button.moreInfo': '更多信息',
'common.text.warning': '警告',
'common.text.error': '错误',
'common.text.tips': '提示',
'settings.system': '系统设置',
'common.filter.byId': '按 ID 查询',
'common.filter.byCreator': '按创建者筛选',
'common.appearance': '外观',
'common.appearance.dark': '深色',
'common.appearance.light': '浅色',
'common.appearance.system': '跟随系统',
'common.exception.404': '抱歉,你访问的页面不存在',
'common.appearance.darkmode': '深色模式',
'common.appearance.lightmode': '浅色模式',
'common.appearance.tips': '默认跟随系统设置',
'common.button.forgotpassword': '忘记密码?',
'common.appearance.theme': '主题',
'common.page.wentwrong': '哎呀,出了点问题',
'common.page.refresh.tips': '页面似乎需要更新,刷新一下试试吧!',
'common.tips.escape.disable': '请点击「取消」按钮或右上角 X 关闭窗口',
'common.button.clearSelection': '清除选择',
'common.select.count': '已选 {count} 项',
'common.login.auth': '认证中...',
'common.login.auth.failed': '认证失败',
'common.login.password': '使用密码登录',
'common.external.login': '使用 {type} 登录',
'common.sso.noConfig': '该系统未启用单点登录,请联系管理员。',
'common.button.edit.item': '编辑 {name}',
'common.button.copy.item': '复制 {name}',
'common.button.terminal': '终端',
'common.button.addItem': '添加项',
'common.help.default': '默认: {content}',
'common.filter.status': '按状态筛选',
'common.form.rule.selectInput': '请选择或输入{name}',
'common.tag.experimental': '实验性',
'common.title.example': '示例',
'common.button.dontshowagain': '不再提示',
'common.sorter.tips.ascend': '点击升序',
'common.sorter.tips.descend': '点击降序',
'common.sorter.tips.cancel': '取消排序',
'common.button.enable': '启用',
'common.button.disable': '禁用',
'common.status.enabled': '已启用',
'common.status.disabled': '未启用',
'common.button.duplicate': '复制',
'common.option.other': '其它',
'common.file.size.limit': '文件大小不超过{size}。',
'common.file.format.limit': '文件格式不正确,仅支持{formats}。',
'common.image.limit.width': '图片宽度须为{width}。',
'common.image.limit.height': '图片高度须为{height}。',
'common.remaining': '剩余 {count}',
'common.max': '最大 {count}',
'common.max.count': '{label} 数量',
'common.validate.group': '请填写完整的{group}配置',
'common.preferences': '偏好设置'
};