From a0a4582253e2bd5393ef658770f53d840db1c19e Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Tue, 22 Feb 2022 18:18:31 -0800 Subject: [PATCH] Added Intel AMT mouse wheel support. --- public/scripts/amt-desktop-0.0.2.js | 16 + translate/translate.json | 1277 ++++++++++++++------------- 2 files changed, 671 insertions(+), 622 deletions(-) diff --git a/public/scripts/amt-desktop-0.0.2.js b/public/scripts/amt-desktop-0.0.2.js index 0c641ced..ceb550c2 100644 --- a/public/scripts/amt-desktop-0.0.2.js +++ b/public/scripts/amt-desktop-0.0.2.js @@ -884,6 +884,8 @@ var CreateAmtRemoteDesktop = function (divid, scrolldiv) { c.onmouseup = obj.mouseup; c.onmousedown = obj.mousedown; c.onmousemove = obj.mousemove; + //c.onmousewheel = obj.mousewheel; + c.onwheel = obj.mousewheel; //if (navigator.userAgent.match(/mozilla/i)) c.DOMMouseScroll = obj.xxDOMMouseScroll; else c.onmousewheel = obj.xxMouseWheel; _MouseInputGrab = true; } @@ -894,6 +896,8 @@ var CreateAmtRemoteDesktop = function (divid, scrolldiv) { c.onmousemove = null; c.onmouseup = null; c.onmousedown = null; + //c.onmousewheel = null; + c.onwheel = null; //if (navigator.userAgent.match(/mozilla/i)) c.DOMMouseScroll = null; else c.onmousewheel = null; _MouseInputGrab = false; } @@ -921,6 +925,18 @@ var CreateAmtRemoteDesktop = function (divid, scrolldiv) { // RFB 'PointerEvent' and mouse handlers obj.mousedblclick = function (e) { } + obj.mousewheel = function (e) { + var v = 0; + if (typeof e.deltaY == 'number') { v = -1 * e.deltaY; } + else if (typeof e.detail == 'number') { v = -1 * e.detail; } + else if (typeof e.wheelDelta == 'number') { v = e.wheelDelta; } + if (v == 0) return; + var tmpmask = obj.buttonmask; + obj.buttonmask |= (1 << ((v > 0) ? 3 : 4)); + obj.mousemove(e, 1); + obj.buttonmask = tmpmask; + return obj.mousemove(e, 1); + } obj.mousedown = function (e) { obj.buttonmask |= (1 << e.button); return obj.mousemove(e, 1); } obj.mouseup = function (e) { obj.buttonmask &= (0xFFFF - (1 << e.button)); return obj.mousemove(e, 1); } obj.mousemove = function (e, force) { diff --git a/translate/translate.json b/translate/translate.json index b1441a75..d2c61f16 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -325,7 +325,7 @@ "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ "default.handlebars->39->1959", - "default.handlebars->39->2501" + "default.handlebars->39->2505" ] }, { @@ -930,7 +930,7 @@ "xloc": [ "default-mobile.handlebars->11->687", "default.handlebars->39->2033", - "default.handlebars->39->2284" + "default.handlebars->39->2288" ] }, { @@ -1581,7 +1581,7 @@ "default-mobile.handlebars->11->470", "default.handlebars->39->1303", "default.handlebars->39->2088", - "default.handlebars->39->2699", + "default.handlebars->39->2703", "sharing.handlebars->11->50" ] }, @@ -1743,7 +1743,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->39->2589" + "default.handlebars->39->2593" ] }, { @@ -1859,7 +1859,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->39->2548" + "default.handlebars->39->2552" ] }, { @@ -1989,7 +1989,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->39->2316" + "default.handlebars->39->2320" ] }, { @@ -2186,7 +2186,7 @@ "default-mobile.handlebars->11->211", "default-mobile.handlebars->11->215", "default-mobile.handlebars->11->219", - "default.handlebars->39->2320", + "default.handlebars->39->2324", "default.handlebars->39->383", "default.handlebars->39->386", "default.handlebars->39->390", @@ -2966,8 +2966,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->39->2334", - "default.handlebars->39->2572" + "default.handlebars->39->2338", + "default.handlebars->39->2576" ] }, { @@ -4307,7 +4307,7 @@ "tr": "AMT-OS", "zh-chs": "操作系统", "xloc": [ - "default.handlebars->39->2828" + "default.handlebars->39->2832" ] }, { @@ -4326,7 +4326,7 @@ "ru": "AMT-Redir", "tr": "AMT-Yönlendirme", "xloc": [ - "default.handlebars->39->2733" + "default.handlebars->39->2737" ] }, { @@ -4345,7 +4345,7 @@ "ru": "AMT-WSMAN", "tr": "AMT-WSMAN", "xloc": [ - "default.handlebars->39->2732" + "default.handlebars->39->2736" ] }, { @@ -4604,7 +4604,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->39->2507" + "default.handlebars->39->2511" ] }, { @@ -4715,7 +4715,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->39->1741", "default.handlebars->39->1743", - "default.handlebars->39->2881", + "default.handlebars->39->2885", "default.handlebars->39->747", "default.handlebars->39->749" ] @@ -4742,7 +4742,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->698", - "default.handlebars->39->2758" + "default.handlebars->39->2762" ] }, { @@ -4912,8 +4912,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->39->2336", - "default.handlebars->39->2504" + "default.handlebars->39->2340", + "default.handlebars->39->2508" ] }, { @@ -4939,7 +4939,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->710", - "default.handlebars->39->2770", + "default.handlebars->39->2774", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -5638,8 +5638,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->39->2479", - "default.handlebars->39->2638", + "default.handlebars->39->2483", + "default.handlebars->39->2642", "default.handlebars->39->428" ] }, @@ -5691,8 +5691,8 @@ "zh-cht": "新增裝置群", "xloc": [ "default.handlebars->39->1995", - "default.handlebars->39->2473", - "default.handlebars->39->2626", + "default.handlebars->39->2477", + "default.handlebars->39->2630", "default.handlebars->39->344" ] }, @@ -5887,7 +5887,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->39->2658" + "default.handlebars->39->2662" ] }, { @@ -6041,7 +6041,7 @@ "xloc": [ "default.handlebars->39->1853", "default.handlebars->39->1994", - "default.handlebars->39->2632", + "default.handlebars->39->2636", "default.handlebars->39->926" ] }, @@ -6140,7 +6140,7 @@ "zh-cht": "新增用戶", "xloc": [ "default.handlebars->39->1852", - "default.handlebars->39->2468" + "default.handlebars->39->2472" ] }, { @@ -6190,7 +6190,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->39->2503" + "default.handlebars->39->2507" ] }, { @@ -6870,7 +6870,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2552" + "default.handlebars->39->2556" ] }, { @@ -6921,7 +6921,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2401" + "default.handlebars->39->2405" ] }, { @@ -6946,7 +6946,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->39->2328" + "default.handlebars->39->2332" ] }, { @@ -7002,7 +7002,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->39->2063", "default.handlebars->39->2076", - "default.handlebars->39->2826", + "default.handlebars->39->2830", "default.handlebars->39->364", "default.handlebars->39->605", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1" @@ -7108,7 +7108,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->39->2795" + "default.handlebars->39->2799" ] }, { @@ -7301,7 +7301,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->39->2811" + "default.handlebars->39->2815" ] }, { @@ -7851,7 +7851,7 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->39->2839" + "default.handlebars->39->2843" ] }, { @@ -7904,7 +7904,7 @@ "default-mobile.handlebars->11->141", "default-mobile.handlebars->11->471", "default-mobile.handlebars->11->473", - "default.handlebars->39->2707", + "default.handlebars->39->2711", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -7930,7 +7930,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->39->2290" + "default.handlebars->39->2294" ] }, { @@ -7980,7 +7980,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->39->2288" + "default.handlebars->39->2292" ] }, { @@ -8057,7 +8057,7 @@ "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ "default.handlebars->39->1957", - "default.handlebars->39->2500" + "default.handlebars->39->2504" ] }, { @@ -8332,8 +8332,8 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->39->1830", - "default.handlebars->39->2459", - "default.handlebars->39->2561", + "default.handlebars->39->2463", + "default.handlebars->39->2565", "default.handlebars->39->833" ] }, @@ -8360,8 +8360,8 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->39->1831", - "default.handlebars->39->2460", - "default.handlebars->39->2562", + "default.handlebars->39->2464", + "default.handlebars->39->2566", "default.handlebars->39->834" ] }, @@ -9523,7 +9523,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->39->2890" + "default.handlebars->39->2894" ] }, { @@ -9898,7 +9898,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->39->2565" + "default.handlebars->39->2569" ] }, { @@ -10103,7 +10103,7 @@ "zh-cht": "自動刪除", "xloc": [ "default.handlebars->39->1815", - "default.handlebars->39->2282" + "default.handlebars->39->2286" ] }, { @@ -10276,7 +10276,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->39->2820" + "default.handlebars->39->2824" ] }, { @@ -10600,7 +10600,7 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->39->2568" + "default.handlebars->39->2572" ] }, { @@ -10644,7 +10644,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->39->2802" + "default.handlebars->39->2806" ] }, { @@ -10669,7 +10669,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->39->2801" + "default.handlebars->39->2805" ] }, { @@ -10968,7 +10968,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->39->2466", + "default.handlebars->39->2470", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -10994,7 +10994,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->39->2383" + "default.handlebars->39->2387" ] }, { @@ -11019,7 +11019,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->39->2378" + "default.handlebars->39->2382" ] }, { @@ -11161,7 +11161,7 @@ "ru": "Входящих байт", "tr": "Bayt Girişi", "xloc": [ - "default.handlebars->39->2725" + "default.handlebars->39->2729" ] }, { @@ -11180,7 +11180,7 @@ "ru": "Исходящих байт", "tr": "Bayt Bitti", "xloc": [ - "default.handlebars->39->2726" + "default.handlebars->39->2730" ] }, { @@ -11257,7 +11257,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->250", - "default.handlebars->39->2827", + "default.handlebars->39->2831", "default.handlebars->39->366", "default.handlebars->39->607" ] @@ -11284,7 +11284,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->39->2874" + "default.handlebars->39->2878" ] }, { @@ -11309,7 +11309,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->39->2875" + "default.handlebars->39->2879" ] }, { @@ -11380,7 +11380,7 @@ "xloc": [ "default-mobile.handlebars->11->582", "default.handlebars->39->1424", - "default.handlebars->39->2851", + "default.handlebars->39->2855", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -11406,7 +11406,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->39->2816" + "default.handlebars->39->2820" ] }, { @@ -11431,7 +11431,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2819" + "default.handlebars->39->2823" ] }, { @@ -11456,7 +11456,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2818" + "default.handlebars->39->2822" ] }, { @@ -11481,7 +11481,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2817" + "default.handlebars->39->2821" ] }, { @@ -11536,7 +11536,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->39->2298" + "default.handlebars->39->2302" ] }, { @@ -11561,8 +11561,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->39->2302", - "default.handlebars->39->2370", + "default.handlebars->39->2306", + "default.handlebars->39->2374", "default.handlebars->39->678" ] }, @@ -11610,7 +11610,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->39->2891" + "default.handlebars->39->2895" ] }, { @@ -11658,7 +11658,7 @@ "default-mobile.handlebars->11->106", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->39->1789", - "default.handlebars->39->2880", + "default.handlebars->39->2884", "default.handlebars->39->465", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -11939,7 +11939,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->39->2613" + "default.handlebars->39->2617" ] }, { @@ -11993,7 +11993,7 @@ "xloc": [ "default-mobile.handlebars->11->114", "default.handlebars->39->1738", - "default.handlebars->39->2586" + "default.handlebars->39->2590" ] }, { @@ -12018,7 +12018,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->39->2622" + "default.handlebars->39->2626" ] }, { @@ -12043,7 +12043,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->39->2608" + "default.handlebars->39->2612" ] }, { @@ -12190,7 +12190,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->39->2585" + "default.handlebars->39->2589" ] }, { @@ -12458,9 +12458,9 @@ "zh-cht": "聊天", "xloc": [ "default.handlebars->39->1001", - "default.handlebars->39->2319", - "default.handlebars->39->2581", - "default.handlebars->39->2582", + "default.handlebars->39->2323", + "default.handlebars->39->2585", + "default.handlebars->39->2586", "default.handlebars->39->873", "default.handlebars->39->979" ] @@ -12515,7 +12515,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->711", - "default.handlebars->39->2771" + "default.handlebars->39->2775" ] }, { @@ -12691,7 +12691,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->39->1490", - "default.handlebars->39->2885" + "default.handlebars->39->2889" ] }, { @@ -13132,7 +13132,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->694", - "default.handlebars->39->2754" + "default.handlebars->39->2758" ] }, { @@ -13235,7 +13235,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->693", - "default.handlebars->39->2753" + "default.handlebars->39->2757" ] }, { @@ -13361,7 +13361,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->39->2440" + "default.handlebars->39->2444" ] }, { @@ -13709,7 +13709,7 @@ "default.handlebars->39->1305", "default.handlebars->39->206", "default.handlebars->39->214", - "default.handlebars->39->2879", + "default.handlebars->39->2883", "sharing.handlebars->11->52" ] }, @@ -13944,8 +13944,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->39->2474", - "default.handlebars->39->2627" + "default.handlebars->39->2478", + "default.handlebars->39->2631" ] }, { @@ -13970,8 +13970,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->39->2480", - "default.handlebars->39->2639" + "default.handlebars->39->2484", + "default.handlebars->39->2643" ] }, { @@ -14094,10 +14094,10 @@ "default.handlebars->39->1113", "default.handlebars->39->1122", "default.handlebars->39->1929", - "default.handlebars->39->2348", - "default.handlebars->39->2430", - "default.handlebars->39->2496", - "default.handlebars->39->2625", + "default.handlebars->39->2352", + "default.handlebars->39->2434", + "default.handlebars->39->2500", + "default.handlebars->39->2629", "default.handlebars->39->642" ] }, @@ -14222,7 +14222,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->39->2347" + "default.handlebars->39->2351" ] }, { @@ -14269,7 +14269,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->39->2429" + "default.handlebars->39->2433" ] }, { @@ -14294,7 +14294,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->39->2624" + "default.handlebars->39->2628" ] }, { @@ -14319,7 +14319,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2499" + "default.handlebars->39->2503" ] }, { @@ -14344,7 +14344,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2656" + "default.handlebars->39->2660" ] }, { @@ -14472,8 +14472,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2489", - "default.handlebars->39->2647" + "default.handlebars->39->2493", + "default.handlebars->39->2651" ] }, { @@ -14498,8 +14498,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2491", - "default.handlebars->39->2660" + "default.handlebars->39->2495", + "default.handlebars->39->2664" ] }, { @@ -14524,7 +14524,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2649" + "default.handlebars->39->2653" ] }, { @@ -14549,7 +14549,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2652" + "default.handlebars->39->2656" ] }, { @@ -14574,8 +14574,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->39->2650", - "default.handlebars->39->2653" + "default.handlebars->39->2654", + "default.handlebars->39->2657" ] }, { @@ -14648,7 +14648,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->39->2645" + "default.handlebars->39->2649" ] }, { @@ -15178,7 +15178,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->39->2807" + "default.handlebars->39->2811" ] }, { @@ -15203,7 +15203,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->39->2812" + "default.handlebars->39->2816" ] }, { @@ -15417,7 +15417,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->39->2838" + "default.handlebars->39->2842" ] }, { @@ -15469,7 +15469,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->39->2873" + "default.handlebars->39->2877" ] }, { @@ -15566,7 +15566,7 @@ "ru": "Согласие", "tr": "Onay", "xloc": [ - "default.handlebars->39->2281" + "default.handlebars->39->2285" ] }, { @@ -15698,7 +15698,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->39->2857" + "default.handlebars->39->2861" ] }, { @@ -16231,7 +16231,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->39->2856" + "default.handlebars->39->2860" ] }, { @@ -16302,7 +16302,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->39->2397", + "default.handlebars->39->2401", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1" @@ -16401,7 +16401,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->39->2437" + "default.handlebars->39->2441" ] }, { @@ -16599,7 +16599,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->39->2361" + "default.handlebars->39->2365" ] }, { @@ -16745,7 +16745,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->39->2541" + "default.handlebars->39->2545" ] }, { @@ -17155,7 +17155,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->721", - "default.handlebars->39->2781" + "default.handlebars->39->2785" ] }, { @@ -17430,7 +17430,7 @@ "xloc": [ "default-mobile.handlebars->11->375", "default.handlebars->39->1097", - "default.handlebars->39->2705" + "default.handlebars->39->2709" ] }, { @@ -17553,10 +17553,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->39->2384", - "default.handlebars->39->2433", - "default.handlebars->39->2444", - "default.handlebars->39->2517" + "default.handlebars->39->2388", + "default.handlebars->39->2437", + "default.handlebars->39->2448", + "default.handlebars->39->2521" ] }, { @@ -17674,7 +17674,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->39->2349" + "default.handlebars->39->2353" ] }, { @@ -17825,7 +17825,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->39->2584" + "default.handlebars->39->2588" ] }, { @@ -17850,8 +17850,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2485", - "default.handlebars->39->2497" + "default.handlebars->39->2489", + "default.handlebars->39->2501" ] }, { @@ -17876,7 +17876,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2431" + "default.handlebars->39->2435" ] }, { @@ -17901,7 +17901,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->39->2623" + "default.handlebars->39->2627" ] }, { @@ -17927,7 +17927,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->39->2345", + "default.handlebars->39->2349", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -17978,7 +17978,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->39->2427" + "default.handlebars->39->2431" ] }, { @@ -18082,7 +18082,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->39->2495" + "default.handlebars->39->2499" ] }, { @@ -18364,11 +18364,11 @@ "default.handlebars->39->1752", "default.handlebars->39->1807", "default.handlebars->39->1932", - "default.handlebars->39->2279", - "default.handlebars->39->2436", - "default.handlebars->39->2446", - "default.handlebars->39->2447", - "default.handlebars->39->2493", + "default.handlebars->39->2283", + "default.handlebars->39->2440", + "default.handlebars->39->2450", + "default.handlebars->39->2451", + "default.handlebars->39->2497", "default.handlebars->39->766", "default.handlebars->39->767", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -18423,10 +18423,10 @@ "default.handlebars->39->1250", "default.handlebars->39->1869", "default.handlebars->39->1938", - "default.handlebars->39->2680", - "default.handlebars->39->2730", - "default.handlebars->39->2746", - "default.handlebars->39->2832", + "default.handlebars->39->2684", + "default.handlebars->39->2734", + "default.handlebars->39->2750", + "default.handlebars->39->2836", "default.handlebars->39->731", "default.handlebars->39->937", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -18558,7 +18558,7 @@ "tr": "Masaüstü Multiplex", "zh-chs": "桌面复用", "xloc": [ - "default.handlebars->39->2837" + "default.handlebars->39->2841" ] }, { @@ -18584,8 +18584,8 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->39->1825", - "default.handlebars->39->2454", - "default.handlebars->39->2556", + "default.handlebars->39->2458", + "default.handlebars->39->2560", "default.handlebars->39->828" ] }, @@ -18612,8 +18612,8 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->39->1824", - "default.handlebars->39->2453", - "default.handlebars->39->2555", + "default.handlebars->39->2457", + "default.handlebars->39->2559", "default.handlebars->39->827" ] }, @@ -18640,8 +18640,8 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->39->1822", - "default.handlebars->39->2451", - "default.handlebars->39->2553", + "default.handlebars->39->2455", + "default.handlebars->39->2557", "default.handlebars->39->825" ] }, @@ -18666,7 +18666,7 @@ "tr": "Masaüstü Oturumu", "zh-chs": "桌面会话", "xloc": [ - "default.handlebars->39->2673" + "default.handlebars->39->2677" ] }, { @@ -18765,8 +18765,8 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->39->1823", - "default.handlebars->39->2452", - "default.handlebars->39->2554", + "default.handlebars->39->2456", + "default.handlebars->39->2558", "default.handlebars->39->826" ] }, @@ -18791,7 +18791,7 @@ "tr": "Yalnızca Masaüstü Görünümü", "zh-chs": "仅桌面视图", "xloc": [ - "default.handlebars->39->2529" + "default.handlebars->39->2533" ] }, { @@ -18974,9 +18974,9 @@ "default.handlebars->39->1479", "default.handlebars->39->1966", "default.handlebars->39->255", - "default.handlebars->39->2642", - "default.handlebars->39->2704", - "default.handlebars->39->2719", + "default.handlebars->39->2646", + "default.handlebars->39->2708", + "default.handlebars->39->2723", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -19132,14 +19132,14 @@ "default.handlebars->39->1961", "default.handlebars->39->1964", "default.handlebars->39->1965", - "default.handlebars->39->2295", - "default.handlebars->39->2477", - "default.handlebars->39->2483", - "default.handlebars->39->2630", - "default.handlebars->39->2689", - "default.handlebars->39->2708", - "default.handlebars->39->2722", - "default.handlebars->39->2759" + "default.handlebars->39->2299", + "default.handlebars->39->2481", + "default.handlebars->39->2487", + "default.handlebars->39->2634", + "default.handlebars->39->2693", + "default.handlebars->39->2712", + "default.handlebars->39->2726", + "default.handlebars->39->2763" ] }, { @@ -19191,11 +19191,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->39->2311", - "default.handlebars->39->2421", - "default.handlebars->39->2464", - "default.handlebars->39->2550", - "default.handlebars->39->2810", + "default.handlebars->39->2315", + "default.handlebars->39->2425", + "default.handlebars->39->2468", + "default.handlebars->39->2554", + "default.handlebars->39->2814", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -19298,7 +19298,7 @@ "xloc": [ "default-mobile.handlebars->11->391", "default.handlebars->39->1163", - "default.handlebars->39->2688", + "default.handlebars->39->2692", "default.handlebars->39->430", "default.handlebars->39->439", "player.handlebars->3->25" @@ -19375,7 +19375,7 @@ "tr": "Cihaz İtme", "zh-chs": "设备推送", "xloc": [ - "default.handlebars->39->2569" + "default.handlebars->39->2573" ] }, { @@ -20369,8 +20369,8 @@ "zh-cht": "裝置", "xloc": [ "default.handlebars->39->1887", - "default.handlebars->39->2422", - "default.handlebars->39->2465" + "default.handlebars->39->2426", + "default.handlebars->39->2469" ] }, { @@ -20961,10 +20961,10 @@ "zh-cht": "域", "xloc": [ "default.handlebars->39->114", - "default.handlebars->39->2385", - "default.handlebars->39->2434", - "default.handlebars->39->2443", - "default.handlebars->39->2516", + "default.handlebars->39->2389", + "default.handlebars->39->2438", + "default.handlebars->39->2447", + "default.handlebars->39->2520", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -21405,7 +21405,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->39->2300", + "default.handlebars->39->2304", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -21705,7 +21705,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->39->2301" + "default.handlebars->39->2305" ] }, { @@ -21730,7 +21730,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->39->2369" + "default.handlebars->39->2373" ] }, { @@ -21905,7 +21905,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->39->2806" + "default.handlebars->39->2810" ] }, { @@ -21955,7 +21955,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->39->2438" + "default.handlebars->39->2442" ] }, { @@ -22005,8 +22005,8 @@ "default.handlebars->39->1055", "default.handlebars->39->261", "default.handlebars->39->263", - "default.handlebars->39->2668", - "default.handlebars->39->2694", + "default.handlebars->39->2672", + "default.handlebars->39->2698", "player.handlebars->3->18" ] }, @@ -22855,7 +22855,7 @@ "tr": "Kullanıcı Özelliklerini Düzenle", "zh-chs": "编辑用户特征", "xloc": [ - "default.handlebars->39->2606" + "default.handlebars->39->2610" ] }, { @@ -22880,7 +22880,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->39->2494" + "default.handlebars->39->2498" ] }, { @@ -22924,7 +22924,7 @@ "ru": "Редактировать функции групп пользователей", "tr": "Kullanıcı Grubu Özelliklerini Düzenle", "xloc": [ - "default.handlebars->39->2487" + "default.handlebars->39->2491" ] }, { @@ -23067,12 +23067,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->39->2387", - "default.handlebars->39->2520", - "default.handlebars->39->2522", - "default.handlebars->39->2567", - "default.handlebars->39->2577", - "default.handlebars->39->2609", + "default.handlebars->39->2391", + "default.handlebars->39->2524", + "default.handlebars->39->2526", + "default.handlebars->39->2571", + "default.handlebars->39->2581", + "default.handlebars->39->2613", "default.handlebars->39->475", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -23321,7 +23321,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2331" + "default.handlebars->39->2335" ] }, { @@ -23346,8 +23346,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->39->2332", - "default.handlebars->39->2514" + "default.handlebars->39->2336", + "default.handlebars->39->2518" ] }, { @@ -23372,7 +23372,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->39->2393" + "default.handlebars->39->2397" ] }, { @@ -23397,7 +23397,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2515" + "default.handlebars->39->2519" ] }, { @@ -23444,7 +23444,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->714", - "default.handlebars->39->2774", + "default.handlebars->39->2778", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -23520,7 +23520,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->39->2394" + "default.handlebars->39->2398" ] }, { @@ -23566,7 +23566,7 @@ "tr": "E-posta/SMS/Push Trafiği", "zh-chs": "电子邮件/短信/推送流量", "xloc": [ - "default.handlebars->39->2865" + "default.handlebars->39->2869" ] }, { @@ -23724,7 +23724,7 @@ "zh-cht": "已啟用", "xloc": [ "default.handlebars->39->117", - "default.handlebars->39->2696" + "default.handlebars->39->2700" ] }, { @@ -23870,7 +23870,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->39->2693" + "default.handlebars->39->2697" ] }, { @@ -24419,7 +24419,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->39->2398" + "default.handlebars->39->2402" ] }, { @@ -24747,7 +24747,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->722", - "default.handlebars->39->2782" + "default.handlebars->39->2786" ] }, { @@ -24772,7 +24772,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->719", - "default.handlebars->39->2779" + "default.handlebars->39->2783" ] }, { @@ -24797,7 +24797,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->718", - "default.handlebars->39->2778" + "default.handlebars->39->2782" ] }, { @@ -24822,7 +24822,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->717", - "default.handlebars->39->2777" + "default.handlebars->39->2781" ] }, { @@ -25014,7 +25014,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->39->2306" + "default.handlebars->39->2310" ] }, { @@ -25347,7 +25347,7 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->39->2845" + "default.handlebars->39->2849" ] }, { @@ -25472,7 +25472,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->713", - "default.handlebars->39->2773" + "default.handlebars->39->2777" ] }, { @@ -25694,8 +25694,8 @@ "zh-cht": "功能", "xloc": [ "default.handlebars->39->1821", - "default.handlebars->39->2450", - "default.handlebars->39->2538" + "default.handlebars->39->2454", + "default.handlebars->39->2542" ] }, { @@ -25872,7 +25872,7 @@ "tr": "Dosya transferi", "zh-chs": "文件传输", "xloc": [ - "default.handlebars->39->2674" + "default.handlebars->39->2678" ] }, { @@ -25927,10 +25927,10 @@ "default.handlebars->39->1023", "default.handlebars->39->1871", "default.handlebars->39->1945", - "default.handlebars->39->2681", - "default.handlebars->39->2731", - "default.handlebars->39->2747", - "default.handlebars->39->2833", + "default.handlebars->39->2685", + "default.handlebars->39->2735", + "default.handlebars->39->2751", + "default.handlebars->39->2837", "default.handlebars->39->396", "default.handlebars->39->939", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", @@ -25986,8 +25986,8 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->39->1829", - "default.handlebars->39->2458", - "default.handlebars->39->2560", + "default.handlebars->39->2462", + "default.handlebars->39->2564", "default.handlebars->39->832" ] }, @@ -26014,8 +26014,8 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->39->1828", - "default.handlebars->39->2457", - "default.handlebars->39->2559", + "default.handlebars->39->2461", + "default.handlebars->39->2563", "default.handlebars->39->831" ] }, @@ -26273,7 +26273,7 @@ "ru": "Флаги", "tr": "Bayraklar", "xloc": [ - "default.handlebars->39->2280" + "default.handlebars->39->2284" ] }, { @@ -26547,8 +26547,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->39->2392", - "default.handlebars->39->2620" + "default.handlebars->39->2396", + "default.handlebars->39->2624" ] }, { @@ -26727,7 +26727,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->39->2297" + "default.handlebars->39->2301" ] }, { @@ -26800,8 +26800,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->39->2791", - "default.handlebars->39->2793" + "default.handlebars->39->2795", + "default.handlebars->39->2797" ] }, { @@ -27083,7 +27083,7 @@ "default-mobile.handlebars->11->664", "default.handlebars->39->1767", "default.handlebars->39->1969", - "default.handlebars->39->2404" + "default.handlebars->39->2408" ] }, { @@ -27258,7 +27258,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->39->2508" + "default.handlebars->39->2512" ] }, { @@ -27535,7 +27535,7 @@ "ru": "Создать отчет", "tr": "Rapor oluştur", "xloc": [ - "default.handlebars->39->2717" + "default.handlebars->39->2721" ] }, { @@ -28108,7 +28108,7 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->264", - "default.handlebars->39->2728", + "default.handlebars->39->2732", "default.handlebars->39->758", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -28135,8 +28135,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->39->2346", - "default.handlebars->39->2428", + "default.handlebars->39->2350", + "default.handlebars->39->2432", "default.handlebars->39->635", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -28165,7 +28165,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2293" + "default.handlebars->39->2297" ] }, { @@ -28191,7 +28191,7 @@ "zh-cht": "群標識符", "xloc": [ "agent-translations.json", - "default.handlebars->39->2445" + "default.handlebars->39->2449" ] }, { @@ -28216,7 +28216,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->39->2469" + "default.handlebars->39->2473" ] }, { @@ -28248,7 +28248,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2706" + "default.handlebars->39->2710" ] }, { @@ -28266,7 +28266,7 @@ "ru": "Название группы", "tr": "Grup ismi", "xloc": [ - "default.handlebars->39->2278" + "default.handlebars->39->2282" ] }, { @@ -28410,7 +28410,7 @@ "ru": "Гость", "tr": "Misafir", "xloc": [ - "default.handlebars->39->2723" + "default.handlebars->39->2727" ] }, { @@ -28534,7 +28534,7 @@ "tr": "HTTP", "zh-chs": "HTTP", "xloc": [ - "default.handlebars->39->2829" + "default.handlebars->39->2833" ] }, { @@ -28708,7 +28708,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->39->2847" + "default.handlebars->39->2851" ] }, { @@ -28733,7 +28733,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->39->2846" + "default.handlebars->39->2850" ] }, { @@ -30738,7 +30738,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->39->2843" + "default.handlebars->39->2847" ] }, { @@ -30819,7 +30819,7 @@ "tr": "Intel AMT yöneticisi", "zh-chs": "英特尔 AMT 经理", "xloc": [ - "default.handlebars->39->2872" + "default.handlebars->39->2876" ] }, { @@ -30896,7 +30896,7 @@ "default.handlebars->39->1849", "default.handlebars->39->2064", "default.handlebars->39->2077", - "default.handlebars->39->2871", + "default.handlebars->39->2875", "default.handlebars->39->733", "default.handlebars->39->800", "default.handlebars->39->839", @@ -31253,8 +31253,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->39->2676", - "default.handlebars->39->2683", + "default.handlebars->39->2680", + "default.handlebars->39->2687", "player.handlebars->3->30" ] }, @@ -31330,8 +31330,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->39->2675", - "default.handlebars->39->2682", + "default.handlebars->39->2679", + "default.handlebars->39->2686", "player.handlebars->3->29" ] }, @@ -32250,7 +32250,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->39->2805" + "default.handlebars->39->2809" ] }, { @@ -32275,7 +32275,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->39->2799" + "default.handlebars->39->2803" ] }, { @@ -32301,8 +32301,8 @@ "zh-cht": "無效的JSON檔案格式。", "xloc": [ "default.handlebars->39->1897", - "default.handlebars->39->2366", - "default.handlebars->39->2368" + "default.handlebars->39->2370", + "default.handlebars->39->2372" ] }, { @@ -32328,7 +32328,7 @@ "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ "default.handlebars->39->1893", - "default.handlebars->39->2364" + "default.handlebars->39->2368" ] }, { @@ -32429,7 +32429,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->39->2797" + "default.handlebars->39->2801" ] }, { @@ -32454,7 +32454,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->39->2798" + "default.handlebars->39->2802" ] }, { @@ -32479,7 +32479,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->725", - "default.handlebars->39->2785" + "default.handlebars->39->2789" ] }, { @@ -32550,7 +32550,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->705", - "default.handlebars->39->2765" + "default.handlebars->39->2769" ] }, { @@ -32596,7 +32596,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->704", - "default.handlebars->39->2764" + "default.handlebars->39->2768" ] }, { @@ -32700,7 +32700,7 @@ "xloc": [ "default-mobile.handlebars->11->703", "default-mobile.handlebars->11->78", - "default.handlebars->39->2763", + "default.handlebars->39->2767", "default.handlebars->39->298" ] }, @@ -32726,7 +32726,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->706", - "default.handlebars->39->2766" + "default.handlebars->39->2770" ] }, { @@ -32802,7 +32802,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->702", - "default.handlebars->39->2762" + "default.handlebars->39->2766" ] }, { @@ -32848,7 +32848,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->39->2340" + "default.handlebars->39->2344" ] }, { @@ -33028,7 +33028,7 @@ "default.handlebars->39->2046", "default.handlebars->39->2048", "default.handlebars->39->2053", - "default.handlebars->39->2760" + "default.handlebars->39->2764" ] }, { @@ -33046,7 +33046,7 @@ "ru": "Код приглашения", "tr": "Davet kodu", "xloc": [ - "default.handlebars->39->2283" + "default.handlebars->39->2287" ] }, { @@ -33243,7 +33243,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->39->2299" + "default.handlebars->39->2303" ] }, { @@ -33268,8 +33268,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->39->2304", - "default.handlebars->39->2372", + "default.handlebars->39->2308", + "default.handlebars->39->2376", "default.handlebars->39->680" ] }, @@ -34132,7 +34132,7 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->39->2711", + "default.handlebars->39->2715", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -34207,7 +34207,7 @@ "ru": "Последние 7 дней", "tr": "Son 7 gün", "xloc": [ - "default.handlebars->39->2710" + "default.handlebars->39->2714" ] }, { @@ -34257,7 +34257,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->39->2312" + "default.handlebars->39->2316" ] }, { @@ -34276,7 +34276,7 @@ "ru": "Последний день", "tr": "Son gun", "xloc": [ - "default.handlebars->39->2709" + "default.handlebars->39->2713" ] }, { @@ -34301,7 +34301,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->39->2542" + "default.handlebars->39->2546" ] }, { @@ -34346,7 +34346,7 @@ "ru": "Последний доступ: {0}", "tr": "Son erişim: {0}", "xloc": [ - "default.handlebars->39->2322" + "default.handlebars->39->2326" ] }, { @@ -34433,7 +34433,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->39->2546" + "default.handlebars->39->2550" ] }, { @@ -34508,7 +34508,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->39->2323" + "default.handlebars->39->2327" ] }, { @@ -34825,7 +34825,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->39->2592" + "default.handlebars->39->2596" ] }, { @@ -34853,6 +34853,12 @@ "default.handlebars->39->1200" ] }, + { + "en": "Left Web-RDP session \\\"{1}\\\" after {0} second(s).", + "xloc": [ + "default.handlebars->39->2255" + ] + }, { "cs": "Opuštění webové relace RDP po {0} sekundách.", "da": "Forlod Web-RDP-session efter {0} sekund(er).", @@ -34867,9 +34873,12 @@ "nl": "Web-RDP sessie verlaten na {0} seconde(n).", "pl": "Opuścił sesję Web-RDP po {0} sekundach.", "ru": "Покинул сеанс Web-RDP через {0} с.", - "tr": "{0} saniye sonra Web-RDP oturumundan ayrıldı.", + "tr": "{0} saniye sonra Web-RDP oturumundan ayrıldı." + }, + { + "en": "Left Web-SFTP session \\\"{1}\\\" after {0} second(s).", "xloc": [ - "default.handlebars->39->2255" + "default.handlebars->39->2254" ] }, { @@ -34886,9 +34895,12 @@ "nl": "Web-SFTP sessie verlaten na {0} seconde(n).", "pl": "Opuścił sesję Web-SFTP po {0} sekundach.", "ru": "Покинул сеанс Web-SFTP через {0} с.", - "tr": "{0} saniye sonra Web-SFTP oturumundan ayrıldı.", + "tr": "{0} saniye sonra Web-SFTP oturumundan ayrıldı." + }, + { + "en": "Left Web-SSH session \\\"{1}\\\" after {0} second(s).", "xloc": [ - "default.handlebars->39->2254" + "default.handlebars->39->2253" ] }, { @@ -34905,10 +34917,7 @@ "nl": "Web-SSH sessie verlaten na {0} seconde(n).", "pl": "Opuścił sesję Web-SSH po {0} sekundach.", "ru": "Покинул сеанс Web-SSH через {0} с.", - "tr": "{0} saniye sonra Web-SSH oturumundan ayrıldı.", - "xloc": [ - "default.handlebars->39->2253" - ] + "tr": "{0} saniye sonra Web-SSH oturumundan ayrıldı." }, { "cs": "Opustili relaci Web-VNC po {0} sekundách.", @@ -35026,7 +35035,7 @@ "ru": "Продолжительность", "tr": "Uzunluk", "xloc": [ - "default.handlebars->39->2724" + "default.handlebars->39->2728" ] }, { @@ -35051,7 +35060,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->39->2893" + "default.handlebars->39->2897" ] }, { @@ -35945,8 +35954,8 @@ "default.handlebars->39->1471", "default.handlebars->39->1793", "default.handlebars->39->1797", - "default.handlebars->39->2615", - "default.handlebars->39->2664" + "default.handlebars->39->2619", + "default.handlebars->39->2668" ] }, { @@ -36242,7 +36251,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2412" + "default.handlebars->39->2416" ] }, { @@ -36267,7 +36276,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->39->2416" + "default.handlebars->39->2420" ] }, { @@ -36316,7 +36325,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2343" + "default.handlebars->39->2347" ] }, { @@ -36433,7 +36442,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->39->2324" + "default.handlebars->39->2328" ] }, { @@ -36459,7 +36468,7 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->77", - "default.handlebars->39->2505", + "default.handlebars->39->2509", "default.handlebars->39->297" ] }, @@ -37413,7 +37422,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->39->2859" + "default.handlebars->39->2863" ] }, { @@ -37645,7 +37654,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->39->2410" + "default.handlebars->39->2414" ] }, { @@ -37695,7 +37704,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->39->2409" + "default.handlebars->39->2413" ] }, { @@ -37720,7 +37729,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->39->2408", + "default.handlebars->39->2412", "default.handlebars->39->986" ] }, @@ -37952,7 +37961,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->39->2329" + "default.handlebars->39->2333" ] }, { @@ -38139,7 +38148,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->39->2803" + "default.handlebars->39->2807" ] }, { @@ -38226,8 +38235,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->39->2844", - "default.handlebars->39->2849" + "default.handlebars->39->2848", + "default.handlebars->39->2853" ] }, { @@ -38254,7 +38263,7 @@ "xloc": [ "default-mobile.handlebars->11->590", "default.handlebars->39->1432", - "default.handlebars->39->2823", + "default.handlebars->39->2827", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -38493,7 +38502,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->39->2861" + "default.handlebars->39->2865" ] }, { @@ -38518,7 +38527,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->39->2862" + "default.handlebars->39->2866" ] }, { @@ -38938,7 +38947,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->39->2860" + "default.handlebars->39->2864" ] }, { @@ -39410,7 +39419,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->39->2858" + "default.handlebars->39->2862" ] }, { @@ -39484,8 +39493,8 @@ "tr": "haberci", "zh-chs": "信使", "xloc": [ - "default.handlebars->39->2677", - "default.handlebars->39->2734" + "default.handlebars->39->2681", + "default.handlebars->39->2738" ] }, { @@ -39753,7 +39762,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->39->2892" + "default.handlebars->39->2896" ] }, { @@ -39975,7 +39984,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->39->2695" + "default.handlebars->39->2699" ] }, { @@ -40503,12 +40512,12 @@ "default.handlebars->39->1776", "default.handlebars->39->1806", "default.handlebars->39->1931", - "default.handlebars->39->2310", - "default.handlebars->39->2419", - "default.handlebars->39->2435", - "default.handlebars->39->2442", - "default.handlebars->39->2492", - "default.handlebars->39->2511", + "default.handlebars->39->2314", + "default.handlebars->39->2423", + "default.handlebars->39->2439", + "default.handlebars->39->2446", + "default.handlebars->39->2496", + "default.handlebars->39->2515", "default.handlebars->39->302", "default.handlebars->39->756", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -40563,7 +40572,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->39->2400" + "default.handlebars->39->2404" ] }, { @@ -40789,7 +40798,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->695", - "default.handlebars->39->2755" + "default.handlebars->39->2759" ] }, { @@ -41189,7 +41198,7 @@ "tr": "Aracı Konsolu Yok", "zh-chs": "无座席控制台", "xloc": [ - "default.handlebars->39->2601" + "default.handlebars->39->2605" ] }, { @@ -41213,7 +41222,7 @@ "tr": "Konsol Yok", "zh-chs": "没有控制台", "xloc": [ - "default.handlebars->39->2532" + "default.handlebars->39->2536" ] }, { @@ -41267,7 +41276,7 @@ "zh-cht": "沒有桌面", "xloc": [ "default.handlebars->39->2017", - "default.handlebars->39->2528", + "default.handlebars->39->2532", "default.handlebars->39->971", "default.handlebars->39->993" ] @@ -41295,7 +41304,7 @@ "zh-cht": "不能訪問桌面", "xloc": [ "default.handlebars->39->1977", - "default.handlebars->39->2597" + "default.handlebars->39->2601" ] }, { @@ -41342,8 +41351,8 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->39->1351", - "default.handlebars->39->2286", - "default.handlebars->39->2663" + "default.handlebars->39->2290", + "default.handlebars->39->2667" ] }, { @@ -41370,7 +41379,7 @@ "xloc": [ "default-mobile.handlebars->11->652", "default.handlebars->39->1979", - "default.handlebars->39->2600" + "default.handlebars->39->2604" ] }, { @@ -41397,7 +41406,7 @@ "xloc": [ "default-mobile.handlebars->11->675", "default.handlebars->39->2019", - "default.handlebars->39->2531", + "default.handlebars->39->2535", "default.handlebars->39->968", "default.handlebars->39->990" ] @@ -41574,7 +41583,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->39->2472" + "default.handlebars->39->2476" ] }, { @@ -41599,7 +41608,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->39->2413" + "default.handlebars->39->2417" ] }, { @@ -41618,7 +41627,7 @@ "ru": "Запретить добавление новых устройств", "tr": "Yeni Cihaz Yok", "xloc": [ - "default.handlebars->39->2414" + "default.handlebars->39->2418" ] }, { @@ -41685,8 +41694,8 @@ "ru": "Нет доступа к выполнению команд", "tr": "Uzaktan Komut Yok", "xloc": [ - "default.handlebars->39->2534", - "default.handlebars->39->2603" + "default.handlebars->39->2538", + "default.handlebars->39->2607" ] }, { @@ -41706,8 +41715,8 @@ "ru": "Нет доступа к удаленному управлению", "tr": "Uzaktan Kumanda Yok", "xloc": [ - "default.handlebars->39->2527", - "default.handlebars->39->2596" + "default.handlebars->39->2531", + "default.handlebars->39->2600" ] }, { @@ -41727,8 +41736,8 @@ "ru": "Нет доступа к перезагрузке/выключению", "tr": "Sıfırlama/Kapatma Yok", "xloc": [ - "default.handlebars->39->2536", - "default.handlebars->39->2605" + "default.handlebars->39->2540", + "default.handlebars->39->2609" ] }, { @@ -41834,7 +41843,7 @@ "xloc": [ "default-mobile.handlebars->11->674", "default.handlebars->39->2018", - "default.handlebars->39->2530", + "default.handlebars->39->2534", "default.handlebars->39->967", "default.handlebars->39->989" ] @@ -41863,7 +41872,7 @@ "xloc": [ "default-mobile.handlebars->11->651", "default.handlebars->39->1978", - "default.handlebars->39->2599" + "default.handlebars->39->2603" ] }, { @@ -41888,7 +41897,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->39->2415" + "default.handlebars->39->2419" ] }, { @@ -41908,8 +41917,8 @@ "ru": "Нет доступа к удалению", "tr": "Kaldırma Yok", "xloc": [ - "default.handlebars->39->2533", - "default.handlebars->39->2602" + "default.handlebars->39->2537", + "default.handlebars->39->2606" ] }, { @@ -41929,8 +41938,8 @@ "ru": "Нет доступа к пробуждению", "tr": "Uyanmak yok", "xloc": [ - "default.handlebars->39->2535", - "default.handlebars->39->2604" + "default.handlebars->39->2539", + "default.handlebars->39->2608" ] }, { @@ -42027,8 +42036,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->39->2478", - "default.handlebars->39->2631" + "default.handlebars->39->2482", + "default.handlebars->39->2635" ] }, { @@ -42178,8 +42187,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->39->2484", - "default.handlebars->39->2643" + "default.handlebars->39->2488", + "default.handlebars->39->2647" ] }, { @@ -42357,7 +42366,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->39->2418" + "default.handlebars->39->2422" ] }, { @@ -42600,7 +42609,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->726", - "default.handlebars->39->2786" + "default.handlebars->39->2790" ] }, { @@ -42650,7 +42659,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->39->2665" + "default.handlebars->39->2669" ] }, { @@ -42696,7 +42705,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->39->2506" + "default.handlebars->39->2510" ] }, { @@ -42742,7 +42751,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->39->2637" + "default.handlebars->39->2641" ] }, { @@ -42767,7 +42776,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->724", - "default.handlebars->39->2784" + "default.handlebars->39->2788" ] }, { @@ -42792,7 +42801,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->39->2318" + "default.handlebars->39->2322" ] }, { @@ -42938,17 +42947,17 @@ "default.handlebars->39->2071", "default.handlebars->39->2096", "default.handlebars->39->2101", - "default.handlebars->39->2294", - "default.handlebars->39->2439", - "default.handlebars->39->2441", - "default.handlebars->39->2449", + "default.handlebars->39->2298", + "default.handlebars->39->2443", + "default.handlebars->39->2445", + "default.handlebars->39->2453", "default.handlebars->39->246", - "default.handlebars->39->2461", - "default.handlebars->39->2525", - "default.handlebars->39->2537", - "default.handlebars->39->2547", + "default.handlebars->39->2465", + "default.handlebars->39->2529", + "default.handlebars->39->2541", "default.handlebars->39->2551", - "default.handlebars->39->2563", + "default.handlebars->39->2555", + "default.handlebars->39->2567", "default.handlebars->39->274", "default.handlebars->39->355", "default.handlebars->39->356", @@ -43260,7 +43269,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->39->2687" + "default.handlebars->39->2691" ] }, { @@ -43285,8 +43294,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->39->2512", - "default.handlebars->39->2513" + "default.handlebars->39->2516", + "default.handlebars->39->2517" ] }, { @@ -43311,7 +43320,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->39->2611" + "default.handlebars->39->2615" ] }, { @@ -43341,7 +43350,7 @@ "default-mobile.handlebars->11->626", "default.handlebars->39->1009", "default.handlebars->39->1850", - "default.handlebars->39->2573", + "default.handlebars->39->2577", "default.handlebars->39->867", "default.handlebars->39->977", "default.handlebars->39->999" @@ -43516,7 +43525,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->2579", + "default.handlebars->39->2583", "default.handlebars->39->271" ] }, @@ -43594,7 +43603,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->39->2358" + "default.handlebars->39->2362" ] }, { @@ -43618,7 +43627,7 @@ "tr": "Boş", "zh-chs": "空值", "xloc": [ - "default.handlebars->39->2852" + "default.handlebars->39->2856" ] }, { @@ -43787,7 +43796,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->692", - "default.handlebars->39->2752" + "default.handlebars->39->2756" ] }, { @@ -43858,7 +43867,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->39->2315" + "default.handlebars->39->2319" ] }, { @@ -43934,7 +43943,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->39->2291" + "default.handlebars->39->2295" ] }, { @@ -44012,7 +44021,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->39->2314" + "default.handlebars->39->2318" ] }, { @@ -44036,7 +44045,7 @@ "tr": "Yalnızca ilk 100 kullanıcıyı göster", "zh-chs": "只显示前 100 个用户", "xloc": [ - "default.handlebars->39->2359" + "default.handlebars->39->2363" ] }, { @@ -44451,8 +44460,8 @@ "xloc": [ "default-mobile.handlebars->11->362", "default.handlebars->39->1078", - "default.handlebars->39->2342", - "default.handlebars->39->2426", + "default.handlebars->39->2346", + "default.handlebars->39->2430", "default.handlebars->39->634", "default.handlebars->39->653" ] @@ -44936,7 +44945,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->39->2330" + "default.handlebars->39->2334" ] }, { @@ -45032,7 +45041,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->39->2509" + "default.handlebars->39->2513" ] }, { @@ -45090,12 +45099,12 @@ "default.handlebars->39->1290", "default.handlebars->39->1758", "default.handlebars->39->1906", - "default.handlebars->39->2388", - "default.handlebars->39->2389", - "default.handlebars->39->2543", - "default.handlebars->39->2545", - "default.handlebars->39->2616", - "default.handlebars->39->2617", + "default.handlebars->39->2392", + "default.handlebars->39->2393", + "default.handlebars->39->2547", + "default.handlebars->39->2549", + "default.handlebars->39->2620", + "default.handlebars->39->2621", "default.handlebars->39->306", "default.handlebars->39->444", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->2->1", @@ -45243,7 +45252,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->720", - "default.handlebars->39->2780" + "default.handlebars->39->2784" ] }, { @@ -45294,7 +45303,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->39->2618" + "default.handlebars->39->2622" ] }, { @@ -46044,7 +46053,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->701", - "default.handlebars->39->2761" + "default.handlebars->39->2765" ] }, { @@ -46071,7 +46080,7 @@ "xloc": [ "default-mobile.handlebars->11->686", "default.handlebars->39->2032", - "default.handlebars->39->2313" + "default.handlebars->39->2317" ] }, { @@ -46175,7 +46184,7 @@ "default.handlebars->39->1463", "default.handlebars->39->1466", "default.handlebars->39->229", - "default.handlebars->39->2594" + "default.handlebars->39->2598" ] }, { @@ -46200,7 +46209,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->39->2524" + "default.handlebars->39->2528" ] }, { @@ -46227,7 +46236,7 @@ "xloc": [ "default-mobile.handlebars->11->90", "default.handlebars->39->1465", - "default.handlebars->39->2593" + "default.handlebars->39->2597" ] }, { @@ -46452,7 +46461,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->39->287", - "default.handlebars->39->2889" + "default.handlebars->39->2893" ] }, { @@ -47151,7 +47160,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->39->2686" + "default.handlebars->39->2690" ] }, { @@ -47281,8 +47290,8 @@ "default-mobile.handlebars->11->79", "default-mobile.handlebars->11->80", "default.handlebars->39->1458", - "default.handlebars->39->2588", - "default.handlebars->39->2614", + "default.handlebars->39->2592", + "default.handlebars->39->2618", "default.handlebars->39->299" ] }, @@ -47676,7 +47685,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->39->2684", + "default.handlebars->39->2688", "player.handlebars->3->32" ] }, @@ -48290,7 +48299,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->39->2848" + "default.handlebars->39->2852" ] }, { @@ -48365,7 +48374,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->39->2390" + "default.handlebars->39->2394" ] }, { @@ -48475,9 +48484,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->39->2521", - "default.handlebars->39->2523", - "default.handlebars->39->2607" + "default.handlebars->39->2525", + "default.handlebars->39->2527", + "default.handlebars->39->2611" ] }, { @@ -48502,7 +48511,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->39->2399" + "default.handlebars->39->2403" ] }, { @@ -48556,8 +48565,8 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->39->1818", - "default.handlebars->39->2448", - "default.handlebars->39->2526" + "default.handlebars->39->2452", + "default.handlebars->39->2530" ] }, { @@ -48608,8 +48617,8 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->39->1948", - "default.handlebars->39->2486", - "default.handlebars->39->2595" + "default.handlebars->39->2490", + "default.handlebars->39->2599" ] }, { @@ -48634,7 +48643,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->39->2698" + "default.handlebars->39->2702" ] }, { @@ -48903,7 +48912,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->252", - "default.handlebars->39->2830", + "default.handlebars->39->2834", "default.handlebars->39->370", "default.handlebars->39->611" ] @@ -48930,7 +48939,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->39->2815" + "default.handlebars->39->2819" ] }, { @@ -48976,7 +48985,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->39->2808" + "default.handlebars->39->2812" ] }, { @@ -49022,8 +49031,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->39->2814", - "default.handlebars->39->2842" + "default.handlebars->39->2818", + "default.handlebars->39->2846" ] }, { @@ -49872,7 +49881,7 @@ "tr": "Uzak Oturumlar", "zh-chs": "远程会话", "xloc": [ - "default.handlebars->39->2700" + "default.handlebars->39->2704" ] }, { @@ -50014,7 +50023,7 @@ "default-mobile.handlebars->11->673", "default.handlebars->39->1974", "default.handlebars->39->2016", - "default.handlebars->39->2598" + "default.handlebars->39->2602" ] }, { @@ -50275,8 +50284,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->39->2490", - "default.handlebars->39->2659" + "default.handlebars->39->2494", + "default.handlebars->39->2663" ] }, { @@ -50301,8 +50310,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->39->2488", - "default.handlebars->39->2646" + "default.handlebars->39->2492", + "default.handlebars->39->2650" ] }, { @@ -50327,7 +50336,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->2644" + "default.handlebars->39->2648" ] }, { @@ -50398,7 +50407,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2655" + "default.handlebars->39->2659" ] }, { @@ -50424,7 +50433,7 @@ "zh-cht": "刪除用戶群權限", "xloc": [ "default.handlebars->39->2037", - "default.handlebars->39->2651" + "default.handlebars->39->2655" ] }, { @@ -50449,7 +50458,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->39->2498" + "default.handlebars->39->2502" ] }, { @@ -50475,7 +50484,7 @@ "zh-cht": "刪除用戶權限", "xloc": [ "default.handlebars->39->2035", - "default.handlebars->39->2648" + "default.handlebars->39->2652" ] }, { @@ -50500,7 +50509,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->39->2621" + "default.handlebars->39->2625" ] }, { @@ -50525,7 +50534,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->39->2391" + "default.handlebars->39->2395" ] }, { @@ -50750,7 +50759,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->39->2583" + "default.handlebars->39->2587" ] }, { @@ -50775,7 +50784,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2635" + "default.handlebars->39->2639" ] }, { @@ -50800,7 +50809,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->39->2482" + "default.handlebars->39->2486" ] }, { @@ -50825,7 +50834,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->39->2476", + "default.handlebars->39->2480", "default.handlebars->39->928" ] }, @@ -50852,9 +50861,9 @@ "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ "default.handlebars->39->1863", - "default.handlebars->39->2470", - "default.handlebars->39->2629", - "default.handlebars->39->2641", + "default.handlebars->39->2474", + "default.handlebars->39->2633", + "default.handlebars->39->2645", "default.handlebars->39->929" ] }, @@ -51278,7 +51287,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->39->2292" + "default.handlebars->39->2296" ] }, { @@ -51303,7 +51312,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->39->2287" + "default.handlebars->39->2291" ] }, { @@ -51322,7 +51331,7 @@ "ru": "Отчет не вернул данных", "tr": "Rapor hiçbir bütün döndürmedi.", "xloc": [ - "default.handlebars->39->2727" + "default.handlebars->39->2731" ] }, { @@ -51344,7 +51353,7 @@ "sv": "Report.csv", "tr": "Report.csv", "xloc": [ - "default.handlebars->39->2750" + "default.handlebars->39->2754" ] }, { @@ -51528,8 +51537,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->39->2396", - "default.handlebars->39->2619" + "default.handlebars->39->2400", + "default.handlebars->39->2623" ] }, { @@ -51973,7 +51982,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->39->2510" + "default.handlebars->39->2514" ] }, { @@ -52705,8 +52714,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->39->2570", - "default.handlebars->39->2575", + "default.handlebars->39->2574", + "default.handlebars->39->2579", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -52736,7 +52745,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->39->2591" + "default.handlebars->39->2595" ] }, { @@ -52761,7 +52770,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->728", - "default.handlebars->39->2788" + "default.handlebars->39->2792" ] }, { @@ -52786,7 +52795,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->729", - "default.handlebars->39->2789" + "default.handlebars->39->2793" ] }, { @@ -52830,7 +52839,7 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->723", - "default.handlebars->39->2783" + "default.handlebars->39->2787" ] }, { @@ -52903,7 +52912,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->727", - "default.handlebars->39->2787" + "default.handlebars->39->2791" ] }, { @@ -53760,7 +53769,7 @@ "default.handlebars->39->1102", "default.handlebars->39->1409", "default.handlebars->39->2085", - "default.handlebars->39->2571", + "default.handlebars->39->2575", "default.handlebars->39->445", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -53787,7 +53796,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->39->2566" + "default.handlebars->39->2570" ] }, { @@ -53812,7 +53821,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->697", - "default.handlebars->39->2757" + "default.handlebars->39->2761" ] }, { @@ -53886,8 +53895,8 @@ "default.handlebars->39->1309", "default.handlebars->39->1311", "default.handlebars->39->2111", - "default.handlebars->39->2338", - "default.handlebars->39->2424", + "default.handlebars->39->2342", + "default.handlebars->39->2428", "default.handlebars->39->466", "default.handlebars->39->616", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -53919,7 +53928,7 @@ "xloc": [ "default.handlebars->39->1052", "default.handlebars->39->1054", - "default.handlebars->39->2715" + "default.handlebars->39->2719" ] }, { @@ -53946,8 +53955,8 @@ "xloc": [ "default.handlebars->39->1310", "default.handlebars->39->2110", - "default.handlebars->39->2337", - "default.handlebars->39->2423", + "default.handlebars->39->2341", + "default.handlebars->39->2427", "default.handlebars->39->615", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -54099,8 +54108,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->39->2341", - "default.handlebars->39->2425" + "default.handlebars->39->2345", + "default.handlebars->39->2429" ] }, { @@ -54278,7 +54287,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->39->2352" + "default.handlebars->39->2356" ] }, { @@ -54354,7 +54363,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->39->2350" + "default.handlebars->39->2354" ] }, { @@ -54379,7 +54388,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->39->2576" + "default.handlebars->39->2580" ] }, { @@ -54404,7 +54413,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->39->2578" + "default.handlebars->39->2582" ] }, { @@ -54429,7 +54438,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->39->2467" + "default.handlebars->39->2471" ] }, { @@ -54454,7 +54463,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->39->2353" + "default.handlebars->39->2357" ] }, { @@ -54479,7 +54488,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->39->2333" + "default.handlebars->39->2337" ] }, { @@ -54529,7 +54538,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->39->2395" + "default.handlebars->39->2399" ] }, { @@ -54682,7 +54691,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->39->2580" + "default.handlebars->39->2584" ] }, { @@ -54846,7 +54855,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->39->2405" + "default.handlebars->39->2409" ] }, { @@ -54871,7 +54880,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->39->2863" + "default.handlebars->39->2867" ] }, { @@ -54920,7 +54929,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->39->2864" + "default.handlebars->39->2868" ] }, { @@ -54949,7 +54958,7 @@ "default-mobile.handlebars->11->670", "default.handlebars->39->1982", "default.handlebars->39->2013", - "default.handlebars->39->2402", + "default.handlebars->39->2406", "default.handlebars->39->975", "default.handlebars->39->997" ] @@ -55001,7 +55010,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->696", - "default.handlebars->39->2756" + "default.handlebars->39->2760" ] }, { @@ -55050,8 +55059,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2325", - "default.handlebars->39->2417" + "default.handlebars->39->2329", + "default.handlebars->39->2421" ] }, { @@ -55076,7 +55085,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->39->2540" + "default.handlebars->39->2544" ] }, { @@ -55101,7 +55110,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->39->2406" + "default.handlebars->39->2410" ] }, { @@ -55126,7 +55135,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2539" + "default.handlebars->39->2543" ] }, { @@ -55151,7 +55160,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->39->2794" + "default.handlebars->39->2798" ] }, { @@ -55201,7 +55210,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->39->2876" + "default.handlebars->39->2880" ] }, { @@ -55225,7 +55234,7 @@ "tr": "Sunucu İzleme Etkinliği", "zh-chs": "服务器跟踪事件", "xloc": [ - "default.handlebars->39->2855" + "default.handlebars->39->2859" ] }, { @@ -55301,7 +55310,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->39->2407" + "default.handlebars->39->2411" ] }, { @@ -55551,7 +55560,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->39->2854" + "default.handlebars->39->2858" ] }, { @@ -55626,8 +55635,8 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->39->2666", - "default.handlebars->39->2720", + "default.handlebars->39->2670", + "default.handlebars->39->2724", "ssh.handlebars->3->17", "ssh.handlebars->3->19" ] @@ -56764,7 +56773,7 @@ "ru": "Показать трафик", "tr": "Trafiği Göster", "xloc": [ - "default.handlebars->39->2716" + "default.handlebars->39->2720" ] }, { @@ -56914,8 +56923,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->39->2356", - "default.handlebars->39->2381" + "default.handlebars->39->2360", + "default.handlebars->39->2385" ] }, { @@ -56940,8 +56949,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->39->2355", - "default.handlebars->39->2380" + "default.handlebars->39->2359", + "default.handlebars->39->2384" ] }, { @@ -56966,8 +56975,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->39->2357", - "default.handlebars->39->2382" + "default.handlebars->39->2361", + "default.handlebars->39->2386" ] }, { @@ -56992,8 +57001,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->39->2354", - "default.handlebars->39->2379" + "default.handlebars->39->2358", + "default.handlebars->39->2383" ] }, { @@ -57403,8 +57412,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->39->2669", - "default.handlebars->39->2690", + "default.handlebars->39->2673", + "default.handlebars->39->2694", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -58707,8 +58716,8 @@ "default.handlebars->39->1178", "default.handlebars->39->260", "default.handlebars->39->265", - "default.handlebars->39->2667", - "default.handlebars->39->2692", + "default.handlebars->39->2671", + "default.handlebars->39->2696", "sharing.handlebars->11->14" ] }, @@ -58761,6 +58770,30 @@ "default-mobile.handlebars->11->374" ] }, + { + "en": "Started Web-RDP session \\\"{0}\\\".", + "xloc": [ + "default.handlebars->39->2280" + ] + }, + { + "en": "Started Web-SFTP session \\\"{0}\\\".", + "xloc": [ + "default.handlebars->39->2279" + ] + }, + { + "en": "Started Web-SSH session \\\"{0}\\\".", + "xloc": [ + "default.handlebars->39->2278" + ] + }, + { + "en": "Started Web-VNC session \\\"{0}\\\".", + "xloc": [ + "default.handlebars->39->2281" + ] + }, { "cs": "Zahájena relace multiplexu pro stolní počítače", "da": "Startede multiplex session på skrivebordet", @@ -59207,8 +59240,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->2610", - "default.handlebars->39->2685", + "default.handlebars->39->2614", + "default.handlebars->39->2689", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -59507,7 +59540,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->39->2351" + "default.handlebars->39->2355" ] }, { @@ -60476,10 +60509,10 @@ "default.handlebars->39->1022", "default.handlebars->39->1868", "default.handlebars->39->1942", - "default.handlebars->39->2679", - "default.handlebars->39->2729", - "default.handlebars->39->2745", - "default.handlebars->39->2831", + "default.handlebars->39->2683", + "default.handlebars->39->2733", + "default.handlebars->39->2749", + "default.handlebars->39->2835", "default.handlebars->39->392", "default.handlebars->39->732", "default.handlebars->39->936", @@ -60562,8 +60595,8 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->39->1827", - "default.handlebars->39->2456", - "default.handlebars->39->2558", + "default.handlebars->39->2460", + "default.handlebars->39->2562", "default.handlebars->39->830" ] }, @@ -60590,8 +60623,8 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->39->1826", - "default.handlebars->39->2455", - "default.handlebars->39->2557", + "default.handlebars->39->2459", + "default.handlebars->39->2561", "default.handlebars->39->829" ] }, @@ -60616,7 +60649,7 @@ "tr": "Terminal Oturumu", "zh-chs": "终端会话", "xloc": [ - "default.handlebars->39->2672" + "default.handlebars->39->2676" ] }, { @@ -60981,7 +61014,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->691", - "default.handlebars->39->2751" + "default.handlebars->39->2755" ] }, { @@ -61006,7 +61039,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->712", - "default.handlebars->39->2772" + "default.handlebars->39->2776" ] }, { @@ -61223,9 +61256,9 @@ "zh-chs": "这是嘉宾分享环节", "xloc": [ "default.handlebars->39->1350", - "default.handlebars->39->2285", - "default.handlebars->39->2661", - "default.handlebars->39->2662" + "default.handlebars->39->2289", + "default.handlebars->39->2665", + "default.handlebars->39->2666" ] }, { @@ -61620,8 +61653,8 @@ "xloc": [ "default-mobile.handlebars->11->351", "default.handlebars->39->1063", - "default.handlebars->39->2713", - "default.handlebars->39->2718", + "default.handlebars->39->2717", + "default.handlebars->39->2722", "player.handlebars->3->17" ] }, @@ -61648,7 +61681,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1051", - "default.handlebars->39->2714" + "default.handlebars->39->2718" ] }, { @@ -61673,7 +61706,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->39->2289" + "default.handlebars->39->2293" ] }, { @@ -61699,7 +61732,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1047", - "default.handlebars->39->2712" + "default.handlebars->39->2716" ] }, { @@ -63161,7 +63194,7 @@ "default.handlebars->39->1749", "default.handlebars->39->1809", "default.handlebars->39->1899", - "default.handlebars->39->2702", + "default.handlebars->39->2706", "default.handlebars->39->433", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -63481,7 +63514,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->39->1744", - "default.handlebars->39->2882", + "default.handlebars->39->2886", "default.handlebars->39->750" ] }, @@ -63507,7 +63540,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->708", - "default.handlebars->39->2768" + "default.handlebars->39->2772" ] }, { @@ -64042,15 +64075,15 @@ "default.handlebars->39->1794", "default.handlebars->39->1795", "default.handlebars->39->181", - "default.handlebars->39->2654", - "default.handlebars->39->2671", - "default.handlebars->39->2678", - "default.handlebars->39->2739", - "default.handlebars->39->2740", - "default.handlebars->39->2741", - "default.handlebars->39->2742", + "default.handlebars->39->2658", + "default.handlebars->39->2675", + "default.handlebars->39->2682", "default.handlebars->39->2743", - "default.handlebars->39->2748", + "default.handlebars->39->2744", + "default.handlebars->39->2745", + "default.handlebars->39->2746", + "default.handlebars->39->2747", + "default.handlebars->39->2752", "default.handlebars->39->44", "default.handlebars->39->51", "default.handlebars->39->52", @@ -64105,7 +64138,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->39->2800" + "default.handlebars->39->2804" ] }, { @@ -64130,8 +64163,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->39->2481", - "default.handlebars->39->2640" + "default.handlebars->39->2485", + "default.handlebars->39->2644" ] }, { @@ -64156,9 +64189,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->39->2475", - "default.handlebars->39->2628", - "default.handlebars->39->2804" + "default.handlebars->39->2479", + "default.handlebars->39->2632", + "default.handlebars->39->2808" ] }, { @@ -64183,7 +64216,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->39->2796" + "default.handlebars->39->2800" ] }, { @@ -64228,8 +64261,8 @@ "ru": "Неизвестный пользователь", "tr": "Bilinmeyen kullanıcı", "xloc": [ - "default.handlebars->39->2744", - "default.handlebars->39->2749" + "default.handlebars->39->2748", + "default.handlebars->39->2753" ] }, { @@ -64254,7 +64287,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->39->2634" + "default.handlebars->39->2638" ] }, { @@ -64359,7 +64392,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->39->2344" + "default.handlebars->39->2348" ] }, { @@ -64484,7 +64517,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->39->2887" + "default.handlebars->39->2891" ] }, { @@ -65032,7 +65065,7 @@ "tr": "kullanım", "zh-chs": "用法", "xloc": [ - "default.handlebars->39->2850" + "default.handlebars->39->2854" ] }, { @@ -65230,8 +65263,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->39->2790", - "default.handlebars->39->2792" + "default.handlebars->39->2794", + "default.handlebars->39->2796" ] }, { @@ -65258,12 +65291,12 @@ "xloc": [ "default.handlebars->39->113", "default.handlebars->39->1864", - "default.handlebars->39->2296", - "default.handlebars->39->2326", - "default.handlebars->39->2471", - "default.handlebars->39->2697", - "default.handlebars->39->2703", - "default.handlebars->39->2721", + "default.handlebars->39->2300", + "default.handlebars->39->2330", + "default.handlebars->39->2475", + "default.handlebars->39->2701", + "default.handlebars->39->2707", + "default.handlebars->39->2725", "default.handlebars->39->338", "default.handlebars->39->931" ] @@ -65290,7 +65323,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->39->2327" + "default.handlebars->39->2331" ] }, { @@ -65316,10 +65349,10 @@ "zh-cht": "用戶帳戶導入", "xloc": [ "default.handlebars->39->1894", - "default.handlebars->39->2362", - "default.handlebars->39->2363", - "default.handlebars->39->2365", - "default.handlebars->39->2367" + "default.handlebars->39->2366", + "default.handlebars->39->2367", + "default.handlebars->39->2369", + "default.handlebars->39->2371" ] }, { @@ -65344,7 +65377,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->39->2809" + "default.handlebars->39->2813" ] }, { @@ -65398,8 +65431,8 @@ "xloc": [ "default.handlebars->39->1056", "default.handlebars->39->1833", - "default.handlebars->39->2462", - "default.handlebars->39->2564", + "default.handlebars->39->2466", + "default.handlebars->39->2568", "default.handlebars->39->275", "default.handlebars->39->836" ] @@ -65428,9 +65461,9 @@ "xloc": [ "default.handlebars->39->1962", "default.handlebars->39->1963", - "default.handlebars->39->2432", - "default.handlebars->39->2636", - "default.handlebars->39->2657", + "default.handlebars->39->2436", + "default.handlebars->39->2640", + "default.handlebars->39->2661", "default.handlebars->39->930" ] }, @@ -65481,7 +65514,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->39->2633" + "default.handlebars->39->2637" ] }, { @@ -65532,8 +65565,8 @@ "zh-cht": "用戶識別碼", "xloc": [ "default.handlebars->39->2031", - "default.handlebars->39->2518", - "default.handlebars->39->2519" + "default.handlebars->39->2522", + "default.handlebars->39->2523" ] }, { @@ -65559,7 +65592,7 @@ "zh-cht": "用戶標識符", "xloc": [ "default.handlebars->39->1960", - "default.handlebars->39->2502" + "default.handlebars->39->2506" ] }, { @@ -65608,7 +65641,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->39->2374" + "default.handlebars->39->2378" ] }, { @@ -65754,7 +65787,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2841" + "default.handlebars->39->2845" ] }, { @@ -65802,7 +65835,7 @@ "ru": "Расход трафика пользователями", "tr": "Kullanıcı Trafiği Kullanımı", "xloc": [ - "default.handlebars->39->2701" + "default.handlebars->39->2705" ] }, { @@ -65902,7 +65935,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->707", - "default.handlebars->39->2767" + "default.handlebars->39->2771" ] }, { @@ -66125,7 +66158,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->715", - "default.handlebars->39->2775" + "default.handlebars->39->2779" ] }, { @@ -66186,7 +66219,7 @@ "default.handlebars->39->1772", "default.handlebars->39->1777", "default.handlebars->39->1811", - "default.handlebars->39->2386", + "default.handlebars->39->2390", "default.handlebars->39->304", "default.handlebars->39->442", "login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->0->1", @@ -66332,9 +66365,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->39->2420", - "default.handlebars->39->2463", - "default.handlebars->39->2840", + "default.handlebars->39->2424", + "default.handlebars->39->2467", + "default.handlebars->39->2844", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -66360,7 +66393,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2813" + "default.handlebars->39->2817" ] }, { @@ -66384,7 +66417,7 @@ "tr": "Kullanıcılar Görünümü", "zh-chs": "用户视图", "xloc": [ - "default.handlebars->39->2360" + "default.handlebars->39->2364" ] }, { @@ -66409,7 +66442,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->716", - "default.handlebars->39->2776" + "default.handlebars->39->2780" ] }, { @@ -66533,7 +66566,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->39->2339" + "default.handlebars->39->2343" ] }, { @@ -66558,7 +66591,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->709", - "default.handlebars->39->2769" + "default.handlebars->39->2773" ] }, { @@ -66711,7 +66744,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->39->2612" + "default.handlebars->39->2616" ] }, { @@ -66764,7 +66797,7 @@ "xloc": [ "default-mobile.handlebars->11->87", "default.handlebars->39->1461", - "default.handlebars->39->2335" + "default.handlebars->39->2339" ] }, { @@ -66898,7 +66931,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->39->2883" + "default.handlebars->39->2887" ] }, { @@ -67046,7 +67079,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->39->2411" + "default.handlebars->39->2415" ] }, { @@ -67092,8 +67125,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->39->2886", - "default.handlebars->39->2888" + "default.handlebars->39->2890", + "default.handlebars->39->2892" ] }, { @@ -67168,7 +67201,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->39->2574" + "default.handlebars->39->2578" ] }, { @@ -67217,7 +67250,7 @@ "tr": "Bu kullanıcı için önceki girişleri görüntüle", "zh-chs": "查看此用户以前的登录", "xloc": [ - "default.handlebars->39->2587" + "default.handlebars->39->2591" ] }, { @@ -67726,8 +67759,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->39->2866", - "default.handlebars->39->2867" + "default.handlebars->39->2870", + "default.handlebars->39->2871" ] }, { @@ -67751,7 +67784,7 @@ "tr": "Web Sunucusu HTTP Başlıkları", "zh-chs": "Web 服务器 HTTP 标头", "xloc": [ - "default.handlebars->39->2870" + "default.handlebars->39->2874" ] }, { @@ -67776,7 +67809,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->39->2868" + "default.handlebars->39->2872" ] }, { @@ -67801,7 +67834,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->39->2869" + "default.handlebars->39->2873" ] }, { @@ -67826,7 +67859,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->39->2735", + "default.handlebars->39->2739", "default.handlebars->39->905", "default.handlebars->contextMenu->cxwebrdp" ] @@ -67847,7 +67880,7 @@ "ru": "Web-SFTP", "tr": "Web-SFTP", "xloc": [ - "default.handlebars->39->2737" + "default.handlebars->39->2741" ] }, { @@ -67871,7 +67904,7 @@ "tr": "Web-SSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2736", + "default.handlebars->39->2740", "default.handlebars->39->907", "default.handlebars->contextMenu->cxwebssh" ] @@ -67897,7 +67930,7 @@ "tr": "Web-VNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2738", + "default.handlebars->39->2742", "default.handlebars->39->903", "default.handlebars->contextMenu->cxwebvnc" ] @@ -67923,7 +67956,7 @@ "tr": "WebRDP", "zh-chs": "网络RDP", "xloc": [ - "default.handlebars->39->2834" + "default.handlebars->39->2838" ] }, { @@ -67947,7 +67980,7 @@ "tr": "WebSSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2835" + "default.handlebars->39->2839" ] }, { @@ -67990,7 +68023,7 @@ "tr": "WebVNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2836" + "default.handlebars->39->2840" ] }, { @@ -68233,7 +68266,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->39->2544" + "default.handlebars->39->2548" ] }, { @@ -70041,7 +70074,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->39->2884" + "default.handlebars->39->2888" ] }, { @@ -70703,8 +70736,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->39->2303", - "default.handlebars->39->2308" + "default.handlebars->39->2307", + "default.handlebars->39->2312" ] }, { @@ -70729,8 +70762,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->39->2305", - "default.handlebars->39->2309" + "default.handlebars->39->2309", + "default.handlebars->39->2313" ] }, { @@ -70805,8 +70838,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->39->2821", - "default.handlebars->39->2824" + "default.handlebars->39->2825", + "default.handlebars->39->2828" ] }, { @@ -71071,7 +71104,7 @@ "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->39->2375" + "default.handlebars->39->2379" ] }, { @@ -71287,7 +71320,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->39->2403" + "default.handlebars->39->2407" ] }, { @@ -71914,7 +71947,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->39->2878" + "default.handlebars->39->2882" ] }, { @@ -72016,7 +72049,7 @@ "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->39->2853" + "default.handlebars->39->2857" ] }, { @@ -72041,7 +72074,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->39->2877" + "default.handlebars->39->2881" ] }, { @@ -72088,8 +72121,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->39->2822", - "default.handlebars->39->2825" + "default.handlebars->39->2826", + "default.handlebars->39->2829" ] }, { @@ -72216,8 +72249,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->39->2371", - "default.handlebars->39->2376" + "default.handlebars->39->2375", + "default.handlebars->39->2380" ] }, { @@ -72242,8 +72275,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->39->2373", - "default.handlebars->39->2377" + "default.handlebars->39->2377", + "default.handlebars->39->2381" ] }, { @@ -72268,7 +72301,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->39->2307" + "default.handlebars->39->2311" ] }, { @@ -72533,7 +72566,7 @@ "xloc": [ "default.handlebars->39->2098", "default.handlebars->39->2103", - "default.handlebars->39->2670" + "default.handlebars->39->2674" ] }, { @@ -72656,7 +72689,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->39->2590" + "default.handlebars->39->2594" ] }, { @@ -72709,7 +72742,7 @@ "xloc": [ "default-mobile.handlebars->11->143", "default.handlebars->39->2113", - "default.handlebars->39->2691", + "default.handlebars->39->2695", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -72858,7 +72891,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->39->2549" + "default.handlebars->39->2553" ] }, { @@ -73091,7 +73124,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->39->2317" + "default.handlebars->39->2321" ] }, { @@ -73490,7 +73523,7 @@ "default-mobile.handlebars->11->212", "default-mobile.handlebars->11->216", "default-mobile.handlebars->11->220", - "default.handlebars->39->2321", + "default.handlebars->39->2325", "default.handlebars->39->384", "default.handlebars->39->387", "default.handlebars->39->391",