mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
24 lines
645 B
PHP
24 lines
645 B
PHP
<?php
|
|
|
|
return[
|
|
"category" => [
|
|
"name" =>"Categoria",
|
|
"option" => [
|
|
"read" =>"Pode ler categoria? ",
|
|
"write" =>"Pode criar / editar categoria? ",
|
|
"delete" =>"Pode excluir categoria?"
|
|
],
|
|
|
|
],
|
|
"placeholderforsearch" => [
|
|
"name" =>"Placeholderforsearch",
|
|
"option" => [
|
|
"read" =>"Pode ler o placeholderforsearch? ",
|
|
"write" =>"Pode criar / editar placeholderforsearch? ",
|
|
"delete" =>"Pode excluir o placeholderforsearch?",
|
|
|
|
],
|
|
|
|
],
|
|
|
|
]; |