rocket-a


git -C '/home/opc/rocketa.git' show f365f81 -- config/const.php

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

    翻訳作業

diff --git a/config/const.php b/config/const.php
index cd15367..32328f2 100644
--- a/config/const.php
+++ b/config/const.php
@@ -92,15 +92,15 @@ return [
 
     // 承認サイクル
     'cycle' => [
-        '' => '選択してください',
-        0 => '即追加',
-        1 => '約1日',
-        3 => '約3日',
-        7 => '約1週間',
-        30 => '約1ヵ月',
-        60 => '約2ヵ月',
-        90 => '約3ヵ月',
-        180 => '約半年',
+        '' => 'const-cycle.please_select',
+        0 => 'const-cycle.immediate_addition',
+        1 => 'const-cycle.about_1_day',
+        3 => 'const-cycle.about_3_days',
+        7 => 'const-cycle.about_1_week',
+        30 => 'const-cycle.about_1_month',
+        60 => 'const-cycle.about_2_months',
+        90 => 'const-cycle.about_3_months',
+        180 => 'const-cycle.about_half_year',
     ],
 
     // リピート条件一覧

diff.txt · 最終更新: by root