2015-01-05 11:12:34 +00:00
< ? php
2015-04-19 08:52:39 +01:00
/*
* This file is part of Cachet .
*
2015-07-06 17:37:01 +01:00
* ( c ) Alt Three Services Limited
2015-04-19 08:52:39 +01:00
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
2015-01-05 11:12:34 +00:00
return [
// Components
'components' => [
'status' => [
2016-01-29 22:05:05 +00:00
1 => 'Funktionsfähig' ,
2 => 'Leistungsprobleme' ,
3 => 'Teilweiser Ausfall' ,
4 => 'Schwerer Ausfall' ,
2015-01-05 11:12:34 +00:00
],
],
// Incidents
'incidents' => [
2015-08-08 14:46:08 +01:00
'none' => 'Aucun incident signalé.' ,
'past' => 'Incidents antérieurs' ,
2015-01-05 11:32:04 +00:00
'previous_week' => 'Semaine précédente' ,
'next_week' => 'Semaine suivante' ,
2015-08-08 14:46:08 +01:00
'none' => 'Aucun incident signalé.' ,
2016-01-29 22:05:05 +00:00
'scheduled' => 'Geplante Wartungen' ,
'scheduled_at' => ', geplant :timestamp' ,
2015-01-05 11:32:04 +00:00
'status' => [
2016-01-29 22:05:05 +00:00
0 => 'Geplant' , // TODO: Hopefully remove this.
1 => 'Untersuchungen laufen' ,
2 => 'Identifiziert' ,
3 => 'Unter Beobachtung' ,
4 => 'Behoben' ,
2015-01-05 11:12:34 +00:00
],
],
// Service Status
'service' => [
2016-01-07 14:59:50 +00:00
'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' ,
2015-01-05 11:12:34 +00:00
],
'api' => [
2016-01-29 22:05:05 +00:00
'regenerate' => 'API-Schlüssel neu generieren' ,
'revoke' => 'API-Schlüssel widerrufen' ,
2015-01-05 11:12:34 +00:00
],
2015-03-26 15:07:16 -06:00
// Metrics
'metrics' => [
'filter' => [
2015-12-24 11:27:22 +00:00
'last_hour' => 'Last Hour' ,
'hourly' => 'Last 12 Hours' ,
'weekly' => 'Week' ,
'monthly' => 'Month' ,
2015-03-26 15:07:16 -06:00
],
],
2015-05-24 16:33:03 -05:00
// Subscriber
'subscriber' => [
2015-08-08 14:46:08 +01:00
'subscribe' => 'Abonnez-vous pour obtenir les dernières mises à jour.' ,
2016-01-29 22:05:05 +00:00
'button' => 'Abonnieren' ,
2015-05-24 16:33:03 -05:00
'email' => [
2016-01-29 22:05:05 +00:00
'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!' ,
2015-12-19 23:08:28 +08:00
'unsubscribe' => 'Désinscription des mises à jour par courriel.' ,
2016-01-29 22:05:05 +00:00
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.' ,
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.' ,
2015-12-19 23:08:28 +08:00
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.' ,
'verify' => [
2016-01-29 22:05:05 +00:00
'text' => " Bitte bestätigen Sie Ihre E-Mail-Abonnement zu :app_name Status-Aktualisierungen. \n :link \n Danke, :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>' ,
2015-05-24 16:33:03 -05:00
],
2015-06-16 09:07:49 +01:00
'maintenance' => [
2016-01-29 22:05:05 +00:00
'text' => " Neue Wartung wurde für :app_name geplant. \n Danke, :app_name " ,
'html-preheader' => 'Neue Wartung wurde für :app_name geplant.' ,
'html' => '<p>Neue Wartung wurde für :app_name geplant.</p>' ,
2015-05-24 16:33:03 -05:00
],
2015-06-16 09:07:49 +01:00
'incident' => [
2016-01-29 22:05:05 +00:00
'text' => " Ein neuer Vorfall wurde auf :app_name berichtet. \n Danke, :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.' ,
2015-05-24 16:33:03 -05:00
],
],
],
2016-01-29 22:05:05 +00:00
'users' => [
'email' => [
'invite' => [
'text' => " Vous avez été invité à la page de statut de l'équipe :app_name , veuillez suivre le lien suivant pour vous inscire \n :link \n Merci, :app_name " ,
'html-preheader' => 'Vous avez été invité à rejoindre l\'équipe :app_name.' ,
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>' ,
],
],
],
'signup' => [
'title' => 'Inscription' ,
'username' => 'Nom d\'utilisateur' ,
'email' => 'Adresse email' ,
'password' => 'Mot de passe ' ,
'success' => 'Votre compte a été créé.' ,
'failure' => 'Un problème est survenu lors de votre inscription.' ,
],
'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' ,
],
],
2015-01-05 11:12:34 +00:00
// Other
2015-08-08 14:46:08 +01:00
'powered_by' => ':app Status Page est propulsé par <a href="https://cachethq.io">Cachet</a>.' ,
'about_this_site' => 'À propos du site' ,
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
2016-01-29 22:05:05 +00:00
'feed' => 'Status-Feed' ,
2015-01-05 11:32:04 +00:00
2015-01-05 11:12:34 +00:00
];