git -C '/home/opc/rocketa.git' show d7f6645 -- resources/views/admin/client/bill/deposit_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/client/bill/deposit_list.blade.php b/resources/views/admin/client/bill/deposit_list.blade.php
index 2725051..739f908 100644
--- a/resources/views/admin/client/bill/deposit_list.blade.php
+++ b/resources/views/admin/client/bill/deposit_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">{{__('client-bill-deposit_list.billing_management')}} - {{__('client-bill-deposit_list.payment_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">{{__('client-bill-deposit_list.billing_status')}}</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">振込一覧</a>
+ <a href="{{ url('/admin/media/bill/deposit_list') }}" class="btn btn-secondary">{{__('client-bill-deposit_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-secondary">請求一覧</a>
+ <a href="{{ url('admin/client/bill/list') }}" class="btn btn-secondary">{{__('client-bill-deposit_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-primary" style="font-size: 100%;">入金一覧</a>
+ <a href="{{ url('/admin/client/bill/deposit_list') }}" class="btn btn-primary" style="font-size: 100%;">{{__('client-bill-deposit_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-toggle="collapse" class="text-decoration-none text-white vector_icon" href="{{ url('#collapse') }}" aria-expanded="true" aria-controls="collapse">検索</a>
+ <a data-toggle="collapse" class="text-decoration-none text-white vector_icon" href="{{ url('#collapse') }}" aria-expanded="true" aria-controls="collapse">{{__('client-bill-deposit_list.search')}}</a>
</h5>
</div>
@@ -45,7 +45,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('', __('client-bill-deposit_list.keyword'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -57,7 +57,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('', __('client-bill-deposit_list.advertiser'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -69,7 +69,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('', __('client-bill-deposit_list.payment_month'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -91,7 +91,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('', __('client-bill-deposit_list.payment_due_date'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -113,19 +113,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('', __('client-bill-deposit_list.payment_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', __('client-bill-deposit_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', __('client-bill-deposit_list.except_zero'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -133,24 +133,24 @@
<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('', __('client-bill-deposit_list.status'), ['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::checkbox('status[]', 2, (in_array(2, $conditions['status'])), ['class'=>'form-check-input', 'id'=>'search_form_check_2_2'])}}
- {{ Form::label('search_form_check_2_2', '入金済み', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_check_2_2', __('client-bill-deposit_list.paid'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::checkbox('status[]', 1, (in_array(1, $conditions['status'])), ['class'=>'form-check-input', 'id'=>'search_form_check_2_1'])}}
- {{ Form::label('search_form_check_2_1', '請求書送付', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_check_2_1', __('client-bill-deposit_list.invoice_sent'), ['class'=>'form-check-label']) }}
</div>
<div class="form-check form-check-inline">
{{ Form::checkbox('status[]', 0, (in_array(0, $conditions['status'])), ['class'=>'form-check-input', 'id'=>'search_form_check_2_0'])}}
- {{ Form::label('search_form_check_2_0', '未処理', ['class'=>'form-check-label']) }}
+ {{ Form::label('search_form_check_2_0', __('client-bill-deposit_list.pending'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -158,15 +158,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('', __('client-bill-deposit_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'.__('client-bill-deposit_list.items'),
+ 50 => '50'.__('client-bill-deposit_list.items'),
+ 100 => '100'.__('client-bill-deposit_list.items')],
$conditions['count'], ['class'=>'form-select']
)}}
</div>
@@ -176,13 +176,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(__('client-bill-deposit_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(__('client-bill-deposit_list.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
@@ -197,21 +197,21 @@
@if ($conditions['search'])
{{ Form::open(['id'=>'status_update']) }}
<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">{{__('client-bill-deposit_list.partner_list')}}</h5>
@if (count($client_bill_datas) > 0)
<div class="inner_box" style="padding-bottom: 0.75rem;">
<div class="row mx-0 justify-content-start align-items-center">
<div class="col-sm-6 col-lg-4 col-xl-3 px-1">
- {{ Form::button('選択リストを入金済みに変更', ['class'=>'btn btn-secondary mb-2 w-100 on-status-2']) }}
+ {{ Form::button(__('client-bill-deposit_list.mark_selected_as_paid'), ['class'=>'btn btn-secondary mb-2 w-100 on-status-2']) }}
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 px-1">
- {{ Form::button('選択リストを請求書送付に変更', ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-1']) }}
+ {{ Form::button(__('client-bill-deposit_list.mark_selected_as_invoice_sent'), ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-1']) }}
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 px-1">
- {{ Form::button('選択リストを未処理に変更', ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-0']) }}
+ {{ Form::button(__('client-bill-deposit_list.mark_selected_as_pending'), ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-0']) }}
</div>
</div>
@@ -237,31 +237,31 @@
<th scope="col" style="width: 3%"></th>
<th class="align-middle" scope="col">
- <span class="d-block mb-2 text-center">入金日</span>
+ <span class="d-block mb-2 text-center">{{__('client-bill-deposit_list.payment_date')}}</span>
</th>
<th class="align-middle" scope="col">
- <span class="d-block mb-2 text-center">広告主</span>
+ <span class="d-block mb-2 text-center">{{__('client-bill-deposit_list.advertiser_label')}}</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">{{__('client-bill-deposit_list.description')}}</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">{{__('client-bill-deposit_list.payment_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">{{__('client-bill-deposit_list.billing_amount')}}</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">{{__('client-bill-deposit_list.payment_due_date_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">{{__('client-bill-deposit_list.status')}}</span>
</th>
<th scope="col" style="width: 20%">    </th>
@@ -274,7 +274,7 @@
<td class="align-middle">
<div class="form-check m-0 p-0">
{{ Form::checkbox('client_bill_id[]', $client_bill_data->client_bill_id, null, ['class'=>'form-check-input m-0', 'id'=>'table_check_'.$key])}}
- <label class="custom-control-label cell_check" for="table_check_{{ $key }}"><span class="sr-only">リストチェック</span></label>
+ <label class="custom-control-label cell_check" for="table_check_{{ $key }}"><span class="sr-only">{{__('client-bill-deposit_list.list_check')}}</span></label>
</div>
</td>
@@ -284,30 +284,30 @@
<td class="align-middle">{{ $client_bill_data->abstract }}</td>
- <td class="align-middle text-end">{{ number_format($client_bill_data->payment) }}円</td>
+ <td class="align-middle text-end">{{ number_format($client_bill_data->payment) }}{{__('client-bill-deposit_list.yen')}}</td>
- <td class="align-middle text-end">{{ number_format($client_bill_data->amount) }}円</td>
+ <td class="align-middle text-end">{{ number_format($client_bill_data->amount) }}{{__('client-bill-deposit_list.yen')}}</td>
<td class="align-middle text-center">{{ $client_bill_data->deadline_at }}</td>
<td class="align-middle text-center">
@if ($client_bill_data->status == 2)
- 入金済み
+ {{__('client-bill-deposit_list.paid')}}
@elseif ($client_bill_data->status == 1)
- 請求書送付
+ {{__('client-bill-deposit_list.invoice_sent')}}
@elseif ($client_bill_data->status == 0)
- 未処理
+ {{__('client-bill-deposit_list.pending')}}
@endif
</td>
<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_detail/'.$client_bill_data->client_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">詳細</a>
+ <a href="{{ url('/admin/client/bill/deposit_detail/'.$client_bill_data->client_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">{{__('client-bill-deposit_list.details')}}</a>
</div>
<div class="col-lg-5 p-0 ms-lg-2 end_btn">
- <a href="{{ url('/admin/client/bill/deposit_regist/'.$client_bill_data->client_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">編集</a>
+ <a href="{{ url('/admin/client/bill/deposit_regist/'.$client_bill_data->client_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">{{__('client-bill-deposit_list.edit')}}</a>
</div>
</div>
</td>
@@ -320,15 +320,15 @@
<div class="inner_box" style="padding-bottom: 0.75rem;">
<div class="row mx-0 justify-content-start align-items-center">
<div class="col-sm-6 col-lg-4 col-xl-3 px-1">
- {{ Form::button('選択リストを入金済みに変更', ['class'=>'btn btn-secondary mb-2 w-100 on-status-2']) }}
+ {{ Form::button(__('client-bill-deposit_list.mark_selected_as_paid'), ['class'=>'btn btn-secondary mb-2 w-100 on-status-2']) }}
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 px-1">
- {{ Form::button('選択リストを請求書送付に変更', ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-1']) }}
+ {{ Form::button(__('client-bill-deposit_list.mark_selected_as_invoice_sent'), ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-1']) }}
</div>
<div class="col-sm-6 col-lg-4 col-xl-3 px-1">
- {{ Form::button('選択リストを未処理に変更', ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-0']) }}
+ {{ Form::button(__('client-bill-deposit_list.mark_selected_as_pending'), ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-0']) }}
</div>
</div>
@@ -349,8 +349,7 @@
@else
{{-- 検索0件時 --}}
<div class="inner_box text-center">
- 該当データはありません。<br>
- 条件を変更して検索してください。
+ {!!__('client-bill-deposit_list.no_matching_data')!!}
</div>
@endif
</div><!-- /.form_box -->