git -C '/home/opc/rocketa.git' show d7f6645 -- resources/views/admin/general/achieve/continue_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/continue_list.blade.php b/resources/views/admin/general/achieve/continue_list.blade.php
index bb86ba8..18f7d1b 100644
--- a/resources/views/admin/general/achieve/continue_list.blade.php
+++ b/resources/views/admin/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.partner '), ['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.advertisement_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.advertisement_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_occurrence_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_month_type', '', (!$conditions['action_month_type']), ['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_month_type', 1, ($conditions['action_month_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_month_type', 2, ($conditions['action_month_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_month_type', 3, ($conditions['action_month_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">
@@ -155,15 +155,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>
@@ -173,13 +173,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_conditions '), ['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>
@@ -193,7 +193,7 @@
@if ($datas)
<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($datas) > 0)
<div class="inner_box" style="padding-bottom: 0.75rem;">
@@ -221,11 +221,11 @@
</th>
<th class="align-middle" scope="col" style="width: 30%;">
- <span class="d-block text-center">  広告名(継続分)  </span>
+ <span class="d-block text-center">  {{__('achieve-continue_list.advertisement_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.partner ')}}</span>
</th>
<th class="align-middle" scope="col" style="width: 15%;">
@@ -237,11 +237,11 @@
</th>
<th class="align-middle" scope="col">
- <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">
- <span class="d-block text-center">成果発生日時</span>
+ <span class="d-block text-center">{{__('achieve-continue_list.performance_occurrence_datetime ')}}</span>
</th>
<th scope="col" style="width: 10%;">      </th>
@@ -276,7 +276,7 @@
<td class="align-middle text-center text-wrap">{{ $data->created_at }}</td>
<td class="align-middle">
- <a href="{{ url('admin/general/achieve/detail/'.$data->result_datas_id) }}" class="btn btn-secondary btn-sm w-100">詳細</a>
+ <a href="{{ url('admin/general/achieve/detail/'.$data->result_datas_id) }}" class="btn btn-secondary btn-sm w-100">{{__('achieve-continue_list.details ')}}</a>
</td>
</tr>
@endforeach
@@ -302,8 +302,7 @@
@else
{{-- 検索0件時 --}}
<div class="inner_box text-center">
- 該当データはありません。<br>
- 条件を変更して検索してください。
+ {!!__('achieve-continue_list.no_matching_data')!!}
</div>
@endif
</div><!-- /.form_box -->