mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 08:40:40 -05:00
17 lines
249 B
PHP
17 lines
249 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => '轮廓',
|
|
],
|
|
'adress' => [
|
|
'name' => '地址',
|
|
],
|
|
'education' => [
|
|
'name' => '教育',
|
|
],
|
|
'education_part' => [
|
|
'name' => '教育部分',
|
|
],
|
|
];
|