fix: i18n

This commit is contained in:
GyDi
2022-09-25 01:41:46 +08:00
parent 008b92acb2
commit fcdf783c40
2 changed files with 24 additions and 2 deletions

View File

@@ -89,5 +89,16 @@
"Back": "Back",
"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"
}