Version 0.7.59
Ylian Saint-Hilaire committed
Jan 31, 2021 at 16:54 UTC
1c2e25877bf4dfdb64fd8ebed8815af882bd9751
4 files changed
+1209
-1178
meshcentral.js
+6
-2
@@ -1546,7 +1546,8 @@ function CreateMeshCentralServer(config, args) {
1546
1547
// Setup Firebase
1548
if ((config.firebase != null) && (typeof config.firebase.senderid == 'string') && (typeof config.firebase.serverkey == 'string')) {
1549
- obj.firebase = require('./firebase').CreateFirebase(obj, config.firebase.senderid, config.firebase.serverkey);
1549
+ const NodeJSVer = Number(process.version.match(/^v(\d+\.\d+)/)[1]);
1550
+ if (NodeJSVer >= 10) { obj.firebase = require('./firebase').CreateFirebase(obj, config.firebase.senderid, config.firebase.serverkey); }
1551
}
1552
1553
// Start periodic maintenance
@@ -3059,7 +3060,10 @@ function mainStart() {
3060
}
3061
3062
// Firebase Support
3062
- if (config.firebase != null) { modules.push('node-xcs'); }
3063
+ if (config.firebase != null) {
3064
+ const NodeJSVer = Number(process.version.match(/^v(\d+\.\d+)/)[1]);
3065
+ if (NodeJSVer < 10) { console.log("Firebase support required Node v10 or above, current version is " + process.version + "."); } else { modules.push('node-xcs'); }
3066
+ }
3067
3068
// Syslog support
3069
if ((require('os').platform() != 'win32') && (config.settings.syslog || config.settings.syslogjson)) { modules.push('modern-syslog'); }
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.7.58",
3
+ "version": "0.7.59",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
translate/translate.json
+1200
-1173
@@ -17,8 +17,8 @@
17
"zh-chs": " + CIRA",
18
"zh-cht": " + CIRA",
19
"xloc": [
20
- "default.handlebars->31->1448",
21
- "default.handlebars->31->1450"
20
+ "default.handlebars->31->1449",
21
+ "default.handlebars->31->1451"
22
]
23
},
24
{
@@ -204,7 +204,7 @@
204
"zh-chs": " 可以使用密码提示,但不建议使用。",
205
"zh-cht": " 可以使用密碼提示,但不建議使用。",
206
"xloc": [
207
- "default.handlebars->31->1361"
207
+ "default.handlebars->31->1362"
208
]
209
},
210
{
@@ -224,8 +224,8 @@
224
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226
"xloc": [
227
- "default.handlebars->31->1525",
228
- "default.handlebars->31->1992"
227
+ "default.handlebars->31->1526",
228
+ "default.handlebars->31->1993"
229
]
230
},
231
{
@@ -432,7 +432,7 @@
432
"zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
433
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
434
"xloc": [
435
- "default.handlebars->31->1494",
435
+ "default.handlebars->31->1495",
436
"default.handlebars->31->323"
437
]
438
},
@@ -508,7 +508,7 @@
508
"zh-cht": ",",
509
"xloc": [
510
"default-mobile.handlebars->11->538",
511
- "default.handlebars->31->1596"
511
+ "default.handlebars->31->1597"
512
]
513
},
514
{
@@ -826,8 +826,8 @@
826
"xloc": [
827
"default-mobile.handlebars->11->119",
828
"default-mobile.handlebars->11->349",
829
- "default.handlebars->31->1637",
830
- "default.handlebars->31->2151",
829
+ "default.handlebars->31->1638",
830
+ "default.handlebars->31->2152",
831
"default.handlebars->31->971"
832
]
833
},
@@ -885,7 +885,7 @@
885
"zh-chs": "1个活跃时段",
886
"zh-cht": "1個活躍時段",
887
"xloc": [
888
- "default.handlebars->31->2063"
888
+ "default.handlebars->31->2064"
889
]
890
},
891
{
@@ -907,7 +907,7 @@
907
"xloc": [
908
"default-mobile.handlebars->11->129",
909
"default-mobile.handlebars->11->581",
910
- "default.handlebars->31->1661",
910
+ "default.handlebars->31->1662",
911
"download.handlebars->3->1",
912
"download2.handlebars->5->1"
913
]
@@ -972,7 +972,7 @@
972
"zh-chs": "1组",
973
"zh-cht": "1群",
974
"xloc": [
975
- "default.handlebars->31->2026"
975
+ "default.handlebars->31->2027"
976
]
977
},
978
{
@@ -1076,7 +1076,7 @@
1076
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1077
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1078
"xloc": [
1079
- "default.handlebars->31->1816"
1079
+ "default.handlebars->31->1817"
1080
]
1081
},
1082
{
@@ -1142,7 +1142,7 @@
1142
"default-mobile.handlebars->11->183",
1143
"default-mobile.handlebars->11->186",
1144
"default-mobile.handlebars->11->189",
1145
- "default.handlebars->31->1820",
1145
+ "default.handlebars->31->1821",
1146
"default.handlebars->31->268",
1147
"default.handlebars->31->271",
1148
"default.handlebars->31->274",
@@ -1625,7 +1625,7 @@
1625
"zh-chs": "2FA备份代码已清除",
1626
"zh-cht": "2FA備份代碼已清除",
1627
"xloc": [
1628
- "default.handlebars->31->1772"
1628
+ "default.handlebars->31->1773"
1629
]
1630
},
1631
{
@@ -1645,8 +1645,8 @@
1645
"zh-chs": "启用第二因素身份验证",
1646
"zh-cht": "啟用第二因素身份驗證",
1647
"xloc": [
1648
- "default.handlebars->31->1833",
1649
- "default.handlebars->31->2048"
1648
+ "default.handlebars->31->1834",
1649
+ "default.handlebars->31->2049"
1650
]
1651
},
1652
{
@@ -2514,7 +2514,7 @@
2514
"zh-cht": "ACM",
2515
"xloc": [
2516
"default-mobile.handlebars->11->247",
2517
- "default.handlebars->31->1464",
2517
+ "default.handlebars->31->1465",
2518
"default.handlebars->31->588"
2519
]
2520
},
@@ -2748,7 +2748,7 @@
2748
"zh-chs": "访问服务器档案",
2749
"zh-cht": "存取伺服器檔案",
2750
"xloc": [
2751
- "default.handlebars->31->1998"
2751
+ "default.handlebars->31->1999"
2752
]
2753
},
2754
{
@@ -2837,9 +2837,9 @@
2837
"default-mobile.handlebars->11->222",
2838
"default-mobile.handlebars->11->224",
2839
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2840
- "default.handlebars->31->1370",
2841
- "default.handlebars->31->1372",
2842
- "default.handlebars->31->2265",
2840
+ "default.handlebars->31->1371",
2841
+ "default.handlebars->31->1373",
2842
+ "default.handlebars->31->2266",
2843
"default.handlebars->31->557",
2844
"default.handlebars->31->559"
2845
]
@@ -2850,7 +2850,7 @@
2850
"fr": "Paramètres du compte",
2851
"xloc": [
2852
"default-mobile.handlebars->11->549",
2853
- "default.handlebars->31->2159"
2853
+ "default.handlebars->31->2160"
2854
]
2855
},
2856
{
@@ -2911,7 +2911,7 @@
2911
"zh-chs": "帐户已更改:{0}",
2912
"zh-cht": "帳戶已更改:{0}",
2913
"xloc": [
2914
- "default.handlebars->31->1745"
2914
+ "default.handlebars->31->1746"
2915
]
2916
},
2917
{
@@ -2931,7 +2931,7 @@
2931
"zh-chs": "创建帐户,电子邮件为{0}",
2932
"zh-cht": "創建帳戶,電子郵件為{0}",
2933
"xloc": [
2934
- "default.handlebars->31->1744"
2934
+ "default.handlebars->31->1745"
2935
]
2936
},
2937
{
@@ -2951,7 +2951,7 @@
2951
"zh-chs": "创建帐户,用户名是{0}",
2952
"zh-cht": "帳戶已創建,用戶名是{0}",
2953
"xloc": [
2954
- "default.handlebars->31->1743"
2954
+ "default.handlebars->31->1744"
2955
]
2956
},
2957
{
@@ -2971,8 +2971,8 @@
2971
"zh-chs": "帐户已被锁定",
2972
"zh-cht": "帳戶已被鎖定",
2973
"xloc": [
2974
- "default.handlebars->31->1835",
2975
- "default.handlebars->31->1995"
2974
+ "default.handlebars->31->1836",
2975
+ "default.handlebars->31->1996"
2976
]
2977
},
2978
{
@@ -2993,7 +2993,7 @@
2993
"zh-cht": "達到帳戶限制。",
2994
"xloc": [
2995
"default-mobile.handlebars->11->561",
2996
- "default.handlebars->31->2171",
2996
+ "default.handlebars->31->2172",
2997
"login-mobile.handlebars->5->6",
2998
"login.handlebars->5->6",
2999
"login2.handlebars->7->7"
@@ -3038,7 +3038,7 @@
3038
"zh-chs": "帐号登录",
3039
"zh-cht": "帳號登錄",
3040
"xloc": [
3041
- "default.handlebars->31->1680"
3041
+ "default.handlebars->31->1681"
3042
]
3043
},
3044
{
@@ -3058,7 +3058,7 @@
3058
"zh-chs": "帐户登出",
3059
"zh-cht": "帳戶登出",
3060
"xloc": [
3061
- "default.handlebars->31->1681"
3061
+ "default.handlebars->31->1682"
3062
]
3063
},
3064
{
@@ -3100,7 +3100,7 @@
3100
"zh-chs": "帐户密码已更改:{0}",
3101
"zh-cht": "帳戶密碼已更改:{0}",
3102
"xloc": [
3103
- "default.handlebars->31->1753"
3103
+ "default.handlebars->31->1754"
3104
]
3105
},
3106
{
@@ -3120,7 +3120,7 @@
3120
"zh-chs": "帐户已删除",
3121
"zh-cht": "帳戶已刪除",
3122
"xloc": [
3123
- "default.handlebars->31->1742"
3123
+ "default.handlebars->31->1743"
3124
]
3125
},
3126
{
@@ -3160,7 +3160,7 @@
3160
"zh-chs": "指令",
3161
"zh-cht": "指令",
3162
"xloc": [
3163
- "default.handlebars->31->1108",
3163
+ "default.handlebars->31->1109",
3164
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3165
]
3166
},
@@ -3288,7 +3288,7 @@
3288
"zh-chs": "如果ACM失败,则激活到CCM",
3289
"zh-cht": "如果ACM失敗,則激活到CCM",
3290
"xloc": [
3291
- "default.handlebars->31->1485"
3291
+ "default.handlebars->31->1486"
3292
]
3293
},
3294
{
@@ -3399,7 +3399,7 @@
3399
"zh-chs": "添加代理",
3400
"zh-cht": "新增代理",
3401
"xloc": [
3402
- "default.handlebars->31->1460",
3402
+ "default.handlebars->31->1461",
3403
"default.handlebars->31->301"
3404
]
3405
},
@@ -3437,8 +3437,8 @@
3437
"zh-chs": "添加设备",
3438
"zh-cht": "新增裝置",
3439
"xloc": [
3440
- "default.handlebars->31->1972",
3441
- "default.handlebars->31->2098"
3440
+ "default.handlebars->31->1973",
3441
+ "default.handlebars->31->2099"
3442
]
3443
},
3444
{
@@ -3478,9 +3478,9 @@
3478
"zh-chs": "添加设备组",
3479
"zh-cht": "新增裝置群",
3480
"xloc": [
3481
- "default.handlebars->31->1560",
3482
- "default.handlebars->31->1966",
3483
- "default.handlebars->31->2086",
3481
+ "default.handlebars->31->1561",
3482
+ "default.handlebars->31->1967",
3483
+ "default.handlebars->31->2087",
3484
"default.handlebars->31->238"
3485
]
3486
},
@@ -3501,7 +3501,7 @@
3501
"zh-chs": "添加设备组权限",
3502
"zh-cht": "新增裝置群權限",
3503
"xloc": [
3504
- "default.handlebars->31->1557"
3504
+ "default.handlebars->31->1558"
3505
]
3506
},
3507
{
@@ -3521,8 +3521,8 @@
3521
"zh-chs": "添加设备权限",
3522
"zh-cht": "新增裝置權限",
3523
"xloc": [
3524
- "default.handlebars->31->1562",
3525
- "default.handlebars->31->1564"
3524
+ "default.handlebars->31->1563",
3525
+ "default.handlebars->31->1565"
3526
]
3527
},
3528
{
@@ -3619,7 +3619,7 @@
3619
"zh-chs": "添加成员身份",
3620
"zh-cht": "新增成員身份",
3621
"xloc": [
3622
- "default.handlebars->31->2118"
3622
+ "default.handlebars->31->2119"
3623
]
3624
},
3625
{
@@ -3659,8 +3659,8 @@
3659
"zh-chs": "添加安全密钥",
3660
"zh-cht": "新增安全密鑰",
3661
"xloc": [
3662
- "default.handlebars->31->1137",
3662
"default.handlebars->31->1138",
3663
+ "default.handlebars->31->1139",
3664
"default.handlebars->31->160",
3665
"default.handlebars->31->162",
3666
"default.handlebars->31->165",
@@ -3705,7 +3705,7 @@
3705
"zh-chs": "添加用户设备权限",
3706
"zh-cht": "新增用戶裝置權限",
3707
"xloc": [
3708
- "default.handlebars->31->1567"
3708
+ "default.handlebars->31->1568"
3709
]
3710
},
3711
{
@@ -3725,9 +3725,9 @@
3725
"zh-chs": "添加用户组",
3726
"zh-cht": "新增用戶群",
3727
"xloc": [
3728
- "default.handlebars->31->1456",
3729
- "default.handlebars->31->1559",
3730
- "default.handlebars->31->2092",
3728
+ "default.handlebars->31->1457",
3729
+ "default.handlebars->31->1560",
3730
+ "default.handlebars->31->2093",
3731
"default.handlebars->31->698"
3732
]
3733
},
@@ -3748,7 +3748,7 @@
3748
"zh-chs": "添加用户组设备权限",
3749
"zh-cht": "新增用戶群裝置權限",
3750
"xloc": [
3751
- "default.handlebars->31->1569"
3751
+ "default.handlebars->31->1570"
3752
]
3753
},
3754
{
@@ -3805,8 +3805,8 @@
3805
"zh-chs": "添加用户",
3806
"zh-cht": "新增用戶",
3807
"xloc": [
3808
- "default.handlebars->31->1455",
3809
- "default.handlebars->31->1961"
3808
+ "default.handlebars->31->1456",
3809
+ "default.handlebars->31->1962"
3810
]
3811
},
3812
{
@@ -3826,7 +3826,7 @@
3826
"zh-chs": "将用户添加到设备组",
3827
"zh-cht": "將用戶新增到裝置群",
3828
"xloc": [
3829
- "default.handlebars->31->1556"
3829
+ "default.handlebars->31->1557"
3830
]
3831
},
3832
{
@@ -3846,7 +3846,7 @@
3846
"zh-chs": "将用户添加到用户组",
3847
"zh-cht": "將用戶新增到用戶群",
3848
"xloc": [
3849
- "default.handlebars->31->1994"
3849
+ "default.handlebars->31->1995"
3850
]
3851
},
3852
{
@@ -3963,7 +3963,7 @@
3963
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3964
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3965
"xloc": [
3966
- "default.handlebars->31->1459",
3966
+ "default.handlebars->31->1460",
3967
"default.handlebars->31->300"
3968
]
3969
},
@@ -4024,7 +4024,7 @@
4024
"zh-chs": "添加了身份验证应用程序",
4025
"zh-cht": "添加了身份驗證應用程序",
4026
"xloc": [
4027
- "default.handlebars->31->1769"
4027
+ "default.handlebars->31->1770"
4028
]
4029
},
4030
{
@@ -4044,7 +4044,7 @@
4044
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
4045
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
4046
"xloc": [
4047
- "default.handlebars->31->1780"
4047
+ "default.handlebars->31->1781"
4048
]
4049
},
4050
{
@@ -4064,8 +4064,8 @@
4064
"zh-chs": "已将设备{0}添加到设备组{1}",
4065
"zh-cht": "已將設備{0}添加到設備組{1}",
4066
"xloc": [
4067
- "default.handlebars->31->1736",
4068
- "default.handlebars->31->1763"
4067
+ "default.handlebars->31->1737",
4068
+ "default.handlebars->31->1764"
4069
]
4070
},
4071
{
@@ -4085,7 +4085,7 @@
4085
"zh-chs": "添加了安全密钥",
4086
"zh-cht": "添加了安全密鑰",
4087
"xloc": [
4088
- "default.handlebars->31->1774"
4088
+ "default.handlebars->31->1775"
4089
]
4090
},
4091
{
@@ -4105,7 +4105,7 @@
4105
"zh-chs": "已将用户组{0}添加到设备组{1}",
4106
"zh-cht": "已將用戶組{0}添加到設備組{1}",
4107
"xloc": [
4108
- "default.handlebars->31->1747"
4108
+ "default.handlebars->31->1748"
4109
]
4110
},
4111
{
@@ -4125,8 +4125,8 @@
4125
"zh-chs": "已将用户{0}添加到用户组{1}",
4126
"zh-cht": "已將用戶{0}添加到用戶組{1}",
4127
"xloc": [
4128
- "default.handlebars->31->1750",
4129
- "default.handlebars->31->1759"
4128
+ "default.handlebars->31->1751",
4129
+ "default.handlebars->31->1760"
4130
]
4131
},
4132
{
@@ -4249,7 +4249,7 @@
4249
"zh-chs": "管理领域",
4250
"zh-cht": "管理領域",
4251
"xloc": [
4252
- "default.handlebars->31->2030"
4252
+ "default.handlebars->31->2031"
4253
]
4254
},
4255
{
@@ -4290,7 +4290,7 @@
4290
"zh-chs": "管理领域",
4291
"zh-cht": "管理領域",
4292
"xloc": [
4293
- "default.handlebars->31->1898"
4293
+ "default.handlebars->31->1899"
4294
]
4295
},
4296
{
@@ -4310,7 +4310,7 @@
4310
"zh-chs": "管理员",
4311
"zh-cht": "管理員",
4312
"xloc": [
4313
- "default.handlebars->31->1827"
4313
+ "default.handlebars->31->1828"
4314
]
4315
},
4316
{
@@ -4330,7 +4330,7 @@
4330
"zh-chs": "南非文",
4331
"zh-cht": "南非文",
4332
"xloc": [
4333
- "default.handlebars->31->1140"
4333
+ "default.handlebars->31->1141"
4334
]
4335
},
4336
{
@@ -4354,11 +4354,11 @@
4354
"default-mobile.handlebars->11->214",
4355
"default-mobile.handlebars->11->239",
4356
"default-mobile.handlebars->11->261",
4357
- "default.handlebars->31->1623",
4358
- "default.handlebars->31->1631",
4357
+ "default.handlebars->31->1624",
4358
+ "default.handlebars->31->1632",
4359
"default.handlebars->31->254",
4360
"default.handlebars->31->443",
4361
- "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
4361
+ "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
4362
]
4363
},
4364
{
@@ -4378,8 +4378,8 @@
4378
"zh-chs": "代理+英特尔AMT",
4379
"zh-cht": "代理+Intel® AMT",
4380
"xloc": [
4381
- "default.handlebars->31->1625",
4382
- "default.handlebars->31->1633"
4381
+ "default.handlebars->31->1626",
4382
+ "default.handlebars->31->1634"
4383
]
4384
},
4385
{
@@ -4420,7 +4420,7 @@
4420
"zh-cht": "代理控制台",
4421
"xloc": [
4422
"default-mobile.handlebars->11->520",
4423
- "default.handlebars->31->1577"
4423
+ "default.handlebars->31->1578"
4424
]
4425
},
4426
{
@@ -4440,7 +4440,7 @@
4440
"zh-chs": "代理错误计数器",
4441
"zh-cht": "代理錯誤計數器",
4442
"xloc": [
4443
- "default.handlebars->31->2196"
4443
+ "default.handlebars->31->2197"
4444
]
4445
},
4446
{
@@ -4543,7 +4543,7 @@
4543
"zh-chs": "代理时段",
4544
"zh-cht": "代理時段",
4545
"xloc": [
4546
- "default.handlebars->31->2212"
4546
+ "default.handlebars->31->2213"
4547
]
4548
},
4549
{
@@ -4584,7 +4584,7 @@
4584
"zh-chs": "代理类型",
4585
"zh-cht": "代理類型",
4586
"xloc": [
4587
- "default.handlebars->31->1629",
4587
+ "default.handlebars->31->1630",
4588
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
4589
]
4590
},
@@ -4605,7 +4605,7 @@
4605
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4606
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4607
"xloc": [
4608
- "default.handlebars->31->1733"
4608
+ "default.handlebars->31->1734"
4609
]
4610
},
4611
{
@@ -4728,7 +4728,7 @@
4728
"zh-chs": "代理",
4729
"zh-cht": "代理",
4730
"xloc": [
4731
- "default.handlebars->31->2228"
4731
+ "default.handlebars->31->2229"
4732
]
4733
},
4734
{
@@ -4748,7 +4748,7 @@
4748
"zh-chs": "阿尔巴尼亚文",
4749
"zh-cht": "阿爾巴尼亞文",
4750
"xloc": [
4751
- "default.handlebars->31->1141"
4751
+ "default.handlebars->31->1142"
4752
]
4753
},
4754
{
@@ -4791,7 +4791,7 @@
4791
"zh-chs": "全部可用",
4792
"zh-cht": "全部可用",
4793
"xloc": [
4794
- "default.handlebars->31->1790"
4794
+ "default.handlebars->31->1791"
4795
]
4796
},
4797
{
@@ -4828,7 +4828,7 @@
4828
"zh-chs": "所有事件",
4829
"zh-cht": "所有事件",
4830
"xloc": [
4831
- "default.handlebars->31->1788"
4831
+ "default.handlebars->31->1789"
4832
]
4833
},
4834
{
@@ -4870,8 +4870,8 @@
4870
"zh-chs": "允许用户管理此设备组和该组中的设备。",
4871
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4872
"xloc": [
4873
- "default.handlebars->31->1523",
4874
- "default.handlebars->31->1991"
4873
+ "default.handlebars->31->1524",
4874
+ "default.handlebars->31->1992"
4875
]
4876
},
4877
{
@@ -4891,7 +4891,7 @@
4891
"zh-chs": "允许用户管理此设备。",
4892
"zh-cht": "允許用戶管理此裝置。",
4893
"xloc": [
4894
- "default.handlebars->31->1524"
4894
+ "default.handlebars->31->1525"
4895
]
4896
},
4897
{
@@ -5035,9 +5035,9 @@
5035
"zh-chs": "一直通知",
5036
"zh-cht": "一直通知",
5037
"xloc": [
5038
- "default.handlebars->31->1435",
5039
- "default.handlebars->31->1952",
5040
- "default.handlebars->31->2039",
5038
+ "default.handlebars->31->1436",
5039
+ "default.handlebars->31->1953",
5040
+ "default.handlebars->31->2040",
5041
"default.handlebars->31->632"
5042
]
5043
},
@@ -5058,9 +5058,9 @@
5058
"zh-chs": "一直提示",
5059
"zh-cht": "一直提示",
5060
"xloc": [
5061
- "default.handlebars->31->1436",
5062
- "default.handlebars->31->1953",
5063
- "default.handlebars->31->2040",
5061
+ "default.handlebars->31->1437",
5062
+ "default.handlebars->31->1954",
5063
+ "default.handlebars->31->2041",
5064
"default.handlebars->31->633"
5065
]
5066
},
@@ -5339,7 +5339,7 @@
5339
"zh-chs": "阿拉伯文(阿尔及利亚)",
5340
"zh-cht": "阿拉伯文(阿爾及利亞)",
5341
"xloc": [
5342
- "default.handlebars->31->1143"
5342
+ "default.handlebars->31->1144"
5343
]
5344
},
5345
{
@@ -5359,7 +5359,7 @@
5359
"zh-chs": "阿拉伯文(巴林)",
5360
"zh-cht": "阿拉伯文(巴林)",
5361
"xloc": [
5362
- "default.handlebars->31->1144"
5362
+ "default.handlebars->31->1145"
5363
]
5364
},
5365
{
@@ -5379,7 +5379,7 @@
5379
"zh-chs": "阿拉伯文(埃及)",
5380
"zh-cht": "阿拉伯文(埃及)",
5381
"xloc": [
5382
- "default.handlebars->31->1145"
5382
+ "default.handlebars->31->1146"
5383
]
5384
},
5385
{
@@ -5399,7 +5399,7 @@
5399
"zh-chs": "阿拉伯文(伊拉克)",
5400
"zh-cht": "阿拉伯文(伊拉克)",
5401
"xloc": [
5402
- "default.handlebars->31->1146"
5402
+ "default.handlebars->31->1147"
5403
]
5404
},
5405
{
@@ -5419,7 +5419,7 @@
5419
"zh-chs": "阿拉伯文(约旦)",
5420
"zh-cht": "阿拉伯文(約旦)",
5421
"xloc": [
5422
- "default.handlebars->31->1147"
5422
+ "default.handlebars->31->1148"
5423
]
5424
},
5425
{
@@ -5439,7 +5439,7 @@
5439
"zh-chs": "阿拉伯文(科威特)",
5440
"zh-cht": "阿拉伯文(科威特)",
5441
"xloc": [
5442
- "default.handlebars->31->1148"
5442
+ "default.handlebars->31->1149"
5443
]
5444
},
5445
{
@@ -5459,7 +5459,7 @@
5459
"zh-chs": "阿拉伯文(黎巴嫩)",
5460
"zh-cht": "阿拉伯文(黎巴嫩)",
5461
"xloc": [
5462
- "default.handlebars->31->1149"
5462
+ "default.handlebars->31->1150"
5463
]
5464
},
5465
{
@@ -5479,7 +5479,7 @@
5479
"zh-chs": "阿拉伯文(利比亚)",
5480
"zh-cht": "阿拉伯文(利比亞)",
5481
"xloc": [
5482
- "default.handlebars->31->1150"
5482
+ "default.handlebars->31->1151"
5483
]
5484
},
5485
{
@@ -5499,7 +5499,7 @@
5499
"zh-chs": "阿拉伯文(摩洛哥)",
5500
"zh-cht": "阿拉伯文(摩洛哥)",
5501
"xloc": [
5502
- "default.handlebars->31->1151"
5502
+ "default.handlebars->31->1152"
5503
]
5504
},
5505
{
@@ -5519,7 +5519,7 @@
5519
"zh-chs": "阿拉伯文(阿曼)",
5520
"zh-cht": "阿拉伯文(阿曼)",
5521
"xloc": [
5522
- "default.handlebars->31->1152"
5522
+ "default.handlebars->31->1153"
5523
]
5524
},
5525
{
@@ -5539,7 +5539,7 @@
5539
"zh-chs": "阿拉伯文(卡塔尔)",
5540
"zh-cht": "阿拉伯文(卡塔爾)",
5541
"xloc": [
5542
- "default.handlebars->31->1153"
5542
+ "default.handlebars->31->1154"
5543
]
5544
},
5545
{
@@ -5559,7 +5559,7 @@
5559
"zh-chs": "阿拉伯文(沙特阿拉伯)",
5560
"zh-cht": "阿拉伯文(沙特阿拉伯)",
5561
"xloc": [
5562
- "default.handlebars->31->1154"
5562
+ "default.handlebars->31->1155"
5563
]
5564
},
5565
{
@@ -5579,7 +5579,7 @@
5579
"zh-chs": "阿拉伯文(标准)",
5580
"zh-cht": "阿拉伯文(標準)",
5581
"xloc": [
5582
- "default.handlebars->31->1142"
5582
+ "default.handlebars->31->1143"
5583
]
5584
},
5585
{
@@ -5599,7 +5599,7 @@
5599
"zh-chs": "阿拉伯文(叙利亚)",
5600
"zh-cht": "阿拉伯文(敘利亞)",
5601
"xloc": [
5602
- "default.handlebars->31->1155"
5602
+ "default.handlebars->31->1156"
5603
]
5604
},
5605
{
@@ -5619,7 +5619,7 @@
5619
"zh-chs": "阿拉伯文(突尼斯)",
5620
"zh-cht": "阿拉伯文(突尼斯)",
5621
"xloc": [
5622
- "default.handlebars->31->1156"
5622
+ "default.handlebars->31->1157"
5623
]
5624
},
5625
{
@@ -5639,7 +5639,7 @@
5639
"zh-chs": "阿拉伯文(阿联酋)",
5640
"zh-cht": "阿拉伯文(阿聯酋)",
5641
"xloc": [
5642
- "default.handlebars->31->1157"
5642
+ "default.handlebars->31->1158"
5643
]
5644
},
5645
{
@@ -5659,7 +5659,7 @@
5659
"zh-chs": "阿拉伯文(也门)",
5660
"zh-cht": "阿拉伯文(也門)",
5661
"xloc": [
5662
- "default.handlebars->31->1158"
5662
+ "default.handlebars->31->1159"
5663
]
5664
},
5665
{
@@ -5679,7 +5679,7 @@
5679
"zh-chs": "阿拉贡文",
5680
"zh-cht": "阿拉貢文",
5681
"xloc": [
5682
- "default.handlebars->31->1159"
5682
+ "default.handlebars->31->1160"
5683
]
5684
},
5685
{
@@ -5741,7 +5741,7 @@
5741
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5742
"xloc": [
5743
"default-mobile.handlebars->11->485",
5744
- "default.handlebars->31->1499"
5744
+ "default.handlebars->31->1500"
5745
]
5746
},
5747
{
@@ -5821,7 +5821,7 @@
5821
"zh-chs": "您确定要{0}插件吗:{1}",
5822
"zh-cht": "你確定要{0}外掛嗎:{1}",
5823
"xloc": [
5824
- "default.handlebars->31->2274"
5824
+ "default.handlebars->31->2275"
5825
]
5826
},
5827
{
@@ -5841,7 +5841,7 @@
5841
"zh-chs": "亚美尼亚文",
5842
"zh-cht": "亞美尼亞文",
5843
"xloc": [
5844
- "default.handlebars->31->1160"
5844
+ "default.handlebars->31->1161"
5845
]
5846
},
5847
{
@@ -5901,7 +5901,7 @@
5901
"zh-chs": "阿萨姆文",
5902
"zh-cht": "阿薩姆文",
5903
"xloc": [
5904
- "default.handlebars->31->1161"
5904
+ "default.handlebars->31->1162"
5905
]
5906
},
5907
{
@@ -5921,7 +5921,7 @@
5921
"zh-chs": "阿斯图里亚斯文",
5922
"zh-cht": "阿斯圖里亞斯文",
5923
"xloc": [
5924
- "default.handlebars->31->1162"
5924
+ "default.handlebars->31->1163"
5925
]
5926
},
5927
{
@@ -5941,7 +5941,7 @@
5941
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5942
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5943
"xloc": [
5944
- "default.handlebars->31->1702"
5944
+ "default.handlebars->31->1703"
5945
]
5946
},
5947
{
@@ -5961,7 +5961,7 @@
5961
"zh-chs": "认证软件",
5962
"zh-cht": "認證軟體",
5963
"xloc": [
5964
- "default.handlebars->31->2043"
5964
+ "default.handlebars->31->2044"
5965
]
5966
},
5967
{
@@ -5985,8 +5985,8 @@
5985
"default-mobile.handlebars->11->63",
5986
"default-mobile.handlebars->11->82",
5987
"default-mobile.handlebars->11->84",
5988
- "default.handlebars->31->1126",
5989
- "default.handlebars->31->1128",
5988
+ "default.handlebars->31->1127",
5989
+ "default.handlebars->31->1129",
5990
"default.handlebars->31->136",
5991
"default.handlebars->31->141"
5992
]
@@ -6068,7 +6068,7 @@
6068
"zh-chs": "自动删除",
6069
"zh-cht": "自動刪除",
6070
"xloc": [
6071
- "default.handlebars->31->1422"
6071
+ "default.handlebars->31->1423"
6072
]
6073
},
6074
{
@@ -6112,7 +6112,7 @@
6112
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6113
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6114
"xloc": [
6115
- "default.handlebars->31->1783"
6115
+ "default.handlebars->31->1784"
6116
]
6117
},
6118
{
@@ -6152,7 +6152,7 @@
6152
"zh-chs": "可用內存",
6153
"zh-cht": "可用內存",
6154
"xloc": [
6155
- "default.handlebars->31->2221"
6155
+ "default.handlebars->31->2222"
6156
]
6157
},
6158
{
@@ -6172,7 +6172,7 @@
6172
"zh-chs": "阿塞拜疆文",
6173
"zh-cht": "阿塞拜疆文",
6174
"xloc": [
6175
- "default.handlebars->31->1163"
6175
+ "default.handlebars->31->1164"
6176
]
6177
},
6178
{
@@ -6330,8 +6330,8 @@
6330
"zh-chs": "背景与互动",
6331
"zh-cht": "背景與互動",
6332
"xloc": [
6333
- "default.handlebars->31->1606",
6334
- "default.handlebars->31->1613",
6333
+ "default.handlebars->31->1607",
6334
+ "default.handlebars->31->1614",
6335
"default.handlebars->31->353",
6336
"default.handlebars->31->367"
6337
]
@@ -6353,8 +6353,8 @@
6353
"zh-chs": "仅背景",
6354
"zh-cht": "僅背景",
6355
"xloc": [
6356
- "default.handlebars->31->1607",
6357
- "default.handlebars->31->1614",
6356
+ "default.handlebars->31->1608",
6357
+ "default.handlebars->31->1615",
6358
"default.handlebars->31->354",
6359
"default.handlebars->31->368",
6360
"default.handlebars->31->383"
@@ -6398,7 +6398,7 @@
6398
"zh-chs": "备用码",
6399
"zh-cht": "備用碼",
6400
"xloc": [
6401
- "default.handlebars->31->2045"
6401
+ "default.handlebars->31->2046"
6402
]
6403
},
6404
{
@@ -6418,7 +6418,7 @@
6418
"zh-chs": "错误的签名",
6419
"zh-cht": "錯誤的簽名",
6420
"xloc": [
6421
- "default.handlebars->31->2203"
6421
+ "default.handlebars->31->2204"
6422
]
6423
},
6424
{
@@ -6438,7 +6438,7 @@
6438
"zh-chs": "错误的网络证书",
6439
"zh-cht": "錯誤的網絡憑證",
6440
"xloc": [
6441
- "default.handlebars->31->2202"
6441
+ "default.handlebars->31->2203"
6442
]
6443
},
6444
{
@@ -6458,7 +6458,7 @@
6458
"zh-chs": "巴斯克",
6459
"zh-cht": "巴斯克",
6460
"xloc": [
6461
- "default.handlebars->31->1164"
6461
+ "default.handlebars->31->1165"
6462
]
6463
},
6464
{
@@ -6518,7 +6518,7 @@
6518
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
6519
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6520
"xloc": [
6521
- "default.handlebars->31->1782"
6521
+ "default.handlebars->31->1783"
6522
]
6523
},
6524
{
@@ -6538,7 +6538,7 @@
6538
"zh-chs": "白俄罗斯文",
6539
"zh-cht": "白俄羅斯文",
6540
"xloc": [
6541
- "default.handlebars->31->1166"
6541
+ "default.handlebars->31->1167"
6542
]
6543
},
6544
{
@@ -6558,7 +6558,7 @@
6558
"zh-chs": "孟加拉",
6559
"zh-cht": "孟加拉",
6560
"xloc": [
6561
- "default.handlebars->31->1167"
6561
+ "default.handlebars->31->1168"
6562
]
6563
},
6564
{
@@ -6610,7 +6610,7 @@
6610
"zh-chs": "波斯尼亚文",
6611
"zh-cht": "波斯尼亞文",
6612
"xloc": [
6613
- "default.handlebars->31->1168"
6613
+ "default.handlebars->31->1169"
6614
]
6615
},
6616
{
@@ -6630,7 +6630,7 @@
6630
"zh-chs": "布列塔尼",
6631
"zh-cht": "布列塔尼",
6632
"xloc": [
6633
- "default.handlebars->31->1169"
6633
+ "default.handlebars->31->1170"
6634
]
6635
},
6636
{
@@ -6650,7 +6650,7 @@
6650
"zh-chs": "广播",
6651
"zh-cht": "廣播",
6652
"xloc": [
6653
- "default.handlebars->31->1959",
6653
+ "default.handlebars->31->1960",
6654
"default.handlebars->container->column_l->p4->3->1->0->3->1"
6655
]
6656
},
@@ -6671,7 +6671,7 @@
6671
"zh-chs": "广播消息",
6672
"zh-cht": "廣播消息",
6673
"xloc": [
6674
- "default.handlebars->31->1880"
6674
+ "default.handlebars->31->1881"
6675
]
6676
},
6677
{
@@ -6691,7 +6691,7 @@
6691
"zh-chs": "向所有连接的用户广播消息。",
6692
"zh-cht": "向所有連接的用戶廣播消息。",
6693
"xloc": [
6694
- "default.handlebars->31->1875"
6694
+ "default.handlebars->31->1876"
6695
]
6696
},
6697
{
@@ -6711,7 +6711,7 @@
6711
"zh-chs": "保加利亚文",
6712
"zh-cht": "保加利亞文",
6713
"xloc": [
6714
- "default.handlebars->31->1165"
6714
+ "default.handlebars->31->1166"
6715
]
6716
},
6717
{
@@ -6731,7 +6731,7 @@
6731
"zh-chs": "缅甸文",
6732
"zh-cht": "緬甸文",
6733
"xloc": [
6734
- "default.handlebars->31->1170"
6734
+ "default.handlebars->31->1171"
6735
]
6736
},
6737
{
@@ -6772,7 +6772,7 @@
6772
"zh-chs": "CCM模式",
6773
"zh-cht": "CCM模式",
6774
"xloc": [
6775
- "default.handlebars->31->1482"
6775
+ "default.handlebars->31->1483"
6776
]
6777
},
6778
{
@@ -6814,7 +6814,7 @@
6814
"zh-chs": "CIRA服务器",
6815
"zh-cht": "CIRA伺服器",
6816
"xloc": [
6817
- "default.handlebars->31->2260"
6817
+ "default.handlebars->31->2261"
6818
]
6819
},
6820
{
@@ -6834,7 +6834,7 @@
6834
"zh-chs": "CIRA服务器命令",
6835
"zh-cht": "CIRA伺服器指令",
6836
"xloc": [
6837
- "default.handlebars->31->2261"
6837
+ "default.handlebars->31->2262"
6838
]
6839
},
6840
{
@@ -6854,7 +6854,7 @@
6854
"zh-chs": "CIRA设置",
6855
"zh-cht": "CIRA設置",
6856
"xloc": [
6857
- "default.handlebars->31->1490"
6857
+ "default.handlebars->31->1491"
6858
]
6859
},
6860
{
@@ -6895,7 +6895,7 @@
6895
"zh-chs": "CPU负载",
6896
"zh-cht": "CPU負載",
6897
"xloc": [
6898
- "default.handlebars->31->2217"
6898
+ "default.handlebars->31->2218"
6899
]
6900
},
6901
{
@@ -6915,7 +6915,7 @@
6915
"zh-chs": "最近15分钟的CPU负载",
6916
"zh-cht": "最近15分鐘的CPU負載",
6917
"xloc": [
6918
- "default.handlebars->31->2220"
6918
+ "default.handlebars->31->2221"
6919
]
6920
},
6921
{
@@ -6935,7 +6935,7 @@
6935
"zh-chs": "最近5分钟的CPU负载",
6936
"zh-cht": "最近5分鐘的CPU負載",
6937
"xloc": [
6938
- "default.handlebars->31->2219"
6938
+ "default.handlebars->31->2220"
6939
]
6940
},
6941
{
@@ -6955,7 +6955,7 @@
6955
"zh-chs": "最近一分钟的CPU负载",
6956
"zh-cht": "最近一分鐘的CPU負載",
6957
"xloc": [
6958
- "default.handlebars->31->2218"
6958
+ "default.handlebars->31->2219"
6959
]
6960
},
6961
{
@@ -7000,7 +7000,7 @@
7000
"zh-chs": "CSV",
7001
"zh-cht": "CSV",
7002
"xloc": [
7003
- "default.handlebars->31->1798"
7003
+ "default.handlebars->31->1799"
7004
]
7005
},
7006
{
@@ -7020,8 +7020,8 @@
7020
"zh-chs": "CSV格式",
7021
"zh-cht": "CSV格式",
7022
"xloc": [
7023
- "default.handlebars->31->1802",
7024
- "default.handlebars->31->1867",
7023
+ "default.handlebars->31->1803",
7024
+ "default.handlebars->31->1868",
7025
"default.handlebars->31->502"
7026
]
7027
},
@@ -7059,7 +7059,7 @@
7059
"zh-chs": "呼叫错误",
7060
"zh-cht": "呼叫錯誤",
7061
"xloc": [
7062
- "default.handlebars->31->2275"
7062
+ "default.handlebars->31->2276"
7063
]
7064
},
7065
{
@@ -7082,7 +7082,7 @@
7082
"agent-translations.json",
7083
"default-mobile.handlebars->11->93",
7084
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
7085
- "default.handlebars->31->1400",
7085
+ "default.handlebars->31->1401",
7086
"default.handlebars->container->dialog->idx_dlgButtonBar",
7087
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
7088
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -7156,7 +7156,7 @@
7156
"zh-chs": "加泰罗尼亚文",
7157
"zh-cht": "加泰羅尼亞文",
7158
"xloc": [
7159
- "default.handlebars->31->1171"
7159
+ "default.handlebars->31->1172"
7160
]
7161
},
7162
{
@@ -7196,7 +7196,7 @@
7196
"zh-chs": "查莫罗",
7197
"zh-cht": "查莫羅",
7198
"xloc": [
7199
- "default.handlebars->31->1172"
7199
+ "default.handlebars->31->1173"
7200
]
7201
},
7202
{
@@ -7238,7 +7238,7 @@
7238
"zh-chs": "更改{0}的电邮",
7239
"zh-cht": "更改{0}的電郵",
7240
"xloc": [
7241
- "default.handlebars->31->2075"
7241
+ "default.handlebars->31->2076"
7242
]
7243
},
7244
{
@@ -7281,8 +7281,8 @@
7281
"zh-cht": "更改密碼",
7282
"xloc": [
7283
"default-mobile.handlebars->11->101",
7284
- "default.handlebars->31->1367",
7285
- "default.handlebars->31->2062"
7284
+ "default.handlebars->31->1368",
7285
+ "default.handlebars->31->2063"
7286
]
7287
},
7288
{
@@ -7302,7 +7302,7 @@
7302
"zh-chs": "更改{0}的密码",
7303
"zh-cht": "更改{0}的密碼",
7304
"xloc": [
7305
- "default.handlebars->31->2082"
7305
+ "default.handlebars->31->2083"
7306
]
7307
},
7308
{
@@ -7322,7 +7322,7 @@
7322
"zh-chs": "更改{0}的真实名称",
7323
"zh-cht": "更改{0}的真實名稱",
7324
"xloc": [
7325
- "default.handlebars->31->2070"
7325
+ "default.handlebars->31->2071"
7326
]
7327
},
7328
{
@@ -7404,7 +7404,7 @@
7404
"zh-chs": "更改该用户的密码",
7405
"zh-cht": "更改該用戶的密碼",
7406
"xloc": [
7407
- "default.handlebars->31->2061"
7407
+ "default.handlebars->31->2062"
7408
]
7409
},
7410
{
@@ -7444,7 +7444,7 @@
7444
"zh-chs": "在此处更改您的帐户电邮地址。",
7445
"zh-cht": "在此處更改你的帳戶電郵地址。",
7446
"xloc": [
7447
- "default.handlebars->31->1354"
7447
+ "default.handlebars->31->1355"
7448
]
7449
},
7450
{
@@ -7464,7 +7464,7 @@
7464
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7465
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7466
"xloc": [
7467
- "default.handlebars->31->1360"
7467
+ "default.handlebars->31->1361"
7468
]
7469
},
7470
{
@@ -7484,7 +7484,7 @@
7484
"zh-chs": "更改帐户凭据",
7485
"zh-cht": "帳戶憑證已更改",
7486
"xloc": [
7487
- "default.handlebars->31->1754"
7487
+ "default.handlebars->31->1755"
7488
]
7489
},
7490
{
@@ -7504,7 +7504,7 @@
7504
"zh-chs": "{1}组中的设备{0}已更改:{2}",
7505
"zh-cht": "{1}組中的設備{0}已更改:{2}",
7506
"xloc": [
7507
- "default.handlebars->31->1738"
7507
+ "default.handlebars->31->1739"
7508
]
7509
},
7510
{
@@ -7524,7 +7524,7 @@
7524
"zh-chs": "语言从{1}更改为{2}",
7525
"zh-cht": "語言從{1}更改為{2}",
7526
"xloc": [
7527
- "default.handlebars->31->1682"
7527
+ "default.handlebars->31->1683"
7528
]
7529
},
7530
{
@@ -7544,8 +7544,8 @@
7544
"zh-chs": "已更改{0}的用户设备权限",
7545
"zh-cht": "已更改{0}的用戶設備權限",
7546
"xloc": [
7547
- "default.handlebars->31->1740",
7548
- "default.handlebars->31->1761"
7547
+ "default.handlebars->31->1741",
7548
+ "default.handlebars->31->1762"
7549
]
7550
},
7551
{
@@ -7565,7 +7565,7 @@
7565
"zh-chs": "更改语言将需要刷新页面。",
7566
"zh-cht": "更改語言將需要刷新頁面。",
7567
"xloc": [
7568
- "default.handlebars->31->1339"
7568
+ "default.handlebars->31->1340"
7569
]
7570
},
7571
{
@@ -7585,9 +7585,9 @@
7585
"zh-chs": "聊天",
7586
"zh-cht": "聊天",
7587
"xloc": [
7588
- "default.handlebars->31->1819",
7589
- "default.handlebars->31->2057",
7588
+ "default.handlebars->31->1820",
7589
"default.handlebars->31->2058",
7590
+ "default.handlebars->31->2059",
7591
"default.handlebars->31->658",
7592
"default.handlebars->31->729",
7593
"default.handlebars->31->751"
@@ -7612,8 +7612,8 @@
7612
"xloc": [
7613
"default-mobile.handlebars->11->510",
7614
"default-mobile.handlebars->11->530",
7615
- "default.handlebars->31->1552",
7616
- "default.handlebars->31->1588"
7615
+ "default.handlebars->31->1553",
7616
+ "default.handlebars->31->1589"
7617
]
7618
},
7619
{
@@ -7622,7 +7622,7 @@
7622
"fr": "Demande de chat, cliquez ici pour accepter.",
7623
"xloc": [
7624
"default-mobile.handlebars->11->562",
7625
- "default.handlebars->31->2172"
7625
+ "default.handlebars->31->2173"
7626
]
7627
},
7628
{
@@ -7642,7 +7642,7 @@
7642
"zh-chs": "聊天时段",
7643
"zh-cht": "聊天時段",
7644
"xloc": [
7645
- "messenger.handlebars->13->15"
7645
+ "messenger.handlebars->13->17"
7646
]
7647
},
7648
{
@@ -7662,7 +7662,7 @@
7662
"zh-chs": "车臣",
7663
"zh-cht": "車臣",
7664
"xloc": [
7665
- "default.handlebars->31->1173"
7665
+ "default.handlebars->31->1174"
7666
]
7667
},
7668
{
@@ -7762,8 +7762,8 @@
7762
"zh-chs": "检查...",
7763
"zh-cht": "檢查...",
7764
"xloc": [
7765
- "default.handlebars->31->1139",
7766
- "default.handlebars->31->2269"
7765
+ "default.handlebars->31->1140",
7766
+ "default.handlebars->31->2270"
7767
]
7768
},
7769
{
@@ -7783,7 +7783,7 @@
7783
"zh-chs": "中文",
7784
"zh-cht": "中文",
7785
"xloc": [
7786
- "default.handlebars->31->1174"
7786
+ "default.handlebars->31->1175"
7787
]
7788
},
7789
{
@@ -7803,7 +7803,7 @@
7803
"zh-chs": "中文(香港)",
7804
"zh-cht": "中文(香港)",
7805
"xloc": [
7806
- "default.handlebars->31->1175"
7806
+ "default.handlebars->31->1176"
7807
]
7808
},
7809
{
@@ -7823,7 +7823,7 @@
7823
"zh-chs": "中文(中国)",
7824
"zh-cht": "中文(中國)",
7825
"xloc": [
7826
- "default.handlebars->31->1176"
7826
+ "default.handlebars->31->1177"
7827
]
7828
},
7829
{
@@ -7843,7 +7843,7 @@
7843
"zh-chs": "简体中文",
7844
"zh-cht": "簡體中文",
7845
"xloc": [
7846
- "default.handlebars->31->1336"
7846
+ "default.handlebars->31->1337"
7847
]
7848
},
7849
{
@@ -7863,7 +7863,7 @@
7863
"zh-chs": "中文(新加坡)",
7864
"zh-cht": "中文(新加坡)",
7865
"xloc": [
7866
- "default.handlebars->31->1177"
7866
+ "default.handlebars->31->1178"
7867
]
7868
},
7869
{
@@ -7883,7 +7883,7 @@
7883
"zh-chs": "中文(台湾)",
7884
"zh-cht": "中文(台灣)",
7885
"xloc": [
7886
- "default.handlebars->31->1178"
7886
+ "default.handlebars->31->1179"
7887
]
7888
},
7889
{
@@ -7903,7 +7903,7 @@
7903
"zh-chs": "繁体中文",
7904
"zh-cht": "繁體中文",
7905
"xloc": [
7906
- "default.handlebars->31->1337"
7906
+ "default.handlebars->31->1338"
7907
]
7908
},
7909
{
@@ -7944,7 +7944,7 @@
7944
"zh-chs": "楚瓦什",
7945
"zh-cht": "楚瓦什",
7946
"xloc": [
7947
- "default.handlebars->31->1179"
7947
+ "default.handlebars->31->1180"
7948
]
7949
},
7950
{
@@ -7989,7 +7989,7 @@
7989
"default-mobile.handlebars->11->70",
7990
"default.handlebars->31->1000",
7991
"default.handlebars->31->1002",
7992
- "default.handlebars->31->1676",
7992
+ "default.handlebars->31->1677",
7993
"default.handlebars->31->996",
7994
"default.handlebars->31->998",
7995
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
@@ -8035,7 +8035,7 @@
8035
"zh-cht": "全部清除",
8036
"xloc": [
8037
"default-mobile.handlebars->11->545",
8038
- "default.handlebars->31->2155"
8038
+ "default.handlebars->31->2156"
8039
]
8040
},
8041
{
@@ -8076,7 +8076,7 @@
8076
"zh-chs": "清除核心",
8077
"zh-cht": "清除核心",
8078
"xloc": [
8079
- "default.handlebars->31->1110"
8079
+ "default.handlebars->31->1111"
8080
]
8081
},
8082
{
@@ -8117,7 +8117,7 @@
8117
"zh-cht": "清除此通知",
8118
"xloc": [
8119
"default-mobile.handlebars->11->544",
8120
- "default.handlebars->31->2154"
8120
+ "default.handlebars->31->2155"
8121
]
8122
},
8123
{
@@ -8177,8 +8177,8 @@
8177
"zh-chs": "单击此处编辑设备组名称",
8178
"zh-cht": "單擊此處編輯裝置群名稱",
8179
"xloc": [
8180
- "default.handlebars->31->1411",
8181
- "default.handlebars->31->1627"
8180
+ "default.handlebars->31->1412",
8181
+ "default.handlebars->31->1628"
8182
]
8183
},
8184
{
@@ -8218,7 +8218,7 @@
8218
"zh-chs": "单击此处编辑用户组名称",
8219
"zh-cht": "單擊此處編輯用戶群名稱",
8220
"xloc": [
8221
- "default.handlebars->31->1936"
8221
+ "default.handlebars->31->1937"
8222
]
8223
},
8224
{
@@ -8289,7 +8289,7 @@
8289
"zh-cht": "單擊確定將驗證電郵發送到:",
8290
"xloc": [
8291
"default-mobile.handlebars->11->86",
8292
- "default.handlebars->31->1351"
8292
+ "default.handlebars->31->1352"
8293
]
8294
},
8295
{
@@ -8371,7 +8371,7 @@
8371
"zh-chs": "客户编号",
8372
"zh-cht": "客戶編號",
8373
"xloc": [
8374
- "default.handlebars->31->1393"
8374
+ "default.handlebars->31->1394"
8375
]
8376
},
8377
{
@@ -8391,7 +8391,7 @@
8391
"zh-chs": "客户端启动的远程访问",
8392
"zh-cht": "客戶端啟動的遠程訪問",
8393
"xloc": [
8394
- "default.handlebars->31->1489"
8394
+ "default.handlebars->31->1490"
8395
]
8396
},
8397
{
@@ -8411,7 +8411,7 @@
8411
"zh-chs": "客户机密",
8412
"zh-cht": "客戶機密",
8413
"xloc": [
8414
- "default.handlebars->31->1394"
8414
+ "default.handlebars->31->1395"
8415
]
8416
},
8417
{
@@ -8476,7 +8476,7 @@
8476
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
8477
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
8478
"xloc": [
8479
- "default.handlebars->31->1687"
8479
+ "default.handlebars->31->1688"
8480
]
8481
},
8482
{
@@ -8599,7 +8599,7 @@
8599
"zh-cht": "指令",
8600
"xloc": [
8601
"default-mobile.handlebars->11->532",
8602
- "default.handlebars->31->1590",
8602
+ "default.handlebars->31->1591",
8603
"default.handlebars->31->731",
8604
"default.handlebars->31->753"
8605
]
@@ -8621,8 +8621,8 @@
8621
"zh-chs": "通用设备组",
8622
"zh-cht": "通用裝置群",
8623
"xloc": [
8624
- "default.handlebars->31->1967",
8625
- "default.handlebars->31->2087"
8624
+ "default.handlebars->31->1968",
8625
+ "default.handlebars->31->2088"
8626
]
8627
},
8628
{
@@ -8642,8 +8642,8 @@
8642
"zh-chs": "通用设备",
8643
"zh-cht": "通用裝置",
8644
"xloc": [
8645
- "default.handlebars->31->1973",
8646
- "default.handlebars->31->2099"
8645
+ "default.handlebars->31->1974",
8646
+ "default.handlebars->31->2100"
8647
]
8648
},
8649
{
@@ -8693,11 +8693,11 @@
8693
"xloc": [
8694
"default-mobile.handlebars->11->301",
8695
"default-mobile.handlebars->11->486",
8696
- "default.handlebars->31->1500",
8697
- "default.handlebars->31->1847",
8698
- "default.handlebars->31->1926",
8699
- "default.handlebars->31->1987",
8700
- "default.handlebars->31->2085",
8696
+ "default.handlebars->31->1501",
8697
+ "default.handlebars->31->1848",
8698
+ "default.handlebars->31->1927",
8699
+ "default.handlebars->31->1988",
8700
+ "default.handlebars->31->2086",
8701
"default.handlebars->31->472",
8702
"default.handlebars->31->829",
8703
"default.handlebars->31->838"
@@ -8781,7 +8781,7 @@
8781
"zh-chs": "确认删除选定的帐户?",
8782
"zh-cht": "確認刪除所選帳戶?",
8783
"xloc": [
8784
- "default.handlebars->31->1846"
8784
+ "default.handlebars->31->1847"
8785
]
8786
},
8787
{
@@ -8821,7 +8821,7 @@
8821
"zh-chs": "确认删除选定的用户组?",
8822
"zh-cht": "確認刪除所選用戶群?",
8823
"xloc": [
8824
- "default.handlebars->31->1925"
8824
+ "default.handlebars->31->1926"
8825
]
8826
},
8827
{
@@ -8841,7 +8841,7 @@
8841
"zh-chs": "确认删除用户{0}?",
8842
"zh-cht": "確認刪除用戶{0}?",
8843
"xloc": [
8844
- "default.handlebars->31->2084"
8844
+ "default.handlebars->31->2085"
8845
]
8846
},
8847
{
@@ -8861,7 +8861,7 @@
8861
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
8862
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8863
"xloc": [
8864
- "default.handlebars->31->1990"
8864
+ "default.handlebars->31->1991"
8865
]
8866
},
8867
{
@@ -8881,7 +8881,7 @@
8881
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8882
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8883
"xloc": [
8884
- "default.handlebars->31->2116"
8884
+ "default.handlebars->31->2117"
8885
]
8886
},
8887
{
@@ -8962,7 +8962,7 @@
8962
"zh-chs": "确认覆盖?",
8963
"zh-cht": "確認覆蓋?",
8964
"xloc": [
8965
- "default.handlebars->31->1670"
8965
+ "default.handlebars->31->1671"
8966
]
8967
},
8968
{
@@ -8982,8 +8982,8 @@
8982
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
8983
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
8984
"xloc": [
8985
- "default.handlebars->31->1980",
8986
- "default.handlebars->31->2107"
8985
+ "default.handlebars->31->1981",
8986
+ "default.handlebars->31->2108"
8987
]
8988
},
8989
{
@@ -9003,8 +9003,8 @@
9003
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9004
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9005
"xloc": [
9006
- "default.handlebars->31->1982",
9007
- "default.handlebars->31->2120"
9006
+ "default.handlebars->31->1983",
9007
+ "default.handlebars->31->2121"
9008
]
9009
},
9010
{
@@ -9024,7 +9024,7 @@
9024
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
9025
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9026
"xloc": [
9027
- "default.handlebars->31->2109"
9027
+ "default.handlebars->31->2110"
9028
]
9029
},
9030
{
@@ -9044,7 +9044,7 @@
9044
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9045
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9046
"xloc": [
9047
- "default.handlebars->31->2112"
9047
+ "default.handlebars->31->2113"
9048
]
9049
},
9050
{
@@ -9064,8 +9064,8 @@
9064
"zh-chs": "确认删除访问权限?",
9065
"zh-cht": "確認刪除訪問權限?",
9066
"xloc": [
9067
- "default.handlebars->31->2110",
9068
- "default.handlebars->31->2113"
9067
+ "default.handlebars->31->2111",
9068
+ "default.handlebars->31->2114"
9069
]
9070
},
9071
{
@@ -9086,7 +9086,7 @@
9086
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
9087
"xloc": [
9088
"default-mobile.handlebars->11->85",
9089
- "default.handlebars->31->1129"
9089
+ "default.handlebars->31->1130"
9090
]
9091
},
9092
{
@@ -9123,7 +9123,7 @@
9123
"zh-chs": "确认删除设备共享“{0}”?",
9124
"zh-cht": "確認刪除設備共享“{0}”?",
9125
"xloc": [
9126
- "default.handlebars->31->2105"
9126
+ "default.handlebars->31->2106"
9127
]
9128
},
9129
{
@@ -9177,7 +9177,7 @@
9177
"zh-chs": "确认删除用户“ {0} ”的权限?",
9178
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
9179
"xloc": [
9180
- "default.handlebars->31->1599"
9180
+ "default.handlebars->31->1600"
9181
]
9182
},
9183
{
@@ -9197,7 +9197,7 @@
9197
"zh-chs": "确认删除用户组“ {0} ”的权限?",
9198
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9199
"xloc": [
9200
- "default.handlebars->31->1601"
9200
+ "default.handlebars->31->1602"
9201
]
9202
},
9203
{
@@ -9255,7 +9255,7 @@
9255
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9256
"xloc": [
9257
"default-mobile.handlebars->11->138",
9258
- "default.handlebars->31->1671"
9258
+ "default.handlebars->31->1672"
9259
]
9260
},
9261
{
@@ -9279,7 +9279,7 @@
9279
"default-mobile.handlebars->11->345",
9280
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9281
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9282
- "default.handlebars->31->1439",
9282
+ "default.handlebars->31->1440",
9283
"default.handlebars->31->963",
9284
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9285
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -9328,7 +9328,7 @@
9328
"zh-chs": "连接到服务器",
9329
"zh-cht": "連接到伺服器",
9330
"xloc": [
9331
- "default.handlebars->31->1493"
9331
+ "default.handlebars->31->1494"
9332
]
9333
},
9334
{
@@ -9450,7 +9450,7 @@
9450
"zh-chs": "已连接的英特尔®AMT",
9451
"zh-cht": "已連接的Intel® AMT",
9452
"xloc": [
9453
- "default.handlebars->31->2208"
9453
+ "default.handlebars->31->2209"
9454
]
9455
},
9456
{
@@ -9470,7 +9470,7 @@
9470
"zh-chs": "已连接的用户",
9471
"zh-cht": "已连接的用户",
9472
"xloc": [
9473
- "default.handlebars->31->2213"
9473
+ "default.handlebars->31->2214"
9474
]
9475
},
9476
{
@@ -9511,7 +9511,7 @@
9511
"zh-chs": "已连接。",
9512
"zh-cht": "已連接。",
9513
"xloc": [
9514
- "messenger.handlebars->13->13"
9514
+ "messenger.handlebars->13->15"
9515
]
9516
},
9517
{
@@ -9561,7 +9561,7 @@
9561
"zh-chs": "连接数量",
9562
"zh-cht": "連接數量",
9563
"xloc": [
9564
- "default.handlebars->31->2227"
9564
+ "default.handlebars->31->2228"
9565
]
9566
},
9567
{
@@ -9581,7 +9581,7 @@
9581
"zh-chs": "连接转发器",
9582
"zh-cht": "連接轉發器",
9583
"xloc": [
9584
- "default.handlebars->31->2259"
9584
+ "default.handlebars->31->2260"
9585
]
9586
},
9587
{
@@ -9642,7 +9642,7 @@
9642
"zh-cht": "連接性",
9643
"xloc": [
9644
"default-mobile.handlebars->11->266",
9645
- "default.handlebars->31->1634",
9645
+ "default.handlebars->31->1635",
9646
"default.handlebars->31->235",
9647
"default.handlebars->31->646",
9648
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -9731,7 +9731,7 @@
9731
"zh-chs": "Cookie编码器",
9732
"zh-cht": "Cookie編碼器",
9733
"xloc": [
9734
- "default.handlebars->31->2243"
9734
+ "default.handlebars->31->2244"
9735
]
9736
},
9737
{
@@ -9888,8 +9888,8 @@
9888
"zh-chs": "复制连结到剪贴板",
9889
"zh-cht": "複製連結到剪貼板",
9890
"xloc": [
9891
- "default.handlebars->31->1639",
9892
- "default.handlebars->31->1658",
9891
+ "default.handlebars->31->1640",
9892
+ "default.handlebars->31->1659",
9893
"default.handlebars->31->211",
9894
"default.handlebars->31->370"
9895
]
@@ -9992,7 +9992,7 @@
9992
"zh-chs": "复制:“{0}”到“{1}”",
9993
"zh-cht": "複製:“{0}”到“{1}”",
9994
"xloc": [
9995
- "default.handlebars->31->1730"
9995
+ "default.handlebars->31->1731"
9996
]
9997
},
9998
{
@@ -10138,7 +10138,7 @@
10138
"zh-chs": "核心服务器",
10139
"zh-cht": "核心伺服器",
10140
"xloc": [
10141
- "default.handlebars->31->2242"
10141
+ "default.handlebars->31->2243"
10142
]
10143
},
10144
{
@@ -10158,7 +10158,7 @@
10158
"zh-chs": "科西嘉文",
10159
"zh-cht": "科西嘉文",
10160
"xloc": [
10161
- "default.handlebars->31->1180"
10161
+ "default.handlebars->31->1181"
10162
]
10163
},
10164
{
@@ -10178,7 +10178,7 @@
10178
"zh-chs": "创建帐号",
10179
"zh-cht": "創建帳號",
10180
"xloc": [
10181
- "default.handlebars->31->1894",
10181
+ "default.handlebars->31->1895",
10182
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10183
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10184
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10221,7 +10221,7 @@
10221
"zh-chs": "创建用户组",
10222
"zh-cht": "創建用戶群",
10223
"xloc": [
10224
- "default.handlebars->31->1933"
10224
+ "default.handlebars->31->1934"
10225
]
10226
},
10227
{
@@ -10261,7 +10261,7 @@
10261
"zh-chs": "使用以下选项创建一个新的设备组。",
10262
"zh-cht": "使用以下選項創建一個新的裝置群。",
10263
"xloc": [
10264
- "default.handlebars->31->1374"
10264
+ "default.handlebars->31->1375"
10265
]
10266
},
10267
{
@@ -10321,7 +10321,7 @@
10321
"zh-chs": "创建文件夹:“{0}”",
10322
"zh-cht": "創建文件夾:“{0}”",
10323
"xloc": [
10324
- "default.handlebars->31->1723"
10324
+ "default.handlebars->31->1724"
10325
]
10326
},
10327
{
@@ -10341,7 +10341,7 @@
10341
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10342
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10343
"xloc": [
10344
- "default.handlebars->31->1858"
10344
+ "default.handlebars->31->1859"
10345
]
10346
},
10347
{
@@ -10383,7 +10383,7 @@
10383
"zh-chs": "创建的设备组:{0}",
10384
"zh-cht": "創建的設備組:{0}",
10385
"xloc": [
10386
- "default.handlebars->31->1734"
10386
+ "default.handlebars->31->1735"
10387
]
10388
},
10389
{
@@ -10457,7 +10457,7 @@
10457
"zh-chs": "创建",
10458
"zh-cht": "創建",
10459
"xloc": [
10460
- "default.handlebars->31->2019"
10460
+ "default.handlebars->31->2020"
10461
]
10462
},
10463
{
@@ -10477,7 +10477,7 @@
10477
"zh-chs": "创建时间",
10478
"zh-cht": "創作時間",
10479
"xloc": [
10480
- "default.handlebars->31->1421"
10480
+ "default.handlebars->31->1422"
10481
]
10482
},
10483
{
@@ -10519,8 +10519,8 @@
10519
"zh-chs": "创建者",
10520
"zh-cht": "創作者",
10521
"xloc": [
10522
- "default.handlebars->31->1419",
10523
- "default.handlebars->31->1420"
10522
+ "default.handlebars->31->1420",
10523
+ "default.handlebars->31->1421"
10524
]
10525
},
10526
{
@@ -10540,7 +10540,7 @@
10540
"zh-chs": "证书",
10541
"zh-cht": "證書",
10542
"xloc": [
10543
- "default.handlebars->31->1391"
10543
+ "default.handlebars->31->1392"
10544
]
10545
},
10546
{
@@ -10560,7 +10560,7 @@
10560
"zh-chs": "克里语",
10561
"zh-cht": "克里語",
10562
"xloc": [
10563
- "default.handlebars->31->1181"
10563
+ "default.handlebars->31->1182"
10564
]
10565
},
10566
{
@@ -10580,7 +10580,7 @@
10580
"zh-chs": "克罗地亚文",
10581
"zh-cht": "克羅地亞文",
10582
"xloc": [
10583
- "default.handlebars->31->1182"
10583
+ "default.handlebars->31->1183"
10584
]
10585
},
10586
{
@@ -10755,7 +10755,7 @@
10755
"fr": "Le mot de passe actuel n'est pas correct.",
10756
"xloc": [
10757
"default-mobile.handlebars->11->572",
10758
- "default.handlebars->31->2182"
10758
+ "default.handlebars->31->2183"
10759
]
10760
},
10761
{
@@ -10814,7 +10814,7 @@
10814
"zh-chs": "捷克文",
10815
"zh-cht": "捷克文",
10816
"xloc": [
10817
- "default.handlebars->31->1183"
10817
+ "default.handlebars->31->1184"
10818
]
10819
},
10820
{
@@ -10854,7 +10854,7 @@
10854
"zh-chs": "丹麦文",
10855
"zh-cht": "丹麥文",
10856
"xloc": [
10857
- "default.handlebars->31->1184"
10857
+ "default.handlebars->31->1185"
10858
]
10859
},
10860
{
@@ -10895,7 +10895,7 @@
10895
"zh-chs": "日期和时间",
10896
"zh-cht": "日期和時間",
10897
"xloc": [
10898
- "default.handlebars->31->1342"
10898
+ "default.handlebars->31->1343"
10899
]
10900
},
10901
{
@@ -10936,7 +10936,7 @@
10936
"zh-chs": "停用",
10937
"zh-cht": "停用",
10938
"xloc": [
10939
- "default.handlebars->31->1472"
10939
+ "default.handlebars->31->1473"
10940
]
10941
},
10942
{
@@ -10956,7 +10956,7 @@
10956
"zh-chs": "如果设置停用CCM",
10957
"zh-cht": "如果設置停用CCM",
10958
"xloc": [
10959
- "default.handlebars->31->1484"
10959
+ "default.handlebars->31->1485"
10960
]
10961
},
10962
{
@@ -11014,10 +11014,10 @@
11014
"zh-chs": "默认",
11015
"zh-cht": "默認",
11016
"xloc": [
11017
- "default.handlebars->31->1881",
11018
- "default.handlebars->31->1929",
11019
- "default.handlebars->31->1940",
11020
- "default.handlebars->31->2008"
11017
+ "default.handlebars->31->1882",
11018
+ "default.handlebars->31->1930",
11019
+ "default.handlebars->31->1941",
11020
+ "default.handlebars->31->2009"
11021
]
11022
},
11023
{
@@ -11050,7 +11050,7 @@
11050
"default-mobile.handlebars->11->355",
11051
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11052
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11053
- "default.handlebars->31->1665",
11053
+ "default.handlebars->31->1666",
11054
"default.handlebars->31->535",
11055
"default.handlebars->31->982",
11056
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -11081,7 +11081,7 @@
11081
"zh-cht": "刪除帳戶",
11082
"xloc": [
11083
"default-mobile.handlebars->11->95",
11084
- "default.handlebars->31->1359"
11084
+ "default.handlebars->31->1360"
11085
]
11086
},
11087
{
@@ -11101,7 +11101,7 @@
11101
"zh-chs": "删除帐户",
11102
"zh-cht": "刪除帳戶",
11103
"xloc": [
11104
- "default.handlebars->31->1848"
11104
+ "default.handlebars->31->1849"
11105
]
11106
},
11107
{
@@ -11144,8 +11144,8 @@
11144
"xloc": [
11145
"default-mobile.handlebars->11->484",
11146
"default-mobile.handlebars->11->487",
11147
- "default.handlebars->31->1468",
11148
- "default.handlebars->31->1501"
11147
+ "default.handlebars->31->1469",
11148
+ "default.handlebars->31->1502"
11149
]
11150
},
11151
{
@@ -11206,7 +11206,7 @@
11206
"zh-chs": "删除用户",
11207
"zh-cht": "刪除用戶",
11208
"xloc": [
11209
- "default.handlebars->31->2060"
11209
+ "default.handlebars->31->2061"
11210
]
11211
},
11212
{
@@ -11226,8 +11226,8 @@
11226
"zh-chs": "删除用户群组",
11227
"zh-cht": "刪除用戶群組",
11228
"xloc": [
11229
- "default.handlebars->31->1978",
11230
- "default.handlebars->31->1988"
11229
+ "default.handlebars->31->1979",
11230
+ "default.handlebars->31->1989"
11231
]
11232
},
11233
{
@@ -11247,7 +11247,7 @@
11247
"zh-chs": "删除用户群组",
11248
"zh-cht": "刪除用戶群組",
11249
"xloc": [
11250
- "default.handlebars->31->1927"
11250
+ "default.handlebars->31->1928"
11251
]
11252
},
11253
{
@@ -11267,7 +11267,7 @@
11267
"zh-chs": "删除用户{0}",
11268
"zh-cht": "刪除用戶{0}",
11269
"xloc": [
11270
- "default.handlebars->31->2083"
11270
+ "default.handlebars->31->2084"
11271
]
11272
},
11273
{
@@ -11288,7 +11288,7 @@
11288
"zh-cht": "刪除帳戶",
11289
"xloc": [
11290
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
11291
- "default.handlebars->31->1844",
11291
+ "default.handlebars->31->1845",
11292
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11293
]
11294
},
@@ -11329,7 +11329,7 @@
11329
"zh-chs": "删除群组",
11330
"zh-cht": "刪除群組",
11331
"xloc": [
11332
- "default.handlebars->31->1923"
11332
+ "default.handlebars->31->1924"
11333
]
11334
},
11335
{
@@ -11369,7 +11369,7 @@
11369
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11370
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11371
"xloc": [
11372
- "default.handlebars->31->1725"
11372
+ "default.handlebars->31->1726"
11373
]
11374
},
11375
{
@@ -11391,7 +11391,7 @@
11391
"xloc": [
11392
"default-mobile.handlebars->11->135",
11393
"default-mobile.handlebars->11->357",
11394
- "default.handlebars->31->1667",
11394
+ "default.handlebars->31->1668",
11395
"default.handlebars->31->984"
11396
]
11397
},
@@ -11412,7 +11412,7 @@
11412
"zh-chs": "删除用户群组{0}?",
11413
"zh-cht": "刪除用戶群組{0}?",
11414
"xloc": [
11415
- "default.handlebars->31->1986"
11415
+ "default.handlebars->31->1987"
11416
]
11417
},
11418
{
@@ -11434,7 +11434,7 @@
11434
"xloc": [
11435
"default-mobile.handlebars->11->134",
11436
"default-mobile.handlebars->11->356",
11437
- "default.handlebars->31->1666",
11437
+ "default.handlebars->31->1667",
11438
"default.handlebars->31->983"
11439
]
11440
},
@@ -11475,7 +11475,7 @@
11475
"zh-chs": "删除:“{0}”",
11476
"zh-cht": "刪除:“{0}”",
11477
"xloc": [
11478
- "default.handlebars->31->1724"
11478
+ "default.handlebars->31->1725"
11479
]
11480
},
11481
{
@@ -11495,7 +11495,7 @@
11495
"zh-chs": "删除:“{0}”,{1}个元素已删除",
11496
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11497
"xloc": [
11498
- "default.handlebars->31->1726"
11498
+ "default.handlebars->31->1727"
11499
]
11500
},
11501
{
@@ -11616,13 +11616,13 @@
11616
"default-mobile.handlebars->11->489",
11617
"default.handlebars->31->1036",
11618
"default.handlebars->31->1046",
11619
- "default.handlebars->31->1379",
11620
- "default.handlebars->31->1416",
11621
- "default.handlebars->31->1503",
11622
- "default.handlebars->31->1932",
11623
- "default.handlebars->31->1942",
11619
+ "default.handlebars->31->1380",
11620
+ "default.handlebars->31->1417",
11621
+ "default.handlebars->31->1504",
11622
+ "default.handlebars->31->1933",
11623
"default.handlebars->31->1943",
11625
- "default.handlebars->31->1984",
11624
+ "default.handlebars->31->1944",
11625
+ "default.handlebars->31->1985",
11626
"default.handlebars->31->576",
11627
"default.handlebars->31->577",
11628
"default.handlebars->31->877",
@@ -11665,8 +11665,8 @@
11665
"zh-cht": "桌面",
11666
"xloc": [
11667
"default-mobile.handlebars->11->278",
11668
- "default.handlebars->31->1509",
11669
- "default.handlebars->31->2132",
11668
+ "default.handlebars->31->1510",
11669
+ "default.handlebars->31->2133",
11670
"default.handlebars->31->541",
11671
"default.handlebars->31->710",
11672
"default.handlebars->31->766",
@@ -11713,9 +11713,9 @@
11713
"zh-chs": "桌面通知",
11714
"zh-cht": "桌面通知",
11715
"xloc": [
11716
- "default.handlebars->31->1430",
11717
- "default.handlebars->31->1947",
11718
- "default.handlebars->31->2034",
11716
+ "default.handlebars->31->1431",
11717
+ "default.handlebars->31->1948",
11718
+ "default.handlebars->31->2035",
11719
"default.handlebars->31->627"
11720
]
11721
},
@@ -11736,9 +11736,9 @@
11736
"zh-chs": "桌面提示",
11737
"zh-cht": "桌面提示",
11738
"xloc": [
11739
- "default.handlebars->31->1429",
11740
- "default.handlebars->31->1946",
11741
- "default.handlebars->31->2033",
11739
+ "default.handlebars->31->1430",
11740
+ "default.handlebars->31->1947",
11741
+ "default.handlebars->31->2034",
11742
"default.handlebars->31->626"
11743
]
11744
},
@@ -11759,9 +11759,9 @@
11759
"zh-chs": "桌面提示+工具栏",
11760
"zh-cht": "桌面提示+工具欄",
11761
"xloc": [
11762
- "default.handlebars->31->1427",
11763
- "default.handlebars->31->1944",
11764
- "default.handlebars->31->2031",
11762
+ "default.handlebars->31->1428",
11763
+ "default.handlebars->31->1945",
11764
+ "default.handlebars->31->2032",
11765
"default.handlebars->31->624"
11766
]
11767
},
@@ -11824,9 +11824,9 @@
11824
"zh-chs": "桌面工具栏",
11825
"zh-cht": "桌面工具欄",
11826
"xloc": [
11827
- "default.handlebars->31->1428",
11828
- "default.handlebars->31->1945",
11829
- "default.handlebars->31->2032",
11827
+ "default.handlebars->31->1429",
11828
+ "default.handlebars->31->1946",
11829
+ "default.handlebars->31->2033",
11830
"default.handlebars->31->625"
11831
]
11832
},
@@ -11940,9 +11940,9 @@
11940
"xloc": [
11941
"default-mobile.handlebars->11->413",
11942
"default.handlebars->31->1031",
11943
- "default.handlebars->31->1532",
11943
+ "default.handlebars->31->1533",
11944
"default.handlebars->31->197",
11945
- "default.handlebars->31->2102",
11945
+ "default.handlebars->31->2103",
11946
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
11947
]
11948
},
@@ -12007,15 +12007,15 @@
12007
"xloc": [
12008
"agent-translations.json",
12009
"default-mobile.handlebars->11->550",
12010
- "default.handlebars->31->1527",
12011
- "default.handlebars->31->1530",
12010
+ "default.handlebars->31->1528",
12011
"default.handlebars->31->1531",
12013
- "default.handlebars->31->1795",
12014
- "default.handlebars->31->1970",
12015
- "default.handlebars->31->1976",
12016
- "default.handlebars->31->2090",
12017
- "default.handlebars->31->2141",
12018
- "default.handlebars->31->2160"
12012
+ "default.handlebars->31->1532",
12013
+ "default.handlebars->31->1796",
12014
+ "default.handlebars->31->1971",
12015
+ "default.handlebars->31->1977",
12016
+ "default.handlebars->31->2091",
12017
+ "default.handlebars->31->2142",
12018
+ "default.handlebars->31->2161"
12019
]
12020
},
12021
{
@@ -12036,7 +12036,7 @@
12036
"zh-cht": "裝置群用戶",
12037
"xloc": [
12038
"default-mobile.handlebars->11->539",
12039
- "default.handlebars->31->1597"
12039
+ "default.handlebars->31->1598"
12040
]
12041
},
12042
{
@@ -12057,11 +12057,11 @@
12057
"zh-cht": "裝置群",
12058
"xloc": [
12059
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
12060
- "default.handlebars->31->1811",
12061
- "default.handlebars->31->1917",
12062
- "default.handlebars->31->1957",
12063
- "default.handlebars->31->2028",
12064
- "default.handlebars->31->2211",
12060
+ "default.handlebars->31->1812",
12061
+ "default.handlebars->31->1918",
12062
+ "default.handlebars->31->1958",
12063
+ "default.handlebars->31->2029",
12064
+ "default.handlebars->31->2212",
12065
"default.handlebars->container->column_l->p2->p2info->7"
12066
]
12067
},
@@ -12143,7 +12143,7 @@
12143
"zh-cht": "裝置名稱",
12144
"xloc": [
12145
"default-mobile.handlebars->11->303",
12146
- "default.handlebars->31->2140",
12146
+ "default.handlebars->31->2141",
12147
"default.handlebars->31->305",
12148
"default.handlebars->31->875",
12149
"player.handlebars->3->9"
@@ -12251,8 +12251,8 @@
12251
"zh-chs": "设备连接。",
12252
"zh-cht": "裝置連接。",
12253
"xloc": [
12254
- "default.handlebars->31->1347",
12255
- "default.handlebars->31->1618"
12254
+ "default.handlebars->31->1348",
12255
+ "default.handlebars->31->1619"
12256
]
12257
},
12258
{
@@ -12272,8 +12272,8 @@
12272
"zh-chs": "设备断开连接。",
12273
"zh-cht": "裝置斷開連接。",
12274
"xloc": [
12275
- "default.handlebars->31->1348",
12276
- "default.handlebars->31->1619"
12275
+ "default.handlebars->31->1349",
12276
+ "default.handlebars->31->1620"
12277
]
12278
},
12279
{
@@ -12293,7 +12293,7 @@
12293
"zh-chs": "创建的设备组:{0}",
12294
"zh-cht": "設備組已創建:{0}",
12295
"xloc": [
12296
- "default.handlebars->31->1755"
12296
+ "default.handlebars->31->1756"
12297
]
12298
},
12299
{
@@ -12313,7 +12313,7 @@
12313
"zh-chs": "设备组已删除:{0}",
12314
"zh-cht": "設備組已刪除:{0}",
12315
"xloc": [
12316
- "default.handlebars->31->1756"
12316
+ "default.handlebars->31->1757"
12317
]
12318
},
12319
{
@@ -12333,7 +12333,7 @@
12333
"zh-chs": "设备组成员身份已更改:{0}",
12334
"zh-cht": "設備組成員身份已更改:{0}",
12335
"xloc": [
12336
- "default.handlebars->31->1757"
12336
+ "default.handlebars->31->1758"
12337
]
12338
},
12339
{
@@ -12373,7 +12373,7 @@
12373
"zh-chs": "设备组通知已更改",
12374
"zh-cht": "設備組通知已更改",
12375
"xloc": [
12376
- "default.handlebars->31->1752"
12376
+ "default.handlebars->31->1753"
12377
]
12378
},
12379
{
@@ -12393,7 +12393,7 @@
12393
"zh-chs": "未删除的设备组:{0}",
12394
"zh-cht": "未刪除的設備組:{0}",
12395
"xloc": [
12396
- "default.handlebars->31->1735"
12396
+ "default.handlebars->31->1736"
12397
]
12398
},
12399
{
@@ -12786,7 +12786,7 @@
12786
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
12787
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
12788
"xloc": [
12789
- "default.handlebars->31->1737"
12789
+ "default.handlebars->31->1738"
12790
]
12791
},
12792
{
@@ -12823,8 +12823,8 @@
12823
"zh-chs": "设备",
12824
"zh-cht": "裝置",
12825
"xloc": [
12826
- "default.handlebars->31->1918",
12827
- "default.handlebars->31->1958"
12826
+ "default.handlebars->31->1919",
12827
+ "default.handlebars->31->1959"
12828
]
12829
},
12830
{
@@ -12865,7 +12865,7 @@
12865
"zh-chs": "禁用的电子邮件两因素身份验证",
12866
"zh-cht": "禁用的電子郵件兩因素身份驗證",
12867
"xloc": [
12868
- "default.handlebars->31->1768"
12868
+ "default.handlebars->31->1769"
12869
]
12870
},
12871
{
@@ -12888,7 +12888,7 @@
12888
"agent-translations.json",
12889
"default-mobile.handlebars->11->346",
12890
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
12891
- "default.handlebars->31->1440",
12891
+ "default.handlebars->31->1441",
12892
"default.handlebars->31->964",
12893
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
12894
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -13049,7 +13049,7 @@
13049
"zh-chs": "显示设备组名称",
13050
"zh-cht": "顯示裝置群名稱",
13051
"xloc": [
13052
- "default.handlebars->31->1346"
13052
+ "default.handlebars->31->1347"
13053
]
13054
},
13055
{
@@ -13089,7 +13089,7 @@
13089
"zh-chs": "显示公共连结",
13090
"zh-cht": "顯示公共鏈結",
13091
"xloc": [
13092
- "default.handlebars->31->1638"
13092
+ "default.handlebars->31->1639"
13093
]
13094
},
13095
{
@@ -13109,7 +13109,7 @@
13109
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13110
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13111
"xloc": [
13112
- "default.handlebars->31->1697"
13112
+ "default.handlebars->31->1698"
13113
]
13114
},
13115
{
@@ -13129,7 +13129,7 @@
13129
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13130
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13131
"xloc": [
13132
- "default.handlebars->31->1705"
13132
+ "default.handlebars->31->1706"
13133
]
13134
},
13135
{
@@ -13149,8 +13149,8 @@
13149
"zh-chs": "什么都不做",
13150
"zh-cht": "什麼都不做",
13151
"xloc": [
13152
- "default.handlebars->31->1487",
13153
- "default.handlebars->31->1491"
13152
+ "default.handlebars->31->1488",
13153
+ "default.handlebars->31->1492"
13154
]
13155
},
13156
{
@@ -13170,10 +13170,10 @@
13170
"zh-chs": "域",
13171
"zh-cht": "域",
13172
"xloc": [
13173
- "default.handlebars->31->1882",
13174
- "default.handlebars->31->1930",
13175
- "default.handlebars->31->1939",
13176
- "default.handlebars->31->2007",
13173
+ "default.handlebars->31->1883",
13174
+ "default.handlebars->31->1931",
13175
+ "default.handlebars->31->1940",
13176
+ "default.handlebars->31->2008",
13177
"mstsc.handlebars->main->1->3->1->2->1->0",
13178
"mstsc.handlebars->main->1->3->1->2->3"
13179
]
@@ -13195,7 +13195,7 @@
13195
"zh-chs": "请勿更改,如果设置请保留CCM",
13196
"zh-cht": "請勿更改,如果設置請保留CCM",
13197
"xloc": [
13198
- "default.handlebars->31->1483"
13198
+ "default.handlebars->31->1484"
13199
]
13200
},
13201
{
@@ -13232,7 +13232,7 @@
13232
"zh-chs": "不要连接到服务器",
13233
"zh-cht": "不要連接到伺服器",
13234
"xloc": [
13235
- "default.handlebars->31->1492"
13235
+ "default.handlebars->31->1493"
13236
]
13237
},
13238
{
@@ -13318,7 +13318,7 @@
13318
"zh-cht": "下載",
13319
"xloc": [
13320
"download.handlebars->container->page_content->column_l->1",
13321
- "messenger.handlebars->13->10"
13321
+ "messenger.handlebars->13->12"
13322
]
13323
},
13324
{
@@ -13461,7 +13461,7 @@
13461
"zh-chs": "下载报告",
13462
"zh-cht": "下載報告",
13463
"xloc": [
13464
- "default.handlebars->31->1800",
13464
+ "default.handlebars->31->1801",
13465
"default.handlebars->container->column_l->p3->3->1->0->3"
13466
]
13467
},
@@ -13669,7 +13669,7 @@
13669
"zh-chs": "使用以下一种档案格式下载事件列表。",
13670
"zh-cht": "使用以下一種檔案格式下載事件列表。",
13671
"xloc": [
13672
- "default.handlebars->31->1801"
13672
+ "default.handlebars->31->1802"
13673
]
13674
},
13675
{
@@ -13689,7 +13689,7 @@
13689
"zh-chs": "使用以下一种档案格式下载用户列表。",
13690
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
13691
"xloc": [
13692
- "default.handlebars->31->1866"
13692
+ "default.handlebars->31->1867"
13693
]
13694
},
13695
{
@@ -13770,7 +13770,7 @@
13770
"zh-chs": "下载:“{0}”",
13771
"zh-cht": "下載:“{0}”",
13772
"xloc": [
13773
- "default.handlebars->31->1728"
13773
+ "default.handlebars->31->1729"
13774
]
13775
},
13776
{
@@ -13778,7 +13778,7 @@
13778
"nl": "Download: \\\"{0}\\\", Grootte: {1}",
13779
"fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
13780
"xloc": [
13781
- "default.handlebars->31->1785"
13781
+ "default.handlebars->31->1786"
13782
]
13783
},
13784
{
@@ -13818,7 +13818,7 @@
13818
"zh-chs": "代理重复",
13819
"zh-cht": "代理重複",
13820
"xloc": [
13821
- "default.handlebars->31->2207"
13821
+ "default.handlebars->31->2208"
13822
]
13823
},
13824
{
@@ -13858,7 +13858,7 @@
13858
"zh-chs": "复制用户组",
13859
"zh-cht": "複製用戶群",
13860
"xloc": [
13861
- "default.handlebars->31->1934"
13861
+ "default.handlebars->31->1935"
13862
]
13863
},
13864
{
@@ -13895,8 +13895,8 @@
13895
"zh-chs": "持续时间",
13896
"zh-cht": "持續時間",
13897
"xloc": [
13898
- "default.handlebars->31->2126",
13899
- "default.handlebars->31->2146",
13898
+ "default.handlebars->31->2127",
13899
+ "default.handlebars->31->2147",
13900
"player.handlebars->3->2"
13901
]
13902
},
@@ -13934,7 +13934,7 @@
13934
"zh-chs": "荷兰文(比利时)",
13935
"zh-cht": "荷蘭文(比利時)",
13936
"xloc": [
13937
- "default.handlebars->31->1186"
13937
+ "default.handlebars->31->1187"
13938
]
13939
},
13940
{
@@ -13954,7 +13954,7 @@
13954
"zh-chs": "荷兰文(标准)",
13955
"zh-cht": "荷蘭文(標準)",
13956
"xloc": [
13957
- "default.handlebars->31->1185"
13957
+ "default.handlebars->31->1186"
13958
]
13959
},
13960
{
@@ -14266,10 +14266,10 @@
14266
"default-mobile.handlebars->11->490",
14267
"default-mobile.handlebars->11->496",
14268
"default-mobile.handlebars->11->516",
14269
- "default.handlebars->31->1504",
14270
- "default.handlebars->31->1536",
14271
- "default.handlebars->31->1561",
14272
- "default.handlebars->31->1573"
14269
+ "default.handlebars->31->1505",
14270
+ "default.handlebars->31->1537",
14271
+ "default.handlebars->31->1562",
14272
+ "default.handlebars->31->1574"
14273
]
14274
},
14275
{
@@ -14289,7 +14289,7 @@
14289
"zh-chs": "编辑设备组功能",
14290
"zh-cht": "編輯裝置群功能",
14291
"xloc": [
14292
- "default.handlebars->31->1522"
14292
+ "default.handlebars->31->1523"
14293
]
14294
},
14295
{
@@ -14309,8 +14309,8 @@
14309
"zh-chs": "编辑设备组权限",
14310
"zh-cht": "編輯裝置群權限",
14311
"xloc": [
14312
- "default.handlebars->31->1558",
14313
- "default.handlebars->31->1570"
14312
+ "default.handlebars->31->1559",
14313
+ "default.handlebars->31->1571"
14314
]
14315
},
14316
{
@@ -14330,7 +14330,7 @@
14330
"zh-chs": "编辑设备组用户同意",
14331
"zh-cht": "編輯裝置群用戶同意",
14332
"xloc": [
14333
- "default.handlebars->31->1505"
14333
+ "default.handlebars->31->1506"
14334
]
14335
},
14336
{
@@ -14351,7 +14351,7 @@
14351
"zh-cht": "編輯裝置筆記",
14352
"xloc": [
14353
"default-mobile.handlebars->11->508",
14354
- "default.handlebars->31->1550"
14354
+ "default.handlebars->31->1551"
14355
]
14356
},
14357
{
@@ -14371,8 +14371,8 @@
14371
"zh-chs": "编辑设备权限",
14372
"zh-cht": "編輯裝置權限",
14373
"xloc": [
14374
- "default.handlebars->31->1563",
14375
- "default.handlebars->31->1565"
14374
+ "default.handlebars->31->1564",
14375
+ "default.handlebars->31->1566"
14376
]
14377
},
14378
{
@@ -14412,7 +14412,7 @@
14412
"zh-chs": "编辑设备用户同意",
14413
"zh-cht": "編輯裝置用戶同意",
14414
"xloc": [
14415
- "default.handlebars->31->1507"
14415
+ "default.handlebars->31->1508"
14416
]
14417
},
14418
{
@@ -14480,7 +14480,7 @@
14480
"zh-cht": "編輯筆記",
14481
"xloc": [
14482
"default-mobile.handlebars->11->523",
14483
- "default.handlebars->31->1580"
14483
+ "default.handlebars->31->1581"
14484
]
14485
},
14486
{
@@ -14500,7 +14500,7 @@
14500
"zh-chs": "编辑用户同意",
14501
"zh-cht": "編輯用戶同意",
14502
"xloc": [
14503
- "default.handlebars->31->1506"
14503
+ "default.handlebars->31->1507"
14504
]
14505
},
14506
{
@@ -14520,7 +14520,7 @@
14520
"zh-chs": "编辑用户设备组权限",
14521
"zh-cht": "編輯用戶裝置群權限",
14522
"xloc": [
14523
- "default.handlebars->31->1571"
14523
+ "default.handlebars->31->1572"
14524
]
14525
},
14526
{
@@ -14540,7 +14540,7 @@
14540
"zh-chs": "编辑用户设备权限",
14541
"zh-cht": "編輯用戶裝置權限",
14542
"xloc": [
14543
- "default.handlebars->31->1566"
14543
+ "default.handlebars->31->1567"
14544
]
14545
},
14546
{
@@ -14560,7 +14560,7 @@
14560
"zh-chs": "编辑用户组",
14561
"zh-cht": "編輯用戶群",
14562
"xloc": [
14563
- "default.handlebars->31->1985"
14563
+ "default.handlebars->31->1986"
14564
]
14565
},
14566
{
@@ -14580,7 +14580,7 @@
14580
"zh-chs": "编辑用户组设备权限",
14581
"zh-cht": "編輯用戶群裝置權限",
14582
"xloc": [
14583
- "default.handlebars->31->1568"
14583
+ "default.handlebars->31->1569"
14584
]
14585
},
14586
{
@@ -14600,7 +14600,7 @@
14600
"zh-chs": "编辑用户组用户同意",
14601
"zh-cht": "編輯用戶組用戶同意",
14602
"xloc": [
14603
- "default.handlebars->31->1508"
14603
+ "default.handlebars->31->1509"
14604
]
14605
},
14606
{
@@ -14682,11 +14682,11 @@
14682
"zh-cht": "電郵",
14683
"xloc": [
14684
"default-mobile.handlebars->11->89",
14685
- "default.handlebars->31->1884",
14686
- "default.handlebars->31->2011",
14687
- "default.handlebars->31->2013",
14688
- "default.handlebars->31->2053",
14689
- "default.handlebars->31->2071",
14685
+ "default.handlebars->31->1885",
14686
+ "default.handlebars->31->2012",
14687
+ "default.handlebars->31->2014",
14688
+ "default.handlebars->31->2054",
14689
+ "default.handlebars->31->2072",
14690
"default.handlebars->31->337",
14691
"login-mobile.handlebars->5->42",
14692
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -14719,7 +14719,7 @@
14719
"zh-cht": "電郵地址變更",
14720
"xloc": [
14721
"default-mobile.handlebars->11->90",
14722
- "default.handlebars->31->1355"
14722
+ "default.handlebars->31->1356"
14723
]
14724
},
14725
{
@@ -14740,7 +14740,7 @@
14740
"zh-cht": "電郵認證",
14741
"xloc": [
14742
"default-mobile.handlebars->11->79",
14743
- "default.handlebars->31->1123"
14743
+ "default.handlebars->31->1124"
14744
]
14745
},
14746
{
@@ -14800,7 +14800,7 @@
14800
"zh-cht": "電郵驗證",
14801
"xloc": [
14802
"default-mobile.handlebars->11->88",
14803
- "default.handlebars->31->1353"
14803
+ "default.handlebars->31->1354"
14804
]
14805
},
14806
{
@@ -14840,7 +14840,7 @@
14840
"zh-chs": "电邮未验证",
14841
"zh-cht": "電郵未驗證",
14842
"xloc": [
14843
- "default.handlebars->31->1830"
14843
+ "default.handlebars->31->1831"
14844
]
14845
},
14846
{
@@ -14860,8 +14860,8 @@
14860
"zh-chs": "电子邮件已验证",
14861
"zh-cht": "電子郵件已驗證",
14862
"xloc": [
14863
- "default.handlebars->31->1831",
14864
- "default.handlebars->31->2005"
14863
+ "default.handlebars->31->1832",
14864
+ "default.handlebars->31->2006"
14865
]
14866
},
14867
{
@@ -14881,7 +14881,7 @@
14881
"zh-chs": "电邮已验证。",
14882
"zh-cht": "電郵已驗證。",
14883
"xloc": [
14884
- "default.handlebars->31->1890"
14884
+ "default.handlebars->31->1891"
14885
]
14886
},
14887
{
@@ -14901,7 +14901,7 @@
14901
"zh-chs": "电邮未验证",
14902
"zh-cht": "電郵未驗證",
14903
"xloc": [
14904
- "default.handlebars->31->2006"
14904
+ "default.handlebars->31->2007"
14905
]
14906
},
14907
{
@@ -14922,7 +14922,7 @@
14922
"zh-cht": "電郵已發送。",
14923
"xloc": [
14924
"default-mobile.handlebars->11->565",
14925
- "default.handlebars->31->2175",
14925
+ "default.handlebars->31->2176",
14926
"login-mobile.handlebars->5->2",
14927
"login.handlebars->5->2",
14928
"login2.handlebars->7->3"
@@ -14967,7 +14967,7 @@
14967
"zh-chs": "已通过电邮验证,并且需要重置密码。",
14968
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
14969
"xloc": [
14970
- "default.handlebars->31->1891"
14970
+ "default.handlebars->31->1892"
14971
]
14972
},
14973
{
@@ -14985,9 +14985,12 @@
14985
"ru": "Электронная почта / SMS-трафик",
14986
"tr": "E-posta / SMS Trafiği",
14987
"zh-chs": "电邮/短信流量",
14988
- "zh-cht": "電郵/短信流量",
14988
+ "zh-cht": "電郵/短信流量"
14989
+ },
14990
+ {
14991
+ "en": "Email/SMS/Push Traffic",
14992
"xloc": [
14990
- "default.handlebars->31->2251"
14993
+ "default.handlebars->31->2252"
14994
]
14995
},
14996
{
@@ -15033,7 +15036,7 @@
15036
"zh-chs": "启用邀请代码",
15037
"zh-cht": "啟用邀請代碼",
15038
"xloc": [
15036
- "default.handlebars->31->1603"
15039
+ "default.handlebars->31->1604"
15040
]
15041
},
15042
{
@@ -15074,7 +15077,7 @@
15077
"zh-cht": "啟用電郵二因子鑑別。",
15078
"xloc": [
15079
"default-mobile.handlebars->11->81",
15077
- "default.handlebars->31->1125"
15080
+ "default.handlebars->31->1126"
15081
]
15082
},
15083
{
@@ -15114,7 +15117,7 @@
15117
"zh-chs": "已启用",
15118
"zh-cht": "已啟用",
15119
"xloc": [
15117
- "default.handlebars->31->2148"
15120
+ "default.handlebars->31->2149"
15121
]
15122
},
15123
{
@@ -15134,7 +15137,7 @@
15137
"zh-chs": "启用电子邮件两因素身份验证",
15138
"zh-cht": "啟用電子郵件兩因素身份驗證",
15139
"xloc": [
15137
- "default.handlebars->31->1767"
15140
+ "default.handlebars->31->1768"
15141
]
15142
},
15143
{
@@ -15183,7 +15186,7 @@
15186
"zh-chs": "时间结束",
15187
"zh-cht": "時間結束",
15188
"xloc": [
15186
- "default.handlebars->31->2145"
15189
+ "default.handlebars->31->2146"
15190
]
15191
},
15192
{
@@ -15203,7 +15206,7 @@
15206
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15207
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15208
"xloc": [
15206
- "default.handlebars->31->1690"
15209
+ "default.handlebars->31->1691"
15210
]
15211
},
15212
{
@@ -15223,7 +15226,7 @@
15226
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15227
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15228
"xloc": [
15226
- "default.handlebars->31->1691"
15229
+ "default.handlebars->31->1692"
15230
]
15231
},
15232
{
@@ -15243,7 +15246,7 @@
15246
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15247
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15248
"xloc": [
15246
- "default.handlebars->31->1688"
15249
+ "default.handlebars->31->1689"
15250
]
15251
},
15252
{
@@ -15263,7 +15266,7 @@
15266
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15267
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15268
"xloc": [
15266
- "default.handlebars->31->1689"
15269
+ "default.handlebars->31->1690"
15270
]
15271
},
15272
{
@@ -15283,7 +15286,7 @@
15286
"zh-chs": "英文",
15287
"zh-cht": "英文",
15288
"xloc": [
15286
- "default.handlebars->31->1187"
15289
+ "default.handlebars->31->1188"
15290
]
15291
},
15292
{
@@ -15303,7 +15306,7 @@
15306
"zh-chs": "英文(澳洲)",
15307
"zh-cht": "英文(澳洲)",
15308
"xloc": [
15306
- "default.handlebars->31->1188"
15309
+ "default.handlebars->31->1189"
15310
]
15311
},
15312
{
@@ -15323,7 +15326,7 @@
15326
"zh-chs": "英文(伯利茲)",
15327
"zh-cht": "英文(伯利茲)",
15328
"xloc": [
15326
- "default.handlebars->31->1189"
15329
+ "default.handlebars->31->1190"
15330
]
15331
},
15332
{
@@ -15343,7 +15346,7 @@
15346
"zh-chs": "英文(加拿大)",
15347
"zh-cht": "英文(加拿大)",
15348
"xloc": [
15346
- "default.handlebars->31->1190"
15349
+ "default.handlebars->31->1191"
15350
]
15351
},
15352
{
@@ -15363,7 +15366,7 @@
15366
"zh-chs": "英文(爱尔兰)",
15367
"zh-cht": "英文(愛爾蘭)",
15368
"xloc": [
15366
- "default.handlebars->31->1191"
15369
+ "default.handlebars->31->1192"
15370
]
15371
},
15372
{
@@ -15383,7 +15386,7 @@
15386
"zh-chs": "英文(牙买加)",
15387
"zh-cht": "英文(牙買加)",
15388
"xloc": [
15386
- "default.handlebars->31->1192"
15389
+ "default.handlebars->31->1193"
15390
]
15391
},
15392
{
@@ -15403,7 +15406,7 @@
15406
"zh-chs": "英文(纽西兰)",
15407
"zh-cht": "英文(紐西蘭)",
15408
"xloc": [
15406
- "default.handlebars->31->1193"
15409
+ "default.handlebars->31->1194"
15410
]
15411
},
15412
{
@@ -15423,7 +15426,7 @@
15426
"zh-chs": "英文(菲律宾)",
15427
"zh-cht": "英文(菲律賓)",
15428
"xloc": [
15426
- "default.handlebars->31->1194"
15429
+ "default.handlebars->31->1195"
15430
]
15431
},
15432
{
@@ -15443,7 +15446,7 @@
15446
"zh-chs": "英语(南非)",
15447
"zh-cht": "英語(南非)",
15448
"xloc": [
15446
- "default.handlebars->31->1195"
15449
+ "default.handlebars->31->1196"
15450
]
15451
},
15452
{
@@ -15463,7 +15466,7 @@
15466
"zh-chs": "英文(特立尼达和多巴哥)",
15467
"zh-cht": "英文(特立尼達和多巴哥)",
15468
"xloc": [
15466
- "default.handlebars->31->1196"
15469
+ "default.handlebars->31->1197"
15470
]
15471
},
15472
{
@@ -15483,7 +15486,7 @@
15486
"zh-chs": "英文(英国)",
15487
"zh-cht": "英文(英國)",
15488
"xloc": [
15486
- "default.handlebars->31->1197"
15489
+ "default.handlebars->31->1198"
15490
]
15491
},
15492
{
@@ -15503,7 +15506,7 @@
15506
"zh-chs": "美国英文",
15507
"zh-cht": "美國英語",
15508
"xloc": [
15506
- "default.handlebars->31->1198"
15509
+ "default.handlebars->31->1199"
15510
]
15511
},
15512
{
@@ -15523,7 +15526,7 @@
15526
"zh-chs": "英文(津巴布韦)",
15527
"zh-cht": "英文(津巴布韋)",
15528
"xloc": [
15526
- "default.handlebars->31->1199"
15529
+ "default.handlebars->31->1200"
15530
]
15531
},
15532
{
@@ -15544,8 +15547,8 @@
15547
"zh-cht": "輸入",
15548
"xloc": [
15549
"default-mobile.handlebars->11->319",
15547
- "default.handlebars->31->1381",
15550
"default.handlebars->31->1382",
15551
+ "default.handlebars->31->1383",
15552
"default.handlebars->31->903",
15553
"default.handlebars->31->976"
15554
]
@@ -15567,7 +15570,7 @@
15570
"zh-chs": "输入管理领域名称的逗号分隔列表。",
15571
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
15572
"xloc": [
15570
- "default.handlebars->31->1895"
15573
+ "default.handlebars->31->1896"
15574
]
15575
},
15576
{
@@ -15689,7 +15692,7 @@
15692
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
15693
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
15694
"xloc": [
15692
- "default.handlebars->31->1120"
15695
+ "default.handlebars->31->1121"
15696
]
15697
},
15698
{
@@ -15718,7 +15721,7 @@
15721
"fr": "Erreur, code d'invitation \\\"{0}\\\" déjà utilisé.",
15722
"xloc": [
15723
"default-mobile.handlebars->11->573",
15721
- "default.handlebars->31->2183"
15724
+ "default.handlebars->31->2184"
15725
]
15726
},
15727
{
@@ -15727,7 +15730,7 @@
15730
"fr": "Erreur, mot de passe non modifié.",
15731
"xloc": [
15732
"default-mobile.handlebars->11->570",
15730
- "default.handlebars->31->2180"
15733
+ "default.handlebars->31->2181"
15734
]
15735
},
15736
{
@@ -15736,7 +15739,7 @@
15739
"fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
15740
"xloc": [
15741
"default-mobile.handlebars->11->569",
15739
- "default.handlebars->31->2179"
15742
+ "default.handlebars->31->2180"
15743
]
15744
},
15745
{
@@ -15745,7 +15748,7 @@
15748
"fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
15749
"xloc": [
15750
"default-mobile.handlebars->11->568",
15748
- "default.handlebars->31->2178"
15751
+ "default.handlebars->31->2179"
15752
]
15753
},
15754
{
@@ -15765,7 +15768,7 @@
15768
"zh-chs": "错误:未指定连接密钥。",
15769
"zh-cht": "錯誤:未指定連接密鑰。",
15770
"xloc": [
15768
- "messenger.handlebars->13->14"
15771
+ "messenger.handlebars->13->16"
15772
]
15773
},
15774
{
@@ -15794,7 +15797,7 @@
15797
"zh-chs": "世界文",
15798
"zh-cht": "世界語",
15799
"xloc": [
15797
- "default.handlebars->31->1200"
15800
+ "default.handlebars->31->1201"
15801
]
15802
},
15803
{
@@ -15814,7 +15817,7 @@
15817
"zh-chs": "爱沙尼亚文",
15818
"zh-cht": "愛沙尼亞語",
15819
"xloc": [
15817
- "default.handlebars->31->1201"
15820
+ "default.handlebars->31->1202"
15821
]
15822
},
15823
{
@@ -15854,7 +15857,7 @@
15857
"zh-chs": "事件列表输出",
15858
"zh-cht": "事件列表輸出",
15859
"xloc": [
15857
- "default.handlebars->31->1806"
15860
+ "default.handlebars->31->1807"
15861
]
15862
},
15863
{
@@ -16084,7 +16087,7 @@
16087
"zh-chs": "外部",
16088
"zh-cht": "外部",
16089
"xloc": [
16087
- "default.handlebars->31->2234"
16090
+ "default.handlebars->31->2235"
16091
]
16092
},
16093
{
@@ -16124,7 +16127,7 @@
16127
"zh-chs": "FYRO马其顿语",
16128
"zh-cht": "FYRO馬其頓語",
16129
"xloc": [
16127
- "default.handlebars->31->1251"
16130
+ "default.handlebars->31->1252"
16131
]
16132
},
16133
{
@@ -16144,7 +16147,7 @@
16147
"zh-chs": "法罗语",
16148
"zh-cht": "法羅語",
16149
"xloc": [
16147
- "default.handlebars->31->1202"
16150
+ "default.handlebars->31->1203"
16151
]
16152
},
16153
{
@@ -16173,7 +16176,7 @@
16176
"fr": "Échec de la modification de l'adresse e-mail, un autre compte utilise déjà: {0}.",
16177
"xloc": [
16178
"default-mobile.handlebars->11->564",
16176
- "default.handlebars->31->2174"
16179
+ "default.handlebars->31->2175"
16180
]
16181
},
16182
{
@@ -16193,7 +16196,7 @@
16196
"zh-chs": "本地用户拒绝后无法启动远程桌面",
16197
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16198
"xloc": [
16196
- "default.handlebars->31->1713"
16199
+ "default.handlebars->31->1714"
16200
]
16201
},
16202
{
@@ -16213,7 +16216,7 @@
16216
"zh-chs": "本地用户拒绝后无法启动远程文件",
16217
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16218
"xloc": [
16216
- "default.handlebars->31->1720"
16219
+ "default.handlebars->31->1721"
16220
]
16221
},
16222
{
@@ -16256,7 +16259,7 @@
16259
"zh-chs": "波斯文(波斯文)",
16260
"zh-cht": "波斯語(波斯語)",
16261
"xloc": [
16259
- "default.handlebars->31->1203"
16262
+ "default.handlebars->31->1204"
16263
]
16264
},
16265
{
@@ -16298,7 +16301,7 @@
16301
"zh-chs": "功能",
16302
"zh-cht": "功能",
16303
"xloc": [
16301
- "default.handlebars->31->1426"
16304
+ "default.handlebars->31->1427"
16305
]
16306
},
16307
{
@@ -16318,7 +16321,7 @@
16321
"zh-chs": "斐济",
16322
"zh-cht": "斐濟",
16323
"xloc": [
16321
- "default.handlebars->31->1204"
16324
+ "default.handlebars->31->1205"
16325
]
16326
},
16327
{
@@ -16459,8 +16462,8 @@
16462
"xloc": [
16463
"default-mobile.handlebars->11->182",
16464
"default-mobile.handlebars->11->279",
16462
- "default.handlebars->31->1516",
16463
- "default.handlebars->31->2133",
16465
+ "default.handlebars->31->1517",
16466
+ "default.handlebars->31->2134",
16467
"default.handlebars->31->276",
16468
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
16469
"default.handlebars->contextMenu->cxfiles"
@@ -16503,9 +16506,9 @@
16506
"zh-chs": "档案通知",
16507
"zh-cht": "檔案通知",
16508
"xloc": [
16506
- "default.handlebars->31->1434",
16507
- "default.handlebars->31->1951",
16508
- "default.handlebars->31->2038",
16509
+ "default.handlebars->31->1435",
16510
+ "default.handlebars->31->1952",
16511
+ "default.handlebars->31->2039",
16512
"default.handlebars->31->631"
16513
]
16514
},
@@ -16526,9 +16529,9 @@
16529
"zh-chs": "档案提示",
16530
"zh-cht": "檔案提示",
16531
"xloc": [
16529
- "default.handlebars->31->1433",
16530
- "default.handlebars->31->1950",
16531
- "default.handlebars->31->2037",
16532
+ "default.handlebars->31->1434",
16533
+ "default.handlebars->31->1951",
16534
+ "default.handlebars->31->2038",
16535
"default.handlebars->31->630"
16536
]
16537
},
@@ -16613,7 +16616,7 @@
16616
"zh-chs": "录制会话已完成,{0}秒",
16617
"zh-cht": "錄製會話已完成,{0}秒",
16618
"xloc": [
16616
- "default.handlebars->31->1686"
16619
+ "default.handlebars->31->1687"
16620
]
16621
},
16622
{
@@ -16633,7 +16636,7 @@
16636
"zh-chs": "芬兰",
16637
"zh-cht": "芬蘭",
16638
"xloc": [
16636
- "default.handlebars->31->1205"
16639
+ "default.handlebars->31->1206"
16640
]
16641
},
16642
{
@@ -16811,8 +16814,8 @@
16814
"zh-chs": "下次登录时强制重置密码。",
16815
"zh-cht": "下次登入時強制重置密碼。",
16816
"xloc": [
16814
- "default.handlebars->31->1889",
16815
- "default.handlebars->31->2080"
16817
+ "default.handlebars->31->1890",
16818
+ "default.handlebars->31->2081"
16819
]
16820
},
16821
{
@@ -16895,7 +16898,7 @@
16898
"zh-chs": "格式化",
16899
"zh-cht": "格式化",
16900
"xloc": [
16898
- "default.handlebars->31->1797"
16901
+ "default.handlebars->31->1798"
16902
]
16903
},
16904
{
@@ -16936,8 +16939,8 @@
16939
"zh-chs": "自由",
16940
"zh-cht": "自由",
16941
"xloc": [
16939
- "default.handlebars->31->2192",
16940
- "default.handlebars->31->2194"
16942
+ "default.handlebars->31->2193",
16943
+ "default.handlebars->31->2195"
16944
]
16945
},
16946
{
@@ -16978,7 +16981,7 @@
16981
"zh-chs": "法文(比利时)",
16982
"zh-cht": "法語(比利時)",
16983
"xloc": [
16981
- "default.handlebars->31->1207"
16984
+ "default.handlebars->31->1208"
16985
]
16986
},
16987
{
@@ -16998,7 +17001,7 @@
17001
"zh-chs": "法文(加拿大)",
17002
"zh-cht": "法語(加拿大)",
17003
"xloc": [
17001
- "default.handlebars->31->1208"
17004
+ "default.handlebars->31->1209"
17005
]
17006
},
17007
{
@@ -17018,7 +17021,7 @@
17021
"zh-chs": "法文(法国)",
17022
"zh-cht": "法語(法國)",
17023
"xloc": [
17021
- "default.handlebars->31->1209"
17024
+ "default.handlebars->31->1210"
17025
]
17026
},
17027
{
@@ -17038,7 +17041,7 @@
17041
"zh-chs": "法文(卢森堡)",
17042
"zh-cht": "法語(盧森堡)",
17043
"xloc": [
17041
- "default.handlebars->31->1210"
17044
+ "default.handlebars->31->1211"
17045
]
17046
},
17047
{
@@ -17058,7 +17061,7 @@
17061
"zh-chs": "法文(摩纳哥)",
17062
"zh-cht": "法語(摩納哥)",
17063
"xloc": [
17061
- "default.handlebars->31->1211"
17064
+ "default.handlebars->31->1212"
17065
]
17066
},
17067
{
@@ -17078,7 +17081,7 @@
17081
"zh-chs": "法文(标准)",
17082
"zh-cht": "法語(標準)",
17083
"xloc": [
17081
- "default.handlebars->31->1206"
17084
+ "default.handlebars->31->1207"
17085
]
17086
},
17087
{
@@ -17098,7 +17101,7 @@
17101
"zh-chs": "法文(瑞士)",
17102
"zh-cht": "法語(瑞士)",
17103
"xloc": [
17101
- "default.handlebars->31->1212"
17104
+ "default.handlebars->31->1213"
17105
]
17106
},
17107
{
@@ -17118,7 +17121,7 @@
17121
"zh-chs": "弗里斯兰文",
17122
"zh-cht": "弗里斯蘭語",
17123
"xloc": [
17121
- "default.handlebars->31->1213"
17124
+ "default.handlebars->31->1214"
17125
]
17126
},
17127
{
@@ -17138,7 +17141,7 @@
17141
"zh-chs": "弗留利",
17142
"zh-cht": "弗留利",
17143
"xloc": [
17141
- "default.handlebars->31->1214"
17144
+ "default.handlebars->31->1215"
17145
]
17146
},
17147
{
@@ -17162,9 +17165,9 @@
17165
"default-mobile.handlebars->11->482",
17166
"default-mobile.handlebars->11->495",
17167
"default-mobile.handlebars->11->515",
17165
- "default.handlebars->31->1388",
17166
- "default.handlebars->31->1535",
17167
- "default.handlebars->31->1901"
17168
+ "default.handlebars->31->1389",
17169
+ "default.handlebars->31->1536",
17170
+ "default.handlebars->31->1902"
17171
]
17172
},
17173
{
@@ -17184,7 +17187,7 @@
17187
"zh-chs": "完整管理员(保留所有权利)",
17188
"zh-cht": "完整管理員(保留所有權利)",
17189
"xloc": [
17187
- "default.handlebars->31->1572"
17190
+ "default.handlebars->31->1573"
17191
]
17192
},
17193
{
@@ -17303,7 +17306,7 @@
17306
"zh-chs": "完整管理员",
17307
"zh-cht": "完整管理員",
17308
"xloc": [
17306
- "default.handlebars->31->1999"
17309
+ "default.handlebars->31->2000"
17310
]
17311
},
17312
{
@@ -17323,8 +17326,8 @@
17326
"zh-chs": "全自动的",
17327
"zh-cht": "全自動的",
17328
"xloc": [
17326
- "default.handlebars->31->1451",
17327
- "default.handlebars->31->1474"
17329
+ "default.handlebars->31->1452",
17330
+ "default.handlebars->31->1475"
17331
]
17332
},
17333
{
@@ -17365,7 +17368,7 @@
17368
"zh-chs": "盖尔文(爱尔兰)",
17369
"zh-cht": "蓋爾語(愛爾蘭)",
17370
"xloc": [
17368
- "default.handlebars->31->1216"
17371
+ "default.handlebars->31->1217"
17372
]
17373
},
17374
{
@@ -17385,7 +17388,7 @@
17388
"zh-chs": "盖尔文(苏格兰文)",
17389
"zh-cht": "蓋爾語(蘇格蘭語)",
17390
"xloc": [
17388
- "default.handlebars->31->1215"
17391
+ "default.handlebars->31->1216"
17392
]
17393
},
17394
{
@@ -17405,7 +17408,7 @@
17408
"zh-chs": "加拉契文",
17409
"zh-cht": "加拉契語",
17410
"xloc": [
17408
- "default.handlebars->31->1217"
17411
+ "default.handlebars->31->1218"
17412
]
17413
},
17414
{
@@ -17531,7 +17534,7 @@
17534
"zh-chs": "格鲁吉亚文",
17535
"zh-cht": "格魯吉亞文",
17536
"xloc": [
17534
- "default.handlebars->31->1218"
17537
+ "default.handlebars->31->1219"
17538
]
17539
},
17540
{
@@ -17551,7 +17554,7 @@
17554
"zh-chs": "德文(奥地利)",
17555
"zh-cht": "德語(奧地利)",
17556
"xloc": [
17554
- "default.handlebars->31->1220"
17557
+ "default.handlebars->31->1221"
17558
]
17559
},
17560
{
@@ -17571,7 +17574,7 @@
17574
"zh-chs": "德文(德国)",
17575
"zh-cht": "德文(德國)",
17576
"xloc": [
17574
- "default.handlebars->31->1221"
17577
+ "default.handlebars->31->1222"
17578
]
17579
},
17580
{
@@ -17591,7 +17594,7 @@
17594
"zh-chs": "德文(列支敦士登)",
17595
"zh-cht": "德文(列支敦士登)",
17596
"xloc": [
17594
- "default.handlebars->31->1222"
17597
+ "default.handlebars->31->1223"
17598
]
17599
},
17600
{
@@ -17611,7 +17614,7 @@
17614
"zh-chs": "德文(卢森堡)",
17615
"zh-cht": "德語(盧森堡)",
17616
"xloc": [
17614
- "default.handlebars->31->1223"
17617
+ "default.handlebars->31->1224"
17618
]
17619
},
17620
{
@@ -17631,7 +17634,7 @@
17634
"zh-chs": "德文(标准)",
17635
"zh-cht": "德語(標準)",
17636
"xloc": [
17634
- "default.handlebars->31->1219"
17637
+ "default.handlebars->31->1220"
17638
]
17639
},
17640
{
@@ -17651,7 +17654,7 @@
17654
"zh-chs": "德文(瑞士)",
17655
"zh-cht": "德文(瑞士)",
17656
"xloc": [
17654
- "default.handlebars->31->1224"
17657
+ "default.handlebars->31->1225"
17658
]
17659
},
17660
{
@@ -17712,7 +17715,7 @@
17715
"zh-chs": "正在获取剪贴板内容,{0}个字节",
17716
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
17717
"xloc": [
17715
- "default.handlebars->31->1700"
17718
+ "default.handlebars->31->1701"
17719
]
17720
},
17721
{
@@ -17774,7 +17777,7 @@
17777
"zh-chs": "好",
17778
"zh-cht": "好",
17779
"xloc": [
17777
- "default.handlebars->31->1384"
17780
+ "default.handlebars->31->1385"
17781
]
17782
},
17783
{
@@ -17819,8 +17822,8 @@
17822
"zh-chs": "Google云端硬盘备份",
17823
"zh-cht": "Google雲端硬盤備份",
17824
"xloc": [
17822
- "default.handlebars->31->1395",
17823
- "default.handlebars->31->1398",
17825
+ "default.handlebars->31->1396",
17826
+ "default.handlebars->31->1399",
17827
"default.handlebars->31->220"
17828
]
17829
},
@@ -17841,7 +17844,7 @@
17844
"zh-chs": "Google云端硬盘控制台",
17845
"zh-cht": "Google雲端硬盤控制台",
17846
"xloc": [
17844
- "default.handlebars->31->1392"
17847
+ "default.handlebars->31->1393"
17848
]
17849
},
17850
{
@@ -17881,7 +17884,7 @@
17884
"zh-chs": "Google云端硬盘备份当前处于活动状态。",
17885
"zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
17886
"xloc": [
17884
- "default.handlebars->31->1396"
17887
+ "default.handlebars->31->1397"
17888
]
17889
},
17890
{
@@ -17908,7 +17911,7 @@
17911
"zh-chs": "希腊文",
17912
"zh-cht": "希臘文",
17913
"xloc": [
17911
- "default.handlebars->31->1225"
17914
+ "default.handlebars->31->1226"
17915
]
17916
},
17917
{
@@ -17950,8 +17953,8 @@
17953
"zh-chs": "集体指令",
17954
"zh-cht": "集體指令",
17955
"xloc": [
17953
- "default.handlebars->31->1845",
17954
- "default.handlebars->31->1924",
17956
+ "default.handlebars->31->1846",
17957
+ "default.handlebars->31->1925",
17958
"default.handlebars->31->470",
17959
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
17960
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -17975,7 +17978,7 @@
17978
"zh-chs": "通过...分组",
17979
"zh-cht": "通過...分群",
17980
"xloc": [
17978
- "default.handlebars->31->1793"
17981
+ "default.handlebars->31->1794"
17982
]
17983
},
17984
{
@@ -17995,7 +17998,7 @@
17998
"zh-chs": "组标识符",
17999
"zh-cht": "群標識符",
18000
"xloc": [
17998
- "default.handlebars->31->1941"
18001
+ "default.handlebars->31->1942"
18002
]
18003
},
18004
{
@@ -18015,7 +18018,7 @@
18018
"zh-chs": "群组成员",
18019
"zh-cht": "群組成員",
18020
"xloc": [
18018
- "default.handlebars->31->1962"
18021
+ "default.handlebars->31->1963"
18022
]
18023
},
18024
{
@@ -18035,7 +18038,7 @@
18038
"zh-chs": "用户{0}的群组权限。",
18039
"zh-cht": "用戶{0}的群組權限。",
18040
"xloc": [
18038
- "default.handlebars->31->1534"
18041
+ "default.handlebars->31->1535"
18042
]
18043
},
18044
{
@@ -18055,7 +18058,7 @@
18058
"zh-chs": "{0}的群组权限。",
18059
"zh-cht": "{0}的群組權限。",
18060
"xloc": [
18058
- "default.handlebars->31->1533"
18061
+ "default.handlebars->31->1534"
18062
]
18063
},
18064
{
@@ -18151,7 +18154,7 @@
18154
"en": "Guest Sharing",
18155
"nl": "Gastdeling",
18156
"xloc": [
18154
- "default.handlebars->31->1542"
18157
+ "default.handlebars->31->1543"
18158
]
18159
},
18160
{
@@ -18171,7 +18174,7 @@
18174
"zh-chs": "古久拉提",
18175
"zh-cht": "古久拉提",
18176
"xloc": [
18174
- "default.handlebars->31->1226"
18177
+ "default.handlebars->31->1227"
18178
]
18179
},
18180
{
@@ -18214,7 +18217,7 @@
18217
"zh-chs": "海地文",
18218
"zh-cht": "海地文",
18219
"xloc": [
18217
- "default.handlebars->31->1227"
18220
+ "default.handlebars->31->1228"
18221
]
18222
},
18223
{
@@ -18254,7 +18257,7 @@
18257
"zh-chs": "强行断开代理",
18258
"zh-cht": "強行斷開代理",
18259
"xloc": [
18257
- "default.handlebars->31->1115"
18260
+ "default.handlebars->31->1116"
18261
]
18262
},
18263
{
@@ -18274,7 +18277,7 @@
18277
"zh-chs": "堆总数",
18278
"zh-cht": "堆總數",
18279
"xloc": [
18277
- "default.handlebars->31->2236"
18280
+ "default.handlebars->31->2237"
18281
]
18282
},
18283
{
@@ -18294,7 +18297,7 @@
18297
"zh-chs": "堆使用",
18298
"zh-cht": "堆使用",
18299
"xloc": [
18297
- "default.handlebars->31->2235"
18300
+ "default.handlebars->31->2236"
18301
]
18302
},
18303
{
@@ -18314,7 +18317,7 @@
18317
"zh-chs": "希伯来文",
18318
"zh-cht": "希伯來文",
18319
"xloc": [
18317
- "default.handlebars->31->1228"
18320
+ "default.handlebars->31->1229"
18321
]
18322
},
18323
{
@@ -18375,7 +18378,7 @@
18378
"zh-chs": "已请求帮助,用户:{0},详细信息:{1}",
18379
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
18380
"xloc": [
18378
- "default.handlebars->31->1777"
18381
+ "default.handlebars->31->1778"
18382
]
18383
},
18384
{
@@ -18436,7 +18439,7 @@
18439
"zh-chs": "帮助翻译MeshCentral",
18440
"zh-cht": "幫助翻譯MeshCentral",
18441
"xloc": [
18439
- "default.handlebars->31->1343"
18442
+ "default.handlebars->31->1344"
18443
]
18444
},
18445
{
@@ -18540,7 +18543,7 @@
18543
"zh-chs": "印地文",
18544
"zh-cht": "印地文",
18545
"xloc": [
18543
- "default.handlebars->31->1229"
18546
+ "default.handlebars->31->1230"
18547
]
18548
},
18549
{
@@ -18662,7 +18665,7 @@
18665
"zh-cht": "保存{0}項目{1}給{2}",
18666
"xloc": [
18667
"default-mobile.handlebars->11->140",
18665
- "default.handlebars->31->1673"
18668
+ "default.handlebars->31->1674"
18669
]
18670
},
18671
{
@@ -18719,7 +18722,7 @@
18722
"zh-chs": "主机名同步",
18723
"zh-cht": "主機名同步",
18724
"xloc": [
18722
- "default.handlebars->31->1423"
18725
+ "default.handlebars->31->1424"
18726
]
18727
},
18728
{
@@ -18739,7 +18742,7 @@
18742
"zh-chs": "匈牙利文",
18743
"zh-cht": "匈牙利文",
18744
"xloc": [
18742
- "default.handlebars->31->1230"
18745
+ "default.handlebars->31->1231"
18746
]
18747
},
18748
{
@@ -19017,7 +19020,7 @@
19020
"zh-chs": "冰岛文",
19021
"zh-cht": "冰島文",
19022
"xloc": [
19020
- "default.handlebars->31->1231"
19023
+ "default.handlebars->31->1232"
19024
]
19025
},
19026
{
@@ -19081,7 +19084,7 @@
19084
"zh-chs": "如果在CCM中,请重新激活英特尔®AMT",
19085
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
19086
"xloc": [
19084
- "default.handlebars->31->1488"
19087
+ "default.handlebars->31->1489"
19088
]
19089
},
19090
{
@@ -19250,7 +19253,7 @@
19253
"zh-chs": "印度尼西亚文",
19254
"zh-cht": "印度尼西亞文",
19255
"xloc": [
19253
- "default.handlebars->31->1232"
19256
+ "default.handlebars->31->1233"
19257
]
19258
},
19259
{
@@ -19449,8 +19452,8 @@
19452
"zh-chs": "安装类型",
19453
"zh-cht": "安裝方式",
19454
"xloc": [
19452
- "default.handlebars->31->1605",
19453
- "default.handlebars->31->1612",
19455
+ "default.handlebars->31->1606",
19456
+ "default.handlebars->31->1613",
19457
"default.handlebars->31->352",
19458
"default.handlebars->31->366",
19459
"default.handlebars->31->381"
@@ -19496,7 +19499,7 @@
19499
"zh-chs": "英特尔AMT",
19500
"zh-cht": "英特爾AMT",
19501
"xloc": [
19499
- "default.handlebars->31->2232"
19502
+ "default.handlebars->31->2233"
19503
]
19504
},
19505
{
@@ -19504,7 +19507,7 @@
19507
"fr": "Gestionnaire Intel AMT",
19508
"nl": "Intel AMT beheerder",
19509
"xloc": [
19507
- "default.handlebars->31->2258"
19510
+ "default.handlebars->31->2259"
19511
]
19512
},
19513
{
@@ -19548,11 +19551,11 @@
19551
"default-mobile.handlebars->11->216",
19552
"default-mobile.handlebars->11->258",
19553
"default-mobile.handlebars->11->263",
19551
- "default.handlebars->31->1441",
19552
- "default.handlebars->31->1452",
19553
- "default.handlebars->31->1624",
19554
- "default.handlebars->31->1632",
19555
- "default.handlebars->31->2257",
19554
+ "default.handlebars->31->1442",
19555
+ "default.handlebars->31->1453",
19556
+ "default.handlebars->31->1625",
19557
+ "default.handlebars->31->1633",
19558
+ "default.handlebars->31->2258",
19559
"default.handlebars->31->543",
19560
"default.handlebars->31->601",
19561
"default.handlebars->31->641"
@@ -19722,7 +19725,7 @@
19725
"zh-chs": "英特尔®AMT政策",
19726
"zh-cht": "Intel® AMT政策",
19727
"xloc": [
19725
- "default.handlebars->31->1475"
19728
+ "default.handlebars->31->1476"
19729
]
19730
},
19731
{
@@ -19742,7 +19745,7 @@
19745
"zh-chs": "英特尔®AMT重定向",
19746
"zh-cht": "Intel® AMT重定向",
19747
"xloc": [
19745
- "default.handlebars->31->2135",
19748
+ "default.handlebars->31->2136",
19749
"player.handlebars->3->14"
19750
]
19751
},
@@ -19783,7 +19786,7 @@
19786
"zh-chs": "英特尔®AMT WSMAN",
19787
"zh-cht": "Intle® AMT WSMAN",
19788
"xloc": [
19786
- "default.handlebars->31->2134",
19789
+ "default.handlebars->31->2135",
19790
"player.handlebars->3->13"
19791
]
19792
},
@@ -19843,8 +19846,8 @@
19846
"zh-chs": "英特尔®AMT桌面和串行事件。",
19847
"zh-cht": "Intel® AMT桌面和串行事件。",
19848
"xloc": [
19846
- "default.handlebars->31->1349",
19847
- "default.handlebars->31->1620"
19849
+ "default.handlebars->31->1350",
19850
+ "default.handlebars->31->1621"
19851
]
19852
},
19853
{
@@ -20030,8 +20033,8 @@
20033
"zh-cht": "僅限Intel® AMT,無代理",
20034
"xloc": [
20035
"default-mobile.handlebars->11->472",
20033
- "default.handlebars->31->1378",
20034
- "default.handlebars->31->1413"
20036
+ "default.handlebars->31->1379",
20037
+ "default.handlebars->31->1414"
20038
]
20039
},
20040
{
@@ -20335,8 +20338,8 @@
20338
"zh-chs": "仅限互动",
20339
"zh-cht": "僅限互動",
20340
"xloc": [
20338
- "default.handlebars->31->1608",
20339
- "default.handlebars->31->1615",
20341
+ "default.handlebars->31->1609",
20342
+ "default.handlebars->31->1616",
20343
"default.handlebars->31->355",
20344
"default.handlebars->31->369",
20345
"default.handlebars->31->384"
@@ -20379,7 +20382,7 @@
20382
"zh-chs": "因纽特文",
20383
"zh-cht": "因紐特文",
20384
"xloc": [
20382
- "default.handlebars->31->1233"
20385
+ "default.handlebars->31->1234"
20386
]
20387
},
20388
{
@@ -20422,7 +20425,7 @@
20425
"zh-chs": "无效的设备组类型",
20426
"zh-cht": "無效的裝置群類型",
20427
"xloc": [
20425
- "default.handlebars->31->2206"
20428
+ "default.handlebars->31->2207"
20429
]
20430
},
20431
{
@@ -20442,7 +20445,7 @@
20445
"zh-chs": "无效的JSON",
20446
"zh-cht": "無效的JSON",
20447
"xloc": [
20445
- "default.handlebars->31->2200"
20448
+ "default.handlebars->31->2201"
20449
]
20450
},
20451
{
@@ -20462,8 +20465,8 @@
20465
"zh-chs": "无效的JSON档案格式。",
20466
"zh-cht": "無效的JSON檔案格式。",
20467
"xloc": [
20465
- "default.handlebars->31->1863",
20466
- "default.handlebars->31->1865"
20468
+ "default.handlebars->31->1864",
20469
+ "default.handlebars->31->1866"
20470
]
20471
},
20472
{
@@ -20483,7 +20486,7 @@
20486
"zh-chs": "无效的JSON档案:{0}。",
20487
"zh-cht": "無效的JSON檔案:{0}。",
20488
"xloc": [
20486
- "default.handlebars->31->1861"
20489
+ "default.handlebars->31->1862"
20490
]
20491
},
20492
{
@@ -20503,7 +20506,7 @@
20506
"zh-chs": "无效的PKCS签名",
20507
"zh-cht": "無效的PKCS簽名",
20508
"xloc": [
20506
- "default.handlebars->31->2198"
20509
+ "default.handlebars->31->2199"
20510
]
20511
},
20512
{
@@ -20523,7 +20526,7 @@
20526
"zh-chs": "無效的RSA密碼",
20527
"zh-cht": "無效的RSA密碼",
20528
"xloc": [
20526
- "default.handlebars->31->2199"
20529
+ "default.handlebars->31->2200"
20530
]
20531
},
20532
{
@@ -20532,7 +20535,7 @@
20535
"fr": "Message SMS non valide",
20536
"xloc": [
20537
"default-mobile.handlebars->11->576",
20535
- "default.handlebars->31->2186"
20538
+ "default.handlebars->31->2187"
20539
]
20540
},
20541
{
@@ -20563,7 +20566,7 @@
20566
"fr": "Domaine non valide",
20567
"xloc": [
20568
"default-mobile.handlebars->11->556",
20566
- "default.handlebars->31->2166"
20569
+ "default.handlebars->31->2167"
20570
]
20571
},
20572
{
@@ -20572,7 +20575,7 @@
20575
"fr": "Email invalide",
20576
"xloc": [
20577
"default-mobile.handlebars->11->555",
20575
- "default.handlebars->31->2165"
20578
+ "default.handlebars->31->2166"
20579
]
20580
},
20581
{
@@ -20644,7 +20647,7 @@
20647
"fr": "Mot de passe incorrect",
20648
"xloc": [
20649
"default-mobile.handlebars->11->554",
20647
- "default.handlebars->31->2164"
20650
+ "default.handlebars->31->2165"
20651
]
20652
},
20653
{
@@ -20653,7 +20656,7 @@
20656
"fr": "Autorisations de site non valides",
20657
"xloc": [
20658
"default-mobile.handlebars->11->557",
20656
- "default.handlebars->31->2167"
20659
+ "default.handlebars->31->2168"
20660
]
20661
},
20662
{
@@ -20684,7 +20687,7 @@
20687
"fr": "Nom d'utilisateur invalide",
20688
"xloc": [
20689
"default-mobile.handlebars->11->553",
20687
- "default.handlebars->31->2163"
20690
+ "default.handlebars->31->2164"
20691
]
20692
},
20693
{
@@ -20704,7 +20707,7 @@
20707
"zh-chs": "使电邮无效",
20708
"zh-cht": "使電郵無效",
20709
"xloc": [
20707
- "default.handlebars->31->1839"
20710
+ "default.handlebars->31->1840"
20711
]
20712
},
20713
{
@@ -20781,7 +20784,7 @@
20784
"zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:",
20785
"zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
20786
"xloc": [
20784
- "default.handlebars->31->1610"
20787
+ "default.handlebars->31->1611"
20788
]
20789
},
20790
{
@@ -20821,7 +20824,7 @@
20824
"zh-chs": "邀请",
20825
"zh-cht": "邀請",
20826
"xloc": [
20824
- "default.handlebars->31->1462",
20827
+ "default.handlebars->31->1463",
20828
"default.handlebars->31->303",
20829
"default.handlebars->31->371"
20830
]
@@ -20844,12 +20847,12 @@
20847
"zh-cht": "邀請碼",
20848
"xloc": [
20849
"default-mobile.handlebars->11->551",
20847
- "default.handlebars->31->1445",
20848
- "default.handlebars->31->1604",
20849
- "default.handlebars->31->1609",
20850
- "default.handlebars->31->1611",
20851
- "default.handlebars->31->1616",
20852
- "default.handlebars->31->2161"
20850
+ "default.handlebars->31->1446",
20851
+ "default.handlebars->31->1605",
20852
+ "default.handlebars->31->1610",
20853
+ "default.handlebars->31->1612",
20854
+ "default.handlebars->31->1617",
20855
+ "default.handlebars->31->2162"
20856
]
20857
},
20858
{
@@ -20889,7 +20892,7 @@
20892
"zh-chs": "邀请某人在该设备组上安装网格代理。",
20893
"zh-cht": "邀請某人在該裝置群上安裝mesh agent。",
20894
"xloc": [
20892
- "default.handlebars->31->1461",
20895
+ "default.handlebars->31->1462",
20896
"default.handlebars->31->302"
20897
]
20898
},
@@ -20930,7 +20933,7 @@
20933
"zh-chs": "爱尔兰文",
20934
"zh-cht": "愛爾蘭文",
20935
"xloc": [
20933
- "default.handlebars->31->1234"
20936
+ "default.handlebars->31->1235"
20937
]
20938
},
20939
{
@@ -20950,7 +20953,7 @@
20953
"zh-chs": "意大利文(标准)",
20954
"zh-cht": "意大利文(標準)",
20955
"xloc": [
20953
- "default.handlebars->31->1235"
20956
+ "default.handlebars->31->1236"
20957
]
20958
},
20959
{
@@ -20970,7 +20973,7 @@
20973
"zh-chs": "意大利文(瑞士)",
20974
"zh-cht": "義大利文(瑞士)",
20975
"xloc": [
20973
- "default.handlebars->31->1236"
20976
+ "default.handlebars->31->1237"
20977
]
20978
},
20979
{
@@ -20990,7 +20993,7 @@
20993
"zh-chs": "JSON",
20994
"zh-cht": "JSON",
20995
"xloc": [
20993
- "default.handlebars->31->1799"
20996
+ "default.handlebars->31->1800"
20997
]
20998
},
20999
{
@@ -21010,8 +21013,8 @@
21013
"zh-chs": "JSON格式",
21014
"zh-cht": "JSON格式",
21015
"xloc": [
21013
- "default.handlebars->31->1804",
21014
- "default.handlebars->31->1869",
21016
+ "default.handlebars->31->1805",
21017
+ "default.handlebars->31->1870",
21018
"default.handlebars->31->504"
21019
]
21020
},
@@ -21032,7 +21035,7 @@
21035
"zh-chs": "日文",
21036
"zh-cht": "日文",
21037
"xloc": [
21035
- "default.handlebars->31->1237"
21038
+ "default.handlebars->31->1238"
21039
]
21040
},
21041
{
@@ -21052,7 +21055,7 @@
21055
"zh-chs": "已加入桌面Multiplex会话",
21056
"zh-cht": "已加入桌面Multiplex會話",
21057
"xloc": [
21055
- "default.handlebars->31->1683"
21058
+ "default.handlebars->31->1684"
21059
]
21060
},
21061
{
@@ -21072,7 +21075,7 @@
21075
"zh-chs": "卡纳达文",
21076
"zh-cht": "卡納達文",
21077
"xloc": [
21075
- "default.handlebars->31->1238"
21078
+ "default.handlebars->31->1239"
21079
]
21080
},
21081
{
@@ -21092,7 +21095,7 @@
21095
"zh-chs": "克什米尔文",
21096
"zh-cht": "克什米爾文",
21097
"xloc": [
21095
- "default.handlebars->31->1239"
21098
+ "default.handlebars->31->1240"
21099
]
21100
},
21101
{
@@ -21112,7 +21115,7 @@
21115
"zh-chs": "哈萨克文",
21116
"zh-cht": "哈薩克文",
21117
"xloc": [
21115
- "default.handlebars->31->1240"
21118
+ "default.handlebars->31->1241"
21119
]
21120
},
21121
{
@@ -21132,7 +21135,7 @@
21135
"zh-chs": "保留现有密码",
21136
"zh-cht": "保留現有密碼",
21137
"xloc": [
21135
- "default.handlebars->31->1476"
21138
+ "default.handlebars->31->1477"
21139
]
21140
},
21141
{
@@ -21172,8 +21175,8 @@
21175
"zh-chs": "键名",
21176
"zh-cht": "鍵名",
21177
"xloc": [
21175
- "default.handlebars->31->1131",
21176
- "default.handlebars->31->1134"
21178
+ "default.handlebars->31->1132",
21179
+ "default.handlebars->31->1135"
21180
]
21181
},
21182
{
@@ -21236,7 +21239,7 @@
21239
"zh-chs": "高棉文",
21240
"zh-cht": "高棉文",
21241
"xloc": [
21239
- "default.handlebars->31->1241"
21242
+ "default.handlebars->31->1242"
21243
]
21244
},
21245
{
@@ -21256,7 +21259,7 @@
21259
"zh-chs": "杀死进程{0}",
21260
"zh-cht": "殺死進程{0}",
21261
"xloc": [
21259
- "default.handlebars->31->1698"
21262
+ "default.handlebars->31->1699"
21263
]
21264
},
21265
{
@@ -21276,7 +21279,7 @@
21279
"zh-chs": "吉尔吉斯",
21280
"zh-cht": "吉爾吉斯",
21281
"xloc": [
21279
- "default.handlebars->31->1242"
21282
+ "default.handlebars->31->1243"
21283
]
21284
},
21285
{
@@ -21296,7 +21299,7 @@
21299
"zh-chs": "克林贡",
21300
"zh-cht": "克林貢",
21301
"xloc": [
21299
- "default.handlebars->31->1243"
21302
+ "default.handlebars->31->1244"
21303
]
21304
},
21305
{
@@ -21337,7 +21340,7 @@
21340
"zh-chs": "韩文",
21341
"zh-cht": "韓文",
21342
"xloc": [
21340
- "default.handlebars->31->1244"
21343
+ "default.handlebars->31->1245"
21344
]
21345
},
21346
{
@@ -21357,7 +21360,7 @@
21360
"zh-chs": "韩文(朝鲜)",
21361
"zh-cht": "韓文(朝鮮)",
21362
"xloc": [
21360
- "default.handlebars->31->1245"
21363
+ "default.handlebars->31->1246"
21364
]
21365
},
21366
{
@@ -21377,7 +21380,7 @@
21380
"zh-chs": "韩文(韩国)",
21381
"zh-cht": "韓文(韓國)",
21382
"xloc": [
21380
- "default.handlebars->31->1246"
21383
+ "default.handlebars->31->1247"
21384
]
21385
},
21386
{
@@ -21420,7 +21423,7 @@
21423
"zh-chs": "语言",
21424
"zh-cht": "語言",
21425
"xloc": [
21423
- "default.handlebars->31->1341"
21426
+ "default.handlebars->31->1342"
21427
]
21428
},
21429
{
@@ -21673,7 +21676,7 @@
21676
"zh-chs": "最后访问",
21677
"zh-cht": "最後訪問",
21678
"xloc": [
21676
- "default.handlebars->31->1812"
21679
+ "default.handlebars->31->1813"
21680
]
21681
},
21682
{
@@ -21693,7 +21696,7 @@
21696
"zh-chs": "上次登录",
21697
"zh-cht": "上次登入",
21698
"xloc": [
21696
- "default.handlebars->31->2020"
21699
+ "default.handlebars->31->2021"
21700
]
21701
},
21702
{
@@ -21765,7 +21768,7 @@
21768
"zh-chs": "上次更改:{0}",
21769
"zh-cht": "上次更改:{0}",
21770
"xloc": [
21768
- "default.handlebars->31->2024"
21771
+ "default.handlebars->31->2025"
21772
]
21773
},
21774
{
@@ -21825,7 +21828,7 @@
21828
"zh-chs": "上次登录:{0}",
21829
"zh-cht": "上次登入:{0}",
21830
"xloc": [
21828
- "default.handlebars->31->1822"
21831
+ "default.handlebars->31->1823"
21832
]
21833
},
21834
{
@@ -21926,7 +21929,7 @@
21929
"zh-chs": "拉丁文",
21930
"zh-cht": "拉丁文",
21931
"xloc": [
21929
- "default.handlebars->31->1247"
21932
+ "default.handlebars->31->1248"
21933
]
21934
},
21935
{
@@ -21946,7 +21949,7 @@
21949
"zh-chs": "拉脱维亚文",
21950
"zh-cht": "拉脫維亞文",
21951
"xloc": [
21949
- "default.handlebars->31->1248"
21952
+ "default.handlebars->31->1249"
21953
]
21954
},
21955
{
@@ -22026,7 +22029,7 @@
22029
"zh-chs": "如没有请留空。",
22030
"zh-cht": "如沒有請留空。",
22031
"xloc": [
22029
- "default.handlebars->31->2066"
22032
+ "default.handlebars->31->2067"
22033
]
22034
},
22035
{
@@ -22080,7 +22083,7 @@
22083
"zh-chs": "离开桌面多路复用会话",
22084
"zh-cht": "離開桌面多路復用會話",
22085
"xloc": [
22083
- "default.handlebars->31->1684"
22086
+ "default.handlebars->31->1685"
22087
]
22088
},
22089
{
@@ -22100,7 +22103,7 @@
22103
"zh-chs": "减",
22104
"zh-cht": "減",
22105
"xloc": [
22103
- "default.handlebars->31->2277"
22106
+ "default.handlebars->31->2278"
22107
]
22108
},
22109
{
@@ -22141,8 +22144,8 @@
22144
"zh-chs": "一次最多可上传10个档案。",
22145
"zh-cht": "一次最多可上傳10個檔案。",
22146
"xloc": [
22144
- "messenger.handlebars->13->6",
22145
- "messenger.handlebars->13->7"
22147
+ "messenger.handlebars->13->8",
22148
+ "messenger.handlebars->13->9"
22149
]
22150
},
22151
{
@@ -22163,7 +22166,7 @@
22166
"zh-cht": "有限輸入",
22167
"xloc": [
22168
"default-mobile.handlebars->11->528",
22166
- "default.handlebars->31->1586",
22169
+ "default.handlebars->31->1587",
22170
"default.handlebars->31->720",
22171
"default.handlebars->31->742"
22172
]
@@ -22186,7 +22189,7 @@
22189
"zh-cht": "僅有限輸入",
22190
"xloc": [
22191
"default-mobile.handlebars->11->501",
22189
- "default.handlebars->31->1541"
22192
+ "default.handlebars->31->1542"
22193
]
22194
},
22195
{
@@ -22696,7 +22699,7 @@
22699
"zh-chs": "立陶宛文",
22700
"zh-cht": "立陶宛文",
22701
"xloc": [
22699
- "default.handlebars->31->1249"
22702
+ "default.handlebars->31->1250"
22703
]
22704
},
22705
{
@@ -22737,10 +22740,10 @@
22740
"zh-cht": "載入中...",
22741
"xloc": [
22742
"default-mobile.handlebars->11->83",
22740
- "default.handlebars->31->1127",
22741
- "default.handlebars->31->1404",
22742
- "default.handlebars->31->1408",
22743
- "default.handlebars->31->2122",
22743
+ "default.handlebars->31->1128",
22744
+ "default.handlebars->31->1405",
22745
+ "default.handlebars->31->1409",
22746
+ "default.handlebars->31->2123",
22747
"default.handlebars->31->842"
22748
]
22749
},
@@ -22823,7 +22826,7 @@
22826
"zh-chs": "本地用户接受的远程终端请求",
22827
"zh-cht": "本地用戶接受的遠程終端請求",
22828
"xloc": [
22826
- "default.handlebars->31->1706"
22829
+ "default.handlebars->31->1707"
22830
]
22831
},
22832
{
@@ -22843,7 +22846,7 @@
22846
"zh-chs": "本地用户拒绝了远程终端请求",
22847
"zh-cht": "本地用戶拒絕了遠程終端請求",
22848
"xloc": [
22846
- "default.handlebars->31->1707"
22849
+ "default.handlebars->31->1708"
22850
]
22851
},
22852
{
@@ -22863,7 +22866,7 @@
22866
"zh-chs": "本地化设置",
22867
"zh-cht": "本地化設置",
22868
"xloc": [
22866
- "default.handlebars->31->1344",
22869
+ "default.handlebars->31->1345",
22870
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7"
22871
]
22872
},
@@ -22924,7 +22927,7 @@
22927
"zh-chs": "锁定账户",
22928
"zh-cht": "鎖定賬戶",
22929
"xloc": [
22927
- "default.handlebars->31->1909"
22930
+ "default.handlebars->31->1910"
22931
]
22932
},
22933
{
@@ -22944,7 +22947,7 @@
22947
"zh-chs": "锁定帐户设置",
22948
"zh-cht": "鎖定帳戶設置",
22949
"xloc": [
22947
- "default.handlebars->31->1912"
22950
+ "default.handlebars->31->1913"
22951
]
22952
},
22953
{
@@ -22964,7 +22967,7 @@
22967
"zh-chs": "锁定账户",
22968
"zh-cht": "鎖定賬戶",
22969
"xloc": [
22967
- "default.handlebars->31->1842"
22970
+ "default.handlebars->31->1843"
22971
]
22972
},
22973
{
@@ -22992,7 +22995,7 @@
22995
"zh-chs": "已锁定",
22996
"zh-cht": "已鎖定",
22997
"xloc": [
22995
- "default.handlebars->31->1823"
22998
+ "default.handlebars->31->1824"
22999
]
23000
},
23001
{
@@ -23012,7 +23015,7 @@
23015
"zh-chs": "被锁定账户",
23016
"zh-cht": "被鎖定賬戶",
23017
"xloc": [
23015
- "default.handlebars->31->1996"
23018
+ "default.handlebars->31->1997"
23019
]
23020
},
23021
{
@@ -23032,7 +23035,7 @@
23035
"zh-chs": "将远程用户锁定在桌面之外",
23036
"zh-cht": "將遠程用戶鎖定在桌面之外",
23037
"xloc": [
23035
- "default.handlebars->31->1732"
23038
+ "default.handlebars->31->1733"
23039
]
23040
},
23041
{
@@ -23272,7 +23275,7 @@
23275
"zh-chs": "卢森堡文",
23276
"zh-cht": "盧森堡文",
23277
"xloc": [
23275
- "default.handlebars->31->1250"
23278
+ "default.handlebars->31->1251"
23279
]
23280
},
23281
{
@@ -23453,11 +23456,11 @@
23456
"default-mobile.handlebars->11->218",
23457
"default-mobile.handlebars->11->265",
23458
"default.handlebars->31->1104",
23456
- "default.handlebars->31->1105",
23459
+ "default.handlebars->31->1106",
23460
"default.handlebars->31->262",
23461
"default.handlebars->31->451",
23462
"default.handlebars->31->645",
23460
- "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3"
23463
+ "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2"
23464
]
23465
},
23466
{
@@ -23663,7 +23666,7 @@
23666
"zh-chs": "主服务器信息",
23667
"zh-cht": "主伺服器訊息",
23668
"xloc": [
23666
- "default.handlebars->31->2245"
23669
+ "default.handlebars->31->2246"
23670
]
23671
},
23672
{
@@ -23683,7 +23686,7 @@
23686
"zh-chs": "马来文",
23687
"zh-cht": "馬來文",
23688
"xloc": [
23686
- "default.handlebars->31->1252"
23689
+ "default.handlebars->31->1253"
23690
]
23691
},
23692
{
@@ -23703,7 +23706,7 @@
23706
"zh-chs": "玛拉雅拉姆文",
23707
"zh-cht": "馬拉雅拉姆文",
23708
"xloc": [
23706
- "default.handlebars->31->1253"
23709
+ "default.handlebars->31->1254"
23710
]
23711
},
23712
{
@@ -23723,7 +23726,7 @@
23726
"zh-chs": "马耳他文",
23727
"zh-cht": "馬耳他文",
23728
"xloc": [
23726
- "default.handlebars->31->1254"
23729
+ "default.handlebars->31->1255"
23730
]
23731
},
23732
{
@@ -23766,8 +23769,8 @@
23769
"xloc": [
23770
"default-mobile.handlebars->11->498",
23771
"default-mobile.handlebars->11->518",
23769
- "default.handlebars->31->1538",
23770
- "default.handlebars->31->1575"
23772
+ "default.handlebars->31->1539",
23773
+ "default.handlebars->31->1576"
23774
]
23775
},
23776
{
@@ -23789,8 +23792,8 @@
23792
"xloc": [
23793
"default-mobile.handlebars->11->497",
23794
"default-mobile.handlebars->11->517",
23792
- "default.handlebars->31->1537",
23793
- "default.handlebars->31->1574"
23795
+ "default.handlebars->31->1538",
23796
+ "default.handlebars->31->1575"
23797
]
23798
},
23799
{
@@ -23830,7 +23833,7 @@
23833
"zh-chs": "管理录音",
23834
"zh-cht": "管理錄音",
23835
"xloc": [
23833
- "default.handlebars->31->1907"
23836
+ "default.handlebars->31->1908"
23837
]
23838
},
23839
{
@@ -23870,7 +23873,7 @@
23873
"zh-chs": "管理用户组",
23874
"zh-cht": "管理用戶群",
23875
"xloc": [
23873
- "default.handlebars->31->1906"
23876
+ "default.handlebars->31->1907"
23877
]
23878
},
23879
{
@@ -23890,7 +23893,7 @@
23893
"zh-chs": "管理用户",
23894
"zh-cht": "管理用戶",
23895
"xloc": [
23893
- "default.handlebars->31->1905",
23896
+ "default.handlebars->31->1906",
23897
"default.handlebars->31->736"
23898
]
23899
},
@@ -24017,7 +24020,7 @@
24020
"zh-chs": "使用软件代理进行管理",
24021
"zh-cht": "使用軟體代理進行管理",
24022
"xloc": [
24020
- "default.handlebars->31->1377"
24023
+ "default.handlebars->31->1378"
24024
]
24025
},
24026
{
@@ -24038,7 +24041,7 @@
24041
"zh-cht": "使用軟體代理進行管理",
24042
"xloc": [
24043
"default-mobile.handlebars->11->473",
24041
- "default.handlebars->31->1414"
24044
+ "default.handlebars->31->1415"
24045
]
24046
},
24047
{
@@ -24058,7 +24061,7 @@
24061
"zh-chs": "经理",
24062
"zh-cht": "經理",
24063
"xloc": [
24061
- "default.handlebars->31->1828"
24064
+ "default.handlebars->31->1829"
24065
]
24066
},
24067
{
@@ -24112,7 +24115,7 @@
24115
"zh-chs": "毛利文",
24116
"zh-cht": "毛利文",
24117
"xloc": [
24115
- "default.handlebars->31->1255"
24118
+ "default.handlebars->31->1256"
24119
]
24120
},
24121
{
@@ -24153,7 +24156,7 @@
24156
"zh-chs": "马拉地文",
24157
"zh-cht": "馬拉地文",
24158
"xloc": [
24156
- "default.handlebars->31->1256"
24159
+ "default.handlebars->31->1257"
24160
]
24161
},
24162
{
@@ -24173,7 +24176,7 @@
24176
"zh-chs": "达到连接数量上限",
24177
"zh-cht": "達到連接數量上限",
24178
"xloc": [
24176
- "default.handlebars->31->2204"
24179
+ "default.handlebars->31->2205"
24180
]
24181
},
24182
{
@@ -24238,7 +24241,7 @@
24241
"zh-chs": "Megabyte",
24242
"zh-cht": "Megabyte",
24243
"xloc": [
24241
- "default.handlebars->31->2233"
24244
+ "default.handlebars->31->2234"
24245
]
24246
},
24247
{
@@ -24260,7 +24263,7 @@
24263
"xloc": [
24264
"default-mobile.handlebars->11->464",
24265
"default.handlebars->31->1092",
24263
- "default.handlebars->31->2224",
24266
+ "default.handlebars->31->2225",
24267
"default.handlebars->container->column_l->p40->3->1->p40type->3"
24268
]
24269
},
@@ -24314,7 +24317,7 @@
24317
"zh-cht": "網格代理控制台",
24318
"xloc": [
24319
"default-mobile.handlebars->11->505",
24317
- "default.handlebars->31->1547"
24320
+ "default.handlebars->31->1548"
24321
]
24322
},
24323
{
@@ -24459,7 +24462,7 @@
24462
"zh-chs": "MeshAgent流量",
24463
"zh-cht": "MeshAgent流量",
24464
"xloc": [
24462
- "default.handlebars->31->2247"
24465
+ "default.handlebars->31->2248"
24466
]
24467
},
24468
{
@@ -24479,7 +24482,7 @@
24482
"zh-chs": "MeshAgent更新",
24483
"zh-cht": "MeshAgent更新",
24484
"xloc": [
24482
- "default.handlebars->31->2248"
24485
+ "default.handlebars->31->2249"
24486
]
24487
},
24488
{
@@ -24526,7 +24529,7 @@
24529
"zh-chs": "MeshCentral错误",
24530
"zh-cht": "MeshCentral錯誤",
24531
"xloc": [
24529
- "default.handlebars->31->1407"
24532
+ "default.handlebars->31->1408"
24533
]
24534
},
24535
{
@@ -24607,7 +24610,7 @@
24610
"zh-chs": "MeshCentral服务器同级化",
24611
"zh-cht": "MeshCentral伺服器同級化",
24612
"xloc": [
24610
- "default.handlebars->31->2246"
24613
+ "default.handlebars->31->2247"
24614
]
24615
},
24616
{
@@ -24649,7 +24652,7 @@
24652
"xloc": [
24653
"default.handlebars->31->126",
24654
"default.handlebars->31->128",
24652
- "default.handlebars->31->1403"
24655
+ "default.handlebars->31->1404"
24656
]
24657
},
24658
{
@@ -24984,7 +24987,7 @@
24987
"zh-chs": "消息调度器",
24988
"zh-cht": "電郵調度器",
24989
"xloc": [
24987
- "default.handlebars->31->2244"
24990
+ "default.handlebars->31->2245"
24991
]
24992
},
24993
{
@@ -25166,7 +25169,7 @@
25169
"zh-chs": "摩尔达维亚文",
25170
"zh-cht": "摩爾達維亞文",
25171
"xloc": [
25169
- "default.handlebars->31->1257"
25172
+ "default.handlebars->31->1258"
25173
]
25174
},
25175
{
@@ -25186,7 +25189,7 @@
25189
"zh-chs": "更多",
25190
"zh-cht": "更多",
25191
"xloc": [
25189
- "default.handlebars->31->2276"
25192
+ "default.handlebars->31->2277"
25193
]
25194
},
25195
{
@@ -25267,7 +25270,7 @@
25270
"zh-chs": "移动:“{0}”到“{1}”",
25271
"zh-cht": "移動:“{0}”到“{1}”",
25272
"xloc": [
25270
- "default.handlebars->31->1731"
25273
+ "default.handlebars->31->1732"
25274
]
25275
},
25276
{
@@ -25287,7 +25290,7 @@
25290
"zh-chs": "将设备{0}移动到组{1}",
25291
"zh-cht": "將設備{0}移動到組{1}",
25292
"xloc": [
25290
- "default.handlebars->31->1764"
25293
+ "default.handlebars->31->1765"
25294
]
25295
},
25296
{
@@ -25327,7 +25330,7 @@
25330
"zh-chs": "多路复用器",
25331
"zh-cht": "多工器",
25332
"xloc": [
25330
- "default.handlebars->31->2147"
25333
+ "default.handlebars->31->2148"
25334
]
25335
},
25336
{
@@ -25643,8 +25646,8 @@
25646
"zh-chs": "我的密钥",
25647
"zh-cht": "我的密鍵",
25648
"xloc": [
25646
- "default.handlebars->31->1132",
25647
- "default.handlebars->31->1135"
25649
+ "default.handlebars->31->1133",
25650
+ "default.handlebars->31->1136"
25651
]
25652
},
25653
{
@@ -25733,15 +25736,15 @@
25736
"default.handlebars->31->101",
25737
"default.handlebars->31->1017",
25738
"default.handlebars->31->1080",
25736
- "default.handlebars->31->1375",
25737
- "default.handlebars->31->1415",
25738
- "default.handlebars->31->1502",
25739
- "default.handlebars->31->1810",
25740
- "default.handlebars->31->1915",
25741
- "default.handlebars->31->1931",
25742
- "default.handlebars->31->1938",
25743
- "default.handlebars->31->1983",
25744
- "default.handlebars->31->2002",
25739
+ "default.handlebars->31->1376",
25740
+ "default.handlebars->31->1416",
25741
+ "default.handlebars->31->1503",
25742
+ "default.handlebars->31->1811",
25743
+ "default.handlebars->31->1916",
25744
+ "default.handlebars->31->1932",
25745
+ "default.handlebars->31->1939",
25746
+ "default.handlebars->31->1984",
25747
+ "default.handlebars->31->2003",
25748
"default.handlebars->31->566",
25749
"default.handlebars->31->87",
25750
"default.handlebars->31->932",
@@ -25787,7 +25790,7 @@
25790
"zh-chs": "名称1,名称2,名称3",
25791
"zh-cht": "名稱1,名稱2,名稱3",
25792
"xloc": [
25790
- "default.handlebars->31->1897"
25793
+ "default.handlebars->31->1898"
25794
]
25795
},
25796
{
@@ -25807,7 +25810,7 @@
25810
"zh-chs": "纳瓦霍文",
25811
"zh-cht": "納瓦霍文",
25812
"xloc": [
25810
- "default.handlebars->31->1258"
25813
+ "default.handlebars->31->1259"
25814
]
25815
},
25816
{
@@ -25827,7 +25830,7 @@
25830
"zh-chs": "恩东加",
25831
"zh-cht": "恩東加",
25832
"xloc": [
25830
- "default.handlebars->31->1259"
25833
+ "default.handlebars->31->1260"
25834
]
25835
},
25836
{
@@ -25847,7 +25850,7 @@
25850
"zh-chs": "尼泊尔文",
25851
"zh-cht": "尼泊爾文",
25852
"xloc": [
25850
- "default.handlebars->31->1260"
25853
+ "default.handlebars->31->1261"
25854
]
25855
},
25856
{
@@ -25947,7 +25950,7 @@
25950
"zh-chs": "生成新的2FA备份代码",
25951
"zh-cht": "生成新的2FA備份代碼",
25952
"xloc": [
25950
- "default.handlebars->31->1771"
25953
+ "default.handlebars->31->1772"
25954
]
25955
},
25956
{
@@ -25956,7 +25959,7 @@
25959
"fr": "Nouveau compte",
25960
"xloc": [
25961
"default-mobile.handlebars->11->546",
25959
- "default.handlebars->31->2156"
25962
+ "default.handlebars->31->2157"
25963
]
25964
},
25965
{
@@ -26017,8 +26020,8 @@
26020
"zh-cht": "新裝置群",
26021
"xloc": [
26022
"default-mobile.handlebars->11->102",
26020
- "default.handlebars->31->1368",
26021
- "default.handlebars->31->1380",
26023
+ "default.handlebars->31->1369",
26024
+ "default.handlebars->31->1381",
26025
"default.handlebars->31->833"
26026
]
26027
},
@@ -26041,7 +26044,7 @@
26044
"xloc": [
26045
"default-mobile.handlebars->11->131",
26046
"default-mobile.handlebars->11->353",
26044
- "default.handlebars->31->1663",
26047
+ "default.handlebars->31->1664",
26048
"default.handlebars->31->980",
26049
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
26050
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -26125,8 +26128,8 @@
26128
"zh-chs": "新密码*",
26129
"zh-cht": "新密碼*",
26130
"xloc": [
26128
- "default.handlebars->31->1480",
26129
- "default.handlebars->31->1481"
26131
+ "default.handlebars->31->1481",
26132
+ "default.handlebars->31->1482"
26133
]
26134
},
26135
{
@@ -26148,8 +26151,8 @@
26151
"xloc": [
26152
"default-mobile.handlebars->11->97",
26153
"default-mobile.handlebars->11->98",
26151
- "default.handlebars->31->1363",
26152
- "default.handlebars->31->1364"
26154
+ "default.handlebars->31->1364",
26155
+ "default.handlebars->31->1365"
26156
]
26157
},
26158
{
@@ -26251,7 +26254,7 @@
26254
"zh-chs": "没有桌面",
26255
"zh-cht": "沒有桌面",
26256
"xloc": [
26254
- "default.handlebars->31->1582",
26257
+ "default.handlebars->31->1583",
26258
"default.handlebars->31->721",
26259
"default.handlebars->31->743"
26260
]
@@ -26273,7 +26276,7 @@
26276
"zh-chs": "不能访问桌面",
26277
"zh-cht": "不能訪問桌面",
26278
"xloc": [
26276
- "default.handlebars->31->1543"
26279
+ "default.handlebars->31->1544"
26280
]
26281
},
26282
{
@@ -26294,8 +26297,8 @@
26297
"zh-cht": "找不到事件",
26298
"xloc": [
26299
"default.handlebars->31->1015",
26297
- "default.handlebars->31->1786",
26298
- "default.handlebars->31->2121"
26300
+ "default.handlebars->31->1787",
26301
+ "default.handlebars->31->2122"
26302
]
26303
},
26304
{
@@ -26316,7 +26319,7 @@
26319
"zh-cht": "不能存取檔案",
26320
"xloc": [
26321
"default-mobile.handlebars->11->503",
26319
- "default.handlebars->31->1545"
26322
+ "default.handlebars->31->1546"
26323
]
26324
},
26325
{
@@ -26337,7 +26340,7 @@
26340
"zh-cht": "沒有檔案",
26341
"xloc": [
26342
"default-mobile.handlebars->11->526",
26340
- "default.handlebars->31->1584",
26343
+ "default.handlebars->31->1585",
26344
"default.handlebars->31->718",
26345
"default.handlebars->31->740"
26346
]
@@ -26382,8 +26385,8 @@
26385
"xloc": [
26386
"default-mobile.handlebars->11->504",
26387
"default-mobile.handlebars->11->527",
26385
- "default.handlebars->31->1546",
26386
- "default.handlebars->31->1585"
26388
+ "default.handlebars->31->1547",
26389
+ "default.handlebars->31->1586"
26390
]
26391
},
26392
{
@@ -26463,7 +26466,7 @@
26466
"zh-chs": "没有成员",
26467
"zh-cht": "沒有成員",
26468
"xloc": [
26466
- "default.handlebars->31->1965"
26469
+ "default.handlebars->31->1966"
26470
]
26471
},
26472
{
@@ -26483,7 +26486,7 @@
26486
"zh-chs": "没有新的设备组",
26487
"zh-cht": "沒有新的裝置群",
26488
"xloc": [
26486
- "default.handlebars->31->1910"
26489
+ "default.handlebars->31->1911"
26490
]
26491
},
26492
{
@@ -26503,8 +26506,8 @@
26506
"zh-chs": "没有政策",
26507
"zh-cht": "沒有政策",
26508
"xloc": [
26506
- "default.handlebars->31->1446",
26507
- "default.handlebars->31->1471"
26509
+ "default.handlebars->31->1447",
26510
+ "default.handlebars->31->1472"
This file is too large to show in full.
views/default.handlebars
+2
-2
@@ -5975,9 +5975,9 @@
5975
}
5976
x += '<input type=button value="' + "Notes" + '" title="' + "View notes about this device" + '" onclick=showNotes(' + ((meshrights & 128) == 0) + ',"' + encodeURIComponentEx(node._id) + '") />';
5977
x += '<input type=button value="' + "Log Event" + '" title="' + "Write an event for this device" + '" onclick=writeDeviceEvent("' + encodeURIComponentEx(node._id) + '") />';
5978
- if ((meshrights & 8) && ((connectivity & 1) || (node.pmt == 1))) { x += '<input type=button value="' + "Message" + '" title="' + "Display a text message on the remote device" + '" onclick=deviceMessageFunction() />'; }
5978
+ if ((meshrights & 8) && ((connectivity & 1) || ((node.pmt == 1) && ((features2 & 2) != 0)))) { x += '<input type=button value="' + "Message" + '" title="' + "Display a text message on the remote device" + '" onclick=deviceMessageFunction() />'; }
5979
//if ((connectivity & 1) && (meshrights & 8) && (node.agent.id < 5)) { x += '<input type=button value=Toast title="' + "Display a text message of the remote device" + '" onclick=deviceToastFunction() />'; }
5980
- if ((meshrights & 8) && (connectivity & 1) || (node.pmt == 1)) { x += '<input type=button value="' + "Chat" + '" title="' + "Open chat window to this computer" + '" onclick=deviceChat(event) />'; }
5980
+ if ((meshrights & 8) && (connectivity & 1) || ((node.pmt == 1) && ((features2 & 2) != 0))) { x += '<input type=button value="' + "Chat" + '" title="' + "Open chat window to this computer" + '" onclick=deviceChat(event) />'; }
5981
if ((serverinfo.guestdevicesharing !== false) && (node.agent != null) && (node.agent.caps & 3) && (connectivity & 1) && (meshrights & 0x80008) && ((meshrights == 0xFFFFFFFF) || ((meshrights & 0x1000) == 0))) { x += '<input type=button value="' + "Share" + '" title="' + "Create a link to share this device with a guest" + '" onclick=showShareDevice() />'; }
5982
5983
// Custom UI