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)
21 lines
601 B
PHP
21 lines
601 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'name' => 'Kategori',
|
|
'option' => [
|
|
'read' => 'Bisa membaca kategori?',
|
|
'write' => 'Bisakah membuat / mengedit kategori?',
|
|
'delete' => 'Bisakah menghapus kategori?',
|
|
],
|
|
],
|
|
'placeholderforsearch' => [
|
|
'name' => 'Placeholderforsearch',
|
|
'option' => [
|
|
'read' => 'Bisa membaca placeholderforsearch?',
|
|
'write' => 'Bisakah membuat / mengedit placeholderforsearch?',
|
|
'delete' => 'Bisakah menghapus placeholderforsearch?',
|
|
],
|
|
],
|
|
];
|