You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
944 B
26 lines
944 B
5 years ago
|
'zh-CN':
|
||
|
activemodel:
|
||
|
attributes:
|
||
|
competitions/save_team_form:
|
||
|
competition: ''
|
||
|
name: '战队名称'
|
||
|
creator: ''
|
||
|
teacher_ids: ''
|
||
|
member_ids: ''
|
||
|
errors:
|
||
|
models:
|
||
|
competitions/save_team_form:
|
||
|
attributes:
|
||
|
creator:
|
||
|
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} 已加入其它战队了"
|
||
|
|