mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-27 00:57:21 -05:00
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?',
|
|
],
|
|
],
|
|
];
|