mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
12 lines
449 B
PHP
Executable file
12 lines
449 B
PHP
Executable file
<?php
|
|
|
|
return [
|
|
'asset_maintenances' => 'Tài sản đang bảo trì',
|
|
'edit' => 'Chỉnh sửa tài sản đang bảo trì',
|
|
'delete' => 'Xóa tài sản đang bảo trì',
|
|
'view' => 'Chi tiết tài sản đang bảo trì',
|
|
'repair' => 'Sửa chữa',
|
|
'maintenance' => 'Bảo trì',
|
|
'upgrade' => 'Nâng cấp'
|
|
];
|