mirror of https://github.com/pixelfed/pixelfed.git
29 lines
852 B
PHP
29 lines
852 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'helpcenter' => 'مرکز راهنما',
|
|
'whatsnew' => 'چه خبر',
|
|
|
|
'gettingStarted' => 'شروع به کار',
|
|
'sharingMedia' => 'انتشار محتوا',
|
|
'profile' => 'نمایه',
|
|
'stories' => 'داستانها',
|
|
'hashtags' => 'هشتگها',
|
|
'discover' => 'کشفکردن',
|
|
'directMessages' => 'پیامهای شخصی',
|
|
'timelines' => 'خط زمانی',
|
|
'embed' => 'توکار',
|
|
|
|
'communityGuidelines' => 'دستورالعملهای اجتماع',
|
|
'whatIsTheFediverse' => 'فدیورس چیست؟',
|
|
'controllingVisibility' => 'کنترل نمایش',
|
|
'blockingAccounts' => 'حسابهای مسدودشده',
|
|
'safetyTips' => 'نکات امنیتی',
|
|
'reportSomething' => 'گزارش چیزی',
|
|
'dataPolicy' => 'خط مشی داده',
|
|
|
|
'taggingPeople' => 'برچسب زدن افراد'
|
|
|
|
];
|