mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
New translations permission.php (Vietnamese)
This commit is contained in:
parent
d9c9c07b6e
commit
f390862e97
@ -0,0 +1,20 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
return [
|
||||||
|
'profile' => [
|
||||||
|
'name' => 'Hồ sơ',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Có thể đọc hồ sơ?',
|
||||||
|
'write' => 'Có thể tạo / chỉnh sửa hồ sơ?',
|
||||||
|
'delete' => 'Có thể xóa hồ sơ?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
'adress' => [
|
||||||
|
'name' => 'Địa chỉ',
|
||||||
|
'option' => [
|
||||||
|
'read' => 'Có thể đọc địa chỉ?',
|
||||||
|
'write' => 'Có thể tạo / chỉnh sửa địa chỉ?',
|
||||||
|
'delete' => 'Có thể xóa địa chỉ?',
|
||||||
|
],
|
||||||
|
],
|
||||||
|
];
|
||||||
Loading…
Reference in New Issue
Block a user