mirror of
https://github.com/openclassify/openclassify.git
synced 2026-03-10 02:05:27 -05:00
New translations permission.php (Vietnamese)
This commit is contained in:
parent
f390862e97
commit
00d0884893
@ -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?',
|
||||
],
|
||||
],
|
||||
];
|
||||
Loading…
Reference in New Issue
Block a user