New translations notifications.php (Danish)
This commit is contained in:
@@ -13,84 +13,84 @@ return [
|
|||||||
'component' => [
|
'component' => [
|
||||||
'status_update' => [
|
'status_update' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'Component Status Updated',
|
'subject' => 'Komponentstatus opdateret',
|
||||||
'greeting' => 'A component\'s status was updated!',
|
'greeting' => 'En komponents status blev opdateret!',
|
||||||
'content' => ':name status changed from :old_status to :new_status.',
|
'content' => ':name status blev ændret fra :old_status til :new_status.',
|
||||||
'action' => 'View',
|
'action' => 'Vis',
|
||||||
],
|
],
|
||||||
'slack' => [
|
'slack' => [
|
||||||
'title' => 'Component Status Updated',
|
'title' => 'Komponentstatus opdateret',
|
||||||
'content' => ':name status changed from :old_status to :new_status.',
|
'content' => ':name status blev ændret fra :old_status til :new_status.',
|
||||||
],
|
],
|
||||||
'sms' => [
|
'sms' => [
|
||||||
'content' => ':name status changed from :old_status to :new_status.',
|
'content' => ':name status blev ændret fra :old_status til :new_status.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'incident' => [
|
'incident' => [
|
||||||
'new' => [
|
'new' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'New Incident Reported',
|
'subject' => 'Ny hændelse indrapporteret',
|
||||||
'greeting' => 'A new incident was reported at :app_name.',
|
'greeting' => 'En ny hændelse blev rapporteret på :app_name.',
|
||||||
'content' => 'Incident :name was reported',
|
'content' => 'Hændelse :name blev rapporteret',
|
||||||
'action' => 'View',
|
'action' => 'Vis',
|
||||||
],
|
],
|
||||||
'slack' => [
|
'slack' => [
|
||||||
'title' => 'Incident :name Reported',
|
'title' => 'Hændelse :name Rapporteret',
|
||||||
'content' => 'A new incident was reported at :app_name',
|
'content' => 'En ny hændelse blev rapporteret på :app_name',
|
||||||
],
|
],
|
||||||
'sms' => [
|
'sms' => [
|
||||||
'content' => 'A new incident was reported at :app_name.',
|
'content' => 'En ny hændelse blev rapporteret på :app_name.',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'update' => [
|
'update' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'Incident Updated',
|
'subject' => 'Hændelse opdateret',
|
||||||
'content' => ':name was updated',
|
'content' => ':name blev opdateret',
|
||||||
'title' => ':name was updated to :new_status',
|
'title' => ':name blev opdateret til :new_status',
|
||||||
'action' => 'View',
|
'action' => 'Vis',
|
||||||
],
|
],
|
||||||
'slack' => [
|
'slack' => [
|
||||||
'title' => ':name Updated',
|
'title' => ':name opdateret',
|
||||||
'content' => ':name was updated to :new_status',
|
'content' => ':name blev opdateret til :new_status',
|
||||||
],
|
],
|
||||||
'sms' => [
|
'sms' => [
|
||||||
'content' => 'Incident :name was updated',
|
'content' => 'Hændelse :name blev opdateret',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'schedule' => [
|
'schedule' => [
|
||||||
'new' => [
|
'new' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'New Schedule Created',
|
'subject' => 'Ny tidsplan oprettet',
|
||||||
'content' => ':name was scheduled for :date',
|
'content' => ':name blev planlagt til :date',
|
||||||
'title' => 'A new scheduled maintenance was created.',
|
'title' => 'En ny planlagt vedligeholdelse blev oprettet.',
|
||||||
'action' => 'View',
|
'action' => 'Vis',
|
||||||
],
|
],
|
||||||
'slack' => [
|
'slack' => [
|
||||||
'title' => 'New Schedule Created!',
|
'title' => 'Ny tidsplan oprettet!',
|
||||||
'content' => ':name was scheduled for :date',
|
'content' => ':name blev planlagt til :date',
|
||||||
],
|
],
|
||||||
'sms' => [
|
'sms' => [
|
||||||
'content' => ':name was scheduled for :date',
|
'content' => ':name blev planlagt til :date',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'subscriber' => [
|
'subscriber' => [
|
||||||
'verify' => [
|
'verify' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'Verify Your Subscription',
|
'subject' => 'Bekræft dit abonnement',
|
||||||
'content' => 'Click to verify your subscription to :app_name status page.',
|
'content' => 'Tryk for at bekræfte dit abonnement :app_name-statussiden.',
|
||||||
'title' => 'Verify your subscription to :app_name status page.',
|
'title' => 'Bekræft dit abonnement via :app_name-statussiden.',
|
||||||
'action' => 'Verify',
|
'action' => 'Bekræft',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
'system' => [
|
'system' => [
|
||||||
'test' => [
|
'test' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'Ping from Cachet!',
|
'subject' => 'Ping fra Cachet!',
|
||||||
'content' => 'This is a test notification from Cachet!',
|
'content' => 'Dette er en testnotifikation fra Cachet!',
|
||||||
'title' => '🔔',
|
'title' => '🔔',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
@@ -98,10 +98,10 @@ return [
|
|||||||
'user' => [
|
'user' => [
|
||||||
'invite' => [
|
'invite' => [
|
||||||
'mail' => [
|
'mail' => [
|
||||||
'subject' => 'Your invitation is inside...',
|
'subject' => 'Din invitationen er heri...',
|
||||||
'content' => 'You have been invited to join :app_name status page.',
|
'content' => 'Du er inviteret til at tilmelde dig :app_name-statussiden.',
|
||||||
'title' => 'You\'re invited to join :app_name status page.',
|
'title' => 'Du er inviteret til at tilmelde dig :app_name-statussiden.',
|
||||||
'action' => 'Accept',
|
'action' => 'Acceptér',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user