New translations notifications.php (Korean)
This commit is contained in:
@@ -13,13 +13,13 @@ return [
|
||||
'component' => [
|
||||
'status_update' => [
|
||||
'mail' => [
|
||||
'subject' => '구성요소 상태 업데이트됨',
|
||||
'greeting' => '구성요소의 상태가 업데이트 됐습니다!',
|
||||
'subject' => 'Component Status Updated',
|
||||
'greeting' => 'A component\'s status was updated!',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => '구성요소 상태 업데이트됨',
|
||||
'title' => 'Component Status Updated',
|
||||
'content' => ':name status changed from :old_status to :new_status.',
|
||||
],
|
||||
'sms' => [
|
||||
@@ -30,10 +30,10 @@ return [
|
||||
'incident' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => '신규 문제가 보고 됐습니다.',
|
||||
'subject' => 'New Incident Reported',
|
||||
'greeting' => 'A new incident was reported at :app_name.',
|
||||
'content' => 'Incident :name was reported',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => 'Incident :name Reported',
|
||||
@@ -45,10 +45,10 @@ return [
|
||||
],
|
||||
'update' => [
|
||||
'mail' => [
|
||||
'subject' => '문제 보고',
|
||||
'subject' => 'Incident Updated',
|
||||
'content' => ':name was updated',
|
||||
'title' => ':name was updated to :new_status',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => ':name Updated',
|
||||
@@ -62,13 +62,13 @@ return [
|
||||
'schedule' => [
|
||||
'new' => [
|
||||
'mail' => [
|
||||
'subject' => '신규 일정이 생성됨',
|
||||
'subject' => 'New Schedule Created',
|
||||
'content' => ':name was scheduled for :date',
|
||||
'title' => 'A new scheduled maintenance was created.',
|
||||
'action' => '보기',
|
||||
'action' => 'View',
|
||||
],
|
||||
'slack' => [
|
||||
'title' => '신규 일정이 생성됨!',
|
||||
'title' => 'New Schedule Created!',
|
||||
'content' => ':name was scheduled for :date',
|
||||
],
|
||||
'sms' => [
|
||||
@@ -79,18 +79,18 @@ return [
|
||||
'subscriber' => [
|
||||
'verify' => [
|
||||
'mail' => [
|
||||
'subject' => '구독 인증을 해주세요.',
|
||||
'subject' => 'Verify Your Subscription',
|
||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
||||
'title' => 'Verify your subscription to :app_name status page.',
|
||||
'action' => '인증',
|
||||
'action' => 'Verify',
|
||||
],
|
||||
],
|
||||
],
|
||||
'system' => [
|
||||
'test' => [
|
||||
'mail' => [
|
||||
'subject' => 'Cachet에서 온 핑!',
|
||||
'content' => 'Cachet에서 보내는 테스트 알림 입니다!',
|
||||
'subject' => 'Ping from Cachet!',
|
||||
'content' => 'This is a test notification from Cachet!',
|
||||
'title' => '🔔',
|
||||
],
|
||||
],
|
||||
@@ -98,10 +98,10 @@ return [
|
||||
'user' => [
|
||||
'invite' => [
|
||||
'mail' => [
|
||||
'subject' => '초대장이 안에 있습니다...',
|
||||
'content' => '초대 받았습니다 : app_name 상태 페이지.',
|
||||
'subject' => 'Your invitation is inside...',
|
||||
'content' => 'You have been invited to join :app_name status page.',
|
||||
'title' => 'You\'re invited to join :app_name status page.',
|
||||
'action' => '수락하기',
|
||||
'action' => 'Accept',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user