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
816 B
PHP
22 lines
816 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' => 'جزء التعليم الجديد',
|
|
];
|