starting with de lang :)

This commit is contained in:
2021-08-08 12:31:33 +02:00
parent c817a97826
commit c48b787700
14 changed files with 597 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
<?php
/**
* Pterodactyl - Panel
* Copyright (c) 2015 - 2017 Dane Everitt <dane@daneeveritt.com>.
*
* This software is licensed under the terms of the MIT license.
* https://opensource.org/licenses/MIT
*/
return [
'exceptions' => [
'user_has_servers' => 'Ein Benutzer mit aktiven Servern, kann nicht gelöscht werden. Bitte löschen Sie deren Server, bevor Sie fortfahren.',
],
'notices' => [
'account_created' => 'Das Konto wurde erfolgreich erstellt.',
'account_updated' => 'Das Konto wurde erfolgreich aktualisiert.',
],
];