mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
728 B
PHP
16 lines
728 B
PHP
|
<?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',
|
||
|
);
|