diff --git a/resources/lang/ko-KR/cachet.php b/resources/lang/ko-KR/cachet.php index 4e0995c8..ad8be5e2 100644 --- a/resources/lang/ko-KR/cachet.php +++ b/resources/lang/ko-KR/cachet.php @@ -33,6 +33,7 @@ return [ 'scheduled' => '예정된 유지 보수', 'scheduled_at' => ', :timestamp 에 예정됨', 'posted' => '게시 됨 :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => '파악 중', 2 => '확인됨', @@ -75,11 +76,11 @@ return [ // Subscriber 'subscriber' => [ 'subscribe' => '최신 업데이트를 받아 보기 위한 구독신청.', - 'unsubscribe' => 'Unsubscribe at :link', + 'unsubscribe' => '탈퇴하기 :링크', 'button' => '구독', 'manage' => [ - 'no_subscriptions' => 'You\'re currently subscribed to all updates.', - 'my_subscriptions' => 'You\'re currently subscribed to the following updates.', + 'no_subscriptions' => '당신은 모든 업데이트를 구독하고 있습니다', + 'my_subscriptions' => '당신은 다음 업데이트를 구독하고 있습니다', ], 'email' => [ 'subscribe' => '이메일 구독 신청.', @@ -103,7 +104,7 @@ return [ ], 'system' => [ - 'update' => 'There is a newer version of Cachet available. You can learn how to update here!', + 'update' => 'Cachet 새 버전이 나왔습니다. 업데이트 방법은 여기서 확인할 수 있습니다!', ], // Modal