mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
21 lines
611 B
PHP
21 lines
611 B
PHP
<?php
|
|
|
|
return [
|
|
'category' => [
|
|
'name' => 'thể loại',
|
|
'option' => [
|
|
'read' => 'Có thể đọc thể loại?',
|
|
'write' => 'Có thể tạo / chỉnh sửa danh mục?',
|
|
'delete' => 'Có thể xóa danh mục?',
|
|
],
|
|
],
|
|
'placeholderforsearch' => [
|
|
'name' => 'Tìm kiếm chỗ',
|
|
'option' => [
|
|
'read' => 'Có thể đọc giữ chỗ?',
|
|
'write' => 'Có thể tạo / chỉnh sửa placeholderforsearch không?',
|
|
'delete' => 'Có thể xóa giữ chỗ?',
|
|
],
|
|
],
|
|
];
|