mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
ddfa5776c5
This absolutely sucks. Something changed in CrowdIn or something else, which results in this push being *thousands* of files because someone somewhere decided that `return [];` was vastly inferior to `return array();` I'll try to fix it. :( FML Signed-off-by: snipe <snipe@snipe.net>
20 lines
881 B
PHP
20 lines
881 B
PHP
<?php
|
|
|
|
return array(
|
|
'about' => '關於狀態標籤',
|
|
'archived' => '已封存',
|
|
'create' => '新增狀態標籤',
|
|
'color' => '圖標顏色',
|
|
'default_label' => '預設標籤',
|
|
'default_label_help' => '這用於確保在創建/編輯資產時, 最常用的狀態標籤出現在 "選擇" 框的頂部。',
|
|
'deployable' => '可部署',
|
|
'info' => '狀態標籤用於描述資產的各種狀態(例如送外維修、遺失、被竊)。你可以為處於可部署、待處理或已封存的資產新增新的狀態標籤。',
|
|
'name' => '狀態名稱',
|
|
'pending' => '待處理',
|
|
'status_type' => '狀態類型',
|
|
'show_in_nav' => '在側邊導航欄中顯示',
|
|
'title' => '狀態標籤',
|
|
'undeployable' => '無法部署',
|
|
'update' => '更新狀態標籤',
|
|
);
|