mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-28 23:19:42 -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
835 B
PHP
23 lines
835 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'asset' => '資產',
|
|
'checkin' => '繳回',
|
|
'create' => '新增授權',
|
|
'expiration' => '到期日期',
|
|
'license_key' => '產品序號',
|
|
'maintained' => '保持',
|
|
'name' => '軟體名稱',
|
|
'no_depreciation' => '永久',
|
|
'purchase_order' => '採購單號',
|
|
'reassignable' => '可重新授權',
|
|
'remaining_seats' => '剩餘數量',
|
|
'seats' => '數量',
|
|
'termination_date' => '終止日期',
|
|
'to_email' => '授權信箱',
|
|
'to_name' => '授權給',
|
|
'update' => '更新授權',
|
|
'checkout_help' => '請檢查這個授權是否已經分配給某個人或某個設備。你可以複選,但資產歸屬人必須是相同的。',
|
|
];
|