diff --git a/resources/lang/ko-KR/dashboard.php b/resources/lang/ko-KR/dashboard.php
new file mode 100644
index 00000000..bdbac90e
--- /dev/null
+++ b/resources/lang/ko-KR/dashboard.php
@@ -0,0 +1,292 @@
+ '대시보드',
+ 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
+
+ // Incidents
+ 'incidents' => [
+ 'title' => 'Incidents & Schedule',
+ 'incidents' => '문제',
+ 'logged' => '{0} 아무 문제가 없습니다, 잘하고 있어요.|하나의 문제에 대한 로깅이 있습니다.|:count 개의 문제가 리포트 되었습니다.',
+ 'incident-create-template' => '템플릿 생성',
+ 'incident-templates' => '문제 템플릿',
+ 'updates' => '{0} Zero Updates|One Update|:count Updates',
+ 'add' => [
+ 'title' => '문제 추가',
+ 'success' => 'Incident added.',
+ 'failure' => 'There was an error adding the incident, please try again.',
+ ],
+ 'edit' => [
+ 'title' => '문제 수정',
+ 'success' => '문제가 수정되었습니다.',
+ 'failure' => 'There was an error editing the incident, please try again.',
+ ],
+ 'delete' => [
+ 'success' => 'The incident has been deleted and will not show on your status page.',
+ 'failure' => 'The incident could not be deleted, please try again.',
+ ],
+ 'update' => [
+ 'title' => 'Create new incident update',
+ 'subtitle' => 'Add an update to :incident',
+ ],
+
+ // Incident templates
+ 'templates' => [
+ 'title' => '문제 템플릿',
+ 'add' => [
+ 'title' => '문제 템플릿 생성하기',
+ 'message' => 'You should add an incident template.',
+ 'success' => 'Your new incident template has been created.',
+ 'failure' => 'Something went wrong with the incident template.',
+ ],
+ 'edit' => [
+ 'title' => '문제 템플릿 수정',
+ 'success' => 'The incident template has been updated.',
+ 'failure' => 'Something went wrong updating the incident template',
+ ],
+ 'delete' => [
+ 'success' => 'The incident template has been deleted.',
+ 'failure' => 'The incident template could not be deleted, please try again.',
+ ],
+ ],
+ ],
+
+ // Incident Maintenance
+ 'schedule' => [
+ 'schedule' => '예정된 유지 보수',
+ 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.',
+ 'scheduled_at' => ':timestamp 에 예정됨',
+ 'add' => [
+ 'title' => 'Add Scheduled Maintenance',
+ 'success' => '일정이 추가되었습니다.',
+ 'failure' => 'Something went wrong adding the schedule, please try again.',
+ ],
+ 'edit' => [
+ 'title' => 'Edit Scheduled Maintenance',
+ 'success' => '일정이 업데이트 되었습니다!',
+ 'failure' => 'Something went wrong editing the schedule, please try again.',
+ ],
+ 'delete' => [
+ 'success' => 'The scheduled maintenance has been deleted and will not show on your status page.',
+ 'failure' => 'The scheduled maintenance could not be deleted, please try again.',
+ ],
+ ],
+
+ // Components
+ 'components' => [
+ 'components' => '구성 요소',
+ 'component_statuses' => '구성요소 상태',
+ 'listed_group' => ':name 그룹',
+ 'add' => [
+ 'title' => '구성요소 추가',
+ 'message' => '구성요소를 추가해야 합니다.',
+ 'success' => '구성요소가 생성되었습니다.',
+ 'failure' => 'Something went wrong with the component group, please try again.',
+ ],
+ 'edit' => [
+ 'title' => '구성요소 수정',
+ 'success' => '구성요소가 수정되었습니다.',
+ 'failure' => 'Something went wrong with the component group, please try again.',
+ ],
+ 'delete' => [
+ 'success' => 'The component has been deleted!',
+ 'failure' => 'The component could not be deleted, please try again.',
+ ],
+
+ // Component groups
+ 'groups' => [
+ 'groups' => '구성요소 그룹|구성요소 그룹',
+ 'no_components' => '구성 요소 그룹을 추가 해야 합니다.',
+ 'add' => [
+ 'title' => '구성요소 그룹 추가',
+ 'success' => '구성요소 그룹이 추가되었습니다.',
+ 'failure' => 'Something went wrong with the component group, please try again.',
+ ],
+ 'edit' => [
+ 'title' => '구성요소 그룹 수정',
+ 'success' => '구성요소 그룹이 수정되었습니다.',
+ 'failure' => 'Something went wrong with the component group, please try again.',
+ ],
+ 'delete' => [
+ 'success' => '구성 요소 그룹이 삭제 되었습니다!',
+ 'failure' => 'The component group could not be deleted, please try again.',
+ ],
+ ],
+ ],
+
+ // Metrics
+ 'metrics' => [
+ 'metrics' => '통계',
+ 'add' => [
+ 'title' => '통계 추가',
+ 'message' => 'You should add a metric.',
+ 'success' => 'Metric created.',
+ 'failure' => 'Something went wrong with the metric, please try again.',
+ ],
+ 'edit' => [
+ 'title' => '통계 수정',
+ 'success' => 'Metric updated.',
+ 'failure' => 'Something went wrong with the metric, please try again.',
+ ],
+ 'delete' => [
+ 'success' => 'The metric has been deleted and will no longer display on your status page.',
+ 'failure' => 'The metric could not be deleted, please try again.',
+ ],
+ ],
+ // Subscribers
+ 'subscribers' => [
+ 'subscribers' => '구독자',
+ 'description' => 'Subscribers will receive email updates when incidents are created or components are updated.',
+ 'verified' => '인증됨',
+ 'not_verified' => '인증되지 않음',
+ 'subscriber' => ':email, subscribed :date',
+ 'no_subscriptions' => 'Subscribed to all updates',
+ 'add' => [
+ 'title' => '구독자 추가',
+ 'success' => '구독자가 추가됨.',
+ 'failure' => 'Something went wrong adding the subscriber, please try again.',
+ 'help' => 'Enter each subscriber on a new line.',
+ ],
+ 'edit' => [
+ 'title' => '구독자 업데이트',
+ 'success' => '구독자가 업데이트됨.',
+ 'failure' => 'Something went wrong editing the subscriber, please try again.',
+ ],
+ ],
+
+ // Team
+ 'team' => [
+ 'team' => '팀',
+ 'member' => '멤버',
+ 'profile' => '프로필',
+ 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
+ 'add' => [
+ 'title' => '새 팀 멤버 추가',
+ 'success' => '팀 멤버가 추가되었습니다',
+ 'failure' => 'The team member could not be added, please try again.',
+ ],
+ 'edit' => [
+ 'title' => '프로필 수정',
+ 'success' => '프로필이 수정되었습니다.',
+ 'failure' => 'Something went wrong updating the profile, please try again.',
+ ],
+ 'delete' => [
+ 'success' => '사용자 삭제',
+ 'failure' => 'The team member could not be added, please try again.',
+ ],
+ 'invite' => [
+ 'title' => '새 팀 멤버 초대하기',
+ 'success' => '사용자가 초대되었습니다.',
+ 'failure' => 'The invite could not be sent, please try again.',
+ ],
+ ],
+
+ // Settings
+ 'settings' => [
+ 'settings' => '설정',
+ 'app-setup' => [
+ 'app-setup' => '애플리케이션 설정',
+ 'images-only' => '이미지만 업로드 할 수 있습니다.',
+ 'too-big' => '업로드 한 파일이 너무 큽니다. :size 보다 작은 이미지를 올려주세요.',
+ ],
+ 'analytics' => [
+ 'analytics' => 'Analytics',
+ ],
+ 'log' => [
+ 'log' => 'Log',
+ ],
+ 'localization' => [
+ 'localization' => 'Localization',
+ ],
+ 'customization' => [
+ 'customization' => '사용자 설정',
+ 'header' => '사용자 지정 헤더 HTML',
+ 'footer' => '사용자 지정 바닥글 HTML',
+ ],
+ 'mail' => [
+ 'mail' => 'Mail',
+ 'test' => 'Test',
+ 'email' => [
+ 'subject' => 'Test notification from Cachet',
+ 'body' => 'This is a test notification from Cachet.',
+ ],
+ ],
+ 'security' => [
+ 'security' => '보안',
+ 'two-factor' => '2단계 인증을 사용하지 않는 사용자',
+ ],
+ 'stylesheet' => [
+ 'stylesheet' => '스타일시트',
+ ],
+ 'theme' => [
+ 'theme' => '테마',
+ ],
+ 'edit' => [
+ 'success' => '설정이 저장되었습니다.',
+ 'failure' => '설정을 저장할 수 없습니다.',
+ ],
+ 'credits' => [
+ 'credits' => '제작진',
+ 'contributors' => '도움 주신 분들',
+ 'license' => 'Cachet is a BSD-3-licensed open source project, released by Alt Three Services Limited.',
+ 'backers-title' => 'Backers & Sponsors',
+ 'backers' => 'If you\'d like to support future development, check out the Cachet Patreon campaign.',
+ 'thank-you' => 'Thank you to each and every one of the :count contributors.',
+ ],
+ ],
+
+ // Login
+ 'login' => [
+ 'login' => '로그인',
+ 'logged_in' => '로그인 되었습니다.',
+ 'welcome' => '안녕하세요!',
+ 'two-factor' => '토큰을 입력해주세요.',
+ ],
+
+ // Sidebar footer
+ 'help' => '도움말',
+ 'status_page' => '상태 페이지',
+ 'logout' => '로그아웃',
+
+ // Notifications
+ 'notifications' => [
+ 'notifications' => '알림',
+ 'awesome' => '좋아요.',
+ 'whoops' => '이런...',
+ ],
+
+ // Widgets
+ 'widgets' => [
+ 'support' => 'Support Cachet',
+ 'support_subtitle' => 'Check out our Patreon page!',
+ 'news' => 'Latest News',
+ 'news_subtitle' => 'Get the latest update',
+ ],
+
+ // Welcome modal
+ 'welcome' => [
+ 'welcome' => 'Welcome to your new status page, :username!',
+ 'message' => '상태 페이지는 거의 다 준비 되었습니다! 추가 설정을 해보세요',
+ 'close' => 'I\'m good thanks!',
+ 'steps' => [
+ 'component' => '구성요소 만들기',
+ 'incident' => '문제 만들기',
+ 'customize' => '사용자 지정',
+ 'team' => '사용자 추가',
+ 'api' => 'API 토큰 생성',
+ 'two-factor' => '2단계 인증',
+ ],
+ ],
+
+];
\ No newline at end of file