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

9 lines
227 B
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
'title' => 'Заголовок',
2017-04-06 21:36:33 -07:00
'asset_name' => 'Имя ресурса',
2016-03-25 01:18:05 -07:00
'is_warranty' => 'Гарантия',
'dl_csv' => 'Загрузить CSV'
];