git -C '/home/opc/rocketa.git' show b95a277 -- app/Http/Controllers/Admin/General.phpcommit b95a2773908eda60a75960828c3952ca2b54c429
Author: Satoshi Ujihara <satoshi_ujihara@fivegate.jp>
Date: Thu Nov 13 19:56:23 2025 +0900
翻訳
個別パラメータ仕様の変更
ポストバックURL編集 jqueryのバグ修正
diff --git a/app/Http/Controllers/Admin/General.php b/app/Http/Controllers/Admin/General.php
index 31bdbca..e3dac87 100644
--- a/app/Http/Controllers/Admin/General.php
+++ b/app/Http/Controllers/Admin/General.php
@@ -2947,14 +2947,14 @@ class General extends Controller
'step_size' => 10,
]; // 報酬関連
$date_types = [
- 1 => '上記期間',
- 2 => '今月',
- 3 => '先月',
- 4 => '今日',
- 5 => '昨日',
- 6 => '過去7日',
- 7 => '過去30日',
- 8 => '過去60日'
+ 1 => __('common.specified_period'),
+ 2 => __('common.this_month'),
+ 3 => __('common.last_month'),
+ 4 => __('common.today'),
+ 5 => __('common.yesterday'),
+ 6 => __('common.last_7_days'),
+ 7 => __('common.last_30_days'),
+ 8 => __('common.last_60_days')
];
$total_click_count = 0;
$start_at = '';