rocket-a


git -C '/home/opc/rocketa.git' show f365f81 -- resources/views/admin/general/achieve/regist.blade.php

commit f365f814c45672872439c5239874e6760d6da274
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date:   Thu Oct 23 12:15:55 2025 +0900

    翻訳作業

diff --git a/resources/views/admin/general/achieve/regist.blade.php b/resources/views/admin/general/achieve/regist.blade.php
index 0c009e6..ffb2ea1 100644
--- a/resources/views/admin/general/achieve/regist.blade.php
+++ b/resources/views/admin/general/achieve/regist.blade.php
@@ -9,16 +9,16 @@
 
 {{-- コンテンツ内容 .main_col内 --}}
 @section('content')
-<h2 class="mb-3 pb-2 border-bottom">成果管理 - 手動成果追加</h2>
+<h2 class="mb-3 pb-2 border-bottom">{{__('achive-regist.performance_management')}} - {{__('achive-regist.manual_performance_addition')}}</h2>
 
     @if (empty($datas['action']))
         {{ Form::open() }}
             <div class="form_box border mb-3 position-relative">
-                <h5 class="mb-0 text-white bg-dark form_head">手動成果内容</h5>
+                <h5 class="mb-0 text-white bg-dark form_head">{{__('achive-regist.manual_performance_details')}}</h5>
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','対象パートナー', ['class'=>'px-2 col-form-label'], false) }}
+                        {{ Form::label('',__('achive-regist.target_partner'), ['class'=>'px-2 col-form-label'], false) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -30,7 +30,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','対象広告', ['class'=>'px-2 col-form-label'], false) }}
+                        {{ Form::label('',__('achive-regist.target_advertisement'), ['class'=>'px-2 col-form-label'], false) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -42,7 +42,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','対象広告素材', ['class'=>'px-2 col-form-label']) }}
+                        {{ Form::label('',__('achive-regist.target_ad_creative'), ['class'=>'px-2 col-form-label']) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -78,18 +78,18 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','成果報酬額<span class="required">必須</span>', ['class'=>'px-2 col-form-label'], false) }}
+                        {{ Form::label('',__('achive-regist.reward_amount').'<span class="required">'.__('achive-regist.required').'</span>', ['class'=>'px-2 col-form-label'], false) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="p-2 w-100">
                             <div class="d-flex flex-row mb-2">
-                                {{ Form::label('name', 'ネット単価', ['class'=>'align-middle py-2 me-2']) }}
+                                {{ Form::label('name', __('achive-regist.net_unit_price'), ['class'=>'align-middle py-2 me-2']) }}
 
                                 <div class="form_price">
                                     {{ Form::text('net_price', $datas['net_price'], ['class'=>'form-control d-inline-block me-2'])}}
                                     {{ Form::select('net_price_unit', [
-                                        '1' => '円',
+                                        '1' => __('achive-regist.yen'),
                                         '2' => '%'],
                                         $datas['net_price_unit'], ['class'=>'form-select d-inline-block']
                                     )}}
@@ -97,12 +97,12 @@
                             </div>
 
                             <div class="d-flex flex-row">
-                                {{ Form::label('name', 'グロス単価', ['class'=>'align-middle py-2 me-2']) }}
+                                {{ Form::label('name', __('achive-regist.gross_unit_price'), ['class'=>'align-middle py-2 me-2']) }}
 
                                 <div class="form_price">
                                     {{ Form::text('gross_price', $datas['gross_price'], ['class'=>'form-control d-inline-block me-2'])}}
                                     {{ Form::select('gross_price_unit', [
-                                        '1' => '円',
+                                        '1' => __('achive-regist.yen'),
                                         '2' => '%'],
                                         $datas['gross_price_unit'], ['class'=>'form-select d-inline-block']
                                     )}}
@@ -114,14 +114,14 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','商品金額', ['class'=>'px-2 col-form-label'], false) }}
+                        {{ Form::label('',__('achive-regist.product_price'), ['class'=>'px-2 col-form-label'], false) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="p-2 w-100">
                             <div class="form-inline">
                                 <div class="form_price">
-                                    {{ Form::text('amount', $datas['amount'], ['class'=>'form-control d-inline-block me-2'])}}円
+                                    {{ Form::text('amount', $datas['amount'], ['class'=>'form-control d-inline-block me-2'])}}{{__('achive-regist.yen')}}
                                 </div>
                             </div>
                         </div>
@@ -130,7 +130,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('', '管理者用メモ', ['class'=>'px-2 col-form-label']) }}
+                        {{ Form::label('', __('achive-regist.admin_memo'), ['class'=>'px-2 col-form-label']) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -142,7 +142,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('', '成果発生日時', ['class'=>'px-2 col-form-label']) }}
+                        {{ Form::label('', __('achive-regist.performance_occurrence_datetime'), ['class'=>'px-2 col-form-label']) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -154,29 +154,29 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','承認状態', ['class'=>'px-2 col-form-label'], false) }}
+                        {{ Form::label('',__('achive-regist.approval_status'), ['class'=>'px-2 col-form-label'], false) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="p-2 w-100">
                             <div class="form-check form-check-inline">
                                 {{ Form::radio('status', 1, ($datas['status'] == 1), ['id'=>'regist_form_radio_1_1', 'class'=>'form-check-input']) }}
-                                {{ Form::label('regist_form_radio_1_1', '承認', ['class'=>'form-check-label']) }}
+                                {{ Form::label('regist_form_radio_1_1', __('achive-regist.approved'), ['class'=>'form-check-label']) }}
                             </div>
 
                             <div class="form-check form-check-inline">
                                 {{ Form::radio('status', 2, ($datas['status'] == 2), ['id'=>'regist_form_radio_1_2', 'class'=>'form-check-input']) }}
-                                {{ Form::label('regist_form_radio_1_2', '否認', ['class'=>'form-check-label']) }}
+                                {{ Form::label('regist_form_radio_1_2', __('achive-regist.rejected'), ['class'=>'form-check-label']) }}
                             </div>
 
                             <div class="form-check form-check-inline">
                                 {{ Form::radio('status', 0, ($datas['status'] == 0), ['id'=>'regist_form_radio_1_0', 'class'=>'form-check-input']) }}
-                                {{ Form::label('regist_form_radio_1_0', '未承認', ['class'=>'form-check-label']) }}
+                                {{ Form::label('regist_form_radio_1_0', __('achive-regist.pending'), ['class'=>'form-check-label']) }}
                             </div>
                             
                             <div class="form-check form-check-inline">
                                 {{ Form::radio('status', 3, ($datas['status'] == 3), ['id'=>'regist_form_radio_1_0', 'class'=>'form-check-input']) }}
-                                {{ Form::label('regist_form_radio_1_3', '成果調査回答', ['class'=>'form-check-label']) }}
+                                {{ Form::label('regist_form_radio_1_3', __('achive-regist.performance_investigation_response'), ['class'=>'form-check-label']) }}
                             </div>
                         </div>
                     </div>
@@ -184,19 +184,19 @@
 
                 <div class="form-group row m-0">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        {{ Form::label('','成果通知', ['class'=>'px-2 col-form-label']) }}
+                        {{ Form::label('',__('achive-regist.performance_notification'), ['class'=>'px-2 col-form-label']) }}
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="p-2 w-100">
                             <div class="form-check form-check-inline">
                                 {{ Form::radio('media_notice', 1, ($datas['media_notice'] == 1), ['id'=>'regist_form_radio_2_1', 'class'=>'form-check-input']) }}
-                                {{ Form::label('regist_form_radio_2_1', '通知する', ['class'=>'form-check-label']) }}
+                                {{ Form::label('regist_form_radio_2_1', __('achive-regist.notify'), ['class'=>'form-check-label']) }}
                             </div>
 
                             <div class="form-check form-check-inline">
                                 {{ Form::radio('media_notice', 0, ($datas['media_notice'] == 0), ['id'=>'regist_form_radio_2_0', 'class'=>'form-check-input']) }}
-                                {{ Form::label('regist_form_radio_2_0', '通知しない', ['class'=>'form-check-label']) }}
+                                {{ Form::label('regist_form_radio_2_0', __('achive-regist.do_not_notify'), ['class'=>'form-check-label']) }}
                             </div>
                         </div>
                     </div>
@@ -206,7 +206,7 @@
             <div class="area_btn">
                 <div class="row mx-0 mb-3 justify-content-center">
                     <div class="col-md-8 p-0">
-                        {{ Form::submit('確認する', ['class'=>'btn btn-primary btn-lg w-100']) }}
+                        {{ Form::submit(__('achive-regist.confirm'), ['class'=>'btn btn-primary btn-lg w-100']) }}
                     </div>
                 </div>
             </div>
@@ -221,11 +221,11 @@
         {{-- 確認画面 --}}
         {{ Form::open() }}
             <div class="form_box border mb-3">
-                <h5 class="mb-0 text-white bg-dark form_head">手動成果内容</h5>
+                <h5 class="mb-0 text-white bg-dark form_head">{{__('achive-regist.manual_performance_details')}}</h5>
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">対象パートナー</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.target_partner')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -237,7 +237,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">対象広告</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.target_advertisement')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -249,7 +249,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">対象広告素材</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.target_ad_creative')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -285,21 +285,21 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">成果報酬額<span class="required">必須</span></div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.reward_amount')}}<span class="required">{{__('achive-regist.required')}}</span></div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="px-2 py-3 w-100">
-                            ネット単価:{{ $datas['net_price'] }}
+                            {{__('achive-regist.net_unit_price')}}:{{ $datas['net_price'] }}
                             @if ($datas['net_price_unit'] == 1)
-                                円
+                                {{__('achive-regist.yen')}}
                             @elseif ($datas['net_price_unit'] == 2)
                                 %
                             @endif
                             <br>
-                            グロス単価:{{ $datas['gross_price'] }}
+                            {{__('achive-regist.gross_unit_price')}}:{{ $datas['gross_price'] }}
                             @if ($datas['gross_price_unit'] == 1)
-                                円
+                                {{__('achive-regist.yen')}}
                             @elseif ($datas['gross_price_unit'] == 2)
                                 %
                             @endif
@@ -309,13 +309,13 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">商品金額</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.product_price')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="px-2 py-3 w-100">
                             @if ($datas['amount'])
-                                {{ $datas['amount'] }}円
+                                {{ $datas['amount'] }}{{__('achive-regist.yen')}}
                             @endif
                         </div>
                     </div>
@@ -323,7 +323,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">管理者用メモ</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.admin_memo')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -335,7 +335,7 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">成果発生日時</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.performance_occurrence_datetime')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
@@ -347,19 +347,19 @@
 
                 <div class="form-group row m-0 border-bottom">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">承認状態</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.approval_status')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="px-2 py-3 w-100">
                             @if ($datas['status'] == 1)
-                                承認
+                                {{__('achive-regist.approved')}}
                             @elseif ($datas['status'] == 2)
-                                否認
+                                {{__('achive-regist.rejected')}}
                             @elseif ($datas['status'] == 3)
-                                成果調査回答
+                                {{__('achive-regist.performance_investigation_response')}}
                             @else
-                                未承認
+                                {{__('achive-regist.pending')}}
                             @endif
                         </div>
                     </div>
@@ -367,15 +367,15 @@
 
                 <div class="form-group row m-0">
                     <div class="col-sm-2 px-0 bg-gray d-flex align-items-center">
-                        <div class="px-2 col-form-label">成果通知</div>
+                        <div class="px-2 col-form-label">{{__('achive-regist.performance_notification')}}</div>
                     </div>
 
                     <div class="col-sm-10 px-0 d-flex align-items-center">
                         <div class="px-2 py-3 w-100">
                             @if ($datas['media_notice'] == 1)
-                                通知する
+                                {{__('achive-regist.notify')}}
                             @else
-                                通知しない
+                                {{__('achive-regist.do_not_notify')}}
                             @endif
                         </div>
                     </div>
@@ -385,7 +385,7 @@
             <div class="area_btn">
                 <div class="row mx-0 mb-3 justify-content-center">
                     <div class="col-md-8 p-0">
-                        {{ Form::submit('追加する', ['class'=>'btn btn-primary btn-lg w-100']) }}
+                        {{ Form::submit(__('achive-regist.add'), ['class'=>'btn btn-primary btn-lg w-100']) }}
                     </div>
                 </div>
             </div>

diff.txt · 最終更新: by root