141 lines
6.0 KiB
PHP
Executable File
141 lines
6.0 KiB
PHP
Executable File
<?php
|
|
|
|
/*
|
|
* This file is part of Cachet.
|
|
*
|
|
* (c) Alt Three Services Limited
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
return [
|
|
// Components
|
|
'components' => [
|
|
'status' => [
|
|
1 => 'Funktionsfähig',
|
|
2 => 'Leistungsprobleme',
|
|
3 => 'Teilweiser Ausfall',
|
|
4 => 'Schwerer Ausfall',
|
|
],
|
|
],
|
|
|
|
// Incidents
|
|
'incidents' => [
|
|
'none' => 'Keine Vorfälle berichtet.',
|
|
'past' => 'Vergangene Vorfälle',
|
|
'previous_week' => 'Vorherige Woche',
|
|
'next_week' => 'Nächste Woche',
|
|
'none' => 'Keine Vorfälle berichtet.',
|
|
'scheduled' => 'Geplante Wartungen',
|
|
'scheduled_at' => ', geplant :timestamp',
|
|
'status' => [
|
|
0 => 'Geplant', // TODO: Hopefully remove this.
|
|
1 => 'Untersuchungen laufen',
|
|
2 => 'Identifiziert',
|
|
3 => 'Unter Beobachtung',
|
|
4 => 'Behoben',
|
|
],
|
|
],
|
|
|
|
// Service Status
|
|
'service' => [
|
|
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
|
|
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
|
|
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
|
|
],
|
|
|
|
'api' => [
|
|
'regenerate' => 'API-Schlüssel neu generieren',
|
|
'revoke' => 'API-Schlüssel widerrufen',
|
|
],
|
|
|
|
// Metrics
|
|
'metrics' => [
|
|
'filter' => [
|
|
'last_hour' => 'Last Hour',
|
|
'hourly' => 'Letzte 12 Stunden',
|
|
'weekly' => 'Wöchentlich',
|
|
'monthly' => 'Monatlich',
|
|
],
|
|
],
|
|
|
|
// Subscriber
|
|
'subscriber' => [
|
|
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
|
|
'button' => 'Abonnieren',
|
|
'email' => [
|
|
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.',
|
|
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.',
|
|
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!',
|
|
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
|
|
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
|
|
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
|
|
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
|
|
'verify' => [
|
|
'text' => "Bitte bestätigen Sie Ihre E-Mail-Abonnement zu :app_name Status-Aktualisierungen.\n:link\nDanke, :app_name",
|
|
'html-preheader' => 'Bitte bestätigen Sie Ihre E-Mail-Abonnement zu :app_name Status-Aktualisierungen.',
|
|
'html' => '<p>Bestätigen Sie bitte Ihr E-Mail-Abonnement für :app_name Statusaktualisierungen.</p><p><a href=":link">:link</a></p><p>Danke, :app_name</p>',
|
|
],
|
|
'maintenance' => [
|
|
'text' => "Neue Wartung wurde für :app_name geplant.\nDanke, :app_name",
|
|
'html-preheader' => 'Neue Wartung wurde für :app_name geplant.',
|
|
'html' => '<p>Neue Wartung wurde für :app_name geplant.</p>',
|
|
],
|
|
'incident' => [
|
|
'text' => "Ein neuer Vorfall wurde auf :app_name berichtet.\nDanke, :app_name",
|
|
'html-preheader' => 'Ein neuer Vorfall wurde über :app_name berichtet.',
|
|
'html' => '<p>Ein neuer Vorfall wurde über :app_name berichtet.</p> <p>Danke, :app_name</p>',
|
|
],
|
|
'component' => [
|
|
'subject' => 'Component Status Update',
|
|
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
|
|
'html-preheader' => 'Component Update from :app_name',
|
|
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
|
|
'tooltip-title' => 'Subscribe to notifications for :component_name.',
|
|
],
|
|
],
|
|
],
|
|
|
|
'users' => [
|
|
'email' => [
|
|
'invite' => [
|
|
'text' => "Du wurdest in das Team :app_name Status Seite eingeladen. Um dich zu registrieren klicke den Link.\n:link\nDanke, :app_name",
|
|
'html-preheader' => 'Du wurdest in das Team :app_name eingeladen.',
|
|
'html' => '<p>Du wurdest in das Team :app_name Status Seite eingeladen. Um dich zu registrieren klicke den Link.</p><p><a href=":link">:link</a></p><p>Danke, :app_name</p>',
|
|
],
|
|
],
|
|
],
|
|
|
|
'signup' => [
|
|
'title' => 'Registrieren',
|
|
'username' => 'Benutzername',
|
|
'email' => 'E-Mail',
|
|
'password' => 'Passwort',
|
|
'success' => 'Ihr Konto wurde erfolgreich erstellt.',
|
|
'failure' => 'Mit der Registrierung ist etwas schief gelaufen.',
|
|
],
|
|
|
|
'system' => [
|
|
'update' => 'There is a newer version of Cachet available. You can learn how to update <a href="https://docs.cachethq.io/docs/updating-cachet">here</a>!',
|
|
],
|
|
|
|
// Modal
|
|
'modal' => [
|
|
'close' => 'Close',
|
|
'subscribe' => [
|
|
'title' => 'Subscribe to component updates?',
|
|
'body' => 'Enter your email address to subscribe to updates for this component. If you\'re already subscribed, you\'ll receive emails for this component too.',
|
|
'button' => 'Abonnieren',
|
|
],
|
|
],
|
|
|
|
// Other
|
|
'powered_by' => ':app Status-Seite betrieben mit <a href="https://cachethq.io">Cachet</a>.',
|
|
'about_this_site' => 'Über diese Seite',
|
|
'rss-feed' => 'RSS',
|
|
'atom-feed' => 'Atom',
|
|
'feed' => 'Status-Feed',
|
|
|
|
];
|