the browser-facing portion of osu!
at master 253 lines 9.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 'all_read' => 'Semuanya telah dibaca!', 8 'delete' => 'Padam :type', 9 'loading' => 'Memuatkan yang belum dibaca...', 10 'mark_read' => 'Padam :type', 11 'none' => 'Tiada pemberitahuan', 12 'see_all' => 'lihat semua pemberitahuan', 13 'see_channel' => 'buka tetingkap bual', 14 'verifying' => 'Harap disahkan sesi terlebih dahulu sebelum melihat pemberitahuan', 15 16 'action_type' => [ 17 '_' => 'semua', 18 'beatmapset' => 'beatmap', 19 'build' => 'versi terbitan', 20 'channel' => 'perbualan', 21 'forum_topic' => 'forum', 22 'news_post' => 'berita', 23 'user' => 'profil', 24 ], 25 26 'filters' => [ 27 '_' => 'semua pemberitahuan', 28 'user' => 'profil', 29 'beatmapset' => 'beatmap', 30 'forum_topic' => 'forum', 31 'news_post' => 'berita', 32 'build' => 'versi', 33 'channel' => 'bual', 34 ], 35 36 'item' => [ 37 'beatmapset' => [ 38 '_' => 'Beatmap', 39 40 'beatmap_owner_change' => [ 41 '_' => 'Kesukaran tamu', 42 'beatmap_owner_change' => 'Kamu telah terdaftar sebagai pemilik tingkat kesukaran ":beatmap" pada beatmap ":title"', 43 'beatmap_owner_change_compact' => 'Kamu telah terdaftar sebagai pemilik dari tingkat kesukaran ":beatmap"', 44 ], 45 46 'beatmapset_discussion' => [ 47 '_' => 'Laman perbincangan beatmap', 48 'beatmapset_discussion_lock' => 'Perbincangan untuk beatmap ":title" telah ditutup', 49 'beatmapset_discussion_lock_compact' => 'Perbincangan beatmap telah ditutup', 50 'beatmapset_discussion_post_new' => 'Kiriman baharu pada ":title" oleh :username: ":content"', 51 'beatmapset_discussion_post_new_empty' => 'Kiriman baharu pada ":title" oleh :username', 52 'beatmapset_discussion_post_new_compact' => 'Kiriman baharu oleh :username: ":content"', 53 'beatmapset_discussion_post_new_compact_empty' => 'Kiriman baharu oleh :username', 54 'beatmapset_discussion_review_new' => 'Terdapat ulasan baharu pada ":title" oleh :username yang menyinggung seputar masalah: :problems, saran: :suggestions, dan pujian berupa: :praises', 55 'beatmapset_discussion_review_new_compact' => 'Terdapat ulasan baharu oleh :username yang menyinggung seputar masalah: :problems, saran: :suggestions, dan pujian berupa: :praises', 56 'beatmapset_discussion_unlock' => 'Perbincangan untuk beatmap ":title" telah dibuka kembali.', 57 'beatmapset_discussion_unlock_compact' => 'Perbincangan beatmap telah dibuka', 58 59 'review_count' => [ 60 'praises' => '', 61 'problems' => '', 62 'suggestions' => '', 63 ], 64 ], 65 66 'beatmapset_problem' => [ 67 '_' => 'Masalah pada Beatmap Lulusan', 68 'beatmapset_discussion_qualified_problem' => 'Dilaporkan oleh :username pada ":title": ":content"', 69 'beatmapset_discussion_qualified_problem_empty' => 'Dilaporkan oleh :username pada ":title"', 70 'beatmapset_discussion_qualified_problem_compact' => 'Dilaporkan oleh :username: ":content"', 71 'beatmapset_discussion_qualified_problem_compact_empty' => 'Dilaporkan oleh :username', 72 ], 73 74 'beatmapset_state' => [ 75 '_' => 'Perubahan status beatmap', 76 'beatmapset_disqualify' => 'Beatmap ":title" telah disingkirkan', 77 'beatmapset_disqualify_compact' => 'Beatmap telah disingkirkan', 78 'beatmapset_love' => 'Beatmap ":title" telah diberikan status digemari', 79 'beatmapset_love_compact' => 'Beatmap telah diberikan status digemari', 80 'beatmapset_nominate' => '":title" telah dicalonkan', 81 'beatmapset_nominate_compact' => 'Beatmap telah dicalonkan', 82 'beatmapset_qualify' => '":title" telah memperoleh jumlah pencalonan yang diperlukan untuk memasuki barisan pemeringkatan', 83 'beatmapset_qualify_compact' => '', 84 'beatmapset_rank' => '":title" telah diperingkatkan', 85 'beatmapset_rank_compact' => 'Beatmap telah diperingkatkan', 86 'beatmapset_remove_from_loved' => '', 87 'beatmapset_remove_from_loved_compact' => '', 88 'beatmapset_reset_nominations' => '', 89 'beatmapset_reset_nominations_compact' => '', 90 ], 91 92 'comment' => [ 93 '_' => '', 94 95 'comment_new' => '', 96 'comment_new_compact' => '', 97 'comment_reply' => '', 98 'comment_reply_compact' => '', 99 ], 100 ], 101 102 'channel' => [ 103 '_' => '', 104 105 'announcement' => [ 106 '_' => '', 107 108 'announce' => [ 109 'channel_announcement' => '', 110 'channel_announcement_compact' => '', 111 'channel_announcement_group' => '', 112 ], 113 ], 114 115 'channel' => [ 116 '_' => '', 117 118 'pm' => [ 119 'channel_message' => '', 120 'channel_message_compact' => '', 121 'channel_message_group' => '', 122 ], 123 ], 124 ], 125 126 'build' => [ 127 '_' => '', 128 129 'comment' => [ 130 '_' => '', 131 132 'comment_new' => '', 133 'comment_new_compact' => '', 134 'comment_reply' => '', 135 'comment_reply_compact' => '', 136 ], 137 ], 138 139 'news_post' => [ 140 '_' => '', 141 142 'comment' => [ 143 '_' => '', 144 145 'comment_new' => '', 146 'comment_new_compact' => '', 147 'comment_reply' => '', 148 'comment_reply_compact' => '', 149 ], 150 ], 151 152 'forum_topic' => [ 153 '_' => '', 154 155 'forum_topic_reply' => [ 156 '_' => '', 157 'forum_topic_reply' => '', 158 'forum_topic_reply_compact' => '', 159 ], 160 ], 161 162 'user' => [ 163 'user_beatmapset_new' => [ 164 '_' => 'Beatmap baharu', 165 166 'user_beatmapset_new' => 'Beatmap baharu ":title" oleh :username', 167 'user_beatmapset_new_compact' => 'Beatmap baharu ":title"', 168 'user_beatmapset_new_group' => '', 169 170 'user_beatmapset_revive' => '', 171 'user_beatmapset_revive_compact' => '', 172 ], 173 ], 174 175 'user_achievement' => [ 176 '_' => 'Pingat', 177 178 'user_achievement_unlock' => [ 179 '_' => 'Pingat baharu', 180 'user_achievement_unlock' => '":title" terbuka!', 181 'user_achievement_unlock_compact' => 'Pingat ":title" terbuka!', 182 'user_achievement_unlock_group' => 'Pingat diperolehi!', 183 ], 184 ], 185 ], 186 187 'mail' => [ 188 'beatmapset' => [ 189 'beatmap_owner_change' => [ 190 'beatmap_owner_change' => 'Kamu telah terdaftar sebagai pemilik kesukaran tamu pada beatmap ":title"', 191 ], 192 193 'beatmapset_discussion' => [ 194 'beatmapset_discussion_lock' => 'Perbincangan untuk ":title" telah ditutup', 195 'beatmapset_discussion_post_new' => 'Terdapat kemas kini pada perbincangan ":title"', 196 'beatmapset_discussion_unlock' => 'Perbincangan untuk ":title\' telah dibuka', 197 ], 198 199 'beatmapset_problem' => [ 200 'beatmapset_discussion_qualified_problem' => 'Terdapat masalah baharu yang dilaporkan pada ":title"', 201 ], 202 203 'beatmapset_state' => [ 204 'beatmapset_disqualify' => '":title" telah disingkirkan', 205 'beatmapset_love' => '":title" telah diberikan status digemari', 206 'beatmapset_nominate' => '":title" telah diberikan status dicalonkan', 207 'beatmapset_qualify' => '":title" telah memperoleh jumlah pencalonan yang diperlukan untuk memasuki barisan pemeringkatan', 208 'beatmapset_rank' => '":title" telah diberikan status diperingkatkan', 209 'beatmapset_remove_from_loved' => 'Status digemari telah dibuang dari ":title"', 210 'beatmapset_reset_nominations' => 'Status dicalonkan pada ":title" telah dibatalkan', 211 ], 212 213 'comment' => [ 214 'comment_new' => 'Terdapat ulasan baharu pada beatmap ":title"', 215 ], 216 ], 217 218 'channel' => [ 219 'announcement' => [ 220 'announce' => 'Terdapat pengumuman baharu pada ":name"', 221 ], 222 223 'channel' => [ 224 'pm' => 'Kamu menerima pesanan baharu dari :username', 225 ], 226 ], 227 228 'build' => [ 229 'comment' => [ 230 'comment_new' => 'Terdapat ulasan baharu pada riwayat perubahan ":title"', 231 ], 232 ], 233 234 'news_post' => [ 235 'comment' => [ 236 'comment_new' => 'Terdapat ulasan baharu pada berita ":title"', 237 ], 238 ], 239 240 'forum_topic' => [ 241 'forum_topic_reply' => [ 242 'forum_topic_reply' => 'Terdapat balasan baharu pada ":title"', 243 ], 244 ], 245 246 'user' => [ 247 'user_beatmapset_new' => [ 248 'user_beatmapset_new' => ':username telah mencipta beatmap baru', 249 'user_beatmapset_revive' => ':username memiliki beatmap yang dipulihkan dari Perkuburan', 250 ], 251 ], 252 ], 253];