Skip to content

Commit

Permalink
Add some Simplified Chinese translation
Browse files Browse the repository at this point in the history
  • Loading branch information
kid0809 authored and tekton-robot committed Jan 4, 2022
1 parent ec1baf5 commit 8d46ce4
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions src/nls/messages_zh-Hans.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"carbon.table.row.expand": "展开行",
"carbon.table.row.select": "选择行",
"carbon.table.row.unselect": "取消选择行",
"dashboard.about.description": "",
"dashboard.about.documentation": "",
"dashboard.about.environmentDetails": "",
"dashboard.about.description": "Tekton 是一个强大且灵活的开源框架,用于创建 CI/CD 系统,允许开发人员通过云平台和本地构建、测试和部署系统。",
"dashboard.about.documentation": "文档",
"dashboard.about.environmentDetails": "环境详情",
"dashboard.about.error": "获取数据时发生错误",
"dashboard.about.isReadOnly": "只读",
"dashboard.about.logoutURL": "登出 URL",
Expand All @@ -26,7 +26,7 @@
"dashboard.about.true": "True",
"dashboard.about.version": "版本",
"dashboard.actions.createButton": "创建",
"dashboard.actions.createRunButton": "",
"dashboard.actions.createRunButton": "创建 {kind}",
"dashboard.actions.deleteButton": "删除",
"dashboard.app.loadingConfigError": "配置加载时发生错误",
"dashboard.cancelPipelineRun.actionText": "停止",
Expand Down Expand Up @@ -57,12 +57,12 @@
"dashboard.createPipelineResource.urlError": "URL 是必须的",
"dashboard.createPipelineResource.urlLabel": "URL",
"dashboard.createPipelineRun.createError": "创建 PipelineRun 时失败",
"dashboard.createPipelineRun.disabled": "",
"dashboard.createPipelineRun.enabled": "",
"dashboard.createPipelineRun.disabled": "禁用",
"dashboard.createPipelineRun.enabled": "启用",
"dashboard.createPipelineRun.errorLoading": "检索 Pipeline 信息时失败",
"dashboard.createPipelineRun.invalidPipeline": "Pipeline 不能为空",
"dashboard.createPipelineRun.serviceAccountHelperText": "确保所选的 ServiceAccount(如果没有选择,则为默认值)具有创建 PipelineRun 和与 PipelineRun 交互的任何其他权限。",
"dashboard.createPipelineRun.status.pending": "",
"dashboard.createPipelineRun.status.pending": "创建处于暂挂状态的 PipelineRun",
"dashboard.createPipelineRun.timeoutHelperText": "PipelineRun 的超时(分钟)",
"dashboard.createPipelineRun.title": "创建 PipelineRun",
"dashboard.createRun.invalidNamespace": "Namespace 不能为空",
Expand Down Expand Up @@ -120,9 +120,9 @@
"dashboard.importResources.repo.helperText": "要应用的 YAML 定义的位置(支持Git URL)",
"dashboard.importResources.repo.invalidText": "请输入一个有效的 Git URL",
"dashboard.importResources.repo.labelText": "仓库 URL",
"dashboard.importResources.revision.helperText": "",
"dashboard.importResources.revision.labelText": "",
"dashboard.importResources.revision.placeholder": "",
"dashboard.importResources.revision.helperText": "修改要克隆的git仓库的Revision(分支、标签、提交 SHA 或 ref)。 留空以使用默认分支。",
"dashboard.importResources.revision.labelText": "Revision (可选)",
"dashboard.importResources.revision.placeholder": "输入 Revision",
"dashboard.importResources.serviceAccount.helperText": "应用资源的 PipelineRun 将在其下运行的 ServiceAccount(来自上述 Namespace)。确保所选的 ServiceAccount(如果没有选择,则为默认值)具有创建 PipelineRun 和其他任何 PipelineRun 交互的权限,包括 Git 仓库中的任何 Tekton 资源。",
"dashboard.importResources.targetNamespace.helperText": "创建资源的 Namespace",
"dashboard.importResources.targetNamespace.titleText": "目标 Namespace",
Expand All @@ -137,7 +137,7 @@
"dashboard.labelFilter.invalidLength": "过滤器的格式必须是 labelKey:labelValue,并包含少于 64 个字符。",
"dashboard.labelFilter.searchPlaceholder": "输入一个格式为 labelKey:labelValue 的标签过滤器",
"dashboard.labelFilter.syntaxMessage": "请参阅 Kubernetes 标签文档了解有效的语法。",
"dashboard.lastUpdated": "",
"dashboard.lastUpdated": "最后更新于 {time}",
"dashboard.list.menu.tooltip": "操作",
"dashboard.loading": "加载中",
"dashboard.loading.config": "加载配置中",
Expand All @@ -150,7 +150,7 @@
"dashboard.logs.restore": "",
"dashboard.logs.scrollToBottom": "滚动到日志末尾",
"dashboard.logs.scrollToTop": "滚动到日志开头",
"dashboard.logs.showTimestamps.label": "",
"dashboard.logs.showTimestamps.label": "显示日志时间戳",
"dashboard.metadata.dateCreated": "创建日期:",
"dashboard.metadata.labels": "标签:",
"dashboard.metadata.namespace": "Namespace:",
Expand All @@ -161,8 +161,8 @@
"dashboard.namespacesDropdown.empty": "未找到 Namespace",
"dashboard.namespacesDropdown.invalidText": "请选择一个 Namespace",
"dashboard.namespacesDropdown.label": "选择 Namespace",
"dashboard.notFound.description": "",
"dashboard.notFound.title": "",
"dashboard.notFound.description": "我们找不到您要查找的页面,但以下是一些有用的链接:",
"dashboard.notFound.title": "糟糕,找不到页面",
"dashboard.notification.clear": "清除通知",
"dashboard.parameters.title": "参数",
"dashboard.pipelineResource.fieldName": "字段名称",
Expand All @@ -183,16 +183,16 @@
"dashboard.pipelineRun.notFound": "未找到 PipelineRun",
"dashboard.pipelineRun.pipelineTaskName.retry": "{pipelineTaskName}(重试 {retryNumber, number})",
"dashboard.pipelineRun.stepCompleted": "步骤已完成",
"dashboard.pipelineRun.stepCompleted.withError": "",
"dashboard.pipelineRun.stepCompleted.withError": "步骤已完成,退出代码为 {exitCode}",
"dashboard.pipelineRun.stepFailed": "步骤失败",
"dashboard.pipelineRuns.error": "加载 PipelineRun 时出错",
"dashboard.pipelines.errorLoading": "加载 Pipelines 时出错",
"dashboard.pipelinesDropdown.empty.allNamespaces": "未找到 Pipelines",
"dashboard.pipelinesDropdown.empty.selectedNamespace": "在Namespace ''{namespace}'' 中未找到 Pipelines",
"dashboard.pipelinesDropdown.label": "选择 Pipeline",
"dashboard.pod.events": "",
"dashboard.pod.resource": "",
"dashboard.pod.resource.empty": "",
"dashboard.pod.events": "事件",
"dashboard.pod.resource": "资源",
"dashboard.pod.resource.empty": "等待pod资源",
"dashboard.rerun.actionText": "重新运行",
"dashboard.rerun.button": "重新运行",
"dashboard.rerun.error": "重新运行 {runName} 时发生错误:检查 Dashboard 日志以了解详情。状态代码:{statusCode}",
Expand All @@ -211,7 +211,7 @@
"dashboard.serviceAccountsDropdown.empty.allNamespaces": "未找到 ServiceAccount",
"dashboard.serviceAccountsDropdown.empty.selectedNamespace": "在 Namespace ''{namespace}'' 中未找到 ServiceAccount",
"dashboard.serviceAccountsDropdown.label": "选择 ServiceAccount",
"dashboard.settings.title": "",
"dashboard.settings.title": "设置",
"dashboard.sideNav.kubernetesResources": "Kubernetes 资源",
"dashboard.sideNav.tektonResources": "Tekton 资源",
"dashboard.skipToContent": "跳转到主要内容",
Expand All @@ -237,7 +237,7 @@
"dashboard.taskRun.errorLoading": "加载 TaskRun 时失败",
"dashboard.taskRun.logs": "日志",
"dashboard.taskRun.params": "参数",
"dashboard.taskRun.resources": "",
"dashboard.taskRun.resources": "资源",
"dashboard.taskRun.results": "结果",
"dashboard.taskRun.status": "状态",
"dashboard.taskRun.status.cancelled": "已取消",
Expand All @@ -246,7 +246,7 @@
"dashboard.taskRun.status.pending": "暂挂中",
"dashboard.taskRun.status.running": "运行中",
"dashboard.taskRun.status.succeeded": "已完成",
"dashboard.taskRun.status.succeeded.warning": "",
"dashboard.taskRun.status.succeeded.warning": "已完成,退出代码 {exitCode}",
"dashboard.taskRun.status.waiting": "等待中",
"dashboard.taskRun.unavailable": "TaskRun 不可用",
"dashboard.taskRunParams.name": "名称",
Expand All @@ -256,12 +256,12 @@
"dashboard.tasksDropdown.empty.allNamespaces": "未找到 Task",
"dashboard.tasksDropdown.empty.selectedNamespace": "在 Namespace ''{namespace}'' 中未找到 Task",
"dashboard.tasksDropdown.label": "选择 Task",
"dashboard.theme.dark": "",
"dashboard.theme.label": "",
"dashboard.theme.light": "",
"dashboard.theme.system": "",
"dashboard.toggle.off": "",
"dashboard.toggle.on": "",
"dashboard.theme.dark": "暗色",
"dashboard.theme.label": "主题",
"dashboard.theme.light": "亮色",
"dashboard.theme.system": "跟随系统",
"dashboard.toggle.off": "",
"dashboard.toggle.on": "",
"dashboard.tooltipDropdown.empty": "未找到项目",
"dashboard.trigger.noHeaders": "未找到该 Interceptor 的 header。",
"dashboard.trigger.noOverlays": "未找到该 Interceptor 的 overlay。",
Expand Down

0 comments on commit 8d46ce4

Please sign in to comment.