mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-08 15:42:36 +00:00
Translated using Weblate (Chinese (Simplified))
Currently translated at 100.0% (369 of 369 strings) Translation: Woodpecker CI/UI Translate-URL: http://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hans/
This commit is contained in:
parent
326069c983
commit
5de15d84bd
1 changed files with 517 additions and 494 deletions
|
@ -2,8 +2,8 @@
|
|||
"admin": {
|
||||
"settings": {
|
||||
"agents": {
|
||||
"add": "添加代理",
|
||||
"agents": "代理",
|
||||
"add": "添加 Agent",
|
||||
"agents": "Agents",
|
||||
"backend": {
|
||||
"backend": "后端",
|
||||
"badge": "后端"
|
||||
|
@ -11,33 +11,33 @@
|
|||
"capacity": {
|
||||
"badge": "容量",
|
||||
"capacity": "容量",
|
||||
"desc": "该代理并行执行流水线的最大数量。"
|
||||
"desc": "该 Agent 并行执行流水线的最大数量。"
|
||||
},
|
||||
"created": "已创建代理",
|
||||
"delete_agent": "删除代理",
|
||||
"delete_confirm": "你真的要删除该代理吗?删除后它将无法再次连接到此服务器。",
|
||||
"deleted": "已删除代理",
|
||||
"desc": "注册到此服务器的代理",
|
||||
"edit_agent": "编辑代理",
|
||||
"created": "已创建 Agent",
|
||||
"delete_agent": "删除 Agent",
|
||||
"delete_confirm": "你真的要删除该 Agent 吗?删除后它将无法再次连接到此服务器。",
|
||||
"deleted": "已删除 Agent",
|
||||
"desc": "注册到此服务器的 Agents",
|
||||
"edit_agent": "编辑 Agent",
|
||||
"id": "ID",
|
||||
"last_contact": "最后访问",
|
||||
"name": {
|
||||
"name": "名称",
|
||||
"placeholder": "代理名称"
|
||||
"placeholder": "Agent 名称"
|
||||
},
|
||||
"never": "绝不",
|
||||
"no_schedule": {
|
||||
"name": "禁用代理",
|
||||
"placeholder": "阻止代理接受新任务"
|
||||
"name": "禁用 Agent",
|
||||
"placeholder": "阻止 Agent 接受新任务"
|
||||
},
|
||||
"none": "还未添加任何代理。",
|
||||
"none": "还未添加任何 Agents.",
|
||||
"platform": {
|
||||
"badge": "平台",
|
||||
"platform": "平台"
|
||||
},
|
||||
"save": "保存代理",
|
||||
"saved": "已保存代理",
|
||||
"show": "显示代理",
|
||||
"save": "保存 Agent",
|
||||
"saved": "已保存 Agent",
|
||||
"show": "显示 Agents",
|
||||
"token": "Token",
|
||||
"version": "版本"
|
||||
},
|
||||
|
@ -53,8 +53,8 @@
|
|||
"view": "查看组织"
|
||||
},
|
||||
"queue": {
|
||||
"agent": "代理",
|
||||
"desc": "正在等待代理执行的任务",
|
||||
"agent": "agent",
|
||||
"desc": "正在等待 Agents 执行的任务",
|
||||
"pause": "暂停",
|
||||
"paused": "队列已暂停",
|
||||
"queue": "队列",
|
||||
|
@ -192,7 +192,8 @@
|
|||
"desc": "指定传递到流水线中的变量。相同名称的变量会被覆盖。",
|
||||
"name": "变量名",
|
||||
"title": "添加流水线变量",
|
||||
"value": "变量值"
|
||||
"value": "变量值",
|
||||
"delete": "删除变量"
|
||||
}
|
||||
},
|
||||
"enable": {
|
||||
|
@ -212,7 +213,8 @@
|
|||
"desc": "指定要添加在流水线中使用的变量,相同名称的变量将被覆盖。",
|
||||
"name": "变量名称",
|
||||
"title": "添加流水线变量",
|
||||
"value": "变量值"
|
||||
"value": "变量值",
|
||||
"delete": "删除变量"
|
||||
}
|
||||
},
|
||||
"not_allowed": "你没有权限访问这个仓库",
|
||||
|
@ -237,7 +239,8 @@
|
|||
"manual": "手动",
|
||||
"pr": "合并请求",
|
||||
"push": "推送",
|
||||
"tag": "标签"
|
||||
"tag": "标签",
|
||||
"release": "发布"
|
||||
},
|
||||
"exit_code": "退出代码 {exitCode}",
|
||||
"files": "修改的文件({files})",
|
||||
|
@ -442,7 +445,7 @@
|
|||
"time": {
|
||||
"days_short": "天",
|
||||
"hours_short": "小时",
|
||||
"min_short": "分钟",
|
||||
"min_short": "分",
|
||||
"not_started": "还没有运行过",
|
||||
"sec_short": "秒",
|
||||
"template": "YYYY 年 MM 月 D 日 HH:mm z",
|
||||
|
@ -500,9 +503,29 @@
|
|||
"show": "显示所有密钥",
|
||||
"value": "值"
|
||||
},
|
||||
"settings": "用户设置"
|
||||
"settings": "用户设置",
|
||||
"cli_and_api": {
|
||||
"token": "个人访问令牌",
|
||||
"api_usage": "API 使用示例",
|
||||
"cli_usage": "CLI 用法示例",
|
||||
"download_cli": "下载 CLI",
|
||||
"reset_token": "重置令牌",
|
||||
"swagger_ui": "Swagger UI",
|
||||
"desc": "个人访问令牌、CLI 和 API 用法",
|
||||
"cli_and_api": "CLI & API"
|
||||
}
|
||||
}
|
||||
},
|
||||
"username": "用户名",
|
||||
"welcome": "欢迎来到 Woodpecker"
|
||||
"welcome": "欢迎来到 Woodpecker",
|
||||
"empty_list": "找不到 {entity} !",
|
||||
"login_to_cli": "登录到 CLI",
|
||||
"global_level_secret": "全局密钥",
|
||||
"org_level_secret": "组织密钥",
|
||||
"abort": "关于",
|
||||
"cli_login_success": "登录到 CLI 成功",
|
||||
"cli_login_failed": "登录到 CLI 失败",
|
||||
"cli_login_denied": "登录 CLI 被拒绝",
|
||||
"login_to_cli_description": "点击继续以登录到 CLI。",
|
||||
"return_to_cli": "您现在可以关闭此选项卡并返回 CLI。"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue