snipe-it/resources/lang/vi/admin/statuslabels/table.php
snipe ddfa5776c5 Updated language strings
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();`

I'll try to fix it. :(

FML

Signed-off-by: snipe <snipe@snipe.net>
2022-01-13 21:27:29 -08:00

20 lines
1.1 KiB
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',
'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',
);