From e500dce77dc8286666dfdddc1a4556323b9998af Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 21 Jan 2018 18:51:05 +0000 Subject: [PATCH] New translations forms.php (Korean) --- resources/lang/ko-KR/forms.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/lang/ko-KR/forms.php b/resources/lang/ko-KR/forms.php index b55a3169..e6f8d67e 100644 --- a/resources/lang/ko-KR/forms.php +++ b/resources/lang/ko-KR/forms.php @@ -49,6 +49,7 @@ return [ 'name' => '이름', 'status' => '상태', 'component' => '구성요소', + 'component_status' => 'Component Status', 'message' => '메시지', 'message-help' => 'Markdown을 사용할 수 있습니다.', 'occurred_at' => '문제가 언제 발생 했나요?', @@ -153,7 +154,7 @@ return [ 'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?', 'time_before_refresh' => 'Status page refresh rate (in seconds).', 'banner' => '배너 이미지', - 'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.', + '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?',