From df0999ec937b0a4a5323ea8ca91d63e693083b53 Mon Sep 17 00:00:00 2001 From: zhangxiaojun Date: Mon, 22 Nov 2021 17:25:16 +0800 Subject: [PATCH] =?utf8?q?android:=20Improved=20simplified=20Chinese=20tra?= =?utf8?q?nslation=20/=20=E5=AE=8C=E5=96=84=E4=BA=86=E7=AE=80=E4=BD=93?= =?utf8?q?=E4=B8=AD=E6=96=87=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes strongswan/strongswan#779 --- .../app/src/main/res/values-zh-rCN/arrays.xml | 8 +- .../src/main/res/values-zh-rCN/strings.xml | 146 +++++++++--------- 2 files changed, 77 insertions(+), 77 deletions(-) diff --git a/src/frontends/android/app/src/main/res/values-zh-rCN/arrays.xml b/src/frontends/android/app/src/main/res/values-zh-rCN/arrays.xml index 64bd21bbe..41618488c 100644 --- a/src/frontends/android/app/src/main/res/values-zh-rCN/arrays.xml +++ b/src/frontends/android/app/src/main/res/values-zh-rCN/arrays.xml @@ -24,8 +24,8 @@ - All applications use the VPN - Exclude selected applications from the VPN - Only selected applications use the VPN + 所有应用程序都使用VPN + 从VPN中排除选定的应用程序 + 只有选定的应用程序使用VPN - \ No newline at end of file + diff --git a/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml b/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml index 698e75700..020dff759 100644 --- a/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml +++ b/src/frontends/android/app/src/main/res/values-zh-rCN/strings.xml @@ -21,20 +21,20 @@ 搜索 无法支持VPN 您的设备无法支持VPN应用。\n请联系供应商。 - VPN connections are not supported if a built-in VPN has the always-on feature enabled. - Unable to get permission to create VPN connections. Either because it was denied by the user, or because a different VPN app has the always-on feature enabled. + 如果内置VPN启用了“始终开启”功能,则不支持VPN连接。 + 无法获得创建VPN连接的权限。可能是因为用户拒绝了,或者是因为其他VPN应用程序启用了“始终打开”功能。 载入中… 未找到配置 strongSwan快捷方式 - VPN connection state - Provides information about the VPN connection state and serves as permanent notification to keep the VPN service running in the background. + VPN连接状态 + 提供有关VPN连接状态的信息,并作为永久通知,使VPN服务在后台运行。 - Settings - Default VPN profile - Connect to most recently used profile - Ignore battery optimizations - Don\'t show a warning if the app is not on the device\'s power whitelist + 设置 + 默认VPN配置文件 + 连接到最近使用的配置文件 + 忽略电池优化 + 如果应用不在设备的电源白名单上,则不显示警告 日志 @@ -46,8 +46,8 @@ 无配置. 添加VPN配置 编辑 - Copy - %1$s (Copy) + 拷贝 + %1$s (拷贝) 删除 选择配置 所选配置已删除 @@ -72,7 +72,7 @@ 用户证书 选择用户证书 选择指定的用户证书 - Install user certificate + 安装用户证书 CA证书 自动选择 选择CA证书 @@ -82,71 +82,71 @@ 服务器ID 默认为已配置的服务器地址。自义定值将在鉴权期间被显式地发送至服务器 默认为 \"%1$s\"。自义定值将在鉴权期间被显式地发送至服务器 - Client identity - Defaults to the configured username. Custom values may be used if expected/required by the server - Defaults to the certificate\'s subject identity. Custom values may be used if expected/required by the server. Note that these usually must be confirmed by the certificate (auto-completion is provided for the certificate\'s alternative identities, if any) - DNS servers - Custom DNS servers to use when connected to the VPN (separated by spaces, e.g. \"8.8.8.8 2001:4860:4860::8888\"), defaults to those received from the VPN server + 客户身份 + 默认为配置的用户名。如果服务器期望/需要,可以使用自定义值 + 默认为证书的使用者标识。如果服务器期望/需要,可以使用自定义值。请注意,这些通常必须由证书确认(证书的替代身份(如果有)提供自动完成) + DNS服务器 + 连接到VPN时要使用的自定义DNS服务器(用空格分隔,例如“8.8.8.8 2001:4860:4860::888”),默认为从VPN服务器接收的DNS服务器 VPN隧道设备的MTU值 假如在某一网络下默认值不合适 服务器端口 如不同于默认值,则所需连接的UDP端口 - NAT-T keepalive interval - Small packets are sent to keep mappings on NAT routers alive if there is no other traffic. In order to save energy the default interval is 45 seconds. Behind NAT routers that remove mappings early this might be too high, try 20 seconds or less in that case. - Send certificate requests - Certificate requests are sent for all available or selected CA certificates. To reduce the size of the IKE_AUTH message this can be disabled. However, this only works if the server sends its certificate even if it didn\'t receive any certificate requests. - Use OCSP to check certificate - Use the Online Certificate Status Protocol (OCSP), if available, to check that the server certificate has not been revoked. - Use CRLs to check certificate - Use Certificate Revocation Lists (CRL), if available, to check that the server certificate has not been revoked. CRLs are only used if OCSP doesn\'t yield a result. - Use strict revocation checking - In strict mode the authentication will fail not only if the server certificate has been revoked but also if its status is unknown (e.g. because OCSP failed and no valid CRL was available). - Use RSA/PSS signatures - Use the stronger PSS encoding instead of the classic PKCS#1 encoding for RSA signatures. Authentication will fail if the server does not support such signatures. - Use IPv6 transport addresses - Use IPv6 for outer transport addresses if available. Can only be enabled if UDP encapsulation for IPv6 is supported by the server. Note that the Linux kernel only supports this since version 5.8, so many servers will not support it yet. + NAT-T保持间隔 + 如果没有其他流量,则发送小数据包以保持NAT路由器上的映射处于活动状态。为了节省能源,默认间隔为45秒。在早期删除映射的NAT路由器后面,这可能太高,在这种情况下,尝试20秒或更短时间。 + 发送证书请求 + 为所有可用或选定的CA证书发送证书请求。要减小IKE_AUTH消息的大小,可以禁用此选项。但是,这仅在服务器发送其证书时有效,即使它没有收到任何证书请求。 + 使用OCSP检查证书 + 如果可用,请使用联机证书状态协议(OCSP)检查服务器证书是否未被吊销。 + 使用CRLs检查证书 + 如果可用,请使用证书吊销列表(CRL)检查服务器证书是否已被吊销。CRL仅在OCSP不产生结果时使用。 + 使用严格的撤销检查 + 在严格模式下,身份验证不仅在服务器证书已被吊销的情况下会失败,而且在其状态未知的情况下也会失败(例如,因为OCSP失败且没有有效的CRL可用)。 + 使用RSA/PSS签名 + 对RSA签名使用更强的PSS编码,而不是经典的PKCS#1编码。如果服务器不支持此类签名,身份验证将失败。 + 使用IPv6传输地址 + 使用IPv6作为外部传输地址(如果可用)。仅当服务器支持IPv6的UDP封装时才能启用。请注意,Linux内核仅从5.8版开始支持此功能,因此许多服务器还不支持它。 拆分隧道 - By default, the client will route all network traffic through the VPN, unless the server narrows the subnets when the connection is established, in which case only traffic the server allows will be routed via VPN (by default, all other traffic is routed as if there was no VPN). + 默认情况下,客户端将通过VPN路由所有网络流量,除非在建立连接时服务器缩小子网,在这种情况下,只有服务器允许的流量将通过VPN路由(默认情况下,所有其他流量的路由如同没有VPN一样)。 屏蔽不通过VPN的IPV4流量 屏蔽不通过VPN的IPV6流量 - Custom subnets - Only route traffic to specific subnets via VPN, everything else is routed as if there was no VPN (separated by spaces, e.g. \"192.168.1.0/24 2001:db8::/64\") - Excluded subnets - Traffic to these subnets will not be routed via VPN, but as if there was no VPN (separated by spaces, e.g. \"192.168.1.0/24 2001:db8::/64\") - Applications - Select applications - No applications selected - One application selected - %1$d applications selected - Algorithms - Optionally configure specific algorithms to use for IKEv2 and/or IPsec/ESP instead of the defaults. Refer to our wiki for a list of algorithm identifiers (note that not all are supported by this app). Both fields take a list of algorithms, each separated by a hyphen. - IKEv2 Algorithms - For non-AEAD/classic encryption algorithms, an integrity algorithm, a pseudo random function (optional, defaults to one based on the integrity algorithm) and a Diffie-Hellman group are required (e.g. aes256-sha256-ecp256). For combined-mode/AEAD algorithms, the integrity algorithm is omitted but a PRF is required (e.g. aes256gcm16-prfsha256-ecp256). - IPsec/ESP Algorithms - For non-AEAD/classic encryption algorithms, an integrity algorithm is required, a Diffie-Hellman group is optional (e.g. aes256-sha256 or aes256-sha256-ecp256). For combined-mode/AEAD algorithms, the integrity algorithm is omitted (e.g. aes256gcm16 or aes256gcm16-ecp256). If a DH group is specified IPsec SA rekeying will use a DH key exchange. However, DH groups specified here are not used when the connection is established initially because the keys there are derived from the IKE SA key material. Therefore, any configuration mismatch with the server will only cause errors later during rekeying. + 自定义子网 + 仅通过VPN将流量路由到特定子网,其他所有内容的路由如同没有VPN一样(用空格分隔,例如“192.168.1.0/24 2001:db8::/64”) + 排除子网 + 到这些子网的流量将不会通过VPN路由,但就好像没有VPN一样(用空格分隔,例如“192.168.1.0/24 2001:db8::/64”) + 应用 + 选择应用程序 + 未选择任何应用程序 + 已选择一个应用程序 + %1$d 应用程序被选择 + 算法 + (可选)配置用于IKEv2和/或IPsec/ESP的特定算法,而不是默认算法。请参阅我们的wiki以了解算法标识符列表(请注意,此应用程序并不支持所有标识符)。这两个字段都包含一个算法列表,每个算法用连字符分隔。 + IKEv2算法 + 对于非AEAD/经典加密算法,需要完整性算法、伪随机函数(可选,默认为基于完整性算法的函数)和Diffie-Hellman组(例如aes256-sha256-ecp256)。对于组合模式/AEAD算法,省略完整性算法,但需要PRF(例如aes256gcm16-prfsha256-ecp256)。 + IPsec/ESP 算法 + 对于非AEAD/经典加密算法,需要完整性算法,Diffie-Hellman组是可选的(例如aes256-sha256或aes256-sha256-ecp256)。对于组合模式/AEAD算法,省略完整性算法(例如aes256gcm16或aes256gcm16-ecp256)。如果指定了DH组,IPsec SA密钥更新将使用DH密钥交换。但是,在最初建立连接时,不使用此处指定的DH组,因为其中的密钥来自IKE SA密钥材料。因此,与服务器的任何配置不匹配只会在稍后重新设置密钥时导致错误。 导入VPN配置 导入VPN配置失败 导入VPN配置失败: %1$s 文件未找到 未知主机 TLS握手失败 - Invalid value in \"%1$s\" + 无效的值: \"%1$s\" æ­¤VPN配置已经存在,当前设定将被覆盖。 从VPN配置导入证书 \"%1$s\" 所对应的证书 - Profile ID + 配置文件ID 必填信息以初始化连接 请输入您的用户名 未选择CA证书 请选择一项或激活 自动选择 请输入一个数字范围从%1$d到%2$d - Please enter valid subnets and/or IP addresses, separated by spaces - Please enter valid IP addresses, separated by spaces - Please enter a valid list of algorithms, separated by hyphens + 请输入有效的子网和/或IP地址,用空格分隔 + 请输入有效的IP地址,以空格分隔 + 请输入用连字符分隔的有效算法列表 EAP-TNC可能会影响您的隐私 设备数据已被发送至服务器管理员 - Trusted Network Connect (TNC) 允许服务器管理员评定一个用户设备的状况。

出于此目的,服务器管理员可能要求以下数据如独立ID、已安装软件列表、系统设置、或加密过的文件校验值。

任何数据都仅将在验证过服务器的身份ID之后被发出。]]>
+ 可信网络连接t (TNC) 允许服务器管理员评定一个用户设备的状况。

出于此目的,服务器管理员可能要求以下数据如独立ID、已安装软件列表、系统设置、或加密过的文件校验值。

任何数据都仅将在验证过服务器的身份ID之后被发出。]]>
CA证书 @@ -160,14 +160,14 @@ 导入证书 证书已成功被导入 证书导入失败 - CRL cache - Clear CRL cache? - The CRL cache is empty + CRL缓存 + 清除CRL缓存? + CRL缓存为空 - The CRL cache contains %1$d file (%2$s). - The CRL cache contains %1$d files (%2$s). + CRL缓存包含 %1$d 个文件 (%2$s). + CRL缓存包含 %1$d 个文件 (%2$s). - Clear + 清理 状态: @@ -178,7 +178,7 @@ 断开连接中… 无活跃VPN 错误 - Dismiss + 不予考虑 评估详情: @@ -201,28 +201,28 @@ 用户鉴权失败 可靠性评估失败 连接中遭遇未知失败 - Password unavailable - Client certificate unavailable + 密码不可用 + 客户端证书不可用 VPN已连接 æ­¤VPN配置目前已连接。 重连 是否连接%1$s? 这将覆盖您当前活跃的VPN连接! - Disconnect VPN? - This will disconnect the active VPN connection! + 断开VPN连接? + 这将断开活动VPN连接! 连接 - Retry + 重试 - Retry in %1$d second - Retry in %1$d seconds + %1$d s后重试 + %1$d s后重试 - Cancel retry - Disable battery optimizations - Please confirm the next dialog to add the app to the device\'s power whitelist so it can ignore battery optimizations and schedule NAT keep-alives and rekeyings accurately in order to constantly keep reachable while the VPN is established. + 取消重试 + 禁用电池优化 + 请确认下一个对话框,将应用程序添加到设备的电源白名单中,这样它就可以忽略电池优化,并准确地安排NAT保持有效和重新键入,以便在建立VPN时始终保持可访问性。 - Toggle VPN - Connect VPN - Disconnect VPN + 切换VPN + 连接VPN + 断开VPN -- 2.47.3