pixelfed/resources/lang/sv/notification.php
Anton Strömkvist 579f6ffd03
Use Swedish 'post' instead of 'photo'
Old translation used the Swedish word for 'photo' instead of direclty
translating the word 'post'.
2019-10-01 14:14:46 +02:00

13 lines
328 B
PHP

<?php
return [
'likedPhoto' => 'gillade ditt inlägg.',
'likedComment' => 'gillade din kommentar.',
'startedFollowingYou' => 'började följa dig.',
'commented' => 'kommenterade ditt inlägg.',
'mentionedYou' => 'nämnde dig.',
'shared' => 'delade ditt inlägg.',
];