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)
37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
'profile' => [
|
||
'name' => 'Profil',
|
||
'option' => [
|
||
'read' => 'Profil oxuya bilərsiniz?',
|
||
'write' => 'Profil yarada / redaktə edə bilərsiniz?',
|
||
'delete' => 'Profil silə bilərsiniz?',
|
||
],
|
||
],
|
||
'adress' => [
|
||
'name' => 'Ünvan',
|
||
'option' => [
|
||
'read' => 'Adres oxuya bilərsinizmi?',
|
||
'write' => 'Ünvanı yarada / düzəldə bilərsiniz?',
|
||
'delete' => 'Ünvanı silə bilərsiniz?',
|
||
],
|
||
],
|
||
'education' => [
|
||
'name' => 'Təhsil',
|
||
'option' => [
|
||
'read' => 'Təhsili oxuya bilərsən?',
|
||
'write' => 'Təhsil yarada / redaktə edə bilərsənmi?',
|
||
'delete' => 'Təhsili silə bilərsən?',
|
||
],
|
||
],
|
||
'education_part' => [
|
||
'name' => 'Təhsil hissəsi',
|
||
'option' => [
|
||
'read' => 'Təhsil hissəsini oxuya bilərsinizmi?',
|
||
'write' => 'Təhsil hissəsini yarada / redaktə edə bilərsənmi?',
|
||
'delete' => 'Təhsil hissəsini silə bilərsinizmi?',
|
||
],
|
||
],
|
||
];
|