web.php 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374
  1. <?php
  2. return [
  3. 'common' => [
  4. 'comment' => 'Comment',
  5. 'commented' => 'Commented',
  6. 'comments' => 'Comments',
  7. 'like' => 'Like',
  8. 'liked' => 'Liked',
  9. 'likes' => 'Likes',
  10. 'share' => 'Share',
  11. 'shared' => 'Shared',
  12. 'shares' => 'Shares',
  13. 'unshare' => 'Unshare',
  14. 'bookmark' => 'Bookmark',
  15. 'cancel' => 'Cancel',
  16. 'copyLink' => 'Copy Link',
  17. 'delete' => 'Delete',
  18. 'error' => 'Error',
  19. 'errorMsg' => 'Something went wrong. Please try again later.',
  20. 'oops' => 'Oops!',
  21. 'other' => 'Other',
  22. 'readMore' => 'Read more',
  23. 'success' => 'Success',
  24. 'proceed' => 'Proceed',
  25. 'next' => 'Next',
  26. 'close' => 'Close',
  27. 'clickHere' => 'click here',
  28. 'sensitive' => 'Sensitive',
  29. 'sensitiveContent' => 'Sensitive Content',
  30. 'sensitiveContentWarning' => 'This post may contain sensitive content',
  31. 'loading' => 'Loading...',
  32. 'continue' => 'Continue',
  33. ],
  34. 'site' => [
  35. 'terms' => 'Terms of Use',
  36. 'privacy' => 'Privacy Policy',
  37. ],
  38. 'navmenu' => [
  39. 'search' => 'Search',
  40. 'admin' => 'Admin Dashboard',
  41. // Timelines
  42. 'homeFeed' => 'Home Feed',
  43. 'localFeed' => 'Local Feed',
  44. 'globalFeed' => 'Global Feed',
  45. // Core features
  46. 'discover' => 'Discover',
  47. 'directMessages' => 'Direct Messages',
  48. 'notifications' => 'Notifications',
  49. 'groups' => 'Groups',
  50. 'stories' => 'Stories',
  51. // Self links
  52. 'profile' => 'Profile',
  53. 'drive' => 'Drive',
  54. 'settings' => 'Settings',
  55. 'appearance' => 'Appearance',
  56. 'compose' => 'Create New',
  57. 'logout' => 'Logout',
  58. "createStory" => "Create Story",
  59. // Nav footer
  60. 'about' => 'About',
  61. 'help' => 'Help',
  62. 'language' => 'Language',
  63. 'privacy' => 'Privacy',
  64. 'terms' => 'Terms',
  65. 'legalNotice' => 'Legal Notice',
  66. // Temporary links
  67. 'backToPreviousDesign' => 'Go back to previous design',
  68. ],
  69. 'directMessages' => [
  70. 'inbox' => 'Inbox',
  71. 'sent' => 'Sent',
  72. 'requests' => 'Requests'
  73. ],
  74. 'notifications' => [
  75. 'title' => 'Notifications',
  76. 'liked' => 'liked your',
  77. 'commented' => 'commented on your',
  78. 'reacted' => 'reacted to your',
  79. 'shared' => 'shared your',
  80. 'tagged' => 'tagged you in a',
  81. 'updatedA' => 'updated a',
  82. 'sentA' => 'sent a',
  83. 'followed' => 'followed',
  84. 'mentioned' => 'mentioned',
  85. 'you' => 'you',
  86. 'yourApplication' => 'Your application to join',
  87. 'applicationApproved' => 'was approved!',
  88. 'applicationRejected' => 'was rejected. You can re-apply to join in 6 months.',
  89. 'dm' => 'dm',
  90. 'groupPost' => 'group post',
  91. 'modlog' => 'modlog',
  92. 'post' => 'post',
  93. 'story' => 'story',
  94. 'noneFound' => 'No notifications found',
  95. 'youRecent' => 'You recent',
  96. 'hasUnlisted' => 'has been unlisted',
  97. 'cannotDisplay' => 'We cannot display this notification at this time.',
  98. 'followRequest' => 'Follow Requests',
  99. 'filteringResults' => 'Filtering results may not include older notifications',
  100. 'mentions' => 'Mentions',
  101. 'mentionsDescription' => 'Replies to your posts and posts you were mentioned in',
  102. 'likes' => 'Likes',
  103. 'likesDescription' => 'Accounts that liked your posts',
  104. 'followers' => 'Followers',
  105. 'followersDescription' => 'Accounts that followed you',
  106. 'reblogs' => 'Reblogs',
  107. 'reblogsDescription' => 'Accounts that shared or reblogged your posts',
  108. 'dms' => 'DMs',
  109. 'dmsDescription' => 'Direct messages you have with other accounts',
  110. 'accept' => 'Accept',
  111. 'reject' => 'Reject'
  112. ],
  113. 'post' => [
  114. 'shareToFollowers' => 'Share to followers',
  115. 'shareToOther' => 'Share to other',
  116. 'noLikes' => 'No likes yet',
  117. 'uploading' => 'Uploading',
  118. ],
  119. 'profile' => [
  120. 'posts' => 'Posts',
  121. 'followers' => 'Followers',
  122. 'following' => 'Following',
  123. 'admin' => 'Admin',
  124. 'collections' => 'Collections',
  125. 'follow' => 'Follow',
  126. 'unfollow' => 'Unfollow',
  127. 'editProfile' => 'Edit Profile',
  128. 'followRequested' => 'Follow Requested',
  129. 'joined' => 'Joined',
  130. 'emptyCollections' => 'We can\'t seem to find any collections',
  131. 'emptyPosts' => 'We can\'t seem to find any posts',
  132. 'blocking' => 'You are blocking this account',
  133. 'sponsor' => 'Donate',
  134. 'followYou' => 'Follows You',
  135. 'archives' => 'Archives',
  136. 'bookmarks' => 'Bookmarks',
  137. 'likes' => 'Likes',
  138. 'muted' => 'Muted',
  139. 'blocked' => 'Blocked',
  140. 'myPortifolio' => 'My Portfolio',
  141. 'private' => 'This profile is private',
  142. 'public' => 'Public',
  143. 'draft' => 'Draft',
  144. 'emptyLikes' => 'We can\'t seem to find any posts you have liked',
  145. 'emptyBookmarks' => 'We can\'t seem to find any posts you have bookmarked',
  146. 'emptyArchives' => 'We can\'t seem to find any archived posts',
  147. 'untitled' => 'Untitled',
  148. 'noDescription' => 'No description available'
  149. ],
  150. 'menu' => [
  151. 'viewPost' => 'View Post',
  152. 'viewProfile' => 'View Profile',
  153. 'moderationTools' => 'Moderation Tools',
  154. 'report' => 'Report',
  155. 'archive' => 'Archive',
  156. 'unarchive' => 'Unarchive',
  157. 'embed' => 'Embed',
  158. 'selectOneOption' => 'Select one of the following options',
  159. 'unlistFromTimelines' => 'Unlist from Timelines',
  160. 'addCW' => 'Add Content Warning',
  161. 'removeCW' => 'Remove Content Warning',
  162. 'markAsSpammer' => 'Mark as Spammer',
  163. 'markAsSpammerText' => 'Unlist + CW existing and future posts',
  164. 'spam' => 'Spam',
  165. 'sensitive' => 'Sensitive Content',
  166. 'abusive' => 'Abusive or Harmful',
  167. 'underageAccount' => 'Underage Account',
  168. 'copyrightInfringement' => 'Copyright Infringement',
  169. 'impersonation' => 'Impersonation',
  170. 'scamOrFraud' => 'Scam or Fraud',
  171. 'confirmReport' => 'Confirm Report',
  172. 'confirmReportText' => 'Are you sure you want to report this post?',
  173. 'reportSent' => 'Report Sent!',
  174. 'reportSentText' => 'We have successfully received your report.',
  175. 'reportSentError' => 'There was an issue reporting this post.',
  176. 'modAddCWConfirm' => 'Are you sure you want to add a content warning to this post?',
  177. 'modCWSuccess' => 'Successfully added content warning',
  178. 'modRemoveCWConfirm' => 'Are you sure you want to remove the content warning on this post?',
  179. 'modRemoveCWSuccess' => 'Successfully removed content warning',
  180. 'modUnlistConfirm' => 'Are you sure you want to unlist this post?',
  181. 'modUnlistSuccess' => 'Successfully unlisted post',
  182. '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.',
  183. 'modMarkAsSpammerSuccess' => 'Successfully marked account as spammer',
  184. 'toFollowers' => 'to Followers',
  185. 'showCaption' => 'Show Caption',
  186. 'showLikes' => 'Show Likes',
  187. 'compactMode' => 'Compact Mode',
  188. 'embedConfirmText' => 'By using this embed, you agree to our',
  189. 'deletePostConfirm' => 'Are you sure you want to delete this post?',
  190. 'archivePostConfirm' => 'Are you sure you want to archive this post?',
  191. 'unarchivePostConfirm' => 'Are you sure you want to unarchive this post?',
  192. 'pin' => "Pin",
  193. 'unpin' => "Unpin",
  194. 'pinPostConfirm' => 'Are you sure you want to pin this post?',
  195. 'unpinPostConfirm' => 'Are you sure you want to unpin this post?'
  196. ],
  197. 'story' => [
  198. 'add' => 'Add Story',
  199. 'myStory' => 'My Story',
  200. 'viewMyStory' => 'View My Story',
  201. 'goBack' => 'Go Back',
  202. 'delete' => 'Delete',
  203. 'crop' => 'Crop',
  204. 'error' => 'An error occurred, please try again later.',
  205. 'cropping' => 'Cropping',
  206. 'storyDuration' => 'Story Duration',
  207. 'seconds' => 'seconds',
  208. 'processing' => 'Processing',
  209. 'shareWithFollowers' => 'Share moments with followers that last 24 hours',
  210. 'cancel' => 'Cancel',
  211. 'viewedBy' => 'Viewed by',
  212. 'next' => 'Next',
  213. 'zoom' => 'Pan around and pinch to zoom',
  214. 'options' => 'Options',
  215. 'allowReplies' => 'Allow Replies',
  216. 'allowReactions' => 'Allow reactions',
  217. 'limit' => 'You have reached the limit for new stories',
  218. 'reactionSent' => 'Reaction sent',
  219. 'replySent' => 'Reply sent',
  220. 'expiresIn' => 'Expires in',
  221. 'viewers' => 'Viewers',
  222. 'report' => 'Report',
  223. 'close' => 'Close',
  224. 'myStories' => 'My Stories',
  225. 'seeAll' => 'See All',
  226. ],
  227. 'timeline' => [
  228. 'peopleYouMayKnow' => 'People you may know',
  229. 'onboarding' => [
  230. 'welcome' => 'Welcome',
  231. 'thisIsYourHomeFeed' => 'This is your home feed, a chronological feed of posts from accounts you follow.',
  232. 'letUsHelpYouFind' => 'Let us help you find some interesting people to follow',
  233. 'refreshFeed' => 'Refresh my feed',
  234. ],
  235. ],
  236. 'hashtags' => [
  237. 'emptyFeed' => 'We can\'t seem to find any posts for this hashtag'
  238. ],
  239. 'report' => [
  240. 'report' => 'Report',
  241. 'selectReason' => 'Select a reason',
  242. 'reported' => 'Reported',
  243. 'sendingReport' => 'Sending report',
  244. 'thanksMsg' => 'Thanks for the report, people like you help keep our community safe!',
  245. 'contactAdminMsg' => 'If you\'d like to contact an administrator about this post or report',
  246. ],
  247. 'appearance' => [
  248. 'theme' => 'Theme',
  249. 'profileLayout' => 'Profile Layout',
  250. 'compactPreviews' => 'Compact Media Previews',
  251. 'loadComments' => 'Load Comments',
  252. 'hideStats' => 'Hide Counts & Stats',
  253. 'auto' => 'Auto',
  254. 'lightMode' => 'Light mode',
  255. 'darkMode' => 'Dark mode',
  256. 'grid' => 'Grid',
  257. 'masonry' => 'Masonry',
  258. 'feed' => 'Feed',
  259. ],
  260. 'settings' => [
  261. 'filters' => [
  262. 'title' => 'Filters',
  263. 'manage_your_custom_filters' => 'Manage your custom filters.',
  264. 'customize_your_experience' => 'Customize your experience with powerful content filters that screen for specific words or phrases throughout your entire account - including home and public timelines, and hashtag feeds.',
  265. 'add_new_filter' => 'Add New Filter',
  266. 'limit_message' => 'You can add up to <strong>:filters_num filters</strong> that can have up to <strong>:keywords_num keywords</strong>.',
  267. 'learn_more_help_center' => 'Learn more in our <a href="/site/help">Help Center</a>.',
  268. 'no_filters' => 'You don\'t have any content filters yet',
  269. 'no_filters_message' => 'Filters help you hide content containing specific words or phrases from your timelines.',
  270. 'create_first_filter' => 'Create Your First Filter',
  271. 'no_matching_filters' => 'You don\'t have any content filters that match <strong>:searchQuery</strong>.',
  272. 'no_matching_filters_message' => 'Filters help you hide content containing specific words or phrases from your timelines.',
  273. 'create_new_filter' => 'Create new Filter',
  274. 'filter_title' => 'Filter Title',
  275. 'edit_filter' => 'Edit Filter',
  276. 'create_filter' => 'Create Filter',
  277. 'advance_mode' => 'Advanced Mode',
  278. 'simple_mode' => 'Simple Mode',
  279. 'keywords' => 'Keywords',
  280. 'legend' => 'Legend',
  281. 'whole_word' => 'Whole word',
  282. 'partial_word' => 'Partial word',
  283. 'duplicate_not_allowed' => 'Duplicate keywords are not allowed',
  284. 'filter_action' => 'Filter Action',
  285. 'hide_media_blur' => 'Hide media behind a blurbash',
  286. 'show_warning' => 'Show warning before displaying content',
  287. 'hide_content_completely' => 'Hide content completely',
  288. 'apply_filters_to' => 'Apply filters to',
  289. 'home_timeline' => 'Home Timeline',
  290. 'notifications' => 'Notifications',
  291. 'public_timeline' => 'Public Timeline',
  292. 'hashtags' => 'Hashtag',
  293. 'groups' => 'Groups',
  294. 'conversations' => 'Conversations',
  295. 'duration' => 'Duration',
  296. 'forever' => 'Forever',
  297. '30_minutes' => '30 minutes',
  298. '1_hour' => '1 hour',
  299. '6_hours' => '6 hours',
  300. '12_hours' => '12 hours',
  301. '1_day' => '1 day',
  302. '1_week' => '1 week',
  303. 'cutom' => 'Custom..',
  304. 'enter_duration_in_seconds' => 'Enter duration in seconds',
  305. 'save_changes' => 'Save Changes',
  306. 'create_filter' => 'Create Filter',
  307. 'name_your_filter' => 'Name your filter',
  308. 'give_your_filter_a_name' => 'Give your filter a name that will help you remember what content it filters.',
  309. 'my_filter_name' => 'My Filter Name',
  310. 'filter_duration' => 'Filter Duration',
  311. 'add_filter_keywords' => 'Add filter keywords',
  312. 'add_word_or_phrase' => 'Add words or phrases you want to filter.<br />Content containing these words will be filtered according to your settings.',
  313. 'whole_word_match' => 'Whole word match - filters exact matches only (e.g. "book" won\'t match "bookstore")',
  314. 'partial_word_match' => 'Partial word match - filters any content containing this text (e.g. "book" will match "bookstore")',
  315. 'add_another_keyword' => 'Add another keyword',
  316. 'please_remove_duplicate_keywords' => 'Please remove duplicate keywords before continuing',
  317. 'choose_filter_action' => 'Choose filter action',
  318. 'choose_filter_action_description' => 'How would you like to handle content that matches your filter?',
  319. 'hide_completely' => 'Completely hide content that matches',
  320. 'choose_where_to_apply' => 'Choose Where to Apply',
  321. 'choose_where_to_apply_description' => 'Select which sections of the application should use this filter.',
  322. 'review_your_filter' => 'Review your filter',
  323. 'review_your_filter_description' => 'Here\'s a summary of the filter you\'ve created.',
  324. 'no_keywords_specified' => 'No keywords specified',
  325. 'action' => 'Action',
  326. 'expires' => 'Expires',
  327. 'never_expires' => 'Never Expires',
  328. 'titleAdvance' => 'Title',
  329. 'context' => 'Context',
  330. 'review' => 'Review',
  331. 'add_keyword' => 'Add a keyword...',
  332. 'enter_filter_title' => 'Enter filter title',
  333. ],
  334. ],
  335. ];