mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-10 07:16:06 -06:00
19 lines
389 B
PHP
19 lines
389 B
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'title' => 'प्रोफ़ाइल',
|
|
],
|
|
'adress' => [
|
|
'title' => 'पता',
|
|
],
|
|
'general_setting' => 'सामान्य सेटिंग्स',
|
|
'recaptcha' => 'reCAPTCHA',
|
|
'education' => [
|
|
'title' => 'Education',
|
|
],
|
|
'education_part' => [
|
|
'title' => 'Education part',
|
|
],
|
|
];
|