. 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' => ':user 在 :timeago 删除', '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。使用 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' => '评论', ], ];