2017-12-12 09:20:57 -08:00
< ? php
2021-06-10 13:15:52 -07:00
return [
'bulk_delete' => 'Confirm Bulk Delete Assets' ,
2023-04-06 19:54:41 -07:00
'bulk_restore' => 'Confirm Bulk Restore Assets' ,
2017-12-12 09:20:57 -08:00
'bulk_delete_help' => 'Review the assets for bulk deletion below. Once deleted, these assets can be restored, but they will no longer be associated with any users they are currently assigned to.' ,
2023-04-06 19:54:41 -07:00
'bulk_restore_help' => 'Review the assets for bulk restoration below. Once restored, these assets will not be associated with any users they were previously assigned to.' ,
2017-12-12 09:20:57 -08:00
'bulk_delete_warn' => 'You are about to delete :asset_count assets.' ,
2023-04-06 19:54:41 -07:00
'bulk_restore_warn' => 'You are about to restore :asset_count assets.' ,
2021-06-10 13:15:52 -07:00
'bulk_update' => 'Bulk Update Assets' ,
'bulk_update_help' => 'This form allows you to update multiple assets at once. Only fill in the fields you need to change. Any fields left blank will remain unchanged. ' ,
2022-10-04 17:48:43 -07:00
'bulk_update_warn' => 'You are about to edit the properties of a single asset.|You are about to edit the properties of :asset_count assets.' ,
2018-01-20 04:53:04 -08:00
'checkedout_to' => 'Видано' ,
'checkout_date' => 'Дата видачі' ,
'checkin_date' => 'Дата повернення' ,
'checkout_to' => 'Видати' ,
2017-12-12 09:20:57 -08:00
'cost' => 'Вартість покупки' ,
2018-01-20 04:53:04 -08:00
'create' => 'Створити актив' ,
'date' => 'Дата покупки' ,
2017-12-12 09:20:57 -08:00
'depreciation' => 'Depreciation' ,
'depreciates_on' => 'Depreciates On' ,
'default_location' => 'Default Location' ,
2018-01-20 04:53:04 -08:00
'eol_date' => 'Дата EOL' ,
2017-12-12 09:20:57 -08:00
'eol_rate' => 'EOL Rate' ,
2018-01-20 04:53:04 -08:00
'expected_checkin' => 'Очікувана дата повернення' ,
2017-12-12 09:20:57 -08:00
'expires' => 'Термін закінчується' ,
'fully_depreciated' => 'Fully Depreciated' ,
'help_checkout' => 'If you wish to assign this asset immediately, select "Ready to Deploy" from the status list above. ' ,
'mac_address' => 'MAC-адреса' ,
'manufacturer' => 'Виробник' ,
'model' => 'Модель' ,
'months' => 'міс.' ,
2018-01-20 04:53:04 -08:00
'name' => 'Назва активу' ,
2017-12-12 09:20:57 -08:00
'notes' => 'Нотатки' ,
'order' => 'Номер замовлення' ,
'qr' => 'QR-код' ,
'requestable' => 'Users may request this asset' ,
'select_statustype' => 'Select Status Type' ,
2018-01-20 04:53:04 -08:00
'serial' => 'Серійник' ,
2017-12-12 09:20:57 -08:00
'status' => 'Статус' ,
'tag' => 'Asset Tag' ,
2018-01-20 04:53:04 -08:00
'update' => 'Оновити актив' ,
2017-12-12 09:20:57 -08:00
'warranty' => 'Гарантія' ,
2021-06-10 13:15:52 -07:00
'warranty_expires' => 'Warranty Expires' ,
2017-12-12 09:20:57 -08:00
'years' => 'р .' ,
2022-01-13 21:27:29 -08:00
'asset_location' => 'Update Asset Location' ,
'asset_location_update_default_current' => 'Update default location AND actual location' ,
'asset_location_update_default' => 'Update only default location' ,
'asset_not_deployable' => 'That asset status is not deployable. This asset cannot be checked out.' ,
'asset_deployable' => 'That status is deployable. This asset can be checked out.' ,
2023-04-06 19:54:41 -07:00
'processing_spinner' => 'Processing... (This might take a bit of time on large files)' ,
2022-06-30 17:34:46 -07:00
'optional_infos' => 'Optional Information' ,
'order_details' => 'Order Related Information'
2021-06-10 13:15:52 -07:00
];