mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
583 B
PHP
21 lines
583 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'name' => 'Categorie',
|
|
'option' => [
|
|
'read' => 'Se poate citi categoria?',
|
|
'write' => 'Poate crea / edita categoria?',
|
|
'delete' => 'Se poate șterge categoria?',
|
|
],
|
|
],
|
|
'placeholderforsearch' => [
|
|
'name' => 'Placeholderforsearch',
|
|
'option' => [
|
|
'read' => 'Puteți citi locholderforsSearch?',
|
|
'write' => 'Poate crea / edita placeholderforsearch?',
|
|
'delete' => 'Poți șterge locholderforsSearch?',
|
|
],
|
|
],
|
|
];
|