mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations field.php (Italian) * New translations field.php (Hebrew) * New translations field.php (Greek) * New translations field.php (German) * New translations field.php (Arabic) * New translations field.php (Spanish) * New translations field.php (Bulgarian) * New translations field.php (Hebrew) * New translations field.php (Greek)
37 lines
1.1 KiB
PHP
37 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'profile' => [
|
|
'name' => 'Profil',
|
|
'option' => [
|
|
'read' => 'Bisa membaca profil?',
|
|
'write' => 'Bisakah membuat / mengedit profil?',
|
|
'delete' => 'Bisakah menghapus profil?',
|
|
],
|
|
],
|
|
'adress' => [
|
|
'name' => 'Alamat',
|
|
'option' => [
|
|
'read' => 'Bisa baca alamat?',
|
|
'write' => 'Bisakah membuat / mengedit alamat?',
|
|
'delete' => 'Bisakah menghapus alamat?',
|
|
],
|
|
],
|
|
'education' => [
|
|
'name' => 'pendidikan',
|
|
'option' => [
|
|
'read' => 'Bisa membaca pendidikan?',
|
|
'write' => 'Bisakah membuat / mengedit pendidikan?',
|
|
'delete' => 'Bisakah menghapus pendidikan?',
|
|
],
|
|
],
|
|
'education_part' => [
|
|
'name' => 'Bagian pendidikan',
|
|
'option' => [
|
|
'read' => 'Bisakah membaca bagian pendidikan?',
|
|
'write' => 'Bisakah membuat / mengedit bagian pendidikan?',
|
|
'delete' => 'Bisakah menghapus bagian pendidikan?',
|
|
],
|
|
],
|
|
];
|