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' => 'Peut lire le profil? ',
|
|
'write' => 'Peut créer / éditer un profil? ',
|
|
'delete' => 'Peut supprimer le profil?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Une robe',
|
|
'option' => [
|
|
'read' => 'Peut lire l\\'adresse? ',
|
|
'write' => 'Peut créer / modifier l\\'adresse? ',
|
|
'delete' => 'Peut effacer l\\'adresse?',
|
|
],
|
|
],
|
|
'education' => [
|
|
'name' => 'Éducation',
|
|
'option' => [
|
|
'read' => 'Peut lire l\'éducation?',
|
|
'write' => 'Peut créer / modifier l\'éducation?',
|
|
'delete' => 'Peut supprimer l\'éducation?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Partie éducation',
|
|
'option' => [
|
|
'read' => 'Peut lire la partie éducation?',
|
|
'write' => 'Peut créer / modifier une partie éducation?',
|
|
'delete' => 'Peut-on supprimer la partie éducation?',
|
|
],
|
|
],
|
|
];
|