the browser-facing portion of osu!
at master 59 lines 1.8 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 'deleted' => 'dihapus', 8 'deleted_by' => 'dihapus :timeago oleh :user', 9 'deleted_by_system' => 'sistem', 10 'deleted_count' => ':count_delimited komentar yang dihapus|:count_delimited komentar yang dihapus', 11 'edited' => 'disunting :timeago oleh :user', 12 'pinned' => 'disematkan', 13 'empty' => 'Belum ada komentar.', 14 'empty_other' => 'Belum ada komentar lainnya.', 15 'load_replies' => 'muat lebih banyak balasan', 16 'replies_count' => ':count_delimited balasan|:count_delimited balasan', 17 'title' => 'Komentar', 18 19 'commentable_name' => [ 20 'beatmapset' => 'Beatmap', 21 'build' => 'Riwayat Perubahan', 22 'news_post' => 'Berita', 23 '_deleted' => 'Item yang dihapus', 24 ], 25 26 'editor' => [ 27 'textarea_hint' => [ 28 '_' => 'Tekan enter untuk :action. Gunakan shift+enter untuk memulai baris baru.', 29 'edit' => 'menyimpan suntingan', 30 'new' => 'mengirimkan komentar', 31 'reply' => 'membalas', 32 ], 33 ], 34 35 'guest_button' => [ 36 'new' => 'Silakan masuk untuk berkomentar', 37 'reply' => 'Silakan masuk untuk membalas', 38 ], 39 40 'index' => [ 41 'nav_comments' => 'komentar', 42 'nav_title' => 'daftar', 43 'no_comments' => 'belum ada komentar...', 44 ], 45 46 'ogp' => [ 47 'title' => 'komentar oleh :user', 48 ], 49 50 'placeholder' => [ 51 'edit' => 'Sunting komentar di sini', 52 'new' => 'Ketik komentar baru di sini', 53 'reply' => 'Ketik balasanmu di sini', 54 ], 55 56 'show' => [ 57 'nav_title' => 'komentar', 58 ], 59];