pixelfed/resources/lang/de/site.php

20 lines
512 B
PHP
Raw Normal View History

2018-12-04 11:53:10 +00:00
<?php
return [
'about' => 'Über',
'help' => 'Hilfe',
'language' => 'Sprache',
'fediverse' => 'Fediverse',
'opensource' => 'Open Source',
'terms' => 'Nutzungshinweise',
2019-11-01 14:55:41 +00:00
'privacy' => 'Datenschutz',
'l10nWip' => 'Wir arbeiten noch an der Unterstützung weiterer Sprachen',
2018-12-04 11:53:10 +00:00
'currentLocale' => 'Aktuelle Sprache',
'selectLocale' => 'Wähle eine der unterstützten Sprachen aus',
2019-10-01 12:34:01 +00:00
'contact' => 'Kontakt',
'contact-us' => 'Kontaktiere uns',
2019-11-01 14:55:41 +00:00
'places' => 'Orte',
2021-09-11 03:25:30 +00:00
'profiles' => 'Profile',
2018-12-04 11:53:10 +00:00
];