From e76b542cd7880e69b7a44cdc2c1163bc0b834bef Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 18 Oct 2022 06:48:09 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 86.1% (180 of 209 strings) Translation: Woodpecker CI/UI Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hans/ --- web/src/assets/locales/zh_Hans.json | 40 +++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/web/src/assets/locales/zh_Hans.json b/web/src/assets/locales/zh_Hans.json index 87363ccde..0a1445ca6 100644 --- a/web/src/assets/locales/zh_Hans.json +++ b/web/src/assets/locales/zh_Hans.json @@ -131,6 +131,46 @@ } }, "not_allowed": "你没有权限访问这个仓库", + "pipeline": { + "actions": { + "cancel": "取消", + "cancel_success": "流水线已被取消", + "canceled": "该步骤已被取消。", + "log_auto_scroll": "自动滚动", + "log_auto_scroll_off": "关闭自动滚动", + "log_download": "下载", + "restart": "重启", + "restart_success": "流水线已重启" + }, + "config": "配置", + "created": "已创建", + "event": { + "cron": "计划任务", + "deploy": "部署", + "push": "推送", + "tag": "标签" + }, + "execution_error": "执行错误", + "exit_code": "退出代码 {exitCode}", + "files": "修改的文件({files})", + "loading": "载入中…", + "log_download_error": "下载日志文件中发生了错误", + "no_files": "没有文件修改。", + "no_pipeline_steps": "没有流水线步骤可用!", + "no_pipelines": "没有流水线曾启动。", + "pipeline": "流水线 #{pipelineId}", + "pipelines_for": "{branch} 分支的流水线", + "protected": { + "approve": "同意", + "approve_success": "流水线已被许可", + "awaits": "该流水线正在等待维护者许可!", + "decline": "拒绝", + "decline_success": "流水线已被拒绝", + "declined": "该流水线已被拒绝!" + }, + "step_not_started": "该步骤还不曾启动过。", + "tasks": "任务" + }, "settings": { "actions": { "actions": "",