diff --git a/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php b/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php new file mode 100644 index 000000000..2f01bf854 --- /dev/null +++ b/addons/default/visiosoft/profile-module/resources/lang/vi/permission.php @@ -0,0 +1,20 @@ + [ + '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ỉ?', + ], + ], +];