commit 48756dd3668413f36480b720509809b0fd409574 Author: Translation commit bot translation@torproject.org Date: Tue Mar 19 13:20:09 2019 +0000
Update translations for tor-launcher-properties_completed --- zh_TW/torlauncher.properties | 42 ++++++++++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 6 deletions(-)
diff --git a/zh_TW/torlauncher.properties b/zh_TW/torlauncher.properties index 5b42edc97..1ff081ca8 100644 --- a/zh_TW/torlauncher.properties +++ b/zh_TW/torlauncher.properties @@ -26,10 +26,20 @@ torlauncher.error_proxy_addr_missing=您必須指定一個 IP 位址或主機名 torlauncher.error_proxy_type_missing=您必須選擇代理伺服器類型。 torlauncher.error_bridges_missing=您必須指定一個或多個橋接。 torlauncher.error_default_bridges_type_missing=您必須為該橋接器選擇一種傳輸類型。 +torlauncher.error_bridgedb_bridges_missing=請請求一個bridge torlauncher.error_bridge_bad_default_type=沒有提供傳輸類型為 %S 的橋接器。請調整您的設定。
-torlauncher.bridge_suffix.meek-amazon=(works in China) -torlauncher.bridge_suffix.meek-azure=(works in China) +torlauncher.bridge_suffix.meek-amazon=(能在中國使用) +torlauncher.bridge_suffix.meek-azure=(能在中國使用) + +torlauncher.request_a_bridge=請求一個bridge... +torlauncher.request_a_new_bridge=請求一個新的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=抱歉,現在沒有可以使用的bridge
torlauncher.connect=連線 torlauncher.restart_tor=重新啟動洋蔥路由 @@ -42,15 +52,31 @@ torlauncher.forAssistance2=若需要協助的話,可以造訪 %S
torlauncher.copiedNLogMessages=複製完成。%S 洋蔥路由紀錄訊息已準備好被貼到文字編輯器或是一封電子郵件訊息。
-torlauncher.bootstrapStatus.conn_dir=正連接至中繼目錄 -torlauncher.bootstrapStatus.handshake_dir=正在建立加密的目錄連線 +torlauncher.bootstrapStatus.starting=啟動中 +torlauncher.bootstrapStatus.conn_pt=正在連線到網橋 +torlauncher.bootstrapStatus.conn_done_pt=已連線到網橋 +torlauncher.bootstrapStatus.conn_proxy=正在連線到代理伺服器 +torlauncher.bootstrapStatus.conn_done_proxy=已連線到代理伺服器 +torlauncher.bootstrapStatus.conn=正在連線到 Tor 中繼 +torlauncher.bootstrapStatus.conn_done=已連線到 Tor 中繼 +torlauncher.bootstrapStatus.handshake=正在與 Tor 中繼協商 +torlauncher.bootstrapStatus.handshake_done=已完成與 Tor 中繼協商 +torlauncher.bootstrapStatus.onehop_create=正在建立加密的目錄連線 torlauncher.bootstrapStatus.requesting_status=正在擷取網路狀態 torlauncher.bootstrapStatus.loading_status=正在載入網路狀態 torlauncher.bootstrapStatus.loading_keys=正在載入授權憑證 torlauncher.bootstrapStatus.requesting_descriptors=正在索取中繼節點資訊 torlauncher.bootstrapStatus.loading_descriptors=正在載入中繼節點資訊 -torlauncher.bootstrapStatus.conn_or=正連接至洋蔥路由網路 -torlauncher.bootstrapStatus.handshake_or=正在建立洋蔥路由迴路 +torlauncher.bootstrapStatus.enough_dirinfo=已完成載入中繼資訊 +torlauncher.bootstrapStatus.ap_conn_pt=正在建立迴路:正在連線到網橋 +torlauncher.bootstrapStatus.ap_conn_done_pt=正在建立迴路:已連線到網橋 +torlauncher.bootstrapStatus.ap_conn_proxy=正在建立迴路:正在連線到代理伺服器 +torlauncher.bootstrapStatus.ap_conn_done_proxy=正在建立迴路:已連線到代理伺服器 +torlauncher.bootstrapStatus.ap_conn=正在建立迴路:正在連線到 Tor 中繼 +torlauncher.bootstrapStatus.ap_conn_done=正在建立迴路:已連線到 Tor 中繼 +torlauncher.bootstrapStatus.ap_handshake=正在建立迴路:正在與 Tor 中繼協商 +torlauncher.bootstrapStatus.ap_handshake_done=正在建立迴路:已完成與 Tor 中繼協商 +torlauncher.bootstrapStatus.circuit_create=正在建立迴路:已建立 Tor 迴路 torlauncher.bootstrapStatus.done=已連接到洋蔥路由網路!
torlauncher.bootstrapWarning.done=完成 @@ -62,3 +88,7 @@ torlauncher.bootstrapWarning.timeout=連線逾時 torlauncher.bootstrapWarning.noroute=沒有到主機的路由 torlauncher.bootstrapWarning.ioerror=讀取/寫入錯誤 torlauncher.bootstrapWarning.pt_missing=缺少可插式傳輸 + +torlauncher.nsresult.NS_ERROR_NET_RESET=與伺服器連線中斷 +torlauncher.nsresult.NS_ERROR_CONNECTION_REFUSED=無法連接至伺服器 +torlauncher.nsresult.NS_ERROR_PROXY_CONNECTION_REFUSED=無法連接至代理
tor-commits@lists.torproject.org