mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 16:44:50 +00:00
11 lines
232 B
PHP
11 lines
232 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'likedPhoto' => 'gefällt dein Foto.',
|
|
'startedFollowingYou' => 'folgt dir nun.',
|
|
'commented' => 'hat deinen Post kommentiert.',
|
|
'mentionedYou' => 'hat dich erwähnt.',
|
|
|
|
];
|