snipe-it/resources/lang/tr/admin/asset_maintenances/form.php

15 lines
530 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'asset_maintenance_type' => 'Varlık bakım tipi',
'title' => 'Başlık',
'start_date' => 'Başladı',
'completion_date' => 'Tamamlandı',
'cost' => 'Ücret',
'is_warranty' => 'Garanti İyileştirme',
'asset_maintenance_time' => 'Günler',
'notes' => 'Notlar',
'update' => 'Güncelle',
'create' => 'Oluştur'
];