mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Translate notification.php to German
This commit is contained in:
parent
061fa0cb6e
commit
0756f477fe
1 changed files with 2 additions and 0 deletions
|
@ -3,8 +3,10 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'likedPhoto' => 'gefällt dein Foto.',
|
'likedPhoto' => 'gefällt dein Foto.',
|
||||||
|
'likedComment' => 'gefällt dein Kommentar.',
|
||||||
'startedFollowingYou' => 'folgt dir nun.',
|
'startedFollowingYou' => 'folgt dir nun.',
|
||||||
'commented' => 'hat deinen Post kommentiert.',
|
'commented' => 'hat deinen Post kommentiert.',
|
||||||
'mentionedYou' => 'hat dich erwähnt.',
|
'mentionedYou' => 'hat dich erwähnt.',
|
||||||
|
'shared' => 'hat deinen Post teilen.',
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue