snipe-it/resources/lang/zh-TW/admin/statuslabels/message.php

32 lines
1.3 KiB
PHP
Raw Normal View History

2016-03-25 01:18:05 -07:00
<?php
return [
2016-03-25 01:18:05 -07:00
'does_not_exist' => '狀態標籤不存在',
'assoc_assets' => '至少還有一個資產與此狀態標籤關聯,目前不能被删除,請確認後重試。 ',
2016-03-25 01:18:05 -07:00
'create' => [
'error' => '新增狀態標籤失敗,請重試。',
'success' => '新增狀態標籤成功。',
],
2016-03-25 01:18:05 -07:00
'update' => [
'error' => '更新狀態標籤失敗,請重試。',
'success' => '更新狀態標籤成功。',
],
2016-03-25 01:18:05 -07:00
'delete' => [
'confirm' => '您確定要刪除此狀態標籤嗎?',
'error' => '刪除狀態標籤失敗,請重試。',
'success' => '刪除狀態標籤成功。',
],
2017-10-17 18:52:20 -07:00
'help' => [
2017-10-17 18:52:20 -07:00
'undeployable' => '這些資產不能分配給任何人。',
'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' => '這些資產不能分配給任何人,經常用於修理的物品,但預計將重新流通。',
],
2016-03-25 01:18:05 -07:00
];