commit 3090cf90c3b57daf2c4c3e47a8b3c77c73d3e98f Author: Translation commit bot translation@torproject.org Date: Tue Mar 6 13:16:48 2018 +0000
Update translations for tor-launcher-properties_completed --- zh_CN/torlauncher.properties | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
diff --git a/zh_CN/torlauncher.properties b/zh_CN/torlauncher.properties index aaec8e5f3..3c425e2be 100644 --- a/zh_CN/torlauncher.properties +++ b/zh_CN/torlauncher.properties @@ -26,11 +26,21 @@ torlauncher.error_proxy_addr_missing=为了将 Tor 配置为使用代理访问 torlauncher.error_proxy_type_missing=必须选择代理类型。 torlauncher.error_bridges_missing=必须指定一个或多个网桥。 torlauncher.error_default_bridges_type_missing=必须指定网桥的传输类型。 +torlauncher.error_bridgedb_bridges_missing=请获取一个网桥。 torlauncher.error_bridge_bad_default_type=没有传输类型为 %S 的可用网桥。请调整设置。
torlauncher.bridge_suffix.meek-amazon=(中国可用) torlauncher.bridge_suffix.meek-azure=(中国可用)
+torlauncher.request_a_bridge=正在请求网桥…… +torlauncher.request_a_new_bridge=正在请求新网桥…… +torlauncher.contacting_bridgedb=正在连接到BridgeDB,请等待。 +torlauncher.captcha_prompt=请输入验证码以获取网桥。 +torlauncher.bad_captcha_solution=结果并不正确,请重试。 +torlauncher.unable_to_get_bridge=无法从BridgeDB获取网桥。\n\n%S +torlauncher.no_meek=这个浏览器未被配置为可以使用meek,获取网桥需要这个功能。 +torlauncher.no_bridges_available=抱歉,目前没有可供使用的网桥。 + torlauncher.connect=连接 torlauncher.restart_tor=重新启动 Tor torlauncher.quit=退出 @@ -62,3 +72,7 @@ torlauncher.bootstrapWarning.timeout=连接超时 torlauncher.bootstrapWarning.noroute=没有可用链路 torlauncher.bootstrapWarning.ioerror=读写错误 torlauncher.bootstrapWarning.pt_missing=缺少 pluggable 传输类型网桥 + +torlauncher.nsresult.NS_ERROR_NET_RESET=与服务器的连接已丢失... +torlauncher.nsresult.NS_ERROR_CONNECTION_REFUSED=无法连接到服务器。 +torlauncher.nsresult.NS_ERROR_PROXY_CONNECTION_REFUSED=无法连接到代理。
tor-commits@lists.torproject.org