git -C '/home/opc/rocketa.git' show d7f6645 -- resources/views/admin/general/achieve/fixed_cost_list.blade.phpcommit d7f664581606eb166399f1d8ed39b8c9e6434a37
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Mon Oct 13 18:50:12 2025 +0900
管理画面翻訳(未完成)
diff --git a/resources/views/admin/general/achieve/fixed_cost_list.blade.php b/resources/views/admin/general/achieve/fixed_cost_list.blade.php
index 49e04e8..c3d5cc1 100644
--- a/resources/views/admin/general/achieve/fixed_cost_list.blade.php
+++ b/resources/views/admin/general/achieve/fixed_cost_list.blade.php
@@ -9,12 +9,12 @@
{{-- コンテンツ内容 .main_col内 --}}
@section('content')
- <h2 class="mb-3 pb-2 border-bottom">成果管理 - 固定費一覧</h2>
+ <h2 class="mb-3 pb-2 border-bottom">{{__('achieve-fixed_cost_list.performance_management')}} - {{__('achieve-fixed_cost_list.fixed_cost_list')}}</h2>
<div class="accordion mb-3" id="accordion" role="tablist">
<div class="card-header p-0 bg-dark" role="tab" id="heading1">
<h5 class="mb-0 position-relative">
- <a data-bs-toggle="collapse" class="text-decoration-none text-white vector_icon" href="{{ url('#collapse') }}" aria-expanded="true" aria-controls="collapse">検索</a>
+ <a data-bs-toggle="collapse" class="text-decoration-none text-white vector_icon" href="{{ url('#collapse') }}" aria-expanded="true" aria-controls="collapse">{{__('achieve-fixed_cost_list.search')}}</a>
</h5>
</div>
@@ -25,31 +25,31 @@
<div class="form_box border mb-3 position-relative">
<div class="form-group row m-0 border-bottom">
<div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('','対象パートナー', ['class'=>'px-2 col-form-label'], false) }}
+ {{ Form::label('',__('achieve-fixed_cost_list.target_partner'), ['class'=>'px-2 col-form-label'], false) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
<div class="p-2 w-100">
- {{ Form::select('media_id', $media_list, $conditions['media_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>'選択してください']) }}
+ {{ Form::select('media_id', $media_list, $conditions['media_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>__('achieve-fixed_cost_list.please_select')]) }}
</div>
</div>
</div><!-- /.form-group -->
<div class="form-group row m-0 border-bottom">
<div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('','対象広告', ['class'=>'px-2 col-form-label'], false) }}
+ {{ Form::label('',__('achieve-fixed_cost_list.target_advertisement'), ['class'=>'px-2 col-form-label'], false) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
<div class="p-2 w-100">
- {{ Form::select('list_ad_id', $ad_list, $conditions['list_ad_id'], ['id'=>'ad_select', 'class'=>'form-select select2_search', 'data-placeholder'=>'選択してください']) }}
+ {{ Form::select('list_ad_id', $ad_list, $conditions['list_ad_id'], ['id'=>'ad_select', 'class'=>'form-select select2_search', 'data-placeholder'=>__('achieve-fixed_cost_list.please_select')]) }}
</div>
</div>
</div><!-- /.form-group -->
<div class="form-group row m-0 border-bottom">
<div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('','広告ID', ['class'=>'px-2 col-form-label'], false) }}
+ {{ Form::label('',__('achieve-fixed_cost_list.ad_id'), ['class'=>'px-2 col-form-label'], false) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -61,7 +61,7 @@
<div class="form-group row m-0 border-bottom">
<div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('', '対象月', ['class'=>'px-2 col-form-label'], false) }}
+ {{ Form::label('', __('achieve-fixed_cost_list.target_month'), ['class'=>'px-2 col-form-label'], false) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -75,15 +75,15 @@
<div class="col-md-6 px-0">
<div class="form-group row m-0 h-100">
<div class="col-md-6 col-lg-5 col-xl-4 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('','表示件数', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('',__('achieve-fixed_cost_list.display_count'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-md-6 col-lg-7 col-xl-8 px-0 d-flex align-items-center">
<div class="p-2 w-100">
{{ Form::select('count', [
- 10 => '10件',
- 20 => '20件',
- 30 => '30件'],
+ 10 => '10'.__('achieve-fixed_cost_list.items'),
+ 20 => '20'.__('achieve-fixed_cost_list.items'),
+ 30 => '30'.__('achieve-fixed_cost_list.items')],
$conditions['count'], ['class'=>'form-select']
)}}
</div>
@@ -98,7 +98,7 @@
<div class="row mx-0 justify-content-center w-100">
<div class="col-md-8 p-0">
- {{ Form::submit('検索', ['class'=>'btn btn-primary btn-lg w-100']) }}
+ {{ Form::submit(__('achieve-fixed_cost_list.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
{{ Form::close() }}
@@ -135,19 +135,19 @@
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">広告名</span>
+ <span class="d-block text-center">{{__('achieve-fixed_cost_list.ad_name')}}</span>
</th>
<th class="align-middle" scope="col" style="width: 20%;">
- <span class="d-block text-center">パートナー</span>
+ <span class="d-block text-center">{{__('achieve-fixed_cost_list.partner')}}</span>
</th>
<th class="align-middle" scope="col" style="width: 10%;">
- <span class="d-block text-center">固定費</span>
+ <span class="d-block text-center">{{__('achieve-fixed_cost_list.fixed_cost')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">対象月</span>
+ <span class="d-block text-center">{{__('achieve-fixed_cost_list.target_month_repeat')}}</span>
</th>
<th class="align-middle" scope="col" style="width: 15%;">
@@ -166,8 +166,8 @@
<td class="align-middle text-break text-wrap">{{ $data->media_name }}</td>
<td class="align-middle text-break text-wrap">
- [N]{{ number_format($data->net_price) }}円<br>
- [G]{{ number_format($data->gross_price) }}円
+ [N]{{ number_format($data->net_price) }}{{__('achieve-fixed_cost_list.yen')}}<br>
+ [G]{{ number_format($data->gross_price) }}{{__('achieve-fixed_cost_list.yen')}}
</td>
<td class="align-middle text-break text-wrap">{{ date('Y-m', strtotime($data->month.'01')) }}</td>
@@ -175,11 +175,11 @@
<td class="align-middle text-center">
<div class="row m-0 align-items-center inner_area_btn inner_area_btn_col_2 justify-content-center">
<div class="col-lg-5 p-0">
- <a href="{{ url('/admin/general/achieve/fixed_cost_detail/'.$data['fixed_cost_id']) }}" class="btn btn-secondary w-100 h-100 px-0">詳細</a>
+ <a href="{{ url('/admin/general/achieve/fixed_cost_detail/'.$data['fixed_cost_id']) }}" class="btn btn-secondary w-100 h-100 px-0">{{__('achieve-fixed_cost_list.details')}}</a>
</div>
<div class="col-lg-5 p-0 ms-lg-2 end_btn">
- <a href="{{ url('/admin/general/achieve/fixed_cost_regist/'.$data['fixed_cost_id']) }}" class="btn btn-secondary w-100 h-100 px-0">編集</a>
+ <a href="{{ url('/admin/general/achieve/fixed_cost_regist/'.$data['fixed_cost_id']) }}" class="btn btn-secondary w-100 h-100 px-0">{{__('achieve-fixed_cost_list.edit')}}</a>
</div>
</div>
</td>
@@ -206,8 +206,7 @@
</div><!-- /.inner_box -->
@else
<div class="inner_box text-center">
- 該当データはありません。<br>
- 条件を変更して検索してください。
+ {!!__('achieve-fixed_cost_list.no_matching_data_message')!!}
</div>
@endif
</div>