mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1747 from ahstro/translation/german
Translate remaining strings into German
This commit is contained in:
commit
fcc785c575
5 changed files with 40 additions and 1 deletions
26
resources/lang/de/helpcenter.php
Normal file
26
resources/lang/de/helpcenter.php
Normal 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'
|
||||
|
||||
];
|
|
@ -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',
|
||||
|
|
|
@ -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.',
|
||||
|
||||
];
|
||||
|
|
|
@ -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.',
|
||||
];
|
||||
|
|
|
@ -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',
|
||||
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue