From 62ea23c34b3b2af7dccd5ab8cd45d4ff9eb1871b Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Tue, 12 May 2020 19:25:09 +0300 Subject: [PATCH] New translations permission.php (Vietnamese) --- .../resources/lang/vi/permission.php | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 addons/default/visiosoft/advs-module/resources/lang/vi/permission.php diff --git a/addons/default/visiosoft/advs-module/resources/lang/vi/permission.php b/addons/default/visiosoft/advs-module/resources/lang/vi/permission.php new file mode 100644 index 000000000..9d24d5ff3 --- /dev/null +++ b/addons/default/visiosoft/advs-module/resources/lang/vi/permission.php @@ -0,0 +1,52 @@ + [ + 'name' => 'Quảng cáo', + 'option' => [ + 'read' => 'Có thể đọc quảng cáo?', + 'write' => 'Có thể tạo / chỉnh sửa quảng cáo?', + 'delete' => 'Có thể xóa quảng cáo?', + ], + ], + 'categories' => [ + 'name' => 'Thể loại', + 'option' => [ + 'read' => 'Có thể đọc chuyên mục?', + 'write' => 'Có thể tạo / chỉnh sửa danh mục?', + 'delete' => 'Có thể xóa danh mục?', + ], + ], + '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?', + ], + ], + 'custom_fields' => [ + 'name' => 'Trường tùy chỉnh', + 'option' => [ + 'read' => 'Có thể đọc các lĩnh vực tùy chỉnh?', + 'write' => 'Có thể tạo / chỉnh sửa các trường tùy chỉnh?', + 'delete' => 'Có thể xóa các trường tùy chỉnh?', + ], + ], + 'custom_field_advs' => [ + 'name' => 'Quảng cáo trường tùy chỉnh', + 'option' => [ + 'read' => 'Có thể đọc quảng cáo trường tùy chỉnh?', + 'write' => 'Có thể tạo / chỉnh sửa quảng cáo trường tùy chỉnh không?', + 'delete' => 'Có thể xóa quảng cáo trường tùy chỉnh?', + ], + ], + 'cf_values' => [ + 'name' => 'Giá trị Cf', + 'option' => [ + 'read' => 'Có thể đọc giá trị cf không?', + 'write' => 'Có thể tạo / chỉnh sửa giá trị cf không?', + 'delete' => 'Có thể xóa các giá trị cf?', + ], + ], +];