mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
||
|
||
return [
|
||
'profile' => [
|
||
'name' => 'Perfil',
|
||
'option' => [
|
||
'read' => 'Es pot llegir el perfil?',
|
||
'write' => 'Es pot crear / editar el perfil?',
|
||
'delete' => 'Es pot suprimir el perfil?',
|
||
],
|
||
],
|
||
'adress' => [
|
||
'name' => 'Adreça',
|
||
'option' => [
|
||
'read' => 'Podeu llegir l\'adreça?',
|
||
'write' => 'Es pot crear / editar l\'adreça?',
|
||
'delete' => 'Es pot suprimir l\'adreça?',
|
||
],
|
||
],
|
||
'education' => [
|
||
'name' => 'Educació',
|
||
'option' => [
|
||
'read' => 'Saps llegir l’educació?',
|
||
'write' => 'Es pot crear / editar educació?',
|
||
'delete' => 'Es pot suprimir l\'educació?',
|
||
],
|
||
],
|
||
'education_part' => [
|
||
'name' => 'Part d’educació',
|
||
'option' => [
|
||
'read' => 'Podeu llegir part de l’educació?',
|
||
'write' => 'Es pot crear / editar una part educativa?',
|
||
'delete' => 'Es pot suprimir la part educativa?',
|
||
],
|
||
],
|
||
];
|