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

25 lines
1.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 array(
'about_assets_title' => 'About Assets',
'about_assets_text' => 'Assets are items tracked by serial number or asset tag. They tend to be higher value items where identifying a specific item matters.',
'archived' => 'بایگانی شد',
'asset' => 'دارایی',
'bulk_checkout' => 'Checkout Assets to User',
'checkin' => 'دارایی checkin',
'checkout' => 'پرداخت سرمایه به کاربر',
'clone' => 'دارایی شگرف',
'deployable' => 'گسترش',
'deleted' => 'این دارایی حذف شده است. <a href="/hardware/:asset_id/restore"> اینجا به بازگرداندن آن کلیک کنید </a>.',
'edit' => 'ویرایش دارایی',
'filetype_info' => 'انواع فایل های مجاز عبارتند از PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP و RAR.',
'model_deleted' => 'این مدل دارایی حذف شده است. شما باید مدل بازگرداندن قبل از شما می توانید دارایی بازگرداندن کنید. <br/> <a href="/hardware/models/:model_id/restore"> برای بازگرداندن مدل </a> را اینجا را کلیک کنید.',
'requestable' => 'در خواست شد',
'requested' => 'Requested',
'restore' => 'بازیابی دارایی',
'pending' => 'در انتظار',
'undeployable' => 'غیرقابل گسترش',
'view' => 'نمایش دارایی ها
',
);