More work on automatic inactive device removal.
Ylian Saint-Hilaire committed
Aug 1, 2021 at 10:54 UTC
896a613a65319920b47ef3f421c4516d7aa09365
5 files changed
+954
-924
meshcentral-config-schema.json
+1
@@ -295,6 +295,7 @@
295
"footer": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is logged in." },
296
"loginfooter": { "type": "string", "default": null, "description": "This is a HTML string displayed at the bottom of the web page when a user is not logged in." },
297
"guestDeviceSharing": { "type": "boolean", "default": true, "description": "When set to false, the desktop/terminal sharing link feature is not available." },
298
+ "autoRemoveInactiveDevices": { "type": "integer", "default": 0, "description": "Number of days a device can be inactive before it's removed. 0 disables this feature. Device group setting will override this value." },
299
"altMessenging": {
300
"type": "object",
301
"properties": {
meshuser.js
+1
@@ -506,6 +506,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
506
serverinfo.redirport = args.redirport;
507
if (parent.parent.webpush != null) { serverinfo.vapidpublickey = parent.parent.webpush.vapidPublicKey; } // Web push public key
508
if (parent.parent.amtProvisioningServer != null) { serverinfo.amtProvServerMeshId = parent.parent.amtProvisioningServer.meshid; } // Device group that allows for bare-metal Intel AMT activation
509
+ if ((typeof domain.autoremoveinactivedevices == 'number') && (domain.autoremoveinactivedevices > 0)) { serverinfo.autoremoveinactivedevices = domain.autoremoveinactivedevices; } // Default number of days before inactive devices are removed
510
511
// Build the mobile agent URL, this is used to connect mobile devices
512
var agentServerName = parent.getWebServerName(domain);
sample-config-advanced.json
+1
@@ -138,6 +138,7 @@
138
"_meshQuota": 248576,
139
"minify": true,
140
"_guestDeviceSharing" : false,
141
+ "_AutoRemoveInactiveDevices": 37,
142
"_loginKey": [ "abc", "123" ],
143
"_newAccounts": true,
144
"_newAccountsUserGroups": [ "ugrp//xxxxxxxxxxxxxxxxx" ],
translate/translate.json
+942
-924
@@ -42,8 +42,8 @@
42
"zh-chs": " + CIRA",
43
"zh-cht": " + CIRA",
44
"xloc": [
45
- "default.handlebars->35->1687",
46
- "default.handlebars->35->1689"
45
+ "default.handlebars->35->1688",
46
+ "default.handlebars->35->1690"
47
]
48
},
49
{
@@ -281,8 +281,8 @@
281
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
282
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
283
"xloc": [
284
- "default.handlebars->35->1777",
285
- "default.handlebars->35->2274"
284
+ "default.handlebars->35->1780",
285
+ "default.handlebars->35->2277"
286
]
287
},
288
{
@@ -650,7 +650,7 @@
650
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
651
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
652
"xloc": [
653
- "default.handlebars->35->1746",
653
+ "default.handlebars->35->1747",
654
"default.handlebars->35->407"
655
]
656
},
@@ -733,7 +733,7 @@
733
"zh-cht": ",",
734
"xloc": [
735
"default-mobile.handlebars->11->633",
736
- "default.handlebars->35->1851"
736
+ "default.handlebars->35->1854"
737
]
738
},
739
{
@@ -1193,8 +1193,8 @@
1193
"default-mobile.handlebars->11->132",
1194
"default-mobile.handlebars->11->425",
1195
"default.handlebars->35->1165",
1196
- "default.handlebars->35->1903",
1197
- "default.handlebars->35->2447",
1196
+ "default.handlebars->35->1906",
1197
+ "default.handlebars->35->2450",
1198
"sharing.handlebars->11->50"
1199
]
1200
},
@@ -1327,7 +1327,7 @@
1327
"zh-chs": "1个活跃时段",
1328
"zh-cht": "1個活躍時段",
1329
"xloc": [
1330
- "default.handlebars->35->2349"
1330
+ "default.handlebars->35->2352"
1331
]
1332
},
1333
{
@@ -1351,7 +1351,7 @@
1351
"xloc": [
1352
"default-mobile.handlebars->11->142",
1353
"default-mobile.handlebars->11->676",
1354
- "default.handlebars->35->1927",
1354
+ "default.handlebars->35->1930",
1355
"download.handlebars->3->1",
1356
"download2.handlebars->5->1",
1357
"sharing.handlebars->11->96"
@@ -1423,7 +1423,7 @@
1423
"zh-chs": "1组",
1424
"zh-cht": "1群",
1425
"xloc": [
1426
- "default.handlebars->35->2308"
1426
+ "default.handlebars->35->2311"
1427
]
1428
},
1429
{
@@ -1538,7 +1538,7 @@
1538
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1539
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1540
"xloc": [
1541
- "default.handlebars->35->2098"
1541
+ "default.handlebars->35->2101"
1542
]
1543
},
1544
{
@@ -1651,7 +1651,7 @@
1651
"default-mobile.handlebars->11->204",
1652
"default-mobile.handlebars->11->207",
1653
"default-mobile.handlebars->11->210",
1654
- "default.handlebars->35->2102",
1654
+ "default.handlebars->35->2105",
1655
"default.handlebars->35->340",
1656
"default.handlebars->35->343",
1657
"default.handlebars->35->346",
@@ -2274,7 +2274,7 @@
2274
"zh-chs": "2FA备份代码已清除",
2275
"zh-cht": "2FA備份代碼已清除",
2276
"xloc": [
2277
- "default.handlebars->35->2038"
2277
+ "default.handlebars->35->2041"
2278
]
2279
},
2280
{
@@ -2296,8 +2296,8 @@
2296
"zh-chs": "启用第二因素身份验证",
2297
"zh-cht": "啟用第二因素身份驗證",
2298
"xloc": [
2299
- "default.handlebars->35->2115",
2300
- "default.handlebars->35->2332"
2299
+ "default.handlebars->35->2118",
2300
+ "default.handlebars->35->2335"
2301
]
2302
},
2303
{
@@ -3342,7 +3342,7 @@
3342
"zh-cht": "ACM",
3343
"xloc": [
3344
"default-mobile.handlebars->11->274",
3345
- "default.handlebars->35->1703",
3345
+ "default.handlebars->35->1704",
3346
"default.handlebars->35->716"
3347
]
3348
},
@@ -3420,7 +3420,7 @@
3420
"zh-chs": "操作系统",
3421
"it": "AMT-OS",
3422
"xloc": [
3423
- "default.handlebars->35->2525"
3423
+ "default.handlebars->35->2528"
3424
]
3425
},
3426
{
@@ -3639,7 +3639,7 @@
3639
"zh-chs": "访问服务器档案",
3640
"zh-cht": "存取伺服器檔案",
3641
"xloc": [
3642
- "default.handlebars->35->2280"
3642
+ "default.handlebars->35->2283"
3643
]
3644
},
3645
{
@@ -3738,7 +3738,7 @@
3738
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
3739
"default.handlebars->35->1597",
3740
"default.handlebars->35->1599",
3741
- "default.handlebars->35->2578",
3741
+ "default.handlebars->35->2581",
3742
"default.handlebars->35->678",
3743
"default.handlebars->35->680"
3744
]
@@ -3757,7 +3757,7 @@
3757
"zh-chs": "帐号设定",
3758
"xloc": [
3759
"default-mobile.handlebars->11->644",
3760
- "default.handlebars->35->2455"
3760
+ "default.handlebars->35->2458"
3761
]
3762
},
3763
{
@@ -3824,7 +3824,7 @@
3824
"zh-chs": "帐户已更改:{0}",
3825
"zh-cht": "帳戶已更改:{0}",
3826
"xloc": [
3827
- "default.handlebars->35->2011"
3827
+ "default.handlebars->35->2014"
3828
]
3829
},
3830
{
@@ -3846,7 +3846,7 @@
3846
"zh-chs": "创建帐户,电子邮件为{0}",
3847
"zh-cht": "創建帳戶,電子郵件為{0}",
3848
"xloc": [
3849
- "default.handlebars->35->2010"
3849
+ "default.handlebars->35->2013"
3850
]
3851
},
3852
{
@@ -3868,7 +3868,7 @@
3868
"zh-chs": "创建帐户,用户名是{0}",
3869
"zh-cht": "帳戶已創建,用戶名是{0}",
3870
"xloc": [
3871
- "default.handlebars->35->2009"
3871
+ "default.handlebars->35->2012"
3872
]
3873
},
3874
{
@@ -3890,8 +3890,8 @@
3890
"zh-chs": "帐户已被锁定",
3891
"zh-cht": "帳戶已被鎖定",
3892
"xloc": [
3893
- "default.handlebars->35->2117",
3894
- "default.handlebars->35->2277"
3893
+ "default.handlebars->35->2120",
3894
+ "default.handlebars->35->2280"
3895
]
3896
},
3897
{
@@ -3914,7 +3914,7 @@
3914
"zh-cht": "達到帳戶限制。",
3915
"xloc": [
3916
"default-mobile.handlebars->11->656",
3917
- "default.handlebars->35->2467",
3917
+ "default.handlebars->35->2470",
3918
"login-mobile.handlebars->5->6",
3919
"login.handlebars->5->6",
3920
"login2.handlebars->7->8"
@@ -3963,7 +3963,7 @@
3963
"zh-chs": "帐号登录",
3964
"zh-cht": "帳號登錄",
3965
"xloc": [
3966
- "default.handlebars->35->1946"
3966
+ "default.handlebars->35->1949"
3967
]
3968
},
3969
{
@@ -3979,7 +3979,7 @@
3979
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
3980
"it": "Accesso all'account da {0}, {1}, {2}",
3981
"xloc": [
3982
- "default.handlebars->35->2052"
3982
+ "default.handlebars->35->2055"
3983
]
3984
},
3985
{
@@ -4001,7 +4001,7 @@
4001
"zh-chs": "帐户登出",
4002
"zh-cht": "帳戶登出",
4003
"xloc": [
4004
- "default.handlebars->35->1947"
4004
+ "default.handlebars->35->1950"
4005
]
4006
},
4007
{
@@ -4047,7 +4047,7 @@
4047
"zh-chs": "帐户密码已更改:{0}",
4048
"zh-cht": "帳戶密碼已更改:{0}",
4049
"xloc": [
4050
- "default.handlebars->35->2019"
4050
+ "default.handlebars->35->2022"
4051
]
4052
},
4053
{
@@ -4069,7 +4069,7 @@
4069
"zh-chs": "帐户已删除",
4070
"zh-cht": "帳戶已刪除",
4071
"xloc": [
4072
- "default.handlebars->35->2008"
4072
+ "default.handlebars->35->2011"
4073
]
4074
},
4075
{
@@ -4255,7 +4255,7 @@
4255
"zh-chs": "如果ACM失败,则激活到CCM",
4256
"zh-cht": "如果ACM失敗,則激活到CCM",
4257
"xloc": [
4258
- "default.handlebars->35->1737"
4258
+ "default.handlebars->35->1738"
4259
]
4260
},
4261
{
@@ -4424,7 +4424,7 @@
4424
"zh-chs": "添加代理",
4425
"zh-cht": "新增代理",
4426
"xloc": [
4427
- "default.handlebars->35->1699",
4427
+ "default.handlebars->35->1700",
4428
"default.handlebars->35->373"
4429
]
4430
},
@@ -4466,8 +4466,8 @@
4466
"zh-chs": "添加设备",
4467
"zh-cht": "新增裝置",
4468
"xloc": [
4469
- "default.handlebars->35->2254",
4470
- "default.handlebars->35->2386",
4469
+ "default.handlebars->35->2257",
4470
+ "default.handlebars->35->2389",
4471
"default.handlebars->35->377"
4472
]
4473
},
@@ -4512,9 +4512,9 @@
4512
"zh-chs": "添加设备组",
4513
"zh-cht": "新增裝置群",
4514
"xloc": [
4515
- "default.handlebars->35->1813",
4516
- "default.handlebars->35->2248",
4517
- "default.handlebars->35->2374",
4515
+ "default.handlebars->35->1816",
4516
+ "default.handlebars->35->2251",
4517
+ "default.handlebars->35->2377",
4518
"default.handlebars->35->306"
4519
]
4520
},
@@ -4537,7 +4537,7 @@
4537
"zh-chs": "添加设备组权限",
4538
"zh-cht": "新增裝置群權限",
4539
"xloc": [
4540
- "default.handlebars->35->1810"
4540
+ "default.handlebars->35->1813"
4541
]
4542
},
4543
{
@@ -4559,8 +4559,8 @@
4559
"zh-chs": "添加设备权限",
4560
"zh-cht": "新增裝置權限",
4561
"xloc": [
4562
- "default.handlebars->35->1815",
4563
- "default.handlebars->35->1817"
4562
+ "default.handlebars->35->1818",
4563
+ "default.handlebars->35->1820"
4564
]
4565
},
4566
{
@@ -4679,7 +4679,7 @@
4679
"zh-chs": "添加成员身份",
4680
"zh-cht": "新增成員身份",
4681
"xloc": [
4682
- "default.handlebars->35->2406"
4682
+ "default.handlebars->35->2409"
4683
]
4684
},
4685
{
@@ -4785,7 +4785,7 @@
4785
"zh-chs": "添加用户设备权限",
4786
"zh-cht": "新增用戶裝置權限",
4787
"xloc": [
4788
- "default.handlebars->35->1820"
4788
+ "default.handlebars->35->1823"
4789
]
4790
},
4791
{
@@ -4807,9 +4807,9 @@
4807
"zh-chs": "添加用户组",
4808
"zh-cht": "新增用戶群",
4809
"xloc": [
4810
- "default.handlebars->35->1695",
4811
- "default.handlebars->35->1812",
4812
- "default.handlebars->35->2380",
4810
+ "default.handlebars->35->1696",
4811
+ "default.handlebars->35->1815",
4812
+ "default.handlebars->35->2383",
4813
"default.handlebars->35->834"
4814
]
4815
},
@@ -4832,7 +4832,7 @@
4832
"zh-chs": "添加用户组设备权限",
4833
"zh-cht": "新增用戶群裝置權限",
4834
"xloc": [
4835
- "default.handlebars->35->1822"
4835
+ "default.handlebars->35->1825"
4836
]
4837
},
4838
{
@@ -4895,8 +4895,8 @@
4895
"zh-chs": "添加用户",
4896
"zh-cht": "新增用戶",
4897
"xloc": [
4898
- "default.handlebars->35->1694",
4899
- "default.handlebars->35->2243"
4898
+ "default.handlebars->35->1695",
4899
+ "default.handlebars->35->2246"
4900
]
4901
},
4902
{
@@ -4918,7 +4918,7 @@
4918
"zh-chs": "将用户添加到设备组",
4919
"zh-cht": "將用戶新增到裝置群",
4920
"xloc": [
4921
- "default.handlebars->35->1809"
4921
+ "default.handlebars->35->1812"
4922
]
4923
},
4924
{
@@ -4940,7 +4940,7 @@
4940
"zh-chs": "将用户添加到用户组",
4941
"zh-cht": "將用戶新增到用戶群",
4942
"xloc": [
4943
- "default.handlebars->35->2276"
4943
+ "default.handlebars->35->2279"
4944
]
4945
},
4946
{
@@ -5085,7 +5085,7 @@
5085
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
5086
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
5087
"xloc": [
5088
- "default.handlebars->35->1698",
5088
+ "default.handlebars->35->1699",
5089
"default.handlebars->35->372"
5090
]
5091
},
@@ -5184,7 +5184,7 @@
5184
"zh-chs": "添加了身份验证应用程序",
5185
"zh-cht": "添加了身份驗證應用程序",
5186
"xloc": [
5187
- "default.handlebars->35->2035"
5187
+ "default.handlebars->35->2038"
5188
]
5189
},
5190
{
@@ -5206,7 +5206,7 @@
5206
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
5207
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
5208
"xloc": [
5209
- "default.handlebars->35->2046"
5209
+ "default.handlebars->35->2049"
5210
]
5211
},
5212
{
@@ -5228,8 +5228,8 @@
5228
"zh-chs": "已将设备{0}添加到设备组{1}",
5229
"zh-cht": "已將設備{0}添加到設備組{1}",
5230
"xloc": [
5231
- "default.handlebars->35->2002",
5232
- "default.handlebars->35->2029"
5231
+ "default.handlebars->35->2005",
5232
+ "default.handlebars->35->2032"
5233
]
5234
},
5235
{
@@ -5245,7 +5245,7 @@
5245
"zh-chs": "添加登录令牌",
5246
"it": "Aggiunto token di accesso",
5247
"xloc": [
5248
- "default.handlebars->35->2060"
5248
+ "default.handlebars->35->2063"
5249
]
5250
},
5251
{
@@ -5260,7 +5260,7 @@
5260
"zh-chs": "新增推送通知认证装置",
5261
"it": "Aggiunto dispositivo di autenticazione delle notifiche push",
5262
"xloc": [
5263
- "default.handlebars->35->2058"
5263
+ "default.handlebars->35->2061"
5264
]
5265
},
5266
{
@@ -5282,7 +5282,7 @@
5282
"zh-chs": "添加了安全密钥",
5283
"zh-cht": "添加了安全密鑰",
5284
"xloc": [
5285
- "default.handlebars->35->2040"
5285
+ "default.handlebars->35->2043"
5286
]
5287
},
5288
{
@@ -5304,7 +5304,7 @@
5304
"zh-chs": "已将用户组{0}添加到设备组{1}",
5305
"zh-cht": "已將用戶組{0}添加到設備組{1}",
5306
"xloc": [
5307
- "default.handlebars->35->2013"
5307
+ "default.handlebars->35->2016"
5308
]
5309
},
5310
{
@@ -5326,8 +5326,8 @@
5326
"zh-chs": "已将用户{0}添加到用户组{1}",
5327
"zh-cht": "已將用戶{0}添加到用戶組{1}",
5328
"xloc": [
5329
- "default.handlebars->35->2016",
5330
- "default.handlebars->35->2025"
5329
+ "default.handlebars->35->2019",
5330
+ "default.handlebars->35->2028"
5331
]
5332
},
5333
{
@@ -5462,7 +5462,7 @@
5462
"zh-chs": "管理领域",
5463
"zh-cht": "管理領域",
5464
"xloc": [
5465
- "default.handlebars->35->2312"
5465
+ "default.handlebars->35->2315"
5466
]
5467
},
5468
{
@@ -5507,7 +5507,7 @@
5507
"zh-chs": "管理领域",
5508
"zh-cht": "管理領域",
5509
"xloc": [
5510
- "default.handlebars->35->2180"
5510
+ "default.handlebars->35->2183"
5511
]
5512
},
5513
{
@@ -5529,7 +5529,7 @@
5529
"zh-chs": "管理员",
5530
"zh-cht": "管理員",
5531
"xloc": [
5532
- "default.handlebars->35->2109"
5532
+ "default.handlebars->35->2112"
5533
]
5534
},
5535
{
@@ -5577,9 +5577,9 @@
5577
"default-mobile.handlebars->11->235",
5578
"default-mobile.handlebars->11->288",
5579
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
5580
- "default.handlebars->35->1878",
5581
- "default.handlebars->35->1891",
5582
- "default.handlebars->35->2523",
5580
+ "default.handlebars->35->1881",
5581
+ "default.handlebars->35->1894",
5582
+ "default.handlebars->35->2526",
5583
"default.handlebars->35->322",
5584
"default.handlebars->35->543",
5585
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -5604,8 +5604,8 @@
5604
"zh-chs": "代理+英特尔AMT",
5605
"zh-cht": "代理+Intel® AMT",
5606
"xloc": [
5607
- "default.handlebars->35->1880",
5608
- "default.handlebars->35->1893"
5607
+ "default.handlebars->35->1883",
5608
+ "default.handlebars->35->1896"
5609
]
5610
},
5611
{
@@ -5651,7 +5651,7 @@
5651
"zh-cht": "代理控制台",
5652
"xloc": [
5653
"default-mobile.handlebars->11->615",
5654
- "default.handlebars->35->1830"
5654
+ "default.handlebars->35->1833"
5655
]
5656
},
5657
{
@@ -5673,7 +5673,7 @@
5673
"zh-chs": "代理错误计数器",
5674
"zh-cht": "代理錯誤計數器",
5675
"xloc": [
5676
- "default.handlebars->35->2492"
5676
+ "default.handlebars->35->2495"
5677
]
5678
},
5679
{
@@ -5808,7 +5808,7 @@
5808
"zh-chs": "代理时段",
5809
"zh-cht": "代理時段",
5810
"xloc": [
5811
- "default.handlebars->35->2508"
5811
+ "default.handlebars->35->2511"
5812
]
5813
},
5814
{
@@ -5865,7 +5865,7 @@
5865
"zh-chs": "代理类型",
5866
"zh-cht": "代理類型",
5867
"xloc": [
5868
- "default.handlebars->35->1889",
5868
+ "default.handlebars->35->1892",
5869
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
5870
]
5871
},
@@ -5888,7 +5888,7 @@
5888
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
5889
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
5890
"xloc": [
5891
- "default.handlebars->35->1999"
5891
+ "default.handlebars->35->2002"
5892
]
5893
},
5894
{
@@ -6145,7 +6145,7 @@
6145
"zh-chs": "代理",
6146
"zh-cht": "代理",
6147
"xloc": [
6148
- "default.handlebars->35->2536"
6148
+ "default.handlebars->35->2539"
6149
]
6150
},
6151
{
@@ -6214,7 +6214,7 @@
6214
"zh-chs": "全部可用",
6215
"zh-cht": "全部可用",
6216
"xloc": [
6217
- "default.handlebars->35->2072"
6217
+ "default.handlebars->35->2075"
6218
]
6219
},
6220
{
@@ -6258,7 +6258,7 @@
6258
"zh-chs": "所有事件",
6259
"zh-cht": "所有事件",
6260
"xloc": [
6261
- "default.handlebars->35->2070"
6261
+ "default.handlebars->35->2073"
6262
]
6263
},
6264
{
@@ -6316,8 +6316,8 @@
6316
"zh-chs": "允许用户管理此设备组和该组中的设备。",
6317
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
6318
"xloc": [
6319
- "default.handlebars->35->1775",
6320
- "default.handlebars->35->2273"
6319
+ "default.handlebars->35->1778",
6320
+ "default.handlebars->35->2276"
6321
]
6322
},
6323
{
@@ -6339,7 +6339,7 @@
6339
"zh-chs": "允许用户管理此设备。",
6340
"zh-cht": "允許用戶管理此裝置。",
6341
"xloc": [
6342
- "default.handlebars->35->1776"
6342
+ "default.handlebars->35->1779"
6343
]
6344
},
6345
{
@@ -6524,9 +6524,9 @@
6524
"zh-chs": "一直通知",
6525
"zh-cht": "一直通知",
6526
"xloc": [
6527
- "default.handlebars->35->1674",
6528
- "default.handlebars->35->2234",
6529
- "default.handlebars->35->2321",
6527
+ "default.handlebars->35->1675",
6528
+ "default.handlebars->35->2237",
6529
+ "default.handlebars->35->2324",
6530
"default.handlebars->35->760"
6531
]
6532
},
@@ -6549,9 +6549,9 @@
6549
"zh-chs": "一直提示",
6550
"zh-cht": "一直提示",
6551
"xloc": [
6552
- "default.handlebars->35->1675",
6553
- "default.handlebars->35->2235",
6554
- "default.handlebars->35->2322",
6552
+ "default.handlebars->35->1676",
6553
+ "default.handlebars->35->2238",
6554
+ "default.handlebars->35->2325",
6555
"default.handlebars->35->761"
6556
]
6557
},
@@ -6746,8 +6746,8 @@
6746
"zh-chs": "杀毒软件未激活",
6747
"it": "Antivirus non attivo",
6748
"xloc": [
6749
- "default.handlebars->35->1882",
6750
- "default.handlebars->35->1896"
6749
+ "default.handlebars->35->1885",
6750
+ "default.handlebars->35->1899"
6751
]
6752
},
6753
{
@@ -7417,7 +7417,7 @@
7417
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
7418
"xloc": [
7419
"default-mobile.handlebars->11->580",
7420
- "default.handlebars->35->1751"
7420
+ "default.handlebars->35->1752"
7421
]
7422
},
7423
{
@@ -7505,7 +7505,7 @@
7505
"zh-chs": "您确定要{0}插件吗:{1}",
7506
"zh-cht": "你確定要{0}外掛嗎:{1}",
7507
"xloc": [
7508
- "default.handlebars->35->2587"
7508
+ "default.handlebars->35->2590"
7509
]
7510
},
7511
{
@@ -7716,7 +7716,7 @@
7716
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
7717
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
7718
"xloc": [
7719
- "default.handlebars->35->1968"
7719
+ "default.handlebars->35->1971"
7720
]
7721
},
7722
{
@@ -7771,7 +7771,7 @@
7771
"zh-chs": "认证软件",
7772
"zh-cht": "認證軟體",
7773
"xloc": [
7774
- "default.handlebars->35->2325"
7774
+ "default.handlebars->35->2328"
7775
]
7776
},
7777
{
@@ -7972,7 +7972,7 @@
7972
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
7973
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
7974
"xloc": [
7975
- "default.handlebars->35->2049"
7975
+ "default.handlebars->35->2052"
7976
]
7977
},
7978
{
@@ -8007,6 +8007,12 @@
8007
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->9"
8008
]
8009
},
8010
+ {
8011
+ "en": "Automatically remove inactive devices",
8012
+ "xloc": [
8013
+ "default.handlebars->35->1775"
8014
+ ]
8015
+ },
8016
{
8017
"cs": "Dostupná paměť",
8018
"de": "Verfügbarer Speicher",
@@ -8026,7 +8032,7 @@
8032
"zh-chs": "可用內存",
8033
"zh-cht": "可用內存",
8034
"xloc": [
8029
- "default.handlebars->35->2517"
8035
+ "default.handlebars->35->2520"
8036
]
8037
},
8038
{
@@ -8233,8 +8239,8 @@
8239
"zh-chs": "背景与互动",
8240
"zh-cht": "背景與互動",
8241
"xloc": [
8236
- "default.handlebars->35->1861",
8237
- "default.handlebars->35->1868",
8242
+ "default.handlebars->35->1864",
8243
+ "default.handlebars->35->1871",
8244
"default.handlebars->35->437",
8245
"default.handlebars->35->451"
8246
]
@@ -8258,8 +8264,8 @@
8264
"zh-chs": "仅背景",
8265
"zh-cht": "僅背景",
8266
"xloc": [
8261
- "default.handlebars->35->1862",
8262
- "default.handlebars->35->1869",
8267
+ "default.handlebars->35->1865",
8268
+ "default.handlebars->35->1872",
8269
"default.handlebars->35->438",
8270
"default.handlebars->35->452",
8271
"default.handlebars->35->468"
@@ -8307,7 +8313,7 @@
8313
"zh-chs": "备用码",
8314
"zh-cht": "備用碼",
8315
"xloc": [
8310
- "default.handlebars->35->2328"
8316
+ "default.handlebars->35->2331"
8317
]
8318
},
8319
{
@@ -8329,7 +8335,7 @@
8335
"zh-chs": "错误的签名",
8336
"zh-cht": "錯誤的簽名",
8337
"xloc": [
8332
- "default.handlebars->35->2499"
8338
+ "default.handlebars->35->2502"
8339
]
8340
},
8341
{
@@ -8351,7 +8357,7 @@
8357
"zh-chs": "错误的网络证书",
8358
"zh-cht": "錯誤的網絡憑證",
8359
"xloc": [
8354
- "default.handlebars->35->2498"
8360
+ "default.handlebars->35->2501"
8361
]
8362
},
8363
{
@@ -8439,7 +8445,7 @@
8445
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
8446
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
8447
"xloc": [
8442
- "default.handlebars->35->2048"
8448
+ "default.handlebars->35->2051"
8449
]
8450
},
8451
{
@@ -8603,7 +8609,7 @@
8609
"zh-chs": "广播",
8610
"zh-cht": "廣播",
8611
"xloc": [
8606
- "default.handlebars->35->2241",
8612
+ "default.handlebars->35->2244",
8613
"default.handlebars->container->column_l->p4->3->1->0->3->1"
8614
]
8615
},
@@ -8626,7 +8632,7 @@
8632
"zh-chs": "广播消息",
8633
"zh-cht": "廣播消息",
8634
"xloc": [
8629
- "default.handlebars->35->2162"
8635
+ "default.handlebars->35->2165"
8636
]
8637
},
8638
{
@@ -8648,7 +8654,7 @@
8654
"zh-chs": "向所有连接的用户广播消息。",
8655
"zh-cht": "向所有連接的用戶廣播消息。",
8656
"xloc": [
8651
- "default.handlebars->35->2157"
8657
+ "default.handlebars->35->2160"
8658
]
8659
},
8660
{
@@ -8754,7 +8760,7 @@
8760
"zh-chs": "CCM模式",
8761
"zh-cht": "CCM模式",
8762
"xloc": [
8757
- "default.handlebars->35->1734"
8763
+ "default.handlebars->35->1735"
8764
]
8765
},
8766
{
@@ -8777,7 +8783,7 @@
8783
"zh-cht": "CIRA",
8784
"xloc": [
8785
"default-mobile.handlebars->11->236",
8780
- "default.handlebars->35->2524",
8786
+ "default.handlebars->35->2527",
8787
"default.handlebars->35->324",
8788
"default.handlebars->35->545"
8789
]
@@ -8801,7 +8807,7 @@
8807
"zh-chs": "CIRA服务器",
8808
"zh-cht": "CIRA伺服器",
8809
"xloc": [
8804
- "default.handlebars->35->2571"
8810
+ "default.handlebars->35->2574"
8811
]
8812
},
8813
{
@@ -8823,7 +8829,7 @@
8829
"zh-chs": "CIRA服务器命令",
8830
"zh-cht": "CIRA伺服器指令",
8831
"xloc": [
8826
- "default.handlebars->35->2572"
8832
+ "default.handlebars->35->2575"
8833
]
8834
},
8835
{
@@ -8845,7 +8851,7 @@
8851
"zh-chs": "CIRA设置",
8852
"zh-cht": "CIRA設置",
8853
"xloc": [
8848
- "default.handlebars->35->1742"
8854
+ "default.handlebars->35->1743"
8855
]
8856
},
8857
{
@@ -8869,7 +8875,7 @@
8875
"xloc": [
8876
"default-mobile.handlebars->11->533",
8877
"default.handlebars->35->1280",
8872
- "default.handlebars->35->2548",
8878
+ "default.handlebars->35->2551",
8879
"default.handlebars->container->column_l->p40->3->1->p40type->5"
8880
]
8881
},
@@ -8892,7 +8898,7 @@
8898
"zh-chs": "CPU负载",
8899
"zh-cht": "CPU負載",
8900
"xloc": [
8895
- "default.handlebars->35->2513"
8901
+ "default.handlebars->35->2516"
8902
]
8903
},
8904
{
@@ -8914,7 +8920,7 @@
8920
"zh-chs": "最近15分钟的CPU负载",
8921
"zh-cht": "最近15分鐘的CPU負載",
8922
"xloc": [
8917
- "default.handlebars->35->2516"
8923
+ "default.handlebars->35->2519"
8924
]
8925
},
8926
{
@@ -8936,7 +8942,7 @@
8942
"zh-chs": "最近5分钟的CPU负载",
8943
"zh-cht": "最近5分鐘的CPU負載",
8944
"xloc": [
8939
- "default.handlebars->35->2515"
8945
+ "default.handlebars->35->2518"
8946
]
8947
},
8948
{
@@ -8958,7 +8964,7 @@
8964
"zh-chs": "最近一分钟的CPU负载",
8965
"zh-cht": "最近一分鐘的CPU負載",
8966
"xloc": [
8961
- "default.handlebars->35->2514"
8967
+ "default.handlebars->35->2517"
8968
]
8969
},
8970
{
@@ -9007,7 +9013,7 @@
9013
"zh-chs": "CSV",
9014
"zh-cht": "CSV",
9015
"xloc": [
9010
- "default.handlebars->35->2080"
9016
+ "default.handlebars->35->2083"
9017
]
9018
},
9019
{
@@ -9029,8 +9035,8 @@
9035
"zh-chs": "CSV格式",
9036
"zh-cht": "CSV格式",
9037
"xloc": [
9032
- "default.handlebars->35->2084",
9033
- "default.handlebars->35->2149",
9038
+ "default.handlebars->35->2087",
9039
+ "default.handlebars->35->2152",
9040
"default.handlebars->35->611"
9041
]
9042
},
@@ -9072,7 +9078,7 @@
9078
"zh-chs": "呼叫错误",
9079
"zh-cht": "呼叫錯誤",
9080
"xloc": [
9075
- "default.handlebars->35->2588"
9081
+ "default.handlebars->35->2591"
9082
]
9083
},
9084
{
@@ -9098,7 +9104,7 @@
9104
"default-mobile.handlebars->11->106",
9105
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
9106
"default.handlebars->35->1638",
9101
- "default.handlebars->35->2577",
9107
+ "default.handlebars->35->2580",
9108
"default.handlebars->container->dialog->idx_dlgButtonBar",
9109
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
9110
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -9322,7 +9328,7 @@
9328
"zh-chs": "更改{0}的电邮",
9329
"zh-cht": "更改{0}的電郵",
9330
"xloc": [
9325
- "default.handlebars->35->2361"
9331
+ "default.handlebars->35->2364"
9332
]
9333
},
9334
{
@@ -9370,7 +9376,7 @@
9376
"xloc": [
9377
"default-mobile.handlebars->11->114",
9378
"default.handlebars->35->1594",
9373
- "default.handlebars->35->2346"
9379
+ "default.handlebars->35->2349"
9380
]
9381
},
9382
{
@@ -9392,7 +9398,7 @@
9398
"zh-chs": "更改{0}的密码",
9399
"zh-cht": "更改{0}的密碼",
9400
"xloc": [
9395
- "default.handlebars->35->2370"
9401
+ "default.handlebars->35->2373"
9402
]
9403
},
9404
{
@@ -9414,7 +9420,7 @@
9420
"zh-chs": "更改{0}的真实名称",
9421
"zh-cht": "更改{0}的真實名稱",
9422
"xloc": [
9417
- "default.handlebars->35->2356"
9423
+ "default.handlebars->35->2359"
9424
]
9425
},
9426
{
@@ -9532,7 +9538,7 @@
9538
"zh-chs": "更改该用户的密码",
9539
"zh-cht": "更改該用戶的密碼",
9540
"xloc": [
9535
- "default.handlebars->35->2345"
9541
+ "default.handlebars->35->2348"
9542
]
9543
},
9544
{
@@ -9620,7 +9626,7 @@
9626
"zh-chs": "更改帐户凭据",
9627
"zh-cht": "帳戶憑證已更改",
9628
"xloc": [
9623
- "default.handlebars->35->2020"
9629
+ "default.handlebars->35->2023"
9630
]
9631
},
9632
{
@@ -9642,7 +9648,7 @@
9648
"zh-chs": "{1}组中的设备{0}已更改:{2}",
9649
"zh-cht": "{1}組中的設備{0}已更改:{2}",
9650
"xloc": [
9645
- "default.handlebars->35->2004"
9651
+ "default.handlebars->35->2007"
9652
]
9653
},
9654
{
@@ -9664,7 +9670,7 @@
9670
"zh-chs": "语言从{1}更改为{2}",
9671
"zh-cht": "語言從{1}更改為{2}",
9672
"xloc": [
9667
- "default.handlebars->35->1948"
9673
+ "default.handlebars->35->1951"
9674
]
9675
},
9676
{
@@ -9686,8 +9692,8 @@
9692
"zh-chs": "已更改{0}的用户设备权限",
9693
"zh-cht": "已更改{0}的用戶設備權限",
9694
"xloc": [
9689
- "default.handlebars->35->2006",
9690
- "default.handlebars->35->2027"
9695
+ "default.handlebars->35->2009",
9696
+ "default.handlebars->35->2030"
9697
]
9698
},
9699
{
@@ -9743,9 +9749,9 @@
9749
"zh-chs": "聊天",
9750
"zh-cht": "聊天",
9751
"xloc": [
9746
- "default.handlebars->35->2101",
9747
- "default.handlebars->35->2341",
9748
- "default.handlebars->35->2342",
9752
+ "default.handlebars->35->2104",
9753
+ "default.handlebars->35->2344",
9754
+ "default.handlebars->35->2345",
9755
"default.handlebars->35->791",
9756
"default.handlebars->35->870",
9757
"default.handlebars->35->892"
@@ -9772,8 +9778,8 @@
9778
"xloc": [
9779
"default-mobile.handlebars->11->605",
9780
"default-mobile.handlebars->11->625",
9775
- "default.handlebars->35->1804",
9776
- "default.handlebars->35->1841"
9781
+ "default.handlebars->35->1807",
9782
+ "default.handlebars->35->1844"
9783
]
9784
},
9785
{
@@ -9790,7 +9796,7 @@
9796
"zh-chs": "聊天请求,点击这里接受。",
9797
"xloc": [
9798
"default-mobile.handlebars->11->657",
9793
- "default.handlebars->35->2468"
9799
+ "default.handlebars->35->2471"
9800
]
9801
},
9802
{
@@ -9945,7 +9951,7 @@
9951
"zh-cht": "檢查...",
9952
"xloc": [
9953
"default.handlebars->35->1346",
9948
- "default.handlebars->35->2582"
9954
+ "default.handlebars->35->2585"
9955
]
9956
},
9957
{
@@ -10196,7 +10202,7 @@
10202
"default.handlebars->35->1193",
10203
"default.handlebars->35->1195",
10204
"default.handlebars->35->1197",
10199
- "default.handlebars->35->1942",
10205
+ "default.handlebars->35->1945",
10206
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
10207
"default.handlebars->container->column_l->p41->3->1",
10208
"messenger.handlebars->xbottom->1->1->0->5",
@@ -10309,7 +10315,7 @@
10315
"zh-cht": "全部清除",
10316
"xloc": [
10317
"default-mobile.handlebars->11->640",
10312
- "default.handlebars->35->2451"
10318
+ "default.handlebars->35->2454"
10319
]
10320
},
10321
{
@@ -10400,7 +10406,7 @@
10406
"zh-cht": "清除此通知",
10407
"xloc": [
10408
"default-mobile.handlebars->11->639",
10403
- "default.handlebars->35->2450"
10409
+ "default.handlebars->35->2453"
10410
]
10411
},
10412
{
@@ -10467,7 +10473,7 @@
10473
"zh-cht": "單擊此處編輯裝置群名稱",
10474
"xloc": [
10475
"default.handlebars->35->1649",
10470
- "default.handlebars->35->1887"
10476
+ "default.handlebars->35->1890"
10477
]
10478
},
10479
{
@@ -10511,7 +10517,7 @@
10517
"zh-chs": "单击此处编辑用户组名称",
10518
"zh-cht": "單擊此處編輯用戶群名稱",
10519
"xloc": [
10514
- "default.handlebars->35->2218"
10520
+ "default.handlebars->35->2221"
10521
]
10522
},
10523
{
@@ -10720,7 +10726,7 @@
10726
"zh-chs": "客户端启动的远程访问",
10727
"zh-cht": "客戶端啟動的遠程訪問",
10728
"xloc": [
10723
- "default.handlebars->35->1741"
10729
+ "default.handlebars->35->1742"
10730
]
10731
},
10732
{
@@ -10792,7 +10798,7 @@
10798
"default.handlebars->35->1167",
10799
"default.handlebars->35->182",
10800
"default.handlebars->35->190",
10795
- "default.handlebars->35->2576",
10801
+ "default.handlebars->35->2579",
10802
"sharing.handlebars->11->52"
10803
]
10804
},
@@ -10815,7 +10821,7 @@
10821
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
10822
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
10823
"xloc": [
10818
- "default.handlebars->35->1953"
10824
+ "default.handlebars->35->1956"
10825
]
10826
},
10827
{
@@ -10962,7 +10968,7 @@
10968
"zh-cht": "指令",
10969
"xloc": [
10970
"default-mobile.handlebars->11->627",
10965
- "default.handlebars->35->1843",
10971
+ "default.handlebars->35->1846",
10972
"default.handlebars->35->872",
10973
"default.handlebars->35->894"
10974
]
@@ -10986,8 +10992,8 @@
10992
"zh-chs": "通用设备组",
10993
"zh-cht": "通用裝置群",
10994
"xloc": [
10989
- "default.handlebars->35->2249",
10990
- "default.handlebars->35->2375"
10995
+ "default.handlebars->35->2252",
10996
+ "default.handlebars->35->2378"
10997
]
10998
},
10999
{
@@ -11009,8 +11015,8 @@
11015
"zh-chs": "通用设备",
11016
"zh-cht": "通用裝置",
11017
"xloc": [
11012
- "default.handlebars->35->2255",
11013
- "default.handlebars->35->2387"
11018
+ "default.handlebars->35->2258",
11019
+ "default.handlebars->35->2390"
11020
]
11021
},
11022
{
@@ -11099,11 +11105,11 @@
11105
"default-mobile.handlebars->11->352",
11106
"default-mobile.handlebars->11->581",
11107
"default.handlebars->35->1006",
11102
- "default.handlebars->35->1752",
11103
- "default.handlebars->35->2129",
11104
- "default.handlebars->35->2208",
11105
- "default.handlebars->35->2269",
11106
- "default.handlebars->35->2373",
11108
+ "default.handlebars->35->1753",
11109
+ "default.handlebars->35->2132",
11110
+ "default.handlebars->35->2211",
11111
+ "default.handlebars->35->2272",
11112
+ "default.handlebars->35->2376",
11113
"default.handlebars->35->575",
11114
"default.handlebars->35->997"
11115
]
@@ -11208,7 +11214,7 @@
11214
"zh-chs": "确认删除选定的帐户?",
11215
"zh-cht": "確認刪除所選帳戶?",
11216
"xloc": [
11211
- "default.handlebars->35->2128"
11217
+ "default.handlebars->35->2131"
11218
]
11219
},
11220
{
@@ -11252,7 +11258,7 @@
11258
"zh-chs": "确认删除选定的用户组?",
11259
"zh-cht": "確認刪除所選用戶群?",
11260
"xloc": [
11255
- "default.handlebars->35->2207"
11261
+ "default.handlebars->35->2210"
11262
]
11263
},
11264
{
@@ -11274,7 +11280,7 @@
11280
"zh-chs": "确认删除用户{0}?",
11281
"zh-cht": "確認刪除用戶{0}?",
11282
"xloc": [
11277
- "default.handlebars->35->2372"
11283
+ "default.handlebars->35->2375"
11284
]
11285
},
11286
{
@@ -11296,7 +11302,7 @@
11302
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
11303
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
11304
"xloc": [
11299
- "default.handlebars->35->2272"
11305
+ "default.handlebars->35->2275"
11306
]
11307
},
11308
{
@@ -11318,7 +11324,7 @@
11324
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
11325
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
11326
"xloc": [
11321
- "default.handlebars->35->2404"
11327
+ "default.handlebars->35->2407"
11328
]
11329
},
11330
{
@@ -11409,7 +11415,7 @@
11415
"zh-chs": "确认覆盖?",
11416
"zh-cht": "確認覆蓋?",
11417
"xloc": [
11412
- "default.handlebars->35->1936"
11418
+ "default.handlebars->35->1939"
11419
]
11420
},
11421
{
@@ -11431,8 +11437,8 @@
11437
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
11438
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
11439
"xloc": [
11434
- "default.handlebars->35->2262",
11435
- "default.handlebars->35->2395"
11440
+ "default.handlebars->35->2265",
11441
+ "default.handlebars->35->2398"
11442
]
11443
},
11444
{
@@ -11454,8 +11460,8 @@
11460
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
11461
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
11462
"xloc": [
11457
- "default.handlebars->35->2264",
11458
- "default.handlebars->35->2408"
11463
+ "default.handlebars->35->2267",
11464
+ "default.handlebars->35->2411"
11465
]
11466
},
11467
{
@@ -11477,7 +11483,7 @@
11483
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
11484
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
11485
"xloc": [
11480
- "default.handlebars->35->2397"
11486
+ "default.handlebars->35->2400"
11487
]
11488
},
11489
{
@@ -11499,7 +11505,7 @@
11505
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
11506
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
11507
"xloc": [
11502
- "default.handlebars->35->2400"
11508
+ "default.handlebars->35->2403"
11509
]
11510
},
11511
{
@@ -11521,8 +11527,8 @@
11527
"zh-chs": "确认删除访问权限?",
11528
"zh-cht": "確認刪除訪問權限?",
11529
"xloc": [
11524
- "default.handlebars->35->2398",
11525
- "default.handlebars->35->2401"
11530
+ "default.handlebars->35->2401",
11531
+ "default.handlebars->35->2404"
11532
]
11533
},
11534
{
@@ -11586,7 +11592,7 @@
11592
"zh-chs": "确认删除设备共享“{0}”?",
11593
"zh-cht": "確認刪除設備共享“{0}”?",
11594
"xloc": [
11589
- "default.handlebars->35->2393"
11595
+ "default.handlebars->35->2396"
11596
]
11597
},
11598
{
@@ -11661,7 +11667,7 @@
11667
"zh-chs": "确认删除用户“ {0} ”的权限?",
11668
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
11669
"xloc": [
11664
- "default.handlebars->35->1854"
11670
+ "default.handlebars->35->1857"
11671
]
11672
},
11673
{
@@ -11683,7 +11689,7 @@
11689
"zh-chs": "确认删除用户组“ {0} ”的权限?",
11690
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
11691
"xloc": [
11686
- "default.handlebars->35->1856"
11692
+ "default.handlebars->35->1859"
11693
]
11694
},
11695
{
@@ -11763,7 +11769,7 @@
11769
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
11770
"xloc": [
11771
"default-mobile.handlebars->11->151",
11766
- "default.handlebars->35->1937"
11772
+ "default.handlebars->35->1940"
11773
]
11774
},
11775
{
@@ -11791,7 +11797,7 @@
11797
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
11798
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
11799
"default.handlebars->35->1149",
11794
- "default.handlebars->35->1678",
11800
+ "default.handlebars->35->1679",
11801
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
11802
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
11803
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -11858,7 +11864,7 @@
11864
"zh-chs": "连接到服务器",
11865
"zh-cht": "連接到伺服器",
11866
"xloc": [
11861
- "default.handlebars->35->1745"
11867
+ "default.handlebars->35->1746"
11868
]
11869
},
11870
{
@@ -11993,7 +11999,7 @@
11999
"zh-chs": "已连接的英特尔®AMT",
12000
"zh-cht": "已連接的Intel® AMT",
12001
"xloc": [
11996
- "default.handlebars->35->2504"
12002
+ "default.handlebars->35->2507"
12003
]
12004
},
12005
{
@@ -12015,7 +12021,7 @@
12021
"zh-chs": "已连接的用户",
12022
"zh-cht": "已连接的用户",
12023
"xloc": [
12018
- "default.handlebars->35->2509"
12024
+ "default.handlebars->35->2512"
12025
]
12026
},
12027
{
@@ -12151,7 +12157,7 @@
12157
"zh-chs": "连接数量",
12158
"zh-cht": "連接數量",
12159
"xloc": [
12154
- "default.handlebars->35->2535"
12160
+ "default.handlebars->35->2538"
12161
]
12162
},
12163
{
@@ -12192,7 +12198,7 @@
12198
"zh-chs": "连接转发器",
12199
"zh-cht": "連接轉發器",
12200
"xloc": [
12195
- "default.handlebars->35->2570"
12201
+ "default.handlebars->35->2573"
12202
]
12203
},
12204
{
@@ -12259,7 +12265,7 @@
12265
"zh-cht": "連接性",
12266
"xloc": [
12267
"default-mobile.handlebars->11->293",
12262
- "default.handlebars->35->1894",
12268
+ "default.handlebars->35->1897",
12269
"default.handlebars->35->302",
12270
"default.handlebars->35->774",
12271
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -12366,7 +12372,7 @@
12372
"zh-chs": "Cookie编码器",
12373
"zh-cht": "Cookie編碼器",
12374
"xloc": [
12369
- "default.handlebars->35->2554"
12375
+ "default.handlebars->35->2557"
12376
]
12377
},
12378
{
@@ -12555,8 +12561,8 @@
12561
"zh-chs": "复制连结到剪贴板",
12562
"zh-cht": "複製連結到剪貼板",
12563
"xloc": [
12558
- "default.handlebars->35->1905",
12559
- "default.handlebars->35->1924",
12564
+ "default.handlebars->35->1908",
12565
+ "default.handlebars->35->1927",
12566
"default.handlebars->35->250",
12567
"default.handlebars->35->272",
12568
"default.handlebars->35->274",
@@ -12673,7 +12679,7 @@
12679
"zh-chs": "复制:“{0}”到“{1}”",
12680
"zh-cht": "複製:“{0}”到“{1}”",
12681
"xloc": [
12676
- "default.handlebars->35->1996"
12682
+ "default.handlebars->35->1999"
12683
]
12684
},
12685
{
@@ -12833,7 +12839,7 @@
12839
"zh-chs": "核心服务器",
12840
"zh-cht": "核心伺服器",
12841
"xloc": [
12836
- "default.handlebars->35->2553"
12842
+ "default.handlebars->35->2556"
12843
]
12844
},
12845
{
@@ -12889,7 +12895,7 @@
12895
"zh-chs": "创建帐号",
12896
"zh-cht": "創建帳號",
12897
"xloc": [
12892
- "default.handlebars->35->2176",
12898
+ "default.handlebars->35->2179",
12899
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
12900
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
12901
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -12965,7 +12971,7 @@
12971
"zh-chs": "创建用户组",
12972
"zh-cht": "創建用戶群",
12973
"xloc": [
12968
- "default.handlebars->35->2215"
12974
+ "default.handlebars->35->2218"
12975
]
12976
},
12977
{
@@ -13091,7 +13097,7 @@
13097
"zh-chs": "创建文件夹:“{0}”",
13098
"zh-cht": "創建文件夾:“{0}”",
13099
"xloc": [
13094
- "default.handlebars->35->1989"
13100
+ "default.handlebars->35->1992"
13101
]
13102
},
13103
{
@@ -13129,7 +13135,7 @@
13135
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
13136
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
13137
"xloc": [
13132
- "default.handlebars->35->2140"
13138
+ "default.handlebars->35->2143"
13139
]
13140
},
13141
{
@@ -13175,7 +13181,7 @@
13181
"zh-chs": "创建的设备组:{0}",
13182
"zh-cht": "創建的設備組:{0}",
13183
"xloc": [
13178
- "default.handlebars->35->2000"
13184
+ "default.handlebars->35->2003"
13185
]
13186
},
13187
{
@@ -13257,7 +13263,7 @@
13263
"zh-chs": "创建",
13264
"zh-cht": "創建",
13265
"xloc": [
13260
- "default.handlebars->35->2301"
13266
+ "default.handlebars->35->2304"
13267
]
13268
},
13269
{
@@ -13609,7 +13615,7 @@
13615
"zh-chs": "当前密码不正确。",
13616
"xloc": [
13617
"default-mobile.handlebars->11->667",
13612
- "default.handlebars->35->2478"
13618
+ "default.handlebars->35->2481"
13619
]
13620
},
13621
{
@@ -13840,7 +13846,7 @@
13846
"zh-chs": "停用",
13847
"zh-cht": "停用",
13848
"xloc": [
13843
- "default.handlebars->35->1724"
13849
+ "default.handlebars->35->1725"
13850
]
13851
},
13852
{
@@ -13862,7 +13868,7 @@
13868
"zh-chs": "如果设置停用CCM",
13869
"zh-cht": "如果設置停用CCM",
13870
"xloc": [
13865
- "default.handlebars->35->1736"
13871
+ "default.handlebars->35->1737"
13872
]
13873
},
13874
{
@@ -13926,10 +13932,10 @@
13932
"zh-chs": "默认",
13933
"zh-cht": "默認",
13934
"xloc": [
13929
- "default.handlebars->35->2163",
13930
- "default.handlebars->35->2211",
13931
- "default.handlebars->35->2222",
13932
- "default.handlebars->35->2290"
13935
+ "default.handlebars->35->2166",
13936
+ "default.handlebars->35->2214",
13937
+ "default.handlebars->35->2225",
13938
+ "default.handlebars->35->2293"
13939
]
13940
},
13941
{
@@ -13974,7 +13980,7 @@
13980
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
13981
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
13982
"default.handlebars->35->1177",
13977
- "default.handlebars->35->1931",
13983
+ "default.handlebars->35->1934",
13984
"default.handlebars->35->656",
13985
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
13986
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -14030,7 +14036,7 @@
14036
"zh-chs": "删除帐户",
14037
"zh-cht": "刪除帳戶",
14038
"xloc": [
14033
- "default.handlebars->35->2130"
14039
+ "default.handlebars->35->2133"
14040
]
14041
},
14042
{
@@ -14077,9 +14083,9 @@
14083
"xloc": [
14084
"default-mobile.handlebars->11->579",
14085
"default-mobile.handlebars->11->582",
14080
- "default.handlebars->35->1711",
14086
"default.handlebars->35->1712",
14082
- "default.handlebars->35->1753"
14087
+ "default.handlebars->35->1713",
14088
+ "default.handlebars->35->1754"
14089
]
14090
},
14091
{
@@ -14146,7 +14152,7 @@
14152
"zh-chs": "删除用户",
14153
"zh-cht": "刪除用戶",
14154
"xloc": [
14149
- "default.handlebars->35->2344"
14155
+ "default.handlebars->35->2347"
14156
]
14157
},
14158
{
@@ -14168,8 +14174,8 @@
14174
"zh-chs": "删除用户群组",
14175
"zh-cht": "刪除用戶群組",
14176
"xloc": [
14171
- "default.handlebars->35->2260",
14172
- "default.handlebars->35->2270"
14177
+ "default.handlebars->35->2263",
14178
+ "default.handlebars->35->2273"
14179
]
14180
},
14181
{
@@ -14191,7 +14197,7 @@
14197
"zh-chs": "删除用户群组",
14198
"zh-cht": "刪除用戶群組",
14199
"xloc": [
14194
- "default.handlebars->35->2209"
14200
+ "default.handlebars->35->2212"
14201
]
14202
},
14203
{
@@ -14213,7 +14219,7 @@
14219
"zh-chs": "删除用户{0}",
14220
"zh-cht": "刪除用戶{0}",
14221
"xloc": [
14216
- "default.handlebars->35->2371"
14222
+ "default.handlebars->35->2374"
14223
]
14224
},
14225
{
@@ -14236,7 +14242,7 @@
14242
"zh-cht": "刪除帳戶",
14243
"xloc": [
14244
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
14239
- "default.handlebars->35->2126",
14245
+ "default.handlebars->35->2129",
14246
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
14247
]
14248
},
@@ -14281,7 +14287,7 @@
14287
"zh-chs": "删除群组",
14288
"zh-cht": "刪除群組",
14289
"xloc": [
14284
- "default.handlebars->35->2205"
14290
+ "default.handlebars->35->2208"
14291
]
14292
},
14293
{
@@ -14325,7 +14331,7 @@
14331
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
14332
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
14333
"xloc": [
14328
- "default.handlebars->35->1991"
14334
+ "default.handlebars->35->1994"
14335
]
14336
},
14337
{
@@ -14350,7 +14356,7 @@
14356
"default-mobile.handlebars->11->148",
14357
"default-mobile.handlebars->11->434",
14358
"default.handlebars->35->1179",
14353
- "default.handlebars->35->1933",
14359
+ "default.handlebars->35->1936",
14360
"sharing.handlebars->11->63"
14361
]
14362
},
@@ -14373,7 +14379,7 @@
14379
"zh-chs": "删除用户群组{0}?",
14380
"zh-cht": "刪除用戶群組{0}?",
14381
"xloc": [
14376
- "default.handlebars->35->2268"
14382
+ "default.handlebars->35->2271"
14383
]
14384
},
14385
{
@@ -14398,7 +14404,7 @@
14404
"default-mobile.handlebars->11->147",
14405
"default-mobile.handlebars->11->433",
14406
"default.handlebars->35->1178",
14401
- "default.handlebars->35->1932",
14407
+ "default.handlebars->35->1935",
14408
"sharing.handlebars->11->62"
14409
]
14410
},
@@ -14443,7 +14449,7 @@
14449
"zh-chs": "删除:“{0}”",
14450
"zh-cht": "刪除:“{0}”",
14451
"xloc": [
14446
- "default.handlebars->35->1990"
14452
+ "default.handlebars->35->1993"
14453
]
14454
},
14455
{
@@ -14465,7 +14471,7 @@
14471
"zh-chs": "删除:“{0}”,{1}个元素已删除",
14472
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
14473
"xloc": [
14468
- "default.handlebars->35->1992"
14474
+ "default.handlebars->35->1995"
14475
]
14476
},
14477
{
@@ -14615,11 +14621,11 @@
14621
"default.handlebars->35->1242",
14622
"default.handlebars->35->1607",
14623
"default.handlebars->35->1655",
14618
- "default.handlebars->35->1755",
14619
- "default.handlebars->35->2214",
14620
- "default.handlebars->35->2224",
14621
- "default.handlebars->35->2225",
14622
- "default.handlebars->35->2266",
14624
+ "default.handlebars->35->1756",
14625
+ "default.handlebars->35->2217",
14626
+ "default.handlebars->35->2227",
14627
+ "default.handlebars->35->2228",
14628
+ "default.handlebars->35->2269",
14629
"default.handlebars->35->697",
14630
"default.handlebars->35->698",
14631
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -14665,9 +14671,9 @@
14671
"xloc": [
14672
"default-mobile.handlebars->11->310",
14673
"default.handlebars->35->1123",
14668
- "default.handlebars->35->1761",
14669
- "default.handlebars->35->2428",
14670
- "default.handlebars->35->2529",
14674
+ "default.handlebars->35->1762",
14675
+ "default.handlebars->35->2431",
14676
+ "default.handlebars->35->2532",
14677
"default.handlebars->35->662",
14678
"default.handlebars->35->845",
14679
"default.handlebars->35->912",
@@ -14761,7 +14767,7 @@
14767
"zh-chs": "桌面复用",
14768
"it": "Desktop Multiplex",
14769
"xloc": [
14764
- "default.handlebars->35->2534"
14770
+ "default.handlebars->35->2537"
14771
]
14772
},
14773
{
@@ -14783,9 +14789,9 @@
14789
"zh-chs": "桌面通知",
14790
"zh-cht": "桌面通知",
14791
"xloc": [
14786
- "default.handlebars->35->1669",
14787
- "default.handlebars->35->2229",
14788
- "default.handlebars->35->2316",
14792
+ "default.handlebars->35->1670",
14793
+ "default.handlebars->35->2232",
14794
+ "default.handlebars->35->2319",
14795
"default.handlebars->35->755"
14796
]
14797
},
@@ -14808,9 +14814,9 @@
14814
"zh-chs": "桌面提示",
14815
"zh-cht": "桌面提示",
14816
"xloc": [
14811
- "default.handlebars->35->1668",
14812
- "default.handlebars->35->2228",
14813
- "default.handlebars->35->2315",
14817
+ "default.handlebars->35->1669",
14818
+ "default.handlebars->35->2231",
14819
+ "default.handlebars->35->2318",
14820
"default.handlebars->35->754"
14821
]
14822
},
@@ -14833,9 +14839,9 @@
14839
"zh-chs": "桌面提示+工具栏",
14840
"zh-cht": "桌面提示+工具欄",
14841
"xloc": [
14836
- "default.handlebars->35->1666",
14837
- "default.handlebars->35->2226",
14838
- "default.handlebars->35->2313",
14842
+ "default.handlebars->35->1667",
14843
+ "default.handlebars->35->2229",
14844
+ "default.handlebars->35->2316",
14845
"default.handlebars->35->752"
14846
]
14847
},
@@ -14852,7 +14858,7 @@
14858
"zh-chs": "桌面会话",
14859
"it": "Sessione desktop",
14860
"xloc": [
14855
- "default.handlebars->35->2421"
14861
+ "default.handlebars->35->2424"
14862
]
14863
},
14864
{
@@ -14932,9 +14938,9 @@
14938
"zh-chs": "桌面工具栏",
14939
"zh-cht": "桌面工具欄",
14940
"xloc": [
14935
- "default.handlebars->35->1667",
14936
- "default.handlebars->35->2227",
14937
- "default.handlebars->35->2314",
14941
+ "default.handlebars->35->1668",
14942
+ "default.handlebars->35->2230",
14943
+ "default.handlebars->35->2317",
14944
"default.handlebars->35->753"
14945
]
14946
},
@@ -15036,7 +15042,7 @@
15042
"zh-cht": "細節",
15043
"xloc": [
15044
"default-mobile.handlebars->11->313",
15039
- "default.handlebars->35->1846",
15045
+ "default.handlebars->35->1849",
15046
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
15047
"default.handlebars->contextMenu->cxdetails"
15048
]
@@ -15085,9 +15091,9 @@
15091
"default-mobile.handlebars->11->490",
15092
"default.handlebars->35->1227",
15093
"default.handlebars->35->1335",
15088
- "default.handlebars->35->1784",
15094
+ "default.handlebars->35->1787",
15095
"default.handlebars->35->231",
15090
- "default.handlebars->35->2390",
15096
+ "default.handlebars->35->2393",
15097
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
15098
]
15099
},
@@ -15141,7 +15147,7 @@
15147
{
15148
"en": "Device Details",
15149
"xloc": [
15144
- "default.handlebars->35->1808"
15150
+ "default.handlebars->35->1811"
15151
]
15152
},
15153
{
@@ -15187,15 +15193,15 @@
15193
"xloc": [
15194
"agent-translations.json",
15195
"default-mobile.handlebars->11->645",
15190
- "default.handlebars->35->1779",
15196
"default.handlebars->35->1782",
15192
- "default.handlebars->35->1783",
15193
- "default.handlebars->35->2077",
15194
- "default.handlebars->35->2252",
15195
- "default.handlebars->35->2258",
15196
- "default.handlebars->35->2378",
15197
- "default.handlebars->35->2437",
15198
- "default.handlebars->35->2456"
15197
+ "default.handlebars->35->1785",
15198
+ "default.handlebars->35->1786",
15199
+ "default.handlebars->35->2080",
15200
+ "default.handlebars->35->2255",
15201
+ "default.handlebars->35->2261",
15202
+ "default.handlebars->35->2381",
15203
+ "default.handlebars->35->2440",
15204
+ "default.handlebars->35->2459"
15205
]
15206
},
15207
{
@@ -15218,7 +15224,7 @@
15224
"zh-cht": "裝置群用戶",
15225
"xloc": [
15226
"default-mobile.handlebars->11->634",
15221
- "default.handlebars->35->1852"
15227
+ "default.handlebars->35->1855"
15228
]
15229
},
15230
{
@@ -15241,11 +15247,11 @@
15247
"zh-cht": "裝置群",
15248
"xloc": [
15249
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
15244
- "default.handlebars->35->2093",
15245
- "default.handlebars->35->2199",
15246
- "default.handlebars->35->2239",
15247
- "default.handlebars->35->2310",
15248
- "default.handlebars->35->2507",
15250
+ "default.handlebars->35->2096",
15251
+ "default.handlebars->35->2202",
15252
+ "default.handlebars->35->2242",
15253
+ "default.handlebars->35->2313",
15254
+ "default.handlebars->35->2510",
15255
"default.handlebars->container->column_l->p2->p2info->9"
15256
]
15257
},
@@ -15336,7 +15342,7 @@
15342
"xloc": [
15343
"default-mobile.handlebars->11->358",
15344
"default.handlebars->35->1047",
15339
- "default.handlebars->35->2436",
15345
+ "default.handlebars->35->2439",
15346
"default.handlebars->35->379",
15347
"default.handlebars->35->388",
15348
"player.handlebars->3->24"
@@ -15384,7 +15390,7 @@
15390
{
15391
"en": "Device Push",
15392
"xloc": [
15387
- "default.handlebars->35->2329"
15393
+ "default.handlebars->35->2332"
15394
]
15395
},
15396
{
@@ -15530,7 +15536,7 @@
15536
"zh-cht": "裝置連接。",
15537
"xloc": [
15538
"default.handlebars->35->1574",
15533
- "default.handlebars->35->1873"
15539
+ "default.handlebars->35->1876"
15540
]
15541
},
15542
{
@@ -15553,7 +15559,7 @@
15559
"zh-cht": "裝置斷開連接。",
15560
"xloc": [
15561
"default.handlebars->35->1575",
15556
- "default.handlebars->35->1874"
15562
+ "default.handlebars->35->1877"
15563
]
15564
},
15565
{
@@ -15575,7 +15581,7 @@
15581
"zh-chs": "创建的设备组:{0}",
15582
"zh-cht": "設備組已創建:{0}",
15583
"xloc": [
15578
- "default.handlebars->35->2021"
15584
+ "default.handlebars->35->2024"
15585
]
15586
},
15587
{
@@ -15597,7 +15603,7 @@
15603
"zh-chs": "设备组已删除:{0}",
15604
"zh-cht": "設備組已刪除:{0}",
15605
"xloc": [
15600
- "default.handlebars->35->2022"
15606
+ "default.handlebars->35->2025"
15607
]
15608
},
15609
{
@@ -15619,7 +15625,7 @@
15625
"zh-chs": "设备组成员身份已更改:{0}",
15626
"zh-cht": "設備組成員身份已更改:{0}",
15627
"xloc": [
15622
- "default.handlebars->35->2023"
15628
+ "default.handlebars->35->2026"
15629
]
15630
},
15631
{
@@ -15664,7 +15670,7 @@
15670
"zh-chs": "设备组通知已更改",
15671
"zh-cht": "設備組通知已更改",
15672
"xloc": [
15667
- "default.handlebars->35->2018"
15673
+ "default.handlebars->35->2021"
15674
]
15675
},
15676
{
@@ -15686,7 +15692,7 @@
15692
"zh-chs": "未删除的设备组:{0}",
15693
"zh-cht": "未刪除的設備組:{0}",
15694
"xloc": [
15689
- "default.handlebars->35->2001"
15695
+ "default.handlebars->35->2004"
15696
]
15697
},
15698
{
@@ -16111,7 +16117,7 @@
16117
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
16118
"it": "Il dispositivo ha richiesto l'attivazione di Intel(R) AMT ACM TLS, FQDN: {0}",
16119
"xloc": [
16114
- "default.handlebars->35->2056"
16120
+ "default.handlebars->35->2059"
16121
]
16122
},
16123
{
@@ -16133,7 +16139,7 @@
16139
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
16140
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
16141
"xloc": [
16136
- "default.handlebars->35->2003"
16142
+ "default.handlebars->35->2006"
16143
]
16144
},
16145
{
@@ -16174,9 +16180,9 @@
16180
"zh-chs": "设备",
16181
"zh-cht": "裝置",
16182
"xloc": [
16177
- "default.handlebars->35->1709",
16178
- "default.handlebars->35->2200",
16179
- "default.handlebars->35->2240"
16183
+ "default.handlebars->35->1710",
16184
+ "default.handlebars->35->2203",
16185
+ "default.handlebars->35->2243"
16186
]
16187
},
16188
{
@@ -16234,7 +16240,7 @@
16240
"zh-chs": "禁用的电子邮件两因素身份验证",
16241
"zh-cht": "禁用的電子郵件兩因素身份驗證",
16242
"xloc": [
16237
- "default.handlebars->35->2034"
16243
+ "default.handlebars->35->2037"
16244
]
16245
},
16246
{
@@ -16261,7 +16267,7 @@
16267
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
16268
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
16269
"default.handlebars->35->1150",
16264
- "default.handlebars->35->1679",
16270
+ "default.handlebars->35->1680",
16271
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
16272
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
16273
"sharing.handlebars->11->43",
@@ -16503,7 +16509,7 @@
16509
"zh-chs": "显示公共连结",
16510
"zh-cht": "顯示公共鏈結",
16511
"xloc": [
16506
- "default.handlebars->35->1904"
16512
+ "default.handlebars->35->1907"
16513
]
16514
},
16515
{
@@ -16541,7 +16547,7 @@
16547
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
16548
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
16549
"xloc": [
16544
- "default.handlebars->35->1963"
16550
+ "default.handlebars->35->1966"
16551
]
16552
},
16553
{
@@ -16563,7 +16569,7 @@
16569
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
16570
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
16571
"xloc": [
16566
- "default.handlebars->35->1971"
16572
+ "default.handlebars->35->1974"
16573
]
16574
},
16575
{
@@ -16585,8 +16591,8 @@
16591
"zh-chs": "什么都不做",
16592
"zh-cht": "什麼都不做",
16593
"xloc": [
16588
- "default.handlebars->35->1739",
16589
- "default.handlebars->35->1743"
16594
+ "default.handlebars->35->1740",
16595
+ "default.handlebars->35->1744"
16596
]
16597
},
16598
{
@@ -16608,10 +16614,10 @@
16614
"zh-chs": "域",
16615
"zh-cht": "域",
16616
"xloc": [
16611
- "default.handlebars->35->2164",
16612
- "default.handlebars->35->2212",
16613
- "default.handlebars->35->2221",
16614
- "default.handlebars->35->2289",
16617
+ "default.handlebars->35->2167",
16618
+ "default.handlebars->35->2215",
16619
+ "default.handlebars->35->2224",
16620
+ "default.handlebars->35->2292",
16621
"default.handlebars->35->91",
16622
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
16623
"mstsc.handlebars->main->1->3->1->rowdomain->3"
@@ -16648,7 +16654,7 @@
16654
"zh-chs": "请勿更改,如果设置请保留CCM",
16655
"zh-cht": "請勿更改,如果設置請保留CCM",
16656
"xloc": [
16651
- "default.handlebars->35->1735"
16657
+ "default.handlebars->35->1736"
16658
]
16659
},
16660
{
@@ -16689,7 +16695,7 @@
16695
"zh-chs": "不要连接到服务器",
16696
"zh-cht": "不要連接到伺服器",
16697
"xloc": [
16692
- "default.handlebars->35->1744"
16698
+ "default.handlebars->35->1745"
16699
]
16700
},
16701
{
@@ -16977,7 +16983,7 @@
16983
"zh-chs": "下载报告",
16984
"zh-cht": "下載報告",
16985
"xloc": [
16980
- "default.handlebars->35->2082",
16986
+ "default.handlebars->35->2085",
16987
"default.handlebars->container->column_l->p3->3->1->0->3"
16988
]
16989
},
@@ -17052,7 +17058,7 @@
17058
"nl": "Apparatenlijst downloaden",
17059
"fr": "Télécharger la liste des appareils",
17060
"xloc": [
17055
- "default.handlebars->35->1707"
17061
+ "default.handlebars->35->1708"
17062
]
17063
},
17064
{
@@ -17222,7 +17228,7 @@
17228
"zh-chs": "使用以下一种档案格式下载事件列表。",
17229
"zh-cht": "使用以下一種檔案格式下載事件列表。",
17230
"xloc": [
17225
- "default.handlebars->35->2083"
17231
+ "default.handlebars->35->2086"
17232
]
17233
},
17234
{
@@ -17244,7 +17250,7 @@
17250
"zh-chs": "使用以下一种档案格式下载用户列表。",
17251
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
17252
"xloc": [
17247
- "default.handlebars->35->2148"
17253
+ "default.handlebars->35->2151"
17254
]
17255
},
17256
{
@@ -17333,7 +17339,7 @@
17339
"zh-chs": "下载:“{0}”",
17340
"zh-cht": "下載:“{0}”",
17341
"xloc": [
17336
- "default.handlebars->35->1994"
17342
+ "default.handlebars->35->1997"
17343
]
17344
},
17345
{
@@ -17349,7 +17355,7 @@
17355
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
17356
"it": "Scarica: \\\"{0}\\\", Dimensioni: {1}",
17357
"xloc": [
17352
- "default.handlebars->35->2051"
17358
+ "default.handlebars->35->2054"
17359
]
17360
},
17361
{
@@ -17393,7 +17399,7 @@
17399
"zh-chs": "代理重复",
17400
"zh-cht": "代理重複",
17401
"xloc": [
17396
- "default.handlebars->35->2503"
17402
+ "default.handlebars->35->2506"
17403
]
17404
},
17405
{
@@ -17437,7 +17443,7 @@
17443
"zh-chs": "复制用户组",
17444
"zh-cht": "複製用戶群",
17445
"xloc": [
17440
- "default.handlebars->35->2216"
17446
+ "default.handlebars->35->2219"
17447
]
17448
},
17449
{
@@ -17478,8 +17484,8 @@
17484
"zh-chs": "持续时间",
17485
"zh-cht": "持續時間",
17486
"xloc": [
17481
- "default.handlebars->35->2416",
17482
- "default.handlebars->35->2442",
17487
+ "default.handlebars->35->2419",
17488
+ "default.handlebars->35->2445",
17489
"player.handlebars->3->17"
17490
]
17491
},
@@ -17902,10 +17908,10 @@
17908
"default-mobile.handlebars->11->585",
17909
"default-mobile.handlebars->11->591",
17910
"default-mobile.handlebars->11->611",
17905
- "default.handlebars->35->1756",
17906
- "default.handlebars->35->1788",
17907
- "default.handlebars->35->1814",
17908
- "default.handlebars->35->1826"
17911
+ "default.handlebars->35->1757",
17912
+ "default.handlebars->35->1791",
17913
+ "default.handlebars->35->1817",
17914
+ "default.handlebars->35->1829"
17915
]
17916
},
17917
{
@@ -17927,7 +17933,7 @@
17933
"zh-chs": "编辑设备组功能",
17934
"zh-cht": "編輯裝置群功能",
17935
"xloc": [
17930
- "default.handlebars->35->1774"
17936
+ "default.handlebars->35->1777"
17937
]
17938
},
17939
{
@@ -17949,8 +17955,8 @@
17955
"zh-chs": "编辑设备组权限",
17956
"zh-cht": "編輯裝置群權限",
17957
"xloc": [
17952
- "default.handlebars->35->1811",
17953
- "default.handlebars->35->1823"
17958
+ "default.handlebars->35->1814",
17959
+ "default.handlebars->35->1826"
17960
]
17961
},
17962
{
@@ -17972,7 +17978,7 @@
17978
"zh-chs": "编辑设备组用户同意",
17979
"zh-cht": "編輯裝置群用戶同意",
17980
"xloc": [
17975
- "default.handlebars->35->1757"
17981
+ "default.handlebars->35->1758"
17982
]
17983
},
17984
{
@@ -17995,7 +18001,7 @@
18001
"zh-cht": "編輯裝置筆記",
18002
"xloc": [
18003
"default-mobile.handlebars->11->603",
17998
- "default.handlebars->35->1802"
18004
+ "default.handlebars->35->1805"
18005
]
18006
},
18007
{
@@ -18017,8 +18023,8 @@
18023
"zh-chs": "编辑设备权限",
18024
"zh-cht": "編輯裝置權限",
18025
"xloc": [
18020
- "default.handlebars->35->1816",
18021
- "default.handlebars->35->1818"
18026
+ "default.handlebars->35->1819",
18027
+ "default.handlebars->35->1821"
18028
]
18029
},
18030
{
@@ -18062,7 +18068,7 @@
18068
"zh-chs": "编辑设备用户同意",
18069
"zh-cht": "編輯裝置用戶同意",
18070
"xloc": [
18065
- "default.handlebars->35->1759"
18071
+ "default.handlebars->35->1760"
18072
]
18073
},
18074
{
@@ -18136,7 +18142,7 @@
18142
"zh-cht": "編輯筆記",
18143
"xloc": [
18144
"default-mobile.handlebars->11->618",
18139
- "default.handlebars->35->1833"
18145
+ "default.handlebars->35->1836"
18146
]
18147
},
18148
{
@@ -18158,7 +18164,7 @@
18164
"zh-chs": "编辑用户同意",
18165
"zh-cht": "編輯用戶同意",
18166
"xloc": [
18161
- "default.handlebars->35->1758"
18167
+ "default.handlebars->35->1759"
18168
]
18169
},
18170
{
@@ -18180,7 +18186,7 @@
18186
"zh-chs": "编辑用户设备组权限",
18187
"zh-cht": "編輯用戶裝置群權限",
18188
"xloc": [
18183
- "default.handlebars->35->1824"
18189
+ "default.handlebars->35->1827"
18190
]
18191
},
18192
{
@@ -18202,7 +18208,7 @@
18208
"zh-chs": "编辑用户设备权限",
18209
"zh-cht": "編輯用戶裝置權限",
18210
"xloc": [
18205
- "default.handlebars->35->1819"
18211
+ "default.handlebars->35->1822"
18212
]
18213
},
18214
{
@@ -18224,7 +18230,7 @@
18230
"zh-chs": "编辑用户组",
18231
"zh-cht": "編輯用戶群",
18232
"xloc": [
18227
- "default.handlebars->35->2267"
18233
+ "default.handlebars->35->2270"
18234
]
18235
},
18236
{
@@ -18246,7 +18252,7 @@
18252
"zh-chs": "编辑用户组设备权限",
18253
"zh-cht": "編輯用戶群裝置權限",
18254
"xloc": [
18249
- "default.handlebars->35->1821"
18255
+ "default.handlebars->35->1824"
18256
]
18257
},
18258
{
@@ -18268,7 +18274,7 @@
18274
"zh-chs": "编辑用户组用户同意",
18275
"zh-cht": "編輯用戶組用戶同意",
18276
"xloc": [
18271
- "default.handlebars->35->1760"
18277
+ "default.handlebars->35->1761"
18278
]
18279
},
18280
{
@@ -18358,12 +18364,12 @@
18364
"zh-cht": "電郵",
18365
"xloc": [
18366
"default-mobile.handlebars->11->102",
18361
- "default.handlebars->35->2166",
18362
- "default.handlebars->35->2293",
18363
- "default.handlebars->35->2295",
18364
- "default.handlebars->35->2327",
18365
- "default.handlebars->35->2337",
18366
- "default.handlebars->35->2357",
18367
+ "default.handlebars->35->2169",
18368
+ "default.handlebars->35->2296",
18369
+ "default.handlebars->35->2298",
18370
+ "default.handlebars->35->2330",
18371
+ "default.handlebars->35->2340",
18372
+ "default.handlebars->35->2360",
18373
"default.handlebars->35->421",
18374
"login-mobile.handlebars->5->42",
18375
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -18531,7 +18537,7 @@
18537
"zh-chs": "电邮未验证",
18538
"zh-cht": "電郵未驗證",
18539
"xloc": [
18534
- "default.handlebars->35->2112"
18540
+ "default.handlebars->35->2115"
18541
]
18542
},
18543
{
@@ -18553,8 +18559,8 @@
18559
"zh-chs": "电子邮件已验证",
18560
"zh-cht": "電子郵件已驗證",
18561
"xloc": [
18556
- "default.handlebars->35->2113",
18557
- "default.handlebars->35->2287"
18562
+ "default.handlebars->35->2116",
18563
+ "default.handlebars->35->2290"
18564
]
18565
},
18566
{
@@ -18576,7 +18582,7 @@
18582
"zh-chs": "电邮已验证。",
18583
"zh-cht": "電郵已驗證。",
18584
"xloc": [
18579
- "default.handlebars->35->2172"
18585
+ "default.handlebars->35->2175"
18586
]
18587
},
18588
{
@@ -18598,7 +18604,7 @@
18604
"zh-chs": "电邮未验证",
18605
"zh-cht": "電郵未驗證",
18606
"xloc": [
18601
- "default.handlebars->35->2288"
18607
+ "default.handlebars->35->2291"
18608
]
18609
},
18610
{
@@ -18633,7 +18639,7 @@
18639
"zh-cht": "電郵已發送。",
18640
"xloc": [
18641
"default-mobile.handlebars->11->660",
18636
- "default.handlebars->35->2471",
18642
+ "default.handlebars->35->2474",
18643
"login-mobile.handlebars->5->2",
18644
"login.handlebars->5->2",
18645
"login2.handlebars->7->3"
@@ -18694,7 +18700,7 @@
18700
"zh-chs": "已通过电邮验证,并且需要重置密码。",
18701
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
18702
"xloc": [
18697
- "default.handlebars->35->2173"
18703
+ "default.handlebars->35->2176"
18704
]
18705
},
18706
{
@@ -18729,7 +18735,7 @@
18735
"zh-chs": "电子邮件/短信/推送流量",
18736
"it": "Email/SMS/Push Traffico",
18737
"xloc": [
18732
- "default.handlebars->35->2562"
18738
+ "default.handlebars->35->2565"
18739
]
18740
},
18741
{
@@ -18779,7 +18785,7 @@
18785
"zh-chs": "启用邀请代码",
18786
"zh-cht": "啟用邀請代碼",
18787
"xloc": [
18782
- "default.handlebars->35->1858"
18788
+ "default.handlebars->35->1861"
18789
]
18790
},
18791
{
@@ -18868,7 +18874,7 @@
18874
"zh-chs": "已启用",
18875
"zh-cht": "已啟用",
18876
"xloc": [
18871
- "default.handlebars->35->2444",
18877
+ "default.handlebars->35->2447",
18878
"default.handlebars->35->94"
18879
]
18880
},
@@ -18891,7 +18897,7 @@
18897
"zh-chs": "启用电子邮件两因素身份验证",
18898
"zh-cht": "啟用電子郵件兩因素身份驗證",
18899
"xloc": [
18894
- "default.handlebars->35->2033"
18900
+ "default.handlebars->35->2036"
18901
]
18902
},
18903
{
@@ -18952,7 +18958,7 @@
18958
"zh-chs": "时间结束",
18959
"zh-cht": "時間結束",
18960
"xloc": [
18955
- "default.handlebars->35->2441"
18961
+ "default.handlebars->35->2444"
18962
]
18963
},
18964
{
@@ -18974,7 +18980,7 @@
18980
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
18981
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
18982
"xloc": [
18977
- "default.handlebars->35->1956"
18983
+ "default.handlebars->35->1959"
18984
]
18985
},
18986
{
@@ -18996,7 +19002,7 @@
19002
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
19003
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
19004
"xloc": [
18999
- "default.handlebars->35->1957"
19005
+ "default.handlebars->35->1960"
19006
]
19007
},
19008
{
@@ -19005,7 +19011,7 @@
19011
"sv": "Avslutade lokal relä sejour \\\"{0}\\\", protokoll {1} till {2}, {3} sekund(er)",
19012
"es": "Sesión de relay local finalizada \\\"{0}\\\", protocolo {1} a {2}, {3} segundo(s)",
19013
"xloc": [
19008
- "default.handlebars->35->2066"
19014
+ "default.handlebars->35->2069"
19015
]
19016
},
19017
{
@@ -19021,7 +19027,7 @@
19027
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
19028
"it": "Terminata la sessione di messaggistica \\\"{0}\\\" da {1} a {2}, {3} secondo(i)",
19029
"xloc": [
19024
- "default.handlebars->35->2057"
19030
+ "default.handlebars->35->2060"
19031
]
19032
},
19033
{
@@ -19043,7 +19049,7 @@
19049
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
19050
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
19051
"xloc": [
19046
- "default.handlebars->35->1954"
19052
+ "default.handlebars->35->1957"
19053
]
19054
},
19055
{
@@ -19065,7 +19071,7 @@
19071
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
19072
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
19073
"xloc": [
19068
- "default.handlebars->35->1955"
19074
+ "default.handlebars->35->1958"
19075
]
19076
},
19077
{
@@ -19412,7 +19418,7 @@
19418
"zh-chs": "输入管理领域名称的逗号分隔列表。",
19419
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
19420
"xloc": [
19415
- "default.handlebars->35->2177"
19421
+ "default.handlebars->35->2180"
19422
]
19423
},
19424
{
@@ -19633,7 +19639,7 @@
19639
"zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。",
19640
"xloc": [
19641
"default-mobile.handlebars->11->668",
19636
- "default.handlebars->35->2479"
19642
+ "default.handlebars->35->2482"
19643
]
19644
},
19645
{
@@ -19650,7 +19656,7 @@
19656
"zh-chs": "错误,密码未更改。",
19657
"xloc": [
19658
"default-mobile.handlebars->11->665",
19653
- "default.handlebars->35->2476"
19659
+ "default.handlebars->35->2479"
19660
]
19661
},
19662
{
@@ -19666,7 +19672,7 @@
19672
"zh-chs": "错误,无法更改为常用密码。",
19673
"xloc": [
19674
"default-mobile.handlebars->11->664",
19669
- "default.handlebars->35->2475"
19675
+ "default.handlebars->35->2478"
19676
]
19677
},
19678
{
@@ -19682,7 +19688,7 @@
19688
"zh-chs": "错误,无法更改为以前使用的密码。",
19689
"xloc": [
19690
"default-mobile.handlebars->11->663",
19685
- "default.handlebars->35->2474"
19691
+ "default.handlebars->35->2477"
19692
]
19693
},
19694
{
@@ -19821,7 +19827,7 @@
19827
"zh-chs": "事件列表输出",
19828
"zh-cht": "事件列表輸出",
19829
"xloc": [
19824
- "default.handlebars->35->2088"
19830
+ "default.handlebars->35->2091"
19831
]
19832
},
19833
{
@@ -20091,7 +20097,7 @@
20097
"zh-chs": "外部",
20098
"zh-cht": "外部",
20099
"xloc": [
20094
- "default.handlebars->35->2542"
20100
+ "default.handlebars->35->2545"
20101
]
20102
},
20103
{
@@ -20196,7 +20202,7 @@
20202
"zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。",
20203
"xloc": [
20204
"default-mobile.handlebars->11->659",
20199
- "default.handlebars->35->2470"
20205
+ "default.handlebars->35->2473"
20206
]
20207
},
20208
{
@@ -20234,7 +20240,7 @@
20240
"zh-chs": "本地用户拒绝后无法启动远程桌面",
20241
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
20242
"xloc": [
20237
- "default.handlebars->35->1979"
20243
+ "default.handlebars->35->1982"
20244
]
20245
},
20246
{
@@ -20268,7 +20274,7 @@
20274
"zh-chs": "本地用户拒绝后无法启动远程文件",
20275
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
20276
"xloc": [
20271
- "default.handlebars->35->1986"
20277
+ "default.handlebars->35->1989"
20278
]
20279
},
20280
{
@@ -20373,7 +20379,7 @@
20379
"zh-chs": "功能",
20380
"zh-cht": "功能",
20381
"xloc": [
20376
- "default.handlebars->35->1665"
20382
+ "default.handlebars->35->1666"
20383
]
20384
},
20385
{
@@ -20523,7 +20529,7 @@
20529
"zh-chs": "文件传输",
20530
"it": "Trasferimento di file",
20531
"xloc": [
20526
- "default.handlebars->35->2422"
20532
+ "default.handlebars->35->2425"
20533
]
20534
},
20535
{
@@ -20569,9 +20575,9 @@
20575
"xloc": [
20576
"default-mobile.handlebars->11->203",
20577
"default-mobile.handlebars->11->312",
20572
- "default.handlebars->35->1768",
20573
- "default.handlebars->35->2429",
20574
- "default.handlebars->35->2530",
20578
+ "default.handlebars->35->1769",
20579
+ "default.handlebars->35->2432",
20580
+ "default.handlebars->35->2533",
20581
"default.handlebars->35->348",
20582
"default.handlebars->35->847",
20583
"default.handlebars->35->914",
@@ -20621,9 +20627,9 @@
20627
"zh-chs": "档案通知",
20628
"zh-cht": "檔案通知",
20629
"xloc": [
20624
- "default.handlebars->35->1673",
20625
- "default.handlebars->35->2233",
20626
- "default.handlebars->35->2320",
20630
+ "default.handlebars->35->1674",
20631
+ "default.handlebars->35->2236",
20632
+ "default.handlebars->35->2323",
20633
"default.handlebars->35->759"
20634
]
20635
},
@@ -20646,9 +20652,9 @@
20652
"zh-chs": "档案提示",
20653
"zh-cht": "檔案提示",
20654
"xloc": [
20649
- "default.handlebars->35->1672",
20650
- "default.handlebars->35->2232",
20651
- "default.handlebars->35->2319",
20655
+ "default.handlebars->35->1673",
20656
+ "default.handlebars->35->2235",
20657
+ "default.handlebars->35->2322",
20658
"default.handlebars->35->758"
20659
]
20660
},
@@ -20744,7 +20750,7 @@
20750
"zh-chs": "录制会话已完成,{0}秒",
20751
"zh-cht": "錄製會話已完成,{0}秒",
20752
"xloc": [
20747
- "default.handlebars->35->1952"
20753
+ "default.handlebars->35->1955"
20754
]
20755
},
20756
{
@@ -20801,8 +20807,8 @@
20807
"zh-chs": "防火墙未激活",
20808
"it": "Firewall non attivo",
20809
"xloc": [
20804
- "default.handlebars->35->1884",
20805
- "default.handlebars->35->1898"
20810
+ "default.handlebars->35->1887",
20811
+ "default.handlebars->35->1901"
20812
]
20813
},
20814
{
@@ -21050,8 +21056,8 @@
21056
"zh-chs": "下次登录时强制重置密码。",
21057
"zh-cht": "下次登入時強制重置密碼。",
21058
"xloc": [
21053
- "default.handlebars->35->2171",
21054
- "default.handlebars->35->2368"
21059
+ "default.handlebars->35->2174",
21060
+ "default.handlebars->35->2371"
21061
]
21062
},
21063
{
@@ -21142,7 +21148,7 @@
21148
"zh-chs": "格式化",
21149
"zh-cht": "格式化",
21150
"xloc": [
21145
- "default.handlebars->35->2079"
21151
+ "default.handlebars->35->2082"
21152
]
21153
},
21154
{
@@ -21200,8 +21206,8 @@
21206
"zh-chs": "自由",
21207
"zh-cht": "自由",
21208
"xloc": [
21203
- "default.handlebars->35->2488",
21204
- "default.handlebars->35->2490"
21209
+ "default.handlebars->35->2491",
21210
+ "default.handlebars->35->2493"
21211
]
21212
},
21213
{
@@ -21449,8 +21455,8 @@
21455
"default-mobile.handlebars->11->590",
21456
"default-mobile.handlebars->11->610",
21457
"default.handlebars->35->1616",
21452
- "default.handlebars->35->1787",
21453
- "default.handlebars->35->2183"
21458
+ "default.handlebars->35->1790",
21459
+ "default.handlebars->35->2186"
21460
]
21461
},
21462
{
@@ -21472,7 +21478,7 @@
21478
"zh-chs": "完整管理员(保留所有权利)",
21479
"zh-cht": "完整管理員(保留所有權利)",
21480
"xloc": [
21475
- "default.handlebars->35->1825"
21481
+ "default.handlebars->35->1828"
21482
]
21483
},
21484
{
@@ -21604,7 +21610,7 @@
21610
"zh-chs": "完整管理员",
21611
"zh-cht": "完整管理員",
21612
"xloc": [
21607
- "default.handlebars->35->2281"
21613
+ "default.handlebars->35->2284"
21614
]
21615
},
21616
{
@@ -21626,8 +21632,8 @@
21632
"zh-chs": "全自动的",
21633
"zh-cht": "全自動的",
21634
"xloc": [
21629
- "default.handlebars->35->1690",
21630
- "default.handlebars->35->1726"
21635
+ "default.handlebars->35->1691",
21636
+ "default.handlebars->35->1727"
21637
]
21638
},
21639
{
@@ -22053,7 +22059,7 @@
22059
"zh-chs": "正在获取剪贴板内容,{0}个字节",
22060
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
22061
"xloc": [
22056
- "default.handlebars->35->1966"
22062
+ "default.handlebars->35->1969"
22063
]
22064
},
22065
{
@@ -22322,8 +22328,8 @@
22328
"zh-chs": "集体指令",
22329
"zh-cht": "集體指令",
22330
"xloc": [
22325
- "default.handlebars->35->2127",
22326
- "default.handlebars->35->2206",
22331
+ "default.handlebars->35->2130",
22332
+ "default.handlebars->35->2209",
22333
"default.handlebars->35->573",
22334
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
22335
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -22349,7 +22355,7 @@
22355
"zh-chs": "通过...分组",
22356
"zh-cht": "通過...分群",
22357
"xloc": [
22352
- "default.handlebars->35->2075"
22358
+ "default.handlebars->35->2078"
22359
]
22360
},
22361
{
@@ -22371,7 +22377,7 @@
22377
"zh-chs": "组标识符",
22378
"zh-cht": "群標識符",
22379
"xloc": [
22374
- "default.handlebars->35->2223"
22380
+ "default.handlebars->35->2226"
22381
]
22382
},
22383
{
@@ -22393,7 +22399,7 @@
22399
"zh-chs": "群组成员",
22400
"zh-cht": "群組成員",
22401
"xloc": [
22396
- "default.handlebars->35->2244"
22402
+ "default.handlebars->35->2247"
22403
]
22404
},
22405
{
@@ -22415,7 +22421,7 @@
22421
"zh-chs": "用户{0}的群组权限。",
22422
"zh-cht": "用戶{0}的群組權限。",
22423
"xloc": [
22418
- "default.handlebars->35->1786"
22424
+ "default.handlebars->35->1789"
22425
]
22426
},
22427
{
@@ -22437,7 +22443,7 @@
22443
"zh-chs": "{0}的群组权限。",
22444
"zh-cht": "{0}的群組權限。",
22445
"xloc": [
22440
- "default.handlebars->35->1785"
22446
+ "default.handlebars->35->1788"
22447
]
22448
},
22449
{
@@ -22559,7 +22565,7 @@
22565
"zh-chs": "嘉宾分享",
22566
"it": "Condivisione degli ospiti",
22567
"xloc": [
22562
- "default.handlebars->35->1794"
22568
+ "default.handlebars->35->1797"
22569
]
22570
},
22571
{
@@ -22597,7 +22603,7 @@
22603
"zh-chs": "HTTP",
22604
"it": "HTTP",
22605
"xloc": [
22600
- "default.handlebars->35->2526"
22606
+ "default.handlebars->35->2529"
22607
]
22608
},
22609
{
@@ -22732,7 +22738,7 @@
22738
"zh-chs": "堆总数",
22739
"zh-cht": "堆總數",
22740
"xloc": [
22735
- "default.handlebars->35->2544"
22741
+ "default.handlebars->35->2547"
22742
]
22743
},
22744
{
@@ -22754,7 +22760,7 @@
22760
"zh-chs": "堆使用",
22761
"zh-cht": "堆使用",
22762
"xloc": [
22757
- "default.handlebars->35->2543"
22763
+ "default.handlebars->35->2546"
22764
]
22765
},
22766
{
@@ -22855,7 +22861,7 @@
22861
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
22862
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
22863
"xloc": [
22858
- "default.handlebars->35->2043"
22864
+ "default.handlebars->35->2046"
22865
]
22866
},
22867
{
@@ -23174,7 +23180,7 @@
23180
"zh-cht": "保存{0}項目{1}給{2}",
23181
"xloc": [
23182
"default-mobile.handlebars->11->153",
23177
- "default.handlebars->35->1939"
23183
+ "default.handlebars->35->1942"
23184
]
23185
},
23186
{
@@ -23640,7 +23646,7 @@
23646
"zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
23647
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
23648
"xloc": [
23643
- "default.handlebars->35->1740"
23649
+ "default.handlebars->35->1741"
23650
]
23651
},
23652
{
@@ -23776,9 +23782,9 @@
23782
"nl": "Importeer Intel® AMT apparaten",
23783
"fr": "Importer la liste des appareils Intel® AMT",
23784
"xloc": [
23779
- "default.handlebars->35->1714",
23785
"default.handlebars->35->1715",
23781
- "default.handlebars->35->1719"
23786
+ "default.handlebars->35->1716",
23787
+ "default.handlebars->35->1720"
23788
]
23789
},
23790
{
@@ -23787,7 +23793,7 @@
23793
"fr": "Importer une liste locale d'appareils Intel® AMT au format MeshCommander (JSON).",
23794
"es": "Importa una lista local de dispositivos con Intel® AMT en el formato MeshCommander JSON.",
23795
"xloc": [
23790
- "default.handlebars->35->1713"
23796
+ "default.handlebars->35->1714"
23797
]
23798
},
23799
{
@@ -23796,7 +23802,7 @@
23802
"fr": "Importer la liste des appareils",
23803
"es": "Importar lista de dispositivos",
23804
"xloc": [
23799
- "default.handlebars->35->1708"
23805
+ "default.handlebars->35->1709"
23806
]
23807
},
23808
{
@@ -23814,6 +23820,12 @@
23820
"default.handlebars->35->1333"
23821
]
23822
},
23823
+ {
23824
+ "en": "Inactivate days until removal",
23825
+ "xloc": [
23826
+ "default.handlebars->35->1776"
23827
+ ]
23828
+ },
23829
{
23830
"de": "Eingehender Datenverkehr",
23831
"en": "Inbound Traffic",
@@ -24203,8 +24215,8 @@
24215
"zh-chs": "安装类型",
24216
"zh-cht": "安裝方式",
24217
"xloc": [
24206
- "default.handlebars->35->1860",
24207
- "default.handlebars->35->1867",
24218
+ "default.handlebars->35->1863",
24219
+ "default.handlebars->35->1870",
24220
"default.handlebars->35->436",
24221
"default.handlebars->35->450",
24222
"default.handlebars->35->466",
@@ -24255,7 +24267,7 @@
24267
"zh-chs": "英特尔AMT",
24268
"zh-cht": "英特爾AMT",
24269
"xloc": [
24258
- "default.handlebars->35->2540"
24270
+ "default.handlebars->35->2543"
24271
]
24272
},
24273
{
@@ -24270,7 +24282,7 @@
24282
"zh-chs": "英特尔 AMT 经理",
24283
"it": "Gestore Intel AMT",
24284
"xloc": [
24273
- "default.handlebars->35->2569"
24285
+ "default.handlebars->35->2572"
24286
]
24287
},
24288
{
@@ -24318,11 +24330,11 @@
24330
"default-mobile.handlebars->11->237",
24331
"default-mobile.handlebars->11->285",
24332
"default-mobile.handlebars->11->290",
24321
- "default.handlebars->35->1680",
24322
- "default.handlebars->35->1691",
24323
- "default.handlebars->35->1879",
24324
- "default.handlebars->35->1892",
24325
- "default.handlebars->35->2568",
24333
+ "default.handlebars->35->1681",
24334
+ "default.handlebars->35->1692",
24335
+ "default.handlebars->35->1882",
24336
+ "default.handlebars->35->1895",
24337
+ "default.handlebars->35->2571",
24338
"default.handlebars->35->664",
24339
"default.handlebars->35->729",
24340
"default.handlebars->35->769"
@@ -24531,7 +24543,7 @@
24543
"zh-chs": "英特尔®AMT政策",
24544
"zh-cht": "Intel® AMT政策",
24545
"xloc": [
24534
- "default.handlebars->35->1727"
24546
+ "default.handlebars->35->1728"
24547
]
24548
},
24549
{
@@ -24605,8 +24617,8 @@
24617
"zh-chs": "英特尔®AMT重定向",
24618
"zh-cht": "Intel® AMT重定向",
24619
"xloc": [
24608
- "default.handlebars->35->2424",
24609
- "default.handlebars->35->2431",
24620
+ "default.handlebars->35->2427",
24621
+ "default.handlebars->35->2434",
24622
"player.handlebars->3->29"
24623
]
24624
},
@@ -24667,8 +24679,8 @@
24679
"zh-chs": "英特尔®AMT WSMAN",
24680
"zh-cht": "Intle® AMT WSMAN",
24681
"xloc": [
24670
- "default.handlebars->35->2423",
24671
- "default.handlebars->35->2430",
24682
+ "default.handlebars->35->2426",
24683
+ "default.handlebars->35->2433",
24684
"player.handlebars->3->28"
24685
]
24686
},
@@ -24735,7 +24747,7 @@
24747
"zh-cht": "Intel® AMT桌面和串行事件。",
24748
"xloc": [
24749
"default.handlebars->35->1576",
24738
- "default.handlebars->35->1875"
24750
+ "default.handlebars->35->1878"
24751
]
24752
},
24753
{
@@ -25310,8 +25322,8 @@
25322
"zh-chs": "仅限互动",
25323
"zh-cht": "僅限互動",
25324
"xloc": [
25313
- "default.handlebars->35->1863",
25314
- "default.handlebars->35->1870",
25325
+ "default.handlebars->35->1866",
25326
+ "default.handlebars->35->1873",
25327
"default.handlebars->35->439",
25328
"default.handlebars->35->453",
25329
"default.handlebars->35->469"
@@ -25428,7 +25440,7 @@
25440
"zh-chs": "无效的设备组类型",
25441
"zh-cht": "無效的裝置群類型",
25442
"xloc": [
25431
- "default.handlebars->35->2502"
25443
+ "default.handlebars->35->2505"
25444
]
25445
},
25446
{
@@ -25450,7 +25462,7 @@
25462
"zh-chs": "无效的JSON",
25463
"zh-cht": "無效的JSON",
25464
"xloc": [
25453
- "default.handlebars->35->2496"
25465
+ "default.handlebars->35->2499"
25466
]
25467
},
25468
{
@@ -25472,9 +25484,9 @@
25484
"zh-chs": "无效的JSON档案格式。",
25485
"zh-cht": "無效的JSON檔案格式。",
25486
"xloc": [
25475
- "default.handlebars->35->1720",
25476
- "default.handlebars->35->2145",
25477
- "default.handlebars->35->2147"
25487
+ "default.handlebars->35->1721",
25488
+ "default.handlebars->35->2148",
25489
+ "default.handlebars->35->2150"
25490
]
25491
},
25492
{
@@ -25496,8 +25508,8 @@
25508
"zh-chs": "无效的JSON档案:{0}。",
25509
"zh-cht": "無效的JSON檔案:{0}。",
25510
"xloc": [
25499
- "default.handlebars->35->1716",
25500
- "default.handlebars->35->2143"
25511
+ "default.handlebars->35->1717",
25512
+ "default.handlebars->35->2146"
25513
]
25514
},
25515
{
@@ -25519,7 +25531,7 @@
25531
"zh-chs": "无效的PKCS签名",
25532
"zh-cht": "無效的PKCS簽名",
25533
"xloc": [
25522
- "default.handlebars->35->2494"
25534
+ "default.handlebars->35->2497"
25535
]
25536
},
25537
{
@@ -25540,7 +25552,7 @@
25552
"zh-cht": "無效的RSA密碼",
25553
"it": "Firma RSA non valida",
25554
"xloc": [
25543
- "default.handlebars->35->2495"
25555
+ "default.handlebars->35->2498"
25556
]
25557
},
25558
{
@@ -25557,7 +25569,7 @@
25569
"zh-chs": "无效的短信",
25570
"xloc": [
25571
"default-mobile.handlebars->11->671",
25560
- "default.handlebars->35->2482"
25572
+ "default.handlebars->35->2485"
25573
]
25574
},
25575
{
@@ -25598,7 +25610,7 @@
25610
"zh-chs": "无效域",
25611
"xloc": [
25612
"default-mobile.handlebars->11->651",
25601
- "default.handlebars->35->2462"
25613
+ "default.handlebars->35->2465"
25614
]
25615
},
25616
{
@@ -25627,7 +25639,7 @@
25639
"zh-chs": "不合规电邮",
25640
"xloc": [
25641
"default-mobile.handlebars->11->650",
25630
- "default.handlebars->35->2461"
25642
+ "default.handlebars->35->2464"
25643
]
25644
},
25645
{
@@ -25714,7 +25726,7 @@
25726
"xloc": [
25727
"default-mobile.handlebars->11->649",
25728
"default-mobile.handlebars->11->78",
25717
- "default.handlebars->35->2460",
25729
+ "default.handlebars->35->2463",
25730
"default.handlebars->35->265"
25731
]
25732
},
@@ -25732,7 +25744,7 @@
25744
"zh-chs": "网站权限无效",
25745
"xloc": [
25746
"default-mobile.handlebars->11->652",
25735
- "default.handlebars->35->2463"
25747
+ "default.handlebars->35->2466"
25748
]
25749
},
25750
{
@@ -25772,7 +25784,7 @@
25784
"zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试",
25785
"it": "Tentativo di accesso utente non valido da {0}, {1}, {2}",
25786
"xloc": [
25775
- "default.handlebars->35->2055"
25787
+ "default.handlebars->35->2058"
25788
]
25789
},
25790
{
@@ -25789,7 +25801,7 @@
25801
"zh-chs": "无效的用户名",
25802
"xloc": [
25803
"default-mobile.handlebars->11->648",
25792
- "default.handlebars->35->2459"
25804
+ "default.handlebars->35->2462"
25805
]
25806
},
25807
{
@@ -25823,7 +25835,7 @@
25835
"zh-chs": "使电邮无效",
25836
"zh-cht": "使電郵無效",
25837
"xloc": [
25826
- "default.handlebars->35->2121"
25838
+ "default.handlebars->35->2124"
25839
]
25840
},
25841
{
@@ -25908,7 +25920,7 @@
25920
"zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
25921
"zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
25922
"xloc": [
25911
- "default.handlebars->35->1865"
25923
+ "default.handlebars->35->1868"
25924
]
25925
},
25926
{
@@ -25952,7 +25964,7 @@
25964
"zh-chs": "邀请",
25965
"zh-cht": "邀請",
25966
"xloc": [
25955
- "default.handlebars->35->1701",
25967
+ "default.handlebars->35->1702",
25968
"default.handlebars->35->375",
25969
"default.handlebars->35->455"
25970
]
@@ -25977,12 +25989,12 @@
25989
"zh-cht": "邀請碼",
25990
"xloc": [
25991
"default-mobile.handlebars->11->646",
25980
- "default.handlebars->35->1684",
25981
- "default.handlebars->35->1859",
25982
- "default.handlebars->35->1864",
25983
- "default.handlebars->35->1866",
25984
- "default.handlebars->35->1871",
25985
- "default.handlebars->35->2457"
25992
+ "default.handlebars->35->1685",
25993
+ "default.handlebars->35->1862",
25994
+ "default.handlebars->35->1867",
25995
+ "default.handlebars->35->1869",
25996
+ "default.handlebars->35->1874",
25997
+ "default.handlebars->35->2460"
25998
]
25999
},
26000
{
@@ -26026,7 +26038,7 @@
26038
"zh-chs": "邀请某人在该设备组上安装网格代理。",
26039
"zh-cht": "邀請某人在該裝置群上安裝mesh agent。",
26040
"xloc": [
26029
- "default.handlebars->35->1700",
26041
+ "default.handlebars->35->1701",
26042
"default.handlebars->35->374"
26043
]
26044
},
@@ -26149,7 +26161,7 @@
26161
"zh-chs": "JSON",
26162
"zh-cht": "JSON",
26163
"xloc": [
26152
- "default.handlebars->35->2081"
26164
+ "default.handlebars->35->2084"
26165
]
26166
},
26167
{
@@ -26171,8 +26183,8 @@
26183
"zh-chs": "JSON格式",
26184
"zh-cht": "JSON格式",
26185
"xloc": [
26174
- "default.handlebars->35->2086",
26175
- "default.handlebars->35->2151",
26186
+ "default.handlebars->35->2089",
26187
+ "default.handlebars->35->2154",
26188
"default.handlebars->35->613"
26189
]
26190
},
@@ -26217,7 +26229,7 @@
26229
"zh-chs": "已加入桌面Multiplex会话",
26230
"zh-cht": "已加入桌面Multiplex會話",
26231
"xloc": [
26220
- "default.handlebars->35->1949"
26232
+ "default.handlebars->35->1952"
26233
]
26234
},
26235
{
@@ -26305,7 +26317,7 @@
26317
"zh-chs": "保留现有密码",
26318
"zh-cht": "保留現有密碼",
26319
"xloc": [
26308
- "default.handlebars->35->1728"
26320
+ "default.handlebars->35->1729"
26321
]
26322
},
26323
{
@@ -26449,7 +26461,7 @@
26461
"zh-chs": "杀死进程{0}",
26462
"zh-cht": "殺死進程{0}",
26463
"xloc": [
26452
- "default.handlebars->35->1964"
26464
+ "default.handlebars->35->1967"
26465
]
26466
},
26467
{
@@ -26918,7 +26930,7 @@
26930
"zh-chs": "最后访问",
26931
"zh-cht": "最後訪問",
26932
"xloc": [
26921
- "default.handlebars->35->2094"
26933
+ "default.handlebars->35->2097"
26934
]
26935
},
26936
{
@@ -26940,7 +26952,7 @@
26952
"zh-chs": "上次登录",
26953
"zh-cht": "上次登入",
26954
"xloc": [
26943
- "default.handlebars->35->2302"
26955
+ "default.handlebars->35->2305"
26956
]
26957
},
26958
{
@@ -27026,7 +27038,7 @@
27038
"zh-chs": "上次更改:{0}",
27039
"zh-cht": "上次更改:{0}",
27040
"xloc": [
27029
- "default.handlebars->35->2306"
27041
+ "default.handlebars->35->2309"
27042
]
27043
},
27044
{
@@ -27092,7 +27104,7 @@
27104
"zh-chs": "上次登录:{0}",
27105
"zh-cht": "上次登入:{0}",
27106
"xloc": [
27095
- "default.handlebars->35->2104"
27107
+ "default.handlebars->35->2107"
27108
]
27109
},
27110
{
@@ -27354,7 +27366,7 @@
27366
"zh-chs": "如没有请留空。",
27367
"zh-cht": "如沒有請留空。",
27368
"xloc": [
27357
- "default.handlebars->35->2352"
27369
+ "default.handlebars->35->2355"
27370
]
27371
},
27372
{
@@ -27420,7 +27432,7 @@
27432
"zh-chs": "离开桌面多路复用会话",
27433
"zh-cht": "離開桌面多路復用會話",
27434
"xloc": [
27423
- "default.handlebars->35->1950"
27435
+ "default.handlebars->35->1953"
27436
]
27437
},
27438
{
@@ -27442,7 +27454,7 @@
27454
"zh-chs": "减",
27455
"zh-cht": "減",
27456
"xloc": [
27445
- "default.handlebars->35->2590"
27457
+ "default.handlebars->35->2593"
27458
]
27459
},
27460
{
@@ -27528,7 +27540,7 @@
27540
"zh-cht": "有限輸入",
27541
"xloc": [
27542
"default-mobile.handlebars->11->623",
27531
- "default.handlebars->35->1839",
27543
+ "default.handlebars->35->1842",
27544
"default.handlebars->35->861",
27545
"default.handlebars->35->883"
27546
]
@@ -27553,7 +27565,7 @@
27565
"zh-cht": "僅有限輸入",
27566
"xloc": [
27567
"default-mobile.handlebars->11->596",
27556
- "default.handlebars->35->1793"
27568
+ "default.handlebars->35->1796"
27569
]
27570
},
27571
{
@@ -28210,8 +28222,8 @@
28222
"default.handlebars->35->1327",
28223
"default.handlebars->35->1642",
28224
"default.handlebars->35->1646",
28213
- "default.handlebars->35->2363",
28214
- "default.handlebars->35->2412"
28225
+ "default.handlebars->35->2366",
28226
+ "default.handlebars->35->2415"
28227
]
28228
},
28229
{
@@ -28342,7 +28354,7 @@
28354
"zh-chs": "本地用户接受的远程终端请求",
28355
"zh-cht": "本地用戶接受的遠程終端請求",
28356
"xloc": [
28345
- "default.handlebars->35->1972"
28357
+ "default.handlebars->35->1975"
28358
]
28359
},
28360
{
@@ -28364,7 +28376,7 @@
28376
"zh-chs": "本地用户拒绝了远程终端请求",
28377
"zh-cht": "本地用戶拒絕了遠程終端請求",
28378
"xloc": [
28367
- "default.handlebars->35->1973"
28379
+ "default.handlebars->35->1976"
28380
]
28381
},
28382
{
@@ -28453,7 +28465,7 @@
28465
"zh-chs": "锁定账户",
28466
"zh-cht": "鎖定賬戶",
28467
"xloc": [
28456
- "default.handlebars->35->2191"
28468
+ "default.handlebars->35->2194"
28469
]
28470
},
28471
{
@@ -28475,7 +28487,7 @@
28487
"zh-chs": "锁定帐户设置",
28488
"zh-cht": "鎖定帳戶設置",
28489
"xloc": [
28478
- "default.handlebars->35->2194"
28490
+ "default.handlebars->35->2197"
28491
]
28492
},
28493
{
@@ -28513,7 +28525,7 @@
28525
"zh-chs": "锁定账户",
28526
"zh-cht": "鎖定賬戶",
28527
"xloc": [
28516
- "default.handlebars->35->2124"
28528
+ "default.handlebars->35->2127"
28529
]
28530
},
28531
{
@@ -28583,7 +28595,7 @@
28595
"zh-chs": "已锁定",
28596
"zh-cht": "已鎖定",
28597
"xloc": [
28586
- "default.handlebars->35->2105"
28598
+ "default.handlebars->35->2108"
28599
]
28600
},
28601
{
@@ -28606,7 +28618,7 @@
28618
"zh-cht": "被鎖定賬戶",
28619
"xloc": [
28620
"default-mobile.handlebars->11->77",
28609
- "default.handlebars->35->2278",
28621
+ "default.handlebars->35->2281",
28622
"default.handlebars->35->264"
28623
]
28624
},
@@ -28629,7 +28641,7 @@
28641
"zh-chs": "将远程用户锁定在桌面之外",
28642
"zh-cht": "將遠程用戶鎖定在桌面之外",
28643
"xloc": [
28632
- "default.handlebars->35->1998"
28644
+ "default.handlebars->35->2001"
28645
]
28646
},
28647
{
@@ -29391,7 +29403,7 @@
29403
"zh-chs": "主服务器信息",
29404
"zh-cht": "主伺服器訊息",
29405
"xloc": [
29394
- "default.handlebars->35->2556"
29406
+ "default.handlebars->35->2559"
29407
]
29408
},
29409
{
@@ -29521,8 +29533,8 @@
29533
"xloc": [
29534
"default-mobile.handlebars->11->593",
29535
"default-mobile.handlebars->11->613",
29524
- "default.handlebars->35->1790",
29525
- "default.handlebars->35->1828"
29536
+ "default.handlebars->35->1793",
29537
+ "default.handlebars->35->1831"
29538
]
29539
},
29540
{
@@ -29546,8 +29558,8 @@
29558
"xloc": [
29559
"default-mobile.handlebars->11->592",
29560
"default-mobile.handlebars->11->612",
29549
- "default.handlebars->35->1789",
29550
- "default.handlebars->35->1827"
29561
+ "default.handlebars->35->1792",
29562
+ "default.handlebars->35->1830"
29563
]
29564
},
29565
{
@@ -29591,7 +29603,7 @@
29603
"zh-chs": "管理录音",
29604
"zh-cht": "管理錄音",
29605
"xloc": [
29594
- "default.handlebars->35->2189"
29606
+ "default.handlebars->35->2192"
29607
]
29608
},
29609
{
@@ -29635,7 +29647,7 @@
29647
"zh-chs": "管理用户组",
29648
"zh-cht": "管理用戶群",
29649
"xloc": [
29638
- "default.handlebars->35->2188"
29650
+ "default.handlebars->35->2191"
29651
]
29652
},
29653
{
@@ -29657,7 +29669,7 @@
29669
"zh-chs": "管理用户",
29670
"zh-cht": "管理用戶",
29671
"xloc": [
29660
- "default.handlebars->35->2187",
29672
+ "default.handlebars->35->2190",
29673
"default.handlebars->35->877"
29674
]
29675
},
@@ -29856,7 +29868,7 @@
29868
"zh-chs": "经理",
29869
"zh-cht": "經理",
29870
"xloc": [
29859
- "default.handlebars->35->2110"
29871
+ "default.handlebars->35->2113"
29872
]
29873
},
29874
{
@@ -30007,7 +30019,7 @@
30019
"zh-chs": "达到连接数量上限",
30020
"zh-cht": "達到連接數量上限",
30021
"xloc": [
30010
- "default.handlebars->35->2500"
30022
+ "default.handlebars->35->2503"
30023
]
30024
},
30025
{
@@ -30078,8 +30090,8 @@
30090
"zh-chs": "Megabyte",
30091
"zh-cht": "Megabyte",
30092
"xloc": [
30081
- "default.handlebars->35->2541",
30082
- "default.handlebars->35->2546"
30093
+ "default.handlebars->35->2544",
30094
+ "default.handlebars->35->2549"
30095
]
30096
},
30097
{
@@ -30103,7 +30115,7 @@
30115
"xloc": [
30116
"default-mobile.handlebars->11->541",
30117
"default.handlebars->35->1288",
30106
- "default.handlebars->35->2520",
30118
+ "default.handlebars->35->2523",
30119
"default.handlebars->container->column_l->p40->3->1->p40type->3"
30120
]
30121
},
@@ -30162,7 +30174,7 @@
30174
"zh-cht": "網格代理控制台",
30175
"xloc": [
30176
"default-mobile.handlebars->11->600",
30165
- "default.handlebars->35->1799"
30177
+ "default.handlebars->35->1802"
30178
]
30179
},
30180
{
@@ -30321,7 +30333,7 @@
30333
"zh-chs": "MeshAgent流量",
30334
"zh-cht": "MeshAgent流量",
30335
"xloc": [
30324
- "default.handlebars->35->2558"
30336
+ "default.handlebars->35->2561"
30337
]
30338
},
30339
{
@@ -30343,7 +30355,7 @@
30355
"zh-chs": "MeshAgent更新",
30356
"zh-cht": "MeshAgent更新",
30357
"xloc": [
30346
- "default.handlebars->35->2559"
30358
+ "default.handlebars->35->2562"
30359
]
30360
},
30361
{
@@ -30625,7 +30637,7 @@
30637
"zh-chs": "MeshCentral服务器同级化",
30638
"zh-cht": "MeshCentral伺服器同級化",
30639
"xloc": [
30628
- "default.handlebars->35->2557"
30640
+ "default.handlebars->35->2560"
30641
]
30642
},
30643
{
@@ -31040,7 +31052,7 @@
31052
"zh-chs": "消息调度器",
31053
"zh-cht": "電郵調度器",
31054
"xloc": [
31043
- "default.handlebars->35->2555"
31055
+ "default.handlebars->35->2558"
31056
]
31057
},
31058
{
@@ -31099,7 +31111,7 @@
31111
"zh-chs": "信使",
31112
"it": "Messaggero",
31113
"xloc": [
31102
- "default.handlebars->35->2425"
31114
+ "default.handlebars->35->2428"
31115
]
31116
},
31117
{
@@ -31291,7 +31303,7 @@
31303
"zh-chs": "更多",
31304
"zh-cht": "更多",
31305
"xloc": [
31294
- "default.handlebars->35->2589"
31306
+ "default.handlebars->35->2592"
31307
]
31308
},
31309
{
@@ -31380,7 +31392,7 @@
31392
"zh-chs": "移动:“{0}”到“{1}”",
31393
"zh-cht": "移動:“{0}”到“{1}”",
31394
"xloc": [
31383
- "default.handlebars->35->1997"
31395
+ "default.handlebars->35->2000"
31396
]
31397
},
31398
{
@@ -31402,7 +31414,7 @@
31414
"zh-chs": "将设备{0}移动到组{1}",
31415
"zh-cht": "將設備{0}移動到組{1}",
31416
"xloc": [
31405
- "default.handlebars->35->2030"
31417
+ "default.handlebars->35->2033"
31418
]
31419
},
31420
{
@@ -31440,8 +31452,8 @@
31452
"zh-chs": "多个问题",
31453
"it": "Problemi multipli",
31454
"xloc": [
31443
- "default.handlebars->35->1885",
31444
- "default.handlebars->35->1899"
31455
+ "default.handlebars->35->1888",
31456
+ "default.handlebars->35->1902"
31457
]
31458
},
31459
{
@@ -31475,7 +31487,7 @@
31487
"zh-chs": "多路复用器",
31488
"zh-cht": "多工器",
31489
"xloc": [
31478
- "default.handlebars->35->2443"
31490
+ "default.handlebars->35->2446"
31491
]
31492
},
31493
{
@@ -31925,13 +31937,13 @@
31937
"default.handlebars->35->1620",
31938
"default.handlebars->35->1625",
31939
"default.handlebars->35->1654",
31928
- "default.handlebars->35->1754",
31929
- "default.handlebars->35->2092",
31930
- "default.handlebars->35->2197",
31931
- "default.handlebars->35->2213",
31932
- "default.handlebars->35->2220",
31933
- "default.handlebars->35->2265",
31934
- "default.handlebars->35->2284",
31940
+ "default.handlebars->35->1755",
31941
+ "default.handlebars->35->2095",
31942
+ "default.handlebars->35->2200",
31943
+ "default.handlebars->35->2216",
31944
+ "default.handlebars->35->2223",
31945
+ "default.handlebars->35->2268",
31946
+ "default.handlebars->35->2287",
31947
"default.handlebars->35->269",
31948
"default.handlebars->35->687",
31949
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -31980,7 +31992,7 @@
31992
"zh-chs": "名称1,名称2,名称3",
31993
"zh-cht": "名稱1,名稱2,名稱3",
31994
"xloc": [
31983
- "default.handlebars->35->2179"
31995
+ "default.handlebars->35->2182"
31996
]
31997
},
31998
{
@@ -32157,7 +32169,7 @@
32169
"zh-chs": "生成新的2FA备份代码",
32170
"zh-cht": "生成新的2FA備份代碼",
32171
"xloc": [
32160
- "default.handlebars->35->2037"
32172
+ "default.handlebars->35->2040"
32173
]
32174
},
32175
{
@@ -32174,7 +32186,7 @@
32186
"zh-chs": "新账户",
32187
"xloc": [
32188
"default-mobile.handlebars->11->641",
32177
- "default.handlebars->35->2452"
32189
+ "default.handlebars->35->2455"
32190
]
32191
},
32192
{
@@ -32268,7 +32280,7 @@
32280
"default-mobile.handlebars->11->144",
32281
"default-mobile.handlebars->11->430",
32282
"default.handlebars->35->1175",
32271
- "default.handlebars->35->1929",
32283
+ "default.handlebars->35->1932",
32284
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
32285
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
32286
"sharing.handlebars->11->59",
@@ -32361,8 +32373,8 @@
32373
"zh-chs": "新密码*",
32374
"zh-cht": "新密碼*",
32375
"xloc": [
32364
- "default.handlebars->35->1732",
32365
- "default.handlebars->35->1733"
32376
+ "default.handlebars->35->1733",
32377
+ "default.handlebars->35->1734"
32378
]
32379
},
32380
{
@@ -32528,7 +32540,7 @@
32540
"zh-chs": "没有桌面",
32541
"zh-cht": "沒有桌面",
32542
"xloc": [
32531
- "default.handlebars->35->1835",
32543
+ "default.handlebars->35->1838",
32544
"default.handlebars->35->862",
32545
"default.handlebars->35->884"
32546
]
@@ -32552,7 +32564,7 @@
32564
"zh-chs": "不能访问桌面",
32565
"zh-cht": "不能訪問桌面",
32566
"xloc": [
32555
- "default.handlebars->35->1795"
32567
+ "default.handlebars->35->1798"
32568
]
32569
},
32570
{
@@ -32587,8 +32599,8 @@
32599
"zh-cht": "找不到事件",
32600
"xloc": [
32601
"default.handlebars->35->1211",
32590
- "default.handlebars->35->2068",
32591
- "default.handlebars->35->2411"
32602
+ "default.handlebars->35->2071",
32603
+ "default.handlebars->35->2414"
32604
]
32605
},
32606
{
@@ -32611,7 +32623,7 @@
32623
"zh-cht": "不能存取檔案",
32624
"xloc": [
32625
"default-mobile.handlebars->11->598",
32614
- "default.handlebars->35->1797"
32626
+ "default.handlebars->35->1800"
32627
]
32628
},
32629
{
@@ -32634,7 +32646,7 @@
32646
"zh-cht": "沒有檔案",
32647
"xloc": [
32648
"default-mobile.handlebars->11->621",
32637
- "default.handlebars->35->1837",
32649
+ "default.handlebars->35->1840",
32650
"default.handlebars->35->859",
32651
"default.handlebars->35->881"
32652
]
@@ -32683,8 +32695,8 @@
32695
"xloc": [
32696
"default-mobile.handlebars->11->599",
32697
"default-mobile.handlebars->11->622",
32686
- "default.handlebars->35->1798",
32687
- "default.handlebars->35->1838"
32698
+ "default.handlebars->35->1801",
32699
+ "default.handlebars->35->1841"
32700
]
32701
},
32702
{
@@ -32785,7 +32797,7 @@
32797
"zh-chs": "没有成员",
32798
"zh-cht": "沒有成員",
32799
"xloc": [
32788
- "default.handlebars->35->2247"
32800
+ "default.handlebars->35->2250"
32801
]
32802
},
32803
{
@@ -32807,7 +32819,7 @@
32819
"zh-chs": "没有新的设备组",
32820
"zh-cht": "沒有新的裝置群",
32821
"xloc": [
32810
- "default.handlebars->35->2192"
32822
+ "default.handlebars->35->2195"
32823
]
32824
},
32825
{
@@ -32829,8 +32841,8 @@
32841
"zh-chs": "没有政策",
32842
"zh-cht": "沒有政策",
32843
"xloc": [
32832
- "default.handlebars->35->1685",
32833
- "default.handlebars->35->1723"
32844
+ "default.handlebars->35->1686",
32845
+ "default.handlebars->35->1724"
32846
]
32847
},
32848
{
@@ -32868,7 +32880,7 @@
32880
"default-mobile.handlebars->11->578",
32881
"default-mobile.handlebars->11->629",
32882
"default.handlebars->35->1617",
32871
- "default.handlebars->35->1847",
32883
+ "default.handlebars->35->1850",
32884
"default.handlebars->35->874",
32885
"default.handlebars->35->896"
32886
]
@@ -32929,7 +32941,7 @@
32941
"zh-cht": "沒有終端",
32942
"xloc": [
32943
"default-mobile.handlebars->11->620",
32932
- "default.handlebars->35->1836",
32944
+ "default.handlebars->35->1839",
32945
"default.handlebars->35->858",
32946
"default.handlebars->35->880"
32947
]
@@ -32954,7 +32966,7 @@
32966
"zh-cht": "不能訪問終端",
32967
"xloc": [
32968
"default-mobile.handlebars->11->597",
32957
- "default.handlebars->35->1796"
32969
+ "default.handlebars->35->1799"
32970
]
32971
},
32972
{
@@ -32976,7 +32988,7 @@
32988
"zh-chs": "没有工具(MeshCmd /路由器)",
32989
"zh-cht": "沒有工具(MeshCmd /路由器)",
32990
"xloc": [
32979
- "default.handlebars->35->2193"
32991
+ "default.handlebars->35->2196"
32992
]
32993
},
32994
{
@@ -33027,8 +33039,8 @@
33039
"zh-chs": "没有自动更新",
33040
"it": "Nessun aggiornamento automatico",
33041
"xloc": [
33030
- "default.handlebars->35->1883",
33031
- "default.handlebars->35->1897"
33042
+ "default.handlebars->35->1886",
33043
+ "default.handlebars->35->1900"
33044
]
33045
},
33046
{
@@ -33050,8 +33062,8 @@
33062
"zh-chs": "没有共同的设备组",
33063
"zh-cht": "沒有共同的裝置群",
33064
"xloc": [
33053
- "default.handlebars->35->2253",
33054
- "default.handlebars->35->2379"
33065
+ "default.handlebars->35->2256",
33066
+ "default.handlebars->35->2382"
33067
]
33068
},
33069
{
@@ -33183,8 +33195,8 @@
33195
"zh-chs": "没有共同的设备",
33196
"zh-cht": "沒有共同的裝置",
33197
"xloc": [
33186
- "default.handlebars->35->2259",
33187
- "default.handlebars->35->2391"
33198
+ "default.handlebars->35->2262",
33199
+ "default.handlebars->35->2394"
33200
]
33201
},
33202
{
@@ -33222,7 +33234,7 @@
33234
"zh-chs": "该设备组中没有设备。",
33235
"zh-cht": "該裝置群中沒有裝置。",
33236
"xloc": [
33225
- "default.handlebars->35->1901"
33237
+ "default.handlebars->35->1904"
33238
]
33239
},
33240
{
@@ -33335,7 +33347,7 @@
33347
"zh-chs": "找不到群组。",
33348
"zh-cht": "找不到群組。",
33349
"xloc": [
33338
- "default.handlebars->35->2196"
33350
+ "default.handlebars->35->2199"
33351
]
33352
},
33353
{
@@ -33492,7 +33504,7 @@
33504
"zh-chs": "此用户没有电话号码",
33505
"xloc": [
33506
"default-mobile.handlebars->11->672",
33495
- "default.handlebars->35->2483"
33507
+ "default.handlebars->35->2486"
33508
]
33509
},
33510
{
@@ -33536,7 +33548,7 @@
33548
"zh-chs": "没有录音。",
33549
"zh-cht": "沒有錄音。",
33550
"xloc": [
33539
- "default.handlebars->35->2413"
33551
+ "default.handlebars->35->2416"
33552
]
33553
},
33554
{
@@ -33570,7 +33582,7 @@
33582
"zh-chs": "没有服务器权限",
33583
"zh-cht": "沒有伺服器權限",
33584
"xloc": [
33573
- "default.handlebars->35->2279"
33585
+ "default.handlebars->35->2282"
33586
]
33587
},
33588
{
@@ -33599,7 +33611,7 @@
33611
"zh-chs": "没有用户组成员身份",
33612
"zh-cht": "沒有用戶群成員身份",
33613
"xloc": [
33602
- "default.handlebars->35->2385"
33614
+ "default.handlebars->35->2388"
33615
]
33616
},
33617
{
@@ -33616,7 +33628,7 @@
33628
"zh-chs": "无用户管理权限",
33629
"xloc": [
33630
"default-mobile.handlebars->11->670",
33619
- "default.handlebars->35->2481"
33631
+ "default.handlebars->35->2484"
33632
]
33633
},
33634
{
@@ -33638,7 +33650,7 @@
33650
"zh-chs": "未找到相应的用户。",
33651
"zh-cht": "未找到相應的用戶。",
33652
"xloc": [
33641
- "default.handlebars->35->2100"
33653
+ "default.handlebars->35->2103"
33654
]
33655
},
33656
{
@@ -33749,22 +33761,22 @@
33761
"default.handlebars->35->1088",
33762
"default.handlebars->35->1648",
33763
"default.handlebars->35->1656",
33752
- "default.handlebars->35->1664",
33753
- "default.handlebars->35->1676",
33754
- "default.handlebars->35->1681",
33755
- "default.handlebars->35->1683",
33756
- "default.handlebars->35->1886",
33757
- "default.handlebars->35->1911",
33758
- "default.handlebars->35->1916",
33759
- "default.handlebars->35->2076",
33760
- "default.handlebars->35->2217",
33761
- "default.handlebars->35->2219",
33764
+ "default.handlebars->35->1665",
33765
+ "default.handlebars->35->1677",
33766
+ "default.handlebars->35->1682",
33767
+ "default.handlebars->35->1684",
33768
+ "default.handlebars->35->1889",
33769
+ "default.handlebars->35->1914",
33770
+ "default.handlebars->35->1919",
33771
+ "default.handlebars->35->2079",
33772
"default.handlebars->35->222",
33763
- "default.handlebars->35->2236",
33764
- "default.handlebars->35->2298",
33765
- "default.handlebars->35->2307",
33766
- "default.handlebars->35->2311",
33767
- "default.handlebars->35->2323",
33773
+ "default.handlebars->35->2220",
33774
+ "default.handlebars->35->2222",
33775
+ "default.handlebars->35->2239",
33776
+ "default.handlebars->35->2301",
33777
+ "default.handlebars->35->2310",
33778
+ "default.handlebars->35->2314",
33779
+ "default.handlebars->35->2326",
33780
"default.handlebars->35->241",
33781
"default.handlebars->35->317",
33782
"default.handlebars->35->318",
@@ -33783,7 +33795,7 @@
33795
"fr": "Aucun",
33796
"es": "Ninguno",
33797
"xloc": [
33786
- "default.handlebars->35->1710"
33798
+ "default.handlebars->35->1711"
33799
]
33800
},
33801
{
@@ -33963,8 +33975,8 @@
33975
"zh-chs": "未连接",
33976
"zh-cht": "未連接",
33977
"xloc": [
33966
- "default.handlebars->35->1877",
33967
- "default.handlebars->35->1890"
33978
+ "default.handlebars->35->1880",
33979
+ "default.handlebars->35->1893"
33980
]
33981
},
33982
{
@@ -34025,7 +34037,7 @@
34037
"zh-chs": "不在服务器上",
34038
"zh-cht": "不在伺服器上",
34039
"xloc": [
34028
- "default.handlebars->35->2435"
34040
+ "default.handlebars->35->2438"
34041
]
34042
},
34043
{
@@ -34047,8 +34059,8 @@
34059
"zh-chs": "没有设置",
34060
"zh-cht": "沒有設置",
34061
"xloc": [
34050
- "default.handlebars->35->2285",
34051
- "default.handlebars->35->2286"
34062
+ "default.handlebars->35->2288",
34063
+ "default.handlebars->35->2289"
34064
]
34065
},
34066
{
@@ -34070,7 +34082,7 @@
34082
"zh-chs": "未经审核的",
34083
"zh-cht": "未經審核的",
34084
"xloc": [
34073
- "default.handlebars->35->2359"
34085
+ "default.handlebars->35->2362"
34086
]
34087
},
34088
{
@@ -34093,8 +34105,8 @@
34105
"zh-cht": "筆記",
34106
"xloc": [
34107
"default-mobile.handlebars->11->339",
34096
- "default.handlebars->35->1692",
34097
- "default.handlebars->35->2333",
34108
+ "default.handlebars->35->1693",
34109
+ "default.handlebars->35->2336",
34110
"default.handlebars->35->785",
34111
"default.handlebars->35->868",
34112
"default.handlebars->35->890",
@@ -34143,7 +34155,7 @@
34155
"zh-cht": "通知設定",
34156
"xloc": [
34157
"default.handlebars->35->1577",
34146
- "default.handlebars->35->1876",
34158
+ "default.handlebars->35->1879",
34159
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
34160
]
34161
},
@@ -34179,7 +34191,7 @@
34191
"zh-chs": "通知设置还必须在帐户设置中启用。",
34192
"zh-cht": "通知設定還必須在帳戶設定中啟用。",
34193
"xloc": [
34182
- "default.handlebars->35->1872"
34194
+ "default.handlebars->35->1875"
34195
]
34196
},
34197
{
@@ -34223,7 +34235,7 @@
34235
"zh-chs": "通知",
34236
"zh-cht": "通知",
34237
"xloc": [
34226
- "default.handlebars->35->1682"
34238
+ "default.handlebars->35->1683"
34239
]
34240
},
34241
{
@@ -34245,7 +34257,7 @@
34257
"zh-chs": "通知",
34258
"zh-cht": "通知",
34259
"xloc": [
34248
- "default.handlebars->35->2339",
34260
+ "default.handlebars->35->2342",
34261
"default.handlebars->35->238"
34262
]
34263
},
@@ -34290,9 +34302,9 @@
34302
"zh-chs": "通知使用者",
34303
"zh-cht": "通知使用者",
34304
"xloc": [
34293
- "default.handlebars->35->1762",
34294
- "default.handlebars->35->1766",
34295
- "default.handlebars->35->1769"
34305
+ "default.handlebars->35->1763",
34306
+ "default.handlebars->35->1767",
34307
+ "default.handlebars->35->1770"
34308
]
34309
},
34310
{
@@ -34314,7 +34326,7 @@
34326
"zh-chs": "通知{0}",
34327
"zh-cht": "通知{0}",
34328
"xloc": [
34317
- "default.handlebars->35->2139"
34329
+ "default.handlebars->35->2142"
34330
]
34331
},
34332
{
@@ -34330,7 +34342,7 @@
34342
"zh-chs": "空值",
34343
"it": "Nullo",
34344
"xloc": [
34333
- "default.handlebars->35->2549"
34345
+ "default.handlebars->35->2552"
34346
]
34347
},
34348
{
@@ -34372,8 +34384,8 @@
34384
"default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5",
34385
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
34386
"default.handlebars->35->1639",
34375
- "default.handlebars->35->1881",
34376
- "default.handlebars->35->1895",
34387
+ "default.handlebars->35->1884",
34388
+ "default.handlebars->35->1898",
34389
"default.handlebars->35->736",
34390
"default.handlebars->35->740",
34391
"default.handlebars->35->744",
@@ -34470,7 +34482,7 @@
34482
"zh-cht": "發生在{0}",
34483
"xloc": [
34484
"default-mobile.handlebars->11->638",
34473
- "default.handlebars->35->2449"
34485
+ "default.handlebars->35->2452"
34486
]
34487
},
34488
{
@@ -34514,7 +34526,7 @@
34526
"zh-chs": "离线用户",
34527
"zh-cht": "離線用戶",
34528
"xloc": [
34517
- "default.handlebars->35->2097"
34529
+ "default.handlebars->35->2100"
34530
]
34531
},
34532
{
@@ -34581,7 +34593,7 @@
34593
"zh-chs": "一天",
34594
"zh-cht": "一天",
34595
"xloc": [
34584
- "default.handlebars->35->2073"
34596
+ "default.handlebars->35->2076"
34597
]
34598
},
34599
{
@@ -34650,7 +34662,7 @@
34662
"zh-chs": "在线用户",
34663
"zh-cht": "在線用戶",
34664
"xloc": [
34653
- "default.handlebars->35->2096"
34665
+ "default.handlebars->35->2099"
34666
]
34667
},
34668
{
@@ -34902,7 +34914,7 @@
34914
"zh-chs": "开头:{0}",
34915
"zh-cht": "開場:{0}",
34916
"xloc": [
34905
- "default.handlebars->35->1965"
34917
+ "default.handlebars->35->1968"
34918
]
34919
},
34920
{
@@ -34953,8 +34965,8 @@
34965
"zh-cht": "操作",
34966
"xloc": [
34967
"default-mobile.handlebars->11->329",
34956
- "default.handlebars->35->2123",
34957
- "default.handlebars->35->2204",
34968
+ "default.handlebars->35->2126",
34969
+ "default.handlebars->35->2207",
34970
"default.handlebars->35->571",
34971
"default.handlebars->35->586",
34972
"default.handlebars->35->962"
@@ -35298,7 +35310,7 @@
35310
"zh-chs": "部分的",
35311
"zh-cht": "部分的",
35312
"xloc": [
35301
- "default.handlebars->35->2111"
35313
+ "default.handlebars->35->2114"
35314
]
35315
},
35316
{
@@ -35382,7 +35394,7 @@
35394
"zh-chs": "部分权限",
35395
"zh-cht": "部分權限",
35396
"xloc": [
35385
- "default.handlebars->35->2282"
35397
+ "default.handlebars->35->2285"
35398
]
35399
},
35400
{
@@ -35431,13 +35443,13 @@
35443
"default-mobile.handlebars->11->417",
35444
"default.handlebars->35->1133",
35445
"default.handlebars->35->1154",
35434
- "default.handlebars->35->1729",
35435
- "default.handlebars->35->2167",
35436
- "default.handlebars->35->2168",
35437
- "default.handlebars->35->2303",
35438
- "default.handlebars->35->2305",
35439
- "default.handlebars->35->2364",
35440
- "default.handlebars->35->2365",
35446
+ "default.handlebars->35->1730",
35447
+ "default.handlebars->35->2170",
35448
+ "default.handlebars->35->2171",
35449
+ "default.handlebars->35->2306",
35450
+ "default.handlebars->35->2308",
35451
+ "default.handlebars->35->2367",
35452
+ "default.handlebars->35->2368",
35453
"default.handlebars->35->273",
35454
"default.handlebars->35->393",
35455
"default.handlebars->35->985",
@@ -35566,7 +35578,7 @@
35578
"zh-chs": "密码已更改。",
35579
"xloc": [
35580
"default-mobile.handlebars->11->666",
35569
- "default.handlebars->35->2477"
35581
+ "default.handlebars->35->2480"
35582
]
35583
},
35584
{
@@ -35611,7 +35623,7 @@
35623
"zh-chs": "密码提示",
35624
"zh-cht": "密碼提示",
35625
"xloc": [
35614
- "default.handlebars->35->2366"
35626
+ "default.handlebars->35->2369"
35627
]
35628
},
35629
{
@@ -35764,7 +35776,7 @@
35776
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
35777
"default.handlebars->35->1148",
35778
"default.handlebars->35->1189",
35767
- "default.handlebars->35->1938",
35779
+ "default.handlebars->35->1941",
35780
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->3",
35781
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
35782
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -35938,7 +35950,7 @@
35950
"zh-chs": "执行英特尔®AMT激活和配置。",
35951
"zh-cht": "執行英特爾®AMT激活和配置。",
35952
"xloc": [
35941
- "default.handlebars->35->1696",
35953
+ "default.handlebars->35->1697",
35954
"default.handlebars->35->370"
35955
]
35956
},
@@ -36155,7 +36167,7 @@
36167
"zh-chs": "执行电源操作= {0},强制执行= {1}",
36168
"zh-cht": "執行電源操作= {0},強制執行= {1}",
36169
"xloc": [
36158
- "default.handlebars->35->1970"
36170
+ "default.handlebars->35->1973"
36171
]
36172
},
36173
{
@@ -36172,7 +36184,7 @@
36184
"zh-chs": "没有权限",
36185
"xloc": [
36186
"default-mobile.handlebars->11->647",
36175
- "default.handlebars->35->2458"
36187
+ "default.handlebars->35->2461"
36188
]
36189
},
36190
{
@@ -36195,8 +36207,8 @@
36207
"zh-cht": "權限",
36208
"xloc": [
36209
"default-mobile.handlebars->11->632",
36198
- "default.handlebars->35->1850",
36199
- "default.handlebars->35->2095"
36210
+ "default.handlebars->35->1853",
36211
+ "default.handlebars->35->2098"
36212
]
36213
},
36214
{
@@ -36278,7 +36290,7 @@
36290
"default.handlebars->35->1319",
36291
"default.handlebars->35->1322",
36292
"default.handlebars->35->204",
36281
- "default.handlebars->35->2354"
36293
+ "default.handlebars->35->2357"
36294
]
36295
},
36296
{
@@ -36300,7 +36312,7 @@
36312
"zh-chs": "电话号码",
36313
"zh-cht": "電話號碼",
36314
"xloc": [
36303
- "default.handlebars->35->2297"
36315
+ "default.handlebars->35->2300"
36316
]
36317
},
36318
{
@@ -36324,7 +36336,7 @@
36336
"xloc": [
36337
"default-mobile.handlebars->11->90",
36338
"default.handlebars->35->1321",
36327
- "default.handlebars->35->2353"
36339
+ "default.handlebars->35->2356"
36340
]
36341
},
36342
{
@@ -36522,7 +36534,7 @@
36534
"zh-cht": "外掛指令",
36535
"xloc": [
36536
"default.handlebars->35->254",
36525
- "default.handlebars->35->2586"
36537
+ "default.handlebars->35->2589"
36538
]
36539
},
36540
{
@@ -36883,7 +36895,7 @@
36895
"zh-chs": "电源状态",
36896
"zh-cht": "電源狀態",
36897
"xloc": [
36886
- "default.handlebars->35->1888",
36898
+ "default.handlebars->35->1891",
36899
"default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1"
36900
]
36901
},
@@ -37025,7 +37037,7 @@
37037
"zh-chs": "存在于服务器上",
37038
"zh-cht": "存在於伺服器上",
37039
"xloc": [
37028
- "default.handlebars->35->2434"
37040
+ "default.handlebars->35->2437"
37041
]
37042
},
37043
{
@@ -37135,8 +37147,8 @@
37147
"default-mobile.handlebars->11->79",
37148
"default-mobile.handlebars->11->80",
37149
"default.handlebars->35->1314",
37138
- "default.handlebars->35->2348",
37139
- "default.handlebars->35->2362",
37150
+ "default.handlebars->35->2351",
37151
+ "default.handlebars->35->2365",
37152
"default.handlebars->35->266"
37153
]
37154
},
@@ -37323,7 +37335,7 @@
37335
"zh-chs": "处理控制台命令:“{0}”",
37336
"zh-cht": "處理控制台命令:“{0}”",
37337
"xloc": [
37326
- "default.handlebars->35->1962"
37338
+ "default.handlebars->35->1965"
37339
]
37340
},
37341
{
@@ -37389,9 +37401,9 @@
37401
"zh-chs": "用户同意提示",
37402
"zh-cht": "用戶同意提示",
37403
"xloc": [
37392
- "default.handlebars->35->1763",
37393
- "default.handlebars->35->1767",
37394
- "default.handlebars->35->1770"
37404
+ "default.handlebars->35->1764",
37405
+ "default.handlebars->35->1768",
37406
+ "default.handlebars->35->1771"
37407
]
37408
},
37409
{
@@ -37413,7 +37425,7 @@
37425
"zh-chs": "协议",
37426
"zh-cht": "協議",
37427
"xloc": [
37416
- "default.handlebars->35->2432",
37428
+ "default.handlebars->35->2435",
37429
"player.handlebars->3->31"
37430
]
37431
},
@@ -37491,7 +37503,7 @@
37503
"zh-cht": "公開鏈結",
37504
"xloc": [
37505
"default-mobile.handlebars->11->139",
37494
- "default.handlebars->35->1923"
37506
+ "default.handlebars->35->1926"
37507
]
37508
},
37509
{
@@ -37910,7 +37922,7 @@
37922
"zh-chs": "RSS",
37923
"zh-cht": "RSS",
37924
"xloc": [
37913
- "default.handlebars->35->2545"
37925
+ "default.handlebars->35->2548"
37926
]
37927
},
37928
{
@@ -37954,7 +37966,7 @@
37966
"zh-chs": "随机密码",
37967
"zh-cht": "隨機密碼",
37968
"xloc": [
37957
- "default.handlebars->35->1730"
37969
+ "default.handlebars->35->1731"
37970
]
37971
},
37972
{
@@ -37976,7 +37988,7 @@
37988
"zh-chs": "随机密码。",
37989
"zh-cht": "隨機密碼。",
37990
"xloc": [
37979
- "default.handlebars->35->2169"
37991
+ "default.handlebars->35->2172"
37992
]
37993
},
37994
{
@@ -38039,9 +38051,9 @@
38051
"zh-chs": "真正的名字",
38052
"zh-cht": "真正的名字",
38053
"xloc": [
38042
- "default.handlebars->35->2294",
38043
- "default.handlebars->35->2296",
38044
- "default.handlebars->35->2355"
38054
+ "default.handlebars->35->2297",
38055
+ "default.handlebars->35->2299",
38056
+ "default.handlebars->35->2358"
38057
]
38058
},
38059
{
@@ -38063,7 +38075,7 @@
38075
"zh-chs": "境界",
38076
"zh-cht": "境界",
38077
"xloc": [
38066
- "default.handlebars->35->2178"
38078
+ "default.handlebars->35->2181"
38079
]
38080
},
38081
{
@@ -38154,7 +38166,7 @@
38166
"zh-chs": "记录会议",
38167
"zh-cht": "記錄會議",
38168
"xloc": [
38157
- "default.handlebars->35->1773"
38169
+ "default.handlebars->35->1772"
38170
]
38171
},
38172
{
@@ -38176,7 +38188,7 @@
38188
"zh-chs": "记录细节",
38189
"zh-cht": "記錄細節",
38190
"xloc": [
38179
- "default.handlebars->35->2446"
38191
+ "default.handlebars->35->2449"
38192
]
38193
},
38194
{
@@ -38235,7 +38247,7 @@
38247
"default-mobile.handlebars->11->145",
38248
"default-mobile.handlebars->11->431",
38249
"default.handlebars->35->1176",
38238
- "default.handlebars->35->1930",
38250
+ "default.handlebars->35->1933",
38251
"sharing.handlebars->11->60"
38252
]
38253
},
@@ -38357,7 +38369,7 @@
38369
"zh-cht": "中繼",
38370
"xloc": [
38371
"default-mobile.handlebars->11->238",
38360
- "default.handlebars->35->2527",
38372
+ "default.handlebars->35->2530",
38373
"default.handlebars->35->328",
38374
"default.handlebars->35->549"
38375
]
@@ -38381,7 +38393,7 @@
38393
"zh-chs": "中继数量",
38394
"zh-cht": "中繼數量",
38395
"xloc": [
38384
- "default.handlebars->35->2512"
38396
+ "default.handlebars->35->2515"
38397
]
38398
},
38399
{
@@ -38415,7 +38427,7 @@
38427
"zh-chs": "中继错误",
38428
"zh-cht": "中繼錯誤",
38429
"xloc": [
38418
- "default.handlebars->35->2505"
38430
+ "default.handlebars->35->2508"
38431
]
38432
},
38433
{
@@ -38449,8 +38461,8 @@
38461
"zh-chs": "中继连接",
38462
"zh-cht": "中繼連接",
38463
"xloc": [
38452
- "default.handlebars->35->2511",
38453
- "default.handlebars->35->2539"
38464
+ "default.handlebars->35->2514",
38465
+ "default.handlebars->35->2542"
38466
]
38467
},
38468
{
@@ -38669,7 +38681,7 @@
38681
"zh-cht": "遠程命令",
38682
"xloc": [
38683
"default-mobile.handlebars->11->607",
38672
- "default.handlebars->35->1806"
38684
+ "default.handlebars->35->1809"
38685
]
38686
},
38687
{
@@ -38693,8 +38705,8 @@
38705
"xloc": [
38706
"default-mobile.handlebars->11->594",
38707
"default-mobile.handlebars->11->614",
38696
- "default.handlebars->35->1791",
38697
- "default.handlebars->35->1829"
38708
+ "default.handlebars->35->1794",
38709
+ "default.handlebars->35->1832"
38710
]
38711
},
38712
{
@@ -38789,8 +38801,8 @@
38801
"zh-chs": "远程桌面连接栏已激活/更新",
38802
"zh-cht": "遠程桌面連接欄已激活/更新",
38803
"xloc": [
38792
- "default.handlebars->35->1976",
38793
- "default.handlebars->35->1982"
38804
+ "default.handlebars->35->1979",
38805
+ "default.handlebars->35->1985"
38806
]
38807
},
38808
{
@@ -38812,7 +38824,7 @@
38824
"zh-chs": "远程桌面连接栏失败或不受支持",
38825
"zh-cht": "遠程桌面連接欄失敗或不受支持",
38826
"xloc": [
38815
- "default.handlebars->35->1977"
38827
+ "default.handlebars->35->1980"
38828
]
38829
},
38830
{
@@ -38834,7 +38846,7 @@
38846
"zh-chs": "远程桌面连接栏失败或不受支持",
38847
"zh-cht": "遠程桌面連接欄失敗或不受支持",
38848
"xloc": [
38837
- "default.handlebars->35->1983"
38849
+ "default.handlebars->35->1986"
38850
]
38851
},
38852
{
@@ -38856,9 +38868,9 @@
38868
"zh-chs": "本地用户强行关闭了远程桌面连接",
38869
"zh-cht": "本地用戶強行關閉了遠程桌面連接",
38870
"xloc": [
38859
- "default.handlebars->35->1974",
38860
- "default.handlebars->35->1978",
38861
- "default.handlebars->35->1984"
38871
+ "default.handlebars->35->1977",
38872
+ "default.handlebars->35->1981",
38873
+ "default.handlebars->35->1987"
38874
]
38875
},
38876
{
@@ -39195,8 +39207,8 @@
39207
"xloc": [
39208
"default-mobile.handlebars->11->595",
39209
"default-mobile.handlebars->11->619",
39198
- "default.handlebars->35->1792",
39199
- "default.handlebars->35->1834"
39210
+ "default.handlebars->35->1795",
39211
+ "default.handlebars->35->1837"
39212
]
39213
},
39214
{
@@ -39402,8 +39414,8 @@
39414
"zh-chs": "删除设备组权限",
39415
"zh-cht": "刪除裝置群權限",
39416
"xloc": [
39405
- "default.handlebars->35->2263",
39406
- "default.handlebars->35->2407"
39417
+ "default.handlebars->35->2266",
39418
+ "default.handlebars->35->2410"
39419
]
39420
},
39421
{
@@ -39425,8 +39437,8 @@
39437
"zh-chs": "删除设备权限",
39438
"zh-cht": "刪除裝置權限",
39439
"xloc": [
39428
- "default.handlebars->35->2261",
39429
- "default.handlebars->35->2394"
39440
+ "default.handlebars->35->2264",
39441
+ "default.handlebars->35->2397"
39442
]
39443
},
39444
{
@@ -39448,7 +39460,7 @@
39460
"zh-chs": "删除设备共享",
39461
"zh-cht": "刪除設備共享",
39462
"xloc": [
39451
- "default.handlebars->35->2392"
39463
+ "default.handlebars->35->2395"
39464
]
39465
},
39466
{
@@ -39505,7 +39517,7 @@
39517
"zh-chs": "删除用户组成员身份",
39518
"zh-cht": "刪除用戶群成員身份",
39519
"xloc": [
39508
- "default.handlebars->35->2403"
39520
+ "default.handlebars->35->2406"
39521
]
39522
},
39523
{
@@ -39527,8 +39539,8 @@
39539
"zh-chs": "删除用户组权限",
39540
"zh-cht": "刪除用戶群權限",
39541
"xloc": [
39530
- "default.handlebars->35->1855",
39531
- "default.handlebars->35->2399"
39542
+ "default.handlebars->35->1858",
39543
+ "default.handlebars->35->2402"
39544
]
39545
},
39546
{
@@ -39550,7 +39562,7 @@
39562
"zh-chs": "删除用户成员资格",
39563
"zh-cht": "刪除用戶成員資格",
39564
"xloc": [
39553
- "default.handlebars->35->2271"
39565
+ "default.handlebars->35->2274"
39566
]
39567
},
39568
{
@@ -39572,8 +39584,8 @@
39584
"zh-chs": "删除用户权限",
39585
"zh-cht": "刪除用戶權限",
39586
"xloc": [
39575
- "default.handlebars->35->1853",
39576
- "default.handlebars->35->2396"
39587
+ "default.handlebars->35->1856",
39588
+ "default.handlebars->35->2399"
39589
]
39590
},
39591
{
@@ -39595,7 +39607,7 @@
39607
"zh-chs": "删除所有两因素认证。",
39608
"zh-cht": "刪除所有二因子鑑別。",
39609
"xloc": [
39598
- "default.handlebars->35->2369"
39610
+ "default.handlebars->35->2372"
39611
]
39612
},
39613
{
@@ -39617,7 +39629,7 @@
39629
"zh-chs": "删除此用户标识的所有先前事件。",
39630
"zh-cht": "刪除此用戶標識的所有先前事件。",
39631
"xloc": [
39620
- "default.handlebars->35->2170"
39632
+ "default.handlebars->35->2173"
39633
]
39634
},
39635
{
@@ -39639,7 +39651,7 @@
39651
"zh-chs": "断开连接后移除设备",
39652
"zh-cht": "斷開連接後删除裝置",
39653
"xloc": [
39642
- "default.handlebars->35->1771"
39654
+ "default.handlebars->35->1774"
39655
]
39656
},
39657
{
@@ -39664,6 +39676,12 @@
39676
"default.handlebars->35->843"
39677
]
39678
},
39679
+ {
39680
+ "en": "Remove inactive",
39681
+ "xloc": [
39682
+ "default.handlebars->35->1664"
39683
+ ]
39684
+ },
39685
{
39686
"de": "Anmeldetoken entfernen",
39687
"en": "Remove login token",
@@ -39788,7 +39806,7 @@
39806
"zh-chs": "删除此用户",
39807
"zh-cht": "刪除此用戶",
39808
"xloc": [
39791
- "default.handlebars->35->2343"
39809
+ "default.handlebars->35->2346"
39810
]
39811
},
39812
{
@@ -39810,7 +39828,7 @@
39828
"zh-chs": "删除用户组成员身份",
39829
"zh-cht": "刪除用戶群成員身份",
39830
"xloc": [
39813
- "default.handlebars->35->2383"
39831
+ "default.handlebars->35->2386"
39832
]
39833
},
39834
{
@@ -39832,7 +39850,7 @@
39850
"zh-chs": "删除此设备的用户组权限",
39851
"zh-cht": "刪除此裝置的用戶群權限",
39852
"xloc": [
39835
- "default.handlebars->35->2257"
39853
+ "default.handlebars->35->2260"
39854
]
39855
},
39856
{
@@ -39854,7 +39872,7 @@
39872
"zh-chs": "删除此设备组的用户组权限",
39873
"zh-cht": "刪除此裝置群的用戶群權限",
39874
"xloc": [
39857
- "default.handlebars->35->2251",
39875
+ "default.handlebars->35->2254",
39876
"default.handlebars->35->836"
39877
]
39878
},
@@ -39877,10 +39895,10 @@
39895
"zh-chs": "删除此设备组的用户权限",
39896
"zh-cht": "刪除此裝置群的用戶權限",
39897
"xloc": [
39880
- "default.handlebars->35->1705",
39881
- "default.handlebars->35->2245",
39882
- "default.handlebars->35->2377",
39883
- "default.handlebars->35->2389",
39898
+ "default.handlebars->35->1706",
39899
+ "default.handlebars->35->2248",
39900
+ "default.handlebars->35->2380",
39901
+ "default.handlebars->35->2392",
39902
"default.handlebars->35->837"
39903
]
39904
},
@@ -39915,7 +39933,7 @@
39933
"zh-chs": "删除身份验证应用程序",
39934
"zh-cht": "刪除身份驗證應用程序",
39935
"xloc": [
39918
- "default.handlebars->35->2036"
39936
+ "default.handlebars->35->2039"
39937
]
39938
},
39939
{
@@ -39937,7 +39955,7 @@
39955
"zh-chs": "删除的设备共享{0}",
39956
"zh-cht": "刪除的設備共享{0}",
39957
"xloc": [
39940
- "default.handlebars->35->2047"
39958
+ "default.handlebars->35->2050"
39959
]
39960
},
39961
{
@@ -39959,7 +39977,7 @@
39977
"zh-chs": "从设备组{1}中删除了设备{0}",
39978
"zh-cht": "從設備組{1}中刪除了設備{0}",
39979
"xloc": [
39962
- "default.handlebars->35->2032"
39980
+ "default.handlebars->35->2035"
39981
]
39982
},
39983
{
@@ -39975,7 +39993,7 @@
39993
"zh-chs": "删除了登录令牌",
39994
"it": "Token di accesso rimosso",
39995
"xloc": [
39978
- "default.handlebars->35->2061"
39996
+ "default.handlebars->35->2064"
39997
]
39998
},
39999
{
@@ -39997,7 +40015,7 @@
40015
"zh-chs": "已删除用户{0}的电话号码",
40016
"zh-cht": "已刪除用戶{0}的電話號碼",
40017
"xloc": [
40000
- "default.handlebars->35->2042"
40018
+ "default.handlebars->35->2045"
40019
]
40020
},
40021
{
@@ -40012,7 +40030,7 @@
40030
"zh-chs": "删除了推送通知身份验证设备",
40031
"it": "Dispositivo di autenticazione delle notifiche push rimosso",
40032
"xloc": [
40015
- "default.handlebars->35->2059"
40033
+ "default.handlebars->35->2062"
40034
]
40035
},
40036
{
@@ -40034,7 +40052,7 @@
40052
"zh-chs": "移除安全密钥",
40053
"zh-cht": "移除安全密鑰",
40054
"xloc": [
40037
- "default.handlebars->35->2039"
40055
+ "default.handlebars->35->2042"
40056
]
40057
},
40058
{
@@ -40056,9 +40074,9 @@
40074
"zh-chs": "删除了{0}的用户设备权限",
40075
"zh-cht": "刪除了{0}的用戶設備權限",
40076
"xloc": [
40059
- "default.handlebars->35->2005",
40060
- "default.handlebars->35->2026",
40061
- "default.handlebars->35->2031"
40077
+ "default.handlebars->35->2008",
40078
+ "default.handlebars->35->2029",
40079
+ "default.handlebars->35->2034"
40080
]
40081
},
40082
{
@@ -40080,7 +40098,7 @@
40098
"zh-chs": "从设备组{1}中删除了用户组{0}",
40099
"zh-cht": "從設備組{1}中刪除了用戶組{0}",
40100
"xloc": [
40083
- "default.handlebars->35->2015"
40101
+ "default.handlebars->35->2018"
40102
]
40103
},
40104
{
@@ -40102,7 +40120,7 @@
40120
"zh-chs": "从设备组{1}中删除了用户{0}",
40121
"zh-cht": "已從設備組{1}中刪除用戶{0}",
40122
"xloc": [
40105
- "default.handlebars->35->2028"
40123
+ "default.handlebars->35->2031"
40124
]
40125
},
40126
{
@@ -40124,8 +40142,8 @@
40142
"zh-chs": "从用户组{1}中删除了用户{0}",
40143
"zh-cht": "從用戶組{1}中刪除了用戶{0}",
40144
"xloc": [
40127
- "default.handlebars->35->2007",
40128
- "default.handlebars->35->2017"
40145
+ "default.handlebars->35->2010",
40146
+ "default.handlebars->35->2020"
40147
]
40148
},
40149
{
@@ -40152,7 +40170,7 @@
40170
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
40171
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
40172
"default.handlebars->35->1180",
40155
- "default.handlebars->35->1934",
40173
+ "default.handlebars->35->1937",
40174
"default.handlebars->35->653",
40175
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
40176
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -40192,7 +40210,7 @@
40210
"zh-chs": "重命名:“{0}”为“{1}”",
40211
"zh-cht": "重命名:“{0}”為“{1}”",
40212
"xloc": [
40195
- "default.handlebars->35->1993"
40213
+ "default.handlebars->35->1996"
40214
]
40215
},
40216
{
@@ -40214,7 +40232,7 @@
40232
"zh-chs": "报告日",
40233
"zh-cht": "報告日",
40234
"xloc": [
40217
- "default.handlebars->35->2074"
40235
+ "default.handlebars->35->2077"
40236
]
40237
},
40238
{
@@ -40236,7 +40254,7 @@
40254
"zh-chs": "报告类型",
40255
"zh-cht": "報告類型",
40256
"xloc": [
40239
- "default.handlebars->35->2069"
40257
+ "default.handlebars->35->2072"
40258
]
40259
},
40260
{
@@ -40347,8 +40365,8 @@
40365
"zh-cht": "要求:{0}。",
40366
"xloc": [
40367
"default-mobile.handlebars->11->113",
40350
- "default.handlebars->35->2175",
40351
- "default.handlebars->35->2367"
40368
+ "default.handlebars->35->2178",
40369
+ "default.handlebars->35->2370"
40370
]
40371
},
40372
{
@@ -40465,7 +40483,7 @@
40483
"zh-cht": "重置/關閉電源",
40484
"xloc": [
40485
"default-mobile.handlebars->11->608",
40468
- "default.handlebars->35->1807"
40486
+ "default.handlebars->35->1810"
40487
]
40488
},
40489
{
@@ -40604,7 +40622,7 @@
40622
"zh-cht": "重置/關閉",
40623
"xloc": [
40624
"default-mobile.handlebars->11->628",
40607
- "default.handlebars->35->1844",
40625
+ "default.handlebars->35->1847",
40626
"default.handlebars->35->873",
40627
"default.handlebars->35->895"
40628
]
@@ -40742,7 +40760,7 @@
40760
"zh-chs": "限制条件",
40761
"zh-cht": "限制條件",
40762
"xloc": [
40745
- "default.handlebars->35->2283"
40763
+ "default.handlebars->35->2286"
40764
]
40765
},
40766
{
@@ -40850,7 +40868,7 @@
40868
"default-mobile.handlebars->11->131",
40869
"default-mobile.handlebars->11->424",
40870
"default.handlebars->35->1164",
40853
- "default.handlebars->35->1902",
40871
+ "default.handlebars->35->1905",
40872
"sharing.handlebars->11->49"
40873
]
40874
},
@@ -41182,7 +41200,7 @@
41200
"zh-chs": "运行命令",
41201
"zh-cht": "運行命令",
41202
"xloc": [
41185
- "default.handlebars->35->1969"
41203
+ "default.handlebars->35->1972"
41204
]
41205
},
41206
{
@@ -41204,7 +41222,7 @@
41222
"zh-chs": "以用户身份运行命令",
41223
"zh-cht": "以用戶身份運行命令",
41224
"xloc": [
41207
- "default.handlebars->35->2044"
41225
+ "default.handlebars->35->2047"
41226
]
41227
},
41228
{
@@ -41226,7 +41244,7 @@
41244
"zh-chs": "如果可能,以用户身份运行命令",
41245
"zh-cht": "如果可能,以用戶身份運行命令",
41246
"xloc": [
41229
- "default.handlebars->35->2045"
41247
+ "default.handlebars->35->2048"
41248
]
41249
},
41250
{
@@ -41338,8 +41356,8 @@
41356
"zh-chs": "短信",
41357
"zh-cht": "短信",
41358
"xloc": [
41341
- "default.handlebars->35->2330",
41342
- "default.handlebars->35->2335",
41359
+ "default.handlebars->35->2333",
41360
+ "default.handlebars->35->2338",
41361
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
41362
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
41363
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -41366,7 +41384,7 @@
41384
"zh-chs": "此用户的短信功能电话号码。",
41385
"zh-cht": "此用戶的短信功能電話號碼。",
41386
"xloc": [
41369
- "default.handlebars->35->2351"
41387
+ "default.handlebars->35->2354"
41388
]
41389
},
41390
{
@@ -41383,7 +41401,7 @@
41401
"zh-chs": "短信错误",
41402
"xloc": [
41403
"default-mobile.handlebars->11->674",
41386
- "default.handlebars->35->2485"
41404
+ "default.handlebars->35->2488"
41405
]
41406
},
41407
{
@@ -41400,7 +41418,7 @@
41418
"zh-chs": "短信错误:{0}",
41419
"xloc": [
41420
"default-mobile.handlebars->11->675",
41403
- "default.handlebars->35->2486"
41421
+ "default.handlebars->35->2489"
41422
]
41423
},
41424
{
@@ -41417,7 +41435,7 @@
41435
"zh-chs": "短信网关未启用",
41436
"xloc": [
41437
"default-mobile.handlebars->11->669",
41420
- "default.handlebars->35->2480"
41438
+ "default.handlebars->35->2483"
41439
]
41440
},
41441
{
@@ -41470,7 +41488,7 @@
41488
"zh-chs": "短信发送成功。",
41489
"xloc": [
41490
"default-mobile.handlebars->11->673",
41473
- "default.handlebars->35->2484"
41491
+ "default.handlebars->35->2487"
41492
]
41493
},
41494
{
@@ -42145,8 +42163,8 @@
42163
"default-mobile.handlebars->11->346",
42164
"default-mobile.handlebars->11->518",
42165
"default.handlebars->35->1265",
42148
- "default.handlebars->35->1900",
42149
- "default.handlebars->35->2331",
42166
+ "default.handlebars->35->1903",
42167
+ "default.handlebars->35->2334",
42168
"default.handlebars->35->394",
42169
"default.handlebars->35->986",
42170
"default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1"
@@ -42171,7 +42189,7 @@
42189
"zh-chs": "安全密钥",
42190
"zh-cht": "安全密鑰",
42191
"xloc": [
42174
- "default.handlebars->35->2326"
42192
+ "default.handlebars->35->2329"
42193
]
42194
},
42195
{
@@ -42188,7 +42206,7 @@
42206
"zh-chs": "安全警告",
42207
"xloc": [
42208
"default-mobile.handlebars->11->643",
42191
- "default.handlebars->35->2454"
42209
+ "default.handlebars->35->2457"
42210
]
42211
},
42212
{
@@ -42246,9 +42264,9 @@
42264
"xloc": [
42265
"default.handlebars->35->1171",
42266
"default.handlebars->35->1173",
42249
- "default.handlebars->35->1926",
42250
- "default.handlebars->35->2119",
42251
- "default.handlebars->35->2202",
42267
+ "default.handlebars->35->1929",
42268
+ "default.handlebars->35->2122",
42269
+ "default.handlebars->35->2205",
42270
"default.handlebars->35->554",
42271
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
42272
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -42281,9 +42299,9 @@
42299
"zh-cht": "選擇無",
42300
"xloc": [
42301
"default.handlebars->35->1172",
42284
- "default.handlebars->35->1925",
42285
- "default.handlebars->35->2118",
42286
- "default.handlebars->35->2201",
42302
+ "default.handlebars->35->1928",
42303
+ "default.handlebars->35->2121",
42304
+ "default.handlebars->35->2204",
42305
"default.handlebars->35->553",
42306
"default.handlebars->meshContextMenu->cxselectnone",
42307
"sharing.handlebars->11->57"
@@ -42411,8 +42429,8 @@
42429
"zh-chs": "选择要对所有选定用户执行的操作。",
42430
"zh-cht": "選擇要對所有選定用戶執行的操作。",
42431
"xloc": [
42414
- "default.handlebars->35->2122",
42415
- "default.handlebars->35->2203"
42432
+ "default.handlebars->35->2125",
42433
+ "default.handlebars->35->2206"
42434
]
42435
},
42436
{
@@ -42457,7 +42475,7 @@
42475
"zh-chs": "选择新密码",
42476
"zh-cht": "選擇新密碼",
42477
"xloc": [
42460
- "default.handlebars->35->1731"
42478
+ "default.handlebars->35->1732"
42479
]
42480
},
42481
{
@@ -42503,7 +42521,7 @@
42521
"zh-cht": "僅自我事件",
42522
"xloc": [
42523
"default-mobile.handlebars->11->624",
42506
- "default.handlebars->35->1840"
42524
+ "default.handlebars->35->1843"
42525
]
42526
},
42527
{
@@ -42563,7 +42581,7 @@
42581
"zh-chs": "发电邮",
42582
"zh-cht": "發電郵",
42583
"xloc": [
42566
- "default.handlebars->35->2133"
42584
+ "default.handlebars->35->2136"
42585
]
42586
},
42587
{
@@ -42630,7 +42648,7 @@
42648
"zh-chs": "发送短信",
42649
"zh-cht": "發送簡訊",
42650
"xloc": [
42633
- "default.handlebars->35->2131"
42651
+ "default.handlebars->35->2134"
42652
]
42653
},
42654
{
@@ -42652,7 +42670,7 @@
42670
"zh-chs": "发送短信给该用户",
42671
"zh-cht": "發送短信給該用戶",
42672
"xloc": [
42655
- "default.handlebars->35->2336"
42673
+ "default.handlebars->35->2339"
42674
]
42675
},
42676
{
@@ -42674,7 +42692,7 @@
42692
"zh-chs": "发送电邮给该用户",
42693
"zh-cht": "發送電郵給該用戶",
42694
"xloc": [
42677
- "default.handlebars->35->2338"
42695
+ "default.handlebars->35->2341"
42696
]
42697
},
42698
{
@@ -42696,7 +42714,7 @@
42714
"zh-chs": "向该组中的所有用户发送通知。",
42715
"zh-cht": "向該群中的所有用戶發送通知。",
42716
"xloc": [
42699
- "default.handlebars->35->2242"
This file is too large to show in full.
views/default.handlebars
+9
@@ -11469,6 +11469,15 @@
11469
}
11470
x += '<div><label><input type=checkbox id=d20expireDevice onchange=p20editmeshfeaturesValidate() ' + ((expire > 0) ? 'checked' : '') + '>' + "Automatically remove inactive devices" + '</label><br></div>';
11471
x += '<div style=margin-left:20px id=d20expireDeviceDev>' + "Inactivate days until removal" + ' <label><input type=number inputmode=numeric onchange=p20editmeshfeaturesValidate() onkeyup=p20editmeshfeaturesValidate() onpaste=p20editmeshfeaturesValidate() onkeydown=p20editmeshfeaturesValidate() maxlength=4 min=1 max=2000 style=width:80px value=\"' + ((expire == 0)?30:expire) + '\" id=d20expireDeviceDays></label><br></div>';
11472
+
11473
+ if (serverinfo.autoremoveinactivedevices) {
11474
+ if (serverinfo.autoremoveinactivedevices == 1) {
11475
+ x += format('<span style=font-size:x-small;margin-left:6px>' + "By default, inactive devices will be removed after 1 day." + '</span>', serverinfo.autoremoveinactivedevices);
11476
+ } else {
11477
+ x += format('<span style=font-size:x-small;margin-left:6px>' + "By default, inactive devices will be removed after {0} days." + '</span>', serverinfo.autoremoveinactivedevices);
11478
+ }
11479
+ }
11480
+
11481
setDialogMode(2, "Edit Device Group Features", 3, p20editmeshfeaturesEx, x);
11482
p20editmeshfeaturesValidate();
11483
}