snipe-it/resources/lang/he/admin/asset_maintenances/form.php

15 lines
551 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'asset_maintenance_type' => 'סוג תחזוקה',
'title' => 'כותרת',
'start_date' => 'התחיל',
'completion_date' => 'הושלם',
2016-03-25 01:18:05 -07:00
'cost' => 'מחיר',
2017-10-17 18:52:20 -07:00
'is_warranty' => 'שיפור באחריות',
2016-03-25 01:18:05 -07:00
'asset_maintenance_time' => 'ימים',
2017-10-17 18:52:20 -07:00
'notes' => 'הערות',
'update' => 'עדכון',
'create' => 'לִיצוֹר',
2016-03-25 01:18:05 -07:00
];