snipe-it/resources/lang/mn/admin/departments/table.php

12 lines
366 B
PHP
Raw Normal View History

2017-07-07 13:14:51 -07:00
<?php
return array(
'id' => 'ID',
2017-10-17 18:52:20 -07:00
'name' => 'Газрын нэр',
'manager' => 'Менежер',
'location' => 'Байршил',
'create' => 'Газар үүсгэх',
'update' => 'Шинэчилсэн газар',
2017-07-07 13:14:51 -07:00
);