From 2404a29ee559c953221187111150114ddce3766c Mon Sep 17 00:00:00 2001 From: nhirokinet Date: Sat, 6 Sep 2025 02:32:49 +0900 Subject: Update Japanese translation for "Duration to keep logged in" (#7918) If this corresponds to "Duration to keep logged in", then current Japanese text says different thing: "Time to store log (not login)". There are multiple choices for translation of this one and I thought a bit which one is the best, and I'm not sure this is the best, but at least this explains "the time after user logged in until user is logged out", not "the time the log is stored". --- app/i18n/ja/admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/i18n/ja/admin.php b/app/i18n/ja/admin.php index 7741ad12f..46e645086 100644 --- a/app/i18n/ja/admin.php +++ b/app/i18n/ja/admin.php @@ -167,7 +167,7 @@ return array( ), 'cookie-duration' => array( 'help' => '秒', - 'number' => 'ログを残す間隔', + 'number' => 'ログイン状態維持時間', ), 'force_email_validation' => 'Eメールアドレスの検証を強制します', 'instance-name' => 'インスタンス名', -- cgit v1.2.3