ajout app
This commit is contained in:
19
SNIPE-IT/resources/lang/vi-VN/admin/statuslabels/table.php
Normal file
19
SNIPE-IT/resources/lang/vi-VN/admin/statuslabels/table.php
Normal file
@ -0,0 +1,19 @@
|
||||
<?php
|
||||
|
||||
return array(
|
||||
'about' => 'Về tình trạng nhãn',
|
||||
'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 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',
|
||||
'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',
|
||||
);
|
Reference in New Issue
Block a user