the browser-facing portion of osu!
at master 253 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 'all_read' => 'Seluruh notifikasi telah dibaca!', 8 'delete' => 'Hapus :type', 9 'loading' => 'Memuat notifikasi yang belum dibaca...', 10 'mark_read' => 'Hapus :type', 11 'none' => 'Tidak ada notifikasi', 12 'see_all' => 'Lihat riwayat notifikasi', 13 'see_channel' => 'Buka jendela chat', 14 'verifying' => 'Silakan verifikasi sesi untuk melihat notifikasi', 15 16 'action_type' => [ 17 '_' => 'semua', 18 'beatmapset' => 'beatmap', 19 'build' => 'versi rilis', 20 'channel' => 'percakapan', 21 'forum_topic' => 'forum', 22 'news_post' => 'berita', 23 'user' => 'profil', 24 ], 25 26 'filters' => [ 27 '_' => 'semua', 28 'user' => 'profil', 29 'beatmapset' => 'beatmap', 30 'forum_topic' => 'forum', 31 'news_post' => 'berita', 32 'build' => 'build', 33 'channel' => 'chat', 34 ], 35 36 'item' => [ 37 'beatmapset' => [ 38 '_' => 'Beatmap', 39 40 'beatmap_owner_change' => [ 41 '_' => 'Guest difficulty', 42 'beatmap_owner_change' => 'Kamu telah terdaftar sebagai pemilik tingkat kesulitan ":beatmap" pada beatmap ":title"', 43 'beatmap_owner_change_compact' => 'Kamu telah terdaftar sebagai pemilik dari tingkat kesulitan ":beatmap"', 44 ], 45 46 'beatmapset_discussion' => [ 47 '_' => 'Diskusi beatmap', 48 'beatmapset_discussion_lock' => 'Diskusi pada ":title" telah dikunci', 49 'beatmapset_discussion_lock_compact' => 'Diskusi beatmap telah dikunci', 50 'beatmapset_discussion_post_new' => 'Postingan baru pada ":title" oleh :username: ":content"', 51 'beatmapset_discussion_post_new_empty' => 'Postingan baru pada ":title" oleh :username', 52 'beatmapset_discussion_post_new_compact' => 'Postingan baru oleh :username: ":content"', 53 'beatmapset_discussion_post_new_compact_empty' => 'Postingan baru oleh :username', 54 'beatmapset_discussion_review_new' => 'Kajian baru pada ":title" oleh :username yang mengandung :review_counts', 55 'beatmapset_discussion_review_new_compact' => 'Kajian baru oleh :username yang mengandung :review_counts', 56 'beatmapset_discussion_unlock' => 'Diskusi pada beatmap ":title" telah kembali dibuka', 57 'beatmapset_discussion_unlock_compact' => 'Diskusi beatmap telah dibuka', 58 59 'review_count' => [ 60 'praises' => ':count_delimited pujian|:count_delimited pujian', 61 'problems' => ':count_delimited masalah|:count_delimited masalah', 62 'suggestions' => ':count_delimited saran|:count_delimited saran', 63 ], 64 ], 65 66 'beatmapset_problem' => [ 67 '_' => 'Masalah pada Beatmap Qualified', 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' => '":title" telah didiskualifikasi', 77 'beatmapset_disqualify_compact' => 'Beatmap telah didiskualifikasi', 78 'beatmapset_love' => '":title" telah dipromosikan ke kategori Loved', 79 'beatmapset_love_compact' => 'Beatmap telah dipromosikan ke kategori Loved', 80 'beatmapset_nominate' => '":title" telah dinominasikan', 81 'beatmapset_nominate_compact' => 'Beatmap telah dinominasikan', 82 'beatmapset_qualify' => '":title" telah memperoleh jumlah nominasi yang dibutuhkan untuk dapat memasuki antrean ranking', 83 'beatmapset_qualify_compact' => 'Beatmap memasuki antrean ranking', 84 'beatmapset_rank' => '":title" telah berstatus Ranked', 85 'beatmapset_rank_compact' => 'Beatmap telah berstatus Ranked', 86 'beatmapset_remove_from_loved' => '":title" telah dilepas dari Loved', 87 'beatmapset_remove_from_loved_compact' => 'Beatmap telah dilepas dari Loved', 88 'beatmapset_reset_nominations' => 'Nominasi pada ":title" telah dianulir', 89 'beatmapset_reset_nominations_compact' => 'Nominasi beatmap dianulir', 90 ], 91 92 'comment' => [ 93 '_' => 'Komentar baru', 94 95 'comment_new' => ':username berkomentar ":content" pada ":title"', 96 'comment_new_compact' => ':username berkomentar ":content"', 97 'comment_reply' => ':username membalas komentar yang kamu tulis pada ":title" dengan ":content"', 98 'comment_reply_compact' => ':username membalas komentarmu dengan ":content"', 99 ], 100 ], 101 102 'channel' => [ 103 '_' => 'Chat', 104 105 'announcement' => [ 106 '_' => 'Pengumuman baru', 107 108 'announce' => [ 109 'channel_announcement' => ':username mengatakan ":title"', 110 'channel_announcement_compact' => ':title', 111 'channel_announcement_group' => 'Pengumuman dari :username', 112 ], 113 ], 114 115 'channel' => [ 116 '_' => 'Pesan baru', 117 118 'pm' => [ 119 'channel_message' => ':username mengatakan ":title"', 120 'channel_message_compact' => ':title', 121 'channel_message_group' => 'dari :username', 122 ], 123 ], 124 ], 125 126 'build' => [ 127 '_' => 'Riwayat Perubahan', 128 129 'comment' => [ 130 '_' => 'Komentar baru', 131 132 'comment_new' => ':username berkomentar ":content" pada ":title"', 133 'comment_new_compact' => ':username berkomentar ":content"', 134 'comment_reply' => ':username membalas komentar yang kamu tulis pada ":title" dengan ":content"', 135 'comment_reply_compact' => ':username membalas komentarmu dengan ":content"', 136 ], 137 ], 138 139 'news_post' => [ 140 '_' => 'Berita', 141 142 'comment' => [ 143 '_' => 'Komentar baru', 144 145 'comment_new' => ':username berkomentar ":content" pada ":title"', 146 'comment_new_compact' => ':username berkomentar ":content"', 147 'comment_reply' => ':username membalas komentar yang kamu tulis pada ":title" dengan ":content"', 148 'comment_reply_compact' => ':username membalas komentarmu dengan ":content"', 149 ], 150 ], 151 152 'forum_topic' => [ 153 '_' => 'Topik forum', 154 155 'forum_topic_reply' => [ 156 '_' => 'Balasan forum baru', 157 'forum_topic_reply' => ':username membalas postinganmu pada utas forum ":title"', 158 'forum_topic_reply_compact' => ':username membalas postinganmu', 159 ], 160 ], 161 162 'user' => [ 163 'user_beatmapset_new' => [ 164 '_' => 'Beatmap baru', 165 166 'user_beatmapset_new' => 'Beatmap baru ":title" oleh :username', 167 'user_beatmapset_new_compact' => 'Beatmap baru ":title"', 168 'user_beatmapset_new_group' => 'Beatmap baru oleh :username', 169 170 'user_beatmapset_revive' => 'Beatmap ":title" telah dipulihkan dari Graveyard oleh :username', 171 'user_beatmapset_revive_compact' => 'Beatmap ":title" dipulihkan', 172 ], 173 ], 174 175 'user_achievement' => [ 176 '_' => 'Medali', 177 178 'user_achievement_unlock' => [ 179 '_' => 'Medali baru', 180 'user_achievement_unlock' => '":title" terbuka!', 181 'user_achievement_unlock_compact' => 'Medali ":title" terbuka!', 182 'user_achievement_unlock_group' => 'Medali terbuka!', 183 ], 184 ], 185 ], 186 187 'mail' => [ 188 'beatmapset' => [ 189 'beatmap_owner_change' => [ 190 'beatmap_owner_change' => 'Kamu telah terdaftar sebagai pemilik guest difficulty pada beatmap ":title"', 191 ], 192 193 'beatmapset_discussion' => [ 194 'beatmapset_discussion_lock' => 'Topik diskusi ":title" telah dikunci', 195 'beatmapset_discussion_post_new' => 'Terdapat pembaruan baru pada topik diskusi ":title"', 196 'beatmapset_discussion_unlock' => 'Topik diskusi ":title" telah kembali dibuka', 197 ], 198 199 'beatmapset_problem' => [ 200 'beatmapset_discussion_qualified_problem' => 'Terdapat masalah baru yang dilaporkan pada ":title"', 201 ], 202 203 'beatmapset_state' => [ 204 'beatmapset_disqualify' => '":title" telah didiskualifikasi', 205 'beatmapset_love' => '":title" telah dipromosikan ke kategori Loved', 206 'beatmapset_nominate' => '":title" telah dinominasikan', 207 'beatmapset_qualify' => '":title" telah memperoleh jumlah nominasi yang dibutuhkan untuk dapat memasuki antrean ranking', 208 'beatmapset_rank' => '":title" telah berstatus Ranked', 209 'beatmapset_remove_from_loved' => ':title telah dilepas dari Loved', 210 'beatmapset_reset_nominations' => 'Nominasi pada beatmap ":title" telah dianulir', 211 ], 212 213 'comment' => [ 214 'comment_new' => 'Terdapat komentar baru pada beatmap ":title"', 215 ], 216 ], 217 218 'channel' => [ 219 'announcement' => [ 220 'announce' => 'Terdapat pengumuman baru pada ":name"', 221 ], 222 223 'channel' => [ 224 'pm' => 'Kamu menerima pesan baru dari :username', 225 ], 226 ], 227 228 'build' => [ 229 'comment' => [ 230 'comment_new' => 'Terdapat komentar baru pada riwayat perubahan ":title"', 231 ], 232 ], 233 234 'news_post' => [ 235 'comment' => [ 236 'comment_new' => 'Terdapat komentar baru pada topik berita ":title"', 237 ], 238 ], 239 240 'forum_topic' => [ 241 'forum_topic_reply' => [ 242 'forum_topic_reply' => 'Terdapat balasan baru pada ":title"', 243 ], 244 ], 245 246 'user' => [ 247 'user_beatmapset_new' => [ 248 'user_beatmapset_new' => ':username telah mengunggah beatmap baru', 249 'user_beatmapset_revive' => ':username memiliki beatmap yang dipulihkan dari Graveyard', 250 ], 251 ], 252 ], 253];