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
19 lines
1.1 KiB
PHP
19 lines
1.1 KiB
PHP
<?php
|
|
|
|
return [
|
|
'about_models_title' => '關於資產型號',
|
|
'about_models_text' => '資產型號是將相同資產分組的一種方式,例如:"MBP 2013"、"iPhone 6s"... 等。',
|
|
'deleted' => '此型號已被刪除。<a href="/hardware/models/:model_id/restore">點擊此處恢復</a>。',
|
|
'bulk_delete' => '批次刪除資產型號',
|
|
'bulk_delete_help' => '使用下面的核取方塊確認刪除選定的資產型號。不能刪除具有資產與之關聯的資產模型。',
|
|
'bulk_delete_warn' => '您即將刪除資產型號 :model_count。',
|
|
'restore' => '恢復型號',
|
|
'requestable' => '使用者可申請此型號',
|
|
'show_mac_address' => '在型號資產中顯示MAC地址',
|
|
'view_deleted' => '檢視已刪除',
|
|
'view_models' => '檢視型號',
|
|
'fieldset' => '欄位集',
|
|
'no_custom_field' => '沒有自訂欄位',
|
|
'add_default_values' => '新增預設值',
|
|
];
|