@@ -68,6 +68,10 @@ pull_requests=合并请求
68
68
issues =工单管理
69
69
70
70
cancel =取消
71
+ add =添加
72
+ add_all =添加所有
73
+ remove =移除
74
+ remove_all =移除所有
71
75
72
76
write =撰写
73
77
preview =预览
@@ -577,6 +581,11 @@ email_notifications.submit=邮件通知设置
577
581
owner=拥有者
578
582
repo_name=仓库名称
579
583
repo_name_helper=好的存储库名称使用简短、深刻和独特的关键字。
584
+ repo_size=仓库大小
585
+ template=模板
586
+ template_select=选择模板
587
+ template_helper=设置仓库为模板仓库
588
+ template_description=模板仓库让用户通过拷贝目录结构,文件和可选设置来生成仓库。
580
589
visibility=可见性
581
590
visibility_description=只有组织所有人或拥有权利的组织成员才能看到。
582
591
visibility_helper=将仓库设为私有
@@ -586,6 +595,9 @@ clone_helper=不知道如何克隆?查看<a target="_blank" rel="noopener nore
586
595
fork_repo=派生仓库
587
596
fork_from=派生自
588
597
fork_visibility_helper=无法更改派生仓库的可见性。
598
+ use_template=使用此模板
599
+ generate_repo=生成仓库
600
+ generate_from=生成自
589
601
repo_desc=仓库描述
590
602
repo_lang=仓库语言
591
603
repo_gitignore_helper=选择 .gitignore 模板。
@@ -613,6 +625,11 @@ forks=派生仓库
613
625
pick_reaction=选择你的表情
614
626
reactions_more=再加载 %d
615
627
628
+ template.items=模板选项
629
+ template.git_content=Git数据(默认分支)
630
+ template.topics=主题
631
+ template.one_item=必须至少选择一个模板项
632
+ template.invalid=必须选择一个模板仓库
616
633
617
634
archive.title=此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。
618
635
archive.issue.nocomment=此仓库已存档,您不能在此工单添加评论。
@@ -648,6 +665,7 @@ migrate.migrating_failed=从 <b>%s</b> 迁移失败。
648
665
649
666
mirror_from=镜像自地址
650
667
forked_from=派生自
668
+ generated_from=生成自
651
669
fork_from_self=无法派生已经拥有的仓库!
652
670
fork_guest_user=登录并 派生 这个仓库。
653
671
copy_link=复制链接
@@ -742,6 +760,7 @@ editor.no_changes_to_show=没有可以显示的变更。
742
760
editor.fail_to_update_file=更新/创建文件 ' %s' 时发生错误:%v
743
761
editor.add_subdir=添加目录
744
762
editor.unable_to_upload_files=上传文件至 ' %s' 时发生错误:%v
763
+ editor.upload_file_is_locked=文件%s被 %s 锁定。
745
764
editor.upload_files_to_dir=上传文件至 ' %s'
746
765
editor.cannot_commit_to_protected_branch=不可以提交到受保护的分支 ' %s' 。
747
766
@@ -1021,6 +1040,10 @@ pulls.rebase_merge_pull_request=变基并合并
1021
1040
pulls.rebase_merge_commit_pull_request=变基合并 (--no-ff)
1022
1041
pulls.squash_merge_pull_request=压缩提交并合并
1023
1042
pulls.invalid_merge_option=你可以在此合并请求中使用合并选项。
1043
+ pulls.merge_conflict=合并失败:合并时发生冲突:%[1]s<br>[2]<br> 提示:尝试不同的合并策略
1044
+ pulls.rebase_conflict=合并失败:Rebase合并时发生冲突:%[1]s<br>[2]<br> 提示:尝试不同的合并策略
1045
+ pulls.unrelated_histories=合并失败:两个分支没有共同历史。提示:尝试不同的策略
1046
+ pulls.merge_out_of_date=合并失败:在生成合并时,主分支已更新。提示:再试一次。
1024
1047
pulls.open_unmerged_pull_exists=`您不能执行重新打开操作, 因为已经存在相同的合并请求 (#%d)。`
1025
1048
pulls.status_checking=一些检测仍在等待运行
1026
1049
pulls.status_checks_success=所有检测均成功
@@ -1089,6 +1112,9 @@ activity.period.daily=1 天
1089
1112
activity.period.halfweekly=3 天
1090
1113
activity.period.weekly=1周
1091
1114
activity.period.monthly=1 个月
1115
+ activity.period.quarterly=3个月
1116
+ activity.period.semiyearly=6 个月
1117
+ activity.period.yearly=1年
1092
1118
activity.overview=概览
1093
1119
activity.active_prs_count_1=<strong>%d</strong> 合并请求
1094
1120
activity.active_prs_count_n=<strong>%d</strong> 合并请求
@@ -1511,6 +1537,7 @@ team_name=团队名称
1511
1537
team_desc=团队描述
1512
1538
team_name_helper=团队名字应该简单明了。
1513
1539
team_desc_helper=描述团队的目的或作用。
1540
+ team_access_desc=仓库权限
1514
1541
team_permission_desc=权限
1515
1542
team_unit_desc=允许访问仓库单元
1516
1543
@@ -1578,10 +1605,21 @@ teams.write_permission_desc=该团队拥有对所属仓库的 <strong>读取</st
1578
1605
teams.admin_permission_desc=该团队拥有一定的 <strong>管理</strong> 权限,团队成员可以读取、克隆、推送以及添加其它仓库协作者。
1579
1606
teams.repositories=团队仓库
1580
1607
teams.search_repo_placeholder=搜索仓库...
1608
+ teams.remove_all_repos_title=移除所有团队仓库
1609
+ teams.remove_all_repos_desc=这将从团队中移除所有仓库。
1610
+ teams.add_all_repos_title=添加所有仓库
1611
+ teams.add_all_repos_desc=这将把组织的所有仓库添加到团队。
1581
1612
teams.add_nonexistent_repo=您尝试添加到团队的仓库不存在,请先创建仓库!
1582
1613
teams.add_duplicate_users=用户已经是团队成员。
1583
1614
teams.repos.none=此团队无法访问任何仓库。
1584
1615
teams.members.none=团队中没有成员。
1616
+ teams.specific_repositories=指定仓库
1617
+ teams.specific_repositories_helper=团队成员将只能访问添加到团队的仓库。 选择此项 <strong>将不会</strong> 自动删除已经添加的仓库。
1618
+ teams.all_repositories=所有仓库
1619
+ teams.all_repositories_helper=团队可以访问所有仓库。选择此选项将 <strong>添加所有现有的</strong> 仓库到指定团队。
1620
+ teams.all_repositories_read_permission_desc=此团队授予<strong>读取</strong><strong>所有仓库</strong>的访问权限: 成员可以查看和克隆仓库。
1621
+ teams.all_repositories_write_permission_desc=此团队授予<strong>修改</strong><strong>所有仓库</strong>的访问权限: 成员可以查看和推送至仓库。
1622
+ teams.all_repositories_admin_permission_desc=该团队拥有 <strong>管理</strong> <strong>所有仓库</strong>的权限:团队成员可以读取、克隆、推送以及添加其它仓库协作者。
1585
1623
1586
1624
[admin]
1587
1625
dashboard=管理面板
@@ -1674,6 +1712,7 @@ users.auth_login_name=认证登录名称
1674
1712
users.password_helper=保持密码为空将不更改密码。
1675
1713
users.update_profile_success=该帐户已被更新。
1676
1714
users.edit_account=编辑帐号
1715
+ users.max_repo_creation=最大仓库数
1677
1716
users.max_repo_creation_desc=(设置为 -1 表示使用全局默认值)
1678
1717
users.is_activated=该用户已被激活
1679
1718
users.prohibit_login=禁用登录
0 commit comments