mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
68437e614d
* Created localized exception.php (DE) * Update German translation * Update German translation * Update de localization, Create New Post -> New * Formatting * Update site.php (#2889) Co-authored-by: daniel <danielsupernault@gmail.com> * Formatting * Update controllers, fixes #2906 * Update NotificationService, fix 500 bug * Update changelog Co-authored-by: forenta <ueblesurmeli-github@yahoo.de> Co-authored-by: Tomas Brabenec <tomas@brabenec.net>
20 lines
512 B
PHP
20 lines
512 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'about' => 'Über',
|
|
'help' => 'Hilfe',
|
|
'language' => 'Sprache',
|
|
'fediverse' => 'Fediverse',
|
|
'opensource' => 'Open Source',
|
|
'terms' => 'Nutzungshinweise',
|
|
'privacy' => 'Datenschutz',
|
|
'l10nWip' => 'Wir arbeiten noch an der Unterstützung weiterer Sprachen',
|
|
'currentLocale' => 'Aktuelle Sprache',
|
|
'selectLocale' => 'Wähle eine der unterstützten Sprachen aus',
|
|
'contact' => 'Kontakt',
|
|
'contact-us' => 'Kontaktiere uns',
|
|
'places' => 'Orte',
|
|
'profiles' => 'Profile',
|
|
];
|