. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'deleted' => '削除済み', 'deleted_by' => ':timeagoに:userによって削除済み ', 'deleted_by_system' => 'システム', 'deleted_count' => ':count_delimited個の削除されたコメント', 'edited' => ':userが:timeagoに編集済み', 'pinned' => 'ピン留め', 'empty' => 'まだコメントがありません。', 'empty_other' => '他のコメントはまだありません。', 'load_replies' => '返信を読み込む', 'replies_count' => ':count_delimited 返信', 'title' => 'コメント', 'commentable_name' => [ 'beatmapset' => 'ビートマップ', 'build' => '更新履歴', 'news_post' => 'お知らせ', '_deleted' => '削除済みアイテム', ], 'editor' => [ 'textarea_hint' => [ '_' => ':actionを行うためにはEnterキーを押してください。Shift+Enterを押すことで改行できます。', 'edit' => '保存', 'new' => '投稿', 'reply' => '返信', ], ], 'guest_button' => [ 'new' => 'ログインしてコメントする', 'reply' => 'ログインして返信する', ], 'index' => [ 'nav_comments' => 'コメント', 'nav_title' => '一覧', 'no_comments' => 'コメントは見つかりませんでした。', ], 'ogp' => [ 'title' => ':userのコメント', ], 'placeholder' => [ 'edit' => 'コメントをここで編集', 'new' => '新しいコメントを入力', 'reply' => '返信を入力', ], 'show' => [ 'nav_title' => 'コメント', ], ];