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

15 lines
610 B
PHP
Raw Normal View History

2017-07-07 13:14:51 -07:00
<?php
return [
'asset_maintenance_type' => 'Засвар үйлчилгээний төрөл',
'title' => 'Гарчиг',
'start_date' => 'Эхэлсэн',
'completion_date' => 'Дууссан',
'cost' => 'Өртөг',
'is_warranty' => 'Нэмэлт баталгаа',
'asset_maintenance_time' => 'Хоног',
'notes' => 'Тэмдэглэл',
'update' => 'Шинэчлэх',
'create' => 'Үүсгэх',
2017-07-07 13:14:51 -07:00
];