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
21 lines
1.3 KiB
PHP
21 lines
1.3 KiB
PHP
<?php
|
|
|
|
return [
|
|
'accessory_category' => '付属品カテゴリー',
|
|
'accessory_name' => '付属品名',
|
|
'checkout' => '付属品の貸し出し',
|
|
'checkin' => '付属品の返却',
|
|
'create' => '付属品の作成',
|
|
'edit' => '付属品の編集',
|
|
'eula_text' => 'EULAカテゴリー',
|
|
'eula_text_help' => 'このフィールドは特殊なタイプの資産のためにEULAをカスタマイズすることが許可されています。全ての資産に一つだけEULAを適用する場合、以下の初期値を利用するにチェックすることも可能です。',
|
|
'require_acceptance' => 'このカテゴリの資産を承認するための利用者が必要です。',
|
|
'no_default_eula' => 'EULAの初期値が見つかりませんでした。最低1つは設定して下さい。',
|
|
'total' => '合計',
|
|
'remaining' => '利用可',
|
|
'update' => '付属品を更新',
|
|
'use_default_eula' => '<a href="#" data-toggle="modal" data-target="#eulaModal">初期設定EULA</a> を代わりに利用する。',
|
|
'use_default_eula_disabled' => '<del>初期設定EULAを代わりに利用する。</del> 初期設定EULAが設定されていません。一つは追加してください。',
|
|
|
|
];
|