git -C '/home/opc/rocketa.git' show 3b86f1f -- resources/views/media/ad/detail.blade.phpcommit 3b86f1fe376df5888ee43b6a29296d9d66f2c186
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Nov 6 18:42:52 2025 +0900
ステータスコードやテストセンターの翻訳
diff --git a/resources/views/media/ad/detail.blade.php b/resources/views/media/ad/detail.blade.php
index 9d97697..b879224 100644
--- a/resources/views/media/ad/detail.blade.php
+++ b/resources/views/media/ad/detail.blade.php
@@ -304,14 +304,16 @@ if (count($get_ad_material_datas) > 0) {
<div class="col-md-8 p-0">
<ul class="nav nav-pills w-100 manuscript_btn_box gap-1" role="tablist">
<li class="nav-item flex-fill">
- <a href="#list_bnr" class="btn btn-primary w-100 active" data-bs-toggle="pill" role="tab" aria-controls="bnr" aria-selected="true">{{__('ad-detail.banner_creative')}}</a>
+ <a href="#list_bnr" class="btn btn-primary w-100 active" style="border-radius:0" data-bs-toggle="pill" role="tab" aria-controls="bnr" aria-selected="true">{{__('ad-detail.banner_creative')}}</a>
</li>
<li class="nav-item flex-fill">
<a href="#list_txt" class="btn btn-primary w-100" style="border-radius:0" data-bs-toggle="pill" role="tab" aria-controls="txt" aria-selected="false">{{__('ad-detail.text_creative')}}</a>
</li>
+ @if($media_data->api_url_test && isset($ad_join_media_data->status) && $ad_join_media_data->status == 1)
<li class="nav-item flex-fill">
- <a href="#list_test" class="btn btn-primary w-100" data-bs-toggle="pill" role="tab" aria-controls="test" aria-selected="false">{{__('ad-detail.test_creative')}}</a>
- </li>
+ <a href="#list_test" class="btn btn-primary w-100" style="border-radius:0" data-bs-toggle="pill" role="tab" aria-controls="test" aria-selected="false">{{__('ad-detail.test_creative')}}</a>
+ </li>
+ @endif
</ul>
</div>
</div><!-- /.inner_box -->
@@ -445,11 +447,17 @@ if (count($get_ad_material_datas) > 0) {
</div>
<div class="row m-0 justify-content-center">
- <p>こちらのURLを対象デバイスでクリックしてください。(パートナー様の独自パラメータがございましたら、独自パラメータも付与してください。)<br /><font color='red'">こちらのURLはテスト用です。本番環境では使用しないでください。</font></p>
+@if(__('common._')=="ja")
+<p>こちらのURLを対象デバイスでクリックしてください。(パートナー様の独自パラメータがございましたら、独自パラメータも付与してください。)<br /><font color='red'">こちらのURLはテスト用です。本番環境では使用しないでください。</font></p>
+@elseif(__('common._')=="kr")
+<p>해당 URL을 대상 기기에서 클릭해 주세요. (파트너사 고유의 파라미터가 있는 경우, 함께 추가해 주세요.)<br /><font color='red'>이 URL은 테스트용입니다. 운영 환경에서는 사용하지 마세요.</font></p>
+@elseif(__('common._')=="en")
+<p>Please click this URL on the target device. (If you have your own unique parameters, please append them as well.)<br /><font color="red">This URL is for testing purposes only. Do not use it in the production environment.</font></p>
+@endif
</div>
<div class="mt-3 pt-3 border-top">
- <h6 class="h5 font-weight-bold">TEST CLICK URL</h6>
+ <h6 class="h5 font-weight-bold">{{__('ad-detail.test_click_url')}}</h6>
{!! Form::text('', str_replace('/click?','/test?', $ad_material_manuscripts[$ad_material_data->id][2]), ['id'=>'copyTarget'.$copy_target, 'class'=>'form-control']) !!}
@@ -467,11 +475,18 @@ if (count($get_ad_material_datas) > 0) {
</div>
<div class="row m-0 justify-content-center">
- <p>この画面をリロードしてクリックログがついていることを確認して承認ボタンを押してください。</p>
+@if(__('common._')=="ja")
+<p>この画面をリロードしてクリックログがついていることを確認して承認ボタンを押してください。</p>
+@elseif(__('common._')=="kr")
+이 화면을 새로고침하여 클릭 로그가 기록된 것을 확인한 후 승인 버튼을 눌러주세요.
+@elseif(__('common._')=="en")
+<p>Please reload this page, confirm that the click log has been recorded, and then click the approval button.</p>
+@endif
+
</div>
<div class="mt-3 pt-3 border-top">
- <h6 class="h5 font-weight-bold">クリックログ</h6>
+ <h6 class="h5 font-weight-bold">{{__('ad-detail.click_log')}}</h6>
@@ -483,8 +498,8 @@ if (count($get_ad_material_datas) > 0) {
<thead class="thead-light">
<tr>
<th scope="col"><span class="d-block text-center">sid</span></th>
- <th scope="col"><span class="d-block text-center">独自パラメータ</span></th>
- <th scope="col"><span class="d-block text-center">クリック日時</span></th>
+ <th scope="col"><span class="d-block text-center">{{__('ad-detail.custom_parameter')}}</span></th>
+ <th scope="col"><span class="d-block text-center">{{__('ad-detail.click_datetime')}}</span></th>
<th scope="col"><span class="d-block text-center">承認</span></th>
</tr>
</thead>
@@ -529,11 +544,17 @@ if (count($get_ad_material_datas) > 0) {
</div>
<div class="row m-0 justify-content-center">
- <p>承認後、下記のURLへ通知を行います。ご確認ください。</p>
+@if(__('common._')=="ja")
+<p>承認後、下記のURLへ通知を行います。ご確認ください。</p>
+@elseif(__('common._')=="kr")
+<p>승인 후 아래의 URL로 알림이 전송됩니다. 확인해 주세요.</p>
+@elseif(__('common._')=="en")
+<p>After approval, a notification will be sent to the following URL. Please check it.</p>
+@endif
</div>
<div class="mt-3 pt-3 border-top">
- <h6 class="h5 font-weight-bold">通知URL</h6>
+ <h6 class="h5 font-weight-bold">{{__('ad-detail.conversion_notification_url')}}</h6>
{!! Form::text('', $media_data->api_url_test, ['id'=>'copyTarget'.$copy_target, 'class'=>'form-control']) !!}