mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 06:44:50 +00:00
13 lines
343 B
PHP
13 lines
343 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'gefällt dein Beitrag.',
|
|
'likedComment' => 'gefällt dein Kommentar.',
|
|
'startedFollowingYou' => 'folgt dir nun.',
|
|
'commented' => 'hat deinen Beitrag kommentiert.',
|
|
'mentionedYou' => 'hat dich erwähnt.',
|
|
'shared' => 'hat deinen Beitrag geteilt.',
|
|
|
|
];
|