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' => 'Perfil',
|
|
'option' => [
|
|
'read' => 'Pode ler o perfil? ',
|
|
'write' => 'Pode criar / editar perfil? ',
|
|
'delete' => 'Pode excluir o perfil?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Endereço',
|
|
'option' => [
|
|
'read' => 'Pode ler o endereço? ',
|
|
'write' => 'Pode criar / editar endereço? ',
|
|
'delete' => 'Pode excluir o endereço?',
|
|
],
|
|
],
|
|
'education' => [
|
|
'name' => 'Educação',
|
|
'option' => [
|
|
'read' => 'Pode ler educação?',
|
|
'write' => 'Pode criar / editar educação?',
|
|
'delete' => 'Pode excluir educação?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Parte de educação',
|
|
'option' => [
|
|
'read' => 'Pode ler parte da educação?',
|
|
'write' => 'Pode criar / editar a parte educacional?',
|
|
'delete' => 'Pode excluir a parte educacional?',
|
|
],
|
|
],
|
|
];
|