snipe-it/resources/lang/ja/admin/statuslabels/table.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

20 lines
1.1 KiB
PHP

<?php
return [
'about' => 'ステータスラベルについて',
'archived' => 'アーカイブ',
'create' => 'ステータスラベルを作成',
'color' => 'グラフの色',
'default_label' => 'デフォルトラベル',
'default_label_help' => 'もっとも一般的に使用されるステータスラベルを、資産を作成/編集する際に選択ボックスの上部に表示します。',
'deployable' => '配備可能',
'info' => 'ステータスラベルは資産の様々な状態の説明に利用されます。修理中であったり、紛失/盗難かもしれません。資産を配備可能、ペンディング、保管といった新しいステータスラベルを作成できます。',
'name' => 'ステータス名',
'pending' => '保留中',
'status_type' => 'ステータスタイプ',
'show_in_nav' => 'サイドバーの表示',
'title' => 'ステータスラベル',
'undeployable' => '配備不可',
'update' => 'ステータスラベルを更新',
];