updated translations

This commit is contained in:
denisdulici
2019-12-25 14:32:47 +03:00
parent 85b5be6dad
commit 560e48254a
193 changed files with 2122 additions and 1500 deletions

View File

@@ -1,34 +1,11 @@
<?php
return [
/**
* Title of the maintenance page
*
* @var string
*/
'title' => 'Wartungsmodus',
/**
* Default application down message, shown on the maintenance page
*
* @var string
*/
'message' => 'Wir arbeiten gerade an dem Programm, bitte versuche es später noch einmal!',
'message' => 'Wir arbeiten gerade an der Seite, bitte versuche es später noch einmal!',
/**
* Last updated string, shown on the maintenance page
*
* @var string
*/
'last-updated' => 'Diese Nachricht wurde zuletzt aktualisiert :timestamp',
/**
* Exception messages
*
* @var array
*/
'exceptions' => [
'invalid' => 'Class :class erweitert nicht \MisterPhilip\MaintenanceMode\Exemptions\MaintenanceModeExemption',
'missing' => 'Class :class existiert nicht',
]
];