mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-11 00:54:50 +00:00
866328576c
[ci skip]
209 lines
7.5 KiB
PHP
209 lines
7.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
|
|
'common' => [
|
|
'comment' => 'टिप्पणी करें',
|
|
'commented' => 'टिप्पणी',
|
|
'comments' => 'टिप्पणियाँ',
|
|
'like' => 'रुचि',
|
|
'liked' => 'रुचि',
|
|
'likes' => 'रुचि',
|
|
'share' => 'साझा करें',
|
|
'shared' => 'साझा',
|
|
'shares' => 'साझा',
|
|
'unshare' => 'साझा न करें',
|
|
'bookmark' => 'Bookmark',
|
|
|
|
'cancel' => 'रद्द',
|
|
'copyLink' => 'लिंक प्रतिलिपि',
|
|
'delete' => 'विलोपन',
|
|
'error' => 'त्रुटि',
|
|
'errorMsg' => 'कुछ दोष है। कृपया पुनः प्रयास करें।',
|
|
'oops' => 'ओह!',
|
|
'other' => 'अन्य',
|
|
'readMore' => 'और पढ़ें',
|
|
'success' => 'सफल',
|
|
'proceed' => 'Proceed',
|
|
'next' => 'Next',
|
|
'close' => 'Close',
|
|
'clickHere' => 'click here',
|
|
|
|
'sensitive' => 'संवेदनशील',
|
|
'sensitiveContent' => 'संवेदनशील विषय वस्तु',
|
|
'sensitiveContentWarning' => 'इसमें प्रकाशित विषय-वस्तु संवेदनशील हो सकती है।',
|
|
],
|
|
|
|
'site' => [
|
|
'terms' => 'उपयोग के अनुबंध',
|
|
'privacy' => 'गोपनीयता नीति',
|
|
],
|
|
|
|
'navmenu' => [
|
|
'search' => 'खोजें',
|
|
'admin' => 'एडमिन डैशबोर्ड',
|
|
|
|
// Timelines
|
|
'homeFeed' => 'Home Feed',
|
|
'localFeed' => 'Local Feed',
|
|
'globalFeed' => 'Global Feed',
|
|
|
|
// Core features
|
|
'discover' => 'अन्वेषण',
|
|
'directMessages' => 'संदेश',
|
|
'notifications' => 'सूचनाएँ',
|
|
'groups' => 'समूह',
|
|
'stories' => 'कथाएँ',
|
|
|
|
// Self links
|
|
'profile' => 'Profile',
|
|
'drive' => 'ड्राइव',
|
|
'settings' => 'समायोजन',
|
|
'compose' => 'नया बनाएँ',
|
|
'logout' => 'लॉगआउट',
|
|
|
|
// Nav footer
|
|
'about' => 'परिज्ञान',
|
|
'help' => 'सहायता',
|
|
'language' => 'भाषा',
|
|
'privacy' => 'गोपनीयता',
|
|
'terms' => 'अनुबंध',
|
|
|
|
// Temporary links
|
|
'backToPreviousDesign' => 'Go back to previous design'
|
|
],
|
|
|
|
'directMessages' => [
|
|
'inbox' => 'सन्देश',
|
|
'sent' => 'Sent',
|
|
'requests' => 'निवेदन'
|
|
],
|
|
|
|
'notifications' => [
|
|
'liked' => 'liked your',
|
|
'commented' => 'commented on your',
|
|
'reacted' => 'reacted to your',
|
|
'shared' => 'shared your',
|
|
'tagged' => 'tagged you in a',
|
|
|
|
'updatedA' => 'updated a',
|
|
'sentA' => 'sent a',
|
|
|
|
'followed' => 'अनुगमन किया',
|
|
'mentioned' => 'उल्लेख किया',
|
|
'you' => 'आप',
|
|
|
|
'yourApplication' => 'जुड़ने हेतु आपका आवेदन',
|
|
'applicationApproved' => 'स्वीकृत किया गया',
|
|
'applicationRejected' => 'अस्वीकृत किया गया। आप ६ मास के उपरांत पुनः आवेदन कर सकते हैं।',
|
|
|
|
'dm' => 'संदेश',
|
|
'groupPost' => 'सामूहिक प्रकाशन',
|
|
'modlog' => 'modlog',
|
|
'post' => 'प्रकाशन',
|
|
'story' => 'कथा',
|
|
'noneFound' => 'No notifications found',
|
|
],
|
|
|
|
'post' => [
|
|
'shareToFollowers' => 'अनुयायियों से साझा करें',
|
|
'shareToOther' => 'अन्यों से साझा करें',
|
|
'noLikes' => 'अभी तक कोई रुचि नहीं',
|
|
'uploading' => 'अपलोड हो रहा है',
|
|
],
|
|
|
|
'profile' => [
|
|
'posts' => 'प्रकाशन',
|
|
'followers' => 'Followers',
|
|
'following' => 'Following',
|
|
'admin' => 'Admin',
|
|
'collections' => 'Collections',
|
|
'follow' => 'Follow',
|
|
'unfollow' => 'Unfollow',
|
|
'editProfile' => 'Edit Profile',
|
|
'followRequested' => 'Follow Requested',
|
|
'joined' => 'Joined',
|
|
|
|
'emptyCollections' => 'We can\'t seem to find any collections',
|
|
'emptyPosts' => 'We can\'t seem to find any posts',
|
|
],
|
|
|
|
'menu' => [
|
|
'viewPost' => 'View Post',
|
|
'viewProfile' => 'View Profile',
|
|
'moderationTools' => 'Moderation Tools',
|
|
'report' => 'Report',
|
|
'archive' => 'Archive',
|
|
'unarchive' => 'Unarchive',
|
|
'embed' => 'Embed',
|
|
|
|
'selectOneOption' => 'Select one of the following options',
|
|
'unlistFromTimelines' => 'Unlist from Timelines',
|
|
'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' => 'क्या यह निश्चित है कि आप प्रकाशित सामग्री के साथ विषय-वस्तु सम्बंधित चेतावनी जोड़ना चाहते हैं?',
|
|
'modCWSuccess' => 'विषय-वस्तु सम्बंधित चेतावनी सफलता से जोड़ी गयी',
|
|
'modRemoveCWConfirm' => 'क्या यह निश्चित है कि आप प्रकाशित सामग्री से विषय-वस्तु सम्बंधित चेतावनी हटाना चाहते हैं?',
|
|
'modRemoveCWSuccess' => 'विषय-वस्तु सम्बंधित चेतावनी सफलता से हटाई गयी',
|
|
'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' => [
|
|
'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' => [
|
|
'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',
|
|
],
|
|
|
|
];
|