mirror of https://github.com/pixelfed/pixelfed.git
parent
7063b0507c
commit
5f60e321bc
|
@ -3,55 +3,60 @@
|
||||||
return [
|
return [
|
||||||
|
|
||||||
'common' => [
|
'common' => [
|
||||||
'comment' => 'Comment',
|
'comment' => 'মন্তব্য',
|
||||||
'commented' => 'Commented',
|
'commented' => 'মন্তব্য করা হয়েছে',
|
||||||
'comments' => 'Comments',
|
'comments' => 'মন্তব্য',
|
||||||
'like' => 'Like',
|
'like' => 'পছন্দ',
|
||||||
'liked' => 'Liked',
|
'liked' => 'পছন্দকৃত',
|
||||||
'likes' => 'Likes',
|
'likes' => 'পছন্দ',
|
||||||
'share' => 'Share',
|
'share' => 'ভাগ করো',
|
||||||
'shared' => 'Shared',
|
'shared' => 'ভাগকৃত',
|
||||||
'shares' => 'Shares',
|
'shares' => 'ভাগ করা হয়েছে',
|
||||||
'unshare' => 'Unshare',
|
'unshare' => 'ভাগ ফিরত নাও',
|
||||||
|
'bookmark' => 'Bookmark',
|
||||||
|
|
||||||
'cancel' => 'Cancel',
|
'cancel' => 'বাতিল',
|
||||||
'copyLink' => 'Copy Link',
|
'copyLink' => 'সংযোগ অনুলিপি',
|
||||||
'delete' => 'Delete',
|
'delete' => 'মুছো',
|
||||||
'error' => 'Error',
|
'error' => 'ত্রুটি',
|
||||||
'errorMsg' => 'Something went wrong. Please try again later.',
|
'errorMsg' => 'কোন সমস্যা হয়েছে। কিছুক্ষণ পর আবার চেষ্টা করো।',
|
||||||
'oops' => 'Oops!',
|
'oops' => 'ওহো!',
|
||||||
'other' => 'Other',
|
'other' => 'অন্যান্য',
|
||||||
'readMore' => 'Read more',
|
'readMore' => 'আরো পড়ো',
|
||||||
'success' => 'Success',
|
'success' => 'সফল হয়েছে',
|
||||||
|
'proceed' => 'Proceed',
|
||||||
|
'next' => 'Next',
|
||||||
|
'close' => 'Close',
|
||||||
|
'clickHere' => 'click here',
|
||||||
|
|
||||||
'sensitive' => 'Sensitive',
|
'sensitive' => 'সংবেদনশীল',
|
||||||
'sensitiveContent' => 'Sensitive Content',
|
'sensitiveContent' => 'সংবেদনশীল জিনিস',
|
||||||
'sensitiveContentWarning' => 'This post may contain sensitive content',
|
'sensitiveContentWarning' => 'এই ছাপায় সংবেদনশীল কিছু থাকতে পারে',
|
||||||
],
|
],
|
||||||
|
|
||||||
'site' => [
|
'site' => [
|
||||||
'terms' => 'Terms of Use',
|
'terms' => 'ব্যবহারের শর্তাবলী',
|
||||||
'privacy' => 'Privacy Policy',
|
'privacy' => 'গোপনীয়তা নীতি',
|
||||||
],
|
],
|
||||||
|
|
||||||
'navmenu' => [
|
'navmenu' => [
|
||||||
'search' => 'Search',
|
'search' => 'অনুসন্ধান',
|
||||||
'admin' => 'Admin Dashboard',
|
'admin' => 'প্রশাসক ড্যাশবোর্ড',
|
||||||
|
|
||||||
// Timelines
|
// Timelines
|
||||||
'homeFeed' => 'Home Feed',
|
'homeFeed' => 'মূল প্রবাহ',
|
||||||
'localFeed' => 'Local Feed',
|
'localFeed' => 'স্থানীয় প্রবাহ',
|
||||||
'globalFeed' => 'Global Feed',
|
'globalFeed' => 'বৈশ্বিক প্রবাহ',
|
||||||
|
|
||||||
// Core features
|
// Core features
|
||||||
'discover' => 'Discover',
|
'discover' => 'আবিষ্কার',
|
||||||
'directMessages' => 'Direct Messages',
|
'directMessages' => 'সরাসরি বার্তা',
|
||||||
'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',
|
||||||
|
@ -97,6 +102,7 @@ return [
|
||||||
'modlog' => 'modlog',
|
'modlog' => 'modlog',
|
||||||
'post' => 'post',
|
'post' => 'post',
|
||||||
'story' => 'story',
|
'story' => 'story',
|
||||||
|
'noneFound' => 'No notifications found',
|
||||||
],
|
],
|
||||||
|
|
||||||
'post' => [
|
'post' => [
|
||||||
|
@ -176,11 +182,27 @@ return [
|
||||||
],
|
],
|
||||||
|
|
||||||
'timeline' => [
|
'timeline' => [
|
||||||
'peopleYouMayKnow' => 'People you may know'
|
'peopleYouMayKnow' => 'People you may know',
|
||||||
|
|
||||||
|
'onboarding' => [
|
||||||
|
'welcome' => 'Welcome',
|
||||||
|
'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
|
||||||
|
'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
|
||||||
|
'refreshFeed' => 'Refresh my feed',
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
'hashtags' => [
|
'hashtags' => [
|
||||||
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'report' => [
|
||||||
|
'report' => 'Report',
|
||||||
|
'selectReason' => 'Select a reason',
|
||||||
|
'reported' => 'Reported',
|
||||||
|
'sendingReport' => 'Sending report',
|
||||||
|
'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
|
||||||
|
'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
|
||||||
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue