New translations permission.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-05-12 19:25:25 +03:00
parent 936bbf59c0
commit 96f8cada19

View File

@ -0,0 +1,20 @@
<?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ỗ?',
],
],
];