Skip to content
Snippets Groups Projects
Unverified Commit 5ebd9be8 authored by GyDi's avatar GyDi
Browse files

fix: i18n

parent 5a743779
No related branches found
No related tags found
No related merge requests found
...@@ -89,5 +89,16 @@ ...@@ -89,5 +89,16 @@
"Back": "Back", "Back": "Back",
"Save": "Save", "Save": "Save",
"Cancel": "Cancel" "Cancel": "Cancel",
"clash_mode_rule": "Rule Mode",
"clash_mode_global": "Global Mode",
"clash_mode_direct": "Direct Mode",
"clash_mode_script": "Script Mode",
"toggle_system_proxy": "Toggle System Proxy",
"enable_system_proxy": "Enable System Proxy",
"disable_system_proxy": "Disable System Proxy",
"toggle_tun_mode": "Toggle Tun Mode",
"enable_tun_mode": "Enable Tun Mode",
"disable_tun_mode": "Disable Tun Mode"
} }
...@@ -93,5 +93,16 @@ ...@@ -93,5 +93,16 @@
"Default": "默认", "Default": "默认",
"Download Speed": "下载速度", "Download Speed": "下载速度",
"Upload Speed": "上传速度" "Upload Speed": "上传速度",
"clash_mode_rule": "规则模式",
"clash_mode_global": "全局模式",
"clash_mode_direct": "直连模式",
"clash_mode_script": "脚本模式",
"toggle_system_proxy": "切换系统代理",
"enable_system_proxy": "开启系统代理",
"disable_system_proxy": "关闭系统代理",
"toggle_tun_mode": "切换Tun模式",
"enable_tun_mode": "开启Tun模式",
"disable_tun_mode": "关闭Tun模式"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment