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' => 'Profile',
|
|
'option' => [
|
|
'read' => 'Mund të lexoni profilin?',
|
|
'write' => 'Mund të krijoni / modifikoni profilin?',
|
|
'delete' => 'Mund të fshini profilin?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Adresa',
|
|
'option' => [
|
|
'read' => 'Mund të lexoni adresën?',
|
|
'write' => 'Mund të krijoni / modifikoni adresën?',
|
|
'delete' => 'Mund të fshini adresën?',
|
|
],
|
|
],
|
|
'education' => [
|
|
'name' => 'Arsimi',
|
|
'option' => [
|
|
'read' => 'A mund të lexojë arsimin?',
|
|
'write' => 'A mund të krijojë / modifikojë arsimin?',
|
|
'delete' => 'A mund ta fshijë arsimin?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Pjesa e arsimit',
|
|
'option' => [
|
|
'read' => 'A mund të lexojë arsimi pjesë?',
|
|
'write' => 'A mund të krijojë / modifikojë një pjesë të arsimit?',
|
|
'delete' => 'A mund të fshihet pjesa e arsimit?',
|
|
],
|
|
],
|
|
];
|