ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

View File

@ -0,0 +1,14 @@
<?php
return [
'asset_maintenance_type' => '資産管理タイプ',
'title' => 'タイトル',
'start_date' => '開始日',
'completion_date' => '完了日',
'cost' => '費用',
'is_warranty' => '保証改善',
'asset_maintenance_time' => '資産管理期間(日数)',
'notes' => '備考',
'update' => '資産管理を更新',
'create' => '資産管理を作成'
];

View File

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

View File

@ -0,0 +1,21 @@
<?php
return [
'not_found' => 'お探しの資産管理が見つかりませんでした。',
'delete' => [
'confirm' => 'この資産管理を本当に削除しますか?',
'error' => '資産管理の削除に失敗しました。もう一度試して下さい。',
'success' => '資産管理の削除に成功しました。',
],
'create' => [
'error' => '資産管理を作成できませんでした。もう一度試して下さい。',
'success' => '資産管理の作成に成功しました。',
],
'edit' => [
'error' => '資産管理を編集できませんでした。もう一度試して下さい。',
'success' => '資産管理の編集に成功しました。',
],
'asset_maintenance_incomplete' => '不完全です。',
'warranty' => '保証',
'not_warranty' => '無保証',
];

View File

@ -0,0 +1,8 @@
<?php
return [
'title' => '資産管理',
'asset_name' => '資産名',
'is_warranty' => '保証書',
'dl_csv' => 'CSVダウンロード',
];