Change system tray options

This commit is contained in:
problematicconsumer
2023-11-01 22:02:13 +03:30
parent e2f7e24fb4
commit ba5e7d79da
8 changed files with 89 additions and 19 deletions

View File

@@ -164,6 +164,12 @@
"clearSelection": "Clear selection"
},
"config": {
"mode": "Mode",
"modes": {
"none": "None",
"proxy": "Proxy",
"tun": "VPN"
},
"section": {
"route": "Route Options",
"dns": "DNS Options",
@@ -220,7 +226,12 @@
"tray": {
"dashboard": "Dashboard",
"quit": "Quit",
"systemProxy": "System Proxy"
"status": {
"connect": "Connect",
"connecting": "Connecting",
"disconnect": "Disconnect",
"disconnecting": "Disconnecting"
}
},
"failure": {
"unexpected": "Unexpected Error",