New translations permission.php (Vietnamese)

This commit is contained in:
Fatih Alp 2020-05-12 19:24:48 +03:00
parent f390862e97
commit 00d0884893

View File

@ -0,0 +1,13 @@
<?php
return [
'village' => [
'name' => 'Làng',
'option' => [
'read' => 'Có đọc được làng không?',
'write' => 'Có thể tạo / chỉnh sửa làng?',
'delete' => 'Có thể xóa làng?',
],
],
];