{{
connectionStatus === "error"
? $t("chat.Disconnected") || "连接已断开"
: $t("chat.reconnecting") || "正在连接..."
}}
{{ $t("chat.notSelected") || "您尚未选择联系人" }}
{{ $t("chat.loadMore") || "加载更多历史消息" }}
{{ $t("chat.loading") || "加载消息中..." }}
{{ $t("chat.None") || "暂无消息记录" }}
{{ formatTime(message.time) }}
{{ $t("chat.bottom") || "回到底部" }}