rocket-a


git -C '/home/opc/rocketa.git' show 7245d28 -- resources/views/client/ad/list.blade.php

commit 7245d28b58611f78b3853832d95e2cc48ae639b5
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Tue Oct 21 10:34:10 2025 +0900

    翻訳作業

diff --git a/resources/views/client/ad/list.blade.php b/resources/views/client/ad/list.blade.php
index 8423767..8bc66d3 100644
--- a/resources/views/client/ad/list.blade.php
+++ b/resources/views/client/ad/list.blade.php
@@ -85,7 +85,7 @@
                                         @foreach (\Config::get('const.reward_type') as $key => $reward_type)
                                             <div class="form-check form-check-inline">
                                                 {{ Form::checkbox('reward_type[]', $key, (in_array($key, $conditions['reward_type'])), ['class'=>'form-check-input', 'id'=>'search_form_check_2_'.$key])}}
-                                                {{ Form::label('search_form_check_2_'.$key, $reward_type, ['class'=>'form-check-label']) }}
+                                                {{ Form::label('search_form_check_2_'.$key, __($reward_type), ['class'=>'form-check-label']) }}
                                             </div>
                                         @endforeach
                                     </div>
@@ -127,7 +127,7 @@
                                         @foreach (\Config::get('const.conditions_icon') as $key => $conditions_icon_data)
                                             <div class="form-check form-check-inline">
                                                 {{ Form::checkbox('conditions_icon[]', $key, (in_array($key, $conditions['conditions_icon'])), ['class'=>'form-check-input', 'id'=>'search_form_check_4_'.$key])}}
-                                                {{ Form::label('search_form_check_4_'.$key, $conditions_icon_data[1]['title'], ['class'=>'form-check-label']) }}
+                                                {{ Form::label('search_form_check_4_'.$key, __($conditions_icon_data[1]['title']), ['class'=>'form-check-label']) }}
                                             </div>
                                         @endforeach
                                     </div>

diff.txt · 最終更新: by root