the browser-facing portion of osu!
at master 212 lines 6.5 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 'audio' => [ 8 'autoplay' => '自动播放下一首', 9 ], 10 11 'defaults' => [ 12 'page_description' => 'osu! - 节奏跃然指上!内含来自「押忍!战斗应援团」、「精英节拍特工」、太鼓的以及 osu! 原创的游戏模式,以及为其设计的全功能谱面编辑器。', 13 ], 14 15 'header' => [ 16 'admin' => [ 17 'beatmapset' => '谱面集', 18 'beatmapset_covers' => '谱面集封面', 19 'contest' => '竞赛', 20 'contests' => '竞赛', 21 'root' => '控制中心', 22 ], 23 24 'artists' => [ 25 'index' => '列表', 26 ], 27 28 'beatmapsets' => [ 29 'show' => '信息', 30 'discussions' => '讨论', 31 ], 32 33 'changelog' => [ 34 'index' => '列表', 35 ], 36 37 'help' => [ 38 'index' => '主页', 39 'sitemap' => '站点地图', 40 ], 41 42 'store' => [ 43 'cart' => '购物车', 44 'orders' => '历史订单', 45 'products' => '商品', 46 ], 47 48 'tournaments' => [ 49 'index' => '列表', 50 ], 51 52 'users' => [ 53 'modding' => '摸图', 54 'playlists' => '歌单', 55 'realtime' => '多人游戏', 56 'show' => '信息', 57 ], 58 ], 59 60 'gallery' => [ 61 'close' => '关闭(ESC)', 62 'fullscreen' => '切换全屏', 63 'zoom' => '放大/缩小', 64 'previous' => '前一个(左箭头)', 65 'next' => '后一个(右箭头)', 66 ], 67 68 'menu' => [ 69 'beatmaps' => [ 70 '_' => '谱面', 71 ], 72 'community' => [ 73 '_' => '社区', 74 'dev' => '开发', 75 ], 76 'help' => [ 77 '_' => '帮助', 78 'getAbuse' => '报告不当行为', 79 'getFaq' => '常见问题', 80 'getRules' => '规章制度', 81 'getSupport' => '帮助中心', 82 ], 83 'home' => [ 84 '_' => '主页', 85 'team' => '团队', 86 ], 87 'rankings' => [ 88 '_' => '排名', 89 ], 90 'store' => [ 91 '_' => '商店', 92 ], 93 ], 94 95 'footer' => [ 96 'general' => [ 97 '_' => '常用', 98 'home' => '主页', 99 'changelog-index' => '更新日志', 100 'beatmaps' => '谱面列表', 101 'download' => '下载 osu!', 102 ], 103 'help' => [ 104 '_' => '帮助 & 社区', 105 'faq' => '常见问题', 106 'forum' => '论坛', 107 'livestreams' => '直播', 108 'report' => '报告问题', 109 'wiki' => '百科', 110 ], 111 'legal' => [ 112 '_' => '法律 & 状态', 113 'copyright' => '版权(DMCA)', 114 'jp_sctl' => '', 115 'privacy' => '隐私政策', 116 'server_status' => '服务器状态', 117 'source_code' => '源代码', 118 'terms' => '服务条款', 119 ], 120 ], 121 122 'errors' => [ 123 '400' => [ 124 'error' => '请求参数无效', 125 'description' => '', 126 ], 127 '404' => [ 128 'error' => '无法找到网页', 129 'description' => "抱歉,您正在尝试访问的页面不存在!", 130 ], 131 '403' => [ 132 'error' => "这里不是你该来的地方。", 133 'description' => '不过,你可以选择往回走。', 134 ], 135 '401' => [ 136 'error' => "这里不是你该来的地方。", 137 'description' => '不过,你可以选择往回走。或者试试登录?', 138 ], 139 '405' => [ 140 'error' => '无法找到网页', 141 'description' => "抱歉,您正在尝试访问的页面不存在!", 142 ], 143 '422' => [ 144 'error' => '请求参数无效', 145 'description' => '', 146 ], 147 '429' => [ 148 'error' => '超出速率限制', 149 'description' => '', 150 ], 151 '500' => [ 152 'error' => '哎呀,服务器崩溃了!;_;', 153 'description' => "服务器一旦出错,我们都会收到通知。请返回到上一个页面。", 154 ], 155 'fatal' => [ 156 'error' => '哎呀,服务器被外星人带走了!;_;', 157 'description' => "服务器一旦出错,我们都会收到通知。请返回到上一个页面。", 158 ], 159 '503' => [ 160 'error' => '服务器维护中!', 161 'description' => "一般情况下,维护工作只需要 5 秒到 10 分钟的时间。如果服务器一直处于维护状态,请查看 :link 以获得更多信息。", 162 'link' => [ 163 'text' => '', 164 'href' => '', 165 ], 166 ], 167 // used by sentry if it returns an error 168 'reference' => "如果需要的话,请把这里的代码发送给支持团队!", 169 ], 170 171 'popup_login' => [ 172 'button' => '登录/注册', 173 174 'login' => [ 175 'forgot' => "我忘记了我的登录信息", 176 'password' => '密码', 177 'title' => '登录以继续', 178 'username' => '用户名', 179 180 'error' => [ 181 'email' => "用户名或邮箱不存在", 182 'password' => '密码错误', 183 ], 184 ], 185 186 'register' => [ 187 'download' => '下载', 188 'info' => '立刻下载 osu! 并且注册账号吧!', 189 'title' => "没有账号?", 190 ], 191 ], 192 193 'popup_user' => [ 194 'links' => [ 195 'account-edit' => '设置', 196 'follows' => '订阅', 197 'friends' => '好友', 198 'legacy_score_only_toggle' => 'Lazer 模式', 199 'legacy_score_only_toggle_tooltip' => 'Lazer 模式使用来自 Lazer 客户端的新记分算法显示您的成绩', 200 'logout' => '登出', 201 'profile' => '资料', 202 'scoring_mode_toggle' => '经典计分', 203 'scoring_mode_toggle_tooltip' => '调整分数,让它感觉上更像经典的无上限计分分数。', 204 'team' => '', 205 ], 206 ], 207 208 'popup_search' => [ 209 'initial' => '输入以搜索!', 210 'retry' => '搜索失败。点此重试。', 211 ], 212];