5a5fd02dac
* New Language: German * Update German K Co-authored-by: derrobin154 <derrobin154@gmail.com>
22 lines
807 B
PHP
22 lines
807 B
PHP
<?php
|
|
|
|
return [
|
|
'avatarresize' => 'Dieser Avatar wird auf die Größe :Breite x :Höhe Pixel gebracht',
|
|
|
|
'newapikey' => 'Neuer API Key',
|
|
'your-profile' => 'Dein Profil',
|
|
'your-awards' => 'Deine Auszeichnungen',
|
|
'apikey' => 'API Keys',
|
|
'apikey-show' => 'Zeige key',
|
|
'dontshare' => 'Behalte den für Dich!',
|
|
'changepassword' => 'Passwort ändern',
|
|
'newpassword' => 'Neues Passwort',
|
|
'avatar' => 'Avatar',
|
|
'updateprofile' => 'Profil aktualisieren',
|
|
'editprofile' => 'Profil bearbeiten',
|
|
'edityourprofile' => 'Dein Profil bearbeiten',
|
|
'transferhours' => 'Übertragene Stunden',
|
|
'opt-in' => 'Opt-In',
|
|
'opt-in-descrip' => 'Ja, schließe mich bei nicht-administrativen E-Mails ein',
|
|
];
|