This commit is contained in:
2024-04-19 10:27:36 +02:00
parent fcb6bbe566
commit 35c96e715c
7852 changed files with 4815 additions and 8 deletions

View File

@ -0,0 +1,32 @@
<?php
return [
'does_not_exist' => '狀態標籤不存在',
'deleted_label' => 'Deleted Status Label',
'assoc_assets' => '至少還有一個資產與此狀態標籤關聯,目前不能被删除,請確認後重試。 ',
'create' => [
'error' => '新增狀態標籤失敗,請重試。',
'success' => '新增狀態標籤成功。',
],
'update' => [
'error' => '更新狀態標籤失敗,請重試。',
'success' => '更新狀態標籤成功。',
],
'delete' => [
'confirm' => '您確定要刪除此狀態標籤嗎?',
'error' => '刪除狀態標籤失敗,請重試。',
'success' => '刪除狀態標籤成功。',
],
'help' => [
'undeployable' => '這些資產不能分配給任何人。',
'deployable' => '這些資產可以被借出。一旦分配,它們將呈現 <i class="fas fa-circle text-blue"></i> <strong>已部署</strong> 的元狀態。',
'archived' => '這些資產無法簽出,只會顯示在“存檔”視圖中。這有助於保留有關資產的預算/歷史目的信息,但將其保留在日常資產清單之外。',
'pending' => '這些資產不能分配給任何人,經常用於修理的物品,但預計將重新流通。',
],
];

View File

@ -0,0 +1,19 @@
<?php
return array(
'about' => '關於狀態標籤',
'archived' => '已封存',
'create' => '新增狀態標籤',
'color' => '圖標顏色',
'default_label' => '預設標籤',
'default_label_help' => '這用於確保在創建/編輯資產時, 最常用的狀態標籤出現在 "選擇" 框的頂部。',
'deployable' => '可部署',
'info' => '狀態標籤用於描述資產的各種狀態(例如送外維修、遺失、被竊)。你可以為處於可部署、待處理或已封存的資產新增新的狀態標籤。',
'name' => '狀態名稱',
'pending' => '待處理',
'status_type' => '狀態類型',
'show_in_nav' => '在側邊導航欄中顯示',
'title' => '狀態標籤',
'undeployable' => '無法部署',
'update' => '更新狀態標籤',
);