1
0
Fork 0
forked from mirror/pixelfed
pixelfed/resources/lang/fa/notification.php

13 lines
429 B
PHP
Raw Normal View History

2020-01-04 16:21:57 +03:30
<?php
return [
2021-06-10 13:29:26 +04:30
'likedPhoto' => 'فرستهٔ شما را پسندید.',
2020-01-04 16:21:57 +03:30
'likedComment' => 'دیدگاه شما را پسندید.',
'startedFollowingYou' => 'شما را دنبال می‌کند.',
2021-06-10 13:29:26 +04:30
'commented' => 'دیدگاهی روی فرستهٔ شما نوشت.',
2020-01-04 16:21:57 +03:30
'mentionedYou' => 'شما را صدا کرد.',
2021-06-10 13:29:26 +04:30
'shared' => 'فرسته‌ای منتشر کرد.',
2020-01-04 16:21:57 +03:30
];