mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-11 08:04:09 -08:00
12 lines
392 B
PHP
12 lines
392 B
PHP
<?php
|
|
|
|
return [
|
|
'asset_maintenances' => '資産管理',
|
|
'edit' => '資産管理を編集',
|
|
'delete' => '資産管理を削除',
|
|
'view' => '資産運用の詳細を閲覧',
|
|
'repair' => '修復',
|
|
'maintenance' => 'メンテナンス',
|
|
'upgrade' => '更新'
|
|
];
|