rocket-a


git -C '/home/opc/rocketa.git' show f13744f -- resources/views/admin/ad/all_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/admin/ad/all_list.blade.php b/resources/views/admin/ad/all_list.blade.php
index 8baab32..2d8bf84 100644
--- a/resources/views/admin/ad/all_list.blade.php
+++ b/resources/views/admin/ad/all_list.blade.php
@@ -109,7 +109,7 @@
                                                 <div class="col-md-3 p-0">
                                                     <div class="custom-control custom-checkbox custom-control-inline">
                                                         {{ Form::checkbox('ad_category[]', $key, (in_array($key, $conditions['ad_category'])), ['class'=>'custom-control-input', 'id'=>'search_form_check_3_'.$key])}}
-                                                        {{ Form::label('search_form_check_3_'.$key, $ad_category, ['class'=>'custom-control-label']) }}
+                                                        {{ Form::label('search_form_check_3_'.$key, __($ad_category), ['class'=>'custom-control-label']) }}
                                                     </div>
                                                 </div>
                                             @endforeach
@@ -316,7 +316,7 @@
                                     </td>
 
                                     <td class="align-middle text-break text-wrap" style="width: 15%;">
-                                        {{ \Config::get('const.ad_category')[$ad_data->category] }}
+                                        {{ __(\Config::get('const.ad_category')[$ad_data->category]) }}
                                     </td>
 
                                     <td class="align-middle text-break text-wrap" width="10%;">

diff.txt · 最終更新: by root