the browser-facing portion of osu!
at master 239 lines 8.9 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' => 'This beatmap is currently not available for download.', 9 'parts-removed' => 'Portions of this beatmap have been removed at the request of the creator or a third-party rights holder.', 10 'more-info' => 'Check here for more information.', 11 'rule_violation' => 'Some assets contained within this map have been removed after being judged as not being suitable for use in osu!.', 12 ], 13 14 'cover' => [ 15 'deleted' => 'Deleted beatmap', 16 ], 17 18 'download' => [ 19 'limit_exceeded' => 'Slow down, play more.', 20 'no_mirrors' => 'No download servers available.', 21 ], 22 23 'featured_artist_badge' => [ 24 'label' => 'Featured Artist', 25 ], 26 27 'index' => [ 28 'title' => 'Beatmaps Listing', 29 'guest_title' => 'Beatmaps', 30 ], 31 32 'panel' => [ 33 'empty' => 'no beatmaps', 34 35 'download' => [ 36 'all' => 'download', 37 'video' => 'download with video', 38 'no_video' => 'download without video', 39 'direct' => 'open in osu!direct', 40 ], 41 ], 42 43 'nominate' => [ 44 'bng_limited_too_many_rulesets' => 'Probationary nominators cannot nominate multiple rulesets.', 45 'full_nomination_required' => 'You must be a full nominator to perform the final nomination of a ruleset.', 46 'hybrid_requires_modes' => 'A hybrid beatmap requires you to select at least one playmode to nominate for.', 47 'incorrect_mode' => 'You do not have permission to nominate for mode: :mode', 48 'invalid_limited_nomination' => 'This beatmap has invalid nominations and cannot be qualified in this state.', 49 'invalid_ruleset' => 'This nomination has invalid rulesets.', 50 'too_many' => 'Nomination requirement already fulfilled.', 51 'too_many_non_main_ruleset' => 'Nomination requirement for non-main ruleset already fulfilled.', 52 53 'dialog' => [ 54 'confirmation' => 'Are you sure you want to nominate this beatmap?', 55 'different_nominator_warning' => 'Qualifying this beatmap with different nominators will reset its qualification queue position.', 56 'header' => 'Nominate Beatmap', 57 'hybrid_warning' => 'note: you may only nominate once, so please ensure that you are nominating for all game modes you intend to', 58 'current_main_ruleset' => 'The main ruleset is currently: :ruleset', 59 'which_modes' => 'Nominate for which modes?', 60 ], 61 ], 62 63 'nsfw_badge' => [ 64 'label' => 'Explicit', 65 ], 66 67 'show' => [ 68 'discussion' => 'Discussion', 69 70 'admin' => [ 71 'full_size_cover' => 'View full size cover image', 72 ], 73 74 'deleted_banner' => [ 75 'title' => 'This beatmap has been deleted.', 76 'message' => '(only moderators can see this)', 77 ], 78 79 'details' => [ 80 'by_artist' => 'by :artist', 81 'favourite' => 'favourite this beatmap', 82 'favourite_login' => 'sign in to favourite this beatmap', 83 'logged-out' => 'you need to sign in before downloading any beatmaps!', 84 'mapped_by' => 'mapped by :mapper', 85 'mapped_by_guest' => 'guest difficulty by :mapper', 86 'unfavourite' => 'unfavourite this beatmap', 87 'updated_timeago' => 'last updated :timeago', 88 89 'download' => [ 90 '_' => 'Download', 91 'direct' => 'osu!direct', 92 'no-video' => 'without Video', 93 'video' => 'with Video', 94 ], 95 96 'login_required' => [ 97 'bottom' => 'to access more features', 98 'top' => 'Sign In', 99 ], 100 ], 101 102 'details_date' => [ 103 'approved' => 'approved :timeago', 104 'loved' => 'loved :timeago', 105 'qualified' => 'qualified :timeago', 106 'ranked' => 'ranked :timeago', 107 'submitted' => 'submitted :timeago', 108 'updated' => 'last updated :timeago', 109 ], 110 111 'favourites' => [ 112 'limit_reached' => 'You have too many favourited beatmaps! Please unfavourite some before trying again.', 113 ], 114 115 'hype' => [ 116 'action' => 'Hype this map if you enjoyed playing it to help it progress to <strong>Ranked</strong> status.', 117 118 'current' => [ 119 '_' => 'This map is currently :status.', 120 121 'status' => [ 122 'pending' => 'pending', 123 'qualified' => 'qualified', 124 'wip' => 'work in progress', 125 ], 126 ], 127 128 'disqualify' => [ 129 '_' => 'If you find an issue with this beatmap, please disqualify it :link.', 130 ], 131 132 'report' => [ 133 '_' => 'If you find an issue with this beatmap, please report it :link to alert the team.', 134 'button' => 'Report Problem', 135 'link' => 'here', 136 ], 137 ], 138 139 'info' => [ 140 'description' => 'Description', 141 'genre' => 'Genre', 142 'language' => 'Language', 143 'no_scores' => 'Data still being calculated...', 144 'nominators' => 'Nominators', 145 'nsfw' => 'Explicit content', 146 'offset' => 'Online offset', 147 'points-of-failure' => 'Points of Failure', 148 'source' => 'Source', 149 'storyboard' => 'This beatmap contains storyboard', 150 'success-rate' => 'Success Rate', 151 'tags' => 'Tags', 152 'video' => 'This beatmap contains video', 153 ], 154 155 'nsfw_warning' => [ 156 'details' => 'This beatmap contains explicit, offensive, or disturbing content. Would you like to view it anyway?', 157 'title' => 'Explicit Content', 158 159 'buttons' => [ 160 'disable' => 'Disable warning', 161 'listing' => 'Beatmap listing', 162 'show' => 'Show', 163 ], 164 ], 165 166 'scoreboard' => [ 167 'achieved' => 'achieved :when', 168 'country' => 'Country Ranking', 169 'error' => 'Failed loading ranking', 170 'friend' => 'Friend Ranking', 171 'global' => 'Global Ranking', 172 'supporter-link' => 'Click <a href=":link">here</a> to see all the fancy features that you get!', 173 'supporter-only' => 'You need to be an osu!supporter to access the friend, country, or mod-specific rankings!', 174 'title' => 'Scoreboard', 175 176 'headers' => [ 177 'accuracy' => 'Accuracy', 178 'combo' => 'Max Combo', 179 'miss' => 'Miss', 180 'mods' => 'Mods', 181 'pin' => 'Pin', 182 'player' => 'Player', 183 'pp' => 'pp', 184 'rank' => 'Rank', 185 'score' => 'Score', 186 'score_total' => 'Total Score', 187 'time' => 'Time', 188 ], 189 190 'no_scores' => [ 191 'country' => 'No one from your country has set a score on this map yet!', 192 'friend' => 'None of your friends have set a score on this map yet!', 193 'global' => 'No scores yet. Maybe you should try setting some?', 194 'loading' => 'Loading scores...', 195 'unranked' => 'Unranked beatmap.', 196 ], 197 'score' => [ 198 'first' => 'In the Lead', 199 'own' => 'Your Best', 200 ], 201 'supporter_link' => [ 202 '_' => 'Click :here to see all the fancy features that you get!', 203 'here' => 'here', 204 ], 205 ], 206 207 'stats' => [ 208 'cs' => 'Circle Size', 209 'cs-mania' => 'Key Count', 210 'drain' => 'HP Drain', 211 'accuracy' => 'Accuracy', 212 'ar' => 'Approach Rate', 213 'stars' => 'Star Rating', 214 'total_length' => 'Length (Drain length: :hit_length)', 215 'bpm' => 'BPM', 216 'count_circles' => 'Circle Count', 217 'count_sliders' => 'Slider Count', 218 'offset' => 'Online offset: :offset', 219 'user-rating' => 'User Rating', 220 'rating-spread' => 'Rating Spread', 221 'nominations' => 'Nominations', 222 'playcount' => 'Playcount', 223 ], 224 225 'status' => [ 226 'ranked' => 'Ranked', 227 'approved' => 'Approved', 228 'loved' => 'Loved', 229 'qualified' => 'Qualified', 230 'wip' => 'WIP', 231 'pending' => 'Pending', 232 'graveyard' => 'Graveyard', 233 ], 234 ], 235 236 'spotlight_badge' => [ 237 'label' => 'Spotlight', 238 ], 239];