the browser-facing portion of osu!
at master 377 lines 11 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 'change_owner' => [ 8 'too_many' => '', 9 ], 10 11 'discussion-votes' => [ 12 'update' => [ 13 'error' => '', 14 ], 15 ], 16 17 'discussions' => [ 18 'allow_kudosu' => '', 19 'beatmap_information' => '', 20 'delete' => 'padam', 21 'deleted' => 'Dipadam oleh :editor :delete_time.', 22 'deny_kudosu' => 'tolak kudosu', 23 'edit' => 'sunting', 24 'edited' => 'Kali terakhir disunting oleh :editor :update_time.', 25 'guest' => '', 26 'kudosu_denied' => '', 27 'message_placeholder_deleted_beatmap' => '', 28 'message_placeholder_locked' => '', 29 'message_placeholder_silenced' => "", 30 'message_type_select' => 'Pilih Jenis Balasan', 31 'reply_notice' => 'Tekan "enter" untuk membalas.', 32 'reply_resolve_notice' => 'Tekan "enter" untuk membalas. Tekan ctrl+enter untuk membalas dan selesaikan.', 33 'reply_placeholder' => 'Tulis respon anda disini', 34 'require-login' => '', 35 'resolved' => 'Selesai', 36 'restore' => 'pulihkan', 37 'show_deleted' => 'Tunjuk dipadam', 38 'title' => 'Perbincangan', 39 'unresolved_count' => '', 40 41 'collapse' => [ 42 'all-collapse' => '', 43 'all-expand' => '', 44 ], 45 46 'empty' => [ 47 'empty' => 'Tiada perbincangan buat masa sekarang!', 48 'hidden' => '', 49 ], 50 51 'lock' => [ 52 'button' => [ 53 'lock' => 'Kunci perbincangan', 54 'unlock' => 'Nyahkunci perbincangan', 55 ], 56 57 'prompt' => [ 58 'lock' => 'Alasan untuk mengunci', 59 'unlock' => 'Anda pasti mahu nyahkunci?', 60 ], 61 ], 62 63 'message_hint' => [ 64 'in_general' => '', 65 'in_timeline' => '', 66 ], 67 68 'message_placeholder' => [ 69 'general' => '', 70 'generalAll' => '', 71 'review' => '', 72 'timeline' => '', 73 ], 74 75 'message_type' => [ 76 'disqualify' => 'Singkirkan', 77 'hype' => 'Hype!', 78 'mapper_note' => 'Nota', 79 'nomination_reset' => 'Set Semula Pencalonan', 80 'praise' => 'Puji', 81 'problem' => 'Masalah', 82 'problem_warning' => 'Laporkan Masalah', 83 'review' => 'Semak', 84 'suggestion' => 'Cadangan', 85 ], 86 87 'message_type_title' => [ 88 'disqualify' => 'Hantar Penyingkiran', 89 'hype' => 'Hantar Hype!', 90 'mapper_note' => 'Hantar Nota', 91 'nomination_reset' => 'Buang semua Pencalonan', 92 'praise' => 'Hantar Pujian', 93 'problem' => 'Hantar Masalah', 94 'problem_warning' => 'Hantar Masalah', 95 'review' => 'Hantar Semakan', 96 'suggestion' => 'Hantar Cadangan', 97 ], 98 99 'mode' => [ 100 'events' => 'Sejarah', 101 'general' => 'Umum :scope', 102 'reviews' => 'Semakan', 103 'timeline' => 'Garis Masa', 104 'scopes' => [ 105 'general' => 'Kesukaran ini', 106 'generalAll' => 'Semua kesukaran', 107 ], 108 ], 109 110 'new' => [ 111 'pin' => 'Semat', 112 'timestamp' => '', 113 'timestamp_missing' => '', 114 'title' => 'Perbincangan Baharu', 115 'unpin' => 'Nyahsemat', 116 ], 117 118 'review' => [ 119 'new' => 'Semakan Baharu', 120 'embed' => [ 121 'delete' => 'Padam', 122 'missing' => '[PERBINCANGAN DIPADAM]', 123 'unlink' => 'Nyahpaut', 124 'unsaved' => 'Nyahsimpan', 125 'timestamp' => [ 126 'all-diff' => '', 127 'diff' => '', 128 ], 129 ], 130 'insert-block' => [ 131 'paragraph' => '', 132 'praise' => '', 133 'problem' => '', 134 'suggestion' => 'masukkan cadangan', 135 ], 136 ], 137 138 'show' => [ 139 'title' => '', 140 ], 141 142 'sort' => [ 143 'created_at' => 'Waktu direka', 144 'timeline' => 'Garis Masa', 145 'updated_at' => 'Kemas kini terakhir', 146 ], 147 148 'stats' => [ 149 'deleted' => 'Dipadam', 150 'mapper_notes' => 'Nota', 151 'mine' => 'Saya', 152 'pending' => 'Belum Selesai', 153 'praises' => 'Pujian', 154 'resolved' => 'Selesai', 155 'total' => 'Semua', 156 ], 157 158 'status-messages' => [ 159 'approved' => 'Beatmap ini diluluskan pada :date!', 160 'graveyard' => "Beatmap ini tidak dikemaskini sejak :date jadi ia telah dikuburkan...", 161 'loved' => 'Beatmap ini ditambah kepada digemari pada :date!', 162 'ranked' => 'Beatmap ini dipangkatkan pada :date!', 163 'wip' => 'Nota: Beatmap ini ditanda sebagai "dalam selenggara" oleh pencipta.', 164 ], 165 166 'votes' => [ 167 'none' => [ 168 'down' => '', 169 'up' => '', 170 ], 171 'latest' => [ 172 'down' => '', 173 'up' => '', 174 ], 175 ], 176 ], 177 178 'hype' => [ 179 'button' => '', 180 'button_done' => '', 181 'confirm' => "", 182 'explanation' => '', 183 'explanation_guest' => '', 184 'new_time' => "", 185 'remaining' => '', 186 'required_text' => '', 187 'section_title' => '', 188 'title' => '', 189 ], 190 191 'feedback' => [ 192 'button' => 'Tinggalkan Maklum Balas', 193 ], 194 195 'nominations' => [ 196 'already_nominated' => '', 197 'cannot_nominate' => '', 198 'delete' => 'Padam', 199 'delete_own_confirm' => '', 200 'delete_other_confirm' => '', 201 'disqualification_prompt' => 'Alasan untuk penyingkiran?', 202 'disqualified_at' => 'Tersingkir :time_ago (:reason).', 203 'disqualified_no_reason' => '', 204 'disqualify' => 'Singkirkan', 205 'incorrect_state' => '', 206 'love' => '', 207 'love_choose' => '', 208 'love_confirm' => '', 209 'nominate' => '', 210 'nominate_confirm' => '', 211 'nominated_by' => '', 212 'not_enough_hype' => "", 213 'remove_from_loved' => '', 214 'remove_from_loved_prompt' => '', 215 'required_text' => '', 216 'reset_message_deleted' => 'padam', 217 'title' => '', 218 'unresolved_issues' => '', 219 220 'rank_estimate' => [ 221 '_' => '', 222 'unresolved_problems' => '', 223 'problems' => '', 224 'on' => 'pada :date', 225 'queue' => '', 226 'soon' => 'akan datang', 227 ], 228 229 'reset_at' => [ 230 'nomination_reset' => '', 231 'disqualify' => '', 232 ], 233 234 'reset_confirm' => [ 235 'disqualify' => 'Anda pasti? Ini akan keluarkan beatmap ini dari kelayakan dan set semula proses pencalonan.', 236 'nomination_reset' => '', 237 'problem_warning' => '', 238 ], 239 ], 240 241 'listing' => [ 242 'search' => [ 243 'prompt' => '', 244 'login_required' => 'Daftar masuk untuk cari.', 245 'options' => '', 246 'supporter_filter' => '', 247 'not-found' => 'tiada hasil carian', 248 'not-found-quote' => '... tidak, tak jumpa apa-apa.', 249 'filters' => [ 250 'extra' => 'Tambahan', 251 'general' => 'Umum', 252 'genre' => 'Genre', 253 'language' => 'Bahasa', 254 'mode' => 'Mod', 255 'nsfw' => 'Kandungan Sensitif', 256 'played' => 'Dimain', 257 'rank' => '', 258 'status' => 'Kategori', 259 ], 260 'sorting' => [ 261 'title' => 'Judul', 262 'artist' => 'Artis', 263 'difficulty' => 'Kesukaran', 264 'favourites' => 'Kegemaran', 265 'updated' => 'Kemaskini', 266 'ranked' => '', 267 'rating' => 'Nilai', 268 'plays' => 'Mainan', 269 'relevance' => '', 270 'nominations' => 'Pencalonan', 271 ], 272 'supporter_filter_quote' => [ 273 '_' => '', 274 'link_text' => '', 275 ], 276 ], 277 ], 278 'general' => [ 279 'converts' => '', 280 'featured_artists' => '', 281 'follows' => '', 282 'recommended' => '', 283 'spotlights' => '', 284 ], 285 'mode' => [ 286 'all' => 'Semua', 287 'any' => 'Mana-Mana', 288 'osu' => '', 289 'taiko' => '', 290 'fruits' => '', 291 'mania' => '', 292 'undefined' => '', 293 ], 294 'status' => [ 295 'any' => 'Mana-Mana', 296 'approved' => '', 297 'favourites' => 'Kegemaran', 298 'graveyard' => 'Kubur', 299 'leaderboard' => 'Ada Carta', 300 'loved' => 'Digemari', 301 'mine' => '', 302 'pending' => '', 303 'wip' => 'WIP', 304 'qualified' => '', 305 'ranked' => '', 306 ], 307 'genre' => [ 308 'any' => '', 309 'unspecified' => '', 310 'video-game' => 'Permainan Video', 311 'anime' => 'Anime', 312 'rock' => 'Rock', 313 'pop' => 'Pop', 314 'other' => 'Lain-Lain', 315 'novelty' => 'Noveliti', 316 'hip-hop' => 'Hip Hop', 317 'electronic' => 'Elektronik', 318 'metal' => 'Metal', 319 'classical' => 'Klasik', 320 'folk' => 'Rakyat', 321 'jazz' => 'Jaz', 322 ], 323 'language' => [ 324 'any' => 'Mana-Mana', 325 'english' => 'Inggeris', 326 'chinese' => 'Cina', 327 'french' => 'Perancis', 328 'german' => 'German', 329 'italian' => 'Itali', 330 'japanese' => 'Jepun', 331 'korean' => 'Korea', 332 'spanish' => 'Sepanyol', 333 'swedish' => 'Sweden', 334 'russian' => 'Rusia', 335 'polish' => 'Poland', 336 'instrumental' => 'Instrumental', 337 'other' => 'Lain-Lain', 338 'unspecified' => '', 339 ], 340 341 'nsfw' => [ 342 'exclude' => 'Sorok', 343 'include' => 'Tunjuk', 344 ], 345 346 'played' => [ 347 'any' => 'Mana-Mana', 348 'played' => '', 349 'unplayed' => '', 350 ], 351 'extra' => [ 352 'video' => 'Ada Video', 353 'storyboard' => 'Ada Papan Cerita', 354 ], 355 'rank' => [ 356 'any' => 'Mana-Mana', 357 'XH' => '', 358 'X' => '', 359 'SH' => '', 360 'S' => '', 361 'A' => '', 362 'B' => '', 363 'C' => '', 364 'D' => '', 365 ], 366 'panel' => [ 367 'playcount' => 'Kiraan main: :count', 368 'favourites' => '', 369 ], 370 'variant' => [ 371 'mania' => [ 372 '4k' => '4k', 373 '7k' => '7k', 374 'all' => 'Semua', 375 ], 376 ], 377];