Version 0.7.83
Ylian Saint-Hilaire committed
Mar 8, 2021 at 11:46 UTC
f53be0edc6076b432ef4c3dfa4c1be3634cf70af
4 files changed
+1868
-1836
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.7.82",
3
+ "version": "0.7.83",
4
"keywords": [
5
"Remote Device Management",
6
"Remote Device Monitoring",
translate/translate.js
+1
-1
@@ -1021,7 +1021,7 @@ function InstallModule(modulename, func, tag1, tag2) {
1021
if ((__dirname.endsWith('/node_modules/meshcentral')) || (__dirname.endsWith('\\node_modules\\meshcentral')) || (__dirname.endsWith('/node_modules/meshcentral/')) || (__dirname.endsWith('\\node_modules\\meshcentral\\'))) { parentpath = require('path').join(__dirname, '../..'); }
1022
1023
// Looks like we need to keep a global reference to the child process object for this to work correctly.
1024
- InstallModuleChildProcess = child_process.exec('npm install --no-optional --save ' + modulename, { maxBuffer: 512000, timeout: 120000, cwd: parentpath }, function (error, stdout, stderr) {
1024
+ InstallModuleChildProcess = child_process.exec('npm install --no-optional --no-save ' + modulename, { maxBuffer: 512000, timeout: 120000, cwd: parentpath }, function (error, stdout, stderr) {
1025
InstallModuleChildProcess = null;
1026
if ((error != null) && (error != '')) {
1027
log('ERROR: Unable to install required module "' + modulename + '". May not have access to npm, or npm may not have suffisent rights to load the new module. Try "npm install ' + modulename + '" to manualy install this module.\r\n');
translate/translate.json
+1865
-1833
@@ -17,8 +17,8 @@
17
"zh-chs": " + CIRA",
18
"zh-cht": " + CIRA",
19
"xloc": [
20
- "default.handlebars->31->1473",
21
- "default.handlebars->31->1475"
20
+ "default.handlebars->31->1480",
21
+ "default.handlebars->31->1482"
22
]
23
},
24
{
@@ -204,7 +204,7 @@
204
"zh-chs": " 可以使用密码提示,但不建议使用。",
205
"zh-cht": " 可以使用密碼提示,但不建議使用。",
206
"xloc": [
207
- "default.handlebars->31->1386"
207
+ "default.handlebars->31->1393"
208
]
209
},
210
{
@@ -224,8 +224,8 @@
224
"zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
225
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
226
"xloc": [
227
- "default.handlebars->31->1550",
228
- "default.handlebars->31->2032"
227
+ "default.handlebars->31->1557",
228
+ "default.handlebars->31->2039"
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->1519",
435
+ "default.handlebars->31->1526",
436
"default.handlebars->31->332"
437
]
438
},
@@ -508,7 +508,7 @@
508
"zh-cht": ",",
509
"xloc": [
510
"default-mobile.handlebars->11->577",
511
- "default.handlebars->31->1621"
511
+ "default.handlebars->31->1628"
512
]
513
},
514
{
@@ -550,7 +550,7 @@
550
"zh-cht": ",MQTT在線",
551
"xloc": [
552
"default-mobile.handlebars->11->494",
553
- "default.handlebars->31->1124"
553
+ "default.handlebars->31->1131"
554
]
555
},
556
{
@@ -558,7 +558,7 @@
558
"fr": ", Pas de consentement",
559
"nl": ", Geen toestemming",
560
"xloc": [
561
- "default.handlebars->31->731"
561
+ "default.handlebars->31->737"
562
]
563
},
564
{
@@ -578,7 +578,7 @@
578
"zh-chs": ",提示同意",
579
"zh-cht": ",提示同意",
580
"xloc": [
581
- "default.handlebars->31->732"
581
+ "default.handlebars->31->738"
582
]
583
},
584
{
@@ -598,7 +598,7 @@
598
"zh-chs": ",软体KVM",
599
"zh-cht": ",軟體KVM",
600
"xloc": [
601
- "default.handlebars->31->906",
601
+ "default.handlebars->31->913",
602
"desktop.handlebars->3->12"
603
]
604
},
@@ -607,7 +607,7 @@
607
"fr": ", barre d'outils",
608
"nl": ", Werkbalk",
609
"xloc": [
610
- "default.handlebars->31->733"
610
+ "default.handlebars->31->739"
611
]
612
},
613
{
@@ -615,7 +615,7 @@
615
"nl": ", Alleen kijken",
616
"fr": ", Visualisation seulement",
617
"xloc": [
618
- "default.handlebars->31->730"
618
+ "default.handlebars->31->736"
619
]
620
},
621
{
@@ -637,9 +637,9 @@
637
"xloc": [
638
"default-mobile.handlebars->11->334",
639
"default-mobile.handlebars->11->368",
640
- "default.handlebars->31->913",
641
- "default.handlebars->31->975",
642
- "default.handlebars->31->987",
640
+ "default.handlebars->31->920",
641
+ "default.handlebars->31->982",
642
+ "default.handlebars->31->994",
643
"desktop.handlebars->3->19",
644
"terminal.handlebars->3->9",
645
"xterm.handlebars->9->6"
@@ -762,7 +762,7 @@
762
"zh-chs": ",{0}观看",
763
"zh-cht": ",{0}觀看",
764
"xloc": [
765
- "default.handlebars->31->907",
765
+ "default.handlebars->31->914",
766
"desktop.handlebars->3->13"
767
]
768
},
@@ -827,9 +827,9 @@
827
"xloc": [
828
"default-mobile.handlebars->11->130",
829
"default-mobile.handlebars->11->370",
830
- "default.handlebars->31->1673",
831
- "default.handlebars->31->2195",
832
- "default.handlebars->31->993"
830
+ "default.handlebars->31->1000",
831
+ "default.handlebars->31->1680",
832
+ "default.handlebars->31->2202"
833
]
834
},
835
{
@@ -886,7 +886,7 @@
886
"zh-chs": "1个活跃时段",
887
"zh-cht": "1個活躍時段",
888
"xloc": [
889
- "default.handlebars->31->2105"
889
+ "default.handlebars->31->2112"
890
]
891
},
892
{
@@ -908,7 +908,7 @@
908
"xloc": [
909
"default-mobile.handlebars->11->140",
910
"default-mobile.handlebars->11->620",
911
- "default.handlebars->31->1697",
911
+ "default.handlebars->31->1704",
912
"download.handlebars->3->1",
913
"download2.handlebars->5->1"
914
]
@@ -930,7 +930,7 @@
930
"zh-chs": "1条连接",
931
"zh-cht": "1位聯絡文",
932
"xloc": [
933
- "default.handlebars->31->909",
933
+ "default.handlebars->31->916",
934
"desktop.handlebars->3->15"
935
]
936
},
@@ -973,7 +973,7 @@
973
"zh-chs": "1组",
974
"zh-cht": "1群",
975
"xloc": [
976
- "default.handlebars->31->2066"
976
+ "default.handlebars->31->2073"
977
]
978
},
979
{
@@ -1015,7 +1015,7 @@
1015
"zh-chs": "1分钟",
1016
"zh-cht": "1分鐘",
1017
"xloc": [
1018
- "default.handlebars->31->789"
1018
+ "default.handlebars->31->795"
1019
]
1020
},
1021
{
@@ -1077,7 +1077,7 @@
1077
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
1078
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1079
"xloc": [
1080
- "default.handlebars->31->1856"
1080
+ "default.handlebars->31->1863"
1081
]
1082
},
1083
{
@@ -1143,7 +1143,7 @@
1143
"default-mobile.handlebars->11->202",
1144
"default-mobile.handlebars->11->205",
1145
"default-mobile.handlebars->11->208",
1146
- "default.handlebars->31->1860",
1146
+ "default.handlebars->31->1867",
1147
"default.handlebars->31->277",
1148
"default.handlebars->31->280",
1149
"default.handlebars->31->283",
@@ -1275,7 +1275,7 @@
1275
"zh-chs": "10分钟",
1276
"zh-cht": "10分鐘",
1277
"xloc": [
1278
- "default.handlebars->31->791"
1278
+ "default.handlebars->31->797"
1279
]
1280
},
1281
{
@@ -1358,7 +1358,7 @@
1358
"zh-chs": "12小时",
1359
"zh-cht": "12小時",
1360
"xloc": [
1361
- "default.handlebars->31->799"
1361
+ "default.handlebars->31->805"
1362
]
1363
},
1364
{
@@ -1400,7 +1400,7 @@
1400
"zh-chs": "15分钟",
1401
"zh-cht": "15分鐘",
1402
"xloc": [
1403
- "default.handlebars->31->792"
1403
+ "default.handlebars->31->798"
1404
]
1405
},
1406
{
@@ -1420,7 +1420,7 @@
1420
"zh-chs": "16小时",
1421
"zh-cht": "16小時",
1422
"xloc": [
1423
- "default.handlebars->31->800"
1423
+ "default.handlebars->31->806"
1424
]
1425
},
1426
{
@@ -1440,7 +1440,7 @@
1440
"zh-chs": "2天",
1441
"zh-cht": "2天",
1442
"xloc": [
1443
- "default.handlebars->31->802"
1443
+ "default.handlebars->31->808"
1444
]
1445
},
1446
{
@@ -1460,7 +1460,7 @@
1460
"zh-chs": "2小时",
1461
"zh-cht": "2小時",
1462
"xloc": [
1463
- "default.handlebars->31->796"
1463
+ "default.handlebars->31->802"
1464
]
1465
},
1466
{
@@ -1564,7 +1564,7 @@
1564
"zh-chs": "24小时",
1565
"zh-cht": "24小時",
1566
"xloc": [
1567
- "default.handlebars->31->801"
1567
+ "default.handlebars->31->807"
1568
]
1569
},
1570
{
@@ -1626,7 +1626,7 @@
1626
"zh-chs": "2FA备份代码已清除",
1627
"zh-cht": "2FA備份代碼已清除",
1628
"xloc": [
1629
- "default.handlebars->31->1808"
1629
+ "default.handlebars->31->1815"
1630
]
1631
},
1632
{
@@ -1646,8 +1646,8 @@
1646
"zh-chs": "启用第二因素身份验证",
1647
"zh-cht": "啟用第二因素身份驗證",
1648
"xloc": [
1649
- "default.handlebars->31->1873",
1650
- "default.handlebars->31->2088"
1649
+ "default.handlebars->31->1880",
1650
+ "default.handlebars->31->2095"
1651
]
1652
},
1653
{
@@ -1766,7 +1766,7 @@
1766
"zh-chs": "30分钟",
1767
"zh-cht": "30分鐘",
1768
"xloc": [
1769
- "default.handlebars->31->793"
1769
+ "default.handlebars->31->799"
1770
]
1771
},
1772
{
@@ -1829,7 +1829,7 @@
1829
"zh-chs": "4天",
1830
"zh-cht": "4天",
1831
"xloc": [
1832
- "default.handlebars->31->803"
1832
+ "default.handlebars->31->809"
1833
]
1834
},
1835
{
@@ -1849,7 +1849,7 @@
1849
"zh-chs": "4个小时",
1850
"zh-cht": "4個小時",
1851
"xloc": [
1852
- "default.handlebars->31->797"
1852
+ "default.handlebars->31->803"
1853
]
1854
},
1855
{
@@ -1932,7 +1932,7 @@
1932
"zh-chs": "45分钟",
1933
"zh-cht": "45分鐘",
1934
"xloc": [
1935
- "default.handlebars->31->794"
1935
+ "default.handlebars->31->800"
1936
]
1937
},
1938
{
@@ -1972,7 +1972,7 @@
1972
"zh-chs": "5分钟",
1973
"zh-cht": "5分鐘",
1974
"xloc": [
1975
- "default.handlebars->31->790"
1975
+ "default.handlebars->31->796"
1976
]
1977
},
1978
{
@@ -2098,7 +2098,7 @@
2098
"zh-chs": "60分钟",
2099
"zh-cht": "60分鐘",
2100
"xloc": [
2101
- "default.handlebars->31->795"
2101
+ "default.handlebars->31->801"
2102
]
2103
},
2104
{
@@ -2218,7 +2218,7 @@
2218
"zh-chs": "7天电源状态",
2219
"zh-cht": "7天電源狀態",
2220
"xloc": [
2221
- "default.handlebars->31->834"
2221
+ "default.handlebars->31->841"
2222
]
2223
},
2224
{
@@ -2283,7 +2283,7 @@
2283
"xloc": [
2284
"default.handlebars->31->356",
2285
"default.handlebars->31->370",
2286
- "default.handlebars->31->798"
2286
+ "default.handlebars->31->804"
2287
]
2288
},
2289
{
@@ -2515,8 +2515,8 @@
2515
"zh-cht": "ACM",
2516
"xloc": [
2517
"default-mobile.handlebars->11->266",
2518
- "default.handlebars->31->1489",
2519
- "default.handlebars->31->606"
2518
+ "default.handlebars->31->1496",
2519
+ "default.handlebars->31->612"
2520
]
2521
},
2522
{
@@ -2686,8 +2686,8 @@
2686
"xloc": [
2687
"default-mobile.handlebars->11->406",
2688
"default-mobile.handlebars->11->408",
2689
- "default.handlebars->31->625",
2690
- "default.handlebars->31->627"
2689
+ "default.handlebars->31->631",
2690
+ "default.handlebars->31->633"
2691
]
2692
},
2693
{
@@ -2708,7 +2708,7 @@
2708
"zh-cht": "拒絕存取",
2709
"xloc": [
2710
"default-mobile.handlebars->11->495",
2711
- "default.handlebars->31->1125"
2711
+ "default.handlebars->31->1132"
2712
]
2713
},
2714
{
@@ -2750,7 +2750,7 @@
2750
"zh-chs": "访问服务器档案",
2751
"zh-cht": "存取伺服器檔案",
2752
"xloc": [
2753
- "default.handlebars->31->2038"
2753
+ "default.handlebars->31->2045"
2754
]
2755
},
2756
{
@@ -2839,11 +2839,11 @@
2839
"default-mobile.handlebars->11->241",
2840
"default-mobile.handlebars->11->243",
2841
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2842
- "default.handlebars->31->1395",
2843
- "default.handlebars->31->1397",
2844
- "default.handlebars->31->2311",
2845
- "default.handlebars->31->575",
2846
- "default.handlebars->31->577"
2842
+ "default.handlebars->31->1402",
2843
+ "default.handlebars->31->1404",
2844
+ "default.handlebars->31->2318",
2845
+ "default.handlebars->31->581",
2846
+ "default.handlebars->31->583"
2847
]
2848
},
2849
{
@@ -2852,7 +2852,7 @@
2852
"fr": "Paramètres du compte",
2853
"xloc": [
2854
"default-mobile.handlebars->11->588",
2855
- "default.handlebars->31->2203"
2855
+ "default.handlebars->31->2210"
2856
]
2857
},
2858
{
@@ -2913,7 +2913,7 @@
2913
"zh-chs": "帐户已更改:{0}",
2914
"zh-cht": "帳戶已更改:{0}",
2915
"xloc": [
2916
- "default.handlebars->31->1781"
2916
+ "default.handlebars->31->1788"
2917
]
2918
},
2919
{
@@ -2933,7 +2933,7 @@
2933
"zh-chs": "创建帐户,电子邮件为{0}",
2934
"zh-cht": "創建帳戶,電子郵件為{0}",
2935
"xloc": [
2936
- "default.handlebars->31->1780"
2936
+ "default.handlebars->31->1787"
2937
]
2938
},
2939
{
@@ -2953,7 +2953,7 @@
2953
"zh-chs": "创建帐户,用户名是{0}",
2954
"zh-cht": "帳戶已創建,用戶名是{0}",
2955
"xloc": [
2956
- "default.handlebars->31->1779"
2956
+ "default.handlebars->31->1786"
2957
]
2958
},
2959
{
@@ -2973,8 +2973,8 @@
2973
"zh-chs": "帐户已被锁定",
2974
"zh-cht": "帳戶已被鎖定",
2975
"xloc": [
2976
- "default.handlebars->31->1875",
2977
- "default.handlebars->31->2035"
2976
+ "default.handlebars->31->1882",
2977
+ "default.handlebars->31->2042"
2978
]
2979
},
2980
{
@@ -2995,7 +2995,7 @@
2995
"zh-cht": "達到帳戶限制。",
2996
"xloc": [
2997
"default-mobile.handlebars->11->600",
2998
- "default.handlebars->31->2215",
2998
+ "default.handlebars->31->2222",
2999
"login-mobile.handlebars->5->6",
3000
"login.handlebars->5->6",
3001
"login2.handlebars->7->7"
@@ -3040,7 +3040,7 @@
3040
"zh-chs": "帐号登录",
3041
"zh-cht": "帳號登錄",
3042
"xloc": [
3043
- "default.handlebars->31->1716"
3043
+ "default.handlebars->31->1723"
3044
]
3045
},
3046
{
@@ -3048,7 +3048,7 @@
3048
"nl": "Account aanmelding van {0}, {1}, {2}",
3049
"fr": "Connexion de {0}, {1}, {2}",
3050
"xloc": [
3051
- "default.handlebars->31->1822"
3051
+ "default.handlebars->31->1829"
3052
]
3053
},
3054
{
@@ -3068,7 +3068,7 @@
3068
"zh-chs": "帐户登出",
3069
"zh-cht": "帳戶登出",
3070
"xloc": [
3071
- "default.handlebars->31->1717"
3071
+ "default.handlebars->31->1724"
3072
]
3073
},
3074
{
@@ -3110,7 +3110,7 @@
3110
"zh-chs": "帐户密码已更改:{0}",
3111
"zh-cht": "帳戶密碼已更改:{0}",
3112
"xloc": [
3113
- "default.handlebars->31->1789"
3113
+ "default.handlebars->31->1796"
3114
]
3115
},
3116
{
@@ -3130,7 +3130,7 @@
3130
"zh-chs": "帐户已删除",
3131
"zh-cht": "帳戶已刪除",
3132
"xloc": [
3133
- "default.handlebars->31->1778"
3133
+ "default.handlebars->31->1785"
3134
]
3135
},
3136
{
@@ -3171,7 +3171,7 @@
3171
"zh-cht": "指令",
3172
"xloc": [
3173
"default-mobile.handlebars->11->501",
3174
- "default.handlebars->31->1131",
3174
+ "default.handlebars->31->1138",
3175
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
3176
]
3177
},
@@ -3192,8 +3192,8 @@
3192
"zh-chs": "动作档案",
3193
"zh-cht": "動作檔案",
3194
"xloc": [
3195
- "default.handlebars->31->880",
3196
- "default.handlebars->31->882"
3195
+ "default.handlebars->31->887",
3196
+ "default.handlebars->31->889"
3197
]
3198
},
3199
{
@@ -3216,7 +3216,7 @@
3216
"default-mobile.handlebars->11->289",
3217
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
3218
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
3219
- "default.handlebars->31->668",
3219
+ "default.handlebars->31->674",
3220
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
3221
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
3222
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -3299,7 +3299,7 @@
3299
"zh-chs": "如果ACM失败,则激活到CCM",
3300
"zh-cht": "如果ACM失敗,則激活到CCM",
3301
"xloc": [
3302
- "default.handlebars->31->1510"
3302
+ "default.handlebars->31->1517"
3303
]
3304
},
3305
{
@@ -3322,9 +3322,9 @@
3322
"default-mobile.handlebars->11->261",
3323
"default-mobile.handlebars->11->263",
3324
"default-mobile.handlebars->11->457",
3325
- "default.handlebars->31->1086",
3326
- "default.handlebars->31->599",
3327
- "default.handlebars->31->601"
3325
+ "default.handlebars->31->1093",
3326
+ "default.handlebars->31->605",
3327
+ "default.handlebars->31->607"
3328
]
3329
},
3330
{
@@ -3364,7 +3364,7 @@
3364
"zh-chs": "主动设备共享",
3365
"zh-cht": "主動設備共享",
3366
"xloc": [
3367
- "default.handlebars->31->724"
3367
+ "default.handlebars->31->730"
3368
]
3369
},
3370
{
@@ -3390,7 +3390,7 @@
3390
"nl": "Toevoegen",
3391
"xloc": [
3392
"default-mobile.handlebars->11->361",
3393
- "default.handlebars->31->944"
3393
+ "default.handlebars->31->951"
3394
]
3395
},
3396
{
@@ -3410,7 +3410,7 @@
3410
"zh-chs": "添加代理",
3411
"zh-cht": "新增代理",
3412
"xloc": [
3413
- "default.handlebars->31->1485",
3413
+ "default.handlebars->31->1492",
3414
"default.handlebars->31->310"
3415
]
3416
},
@@ -3448,8 +3448,8 @@
3448
"zh-chs": "添加设备",
3449
"zh-cht": "新增裝置",
3450
"xloc": [
3451
- "default.handlebars->31->2012",
3452
- "default.handlebars->31->2142"
3451
+ "default.handlebars->31->2019",
3452
+ "default.handlebars->31->2149"
3453
]
3454
},
3455
{
@@ -3469,7 +3469,7 @@
3469
"zh-chs": "添加设备日志",
3470
"zh-cht": "新增裝置日誌",
3471
"xloc": [
3472
- "default.handlebars->31->775"
3472
+ "default.handlebars->31->781"
3473
]
3474
},
3475
{
@@ -3489,9 +3489,9 @@
3489
"zh-chs": "添加设备组",
3490
"zh-cht": "新增裝置群",
3491
"xloc": [
3492
- "default.handlebars->31->1585",
3493
- "default.handlebars->31->2006",
3494
- "default.handlebars->31->2130",
3492
+ "default.handlebars->31->1592",
3493
+ "default.handlebars->31->2013",
3494
+ "default.handlebars->31->2137",
3495
"default.handlebars->31->247"
3496
]
3497
},
@@ -3512,7 +3512,7 @@
3512
"zh-chs": "添加设备组权限",
3513
"zh-cht": "新增裝置群權限",
3514
"xloc": [
3515
- "default.handlebars->31->1582"
3515
+ "default.handlebars->31->1589"
3516
]
3517
},
3518
{
@@ -3532,8 +3532,8 @@
3532
"zh-chs": "添加设备权限",
3533
"zh-cht": "新增裝置權限",
3534
"xloc": [
3535
- "default.handlebars->31->1587",
3536
- "default.handlebars->31->1589"
3535
+ "default.handlebars->31->1594",
3536
+ "default.handlebars->31->1596"
3537
]
3538
},
3539
{
@@ -3630,7 +3630,7 @@
3630
"zh-chs": "添加成员身份",
3631
"zh-cht": "新增成員身份",
3632
"xloc": [
3633
- "default.handlebars->31->2162"
3633
+ "default.handlebars->31->2169"
3634
]
3635
},
3636
{
@@ -3670,8 +3670,8 @@
3670
"zh-chs": "添加安全密钥",
3671
"zh-cht": "新增安全密鑰",
3672
"xloc": [
3673
- "default.handlebars->31->1162",
3674
- "default.handlebars->31->1163",
3673
+ "default.handlebars->31->1169",
3674
+ "default.handlebars->31->1170",
3675
"default.handlebars->31->164",
3676
"default.handlebars->31->166",
3677
"default.handlebars->31->169",
@@ -3696,7 +3696,7 @@
3696
"zh-cht": "新增用戶",
3697
"xloc": [
3698
"default-mobile.handlebars->11->517",
3699
- "default.handlebars->31->716"
3699
+ "default.handlebars->31->722"
3700
]
3701
},
3702
{
@@ -3716,7 +3716,7 @@
3716
"zh-chs": "添加用户设备权限",
3717
"zh-cht": "新增用戶裝置權限",
3718
"xloc": [
3719
- "default.handlebars->31->1592"
3719
+ "default.handlebars->31->1599"
3720
]
3721
},
3722
{
@@ -3736,10 +3736,10 @@
3736
"zh-chs": "添加用户组",
3737
"zh-cht": "新增用戶群",
3738
"xloc": [
3739
- "default.handlebars->31->1481",
3740
- "default.handlebars->31->1584",
3741
- "default.handlebars->31->2136",
3742
- "default.handlebars->31->717"
3739
+ "default.handlebars->31->1488",
3740
+ "default.handlebars->31->1591",
3741
+ "default.handlebars->31->2143",
3742
+ "default.handlebars->31->723"
3743
]
3744
},
3745
{
@@ -3759,7 +3759,7 @@
3759
"zh-chs": "添加用户组设备权限",
3760
"zh-cht": "新增用戶群裝置權限",
3761
"xloc": [
3762
- "default.handlebars->31->1594"
3762
+ "default.handlebars->31->1601"
3763
]
3764
},
3765
{
@@ -3816,8 +3816,8 @@
3816
"zh-chs": "添加用户",
3817
"zh-cht": "新增用戶",
3818
"xloc": [
3819
- "default.handlebars->31->1480",
3820
- "default.handlebars->31->2001"
3819
+ "default.handlebars->31->1487",
3820
+ "default.handlebars->31->2008"
3821
]
3822
},
3823
{
@@ -3837,7 +3837,7 @@
3837
"zh-chs": "将用户添加到设备组",
3838
"zh-cht": "將用戶新增到裝置群",
3839
"xloc": [
3840
- "default.handlebars->31->1581"
3840
+ "default.handlebars->31->1588"
3841
]
3842
},
3843
{
@@ -3857,7 +3857,7 @@
3857
"zh-chs": "将用户添加到用户组",
3858
"zh-cht": "將用戶新增到用戶群",
3859
"xloc": [
3860
- "default.handlebars->31->2034"
3860
+ "default.handlebars->31->2041"
3861
]
3862
},
3863
{
@@ -3974,7 +3974,7 @@
3974
"zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
3975
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
3976
"xloc": [
3977
- "default.handlebars->31->1484",
3977
+ "default.handlebars->31->1491",
3978
"default.handlebars->31->309"
3979
]
3980
},
@@ -3995,7 +3995,7 @@
3995
"zh-chs": "添加标签",
3996
"zh-cht": "新增標籤",
3997
"xloc": [
3998
- "default.handlebars->31->496"
3998
+ "default.handlebars->31->498"
3999
]
4000
},
4001
{
@@ -4035,7 +4035,7 @@
4035
"zh-chs": "添加了身份验证应用程序",
4036
"zh-cht": "添加了身份驗證應用程序",
4037
"xloc": [
4038
- "default.handlebars->31->1805"
4038
+ "default.handlebars->31->1812"
4039
]
4040
},
4041
{
@@ -4055,7 +4055,7 @@
4055
"zh-chs": "已将设备共享{0}从{1}添加到{2}",
4056
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
4057
"xloc": [
4058
- "default.handlebars->31->1816"
4058
+ "default.handlebars->31->1823"
4059
]
4060
},
4061
{
@@ -4075,8 +4075,8 @@
4075
"zh-chs": "已将设备{0}添加到设备组{1}",
4076
"zh-cht": "已將設備{0}添加到設備組{1}",
4077
"xloc": [
4078
- "default.handlebars->31->1772",
4079
- "default.handlebars->31->1799"
4078
+ "default.handlebars->31->1779",
4079
+ "default.handlebars->31->1806"
4080
]
4081
},
4082
{
@@ -4096,7 +4096,7 @@
4096
"zh-chs": "添加了安全密钥",
4097
"zh-cht": "添加了安全密鑰",
4098
"xloc": [
4099
- "default.handlebars->31->1810"
4099
+ "default.handlebars->31->1817"
4100
]
4101
},
4102
{
@@ -4116,7 +4116,7 @@
4116
"zh-chs": "已将用户组{0}添加到设备组{1}",
4117
"zh-cht": "已將用戶組{0}添加到設備組{1}",
4118
"xloc": [
4119
- "default.handlebars->31->1783"
4119
+ "default.handlebars->31->1790"
4120
]
4121
},
4122
{
@@ -4136,8 +4136,8 @@
4136
"zh-chs": "已将用户{0}添加到用户组{1}",
4137
"zh-cht": "已將用戶{0}添加到用戶組{1}",
4138
"xloc": [
4139
- "default.handlebars->31->1786",
4140
- "default.handlebars->31->1795"
4139
+ "default.handlebars->31->1793",
4140
+ "default.handlebars->31->1802"
4141
]
4142
},
4143
{
@@ -4198,7 +4198,7 @@
4198
"zh-cht": "管理員控制模式(ACM)",
4199
"xloc": [
4200
"default-mobile.handlebars->11->459",
4201
- "default.handlebars->31->1088"
4201
+ "default.handlebars->31->1095"
4202
]
4203
},
4204
{
@@ -4219,7 +4219,7 @@
4219
"zh-cht": "管理員憑證",
4220
"xloc": [
4221
"default-mobile.handlebars->11->465",
4222
- "default.handlebars->31->1094"
4222
+ "default.handlebars->31->1101"
4223
]
4224
},
4225
{
@@ -4260,7 +4260,7 @@
4260
"zh-chs": "管理领域",
4261
"zh-cht": "管理領域",
4262
"xloc": [
4263
- "default.handlebars->31->2070"
4263
+ "default.handlebars->31->2077"
4264
]
4265
},
4266
{
@@ -4301,7 +4301,7 @@
4301
"zh-chs": "管理领域",
4302
"zh-cht": "管理領域",
4303
"xloc": [
4304
- "default.handlebars->31->1938"
4304
+ "default.handlebars->31->1945"
4305
]
4306
},
4307
{
@@ -4321,7 +4321,7 @@
4321
"zh-chs": "管理员",
4322
"zh-cht": "管理員",
4323
"xloc": [
4324
- "default.handlebars->31->1867"
4324
+ "default.handlebars->31->1874"
4325
]
4326
},
4327
{
@@ -4341,7 +4341,7 @@
4341
"zh-chs": "南非文",
4342
"zh-cht": "南非文",
4343
"xloc": [
4344
- "default.handlebars->31->1165"
4344
+ "default.handlebars->31->1172"
4345
]
4346
},
4347
{
@@ -4366,8 +4366,8 @@
4366
"default-mobile.handlebars->11->258",
4367
"default-mobile.handlebars->11->280",
4368
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
4369
- "default.handlebars->31->1648",
4370
- "default.handlebars->31->1661",
4369
+ "default.handlebars->31->1655",
4370
+ "default.handlebars->31->1668",
4371
"default.handlebars->31->263",
4372
"default.handlebars->31->454",
4373
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -4390,8 +4390,8 @@
4390
"zh-chs": "代理+英特尔AMT",
4391
"zh-cht": "代理+Intel® AMT",
4392
"xloc": [
4393
- "default.handlebars->31->1650",
4394
- "default.handlebars->31->1663"
4393
+ "default.handlebars->31->1657",
4394
+ "default.handlebars->31->1670"
4395
]
4396
},
4397
{
@@ -4433,7 +4433,7 @@
4433
"zh-cht": "代理控制台",
4434
"xloc": [
4435
"default-mobile.handlebars->11->559",
4436
- "default.handlebars->31->1602"
4436
+ "default.handlebars->31->1609"
4437
]
4438
},
4439
{
@@ -4453,7 +4453,7 @@
4453
"zh-chs": "代理错误计数器",
4454
"zh-cht": "代理錯誤計數器",
4455
"xloc": [
4456
- "default.handlebars->31->2240"
4456
+ "default.handlebars->31->2247"
4457
]
4458
},
4459
{
@@ -4556,7 +4556,7 @@
4556
"zh-chs": "代理时段",
4557
"zh-cht": "代理時段",
4558
"xloc": [
4559
- "default.handlebars->31->2256"
4559
+ "default.handlebars->31->2263"
4560
]
4561
},
4562
{
@@ -4577,7 +4577,7 @@
4577
"zh-cht": "代理標籤",
4578
"xloc": [
4579
"default-mobile.handlebars->11->279",
4580
- "default.handlebars->31->622"
4580
+ "default.handlebars->31->628"
4581
]
4582
},
4583
{
@@ -4597,7 +4597,7 @@
4597
"zh-chs": "代理类型",
4598
"zh-cht": "代理類型",
4599
"xloc": [
4600
- "default.handlebars->31->1659",
4600
+ "default.handlebars->31->1666",
4601
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
4602
]
4603
},
@@ -4618,7 +4618,7 @@
4618
"zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
4619
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
4620
"xloc": [
4621
- "default.handlebars->31->1769"
4621
+ "default.handlebars->31->1776"
4622
]
4623
},
4624
{
@@ -4639,8 +4639,8 @@
4639
"zh-cht": "代理已連接",
4640
"xloc": [
4641
"default.handlebars->31->178",
4642
- "default.handlebars->31->707",
4643
- "default.handlebars->31->708"
4642
+ "default.handlebars->31->713",
4643
+ "default.handlebars->31->714"
4644
]
4645
},
4646
{
@@ -4681,7 +4681,7 @@
4681
"zh-cht": "代理離線",
4682
"xloc": [
4683
"default-mobile.handlebars->11->493",
4684
- "default.handlebars->31->1123"
4684
+ "default.handlebars->31->1130"
4685
]
4686
},
4687
{
@@ -4702,7 +4702,7 @@
4702
"zh-cht": "代理在線",
4703
"xloc": [
4704
"default-mobile.handlebars->11->492",
4705
- "default.handlebars->31->1122"
4705
+ "default.handlebars->31->1129"
4706
]
4707
},
4708
{
@@ -4723,7 +4723,7 @@
4723
"zh-cht": "代理在特權降低的遠程設備上運行。",
4724
"xloc": [
4725
"default.handlebars->31->176",
4726
- "default.handlebars->31->705"
4726
+ "default.handlebars->31->711"
4727
]
4728
},
4729
{
@@ -4743,7 +4743,7 @@
4743
"zh-chs": "代理",
4744
"zh-cht": "代理",
4745
"xloc": [
4746
- "default.handlebars->31->2272"
4746
+ "default.handlebars->31->2279"
4747
]
4748
},
4749
{
@@ -4763,7 +4763,7 @@
4763
"zh-chs": "阿尔巴尼亚文",
4764
"zh-cht": "阿爾巴尼亞文",
4765
"xloc": [
4766
- "default.handlebars->31->1166"
4766
+ "default.handlebars->31->1173"
4767
]
4768
},
4769
{
@@ -4806,7 +4806,7 @@
4806
"zh-chs": "全部可用",
4807
"zh-cht": "全部可用",
4808
"xloc": [
4809
- "default.handlebars->31->1830"
4809
+ "default.handlebars->31->1837"
4810
]
4811
},
4812
{
@@ -4826,7 +4826,7 @@
4826
"zh-chs": "所有显示",
4827
"zh-cht": "所有顯示",
4828
"xloc": [
4829
- "default.handlebars->31->969"
4829
+ "default.handlebars->31->976"
4830
]
4831
},
4832
{
@@ -4846,7 +4846,7 @@
4846
"zh-chs": "所有事件",
4847
"zh-cht": "所有事件",
4848
"xloc": [
4849
- "default.handlebars->31->1828"
4849
+ "default.handlebars->31->1835"
4850
]
4851
},
4852
{
@@ -4866,9 +4866,9 @@
4866
"zh-chs": "全部聚焦",
4867
"zh-cht": "全部聚焦",
4868
"xloc": [
4869
- "default.handlebars->31->914",
4870
- "default.handlebars->31->916",
4871
- "default.handlebars->31->917"
4869
+ "default.handlebars->31->921",
4870
+ "default.handlebars->31->923",
4871
+ "default.handlebars->31->924"
4872
]
4873
},
4874
{
@@ -4888,8 +4888,8 @@
4888
"zh-chs": "允许用户管理此设备组和该组中的设备。",
4889
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
4890
"xloc": [
4891
- "default.handlebars->31->1548",
4892
- "default.handlebars->31->2031"
4891
+ "default.handlebars->31->1555",
4892
+ "default.handlebars->31->2038"
4893
]
4894
},
4895
{
@@ -4909,7 +4909,7 @@
4909
"zh-chs": "允许用户管理此设备。",
4910
"zh-cht": "允許用戶管理此裝置。",
4911
"xloc": [
4912
- "default.handlebars->31->1549"
4912
+ "default.handlebars->31->1556"
4913
]
4914
},
4915
{
@@ -4948,8 +4948,8 @@
4948
"xloc": [
4949
"default-mobile.handlebars->11->354",
4950
"default-mobile.handlebars->11->358",
4951
- "default.handlebars->31->937",
4952
- "default.handlebars->31->941"
4951
+ "default.handlebars->31->944",
4952
+ "default.handlebars->31->948"
4953
]
4954
},
4955
{
@@ -5011,7 +5011,7 @@
5011
"zh-chs": "备用(F10 = ESC + 0)",
5012
"zh-cht": "備用(F10 = ESC + 0)",
5013
"xloc": [
5014
- "default.handlebars->31->980",
5014
+ "default.handlebars->31->987",
5015
"terminal.handlebars->3->19"
5016
]
5017
},
@@ -5053,10 +5053,10 @@
5053
"zh-chs": "一直通知",
5054
"zh-cht": "一直通知",
5055
"xloc": [
5056
- "default.handlebars->31->1460",
5057
- "default.handlebars->31->1992",
5058
- "default.handlebars->31->2079",
5059
- "default.handlebars->31->650"
5056
+ "default.handlebars->31->1467",
5057
+ "default.handlebars->31->1999",
5058
+ "default.handlebars->31->2086",
5059
+ "default.handlebars->31->656"
5060
]
5061
},
5062
{
@@ -5076,10 +5076,10 @@
5076
"zh-chs": "一直提示",
5077
"zh-cht": "一直提示",
5078
"xloc": [
5079
- "default.handlebars->31->1461",
5080
- "default.handlebars->31->1993",
5081
- "default.handlebars->31->2080",
5082
- "default.handlebars->31->651"
5079
+ "default.handlebars->31->1468",
5080
+ "default.handlebars->31->2000",
5081
+ "default.handlebars->31->2087",
5082
+ "default.handlebars->31->657"
5083
]
5084
},
5085
{
@@ -5225,8 +5225,8 @@
5225
"nl": "Anti-virus niet actief",
5226
"fr": "Antivirus désactivé",
5227
"xloc": [
5228
- "default.handlebars->31->1652",
5229
- "default.handlebars->31->1666"
5228
+ "default.handlebars->31->1659",
5229
+ "default.handlebars->31->1673"
5230
]
5231
},
5232
{
@@ -5247,7 +5247,7 @@
5247
"zh-cht": "防毒軟體",
5248
"xloc": [
5249
"default-mobile.handlebars->11->422",
5250
- "default.handlebars->31->641"
5250
+ "default.handlebars->31->647"
5251
]
5252
},
5253
{
@@ -5368,7 +5368,7 @@
5368
"zh-chs": "阿拉伯文(阿尔及利亚)",
5369
"zh-cht": "阿拉伯文(阿爾及利亞)",
5370
"xloc": [
5371
- "default.handlebars->31->1168"
5371
+ "default.handlebars->31->1175"
5372
]
5373
},
5374
{
@@ -5388,7 +5388,7 @@
5388
"zh-chs": "阿拉伯文(巴林)",
5389
"zh-cht": "阿拉伯文(巴林)",
5390
"xloc": [
5391
- "default.handlebars->31->1169"
5391
+ "default.handlebars->31->1176"
5392
]
5393
},
5394
{
@@ -5408,7 +5408,7 @@
5408
"zh-chs": "阿拉伯文(埃及)",
5409
"zh-cht": "阿拉伯文(埃及)",
5410
"xloc": [
5411
- "default.handlebars->31->1170"
5411
+ "default.handlebars->31->1177"
5412
]
5413
},
5414
{
@@ -5428,7 +5428,7 @@
5428
"zh-chs": "阿拉伯文(伊拉克)",
5429
"zh-cht": "阿拉伯文(伊拉克)",
5430
"xloc": [
5431
- "default.handlebars->31->1171"
5431
+ "default.handlebars->31->1178"
5432
]
5433
},
5434
{
@@ -5448,7 +5448,7 @@
5448
"zh-chs": "阿拉伯文(约旦)",
5449
"zh-cht": "阿拉伯文(約旦)",
5450
"xloc": [
5451
- "default.handlebars->31->1172"
5451
+ "default.handlebars->31->1179"
5452
]
5453
},
5454
{
@@ -5468,7 +5468,7 @@
5468
"zh-chs": "阿拉伯文(科威特)",
5469
"zh-cht": "阿拉伯文(科威特)",
5470
"xloc": [
5471
- "default.handlebars->31->1173"
5471
+ "default.handlebars->31->1180"
5472
]
5473
},
5474
{
@@ -5488,7 +5488,7 @@
5488
"zh-chs": "阿拉伯文(黎巴嫩)",
5489
"zh-cht": "阿拉伯文(黎巴嫩)",
5490
"xloc": [
5491
- "default.handlebars->31->1174"
5491
+ "default.handlebars->31->1181"
5492
]
5493
},
5494
{
@@ -5508,7 +5508,7 @@
5508
"zh-chs": "阿拉伯文(利比亚)",
5509
"zh-cht": "阿拉伯文(利比亞)",
5510
"xloc": [
5511
- "default.handlebars->31->1175"
5511
+ "default.handlebars->31->1182"
5512
]
5513
},
5514
{
@@ -5528,7 +5528,7 @@
5528
"zh-chs": "阿拉伯文(摩洛哥)",
5529
"zh-cht": "阿拉伯文(摩洛哥)",
5530
"xloc": [
5531
- "default.handlebars->31->1176"
5531
+ "default.handlebars->31->1183"
5532
]
5533
},
5534
{
@@ -5548,7 +5548,7 @@
5548
"zh-chs": "阿拉伯文(阿曼)",
5549
"zh-cht": "阿拉伯文(阿曼)",
5550
"xloc": [
5551
- "default.handlebars->31->1177"
5551
+ "default.handlebars->31->1184"
5552
]
5553
},
5554
{
@@ -5568,7 +5568,7 @@
5568
"zh-chs": "阿拉伯文(卡塔尔)",
5569
"zh-cht": "阿拉伯文(卡塔爾)",
5570
"xloc": [
5571
- "default.handlebars->31->1178"
5571
+ "default.handlebars->31->1185"
5572
]
5573
},
5574
{
@@ -5588,7 +5588,7 @@
5588
"zh-chs": "阿拉伯文(沙特阿拉伯)",
5589
"zh-cht": "阿拉伯文(沙特阿拉伯)",
5590
"xloc": [
5591
- "default.handlebars->31->1179"
5591
+ "default.handlebars->31->1186"
5592
]
5593
},
5594
{
@@ -5608,7 +5608,7 @@
5608
"zh-chs": "阿拉伯文(标准)",
5609
"zh-cht": "阿拉伯文(標準)",
5610
"xloc": [
5611
- "default.handlebars->31->1167"
5611
+ "default.handlebars->31->1174"
5612
]
5613
},
5614
{
@@ -5628,7 +5628,7 @@
5628
"zh-chs": "阿拉伯文(叙利亚)",
5629
"zh-cht": "阿拉伯文(敘利亞)",
5630
"xloc": [
5631
- "default.handlebars->31->1180"
5631
+ "default.handlebars->31->1187"
5632
]
5633
},
5634
{
@@ -5648,7 +5648,7 @@
5648
"zh-chs": "阿拉伯文(突尼斯)",
5649
"zh-cht": "阿拉伯文(突尼斯)",
5650
"xloc": [
5651
- "default.handlebars->31->1181"
5651
+ "default.handlebars->31->1188"
5652
]
5653
},
5654
{
@@ -5668,7 +5668,7 @@
5668
"zh-chs": "阿拉伯文(阿联酋)",
5669
"zh-cht": "阿拉伯文(阿聯酋)",
5670
"xloc": [
5671
- "default.handlebars->31->1182"
5671
+ "default.handlebars->31->1189"
5672
]
5673
},
5674
{
@@ -5688,7 +5688,7 @@
5688
"zh-chs": "阿拉伯文(也门)",
5689
"zh-cht": "阿拉伯文(也門)",
5690
"xloc": [
5691
- "default.handlebars->31->1183"
5691
+ "default.handlebars->31->1190"
5692
]
5693
},
5694
{
@@ -5708,7 +5708,7 @@
5708
"zh-chs": "阿拉贡文",
5709
"zh-cht": "阿拉貢文",
5710
"xloc": [
5711
- "default.handlebars->31->1184"
5711
+ "default.handlebars->31->1191"
5712
]
5713
},
5714
{
@@ -5729,7 +5729,7 @@
5729
"zh-cht": "結構",
5730
"xloc": [
5731
"default-mobile.handlebars->11->405",
5732
- "default.handlebars->31->1041"
5732
+ "default.handlebars->31->1048"
5733
]
5734
},
5735
{
@@ -5770,7 +5770,7 @@
5770
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
5771
"xloc": [
5772
"default-mobile.handlebars->11->524",
5773
- "default.handlebars->31->1524"
5773
+ "default.handlebars->31->1531"
5774
]
5775
},
5776
{
@@ -5790,7 +5790,7 @@
5790
"zh-chs": "您确定要删除节点{0}吗?",
5791
"zh-cht": "你確定要刪除節點{0}嗎?",
5792
"xloc": [
5793
- "default.handlebars->31->856"
5793
+ "default.handlebars->31->863"
5794
]
5795
},
5796
{
@@ -5810,7 +5810,7 @@
5810
"zh-chs": "您确定要卸载所选代理吗?",
5811
"zh-cht": "你確定要卸載所選代理嗎?",
5812
"xloc": [
5813
- "default.handlebars->31->845"
5813
+ "default.handlebars->31->852"
5814
]
5815
},
5816
{
@@ -5830,7 +5830,7 @@
5830
"zh-chs": "您确定要卸载所选的{0}代理吗?",
5831
"zh-cht": "你確定要卸載所選的{0}代理嗎?",
5832
"xloc": [
5833
- "default.handlebars->31->844"
5833
+ "default.handlebars->31->851"
5834
]
5835
},
5836
{
@@ -5850,7 +5850,7 @@
5850
"zh-chs": "您确定要{0}插件吗:{1}",
5851
"zh-cht": "你確定要{0}外掛嗎:{1}",
5852
"xloc": [
5853
- "default.handlebars->31->2320"
5853
+ "default.handlebars->31->2327"
5854
]
5855
},
5856
{
@@ -5870,7 +5870,7 @@
5870
"zh-chs": "亚美尼亚文",
5871
"zh-cht": "亞美尼亞文",
5872
"xloc": [
5873
- "default.handlebars->31->1185"
5873
+ "default.handlebars->31->1192"
5874
]
5875
},
5876
{
@@ -5930,7 +5930,7 @@
5930
"zh-chs": "阿萨姆文",
5931
"zh-cht": "阿薩姆文",
5932
"xloc": [
5933
- "default.handlebars->31->1186"
5933
+ "default.handlebars->31->1193"
5934
]
5935
},
5936
{
@@ -5950,7 +5950,7 @@
5950
"zh-chs": "阿斯图里亚斯文",
5951
"zh-cht": "阿斯圖里亞斯文",
5952
"xloc": [
5953
- "default.handlebars->31->1187"
5953
+ "default.handlebars->31->1194"
5954
]
5955
},
5956
{
@@ -5970,7 +5970,7 @@
5970
"zh-chs": "尝试激活英特尔(R)AMT ACM模式",
5971
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
5972
"xloc": [
5973
- "default.handlebars->31->1738"
5973
+ "default.handlebars->31->1745"
5974
]
5975
},
5976
{
@@ -5990,7 +5990,7 @@
5990
"zh-chs": "认证软件",
5991
"zh-cht": "認證軟體",
5992
"xloc": [
5993
- "default.handlebars->31->2083"
5993
+ "default.handlebars->31->2090"
5994
]
5995
},
5996
{
@@ -6014,8 +6014,8 @@
6014
"default-mobile.handlebars->11->63",
6015
"default-mobile.handlebars->11->93",
6016
"default-mobile.handlebars->11->95",
6017
- "default.handlebars->31->1151",
6018
- "default.handlebars->31->1153",
6017
+ "default.handlebars->31->1158",
6018
+ "default.handlebars->31->1160",
6019
"default.handlebars->31->140",
6020
"default.handlebars->31->145"
6021
]
@@ -6097,7 +6097,7 @@
6097
"zh-chs": "自动删除",
6098
"zh-cht": "自動刪除",
6099
"xloc": [
6100
- "default.handlebars->31->1447"
6100
+ "default.handlebars->31->1454"
6101
]
6102
},
6103
{
@@ -6141,7 +6141,7 @@
6141
"zh-chs": "自动下载代理程序核心转储文件:“{0}”",
6142
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
6143
"xloc": [
6144
- "default.handlebars->31->1819"
6144
+ "default.handlebars->31->1826"
6145
]
6146
},
6147
{
@@ -6181,7 +6181,7 @@
6181
"zh-chs": "可用內存",
6182
"zh-cht": "可用內存",
6183
"xloc": [
6184
- "default.handlebars->31->2265"
6184
+ "default.handlebars->31->2272"
6185
]
6186
},
6187
{
@@ -6201,7 +6201,7 @@
6201
"zh-chs": "阿塞拜疆文",
6202
"zh-cht": "阿塞拜疆文",
6203
"xloc": [
6204
- "default.handlebars->31->1188"
6204
+ "default.handlebars->31->1195"
6205
]
6206
},
6207
{
@@ -6212,9 +6212,9 @@
6212
"default-mobile.handlebars->11->409",
6213
"default-mobile.handlebars->11->413",
6214
"default-mobile.handlebars->11->417",
6215
- "default.handlebars->31->628",
6216
- "default.handlebars->31->632",
6217
- "default.handlebars->31->636"
6215
+ "default.handlebars->31->634",
6216
+ "default.handlebars->31->638",
6217
+ "default.handlebars->31->642"
6218
]
6219
},
6220
{
@@ -6235,7 +6235,7 @@
6235
"zh-cht": "的BIOS",
6236
"xloc": [
6237
"default-mobile.handlebars->11->471",
6238
- "default.handlebars->31->1100"
6238
+ "default.handlebars->31->1107"
6239
]
6240
},
6241
{
@@ -6319,7 +6319,7 @@
6319
"nl": "BackSpace",
6320
"xloc": [
6321
"default-mobile.handlebars->11->337",
6322
- "default.handlebars->31->920"
6322
+ "default.handlebars->31->927"
6323
]
6324
},
6325
{
@@ -6359,8 +6359,8 @@
6359
"zh-chs": "背景与互动",
6360
"zh-cht": "背景與互動",
6361
"xloc": [
6362
- "default.handlebars->31->1631",
6362
"default.handlebars->31->1638",
6363
+ "default.handlebars->31->1645",
6364
"default.handlebars->31->362",
6365
"default.handlebars->31->376"
6366
]
@@ -6382,8 +6382,8 @@
6382
"zh-chs": "仅背景",
6383
"zh-cht": "僅背景",
6384
"xloc": [
6385
- "default.handlebars->31->1632",
6385
"default.handlebars->31->1639",
6386
+ "default.handlebars->31->1646",
6387
"default.handlebars->31->363",
6388
"default.handlebars->31->377",
6389
"default.handlebars->31->392"
@@ -6427,7 +6427,7 @@
6427
"zh-chs": "备用码",
6428
"zh-cht": "備用碼",
6429
"xloc": [
6430
- "default.handlebars->31->2085"
6430
+ "default.handlebars->31->2092"
6431
]
6432
},
6433
{
@@ -6447,7 +6447,7 @@
6447
"zh-chs": "错误的签名",
6448
"zh-cht": "錯誤的簽名",
6449
"xloc": [
6450
- "default.handlebars->31->2247"
6450
+ "default.handlebars->31->2254"
6451
]
6452
},
6453
{
@@ -6467,7 +6467,7 @@
6467
"zh-chs": "错误的网络证书",
6468
"zh-cht": "錯誤的網絡憑證",
6469
"xloc": [
6470
- "default.handlebars->31->2246"
6470
+ "default.handlebars->31->2253"
6471
]
6472
},
6473
{
@@ -6487,7 +6487,7 @@
6487
"zh-chs": "巴斯克",
6488
"zh-cht": "巴斯克",
6489
"xloc": [
6490
- "default.handlebars->31->1189"
6490
+ "default.handlebars->31->1196"
6491
]
6492
},
6493
{
@@ -6507,7 +6507,7 @@
6507
"zh-chs": "批处理文件上传",
6508
"zh-cht": "批處理文件上傳",
6509
"xloc": [
6510
- "default.handlebars->31->512"
6510
+ "default.handlebars->31->514"
6511
]
6512
},
6513
{
@@ -6547,7 +6547,7 @@
6547
"zh-chs": "将{0}个文件批量上传到文件夹{1}",
6548
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
6549
"xloc": [
6550
- "default.handlebars->31->1818"
6550
+ "default.handlebars->31->1825"
6551
]
6552
},
6553
{
@@ -6567,7 +6567,7 @@
6567
"zh-chs": "白俄罗斯文",
6568
"zh-cht": "白俄羅斯文",
6569
"xloc": [
6570
- "default.handlebars->31->1191"
6570
+ "default.handlebars->31->1198"
6571
]
6572
},
6573
{
@@ -6587,7 +6587,7 @@
6587
"zh-chs": "孟加拉",
6588
"zh-cht": "孟加拉",
6589
"xloc": [
6590
- "default.handlebars->31->1192"
6590
+ "default.handlebars->31->1199"
6591
]
6592
},
6593
{
@@ -6619,7 +6619,7 @@
6619
"fr": "Chargeur de démarrage",
6620
"xloc": [
6621
"default-mobile.handlebars->11->435",
6622
- "default.handlebars->31->1054"
6622
+ "default.handlebars->31->1061"
6623
]
6624
},
6625
{
@@ -6639,7 +6639,7 @@
6639
"zh-chs": "波斯尼亚文",
6640
"zh-cht": "波斯尼亞文",
6641
"xloc": [
6642
- "default.handlebars->31->1193"
6642
+ "default.handlebars->31->1200"
6643
]
6644
},
6645
{
@@ -6659,7 +6659,7 @@
6659
"zh-chs": "布列塔尼",
6660
"zh-cht": "布列塔尼",
6661
"xloc": [
6662
- "default.handlebars->31->1194"
6662
+ "default.handlebars->31->1201"
6663
]
6664
},
6665
{
@@ -6679,7 +6679,7 @@
6679
"zh-chs": "广播",
6680
"zh-cht": "廣播",
6681
"xloc": [
6682
- "default.handlebars->31->1999",
6682
+ "default.handlebars->31->2006",
6683
"default.handlebars->container->column_l->p4->3->1->0->3->1"
6684
]
6685
},
@@ -6700,7 +6700,7 @@
6700
"zh-chs": "广播消息",
6701
"zh-cht": "廣播消息",
6702
"xloc": [
6703
- "default.handlebars->31->1920"
6703
+ "default.handlebars->31->1927"
6704
]
6705
},
6706
{
@@ -6720,7 +6720,7 @@
6720
"zh-chs": "向所有连接的用户广播消息。",
6721
"zh-cht": "向所有連接的用戶廣播消息。",
6722
"xloc": [
6723
- "default.handlebars->31->1915"
6723
+ "default.handlebars->31->1922"
6724
]
6725
},
6726
{
@@ -6749,7 +6749,7 @@
6749
"zh-chs": "保加利亚文",
6750
"zh-cht": "保加利亞文",
6751
"xloc": [
6752
- "default.handlebars->31->1190"
6752
+ "default.handlebars->31->1197"
6753
]
6754
},
6755
{
@@ -6769,7 +6769,7 @@
6769
"zh-chs": "缅甸文",
6770
"zh-cht": "緬甸文",
6771
"xloc": [
6772
- "default.handlebars->31->1195"
6772
+ "default.handlebars->31->1202"
6773
]
6774
},
6775
{
@@ -6790,7 +6790,7 @@
6790
"zh-cht": "CCM",
6791
"xloc": [
6792
"default-mobile.handlebars->11->265",
6793
- "default.handlebars->31->604"
6793
+ "default.handlebars->31->610"
6794
]
6795
},
6796
{
@@ -6810,7 +6810,7 @@
6810
"zh-chs": "CCM模式",
6811
"zh-cht": "CCM模式",
6812
"xloc": [
6813
- "default.handlebars->31->1507"
6813
+ "default.handlebars->31->1514"
6814
]
6815
},
6816
{
@@ -6852,7 +6852,7 @@
6852
"zh-chs": "CIRA服务器",
6853
"zh-cht": "CIRA伺服器",
6854
"xloc": [
6855
- "default.handlebars->31->2304"
6855
+ "default.handlebars->31->2311"
6856
]
6857
},
6858
{
@@ -6872,7 +6872,7 @@
6872
"zh-chs": "CIRA服务器命令",
6873
"zh-cht": "CIRA伺服器指令",
6874
"xloc": [
6875
- "default.handlebars->31->2305"
6875
+ "default.handlebars->31->2312"
6876
]
6877
},
6878
{
@@ -6892,7 +6892,7 @@
6892
"zh-chs": "CIRA设置",
6893
"zh-cht": "CIRA設置",
6894
"xloc": [
6895
- "default.handlebars->31->1515"
6895
+ "default.handlebars->31->1522"
6896
]
6897
},
6898
{
@@ -6913,7 +6913,7 @@
6913
"zh-cht": "CPU",
6914
"xloc": [
6915
"default-mobile.handlebars->11->477",
6916
- "default.handlebars->31->1106"
6916
+ "default.handlebars->31->1113"
6917
]
6918
},
6919
{
@@ -6933,7 +6933,7 @@
6933
"zh-chs": "CPU负载",
6934
"zh-cht": "CPU負載",
6935
"xloc": [
6936
- "default.handlebars->31->2261"
6936
+ "default.handlebars->31->2268"
6937
]
6938
},
6939
{
@@ -6953,7 +6953,7 @@
6953
"zh-chs": "最近15分钟的CPU负载",
6954
"zh-cht": "最近15分鐘的CPU負載",
6955
"xloc": [
6956
- "default.handlebars->31->2264"
6956
+ "default.handlebars->31->2271"
6957
]
6958
},
6959
{
@@ -6973,7 +6973,7 @@
6973
"zh-chs": "最近5分钟的CPU负载",
6974
"zh-cht": "最近5分鐘的CPU負載",
6975
"xloc": [
6976
- "default.handlebars->31->2263"
6976
+ "default.handlebars->31->2270"
6977
]
6978
},
6979
{
@@ -6993,7 +6993,7 @@
6993
"zh-chs": "最近一分钟的CPU负载",
6994
"zh-cht": "最近一分鐘的CPU負載",
6995
"xloc": [
6996
- "default.handlebars->31->2262"
6996
+ "default.handlebars->31->2269"
6997
]
6998
},
6999
{
@@ -7013,8 +7013,8 @@
7013
"zh-chs": "CR+LF",
7014
"zh-cht": "CR+LF",
7015
"xloc": [
7016
- "default.handlebars->31->973",
7017
- "default.handlebars->31->982",
7016
+ "default.handlebars->31->980",
7017
+ "default.handlebars->31->989",
7018
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
7019
"terminal.handlebars->3->21",
7020
"terminal.handlebars->3->7",
@@ -7038,7 +7038,7 @@
7038
"zh-chs": "CSV",
7039
"zh-cht": "CSV",
7040
"xloc": [
7041
- "default.handlebars->31->1838"
7041
+ "default.handlebars->31->1845"
7042
]
7043
},
7044
{
@@ -7058,9 +7058,9 @@
7058
"zh-chs": "CSV格式",
7059
"zh-cht": "CSV格式",
7060
"xloc": [
7061
- "default.handlebars->31->1842",
7062
- "default.handlebars->31->1907",
7063
- "default.handlebars->31->516"
7061
+ "default.handlebars->31->1849",
7062
+ "default.handlebars->31->1914",
7063
+ "default.handlebars->31->522"
7064
]
7065
},
7066
{
@@ -7097,7 +7097,7 @@
7097
"zh-chs": "呼叫错误",
7098
"zh-cht": "呼叫錯誤",
7099
"xloc": [
7100
- "default.handlebars->31->2321"
7100
+ "default.handlebars->31->2328"
7101
]
7102
},
7103
{
@@ -7120,8 +7120,8 @@
7120
"agent-translations.json",
7121
"default-mobile.handlebars->11->104",
7122
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
7123
- "default.handlebars->31->1425",
7124
- "default.handlebars->31->2310",
7123
+ "default.handlebars->31->1432",
7124
+ "default.handlebars->31->2317",
7125
"default.handlebars->container->dialog->idx_dlgButtonBar",
7126
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
7127
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -7152,9 +7152,9 @@
7152
"default-mobile.handlebars->11->482",
7153
"default-mobile.handlebars->11->487",
7154
"default-mobile.handlebars->11->489",
7155
- "default.handlebars->31->1111",
7156
- "default.handlebars->31->1116",
7157
- "default.handlebars->31->1118"
7155
+ "default.handlebars->31->1118",
7156
+ "default.handlebars->31->1123",
7157
+ "default.handlebars->31->1125"
7158
]
7159
},
7160
{
@@ -7175,7 +7175,7 @@
7175
"zh-cht": "容量/速度",
7176
"xloc": [
7177
"default-mobile.handlebars->11->480",
7178
- "default.handlebars->31->1109"
7178
+ "default.handlebars->31->1116"
7179
]
7180
},
7181
{
@@ -7195,7 +7195,7 @@
7195
"zh-chs": "加泰罗尼亚文",
7196
"zh-cht": "加泰羅尼亞文",
7197
"xloc": [
7198
- "default.handlebars->31->1196"
7198
+ "default.handlebars->31->1203"
7199
]
7200
},
7201
{
@@ -7215,7 +7215,7 @@
7215
"zh-chs": "在这里为中心显示地图",
7216
"zh-cht": "在這裡為中心顯示地圖",
7217
"xloc": [
7218
- "default.handlebars->31->566"
7218
+ "default.handlebars->31->572"
7219
]
7220
},
7221
{
@@ -7235,7 +7235,7 @@
7235
"zh-chs": "查莫罗",
7236
"zh-cht": "查莫羅",
7237
"xloc": [
7238
- "default.handlebars->31->1197"
7238
+ "default.handlebars->31->1204"
7239
]
7240
},
7241
{
@@ -7277,7 +7277,7 @@
7277
"zh-chs": "更改{0}的电邮",
7278
"zh-cht": "更改{0}的電郵",
7279
"xloc": [
7280
- "default.handlebars->31->2117"
7280
+ "default.handlebars->31->2124"
7281
]
7282
},
7283
{
@@ -7297,9 +7297,9 @@
7297
"zh-chs": "更改组",
7298
"zh-cht": "更改群",
7299
"xloc": [
7300
- "default.handlebars->31->681",
7301
- "default.handlebars->31->853",
7302
- "default.handlebars->31->854"
7300
+ "default.handlebars->31->687",
7301
+ "default.handlebars->31->860",
7302
+ "default.handlebars->31->861"
7303
]
7304
},
7305
{
@@ -7320,8 +7320,8 @@
7320
"zh-cht": "更改密碼",
7321
"xloc": [
7322
"default-mobile.handlebars->11->112",
7323
- "default.handlebars->31->1392",
7324
- "default.handlebars->31->2102"
7323
+ "default.handlebars->31->1399",
7324
+ "default.handlebars->31->2109"
7325
]
7326
},
7327
{
@@ -7341,7 +7341,7 @@
7341
"zh-chs": "更改{0}的密码",
7342
"zh-cht": "更改{0}的密碼",
7343
"xloc": [
7344
- "default.handlebars->31->2126"
7344
+ "default.handlebars->31->2133"
7345
]
7346
},
7347
{
@@ -7361,7 +7361,7 @@
7361
"zh-chs": "更改{0}的真实名称",
7362
"zh-cht": "更改{0}的真實名稱",
7363
"xloc": [
7364
- "default.handlebars->31->2112"
7364
+ "default.handlebars->31->2119"
7365
]
7366
},
7367
{
@@ -7443,7 +7443,7 @@
7443
"zh-chs": "更改该用户的密码",
7444
"zh-cht": "更改該用戶的密碼",
7445
"xloc": [
7446
- "default.handlebars->31->2101"
7446
+ "default.handlebars->31->2108"
7447
]
7448
},
7449
{
@@ -7483,7 +7483,7 @@
7483
"zh-chs": "在此处更改您的帐户电邮地址。",
7484
"zh-cht": "在此處更改你的帳戶電郵地址。",
7485
"xloc": [
7486
- "default.handlebars->31->1379"
7486
+ "default.handlebars->31->1386"
7487
]
7488
},
7489
{
@@ -7503,7 +7503,7 @@
7503
"zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
7504
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
7505
"xloc": [
7506
- "default.handlebars->31->1385"
7506
+ "default.handlebars->31->1392"
7507
]
7508
},
7509
{
@@ -7523,7 +7523,7 @@
7523
"zh-chs": "更改帐户凭据",
7524
"zh-cht": "帳戶憑證已更改",
7525
"xloc": [
7526
- "default.handlebars->31->1790"
7526
+ "default.handlebars->31->1797"
7527
]
7528
},
7529
{
@@ -7543,7 +7543,7 @@
7543
"zh-chs": "{1}组中的设备{0}已更改:{2}",
7544
"zh-cht": "{1}組中的設備{0}已更改:{2}",
7545
"xloc": [
7546
- "default.handlebars->31->1774"
7546
+ "default.handlebars->31->1781"
7547
]
7548
},
7549
{
@@ -7563,7 +7563,7 @@
7563
"zh-chs": "语言从{1}更改为{2}",
7564
"zh-cht": "語言從{1}更改為{2}",
7565
"xloc": [
7566
- "default.handlebars->31->1718"
7566
+ "default.handlebars->31->1725"
7567
]
7568
},
7569
{
@@ -7583,8 +7583,8 @@
7583
"zh-chs": "已更改{0}的用户设备权限",
7584
"zh-cht": "已更改{0}的用戶設備權限",
7585
"xloc": [
7586
- "default.handlebars->31->1776",
7587
- "default.handlebars->31->1797"
7586
+ "default.handlebars->31->1783",
7587
+ "default.handlebars->31->1804"
7588
]
7589
},
7590
{
@@ -7604,7 +7604,7 @@
7604
"zh-chs": "更改语言将需要刷新页面。",
7605
"zh-cht": "更改語言將需要刷新頁面。",
7606
"xloc": [
7607
- "default.handlebars->31->1364"
7607
+ "default.handlebars->31->1371"
7608
]
7609
},
7610
{
@@ -7624,12 +7624,12 @@
7624
"zh-chs": "聊天",
7625
"zh-cht": "聊天",
7626
"xloc": [
7627
- "default.handlebars->31->1859",
7628
- "default.handlebars->31->2097",
7629
- "default.handlebars->31->2098",
7630
- "default.handlebars->31->676",
7631
- "default.handlebars->31->748",
7632
- "default.handlebars->31->770"
7627
+ "default.handlebars->31->1866",
7628
+ "default.handlebars->31->2104",
7629
+ "default.handlebars->31->2105",
7630
+ "default.handlebars->31->682",
7631
+ "default.handlebars->31->754",
7632
+ "default.handlebars->31->776"
7633
]
7634
},
7635
{
@@ -7651,8 +7651,8 @@
7651
"xloc": [
7652
"default-mobile.handlebars->11->549",
7653
"default-mobile.handlebars->11->569",
7654
- "default.handlebars->31->1577",
7655
- "default.handlebars->31->1613"
7654
+ "default.handlebars->31->1584",
7655
+ "default.handlebars->31->1620"
7656
]
7657
},
7658
{
@@ -7661,7 +7661,7 @@
7661
"fr": "Demande de discussion, cliquez ici pour accepter.",
7662
"xloc": [
7663
"default-mobile.handlebars->11->601",
7664
- "default.handlebars->31->2216"
7664
+ "default.handlebars->31->2223"
7665
]
7666
},
7667
{
@@ -7701,7 +7701,7 @@
7701
"zh-chs": "车臣",
7702
"zh-cht": "車臣",
7703
"xloc": [
7704
- "default.handlebars->31->1198"
7704
+ "default.handlebars->31->1205"
7705
]
7706
},
7707
{
@@ -7801,8 +7801,8 @@
7801
"zh-chs": "检查...",
7802
"zh-cht": "檢查...",
7803
"xloc": [
7804
- "default.handlebars->31->1164",
7805
- "default.handlebars->31->2315"
7804
+ "default.handlebars->31->1171",
7805
+ "default.handlebars->31->2322"
7806
]
7807
},
7808
{
@@ -7822,7 +7822,7 @@
7822
"zh-chs": "中文",
7823
"zh-cht": "中文",
7824
"xloc": [
7825
- "default.handlebars->31->1199"
7825
+ "default.handlebars->31->1206"
7826
]
7827
},
7828
{
@@ -7842,7 +7842,7 @@
7842
"zh-chs": "中文(香港)",
7843
"zh-cht": "中文(香港)",
7844
"xloc": [
7845
- "default.handlebars->31->1200"
7845
+ "default.handlebars->31->1207"
7846
]
7847
},
7848
{
@@ -7862,7 +7862,7 @@
7862
"zh-chs": "中文(中国)",
7863
"zh-cht": "中文(中國)",
7864
"xloc": [
7865
- "default.handlebars->31->1201"
7865
+ "default.handlebars->31->1208"
7866
]
7867
},
7868
{
@@ -7882,7 +7882,7 @@
7882
"zh-chs": "简体中文",
7883
"zh-cht": "簡體中文",
7884
"xloc": [
7885
- "default.handlebars->31->1361"
7885
+ "default.handlebars->31->1368"
7886
]
7887
},
7888
{
@@ -7902,7 +7902,7 @@
7902
"zh-chs": "中文(新加坡)",
7903
"zh-cht": "中文(新加坡)",
7904
"xloc": [
7905
- "default.handlebars->31->1202"
7905
+ "default.handlebars->31->1209"
7906
]
7907
},
7908
{
@@ -7922,7 +7922,7 @@
7922
"zh-chs": "中文(台湾)",
7923
"zh-cht": "中文(台灣)",
7924
"xloc": [
7925
- "default.handlebars->31->1203"
7925
+ "default.handlebars->31->1210"
7926
]
7927
},
7928
{
@@ -7942,7 +7942,7 @@
7942
"zh-chs": "繁体中文",
7943
"zh-cht": "繁體中文",
7944
"xloc": [
7945
- "default.handlebars->31->1362"
7945
+ "default.handlebars->31->1369"
7946
]
7947
},
7948
{
@@ -7983,7 +7983,7 @@
7983
"zh-chs": "楚瓦什",
7984
"zh-cht": "楚瓦什",
7985
"xloc": [
7986
- "default.handlebars->31->1204"
7986
+ "default.handlebars->31->1211"
7987
]
7988
},
7989
{
@@ -8027,11 +8027,11 @@
8027
"default-mobile.handlebars->11->395",
8028
"default-mobile.handlebars->11->70",
8029
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
8030
- "default.handlebars->31->1018",
8031
- "default.handlebars->31->1020",
8032
- "default.handlebars->31->1022",
8033
- "default.handlebars->31->1024",
8034
- "default.handlebars->31->1712",
8030
+ "default.handlebars->31->1025",
8031
+ "default.handlebars->31->1027",
8032
+ "default.handlebars->31->1029",
8033
+ "default.handlebars->31->1031",
8034
+ "default.handlebars->31->1719",
8035
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
8036
"default.handlebars->container->column_l->p41->3->1",
8037
"messenger.handlebars->xbottom->1->1->0->5"
@@ -8057,6 +8057,19 @@
8057
"default.handlebars->31->154"
8058
]
8059
},
8060
+ {
8061
+ "en": "Clear agent core",
8062
+ "xloc": [
8063
+ "default.handlebars->31->479",
8064
+ "default.handlebars->31->518"
8065
+ ]
8066
+ },
8067
+ {
8068
+ "en": "Clear agent core on selected devices?",
8069
+ "xloc": [
8070
+ "default.handlebars->31->517"
8071
+ ]
8072
+ },
8073
{
8074
"cs": "Vymazat vše",
8075
"de": "Alles leeren",
@@ -8075,7 +8088,7 @@
8088
"zh-cht": "全部清除",
8089
"xloc": [
8090
"default-mobile.handlebars->11->584",
8078
- "default.handlebars->31->2199"
8091
+ "default.handlebars->31->2206"
8092
]
8093
},
8094
{
@@ -8117,7 +8130,7 @@
8130
"zh-cht": "清除核心",
8131
"xloc": [
8132
"default-mobile.handlebars->11->503",
8120
- "default.handlebars->31->1133"
8133
+ "default.handlebars->31->1140"
8134
]
8135
},
8136
{
@@ -8158,7 +8171,7 @@
8171
"zh-cht": "清除此通知",
8172
"xloc": [
8173
"default-mobile.handlebars->11->583",
8161
- "default.handlebars->31->2198"
8174
+ "default.handlebars->31->2205"
8175
]
8176
},
8177
{
@@ -8218,8 +8231,8 @@
8231
"zh-chs": "单击此处编辑设备组名称",
8232
"zh-cht": "單擊此處編輯裝置群名稱",
8233
"xloc": [
8221
- "default.handlebars->31->1436",
8222
- "default.handlebars->31->1657"
8234
+ "default.handlebars->31->1443",
8235
+ "default.handlebars->31->1664"
8236
]
8237
},
8238
{
@@ -8239,7 +8252,7 @@
8252
"zh-chs": "单击此处编辑服务器端设备名称",
8253
"zh-cht": "單擊此處編輯伺服器端裝置名稱",
8254
"xloc": [
8242
- "default.handlebars->31->582"
8255
+ "default.handlebars->31->588"
8256
]
8257
},
8258
{
@@ -8259,7 +8272,7 @@
8272
"zh-chs": "单击此处编辑用户组名称",
8273
"zh-cht": "單擊此處編輯用戶群名稱",
8274
"xloc": [
8262
- "default.handlebars->31->1976"
8275
+ "default.handlebars->31->1983"
8276
]
8277
},
8278
{
@@ -8330,7 +8343,7 @@
8343
"zh-cht": "單擊確定將驗證電郵發送到:",
8344
"xloc": [
8345
"default-mobile.handlebars->11->97",
8333
- "default.handlebars->31->1376"
8346
+ "default.handlebars->31->1383"
8347
]
8348
},
8349
{
@@ -8392,7 +8405,7 @@
8405
"zh-cht": "客戶端控制模式(CCM)",
8406
"xloc": [
8407
"default-mobile.handlebars->11->458",
8395
- "default.handlebars->31->1087"
8408
+ "default.handlebars->31->1094"
8409
]
8410
},
8411
{
@@ -8412,7 +8425,7 @@
8425
"zh-chs": "客户编号",
8426
"zh-cht": "客戶編號",
8427
"xloc": [
8415
- "default.handlebars->31->1418"
8428
+ "default.handlebars->31->1425"
8429
]
8430
},
8431
{
@@ -8432,7 +8445,7 @@
8445
"zh-chs": "客户端启动的远程访问",
8446
"zh-cht": "客戶端啟動的遠程訪問",
8447
"xloc": [
8435
- "default.handlebars->31->1514"
8448
+ "default.handlebars->31->1521"
8449
]
8450
},
8451
{
@@ -8452,7 +8465,7 @@
8465
"zh-chs": "客户机密",
8466
"zh-cht": "客戶機密",
8467
"xloc": [
8455
- "default.handlebars->31->1419"
8468
+ "default.handlebars->31->1426"
8469
]
8470
},
8471
{
@@ -8494,11 +8507,11 @@
8507
"zh-cht": "關",
8508
"xloc": [
8509
"default-mobile.handlebars->11->68",
8510
+ "default.handlebars->31->1002",
8511
"default.handlebars->31->152",
8512
"default.handlebars->31->160",
8499
- "default.handlebars->31->2309",
8500
- "default.handlebars->31->962",
8501
- "default.handlebars->31->995"
8513
+ "default.handlebars->31->2316",
8514
+ "default.handlebars->31->969"
8515
]
8516
},
8517
{
@@ -8518,7 +8531,7 @@
8531
"zh-chs": "封闭式桌面多路复用会话,{0}秒",
8532
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
8533
"xloc": [
8521
- "default.handlebars->31->1723"
8534
+ "default.handlebars->31->1730"
8535
]
8536
},
8537
{
@@ -8641,9 +8654,9 @@
8654
"zh-cht": "指令",
8655
"xloc": [
8656
"default-mobile.handlebars->11->571",
8644
- "default.handlebars->31->1615",
8645
- "default.handlebars->31->750",
8646
- "default.handlebars->31->772"
8657
+ "default.handlebars->31->1622",
8658
+ "default.handlebars->31->756",
8659
+ "default.handlebars->31->778"
8660
]
8661
},
8662
{
@@ -8663,8 +8676,8 @@
8676
"zh-chs": "通用设备组",
8677
"zh-cht": "通用裝置群",
8678
"xloc": [
8666
- "default.handlebars->31->2007",
8667
- "default.handlebars->31->2131"
8679
+ "default.handlebars->31->2014",
8680
+ "default.handlebars->31->2138"
8681
]
8682
},
8683
{
@@ -8684,8 +8697,8 @@
8697
"zh-chs": "通用设备",
8698
"zh-cht": "通用裝置",
8699
"xloc": [
8687
- "default.handlebars->31->2013",
8688
- "default.handlebars->31->2143"
8700
+ "default.handlebars->31->2020",
8701
+ "default.handlebars->31->2150"
8702
]
8703
},
8704
{
@@ -8694,7 +8707,7 @@
8707
"fr": "Temps de compilation",
8708
"xloc": [
8709
"default-mobile.handlebars->11->431",
8697
- "default.handlebars->31->1050"
8710
+ "default.handlebars->31->1057"
8711
]
8712
},
8713
{
@@ -8714,7 +8727,7 @@
8727
"zh-chs": "压缩档案...",
8728
"zh-cht": "壓縮檔案...",
8729
"xloc": [
8717
- "default.handlebars->31->990"
8730
+ "default.handlebars->31->997"
8731
]
8732
},
8733
{
@@ -8736,14 +8749,14 @@
8749
"xloc": [
8750
"default-mobile.handlebars->11->321",
8751
"default-mobile.handlebars->11->525",
8739
- "default.handlebars->31->1525",
8740
- "default.handlebars->31->1887",
8741
- "default.handlebars->31->1966",
8742
- "default.handlebars->31->2027",
8743
- "default.handlebars->31->2129",
8744
- "default.handlebars->31->484",
8745
- "default.handlebars->31->848",
8746
- "default.handlebars->31->857"
8752
+ "default.handlebars->31->1532",
8753
+ "default.handlebars->31->1894",
8754
+ "default.handlebars->31->1973",
8755
+ "default.handlebars->31->2034",
8756
+ "default.handlebars->31->2136",
8757
+ "default.handlebars->31->486",
8758
+ "default.handlebars->31->855",
8759
+ "default.handlebars->31->864"
8760
]
8761
},
8762
{
@@ -8764,7 +8777,7 @@
8777
"zh-cht": "確認將1個副本複製到此位置?",
8778
"xloc": [
8779
"default-mobile.handlebars->11->384",
8767
- "default.handlebars->31->1013"
8780
+ "default.handlebars->31->1020"
8781
]
8782
},
8783
{
@@ -8784,7 +8797,7 @@
8797
"zh-chs": "确认{0}个条目的复制到此位置?",
8798
"zh-cht": "確認{0}個條目的複製到此位置?",
8799
"xloc": [
8787
- "default.handlebars->31->1012"
8800
+ "default.handlebars->31->1019"
8801
]
8802
},
8803
{
@@ -8824,7 +8837,7 @@
8837
"zh-chs": "确认删除选定的帐户?",
8838
"zh-cht": "確認刪除所選帳戶?",
8839
"xloc": [
8827
- "default.handlebars->31->1886"
8840
+ "default.handlebars->31->1893"
8841
]
8842
},
8843
{
@@ -8844,7 +8857,7 @@
8857
"zh-chs": "确认删除选定的设备?",
8858
"zh-cht": "確認刪除所選裝置?",
8859
"xloc": [
8847
- "default.handlebars->31->483"
8860
+ "default.handlebars->31->485"
8861
]
8862
},
8863
{
@@ -8864,7 +8877,7 @@
8877
"zh-chs": "确认删除选定的用户组?",
8878
"zh-cht": "確認刪除所選用戶群?",
8879
"xloc": [
8867
- "default.handlebars->31->1965"
8880
+ "default.handlebars->31->1972"
8881
]
8882
},
8883
{
@@ -8884,7 +8897,7 @@
8897
"zh-chs": "确认删除用户{0}?",
8898
"zh-cht": "確認刪除用戶{0}?",
8899
"xloc": [
8887
- "default.handlebars->31->2128"
8900
+ "default.handlebars->31->2135"
8901
]
8902
},
8903
{
@@ -8904,7 +8917,7 @@
8917
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
8918
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
8919
"xloc": [
8907
- "default.handlebars->31->2030"
8920
+ "default.handlebars->31->2037"
8921
]
8922
},
8923
{
@@ -8924,7 +8937,7 @@
8937
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
8938
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
8939
"xloc": [
8927
- "default.handlebars->31->2160"
8940
+ "default.handlebars->31->2167"
8941
]
8942
},
8943
{
@@ -8945,7 +8958,7 @@
8958
"zh-cht": "確認將1個條目移動到此位置?",
8959
"xloc": [
8960
"default-mobile.handlebars->11->386",
8948
- "default.handlebars->31->1015"
8961
+ "default.handlebars->31->1022"
8962
]
8963
},
8964
{
@@ -8965,7 +8978,7 @@
8978
"zh-chs": "确认将{0}个条目移到此位置?",
8979
"zh-cht": "確認將{0}個條目移到該位置?",
8980
"xloc": [
8968
- "default.handlebars->31->1014"
8981
+ "default.handlebars->31->1021"
8982
]
8983
},
8984
{
@@ -9005,7 +9018,7 @@
9018
"zh-chs": "确认覆盖?",
9019
"zh-cht": "確認覆蓋?",
9020
"xloc": [
9008
- "default.handlebars->31->1706"
9021
+ "default.handlebars->31->1713"
9022
]
9023
},
9024
{
@@ -9025,8 +9038,8 @@
9038
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
9039
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
9040
"xloc": [
9028
- "default.handlebars->31->2020",
9029
- "default.handlebars->31->2151"
9041
+ "default.handlebars->31->2027",
9042
+ "default.handlebars->31->2158"
9043
]
9044
},
9045
{
@@ -9046,8 +9059,8 @@
9059
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
9060
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
9061
"xloc": [
9049
- "default.handlebars->31->2022",
9050
- "default.handlebars->31->2164"
9062
+ "default.handlebars->31->2029",
9063
+ "default.handlebars->31->2171"
9064
]
9065
},
9066
{
@@ -9067,7 +9080,7 @@
9080
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
9081
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
9082
"xloc": [
9070
- "default.handlebars->31->2153"
9083
+ "default.handlebars->31->2160"
9084
]
9085
},
9086
{
@@ -9087,7 +9100,7 @@
9100
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
9101
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
9102
"xloc": [
9090
- "default.handlebars->31->2156"
9103
+ "default.handlebars->31->2163"
9104
]
9105
},
9106
{
@@ -9107,8 +9120,8 @@
9120
"zh-chs": "确认删除访问权限?",
9121
"zh-cht": "確認刪除訪問權限?",
9122
"xloc": [
9110
- "default.handlebars->31->2154",
9111
- "default.handlebars->31->2157"
9123
+ "default.handlebars->31->2161",
9124
+ "default.handlebars->31->2164"
9125
]
9126
},
9127
{
@@ -9129,7 +9142,7 @@
9142
"zh-cht": "確認刪除身份驗證軟體兩步登入?",
9143
"xloc": [
9144
"default-mobile.handlebars->11->96",
9132
- "default.handlebars->31->1154"
9145
+ "default.handlebars->31->1161"
9146
]
9147
},
9148
{
@@ -9166,7 +9179,7 @@
9179
"zh-chs": "确认删除设备共享“{0}”?",
9180
"zh-cht": "確認刪除設備共享“{0}”?",
9181
"xloc": [
9169
- "default.handlebars->31->2149"
9182
+ "default.handlebars->31->2156"
9183
]
9184
},
9185
{
@@ -9220,7 +9233,7 @@
9233
"zh-chs": "确认删除用户“ {0} ”的权限?",
9234
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
9235
"xloc": [
9223
- "default.handlebars->31->1624"
9236
+ "default.handlebars->31->1631"
9237
]
9238
},
9239
{
@@ -9240,7 +9253,7 @@
9253
"zh-chs": "确认删除用户组“ {0} ”的权限?",
9254
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
9255
"xloc": [
9243
- "default.handlebars->31->1626"
9256
+ "default.handlebars->31->1633"
9257
]
9258
},
9259
{
@@ -9298,7 +9311,7 @@
9311
"zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
9312
"xloc": [
9313
"default-mobile.handlebars->11->149",
9301
- "default.handlebars->31->1707"
9314
+ "default.handlebars->31->1714"
9315
]
9316
},
9317
{
@@ -9322,8 +9335,8 @@
9335
"default-mobile.handlebars->11->366",
9336
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9337
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
9325
- "default.handlebars->31->1464",
9326
- "default.handlebars->31->985",
9338
+ "default.handlebars->31->1471",
9339
+ "default.handlebars->31->992",
9340
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
9341
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
9342
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -9371,7 +9384,7 @@
9384
"zh-chs": "连接到服务器",
9385
"zh-cht": "連接到伺服器",
9386
"xloc": [
9374
- "default.handlebars->31->1518"
9387
+ "default.handlebars->31->1525"
9388
]
9389
},
9390
{
@@ -9493,7 +9506,7 @@
9506
"zh-chs": "已连接的英特尔®AMT",
9507
"zh-cht": "已連接的Intel® AMT",
9508
"xloc": [
9496
- "default.handlebars->31->2252"
9509
+ "default.handlebars->31->2259"
9510
]
9511
},
9512
{
@@ -9513,7 +9526,7 @@
9526
"zh-chs": "已连接的用户",
9527
"zh-cht": "已连接的用户",
9528
"xloc": [
9516
- "default.handlebars->31->2257"
9529
+ "default.handlebars->31->2264"
9530
]
9531
},
9532
{
@@ -9534,7 +9547,7 @@
9547
"zh-cht": "現在已連接",
9548
"xloc": [
9549
"default-mobile.handlebars->11->426",
9537
- "default.handlebars->31->1045"
9550
+ "default.handlebars->31->1052"
9551
]
9552
},
9553
{
@@ -9577,7 +9590,7 @@
9590
"default-mobile.handlebars->11->2",
9591
"default-mobile.handlebars->11->402",
9592
"default-mobile.handlebars->11->48",
9580
- "default.handlebars->31->1036",
9593
+ "default.handlebars->31->1043",
9594
"default.handlebars->31->253",
9595
"default.handlebars->31->256",
9596
"default.handlebars->31->300",
@@ -9604,7 +9617,7 @@
9617
"zh-chs": "连接数量",
9618
"zh-cht": "連接數量",
9619
"xloc": [
9607
- "default.handlebars->31->2271"
9620
+ "default.handlebars->31->2278"
9621
]
9622
},
9623
{
@@ -9624,7 +9637,7 @@
9637
"zh-chs": "连接转发器",
9638
"zh-cht": "連接轉發器",
9639
"xloc": [
9627
- "default.handlebars->31->2303"
9640
+ "default.handlebars->31->2310"
9641
]
9642
},
9643
{
@@ -9685,9 +9698,9 @@
9698
"zh-cht": "連接性",
9699
"xloc": [
9700
"default-mobile.handlebars->11->285",
9688
- "default.handlebars->31->1664",
9701
+ "default.handlebars->31->1671",
9702
"default.handlebars->31->244",
9690
- "default.handlebars->31->664",
9703
+ "default.handlebars->31->670",
9704
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
9705
]
9706
},
@@ -9709,8 +9722,8 @@
9722
"zh-cht": "控制台",
9723
"xloc": [
9724
"default-mobile.handlebars->11->300",
9712
- "default.handlebars->31->743",
9713
- "default.handlebars->31->765",
9725
+ "default.handlebars->31->749",
9726
+ "default.handlebars->31->771",
9727
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
9728
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
9729
"default.handlebars->contextMenu->cxconsole"
@@ -9733,7 +9746,7 @@
9746
"zh-chs": "控制台 -",
9747
"zh-cht": "控制台 -",
9748
"xloc": [
9736
- "default.handlebars->31->583"
9749
+ "default.handlebars->31->589"
9750
]
9751
},
9752
{
@@ -9753,8 +9766,8 @@
9766
"zh-chs": "控制",
9767
"zh-cht": "控制",
9768
"xloc": [
9756
- "default.handlebars->31->742",
9757
- "default.handlebars->31->764",
9769
+ "default.handlebars->31->748",
9770
+ "default.handlebars->31->770",
9771
"messenger.handlebars->13->2"
9772
]
9773
},
@@ -9775,7 +9788,7 @@
9788
"zh-chs": "Cookie编码器",
9789
"zh-cht": "Cookie編碼器",
9790
"xloc": [
9778
- "default.handlebars->31->2287"
9791
+ "default.handlebars->31->2294"
9792
]
9793
},
9794
{
@@ -9932,8 +9945,8 @@
9945
"zh-chs": "复制连结到剪贴板",
9946
"zh-cht": "複製連結到剪貼板",
9947
"xloc": [
9935
- "default.handlebars->31->1675",
9936
- "default.handlebars->31->1694",
9948
+ "default.handlebars->31->1682",
9949
+ "default.handlebars->31->1701",
9950
"default.handlebars->31->215",
9951
"default.handlebars->31->379"
9952
]
@@ -10038,7 +10051,7 @@
10051
"zh-chs": "复制:“{0}”到“{1}”",
10052
"zh-cht": "複製:“{0}”到“{1}”",
10053
"xloc": [
10041
- "default.handlebars->31->1766"
10054
+ "default.handlebars->31->1773"
10055
]
10056
},
10057
{
@@ -10184,7 +10197,7 @@
10197
"zh-chs": "核心服务器",
10198
"zh-cht": "核心伺服器",
10199
"xloc": [
10187
- "default.handlebars->31->2286"
10200
+ "default.handlebars->31->2293"
10201
]
10202
},
10203
{
@@ -10204,7 +10217,7 @@
10217
"zh-chs": "科西嘉文",
10218
"zh-cht": "科西嘉文",
10219
"xloc": [
10207
- "default.handlebars->31->1205"
10220
+ "default.handlebars->31->1212"
10221
]
10222
},
10223
{
@@ -10224,7 +10237,7 @@
10237
"zh-chs": "创建帐号",
10238
"zh-cht": "創建帳號",
10239
"xloc": [
10227
- "default.handlebars->31->1934",
10240
+ "default.handlebars->31->1941",
10241
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
10242
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
10243
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -10267,7 +10280,7 @@
10280
"zh-chs": "创建用户组",
10281
"zh-cht": "創建用戶群",
10282
"xloc": [
10270
- "default.handlebars->31->1973"
10283
+ "default.handlebars->31->1980"
10284
]
10285
},
10286
{
@@ -10287,7 +10300,7 @@
10300
"zh-chs": "创建连结以与访客共享此设备",
10301
"zh-cht": "創建鏈結以與訪客共享此裝置",
10302
"xloc": [
10290
- "default.handlebars->31->679"
10303
+ "default.handlebars->31->685"
10304
]
10305
},
10306
{
@@ -10307,7 +10320,7 @@
10320
"zh-chs": "使用以下选项创建一个新的设备组。",
10321
"zh-cht": "使用以下選項創建一個新的裝置群。",
10322
"xloc": [
10310
- "default.handlebars->31->1399"
10323
+ "default.handlebars->31->1406"
10324
]
10325
},
10326
{
@@ -10347,7 +10360,7 @@
10360
"zh-chs": "创建文件夹(如果不存在)?",
10361
"zh-cht": "創建文件夾(如果不存在)?",
10362
"xloc": [
10350
- "default.handlebars->31->510"
10363
+ "default.handlebars->31->512"
10364
]
10365
},
10366
{
@@ -10367,7 +10380,7 @@
10380
"zh-chs": "创建文件夹:“{0}”",
10381
"zh-cht": "創建文件夾:“{0}”",
10382
"xloc": [
10370
- "default.handlebars->31->1759"
10383
+ "default.handlebars->31->1766"
10384
]
10385
},
10386
{
@@ -10387,7 +10400,7 @@
10400
"zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
10401
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
10402
"xloc": [
10390
- "default.handlebars->31->1898"
10403
+ "default.handlebars->31->1905"
10404
]
10405
},
10406
{
@@ -10429,7 +10442,7 @@
10442
"zh-chs": "创建的设备组:{0}",
10443
"zh-cht": "創建的設備組:{0}",
10444
"xloc": [
10432
- "default.handlebars->31->1770"
10445
+ "default.handlebars->31->1777"
10446
]
10447
},
10448
{
@@ -10449,7 +10462,7 @@
10462
"zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
10463
"zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
10464
"xloc": [
10452
- "default.handlebars->31->783"
10465
+ "default.handlebars->31->789"
10466
]
10467
},
10468
{
@@ -10503,7 +10516,7 @@
10516
"zh-chs": "创建",
10517
"zh-cht": "創建",
10518
"xloc": [
10506
- "default.handlebars->31->2059"
10519
+ "default.handlebars->31->2066"
10520
]
10521
},
10522
{
@@ -10523,7 +10536,7 @@
10536
"zh-chs": "创建时间",
10537
"zh-cht": "創作時間",
10538
"xloc": [
10526
- "default.handlebars->31->1446"
10539
+ "default.handlebars->31->1453"
10540
]
10541
},
10542
{
@@ -10565,8 +10578,8 @@
10578
"zh-chs": "创建者",
10579
"zh-cht": "創作者",
10580
"xloc": [
10568
- "default.handlebars->31->1444",
10569
- "default.handlebars->31->1445"
10581
+ "default.handlebars->31->1451",
10582
+ "default.handlebars->31->1452"
10583
]
10584
},
10585
{
@@ -10586,7 +10599,7 @@
10599
"zh-chs": "证书",
10600
"zh-cht": "證書",
10601
"xloc": [
10589
- "default.handlebars->31->1416"
10602
+ "default.handlebars->31->1423"
10603
]
10604
},
10605
{
@@ -10606,7 +10619,7 @@
10619
"zh-chs": "克里语",
10620
"zh-cht": "克里語",
10621
"xloc": [
10609
- "default.handlebars->31->1206"
10622
+ "default.handlebars->31->1213"
10623
]
10624
},
10625
{
@@ -10626,7 +10639,7 @@
10639
"zh-chs": "克罗地亚文",
10640
"zh-cht": "克羅地亞文",
10641
"xloc": [
10629
- "default.handlebars->31->1207"
10642
+ "default.handlebars->31->1214"
10643
]
10644
},
10645
{
@@ -10691,8 +10704,8 @@
10704
"default-mobile.handlebars->11->355",
10705
"default-mobile.handlebars->11->359",
10706
"default.handlebars->31->57",
10694
- "default.handlebars->31->938",
10695
- "default.handlebars->31->942",
10707
+ "default.handlebars->31->945",
10708
+ "default.handlebars->31->949",
10709
"terminal.handlebars->3->6"
10710
]
10711
},
@@ -10801,7 +10814,7 @@
10814
"fr": "Le mot de passe actuel n'est pas correct.",
10815
"xloc": [
10816
"default-mobile.handlebars->11->611",
10804
- "default.handlebars->31->2226"
10817
+ "default.handlebars->31->2233"
10818
]
10819
},
10820
{
@@ -10860,7 +10873,7 @@
10873
"zh-chs": "捷克文",
10874
"zh-cht": "捷克文",
10875
"xloc": [
10863
- "default.handlebars->31->1208"
10876
+ "default.handlebars->31->1215"
10877
]
10878
},
10879
{
@@ -10900,7 +10913,7 @@
10913
"zh-chs": "丹麦文",
10914
"zh-cht": "丹麥文",
10915
"xloc": [
10903
- "default.handlebars->31->1209"
10916
+ "default.handlebars->31->1216"
10917
]
10918
},
10919
{
@@ -10929,7 +10942,7 @@
10942
"zh-chs": "数据通道",
10943
"zh-cht": "數據通道",
10944
"xloc": [
10932
- "default.handlebars->31->905",
10945
+ "default.handlebars->31->912",
10946
"desktop.handlebars->3->11"
10947
]
10948
},
@@ -10950,7 +10963,7 @@
10963
"zh-chs": "日期和时间",
10964
"zh-cht": "日期和時間",
10965
"xloc": [
10953
- "default.handlebars->31->1367"
10966
+ "default.handlebars->31->1374"
10967
]
10968
},
10969
{
@@ -10971,7 +10984,7 @@
10984
"zh-cht": "天",
10985
"xloc": [
10986
"default-mobile.handlebars->11->311",
10974
- "default.handlebars->31->832"
10987
+ "default.handlebars->31->839"
10988
]
10989
},
10990
{
@@ -10991,7 +11004,7 @@
11004
"zh-chs": "停用",
11005
"zh-cht": "停用",
11006
"xloc": [
10994
- "default.handlebars->31->1497"
11007
+ "default.handlebars->31->1504"
11008
]
11009
},
11010
{
@@ -11011,7 +11024,7 @@
11024
"zh-chs": "如果设置停用CCM",
11025
"zh-cht": "如果設置停用CCM",
11026
"xloc": [
11014
- "default.handlebars->31->1509"
11027
+ "default.handlebars->31->1516"
11028
]
11029
},
11030
{
@@ -11069,10 +11082,10 @@
11082
"zh-chs": "默认",
11083
"zh-cht": "默認",
11084
"xloc": [
11072
- "default.handlebars->31->1921",
11073
- "default.handlebars->31->1969",
11074
- "default.handlebars->31->1980",
11075
- "default.handlebars->31->2048"
11085
+ "default.handlebars->31->1928",
11086
+ "default.handlebars->31->1976",
11087
+ "default.handlebars->31->1987",
11088
+ "default.handlebars->31->2055"
11089
]
11090
},
11091
{
@@ -11081,7 +11094,7 @@
11094
"nl": "Del",
11095
"xloc": [
11096
"default-mobile.handlebars->11->343",
11084
- "default.handlebars->31->926"
11097
+ "default.handlebars->31->933"
11098
]
11099
},
11100
{
@@ -11105,9 +11118,9 @@
11118
"default-mobile.handlebars->11->376",
11119
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
11120
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
11108
- "default.handlebars->31->1004",
11109
- "default.handlebars->31->1701",
11110
- "default.handlebars->31->553",
11121
+ "default.handlebars->31->1011",
11122
+ "default.handlebars->31->1708",
11123
+ "default.handlebars->31->559",
11124
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
11125
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
11126
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -11136,7 +11149,7 @@
11149
"zh-cht": "刪除帳戶",
11150
"xloc": [
11151
"default-mobile.handlebars->11->106",
11139
- "default.handlebars->31->1384"
11152
+ "default.handlebars->31->1391"
11153
]
11154
},
11155
{
@@ -11156,7 +11169,7 @@
11169
"zh-chs": "删除帐户",
11170
"zh-cht": "刪除帳戶",
11171
"xloc": [
11159
- "default.handlebars->31->1888"
11172
+ "default.handlebars->31->1895"
11173
]
11174
},
11175
{
@@ -11177,7 +11190,7 @@
11190
"zh-cht": "刪除裝置",
11191
"xloc": [
11192
"default-mobile.handlebars->11->290",
11180
- "default.handlebars->31->683"
11193
+ "default.handlebars->31->689"
11194
]
11195
},
11196
{
@@ -11199,8 +11212,8 @@
11212
"xloc": [
11213
"default-mobile.handlebars->11->523",
11214
"default-mobile.handlebars->11->526",
11202
- "default.handlebars->31->1493",
11203
- "default.handlebars->31->1526"
11215
+ "default.handlebars->31->1500",
11216
+ "default.handlebars->31->1533"
11217
]
11218
},
11219
{
@@ -11221,7 +11234,7 @@
11234
"zh-cht": "刪除節點",
11235
"xloc": [
11236
"default-mobile.handlebars->11->319",
11224
- "default.handlebars->31->858"
11237
+ "default.handlebars->31->865"
11238
]
11239
},
11240
{
@@ -11241,7 +11254,7 @@
11254
"zh-chs": "删除节点",
11255
"zh-cht": "刪除節點",
11256
"xloc": [
11244
- "default.handlebars->31->485"
11257
+ "default.handlebars->31->487"
11258
]
11259
},
11260
{
@@ -11261,7 +11274,7 @@
11274
"zh-chs": "删除用户",
11275
"zh-cht": "刪除用戶",
11276
"xloc": [
11264
- "default.handlebars->31->2100"
11277
+ "default.handlebars->31->2107"
11278
]
11279
},
11280
{
@@ -11281,8 +11294,8 @@
11294
"zh-chs": "删除用户群组",
11295
"zh-cht": "刪除用戶群組",
11296
"xloc": [
11284
- "default.handlebars->31->2018",
11285
- "default.handlebars->31->2028"
11297
+ "default.handlebars->31->2025",
11298
+ "default.handlebars->31->2035"
11299
]
11300
},
11301
{
@@ -11302,7 +11315,7 @@
11315
"zh-chs": "删除用户群组",
11316
"zh-cht": "刪除用戶群組",
11317
"xloc": [
11305
- "default.handlebars->31->1967"
11318
+ "default.handlebars->31->1974"
11319
]
11320
},
11321
{
@@ -11322,7 +11335,7 @@
11335
"zh-chs": "删除用户{0}",
11336
"zh-cht": "刪除用戶{0}",
11337
"xloc": [
11325
- "default.handlebars->31->2127"
11338
+ "default.handlebars->31->2134"
11339
]
11340
},
11341
{
@@ -11343,7 +11356,7 @@
11356
"zh-cht": "刪除帳戶",
11357
"xloc": [
11358
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
11346
- "default.handlebars->31->1884",
11359
+ "default.handlebars->31->1891",
11360
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
11361
]
11362
},
@@ -11384,7 +11397,7 @@
11397
"zh-chs": "删除群组",
11398
"zh-cht": "刪除群組",
11399
"xloc": [
11387
- "default.handlebars->31->1963"
11400
+ "default.handlebars->31->1970"
11401
]
11402
},
11403
{
@@ -11404,7 +11417,7 @@
11417
"zh-chs": "删除项目?",
11418
"zh-cht": "刪除項目?",
11419
"xloc": [
11407
- "default.handlebars->31->554"
11420
+ "default.handlebars->31->560"
11421
]
11422
},
11423
{
@@ -11424,7 +11437,7 @@
11437
"zh-chs": "递归删除:“{0}”,{1}个元素已删除",
11438
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
11439
"xloc": [
11427
- "default.handlebars->31->1761"
11440
+ "default.handlebars->31->1768"
11441
]
11442
},
11443
{
@@ -11446,8 +11459,8 @@
11459
"xloc": [
11460
"default-mobile.handlebars->11->146",
11461
"default-mobile.handlebars->11->378",
11449
- "default.handlebars->31->1006",
11450
- "default.handlebars->31->1703"
11462
+ "default.handlebars->31->1013",
11463
+ "default.handlebars->31->1710"
11464
]
11465
},
11466
{
@@ -11467,7 +11480,7 @@
11480
"zh-chs": "删除用户群组{0}?",
11481
"zh-cht": "刪除用戶群組{0}?",
11482
"xloc": [
11470
- "default.handlebars->31->2026"
11483
+ "default.handlebars->31->2033"
11484
]
11485
},
11486
{
@@ -11489,8 +11502,8 @@
11502
"xloc": [
11503
"default-mobile.handlebars->11->145",
11504
"default-mobile.handlebars->11->377",
11492
- "default.handlebars->31->1005",
11493
- "default.handlebars->31->1702"
11505
+ "default.handlebars->31->1012",
11506
+ "default.handlebars->31->1709"
11507
]
11508
},
11509
{
@@ -11530,7 +11543,7 @@
11543
"zh-chs": "删除:“{0}”",
11544
"zh-cht": "刪除:“{0}”",
11545
"xloc": [
11533
- "default.handlebars->31->1760"
11546
+ "default.handlebars->31->1767"
11547
]
11548
},
11549
{
@@ -11550,7 +11563,7 @@
11563
"zh-chs": "删除:“{0}”,{1}个元素已删除",
11564
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
11565
"xloc": [
11553
- "default.handlebars->31->1762"
11566
+ "default.handlebars->31->1769"
11567
]
11568
},
11569
{
@@ -11571,7 +11584,7 @@
11584
"zh-cht": "被拒絕",
11585
"xloc": [
11586
"default-mobile.handlebars->11->330",
11574
- "default.handlebars->31->901",
11587
+ "default.handlebars->31->908",
11588
"desktop.handlebars->3->7",
11589
"terminal.handlebars->3->11"
11590
]
@@ -11669,18 +11682,18 @@
11682
"default-mobile.handlebars->11->439",
11683
"default-mobile.handlebars->11->514",
11684
"default-mobile.handlebars->11->528",
11672
- "default.handlebars->31->1058",
11673
- "default.handlebars->31->1068",
11674
- "default.handlebars->31->1404",
11675
- "default.handlebars->31->1441",
11676
- "default.handlebars->31->1528",
11677
- "default.handlebars->31->1972",
11678
- "default.handlebars->31->1982",
11679
- "default.handlebars->31->1983",
11680
- "default.handlebars->31->2024",
11681
- "default.handlebars->31->594",
11682
- "default.handlebars->31->595",
11683
- "default.handlebars->31->896",
11685
+ "default.handlebars->31->1065",
11686
+ "default.handlebars->31->1075",
11687
+ "default.handlebars->31->1411",
11688
+ "default.handlebars->31->1448",
11689
+ "default.handlebars->31->1535",
11690
+ "default.handlebars->31->1979",
11691
+ "default.handlebars->31->1989",
11692
+ "default.handlebars->31->1990",
11693
+ "default.handlebars->31->2031",
11694
+ "default.handlebars->31->600",
11695
+ "default.handlebars->31->601",
11696
+ "default.handlebars->31->903",
11697
"default.handlebars->31->92",
11698
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
11699
]
@@ -11720,12 +11733,12 @@
11733
"zh-cht": "桌面",
11734
"xloc": [
11735
"default-mobile.handlebars->11->297",
11723
- "default.handlebars->31->1534",
11724
- "default.handlebars->31->2176",
11725
- "default.handlebars->31->559",
11726
- "default.handlebars->31->729",
11727
- "default.handlebars->31->785",
11728
- "default.handlebars->31->968",
11736
+ "default.handlebars->31->1541",
11737
+ "default.handlebars->31->2183",
11738
+ "default.handlebars->31->565",
11739
+ "default.handlebars->31->735",
11740
+ "default.handlebars->31->791",
11741
+ "default.handlebars->31->975",
11742
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
11743
"default.handlebars->contextMenu->cxdesktop",
11744
"desktop.handlebars->3->23"
@@ -11768,10 +11781,10 @@
11781
"zh-chs": "桌面通知",
11782
"zh-cht": "桌面通知",
11783
"xloc": [
11771
- "default.handlebars->31->1455",
11772
- "default.handlebars->31->1987",
11773
- "default.handlebars->31->2074",
11774
- "default.handlebars->31->645"
11784
+ "default.handlebars->31->1462",
11785
+ "default.handlebars->31->1994",
11786
+ "default.handlebars->31->2081",
11787
+ "default.handlebars->31->651"
11788
]
11789
},
11790
{
@@ -11791,10 +11804,10 @@
11804
"zh-chs": "桌面提示",
11805
"zh-cht": "桌面提示",
11806
"xloc": [
11794
- "default.handlebars->31->1454",
11795
- "default.handlebars->31->1986",
11796
- "default.handlebars->31->2073",
11797
- "default.handlebars->31->644"
11807
+ "default.handlebars->31->1461",
11808
+ "default.handlebars->31->1993",
11809
+ "default.handlebars->31->2080",
11810
+ "default.handlebars->31->650"
11811
]
11812
},
11813
{
@@ -11814,10 +11827,10 @@
11827
"zh-chs": "桌面提示+工具栏",
11828
"zh-cht": "桌面提示+工具欄",
11829
"xloc": [
11817
- "default.handlebars->31->1452",
11818
- "default.handlebars->31->1984",
11819
- "default.handlebars->31->2071",
11820
- "default.handlebars->31->642"
11830
+ "default.handlebars->31->1459",
11831
+ "default.handlebars->31->1991",
11832
+ "default.handlebars->31->2078",
11833
+ "default.handlebars->31->648"
11834
]
11835
},
11836
{
@@ -11879,10 +11892,10 @@
11892
"zh-chs": "桌面工具栏",
11893
"zh-cht": "桌面工具欄",
11894
"xloc": [
11882
- "default.handlebars->31->1453",
11883
- "default.handlebars->31->1985",
11884
- "default.handlebars->31->2072",
11885
- "default.handlebars->31->643"
11895
+ "default.handlebars->31->1460",
11896
+ "default.handlebars->31->1992",
11897
+ "default.handlebars->31->2079",
11898
+ "default.handlebars->31->649"
11899
]
11900
},
11901
{
@@ -11890,7 +11903,7 @@
11903
"nl": "Desktop, Alleen kijken",
11904
"fr": "Bureau en visualisation seulement",
11905
"xloc": [
11893
- "default.handlebars->31->788"
11906
+ "default.handlebars->31->794"
11907
]
11908
},
11909
{
@@ -11910,7 +11923,7 @@
11923
"zh-chs": "桌面时段",
11924
"zh-cht": "桌面時段",
11925
"xloc": [
11913
- "default.handlebars->31->967"
11926
+ "default.handlebars->31->974"
11927
]
11928
},
11929
{
@@ -11994,10 +12007,10 @@
12007
"zh-cht": "裝置",
12008
"xloc": [
12009
"default-mobile.handlebars->11->434",
11997
- "default.handlebars->31->1053",
11998
- "default.handlebars->31->1557",
12010
+ "default.handlebars->31->1060",
12011
+ "default.handlebars->31->1564",
12012
"default.handlebars->31->201",
12000
- "default.handlebars->31->2146",
12013
+ "default.handlebars->31->2153",
12014
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
12015
]
12016
},
@@ -12020,7 +12033,7 @@
12033
"xloc": [
12034
"default-mobile.handlebars->11->308",
12035
"default-mobile.handlebars->11->309",
12023
- "default.handlebars->31->823"
12036
+ "default.handlebars->31->829"
12037
]
12038
},
12039
{
@@ -12062,15 +12075,15 @@
12075
"xloc": [
12076
"agent-translations.json",
12077
"default-mobile.handlebars->11->589",
12065
- "default.handlebars->31->1552",
12066
- "default.handlebars->31->1555",
12067
- "default.handlebars->31->1556",
12068
- "default.handlebars->31->1835",
12069
- "default.handlebars->31->2010",
12070
- "default.handlebars->31->2016",
12071
- "default.handlebars->31->2134",
12072
- "default.handlebars->31->2185",
12073
- "default.handlebars->31->2204"
12078
+ "default.handlebars->31->1559",
12079
+ "default.handlebars->31->1562",
12080
+ "default.handlebars->31->1563",
12081
+ "default.handlebars->31->1842",
12082
+ "default.handlebars->31->2017",
12083
+ "default.handlebars->31->2023",
12084
+ "default.handlebars->31->2141",
12085
+ "default.handlebars->31->2192",
12086
+ "default.handlebars->31->2211"
12087
]
12088
},
12089
{
@@ -12091,7 +12104,7 @@
12104
"zh-cht": "裝置群用戶",
12105
"xloc": [
12106
"default-mobile.handlebars->11->578",
12094
- "default.handlebars->31->1622"
12107
+ "default.handlebars->31->1629"
12108
]
12109
},
12110
{
@@ -12112,11 +12125,11 @@
12125
"zh-cht": "裝置群",
12126
"xloc": [
12127
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
12115
- "default.handlebars->31->1851",
12116
- "default.handlebars->31->1957",
12117
- "default.handlebars->31->1997",
12118
- "default.handlebars->31->2068",
12119
- "default.handlebars->31->2255",
12128
+ "default.handlebars->31->1858",
12129
+ "default.handlebars->31->1964",
12130
+ "default.handlebars->31->2004",
12131
+ "default.handlebars->31->2075",
12132
+ "default.handlebars->31->2262",
12133
"default.handlebars->container->column_l->p2->p2info->7"
12134
]
12135
},
@@ -12137,7 +12150,7 @@
12150
"zh-chs": "设备信息导出",
12151
"zh-cht": "裝置訊息輸出",
12152
"xloc": [
12140
- "default.handlebars->31->520"
12153
+ "default.handlebars->31->526"
12154
]
12155
},
12156
{
@@ -12157,7 +12170,7 @@
12170
"zh-chs": "设备位置",
12171
"zh-cht": "裝置位置",
12172
"xloc": [
12160
- "default.handlebars->31->859"
12173
+ "default.handlebars->31->866"
12174
]
12175
},
12176
{
@@ -12177,7 +12190,7 @@
12190
"zh-chs": "设备消息",
12191
"zh-cht": "裝置訊息",
12192
"xloc": [
12180
- "default.handlebars->31->780"
12193
+ "default.handlebars->31->786"
12194
]
12195
},
12196
{
@@ -12198,9 +12211,9 @@
12211
"zh-cht": "裝置名稱",
12212
"xloc": [
12213
"default-mobile.handlebars->11->323",
12201
- "default.handlebars->31->2184",
12214
+ "default.handlebars->31->2191",
12215
"default.handlebars->31->314",
12203
- "default.handlebars->31->894",
12216
+ "default.handlebars->31->901",
12217
"player.handlebars->3->9"
12218
]
12219
},
@@ -12221,8 +12234,8 @@
12234
"zh-chs": "设备通知",
12235
"zh-cht": "裝置通知",
12236
"xloc": [
12224
- "default.handlebars->31->506",
12225
- "default.handlebars->31->782"
12237
+ "default.handlebars->31->508",
12238
+ "default.handlebars->31->788"
12239
]
12240
},
12241
{
@@ -12267,7 +12280,7 @@
12280
"zh-chs": "设备共享链接",
12281
"zh-cht": "設備共享鏈接",
12282
"xloc": [
12270
- "default.handlebars->31->725"
12283
+ "default.handlebars->31->731"
12284
]
12285
},
12286
{
@@ -12307,8 +12320,8 @@
12320
"zh-chs": "设备连接。",
12321
"zh-cht": "裝置連接。",
12322
"xloc": [
12310
- "default.handlebars->31->1372",
12311
- "default.handlebars->31->1643"
12323
+ "default.handlebars->31->1379",
12324
+ "default.handlebars->31->1650"
12325
]
12326
},
12327
{
@@ -12328,8 +12341,8 @@
12341
"zh-chs": "设备断开连接。",
12342
"zh-cht": "裝置斷開連接。",
12343
"xloc": [
12331
- "default.handlebars->31->1373",
12332
- "default.handlebars->31->1644"
12344
+ "default.handlebars->31->1380",
12345
+ "default.handlebars->31->1651"
12346
]
12347
},
12348
{
@@ -12349,7 +12362,7 @@
12362
"zh-chs": "创建的设备组:{0}",
12363
"zh-cht": "設備組已創建:{0}",
12364
"xloc": [
12352
- "default.handlebars->31->1791"
12365
+ "default.handlebars->31->1798"
12366
]
12367
},
12368
{
@@ -12369,7 +12382,7 @@
12382
"zh-chs": "设备组已删除:{0}",
12383
"zh-cht": "設備組已刪除:{0}",
12384
"xloc": [
12372
- "default.handlebars->31->1792"
12385
+ "default.handlebars->31->1799"
12386
]
12387
},
12388
{
@@ -12389,7 +12402,7 @@
12402
"zh-chs": "设备组成员身份已更改:{0}",
12403
"zh-cht": "設備組成員身份已更改:{0}",
12404
"xloc": [
12392
- "default.handlebars->31->1793"
12405
+ "default.handlebars->31->1800"
12406
]
12407
},
12408
{
@@ -12409,7 +12422,7 @@
12422
"zh-chs": "其他设备组管理员可以查看和更改设备组注释。",
12423
"zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
12424
"xloc": [
12412
- "default.handlebars->31->777"
12425
+ "default.handlebars->31->783"
12426
]
12427
},
12428
{
@@ -12429,7 +12442,7 @@
12442
"zh-chs": "设备组通知已更改",
12443
"zh-cht": "設備組通知已更改",
12444
"xloc": [
12432
- "default.handlebars->31->1788"
12445
+ "default.handlebars->31->1795"
12446
]
12447
},
12448
{
@@ -12449,7 +12462,7 @@
12462
"zh-chs": "未删除的设备组:{0}",
12463
"zh-cht": "未刪除的設備組:{0}",
12464
"xloc": [
12452
- "default.handlebars->31->1771"
12465
+ "default.handlebars->31->1778"
12466
]
12467
},
12468
{
@@ -12472,7 +12485,7 @@
12485
"default-mobile.handlebars->11->190",
12486
"default-mobile.handlebars->11->246",
12487
"default.handlebars->31->261",
12475
- "default.handlebars->31->580"
12488
+ "default.handlebars->31->586"
12489
]
12490
},
12491
{
@@ -12720,7 +12733,7 @@
12733
"default-mobile.handlebars->11->189",
12734
"default-mobile.handlebars->11->245",
12735
"default.handlebars->31->260",
12723
- "default.handlebars->31->579"
12736
+ "default.handlebars->31->585"
12737
]
12738
},
12739
{
@@ -12802,7 +12815,7 @@
12815
"zh-chs": "设备名称",
12816
"zh-cht": "裝置名稱",
12817
"xloc": [
12805
- "default.handlebars->31->571"
12818
+ "default.handlebars->31->577"
12819
]
12820
},
12821
{
@@ -12842,7 +12855,7 @@
12855
"zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
12856
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
12857
"xloc": [
12845
- "default.handlebars->31->1773"
12858
+ "default.handlebars->31->1780"
12859
]
12860
},
12861
{
@@ -12879,8 +12892,8 @@
12892
"zh-chs": "设备",
12893
"zh-cht": "裝置",
12894
"xloc": [
12882
- "default.handlebars->31->1958",
12883
- "default.handlebars->31->1998"
12895
+ "default.handlebars->31->1965",
12896
+ "default.handlebars->31->2005"
12897
]
12898
},
12899
{
@@ -12901,7 +12914,7 @@
12914
"zh-cht": "已禁用",
12915
"xloc": [
12916
"default-mobile.handlebars->11->419",
12904
- "default.handlebars->31->638"
12917
+ "default.handlebars->31->644"
12918
]
12919
},
12920
{
@@ -12921,7 +12934,7 @@
12934
"zh-chs": "禁用的电子邮件两因素身份验证",
12935
"zh-cht": "禁用的電子郵件兩因素身份驗證",
12936
"xloc": [
12924
- "default.handlebars->31->1804"
12937
+ "default.handlebars->31->1811"
12938
]
12939
},
12940
{
@@ -12944,8 +12957,8 @@
12957
"agent-translations.json",
12958
"default-mobile.handlebars->11->367",
12959
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
12947
- "default.handlebars->31->1465",
12948
- "default.handlebars->31->986",
12960
+ "default.handlebars->31->1472",
12961
+ "default.handlebars->31->993",
12962
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
12963
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
12964
"desktop.handlebars->p11->deskarea0->deskarea1->3->disconnectbutton1span",
@@ -13045,7 +13058,7 @@
13058
"zh-chs": "在远程设备上显示一个消息框。",
13059
"zh-cht": "在遠程裝置上顯示一個訊息框。",
13060
"xloc": [
13048
- "default.handlebars->31->781"
13061
+ "default.handlebars->31->787"
13062
]
13063
},
13064
{
@@ -13085,7 +13098,7 @@
13098
"zh-chs": "在远程设备上显示短信",
13099
"zh-cht": "在遠程裝置上顯示短信",
13100
"xloc": [
13088
- "default.handlebars->31->675"
13101
+ "default.handlebars->31->681"
13102
]
13103
},
13104
{
@@ -13105,7 +13118,7 @@
13118
"zh-chs": "显示设备组名称",
13119
"zh-cht": "顯示裝置群名稱",
13120
"xloc": [
13108
- "default.handlebars->31->1371"
13121
+ "default.handlebars->31->1378"
13122
]
13123
},
13124
{
@@ -13125,7 +13138,7 @@
13138
"zh-chs": "显示名称",
13139
"zh-cht": "顯示名稱",
13140
"xloc": [
13128
- "default.handlebars->31->953"
13141
+ "default.handlebars->31->960"
13142
]
13143
},
13144
{
@@ -13145,7 +13158,7 @@
13158
"zh-chs": "显示公共连结",
13159
"zh-cht": "顯示公共鏈結",
13160
"xloc": [
13148
- "default.handlebars->31->1674"
13161
+ "default.handlebars->31->1681"
13162
]
13163
},
13164
{
@@ -13153,7 +13166,7 @@
13166
"nl": "Scherm {0}",
13167
"fr": "Affichage {0}",
13168
"xloc": [
13156
- "default.handlebars->31->970"
13169
+ "default.handlebars->31->977"
13170
]
13171
},
13172
{
@@ -13173,7 +13186,7 @@
13186
"zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”",
13187
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
13188
"xloc": [
13176
- "default.handlebars->31->1733"
13189
+ "default.handlebars->31->1740"
13190
]
13191
},
13192
{
@@ -13193,7 +13206,7 @@
13206
"zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”",
13207
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
13208
"xloc": [
13196
- "default.handlebars->31->1741"
13209
+ "default.handlebars->31->1748"
13210
]
13211
},
13212
{
@@ -13213,8 +13226,8 @@
13226
"zh-chs": "什么都不做",
13227
"zh-cht": "什麼都不做",
13228
"xloc": [
13216
- "default.handlebars->31->1512",
13217
- "default.handlebars->31->1516"
13229
+ "default.handlebars->31->1519",
13230
+ "default.handlebars->31->1523"
13231
]
13232
},
13233
{
@@ -13234,10 +13247,10 @@
13247
"zh-chs": "域",
13248
"zh-cht": "域",
13249
"xloc": [
13237
- "default.handlebars->31->1922",
13238
- "default.handlebars->31->1970",
13239
- "default.handlebars->31->1979",
13240
- "default.handlebars->31->2047",
13250
+ "default.handlebars->31->1929",
13251
+ "default.handlebars->31->1977",
13252
+ "default.handlebars->31->1986",
13253
+ "default.handlebars->31->2054",
13254
"mstsc.handlebars->main->1->3->1->2->1->0",
13255
"mstsc.handlebars->main->1->3->1->2->3"
13256
]
@@ -13259,7 +13272,7 @@
13272
"zh-chs": "请勿更改,如果设置请保留CCM",
13273
"zh-cht": "請勿更改,如果設置請保留CCM",
13274
"xloc": [
13262
- "default.handlebars->31->1508"
13275
+ "default.handlebars->31->1515"
13276
]
13277
},
13278
{
@@ -13296,7 +13309,7 @@
13309
"zh-chs": "不要连接到服务器",
13310
"zh-cht": "不要連接到伺服器",
13311
"xloc": [
13299
- "default.handlebars->31->1517"
13312
+ "default.handlebars->31->1524"
13313
]
13314
},
13315
{
@@ -13361,7 +13374,7 @@
13374
"nl": "Omlaag",
13375
"xloc": [
13376
"default-mobile.handlebars->11->351",
13364
- "default.handlebars->31->934"
13377
+ "default.handlebars->31->941"
13378
]
13379
},
13380
{
@@ -13425,7 +13438,7 @@
13438
"zh-cht": "下載檔案",
13439
"xloc": [
13440
"default-mobile.handlebars->11->397",
13428
- "default.handlebars->31->1025"
13441
+ "default.handlebars->31->1032"
13442
]
13443
},
13444
{
@@ -13465,7 +13478,7 @@
13478
"zh-chs": "下载MeshCmd",
13479
"zh-cht": "下載MeshCmd",
13480
"xloc": [
13468
- "default.handlebars->31->884"
13481
+ "default.handlebars->31->891"
13482
]
13483
},
13484
{
@@ -13525,7 +13538,7 @@
13538
"zh-chs": "下载报告",
13539
"zh-cht": "下載報告",
13540
"xloc": [
13528
- "default.handlebars->31->1840",
13541
+ "default.handlebars->31->1847",
13542
"default.handlebars->container->column_l->p3->3->1->0->3"
13543
]
13544
},
@@ -13546,7 +13559,7 @@
13559
"zh-chs": "下载带有指令档案的“ meshcmd”,以通过此服务器将网络讯息发送到该设备。紧记编辑meshaction.txt并添加您的帐户密码或进行任何必要的更改。",
13560
"zh-cht": "下載帶有指令檔案的“ meshcmd”,以通過此服務器將網絡讯息發送到該裝置。緊記編輯meshaction.txt並新增你的帳戶密碼或進行任何必要的更改。",
13561
"xloc": [
13549
- "default.handlebars->31->877"
13562
+ "default.handlebars->31->884"
13563
]
13564
},
13565
{
@@ -13626,7 +13639,7 @@
13639
"zh-chs": "下载电源事件",
13640
"zh-cht": "下載電源事件",
13641
"xloc": [
13629
- "default.handlebars->31->833"
13642
+ "default.handlebars->31->840"
13643
]
13644
},
13645
{
@@ -13714,7 +13727,7 @@
13727
"zh-chs": "使用以下一种档案格式下载设备列表。",
13728
"zh-cht": "使用以下一種檔案格式下載裝置列表。",
13729
"xloc": [
13717
- "default.handlebars->31->515"
13730
+ "default.handlebars->31->521"
13731
]
13732
},
13733
{
@@ -13734,7 +13747,7 @@
13747
"zh-chs": "使用以下一种档案格式下载事件列表。",
13748
"zh-cht": "使用以下一種檔案格式下載事件列表。",
13749
"xloc": [
13737
- "default.handlebars->31->1841"
13750
+ "default.handlebars->31->1848"
13751
]
13752
},
13753
{
@@ -13754,7 +13767,7 @@
13767
"zh-chs": "使用以下一种档案格式下载用户列表。",
13768
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
13769
"xloc": [
13757
- "default.handlebars->31->1906"
13770
+ "default.handlebars->31->1913"
13771
]
13772
},
13773
{
@@ -13835,7 +13848,7 @@
13848
"zh-chs": "下载:“{0}”",
13849
"zh-cht": "下載:“{0}”",
13850
"xloc": [
13838
- "default.handlebars->31->1764"
13851
+ "default.handlebars->31->1771"
13852
]
13853
},
13854
{
@@ -13843,7 +13856,7 @@
13856
"nl": "Download: \\\"{0}\\\", Grootte: {1}",
13857
"fr": "Téléchargement : \\\"{0}\\\", Taille : {1}",
13858
"xloc": [
13846
- "default.handlebars->31->1821"
13859
+ "default.handlebars->31->1828"
13860
]
13861
},
13862
{
@@ -13883,7 +13896,7 @@
13896
"zh-chs": "代理重复",
13897
"zh-cht": "代理重複",
13898
"xloc": [
13886
- "default.handlebars->31->2251"
13899
+ "default.handlebars->31->2258"
13900
]
13901
},
13902
{
@@ -13923,7 +13936,7 @@
13936
"zh-chs": "复制用户组",
13937
"zh-cht": "複製用戶群",
13938
"xloc": [
13926
- "default.handlebars->31->1974"
13939
+ "default.handlebars->31->1981"
13940
]
13941
},
13942
{
@@ -13960,8 +13973,8 @@
13973
"zh-chs": "持续时间",
13974
"zh-cht": "持續時間",
13975
"xloc": [
13963
- "default.handlebars->31->2170",
13964
- "default.handlebars->31->2190",
13976
+ "default.handlebars->31->2177",
13977
+ "default.handlebars->31->2197",
13978
"player.handlebars->3->2"
13979
]
13980
},
@@ -13999,7 +14012,7 @@
14012
"zh-chs": "荷兰文(比利时)",
14013
"zh-cht": "荷蘭文(比利時)",
14014
"xloc": [
14002
- "default.handlebars->31->1211"
14015
+ "default.handlebars->31->1218"
14016
]
14017
},
14018
{
@@ -14019,7 +14032,7 @@
14032
"zh-chs": "荷兰文(标准)",
14033
"zh-cht": "荷蘭文(標準)",
14034
"xloc": [
14022
- "default.handlebars->31->1210"
14035
+ "default.handlebars->31->1217"
14036
]
14037
},
14038
{
@@ -14308,7 +14321,7 @@
14321
"zh-cht": "編輯裝置",
14322
"xloc": [
14323
"default-mobile.handlebars->11->328",
14311
- "default.handlebars->31->899"
14324
+ "default.handlebars->31->906"
14325
]
14326
},
14327
{
@@ -14331,10 +14344,10 @@
14344
"default-mobile.handlebars->11->529",
14345
"default-mobile.handlebars->11->535",
14346
"default-mobile.handlebars->11->555",
14334
- "default.handlebars->31->1529",
14335
- "default.handlebars->31->1561",
14336
- "default.handlebars->31->1586",
14337
- "default.handlebars->31->1598"
14347
+ "default.handlebars->31->1536",
14348
+ "default.handlebars->31->1568",
14349
+ "default.handlebars->31->1593",
14350
+ "default.handlebars->31->1605"
14351
]
14352
},
14353
{
@@ -14354,7 +14367,7 @@
14367
"zh-chs": "编辑设备组功能",
14368
"zh-cht": "編輯裝置群功能",
14369
"xloc": [
14357
- "default.handlebars->31->1547"
14370
+ "default.handlebars->31->1554"
14371
]
14372
},
14373
{
@@ -14374,8 +14387,8 @@
14387
"zh-chs": "编辑设备组权限",
14388
"zh-cht": "編輯裝置群權限",
14389
"xloc": [
14377
- "default.handlebars->31->1583",
14378
- "default.handlebars->31->1595"
14390
+ "default.handlebars->31->1590",
14391
+ "default.handlebars->31->1602"
14392
]
14393
},
14394
{
@@ -14395,7 +14408,7 @@
14408
"zh-chs": "编辑设备组用户同意",
14409
"zh-cht": "編輯裝置群用戶同意",
14410
"xloc": [
14398
- "default.handlebars->31->1530"
14411
+ "default.handlebars->31->1537"
14412
]
14413
},
14414
{
@@ -14416,7 +14429,7 @@
14429
"zh-cht": "編輯裝置筆記",
14430
"xloc": [
14431
"default-mobile.handlebars->11->547",
14419
- "default.handlebars->31->1575"
14432
+ "default.handlebars->31->1582"
14433
]
14434
},
14435
{
@@ -14436,8 +14449,8 @@
14449
"zh-chs": "编辑设备权限",
14450
"zh-cht": "編輯裝置權限",
14451
"xloc": [
14439
- "default.handlebars->31->1588",
14440
- "default.handlebars->31->1590"
14452
+ "default.handlebars->31->1595",
14453
+ "default.handlebars->31->1597"
14454
]
14455
},
14456
{
@@ -14457,8 +14470,7 @@
14470
"zh-chs": "编辑设备标签",
14471
"zh-cht": "編輯裝置標籤",
14472
"xloc": [
14460
- "default.handlebars->31->501",
14461
- "default.handlebars->31->514"
14473
+ "default.handlebars->31->503"
14474
]
14475
},
14476
{
@@ -14478,7 +14490,7 @@
14490
"zh-chs": "编辑设备用户同意",
14491
"zh-cht": "編輯裝置用戶同意",
14492
"xloc": [
14481
- "default.handlebars->31->1532"
14493
+ "default.handlebars->31->1539"
14494
]
14495
},
14496
{
@@ -14498,7 +14510,7 @@
14510
"zh-chs": "编辑群组",
14511
"zh-cht": "編輯群組",
14512
"xloc": [
14501
- "default.handlebars->31->754"
14513
+ "default.handlebars->31->760"
14514
]
14515
},
14516
{
@@ -14522,10 +14534,10 @@
14534
"default-mobile.handlebars->11->274",
14535
"default-mobile.handlebars->11->275",
14536
"default-mobile.handlebars->11->318",
14525
- "default.handlebars->31->609",
14526
- "default.handlebars->31->614",
14537
"default.handlebars->31->615",
14528
- "default.handlebars->31->840"
14538
+ "default.handlebars->31->620",
14539
+ "default.handlebars->31->621",
14540
+ "default.handlebars->31->847"
14541
]
14542
},
14543
{
@@ -14546,7 +14558,7 @@
14558
"zh-cht": "編輯筆記",
14559
"xloc": [
14560
"default-mobile.handlebars->11->562",
14549
- "default.handlebars->31->1605"
14561
+ "default.handlebars->31->1612"
14562
]
14563
},
14564
{
@@ -14566,7 +14578,7 @@
14578
"zh-chs": "编辑用户同意",
14579
"zh-cht": "編輯用戶同意",
14580
"xloc": [
14569
- "default.handlebars->31->1531"
14581
+ "default.handlebars->31->1538"
14582
]
14583
},
14584
{
@@ -14586,7 +14598,7 @@
14598
"zh-chs": "编辑用户设备组权限",
14599
"zh-cht": "編輯用戶裝置群權限",
14600
"xloc": [
14589
- "default.handlebars->31->1596"
14601
+ "default.handlebars->31->1603"
14602
]
14603
},
14604
{
@@ -14606,7 +14618,7 @@
14618
"zh-chs": "编辑用户设备权限",
14619
"zh-cht": "編輯用戶裝置權限",
14620
"xloc": [
14609
- "default.handlebars->31->1591"
14621
+ "default.handlebars->31->1598"
14622
]
14623
},
14624
{
@@ -14626,7 +14638,7 @@
14638
"zh-chs": "编辑用户组",
14639
"zh-cht": "編輯用戶群",
14640
"xloc": [
14629
- "default.handlebars->31->2025"
14641
+ "default.handlebars->31->2032"
14642
]
14643
},
14644
{
@@ -14646,7 +14658,7 @@
14658
"zh-chs": "编辑用户组设备权限",
14659
"zh-cht": "編輯用戶群裝置權限",
14660
"xloc": [
14649
- "default.handlebars->31->1593"
14661
+ "default.handlebars->31->1600"
14662
]
14663
},
14664
{
@@ -14666,7 +14678,7 @@
14678
"zh-chs": "编辑用户组用户同意",
14679
"zh-cht": "編輯用戶組用戶同意",
14680
"xloc": [
14669
- "default.handlebars->31->1533"
14681
+ "default.handlebars->31->1540"
14682
]
14683
},
14684
{
@@ -14748,11 +14760,11 @@
14760
"zh-cht": "電郵",
14761
"xloc": [
14762
"default-mobile.handlebars->11->100",
14751
- "default.handlebars->31->1924",
14752
- "default.handlebars->31->2051",
14753
- "default.handlebars->31->2053",
14754
- "default.handlebars->31->2093",
14755
- "default.handlebars->31->2113",
14763
+ "default.handlebars->31->1931",
14764
+ "default.handlebars->31->2058",
14765
+ "default.handlebars->31->2060",
14766
+ "default.handlebars->31->2100",
14767
+ "default.handlebars->31->2120",
14768
"default.handlebars->31->346",
14769
"login-mobile.handlebars->5->42",
14770
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -14785,7 +14797,7 @@
14797
"zh-cht": "電郵地址變更",
14798
"xloc": [
14799
"default-mobile.handlebars->11->101",
14788
- "default.handlebars->31->1380"
14800
+ "default.handlebars->31->1387"
14801
]
14802
},
14803
{
@@ -14806,7 +14818,7 @@
14818
"zh-cht": "電郵認證",
14819
"xloc": [
14820
"default-mobile.handlebars->11->90",
14809
- "default.handlebars->31->1148"
14821
+ "default.handlebars->31->1155"
14822
]
14823
},
14824
{
@@ -14866,7 +14878,7 @@
14878
"zh-cht": "電郵驗證",
14879
"xloc": [
14880
"default-mobile.handlebars->11->99",
14869
- "default.handlebars->31->1378"
14881
+ "default.handlebars->31->1385"
14882
]
14883
},
14884
{
@@ -14906,7 +14918,7 @@
14918
"zh-chs": "电邮未验证",
14919
"zh-cht": "電郵未驗證",
14920
"xloc": [
14909
- "default.handlebars->31->1870"
14921
+ "default.handlebars->31->1877"
14922
]
14923
},
14924
{
@@ -14926,8 +14938,8 @@
14938
"zh-chs": "电子邮件已验证",
14939
"zh-cht": "電子郵件已驗證",
14940
"xloc": [
14929
- "default.handlebars->31->1871",
14930
- "default.handlebars->31->2045"
14941
+ "default.handlebars->31->1878",
14942
+ "default.handlebars->31->2052"
14943
]
14944
},
14945
{
@@ -14947,7 +14959,7 @@
14959
"zh-chs": "电邮已验证。",
14960
"zh-cht": "電郵已驗證。",
14961
"xloc": [
14950
- "default.handlebars->31->1930"
14962
+ "default.handlebars->31->1937"
14963
]
14964
},
14965
{
@@ -14967,7 +14979,7 @@
14979
"zh-chs": "电邮未验证",
14980
"zh-cht": "電郵未驗證",
14981
"xloc": [
14970
- "default.handlebars->31->2046"
14982
+ "default.handlebars->31->2053"
14983
]
14984
},
14985
{
@@ -14988,7 +15000,7 @@
15000
"zh-cht": "電郵已發送。",
15001
"xloc": [
15002
"default-mobile.handlebars->11->604",
14991
- "default.handlebars->31->2219",
15003
+ "default.handlebars->31->2226",
15004
"login-mobile.handlebars->5->2",
15005
"login.handlebars->5->2",
15006
"login2.handlebars->7->3"
@@ -15033,7 +15045,7 @@
15045
"zh-chs": "已通过电邮验证,并且需要重置密码。",
15046
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
15047
"xloc": [
15036
- "default.handlebars->31->1931"
15048
+ "default.handlebars->31->1938"
15049
]
15050
},
15051
{
@@ -15057,7 +15069,7 @@
15069
"en": "Email/SMS/Push Traffic",
15070
"nl": "Email/SMS/Push verkeer",
15071
"xloc": [
15060
- "default.handlebars->31->2295"
15072
+ "default.handlebars->31->2302"
15073
]
15074
},
15075
{
@@ -15103,7 +15115,7 @@
15115
"zh-chs": "启用邀请代码",
15116
"zh-cht": "啟用邀請代碼",
15117
"xloc": [
15106
- "default.handlebars->31->1628"
15118
+ "default.handlebars->31->1635"
15119
]
15120
},
15121
{
@@ -15144,7 +15156,7 @@
15156
"zh-cht": "啟用電郵二因子鑑別。",
15157
"xloc": [
15158
"default-mobile.handlebars->11->92",
15147
- "default.handlebars->31->1150"
15159
+ "default.handlebars->31->1157"
15160
]
15161
},
15162
{
@@ -15184,7 +15196,7 @@
15196
"zh-chs": "已启用",
15197
"zh-cht": "已啟用",
15198
"xloc": [
15187
- "default.handlebars->31->2192"
15199
+ "default.handlebars->31->2199"
15200
]
15201
},
15202
{
@@ -15204,7 +15216,7 @@
15216
"zh-chs": "启用电子邮件两因素身份验证",
15217
"zh-cht": "啟用電子郵件兩因素身份驗證",
15218
"xloc": [
15207
- "default.handlebars->31->1803"
15219
+ "default.handlebars->31->1810"
15220
]
15221
},
15222
{
@@ -15233,7 +15245,7 @@
15245
"nl": "End",
15246
"xloc": [
15247
"default-mobile.handlebars->11->345",
15236
- "default.handlebars->31->928"
15248
+ "default.handlebars->31->935"
15249
]
15250
},
15251
{
@@ -15253,7 +15265,7 @@
15265
"zh-chs": "时间结束",
15266
"zh-cht": "時間結束",
15267
"xloc": [
15256
- "default.handlebars->31->2189"
15268
+ "default.handlebars->31->2196"
15269
]
15270
},
15271
{
@@ -15273,7 +15285,7 @@
15285
"zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”",
15286
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
15287
"xloc": [
15276
- "default.handlebars->31->1726"
15288
+ "default.handlebars->31->1733"
15289
]
15290
},
15291
{
@@ -15293,7 +15305,7 @@
15305
"zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”",
15306
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
15307
"xloc": [
15296
- "default.handlebars->31->1727"
15308
+ "default.handlebars->31->1734"
15309
]
15310
},
15311
{
@@ -15313,7 +15325,7 @@
15325
"zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”",
15326
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
15327
"xloc": [
15316
- "default.handlebars->31->1724"
15328
+ "default.handlebars->31->1731"
15329
]
15330
},
15331
{
@@ -15333,7 +15345,7 @@
15345
"zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”",
15346
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
15347
"xloc": [
15336
- "default.handlebars->31->1725"
15348
+ "default.handlebars->31->1732"
15349
]
15350
},
15351
{
@@ -15353,7 +15365,7 @@
15365
"zh-chs": "英文",
15366
"zh-cht": "英文",
15367
"xloc": [
15356
- "default.handlebars->31->1212"
15368
+ "default.handlebars->31->1219"
15369
]
15370
},
15371
{
@@ -15373,7 +15385,7 @@
15385
"zh-chs": "英文(澳洲)",
15386
"zh-cht": "英文(澳洲)",
15387
"xloc": [
15376
- "default.handlebars->31->1213"
15388
+ "default.handlebars->31->1220"
15389
]
15390
},
15391
{
@@ -15393,7 +15405,7 @@
15405
"zh-chs": "英文(伯利茲)",
15406
"zh-cht": "英文(伯利茲)",
15407
"xloc": [
15396
- "default.handlebars->31->1214"
15408
+ "default.handlebars->31->1221"
15409
]
15410
},
15411
{
@@ -15413,7 +15425,7 @@
15425
"zh-chs": "英文(加拿大)",
15426
"zh-cht": "英文(加拿大)",
15427
"xloc": [
15416
- "default.handlebars->31->1215"
15428
+ "default.handlebars->31->1222"
15429
]
15430
},
15431
{
@@ -15433,7 +15445,7 @@
15445
"zh-chs": "英文(爱尔兰)",
15446
"zh-cht": "英文(愛爾蘭)",
15447
"xloc": [
15436
- "default.handlebars->31->1216"
15448
+ "default.handlebars->31->1223"
15449
]
15450
},
15451
{
@@ -15453,7 +15465,7 @@
15465
"zh-chs": "英文(牙买加)",
15466
"zh-cht": "英文(牙買加)",
15467
"xloc": [
15456
- "default.handlebars->31->1217"
15468
+ "default.handlebars->31->1224"
15469
]
15470
},
15471
{
@@ -15473,7 +15485,7 @@
15485
"zh-chs": "英文(纽西兰)",
15486
"zh-cht": "英文(紐西蘭)",
15487
"xloc": [
15476
- "default.handlebars->31->1218"
15488
+ "default.handlebars->31->1225"
15489
]
15490
},
15491
{
@@ -15493,7 +15505,7 @@
15505
"zh-chs": "英文(菲律宾)",
15506
"zh-cht": "英文(菲律賓)",
15507
"xloc": [
15496
- "default.handlebars->31->1219"
15508
+ "default.handlebars->31->1226"
15509
]
15510
},
15511
{
@@ -15513,7 +15525,7 @@
15525
"zh-chs": "英语(南非)",
15526
"zh-cht": "英語(南非)",
15527
"xloc": [
15516
- "default.handlebars->31->1220"
15528
+ "default.handlebars->31->1227"
15529
]
15530
},
15531
{
@@ -15533,7 +15545,7 @@
15545
"zh-chs": "英文(特立尼达和多巴哥)",
15546
"zh-cht": "英文(特立尼達和多巴哥)",
15547
"xloc": [
15536
- "default.handlebars->31->1221"
15548
+ "default.handlebars->31->1228"
15549
]
15550
},
15551
{
@@ -15553,7 +15565,7 @@
15565
"zh-chs": "英文(英国)",
15566
"zh-cht": "英文(英國)",
15567
"xloc": [
15556
- "default.handlebars->31->1222"
15568
+ "default.handlebars->31->1229"
15569
]
15570
},
15571
{
@@ -15573,7 +15585,7 @@
15585
"zh-chs": "美国英文",
15586
"zh-cht": "美國英語",
15587
"xloc": [
15576
- "default.handlebars->31->1223"
15588
+ "default.handlebars->31->1230"
15589
]
15590
},
15591
{
@@ -15593,7 +15605,7 @@
15605
"zh-chs": "英文(津巴布韦)",
15606
"zh-cht": "英文(津巴布韋)",
15607
"xloc": [
15596
- "default.handlebars->31->1224"
15608
+ "default.handlebars->31->1231"
15609
]
15610
},
15611
{
@@ -15614,10 +15626,10 @@
15626
"zh-cht": "輸入",
15627
"xloc": [
15628
"default-mobile.handlebars->11->339",
15617
- "default.handlebars->31->1406",
15618
- "default.handlebars->31->1407",
15619
- "default.handlebars->31->922",
15620
- "default.handlebars->31->998"
15629
+ "default.handlebars->31->1005",
15630
+ "default.handlebars->31->1413",
15631
+ "default.handlebars->31->1414",
15632
+ "default.handlebars->31->929"
15633
]
15634
},
15635
{
@@ -15637,7 +15649,7 @@
15649
"zh-chs": "输入管理领域名称的逗号分隔列表。",
15650
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
15651
"xloc": [
15640
- "default.handlebars->31->1935"
15652
+ "default.handlebars->31->1942"
15653
]
15654
},
15655
{
@@ -15697,7 +15709,7 @@
15709
"zh-chs": "输入文本,然后单击确定以远程键入它。在继续操作之前,请确保将远程光标放置在正确的位置。",
15710
"zh-cht": "輸入文本,然後單擊確定以遠程鍵入它。在繼續操作之前,請確保將遠程光標放置在正確的位置。",
15711
"xloc": [
15700
- "default.handlebars->31->947"
15712
+ "default.handlebars->31->954"
15713
]
15714
},
15715
{
@@ -15759,7 +15771,7 @@
15771
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
15772
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
15773
"xloc": [
15762
- "default.handlebars->31->1145"
15774
+ "default.handlebars->31->1152"
15775
]
15776
},
15777
{
@@ -15788,7 +15800,7 @@
15800
"fr": "Erreur, code d'invitation \\\"{0}\\\" déjà utilisé.",
15801
"xloc": [
15802
"default-mobile.handlebars->11->612",
15791
- "default.handlebars->31->2227"
15803
+ "default.handlebars->31->2234"
15804
]
15805
},
15806
{
@@ -15797,7 +15809,7 @@
15809
"fr": "Erreur, mot de passe non modifié.",
15810
"xloc": [
15811
"default-mobile.handlebars->11->609",
15800
- "default.handlebars->31->2224"
15812
+ "default.handlebars->31->2231"
15813
]
15814
},
15815
{
@@ -15806,7 +15818,7 @@
15818
"fr": "Erreur, impossible de changer le mot de passe couramment utilisé.",
15819
"xloc": [
15820
"default-mobile.handlebars->11->608",
15809
- "default.handlebars->31->2223"
15821
+ "default.handlebars->31->2230"
15822
]
15823
},
15824
{
@@ -15815,7 +15827,7 @@
15827
"fr": "Erreur, impossible de changer le mot de passe précédemment utilisé.",
15828
"xloc": [
15829
"default-mobile.handlebars->11->607",
15818
- "default.handlebars->31->2222"
15830
+ "default.handlebars->31->2229"
15831
]
15832
},
15833
{
@@ -15844,7 +15856,7 @@
15856
"nl": "Escape",
15857
"xloc": [
15858
"default-mobile.handlebars->11->340",
15847
- "default.handlebars->31->923"
15859
+ "default.handlebars->31->930"
15860
]
15861
},
15862
{
@@ -15864,7 +15876,7 @@
15876
"zh-chs": "世界文",
15877
"zh-cht": "世界語",
15878
"xloc": [
15867
- "default.handlebars->31->1225"
15879
+ "default.handlebars->31->1232"
15880
]
15881
},
15882
{
@@ -15884,7 +15896,7 @@
15896
"zh-chs": "爱沙尼亚文",
15897
"zh-cht": "愛沙尼亞語",
15898
"xloc": [
15887
- "default.handlebars->31->1226"
15899
+ "default.handlebars->31->1233"
15900
]
15901
},
15902
{
@@ -15904,7 +15916,7 @@
15916
"zh-chs": "事件详情",
15917
"zh-cht": "事件詳情",
15918
"xloc": [
15907
- "default.handlebars->31->1038"
15919
+ "default.handlebars->31->1045"
15920
]
15921
},
15922
{
@@ -15924,7 +15936,7 @@
15936
"zh-chs": "事件列表输出",
15937
"zh-cht": "事件列表輸出",
15938
"xloc": [
15927
- "default.handlebars->31->1846"
15939
+ "default.handlebars->31->1853"
15940
]
15941
},
15942
{
@@ -16030,7 +16042,7 @@
16042
"zh-cht": "到期時間",
16043
"xloc": [
16044
"default.handlebars->31->207",
16033
- "default.handlebars->31->807"
16045
+ "default.handlebars->31->813"
16046
]
16047
},
16048
{
@@ -16092,7 +16104,7 @@
16104
"zh-chs": "输出设备信息",
16105
"zh-cht": "輸出裝置訊息",
16106
"xloc": [
16095
- "default.handlebars->31->481"
16107
+ "default.handlebars->31->483"
16108
]
16109
},
16110
{
@@ -16112,7 +16124,7 @@
16124
"zh-chs": "扩充式ASCII",
16125
"zh-cht": "擴充式ASCII",
16126
"xloc": [
16115
- "default.handlebars->31->977",
16127
+ "default.handlebars->31->984",
16128
"terminal.handlebars->3->16"
16129
]
16130
},
@@ -16154,7 +16166,7 @@
16166
"zh-chs": "外部",
16167
"zh-cht": "外部",
16168
"xloc": [
16157
- "default.handlebars->31->2278"
16169
+ "default.handlebars->31->2285"
16170
]
16171
},
16172
{
@@ -16194,7 +16206,7 @@
16206
"zh-chs": "FYRO马其顿语",
16207
"zh-cht": "FYRO馬其頓語",
16208
"xloc": [
16197
- "default.handlebars->31->1276"
16209
+ "default.handlebars->31->1283"
16210
]
16211
},
16212
{
@@ -16214,7 +16226,7 @@
16226
"zh-chs": "法罗语",
16227
"zh-cht": "法羅語",
16228
"xloc": [
16217
- "default.handlebars->31->1227"
16229
+ "default.handlebars->31->1234"
16230
]
16231
},
16232
{
@@ -16243,7 +16255,7 @@
16255
"fr": "Échec de la modification de l'adresse e-mail, un autre compte utilise déjà: {0}.",
16256
"xloc": [
16257
"default-mobile.handlebars->11->603",
16246
- "default.handlebars->31->2218"
16258
+ "default.handlebars->31->2225"
16259
]
16260
},
16261
{
@@ -16263,7 +16275,7 @@
16275
"zh-chs": "本地用户拒绝后无法启动远程桌面",
16276
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
16277
"xloc": [
16266
- "default.handlebars->31->1749"
16278
+ "default.handlebars->31->1756"
16279
]
16280
},
16281
{
@@ -16283,7 +16295,7 @@
16295
"zh-chs": "本地用户拒绝后无法启动远程文件",
16296
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
16297
"xloc": [
16286
- "default.handlebars->31->1756"
16298
+ "default.handlebars->31->1763"
16299
]
16300
},
16301
{
@@ -16304,7 +16316,7 @@
16316
"zh-cht": "無法啟動遠程終端接合{0}({1})",
16317
"xloc": [
16318
"default-mobile.handlebars->11->331",
16307
- "default.handlebars->31->902",
16319
+ "default.handlebars->31->909",
16320
"desktop.handlebars->3->8",
16321
"terminal.handlebars->3->12"
16322
]
@@ -16326,7 +16338,7 @@
16338
"zh-chs": "波斯文(波斯文)",
16339
"zh-cht": "波斯語(波斯語)",
16340
"xloc": [
16329
- "default.handlebars->31->1228"
16341
+ "default.handlebars->31->1235"
16342
]
16343
},
16344
{
@@ -16368,7 +16380,7 @@
16380
"zh-chs": "功能",
16381
"zh-cht": "功能",
16382
"xloc": [
16371
- "default.handlebars->31->1451"
16383
+ "default.handlebars->31->1458"
16384
]
16385
},
16386
{
@@ -16388,7 +16400,7 @@
16400
"zh-chs": "斐济",
16401
"zh-cht": "斐濟",
16402
"xloc": [
16391
- "default.handlebars->31->1229"
16403
+ "default.handlebars->31->1236"
16404
]
16405
},
16406
{
@@ -16429,8 +16441,8 @@
16441
"zh-cht": "檔案編輯器",
16442
"xloc": [
16443
"default-mobile.handlebars->11->381",
16432
- "default.handlebars->31->1009",
16433
- "default.handlebars->31->551"
16444
+ "default.handlebars->31->1016",
16445
+ "default.handlebars->31->557"
16446
]
16447
},
16448
{
@@ -16466,8 +16478,8 @@
16478
"zh-chs": "档案操作",
16479
"zh-cht": "檔案操作",
16480
"xloc": [
16469
- "default.handlebars->31->989",
16470
- "default.handlebars->31->991"
16481
+ "default.handlebars->31->996",
16482
+ "default.handlebars->31->998"
16483
]
16484
},
16485
{
@@ -16507,7 +16519,7 @@
16519
"zh-chs": "文件系统驱动",
16520
"zh-cht": "FileSystemDriver",
16521
"xloc": [
16510
- "default.handlebars->31->956"
16522
+ "default.handlebars->31->963"
16523
]
16524
},
16525
{
@@ -16529,8 +16541,8 @@
16541
"xloc": [
16542
"default-mobile.handlebars->11->201",
16543
"default-mobile.handlebars->11->298",
16532
- "default.handlebars->31->1541",
16533
- "default.handlebars->31->2177",
16544
+ "default.handlebars->31->1548",
16545
+ "default.handlebars->31->2184",
16546
"default.handlebars->31->285",
16547
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
16548
"default.handlebars->contextMenu->cxfiles"
@@ -16573,10 +16585,10 @@
16585
"zh-chs": "档案通知",
16586
"zh-cht": "檔案通知",
16587
"xloc": [
16576
- "default.handlebars->31->1459",
16577
- "default.handlebars->31->1991",
16578
- "default.handlebars->31->2078",
16579
- "default.handlebars->31->649"
16588
+ "default.handlebars->31->1466",
16589
+ "default.handlebars->31->1998",
16590
+ "default.handlebars->31->2085",
16591
+ "default.handlebars->31->655"
16592
]
16593
},
16594
{
@@ -16596,10 +16608,10 @@
16608
"zh-chs": "档案提示",
16609
"zh-cht": "檔案提示",
16610
"xloc": [
16599
- "default.handlebars->31->1458",
16600
- "default.handlebars->31->1990",
16601
- "default.handlebars->31->2077",
16602
- "default.handlebars->31->648"
16611
+ "default.handlebars->31->1465",
16612
+ "default.handlebars->31->1997",
16613
+ "default.handlebars->31->2084",
16614
+ "default.handlebars->31->654"
16615
]
16616
},
16617
{
@@ -16620,7 +16632,7 @@
16632
"zh-cht": "過濾",
16633
"xloc": [
16634
"default-mobile.handlebars->container->page_content->column_l->p2->xdevicesBar->1",
16623
- "default.handlebars->31->994",
16635
+ "default.handlebars->31->1001",
16636
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
16637
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
16638
"default.handlebars->container->column_l->p4->3->1->0->3->3"
@@ -16663,7 +16675,7 @@
16675
"zh-chs": "查找文件",
16676
"zh-cht": "查找文件",
16677
"xloc": [
16666
- "default.handlebars->31->997"
16678
+ "default.handlebars->31->1004"
16679
]
16680
},
16681
{
@@ -16683,7 +16695,7 @@
16695
"zh-chs": "录制会话已完成,{0}秒",
16696
"zh-cht": "錄製會話已完成,{0}秒",
16697
"xloc": [
16686
- "default.handlebars->31->1722"
16698
+ "default.handlebars->31->1729"
16699
]
16700
},
16701
{
@@ -16703,7 +16715,7 @@
16715
"zh-chs": "芬兰",
16716
"zh-cht": "芬蘭",
16717
"xloc": [
16706
- "default.handlebars->31->1230"
16718
+ "default.handlebars->31->1237"
16719
]
16720
},
16721
{
@@ -16713,8 +16725,8 @@
16725
"xloc": [
16726
"default-mobile.handlebars->11->414",
16727
"default-mobile.handlebars->11->416",
16716
- "default.handlebars->31->633",
16717
- "default.handlebars->31->635"
16728
+ "default.handlebars->31->639",
16729
+ "default.handlebars->31->641"
16730
]
16731
},
16732
{
@@ -16722,8 +16734,8 @@
16734
"nl": "Firewall niet actief",
16735
"fr": "Pare-feu désactivé",
16736
"xloc": [
16725
- "default.handlebars->31->1654",
16726
- "default.handlebars->31->1668"
16737
+ "default.handlebars->31->1661",
16738
+ "default.handlebars->31->1675"
16739
]
16740
},
16741
{
@@ -16873,6 +16885,12 @@
16885
"mesh-invite.txt"
16886
]
16887
},
16888
+ {
16889
+ "en": "For agent update",
16890
+ "xloc": [
16891
+ "default.handlebars->31->516"
16892
+ ]
16893
+ },
16894
{
16895
"en": "Force agent update",
16896
"nl": "Forceer agent update",
@@ -16886,7 +16904,7 @@
16904
"nl": "Forceer agent update op de geselecteerde apparaten?",
16905
"fr": "Forcer la mise à jour de l'agent sur les appareils sélectionnés",
16906
"xloc": [
16889
- "default.handlebars->31->513"
16907
+ "default.handlebars->31->515"
16908
]
16909
},
16910
{
@@ -16906,8 +16924,8 @@
16924
"zh-chs": "下次登录时强制重置密码。",
16925
"zh-cht": "下次登入時強制重置密碼。",
16926
"xloc": [
16909
- "default.handlebars->31->1929",
16910
- "default.handlebars->31->2124"
16927
+ "default.handlebars->31->1936",
16928
+ "default.handlebars->31->2131"
16929
]
16930
},
16931
{
@@ -16990,7 +17008,7 @@
17008
"zh-chs": "格式化",
17009
"zh-cht": "格式化",
17010
"xloc": [
16993
- "default.handlebars->31->1837"
17011
+ "default.handlebars->31->1844"
17012
]
17013
},
17014
{
@@ -17031,8 +17049,8 @@
17049
"zh-chs": "自由",
17050
"zh-cht": "自由",
17051
"xloc": [
17034
- "default.handlebars->31->2236",
17035
- "default.handlebars->31->2238"
17052
+ "default.handlebars->31->2243",
17053
+ "default.handlebars->31->2245"
17054
]
17055
},
17056
{
@@ -17073,7 +17091,7 @@
17091
"zh-chs": "法文(比利时)",
17092
"zh-cht": "法語(比利時)",
17093
"xloc": [
17076
- "default.handlebars->31->1232"
17094
+ "default.handlebars->31->1239"
17095
]
17096
},
17097
{
@@ -17093,7 +17111,7 @@
17111
"zh-chs": "法文(加拿大)",
17112
"zh-cht": "法語(加拿大)",
17113
"xloc": [
17096
- "default.handlebars->31->1233"
17114
+ "default.handlebars->31->1240"
17115
]
17116
},
17117
{
@@ -17113,7 +17131,7 @@
17131
"zh-chs": "法文(法国)",
17132
"zh-cht": "法語(法國)",
17133
"xloc": [
17116
- "default.handlebars->31->1234"
17134
+ "default.handlebars->31->1241"
17135
]
17136
},
17137
{
@@ -17133,7 +17151,7 @@
17151
"zh-chs": "法文(卢森堡)",
17152
"zh-cht": "法語(盧森堡)",
17153
"xloc": [
17136
- "default.handlebars->31->1235"
17154
+ "default.handlebars->31->1242"
17155
]
17156
},
17157
{
@@ -17153,7 +17171,7 @@
17171
"zh-chs": "法文(摩纳哥)",
17172
"zh-cht": "法語(摩納哥)",
17173
"xloc": [
17156
- "default.handlebars->31->1236"
17174
+ "default.handlebars->31->1243"
17175
]
17176
},
17177
{
@@ -17173,7 +17191,7 @@
17191
"zh-chs": "法文(标准)",
17192
"zh-cht": "法語(標準)",
17193
"xloc": [
17176
- "default.handlebars->31->1231"
17194
+ "default.handlebars->31->1238"
17195
]
17196
},
17197
{
@@ -17193,7 +17211,7 @@
17211
"zh-chs": "法文(瑞士)",
17212
"zh-cht": "法語(瑞士)",
17213
"xloc": [
17196
- "default.handlebars->31->1237"
17214
+ "default.handlebars->31->1244"
17215
]
17216
},
17217
{
@@ -17213,7 +17231,7 @@
17231
"zh-chs": "弗里斯兰文",
17232
"zh-cht": "弗里斯蘭語",
17233
"xloc": [
17216
- "default.handlebars->31->1238"
17234
+ "default.handlebars->31->1245"
17235
]
17236
},
17237
{
@@ -17233,7 +17251,7 @@
17251
"zh-chs": "弗留利",
17252
"zh-cht": "弗留利",
17253
"xloc": [
17236
- "default.handlebars->31->1239"
17254
+ "default.handlebars->31->1246"
17255
]
17256
},
17257
{
@@ -17257,9 +17275,9 @@
17275
"default-mobile.handlebars->11->521",
17276
"default-mobile.handlebars->11->534",
17277
"default-mobile.handlebars->11->554",
17260
- "default.handlebars->31->1413",
17261
- "default.handlebars->31->1560",
17262
- "default.handlebars->31->1941"
17278
+ "default.handlebars->31->1420",
17279
+ "default.handlebars->31->1567",
17280
+ "default.handlebars->31->1948"
17281
]
17282
},
17283
{
@@ -17279,7 +17297,7 @@
17297
"zh-chs": "完整管理员(保留所有权利)",
17298
"zh-cht": "完整管理員(保留所有權利)",
17299
"xloc": [
17282
- "default.handlebars->31->1597"
17300
+ "default.handlebars->31->1604"
17301
]
17302
},
17303
{
@@ -17316,7 +17334,7 @@
17334
"zh-chs": "完整设备权限",
17335
"zh-cht": "完整裝置權限",
17336
"xloc": [
17319
- "default.handlebars->31->734"
17337
+ "default.handlebars->31->740"
17338
]
17339
},
17340
{
@@ -17336,7 +17354,7 @@
17354
"zh-chs": "全部权限",
17355
"zh-cht": "全部權限",
17356
"xloc": [
17339
- "default.handlebars->31->753"
17357
+ "default.handlebars->31->759"
17358
]
17359
},
17360
{
@@ -17398,7 +17416,7 @@
17416
"zh-chs": "完整管理员",
17417
"zh-cht": "完整管理員",
17418
"xloc": [
17401
- "default.handlebars->31->2039"
17419
+ "default.handlebars->31->2046"
17420
]
17421
},
17422
{
@@ -17418,8 +17436,8 @@
17436
"zh-chs": "全自动的",
17437
"zh-cht": "全自動的",
17438
"xloc": [
17421
- "default.handlebars->31->1476",
17422
- "default.handlebars->31->1499"
17439
+ "default.handlebars->31->1483",
17440
+ "default.handlebars->31->1506"
17441
]
17442
},
17443
{
@@ -17440,7 +17458,7 @@
17458
"zh-cht": "GPU",
17459
"xloc": [
17460
"default-mobile.handlebars->11->478",
17443
- "default.handlebars->31->1107"
17461
+ "default.handlebars->31->1114"
17462
]
17463
},
17464
{
@@ -17460,7 +17478,7 @@
17478
"zh-chs": "盖尔文(爱尔兰)",
17479
"zh-cht": "蓋爾語(愛爾蘭)",
17480
"xloc": [
17463
- "default.handlebars->31->1241"
17481
+ "default.handlebars->31->1248"
17482
]
17483
},
17484
{
@@ -17480,7 +17498,7 @@
17498
"zh-chs": "盖尔文(苏格兰文)",
17499
"zh-cht": "蓋爾語(蘇格蘭語)",
17500
"xloc": [
17483
- "default.handlebars->31->1240"
17501
+ "default.handlebars->31->1247"
17502
]
17503
},
17504
{
@@ -17500,7 +17518,7 @@
17518
"zh-chs": "加拉契文",
17519
"zh-cht": "加拉契語",
17520
"xloc": [
17503
- "default.handlebars->31->1242"
17521
+ "default.handlebars->31->1249"
17522
]
17523
},
17524
{
@@ -17586,7 +17604,7 @@
17604
"zh-chs": "一般信息",
17605
"zh-cht": "一般訊息",
17606
"xloc": [
17589
- "default.handlebars->31->558"
17607
+ "default.handlebars->31->564"
17608
]
17609
},
17610
{
@@ -17626,7 +17644,7 @@
17644
"zh-chs": "格鲁吉亚文",
17645
"zh-cht": "格魯吉亞文",
17646
"xloc": [
17629
- "default.handlebars->31->1243"
17647
+ "default.handlebars->31->1250"
17648
]
17649
},
17650
{
@@ -17646,7 +17664,7 @@
17664
"zh-chs": "德文(奥地利)",
17665
"zh-cht": "德語(奧地利)",
17666
"xloc": [
17649
- "default.handlebars->31->1245"
17667
+ "default.handlebars->31->1252"
17668
]
17669
},
17670
{
@@ -17666,7 +17684,7 @@
17684
"zh-chs": "德文(德国)",
17685
"zh-cht": "德文(德國)",
17686
"xloc": [
17669
- "default.handlebars->31->1246"
17687
+ "default.handlebars->31->1253"
17688
]
17689
},
17690
{
@@ -17686,7 +17704,7 @@
17704
"zh-chs": "德文(列支敦士登)",
17705
"zh-cht": "德文(列支敦士登)",
17706
"xloc": [
17689
- "default.handlebars->31->1247"
17707
+ "default.handlebars->31->1254"
17708
]
17709
},
17710
{
@@ -17706,7 +17724,7 @@
17724
"zh-chs": "德文(卢森堡)",
17725
"zh-cht": "德語(盧森堡)",
17726
"xloc": [
17709
- "default.handlebars->31->1248"
17727
+ "default.handlebars->31->1255"
17728
]
17729
},
17730
{
@@ -17726,7 +17744,7 @@
17744
"zh-chs": "德文(标准)",
17745
"zh-cht": "德語(標準)",
17746
"xloc": [
17729
- "default.handlebars->31->1244"
17747
+ "default.handlebars->31->1251"
17748
]
17749
},
17750
{
@@ -17746,7 +17764,7 @@
17764
"zh-chs": "德文(瑞士)",
17765
"zh-cht": "德文(瑞士)",
17766
"xloc": [
17749
- "default.handlebars->31->1249"
17767
+ "default.handlebars->31->1256"
17768
]
17769
},
17770
{
@@ -17766,7 +17784,7 @@
17784
"zh-chs": "获取此设备的MQTT登录凭证。",
17785
"zh-cht": "獲取此裝置的MQTT登入憑證。",
17786
"xloc": [
17769
- "default.handlebars->31->703"
17787
+ "default.handlebars->31->709"
17788
]
17789
},
17790
{
@@ -17807,7 +17825,7 @@
17825
"zh-chs": "正在获取剪贴板内容,{0}个字节",
17826
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
17827
"xloc": [
17810
- "default.handlebars->31->1736"
17828
+ "default.handlebars->31->1743"
17829
]
17830
},
17831
{
@@ -17869,7 +17887,7 @@
17887
"zh-chs": "好",
17888
"zh-cht": "好",
17889
"xloc": [
17872
- "default.handlebars->31->1409"
17890
+ "default.handlebars->31->1416"
17891
]
17892
},
17893
{
@@ -17914,8 +17932,8 @@
17932
"zh-chs": "Google云端硬盘备份",
17933
"zh-cht": "Google雲端硬盤備份",
17934
"xloc": [
17917
- "default.handlebars->31->1420",
17918
- "default.handlebars->31->1423",
17935
+ "default.handlebars->31->1427",
17936
+ "default.handlebars->31->1430",
17937
"default.handlebars->31->224"
17938
]
17939
},
This file is too large to show in full.
views/default.handlebars
+1
-1
@@ -6697,7 +6697,7 @@
6697
var te = Math.min(Math.min(end, block[1]), now);
6698
var width = Math.round(((te - ts) * totalWidth) / 86400000);
6699
if (width > 0) {
6700
- var title = format('{0} from {1} to {2}.', powerStateStrings2[block[2]], printTime(new Date(ts)), printTime(new Date(te)));
6700
+ var title = format("{0} from {1} to {2}.", powerStateStrings2[block[2]], printTime(new Date(ts)), printTime(new Date(te)));
6701
datavalue += '<div class="pwState ' + powerColor(block[2]) + '" title="' + title + '" style="width:' + width + 'px;"></div>';
6702
}
6703
}