Sync language files

This commit is contained in:
James Brooks
2016-03-20 16:26:21 +00:00
parent dcec1e2e95
commit 22dbf290b4
105 changed files with 2554 additions and 1894 deletions
+11 -8
View File
@@ -46,7 +46,7 @@ return [
'scheduled_at' => '언제 작업을 예약하시겠습니까?',
'incident_time' => '이 문제는 언제 발생 했습니까??',
'notify_subscribers' => '구독자에게 알림',
'visibility' => '공개 설정',
'visibility' => 'Incident Visibility',
'public' => '전체 공개',
'logged_in_only' => '로그인한 사용자만 볼 수 있음',
'templates' => [
@@ -68,8 +68,11 @@ return [
'enabled' => 'Component enabled?',
'groups' => [
'name' => '이름',
'collapsed' => 'Collapse the group by default?',
'name' => '이름',
'collapsing' => 'Choose visibility of the group',
'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default',
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
],
],
@@ -101,8 +104,8 @@ return [
'display-graphs' => '상태 페이지에 그래프 보이기',
'about-this-page' => '이 페이지에 대하여',
'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?',
'banner' => '배너 이미지',
'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.',
'banner' => 'Banner Image',
'banner-help' => "가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.",
'subscribers' => '이메일 알림을 받기 위한 회원가입 허용',
],
'analytics' => [
@@ -122,15 +125,15 @@ return [
'allowed-domains-help' => '쉼표로 구분. 위에 설정된 도메인은 기본적으로 자동 허용 됩니다.',
],
'stylesheet' => [
'custom-css' => '사용자 정의 스타일시트',
'custom-css' => 'Custom Stylesheet',
],
'theme' => [
'background-color' => '배경색',
'background-color' => 'Background Color',
'background-fills' => 'Background fills (components, incidents, footer)',
'banner-background-color' => 'Banner Background Color',
'banner-padding' => 'Banner Padding',
'fullwidth-banner' => 'Enable fullwidth banner?',
'text-color' => '글자색',
'text-color' => 'Text Color',
'dashboard-login' => 'Show dashboard button in the footer?',
'reds' => '빨강 (에러에 사용됨)',
'blues' => '파랑 (정보에 사용됨)',