the browser-facing portion of osu!
at master 239 lines 5.6 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 'availability' => [ 8 'disabled' => '', 9 'parts-removed' => '', 10 'more-info' => '', 11 'rule_violation' => '', 12 ], 13 14 'cover' => [ 15 'deleted' => '', 16 ], 17 18 'download' => [ 19 'limit_exceeded' => '', 20 'no_mirrors' => '', 21 ], 22 23 'featured_artist_badge' => [ 24 'label' => '', 25 ], 26 27 'index' => [ 28 'title' => '', 29 'guest_title' => '', 30 ], 31 32 'panel' => [ 33 'empty' => '', 34 35 'download' => [ 36 'all' => '', 37 'video' => '', 38 'no_video' => '', 39 'direct' => '', 40 ], 41 ], 42 43 'nominate' => [ 44 'bng_limited_too_many_rulesets' => '', 45 'full_nomination_required' => '', 46 'hybrid_requires_modes' => '', 47 'incorrect_mode' => '', 48 'invalid_limited_nomination' => '', 49 'invalid_ruleset' => '', 50 'too_many' => '', 51 'too_many_non_main_ruleset' => '', 52 53 'dialog' => [ 54 'confirmation' => '', 55 'different_nominator_warning' => '', 56 'header' => '', 57 'hybrid_warning' => '', 58 'current_main_ruleset' => '', 59 'which_modes' => '', 60 ], 61 ], 62 63 'nsfw_badge' => [ 64 'label' => '', 65 ], 66 67 'show' => [ 68 'discussion' => '', 69 70 'admin' => [ 71 'full_size_cover' => '', 72 ], 73 74 'deleted_banner' => [ 75 'title' => '', 76 'message' => '', 77 ], 78 79 'details' => [ 80 'by_artist' => '', 81 'favourite' => '', 82 'favourite_login' => '', 83 'logged-out' => '', 84 'mapped_by' => '', 85 'mapped_by_guest' => '', 86 'unfavourite' => '', 87 'updated_timeago' => '', 88 89 'download' => [ 90 '_' => '', 91 'direct' => '', 92 'no-video' => '', 93 'video' => '', 94 ], 95 96 'login_required' => [ 97 'bottom' => '', 98 'top' => '', 99 ], 100 ], 101 102 'details_date' => [ 103 'approved' => '', 104 'loved' => '', 105 'qualified' => '', 106 'ranked' => '', 107 'submitted' => '', 108 'updated' => '', 109 ], 110 111 'favourites' => [ 112 'limit_reached' => '', 113 ], 114 115 'hype' => [ 116 'action' => '', 117 118 'current' => [ 119 '_' => '', 120 121 'status' => [ 122 'pending' => '', 123 'qualified' => '', 124 'wip' => '', 125 ], 126 ], 127 128 'disqualify' => [ 129 '_' => '', 130 ], 131 132 'report' => [ 133 '_' => '', 134 'button' => '', 135 'link' => '', 136 ], 137 ], 138 139 'info' => [ 140 'description' => '', 141 'genre' => '', 142 'language' => '', 143 'no_scores' => '', 144 'nominators' => '', 145 'nsfw' => '', 146 'offset' => '', 147 'points-of-failure' => '', 148 'source' => '', 149 'storyboard' => '', 150 'success-rate' => '', 151 'tags' => '', 152 'video' => '', 153 ], 154 155 'nsfw_warning' => [ 156 'details' => '', 157 'title' => '', 158 159 'buttons' => [ 160 'disable' => '', 161 'listing' => '', 162 'show' => '', 163 ], 164 ], 165 166 'scoreboard' => [ 167 'achieved' => '', 168 'country' => '', 169 'error' => 'بارگزاری رتبه بندی ها شکست خورد', 170 'friend' => '', 171 'global' => '', 172 'supporter-link' => '', 173 'supporter-only' => '', 174 'title' => '', 175 176 'headers' => [ 177 'accuracy' => '', 178 'combo' => '', 179 'miss' => '', 180 'mods' => '', 181 'pin' => '', 182 'player' => '', 183 'pp' => '', 184 'rank' => '', 185 'score' => '', 186 'score_total' => '', 187 'time' => '', 188 ], 189 190 'no_scores' => [ 191 'country' => '', 192 'friend' => '', 193 'global' => '', 194 'loading' => '', 195 'unranked' => '', 196 ], 197 'score' => [ 198 'first' => '', 199 'own' => '', 200 ], 201 'supporter_link' => [ 202 '_' => '', 203 'here' => '', 204 ], 205 ], 206 207 'stats' => [ 208 'cs' => '', 209 'cs-mania' => '', 210 'drain' => '', 211 'accuracy' => '', 212 'ar' => '', 213 'stars' => '', 214 'total_length' => '', 215 'bpm' => '', 216 'count_circles' => '', 217 'count_sliders' => '', 218 'offset' => '', 219 'user-rating' => '', 220 'rating-spread' => '', 221 'nominations' => '', 222 'playcount' => '', 223 ], 224 225 'status' => [ 226 'ranked' => '', 227 'approved' => '', 228 'loved' => '', 229 'qualified' => '', 230 'wip' => '', 231 'pending' => '', 232 'graveyard' => '', 233 ], 234 ], 235 236 'spotlight_badge' => [ 237 'label' => '', 238 ], 239];