ajout app
This commit is contained in:
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'asset_maintenance_type' => 'Jenis Pemeliharaan Aset',
|
||||
'title' => 'Judul',
|
||||
'start_date' => 'Tanggal Mulai',
|
||||
'completion_date' => 'Tanggal selesai',
|
||||
'cost' => 'Biaya',
|
||||
'is_warranty' => 'Peningkatan garansi',
|
||||
'asset_maintenance_time' => 'Waktu Maintenance aset (dalam hari)',
|
||||
'notes' => 'Catatan',
|
||||
'update' => 'Update Maintenance Aset',
|
||||
'create' => 'Buat Maintenance Aset'
|
||||
];
|
Reference in New Issue
Block a user