2016-03-25 01:18:05 -07:00
< ? php
return array (
'about' => 'ステータスラベルについて' ,
'archived' => 'アーカイブ' ,
'create' => 'ステータスラベルを作成' ,
2017-04-06 21:36:33 -07:00
'color' => 'グラフの色' ,
2018-03-22 20:01:45 -07:00
'default_label' => 'Default Label' ,
'default_label_help' => 'This is used to ensure your most commonly used status labels appear at the top of the select box when creating/editing assets.' ,
2016-03-25 01:18:05 -07:00
'deployable' => '配備可能' ,
'info' => 'ステータスラベルは資産の様々な状態の説明に利用されます。修理中であったり、紛失/盗難かもしれません。資産を配備可能、ペンディング、保管といった新しいステータスラベルを作成できます。' ,
'name' => 'ステータス名' ,
'pending' => '保留中' ,
'status_type' => 'ステータスタイプ' ,
2017-04-06 21:36:33 -07:00
'show_in_nav' => 'サイドバーの表示' ,
2016-03-25 01:18:05 -07:00
'title' => 'ステータスラベル' ,
'undeployable' => '配備不可' ,
'update' => 'ステータスラベルを更新' ,
);