snipe-it/resources/lang/tr/admin/hardware/general.php
2016-10-04 12:23:02 -07:00

22 lines
1.1 KiB
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 array(
'archived' => 'Arşivlenmiş',
'asset' => 'Demirbaş',
'bulk_checkout' => 'Checkout Assets to User',
'checkin' => 'Demirbaş Girişi Yap',
'checkout' => 'Demirbaşı bu kullanıcıya çıkış yap',
'clone' => 'Demirbaşı Kopyala',
'deployable' => 'Dağıtılabilir',
'deleted' => 'Bu demirbaş silindi. <a href="/hardware/:asset_id/restore">Geri getirmek için tıklayınız</a>.',
'edit' => 'Demirbaşı Düzenle',
'filetype_info' => 'Kabul edilen dosya türleri : png, gif, jpg, jpeg, doc, docx, pdf, txt, zip, ve rar.',
'model_deleted' => 'Bu demirbaş modeli silindi. Bu demirbaşı geri getirmek için önce modeli geri getiriniz. <br/><a href="/hardware/models/:model_id/restore">Modeli geri getirmek için tıklayınız</a>.',
'requestable' => 'Talep edilebilir',
'requested' => 'Requested',
'restore' => 'Demirbaşı Geri Getir',
'pending' => 'Bekliyor',
'undeployable' => 'Dağtılamaz',
'view' => 'Demirbaşı Görüntüle',
);