snipe-it/resources/lang/tr-TR/admin/hardware/general.php

44 lines
3.4 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-08-25 07:32:57 -07:00
'about_assets_title' => 'Varlıklar hakkında',
'about_assets_text' => 'Varlıklar Demirbaştır seri numarası veya varlık etiketi ile takibi yapılır. Bu nedenle değerli varlıklar benzersiz varlık kimliği ile ilişkilendirilirler.',
'archived' => 'Arşivlenmiş',
2016-03-25 01:18:05 -07:00
'asset' => 'Demirbaş',
2019-05-21 19:17:00 -07:00
'bulk_checkout' => 'Varlıkları Kullanıma Alma',
'bulk_checkin' => 'Demirbaş Girişi Yap',
2016-03-25 01:18:05 -07:00
'checkin' => 'Demirbaş Girişi Yap',
2017-10-17 18:52:20 -07:00
'checkout' => 'Ödenme Öğe',
2016-03-25 01:18:05 -07:00
'clone' => 'Demirbaşı Kopyala',
'deployable' => 'Dağıtılabilir',
'deleted' => 'Bu varlık silindi.',
'delete_confirm' => 'Bu ürünü silmek istediğinize eminmisiniz?',
2016-03-25 01:18:05 -07:00
'edit' => 'Demirbaşı Düzenle',
'model_deleted' => 'Bu varlık modeli silindi. Varlığı geri almak için modelini geri almalısınız.',
'model_invalid' => 'Bu varlığın model bilgisi hatalı.',
'model_invalid_fix' => 'Varlığı iade alma veya teslim etme işlemi öncesinde bunu düzeltmek için varlık bilgisi düzenlenmelidir.',
2016-10-04 12:23:02 -07:00
'requestable' => 'Talep edilebilir',
2017-08-25 07:32:57 -07:00
'requested' => 'Talep edildi',
'not_requestable' => 'Talep Edilemez',
'requestable_status_warning' => 'Talep edilebilir durumu değiştirme',
2016-03-25 01:18:05 -07:00
'restore' => 'Demirbaşı Geri Getir',
'pending' => 'Bekliyor',
'undeployable' => 'Dağtılamaz',
'undeployable_tooltip' => 'Bu varlığın konuşlandırılamayan ve şu anda teslim alınamayan bir durum etiketi var.',
2016-03-25 01:18:05 -07:00
'view' => 'Demirbaşı Görüntüle',
'csv_error' => 'CSV dosyanızda bir hata var:',
'import_text' => '<p>Upload a CSV that contains asset history. The assets and users MUST already exist in the system, or they will be skipped. Matching assets for history import happens against the asset tag. We will try to find a matching user based on the user\'s name you provide, and the criteria you select below. If you do not select any criteria below, it will simply try to match on the username format you configured in the <code>Admin &gt; General Settings</code>.</p><p>Fields included in the CSV must match the headers: <strong>Asset Tag, Name, Checkout Date, Checkin Date</strong>. Any additional fields will be ignored. </p><p>Checkin Date: blank or future checkin dates will checkout items to associated user. Excluding the Checkin Date column will create a checkin date with todays date.</p>
',
'csv_import_match_f-l' => 'Try to match users by <strong>firstname.lastname</strong> (<code>jane.smith</code>) format',
'csv_import_match_initial_last' => 'Try to match users by <strong>first initial last name</strong> (<code>jsmith</code>) format',
'csv_import_match_first' => 'Try to match users by <strong>first name</strong> (<code>jane</code>) format',
'csv_import_match_email' => 'Try to match users by <strong>email</strong> as username',
'csv_import_match_username' => 'Try to match users by <strong>username</strong>',
'error_messages' => 'Hata mesajı:',
'success_messages' => 'Başarı mesajı:',
'alert_details' => 'Detaylar için aşağıyı okuyun.',
'custom_export' => 'Özel Dışarı Aktar',
'mfg_warranty_lookup' => ':Üretici garantisinin durumuna bakma',
'user_department' => 'Kullanıcı Departmanı',
];