James Brooks b5fbbabf65 Apply fixes from StyleCI
[ci skip] [skip ci]
2018-03-27 18:33:07 +00:00

246 lines
11 KiB
PHP

<?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' => '대기 드라이버',
'session_driver' => '세션 드라이버',
'mail_driver' => 'Mail Driver',
'mail_host' => '메일 서버',
'mail_address' => '보내는 메일 주소',
'mail_username' => '메일 사용자 이름',
'mail_password' => '메일 비밀 번호',
],
// Login form fields
'login' => [
'login' => '사용자명 또는 이메일',
'email' => '이메일',
'password' => '비밀번호',
'2fauth' => '인증 코드',
'invalid' => '사용자 이름 또는 비밀번호가 잘못되었습니다.',
'invalid-token' => '잘못된 토큰n',
'cookies' => '로그인 하려면 쿠키를 활성화 해야 합니다.',
'rate-limit' => '제한 초과됨.',
'remember_me' => '기억하기',
],
// Incidents form fields
'incidents' => [
'name' => '이름',
'status' => '상태',
'component' => '구성요소',
'component_status' => 'Component Status',
'message' => '메시지',
'message-help' => 'Markdown을 사용할 수 있습니다.',
'occurred_at' => '문제가 언제 발생 했나요?',
'notify_subscribers' => '구독자에게 알림',
'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.',
'visibility' => '공개설정',
'stick_status' => '문제 고정하기',
'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' => '유지보수 예정일',
'completed_at' => '유지보수 완료일',
'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' => '확장/축소 옵션',
'visible' => '항상 확장',
'collapsed' => '기본으로 그룹 축소',
'collapsed_incident' => '그룹 축소 그러나 이슈가 존재할때 확장',
'visibility' => '가시성',
'visibility_public' => '전체 공개',
'visibility_authenticated' => '로그인 사용자에게만 표시',
],
],
// Action form fields
'actions' => [
'name' => '이름',
'description' => '설명',
'start_at' => '일정 시작 시간',
'timezone' => '시간대',
'schedule_frequency' => 'Schedule frequency (in seconds)',
'completion_latency' => 'Completion latency (in seconds)',
'group' => '그룹',
'active' => 'Active?',
'groups' => [
'name' => '그룹명',
],
],
// Metric form fields
'metrics' => [
'name' => '이름',
'suffix' => '접미사',
'description' => '설명',
'description-help' => 'Markdown을 사용할 수 있습니다.',
'display-chart' => '상태 페이지에 차트 보이기',
'default-value' => '기본값',
'calc_type' => '통계 계산',
'type_sum' => '합계',
'type_avg' => '평균',
'places' => '소수자리',
'default_view' => '기본 보기',
'threshold' => 'How many minutes of threshold between metric points?',
'visibility' => '가시성',
'visibility_authenticated' => '인증된 사용자에게만 표시',
'visibility_public' => '전체공개',
'visibility_hidden' => '항상 숨기기',
'points' => [
'value' => '값',
],
],
// Settings
'settings' => [
// Application setup
'app-setup' => [
'site-name' => '사이트명',
'site-url' => '사이트 URL',
'display-graphs' => '상태 페이지에 그래프 보이기',
'about-this-page' => '이 페이지에 대하여',
'days-of-incidents' => '몇 일 동안 사건을 표시하시겠습니까?',
'time_before_refresh' => 'Status page refresh rate (in seconds).',
'banner' => '배너 이미지',
'banner-help' => '가로가 930 픽셀보다 작은 이미지를 업로드 하는 것을 권장합니다.',
'subscribers' => '이메일 알림을 받기 위한 회원가입 허용',
'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?',
'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' => '커스텀 스타일시트',
],
'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' => '시간대 선택',
],
// Buttons
'add' => '추가',
'save' => '저장',
'update' => '수정',
'create' => '생성',
'edit' => '수정',
'delete' => '삭제',
'submit' => '전송',
'cancel' => '취소',
'remove' => '삭제',
'invite' => '초대',
'signup' => '가입',
'manage_updates' => 'Manage Updates',
// Other
'optional' => '* 선택사항',
];