rocket-a


git -C '/home/opc/rocketa.git' show 00f33e9 -- resources/views/admin/general/achieve/continue_list.blade.php

commit 00f33e93fbd079c13b8b1064a24a9db53be39806
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Wed Oct 15 17:33:39 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 6cd45ae..8c1a289 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">{{__('achieve-continue_list.performance_management  ')}} - {{__('achieve-continue_list.recurring_performance_list  ')}}</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">{{__('achieve-continue_list.search  ')}}</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('', __('achieve-continue_list.partner  '), ['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('', __('achieve-continue_list.advertisement_name  '), ['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('', __('achieve-continue_list.advertisement_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('', __('achieve-continue_list.performance_occurrence_month  '), ['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', __('achieve-continue_list.unviewed  '), ['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', __('achieve-continue_list.above_period  '), ['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', __('achieve-continue_list.this_month  '), ['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', __('achieve-continue_list.last_month  '), ['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('', __('achieve-continue_list.recurring_month  '), ['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('', __('achieve-continue_list.display_count  '), ['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'.__('achieve-continue_list.items  '),
-                                            50 => '50'.__('achieve-continue_list.items  '),
-                                            100 => '100'.__('achieve-continue_list.items  ')],
+                                            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(__('achieve-continue_list.clear_conditions  '), ['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(__('achieve-continue_list.search  '), ['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">{{__('achieve-continue_list.recurring_performance_list  ')}}</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">&emsp;&emsp;{{__('achieve-continue_list.advertisement_name_recurring  ')}}&emsp;&emsp;</span>
+                                    <span class="d-block text-center">&emsp;&emsp;{{__('achieve-continue_list.advertisement_name_recurring')}}&emsp;&emsp;</span>
                                 </th>
 
                                 <th class="align-middle" scope="col">
-                                    <span class="d-block text-center">{{__('achieve-continue_list.partner  ')}}</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">&emsp;&emsp;{{__('achieve-continue_list.performance_reward  ')}}&emsp;&emsp;</span>
+                                    <span class="d-block text-center">&emsp;&emsp;{{__('achieve-continue_list.performance_reward')}}&emsp;&emsp;</span>
                                 </th>
 
                                 <th class="align-middle" scope="col">
-                                    <span class="d-block text-center">{{__('achieve-continue_list.performance_occurrence_datetime  ')}}</span>
+                                    <span class="d-block text-center">{{__('achieve-continue_list.performance_occurrence_datetime')}}</span>
                                 </th>
 
                                 <th scope="col" style="width: 10%;">&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;</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">{{__('achieve-continue_list.details  ')}}</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

diff.txt · 最終更新: by root