snipe-it/resources/lang/zh-TW/admin/asset_maintenances/form.php

15 lines
571 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-08-25 17:43:07 -07:00
'asset_maintenance_type' => '資產維護類型',
'title' => '標題',
'start_date' => '起始日期',
2016-08-25 17:43:07 -07:00
'completion_date' => '完成日期',
'cost' => '維護費用',
'is_warranty' => '保固升級/延期',
'asset_maintenance_time' => '資產維護時間 (天)',
2016-08-25 17:43:07 -07:00
'notes' => '備註',
'update' => '更新資產維護',
'create' => '建立資產維護'
2016-03-25 01:18:05 -07:00
];