mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51: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": {
|
||||
"not_found": "服务器找不到请求的对象"
|
||||
},
|
||||
"info": "信息",
|
||||
"login": "登录",
|
||||
"logout": "退出登录",
|
||||
"not_found": {
|
||||
|
@ -229,6 +230,7 @@
|
|||
"restart_success": "流水线已重启"
|
||||
},
|
||||
"config": "配置",
|
||||
"errors": "错误 ({count})",
|
||||
"event": {
|
||||
"cron": "计划任务",
|
||||
"deploy": "部署",
|
||||
|
@ -257,6 +259,7 @@
|
|||
"declined": "该流水线已被拒绝!",
|
||||
"review": "审查变更"
|
||||
},
|
||||
"show_errors": "显示错误",
|
||||
"status": {
|
||||
"blocked": "已屏蔽",
|
||||
"declined": "已拒绝",
|
||||
|
@ -271,7 +274,9 @@
|
|||
"success": "成功"
|
||||
},
|
||||
"step_not_started": "该步骤尚未启动。",
|
||||
"tasks": "任务"
|
||||
"tasks": "任务",
|
||||
"warnings": "警告 ({count})",
|
||||
"we_got_some_errors": "哦不,我们遇到了一些错误!"
|
||||
},
|
||||
"pull_requests": "合并请求",
|
||||
"settings": {
|
||||
|
@ -432,6 +437,7 @@
|
|||
},
|
||||
"repos": "仓库",
|
||||
"repositories": "仓库",
|
||||
"running_version": "你正在运行 Woodpecker {0}",
|
||||
"search": "查找仓库…",
|
||||
"time": {
|
||||
"days_short": "天",
|
||||
|
@ -443,6 +449,7 @@
|
|||
"weeks_short": "周"
|
||||
},
|
||||
"unknown_error": "发生了未知错误",
|
||||
"update_woodpecker": "请更新你的 Woodpecker 实例到 {0}",
|
||||
"url": "URL",
|
||||
"user": {
|
||||
"access_denied": "你没有登陆的权限",
|
||||
|
@ -463,7 +470,13 @@
|
|||
},
|
||||
"general": {
|
||||
"general": "基本设置",
|
||||
"language": "语言"
|
||||
"language": "语言",
|
||||
"theme": {
|
||||
"auto": "自动",
|
||||
"dark": "暗色",
|
||||
"light": "亮色",
|
||||
"theme": "主题"
|
||||
}
|
||||
},
|
||||
"secrets": {
|
||||
"add": "添加密钥",
|
||||
|
|
Loading…
Reference in a new issue