mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
16 lines
855 B
PHP
16 lines
855 B
PHP
<?php
|
|
|
|
return array(
|
|
'about_models_title' => 'About Asset Models',
|
|
'about_models_text' => 'Asset Models are a way to group identical assets. "MBP 2013", "IPhone 6s", etc.',
|
|
'deleted' => 'この型番は削除されました。<a href="/hardware/models/:model_id/restore">元に戻すにはココをクリックして下さい。</a>.',
|
|
'restore' => '型番を復元',
|
|
'requestable' => 'Users may request this model',
|
|
'show_mac_address' => 'この型番の資産にMACアドレスフィールドを表示',
|
|
'view_deleted' => '削除したものを表示',
|
|
'view_models' => '型番を表示',
|
|
'fieldset' => 'フィールドセット',
|
|
'no_custom_field' => 'カスタム フィールドなし',
|
|
|
|
);
|