git -C '/home/opc/rocketa.git' show d7f6645 -- resources/views/admin/general/achieve/fixed_cost_regist.blade.phpcommit d7f664581606eb166399f1d8ed39b8c9e6434a37
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Mon Oct 13 18:50:12 2025 +0900
管理画面翻訳(未完成)
diff --git a/resources/views/admin/general/achieve/fixed_cost_regist.blade.php b/resources/views/admin/general/achieve/fixed_cost_regist.blade.php
index f2b6bc4..9506813 100644
--- a/resources/views/admin/general/achieve/fixed_cost_regist.blade.php
+++ b/resources/views/admin/general/achieve/fixed_cost_regist.blade.php
@@ -15,38 +15,38 @@ if ($datas['month']) {
{{-- コンテンツ内容 .main_col内 --}}
@section('content')
-<h2 class="mb-3 pb-2 border-bottom">成果管理 - 固定費追加</h2>
+<h2 class="mb-3 pb-2 border-bottom">{{__('achieve-fixed_cost_regist.performance_management')}} - {{__('achieve-fixed_cost_regist.add_fixed_cost')}}</h2>
@if (empty($datas['action']))
{{ Form::open() }}
<div class="form_box border mb-3 position-relative">
<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('',__('achieve-fixed_cost_regist.target_partner'), ['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">
- {{ Form::select('media_id', $media_list, $datas['media_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>'選択してください']) }}
+ {{ Form::select('media_id', $media_list, $datas['media_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>__('achieve-fixed_cost_regist.please_select')]) }}
</div>
</div>
</div><!-- /.form-group -->
<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('',__('achieve-fixed_cost_regist.target_advertisement'), ['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">
- {{ Form::select('ad_id', $ad_list, $datas['ad_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>'選択してください']) }}
+ {{ Form::select('ad_id', $ad_list, $datas['ad_id'], ['class'=>'form-select select2_search', 'data-placeholder'=>__('achieve-fixed_cost_regist.please_select')]) }}
</div>
</div>
</div><!-- /.form-group -->
<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('',__('achieve-fixed_cost_regist.performance_details').'<span class="required">'.__('achieve-fixed_cost_regist.required').'</span>', ['class'=>'px-2 col-form-label'], false) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -58,24 +58,24 @@ if ($datas['month']) {
<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('',__('achieve-fixed_cost_regist.fixed_cost').'<span class="required">'.__('achieve-fixed_cost_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', __('achieve-fixed_cost_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::text('net_price', $datas['net_price'], ['class'=>'form-control d-inline-block me-2'])}}{{__('achieve-fixed_cost_regist.yen')}}
</div>
</div>
<div class="d-flex flex-row">
- {{ Form::label('name', 'グロス単価', ['class'=>'align-middle py-2 me-2']) }}
+ {{ Form::label('name', __('achieve-fixed_cost_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::text('gross_price', $datas['gross_price'], ['class'=>'form-control d-inline-block me-2'])}}{{__('achieve-fixed_cost_regist.yen')}}
</div>
</div>
</div>
@@ -84,7 +84,7 @@ if ($datas['month']) {
<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('', __('achieve-fixed_cost_regist.target_month').'<span class="required">'.__('achieve-fixed_cost_regist.required').'</span>', ['class'=>'px-2 col-form-label'], false) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -96,7 +96,7 @@ if ($datas['month']) {
<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('', __('achieve-fixed_cost_regist.admin_memo'), ['class'=>'px-2 col-form-label']) }}
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -110,7 +110,7 @@ if ($datas['month']) {
<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(__('achieve-fixed_cost_regist.confirm'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
</div>
@@ -125,11 +125,11 @@ if ($datas['month']) {
{{-- 確認画面 --}}
{{ 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">{{__('achieve-fixed_cost_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">対象パートナー<span class="required">必須</span></div>
+ <div class="px-2 col-form-label">{{__('achieve-fixed_cost_regist.target_partner')}}<span class="required">{{__('achieve-fixed_cost_regist.required')}}</span></div>
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -141,7 +141,7 @@ if ($datas['month']) {
<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">{{__('achieve-fixed_cost_regist.target_advertisement')}}<span class="required">{{__('achieve-fixed_cost_regist.required')}}</span></div>
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -153,7 +153,7 @@ if ($datas['month']) {
<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" style="font-size: 90%;">成果内容<span class="required">必須</span></div>
+ <div class="px-2 col-form-label" style="font-size: 90%;">{{__('achieve-fixed_cost_regist.performance_details')}}<span class="required">{{__('achieve-fixed_cost_regist.required')}}</span></div>
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -165,20 +165,20 @@ if ($datas['month']) {
<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">{{__('achieve-fixed_cost_regist.fixed_cost')}}<span class="required">{{__('achieve-fixed_cost_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">
- ネット単価:{{ number_format($datas['net_price']) }}円<br>
- グロス単価:{{ number_format($datas['gross_price']) }}円
+ ネット単価:{{ number_format($datas['net_price']) }}{{__('achieve-fixed_cost_regist.yen')}}<br>
+ グロス単価:{{ number_format($datas['gross_price']) }}{{__('achieve-fixed_cost_regist.yen')}}
</div>
</div>
</div><!-- /.form-group -->
<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">{{__('achieve-fixed_cost_regist.target_year_month')}}</div>
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -190,7 +190,7 @@ if ($datas['month']) {
<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">{{__('achieve-fixed_cost_regist.admin_memo')}}</div>
</div>
<div class="col-sm-10 px-0 d-flex align-items-center">
@@ -204,7 +204,7 @@ if ($datas['month']) {
<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(__('achieve-fixed_cost_regist.add'), ['class'=>'btn btn-primary btn-lg w-100']) }}
</div>
</div>
</div>