mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-20 19:55:56 +08:00
ADD valiate
* ADD 项目验证信息 * ADD 组织验证信息 * ADD 团队验证信息 * FIX 处理找不到贡献者的bug * FIX 处理同步镜像项目导航设置功能的bug
This commit is contained in:
9
config/locales/forms/organizations_create_form.zh-CN.yml
Normal file
9
config/locales/forms/organizations_create_form.zh-CN.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
'zh-CN':
|
||||
activemodel:
|
||||
attributes:
|
||||
organizations/create_form:
|
||||
name: 组织账号
|
||||
nickname: 组织名称
|
||||
location: 组织所在地区
|
||||
description: 组织简介
|
||||
visibility: 组织可见性
|
||||
@@ -0,0 +1,7 @@
|
||||
'zh-CN':
|
||||
activemodel:
|
||||
attributes:
|
||||
organizations/create_team_form:
|
||||
name: 团队标识
|
||||
nickname: 团队名称
|
||||
description: 团队描述
|
||||
7
config/locales/forms/projects_create_form.zh-CN.yml
Normal file
7
config/locales/forms/projects_create_form.zh-CN.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
'zh-CN':
|
||||
activemodel:
|
||||
attributes:
|
||||
projects/create_form:
|
||||
name: 项目名称
|
||||
repository_name: 仓库名称
|
||||
description: 项目简介
|
||||
8
config/locales/forms/projects_update_form.zh-CN.yml
Normal file
8
config/locales/forms/projects_update_form.zh-CN.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
'zh-CN':
|
||||
activemodel:
|
||||
attributes:
|
||||
projects/update_form:
|
||||
name: 项目名称
|
||||
description: 项目简介
|
||||
project_category_id: 项目类别
|
||||
project_language_id: 项目语言
|
||||
6
config/locales/forms/users_login_form.zh-CN.yml
Normal file
6
config/locales/forms/users_login_form.zh-CN.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
'zh-CN':
|
||||
activemodel:
|
||||
attributes:
|
||||
users/login_form:
|
||||
login: 用户名
|
||||
password: 密码
|
||||
Reference in New Issue
Block a user