Cachet/app/lang/de/cachet.php
Oluf Lorenzen 4d73bd43ae finish german translation
- some better translations from CrowdIn
- emphasize incorrect fields in error-messages
2015-01-13 11:48:35 +01:00

48 lines
1.3 KiB
PHP

<?php
return [
// Components
'components' => [
'status' => [
1 => 'Funktionsfähig',
2 => 'Performance Probleme',
3 => 'Teilweise Ausfall',
4 => 'größerer Ausfall',
],
],
// Incidents
'incidents' => [
'none' => 'keine Vorfälle.',
'past' => 'vergangene Vorfälle',
'previous_week' => 'letzte Woche',
'next_week' => 'nächste Woche',
'none' => 'keine Vorfälle',
'status' => [
1 => 'Untersuchung läuft',
2 => 'Problem identifiziert',
3 => 'Problem unter Beobachtung',
4 => 'Problem behoben',
],
],
// Service Status
'service' => [
'good' => 'Alle Systeme laufen.',
'bad' => 'Bei einigen System sind Fehler aufgetreten.',
],
'api' => [
'regenerate' => 'API-Schlüssel generieren',
'revoke' => 'API-Schlüssel löschen',
],
// Other
'powered_by' => ':app Status-Seite via <a href="https://cachethq.io">Cachet</a>.',
'about_this_site' => 'Über diese Seite',
'rss-feed' => 'RSS Feed',
'atom-feed' => 'Atom Feed',
'feed' => 'Status Feed',
];