. 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' => '加载用户中...', 'talking_in' => '在 :channel 中聊天', 'talking_with' => '与 :name 聊天', 'title_compact' => '聊天', 'unread_messages' => '未读消息', 'cannot_send' => [ 'channel' => '现在你无法在此频道发送消息,这可能是由于以下原因:', 'user' => '现在你无法向此玩家发送消息,这可能是由于以下原因:', ], 'channels' => [ 'confirm_part' => '您想要隐藏此频道吗?您仍然会收到来自此频道的消息。', 'create' => '创建公告', 'join' => '加入频道', 'none' => '无频道', 'list' => [ 'title' => [ 'ANNOUNCE' => '通知', 'GROUP' => '群聊', 'PM' => '私聊', 'PUBLIC' => '频道', ], ], ], 'form' => [ 'title' => [ 'announcement' => '创建新公告', ], 'labels' => [ 'description' => '介绍', 'message' => '消息', 'name' => '房间名', 'users' => '要添加的玩家', ], ], 'not_found' => [ 'message' => '这里没有任何内容,或许你离开了频道或者它并不存在...', 'title' => '未找到频道', ], 'input' => [ 'create' => '创建', 'disabled' => '无法发送消息……', 'disconnected' => '连接中断', 'placeholder' => '输入消息……', 'send' => '发送', ], 'no-conversations' => [ 'howto' => "点击用户的个人资料/卡片上的信封图标以开始聊天", 'lazer' => '在 osu!lazer 中加入的频道将在这里显示。', 'title' => '暂无对话', ], 'join_channels' => [ 'loading' => '正在加载频道列表......', ], ];