mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-26 08:40:40 -05:00
17 lines
252 B
PHP
17 lines
252 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Profil',
|
|
],
|
|
'adress' => [
|
|
'name' => 'Cím',
|
|
],
|
|
'education' => [
|
|
'name' => 'Oktatás',
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Oktatási rész',
|
|
],
|
|
];
|