diff --git a/options/locale/locale_en-US.ini b/options/locale/locale_en-US.ini index 98b2a92f0..2f57863e3 100644 --- a/options/locale/locale_en-US.ini +++ b/options/locale/locale_en-US.ini @@ -917,6 +917,9 @@ template.avatar = Avatar template.issue_labels = Issue Labels template.one_item = Must select at least one template item template.invalid = Must select a template repository +template.repo_adress=Adress +template.repo_path=path +template.repo_name=Name archive.title = This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests. archive.issue.nocomment = This repo is archived. You cannot comment on issues. diff --git a/options/locale/locale_zh-CN.ini b/options/locale/locale_zh-CN.ini index 053884c2b..e34092ac9 100755 --- a/options/locale/locale_zh-CN.ini +++ b/options/locale/locale_zh-CN.ini @@ -927,6 +927,9 @@ template.avatar=头像 template.issue_labels=任务标签 template.one_item=必须至少选择一个模板项 template.invalid=必须选择一个模板项目 +template.repo_adress=项目地址 +template.repo_path=项目地址 +template.repo_name=项目名称 archive.title=此项目已存档。您可以查看文件和克隆,但不能推送或创建任务/合并请求。 archive.issue.nocomment=此项目已存档,您不能在此任务添加评论。 diff --git a/templates/repo/create.tmpl b/templates/repo/create.tmpl index 2d89bf661..3e55a24fa 100644 --- a/templates/repo/create.tmpl +++ b/templates/repo/create.tmpl @@ -10,13 +10,13 @@