You've already forked woodpecker
mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-06-03 16:35:37 +02:00
Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 100.0% (455 of 455 strings) Translation: Woodpecker CI/UI Translate-URL: https://translate.woodpecker-ci.org/projects/woodpecker-ci/ui/zh_Hans/
This commit is contained in:
committed by
Woodpecker translate
parent
87ce945292
commit
b1abd87eab
@@ -123,7 +123,8 @@
|
||||
"add": "添加用户",
|
||||
"admin": {
|
||||
"admin": "管理员",
|
||||
"placeholder": "此用户是管理员"
|
||||
"placeholder": "此用户是管理员",
|
||||
"admin_warning": "由于您的环境配置,该用户拥有管理员权限。如果你在这里撤销权限,该用户下次登录时仍会重新获得管理员权限。"
|
||||
},
|
||||
"avatar_url": "头像链接",
|
||||
"cancel": "取消",
|
||||
@@ -134,7 +135,7 @@
|
||||
"desc": "在此服务器上注册的用户。",
|
||||
"edit_user": "编辑用户",
|
||||
"email": "邮箱",
|
||||
"login": "登录",
|
||||
"login": "用户名",
|
||||
"none": "还没有任何用户。",
|
||||
"save": "保存用户",
|
||||
"saved": "已保存用户",
|
||||
@@ -259,7 +260,9 @@
|
||||
"restart": "重启",
|
||||
"restart_success": "流水线已重启",
|
||||
"log_delete": "删除",
|
||||
"skipped": "此步骤已被跳过。"
|
||||
"skipped": "此步骤已被跳过。",
|
||||
"expand_all": "展开全部",
|
||||
"collapse_all": "收起全部"
|
||||
},
|
||||
"config": "配置",
|
||||
"errors": "错误",
|
||||
@@ -394,10 +397,14 @@
|
||||
"saved": "计划已保存",
|
||||
"schedule": {
|
||||
"placeholder": "计划任务",
|
||||
"title": "计划任务(基于 UTC)"
|
||||
"title": "计划任务"
|
||||
},
|
||||
"show": "显示所有计划",
|
||||
"enabled": "启用"
|
||||
"enabled": "启用",
|
||||
"next_exec_local": "下一次执行时间: {local}",
|
||||
"next_exec_both": "下一次执行时间: {local} ({zoned} {timezone})",
|
||||
"timezone": "时区",
|
||||
"your_timezone": "使用你的当前浏览器时区。"
|
||||
},
|
||||
"general": {
|
||||
"allow_pr": {
|
||||
@@ -411,7 +418,8 @@
|
||||
"general": "项目",
|
||||
"netrc_only_trusted": {
|
||||
"desc": "可获取用于克隆或推送仓库至代码托管平台的 netrc 凭证的插件。",
|
||||
"netrc_only_trusted": "自定义信任的插件"
|
||||
"netrc_only_trusted": "自定义信任的插件",
|
||||
"placeholder": "插件镜像"
|
||||
},
|
||||
"pipeline_path": {
|
||||
"default": "默认: .woodpecker/*.yml -> .woodpecker.yml",
|
||||
@@ -633,7 +641,7 @@
|
||||
"abort": "中止",
|
||||
"cli_login_success": "登录到 CLI 成功",
|
||||
"cli_login_failed": "登录到 CLI 失败",
|
||||
"cli_login_denied": "登录 CLI 被拒绝",
|
||||
"cli_login_denied": "登录到 CLI 时被拒绝",
|
||||
"login_to_cli_description": "点击继续以登录到 CLI。",
|
||||
"return_to_cli": "您现在可以关闭此选项卡并返回 CLI。",
|
||||
"login_with": "使用 {forge} 登录",
|
||||
|
||||
Reference in New Issue
Block a user