mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
25 lines
680 B
PHP
25 lines
680 B
PHP
|
<?php
|
|||
|
|
|||
|
return array(
|
|||
|
|
|||
|
'asset_tag' => 'Demirbaş Etiketi',
|
|||
|
'asset_model' => 'Model',
|
|||
|
'book_value' => 'Değer',
|
|||
|
'change' => 'Giriş/Çıkış',
|
|||
|
'checkout_date' => 'Çıkış Tarihi',
|
|||
|
'checkoutto' => 'Çıkış Yapıldı',
|
|||
|
'diff' => 'Fark',
|
|||
|
'dl_csv' => 'CSV Dosyasını İndir',
|
|||
|
'eol' => 'Ömür Süresi',
|
|||
|
'id' => 'ID',
|
|||
|
'location' => 'Konum',
|
|||
|
'purchase_cost' => 'Ücret',
|
|||
|
'purchase_date' => 'Satın alındı',
|
|||
|
'serial' => 'Seri No',
|
|||
|
'status' => 'Durum',
|
|||
|
'title' => 'Demirbaş ',
|
|||
|
'image' => 'Device Image',
|
|||
|
'days_without_acceptance' => 'Days Without Acceptance'
|
|||
|
|
|||
|
);
|