git -C '/home/opc/rocketa.git' show d7f6645 -- resources/views/admin/media/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/media/bill/deposit_list.blade.php b/resources/views/admin/media/bill/deposit_list.blade.php
index a03f8f3..cb87983 100644
--- a/resources/views/admin/media/bill/deposit_list.blade.php
+++ b/resources/views/admin/media/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">{{__('media-bill-deposit_list.billing_management')}} - {{__('media-bill-deposit_list.transfer_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-deposit_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-primary" style="font-size: 100%;">振込一覧</a>
+ <a href="{{ url('/admin/media/bill/deposit_list') }}" class="btn btn-primary" style="font-size: 100%;">{{__('media-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">{{__('media-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-secondary" style="font-size: 100%;">入金一覧</a>
+ <a href="{{ url('/admin/client/bill/deposit_list') }}" class="btn btn-secondary" style="font-size: 100%;">{{__('media-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-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-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('', __('media-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('', __('media-bill-deposit_list.partner_name'), ['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('', __('media-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('', __('media-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('', __('media-bill-deposit_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-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', __('media-bill-deposit_list.except_zero'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -133,19 +133,19 @@
<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-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[]', 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', __('media-bill-deposit_list.paid'), ['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', __('media-bill-deposit_list.pending'), ['class'=>'form-check-label']) }}
</div>
</div>
</div>
@@ -153,15 +153,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-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'.__('media-bill-deposit_list.items'),
+ 50 => '50'.__('media-bill-deposit_list.items'),
+ 100 => '100'.__('media-bill-deposit_list.items')],
$conditions['count'], ['class'=>'form-select']
)}}
</div>
@@ -171,13 +171,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(__('media-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(__('media-bill-deposit_list.search'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
@@ -192,22 +192,22 @@
{{ 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">{{__('media-bill-deposit_list.partner_list')}}</h5>
@if (count($media_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(__('media-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(__('media-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(__('media-bill-deposit_list.mark_selected_as_pending'), ['class'=>'btn btn-secondary mb-2 px-0 w-100 on-status-0']) }}
</div>
</div>
--}}
@@ -232,35 +232,35 @@
<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-deposit_list.payment_date')}}</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-deposit_list.partner_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">{{__('media-bill-deposit_list.company_name')}}</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-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">{{__('media-bill-deposit_list.payment_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">{{__('media-bill-deposit_list.expected_payment_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">{{__('media-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">{{__('media-bill-deposit_list.status_repeat')}}</span>
</th>
<th scope="col" style="width: 20%;">        </th>
@@ -278,11 +278,11 @@
<td class="align-middle">{{ $media_bill_data->abstract }}</td>
- <td class="align-middle text-end">{{ number_format($media_bill_data->payment) }}円</td>
+ <td class="align-middle text-end">{{ number_format($media_bill_data->payment) }}{{__('media-bill-deposit_list.yen')}}</td>
<td class="align-middle text-end">
@if ($media_bill_data->aggregate_datas_payment >= 3000)
- {{ number_format(floor($media_bill_data->aggregate_datas_payment * (1 + (\Config::get('const.tax') / 100)))) }}円
+ {{ number_format(floor($media_bill_data->aggregate_datas_payment * (1 + (\Config::get('const.tax') / 100)))) }}{{__('media-bill-deposit_list.yen')}}
@else
0
@endif
@@ -292,20 +292,20 @@
<td class="align-middle text-center">
@if ($media_bill_data->status == 1)
- 入金済み
+ {{__('media-bill-deposit_list.paid')}}
@elseif ($media_bill_data->status == 0)
- 未処理
+ {{__('media-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">
<div class="col-lg-6 py-0 px-1">
- <a href="{{ url('/admin/media/bill/deposit_detail/'.$media_bill_data->media_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">詳細</a>
+ <a href="{{ url('/admin/media/bill/deposit_detail/'.$media_bill_data->media_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">{{__('media-bill-deposit_list.details')}}</a>
</div>
<div class="col-lg-6 px-1 end_btn">
- <a href="{{ url('/admin/media/bill/deposit_regist/'.$media_bill_data->media_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">編集</a>
+ <a href="{{ url('/admin/media/bill/deposit_regist/'.$media_bill_data->media_bill_id) }}" class="btn btn-secondary w-100 h-100 px-0" target="_blank">{{__('media-bill-deposit_list.edit')}}</a>
</div>
</div>
</td>
@@ -319,15 +319,15 @@
{{--
<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(__('media-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(__('media-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(__('media-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>
- 条件を変更して検索してください。
+ {!!__('media-bill-deposit_list.no_matching_data')!!}
</div>
@endif
</div><!-- /.form_box -->