mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-29 21:31:02 +00:00
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (360 of 360 strings) Co-authored-by: yeziruo <i@yeziruo.com> Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hans/ Translation: Woodpecker CI/UI
This commit is contained in:
parent
7b423ff710
commit
78060dad0a
1 changed files with 15 additions and 2 deletions
|
@ -142,6 +142,7 @@
|
||||||
"errors": {
|
"errors": {
|
||||||
"not_found": "服务器找不到请求的对象"
|
"not_found": "服务器找不到请求的对象"
|
||||||
},
|
},
|
||||||
|
"info": "信息",
|
||||||
"login": "登录",
|
"login": "登录",
|
||||||
"logout": "退出登录",
|
"logout": "退出登录",
|
||||||
"not_found": {
|
"not_found": {
|
||||||
|
@ -229,6 +230,7 @@
|
||||||
"restart_success": "流水线已重启"
|
"restart_success": "流水线已重启"
|
||||||
},
|
},
|
||||||
"config": "配置",
|
"config": "配置",
|
||||||
|
"errors": "错误 ({count})",
|
||||||
"event": {
|
"event": {
|
||||||
"cron": "计划任务",
|
"cron": "计划任务",
|
||||||
"deploy": "部署",
|
"deploy": "部署",
|
||||||
|
@ -257,6 +259,7 @@
|
||||||
"declined": "该流水线已被拒绝!",
|
"declined": "该流水线已被拒绝!",
|
||||||
"review": "审查变更"
|
"review": "审查变更"
|
||||||
},
|
},
|
||||||
|
"show_errors": "显示错误",
|
||||||
"status": {
|
"status": {
|
||||||
"blocked": "已屏蔽",
|
"blocked": "已屏蔽",
|
||||||
"declined": "已拒绝",
|
"declined": "已拒绝",
|
||||||
|
@ -271,7 +274,9 @@
|
||||||
"success": "成功"
|
"success": "成功"
|
||||||
},
|
},
|
||||||
"step_not_started": "该步骤尚未启动。",
|
"step_not_started": "该步骤尚未启动。",
|
||||||
"tasks": "任务"
|
"tasks": "任务",
|
||||||
|
"warnings": "警告 ({count})",
|
||||||
|
"we_got_some_errors": "哦不,我们遇到了一些错误!"
|
||||||
},
|
},
|
||||||
"pull_requests": "合并请求",
|
"pull_requests": "合并请求",
|
||||||
"settings": {
|
"settings": {
|
||||||
|
@ -432,6 +437,7 @@
|
||||||
},
|
},
|
||||||
"repos": "仓库",
|
"repos": "仓库",
|
||||||
"repositories": "仓库",
|
"repositories": "仓库",
|
||||||
|
"running_version": "你正在运行 Woodpecker {0}",
|
||||||
"search": "查找仓库…",
|
"search": "查找仓库…",
|
||||||
"time": {
|
"time": {
|
||||||
"days_short": "天",
|
"days_short": "天",
|
||||||
|
@ -443,6 +449,7 @@
|
||||||
"weeks_short": "周"
|
"weeks_short": "周"
|
||||||
},
|
},
|
||||||
"unknown_error": "发生了未知错误",
|
"unknown_error": "发生了未知错误",
|
||||||
|
"update_woodpecker": "请更新你的 Woodpecker 实例到 {0}",
|
||||||
"url": "URL",
|
"url": "URL",
|
||||||
"user": {
|
"user": {
|
||||||
"access_denied": "你没有登陆的权限",
|
"access_denied": "你没有登陆的权限",
|
||||||
|
@ -463,7 +470,13 @@
|
||||||
},
|
},
|
||||||
"general": {
|
"general": {
|
||||||
"general": "基本设置",
|
"general": "基本设置",
|
||||||
"language": "语言"
|
"language": "语言",
|
||||||
|
"theme": {
|
||||||
|
"auto": "自动",
|
||||||
|
"dark": "暗色",
|
||||||
|
"light": "亮色",
|
||||||
|
"theme": "主题"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"secrets": {
|
"secrets": {
|
||||||
"add": "添加密钥",
|
"add": "添加密钥",
|
||||||
|
|
Loading…
Reference in a new issue