rocket-a


git -C '/home/opc/rocketa.git' show 33978f1 -- resources/views/media/general/achieve/fixed_cost_list.blade.php

commit 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/fixed_cost_list.blade.php b/resources/views/media/general/achieve/fixed_cost_list.blade.php
index ddb942c..50000e7 100644
--- a/resources/views/media/general/achieve/fixed_cost_list.blade.php
+++ b/resources/views/media/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-media'), ['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-ad'), ['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.media')}}</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')}}</span>
                                 </th>
 
                                 <th class="align-middle" scope="col" style="width: 15%;">
@@ -172,7 +172,7 @@
                                     <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('/general/achieve/fixed_cost_detail/'.$data['fixed_cost_id']) }}" class="btn btn-secondary w-100 h-100 px-0">詳細</a>
+                                                <a href="{{ url('/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>
                                     </td>
@@ -199,8 +199,7 @@
                 </div><!-- /.inner_box -->
             @else
                 <div class="inner_box text-center">
-                    該当データはありません。<br>
-                    条件を変更して検索してください。
+                   {!!__('achieve-fixed_cost_list.no-matching-data')!!}
                 </div>
             @endif
         </div>

diff.txt · 最終更新: by root