mirror of https://github.com/pixelfed/pixelfed.git
parent
30591bd867
commit
b6b8b2ffb4
|
@ -23,40 +23,40 @@ return [
|
||||||
'oops' => 'ওহো!',
|
'oops' => 'ওহো!',
|
||||||
'other' => 'অন্যান্য',
|
'other' => 'অন্যান্য',
|
||||||
'readMore' => 'আরো পড়ো',
|
'readMore' => 'আরো পড়ো',
|
||||||
'success' => 'সফল হয়েছে',
|
'success' => 'Success',
|
||||||
'proceed' => 'Proceed',
|
'proceed' => 'Proceed',
|
||||||
'next' => 'Next',
|
'next' => 'Next',
|
||||||
'close' => 'Close',
|
'close' => 'Close',
|
||||||
'clickHere' => 'click here',
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'সংবেদনশীল',
|
'sensitive' => 'Sensitive',
|
||||||
'sensitiveContent' => 'সংবেদনশীল জিনিস',
|
'sensitiveContent' => 'Sensitive Content',
|
||||||
'sensitiveContentWarning' => 'এই ছাপায় সংবেদনশীল কিছু থাকতে পারে',
|
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'ব্যবহারের শর্তাবলী',
|
'terms' => 'Terms of Use',
|
||||||
'privacy' => 'গোপনীয়তা নীতি',
|
'privacy' => 'Privacy Policy',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'অনুসন্ধান',
|
'search' => 'Search',
|
||||||
'admin' => 'প্রশাসক ড্যাশবোর্ড',
|
'admin' => 'Admin Dashboard',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'মূল প্রবাহ',
|
'homeFeed' => 'Home Feed',
|
||||||
'localFeed' => 'স্থানীয় প্রবাহ',
|
'localFeed' => 'Local Feed',
|
||||||
'globalFeed' => 'বৈশ্বিক প্রবাহ',
|
'globalFeed' => 'Global Feed',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'আবিষ্কার',
|
'discover' => 'Discover',
|
||||||
'directMessages' => 'সরাসরি বার্তা',
|
'directMessages' => 'Direct Messages',
|
||||||
'notifications' => 'বিজ্ঞপ্তি',
|
'notifications' => 'Notifications',
|
||||||
'groups' => 'দল',
|
'groups' => 'Groups',
|
||||||
'stories' => 'গল্প',
|
'stories' => 'Stories',
|
||||||
|
|
||||||
// Self links
|
// Self links
|
||||||
'profile' => 'নিজস্ব তথ্য',
|
'profile' => 'Profile',
|
||||||
'drive' => 'Drive',
|
'drive' => 'Drive',
|
||||||
'settings' => 'Settings',
|
'settings' => 'Settings',
|
||||||
'compose' => 'Create New',
|
'compose' => 'Create New',
|
||||||
|
|
Loading…
Reference in New Issue