snipe-it/resources/lang/ja/admin/licenses/form.php
Laravel Shift 934afa036f Adopt Laravel coding style
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
2021-06-10 20:15:52 +00:00

23 lines
1.1 KiB
PHP

<?php
return [
'asset' => '資産',
'checkin' => 'チェックイン',
'create' => 'ライセンスを作成',
'expiration' => '有効期限',
'license_key' => 'プロダクト キー',
'maintained' => '保有',
'name' => 'ソフトウェア名',
'no_depreciation' => '減価償却しない',
'purchase_order' => '購入時の注文番号',
'reassignable' => '再割当て可能',
'remaining_seats' => 'シート残',
'seats' => 'シート数',
'termination_date' => '満期日',
'to_email' => 'ライセンスされたEmail',
'to_name' => 'ライセンスされた名前',
'update' => 'ライセンスを更新',
'checkout_help' => 'あなたはハードウェア資産もしくは社員にライセンスを付与しているか確認する必要があります。両方選択することも可能ですが、資産所有者は資産を確認した社員と一致しなければなりません。',
];