diff options
Diffstat (limited to 'config/locales/ja.yml')
-rw-r--r-- | config/locales/ja.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/ja.yml b/config/locales/ja.yml index 35bdfb8c3..002732eb0 100644 --- a/config/locales/ja.yml +++ b/config/locales/ja.yml @@ -52,6 +52,9 @@ ja: about_x_hours: one: "約1時間" other: "約%{count}時間" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "1日" other: "%{count}日" @@ -1061,3 +1064,8 @@ ja: text_account_destroy_confirmation: |- 本当にアカウントを削除しますか? アカウントは恒久的に削除されます。削除後に再度アカウントを有効にする手段はありません。 + error_session_expired: Your session has expired. Please login again. + text_session_expiration_settings: "Warning: changing these settings may expire the current sessions including yours." + setting_session_lifetime: Session maximum lifetime + setting_session_timeout: Session inactivity timeout + label_session_expiration: Session expiration |