@@ -269,6 +269,7 @@ authorize_application_description=如果您允许,它将能够读取和修改
269
269
authorize_title =授权 %s 访问您的帐户?
270
270
authorization_failed =授权失败
271
271
authorization_failed_desc =授权失败,这是一个无效的请求。请联系尝试授权应用的管理员。
272
+ sspi_auth_failed =SSPI 认证失败
272
273
273
274
[mail]
274
275
activate_account =请激活您的帐户
@@ -302,6 +303,8 @@ CommitChoice=提交选择
302
303
TreeName =文件路径
303
304
Content =内容
304
305
306
+ SSPISeparatorReplacement =分隔符
307
+ SSPIDefaultLanguage =默认语言
305
308
306
309
require_error =不能为空。
307
310
alpha_dash_error =应该只包含字母数字、破折号 (' -' ) 和下划线 (' _' ) 字符。
@@ -317,6 +320,7 @@ glob_pattern_error=`匹配模式无效:%s.`
317
320
unknown_error=未知错误:
318
321
captcha_incorrect=验证码不正确。
319
322
password_not_match=密码不匹配。
323
+ lang_select_error=从列表中选出语言
320
324
321
325
username_been_taken=用户名已被使用。
322
326
repo_name_been_taken=仓库名称已被使用。
@@ -328,6 +332,11 @@ team_no_units_error=至少选择一项仓库单元。
328
332
email_been_used=该电子邮件地址已在使用中。
329
333
openid_been_used=OpenID 地址 ' %s' 已被使用。
330
334
username_password_incorrect=用户名或密码不正确。
335
+ password_complexity=密码未达到复杂程度要求:
336
+ password_lowercase_one=至少一个小写字符
337
+ password_uppercase_one=至少一个大写字符
338
+ password_digit_one=至少一个数字
339
+ password_special_one=至少一个特殊字符(标点符号,括号,引号等)
331
340
enterred_invalid_repo_name=输入的仓库名称不正确
332
341
enterred_invalid_owner_name=新的所有者名称无效。
333
342
enterred_invalid_password=输入的密码不正确
@@ -627,7 +636,12 @@ reactions_more=再加载 %d
627
636
628
637
template.items=模板选项
629
638
template.git_content=Git数据(默认分支)
639
+ template.git_hooks=Git 钩子
640
+ template.git_hooks_tooltip=您目前无法修改或删除曾经添加过的 git 钩子。请仅在您信任模板仓库时选择此项。
641
+ template.webhooks=Web 钩子
630
642
template.topics=主题
643
+ template.avatar=头像
644
+ template.issue_labels=工单标签
631
645
template.one_item=必须至少选择一个模板项
632
646
template.invalid=必须选择一个模板仓库
633
647
@@ -866,6 +880,10 @@ issues.closed_title=已关闭
866
880
issues.num_comments=%d 条评论
867
881
issues.commented_at=`评论于 <a href="#%s">%s</a>`
868
882
issues.delete_comment_confirm=您确定要删除该条评论吗?
883
+ issues.context.copy_link=复制链接
884
+ issues.context.quote_reply=引用回复
885
+ issues.context.edit=编辑
886
+ issues.context.delete=刪除
869
887
issues.no_content=这个人很懒,什么都没留下。
870
888
issues.close_issue=关闭
871
889
issues.close_comment_issue=评论并关闭
@@ -875,6 +893,13 @@ issues.create_comment=评论
875
893
issues.closed_at=`于 <a id="%[1]s" href="#%[1]s">%[2]s</a> 关闭`
876
894
issues.reopened_at=`于 <a id="%[1]s" href="#%[1]s">%[2]s</a> 重新开启`
877
895
issues.commit_ref_at=`在代码提交 <a id="%[1]s" href="#%[1]s">%[2]s</a> 中引用了该工单`
896
+ issues.ref_issue_from=`<a href="%[3]s">引用了这个工单 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
897
+ issues.ref_pull_from=`<a href="%[3]s">引用了此合并请求 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
898
+ issues.ref_closing_from=`<a href="%[3]s">引用了一个合并请求 %[4]s将关闭此问题</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
899
+ issues.ref_reopening_from=`<a href="%[3]s">引用了一个合并请求 %[4]s将重新讨论这个工单</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
900
+ issues.ref_closed_from=`<a href="%[3]s">关闭了这个工单 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
901
+ issues.ref_reopened_from=`<a href="%[3]s">重新打开这个工单 %[4]s</a> <a id="%[1]s" href="#%[1]s">%[2]s</a>`
902
+ issues.ref_from=`来自 %[1]s`
878
903
issues.poster=发布者
879
904
issues.collaborator=协作者
880
905
issues.owner=所有者
@@ -1037,6 +1062,7 @@ pulls.rebase_merge_commit_pull_request=变基合并 (--no-ff)
1037
1062
pulls.squash_merge_pull_request=压缩提交并合并
1038
1063
pulls.invalid_merge_option=你可以在此合并请求中使用合并选项。
1039
1064
pulls.merge_conflict=合并失败:合并时发生冲突:%[1]s<br>[2]<br> 提示:尝试不同的合并策略
1065
+ pulls.rebase_conflict=合并失败:Rebase合并时发生冲突:%[1]s<br>%[2]s<br>%[3]s<br> 提示:尝试不同的合并策略
1040
1066
pulls.unrelated_histories=合并失败:两个分支没有共同历史。提示:尝试不同的策略
1041
1067
pulls.merge_out_of_date=合并失败:在生成合并时,主分支已更新。提示:再试一次。
1042
1068
pulls.open_unmerged_pull_exists=`您不能执行重新打开操作, 因为已经存在相同的合并请求 (#%d)。`
@@ -1579,6 +1605,8 @@ members.invite_now=立即邀请
1579
1605
1580
1606
teams.join=加入团队
1581
1607
teams.leave=离开团队
1608
+ teams.can_create_org_repo=创建仓库
1609
+ teams.can_create_org_repo_helper=成员可以在组织中创建仓库。创建者将自动获得创建的仓库的管理员权限。
1582
1610
teams.read_access=读取权限
1583
1611
teams.read_access_helper=成员可以查看和克隆团队仓库。
1584
1612
teams.write_access=写入权限
@@ -1598,6 +1626,7 @@ teams.delete_team_success=该团队已被删除。
1598
1626
teams.read_permission_desc=该团队拥有对所属仓库的 <strong>读取</strong> 权限,团队成员可以进行查看和克隆等只读操作。
1599
1627
teams.write_permission_desc=该团队拥有对所属仓库的 <strong>读取</strong> 和 <strong>写入</strong> 的权限。
1600
1628
teams.admin_permission_desc=该团队拥有一定的 <strong>管理</strong> 权限,团队成员可以读取、克隆、推送以及添加其它仓库协作者。
1629
+ teams.create_repo_permission_desc=此外,该团队拥有了 <strong>创建仓库</strong> 的权限:成员可以在组织中创建新的仓库。
1601
1630
teams.repositories=团队仓库
1602
1631
teams.search_repo_placeholder=搜索仓库...
1603
1632
teams.remove_all_repos_title=移除所有团队仓库
@@ -1789,6 +1818,16 @@ auths.oauth2_authURL=授权 URL
1789
1818
auths.oauth2_profileURL=Profile URL
1790
1819
auths.oauth2_emailURL=电子邮件 URL
1791
1820
auths.enable_auto_register=允许用户自动注册
1821
+ auths.sspi_auto_create_users=自动创建用户
1822
+ auths.sspi_auto_create_users_helper=允许 SSPI 认证在用户第一次登陆时自动创建新账号
1823
+ auths.sspi_auto_activate_users=自动激活用户
1824
+ auths.sspi_auto_activate_users_helper=允许 SSPI 认证自动激活新用户
1825
+ auths.sspi_strip_domain_names=从用户名中删除域名部分
1826
+ auths.sspi_strip_domain_names_helper=如果选中此项,域名将从登录名中删除(例如,"DOMAIN\u ser"和"[email protected] ",两者都将变成只是“用户”)。
1827
+ auths.sspi_separator_replacement=要使用的分隔符代替\, / 和 @
1828
+ auths.sspi_separator_replacement_helper=用于替换下级登录名称分隔符的字符 (例如) "DOMAIN\u ser") 中的 \ 和用户主名字(如"[email protected] 中的 @ )。
1829
+ auths.sspi_default_language=默认语言
1830
+ auths.sspi_default_language_helper=SSPI 认证方法为用户自动创建的默认语言。如果您想要自动检测到语言,请留空。
1792
1831
auths.tips=帮助提示
1793
1832
auths.tips.oauth2.general=OAuth2 认证
1794
1833
auths.tips.oauth2.general.tip=当注册一个新的 OAuth2 认证,回调/重定向 URL 应该是: <host>/user/oauth2/<Authentication Name>/callback
@@ -1814,6 +1853,7 @@ auths.delete_auth_desc=删除一个认证源将阻止使用它进行登录。确
1814
1853
auths.still_in_used=认证源仍在使用。请先解除或者删除使用此认证源的用户。
1815
1854
auths.deletion_success=认证源已经更新。
1816
1855
auths.login_source_exist=认证源 ' %s' 已经存在。
1856
+ auths.login_source_of_type_exist=此类型的认证源已存在。
1817
1857
1818
1858
config.server_config=服务器配置
1819
1859
config.app_name=站点名称
@@ -1958,6 +1998,9 @@ monitor.process=运行中进程
1958
1998
monitor.desc=进程描述
1959
1999
monitor.start=开始时间
1960
2000
monitor.execute_time=执行时长
2001
+ monitor.process.cancel=中止进程
2002
+ monitor.process.cancel_desc=中止一个进程可能导致数据丢失
2003
+ monitor.process.cancel_notices=中止:<strong>%s</strong> ?
1961
2004
1962
2005
notices.system_notice_list=系统提示管理
1963
2006
notices.view_detail_header=查看提示详情
0 commit comments