openclassify/addons/default/visiosoft/cats-module/resources/lang/vi/permission.php
2020-05-12 19:25:25 +03:00

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ỗ?',
],
],
];