Files
yyh931018@qq.com 1b0c8f4196 update
2022-09-08 15:32:32 +08:00

29 lines
855 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'Id' => 'ID',
'Group_id' => '学校',
'Identifier' => '编号',
'Year' => '年',
'Class' => '班',
'Nickname' => '选手姓名',
'Mobile' => '家长手机号',
'Password' => '登录密码',
'Avatar' => '选手照片',
'Gender' => '性别',
'Male' => '男',
'FeMale' => '女',
'Birthday' => '生日',
'Age' => '年龄',
'Type' => '类型',
'Type 1' => '未来之星',
'Type 2' => '适龄儿童',
'Createtime' => '创建时间',
'Updatetime' => '更新时间',
'Status' => '状态',
'Group.name' => '学校',
'Grade.name' => '班级',
'Disabled' => '残障儿童',
'Password must be 6 to 30 characters' => '密码长度必须在6-30位之间不能包含空格'
];