New translations forms.php (Korean)
This commit is contained in:
240
resources/lang/ko-KR/forms.php
Normal file
240
resources/lang/ko-KR/forms.php
Normal file
@@ -0,0 +1,240 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of Cachet.
|
||||
*
|
||||
* (c) Alt Three Services Limited
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
return [
|
||||
|
||||
// Setup form fields
|
||||
'setup' => [
|
||||
'email' => '이메일',
|
||||
'username' => '사용자이름',
|
||||
'password' => '비밀번호',
|
||||
'site_name' => '사이트 이름',
|
||||
'site_domain' => '사이트 도메인',
|
||||
'site_timezone' => '시간대 선택',
|
||||
'site_locale' => '언어 선택',
|
||||
'enable_google2fa' => '구글 2단계 인증 활성화',
|
||||
'cache_driver' => '캐시 드라이버',
|
||||
'queue_driver' => 'Queue Driver',
|
||||
'session_driver' => '세션 드라이버',
|
||||
'mail_driver' => 'Mail Driver',
|
||||
'mail_host' => '메일 서버',
|
||||
'mail_address' => '보내는 메일 주소',
|
||||
'mail_username' => '메일 사용자 이름',
|
||||
'mail_password' => '메일 비밀 번호',
|
||||
],
|
||||
|
||||
// Login form fields
|
||||
'login' => [
|
||||
'login' => '사용자명 또는 이메일',
|
||||
'email' => '이메일',
|
||||
'password' => '비밀번호',
|
||||
'2fauth' => '인증 코드',
|
||||
'invalid' => 'Invalid username or password',
|
||||
'invalid-token' => '잘못된 토큰n',
|
||||
'cookies' => '로그인 하려면 쿠키를 활성화 해야 합니다.',
|
||||
'rate-limit' => 'Rate limit exceeded.',
|
||||
'remember_me' => 'Remember me',
|
||||
],
|
||||
|
||||
// Incidents form fields
|
||||
'incidents' => [
|
||||
'name' => '이름',
|
||||
'status' => '상태',
|
||||
'component' => '구성요소',
|
||||
'message' => '메시지',
|
||||
'message-help' => 'Markdown을 사용할 수 있습니다.',
|
||||
'occurred_at' => 'When did this incident occur?',
|
||||
'notify_subscribers' => '구독자에게 알림',
|
||||
'visibility' => 'Incident Visibility',
|
||||
'stick_status' => 'Stick Incident',
|
||||
'stickied' => 'Stickied',
|
||||
'not_stickied' => 'Not Stickied',
|
||||
'public' => '전체 공개',
|
||||
'logged_in_only' => '로그인한 사용자만 볼 수 있음',
|
||||
'templates' => [
|
||||
'name' => '이름',
|
||||
'template' => '템플릿',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
'schedules' => [
|
||||
'name' => '이름',
|
||||
'status' => '상태',
|
||||
'message' => '메시지',
|
||||
'message-help' => 'Markdown을 사용할 수 있습니다.',
|
||||
'scheduled_at' => 'When is this maintenance scheduled for?',
|
||||
'completed_at' => 'When did this maintenance complete?',
|
||||
'templates' => [
|
||||
'name' => '이름',
|
||||
'template' => '템플릿',
|
||||
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
|
||||
],
|
||||
],
|
||||
|
||||
// Components form fields
|
||||
'components' => [
|
||||
'name' => '이름',
|
||||
'status' => '상태',
|
||||
'group' => '그룹',
|
||||
'description' => '설명',
|
||||
'link' => '링크',
|
||||
'tags' => '태그',
|
||||
'tags-help' => '쉼표로 구분.',
|
||||
'enabled' => 'Component enabled?',
|
||||
|
||||
'groups' => [
|
||||
'name' => '이름',
|
||||
'collapsing' => 'Expand/Collapse options',
|
||||
'visible' => 'Always expanded',
|
||||
'collapsed' => 'Collapse the group by default',
|
||||
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_public' => 'Visible to public',
|
||||
'visibility_authenticated' => 'Visible only to logged in users',
|
||||
],
|
||||
],
|
||||
|
||||
// Action form fields
|
||||
'actions' => [
|
||||
'name' => '이름',
|
||||
'description' => '설명',
|
||||
'start_at' => 'Schedule start time',
|
||||
'timezone' => 'Timezone',
|
||||
'schedule_frequency' => 'Schedule frequency (in seconds)',
|
||||
'completion_latency' => 'Completion latency (in seconds)',
|
||||
'group' => '그룹',
|
||||
'active' => 'Active?',
|
||||
'groups' => [
|
||||
'name' => 'Group Name',
|
||||
],
|
||||
],
|
||||
|
||||
// Metric form fields
|
||||
'metrics' => [
|
||||
'name' => '이름',
|
||||
'suffix' => '접미사',
|
||||
'description' => '설명',
|
||||
'description-help' => 'Markdown을 사용할 수 있습니다.',
|
||||
'display-chart' => '상태 페이지에 차트 보이기',
|
||||
'default-value' => '기본값',
|
||||
'calc_type' => '통계 계산',
|
||||
'type_sum' => '합계',
|
||||
'type_avg' => '평균',
|
||||
'places' => 'Decimal places',
|
||||
'default_view' => '기본 보기',
|
||||
'threshold' => 'How many minutes of threshold between metric points?',
|
||||
'visibility' => 'Visibility',
|
||||
'visibility_authenticated' => 'Visible to authenticated users',
|
||||
'visibility_public' => 'Visible to everybody',
|
||||
'visibility_hidden' => 'Always hidden',
|
||||
|
||||
'points' => [
|
||||
'value' => '값',
|
||||
],
|
||||
],
|
||||
|
||||
// Settings
|
||||
'settings' => [
|
||||
// Application setup
|
||||
'app-setup' => [
|
||||
'site-name' => '사이트 이름',
|
||||
'site-url' => '사이트 URL',
|
||||
'display-graphs' => '상태 페이지에 그래프 보이기',
|
||||
'about-this-page' => '이 페이지에 대하여',
|
||||
'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?',
|
||||
'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?',
|
||||
],
|
||||
'analytics' => [
|
||||
'analytics_google' => 'Google Analytics 코드',
|
||||
'analytics_gosquared' => 'GoSquared Analytics 코드',
|
||||
'analytics_piwik_url' => 'Piwik 인스턴스의 URL ( "http(s)://" 제외 )',
|
||||
'analytics_piwik_siteid' => 'Piwik 사이트 id',
|
||||
],
|
||||
'localization' => [
|
||||
'site-timezone' => '사이트 시간대',
|
||||
'site-locale' => '사이트 언어',
|
||||
'date-format' => '날짜 형식',
|
||||
'incident-date-format' => '문제 Timestamp 형식',
|
||||
],
|
||||
'security' => [
|
||||
'allowed-domains' => '허용된 도메인',
|
||||
'allowed-domains-help' => '쉼표로 구분. 위에 설정된 도메인은 기본적으로 자동 허용 됩니다.',
|
||||
],
|
||||
'stylesheet' => [
|
||||
'custom-css' => 'Custom Stylesheet',
|
||||
],
|
||||
'theme' => [
|
||||
'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' => '글자 색',
|
||||
'dashboard-login' => 'Show dashboard button in the footer?',
|
||||
'reds' => '빨강 (에러에 사용됨)',
|
||||
'blues' => '파랑 (정보에 사용됨)',
|
||||
'greens' => '초록 (성공에 사용됨)',
|
||||
'yellows' => '노랑 (알림에 사용됨)',
|
||||
'oranges' => '주황 (공지에 사용됨)',
|
||||
'metrics' => 'Metrics fill',
|
||||
'links' => '링크',
|
||||
],
|
||||
],
|
||||
|
||||
'user' => [
|
||||
'username' => '사용자이름',
|
||||
'email' => '이메일',
|
||||
'password' => '비밀번호',
|
||||
'api-token' => 'API 토큰',
|
||||
'api-token-help' => '기존의 프로그램이 Cachet에 접근하는 것을 막기 위해, API token 을 재성성합니다.',
|
||||
'gravatar' => 'Change your profile picture at Gravatar.',
|
||||
'user_level' => '사용자 레벨',
|
||||
'levels' => [
|
||||
'admin' => '관리자',
|
||||
'user' => '사용자',
|
||||
],
|
||||
'2fa' => [
|
||||
'help' => '2단계 인증을 활성화하면 계정 보안이 강화됩니다. <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> 또는 유사한 앱을 모바일 기기에 다운로드 받아야 합니다. 로그인 할 때, 해당 앱에서 생성된 토큰을 입력해야합니다.',
|
||||
],
|
||||
'team' => [
|
||||
'description' => 'Invite your team members by entering their email addresses here.',
|
||||
'email' => 'Email #:id',
|
||||
],
|
||||
],
|
||||
|
||||
'general' => [
|
||||
'timezone' => 'Select Timezone',
|
||||
],
|
||||
|
||||
// Buttons
|
||||
'add' => '추가',
|
||||
'save' => '저장',
|
||||
'update' => '수정',
|
||||
'create' => '생성',
|
||||
'edit' => '수정',
|
||||
'delete' => '삭제',
|
||||
'submit' => '전송',
|
||||
'cancel' => '취소',
|
||||
'remove' => '삭제',
|
||||
'invite' => '초대',
|
||||
'signup' => '가입',
|
||||
|
||||
// Other
|
||||
'optional' => '* 선택사항',
|
||||
];
|
||||
Reference in New Issue
Block a user