snipe-it/resources/lang/ja/admin/asset_maintenances/general.php
snipe 1360ce90a5 Updated strings
Signed-off-by: snipe <snipe@snipe.net>
2022-10-13 12:52:45 -07:00

17 lines
693 B
PHP

<?php
return [
'asset_maintenances' => '資産管理',
'edit' => '資産管理を編集',
'delete' => '資産管理を削除',
'view' => '資産運用の詳細を閲覧',
'repair' => '修復',
'maintenance' => 'メンテナンス',
'upgrade' => '更新',
'calibration' => 'キャリブレーション',
'software_support' => 'ソフトウェア サポート',
'hardware_support' => 'ハードウェア サポート',
'configuration_change' => '設定の変更',
'pat_test' => 'PATテスト',
];