mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-03 18:07:41 -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
23 lines
1 KiB
PHP
23 lines
1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_assets_title' => '關於資產',
|
|
'about_assets_text' => '資產是按序號或資產標籤追蹤的物品。 他們往往是高價值並標示為重要的物品。',
|
|
'archived' => '已封存',
|
|
'asset' => '資產',
|
|
'bulk_checkout' => '借出資產',
|
|
'checkin' => '資產繳回',
|
|
'checkout' => '借出資產',
|
|
'clone' => '複製資產',
|
|
'deployable' => '可部署',
|
|
'deleted' => '此資產已刪除。<a href="/hardware/:asset_id/restore">點擊此處恢復</a>.',
|
|
'edit' => '編輯資產',
|
|
'model_deleted' => '此資產型號已被刪除,恢復資產前需要先恢復型號。<br/> <a href="/hardware/models/:model_id/restore">點擊此處恢復型號</a>。',
|
|
'requestable' => '可申領',
|
|
'requested' => '已申領',
|
|
'restore' => '還原資產',
|
|
'pending' => '待處理',
|
|
'undeployable' => '不可部署',
|
|
'view' => '檢視資產',
|
|
];
|