mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-22 12:45:46 +08:00
Merge branch 'develop' into dev_trustie_server
This commit is contained in:
7
config/locales/forms/create_issuse_form.zh-CN.yml
Normal file
7
config/locales/forms/create_issuse_form.zh-CN.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
'zh-CN':
|
||||
activemodel:
|
||||
attributes:
|
||||
issues/create_form:
|
||||
subject: 标题
|
||||
issues/update_form:
|
||||
subject: 标题
|
||||
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: 密码
|
||||
@@ -393,7 +393,6 @@ Rails.application.routes.draw do
|
||||
get :files
|
||||
get :detail
|
||||
get :archive
|
||||
get :top_counts
|
||||
get :entries
|
||||
match :sub_entries, :via => [:get, :put]
|
||||
get :commits
|
||||
|
||||
Reference in New Issue
Block a user