git -C '/home/opc/rocketa.git' show 7245d28 -- resources/views/admin/ad/unit_price/regist.blade.phpcommit 7245d28b58611f78b3853832d95e2cc48ae639b5
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Tue Oct 21 10:34:10 2025 +0900
翻訳作業
diff --git a/resources/views/admin/ad/unit_price/regist.blade.php b/resources/views/admin/ad/unit_price/regist.blade.php
index 60aeed9..0209127 100644
--- a/resources/views/admin/ad/unit_price/regist.blade.php
+++ b/resources/views/admin/ad/unit_price/regist.blade.php
@@ -126,7 +126,7 @@
<div class="form-check form-check-inline">
{{ Form::radio('type', $key, ($datas['type'] == $key), ['class'=>'form-check-input', 'id'=>'regist_form_check_2_'.$key, $disabled])}}
- {{ Form::label('regist_form_check_2_'.$key, $reward_type, ['class'=>'form-check-label']) }}
+ {{ Form::label('regist_form_check_2_'.$key, __($reward_type), ['class'=>'form-check-label']) }}
</div>
@endforeach
</div>
@@ -294,7 +294,7 @@
<div class="col-sm-10 px-0 d-flex align-items-center">
<div class="px-2 py-3 w-100">
- {{ $reward_type_list[$datas['type']] }}
+ {{ __($reward_type_list[$datas['type']]) }}
</div>
</div>
</div><!-- /.form-group -->