9468acedfa
Signed-off-by: snipe <snipe@snipe.net>
20 lines
1.3 KiB
PHP
20 lines
1.3 KiB
PHP
<?php
|
|
|
|
return array(
|
|
'about' => 'About Status Types',
|
|
'archived' => 'Đã lưu trữ',
|
|
'create' => 'Tạo tình trạng nhãn',
|
|
'color' => 'Màu đồ thị',
|
|
'default_label' => 'Nhãn mặc định',
|
|
'default_label_help' => 'Điều này được sử dụng để đảm bảo thông dụng nhất của tình trạng nhãn xuất hiện ở phía trên hộp chọn khi tạo/chỉnh sửa tài sản.',
|
|
'deployable' => 'Cho phép cấp phát',
|
|
'info' => 'Status label types 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 your deployable, pending and archived assets according to your own workflow. For more information, <a href="https://snipe-it.readme.io/docs/overview#status-labels" target="_blank">see the documentation <i class="fa fa-external-link"></i></a>.',
|
|
'name' => 'Tên tình trạng',
|
|
'pending' => 'Đang chờ',
|
|
'status_type' => 'Loại tình trạng',
|
|
'show_in_nav' => 'Hiển thị trong trình đơn bên cạnh',
|
|
'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',
|
|
);
|