openclassify/addons/default/visiosoft/profile-module/resources/lang/ca/permission.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

37 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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 leducació?',
'write' => 'Es pot crear / editar educació?',
'delete' => 'Es pot suprimir l\'educació?',
],
],
'education_part' => [
'name' => 'Part deducació',
'option' => [
'read' => 'Podeu llegir part de leducació?',
'write' => 'Es pot crear / editar una part educativa?',
'delete' => 'Es pot suprimir la part educativa?',
],
],
];