mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 15:44:11 -08:00
15 lines
704 B
PHP
15 lines
704 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenance_type' => 'Состояние обслуживания',
|
|
'title' => 'Заголовок',
|
|
'start_date' => 'Дата начала',
|
|
'completion_date' => 'Дата окончания',
|
|
'cost' => 'Стоймость',
|
|
'is_warranty' => 'Расширенная гарантия',
|
|
'asset_maintenance_time' => 'Время обслуживания (в днях)',
|
|
'notes' => 'Примечания',
|
|
'update' => 'Обновить статус',
|
|
'create' => 'Создать'
|
|
];
|