rocket-a


git -C '/home/opc/rocketa.git' show d7f6645 -- resources/views/admin/client/bill/list.blade.php

commit d7f664581606eb166399f1d8ed39b8c9e6434a37
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Mon Oct 13 18:50:12 2025 +0900

    管理画面翻訳(未完成)

diff --git a/resources/views/admin/client/bill/list.blade.php b/resources/views/admin/client/bill/list.blade.php
index e129e62..45e7945 100644
--- a/resources/views/admin/client/bill/list.blade.php
+++ b/resources/views/admin/client/bill/list.blade.php
@@ -9,24 +9,24 @@
 
 {{-- コンテンツ内容 .main_col内 --}}
 @section('content')
-    <h2 class="mb-3 pb-2 border-bottom">請求管理 - 請求一覧</h2>
+    <h2 class="mb-3 pb-2 border-bottom">{{__('media-bill-list.billing_management')}} - {{__('media-bill-list.invoice_list')}}</h2>
 
     <div class="area_btn area_btn_col_4">
         <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('/admin/media/bill/ring_up_list') }}" class="btn btn-secondary">清算一覧</a>
+                <a href="{{ url('/admin/media/bill/ring_up_list') }}" class="btn btn-secondary">{{__('media-bill-list.settlement_list')}}</a>
             </div>
 
             <div class="col-lg-2 col-sm-3 mb-2 p-0">
-                <a href="{{ url('/admin/media/bill/deposit_list') }}" class="btn btn-secondary" style="font-size: 100%;">振込一覧</a>
+                <a href="{{ url('/admin/media/bill/deposit_list') }}" class="btn btn-secondary" style="font-size: 100%;">{{__('media-bill-list.transfer_list')}}</a>
             </div>
 
             <div class="col-lg-2 col-sm-3 mb-2 p-0">
-                <a href="{{ url('/admin/client/bill/list') }}" class="btn btn-primary">請求一覧</a>
+                <a href="{{ url('/admin/client/bill/list') }}" class="btn btn-primary">{{__('media-bill-list.invoice_list')}}</a>
             </div>
 
             <div class="col-lg-2 col-sm-3 mb-2 p-0">
-                <a href="{{ url('/admin/client/bill/deposit_list') }}" class="btn btn-secondary" style="font-size: 100%;">入金一覧</a>
+                <a href="{{ url('/admin/client/bill/deposit_list') }}" class="btn btn-secondary" style="font-size: 100%;">{{__('media-bill-list.payment_list')}}</a>
             </div>
         </div>
     </div>
@@ -34,7 +34,7 @@
     <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">{{__('media-bill-list.search')}}</a>
             </h5>
         </div>
 
@@ -45,19 +45,19 @@
                         <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('', __('media-bill-list.advertiser'), ['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('client_id', $client_datas, $conditions['client_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>'選択してください'])}}
+                                        {{ Form::select('client_id', $client_datas, $conditions['client_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>__('media-bill-list.select')])}}
                                     </div>
                                 </div>
                             </div><!-- /.form-group -->
 
                             <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('', __('media-bill-list.billing_year_month'), ['class'=>'px-2 col-form-label']) }}
                                 </div>
 
                                 <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -71,7 +71,7 @@
 
                             <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('', __('media-bill-list.payment_due_date'), ['class'=>'px-2 col-form-label']) }}
                                 </div>
 
                                 <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -87,19 +87,19 @@
 
                             <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('', __('media-bill-list.billing_amount'), ['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">
                                         <div class="form-check form-check-inline">
                                             {{ Form::radio('amount_type', 1, ($conditions['amount_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', __('media-bill-list.all'), ['class'=>'form-check-label']) }}
                                         </div>
 
                                         <div class="form-check form-check-inline">
                                             {{ Form::radio('amount_type', 2, ($conditions['amount_type'] == 2), ['id'=>'search_form_radio_1_2', 'class'=>'form-check-input']) }}
-                                            {{ Form::label('search_form_radio_1_2', '0円以外', ['class'=>'form-check-label']) }}
+                                            {{ Form::label('search_form_radio_1_2', __('media-bill-list.except_zero'), ['class'=>'form-check-label']) }}
                                         </div>
                                     </div>
                                 </div>
@@ -107,15 +107,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('', __('media-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'.__('media-bill-list.items'),
+                                            50 => '50'.__('media-bill-list.items'),
+                                            100 => '100'.__('media-bill-list.items')],
                                             $conditions['count'], ['class'=>'form-select']
                                         )}}
                                     </div>
@@ -125,13 +125,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']) }}
+                                {{ Form::reset(__('media-bill-list.clear_conditions'), ['class'=>'btn btn-secondary w-100 form_reset']) }}
                             </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(__('media-bill-list.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
                             </div>
                         </div>
 
@@ -145,7 +145,7 @@
 
     @if ($conditions['search'])
         <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">{{__('media-bill-list.invoice_list')}}</h5>
 
             @if (count($client_bill_datas) > 0)
                 <div class="inner_box" style="padding-bottom: 0.75rem;">
@@ -169,27 +169,27 @@
                         <thead class="thead-light">
                             <tr>
                                 <th class="align-middle" scope="col" style="width: 10%;">
-                                    <span class="d-block mb-2 text-center">請求日</span>
+                                    <span class="d-block mb-2 text-center">{{__('media-bill-list.billing_date')}}</span>
                                 </th>
 
                                 <th class="align-middle" scope="col" style="width: 25%;">
-                                    <span class="d-block mb-2 text-center">広告主</span>
+                                    <span class="d-block mb-2 text-center">{{__('media-bill-list.advertiser')}}</span>
                                 </th>
 
                                 <th class="align-middle" scope="col" style="width: 10%;">
-                                    <span class="d-block mb-2 text-center">摘要</span>
+                                    <span class="d-block mb-2 text-center">{{__('media-bill-list.description')}}</span>
                                 </th>
 
                                 <th class="align-middle" scope="col" style="width: 15%;">
-                                    <span class="d-block mb-2 text-center">集計期間</span>
+                                    <span class="d-block mb-2 text-center">{{__('media-bill-list.aggregation_period')}}</span>
                                 </th>
 
                                 <th class="align-middle" scope="col" style="width: 10%;">
-                                    <span class="d-block mb-2 text-center">請求額</span>
+                                    <span class="d-block mb-2 text-center">{{__('media-bill-list.billing_amount_repeat')}}</span>
                                 </th>
 
                                 <th class="align-middle" scope="col" style="width: 10%;">
-                                    <span class="d-block mb-2 text-center">支払期日</span>
+                                    <span class="d-block mb-2 text-center">{{__('media-bill-list.payment_due_date_repeat')}}</span>
                                 </th>
 
                                 <th scope="col" style="width: 20%;">&emsp;&emsp;&emsp;&emsp;&emsp;&emsp;</th>
@@ -216,7 +216,7 @@
                                     </td>
 
                                     <td class="align-middle text-end">
-                                        {{ number_format($client_bill_data->amount) }}円
+                                        {{ number_format($client_bill_data->amount) }}{{__('media-bill-list.yen')}}
                                     </td>
 
                                     <td class="align-middle text-center">
@@ -226,11 +226,11 @@
                                     <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('admin/client/bill/deposit_list?client_id='.$client_bill_data->client_id.'&page=1&search=1') }}" class="btn btn-secondary w-100 h-100 px-0">入金一覧</a>
+                                                <a href="{{ url('admin/client/bill/deposit_list?client_id='.$client_bill_data->client_id.'&page=1&search=1') }}" class="btn btn-secondary w-100 h-100 px-0">{{__('media-bill-list.payment_list_label')}}</a>
                                             </div>
 
                                             <div class="col-lg-5 p-0 ms-lg-2 end_btn">
-                                                <a href="{{ url('admin/client/bill/invoice/'.$client_bill_data->aggregate_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">詳細</a>
+                                                <a href="{{ url('admin/client/bill/invoice/'.$client_bill_data->aggregate_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">{{__('media-bill-list.details')}}</a>
                                             </div>
                                         </div>
                                     </td>
@@ -258,8 +258,7 @@
             @else
                 {{-- 検索0件時 --}}
                 <div class="inner_box text-center">
-                    該当データはありません。<br>
-                    条件を変更して検索してください。
+                    {!!__('media-bill-list.no_matching_data')!!}
                 </div>
             @endif
         </div>

diff.txt · 最終更新: by root