init project

This commit is contained in:
Jasder
2020-03-09 00:40:16 +08:00
commit 2937b2a94d
6549 changed files with 7215173 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
'zh-CN':
activemodel:
attributes:
add_school_apply_form:
name: 名称
province: 省份
city: 城市
address: 详细地址

View File

@@ -0,0 +1,7 @@
'zh-CN':
activemodel:
attributes:
users/apply_authentication_form:
name: 姓名
id_number: 身份证号

View File

@@ -0,0 +1,9 @@
'zh-CN':
activemodel:
attributes:
users/apply_professional_auth_form:
school_id: 学校/单位
department_id: 学院/部门
identity: 职业
extra: 职称/学号

View File

@@ -0,0 +1,15 @@
'zh-CN':
activemodel:
attributes:
apply_shixun_mirror_form:
language: 语言
runtime: 系统环境
run_method: 测试代码运行方式
attachment_id: 测试代码附件
errors:
models:
apply_shixun_mirror_form:
attributes:
attachment_id:
attachment_not_exist: 不存在

View File

@@ -0,0 +1,15 @@
'zh-CN':
activemodel:
attributes:
users/apply_trail_form:
user: ''
phone: 手机号
code: 验证码
reason: 申请原因
errors:
models:
users/apply_trail_form:
attributes:
user:
already_trial: 已经处于试用状态了

View File

@@ -0,0 +1,6 @@
'zh-CN':
activemodel:
attributes:
users/bind_email_form:
email: 邮箱
code: 验证码

View File

@@ -0,0 +1,6 @@
'zh-CN':
activemodel:
attributes:
users/bind_phone_form:
phone: 手机号
code: 验证码

View File

@@ -0,0 +1,25 @@
'zh-CN':
activemodel:
models:
ecs/create_course_achievement_methods_form: 评价方法
attributes:
ecs/create_course_achievement_methods_form:
course_achievement_methods: 评价方法
ecs/create_course_achievement_methods_form/sub_form:
course_evaluation_id: 考核方式
course_evaluation_subitem_ids: 考核方式分项
score: 支撑总分值
percentage: 评价占比
errors:
models:
ecs/create_course_achievement_methods_form:
attributes:
course_achievement_methods:
percentage_error: 评价占比总和必须在0~100范围内
ecs/create_course_achievement_methods_form/sub_form:
attributes:
course_evaluation_id:
record_not_exist: 不存在
course_evaluation_subitem_ids:
record_not_exist: 不存在

View File

@@ -0,0 +1,17 @@
'zh-CN':
activemodel:
models:
ecs/save_course_evaluation_form: 考核方式
attributes:
ecs/save_course_evaluation_form:
name: 名称
evaluation_count: 考核次数
status: 支撑方式
course_evaluation_subitems: 考核分项
errors:
models:
ecs/save_course_evaluation_form:
attributes:
course_evaluation_subitems:
name_blank: 名称不能为空

View File

@@ -0,0 +1,15 @@
'zh-CN':
activemodel:
models:
ecs/save_graduation_course_support_form: ''
attributes:
ecs/save_graduation_course_support_form:
course_supports: ''
errors:
models:
ecs/save_graduation_course_support_form:
attributes:
course_supports:
weights_too_big: 权重之和不能大于1
not_unique: 支撑课程不能重复

View File

@@ -0,0 +1,12 @@
'zh-CN':
activemodel:
attributes:
libraries/save_form:
title: 标题
content: 描述
author_name: 作者名称
author_school_name: 作者单位
cover_id: 封面
publish: ''
attachment_ids: 附件
tag_ids: 标签

View File

@@ -0,0 +1,8 @@
'zh-CN':
activemodel:
attributes:
competitions/save_prize_team_account_form:
bank: '开户行'
second_bank: '支行'
card_no: '卡号'

View File

@@ -0,0 +1,13 @@
'zh-CN':
activemodel:
attributes:
project_packages/save_form:
category_id: 类型
title: 标题
content: 描述
deadline_at: 截止日期
min_price: 最小价格
max_price: 最大价格
contact_name: 联系人姓名
contact_phone: 联系人电话
code: 验证码

View File

@@ -0,0 +1,26 @@
'zh-CN':
activemodel:
attributes:
competitions/save_team_form:
competition: ''
name: '战队名称'
creator: ''
teacher_ids: ''
member_ids: ''
errors:
models:
competitions/save_team_form:
attributes:
creator:
enrolled: "您已经报名过该竞赛了"
teacher_enroll_forbidden: "本竞赛的参赛者限定为:学生"
member_enroll_forbidden: "本竞赛的参赛者限定为:教师"
teacher_ids:
enroll_forbidden: "本竞赛的参赛者限定为:学生"
invalid_count: "教师数量应为%{minimum}~%{maximum}人"
enrolled: "教师 %{names} 已加入其它战队了"
member_ids:
enroll_forbidden: "本竞赛的参赛者限定为:教师"
invalid_count: "队员数量应为%{minimum}~%{maximum}人"
enrolled: "队员 %{names} 已加入其它战队了"

View File

@@ -0,0 +1,25 @@
'zh-CN':
activemodel:
attributes:
users/update_account_form:
user: ''
nickname: 昵称
name: 姓名
gender: 性别
location: 所在省份
location_city: 所在城市
identity: 职业
technical_title: 职称
school_id: '学校/单位'
department_id: '院系/部门'
errors:
models:
users/update_account_form:
attributes:
school_id:
blank: 不能为空
not_exist: 不存在
department_id:
blank: 不能为空
not_exist: 不存在

View File

@@ -0,0 +1,6 @@
'zh-CN':
activemodel:
attributes:
users/update_password_form:
password: 新密码
old_password: 旧密码