mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
17 lines
262 B
PHP
17 lines
262 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'پروفائل',
|
|
],
|
|
'adress' => [
|
|
'name' => 'پتہ',
|
|
],
|
|
'education' => [
|
|
'name' => 'Education',
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Education part',
|
|
],
|
|
];
|