mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
23 lines
1.1 KiB
PHP
23 lines
1.1 KiB
PHP
<?php
|
||
|
||
return array(
|
||
'about_licenses_title' => 'About Licenses',
|
||
'about_licenses' => 'Licenses are used to track software. They have a specified number of seats that can be checked out to individuals',
|
||
'checkin' => 'بررسی صندلی مجوز',
|
||
'checkout_history' => 'تاریخچه پرداخت',
|
||
'checkout' => 'صندلی مجوز پرداخت',
|
||
'edit' => 'ویرایش مجوز',
|
||
'filetype_info' => 'انواع فایل های مجاز عبارتند از PNG، GIF، JPG، JPEG، DOC، DOCX، PDF، TXT، ZIP و RAR.
|
||
',
|
||
'clone' => 'مجوز شگرف',
|
||
'history_for' => 'پیشینه برای ',
|
||
'in_out' => 'داخل / خارج',
|
||
'info' => 'اطلاعات پروانه',
|
||
'license_seats' => 'صندلی مجوز',
|
||
'seat' => 'صندلی',
|
||
'seats' => 'صندلی ها',
|
||
'software_licenses' => 'گواهی نامه های نرم افزاری',
|
||
'user' => 'کاربر',
|
||
'view' => 'مشاهده توافقنامه',
|
||
);
|