From e897231bc879fc3fe0e826e1505a0b9653132e46 Mon Sep 17 00:00:00 2001 From: Lu YaNing Date: Mon, 9 May 2022 10:00:31 +0800 Subject: Add qtwebsockets simplified chinese translation Change-Id: I6a2700b2a2f68cebd938f55bb2c038e1478d5cb2 Reviewed-by: YiFang Xiao Reviewed-by: Oswald Buddenhagen --- translations/qtwebsockets_zh_CN.ts | 229 +++++++++++++++++++++++++++++++++++++ 1 file changed, 229 insertions(+) create mode 100644 translations/qtwebsockets_zh_CN.ts diff --git a/translations/qtwebsockets_zh_CN.ts b/translations/qtwebsockets_zh_CN.ts new file mode 100644 index 0000000..2ad7eb4 --- /dev/null +++ b/translations/qtwebsockets_zh_CN.ts @@ -0,0 +1,229 @@ + + + + + QQmlWebSocket + + Messages can only be sent when the socket is open. + 只有在套接字打开时才能发送消息。 + + + QQmlWebSocket is not ready. + QQmlWebSocket未准备好。 + + + + QQmlWebSocketServer + + QQmlWebSocketServer is not ready. + QQmlWebSocketServer未准备好。 + + + + QWebSocket + + Connection closed + 连接已关闭 + + + Invalid URL. + 无效的URL。 + + + Invalid resource name. + 无效的资源名。 + + + SSL Sockets are not supported on this platform. + 此平台不支持 SSL 套接字。 + + + Out of memory. + 内存不足。 + + + Unsupported WebSocket scheme: %1 + 不支持的 WebSocket 方案: %1 + + + Error writing bytes to socket: %1. + 写入套接字时出错: %1。 + + + Bytes written %1 != %2. + 写入的字节数 %1 != %2. + + + Invalid statusline in response: %1. + 响应的状态行无效: %1. + + + QWebSocketPrivate::processHandshake: Connection closed while reading header. + QWebSocketPrivate::processHandshake: 读取标题时连接关闭。 + + + Accept-Key received from server %1 does not match the client key %2. + 从服务器 %1 收到的Accept-Key与客户端密钥 %2 不匹配。 + + + QWebSocketPrivate::processHandshake: Invalid statusline in response: %1. + QWebSocketPrivate::processHandshake: 响应的状态行无效: %1. + + + Handshake: Server requests a version that we don't support: %1. + Handshake: 不支持服务器请求的版本: %1. + + + QWebSocketPrivate::processHandshake: Unknown error condition encountered. Aborting connection. + QWebSocketPrivate::processHandshake: 出现未知错误。取消连接。 + + + QWebSocketPrivate::processHandshake: Unhandled http status code: %1 (%2). + QWebSocketPrivate::processHandshake: 未处理的 http 状态码: %1 (%2). + + + The resource name contains newlines. Possible attack detected. + 资源名称中有空行。检测到可能的攻击。 + + + The hostname contains newlines. Possible attack detected. + 主机名称中有空行。检测到可能的攻击。 + + + The origin contains newlines. Possible attack detected. + 原文有空行。检测到可能的攻击。 + + + The extensions attribute contains newlines. Possible attack detected. + 扩展属性中有空行。检测到可能的攻击。 + + + The protocols attribute contains newlines. Possible attack detected. + 协议属性中有空行。检测到可能的攻击。 + + + + QWebSocketDataProcessor + + Received Continuation frame, while there is nothing to continue. + 收到了一个延续帧,但相应的帧不存在。 + + + All data frames after the initial data frame must have opcode 0 (continuation). + 初始数据帧之后的所有数据帧的操作码必须为 0(连续帧)。 + + + Received message is too big. + 收到的消息太大。 + + + Invalid UTF-8 code encountered. + 检测到无效的 UTF-8 代码。 + + + Payload of close frame is too small. + 关闭帧的有效载荷太小。 + + + Invalid close code %1 detected. + 无效的关闭代码 %1。 + + + Invalid opcode detected: %1 + 检测到无效的操作码: %1 + + + + QWebSocketFrame + + Timeout when reading data from socket. + 从套接字读取数据时超时。 + + + Error occurred while reading from the network: %1 + 从网络读取时出错: %1 + + + Lengths smaller than 126 must be expressed as one byte. + 小于 126 的大小必须用 1 个字节表示。 + + + Something went wrong during reading from the network. + 从网络加载时出现问题。 + + + Highest bit of payload length is not 0. + 有效载荷长度的最高有效位非0。 + + + Lengths smaller than 65536 (2^16) must be expressed as 2 bytes. + 小于 65536 (2^16) 的大小必须用 2 个字节表示。 + + + Error while reading from the network: %1. + 从网络读取时出错: %1。 + + + Maximum framesize exceeded. + 超出最大帧大小。 + + + Some serious error occurred while reading from the network. + 从网络加载时发生严重错误。 + + + Rsv field is non-zero + RSV 值不为 0 + + + Used reserved opcode + 使用保留的操作代码 + + + Control frame is larger than 125 bytes + 控制帧大于 125 字节 + + + Control frames cannot be fragmented + 控制帧不能拆分 + + + + QWebSocketHandshakeResponse + + Access forbidden. + 访问被拒绝。 + + + Unsupported version requested. + 请求的版本不支持。 + + + One of the headers contains a newline. Possible attack detected. + 标头中有一个空行。检测到可能的攻击。 + + + Bad handshake request received. + 收到无效的握手请求。 + + + + QWebSocketServer + + Server closed. + 服务器已关闭。 + + + Too many pending connections. + 等待中的连接太多了。 + + + Upgrade to WebSocket failed. + 升级到 WebSocket 失败。 + + + Invalid response received. + 收到无效回复。 + + + -- cgit v1.2.1