git -C '/home/opc/rocketa.git' show 09cc738 -- resources/views/client/general/report/published.blade.phpcommit 09cc738e17d1ad148bf2243e1f04aefe8cde1fc5
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Oct 9 10:19:51 2025 +0900
翻訳機能追加+成果受け取りの余計な機能を削除
diff --git a/resources/views/client/general/report/published.blade.php b/resources/views/client/general/report/published.blade.php
index c4ef328..219b04b 100644
--- a/resources/views/client/general/report/published.blade.php
+++ b/resources/views/client/general/report/published.blade.php
@@ -9,20 +9,20 @@
{{-- コンテンツ内容 .main_col内 --}}
@section('content')
- <h2 class="mb-3 pb-2 border-bottom">レポート管理 - 掲載レポート</h2>
+ <h2 class="mb-3 pb-2 border-bottom">{{__('general-report-published.report-management')}} - {{__('general-report-published.placement-report')}}</h2>
<div class="area_btn">
<div class="row mx-0 mb-3 justify-content-start">
<div class="col-lg-2 col-sm-3 p-0">
- <a href="{{ url('/general/report/monthly') }}" class="btn btn-secondary px-1 w-100">月別</a>
+ <a href="{{ url('/general/report/monthly') }}" class="btn btn-secondary px-1 w-100">{{__('general-report-published.monthly')}}</a>
</div>
<div class="col-lg-2 col-sm-3 p-0 center_btn">
- <a href="{{ url('/general/report/daily') }}" class="btn btn-secondary w-100">日別</a>
+ <a href="{{ url('/general/report/daily') }}" class="btn btn-secondary w-100">{{__('general-report-published.daily')}}</a>
</div>
<div class="col-lg-2 col-sm-3 p-0">
- <a href="{{ url('/general/report/published') }}" class="btn btn-primary w-100">掲載</a>
+ <a href="{{ url('/general/report/published') }}" class="btn btn-primary w-100">{{__('general-report-published.placement')}}</a>
</div>
</div>
</div>
@@ -41,29 +41,29 @@
<div class="form_box border mb-3">
<div class="form-group row m-0 border-bottom">
<div class="col-md-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('', 'レポート対象', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('', __('general-report-published.report-target'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-md-10 px-0 d-flex align-items-center">
<div class="p-2 w-100">
<div class="form-check form-check-inline">
{{ Form::radio('kye_type', 1, ($conditions['kye_type'] == 1), ['id'=>'search_form_radio_1_1', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_1_1', '広告', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_1_1', __('general-report-published.ad'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('kye_type', 2, ($conditions['kye_type'] == 2), ['id'=>'search_form_radio_1_2', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_1_2', '広告素材別', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_1_2', __('general-report-published.by-ad-creative'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('kye_type', 3, ($conditions['kye_type'] == 3), ['id'=>'search_form_radio_1_3', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_1_3', '運営会社別', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_1_3', __('general-report-published.by-operating-company'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('kye_type', 4, ($conditions['kye_type'] == 4), ['id'=>'search_form_radio_1_4', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_1_4', 'メディア別', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_1_4', __('general-report-published.by-media'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -71,7 +71,7 @@
<div class="form-group row m-0">
<div class="col-md-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('', '期間絞り込み', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('', __('general-report-published.filter-by-period'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-md-10 px-0 d-flex align-items-center">
@@ -90,32 +90,32 @@
<div class="form-check form-check-inline">
{{ Form::radio('target_date_type', 1, ($conditions['target_date_type'] == 1), ['id'=>'search_form_radio_2_1', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_2_1', '上記期間', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_2_1', __('general-report-published.selected-period'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('target_date_type', 2, ($conditions['target_date_type'] == 2), ['id'=>'search_form_radio_2_2', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_2_2', '今月', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_2_2', __('general-report-published.this-month'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('target_date_type', 3, ($conditions['target_date_type'] == 3), ['id'=>'search_form_radio_2_3', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_2_3', '先月', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_2_3', __('general-report-published.last-month'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('target_date_type', 4, ($conditions['target_date_type'] == 4), ['id'=>'search_form_radio_2_4', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_2_4', '今日', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_2_4', __('general-report-published.last-month'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('target_date_type', 5, ($conditions['target_date_type'] == 5), ['id'=>'search_form_radio_2_5', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_2_5', '昨日', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_2_5', __('general-report-published.yesterday'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('target_date_type', 6, ($conditions['target_date_type'] == 6), ['id'=>'search_form_radio_2_6', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_2_6', '過去7日', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_2_6', __('general-report-published.last-7-days'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -125,7 +125,7 @@
<div class="form_box border mb-2">
<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']) }}
+ {{ Form::label('', __('general-report-published.operating-company'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-4 px-0 d-flex align-items-center">
@@ -135,7 +135,7 @@
</div>
<div class="col-sm-2 px-0 align-items-center bg-gray d-flex align-items-center half_col_r">
- {{ Form::label('', '広告主', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('', __('general-report-published.advertiser'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-4 px-0 d-flex align-items-center">
@@ -147,7 +147,7 @@
<div class="form-group row m-0">
<div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
- {{ Form::label('', 'メディア', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('', __('general-report-published.media'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-4 px-0 d-flex align-items-center">
@@ -157,7 +157,7 @@
</div>
<div class="col-sm-2 px-0 align-items-center bg-gray d-flex align-items-center half_col_r">
- {{ Form::label('', '広告', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('', __('general-report-published.ad'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-4 px-0 d-flex align-items-center">
@@ -170,13 +170,13 @@
<div class="row mx-0 mb-3 justify-content-end w-100">
<div class="col-md-2 p-0">
- {{ Form::reset('条件を解除', ['class'=>'btn btn-secondary w-100']) }}
+ {{ Form::reset(__('general-report-published.clear-filters'), ['class'=>'btn btn-secondary w-100']) }}
</div>
</div>
<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(__('general-report-published.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
{{ Form::close() }}
@@ -185,7 +185,7 @@
</div><!-- /.card -->
</div><!-- /.accordion -->
- <h5 class="mb-0 text-white bg-dark box_head">掲載レポート</h5>
+ <h5 class="mb-0 text-white bg-dark box_head">{{__('general-report-published.placement-report')}}</h5>
<div class="table-responsive">
@@ -197,40 +197,40 @@
<span class="d-block text-center">
   
@if ($conditions['kye_type'] == 1)
- 広告名
+ {{__('general-report-published.ad-name')}}
@elseif ($conditions['kye_type'] == 2)
- 広告素材
+ {{__('general-report-published.ad-creative')}}
@elseif ($conditions['kye_type'] == 3)
- 運営会社
+ {{__('general-report-published.clicks')}}
@elseif ($conditions['kye_type'] == 4)
- メディア
+ {{__('general-report-published.media')}}
@endif
   
</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">クリック数</span>
+ <span class="d-block text-center">{{__('general-report-published.clicks')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">発生件数</span>
+ <span class="d-block text-center">{{__('general-report-published.conversions')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">発生率</span>
+ <span class="d-block text-center">{{__('general-report-published.conversion-rate')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">発生報酬</span>
+ <span class="d-block text-center">{{__('general-report-published.conversion-reward')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">確定件数</span>
+ <span class="d-block text-center">{{__('general-report-published.confirmed-conversions')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">確定報酬</span>
+ <span class="d-block text-center">{{__('general-report-published.confirmed-reward')}}</span>
</th>
</tr>
</thead>
@@ -243,7 +243,7 @@
{{ $ad_list[$key] }}
@elseif ($conditions['kye_type'] == 2)
@if ($key == 0)
- その他
+ {{__('general-report-published.others')}}
@else
{{ $key.'('.$report_data['ad_name'].')' }}
@endif
@@ -255,11 +255,11 @@
</td>
<td class="align-middle text-end text-break">
- {{ number_format($report_data['click_count']) }}件
+ {{ number_format($report_data['click_count']) }}{{__('general-report-published.count')}}
</td>
<td class="align-middle text-end text-break">
- {{ number_format($report_data['cv_count']) }}件
+ {{ number_format($report_data['cv_count']) }}{{__('general-report-published.count')}}
</td>
<td class="align-middle text-end text-break">
@@ -267,15 +267,15 @@
</td>
<td class="align-middle text-end text-break">
- {{ number_format($report_data['cv_reward']) }}円
+ {{ number_format($report_data['cv_reward']) }}{{__('general-report-published.jpy')}}
</td>
<td class="align-middle text-end text-break">
- {{ number_format($report_data['fixed_count']) }}件
+ {{ number_format($report_data['fixed_count']) }}{{__('general-report-published.count')}}
</td>
<td class="align-middle text-end text-break">
- {{ number_format($report_data['fixed_reward']) }}円
+ {{ number_format($report_data['fixed_reward']) }}{{__('general-report-published.jpy')}}
</td>
</tr>
@endforeach
@@ -284,8 +284,8 @@
@else
<div class="form_box border">
<div class="inner_box text-center bo">
- 該当データはありません。<br>
- 条件を変更して検索してください。
+ {!!__('general-report-published.no-matching-data')!!}
+
</div>
</div>
@endif