git -C '/home/opc/rocketa.git' show 33978f1 -- resources/views/media/general/achieve/continue_list.blade.phpcommit 33978f1b6bf3c16c62ee295347b2efc9bc751019
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Fri Oct 10 19:28:43 2025 +0900
no message
diff --git a/resources/views/media/general/achieve/continue_list.blade.php b/resources/views/media/general/achieve/continue_list.blade.php
index d3c5ae1..7f0bcfb 100644
--- a/resources/views/media/general/achieve/continue_list.blade.php
+++ b/resources/views/media/general/achieve/continue_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-continue_list.performance-management')}} - {{__('achieve-continue_list.recurring-performance-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-continue_list.search')}}</a>
</h5>
</div>
@@ -25,7 +25,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('', __('achieve-continue_list.media'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -37,7 +37,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']) }}
+ {{ Form::label('', __('achieve-continue_list.ad-name'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -49,7 +49,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('', '広告ID', ['class'=>'px-2 col-form-label']) }}
+ {{ Form::label('', __('achieve-continue_list.ad-id'), ['class'=>'px-2 col-form-label']) }}
</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']) }}
+ {{ Form::label('', __('achieve-continue_list.performance-month'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -80,22 +80,22 @@
<div class="form-check form-check-inline">
{{ Form::radio('action_date_type', 0, (!$conditions['action_date_type'] || $conditions['action_date_type'] == 0), ['id'=>'search_form_radio_1_0', 'class'=>'form-check-input']) }}
- {{ Form::label('search_form_radio_1_0', '未参照', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_radio_1_0', __('achieve-continue_list.unviewed'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('action_date_type', 1, ($conditions['action_date_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', __('achieve-continue_list.above-period'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('action_date_type', 2, ($conditions['action_date_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', __('achieve-continue_list.this-month'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::radio('action_date_type', 3, ($conditions['action_date_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', __('achieve-continue_list.last-month'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -103,7 +103,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']) }}
+ {{ Form::label('', __('achieve-continue_list.recurring-month'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -143,15 +143,15 @@
<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('', __('achieve-continue_list.display-count'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
<div class="p-2 w-100">
{{ Form::select('count', [
- 20 => '20件',
- 50 => '50件',
- 100 => '100件'],
+ 20 => '20'.__('achieve-continue_list.items'),
+ 50 => '50'.__('achieve-continue_list.items'),
+ 100 => '100'.__('achieve-continue_list.items')],
$conditions['count'], ['class'=>'form-select']
)}}
</div>
@@ -161,13 +161,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(__('achieve-continue_list.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(__('achieve-continue_list.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
@@ -182,7 +182,7 @@
@if ($conditions['search'])
{{ Form::open() }}
<div class="form_box border mb-3">
- <h5 class="mb-0 text-white bg-dark form_head">継続成果一覧</h5>
+ <h5 class="mb-0 text-white bg-dark form_head">{{__('achieve-continue_list.recurring-performance-list')}}</h5>
@if (count($continue_datas) > 0)
<div class="inner_box" style="padding-bottom: 0.75rem;">
@@ -210,11 +210,11 @@
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">広告名(継続分)</span>
+ <span class="d-block text-center">{{__('achieve-continue_list.ad-name-recurring')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block text-center">メディア</span>
+ <span class="d-block text-center">{{__('achieve-continue_list.media')}}</span>
</th>
<th class="align-middle" scope="col" style="width: 10%;">
@@ -226,11 +226,11 @@
</th>
<th class="align-middle" scope="col" style="width: 10%;">
- <span class="d-block text-center">成果報酬</span>
+ <span class="d-block text-center">{{__('achieve-continue_list.performance-reward')}}</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-continue_list.occurrence-datetime')}}</span>
</th>
<th scope="col" style="width: 10%;">    </th>
@@ -269,7 +269,7 @@
</td>
<td class="align-middle text-center">
- <a href="{{ url('/general/achieve/detail/'.$continue_data['result_id']) }}" class="btn btn-secondary btn-sm text-white w-100" target="_blank">詳細</a>
+ <a href="{{ url('/general/achieve/detail/'.$continue_data['result_id']) }}" class="btn btn-secondary btn-sm text-white w-100" target="_blank">{{__('achieve-continue_list.details')}}</a>
</td>
</tr>
@endforeach
@@ -295,8 +295,7 @@
@else
{{-- 検索0件時 --}}
<div class="inner_box text-center">
- 該当データはありません。<br>
- 条件を変更して検索してください。
+ {!!__('achieve-continue_list.no-matching-data')!!}
</div>
@endif
</div><!-- /.form_box -->