New translations notifications.php (Danish)

This commit is contained in:
Cachet Bot
2018-07-12 08:42:50 +01:00
parent 812ae28fef
commit 722c28bad9

View File

@@ -13,84 +13,84 @@ return [
'component' => [
'status_update' => [
'mail' => [
'subject' => 'Komponentstatus opdateret',
'greeting' => 'En komponents status blev opdateret!',
'content' => ':name status blev ændret fra :old_status til :new_status.',
'action' => 'Vis',
'subject' => 'Component Status Updated',
'greeting' => 'A component\'s status was updated!',
'content' => ':name status changed from :old_status to :new_status.',
'action' => 'View',
],
'slack' => [
'title' => 'Komponentstatus opdateret',
'content' => ':name status blev ændret fra :old_status til :new_status.',
'title' => 'Component Status Updated',
'content' => ':name status changed from :old_status to :new_status.',
],
'sms' => [
'content' => ':name status blev ændret fra :old_status til :new_status.',
'content' => ':name status changed from :old_status to :new_status.',
],
],
],
'incident' => [
'new' => [
'mail' => [
'subject' => 'Ny hændelse indrapporteret',
'greeting' => 'En ny hændelse blev rapporteret på :app_name.',
'content' => 'Hændelse :name blev rapporteret',
'action' => 'Vis',
'subject' => 'New Incident Reported',
'greeting' => 'A new incident was reported at :app_name.',
'content' => 'Incident :name was reported',
'action' => 'View',
],
'slack' => [
'title' => 'Hændelse :name Rapporteret',
'content' => 'En ny hændelse blev rapporteret på :app_name',
'title' => 'Incident :name Reported',
'content' => 'A new incident was reported at :app_name',
],
'sms' => [
'content' => 'En ny hændelse blev rapporteret på :app_name.',
'content' => 'A new incident was reported at :app_name.',
],
],
'update' => [
'mail' => [
'subject' => 'Hændelse opdateret',
'content' => ':name blev opdateret',
'title' => ':name blev opdateret til :new_status',
'action' => 'Vis',
'subject' => 'Incident Updated',
'content' => ':name was updated',
'title' => ':name was updated to :new_status',
'action' => 'View',
],
'slack' => [
'title' => ':name opdateret',
'content' => ':name blev opdateret til :new_status',
'title' => ':name Updated',
'content' => ':name was updated to :new_status',
],
'sms' => [
'content' => 'Hændelse :name blev opdateret',
'content' => 'Incident :name was updated',
],
],
],
'schedule' => [
'new' => [
'mail' => [
'subject' => 'Ny tidsplan oprettet',
'content' => ':name blev planlagt til :date',
'title' => 'En ny planlagt vedligeholdelse blev oprettet.',
'action' => 'Vis',
'subject' => 'New Schedule Created',
'content' => ':name was scheduled for :date',
'title' => 'A new scheduled maintenance was created.',
'action' => 'View',
],
'slack' => [
'title' => 'Ny tidsplan oprettet!',
'content' => ':name blev planlagt til :date',
'title' => 'New Schedule Created!',
'content' => ':name was scheduled for :date',
],
'sms' => [
'content' => ':name blev planlagt til :date',
'content' => ':name was scheduled for :date',
],
],
],
'subscriber' => [
'verify' => [
'mail' => [
'subject' => 'Bekræft dit abonnement',
'content' => 'Tryk for at bekræfte dit abonnement :app_name-statussiden.',
'title' => 'Bekræft dit abonnement via :app_name-statussiden.',
'action' => 'Bekræft',
'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' => 'Verify',
],
],
],
'system' => [
'test' => [
'mail' => [
'subject' => 'Ping fra Cachet!',
'content' => 'Dette er en testnotifikation fra Cachet!',
'subject' => 'Ping from Cachet!',
'content' => 'This is a test notification from Cachet!',
'title' => '🔔',
],
],
@@ -98,10 +98,10 @@ return [
'user' => [
'invite' => [
'mail' => [
'subject' => 'Din invitationen er heri...',
'content' => 'Du er inviteret til at tilmelde dig :app_name-statussiden.',
'title' => 'Du er inviteret til at tilmelde dig :app_name-statussiden.',
'action' => 'Acceptér',
'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' => 'Accept',
],
],
],