snipe-it/resources/lang/he/admin/components/general.php

16 lines
627 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2017-10-17 18:52:20 -07:00
'component_name' => 'שם רכיב',
'checkin' => 'רכיב Checkin',
'checkout' => 'רכיב Checkout',
'cost' => 'עלות הרכישה',
'create' => 'צור רכיב',
'edit' => 'עריכת רכיב',
'date' => 'תאריך רכישה',
'order' => 'מספר הזמנה',
'remaining' => 'נוֹתָר',
'total' => 'סה"כ',
'update' => 'עדכון רכיב',
];