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 [
2018-07-12 08:40:52 +01:00
'dashboard' => 'Dashboard' ,
'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that <code>./bootstrap/cachet</code> is writeable by the web server.' ,
2017-05-06 10:05:19 +01:00
// Incidents
'incidents' => [
2018-07-12 08:40:52 +01:00
'title' => 'Incidents & Maintenance' ,
'incidents' => 'Incidents' ,
2018-04-02 22:10:48 +01:00
'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported <strong>:count</strong> incidents.' ,
2018-07-12 08:40:52 +01:00
'incident-create-template' => 'Create Template' ,
'incident-templates' => 'Incident Templates' ,
2018-01-16 14:05:37 +00:00
'updates' => [
'title' => 'Incident updates for :incident' ,
2018-03-31 12:00:44 +01:00
'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates' ,
2018-01-16 14:05:37 +00:00
'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' ,
],
],
2019-11-02 10:40:49 +00:00
'reported_by' => 'Reported :timestamp by :user' ,
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' => '문제가 수정되었습니다.' ,
2018-07-12 08:40:52 +01:00
'failure' => 'There was an error editing the incident, please try again.' ,
2017-05-06 10:05:19 +01:00
],
'delete' => [
2018-07-12 08:40:52 +01:00
'success' => 'The incident has been deleted and will not show on your status page.' ,
2017-05-06 10:05:19 +01:00
'failure' => 'The incident could not be deleted, please try again.' ,
],
// Incident templates
'templates' => [
2018-07-12 08:40:52 +01:00
'title' => 'Incident Templates' ,
2017-05-06 10:05:19 +01:00
'add' => [
'title' => '문제 템플릿 생성하기' ,
2018-07-12 08:40:52 +01:00
'message' => 'Create your first incident template.' ,
2017-05-06 10:05:19 +01:00
'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' => [
2018-07-12 08:40:52 +01:00
'schedule' => 'Maintenance' ,
2018-03-31 12:00:44 +01:00
'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported <strong>:count</strong> schedules.' ,
2018-07-12 08:40:52 +01:00
'scheduled_at' => 'Scheduled at :timestamp' ,
2017-05-06 10:05:19 +01:00
'add' => [
2018-07-12 08:40:52 +01:00
'title' => 'Add Maintenance' ,
'success' => 'Maintenance added.' ,
'failure' => 'Something went wrong adding the Maintenance, please try again.' ,
2017-05-06 10:05:19 +01:00
],
'edit' => [
2018-07-12 08:40:52 +01:00
'title' => 'Edit Maintenance' ,
'success' => 'Maintenance has been updated!' ,
'failure' => 'Something went wrong editing the Maintenance, please try again.' ,
2017-05-06 10:05:19 +01:00
],
'delete' => [
2018-07-12 08:40:52 +01:00
'success' => 'The Maintenance has been deleted and will not show on your status page.' ,
'failure' => 'The Maintenance could not be deleted, please try again.' ,
2017-05-06 10:05:19 +01:00
],
],
// Components
'components' => [
2018-07-12 08:40:52 +01:00
'components' => 'Components' ,
'component_statuses' => 'Component Statuses' ,
'listed_group' => 'Grouped under :name' ,
2017-05-06 10:05:19 +01:00
'add' => [
'title' => '구성요소 추가' ,
'message' => '구성요소를 추가해야 합니다.' ,
2018-07-12 08:40:52 +01:00
'success' => 'Component created.' ,
2017-05-06 10:05:19 +01:00
'failure' => 'Something went wrong with the component group, please try again.' ,
],
'edit' => [
'title' => '구성요소 수정' ,
2018-07-12 08:40:52 +01:00
'success' => 'Component updated.' ,
2017-05-06 10:05:19 +01:00
'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' => [
2018-07-12 08:40:52 +01:00
'groups' => 'Component group|Component groups' ,
'no_components' => 'You should add a component group.' ,
2017-05-06 10:05:19 +01:00
'add' => [
'title' => '구성요소 그룹 추가' ,
2018-07-12 08:40:52 +01:00
'success' => 'Component group added.' ,
2017-05-06 10:05:19 +01:00
'failure' => 'Something went wrong with the component group, please try again.' ,
],
'edit' => [
'title' => '구성요소 그룹 수정' ,
2018-07-12 08:40:52 +01:00
'success' => 'Component group updated.' ,
2017-05-06 10:05:19 +01:00
'failure' => 'Something went wrong with the component group, please try again.' ,
],
'delete' => [
2018-07-12 08:40:52 +01:00
'success' => 'Component group has been deleted!' ,
2017-05-06 10:05:19 +01:00
'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-07-12 08:40:52 +01:00
'subscribers' => 'Subscribers' ,
2018-01-16 14:05:37 +00:00
'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.' ,
2018-07-12 08:40:52 +01:00
'verified' => 'Verified' ,
'not_verified' => 'Not verified' ,
2018-01-16 14:05:37 +00:00
'subscriber' => ':email, subscribed :date' ,
'no_subscriptions' => 'Subscribed to all updates' ,
'global' => 'Globally subscribed' ,
'add' => [
2018-07-12 08:40:52 +01:00
'title' => 'Add a new subscriber' ,
'success' => 'Subscriber has been added!' ,
2017-05-06 10:05:19 +01:00
'failure' => 'Something went wrong adding the subscriber, please try again.' ,
'help' => 'Enter each subscriber on a new line.' ,
],
'edit' => [
2018-07-12 08:40:52 +01:00
'title' => 'Update subscriber' ,
'success' => 'Subscriber has been updated!' ,
2017-05-06 10:05:19 +01:00
'failure' => 'Something went wrong editing the subscriber, please try again.' ,
],
],
// Team
'team' => [
2018-07-12 08:40:52 +01:00
'team' => 'Team' ,
'member' => 'Member' ,
'profile' => 'Profile' ,
2017-05-06 10:05:19 +01:00
'description' => '팀 멤버는 구성요소와 문제를 추가하고 수정 할 수 있습니다.' ,
'add' => [
'title' => '새 팀 멤버 추가' ,
2018-07-12 08:40:52 +01:00
'success' => 'Team member added.' ,
2017-05-06 10:05:19 +01:00
'failure' => 'The team member could not be added, please try again.' ,
],
'edit' => [
'title' => '프로필 수정' ,
2018-07-12 08:40:52 +01:00
'success' => 'Profile updated.' ,
2017-05-06 10:05:19 +01:00
'failure' => 'Something went wrong updating the profile, please try again.' ,
],
'delete' => [
2018-07-12 08:40:52 +01:00
'success' => 'Team member has been deleted and will no longer have access to the dashboard!' ,
2017-05-06 10:05:19 +01:00
'failure' => 'The team member could not be added, please try again.' ,
],
'invite' => [
2018-07-12 08:40:52 +01:00
'title' => 'Invite a new team member' ,
'success' => 'An invite has been sent' ,
2017-05-06 10:05:19 +01:00
'failure' => 'The invite could not be sent, please try again.' ,
],
],
// Settings
'settings' => [
2018-07-12 08:40:52 +01:00
'settings' => 'Settings' ,
2017-05-06 10:05:19 +01:00
'app-setup' => [
'app-setup' => '애플리케이션 설정' ,
2018-07-12 08:40:52 +01:00
'images-only' => 'Only images may be uploaded.' ,
'too-big' => 'The file you uploaded is too big. Upload an image smaller than :size' ,
2017-05-06 10:05:19 +01:00
],
'analytics' => [
'analytics' => 'Analytics' ,
],
'log' => [
2018-07-12 08:40:52 +01:00
'log' => 'Log' ,
2017-05-06 10:05:19 +01:00
],
'localization' => [
'localization' => 'Localization' ,
],
'customization' => [
2018-07-12 08:40:52 +01:00
'customization' => 'Customization' ,
'header' => 'Custom Header HTML' ,
'footer' => 'Custom Footer HTML' ,
2017-05-06 10:05:19 +01:00
],
'mail' => [
2018-07-12 08:40:52 +01:00
'mail' => 'Mail' ,
'test' => 'Test' ,
2017-05-06 10:05:19 +01:00
'email' => [
'subject' => 'Test notification from Cachet' ,
'body' => 'This is a test notification from Cachet.' ,
],
],
'security' => [
2018-07-12 08:40:52 +01:00
'security' => 'Security' ,
'two-factor' => 'Users without two-factor authentication' ,
2017-05-06 10:05:19 +01:00
],
'stylesheet' => [
2018-07-12 08:40:52 +01:00
'stylesheet' => 'Stylesheet' ,
2017-05-06 10:05:19 +01:00
],
'theme' => [
2018-07-12 08:40:52 +01:00
'theme' => 'Theme' ,
2017-05-06 10:05:19 +01:00
],
'edit' => [
2018-07-12 08:40:52 +01:00
'success' => 'Settings saved.' ,
'failure' => 'Settings could not be saved.' ,
2017-05-06 10:05:19 +01:00
],
'credits' => [
2018-07-12 08:40:52 +01:00
'credits' => 'Credits' ,
'contributors' => 'Contributors' ,
2017-05-06 10:05:19 +01:00
'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' => [
2018-07-12 08:40:52 +01:00
'login' => 'Login' ,
'logged_in' => 'You\'re logged in.' ,
'welcome' => 'Welcome back!' ,
'two-factor' => 'Please enter your token.' ,
2017-05-06 10:05:19 +01:00
],
// Sidebar footer
2018-07-12 08:40:52 +01:00
'help' => 'Help' ,
'status_page' => 'Status Page' ,
'logout' => 'Logout' ,
2017-05-06 10:05:19 +01:00
// Notifications
'notifications' => [
2018-07-12 08:40:52 +01:00
'notifications' => 'Notifications' ,
2017-05-06 10:05:19 +01:00
'awesome' => '좋아요.' ,
'whoops' => '이런...' ,
],
// Widgets
'widgets' => [
2018-07-12 08:40:52 +01:00
'support' => '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-07-12 08:40:52 +01:00
'news' => 'Latest 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-07-12 08:40:52 +01:00
'close' => 'I\'m good thanks!' ,
2017-05-06 10:05:19 +01:00
'steps' => [
2018-07-12 08:40:52 +01:00
'component' => 'Add your components' ,
'incident' => 'Create an incident' ,
'customize' => 'Customize your page' ,
'team' => 'Add your team' ,
'api' => 'Generate an API token' ,
'two-factor' => 'Setup Two Factor Authentication' ,
2017-05-06 10:05:19 +01:00
],
],
2017-05-06 10:10:36 +00:00
];