snipe-it/resources/lang/vi-VN/admin/groups/titles.php
snipe 026ea41dee Use correct language codes, updated strings
Signed-off-by: snipe <snipe@snipe.net>
2023-12-19 17:23:16 +00:00

17 lines
653 B
PHP

<?php
return [
'about_groups_title' => 'Giới Nhóm',
'about_groups' => 'Các nhóm được sử dụng để khái quát hóa quyền người dùng.',
'group_management' => 'Quản lý nhóm',
'create' => 'Tạo nhóm mới',
'update' => 'Chỉnh sửa nhóm',
'group_name' => 'Tên nhóm',
'group_admin' => 'Quản lý nhóm',
'allow' => 'Cho phép',
'deny' => 'Từ chối',
'permission' => 'Quyền',
'grant' => 'Chấp thuận',
'no_permissions' => 'Không có quyền trong nhóm này.'
];