. Licensed under the GNU Affero General Public License v3.0. // See the LICENCE file in the repository root for full licence text. return [ 'loading_users' => 'loading users...', 'talking_in' => 'talking in :channel', 'talking_with' => 'talking with :name', 'title_compact' => 'chat', 'unread_messages' => 'unread messages', 'cannot_send' => [ 'channel' => 'You cannot message this channel at this time.', 'user' => 'You cannot message this user at this time.', ], 'channels' => [ 'confirm_part' => 'Do you want to hide this channel? You will still receive messages from this channel.', 'create' => 'create announcement', 'join' => 'join channel', 'none' => 'no channel', 'list' => [ 'title' => [ 'ANNOUNCE' => 'Announcements', 'GROUP' => 'Groups', 'PM' => 'Direct messages', 'PUBLIC' => 'Channels', ], ], ], 'form' => [ 'title' => [ 'announcement' => 'Create New Announcement', ], 'labels' => [ 'description' => 'description', 'message' => 'message', 'name' => 'room name', 'users' => 'players to add', ], ], 'not_found' => [ 'message' => 'There\'s nothing here, maybe you left the channel or it doesn\'t exist...', 'title' => 'channel not found', ], 'input' => [ 'create' => 'Create', 'disabled' => 'unable to send message...', 'disconnected' => 'Disconnected', 'placeholder' => 'type message...', 'send' => 'Send', ], 'no-conversations' => [ 'howto' => "Start conversations from a user's profile or a usercard popup.", 'lazer' => 'Public channels you join via osu!lazer will also be visible here.', 'title' => 'no conversations yet', ], 'join_channels' => [ 'loading' => 'Loading channel list...', ], ];