mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-15 10:04:13 -08:00
026ea41dee
Signed-off-by: snipe <snipe@snipe.net>
15 lines
605 B
PHP
15 lines
605 B
PHP
<?php
|
||
|
||
return [
|
||
'asset_maintenance_type' => 'Varlık Bakım Türü',
|
||
'title' => 'Başlık',
|
||
'start_date' => 'Başlangıç Tarihi',
|
||
'completion_date' => 'Bitiş tarihi',
|
||
'cost' => 'Ücret',
|
||
'is_warranty' => 'Garanti İyileştirme',
|
||
'asset_maintenance_time' => 'Demirbaş Bakım Zamanı (gün)',
|
||
'notes' => 'Notlar',
|
||
'update' => 'Varlık Bakımını Güncelle',
|
||
'create' => 'Varlık Bakımı Oluştur'
|
||
];
|