|
|
|
@ -690,16 +690,24 @@ repo_desc=仓库描述 |
|
|
|
|
repo_desc_helper=输入简要描述 (可选) |
|
|
|
|
repo_lang=仓库语言 |
|
|
|
|
repo_gitignore_helper=选择 .gitignore 模板。 |
|
|
|
|
repo_gitignore_helper_desc=从常见语言的模板列表中选择忽略跟踪的文件。默认情况下,由开发或构建工具生成的特殊文件都包含在 .gitignore 中。 |
|
|
|
|
issue_labels=工单标签 |
|
|
|
|
issue_labels_helper=选择一个工单标签集 |
|
|
|
|
license=授权许可 |
|
|
|
|
license_helper=选择授权许可文件。 |
|
|
|
|
license_helper_desc=许可证说明了其他人可以和不可以用您的代码做什么。不确定哪一个适合你的项目?见 <a target="_blank" rel="noopener noreferrer" href="%s">选择一个许可证</a> |
|
|
|
|
readme=自述 |
|
|
|
|
readme_helper=选择自述文件模板。 |
|
|
|
|
readme_helper_desc=这是您可以为您的项目撰写完整描述的地方。 |
|
|
|
|
auto_init=初始化存储库 (添加. gitignore、许可证和自述文件) |
|
|
|
|
trust_model_helper=选择签名验证的“信任模型”。可能的选项是: |
|
|
|
|
trust_model_helper_collaborator=协作者:信任协作者的签名 |
|
|
|
|
trust_model_helper_committer=提交者:信任匹配提交者的签名 |
|
|
|
|
trust_model_helper_collaborator_committer=协作者+提交者:信任与提交者匹配的协作者的签名 |
|
|
|
|
trust_model_helper_default=默认:使用此安装的默认信任模型 |
|
|
|
|
create_repo=创建仓库 |
|
|
|
|
default_branch=默认分支 |
|
|
|
|
default_branch_helper=默认分支是用于合并请求和代码提交的基础分支。 |
|
|
|
|
mirror_prune=修剪 |
|
|
|
|
mirror_prune_desc=删除过时的远程跟踪引用 |
|
|
|
|
mirror_interval=镜像间隔 (有效时间单位为 "h"、"m"、"s")。0将禁用自动同步。 |
|
|
|
|