diff --git a/resources/lang/ko-KR/forms.php b/resources/lang/ko-KR/forms.php index 99e6e7aa..12ab830d 100644 --- a/resources/lang/ko-KR/forms.php +++ b/resources/lang/ko-KR/forms.php @@ -54,6 +54,7 @@ return [ 'message-help' => 'Markdown을 사용할 수 있습니다.', 'occurred_at' => '문제가 언제 발생 했나요?', 'notify_subscribers' => '구독자에게 알림', + 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'visibility' => '공개설정', 'stick_status' => '문제 고정하기', 'stickied' => '고정됨', @@ -147,20 +148,21 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => '사이트명', - 'site-url' => '사이트 URL', - 'display-graphs' => '상태 페이지에 그래프 보이기', - 'about-this-page' => '이 페이지에 대하여', - 'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?', - 'time_before_refresh' => 'Status page refresh rate (in seconds).', - 'banner' => '배너 이미지', - 'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.', - 'subscribers' => '이메일 알림을 받기 위한 회원가입 허용', - 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', - 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', - 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', - 'show_timezone' => 'Show the timezone the status page is running in.', - 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', + 'site-name' => '사이트명', + 'site-url' => '사이트 URL', + 'display-graphs' => '상태 페이지에 그래프 보이기', + 'about-this-page' => '이 페이지에 대하여', + 'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?', + 'time_before_refresh' => 'Status page refresh rate (in seconds).', + 'banner' => '배너 이미지', + 'banner-help' => "가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.", + 'subscribers' => '이메일 알림을 받기 위한 회원가입 허용', + 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', + 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', + 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', + 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', + 'show_timezone' => 'Show the timezone the status page is running in.', + 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ 'analytics_google' => 'Google Analytics 코드',