diff --git a/config/locales/forms/projects_create_form.zh-CN.yml b/config/locales/forms/projects_create_form.zh-CN.yml index e36a0520a..9df1e2d04 100644 --- a/config/locales/forms/projects_create_form.zh-CN.yml +++ b/config/locales/forms/projects_create_form.zh-CN.yml @@ -3,5 +3,5 @@ attributes: projects/create_form: name: 项目名称 - repository_name: 仓库名称 + repository_name: 项目标识 description: 项目简介 \ No newline at end of file diff --git a/config/locales/forms/projects_update_form.zh-CN.yml b/config/locales/forms/projects_update_form.zh-CN.yml index 74804f6af..74bbf8a0a 100644 --- a/config/locales/forms/projects_update_form.zh-CN.yml +++ b/config/locales/forms/projects_update_form.zh-CN.yml @@ -3,6 +3,7 @@ attributes: projects/update_form: name: 项目名称 + identifier: 项目标识 description: 项目简介 project_category_id: 项目类别 project_language_id: 项目语言 \ No newline at end of file