mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-19 03:23:16 +00:00
31 lines
1.4 KiB
PHP
31 lines
1.4 KiB
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',
|
|
|
|
// site/contact
|
|
'you_can_contact_the_admins' => 'Du kannst die Administration kontaktieren, indem du',
|
|
'by_using_the_form_below' => 'das folgende Formular verwendest',
|
|
'or' => 'oder',
|
|
'by_sending_an_email_to' => 'eine E-Mail sendest an',
|
|
'the_admins_have_not_set_a_contact_email_address' => 'Die Administration hat keine Kontakt-Adresse angegeben',
|
|
'Message' => 'Nachricht',
|
|
'request_response_from_admins' => 'Um Antwort der Administration bitten',
|
|
'Submit' => 'Absenden',
|
|
'log_in_to_send_a_message' => 'melde dich an, um eine Nachricht zu senden',
|
|
'Please' => 'Bitte',
|
|
];
|