web.php 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208
  1. <?php
  2. return [
  3. 'common' => [
  4. 'comment' => '评论',
  5. 'commented' => '已评论',
  6. 'comments' => '评论',
  7. 'like' => '赞',
  8. 'liked' => '已赞',
  9. 'likes' => '点赞',
  10. 'share' => '分享',
  11. 'shared' => '已分享的',
  12. 'shares' => '分享',
  13. 'unshare' => '取消分享',
  14. 'bookmark' => '收藏',
  15. 'cancel' => '取消',
  16. 'copyLink' => '复制链接',
  17. 'delete' => '删除',
  18. 'error' => '错误',
  19. 'errorMsg' => '出错了。请稍后再试。',
  20. 'oops' => '哎呀!',
  21. 'other' => '其它',
  22. 'readMore' => '阅读更多',
  23. 'success' => '成功',
  24. 'proceed' => '继续',
  25. 'next' => '下一个',
  26. 'close' => '关闭',
  27. 'clickHere' => '点击此处',
  28. 'sensitive' => '敏感',
  29. 'sensitiveContent' => '敏感内容',
  30. 'sensitiveContentWarning' => '此帖文可能包含敏感内容',
  31. ],
  32. 'site' => [
  33. 'terms' => '使用条款',
  34. 'privacy' => '隐私政策',
  35. ],
  36. 'navmenu' => [
  37. 'search' => '搜索',
  38. 'admin' => '管理面板',
  39. // Timelines
  40. 'homeFeed' => '主页',
  41. 'localFeed' => '本站动态',
  42. 'globalFeed' => '跨站动态',
  43. // Core features
  44. 'discover' => '探索',
  45. 'directMessages' => '私信',
  46. 'notifications' => '通知',
  47. 'groups' => '群组',
  48. 'stories' => '故事',
  49. // Self links
  50. 'profile' => '个人资料',
  51. 'drive' => '网盘',
  52. 'settings' => '设置',
  53. 'compose' => '创建',
  54. 'logout' => '登出',
  55. // Nav footer
  56. 'about' => '关于',
  57. 'help' => '帮助',
  58. 'language' => '语言',
  59. 'privacy' => '隐私',
  60. 'terms' => '使用条款',
  61. // Temporary links
  62. 'backToPreviousDesign' => '返回上一个设计'
  63. ],
  64. 'directMessages' => [
  65. 'inbox' => '收件箱',
  66. 'sent' => '已发送',
  67. 'requests' => '请求'
  68. ],
  69. 'notifications' => [
  70. 'liked' => '点赞了你的',
  71. 'commented' => '评论了你的',
  72. 'reacted' => '回应了你的',
  73. 'shared' => '转发了你的',
  74. 'tagged' => '在帖子中标记了你',
  75. 'updatedA' => '更新了一个',
  76. 'sentA' => '发送了一个',
  77. 'followed' => '已关注',
  78. 'mentioned' => '提及了',
  79. 'you' => '你',
  80. 'yourApplication' => '您想要加入',
  81. 'applicationApproved' => '的申请被批准了!',
  82. 'applicationRejected' => '的申请被拒绝。您可以在 6 个月后重新申请加入。',
  83. 'dm' => '私信',
  84. 'groupPost' => '群组贴文',
  85. 'modlog' => '管理日志',
  86. 'post' => '帖文',
  87. 'story' => '故事',
  88. 'noneFound' => '暂无通知',
  89. ],
  90. 'post' => [
  91. 'shareToFollowers' => '分享给关注者',
  92. 'shareToOther' => '与他人分享',
  93. 'noLikes' => '尚无点赞',
  94. 'uploading' => '上传中',
  95. ],
  96. 'profile' => [
  97. 'posts' => '帖子',
  98. 'followers' => '关注者',
  99. 'following' => '正在关注',
  100. 'admin' => '管理员',
  101. 'collections' => '影集',
  102. 'follow' => '关注',
  103. 'unfollow' => '取消关注',
  104. 'editProfile' => '编辑个人资料',
  105. 'followRequested' => '已发送关注请求',
  106. 'joined' => '已加入',
  107. 'emptyCollections' => '我们似乎找不到任何影集',
  108. 'emptyPosts' => '我们似乎未能找到任何帖文',
  109. ],
  110. 'menu' => [
  111. 'viewPost' => '查看帖文',
  112. 'viewProfile' => '查看个人资料',
  113. 'moderationTools' => '管理工具',
  114. 'report' => '举报',
  115. 'archive' => '封存',
  116. 'unarchive' => '取消封存',
  117. 'embed' => '嵌入',
  118. 'selectOneOption' => '请从下列选项中选择一个',
  119. 'unlistFromTimelines' => '从时间线中隐藏',
  120. 'addCW' => '添加内容警告',
  121. 'removeCW' => '移除内容警告',
  122. 'markAsSpammer' => '标记为骚扰信息发送者',
  123. 'markAsSpammerText' => '将所有目前及未来的帖子隐藏并添加内容警告',
  124. 'spam' => '骚扰信息',
  125. 'sensitive' => '敏感内容',
  126. 'abusive' => '恶意或有害的',
  127. 'underageAccount' => '未成年账户',
  128. 'copyrightInfringement' => '版权侵犯',
  129. 'impersonation' => '冒充他人',
  130. 'scamOrFraud' => '骚扰或欺诈行为',
  131. 'confirmReport' => '确认举报',
  132. 'confirmReportText' => '您确定要举报这篇帖文吗?',
  133. 'reportSent' => '举报已发送!',
  134. 'reportSentText' => '我们已成功收到您的举报。',
  135. 'reportSentError' => '举报这个帖子时出现问题。',
  136. 'modAddCWConfirm' => '您确定要为这个帖文添加内容警告?',
  137. 'modCWSuccess' => '内容警告已成功添加',
  138. 'modRemoveCWConfirm' => '您确定要移除这个帖文上的内容警告吗?',
  139. 'modRemoveCWSuccess' => '内容警告已被成功移除',
  140. 'modUnlistConfirm' => '您确定要隐藏这个帖文吗?',
  141. 'modUnlistSuccess' => '帖文已被成功隐藏',
  142. 'modMarkAsSpammerConfirm' => '您确定要将此用户标记为垃圾信息发送者?所有此用户的现有和未来的帖子都将被隐藏,并添加内容警告。',
  143. 'modMarkAsSpammerSuccess' => '成功地将帐户标记为垃圾信息发送者',
  144. 'toFollowers' => '至关注者',
  145. 'showCaption' => '显示标题',
  146. 'showLikes' => '显示点赞',
  147. 'compactMode' => '紧凑模式',
  148. 'embedConfirmText' => '使用这段嵌入内容代表您将同意我们的',
  149. 'deletePostConfirm' => '您确定要删除该贴吗?',
  150. 'archivePostConfirm' => '您确定要封存此贴文吗?',
  151. 'unarchivePostConfirm' => '您确定要取消封存此贴文吗?',
  152. ],
  153. 'story' => [
  154. 'add' => '添加故事'
  155. ],
  156. 'timeline' => [
  157. 'peopleYouMayKnow' => '您可能认识的人',
  158. 'onboarding' => [
  159. 'welcome' => '欢迎',
  160. 'thisIsYourHomeFeed' => '这是你的主页时间线,它会按时间顺序排列你所关注的账户的帖子。',
  161. 'letUsHelpYouFind' => '让我们帮你找一些有趣的人来关注',
  162. 'refreshFeed' => '刷新动态列表',
  163. ],
  164. ],
  165. 'hashtags' => [
  166. 'emptyFeed' => '我们似乎找不到这个标签的任何帖子'
  167. ],
  168. 'report' => [
  169. 'report' => '举报',
  170. 'selectReason' => '选择理由',
  171. 'reported' => '已举报',
  172. 'sendingReport' => '正在提交举报',
  173. 'thanksMsg' => '感谢你的举报,这有助于维护我们社区的安全!',
  174. 'contactAdminMsg' => '如果你想就这个帖子联系管理员或管理员举报',
  175. ],
  176. ];