mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Translate helpcenter.php to German
This commit is contained in:
parent
0599f2f0b3
commit
483da088dd
1 changed files with 26 additions and 0 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'
|
||||||
|
|
||||||
|
];
|
Loading…
Reference in a new issue