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.0 KiB
PHP
37 lines
1.0 KiB
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Profil',
|
|
'option' => [
|
|
'read' => 'Se poate citi profilul?',
|
|
'write' => 'Poate crea / edita profilul?',
|
|
'delete' => 'Se poate șterge profilul?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Adresa',
|
|
'option' => [
|
|
'read' => 'Se poate citi adresa?',
|
|
'write' => 'Poate crea / edita adresa?',
|
|
'delete' => 'Se poate șterge adresa?',
|
|
],
|
|
],
|
|
'education' => [
|
|
'name' => 'Educaţie',
|
|
'option' => [
|
|
'read' => 'Poate citi educația?',
|
|
'write' => 'Poate crea / edita educație?',
|
|
'delete' => 'Poate șterge educația?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Partea educație',
|
|
'option' => [
|
|
'read' => 'Poate citi partea educației?',
|
|
'write' => 'Poate crea / edita partea de educație?',
|
|
'delete' => 'Poate șterge partea de educație?',
|
|
],
|
|
],
|
|
];
|