Files
snipe-it/resources/lang/tr-TR/admin/maintenances/form.php
T
snipe 7d0c695808 Renamed language directories
Signed-off-by: snipe <snipe@snipe.net>
2025-08-10 13:23:52 +01:00

16 lines
668 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
return [
'select_type' => 'Select Maintenance Type',
'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'
];