snipe-it/resources/lang/ru/admin/asset_maintenances/table.php

9 lines
216 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'title' => 'Заголовок',
2016-12-03 17:10:05 -08:00
'asset_name' => 'Asset Name',
2016-03-25 01:18:05 -07:00
'is_warranty' => 'Гарантия',
'dl_csv' => 'Загрузить CSV'
];