2016-03-25 01:18:05 -07:00
< ? php
2021-06-10 13:15:52 -07:00
return [
2016-03-25 01:18:05 -07:00
2016-10-12 13:01:29 -07:00
'does_not_exist' => '狀態標籤不存在' ,
'assoc_assets' => '至少還有一個資產與此狀態標籤關聯,目前不能被删除,請確認後重試。 ' ,
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'create' => [
2016-10-12 13:01:29 -07:00
'error' => '新增狀態標籤失敗,請重試。' ,
2021-06-10 13:15:52 -07:00
'success' => '新增狀態標籤成功。' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'update' => [
2016-10-12 13:01:29 -07:00
'error' => '更新狀態標籤失敗,請重試。' ,
2021-06-10 13:15:52 -07:00
'success' => '更新狀態標籤成功。' ,
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
'delete' => [
2016-10-12 13:01:29 -07:00
'confirm' => '您確定要刪除此狀態標籤嗎?' ,
'error' => '刪除狀態標籤失敗,請重試。' ,
2021-06-10 13:15:52 -07:00
'success' => '刪除狀態標籤成功。' ,
],
2017-10-17 18:52:20 -07:00
2021-06-10 13:15:52 -07:00
'help' => [
2017-10-17 18:52:20 -07:00
'undeployable' => '這些資產不能分配給任何人。' ,
2022-01-13 21:27:29 -08:00
'deployable' => 'These assets can be checked out. Once they are assigned, they will assume a meta status of <i class="fas fa-circle text-blue"></i> <strong>Deployed</strong>.' ,
2017-10-17 18:52:20 -07:00
'archived' => '這些資產無法簽出,只會顯示在“存檔”視圖中。這有助於保留有關資產的預算/歷史目的信息,但將其保留在日常資產清單之外。' ,
'pending' => '這些資產不能分配給任何人,經常用於修理的物品,但預計將重新流通。' ,
2021-06-10 13:15:52 -07:00
],
2016-03-25 01:18:05 -07:00
2021-06-10 13:15:52 -07:00
];