From 5c5bcb415211b2c25ab9db6eb98d671301181d34 Mon Sep 17 00:00:00 2001 From: si458 Date: Fri, 1 Aug 2025 14:44:53 +0100 Subject: [PATCH] fix usergroup links not being removed correctly #7198 Signed-off-by: si458 --- db.js | 14 + meshuser.js | 15 + translate/translate.json | 2982 +++++++++++++++++++------------------ views/default.handlebars | 3 +- views/default3.handlebars | 3 +- 5 files changed, 1539 insertions(+), 1478 deletions(-) diff --git a/db.js b/db.js index 2d7e7eaa..df998182 100644 --- a/db.js +++ b/db.js @@ -261,6 +261,20 @@ module.exports.CreateDB = function (parent, func) { if (obj.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come. parent.DispatchEvent(targets, obj, event); } + } else if (i.startsWith('ugrp/')) { + var cusergroup = parent.userGroups[i]; + if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) { + // Remove the user link & save the user + delete cusergroup.links[node._id]; + if (Object.keys(cusergroup.links).length == 0) { delete cusergroup.links; } + obj.Set(cusergroup); + + // Notify user change + var targets = ['*', 'server-users', cusergroup._id]; + var event = { etype: 'ugrp', ugrpid: cusergroup._id, name: cusergroup.name, desc: cusergroup.desc, action: 'usergroupchange', links: cusergroup.links, msgid: 163, msgArgs: [node.name, cusergroup.name], msg: 'Removed device ' + node.name + ' from user group ' + cusergroup.name }; + if (obj.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come. + parent.DispatchEvent(targets, obj, event); + } } } } diff --git a/meshuser.js b/meshuser.js index fcfd4a86..ae641fe0 100644 --- a/meshuser.js +++ b/meshuser.js @@ -2847,6 +2847,21 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come. parent.parent.DispatchEvent(targets, obj, event); } + } else if (i.startsWith('ugrp/')) { + var cusergroup = parent.userGroups[i]; + console.log(cusergroup); + if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) { + // Remove the user link & save the user + delete cusergroup.links[node._id]; + if (Object.keys(cusergroup.links).length == 0) { delete cusergroup.links; } + db.Set(cusergroup); + + // Notify user change + var targets = ['*', 'server-users', cusergroup._id]; + var event = { etype: 'ugrp', userid: user._id, username: user.name, ugrpid: cusergroup._id, name: cusergroup.name, desc: cusergroup.desc, action: 'usergroupchange', links: cusergroup.links, msgid: 163, msgArgs: [node.name, cusergroup.name], msg: 'Removed device ' + node.name + ' from user group ' + cusergroup.name }; + if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come. + parent.parent.DispatchEvent(targets, obj, event); + } } } } diff --git a/translate/translate.json b/translate/translate.json index e7b01e19..f2a4e1ed 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -361,9 +361,9 @@ "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ "default.handlebars->47->2355", - "default.handlebars->47->2938", + "default.handlebars->47->2939", "default3.handlebars->35->2352", - "default3.handlebars->35->2932" + "default3.handlebars->35->2933" ] }, { @@ -1105,13 +1105,13 @@ "default.handlebars->47->1665", "default.handlebars->47->1667", "default.handlebars->47->2431", - "default.handlebars->47->2711", + "default.handlebars->47->2712", "default3.handlebars->35->1020", "default3.handlebars->35->1648", "default3.handlebars->35->1650", "default3.handlebars->35->1652", "default3.handlebars->35->2428", - "default3.handlebars->35->2708" + "default3.handlebars->35->2709" ] }, { @@ -2052,10 +2052,10 @@ "default-mobile.handlebars->11->714", "default.handlebars->47->1557", "default.handlebars->47->2497", - "default.handlebars->47->3182", + "default.handlebars->47->3183", "default3.handlebars->35->1542", "default3.handlebars->35->2494", - "default3.handlebars->35->3170", + "default3.handlebars->35->3171", "sharing-mobile.handlebars->11->79", "sharing.handlebars->11->50" ] @@ -2242,8 +2242,8 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->47->3033", - "default3.handlebars->35->3027" + "default.handlebars->47->3034", + "default3.handlebars->35->3028" ] }, { @@ -2402,8 +2402,8 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->47->2988", - "default3.handlebars->35->2982" + "default.handlebars->47->2989", + "default3.handlebars->35->2983" ] }, { @@ -2587,8 +2587,8 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->47->2743", - "default3.handlebars->35->2740" + "default.handlebars->47->2744", + "default3.handlebars->35->2741" ] }, { @@ -2852,7 +2852,7 @@ "default-mobile.handlebars->11->439", "default-mobile.handlebars->11->443", "default-mobile.handlebars->11->447", - "default.handlebars->47->2747", + "default.handlebars->47->2748", "default.handlebars->47->459", "default.handlebars->47->462", "default.handlebars->47->466", @@ -2860,7 +2860,7 @@ "default.handlebars->47->474", "default.handlebars->47->478", "default.handlebars->47->482", - "default3.handlebars->35->2744", + "default3.handlebars->35->2745", "default3.handlebars->35->456", "default3.handlebars->35->459", "default3.handlebars->35->463", @@ -4013,8 +4013,8 @@ "zh-chs": "第二个因素", "zh-cht": "第二個因素", "xloc": [ - "default.handlebars->47->3221", - "default3.handlebars->35->3209" + "default.handlebars->47->3222", + "default3.handlebars->35->3210" ] }, { @@ -4043,10 +4043,10 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->47->2761", - "default.handlebars->47->3014", - "default3.handlebars->35->2758", - "default3.handlebars->35->3008" + "default.handlebars->47->2762", + "default.handlebars->47->3015", + "default3.handlebars->35->2759", + "default3.handlebars->35->3009" ] }, { @@ -5516,8 +5516,8 @@ "zh-chs": "操作系统", "zh-cht": "AMT操作系統", "xloc": [ - "default.handlebars->47->3380", - "default3.handlebars->35->3368" + "default.handlebars->47->3381", + "default3.handlebars->35->3369" ] }, { @@ -5545,10 +5545,10 @@ "zh-chs": "AMT-Redir", "zh-cht": "AMT-Redir", "xloc": [ - "default.handlebars->47->3231", - "default.handlebars->47->3284", - "default3.handlebars->35->3219", - "default3.handlebars->35->3272" + "default.handlebars->47->3232", + "default.handlebars->47->3285", + "default3.handlebars->35->3220", + "default3.handlebars->35->3273" ] }, { @@ -5576,10 +5576,10 @@ "zh-chs": "AMT-WSMAN", "zh-cht": "AMT-WSMAN", "xloc": [ - "default.handlebars->47->3230", - "default.handlebars->47->3283", - "default3.handlebars->35->3218", - "default3.handlebars->35->3271" + "default.handlebars->47->3231", + "default.handlebars->47->3284", + "default3.handlebars->35->3219", + "default3.handlebars->35->3272" ] }, { @@ -5937,8 +5937,8 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->47->2944", - "default3.handlebars->35->2938" + "default.handlebars->47->2945", + "default3.handlebars->35->2939" ] }, { @@ -6067,14 +6067,14 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->47->2110", "default.handlebars->47->2112", - "default.handlebars->47->3435", + "default.handlebars->47->3436", "default.handlebars->47->740", "default.handlebars->47->891", "default.handlebars->47->893", "default3.handlebars->35->2112", "default3.handlebars->35->2113", - "default3.handlebars->35->3421", - "default3.handlebars->35->3423", + "default3.handlebars->35->3422", + "default3.handlebars->35->3424", "default3.handlebars->35->737", "default3.handlebars->35->888", "default3.handlebars->35->890" @@ -6107,8 +6107,8 @@ "zh-cht": "帳號設定", "xloc": [ "default-mobile.handlebars->11->1033", - "default.handlebars->47->3304", - "default3.handlebars->35->3292" + "default.handlebars->47->3305", + "default3.handlebars->35->3293" ] }, { @@ -6335,11 +6335,11 @@ "xloc": [ "default-mobile.handlebars->11->69", "default.handlebars->47->221", - "default.handlebars->47->2763", - "default.handlebars->47->2941", + "default.handlebars->47->2764", + "default.handlebars->47->2942", "default3.handlebars->35->220", - "default3.handlebars->35->2760", - "default3.handlebars->35->2935" + "default3.handlebars->35->2761", + "default3.handlebars->35->2936" ] }, { @@ -6369,8 +6369,8 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->1045", - "default.handlebars->47->3316", - "default3.handlebars->35->3304", + "default.handlebars->47->3317", + "default3.handlebars->35->3305", "login-mobile.handlebars->5->6", "login.handlebars->5->8", "login2.handlebars->7->206" @@ -6478,8 +6478,8 @@ "pl": "Zapisy logowania tokenami użytkownika", "uk": "Записи токенів входу до акаунту", "xloc": [ - "default.handlebars->47->3273", - "default3.handlebars->35->3261" + "default.handlebars->47->3274", + "default3.handlebars->35->3262" ] }, { @@ -7244,12 +7244,12 @@ "zh-cht": "新增裝置", "xloc": [ "default.handlebars->47->2247", - "default.handlebars->47->2916", - "default.handlebars->47->3111", + "default.handlebars->47->2917", + "default.handlebars->47->3112", "default.handlebars->47->505", "default3.handlebars->35->2243", - "default3.handlebars->35->2910", - "default3.handlebars->35->3099", + "default3.handlebars->35->2911", + "default3.handlebars->35->3100", "default3.handlebars->35->502" ] }, @@ -7310,12 +7310,12 @@ "zh-cht": "新增裝置群", "xloc": [ "default.handlebars->47->2392", - "default.handlebars->47->2910", - "default.handlebars->47->3099", + "default.handlebars->47->2911", + "default.handlebars->47->3100", "default.handlebars->47->401", "default3.handlebars->35->2389", - "default3.handlebars->35->2904", - "default3.handlebars->35->3087", + "default3.handlebars->35->2905", + "default3.handlebars->35->3088", "default3.handlebars->35->398" ] }, @@ -7549,8 +7549,8 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->47->3131", - "default3.handlebars->35->3119" + "default.handlebars->47->3132", + "default3.handlebars->35->3120" ] }, { @@ -7739,11 +7739,11 @@ "default.handlebars->47->1093", "default.handlebars->47->2237", "default.handlebars->47->2391", - "default.handlebars->47->3105", + "default.handlebars->47->3106", "default3.handlebars->35->1090", "default3.handlebars->35->2233", "default3.handlebars->35->2388", - "default3.handlebars->35->3093" + "default3.handlebars->35->3094" ] }, { @@ -7858,9 +7858,9 @@ "zh-cht": "新增用戶", "xloc": [ "default.handlebars->47->2236", - "default.handlebars->47->2905", + "default.handlebars->47->2906", "default3.handlebars->35->2232", - "default3.handlebars->35->2899" + "default3.handlebars->35->2900" ] }, { @@ -7919,8 +7919,8 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->47->2940", - "default3.handlebars->35->2934" + "default.handlebars->47->2941", + "default3.handlebars->35->2935" ] }, { @@ -8734,15 +8734,15 @@ "zh-chs": "管理员PowerShell", "zh-cht": "管理員PowerShell", "xloc": [ - "default.handlebars->47->3151", - "default.handlebars->47->3161", - "default.handlebars->47->3227", - "default.handlebars->47->3280", + "default.handlebars->47->3152", + "default.handlebars->47->3162", + "default.handlebars->47->3228", + "default.handlebars->47->3281", "default.handlebars->termShellContextMenu->3", - "default3.handlebars->35->3139", - "default3.handlebars->35->3149", - "default3.handlebars->35->3215", - "default3.handlebars->35->3268", + "default3.handlebars->35->3140", + "default3.handlebars->35->3150", + "default3.handlebars->35->3216", + "default3.handlebars->35->3269", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0", "player.handlebars->3->29", "xterm.handlebars->termShellContextMenu->cxtermps" @@ -8774,8 +8774,8 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->47->2992", - "default3.handlebars->35->2986" + "default.handlebars->47->2993", + "default3.handlebars->35->2987" ] }, { @@ -8835,8 +8835,8 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->47->2837", - "default3.handlebars->35->2831" + "default.handlebars->47->2838", + "default3.handlebars->35->2832" ] }, { @@ -8865,8 +8865,8 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->47->2755", - "default3.handlebars->35->2752" + "default.handlebars->47->2756", + "default3.handlebars->35->2753" ] }, { @@ -8933,14 +8933,14 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->47->2472", "default.handlebars->47->2485", - "default.handlebars->47->3378", + "default.handlebars->47->3379", "default.handlebars->47->421", "default.handlebars->47->728", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", "default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm", "default3.handlebars->35->2469", "default3.handlebars->35->2482", - "default3.handlebars->35->3366", + "default3.handlebars->35->3367", "default3.handlebars->35->418", "default3.handlebars->35->725", "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -9070,8 +9070,8 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->47->3346", - "default3.handlebars->35->3334" + "default.handlebars->47->3347", + "default3.handlebars->35->3335" ] }, { @@ -9323,8 +9323,8 @@ "zh-chs": "代理会话", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->47->3363", - "default3.handlebars->35->3351" + "default.handlebars->47->3364", + "default3.handlebars->35->3352" ] }, { @@ -10013,10 +10013,10 @@ "zh-cht": "代理", "xloc": [ "default.handlebars->47->2440", - "default.handlebars->47->3391", + "default.handlebars->47->3392", "default.handlebars->47->588", "default3.handlebars->35->2437", - "default3.handlebars->35->3379", + "default3.handlebars->35->3380", "default3.handlebars->35->585" ] }, @@ -10094,9 +10094,9 @@ "default-mobile.handlebars->11->369", "default-mobile.handlebars->11->715", "default-mobile.handlebars->11->717", - "default.handlebars->47->3195", + "default.handlebars->47->3196", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1", - "default3.handlebars->35->3183", + "default3.handlebars->35->3184", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1", "sharing-mobile.handlebars->11->80", "sharing-mobile.handlebars->11->82" @@ -10128,8 +10128,8 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->47->2717", - "default3.handlebars->35->2714" + "default.handlebars->47->2718", + "default3.handlebars->35->2715" ] }, { @@ -10220,8 +10220,8 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->47->2715", - "default3.handlebars->35->2712" + "default.handlebars->47->2716", + "default3.handlebars->35->2713" ] }, { @@ -10362,9 +10362,9 @@ "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ "default.handlebars->47->2353", - "default.handlebars->47->2937", + "default.handlebars->47->2938", "default3.handlebars->35->2350", - "default3.handlebars->35->2931" + "default3.handlebars->35->2932" ] }, { @@ -10737,12 +10737,12 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->47->2213", - "default.handlebars->47->2896", - "default.handlebars->47->3001", + "default.handlebars->47->2897", + "default.handlebars->47->3002", "default.handlebars->47->987", "default3.handlebars->35->2209", - "default3.handlebars->35->2890", - "default3.handlebars->35->2995", + "default3.handlebars->35->2891", + "default3.handlebars->35->2996", "default3.handlebars->35->984" ] }, @@ -10773,12 +10773,12 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->47->2214", - "default.handlebars->47->2897", - "default.handlebars->47->3002", + "default.handlebars->47->2898", + "default.handlebars->47->3003", "default.handlebars->47->988", "default3.handlebars->35->2210", - "default3.handlebars->35->2891", - "default3.handlebars->35->2996", + "default3.handlebars->35->2892", + "default3.handlebars->35->2997", "default3.handlebars->35->985" ] }, @@ -10886,8 +10886,8 @@ "pl": "Wystąpił nieznany błąd.", "uk": "Сталася невідома помилка.", "xloc": [ - "default.handlebars->47->3140", - "default3.handlebars->35->3128" + "default.handlebars->47->3141", + "default3.handlebars->35->3129" ] }, { @@ -12343,8 +12343,8 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->47->3444", - "default3.handlebars->35->3432" + "default.handlebars->47->3445", + "default3.handlebars->35->3433" ] }, { @@ -12931,8 +12931,8 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->47->3005", - "default3.handlebars->35->2999" + "default.handlebars->47->3006", + "default3.handlebars->35->3000" ] }, { @@ -13193,9 +13193,9 @@ "zh-cht": "自動刪除", "xloc": [ "default.handlebars->47->2196", - "default.handlebars->47->2708", + "default.handlebars->47->2709", "default3.handlebars->35->2192", - "default3.handlebars->35->2705" + "default3.handlebars->35->2706" ] }, { @@ -13409,8 +13409,8 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->47->3372", - "default3.handlebars->35->3360" + "default.handlebars->47->3373", + "default3.handlebars->35->3361" ] }, { @@ -13823,10 +13823,10 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->47->3009", - "default.handlebars->47->3248", - "default3.handlebars->35->3003", - "default3.handlebars->35->3236" + "default.handlebars->47->3010", + "default.handlebars->47->3249", + "default3.handlebars->35->3004", + "default3.handlebars->35->3237" ] }, { @@ -13916,8 +13916,8 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->47->3353", - "default3.handlebars->35->3341" + "default.handlebars->47->3354", + "default3.handlebars->35->3342" ] }, { @@ -13946,8 +13946,8 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->47->3352", - "default3.handlebars->35->3340" + "default.handlebars->47->3353", + "default3.handlebars->35->3341" ] }, { @@ -14353,9 +14353,9 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->47->2903", + "default.handlebars->47->2904", "default.handlebars->container->column_l->p4->3->1->0->3->1", - "default3.handlebars->35->2897", + "default3.handlebars->35->2898", "default3.handlebars->container->column_l->p4->3->1->0->1->3" ] }, @@ -14385,8 +14385,8 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->47->2819", - "default3.handlebars->35->2815" + "default.handlebars->47->2820", + "default3.handlebars->35->2816" ] }, { @@ -14415,8 +14415,8 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->47->2814", - "default3.handlebars->35->2810" + "default.handlebars->47->2815", + "default3.handlebars->35->2811" ] }, { @@ -14445,8 +14445,8 @@ "zh-chs": "浏览器", "zh-cht": "瀏覽器", "xloc": [ - "default.handlebars->47->3219", - "default3.handlebars->35->3207" + "default.handlebars->47->3220", + "default3.handlebars->35->3208" ] }, { @@ -14673,8 +14673,8 @@ "zh-chs": "字节输入", "zh-cht": "字節輸入", "xloc": [ - "default.handlebars->47->3215", - "default3.handlebars->35->3203" + "default.handlebars->47->3216", + "default3.handlebars->35->3204" ] }, { @@ -14703,8 +14703,8 @@ "zh-chs": "字节输出", "zh-cht": "字節輸出", "xloc": [ - "default.handlebars->47->3216", - "default3.handlebars->35->3204" + "default.handlebars->47->3217", + "default3.handlebars->35->3205" ] }, { @@ -14860,10 +14860,10 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->478", - "default.handlebars->47->3379", + "default.handlebars->47->3380", "default.handlebars->47->423", "default.handlebars->47->730", - "default3.handlebars->35->3367", + "default3.handlebars->35->3368", "default3.handlebars->35->420", "default3.handlebars->35->727" ] @@ -14894,8 +14894,8 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->47->3428", - "default3.handlebars->35->3416" + "default.handlebars->47->3429", + "default3.handlebars->35->3417" ] }, { @@ -14924,8 +14924,8 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->47->3429", - "default3.handlebars->35->3417" + "default.handlebars->47->3430", + "default3.handlebars->35->3418" ] }, { @@ -15017,11 +15017,11 @@ "default-mobile.handlebars->11->849", "default.handlebars->47->1614", "default.handlebars->47->1698", - "default.handlebars->47->3404", + "default.handlebars->47->3405", "default.handlebars->container->column_l->p40->3->1->p40type->5", "default3.handlebars->35->1599", "default3.handlebars->35->1681", - "default3.handlebars->35->3392", + "default3.handlebars->35->3393", "default3.handlebars->container->column_l->p40->3->3->p40type->5" ] }, @@ -15051,8 +15051,8 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->47->3368", - "default3.handlebars->35->3356" + "default.handlebars->47->3369", + "default3.handlebars->35->3357" ] }, { @@ -15081,8 +15081,8 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->47->3371", - "default3.handlebars->35->3359" + "default.handlebars->47->3372", + "default3.handlebars->35->3360" ] }, { @@ -15111,8 +15111,8 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->47->3370", - "default3.handlebars->35->3358" + "default.handlebars->47->3371", + "default3.handlebars->35->3359" ] }, { @@ -15141,8 +15141,8 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->47->3369", - "default3.handlebars->35->3357" + "default.handlebars->47->3370", + "default3.handlebars->35->3358" ] }, { @@ -15208,8 +15208,8 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->47->2725", - "default3.handlebars->35->2722" + "default.handlebars->47->2726", + "default3.handlebars->35->2723" ] }, { @@ -15238,11 +15238,11 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->47->2729", - "default.handlebars->47->2806", + "default.handlebars->47->2730", + "default.handlebars->47->2807", "default.handlebars->47->803", - "default3.handlebars->35->2726", - "default3.handlebars->35->2802", + "default3.handlebars->35->2727", + "default3.handlebars->35->2803", "default3.handlebars->35->800" ] }, @@ -15252,8 +15252,8 @@ "nl": "Het CSV bestandsformaat is als volgt:", "uk": "Формат файлу CSV нижче:", "xloc": [ - "default.handlebars->47->2792", - "default3.handlebars->35->2788" + "default.handlebars->47->2793", + "default3.handlebars->35->2789" ] }, { @@ -15308,8 +15308,8 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->47->3445", - "default3.handlebars->35->3433" + "default.handlebars->47->3446", + "default3.handlebars->35->3434" ] }, { @@ -15323,9 +15323,9 @@ "uk": "CallMeBot", "xloc": [ "default.handlebars->47->1807", - "default.handlebars->47->3044", + "default.handlebars->47->3045", "default3.handlebars->35->1789", - "default3.handlebars->35->3038" + "default3.handlebars->35->3039" ] }, { @@ -15388,7 +15388,7 @@ "default-mobile.handlebars->11->331", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->47->2163", - "default.handlebars->47->3434", + "default.handlebars->47->3435", "default.handlebars->47->548", "default.handlebars->container->dialog->idx_dlgButtonBar", "default3.handlebars->35->545", @@ -15808,8 +15808,8 @@ "zh-chs": "更改{0}的邮箱", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->47->3086", - "default3.handlebars->35->3078" + "default.handlebars->47->3087", + "default3.handlebars->35->3079" ] }, { @@ -15889,9 +15889,9 @@ "xloc": [ "default-mobile.handlebars->11->339", "default.handlebars->47->2107", - "default.handlebars->47->3030", + "default.handlebars->47->3031", "default3.handlebars->35->2083", - "default3.handlebars->35->3024" + "default3.handlebars->35->3025" ] }, { @@ -15920,8 +15920,8 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->47->3095", - "default3.handlebars->35->3083" + "default.handlebars->47->3096", + "default3.handlebars->35->3084" ] }, { @@ -15950,8 +15950,8 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->47->3081", - "default3.handlebars->35->3074" + "default.handlebars->47->3082", + "default3.handlebars->35->3075" ] }, { @@ -16128,8 +16128,8 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->47->3029", - "default3.handlebars->35->3023" + "default.handlebars->47->3030", + "default3.handlebars->35->3024" ] }, { @@ -16462,15 +16462,15 @@ "default.handlebars->47->1034", "default.handlebars->47->1153", "default.handlebars->47->1178", - "default.handlebars->47->2746", - "default.handlebars->47->3025", + "default.handlebars->47->2747", "default.handlebars->47->3026", + "default.handlebars->47->3027", "default3.handlebars->35->1031", "default3.handlebars->35->1148", "default3.handlebars->35->1173", - "default3.handlebars->35->2743", - "default3.handlebars->35->3019", - "default3.handlebars->35->3020" + "default3.handlebars->35->2744", + "default3.handlebars->35->3020", + "default3.handlebars->35->3021" ] }, { @@ -16534,8 +16534,8 @@ "zh-cht": "聊天請求,點擊這裡接受。", "xloc": [ "default-mobile.handlebars->11->1046", - "default.handlebars->47->3317", - "default3.handlebars->35->3305" + "default.handlebars->47->3318", + "default3.handlebars->35->3306" ] }, { @@ -16761,9 +16761,9 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->47->1858", - "default.handlebars->47->3439", + "default.handlebars->47->3440", "default3.handlebars->35->1839", - "default3.handlebars->35->3427" + "default3.handlebars->35->3428" ] }, { @@ -17323,8 +17323,8 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->1029", - "default.handlebars->47->3300", - "default3.handlebars->35->3288" + "default.handlebars->47->3301", + "default3.handlebars->35->3289" ] }, { @@ -17447,8 +17447,8 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->1028", - "default.handlebars->47->3299", - "default3.handlebars->35->3287" + "default.handlebars->47->3300", + "default3.handlebars->35->3288" ] }, { @@ -17626,8 +17626,8 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->47->2876", - "default3.handlebars->35->2870" + "default.handlebars->47->2877", + "default3.handlebars->35->2871" ] }, { @@ -18046,7 +18046,7 @@ "default.handlebars->47->1562", "default.handlebars->47->241", "default.handlebars->47->250", - "default.handlebars->47->3433", + "default.handlebars->47->3434", "default3.handlebars->35->1478", "default3.handlebars->35->1547", "sharing.handlebars->11->52" @@ -18410,10 +18410,10 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->47->2911", - "default.handlebars->47->3100", - "default3.handlebars->35->2905", - "default3.handlebars->35->3088" + "default.handlebars->47->2912", + "default.handlebars->47->3101", + "default3.handlebars->35->2906", + "default3.handlebars->35->3089" ] }, { @@ -18442,10 +18442,10 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->47->2917", - "default.handlebars->47->3112", - "default3.handlebars->35->2911", - "default3.handlebars->35->3100" + "default.handlebars->47->2918", + "default.handlebars->47->3113", + "default3.handlebars->35->2912", + "default3.handlebars->35->3101" ] }, { @@ -18574,8 +18574,8 @@ "pl": "Zapisy pliku konfiguracyjnego", "uk": "Записи файлу конфігурації", "xloc": [ - "default.handlebars->47->3266", - "default3.handlebars->35->3254" + "default.handlebars->47->3267", + "default3.handlebars->35->3255" ] }, { @@ -18609,18 +18609,18 @@ "default.handlebars->47->1329", "default.handlebars->47->1338", "default.handlebars->47->2319", - "default.handlebars->47->2776", - "default.handlebars->47->2866", - "default.handlebars->47->2933", - "default.handlebars->47->3098", + "default.handlebars->47->2777", + "default.handlebars->47->2867", + "default.handlebars->47->2934", + "default.handlebars->47->3099", "default.handlebars->47->767", "default3.handlebars->35->1320", "default3.handlebars->35->1328", "default3.handlebars->35->2313", - "default3.handlebars->35->2773", - "default3.handlebars->35->2860", - "default3.handlebars->35->2927", - "default3.handlebars->35->3086", + "default3.handlebars->35->2774", + "default3.handlebars->35->2861", + "default3.handlebars->35->2928", + "default3.handlebars->35->3087", "default3.handlebars->35->764" ] }, @@ -18654,7 +18654,7 @@ "en": "Confirm Password", "nl": "Bevestig wachtwoord", "xloc": [ - "default3.handlebars->35->2821" + "default3.handlebars->35->2822" ] }, { @@ -18777,8 +18777,8 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->47->2775", - "default3.handlebars->35->2772" + "default.handlebars->47->2776", + "default3.handlebars->35->2773" ] }, { @@ -18833,8 +18833,8 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->47->2865", - "default3.handlebars->35->2859" + "default.handlebars->47->2866", + "default3.handlebars->35->2860" ] }, { @@ -18863,8 +18863,8 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->47->3097", - "default3.handlebars->35->3085" + "default.handlebars->47->3098", + "default3.handlebars->35->3086" ] }, { @@ -18909,8 +18909,8 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->47->2936", - "default3.handlebars->35->2930" + "default.handlebars->47->2937", + "default3.handlebars->35->2931" ] }, { @@ -18939,8 +18939,8 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->47->3129", - "default3.handlebars->35->3117" + "default.handlebars->47->3130", + "default3.handlebars->35->3118" ] }, { @@ -19093,10 +19093,10 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->47->2926", - "default.handlebars->47->3120", - "default3.handlebars->35->2920", - "default3.handlebars->35->3108" + "default.handlebars->47->2927", + "default.handlebars->47->3121", + "default3.handlebars->35->2921", + "default3.handlebars->35->3109" ] }, { @@ -19125,10 +19125,10 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->47->2928", - "default.handlebars->47->3133", - "default3.handlebars->35->2922", - "default3.handlebars->35->3121" + "default.handlebars->47->2929", + "default.handlebars->47->3134", + "default3.handlebars->35->2923", + "default3.handlebars->35->3122" ] }, { @@ -19157,8 +19157,8 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->47->3122", - "default3.handlebars->35->3110" + "default.handlebars->47->3123", + "default3.handlebars->35->3111" ] }, { @@ -19187,8 +19187,8 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->47->3125", - "default3.handlebars->35->3113" + "default.handlebars->47->3126", + "default3.handlebars->35->3114" ] }, { @@ -19217,10 +19217,10 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->47->3123", - "default.handlebars->47->3126", - "default3.handlebars->35->3111", - "default3.handlebars->35->3114" + "default.handlebars->47->3124", + "default.handlebars->47->3127", + "default3.handlebars->35->3112", + "default3.handlebars->35->3115" ] }, { @@ -19306,8 +19306,8 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->47->3118", - "default3.handlebars->35->3106" + "default.handlebars->47->3119", + "default3.handlebars->35->3107" ] }, { @@ -20040,8 +20040,8 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->47->3358", - "default3.handlebars->35->3346" + "default.handlebars->47->3359", + "default3.handlebars->35->3347" ] }, { @@ -20070,8 +20070,8 @@ "zh-chs": "已连接的英特尔®AMT CIRA", "zh-cht": "已連接的Intel® AMT CIRA", "xloc": [ - "default.handlebars->47->3359", - "default3.handlebars->35->3347" + "default.handlebars->47->3360", + "default3.handlebars->35->3348" ] }, { @@ -20100,8 +20100,8 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->47->3364", - "default3.handlebars->35->3352" + "default.handlebars->47->3365", + "default3.handlebars->35->3353" ] }, { @@ -20374,8 +20374,8 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->47->3390", - "default3.handlebars->35->3378" + "default.handlebars->47->3391", + "default3.handlebars->35->3379" ] }, { @@ -20445,8 +20445,8 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->47->3427", - "default3.handlebars->35->3415" + "default.handlebars->47->3428", + "default3.handlebars->35->3416" ] }, { @@ -20571,8 +20571,8 @@ "zh-chs": "同意", "zh-cht": "同意", "xloc": [ - "default.handlebars->47->2707", - "default3.handlebars->35->2704" + "default.handlebars->47->2708", + "default3.handlebars->35->2705" ] }, { @@ -20602,8 +20602,8 @@ "zh-cht": "控制台", "xloc": [ "default-mobile.handlebars->11->579", - "default.handlebars->47->1148", - "default.handlebars->47->1173", + "default.handlebars->47->1140", + "default.handlebars->47->1165", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole", "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole", "default.handlebars->contextMenu->cxconsole", @@ -20670,8 +20670,8 @@ "zh-chs": "控制", "zh-cht": "控制", "xloc": [ - "default.handlebars->47->1147", - "default.handlebars->47->1172", + "default.handlebars->47->1148", + "default.handlebars->47->1173", "default3.handlebars->35->1142", "default3.handlebars->35->1167", "messenger.handlebars->remoteImage->3->2" @@ -20733,8 +20733,8 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->47->3410", - "default3.handlebars->35->3398" + "default.handlebars->47->3411", + "default3.handlebars->35->3399" ] }, { @@ -21444,8 +21444,8 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->47->3409", - "default3.handlebars->35->3397" + "default.handlebars->47->3410", + "default3.handlebars->35->3398" ] }, { @@ -21539,8 +21539,8 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->47->2833", - "default3.handlebars->35->2829", + "default.handlebars->47->2834", + "default3.handlebars->35->2830", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1" @@ -21659,8 +21659,8 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->47->2873", - "default3.handlebars->35->2867" + "default.handlebars->47->2874", + "default3.handlebars->35->2868" ] }, { @@ -21922,8 +21922,8 @@ "nl": "Maak meerdere accounts tegelijk aan door een JSON of een CSV bestand te importeren", "uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV", "xloc": [ - "default.handlebars->47->2790", - "default3.handlebars->35->2786" + "default.handlebars->47->2791", + "default3.handlebars->35->2787" ] }, { @@ -22095,8 +22095,8 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->47->2981", - "default3.handlebars->35->2975" + "default.handlebars->47->2982", + "default3.handlebars->35->2976" ] }, { @@ -22598,8 +22598,8 @@ "zh-cht": "當前密碼不正確。", "xloc": [ "default-mobile.handlebars->11->1056", - "default.handlebars->47->3327", - "default3.handlebars->35->3315" + "default.handlebars->47->3328", + "default3.handlebars->35->3316" ] }, { @@ -22925,8 +22925,8 @@ "pl": "Zapisy Bazy Danych", "uk": "Записи Бази Даних", "xloc": [ - "default.handlebars->47->3186", - "default3.handlebars->35->3174" + "default.handlebars->47->3187", + "default3.handlebars->35->3175" ] }, { @@ -22988,11 +22988,11 @@ "xloc": [ "default-mobile.handlebars->11->621", "default.handlebars->47->1313", - "default.handlebars->47->3190", - "default.handlebars->47->3193", + "default.handlebars->47->3191", + "default.handlebars->47->3194", "default3.handlebars->35->1304", - "default3.handlebars->35->3178", - "default3.handlebars->35->3181" + "default3.handlebars->35->3179", + "default3.handlebars->35->3182" ] }, { @@ -23140,15 +23140,15 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->47->2820", - "default.handlebars->47->2869", - "default.handlebars->47->2880", - "default.handlebars->47->2954", + "default.handlebars->47->2821", + "default.handlebars->47->2870", + "default.handlebars->47->2881", + "default.handlebars->47->2955", "default3.handlebars->35->2084", - "default3.handlebars->35->2816", - "default3.handlebars->35->2863", - "default3.handlebars->35->2874", - "default3.handlebars->35->2948" + "default3.handlebars->35->2817", + "default3.handlebars->35->2864", + "default3.handlebars->35->2875", + "default3.handlebars->35->2949" ] }, { @@ -23296,7 +23296,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->47->2777" + "default.handlebars->47->2778" ] }, { @@ -23477,8 +23477,8 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->47->3028", - "default3.handlebars->35->3022" + "default.handlebars->47->3029", + "default3.handlebars->35->3023" ] }, { @@ -23507,10 +23507,10 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->47->2922", - "default.handlebars->47->2934", - "default3.handlebars->35->2916", - "default3.handlebars->35->2928" + "default.handlebars->47->2923", + "default.handlebars->47->2935", + "default3.handlebars->35->2917", + "default3.handlebars->35->2929" ] }, { @@ -23539,8 +23539,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->47->2867", - "default3.handlebars->35->2861" + "default.handlebars->47->2868", + "default3.handlebars->35->2862" ] }, { @@ -23569,8 +23569,8 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->47->3096", - "default3.handlebars->35->3084" + "default.handlebars->47->3097", + "default3.handlebars->35->3085" ] }, { @@ -23600,9 +23600,9 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0", - "default.handlebars->47->2773", + "default.handlebars->47->2774", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7", - "default3.handlebars->35->2770", + "default3.handlebars->35->2771", "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -23662,8 +23662,8 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->47->2863", - "default3.handlebars->35->2857" + "default.handlebars->47->2864", + "default3.handlebars->35->2858" ] }, { @@ -23788,8 +23788,8 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->47->2932", - "default3.handlebars->35->2926" + "default.handlebars->47->2933", + "default3.handlebars->35->2927" ] }, { @@ -24146,11 +24146,11 @@ "default.handlebars->47->2124", "default.handlebars->47->2186", "default.handlebars->47->2326", - "default.handlebars->47->2705", - "default.handlebars->47->2872", - "default.handlebars->47->2883", + "default.handlebars->47->2706", + "default.handlebars->47->2873", "default.handlebars->47->2884", - "default.handlebars->47->2930", + "default.handlebars->47->2885", + "default.handlebars->47->2931", "default.handlebars->47->910", "default.handlebars->47->911", "default.handlebars->container->column_l->p42->p42tbl->1->0->3", @@ -24163,11 +24163,11 @@ "default3.handlebars->35->2182", "default3.handlebars->35->2322", "default3.handlebars->35->2323", - "default3.handlebars->35->2702", - "default3.handlebars->35->2866", - "default3.handlebars->35->2877", + "default3.handlebars->35->2703", + "default3.handlebars->35->2867", "default3.handlebars->35->2878", - "default3.handlebars->35->2924", + "default3.handlebars->35->2879", + "default3.handlebars->35->2925", "default3.handlebars->35->907", "default3.handlebars->35->908", "default3.handlebars->container->column_l->p42->p42tbl->1->0->7" @@ -24231,10 +24231,10 @@ "default.handlebars->47->1502", "default.handlebars->47->2257", "default.handlebars->47->2332", - "default.handlebars->47->3159", - "default.handlebars->47->3225", - "default.handlebars->47->3278", - "default.handlebars->47->3384", + "default.handlebars->47->3160", + "default.handlebars->47->3226", + "default.handlebars->47->3279", + "default.handlebars->47->3385", "default.handlebars->47->875", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", @@ -24243,10 +24243,10 @@ "default3.handlebars->35->1487", "default3.handlebars->35->2253", "default3.handlebars->35->2329", - "default3.handlebars->35->3147", - "default3.handlebars->35->3213", - "default3.handlebars->35->3266", - "default3.handlebars->35->3372", + "default3.handlebars->35->3148", + "default3.handlebars->35->3214", + "default3.handlebars->35->3267", + "default3.handlebars->35->3373", "default3.handlebars->35->872", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default3.handlebars->contextMenu->cxdesktop", @@ -24411,8 +24411,8 @@ "zh-chs": "桌面复用", "zh-cht": "桌面多路復用", "xloc": [ - "default.handlebars->47->3389", - "default3.handlebars->35->3377" + "default.handlebars->47->3390", + "default3.handlebars->35->3378" ] }, { @@ -24442,12 +24442,12 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->47->2208", - "default.handlebars->47->2891", - "default.handlebars->47->2996", + "default.handlebars->47->2892", + "default.handlebars->47->2997", "default.handlebars->47->982", "default3.handlebars->35->2204", - "default3.handlebars->35->2885", - "default3.handlebars->35->2990", + "default3.handlebars->35->2886", + "default3.handlebars->35->2991", "default3.handlebars->35->979" ] }, @@ -24478,12 +24478,12 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->47->2207", - "default.handlebars->47->2890", - "default.handlebars->47->2995", + "default.handlebars->47->2891", + "default.handlebars->47->2996", "default.handlebars->47->981", "default3.handlebars->35->2203", - "default3.handlebars->35->2884", - "default3.handlebars->35->2989", + "default3.handlebars->35->2885", + "default3.handlebars->35->2990", "default3.handlebars->35->978" ] }, @@ -24514,12 +24514,12 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->47->2205", - "default.handlebars->47->2888", - "default.handlebars->47->2993", + "default.handlebars->47->2889", + "default.handlebars->47->2994", "default.handlebars->47->979", "default3.handlebars->35->2201", - "default3.handlebars->35->2882", - "default3.handlebars->35->2987", + "default3.handlebars->35->2883", + "default3.handlebars->35->2988", "default3.handlebars->35->976" ] }, @@ -24549,8 +24549,8 @@ "zh-chs": "桌面会话", "zh-cht": "桌面會話", "xloc": [ - "default.handlebars->47->3149", - "default3.handlebars->35->3137" + "default.handlebars->47->3150", + "default3.handlebars->35->3138" ] }, { @@ -24667,12 +24667,12 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->47->2206", - "default.handlebars->47->2889", - "default.handlebars->47->2994", + "default.handlebars->47->2890", + "default.handlebars->47->2995", "default.handlebars->47->980", "default3.handlebars->35->2202", - "default3.handlebars->35->2883", - "default3.handlebars->35->2988", + "default3.handlebars->35->2884", + "default3.handlebars->35->2989", "default3.handlebars->35->977" ] }, @@ -24702,8 +24702,8 @@ "zh-chs": "仅桌面视图", "zh-cht": "僅桌面視圖", "xloc": [ - "default.handlebars->47->2969", - "default3.handlebars->35->2963" + "default.handlebars->47->2970", + "default3.handlebars->35->2964" ] }, { @@ -24930,17 +24930,17 @@ "default.handlebars->47->1847", "default.handlebars->47->2362", "default.handlebars->47->295", - "default.handlebars->47->3115", - "default.handlebars->47->3189", - "default.handlebars->47->3209", + "default.handlebars->47->3116", + "default.handlebars->47->3190", + "default.handlebars->47->3210", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5", "default3.handlebars->35->1623", "default3.handlebars->35->1828", "default3.handlebars->35->2359", "default3.handlebars->35->292", - "default3.handlebars->35->3103", - "default3.handlebars->35->3177", - "default3.handlebars->35->3197", + "default3.handlebars->35->3104", + "default3.handlebars->35->3178", + "default3.handlebars->35->3198", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5" ] }, @@ -25157,25 +25157,25 @@ "default.handlebars->47->2357", "default.handlebars->47->2360", "default.handlebars->47->2361", - "default.handlebars->47->2722", - "default.handlebars->47->2914", - "default.handlebars->47->2920", - "default.handlebars->47->3103", - "default.handlebars->47->3172", - "default.handlebars->47->3196", - "default.handlebars->47->3212", - "default.handlebars->47->3305", + "default.handlebars->47->2723", + "default.handlebars->47->2915", + "default.handlebars->47->2921", + "default.handlebars->47->3104", + "default.handlebars->47->3173", + "default.handlebars->47->3197", + "default.handlebars->47->3213", + "default.handlebars->47->3306", "default3.handlebars->35->2354", "default3.handlebars->35->2357", "default3.handlebars->35->2358", - "default3.handlebars->35->2719", - "default3.handlebars->35->2908", - "default3.handlebars->35->2914", - "default3.handlebars->35->3091", - "default3.handlebars->35->3160", - "default3.handlebars->35->3184", - "default3.handlebars->35->3200", - "default3.handlebars->35->3293" + "default3.handlebars->35->2720", + "default3.handlebars->35->2909", + "default3.handlebars->35->2915", + "default3.handlebars->35->3092", + "default3.handlebars->35->3161", + "default3.handlebars->35->3185", + "default3.handlebars->35->3201", + "default3.handlebars->35->3294" ] }, { @@ -25236,17 +25236,17 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->47->2738", - "default.handlebars->47->2857", - "default.handlebars->47->2901", - "default.handlebars->47->2990", - "default.handlebars->47->3362", + "default.handlebars->47->2739", + "default.handlebars->47->2858", + "default.handlebars->47->2902", + "default.handlebars->47->2991", + "default.handlebars->47->3363", "default.handlebars->container->column_l->p2->p2info->9", - "default3.handlebars->35->2735", - "default3.handlebars->35->2851", - "default3.handlebars->35->2895", - "default3.handlebars->35->2984", - "default3.handlebars->35->3350", + "default3.handlebars->35->2736", + "default3.handlebars->35->2852", + "default3.handlebars->35->2896", + "default3.handlebars->35->2985", + "default3.handlebars->35->3351", "default3.handlebars->container->column_l->p2->p2info->9" ] }, @@ -25368,11 +25368,11 @@ "xloc": [ "default-mobile.handlebars->11->637", "default.handlebars->47->1381", - "default.handlebars->47->3171", + "default.handlebars->47->3172", "default.handlebars->47->507", "default.handlebars->47->516", "default3.handlebars->35->1367", - "default3.handlebars->35->3159", + "default3.handlebars->35->3160", "default3.handlebars->35->504", "default3.handlebars->35->513", "player.handlebars->3->25" @@ -25475,8 +25475,8 @@ "zh-chs": "设备推送", "zh-cht": "設備推送", "xloc": [ - "default.handlebars->47->3010", - "default3.handlebars->35->3004" + "default.handlebars->47->3011", + "default3.handlebars->35->3005" ] }, { @@ -25491,8 +25491,8 @@ "pl": "Zapis Powiadomień Push Urządzenia", "uk": "Запис Push-Сповіщень Пристрою", "xloc": [ - "default.handlebars->47->3275", - "default3.handlebars->35->3263" + "default.handlebars->47->3276", + "default3.handlebars->35->3264" ] }, { @@ -25507,8 +25507,8 @@ "pl": "Zapis SMBIOS urządzenia", "uk": "SMBIOS запис пристрою", "xloc": [ - "default.handlebars->47->3274", - "default3.handlebars->35->3262" + "default.handlebars->47->3275", + "default3.handlebars->35->3263" ] }, { @@ -25964,8 +25964,8 @@ "pl": "Zapis grupy urządzeń", "uk": "Запис групи пристроїв", "xloc": [ - "default.handlebars->47->3260", - "default3.handlebars->35->3248" + "default.handlebars->47->3261", + "default3.handlebars->35->3249" ] }, { @@ -26070,8 +26070,8 @@ "pl": "Zapisy informacji urządzenia", "uk": "Записи інформації про пристрій", "xloc": [ - "default.handlebars->47->3262", - "default3.handlebars->35->3250" + "default.handlebars->47->3263", + "default3.handlebars->35->3251" ] }, { @@ -26701,8 +26701,8 @@ "pl": "Zapisy zmiany stanu zasilania", "uk": "Записи про зміни стану живлення", "xloc": [ - "default.handlebars->47->3268", - "default3.handlebars->35->3256" + "default.handlebars->47->3269", + "default3.handlebars->35->3257" ] }, { @@ -26717,8 +26717,8 @@ "pl": "Zapis urządzenia", "uk": "Запис пристрою", "xloc": [ - "default.handlebars->47->3259", - "default3.handlebars->35->3247" + "default.handlebars->47->3260", + "default3.handlebars->35->3248" ] }, { @@ -26793,8 +26793,8 @@ "pl": "Zapisy udostępniania urządzenia", "uk": "Записи поширеного пристрою", "xloc": [ - "default.handlebars->47->3272", - "default3.handlebars->35->3260" + "default.handlebars->47->3273", + "default3.handlebars->35->3261" ] }, { @@ -26809,8 +26809,8 @@ "pl": "Zapisy urządzenia, użytkowników, grup i inne", "uk": "Пристрій, користувачі, групи та інші записи", "xloc": [ - "default.handlebars->47->3276", - "default3.handlebars->35->3264" + "default.handlebars->47->3277", + "default3.handlebars->35->3265" ] }, { @@ -26840,11 +26840,11 @@ "zh-cht": "裝置", "xloc": [ "default.handlebars->47->2277", - "default.handlebars->47->2858", - "default.handlebars->47->2902", + "default.handlebars->47->2859", + "default.handlebars->47->2903", "default3.handlebars->35->2273", - "default3.handlebars->35->2852", - "default3.handlebars->35->2896" + "default3.handlebars->35->2853", + "default3.handlebars->35->2897" ] }, { @@ -27408,9 +27408,9 @@ "uk": "Discord", "xloc": [ "default.handlebars->47->1805", - "default.handlebars->47->3042", + "default.handlebars->47->3043", "default3.handlebars->35->1787", - "default3.handlebars->35->3036" + "default3.handlebars->35->3037" ] }, { @@ -27840,16 +27840,16 @@ "xloc": [ "default.handlebars->47->137", "default.handlebars->47->1407", - "default.handlebars->47->2821", - "default.handlebars->47->2870", - "default.handlebars->47->2879", - "default.handlebars->47->2953", + "default.handlebars->47->2822", + "default.handlebars->47->2871", + "default.handlebars->47->2880", + "default.handlebars->47->2954", "default3.handlebars->35->137", "default3.handlebars->35->1394", - "default3.handlebars->35->2817", - "default3.handlebars->35->2864", - "default3.handlebars->35->2873", - "default3.handlebars->35->2947", + "default3.handlebars->35->2818", + "default3.handlebars->35->2865", + "default3.handlebars->35->2874", + "default3.handlebars->35->2948", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -28383,10 +28383,10 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->47->2727", + "default.handlebars->47->2728", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv", - "default3.handlebars->35->2724", + "default3.handlebars->35->2725", "default3.handlebars->container->column_l->p60->3->1->0->1->1->p60downloadReportDiv" ] }, @@ -28746,8 +28746,8 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->47->2728", - "default3.handlebars->35->2725" + "default.handlebars->47->2729", + "default3.handlebars->35->2726" ] }, { @@ -28776,8 +28776,8 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->47->2805", - "default3.handlebars->35->2801" + "default.handlebars->47->2806", + "default3.handlebars->35->2802" ] }, { @@ -28964,8 +28964,8 @@ "en": "Duo", "nl": "Duo", "xloc": [ - "default.handlebars->47->3008", - "default3.handlebars->35->3002", + "default.handlebars->47->3009", + "default3.handlebars->35->3003", "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" ] @@ -29008,8 +29008,8 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->47->3357", - "default3.handlebars->35->3345" + "default.handlebars->47->3358", + "default3.handlebars->35->3346" ] }, { @@ -29068,8 +29068,8 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->47->2874", - "default3.handlebars->35->2868" + "default.handlebars->47->2875", + "default3.handlebars->35->2869" ] }, { @@ -29127,13 +29127,13 @@ "default.handlebars->47->1256", "default.handlebars->47->301", "default.handlebars->47->303", - "default.handlebars->47->3144", - "default.handlebars->47->3177", + "default.handlebars->47->3145", + "default.handlebars->47->3178", "default3.handlebars->35->1251", "default3.handlebars->35->298", "default3.handlebars->35->300", - "default3.handlebars->35->3132", - "default3.handlebars->35->3165", + "default3.handlebars->35->3133", + "default3.handlebars->35->3166", "player.handlebars->3->18" ] }, @@ -30170,8 +30170,8 @@ "zh-chs": "编辑用户特征", "zh-cht": "編輯用戶特徵", "xloc": [ - "default.handlebars->47->3079", - "default3.handlebars->35->3073" + "default.handlebars->47->3080", + "default3.handlebars->35->3074" ] }, { @@ -30200,8 +30200,8 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->47->2931", - "default3.handlebars->35->2925" + "default.handlebars->47->2932", + "default3.handlebars->35->2926" ] }, { @@ -30260,8 +30260,8 @@ "zh-chs": "编辑用户组功能", "zh-cht": "編輯用戶組功能", "xloc": [ - "default.handlebars->47->2924", - "default3.handlebars->35->2918" + "default.handlebars->47->2925", + "default3.handlebars->35->2919" ] }, { @@ -30437,18 +30437,18 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->327", - "default.handlebars->47->2823", - "default.handlebars->47->2957", - "default.handlebars->47->2959", - "default.handlebars->47->3007", - "default.handlebars->47->3021", - "default.handlebars->47->3082", + "default.handlebars->47->2824", + "default.handlebars->47->2958", + "default.handlebars->47->2960", + "default.handlebars->47->3008", + "default.handlebars->47->3022", + "default.handlebars->47->3083", "default.handlebars->47->558", - "default3.handlebars->35->2819", - "default3.handlebars->35->2951", - "default3.handlebars->35->2953", - "default3.handlebars->35->3001", - "default3.handlebars->35->3015", + "default3.handlebars->35->2820", + "default3.handlebars->35->2952", + "default3.handlebars->35->2954", + "default3.handlebars->35->3002", + "default3.handlebars->35->3016", "default3.handlebars->35->555", "login-mobile.handlebars->5->45", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -30753,8 +30753,8 @@ "zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})", "xloc": [ "default-mobile.handlebars->11->1065", - "default.handlebars->47->3336", - "default3.handlebars->35->3324" + "default.handlebars->47->3337", + "default3.handlebars->35->3325" ] }, { @@ -30813,8 +30813,8 @@ "zh-chs": "邮箱未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->47->2758", - "default3.handlebars->35->2755" + "default.handlebars->47->2759", + "default3.handlebars->35->2756" ] }, { @@ -30843,10 +30843,10 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->47->2759", - "default.handlebars->47->2951", - "default3.handlebars->35->2756", - "default3.handlebars->35->2945" + "default.handlebars->47->2760", + "default.handlebars->47->2952", + "default3.handlebars->35->2757", + "default3.handlebars->35->2946" ] }, { @@ -30875,8 +30875,8 @@ "zh-chs": "邮箱已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->47->2829", - "default3.handlebars->35->2825" + "default.handlebars->47->2830", + "default3.handlebars->35->2826" ] }, { @@ -30905,8 +30905,8 @@ "zh-chs": "邮箱未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->47->2952", - "default3.handlebars->35->2946" + "default.handlebars->47->2953", + "default3.handlebars->35->2947" ] }, { @@ -30962,8 +30962,8 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->1049", - "default.handlebars->47->3320", - "default3.handlebars->35->3308", + "default.handlebars->47->3321", + "default3.handlebars->35->3309", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->200" @@ -31052,8 +31052,8 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->47->2830", - "default3.handlebars->35->2826" + "default.handlebars->47->2831", + "default3.handlebars->35->2827" ] }, { @@ -31108,8 +31108,8 @@ "zh-chs": "电子邮件/短信/推送流量", "zh-cht": "電子郵件/短信/推送流量", "xloc": [ - "default.handlebars->47->3418", - "default3.handlebars->35->3406" + "default.handlebars->47->3419", + "default3.handlebars->35->3407" ] }, { @@ -31354,10 +31354,10 @@ "default-mobile.handlebars->11->895", "default.handlebars->47->140", "default.handlebars->47->1744", - "default.handlebars->47->3179", + "default.handlebars->47->3180", "default3.handlebars->35->140", "default3.handlebars->35->1727", - "default3.handlebars->35->3167" + "default3.handlebars->35->3168" ] }, { @@ -31592,8 +31592,8 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->47->3176", - "default3.handlebars->35->3164" + "default.handlebars->47->3177", + "default3.handlebars->35->3165" ] }, { @@ -32283,8 +32283,8 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->47->2834", - "default3.handlebars->35->2830" + "default.handlebars->47->2835", + "default3.handlebars->35->2831" ] }, { @@ -32727,8 +32727,8 @@ "zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。", "xloc": [ "default-mobile.handlebars->11->1057", - "default.handlebars->47->3328", - "default3.handlebars->35->3316" + "default.handlebars->47->3329", + "default3.handlebars->35->3317" ] }, { @@ -32758,8 +32758,8 @@ "zh-cht": "錯誤,密碼未更改。", "xloc": [ "default-mobile.handlebars->11->1054", - "default.handlebars->47->3325", - "default3.handlebars->35->3313" + "default.handlebars->47->3326", + "default3.handlebars->35->3314" ] }, { @@ -32789,8 +32789,8 @@ "zh-cht": "錯誤,無法更改為常用密碼。", "xloc": [ "default-mobile.handlebars->11->1053", - "default.handlebars->47->3324", - "default3.handlebars->35->3312" + "default.handlebars->47->3325", + "default3.handlebars->35->3313" ] }, { @@ -32820,8 +32820,8 @@ "zh-cht": "錯誤,無法更改為以前使用的密碼。", "xloc": [ "default-mobile.handlebars->11->1052", - "default.handlebars->47->3323", - "default3.handlebars->35->3311" + "default.handlebars->47->3324", + "default3.handlebars->35->3312" ] }, { @@ -33068,8 +33068,8 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->47->2733", - "default3.handlebars->35->2730" + "default.handlebars->47->2734", + "default3.handlebars->35->2731" ] }, { @@ -33084,8 +33084,8 @@ "pl": "Zapisy zdarzeń", "uk": "Записи подій", "xloc": [ - "default.handlebars->47->3269", - "default3.handlebars->35->3257" + "default.handlebars->47->3270", + "default3.handlebars->35->3258" ] }, { @@ -33489,8 +33489,8 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->47->3398", - "default3.handlebars->35->3386" + "default.handlebars->47->3399", + "default3.handlebars->35->3387" ] }, { @@ -33519,8 +33519,8 @@ "zh-chs": "FIDO 密钥", "zh-cht": "FIDO 密鑰", "xloc": [ - "default.handlebars->47->3249", - "default3.handlebars->35->3237" + "default.handlebars->47->3250", + "default3.handlebars->35->3238" ] }, { @@ -33597,9 +33597,9 @@ "uk": "Facebook", "xloc": [ "default.handlebars->47->1817", - "default.handlebars->47->3054", + "default.handlebars->47->3055", "default3.handlebars->35->1799", - "default3.handlebars->35->3048" + "default3.handlebars->35->3049" ] }, { @@ -33691,8 +33691,8 @@ "zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->1048", - "default.handlebars->47->3319", - "default3.handlebars->35->3307" + "default.handlebars->47->3320", + "default3.handlebars->35->3308" ] }, { @@ -33991,11 +33991,11 @@ "zh-cht": "功能", "xloc": [ "default.handlebars->47->2204", - "default.handlebars->47->2887", - "default.handlebars->47->2978", + "default.handlebars->47->2888", + "default.handlebars->47->2979", "default3.handlebars->35->2200", - "default3.handlebars->35->2881", - "default3.handlebars->35->2972" + "default3.handlebars->35->2882", + "default3.handlebars->35->2973" ] }, { @@ -34236,8 +34236,8 @@ "zh-chs": "文件传输", "zh-cht": "文件傳輸", "xloc": [ - "default.handlebars->47->3150", - "default3.handlebars->35->3138" + "default.handlebars->47->3151", + "default3.handlebars->35->3139" ] }, { @@ -34302,10 +34302,10 @@ "default.handlebars->47->1220", "default.handlebars->47->2259", "default.handlebars->47->2339", - "default.handlebars->47->3160", - "default.handlebars->47->3226", - "default.handlebars->47->3279", - "default.handlebars->47->3385", + "default.handlebars->47->3161", + "default.handlebars->47->3227", + "default.handlebars->47->3280", + "default.handlebars->47->3386", "default.handlebars->47->472", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles", @@ -34313,10 +34313,10 @@ "default3.handlebars->35->1215", "default3.handlebars->35->2255", "default3.handlebars->35->2336", - "default3.handlebars->35->3148", - "default3.handlebars->35->3214", - "default3.handlebars->35->3267", - "default3.handlebars->35->3373", + "default3.handlebars->35->3149", + "default3.handlebars->35->3215", + "default3.handlebars->35->3268", + "default3.handlebars->35->3374", "default3.handlebars->35->469", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default3.handlebars->contextMenu->cxfiles", @@ -34381,12 +34381,12 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->47->2212", - "default.handlebars->47->2895", - "default.handlebars->47->3000", + "default.handlebars->47->2896", + "default.handlebars->47->3001", "default.handlebars->47->986", "default3.handlebars->35->2208", - "default3.handlebars->35->2889", - "default3.handlebars->35->2994", + "default3.handlebars->35->2890", + "default3.handlebars->35->2995", "default3.handlebars->35->983" ] }, @@ -34417,12 +34417,12 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->47->2211", - "default.handlebars->47->2894", - "default.handlebars->47->2999", + "default.handlebars->47->2895", + "default.handlebars->47->3000", "default.handlebars->47->985", "default3.handlebars->35->2207", - "default3.handlebars->35->2888", - "default3.handlebars->35->2993", + "default3.handlebars->35->2889", + "default3.handlebars->35->2994", "default3.handlebars->35->982" ] }, @@ -34802,8 +34802,8 @@ "zh-chs": "标志", "zh-cht": "標誌", "xloc": [ - "default.handlebars->47->2706", - "default3.handlebars->35->2703" + "default.handlebars->47->2707", + "default3.handlebars->35->2704" ] }, { @@ -35168,10 +35168,10 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->47->2828", - "default.handlebars->47->3093", - "default3.handlebars->35->2824", - "default3.handlebars->35->3081" + "default.handlebars->47->2829", + "default.handlebars->47->3094", + "default3.handlebars->35->2825", + "default3.handlebars->35->3082" ] }, { @@ -35410,8 +35410,8 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->47->2724", - "default3.handlebars->35->2721" + "default.handlebars->47->2725", + "default3.handlebars->35->2722" ] }, { @@ -35498,10 +35498,10 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->47->3342", - "default.handlebars->47->3344", - "default3.handlebars->35->3330", - "default3.handlebars->35->3332" + "default.handlebars->47->3343", + "default.handlebars->47->3345", + "default3.handlebars->35->3331", + "default3.handlebars->35->3333" ] }, { @@ -35515,9 +35515,9 @@ "uk": "Безкоштовний сервіс від ntfy.sh", "xloc": [ "default.handlebars->47->1820", - "default.handlebars->47->3057", + "default.handlebars->47->3058", "default3.handlebars->35->1802", - "default3.handlebars->35->3051" + "default3.handlebars->35->3052" ] }, { @@ -35871,10 +35871,10 @@ "default-mobile.handlebars->11->999", "default.handlebars->47->2139", "default.handlebars->47->2365", - "default.handlebars->47->2840", + "default.handlebars->47->2841", "default3.handlebars->35->2139", "default3.handlebars->35->2362", - "default3.handlebars->35->2834" + "default3.handlebars->35->2835" ] }, { @@ -36085,8 +36085,8 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->47->2945", - "default3.handlebars->35->2939" + "default.handlebars->47->2946", + "default3.handlebars->35->2940" ] }, { @@ -36518,8 +36518,8 @@ "zh-chs": "生成报告", "zh-cht": "生成報告", "xloc": [ - "default.handlebars->47->3207", - "default3.handlebars->35->3195" + "default.handlebars->47->3208", + "default3.handlebars->35->3196" ] }, { @@ -37363,10 +37363,10 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->492", - "default.handlebars->47->3223", + "default.handlebars->47->3224", "default.handlebars->47->902", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1", - "default3.handlebars->35->3211", + "default3.handlebars->35->3212", "default3.handlebars->35->899", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1" ] @@ -37397,14 +37397,14 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->47->2774", - "default.handlebars->47->2864", + "default.handlebars->47->2775", + "default.handlebars->47->2865", "default.handlebars->47->760", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", "default.handlebars->container->column_l->p50->3->1->0->3->p50userGroupOps", - "default3.handlebars->35->2771", - "default3.handlebars->35->2858", + "default3.handlebars->35->2772", + "default3.handlebars->35->2859", "default3.handlebars->35->757", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", "default3.handlebars->container->column_l->p4->3->1->0->1->1", @@ -37437,8 +37437,8 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->47->2720", - "default3.handlebars->35->2717" + "default.handlebars->47->2721", + "default3.handlebars->35->2718" ] }, { @@ -37468,8 +37468,8 @@ "zh-cht": "群標識符", "xloc": [ "agent-translations.json", - "default.handlebars->47->2881", - "default3.handlebars->35->2875" + "default.handlebars->47->2882", + "default3.handlebars->35->2876" ] }, { @@ -37498,8 +37498,8 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->47->2906", - "default3.handlebars->35->2900" + "default.handlebars->47->2907", + "default3.handlebars->35->2901" ] }, { @@ -37543,8 +37543,8 @@ "pl": "Typ Grupy", "uk": "Тип Групи", "xloc": [ - "default.handlebars->47->2882", - "default3.handlebars->35->2876" + "default.handlebars->47->2883", + "default3.handlebars->35->2877" ] }, { @@ -37573,10 +37573,10 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->47->3191", - "default.handlebars->47->3194", - "default3.handlebars->35->3179", - "default3.handlebars->35->3182" + "default.handlebars->47->3192", + "default.handlebars->47->3195", + "default3.handlebars->35->3180", + "default3.handlebars->35->3183" ] }, { @@ -37605,8 +37605,8 @@ "zh-chs": "团队名字", "zh-cht": "團隊名字", "xloc": [ - "default.handlebars->47->2704", - "default3.handlebars->35->2701" + "default.handlebars->47->2705", + "default3.handlebars->35->2702" ] }, { @@ -37784,8 +37784,8 @@ "zh-chs": "来宾", "zh-cht": "來賓", "xloc": [ - "default.handlebars->47->3213", - "default3.handlebars->35->3201" + "default.handlebars->47->3214", + "default3.handlebars->35->3202" ] }, { @@ -37846,8 +37846,8 @@ "zh-chs": "嘉宾分享", "zh-cht": "嘉賓分享", "xloc": [ - "default.handlebars->47->1146", - "default.handlebars->47->1171", + "default.handlebars->47->1147", + "default.handlebars->47->1172", "default3.handlebars->35->1141", "default3.handlebars->35->1166" ] @@ -37943,11 +37943,11 @@ "default-mobile.handlebars->11->561", "default.handlebars->47->1056", "default.handlebars->47->1224", - "default.handlebars->47->3381", + "default.handlebars->47->3382", "default.handlebars->47->450", "default3.handlebars->35->1053", "default3.handlebars->35->1219", - "default3.handlebars->35->3369", + "default3.handlebars->35->3370", "default3.handlebars->35->447" ] }, @@ -38284,9 +38284,9 @@ "uk": "Обробка", "xloc": [ "default.handlebars->47->1813", - "default.handlebars->47->3050", + "default.handlebars->47->3051", "default3.handlebars->35->1795", - "default3.handlebars->35->3044" + "default3.handlebars->35->3045" ] }, { @@ -38405,8 +38405,8 @@ "zh-chs": "硬件一次性密码", "zh-cht": "硬件一次性密碼", "xloc": [ - "default.handlebars->47->3251", - "default3.handlebars->35->3239" + "default.handlebars->47->3252", + "default3.handlebars->35->3240" ] }, { @@ -38465,8 +38465,8 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->47->3400", - "default3.handlebars->35->3388" + "default.handlebars->47->3401", + "default3.handlebars->35->3389" ] }, { @@ -38495,8 +38495,8 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->47->3399", - "default3.handlebars->35->3387" + "default.handlebars->47->3400", + "default3.handlebars->35->3388" ] }, { @@ -39317,10 +39317,10 @@ "zh-chs": "IP地址", "zh-cht": "IP地址", "xloc": [ - "default.handlebars->47->3218", - "default.handlebars->47->3257", - "default3.handlebars->35->3206", - "default3.handlebars->35->3245" + "default.handlebars->47->3219", + "default.handlebars->47->3258", + "default3.handlebars->35->3207", + "default3.handlebars->35->3246" ] }, { @@ -39450,8 +39450,8 @@ "pl": "Zapisy o informacji lokalizacji IP", "uk": "Інформаційні записи про локацію IP", "xloc": [ - "default.handlebars->47->3263", - "default3.handlebars->35->3251" + "default.handlebars->47->3264", + "default3.handlebars->35->3252" ] }, { @@ -40704,10 +40704,10 @@ "zh-chs": "第二个因素不正确", "zh-cht": "第二個因素不正確", "xloc": [ - "default.handlebars->47->3244", - "default.handlebars->47->3293", - "default3.handlebars->35->3232", - "default3.handlebars->35->3281" + "default.handlebars->47->3245", + "default.handlebars->47->3294", + "default3.handlebars->35->3233", + "default3.handlebars->35->3282" ] }, { @@ -40878,9 +40878,9 @@ "uk": "Інформація про Pushover.net", "xloc": [ "default.handlebars->47->1819", - "default.handlebars->47->3056", + "default.handlebars->47->3057", "default3.handlebars->35->1801", - "default3.handlebars->35->3050" + "default3.handlebars->35->3051" ] }, { @@ -41265,15 +41265,15 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->47->3395", - "default3.handlebars->35->3383" + "default.handlebars->47->3396", + "default3.handlebars->35->3384" ] }, { "en": "Intel AMT CIRA", "xloc": [ - "default.handlebars->47->3396", - "default3.handlebars->35->3384" + "default.handlebars->47->3397", + "default3.handlebars->35->3385" ] }, { @@ -41448,8 +41448,8 @@ "zh-chs": "英特尔 AMT 经理", "zh-cht": "英特爾 AMT 經理", "xloc": [ - "default.handlebars->47->3426", - "default3.handlebars->35->3414" + "default.handlebars->47->3427", + "default3.handlebars->35->3415" ] }, { @@ -41544,7 +41544,7 @@ "default.handlebars->47->2233", "default.handlebars->47->2473", "default.handlebars->47->2486", - "default.handlebars->47->3425", + "default.handlebars->47->3426", "default.handlebars->47->877", "default.handlebars->47->944", "default.handlebars->47->993", @@ -41554,7 +41554,7 @@ "default3.handlebars->35->2229", "default3.handlebars->35->2470", "default3.handlebars->35->2483", - "default3.handlebars->35->3413", + "default3.handlebars->35->3414", "default3.handlebars->35->874", "default3.handlebars->35->941", "default3.handlebars->35->990" @@ -42037,10 +42037,10 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->47->3155", - "default.handlebars->47->3165", - "default3.handlebars->35->3143", - "default3.handlebars->35->3153", + "default.handlebars->47->3156", + "default.handlebars->47->3166", + "default3.handlebars->35->3144", + "default3.handlebars->35->3154", "player.handlebars->3->33" ] }, @@ -42155,10 +42155,10 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->47->3154", - "default.handlebars->47->3164", - "default3.handlebars->35->3142", - "default3.handlebars->35->3152", + "default.handlebars->47->3155", + "default.handlebars->47->3165", + "default3.handlebars->35->3143", + "default3.handlebars->35->3153", "player.handlebars->3->32" ] }, @@ -43363,10 +43363,10 @@ "nl": "Ongeldig CSV bestandsformaat.", "uk": "Хибний формат файлу CSV.", "xloc": [ - "default.handlebars->47->2796", - "default.handlebars->47->2798", - "default3.handlebars->35->2792", - "default3.handlebars->35->2794" + "default.handlebars->47->2797", + "default.handlebars->47->2799", + "default3.handlebars->35->2793", + "default3.handlebars->35->2795" ] }, { @@ -43426,8 +43426,8 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->47->3356", - "default3.handlebars->35->3344" + "default.handlebars->47->3357", + "default3.handlebars->35->3345" ] }, { @@ -43456,8 +43456,8 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->47->3350", - "default3.handlebars->35->3338" + "default.handlebars->47->3351", + "default3.handlebars->35->3339" ] }, { @@ -43487,11 +43487,11 @@ "zh-cht": "無效的JSON檔案格式。", "xloc": [ "default.handlebars->47->2287", - "default.handlebars->47->2802", - "default.handlebars->47->2804", + "default.handlebars->47->2803", + "default.handlebars->47->2805", "default.handlebars->47->531", - "default3.handlebars->35->2798", - "default3.handlebars->35->2800", + "default3.handlebars->35->2799", + "default3.handlebars->35->2801", "default3.handlebars->35->528" ] }, @@ -43522,10 +43522,10 @@ "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ "default.handlebars->47->2283", - "default.handlebars->47->2800", + "default.handlebars->47->2801", "default.handlebars->47->529", "default3.handlebars->35->2279", - "default3.handlebars->35->2796", + "default3.handlebars->35->2797", "default3.handlebars->35->526" ] }, @@ -43675,8 +43675,8 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->47->3348", - "default3.handlebars->35->3336" + "default.handlebars->47->3349", + "default3.handlebars->35->3337" ] }, { @@ -43705,8 +43705,8 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->47->3349", - "default3.handlebars->35->3337" + "default.handlebars->47->3350", + "default3.handlebars->35->3338" ] }, { @@ -43736,8 +43736,8 @@ "zh-cht": "短信無效", "xloc": [ "default-mobile.handlebars->11->1060", - "default.handlebars->47->3331", - "default3.handlebars->35->3319" + "default.handlebars->47->3332", + "default3.handlebars->35->3320" ] }, { @@ -43828,8 +43828,8 @@ "zh-cht": "無效域", "xloc": [ "default-mobile.handlebars->11->1040", - "default.handlebars->47->3311", - "default3.handlebars->35->3299" + "default.handlebars->47->3312", + "default3.handlebars->35->3300" ] }, { @@ -43885,8 +43885,8 @@ "zh-cht": "不合規電郵", "xloc": [ "default-mobile.handlebars->11->1039", - "default.handlebars->47->3310", - "default3.handlebars->35->3298" + "default.handlebars->47->3311", + "default3.handlebars->35->3299" ] }, { @@ -44005,10 +44005,10 @@ "zh-chs": "无效的登录尝试", "zh-cht": "無效的登錄嘗試", "xloc": [ - "default.handlebars->47->3246", - "default.handlebars->47->3295", - "default3.handlebars->35->3234", - "default3.handlebars->35->3283" + "default.handlebars->47->3247", + "default.handlebars->47->3296", + "default3.handlebars->35->3235", + "default3.handlebars->35->3284" ] }, { @@ -44022,8 +44022,8 @@ "pl": "Błędna wiadomość", "uk": "Хибне повідомлення", "xloc": [ - "default.handlebars->47->3337", - "default3.handlebars->35->3325" + "default.handlebars->47->3338", + "default3.handlebars->35->3326" ] }, { @@ -44065,9 +44065,9 @@ "xloc": [ "default-mobile.handlebars->11->1038", "default-mobile.handlebars->11->96", - "default.handlebars->47->3309", + "default.handlebars->47->3310", "default.handlebars->47->340", - "default3.handlebars->35->3297", + "default3.handlebars->35->3298", "default3.handlebars->35->337" ] }, @@ -44115,8 +44115,8 @@ "zh-cht": "無效的網站權限", "xloc": [ "default-mobile.handlebars->11->1041", - "default.handlebars->47->3312", - "default3.handlebars->35->3300" + "default.handlebars->47->3313", + "default3.handlebars->35->3301" ] }, { @@ -44207,8 +44207,8 @@ "zh-cht": "無效的用戶名", "xloc": [ "default-mobile.handlebars->11->1037", - "default.handlebars->47->3308", - "default3.handlebars->35->3296" + "default.handlebars->47->3309", + "default3.handlebars->35->3297" ] }, { @@ -44263,8 +44263,8 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->47->2768", - "default3.handlebars->35->2765" + "default.handlebars->47->2769", + "default3.handlebars->35->2766" ] }, { @@ -44478,13 +44478,13 @@ "default.handlebars->47->2450", "default.handlebars->47->2452", "default.handlebars->47->2457", - "default.handlebars->47->3306", + "default.handlebars->47->3307", "default3.handlebars->35->2221", "default3.handlebars->35->2436", "default3.handlebars->35->2447", "default3.handlebars->35->2449", "default3.handlebars->35->2454", - "default3.handlebars->35->3294" + "default3.handlebars->35->3295" ] }, { @@ -44513,8 +44513,8 @@ "zh-chs": "邀请代码", "zh-cht": "邀請代碼", "xloc": [ - "default.handlebars->47->2709", - "default3.handlebars->35->2706" + "default.handlebars->47->2710", + "default3.handlebars->35->2707" ] }, { @@ -44836,8 +44836,8 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->47->2726", - "default3.handlebars->35->2723" + "default.handlebars->47->2727", + "default3.handlebars->35->2724" ] }, { @@ -44866,11 +44866,11 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->47->2731", - "default.handlebars->47->2808", + "default.handlebars->47->2732", + "default.handlebars->47->2809", "default.handlebars->47->805", - "default3.handlebars->35->2728", - "default3.handlebars->35->2804", + "default3.handlebars->35->2729", + "default3.handlebars->35->2805", "default3.handlebars->35->802" ] }, @@ -44880,8 +44880,8 @@ "nl": "Het JSON bestandsformaat is als volgt:", "uk": "Формат файлу JSON наведено далі:", "xloc": [ - "default.handlebars->47->2791", - "default3.handlebars->35->2787" + "default.handlebars->47->2792", + "default3.handlebars->35->2788" ] }, { @@ -44928,9 +44928,9 @@ "uk": "японська", "xloc": [ "default.handlebars->47->1814", - "default.handlebars->47->3051", + "default.handlebars->47->3052", "default3.handlebars->35->1796", - "default3.handlebars->35->3045" + "default3.handlebars->35->3046" ] }, { @@ -46041,9 +46041,9 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->47->3199", + "default.handlebars->47->3200", "default.handlebars->container->column_l->p40->3->1->p40time->9", - "default3.handlebars->35->3187", + "default3.handlebars->35->3188", "default3.handlebars->container->column_l->p40->3->3->p40time->9" ] }, @@ -46143,8 +46143,8 @@ "zh-chs": "过去 7 天", "zh-cht": "過去 7 天", "xloc": [ - "default.handlebars->47->3198", - "default3.handlebars->35->3186" + "default.handlebars->47->3199", + "default3.handlebars->35->3187" ] }, { @@ -46203,8 +46203,8 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->47->2739", - "default3.handlebars->35->2736" + "default.handlebars->47->2740", + "default3.handlebars->35->2737" ] }, { @@ -46256,8 +46256,8 @@ "zh-chs": "最后一天", "zh-cht": "最後一天", "xloc": [ - "default.handlebars->47->3197", - "default3.handlebars->35->3185" + "default.handlebars->47->3198", + "default3.handlebars->35->3186" ] }, { @@ -46286,8 +46286,8 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->47->2982", - "default3.handlebars->35->2976" + "default.handlebars->47->2983", + "default3.handlebars->35->2977" ] }, { @@ -46350,8 +46350,8 @@ "zh-chs": "上次访问:{0}", "zh-cht": "上次訪問:{0}", "xloc": [ - "default.handlebars->47->2749", - "default3.handlebars->35->2746" + "default.handlebars->47->2750", + "default3.handlebars->35->2747" ] }, { @@ -46459,8 +46459,8 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->47->2986", - "default3.handlebars->35->2980" + "default.handlebars->47->2987", + "default3.handlebars->35->2981" ] }, { @@ -46475,8 +46475,8 @@ "pl": "Zapisy czasu ostatnich połączeń", "uk": "Записи часу останнього підключення", "xloc": [ - "default.handlebars->47->3267", - "default3.handlebars->35->3255" + "default.handlebars->47->3268", + "default3.handlebars->35->3256" ] }, { @@ -46565,8 +46565,8 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->47->2750", - "default3.handlebars->35->2747" + "default.handlebars->47->2751", + "default3.handlebars->35->2748" ] }, { @@ -46953,8 +46953,8 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->47->3036", - "default3.handlebars->35->3030" + "default.handlebars->47->3037", + "default3.handlebars->35->3031" ] }, { @@ -47338,8 +47338,8 @@ "zh-chs": "长度", "zh-cht": "長度", "xloc": [ - "default.handlebars->47->3214", - "default3.handlebars->35->3202" + "default.handlebars->47->3215", + "default3.handlebars->35->3203" ] }, { @@ -47488,8 +47488,8 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->11->1012", - "default.handlebars->47->1144", - "default.handlebars->47->1169", + "default.handlebars->47->1145", + "default.handlebars->47->1170", "default.handlebars->47->2418", "default3.handlebars->35->1139", "default3.handlebars->35->1164", @@ -48529,13 +48529,13 @@ "default.handlebars->47->2167", "default.handlebars->47->2171", "default.handlebars->47->2174", - "default.handlebars->47->3088", - "default.handlebars->47->3137", + "default.handlebars->47->3089", + "default.handlebars->47->3138", "default3.handlebars->35->1332", "default3.handlebars->35->1821", "default3.handlebars->35->2165", "default3.handlebars->35->2169", - "default3.handlebars->35->3125" + "default3.handlebars->35->3126" ] }, { @@ -48957,8 +48957,8 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->47->2848", - "default3.handlebars->35->2842" + "default.handlebars->47->2849", + "default3.handlebars->35->2843" ] }, { @@ -48987,8 +48987,8 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->47->2852", - "default3.handlebars->35->2846" + "default.handlebars->47->2853", + "default3.handlebars->35->2847" ] }, { @@ -49048,8 +49048,8 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->47->2771", - "default3.handlebars->35->2768" + "default.handlebars->47->2772", + "default3.handlebars->35->2769" ] }, { @@ -49202,10 +49202,10 @@ "zh-cht": "已鎖定", "xloc": [ "default-mobile.handlebars->11->785", - "default.handlebars->47->2751", + "default.handlebars->47->2752", "default.handlebars->47->487", "default.handlebars->47->976", - "default3.handlebars->35->2748", + "default3.handlebars->35->2749", "default3.handlebars->35->484", "default3.handlebars->35->973" ] @@ -49243,13 +49243,13 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->95", - "default.handlebars->47->2942", - "default.handlebars->47->3245", - "default.handlebars->47->3294", + "default.handlebars->47->2943", + "default.handlebars->47->3246", + "default.handlebars->47->3295", "default.handlebars->47->339", - "default3.handlebars->35->2936", - "default3.handlebars->35->3233", - "default3.handlebars->35->3282", + "default3.handlebars->35->2937", + "default3.handlebars->35->3234", + "default3.handlebars->35->3283", "default3.handlebars->35->336" ] }, @@ -49554,8 +49554,8 @@ "zh-chs": "登录令牌", "zh-cht": "登錄令牌", "xloc": [ - "default.handlebars->47->3256", - "default3.handlebars->35->3244" + "default.handlebars->47->3257", + "default3.handlebars->35->3245" ] }, { @@ -50530,8 +50530,8 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->47->3412", - "default3.handlebars->35->3400" + "default.handlebars->47->3413", + "default3.handlebars->35->3401" ] }, { @@ -50823,8 +50823,8 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->47->2846", - "default3.handlebars->35->2840" + "default.handlebars->47->2847", + "default3.handlebars->35->2841" ] }, { @@ -50883,8 +50883,8 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->47->2845", - "default3.handlebars->35->2839" + "default.handlebars->47->2846", + "default3.handlebars->35->2840" ] }, { @@ -50914,9 +50914,9 @@ "zh-cht": "管理用戶", "xloc": [ "default.handlebars->47->1163", - "default.handlebars->47->2844", + "default.handlebars->47->2845", "default3.handlebars->35->1158", - "default3.handlebars->35->2838" + "default3.handlebars->35->2839" ] }, { @@ -51210,8 +51210,8 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->47->2756", - "default3.handlebars->35->2753" + "default.handlebars->47->2757", + "default3.handlebars->35->2754" ] }, { @@ -51524,8 +51524,8 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->47->3354", - "default3.handlebars->35->3342" + "default.handlebars->47->3355", + "default3.handlebars->35->3343" ] }, { @@ -51650,11 +51650,11 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->47->3397", - "default.handlebars->47->3402", + "default.handlebars->47->3398", + "default.handlebars->47->3403", "default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7", - "default3.handlebars->35->3385", - "default3.handlebars->35->3390", + "default3.handlebars->35->3386", + "default3.handlebars->35->3391", "default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7" ] }, @@ -51691,13 +51691,13 @@ "default.handlebars->47->1719", "default.handlebars->47->1725", "default.handlebars->47->1731", - "default.handlebars->47->3375", + "default.handlebars->47->3376", "default.handlebars->container->column_l->p40->3->1->p40type->3", "default3.handlebars->35->1600", "default3.handlebars->35->1702", "default3.handlebars->35->1708", "default3.handlebars->35->1714", - "default3.handlebars->35->3363", + "default3.handlebars->35->3364", "default3.handlebars->container->column_l->p40->3->3->p40type->3" ] }, @@ -52003,8 +52003,8 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->47->3414", - "default3.handlebars->35->3402" + "default.handlebars->47->3415", + "default3.handlebars->35->3403" ] }, { @@ -52033,8 +52033,8 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->47->3415", - "default3.handlebars->35->3403" + "default.handlebars->47->3416", + "default3.handlebars->35->3404" ] }, { @@ -52556,8 +52556,8 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->47->3413", - "default3.handlebars->35->3401" + "default.handlebars->47->3414", + "default3.handlebars->35->3402" ] }, { @@ -53094,13 +53094,13 @@ "xloc": [ "default.handlebars->47->1032", "default.handlebars->47->1323", - "default.handlebars->47->3019", - "default.handlebars->47->3220", + "default.handlebars->47->3020", + "default.handlebars->47->3221", "default.handlebars->47->578", "default3.handlebars->35->1029", "default3.handlebars->35->1314", - "default3.handlebars->35->3013", - "default3.handlebars->35->3208", + "default3.handlebars->35->3014", + "default3.handlebars->35->3209", "default3.handlebars->35->575" ] }, @@ -53162,8 +53162,8 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->47->3411", - "default3.handlebars->35->3399" + "default.handlebars->47->3412", + "default3.handlebars->35->3400" ] }, { @@ -53177,8 +53177,8 @@ "pl": "Błąd wiadomości", "uk": "Помилка повідомлення", "xloc": [ - "default.handlebars->47->3339", - "default3.handlebars->35->3327" + "default.handlebars->47->3340", + "default3.handlebars->35->3328" ] }, { @@ -53192,8 +53192,8 @@ "pl": "Błąd wiadomości: {0}", "uk": "Помилка повідомлення: {0}", "xloc": [ - "default.handlebars->47->3340", - "default3.handlebars->35->3328" + "default.handlebars->47->3341", + "default3.handlebars->35->3329" ] }, { @@ -53222,8 +53222,8 @@ "pl": "Wiadomość wysłana.", "uk": "Повідомлення:", "xloc": [ - "default.handlebars->47->3338", - "default3.handlebars->35->3326" + "default.handlebars->47->3339", + "default3.handlebars->35->3327" ] }, { @@ -53295,10 +53295,10 @@ "pl": "Wiadomości", "uk": "Обмін повідомленнями", "xloc": [ - "default.handlebars->47->2963", - "default.handlebars->47->3012", - "default3.handlebars->35->2957", - "default3.handlebars->35->3006", + "default.handlebars->47->2964", + "default.handlebars->47->3013", + "default3.handlebars->35->2958", + "default3.handlebars->35->3007", "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", "login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3" @@ -53336,13 +53336,13 @@ "default.handlebars->47->1822", "default.handlebars->47->2466", "default.handlebars->47->269", - "default.handlebars->47->3059", + "default.handlebars->47->3060", "default3.handlebars->35->1129", "default3.handlebars->35->1784", "default3.handlebars->35->1804", "default3.handlebars->35->2463", "default3.handlebars->35->266", - "default3.handlebars->35->3053" + "default3.handlebars->35->3054" ] }, { @@ -53356,8 +53356,8 @@ "pl": "Konto komunnikatora tego użytkownika.", "uk": "Месенджер", "xloc": [ - "default.handlebars->47->3039", - "default3.handlebars->35->3033" + "default.handlebars->47->3040", + "default3.handlebars->35->3034" ] }, { @@ -53371,8 +53371,8 @@ "pl": "Wiadomości włączone", "uk": "Обмін повідомленнями ввімкнено", "xloc": [ - "default.handlebars->47->2964", - "default3.handlebars->35->2958" + "default.handlebars->47->2965", + "default3.handlebars->35->2959" ] }, { @@ -53401,14 +53401,14 @@ "zh-chs": "信使", "zh-cht": "信使", "xloc": [ - "default.handlebars->47->3156", - "default.handlebars->47->3166", - "default.handlebars->47->3232", - "default.handlebars->47->3285", - "default3.handlebars->35->3144", - "default3.handlebars->35->3154", - "default3.handlebars->35->3220", - "default3.handlebars->35->3273" + "default.handlebars->47->3157", + "default.handlebars->47->3167", + "default.handlebars->47->3233", + "default.handlebars->47->3286", + "default3.handlebars->35->3145", + "default3.handlebars->35->3155", + "default3.handlebars->35->3221", + "default3.handlebars->35->3274" ] }, { @@ -53421,8 +53421,8 @@ "pl": "Wiadomości", "uk": "Обмін повідомленнями", "xloc": [ - "default.handlebars->47->3252", - "default3.handlebars->35->3240" + "default.handlebars->47->3253", + "default3.handlebars->35->3241" ] }, { @@ -54064,8 +54064,8 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->47->3178", - "default3.handlebars->35->3166" + "default.handlebars->47->3179", + "default3.handlebars->35->3167" ] }, { @@ -54773,12 +54773,12 @@ "default.handlebars->47->2148", "default.handlebars->47->2185", "default.handlebars->47->2325", - "default.handlebars->47->2737", - "default.handlebars->47->2855", - "default.handlebars->47->2871", - "default.handlebars->47->2878", - "default.handlebars->47->2929", - "default.handlebars->47->2948", + "default.handlebars->47->2738", + "default.handlebars->47->2856", + "default.handlebars->47->2872", + "default.handlebars->47->2879", + "default.handlebars->47->2930", + "default.handlebars->47->2949", "default.handlebars->47->344", "default.handlebars->47->900", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -54796,12 +54796,12 @@ "default3.handlebars->35->2181", "default3.handlebars->35->2320", "default3.handlebars->35->2321", - "default3.handlebars->35->2734", - "default3.handlebars->35->2849", - "default3.handlebars->35->2865", - "default3.handlebars->35->2872", - "default3.handlebars->35->2923", - "default3.handlebars->35->2942", + "default3.handlebars->35->2735", + "default3.handlebars->35->2850", + "default3.handlebars->35->2866", + "default3.handlebars->35->2873", + "default3.handlebars->35->2924", + "default3.handlebars->35->2943", "default3.handlebars->35->341", "default3.handlebars->35->897", "default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -54865,7 +54865,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->47->2836" + "default.handlebars->47->2837" ] }, { @@ -55032,8 +55032,8 @@ "pl": "Zapisy informacji o interfejsach sieciowych", "uk": "Записати інформацію про мережевий інтерфейс", "xloc": [ - "default.handlebars->47->3265", - "default3.handlebars->35->3253" + "default.handlebars->47->3266", + "default3.handlebars->35->3254" ] }, { @@ -55159,8 +55159,8 @@ "zh-cht": "新賬戶", "xloc": [ "default-mobile.handlebars->11->1030", - "default.handlebars->47->3301", - "default3.handlebars->35->3289" + "default.handlebars->47->3302", + "default3.handlebars->35->3290" ] }, { @@ -55579,8 +55579,8 @@ "zh-chs": "没有AMT", "zh-cht": "沒有AMT", "xloc": [ - "default.handlebars->47->1143", - "default.handlebars->47->1168", + "default.handlebars->47->1144", + "default.handlebars->47->1169", "default3.handlebars->35->1138", "default3.handlebars->35->1163" ] @@ -55668,8 +55668,8 @@ "zh-chs": "无座席控制台", "zh-cht": "無代理控制台", "xloc": [ - "default.handlebars->47->3074", - "default3.handlebars->35->3068" + "default.handlebars->47->3075", + "default3.handlebars->35->3069" ] }, { @@ -55708,8 +55708,8 @@ "zh-chs": "没有控制台", "zh-cht": "沒有控制台", "xloc": [ - "default.handlebars->47->2972", - "default3.handlebars->35->2966" + "default.handlebars->47->2973", + "default3.handlebars->35->2967" ] }, { @@ -55772,14 +55772,14 @@ "zh-chs": "没有桌面", "zh-cht": "沒有桌面", "xloc": [ - "default.handlebars->47->1145", - "default.handlebars->47->1170", + "default.handlebars->47->1146", + "default.handlebars->47->1171", "default.handlebars->47->2414", - "default.handlebars->47->2968", + "default.handlebars->47->2969", "default3.handlebars->35->1140", "default3.handlebars->35->1165", "default3.handlebars->35->2411", - "default3.handlebars->35->2962" + "default3.handlebars->35->2963" ] }, { @@ -55809,9 +55809,9 @@ "zh-cht": "不能訪問桌面", "xloc": [ "default.handlebars->47->2373", - "default.handlebars->47->3070", + "default.handlebars->47->3071", "default3.handlebars->35->2370", - "default3.handlebars->35->3064" + "default3.handlebars->35->3065" ] }, { @@ -55867,11 +55867,11 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->47->1612", - "default.handlebars->47->2713", - "default.handlebars->47->3136", + "default.handlebars->47->2714", + "default.handlebars->47->3137", "default3.handlebars->35->1597", - "default3.handlebars->35->2710", - "default3.handlebars->35->3124" + "default3.handlebars->35->2711", + "default3.handlebars->35->3125" ] }, { @@ -55902,9 +55902,9 @@ "xloc": [ "default-mobile.handlebars->11->987", "default.handlebars->47->2375", - "default.handlebars->47->3073", + "default.handlebars->47->3074", "default3.handlebars->35->2372", - "default3.handlebars->35->3067" + "default3.handlebars->35->3068" ] }, { @@ -55934,14 +55934,14 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->11->1010", - "default.handlebars->47->1142", - "default.handlebars->47->1167", + "default.handlebars->47->1143", + "default.handlebars->47->1168", "default.handlebars->47->2416", - "default.handlebars->47->2971", + "default.handlebars->47->2972", "default3.handlebars->35->1137", "default3.handlebars->35->1162", "default3.handlebars->35->2413", - "default3.handlebars->35->2965" + "default3.handlebars->35->2966" ] }, { @@ -55970,8 +55970,8 @@ "zh-chs": "无输入", "zh-cht": "無輸入", "xloc": [ - "default.handlebars->47->1140", - "default.handlebars->47->1165", + "default.handlebars->47->1141", + "default.handlebars->47->1166", "default3.handlebars->35->1135", "default3.handlebars->35->1160" ] @@ -56151,8 +56151,8 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->47->2909", - "default3.handlebars->35->2903" + "default.handlebars->47->2910", + "default3.handlebars->35->2904" ] }, { @@ -56181,8 +56181,8 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->47->2849", - "default3.handlebars->35->2843" + "default.handlebars->47->2850", + "default3.handlebars->35->2844" ] }, { @@ -56211,8 +56211,8 @@ "zh-chs": "没有新设备", "zh-cht": "沒有新設備", "xloc": [ - "default.handlebars->47->2850", - "default3.handlebars->35->2844" + "default.handlebars->47->2851", + "default3.handlebars->35->2845" ] }, { @@ -56298,10 +56298,10 @@ "zh-chs": "没有遥控器", "zh-cht": "沒有遙控器", "xloc": [ - "default.handlebars->47->2974", - "default.handlebars->47->3076", - "default3.handlebars->35->2968", - "default3.handlebars->35->3070" + "default.handlebars->47->2975", + "default.handlebars->47->3077", + "default3.handlebars->35->2969", + "default3.handlebars->35->3071" ] }, { @@ -56330,10 +56330,10 @@ "zh-chs": "没有遥控器", "zh-cht": "沒有遙控器", "xloc": [ - "default.handlebars->47->2967", - "default.handlebars->47->3069", - "default3.handlebars->35->2961", - "default3.handlebars->35->3063" + "default.handlebars->47->2968", + "default.handlebars->47->3070", + "default3.handlebars->35->2962", + "default3.handlebars->35->3064" ] }, { @@ -56362,10 +56362,10 @@ "zh-chs": "无重置/关闭", "zh-cht": "無重置/關閉", "xloc": [ - "default.handlebars->47->2976", - "default.handlebars->47->3078", - "default3.handlebars->35->2970", - "default3.handlebars->35->3072" + "default.handlebars->47->2977", + "default.handlebars->47->3079", + "default3.handlebars->35->2971", + "default3.handlebars->35->3073" ] }, { @@ -56493,14 +56493,14 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->11->1009", - "default.handlebars->47->1141", - "default.handlebars->47->1166", + "default.handlebars->47->1142", + "default.handlebars->47->1167", "default.handlebars->47->2415", - "default.handlebars->47->2970", + "default.handlebars->47->2971", "default3.handlebars->35->1136", "default3.handlebars->35->1161", "default3.handlebars->35->2412", - "default3.handlebars->35->2964" + "default3.handlebars->35->2965" ] }, { @@ -56531,9 +56531,9 @@ "xloc": [ "default-mobile.handlebars->11->986", "default.handlebars->47->2374", - "default.handlebars->47->3072", + "default.handlebars->47->3073", "default3.handlebars->35->2371", - "default3.handlebars->35->3066" + "default3.handlebars->35->3067" ] }, { @@ -56562,8 +56562,8 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->47->2851", - "default3.handlebars->35->2845" + "default.handlebars->47->2852", + "default3.handlebars->35->2846" ] }, { @@ -56592,10 +56592,10 @@ "zh-chs": "无卸载", "zh-cht": "無卸載", "xloc": [ - "default.handlebars->47->2973", - "default.handlebars->47->3075", - "default3.handlebars->35->2967", - "default3.handlebars->35->3069" + "default.handlebars->47->2974", + "default.handlebars->47->3076", + "default3.handlebars->35->2968", + "default3.handlebars->35->3070" ] }, { @@ -56624,10 +56624,10 @@ "zh-chs": "没有唤醒", "zh-cht": "沒有喚醒", "xloc": [ - "default.handlebars->47->2975", - "default.handlebars->47->3077", - "default3.handlebars->35->2969", - "default3.handlebars->35->3071" + "default.handlebars->47->2976", + "default.handlebars->47->3078", + "default3.handlebars->35->2970", + "default3.handlebars->35->3072" ] }, { @@ -56778,10 +56778,10 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->47->2915", - "default.handlebars->47->3104", - "default3.handlebars->35->2909", - "default3.handlebars->35->3092" + "default.handlebars->47->2916", + "default.handlebars->47->3105", + "default3.handlebars->35->2910", + "default3.handlebars->35->3093" ] }, { @@ -56959,10 +56959,10 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->47->2921", - "default.handlebars->47->3116", - "default3.handlebars->35->2915", - "default3.handlebars->35->3104" + "default.handlebars->47->2922", + "default.handlebars->47->3117", + "default3.handlebars->35->2916", + "default3.handlebars->35->3105" ] }, { @@ -57175,8 +57175,8 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->47->2854", - "default3.handlebars->35->2848" + "default.handlebars->47->2855", + "default3.handlebars->35->2849" ] }, { @@ -57510,8 +57510,8 @@ "zh-cht": "沒有此用戶的電話號碼", "xloc": [ "default-mobile.handlebars->11->1061", - "default.handlebars->47->3332", - "default3.handlebars->35->3320" + "default.handlebars->47->3333", + "default3.handlebars->35->3321" ] }, { @@ -57570,8 +57570,8 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->47->3141", - "default3.handlebars->35->3129" + "default.handlebars->47->3142", + "default3.handlebars->35->3130" ] }, { @@ -57658,8 +57658,8 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->47->2943", - "default3.handlebars->35->2937" + "default.handlebars->47->2944", + "default3.handlebars->35->2938" ] }, { @@ -57714,8 +57714,8 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->47->3110", - "default3.handlebars->35->3098" + "default.handlebars->47->3111", + "default3.handlebars->35->3099" ] }, { @@ -57745,8 +57745,8 @@ "zh-cht": "沒有用戶管理權限", "xloc": [ "default-mobile.handlebars->11->1059", - "default.handlebars->47->3330", - "default3.handlebars->35->3318" + "default.handlebars->47->3331", + "default3.handlebars->35->3319" ] }, { @@ -57775,8 +57775,8 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->47->2745", - "default3.handlebars->35->2742" + "default.handlebars->47->2746", + "default3.handlebars->35->2743" ] }, { @@ -57947,21 +57947,21 @@ "default.handlebars->47->2480", "default.handlebars->47->2505", "default.handlebars->47->2510", - "default.handlebars->47->2721", + "default.handlebars->47->2722", "default.handlebars->47->286", - "default.handlebars->47->2875", - "default.handlebars->47->2877", - "default.handlebars->47->2886", - "default.handlebars->47->2898", - "default.handlebars->47->2962", - "default.handlebars->47->2965", - "default.handlebars->47->2977", - "default.handlebars->47->2987", - "default.handlebars->47->2991", - "default.handlebars->47->3003", - "default.handlebars->47->3040", + "default.handlebars->47->2876", + "default.handlebars->47->2878", + "default.handlebars->47->2887", + "default.handlebars->47->2899", + "default.handlebars->47->2963", + "default.handlebars->47->2966", + "default.handlebars->47->2978", + "default.handlebars->47->2988", + "default.handlebars->47->2992", + "default.handlebars->47->3004", + "default.handlebars->47->3041", "default.handlebars->47->314", - "default.handlebars->47->3247", + "default.handlebars->47->3248", "default.handlebars->47->412", "default.handlebars->47->413", "default.handlebars->47->897", @@ -57983,21 +57983,21 @@ "default3.handlebars->35->2477", "default3.handlebars->35->2502", "default3.handlebars->35->2507", - "default3.handlebars->35->2718", + "default3.handlebars->35->2719", "default3.handlebars->35->283", - "default3.handlebars->35->2869", - "default3.handlebars->35->2871", - "default3.handlebars->35->2880", - "default3.handlebars->35->2892", - "default3.handlebars->35->2956", - "default3.handlebars->35->2959", - "default3.handlebars->35->2971", - "default3.handlebars->35->2981", - "default3.handlebars->35->2985", - "default3.handlebars->35->2997", - "default3.handlebars->35->3034", + "default3.handlebars->35->2870", + "default3.handlebars->35->2872", + "default3.handlebars->35->2881", + "default3.handlebars->35->2893", + "default3.handlebars->35->2957", + "default3.handlebars->35->2960", + "default3.handlebars->35->2972", + "default3.handlebars->35->2982", + "default3.handlebars->35->2986", + "default3.handlebars->35->2998", + "default3.handlebars->35->3035", "default3.handlebars->35->311", - "default3.handlebars->35->3235", + "default3.handlebars->35->3236", "default3.handlebars->35->409", "default3.handlebars->35->410", "default3.handlebars->35->894", @@ -58375,8 +58375,8 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->47->3170", - "default3.handlebars->35->3158" + "default.handlebars->47->3171", + "default3.handlebars->35->3159" ] }, { @@ -58405,10 +58405,10 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->47->2949", "default.handlebars->47->2950", - "default3.handlebars->35->2943", - "default3.handlebars->35->2944" + "default.handlebars->47->2951", + "default3.handlebars->35->2944", + "default3.handlebars->35->2945" ] }, { @@ -58437,8 +58437,8 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->47->3084", - "default3.handlebars->35->3076" + "default.handlebars->47->3085", + "default3.handlebars->35->3077" ] }, { @@ -58475,14 +58475,14 @@ "default.handlebars->47->1176", "default.handlebars->47->1190", "default.handlebars->47->2234", - "default.handlebars->47->3015", + "default.handlebars->47->3016", "default.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->0", "default3.handlebars->35->1023", "default3.handlebars->35->1146", "default3.handlebars->35->1171", "default3.handlebars->35->1185", "default3.handlebars->35->2230", - "default3.handlebars->35->3009", + "default3.handlebars->35->3010", "default3.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->1" ] }, @@ -58692,9 +58692,9 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->47->3023", + "default.handlebars->47->3024", "default.handlebars->47->311", - "default3.handlebars->35->3017", + "default3.handlebars->35->3018", "default3.handlebars->35->308" ] }, @@ -58788,8 +58788,8 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->47->2787", - "default3.handlebars->35->2783" + "default.handlebars->47->2788", + "default3.handlebars->35->2784" ] }, { @@ -58818,8 +58818,8 @@ "zh-chs": "空值", "zh-cht": "無效的", "xloc": [ - "default.handlebars->47->3405", - "default3.handlebars->35->3393" + "default.handlebars->47->3406", + "default3.handlebars->35->3394" ] }, { @@ -59066,8 +59066,8 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->1027", - "default.handlebars->47->3298", - "default3.handlebars->35->3286" + "default.handlebars->47->3299", + "default3.handlebars->35->3287" ] }, { @@ -59164,8 +59164,8 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->47->2742", - "default3.handlebars->35->2739" + "default.handlebars->47->2743", + "default3.handlebars->35->2740" ] }, { @@ -59269,8 +59269,8 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->47->2718", - "default3.handlebars->35->2715" + "default.handlebars->47->2719", + "default3.handlebars->35->2716" ] }, { @@ -59330,8 +59330,8 @@ "zh-chs": "一次性密码", "zh-cht": "一次性密碼", "xloc": [ - "default.handlebars->47->3254", - "default3.handlebars->35->3242" + "default.handlebars->47->3255", + "default3.handlebars->35->3243" ] }, { @@ -59393,8 +59393,8 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->47->2741", - "default3.handlebars->35->2738" + "default.handlebars->47->2742", + "default3.handlebars->35->2739" ] }, { @@ -59423,8 +59423,8 @@ "zh-chs": "只显示前 100 个用户", "zh-cht": "僅顯示前 100 個用戶", "xloc": [ - "default.handlebars->47->2788", - "default3.handlebars->35->2784" + "default.handlebars->47->2789", + "default3.handlebars->35->2785" ] }, { @@ -59956,14 +59956,14 @@ "default-mobile.handlebars->11->788", "default.handlebars->47->1360", "default.handlebars->47->1627", - "default.handlebars->47->3217", + "default.handlebars->47->3218", "default.handlebars->47->354", "default.handlebars->47->560", "default.handlebars->47->610", "default.handlebars->47->949", "default3.handlebars->35->1348", "default3.handlebars->35->1612", - "default3.handlebars->35->3205", + "default3.handlebars->35->3206", "default3.handlebars->35->351", "default3.handlebars->35->557", "default3.handlebars->35->607", @@ -59998,13 +59998,13 @@ "xloc": [ "default-mobile.handlebars->11->594", "default.handlebars->47->1286", - "default.handlebars->47->2770", - "default.handlebars->47->2862", + "default.handlebars->47->2771", + "default.handlebars->47->2863", "default.handlebars->47->759", "default.handlebars->47->771", "default3.handlebars->35->1281", - "default3.handlebars->35->2767", - "default3.handlebars->35->2856", + "default3.handlebars->35->2768", + "default3.handlebars->35->2857", "default3.handlebars->35->756", "default3.handlebars->35->768" ] @@ -60643,8 +60643,8 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->47->2757", - "default3.handlebars->35->2754" + "default.handlebars->47->2758", + "default3.handlebars->35->2755" ] }, { @@ -60757,8 +60757,8 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->47->2946", - "default3.handlebars->35->2940" + "default.handlebars->47->2947", + "default3.handlebars->35->2941" ] }, { @@ -60825,12 +60825,12 @@ "default.handlebars->47->1527", "default.handlebars->47->2130", "default.handlebars->47->2296", - "default.handlebars->47->2824", "default.handlebars->47->2825", - "default.handlebars->47->2983", - "default.handlebars->47->2985", - "default.handlebars->47->3089", + "default.handlebars->47->2826", + "default.handlebars->47->2984", + "default.handlebars->47->2986", "default.handlebars->47->3090", + "default.handlebars->47->3091", "default.handlebars->47->348", "default.handlebars->47->521", "default3.handlebars->35->1308", @@ -60839,9 +60839,9 @@ "default3.handlebars->35->1512", "default3.handlebars->35->2130", "default3.handlebars->35->2290", - "default3.handlebars->35->2820", - "default3.handlebars->35->2977", - "default3.handlebars->35->2979", + "default3.handlebars->35->2821", + "default3.handlebars->35->2978", + "default3.handlebars->35->2980", "default3.handlebars->35->345", "default3.handlebars->35->518", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -61013,8 +61013,8 @@ "zh-cht": "密碼已更改。", "xloc": [ "default-mobile.handlebars->11->1055", - "default.handlebars->47->3326", - "default3.handlebars->35->3314" + "default.handlebars->47->3327", + "default3.handlebars->35->3315" ] }, { @@ -61073,7 +61073,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->47->3091" + "default.handlebars->47->3092" ] }, { @@ -62041,8 +62041,8 @@ "zh-cht": "沒有權限", "xloc": [ "default-mobile.handlebars->11->1036", - "default.handlebars->47->3307", - "default3.handlebars->35->3295" + "default.handlebars->47->3308", + "default3.handlebars->35->3296" ] }, { @@ -62073,9 +62073,9 @@ "xloc": [ "default-mobile.handlebars->11->1021", "default.handlebars->47->2430", - "default.handlebars->47->2740", + "default.handlebars->47->2741", "default3.handlebars->35->2427", - "default3.handlebars->35->2737" + "default3.handlebars->35->2738" ] }, { @@ -62201,11 +62201,11 @@ "default.handlebars->47->1796", "default.handlebars->47->1799", "default.handlebars->47->266", - "default.handlebars->47->3038", + "default.handlebars->47->3039", "default3.handlebars->35->1778", "default3.handlebars->35->1781", "default3.handlebars->35->263", - "default3.handlebars->35->3032" + "default3.handlebars->35->3033" ] }, { @@ -62234,8 +62234,8 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->47->2961", - "default3.handlebars->35->2955" + "default.handlebars->47->2962", + "default3.handlebars->35->2956" ] }, { @@ -62266,9 +62266,9 @@ "xloc": [ "default-mobile.handlebars->11->110", "default.handlebars->47->1798", - "default.handlebars->47->3037", + "default.handlebars->47->3038", "default3.handlebars->35->1780", - "default3.handlebars->35->3031" + "default3.handlebars->35->3032" ] }, { @@ -62533,9 +62533,9 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->47->329", - "default.handlebars->47->3443", + "default.handlebars->47->3444", "default3.handlebars->35->326", - "default3.handlebars->35->3431" + "default3.handlebars->35->3432" ] }, { @@ -63455,8 +63455,8 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->47->3169", - "default3.handlebars->35->3157" + "default.handlebars->47->3170", + "default3.handlebars->35->3158" ] }, { @@ -63608,12 +63608,12 @@ "default-mobile.handlebars->11->100", "default-mobile.handlebars->11->97", "default.handlebars->47->1791", - "default.handlebars->47->3032", - "default.handlebars->47->3087", + "default.handlebars->47->3033", + "default.handlebars->47->3088", "default.handlebars->47->341", "default3.handlebars->35->1774", - "default3.handlebars->35->3026", - "default3.handlebars->35->3079", + "default3.handlebars->35->3027", + "default3.handlebars->35->3080", "default3.handlebars->35->338" ] }, @@ -64095,8 +64095,8 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->47->3167", - "default3.handlebars->35->3155", + "default.handlebars->47->3168", + "default3.handlebars->35->3156", "player.handlebars->3->36" ] }, @@ -64429,8 +64429,8 @@ "zh-chs": "推送通知", "zh-cht": "推送通知", "xloc": [ - "default.handlebars->47->3253", - "default3.handlebars->35->3241" + "default.handlebars->47->3254", + "default3.handlebars->35->3242" ] }, { @@ -64499,9 +64499,9 @@ "uk": "Pushover", "xloc": [ "default.handlebars->47->1808", - "default.handlebars->47->3045", + "default.handlebars->47->3046", "default3.handlebars->35->1790", - "default3.handlebars->35->3039" + "default3.handlebars->35->3040" ] }, { @@ -65017,8 +65017,8 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->47->3401", - "default3.handlebars->35->3389" + "default.handlebars->47->3402", + "default3.handlebars->35->3390" ] }, { @@ -65106,8 +65106,8 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->47->2826", - "default3.handlebars->35->2822" + "default.handlebars->47->2827", + "default3.handlebars->35->2823" ] }, { @@ -65253,11 +65253,11 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->47->2958", - "default.handlebars->47->2960", - "default.handlebars->47->3080", - "default3.handlebars->35->2952", - "default3.handlebars->35->2954" + "default.handlebars->47->2959", + "default.handlebars->47->2961", + "default.handlebars->47->3081", + "default3.handlebars->35->2953", + "default3.handlebars->35->2955" ] }, { @@ -65301,7 +65301,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->47->2835" + "default.handlebars->47->2836" ] }, { @@ -65391,11 +65391,11 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->47->2201", - "default.handlebars->47->2885", - "default.handlebars->47->2966", + "default.handlebars->47->2886", + "default.handlebars->47->2967", "default3.handlebars->35->2197", - "default3.handlebars->35->2879", - "default3.handlebars->35->2960" + "default3.handlebars->35->2880", + "default3.handlebars->35->2961" ] }, { @@ -65455,11 +65455,11 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->47->2342", - "default.handlebars->47->2923", - "default.handlebars->47->3068", + "default.handlebars->47->2924", + "default.handlebars->47->3069", "default3.handlebars->35->2339", - "default3.handlebars->35->2917", - "default3.handlebars->35->3062" + "default3.handlebars->35->2918", + "default3.handlebars->35->3063" ] }, { @@ -65488,8 +65488,8 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->47->3181", - "default3.handlebars->35->3169" + "default.handlebars->47->3182", + "default3.handlebars->35->3170" ] }, { @@ -65883,14 +65883,14 @@ "default.handlebars->47->1159", "default.handlebars->47->1184", "default.handlebars->47->2426", - "default.handlebars->47->3382", + "default.handlebars->47->3383", "default.handlebars->47->427", "default.handlebars->47->431", "default.handlebars->47->734", "default3.handlebars->35->1154", "default3.handlebars->35->1179", "default3.handlebars->35->2423", - "default3.handlebars->35->3370", + "default3.handlebars->35->3371", "default3.handlebars->35->424", "default3.handlebars->35->428", "default3.handlebars->35->731" @@ -65922,8 +65922,8 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->47->3367", - "default3.handlebars->35->3355" + "default.handlebars->47->3368", + "default3.handlebars->35->3356" ] }, { @@ -65988,8 +65988,8 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->47->3360", - "default3.handlebars->35->3348" + "default.handlebars->47->3361", + "default3.handlebars->35->3349" ] }, { @@ -66059,10 +66059,10 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->47->3366", - "default.handlebars->47->3394", - "default3.handlebars->35->3354", - "default3.handlebars->35->3382" + "default.handlebars->47->3367", + "default.handlebars->47->3395", + "default3.handlebars->35->3355", + "default3.handlebars->35->3383" ] }, { @@ -66091,8 +66091,8 @@ "zh-chs": "继电器装置", "zh-cht": "繼電器裝置", "xloc": [ - "default.handlebars->47->2710", - "default3.handlebars->35->2707" + "default.handlebars->47->2711", + "default3.handlebars->35->2708" ] }, { @@ -66177,8 +66177,8 @@ "zh-chs": "记住设备", "zh-cht": "記住設備", "xloc": [ - "default.handlebars->47->3255", - "default3.handlebars->35->3243" + "default.handlebars->47->3256", + "default3.handlebars->35->3244" ] }, { @@ -67263,8 +67263,8 @@ "zh-chs": "远程会话", "zh-cht": "遠程會話", "xloc": [ - "default.handlebars->47->3183", - "default3.handlebars->35->3171" + "default.handlebars->47->3184", + "default3.handlebars->35->3172" ] }, { @@ -67435,10 +67435,10 @@ "default-mobile.handlebars->11->984", "default.handlebars->47->2370", "default.handlebars->47->2413", - "default.handlebars->47->3071", + "default.handlebars->47->3072", "default3.handlebars->35->2367", "default3.handlebars->35->2410", - "default3.handlebars->35->3065" + "default3.handlebars->35->3066" ] }, { @@ -67772,10 +67772,10 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->47->2927", - "default.handlebars->47->3132", - "default3.handlebars->35->2921", - "default3.handlebars->35->3120" + "default.handlebars->47->2928", + "default.handlebars->47->3133", + "default3.handlebars->35->2922", + "default3.handlebars->35->3121" ] }, { @@ -67804,10 +67804,10 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->47->2925", - "default.handlebars->47->3119", - "default3.handlebars->35->2919", - "default3.handlebars->35->3107" + "default.handlebars->47->2926", + "default.handlebars->47->3120", + "default3.handlebars->35->2920", + "default3.handlebars->35->3108" ] }, { @@ -67836,8 +67836,8 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->47->3117", - "default3.handlebars->35->3105" + "default.handlebars->47->3118", + "default3.handlebars->35->3106" ] }, { @@ -67937,8 +67937,8 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->47->3128", - "default3.handlebars->35->3116" + "default.handlebars->47->3129", + "default3.handlebars->35->3117" ] }, { @@ -67968,9 +67968,9 @@ "zh-cht": "刪除用戶群權限", "xloc": [ "default.handlebars->47->2435", - "default.handlebars->47->3124", + "default.handlebars->47->3125", "default3.handlebars->35->2432", - "default3.handlebars->35->3112" + "default3.handlebars->35->3113" ] }, { @@ -67999,8 +67999,8 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->47->2935", - "default3.handlebars->35->2929" + "default.handlebars->47->2936", + "default3.handlebars->35->2930" ] }, { @@ -68030,9 +68030,9 @@ "zh-cht": "刪除用戶權限", "xloc": [ "default.handlebars->47->2433", - "default.handlebars->47->3121", + "default.handlebars->47->3122", "default3.handlebars->35->2430", - "default3.handlebars->35->3109" + "default3.handlebars->35->3110" ] }, { @@ -68061,8 +68061,8 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->47->3094", - "default3.handlebars->35->3082" + "default.handlebars->47->3095", + "default3.handlebars->35->3083" ] }, { @@ -68091,8 +68091,8 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->47->2827", - "default3.handlebars->35->2823" + "default.handlebars->47->2828", + "default3.handlebars->35->2824" ] }, { @@ -68379,8 +68379,8 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->47->3027", - "default3.handlebars->35->3021" + "default.handlebars->47->3028", + "default3.handlebars->35->3022" ] }, { @@ -68409,8 +68409,8 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->47->3108", - "default3.handlebars->35->3096" + "default.handlebars->47->3109", + "default3.handlebars->35->3097" ] }, { @@ -68439,8 +68439,8 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->47->2919", - "default3.handlebars->35->2913" + "default.handlebars->47->2920", + "default3.handlebars->35->2914" ] }, { @@ -68470,9 +68470,9 @@ "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ "default.handlebars->47->1095", - "default.handlebars->47->2913", + "default.handlebars->47->2914", "default3.handlebars->35->1092", - "default3.handlebars->35->2907" + "default3.handlebars->35->2908" ] }, { @@ -68503,14 +68503,14 @@ "xloc": [ "default.handlebars->47->1096", "default.handlebars->47->2251", - "default.handlebars->47->2907", - "default.handlebars->47->3102", - "default.handlebars->47->3114", + "default.handlebars->47->2908", + "default.handlebars->47->3103", + "default.handlebars->47->3115", "default3.handlebars->35->1093", "default3.handlebars->35->2247", - "default3.handlebars->35->2901", - "default3.handlebars->35->3090", - "default3.handlebars->35->3102" + "default3.handlebars->35->2902", + "default3.handlebars->35->3091", + "default3.handlebars->35->3103" ] }, { @@ -68659,6 +68659,36 @@ "default3.handlebars->35->2625" ] }, + { + "bs": "Uklonjen uređaj {0} iz korisničke grupe {1}", + "ca": "S'ha eliminat el dispositiu {0} del grup d'usuaris {1}", + "cs": "Odstraněné zařízení {0} ze skupiny uživatelů {1}", + "da": "Fjernet enhed {0} fra brugergruppe {1}", + "de": "Gerät {0} aus der Benutzergruppe {1} entfernt", + "en": "Removed device {0} from user group {1}", + "es": "Dispositivo eliminado {0} del grupo de usuarios {1}", + "fi": "Poistettu laite {0} käyttäjäryhmästä {1}", + "fr": "Supprimé l'appareil {0} du groupe d'utilisateurs {1}", + "hi": "हटाए गए डिवाइस {0} उपयोगकर्ता समूह से {1} से", + "hu": "{0} eszköz eltávolítása a(z) {1} felhasználói csoportból", + "it": "Dispositivo rimosso {0} dal gruppo utente {1}", + "ja": "ユーザーグループからデバイス{0}を削除{1}", + "ko": "사용자 그룹 {1}에서 제거 된 장치 {0}", + "nl": "Device {0} verwijderd uit gebruikersgroep {1}", + "pl": "Usunięte urządzenie {0} z grupy użytkowników {1}", + "pt": "Dispositivo removido {0} do grupo de usuários {1}", + "pt-br": "Dispositivo removido {0} do grupo de usuários {1}", + "ru": "Удаленное устройство {0} из группы пользователей {1}", + "sv": "Borttagen enhet {0} från användargrupp {1}", + "tr": "{0} kullanıcı grubundan {0} kaldırıldı {1}", + "uk": "Пристрій {0} видалено з групи користувачів {1}", + "zh-chs": "从用户组{1}中删除了设备{0}", + "zh-cht": "從用戶群{1}中刪除了設備{0}", + "xloc": [ + "default.handlebars->47->2704", + "default3.handlebars->35->2701" + ] + }, { "bs": "Uklonjen token za prijavu", "ca": "S'ha eliminat el testimoni d'inici de sessió", @@ -69050,8 +69080,8 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->47->2719", - "default3.handlebars->35->2716" + "default.handlebars->47->2720", + "default3.handlebars->35->2717" ] }, { @@ -69080,8 +69110,8 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->47->2714", - "default3.handlebars->35->2711" + "default.handlebars->47->2715", + "default3.handlebars->35->2712" ] }, { @@ -69110,8 +69140,8 @@ "zh-chs": "报告未返回任何内容。", "zh-cht": "報告未返回任何內容。", "xloc": [ - "default.handlebars->47->3222", - "default3.handlebars->35->3210" + "default.handlebars->47->3223", + "default3.handlebars->35->3211" ] }, { @@ -69140,8 +69170,8 @@ "zh-chs": "报告.csv", "zh-cht": "報告.csv", "xloc": [ - "default.handlebars->47->3296", - "default3.handlebars->35->3284" + "default.handlebars->47->3297", + "default3.handlebars->35->3285" ] }, { @@ -69417,10 +69447,10 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->338", - "default.handlebars->47->2832", - "default.handlebars->47->3092", - "default3.handlebars->35->2828", - "default3.handlebars->35->3080" + "default.handlebars->47->2833", + "default.handlebars->47->3093", + "default3.handlebars->35->2829", + "default3.handlebars->35->3081" ] }, { @@ -69981,8 +70011,8 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->47->2947", - "default3.handlebars->35->2941" + "default.handlebars->47->2948", + "default3.handlebars->35->2942" ] }, { @@ -71038,10 +71068,10 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->47->3011", - "default.handlebars->47->3017", - "default3.handlebars->35->3005", - "default3.handlebars->35->3011", + "default.handlebars->47->3012", + "default.handlebars->47->3018", + "default3.handlebars->35->3006", + "default3.handlebars->35->3012", "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", @@ -71076,8 +71106,8 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->47->3035", - "default3.handlebars->35->3029" + "default.handlebars->47->3036", + "default3.handlebars->35->3030" ] }, { @@ -71107,8 +71137,8 @@ "zh-cht": "短信錯誤", "xloc": [ "default-mobile.handlebars->11->1063", - "default.handlebars->47->3334", - "default3.handlebars->35->3322" + "default.handlebars->47->3335", + "default3.handlebars->35->3323" ] }, { @@ -71138,8 +71168,8 @@ "zh-cht": "短信錯誤:{0}", "xloc": [ "default-mobile.handlebars->11->1064", - "default.handlebars->47->3335", - "default3.handlebars->35->3323" + "default.handlebars->47->3336", + "default3.handlebars->35->3324" ] }, { @@ -71199,8 +71229,8 @@ "zh-cht": "短信網關未啟用", "xloc": [ "default-mobile.handlebars->11->1058", - "default.handlebars->47->3329", - "default3.handlebars->35->3317" + "default.handlebars->47->3330", + "default3.handlebars->35->3318" ] }, { @@ -71229,8 +71259,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->47->3250", - "default3.handlebars->35->3238" + "default.handlebars->47->3251", + "default3.handlebars->35->3239" ] }, { @@ -71301,8 +71331,8 @@ "pl": "Sukces wysyłania SMS.", "uk": "SMS успішно надіслано.", "xloc": [ - "default.handlebars->47->3333", - "default3.handlebars->35->3321" + "default.handlebars->47->3334", + "default3.handlebars->35->3322" ] }, { @@ -72687,13 +72717,13 @@ "default.handlebars->47->1318", "default.handlebars->47->1680", "default.handlebars->47->2494", - "default.handlebars->47->3013", + "default.handlebars->47->3014", "default.handlebars->47->522", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1", "default3.handlebars->35->1309", "default3.handlebars->35->1663", "default3.handlebars->35->2491", - "default3.handlebars->35->3007", + "default3.handlebars->35->3008", "default3.handlebars->35->519", "default3.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -72741,8 +72771,8 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->47->3006", - "default3.handlebars->35->3000" + "default.handlebars->47->3007", + "default3.handlebars->35->3001" ] }, { @@ -72772,8 +72802,8 @@ "zh-cht": "安全警告", "xloc": [ "default-mobile.handlebars->11->1032", - "default.handlebars->47->3303", - "default3.handlebars->35->3291" + "default.handlebars->47->3304", + "default3.handlebars->35->3292" ] }, { @@ -72877,8 +72907,8 @@ "default.handlebars->47->1566", "default.handlebars->47->1568", "default.handlebars->47->2520", - "default.handlebars->47->2766", - "default.handlebars->47->2860", + "default.handlebars->47->2767", + "default.handlebars->47->2861", "default.handlebars->47->549", "default.handlebars->47->739", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -72890,8 +72920,8 @@ "default3.handlebars->35->1551", "default3.handlebars->35->1553", "default3.handlebars->35->2517", - "default3.handlebars->35->2763", - "default3.handlebars->35->2854", + "default3.handlebars->35->2764", + "default3.handlebars->35->2855", "default3.handlebars->35->546", "default3.handlebars->35->736", "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar", @@ -72934,13 +72964,13 @@ "default.handlebars->47->1251", "default.handlebars->47->1253", "default.handlebars->47->1255", - "default.handlebars->47->3203", - "default.handlebars->47->3205", + "default.handlebars->47->3204", + "default.handlebars->47->3206", "default3.handlebars->35->1246", "default3.handlebars->35->1248", "default3.handlebars->35->1250", - "default3.handlebars->35->3191", - "default3.handlebars->35->3193" + "default3.handlebars->35->3192", + "default3.handlebars->35->3194" ] }, { @@ -72971,14 +73001,14 @@ "xloc": [ "default.handlebars->47->1567", "default.handlebars->47->2519", - "default.handlebars->47->2765", - "default.handlebars->47->2859", + "default.handlebars->47->2766", + "default.handlebars->47->2860", "default.handlebars->47->738", "default.handlebars->meshContextMenu->cxselectnone", "default3.handlebars->35->1552", "default3.handlebars->35->2516", - "default3.handlebars->35->2762", - "default3.handlebars->35->2853", + "default3.handlebars->35->2763", + "default3.handlebars->35->2854", "default3.handlebars->35->735", "default3.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -73186,10 +73216,10 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->47->2769", - "default.handlebars->47->2861", - "default3.handlebars->35->2766", - "default3.handlebars->35->2855" + "default.handlebars->47->2770", + "default.handlebars->47->2862", + "default3.handlebars->35->2767", + "default3.handlebars->35->2856" ] }, { @@ -73402,8 +73432,8 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->47->2781", - "default3.handlebars->35->2777" + "default.handlebars->47->2782", + "default3.handlebars->35->2778" ] }, { @@ -73479,8 +73509,8 @@ "pl": "Wyślij Wiadomość", "uk": "Надіслати повідомлення", "xloc": [ - "default.handlebars->47->2779", - "default3.handlebars->35->2775" + "default.handlebars->47->2780", + "default3.handlebars->35->2776" ] }, { @@ -73509,8 +73539,8 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->47->2778", - "default3.handlebars->35->2774" + "default.handlebars->47->2779", + "default3.handlebars->35->2775" ] }, { @@ -73539,8 +73569,8 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->47->3018", - "default3.handlebars->35->3012" + "default.handlebars->47->3019", + "default3.handlebars->35->3013" ] }, { @@ -73569,8 +73599,8 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->47->3022", - "default3.handlebars->35->3016" + "default.handlebars->47->3023", + "default3.handlebars->35->3017" ] }, { @@ -73584,8 +73614,8 @@ "pl": "Wyślij wiadomość do tego użytkownika", "uk": "Надіслати повідомлення цьому користувачеві", "xloc": [ - "default.handlebars->47->3020", - "default3.handlebars->35->3014" + "default.handlebars->47->3021", + "default3.handlebars->35->3015" ] }, { @@ -73614,8 +73644,8 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->47->2904", - "default3.handlebars->35->2898" + "default.handlebars->47->2905", + "default3.handlebars->35->2899" ] }, { @@ -73644,8 +73674,8 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->47->2782", - "default3.handlebars->35->2778" + "default.handlebars->47->2783", + "default3.handlebars->35->2779" ] }, { @@ -73674,8 +73704,8 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->47->2760", - "default3.handlebars->35->2757" + "default.handlebars->47->2761", + "default3.handlebars->35->2758" ] }, { @@ -73734,8 +73764,8 @@ "zh-chs": "发送邀请邮件。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->47->2831", - "default3.handlebars->35->2827" + "default.handlebars->47->2832", + "default3.handlebars->35->2828" ] }, { @@ -73928,8 +73958,8 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->47->3024", - "default3.handlebars->35->3018" + "default.handlebars->47->3025", + "default3.handlebars->35->3019" ] }, { @@ -74139,8 +74169,8 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->47->2841", - "default3.handlebars->35->2835" + "default.handlebars->47->2842", + "default3.handlebars->35->2836" ] }, { @@ -74169,8 +74199,8 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->47->3416", - "default3.handlebars->35->3404" + "default.handlebars->47->3417", + "default3.handlebars->35->3405" ] }, { @@ -74244,8 +74274,8 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->47->3417", - "default3.handlebars->35->3405" + "default.handlebars->47->3418", + "default3.handlebars->35->3406" ] }, { @@ -74294,12 +74324,12 @@ "default.handlebars->47->1174", "default.handlebars->47->2378", "default.handlebars->47->2410", - "default.handlebars->47->2838", + "default.handlebars->47->2839", "default3.handlebars->35->1144", "default3.handlebars->35->1169", "default3.handlebars->35->2375", "default3.handlebars->35->2407", - "default3.handlebars->35->2832" + "default3.handlebars->35->2833" ] }, { @@ -74358,8 +74388,8 @@ "zh-cht": "服務器限制", "xloc": [ "default-mobile.handlebars->11->1031", - "default.handlebars->47->3302", - "default3.handlebars->35->3290" + "default.handlebars->47->3303", + "default3.handlebars->35->3291" ] }, { @@ -74417,10 +74447,10 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->47->2752", - "default.handlebars->47->2853", - "default3.handlebars->35->2749", - "default3.handlebars->35->2847" + "default.handlebars->47->2753", + "default.handlebars->47->2854", + "default3.handlebars->35->2750", + "default3.handlebars->35->2848" ] }, { @@ -74449,8 +74479,8 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->47->2980", - "default3.handlebars->35->2974" + "default.handlebars->47->2981", + "default3.handlebars->35->2975" ] }, { @@ -74479,8 +74509,8 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->47->2842", - "default3.handlebars->35->2836" + "default.handlebars->47->2843", + "default3.handlebars->35->2837" ] }, { @@ -74509,8 +74539,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->47->2979", - "default3.handlebars->35->2973" + "default.handlebars->47->2980", + "default3.handlebars->35->2974" ] }, { @@ -74539,8 +74569,8 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->47->3345", - "default3.handlebars->35->3333" + "default.handlebars->47->3346", + "default3.handlebars->35->3334" ] }, { @@ -74599,8 +74629,8 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->47->3430", - "default3.handlebars->35->3418" + "default.handlebars->47->3431", + "default3.handlebars->35->3419" ] }, { @@ -74629,8 +74659,8 @@ "zh-chs": "服务器跟踪事件", "zh-cht": "服務器跟踪事件", "xloc": [ - "default.handlebars->47->3408", - "default3.handlebars->35->3396" + "default.handlebars->47->3409", + "default3.handlebars->35->3397" ] }, { @@ -74718,8 +74748,8 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->47->2843", - "default3.handlebars->35->2837" + "default.handlebars->47->2844", + "default3.handlebars->35->2838" ] }, { @@ -74962,8 +74992,8 @@ "pl": "Serwer nie może pobrać zapisów z bazy danych.", "uk": "Сервер не може отримати записи з бази даних.", "xloc": [ - "default.handlebars->47->3139", - "default3.handlebars->35->3127" + "default.handlebars->47->3140", + "default3.handlebars->35->3128" ] }, { @@ -74978,8 +75008,8 @@ "pl": "Serwer nie może odczytać zapisów z folderu.", "uk": "Сервер не може читати з теки записів.", "xloc": [ - "default.handlebars->47->3138", - "default3.handlebars->35->3126" + "default.handlebars->47->3139", + "default3.handlebars->35->3127" ] }, { @@ -74994,8 +75024,8 @@ "pl": "Zapisy statystyk serwera", "uk": "Записи статистики сервера", "xloc": [ - "default.handlebars->47->3270", - "default3.handlebars->35->3258" + "default.handlebars->47->3271", + "default3.handlebars->35->3259" ] }, { @@ -75081,8 +75111,8 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->47->3407", - "default3.handlebars->35->3395" + "default.handlebars->47->3408", + "default3.handlebars->35->3396" ] }, { @@ -75097,9 +75127,9 @@ "uk": "Сервіс", "xloc": [ "default.handlebars->47->1812", - "default.handlebars->47->3049", + "default.handlebars->47->3050", "default3.handlebars->35->1794", - "default3.handlebars->35->3043" + "default3.handlebars->35->3044" ] }, { @@ -75190,10 +75220,10 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->47->3142", - "default.handlebars->47->3210", - "default3.handlebars->35->3130", - "default3.handlebars->35->3198", + "default.handlebars->47->3143", + "default.handlebars->47->3211", + "default3.handlebars->35->3131", + "default3.handlebars->35->3199", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -76619,8 +76649,8 @@ "zh-chs": "显示流量", "zh-cht": "顯示流量", "xloc": [ - "default.handlebars->47->3206", - "default3.handlebars->35->3194" + "default.handlebars->47->3207", + "default3.handlebars->35->3195" ] }, { @@ -76799,10 +76829,10 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->47->2785", - "default.handlebars->47->2817", - "default3.handlebars->35->2781", - "default3.handlebars->35->2813" + "default.handlebars->47->2786", + "default.handlebars->47->2818", + "default3.handlebars->35->2782", + "default3.handlebars->35->2814" ] }, { @@ -76847,10 +76877,10 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->47->2784", - "default.handlebars->47->2816", - "default3.handlebars->35->2780", - "default3.handlebars->35->2812" + "default.handlebars->47->2785", + "default.handlebars->47->2817", + "default3.handlebars->35->2781", + "default3.handlebars->35->2813" ] }, { @@ -76911,10 +76941,10 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->47->2786", - "default.handlebars->47->2818", - "default3.handlebars->35->2782", - "default3.handlebars->35->2814" + "default.handlebars->47->2787", + "default.handlebars->47->2819", + "default3.handlebars->35->2783", + "default3.handlebars->35->2815" ] }, { @@ -76961,13 +76991,13 @@ "xloc": [ "default.handlebars->47->1197", "default.handlebars->47->1211", - "default.handlebars->47->2783", - "default.handlebars->47->2815", + "default.handlebars->47->2784", + "default.handlebars->47->2816", "default.handlebars->47->787", "default3.handlebars->35->1192", "default3.handlebars->35->1206", - "default3.handlebars->35->2779", - "default3.handlebars->35->2811", + "default3.handlebars->35->2780", + "default3.handlebars->35->2812", "default3.handlebars->35->784" ] }, @@ -77316,9 +77346,9 @@ "uk": "Signal", "xloc": [ "default.handlebars->47->1815", - "default.handlebars->47->3052", + "default.handlebars->47->3053", "default3.handlebars->35->1797", - "default3.handlebars->35->3046" + "default3.handlebars->35->3047" ] }, { @@ -77522,8 +77552,8 @@ "zh-chs": "单点登录", "zh-cht": "單點登錄", "xloc": [ - "default.handlebars->47->3258", - "default3.handlebars->35->3246" + "default.handlebars->47->3259", + "default3.handlebars->35->3247" ] }, { @@ -77578,11 +77608,11 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->47->3145", - "default.handlebars->47->3173", + "default.handlebars->47->3146", + "default.handlebars->47->3174", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize", - "default3.handlebars->35->3133", - "default3.handlebars->35->3161", + "default3.handlebars->35->3134", + "default3.handlebars->35->3162", "default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSize" ] }, @@ -77724,9 +77754,9 @@ "uk": "Slack", "xloc": [ "default.handlebars->47->1811", - "default.handlebars->47->3048", + "default.handlebars->47->3049", "default3.handlebars->35->1793", - "default3.handlebars->35->3042" + "default3.handlebars->35->3043" ] }, { @@ -77737,9 +77767,9 @@ "uk": "Інсталяція Slack Webhook", "xloc": [ "default.handlebars->47->1821", - "default.handlebars->47->3058", + "default.handlebars->47->3059", "default3.handlebars->35->1803", - "default3.handlebars->35->3052" + "default3.handlebars->35->3053" ] }, { @@ -79271,15 +79301,15 @@ "default.handlebars->47->1415", "default.handlebars->47->300", "default.handlebars->47->305", - "default.handlebars->47->3143", - "default.handlebars->47->3175", + "default.handlebars->47->3144", + "default.handlebars->47->3176", "default3.handlebars->35->1249", "default3.handlebars->35->138", "default3.handlebars->35->1402", "default3.handlebars->35->297", "default3.handlebars->35->302", - "default3.handlebars->35->3131", - "default3.handlebars->35->3163", + "default3.handlebars->35->3132", + "default3.handlebars->35->3164", "sharing.handlebars->11->14" ] }, @@ -80065,12 +80095,12 @@ "xloc": [ "default-mobile.handlebars->11->887", "default.handlebars->47->1736", - "default.handlebars->47->3083", - "default.handlebars->47->3168", + "default.handlebars->47->3084", + "default.handlebars->47->3169", "default.handlebars->container->column_l->p42->p42tbl->1->0->7", "default3.handlebars->35->1719", - "default3.handlebars->35->3075", - "default3.handlebars->35->3156", + "default3.handlebars->35->3076", + "default3.handlebars->35->3157", "default3.handlebars->container->column_l->p42->p42tbl->1->0->15" ] }, @@ -80479,8 +80509,8 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->47->2780", - "default3.handlebars->35->2776" + "default.handlebars->47->2781", + "default3.handlebars->35->2777" ] }, { @@ -80549,10 +80579,10 @@ "zh-chs": "成功登录", "zh-cht": "成功登錄", "xloc": [ - "default.handlebars->47->3243", - "default.handlebars->47->3292", - "default3.handlebars->35->3231", - "default3.handlebars->35->3280" + "default.handlebars->47->3244", + "default.handlebars->47->3293", + "default3.handlebars->35->3232", + "default3.handlebars->35->3281" ] }, { @@ -81755,12 +81785,12 @@ "xloc": [ "default.handlebars->47->1804", "default.handlebars->47->1818", - "default.handlebars->47->3041", - "default.handlebars->47->3055", + "default.handlebars->47->3042", + "default.handlebars->47->3056", "default3.handlebars->35->1786", "default3.handlebars->35->1800", - "default3.handlebars->35->3035", - "default3.handlebars->35->3049" + "default3.handlebars->35->3036", + "default3.handlebars->35->3050" ] }, { @@ -81827,10 +81857,10 @@ "default.handlebars->47->1219", "default.handlebars->47->2256", "default.handlebars->47->2336", - "default.handlebars->47->3158", - "default.handlebars->47->3224", - "default.handlebars->47->3277", - "default.handlebars->47->3383", + "default.handlebars->47->3159", + "default.handlebars->47->3225", + "default.handlebars->47->3278", + "default.handlebars->47->3384", "default.handlebars->47->468", "default.handlebars->47->876", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -81839,10 +81869,10 @@ "default3.handlebars->35->1214", "default3.handlebars->35->2252", "default3.handlebars->35->2333", - "default3.handlebars->35->3146", - "default3.handlebars->35->3212", - "default3.handlebars->35->3265", - "default3.handlebars->35->3371", + "default3.handlebars->35->3147", + "default3.handlebars->35->3213", + "default3.handlebars->35->3266", + "default3.handlebars->35->3372", "default3.handlebars->35->465", "default3.handlebars->35->873", "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -81942,12 +81972,12 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->47->2210", - "default.handlebars->47->2893", - "default.handlebars->47->2998", + "default.handlebars->47->2894", + "default.handlebars->47->2999", "default.handlebars->47->984", "default3.handlebars->35->2206", - "default3.handlebars->35->2887", - "default3.handlebars->35->2992", + "default3.handlebars->35->2888", + "default3.handlebars->35->2993", "default3.handlebars->35->981" ] }, @@ -81978,12 +82008,12 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->47->2209", - "default.handlebars->47->2892", - "default.handlebars->47->2997", + "default.handlebars->47->2893", + "default.handlebars->47->2998", "default.handlebars->47->983", "default3.handlebars->35->2205", - "default3.handlebars->35->2886", - "default3.handlebars->35->2991", + "default3.handlebars->35->2887", + "default3.handlebars->35->2992", "default3.handlebars->35->980" ] }, @@ -82013,8 +82043,8 @@ "zh-chs": "终端会话", "zh-cht": "終端會話", "xloc": [ - "default.handlebars->47->3148", - "default3.handlebars->35->3136" + "default.handlebars->47->3149", + "default3.handlebars->35->3137" ] }, { @@ -82155,8 +82185,8 @@ "pl": "Zapisy notatek tekstowych", "uk": "Записи текстових приміток", "xloc": [ - "default.handlebars->47->3264", - "default3.handlebars->35->3252" + "default.handlebars->47->3265", + "default3.handlebars->35->3253" ] }, { @@ -82482,8 +82512,8 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->1026", - "default.handlebars->47->3297", - "default3.handlebars->35->3285" + "default.handlebars->47->3298", + "default3.handlebars->35->3286" ] }, { @@ -82513,8 +82543,8 @@ "zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。", "xloc": [ "default-mobile.handlebars->11->1047", - "default.handlebars->47->3318", - "default3.handlebars->35->3306" + "default.handlebars->47->3319", + "default3.handlebars->35->3307" ] }, { @@ -82814,13 +82844,13 @@ "zh-cht": "這是一個嘉賓分享會", "xloc": [ "default.handlebars->47->1611", - "default.handlebars->47->2712", - "default.handlebars->47->3134", + "default.handlebars->47->2713", "default.handlebars->47->3135", + "default.handlebars->47->3136", "default3.handlebars->35->1596", - "default3.handlebars->35->2709", - "default3.handlebars->35->3122", - "default3.handlebars->35->3123" + "default3.handlebars->35->2710", + "default3.handlebars->35->3123", + "default3.handlebars->35->3124" ] }, { @@ -83290,11 +83320,11 @@ "xloc": [ "default-mobile.handlebars->11->583", "default.handlebars->47->1267", - "default.handlebars->47->3201", - "default.handlebars->47->3208", + "default.handlebars->47->3202", + "default.handlebars->47->3209", "default3.handlebars->35->1262", - "default3.handlebars->35->3189", - "default3.handlebars->35->3196", + "default3.handlebars->35->3190", + "default3.handlebars->35->3197", "player.handlebars->3->17" ] }, @@ -83325,9 +83355,9 @@ "zh-cht": "時間範圍結束", "xloc": [ "default.handlebars->47->1252", - "default.handlebars->47->3204", + "default.handlebars->47->3205", "default3.handlebars->35->1247", - "default3.handlebars->35->3192" + "default3.handlebars->35->3193" ] }, { @@ -83357,9 +83387,9 @@ "zh-cht": "時間範圍開始", "xloc": [ "default.handlebars->47->1250", - "default.handlebars->47->3202", + "default.handlebars->47->3203", "default3.handlebars->35->1245", - "default3.handlebars->35->3190" + "default3.handlebars->35->3191" ] }, { @@ -83388,8 +83418,8 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->47->2716", - "default3.handlebars->35->2713" + "default.handlebars->47->2717", + "default3.handlebars->35->2714" ] }, { @@ -83419,9 +83449,9 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->47->1246", - "default.handlebars->47->3200", + "default.handlebars->47->3201", "default3.handlebars->35->1241", - "default3.handlebars->35->3188" + "default3.handlebars->35->3189" ] }, { @@ -84652,10 +84682,10 @@ "xloc": [ "default.handlebars->47->1322", "default.handlebars->47->1827", - "default.handlebars->47->3064", + "default.handlebars->47->3065", "default3.handlebars->35->1313", "default3.handlebars->35->1809", - "default3.handlebars->35->3058" + "default3.handlebars->35->3059" ] }, { @@ -85318,7 +85348,7 @@ "default.handlebars->47->2120", "default.handlebars->47->2188", "default.handlebars->47->2289", - "default.handlebars->47->3187", + "default.handlebars->47->3188", "default.handlebars->47->510", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "default3.handlebars->35->1222", @@ -85326,7 +85356,7 @@ "default3.handlebars->35->2120", "default3.handlebars->35->2184", "default3.handlebars->35->2283", - "default3.handlebars->35->3175", + "default3.handlebars->35->3176", "default3.handlebars->35->507", "default3.handlebars->container->column_l->p11->deskarea0->deskarea4->1", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -85689,7 +85719,7 @@ "xloc": [ "default-mobile.handlebars->11->357", "default-mobile.handlebars->11->99", - "default3.handlebars->35->3422" + "default3.handlebars->35->3423" ] }, { @@ -85719,7 +85749,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->47->2113", - "default.handlebars->47->3436", + "default.handlebars->47->3437", "default.handlebars->47->741", "default.handlebars->47->894", "default3.handlebars->35->738", @@ -85753,8 +85783,8 @@ "zh-cht": "此模式下無法添加用戶", "xloc": [ "default-mobile.handlebars->11->1043", - "default.handlebars->47->3314", - "default3.handlebars->35->3302" + "default.handlebars->47->3315", + "default3.handlebars->35->3303" ] }, { @@ -86521,15 +86551,15 @@ "default.handlebars->47->2168", "default.handlebars->47->2169", "default.handlebars->47->2189", - "default.handlebars->47->3127", - "default.handlebars->47->3147", - "default.handlebars->47->3157", - "default.handlebars->47->3237", + "default.handlebars->47->3128", + "default.handlebars->47->3148", + "default.handlebars->47->3158", "default.handlebars->47->3238", "default.handlebars->47->3239", "default.handlebars->47->3240", "default.handlebars->47->3241", - "default.handlebars->47->3290", + "default.handlebars->47->3242", + "default.handlebars->47->3291", "default.handlebars->47->44", "default.handlebars->47->51", "default.handlebars->47->52", @@ -86550,15 +86580,15 @@ "default3.handlebars->35->2166", "default3.handlebars->35->2167", "default3.handlebars->35->2185", - "default3.handlebars->35->3115", - "default3.handlebars->35->3135", - "default3.handlebars->35->3145", - "default3.handlebars->35->3225", + "default3.handlebars->35->3116", + "default3.handlebars->35->3136", + "default3.handlebars->35->3146", "default3.handlebars->35->3226", "default3.handlebars->35->3227", "default3.handlebars->35->3228", "default3.handlebars->35->3229", - "default3.handlebars->35->3278", + "default3.handlebars->35->3230", + "default3.handlebars->35->3279", "default3.handlebars->35->44", "default3.handlebars->35->51", "default3.handlebars->35->52", @@ -86622,8 +86652,8 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->47->3351", - "default3.handlebars->35->3339" + "default.handlebars->47->3352", + "default3.handlebars->35->3340" ] }, { @@ -86652,10 +86682,10 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->47->2918", - "default.handlebars->47->3113", - "default3.handlebars->35->2912", - "default3.handlebars->35->3101" + "default.handlebars->47->2919", + "default.handlebars->47->3114", + "default3.handlebars->35->2913", + "default3.handlebars->35->3102" ] }, { @@ -86684,12 +86714,12 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->47->2912", - "default.handlebars->47->3101", - "default.handlebars->47->3355", - "default3.handlebars->35->2906", - "default3.handlebars->35->3089", - "default3.handlebars->35->3343" + "default.handlebars->47->2913", + "default.handlebars->47->3102", + "default.handlebars->47->3356", + "default3.handlebars->35->2907", + "default3.handlebars->35->3090", + "default3.handlebars->35->3344" ] }, { @@ -86718,8 +86748,8 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->47->3347", - "default3.handlebars->35->3335" + "default.handlebars->47->3348", + "default3.handlebars->35->3336" ] }, { @@ -86779,10 +86809,10 @@ "zh-chs": "未知用户", "zh-cht": "未知用戶", "xloc": [ - "default.handlebars->47->3242", - "default.handlebars->47->3291", - "default3.handlebars->35->3230", - "default3.handlebars->35->3279" + "default.handlebars->47->3243", + "default.handlebars->47->3292", + "default3.handlebars->35->3231", + "default3.handlebars->35->3280" ] }, { @@ -86811,8 +86841,8 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->47->3107", - "default3.handlebars->35->3095" + "default.handlebars->47->3108", + "default3.handlebars->35->3096" ] }, { @@ -86940,8 +86970,8 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->47->2772", - "default3.handlebars->35->2769" + "default.handlebars->47->2773", + "default3.handlebars->35->2770" ] }, { @@ -87143,8 +87173,8 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->47->3441", - "default3.handlebars->35->3429" + "default.handlebars->47->3442", + "default3.handlebars->35->3430" ] }, { @@ -87821,8 +87851,8 @@ "zh-chs": "用法", "zh-cht": "用法", "xloc": [ - "default.handlebars->47->3403", - "default3.handlebars->35->3391" + "default.handlebars->47->3404", + "default3.handlebars->35->3392" ] }, { @@ -88083,10 +88113,10 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->47->3341", - "default.handlebars->47->3343", - "default3.handlebars->35->3329", - "default3.handlebars->35->3331" + "default.handlebars->47->3342", + "default.handlebars->47->3344", + "default3.handlebars->35->3330", + "default3.handlebars->35->3332" ] }, { @@ -88119,25 +88149,25 @@ "default.handlebars->47->136", "default.handlebars->47->1485", "default.handlebars->47->2252", - "default.handlebars->47->2723", - "default.handlebars->47->2753", - "default.handlebars->47->2908", - "default.handlebars->47->3180", - "default.handlebars->47->3188", - "default.handlebars->47->3192", - "default.handlebars->47->3211", + "default.handlebars->47->2724", + "default.handlebars->47->2754", + "default.handlebars->47->2909", + "default.handlebars->47->3181", + "default.handlebars->47->3189", + "default.handlebars->47->3193", + "default.handlebars->47->3212", "default.handlebars->47->393", "default3.handlebars->35->1095", "default3.handlebars->35->136", "default3.handlebars->35->1471", "default3.handlebars->35->2248", - "default3.handlebars->35->2720", - "default3.handlebars->35->2750", - "default3.handlebars->35->2902", - "default3.handlebars->35->3168", - "default3.handlebars->35->3176", - "default3.handlebars->35->3180", - "default3.handlebars->35->3199", + "default3.handlebars->35->2721", + "default3.handlebars->35->2751", + "default3.handlebars->35->2903", + "default3.handlebars->35->3169", + "default3.handlebars->35->3177", + "default3.handlebars->35->3181", + "default3.handlebars->35->3200", "default3.handlebars->35->390" ] }, @@ -88167,8 +88197,8 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->47->2754", - "default3.handlebars->35->2751" + "default.handlebars->47->2755", + "default3.handlebars->35->2752" ] }, { @@ -88198,19 +88228,19 @@ "zh-cht": "用戶帳戶導入", "xloc": [ "default.handlebars->47->2284", - "default.handlebars->47->2793", - "default.handlebars->47->2795", - "default.handlebars->47->2797", - "default.handlebars->47->2799", - "default.handlebars->47->2801", - "default.handlebars->47->2803", + "default.handlebars->47->2794", + "default.handlebars->47->2796", + "default.handlebars->47->2798", + "default.handlebars->47->2800", + "default.handlebars->47->2802", + "default.handlebars->47->2804", "default3.handlebars->35->2280", - "default3.handlebars->35->2789", - "default3.handlebars->35->2791", - "default3.handlebars->35->2793", - "default3.handlebars->35->2795", - "default3.handlebars->35->2797", - "default3.handlebars->35->2799" + "default3.handlebars->35->2790", + "default3.handlebars->35->2792", + "default3.handlebars->35->2794", + "default3.handlebars->35->2796", + "default3.handlebars->35->2798", + "default3.handlebars->35->2800" ] }, { @@ -88239,8 +88269,8 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->47->3361", - "default3.handlebars->35->3349" + "default.handlebars->47->3362", + "default3.handlebars->35->3350" ] }, { @@ -88255,8 +88285,8 @@ "pl": "Dziennik Autentykacji Użytkownika", "uk": "Журнал Автентифікації Користувача", "xloc": [ - "default.handlebars->47->3424", - "default3.handlebars->35->3412" + "default.handlebars->47->3425", + "default3.handlebars->35->3413" ] }, { @@ -88320,14 +88350,14 @@ "xloc": [ "default.handlebars->47->1257", "default.handlebars->47->2216", - "default.handlebars->47->2899", - "default.handlebars->47->3004", + "default.handlebars->47->2900", + "default.handlebars->47->3005", "default.handlebars->47->315", "default.handlebars->47->990", "default3.handlebars->35->1252", "default3.handlebars->35->2212", - "default3.handlebars->35->2893", - "default3.handlebars->35->2998", + "default3.handlebars->35->2894", + "default3.handlebars->35->2999", "default3.handlebars->35->312", "default3.handlebars->35->987" ] @@ -88361,15 +88391,15 @@ "default.handlebars->47->1097", "default.handlebars->47->2358", "default.handlebars->47->2359", - "default.handlebars->47->2868", - "default.handlebars->47->3109", - "default.handlebars->47->3130", + "default.handlebars->47->2869", + "default.handlebars->47->3110", + "default.handlebars->47->3131", "default3.handlebars->35->1094", "default3.handlebars->35->2355", "default3.handlebars->35->2356", - "default3.handlebars->35->2862", - "default3.handlebars->35->3097", - "default3.handlebars->35->3118" + "default3.handlebars->35->2863", + "default3.handlebars->35->3098", + "default3.handlebars->35->3119" ] }, { @@ -88428,8 +88458,8 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->47->3106", - "default3.handlebars->35->3094" + "default.handlebars->47->3107", + "default3.handlebars->35->3095" ] }, { @@ -88488,11 +88518,11 @@ "zh-cht": "用戶識別碼", "xloc": [ "default.handlebars->47->2429", - "default.handlebars->47->2955", "default.handlebars->47->2956", + "default.handlebars->47->2957", "default3.handlebars->35->2426", - "default3.handlebars->35->2949", - "default3.handlebars->35->2950" + "default3.handlebars->35->2950", + "default3.handlebars->35->2951" ] }, { @@ -88522,9 +88552,9 @@ "zh-cht": "用戶標識符", "xloc": [ "default.handlebars->47->2356", - "default.handlebars->47->2939", + "default.handlebars->47->2940", "default3.handlebars->35->2353", - "default3.handlebars->35->2933" + "default3.handlebars->35->2934" ] }, { @@ -88590,8 +88620,8 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->47->2810", - "default3.handlebars->35->2806" + "default.handlebars->47->2811", + "default3.handlebars->35->2807" ] }, { @@ -88620,8 +88650,8 @@ "zh-chs": "用户登录", "zh-cht": "用戶登錄", "xloc": [ - "default.handlebars->47->3185", - "default3.handlebars->35->3173" + "default.handlebars->47->3186", + "default3.handlebars->35->3174" ] }, { @@ -88733,16 +88763,16 @@ "zh-chs": "用户PowerShell", "zh-cht": "用戶PowerShell", "xloc": [ - "default.handlebars->47->3153", - "default.handlebars->47->3163", - "default.handlebars->47->3229", - "default.handlebars->47->3282", + "default.handlebars->47->3154", + "default.handlebars->47->3164", + "default.handlebars->47->3230", + "default.handlebars->47->3283", "default.handlebars->termShellContextMenu->7", "default.handlebars->termShellContextMenu2->3", - "default3.handlebars->35->3141", - "default3.handlebars->35->3151", - "default3.handlebars->35->3217", - "default3.handlebars->35->3270", + "default3.handlebars->35->3142", + "default3.handlebars->35->3152", + "default3.handlebars->35->3218", + "default3.handlebars->35->3271", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->19->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->7->0", "player.handlebars->3->31", @@ -88805,8 +88835,8 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->47->3393", - "default3.handlebars->35->3381" + "default.handlebars->47->3394", + "default3.handlebars->35->3382" ] }, { @@ -88835,17 +88865,17 @@ "zh-chs": "用户Shell", "zh-cht": "用戶Shell", "xloc": [ - "default.handlebars->47->3152", - "default.handlebars->47->3162", - "default.handlebars->47->3228", - "default.handlebars->47->3281", + "default.handlebars->47->3153", + "default.handlebars->47->3163", + "default.handlebars->47->3229", + "default.handlebars->47->3282", "default.handlebars->termShellContextMenu->5", "default.handlebars->termShellContextMenu2->1->0", "default.handlebars->termShellContextMenuLinux->3", - "default3.handlebars->35->3140", - "default3.handlebars->35->3150", - "default3.handlebars->35->3216", - "default3.handlebars->35->3269", + "default3.handlebars->35->3141", + "default3.handlebars->35->3151", + "default3.handlebars->35->3217", + "default3.handlebars->35->3270", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->17->0->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->23->0", "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->5->0", @@ -88880,8 +88910,8 @@ "zh-chs": "用户流量使用", "zh-cht": "用戶流量使用", "xloc": [ - "default.handlebars->47->3184", - "default3.handlebars->35->3172" + "default.handlebars->47->3185", + "default3.handlebars->35->3173" ] }, { @@ -88998,8 +89028,8 @@ "zh-cht": "用戶已存在", "xloc": [ "default-mobile.handlebars->11->1042", - "default.handlebars->47->3313", - "default3.handlebars->35->3301" + "default.handlebars->47->3314", + "default3.handlebars->35->3302" ] }, { @@ -89138,8 +89168,8 @@ "pl": "Zapisy grupy użytkownika", "uk": "Записи групи користувачів", "xloc": [ - "default.handlebars->47->3271", - "default3.handlebars->35->3259" + "default.handlebars->47->3272", + "default3.handlebars->35->3260" ] }, { @@ -89189,9 +89219,9 @@ "uk": "Ключ користувача", "xloc": [ "default.handlebars->47->1826", - "default.handlebars->47->3063", + "default.handlebars->47->3064", "default3.handlebars->35->1808", - "default3.handlebars->35->3057" + "default3.handlebars->35->3058" ] }, { @@ -89296,8 +89326,8 @@ "pl": "Zapisy użytkownika", "uk": "Записи користувача", "xloc": [ - "default.handlebars->47->3261", - "default3.handlebars->35->3249" + "default.handlebars->47->3262", + "default3.handlebars->35->3250" ] }, { @@ -89327,8 +89357,8 @@ "zh-cht": "未找到用戶 {0}。", "xloc": [ "default-mobile.handlebars->11->1050", - "default.handlebars->47->3321", - "default3.handlebars->35->3309" + "default.handlebars->47->3322", + "default3.handlebars->35->3310" ] }, { @@ -89427,8 +89457,8 @@ "default.handlebars->47->2144", "default.handlebars->47->2149", "default.handlebars->47->2192", - "default.handlebars->47->2822", - "default.handlebars->47->3067", + "default.handlebars->47->2823", + "default.handlebars->47->3068", "default.handlebars->47->346", "default.handlebars->47->519", "default3.handlebars->35->1307", @@ -89439,8 +89469,8 @@ "default3.handlebars->35->2144", "default3.handlebars->35->2149", "default3.handlebars->35->2188", - "default3.handlebars->35->2818", - "default3.handlebars->35->3061", + "default3.handlebars->35->2819", + "default3.handlebars->35->3062", "default3.handlebars->35->343", "default3.handlebars->35->516", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -89606,9 +89636,9 @@ "uk": "Username:0000", "xloc": [ "default.handlebars->47->1823", - "default.handlebars->47->3060", + "default.handlebars->47->3061", "default3.handlebars->35->1805", - "default3.handlebars->35->3054" + "default3.handlebars->35->3055" ] }, { @@ -89637,13 +89667,13 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->47->2856", - "default.handlebars->47->2900", - "default.handlebars->47->3392", + "default.handlebars->47->2857", + "default.handlebars->47->2901", + "default.handlebars->47->3393", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral", - "default3.handlebars->35->2850", - "default3.handlebars->35->2894", - "default3.handlebars->35->3380", + "default3.handlebars->35->2851", + "default3.handlebars->35->2895", + "default3.handlebars->35->3381", "default3.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -89673,8 +89703,8 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->47->3365", - "default3.handlebars->35->3353" + "default.handlebars->47->3366", + "default3.handlebars->35->3354" ] }, { @@ -89703,8 +89733,8 @@ "zh-chs": "用户视图", "zh-cht": "用戶視圖", "xloc": [ - "default.handlebars->47->2789", - "default3.handlebars->35->2785" + "default.handlebars->47->2790", + "default3.handlebars->35->2786" ] }, { @@ -89734,8 +89764,8 @@ "zh-cht": "未找到用戶 {0}。", "xloc": [ "default-mobile.handlebars->11->1051", - "default.handlebars->47->3322", - "default3.handlebars->35->3310" + "default.handlebars->47->3323", + "default3.handlebars->35->3311" ] }, { @@ -89886,8 +89916,8 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->47->2767", - "default3.handlebars->35->2764" + "default.handlebars->47->2768", + "default3.handlebars->35->2765" ] }, { @@ -89917,8 +89947,8 @@ "zh-cht": "驗證異常", "xloc": [ "default-mobile.handlebars->11->1044", - "default.handlebars->47->3315", - "default3.handlebars->35->3303" + "default.handlebars->47->3316", + "default3.handlebars->35->3304" ] }, { @@ -90112,8 +90142,8 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->47->3085", - "default3.handlebars->35->3077" + "default.handlebars->47->3086", + "default3.handlebars->35->3078" ] }, { @@ -90172,8 +90202,8 @@ "pl": "Zweryfikowano konto komunikatora", "uk": "Обліковий запис месенджера верифіковано", "xloc": [ - "default.handlebars->47->2764", - "default3.handlebars->35->2761" + "default.handlebars->47->2765", + "default3.handlebars->35->2762" ] }, { @@ -90219,9 +90249,9 @@ "xloc": [ "default-mobile.handlebars->11->107", "default.handlebars->47->1794", - "default.handlebars->47->2762", + "default.handlebars->47->2763", "default3.handlebars->35->1776", - "default3.handlebars->35->2759" + "default3.handlebars->35->2760" ] }, { @@ -90383,9 +90413,9 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->47->3437", - "default3.handlebars->35->3424", - "default3.handlebars->35->3425" + "default.handlebars->47->3438", + "default3.handlebars->35->3425", + "default3.handlebars->35->3426" ] }, { @@ -90566,8 +90596,8 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->47->2847", - "default3.handlebars->35->2841" + "default.handlebars->47->2848", + "default3.handlebars->35->2842" ] }, { @@ -90622,10 +90652,10 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->47->3440", - "default.handlebars->47->3442", - "default3.handlebars->35->3428", - "default3.handlebars->35->3430" + "default.handlebars->47->3441", + "default.handlebars->47->3443", + "default3.handlebars->35->3429", + "default3.handlebars->35->3431" ] }, { @@ -90714,8 +90744,8 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->47->3016", - "default3.handlebars->35->3010" + "default.handlebars->47->3017", + "default3.handlebars->35->3011" ] }, { @@ -90775,8 +90805,8 @@ "zh-chs": "查看此用户以前的登录", "zh-cht": "查看此用戶以前的登錄信息", "xloc": [ - "default.handlebars->47->3031", - "default3.handlebars->35->3025" + "default.handlebars->47->3032", + "default3.handlebars->35->3026" ] }, { @@ -91415,10 +91445,10 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->47->3419", "default.handlebars->47->3420", - "default3.handlebars->35->3407", - "default3.handlebars->35->3408" + "default.handlebars->47->3421", + "default3.handlebars->35->3408", + "default3.handlebars->35->3409" ] }, { @@ -91447,8 +91477,8 @@ "zh-chs": "Web 服务器 HTTP 标头", "zh-cht": "Web 服務器 HTTP 標頭", "xloc": [ - "default.handlebars->47->3423", - "default3.handlebars->35->3411" + "default.handlebars->47->3424", + "default3.handlebars->35->3412" ] }, { @@ -91477,8 +91507,8 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->47->3421", - "default3.handlebars->35->3409" + "default.handlebars->47->3422", + "default3.handlebars->35->3410" ] }, { @@ -91507,8 +91537,8 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->47->3422", - "default3.handlebars->35->3410" + "default.handlebars->47->3423", + "default3.handlebars->35->3411" ] }, { @@ -91538,12 +91568,12 @@ "zh-cht": "網絡RDP", "xloc": [ "default.handlebars->47->1068", - "default.handlebars->47->3233", - "default.handlebars->47->3286", + "default.handlebars->47->3234", + "default.handlebars->47->3287", "default.handlebars->contextMenu->cxwebrdp", "default3.handlebars->35->1065", - "default3.handlebars->35->3221", - "default3.handlebars->35->3274", + "default3.handlebars->35->3222", + "default3.handlebars->35->3275", "default3.handlebars->contextMenu->cxwebrdp" ] }, @@ -91573,10 +91603,10 @@ "zh-chs": "网络SFTP", "zh-cht": "網絡SFTP", "xloc": [ - "default.handlebars->47->3235", - "default.handlebars->47->3288", - "default3.handlebars->35->3223", - "default3.handlebars->35->3276" + "default.handlebars->47->3236", + "default.handlebars->47->3289", + "default3.handlebars->35->3224", + "default3.handlebars->35->3277" ] }, { @@ -91606,12 +91636,12 @@ "zh-cht": "網絡SSH", "xloc": [ "default.handlebars->47->1070", - "default.handlebars->47->3234", - "default.handlebars->47->3287", + "default.handlebars->47->3235", + "default.handlebars->47->3288", "default.handlebars->contextMenu->cxwebssh", "default3.handlebars->35->1067", - "default3.handlebars->35->3222", - "default3.handlebars->35->3275", + "default3.handlebars->35->3223", + "default3.handlebars->35->3276", "default3.handlebars->contextMenu->cxwebssh" ] }, @@ -91642,12 +91672,12 @@ "zh-cht": "網絡-VNC", "xloc": [ "default.handlebars->47->1066", - "default.handlebars->47->3236", - "default.handlebars->47->3289", + "default.handlebars->47->3237", + "default.handlebars->47->3290", "default.handlebars->contextMenu->cxwebvnc", "default3.handlebars->35->1063", - "default3.handlebars->35->3224", - "default3.handlebars->35->3277", + "default3.handlebars->35->3225", + "default3.handlebars->35->3278", "default3.handlebars->contextMenu->cxwebvnc" ] }, @@ -91677,8 +91707,8 @@ "zh-chs": "网络RDP", "zh-cht": "WebRDP", "xloc": [ - "default.handlebars->47->3386", - "default3.handlebars->35->3374" + "default.handlebars->47->3387", + "default3.handlebars->35->3375" ] }, { @@ -91707,8 +91737,8 @@ "zh-chs": "网络SSH", "zh-cht": "網絡SSH", "xloc": [ - "default.handlebars->47->3387", - "default3.handlebars->35->3375" + "default.handlebars->47->3388", + "default3.handlebars->35->3376" ] }, { @@ -91767,8 +91797,8 @@ "zh-chs": "网络VNC", "zh-cht": "網絡VNC", "xloc": [ - "default.handlebars->47->3388", - "default3.handlebars->35->3376" + "default.handlebars->47->3389", + "default3.handlebars->35->3377" ] }, { @@ -91906,9 +91936,9 @@ "uk": "WhatsApp", "xloc": [ "default.handlebars->47->1816", - "default.handlebars->47->3053", + "default.handlebars->47->3054", "default3.handlebars->35->1798", - "default3.handlebars->35->3047" + "default3.handlebars->35->3048" ] }, { @@ -92084,8 +92114,8 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->47->2984", - "default3.handlebars->35->2978" + "default.handlebars->47->2985", + "default3.handlebars->35->2979" ] }, { @@ -93520,9 +93550,9 @@ "zh-cht": "XMPP", "xloc": [ "default.handlebars->47->1806", - "default.handlebars->47->3043", + "default.handlebars->47->3044", "default3.handlebars->35->1788", - "default3.handlebars->35->3037" + "default3.handlebars->35->3038" ] }, { @@ -94032,9 +94062,9 @@ "uk": "Zulip", "xloc": [ "default.handlebars->47->1810", - "default.handlebars->47->3047", + "default.handlebars->47->3048", "default3.handlebars->35->1792", - "default3.handlebars->35->3041" + "default3.handlebars->35->3042" ] }, { @@ -94698,8 +94728,8 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->47->3438", - "default3.handlebars->35->3426" + "default.handlebars->47->3439", + "default3.handlebars->35->3427" ] }, { @@ -95579,10 +95609,10 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->47->2730", - "default.handlebars->47->2735", - "default3.handlebars->35->2727", - "default3.handlebars->35->2732" + "default.handlebars->47->2731", + "default.handlebars->47->2736", + "default3.handlebars->35->2728", + "default3.handlebars->35->2733" ] }, { @@ -95611,10 +95641,10 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->47->2732", - "default.handlebars->47->2736", - "default3.handlebars->35->2729", - "default3.handlebars->35->2733" + "default.handlebars->47->2733", + "default.handlebars->47->2737", + "default3.handlebars->35->2730", + "default3.handlebars->35->2734" ] }, { @@ -95703,10 +95733,10 @@ "zh-chs": "空闲", "zh-cht": "免費", "xloc": [ - "default.handlebars->47->3373", - "default.handlebars->47->3376", - "default3.handlebars->35->3361", - "default3.handlebars->35->3364" + "default.handlebars->47->3374", + "default.handlebars->47->3377", + "default3.handlebars->35->3362", + "default3.handlebars->35->3365" ] }, { @@ -95939,9 +95969,9 @@ "pl": "https://api.callmebot.com/...", "xloc": [ "default.handlebars->47->1825", - "default.handlebars->47->3062", + "default.handlebars->47->3063", "default3.handlebars->35->1807", - "default3.handlebars->35->3056" + "default3.handlebars->35->3057" ] }, { @@ -96010,9 +96040,9 @@ "nl": "https://hooks.slack.com/...", "xloc": [ "default.handlebars->47->1829", - "default.handlebars->47->3066", + "default.handlebars->47->3067", "default3.handlebars->35->1811", - "default3.handlebars->35->3060" + "default3.handlebars->35->3061" ] }, { @@ -96041,8 +96071,8 @@ "zh-chs": "ID、姓名、电子邮件、创建、lastlogin、组、authfactors、siteadmin、useradmin、锁定", "zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定", "xloc": [ - "default.handlebars->47->2811", - "default3.handlebars->35->2807" + "default.handlebars->47->2812", + "default3.handlebars->35->2808" ] }, { @@ -96222,8 +96252,8 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->47->2839", - "default3.handlebars->35->2833" + "default.handlebars->47->2840", + "default3.handlebars->35->2834" ] }, { @@ -96709,9 +96739,9 @@ "uk": "ntfy", "xloc": [ "default.handlebars->47->1809", - "default.handlebars->47->3046", + "default.handlebars->47->3047", "default3.handlebars->35->1791", - "default3.handlebars->35->3040" + "default3.handlebars->35->3041" ] }, { @@ -97043,8 +97073,8 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->47->3432", - "default3.handlebars->35->3420" + "default.handlebars->47->3433", + "default3.handlebars->35->3421" ] }, { @@ -97208,8 +97238,8 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->47->3406", - "default3.handlebars->35->3394" + "default.handlebars->47->3407", + "default3.handlebars->35->3395" ] }, { @@ -97238,8 +97268,8 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->47->3431", - "default3.handlebars->35->3419" + "default.handlebars->47->3432", + "default3.handlebars->35->3420" ] }, { @@ -97309,10 +97339,10 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->47->3374", - "default.handlebars->47->3377", - "default3.handlebars->35->3362", - "default3.handlebars->35->3365" + "default.handlebars->47->3375", + "default.handlebars->47->3378", + "default3.handlebars->35->3363", + "default3.handlebars->35->3366" ] }, { @@ -97349,8 +97379,8 @@ "en": "true", "nl": "waar", "xloc": [ - "default.handlebars->47->2794", - "default3.handlebars->35->2790" + "default.handlebars->47->2795", + "default3.handlebars->35->2791" ] }, { @@ -97473,10 +97503,10 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->47->2807", - "default.handlebars->47->2812", - "default3.handlebars->35->2803", - "default3.handlebars->35->2808" + "default.handlebars->47->2808", + "default.handlebars->47->2813", + "default3.handlebars->35->2804", + "default3.handlebars->35->2809" ] }, { @@ -97505,10 +97535,10 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->47->2809", - "default.handlebars->47->2813", - "default3.handlebars->35->2805", - "default3.handlebars->35->2809" + "default.handlebars->47->2810", + "default.handlebars->47->2814", + "default3.handlebars->35->2806", + "default3.handlebars->35->2810" ] }, { @@ -97523,9 +97553,9 @@ "uk": "ім'я_користувача@server.ua", "xloc": [ "default.handlebars->47->1828", - "default.handlebars->47->3065", + "default.handlebars->47->3066", "default3.handlebars->35->1810", - "default3.handlebars->35->3059" + "default3.handlebars->35->3060" ] }, { @@ -97540,9 +97570,9 @@ "uk": "ім'я_користувача@server.ua", "xloc": [ "default.handlebars->47->1824", - "default.handlebars->47->3061", + "default.handlebars->47->3062", "default3.handlebars->35->1806", - "default3.handlebars->35->3055" + "default3.handlebars->35->3056" ] }, { @@ -97571,8 +97601,8 @@ "zh-chs": "utc,时间,打字,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->47->2734", - "default3.handlebars->35->2731" + "default.handlebars->47->2735", + "default3.handlebars->35->2732" ] }, { @@ -97938,10 +97968,10 @@ "xloc": [ "default.handlebars->47->2507", "default.handlebars->47->2512", - "default.handlebars->47->3146", + "default.handlebars->47->3147", "default3.handlebars->35->2504", "default3.handlebars->35->2509", - "default3.handlebars->35->3134" + "default3.handlebars->35->3135" ] }, { @@ -98091,8 +98121,8 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->47->3034", - "default3.handlebars->35->3028" + "default.handlebars->47->3035", + "default3.handlebars->35->3029" ] }, { @@ -98155,9 +98185,9 @@ "xloc": [ "default-mobile.handlebars->11->371", "default.handlebars->47->2522", - "default.handlebars->47->3174", + "default.handlebars->47->3175", "default3.handlebars->35->2519", - "default3.handlebars->35->3162", + "default3.handlebars->35->3163", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->102" @@ -98336,8 +98366,8 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->47->2989", - "default3.handlebars->35->2983" + "default.handlebars->47->2990", + "default3.handlebars->35->2984" ] }, { @@ -98654,8 +98684,8 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->47->2744", - "default3.handlebars->35->2741" + "default.handlebars->47->2745", + "default3.handlebars->35->2742" ] }, { @@ -99178,7 +99208,7 @@ "default-mobile.handlebars->11->440", "default-mobile.handlebars->11->444", "default-mobile.handlebars->11->448", - "default.handlebars->47->2748", + "default.handlebars->47->2749", "default.handlebars->47->460", "default.handlebars->47->463", "default.handlebars->47->467", @@ -99186,7 +99216,7 @@ "default.handlebars->47->475", "default.handlebars->47->479", "default.handlebars->47->483", - "default3.handlebars->35->2745", + "default3.handlebars->35->2746", "default3.handlebars->35->457", "default3.handlebars->35->460", "default3.handlebars->35->464", diff --git a/views/default.handlebars b/views/default.handlebars index c1b69a62..7300e7f4 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -15411,7 +15411,8 @@ 159: "Device Powered On", 160: "Enabled Duo two-factor authentication", 161: "Disabled Duo two-factor authentication", - 162: "Started messenger session \"{0}\" from {1} to {2}" + 162: "Started messenger session \"{0}\" from {1} to {2}", + 163: "Removed device {0} from user group {1}" }; var eventsShortMessageId = { diff --git a/views/default3.handlebars b/views/default3.handlebars index e62562c4..0dddfbfc 100644 --- a/views/default3.handlebars +++ b/views/default3.handlebars @@ -16569,7 +16569,8 @@ 159: "Device Powered On", 160: "Enabled Duo two-factor authentication", 161: "Disabled Duo two-factor authentication", - 162: "Started messenger session \"{0}\" from {1} to {2}" + 162: "Started messenger session \"{0}\" from {1} to {2}", + 163: "Removed device {0} from user group {1}" }; var eventsShortMessageId = {