[ 'deleted' => 'This comment was deleted.', 'edited' => 'edited', 'no_comments' => 'No comments yet.', 'placeholder' => 'Write a comment...', 'load_more' => 'Load more comments', 'sort_newest' => 'Newest first', 'sort_oldest' => 'Oldest first', ], 'actions' => [ 'reply' => 'Reply', 'edit' => 'Edit', 'delete' => 'Delete', 'cancel' => 'Cancel', 'save' => 'Save', 'submit' => 'Submit', ], 'reactions' => [ 'thumbs_up' => 'Thumbs up', 'heart' => 'Heart', 'celebrate' => 'Celebrate', 'laugh' => 'Laugh', 'thinking' => 'Thinking', 'sad' => 'Sad', 'reacted_by' => ':names reacted with :reaction', 'and_others' => 'and :count others', ], 'subscriptions' => [ 'subscribe' => 'Subscribe to replies', 'unsubscribe' => 'Unsubscribe from replies', 'subscribed' => 'You will be notified of new replies.', 'unsubscribed' => 'You will no longer be notified.', ], 'mentions' => [ 'no_results' => 'No users found', ], 'attachments' => [ 'add' => 'Add attachment', 'remove' => 'Remove', 'too_large' => 'File is too large. Maximum size: :max KB.', 'invalid_type' => 'File type not allowed.', ], 'notifications' => [ 'reply_subject' => 'New reply to your comment', 'reply_body' => ':name replied to your comment.', 'mention_subject' => 'You were mentioned in a comment', 'mention_body' => ':name mentioned you in a comment.', ], ];