Update to 1.2

This commit is contained in:
Git Kern3l 2020-04-25 21:14:33 +07:00 committed by GitHub
parent 458f6cf611
commit 7f9900c7f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class English:
uninstalled = icon.success + " TorghostNG has been uninstalled"
installed = icon.success + " TorghostNG has been installed"
already_installed = icon.info + " {} is already installed"
description = """TorghostNG 1.1 - Make all your internet traffic anonymized through Tor proxy
description = """TorghostNG 1.2 - Make all your internet traffic anonymized through Tor proxy
Rewritten from TorGhost with Python 3"""
root_please = icon.error + " You must be root, use 'sudo TorghostNG'"
sorry_windows = icon.error + " Sorry, TorghostNG is not designed for Windows 😛 Use Tor Browser pls"
@ -45,6 +45,7 @@ macchanger: https://github.com/alobbs/macchanger"""
help_help = "Show this help message and exit"
start_help = "Start connecting to Tor"
stop_help = "Stop connecting to Tor"
circuit_help = "Renew the current Tor circuit"
id_help = "Connect to Tor exit node of a specific country. Go to CountryCode.org to search country ID"
update_help = "Check for update"
no_delay_help = "Disable delay time"
@ -65,8 +66,6 @@ macchanger: https://github.com/alobbs/macchanger"""
uptodate = icon.success + " Your TorghostNG is up-to-date"
wanna_update = icon.question + " Wanna update your TorghostNG (y/n): "
updating = icon.process + " Updating TorghostNG to {}..."
connecting_tor = icon.process + " " + start_help +"..."
disconnecting_tor = icon.process + " Start disconnecting from Tor..."
already_configured = icon.info + " {} file is already configured"
configuring = icon.process + " Configuring {} file..."
restoring_configuration = icon.process + " Restoring {} configuration..."
@ -74,6 +73,7 @@ macchanger: https://github.com/alobbs/macchanger"""
disabling_ipv6 = icon.process + " Disabling IPv6..."
stopping_tor = icon.process + " Stopping Tor service..."
starting_tor = icon.process + " Starting new Tor service..."
changing_tor_circuit = icon.process + " Changing Tor circuit..."
setting_iptables = icon.process + " Setting up iptables rules..."
flushing_iptables = icon.process + " Flushing iptables, resetting to default..."
checking_ip = icon.process + " Checking your current IP..."
@ -103,7 +103,7 @@ class Vietnamese(English):
uninstalled = icon.success + " TorghostNG đã được gỡ cài đặt"
installed = icon.success + " {} đã được cài đặt"
already_installed = icon.info + " {} đã được cài đặt sẵn"
description = """TorghostNG 1.1 - Giúp bạn kết nối Internet ẩn danh qua Tor
description = """TorghostNG 1.2 - Giúp bạn kết nối Internet ẩn danh qua Tor
Được lại từ TorGhost bằng Python 3"""
root_please = icon.error + " Phải chạy TorghostNG với quyền root nha, thử 'sudo torghostng' xem"
sorry_windows = icon.error + " Xin lỗi các bạn dùng Windows nhá ☹ Các bạn dùng Tor Brower nha"
@ -121,6 +121,7 @@ macchanger: https://github.com/alobbs/macchanger"""
help_help = "Hiển thị phần trợ giúp và thoát"
start_help = "Bắt đầu kết nối đến mạng Tor"
stop_help = "Ngưng kết nối đến mạng Tor"
circuit_help = "Thay đổi mạch Tor"
id_help = "Thay đổi địa chỉ IPv4 sang một quốc gia cụ thể. Vô CountryCode.org để xem ID"
update_help = "Kiểm tra cập nhật"
no_delay_help = "Tắt hiệu ứng thời gian đi"
@ -141,8 +142,6 @@ macchanger: https://github.com/alobbs/macchanger"""
uptodate = icon.success + " TorghostNG bạn xài là bản mới nhất :D"
wanna_update = icon.question + " Muốn cập nhật Torghost luôn không (y/n): "
updating = icon.process + " Đang cập nhật TorghostNG lên phiên bản {}..."
connecting_tor = icon.process + " " + start_help +"..."
disconnecting_tor = icon.process + " Bắt đầu ngưng kết nối..."
already_configured = icon.info + " Tệp cấu hình {} đã được thiết lập sẵn"
configuring = icon.process + " Đang thiết lập cấu hình {}..."
ipv6_alreay_disabled = icon.info + " IPv6 đã bị vô hiệu hóa sẵn"
@ -150,6 +149,7 @@ macchanger: https://github.com/alobbs/macchanger"""
restoring_configuration = icon.process + " Đang khôi phục thiếp lập {}..."
stopping_tor = icon.process + " Đang ngưng tiến trình của Tor..."
starting_tor = icon.process + " Bắt đầu tiến trình Tor mới..."
changing_tor_circuit = icon.process + " Đang thay đổi mạch Tor..."
setting_iptables = icon.process + " Đang thiết lập quy tắc cho iptables..."
flushing_iptables = icon.process + " Đang thiết lập lại iptables về như cũ..."
checking_ip = icon.process + " Đang kiểm tra địa chỉ IP hiện tại..."