aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar nhirokinet <nhirokinet@nhiroki.net> 2025-09-06 02:32:49 +0900
committerGravatar GitHub <noreply@github.com> 2025-09-05 19:32:49 +0200
commit2404a29ee559c953221187111150114ddce3766c (patch)
tree685813522e26ca86c5446e2de3873ba45dad5167 /app
parent23ba48c71f0d41bbe012d668349f6516dad527b4 (diff)
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".
Diffstat (limited to 'app')
-rw-r--r--app/i18n/ja/admin.php2
1 files changed, 1 insertions, 1 deletions
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' => 'インスタンス名',