snipe-it/resources/lang/tr/admin/licenses/table.php

18 lines
447 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(
'assigned_to' => 'Atanan',
'checkout' => 'Giriş/Çıkış',
'id' => 'ID',
'license_email' => 'Lisans E-Posta',
'license_name' => 'Lisans Kişisi',
'purchase_date' => 'Satın Alma Tarihi',
'purchased' => 'Satın alındı',
'seats' => 'Kullanıcı Sayısı',
'hardware' => 'Donanım',
'serial' => 'Seri No',
'title' => 'Lisans',
);