rocket-a


git -C '/home/opc/rocketa.git' show f13744f -- resources/views/media/ad/list.blade.php

commit f13744f4f1ba4c1ecd5260760c3e0a3c657a70c2
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Wed Oct 22 12:43:14 2025 +0900

    翻訳作業

diff --git a/resources/views/media/ad/list.blade.php b/resources/views/media/ad/list.blade.php
index d821967..b68a3e8 100644
--- a/resources/views/media/ad/list.blade.php
+++ b/resources/views/media/ad/list.blade.php
@@ -97,7 +97,7 @@
                                                 <div class="col-md-3 p-0">
                                                     <div class="form-check form-check-inline">
                                                         {{ Form::checkbox('category[]', $key, (in_array($key, $conditions['category'])), ['class'=>'form-check-input', 'id'=>'search_form_check_3_'.$key])}}
-                                                        {{ Form::label('search_form_check_3_'.$key, $category_litle, ['class'=>'form-check-label']) }}
+                                                        {{ Form::label('search_form_check_3_'.$key, __($category_litle), ['class'=>'form-check-label']) }}
                                                     </div>
                                                 </div>
                                             @endforeach
@@ -319,7 +319,7 @@
                                                 <th class="bg-light align-middle" scope="row">{{__('ad-list.category')}}</th>
 
                                                 <td>
-                                                    {{ \Config::get('const.ad_category')[$ad_data->category] }}
+                                                    {{ __(\Config::get('const.ad_category')[$ad_data->category]) }}
                                                 </td>
 
                                                 <th class="bg-light align-middle" scope="row">{{__('ad-list.target-devices')}}</th>

diff.txt · 最終更新: by root