rocket-a


git -C '/home/opc/rocketa.git' show b7592f8 -- resources/views/media/asp/bill/list.blade.php

commit b7592f8a06b1f00ddfd7e150bcd87d08c531ae6e
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Mon Oct 13 11:00:19 2025 +0900

    メディアからパートナーへ名称変更+パートナーサイト翻訳

diff --git a/resources/views/media/asp/bill/list.blade.php b/resources/views/media/asp/bill/list.blade.php
index 4e5b004..3582177 100644
--- a/resources/views/media/asp/bill/list.blade.php
+++ b/resources/views/media/asp/bill/list.blade.php
@@ -9,21 +9,21 @@
 
 <?php
 // 仕様変更
-// メディア単位だったものを会社単位で集計する方式に変更
+// パートナー単位だったものを会社単位で集計する方式に変更
 $change_specification = 202503;
 ?>
 {{-- コンテンツ内容 .main_col内 --}}
 @section('content')
-    <h2 class="mb-3 pb-2 border-bottom">請求管理 -請求状況</h2>
+    <h2 class="mb-3 pb-2 border-bottom">{{__('asp-bill-list.billing-management')}} -{{__('asp-bill-list.billing-status')}}</h2>
 
     <div class="area_btn area_btn_col_2">
         <div class="row mx-0 mb-1 justify-content-start">
             <div class="col-lg-2 col-sm-3 mb-2 p-0">
-                <a href="{{ url('/asp/bill/list') }}" class="btn btn-primary w-100">請求状況</a>
+                <a href="{{ url('/asp/bill/list') }}" class="btn btn-primary w-100">{{__('asp-bill-list.billing-status')}}</a>
             </div>
 
             <div class="col-lg-2 col-sm-3 mb-2 p-0 end_btn">
-                <a href="{{ url('/asp/bill/transfer') }}" class="btn btn-secondary w-100">振込一覧</a>
+                <a href="{{ url('/asp/bill/transfer') }}" class="btn btn-secondary w-100">{{__('asp-bill-list.transfer-list')}}</a>
             </div>
         </div>
     </div>
@@ -31,7 +31,7 @@ $change_specification = 202503;
     <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">{{__('asp-bill-list.search')}}</a>
             </h5>
         </div>
 
@@ -42,7 +42,7 @@ $change_specification = 202503;
                         <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('', __('asp-bill-list.media'), ['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">
@@ -53,7 +53,7 @@ $change_specification = 202503;
 
                             <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('', __('asp-bill-list.billing-year-and-month'), ['class'=>'px-2 col-form-label']) }}
                                 </div>
 
                                 <div class="col-md-10 px-0 d-flex align-items-center">
@@ -65,15 +65,15 @@ $change_specification = 202503;
 
                             <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('', __('asp-bill-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'.__('asp-bill-list.items'),
+                                            50 => '50'.__('asp-bill-list.items'),
+                                            100 => '100'.__('asp-bill-list.items')],
                                             $conditions['count'], ['class'=>'form-select']
                                         )}}
                                     </div>
@@ -83,13 +83,13 @@ $change_specification = 202503;
 
                         <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(__('asp-bill-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(__('asp-bill-list.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
                             </div>
                         </div>
 
@@ -101,7 +101,7 @@ $change_specification = 202503;
     </div><!-- /.accordion -->
 
     <div class="border mb-3">
-        <h5 class="mb-0 text-white bg-dark box_head">請求状況</h5>
+        <h5 class="mb-0 text-white bg-dark box_head">{{__('asp-bill-list.billing-status')}}</h5>
 
         @if (count($media_bill_datas) > 0)
             <div class="inner_box" style="padding-bottom: 0.75rem;">
@@ -125,23 +125,23 @@ $change_specification = 202503;
                     <thead class="thead-light">
                         <tr>
                             <th class="align-middle" scope="col">
-                                <span class="d-block text-center">&emsp;&emsp;&emsp;&emsp;メディア&emsp;&emsp;&emsp;&emsp;</span>
+                                <span class="d-block text-center">&emsp;&emsp;&emsp;&emsp;{{__('asp-bill-list.media')}}&emsp;&emsp;&emsp;&emsp;</span>
                             </th>
 
                             <th class="align-middle" scope="col" style="width: 15%;">
-                                <span class="d-block text-center">摘要</span>
+                                <span class="d-block text-center">{{__('asp-bill-list.description')}}</span>
                             </th>
 
                             <th class="align-middle" scope="col" style="width: 15%;">
-                                <span class="d-block text-center">請求額</span>
+                                <span class="d-block text-center">{{__('asp-bill-list.billing-amount')}}</span>
                             </th>
 
                             <th class="align-middle" scope="col" style="width: 15%;">
-                                <span class="d-block text-center">入金予定額(税込)</span>
+                                <span class="d-block text-center">{{__('asp-bill-list.scheduled-payment-amount-tax-included')}}</span>
                             </th>
 
                             <th class="align-middle" scope="col" style="width: 15%;">
-                                <span class="d-block text-center">残高</span>
+                                <span class="d-block text-center">{{__('asp-bill-list.balance')}}</span>
                             </th>
 
                             <th scope="col" style="width: 15%;">&emsp;&emsp;&emsp;&emsp;</th>
@@ -165,7 +165,7 @@ $change_specification = 202503;
 
                                 <td class="align-middle text-end">
                                     {{ number_format($media_bill_data->payment - $last_month_remainder[$media_bill_data->media_id][$media_bill_data->billing_month_ym]) }}円<br>
-                                    ({{ number_format($media_bill_data->amount) }}円)
+                                    ({{ number_format($media_bill_data->amount) }}{{__('asp-bill-list.yen')}})
                                 </td>
 
                                 <td class="align-middle text-end">
@@ -177,7 +177,7 @@ $change_specification = 202503;
                                 </td>
 
                                 <td class="align-middle text-end">
-                                    {{ number_format($media_bill_data->remainder) }}円
+                                    {{ number_format($media_bill_data->remainder) }}{{__('asp-bill-list.yen')}}
                                 </td>
 
                                 <td class="align-middle">
@@ -190,7 +190,7 @@ $change_specification = 202503;
                                         $report_taeget_key = '';
                                     }
                                     ?>
-                                    <a href="{{ url('/general/report/monthly?start_date='.$report_taeget_month.'&end_date='.$report_taeget_month.$report_taeget_key) }}" class="btn btn-secondary btn-sm text-white w-100">詳細</a>
+                                    <a href="{{ url('/general/report/monthly?start_date='.$report_taeget_month.'&end_date='.$report_taeget_month.$report_taeget_key) }}" class="btn btn-secondary btn-sm text-white w-100">{{__('asp-bill-list.details')}}</a>
                                 </td>
                             </tr>
                         @endforeach
@@ -216,8 +216,7 @@ $change_specification = 202503;
         @else
             {{-- 検索0件時 --}}
             <div class="inner_box text-center">
-                該当データはありません。<br>
-                条件を変更して検索してください。
+                {!!__('asp-bill-list.no-matching-data')!!}
             </div>
         @endif
     </div>

diff.txt · 最終更新: by root