snipe-it/resources/lang/fa/admin/asset_maintenances/form.php
snipe f1caf69f05 Updated Persian
Signed-off-by: snipe <snipe@snipe.net>
2023-04-06 19:26:15 -07:00

15 lines
613 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 [
'asset_maintenance_type' => 'Asset Maintenance Type',
'title' => 'عنوان',
'start_date' => 'Start Date',
'completion_date' => 'Completion Date',
'cost' => 'هزینه',
'is_warranty' => 'بهبود ضمانت',
'asset_maintenance_time' => 'Asset Maintenance Time (in days)',
'notes' => 'یادداشت ها',
'update' => 'Update Asset Maintenance',
'create' => 'Create Asset Maintenance'
];