New translations cachet.php (Danish)

This commit is contained in:
James Brooks
2017-05-06 10:07:43 +01:00
parent 534ca0ddd2
commit 23cc4f5b38

View File

@@ -14,7 +14,7 @@ return [
'components' => [
'last_updated' => 'Sidst opdateret :timestamp',
'status' => [
0 => 'Unknown',
0 => 'Ukendt',
1 => 'Normal',
2 => 'Hastighedsproblemer',
3 => 'Nogen udfald',
@@ -27,15 +27,13 @@ return [
// Incidents
'incidents' => [
'none' => 'Ingen hændelser er rapporteret',
'past' => 'Tidligere hændelser',
'previous_week' => 'Forrige uge',
'next_week' => 'Næste uge',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Planlagt vedligeholdelse',
'scheduled_at' => ', planlagt til :timestamp',
'posted' => 'Posted :timestamp',
'status' => [
'none' => 'Ingen hændelser er rapporteret',
'past' => 'Tidligere hændelser',
'stickied' => 'Stickied Incidents',
'scheduled' => 'Planlagt vedligeholdelse',
'scheduled_at' => ', planlagt til :timestamp',
'posted' => 'Sendt :timestamp',
'status' => [
1 => 'Undersøger',
2 => 'Identificeret',
3 => 'Overvåger',
@@ -46,9 +44,9 @@ return [
// Schedule
'schedules' => [
'status' => [
0 => 'Upcoming',
1 => 'In Progress',
2 => 'Complete',
0 => 'Kommende',
1 => 'Under udførsel',
2 => 'Fuldført',
],
],
@@ -77,7 +75,7 @@ return [
// Subscriber
'subscriber' => [
'subscribe' => 'Tilmeld dig for at få de seneste opdateringer',
'unsubscribe' => 'Unsubscribe at :link',
'unsubscribe' => 'Afmeld via :link',
'button' => 'Abonner',
'manage' => [
'no_subscriptions' => 'Du abonner i øjeblikket på alle opdateringer.',
@@ -122,10 +120,10 @@ return [
'home' => 'Hjem',
'description' => 'Hold dig opdateret med de seneste opdateringer fra :app.',
'powered_by' => 'Drevet af <a href="https://cachethq.io" class="links"> Cachet</a>.',
'timezone' => 'Tidspunkter er vist i :timezone.',
'timezone' => 'Klokkeslæt angives som :timezone.',
'about_this_site' => 'Om denne side',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status Feed',
];
];