git -C '/home/opc/rocketa.git' show 782aabc -- config/const.phpcommit 782aabcdb0d7daab98f4294dcd7deaa6e85351d2
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Mon Oct 27 12:37:26 2025 +0900
翻訳作業
diff --git a/config/const.php b/config/const.php
index c5f41dd..26b454f 100644
--- a/config/const.php
+++ b/config/const.php
@@ -105,12 +105,12 @@ return [
// リピート条件一覧
'repeat_criteria' => [
- 1 => 'repeat_criteria.first_time',
- 2 => 'repeat_criteria.no_limit',
- 3 => 'repeat_criteria.same_month_ng',
- 4 => 'repeat_criteria.two_months_ng',
- 5 => 'repeat_criteria.three_months_ng',
- 6 => 'repeat_criteria.manual_db_clear_setting',
+ 1 => 'const-repeat_criteria.first_time',
+ 2 => 'const-repeat_criteria.no_limit',
+ 3 => 'const-repeat_criteria.same_month_ng',
+ 4 => 'const-repeat_criteria.two_months_ng',
+ 5 => 'const-repeat_criteria.three_months_ng',
+ 6 => 'const-repeat_criteria.manual_db_clear_setting',
],
// 広告アイコン
@@ -179,48 +179,50 @@ return [
// パートナー運営会社カテゴリ
'media_company_category' => [
- 1 => 'ポイントサイト',
- 99 => 'その他',
+ 1 => 'const-media_company_category.point_site',
+ 99 => 'const-media_company_category.other',
],
// パートナー カテゴリー
'media_category' => [
- 1 => 'ポイントサイト',
- 2 => 'ブロガー',
- 3 => 'インフルエンサー',
+ 1 => 'const-media_category.point_site',
+ 2 => 'const-media_category.blogger',
+ 3 => 'const-media_category.influencer',
],
// パートナー タイプ
'media_type' => [
- 1 => 'Webサイト',
- 2 => 'SNS',
- 3 => 'アプリ',
- 4 => 'その他',
+ 1 => 'const-media_type.website',
+ 2 => 'const-media_type.sns',
+ 3 => 'const-media_type.app',
+ 4 => 'const-media_type.other',
],
// パートナー タイプ
'media_monthly_pv' => [
- 1 => '100,000以下',
- 2 => '500,000以下',
- 3 => '1,000,000以下',
- 4 => '5,000,000以下',
- 5 => '10,000,000以上',
+ 1 => 'const-media_monthly_pv.ess_than_100000',
+ 2 => 'const-media_monthly_pv.less_than_500000',
+ 3 => 'const-media_monthly_pv.less_than_1000000',
+ 4 => 'const-media_monthly_pv.less_than_5000000',
+ 5 => 'const-media_monthly_pv.less_than_10000000',
+ 6 => 'const-media_monthly_pv.over_10000000',
],
// パートナー タイプ
'media_monthly_uu' => [
- 1 => '5,000以下',
- 2 => '10,000以下',
- 3 => '30,000以下',
- 4 => '50,000以下',
- 5 => '100,000以上',
+ 1 => 'const-media_monthly_uu.less_than_5000',
+ 2 => 'const-media_monthly_uu.less_than_10000',
+ 3 => 'const-media_monthly_uu.less_than_30000',
+ 4 => 'const-media_monthly_uu.less_than_50000',
+ 5 => 'const-media_monthly_uu.less_than_100000',
+ 6 => 'const-media_monthly_uu.over_100000',
],
// クライアント 集計期間
'client_aggregate_type' => [
- 1 => '1日~末',
- 2 => '10日~9日',
- 3 => '21日~20日'
+ 1 => 'const-client_aggregate_type.from_1_to_end',
+ 2 => 'const-client_aggregate_type.from_10_to_9_next',
+ 3 => 'const-client_aggregate_type.from_21_to_20_next'
],
// 画像サイズ種類
@@ -273,22 +275,22 @@ return [
// 成果エラー種別
'error_type_list' => [
- 1 => 'パラメーターエラー',
- 2 => 'sid不一致',
- 3 => '広告不一致',
- 4 => 'クライアントチェックエラー',
- 5 => '送信元チェックエラー',
- 6 => 'パートナーチェックエラー',
- 7 => '未連携パートナー',
- 8 => 'リピートチェックエラー',
- 9 => '報酬額設定ミス',
- 10 => '通信エラー',
- 11 => '退会識別パラメータ重複エラー',
- 12 => 'App通信 イベント不一致',
- 13 => 'IPアドレス重複リピートチェックエラー',
- 14 => '成果重複エラー',
- 15 => 'ステータス停止エラー',
- 16 => '期間外承認エラー'
+ 1 => 'const-error_type_list.parameter_error',
+ 2 => 'const-error_type_list.sid_mismatch',
+ 3 => 'const-error_type_list.ad_mismatch',
+ 4 => 'const-error_type_list.client_check_error',
+ 5 => 'const-error_type_list.sender_check_error',
+ 6 => 'const-error_type_list.partner_check_error',
+ 7 => 'const-error_type_list.unlinked_partner',
+ 8 => 'const-error_type_list.repeat_check_error',
+ 9 => 'const-error_type_list.reward_setting_error',
+ 10 => 'const-error_type_list.communication_error',
+ 11 => 'const-error_type_list.withdrawal_param_duplicate_error',
+ 12 => 'const-error_type_list.app_event_mismatch',
+ 13 => 'const-error_type_list.ip_repeat_duplicate_error',
+ 14 => 'const-error_type_list.conversion_duplicate_error',
+ 15 => 'const-error_type_list.status_suspension_error',
+ 16 => 'const-error_type_list.out_of_period_approval_error'
],
// Airbridge イベント値
@@ -309,18 +311,18 @@ return [
// 成果受け取り期間 ラジオ設定ラベル
'receiving_period_radio' => [
- 0 => 'なし',
- 1 => '当日',
- 2 => '翌日',
- 3 => '6日',
- 4 => '7日',
- 5 => '14日',
- 6 => '30日',
- 7 => '35日',
- 8 => '40日',
- 9 => '45日',
- 10 => '60日',
- 11 => '90日',
+ 0 => 'const-receiving_period_radio.none',
+ 1 => 'const-receiving_period_radio.same_day',
+ 2 => 'const-receiving_period_radio.next_day',
+ 3 => 'const-receiving_period_radio.6_days',
+ 4 => 'const-receiving_period_radio.7_days',
+ 5 => 'const-receiving_period_radio.14_days',
+ 6 => 'const-receiving_period_radio.30_days',
+ 7 => 'const-receiving_period_radio.35_days',
+ 8 => 'const-receiving_period_radio.40_days',
+ 9 => 'const-receiving_period_radio.45_days',
+ 10 => 'const-receiving_period_radio.60_days',
+ 11 => 'const-receiving_period_radio.90_days',
12 => '',
],