2017-05-06 10:05:19 +01:00
< ? 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 [
'dashboard' => '대시보드' ,
'writeable_settings' => 'Cachet settings directory 에 쓰기 권한이 없습니다. <code>./bootstrap/cachet</code>가 웹 서버에 의해 쓰기 가능한지 확인 하십시오.' ,
// Incidents
'incidents' => [
'title' => '문제 및 예정' ,
'incidents' => '문제' ,
'logged' => '{0} 아무 문제가 없습니다, 잘하고 있어요.|하나의 문제에 대한 로깅이 있습니다.|<strong>:count</strong> 개의 문제가 리포트 되었습니다.' ,
'incident-create-template' => '템플릿 생성' ,
'incident-templates' => '문제 템플릿' ,
2018-01-16 14:05:37 +00:00
'updates' => [
'title' => 'Incident updates for :incident' ,
'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates' ,
'add' => [
'title' => 'Create new incident update' ,
'success' => 'Your new incident update has been created.' ,
'failure' => 'Something went wrong with the incident update.' ,
],
'edit' => [
'title' => 'Edit incident update' ,
'success' => 'The incident update has been updated.' ,
'failure' => 'Something went wrong updating the incident update' ,
],
],
2017-05-06 10:05:19 +01:00
'add' => [
'title' => '문제 추가' ,
'success' => 'Incident added.' ,
'failure' => 'There was an error adding the incident, please try again.' ,
],
'edit' => [
'title' => '문제 수정' ,
'success' => '문제가 수정되었습니다.' ,
'failure' => '문제 수정중에 에러가 발생했습니다. 다시 시도해 주세요.' ,
],
'delete' => [
'success' => '문제가 삭제되었습니다. 그리고 상태 페이지에 표시되지 않습니다.' ,
'failure' => 'The incident could not be deleted, please try again.' ,
],
// 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 <strong>:count</strong> 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' => [
2018-01-16 14:05:37 +00:00
'subscribers' => '구독자' ,
'description' => 'Subscribers will receive email updates when incidents are created or components are updated.' ,
'description_disabled' => 'To use this feature, you need allow people to signup for notifications.' ,
'verified' => '인증됨' ,
'not_verified' => '인증되지 않음' ,
'subscriber' => ':email, subscribed :date' ,
'no_subscriptions' => 'Subscribed to all updates' ,
'global' => 'Globally subscribed' ,
'add' => [
2017-05-06 10:05:19 +01:00
'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' => '팀 멤버는 구성요소와 문제를 추가하고 수정 할 수 있습니다.' ,
'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' => [
2018-01-16 14:05:37 +00:00
'log' => '로그' ,
2017-05-06 10:05:19 +01:00
],
'localization' => [
'localization' => 'Localization' ,
],
'customization' => [
'customization' => '사용자 설정' ,
'header' => '사용자 지정 헤더 HTML' ,
'footer' => '사용자 지정 바닥글 HTML' ,
],
'mail' => [
2018-01-16 14:05:37 +00:00
'mail' => '이메일' ,
'test' => '테스트' ,
2017-05-06 10:05:19 +01:00
'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 <a href="https://alt-three.com/?utm_source=cachet&utm_medium=credits&utm_campaign=Cachet%20Credit%20Dashboard" target="_blank">Alt Three Services Limited</a>.' ,
'backers-title' => 'Backers & Sponsors' ,
'backers' => 'If you\'d like to support future development, check out the <a href="https://patreon.com/jbrooksuk" target="_blank">Cachet Patreon</a> 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' => [
2018-01-16 14:05:37 +00:00
'support' => 'Cachet 지원하기' ,
2017-05-06 10:05:19 +01:00
'support_subtitle' => 'Check out our <strong><a href="https://patreon.com/jbrooksuk" target="_blank">Patreon</a></strong> page!' ,
2018-01-16 14:05:37 +00:00
'news' => '최신 뉴스' ,
2017-05-06 10:05:19 +01:00
'news_subtitle' => 'Get the latest update' ,
],
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your new status page, :username!' ,
'message' => '상태 페이지는 거의 다 준비 되었습니다! 추가 설정을 해보세요' ,
2018-01-16 14:05:37 +00:00
'close' => '괜찮습니다.' ,
2017-05-06 10:05:19 +01:00
'steps' => [
'component' => '구성요소 만들기' ,
'incident' => '문제 만들기' ,
'customize' => '사용자 지정' ,
'team' => '사용자 추가' ,
'api' => 'API 토큰 생성' ,
'two-factor' => '2단계 인증' ,
],
],
2017-05-06 10:10:36 +00:00
];