finish german translation

- some better translations from CrowdIn
- emphasize incorrect fields in error-messages
This commit is contained in:
Oluf Lorenzen
2015-01-13 11:48:35 +01:00
parent d50362e725
commit 4d73bd43ae
4 changed files with 70 additions and 70 deletions
+7 -7
View File
@@ -4,7 +4,7 @@ return [
// Components
'components' => [
'status' => [
1 => 'Operational',
1 => 'Funktionsfähig',
2 => 'Performance Probleme',
3 => 'Teilweise Ausfall',
4 => 'größerer Ausfall',
@@ -13,15 +13,15 @@ return [
// Incidents
'incidents' => [
'none' => 'keine Ereignisse.',
'past' => 'vergangene Ereignisse',
'none' => 'keine Vorfälle.',
'past' => 'vergangene Vorfälle',
'previous_week' => 'letzte Woche',
'next_week' => 'nächste Woche',
'none' => 'keine Ereignisse',
'none' => 'keine Vorfälle',
'status' => [
1 => 'in Untersuchung',
2 => 'identifiziert',
3 => 'unter Beobachtung',
1 => 'Untersuchung läuft',
2 => 'Problem identifiziert',
3 => 'Problem unter Beobachtung',
4 => 'Problem behoben',
],
],