the browser-facing portion of osu!
at master 256 lines 10 kB view raw
1<?php 2 3// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0. 4// See the LICENCE file in the repository root for full licence text. 5 6return [ 7 'all_read' => '已经阅读所有通知!', 8 'delete' => '删除 :type', 9 'loading' => '正在加载未读通知……', 10 'mark_read' => '清除 :type 类型的通知', 11 'none' => '没有新通知', 12 'see_all' => '显示所有通知', 13 'see_channel' => '前往聊天', 14 'verifying' => '查看通知前请验证会话', 15 16 'action_type' => [ 17 '_' => '全部', 18 'beatmapset' => '谱面', 19 'build' => '版本', 20 'channel' => '聊天', 21 'forum_topic' => '论坛', 22 'news_post' => '新闻', 23 'user' => '个人资料', 24 ], 25 26 'filters' => [ 27 '_' => '所有', 28 'user' => '个人资料', 29 'beatmapset' => '谱面', 30 'forum_topic' => '论坛', 31 'news_post' => '新闻', 32 'build' => '版本', 33 'channel' => '聊天', 34 ], 35 36 'item' => [ 37 'beatmapset' => [ 38 '_' => '谱面', 39 40 'beatmap_owner_change' => [ 41 '_' => '客串难度', 42 'beatmap_owner_change' => '您现在是谱面 ":title" 内 ":beatmap" 难度的作者 43', 44 'beatmap_owner_change_compact' => '您现在是难度 ":beatmap" 的作者 45', 46 ], 47 48 'beatmapset_discussion' => [ 49 '_' => '谱面讨论', 50 'beatmapset_discussion_lock' => '谱面 ":title" 的评论已锁定', 51 'beatmapset_discussion_lock_compact' => '评论已锁定', 52 'beatmapset_discussion_post_new' => ':username 在谱面 ":title" 的讨论中发布了新消息:“:content”', 53 'beatmapset_discussion_post_new_empty' => ':username 发布了主题为 ":title" 的新帖子', 54 'beatmapset_discussion_post_new_compact' => ':username 发布了新主题:":content"', 55 'beatmapset_discussion_post_new_compact_empty' => ':username 发布了新帖子', 56 'beatmapset_discussion_review_new' => ':username 在 ":title" 内发表了新审阅:问题::problems,建议::suggestions,赞::praises', 57 'beatmapset_discussion_review_new_compact' => ':username 发表了新审阅,问题::problems,建议::suggestions,赞::praises', 58 'beatmapset_discussion_unlock' => '谱面 ":title" 的讨论已解锁。', 59 'beatmapset_discussion_unlock_compact' => '讨论已解锁', 60 61 'review_count' => [ 62 'praises' => ':count_delimited 个赞', 63 'problems' => ':count_delimited 个问题', 64 'suggestions' => ':count_delimited 个建议', 65 ], 66 ], 67 68 'beatmapset_problem' => [ 69 '_' => '过审谱面的问题', 70 'beatmapset_discussion_qualified_problem' => ':username 在 ":title" 下反馈:":content"', 71 'beatmapset_discussion_qualified_problem_empty' => ':username 在 ":title" 下有新反馈', 72 'beatmapset_discussion_qualified_problem_compact' => ':username 反馈:":content"', 73 'beatmapset_discussion_qualified_problem_compact_empty' => ':username 反馈了问题', 74 ], 75 76 'beatmapset_state' => [ 77 '_' => '谱面状态更改', 78 'beatmapset_disqualify' => '谱面 ":title" 已下架 (DQ)。', 79 'beatmapset_disqualify_compact' => '谱面已下架 (DQ)', 80 'beatmapset_love' => '谱面 ":title" 已推荐进入社区喜爱 (Loved)', 81 'beatmapset_love_compact' => '谱面已推荐进入社区喜爱 (Loved)', 82 'beatmapset_nominate' => '谱面 ":title" 已提名。', 83 'beatmapset_nominate_compact' => '谱面被提名', 84 'beatmapset_qualify' => '谱面 ":title" 已经得到足够数量的提名,并进入上架队列', 85 'beatmapset_qualify_compact' => '谱面已进入上架队列', 86 'beatmapset_rank' => '谱面 ":title" 已上架 (Ranked)。', 87 'beatmapset_rank_compact' => '谱面已上架 (Ranked)', 88 'beatmapset_remove_from_loved' => '谱面 ":title" 已移出社区喜爱 (Loved)', 89 'beatmapset_remove_from_loved_compact' => '谱面已移出社区喜爱 (Loved)', 90 'beatmapset_reset_nominations' => '谱面 ":title" 的提名已重置', 91 'beatmapset_reset_nominations_compact' => '提名已重置', 92 ], 93 94 'comment' => [ 95 '_' => '新评论', 96 97 'comment_new' => ':username 在 ":title" 中评论:":content"', 98 'comment_new_compact' => ':username 评论:":content"', 99 'comment_reply' => ':username 在 ":title" 下回复:":content"', 100 'comment_reply_compact' => ':username 回复:":content"', 101 ], 102 ], 103 104 'channel' => [ 105 '_' => '聊天', 106 107 'announcement' => [ 108 '_' => '新通知', 109 110 'announce' => [ 111 'channel_announcement' => ':username:":title"', 112 'channel_announcement_compact' => ':title', 113 'channel_announcement_group' => '来自 :username 的通知', 114 ], 115 ], 116 117 'channel' => [ 118 '_' => '新消息', 119 120 'pm' => [ 121 'channel_message' => ':username 说:":title"', 122 'channel_message_compact' => ':title', 123 'channel_message_group' => '来自 :username', 124 ], 125 ], 126 ], 127 128 'build' => [ 129 '_' => '更新日志', 130 131 'comment' => [ 132 '_' => '新评论', 133 134 'comment_new' => ':username 在 ":title" 中评论:":content"', 135 'comment_new_compact' => ':username 评论:":content"', 136 'comment_reply' => ':username 在 ":title" 下回复:":content"', 137 'comment_reply_compact' => ':username 回复:":content"', 138 ], 139 ], 140 141 'news_post' => [ 142 '_' => '新闻', 143 144 'comment' => [ 145 '_' => '新评论', 146 147 'comment_new' => ':username 在 ":title" 中评论:":content"', 148 'comment_new_compact' => ':username 评论:":content"', 149 'comment_reply' => ':username 在 ":title" 下回复:":content"', 150 'comment_reply_compact' => ':username 回复:":content"', 151 ], 152 ], 153 154 'forum_topic' => [ 155 '_' => '论坛主题', 156 157 'forum_topic_reply' => [ 158 '_' => '论坛回复', 159 'forum_topic_reply' => ':username 回复了主题:":title"', 160 'forum_topic_reply_compact' => ':username 回复', 161 ], 162 ], 163 164 'user' => [ 165 'user_beatmapset_new' => [ 166 '_' => '新谱面', 167 168 'user_beatmapset_new' => ':username 上传了新谱面 ":title"', 169 'user_beatmapset_new_compact' => '新谱面 ":title"', 170 'user_beatmapset_new_group' => ':username 上传了新谱面', 171 172 'user_beatmapset_revive' => ':username 已恢复谱面 ":title"', 173 'user_beatmapset_revive_compact' => '谱面 ":title" 已恢复', 174 ], 175 ], 176 177 'user_achievement' => [ 178 '_' => '奖章', 179 180 'user_achievement_unlock' => [ 181 '_' => '新奖章', 182 'user_achievement_unlock' => '解锁 ":title"!', 183 'user_achievement_unlock_compact' => '已解锁 ":title"!', 184 'user_achievement_unlock_group' => '奖章已解锁!', 185 ], 186 ], 187 ], 188 189 'mail' => [ 190 'beatmapset' => [ 191 'beatmap_owner_change' => [ 192 'beatmap_owner_change' => '您现在是 ":title" 的客串作者 193', 194 ], 195 196 'beatmapset_discussion' => [ 197 'beatmapset_discussion_lock' => '谱面 ":title" 的讨论已锁定', 198 'beatmapset_discussion_post_new' => '谱面 ":title" 有新讨论', 199 'beatmapset_discussion_unlock' => '谱面 ":title" 的讨论已解锁', 200 ], 201 202 'beatmapset_problem' => [ 203 'beatmapset_discussion_qualified_problem' => '有人在谱面 ":title" 下反馈了一个新问题', 204 ], 205 206 'beatmapset_state' => [ 207 'beatmapset_disqualify' => '谱面 ":title" 已下架 (DQ)。', 208 'beatmapset_love' => '谱面 ":title" 已推荐进入社区喜爱 (Loved)', 209 'beatmapset_nominate' => '谱面 ":title" 已提名。', 210 'beatmapset_qualify' => '谱面 ":title" 已经得到足够数量的提名,并进入上架队列', 211 'beatmapset_rank' => '谱面 ":title" 已上架 (Ranked)。', 212 'beatmapset_remove_from_loved' => '谱面 ":title" 已移出社区喜爱 (Loved)', 213 'beatmapset_reset_nominations' => '谱面 ":title" 的提名已重置', 214 ], 215 216 'comment' => [ 217 'comment_new' => '谱面 ":title" 有新的讨论', 218 ], 219 ], 220 221 'channel' => [ 222 'announcement' => [ 223 'announce' => '":name" 中有一条新通知', 224 ], 225 226 'channel' => [ 227 'pm' => '您收到了 :username 的新消息', 228 ], 229 ], 230 231 'build' => [ 232 'comment' => [ 233 'comment_new' => '更新日志 ":title" 有新的评论', 234 ], 235 ], 236 237 'news_post' => [ 238 'comment' => [ 239 'comment_new' => '新闻 ":title" 有新的评论', 240 ], 241 ], 242 243 'forum_topic' => [ 244 'forum_topic_reply' => [ 245 'forum_topic_reply' => '主题 ":title" 有新的回复', 246 ], 247 ], 248 249 'user' => [ 250 'user_beatmapset_new' => [ 251 'user_beatmapset_new' => ':username 创建了一张新谱面', 252 'user_beatmapset_revive' => ':username 恢复了一张谱面', 253 ], 254 ], 255 ], 256];