mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 08:34:25 -08:00
15 lines
530 B
PHP
15 lines
530 B
PHP
|
<?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'
|
|||
|
];
|