[ 'email' => 'Email', 'username' => 'Username', 'password' => 'Password', 'site_name' => 'Site Name', 'site_domain' => 'Site Domain', 'site_timezone' => 'Select your timezone', 'site_locale' => 'Select your language', 'enable_google2fa' => 'Enable Google Two Factor Authentication', 'cache_driver' => 'Cache Driver', 'queue_driver' => 'Queue Driver', 'session_driver' => 'Session Driver', 'mail_driver' => 'Mail Driver', 'mail_host' => 'Mail Host', 'mail_address' => 'Mail From Address', 'mail_username' => 'Mail Username', 'mail_password' => 'Mail Password', ], // Login form fields 'login' => [ 'login' => 'Username or Email', 'email' => 'Email', 'password' => 'Password', '2fauth' => 'Authentication Code', 'invalid' => 'Invalid username or password', 'invalid-token' => '잘못된 토큰n', 'cookies' => 'You must enable cookies to login.', 'rate-limit' => 'Rate limit exceeded.', 'remember_me' => 'Remember me', ], // Incidents form fields 'incidents' => [ 'name' => 'Name', 'status' => 'Status', 'component' => '구성요소', 'component_status' => 'Component Status', 'message' => '메시지', 'message-help' => 'You may also use Markdown.', 'occurred_at' => 'When did this incident occur?', 'notify_subscribers' => '구독자에게 알림', 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', 'visibility' => 'Incident Visibility', 'stick_status' => 'Stick Incident', 'stickied' => 'Stickied', 'not_stickied' => 'Not Stickied', 'public' => 'Viewable by public', 'logged_in_only' => '로그인한 사용자만 볼 수 있음', 'templates' => [ 'name' => 'Name', 'template' => 'Template', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], 'schedules' => [ 'name' => 'Name', 'status' => 'Status', 'message' => '메시지', 'message-help' => 'You may also use Markdown.', 'scheduled_at' => 'When is this maintenance scheduled for?', 'completed_at' => 'When did this maintenance complete?', 'templates' => [ 'name' => 'Name', 'template' => 'Template', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], // Components form fields 'components' => [ 'name' => 'Name', 'status' => 'Status', 'group' => 'Group', 'description' => 'Description', 'link' => 'Link', 'tags' => 'Tags', 'tags-help' => '쉼표로 구분.', 'enabled' => 'Component enabled?', 'groups' => [ 'name' => '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' => 'Name', 'description' => 'Description', 'start_at' => 'Schedule start time', 'timezone' => 'Timezone', 'schedule_frequency' => 'Schedule frequency (in seconds)', 'completion_latency' => 'Completion latency (in seconds)', 'group' => 'Group', 'active' => 'Active?', 'groups' => [ 'name' => 'Group Name', ], ], // Metric form fields 'metrics' => [ 'name' => 'Name', 'suffix' => 'Suffix', 'description' => 'Description', 'description-help' => 'You may also use Markdown.', 'display-chart' => '상태 페이지에 차트 보이기', 'default-value' => '기본값', 'calc_type' => '통계 계산', 'type_sum' => 'Sum', 'type_avg' => 'Average', 'places' => 'Decimal places', 'default_view' => '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' => 'Value', ], ], // Settings 'settings' => [ // Application setup 'app-setup' => [ 'site-name' => 'Site Name', 'site-url' => 'Site URL', 'display-graphs' => '상태 페이지에 그래프 보이기', 'about-this-page' => 'About this page', 'days-of-incidents' => 'How many days of incidents to show?', 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'major_outage_rate' => 'Major outage threshold (in %)', 'banner' => 'Banner Image', 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", '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' => '쉼표로 구분. 위에 설정된 도메인은 기본적으로 자동 허용 됩니다.', 'always-authenticate' => 'Always authenticate', 'always-authenticate-help' => 'Require login to view any Cachet page', ], 'stylesheet' => [ 'custom-css' => 'Custom Stylesheet', ], 'theme' => [ 'background-color' => 'Background color', 'background-fills' => 'Background fills (components, incidents, footer)', 'banner-background-color' => 'Banner Background Color', 'banner-padding' => 'Banner Padding', 'fullwidth-banner' => 'Enable full width banner?', 'text-color' => 'Text color', 'dashboard-login' => 'Show dashboard button in the footer?', 'reds' => 'Red (used for errors)', 'blues' => 'Blue (used for information)', 'greens' => 'Green (used for success)', 'yellows' => 'Yellow (used for alerts)', 'oranges' => 'Orange (used for notices)', 'metrics' => 'Metrics fill', 'links' => 'Links', ], ], 'user' => [ 'username' => 'Username', 'email' => 'Email', 'password' => 'Password', 'api-token' => 'API Token', 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', 'gravatar' => 'Change your profile picture at Gravatar.', 'user_level' => 'User Level', 'levels' => [ 'admin' => 'Admin', 'user' => 'User', ], '2fa' => [ 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', ], 'team' => [ 'description' => 'Invite your team members by entering their email addresses here.', 'email' => 'Your Team Members Email Address', ], ], 'general' => [ 'timezone' => 'Select Timezone', ], // Buttons 'add' => 'Add', 'save' => 'Save', 'update' => '수정', 'create' => '생성', 'edit' => '수정', 'delete' => 'Delete', 'submit' => 'Submit', 'cancel' => 'Cancel', 'remove' => 'Remove', 'invite' => 'Invite', 'signup' => 'Sign Up', 'manage_updates' => 'Manage Updates', // Other 'optional' => '* 선택사항', ];