snipe-it/resources/lang/vi/admin/statuslabels/table.php

20 lines
1 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return array(
'about' => 'Về tình trạng nhãn',
'archived' => 'Đã lưu trữ',
'create' => 'Tạo tình trạng nhãn',
2016-10-25 12:30:52 -07:00
'color' => 'Màu đồ thị',
2018-03-22 20:01:45 -07:00
'default_label' => 'Default Label',
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.',
2016-03-25 01:18:05 -07:00
'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',
2016-10-25 12:30:52 -07:00
'show_in_nav' => 'Hiển thị trong trình đơn bên cạnh',
2016-03-25 01:18:05 -07:00
'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',
);