diff options
Diffstat (limited to 'config/locales/ko.yml')
-rw-r--r-- | config/locales/ko.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/locales/ko.yml b/config/locales/ko.yml index c28383867..c224cb967 100644 --- a/config/locales/ko.yml +++ b/config/locales/ko.yml @@ -49,6 +49,9 @@ ko: about_x_hours: one: "약 한시간" other: "약 %{count}시간" + x_hours: + one: "1 hour" + other: "%{count} hours" x_days: one: "하루" other: "%{count}일" @@ -1081,3 +1084,8 @@ ko: 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 |