1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-01 12:08:30 +00:00

New translations web.php (German)

[ci skip]
This commit is contained in:
daniel 2021-12-26 04:26:27 -07:00
parent 735c820cdc
commit 4ece158c22

View file

@ -117,8 +117,8 @@ return [
'followRequested' => 'Folgeanfragen', 'followRequested' => 'Folgeanfragen',
'joined' => 'Beigetreten', 'joined' => 'Beigetreten',
'emptyCollections' => 'We can\'t seem to find any collections', 'emptyCollections' => 'Wir können keine Sammlungen finden',
'emptyPosts' => 'We can\'t seem to find any posts', 'emptyPosts' => 'Wir können keine Beiträge finden',
], ],
'menu' => [ 'menu' => [
@ -179,7 +179,7 @@ return [
], ],
'hashtags' => [ 'hashtags' => [
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag' 'emptyFeed' => 'Wir können keine Beiträge mit diesem Hashtag finden'
], ],
]; ];