Files
snipe-it/app/lang/vi/admin/models/general.php
T
2015-08-11 13:39:09 -07:00

12 lines
436 B
PHP
Executable File

<?php
return array(
'deleted' => 'Model này đã bị xoá. <a href="/hardware/models/:model_id/restore">Bấm vào đây để khôi phục lại</a>.',
'restore' => 'Khôi phục Model',
'show_mac_address' => 'Hiển thị trường địa chỉ MAC trong tài sản của model này',
'view_deleted' => 'Xem Model đã xoá',
'view_models' => 'Xem model',
);