snipe-it/resources/lang/tr/admin/hardware/form.php
snipe 16fb2213b5 Updated language strings
Signed-off-by: snipe <snipe@snipe.net>
2022-01-28 12:40:03 -08:00

50 lines
2.6 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 [
'bulk_delete' => 'Toplu varlık silmeyi onaylıyor musunuz?',
'bulk_delete_help' => 'Toplu silme için aşağıdaki Varlıkları gözden geçirin. Silindikten sonra bu varlıkların geri yüklenebilir fakat atanmış olan herhangi bir kullanıcı ile ilişkili olmayacaktır.',
'bulk_delete_warn' => ':asset_count adet varlığı düzenlemek üzeresiniz.',
'bulk_update' => 'Demirbaşları Toplu Güncelle',
'bulk_update_help' => 'Bu form birden çok demirbaşı tek seferde güncellemenizi sağlar. Lütfen sadece değiştirmek istediğiniz alanları doldurunuz. Değiştirilmesini istemediğiniz alanları boş bırakınız. ',
'bulk_update_warn' => ':asset_count adet demirbaşı düzenlemek üzeresiniz.',
'checkedout_to' => ıkış Yapılmış Olan Kişi',
'checkout_date' => ıkış Tarihi',
'checkin_date' => 'Giriş Tarihi',
'checkout_to' => ıkış Yapılacak Kişi',
'cost' => 'Satın Alma Ücreti',
'create' => 'Demirbaş Oluştur',
'date' => 'Satın Alma Tarihi',
'depreciation' => 'Amortisman',
'depreciates_on' => 'Amortisman',
'default_location' => 'Varsayılan Konum',
'eol_date' => 'Ömür',
'eol_rate' => 'Ömür Başarısı',
'expected_checkin' => 'Beklenen geri alma tarihi',
'expires' => 'Son kullanma tarihi',
'fully_depreciated' => 'Değeri tamamen düştü',
'help_checkout' => 'Bu varlığı hemen atamak istiyorsanız Durum listesinden "Atanabilir" durumunu seçin. ',
'mac_address' => 'MAC Adresi',
'manufacturer' => 'Üretici',
'model' => 'Model',
'months' => 'ay',
'name' => 'Demirbaş Adı',
'notes' => 'Notlar',
'order' => 'Sipariş Numarası',
'qr' => 'QR Kod',
'requestable' => 'Kullanıcılar bu demirbaşı talep edebilir',
'select_statustype' => 'Durum Seçiniz',
'serial' => 'Seri No',
'status' => 'Durum',
'tag' => 'Demirbaş Etiketi',
'update' => 'Demirbaş Güncelle',
'warranty' => 'Garanti',
'warranty_expires' => 'Garanti Süresi Sona Erdi',
'years' => 'yıl',
'asset_location' => 'Varlık konumunu güncelle',
'asset_location_update_default_current' => 'Varsayılan konumu ve gerçek konumu güncelle',
'asset_location_update_default' => 'Sadece varsayılan konumu güncelle',
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.',
'asset_deployable' => 'That status is deployable. This asset can be checked out.',
'processing_spinner' => 'Processing...',
];