ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
return [
'asset_maintenance_type' => '資產維護類型',
'title' => '標題',
'start_date' => '起始日期',
'completion_date' => '完成日期',
'cost' => '維護費用',
'is_warranty' => '保固升級/延期',
'asset_maintenance_time' => '資產維護時間 (天)',
'notes' => '備註',
'update' => '更新資產維護',
'create' => '建立資產維護'
];