From 158107d6aea24fe9f46c4c09fdaaca35bc5a7409 Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 20 May 2025 20:11:34 +0100 Subject: [PATCH] add sessionrecordings for powershell/user shells #7035 Signed-off-by: si458 --- meshcentral-config-schema.json | 2 +- meshrelay.js | 7 +- translate/translate.json | 1205 +++++++++++++++++--------------- views/default.handlebars | 21 +- views/default3.handlebars | 21 +- views/player.handlebars | 5 +- 6 files changed, 673 insertions(+), 588 deletions(-) diff --git a/meshcentral-config-schema.json b/meshcentral-config-schema.json index 80ecc43a..dfab1e81 100644 --- a/meshcentral-config-schema.json +++ b/meshcentral-config-schema.json @@ -2890,7 +2890,7 @@ "items": { "type": "integer" }, - "description": "This is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger" + "description": "This is an array: 1 = Terminal, 2 = Desktop, 5 = Files, 6 = Admin Powershell, 8 = User Shell, 9 = User Powershell, 100 = Intel AMT WSMAN, 101 = Intel AMT Redirection, 200 = Messenger" } }, "required": [ diff --git a/meshrelay.js b/meshrelay.js index 0f4fcbfa..be838e27 100644 --- a/meshrelay.js +++ b/meshrelay.js @@ -42,6 +42,9 @@ const MESHRIGHT_ADMIN = 0xFFFFFFFF; // 1 = Terminal // 2 = Desktop // 5 = Files +// 6 = Admin PowerShell +// 8 = User Shell +// 9 = User PowerShell // 10 = Web-RDP // 11 = Web-SSH // 12 = Web-VNC @@ -578,7 +581,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) { // Log the connection if (sessionUser != null) { var msg = 'Started relay session', msgid = 13; - if (obj.req.query.p == 1) { msg = 'Started terminal session'; msgid = 14; } + if ([1,6,8,9].indexOf(obj.req.query.p) >= 0) { msg = 'Started terminal session'; msgid = 14; } // admin shell, admin powershell, user shell, user powershell else if (obj.req.query.p == 2) { msg = 'Started desktop session'; msgid = 15; } else if (obj.req.query.p == 5) { msg = 'Started file management session'; msgid = 16; } else if (obj.req.query.p == 200) { msg = 'Started messenger session'; msgid = 162; } @@ -777,7 +780,7 @@ function CreateMeshRelayEx(parent, ws, req, domain, user, cookie) { // Log the disconnection if (ws.time) { var msg = 'Ended relay session', msgid = 9; - if (obj.req.query.p == 1) { msg = 'Ended terminal session', msgid = 10; } + if ([1,6,8,9].indexOf(obj.req.query.p) >= 0) { msg = 'Ended terminal session', msgid = 10; } // admin shell, admin powershell, user shell, user powershell else if (obj.req.query.p == 2) { msg = 'Ended desktop session', msgid = 11; } else if (obj.req.query.p == 5) { msg = 'Ended file management session', msgid = 12; } else if (obj.req.query.p == 200) { msg = 'Ended messenger session', msgid = 112; } diff --git a/translate/translate.json b/translate/translate.json index bed3d62b..71ccde49 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -1166,7 +1166,7 @@ "zh-chs": ", 16 灰", "zh-cht": ", 16 灰", "xloc": [ - "player.handlebars->3->36" + "player.handlebars->3->39" ] }, { @@ -1195,7 +1195,7 @@ "zh-chs": ", 256 灰度", "zh-cht": ", 256 灰度", "xloc": [ - "player.handlebars->3->37" + "player.handlebars->3->40" ] }, { @@ -2052,10 +2052,10 @@ "default-mobile.handlebars->11->714", "default.handlebars->47->1553", "default.handlebars->47->2493", - "default.handlebars->47->3172", + "default.handlebars->47->3178", "default3.handlebars->35->1538", "default3.handlebars->35->2490", - "default3.handlebars->35->3160", + "default3.handlebars->35->3166", "sharing-mobile.handlebars->11->79", "sharing.handlebars->11->50" ] @@ -2308,7 +2308,7 @@ "zh-chs": "每像素 1 个字节", "zh-cht": "每像素 1 個字節", "xloc": [ - "player.handlebars->3->35" + "player.handlebars->3->38" ] }, { @@ -3050,7 +3050,7 @@ "zh-chs": "10 帧/秒", "zh-cht": "10 幀/秒", "xloc": [ - "player.handlebars->3->48" + "player.handlebars->3->51" ] }, { @@ -3141,7 +3141,7 @@ "zh-chs": "10%", "zh-cht": "10%", "xloc": [ - "player.handlebars->3->56" + "player.handlebars->3->59" ] }, { @@ -3588,7 +3588,7 @@ "zh-chs": "每像素 2 字节", "zh-cht": "每像素 2 字節", "xloc": [ - "player.handlebars->3->34" + "player.handlebars->3->37" ] }, { @@ -3805,7 +3805,7 @@ "zh-chs": "20 帧/秒", "zh-cht": "20 幀/秒", "xloc": [ - "player.handlebars->3->49" + "player.handlebars->3->52" ] }, { @@ -3833,7 +3833,7 @@ "zh-chs": "20%", "zh-cht": "20%", "xloc": [ - "player.handlebars->3->55" + "player.handlebars->3->58" ] }, { @@ -4013,8 +4013,8 @@ "zh-chs": "第二个因素", "zh-cht": "第二個因素", "xloc": [ - "default.handlebars->47->3211", - "default3.handlebars->35->3199" + "default.handlebars->47->3217", + "default3.handlebars->35->3205" ] }, { @@ -4461,7 +4461,7 @@ "zh-chs": "40%", "zh-cht": "40%", "xloc": [ - "player.handlebars->3->54" + "player.handlebars->3->57" ] }, { @@ -4825,7 +4825,7 @@ "zh-chs": "60%", "zh-cht": "60%", "xloc": [ - "player.handlebars->3->53" + "player.handlebars->3->56" ] }, { @@ -5206,7 +5206,7 @@ "zh-chs": "80%", "zh-cht": "80%", "xloc": [ - "player.handlebars->3->52" + "player.handlebars->3->55" ] }, { @@ -5296,7 +5296,7 @@ "zh-chs": "90%", "zh-cht": "90%", "xloc": [ - "player.handlebars->3->51" + "player.handlebars->3->54" ] }, { @@ -5516,8 +5516,8 @@ "zh-chs": "操作系统", "zh-cht": "AMT操作系統", "xloc": [ - "default.handlebars->47->3357", - "default3.handlebars->35->3345" + "default.handlebars->47->3376", + "default3.handlebars->35->3364" ] }, { @@ -5545,8 +5545,10 @@ "zh-chs": "AMT-Redir", "zh-cht": "AMT-Redir", "xloc": [ - "default.handlebars->47->3218", - "default3.handlebars->35->3206" + "default.handlebars->47->3227", + "default.handlebars->47->3280", + "default3.handlebars->35->3215", + "default3.handlebars->35->3268" ] }, { @@ -5574,8 +5576,10 @@ "zh-chs": "AMT-WSMAN", "zh-cht": "AMT-WSMAN", "xloc": [ - "default.handlebars->47->3217", - "default3.handlebars->35->3205" + "default.handlebars->47->3226", + "default.handlebars->47->3279", + "default3.handlebars->35->3214", + "default3.handlebars->35->3267" ] }, { @@ -6063,14 +6067,14 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->47->2106", "default.handlebars->47->2108", - "default.handlebars->47->3412", + "default.handlebars->47->3431", "default.handlebars->47->740", "default.handlebars->47->887", "default.handlebars->47->889", "default3.handlebars->35->2108", "default3.handlebars->35->2109", - "default3.handlebars->35->3398", - "default3.handlebars->35->3400", + "default3.handlebars->35->3417", + "default3.handlebars->35->3419", "default3.handlebars->35->737", "default3.handlebars->35->884", "default3.handlebars->35->886" @@ -6103,8 +6107,8 @@ "zh-cht": "帳號設定", "xloc": [ "default-mobile.handlebars->11->1033", - "default.handlebars->47->3281", - "default3.handlebars->35->3269" + "default.handlebars->47->3300", + "default3.handlebars->35->3288" ] }, { @@ -6365,8 +6369,8 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->1045", - "default.handlebars->47->3293", - "default3.handlebars->35->3281", + "default.handlebars->47->3312", + "default3.handlebars->35->3300", "login-mobile.handlebars->5->6", "login.handlebars->5->8", "login2.handlebars->7->206" @@ -6474,8 +6478,8 @@ "pl": "Zapisy logowania tokenami użytkownika", "uk": "Записи токенів входу до акаунту", "xloc": [ - "default.handlebars->47->3260", - "default3.handlebars->35->3248" + "default.handlebars->47->3269", + "default3.handlebars->35->3257" ] }, { @@ -8730,8 +8734,17 @@ "zh-chs": "管理员PowerShell", "zh-cht": "管理員PowerShell", "xloc": [ + "default.handlebars->47->3147", + "default.handlebars->47->3157", + "default.handlebars->47->3223", + "default.handlebars->47->3276", "default.handlebars->termShellContextMenu->3", + "default3.handlebars->35->3135", + "default3.handlebars->35->3145", + "default3.handlebars->35->3211", + "default3.handlebars->35->3264", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0", + "player.handlebars->3->29", "xterm.handlebars->termShellContextMenu->cxtermps" ] }, @@ -8920,14 +8933,14 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->47->2468", "default.handlebars->47->2481", - "default.handlebars->47->3355", + "default.handlebars->47->3374", "default.handlebars->47->421", "default.handlebars->47->728", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm", "default3.handlebars->35->2465", "default3.handlebars->35->2478", - "default3.handlebars->35->3343", + "default3.handlebars->35->3362", "default3.handlebars->35->418", "default3.handlebars->35->725", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -9057,8 +9070,8 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->47->3323", - "default3.handlebars->35->3311" + "default.handlebars->47->3342", + "default3.handlebars->35->3330" ] }, { @@ -9309,8 +9322,8 @@ "zh-chs": "代理会话", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->47->3340", - "default3.handlebars->35->3328" + "default.handlebars->47->3359", + "default3.handlebars->35->3347" ] }, { @@ -9999,10 +10012,10 @@ "zh-cht": "代理", "xloc": [ "default.handlebars->47->2436", - "default.handlebars->47->3368", + "default.handlebars->47->3387", "default.handlebars->47->588", "default3.handlebars->35->2433", - "default3.handlebars->35->3356", + "default3.handlebars->35->3375", "default3.handlebars->35->585" ] }, @@ -10080,9 +10093,9 @@ "default-mobile.handlebars->11->369", "default-mobile.handlebars->11->715", "default-mobile.handlebars->11->717", - "default.handlebars->47->3185", + "default.handlebars->47->3191", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1", - "default3.handlebars->35->3173", + "default3.handlebars->35->3179", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1", "sharing-mobile.handlebars->11->80", "sharing-mobile.handlebars->11->82" @@ -12329,8 +12342,8 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->47->3421", - "default3.handlebars->35->3409" + "default.handlebars->47->3440", + "default3.handlebars->35->3428" ] }, { @@ -13395,8 +13408,8 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->47->3349", - "default3.handlebars->35->3337" + "default.handlebars->47->3368", + "default3.handlebars->35->3356" ] }, { @@ -13810,9 +13823,9 @@ "zh-cht": "備用碼", "xloc": [ "default.handlebars->47->3005", - "default.handlebars->47->3235", + "default.handlebars->47->3244", "default3.handlebars->35->2999", - "default3.handlebars->35->3223" + "default3.handlebars->35->3232" ] }, { @@ -13902,8 +13915,8 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->47->3330", - "default3.handlebars->35->3318" + "default.handlebars->47->3349", + "default3.handlebars->35->3337" ] }, { @@ -13932,8 +13945,8 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->47->3329", - "default3.handlebars->35->3317" + "default.handlebars->47->3348", + "default3.handlebars->35->3336" ] }, { @@ -14430,8 +14443,8 @@ "zh-chs": "浏览器", "zh-cht": "瀏覽器", "xloc": [ - "default.handlebars->47->3209", - "default3.handlebars->35->3197" + "default.handlebars->47->3215", + "default3.handlebars->35->3203" ] }, { @@ -14658,8 +14671,8 @@ "zh-chs": "字节输入", "zh-cht": "字節輸入", "xloc": [ - "default.handlebars->47->3205", - "default3.handlebars->35->3193" + "default.handlebars->47->3211", + "default3.handlebars->35->3199" ] }, { @@ -14688,8 +14701,8 @@ "zh-chs": "字节输出", "zh-cht": "字節輸出", "xloc": [ - "default.handlebars->47->3206", - "default3.handlebars->35->3194" + "default.handlebars->47->3212", + "default3.handlebars->35->3200" ] }, { @@ -14845,10 +14858,10 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->478", - "default.handlebars->47->3356", + "default.handlebars->47->3375", "default.handlebars->47->423", "default.handlebars->47->730", - "default3.handlebars->35->3344", + "default3.handlebars->35->3363", "default3.handlebars->35->420", "default3.handlebars->35->727" ] @@ -14879,8 +14892,8 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->47->3405", - "default3.handlebars->35->3393" + "default.handlebars->47->3424", + "default3.handlebars->35->3412" ] }, { @@ -14909,8 +14922,8 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->47->3406", - "default3.handlebars->35->3394" + "default.handlebars->47->3425", + "default3.handlebars->35->3413" ] }, { @@ -15002,11 +15015,11 @@ "default-mobile.handlebars->11->849", "default.handlebars->47->1610", "default.handlebars->47->1694", - "default.handlebars->47->3381", + "default.handlebars->47->3400", "default.handlebars->container->column_l->p40->3->1->p40type->5", "default3.handlebars->35->1595", "default3.handlebars->35->1677", - "default3.handlebars->35->3369", + "default3.handlebars->35->3388", "default3.handlebars->container->column_l->p40->3->3->p40type->5" ] }, @@ -15036,8 +15049,8 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->47->3345", - "default3.handlebars->35->3333" + "default.handlebars->47->3364", + "default3.handlebars->35->3352" ] }, { @@ -15066,8 +15079,8 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->47->3348", - "default3.handlebars->35->3336" + "default.handlebars->47->3367", + "default3.handlebars->35->3355" ] }, { @@ -15096,8 +15109,8 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->47->3347", - "default3.handlebars->35->3335" + "default.handlebars->47->3366", + "default3.handlebars->35->3354" ] }, { @@ -15126,8 +15139,8 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->47->3346", - "default3.handlebars->35->3334" + "default.handlebars->47->3365", + "default3.handlebars->35->3353" ] }, { @@ -15293,8 +15306,8 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->47->3422", - "default3.handlebars->35->3410" + "default.handlebars->47->3441", + "default3.handlebars->35->3429" ] }, { @@ -15373,7 +15386,7 @@ "default-mobile.handlebars->11->331", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->47->2159", - "default.handlebars->47->3411", + "default.handlebars->47->3430", "default.handlebars->47->548", "default.handlebars->container->dialog->idx_dlgButtonBar", "default3.handlebars->35->545", @@ -16518,8 +16531,8 @@ "zh-cht": "聊天請求,點擊這裡接受。", "xloc": [ "default-mobile.handlebars->11->1046", - "default.handlebars->47->3294", - "default3.handlebars->35->3282" + "default.handlebars->47->3313", + "default3.handlebars->35->3301" ] }, { @@ -16745,9 +16758,9 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->47->1854", - "default.handlebars->47->3416", + "default.handlebars->47->3435", "default3.handlebars->35->1835", - "default3.handlebars->35->3404" + "default3.handlebars->35->3423" ] }, { @@ -17307,8 +17320,8 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->1029", - "default.handlebars->47->3277", - "default3.handlebars->35->3265" + "default.handlebars->47->3296", + "default3.handlebars->35->3284" ] }, { @@ -17431,8 +17444,8 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->1028", - "default.handlebars->47->3276", - "default3.handlebars->35->3264" + "default.handlebars->47->3295", + "default3.handlebars->35->3283" ] }, { @@ -18030,7 +18043,7 @@ "default.handlebars->47->1558", "default.handlebars->47->241", "default.handlebars->47->250", - "default.handlebars->47->3410", + "default.handlebars->47->3429", "default3.handlebars->35->1474", "default3.handlebars->35->1543", "sharing.handlebars->11->52" @@ -18558,8 +18571,8 @@ "pl": "Zapisy pliku konfiguracyjnego", "uk": "Записи файлу конфігурації", "xloc": [ - "default.handlebars->47->3253", - "default3.handlebars->35->3241" + "default.handlebars->47->3262", + "default3.handlebars->35->3250" ] }, { @@ -20024,8 +20037,8 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->47->3335", - "default3.handlebars->35->3323" + "default.handlebars->47->3354", + "default3.handlebars->35->3342" ] }, { @@ -20054,8 +20067,8 @@ "zh-chs": "已连接的英特尔®AMT CIRA", "zh-cht": "已連接的Intel® AMT CIRA", "xloc": [ - "default.handlebars->47->3336", - "default3.handlebars->35->3324" + "default.handlebars->47->3355", + "default3.handlebars->35->3343" ] }, { @@ -20084,8 +20097,8 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->47->3341", - "default3.handlebars->35->3329" + "default.handlebars->47->3360", + "default3.handlebars->35->3348" ] }, { @@ -20358,8 +20371,8 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->47->3367", - "default3.handlebars->35->3355" + "default.handlebars->47->3386", + "default3.handlebars->35->3374" ] }, { @@ -20423,8 +20436,8 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->47->3404", - "default3.handlebars->35->3392" + "default.handlebars->47->3423", + "default3.handlebars->35->3411" ] }, { @@ -20681,7 +20694,7 @@ "zh-chs": "转换为 WebM", "zh-cht": "轉換為 WebM", "xloc": [ - "player.handlebars->3->57", + "player.handlebars->3->60", "player.handlebars->p11->deskarea0->deskarea1->1" ] }, @@ -20711,8 +20724,8 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->47->3387", - "default3.handlebars->35->3375" + "default.handlebars->47->3406", + "default3.handlebars->35->3394" ] }, { @@ -21422,8 +21435,8 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->47->3386", - "default3.handlebars->35->3374" + "default.handlebars->47->3405", + "default3.handlebars->35->3393" ] }, { @@ -22576,8 +22589,8 @@ "zh-cht": "當前密碼不正確。", "xloc": [ "default-mobile.handlebars->11->1056", - "default.handlebars->47->3304", - "default3.handlebars->35->3292" + "default.handlebars->47->3323", + "default3.handlebars->35->3311" ] }, { @@ -22903,8 +22916,8 @@ "pl": "Zapisy Bazy Danych", "uk": "Записи Бази Даних", "xloc": [ - "default.handlebars->47->3176", - "default3.handlebars->35->3164" + "default.handlebars->47->3182", + "default3.handlebars->35->3170" ] }, { @@ -22966,11 +22979,11 @@ "xloc": [ "default-mobile.handlebars->11->621", "default.handlebars->47->1309", - "default.handlebars->47->3180", - "default.handlebars->47->3183", + "default.handlebars->47->3186", + "default.handlebars->47->3189", "default3.handlebars->35->1300", - "default3.handlebars->35->3168", - "default3.handlebars->35->3171" + "default3.handlebars->35->3174", + "default3.handlebars->35->3177" ] }, { @@ -24209,10 +24222,10 @@ "default.handlebars->47->1498", "default.handlebars->47->2253", "default.handlebars->47->2328", - "default.handlebars->47->3152", - "default.handlebars->47->3215", - "default.handlebars->47->3265", - "default.handlebars->47->3361", + "default.handlebars->47->3155", + "default.handlebars->47->3221", + "default.handlebars->47->3274", + "default.handlebars->47->3380", "default.handlebars->47->871", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", @@ -24221,10 +24234,10 @@ "default3.handlebars->35->1483", "default3.handlebars->35->2249", "default3.handlebars->35->2325", - "default3.handlebars->35->3140", - "default3.handlebars->35->3203", - "default3.handlebars->35->3253", - "default3.handlebars->35->3349", + "default3.handlebars->35->3143", + "default3.handlebars->35->3209", + "default3.handlebars->35->3262", + "default3.handlebars->35->3368", "default3.handlebars->35->868", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default3.handlebars->contextMenu->cxdesktop", @@ -24389,8 +24402,8 @@ "zh-chs": "桌面复用", "zh-cht": "桌面多路復用", "xloc": [ - "default.handlebars->47->3366", - "default3.handlebars->35->3354" + "default.handlebars->47->3385", + "default3.handlebars->35->3373" ] }, { @@ -24909,16 +24922,16 @@ "default.handlebars->47->2358", "default.handlebars->47->295", "default.handlebars->47->3111", - "default.handlebars->47->3179", - "default.handlebars->47->3199", + "default.handlebars->47->3185", + "default.handlebars->47->3205", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5", "default3.handlebars->35->1619", "default3.handlebars->35->1824", "default3.handlebars->35->2355", "default3.handlebars->35->292", "default3.handlebars->35->3099", - "default3.handlebars->35->3167", - "default3.handlebars->35->3187", + "default3.handlebars->35->3173", + "default3.handlebars->35->3193", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5" ] }, @@ -25139,10 +25152,10 @@ "default.handlebars->47->2910", "default.handlebars->47->2916", "default.handlebars->47->3099", - "default.handlebars->47->3162", - "default.handlebars->47->3186", - "default.handlebars->47->3202", - "default.handlebars->47->3282", + "default.handlebars->47->3168", + "default.handlebars->47->3192", + "default.handlebars->47->3208", + "default.handlebars->47->3301", "default3.handlebars->35->2350", "default3.handlebars->35->2353", "default3.handlebars->35->2354", @@ -25150,10 +25163,10 @@ "default3.handlebars->35->2904", "default3.handlebars->35->2910", "default3.handlebars->35->3087", - "default3.handlebars->35->3150", - "default3.handlebars->35->3174", - "default3.handlebars->35->3190", - "default3.handlebars->35->3270" + "default3.handlebars->35->3156", + "default3.handlebars->35->3180", + "default3.handlebars->35->3196", + "default3.handlebars->35->3289" ] }, { @@ -25218,13 +25231,13 @@ "default.handlebars->47->2853", "default.handlebars->47->2897", "default.handlebars->47->2986", - "default.handlebars->47->3339", + "default.handlebars->47->3358", "default.handlebars->container->column_l->p2->p2info->9", "default3.handlebars->35->2731", "default3.handlebars->35->2847", "default3.handlebars->35->2891", "default3.handlebars->35->2980", - "default3.handlebars->35->3327", + "default3.handlebars->35->3346", "default3.handlebars->container->column_l->p2->p2info->9" ] }, @@ -25346,11 +25359,11 @@ "xloc": [ "default-mobile.handlebars->11->637", "default.handlebars->47->1377", - "default.handlebars->47->3161", + "default.handlebars->47->3167", "default.handlebars->47->507", "default.handlebars->47->516", "default3.handlebars->35->1363", - "default3.handlebars->35->3149", + "default3.handlebars->35->3155", "default3.handlebars->35->504", "default3.handlebars->35->513", "player.handlebars->3->25" @@ -25469,8 +25482,8 @@ "pl": "Zapis Powiadomień Push Urządzenia", "uk": "Запис Push-Сповіщень Пристрою", "xloc": [ - "default.handlebars->47->3262", - "default3.handlebars->35->3250" + "default.handlebars->47->3271", + "default3.handlebars->35->3259" ] }, { @@ -25485,8 +25498,8 @@ "pl": "Zapis SMBIOS urządzenia", "uk": "SMBIOS запис пристрою", "xloc": [ - "default.handlebars->47->3261", - "default3.handlebars->35->3249" + "default.handlebars->47->3270", + "default3.handlebars->35->3258" ] }, { @@ -25942,8 +25955,8 @@ "pl": "Zapis grupy urządzeń", "uk": "Запис групи пристроїв", "xloc": [ - "default.handlebars->47->3247", - "default3.handlebars->35->3235" + "default.handlebars->47->3256", + "default3.handlebars->35->3244" ] }, { @@ -26048,8 +26061,8 @@ "pl": "Zapisy informacji urządzenia", "uk": "Записи інформації про пристрій", "xloc": [ - "default.handlebars->47->3249", - "default3.handlebars->35->3237" + "default.handlebars->47->3258", + "default3.handlebars->35->3246" ] }, { @@ -26679,8 +26692,8 @@ "pl": "Zapisy zmiany stanu zasilania", "uk": "Записи про зміни стану живлення", "xloc": [ - "default.handlebars->47->3255", - "default3.handlebars->35->3243" + "default.handlebars->47->3264", + "default3.handlebars->35->3252" ] }, { @@ -26695,8 +26708,8 @@ "pl": "Zapis urządzenia", "uk": "Запис пристрою", "xloc": [ - "default.handlebars->47->3246", - "default3.handlebars->35->3234" + "default.handlebars->47->3255", + "default3.handlebars->35->3243" ] }, { @@ -26771,8 +26784,8 @@ "pl": "Zapisy udostępniania urządzenia", "uk": "Записи поширеного пристрою", "xloc": [ - "default.handlebars->47->3259", - "default3.handlebars->35->3247" + "default.handlebars->47->3268", + "default3.handlebars->35->3256" ] }, { @@ -26787,8 +26800,8 @@ "pl": "Zapisy urządzenia, użytkowników, grup i inne", "uk": "Пристрій, користувачі, групи та інші записи", "xloc": [ - "default.handlebars->47->3263", - "default3.handlebars->35->3251" + "default.handlebars->47->3272", + "default3.handlebars->35->3260" ] }, { @@ -28935,7 +28948,7 @@ "zh-chs": "拖放.mcrec文件或单击 “打开文件...”", "zh-cht": "拖放.mcrec檔案或單擊 “打開檔案...”", "xloc": [ - "player.handlebars->3->46" + "player.handlebars->3->49" ] }, { @@ -28986,8 +28999,8 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->47->3334", - "default3.handlebars->35->3322" + "default.handlebars->47->3353", + "default3.handlebars->35->3341" ] }, { @@ -29106,12 +29119,12 @@ "default.handlebars->47->301", "default.handlebars->47->303", "default.handlebars->47->3140", - "default.handlebars->47->3167", + "default.handlebars->47->3173", "default3.handlebars->35->1247", "default3.handlebars->35->298", "default3.handlebars->35->300", "default3.handlebars->35->3128", - "default3.handlebars->35->3155", + "default3.handlebars->35->3161", "player.handlebars->3->18" ] }, @@ -30731,8 +30744,8 @@ "zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})", "xloc": [ "default-mobile.handlebars->11->1065", - "default.handlebars->47->3313", - "default3.handlebars->35->3301" + "default.handlebars->47->3332", + "default3.handlebars->35->3320" ] }, { @@ -30940,8 +30953,8 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->1049", - "default.handlebars->47->3297", - "default3.handlebars->35->3285", + "default.handlebars->47->3316", + "default3.handlebars->35->3304", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->200" @@ -31086,8 +31099,8 @@ "zh-chs": "电子邮件/短信/推送流量", "zh-cht": "電子郵件/短信/推送流量", "xloc": [ - "default.handlebars->47->3395", - "default3.handlebars->35->3383" + "default.handlebars->47->3414", + "default3.handlebars->35->3402" ] }, { @@ -31332,10 +31345,10 @@ "default-mobile.handlebars->11->895", "default.handlebars->47->140", "default.handlebars->47->1740", - "default.handlebars->47->3169", + "default.handlebars->47->3175", "default3.handlebars->35->140", "default3.handlebars->35->1723", - "default3.handlebars->35->3157" + "default3.handlebars->35->3163" ] }, { @@ -31435,7 +31448,7 @@ "zh-chs": "编码质量", "zh-cht": "編碼質量", "xloc": [ - "player.handlebars->3->38" + "player.handlebars->3->41" ] }, { @@ -31570,8 +31583,8 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->47->3166", - "default3.handlebars->35->3154" + "default.handlebars->47->3172", + "default3.handlebars->35->3160" ] }, { @@ -32705,8 +32718,8 @@ "zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。", "xloc": [ "default-mobile.handlebars->11->1057", - "default.handlebars->47->3305", - "default3.handlebars->35->3293" + "default.handlebars->47->3324", + "default3.handlebars->35->3312" ] }, { @@ -32736,8 +32749,8 @@ "zh-cht": "錯誤,密碼未更改。", "xloc": [ "default-mobile.handlebars->11->1054", - "default.handlebars->47->3302", - "default3.handlebars->35->3290" + "default.handlebars->47->3321", + "default3.handlebars->35->3309" ] }, { @@ -32767,8 +32780,8 @@ "zh-cht": "錯誤,無法更改為常用密碼。", "xloc": [ "default-mobile.handlebars->11->1053", - "default.handlebars->47->3301", - "default3.handlebars->35->3289" + "default.handlebars->47->3320", + "default3.handlebars->35->3308" ] }, { @@ -32798,8 +32811,8 @@ "zh-cht": "錯誤,無法更改為以前使用的密碼。", "xloc": [ "default-mobile.handlebars->11->1052", - "default.handlebars->47->3300", - "default3.handlebars->35->3288" + "default.handlebars->47->3319", + "default3.handlebars->35->3307" ] }, { @@ -33062,8 +33075,8 @@ "pl": "Zapisy zdarzeń", "uk": "Записи подій", "xloc": [ - "default.handlebars->47->3256", - "default3.handlebars->35->3244" + "default.handlebars->47->3265", + "default3.handlebars->35->3253" ] }, { @@ -33467,8 +33480,8 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->47->3375", - "default3.handlebars->35->3363" + "default.handlebars->47->3394", + "default3.handlebars->35->3382" ] }, { @@ -33497,8 +33510,8 @@ "zh-chs": "FIDO 密钥", "zh-cht": "FIDO 密鑰", "xloc": [ - "default.handlebars->47->3236", - "default3.handlebars->35->3224" + "default.handlebars->47->3245", + "default3.handlebars->35->3233" ] }, { @@ -33669,8 +33682,8 @@ "zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->1048", - "default.handlebars->47->3296", - "default3.handlebars->35->3284" + "default.handlebars->47->3315", + "default3.handlebars->35->3303" ] }, { @@ -34280,10 +34293,10 @@ "default.handlebars->47->1216", "default.handlebars->47->2255", "default.handlebars->47->2335", - "default.handlebars->47->3153", - "default.handlebars->47->3216", - "default.handlebars->47->3266", - "default.handlebars->47->3362", + "default.handlebars->47->3156", + "default.handlebars->47->3222", + "default.handlebars->47->3275", + "default.handlebars->47->3381", "default.handlebars->47->472", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles", @@ -34291,10 +34304,10 @@ "default3.handlebars->35->1211", "default3.handlebars->35->2251", "default3.handlebars->35->2332", - "default3.handlebars->35->3141", - "default3.handlebars->35->3204", - "default3.handlebars->35->3254", - "default3.handlebars->35->3350", + "default3.handlebars->35->3144", + "default3.handlebars->35->3210", + "default3.handlebars->35->3263", + "default3.handlebars->35->3369", "default3.handlebars->35->469", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default3.handlebars->contextMenu->cxfiles", @@ -35446,7 +35459,7 @@ "xloc": [ "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->1", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->7->1", - "player.handlebars->3->47", + "player.handlebars->3->50", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->7->1" ] }, @@ -35476,10 +35489,10 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->47->3319", - "default.handlebars->47->3321", - "default3.handlebars->35->3307", - "default3.handlebars->35->3309" + "default.handlebars->47->3338", + "default.handlebars->47->3340", + "default3.handlebars->35->3326", + "default3.handlebars->35->3328" ] }, { @@ -36496,8 +36509,8 @@ "zh-chs": "生成报告", "zh-cht": "生成報告", "xloc": [ - "default.handlebars->47->3197", - "default3.handlebars->35->3185" + "default.handlebars->47->3203", + "default3.handlebars->35->3191" ] }, { @@ -37340,10 +37353,10 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->492", - "default.handlebars->47->3213", + "default.handlebars->47->3219", "default.handlebars->47->898", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1", - "default3.handlebars->35->3201", + "default3.handlebars->35->3207", "default3.handlebars->35->895", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1" ] @@ -37550,10 +37563,10 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->47->3181", - "default.handlebars->47->3184", - "default3.handlebars->35->3169", - "default3.handlebars->35->3172" + "default.handlebars->47->3187", + "default.handlebars->47->3190", + "default3.handlebars->35->3175", + "default3.handlebars->35->3178" ] }, { @@ -37761,8 +37774,8 @@ "zh-chs": "来宾", "zh-cht": "來賓", "xloc": [ - "default.handlebars->47->3203", - "default3.handlebars->35->3191" + "default.handlebars->47->3209", + "default3.handlebars->35->3197" ] }, { @@ -37920,11 +37933,11 @@ "default-mobile.handlebars->11->561", "default.handlebars->47->1052", "default.handlebars->47->1220", - "default.handlebars->47->3358", + "default.handlebars->47->3377", "default.handlebars->47->450", "default3.handlebars->35->1049", "default3.handlebars->35->1215", - "default3.handlebars->35->3346", + "default3.handlebars->35->3365", "default3.handlebars->35->447" ] }, @@ -38382,8 +38395,8 @@ "zh-chs": "硬件一次性密码", "zh-cht": "硬件一次性密碼", "xloc": [ - "default.handlebars->47->3238", - "default3.handlebars->35->3226" + "default.handlebars->47->3247", + "default3.handlebars->35->3235" ] }, { @@ -38442,8 +38455,8 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->47->3377", - "default3.handlebars->35->3365" + "default.handlebars->47->3396", + "default3.handlebars->35->3384" ] }, { @@ -38472,8 +38485,8 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->47->3376", - "default3.handlebars->35->3364" + "default.handlebars->47->3395", + "default3.handlebars->35->3383" ] }, { @@ -39293,10 +39306,10 @@ "zh-chs": "IP地址", "zh-cht": "IP地址", "xloc": [ - "default.handlebars->47->3208", - "default.handlebars->47->3244", - "default3.handlebars->35->3196", - "default3.handlebars->35->3232" + "default.handlebars->47->3214", + "default.handlebars->47->3253", + "default3.handlebars->35->3202", + "default3.handlebars->35->3241" ] }, { @@ -39426,8 +39439,8 @@ "pl": "Zapisy o informacji lokalizacji IP", "uk": "Інформаційні записи про локацію IP", "xloc": [ - "default.handlebars->47->3250", - "default3.handlebars->35->3238" + "default.handlebars->47->3259", + "default3.handlebars->35->3247" ] }, { @@ -40680,10 +40693,10 @@ "zh-chs": "第二个因素不正确", "zh-cht": "第二個因素不正確", "xloc": [ - "default.handlebars->47->3231", - "default.handlebars->47->3270", - "default3.handlebars->35->3219", - "default3.handlebars->35->3258" + "default.handlebars->47->3240", + "default.handlebars->47->3289", + "default3.handlebars->35->3228", + "default3.handlebars->35->3277" ] }, { @@ -40712,7 +40725,7 @@ "zh-chs": "每{0}秒索引一次", "zh-cht": "每{0}秒索引一次", "xloc": [ - "player.handlebars->3->40" + "player.handlebars->3->43" ] }, { @@ -41241,15 +41254,15 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->47->3372", - "default3.handlebars->35->3360" + "default.handlebars->47->3391", + "default3.handlebars->35->3379" ] }, { "en": "Intel AMT CIRA", "xloc": [ - "default.handlebars->47->3373", - "default3.handlebars->35->3361" + "default.handlebars->47->3392", + "default3.handlebars->35->3380" ] }, { @@ -41424,8 +41437,8 @@ "zh-chs": "英特尔 AMT 经理", "zh-cht": "英特爾 AMT 經理", "xloc": [ - "default.handlebars->47->3403", - "default3.handlebars->35->3391" + "default.handlebars->47->3422", + "default3.handlebars->35->3410" ] }, { @@ -41519,7 +41532,7 @@ "default.handlebars->47->2229", "default.handlebars->47->2469", "default.handlebars->47->2482", - "default.handlebars->47->3402", + "default.handlebars->47->3421", "default.handlebars->47->873", "default.handlebars->47->940", "default.handlebars->47->989", @@ -41529,7 +41542,7 @@ "default3.handlebars->35->2225", "default3.handlebars->35->2466", "default3.handlebars->35->2479", - "default3.handlebars->35->3390", + "default3.handlebars->35->3409", "default3.handlebars->35->870", "default3.handlebars->35->937", "default3.handlebars->35->986", @@ -41793,7 +41806,7 @@ "zh-chs": "英特尔®AMT KVM", "zh-cht": "Intel® AMT KVM", "xloc": [ - "player.handlebars->3->31" + "player.handlebars->3->34" ] }, { @@ -42013,11 +42026,11 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->47->3148", - "default.handlebars->47->3155", - "default3.handlebars->35->3136", - "default3.handlebars->35->3143", - "player.handlebars->3->30" + "default.handlebars->47->3151", + "default.handlebars->47->3161", + "default3.handlebars->35->3139", + "default3.handlebars->35->3149", + "player.handlebars->3->33" ] }, { @@ -42131,11 +42144,11 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->47->3147", - "default.handlebars->47->3154", - "default3.handlebars->35->3135", - "default3.handlebars->35->3142", - "player.handlebars->3->29" + "default.handlebars->47->3150", + "default.handlebars->47->3160", + "default3.handlebars->35->3138", + "default3.handlebars->35->3148", + "player.handlebars->3->32" ] }, { @@ -43402,8 +43415,8 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->47->3333", - "default3.handlebars->35->3321" + "default.handlebars->47->3352", + "default3.handlebars->35->3340" ] }, { @@ -43432,8 +43445,8 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->47->3327", - "default3.handlebars->35->3315" + "default.handlebars->47->3346", + "default3.handlebars->35->3334" ] }, { @@ -43651,8 +43664,8 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->47->3325", - "default3.handlebars->35->3313" + "default.handlebars->47->3344", + "default3.handlebars->35->3332" ] }, { @@ -43681,8 +43694,8 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->47->3326", - "default3.handlebars->35->3314" + "default.handlebars->47->3345", + "default3.handlebars->35->3333" ] }, { @@ -43712,8 +43725,8 @@ "zh-cht": "短信無效", "xloc": [ "default-mobile.handlebars->11->1060", - "default.handlebars->47->3308", - "default3.handlebars->35->3296" + "default.handlebars->47->3327", + "default3.handlebars->35->3315" ] }, { @@ -43804,8 +43817,8 @@ "zh-cht": "無效域", "xloc": [ "default-mobile.handlebars->11->1040", - "default.handlebars->47->3288", - "default3.handlebars->35->3276" + "default.handlebars->47->3307", + "default3.handlebars->35->3295" ] }, { @@ -43861,8 +43874,8 @@ "zh-cht": "不合規電郵", "xloc": [ "default-mobile.handlebars->11->1039", - "default.handlebars->47->3287", - "default3.handlebars->35->3275" + "default.handlebars->47->3306", + "default3.handlebars->35->3294" ] }, { @@ -43981,10 +43994,10 @@ "zh-chs": "无效的登录尝试", "zh-cht": "無效的登錄嘗試", "xloc": [ - "default.handlebars->47->3233", - "default.handlebars->47->3272", - "default3.handlebars->35->3221", - "default3.handlebars->35->3260" + "default.handlebars->47->3242", + "default.handlebars->47->3291", + "default3.handlebars->35->3230", + "default3.handlebars->35->3279" ] }, { @@ -43998,8 +44011,8 @@ "pl": "Błędna wiadomość", "uk": "Хибне повідомлення", "xloc": [ - "default.handlebars->47->3314", - "default3.handlebars->35->3302" + "default.handlebars->47->3333", + "default3.handlebars->35->3321" ] }, { @@ -44041,9 +44054,9 @@ "xloc": [ "default-mobile.handlebars->11->1038", "default-mobile.handlebars->11->96", - "default.handlebars->47->3286", + "default.handlebars->47->3305", "default.handlebars->47->340", - "default3.handlebars->35->3274", + "default3.handlebars->35->3293", "default3.handlebars->35->337" ] }, @@ -44091,8 +44104,8 @@ "zh-cht": "無效的網站權限", "xloc": [ "default-mobile.handlebars->11->1041", - "default.handlebars->47->3289", - "default3.handlebars->35->3277" + "default.handlebars->47->3308", + "default3.handlebars->35->3296" ] }, { @@ -44183,8 +44196,8 @@ "zh-cht": "無效的用戶名", "xloc": [ "default-mobile.handlebars->11->1037", - "default.handlebars->47->3285", - "default3.handlebars->35->3273" + "default.handlebars->47->3304", + "default3.handlebars->35->3292" ] }, { @@ -44454,13 +44467,13 @@ "default.handlebars->47->2446", "default.handlebars->47->2448", "default.handlebars->47->2453", - "default.handlebars->47->3283", + "default.handlebars->47->3302", "default3.handlebars->35->2217", "default3.handlebars->35->2432", "default3.handlebars->35->2443", "default3.handlebars->35->2445", "default3.handlebars->35->2450", - "default3.handlebars->35->3271" + "default3.handlebars->35->3290" ] }, { @@ -46014,9 +46027,9 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->47->3189", + "default.handlebars->47->3195", "default.handlebars->container->column_l->p40->3->1->p40time->9", - "default3.handlebars->35->3177", + "default3.handlebars->35->3183", "default3.handlebars->container->column_l->p40->3->3->p40time->9" ] }, @@ -46116,8 +46129,8 @@ "zh-chs": "过去 7 天", "zh-cht": "過去 7 天", "xloc": [ - "default.handlebars->47->3188", - "default3.handlebars->35->3176" + "default.handlebars->47->3194", + "default3.handlebars->35->3182" ] }, { @@ -46229,8 +46242,8 @@ "zh-chs": "最后一天", "zh-cht": "最後一天", "xloc": [ - "default.handlebars->47->3187", - "default3.handlebars->35->3175" + "default.handlebars->47->3193", + "default3.handlebars->35->3181" ] }, { @@ -46448,8 +46461,8 @@ "pl": "Zapisy czasu ostatnich połączeń", "uk": "Записи часу останнього підключення", "xloc": [ - "default.handlebars->47->3254", - "default3.handlebars->35->3242" + "default.handlebars->47->3263", + "default3.handlebars->35->3251" ] }, { @@ -47311,8 +47324,8 @@ "zh-chs": "长度", "zh-cht": "長度", "xloc": [ - "default.handlebars->47->3204", - "default3.handlebars->35->3192" + "default.handlebars->47->3210", + "default3.handlebars->35->3198" ] }, { @@ -49217,12 +49230,12 @@ "xloc": [ "default-mobile.handlebars->11->95", "default.handlebars->47->2938", - "default.handlebars->47->3232", - "default.handlebars->47->3271", + "default.handlebars->47->3241", + "default.handlebars->47->3290", "default.handlebars->47->339", "default3.handlebars->35->2932", - "default3.handlebars->35->3220", - "default3.handlebars->35->3259", + "default3.handlebars->35->3229", + "default3.handlebars->35->3278", "default3.handlebars->35->336" ] }, @@ -49527,8 +49540,8 @@ "zh-chs": "登录令牌", "zh-cht": "登錄令牌", "xloc": [ - "default.handlebars->47->3243", - "default3.handlebars->35->3231" + "default.handlebars->47->3252", + "default3.handlebars->35->3240" ] }, { @@ -50503,8 +50516,8 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->47->3389", - "default3.handlebars->35->3377" + "default.handlebars->47->3408", + "default3.handlebars->35->3396" ] }, { @@ -51494,8 +51507,8 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->47->3331", - "default3.handlebars->35->3319" + "default.handlebars->47->3350", + "default3.handlebars->35->3338" ] }, { @@ -51620,11 +51633,11 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->47->3374", - "default.handlebars->47->3379", + "default.handlebars->47->3393", + "default.handlebars->47->3398", "default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7", - "default3.handlebars->35->3362", - "default3.handlebars->35->3367", + "default3.handlebars->35->3381", + "default3.handlebars->35->3386", "default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7" ] }, @@ -51661,13 +51674,13 @@ "default.handlebars->47->1715", "default.handlebars->47->1721", "default.handlebars->47->1727", - "default.handlebars->47->3352", + "default.handlebars->47->3371", "default.handlebars->container->column_l->p40->3->1->p40type->3", "default3.handlebars->35->1596", "default3.handlebars->35->1698", "default3.handlebars->35->1704", "default3.handlebars->35->1710", - "default3.handlebars->35->3340", + "default3.handlebars->35->3359", "default3.handlebars->container->column_l->p40->3->3->p40type->3" ] }, @@ -51973,8 +51986,8 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->47->3391", - "default3.handlebars->35->3379" + "default.handlebars->47->3410", + "default3.handlebars->35->3398" ] }, { @@ -52003,8 +52016,8 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->47->3392", - "default3.handlebars->35->3380" + "default.handlebars->47->3411", + "default3.handlebars->35->3399" ] }, { @@ -52526,8 +52539,8 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->47->3390", - "default3.handlebars->35->3378" + "default.handlebars->47->3409", + "default3.handlebars->35->3397" ] }, { @@ -53007,7 +53020,7 @@ "zh-cht": "MeshMessenger", "xloc": [ "messenger.handlebars->remoteImage->3->1", - "player.handlebars->3->32" + "player.handlebars->3->35" ] }, { @@ -53065,12 +53078,12 @@ "default.handlebars->47->1028", "default.handlebars->47->1319", "default.handlebars->47->3015", - "default.handlebars->47->3210", + "default.handlebars->47->3216", "default.handlebars->47->578", "default3.handlebars->35->1025", "default3.handlebars->35->1310", "default3.handlebars->35->3009", - "default3.handlebars->35->3198", + "default3.handlebars->35->3204", "default3.handlebars->35->575" ] }, @@ -53132,8 +53145,8 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->47->3388", - "default3.handlebars->35->3376" + "default.handlebars->47->3407", + "default3.handlebars->35->3395" ] }, { @@ -53147,8 +53160,8 @@ "pl": "Błąd wiadomości", "uk": "Помилка повідомлення", "xloc": [ - "default.handlebars->47->3316", - "default3.handlebars->35->3304" + "default.handlebars->47->3335", + "default3.handlebars->35->3323" ] }, { @@ -53162,8 +53175,8 @@ "pl": "Błąd wiadomości: {0}", "uk": "Помилка повідомлення: {0}", "xloc": [ - "default.handlebars->47->3317", - "default3.handlebars->35->3305" + "default.handlebars->47->3336", + "default3.handlebars->35->3324" ] }, { @@ -53192,8 +53205,8 @@ "pl": "Wiadomość wysłana.", "uk": "Повідомлення:", "xloc": [ - "default.handlebars->47->3315", - "default3.handlebars->35->3303" + "default.handlebars->47->3334", + "default3.handlebars->35->3322" ] }, { @@ -53371,12 +53384,14 @@ "zh-chs": "信使", "zh-cht": "信使", "xloc": [ - "default.handlebars->47->3149", - "default.handlebars->47->3156", - "default.handlebars->47->3219", - "default3.handlebars->35->3137", - "default3.handlebars->35->3144", - "default3.handlebars->35->3207" + "default.handlebars->47->3152", + "default.handlebars->47->3162", + "default.handlebars->47->3228", + "default.handlebars->47->3281", + "default3.handlebars->35->3140", + "default3.handlebars->35->3150", + "default3.handlebars->35->3216", + "default3.handlebars->35->3269" ] }, { @@ -53389,8 +53404,8 @@ "pl": "Wiadomości", "uk": "Обмін повідомленнями", "xloc": [ - "default.handlebars->47->3239", - "default3.handlebars->35->3227" + "default.handlebars->47->3248", + "default3.handlebars->35->3236" ] }, { @@ -54032,8 +54047,8 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->47->3168", - "default3.handlebars->35->3156" + "default.handlebars->47->3174", + "default3.handlebars->35->3162" ] }, { @@ -55000,8 +55015,8 @@ "pl": "Zapisy informacji o interfejsach sieciowych", "uk": "Записати інформацію про мережевий інтерфейс", "xloc": [ - "default.handlebars->47->3252", - "default3.handlebars->35->3240" + "default.handlebars->47->3261", + "default3.handlebars->35->3249" ] }, { @@ -55127,8 +55142,8 @@ "zh-cht": "新賬戶", "xloc": [ "default-mobile.handlebars->11->1030", - "default.handlebars->47->3278", - "default3.handlebars->35->3266" + "default.handlebars->47->3297", + "default3.handlebars->35->3285" ] }, { @@ -57478,8 +57493,8 @@ "zh-cht": "沒有此用戶的電話號碼", "xloc": [ "default-mobile.handlebars->11->1061", - "default.handlebars->47->3309", - "default3.handlebars->35->3297" + "default.handlebars->47->3328", + "default3.handlebars->35->3316" ] }, { @@ -57713,8 +57728,8 @@ "zh-cht": "沒有用戶管理權限", "xloc": [ "default-mobile.handlebars->11->1059", - "default.handlebars->47->3307", - "default3.handlebars->35->3295" + "default.handlebars->47->3326", + "default3.handlebars->35->3314" ] }, { @@ -57929,7 +57944,7 @@ "default.handlebars->47->2999", "default.handlebars->47->3036", "default.handlebars->47->314", - "default.handlebars->47->3234", + "default.handlebars->47->3243", "default.handlebars->47->412", "default.handlebars->47->413", "default.handlebars->47->893", @@ -57965,7 +57980,7 @@ "default3.handlebars->35->2993", "default3.handlebars->35->3030", "default3.handlebars->35->311", - "default3.handlebars->35->3222", + "default3.handlebars->35->3231", "default3.handlebars->35->409", "default3.handlebars->35->410", "default3.handlebars->35->890", @@ -58343,8 +58358,8 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->47->3160", - "default3.handlebars->35->3148" + "default.handlebars->47->3166", + "default3.handlebars->35->3154" ] }, { @@ -58786,8 +58801,8 @@ "zh-chs": "空值", "zh-cht": "無效的", "xloc": [ - "default.handlebars->47->3382", - "default3.handlebars->35->3370" + "default.handlebars->47->3401", + "default3.handlebars->35->3389" ] }, { @@ -59034,8 +59049,8 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->1027", - "default.handlebars->47->3275", - "default3.handlebars->35->3263" + "default.handlebars->47->3294", + "default3.handlebars->35->3282" ] }, { @@ -59298,8 +59313,8 @@ "zh-chs": "一次性密码", "zh-cht": "一次性密碼", "xloc": [ - "default.handlebars->47->3241", - "default3.handlebars->35->3229" + "default.handlebars->47->3250", + "default3.handlebars->35->3238" ] }, { @@ -59529,7 +59544,7 @@ "zh-chs": "打开文件...", "zh-cht": "打開檔案...", "xloc": [ - "player.handlebars->3->58", + "player.handlebars->3->61", "player.handlebars->p11->deskarea0->deskarea1->3" ] }, @@ -59924,14 +59939,14 @@ "default-mobile.handlebars->11->788", "default.handlebars->47->1356", "default.handlebars->47->1623", - "default.handlebars->47->3207", + "default.handlebars->47->3213", "default.handlebars->47->354", "default.handlebars->47->560", "default.handlebars->47->610", "default.handlebars->47->945", "default3.handlebars->35->1344", "default3.handlebars->35->1608", - "default3.handlebars->35->3195", + "default3.handlebars->35->3201", "default3.handlebars->35->351", "default3.handlebars->35->557", "default3.handlebars->35->607", @@ -60981,8 +60996,8 @@ "zh-cht": "密碼已更改。", "xloc": [ "default-mobile.handlebars->11->1055", - "default.handlebars->47->3303", - "default3.handlebars->35->3291" + "default.handlebars->47->3322", + "default3.handlebars->35->3310" ] }, { @@ -62009,8 +62024,8 @@ "zh-cht": "沒有權限", "xloc": [ "default-mobile.handlebars->11->1036", - "default.handlebars->47->3284", - "default3.handlebars->35->3272" + "default.handlebars->47->3303", + "default3.handlebars->35->3291" ] }, { @@ -62501,9 +62516,9 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->47->329", - "default.handlebars->47->3420", + "default.handlebars->47->3439", "default3.handlebars->35->326", - "default3.handlebars->35->3408" + "default3.handlebars->35->3427" ] }, { @@ -63423,8 +63438,8 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->47->3159", - "default3.handlebars->35->3147" + "default.handlebars->47->3165", + "default3.handlebars->35->3153" ] }, { @@ -63511,10 +63526,10 @@ "zh-chs": "按[空格]播放/暂停。", "zh-cht": "按[空格]播放/暫停。", "xloc": [ - "player.handlebars->3->41", - "player.handlebars->3->42", - "player.handlebars->3->43", - "player.handlebars->3->44" + "player.handlebars->3->44", + "player.handlebars->3->45", + "player.handlebars->3->46", + "player.handlebars->3->47" ] }, { @@ -64063,9 +64078,9 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->47->3157", - "default3.handlebars->35->3145", - "player.handlebars->3->33" + "default.handlebars->47->3163", + "default3.handlebars->35->3151", + "player.handlebars->3->36" ] }, { @@ -64397,8 +64412,8 @@ "zh-chs": "推送通知", "zh-cht": "推送通知", "xloc": [ - "default.handlebars->47->3240", - "default3.handlebars->35->3228" + "default.handlebars->47->3249", + "default3.handlebars->35->3237" ] }, { @@ -64527,7 +64542,7 @@ "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->0->1", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->3->1", "default3.handlebars->container->xxAddAgentModal->xxAddAgentModalConf->1->xxAddAgentBody->dialog7->d7meshkvm->3->1", - "player.handlebars->3->50", + "player.handlebars->3->53", "sharing-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->0->1", "sharing.handlebars->dialog->dialogBody->dialog7->d7meshkvm->3->1" ] @@ -64985,8 +65000,8 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->47->3378", - "default3.handlebars->35->3366" + "default.handlebars->47->3397", + "default3.handlebars->35->3385" ] }, { @@ -65456,8 +65471,8 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->47->3171", - "default3.handlebars->35->3159" + "default.handlebars->47->3177", + "default3.handlebars->35->3165" ] }, { @@ -65851,14 +65866,14 @@ "default.handlebars->47->1155", "default.handlebars->47->1180", "default.handlebars->47->2422", - "default.handlebars->47->3359", + "default.handlebars->47->3378", "default.handlebars->47->427", "default.handlebars->47->431", "default.handlebars->47->734", "default3.handlebars->35->1150", "default3.handlebars->35->1175", "default3.handlebars->35->2419", - "default3.handlebars->35->3347", + "default3.handlebars->35->3366", "default3.handlebars->35->424", "default3.handlebars->35->428", "default3.handlebars->35->731" @@ -65890,8 +65905,8 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->47->3344", - "default3.handlebars->35->3332" + "default.handlebars->47->3363", + "default3.handlebars->35->3351" ] }, { @@ -65956,8 +65971,8 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->47->3337", - "default3.handlebars->35->3325" + "default.handlebars->47->3356", + "default3.handlebars->35->3344" ] }, { @@ -66026,10 +66041,10 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->47->3343", - "default.handlebars->47->3371", - "default3.handlebars->35->3331", - "default3.handlebars->35->3359" + "default.handlebars->47->3362", + "default.handlebars->47->3390", + "default3.handlebars->35->3350", + "default3.handlebars->35->3378" ] }, { @@ -66144,8 +66159,8 @@ "zh-chs": "记住设备", "zh-cht": "記住設備", "xloc": [ - "default.handlebars->47->3242", - "default3.handlebars->35->3230" + "default.handlebars->47->3251", + "default3.handlebars->35->3239" ] }, { @@ -67230,8 +67245,8 @@ "zh-chs": "远程会话", "zh-cht": "遠程會話", "xloc": [ - "default.handlebars->47->3173", - "default3.handlebars->35->3161" + "default.handlebars->47->3179", + "default3.handlebars->35->3167" ] }, { @@ -69076,8 +69091,8 @@ "zh-chs": "报告未返回任何内容。", "zh-cht": "報告未返回任何內容。", "xloc": [ - "default.handlebars->47->3212", - "default3.handlebars->35->3200" + "default.handlebars->47->3218", + "default3.handlebars->35->3206" ] }, { @@ -69106,8 +69121,8 @@ "zh-chs": "报告.csv", "zh-cht": "報告.csv", "xloc": [ - "default.handlebars->47->3273", - "default3.handlebars->35->3261" + "default.handlebars->47->3292", + "default3.handlebars->35->3280" ] }, { @@ -71071,8 +71086,8 @@ "zh-cht": "短信錯誤", "xloc": [ "default-mobile.handlebars->11->1063", - "default.handlebars->47->3311", - "default3.handlebars->35->3299" + "default.handlebars->47->3330", + "default3.handlebars->35->3318" ] }, { @@ -71102,8 +71117,8 @@ "zh-cht": "短信錯誤:{0}", "xloc": [ "default-mobile.handlebars->11->1064", - "default.handlebars->47->3312", - "default3.handlebars->35->3300" + "default.handlebars->47->3331", + "default3.handlebars->35->3319" ] }, { @@ -71163,8 +71178,8 @@ "zh-cht": "短信網關未啟用", "xloc": [ "default-mobile.handlebars->11->1058", - "default.handlebars->47->3306", - "default3.handlebars->35->3294" + "default.handlebars->47->3325", + "default3.handlebars->35->3313" ] }, { @@ -71193,8 +71208,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->47->3237", - "default3.handlebars->35->3225" + "default.handlebars->47->3246", + "default3.handlebars->35->3234" ] }, { @@ -71265,8 +71280,8 @@ "pl": "Sukces wysyłania SMS.", "uk": "SMS успішно надіслано.", "xloc": [ - "default.handlebars->47->3310", - "default3.handlebars->35->3298" + "default.handlebars->47->3329", + "default3.handlebars->35->3317" ] }, { @@ -72736,8 +72751,8 @@ "zh-cht": "安全警告", "xloc": [ "default-mobile.handlebars->11->1032", - "default.handlebars->47->3280", - "default3.handlebars->35->3268" + "default.handlebars->47->3299", + "default3.handlebars->35->3287" ] }, { @@ -72783,7 +72798,7 @@ "zh-chs": "寻求", "zh-cht": "尋求", "xloc": [ - "player.handlebars->3->39" + "player.handlebars->3->42" ] }, { @@ -72898,13 +72913,13 @@ "default.handlebars->47->1247", "default.handlebars->47->1249", "default.handlebars->47->1251", - "default.handlebars->47->3193", - "default.handlebars->47->3195", + "default.handlebars->47->3199", + "default.handlebars->47->3201", "default3.handlebars->35->1242", "default3.handlebars->35->1244", "default3.handlebars->35->1246", - "default3.handlebars->35->3181", - "default3.handlebars->35->3183" + "default3.handlebars->35->3187", + "default3.handlebars->35->3189" ] }, { @@ -74133,8 +74148,8 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->47->3393", - "default3.handlebars->35->3381" + "default.handlebars->47->3412", + "default3.handlebars->35->3400" ] }, { @@ -74208,8 +74223,8 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->47->3394", - "default3.handlebars->35->3382" + "default.handlebars->47->3413", + "default3.handlebars->35->3401" ] }, { @@ -74322,8 +74337,8 @@ "zh-cht": "服務器限制", "xloc": [ "default-mobile.handlebars->11->1031", - "default.handlebars->47->3279", - "default3.handlebars->35->3267" + "default.handlebars->47->3298", + "default3.handlebars->35->3286" ] }, { @@ -74503,8 +74518,8 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->47->3322", - "default3.handlebars->35->3310" + "default.handlebars->47->3341", + "default3.handlebars->35->3329" ] }, { @@ -74563,8 +74578,8 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->47->3407", - "default3.handlebars->35->3395" + "default.handlebars->47->3426", + "default3.handlebars->35->3414" ] }, { @@ -74593,8 +74608,8 @@ "zh-chs": "服务器跟踪事件", "zh-cht": "服務器跟踪事件", "xloc": [ - "default.handlebars->47->3385", - "default3.handlebars->35->3373" + "default.handlebars->47->3404", + "default3.handlebars->35->3392" ] }, { @@ -74958,8 +74973,8 @@ "pl": "Zapisy statystyk serwera", "uk": "Записи статистики сервера", "xloc": [ - "default.handlebars->47->3257", - "default3.handlebars->35->3245" + "default.handlebars->47->3266", + "default3.handlebars->35->3254" ] }, { @@ -75045,8 +75060,8 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->47->3384", - "default3.handlebars->35->3372" + "default.handlebars->47->3403", + "default3.handlebars->35->3391" ] }, { @@ -75155,9 +75170,9 @@ "zh-cht": "節", "xloc": [ "default.handlebars->47->3138", - "default.handlebars->47->3200", + "default.handlebars->47->3206", "default3.handlebars->35->3126", - "default3.handlebars->35->3188", + "default3.handlebars->35->3194", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -76583,8 +76598,8 @@ "zh-chs": "显示流量", "zh-cht": "顯示流量", "xloc": [ - "default.handlebars->47->3196", - "default3.handlebars->35->3184" + "default.handlebars->47->3202", + "default3.handlebars->35->3190" ] }, { @@ -77486,8 +77501,8 @@ "zh-chs": "单点登录", "zh-cht": "單點登錄", "xloc": [ - "default.handlebars->47->3245", - "default3.handlebars->35->3233" + "default.handlebars->47->3254", + "default3.handlebars->35->3242" ] }, { @@ -77543,10 +77558,10 @@ "zh-cht": "尺寸", "xloc": [ "default.handlebars->47->3141", - "default.handlebars->47->3163", + "default.handlebars->47->3169", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize", "default3.handlebars->35->3129", - "default3.handlebars->35->3151", + "default3.handlebars->35->3157", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSize" ] }, @@ -79235,14 +79250,14 @@ "default.handlebars->47->300", "default.handlebars->47->305", "default.handlebars->47->3139", - "default.handlebars->47->3165", + "default.handlebars->47->3171", "default3.handlebars->35->1245", "default3.handlebars->35->138", "default3.handlebars->35->1398", "default3.handlebars->35->297", "default3.handlebars->35->302", "default3.handlebars->35->3127", - "default3.handlebars->35->3153", + "default3.handlebars->35->3159", "sharing.handlebars->11->14" ] }, @@ -80029,11 +80044,11 @@ "default-mobile.handlebars->11->887", "default.handlebars->47->1732", "default.handlebars->47->3079", - "default.handlebars->47->3158", + "default.handlebars->47->3164", "default.handlebars->container->column_l->p42->p42tbl->1->0->7", "default3.handlebars->35->1715", "default3.handlebars->35->3071", - "default3.handlebars->35->3146", + "default3.handlebars->35->3152", "default3.handlebars->container->column_l->p42->p42tbl->1->0->15" ] }, @@ -80511,10 +80526,10 @@ "zh-chs": "成功登录", "zh-cht": "成功登錄", "xloc": [ - "default.handlebars->47->3230", - "default.handlebars->47->3269", - "default3.handlebars->35->3218", - "default3.handlebars->35->3257" + "default.handlebars->47->3239", + "default.handlebars->47->3288", + "default3.handlebars->35->3227", + "default3.handlebars->35->3276" ] }, { @@ -81789,10 +81804,10 @@ "default.handlebars->47->1215", "default.handlebars->47->2252", "default.handlebars->47->2332", - "default.handlebars->47->3151", - "default.handlebars->47->3214", - "default.handlebars->47->3264", - "default.handlebars->47->3360", + "default.handlebars->47->3154", + "default.handlebars->47->3220", + "default.handlebars->47->3273", + "default.handlebars->47->3379", "default.handlebars->47->468", "default.handlebars->47->872", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -81801,10 +81816,10 @@ "default3.handlebars->35->1210", "default3.handlebars->35->2248", "default3.handlebars->35->2329", - "default3.handlebars->35->3139", - "default3.handlebars->35->3202", - "default3.handlebars->35->3252", - "default3.handlebars->35->3348", + "default3.handlebars->35->3142", + "default3.handlebars->35->3208", + "default3.handlebars->35->3261", + "default3.handlebars->35->3367", "default3.handlebars->35->465", "default3.handlebars->35->869", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -82117,8 +82132,8 @@ "pl": "Zapisy notatek tekstowych", "uk": "Записи текстових приміток", "xloc": [ - "default.handlebars->47->3251", - "default3.handlebars->35->3239" + "default.handlebars->47->3260", + "default3.handlebars->35->3248" ] }, { @@ -82444,8 +82459,8 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->1026", - "default.handlebars->47->3274", - "default3.handlebars->35->3262" + "default.handlebars->47->3293", + "default3.handlebars->35->3281" ] }, { @@ -82475,8 +82490,8 @@ "zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。", "xloc": [ "default-mobile.handlebars->11->1047", - "default.handlebars->47->3295", - "default3.handlebars->35->3283" + "default.handlebars->47->3314", + "default3.handlebars->35->3302" ] }, { @@ -83252,11 +83267,11 @@ "xloc": [ "default-mobile.handlebars->11->583", "default.handlebars->47->1263", - "default.handlebars->47->3191", - "default.handlebars->47->3198", + "default.handlebars->47->3197", + "default.handlebars->47->3204", "default3.handlebars->35->1258", - "default3.handlebars->35->3179", - "default3.handlebars->35->3186", + "default3.handlebars->35->3185", + "default3.handlebars->35->3192", "player.handlebars->3->17" ] }, @@ -83287,9 +83302,9 @@ "zh-cht": "時間範圍結束", "xloc": [ "default.handlebars->47->1248", - "default.handlebars->47->3194", + "default.handlebars->47->3200", "default3.handlebars->35->1243", - "default3.handlebars->35->3182" + "default3.handlebars->35->3188" ] }, { @@ -83319,9 +83334,9 @@ "zh-cht": "時間範圍開始", "xloc": [ "default.handlebars->47->1246", - "default.handlebars->47->3192", + "default.handlebars->47->3198", "default3.handlebars->35->1241", - "default3.handlebars->35->3180" + "default3.handlebars->35->3186" ] }, { @@ -83381,9 +83396,9 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->47->1242", - "default.handlebars->47->3190", + "default.handlebars->47->3196", "default3.handlebars->35->1237", - "default3.handlebars->35->3178" + "default3.handlebars->35->3184" ] }, { @@ -85280,7 +85295,7 @@ "default.handlebars->47->2116", "default.handlebars->47->2184", "default.handlebars->47->2285", - "default.handlebars->47->3177", + "default.handlebars->47->3183", "default.handlebars->47->510", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "default3.handlebars->35->1218", @@ -85288,7 +85303,7 @@ "default3.handlebars->35->2116", "default3.handlebars->35->2180", "default3.handlebars->35->2279", - "default3.handlebars->35->3165", + "default3.handlebars->35->3171", "default3.handlebars->35->507", "default3.handlebars->container->column_l->p11->deskarea0->deskarea4->1", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -85651,7 +85666,7 @@ "xloc": [ "default-mobile.handlebars->11->357", "default-mobile.handlebars->11->99", - "default3.handlebars->35->3399" + "default3.handlebars->35->3418" ] }, { @@ -85681,7 +85696,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->47->2109", - "default.handlebars->47->3413", + "default.handlebars->47->3432", "default.handlebars->47->741", "default.handlebars->47->890", "default3.handlebars->35->738", @@ -85715,8 +85730,8 @@ "zh-cht": "此模式下無法添加用戶", "xloc": [ "default-mobile.handlebars->11->1043", - "default.handlebars->47->3291", - "default3.handlebars->35->3279" + "default.handlebars->47->3310", + "default3.handlebars->35->3298" ] }, { @@ -86485,13 +86500,13 @@ "default.handlebars->47->2185", "default.handlebars->47->3123", "default.handlebars->47->3143", - "default.handlebars->47->3150", - "default.handlebars->47->3224", - "default.handlebars->47->3225", - "default.handlebars->47->3226", - "default.handlebars->47->3227", - "default.handlebars->47->3228", - "default.handlebars->47->3267", + "default.handlebars->47->3153", + "default.handlebars->47->3233", + "default.handlebars->47->3234", + "default.handlebars->47->3235", + "default.handlebars->47->3236", + "default.handlebars->47->3237", + "default.handlebars->47->3286", "default.handlebars->47->44", "default.handlebars->47->51", "default.handlebars->47->52", @@ -86514,13 +86529,13 @@ "default3.handlebars->35->2181", "default3.handlebars->35->3111", "default3.handlebars->35->3131", - "default3.handlebars->35->3138", - "default3.handlebars->35->3212", - "default3.handlebars->35->3213", - "default3.handlebars->35->3214", - "default3.handlebars->35->3215", - "default3.handlebars->35->3216", - "default3.handlebars->35->3255", + "default3.handlebars->35->3141", + "default3.handlebars->35->3221", + "default3.handlebars->35->3222", + "default3.handlebars->35->3223", + "default3.handlebars->35->3224", + "default3.handlebars->35->3225", + "default3.handlebars->35->3274", "default3.handlebars->35->44", "default3.handlebars->35->51", "default3.handlebars->35->52", @@ -86584,8 +86599,8 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->47->3328", - "default3.handlebars->35->3316" + "default.handlebars->47->3347", + "default3.handlebars->35->3335" ] }, { @@ -86648,10 +86663,10 @@ "xloc": [ "default.handlebars->47->2908", "default.handlebars->47->3097", - "default.handlebars->47->3332", + "default.handlebars->47->3351", "default3.handlebars->35->2902", "default3.handlebars->35->3085", - "default3.handlebars->35->3320" + "default3.handlebars->35->3339" ] }, { @@ -86680,8 +86695,8 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->47->3324", - "default3.handlebars->35->3312" + "default.handlebars->47->3343", + "default3.handlebars->35->3331" ] }, { @@ -86741,10 +86756,10 @@ "zh-chs": "未知用户", "zh-cht": "未知用戶", "xloc": [ - "default.handlebars->47->3229", - "default.handlebars->47->3268", - "default3.handlebars->35->3217", - "default3.handlebars->35->3256" + "default.handlebars->47->3238", + "default.handlebars->47->3287", + "default3.handlebars->35->3226", + "default3.handlebars->35->3275" ] }, { @@ -87105,8 +87120,8 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->47->3418", - "default3.handlebars->35->3406" + "default.handlebars->47->3437", + "default3.handlebars->35->3425" ] }, { @@ -87783,8 +87798,8 @@ "zh-chs": "用法", "zh-cht": "用法", "xloc": [ - "default.handlebars->47->3380", - "default3.handlebars->35->3368" + "default.handlebars->47->3399", + "default3.handlebars->35->3387" ] }, { @@ -88045,10 +88060,10 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->47->3318", - "default.handlebars->47->3320", - "default3.handlebars->35->3306", - "default3.handlebars->35->3308" + "default.handlebars->47->3337", + "default.handlebars->47->3339", + "default3.handlebars->35->3325", + "default3.handlebars->35->3327" ] }, { @@ -88084,10 +88099,10 @@ "default.handlebars->47->2719", "default.handlebars->47->2749", "default.handlebars->47->2904", - "default.handlebars->47->3170", - "default.handlebars->47->3178", - "default.handlebars->47->3182", - "default.handlebars->47->3201", + "default.handlebars->47->3176", + "default.handlebars->47->3184", + "default.handlebars->47->3188", + "default.handlebars->47->3207", "default.handlebars->47->393", "default3.handlebars->35->1091", "default3.handlebars->35->136", @@ -88096,10 +88111,10 @@ "default3.handlebars->35->2716", "default3.handlebars->35->2746", "default3.handlebars->35->2898", - "default3.handlebars->35->3158", - "default3.handlebars->35->3166", - "default3.handlebars->35->3170", - "default3.handlebars->35->3189", + "default3.handlebars->35->3164", + "default3.handlebars->35->3172", + "default3.handlebars->35->3176", + "default3.handlebars->35->3195", "default3.handlebars->35->390" ] }, @@ -88201,8 +88216,8 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->47->3338", - "default3.handlebars->35->3326" + "default.handlebars->47->3357", + "default3.handlebars->35->3345" ] }, { @@ -88217,8 +88232,8 @@ "pl": "Dziennik Autentykacji Użytkownika", "uk": "Журнал Автентифікації Користувача", "xloc": [ - "default.handlebars->47->3401", - "default3.handlebars->35->3389" + "default.handlebars->47->3420", + "default3.handlebars->35->3408" ] }, { @@ -88582,8 +88597,8 @@ "zh-chs": "用户登录", "zh-cht": "用戶登錄", "xloc": [ - "default.handlebars->47->3175", - "default3.handlebars->35->3163" + "default.handlebars->47->3181", + "default3.handlebars->35->3169" ] }, { @@ -88695,10 +88710,19 @@ "zh-chs": "用户PowerShell", "zh-cht": "用戶PowerShell", "xloc": [ + "default.handlebars->47->3149", + "default.handlebars->47->3159", + "default.handlebars->47->3225", + "default.handlebars->47->3278", "default.handlebars->termShellContextMenu->7", "default.handlebars->termShellContextMenu2->3", + "default3.handlebars->35->3137", + "default3.handlebars->35->3147", + "default3.handlebars->35->3213", + "default3.handlebars->35->3266", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->19->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->7->0", + "player.handlebars->3->31", "xterm.handlebars->termShellContextMenu->cxtermups" ] }, @@ -88758,8 +88782,8 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->47->3370", - "default3.handlebars->35->3358" + "default.handlebars->47->3389", + "default3.handlebars->35->3377" ] }, { @@ -88788,12 +88812,21 @@ "zh-chs": "用户Shell", "zh-cht": "用戶Shell", "xloc": [ + "default.handlebars->47->3148", + "default.handlebars->47->3158", + "default.handlebars->47->3224", + "default.handlebars->47->3277", "default.handlebars->termShellContextMenu->5", "default.handlebars->termShellContextMenu2->1->0", "default.handlebars->termShellContextMenuLinux->3", + "default3.handlebars->35->3136", + "default3.handlebars->35->3146", + "default3.handlebars->35->3212", + "default3.handlebars->35->3265", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->17->0->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->23->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->5->0", + "player.handlebars->3->30", "xterm.handlebars->termShellContextMenu->cxtermunorm", "xterm.handlebars->termShellContextMenuLinux->cxtermps" ] @@ -88824,8 +88857,8 @@ "zh-chs": "用户流量使用", "zh-cht": "用戶流量使用", "xloc": [ - "default.handlebars->47->3174", - "default3.handlebars->35->3162" + "default.handlebars->47->3180", + "default3.handlebars->35->3168" ] }, { @@ -88942,8 +88975,8 @@ "zh-cht": "用戶已存在", "xloc": [ "default-mobile.handlebars->11->1042", - "default.handlebars->47->3290", - "default3.handlebars->35->3278" + "default.handlebars->47->3309", + "default3.handlebars->35->3297" ] }, { @@ -89082,8 +89115,8 @@ "pl": "Zapisy grupy użytkownika", "uk": "Записи групи користувачів", "xloc": [ - "default.handlebars->47->3258", - "default3.handlebars->35->3246" + "default.handlebars->47->3267", + "default3.handlebars->35->3255" ] }, { @@ -89240,8 +89273,8 @@ "pl": "Zapisy użytkownika", "uk": "Записи користувача", "xloc": [ - "default.handlebars->47->3248", - "default3.handlebars->35->3236" + "default.handlebars->47->3257", + "default3.handlebars->35->3245" ] }, { @@ -89271,8 +89304,8 @@ "zh-cht": "未找到用戶 {0}。", "xloc": [ "default-mobile.handlebars->11->1050", - "default.handlebars->47->3298", - "default3.handlebars->35->3286" + "default.handlebars->47->3317", + "default3.handlebars->35->3305" ] }, { @@ -89583,11 +89616,11 @@ "xloc": [ "default.handlebars->47->2852", "default.handlebars->47->2896", - "default.handlebars->47->3369", + "default.handlebars->47->3388", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral", "default3.handlebars->35->2846", "default3.handlebars->35->2890", - "default3.handlebars->35->3357", + "default3.handlebars->35->3376", "default3.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -89617,8 +89650,8 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->47->3342", - "default3.handlebars->35->3330" + "default.handlebars->47->3361", + "default3.handlebars->35->3349" ] }, { @@ -89678,8 +89711,8 @@ "zh-cht": "未找到用戶 {0}。", "xloc": [ "default-mobile.handlebars->11->1051", - "default.handlebars->47->3299", - "default3.handlebars->35->3287" + "default.handlebars->47->3318", + "default3.handlebars->35->3306" ] }, { @@ -89861,8 +89894,8 @@ "zh-cht": "驗證異常", "xloc": [ "default-mobile.handlebars->11->1044", - "default.handlebars->47->3292", - "default3.handlebars->35->3280" + "default.handlebars->47->3311", + "default3.handlebars->35->3299" ] }, { @@ -90327,9 +90360,9 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->47->3414", - "default3.handlebars->35->3401", - "default3.handlebars->35->3402" + "default.handlebars->47->3433", + "default3.handlebars->35->3420", + "default3.handlebars->35->3421" ] }, { @@ -90566,10 +90599,10 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->47->3417", - "default.handlebars->47->3419", - "default3.handlebars->35->3405", - "default3.handlebars->35->3407" + "default.handlebars->47->3436", + "default.handlebars->47->3438", + "default3.handlebars->35->3424", + "default3.handlebars->35->3426" ] }, { @@ -91359,10 +91392,10 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->47->3396", - "default.handlebars->47->3397", - "default3.handlebars->35->3384", - "default3.handlebars->35->3385" + "default.handlebars->47->3415", + "default.handlebars->47->3416", + "default3.handlebars->35->3403", + "default3.handlebars->35->3404" ] }, { @@ -91391,8 +91424,8 @@ "zh-chs": "Web 服务器 HTTP 标头", "zh-cht": "Web 服務器 HTTP 標頭", "xloc": [ - "default.handlebars->47->3400", - "default3.handlebars->35->3388" + "default.handlebars->47->3419", + "default3.handlebars->35->3407" ] }, { @@ -91421,8 +91454,8 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->47->3398", - "default3.handlebars->35->3386" + "default.handlebars->47->3417", + "default3.handlebars->35->3405" ] }, { @@ -91451,8 +91484,8 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->47->3399", - "default3.handlebars->35->3387" + "default.handlebars->47->3418", + "default3.handlebars->35->3406" ] }, { @@ -91482,10 +91515,12 @@ "zh-cht": "網絡RDP", "xloc": [ "default.handlebars->47->1064", - "default.handlebars->47->3220", + "default.handlebars->47->3229", + "default.handlebars->47->3282", "default.handlebars->contextMenu->cxwebrdp", "default3.handlebars->35->1061", - "default3.handlebars->35->3208", + "default3.handlebars->35->3217", + "default3.handlebars->35->3270", "default3.handlebars->contextMenu->cxwebrdp" ] }, @@ -91515,8 +91550,10 @@ "zh-chs": "网络SFTP", "zh-cht": "網絡SFTP", "xloc": [ - "default.handlebars->47->3222", - "default3.handlebars->35->3210" + "default.handlebars->47->3231", + "default.handlebars->47->3284", + "default3.handlebars->35->3219", + "default3.handlebars->35->3272" ] }, { @@ -91546,10 +91583,12 @@ "zh-cht": "網絡SSH", "xloc": [ "default.handlebars->47->1066", - "default.handlebars->47->3221", + "default.handlebars->47->3230", + "default.handlebars->47->3283", "default.handlebars->contextMenu->cxwebssh", "default3.handlebars->35->1063", - "default3.handlebars->35->3209", + "default3.handlebars->35->3218", + "default3.handlebars->35->3271", "default3.handlebars->contextMenu->cxwebssh" ] }, @@ -91580,10 +91619,12 @@ "zh-cht": "網絡-VNC", "xloc": [ "default.handlebars->47->1062", - "default.handlebars->47->3223", + "default.handlebars->47->3232", + "default.handlebars->47->3285", "default.handlebars->contextMenu->cxwebvnc", "default3.handlebars->35->1059", - "default3.handlebars->35->3211", + "default3.handlebars->35->3220", + "default3.handlebars->35->3273", "default3.handlebars->contextMenu->cxwebvnc" ] }, @@ -91613,8 +91654,8 @@ "zh-chs": "网络RDP", "zh-cht": "WebRDP", "xloc": [ - "default.handlebars->47->3363", - "default3.handlebars->35->3351" + "default.handlebars->47->3382", + "default3.handlebars->35->3370" ] }, { @@ -91643,8 +91684,8 @@ "zh-chs": "网络SSH", "zh-cht": "網絡SSH", "xloc": [ - "default.handlebars->47->3364", - "default3.handlebars->35->3352" + "default.handlebars->47->3383", + "default3.handlebars->35->3371" ] }, { @@ -91703,8 +91744,8 @@ "zh-chs": "网络VNC", "zh-cht": "網絡VNC", "xloc": [ - "default.handlebars->47->3365", - "default3.handlebars->35->3353" + "default.handlebars->47->3384", + "default3.handlebars->35->3372" ] }, { @@ -94633,8 +94674,8 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->47->3415", - "default3.handlebars->35->3403" + "default.handlebars->47->3434", + "default3.handlebars->35->3422" ] }, { @@ -95258,7 +95299,7 @@ "zh-chs": "data:image / png; base64,", "zh-cht": "data:image / png; base64,", "xloc": [ - "player.handlebars->3->45" + "player.handlebars->3->48" ] }, { @@ -95620,10 +95661,10 @@ "zh-chs": "空闲", "zh-cht": "免費", "xloc": [ - "default.handlebars->47->3350", - "default.handlebars->47->3353", - "default3.handlebars->35->3338", - "default3.handlebars->35->3341" + "default.handlebars->47->3369", + "default.handlebars->47->3372", + "default3.handlebars->35->3357", + "default3.handlebars->35->3360" ] }, { @@ -96960,8 +97001,8 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->47->3409", - "default3.handlebars->35->3397" + "default.handlebars->47->3428", + "default3.handlebars->35->3416" ] }, { @@ -97125,8 +97166,8 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->47->3383", - "default3.handlebars->35->3371" + "default.handlebars->47->3402", + "default3.handlebars->35->3390" ] }, { @@ -97155,8 +97196,8 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->47->3408", - "default3.handlebars->35->3396" + "default.handlebars->47->3427", + "default3.handlebars->35->3415" ] }, { @@ -97226,10 +97267,10 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->47->3351", - "default.handlebars->47->3354", - "default3.handlebars->35->3339", - "default3.handlebars->35->3342" + "default.handlebars->47->3370", + "default.handlebars->47->3373", + "default3.handlebars->35->3358", + "default3.handlebars->35->3361" ] }, { @@ -98072,9 +98113,9 @@ "xloc": [ "default-mobile.handlebars->11->371", "default.handlebars->47->2518", - "default.handlebars->47->3164", + "default.handlebars->47->3170", "default3.handlebars->35->2515", - "default3.handlebars->35->3152", + "default3.handlebars->35->3158", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->102" diff --git a/views/default.handlebars b/views/default.handlebars index 5bbc9a11..dfd21de4 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -17467,6 +17467,9 @@ if (rec.protocol == 1) { sessionName += ' - ' + "Terminal Session"; } if (rec.protocol == 2) { sessionName += ' - ' + "Desktop Session"; } if (rec.protocol == 5) { sessionName += ' - ' + "File Transfer"; } + if (rec.protocol == 6) { sessionName += ' - ' + "Admin PowerShell"; } + if (rec.protocol == 8) { sessionName += ' - ' + "User Shell"; } + if (rec.protocol == 9) { sessionName += ' - ' + "User PowerShell"; } if (rec.protocol == 100) { sessionName += ' - ' + "Intel® AMT WSMAN"; } if (rec.protocol == 101) { sessionName += ' - ' + "Intel® AMT Redirection"; } if (rec.protocol == 200) { sessionName += ' - ' + "Messenger"; } @@ -17497,6 +17500,9 @@ if (rec.protocol == 1) { protocolStr = "Terminal"; } if (rec.protocol == 2) { protocolStr = "Desktop"; } if (rec.protocol == 5) { protocolStr = "Files"; } + if (rec.protocol == 6) { protocolStr = "Admin PowerShell"; } + if (rec.protocol == 8) { protocolStr = "User Shell"; } + if (rec.protocol == 9) { protocolStr = "User PowerShell"; } if (rec.protocol == 100) { protocolStr = "Intel® AMT WSMAN"; } if (rec.protocol == 101) { protocolStr = "Intel® AMT Redirection"; } if (rec.protocol == 200) { protocolStr = "Messenger"; } @@ -17839,6 +17845,9 @@ if (v == 1) return "Terminal"; if (v == 2) return "Desktop"; if (v == 5) return "Files"; + if (v == 6) return "Admin PowerShell"; + if (v == 8) return "User Shell"; + if (v == 9) return "User PowerShell"; if (v == 100) return "AMT-WSMAN"; if (v == 101) return "AMT-Redir"; if (v == 200) return "Messenger"; @@ -17940,7 +17949,17 @@ if (v == 1) return "Terminal"; if (v == 2) return "Desktop"; if (v == 5) return "Files"; - return "Unknown"; + if (v == 6) return "Admin PowerShell"; + if (v == 8) return "User Shell"; + if (v == 9) return "User PowerShell"; + if (v == 100) return "AMT-WSMAN"; + if (v == 101) return "AMT-Redir"; + if (v == 200) return "Messenger"; + if (v == 201) return "Web-RDP"; + if (v == 202) return "Web-SSH"; + if (v == 203) return "Web-SFTP"; + if (v == 204) return "Web-VNC"; + return "Unknown" + ' (' + v + ')'; } if (f == 'node') { var node = getNodeFromId(v); diff --git a/views/default3.handlebars b/views/default3.handlebars index 0ba11116..0297b725 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -18733,6 +18733,9 @@ if (rec.protocol == 1) { sessionName += ' - ' + "Terminal Session"; } if (rec.protocol == 2) { sessionName += ' - ' + "Desktop Session"; } if (rec.protocol == 5) { sessionName += ' - ' + "File Transfer"; } + if (rec.protocol == 6) { sessionName += ' - ' + "Admin PowerShell"; } + if (rec.protocol == 8) { sessionName += ' - ' + "User Shell"; } + if (rec.protocol == 9) { sessionName += ' - ' + "User PowerShell"; } if (rec.protocol == 100) { sessionName += ' - ' + "Intel® AMT WSMAN"; } if (rec.protocol == 101) { sessionName += ' - ' + "Intel® AMT Redirection"; } if (rec.protocol == 200) { sessionName += ' - ' + "Messenger"; } @@ -18763,6 +18766,9 @@ if (rec.protocol == 1) { protocolStr = "Terminal"; } if (rec.protocol == 2) { protocolStr = "Desktop"; } if (rec.protocol == 5) { protocolStr = "Files"; } + if (rec.protocol == 6) { protocolStr = "Admin PowerShell"; } + if (rec.protocol == 8) { protocolStr = "User Shell"; } + if (rec.protocol == 9) { protocolStr = "User PowerShell"; } if (rec.protocol == 100) { protocolStr = "Intel® AMT WSMAN"; } if (rec.protocol == 101) { protocolStr = "Intel® AMT Redirection"; } if (rec.protocol == 200) { protocolStr = "Messenger"; } @@ -19109,6 +19115,9 @@ if (v == 1) return "Terminal"; if (v == 2) return "Desktop"; if (v == 5) return "Files"; + if (v == 6) return "Admin PowerShell"; + if (v == 8) return "User Shell"; + if (v == 9) return "User PowerShell"; if (v == 100) return "AMT-WSMAN"; if (v == 101) return "AMT-Redir"; if (v == 200) return "Messenger"; @@ -19210,7 +19219,17 @@ if (v == 1) return "Terminal"; if (v == 2) return "Desktop"; if (v == 5) return "Files"; - return "Unknown"; + if (v == 6) return "Admin PowerShell"; + if (v == 8) return "User Shell"; + if (v == 9) return "User PowerShell"; + if (v == 100) return "AMT-WSMAN"; + if (v == 101) return "AMT-Redir"; + if (v == 200) return "Messenger"; + if (v == 201) return "Web-RDP"; + if (v == 202) return "Web-SSH"; + if (v == 203) return "Web-SFTP"; + if (v == 204) return "Web-VNC"; + return "Unknown" + ' (' + v + ')'; } if (f == 'node') { var node = getNodeFromId(v); diff --git a/views/player.handlebars b/views/player.handlebars index 2033b9ce..54fd3114 100644 --- a/views/player.handlebars +++ b/views/player.handlebars @@ -401,6 +401,9 @@ var p = recFileMetadata.protocol; if (p == 1) { p = "MeshCentral Terminal"; } else if (p == 2) { p = "MeshCentral Desktop"; } + else if (p == 6) { p = "Admin PowerShell"; } + else if (p == 8) { p = "User Shell"; } + else if (p == 9) { p = "User PowerShell"; } else if (p == 100) { p = "Intel® AMT WSMAN"; } else if (p == 101) { p = "Intel® AMT Redirection"; } else if ((p == 102) || (p == 200 && recFileMetadata.bpp != null)) { p = "Intel® AMT KVM"; } @@ -427,7 +430,7 @@ QV('TermParent', false); QV('XTermParent', false); QV('ConvertAsWebM', false); - if (recFileMetadata.protocol == 1) { + if ((recFileMetadata.protocol == 1) || (recFileMetadata.protocol == 6) || (recFileMetadata.protocol == 8) || (recFileMetadata.protocol == 9)) { // MeshCentral remote terminal recFileProtocol = 1; x += '

' + "Press [space] to play/pause." + '';