Add navigation to system tray

This commit is contained in:
problematicconsumer
2023-11-15 18:48:48 +03:30
parent 129a522b24
commit 7820486e1a
5 changed files with 31 additions and 3 deletions

View File

@@ -241,6 +241,7 @@
"tray": {
"dashboard": "Dashboard",
"quit": "Quit",
"open": "Open",
"status": {
"connect": "Connect",
"connecting": "Connecting",

View File

@@ -246,7 +246,8 @@
"connecting": "در حال اتصال",
"disconnect": "قطع اتصال",
"disconnecting": "در حال قطع اتصال"
}
},
"open": "باز کن"
},
"failure": {
"unexpected": "خطای غیرمنتظره",

View File

@@ -246,7 +246,8 @@
"connecting": "Подключение",
"disconnect": "Отключено",
"disconnecting": "Отключение"
}
},
"open": "Открыть"
},
"failure": {
"unexpected": "Непредвиденная ошибка",

View File

@@ -246,7 +246,8 @@
"connecting": "正在连接",
"disconnect": "已断开连接",
"disconnecting": "正在断开连接"
}
},
"open": "打开"
},
"failure": {
"unexpected": "意外错误",