mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-13 09:04:09 -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.3 KiB
PHP
23 lines
1.3 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' => '資産を表示',
|
|
];
|