mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 08:40:40 -05:00
19 lines
326 B
PHP
19 lines
326 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => '轮廓',
|
|
],
|
|
'adress' => [
|
|
'title' => '地址',
|
|
],
|
|
'general_setting' => '常规设置',
|
|
'recaptcha' => '验证码',
|
|
'education' => [
|
|
'title' => '教育',
|
|
],
|
|
'education_part' => [
|
|
'title' => '教育部分',
|
|
],
|
|
];
|