2021-12-23 01:08:40 +00:00
< ? php
return [
'common' => [
2022-03-02 05:15:46 +00:00
'comment' => 'মন্তব্য' ,
'commented' => 'মন্তব্য করা হয়েছে' ,
'comments' => 'মন্তব্য' ,
'like' => 'পছন্দ' ,
'liked' => 'পছন্দকৃত' ,
'likes' => 'পছন্দ' ,
'share' => 'ভাগ করো' ,
'shared' => 'ভাগকৃত' ,
'shares' => 'ভাগ করা হয়েছে' ,
'unshare' => 'ভাগ ফিরত নাও' ,
2023-12-13 00:00:37 +00:00
'bookmark' => 'বুকমার্ক' ,
2022-03-02 05:15:46 +00:00
'cancel' => 'বাতিল' ,
'copyLink' => 'সংযোগ অনুলিপি' ,
'delete' => 'মুছো' ,
'error' => 'ত্রুটি' ,
'errorMsg' => 'কোন সমস্যা হয়েছে। কিছুক্ষণ পর আবার চেষ্টা করো।' ,
'oops' => 'ওহো!' ,
'other' => 'অন্যান্য' ,
'readMore' => 'আরো পড়ো' ,
2023-12-13 00:00:37 +00:00
'success' => 'সফলতা' ,
'proceed' => 'অগ্রসর' ,
'next' => 'পরবর্তী' ,
'close' => 'বন্ধ করো' ,
'clickHere' => 'এখানে টিপ দাও' ,
'sensitive' => 'সংবেদনশীল' ,
'sensitiveContent' => 'সংবেদনশীল বস্তু' ,
'sensitiveContentWarning' => 'এই লেখা/ছবি/ভিডিওতে সংবেদনশীল কিছু থাকতে পারে' ,
2021-12-23 01:08:40 +00:00
],
'site' => [
2023-12-13 00:00:37 +00:00
'terms' => 'ব্যবহারের শর্তাবলী' ,
'privacy' => 'গোপনীয়তা নীতি' ,
2021-12-23 01:08:40 +00:00
],
'navmenu' => [
2023-12-13 00:00:37 +00:00
'search' => 'অনুসন্ধান' ,
'admin' => 'প্রশাসক ড্যাশবোর্ড' ,
2021-12-23 01:08:40 +00:00
// Timelines
2023-12-13 00:00:37 +00:00
'homeFeed' => 'মূল প্রবাহ' ,
'localFeed' => 'স্থানীয় প্রবাহ' ,
'globalFeed' => 'বৈশ্বিক প্রবাহ' ,
2021-12-23 01:08:40 +00:00
// Core features
2023-12-13 00:00:37 +00:00
'discover' => 'আবিষ্কার' ,
'directMessages' => 'সরাসরি বার্তা' ,
'notifications' => 'বিজ্ঞপ্তি' ,
'groups' => 'দল' ,
'stories' => 'গল্প' ,
2021-12-23 01:08:40 +00:00
// Self links
2023-12-13 00:00:37 +00:00
'profile' => 'নিজস্ব তথ্য' ,
'drive' => 'ড্রাইভ' ,
'settings' => 'পছন্দসমূহ' ,
'compose' => 'নতুন তৈরি করো' ,
'logout' => 'প্রস্থান' ,
2021-12-23 01:08:40 +00:00
// Nav footer
2023-12-13 00:00:37 +00:00
'about' => 'সম্পর্কে' ,
'help' => 'সহায়তা' ,
'language' => 'ভাষা' ,
'privacy' => 'গোপনীয়তা' ,
'terms' => 'শর্তাবলী' ,
2021-12-23 01:08:40 +00:00
// Temporary links
2023-12-13 00:00:37 +00:00
'backToPreviousDesign' => 'আগের নকশায় ফিরে যাও'
2021-12-23 01:08:40 +00:00
],
'directMessages' => [
2023-12-13 00:00:37 +00:00
'inbox' => 'বার্তাবাক্স' ,
'sent' => 'প্রেরিত' ,
'requests' => 'অনুরোধসমূহ'
2021-12-23 01:08:40 +00:00
],
'notifications' => [
2023-12-13 00:00:37 +00:00
'liked' => 'পছন্দ করেছে' ,
'commented' => 'মন্তব্য করেছে' ,
'reacted' => 'প্রতিক্রিয়া দেখিয়েছে' ,
'shared' => 'ভাগ করেছে' ,
'tagged' => 'আপনাকে ট্যাগ করেছেন' ,
'updatedA' => 'হালনাগাদ করেছে' ,
'sentA' => 'প্রেরণ করেছে' ,
'followed' => 'অনুসৃত' ,
'mentioned' => 'উল্লেখ করেছেন' ,
'you' => 'আপনি' ,
'yourApplication' => 'আপনার যুক্ত হওয়ার আবেদন' ,
'applicationApproved' => 'অনুমোদিত হয়েছে!' ,
'applicationRejected' => 'অনুমোদিত হয়নি। আপনি আবার ৬ মাস এর মধ্যে আবেদন করতে পারেন.' ,
'dm' => 'সরাসরি বার্তা' ,
'groupPost' => 'গ্রুপ পোস্ট' ,
'modlog' => 'মডারেশন লগ' ,
'post' => 'পোস্ট' ,
'story' => 'স্টোরি' ,
'noneFound' => 'কোনো নোটিফিকেশন পাওয়া যায়নি' ,
2021-12-23 01:08:40 +00:00
],
'post' => [
2023-12-13 00:00:37 +00:00
'shareToFollowers' => 'অনুসারীদের মাঝে শেয়ার করুন' ,
'shareToOther' => 'অন্যদের মাঝে শেয়ার করুন' ,
'noLikes' => 'এখনো কোনো লাইক নেই' ,
'uploading' => 'আপলোড করা হচ্ছে' ,
2021-12-23 01:08:40 +00:00
],
'profile' => [
2023-12-13 00:00:37 +00:00
'posts' => 'পোস্টসমূহ' ,
'followers' => 'অনুসারী' ,
'following' => 'অনুসরণ করা হচ্ছে' ,
'admin' => 'প্রশাসক' ,
'collections' => 'সংগ্রহশালা' ,
'follow' => 'অনুসরণ করুন' ,
'unfollow' => 'অনুসরণ বাতিল' ,
'editProfile' => 'প্রোফাইল সম্পাদন করুন' ,
'followRequested' => 'অনুসরণ এর অনুরোধ করা হয়েছে' ,
'joined' => 'যুক্ত হয়েছেন' ,
'emptyCollections' => 'আমরা কোনও সংগ্রহশালা খুঁজে পাচ্ছিনা' ,
'emptyPosts' => 'আমরা কোন পোষ্ট খুঁজে পাচ্ছিনা' ,
2021-12-23 01:08:40 +00:00
],
'menu' => [
2023-12-13 00:00:37 +00:00
'viewPost' => 'পোস্ট দেখুন' ,
'viewProfile' => 'প্রোফাইল দেখুন' ,
'moderationTools' => 'মডারেশন Tools' ,
'report' => 'রিপোর্ট' ,
'archive' => 'আর্কাইভ' ,
2021-12-23 01:08:40 +00:00
'unarchive' => 'Unarchive' ,
2023-12-13 00:00:37 +00:00
'embed' => 'এমবেড করুন' ,
2021-12-23 01:08:40 +00:00
2023-12-13 00:00:37 +00:00
'selectOneOption' => 'নিম্নলিখিত বিকল্পগুলির একটি নির্বাচন করুন।' ,
'unlistFromTimelines' => 'টাইমলাইন থেকে Unlist করুন' ,
2021-12-23 01:08:40 +00:00
'addCW' => 'Add Content Warning' ,
'removeCW' => 'Remove Content Warning' ,
'markAsSpammer' => 'Mark as Spammer' ,
'markAsSpammerText' => 'Unlist + CW existing and future posts' ,
'spam' => 'Spam' ,
'sensitive' => 'Sensitive Content' ,
'abusive' => 'Abusive or Harmful' ,
'underageAccount' => 'Underage Account' ,
'copyrightInfringement' => 'Copyright Infringement' ,
'impersonation' => 'Impersonation' ,
'scamOrFraud' => 'Scam or Fraud' ,
'confirmReport' => 'Confirm Report' ,
'confirmReportText' => 'Are you sure you want to report this post?' ,
'reportSent' => 'Report Sent!' ,
'reportSentText' => 'We have successfully received your report.' ,
'reportSentError' => 'There was an issue reporting this post.' ,
'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?' ,
'modCWSuccess' => 'Successfully added content warning' ,
'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?' ,
'modRemoveCWSuccess' => 'Successfully removed content warning' ,
'modUnlistConfirm' => 'Are you sure you want to unlist this post?' ,
'modUnlistSuccess' => 'Successfully unlisted post' ,
'modMarkAsSpammerConfirm' => 'Are you sure you want to mark this user as a spammer? All existing and future posts will be unlisted on timelines and a content warning will be applied.' ,
'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer' ,
'toFollowers' => 'to Followers' ,
'showCaption' => 'Show Caption' ,
'showLikes' => 'Show Likes' ,
'compactMode' => 'Compact Mode' ,
'embedConfirmText' => 'By using this embed, you agree to our' ,
'deletePostConfirm' => 'Are you sure you want to delete this post?' ,
'archivePostConfirm' => 'Are you sure you want to archive this post?' ,
'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?' ,
],
'story' => [
'add' => 'Add Story'
],
'timeline' => [
2022-03-02 05:15:46 +00:00
'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' ,
],
2021-12-26 10:24:45 +00:00
],
'hashtags' => [
'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
],
2021-12-23 01:08:40 +00:00
2022-03-02 05:15:46 +00:00
'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' ,
],
2021-12-23 01:08:40 +00:00
];