. 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', 'deleted_by' => 'deleted :timeago by :user', 'deleted_by_system' => 'system', 'deleted_count' => ':count_delimited deleted comment|:count_delimited deleted comments', 'edited' => 'edited :timeago by :user', 'pinned' => 'pinned', 'empty' => 'No comments yet.', 'empty_other' => 'No other comments yet.', 'load_replies' => 'load replies', 'replies_count' => ':count_delimited reply|:count_delimited replies', 'title' => 'Comments', 'commentable_name' => [ 'beatmapset' => 'Beatmap', 'build' => 'Changelog', 'news_post' => 'News', '_deleted' => 'Deleted Item', ], 'editor' => [ 'textarea_hint' => [ '_' => 'Press enter to :action. Use shift+enter for new line.', 'edit' => 'save', 'new' => 'post', 'reply' => 'reply', ], ], 'guest_button' => [ 'new' => 'Sign in to comment', 'reply' => 'Sign in to reply', ], 'index' => [ 'nav_comments' => 'comments', 'nav_title' => 'listing', 'no_comments' => 'no comments found...', ], 'ogp' => [ 'title' => 'comment by :user', ], 'placeholder' => [ 'edit' => 'Edit the comment here', 'new' => 'Type new comment here', 'reply' => 'Type your response here', ], 'show' => [ 'nav_title' => 'comments', ], ];