Files
snipe-it/resources/lang/fa-IR/admin/statuslabels/table.php
T
snipe 9468acedfa Updated languages
Signed-off-by: snipe <snipe@snipe.net>
2025-05-28 18:20:02 +01:00

20 lines
1.4 KiB
PHP

<?php
return array(
'about' => 'About Status Types',
'archived' => 'آرشیو',
'create' => 'ساخت برچسب وضعیت',
'color' => 'رنگ نمودار',
'default_label' => 'برچسب پیش‌فرض',
'default_label_help' => 'این برای اطمینان از اینکه پرکاربردترین برچسب‌های وضعیت شما هنگام ایجاد/ویرایش دارایی‌ها در بالای کادر انتخاب ظاهر شوند استفاده می‌شود.',
'deployable' => 'گسترش',
'info' => 'Status label types are used to describe the various states your assets could be in. They may be out for repair, lost/stolen, etc. You can create new status labels for your deployable, pending and archived assets according to your own workflow. For more information, <a href="https://snipe-it.readme.io/docs/overview#status-labels" target="_blank">see the documentation <i class="fa fa-external-link"></i></a>.',
'name' => 'نام وضعیت',
'pending' => 'در حالت انتظار',
'status_type' => 'نوع وضعیت',
'show_in_nav' => 'نمایش در ناو جانبی',
'title' => 'برچسب های وضعیت',
'undeployable' => 'غیرقابل گسترش',
'update' => 'به روزرسانی برچسب وضعیت',
);