2016-03-25 01:18:05 -07:00
< ? php
2021-06-10 13:15:52 -07:00
return [
'bulk_delete' => '確認批次刪除資產' ,
2023-04-06 19:57:28 -07:00
'bulk_restore' => 'Confirm Bulk Restore Assets' ,
2016-10-12 13:01:29 -07:00
'bulk_delete_help' => '請再次確認批次刪除的資產。刪除後資產可以恢復,但將會失去當前的用戶關聯資訊。' ,
2023-04-06 19:57:28 -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.' ,
2016-10-12 13:01:29 -07:00
'bulk_delete_warn' => '即將刪除 :asset_count 項資產' ,
2023-04-06 19:57:28 -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_help' => '此表格允許您同時修改多項資產。請僅填寫需要修改的欄位,留空的欄位不會做任何修改。' ,
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.' ,
2016-10-12 13:01:29 -07:00
'checkedout_to' => '借出至' ,
'checkout_date' => '借出日期' ,
'checkin_date' => '繳回日期' ,
'checkout_to' => '借出至' ,
'cost' => '採購成本' ,
'create' => '新增資產' ,
'date' => '採購日期' ,
2017-10-17 18:52:20 -07:00
'depreciation' => '折舊' ,
2016-10-12 13:01:29 -07:00
'depreciates_on' => '折舊於' ,
'default_location' => '預設位置' ,
'eol_date' => '產品壽命日期' ,
'eol_rate' => '產品壽命等級' ,
'expected_checkin' => '預計歸還日期' ,
'expires' => '到期' ,
'fully_depreciated' => '提足折舊' ,
'help_checkout' => '如果您希望立即分配此資產,請在上方狀態欄位選擇 "可部署"。' ,
'mac_address' => 'MAC地址' ,
'manufacturer' => '製造商' ,
'model' => '型號' ,
'months' => '月數' ,
'name' => '資產名稱' ,
'notes' => '備註' ,
'order' => '訂單編號' ,
2016-03-25 01:18:05 -07:00
'qr' => 'QR Code' ,
2016-10-12 13:01:29 -07:00
'requestable' => '使用者可申請此資產' ,
'select_statustype' => '選擇狀態類型' ,
'serial' => '序號' ,
'status' => '狀態' ,
'tag' => '資產標籤' ,
'update' => '更新資產' ,
'warranty' => '保固' ,
2021-06-10 13:15:52 -07:00
'warranty_expires' => '保固期限' ,
2016-10-12 13:01:29 -07:00
'years' => '年' ,
2022-10-04 17:48:43 -07:00
'asset_location' => '更新資產位置' ,
'asset_location_update_default_current' => '更新預設位置和實際位置' ,
'asset_location_update_default' => '只更新預設位置' ,
2022-01-13 21:27:29 -08:00
'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:57:28 -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
];