snipe-it/resources/lang/tr/admin/models/general.php
2016-12-03 17:10:05 -08:00

16 lines
762 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(
'about_models_title' => 'About Asset Models',
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
'deleted' => 'Model silindi. <a href="/hardware/models/:model_id/restore">Geri getirmek için buraya tıklayınız</a>.',
'restore' => 'Modeli geri getir',
'requestable' => 'Users may request this model',
'show_mac_address' => 'Bu model demirbaşta MAC adresi göster',
'view_deleted' => 'Silinenleri görüntüle',
'view_models' => 'Modelleri görüntüle',
'fieldset' => 'Fieldset',
'no_custom_field' => 'No custom fields',
);