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",

View File

@@ -164,6 +164,12 @@
"clearSelection": "حذف انتخاب‌ها"
},
"config": {
"mode": "حالت",
"modes": {
"none": "هیچ یک",
"proxy": "پروکسی",
"tun": "VPN"
},
"section": {
"route": "تنظیمات مسیریاب",
"dns": "تنظیمات DNS",
@@ -220,7 +226,12 @@
"tray": {
"dashboard": "داشبورد",
"quit": "خروج",
"systemProxy": "پراکسی سیستم"
"status": {
"connect": "اتصال",
"connecting": "در حال اتصال",
"disconnect": "قطع اتصال",
"disconnecting": "در حال قطع اتصال"
}
},
"failure": {
"unexpected": "خطای غیرمنتظره",

View File

@@ -164,6 +164,12 @@
"clearSelection": "Очистить выбор"
},
"config": {
"mode": "Режим",
"modes": {
"none": "Никто",
"proxy": "Прокси",
"tun": "VPN"
},
"section": {
"route": "Варианты маршрутизации",
"dns": "Параметры DNS",
@@ -220,7 +226,12 @@
"tray": {
"dashboard": "Панель",
"quit": "Выход",
"systemProxy": "Системный прокси"
"status": {
"connect": "Соединять",
"connecting": "Подключение",
"disconnect": "Отключить",
"disconnecting": "Отключение"
}
},
"failure": {
"unexpected": "Неожиданная ошибка",

View File

@@ -164,6 +164,12 @@
"clearSelection": "清空选项"
},
"config": {
"mode": "模式",
"modes": {
"none": "没有任何",
"proxy": "代理人",
"tun": "VPN"
},
"section": {
"route": "路线选项",
"dns": "DNS 选项",
@@ -220,7 +226,12 @@
"tray": {
"dashboard": "控制面板",
"quit": "退出",
"systemProxy": "系统代理"
"status": {
"connect": "连接",
"connecting": "正在连接",
"disconnect": "断开",
"disconnecting": "断开连接"
}
},
"failure": {
"unexpected": "意外错误",