Skip to content

Commit b1bb700

Browse files
committed
[skip ci] Updated translations via Crowdin
1 parent 3d5d2fa commit b1bb700

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

options/locale/locale_zh-CN.ini

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ send_reset_mail=发送账户恢复邮件
219219
reset_password=账户恢复
220220
invalid_code=此确认密钥无效或已过期。
221221
reset_password_helper=恢复账户
222+
reset_password_wrong_user=您已作为 %s 登录,无法使用链接恢复 %s 的账户。
222223
password_too_short=密码长度不能少于 %d 位。
223224
non_local_account=非本地帐户不能通过 Gitea 的 web 界面更改密码。
224225
verify=验证
@@ -241,6 +242,7 @@ openid_connect_desc=所选的 OpenID URI 未知。在这里关联一个新帐户
241242
openid_register_title=创建新帐户
242243
openid_register_desc=所选的 OpenID URI 未知。在这里关联一个新帐户。
243244
openid_signin_desc=输入您的 OpenID URI。例如: https://anne.me、bob.openid.org.cn 或 gnusocial.net/carry。
245+
disable_forgot_password_mail=帐户恢复功能已被禁用。请与网站管理员联系。
244246
email_domain_blacklisted=您不能使用您的电子邮件地址注册。
245247
authorize_application=应用授权
246248
authroize_redirect_notice=如果您授权此应用,您将会被重定向到 %s。
@@ -499,8 +501,11 @@ oauth2_application_create_description=OAuth2 应用允许您的第三方应用
499501
oauth2_application_remove_description=删除 OAuth2 应用会阻止它访问此实例中的授权用户帐户。继续吗?
500502
501503
authorized_oauth2_applications=已授权的 OAuth2 应用
504+
authorized_oauth2_applications_description=您已授予这些第三方应用访问您个人 Gitea 账户的权限。请对不再需要的应用撤销授权。
502505
revoke_key=撤销
503506
revoke_oauth2_grant=撤回权限
507+
revoke_oauth2_grant_description=确定撤销此三方应用程序的授权,并阻止此应用程序访问您的数据?
508+
revoke_oauth2_grant_success=您已成功撤销授权
504509
505510
twofa_desc=两步验证可以加强你的账号安全性。
506511
twofa_is_enrolled=你的账号<strong>已启用</strong>了两步验证。
@@ -570,7 +575,9 @@ mirror_prune_desc=删除过时的远程跟踪引用
570575
mirror_interval=镜像间隔 (有效时间单位为 "h"、"m"、"s")。0将禁用自动同步。
571576
mirror_interval_invalid=镜像间隔无效。
572577
mirror_address=从URL克隆
578+
mirror_address_desc=在 URL 中包括任何必需的授权凭据。这些 URL 必须进行编码。
573579
mirror_address_url_invalid=URL无效。请检查您所输入的URL是否正确。
580+
mirror_address_protocol_invalid=提供的 url 无效。只能从 http(s):// 或 git:// 位置进行镜像。
574581
mirror_last_synced=上次同步
575582
watchers=关注者
576583
stargazers=称赞者
@@ -643,6 +650,8 @@ video_not_supported_in_browser=您的浏览器不支持使用 HTML5 'video' 标
643650
audio_not_supported_in_browser=您的浏览器不支持使用 HTML5 'video' 标签。
644651
stored_lfs=存储到Git LFS
645652
commit_graph=提交图
653+
blame=Blame视图
654+
normal_view=普通视图
646655
647656
editor.new_file=新建文件
648657
editor.upload_file=上传文件
@@ -661,6 +670,7 @@ editor.filename_help=通过键入名称后跟斜线 ("/") 来添加目录。通
661670
editor.or=或
662671
editor.cancel_lower=取消
663672
editor.commit_changes=提交变更
673+
editor.add_tmpl=添加 '<filename>'
664674
editor.add=添加 '%s'
665675
editor.update=更新 '%s'
666676
editor.delete=删除 '%s'
@@ -670,11 +680,14 @@ editor.create_new_branch=为此提交创建一个 <strong>新的分支</strong>
670680
editor.new_branch_name_desc=新的分支名称...
671681
editor.cancel=取消
672682
editor.filename_cannot_be_empty=文件名不能为空。
683+
editor.filename_is_invalid=文件名无效:'%s'
684+
editor.branch_does_not_exist=此仓库中不存在名为 '%s' 的分支。
673685
editor.branch_already_exists=此仓库已存在名为 '%s' 的分支。
674686
editor.directory_is_a_file='%s' 已经作为文件名在此仓库中存在。
675687
editor.file_is_a_symlink='%s' 是一个符号链接,无法在线编辑。
676688
editor.filename_is_a_directory='%s' 已经作为目录名在此仓库中存在。
677689
editor.file_editing_no_longer_exists=正在编辑的文件 '%s' 已不存在。
690+
editor.file_deleting_no_longer_exists=仓库中不存在将被删除的文件‘%s’。
678691
editor.file_changed_while_editing=文件内容在您进行编辑时已经发生变动。<a target="_blank" rel="noopener noreferrer" href="%s">单击此处</a> 查看变动的具体内容,或者 <strong>再次提交</strong> 覆盖已发生的变动。
679692
editor.file_already_exists=此仓库已经存在名为 '%s' 的文件。
680693
editor.no_changes_to_show=没有可以显示的变更。
@@ -686,7 +699,9 @@ editor.cannot_commit_to_protected_branch=不可以提交到受保护的分支 '%
686699
687700
commits.desc=浏览代码修改历史
688701
commits.commits=次代码提交
702+
commits.no_commits=没有共同的提交。'%s''%s' 的历史完全不同。
689703
commits.search=搜索提交历史
704+
commits.search.tooltip=可以指定前缀关键词 "author:"、"committer:"、"after:"、"before:",例如 "revert author:Alice before:2019-04-01"。
690705
commits.find=搜索
691706
commits.search_all=所有分支
692707
commits.author=作者
@@ -772,8 +787,10 @@ issues.action_assignee=指派人筛选
772787
issues.action_assignee_no_select=未指派
773788
issues.opened_by=由 <a href="%[2]s">%[3]s</a> 于 %[1]s创建
774789
pulls.merged_by=由 <a href="%[2]s">%[3]s</a> 于 %[1]s 合并
790+
pulls.merged_by_fake=由 %[2]s 于 %[1]s 合并
775791
issues.closed_by=由 <a href="%[2]s">%[3]s</a> 关闭于 %[1]s
776792
issues.opened_by_fake=由 %[2]s 于 %[1]s创建
793+
issues.closed_by_fake=由 %[2]s 于 %[1]s 关闭
777794
issues.previous=上一页
778795
issues.next=下一页
779796
issues.open_title=开启中
@@ -1195,6 +1212,8 @@ settings.slack_domain=域名
11951212
settings.slack_channel=频道
11961213
settings.add_discord_hook_desc=将 <a href="%s">Discord</a> 集成到您的仓库中。
11971214
settings.add_dingtalk_hook_desc=将 <a href="%s">Dingtalk</a> 集成到您的仓库中。
1215+
settings.add_telegram_hook_desc=将 <a href="%s">Telegram</a> 集成到您的仓库中。
1216+
settings.add_msteams_hook_desc=将 <a href="%s">Microsoft Teams</a> 集成到您的仓库中。
11981217
settings.deploy_keys=管理部署密钥
11991218
settings.add_deploy_key=添加部署密钥
12001219
settings.deploy_key_desc=部署密钥具有对仓库的只读拉取权限。
@@ -1242,6 +1261,8 @@ settings.choose_branch=选择一个分支...
12421261
settings.no_protected_branch=没有受保护的分支
12431262
settings.edit_protected_branch=编辑
12441263
settings.protected_branch_required_approvals_min=所需的审批数不能为负数。
1264+
settings.bot_token=Bot 令牌
1265+
settings.chat_id=聊天 ID
12451266
settings.archive.button=归档仓库
12461267
settings.archive.header=归档此仓库
12471268
settings.archive.text=归档后仓库将只有只读权限,并在仪表盘中被隐藏。你将不能再对其建立提交、创建工单或建立合并请求。
@@ -1677,6 +1698,7 @@ config.mail_notify=启用邮件通知
16771698
config.disable_key_size_check=禁用密钥最小长度检查
16781699
config.enable_captcha=启用登录验证码
16791700
config.active_code_lives=激活用户链接有效期
1701+
config.reset_password_code_lives=恢复账户验证码过期时间
16801702
config.default_keep_email_private=默认情况下隐藏电子邮件地址
16811703
config.default_allow_create_organization=默认情况下允许创建组织
16821704
config.enable_timetracking=启用时间跟踪
@@ -1741,6 +1763,9 @@ config.git_gc_timeout=GC 操作超时
17411763
17421764
config.log_config=日志配置
17431765
config.log_mode=日志模式
1766+
config.macaron_log_mode=Macaron 日志模式
1767+
config.own_named_logger=命名日志
1768+
config.routes_to_default_logger=路由到默认日志
17441769
config.go_log=使用 Go 日志(重定向至默认记录器)
17451770
config.router_log_mode=路由日志模式
17461771
config.disabled_logger=禁用

0 commit comments

Comments
 (0)