mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
14 lines
320 B
PHP
Executable file
14 lines
320 B
PHP
Executable file
<?php
|
|
|
|
return array(
|
|
|
|
'group_management' => 'Quản lý nhóm',
|
|
'create_group' => 'Tạo nhóm mới',
|
|
'edit_group' => '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',
|
|
|
|
);
|