snipe-it/resources/lang/fa-IR/admin/asset_maintenances/form.php
snipe 54b664d679 Updated strings, added Oromo
Signed-off-by: snipe <snipe@snipe.net>
2025-02-24 14:50:23 +00:00

15 lines
694 B
PHP
Raw Permalink 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 [
'asset_maintenance_type' => 'نوع نگهداری دارایی',
'title' => 'عنوان',
'start_date' => 'تاریخ شروع',
'completion_date' => 'تاریخ پایان',
'cost' => 'هزینه',
'is_warranty' => 'بهبود ضمانت',
'asset_maintenance_time' => 'زمان نگهداری دارایی (به روز)',
'notes' => 'یادداشت ها',
'update' => 'بروزرسانی نگهداشت دارایی',
'create' => 'ایجاد نگهداشت دارایی'
];