commit b59edf00147bcba57af142a681b4ca3432bc8180 Author: Translation commit bot translation@torproject.org Date: Fri Feb 14 10:45:33 2014 +0000
Update translations for tor-launcher-properties_completed --- zh_TW/torlauncher.properties | 45 +++++++++++++++++++++++++++++++----------- 1 file changed, 33 insertions(+), 12 deletions(-)
diff --git a/zh_TW/torlauncher.properties b/zh_TW/torlauncher.properties index c9284bd..5f4bdba 100644 --- a/zh_TW/torlauncher.properties +++ b/zh_TW/torlauncher.properties @@ -1,25 +1,26 @@ -### Copyright (c) 2013, The Tor Project, Inc. +### Copyright (c) 2014, The Tor Project, Inc. ### See LICENSE for licensing information.
torlauncher.error_title=Tor 啟動程式
torlauncher.tor_exited=Tor 未預期的關閉。 -torlauncher.please_restart_app=請重新啟動您的應用程式。 -torlauncher.tor_controlconn_failed=無法連結至Tor控制連接埠。 +torlauncher.please_restart_app=請重新啟動應用程式。 +torlauncher.tor_controlconn_failed=無法連結至 Tor 控制連接埠。 torlauncher.tor_failed_to_start=Tor 啟動失敗 -torlauncher.tor_bootstrap_failed=建立Tor網絡連結失敗。\n\n%S +torlauncher.tor_bootstrap_failed=建立 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=無法取得Hash值密碼。 +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=無法儲存Tor的設定。\n\n%S -torlauncher.ensure_tor_is_running=請確定Tor正在執行。 +torlauncher.failed_to_get_settings=無法擷取 Tor 設定值。\n\n%S +torlauncher.failed_to_save_settings=無法儲存 Tor 的設定值。\n\n%S +torlauncher.ensure_tor_is_running=請確定 Tor 正在執行。
-torlauncher.error_proxy_addr_missing=您必須指定一個IP位置或主電腦名稱和連接埠號碼以設定Tor組態於使用代理伺服器來存取網際網路。 +torlauncher.error_proxy_addr_missing=想要設定 Tor 透過 Proxy 存取網路,您必須指定一個 IP 位置或主機名稱、以及連接埠號碼。 torlauncher.error_proxy_type_missing=您必須選擇代理伺服器類型。 torlauncher.error_bridges_missing=您必須指定一或多個橋接。
@@ -29,3 +30,23 @@ torlauncher.quit_win=結束 torlauncher.done=完成
torlauncher.forAssistance=如需協助,請聯絡 %S + +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=無連結至 host 的路徑 +torlauncher.bootstrapWarning.ioerror=讀寫錯誤
tor-commits@lists.torproject.org