mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations validation.php (Arabic) * New translations validation.php (Spanish) * New translations validation.php (French) * New translations validation.php (Romanian) * New translations validation.php (Hindi) * New translations validation.php (Bengali) * New translations validation.php (German) * New translations validation.php (Arabic) * New translations validation.php (Greek) * New translations validation.php (Romanian) * New translations validation.php (Spanish) * New translations validation.php (French * New translations validation.php (Portuguese)
22 lines
839 B
PHP
22 lines
839 B
PHP
<?php
|
|
|
|
return [
|
|
'new_profile' => 'نئ پروفائل',
|
|
'new_adress' => 'نیا ایڈریس',
|
|
'show' => 'ایڈریس دکھائیں',
|
|
'update_password' => 'پاس ورڈ کو اپ ڈیٹ کریں',
|
|
'update_profile' => 'پروفائل کو اپ ڈیٹ کریں',
|
|
'delete' => 'حذف کریں',
|
|
'extend' => 'بڑھائیں',
|
|
'extend_all' => 'سب کو بڑھاؤ',
|
|
'extend_unpublished' => 'غیر مطبوعہ کو بڑھاو',
|
|
'edit' => 'ترمیم',
|
|
'go_profile' => 'پروفائل کی تفصیل پر جائیں',
|
|
'go_user' => 'صارف کی تفصیل پر جائیں',
|
|
'personal' => 'ذاتی',
|
|
'corporate' => 'کارپوریٹ',
|
|
'export' => 'برآمد کریں',
|
|
'new_education' => 'نئی تعلیم',
|
|
'new_education_part' => 'تعلیم کا نیا حصہ',
|
|
];
|