mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-23 01:22:30 +01:00
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
|
|
*/
|