snipe-it/resources/lang/he/admin/departments/table.php
2017-10-17 18:52:20 -07:00

12 lines
369 B
PHP

<?php
return array(
'id' => 'תְעוּדַת זֶהוּת',
'name' => 'שם מחלקה',
'manager' => 'מנהל',
'location' => 'מקום',
'create' => 'יצירת המחלקה',
'update' => 'עדכון המחלקה',
);