31 lines
815 B
PHP
31 lines
815 B
PHP
|
<?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
|
||
|
*/
|