diff --git a/resources/lang/de/helpcenter.php b/resources/lang/de/helpcenter.php new file mode 100644 index 000000000..953193239 --- /dev/null +++ b/resources/lang/de/helpcenter.php @@ -0,0 +1,26 @@ + 'Hilfezentrum', + 'whatsnew' => 'Was gibt\'s Neues', + + 'gettingStarted' => 'Loslegen', + 'sharingMedia' => 'Medien teilen', + 'profile' => 'Profil', + 'stories' => 'Stories', + 'hashtags' => 'Hashtags', + 'discover' => 'Entdecken', + 'directMessages' => 'Privatnachrichten', + 'timelines' => 'Timelines', + 'embed' => 'Einbetten', + + 'communityGuidelines' => 'Community-Richtlinien', + 'whatIsTheFediverse' => 'Was ist das Fediversum?', + 'controllingVisibility' => 'Sichtbarkeit steuern', + 'blockingAccounts' => 'Kontosperrung', + 'safetyTips' => 'Sicherheitstipps', + 'reportSomething' => 'Etwas melden', + 'dataPolicy' => 'Datenpolitik' + +]; diff --git a/resources/lang/de/navmenu.php b/resources/lang/de/navmenu.php index 61a223c85..7408e455d 100644 --- a/resources/lang/de/navmenu.php +++ b/resources/lang/de/navmenu.php @@ -2,7 +2,13 @@ return [ + 'search' => 'Suche', + 'home' => 'Heim', + 'local' => 'Lokal', + 'network' => 'Netzwerk', + 'discover' => 'Entdecken', 'viewMyProfile' => 'Mein Profil anschauen', + 'myProfile' => 'Mein Profil', 'myTimeline' => 'Meine Timeline', 'publicTimeline' => 'Öffentliche Timeline', 'remoteFollow' => 'Aus der Ferne folgen', diff --git a/resources/lang/de/notification.php b/resources/lang/de/notification.php index f57f22e83..e08d6aea5 100644 --- a/resources/lang/de/notification.php +++ b/resources/lang/de/notification.php @@ -3,8 +3,10 @@ return [ 'likedPhoto' => 'gefällt dein Foto.', + 'likedComment' => 'gefällt dein Kommentar.', 'startedFollowingYou' => 'folgt dir nun.', 'commented' => 'hat deinen Post kommentiert.', 'mentionedYou' => 'hat dich erwähnt.', + 'shared' => 'hat deinen Post teilen.', ]; diff --git a/resources/lang/de/profile.php b/resources/lang/de/profile.php index 89d22473c..44aa5fa50 100644 --- a/resources/lang/de/profile.php +++ b/resources/lang/de/profile.php @@ -9,4 +9,7 @@ return [ 'privateProfileWarning' => 'Dieser Account ist privat', 'alreadyFollow' => ':username bereits folgen?', 'loginToSeeProfile' => 'um deren Bilder und Videos zu sehen.', + + 'status.disabled.header' => 'Profil nicht verfügbar', + 'status.disabled.body' => 'Entschuldigung, dieses Profil ist im Moment nicht verfügbar. Bitte versuchen Sie es später noch einmal.', ]; diff --git a/resources/lang/de/site.php b/resources/lang/de/site.php index 9c3cabf56..80510275d 100644 --- a/resources/lang/de/site.php +++ b/resources/lang/de/site.php @@ -12,5 +12,7 @@ return [ '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', + ];