Added First Implementations of German
This commit is contained in:
parent
7345385442
commit
f6405a2a13
7 changed files with 279 additions and 0 deletions
30
resources/lang/de/strings.php
Normal file
30
resources/lang/de/strings.php
Normal file
|
@ -0,0 +1,30 @@
|
|||
<?php
|
||||
return [
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Standalone Pterodactyl Language Strings
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
'login' => 'Anmeldung',
|
||||
'password' => 'Passwort',
|
||||
'email' => 'Email',
|
||||
'whoops' => ' Hoppla',
|
||||
'success' => 'Erfolg',
|
||||
'location' => 'Ort',
|
||||
'node' => 'Node',
|
||||
'connection' => 'Verbindung',
|
||||
'language' => 'Sprache',
|
||||
'close' => 'Schließen',
|
||||
'start' => 'Anfang',
|
||||
'stop' => 'Stopp',
|
||||
'restart' => 'Wiederbeginn',
|
||||
'save' => 'Sparen',
|
||||
'enabled' => 'Aktiviert',
|
||||
'disabled' => 'Behindert',
|
||||
'submit' => 'Einreichen',
|
||||
'current_password' => 'Aktuelles Passwort',
|
||||
'again' => 'Wieder',
|
||||
];
|
||||
/*
|
||||
German Translation by Jboy
|
||||
*/
|
Reference in a new issue