Files
snipe-it/app/lang/vi/admin/statuslabels/table.php
T
2015-09-09 13:56:10 -07:00

16 lines
728 B
PHP
Executable File

<?php
return array(
'about' => 'Về tình trạng nhãn',
'archived' => 'Đã lưu trữ',
'create' => 'Tạo tình trạng nhãn',
'deployable' => 'Cho phép cấp phát',
'info' => 'Status labels are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for deployable, pending and archived assets.',
'name' => 'Tên tình trạng',
'pending' => 'Đang chờ',
'status_type' => 'Loại tình trạng',
'title' => 'Nhãn tình trạng',
'undeployable' => 'Không cho phép cấp phát',
'update' => 'Cập nhật tình trạng nhãn',
);