mirror of https://github.com/pixelfed/pixelfed.git
parent
5e0fc6ca4b
commit
914137b6a7
|
@ -60,7 +60,7 @@ return [
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'تنظیمات',
|
'settings' => 'تنظیمات',
|
||||||
'compose' => 'فرستهٔ جدید',
|
'compose' => 'فرستهٔ جدید',
|
||||||
'logout' => 'Logout',
|
'logout' => 'خروج',
|
||||||
|
|
||||||
// Nav footer
|
// Nav footer
|
||||||
'about' => 'درباره',
|
'about' => 'درباره',
|
||||||
|
@ -124,8 +124,8 @@ return [
|
||||||
'followRequested' => 'درخواست دنبال کردن فرستاده شد',
|
'followRequested' => 'درخواست دنبال کردن فرستاده شد',
|
||||||
'joined' => 'پیوست',
|
'joined' => 'پیوست',
|
||||||
|
|
||||||
'emptyCollections' => 'به نظر میرسد که نمیتوانیم هیچ مجموعهای پیدا کنیم',
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
||||||
'emptyPosts' => 'به نظر میرسد که نمیتوانیم هیچ فرستهای پیدا کنیم',
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
||||||
],
|
],
|
||||||
|
|
||||||
'menu' => [
|
'menu' => [
|
||||||
|
@ -193,7 +193,7 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'به نظر میرسد که نمیتوانیم چیزی برای این هشتگ پیدا کنیم'
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
],
|
],
|
||||||
|
|
||||||
'report' => [
|
'report' => [
|
||||||
|
|
Loading…
Reference in New Issue