fix: i18n

This commit is contained in:
GyDi 2022-09-25 01:41:46 +08:00
parent 5a743779e2
commit 5ebd9be89a
No known key found for this signature in database
GPG Key ID: 58B15242BA8277A6
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"
}

View File

@ -93,5 +93,16 @@
"Default": "默认",
"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模式"
}