mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 08:34:25 -08:00
934afa036f
Shift automatically applies the Laravel coding style - which uses the PSR-2 coding style as a base with some minor additions. You may customize the adopted coding style by adding your own [PHP CS Fixer][1] `.php_cs` config file to your project root. Feel free to use [Shift's Laravel ruleset][2] to help you get started. [1]: https://github.com/FriendsOfPHP/PHP-CS-Fixer [2]: https://gist.github.com/laravel-shift/cab527923ed2a109dda047b97d53c200
20 lines
876 B
PHP
20 lines
876 B
PHP
<?php
|
|
|
|
return [
|
|
'about' => '關於狀態標籤',
|
|
'archived' => '已封存',
|
|
'create' => '新增狀態標籤',
|
|
'color' => '圖標顏色',
|
|
'default_label' => '預設標籤',
|
|
'default_label_help' => '這用於確保在創建/編輯資產時, 最常用的狀態標籤出現在 "選擇" 框的頂部。',
|
|
'deployable' => '可部署',
|
|
'info' => '狀態標籤用於描述資產的各種狀態(例如送外維修、遺失、被竊)。你可以為處於可部署、待處理或已封存的資產新增新的狀態標籤。',
|
|
'name' => '狀態名稱',
|
|
'pending' => '待處理',
|
|
'status_type' => '狀態類型',
|
|
'show_in_nav' => '在側邊導航欄中顯示',
|
|
'title' => '狀態標籤',
|
|
'undeployable' => '無法部署',
|
|
'update' => '更新狀態標籤',
|
|
];
|