snipe-it/resources/lang/tr/admin/licenses/form.php
2017-08-25 07:32:57 -07:00

23 lines
1,004 B
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(
'asset' => 'Demirbaş',
'checkin' => 'Giriş',
'create' => 'Lisans Oluştur',
'expiration' => 'Son Geçerlilik Tarihi',
'license_key' => 'Ürün anahtarı',
'maintained' => 'Korumalı',
'name' => 'Yazılım Adı',
'no_depreciation' => 'Mortisman Yok',
'purchase_order' => 'Satın Alma Sipariş Numarası',
'reassignable' => 'Tekrar atanabilir',
'remaining_seats' => 'Kalan Kullanıcı Sayısı',
'seats' => 'Kullanıcı Sayısı',
'termination_date' => 'Son Kullanma Tarihi',
'to_email' => 'Lisans E-Postası',
'to_name' => 'Lisans Adı',
'update' => 'Lisansı Güncelle',
'checkout_help' => 'Lisansı bir donanıma ya da kişiye atamak zorundasınız. İsterseniz her ikisini de seçebilirsiniz, fakat atama yapılan donanım atama yapılan kişiye çıkış yapılmış olmalıdır.'
);