rocket-a


git -C '/home/opc/rocketa.git' show f13744f -- resources/views/admin/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/admin/ad/list.blade.php b/resources/views/admin/ad/list.blade.php
index a729a5c..66dba95 100644
--- a/resources/views/admin/ad/list.blade.php
+++ b/resources/views/admin/ad/list.blade.php
@@ -108,7 +108,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_title, ['class'=>'form-check-label']) }}
+                                                        {{ Form::label('search_form_check_3_'.$key, __($category_title), ['class'=>'form-check-label']) }}
                                                     </div>
                                                 </div>
                                             @endforeach
@@ -373,7 +373,7 @@
 
                                         <td class="align-middle text-break text-wrap">{{ $data['name'] }}</td>
 
-                                        <td class="align-middle">{{ $items['category'][$data['category']] }}</td>
+                                        <td class="align-middle">{{ __($items['category'][$data['category']]) }}</td>
 
                                         <td class="align-middle text-break text-wrap">{{ $data['success_criteria'] }}</td>
 

diff.txt · 最終更新: by root