Added Intel AMT device import to AMT-only device group.

Ylian Saint-Hilaire committed Jul 2, 2021 at 16:36 UTC 148fe804bbdcb50b63d52a9085c083971af44464
4 files changed +952 -882
meshuser.js
+8
@@ -3737,6 +3737,14 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3737 // Create the new node
3738 nodeid = 'node/' + domain.id + '/' + buf.toString('base64').replace(/\+/g, '@').replace(/\//g, '$');
3739 var device = { type: 'node', _id: nodeid, meshid: command.meshid, mtype: 1, icon: 1, name: command.devicename, host: command.hostname, domain: domain.id, intelamt: { user: command.amtusername, pass: command.amtpassword, tls: command.amttls } };
3740 +
3741 + // Add optional feilds
3742 + if (common.validateInt(command.state, 0, 3)) { device.intelamt.state = command.state; }
3743 + if (common.validateString(command.ver, 1, 16)) { device.intelamt.ver = command.ver; }
3744 + if (common.validateString(command.hash, 1, 256)) { device.intelamt.hash = command.hash; }
3745 + if (common.validateString(command.realm, 1, 256)) { device.intelamt.realm = command.realm; }
3746 +
3747 + // Save the device to the database
3748 db.Set(device);
3749
3750 // Event the new node
package.json
+4 -14
@@ -36,8 +36,6 @@
36 "sample-config-advanced.json"
37 ],
38 "dependencies": {
39 - "archiver": "^4.0.2",
40 - "archiver-zip-encrypted": "^1.0.10",
39 "body-parser": "^1.19.0",
40 "cbor": "~5.2.0",
41 "compression": "^1.7.4",
@@ -45,25 +43,17 @@
43 "express": "^4.17.0",
44 "express-handlebars": "^3.1.0",
45 "express-ws": "^4.0.0",
48 - "image-size": "^1.0.0",
46 + "html-minifier": "^4.0.0",
47 "ipcheck": "^0.1.0",
50 - "loadavg-windows": "^1.1.1",
48 + "jsdom": "^16.6.0",
49 + "minify-js": "0.0.4",
50 "minimist": "^1.2.0",
52 - "mongodb": "^3.6.9",
51 "multiparty": "^4.2.1",
52 "nedb": "^1.8.0",
53 "node-forge": "^0.10.0",
56 - "node-rdpjs-2": "^0.3.5",
57 - "node-windows": "^1.0.0-beta.5",
58 - "nodemailer": "^6.6.2",
59 - "otplib": "^10.2.3",
60 - "saslprep": "^1.0.3",
61 - "ssh2": "^1.1.0",
62 - "web-push": "^3.4.5",
54 "ws": "^5.2.0",
55 "xmldom": "^0.5.0",
65 - "yauzl": "^2.10.0",
66 - "yubikeyotp": "^0.2.0"
56 + "yauzl": "^2.10.0"
57 },
58 "repository": {
59 "type": "git",
translate/translate.json
+901 -866
@@ -258,8 +258,8 @@
258 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
259 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
260 "xloc": [
261 - "default.handlebars->35->1761",
262 - "default.handlebars->35->2254"
261 + "default.handlebars->35->1771",
262 + "default.handlebars->35->2264"
263 ]
264 },
265 {
@@ -627,7 +627,7 @@
627 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
628 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
629 "xloc": [
630 - "default.handlebars->35->1730",
630 + "default.handlebars->35->1740",
631 "default.handlebars->35->403"
632 ]
633 },
@@ -710,7 +710,7 @@
710 "zh-cht": ",",
711 "xloc": [
712 "default-mobile.handlebars->11->633",
713 - "default.handlebars->35->1832"
713 + "default.handlebars->35->1842"
714 ]
715 },
716 {
@@ -1170,15 +1170,15 @@
1170 "default-mobile.handlebars->11->132",
1171 "default-mobile.handlebars->11->425",
1172 "default.handlebars->35->1158",
1173 - "default.handlebars->35->1884",
1174 - "default.handlebars->35->2423",
1173 + "default.handlebars->35->1894",
1174 + "default.handlebars->35->2433",
1175 "sharing.handlebars->11->50"
1176 ]
1177 },
1178 {
1179 "en": ".json",
1180 "xloc": [
1181 - "default.handlebars->35->1704"
1181 + "default.handlebars->35->1706"
1182 ]
1183 },
1184 {
@@ -1236,7 +1236,7 @@
1236 {
1237 "en": "0.9.0",
1238 "xloc": [
1239 - "default.handlebars->35->1703"
1239 + "default.handlebars->35->1705"
1240 ]
1241 },
1242 {
@@ -1280,7 +1280,7 @@
1280 "zh-chs": "1个活跃时段",
1281 "zh-cht": "1個活躍時段",
1282 "xloc": [
1283 - "default.handlebars->35->2327"
1283 + "default.handlebars->35->2337"
1284 ]
1285 },
1286 {
@@ -1304,7 +1304,7 @@
1304 "xloc": [
1305 "default-mobile.handlebars->11->142",
1306 "default-mobile.handlebars->11->676",
1307 - "default.handlebars->35->1908",
1307 + "default.handlebars->35->1918",
1308 "download.handlebars->3->1",
1309 "download2.handlebars->5->1",
1310 "sharing.handlebars->11->96"
@@ -1376,7 +1376,7 @@
1376 "zh-chs": "1组",
1377 "zh-cht": "1群",
1378 "xloc": [
1379 - "default.handlebars->35->2288"
1379 + "default.handlebars->35->2298"
1380 ]
1381 },
1382 {
@@ -1491,7 +1491,7 @@
1491 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1492 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1493 "xloc": [
1494 - "default.handlebars->35->2078"
1494 + "default.handlebars->35->2088"
1495 ]
1496 },
1497 {
@@ -1604,7 +1604,7 @@
1604 "default-mobile.handlebars->11->204",
1605 "default-mobile.handlebars->11->207",
1606 "default-mobile.handlebars->11->210",
1607 - "default.handlebars->35->2082",
1607 + "default.handlebars->35->2092",
1608 "default.handlebars->35->336",
1609 "default.handlebars->35->339",
1610 "default.handlebars->35->342",
@@ -2169,7 +2169,7 @@
2169 "zh-chs": "2FA备份代码已清除",
2170 "zh-cht": "2FA備份代碼已清除",
2171 "xloc": [
2172 - "default.handlebars->35->2019"
2172 + "default.handlebars->35->2029"
2173 ]
2174 },
2175 {
@@ -2191,8 +2191,8 @@
2191 "zh-chs": "启用第二因素身份验证",
2192 "zh-cht": "啟用第二因素身份驗證",
2193 "xloc": [
2194 - "default.handlebars->35->2095",
2195 - "default.handlebars->35->2310"
2194 + "default.handlebars->35->2105",
2195 + "default.handlebars->35->2320"
2196 ]
2197 },
2198 {
@@ -3227,7 +3227,7 @@
3227 "zh-chs": "操作系统",
3228 "it": "AMT-OS",
3229 "xloc": [
3230 - "default.handlebars->35->2501"
3230 + "default.handlebars->35->2511"
3231 ]
3232 },
3233 {
@@ -3446,7 +3446,7 @@
3446 "zh-chs": "访问服务器档案",
3447 "zh-cht": "存取伺服器檔案",
3448 "xloc": [
3449 - "default.handlebars->35->2260"
3449 + "default.handlebars->35->2270"
3450 ]
3451 },
3452 {
@@ -3545,7 +3545,7 @@
3545 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
3546 "default.handlebars->35->1589",
3547 "default.handlebars->35->1591",
3548 - "default.handlebars->35->2554",
3548 + "default.handlebars->35->2564",
3549 "default.handlebars->35->671",
3550 "default.handlebars->35->673"
3551 ]
@@ -3564,7 +3564,7 @@
3564 "zh-chs": "帐号设定",
3565 "xloc": [
3566 "default-mobile.handlebars->11->644",
3567 - "default.handlebars->35->2431"
3567 + "default.handlebars->35->2441"
3568 ]
3569 },
3570 {
@@ -3631,7 +3631,7 @@
3631 "zh-chs": "帐户已更改:{0}",
3632 "zh-cht": "帳戶已更改:{0}",
3633 "xloc": [
3634 - "default.handlebars->35->1992"
3634 + "default.handlebars->35->2002"
3635 ]
3636 },
3637 {
@@ -3653,7 +3653,7 @@
3653 "zh-chs": "创建帐户,电子邮件为{0}",
3654 "zh-cht": "創建帳戶,電子郵件為{0}",
3655 "xloc": [
3656 - "default.handlebars->35->1991"
3656 + "default.handlebars->35->2001"
3657 ]
3658 },
3659 {
@@ -3675,7 +3675,7 @@
3675 "zh-chs": "创建帐户,用户名是{0}",
3676 "zh-cht": "帳戶已創建,用戶名是{0}",
3677 "xloc": [
3678 - "default.handlebars->35->1990"
3678 + "default.handlebars->35->2000"
3679 ]
3680 },
3681 {
@@ -3697,8 +3697,8 @@
3697 "zh-chs": "帐户已被锁定",
3698 "zh-cht": "帳戶已被鎖定",
3699 "xloc": [
3700 - "default.handlebars->35->2097",
3701 - "default.handlebars->35->2257"
3700 + "default.handlebars->35->2107",
3701 + "default.handlebars->35->2267"
3702 ]
3703 },
3704 {
@@ -3721,7 +3721,7 @@
3721 "zh-cht": "達到帳戶限制。",
3722 "xloc": [
3723 "default-mobile.handlebars->11->656",
3724 - "default.handlebars->35->2443",
3724 + "default.handlebars->35->2453",
3725 "login-mobile.handlebars->5->6",
3726 "login.handlebars->5->6",
3727 "login2.handlebars->7->8"
@@ -3770,7 +3770,7 @@
3770 "zh-chs": "帐号登录",
3771 "zh-cht": "帳號登錄",
3772 "xloc": [
3773 - "default.handlebars->35->1927"
3773 + "default.handlebars->35->1937"
3774 ]
3775 },
3776 {
@@ -3786,7 +3786,7 @@
3786 "zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
3787 "it": "Accesso all'account da {0}, {1}, {2}",
3788 "xloc": [
3789 - "default.handlebars->35->2033"
3789 + "default.handlebars->35->2043"
3790 ]
3791 },
3792 {
@@ -3808,7 +3808,7 @@
3808 "zh-chs": "帐户登出",
3809 "zh-cht": "帳戶登出",
3810 "xloc": [
3811 - "default.handlebars->35->1928"
3811 + "default.handlebars->35->1938"
3812 ]
3813 },
3814 {
@@ -3854,7 +3854,7 @@
3854 "zh-chs": "帐户密码已更改:{0}",
3855 "zh-cht": "帳戶密碼已更改:{0}",
3856 "xloc": [
3857 - "default.handlebars->35->2000"
3857 + "default.handlebars->35->2010"
3858 ]
3859 },
3860 {
@@ -3876,7 +3876,7 @@
3876 "zh-chs": "帐户已删除",
3877 "zh-cht": "帳戶已刪除",
3878 "xloc": [
3879 - "default.handlebars->35->1989"
3879 + "default.handlebars->35->1999"
3880 ]
3881 },
3882 {
@@ -4062,7 +4062,7 @@
4062 "zh-chs": "如果ACM失败,则激活到CCM",
4063 "zh-cht": "如果ACM失敗,則激活到CCM",
4064 "xloc": [
4065 - "default.handlebars->35->1721"
4065 + "default.handlebars->35->1731"
4066 ]
4067 },
4068 {
@@ -4273,8 +4273,8 @@
4273 "zh-chs": "添加设备",
4274 "zh-cht": "新增裝置",
4275 "xloc": [
4276 - "default.handlebars->35->2234",
4277 - "default.handlebars->35->2364",
4276 + "default.handlebars->35->2244",
4277 + "default.handlebars->35->2374",
4278 "default.handlebars->35->373"
4279 ]
4280 },
@@ -4319,9 +4319,9 @@
4319 "zh-chs": "添加设备组",
4320 "zh-cht": "新增裝置群",
4321 "xloc": [
4322 - "default.handlebars->35->1796",
4323 - "default.handlebars->35->2228",
4324 - "default.handlebars->35->2352",
4322 + "default.handlebars->35->1806",
4323 + "default.handlebars->35->2238",
4324 + "default.handlebars->35->2362",
4325 "default.handlebars->35->303"
4326 ]
4327 },
@@ -4344,7 +4344,7 @@
4344 "zh-chs": "添加设备组权限",
4345 "zh-cht": "新增裝置群權限",
4346 "xloc": [
4347 - "default.handlebars->35->1793"
4347 + "default.handlebars->35->1803"
4348 ]
4349 },
4350 {
@@ -4366,8 +4366,8 @@
4366 "zh-chs": "添加设备权限",
4367 "zh-cht": "新增裝置權限",
4368 "xloc": [
4369 - "default.handlebars->35->1798",
4370 - "default.handlebars->35->1800"
4369 + "default.handlebars->35->1808",
4370 + "default.handlebars->35->1810"
4371 ]
4372 },
4373 {
@@ -4486,7 +4486,7 @@
4486 "zh-chs": "添加成员身份",
4487 "zh-cht": "新增成員身份",
4488 "xloc": [
4489 - "default.handlebars->35->2384"
4489 + "default.handlebars->35->2394"
4490 ]
4491 },
4492 {
@@ -4592,7 +4592,7 @@
4592 "zh-chs": "添加用户设备权限",
4593 "zh-cht": "新增用戶裝置權限",
4594 "xloc": [
4595 - "default.handlebars->35->1803"
4595 + "default.handlebars->35->1813"
4596 ]
4597 },
4598 {
@@ -4615,8 +4615,8 @@
4615 "zh-cht": "新增用戶群",
4616 "xloc": [
4617 "default.handlebars->35->1687",
4618 - "default.handlebars->35->1795",
4619 - "default.handlebars->35->2358",
4618 + "default.handlebars->35->1805",
4619 + "default.handlebars->35->2368",
4620 "default.handlebars->35->827"
4621 ]
4622 },
@@ -4639,7 +4639,7 @@
4639 "zh-chs": "添加用户组设备权限",
4640 "zh-cht": "新增用戶群裝置權限",
4641 "xloc": [
4642 - "default.handlebars->35->1805"
4642 + "default.handlebars->35->1815"
4643 ]
4644 },
4645 {
@@ -4703,7 +4703,7 @@
4703 "zh-cht": "新增用戶",
4704 "xloc": [
4705 "default.handlebars->35->1686",
4706 - "default.handlebars->35->2223"
4706 + "default.handlebars->35->2233"
4707 ]
4708 },
4709 {
@@ -4725,7 +4725,7 @@
4725 "zh-chs": "将用户添加到设备组",
4726 "zh-cht": "將用戶新增到裝置群",
4727 "xloc": [
4728 - "default.handlebars->35->1792"
4728 + "default.handlebars->35->1802"
4729 ]
4730 },
4731 {
@@ -4747,7 +4747,7 @@
4747 "zh-chs": "将用户添加到用户组",
4748 "zh-cht": "將用戶新增到用戶群",
4749 "xloc": [
4750 - "default.handlebars->35->2256"
4750 + "default.handlebars->35->2266"
4751 ]
4752 },
4753 {
@@ -4991,7 +4991,7 @@
4991 "zh-chs": "添加了身份验证应用程序",
4992 "zh-cht": "添加了身份驗證應用程序",
4993 "xloc": [
4994 - "default.handlebars->35->2016"
4994 + "default.handlebars->35->2026"
4995 ]
4996 },
4997 {
@@ -5013,7 +5013,7 @@
5013 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
5014 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
5015 "xloc": [
5016 - "default.handlebars->35->2027"
5016 + "default.handlebars->35->2037"
5017 ]
5018 },
5019 {
@@ -5035,8 +5035,8 @@
5035 "zh-chs": "已将设备{0}添加到设备组{1}",
5036 "zh-cht": "已將設備{0}添加到設備組{1}",
5037 "xloc": [
5038 - "default.handlebars->35->1983",
5039 - "default.handlebars->35->2010"
5038 + "default.handlebars->35->1993",
5039 + "default.handlebars->35->2020"
5040 ]
5041 },
5042 {
@@ -5052,7 +5052,7 @@
5052 "zh-chs": "添加登录令牌",
5053 "it": "Aggiunto token di accesso",
5054 "xloc": [
5055 - "default.handlebars->35->2041"
5055 + "default.handlebars->35->2051"
5056 ]
5057 },
5058 {
@@ -5067,7 +5067,7 @@
5067 "zh-chs": "新增推送通知认证装置",
5068 "it": "Aggiunto dispositivo di autenticazione delle notifiche push",
5069 "xloc": [
5070 - "default.handlebars->35->2039"
5070 + "default.handlebars->35->2049"
5071 ]
5072 },
5073 {
@@ -5089,7 +5089,7 @@
5089 "zh-chs": "添加了安全密钥",
5090 "zh-cht": "添加了安全密鑰",
5091 "xloc": [
5092 - "default.handlebars->35->2021"
5092 + "default.handlebars->35->2031"
5093 ]
5094 },
5095 {
@@ -5111,7 +5111,7 @@
5111 "zh-chs": "已将用户组{0}添加到设备组{1}",
5112 "zh-cht": "已將用戶組{0}添加到設備組{1}",
5113 "xloc": [
5114 - "default.handlebars->35->1994"
5114 + "default.handlebars->35->2004"
5115 ]
5116 },
5117 {
@@ -5133,8 +5133,8 @@
5133 "zh-chs": "已将用户{0}添加到用户组{1}",
5134 "zh-cht": "已將用戶{0}添加到用戶組{1}",
5135 "xloc": [
5136 - "default.handlebars->35->1997",
5137 - "default.handlebars->35->2006"
5136 + "default.handlebars->35->2007",
5137 + "default.handlebars->35->2016"
5138 ]
5139 },
5140 {
@@ -5269,7 +5269,7 @@
5269 "zh-chs": "管理领域",
5270 "zh-cht": "管理領域",
5271 "xloc": [
5272 - "default.handlebars->35->2292"
5272 + "default.handlebars->35->2302"
5273 ]
5274 },
5275 {
@@ -5314,7 +5314,7 @@
5314 "zh-chs": "管理领域",
5315 "zh-cht": "管理領域",
5316 "xloc": [
5317 - "default.handlebars->35->2160"
5317 + "default.handlebars->35->2170"
5318 ]
5319 },
5320 {
@@ -5336,7 +5336,7 @@
5336 "zh-chs": "管理员",
5337 "zh-cht": "管理員",
5338 "xloc": [
5339 - "default.handlebars->35->2089"
5339 + "default.handlebars->35->2099"
5340 ]
5341 },
5342 {
@@ -5384,9 +5384,9 @@
5384 "default-mobile.handlebars->11->235",
5385 "default-mobile.handlebars->11->288",
5386 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
5387 - "default.handlebars->35->1859",
5388 - "default.handlebars->35->1872",
5389 - "default.handlebars->35->2499",
5387 + "default.handlebars->35->1869",
5388 + "default.handlebars->35->1882",
5389 + "default.handlebars->35->2509",
5390 "default.handlebars->35->319",
5391 "default.handlebars->35->539",
5392 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -5411,8 +5411,8 @@
5411 "zh-chs": "代理+英特尔AMT",
5412 "zh-cht": "代理+Intel® AMT",
5413 "xloc": [
5414 - "default.handlebars->35->1861",
5415 - "default.handlebars->35->1874"
5414 + "default.handlebars->35->1871",
5415 + "default.handlebars->35->1884"
5416 ]
5417 },
5418 {
@@ -5458,7 +5458,7 @@
5458 "zh-cht": "代理控制台",
5459 "xloc": [
5460 "default-mobile.handlebars->11->615",
5461 - "default.handlebars->35->1813"
5461 + "default.handlebars->35->1823"
5462 ]
5463 },
5464 {
@@ -5480,7 +5480,7 @@
5480 "zh-chs": "代理错误计数器",
5481 "zh-cht": "代理錯誤計數器",
5482 "xloc": [
5483 - "default.handlebars->35->2468"
5483 + "default.handlebars->35->2478"
5484 ]
5485 },
5486 {
@@ -5614,7 +5614,7 @@
5614 "zh-chs": "代理时段",
5615 "zh-cht": "代理時段",
5616 "xloc": [
5617 - "default.handlebars->35->2484"
5617 + "default.handlebars->35->2494"
5618 ]
5619 },
5620 {
@@ -5671,7 +5671,7 @@
5671 "zh-chs": "代理类型",
5672 "zh-cht": "代理類型",
5673 "xloc": [
5674 - "default.handlebars->35->1870",
5674 + "default.handlebars->35->1880",
5675 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
5676 ]
5677 },
@@ -5694,7 +5694,7 @@
5694 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
5695 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
5696 "xloc": [
5697 - "default.handlebars->35->1980"
5697 + "default.handlebars->35->1990"
5698 ]
5699 },
5700 {
@@ -5951,7 +5951,7 @@
5951 "zh-chs": "代理",
5952 "zh-cht": "代理",
5953 "xloc": [
5954 - "default.handlebars->35->2512"
5954 + "default.handlebars->35->2522"
5955 ]
5956 },
5957 {
@@ -6020,7 +6020,7 @@
6020 "zh-chs": "全部可用",
6021 "zh-cht": "全部可用",
6022 "xloc": [
6023 - "default.handlebars->35->2052"
6023 + "default.handlebars->35->2062"
6024 ]
6025 },
6026 {
@@ -6064,7 +6064,7 @@
6064 "zh-chs": "所有事件",
6065 "zh-cht": "所有事件",
6066 "xloc": [
6067 - "default.handlebars->35->2050"
6067 + "default.handlebars->35->2060"
6068 ]
6069 },
6070 {
@@ -6122,8 +6122,8 @@
6122 "zh-chs": "允许用户管理此设备组和该组中的设备。",
6123 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
6124 "xloc": [
6125 - "default.handlebars->35->1759",
6126 - "default.handlebars->35->2253"
6125 + "default.handlebars->35->1769",
6126 + "default.handlebars->35->2263"
6127 ]
6128 },
6129 {
@@ -6145,7 +6145,7 @@
6145 "zh-chs": "允许用户管理此设备。",
6146 "zh-cht": "允許用戶管理此裝置。",
6147 "xloc": [
6148 - "default.handlebars->35->1760"
6148 + "default.handlebars->35->1770"
6149 ]
6150 },
6151 {
@@ -6331,8 +6331,8 @@
6331 "zh-cht": "一直通知",
6332 "xloc": [
6333 "default.handlebars->35->1666",
6334 - "default.handlebars->35->2214",
6335 - "default.handlebars->35->2301",
6334 + "default.handlebars->35->2224",
6335 + "default.handlebars->35->2311",
6336 "default.handlebars->35->753"
6337 ]
6338 },
@@ -6356,8 +6356,8 @@
6356 "zh-cht": "一直提示",
6357 "xloc": [
6358 "default.handlebars->35->1667",
6359 - "default.handlebars->35->2215",
6360 - "default.handlebars->35->2302",
6359 + "default.handlebars->35->2225",
6360 + "default.handlebars->35->2312",
6361 "default.handlebars->35->754"
6362 ]
6363 },
@@ -6552,8 +6552,8 @@
6552 "zh-chs": "杀毒软件未激活",
6553 "it": "Antivirus non attivo",
6554 "xloc": [
6555 - "default.handlebars->35->1863",
6556 - "default.handlebars->35->1877"
6555 + "default.handlebars->35->1873",
6556 + "default.handlebars->35->1887"
6557 ]
6558 },
6559 {
@@ -7219,7 +7219,7 @@
7219 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
7220 "xloc": [
7221 "default-mobile.handlebars->11->580",
7222 - "default.handlebars->35->1735"
7222 + "default.handlebars->35->1745"
7223 ]
7224 },
7225 {
@@ -7307,7 +7307,7 @@
7307 "zh-chs": "您确定要{0}插件吗:{1}",
7308 "zh-cht": "你確定要{0}外掛嗎:{1}",
7309 "xloc": [
7310 - "default.handlebars->35->2563"
7310 + "default.handlebars->35->2573"
7311 ]
7312 },
7313 {
@@ -7518,7 +7518,7 @@
7518 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
7519 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
7520 "xloc": [
7521 - "default.handlebars->35->1949"
7521 + "default.handlebars->35->1959"
7522 ]
7523 },
7524 {
@@ -7573,7 +7573,7 @@
7573 "zh-chs": "认证软件",
7574 "zh-cht": "認證軟體",
7575 "xloc": [
7576 - "default.handlebars->35->2305"
7576 + "default.handlebars->35->2315"
7577 ]
7578 },
7579 {
@@ -7774,7 +7774,7 @@
7774 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
7775 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
7776 "xloc": [
7777 - "default.handlebars->35->2030"
7777 + "default.handlebars->35->2040"
7778 ]
7779 },
7780 {
@@ -7826,7 +7826,7 @@
7826 "zh-chs": "可用內存",
7827 "zh-cht": "可用內存",
7828 "xloc": [
7829 - "default.handlebars->35->2493"
7829 + "default.handlebars->35->2503"
7830 ]
7831 },
7832 {
@@ -8033,8 +8033,8 @@
8033 "zh-chs": "背景与互动",
8034 "zh-cht": "背景與互動",
8035 "xloc": [
8036 - "default.handlebars->35->1842",
8037 - "default.handlebars->35->1849",
8036 + "default.handlebars->35->1852",
8037 + "default.handlebars->35->1859",
8038 "default.handlebars->35->433",
8039 "default.handlebars->35->447"
8040 ]
@@ -8058,8 +8058,8 @@
8058 "zh-chs": "仅背景",
8059 "zh-cht": "僅背景",
8060 "xloc": [
8061 - "default.handlebars->35->1843",
8062 - "default.handlebars->35->1850",
8061 + "default.handlebars->35->1853",
8062 + "default.handlebars->35->1860",
8063 "default.handlebars->35->434",
8064 "default.handlebars->35->448",
8065 "default.handlebars->35->464"
@@ -8107,7 +8107,7 @@
8107 "zh-chs": "备用码",
8108 "zh-cht": "備用碼",
8109 "xloc": [
8110 - "default.handlebars->35->2307"
8110 + "default.handlebars->35->2317"
8111 ]
8112 },
8113 {
@@ -8129,7 +8129,7 @@
8129 "zh-chs": "错误的签名",
8130 "zh-cht": "錯誤的簽名",
8131 "xloc": [
8132 - "default.handlebars->35->2475"
8132 + "default.handlebars->35->2485"
8133 ]
8134 },
8135 {
@@ -8151,7 +8151,7 @@
8151 "zh-chs": "错误的网络证书",
8152 "zh-cht": "錯誤的網絡憑證",
8153 "xloc": [
8154 - "default.handlebars->35->2474"
8154 + "default.handlebars->35->2484"
8155 ]
8156 },
8157 {
@@ -8239,7 +8239,7 @@
8239 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
8240 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
8241 "xloc": [
8242 - "default.handlebars->35->2029"
8242 + "default.handlebars->35->2039"
8243 ]
8244 },
8245 {
@@ -8403,7 +8403,7 @@
8403 "zh-chs": "广播",
8404 "zh-cht": "廣播",
8405 "xloc": [
8406 - "default.handlebars->35->2221",
8406 + "default.handlebars->35->2231",
8407 "default.handlebars->container->column_l->p4->3->1->0->3->1"
8408 ]
8409 },
@@ -8426,7 +8426,7 @@
8426 "zh-chs": "广播消息",
8427 "zh-cht": "廣播消息",
8428 "xloc": [
8429 - "default.handlebars->35->2142"
8429 + "default.handlebars->35->2152"
8430 ]
8431 },
8432 {
@@ -8448,7 +8448,7 @@
8448 "zh-chs": "向所有连接的用户广播消息。",
8449 "zh-cht": "向所有連接的用戶廣播消息。",
8450 "xloc": [
8451 - "default.handlebars->35->2137"
8451 + "default.handlebars->35->2147"
8452 ]
8453 },
8454 {
@@ -8554,7 +8554,7 @@
8554 "zh-chs": "CCM模式",
8555 "zh-cht": "CCM模式",
8556 "xloc": [
8557 - "default.handlebars->35->1718"
8557 + "default.handlebars->35->1728"
8558 ]
8559 },
8560 {
@@ -8577,7 +8577,7 @@
8577 "zh-cht": "CIRA",
8578 "xloc": [
8579 "default-mobile.handlebars->11->236",
8580 - "default.handlebars->35->2500",
8580 + "default.handlebars->35->2510",
8581 "default.handlebars->35->321",
8582 "default.handlebars->35->541"
8583 ]
@@ -8601,7 +8601,7 @@
8601 "zh-chs": "CIRA服务器",
8602 "zh-cht": "CIRA伺服器",
8603 "xloc": [
8604 - "default.handlebars->35->2547"
8604 + "default.handlebars->35->2557"
8605 ]
8606 },
8607 {
@@ -8623,7 +8623,7 @@
8623 "zh-chs": "CIRA服务器命令",
8624 "zh-cht": "CIRA伺服器指令",
8625 "xloc": [
8626 - "default.handlebars->35->2548"
8626 + "default.handlebars->35->2558"
8627 ]
8628 },
8629 {
@@ -8645,7 +8645,7 @@
8645 "zh-chs": "CIRA设置",
8646 "zh-cht": "CIRA設置",
8647 "xloc": [
8648 - "default.handlebars->35->1726"
8648 + "default.handlebars->35->1736"
8649 ]
8650 },
8651 {
@@ -8669,7 +8669,7 @@
8669 "xloc": [
8670 "default-mobile.handlebars->11->533",
8671 "default.handlebars->35->1272",
8672 - "default.handlebars->35->2524",
8672 + "default.handlebars->35->2534",
8673 "default.handlebars->container->column_l->p40->3->1->p40type->5"
8674 ]
8675 },
@@ -8692,7 +8692,7 @@
8692 "zh-chs": "CPU负载",
8693 "zh-cht": "CPU負載",
8694 "xloc": [
8695 - "default.handlebars->35->2489"
8695 + "default.handlebars->35->2499"
8696 ]
8697 },
8698 {
@@ -8714,7 +8714,7 @@
8714 "zh-chs": "最近15分钟的CPU负载",
8715 "zh-cht": "最近15分鐘的CPU負載",
8716 "xloc": [
8717 - "default.handlebars->35->2492"
8717 + "default.handlebars->35->2502"
8718 ]
8719 },
8720 {
@@ -8736,7 +8736,7 @@
8736 "zh-chs": "最近5分钟的CPU负载",
8737 "zh-cht": "最近5分鐘的CPU負載",
8738 "xloc": [
8739 - "default.handlebars->35->2491"
8739 + "default.handlebars->35->2501"
8740 ]
8741 },
8742 {
@@ -8758,7 +8758,7 @@
8758 "zh-chs": "最近一分钟的CPU负载",
8759 "zh-cht": "最近一分鐘的CPU負載",
8760 "xloc": [
8761 - "default.handlebars->35->2490"
8761 + "default.handlebars->35->2500"
8762 ]
8763 },
8764 {
@@ -8807,7 +8807,7 @@
8807 "zh-chs": "CSV",
8808 "zh-cht": "CSV",
8809 "xloc": [
8810 - "default.handlebars->35->2060"
8810 + "default.handlebars->35->2070"
8811 ]
8812 },
8813 {
@@ -8829,8 +8829,8 @@
8829 "zh-chs": "CSV格式",
8830 "zh-cht": "CSV格式",
8831 "xloc": [
8832 - "default.handlebars->35->2064",
8833 - "default.handlebars->35->2129",
8832 + "default.handlebars->35->2074",
8833 + "default.handlebars->35->2139",
8834 "default.handlebars->35->607"
8835 ]
8836 },
@@ -8872,7 +8872,7 @@
8872 "zh-chs": "呼叫错误",
8873 "zh-cht": "呼叫錯誤",
8874 "xloc": [
8875 - "default.handlebars->35->2564"
8875 + "default.handlebars->35->2574"
8876 ]
8877 },
8878 {
@@ -8898,7 +8898,7 @@
8898 "default-mobile.handlebars->11->106",
8899 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
8900 "default.handlebars->35->1630",
8901 - "default.handlebars->35->2553",
8901 + "default.handlebars->35->2563",
8902 "default.handlebars->container->dialog->idx_dlgButtonBar",
8903 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
8904 "login.handlebars->dialog->idx_dlgButtonBar",
@@ -9122,7 +9122,7 @@
9122 "zh-chs": "更改{0}的电邮",
9123 "zh-cht": "更改{0}的電郵",
9124 "xloc": [
9125 - "default.handlebars->35->2339"
9125 + "default.handlebars->35->2349"
9126 ]
9127 },
9128 {
@@ -9170,7 +9170,7 @@
9170 "xloc": [
9171 "default-mobile.handlebars->11->114",
9172 "default.handlebars->35->1586",
9173 - "default.handlebars->35->2324"
9173 + "default.handlebars->35->2334"
9174 ]
9175 },
9176 {
@@ -9192,7 +9192,7 @@
9192 "zh-chs": "更改{0}的密码",
9193 "zh-cht": "更改{0}的密碼",
9194 "xloc": [
9195 - "default.handlebars->35->2348"
9195 + "default.handlebars->35->2358"
9196 ]
9197 },
9198 {
@@ -9214,7 +9214,7 @@
9214 "zh-chs": "更改{0}的真实名称",
9215 "zh-cht": "更改{0}的真實名稱",
9216 "xloc": [
9217 - "default.handlebars->35->2334"
9217 + "default.handlebars->35->2344"
9218 ]
9219 },
9220 {
@@ -9332,7 +9332,7 @@
9332 "zh-chs": "更改该用户的密码",
9333 "zh-cht": "更改該用戶的密碼",
9334 "xloc": [
9335 - "default.handlebars->35->2323"
9335 + "default.handlebars->35->2333"
9336 ]
9337 },
9338 {
@@ -9420,7 +9420,7 @@
9420 "zh-chs": "更改帐户凭据",
9421 "zh-cht": "帳戶憑證已更改",
9422 "xloc": [
9423 - "default.handlebars->35->2001"
9423 + "default.handlebars->35->2011"
9424 ]
9425 },
9426 {
@@ -9442,7 +9442,7 @@
9442 "zh-chs": "{1}组中的设备{0}已更改:{2}",
9443 "zh-cht": "{1}組中的設備{0}已更改:{2}",
9444 "xloc": [
9445 - "default.handlebars->35->1985"
9445 + "default.handlebars->35->1995"
9446 ]
9447 },
9448 {
@@ -9464,7 +9464,7 @@
9464 "zh-chs": "语言从{1}更改为{2}",
9465 "zh-cht": "語言從{1}更改為{2}",
9466 "xloc": [
9467 - "default.handlebars->35->1929"
9467 + "default.handlebars->35->1939"
9468 ]
9469 },
9470 {
@@ -9486,8 +9486,8 @@
9486 "zh-chs": "已更改{0}的用户设备权限",
9487 "zh-cht": "已更改{0}的用戶設備權限",
9488 "xloc": [
9489 - "default.handlebars->35->1987",
9490 - "default.handlebars->35->2008"
9489 + "default.handlebars->35->1997",
9490 + "default.handlebars->35->2018"
9491 ]
9492 },
9493 {
@@ -9543,9 +9543,9 @@
9543 "zh-chs": "聊天",
9544 "zh-cht": "聊天",
9545 "xloc": [
9546 - "default.handlebars->35->2081",
9547 - "default.handlebars->35->2319",
9548 - "default.handlebars->35->2320",
9546 + "default.handlebars->35->2091",
9547 + "default.handlebars->35->2329",
9548 + "default.handlebars->35->2330",
9549 "default.handlebars->35->784",
9550 "default.handlebars->35->863",
9551 "default.handlebars->35->885"
@@ -9572,8 +9572,8 @@
9572 "xloc": [
9573 "default-mobile.handlebars->11->605",
9574 "default-mobile.handlebars->11->625",
9575 - "default.handlebars->35->1788",
9576 - "default.handlebars->35->1824"
9575 + "default.handlebars->35->1798",
9576 + "default.handlebars->35->1834"
9577 ]
9578 },
9579 {
@@ -9590,7 +9590,7 @@
9590 "zh-chs": "聊天请求,点击这里接受。",
9591 "xloc": [
9592 "default-mobile.handlebars->11->657",
9593 - "default.handlebars->35->2444"
9593 + "default.handlebars->35->2454"
9594 ]
9595 },
9596 {
@@ -9745,7 +9745,7 @@
9745 "zh-cht": "檢查...",
9746 "xloc": [
9747 "default.handlebars->35->1338",
9748 - "default.handlebars->35->2558"
9748 + "default.handlebars->35->2568"
9749 ]
9750 },
9751 {
@@ -9996,7 +9996,7 @@
9996 "default.handlebars->35->1186",
9997 "default.handlebars->35->1188",
9998 "default.handlebars->35->1190",
9999 - "default.handlebars->35->1923",
9999 + "default.handlebars->35->1933",
10000 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
10001 "default.handlebars->container->column_l->p41->3->1",
10002 "messenger.handlebars->xbottom->1->1->0->5",
@@ -10106,7 +10106,7 @@
10106 "zh-cht": "全部清除",
10107 "xloc": [
10108 "default-mobile.handlebars->11->640",
10109 - "default.handlebars->35->2427"
10109 + "default.handlebars->35->2437"
10110 ]
10111 },
10112 {
@@ -10197,7 +10197,7 @@
10197 "zh-cht": "清除此通知",
10198 "xloc": [
10199 "default-mobile.handlebars->11->639",
10200 - "default.handlebars->35->2426"
10200 + "default.handlebars->35->2436"
10201 ]
10202 },
10203 {
@@ -10264,7 +10264,7 @@
10264 "zh-cht": "單擊此處編輯裝置群名稱",
10265 "xloc": [
10266 "default.handlebars->35->1641",
10267 - "default.handlebars->35->1868"
10267 + "default.handlebars->35->1878"
10268 ]
10269 },
10270 {
@@ -10308,7 +10308,7 @@
10308 "zh-chs": "单击此处编辑用户组名称",
10309 "zh-cht": "單擊此處編輯用戶群名稱",
10310 "xloc": [
10311 - "default.handlebars->35->2198"
10311 + "default.handlebars->35->2208"
10312 ]
10313 },
10314 {
@@ -10517,7 +10517,7 @@
10517 "zh-chs": "客户端启动的远程访问",
10518 "zh-cht": "客戶端啟動的遠程訪問",
10519 "xloc": [
10520 - "default.handlebars->35->1725"
10520 + "default.handlebars->35->1735"
10521 ]
10522 },
10523 {
@@ -10589,7 +10589,7 @@
10589 "default.handlebars->35->1160",
10590 "default.handlebars->35->182",
10591 "default.handlebars->35->190",
10592 - "default.handlebars->35->2552",
10592 + "default.handlebars->35->2562",
10593 "sharing.handlebars->11->52"
10594 ]
10595 },
@@ -10612,7 +10612,7 @@
10612 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
10613 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
10614 "xloc": [
10615 - "default.handlebars->35->1934"
10615 + "default.handlebars->35->1944"
10616 ]
10617 },
10618 {
@@ -10757,7 +10757,7 @@
10757 "zh-cht": "指令",
10758 "xloc": [
10759 "default-mobile.handlebars->11->627",
10760 - "default.handlebars->35->1826",
10760 + "default.handlebars->35->1836",
10761 "default.handlebars->35->865",
10762 "default.handlebars->35->887"
10763 ]
@@ -10781,8 +10781,8 @@
10781 "zh-chs": "通用设备组",
10782 "zh-cht": "通用裝置群",
10783 "xloc": [
10784 - "default.handlebars->35->2229",
10785 - "default.handlebars->35->2353"
10784 + "default.handlebars->35->2239",
10785 + "default.handlebars->35->2363"
10786 ]
10787 },
10788 {
@@ -10804,8 +10804,8 @@
10804 "zh-chs": "通用设备",
10805 "zh-cht": "通用裝置",
10806 "xloc": [
10807 - "default.handlebars->35->2235",
10808 - "default.handlebars->35->2365"
10807 + "default.handlebars->35->2245",
10808 + "default.handlebars->35->2375"
10809 ]
10810 },
10811 {
@@ -10893,11 +10893,11 @@
10893 "xloc": [
10894 "default-mobile.handlebars->11->352",
10895 "default-mobile.handlebars->11->581",
10896 - "default.handlebars->35->1736",
10897 - "default.handlebars->35->2109",
10898 - "default.handlebars->35->2188",
10899 - "default.handlebars->35->2249",
10900 - "default.handlebars->35->2351",
10896 + "default.handlebars->35->1746",
10897 + "default.handlebars->35->2119",
10898 + "default.handlebars->35->2198",
10899 + "default.handlebars->35->2259",
10900 + "default.handlebars->35->2361",
10901 "default.handlebars->35->571",
10902 "default.handlebars->35->990",
10903 "default.handlebars->35->999"
@@ -11003,7 +11003,7 @@
11003 "zh-chs": "确认删除选定的帐户?",
11004 "zh-cht": "確認刪除所選帳戶?",
11005 "xloc": [
11006 - "default.handlebars->35->2108"
11006 + "default.handlebars->35->2118"
11007 ]
11008 },
11009 {
@@ -11047,7 +11047,7 @@
11047 "zh-chs": "确认删除选定的用户组?",
11048 "zh-cht": "確認刪除所選用戶群?",
11049 "xloc": [
11050 - "default.handlebars->35->2187"
11050 + "default.handlebars->35->2197"
11051 ]
11052 },
11053 {
@@ -11069,7 +11069,7 @@
11069 "zh-chs": "确认删除用户{0}?",
11070 "zh-cht": "確認刪除用戶{0}?",
11071 "xloc": [
11072 - "default.handlebars->35->2350"
11072 + "default.handlebars->35->2360"
11073 ]
11074 },
11075 {
@@ -11091,7 +11091,7 @@
11091 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
11092 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
11093 "xloc": [
11094 - "default.handlebars->35->2252"
11094 + "default.handlebars->35->2262"
11095 ]
11096 },
11097 {
@@ -11113,7 +11113,7 @@
11113 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
11114 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
11115 "xloc": [
11116 - "default.handlebars->35->2382"
11116 + "default.handlebars->35->2392"
11117 ]
11118 },
11119 {
@@ -11204,7 +11204,7 @@
11204 "zh-chs": "确认覆盖?",
11205 "zh-cht": "確認覆蓋?",
11206 "xloc": [
11207 - "default.handlebars->35->1917"
11207 + "default.handlebars->35->1927"
11208 ]
11209 },
11210 {
@@ -11226,8 +11226,8 @@
11226 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
11227 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
11228 "xloc": [
11229 - "default.handlebars->35->2242",
11230 - "default.handlebars->35->2373"
11229 + "default.handlebars->35->2252",
11230 + "default.handlebars->35->2383"
11231 ]
11232 },
11233 {
@@ -11249,8 +11249,8 @@
11249 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
11250 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
11251 "xloc": [
11252 - "default.handlebars->35->2244",
11253 - "default.handlebars->35->2386"
11252 + "default.handlebars->35->2254",
11253 + "default.handlebars->35->2396"
11254 ]
11255 },
11256 {
@@ -11272,7 +11272,7 @@
11272 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
11273 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
11274 "xloc": [
11275 - "default.handlebars->35->2375"
11275 + "default.handlebars->35->2385"
11276 ]
11277 },
11278 {
@@ -11294,7 +11294,7 @@
11294 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
11295 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
11296 "xloc": [
11297 - "default.handlebars->35->2378"
11297 + "default.handlebars->35->2388"
11298 ]
11299 },
11300 {
@@ -11316,8 +11316,8 @@
11316 "zh-chs": "确认删除访问权限?",
11317 "zh-cht": "確認刪除訪問權限?",
11318 "xloc": [
11319 - "default.handlebars->35->2376",
11320 - "default.handlebars->35->2379"
11319 + "default.handlebars->35->2386",
11320 + "default.handlebars->35->2389"
11321 ]
11322 },
11323 {
@@ -11381,7 +11381,7 @@
11381 "zh-chs": "确认删除设备共享“{0}”?",
11382 "zh-cht": "確認刪除設備共享“{0}”?",
11383 "xloc": [
11384 - "default.handlebars->35->2371"
11384 + "default.handlebars->35->2381"
11385 ]
11386 },
11387 {
@@ -11456,7 +11456,7 @@
11456 "zh-chs": "确认删除用户“ {0} ”的权限?",
11457 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
11458 "xloc": [
11459 - "default.handlebars->35->1835"
11459 + "default.handlebars->35->1845"
11460 ]
11461 },
11462 {
@@ -11478,7 +11478,7 @@
11478 "zh-chs": "确认删除用户组“ {0} ”的权限?",
11479 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
11480 "xloc": [
11481 - "default.handlebars->35->1837"
11481 + "default.handlebars->35->1847"
11482 ]
11483 },
11484 {
@@ -11558,7 +11558,7 @@
11558 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
11559 "xloc": [
11560 "default-mobile.handlebars->11->151",
11561 - "default.handlebars->35->1918"
11561 + "default.handlebars->35->1928"
11562 ]
11563 },
11564 {
@@ -11653,7 +11653,7 @@
11653 "zh-chs": "连接到服务器",
11654 "zh-cht": "連接到伺服器",
11655 "xloc": [
11656 - "default.handlebars->35->1729"
11656 + "default.handlebars->35->1739"
11657 ]
11658 },
11659 {
@@ -11787,7 +11787,7 @@
11787 "zh-chs": "已连接的英特尔®AMT",
11788 "zh-cht": "已連接的Intel® AMT",
11789 "xloc": [
11790 - "default.handlebars->35->2480"
11790 + "default.handlebars->35->2490"
11791 ]
11792 },
11793 {
@@ -11809,7 +11809,7 @@
11809 "zh-chs": "已连接的用户",
11810 "zh-cht": "已连接的用户",
11811 "xloc": [
11812 - "default.handlebars->35->2485"
11812 + "default.handlebars->35->2495"
11813 ]
11814 },
11815 {
@@ -11945,7 +11945,7 @@
11945 "zh-chs": "连接数量",
11946 "zh-cht": "連接數量",
11947 "xloc": [
11948 - "default.handlebars->35->2511"
11948 + "default.handlebars->35->2521"
11949 ]
11950 },
11951 {
@@ -11986,7 +11986,7 @@
11986 "zh-chs": "连接转发器",
11987 "zh-cht": "連接轉發器",
11988 "xloc": [
11989 - "default.handlebars->35->2546"
11989 + "default.handlebars->35->2556"
11990 ]
11991 },
11992 {
@@ -12053,7 +12053,7 @@
12053 "zh-cht": "連接性",
12054 "xloc": [
12055 "default-mobile.handlebars->11->293",
12056 - "default.handlebars->35->1875",
12056 + "default.handlebars->35->1885",
12057 "default.handlebars->35->300",
12058 "default.handlebars->35->767",
12059 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -12151,7 +12151,7 @@
12151 "zh-chs": "Cookie编码器",
12152 "zh-cht": "Cookie編碼器",
12153 "xloc": [
12154 - "default.handlebars->35->2530"
12154 + "default.handlebars->35->2540"
12155 ]
12156 },
12157 {
@@ -12340,8 +12340,8 @@
12340 "zh-chs": "复制连结到剪贴板",
12341 "zh-cht": "複製連結到剪貼板",
12342 "xloc": [
12343 - "default.handlebars->35->1886",
12344 - "default.handlebars->35->1905",
12343 + "default.handlebars->35->1896",
12344 + "default.handlebars->35->1915",
12345 "default.handlebars->35->250",
12346 "default.handlebars->35->272",
12347 "default.handlebars->35->274",
@@ -12458,7 +12458,7 @@
12458 "zh-chs": "复制:“{0}”到“{1}”",
12459 "zh-cht": "複製:“{0}”到“{1}”",
12460 "xloc": [
12461 - "default.handlebars->35->1977"
12461 + "default.handlebars->35->1987"
12462 ]
12463 },
12464 {
@@ -12618,7 +12618,7 @@
12618 "zh-chs": "核心服务器",
12619 "zh-cht": "核心伺服器",
12620 "xloc": [
12621 - "default.handlebars->35->2529"
12621 + "default.handlebars->35->2539"
12622 ]
12623 },
12624 {
@@ -12674,7 +12674,7 @@
12674 "zh-chs": "创建帐号",
12675 "zh-cht": "創建帳號",
12676 "xloc": [
12677 - "default.handlebars->35->2156",
12677 + "default.handlebars->35->2166",
12678 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
12679 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
12680 "login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -12750,7 +12750,7 @@
12750 "zh-chs": "创建用户组",
12751 "zh-cht": "創建用戶群",
12752 "xloc": [
12753 - "default.handlebars->35->2195"
12753 + "default.handlebars->35->2205"
12754 ]
12755 },
12756 {
@@ -12876,7 +12876,7 @@
12876 "zh-chs": "创建文件夹:“{0}”",
12877 "zh-cht": "創建文件夾:“{0}”",
12878 "xloc": [
12879 - "default.handlebars->35->1970"
12879 + "default.handlebars->35->1980"
12880 ]
12881 },
12882 {
@@ -12914,7 +12914,7 @@
12914 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
12915 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
12916 "xloc": [
12917 - "default.handlebars->35->2120"
12917 + "default.handlebars->35->2130"
12918 ]
12919 },
12920 {
@@ -12960,7 +12960,7 @@
12960 "zh-chs": "创建的设备组:{0}",
12961 "zh-cht": "創建的設備組:{0}",
12962 "xloc": [
12963 - "default.handlebars->35->1981"
12963 + "default.handlebars->35->1991"
12964 ]
12965 },
12966 {
@@ -13042,7 +13042,7 @@
13042 "zh-chs": "创建",
13043 "zh-cht": "創建",
13044 "xloc": [
13045 - "default.handlebars->35->2281"
13045 + "default.handlebars->35->2291"
13046 ]
13047 },
13048 {
@@ -13394,7 +13394,7 @@
13394 "zh-chs": "当前密码不正确。",
13395 "xloc": [
13396 "default-mobile.handlebars->11->667",
13397 - "default.handlebars->35->2454"
13397 + "default.handlebars->35->2464"
13398 ]
13399 },
13400 {
@@ -13625,7 +13625,7 @@
13625 "zh-chs": "停用",
13626 "zh-cht": "停用",
13627 "xloc": [
13628 - "default.handlebars->35->1708"
13628 + "default.handlebars->35->1718"
13629 ]
13630 },
13631 {
@@ -13647,7 +13647,7 @@
13647 "zh-chs": "如果设置停用CCM",
13648 "zh-cht": "如果設置停用CCM",
13649 "xloc": [
13650 - "default.handlebars->35->1720"
13650 + "default.handlebars->35->1730"
13651 ]
13652 },
13653 {
@@ -13711,10 +13711,10 @@
13711 "zh-chs": "默认",
13712 "zh-cht": "默認",
13713 "xloc": [
13714 - "default.handlebars->35->2143",
13715 - "default.handlebars->35->2191",
13716 - "default.handlebars->35->2202",
13717 - "default.handlebars->35->2270"
13714 + "default.handlebars->35->2153",
13715 + "default.handlebars->35->2201",
13716 + "default.handlebars->35->2212",
13717 + "default.handlebars->35->2280"
13718 ]
13719 },
13720 {
@@ -13759,7 +13759,7 @@
13759 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
13760 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
13761 "default.handlebars->35->1170",
13762 - "default.handlebars->35->1912",
13762 + "default.handlebars->35->1922",
13763 "default.handlebars->35->649",
13764 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
13765 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -13815,7 +13815,7 @@
13815 "zh-chs": "删除帐户",
13816 "zh-cht": "刪除帳戶",
13817 "xloc": [
13818 - "default.handlebars->35->2110"
13818 + "default.handlebars->35->2120"
13819 ]
13820 },
13821 {
@@ -13862,9 +13862,9 @@
13862 "xloc": [
13863 "default-mobile.handlebars->11->579",
13864 "default-mobile.handlebars->11->582",
13865 - "default.handlebars->35->1701",
13866 - "default.handlebars->35->1702",
13867 - "default.handlebars->35->1737"
13865 + "default.handlebars->35->1703",
13866 + "default.handlebars->35->1704",
13867 + "default.handlebars->35->1747"
13868 ]
13869 },
13870 {
@@ -13931,7 +13931,7 @@
13931 "zh-chs": "删除用户",
13932 "zh-cht": "刪除用戶",
13933 "xloc": [
13934 - "default.handlebars->35->2322"
13934 + "default.handlebars->35->2332"
13935 ]
13936 },
13937 {
@@ -13953,8 +13953,8 @@
13953 "zh-chs": "删除用户群组",
13954 "zh-cht": "刪除用戶群組",
13955 "xloc": [
13956 - "default.handlebars->35->2240",
13957 - "default.handlebars->35->2250"
13956 + "default.handlebars->35->2250",
13957 + "default.handlebars->35->2260"
13958 ]
13959 },
13960 {
@@ -13976,7 +13976,7 @@
13976 "zh-chs": "删除用户群组",
13977 "zh-cht": "刪除用戶群組",
13978 "xloc": [
13979 - "default.handlebars->35->2189"
13979 + "default.handlebars->35->2199"
13980 ]
13981 },
13982 {
@@ -13998,7 +13998,7 @@
13998 "zh-chs": "删除用户{0}",
13999 "zh-cht": "刪除用戶{0}",
14000 "xloc": [
14001 - "default.handlebars->35->2349"
14001 + "default.handlebars->35->2359"
14002 ]
14003 },
14004 {
@@ -14021,7 +14021,7 @@
14021 "zh-cht": "刪除帳戶",
14022 "xloc": [
14023 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
14024 - "default.handlebars->35->2106",
14024 + "default.handlebars->35->2116",
14025 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
14026 ]
14027 },
@@ -14066,7 +14066,7 @@
14066 "zh-chs": "删除群组",
14067 "zh-cht": "刪除群組",
14068 "xloc": [
14069 - "default.handlebars->35->2185"
14069 + "default.handlebars->35->2195"
14070 ]
14071 },
14072 {
@@ -14110,7 +14110,7 @@
14110 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
14111 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
14112 "xloc": [
14113 - "default.handlebars->35->1972"
14113 + "default.handlebars->35->1982"
14114 ]
14115 },
14116 {
@@ -14135,7 +14135,7 @@
14135 "default-mobile.handlebars->11->148",
14136 "default-mobile.handlebars->11->434",
14137 "default.handlebars->35->1172",
14138 - "default.handlebars->35->1914",
14138 + "default.handlebars->35->1924",
14139 "sharing.handlebars->11->63"
14140 ]
14141 },
@@ -14158,7 +14158,7 @@
14158 "zh-chs": "删除用户群组{0}?",
14159 "zh-cht": "刪除用戶群組{0}?",
14160 "xloc": [
14161 - "default.handlebars->35->2248"
14161 + "default.handlebars->35->2258"
14162 ]
14163 },
14164 {
@@ -14183,7 +14183,7 @@
14183 "default-mobile.handlebars->11->147",
14184 "default-mobile.handlebars->11->433",
14185 "default.handlebars->35->1171",
14186 - "default.handlebars->35->1913",
14186 + "default.handlebars->35->1923",
14187 "sharing.handlebars->11->62"
14188 ]
14189 },
@@ -14228,7 +14228,7 @@
14228 "zh-chs": "删除:“{0}”",
14229 "zh-cht": "刪除:“{0}”",
14230 "xloc": [
14231 - "default.handlebars->35->1971"
14231 + "default.handlebars->35->1981"
14232 ]
14233 },
14234 {
@@ -14250,7 +14250,7 @@
14250 "zh-chs": "删除:“{0}”,{1}个元素已删除",
14251 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
14252 "xloc": [
14253 - "default.handlebars->35->1973"
14253 + "default.handlebars->35->1983"
14254 ]
14255 },
14256 {
@@ -14400,11 +14400,11 @@
14400 "default.handlebars->35->1234",
14401 "default.handlebars->35->1599",
14402 "default.handlebars->35->1647",
14403 - "default.handlebars->35->1739",
14404 - "default.handlebars->35->2194",
14403 + "default.handlebars->35->1749",
14404 "default.handlebars->35->2204",
14406 - "default.handlebars->35->2205",
14407 - "default.handlebars->35->2246",
14405 + "default.handlebars->35->2214",
14406 + "default.handlebars->35->2215",
14407 + "default.handlebars->35->2256",
14408 "default.handlebars->35->690",
14409 "default.handlebars->35->691",
14410 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -14450,9 +14450,9 @@
14450 "xloc": [
14451 "default-mobile.handlebars->11->310",
14452 "default.handlebars->35->1116",
14453 - "default.handlebars->35->1745",
14454 - "default.handlebars->35->2404",
14455 - "default.handlebars->35->2505",
14453 + "default.handlebars->35->1755",
14454 + "default.handlebars->35->2414",
14455 + "default.handlebars->35->2515",
14456 "default.handlebars->35->655",
14457 "default.handlebars->35->838",
14458 "default.handlebars->35->905",
@@ -14546,7 +14546,7 @@
14546 "zh-chs": "桌面复用",
14547 "it": "Desktop Multiplex",
14548 "xloc": [
14549 - "default.handlebars->35->2510"
14549 + "default.handlebars->35->2520"
14550 ]
14551 },
14552 {
@@ -14569,8 +14569,8 @@
14569 "zh-cht": "桌面通知",
14570 "xloc": [
14571 "default.handlebars->35->1661",
14572 - "default.handlebars->35->2209",
14573 - "default.handlebars->35->2296",
14572 + "default.handlebars->35->2219",
14573 + "default.handlebars->35->2306",
14574 "default.handlebars->35->748"
14575 ]
14576 },
@@ -14594,8 +14594,8 @@
14594 "zh-cht": "桌面提示",
14595 "xloc": [
14596 "default.handlebars->35->1660",
14597 - "default.handlebars->35->2208",
14598 - "default.handlebars->35->2295",
14597 + "default.handlebars->35->2218",
14598 + "default.handlebars->35->2305",
14599 "default.handlebars->35->747"
14600 ]
14601 },
@@ -14619,8 +14619,8 @@
14619 "zh-cht": "桌面提示+工具欄",
14620 "xloc": [
14621 "default.handlebars->35->1658",
14622 - "default.handlebars->35->2206",
14623 - "default.handlebars->35->2293",
14622 + "default.handlebars->35->2216",
14623 + "default.handlebars->35->2303",
14624 "default.handlebars->35->745"
14625 ]
14626 },
@@ -14637,7 +14637,7 @@
14637 "zh-chs": "桌面会话",
14638 "it": "Sessione desktop",
14639 "xloc": [
14640 - "default.handlebars->35->2397"
14640 + "default.handlebars->35->2407"
14641 ]
14642 },
14643 {
@@ -14718,8 +14718,8 @@
14718 "zh-cht": "桌面工具欄",
14719 "xloc": [
14720 "default.handlebars->35->1659",
14721 - "default.handlebars->35->2207",
14722 - "default.handlebars->35->2294",
14721 + "default.handlebars->35->2217",
14722 + "default.handlebars->35->2304",
14723 "default.handlebars->35->746"
14724 ]
14725 },
@@ -14869,9 +14869,9 @@
14869 "default-mobile.handlebars->11->490",
14870 "default.handlebars->35->1219",
14871 "default.handlebars->35->1327",
14872 - "default.handlebars->35->1768",
14872 + "default.handlebars->35->1778",
14873 "default.handlebars->35->231",
14874 - "default.handlebars->35->2368",
14874 + "default.handlebars->35->2378",
14875 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
14876 ]
14877 },
@@ -14958,15 +14958,15 @@
14958 "xloc": [
14959 "agent-translations.json",
14960 "default-mobile.handlebars->11->645",
14961 - "default.handlebars->35->1763",
14962 - "default.handlebars->35->1766",
14963 - "default.handlebars->35->1767",
14964 - "default.handlebars->35->2057",
14965 - "default.handlebars->35->2232",
14966 - "default.handlebars->35->2238",
14967 - "default.handlebars->35->2356",
14968 - "default.handlebars->35->2413",
14969 - "default.handlebars->35->2432"
14961 + "default.handlebars->35->1773",
14962 + "default.handlebars->35->1776",
14963 + "default.handlebars->35->1777",
14964 + "default.handlebars->35->2067",
14965 + "default.handlebars->35->2242",
14966 + "default.handlebars->35->2248",
14967 + "default.handlebars->35->2366",
14968 + "default.handlebars->35->2423",
14969 + "default.handlebars->35->2442"
14970 ]
14971 },
14972 {
@@ -14989,7 +14989,7 @@
14989 "zh-cht": "裝置群用戶",
14990 "xloc": [
14991 "default-mobile.handlebars->11->634",
14992 - "default.handlebars->35->1833"
14992 + "default.handlebars->35->1843"
14993 ]
14994 },
14995 {
@@ -15012,11 +15012,11 @@
15012 "zh-cht": "裝置群",
15013 "xloc": [
15014 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
15015 - "default.handlebars->35->2073",
15016 - "default.handlebars->35->2179",
15017 - "default.handlebars->35->2219",
15018 - "default.handlebars->35->2290",
15019 - "default.handlebars->35->2483",
15015 + "default.handlebars->35->2083",
15016 + "default.handlebars->35->2189",
15017 + "default.handlebars->35->2229",
15018 + "default.handlebars->35->2300",
15019 + "default.handlebars->35->2493",
15020 "default.handlebars->container->column_l->p2->p2info->9"
15021 ]
15022 },
@@ -15107,7 +15107,7 @@
15107 "xloc": [
15108 "default-mobile.handlebars->11->358",
15109 "default.handlebars->35->1040",
15110 - "default.handlebars->35->2412",
15110 + "default.handlebars->35->2422",
15111 "default.handlebars->35->375",
15112 "default.handlebars->35->384",
15113 "player.handlebars->3->9"
@@ -15295,7 +15295,7 @@
15295 "zh-cht": "裝置連接。",
15296 "xloc": [
15297 "default.handlebars->35->1566",
15298 - "default.handlebars->35->1854"
15298 + "default.handlebars->35->1864"
15299 ]
15300 },
15301 {
@@ -15318,7 +15318,7 @@
15318 "zh-cht": "裝置斷開連接。",
15319 "xloc": [
15320 "default.handlebars->35->1567",
15321 - "default.handlebars->35->1855"
15321 + "default.handlebars->35->1865"
15322 ]
15323 },
15324 {
@@ -15340,7 +15340,7 @@
15340 "zh-chs": "创建的设备组:{0}",
15341 "zh-cht": "設備組已創建:{0}",
15342 "xloc": [
15343 - "default.handlebars->35->2002"
15343 + "default.handlebars->35->2012"
15344 ]
15345 },
15346 {
@@ -15362,7 +15362,7 @@
15362 "zh-chs": "设备组已删除:{0}",
15363 "zh-cht": "設備組已刪除:{0}",
15364 "xloc": [
15365 - "default.handlebars->35->2003"
15365 + "default.handlebars->35->2013"
15366 ]
15367 },
15368 {
@@ -15384,7 +15384,7 @@
15384 "zh-chs": "设备组成员身份已更改:{0}",
15385 "zh-cht": "設備組成員身份已更改:{0}",
15386 "xloc": [
15387 - "default.handlebars->35->2004"
15387 + "default.handlebars->35->2014"
15388 ]
15389 },
15390 {
@@ -15429,7 +15429,7 @@
15429 "zh-chs": "设备组通知已更改",
15430 "zh-cht": "設備組通知已更改",
15431 "xloc": [
15432 - "default.handlebars->35->1999"
15432 + "default.handlebars->35->2009"
15433 ]
15434 },
15435 {
@@ -15451,7 +15451,7 @@
15451 "zh-chs": "未删除的设备组:{0}",
15452 "zh-cht": "未刪除的設備組:{0}",
15453 "xloc": [
15454 - "default.handlebars->35->1982"
15454 + "default.handlebars->35->1992"
15455 ]
15456 },
15457 {
@@ -15876,7 +15876,7 @@
15876 "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
15877 "it": "Il dispositivo ha richiesto l'attivazione di Intel(R) AMT ACM TLS, FQDN: {0}",
15878 "xloc": [
15879 - "default.handlebars->35->2037"
15879 + "default.handlebars->35->2047"
15880 ]
15881 },
15882 {
@@ -15898,7 +15898,7 @@
15898 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
15899 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
15900 "xloc": [
15901 - "default.handlebars->35->1984"
15901 + "default.handlebars->35->1994"
15902 ]
15903 },
15904 {
@@ -15939,9 +15939,9 @@
15939 "zh-chs": "设备",
15940 "zh-cht": "裝置",
15941 "xloc": [
15942 - "default.handlebars->35->1700",
15943 - "default.handlebars->35->2180",
15944 - "default.handlebars->35->2220"
15942 + "default.handlebars->35->1701",
15943 + "default.handlebars->35->2190",
15944 + "default.handlebars->35->2230"
15945 ]
15946 },
15947 {
@@ -15999,7 +15999,7 @@
15999 "zh-chs": "禁用的电子邮件两因素身份验证",
16000 "zh-cht": "禁用的電子郵件兩因素身份驗證",
16001 "xloc": [
16002 - "default.handlebars->35->2015"
16002 + "default.handlebars->35->2025"
16003 ]
16004 },
16005 {
@@ -16265,7 +16265,7 @@
16265 "zh-chs": "显示公共连结",
16266 "zh-cht": "顯示公共鏈結",
16267 "xloc": [
16268 - "default.handlebars->35->1885"
16268 + "default.handlebars->35->1895"
16269 ]
16270 },
16271 {
@@ -16303,7 +16303,7 @@
16303 "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
16304 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
16305 "xloc": [
16306 - "default.handlebars->35->1944"
16306 + "default.handlebars->35->1954"
16307 ]
16308 },
16309 {
@@ -16325,7 +16325,7 @@
16325 "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
16326 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
16327 "xloc": [
16328 - "default.handlebars->35->1952"
16328 + "default.handlebars->35->1962"
16329 ]
16330 },
16331 {
@@ -16347,8 +16347,8 @@
16347 "zh-chs": "什么都不做",
16348 "zh-cht": "什麼都不做",
16349 "xloc": [
16350 - "default.handlebars->35->1723",
16351 - "default.handlebars->35->1727"
16350 + "default.handlebars->35->1733",
16351 + "default.handlebars->35->1737"
16352 ]
16353 },
16354 {
@@ -16370,10 +16370,10 @@
16370 "zh-chs": "域",
16371 "zh-cht": "域",
16372 "xloc": [
16373 - "default.handlebars->35->2144",
16374 - "default.handlebars->35->2192",
16375 - "default.handlebars->35->2201",
16376 - "default.handlebars->35->2269",
16373 + "default.handlebars->35->2154",
16374 + "default.handlebars->35->2202",
16375 + "default.handlebars->35->2211",
16376 + "default.handlebars->35->2279",
16377 "default.handlebars->35->91",
16378 "mstsc.handlebars->main->1->3->1->rowdomain->1->0",
16379 "mstsc.handlebars->main->1->3->1->rowdomain->3"
@@ -16410,7 +16410,7 @@
16410 "zh-chs": "请勿更改,如果设置请保留CCM",
16411 "zh-cht": "請勿更改,如果設置請保留CCM",
16412 "xloc": [
16413 - "default.handlebars->35->1719"
16413 + "default.handlebars->35->1729"
16414 ]
16415 },
16416 {
@@ -16451,7 +16451,7 @@
16451 "zh-chs": "不要连接到服务器",
16452 "zh-cht": "不要連接到伺服器",
16453 "xloc": [
16454 - "default.handlebars->35->1728"
16454 + "default.handlebars->35->1738"
16455 ]
16456 },
16457 {
@@ -16739,7 +16739,7 @@
16739 "zh-chs": "下载报告",
16740 "zh-cht": "下載報告",
16741 "xloc": [
16742 - "default.handlebars->35->2062",
16742 + "default.handlebars->35->2072",
16743 "default.handlebars->container->column_l->p3->3->1->0->3"
16744 ]
16745 },
@@ -16982,7 +16982,7 @@
16982 "zh-chs": "使用以下一种档案格式下载事件列表。",
16983 "zh-cht": "使用以下一種檔案格式下載事件列表。",
16984 "xloc": [
16985 - "default.handlebars->35->2063"
16985 + "default.handlebars->35->2073"
16986 ]
16987 },
16988 {
@@ -17004,7 +17004,7 @@
17004 "zh-chs": "使用以下一种档案格式下载用户列表。",
17005 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
17006 "xloc": [
17007 - "default.handlebars->35->2128"
17007 + "default.handlebars->35->2138"
17008 ]
17009 },
17010 {
@@ -17093,7 +17093,7 @@
17093 "zh-chs": "下载:“{0}”",
17094 "zh-cht": "下載:“{0}”",
17095 "xloc": [
17096 - "default.handlebars->35->1975"
17096 + "default.handlebars->35->1985"
17097 ]
17098 },
17099 {
@@ -17109,7 +17109,7 @@
17109 "zh-chs": "下载:\\\"{0}\\\",大小:{1}",
17110 "it": "Scarica: \\\"{0}\\\", Dimensioni: {1}",
17111 "xloc": [
17112 - "default.handlebars->35->2032"
17112 + "default.handlebars->35->2042"
17113 ]
17114 },
17115 {
@@ -17153,7 +17153,7 @@
17153 "zh-chs": "代理重复",
17154 "zh-cht": "代理重複",
17155 "xloc": [
17156 - "default.handlebars->35->2479"
17156 + "default.handlebars->35->2489"
17157 ]
17158 },
17159 {
@@ -17197,7 +17197,7 @@
17197 "zh-chs": "复制用户组",
17198 "zh-cht": "複製用戶群",
17199 "xloc": [
17200 - "default.handlebars->35->2196"
17200 + "default.handlebars->35->2206"
17201 ]
17202 },
17203 {
@@ -17238,8 +17238,8 @@
17238 "zh-chs": "持续时间",
17239 "zh-cht": "持續時間",
17240 "xloc": [
17241 - "default.handlebars->35->2392",
17242 - "default.handlebars->35->2418",
17241 + "default.handlebars->35->2402",
17242 + "default.handlebars->35->2428",
17243 "player.handlebars->3->2"
17244 ]
17245 },
@@ -17662,10 +17662,10 @@
17662 "default-mobile.handlebars->11->585",
17663 "default-mobile.handlebars->11->591",
17664 "default-mobile.handlebars->11->611",
17665 - "default.handlebars->35->1740",
17666 - "default.handlebars->35->1772",
17667 - "default.handlebars->35->1797",
17668 - "default.handlebars->35->1809"
17665 + "default.handlebars->35->1750",
17666 + "default.handlebars->35->1782",
17667 + "default.handlebars->35->1807",
17668 + "default.handlebars->35->1819"
17669 ]
17670 },
17671 {
@@ -17687,7 +17687,7 @@
17687 "zh-chs": "编辑设备组功能",
17688 "zh-cht": "編輯裝置群功能",
17689 "xloc": [
17690 - "default.handlebars->35->1758"
17690 + "default.handlebars->35->1768"
17691 ]
17692 },
17693 {
@@ -17709,8 +17709,8 @@
17709 "zh-chs": "编辑设备组权限",
17710 "zh-cht": "編輯裝置群權限",
17711 "xloc": [
17712 - "default.handlebars->35->1794",
17713 - "default.handlebars->35->1806"
17712 + "default.handlebars->35->1804",
17713 + "default.handlebars->35->1816"
17714 ]
17715 },
17716 {
@@ -17732,7 +17732,7 @@
17732 "zh-chs": "编辑设备组用户同意",
17733 "zh-cht": "編輯裝置群用戶同意",
17734 "xloc": [
17735 - "default.handlebars->35->1741"
17735 + "default.handlebars->35->1751"
17736 ]
17737 },
17738 {
@@ -17755,7 +17755,7 @@
17755 "zh-cht": "編輯裝置筆記",
17756 "xloc": [
17757 "default-mobile.handlebars->11->603",
17758 - "default.handlebars->35->1786"
17758 + "default.handlebars->35->1796"
17759 ]
17760 },
17761 {
@@ -17777,8 +17777,8 @@
17777 "zh-chs": "编辑设备权限",
17778 "zh-cht": "編輯裝置權限",
17779 "xloc": [
17780 - "default.handlebars->35->1799",
17781 - "default.handlebars->35->1801"
17780 + "default.handlebars->35->1809",
17781 + "default.handlebars->35->1811"
17782 ]
17783 },
17784 {
@@ -17822,7 +17822,7 @@
17822 "zh-chs": "编辑设备用户同意",
17823 "zh-cht": "編輯裝置用戶同意",
17824 "xloc": [
17825 - "default.handlebars->35->1743"
17825 + "default.handlebars->35->1753"
17826 ]
17827 },
17828 {
@@ -17896,7 +17896,7 @@
17896 "zh-cht": "編輯筆記",
17897 "xloc": [
17898 "default-mobile.handlebars->11->618",
17899 - "default.handlebars->35->1816"
17899 + "default.handlebars->35->1826"
17900 ]
17901 },
17902 {
@@ -17918,7 +17918,7 @@
17918 "zh-chs": "编辑用户同意",
17919 "zh-cht": "編輯用戶同意",
17920 "xloc": [
17921 - "default.handlebars->35->1742"
17921 + "default.handlebars->35->1752"
17922 ]
17923 },
17924 {
@@ -17940,7 +17940,7 @@
17940 "zh-chs": "编辑用户设备组权限",
17941 "zh-cht": "編輯用戶裝置群權限",
17942 "xloc": [
17943 - "default.handlebars->35->1807"
17943 + "default.handlebars->35->1817"
17944 ]
17945 },
17946 {
@@ -17962,7 +17962,7 @@
17962 "zh-chs": "编辑用户设备权限",
17963 "zh-cht": "編輯用戶裝置權限",
17964 "xloc": [
17965 - "default.handlebars->35->1802"
17965 + "default.handlebars->35->1812"
17966 ]
17967 },
17968 {
@@ -17984,7 +17984,7 @@
17984 "zh-chs": "编辑用户组",
17985 "zh-cht": "編輯用戶群",
17986 "xloc": [
17987 - "default.handlebars->35->2247"
17987 + "default.handlebars->35->2257"
17988 ]
17989 },
17990 {
@@ -18006,7 +18006,7 @@
18006 "zh-chs": "编辑用户组设备权限",
18007 "zh-cht": "編輯用戶群裝置權限",
18008 "xloc": [
18009 - "default.handlebars->35->1804"
18009 + "default.handlebars->35->1814"
18010 ]
18011 },
18012 {
@@ -18028,7 +18028,7 @@
18028 "zh-chs": "编辑用户组用户同意",
18029 "zh-cht": "編輯用戶組用戶同意",
18030 "xloc": [
18031 - "default.handlebars->35->1744"
18031 + "default.handlebars->35->1754"
18032 ]
18033 },
18034 {
@@ -18118,11 +18118,11 @@
18118 "zh-cht": "電郵",
18119 "xloc": [
18120 "default-mobile.handlebars->11->102",
18121 - "default.handlebars->35->2146",
18122 - "default.handlebars->35->2273",
18123 - "default.handlebars->35->2275",
18124 - "default.handlebars->35->2315",
18125 - "default.handlebars->35->2335",
18121 + "default.handlebars->35->2156",
18122 + "default.handlebars->35->2283",
18123 + "default.handlebars->35->2285",
18124 + "default.handlebars->35->2325",
18125 + "default.handlebars->35->2345",
18126 "default.handlebars->35->417",
18127 "login-mobile.handlebars->5->42",
18128 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -18290,7 +18290,7 @@
18290 "zh-chs": "电邮未验证",
18291 "zh-cht": "電郵未驗證",
18292 "xloc": [
18293 - "default.handlebars->35->2092"
18293 + "default.handlebars->35->2102"
18294 ]
18295 },
18296 {
@@ -18312,8 +18312,8 @@
18312 "zh-chs": "电子邮件已验证",
18313 "zh-cht": "電子郵件已驗證",
18314 "xloc": [
18315 - "default.handlebars->35->2093",
18316 - "default.handlebars->35->2267"
18315 + "default.handlebars->35->2103",
18316 + "default.handlebars->35->2277"
18317 ]
18318 },
18319 {
@@ -18335,7 +18335,7 @@
18335 "zh-chs": "电邮已验证。",
18336 "zh-cht": "電郵已驗證。",
18337 "xloc": [
18338 - "default.handlebars->35->2152"
18338 + "default.handlebars->35->2162"
18339 ]
18340 },
18341 {
@@ -18357,7 +18357,7 @@
18357 "zh-chs": "电邮未验证",
18358 "zh-cht": "電郵未驗證",
18359 "xloc": [
18360 - "default.handlebars->35->2268"
18360 + "default.handlebars->35->2278"
18361 ]
18362 },
18363 {
@@ -18392,7 +18392,7 @@
18392 "zh-cht": "電郵已發送。",
18393 "xloc": [
18394 "default-mobile.handlebars->11->660",
18395 - "default.handlebars->35->2447",
18395 + "default.handlebars->35->2457",
18396 "login-mobile.handlebars->5->2",
18397 "login.handlebars->5->2",
18398 "login2.handlebars->7->3"
@@ -18453,7 +18453,7 @@
18453 "zh-chs": "已通过电邮验证,并且需要重置密码。",
18454 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
18455 "xloc": [
18456 - "default.handlebars->35->2153"
18456 + "default.handlebars->35->2163"
18457 ]
18458 },
18459 {
@@ -18488,7 +18488,7 @@
18488 "zh-chs": "电子邮件/短信/推送流量",
18489 "it": "Email/SMS/Push Traffico",
18490 "xloc": [
18491 - "default.handlebars->35->2538"
18491 + "default.handlebars->35->2548"
18492 ]
18493 },
18494 {
@@ -18538,7 +18538,7 @@
18538 "zh-chs": "启用邀请代码",
18539 "zh-cht": "啟用邀請代碼",
18540 "xloc": [
18541 - "default.handlebars->35->1839"
18541 + "default.handlebars->35->1849"
18542 ]
18543 },
18544 {
@@ -18627,7 +18627,7 @@
18627 "zh-chs": "已启用",
18628 "zh-cht": "已啟用",
18629 "xloc": [
18630 - "default.handlebars->35->2420",
18630 + "default.handlebars->35->2430",
18631 "default.handlebars->35->94"
18632 ]
18633 },
@@ -18650,7 +18650,7 @@
18650 "zh-chs": "启用电子邮件两因素身份验证",
18651 "zh-cht": "啟用電子郵件兩因素身份驗證",
18652 "xloc": [
18653 - "default.handlebars->35->2014"
18653 + "default.handlebars->35->2024"
18654 ]
18655 },
18656 {
@@ -18711,7 +18711,7 @@
18711 "zh-chs": "时间结束",
18712 "zh-cht": "時間結束",
18713 "xloc": [
18714 - "default.handlebars->35->2417"
18714 + "default.handlebars->35->2427"
18715 ]
18716 },
18717 {
@@ -18733,7 +18733,7 @@
18733 "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
18734 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
18735 "xloc": [
18736 - "default.handlebars->35->1937"
18736 + "default.handlebars->35->1947"
18737 ]
18738 },
18739 {
@@ -18755,14 +18755,14 @@
18755 "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
18756 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
18757 "xloc": [
18758 - "default.handlebars->35->1938"
18758 + "default.handlebars->35->1948"
18759 ]
18760 },
18761 {
18762 "en": "Ended local relay session \\\"{0}\\\", protocol {1} to {2}, {3} second(s)",
18763 "nl": "Beëindigde lokale relay sessie \\\"{0}\\\", protocol {1} naar {2}, {3} seconde(n)",
18764 "xloc": [
18765 - "default.handlebars->35->2047"
18765 + "default.handlebars->35->2057"
18766 ]
18767 },
18768 {
@@ -18778,7 +18778,7 @@
18778 "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
18779 "it": "Terminata la sessione di messaggistica \\\"{0}\\\" da {1} a {2}, {3} secondo(i)",
18780 "xloc": [
18781 - "default.handlebars->35->2038"
18781 + "default.handlebars->35->2048"
18782 ]
18783 },
18784 {
@@ -18800,7 +18800,7 @@
18800 "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
18801 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
18802 "xloc": [
18803 - "default.handlebars->35->1935"
18803 + "default.handlebars->35->1945"
18804 ]
18805 },
18806 {
@@ -18822,7 +18822,7 @@
18822 "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
18823 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
18824 "xloc": [
18825 - "default.handlebars->35->1936"
18825 + "default.handlebars->35->1946"
18826 ]
18827 },
18828 {
@@ -19169,7 +19169,7 @@
19169 "zh-chs": "输入管理领域名称的逗号分隔列表。",
19170 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
19171 "xloc": [
19172 - "default.handlebars->35->2157"
19172 + "default.handlebars->35->2167"
19173 ]
19174 },
19175 {
@@ -19390,7 +19390,7 @@
19390 "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
19391 "xloc": [
19392 "default-mobile.handlebars->11->668",
19393 - "default.handlebars->35->2455"
19393 + "default.handlebars->35->2465"
19394 ]
19395 },
19396 {
@@ -19407,7 +19407,7 @@
19407 "zh-chs": "错误,密码未更改。",
19408 "xloc": [
19409 "default-mobile.handlebars->11->665",
19410 - "default.handlebars->35->2452"
19410 + "default.handlebars->35->2462"
19411 ]
19412 },
19413 {
@@ -19423,7 +19423,7 @@
19423 "zh-chs": "错误,无法更改为常用密码。",
19424 "xloc": [
19425 "default-mobile.handlebars->11->664",
19426 - "default.handlebars->35->2451"
19426 + "default.handlebars->35->2461"
19427 ]
19428 },
19429 {
@@ -19439,7 +19439,7 @@
19439 "zh-chs": "错误,无法更改为以前使用的密码。",
19440 "xloc": [
19441 "default-mobile.handlebars->11->663",
19442 - "default.handlebars->35->2450"
19442 + "default.handlebars->35->2460"
19443 ]
19444 },
19445 {
@@ -19578,7 +19578,7 @@
19578 "zh-chs": "事件列表输出",
19579 "zh-cht": "事件列表輸出",
19580 "xloc": [
19581 - "default.handlebars->35->2068"
19581 + "default.handlebars->35->2078"
19582 ]
19583 },
19584 {
@@ -19848,7 +19848,7 @@
19848 "zh-chs": "外部",
19849 "zh-cht": "外部",
19850 "xloc": [
19851 - "default.handlebars->35->2518"
19851 + "default.handlebars->35->2528"
19852 ]
19853 },
19854 {
@@ -19953,7 +19953,7 @@
19953 "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
19954 "xloc": [
19955 "default-mobile.handlebars->11->659",
19956 - "default.handlebars->35->2446"
19956 + "default.handlebars->35->2456"
19957 ]
19958 },
19959 {
@@ -19991,7 +19991,7 @@
19991 "zh-chs": "本地用户拒绝后无法启动远程桌面",
19992 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
19993 "xloc": [
19994 - "default.handlebars->35->1960"
19994 + "default.handlebars->35->1970"
19995 ]
19996 },
19997 {
@@ -20025,7 +20025,7 @@
20025 "zh-chs": "本地用户拒绝后无法启动远程文件",
20026 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
20027 "xloc": [
20028 - "default.handlebars->35->1967"
20028 + "default.handlebars->35->1977"
20029 ]
20030 },
20031 {
@@ -20280,7 +20280,7 @@
20280 "zh-chs": "文件传输",
20281 "it": "Trasferimento di file",
20282 "xloc": [
20283 - "default.handlebars->35->2398"
20283 + "default.handlebars->35->2408"
20284 ]
20285 },
20286 {
@@ -20326,9 +20326,9 @@
20326 "xloc": [
20327 "default-mobile.handlebars->11->203",
20328 "default-mobile.handlebars->11->312",
20329 - "default.handlebars->35->1752",
20330 - "default.handlebars->35->2405",
20331 - "default.handlebars->35->2506",
20329 + "default.handlebars->35->1762",
20330 + "default.handlebars->35->2415",
20331 + "default.handlebars->35->2516",
20332 "default.handlebars->35->344",
20333 "default.handlebars->35->840",
20334 "default.handlebars->35->907",
@@ -20379,8 +20379,8 @@
20379 "zh-cht": "檔案通知",
20380 "xloc": [
20381 "default.handlebars->35->1665",
20382 - "default.handlebars->35->2213",
20383 - "default.handlebars->35->2300",
20382 + "default.handlebars->35->2223",
20383 + "default.handlebars->35->2310",
20384 "default.handlebars->35->752"
20385 ]
20386 },
@@ -20404,8 +20404,8 @@
20404 "zh-cht": "檔案提示",
20405 "xloc": [
20406 "default.handlebars->35->1664",
20407 - "default.handlebars->35->2212",
20408 - "default.handlebars->35->2299",
20407 + "default.handlebars->35->2222",
20408 + "default.handlebars->35->2309",
20409 "default.handlebars->35->751"
20410 ]
20411 },
@@ -20501,7 +20501,7 @@
20501 "zh-chs": "录制会话已完成,{0}秒",
20502 "zh-cht": "錄製會話已完成,{0}秒",
20503 "xloc": [
20504 - "default.handlebars->35->1933"
20504 + "default.handlebars->35->1943"
20505 ]
20506 },
20507 {
@@ -20558,8 +20558,8 @@
20558 "zh-chs": "防火墙未激活",
20559 "it": "Firewall non attivo",
20560 "xloc": [
20561 - "default.handlebars->35->1865",
20562 - "default.handlebars->35->1879"
20561 + "default.handlebars->35->1875",
20562 + "default.handlebars->35->1889"
20563 ]
20564 },
20565 {
@@ -20807,8 +20807,8 @@
20807 "zh-chs": "下次登录时强制重置密码。",
20808 "zh-cht": "下次登入時強制重置密碼。",
20809 "xloc": [
20810 - "default.handlebars->35->2151",
20811 - "default.handlebars->35->2346"
20810 + "default.handlebars->35->2161",
20811 + "default.handlebars->35->2356"
20812 ]
20813 },
20814 {
@@ -20899,7 +20899,7 @@
20899 "zh-chs": "格式化",
20900 "zh-cht": "格式化",
20901 "xloc": [
20902 - "default.handlebars->35->2059"
20902 + "default.handlebars->35->2069"
20903 ]
20904 },
20905 {
@@ -20956,8 +20956,8 @@
20956 "zh-chs": "自由",
20957 "zh-cht": "自由",
20958 "xloc": [
20959 - "default.handlebars->35->2464",
20960 - "default.handlebars->35->2466"
20959 + "default.handlebars->35->2474",
20960 + "default.handlebars->35->2476"
20961 ]
20962 },
20963 {
@@ -21205,8 +21205,8 @@
21205 "default-mobile.handlebars->11->590",
21206 "default-mobile.handlebars->11->610",
21207 "default.handlebars->35->1608",
21208 - "default.handlebars->35->1771",
21209 - "default.handlebars->35->2163"
21208 + "default.handlebars->35->1781",
21209 + "default.handlebars->35->2173"
21210 ]
21211 },
21212 {
@@ -21228,7 +21228,7 @@
21228 "zh-chs": "完整管理员(保留所有权利)",
21229 "zh-cht": "完整管理員(保留所有權利)",
21230 "xloc": [
21231 - "default.handlebars->35->1808"
21231 + "default.handlebars->35->1818"
21232 ]
21233 },
21234 {
@@ -21360,7 +21360,7 @@
21360 "zh-chs": "完整管理员",
21361 "zh-cht": "完整管理員",
21362 "xloc": [
21363 - "default.handlebars->35->2261"
21363 + "default.handlebars->35->2271"
21364 ]
21365 },
21366 {
@@ -21383,7 +21383,7 @@
21383 "zh-cht": "全自動的",
21384 "xloc": [
21385 "default.handlebars->35->1682",
21386 - "default.handlebars->35->1710"
21386 + "default.handlebars->35->1720"
21387 ]
21388 },
21389 {
@@ -21809,7 +21809,7 @@
21809 "zh-chs": "正在获取剪贴板内容,{0}个字节",
21810 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
21811 "xloc": [
21812 - "default.handlebars->35->1947"
21812 + "default.handlebars->35->1957"
21813 ]
21814 },
21815 {
@@ -22078,8 +22078,8 @@
22078 "zh-chs": "集体指令",
22079 "zh-cht": "集體指令",
22080 "xloc": [
22081 - "default.handlebars->35->2107",
22082 - "default.handlebars->35->2186",
22081 + "default.handlebars->35->2117",
22082 + "default.handlebars->35->2196",
22083 "default.handlebars->35->569",
22084 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
22085 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -22105,7 +22105,7 @@
22105 "zh-chs": "通过...分组",
22106 "zh-cht": "通過...分群",
22107 "xloc": [
22108 - "default.handlebars->35->2055"
22108 + "default.handlebars->35->2065"
22109 ]
22110 },
22111 {
@@ -22127,7 +22127,7 @@
22127 "zh-chs": "组标识符",
22128 "zh-cht": "群標識符",
22129 "xloc": [
22130 - "default.handlebars->35->2203"
22130 + "default.handlebars->35->2213"
22131 ]
22132 },
22133 {
@@ -22149,7 +22149,7 @@
22149 "zh-chs": "群组成员",
22150 "zh-cht": "群組成員",
22151 "xloc": [
22152 - "default.handlebars->35->2224"
22152 + "default.handlebars->35->2234"
22153 ]
22154 },
22155 {
@@ -22171,7 +22171,7 @@
22171 "zh-chs": "用户{0}的群组权限。",
22172 "zh-cht": "用戶{0}的群組權限。",
22173 "xloc": [
22174 - "default.handlebars->35->1770"
22174 + "default.handlebars->35->1780"
22175 ]
22176 },
22177 {
@@ -22193,7 +22193,7 @@
22193 "zh-chs": "{0}的群组权限。",
22194 "zh-cht": "{0}的群組權限。",
22195 "xloc": [
22196 - "default.handlebars->35->1769"
22196 + "default.handlebars->35->1779"
22197 ]
22198 },
22199 {
@@ -22315,7 +22315,7 @@
22315 "zh-chs": "嘉宾分享",
22316 "it": "Condivisione degli ospiti",
22317 "xloc": [
22318 - "default.handlebars->35->1778"
22318 + "default.handlebars->35->1788"
22319 ]
22320 },
22321 {
@@ -22353,7 +22353,7 @@
22353 "zh-chs": "HTTP",
22354 "it": "HTTP",
22355 "xloc": [
22356 - "default.handlebars->35->2502"
22356 + "default.handlebars->35->2512"
22357 ]
22358 },
22359 {
@@ -22487,7 +22487,7 @@
22487 "zh-chs": "堆总数",
22488 "zh-cht": "堆總數",
22489 "xloc": [
22490 - "default.handlebars->35->2520"
22490 + "default.handlebars->35->2530"
22491 ]
22492 },
22493 {
@@ -22509,7 +22509,7 @@
22509 "zh-chs": "堆使用",
22510 "zh-cht": "堆使用",
22511 "xloc": [
22512 - "default.handlebars->35->2519"
22512 + "default.handlebars->35->2529"
22513 ]
22514 },
22515 {
@@ -22610,7 +22610,7 @@
22610 "zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
22611 "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
22612 "xloc": [
22613 - "default.handlebars->35->2024"
22613 + "default.handlebars->35->2034"
22614 ]
22615 },
22616 {
@@ -22929,7 +22929,7 @@
22929 "zh-cht": "保存{0}項目{1}給{2}",
22930 "xloc": [
22931 "default-mobile.handlebars->11->153",
22932 - "default.handlebars->35->1920"
22932 + "default.handlebars->35->1930"
22933 ]
22934 },
22935 {
@@ -23395,7 +23395,7 @@
23395 "zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
23396 "zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
23397 "xloc": [
23398 - "default.handlebars->35->1724"
23398 + "default.handlebars->35->1734"
23399 ]
23400 },
23401 {
@@ -23526,6 +23526,26 @@
23526 "sharing.handlebars->dialog->dialogBody->dialog7->d7amtkvm->3->1"
23527 ]
23528 },
23529 + {
23530 + "en": "Import Intel® AMT Devices",
23531 + "xloc": [
23532 + "default.handlebars->35->1708",
23533 + "default.handlebars->35->1709",
23534 + "default.handlebars->35->1713"
23535 + ]
23536 + },
23537 + {
23538 + "en": "Import a list of local Intel® AMT devices in MeshCommander JSON format.",
23539 + "xloc": [
23540 + "default.handlebars->35->1707"
23541 + ]
23542 + },
23543 + {
23544 + "en": "Import device list",
23545 + "xloc": [
23546 + "default.handlebars->35->1700"
23547 + ]
23548 + },
23549 {
23550 "de": "Um die Push-Benachrichtigungs-Authentifizierung verwenden zu können, muss in Ihrem Konto ein mobiles Gerät mit vollen Rechten eingerichtet sein.",
23551 "en": "In order to use push notification authentication, a mobile device must be setup in your account with full rights.",
@@ -23930,8 +23950,8 @@
23950 "zh-chs": "安装类型",
23951 "zh-cht": "安裝方式",
23952 "xloc": [
23933 - "default.handlebars->35->1841",
23934 - "default.handlebars->35->1848",
23953 + "default.handlebars->35->1851",
23954 + "default.handlebars->35->1858",
23955 "default.handlebars->35->432",
23956 "default.handlebars->35->446",
23957 "default.handlebars->35->462",
@@ -23982,7 +24002,7 @@
24002 "zh-chs": "英特尔AMT",
24003 "zh-cht": "英特爾AMT",
24004 "xloc": [
23985 - "default.handlebars->35->2516"
24005 + "default.handlebars->35->2526"
24006 ]
24007 },
24008 {
@@ -23997,7 +24017,7 @@
24017 "zh-chs": "英特尔 AMT 经理",
24018 "it": "Gestore Intel AMT",
24019 "xloc": [
24000 - "default.handlebars->35->2545"
24020 + "default.handlebars->35->2555"
24021 ]
24022 },
24023 {
@@ -24047,9 +24067,9 @@
24067 "default-mobile.handlebars->11->290",
24068 "default.handlebars->35->1672",
24069 "default.handlebars->35->1683",
24050 - "default.handlebars->35->1860",
24051 - "default.handlebars->35->1873",
24052 - "default.handlebars->35->2544",
24070 + "default.handlebars->35->1870",
24071 + "default.handlebars->35->1883",
24072 + "default.handlebars->35->2554",
24073 "default.handlebars->35->657",
24074 "default.handlebars->35->722",
24075 "default.handlebars->35->762"
@@ -24250,7 +24270,7 @@
24270 "zh-chs": "英特尔®AMT政策",
24271 "zh-cht": "Intel® AMT政策",
24272 "xloc": [
24253 - "default.handlebars->35->1711"
24273 + "default.handlebars->35->1721"
24274 ]
24275 },
24276 {
@@ -24324,8 +24344,8 @@
24344 "zh-chs": "英特尔®AMT重定向",
24345 "zh-cht": "Intel® AMT重定向",
24346 "xloc": [
24327 - "default.handlebars->35->2400",
24328 - "default.handlebars->35->2407",
24347 + "default.handlebars->35->2410",
24348 + "default.handlebars->35->2417",
24349 "player.handlebars->3->14"
24350 ]
24351 },
@@ -24386,8 +24406,8 @@
24406 "zh-chs": "英特尔®AMT WSMAN",
24407 "zh-cht": "Intle® AMT WSMAN",
24408 "xloc": [
24389 - "default.handlebars->35->2399",
24390 - "default.handlebars->35->2406",
24409 + "default.handlebars->35->2409",
24410 + "default.handlebars->35->2416",
24411 "player.handlebars->3->13"
24412 ]
24413 },
@@ -24454,7 +24474,7 @@
24474 "zh-cht": "Intel® AMT桌面和串行事件。",
24475 "xloc": [
24476 "default.handlebars->35->1568",
24457 - "default.handlebars->35->1856"
24477 + "default.handlebars->35->1866"
24478 ]
24479 },
24480 {
@@ -25029,8 +25049,8 @@
25049 "zh-chs": "仅限互动",
25050 "zh-cht": "僅限互動",
25051 "xloc": [
25032 - "default.handlebars->35->1844",
25033 - "default.handlebars->35->1851",
25052 + "default.handlebars->35->1854",
25053 + "default.handlebars->35->1861",
25054 "default.handlebars->35->435",
25055 "default.handlebars->35->449",
25056 "default.handlebars->35->465"
@@ -25139,7 +25159,7 @@
25159 "zh-chs": "无效的设备组类型",
25160 "zh-cht": "無效的裝置群類型",
25161 "xloc": [
25142 - "default.handlebars->35->2478"
25162 + "default.handlebars->35->2488"
25163 ]
25164 },
25165 {
@@ -25161,7 +25181,7 @@
25181 "zh-chs": "无效的JSON",
25182 "zh-cht": "無效的JSON",
25183 "xloc": [
25164 - "default.handlebars->35->2472"
25184 + "default.handlebars->35->2482"
25185 ]
25186 },
25187 {
@@ -25183,8 +25203,9 @@
25203 "zh-chs": "无效的JSON档案格式。",
25204 "zh-cht": "無效的JSON檔案格式。",
25205 "xloc": [
25186 - "default.handlebars->35->2125",
25187 - "default.handlebars->35->2127"
25206 + "default.handlebars->35->1714",
25207 + "default.handlebars->35->2135",
25208 + "default.handlebars->35->2137"
25209 ]
25210 },
25211 {
@@ -25206,7 +25227,8 @@
25227 "zh-chs": "无效的JSON档案:{0}。",
25228 "zh-cht": "無效的JSON檔案:{0}。",
25229 "xloc": [
25209 - "default.handlebars->35->2123"
25230 + "default.handlebars->35->1710",
25231 + "default.handlebars->35->2133"
25232 ]
25233 },
25234 {
@@ -25228,7 +25250,7 @@
25250 "zh-chs": "无效的PKCS签名",
25251 "zh-cht": "無效的PKCS簽名",
25252 "xloc": [
25231 - "default.handlebars->35->2470"
25253 + "default.handlebars->35->2480"
25254 ]
25255 },
25256 {
@@ -25249,7 +25271,7 @@
25271 "zh-cht": "無效的RSA密碼",
25272 "it": "Firma RSA non valida",
25273 "xloc": [
25252 - "default.handlebars->35->2471"
25274 + "default.handlebars->35->2481"
25275 ]
25276 },
25277 {
@@ -25266,7 +25288,7 @@
25288 "zh-chs": "无效的短信",
25289 "xloc": [
25290 "default-mobile.handlebars->11->671",
25269 - "default.handlebars->35->2458"
25291 + "default.handlebars->35->2468"
25292 ]
25293 },
25294 {
@@ -25307,7 +25329,7 @@
25329 "zh-chs": "无效域",
25330 "xloc": [
25331 "default-mobile.handlebars->11->651",
25310 - "default.handlebars->35->2438"
25332 + "default.handlebars->35->2448"
25333 ]
25334 },
25335 {
@@ -25336,7 +25358,7 @@
25358 "zh-chs": "不合规电邮",
25359 "xloc": [
25360 "default-mobile.handlebars->11->650",
25339 - "default.handlebars->35->2437"
25361 + "default.handlebars->35->2447"
25362 ]
25363 },
25364 {
@@ -25423,7 +25445,7 @@
25445 "xloc": [
25446 "default-mobile.handlebars->11->649",
25447 "default-mobile.handlebars->11->78",
25426 - "default.handlebars->35->2436",
25448 + "default.handlebars->35->2446",
25449 "default.handlebars->35->265"
25450 ]
25451 },
@@ -25441,7 +25463,7 @@
25463 "zh-chs": "网站权限无效",
25464 "xloc": [
25465 "default-mobile.handlebars->11->652",
25444 - "default.handlebars->35->2439"
25466 + "default.handlebars->35->2449"
25467 ]
25468 },
25469 {
@@ -25481,7 +25503,7 @@
25503 "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试",
25504 "it": "Tentativo di accesso utente non valido da {0}, {1}, {2}",
25505 "xloc": [
25484 - "default.handlebars->35->2036"
25506 + "default.handlebars->35->2046"
25507 ]
25508 },
25509 {
@@ -25498,7 +25520,7 @@
25520 "zh-chs": "无效的用户名",
25521 "xloc": [
25522 "default-mobile.handlebars->11->648",
25501 - "default.handlebars->35->2435"
25523 + "default.handlebars->35->2445"
25524 ]
25525 },
25526 {
@@ -25532,7 +25554,7 @@
25554 "zh-chs": "使电邮无效",
25555 "zh-cht": "使電郵無效",
25556 "xloc": [
25535 - "default.handlebars->35->2101"
25557 + "default.handlebars->35->2111"
25558 ]
25559 },
25560 {
@@ -25617,7 +25639,7 @@
25639 "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
25640 "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
25641 "xloc": [
25620 - "default.handlebars->35->1846"
25642 + "default.handlebars->35->1856"
25643 ]
25644 },
25645 {
@@ -25687,11 +25709,11 @@
25709 "xloc": [
25710 "default-mobile.handlebars->11->646",
25711 "default.handlebars->35->1676",
25690 - "default.handlebars->35->1840",
25691 - "default.handlebars->35->1845",
25692 - "default.handlebars->35->1847",
25693 - "default.handlebars->35->1852",
25694 - "default.handlebars->35->2433"
25712 + "default.handlebars->35->1850",
25713 + "default.handlebars->35->1855",
25714 + "default.handlebars->35->1857",
25715 + "default.handlebars->35->1862",
25716 + "default.handlebars->35->2443"
25717 ]
25718 },
25719 {
@@ -25858,7 +25880,7 @@
25880 "zh-chs": "JSON",
25881 "zh-cht": "JSON",
25882 "xloc": [
25861 - "default.handlebars->35->2061"
25883 + "default.handlebars->35->2071"
25884 ]
25885 },
25886 {
@@ -25880,8 +25902,8 @@
25902 "zh-chs": "JSON格式",
25903 "zh-cht": "JSON格式",
25904 "xloc": [
25883 - "default.handlebars->35->2066",
25884 - "default.handlebars->35->2131",
25905 + "default.handlebars->35->2076",
25906 + "default.handlebars->35->2141",
25907 "default.handlebars->35->609"
25908 ]
25909 },
@@ -25926,7 +25948,7 @@
25948 "zh-chs": "已加入桌面Multiplex会话",
25949 "zh-cht": "已加入桌面Multiplex會話",
25950 "xloc": [
25929 - "default.handlebars->35->1930"
25951 + "default.handlebars->35->1940"
25952 ]
25953 },
25954 {
@@ -26014,7 +26036,7 @@
26036 "zh-chs": "保留现有密码",
26037 "zh-cht": "保留現有密碼",
26038 "xloc": [
26017 - "default.handlebars->35->1712"
26039 + "default.handlebars->35->1722"
26040 ]
26041 },
26042 {
@@ -26158,7 +26180,7 @@
26180 "zh-chs": "杀死进程{0}",
26181 "zh-cht": "殺死進程{0}",
26182 "xloc": [
26161 - "default.handlebars->35->1945"
26183 + "default.handlebars->35->1955"
26184 ]
26185 },
26186 {
@@ -26627,7 +26649,7 @@
26649 "zh-chs": "最后访问",
26650 "zh-cht": "最後訪問",
26651 "xloc": [
26630 - "default.handlebars->35->2074"
26652 + "default.handlebars->35->2084"
26653 ]
26654 },
26655 {
@@ -26649,7 +26671,7 @@
26671 "zh-chs": "上次登录",
26672 "zh-cht": "上次登入",
26673 "xloc": [
26652 - "default.handlebars->35->2282"
26674 + "default.handlebars->35->2292"
26675 ]
26676 },
26677 {
@@ -26727,7 +26749,7 @@
26749 "zh-chs": "上次更改:{0}",
26750 "zh-cht": "上次更改:{0}",
26751 "xloc": [
26730 - "default.handlebars->35->2286"
26752 + "default.handlebars->35->2296"
26753 ]
26754 },
26755 {
@@ -26793,7 +26815,7 @@
26815 "zh-chs": "上次登录:{0}",
26816 "zh-cht": "上次登入:{0}",
26817 "xloc": [
26796 - "default.handlebars->35->2084"
26818 + "default.handlebars->35->2094"
26819 ]
26820 },
26821 {
@@ -27055,7 +27077,7 @@
27077 "zh-chs": "如没有请留空。",
27078 "zh-cht": "如沒有請留空。",
27079 "xloc": [
27058 - "default.handlebars->35->2330"
27080 + "default.handlebars->35->2340"
27081 ]
27082 },
27083 {
@@ -27121,7 +27143,7 @@
27143 "zh-chs": "离开桌面多路复用会话",
27144 "zh-cht": "離開桌面多路復用會話",
27145 "xloc": [
27124 - "default.handlebars->35->1931"
27146 + "default.handlebars->35->1941"
27147 ]
27148 },
27149 {
@@ -27143,7 +27165,7 @@
27165 "zh-chs": "减",
27166 "zh-cht": "減",
27167 "xloc": [
27146 - "default.handlebars->35->2566"
27168 + "default.handlebars->35->2576"
27169 ]
27170 },
27171 {
@@ -27229,7 +27251,7 @@
27251 "zh-cht": "有限輸入",
27252 "xloc": [
27253 "default-mobile.handlebars->11->623",
27232 - "default.handlebars->35->1822",
27254 + "default.handlebars->35->1832",
27255 "default.handlebars->35->854",
27256 "default.handlebars->35->876"
27257 ]
@@ -27254,7 +27276,7 @@
27276 "zh-cht": "僅有限輸入",
27277 "xloc": [
27278 "default-mobile.handlebars->11->596",
27257 - "default.handlebars->35->1777"
27279 + "default.handlebars->35->1787"
27280 ]
27281 },
27282 {
@@ -27911,8 +27933,8 @@
27933 "default.handlebars->35->1319",
27934 "default.handlebars->35->1634",
27935 "default.handlebars->35->1638",
27914 - "default.handlebars->35->2341",
27915 - "default.handlebars->35->2388"
27936 + "default.handlebars->35->2351",
27937 + "default.handlebars->35->2398"
27938 ]
27939 },
27940 {
@@ -28043,7 +28065,7 @@
28065 "zh-chs": "本地用户接受的远程终端请求",
28066 "zh-cht": "本地用戶接受的遠程終端請求",
28067 "xloc": [
28046 - "default.handlebars->35->1953"
28068 + "default.handlebars->35->1963"
28069 ]
28070 },
28071 {
@@ -28065,7 +28087,7 @@
28087 "zh-chs": "本地用户拒绝了远程终端请求",
28088 "zh-cht": "本地用戶拒絕了遠程終端請求",
28089 "xloc": [
28068 - "default.handlebars->35->1954"
28090 + "default.handlebars->35->1964"
28091 ]
28092 },
28093 {
@@ -28154,7 +28176,7 @@
28176 "zh-chs": "锁定账户",
28177 "zh-cht": "鎖定賬戶",
28178 "xloc": [
28157 - "default.handlebars->35->2171"
28179 + "default.handlebars->35->2181"
28180 ]
28181 },
28182 {
@@ -28176,7 +28198,7 @@
28198 "zh-chs": "锁定帐户设置",
28199 "zh-cht": "鎖定帳戶設置",
28200 "xloc": [
28179 - "default.handlebars->35->2174"
28201 + "default.handlebars->35->2184"
28202 ]
28203 },
28204 {
@@ -28214,7 +28236,7 @@
28236 "zh-chs": "锁定账户",
28237 "zh-cht": "鎖定賬戶",
28238 "xloc": [
28217 - "default.handlebars->35->2104"
28239 + "default.handlebars->35->2114"
28240 ]
28241 },
28242 {
@@ -28284,7 +28306,7 @@
28306 "zh-chs": "已锁定",
28307 "zh-cht": "已鎖定",
28308 "xloc": [
28287 - "default.handlebars->35->2085"
28309 + "default.handlebars->35->2095"
28310 ]
28311 },
28312 {
@@ -28307,7 +28329,7 @@
28329 "zh-cht": "被鎖定賬戶",
28330 "xloc": [
28331 "default-mobile.handlebars->11->77",
28310 - "default.handlebars->35->2258",
28332 + "default.handlebars->35->2268",
28333 "default.handlebars->35->264"
28334 ]
28335 },
@@ -28330,7 +28352,7 @@
28352 "zh-chs": "将远程用户锁定在桌面之外",
28353 "zh-cht": "將遠程用戶鎖定在桌面之外",
28354 "xloc": [
28333 - "default.handlebars->35->1979"
28355 + "default.handlebars->35->1989"
28356 ]
28357 },
28358 {
@@ -29074,7 +29096,7 @@
29096 "zh-chs": "主服务器信息",
29097 "zh-cht": "主伺服器訊息",
29098 "xloc": [
29077 - "default.handlebars->35->2532"
29099 + "default.handlebars->35->2542"
29100 ]
29101 },
29102 {
@@ -29204,8 +29226,8 @@
29226 "xloc": [
29227 "default-mobile.handlebars->11->593",
29228 "default-mobile.handlebars->11->613",
29207 - "default.handlebars->35->1774",
29208 - "default.handlebars->35->1811"
29229 + "default.handlebars->35->1784",
29230 + "default.handlebars->35->1821"
29231 ]
29232 },
29233 {
@@ -29229,8 +29251,8 @@
29251 "xloc": [
29252 "default-mobile.handlebars->11->592",
29253 "default-mobile.handlebars->11->612",
29232 - "default.handlebars->35->1773",
29233 - "default.handlebars->35->1810"
29254 + "default.handlebars->35->1783",
29255 + "default.handlebars->35->1820"
29256 ]
29257 },
29258 {
@@ -29274,7 +29296,7 @@
29296 "zh-chs": "管理录音",
29297 "zh-cht": "管理錄音",
29298 "xloc": [
29277 - "default.handlebars->35->2169"
29299 + "default.handlebars->35->2179"
29300 ]
29301 },
29302 {
@@ -29318,7 +29340,7 @@
29340 "zh-chs": "管理用户组",
29341 "zh-cht": "管理用戶群",
29342 "xloc": [
29321 - "default.handlebars->35->2168"
29343 + "default.handlebars->35->2178"
29344 ]
29345 },
29346 {
@@ -29340,7 +29362,7 @@
29362 "zh-chs": "管理用户",
29363 "zh-cht": "管理用戶",
29364 "xloc": [
29343 - "default.handlebars->35->2167",
29365 + "default.handlebars->35->2177",
29366 "default.handlebars->35->870"
29367 ]
29368 },
@@ -29539,7 +29561,7 @@
29561 "zh-chs": "经理",
29562 "zh-cht": "經理",
29563 "xloc": [
29542 - "default.handlebars->35->2090"
29564 + "default.handlebars->35->2100"
29565 ]
29566 },
29567 {
@@ -29690,7 +29712,7 @@
29712 "zh-chs": "达到连接数量上限",
29713 "zh-cht": "達到連接數量上限",
29714 "xloc": [
29693 - "default.handlebars->35->2476"
29715 + "default.handlebars->35->2486"
29716 ]
29717 },
29718 {
@@ -29761,8 +29783,8 @@
29783 "zh-chs": "Megabyte",
29784 "zh-cht": "Megabyte",
29785 "xloc": [
29764 - "default.handlebars->35->2517",
29765 - "default.handlebars->35->2522"
29786 + "default.handlebars->35->2527",
29787 + "default.handlebars->35->2532"
29788 ]
29789 },
29790 {
@@ -29786,7 +29808,7 @@
29808 "xloc": [
29809 "default-mobile.handlebars->11->541",
29810 "default.handlebars->35->1280",
29789 - "default.handlebars->35->2496",
29811 + "default.handlebars->35->2506",
29812 "default.handlebars->container->column_l->p40->3->1->p40type->3"
29813 ]
29814 },
@@ -29845,7 +29867,7 @@
29867 "zh-cht": "網格代理控制台",
29868 "xloc": [
29869 "default-mobile.handlebars->11->600",
29848 - "default.handlebars->35->1783"
29870 + "default.handlebars->35->1793"
29871 ]
29872 },
29873 {
@@ -30004,7 +30026,7 @@
30026 "zh-chs": "MeshAgent流量",
30027 "zh-cht": "MeshAgent流量",
30028 "xloc": [
30007 - "default.handlebars->35->2534"
30029 + "default.handlebars->35->2544"
30030 ]
30031 },
30032 {
@@ -30026,7 +30048,7 @@
30048 "zh-chs": "MeshAgent更新",
30049 "zh-cht": "MeshAgent更新",
30050 "xloc": [
30029 - "default.handlebars->35->2535"
30051 + "default.handlebars->35->2545"
30052 ]
30053 },
30054 {
@@ -30304,7 +30326,7 @@
30326 "zh-chs": "MeshCentral服务器同级化",
30327 "zh-cht": "MeshCentral伺服器同級化",
30328 "xloc": [
30307 - "default.handlebars->35->2533"
30329 + "default.handlebars->35->2543"
30330 ]
30331 },
30332 {
@@ -30719,7 +30741,7 @@
30741 "zh-chs": "消息调度器",
30742 "zh-cht": "電郵調度器",
30743 "xloc": [
30722 - "default.handlebars->35->2531"
30744 + "default.handlebars->35->2541"
30745 ]
30746 },
30747 {
@@ -30778,7 +30800,7 @@
30800 "zh-chs": "信使",
30801 "it": "Messaggero",
30802 "xloc": [
30781 - "default.handlebars->35->2401"
30803 + "default.handlebars->35->2411"
30804 ]
30805 },
30806 {
@@ -30970,7 +30992,7 @@
30992 "zh-chs": "更多",
30993 "zh-cht": "更多",
30994 "xloc": [
30973 - "default.handlebars->35->2565"
30995 + "default.handlebars->35->2575"
30996 ]
30997 },
30998 {
@@ -31059,7 +31081,7 @@
31081 "zh-chs": "移动:“{0}”到“{1}”",
31082 "zh-cht": "移動:“{0}”到“{1}”",
31083 "xloc": [
31062 - "default.handlebars->35->1978"
31084 + "default.handlebars->35->1988"
31085 ]
31086 },
31087 {
@@ -31081,7 +31103,7 @@
31103 "zh-chs": "将设备{0}移动到组{1}",
31104 "zh-cht": "將設備{0}移動到組{1}",
31105 "xloc": [
31084 - "default.handlebars->35->2011"
31106 + "default.handlebars->35->2021"
31107 ]
31108 },
31109 {
@@ -31119,8 +31141,8 @@
31141 "zh-chs": "多个问题",
31142 "it": "Problemi multipli",
31143 "xloc": [
31122 - "default.handlebars->35->1866",
31123 - "default.handlebars->35->1880"
31144 + "default.handlebars->35->1876",
31145 + "default.handlebars->35->1890"
31146 ]
31147 },
31148 {
@@ -31154,7 +31176,7 @@
31176 "zh-chs": "多路复用器",
31177 "zh-cht": "多工器",
31178 "xloc": [
31157 - "default.handlebars->35->2419"
31179 + "default.handlebars->35->2429"
31180 ]
31181 },
31182 {
@@ -31604,13 +31626,13 @@
31626 "default.handlebars->35->1612",
31627 "default.handlebars->35->1617",
31628 "default.handlebars->35->1646",
31607 - "default.handlebars->35->1738",
31608 - "default.handlebars->35->2072",
31609 - "default.handlebars->35->2177",
31610 - "default.handlebars->35->2193",
31611 - "default.handlebars->35->2200",
31612 - "default.handlebars->35->2245",
31613 - "default.handlebars->35->2264",
31629 + "default.handlebars->35->1748",
31630 + "default.handlebars->35->2082",
31631 + "default.handlebars->35->2187",
31632 + "default.handlebars->35->2203",
31633 + "default.handlebars->35->2210",
31634 + "default.handlebars->35->2255",
31635 + "default.handlebars->35->2274",
31636 "default.handlebars->35->269",
31637 "default.handlebars->35->680",
31638 "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -31659,7 +31681,7 @@
31681 "zh-chs": "名称1,名称2,名称3",
31682 "zh-cht": "名稱1,名稱2,名稱3",
31683 "xloc": [
31662 - "default.handlebars->35->2159"
31684 + "default.handlebars->35->2169"
31685 ]
31686 },
31687 {
@@ -31836,7 +31858,7 @@
31858 "zh-chs": "生成新的2FA备份代码",
31859 "zh-cht": "生成新的2FA備份代碼",
31860 "xloc": [
31839 - "default.handlebars->35->2018"
31861 + "default.handlebars->35->2028"
31862 ]
31863 },
31864 {
@@ -31853,7 +31875,7 @@
31875 "zh-chs": "新账户",
31876 "xloc": [
31877 "default-mobile.handlebars->11->641",
31856 - "default.handlebars->35->2428"
31878 + "default.handlebars->35->2438"
31879 ]
31880 },
31881 {
@@ -31947,7 +31969,7 @@
31969 "default-mobile.handlebars->11->144",
31970 "default-mobile.handlebars->11->430",
31971 "default.handlebars->35->1168",
31950 - "default.handlebars->35->1910",
31972 + "default.handlebars->35->1920",
31973 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
31974 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
31975 "sharing.handlebars->11->59",
@@ -32040,8 +32062,8 @@
32062 "zh-chs": "新密码*",
32063 "zh-cht": "新密碼*",
32064 "xloc": [
32043 - "default.handlebars->35->1716",
32044 - "default.handlebars->35->1717"
32065 + "default.handlebars->35->1726",
32066 + "default.handlebars->35->1727"
32067 ]
32068 },
32069 {
@@ -32207,7 +32229,7 @@
32229 "zh-chs": "没有桌面",
32230 "zh-cht": "沒有桌面",
32231 "xloc": [
32210 - "default.handlebars->35->1818",
32232 + "default.handlebars->35->1828",
32233 "default.handlebars->35->855",
32234 "default.handlebars->35->877"
32235 ]
@@ -32231,7 +32253,7 @@
32253 "zh-chs": "不能访问桌面",
32254 "zh-cht": "不能訪問桌面",
32255 "xloc": [
32234 - "default.handlebars->35->1779"
32256 + "default.handlebars->35->1789"
32257 ]
32258 },
32259 {
@@ -32266,8 +32288,8 @@
32288 "zh-cht": "找不到事件",
32289 "xloc": [
32290 "default.handlebars->35->1203",
32269 - "default.handlebars->35->2048",
32270 - "default.handlebars->35->2387"
32291 + "default.handlebars->35->2058",
32292 + "default.handlebars->35->2397"
32293 ]
32294 },
32295 {
@@ -32290,7 +32312,7 @@
32312 "zh-cht": "不能存取檔案",
32313 "xloc": [
32314 "default-mobile.handlebars->11->598",
32293 - "default.handlebars->35->1781"
32315 + "default.handlebars->35->1791"
32316 ]
32317 },
32318 {
@@ -32313,7 +32335,7 @@
32335 "zh-cht": "沒有檔案",
32336 "xloc": [
32337 "default-mobile.handlebars->11->621",
32316 - "default.handlebars->35->1820",
32338 + "default.handlebars->35->1830",
32339 "default.handlebars->35->852",
32340 "default.handlebars->35->874"
32341 ]
@@ -32362,8 +32384,8 @@
32384 "xloc": [
32385 "default-mobile.handlebars->11->599",
32386 "default-mobile.handlebars->11->622",
32365 - "default.handlebars->35->1782",
32366 - "default.handlebars->35->1821"
32387 + "default.handlebars->35->1792",
32388 + "default.handlebars->35->1831"
32389 ]
32390 },
32391 {
@@ -32464,7 +32486,7 @@
32486 "zh-chs": "没有成员",
32487 "zh-cht": "沒有成員",
32488 "xloc": [
32467 - "default.handlebars->35->2227"
32489 + "default.handlebars->35->2237"
32490 ]
32491 },
32492 {
@@ -32486,7 +32508,7 @@
32508 "zh-chs": "没有新的设备组",
32509 "zh-cht": "沒有新的裝置群",
32510 "xloc": [
32489 - "default.handlebars->35->2172"
32511 + "default.handlebars->35->2182"
32512 ]
32513 },
32514 {
@@ -32509,7 +32531,7 @@
32531 "zh-cht": "沒有政策",
32532 "xloc": [
32533 "default.handlebars->35->1677",
32512 - "default.handlebars->35->1707"
32534 + "default.handlebars->35->1717"
32535 ]
32536 },
32537 {
@@ -32547,7 +32569,7 @@
32569 "default-mobile.handlebars->11->578",
32570 "default-mobile.handlebars->11->629",
32571 "default.handlebars->35->1609",
32550 - "default.handlebars->35->1828",
32572 + "default.handlebars->35->1838",
32573 "default.handlebars->35->867",
32574 "default.handlebars->35->889"
32575 ]
@@ -32608,7 +32630,7 @@
32630 "zh-cht": "沒有終端",
32631 "xloc": [
32632 "default-mobile.handlebars->11->620",
32611 - "default.handlebars->35->1819",
32633 + "default.handlebars->35->1829",
32634 "default.handlebars->35->851",
32635 "default.handlebars->35->873"
32636 ]
@@ -32633,7 +32655,7 @@
32655 "zh-cht": "不能訪問終端",
32656 "xloc": [
32657 "default-mobile.handlebars->11->597",
32636 - "default.handlebars->35->1780"
32658 + "default.handlebars->35->1790"
32659 ]
32660 },
32661 {
@@ -32655,7 +32677,7 @@
32677 "zh-chs": "没有工具(MeshCmd /路由器)",
32678 "zh-cht": "沒有工具(MeshCmd /路由器)",
32679 "xloc": [
32658 - "default.handlebars->35->2173"
32680 + "default.handlebars->35->2183"
32681 ]
32682 },
32683 {
@@ -32706,8 +32728,8 @@
32728 "zh-chs": "没有自动更新",
32729 "it": "Nessun aggiornamento automatico",
32730 "xloc": [
32709 - "default.handlebars->35->1864",
32710 - "default.handlebars->35->1878"
32731 + "default.handlebars->35->1874",
32732 + "default.handlebars->35->1888"
32733 ]
32734 },
32735 {
@@ -32729,8 +32751,8 @@
32751 "zh-chs": "没有共同的设备组",
32752 "zh-cht": "沒有共同的裝置群",
32753 "xloc": [
32732 - "default.handlebars->35->2233",
32733 - "default.handlebars->35->2357"
32754 + "default.handlebars->35->2243",
32755 + "default.handlebars->35->2367"
32756 ]
32757 },
32758 {
@@ -32862,8 +32884,8 @@
32884 "zh-chs": "没有共同的设备",
32885 "zh-cht": "沒有共同的裝置",
32886 "xloc": [
32865 - "default.handlebars->35->2239",
32866 - "default.handlebars->35->2369"
32887 + "default.handlebars->35->2249",
32888 + "default.handlebars->35->2379"
32889 ]
32890 },
32891 {
@@ -32901,7 +32923,7 @@
32923 "zh-chs": "该设备组中没有设备。",
32924 "zh-cht": "該裝置群中沒有裝置。",
32925 "xloc": [
32904 - "default.handlebars->35->1882"
32926 + "default.handlebars->35->1892"
32927 ]
32928 },
32929 {
@@ -33014,7 +33036,7 @@
33036 "zh-chs": "找不到群组。",
33037 "zh-cht": "找不到群組。",
33038 "xloc": [
33017 - "default.handlebars->35->2176"
33039 + "default.handlebars->35->2186"
33040 ]
33041 },
33042 {
@@ -33161,7 +33183,7 @@
33183 "zh-chs": "此用户没有电话号码",
33184 "xloc": [
33185 "default-mobile.handlebars->11->672",
33164 - "default.handlebars->35->2459"
33186 + "default.handlebars->35->2469"
33187 ]
33188 },
33189 {
@@ -33205,7 +33227,7 @@
33227 "zh-chs": "没有录音。",
33228 "zh-cht": "沒有錄音。",
33229 "xloc": [
33208 - "default.handlebars->35->2389"
33230 + "default.handlebars->35->2399"
33231 ]
33232 },
33233 {
@@ -33239,7 +33261,7 @@
33261 "zh-chs": "没有服务器权限",
33262 "zh-cht": "沒有伺服器權限",
33263 "xloc": [
33242 - "default.handlebars->35->2259"
33264 + "default.handlebars->35->2269"
33265 ]
33266 },
33267 {
@@ -33266,7 +33288,7 @@
33288 "zh-chs": "没有用户组成员身份",
33289 "zh-cht": "沒有用戶群成員身份",
33290 "xloc": [
33269 - "default.handlebars->35->2363"
33291 + "default.handlebars->35->2373"
33292 ]
33293 },
33294 {
@@ -33283,7 +33305,7 @@
33305 "zh-chs": "无用户管理权限",
33306 "xloc": [
33307 "default-mobile.handlebars->11->670",
33286 - "default.handlebars->35->2457"
33308 + "default.handlebars->35->2467"
33309 ]
33310 },
33311 {
@@ -33305,7 +33327,7 @@
33327 "zh-chs": "未找到相应的用户。",
33328 "zh-cht": "未找到相應的用戶。",
33329 "xloc": [
33308 - "default.handlebars->35->2080"
33330 + "default.handlebars->35->2090"
33331 ]
33332 },
33333 {
@@ -33419,18 +33441,18 @@
33441 "default.handlebars->35->1668",
33442 "default.handlebars->35->1673",
33443 "default.handlebars->35->1675",
33422 - "default.handlebars->35->1867",
33423 - "default.handlebars->35->1892",
33424 - "default.handlebars->35->1897",
33425 - "default.handlebars->35->2056",
33426 - "default.handlebars->35->2197",
33427 - "default.handlebars->35->2199",
33428 - "default.handlebars->35->2216",
33444 + "default.handlebars->35->1877",
33445 + "default.handlebars->35->1902",
33446 + "default.handlebars->35->1907",
33447 + "default.handlebars->35->2066",
33448 + "default.handlebars->35->2207",
33449 + "default.handlebars->35->2209",
33450 "default.handlebars->35->222",
33430 - "default.handlebars->35->2278",
33431 - "default.handlebars->35->2287",
33432 - "default.handlebars->35->2291",
33433 - "default.handlebars->35->2303",
33451 + "default.handlebars->35->2226",
33452 + "default.handlebars->35->2288",
33453 + "default.handlebars->35->2297",
33454 + "default.handlebars->35->2301",
33455 + "default.handlebars->35->2313",
33456 "default.handlebars->35->241",
33457 "default.handlebars->35->314",
33458 "default.handlebars->35->315",
@@ -33443,6 +33465,12 @@
33465 "default.handlebars->container->column_l->p41->3->3->p41traceStatus"
33466 ]
33467 },
33468 + {
33469 + "en": "None ",
33470 + "xloc": [
33471 + "default.handlebars->35->1702"
33472 + ]
33473 + },
33474 {
33475 "cs": "Normalní rychlost",
33476 "de": "Normale Geschwindigkeit",
@@ -33620,8 +33648,8 @@
33648 "zh-chs": "未连接",
33649 "zh-cht": "未連接",
33650 "xloc": [
33623 - "default.handlebars->35->1858",
33624 - "default.handlebars->35->1871"
33651 + "default.handlebars->35->1868",
33652 + "default.handlebars->35->1881"
33653 ]
33654 },
33655 {
@@ -33682,7 +33710,7 @@
33710 "zh-chs": "不在服务器上",
33711 "zh-cht": "不在伺服器上",
33712 "xloc": [
33685 - "default.handlebars->35->2411"
33713 + "default.handlebars->35->2421"
33714 ]
33715 },
33716 {
@@ -33704,8 +33732,8 @@
33732 "zh-chs": "没有设置",
33733 "zh-cht": "沒有設置",
33734 "xloc": [
33707 - "default.handlebars->35->2265",
33708 - "default.handlebars->35->2266"
33735 + "default.handlebars->35->2275",
33736 + "default.handlebars->35->2276"
33737 ]
33738 },
33739 {
@@ -33727,7 +33755,7 @@
33755 "zh-chs": "未经审核的",
33756 "zh-cht": "未經審核的",
33757 "xloc": [
33730 - "default.handlebars->35->2337"
33758 + "default.handlebars->35->2347"
33759 ]
33760 },
33761 {
@@ -33751,7 +33779,7 @@
33779 "xloc": [
33780 "default-mobile.handlebars->11->339",
33781 "default.handlebars->35->1684",
33754 - "default.handlebars->35->2311",
33782 + "default.handlebars->35->2321",
33783 "default.handlebars->35->778",
33784 "default.handlebars->35->861",
33785 "default.handlebars->35->883",
@@ -33800,7 +33828,7 @@
33828 "zh-cht": "通知設定",
33829 "xloc": [
33830 "default.handlebars->35->1569",
33803 - "default.handlebars->35->1857",
33831 + "default.handlebars->35->1867",
33832 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
33833 ]
33834 },
@@ -33836,7 +33864,7 @@
33864 "zh-chs": "通知设置还必须在帐户设置中启用。",
33865 "zh-cht": "通知設定還必須在帳戶設定中啟用。",
33866 "xloc": [
33839 - "default.handlebars->35->1853"
33867 + "default.handlebars->35->1863"
33868 ]
33869 },
33870 {
@@ -33902,7 +33930,7 @@
33930 "zh-chs": "通知",
33931 "zh-cht": "通知",
33932 "xloc": [
33905 - "default.handlebars->35->2317",
33933 + "default.handlebars->35->2327",
33934 "default.handlebars->35->238"
33935 ]
33936 },
@@ -33947,9 +33975,9 @@
33975 "zh-chs": "通知使用者",
33976 "zh-cht": "通知使用者",
33977 "xloc": [
33950 - "default.handlebars->35->1746",
33951 - "default.handlebars->35->1750",
33952 - "default.handlebars->35->1753"
33978 + "default.handlebars->35->1756",
33979 + "default.handlebars->35->1760",
33980 + "default.handlebars->35->1763"
33981 ]
33982 },
33983 {
@@ -33971,7 +33999,7 @@
33999 "zh-chs": "通知{0}",
34000 "zh-cht": "通知{0}",
34001 "xloc": [
33974 - "default.handlebars->35->2119"
34002 + "default.handlebars->35->2129"
34003 ]
34004 },
34005 {
@@ -33987,7 +34015,7 @@
34015 "zh-chs": "空值",
34016 "it": "Nullo",
34017 "xloc": [
33990 - "default.handlebars->35->2525"
34018 + "default.handlebars->35->2535"
34019 ]
34020 },
34021 {
@@ -34029,8 +34057,8 @@
34057 "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5",
34058 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
34059 "default.handlebars->35->1631",
34032 - "default.handlebars->35->1862",
34033 - "default.handlebars->35->1876",
34060 + "default.handlebars->35->1872",
34061 + "default.handlebars->35->1886",
34062 "default.handlebars->35->729",
34063 "default.handlebars->35->733",
34064 "default.handlebars->35->737",
@@ -34127,7 +34155,7 @@
34155 "zh-cht": "發生在{0}",
34156 "xloc": [
34157 "default-mobile.handlebars->11->638",
34130 - "default.handlebars->35->2425"
34158 + "default.handlebars->35->2435"
34159 ]
34160 },
34161 {
@@ -34171,7 +34199,7 @@
34199 "zh-chs": "离线用户",
34200 "zh-cht": "離線用戶",
34201 "xloc": [
34174 - "default.handlebars->35->2077"
34202 + "default.handlebars->35->2087"
34203 ]
34204 },
34205 {
@@ -34238,7 +34266,7 @@
34266 "zh-chs": "一天",
34267 "zh-cht": "一天",
34268 "xloc": [
34241 - "default.handlebars->35->2053"
34269 + "default.handlebars->35->2063"
34270 ]
34271 },
34272 {
@@ -34307,7 +34335,7 @@
34335 "zh-chs": "在线用户",
34336 "zh-cht": "在線用戶",
34337 "xloc": [
34310 - "default.handlebars->35->2076"
34338 + "default.handlebars->35->2086"
34339 ]
34340 },
34341 {
@@ -34559,7 +34587,7 @@
34587 "zh-chs": "开头:{0}",
34588 "zh-cht": "開場:{0}",
34589 "xloc": [
34562 - "default.handlebars->35->1946"
34590 + "default.handlebars->35->1956"
34591 ]
34592 },
34593 {
@@ -34610,8 +34638,8 @@
34638 "zh-cht": "操作",
34639 "xloc": [
34640 "default-mobile.handlebars->11->329",
34613 - "default.handlebars->35->2103",
34614 - "default.handlebars->35->2184",
34641 + "default.handlebars->35->2113",
34642 + "default.handlebars->35->2194",
34643 "default.handlebars->35->567",
34644 "default.handlebars->35->582",
34645 "default.handlebars->35->955"
@@ -34954,7 +34982,7 @@
34982 "zh-chs": "部分的",
34983 "zh-cht": "部分的",
34984 "xloc": [
34957 - "default.handlebars->35->2091"
34985 + "default.handlebars->35->2101"
34986 ]
34987 },
34988 {
@@ -35038,7 +35066,7 @@
35066 "zh-chs": "部分权限",
35067 "zh-cht": "部分權限",
35068 "xloc": [
35041 - "default.handlebars->35->2262"
35069 + "default.handlebars->35->2272"
35070 ]
35071 },
35072 {
@@ -35087,13 +35115,13 @@
35115 "default-mobile.handlebars->11->417",
35116 "default.handlebars->35->1126",
35117 "default.handlebars->35->1147",
35090 - "default.handlebars->35->1713",
35091 - "default.handlebars->35->2147",
35092 - "default.handlebars->35->2148",
35093 - "default.handlebars->35->2283",
35094 - "default.handlebars->35->2285",
35095 - "default.handlebars->35->2342",
35096 - "default.handlebars->35->2343",
35118 + "default.handlebars->35->1723",
35119 + "default.handlebars->35->2157",
35120 + "default.handlebars->35->2158",
35121 + "default.handlebars->35->2293",
35122 + "default.handlebars->35->2295",
35123 + "default.handlebars->35->2352",
35124 + "default.handlebars->35->2353",
35125 "default.handlebars->35->273",
35126 "default.handlebars->35->389",
35127 "default.handlebars->35->978",
@@ -35222,7 +35250,7 @@
35250 "zh-chs": "密码已更改。",
35251 "xloc": [
35252 "default-mobile.handlebars->11->666",
35225 - "default.handlebars->35->2453"
35253 + "default.handlebars->35->2463"
35254 ]
35255 },
35256 {
@@ -35267,7 +35295,7 @@
35295 "zh-chs": "密码提示",
35296 "zh-cht": "密碼提示",
35297 "xloc": [
35270 - "default.handlebars->35->2344"
35298 + "default.handlebars->35->2354"
35299 ]
35300 },
35301 {
@@ -35420,7 +35448,7 @@
35448 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
35449 "default.handlebars->35->1141",
35450 "default.handlebars->35->1182",
35423 - "default.handlebars->35->1919",
35451 + "default.handlebars->35->1929",
35452 "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3",
35453 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
35454 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -35808,7 +35836,7 @@
35836 "zh-chs": "执行电源操作= {0},强制执行= {1}",
35837 "zh-cht": "執行電源操作= {0},強制執行= {1}",
35838 "xloc": [
35811 - "default.handlebars->35->1951"
35839 + "default.handlebars->35->1961"
35840 ]
35841 },
35842 {
@@ -35825,7 +35853,7 @@
35853 "zh-chs": "没有权限",
35854 "xloc": [
35855 "default-mobile.handlebars->11->647",
35828 - "default.handlebars->35->2434"
35856 + "default.handlebars->35->2444"
35857 ]
35858 },
35859 {
@@ -35848,8 +35876,8 @@
35876 "zh-cht": "權限",
35877 "xloc": [
35878 "default-mobile.handlebars->11->632",
35851 - "default.handlebars->35->1831",
35852 - "default.handlebars->35->2075"
35879 + "default.handlebars->35->1841",
35880 + "default.handlebars->35->2085"
35881 ]
35882 },
35883 {
@@ -35931,7 +35959,7 @@
35959 "default.handlebars->35->1311",
35960 "default.handlebars->35->1314",
35961 "default.handlebars->35->204",
35934 - "default.handlebars->35->2332"
35962 + "default.handlebars->35->2342"
35963 ]
35964 },
35965 {
@@ -35953,7 +35981,7 @@
35981 "zh-chs": "电话号码",
35982 "zh-cht": "電話號碼",
35983 "xloc": [
35956 - "default.handlebars->35->2277"
35984 + "default.handlebars->35->2287"
35985 ]
35986 },
35987 {
@@ -35977,7 +36005,7 @@
36005 "xloc": [
36006 "default-mobile.handlebars->11->90",
36007 "default.handlebars->35->1313",
35980 - "default.handlebars->35->2331"
36008 + "default.handlebars->35->2341"
36009 ]
36010 },
36011 {
@@ -36175,7 +36203,7 @@
36203 "zh-cht": "外掛指令",
36204 "xloc": [
36205 "default.handlebars->35->254",
36178 - "default.handlebars->35->2562"
36206 + "default.handlebars->35->2572"
36207 ]
36208 },
36209 {
@@ -36536,7 +36564,7 @@
36564 "zh-chs": "电源状态",
36565 "zh-cht": "電源狀態",
36566 "xloc": [
36539 - "default.handlebars->35->1869",
36567 + "default.handlebars->35->1879",
36568 "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1"
36569 ]
36570 },
@@ -36678,7 +36706,7 @@
36706 "zh-chs": "存在于服务器上",
36707 "zh-cht": "存在於伺服器上",
36708 "xloc": [
36681 - "default.handlebars->35->2410"
36709 + "default.handlebars->35->2420"
36710 ]
36711 },
36712 {
@@ -36788,8 +36816,8 @@
36816 "default-mobile.handlebars->11->79",
36817 "default-mobile.handlebars->11->80",
36818 "default.handlebars->35->1306",
36791 - "default.handlebars->35->2326",
36792 - "default.handlebars->35->2340",
36819 + "default.handlebars->35->2336",
36820 + "default.handlebars->35->2350",
36821 "default.handlebars->35->266"
36822 ]
36823 },
@@ -36969,7 +36997,7 @@
36997 "zh-chs": "处理控制台命令:“{0}”",
36998 "zh-cht": "處理控制台命令:“{0}”",
36999 "xloc": [
36972 - "default.handlebars->35->1943"
37000 + "default.handlebars->35->1953"
37001 ]
37002 },
37003 {
@@ -37035,9 +37063,9 @@
37063 "zh-chs": "用户同意提示",
37064 "zh-cht": "用戶同意提示",
37065 "xloc": [
37038 - "default.handlebars->35->1747",
37039 - "default.handlebars->35->1751",
37040 - "default.handlebars->35->1754"
37066 + "default.handlebars->35->1757",
37067 + "default.handlebars->35->1761",
37068 + "default.handlebars->35->1764"
37069 ]
37070 },
37071 {
@@ -37059,7 +37087,7 @@
37087 "zh-chs": "协议",
37088 "zh-cht": "協議",
37089 "xloc": [
37062 - "default.handlebars->35->2408",
37090 + "default.handlebars->35->2418",
37091 "player.handlebars->3->16"
37092 ]
37093 },
@@ -37137,7 +37165,7 @@
37165 "zh-cht": "公開鏈結",
37166 "xloc": [
37167 "default-mobile.handlebars->11->139",
37140 - "default.handlebars->35->1904"
37168 + "default.handlebars->35->1914"
37169 ]
37170 },
37171 {
@@ -37555,7 +37583,7 @@
37583 "zh-chs": "RSS",
37584 "zh-cht": "RSS",
37585 "xloc": [
37558 - "default.handlebars->35->2521"
37586 + "default.handlebars->35->2531"
37587 ]
37588 },
37589 {
@@ -37599,7 +37627,7 @@
37627 "zh-chs": "随机密码",
37628 "zh-cht": "隨機密碼",
37629 "xloc": [
37602 - "default.handlebars->35->1714"
37630 + "default.handlebars->35->1724"
37631 ]
37632 },
37633 {
@@ -37621,7 +37649,7 @@
37649 "zh-chs": "随机密码。",
37650 "zh-cht": "隨機密碼。",
37651 "xloc": [
37624 - "default.handlebars->35->2149"
37652 + "default.handlebars->35->2159"
37653 ]
37654 },
37655 {
@@ -37684,9 +37712,9 @@
37712 "zh-chs": "真正的名字",
37713 "zh-cht": "真正的名字",
37714 "xloc": [
37687 - "default.handlebars->35->2274",
37688 - "default.handlebars->35->2276",
37689 - "default.handlebars->35->2333"
37715 + "default.handlebars->35->2284",
37716 + "default.handlebars->35->2286",
37717 + "default.handlebars->35->2343"
37718 ]
37719 },
37720 {
@@ -37708,7 +37736,7 @@
37736 "zh-chs": "境界",
37737 "zh-cht": "境界",
37738 "xloc": [
37711 - "default.handlebars->35->2158"
37739 + "default.handlebars->35->2168"
37740 ]
37741 },
37742 {
@@ -37799,7 +37827,7 @@
37827 "zh-chs": "记录会议",
37828 "zh-cht": "記錄會議",
37829 "xloc": [
37802 - "default.handlebars->35->1757"
37830 + "default.handlebars->35->1767"
37831 ]
37832 },
37833 {
@@ -37821,7 +37849,7 @@
37849 "zh-chs": "记录细节",
37850 "zh-cht": "記錄細節",
37851 "xloc": [
37824 - "default.handlebars->35->2422"
37852 + "default.handlebars->35->2432"
37853 ]
37854 },
37855 {
@@ -37880,7 +37908,7 @@
37908 "default-mobile.handlebars->11->145",
37909 "default-mobile.handlebars->11->431",
37910 "default.handlebars->35->1169",
37883 - "default.handlebars->35->1911",
37911 + "default.handlebars->35->1921",
37912 "sharing.handlebars->11->60"
37913 ]
37914 },
@@ -38002,7 +38030,7 @@
38030 "zh-cht": "中繼",
38031 "xloc": [
38032 "default-mobile.handlebars->11->238",
38005 - "default.handlebars->35->2503",
38033 + "default.handlebars->35->2513",
38034 "default.handlebars->35->325",
38035 "default.handlebars->35->545"
38036 ]
@@ -38026,7 +38054,7 @@
38054 "zh-chs": "中继数量",
38055 "zh-cht": "中繼數量",
38056 "xloc": [
38029 - "default.handlebars->35->2488"
38057 + "default.handlebars->35->2498"
38058 ]
38059 },
38060 {
@@ -38060,7 +38088,7 @@
38088 "zh-chs": "中继错误",
38089 "zh-cht": "中繼錯誤",
38090 "xloc": [
38063 - "default.handlebars->35->2481"
38091 + "default.handlebars->35->2491"
38092 ]
38093 },
38094 {
@@ -38094,8 +38122,8 @@
38122 "zh-chs": "中继连接",
38123 "zh-cht": "中繼連接",
38124 "xloc": [
38097 - "default.handlebars->35->2487",
38098 - "default.handlebars->35->2515"
38125 + "default.handlebars->35->2497",
38126 + "default.handlebars->35->2525"
38127 ]
38128 },
38129 {
@@ -38314,7 +38342,7 @@
38342 "zh-cht": "遠程命令",
38343 "xloc": [
38344 "default-mobile.handlebars->11->607",
38317 - "default.handlebars->35->1790"
38345 + "default.handlebars->35->1800"
38346 ]
38347 },
38348 {
@@ -38338,8 +38366,8 @@
38366 "xloc": [
38367 "default-mobile.handlebars->11->594",
38368 "default-mobile.handlebars->11->614",
38341 - "default.handlebars->35->1775",
38342 - "default.handlebars->35->1812"
38369 + "default.handlebars->35->1785",
38370 + "default.handlebars->35->1822"
38371 ]
38372 },
38373 {
@@ -38434,8 +38462,8 @@
38462 "zh-chs": "远程桌面连接栏已激活/更新",
38463 "zh-cht": "遠程桌面連接欄已激活/更新",
38464 "xloc": [
38437 - "default.handlebars->35->1957",
38438 - "default.handlebars->35->1963"
38465 + "default.handlebars->35->1967",
38466 + "default.handlebars->35->1973"
38467 ]
38468 },
38469 {
@@ -38457,7 +38485,7 @@
38485 "zh-chs": "远程桌面连接栏失败或不受支持",
38486 "zh-cht": "遠程桌面連接欄失敗或不受支持",
38487 "xloc": [
38460 - "default.handlebars->35->1958"
38488 + "default.handlebars->35->1968"
38489 ]
38490 },
38491 {
@@ -38479,7 +38507,7 @@
38507 "zh-chs": "远程桌面连接栏失败或不受支持",
38508 "zh-cht": "遠程桌面連接欄失敗或不受支持",
38509 "xloc": [
38482 - "default.handlebars->35->1964"
38510 + "default.handlebars->35->1974"
38511 ]
38512 },
38513 {
@@ -38501,9 +38529,9 @@
38529 "zh-chs": "本地用户强行关闭了远程桌面连接",
38530 "zh-cht": "本地用戶強行關閉了遠程桌面連接",
38531 "xloc": [
38504 - "default.handlebars->35->1955",
38505 - "default.handlebars->35->1959",
38506 - "default.handlebars->35->1965"
38532 + "default.handlebars->35->1965",
38533 + "default.handlebars->35->1969",
38534 + "default.handlebars->35->1975"
38535 ]
38536 },
38537 {
@@ -38840,8 +38868,8 @@
38868 "xloc": [
38869 "default-mobile.handlebars->11->595",
38870 "default-mobile.handlebars->11->619",
38843 - "default.handlebars->35->1776",
38844 - "default.handlebars->35->1817"
38871 + "default.handlebars->35->1786",
38872 + "default.handlebars->35->1827"
38873 ]
38874 },
38875 {
@@ -39047,8 +39075,8 @@
39075 "zh-chs": "删除设备组权限",
39076 "zh-cht": "刪除裝置群權限",
39077 "xloc": [
39050 - "default.handlebars->35->2243",
39051 - "default.handlebars->35->2385"
39078 + "default.handlebars->35->2253",
39079 + "default.handlebars->35->2395"
39080 ]
39081 },
39082 {
@@ -39070,8 +39098,8 @@
39098 "zh-chs": "删除设备权限",
39099 "zh-cht": "刪除裝置權限",
39100 "xloc": [
39073 - "default.handlebars->35->2241",
39074 - "default.handlebars->35->2372"
39101 + "default.handlebars->35->2251",
39102 + "default.handlebars->35->2382"
39103 ]
39104 },
39105 {
@@ -39093,7 +39121,7 @@
39121 "zh-chs": "删除设备共享",
39122 "zh-cht": "刪除設備共享",
39123 "xloc": [
39096 - "default.handlebars->35->2370"
39124 + "default.handlebars->35->2380"
39125 ]
39126 },
39127 {
@@ -39150,7 +39178,7 @@
39178 "zh-chs": "删除用户组成员身份",
39179 "zh-cht": "刪除用戶群成員身份",
39180 "xloc": [
39153 - "default.handlebars->35->2381"
39181 + "default.handlebars->35->2391"
39182 ]
39183 },
39184 {
@@ -39172,8 +39200,8 @@
39200 "zh-chs": "删除用户组权限",
39201 "zh-cht": "刪除用戶群權限",
39202 "xloc": [
39175 - "default.handlebars->35->1836",
39176 - "default.handlebars->35->2377"
39203 + "default.handlebars->35->1846",
39204 + "default.handlebars->35->2387"
39205 ]
39206 },
39207 {
@@ -39195,7 +39223,7 @@
39223 "zh-chs": "删除用户成员资格",
39224 "zh-cht": "刪除用戶成員資格",
39225 "xloc": [
39198 - "default.handlebars->35->2251"
39226 + "default.handlebars->35->2261"
39227 ]
39228 },
39229 {
@@ -39217,8 +39245,8 @@
39245 "zh-chs": "删除用户权限",
39246 "zh-cht": "刪除用戶權限",
39247 "xloc": [
39220 - "default.handlebars->35->1834",
39221 - "default.handlebars->35->2374"
39248 + "default.handlebars->35->1844",
39249 + "default.handlebars->35->2384"
39250 ]
39251 },
39252 {
@@ -39240,7 +39268,7 @@
39268 "zh-chs": "删除所有两因素认证。",
39269 "zh-cht": "刪除所有二因子鑑別。",
39270 "xloc": [
39243 - "default.handlebars->35->2347"
39271 + "default.handlebars->35->2357"
39272 ]
39273 },
39274 {
@@ -39262,7 +39290,7 @@
39290 "zh-chs": "删除此用户标识的所有先前事件。",
39291 "zh-cht": "刪除此用戶標識的所有先前事件。",
39292 "xloc": [
39265 - "default.handlebars->35->2150"
39293 + "default.handlebars->35->2160"
39294 ]
39295 },
39296 {
@@ -39284,7 +39312,7 @@
39312 "zh-chs": "断开连接后移除设备",
39313 "zh-cht": "斷開連接後删除裝置",
39314 "xloc": [
39287 - "default.handlebars->35->1755"
39315 + "default.handlebars->35->1765"
39316 ]
39317 },
39318 {
@@ -39433,7 +39461,7 @@
39461 "zh-chs": "删除此用户",
39462 "zh-cht": "刪除此用戶",
39463 "xloc": [
39436 - "default.handlebars->35->2321"
39464 + "default.handlebars->35->2331"
39465 ]
39466 },
39467 {
@@ -39455,7 +39483,7 @@
39483 "zh-chs": "删除用户组成员身份",
39484 "zh-cht": "刪除用戶群成員身份",
39485 "xloc": [
39458 - "default.handlebars->35->2361"
39486 + "default.handlebars->35->2371"
39487 ]
39488 },
39489 {
@@ -39477,7 +39505,7 @@
39505 "zh-chs": "删除此设备的用户组权限",
39506 "zh-cht": "刪除此裝置的用戶群權限",
39507 "xloc": [
39480 - "default.handlebars->35->2237"
39508 + "default.handlebars->35->2247"
39509 ]
39510 },
39511 {
@@ -39499,7 +39527,7 @@
39527 "zh-chs": "删除此设备组的用户组权限",
39528 "zh-cht": "刪除此裝置群的用戶群權限",
39529 "xloc": [
39502 - "default.handlebars->35->2231",
39530 + "default.handlebars->35->2241",
39531 "default.handlebars->35->829"
39532 ]
39533 },
@@ -39523,9 +39551,9 @@
39551 "zh-cht": "刪除此裝置群的用戶權限",
39552 "xloc": [
39553 "default.handlebars->35->1697",
39526 - "default.handlebars->35->2225",
39527 - "default.handlebars->35->2355",
39528 - "default.handlebars->35->2367",
39554 + "default.handlebars->35->2235",
39555 + "default.handlebars->35->2365",
39556 + "default.handlebars->35->2377",
39557 "default.handlebars->35->830"
39558 ]
39559 },
@@ -39560,7 +39588,7 @@
39588 "zh-chs": "删除身份验证应用程序",
39589 "zh-cht": "刪除身份驗證應用程序",
39590 "xloc": [
39563 - "default.handlebars->35->2017"
39591 + "default.handlebars->35->2027"
39592 ]
39593 },
39594 {
@@ -39582,7 +39610,7 @@
39610 "zh-chs": "删除的设备共享{0}",
39611 "zh-cht": "刪除的設備共享{0}",
39612 "xloc": [
39585 - "default.handlebars->35->2028"
39613 + "default.handlebars->35->2038"
39614 ]
39615 },
39616 {
@@ -39604,7 +39632,7 @@
39632 "zh-chs": "从设备组{1}中删除了设备{0}",
39633 "zh-cht": "從設備組{1}中刪除了設備{0}",
39634 "xloc": [
39607 - "default.handlebars->35->2013"
39635 + "default.handlebars->35->2023"
39636 ]
39637 },
39638 {
@@ -39620,7 +39648,7 @@
39648 "zh-chs": "删除了登录令牌",
39649 "it": "Token di accesso rimosso",
39650 "xloc": [
39623 - "default.handlebars->35->2042"
39651 + "default.handlebars->35->2052"
39652 ]
39653 },
39654 {
@@ -39642,7 +39670,7 @@
39670 "zh-chs": "已删除用户{0}的电话号码",
39671 "zh-cht": "已刪除用戶{0}的電話號碼",
39672 "xloc": [
39645 - "default.handlebars->35->2023"
39673 + "default.handlebars->35->2033"
39674 ]
39675 },
39676 {
@@ -39657,7 +39685,7 @@
39685 "zh-chs": "删除了推送通知身份验证设备",
39686 "it": "Dispositivo di autenticazione delle notifiche push rimosso",
39687 "xloc": [
39660 - "default.handlebars->35->2040"
39688 + "default.handlebars->35->2050"
39689 ]
39690 },
39691 {
@@ -39679,7 +39707,7 @@
39707 "zh-chs": "移除安全密钥",
39708 "zh-cht": "移除安全密鑰",
39709 "xloc": [
39682 - "default.handlebars->35->2020"
39710 + "default.handlebars->35->2030"
39711 ]
39712 },
39713 {
@@ -39701,9 +39729,9 @@
39729 "zh-chs": "删除了{0}的用户设备权限",
39730 "zh-cht": "刪除了{0}的用戶設備權限",
39731 "xloc": [
39704 - "default.handlebars->35->1986",
39705 - "default.handlebars->35->2007",
39706 - "default.handlebars->35->2012"
39732 + "default.handlebars->35->1996",
39733 + "default.handlebars->35->2017",
39734 + "default.handlebars->35->2022"
39735 ]
39736 },
39737 {
@@ -39725,7 +39753,7 @@
39753 "zh-chs": "从设备组{1}中删除了用户组{0}",
39754 "zh-cht": "從設備組{1}中刪除了用戶組{0}",
39755 "xloc": [
39728 - "default.handlebars->35->1996"
39756 + "default.handlebars->35->2006"
39757 ]
39758 },
39759 {
@@ -39747,7 +39775,7 @@
39775 "zh-chs": "从设备组{1}中删除了用户{0}",
39776 "zh-cht": "已從設備組{1}中刪除用戶{0}",
39777 "xloc": [
39750 - "default.handlebars->35->2009"
39778 + "default.handlebars->35->2019"
39779 ]
39780 },
39781 {
@@ -39769,8 +39797,8 @@
39797 "zh-chs": "从用户组{1}中删除了用户{0}",
39798 "zh-cht": "從用戶組{1}中刪除了用戶{0}",
39799 "xloc": [
39772 - "default.handlebars->35->1988",
39773 - "default.handlebars->35->1998"
39800 + "default.handlebars->35->1998",
39801 + "default.handlebars->35->2008"
39802 ]
39803 },
39804 {
@@ -39797,7 +39825,7 @@
39825 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
39826 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
39827 "default.handlebars->35->1173",
39800 - "default.handlebars->35->1915",
39828 + "default.handlebars->35->1925",
39829 "default.handlebars->35->646",
39830 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
39831 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -39837,7 +39865,7 @@
39865 "zh-chs": "重命名:“{0}”为“{1}”",
39866 "zh-cht": "重命名:“{0}”為“{1}”",
39867 "xloc": [
39840 - "default.handlebars->35->1974"
39868 + "default.handlebars->35->1984"
39869 ]
39870 },
39871 {
@@ -39859,7 +39887,7 @@
39887 "zh-chs": "报告日",
39888 "zh-cht": "報告日",
39889 "xloc": [
39862 - "default.handlebars->35->2054"
39890 + "default.handlebars->35->2064"
39891 ]
39892 },
39893 {
@@ -39881,7 +39909,7 @@
39909 "zh-chs": "报告类型",
39910 "zh-cht": "報告類型",
39911 "xloc": [
39884 - "default.handlebars->35->2049"
39912 + "default.handlebars->35->2059"
39913 ]
39914 },
39915 {
@@ -39990,8 +40018,8 @@
40018 "zh-cht": "要求:{0}。",
40019 "xloc": [
40020 "default-mobile.handlebars->11->113",
39993 - "default.handlebars->35->2155",
39994 - "default.handlebars->35->2345"
40021 + "default.handlebars->35->2165",
40022 + "default.handlebars->35->2355"
40023 ]
40024 },
40025 {
@@ -40108,7 +40136,7 @@
40136 "zh-cht": "重置/關閉電源",
40137 "xloc": [
40138 "default-mobile.handlebars->11->608",
40111 - "default.handlebars->35->1791"
40139 + "default.handlebars->35->1801"
40140 ]
40141 },
40142 {
@@ -40247,7 +40275,7 @@
40275 "zh-cht": "重置/關閉",
40276 "xloc": [
40277 "default-mobile.handlebars->11->628",
40250 - "default.handlebars->35->1827",
40278 + "default.handlebars->35->1837",
40279 "default.handlebars->35->866",
40280 "default.handlebars->35->888"
40281 ]
@@ -40385,7 +40413,7 @@
40413 "zh-chs": "限制条件",
40414 "zh-cht": "限制條件",
40415 "xloc": [
40388 - "default.handlebars->35->2263"
40416 + "default.handlebars->35->2273"
40417 ]
40418 },
40419 {
@@ -40493,7 +40521,7 @@
40521 "default-mobile.handlebars->11->131",
40522 "default-mobile.handlebars->11->424",
40523 "default.handlebars->35->1157",
40496 - "default.handlebars->35->1883",
40524 + "default.handlebars->35->1893",
40525 "sharing.handlebars->11->49"
40526 ]
40527 },
@@ -40825,7 +40853,7 @@
40853 "zh-chs": "运行命令",
40854 "zh-cht": "運行命令",
40855 "xloc": [
40828 - "default.handlebars->35->1950"
40856 + "default.handlebars->35->1960"
40857 ]
40858 },
40859 {
@@ -40847,7 +40875,7 @@
40875 "zh-chs": "以用户身份运行命令",
40876 "zh-cht": "以用戶身份運行命令",
40877 "xloc": [
40850 - "default.handlebars->35->2025"
40878 + "default.handlebars->35->2035"
40879 ]
40880 },
40881 {
@@ -40869,7 +40897,7 @@
40897 "zh-chs": "如果可能,以用户身份运行命令",
40898 "zh-cht": "如果可能,以用戶身份運行命令",
40899 "xloc": [
40872 - "default.handlebars->35->2026"
40900 + "default.handlebars->35->2036"
40901 ]
40902 },
40903 {
@@ -40981,8 +41009,8 @@
41009 "zh-chs": "短信",
41010 "zh-cht": "短信",
41011 "xloc": [
40984 - "default.handlebars->35->2308",
40985 - "default.handlebars->35->2313",
41012 + "default.handlebars->35->2318",
41013 + "default.handlebars->35->2323",
41014 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
41015 "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
41016 "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -41009,7 +41037,7 @@
41037 "zh-chs": "此用户的短信功能电话号码。",
41038 "zh-cht": "此用戶的短信功能電話號碼。",
41039 "xloc": [
41012 - "default.handlebars->35->2329"
41040 + "default.handlebars->35->2339"
41041 ]
41042 },
41043 {
@@ -41026,7 +41054,7 @@
41054 "zh-chs": "短信错误",
41055 "xloc": [
41056 "default-mobile.handlebars->11->674",
41029 - "default.handlebars->35->2461"
41057 + "default.handlebars->35->2471"
41058 ]
41059 },
41060 {
@@ -41043,7 +41071,7 @@
41071 "zh-chs": "短信错误:{0}",
41072 "xloc": [
41073 "default-mobile.handlebars->11->675",
41046 - "default.handlebars->35->2462"
41074 + "default.handlebars->35->2472"
41075 ]
41076 },
41077 {
@@ -41060,7 +41088,7 @@
41088 "zh-chs": "短信网关未启用",
41089 "xloc": [
41090 "default-mobile.handlebars->11->669",
41063 - "default.handlebars->35->2456"
41091 + "default.handlebars->35->2466"
41092 ]
41093 },
41094 {
@@ -41113,7 +41141,7 @@
41141 "zh-chs": "短信发送成功。",
41142 "xloc": [
41143 "default-mobile.handlebars->11->673",
41116 - "default.handlebars->35->2460"
41144 + "default.handlebars->35->2470"
41145 ]
41146 },
41147 {
@@ -41788,8 +41816,8 @@
41816 "default-mobile.handlebars->11->346",
41817 "default-mobile.handlebars->11->518",
41818 "default.handlebars->35->1257",
41791 - "default.handlebars->35->1881",
41792 - "default.handlebars->35->2309",
41819 + "default.handlebars->35->1891",
41820 + "default.handlebars->35->2319",
41821 "default.handlebars->35->390",
41822 "default.handlebars->35->979",
41823 "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1"
@@ -41814,7 +41842,7 @@
41842 "zh-chs": "安全密钥",
41843 "zh-cht": "安全密鑰",
41844 "xloc": [
41817 - "default.handlebars->35->2306"
41845 + "default.handlebars->35->2316"
41846 ]
41847 },
41848 {
@@ -41831,7 +41859,7 @@
41859 "zh-chs": "安全警告",
41860 "xloc": [
41861 "default-mobile.handlebars->11->643",
41834 - "default.handlebars->35->2430"
41862 + "default.handlebars->35->2440"
41863 ]
41864 },
41865 {
@@ -41889,9 +41917,9 @@
41917 "xloc": [
41918 "default.handlebars->35->1164",
41919 "default.handlebars->35->1166",
41892 - "default.handlebars->35->1907",
41893 - "default.handlebars->35->2099",
41894 - "default.handlebars->35->2182",
41920 + "default.handlebars->35->1917",
41921 + "default.handlebars->35->2109",
41922 + "default.handlebars->35->2192",
41923 "default.handlebars->35->550",
41924 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
41925 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -41924,9 +41952,9 @@
41952 "zh-cht": "選擇無",
41953 "xloc": [
41954 "default.handlebars->35->1165",
41927 - "default.handlebars->35->1906",
41928 - "default.handlebars->35->2098",
41929 - "default.handlebars->35->2181",
41955 + "default.handlebars->35->1916",
41956 + "default.handlebars->35->2108",
41957 + "default.handlebars->35->2191",
41958 "default.handlebars->35->549",
41959 "default.handlebars->meshContextMenu->cxselectnone",
41960 "sharing.handlebars->11->57"
@@ -42054,8 +42082,8 @@
42082 "zh-chs": "选择要对所有选定用户执行的操作。",
42083 "zh-cht": "選擇要對所有選定用戶執行的操作。",
42084 "xloc": [
42057 - "default.handlebars->35->2102",
42058 - "default.handlebars->35->2183"
42085 + "default.handlebars->35->2112",
42086 + "default.handlebars->35->2193"
42087 ]
42088 },
42089 {
@@ -42100,7 +42128,7 @@
42128 "zh-chs": "选择新密码",
42129 "zh-cht": "選擇新密碼",
42130 "xloc": [
42103 - "default.handlebars->35->1715"
42131 + "default.handlebars->35->1725"
42132 ]
42133 },
42134 {
@@ -42146,7 +42174,7 @@
42174 "zh-cht": "僅自我事件",
42175 "xloc": [
42176 "default-mobile.handlebars->11->624",
42149 - "default.handlebars->35->1823"
42177 + "default.handlebars->35->1833"
42178 ]
42179 },
42180 {
@@ -42206,7 +42234,7 @@
42234 "zh-chs": "发电邮",
42235 "zh-cht": "發電郵",
42236 "xloc": [
42209 - "default.handlebars->35->2113"
42237 + "default.handlebars->35->2123"
42238 ]
42239 },
42240 {
@@ -42273,7 +42301,7 @@
42301 "zh-chs": "发送短信",
42302 "zh-cht": "發送簡訊",
42303 "xloc": [
42276 - "default.handlebars->35->2111"
42304 + "default.handlebars->35->2121"
42305 ]
42306 },
42307 {
@@ -42295,7 +42323,7 @@
42323 "zh-chs": "发送短信给该用户",
42324 "zh-cht": "發送短信給該用戶",
42325 "xloc": [
42298 - "default.handlebars->35->2314"
42326 + "default.handlebars->35->2324"
42327 ]
42328 },
42329 {
@@ -42317,7 +42345,7 @@
42345 "zh-chs": "发送电邮给该用户",
42346 "zh-cht": "發送電郵給該用戶",
42347 "xloc": [
42320 - "default.handlebars->35->2316"
42348 + "default.handlebars->35->2326"
42349 ]
42350 },
42351 {
@@ -42339,7 +42367,7 @@
42367 "zh-chs": "向该组中的所有用户发送通知。",
42368 "zh-cht": "向該群中的所有用戶發送通知。",
42369 "xloc": [
42342 - "default.handlebars->35->2222"
42370 + "default.handlebars->35->2232"
42371 ]
42372 },
42373 {
@@ -42361,7 +42389,7 @@
42389 "zh-chs": "向该用户发送文本通知。",
42390 "zh-cht": "向該用戶發送文本通知。",
42391 "xloc": [
42364 - "default.handlebars->35->2114"
42392 + "default.handlebars->35->2124"
42393 ]
42394 },
42395 {
@@ -42383,7 +42411,7 @@
42411 "zh-chs": "发送电邮给用户",
42412 "zh-cht": "發送電郵給用戶",
42413 "xloc": [
42386 - "default.handlebars->35->2094"
42414 + "default.handlebars->35->2104"
42415 ]
42416 },
42417 {
@@ -42427,7 +42455,7 @@
42455 "zh-chs": "发送邀请电邮。",
42456 "zh-cht": "發送邀請電郵。",
42457 "xloc": [
42430 - "default.handlebars->35->2154"
42458 + "default.handlebars->35->2164"
42459 ]
42460 },
42461 {
@@ -42562,7 +42590,7 @@
42590 "zh-chs": "发送用户通知",
42591 "zh-cht": "發送用戶通知",
42592 "xloc": [
42565 - "default.handlebars->35->2318"
42593 + "default.handlebars->35->2328"
42594 ]
42595 },
42596 {
@@ -42672,7 +42700,7 @@
42700 "zh-chs": "服务器备份",
42701 "zh-cht": "伺服器備份",
42702 "xloc": [
42675 - "default.handlebars->35->2164"
42703 + "default.handlebars->35->2174"
42704 ]
42705 },
42706 {
@@ -42694,7 +42722,7 @@
42722 "zh-chs": "服务器证书",
42723 "zh-cht": "伺服器憑證",
42724 "xloc": [
42697 - "default.handlebars->35->2536"
42725 + "default.handlebars->35->2546"
42726 ]
42727 },
42728 {
@@ -42732,7 +42760,7 @@
42760 "zh-chs": "服务器数据库",
42761 "zh-cht": "伺服器數據庫",
42762 "xloc": [
42735 - "default.handlebars->35->2537"
42763 + "default.handlebars->35->2547"
42764 ]
42765 },
42766 {
@@ -42756,9 +42784,9 @@
42784 "xloc": [
42785 "default-mobile.handlebars->11->601",
42786 "default-mobile.handlebars->11->616",
42759 - "default.handlebars->35->1784",
42760 - "default.handlebars->35->1814",
42761 - "default.handlebars->35->2161",
42787 + "default.handlebars->35->1794",
42788 + "default.handlebars->35->1824",
42789 + "default.handlebars->35->2171",
42790 "default.handlebars->35->859",
42791 "default.handlebars->35->881"
42792 ]
@@ -42798,7 +42826,7 @@
42826 "zh-chs": "服务器限制",
42827 "xloc": [
42828 "default-mobile.handlebars->11->642",
42801 - "default.handlebars->35->2429"
42829 + "default.handlebars->35->2439"
42830 ]
42831 },
42832 {
@@ -42836,8 +42864,8 @@
42864 "zh-chs": "服务器权限",
42865 "zh-cht": "伺服器權限",
42866 "xloc": [
42839 - "default.handlebars->35->2086",
42840 - "default.handlebars->35->2175"
42867 + "default.handlebars->35->2096",
42868 + "default.handlebars->35->2185"
42869 ]
42870 },
42871 {
@@ -42859,7 +42887,7 @@
42887 "zh-chs": "服务器配额",
42888 "zh-cht": "伺服器配額",
42889 "xloc": [
42862 - "default.handlebars->35->2280"
42890 + "default.handlebars->35->2290"
42891 ]
42892 },
42893 {
@@ -42881,7 +42909,7 @@
42909 "zh-chs": "服务器还原",
42910 "zh-cht": "伺服器還原",
42911 "xloc": [
42884 - "default.handlebars->35->2165"
42912 + "default.handlebars->35->2175"
42913 ]
42914 },
42915 {
@@ -42903,7 +42931,7 @@
42931 "zh-chs": "服务器权限",
42932 "zh-cht": "伺服器權限",
42933 "xloc": [
42906 - "default.handlebars->35->2279"
42934 + "default.handlebars->35->2289"
42935 ]
42936 },
42937 {
@@ -42925,7 +42953,7 @@
42953 "zh-chs": "服务器状态",
42954 "zh-cht": "伺服器狀態",
42955 "xloc": [
42928 - "default.handlebars->35->2467"
42956 + "default.handlebars->35->2477"
42957 ]
42958 },
42959 {
@@ -42969,7 +42997,7 @@
42997 "zh-chs": "服务器跟踪",
42998 "zh-cht": "伺服器追蹤",
42999 "xloc": [
42972 - "default.handlebars->35->2549"
43000 + "default.handlebars->35->2559"
43001 ]
43002 },
43003 {
@@ -42985,7 +43013,7 @@
43013 "zh-chs": "服务器跟踪事件",
43014 "it": "Evento di tracciamento del server",
43015 "xloc": [
42988 - "default.handlebars->35->2528"
43016 + "default.handlebars->35->2538"
43017 ]
43018 },
43019 {
@@ -43052,7 +43080,7 @@
43080 "zh-chs": "服务器更新",
43081 "zh-cht": "伺服器更新",
43082 "xloc": [
43055 - "default.handlebars->35->2166"
43083 + "default.handlebars->35->2176"
43084 ]
43085 },
43086 {
@@ -43259,7 +43287,7 @@
43287 "zh-chs": "ServerStats.csv",
43288 "zh-cht": "ServerStats.csv",
43289 "xloc": [
43262 - "default.handlebars->35->2527"
43290 + "default.handlebars->35->2537"
43291 ]
43292 },
43293 {
@@ -43325,7 +43353,7 @@
43353 "zh-chs": "会话",
43354 "zh-cht": "節",
43355 "xloc": [
43328 - "default.handlebars->35->2390",
43356 + "default.handlebars->35->2400",
43357 "ssh.handlebars->3->10"
43358 ]
43359 },
@@ -43554,7 +43582,7 @@
43582 "zh-chs": "设置剪贴板内容,{0}个字节",
43583 "zh-cht": "設置剪貼板內容,{0}個字節",
43584 "xloc": [
43557 - "default.handlebars->35->1948"
43585 + "default.handlebars->35->1958"
43586 ]
43587 },
43588 {
@@ -44126,7 +44154,7 @@
44154 "zh-cht": "只顯示自己的事件",
44155 "xloc": [
44156 "default-mobile.handlebars->11->604",
44129 - "default.handlebars->35->1787"
44157 + "default.handlebars->35->1797"
44158 ]
44159 },
44160 {
@@ -44160,7 +44188,7 @@
44188 "zh-chs": "显示连接工具栏",
44189 "zh-cht": "顯示連接工具欄",
44190 "xloc": [
44163 - "default.handlebars->35->1748"

This file is too large to show in full.

views/default.handlebars
+39 -2
@@ -11121,7 +11121,7 @@
11121 // Display list of devices in this device group
11122 count = 0;
11123 nodes.sort(deviceSort);
11124 - var dllist = (currentMesh.mtype == 1)?'<a onclick=meshDownloadDeviceList()><img title="' + "Download device list" + '" src="images/link4.png" /></a>':'';
11124 + var dllist = (currentMesh.mtype == 1)?'<a onclick=meshDownloadDeviceList()><img title="' + "Download device list" + '" src="images/link4.png" /></a> <a onclick=meshImportDeviceList()><img title="' + "Import device list" + '" src="images/link6.png" /></a>':'';
11125 var y = '<table style="color:black;background-color:#EEE;border-color:#AAA;border-width:1px;border-style:solid;border-collapse:collapse" border=0 cellpadding=2 cellspacing=0 width=100%><tbody><tr style=background-color:#AAAAAA;font-weight:bold><th scope=col style=text-align:left;width:430px>' + "Devices" + '</th><th scope=col style=text-align:right>' + dllist + '</th></tr>';
11126 for (var i in nodes) {
11127 var node = nodes[i], gray = ((node.conn > 0)?'':' gray');
@@ -11129,8 +11129,8 @@
11129 y += '<tr style=' + (((count % 2) == 0) ? ';background-color:#DDD' : '') + '><td style=width:30%><div onclick=\'gotoDevice("' + node._id + '",10);haltEvent(event);\' style=float:left class="j' + node.icon + gray + '"></div>&nbsp;<a onclick=\'gotoDevice("' + node._id + '",10);haltEvent(event);\'>' + EscapeHtml(node.name) + '</a></div></div></td><td style=width:70%><div style=float:right>' + PowerStateStr(node.pwr) + '&nbsp;</div><div>' + (node.osdesc ? EscapeHtml(node.osdesc) : '') + '</div></td></tr>';
11130 ++count;
11131 }
11132 + if (count == 0) { y += '<tr><td><i>' + "None " + '</i></td></tr>'; }
11133 y += '</tbody></table>';
11133 - if (count == 0) { y = ''; }
11134
11135 // If we are full administrator on this mesh, allow deletion of the mesh
11136 if (meshrights == 0xFFFFFFFF) {
@@ -11169,6 +11169,43 @@
11169 saveAs(stringToUtf8BlobNoHeader(JSON.stringify(r, null, 2)), currentMesh.name + ".json");
11170 }
11171
11172 + // Import a list of devices into the Intel AMT only device group
11173 + function meshImportDeviceList() {
11174 + if (xxdialogMode) return;
11175 + var x = "Import a list of local Intel&reg; AMT devices in MeshCommander JSON format." + '<br /><br /><input style=width:370px type=file id=d4importFile accept=".json" onchange=meshImportDeviceListValidate() />';
11176 + setDialogMode(2, "Import Intel&reg; AMT Devices", 3, meshImportDeviceListEx, x);
11177 + QE('idx_dlgOkButton', false);
11178 + }
11179 +
11180 + function meshImportDeviceListValidate() {
11181 + QE('idx_dlgOkButton', Q('d4importFile').value != null);
11182 + }
11183 +
11184 + function meshImportDeviceListEx() {
11185 + var fr = new FileReader();
11186 + fr.onload = function (r) {
11187 + var j = null;
11188 + try { j = JSON.parse(r.target.result); } catch (ex) { setDialogMode(2, "Import Intel&reg; AMT Devices", 1, null, format("Invalid JSON file: {0}.", ex)); return; }
11189 + if ((typeof j == 'object') && (typeof j.webappversion == 'string') && (typeof j.computers == 'object') && (Array.isArray(j.computers))) {
11190 + var ok = 0;
11191 + for (var k in j.computers) {
11192 + var computer = j.computers[k];
11193 + if ((typeof computer.name == 'string') && (typeof computer.host == 'string') && (typeof computer.user == 'string') && (typeof computer.pass == 'string')) {
11194 + var cmd = { action: 'addamtdevice', meshid: currentMesh._id, devicename: computer.name, hostname: computer.host, amtusername: computer.user, amtpassword: computer.pass, amttls: (computer.tls == 1)?1:0 };
11195 + if (typeof computer.ver == 'string') { cmd.ver = computer.ver; }
11196 + if (typeof computer.pstate == 'number') { cmd.state = computer.pstate; }
11197 + if (typeof computer.digestrealm == 'string') { cmd.realm = computer.digestrealm; }
11198 + if (typeof computer.tlscerthash == 'string') { cmd.hash = computer.tlscerthash; }
11199 + meshserver.send(cmd);
11200 + ok++;
11201 + }
11202 + }
11203 + if (ok == 0) { setDialogMode(2, "User Account Import", 1, null, "Unable to import any device."); }
11204 + } else { setDialogMode(2, "Import Intel&reg; AMT Devices", 1, null, "Invalid JSON file format."); }
11205 + };
11206 + fr.readAsText(Q('d4importFile').files[0]);
11207 + }
11208 +
11209 function p20editMeshAmt() {
11210 if (xxdialogMode) return;
11211 var x = '', acmoption = '';