commit 5e9f2b9a8c229d631e91eff06b0e601ec968f099 Author: Translation commit bot translation@torproject.org Date: Tue Apr 5 07:16:08 2016 +0000
Update translations for tor-launcher-properties_completed --- zh_HK/torlauncher.properties | 61 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 61 insertions(+)
diff --git a/zh_HK/torlauncher.properties b/zh_HK/torlauncher.properties new file mode 100644 index 0000000..28db6210 --- /dev/null +++ b/zh_HK/torlauncher.properties @@ -0,0 +1,61 @@ +### Copyright (c) 2016, The Tor Project, Inc. +### See LICENSE for licensing information. + +torlauncher.error_title=Tor洋蔥路由啟動器 + +torlauncher.tor_exited=意外地Tor洋蔥路由自行關閉。這可能是Tor洋蔥路由本身、其他應用程式或硬體產生的問題。除非重新啟動Tor洋蔥路由,否則Tor洋蔥路由瀏覽器將無法連接任何網站。如果問題仍然存在,請複製並發送你的Tor洋蔥路由歷程紀錄到支援團隊。 +torlauncher.tor_exited2=重新啟動Tor洋蔥路由將不會關閉你瀏覽器的分頁。 +torlauncher.tor_controlconn_failed=無法連接到Tor洋蔥路由控制連接埠。 +torlauncher.tor_failed_to_start=無法啟動Tor洋蔥路由。 +torlauncher.tor_control_failed=無法控制Tor洋蔥路由。 +torlauncher.tor_bootstrap_failed=Tor洋蔥路無法連接Tor洋蔥路由網絡。 +torlauncher.tor_bootstrap_failed_details=%1$S失敗(%2$S)。 + +torlauncher.unable_to_start_tor=無法啟動Tor洋蔥路由。\n\n%S +torlauncher.tor_missing=遺失Tor洋蔥路由的執行檔。 +torlauncher.torrc_missing=遺失Torrc檔案,並且無法建立。 +torlauncher.datadir_missing=Tor洋蔥路由的資料夾路徑不存在,並且無法建立。 +torlauncher.password_hash_missing=無法取得驗證碼的密碼。 + +torlauncher.failed_to_get_settings=無法取得Tor洋蔥路由設定\n\n%S +torlauncher.failed_to_save_settings=無法儲存洋蔥路由的設定。\n\n%S +torlauncher.ensure_tor_is_running=請確定Tor洋蔥路由運作中。 + +torlauncher.error_proxy_addr_missing=須指定一個IP位址或主機名,以及連接埠編號,Tor洋蔥路由才可使用代理伺服器來存取網絡。 +torlauncher.error_proxy_type_missing=須選擇代理伺服器類型。 +torlauncher.error_bridges_missing=須指定一個或多個橋接器。 +torlauncher.error_default_bridges_type_missing=須為橋接器選取傳輸類型。 +torlauncher.error_bridge_bad_default_type=未提供傳輸類型為%S的橋接器。請重選。 + +torlauncher.recommended_bridge=(建議) + +torlauncher.connect=連接 +torlauncher.restart_tor=重新啟動Tor洋蔥路由 +torlauncher.quit=離開 +torlauncher.quit_win=離開 +torlauncher.done=完成 + +torlauncher.forAssistance=如需協助,請聯絡%S + +torlauncher.copiedNLogMessages=複製完成。%S Tor洋蔥路由日誌已準備好被貼到文字編輯器或電郵。 + +torlauncher.bootstrapStatus.conn_dir=正連接至轉向目錄 +torlauncher.bootstrapStatus.handshake_dir=正在建立加密的目錄連線 +torlauncher.bootstrapStatus.requesting_status=正在取得網絡狀態 +torlauncher.bootstrapStatus.loading_status=正在載入網絡狀態 +torlauncher.bootstrapStatus.loading_keys=正在載入授權憑證 +torlauncher.bootstrapStatus.requesting_descriptors=正在索取轉向點資訊 +torlauncher.bootstrapStatus.loading_descriptors=正在載入轉向點資訊 +torlauncher.bootstrapStatus.conn_or=正連接到Tor洋蔥路由網絡 +torlauncher.bootstrapStatus.handshake_or=正在建立Tor洋蔥路由線路 +torlauncher.bootstrapStatus.done=已連接到Tor洋蔥路由網絡! + +torlauncher.bootstrapWarning.done=完成 +torlauncher.bootstrapWarning.connectrefused=連線遭到拒絕 +torlauncher.bootstrapWarning.misc=其他 +torlauncher.bootstrapWarning.resourcelimit=資源不足 +torlauncher.bootstrapWarning.identity=身份不符 +torlauncher.bootstrapWarning.timeout=連接逾時 +torlauncher.bootstrapWarning.noroute=沒有到主機的路由 +torlauncher.bootstrapWarning.ioerror=讀寫錯誤 +torlauncher.bootstrapWarning.pt_missing=遺失Pluggable transport
tor-commits@lists.torproject.org