New translations cachet.php (Korean)

This commit is contained in:
Cachet Bot
2018-06-18 05:50:05 +01:00
parent 139a0a4eb1
commit 0216c41549
+13 -13
View File
@@ -29,11 +29,11 @@ return [
'incidents' => [ 'incidents' => [
'none' => '아무 문제도 보고되지 않음', 'none' => '아무 문제도 보고되지 않음',
'past' => '이전 문제', 'past' => '이전 문제',
'stickied' => 'Stickied Incidents', 'stickied' => '고정된 문제',
'scheduled' => '예정된 유지 보수', 'scheduled' => '예정된 유지 보수',
'scheduled_at' => ', :timestamp 에 예정됨', 'scheduled_at' => ', :timestamp 에 예정됨',
'posted' => '게시 됨 :timestamp', 'posted' => '게시 됨 :timestamp',
'posted_at' => 'Posted at :timestamp', 'posted_at' => ':timestamp에 게시됨',
'status' => [ 'status' => [
1 => '파악 중', 1 => '파악 중',
2 => '확인됨', 2 => '확인됨',
@@ -45,15 +45,15 @@ return [
// Schedule // Schedule
'schedules' => [ 'schedules' => [
'status' => [ 'status' => [
0 => 'Upcoming', 0 => '예정',
1 => 'In Progress', 1 => '진행 중',
2 => 'Complete', 2 => '완료',
], ],
], ],
// Service Status // Service Status
'service' => [ 'service' => [
'good' => '[0,1]System operational|[2,*]All systems are operational', 'good' => '[0,1]시스템 정상|[2,*]모든 시스템 정상',
'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues', 'bad' => '[0,1] The system is experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues', 'major' => '[0,1] The system is experiencing major issues|[2,Inf] Some systems are experiencing major issues',
], ],
@@ -81,7 +81,7 @@ return [
'manage' => [ 'manage' => [
'no_subscriptions' => '당신은 모든 업데이트를 구독하고 있습니다', 'no_subscriptions' => '당신은 모든 업데이트를 구독하고 있습니다',
'my_subscriptions' => '당신은 다음 업데이트를 구독하고 있습니다', 'my_subscriptions' => '당신은 다음 업데이트를 구독하고 있습니다',
'manage_at_link' => 'Manage your subscriptions at :link', 'manage_at_link' => ':link에서 구독을 관리할 수 있음',
], ],
'email' => [ 'email' => [
'subscribe' => '이메일 구독 신청.', 'subscribe' => '이메일 구독 신청.',
@@ -121,17 +121,17 @@ return [
// Meta descriptions // Meta descriptions
'meta' => [ 'meta' => [
'description' => [ 'description' => [
'incident' => 'Details and updates about the :name incident that occurred on :date', 'incident' => ':date에 발생한 :name에 대한 자세한 정보와 업데이트',
'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', 'schedule' => ':startDate에 시작하는 계획된 :name 점검에 대한 자세한 정보',
'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', 'subscribe' => ':app을 구독해서 사고와 예정된 점검에 대해서 받아볼 수 있음',
'overview' => 'Stay up to date with the latest service updates from :app.', 'overview' => ':app의 최신 상태 업데이트를 받아보세요.',
], ],
], ],
// Other // Other
'home' => '홈', 'home' => '홈',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.', 'powered_by' => '<a href="https://cachethq.io" class="links">Cachet</a>에 의해 제공됩니다.',
'timezone' => 'Times are shown in :timezone.', 'timezone' => '시간은 :timezone을 기준으로 표시됩니다.',
'about_this_site' => '이 사이트에 대해', 'about_this_site' => '이 사이트에 대해',
'rss-feed' => 'RSS', 'rss-feed' => 'RSS',
'atom-feed' => 'Atom', 'atom-feed' => 'Atom',