Merge pull request #1747 from ahstro/translation/german

Translate remaining strings into German
This commit is contained in:
daniel 2019-10-01 13:48:36 -06:00 committed by GitHub
commit fcc785c575
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 40 additions and 1 deletions

View file

@ -0,0 +1,26 @@
<?php
return [
'helpcenter' => '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'
];

View file

@ -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',

View file

@ -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.',
];

View file

@ -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.',
];

View file

@ -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',
];