Added user group consent policy and fixed user access rights.

Ylian Saint-Hilaire committed Sep 30, 2020 at 11:05 UTC 61dfa7e988e064c91ae2322659f2257b057a0666
4 files changed +769 -700
meshuser.js
+28 -1
@@ -213,6 +213,18 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
213 if (typeof mesh.consent == 'number') { command.consent |= mesh.consent; } // Add device group user consent
214 if (typeof node.consent == 'number') { command.consent |= node.consent; } // Add node user consent
215 if (typeof user.consent == 'number') { command.consent |= user.consent; } // Add user consent
216 +
217 + // Check if we need to add consent flags because of a user group link
218 + if ((user.links != null) && (user.links[mesh._id] == null) && (user.links[node._id] == null)) {
219 + // This user does not have a direct link to the device group or device. Find all user groups the would cause the link.
220 + for (var i in user.links) {
221 + var ugrp = parent.userGroups[i];
222 + if ((ugrp != null) && (ugrp.consent != null) && (ugrp.links != null) && ((ugrp.links[mesh._id] != null) || (ugrp.links[node._id] != null))) {
223 + command.consent |= ugrp.consent; // Add user group consent flags
224 + }
225 + }
226 + }
227 +
228 command.username = user.name; // Add user name
229 command.realname = user.realname; // Add real name
230 command.userid = user._id; // Add user id
@@ -240,6 +252,18 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
252 if (typeof mesh.consent == 'number') { command.consent |= mesh.consent; } // Add device group user consent
253 if (typeof node.consent == 'number') { command.consent |= node.consent; } // Add node user consent
254 if (typeof user.consent == 'number') { command.consent |= user.consent; } // Add user consent
255 +
256 + // Check if we need to add consent flags because of a user group link
257 + if ((user.links != null) && (user.links[mesh._id] == null) && (user.links[node._id] == null)) {
258 + // This user does not have a direct link to the device group or device. Find all user groups the would cause the link.
259 + for (var i in user.links) {
260 + var ugrp = parent.userGroups[i];
261 + if ((ugrp != null) && (ugrp.consent != null) && (ugrp.links != null) && ((ugrp.links[mesh._id] != null) || (ugrp.links[node._id] != null))) {
262 + command.consent |= ugrp.consent; // Add user group consent flags
263 + }
264 + }
265 + }
266 +
267 command.username = user.name; // Add user name
268 command.realname = user.realname; // Add real name
269 command.userid = user._id; // Add user id
@@ -605,6 +629,8 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
629 // Request a list of all nodes
630 db.GetAllTypeNoTypeFieldMeshFiltered(links, extraids, domain.id, 'node', command.id, function (err, docs) {
631 if (docs == null) { docs = []; }
632 + parent.common.unEscapeAllLinksFieldName(docs);
633 +
634 var r = {};
635 for (i in docs) {
636 // Check device links, if a link points to an unknown user, remove it.
@@ -2224,9 +2250,10 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2250 if (group != null) {
2251 if ((common.validateString(command.name, 1, 64) == true) && (command.name != group.name)) { change = 'User group name changed from "' + group.name + '" to "' + command.name + '"'; group.name = command.name; }
2252 if ((common.validateString(command.desc, 0, 1024) == true) && (command.desc != group.desc)) { if (change != '') change += ' and description changed'; else change += 'User group "' + group.name + '" description changed'; group.desc = command.desc; }
2253 + if ((typeof command.consent == 'number') && (command.consent != group.consent)) { if (change != '') change += ' and consent changed'; else change += 'User group "' + group.name + '" consent changed'; group.consent = command.consent; }
2254 if (change != '') {
2255 db.Set(group);
2229 - var event = { etype: 'ugrp', userid: user._id, username: user.name, ugrpid: group._id, name: group.name, desc: group.desc, action: 'usergroupchange', links: group.links, msg: change, domain: domain.id };
2256 + var event = { etype: 'ugrp', userid: user._id, username: user.name, ugrpid: group._id, name: group.name, desc: group.desc, consent: group.consent, action: 'usergroupchange', links: group.links, msg: change, domain: domain.id };
2257 if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the mesh. Another event will come.
2258 parent.parent.DispatchEvent(['*', group._id, user._id], obj, event);
2259 }
translate/translate.json
+711 -693
@@ -224,8 +224,8 @@
224 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226 "xloc": [
227 - "default.handlebars->27->1416",
228 - "default.handlebars->27->1858"
227 + "default.handlebars->27->1417",
228 + "default.handlebars->27->1871"
229 ]
230 },
231 {
@@ -496,7 +496,7 @@
496 "zh-cht": ",",
497 "xloc": [
498 "default-mobile.handlebars->9->449",
499 - "default.handlebars->27->1483"
499 + "default.handlebars->27->1484"
500 ]
501 },
502 {
@@ -768,8 +768,8 @@
768 "xloc": [
769 "default-mobile.handlebars->9->108",
770 "default-mobile.handlebars->9->295",
771 - "default.handlebars->27->1524",
772 - "default.handlebars->27->2013",
771 + "default.handlebars->27->1525",
772 + "default.handlebars->27->2026",
773 "default.handlebars->27->878"
774 ]
775 },
@@ -826,7 +826,7 @@
826 "zh-chs": "1个活跃时段",
827 "zh-cht": "1個活躍時段",
828 "xloc": [
829 - "default.handlebars->27->1927"
829 + "default.handlebars->27->1940"
830 ]
831 },
832 {
@@ -848,7 +848,7 @@
848 "xloc": [
849 "default-mobile.handlebars->9->118",
850 "default-mobile.handlebars->9->453",
851 - "default.handlebars->27->1548",
851 + "default.handlebars->27->1549",
852 "download.handlebars->3->1",
853 "download2.handlebars->5->1"
854 ]
@@ -913,7 +913,7 @@
913 "zh-chs": "1组",
914 "zh-cht": "1群",
915 "xloc": [
916 - "default.handlebars->27->1892"
916 + "default.handlebars->27->1905"
917 ]
918 },
919 {
@@ -1017,7 +1017,7 @@
1017 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1018 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1019 "xloc": [
1020 - "default.handlebars->27->1694"
1020 + "default.handlebars->27->1695"
1021 ]
1022 },
1023 {
@@ -1083,7 +1083,7 @@
1083 "default-mobile.handlebars->9->168",
1084 "default-mobile.handlebars->9->171",
1085 "default-mobile.handlebars->9->174",
1086 - "default.handlebars->27->1698",
1086 + "default.handlebars->27->1699",
1087 "default.handlebars->27->245",
1088 "default.handlebars->27->248",
1089 "default.handlebars->27->251",
@@ -1500,7 +1500,7 @@
1500 "zh-chs": "2FA备份代码已清除",
1501 "zh-cht": "2FA備份代碼已清除",
1502 "xloc": [
1503 - "default.handlebars->27->1659"
1503 + "default.handlebars->27->1660"
1504 ]
1505 },
1506 {
@@ -1520,8 +1520,8 @@
1520 "zh-chs": "启用第二因素身份验证",
1521 "zh-cht": "啟用第二因素身份驗證",
1522 "xloc": [
1523 - "default.handlebars->27->1711",
1524 - "default.handlebars->27->1914"
1523 + "default.handlebars->27->1712",
1524 + "default.handlebars->27->1927"
1525 ]
1526 },
1527 {
@@ -2503,7 +2503,7 @@
2503 "zh-chs": "访问服务器档案",
2504 "zh-cht": "存取伺服器檔案",
2505 "xloc": [
2506 - "default.handlebars->27->1864"
2506 + "default.handlebars->27->1877"
2507 ]
2508 },
2509 {
@@ -2656,7 +2656,7 @@
2656 "zh-chs": "帐户已更改:{0}",
2657 "zh-cht": "帳戶已更改:{0}",
2658 "xloc": [
2659 - "default.handlebars->27->1632"
2659 + "default.handlebars->27->1633"
2660 ]
2661 },
2662 {
@@ -2676,7 +2676,7 @@
2676 "zh-chs": "创建帐户,电子邮件为{0}",
2677 "zh-cht": "創建帳戶,電子郵件為{0}",
2678 "xloc": [
2679 - "default.handlebars->27->1631"
2679 + "default.handlebars->27->1632"
2680 ]
2681 },
2682 {
@@ -2696,7 +2696,7 @@
2696 "zh-chs": "创建帐户,用户名是{0}",
2697 "zh-cht": "帳戶已創建,用戶名是{0}",
2698 "xloc": [
2699 - "default.handlebars->27->1630"
2699 + "default.handlebars->27->1631"
2700 ]
2701 },
2702 {
@@ -2716,8 +2716,8 @@
2716 "zh-chs": "帐户已被锁定",
2717 "zh-cht": "帳戶已被鎖定",
2718 "xloc": [
2719 - "default.handlebars->27->1713",
2720 - "default.handlebars->27->1861"
2719 + "default.handlebars->27->1714",
2720 + "default.handlebars->27->1874"
2721 ]
2722 },
2723 {
@@ -2781,7 +2781,7 @@
2781 "zh-chs": "帐号登录",
2782 "zh-cht": "帳號登錄",
2783 "xloc": [
2784 - "default.handlebars->27->1567"
2784 + "default.handlebars->27->1568"
2785 ]
2786 },
2787 {
@@ -2801,7 +2801,7 @@
2801 "zh-chs": "帐户登出",
2802 "zh-cht": "帳戶登出",
2803 "xloc": [
2804 - "default.handlebars->27->1568"
2804 + "default.handlebars->27->1569"
2805 ]
2806 },
2807 {
@@ -2843,7 +2843,7 @@
2843 "zh-chs": "帐户密码已更改:{0}",
2844 "zh-cht": "帳戶密碼已更改:{0}",
2845 "xloc": [
2846 - "default.handlebars->27->1640"
2846 + "default.handlebars->27->1641"
2847 ]
2848 },
2849 {
@@ -2863,7 +2863,7 @@
2863 "zh-chs": "帐户已删除",
2864 "zh-cht": "帳戶已刪除",
2865 "xloc": [
2866 - "default.handlebars->27->1629"
2866 + "default.handlebars->27->1630"
2867 ]
2868 },
2869 {
@@ -3121,8 +3121,8 @@
3121 "zh-chs": "添加设备",
3122 "zh-cht": "新增裝置",
3123 "xloc": [
3124 - "default.handlebars->27->1838",
3125 - "default.handlebars->27->1962"
3124 + "default.handlebars->27->1851",
3125 + "default.handlebars->27->1975"
3126 ]
3127 },
3128 {
@@ -3162,9 +3162,9 @@
3162 "zh-chs": "添加设备组",
3163 "zh-cht": "新增裝置群",
3164 "xloc": [
3165 - "default.handlebars->27->1449",
3166 - "default.handlebars->27->1832",
3167 - "default.handlebars->27->1950",
3165 + "default.handlebars->27->1450",
3166 + "default.handlebars->27->1845",
3167 + "default.handlebars->27->1963",
3168 "default.handlebars->27->233"
3169 ]
3170 },
@@ -3185,7 +3185,7 @@
3185 "zh-chs": "添加设备组权限",
3186 "zh-cht": "新增裝置群權限",
3187 "xloc": [
3188 - "default.handlebars->27->1446"
3188 + "default.handlebars->27->1447"
3189 ]
3190 },
3191 {
@@ -3205,8 +3205,8 @@
3205 "zh-chs": "添加设备权限",
3206 "zh-cht": "新增裝置權限",
3207 "xloc": [
3208 - "default.handlebars->27->1451",
3209 - "default.handlebars->27->1453"
3208 + "default.handlebars->27->1452",
3209 + "default.handlebars->27->1454"
3210 ]
3211 },
3212 {
@@ -3306,7 +3306,7 @@
3306 "zh-chs": "添加成员身份",
3307 "zh-cht": "新增成員身份",
3308 "xloc": [
3309 - "default.handlebars->27->1980"
3309 + "default.handlebars->27->1993"
3310 ]
3311 },
3312 {
@@ -3392,7 +3392,7 @@
3392 "zh-chs": "添加用户设备权限",
3393 "zh-cht": "新增用戶裝置權限",
3394 "xloc": [
3395 - "default.handlebars->27->1456"
3395 + "default.handlebars->27->1457"
3396 ]
3397 },
3398 {
@@ -3413,8 +3413,8 @@
3413 "zh-cht": "新增用戶群",
3414 "xloc": [
3415 "default.handlebars->27->1347",
3416 - "default.handlebars->27->1448",
3417 - "default.handlebars->27->1956",
3416 + "default.handlebars->27->1449",
3417 + "default.handlebars->27->1969",
3418 "default.handlebars->27->666"
3419 ]
3420 },
@@ -3435,7 +3435,7 @@
3435 "zh-chs": "添加用户组设备权限",
3436 "zh-cht": "新增用戶群裝置權限",
3437 "xloc": [
3438 - "default.handlebars->27->1458"
3438 + "default.handlebars->27->1459"
3439 ]
3440 },
3441 {
@@ -3493,7 +3493,7 @@
3493 "zh-cht": "新增用戶",
3494 "xloc": [
3495 "default.handlebars->27->1346",
3496 - "default.handlebars->27->1827"
3496 + "default.handlebars->27->1840"
3497 ]
3498 },
3499 {
@@ -3513,7 +3513,7 @@
3513 "zh-chs": "将用户添加到设备组",
3514 "zh-cht": "將用戶新增到裝置群",
3515 "xloc": [
3516 - "default.handlebars->27->1445"
3516 + "default.handlebars->27->1446"
3517 ]
3518 },
3519 {
@@ -3533,7 +3533,7 @@
3533 "zh-chs": "将用户添加到用户组",
3534 "zh-cht": "將用戶新增到用戶群",
3535 "xloc": [
3536 - "default.handlebars->27->1860"
3536 + "default.handlebars->27->1873"
3537 ]
3538 },
3539 {
@@ -3696,7 +3696,7 @@
3696 "zh-chs": "添加了身份验证应用程序",
3697 "zh-cht": "添加了身份驗證應用程序",
3698 "xloc": [
3699 - "default.handlebars->27->1656"
3699 + "default.handlebars->27->1657"
3700 ]
3701 },
3702 {
@@ -3716,8 +3716,8 @@
3716 "zh-chs": "已将设备{0}添加到设备组{1}",
3717 "zh-cht": "已將設備{0}添加到設備組{1}",
3718 "xloc": [
3719 - "default.handlebars->27->1623",
3720 - "default.handlebars->27->1650"
3719 + "default.handlebars->27->1624",
3720 + "default.handlebars->27->1651"
3721 ]
3722 },
3723 {
@@ -3737,7 +3737,7 @@
3737 "zh-chs": "添加了安全密钥",
3738 "zh-cht": "添加了安全密鑰",
3739 "xloc": [
3740 - "default.handlebars->27->1661"
3740 + "default.handlebars->27->1662"
3741 ]
3742 },
3743 {
@@ -3757,7 +3757,7 @@
3757 "zh-chs": "已将用户组{0}添加到设备组{1}",
3758 "zh-cht": "已將用戶組{0}添加到設備組{1}",
3759 "xloc": [
3760 - "default.handlebars->27->1634"
3760 + "default.handlebars->27->1635"
3761 ]
3762 },
3763 {
@@ -3777,8 +3777,8 @@
3777 "zh-chs": "已将用户{0}添加到用户组{1}",
3778 "zh-cht": "已將用戶{0}添加到用戶組{1}",
3779 "xloc": [
3780 - "default.handlebars->27->1637",
3781 - "default.handlebars->27->1646"
3780 + "default.handlebars->27->1638",
3781 + "default.handlebars->27->1647"
3782 ]
3783 },
3784 {
@@ -3901,7 +3901,7 @@
3901 "zh-chs": "管理领域",
3902 "zh-cht": "管理領域",
3903 "xloc": [
3904 - "default.handlebars->27->1896"
3904 + "default.handlebars->27->1909"
3905 ]
3906 },
3907 {
@@ -3942,7 +3942,7 @@
3942 "zh-chs": "管理领域",
3943 "zh-cht": "管理領域",
3944 "xloc": [
3945 - "default.handlebars->27->1776"
3945 + "default.handlebars->27->1777"
3946 ]
3947 },
3948 {
@@ -3962,7 +3962,7 @@
3962 "zh-chs": "管理员",
3963 "zh-cht": "管理員",
3964 "xloc": [
3965 - "default.handlebars->27->1705"
3965 + "default.handlebars->27->1706"
3966 ]
3967 },
3968 {
@@ -4005,8 +4005,8 @@
4005 "default-mobile.handlebars->9->199",
4006 "default-mobile.handlebars->9->223",
4007 "default-mobile.handlebars->9->239",
4008 - "default.handlebars->27->1510",
4009 - "default.handlebars->27->1518",
4008 + "default.handlebars->27->1511",
4009 + "default.handlebars->27->1519",
4010 "default.handlebars->27->210",
4011 "default.handlebars->27->439",
4012 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -4029,8 +4029,8 @@
4029 "zh-chs": "代理+英特尔AMT",
4030 "zh-cht": "代理+Intel® AMT",
4031 "xloc": [
4032 - "default.handlebars->27->1512",
4033 - "default.handlebars->27->1520"
4032 + "default.handlebars->27->1513",
4033 + "default.handlebars->27->1521"
4034 ]
4035 },
4036 {
@@ -4071,7 +4071,7 @@
4071 "zh-cht": "代理控制台",
4072 "xloc": [
4073 "default-mobile.handlebars->9->433",
4074 - "default.handlebars->27->1466"
4074 + "default.handlebars->27->1467"
4075 ]
4076 },
4077 {
@@ -4091,7 +4091,7 @@
4091 "zh-chs": "代理错误计数器",
4092 "zh-cht": "代理錯誤計數器",
4093 "xloc": [
4094 - "default.handlebars->27->2023"
4094 + "default.handlebars->27->2036"
4095 ]
4096 },
4097 {
@@ -4194,7 +4194,7 @@
4194 "zh-chs": "代理时段",
4195 "zh-cht": "代理時段",
4196 "xloc": [
4197 - "default.handlebars->27->2039"
4197 + "default.handlebars->27->2052"
4198 ]
4199 },
4200 {
@@ -4235,7 +4235,7 @@
4235 "zh-chs": "代理类型",
4236 "zh-cht": "代理類型",
4237 "xloc": [
4238 - "default.handlebars->27->1516",
4238 + "default.handlebars->27->1517",
4239 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4240 ]
4241 },
@@ -4256,7 +4256,7 @@
4256 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4257 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4258 "xloc": [
4259 - "default.handlebars->27->1620"
4259 + "default.handlebars->27->1621"
4260 ]
4261 },
4262 {
@@ -4358,7 +4358,7 @@
4358 "zh-chs": "代理",
4359 "zh-cht": "代理",
4360 "xloc": [
4361 - "default.handlebars->27->2055"
4361 + "default.handlebars->27->2068"
4362 ]
4363 },
4364 {
@@ -4421,7 +4421,7 @@
4421 "zh-chs": "全部可用",
4422 "zh-cht": "全部可用",
4423 "xloc": [
4424 - "default.handlebars->27->1668"
4424 + "default.handlebars->27->1669"
4425 ]
4426 },
4427 {
@@ -4458,7 +4458,7 @@
4458 "zh-chs": "所有事件",
4459 "zh-cht": "所有事件",
4460 "xloc": [
4461 - "default.handlebars->27->1666"
4461 + "default.handlebars->27->1667"
4462 ]
4463 },
4464 {
@@ -4500,8 +4500,8 @@
4500 "zh-chs": "允许用户管理此设备组和该组中的设备。",
4501 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4502 "xloc": [
4503 - "default.handlebars->27->1414",
4504 - "default.handlebars->27->1857"
4503 + "default.handlebars->27->1415",
4504 + "default.handlebars->27->1870"
4505 ]
4506 },
4507 {
@@ -4521,7 +4521,7 @@
4521 "zh-chs": "允许用户管理此设备。",
4522 "zh-cht": "允許用戶管理此裝置。",
4523 "xloc": [
4524 - "default.handlebars->27->1415"
4524 + "default.handlebars->27->1416"
4525 ]
4526 },
4527 {
@@ -4627,7 +4627,8 @@
4627 "zh-cht": "一直通知",
4628 "xloc": [
4629 "default.handlebars->27->1327",
4630 - "default.handlebars->27->1905",
4630 + "default.handlebars->27->1831",
4631 + "default.handlebars->27->1918",
4632 "default.handlebars->27->606"
4633 ]
4634 },
@@ -4649,7 +4650,8 @@
4650 "zh-cht": "一直提示",
4651 "xloc": [
4652 "default.handlebars->27->1328",
4652 - "default.handlebars->27->1906",
4653 + "default.handlebars->27->1832",
4654 + "default.handlebars->27->1919",
4655 "default.handlebars->27->607"
4656 ]
4657 },
@@ -5374,7 +5376,7 @@
5376 "zh-chs": "您确定要{0}插件吗:{1}",
5377 "zh-cht": "你確定要{0}外掛嗎:{1}",
5378 "xloc": [
5377 - "default.handlebars->27->2095"
5379 + "default.handlebars->27->2108"
5380 ]
5381 },
5382 {
@@ -5494,7 +5496,7 @@
5496 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5497 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5498 "xloc": [
5497 - "default.handlebars->27->1589"
5499 + "default.handlebars->27->1590"
5500 ]
5501 },
5502 {
@@ -5514,7 +5516,7 @@
5516 "zh-chs": "认证软件",
5517 "zh-cht": "認證軟體",
5518 "xloc": [
5517 - "default.handlebars->27->1909"
5519 + "default.handlebars->27->1922"
5520 ]
5521 },
5522 {
@@ -5685,7 +5687,7 @@
5687 "zh-chs": "可用內存",
5688 "zh-cht": "可用內存",
5689 "xloc": [
5688 - "default.handlebars->27->2048"
5690 + "default.handlebars->27->2061"
5691 ]
5692 },
5693 {
@@ -5841,8 +5843,8 @@
5843 "zh-chs": "背景与互动",
5844 "zh-cht": "背景與互動",
5845 "xloc": [
5844 - "default.handlebars->27->1493",
5845 - "default.handlebars->27->1500",
5846 + "default.handlebars->27->1494",
5847 + "default.handlebars->27->1501",
5848 "default.handlebars->27->352",
5849 "default.handlebars->27->366"
5850 ]
@@ -5864,8 +5866,8 @@
5866 "zh-chs": "仅背景",
5867 "zh-cht": "僅背景",
5868 "xloc": [
5867 - "default.handlebars->27->1494",
5868 - "default.handlebars->27->1501",
5869 + "default.handlebars->27->1495",
5870 + "default.handlebars->27->1502",
5871 "default.handlebars->27->353",
5872 "default.handlebars->27->367",
5873 "default.handlebars->27->381"
@@ -5908,7 +5910,7 @@
5910 "zh-chs": "备用码",
5911 "zh-cht": "備用碼",
5912 "xloc": [
5911 - "default.handlebars->27->1911"
5913 + "default.handlebars->27->1924"
5914 ]
5915 },
5916 {
@@ -5928,7 +5930,7 @@
5930 "zh-chs": "错误的签名",
5931 "zh-cht": "錯誤的簽名",
5932 "xloc": [
5931 - "default.handlebars->27->2030"
5933 + "default.handlebars->27->2043"
5934 ]
5935 },
5936 {
@@ -5948,7 +5950,7 @@
5950 "zh-chs": "错误的网络证书",
5951 "zh-cht": "錯誤的網絡憑證",
5952 "xloc": [
5951 - "default.handlebars->27->2029"
5953 + "default.handlebars->27->2042"
5954 ]
5955 },
5956 {
@@ -6111,7 +6113,7 @@
6113 "zh-chs": "广播",
6114 "zh-cht": "廣播",
6115 "xloc": [
6114 - "default.handlebars->27->1825",
6116 + "default.handlebars->27->1838",
6117 "default.handlebars->container->column_l->p4->3->1->0->3->1"
6118 ]
6119 },
@@ -6132,7 +6134,7 @@
6134 "zh-chs": "广播消息",
6135 "zh-cht": "廣播消息",
6136 "xloc": [
6135 - "default.handlebars->27->1758"
6137 + "default.handlebars->27->1759"
6138 ]
6139 },
6140 {
@@ -6152,7 +6154,7 @@
6154 "zh-chs": "向所有连接的用户广播消息。",
6155 "zh-cht": "向所有連接的用戶廣播消息。",
6156 "xloc": [
6155 - "default.handlebars->27->1753"
6157 + "default.handlebars->27->1754"
6158 ]
6159 },
6160 {
@@ -6257,7 +6259,7 @@
6259 "zh-chs": "CIRA服务器",
6260 "zh-cht": "CIRA伺服器",
6261 "xloc": [
6260 - "default.handlebars->27->2083"
6262 + "default.handlebars->27->2096"
6263 ]
6264 },
6265 {
@@ -6277,7 +6279,7 @@
6279 "zh-chs": "CIRA服务器命令",
6280 "zh-cht": "CIRA伺服器指令",
6281 "xloc": [
6280 - "default.handlebars->27->2084"
6282 + "default.handlebars->27->2097"
6283 ]
6284 },
6285 {
@@ -6318,7 +6320,7 @@
6320 "zh-chs": "CPU负载",
6321 "zh-cht": "CPU負載",
6322 "xloc": [
6321 - "default.handlebars->27->2044"
6323 + "default.handlebars->27->2057"
6324 ]
6325 },
6326 {
@@ -6338,7 +6340,7 @@
6340 "zh-chs": "最近15分钟的CPU负载",
6341 "zh-cht": "最近15分鐘的CPU負載",
6342 "xloc": [
6341 - "default.handlebars->27->2047"
6343 + "default.handlebars->27->2060"
6344 ]
6345 },
6346 {
@@ -6358,7 +6360,7 @@
6360 "zh-chs": "最近5分钟的CPU负载",
6361 "zh-cht": "最近5分鐘的CPU負載",
6362 "xloc": [
6361 - "default.handlebars->27->2046"
6363 + "default.handlebars->27->2059"
6364 ]
6365 },
6366 {
@@ -6378,7 +6380,7 @@
6380 "zh-chs": "最近一分钟的CPU负载",
6381 "zh-cht": "最近一分鐘的CPU負載",
6382 "xloc": [
6381 - "default.handlebars->27->2045"
6383 + "default.handlebars->27->2058"
6384 ]
6385 },
6386 {
@@ -6420,7 +6422,7 @@
6422 "zh-chs": "CSV",
6423 "zh-cht": "CSV",
6424 "xloc": [
6423 - "default.handlebars->27->1676"
6425 + "default.handlebars->27->1677"
6426 ]
6427 },
6428 {
@@ -6440,8 +6442,8 @@
6442 "zh-chs": "CSV格式",
6443 "zh-cht": "CSV格式",
6444 "xloc": [
6443 - "default.handlebars->27->1680",
6444 - "default.handlebars->27->1745",
6445 + "default.handlebars->27->1681",
6446 + "default.handlebars->27->1746",
6447 "default.handlebars->27->491"
6448 ]
6449 },
@@ -6462,7 +6464,7 @@
6464 "zh-chs": "呼叫错误",
6465 "zh-cht": "呼叫錯誤",
6466 "xloc": [
6465 - "default.handlebars->27->2096"
6467 + "default.handlebars->27->2109"
6468 ]
6469 },
6470 {
@@ -6637,7 +6639,7 @@
6639 "zh-chs": "更改{0}的电邮",
6640 "zh-cht": "更改{0}的電郵",
6641 "xloc": [
6640 - "default.handlebars->27->1939"
6642 + "default.handlebars->27->1952"
6643 ]
6644 },
6645 {
@@ -6681,7 +6683,7 @@
6683 "xloc": [
6684 "default-mobile.handlebars->9->90",
6685 "default.handlebars->27->1259",
6684 - "default.handlebars->27->1926"
6686 + "default.handlebars->27->1939"
6687 ]
6688 },
6689 {
@@ -6701,7 +6703,7 @@
6703 "zh-chs": "更改{0}的密码",
6704 "zh-cht": "更改{0}的密碼",
6705 "xloc": [
6704 - "default.handlebars->27->1946"
6706 + "default.handlebars->27->1959"
6707 ]
6708 },
6709 {
@@ -6721,7 +6723,7 @@
6723 "zh-chs": "更改{0}的真实名称",
6724 "zh-cht": "更改{0}的真實名稱",
6725 "xloc": [
6724 - "default.handlebars->27->1934"
6726 + "default.handlebars->27->1947"
6727 ]
6728 },
6729 {
@@ -6803,7 +6805,7 @@
6805 "zh-chs": "更改该用户的密码",
6806 "zh-cht": "更改該用戶的密碼",
6807 "xloc": [
6806 - "default.handlebars->27->1925"
6808 + "default.handlebars->27->1938"
6809 ]
6810 },
6811 {
@@ -6883,7 +6885,7 @@
6885 "zh-chs": "更改帐户凭据",
6886 "zh-cht": "帳戶憑證已更改",
6887 "xloc": [
6886 - "default.handlebars->27->1641"
6888 + "default.handlebars->27->1642"
6889 ]
6890 },
6891 {
@@ -6903,7 +6905,7 @@
6905 "zh-chs": "{1}组中的设备{0}已更改:{2}",
6906 "zh-cht": "{1}組中的設備{0}已更改:{2}",
6907 "xloc": [
6906 - "default.handlebars->27->1625"
6908 + "default.handlebars->27->1626"
6909 ]
6910 },
6911 {
@@ -6923,7 +6925,7 @@
6925 "zh-chs": "语言从{1}更改为{2}",
6926 "zh-cht": "語言從{1}更改為{2}",
6927 "xloc": [
6926 - "default.handlebars->27->1569"
6928 + "default.handlebars->27->1570"
6929 ]
6930 },
6931 {
@@ -6943,8 +6945,8 @@
6945 "zh-chs": "已更改{0}的用户设备权限",
6946 "zh-cht": "已更改{0}的用戶設備權限",
6947 "xloc": [
6946 - "default.handlebars->27->1627",
6947 - "default.handlebars->27->1648"
6948 + "default.handlebars->27->1628",
6949 + "default.handlebars->27->1649"
6950 ]
6951 },
6952 {
@@ -6984,7 +6986,7 @@
6986 "zh-chs": "聊天",
6987 "zh-cht": "聊天",
6988 "xloc": [
6987 - "default.handlebars->27->1697",
6989 + "default.handlebars->27->1698",
6990 "default.handlebars->27->686",
6991 "default.handlebars->27->705"
6992 ]
@@ -7008,8 +7010,8 @@
7010 "xloc": [
7011 "default-mobile.handlebars->9->425",
7012 "default-mobile.handlebars->9->443",
7011 - "default.handlebars->27->1442",
7012 - "default.handlebars->27->1477"
7013 + "default.handlebars->27->1443",
7014 + "default.handlebars->27->1478"
7015 ]
7016 },
7017 {
@@ -7150,7 +7152,7 @@
7152 "zh-cht": "檢查...",
7153 "xloc": [
7154 "default.handlebars->27->1031",
7153 - "default.handlebars->27->2090"
7155 + "default.handlebars->27->2103"
7156 ]
7157 },
7158 {
@@ -7377,7 +7379,7 @@
7379 "default-mobile.handlebars->9->318",
7380 "default-mobile.handlebars->9->320",
7381 "default-mobile.handlebars->9->59",
7380 - "default.handlebars->27->1563",
7382 + "default.handlebars->27->1564",
7383 "default.handlebars->27->898",
7384 "default.handlebars->27->900",
7385 "default.handlebars->27->902",
@@ -7424,7 +7426,7 @@
7426 "zh-chs": "全部清除",
7427 "zh-cht": "全部清除",
7428 "xloc": [
7427 - "default.handlebars->27->2017"
7429 + "default.handlebars->27->2030"
7430 ]
7431 },
7432 {
@@ -7484,7 +7486,7 @@
7486 "zh-chs": "清除此通知",
7487 "zh-cht": "清除此通知",
7488 "xloc": [
7487 - "default.handlebars->27->2016"
7489 + "default.handlebars->27->2029"
7490 ]
7491 },
7492 {
@@ -7545,7 +7547,7 @@
7547 "zh-cht": "單擊此處編輯裝置群名稱",
7548 "xloc": [
7549 "default.handlebars->27->1303",
7548 - "default.handlebars->27->1514"
7550 + "default.handlebars->27->1515"
7551 ]
7552 },
7553 {
@@ -7585,7 +7587,7 @@
7587 "zh-chs": "单击此处编辑用户组名称",
7588 "zh-cht": "單擊此處編輯用戶群名稱",
7589 "xloc": [
7588 - "default.handlebars->27->1814"
7590 + "default.handlebars->27->1815"
7591 ]
7592 },
7593 {
@@ -7812,7 +7814,7 @@
7814 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
7815 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
7816 "xloc": [
7815 - "default.handlebars->27->1574"
7817 + "default.handlebars->27->1575"
7818 ]
7819 },
7820 {
@@ -7901,8 +7903,8 @@
7903 "zh-chs": "通用设备组",
7904 "zh-cht": "通用裝置群",
7905 "xloc": [
7904 - "default.handlebars->27->1833",
7905 - "default.handlebars->27->1951"
7906 + "default.handlebars->27->1846",
7907 + "default.handlebars->27->1964"
7908 ]
7909 },
7910 {
@@ -7922,8 +7924,8 @@
7924 "zh-chs": "通用设备",
7925 "zh-cht": "通用裝置",
7926 "xloc": [
7925 - "default.handlebars->27->1839",
7926 - "default.handlebars->27->1963"
7927 + "default.handlebars->27->1852",
7928 + "default.handlebars->27->1976"
7929 ]
7930 },
7931 {
@@ -7964,7 +7966,7 @@
7966 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
7967 "xloc": [
7968 "default-mobile.handlebars->9->127",
7967 - "default.handlebars->27->1558"
7969 + "default.handlebars->27->1559"
7970 ]
7971 },
7972 {
@@ -7987,10 +7989,10 @@
7989 "default-mobile.handlebars->9->276",
7990 "default-mobile.handlebars->9->405",
7991 "default.handlebars->27->1392",
7990 - "default.handlebars->27->1725",
7991 - "default.handlebars->27->1804",
7992 - "default.handlebars->27->1853",
7993 - "default.handlebars->27->1949",
7992 + "default.handlebars->27->1726",
7993 + "default.handlebars->27->1805",
7994 + "default.handlebars->27->1866",
7995 + "default.handlebars->27->1962",
7996 "default.handlebars->27->467",
7997 "default.handlebars->27->768",
7998 "default.handlebars->27->777"
@@ -8074,7 +8076,7 @@
8076 "zh-chs": "确认删除选定的帐户?",
8077 "zh-cht": "確認刪除所選帳戶?",
8078 "xloc": [
8077 - "default.handlebars->27->1724"
8079 + "default.handlebars->27->1725"
8080 ]
8081 },
8082 {
@@ -8114,7 +8116,7 @@
8116 "zh-chs": "确认删除选定的用户组?",
8117 "zh-cht": "確認刪除所選用戶群?",
8118 "xloc": [
8117 - "default.handlebars->27->1803"
8119 + "default.handlebars->27->1804"
8120 ]
8121 },
8122 {
@@ -8134,7 +8136,7 @@
8136 "zh-chs": "确认删除用户{0}?",
8137 "zh-cht": "確認刪除用戶{0}?",
8138 "xloc": [
8137 - "default.handlebars->27->1948"
8139 + "default.handlebars->27->1961"
8140 ]
8141 },
8142 {
@@ -8154,7 +8156,7 @@
8156 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
8157 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8158 "xloc": [
8157 - "default.handlebars->27->1856"
8159 + "default.handlebars->27->1869"
8160 ]
8161 },
8162 {
@@ -8174,7 +8176,7 @@
8176 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8177 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8178 "xloc": [
8177 - "default.handlebars->27->1978"
8179 + "default.handlebars->27->1991"
8180 ]
8181 },
8182 {
@@ -8255,7 +8257,7 @@
8257 "zh-chs": "确认覆盖?",
8258 "zh-cht": "確認覆蓋?",
8259 "xloc": [
8258 - "default.handlebars->27->1557"
8260 + "default.handlebars->27->1558"
8261 ]
8262 },
8263 {
@@ -8275,8 +8277,8 @@
8277 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
8278 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8279 "xloc": [
8278 - "default.handlebars->27->1846",
8279 - "default.handlebars->27->1969"
8280 + "default.handlebars->27->1859",
8281 + "default.handlebars->27->1982"
8282 ]
8283 },
8284 {
@@ -8296,8 +8298,8 @@
8298 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
8299 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
8300 "xloc": [
8299 - "default.handlebars->27->1848",
8300 - "default.handlebars->27->1982"
8301 + "default.handlebars->27->1861",
8302 + "default.handlebars->27->1995"
8303 ]
8304 },
8305 {
@@ -8317,7 +8319,7 @@
8319 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
8320 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
8321 "xloc": [
8320 - "default.handlebars->27->1971"
8322 + "default.handlebars->27->1984"
8323 ]
8324 },
8325 {
@@ -8337,7 +8339,7 @@
8339 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
8340 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
8341 "xloc": [
8340 - "default.handlebars->27->1974"
8342 + "default.handlebars->27->1987"
8343 ]
8344 },
8345 {
@@ -8357,8 +8359,8 @@
8359 "zh-chs": "确认删除访问权限?",
8360 "zh-cht": "確認刪除訪問權限?",
8361 "xloc": [
8360 - "default.handlebars->27->1972",
8361 - "default.handlebars->27->1975"
8362 + "default.handlebars->27->1985",
8363 + "default.handlebars->27->1988"
8364 ]
8365 },
8366 {
@@ -8450,7 +8452,7 @@
8452 "zh-chs": "确认删除用户“ {0} ”的权限?",
8453 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
8454 "xloc": [
8453 - "default.handlebars->27->1486"
8455 + "default.handlebars->27->1487"
8456 ]
8457 },
8458 {
@@ -8470,7 +8472,7 @@
8472 "zh-chs": "确认删除用户组“ {0} ”的权限?",
8473 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
8474 "xloc": [
8473 - "default.handlebars->27->1488"
8475 + "default.handlebars->27->1489"
8476 ]
8477 },
8478 {
@@ -8700,7 +8702,7 @@
8702 "zh-chs": "已连接的英特尔®AMT",
8703 "zh-cht": "已連接的Intel® AMT",
8704 "xloc": [
8703 - "default.handlebars->27->2035"
8705 + "default.handlebars->27->2048"
8706 ]
8707 },
8708 {
@@ -8720,7 +8722,7 @@
8722 "zh-chs": "已连接的用户",
8723 "zh-cht": "已连接的用户",
8724 "xloc": [
8723 - "default.handlebars->27->2040"
8725 + "default.handlebars->27->2053"
8726 ]
8727 },
8728 {
@@ -8810,7 +8812,7 @@
8812 "zh-chs": "连接数量",
8813 "zh-cht": "連接數量",
8814 "xloc": [
8813 - "default.handlebars->27->2054"
8815 + "default.handlebars->27->2067"
8816 ]
8817 },
8818 {
@@ -8830,7 +8832,7 @@
8832 "zh-chs": "连接转发器",
8833 "zh-cht": "連接轉發器",
8834 "xloc": [
8833 - "default.handlebars->27->2082"
8835 + "default.handlebars->27->2095"
8836 ]
8837 },
8838 {
@@ -8891,7 +8893,7 @@
8893 "zh-cht": "連接性",
8894 "xloc": [
8895 "default-mobile.handlebars->9->244",
8894 - "default.handlebars->27->1521",
8896 + "default.handlebars->27->1522",
8897 "default.handlebars->27->230",
8898 "default.handlebars->27->620",
8899 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -8980,7 +8982,7 @@
8982 "zh-chs": "Cookie编码器",
8983 "zh-cht": "Cookie編碼器",
8984 "xloc": [
8983 - "default.handlebars->27->2068"
8985 + "default.handlebars->27->2081"
8986 ]
8987 },
8988 {
@@ -9137,8 +9139,8 @@
9139 "zh-chs": "复制连结到剪贴板",
9140 "zh-cht": "複製連結到剪貼板",
9141 "xloc": [
9140 - "default.handlebars->27->1526",
9141 - "default.handlebars->27->1545",
9142 + "default.handlebars->27->1527",
9143 + "default.handlebars->27->1546",
9144 "default.handlebars->27->192",
9145 "default.handlebars->27->369"
9146 ]
@@ -9241,7 +9243,7 @@
9243 "zh-chs": "复制:“{0}”到“{1}”",
9244 "zh-cht": "複製:“{0}”到“{1}”",
9245 "xloc": [
9244 - "default.handlebars->27->1617"
9246 + "default.handlebars->27->1618"
9247 ]
9248 },
9249 {
@@ -9387,7 +9389,7 @@
9389 "zh-chs": "核心服务器",
9390 "zh-cht": "核心伺服器",
9391 "xloc": [
9390 - "default.handlebars->27->2067"
9392 + "default.handlebars->27->2080"
9393 ]
9394 },
9395 {
@@ -9427,7 +9429,7 @@
9429 "zh-chs": "创建帐号",
9430 "zh-cht": "創建帳號",
9431 "xloc": [
9430 - "default.handlebars->27->1772",
9432 + "default.handlebars->27->1773",
9433 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
9434 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
9435 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -9470,7 +9472,7 @@
9472 "zh-chs": "创建用户组",
9473 "zh-cht": "創建用戶群",
9474 "xloc": [
9473 - "default.handlebars->27->1811"
9475 + "default.handlebars->27->1812"
9476 ]
9477 },
9478 {
@@ -9550,7 +9552,7 @@
9552 "zh-chs": "创建文件夹:“{0}”",
9553 "zh-cht": "創建文件夾:“{0}”",
9554 "xloc": [
9553 - "default.handlebars->27->1610"
9555 + "default.handlebars->27->1611"
9556 ]
9557 },
9558 {
@@ -9570,7 +9572,7 @@
9572 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
9573 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
9574 "xloc": [
9573 - "default.handlebars->27->1736"
9575 + "default.handlebars->27->1737"
9576 ]
9577 },
9578 {
@@ -9612,7 +9614,7 @@
9614 "zh-chs": "创建的设备组:{0}",
9615 "zh-cht": "創建的設備組:{0}",
9616 "xloc": [
9615 - "default.handlebars->27->1621"
9617 + "default.handlebars->27->1622"
9618 ]
9619 },
9620 {
@@ -9652,7 +9654,7 @@
9654 "zh-chs": "创建",
9655 "zh-cht": "創建",
9656 "xloc": [
9655 - "default.handlebars->27->1885"
9657 + "default.handlebars->27->1898"
9658 ]
9659 },
9660 {
@@ -10105,10 +10107,10 @@
10107 "zh-chs": "默认",
10108 "zh-cht": "默認",
10109 "xloc": [
10108 - "default.handlebars->27->1759",
10109 - "default.handlebars->27->1807",
10110 - "default.handlebars->27->1818",
10111 - "default.handlebars->27->1874"
10110 + "default.handlebars->27->1760",
10111 + "default.handlebars->27->1808",
10112 + "default.handlebars->27->1819",
10113 + "default.handlebars->27->1887"
10114 ]
10115 },
10116 {
@@ -10132,7 +10134,7 @@
10134 "default-mobile.handlebars->9->301",
10135 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
10136 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
10135 - "default.handlebars->27->1552",
10137 + "default.handlebars->27->1553",
10138 "default.handlebars->27->524",
10139 "default.handlebars->27->884",
10140 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -10182,7 +10184,7 @@
10184 "zh-chs": "删除帐户",
10185 "zh-cht": "刪除帳戶",
10186 "xloc": [
10185 - "default.handlebars->27->1726"
10187 + "default.handlebars->27->1727"
10188 ]
10189 },
10190 {
@@ -10287,7 +10289,7 @@
10289 "zh-chs": "删除用户",
10290 "zh-cht": "刪除用戶",
10291 "xloc": [
10290 - "default.handlebars->27->1924"
10292 + "default.handlebars->27->1937"
10293 ]
10294 },
10295 {
@@ -10307,8 +10309,8 @@
10309 "zh-chs": "删除用户群组",
10310 "zh-cht": "刪除用戶群組",
10311 "xloc": [
10310 - "default.handlebars->27->1844",
10311 - "default.handlebars->27->1854"
10312 + "default.handlebars->27->1857",
10313 + "default.handlebars->27->1867"
10314 ]
10315 },
10316 {
@@ -10328,7 +10330,7 @@
10330 "zh-chs": "删除用户群组",
10331 "zh-cht": "刪除用戶群組",
10332 "xloc": [
10331 - "default.handlebars->27->1805"
10333 + "default.handlebars->27->1806"
10334 ]
10335 },
10336 {
@@ -10348,7 +10350,7 @@
10350 "zh-chs": "删除用户{0}",
10351 "zh-cht": "刪除用戶{0}",
10352 "xloc": [
10351 - "default.handlebars->27->1947"
10353 + "default.handlebars->27->1960"
10354 ]
10355 },
10356 {
@@ -10369,7 +10371,7 @@
10371 "zh-cht": "刪除帳戶",
10372 "xloc": [
10373 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
10372 - "default.handlebars->27->1722",
10374 + "default.handlebars->27->1723",
10375 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
10376 ]
10377 },
@@ -10410,7 +10412,7 @@
10412 "zh-chs": "删除群组",
10413 "zh-cht": "刪除群組",
10414 "xloc": [
10413 - "default.handlebars->27->1801"
10415 + "default.handlebars->27->1802"
10416 ]
10417 },
10418 {
@@ -10450,7 +10452,7 @@
10452 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
10453 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
10454 "xloc": [
10453 - "default.handlebars->27->1612"
10455 + "default.handlebars->27->1613"
10456 ]
10457 },
10458 {
@@ -10472,7 +10474,7 @@
10474 "xloc": [
10475 "default-mobile.handlebars->9->124",
10476 "default-mobile.handlebars->9->303",
10475 - "default.handlebars->27->1554",
10477 + "default.handlebars->27->1555",
10478 "default.handlebars->27->886"
10479 ]
10480 },
@@ -10493,7 +10495,7 @@
10495 "zh-chs": "删除用户群组{0}?",
10496 "zh-cht": "刪除用戶群組{0}?",
10497 "xloc": [
10496 - "default.handlebars->27->1852"
10498 + "default.handlebars->27->1865"
10499 ]
10500 },
10501 {
@@ -10515,7 +10517,7 @@
10517 "xloc": [
10518 "default-mobile.handlebars->9->123",
10519 "default-mobile.handlebars->9->302",
10518 - "default.handlebars->27->1553",
10520 + "default.handlebars->27->1554",
10521 "default.handlebars->27->885"
10522 ]
10523 },
@@ -10556,7 +10558,7 @@
10558 "zh-chs": "删除:“{0}”",
10559 "zh-cht": "刪除:“{0}”",
10560 "xloc": [
10559 - "default.handlebars->27->1611"
10561 + "default.handlebars->27->1612"
10562 ]
10563 },
10564 {
@@ -10576,7 +10578,7 @@
10578 "zh-chs": "删除:“{0}”,{1}个元素已删除",
10579 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
10580 "xloc": [
10579 - "default.handlebars->27->1613"
10581 + "default.handlebars->27->1614"
10582 ]
10583 },
10584 {
@@ -10696,10 +10698,10 @@
10698 "default.handlebars->27->1271",
10699 "default.handlebars->27->1308",
10700 "default.handlebars->27->1395",
10699 - "default.handlebars->27->1810",
10700 - "default.handlebars->27->1820",
10701 + "default.handlebars->27->1811",
10702 "default.handlebars->27->1821",
10702 - "default.handlebars->27->1850",
10703 + "default.handlebars->27->1822",
10704 + "default.handlebars->27->1863",
10705 "default.handlebars->27->565",
10706 "default.handlebars->27->566",
10707 "default.handlebars->27->77",
@@ -10744,8 +10746,8 @@
10746 "zh-cht": "桌面",
10747 "xloc": [
10748 "default-mobile.handlebars->9->256",
10747 - "default.handlebars->27->1400",
10748 - "default.handlebars->27->1994",
10749 + "default.handlebars->27->1401",
10750 + "default.handlebars->27->2007",
10751 "default.handlebars->27->530",
10752 "default.handlebars->27->856",
10753 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -10791,7 +10793,8 @@
10793 "zh-cht": "桌面通知",
10794 "xloc": [
10795 "default.handlebars->27->1322",
10794 - "default.handlebars->27->1900",
10796 + "default.handlebars->27->1826",
10797 + "default.handlebars->27->1913",
10798 "default.handlebars->27->601"
10799 ]
10800 },
@@ -10813,7 +10816,8 @@
10816 "zh-cht": "桌面提示",
10817 "xloc": [
10818 "default.handlebars->27->1321",
10816 - "default.handlebars->27->1899",
10819 + "default.handlebars->27->1825",
10820 + "default.handlebars->27->1912",
10821 "default.handlebars->27->600"
10822 ]
10823 },
@@ -10835,7 +10839,8 @@
10839 "zh-cht": "桌面提示+工具欄",
10840 "xloc": [
10841 "default.handlebars->27->1319",
10838 - "default.handlebars->27->1897",
10842 + "default.handlebars->27->1823",
10843 + "default.handlebars->27->1910",
10844 "default.handlebars->27->598"
10845 ]
10846 },
@@ -10878,7 +10883,8 @@
10883 "zh-cht": "桌面工具欄",
10884 "xloc": [
10885 "default.handlebars->27->1320",
10881 - "default.handlebars->27->1898",
10886 + "default.handlebars->27->1824",
10887 + "default.handlebars->27->1911",
10888 "default.handlebars->27->599"
10889 ]
10890 },
@@ -10982,9 +10988,9 @@
10988 "zh-chs": "设备",
10989 "zh-cht": "裝置",
10990 "xloc": [
10985 - "default.handlebars->27->1423",
10991 + "default.handlebars->27->1424",
10992 "default.handlebars->27->183",
10987 - "default.handlebars->27->1966",
10993 + "default.handlebars->27->1979",
10994 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
10995 ]
10996 },
@@ -11033,14 +11039,14 @@
11039 "zh-chs": "设备组",
11040 "zh-cht": "裝置群",
11041 "xloc": [
11036 - "default.handlebars->27->1418",
11037 - "default.handlebars->27->1421",
11042 + "default.handlebars->27->1419",
11043 "default.handlebars->27->1422",
11039 - "default.handlebars->27->1673",
11040 - "default.handlebars->27->1836",
11041 - "default.handlebars->27->1842",
11042 - "default.handlebars->27->1954",
11043 - "default.handlebars->27->2003"
11044 + "default.handlebars->27->1423",
11045 + "default.handlebars->27->1674",
11046 + "default.handlebars->27->1849",
11047 + "default.handlebars->27->1855",
11048 + "default.handlebars->27->1967",
11049 + "default.handlebars->27->2016"
11050 ]
11051 },
11052 {
@@ -11061,7 +11067,7 @@
11067 "zh-cht": "裝置群用戶",
11068 "xloc": [
11069 "default-mobile.handlebars->9->450",
11064 - "default.handlebars->27->1484"
11070 + "default.handlebars->27->1485"
11071 ]
11072 },
11073 {
@@ -11082,11 +11088,11 @@
11088 "zh-cht": "裝置群",
11089 "xloc": [
11090 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
11085 - "default.handlebars->27->1689",
11086 - "default.handlebars->27->1795",
11087 - "default.handlebars->27->1823",
11088 - "default.handlebars->27->1894",
11089 - "default.handlebars->27->2038",
11091 + "default.handlebars->27->1690",
11092 + "default.handlebars->27->1796",
11093 + "default.handlebars->27->1836",
11094 + "default.handlebars->27->1907",
11095 + "default.handlebars->27->2051",
11096 "default.handlebars->container->column_l->p2->p2info->7"
11097 ]
11098 },
@@ -11168,7 +11174,7 @@
11174 "zh-cht": "裝置名稱",
11175 "xloc": [
11176 "default-mobile.handlebars->9->278",
11171 - "default.handlebars->27->2002",
11177 + "default.handlebars->27->2015",
11178 "default.handlebars->27->286",
11179 "default.handlebars->27->809",
11180 "player.handlebars->3->9"
@@ -11233,7 +11239,7 @@
11239 "zh-cht": "裝置連接。",
11240 "xloc": [
11241 "default.handlebars->27->1239",
11236 - "default.handlebars->27->1505"
11242 + "default.handlebars->27->1506"
11243 ]
11244 },
11245 {
@@ -11254,7 +11260,7 @@
11260 "zh-cht": "裝置斷開連接。",
11261 "xloc": [
11262 "default.handlebars->27->1240",
11257 - "default.handlebars->27->1506"
11263 + "default.handlebars->27->1507"
11264 ]
11265 },
11266 {
@@ -11274,7 +11280,7 @@
11280 "zh-chs": "创建的设备组:{0}",
11281 "zh-cht": "設備組已創建:{0}",
11282 "xloc": [
11277 - "default.handlebars->27->1642"
11283 + "default.handlebars->27->1643"
11284 ]
11285 },
11286 {
@@ -11294,7 +11300,7 @@
11300 "zh-chs": "设备组已删除:{0}",
11301 "zh-cht": "設備組已刪除:{0}",
11302 "xloc": [
11297 - "default.handlebars->27->1643"
11303 + "default.handlebars->27->1644"
11304 ]
11305 },
11306 {
@@ -11314,7 +11320,7 @@
11320 "zh-chs": "设备组成员身份已更改:{0}",
11321 "zh-cht": "設備組成員身份已更改:{0}",
11322 "xloc": [
11317 - "default.handlebars->27->1644"
11323 + "default.handlebars->27->1645"
11324 ]
11325 },
11326 {
@@ -11354,7 +11360,7 @@
11360 "zh-chs": "设备组通知已更改",
11361 "zh-cht": "設備組通知已更改",
11362 "xloc": [
11357 - "default.handlebars->27->1639"
11363 + "default.handlebars->27->1640"
11364 ]
11365 },
11366 {
@@ -11374,7 +11380,7 @@
11380 "zh-chs": "未删除的设备组:{0}",
11381 "zh-cht": "未刪除的設備組:{0}",
11382 "xloc": [
11377 - "default.handlebars->27->1622"
11383 + "default.handlebars->27->1623"
11384 ]
11385 },
11386 {
@@ -11767,7 +11773,7 @@
11773 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
11774 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
11775 "xloc": [
11770 - "default.handlebars->27->1624"
11776 + "default.handlebars->27->1625"
11777 ]
11778 },
11779 {
@@ -11804,8 +11810,8 @@
11810 "zh-chs": "设备",
11811 "zh-cht": "裝置",
11812 "xloc": [
11807 - "default.handlebars->27->1796",
11808 - "default.handlebars->27->1824"
11813 + "default.handlebars->27->1797",
11814 + "default.handlebars->27->1837"
11815 ]
11816 },
11817 {
@@ -11845,7 +11851,7 @@
11851 "zh-chs": "禁用的电子邮件两因素身份验证",
11852 "zh-cht": "禁用的電子郵件兩因素身份驗證",
11853 "xloc": [
11848 - "default.handlebars->27->1655"
11854 + "default.handlebars->27->1656"
11855 ]
11856 },
11857 {
@@ -12045,7 +12051,7 @@
12051 "zh-chs": "显示公共连结",
12052 "zh-cht": "顯示公共鏈結",
12053 "xloc": [
12048 - "default.handlebars->27->1525"
12054 + "default.handlebars->27->1526"
12055 ]
12056 },
12057 {
@@ -12065,7 +12071,7 @@
12071 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
12072 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
12073 "xloc": [
12068 - "default.handlebars->27->1584"
12074 + "default.handlebars->27->1585"
12075 ]
12076 },
12077 {
@@ -12085,7 +12091,7 @@
12091 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
12092 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
12093 "xloc": [
12088 - "default.handlebars->27->1592"
12094 + "default.handlebars->27->1593"
12095 ]
12096 },
12097 {
@@ -12125,10 +12131,10 @@
12131 "zh-chs": "域",
12132 "zh-cht": "域",
12133 "xloc": [
12128 - "default.handlebars->27->1760",
12129 - "default.handlebars->27->1808",
12130 - "default.handlebars->27->1817",
12131 - "default.handlebars->27->1873",
12134 + "default.handlebars->27->1761",
12135 + "default.handlebars->27->1809",
12136 + "default.handlebars->27->1818",
12137 + "default.handlebars->27->1886",
12138 "mstsc.handlebars->main->1->3->1->2->1->0",
12139 "mstsc.handlebars->main->1->3->1->2->3"
12140 ]
@@ -12391,7 +12397,7 @@
12397 "zh-chs": "下载报告",
12398 "zh-cht": "下載報告",
12399 "xloc": [
12394 - "default.handlebars->27->1678",
12400 + "default.handlebars->27->1679",
12401 "default.handlebars->container->column_l->p3->3->1->0->3"
12402 ]
12403 },
@@ -12592,7 +12598,7 @@
12598 "zh-chs": "使用以下一种档案格式下载事件列表。",
12599 "zh-cht": "使用以下一種檔案格式下載事件列表。",
12600 "xloc": [
12595 - "default.handlebars->27->1679"
12601 + "default.handlebars->27->1680"
12602 ]
12603 },
12604 {
@@ -12612,7 +12618,7 @@
12618 "zh-chs": "使用以下一种档案格式下载用户列表。",
12619 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
12620 "xloc": [
12615 - "default.handlebars->27->1744"
12621 + "default.handlebars->27->1745"
12622 ]
12623 },
12624 {
@@ -12693,7 +12699,7 @@
12699 "zh-chs": "下载:“{0}”",
12700 "zh-cht": "下載:“{0}”",
12701 "xloc": [
12696 - "default.handlebars->27->1615"
12702 + "default.handlebars->27->1616"
12703 ]
12704 },
12705 {
@@ -12733,7 +12739,7 @@
12739 "zh-chs": "代理重复",
12740 "zh-cht": "代理重複",
12741 "xloc": [
12736 - "default.handlebars->27->2034"
12742 + "default.handlebars->27->2047"
12743 ]
12744 },
12745 {
@@ -12773,7 +12779,7 @@
12779 "zh-chs": "复制用户组",
12780 "zh-cht": "複製用戶群",
12781 "xloc": [
12776 - "default.handlebars->27->1812"
12782 + "default.handlebars->27->1813"
12783 ]
12784 },
12785 {
@@ -12810,8 +12816,8 @@
12816 "zh-chs": "持续时间",
12817 "zh-cht": "持續時間",
12818 "xloc": [
12813 - "default.handlebars->27->1988",
12814 - "default.handlebars->27->2008",
12819 + "default.handlebars->27->2001",
12820 + "default.handlebars->27->2021",
12821 "player.handlebars->3->2"
12822 ]
12823 },
@@ -13166,9 +13172,9 @@
13172 "default-mobile.handlebars->9->411",
13173 "default-mobile.handlebars->9->429",
13174 "default.handlebars->27->1396",
13169 - "default.handlebars->27->1427",
13170 - "default.handlebars->27->1450",
13171 - "default.handlebars->27->1462"
13175 + "default.handlebars->27->1428",
13176 + "default.handlebars->27->1451",
13177 + "default.handlebars->27->1463"
13178 ]
13179 },
13180 {
@@ -13188,7 +13194,7 @@
13194 "zh-chs": "编辑设备组功能",
13195 "zh-cht": "編輯裝置群功能",
13196 "xloc": [
13191 - "default.handlebars->27->1413"
13197 + "default.handlebars->27->1414"
13198 ]
13199 },
13200 {
@@ -13208,8 +13214,8 @@
13214 "zh-chs": "编辑设备组权限",
13215 "zh-cht": "編輯裝置群權限",
13216 "xloc": [
13211 - "default.handlebars->27->1447",
13212 - "default.handlebars->27->1459"
13217 + "default.handlebars->27->1448",
13218 + "default.handlebars->27->1460"
13219 ]
13220 },
13221 {
@@ -13250,7 +13256,7 @@
13256 "zh-cht": "編輯裝置筆記",
13257 "xloc": [
13258 "default-mobile.handlebars->9->423",
13253 - "default.handlebars->27->1440"
13259 + "default.handlebars->27->1441"
13260 ]
13261 },
13262 {
@@ -13270,8 +13276,8 @@
13276 "zh-chs": "编辑设备权限",
13277 "zh-cht": "編輯裝置權限",
13278 "xloc": [
13273 - "default.handlebars->27->1452",
13274 - "default.handlebars->27->1454"
13279 + "default.handlebars->27->1453",
13280 + "default.handlebars->27->1455"
13281 ]
13282 },
13283 {
@@ -13375,7 +13381,7 @@
13381 "zh-cht": "編輯筆記",
13382 "xloc": [
13383 "default-mobile.handlebars->9->436",
13378 - "default.handlebars->27->1469"
13384 + "default.handlebars->27->1470"
13385 ]
13386 },
13387 {
@@ -13415,7 +13421,7 @@
13421 "zh-chs": "编辑用户设备组权限",
13422 "zh-cht": "編輯用戶裝置群權限",
13423 "xloc": [
13418 - "default.handlebars->27->1460"
13424 + "default.handlebars->27->1461"
13425 ]
13426 },
13427 {
@@ -13435,7 +13441,7 @@
13441 "zh-chs": "编辑用户设备权限",
13442 "zh-cht": "編輯用戶裝置權限",
13443 "xloc": [
13438 - "default.handlebars->27->1455"
13444 + "default.handlebars->27->1456"
13445 ]
13446 },
13447 {
@@ -13455,7 +13461,7 @@
13461 "zh-chs": "编辑用户组",
13462 "zh-cht": "編輯用戶群",
13463 "xloc": [
13458 - "default.handlebars->27->1851"
13464 + "default.handlebars->27->1864"
13465 ]
13466 },
13467 {
@@ -13475,7 +13481,13 @@
13481 "zh-chs": "编辑用户组设备权限",
13482 "zh-cht": "編輯用戶群裝置權限",
13483 "xloc": [
13478 - "default.handlebars->27->1457"
13484 + "default.handlebars->27->1458"
13485 + ]
13486 + },
13487 + {
13488 + "en": "Edit User Group User Consent",
13489 + "xloc": [
13490 + "default.handlebars->27->1400"
13491 ]
13492 },
13493 {
@@ -13537,11 +13549,11 @@
13549 "zh-cht": "電郵",
13550 "xloc": [
13551 "default-mobile.handlebars->9->78",
13540 - "default.handlebars->27->1762",
13541 - "default.handlebars->27->1877",
13542 - "default.handlebars->27->1879",
13543 - "default.handlebars->27->1919",
13544 - "default.handlebars->27->1935",
13552 + "default.handlebars->27->1763",
13553 + "default.handlebars->27->1890",
13554 + "default.handlebars->27->1892",
13555 + "default.handlebars->27->1932",
13556 + "default.handlebars->27->1948",
13557 "default.handlebars->27->336",
13558 "login-mobile.handlebars->5->42",
13559 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -13695,7 +13707,7 @@
13707 "zh-chs": "电邮未验证",
13708 "zh-cht": "電郵未驗證",
13709 "xloc": [
13698 - "default.handlebars->27->1708"
13710 + "default.handlebars->27->1709"
13711 ]
13712 },
13713 {
@@ -13715,8 +13727,8 @@
13727 "zh-chs": "电邮已验证",
13728 "zh-cht": "電郵已驗證",
13729 "xloc": [
13718 - "default.handlebars->27->1709",
13719 - "default.handlebars->27->1871"
13730 + "default.handlebars->27->1710",
13731 + "default.handlebars->27->1884"
13732 ]
13733 },
13734 {
@@ -13736,7 +13748,7 @@
13748 "zh-chs": "电邮已验证。",
13749 "zh-cht": "電郵已驗證。",
13750 "xloc": [
13739 - "default.handlebars->27->1768"
13751 + "default.handlebars->27->1769"
13752 ]
13753 },
13754 {
@@ -13756,7 +13768,7 @@
13768 "zh-chs": "电邮未验证",
13769 "zh-cht": "電郵未驗證",
13770 "xloc": [
13759 - "default.handlebars->27->1872"
13771 + "default.handlebars->27->1885"
13772 ]
13773 },
13774 {
@@ -13820,7 +13832,7 @@
13832 "zh-chs": "已通过电邮验证,并且需要重置密码。",
13833 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
13834 "xloc": [
13823 - "default.handlebars->27->1769"
13835 + "default.handlebars->27->1770"
13836 ]
13837 },
13838 {
@@ -13840,7 +13852,7 @@
13852 "zh-chs": "电邮/短信流量",
13853 "zh-cht": "電郵/短信流量",
13854 "xloc": [
13843 - "default.handlebars->27->2076"
13855 + "default.handlebars->27->2089"
13856 ]
13857 },
13858 {
@@ -13886,7 +13898,7 @@
13898 "zh-chs": "启用邀请代码",
13899 "zh-cht": "啟用邀請代碼",
13900 "xloc": [
13889 - "default.handlebars->27->1490"
13901 + "default.handlebars->27->1491"
13902 ]
13903 },
13904 {
@@ -13967,7 +13979,7 @@
13979 "zh-chs": "已启用",
13980 "zh-cht": "已啟用",
13981 "xloc": [
13970 - "default.handlebars->27->2010"
13982 + "default.handlebars->27->2023"
13983 ]
13984 },
13985 {
@@ -13987,7 +13999,7 @@
13999 "zh-chs": "启用电子邮件两因素身份验证",
14000 "zh-cht": "啟用電子郵件兩因素身份驗證",
14001 "xloc": [
13990 - "default.handlebars->27->1654"
14002 + "default.handlebars->27->1655"
14003 ]
14004 },
14005 {
@@ -14027,7 +14039,7 @@
14039 "zh-chs": "时间结束",
14040 "zh-cht": "時間結束",
14041 "xloc": [
14030 - "default.handlebars->27->2007"
14042 + "default.handlebars->27->2020"
14043 ]
14044 },
14045 {
@@ -14047,7 +14059,7 @@
14059 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
14060 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
14061 "xloc": [
14050 - "default.handlebars->27->1577"
14062 + "default.handlebars->27->1578"
14063 ]
14064 },
14065 {
@@ -14067,7 +14079,7 @@
14079 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
14080 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
14081 "xloc": [
14070 - "default.handlebars->27->1578"
14082 + "default.handlebars->27->1579"
14083 ]
14084 },
14085 {
@@ -14087,7 +14099,7 @@
14099 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
14100 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
14101 "xloc": [
14090 - "default.handlebars->27->1575"
14102 + "default.handlebars->27->1576"
14103 ]
14104 },
14105 {
@@ -14107,7 +14119,7 @@
14119 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
14120 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
14121 "xloc": [
14110 - "default.handlebars->27->1576"
14122 + "default.handlebars->27->1577"
14123 ]
14124 },
14125 {
@@ -14408,7 +14420,7 @@
14420 "zh-chs": "输入管理领域名称的逗号分隔列表。",
14421 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
14422 "xloc": [
14411 - "default.handlebars->27->1773"
14423 + "default.handlebars->27->1774"
14424 ]
14425 },
14426 {
@@ -14631,7 +14643,7 @@
14643 "zh-chs": "事件列表输出",
14644 "zh-cht": "事件列表輸出",
14645 "xloc": [
14634 - "default.handlebars->27->1684"
14646 + "default.handlebars->27->1685"
14647 ]
14648 },
14649 {
@@ -14817,7 +14829,7 @@
14829 "zh-chs": "外部",
14830 "zh-cht": "外部",
14831 "xloc": [
14820 - "default.handlebars->27->2061"
14832 + "default.handlebars->27->2074"
14833 ]
14834 },
14835 {
@@ -14917,7 +14929,7 @@
14929 "zh-chs": "本地用户拒绝后无法启动远程桌面",
14930 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
14931 "xloc": [
14920 - "default.handlebars->27->1600"
14932 + "default.handlebars->27->1601"
14933 ]
14934 },
14935 {
@@ -14937,7 +14949,7 @@
14949 "zh-chs": "本地用户拒绝后无法启动远程文件",
14950 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
14951 "xloc": [
14940 - "default.handlebars->27->1607"
14952 + "default.handlebars->27->1608"
14953 ]
14954 },
14955 {
@@ -15165,8 +15177,8 @@
15177 "xloc": [
15178 "default-mobile.handlebars->9->167",
15179 "default-mobile.handlebars->9->257",
15168 - "default.handlebars->27->1407",
15169 - "default.handlebars->27->1995",
15180 + "default.handlebars->27->1408",
15181 + "default.handlebars->27->2008",
15182 "default.handlebars->27->253",
15183 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
15184 "default.handlebars->contextMenu->cxfiles"
@@ -15210,7 +15222,8 @@
15222 "zh-cht": "檔案通知",
15223 "xloc": [
15224 "default.handlebars->27->1326",
15213 - "default.handlebars->27->1904",
15225 + "default.handlebars->27->1830",
15226 + "default.handlebars->27->1917",
15227 "default.handlebars->27->605"
15228 ]
15229 },
@@ -15232,7 +15245,8 @@
15245 "zh-cht": "檔案提示",
15246 "xloc": [
15247 "default.handlebars->27->1325",
15235 - "default.handlebars->27->1903",
15248 + "default.handlebars->27->1829",
15249 + "default.handlebars->27->1916",
15250 "default.handlebars->27->604"
15251 ]
15252 },
@@ -15276,7 +15290,7 @@
15290 "zh-chs": "录制会话已完成,{0}秒",
15291 "zh-cht": "錄製會話已完成,{0}秒",
15292 "xloc": [
15279 - "default.handlebars->27->1573"
15293 + "default.handlebars->27->1574"
15294 ]
15295 },
15296 {
@@ -15443,8 +15457,8 @@
15457 "zh-chs": "下次登录时强制重置密码。",
15458 "zh-cht": "下次登入時強制重置密碼。",
15459 "xloc": [
15446 - "default.handlebars->27->1767",
15447 - "default.handlebars->27->1944"
15460 + "default.handlebars->27->1768",
15461 + "default.handlebars->27->1957"
15462 ]
15463 },
15464 {
@@ -15527,7 +15541,7 @@
15541 "zh-chs": "格式化",
15542 "zh-cht": "格式化",
15543 "xloc": [
15530 - "default.handlebars->27->1675"
15544 + "default.handlebars->27->1676"
15545 ]
15546 },
15547 {
@@ -15568,8 +15582,8 @@
15582 "zh-chs": "自由",
15583 "zh-cht": "自由",
15584 "xloc": [
15571 - "default.handlebars->27->2019",
15572 - "default.handlebars->27->2021"
15585 + "default.handlebars->27->2032",
15586 + "default.handlebars->27->2034"
15587 ]
15588 },
15589 {
@@ -15795,8 +15809,8 @@
15809 "default-mobile.handlebars->9->410",
15810 "default-mobile.handlebars->9->428",
15811 "default.handlebars->27->1280",
15798 - "default.handlebars->27->1426",
15799 - "default.handlebars->27->1779"
15812 + "default.handlebars->27->1427",
15813 + "default.handlebars->27->1780"
15814 ]
15815 },
15816 {
@@ -15816,7 +15830,7 @@
15830 "zh-chs": "完整管理员(保留所有权利)",
15831 "zh-cht": "完整管理員(保留所有權利)",
15832 "xloc": [
15819 - "default.handlebars->27->1461"
15833 + "default.handlebars->27->1462"
15834 ]
15835 },
15836 {
@@ -15915,7 +15929,7 @@
15929 "zh-chs": "完整管理员",
15930 "zh-cht": "完整管理員",
15931 "xloc": [
15918 - "default.handlebars->27->1865"
15932 + "default.handlebars->27->1878"
15933 ]
15934 },
15935 {
@@ -16303,7 +16317,7 @@
16317 "zh-chs": "正在获取剪贴板内容,{0}个字节",
16318 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
16319 "xloc": [
16306 - "default.handlebars->27->1587"
16320 + "default.handlebars->27->1588"
16321 ]
16322 },
16323 {
@@ -16534,8 +16548,8 @@
16548 "zh-chs": "集体指令",
16549 "zh-cht": "集體指令",
16550 "xloc": [
16537 - "default.handlebars->27->1723",
16538 - "default.handlebars->27->1802",
16551 + "default.handlebars->27->1724",
16552 + "default.handlebars->27->1803",
16553 "default.handlebars->27->465",
16554 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16555 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -16559,7 +16573,7 @@
16573 "zh-chs": "通过...分组",
16574 "zh-cht": "通過...分群",
16575 "xloc": [
16562 - "default.handlebars->27->1671"
16576 + "default.handlebars->27->1672"
16577 ]
16578 },
16579 {
@@ -16579,7 +16593,7 @@
16593 "zh-chs": "组标识符",
16594 "zh-cht": "群標識符",
16595 "xloc": [
16582 - "default.handlebars->27->1819"
16596 + "default.handlebars->27->1820"
16597 ]
16598 },
16599 {
@@ -16599,7 +16613,7 @@
16613 "zh-chs": "群组成员",
16614 "zh-cht": "群組成員",
16615 "xloc": [
16602 - "default.handlebars->27->1828"
16616 + "default.handlebars->27->1841"
16617 ]
16618 },
16619 {
@@ -16619,7 +16633,7 @@
16633 "zh-chs": "用户{0}的群组权限。",
16634 "zh-cht": "用戶{0}的群組權限。",
16635 "xloc": [
16622 - "default.handlebars->27->1425"
16636 + "default.handlebars->27->1426"
16637 ]
16638 },
16639 {
@@ -16639,7 +16653,7 @@
16653 "zh-chs": "{0}的群组权限。",
16654 "zh-cht": "{0}的群組權限。",
16655 "xloc": [
16642 - "default.handlebars->27->1424"
16656 + "default.handlebars->27->1425"
16657 ]
16658 },
16659 {
@@ -16829,7 +16843,7 @@
16843 "zh-chs": "堆总数",
16844 "zh-cht": "堆總數",
16845 "xloc": [
16832 - "default.handlebars->27->2063"
16846 + "default.handlebars->27->2076"
16847 ]
16848 },
16849 {
@@ -16849,7 +16863,7 @@
16863 "zh-chs": "堆使用",
16864 "zh-cht": "堆使用",
16865 "xloc": [
16852 - "default.handlebars->27->2062"
16866 + "default.handlebars->27->2075"
16867 ]
16868 },
16869 {
@@ -17143,7 +17157,7 @@
17157 "zh-cht": "保存{0}項目{1}給{2}",
17158 "xloc": [
17159 "default-mobile.handlebars->9->129",
17146 - "default.handlebars->27->1560"
17160 + "default.handlebars->27->1561"
17161 ]
17162 },
17163 {
@@ -17860,8 +17874,8 @@
17874 "zh-chs": "安装类型",
17875 "zh-cht": "安裝方式",
17876 "xloc": [
17863 - "default.handlebars->27->1492",
17864 - "default.handlebars->27->1499",
17877 + "default.handlebars->27->1493",
17878 + "default.handlebars->27->1500",
17879 "default.handlebars->27->351",
17880 "default.handlebars->27->365",
17881 "default.handlebars->27->379"
@@ -17905,7 +17919,7 @@
17919 "zh-chs": "英特尔AMT",
17920 "zh-cht": "英特爾AMT",
17921 "xloc": [
17908 - "default.handlebars->27->2059"
17922 + "default.handlebars->27->2072"
17923 ]
17924 },
17925 {
@@ -17950,9 +17964,9 @@
17964 "default-mobile.handlebars->9->241",
17965 "default.handlebars->27->1333",
17966 "default.handlebars->27->1343",
17953 - "default.handlebars->27->1511",
17954 - "default.handlebars->27->1519",
17955 - "default.handlebars->27->2081",
17967 + "default.handlebars->27->1512",
17968 + "default.handlebars->27->1520",
17969 + "default.handlebars->27->2094",
17970 "default.handlebars->27->532",
17971 "default.handlebars->27->587",
17972 "default.handlebars->27->615"
@@ -18121,7 +18135,7 @@
18135 "zh-chs": "英特尔®AMT重定向",
18136 "zh-cht": "Intel® AMT重定向",
18137 "xloc": [
18124 - "default.handlebars->27->1997",
18138 + "default.handlebars->27->2010",
18139 "player.handlebars->3->14"
18140 ]
18141 },
@@ -18162,7 +18176,7 @@
18176 "zh-chs": "英特尔®AMT WSMAN",
18177 "zh-cht": "Intle® AMT WSMAN",
18178 "xloc": [
18165 - "default.handlebars->27->1996",
18179 + "default.handlebars->27->2009",
18180 "player.handlebars->3->13"
18181 ]
18182 },
@@ -18227,7 +18241,7 @@
18241 "zh-cht": "Intel® AMT桌面和串行事件。",
18242 "xloc": [
18243 "default.handlebars->27->1241",
18230 - "default.handlebars->27->1507"
18244 + "default.handlebars->27->1508"
18245 ]
18246 },
18247 {
@@ -18699,8 +18713,8 @@
18713 "zh-chs": "仅限互动",
18714 "zh-cht": "僅限互動",
18715 "xloc": [
18702 - "default.handlebars->27->1495",
18703 - "default.handlebars->27->1502",
18716 + "default.handlebars->27->1496",
18717 + "default.handlebars->27->1503",
18718 "default.handlebars->27->354",
18719 "default.handlebars->27->368",
18720 "default.handlebars->27->382"
@@ -18763,7 +18777,7 @@
18777 "zh-chs": "无效的设备组类型",
18778 "zh-cht": "無效的裝置群類型",
18779 "xloc": [
18766 - "default.handlebars->27->2033"
18780 + "default.handlebars->27->2046"
18781 ]
18782 },
18783 {
@@ -18783,7 +18797,7 @@
18797 "zh-chs": "无效的JSON",
18798 "zh-cht": "無效的JSON",
18799 "xloc": [
18786 - "default.handlebars->27->2027"
18800 + "default.handlebars->27->2040"
18801 ]
18802 },
18803 {
@@ -18803,8 +18817,8 @@
18817 "zh-chs": "无效的JSON档案格式。",
18818 "zh-cht": "無效的JSON檔案格式。",
18819 "xloc": [
18806 - "default.handlebars->27->1741",
18807 - "default.handlebars->27->1743"
18820 + "default.handlebars->27->1742",
18821 + "default.handlebars->27->1744"
18822 ]
18823 },
18824 {
@@ -18824,7 +18838,7 @@
18838 "zh-chs": "无效的JSON档案:{0}。",
18839 "zh-cht": "無效的JSON檔案:{0}。",
18840 "xloc": [
18827 - "default.handlebars->27->1739"
18841 + "default.handlebars->27->1740"
18842 ]
18843 },
18844 {
@@ -18844,7 +18858,7 @@
18858 "zh-chs": "无效的PKCS签名",
18859 "zh-cht": "無效的PKCS簽名",
18860 "xloc": [
18847 - "default.handlebars->27->2025"
18861 + "default.handlebars->27->2038"
18862 ]
18863 },
18864 {
@@ -18864,7 +18878,7 @@
18878 "zh-chs": "無效的RSA密碼",
18879 "zh-cht": "無效的RSA密碼",
18880 "xloc": [
18867 - "default.handlebars->27->2026"
18881 + "default.handlebars->27->2039"
18882 ]
18883 },
18884 {
@@ -18991,7 +19005,7 @@
19005 "zh-chs": "使电邮无效",
19006 "zh-cht": "使電郵無效",
19007 "xloc": [
18994 - "default.handlebars->27->1717"
19008 + "default.handlebars->27->1718"
19009 ]
19010 },
19011 {
@@ -19068,7 +19082,7 @@
19082 "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
19083 "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
19084 "xloc": [
19071 - "default.handlebars->27->1497"
19085 + "default.handlebars->27->1498"
19086 ]
19087 },
19088 {
@@ -19131,10 +19145,10 @@
19145 "zh-cht": "邀請碼",
19146 "xloc": [
19147 "default.handlebars->27->1337",
19134 - "default.handlebars->27->1491",
19135 - "default.handlebars->27->1496",
19136 - "default.handlebars->27->1498",
19137 - "default.handlebars->27->1503"
19148 + "default.handlebars->27->1492",
19149 + "default.handlebars->27->1497",
19150 + "default.handlebars->27->1499",
19151 + "default.handlebars->27->1504"
19152 ]
19153 },
19154 {
@@ -19275,7 +19289,7 @@
19289 "zh-chs": "JSON",
19290 "zh-cht": "JSON",
19291 "xloc": [
19278 - "default.handlebars->27->1677"
19292 + "default.handlebars->27->1678"
19293 ]
19294 },
19295 {
@@ -19295,8 +19309,8 @@
19309 "zh-chs": "JSON格式",
19310 "zh-cht": "JSON格式",
19311 "xloc": [
19298 - "default.handlebars->27->1682",
19299 - "default.handlebars->27->1747",
19312 + "default.handlebars->27->1683",
19313 + "default.handlebars->27->1748",
19314 "default.handlebars->27->493"
19315 ]
19316 },
@@ -19337,7 +19351,7 @@
19351 "zh-chs": "已加入桌面Multiplex会话",
19352 "zh-cht": "已加入桌面Multiplex會話",
19353 "xloc": [
19340 - "default.handlebars->27->1570"
19354 + "default.handlebars->27->1571"
19355 ]
19356 },
19357 {
@@ -19518,7 +19532,7 @@
19532 "zh-chs": "杀死进程{0}",
19533 "zh-cht": "殺死進程{0}",
19534 "xloc": [
19521 - "default.handlebars->27->1585"
19535 + "default.handlebars->27->1586"
19536 ]
19537 },
19538 {
@@ -19933,7 +19947,7 @@
19947 "zh-chs": "最后访问",
19948 "zh-cht": "最後訪問",
19949 "xloc": [
19936 - "default.handlebars->27->1690"
19950 + "default.handlebars->27->1691"
19951 ]
19952 },
19953 {
@@ -19953,7 +19967,7 @@
19967 "zh-chs": "上次登录",
19968 "zh-cht": "上次登入",
19969 "xloc": [
19956 - "default.handlebars->27->1886"
19970 + "default.handlebars->27->1899"
19971 ]
19972 },
19973 {
@@ -20025,7 +20039,7 @@
20039 "zh-chs": "上次更改:{0}",
20040 "zh-cht": "上次更改:{0}",
20041 "xloc": [
20028 - "default.handlebars->27->1890"
20042 + "default.handlebars->27->1903"
20043 ]
20044 },
20045 {
@@ -20085,7 +20099,7 @@
20099 "zh-chs": "上次登录:{0}",
20100 "zh-cht": "上次登入:{0}",
20101 "xloc": [
20088 - "default.handlebars->27->1700"
20102 + "default.handlebars->27->1701"
20103 ]
20104 },
20105 {
@@ -20286,7 +20300,7 @@
20300 "zh-chs": "如没有请留空。",
20301 "zh-cht": "如沒有請留空。",
20302 "xloc": [
20289 - "default.handlebars->27->1930"
20303 + "default.handlebars->27->1943"
20304 ]
20305 },
20306 {
@@ -20331,7 +20345,7 @@
20345 "zh-chs": "离开桌面多路复用会话",
20346 "zh-cht": "離開桌面多路復用會話",
20347 "xloc": [
20334 - "default.handlebars->27->1571"
20348 + "default.handlebars->27->1572"
20349 ]
20350 },
20351 {
@@ -20351,7 +20365,7 @@
20365 "zh-chs": "减",
20366 "zh-cht": "減",
20367 "xloc": [
20354 - "default.handlebars->27->2098"
20368 + "default.handlebars->27->2111"
20369 ]
20370 },
20371 {
@@ -20414,7 +20428,7 @@
20428 "zh-cht": "有限輸入",
20429 "xloc": [
20430 "default-mobile.handlebars->9->441",
20417 - "default.handlebars->27->1475",
20431 + "default.handlebars->27->1476",
20432 "default.handlebars->27->678",
20433 "default.handlebars->27->697"
20434 ]
@@ -20437,7 +20451,7 @@
20451 "zh-cht": "僅有限輸入",
20452 "xloc": [
20453 "default-mobile.handlebars->9->416",
20440 - "default.handlebars->27->1432"
20454 + "default.handlebars->27->1433"
20455 ]
20456 },
20457 {
@@ -20909,7 +20923,7 @@
20923 "default.handlebars->27->1019",
20924 "default.handlebars->27->1296",
20925 "default.handlebars->27->1300",
20912 - "default.handlebars->27->1984",
20926 + "default.handlebars->27->1997",
20927 "default.handlebars->27->781"
20928 ]
20929 },
@@ -20992,7 +21006,7 @@
21006 "zh-chs": "本地用户接受的远程终端请求",
21007 "zh-cht": "本地用戶接受的遠程終端請求",
21008 "xloc": [
20995 - "default.handlebars->27->1593"
21009 + "default.handlebars->27->1594"
21010 ]
21011 },
21012 {
@@ -21012,7 +21026,7 @@
21026 "zh-chs": "本地用户拒绝了远程终端请求",
21027 "zh-cht": "本地用戶拒絕了遠程終端請求",
21028 "xloc": [
21015 - "default.handlebars->27->1594"
21029 + "default.handlebars->27->1595"
21030 ]
21031 },
21032 {
@@ -21093,7 +21107,7 @@
21107 "zh-chs": "锁定账户",
21108 "zh-cht": "鎖定賬戶",
21109 "xloc": [
21096 - "default.handlebars->27->1787"
21110 + "default.handlebars->27->1788"
21111 ]
21112 },
21113 {
@@ -21113,8 +21127,8 @@
21127 "zh-chs": "锁定帐户设置",
21128 "zh-cht": "鎖定帳戶設置",
21129 "xloc": [
21116 - "default.handlebars->27->1444",
21117 - "default.handlebars->27->1790"
21130 + "default.handlebars->27->1445",
21131 + "default.handlebars->27->1791"
21132 ]
21133 },
21134 {
@@ -21134,7 +21148,7 @@
21148 "zh-chs": "锁定账户",
21149 "zh-cht": "鎖定賬戶",
21150 "xloc": [
21137 - "default.handlebars->27->1720"
21151 + "default.handlebars->27->1721"
21152 ]
21153 },
21154 {
@@ -21154,7 +21168,7 @@
21168 "zh-chs": "已锁定",
21169 "zh-cht": "已鎖定",
21170 "xloc": [
21157 - "default.handlebars->27->1701"
21171 + "default.handlebars->27->1702"
21172 ]
21173 },
21174 {
@@ -21174,7 +21188,7 @@
21188 "zh-chs": "被锁定账户",
21189 "zh-cht": "被鎖定賬戶",
21190 "xloc": [
21177 - "default.handlebars->27->1862"
21191 + "default.handlebars->27->1875"
21192 ]
21193 },
21194 {
@@ -21194,7 +21208,7 @@
21208 "zh-chs": "将远程用户锁定在桌面之外",
21209 "zh-cht": "將遠程用戶鎖定在桌面之外",
21210 "xloc": [
21197 - "default.handlebars->27->1619"
21211 + "default.handlebars->27->1620"
21212 ]
21213 },
21214 {
@@ -21818,7 +21832,7 @@
21832 "zh-chs": "主服务器信息",
21833 "zh-cht": "主伺服器訊息",
21834 "xloc": [
21821 - "default.handlebars->27->2070"
21835 + "default.handlebars->27->2083"
21836 ]
21837 },
21838 {
@@ -21921,8 +21935,8 @@
21935 "xloc": [
21936 "default-mobile.handlebars->9->413",
21937 "default-mobile.handlebars->9->431",
21924 - "default.handlebars->27->1429",
21925 - "default.handlebars->27->1464"
21938 + "default.handlebars->27->1430",
21939 + "default.handlebars->27->1465"
21940 ]
21941 },
21942 {
@@ -21944,8 +21958,8 @@
21958 "xloc": [
21959 "default-mobile.handlebars->9->412",
21960 "default-mobile.handlebars->9->430",
21947 - "default.handlebars->27->1428",
21948 - "default.handlebars->27->1463"
21961 + "default.handlebars->27->1429",
21962 + "default.handlebars->27->1464"
21963 ]
21964 },
21965 {
@@ -21985,7 +21999,7 @@
21999 "zh-chs": "管理录音",
22000 "zh-cht": "管理錄音",
22001 "xloc": [
21988 - "default.handlebars->27->1785"
22002 + "default.handlebars->27->1786"
22003 ]
22004 },
22005 {
@@ -22025,7 +22039,7 @@
22039 "zh-chs": "管理用户组",
22040 "zh-cht": "管理用戶群",
22041 "xloc": [
22028 - "default.handlebars->27->1784"
22042 + "default.handlebars->27->1785"
22043 ]
22044 },
22045 {
@@ -22045,7 +22059,7 @@
22059 "zh-chs": "管理用户",
22060 "zh-cht": "管理用戶",
22061 "xloc": [
22048 - "default.handlebars->27->1783",
22062 + "default.handlebars->27->1784",
22063 "default.handlebars->27->691"
22064 ]
22065 },
@@ -22213,7 +22227,7 @@
22227 "zh-chs": "经理",
22228 "zh-cht": "經理",
22229 "xloc": [
22216 - "default.handlebars->27->1706"
22230 + "default.handlebars->27->1707"
22231 ]
22232 },
22233 {
@@ -22334,7 +22348,7 @@
22348 "zh-chs": "达到连接数量上限",
22349 "zh-cht": "達到連接數量上限",
22350 "xloc": [
22337 - "default.handlebars->27->2031"
22351 + "default.handlebars->27->2044"
22352 ]
22353 },
22354 {
@@ -22399,7 +22413,7 @@
22413 "zh-chs": "Megabyte",
22414 "zh-cht": "Megabyte",
22415 "xloc": [
22402 - "default.handlebars->27->2060"
22416 + "default.handlebars->27->2073"
22417 ]
22418 },
22419 {
@@ -22420,7 +22434,7 @@
22434 "zh-cht": "記憶體",
22435 "xloc": [
22436 "default-mobile.handlebars->9->384",
22423 - "default.handlebars->27->2051",
22437 + "default.handlebars->27->2064",
22438 "default.handlebars->27->985",
22439 "default.handlebars->container->column_l->p40->3->1->p40type->3"
22440 ]
@@ -22475,7 +22489,7 @@
22489 "zh-cht": "網格代理控制台",
22490 "xloc": [
22491 "default-mobile.handlebars->9->420",
22478 - "default.handlebars->27->1437"
22492 + "default.handlebars->27->1438"
22493 ]
22494 },
22495 {
@@ -22580,7 +22594,7 @@
22594 "zh-chs": "MeshAgent流量",
22595 "zh-cht": "MeshAgent流量",
22596 "xloc": [
22583 - "default.handlebars->27->2072"
22597 + "default.handlebars->27->2085"
22598 ]
22599 },
22600 {
@@ -22600,7 +22614,7 @@
22614 "zh-chs": "MeshAgent更新",
22615 "zh-cht": "MeshAgent更新",
22616 "xloc": [
22603 - "default.handlebars->27->2073"
22617 + "default.handlebars->27->2086"
22618 ]
22619 },
22620 {
@@ -22721,7 +22735,7 @@
22735 "zh-chs": "MeshCentral服务器同级化",
22736 "zh-cht": "MeshCentral伺服器同級化",
22737 "xloc": [
22724 - "default.handlebars->27->2071"
22738 + "default.handlebars->27->2084"
22739 ]
22740 },
22741 {
@@ -23050,7 +23064,7 @@
23064 "zh-chs": "消息调度器",
23065 "zh-cht": "電郵調度器",
23066 "xloc": [
23053 - "default.handlebars->27->2069"
23067 + "default.handlebars->27->2082"
23068 ]
23069 },
23070 {
@@ -23233,7 +23247,7 @@
23247 "zh-chs": "更多",
23248 "zh-cht": "更多",
23249 "xloc": [
23236 - "default.handlebars->27->2097"
23250 + "default.handlebars->27->2110"
23251 ]
23252 },
23253 {
@@ -23314,7 +23328,7 @@
23328 "zh-chs": "移动:“{0}”到“{1}”",
23329 "zh-cht": "移動:“{0}”到“{1}”",
23330 "xloc": [
23317 - "default.handlebars->27->1618"
23331 + "default.handlebars->27->1619"
23332 ]
23333 },
23334 {
@@ -23334,7 +23348,7 @@
23348 "zh-chs": "将设备{0}移动到组{1}",
23349 "zh-cht": "將設備{0}移動到組{1}",
23350 "xloc": [
23337 - "default.handlebars->27->1651"
23351 + "default.handlebars->27->1652"
23352 ]
23353 },
23354 {
@@ -23374,7 +23388,7 @@
23388 "zh-chs": "多路复用器",
23389 "zh-cht": "多工器",
23390 "xloc": [
23377 - "default.handlebars->27->2009"
23391 + "default.handlebars->27->2022"
23392 ]
23393 },
23394 {
@@ -23726,12 +23740,12 @@
23740 "default.handlebars->27->1267",
23741 "default.handlebars->27->1307",
23742 "default.handlebars->27->1394",
23729 - "default.handlebars->27->1688",
23730 - "default.handlebars->27->1793",
23731 - "default.handlebars->27->1809",
23732 - "default.handlebars->27->1816",
23733 - "default.handlebars->27->1849",
23734 - "default.handlebars->27->1868",
23743 + "default.handlebars->27->1689",
23744 + "default.handlebars->27->1794",
23745 + "default.handlebars->27->1810",
23746 + "default.handlebars->27->1817",
23747 + "default.handlebars->27->1862",
23748 + "default.handlebars->27->1881",
23749 "default.handlebars->27->555",
23750 "default.handlebars->27->76",
23751 "default.handlebars->27->840",
@@ -23780,7 +23794,7 @@
23794 "zh-chs": "名称1,名称2,名称3",
23795 "zh-cht": "名稱1,名稱2,名稱3",
23796 "xloc": [
23783 - "default.handlebars->27->1775"
23797 + "default.handlebars->27->1776"
23798 ]
23799 },
23800 {
@@ -23940,7 +23954,7 @@
23954 "zh-chs": "生成新的2FA备份代码",
23955 "zh-cht": "生成新的2FA備份代碼",
23956 "xloc": [
23943 - "default.handlebars->27->1658"
23957 + "default.handlebars->27->1659"
23958 ]
23959 },
23960 {
@@ -24005,7 +24019,7 @@
24019 "xloc": [
24020 "default-mobile.handlebars->9->120",
24021 "default-mobile.handlebars->9->299",
24008 - "default.handlebars->27->1550",
24022 + "default.handlebars->27->1551",
24023 "default.handlebars->27->882",
24024 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
24025 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -24173,7 +24187,7 @@
24187 "zh-chs": "没有桌面",
24188 "zh-cht": "沒有桌面",
24189 "xloc": [
24176 - "default.handlebars->27->1471",
24190 + "default.handlebars->27->1472",
24191 "default.handlebars->27->679",
24192 "default.handlebars->27->698"
24193 ]
@@ -24195,7 +24209,7 @@
24209 "zh-chs": "不能访问桌面",
24210 "zh-cht": "不能訪問桌面",
24211 "xloc": [
24198 - "default.handlebars->27->1433"
24212 + "default.handlebars->27->1434"
24213 ]
24214 },
24215 {
@@ -24215,8 +24229,8 @@
24229 "zh-chs": "找不到事件",
24230 "zh-cht": "找不到事件",
24231 "xloc": [
24218 - "default.handlebars->27->1664",
24219 - "default.handlebars->27->1983",
24232 + "default.handlebars->27->1665",
24233 + "default.handlebars->27->1996",
24234 "default.handlebars->27->917"
24235 ]
24236 },
@@ -24238,7 +24252,7 @@
24252 "zh-cht": "不能存取檔案",
24253 "xloc": [
24254 "default-mobile.handlebars->9->418",
24241 - "default.handlebars->27->1435"
24255 + "default.handlebars->27->1436"
24256 ]
24257 },
24258 {
@@ -24259,7 +24273,7 @@
24273 "zh-cht": "沒有檔案",
24274 "xloc": [
24275 "default-mobile.handlebars->9->439",
24262 - "default.handlebars->27->1473",
24276 + "default.handlebars->27->1474",
24277 "default.handlebars->27->676",
24278 "default.handlebars->27->695"
24279 ]
@@ -24304,8 +24318,8 @@
24318 "xloc": [
24319 "default-mobile.handlebars->9->419",
24320 "default-mobile.handlebars->9->440",
24307 - "default.handlebars->27->1436",
24308 - "default.handlebars->27->1474"
24321 + "default.handlebars->27->1437",
24322 + "default.handlebars->27->1475"
24323 ]
24324 },
24325 {
@@ -24385,7 +24399,7 @@
24399 "zh-chs": "没有成员",
24400 "zh-cht": "沒有成員",
24401 "xloc": [
24388 - "default.handlebars->27->1831"
24402 + "default.handlebars->27->1844"
24403 ]
24404 },
24405 {
@@ -24405,7 +24419,7 @@
24419 "zh-chs": "没有新的设备组",
24420 "zh-cht": "沒有新的裝置群",
24421 "xloc": [
24408 - "default.handlebars->27->1788"
24422 + "default.handlebars->27->1789"
24423 ]
24424 },
24425 {
@@ -24451,7 +24465,7 @@
24465 "default-mobile.handlebars->9->402",
24466 "default-mobile.handlebars->9->445",
24467 "default.handlebars->27->1281",
24454 - "default.handlebars->27->1479",
24468 + "default.handlebars->27->1480",
24469 "default.handlebars->27->688",
24470 "default.handlebars->27->707"
24471 ]
@@ -24496,7 +24510,7 @@
24510 "zh-cht": "沒有終端",
24511 "xloc": [
24512 "default-mobile.handlebars->9->438",
24499 - "default.handlebars->27->1472",
24513 + "default.handlebars->27->1473",
24514 "default.handlebars->27->675",
24515 "default.handlebars->27->694"
24516 ]
@@ -24519,7 +24533,7 @@
24533 "zh-cht": "不能訪問終端",
24534 "xloc": [
24535 "default-mobile.handlebars->9->417",
24522 - "default.handlebars->27->1434"
24536 + "default.handlebars->27->1435"
24537 ]
24538 },
24539 {
@@ -24539,7 +24553,7 @@
24553 "zh-chs": "没有工具(MeshCmd /路由器)",
24554 "zh-cht": "沒有工具(MeshCmd /路由器)",
24555 "xloc": [
24542 - "default.handlebars->27->1789"
24556 + "default.handlebars->27->1790"
24557 ]
24558 },
24559 {
@@ -24559,8 +24573,8 @@
24573 "zh-chs": "没有共同的设备组",
24574 "zh-cht": "沒有共同的裝置群",
24575 "xloc": [
24562 - "default.handlebars->27->1837",
24563 - "default.handlebars->27->1955"
24576 + "default.handlebars->27->1850",
24577 + "default.handlebars->27->1968"
24578 ]
24579 },
24580 {
@@ -24679,8 +24693,8 @@
24693 "zh-chs": "没有共同的设备",
24694 "zh-cht": "沒有共同的裝置",
24695 "xloc": [
24682 - "default.handlebars->27->1843",
24683 - "default.handlebars->27->1967"
24696 + "default.handlebars->27->1856",
24697 + "default.handlebars->27->1980"
24698 ]
24699 },
24700 {
@@ -24700,7 +24714,7 @@
24714 "zh-chs": "该设备组中没有设备。",
24715 "zh-cht": "該裝置群中沒有裝置。",
24716 "xloc": [
24703 - "default.handlebars->27->1522"
24717 + "default.handlebars->27->1523"
24718 ]
24719 },
24720 {
@@ -24782,7 +24796,7 @@
24796 "zh-chs": "找不到群组。",
24797 "zh-cht": "找不到群組。",
24798 "xloc": [
24785 - "default.handlebars->27->1792"
24799 + "default.handlebars->27->1793"
24800 ]
24801 },
24802 {
@@ -24903,7 +24917,7 @@
24917 "zh-chs": "没有录音。",
24918 "zh-cht": "沒有錄音。",
24919 "xloc": [
24906 - "default.handlebars->27->1985"
24920 + "default.handlebars->27->1998"
24921 ]
24922 },
24923 {
@@ -24923,7 +24937,7 @@
24937 "zh-chs": "没有服务器权限",
24938 "zh-cht": "沒有伺服器權限",
24939 "xloc": [
24926 - "default.handlebars->27->1863"
24940 + "default.handlebars->27->1876"
24941 ]
24942 },
24943 {
@@ -24943,7 +24957,7 @@
24957 "zh-chs": "没有用户组成员身份",
24958 "zh-cht": "沒有用戶群成員身份",
24959 "xloc": [
24946 - "default.handlebars->27->1961"
24960 + "default.handlebars->27->1974"
24961 ]
24962 },
24963 {
@@ -24963,7 +24977,7 @@
24977 "zh-chs": "未找到相应的用户。",
24978 "zh-cht": "未找到相應的用戶。",
24979 "xloc": [
24966 - "default.handlebars->27->1696"
24980 + "default.handlebars->27->1697"
24981 ]
24982 },
24983 {
@@ -25059,18 +25073,19 @@
25073 "default.handlebars->27->1329",
25074 "default.handlebars->27->1334",
25075 "default.handlebars->27->1336",
25062 - "default.handlebars->27->1513",
25063 - "default.handlebars->27->1532",
25064 - "default.handlebars->27->1537",
25065 - "default.handlebars->27->1672",
25076 + "default.handlebars->27->1514",
25077 + "default.handlebars->27->1533",
25078 + "default.handlebars->27->1538",
25079 + "default.handlebars->27->1673",
25080 "default.handlebars->27->174",
25067 - "default.handlebars->27->1813",
25068 - "default.handlebars->27->1815",
25069 - "default.handlebars->27->1882",
25081 + "default.handlebars->27->1814",
25082 + "default.handlebars->27->1816",
25083 + "default.handlebars->27->1833",
25084 "default.handlebars->27->189",
25071 - "default.handlebars->27->1891",
25085 "default.handlebars->27->1895",
25073 - "default.handlebars->27->1907",
25086 + "default.handlebars->27->1904",
25087 + "default.handlebars->27->1908",
25088 + "default.handlebars->27->1920",
25089 "default.handlebars->27->205",
25090 "default.handlebars->27->206",
25091 "default.handlebars->27->552",
@@ -25225,8 +25240,8 @@
25240 "zh-chs": "未连接",
25241 "zh-cht": "未連接",
25242 "xloc": [
25228 - "default.handlebars->27->1509",
25229 - "default.handlebars->27->1517"
25243 + "default.handlebars->27->1510",
25244 + "default.handlebars->27->1518"
25245 ]
25246 },
25247 {
@@ -25267,7 +25282,7 @@
25282 "zh-chs": "不在服务器上",
25283 "zh-cht": "不在伺服器上",
25284 "xloc": [
25270 - "default.handlebars->27->2001"
25285 + "default.handlebars->27->2014"
25286 ]
25287 },
25288 {
@@ -25287,8 +25302,8 @@
25302 "zh-chs": "没有设置",
25303 "zh-cht": "沒有設置",
25304 "xloc": [
25290 - "default.handlebars->27->1869",
25291 - "default.handlebars->27->1870"
25305 + "default.handlebars->27->1882",
25306 + "default.handlebars->27->1883"
25307 ]
25308 },
25309 {
@@ -25308,7 +25323,7 @@
25323 "zh-chs": "未经审核的",
25324 "zh-cht": "未經審核的",
25325 "xloc": [
25311 - "default.handlebars->27->1937"
25326 + "default.handlebars->27->1950"
25327 ]
25328 },
25329 {
@@ -25329,7 +25344,7 @@
25344 "zh-cht": "筆記",
25345 "xloc": [
25346 "default.handlebars->27->1344",
25332 - "default.handlebars->27->1915",
25347 + "default.handlebars->27->1928",
25348 "default.handlebars->27->624",
25349 "default.handlebars->27->684",
25350 "default.handlebars->27->703",
@@ -25374,7 +25389,7 @@
25389 "zh-cht": "通知設定",
25390 "xloc": [
25391 "default.handlebars->27->1242",
25377 - "default.handlebars->27->1508",
25392 + "default.handlebars->27->1509",
25393 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
25394 ]
25395 },
@@ -25395,7 +25410,7 @@
25410 "zh-chs": "通知设置还必须在帐户设置中启用。",
25411 "zh-cht": "通知設定還必須在帳戶設定中啟用。",
25412 "xloc": [
25398 - "default.handlebars->27->1504"
25413 + "default.handlebars->27->1505"
25414 ]
25415 },
25416 {
@@ -25456,7 +25471,7 @@
25471 "zh-cht": "通知",
25472 "xloc": [
25473 "default.handlebars->27->186",
25459 - "default.handlebars->27->1921"
25474 + "default.handlebars->27->1934"
25475 ]
25476 },
25477 {
@@ -25496,9 +25511,9 @@
25511 "zh-chs": "通知使用者",
25512 "zh-cht": "通知使用者",
25513 "xloc": [
25499 - "default.handlebars->27->1401",
25500 - "default.handlebars->27->1405",
25501 - "default.handlebars->27->1408"
25514 + "default.handlebars->27->1402",
25515 + "default.handlebars->27->1406",
25516 + "default.handlebars->27->1409"
25517 ]
25518 },
25519 {
@@ -25518,7 +25533,7 @@
25533 "zh-chs": "通知{0}",
25534 "zh-cht": "通知{0}",
25535 "xloc": [
25521 - "default.handlebars->27->1735"
25536 + "default.handlebars->27->1736"
25537 ]
25538 },
25539 {
@@ -25610,7 +25625,7 @@
25625 "zh-chs": "发生在{0}",
25626 "zh-cht": "發生在{0}",
25627 "xloc": [
25613 - "default.handlebars->27->2015"
25628 + "default.handlebars->27->2028"
25629 ]
25630 },
25631 {
@@ -25636,7 +25651,7 @@
25651 "zh-chs": "离线用户",
25652 "zh-cht": "離線用戶",
25653 "xloc": [
25639 - "default.handlebars->27->1693"
25654 + "default.handlebars->27->1694"
25655 ]
25656 },
25657 {
@@ -25677,7 +25692,7 @@
25692 "zh-chs": "一天",
25693 "zh-cht": "一天",
25694 "xloc": [
25680 - "default.handlebars->27->1669"
25695 + "default.handlebars->27->1670"
25696 ]
25697 },
25698 {
@@ -25740,7 +25755,7 @@
25755 "zh-chs": "在线用户",
25756 "zh-cht": "在線用戶",
25757 "xloc": [
25743 - "default.handlebars->27->1692"
25758 + "default.handlebars->27->1693"
25759 ]
25760 },
25761 {
@@ -25924,7 +25939,7 @@
25939 "zh-chs": "开头:{0}",
25940 "zh-cht": "開場:{0}",
25941 "xloc": [
25927 - "default.handlebars->27->1586"
25942 + "default.handlebars->27->1587"
25943 ]
25944 },
25945 {
@@ -25970,8 +25985,8 @@
25985 "zh-cht": "操作",
25986 "xloc": [
25987 "default-mobile.handlebars->9->264",
25973 - "default.handlebars->27->1719",
25974 - "default.handlebars->27->1800",
25988 + "default.handlebars->27->1720",
25989 + "default.handlebars->27->1801",
25990 "default.handlebars->27->455",
25991 "default.handlebars->27->478",
25992 "default.handlebars->27->746"
@@ -26179,7 +26194,7 @@
26194 "zh-chs": "部分的",
26195 "zh-cht": "部分的",
26196 "xloc": [
26182 - "default.handlebars->27->1707"
26197 + "default.handlebars->27->1708"
26198 ]
26199 },
26200 {
@@ -26255,7 +26270,7 @@
26270 "zh-chs": "部分权限",
26271 "zh-cht": "部分權限",
26272 "xloc": [
26258 - "default.handlebars->27->1866"
26273 + "default.handlebars->27->1879"
26274 ]
26275 },
26276 {
@@ -26296,12 +26311,12 @@
26311 "zh-cht": "密碼",
26312 "xloc": [
26313 "default-mobile.handlebars->9->269",
26299 - "default.handlebars->27->1763",
26314 "default.handlebars->27->1764",
26301 - "default.handlebars->27->1887",
26302 - "default.handlebars->27->1889",
26303 - "default.handlebars->27->1940",
26304 - "default.handlebars->27->1941",
26315 + "default.handlebars->27->1765",
26316 + "default.handlebars->27->1900",
26317 + "default.handlebars->27->1902",
26318 + "default.handlebars->27->1953",
26319 + "default.handlebars->27->1954",
26320 "default.handlebars->27->291",
26321 "default.handlebars->27->322",
26322 "default.handlebars->27->756",
@@ -26445,7 +26460,7 @@
26460 "zh-chs": "密码提示",
26461 "zh-cht": "密碼提示",
26462 "xloc": [
26448 - "default.handlebars->27->1942"
26463 + "default.handlebars->27->1955"
26464 ]
26465 },
26466 {
@@ -26591,7 +26606,7 @@
26606 "default-mobile.handlebars->9->312",
26607 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
26608 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
26594 - "default.handlebars->27->1559",
26609 + "default.handlebars->27->1560",
26610 "default.handlebars->27->870",
26611 "default.handlebars->27->896",
26612 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3",
@@ -26855,7 +26870,7 @@
26870 "zh-chs": "执行电源操作= {0},强制执行= {1}",
26871 "zh-cht": "執行電源操作= {0},強制執行= {1}",
26872 "xloc": [
26858 - "default.handlebars->27->1591"
26873 + "default.handlebars->27->1592"
26874 ]
26875 },
26876 {
@@ -26876,8 +26891,8 @@
26891 "zh-cht": "權限",
26892 "xloc": [
26893 "default-mobile.handlebars->9->448",
26879 - "default.handlebars->27->1482",
26880 - "default.handlebars->27->1691"
26894 + "default.handlebars->27->1483",
26895 + "default.handlebars->27->1692"
26896 ]
26897 },
26898 {
@@ -26923,7 +26938,7 @@
26938 "default.handlebars->27->1011",
26939 "default.handlebars->27->1014",
26940 "default.handlebars->27->159",
26926 - "default.handlebars->27->1932"
26941 + "default.handlebars->27->1945"
26942 ]
26943 },
26944 {
@@ -26943,7 +26958,7 @@
26958 "zh-chs": "电话号码",
26959 "zh-cht": "電話號碼",
26960 "xloc": [
26946 - "default.handlebars->27->1881"
26961 + "default.handlebars->27->1894"
26962 ]
26963 },
26964 {
@@ -26965,7 +26980,7 @@
26980 "xloc": [
26981 "default-mobile.handlebars->9->66",
26982 "default.handlebars->27->1013",
26968 - "default.handlebars->27->1931"
26983 + "default.handlebars->27->1944"
26984 ]
26985 },
26986 {
@@ -27125,7 +27140,7 @@
27140 "zh-cht": "外掛指令",
27141 "xloc": [
27142 "default.handlebars->27->196",
27128 - "default.handlebars->27->2094"
27143 + "default.handlebars->27->2107"
27144 ]
27145 },
27146 {
@@ -27410,7 +27425,7 @@
27425 "zh-chs": "电源状态",
27426 "zh-cht": "電源狀態",
27427 "xloc": [
27413 - "default.handlebars->27->1515",
27428 + "default.handlebars->27->1516",
27429 "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1"
27430 ]
27431 },
@@ -27520,7 +27535,7 @@
27535 "zh-chs": "存在于服务器上",
27536 "zh-cht": "存在於伺服器上",
27537 "xloc": [
27523 - "default.handlebars->27->2000"
27538 + "default.handlebars->27->2013"
27539 ]
27540 },
27541 {
@@ -27666,7 +27681,7 @@
27681 "zh-chs": "处理控制台命令:“{0}”",
27682 "zh-cht": "處理控制台命令:“{0}”",
27683 "xloc": [
27669 - "default.handlebars->27->1583"
27684 + "default.handlebars->27->1584"
27685 ]
27686 },
27687 {
@@ -27726,9 +27741,9 @@
27741 "zh-chs": "用户同意提示",
27742 "zh-cht": "用戶同意提示",
27743 "xloc": [
27729 - "default.handlebars->27->1402",
27730 - "default.handlebars->27->1406",
27731 - "default.handlebars->27->1409"
27744 + "default.handlebars->27->1403",
27745 + "default.handlebars->27->1407",
27746 + "default.handlebars->27->1410"
27747 ]
27748 },
27749 {
@@ -27748,7 +27763,7 @@
27763 "zh-chs": "协议",
27764 "zh-cht": "協議",
27765 "xloc": [
27751 - "default.handlebars->27->1998",
27766 + "default.handlebars->27->2011",
27767 "player.handlebars->3->16"
27768 ]
27769 },
@@ -27808,7 +27823,7 @@
27823 "zh-cht": "公開鏈結",
27824 "xloc": [
27825 "default-mobile.handlebars->9->115",
27811 - "default.handlebars->27->1544"
27826 + "default.handlebars->27->1545"
27827 ]
27828 },
27829 {
@@ -28115,7 +28130,7 @@
28130 "zh-chs": "RSS",
28131 "zh-cht": "RSS",
28132 "xloc": [
28118 - "default.handlebars->27->2064"
28133 + "default.handlebars->27->2077"
28134 ]
28135 },
28136 {
@@ -28135,7 +28150,7 @@
28150 "zh-chs": "随机密码。",
28151 "zh-cht": "隨機密碼。",
28152 "xloc": [
28138 - "default.handlebars->27->1765"
28153 + "default.handlebars->27->1766"
28154 ]
28155 },
28156 {
@@ -28195,9 +28210,9 @@
28210 "zh-chs": "真正的名字",
28211 "zh-cht": "真正的名字",
28212 "xloc": [
28198 - "default.handlebars->27->1878",
28199 - "default.handlebars->27->1880",
28200 - "default.handlebars->27->1933"
28213 + "default.handlebars->27->1891",
28214 + "default.handlebars->27->1893",
28215 + "default.handlebars->27->1946"
28216 ]
28217 },
28218 {
@@ -28217,7 +28232,7 @@
28232 "zh-chs": "境界",
28233 "zh-cht": "境界",
28234 "xloc": [
28220 - "default.handlebars->27->1774"
28235 + "default.handlebars->27->1775"
28236 ]
28237 },
28238 {
@@ -28270,7 +28285,7 @@
28285 {
28286 "en": "Record sessions",
28287 "xloc": [
28273 - "default.handlebars->27->1412"
28288 + "default.handlebars->27->1413"
28289 ]
28290 },
28291 {
@@ -28290,7 +28305,7 @@
28305 "zh-chs": "记录细节",
28306 "zh-cht": "記錄細節",
28307 "xloc": [
28293 - "default.handlebars->27->2012"
28308 + "default.handlebars->27->2025"
28309 ]
28310 },
28311 {
@@ -28332,7 +28347,7 @@
28347 "xloc": [
28348 "default-mobile.handlebars->9->121",
28349 "default-mobile.handlebars->9->300",
28335 - "default.handlebars->27->1551",
28350 + "default.handlebars->27->1552",
28351 "default.handlebars->27->883"
28352 ]
28353 },
@@ -28445,7 +28460,7 @@
28460 "zh-chs": "中继数量",
28461 "zh-cht": "中繼數量",
28462 "xloc": [
28448 - "default.handlebars->27->2043"
28463 + "default.handlebars->27->2056"
28464 ]
28465 },
28466 {
@@ -28465,7 +28480,7 @@
28480 "zh-chs": "中继错误",
28481 "zh-cht": "中繼錯誤",
28482 "xloc": [
28468 - "default.handlebars->27->2036"
28483 + "default.handlebars->27->2049"
28484 ]
28485 },
28486 {
@@ -28485,8 +28500,8 @@
28500 "zh-chs": "中继连接",
28501 "zh-cht": "中繼連接",
28502 "xloc": [
28488 - "default.handlebars->27->2042",
28489 - "default.handlebars->27->2058"
28503 + "default.handlebars->27->2055",
28504 + "default.handlebars->27->2071"
28505 ]
28506 },
28507 {
@@ -28645,8 +28660,8 @@
28660 "xloc": [
28661 "default-mobile.handlebars->9->414",
28662 "default-mobile.handlebars->9->432",
28648 - "default.handlebars->27->1430",
28649 - "default.handlebars->27->1465"
28663 + "default.handlebars->27->1431",
28664 + "default.handlebars->27->1466"
28665 ]
28666 },
28667 {
@@ -28689,8 +28704,8 @@
28704 "zh-chs": "远程桌面连接栏已激活/更新",
28705 "zh-cht": "遠程桌面連接欄已激活/更新",
28706 "xloc": [
28692 - "default.handlebars->27->1597",
28693 - "default.handlebars->27->1603"
28707 + "default.handlebars->27->1598",
28708 + "default.handlebars->27->1604"
28709 ]
28710 },
28711 {
@@ -28710,7 +28725,7 @@
28725 "zh-chs": "远程桌面连接栏失败或不受支持",
28726 "zh-cht": "遠程桌面連接欄失敗或不受支持",
28727 "xloc": [
28713 - "default.handlebars->27->1598"
28728 + "default.handlebars->27->1599"
28729 ]
28730 },
28731 {
@@ -28730,7 +28745,7 @@
28745 "zh-chs": "远程桌面连接栏失败或不受支持",
28746 "zh-cht": "遠程桌面連接欄失敗或不受支持",
28747 "xloc": [
28733 - "default.handlebars->27->1604"
28748 + "default.handlebars->27->1605"
28749 ]
28750 },
28751 {
@@ -28750,9 +28765,9 @@
28765 "zh-chs": "本地用户强行关闭了远程桌面连接",
28766 "zh-cht": "本地用戶強行關閉了遠程桌面連接",
28767 "xloc": [
28753 - "default.handlebars->27->1595",
28754 - "default.handlebars->27->1599",
28755 - "default.handlebars->27->1605"
28768 + "default.handlebars->27->1596",
28769 + "default.handlebars->27->1600",
28770 + "default.handlebars->27->1606"
28771 ]
28772 },
28773 {
@@ -28875,8 +28890,8 @@
28890 "xloc": [
28891 "default-mobile.handlebars->9->415",
28892 "default-mobile.handlebars->9->437",
28878 - "default.handlebars->27->1431",
28879 - "default.handlebars->27->1470"
28893 + "default.handlebars->27->1432",
28894 + "default.handlebars->27->1471"
28895 ]
28896 },
28897 {
@@ -29011,8 +29026,8 @@
29026 "zh-chs": "删除设备组权限",
29027 "zh-cht": "刪除裝置群權限",
29028 "xloc": [
29014 - "default.handlebars->27->1847",
29015 - "default.handlebars->27->1981"
29029 + "default.handlebars->27->1860",
29030 + "default.handlebars->27->1994"
29031 ]
29032 },
29033 {
@@ -29032,8 +29047,8 @@
29047 "zh-chs": "删除设备权限",
29048 "zh-cht": "刪除裝置權限",
29049 "xloc": [
29035 - "default.handlebars->27->1845",
29036 - "default.handlebars->27->1968"
29050 + "default.handlebars->27->1858",
29051 + "default.handlebars->27->1981"
29052 ]
29053 },
29054 {
@@ -29070,7 +29085,7 @@
29085 "zh-chs": "删除用户组成员身份",
29086 "zh-cht": "刪除用戶群成員身份",
29087 "xloc": [
29073 - "default.handlebars->27->1977"
29088 + "default.handlebars->27->1990"
29089 ]
29090 },
29091 {
@@ -29090,8 +29105,8 @@
29105 "zh-chs": "删除用户组权限",
29106 "zh-cht": "刪除用戶群權限",
29107 "xloc": [
29093 - "default.handlebars->27->1487",
29094 - "default.handlebars->27->1973"
29108 + "default.handlebars->27->1488",
29109 + "default.handlebars->27->1986"
29110 ]
29111 },
29112 {
@@ -29111,7 +29126,7 @@
29126 "zh-chs": "删除用户成员资格",
29127 "zh-cht": "刪除用戶成員資格",
29128 "xloc": [
29114 - "default.handlebars->27->1855"
29129 + "default.handlebars->27->1868"
29130 ]
29131 },
29132 {
@@ -29131,8 +29146,8 @@
29146 "zh-chs": "删除用户权限",
29147 "zh-cht": "刪除用戶權限",
29148 "xloc": [
29134 - "default.handlebars->27->1485",
29135 - "default.handlebars->27->1970"
29149 + "default.handlebars->27->1486",
29150 + "default.handlebars->27->1983"
29151 ]
29152 },
29153 {
@@ -29152,7 +29167,7 @@
29167 "zh-chs": "删除所有两因素认证。",
29168 "zh-cht": "刪除所有二因子鑑別。",
29169 "xloc": [
29155 - "default.handlebars->27->1945"
29170 + "default.handlebars->27->1958"
29171 ]
29172 },
29173 {
@@ -29172,7 +29187,7 @@
29187 "zh-chs": "删除此用户标识的所有先前事件。",
29188 "zh-cht": "刪除此用戶標識的所有先前事件。",
29189 "xloc": [
29175 - "default.handlebars->27->1766"
29190 + "default.handlebars->27->1767"
29191 ]
29192 },
29193 {
@@ -29192,7 +29207,7 @@
29207 "zh-chs": "断开连接后移除设备",
29208 "zh-cht": "斷開連接後删除裝置",
29209 "xloc": [
29195 - "default.handlebars->27->1410"
29210 + "default.handlebars->27->1411"
29211 ]
29212 },
29213 {
@@ -29293,7 +29308,7 @@
29308 "zh-chs": "删除此用户",
29309 "zh-cht": "刪除此用戶",
29310 "xloc": [
29296 - "default.handlebars->27->1923"
29311 + "default.handlebars->27->1936"
29312 ]
29313 },
29314 {
@@ -29313,7 +29328,7 @@
29328 "zh-chs": "删除用户组成员身份",
29329 "zh-cht": "刪除用戶群成員身份",
29330 "xloc": [
29316 - "default.handlebars->27->1959"
29331 + "default.handlebars->27->1972"
29332 ]
29333 },
29334 {
@@ -29333,7 +29348,7 @@
29348 "zh-chs": "删除此设备的用户组权限",
29349 "zh-cht": "刪除此裝置的用戶群權限",
29350 "xloc": [
29336 - "default.handlebars->27->1841"
29351 + "default.handlebars->27->1854"
29352 ]
29353 },
29354 {
@@ -29353,7 +29368,7 @@
29368 "zh-chs": "删除此设备组的用户组权限",
29369 "zh-cht": "刪除此裝置群的用戶群權限",
29370 "xloc": [
29356 - "default.handlebars->27->1835",
29371 + "default.handlebars->27->1848",
29372 "default.handlebars->27->668"
29373 ]
29374 },
@@ -29375,9 +29390,9 @@
29390 "zh-cht": "刪除此裝置群的用戶權限",
29391 "xloc": [
29392 "default.handlebars->27->1361",
29378 - "default.handlebars->27->1829",
29379 - "default.handlebars->27->1953",
29380 - "default.handlebars->27->1965",
29393 + "default.handlebars->27->1842",
29394 + "default.handlebars->27->1966",
29395 + "default.handlebars->27->1978",
29396 "default.handlebars->27->669"
29397 ]
29398 },
@@ -29398,7 +29413,7 @@
29413 "zh-chs": "删除身份验证应用程序",
29414 "zh-cht": "刪除身份驗證應用程序",
29415 "xloc": [
29401 - "default.handlebars->27->1657"
29416 + "default.handlebars->27->1658"
29417 ]
29418 },
29419 {
@@ -29418,7 +29433,7 @@
29433 "zh-chs": "从设备组{1}中删除了设备{0}",
29434 "zh-cht": "從設備組{1}中刪除了設備{0}",
29435 "xloc": [
29421 - "default.handlebars->27->1653"
29436 + "default.handlebars->27->1654"
29437 ]
29438 },
29439 {
@@ -29438,7 +29453,7 @@
29453 "zh-chs": "已删除用户{0}的电话号码",
29454 "zh-cht": "已刪除用戶{0}的電話號碼",
29455 "xloc": [
29441 - "default.handlebars->27->1663"
29456 + "default.handlebars->27->1664"
29457 ]
29458 },
29459 {
@@ -29458,7 +29473,7 @@
29473 "zh-chs": "移除安全密钥",
29474 "zh-cht": "移除安全密鑰",
29475 "xloc": [
29461 - "default.handlebars->27->1660"
29476 + "default.handlebars->27->1661"
29477 ]
29478 },
29479 {
@@ -29478,9 +29493,9 @@
29493 "zh-chs": "删除了{0}的用户设备权限",
29494 "zh-cht": "刪除了{0}的用戶設備權限",
29495 "xloc": [
29481 - "default.handlebars->27->1626",
29482 - "default.handlebars->27->1647",
29483 - "default.handlebars->27->1652"
29496 + "default.handlebars->27->1627",
29497 + "default.handlebars->27->1648",
29498 + "default.handlebars->27->1653"
29499 ]
29500 },
29501 {
@@ -29500,7 +29515,7 @@
29515 "zh-chs": "从设备组{1}中删除了用户组{0}",
29516 "zh-cht": "從設備組{1}中刪除了用戶組{0}",
29517 "xloc": [
29503 - "default.handlebars->27->1636"
29518 + "default.handlebars->27->1637"
29519 ]
29520 },
29521 {
@@ -29520,7 +29535,7 @@
29535 "zh-chs": "从设备组{1}中删除了用户{0}",
29536 "zh-cht": "已從設備組{1}中刪除用戶{0}",
29537 "xloc": [
29523 - "default.handlebars->27->1649"
29538 + "default.handlebars->27->1650"
29539 ]
29540 },
29541 {
@@ -29540,8 +29555,8 @@
29555 "zh-chs": "从用户组{1}中删除了用户{0}",
29556 "zh-cht": "從用戶組{1}中刪除了用戶{0}",
29557 "xloc": [
29543 - "default.handlebars->27->1628",
29544 - "default.handlebars->27->1638"
29558 + "default.handlebars->27->1629",
29559 + "default.handlebars->27->1639"
29560 ]
29561 },
29562 {
@@ -29565,7 +29580,7 @@
29580 "default-mobile.handlebars->9->304",
29581 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
29582 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
29568 - "default.handlebars->27->1555",
29583 + "default.handlebars->27->1556",
29584 "default.handlebars->27->521",
29585 "default.handlebars->27->887",
29586 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -29590,7 +29605,7 @@
29605 "zh-chs": "重命名:“{0}”为“{1}”",
29606 "zh-cht": "重命名:“{0}”為“{1}”",
29607 "xloc": [
29593 - "default.handlebars->27->1614"
29608 + "default.handlebars->27->1615"
29609 ]
29610 },
29611 {
@@ -29610,7 +29625,7 @@
29625 "zh-chs": "报告日",
29626 "zh-cht": "報告日",
29627 "xloc": [
29613 - "default.handlebars->27->1670"
29628 + "default.handlebars->27->1671"
29629 ]
29630 },
29631 {
@@ -29630,7 +29645,7 @@
29645 "zh-chs": "报告类型",
29646 "zh-cht": "報告類型",
29647 "xloc": [
29633 - "default.handlebars->27->1665"
29648 + "default.handlebars->27->1666"
29649 ]
29650 },
29651 {
@@ -29671,8 +29686,8 @@
29686 "zh-cht": "要求:{0}。",
29687 "xloc": [
29688 "default-mobile.handlebars->9->89",
29674 - "default.handlebars->27->1771",
29675 - "default.handlebars->27->1943"
29689 + "default.handlebars->27->1772",
29690 + "default.handlebars->27->1956"
29691 ]
29692 },
29693 {
@@ -29964,7 +29979,7 @@
29979 "zh-chs": "限制条件",
29980 "zh-cht": "限制條件",
29981 "xloc": [
29967 - "default.handlebars->27->1867"
29982 + "default.handlebars->27->1880"
29983 ]
29984 },
29985 {
@@ -30046,7 +30061,7 @@
30061 "xloc": [
30062 "default-mobile.handlebars->9->107",
30063 "default-mobile.handlebars->9->294",
30049 - "default.handlebars->27->1523",
30064 + "default.handlebars->27->1524",
30065 "default.handlebars->27->877"
30066 ]
30067 },
@@ -30306,7 +30321,7 @@
30321 "zh-chs": "运行命令",
30322 "zh-cht": "運行命令",
30323 "xloc": [
30309 - "default.handlebars->27->1590"
30324 + "default.handlebars->27->1591"
30325 ]
30326 },
30327 {
@@ -30366,8 +30381,8 @@
30381 "zh-chs": "短信",
30382 "zh-cht": "短信",
30383 "xloc": [
30369 - "default.handlebars->27->1912",
30370 - "default.handlebars->27->1917",
30384 + "default.handlebars->27->1925",
30385 + "default.handlebars->27->1930",
30386 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
30387 "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
30388 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -30392,7 +30407,7 @@
30407 "zh-chs": "此用户的短信功能电话号码。",
30408 "zh-cht": "此用戶的短信功能電話號碼。",
30409 "xloc": [
30395 - "default.handlebars->27->1929"
30410 + "default.handlebars->27->1942"
30411 ]
30412 },
30413 {
@@ -30942,7 +30957,7 @@
30957 "xloc": [
30958 "default-mobile.handlebars->9->270",
30959 "default-mobile.handlebars->9->363",
30945 - "default.handlebars->27->1913",
30960 + "default.handlebars->27->1926",
30961 "default.handlebars->27->292",
30962 "default.handlebars->27->757",
30963 "default.handlebars->27->964"
@@ -30965,7 +30980,7 @@
30980 "zh-chs": "安全密钥",
30981 "zh-cht": "安全密鑰",
30982 "xloc": [
30968 - "default.handlebars->27->1910"
30983 + "default.handlebars->27->1923"
30984 ]
30985 },
30986 {
@@ -31005,9 +31020,9 @@
31020 "zh-chs": "全选",
31021 "zh-cht": "全選",
31022 "xloc": [
31008 - "default.handlebars->27->1547",
31009 - "default.handlebars->27->1715",
31010 - "default.handlebars->27->1798",
31023 + "default.handlebars->27->1548",
31024 + "default.handlebars->27->1716",
31025 + "default.handlebars->27->1799",
31026 "default.handlebars->27->450",
31027 "default.handlebars->27->879",
31028 "default.handlebars->27->881",
@@ -31036,9 +31051,9 @@
31051 "zh-chs": "选择无",
31052 "zh-cht": "選擇無",
31053 "xloc": [
31039 - "default.handlebars->27->1546",
31040 - "default.handlebars->27->1714",
31041 - "default.handlebars->27->1797",
31054 + "default.handlebars->27->1547",
31055 + "default.handlebars->27->1715",
31056 + "default.handlebars->27->1798",
31057 "default.handlebars->27->449",
31058 "default.handlebars->27->880",
31059 "default.handlebars->meshContextMenu->cxselectnone"
@@ -31141,8 +31156,8 @@
31156 "zh-chs": "选择要对所有选定用户执行的操作。",
31157 "zh-cht": "選擇要對所有選定用戶執行的操作。",
31158 "xloc": [
31144 - "default.handlebars->27->1718",
31145 - "default.handlebars->27->1799"
31159 + "default.handlebars->27->1719",
31160 + "default.handlebars->27->1800"
31161 ]
31162 },
31163 {
@@ -31205,7 +31220,7 @@
31220 "zh-cht": "僅自我事件",
31221 "xloc": [
31222 "default-mobile.handlebars->9->442",
31208 - "default.handlebars->27->1476"
31223 + "default.handlebars->27->1477"
31224 ]
31225 },
31226 {
@@ -31248,7 +31263,7 @@
31263 "zh-chs": "发电邮",
31264 "zh-cht": "發電郵",
31265 "xloc": [
31251 - "default.handlebars->27->1729"
31266 + "default.handlebars->27->1730"
31267 ]
31268 },
31269 {
@@ -31309,7 +31324,7 @@
31324 "zh-chs": "发送短信",
31325 "zh-cht": "發送簡訊",
31326 "xloc": [
31312 - "default.handlebars->27->1727"
31327 + "default.handlebars->27->1728"
31328 ]
31329 },
31330 {
@@ -31329,7 +31344,7 @@
31344 "zh-chs": "发送短信给该用户",
31345 "zh-cht": "發送短信給該用戶",
31346 "xloc": [
31332 - "default.handlebars->27->1918"
31347 + "default.handlebars->27->1931"
31348 ]
31349 },
31350 {
@@ -31349,7 +31364,7 @@
31364 "zh-chs": "发送电邮给该用户",
31365 "zh-cht": "發送電郵給該用戶",
31366 "xloc": [
31352 - "default.handlebars->27->1920"
31367 + "default.handlebars->27->1933"
31368 ]
31369 },
31370 {
@@ -31369,7 +31384,7 @@
31384 "zh-chs": "向该组中的所有用户发送通知。",
31385 "zh-cht": "向該群中的所有用戶發送通知。",
31386 "xloc": [
31372 - "default.handlebars->27->1826"
31387 + "default.handlebars->27->1839"
31388 ]
31389 },
31390 {
@@ -31389,7 +31404,7 @@
31404 "zh-chs": "向该用户发送文本通知。",
31405 "zh-cht": "向該用戶發送文本通知。",
31406 "xloc": [
31392 - "default.handlebars->27->1730"
31407 + "default.handlebars->27->1731"
31408 ]
31409 },
31410 {
@@ -31409,7 +31424,7 @@
31424 "zh-chs": "发送电邮给用户",
31425 "zh-cht": "發送電郵給用戶",
31426 "xloc": [
31412 - "default.handlebars->27->1710"
31427 + "default.handlebars->27->1711"
31428 ]
31429 },
31430 {
@@ -31449,7 +31464,7 @@
31464 "zh-chs": "发送邀请电邮。",
31465 "zh-cht": "發送邀請電郵。",
31466 "xloc": [
31452 - "default.handlebars->27->1770"
31467 + "default.handlebars->27->1771"
31468 ]
31469 },
31470 {
@@ -31571,7 +31586,7 @@
31586 "zh-chs": "发送用户通知",
31587 "zh-cht": "發送用戶通知",
31588 "xloc": [
31574 - "default.handlebars->27->1922"
31589 + "default.handlebars->27->1935"
31590 ]
31591 },
31592 {
@@ -31632,7 +31647,7 @@
31647 "zh-chs": "服务器备份",
31648 "zh-cht": "伺服器備份",
31649 "xloc": [
31635 - "default.handlebars->27->1780"
31650 + "default.handlebars->27->1781"
31651 ]
31652 },
31653 {
@@ -31652,7 +31667,7 @@
31667 "zh-chs": "服务器证书",
31668 "zh-cht": "伺服器憑證",
31669 "xloc": [
31655 - "default.handlebars->27->2074"
31670 + "default.handlebars->27->2087"
31671 ]
31672 },
31673 {
@@ -31672,7 +31687,7 @@
31687 "zh-chs": "服务器数据库",
31688 "zh-cht": "伺服器數據庫",
31689 "xloc": [
31675 - "default.handlebars->27->2075"
31690 + "default.handlebars->27->2088"
31691 ]
31692 },
31693 {
@@ -31694,9 +31709,9 @@
31709 "xloc": [
31710 "default-mobile.handlebars->9->421",
31711 "default-mobile.handlebars->9->434",
31697 - "default.handlebars->27->1438",
31698 - "default.handlebars->27->1467",
31699 - "default.handlebars->27->1777",
31712 + "default.handlebars->27->1439",
31713 + "default.handlebars->27->1468",
31714 + "default.handlebars->27->1778",
31715 "default.handlebars->27->682",
31716 "default.handlebars->27->701"
31717 ]
@@ -31718,8 +31733,8 @@
31733 "zh-chs": "服务器权限",
31734 "zh-cht": "伺服器權限",
31735 "xloc": [
31721 - "default.handlebars->27->1702",
31722 - "default.handlebars->27->1791"
31736 + "default.handlebars->27->1703",
31737 + "default.handlebars->27->1792"
31738 ]
31739 },
31740 {
@@ -31739,7 +31754,7 @@
31754 "zh-chs": "服务器配额",
31755 "zh-cht": "伺服器配額",
31756 "xloc": [
31742 - "default.handlebars->27->1884"
31757 + "default.handlebars->27->1897"
31758 ]
31759 },
31760 {
@@ -31759,7 +31774,7 @@
31774 "zh-chs": "服务器还原",
31775 "zh-cht": "伺服器還原",
31776 "xloc": [
31762 - "default.handlebars->27->1781"
31777 + "default.handlebars->27->1782"
31778 ]
31779 },
31780 {
@@ -31779,7 +31794,7 @@
31794 "zh-chs": "服务器权限",
31795 "zh-cht": "伺服器權限",
31796 "xloc": [
31782 - "default.handlebars->27->1883"
31797 + "default.handlebars->27->1896"
31798 ]
31799 },
31800 {
@@ -31799,7 +31814,7 @@
31814 "zh-chs": "服务器状态",
31815 "zh-cht": "伺服器狀態",
31816 "xloc": [
31802 - "default.handlebars->27->2022"
31817 + "default.handlebars->27->2035"
31818 ]
31819 },
31820 {
@@ -31839,7 +31854,7 @@
31854 "zh-chs": "服务器跟踪",
31855 "zh-cht": "伺服器追蹤",
31856 "xloc": [
31842 - "default.handlebars->27->2085"
31857 + "default.handlebars->27->2098"
31858 ]
31859 },
31860 {
@@ -31859,7 +31874,7 @@
31874 "zh-chs": "服务器更新",
31875 "zh-cht": "伺服器更新",
31876 "xloc": [
31862 - "default.handlebars->27->1782"
31877 + "default.handlebars->27->1783"
31878 ]
31879 },
31880 {
@@ -32002,7 +32017,7 @@
32017 "zh-chs": "ServerStats.csv",
32018 "zh-cht": "ServerStats.csv",
32019 "xloc": [
32005 - "default.handlebars->27->2066"
32020 + "default.handlebars->27->2079"
32021 ]
32022 },
32023 {
@@ -32062,7 +32077,7 @@
32077 "zh-chs": "会话",
32078 "zh-cht": "節",
32079 "xloc": [
32065 - "default.handlebars->27->1986"
32080 + "default.handlebars->27->1999"
32081 ]
32082 },
32083 {
@@ -32187,7 +32202,7 @@
32202 "zh-chs": "设置剪贴板内容,{0}个字节",
32203 "zh-cht": "設置剪貼板內容,{0}個字節",
32204 "xloc": [
32190 - "default.handlebars->27->1588"
32205 + "default.handlebars->27->1589"
32206 ]
32207 },
32208 {
@@ -32568,7 +32583,7 @@
32583 "zh-cht": "只顯示自己的事件",
32584 "xloc": [
32585 "default-mobile.handlebars->9->424",
32571 - "default.handlebars->27->1441"
32586 + "default.handlebars->27->1442"
32587 ]
32588 },
32589 {
@@ -32588,7 +32603,7 @@
32603 "zh-chs": "显示连接工具栏",
32604 "zh-cht": "顯示連接工具欄",
32605 "xloc": [
32591 - "default.handlebars->27->1403"
32606 + "default.handlebars->27->1404"
32607 ]
32608 },
32609 {
@@ -32668,8 +32683,8 @@
32683 "zh-chs": "显示1分钟",
32684 "zh-cht": "顯示1分鐘",
32685 "xloc": [
32671 - "default.handlebars->27->1733",
32672 - "default.handlebars->27->1756"
32686 + "default.handlebars->27->1734",
32687 + "default.handlebars->27->1757"
32688 ]
32689 },
32690 {
@@ -32689,8 +32704,8 @@
32704 "zh-chs": "显示10秒",
32705 "zh-cht": "顯示10秒",
32706 "xloc": [
32692 - "default.handlebars->27->1732",
32693 - "default.handlebars->27->1755"
32707 + "default.handlebars->27->1733",
32708 + "default.handlebars->27->1756"
32709 ]
32710 },
32711 {
@@ -32710,8 +32725,8 @@
32725 "zh-chs": "显示5分钟",
32726 "zh-cht": "顯示5分鐘",
32727 "xloc": [
32713 - "default.handlebars->27->1734",
32714 - "default.handlebars->27->1757"
32728 + "default.handlebars->27->1735",
32729 + "default.handlebars->27->1758"
32730 ]
32731 },
32732 {
@@ -32731,8 +32746,8 @@
32746 "zh-chs": "显示消息,直到被用户拒绝",
32747 "zh-cht": "顯示消息,直到被用戶拒絕",
32748 "xloc": [
32734 - "default.handlebars->27->1731",
32735 - "default.handlebars->27->1754"
32749 + "default.handlebars->27->1732",
32750 + "default.handlebars->27->1755"
32751 ]
32752 },
32753 {
@@ -33031,8 +33046,8 @@
33046 "zh-chs": "尺寸",
33047 "zh-cht": "尺寸",
33048 "xloc": [
33034 - "default.handlebars->27->1989",
33035 - "default.handlebars->27->2004",
33049 + "default.handlebars->27->2002",
33050 + "default.handlebars->27->2017",
33051 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
33052 ]
33053 },
@@ -34022,8 +34037,8 @@
34037 "zh-chs": "开始时间",
34038 "zh-cht": "開始時間",
34039 "xloc": [
34025 - "default.handlebars->27->1987",
34026 - "default.handlebars->27->2006",
34040 + "default.handlebars->27->2000",
34041 + "default.handlebars->27->2019",
34042 "default.handlebars->27->823",
34043 "desktop.handlebars->3->15"
34044 ]
@@ -34045,7 +34060,7 @@
34060 "zh-chs": "开始桌面多重会话",
34061 "zh-cht": "啟動桌面多路復用會話",
34062 "xloc": [
34048 - "default.handlebars->27->1572"
34063 + "default.handlebars->27->1573"
34064 ]
34065 },
34066 {
@@ -34065,7 +34080,7 @@
34080 "zh-chs": "从{1}到{2}开始了桌面会话“{0}”",
34081 "zh-cht": "從{1}到{2}開始了桌面會話“{0}”",
34082 "xloc": [
34068 - "default.handlebars->27->1581"
34083 + "default.handlebars->27->1582"
34084 ]
34085 },
34086 {
@@ -34085,7 +34100,7 @@
34100 "zh-chs": "从{1}到{2}开始文件管理会话“{0}”",
34101 "zh-cht": "從{1}到{2}開始文件管理會話“{0}”",
34102 "xloc": [
34088 - "default.handlebars->27->1582"
34103 + "default.handlebars->27->1583"
34104 ]
34105 },
34106 {
@@ -34105,7 +34120,7 @@
34120 "zh-chs": "从{1}到{2}开始中继会话“{0}”",
34121 "zh-cht": "從{1}到{2}開始中繼會話“{0}”",
34122 "xloc": [
34108 - "default.handlebars->27->1579"
34123 + "default.handlebars->27->1580"
34124 ]
34125 },
34126 {
@@ -34125,7 +34140,7 @@
34140 "zh-chs": "使用Toast通知启动远程桌面",
34141 "zh-cht": "使用Toast通知啟動遠程桌面",
34142 "xloc": [
34128 - "default.handlebars->27->1601"
34143 + "default.handlebars->27->1602"
34144 ]
34145 },
34146 {
@@ -34145,7 +34160,7 @@
34160 "zh-chs": "启动远程桌面,而无需通知",
34161 "zh-cht": "啟動遠程桌面,而無需通知",
34162 "xloc": [
34148 - "default.handlebars->27->1602"
34163 + "default.handlebars->27->1603"
34164 ]
34165 },
34166 {
@@ -34165,7 +34180,7 @@
34180 "zh-chs": "启动带有Toast通知的远程文件",
34181 "zh-cht": "啟動帶有Toast通知的遠程文件",
34182 "xloc": [
34168 - "default.handlebars->27->1608"
34183 + "default.handlebars->27->1609"
34184 ]
34185 },
34186 {
@@ -34185,7 +34200,7 @@
34200 "zh-chs": "已启动的远程文件,恕不另行通知",
34201 "zh-cht": "已啟動的遠程文件,恕不另行通知",
34202 "xloc": [
34188 - "default.handlebars->27->1609"
34203 + "default.handlebars->27->1610"
34204 ]
34205 },
34206 {
@@ -34205,7 +34220,7 @@
34220 "zh-chs": "从{1}到{2}开始了终端会话“{0}”",
34221 "zh-cht": "從{1}到{2}開始了終端會話“{0}”",
34222 "xloc": [
34208 - "default.handlebars->27->1580"
34223 + "default.handlebars->27->1581"
34224 ]
34225 },
34226 {
@@ -34225,7 +34240,7 @@
34240 "zh-chs": "接受本地用户后启动远程桌面",
34241 "zh-cht": "接受本地用戶後啟動遠程桌面",
34242 "xloc": [
34228 - "default.handlebars->27->1596"
34243 + "default.handlebars->27->1597"
34244 ]
34245 },
34246 {
@@ -34245,7 +34260,7 @@
34260 "zh-chs": "本地用户接受后启动远程文件",
34261 "zh-cht": "本地用戶接受後啟動遠程文件",
34262 "xloc": [
34248 - "default.handlebars->27->1606"
34263 + "default.handlebars->27->1607"
34264 ]
34265 },
34266 {
@@ -34306,8 +34321,8 @@
34321 "zh-chs": "状况",
34322 "zh-cht": "狀態",
34323 "xloc": [
34309 - "default.handlebars->27->1936",
34310 - "default.handlebars->27->1999",
34324 + "default.handlebars->27->1949",
34325 + "default.handlebars->27->2012",
34326 "default.handlebars->container->column_l->p42->p42tbl->1->0->7"
34327 ]
34328 },
@@ -34435,7 +34450,7 @@
34450 "zh-chs": "超出储存空间",
34451 "zh-cht": "超出儲存空間",
34452 "xloc": [
34438 - "default.handlebars->27->1527"
34453 + "default.handlebars->27->1528"
34454 ]
34455 },
34456 {
@@ -34500,7 +34515,7 @@
34515 "zh-chs": "主题",
34516 "zh-cht": "主題",
34517 "xloc": [
34503 - "default.handlebars->27->1728"
34518 + "default.handlebars->27->1729"
34519 ]
34520 },
34521 {
@@ -34706,7 +34721,7 @@
34721 "zh-chs": "将服务器设备名称同步到主机名称",
34722 "zh-cht": "將伺服器裝置名稱同步到主機名稱",
34723 "xloc": [
34709 - "default.handlebars->27->1411"
34724 + "default.handlebars->27->1412"
34725 ]
34726 },
34727 {
@@ -35025,8 +35040,8 @@
35040 "zh-cht": "終端機",
35041 "xloc": [
35042 "default-mobile.handlebars->9->164",
35028 - "default.handlebars->27->1404",
35029 - "default.handlebars->27->1993",
35043 + "default.handlebars->27->1405",
35044 + "default.handlebars->27->2006",
35045 "default.handlebars->27->250",
35046 "default.handlebars->27->531",
35047 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
@@ -35071,7 +35086,8 @@
35086 "zh-cht": "終端機通知",
35087 "xloc": [
35088 "default.handlebars->27->1324",
35074 - "default.handlebars->27->1902",
35089 + "default.handlebars->27->1828",
35090 + "default.handlebars->27->1915",
35091 "default.handlebars->27->603"
35092 ]
35093 },
@@ -35093,7 +35109,8 @@
35109 "zh-cht": "終端機提示",
35110 "xloc": [
35111 "default.handlebars->27->1323",
35096 - "default.handlebars->27->1901",
35112 + "default.handlebars->27->1827",
35113 + "default.handlebars->27->1914",
35114 "default.handlebars->27->602"
35115 ]
35116 },
@@ -35264,7 +35281,7 @@
35281 "zh-chs": "目前没有任何通知",
35282 "zh-cht": "目前沒有任何通知",
35283 "xloc": [
35267 - "default.handlebars->27->2014"
35284 + "default.handlebars->27->2027"
35285 ]
35286 },
35287 {
@@ -35643,7 +35660,7 @@
35660 "zh-chs": "时间跨度",
35661 "zh-cht": "時間跨度",
35662 "xloc": [
35646 - "default.handlebars->27->1667"
35663 + "default.handlebars->27->1668"
35664 ]
35665 },
35666 {
@@ -36823,7 +36840,7 @@
36840 "zh-cht": "卸載",
36841 "xloc": [
36842 "default-mobile.handlebars->9->444",
36826 - "default.handlebars->27->1478",
36843 + "default.handlebars->27->1479",
36844 "default.handlebars->27->687",
36845 "default.handlebars->27->706"
36846 ]
@@ -36867,7 +36884,7 @@
36884 "zh-chs": "卸载代理/删除设备",
36885 "zh-cht": "卸載代理/刪除設備",
36886 "xloc": [
36870 - "default.handlebars->27->1443"
36887 + "default.handlebars->27->1444"
36888 ]
36889 },
36890 {
@@ -36920,9 +36937,9 @@
36937 "default.handlebars->27->1297",
36938 "default.handlebars->27->1298",
36939 "default.handlebars->27->13",
36923 - "default.handlebars->27->1976",
36924 - "default.handlebars->27->1991",
36925 - "default.handlebars->27->1992",
36940 + "default.handlebars->27->1989",
36941 + "default.handlebars->27->2004",
36942 + "default.handlebars->27->2005",
36943 "default.handlebars->27->42",
36944 "default.handlebars->27->448",
36945 "default.handlebars->27->956",
@@ -36967,7 +36984,7 @@
36984 "zh-chs": "未知动作",
36985 "zh-cht": "未知動作",
36986 "xloc": [
36970 - "default.handlebars->27->2028"
36987 + "default.handlebars->27->2041"
36988 ]
36989 },
36990 {
@@ -36987,8 +37004,8 @@
37004 "zh-chs": "未知设备",
37005 "zh-cht": "未知裝置",
37006 "xloc": [
36990 - "default.handlebars->27->1840",
36991 - "default.handlebars->27->1964"
37007 + "default.handlebars->27->1853",
37008 + "default.handlebars->27->1977"
37009 ]
37010 },
37011 {
@@ -37008,9 +37025,9 @@
37025 "zh-chs": "未知设备组",
37026 "zh-cht": "未知裝置群",
37027 "xloc": [
37011 - "default.handlebars->27->1834",
37012 - "default.handlebars->27->1952",
37013 - "default.handlebars->27->2032"
37028 + "default.handlebars->27->1847",
37029 + "default.handlebars->27->1965",
37030 + "default.handlebars->27->2045"
37031 ]
37032 },
37033 {
@@ -37030,7 +37047,7 @@
37047 "zh-chs": "未知群组",
37048 "zh-cht": "未知群組",
37049 "xloc": [
37033 - "default.handlebars->27->2024"
37050 + "default.handlebars->27->2037"
37051 ]
37052 },
37053 {
@@ -37071,7 +37088,7 @@
37088 "zh-chs": "未知用户组",
37089 "zh-cht": "未知用戶群",
37090 "xloc": [
37074 - "default.handlebars->27->1958"
37091 + "default.handlebars->27->1971"
37092 ]
37093 },
37094 {
@@ -37134,7 +37151,7 @@
37151 "zh-chs": "解锁帐户",
37152 "zh-cht": "解鎖帳戶",
37153 "xloc": [
37137 - "default.handlebars->27->1721"
37154 + "default.handlebars->27->1722"
37155 ]
37156 },
37157 {
@@ -37178,7 +37195,7 @@
37195 "zh-chs": "最新",
37196 "zh-cht": "最新",
37197 "xloc": [
37181 - "default.handlebars->27->2092"
37198 + "default.handlebars->27->2105"
37199 ]
37200 },
37201 {
@@ -37226,8 +37243,8 @@
37243 "default-mobile.handlebars->9->305",
37244 "default-mobile.handlebars->9->323",
37245 "default-mobile.handlebars->9->326",
37229 - "default.handlebars->27->1556",
37230 - "default.handlebars->27->1564",
37246 + "default.handlebars->27->1557",
37247 + "default.handlebars->27->1565",
37248 "default.handlebars->27->888",
37249 "default.handlebars->27->912",
37250 "default.handlebars->27->915",
@@ -37352,7 +37369,7 @@
37369 "zh-cht": "上傳將覆蓋1個檔案。繼續?",
37370 "xloc": [
37371 "default-mobile.handlebars->9->324",
37355 - "default.handlebars->27->1565",
37372 + "default.handlebars->27->1566",
37373 "default.handlebars->27->913"
37374 ]
37375 },
@@ -37374,7 +37391,7 @@
37391 "zh-cht": "上傳將覆蓋{0}個檔案。繼續?",
37392 "xloc": [
37393 "default-mobile.handlebars->9->325",
37377 - "default.handlebars->27->1566",
37394 + "default.handlebars->27->1567",
37395 "default.handlebars->27->914"
37396 ]
37397 },
@@ -37412,7 +37429,7 @@
37429 "zh-chs": "上传:“{0}”",
37430 "zh-cht": "上傳:“{0}”",
37431 "xloc": [
37415 - "default.handlebars->27->1616"
37432 + "default.handlebars->27->1617"
37433 ]
37434 },
37435 {
@@ -37516,8 +37533,8 @@
37533 "zh-chs": "用过的",
37534 "zh-cht": "用過的",
37535 "xloc": [
37519 - "default.handlebars->27->2018",
37520 - "default.handlebars->27->2020"
37536 + "default.handlebars->27->2031",
37537 + "default.handlebars->27->2033"
37538 ]
37539 },
37540 {
@@ -37538,10 +37555,10 @@
37555 "zh-cht": "用戶",
37556 "xloc": [
37557 "default.handlebars->27->1362",
37541 - "default.handlebars->27->1674",
37542 - "default.handlebars->27->1703",
37543 - "default.handlebars->27->1830",
37544 - "default.handlebars->27->2011",
37558 + "default.handlebars->27->1675",
37559 + "default.handlebars->27->1704",
37560 + "default.handlebars->27->1843",
37561 + "default.handlebars->27->2024",
37562 "default.handlebars->27->228",
37563 "default.handlebars->27->671"
37564 ]
@@ -37563,7 +37580,7 @@
37580 "zh-chs": "用户+档案",
37581 "zh-cht": "用戶+檔案",
37582 "xloc": [
37566 - "default.handlebars->27->1704"
37583 + "default.handlebars->27->1705"
37584 ]
37585 },
37586 {
@@ -37583,10 +37600,10 @@
37600 "zh-chs": "用户帐户导入",
37601 "zh-cht": "用戶帳戶導入",
37602 "xloc": [
37586 - "default.handlebars->27->1737",
37603 "default.handlebars->27->1738",
37588 - "default.handlebars->27->1740",
37589 - "default.handlebars->27->1742"
37604 + "default.handlebars->27->1739",
37605 + "default.handlebars->27->1741",
37606 + "default.handlebars->27->1743"
37607 ]
37608 },
37609 {
@@ -37606,7 +37623,7 @@
37623 "zh-chs": "用户帐户",
37624 "zh-cht": "用戶帳戶",
37625 "xloc": [
37609 - "default.handlebars->27->2037"
37626 + "default.handlebars->27->2050"
37627 ]
37628 },
37629 {
@@ -37649,8 +37666,9 @@
37666 "zh-cht": "用戶同意",
37667 "xloc": [
37668 "default.handlebars->27->1330",
37669 + "default.handlebars->27->1834",
37670 "default.handlebars->27->190",
37653 - "default.handlebars->27->1908",
37671 + "default.handlebars->27->1921",
37672 "default.handlebars->27->609",
37673 "default.handlebars->27->734"
37674 ]
@@ -37672,11 +37690,11 @@
37690 "zh-chs": "用户组",
37691 "zh-cht": "用戶群",
37692 "xloc": [
37675 - "default.handlebars->27->1419",
37693 "default.handlebars->27->1420",
37677 - "default.handlebars->27->1806",
37678 - "default.handlebars->27->1960",
37679 - "default.handlebars->27->1979",
37694 + "default.handlebars->27->1421",
37695 + "default.handlebars->27->1807",
37696 + "default.handlebars->27->1973",
37697 + "default.handlebars->27->1992",
37698 "default.handlebars->27->670"
37699 ]
37700 },
@@ -37717,7 +37735,7 @@
37735 "zh-chs": "用户组成员",
37736 "zh-cht": "用戶群成員",
37737 "xloc": [
37720 - "default.handlebars->27->1957"
37738 + "default.handlebars->27->1970"
37739 ]
37740 },
37741 {
@@ -37757,9 +37775,9 @@
37775 "zh-chs": "用户识别码",
37776 "zh-cht": "用戶識別碼",
37777 "xloc": [
37760 - "default.handlebars->27->1481",
37761 - "default.handlebars->27->1875",
37762 - "default.handlebars->27->1876"
37778 + "default.handlebars->27->1482",
37779 + "default.handlebars->27->1888",
37780 + "default.handlebars->27->1889"
37781 ]
37782 },
37783 {
@@ -37779,8 +37797,8 @@
37797 "zh-chs": "用户标识符",
37798 "zh-cht": "用戶標識符",
37799 "xloc": [
37782 - "default.handlebars->27->1417",
37783 - "default.handlebars->27->1859"
37800 + "default.handlebars->27->1418",
37801 + "default.handlebars->27->1872"
37802 ]
37803 },
37804 {
@@ -37800,7 +37818,7 @@
37818 "zh-chs": "用户列表输出",
37819 "zh-cht": "用戶列表輸出",
37820 "xloc": [
37803 - "default.handlebars->27->1749"
37821 + "default.handlebars->27->1750"
37822 ]
37823 },
37824 {
@@ -37821,7 +37839,7 @@
37839 "zh-cht": "用戶名",
37840 "xloc": [
37841 "default-mobile.handlebars->9->446",
37824 - "default.handlebars->27->1480"
37842 + "default.handlebars->27->1481"
37843 ]
37844 },
37845 {
@@ -37896,7 +37914,7 @@
37914 "zh-chs": "用户节",
37915 "zh-cht": "用戶節",
37916 "xloc": [
37899 - "default.handlebars->27->2057"
37917 + "default.handlebars->27->2070"
37918 ]
37919 },
37920 {
@@ -38024,7 +38042,7 @@
38042 "zh-chs": "用户组已更改:{0}",
38043 "zh-cht": "用戶組已更改:{0}",
38044 "xloc": [
38027 - "default.handlebars->27->1645"
38045 + "default.handlebars->27->1646"
38046 ]
38047 },
38048 {
@@ -38044,7 +38062,7 @@
38062 "zh-chs": "已创建用户组:{0}",
38063 "zh-cht": "已創建用戶組:{0}",
38064 "xloc": [
38047 - "default.handlebars->27->1635"
38065 + "default.handlebars->27->1636"
38066 ]
38067 },
38068 {
@@ -38064,7 +38082,7 @@
38082 "zh-chs": "用户组成员身份已更改:{0}",
38083 "zh-cht": "用戶組成員身份已更改:{0}",
38084 "xloc": [
38067 - "default.handlebars->27->1633"
38085 + "default.handlebars->27->1634"
38086 ]
38087 },
38088 {
@@ -38130,7 +38148,7 @@
38148 "zh-cht": "用戶名",
38149 "xloc": [
38150 "default-mobile.handlebars->9->268",
38133 - "default.handlebars->27->1761",
38151 + "default.handlebars->27->1762",
38152 "default.handlebars->27->289",
38153 "default.handlebars->27->321",
38154 "default.handlebars->27->755",
@@ -38205,9 +38223,9 @@
38223 "zh-chs": "用户",
38224 "zh-cht": "用戶",
38225 "xloc": [
38208 - "default.handlebars->27->1794",
38209 - "default.handlebars->27->1822",
38210 - "default.handlebars->27->2056",
38226 + "default.handlebars->27->1795",
38227 + "default.handlebars->27->1835",
38228 + "default.handlebars->27->2069",
38229 "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
38230 ]
38231 },
@@ -38228,7 +38246,7 @@
38246 "zh-chs": "用户会话",
38247 "zh-cht": "用戶節",
38248 "xloc": [
38231 - "default.handlebars->27->2041"
38249 + "default.handlebars->27->2054"
38250 ]
38251 },
38252 {
@@ -38268,7 +38286,7 @@
38286 "zh-chs": "验证电邮",
38287 "zh-cht": "驗證電郵",
38288 "xloc": [
38271 - "default.handlebars->27->1716"
38289 + "default.handlebars->27->1717"
38290 ]
38291 },
38292 {
@@ -38352,7 +38370,7 @@
38370 "zh-chs": "已验证",
38371 "zh-cht": "已驗證",
38372 "xloc": [
38355 - "default.handlebars->27->1938"
38373 + "default.handlebars->27->1951"
38374 ]
38375 },
38376 {
@@ -38395,7 +38413,7 @@
38413 "xloc": [
38414 "default-mobile.handlebars->9->63",
38415 "default.handlebars->27->1009",
38398 - "default.handlebars->27->1712"
38416 + "default.handlebars->27->1713"
38417 ]
38418 },
38419 {
@@ -38415,7 +38433,7 @@
38433 "zh-chs": "用户{0}的已验证电话号码",
38434 "zh-cht": "用戶{0}的已驗證電話號碼",
38435 "xloc": [
38418 - "default.handlebars->27->1662"
38436 + "default.handlebars->27->1663"
38437 ]
38438 },
38439 {
@@ -38504,7 +38522,7 @@
38522 "zh-chs": "版本不兼容,请先升级您的MeshCentral",
38523 "zh-cht": "版本不兼容,請先升級你的MeshCentral",
38524 "xloc": [
38507 - "default.handlebars->27->2088"
38525 + "default.handlebars->27->2101"
38526 ]
38527 },
38528 {
@@ -38586,7 +38604,7 @@
38604 "zh-chs": "查看所有事件",
38605 "zh-cht": "查看所有事件",
38606 "xloc": [
38589 - "default.handlebars->27->1786"
38607 + "default.handlebars->27->1787"
38608 ]
38609 },
38610 {
@@ -38606,8 +38624,8 @@
38624 "zh-chs": "查看变更日志",
38625 "zh-cht": "查看變更日誌",
38626 "xloc": [
38609 - "default.handlebars->27->2091",
38610 - "default.handlebars->27->2093"
38627 + "default.handlebars->27->2104",
38628 + "default.handlebars->27->2106"
38629 ]
38630 },
38631 {
@@ -38667,7 +38685,7 @@
38685 "zh-chs": "查看有关此用户的注释",
38686 "zh-cht": "查看有關此用戶的註釋",
38687 "xloc": [
38670 - "default.handlebars->27->1916"
38688 + "default.handlebars->27->1929"
38689 ]
38690 },
38691 {
@@ -38791,8 +38809,8 @@
38809 "xloc": [
38810 "default-mobile.handlebars->9->422",
38811 "default-mobile.handlebars->9->435",
38794 - "default.handlebars->27->1439",
38795 - "default.handlebars->27->1468"
38812 + "default.handlebars->27->1440",
38813 + "default.handlebars->27->1469"
38814 ]
38815 },
38816 {
@@ -38918,8 +38936,8 @@
38936 "zh-chs": "网络服务器",
38937 "zh-cht": "網絡伺服器",
38938 "xloc": [
38921 - "default.handlebars->27->2077",
38922 - "default.handlebars->27->2078"
38939 + "default.handlebars->27->2090",
38940 + "default.handlebars->27->2091"
38941 ]
38942 },
38943 {
@@ -38939,7 +38957,7 @@
38957 "zh-chs": "Web服务器请求",
38958 "zh-cht": "Web伺服器請求",
38959 "xloc": [
38942 - "default.handlebars->27->2079"
38960 + "default.handlebars->27->2092"
38961 ]
38962 },
38963 {
@@ -38959,7 +38977,7 @@
38977 "zh-chs": "Web套接字中继",
38978 "zh-cht": "Web插座中繼",
38979 "xloc": [
38962 - "default.handlebars->27->2080"
38980 + "default.handlebars->27->2093"
38981 ]
38982 },
38983 {
@@ -39061,7 +39079,7 @@
39079 "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:",
39080 "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
39081 "xloc": [
39064 - "default.handlebars->27->1489"
39082 + "default.handlebars->27->1490"
39083 ]
39084 },
39085 {
@@ -39102,7 +39120,7 @@
39120 "zh-chs": "下次登录时将更改。",
39121 "zh-cht": "下次登入時將更改。",
39122 "xloc": [
39105 - "default.handlebars->27->1888"
39123 + "default.handlebars->27->1901"
39124 ]
39125 },
39126 {
@@ -40355,7 +40373,7 @@
40373 "zh-chs": "\\\\'",
40374 "zh-cht": "\\\\'",
40375 "xloc": [
40358 - "default.handlebars->27->2089"
40376 + "default.handlebars->27->2102"
40377 ]
40378 },
40379 {
@@ -40602,7 +40620,7 @@
40620 "zh-cht": "複製",
40621 "xloc": [
40622 "default-mobile.handlebars->9->130",
40605 - "default.handlebars->27->1561"
40623 + "default.handlebars->27->1562"
40624 ]
40625 },
40626 {
@@ -40701,8 +40719,8 @@
40719 "zh-chs": "eventslist.csv",
40720 "zh-cht": "eventslist.csv",
40721 "xloc": [
40704 - "default.handlebars->27->1681",
40705 - "default.handlebars->27->1686"
40722 + "default.handlebars->27->1682",
40723 + "default.handlebars->27->1687"
40724 ]
40725 },
40726 {
@@ -40722,8 +40740,8 @@
40740 "zh-chs": "eventslist.json",
40741 "zh-cht": "eventslist.json",
40742 "xloc": [
40725 - "default.handlebars->27->1683",
40726 - "default.handlebars->27->1687"
40743 + "default.handlebars->27->1684",
40744 + "default.handlebars->27->1688"
40745 ]
40746 },
40747 {
@@ -40763,8 +40781,8 @@
40781 "zh-chs": "免费",
40782 "zh-cht": "免費",
40783 "xloc": [
40766 - "default.handlebars->27->2049",
40767 - "default.handlebars->27->2052"
40784 + "default.handlebars->27->2062",
40785 + "default.handlebars->27->2065"
40786 ]
40787 },
40788 {
@@ -40979,7 +40997,7 @@
40997 "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors",
40998 "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors",
40999 "xloc": [
40982 - "default.handlebars->27->1750"
41000 + "default.handlebars->27->1751"
41001 ]
41002 },
41003 {
@@ -41102,7 +41120,7 @@
41120 "zh-chs": "k max,默认为空白",
41121 "zh-cht": "k max,默認為空白",
41122 "xloc": [
41105 - "default.handlebars->27->1778"
41123 + "default.handlebars->27->1779"
41124 ]
41125 },
41126 {
@@ -41244,7 +41262,7 @@
41262 "zh-cht": "移動",
41263 "xloc": [
41264 "default-mobile.handlebars->9->131",
41247 - "default.handlebars->27->1562"
41265 + "default.handlebars->27->1563"
41266 ]
41267 },
41268 {
@@ -41361,7 +41379,7 @@
41379 "zh-chs": "servertrace.csv",
41380 "zh-cht": "servertrace.csv",
41381 "xloc": [
41364 - "default.handlebars->27->2087"
41382 + "default.handlebars->27->2100"
41383 ]
41384 },
41385 {
@@ -41427,7 +41445,7 @@
41445 "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
41446 "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
41447 "xloc": [
41430 - "default.handlebars->27->2065"
41448 + "default.handlebars->27->2078"
41449 ]
41450 },
41451 {
@@ -41447,7 +41465,7 @@
41465 "zh-chs": "时间,来源,信息",
41466 "zh-cht": "時間,來源,訊息",
41467 "xloc": [
41450 - "default.handlebars->27->2086"
41468 + "default.handlebars->27->2099"
41469 ]
41470 },
41471 {
@@ -41484,8 +41502,8 @@
41502 "zh-chs": "总计",
41503 "zh-cht": "總",
41504 "xloc": [
41487 - "default.handlebars->27->2050",
41488 - "default.handlebars->27->2053"
41505 + "default.handlebars->27->2063",
41506 + "default.handlebars->27->2066"
41507 ]
41508 },
41509 {
@@ -41568,8 +41586,8 @@
41586 "zh-chs": "userlist.csv",
41587 "zh-cht": "userlist.csv",
41588 "xloc": [
41571 - "default.handlebars->27->1746",
41572 - "default.handlebars->27->1751"
41589 + "default.handlebars->27->1747",
41590 + "default.handlebars->27->1752"
41591 ]
41592 },
41593 {
@@ -41589,8 +41607,8 @@
41607 "zh-chs": "userlist.json",
41608 "zh-cht": "userlist.json",
41609 "xloc": [
41592 - "default.handlebars->27->1748",
41593 - "default.handlebars->27->1752"
41610 + "default.handlebars->27->1749",
41611 + "default.handlebars->27->1753"
41612 ]
41613 },
41614 {
@@ -41610,7 +41628,7 @@
41628 "zh-chs": "utc,时间,类型,指令,用户,设备,消息",
41629 "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息",
41630 "xloc": [
41613 - "default.handlebars->27->1685"
41631 + "default.handlebars->27->1686"
41632 ]
41633 },
41634 {
@@ -41650,8 +41668,8 @@
41668 "zh-chs": "{0} Gb",
41669 "zh-cht": "{0} Gb",
41670 "xloc": [
41653 - "default.handlebars->27->1536",
41654 - "default.handlebars->27->1541"
41671 + "default.handlebars->27->1537",
41672 + "default.handlebars->27->1542"
41673 ]
41674 },
41675 {
@@ -41671,9 +41689,9 @@
41689 "zh-chs": "{0} Kb",
41690 "zh-cht": "{0} Kb",
41691 "xloc": [
41674 - "default.handlebars->27->1534",
41675 - "default.handlebars->27->1539",
41676 - "default.handlebars->27->1990"
41692 + "default.handlebars->27->1535",
41693 + "default.handlebars->27->1540",
41694 + "default.handlebars->27->2003"
41695 ]
41696 },
41697 {
@@ -41694,8 +41712,8 @@
41712 "zh-cht": "{0} Mb",
41713 "xloc": [
41714 "default-mobile.handlebars->9->387",
41697 - "default.handlebars->27->1535",
41698 - "default.handlebars->27->1540",
41715 + "default.handlebars->27->1536",
41716 + "default.handlebars->27->1541",
41717 "default.handlebars->27->988"
41718 ]
41719 },
@@ -41737,7 +41755,7 @@
41755 "zh-chs": "{0}个活跃会话",
41756 "zh-cht": "{0}個活躍節",
41757 "xloc": [
41740 - "default.handlebars->27->1928"
41758 + "default.handlebars->27->1941"
41759 ]
41760 },
41761 {
@@ -41757,8 +41775,8 @@
41775 "zh-chs": "{0} b",
41776 "zh-cht": "{0} b",
41777 "xloc": [
41760 - "default.handlebars->27->1533",
41761 - "default.handlebars->27->1538"
41778 + "default.handlebars->27->1534",
41779 + "default.handlebars->27->1539"
41780 ]
41781 },
41782 {
@@ -41779,8 +41797,8 @@
41797 "zh-cht": "{0}個字節",
41798 "xloc": [
41799 "default-mobile.handlebars->9->119",
41782 - "default.handlebars->27->1549",
41783 - "default.handlebars->27->2005",
41800 + "default.handlebars->27->1550",
41801 + "default.handlebars->27->2018",
41802 "download.handlebars->3->2",
41803 "download2.handlebars->5->2"
41804 ]
@@ -41802,7 +41820,7 @@
41820 "zh-chs": "剩余{0}个字节",
41821 "zh-cht": "剩餘{0}個字節",
41822 "xloc": [
41805 - "default.handlebars->27->1528"
41823 + "default.handlebars->27->1529"
41824 ]
41825 },
41826 {
@@ -41843,7 +41861,7 @@
41861 "zh-chs": "剩余{0} GB",
41862 "zh-cht": "剩餘{0} GB",
41863 "xloc": [
41846 - "default.handlebars->27->1531"
41864 + "default.handlebars->27->1532"
41865 ]
41866 },
41867 {
@@ -41863,7 +41881,7 @@
41881 "zh-chs": "{0}个群组",
41882 "zh-cht": "{0}個群組",
41883 "xloc": [
41866 - "default.handlebars->27->1893"
41884 + "default.handlebars->27->1906"
41885 ]
41886 },
41887 {
@@ -41920,7 +41938,7 @@
41938 "zh-chs": "剩余{0}千字节",
41939 "zh-cht": "剩餘{0}千字節",
41940 "xloc": [
41923 - "default.handlebars->27->1529"
41941 + "default.handlebars->27->1530"
41942 ]
41943 },
41944 {
@@ -41962,7 +41980,7 @@
41980 "zh-chs": "剩余{0}兆字节",
41981 "zh-cht": "剩餘{0}兆字節",
41982 "xloc": [
41965 - "default.handlebars->27->1530"
41983 + "default.handlebars->27->1531"
41984 ]
41985 },
41986 {
@@ -42002,7 +42020,7 @@
42020 "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...",
42021 "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...",

This file is too large to show in full.

views/default.handlebars
+20
@@ -2594,6 +2594,7 @@
2594 ugroup.name = message.event.name;
2595 if (message.event.desc) { ugroup.desc = message.event.desc; } else { delete ugroup.desc; }
2596 if (message.event.links) { ugroup.links = message.event.links; } else { delete ugroup.links; }
2597 + if (message.event.consent) { ugroup.consent = message.event.consent; } else { delete ugroup.consent; }
2598 }
2599 mainUpdate(4096 + 8192 + 16384);
2600
@@ -9573,6 +9574,7 @@
9574 if (editType == 1) { consent = (currentMesh.consent) ? currentMesh.consent : 0; title = "Edit Device Group User Consent"; }
9575 if (editType == 2) { consent = (currentUser.consent) ? currentUser.consent : 0; title = "Edit User Consent"; }
9576 if (editType == 3) { consent = (currentNode.consent) ? currentNode.consent : 0; title = "Edit Device User Consent"; }
9577 + if (editType == 4) { consent = (currentUserGroup.consent) ? currentUserGroup.consent : 0; title = "Edit User Group User Consent"; }
9578 x += '<div style="width:100%;border-bottom:1px solid gray;margin-bottom:5px"><b>' + "Desktop" + '</b></div>';
9579 x += '<div><label><input type=checkbox id=d20flag1 ' + ((consent & 0x0001) ? 'checked' : '') + '>' + "Notify user" + '</label></div>';
9580 x += '<div><label><input type=checkbox id=d20flag2 ' + ((consent & 0x0008) ? 'checked' : '') + '>' + "Prompt for user consent" + '</label></div>';
@@ -9614,6 +9616,7 @@
9616 if (editType == 1) { meshserver.send({ action: 'editmesh', meshid: currentMesh._id, consent: consent }); }
9617 if (editType == 2) { meshserver.send({ action: 'edituser', id: currentUser._id, consent: consent }); }
9618 if (editType == 3) { meshserver.send({ action: 'changedevice', nodeid: currentNode._id, consent: consent }); }
9619 + if (editType == 4) { meshserver.send({ action: 'editusergroup', ugrpid: currentUserGroup._id, consent: consent }); }
9620 }
9621
9622 function p20editmeshfeatures() {
@@ -11586,6 +11589,23 @@
11589 } else {
11590 x += addDeviceAttribute("Description", desc);
11591 }
11592 +
11593 + // Display user consent flags for this user group
11594 + {
11595 + var consentOptionsStr = [], consent = 0;
11596 + if (group.consent) { consent = group.consent; }
11597 + if (serverinfo.consent) { consent |= serverinfo.consent; }
11598 + if ((consent & 0x0040) && (consent & 0x0008)) { consentOptionsStr.push("Desktop Prompt+Toolbar"); } else if (consent & 0x0040) { consentOptionsStr.push("Desktop Toolbar"); } else if (consent & 0x0008) { consentOptionsStr.push("Desktop Prompt"); } else { if (consent & 0x0001) { consentOptionsStr.push("Desktop Notify"); } }
11599 + if (consent & 0x0010) { consentOptionsStr.push("Terminal Prompt"); } else { if (consent & 0x0002) { consentOptionsStr.push("Terminal Notify"); } }
11600 + if (consent & 0x0020) { consentOptionsStr.push("Files Prompt"); } else { if (consent & 0x0004) { consentOptionsStr.push("Files Notify"); } }
11601 + if (consent == 7) { consentOptionsStr = ["Always Notify"]; }
11602 + if ((consent & 56) == 56) { consentOptionsStr = ["Always Prompt"]; }
11603 +
11604 + consentOptionsStr = consentOptionsStr.join(', ');
11605 + if (consentOptionsStr == '') { consentOptionsStr = '<i>' + "None" + '</i>'; }
11606 + x += addDeviceAttribute("User Consent", addLinkConditional(consentOptionsStr, 'p20editmeshconsent(4)', true));
11607 + }
11608 +
11609 x += addDeviceAttribute("Users", usercount);
11610 x += addDeviceAttribute("Device Groups", meshcount);
11611 x += addDeviceAttribute("Devices", devicecount);
webserver.js
+10 -6
@@ -2373,12 +2373,16 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
2373 // Server features
2374 var serverFeatures = 63;
2375 if (domain.myserver) {
2376 - if (domain.myserver.backup !== true) { serverFeatures -= 1; } // Allow server backups
2377 - if (domain.myserver.restore !== true) { serverFeatures -= 2; } // Allow server restore
2378 - if (domain.myserver.upgrade !== true) { serverFeatures -= 4; } // Allow server upgrade
2379 - if (domain.myserver.errorlog !== true) { serverFeatures -= 8; } // Allow show server crash log
2380 - if (domain.myserver.console !== true) { serverFeatures -= 16; } // Allow server console
2381 - if (domain.myserver.trace !== true) { serverFeatures -= 32; } // Allow server tracing
2376 + if (domain.myserver.backup !== true) { serverFeatures -= 1; } // Disallow simple server backups
2377 + if (domain.myserver.restore !== true) { serverFeatures -= 2; } // Disallow simple server restore
2378 + if (domain.myserver.upgrade !== true) { serverFeatures -= 4; } // Disallow server upgrade
2379 + if (domain.myserver.errorlog !== true) { serverFeatures -= 8; } // Disallow show server crash log
2380 + if (domain.myserver.console !== true) { serverFeatures -= 16; } // Disallow server console
2381 + if (domain.myserver.trace !== true) { serverFeatures -= 32; } // Disallow server tracing
2382 + }
2383 + if (obj.db.databaseType != 1) { // If not using NeDB, we can't backup using the simple system.
2384 + if ((serverFeatures & 1) != 0) { serverFeatures -= 1; } // Disallow server backups
2385 + if ((serverFeatures & 2) != 0) { serverFeatures -= 2; } // Disallow simple server restore
2386 }
2387
2388 // Refresh the session