add interface speed for networking (windows for now) #7354

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Oct 27, 2025 at 16:05 UTC b50d07c183bf39b59e24e0d7585707fc4c969a33
5 files changed +4379 -4250
agents/meshcore.js
+17
@@ -5908,6 +5908,23 @@ function sendNetworkUpdate(force) {
5908 try {
5909 // Update the network interfaces information data
5910 var netInfo = { netif2: require('os').networkInterfaces() };
5911 + if (process.platform == 'win32') {
5912 + try {
5913 + var ret = require('win-wmi').query('ROOT\\CIMV2', 'SELECT InterfaceIndex,NetConnectionID,Speed FROM Win32_NetworkAdapter', ['InterfaceIndex','NetConnectionID','Speed']);
5914 + if (ret[0]) {
5915 + var speedMap = {};
5916 + for (var i = 0; i < ret.length; i++) speedMap[ret[i].InterfaceIndex] = ret[i].Speed;
5917 + var adapterNames = Object.keys(netInfo.netif2);
5918 + for (var j = 0; j < adapterNames.length; j++) {
5919 + var interfaces = netInfo.netif2[adapterNames[j]];
5920 + for (var k = 0; k < interfaces.length; k++) {
5921 + var iface = interfaces[k], speed = speedMap[iface.index] || 0;
5922 + iface.speed = parseInt(speed); // bits per seconds
5923 + }
5924 + }
5925 + }
5926 + } catch(ex) { }
5927 + }
5928 if (netInfo.netif2) {
5929 netInfo.action = 'netinfo';
5930 var netInfoStr = JSON.stringify(netInfo);
translate/translate.json
+4329 -4250
@@ -26,10 +26,10 @@
26 "zh-chs": " + CIRA",
27 "zh-cht": " + CIRA",
28 "xloc": [
29 - "default.handlebars->119->2229",
29 "default.handlebars->119->2231",
31 - "default3.handlebars->117->2240",
32 - "default3.handlebars->117->2242"
30 + "default.handlebars->119->2233",
31 + "default3.handlebars->117->2242",
32 + "default3.handlebars->117->2244"
33 ]
34 },
35 {
@@ -330,8 +330,8 @@
330 "zh-chs": " 可以使用密码提示,但不建议使用。",
331 "zh-cht": " 可以使用密碼提示,但不建議使用。",
332 "xloc": [
333 - "default.handlebars->119->2101",
334 - "default3.handlebars->117->2096"
333 + "default.handlebars->119->2103",
334 + "default3.handlebars->117->2098"
335 ]
336 },
337 {
@@ -360,10 +360,10 @@
360 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
361 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
362 "xloc": [
363 - "default.handlebars->119->2355",
364 - "default.handlebars->119->2939",
365 - "default3.handlebars->117->2367",
366 - "default3.handlebars->117->2948"
363 + "default.handlebars->119->2357",
364 + "default.handlebars->119->2946",
365 + "default3.handlebars->117->2369",
366 + "default3.handlebars->117->2955"
367 ]
368 },
369 {
@@ -444,7 +444,7 @@
444 "zh-chs": " 节点",
445 "zh-cht": " 節點",
446 "xloc": [
447 - "default-mobile.handlebars->53->483"
447 + "default-mobile.handlebars->53->488"
448 ]
449 },
450 {
@@ -473,7 +473,7 @@
473 "zh-chs": " 节点",
474 "zh-cht": " 節點",
475 "xloc": [
476 - "default-mobile.handlebars->53->484"
476 + "default-mobile.handlebars->53->489"
477 ]
478 },
479 {
@@ -985,9 +985,9 @@
985 "zh-chs": "* 8-16个字符,1个大写,1个小写,1个数字,1个非字母数字。",
986 "zh-cht": "* 8-16個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
987 "xloc": [
988 - "default.handlebars->119->2313",
988 + "default.handlebars->119->2315",
989 "default.handlebars->119->541",
990 - "default3.handlebars->117->2322",
990 + "default3.handlebars->117->2324",
991 "default3.handlebars->117->552"
992 ]
993 },
@@ -1096,22 +1096,22 @@
1096 "zh-chs": ",",
1097 "zh-cht": ",",
1098 "xloc": [
1099 - "default-mobile.handlebars->53->1025",
1100 - "default-mobile.handlebars->53->817",
1101 - "default-mobile.handlebars->53->819",
1102 - "default-mobile.handlebars->53->821",
1099 + "default-mobile.handlebars->53->1032",
1100 + "default-mobile.handlebars->53->824",
1101 + "default-mobile.handlebars->53->826",
1102 + "default-mobile.handlebars->53->828",
1103 "default.handlebars->119->1023",
1104 - "default.handlebars->119->1663",
1104 "default.handlebars->119->1665",
1105 "default.handlebars->119->1667",
1107 - "default.handlebars->119->2431",
1108 - "default.handlebars->119->2712",
1106 + "default.handlebars->119->1669",
1107 + "default.handlebars->119->2433",
1108 + "default.handlebars->119->2719",
1109 "default3.handlebars->117->1034",
1110 - "default3.handlebars->117->1663",
1110 "default3.handlebars->117->1665",
1111 "default3.handlebars->117->1667",
1113 - "default3.handlebars->117->2443",
1114 - "default3.handlebars->117->2724"
1112 + "default3.handlebars->117->1669",
1113 + "default3.handlebars->117->2445",
1114 + "default3.handlebars->117->2731"
1115 ]
1116 },
1117 {
@@ -1224,7 +1224,7 @@
1224 "zh-chs": ",仅限于Intel&reg; AMT",
1225 "zh-cht": ",只適用於Intel&reg; AMT",
1226 "xloc": [
1227 - "default-mobile.handlebars->53->407",
1227 + "default-mobile.handlebars->53->412",
1228 "default.handlebars->119->368",
1229 "default3.handlebars->117->379"
1230 ]
@@ -1285,9 +1285,9 @@
1285 "zh-chs": ",MQTT在线",
1286 "zh-cht": ",MQTT在線",
1287 "xloc": [
1288 - "default-mobile.handlebars->53->926",
1289 - "default.handlebars->119->1773",
1290 - "default3.handlebars->117->1771"
1288 + "default-mobile.handlebars->53->933",
1289 + "default.handlebars->119->1775",
1290 + "default3.handlebars->117->1773"
1291 ]
1292 },
1293 {
@@ -1317,9 +1317,9 @@
1317 "zh-cht": ", 不同意",
1318 "xloc": [
1319 "default.handlebars->119->1118",
1320 - "default.handlebars->119->2271",
1320 + "default.handlebars->119->2273",
1321 "default3.handlebars->117->1129",
1322 - "default3.handlebars->117->2282"
1322 + "default3.handlebars->117->2284"
1323 ]
1324 },
1325 {
@@ -1349,9 +1349,9 @@
1349 "zh-cht": ",提示同意",
1350 "xloc": [
1351 "default.handlebars->119->1119",
1352 - "default.handlebars->119->2272",
1352 + "default.handlebars->119->2274",
1353 "default3.handlebars->117->1130",
1354 - "default3.handlebars->117->2283"
1354 + "default3.handlebars->117->2285"
1355 ]
1356 },
1357 {
@@ -1410,9 +1410,9 @@
1410 "zh-cht": ", 每天重複",
1411 "xloc": [
1412 "default.handlebars->119->1115",
1413 - "default.handlebars->119->2268",
1413 + "default.handlebars->119->2270",
1414 "default3.handlebars->117->1126",
1415 - "default3.handlebars->117->2279"
1415 + "default3.handlebars->117->2281"
1416 ]
1417 },
1418 {
@@ -1442,9 +1442,9 @@
1442 "zh-cht": ", 每週重複一次",
1443 "xloc": [
1444 "default.handlebars->119->1116",
1445 - "default.handlebars->119->2269",
1445 + "default.handlebars->119->2271",
1446 "default3.handlebars->117->1127",
1447 - "default3.handlebars->117->2280"
1447 + "default3.handlebars->117->2282"
1448 ]
1449 },
1450 {
@@ -1528,7 +1528,7 @@
1528 "zh-chs": ", SFTP",
1529 "zh-cht": ", SFTP",
1530 "xloc": [
1531 - "default-mobile.handlebars->53->710",
1531 + "default-mobile.handlebars->53->715",
1532 "default.handlebars->119->1542",
1533 "default3.handlebars->117->1542"
1534 ]
@@ -1619,9 +1619,9 @@
1619 "zh-cht": ", 工具欄",
1620 "xloc": [
1621 "default.handlebars->119->1120",
1622 - "default.handlebars->119->2273",
1622 + "default.handlebars->119->2275",
1623 "default3.handlebars->117->1131",
1624 - "default3.handlebars->117->2284"
1624 + "default3.handlebars->117->2286"
1625 ]
1626 },
1627 {
@@ -1677,9 +1677,9 @@
1677 "zh-cht": ", 僅查看桌面",
1678 "xloc": [
1679 "default.handlebars->119->1117",
1680 - "default.handlebars->119->2270",
1680 + "default.handlebars->119->2272",
1681 "default3.handlebars->117->1128",
1682 - "default3.handlebars->117->2281"
1682 + "default3.handlebars->117->2283"
1683 ]
1684 },
1685 {
@@ -1707,9 +1707,9 @@
1707 "zh-chs": ",WebRTC",
1708 "zh-cht": ",WebRTC",
1709 "xloc": [
1710 - "default-mobile.handlebars->53->651",
1711 - "default-mobile.handlebars->53->688",
1712 - "default-mobile.handlebars->53->711",
1710 + "default-mobile.handlebars->53->656",
1711 + "default-mobile.handlebars->53->693",
1712 + "default-mobile.handlebars->53->716",
1713 "default.handlebars->119->1419",
1714 "default.handlebars->119->1511",
1715 "default.handlebars->119->1543",
@@ -2049,13 +2049,13 @@
2049 "xloc": [
2050 "default-mobile.handlebars->53->358",
2051 "default-mobile.handlebars->53->360",
2052 - "default-mobile.handlebars->53->717",
2052 + "default-mobile.handlebars->53->722",
2053 "default.handlebars->119->1557",
2054 - "default.handlebars->119->2497",
2055 - "default.handlebars->119->3183",
2054 + "default.handlebars->119->2499",
2055 + "default.handlebars->119->3190",
2056 "default3.handlebars->117->1557",
2057 - "default3.handlebars->117->2509",
2058 - "default3.handlebars->117->3186",
2057 + "default3.handlebars->117->2511",
2058 + "default3.handlebars->117->3193",
2059 "sharing-mobile.handlebars->53->79",
2060 "sharing.handlebars->47->50"
2061 ]
@@ -2138,6 +2138,14 @@
2138 "zh-chs": "0 字节",
2139 "zh-cht": "0 字節"
2140 },
2141 + {
2142 + "en": "0 bps",
2143 + "xloc": [
2144 + "default-mobile.handlebars->53->367",
2145 + "default.handlebars->119->2517",
2146 + "default3.handlebars->117->2529"
2147 + ]
2148 + },
2149 {
2150 "bs": "0%",
2151 "ca": "0%",
@@ -2242,8 +2250,8 @@
2250 "zh-chs": "1个活跃时段",
2251 "zh-cht": "1個活躍時段",
2252 "xloc": [
2245 - "default.handlebars->119->3034",
2246 - "default3.handlebars->117->3043"
2253 + "default.handlebars->119->3041",
2254 + "default3.handlebars->117->3050"
2255 ]
2256 },
2257 {
@@ -2272,10 +2280,10 @@
2280 "zh-chs": "1个字节",
2281 "zh-cht": "1個位元組",
2282 "xloc": [
2275 - "default-mobile.handlebars->53->1069",
2276 - "default-mobile.handlebars->53->370",
2277 - "default.handlebars->119->2521",
2278 - "default3.handlebars->117->2533",
2283 + "default-mobile.handlebars->53->1076",
2284 + "default-mobile.handlebars->53->375",
2285 + "default.handlebars->119->2528",
2286 + "default3.handlebars->117->2540",
2287 "download.handlebars->7->1",
2288 "download2.handlebars->11->1",
2289 "sharing-mobile.handlebars->53->112",
@@ -2402,8 +2410,8 @@
2410 "zh-chs": "1组",
2411 "zh-cht": "1群",
2412 "xloc": [
2405 - "default.handlebars->119->2989",
2406 - "default3.handlebars->117->2998"
2413 + "default.handlebars->119->2996",
2414 + "default3.handlebars->117->3005"
2415 ]
2416 },
2417 {
@@ -2467,9 +2475,9 @@
2475 "zh-cht": "1分鐘",
2476 "xloc": [
2477 "default.handlebars->119->1228",
2470 - "default.handlebars->119->2066",
2478 + "default.handlebars->119->2068",
2479 "default3.handlebars->117->1237",
2472 - "default3.handlebars->117->2062"
2480 + "default3.handlebars->117->2064"
2481 ]
2482 },
2483 {
@@ -2587,8 +2595,8 @@
2595 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2596 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2597 "xloc": [
2590 - "default.handlebars->119->2744",
2591 - "default3.handlebars->117->2756"
2598 + "default.handlebars->119->2751",
2599 + "default3.handlebars->117->2763"
2600 ]
2601 },
2602 {
@@ -2699,7 +2707,7 @@
2707 "zh-chs": "1秒",
2708 "zh-cht": "1秒",
2709 "xloc": [
2702 - "default-mobile.handlebars->53->587",
2710 + "default-mobile.handlebars->53->592",
2711 "default.handlebars->119->1268",
2712 "default3.handlebars->117->1277"
2713 ]
@@ -2845,14 +2853,14 @@
2853 "zh-chs": "1节",
2854 "zh-cht": "1節",
2855 "xloc": [
2848 - "default-mobile.handlebars->53->424",
2849 - "default-mobile.handlebars->53->427",
2850 - "default-mobile.handlebars->53->431",
2851 - "default-mobile.handlebars->53->435",
2852 - "default-mobile.handlebars->53->439",
2853 - "default-mobile.handlebars->53->443",
2854 - "default-mobile.handlebars->53->447",
2855 - "default.handlebars->119->2748",
2856 + "default-mobile.handlebars->53->429",
2857 + "default-mobile.handlebars->53->432",
2858 + "default-mobile.handlebars->53->436",
2859 + "default-mobile.handlebars->53->440",
2860 + "default-mobile.handlebars->53->444",
2861 + "default-mobile.handlebars->53->448",
2862 + "default-mobile.handlebars->53->452",
2863 + "default.handlebars->119->2755",
2864 "default.handlebars->119->459",
2865 "default.handlebars->119->462",
2866 "default.handlebars->119->466",
@@ -2860,7 +2868,7 @@
2868 "default.handlebars->119->474",
2869 "default.handlebars->119->478",
2870 "default.handlebars->119->482",
2863 - "default3.handlebars->117->2760",
2871 + "default3.handlebars->117->2767",
2872 "default3.handlebars->117->470",
2873 "default3.handlebars->117->473",
2874 "default3.handlebars->117->477",
@@ -3080,9 +3088,9 @@
3088 "zh-cht": "10分鐘",
3089 "xloc": [
3090 "default.handlebars->119->1230",
3083 - "default.handlebars->119->2068",
3091 + "default.handlebars->119->2070",
3092 "default3.handlebars->117->1239",
3085 - "default3.handlebars->117->2064"
3093 + "default3.handlebars->117->2066"
3094 ]
3095 },
3096 {
@@ -3111,7 +3119,7 @@
3119 "zh-chs": "10 秒",
3120 "zh-cht": "10 秒",
3121 "xloc": [
3114 - "default-mobile.handlebars->53->589",
3122 + "default-mobile.handlebars->53->594",
3123 "default.handlebars->119->1270",
3124 "default3.handlebars->117->1279"
3125 ]
@@ -3291,9 +3299,9 @@
3299 "zh-cht": "12小時",
3300 "xloc": [
3301 "default.handlebars->119->1238",
3294 - "default.handlebars->119->2076",
3302 + "default.handlebars->119->2078",
3303 "default3.handlebars->117->1247",
3296 - "default3.handlebars->117->2072"
3304 + "default3.handlebars->117->2074"
3305 ]
3306 },
3307 {
@@ -3438,9 +3446,9 @@
3446 "zh-cht": "15分鐘",
3447 "xloc": [
3448 "default.handlebars->119->1231",
3441 - "default.handlebars->119->2069",
3449 + "default.handlebars->119->2071",
3450 "default3.handlebars->117->1240",
3443 - "default3.handlebars->117->2065"
3451 + "default3.handlebars->117->2067"
3452 ]
3453 },
3454 {
@@ -3470,9 +3478,9 @@
3478 "zh-cht": "16小時",
3479 "xloc": [
3480 "default.handlebars->119->1239",
3473 - "default.handlebars->119->2077",
3481 + "default.handlebars->119->2079",
3482 "default3.handlebars->117->1248",
3475 - "default3.handlebars->117->2073"
3483 + "default3.handlebars->117->2075"
3484 ]
3485 },
3486 {
@@ -3618,9 +3626,9 @@
3626 "zh-cht": "2天",
3627 "xloc": [
3628 "default.handlebars->119->1241",
3621 - "default.handlebars->119->2079",
3629 + "default.handlebars->119->2081",
3630 "default3.handlebars->117->1250",
3623 - "default3.handlebars->117->2075"
3631 + "default3.handlebars->117->2077"
3632 ]
3633 },
3634 {
@@ -3650,9 +3658,9 @@
3658 "zh-cht": "2小時",
3659 "xloc": [
3660 "default.handlebars->119->1235",
3653 - "default.handlebars->119->2073",
3661 + "default.handlebars->119->2075",
3662 "default3.handlebars->117->1244",
3655 - "default3.handlebars->117->2069"
3663 + "default3.handlebars->117->2071"
3664 ]
3665 },
3666 {
@@ -3863,9 +3871,9 @@
3871 "zh-cht": "24小時",
3872 "xloc": [
3873 "default.handlebars->119->1240",
3866 - "default.handlebars->119->2078",
3874 + "default.handlebars->119->2080",
3875 "default3.handlebars->117->1249",
3868 - "default3.handlebars->117->2074"
3876 + "default3.handlebars->117->2076"
3877 ]
3878 },
3879 {
@@ -3952,8 +3960,8 @@
3960 "zh-chs": "2FA备份代码已清除",
3961 "zh-cht": "2FA備份代碼已清除",
3962 "xloc": [
3955 - "default.handlebars->119->2634",
3956 - "default3.handlebars->117->2646"
3963 + "default.handlebars->119->2641",
3964 + "default3.handlebars->117->2653"
3965 ]
3966 },
3967 {
@@ -4013,8 +4021,8 @@
4021 "zh-chs": "第二个因素",
4022 "zh-cht": "第二個因素",
4023 "xloc": [
4016 - "default.handlebars->119->3222",
4017 - "default3.handlebars->117->3225"
4024 + "default.handlebars->119->3229",
4025 + "default3.handlebars->117->3232"
4026 ]
4027 },
4028 {
@@ -4043,10 +4051,10 @@
4051 "zh-chs": "启用第二因素身份验证",
4052 "zh-cht": "啟用第二因素身份驗證",
4053 "xloc": [
4046 - "default.handlebars->119->2762",
4047 - "default.handlebars->119->3015",
4048 - "default3.handlebars->117->2774",
4049 - "default3.handlebars->117->3024"
4054 + "default.handlebars->119->2769",
4055 + "default.handlebars->119->3022",
4056 + "default3.handlebars->117->2781",
4057 + "default3.handlebars->117->3031"
4058 ]
4059 },
4060 {
@@ -4097,7 +4105,7 @@
4105 "ru": "3",
4106 "tr": "3",
4107 "xloc": [
4100 - "default-mobile.handlebars->53->744",
4108 + "default-mobile.handlebars->53->749",
4109 "sharing-mobile.handlebars->53->105"
4110 ]
4111 },
@@ -4218,9 +4226,9 @@
4226 "zh-cht": "30分鐘",
4227 "xloc": [
4228 "default.handlebars->119->1232",
4221 - "default.handlebars->119->2070",
4229 + "default.handlebars->119->2072",
4230 "default3.handlebars->117->1241",
4223 - "default3.handlebars->117->2066"
4231 + "default3.handlebars->117->2068"
4232 ]
4233 },
4234 {
@@ -4249,7 +4257,7 @@
4257 "zh-chs": "32 位",
4258 "zh-cht": "32 位",
4259 "xloc": [
4252 - "default-mobile.handlebars->53->755",
4260 + "default-mobile.handlebars->53->760",
4261 "default.handlebars->119->1620",
4262 "default3.handlebars->117->1620"
4263 ]
@@ -4339,9 +4347,9 @@
4347 "zh-cht": "4天",
4348 "xloc": [
4349 "default.handlebars->119->1242",
4342 - "default.handlebars->119->2080",
4350 + "default.handlebars->119->2082",
4351 "default3.handlebars->117->1251",
4344 - "default3.handlebars->117->2076"
4352 + "default3.handlebars->117->2078"
4353 ]
4354 },
4355 {
@@ -4371,9 +4379,9 @@
4379 "zh-cht": "4個小時",
4380 "xloc": [
4381 "default.handlebars->119->1236",
4374 - "default.handlebars->119->2074",
4382 + "default.handlebars->119->2076",
4383 "default3.handlebars->117->1245",
4376 - "default3.handlebars->117->2070"
4384 + "default3.handlebars->117->2072"
4385 ]
4386 },
4387 {
@@ -4520,9 +4528,9 @@
4528 "zh-cht": "45分鐘",
4529 "xloc": [
4530 "default.handlebars->119->1233",
4523 - "default.handlebars->119->2071",
4531 + "default.handlebars->119->2073",
4532 "default3.handlebars->117->1242",
4525 - "default3.handlebars->117->2067"
4533 + "default3.handlebars->117->2069"
4534 ]
4535 },
4536 {
@@ -4581,9 +4589,9 @@
4589 "zh-cht": "5分鐘",
4590 "xloc": [
4591 "default.handlebars->119->1229",
4584 - "default.handlebars->119->2067",
4592 + "default.handlebars->119->2069",
4593 "default3.handlebars->117->1238",
4586 - "default3.handlebars->117->2063"
4594 + "default3.handlebars->117->2065"
4595 ]
4596 },
4597 {
@@ -4612,7 +4620,7 @@
4620 "zh-chs": "5秒",
4621 "zh-cht": "5秒",
4622 "xloc": [
4615 - "default-mobile.handlebars->53->588",
4623 + "default-mobile.handlebars->53->593",
4624 "default.handlebars->119->1269",
4625 "default3.handlebars->117->1278"
4626 ]
@@ -4795,9 +4803,9 @@
4803 "zh-cht": "60分鐘",
4804 "xloc": [
4805 "default.handlebars->119->1234",
4798 - "default.handlebars->119->2072",
4806 + "default.handlebars->119->2074",
4807 "default3.handlebars->117->1243",
4800 - "default3.handlebars->117->2068"
4808 + "default3.handlebars->117->2070"
4809 ]
4810 },
4811 {
@@ -4885,7 +4893,7 @@
4893 "zh-chs": "64 位",
4894 "zh-cht": "64 位",
4895 "xloc": [
4888 - "default-mobile.handlebars->53->757",
4896 + "default-mobile.handlebars->53->762",
4897 "default.handlebars->119->1622",
4898 "default3.handlebars->117->1622"
4899 ]
@@ -5079,8 +5087,8 @@
5087 "zh-chs": "7天",
5088 "zh-cht": "7天",
5089 "xloc": [
5082 - "default.handlebars->119->2081",
5083 - "default3.handlebars->117->2077"
5090 + "default.handlebars->119->2083",
5091 + "default3.handlebars->117->2079"
5092 ]
5093 },
5094 {
@@ -5172,11 +5180,11 @@
5180 "zh-cht": "8小時",
5181 "xloc": [
5182 "default.handlebars->119->1237",
5175 - "default.handlebars->119->2075",
5183 + "default.handlebars->119->2077",
5184 "default.handlebars->119->569",
5185 "default.handlebars->119->583",
5186 "default3.handlebars->117->1246",
5179 - "default3.handlebars->117->2071",
5187 + "default3.handlebars->117->2073",
5188 "default3.handlebars->117->580",
5189 "default3.handlebars->117->594"
5190 ]
@@ -5380,11 +5388,11 @@
5388 "zh-chs": "ACM",
5389 "zh-cht": "ACM",
5390 "xloc": [
5383 - "default-mobile.handlebars->53->518",
5384 - "default.handlebars->119->2249",
5391 + "default-mobile.handlebars->53->523",
5392 + "default.handlebars->119->2251",
5393 "default.handlebars->119->447",
5394 "default.handlebars->119->931",
5387 - "default3.handlebars->117->2260",
5395 + "default3.handlebars->117->2262",
5396 "default3.handlebars->117->458",
5397 "default3.handlebars->117->942"
5398 ]
@@ -5516,8 +5524,8 @@
5524 "zh-chs": "操作系统",
5525 "zh-cht": "AMT操作系統",
5526 "xloc": [
5519 - "default.handlebars->119->3381",
5520 - "default3.handlebars->117->3386"
5527 + "default.handlebars->119->3388",
5528 + "default3.handlebars->117->3393"
5529 ]
5530 },
5531 {
@@ -5545,10 +5553,10 @@
5553 "zh-chs": "AMT-Redir",
5554 "zh-cht": "AMT-Redir",
5555 "xloc": [
5548 - "default.handlebars->119->3232",
5549 - "default.handlebars->119->3285",
5550 - "default3.handlebars->117->3235",
5551 - "default3.handlebars->117->3288"
5556 + "default.handlebars->119->3239",
5557 + "default.handlebars->119->3292",
5558 + "default3.handlebars->117->3242",
5559 + "default3.handlebars->117->3295"
5560 ]
5561 },
5562 {
@@ -5576,10 +5584,10 @@
5584 "zh-chs": "AMT-WSMAN",
5585 "zh-cht": "AMT-WSMAN",
5586 "xloc": [
5579 - "default.handlebars->119->3231",
5580 - "default.handlebars->119->3284",
5581 - "default3.handlebars->117->3234",
5582 - "default3.handlebars->117->3287"
5587 + "default.handlebars->119->3238",
5588 + "default.handlebars->119->3291",
5589 + "default3.handlebars->117->3241",
5590 + "default3.handlebars->117->3294"
5591 ]
5592 },
5593 {
@@ -5599,7 +5607,7 @@
5607 "pl": "Wersja APK MeshAgent",
5608 "uk": "MeshAgent версія APK",
5609 "xloc": [
5602 - "default-mobile.handlebars->53->978",
5610 + "default-mobile.handlebars->53->985",
5611 "default.handlebars->119->658",
5612 "default3.handlebars->117->669"
5613 ]
@@ -5812,8 +5820,8 @@
5820 "zh-chs": "影音",
5821 "zh-cht": "視聽",
5822 "xloc": [
5815 - "default-mobile.handlebars->53->762",
5816 - "default-mobile.handlebars->53->764",
5823 + "default-mobile.handlebars->53->767",
5824 + "default-mobile.handlebars->53->769",
5825 "default.handlebars->119->950",
5826 "default.handlebars->119->952",
5827 "default3.handlebars->117->961",
@@ -5846,9 +5854,9 @@
5854 "zh-chs": "拒绝访问",
5855 "zh-cht": "拒絕存取",
5856 "xloc": [
5849 - "default-mobile.handlebars->53->927",
5850 - "default.handlebars->119->1774",
5851 - "default3.handlebars->117->1772"
5857 + "default-mobile.handlebars->53->934",
5858 + "default.handlebars->119->1776",
5859 + "default3.handlebars->117->1774"
5860 ]
5861 },
5862 {
@@ -5937,8 +5945,8 @@
5945 "zh-chs": "访问服务器档案",
5946 "zh-cht": "存取伺服器檔案",
5947 "xloc": [
5940 - "default.handlebars->119->2945",
5941 - "default3.handlebars->117->2954"
5948 + "default.handlebars->119->2952",
5949 + "default3.handlebars->117->2961"
5950 ]
5951 },
5952 {
@@ -6061,20 +6069,20 @@
6069 "default-mobile.handlebars->53->342",
6070 "default-mobile.handlebars->53->344",
6071 "default-mobile.handlebars->53->356",
6064 - "default-mobile.handlebars->53->485",
6065 - "default-mobile.handlebars->53->487",
6072 + "default-mobile.handlebars->53->490",
6073 + "default-mobile.handlebars->53->492",
6074 "default-mobile.handlebars->53->98",
6075 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
6068 - "default.handlebars->119->2110",
6076 "default.handlebars->119->2112",
6070 - "default.handlebars->119->3436",
6077 + "default.handlebars->119->2114",
6078 + "default.handlebars->119->3443",
6079 "default.handlebars->119->740",
6080 "default.handlebars->119->891",
6081 "default.handlebars->119->893",
6074 - "default3.handlebars->117->2127",
6075 - "default3.handlebars->117->2128",
6076 - "default3.handlebars->117->3439",
6077 - "default3.handlebars->117->3441",
6082 + "default3.handlebars->117->2129",
6083 + "default3.handlebars->117->2130",
6084 + "default3.handlebars->117->3446",
6085 + "default3.handlebars->117->3448",
6086 "default3.handlebars->117->751",
6087 "default3.handlebars->117->902",
6088 "default3.handlebars->117->904"
@@ -6106,9 +6114,9 @@
6114 "zh-chs": "帐号设定",
6115 "zh-cht": "帳號設定",
6116 "xloc": [
6109 - "default-mobile.handlebars->53->1036",
6110 - "default.handlebars->119->3305",
6111 - "default3.handlebars->117->3310"
6117 + "default-mobile.handlebars->53->1043",
6118 + "default.handlebars->119->3312",
6119 + "default3.handlebars->117->3317"
6120 ]
6121 },
6122 {
@@ -6183,8 +6191,8 @@
6191 "pl": "Konto zmienione di synchronizacji z danymi LDAP.",
6192 "uk": "Акаунт змінено на синхронізацію з даними LDAP.",
6193 "xloc": [
6186 - "default.handlebars->119->2695",
6187 - "default3.handlebars->117->2707"
6194 + "default.handlebars->119->2702",
6195 + "default3.handlebars->117->2714"
6196 ]
6197 },
6198 {
@@ -6213,8 +6221,8 @@
6221 "zh-chs": "帐户已更改:{0}",
6222 "zh-cht": "帳戶已更改:{0}",
6223 "xloc": [
6216 - "default.handlebars->119->2607",
6217 - "default3.handlebars->117->2619"
6224 + "default.handlebars->119->2614",
6225 + "default3.handlebars->117->2626"
6226 ]
6227 },
6228 {
@@ -6243,8 +6251,8 @@
6251 "zh-chs": "创建帐户,电子邮件为{0}",
6252 "zh-cht": "創建帳戶,電子郵件為{0}",
6253 "xloc": [
6246 - "default.handlebars->119->2606",
6247 - "default3.handlebars->117->2618"
6254 + "default.handlebars->119->2613",
6255 + "default3.handlebars->117->2625"
6256 ]
6257 },
6258 {
@@ -6273,8 +6281,8 @@
6281 "zh-chs": "已创建帐户,名称为 {0}。",
6282 "zh-cht": "已創建帳戶,名稱為 {0}。",
6283 "xloc": [
6276 - "default.handlebars->119->2669",
6277 - "default3.handlebars->117->2681"
6284 + "default.handlebars->119->2676",
6285 + "default3.handlebars->117->2688"
6286 ]
6287 },
6288 {
@@ -6303,8 +6311,8 @@
6311 "zh-chs": "创建帐户,用户名是{0}",
6312 "zh-cht": "帳戶已創建,用戶名是{0}",
6313 "xloc": [
6306 - "default.handlebars->119->2605",
6307 - "default3.handlebars->117->2617"
6314 + "default.handlebars->119->2612",
6315 + "default3.handlebars->117->2624"
6316 ]
6317 },
6318 {
@@ -6335,11 +6343,11 @@
6343 "xloc": [
6344 "default-mobile.handlebars->53->69",
6345 "default.handlebars->119->221",
6338 - "default.handlebars->119->2764",
6339 - "default.handlebars->119->2942",
6346 + "default.handlebars->119->2771",
6347 + "default.handlebars->119->2949",
6348 "default3.handlebars->117->233",
6341 - "default3.handlebars->117->2776",
6342 - "default3.handlebars->117->2951"
6349 + "default3.handlebars->117->2783",
6350 + "default3.handlebars->117->2958"
6351 ]
6352 },
6353 {
@@ -6368,9 +6376,9 @@
6376 "zh-chs": "达到帐户限制。",
6377 "zh-cht": "達到帳戶限制。",
6378 "xloc": [
6371 - "default-mobile.handlebars->53->1048",
6372 - "default.handlebars->119->3317",
6373 - "default3.handlebars->117->3322",
6379 + "default-mobile.handlebars->53->1055",
6380 + "default.handlebars->119->3324",
6381 + "default3.handlebars->117->3329",
6382 "login-mobile.handlebars->23->6",
6383 "login.handlebars->13->8",
6384 "login2.handlebars->17->206"
@@ -6433,8 +6441,8 @@
6441 "zh-chs": "帐号登录",
6442 "zh-cht": "帳號登錄",
6443 "xloc": [
6436 - "default.handlebars->119->2542",
6437 - "default3.handlebars->117->2554"
6444 + "default.handlebars->119->2549",
6445 + "default3.handlebars->117->2561"
6446 ]
6447 },
6448 {
@@ -6463,8 +6471,8 @@
6471 "zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
6472 "zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
6473 "xloc": [
6466 - "default.handlebars->119->2648",
6467 - "default3.handlebars->117->2660"
6474 + "default.handlebars->119->2655",
6475 + "default3.handlebars->117->2667"
6476 ]
6477 },
6478 {
@@ -6478,8 +6486,8 @@
6486 "pl": "Zapisy logowania tokenami użytkownika",
6487 "uk": "Записи токенів входу до акаунту",
6488 "xloc": [
6481 - "default.handlebars->119->3274",
6482 - "default3.handlebars->117->3277"
6489 + "default.handlebars->119->3281",
6490 + "default3.handlebars->117->3284"
6491 ]
6492 },
6493 {
@@ -6508,8 +6516,8 @@
6516 "zh-chs": "帐户登出",
6517 "zh-cht": "帳戶登出",
6518 "xloc": [
6511 - "default.handlebars->119->2543",
6512 - "default3.handlebars->117->2555"
6519 + "default.handlebars->119->2550",
6520 + "default3.handlebars->117->2562"
6521 ]
6522 },
6523 {
@@ -6569,8 +6577,8 @@
6577 "zh-chs": "帐户密码已更改:{0}",
6578 "zh-cht": "帳戶密碼已更改:{0}",
6579 "xloc": [
6572 - "default.handlebars->119->2615",
6573 - "default3.handlebars->117->2627"
6580 + "default.handlebars->119->2622",
6581 + "default3.handlebars->117->2634"
6582 ]
6583 },
6584 {
@@ -6599,8 +6607,8 @@
6607 "zh-chs": "帐户已删除",
6608 "zh-cht": "帳戶已刪除",
6609 "xloc": [
6602 - "default.handlebars->119->2604",
6603 - "default3.handlebars->117->2616"
6610 + "default.handlebars->119->2611",
6611 + "default3.handlebars->117->2623"
6612 ]
6613 },
6614 {
@@ -6659,10 +6667,10 @@
6667 "zh-chs": "指令",
6668 "zh-cht": "指令",
6669 "xloc": [
6662 - "default-mobile.handlebars->53->942",
6663 - "default.handlebars->119->1789",
6670 + "default-mobile.handlebars->53->949",
6671 + "default.handlebars->119->1791",
6672 "default.handlebars->container->column_l->p42->p42tbl->1->0->8",
6665 - "default3.handlebars->117->1787",
6673 + "default3.handlebars->117->1789",
6674 "default3.handlebars->container->column_l->p42->p42tbl->1->0->17"
6675 ]
6676 },
@@ -6724,7 +6732,7 @@
6732 "zh-chs": "动作",
6733 "zh-cht": "動作",
6734 "xloc": [
6727 - "default-mobile.handlebars->53->552",
6735 + "default-mobile.handlebars->53->557",
6736 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
6737 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
6738 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
@@ -6852,8 +6860,8 @@
6860 "zh-chs": "如果ACM失败,则激活到CCM",
6861 "zh-cht": "如果ACM失敗,則激活到CCM",
6862 "xloc": [
6855 - "default.handlebars->119->2304",
6856 - "default3.handlebars->117->2313"
6863 + "default.handlebars->119->2306",
6864 + "default3.handlebars->117->2315"
6865 ]
6866 },
6867 {
@@ -6882,13 +6890,13 @@
6890 "zh-chs": "已激活",
6891 "zh-cht": "已啟動",
6892 "xloc": [
6885 - "default-mobile.handlebars->53->513",
6886 - "default-mobile.handlebars->53->515",
6887 - "default-mobile.handlebars->53->829",
6888 - "default.handlebars->119->1675",
6893 + "default-mobile.handlebars->53->518",
6894 + "default-mobile.handlebars->53->520",
6895 + "default-mobile.handlebars->53->836",
6896 + "default.handlebars->119->1677",
6897 "default.handlebars->119->924",
6898 "default.handlebars->119->926",
6891 - "default3.handlebars->117->1673",
6899 + "default3.handlebars->117->1675",
6900 "default3.handlebars->117->935",
6901 "default3.handlebars->117->937"
6902 ]
@@ -6950,9 +6958,9 @@
6958 "zh-cht": "主動設備共享",
6959 "xloc": [
6960 "default.handlebars->119->1100",
6953 - "default.handlebars->119->2253",
6961 + "default.handlebars->119->2255",
6962 "default3.handlebars->117->1111",
6955 - "default3.handlebars->117->2264"
6963 + "default3.handlebars->117->2266"
6964 ]
6965 },
6966 {
@@ -6981,8 +6989,8 @@
6989 "zh-chs": "活动登录令牌",
6990 "zh-cht": "活動登錄令牌",
6991 "xloc": [
6984 - "default.handlebars->119->2141",
6985 - "default3.handlebars->117->2156"
6992 + "default.handlebars->119->2143",
6993 + "default3.handlebars->117->2158"
6994 ]
6995 },
6996 {
@@ -7011,7 +7019,7 @@
7019 "zh-chs": "活跃用户",
7020 "zh-cht": "活躍用戶",
7021 "xloc": [
7014 - "default-mobile.handlebars->53->790",
7022 + "default-mobile.handlebars->53->795",
7023 "default.handlebars->119->978",
7024 "default3.handlebars->117->989"
7025 ]
@@ -7042,7 +7050,7 @@
7050 "zh-chs": "活跃用户",
7051 "zh-cht": "活躍用戶",
7052 "xloc": [
7045 - "default-mobile.handlebars->53->789",
7053 + "default-mobile.handlebars->53->794",
7054 "default.handlebars->119->977",
7055 "default3.handlebars->117->988"
7056 ]
@@ -7099,7 +7107,7 @@
7107 "zh-chs": "添加",
7108 "zh-cht": "添加",
7109 "xloc": [
7102 - "default-mobile.handlebars->53->680",
7110 + "default-mobile.handlebars->53->685",
7111 "default.handlebars->119->1452",
7112 "default.handlebars->119->1458",
7113 "default3.handlebars->117->1454",
@@ -7185,9 +7193,9 @@
7193 "zh-chs": "添加代理",
7194 "zh-cht": "新增代理",
7195 "xloc": [
7188 - "default.handlebars->119->2243",
7196 + "default.handlebars->119->2245",
7197 "default.handlebars->119->501",
7190 - "default3.handlebars->117->2254",
7198 + "default3.handlebars->117->2256",
7199 "default3.handlebars->117->512"
7200 ]
7201 },
@@ -7243,13 +7251,13 @@
7251 "zh-chs": "添加设备",
7252 "zh-cht": "新增裝置",
7253 "xloc": [
7246 - "default.handlebars->119->2247",
7247 - "default.handlebars->119->2917",
7248 - "default.handlebars->119->3112",
7254 + "default.handlebars->119->2249",
7255 + "default.handlebars->119->2924",
7256 + "default.handlebars->119->3119",
7257 "default.handlebars->119->505",
7250 - "default3.handlebars->117->2258",
7251 - "default3.handlebars->117->2926",
7252 - "default3.handlebars->117->3115",
7258 + "default3.handlebars->117->2260",
7259 + "default3.handlebars->117->2933",
7260 + "default3.handlebars->117->3122",
7261 "default3.handlebars->117->516"
7262 ]
7263 },
@@ -7309,13 +7317,13 @@
7317 "zh-chs": "添加设备组",
7318 "zh-cht": "新增裝置群",
7319 "xloc": [
7312 - "default.handlebars->119->2392",
7313 - "default.handlebars->119->2911",
7314 - "default.handlebars->119->3100",
7320 + "default.handlebars->119->2394",
7321 + "default.handlebars->119->2918",
7322 + "default.handlebars->119->3107",
7323 "default.handlebars->119->401",
7316 - "default3.handlebars->117->2404",
7317 - "default3.handlebars->117->2920",
7318 - "default3.handlebars->117->3103",
7324 + "default3.handlebars->117->2406",
7325 + "default3.handlebars->117->2927",
7326 + "default3.handlebars->117->3110",
7327 "default3.handlebars->117->412"
7328 ]
7329 },
@@ -7345,8 +7353,8 @@
7353 "zh-chs": "添加设备组权限",
7354 "zh-cht": "新增裝置群權限",
7355 "xloc": [
7348 - "default.handlebars->119->2389",
7349 - "default3.handlebars->117->2401"
7356 + "default.handlebars->119->2391",
7357 + "default3.handlebars->117->2403"
7358 ]
7359 },
7360 {
@@ -7375,10 +7383,10 @@
7383 "zh-chs": "添加设备权限",
7384 "zh-cht": "新增裝置權限",
7385 "xloc": [
7378 - "default.handlebars->119->2394",
7386 "default.handlebars->119->2396",
7380 - "default3.handlebars->117->2406",
7381 - "default3.handlebars->117->2408"
7387 + "default.handlebars->119->2398",
7388 + "default3.handlebars->117->2408",
7389 + "default3.handlebars->117->2410"
7390 ]
7391 },
7392 {
@@ -7549,8 +7557,8 @@
7557 "zh-chs": "添加成员身份",
7558 "zh-cht": "新增成員身份",
7559 "xloc": [
7552 - "default.handlebars->119->3132",
7553 - "default3.handlebars->117->3135"
7560 + "default.handlebars->119->3139",
7561 + "default3.handlebars->117->3142"
7562 ]
7563 },
7564 {
@@ -7635,14 +7643,14 @@
7643 "zh-chs": "添加安全密钥",
7644 "zh-cht": "新增安全密鑰",
7645 "xloc": [
7638 - "default.handlebars->119->1856",
7639 - "default.handlebars->119->1857",
7646 + "default.handlebars->119->1858",
7647 + "default.handlebars->119->1859",
7648 "default.handlebars->119->255",
7649 "default.handlebars->119->257",
7650 "default.handlebars->119->260",
7651 "default.handlebars->119->262",
7644 - "default3.handlebars->117->1852",
7645 - "default3.handlebars->117->1853",
7652 + "default3.handlebars->117->1854",
7653 + "default3.handlebars->117->1855",
7654 "default3.handlebars->117->265",
7655 "default3.handlebars->117->267",
7656 "default3.handlebars->117->270",
@@ -7675,7 +7683,7 @@
7683 "zh-chs": "添加用户",
7684 "zh-cht": "新增用戶",
7685 "xloc": [
7678 - "default-mobile.handlebars->53->960",
7686 + "default-mobile.handlebars->53->967",
7687 "default.handlebars->119->1092",
7688 "default3.handlebars->117->1103"
7689 ]
@@ -7706,8 +7714,8 @@
7714 "zh-chs": "添加用户设备权限",
7715 "zh-cht": "新增用戶裝置權限",
7716 "xloc": [
7709 - "default.handlebars->119->2399",
7710 - "default3.handlebars->117->2411"
7717 + "default.handlebars->119->2401",
7718 + "default3.handlebars->117->2413"
7719 ]
7720 },
7721 {
@@ -7737,13 +7745,13 @@
7745 "zh-cht": "新增用戶群",
7746 "xloc": [
7747 "default.handlebars->119->1093",
7740 - "default.handlebars->119->2237",
7741 - "default.handlebars->119->2391",
7742 - "default.handlebars->119->3106",
7748 + "default.handlebars->119->2239",
7749 + "default.handlebars->119->2393",
7750 + "default.handlebars->119->3113",
7751 "default3.handlebars->117->1104",
7744 - "default3.handlebars->117->2248",
7745 - "default3.handlebars->117->2403",
7746 - "default3.handlebars->117->3109"
7752 + "default3.handlebars->117->2250",
7753 + "default3.handlebars->117->2405",
7754 + "default3.handlebars->117->3116"
7755 ]
7756 },
7757 {
@@ -7772,8 +7780,8 @@
7780 "zh-chs": "添加用户组设备权限",
7781 "zh-cht": "新增用戶群裝置權限",
7782 "xloc": [
7775 - "default.handlebars->119->2401",
7776 - "default3.handlebars->117->2413"
7783 + "default.handlebars->119->2403",
7784 + "default3.handlebars->117->2415"
7785 ]
7786 },
7787 {
@@ -7802,7 +7810,7 @@
7810 "zh-chs": "将用户添加到设备组",
7811 "zh-cht": "將用戶新增到裝置群",
7812 "xloc": [
7805 - "default-mobile.handlebars->53->1001"
7813 + "default-mobile.handlebars->53->1008"
7814 ]
7815 },
7816 {
@@ -7857,10 +7865,10 @@
7865 "zh-chs": "添加用户",
7866 "zh-cht": "新增用戶",
7867 "xloc": [
7860 - "default.handlebars->119->2236",
7861 - "default.handlebars->119->2906",
7862 - "default3.handlebars->117->2247",
7863 - "default3.handlebars->117->2915"
7868 + "default.handlebars->119->2238",
7869 + "default.handlebars->119->2913",
7870 + "default3.handlebars->117->2249",
7871 + "default3.handlebars->117->2922"
7872 ]
7873 },
7874 {
@@ -7889,8 +7897,8 @@
7897 "zh-chs": "将用户添加到设备组",
7898 "zh-cht": "將用戶新增到裝置群",
7899 "xloc": [
7892 - "default.handlebars->119->2388",
7893 - "default3.handlebars->117->2400"
7900 + "default.handlebars->119->2390",
7901 + "default3.handlebars->117->2402"
7902 ]
7903 },
7904 {
@@ -7919,8 +7927,8 @@
7927 "zh-chs": "将用户添加到用户组",
7928 "zh-cht": "將用戶新增到用戶群",
7929 "xloc": [
7922 - "default.handlebars->119->2941",
7923 - "default3.handlebars->117->2950"
7930 + "default.handlebars->119->2948",
7931 + "default3.handlebars->117->2957"
7932 ]
7933 },
7934 {
@@ -8125,9 +8133,9 @@
8133 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
8134 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
8135 "xloc": [
8128 - "default.handlebars->119->2242",
8136 + "default.handlebars->119->2244",
8137 "default.handlebars->119->500",
8130 - "default3.handlebars->117->2253",
8138 + "default3.handlebars->117->2255",
8139 "default3.handlebars->117->511"
8140 ]
8141 },
@@ -8157,9 +8165,9 @@
8165 "zh-chs": "添加位于本地网络上的设备。",
8166 "zh-cht": "添加位於本地網絡上的設備。",
8167 "xloc": [
8160 - "default.handlebars->119->2246",
8168 + "default.handlebars->119->2248",
8169 "default.handlebars->119->504",
8162 - "default3.handlebars->117->2257",
8170 + "default3.handlebars->117->2259",
8171 "default3.handlebars->117->515"
8172 ]
8173 },
@@ -8279,8 +8287,8 @@
8287 "zh-chs": "添加了身份验证应用程序",
8288 "zh-cht": "添加了身份驗證應用程序",
8289 "xloc": [
8282 - "default.handlebars->119->2631",
8283 - "default3.handlebars->117->2643"
8290 + "default.handlebars->119->2638",
8291 + "default3.handlebars->117->2650"
8292 ]
8293 },
8294 {
@@ -8309,8 +8317,8 @@
8317 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
8318 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
8319 "xloc": [
8312 - "default.handlebars->119->2642",
8313 - "default3.handlebars->117->2654"
8320 + "default.handlebars->119->2649",
8321 + "default3.handlebars->117->2661"
8322 ]
8323 },
8324 {
@@ -8339,8 +8347,8 @@
8347 "zh-chs": "添加了每天重复的设备共享 {0}。",
8348 "zh-cht": "添加了每天重複的設備共享 {0}。",
8349 "xloc": [
8342 - "default.handlebars->119->2679",
8343 - "default3.handlebars->117->2691"
8350 + "default.handlebars->119->2686",
8351 + "default3.handlebars->117->2698"
8352 ]
8353 },
8354 {
@@ -8369,8 +8377,8 @@
8377 "zh-chs": "添加了每周重复的设备共享 {0}。",
8378 "zh-cht": "添加了每週重複的設備共享 {0}。",
8379 "xloc": [
8372 - "default.handlebars->119->2680",
8373 - "default3.handlebars->117->2692"
8380 + "default.handlebars->119->2687",
8381 + "default3.handlebars->117->2699"
8382 ]
8383 },
8384 {
@@ -8399,8 +8407,8 @@
8407 "zh-chs": "添加了无限时间的设备共享 {0}。",
8408 "zh-cht": "添加了無限時間的設備共享 {0}。",
8409 "xloc": [
8402 - "default.handlebars->119->2672",
8403 - "default3.handlebars->117->2684"
8410 + "default.handlebars->119->2679",
8411 + "default3.handlebars->117->2691"
8412 ]
8413 },
8414 {
@@ -8429,10 +8437,10 @@
8437 "zh-chs": "已将设备{0}添加到设备组{1}",
8438 "zh-cht": "已將設備{0}添加到設備組{1}",
8439 "xloc": [
8432 - "default.handlebars->119->2598",
8433 - "default.handlebars->119->2625",
8434 - "default3.handlebars->117->2610",
8435 - "default3.handlebars->117->2637"
8440 + "default.handlebars->119->2605",
8441 + "default.handlebars->119->2632",
8442 + "default3.handlebars->117->2617",
8443 + "default3.handlebars->117->2644"
8444 ]
8445 },
8446 {
@@ -8461,8 +8469,8 @@
8469 "zh-chs": "添加登录令牌",
8470 "zh-cht": "添加了登錄令牌",
8471 "xloc": [
8464 - "default.handlebars->119->2656",
8465 - "default3.handlebars->117->2668"
8472 + "default.handlebars->119->2663",
8473 + "default3.handlebars->117->2675"
8474 ]
8475 },
8476 {
@@ -8491,8 +8499,8 @@
8499 "zh-chs": "新增推送通知认证装置",
8500 "zh-cht": "增加推送通知認證設備",
8501 "xloc": [
8494 - "default.handlebars->119->2654",
8495 - "default3.handlebars->117->2666"
8502 + "default.handlebars->119->2661",
8503 + "default3.handlebars->117->2673"
8504 ]
8505 },
8506 {
@@ -8521,8 +8529,8 @@
8529 "zh-chs": "添加了安全密钥",
8530 "zh-cht": "添加了安全密鑰",
8531 "xloc": [
8524 - "default.handlebars->119->2636",
8525 - "default3.handlebars->117->2648"
8532 + "default.handlebars->119->2643",
8533 + "default3.handlebars->117->2655"
8534 ]
8535 },
8536 {
@@ -8551,8 +8559,8 @@
8559 "zh-chs": "已将用户组{0}添加到设备组{1}",
8560 "zh-cht": "已將用戶組{0}添加到設備組{1}",
8561 "xloc": [
8554 - "default.handlebars->119->2609",
8555 - "default3.handlebars->117->2621"
8562 + "default.handlebars->119->2616",
8563 + "default3.handlebars->117->2628"
8564 ]
8565 },
8566 {
@@ -8581,10 +8589,10 @@
8589 "zh-chs": "已将用户{0}添加到用户组{1}",
8590 "zh-cht": "已將用戶{0}添加到用戶組{1}",
8591 "xloc": [
8584 - "default.handlebars->119->2612",
8585 - "default.handlebars->119->2621",
8586 - "default3.handlebars->117->2624",
8587 - "default3.handlebars->117->2633"
8592 + "default.handlebars->119->2619",
8593 + "default.handlebars->119->2628",
8594 + "default3.handlebars->117->2631",
8595 + "default3.handlebars->117->2640"
8596 ]
8597 },
8598 {
@@ -8672,9 +8680,9 @@
8680 "zh-chs": "管理员控制模式(ACM)",
8681 "zh-cht": "管理員控制模式(ACM)",
8682 "xloc": [
8675 - "default-mobile.handlebars->53->831",
8676 - "default.handlebars->119->1677",
8677 - "default3.handlebars->117->1675"
8683 + "default-mobile.handlebars->53->838",
8684 + "default.handlebars->119->1679",
8685 + "default3.handlebars->117->1677"
8686 ]
8687 },
8688 {
@@ -8703,9 +8711,9 @@
8711 "zh-chs": "管理员凭证",
8712 "zh-cht": "管理員憑證",
8713 "xloc": [
8706 - "default-mobile.handlebars->53->837",
8707 - "default.handlebars->119->1683",
8708 - "default3.handlebars->117->1681"
8714 + "default-mobile.handlebars->53->844",
8715 + "default.handlebars->119->1685",
8716 + "default3.handlebars->117->1683"
8717 ]
8718 },
8719 {
@@ -8734,15 +8742,15 @@
8742 "zh-chs": "管理员PowerShell",
8743 "zh-cht": "管理員PowerShell",
8744 "xloc": [
8737 - "default.handlebars->119->3152",
8738 - "default.handlebars->119->3162",
8739 - "default.handlebars->119->3228",
8740 - "default.handlebars->119->3281",
8745 + "default.handlebars->119->3159",
8746 + "default.handlebars->119->3169",
8747 + "default.handlebars->119->3235",
8748 + "default.handlebars->119->3288",
8749 "default.handlebars->termShellContextMenu->3",
8742 - "default3.handlebars->117->3155",
8743 - "default3.handlebars->117->3165",
8744 - "default3.handlebars->117->3231",
8745 - "default3.handlebars->117->3284",
8750 + "default3.handlebars->117->3162",
8751 + "default3.handlebars->117->3172",
8752 + "default3.handlebars->117->3238",
8753 + "default3.handlebars->117->3291",
8754 "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0",
8755 "player.handlebars->29->29",
8756 "xterm.handlebars->termShellContextMenu->cxtermps"
@@ -8774,8 +8782,8 @@
8782 "zh-chs": "管理领域",
8783 "zh-cht": "管理領域",
8784 "xloc": [
8777 - "default.handlebars->119->2993",
8778 - "default3.handlebars->117->3002"
8785 + "default.handlebars->119->3000",
8786 + "default3.handlebars->117->3009"
8787 ]
8788 },
8789 {
@@ -8835,8 +8843,8 @@
8843 "zh-chs": "管理领域",
8844 "zh-cht": "管理領域",
8845 "xloc": [
8838 - "default.handlebars->119->2838",
8839 - "default3.handlebars->117->2847"
8846 + "default.handlebars->119->2845",
8847 + "default3.handlebars->117->2854"
8848 ]
8849 },
8850 {
@@ -8865,8 +8873,8 @@
8873 "zh-chs": "管理员",
8874 "zh-cht": "管理員",
8875 "xloc": [
8868 - "default.handlebars->119->2756",
8869 - "default3.handlebars->117->2768"
8876 + "default.handlebars->119->2763",
8877 + "default3.handlebars->117->2775"
8878 ]
8879 },
8880 {
@@ -8896,8 +8904,8 @@
8904 "zh-cht": "南非文",
8905 "xloc": [
8906 "default-mobile.handlebars->53->115",
8899 - "default.handlebars->119->1859",
8900 - "default3.handlebars->117->1855",
8907 + "default.handlebars->119->1861",
8908 + "default3.handlebars->117->1857",
8909 "login2.handlebars->17->1"
8910 ]
8911 },
@@ -8928,19 +8936,19 @@
8936 "zh-cht": "代理",
8937 "xloc": [
8938 "agent-translations.json",
8931 - "default-mobile.handlebars->53->477",
8932 - "default-mobile.handlebars->53->534",
8939 + "default-mobile.handlebars->53->482",
8940 + "default-mobile.handlebars->53->539",
8941 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8934 - "default.handlebars->119->2472",
8935 - "default.handlebars->119->2485",
8936 - "default.handlebars->119->3379",
8942 + "default.handlebars->119->2474",
8943 + "default.handlebars->119->2487",
8944 + "default.handlebars->119->3386",
8945 "default.handlebars->119->421",
8946 "default.handlebars->119->728",
8947 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8948 "default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
8941 - "default3.handlebars->117->2484",
8942 - "default3.handlebars->117->2497",
8943 - "default3.handlebars->117->3384",
8949 + "default3.handlebars->117->2486",
8950 + "default3.handlebars->117->2499",
8951 + "default3.handlebars->117->3391",
8952 "default3.handlebars->117->432",
8953 "default3.handlebars->117->739",
8954 "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -8973,10 +8981,10 @@
8981 "zh-chs": "代理+英特尔AMT",
8982 "zh-cht": "代理+Intel&reg; AMT",
8983 "xloc": [
8976 - "default.handlebars->119->2474",
8977 - "default.handlebars->119->2487",
8978 - "default3.handlebars->117->2486",
8979 - "default3.handlebars->117->2499"
8984 + "default.handlebars->119->2476",
8985 + "default.handlebars->119->2489",
8986 + "default3.handlebars->117->2488",
8987 + "default3.handlebars->117->2501"
8988 ]
8989 },
8990 {
@@ -9036,11 +9044,11 @@
9044 "zh-chs": "代理控制台",
9045 "zh-cht": "代理控制台",
9046 "xloc": [
9039 - "default-mobile.handlebars->53->1007",
9040 - "default-mobile.handlebars->53->616",
9041 - "default.handlebars->119->2409",
9047 + "default-mobile.handlebars->53->1014",
9048 + "default-mobile.handlebars->53->621",
9049 + "default.handlebars->119->2411",
9050 "default.handlebars->119->818",
9043 - "default3.handlebars->117->2421",
9051 + "default3.handlebars->117->2423",
9052 "default3.handlebars->117->829"
9053 ]
9054 },
@@ -9070,8 +9078,8 @@
9078 "zh-chs": "代理错误计数器",
9079 "zh-cht": "代理錯誤計數器",
9080 "xloc": [
9073 - "default.handlebars->119->3347",
9074 - "default3.handlebars->117->3352"
9081 + "default.handlebars->119->3354",
9082 + "default3.handlebars->117->3359"
9083 ]
9084 },
9085 {
@@ -9176,7 +9184,7 @@
9184 "zh-chs": "代理消息",
9185 "zh-cht": "代理訊息",
9186 "xloc": [
9179 - "default-mobile.handlebars->53->450",
9187 + "default-mobile.handlebars->53->455",
9188 "default.handlebars->119->485",
9189 "default3.handlebars->117->496"
9190 ]
@@ -9207,7 +9215,7 @@
9215 "zh-chs": "代理中继",
9216 "zh-cht": "代理中繼",
9217 "xloc": [
9210 - "default-mobile.handlebars->53->537"
9218 + "default-mobile.handlebars->53->542"
9219 ]
9220 },
9221 {
@@ -9294,9 +9302,9 @@
9302 "zh-cht": "代理自行共享",
9303 "xloc": [
9304 "default.handlebars->119->1121",
9297 - "default.handlebars->119->2274",
9305 + "default.handlebars->119->2276",
9306 "default3.handlebars->117->1132",
9299 - "default3.handlebars->117->2285"
9307 + "default3.handlebars->117->2287"
9308 ]
9309 },
9310 {
@@ -9325,8 +9333,8 @@
9333 "zh-chs": "代理会话",
9334 "zh-cht": "代理時段",
9335 "xloc": [
9328 - "default.handlebars->119->3364",
9329 - "default3.handlebars->117->3369"
9336 + "default.handlebars->119->3371",
9337 + "default3.handlebars->117->3376"
9338 ]
9339 },
9340 {
@@ -9381,7 +9389,7 @@
9389 "zh-chs": "代理标签",
9390 "zh-cht": "代理標籤",
9391 "xloc": [
9384 - "default-mobile.handlebars->53->531",
9392 + "default-mobile.handlebars->53->536",
9393 "default.handlebars->119->947",
9394 "default3.handlebars->117->958"
9395 ]
@@ -9444,9 +9452,9 @@
9452 "zh-chs": "代理类型",
9453 "zh-cht": "代理類型",
9454 "xloc": [
9447 - "default.handlebars->119->2483",
9455 + "default.handlebars->119->2485",
9456 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1",
9449 - "default3.handlebars->117->2495",
9457 + "default3.handlebars->117->2497",
9458 "default3.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
9459 ]
9460 },
@@ -9508,8 +9516,8 @@
9516 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
9517 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
9518 "xloc": [
9511 - "default.handlebars->119->2595",
9512 - "default3.handlebars->117->2607"
9519 + "default.handlebars->119->2602",
9520 + "default3.handlebars->117->2614"
9521 ]
9522 },
9523 {
@@ -9740,9 +9748,9 @@
9748 "zh-chs": "代理离线",
9749 "zh-cht": "代理離線",
9750 "xloc": [
9743 - "default-mobile.handlebars->53->925",
9744 - "default.handlebars->119->1772",
9745 - "default3.handlebars->117->1770"
9751 + "default-mobile.handlebars->53->932",
9752 + "default.handlebars->119->1774",
9753 + "default3.handlebars->117->1772"
9754 ]
9755 },
9756 {
@@ -9771,9 +9779,9 @@
9779 "zh-chs": "代理在线",
9780 "zh-cht": "代理在線",
9781 "xloc": [
9774 - "default-mobile.handlebars->53->924",
9775 - "default.handlebars->119->1771",
9776 - "default3.handlebars->117->1769"
9782 + "default-mobile.handlebars->53->931",
9783 + "default.handlebars->119->1773",
9784 + "default3.handlebars->117->1771"
9785 ]
9786 },
9787 {
@@ -10014,11 +10022,11 @@
10022 "zh-chs": "代理",
10023 "zh-cht": "代理",
10024 "xloc": [
10017 - "default.handlebars->119->2440",
10018 - "default.handlebars->119->3392",
10025 + "default.handlebars->119->2442",
10026 + "default.handlebars->119->3399",
10027 "default.handlebars->119->588",
10020 - "default3.handlebars->117->2452",
10021 - "default3.handlebars->117->3397",
10028 + "default3.handlebars->117->2454",
10029 + "default3.handlebars->117->3404",
10030 "default3.handlebars->117->599"
10031 ]
10032 },
@@ -10049,8 +10057,8 @@
10057 "zh-cht": "阿爾巴尼亞文",
10058 "xloc": [
10059 "default-mobile.handlebars->53->116",
10052 - "default.handlebars->119->1860",
10053 - "default3.handlebars->117->1856",
10060 + "default.handlebars->119->1862",
10061 + "default3.handlebars->117->1858",
10062 "login2.handlebars->17->2"
10063 ]
10064 },
@@ -10093,12 +10101,12 @@
10101 "zh-chs": "所有",
10102 "zh-cht": "所有",
10103 "xloc": [
10096 - "default-mobile.handlebars->53->369",
10097 - "default-mobile.handlebars->53->718",
10098 - "default-mobile.handlebars->53->720",
10099 - "default.handlebars->119->3196",
10104 + "default-mobile.handlebars->53->374",
10105 + "default-mobile.handlebars->53->723",
10106 + "default-mobile.handlebars->53->725",
10107 + "default.handlebars->119->3203",
10108 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
10101 - "default3.handlebars->117->3199",
10109 + "default3.handlebars->117->3206",
10110 "default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1",
10111 "sharing-mobile.handlebars->53->80",
10112 "sharing-mobile.handlebars->53->82"
@@ -10130,8 +10138,8 @@
10138 "zh-chs": "全部可用",
10139 "zh-cht": "全部可用",
10140 "xloc": [
10133 - "default.handlebars->119->2718",
10134 - "default3.handlebars->117->2730"
10141 + "default.handlebars->119->2725",
10142 + "default3.handlebars->117->2737"
10143 ]
10144 },
10145 {
@@ -10160,9 +10168,9 @@
10168 "zh-chs": "所有可用的代理",
10169 "zh-cht": "所有可用的代理",
10170 "xloc": [
10163 - "default.handlebars->119->2441",
10171 + "default.handlebars->119->2443",
10172 "default.handlebars->119->589",
10165 - "default3.handlebars->117->2453",
10173 + "default3.handlebars->117->2455",
10174 "default3.handlebars->117->600"
10175 ]
10176 },
@@ -10222,8 +10230,8 @@
10230 "zh-chs": "所有事件",
10231 "zh-cht": "所有事件",
10232 "xloc": [
10225 - "default.handlebars->119->2716",
10226 - "default3.handlebars->117->2728"
10233 + "default.handlebars->119->2723",
10234 + "default3.handlebars->117->2735"
10235 ]
10236 },
10237 {
@@ -10298,7 +10306,7 @@
10306 "zh-chs": "所有主题",
10307 "zh-cht": "所有主題",
10308 "xloc": [
10301 - "default3.handlebars->117->2124"
10309 + "default3.handlebars->117->2126"
10310 ]
10311 },
10312 {
@@ -10333,8 +10341,8 @@
10341 {
10342 "en": "Allow to override server device name until next connection",
10343 "xloc": [
10336 - "default.handlebars->119->2346",
10337 - "default3.handlebars->117->2358"
10344 + "default.handlebars->119->2348",
10345 + "default3.handlebars->117->2360"
10346 ]
10347 },
10348 {
@@ -10363,10 +10371,10 @@
10371 "zh-chs": "允许用户管理此设备组和该组中的设备。",
10372 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
10373 "xloc": [
10366 - "default.handlebars->119->2353",
10367 - "default.handlebars->119->2938",
10368 - "default3.handlebars->117->2365",
10369 - "default3.handlebars->117->2947"
10374 + "default.handlebars->119->2355",
10375 + "default.handlebars->119->2945",
10376 + "default3.handlebars->117->2367",
10377 + "default3.handlebars->117->2954"
10378 ]
10379 },
10380 {
@@ -10395,8 +10403,8 @@
10403 "zh-chs": "允许用户管理此设备。",
10404 "zh-cht": "允許用戶管理此裝置。",
10405 "xloc": [
10398 - "default.handlebars->119->2354",
10399 - "default3.handlebars->117->2366"
10406 + "default.handlebars->119->2356",
10407 + "default3.handlebars->117->2368"
10408 ]
10409 },
10410 {
@@ -10512,8 +10520,8 @@
10520 "zh-chs": "Alt",
10521 "zh-cht": "Alt",
10522 "xloc": [
10515 - "default-mobile.handlebars->53->673",
10516 - "default-mobile.handlebars->53->677",
10523 + "default-mobile.handlebars->53->678",
10524 + "default-mobile.handlebars->53->682",
10525 "default.handlebars->119->1445",
10526 "default.handlebars->119->1449",
10527 "default3.handlebars->117->1447",
@@ -10738,13 +10746,13 @@
10746 "zh-chs": "一直通知",
10747 "zh-cht": "一直通知",
10748 "xloc": [
10741 - "default.handlebars->119->2213",
10742 - "default.handlebars->119->2897",
10743 - "default.handlebars->119->3002",
10749 + "default.handlebars->119->2215",
10750 + "default.handlebars->119->2904",
10751 + "default.handlebars->119->3009",
10752 "default.handlebars->119->987",
10745 - "default3.handlebars->117->2224",
10746 - "default3.handlebars->117->2906",
10747 - "default3.handlebars->117->3011",
10753 + "default3.handlebars->117->2226",
10754 + "default3.handlebars->117->2913",
10755 + "default3.handlebars->117->3018",
10756 "default3.handlebars->117->998"
10757 ]
10758 },
@@ -10774,13 +10782,13 @@
10782 "zh-chs": "一直提示",
10783 "zh-cht": "一直提示",
10784 "xloc": [
10777 - "default.handlebars->119->2214",
10778 - "default.handlebars->119->2898",
10779 - "default.handlebars->119->3003",
10785 + "default.handlebars->119->2216",
10786 + "default.handlebars->119->2905",
10787 + "default.handlebars->119->3010",
10788 "default.handlebars->119->988",
10781 - "default3.handlebars->117->2225",
10782 - "default3.handlebars->117->2907",
10783 - "default3.handlebars->117->3012",
10789 + "default3.handlebars->117->2227",
10790 + "default3.handlebars->117->2914",
10791 + "default3.handlebars->117->3019",
10792 "default3.handlebars->117->999"
10793 ]
10794 },
@@ -10888,8 +10896,8 @@
10896 "pl": "Wystąpił nieznany błąd.",
10897 "uk": "Сталася невідома помилка.",
10898 "xloc": [
10891 - "default.handlebars->119->3141",
10892 - "default3.handlebars->117->3144"
10899 + "default.handlebars->119->3148",
10900 + "default3.handlebars->117->3151"
10901 ]
10902 },
10903 {
@@ -10954,7 +10962,7 @@
10962 "zh-chs": "Android APK",
10963 "zh-cht": "Android APK",
10964 "xloc": [
10957 - "default-mobile.handlebars->53->979",
10965 + "default-mobile.handlebars->53->986",
10966 "default.handlebars->119->657",
10967 "default3.handlebars->117->668"
10968 ]
@@ -11040,7 +11048,7 @@
11048 "zh-chs": "安卓安装",
11049 "zh-cht": "安卓安裝",
11050 "xloc": [
11043 - "default-mobile.handlebars->53->981"
11051 + "default-mobile.handlebars->53->988"
11052 ]
11053 },
11054 {
@@ -11059,7 +11067,7 @@
11067 "nl": "Android Versie",
11068 "uk": "Версія Android",
11069 "xloc": [
11062 - "default-mobile.handlebars->53->806",
11070 + "default-mobile.handlebars->53->811",
11071 "default.handlebars->119->1642",
11072 "default3.handlebars->117->1642"
11073 ]
@@ -11121,10 +11129,10 @@
11129 "zh-chs": "杀毒软件未激活",
11130 "zh-cht": "殺毒軟件未激活",
11131 "xloc": [
11124 - "default.handlebars->119->2476",
11125 - "default.handlebars->119->2490",
11126 - "default3.handlebars->117->2488",
11127 - "default3.handlebars->117->2502"
11132 + "default.handlebars->119->2478",
11133 + "default.handlebars->119->2492",
11134 + "default3.handlebars->117->2490",
11135 + "default3.handlebars->117->2504"
11136 ]
11137 },
11138 {
@@ -11153,7 +11161,7 @@
11161 "zh-chs": "杀毒软件",
11162 "zh-cht": "防毒軟體",
11163 "xloc": [
11156 - "default-mobile.handlebars->53->787",
11164 + "default-mobile.handlebars->53->792",
11165 "default.handlebars->119->975",
11166 "default3.handlebars->117->986"
11167 ]
@@ -11568,8 +11576,8 @@
11576 "zh-cht": "阿拉伯文(阿爾及利亞)",
11577 "xloc": [
11578 "default-mobile.handlebars->53->118",
11571 - "default.handlebars->119->1862",
11572 - "default3.handlebars->117->1858",
11579 + "default.handlebars->119->1864",
11580 + "default3.handlebars->117->1860",
11581 "login2.handlebars->17->4"
11582 ]
11583 },
@@ -11600,8 +11608,8 @@
11608 "zh-cht": "阿拉伯文(巴林)",
11609 "xloc": [
11610 "default-mobile.handlebars->53->119",
11603 - "default.handlebars->119->1863",
11604 - "default3.handlebars->117->1859",
11611 + "default.handlebars->119->1865",
11612 + "default3.handlebars->117->1861",
11613 "login2.handlebars->17->5"
11614 ]
11615 },
@@ -11632,8 +11640,8 @@
11640 "zh-cht": "阿拉伯文(埃及)",
11641 "xloc": [
11642 "default-mobile.handlebars->53->120",
11635 - "default.handlebars->119->1864",
11636 - "default3.handlebars->117->1860",
11643 + "default.handlebars->119->1866",
11644 + "default3.handlebars->117->1862",
11645 "login2.handlebars->17->6"
11646 ]
11647 },
@@ -11664,8 +11672,8 @@
11672 "zh-cht": "阿拉伯文(伊拉克)",
11673 "xloc": [
11674 "default-mobile.handlebars->53->121",
11667 - "default.handlebars->119->1865",
11668 - "default3.handlebars->117->1861",
11675 + "default.handlebars->119->1867",
11676 + "default3.handlebars->117->1863",
11677 "login2.handlebars->17->7"
11678 ]
11679 },
@@ -11696,8 +11704,8 @@
11704 "zh-cht": "阿拉伯文(約旦)",
11705 "xloc": [
11706 "default-mobile.handlebars->53->122",
11699 - "default.handlebars->119->1866",
11700 - "default3.handlebars->117->1862",
11707 + "default.handlebars->119->1868",
11708 + "default3.handlebars->117->1864",
11709 "login2.handlebars->17->8"
11710 ]
11711 },
@@ -11728,8 +11736,8 @@
11736 "zh-cht": "阿拉伯文(科威特)",
11737 "xloc": [
11738 "default-mobile.handlebars->53->123",
11731 - "default.handlebars->119->1867",
11732 - "default3.handlebars->117->1863",
11739 + "default.handlebars->119->1869",
11740 + "default3.handlebars->117->1865",
11741 "login2.handlebars->17->9"
11742 ]
11743 },
@@ -11760,8 +11768,8 @@
11768 "zh-cht": "阿拉伯文(黎巴嫩)",
11769 "xloc": [
11770 "default-mobile.handlebars->53->124",
11763 - "default.handlebars->119->1868",
11764 - "default3.handlebars->117->1864",
11771 + "default.handlebars->119->1870",
11772 + "default3.handlebars->117->1866",
11773 "login2.handlebars->17->10"
11774 ]
11775 },
@@ -11792,8 +11800,8 @@
11800 "zh-cht": "阿拉伯文(利比亞)",
11801 "xloc": [
11802 "default-mobile.handlebars->53->125",
11795 - "default.handlebars->119->1869",
11796 - "default3.handlebars->117->1865",
11803 + "default.handlebars->119->1871",
11804 + "default3.handlebars->117->1867",
11805 "login2.handlebars->17->11"
11806 ]
11807 },
@@ -11824,8 +11832,8 @@
11832 "zh-cht": "阿拉伯文(摩洛哥)",
11833 "xloc": [
11834 "default-mobile.handlebars->53->126",
11827 - "default.handlebars->119->1870",
11828 - "default3.handlebars->117->1866",
11835 + "default.handlebars->119->1872",
11836 + "default3.handlebars->117->1868",
11837 "login2.handlebars->17->12"
11838 ]
11839 },
@@ -11856,8 +11864,8 @@
11864 "zh-cht": "阿拉伯文(阿曼)",
11865 "xloc": [
11866 "default-mobile.handlebars->53->127",
11859 - "default.handlebars->119->1871",
11860 - "default3.handlebars->117->1867",
11867 + "default.handlebars->119->1873",
11868 + "default3.handlebars->117->1869",
11869 "login2.handlebars->17->13"
11870 ]
11871 },
@@ -11888,8 +11896,8 @@
11896 "zh-cht": "阿拉伯文(卡塔爾)",
11897 "xloc": [
11898 "default-mobile.handlebars->53->128",
11891 - "default.handlebars->119->1872",
11892 - "default3.handlebars->117->1868",
11899 + "default.handlebars->119->1874",
11900 + "default3.handlebars->117->1870",
11901 "login2.handlebars->17->14"
11902 ]
11903 },
@@ -11920,8 +11928,8 @@
11928 "zh-cht": "阿拉伯文(沙特阿拉伯)",
11929 "xloc": [
11930 "default-mobile.handlebars->53->129",
11923 - "default.handlebars->119->1873",
11924 - "default3.handlebars->117->1869",
11931 + "default.handlebars->119->1875",
11932 + "default3.handlebars->117->1871",
11933 "login2.handlebars->17->15"
11934 ]
11935 },
@@ -11952,8 +11960,8 @@
11960 "zh-cht": "阿拉伯文(標準)",
11961 "xloc": [
11962 "default-mobile.handlebars->53->117",
11955 - "default.handlebars->119->1861",
11956 - "default3.handlebars->117->1857",
11963 + "default.handlebars->119->1863",
11964 + "default3.handlebars->117->1859",
11965 "login2.handlebars->17->3"
11966 ]
11967 },
@@ -11984,8 +11992,8 @@
11992 "zh-cht": "阿拉伯文(敘利亞)",
11993 "xloc": [
11994 "default-mobile.handlebars->53->130",
11987 - "default.handlebars->119->1874",
11988 - "default3.handlebars->117->1870",
11995 + "default.handlebars->119->1876",
11996 + "default3.handlebars->117->1872",
11997 "login2.handlebars->17->16"
11998 ]
11999 },
@@ -12016,8 +12024,8 @@
12024 "zh-cht": "阿拉伯文(突尼斯)",
12025 "xloc": [
12026 "default-mobile.handlebars->53->131",
12019 - "default.handlebars->119->1875",
12020 - "default3.handlebars->117->1871",
12027 + "default.handlebars->119->1877",
12028 + "default3.handlebars->117->1873",
12029 "login2.handlebars->17->17"
12030 ]
12031 },
@@ -12048,8 +12056,8 @@
12056 "zh-cht": "阿拉伯文(阿聯酋)",
12057 "xloc": [
12058 "default-mobile.handlebars->53->132",
12051 - "default.handlebars->119->1876",
12052 - "default3.handlebars->117->1872",
12059 + "default.handlebars->119->1878",
12060 + "default3.handlebars->117->1874",
12061 "login2.handlebars->17->18"
12062 ]
12063 },
@@ -12080,8 +12088,8 @@
12088 "zh-cht": "阿拉伯文(也門)",
12089 "xloc": [
12090 "default-mobile.handlebars->53->133",
12083 - "default.handlebars->119->1877",
12084 - "default3.handlebars->117->1873",
12091 + "default.handlebars->119->1879",
12092 + "default3.handlebars->117->1875",
12093 "login2.handlebars->17->19"
12094 ]
12095 },
@@ -12112,8 +12120,8 @@
12120 "zh-cht": "阿拉貢文",
12121 "xloc": [
12122 "default-mobile.handlebars->53->134",
12115 - "default.handlebars->119->1878",
12116 - "default3.handlebars->117->1874",
12123 + "default.handlebars->119->1880",
12124 + "default3.handlebars->117->1876",
12125 "login2.handlebars->17->20"
12126 ]
12127 },
@@ -12143,9 +12151,9 @@
12151 "zh-chs": "架构",
12152 "zh-cht": "結構",
12153 "xloc": [
12146 - "default-mobile.handlebars->53->754",
12147 - "default-mobile.handlebars->53->756",
12148 - "default-mobile.handlebars->53->758",
12154 + "default-mobile.handlebars->53->759",
12155 + "default-mobile.handlebars->53->761",
12156 + "default-mobile.handlebars->53->763",
12157 "default.handlebars->119->1619",
12158 "default.handlebars->119->1621",
12159 "default.handlebars->119->1623",
@@ -12210,9 +12218,9 @@
12218 "zh-chs": "你确定要删除组{0}吗?删除设备组还将删除该组中有关设备的所有信息。",
12219 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
12220 "xloc": [
12213 - "default-mobile.handlebars->53->967",
12214 - "default.handlebars->119->2318",
12215 - "default3.handlebars->117->2327"
12221 + "default-mobile.handlebars->53->974",
12222 + "default.handlebars->119->2320",
12223 + "default3.handlebars->117->2329"
12224 ]
12225 },
12226 {
@@ -12345,8 +12353,8 @@
12353 "zh-chs": "您确定要{0}插件吗:{1}",
12354 "zh-cht": "你確定要{0}外掛嗎:{1}",
12355 "xloc": [
12348 - "default.handlebars->119->3445",
12349 - "default3.handlebars->117->3450"
12356 + "default.handlebars->119->3452",
12357 + "default3.handlebars->117->3457"
12358 ]
12359 },
12360 {
@@ -12407,8 +12415,8 @@
12415 "zh-cht": "亞美尼亞文",
12416 "xloc": [
12417 "default-mobile.handlebars->53->135",
12410 - "default.handlebars->119->1879",
12411 - "default3.handlebars->117->1875",
12418 + "default.handlebars->119->1881",
12419 + "default3.handlebars->117->1877",
12420 "login2.handlebars->17->21"
12421 ]
12422 },
@@ -12621,8 +12629,8 @@
12629 "zh-cht": "阿薩姆文",
12630 "xloc": [
12631 "default-mobile.handlebars->53->136",
12624 - "default.handlebars->119->1880",
12625 - "default3.handlebars->117->1876",
12632 + "default.handlebars->119->1882",
12633 + "default3.handlebars->117->1878",
12634 "login2.handlebars->17->22"
12635 ]
12636 },
@@ -12801,8 +12809,8 @@
12809 "zh-cht": "阿斯圖里亞斯文",
12810 "xloc": [
12811 "default-mobile.handlebars->53->137",
12804 - "default.handlebars->119->1881",
12805 - "default3.handlebars->117->1877",
12812 + "default.handlebars->119->1883",
12813 + "default3.handlebars->117->1879",
12814 "login2.handlebars->17->23"
12815 ]
12816 },
@@ -12832,8 +12840,8 @@
12840 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
12841 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
12842 "xloc": [
12835 - "default.handlebars->119->2564",
12836 - "default3.handlebars->117->2576"
12843 + "default.handlebars->119->2571",
12844 + "default3.handlebars->117->2583"
12845 ]
12846 },
12847 {
@@ -12888,9 +12896,9 @@
12896 "zh-chs": "验证",
12897 "zh-cht": "驗證",
12898 "xloc": [
12891 - "default-mobile.handlebars->53->689",
12892 - "default-mobile.handlebars->53->693",
12893 - "default-mobile.handlebars->53->705",
12899 + "default-mobile.handlebars->53->694",
12900 + "default-mobile.handlebars->53->698",
12901 + "default-mobile.handlebars->53->710",
12902 "default.handlebars->119->1512",
12903 "default.handlebars->119->1516",
12904 "default.handlebars->119->1528",
@@ -12933,8 +12941,8 @@
12941 "zh-chs": "认证软件",
12942 "zh-cht": "認證軟體",
12943 "xloc": [
12936 - "default.handlebars->119->3006",
12937 - "default3.handlebars->117->3015"
12944 + "default.handlebars->119->3013",
12945 + "default3.handlebars->117->3022"
12946 ]
12947 },
12948 {
@@ -12963,12 +12971,12 @@
12971 "zh-chs": "认证设备",
12972 "zh-cht": "認證設備",
12973 "xloc": [
12966 - "default.handlebars->119->1842",
12974 "default.handlebars->119->1844",
12968 - "default.handlebars->119->1848",
12969 - "default3.handlebars->117->1839",
12975 + "default.handlebars->119->1846",
12976 + "default.handlebars->119->1850",
12977 "default3.handlebars->117->1841",
12971 - "default3.handlebars->117->1844"
12978 + "default3.handlebars->117->1843",
12979 + "default3.handlebars->117->1846"
12980 ]
12981 },
12982 {
@@ -12997,8 +13005,8 @@
13005 "zh-chs": "授权错误",
13006 "zh-cht": "授權錯誤",
13007 "xloc": [
13000 - "default-mobile.handlebars->53->706",
13001 - "default-mobile.handlebars->53->712",
13008 + "default-mobile.handlebars->53->711",
13009 + "default-mobile.handlebars->53->717",
13010 "default.handlebars->119->1530",
13011 "default.handlebars->119->1545",
13012 "default3.handlebars->117->1530",
@@ -13037,12 +13045,12 @@
13045 "default-mobile.handlebars->53->322",
13046 "default-mobile.handlebars->53->75",
13047 "default-mobile.handlebars->53->80",
13040 - "default.handlebars->119->1838",
13048 "default.handlebars->119->1840",
13049 + "default.handlebars->119->1842",
13050 "default.handlebars->119->229",
13051 "default.handlebars->119->234",
13044 - "default3.handlebars->117->1835",
13052 "default3.handlebars->117->1837",
13053 + "default3.handlebars->117->1839",
13054 "default3.handlebars->117->241",
13055 "default3.handlebars->117->246"
13056 ]
@@ -13194,10 +13202,10 @@
13202 "zh-chs": "自动删除",
13203 "zh-cht": "自動刪除",
13204 "xloc": [
13197 - "default.handlebars->119->2196",
13198 - "default.handlebars->119->2709",
13199 - "default3.handlebars->117->2207",
13200 - "default3.handlebars->117->2721"
13205 + "default.handlebars->119->2198",
13206 + "default.handlebars->119->2716",
13207 + "default3.handlebars->117->2209",
13208 + "default3.handlebars->117->2728"
13209 ]
13210 },
13211 {
@@ -13263,8 +13271,8 @@
13271 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
13272 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
13273 "xloc": [
13266 - "default.handlebars->119->2645",
13267 - "default3.handlebars->117->2657"
13274 + "default.handlebars->119->2652",
13275 + "default3.handlebars->117->2664"
13276 ]
13277 },
13278 {
@@ -13381,8 +13389,8 @@
13389 "zh-chs": "自动移除非活动设备",
13390 "zh-cht": "自動移除非活動設備",
13391 "xloc": [
13384 - "default.handlebars->119->2348",
13385 - "default3.handlebars->117->2360"
13392 + "default.handlebars->119->2350",
13393 + "default3.handlebars->117->2362"
13394 ]
13395 },
13396 {
@@ -13411,8 +13419,8 @@
13419 "zh-chs": "可用內存",
13420 "zh-cht": "可用內存",
13421 "xloc": [
13414 - "default.handlebars->119->3373",
13415 - "default3.handlebars->117->3378"
13422 + "default.handlebars->119->3380",
13423 + "default3.handlebars->117->3385"
13424 ]
13425 },
13426 {
@@ -13442,8 +13450,8 @@
13450 "zh-cht": "阿塞拜疆文",
13451 "xloc": [
13452 "default-mobile.handlebars->53->138",
13445 - "default.handlebars->119->1882",
13446 - "default3.handlebars->117->1878",
13453 + "default.handlebars->119->1884",
13454 + "default3.handlebars->117->1880",
13455 "login2.handlebars->17->24"
13456 ]
13457 },
@@ -13473,9 +13481,9 @@
13481 "zh-chs": "坏的",
13482 "zh-cht": "壞的",
13483 "xloc": [
13476 - "default-mobile.handlebars->53->765",
13477 - "default-mobile.handlebars->53->769",
13478 - "default-mobile.handlebars->53->773",
13484 + "default-mobile.handlebars->53->770",
13485 + "default-mobile.handlebars->53->774",
13486 + "default-mobile.handlebars->53->778",
13487 "default.handlebars->119->435",
13488 "default.handlebars->119->437",
13489 "default.handlebars->119->439",
@@ -13516,9 +13524,9 @@
13524 "zh-chs": "的BIOS",
13525 "zh-cht": "的BIOS",
13526 "xloc": [
13519 - "default-mobile.handlebars->53->846",
13520 - "default.handlebars->119->1692",
13521 - "default3.handlebars->117->1690"
13527 + "default-mobile.handlebars->53->853",
13528 + "default.handlebars->119->1694",
13529 + "default3.handlebars->117->1692"
13530 ]
13531 },
13532 {
@@ -13656,7 +13664,7 @@
13664 "zh-chs": "退格",
13665 "zh-cht": "退格",
13666 "xloc": [
13659 - "default-mobile.handlebars->53->654",
13667 + "default-mobile.handlebars->53->659",
13668 "default.handlebars->119->1427",
13669 "default3.handlebars->117->1429",
13670 "sharing-mobile.handlebars->53->17"
@@ -13719,12 +13727,12 @@
13727 "zh-chs": "后台运行与交互式运行",
13728 "zh-cht": "背景與互動",
13729 "xloc": [
13722 - "default.handlebars->119->2447",
13723 - "default.handlebars->119->2454",
13730 + "default.handlebars->119->2449",
13731 + "default.handlebars->119->2456",
13732 "default.handlebars->119->575",
13733 "default.handlebars->119->596",
13726 - "default3.handlebars->117->2459",
13727 - "default3.handlebars->117->2466",
13734 + "default3.handlebars->117->2461",
13735 + "default3.handlebars->117->2468",
13736 "default3.handlebars->117->586",
13737 "default3.handlebars->117->607"
13738 ]
@@ -13756,13 +13764,13 @@
13764 "zh-cht": "僅背景",
13765 "xloc": [
13766 "agentinvite.handlebars->13->9",
13759 - "default.handlebars->119->2448",
13760 - "default.handlebars->119->2456",
13767 + "default.handlebars->119->2450",
13768 + "default.handlebars->119->2458",
13769 "default.handlebars->119->576",
13770 "default.handlebars->119->597",
13771 "default.handlebars->119->614",
13764 - "default3.handlebars->117->2460",
13765 - "default3.handlebars->117->2468",
13772 + "default3.handlebars->117->2462",
13773 + "default3.handlebars->117->2470",
13774 "default3.handlebars->117->587",
13775 "default3.handlebars->117->608",
13776 "default3.handlebars->117->625"
@@ -13825,10 +13833,10 @@
13833 "zh-chs": "备用码",
13834 "zh-cht": "備用碼",
13835 "xloc": [
13828 - "default.handlebars->119->3010",
13829 - "default.handlebars->119->3249",
13830 - "default3.handlebars->117->3019",
13831 - "default3.handlebars->117->3252"
13836 + "default.handlebars->119->3017",
13837 + "default.handlebars->119->3256",
13838 + "default3.handlebars->117->3026",
13839 + "default3.handlebars->117->3259"
13840 ]
13841 },
13842 {
@@ -13918,8 +13926,8 @@
13926 "zh-chs": "错误的签名",
13927 "zh-cht": "錯誤的簽名",
13928 "xloc": [
13921 - "default.handlebars->119->3354",
13922 - "default3.handlebars->117->3359"
13929 + "default.handlebars->119->3361",
13930 + "default3.handlebars->117->3366"
13931 ]
13932 },
13933 {
@@ -13948,8 +13956,8 @@
13956 "zh-chs": "错误的网络证书",
13957 "zh-cht": "錯誤的網絡憑證",
13958 "xloc": [
13951 - "default.handlebars->119->3353",
13952 - "default3.handlebars->117->3358"
13959 + "default.handlebars->119->3360",
13960 + "default3.handlebars->117->3365"
13961 ]
13962 },
13963 {
@@ -13979,8 +13987,8 @@
13987 "zh-cht": "巴斯克",
13988 "xloc": [
13989 "default-mobile.handlebars->53->139",
13982 - "default.handlebars->119->1883",
13983 - "default3.handlebars->117->1879",
13990 + "default.handlebars->119->1885",
13991 + "default3.handlebars->117->1881",
13992 "login2.handlebars->17->25"
13993 ]
13994 },
@@ -14085,8 +14093,8 @@
14093 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
14094 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
14095 "xloc": [
14088 - "default.handlebars->119->2644",
14089 - "default3.handlebars->117->2656"
14096 + "default.handlebars->119->2651",
14097 + "default3.handlebars->117->2663"
14098 ]
14099 },
14100 {
@@ -14116,8 +14124,8 @@
14124 "zh-cht": "白俄羅斯文",
14125 "xloc": [
14126 "default-mobile.handlebars->53->141",
14119 - "default.handlebars->119->1885",
14120 - "default3.handlebars->117->1881",
14127 + "default.handlebars->119->1887",
14128 + "default3.handlebars->117->1883",
14129 "login2.handlebars->17->27"
14130 ]
14131 },
@@ -14148,8 +14156,8 @@
14156 "zh-cht": "孟加拉",
14157 "xloc": [
14158 "default-mobile.handlebars->53->142",
14151 - "default.handlebars->119->1886",
14152 - "default3.handlebars->117->1882",
14159 + "default.handlebars->119->1888",
14160 + "default3.handlebars->117->1884",
14161 "login2.handlebars->17->28"
14162 ]
14163 },
@@ -14217,9 +14225,9 @@
14225 "nl": "BitLocker",
14226 "uk": "BitLocker",
14227 "xloc": [
14220 - "default-mobile.handlebars->53->902",
14221 - "default.handlebars->119->1748",
14222 - "default3.handlebars->117->1746"
14228 + "default-mobile.handlebars->53->909",
14229 + "default.handlebars->119->1750",
14230 + "default3.handlebars->117->1748"
14231 ]
14232 },
14233 {
@@ -14229,9 +14237,9 @@
14237 "pl": "Informacje o BitLocker",
14238 "uk": "Інформація о BitLocker",
14239 "xloc": [
14232 - "default-mobile.handlebars->53->923",
14233 - "default.handlebars->119->1769",
14234 - "default3.handlebars->117->1767"
14240 + "default-mobile.handlebars->53->930",
14241 + "default.handlebars->119->1771",
14242 + "default3.handlebars->117->1769"
14243 ]
14244 },
14245 {
@@ -14260,7 +14268,7 @@
14268 "zh-chs": "引导加载程序",
14269 "zh-cht": "引導加載程序",
14270 "xloc": [
14263 - "default-mobile.handlebars->53->803",
14271 + "default-mobile.handlebars->53->808",
14272 "default.handlebars->119->1639",
14273 "default3.handlebars->117->1639"
14274 ]
@@ -14292,8 +14300,8 @@
14300 "zh-cht": "波斯尼亞文",
14301 "xloc": [
14302 "default-mobile.handlebars->53->143",
14295 - "default.handlebars->119->1887",
14296 - "default3.handlebars->117->1883",
14303 + "default.handlebars->119->1889",
14304 + "default3.handlebars->117->1885",
14305 "login2.handlebars->17->29"
14306 ]
14307 },
@@ -14324,8 +14332,8 @@
14332 "zh-cht": "布列塔尼",
14333 "xloc": [
14334 "default-mobile.handlebars->53->144",
14327 - "default.handlebars->119->1888",
14328 - "default3.handlebars->117->1884",
14335 + "default.handlebars->119->1890",
14336 + "default3.handlebars->117->1886",
14337 "login2.handlebars->17->30"
14338 ]
14339 },
@@ -14355,9 +14363,9 @@
14363 "zh-chs": "广播",
14364 "zh-cht": "廣播",
14365 "xloc": [
14358 - "default.handlebars->119->2904",
14366 + "default.handlebars->119->2911",
14367 "default.handlebars->container->column_l->p4->3->1->0->3->1",
14360 - "default3.handlebars->117->2913",
14368 + "default3.handlebars->117->2920",
14369 "default3.handlebars->container->column_l->p4->3->1->0->1->3"
14370 ]
14371 },
@@ -14387,8 +14395,8 @@
14395 "zh-chs": "广播消息",
14396 "zh-cht": "廣播消息",
14397 "xloc": [
14390 - "default.handlebars->119->2820",
14391 - "default3.handlebars->117->2831"
14398 + "default.handlebars->119->2827",
14399 + "default3.handlebars->117->2838"
14400 ]
14401 },
14402 {
@@ -14417,8 +14425,8 @@
14425 "zh-chs": "向所有连接的用户广播消息。",
14426 "zh-cht": "向所有連接的用戶廣播消息。",
14427 "xloc": [
14420 - "default.handlebars->119->2815",
14421 - "default3.handlebars->117->2826"
14428 + "default.handlebars->119->2822",
14429 + "default3.handlebars->117->2833"
14430 ]
14431 },
14432 {
@@ -14447,8 +14455,8 @@
14455 "zh-chs": "浏览器",
14456 "zh-cht": "瀏覽器",
14457 "xloc": [
14450 - "default.handlebars->119->3220",
14451 - "default3.handlebars->117->3223"
14458 + "default.handlebars->119->3227",
14459 + "default3.handlebars->117->3230"
14460 ]
14461 },
14462 {
@@ -14539,8 +14547,8 @@
14547 "zh-cht": "保加利亞文",
14548 "xloc": [
14549 "default-mobile.handlebars->53->140",
14542 - "default.handlebars->119->1884",
14543 - "default3.handlebars->117->1880",
14550 + "default.handlebars->119->1886",
14551 + "default3.handlebars->117->1882",
14552 "login2.handlebars->17->26"
14553 ]
14554 },
@@ -14571,8 +14579,8 @@
14579 "zh-cht": "緬甸文",
14580 "xloc": [
14581 "default-mobile.handlebars->53->145",
14574 - "default.handlebars->119->1889",
14575 - "default3.handlebars->117->1885",
14582 + "default.handlebars->119->1891",
14583 + "default3.handlebars->117->1887",
14584 "login2.handlebars->17->31"
14585 ]
14586 },
@@ -14602,8 +14610,8 @@
14610 "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
14611 "zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
14612 "xloc": [
14605 - "default.handlebars->119->2350",
14606 - "default3.handlebars->117->2362"
14613 + "default.handlebars->119->2352",
14614 + "default3.handlebars->117->2364"
14615 ]
14616 },
14617 {
@@ -14632,8 +14640,8 @@
14640 "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
14641 "zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
14642 "xloc": [
14635 - "default.handlebars->119->2351",
14636 - "default3.handlebars->117->2363"
14643 + "default.handlebars->119->2353",
14644 + "default3.handlebars->117->2365"
14645 ]
14646 },
14647 {
@@ -14675,8 +14683,8 @@
14683 "zh-chs": "字节输入",
14684 "zh-cht": "字節輸入",
14685 "xloc": [
14678 - "default.handlebars->119->3216",
14679 - "default3.handlebars->117->3219"
14686 + "default.handlebars->119->3223",
14687 + "default3.handlebars->117->3226"
14688 ]
14689 },
14690 {
@@ -14705,8 +14713,8 @@
14713 "zh-chs": "字节输出",
14714 "zh-cht": "字節輸出",
14715 "xloc": [
14708 - "default.handlebars->119->3217",
14709 - "default3.handlebars->117->3220"
14716 + "default.handlebars->119->3224",
14717 + "default3.handlebars->117->3227"
14718 ]
14719 },
14720 {
@@ -14782,7 +14790,7 @@
14790 "zh-chs": "CCM",
14791 "zh-cht": "CCM",
14792 "xloc": [
14785 - "default-mobile.handlebars->53->517",
14793 + "default-mobile.handlebars->53->522",
14794 "default.handlebars->119->445",
14795 "default.handlebars->119->929",
14796 "default3.handlebars->117->456",
@@ -14815,8 +14823,8 @@
14823 "zh-chs": "CCM模式",
14824 "zh-cht": "CCM模式",
14825 "xloc": [
14818 - "default.handlebars->119->2301",
14819 - "default3.handlebars->117->2310"
14826 + "default.handlebars->119->2303",
14827 + "default3.handlebars->117->2312"
14828 ]
14829 },
14830 {
@@ -14824,15 +14832,15 @@
14832 "en": "CD-ROM",
14833 "nl": "CD-ROM",
14834 "xloc": [
14827 - "default-mobile.handlebars->53->895",
14828 - "default-mobile.handlebars->53->907",
14835 + "default-mobile.handlebars->53->902",
14836 "default-mobile.handlebars->53->914",
14830 - "default.handlebars->119->1741",
14831 - "default.handlebars->119->1753",
14832 - "default.handlebars->119->1760",
14833 - "default3.handlebars->117->1739",
14834 - "default3.handlebars->117->1751",
14835 - "default3.handlebars->117->1758"
14837 + "default-mobile.handlebars->53->921",
14838 + "default.handlebars->119->1743",
14839 + "default.handlebars->119->1755",
14840 + "default.handlebars->119->1762",
14841 + "default3.handlebars->117->1741",
14842 + "default3.handlebars->117->1753",
14843 + "default3.handlebars->117->1760"
14844 ]
14845 },
14846 {
@@ -14861,11 +14869,11 @@
14869 "zh-chs": "CIRA",
14870 "zh-cht": "CIRA",
14871 "xloc": [
14864 - "default-mobile.handlebars->53->478",
14865 - "default.handlebars->119->3380",
14872 + "default-mobile.handlebars->53->483",
14873 + "default.handlebars->119->3387",
14874 "default.handlebars->119->423",
14875 "default.handlebars->119->730",
14868 - "default3.handlebars->117->3385",
14876 + "default3.handlebars->117->3392",
14877 "default3.handlebars->117->434",
14878 "default3.handlebars->117->741"
14879 ]
@@ -14896,8 +14904,8 @@
14904 "zh-chs": "CIRA服务器",
14905 "zh-cht": "CIRA伺服器",
14906 "xloc": [
14899 - "default.handlebars->119->3429",
14900 - "default3.handlebars->117->3434"
14907 + "default.handlebars->119->3436",
14908 + "default3.handlebars->117->3441"
14909 ]
14910 },
14911 {
@@ -14926,8 +14934,8 @@
14934 "zh-chs": "CIRA服务器命令",
14935 "zh-cht": "CIRA伺服器指令",
14936 "xloc": [
14929 - "default.handlebars->119->3430",
14930 - "default3.handlebars->117->3435"
14937 + "default.handlebars->119->3437",
14938 + "default3.handlebars->117->3442"
14939 ]
14940 },
14941 {
@@ -14986,8 +14994,8 @@
14994 "zh-chs": "CIRA设置",
14995 "zh-cht": "CIRA設置",
14996 "xloc": [
14989 - "default.handlebars->119->2309",
14990 - "default3.handlebars->117->2317"
14997 + "default.handlebars->119->2311",
14998 + "default3.handlebars->117->2319"
14999 ]
15000 },
15001 {
@@ -15016,14 +15024,14 @@
15024 "zh-chs": "CPU",
15025 "zh-cht": "CPU",
15026 "xloc": [
15019 - "default-mobile.handlebars->53->852",
15027 + "default-mobile.handlebars->53->859",
15028 "default.handlebars->119->1614",
15021 - "default.handlebars->119->1698",
15022 - "default.handlebars->119->3405",
15029 + "default.handlebars->119->1700",
15030 + "default.handlebars->119->3412",
15031 "default.handlebars->container->column_l->p40->3->1->p40type->5",
15032 "default3.handlebars->117->1614",
15025 - "default3.handlebars->117->1696",
15026 - "default3.handlebars->117->3410",
15033 + "default3.handlebars->117->1698",
15034 + "default3.handlebars->117->3417",
15035 "default3.handlebars->container->column_l->p40->3->3->p40type->5"
15036 ]
15037 },
@@ -15053,8 +15061,8 @@
15061 "zh-chs": "CPU负载",
15062 "zh-cht": "CPU負載",
15063 "xloc": [
15056 - "default.handlebars->119->3369",
15057 - "default3.handlebars->117->3374"
15064 + "default.handlebars->119->3376",
15065 + "default3.handlebars->117->3381"
15066 ]
15067 },
15068 {
@@ -15083,8 +15091,8 @@
15091 "zh-chs": "最近15分钟的CPU负载",
15092 "zh-cht": "最近15分鐘的CPU負載",
15093 "xloc": [
15086 - "default.handlebars->119->3372",
15087 - "default3.handlebars->117->3377"
15094 + "default.handlebars->119->3379",
15095 + "default3.handlebars->117->3384"
15096 ]
15097 },
15098 {
@@ -15113,8 +15121,8 @@
15121 "zh-chs": "最近5分钟的CPU负载",
15122 "zh-cht": "最近5分鐘的CPU負載",
15123 "xloc": [
15116 - "default.handlebars->119->3371",
15117 - "default3.handlebars->117->3376"
15124 + "default.handlebars->119->3378",
15125 + "default3.handlebars->117->3383"
15126 ]
15127 },
15128 {
@@ -15143,8 +15151,8 @@
15151 "zh-chs": "最近一分钟的CPU负载",
15152 "zh-cht": "最近一分鐘的CPU負載",
15153 "xloc": [
15146 - "default.handlebars->119->3370",
15147 - "default3.handlebars->117->3375"
15154 + "default.handlebars->119->3377",
15155 + "default3.handlebars->117->3382"
15156 ]
15157 },
15158 {
@@ -15210,8 +15218,8 @@
15218 "zh-chs": "CSV",
15219 "zh-cht": "CSV",
15220 "xloc": [
15213 - "default.handlebars->119->2726",
15214 - "default3.handlebars->117->2738"
15221 + "default.handlebars->119->2733",
15222 + "default3.handlebars->117->2745"
15223 ]
15224 },
15225 {
@@ -15240,11 +15248,11 @@
15248 "zh-chs": "CSV格式",
15249 "zh-cht": "CSV格式",
15250 "xloc": [
15243 - "default.handlebars->119->2730",
15244 - "default.handlebars->119->2807",
15251 + "default.handlebars->119->2737",
15252 + "default.handlebars->119->2814",
15253 "default.handlebars->119->803",
15246 - "default3.handlebars->117->2742",
15247 - "default3.handlebars->117->2818",
15254 + "default3.handlebars->117->2749",
15255 + "default3.handlebars->117->2825",
15256 "default3.handlebars->117->814"
15257 ]
15258 },
@@ -15254,8 +15262,8 @@
15262 "nl": "Het CSV bestandsformaat is als volgt:",
15263 "uk": "Формат файлу CSV нижче:",
15264 "xloc": [
15257 - "default.handlebars->119->2793",
15258 - "default3.handlebars->117->2804"
15265 + "default.handlebars->119->2800",
15266 + "default3.handlebars->117->2811"
15267 ]
15268 },
15269 {
@@ -15310,8 +15318,8 @@
15318 "zh-chs": "呼叫错误",
15319 "zh-cht": "呼叫錯誤",
15320 "xloc": [
15313 - "default.handlebars->119->3446",
15314 - "default3.handlebars->117->3451"
15321 + "default.handlebars->119->3453",
15322 + "default3.handlebars->117->3458"
15323 ]
15324 },
15325 {
@@ -15324,10 +15332,10 @@
15332 "pl": "CallMeBot",
15333 "uk": "CallMeBot",
15334 "xloc": [
15327 - "default.handlebars->119->1807",
15328 - "default.handlebars->119->3045",
15329 - "default3.handlebars->117->1804",
15330 - "default3.handlebars->117->3054"
15335 + "default.handlebars->119->1809",
15336 + "default.handlebars->119->3052",
15337 + "default3.handlebars->117->1806",
15338 + "default3.handlebars->117->3061"
15339 ]
15340 },
15341 {
@@ -15389,8 +15397,8 @@
15397 "agent-translations.json",
15398 "default-mobile.handlebars->53->331",
15399 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
15392 - "default.handlebars->119->2163",
15393 - "default.handlebars->119->3435",
15400 + "default.handlebars->119->2165",
15401 + "default.handlebars->119->3442",
15402 "default.handlebars->119->548",
15403 "default.handlebars->container->dialog->idx_dlgButtonBar",
15404 "default3.handlebars->117->559",
@@ -15513,30 +15521,30 @@
15521 "zh-chs": "容量",
15522 "zh-cht": "容量",
15523 "xloc": [
15516 - "default-mobile.handlebars->53->870",
15517 - "default-mobile.handlebars->53->876",
15518 - "default-mobile.handlebars->53->882",
15519 - "default-mobile.handlebars->53->887",
15524 + "default-mobile.handlebars->53->877",
15525 + "default-mobile.handlebars->53->883",
15526 "default-mobile.handlebars->53->889",
15521 - "default-mobile.handlebars->53->892",
15522 - "default-mobile.handlebars->53->904",
15527 + "default-mobile.handlebars->53->894",
15528 + "default-mobile.handlebars->53->896",
15529 + "default-mobile.handlebars->53->899",
15530 "default-mobile.handlebars->53->911",
15524 - "default.handlebars->119->1716",
15525 - "default.handlebars->119->1722",
15526 - "default.handlebars->119->1728",
15527 - "default.handlebars->119->1733",
15531 + "default-mobile.handlebars->53->918",
15532 + "default.handlebars->119->1718",
15533 + "default.handlebars->119->1724",
15534 + "default.handlebars->119->1730",
15535 "default.handlebars->119->1735",
15529 - "default.handlebars->119->1738",
15530 - "default.handlebars->119->1750",
15531 - "default.handlebars->119->1757",
15532 - "default3.handlebars->117->1714",
15533 - "default3.handlebars->117->1720",
15534 - "default3.handlebars->117->1726",
15535 - "default3.handlebars->117->1731",
15536 + "default.handlebars->119->1737",
15537 + "default.handlebars->119->1740",
15538 + "default.handlebars->119->1752",
15539 + "default.handlebars->119->1759",
15540 + "default3.handlebars->117->1716",
15541 + "default3.handlebars->117->1722",
15542 + "default3.handlebars->117->1728",
15543 "default3.handlebars->117->1733",
15537 - "default3.handlebars->117->1736",
15538 - "default3.handlebars->117->1748",
15539 - "default3.handlebars->117->1755"
15544 + "default3.handlebars->117->1735",
15545 + "default3.handlebars->117->1738",
15546 + "default3.handlebars->117->1750",
15547 + "default3.handlebars->117->1757"
15548 ]
15549 },
15550 {
@@ -15565,15 +15573,15 @@
15573 "zh-chs": "容量/速度",
15574 "zh-cht": "容量/速度",
15575 "xloc": [
15568 - "default-mobile.handlebars->53->868",
15569 - "default-mobile.handlebars->53->874",
15570 - "default-mobile.handlebars->53->880",
15571 - "default.handlebars->119->1714",
15572 - "default.handlebars->119->1720",
15573 - "default.handlebars->119->1726",
15574 - "default3.handlebars->117->1712",
15575 - "default3.handlebars->117->1718",
15576 - "default3.handlebars->117->1724"
15576 + "default-mobile.handlebars->53->875",
15577 + "default-mobile.handlebars->53->881",
15578 + "default-mobile.handlebars->53->887",
15579 + "default.handlebars->119->1716",
15580 + "default.handlebars->119->1722",
15581 + "default.handlebars->119->1728",
15582 + "default3.handlebars->117->1714",
15583 + "default3.handlebars->117->1720",
15584 + "default3.handlebars->117->1726"
15585 ]
15586 },
15587 {
@@ -15582,15 +15590,15 @@
15590 "nl": "Resterende capaciteit",
15591 "uk": "Вільне місце",
15592 "xloc": [
15585 - "default-mobile.handlebars->53->893",
15586 - "default-mobile.handlebars->53->905",
15593 + "default-mobile.handlebars->53->900",
15594 "default-mobile.handlebars->53->912",
15588 - "default.handlebars->119->1739",
15589 - "default.handlebars->119->1751",
15590 - "default.handlebars->119->1758",
15591 - "default3.handlebars->117->1737",
15592 - "default3.handlebars->117->1749",
15593 - "default3.handlebars->117->1756"
15595 + "default-mobile.handlebars->53->919",
15596 + "default.handlebars->119->1741",
15597 + "default.handlebars->119->1753",
15598 + "default.handlebars->119->1760",
15599 + "default3.handlebars->117->1739",
15600 + "default3.handlebars->117->1751",
15601 + "default3.handlebars->117->1758"
15602 ]
15603 },
15604 {
@@ -15620,8 +15628,8 @@
15628 "zh-cht": "加泰羅尼亞文",
15629 "xloc": [
15630 "default-mobile.handlebars->53->146",
15623 - "default.handlebars->119->1890",
15624 - "default3.handlebars->117->1886",
15631 + "default.handlebars->119->1892",
15632 + "default3.handlebars->117->1888",
15633 "login2.handlebars->17->32"
15634 ]
15635 },
@@ -15718,7 +15726,7 @@
15726 "en": "Cerulean",
15727 "nl": "Hemelsblauw",
15728 "xloc": [
15721 - "default3.handlebars->117->2100"
15729 + "default3.handlebars->117->2102"
15730 ]
15731 },
15732 {
@@ -15748,8 +15756,8 @@
15756 "zh-cht": "查莫羅",
15757 "xloc": [
15758 "default-mobile.handlebars->53->147",
15751 - "default.handlebars->119->1891",
15752 - "default3.handlebars->117->1887",
15759 + "default.handlebars->119->1893",
15760 + "default3.handlebars->117->1889",
15761 "login2.handlebars->17->33"
15762 ]
15763 },
@@ -15810,8 +15818,8 @@
15818 "zh-chs": "更改{0}的邮箱",
15819 "zh-cht": "更改{0}的電郵",
15820 "xloc": [
15813 - "default.handlebars->119->3087",
15814 - "default3.handlebars->117->3094"
15821 + "default.handlebars->119->3094",
15822 + "default3.handlebars->117->3101"
15823 ]
15824 },
15825 {
@@ -15890,10 +15898,10 @@
15898 "zh-cht": "更改密碼",
15899 "xloc": [
15900 "default-mobile.handlebars->53->339",
15893 - "default.handlebars->119->2107",
15894 - "default.handlebars->119->3031",
15895 - "default3.handlebars->117->2098",
15896 - "default3.handlebars->117->3040"
15901 + "default.handlebars->119->2109",
15902 + "default.handlebars->119->3038",
15903 + "default3.handlebars->117->2100",
15904 + "default3.handlebars->117->3047"
15905 ]
15906 },
15907 {
@@ -15922,8 +15930,8 @@
15930 "zh-chs": "更改{0}的密码",
15931 "zh-cht": "更改{0}的密碼",
15932 "xloc": [
15925 - "default.handlebars->119->3096",
15926 - "default3.handlebars->117->3099"
15933 + "default.handlebars->119->3103",
15934 + "default3.handlebars->117->3106"
15935 ]
15936 },
15937 {
@@ -15952,8 +15960,8 @@
15960 "zh-chs": "更改{0}的真实名称",
15961 "zh-cht": "更改{0}的真實名稱",
15962 "xloc": [
15955 - "default.handlebars->119->3082",
15956 - "default3.handlebars->117->3090"
15963 + "default.handlebars->119->3089",
15964 + "default3.handlebars->117->3097"
15965 ]
15966 },
15967 {
@@ -16130,8 +16138,8 @@
16138 "zh-chs": "更改该用户的密码",
16139 "zh-cht": "更改該用戶的密碼",
16140 "xloc": [
16133 - "default.handlebars->119->3030",
16134 - "default3.handlebars->117->3039"
16141 + "default.handlebars->119->3037",
16142 + "default3.handlebars->117->3046"
16143 ]
16144 },
16145 {
@@ -16190,8 +16198,8 @@
16198 "zh-chs": "更改您的邮件地址。",
16199 "zh-cht": "在此處更改你的帳戶電郵地址。",
16200 "xloc": [
16193 - "default.handlebars->119->2094",
16194 - "default3.handlebars->117->2091"
16201 + "default.handlebars->119->2096",
16202 + "default3.handlebars->117->2093"
16203 ]
16204 },
16205 {
@@ -16220,8 +16228,8 @@
16228 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
16229 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
16230 "xloc": [
16223 - "default.handlebars->119->2100",
16224 - "default3.handlebars->117->2095"
16231 + "default.handlebars->119->2102",
16232 + "default3.handlebars->117->2097"
16233 ]
16234 },
16235 {
@@ -16250,8 +16258,8 @@
16258 "zh-chs": "更改帐户凭据",
16259 "zh-cht": "帳戶憑證已更改",
16260 "xloc": [
16253 - "default.handlebars->119->2616",
16254 - "default3.handlebars->117->2628"
16261 + "default.handlebars->119->2623",
16262 + "default3.handlebars->117->2635"
16263 ]
16264 },
16265 {
@@ -16280,8 +16288,8 @@
16288 "zh-chs": "将帐户显示名称更改为 {0}。",
16289 "zh-cht": "將帳戶顯示名稱更改為 {0}。",
16290 "xloc": [
16283 - "default.handlebars->119->2668",
16284 - "default3.handlebars->117->2680"
16291 + "default.handlebars->119->2675",
16292 + "default3.handlebars->117->2687"
16293 ]
16294 },
16295 {
@@ -16310,10 +16318,10 @@
16318 "zh-chs": "{1}组中的设备{0}已更改:{2}",
16319 "zh-cht": "{1}組中的設備{0}已更改:{2}",
16320 "xloc": [
16313 - "default.handlebars->119->2600",
16314 - "default.handlebars->119->2681",
16315 - "default3.handlebars->117->2612",
16316 - "default3.handlebars->117->2693"
16321 + "default.handlebars->119->2607",
16322 + "default.handlebars->119->2688",
16323 + "default3.handlebars->117->2619",
16324 + "default3.handlebars->117->2700"
16325 ]
16326 },
16327 {
@@ -16342,8 +16350,8 @@
16350 "zh-chs": "语言从{1}更改为{2}",
16351 "zh-cht": "語言從{1}更改為{2}",
16352 "xloc": [
16345 - "default.handlebars->119->2544",
16346 - "default3.handlebars->117->2556"
16353 + "default.handlebars->119->2551",
16354 + "default3.handlebars->117->2563"
16355 ]
16356 },
16357 {
@@ -16372,10 +16380,10 @@
16380 "zh-chs": "已更改{0}的用户设备权限",
16381 "zh-cht": "已更改{0}的用戶設備權限",
16382 "xloc": [
16375 - "default.handlebars->119->2602",
16376 - "default.handlebars->119->2623",
16377 - "default3.handlebars->117->2614",
16378 - "default3.handlebars->117->2635"
16383 + "default.handlebars->119->2609",
16384 + "default.handlebars->119->2630",
16385 + "default3.handlebars->117->2621",
16386 + "default3.handlebars->117->2642"
16387 ]
16388 },
16389 {
@@ -16431,8 +16439,8 @@
16439 "zh-cht": "更改語言將需要刷新頁面。",
16440 "xloc": [
16441 "default-mobile.handlebars->53->314",
16434 - "default.handlebars->119->2058",
16435 - "default3.handlebars->117->2054"
16442 + "default.handlebars->119->2060",
16443 + "default3.handlebars->117->2056"
16444 ]
16445 },
16446 {
@@ -16464,15 +16472,15 @@
16472 "default.handlebars->119->1034",
16473 "default.handlebars->119->1153",
16474 "default.handlebars->119->1178",
16467 - "default.handlebars->119->2747",
16468 - "default.handlebars->119->3026",
16469 - "default.handlebars->119->3027",
16475 + "default.handlebars->119->2754",
16476 + "default.handlebars->119->3033",
16477 + "default.handlebars->119->3034",
16478 "default3.handlebars->117->1045",
16479 "default3.handlebars->117->1162",
16480 "default3.handlebars->117->1187",
16473 - "default3.handlebars->117->2759",
16474 - "default3.handlebars->117->3035",
16475 - "default3.handlebars->117->3036"
16481 + "default3.handlebars->117->2766",
16482 + "default3.handlebars->117->3042",
16483 + "default3.handlebars->117->3043"
16484 ]
16485 },
16486 {
@@ -16501,12 +16509,12 @@
16509 "zh-chs": "聊天并通知",
16510 "zh-cht": "聊天並通知",
16511 "xloc": [
16504 - "default-mobile.handlebars->53->1017",
16505 - "default-mobile.handlebars->53->997",
16506 - "default.handlebars->119->2382",
16507 - "default.handlebars->119->2420",
16508 - "default3.handlebars->117->2394",
16509 - "default3.handlebars->117->2432"
16512 + "default-mobile.handlebars->53->1004",
16513 + "default-mobile.handlebars->53->1024",
16514 + "default.handlebars->119->2384",
16515 + "default.handlebars->119->2422",
16516 + "default3.handlebars->117->2396",
16517 + "default3.handlebars->117->2434"
16518 ]
16519 },
16520 {
@@ -16535,9 +16543,9 @@
16543 "zh-chs": "聊天请求,点击这里接受。",
16544 "zh-cht": "聊天請求,點擊這裡接受。",
16545 "xloc": [
16538 - "default-mobile.handlebars->53->1049",
16539 - "default.handlebars->119->3318",
16540 - "default3.handlebars->117->3323"
16546 + "default-mobile.handlebars->53->1056",
16547 + "default.handlebars->119->3325",
16548 + "default3.handlebars->117->3330"
16549 ]
16550 },
16551 {
@@ -16596,8 +16604,8 @@
16604 "zh-cht": "車臣",
16605 "xloc": [
16606 "default-mobile.handlebars->53->148",
16599 - "default.handlebars->119->1892",
16600 - "default3.handlebars->117->1888",
16607 + "default.handlebars->119->1894",
16608 + "default3.handlebars->117->1890",
16609 "login2.handlebars->17->34"
16610 ]
16611 },
@@ -16762,10 +16770,10 @@
16770 "zh-chs": "检查...",
16771 "zh-cht": "檢查...",
16772 "xloc": [
16765 - "default.handlebars->119->1858",
16766 - "default.handlebars->119->3440",
16767 - "default3.handlebars->117->1854",
16768 - "default3.handlebars->117->3445"
16773 + "default.handlebars->119->1860",
16774 + "default.handlebars->119->3447",
16775 + "default3.handlebars->117->1856",
16776 + "default3.handlebars->117->3452"
16777 ]
16778 },
16779 {
@@ -16795,8 +16803,8 @@
16803 "zh-cht": "中文",
16804 "xloc": [
16805 "default-mobile.handlebars->53->149",
16798 - "default.handlebars->119->1893",
16799 - "default3.handlebars->117->1889",
16806 + "default.handlebars->119->1895",
16807 + "default3.handlebars->117->1891",
16808 "login2.handlebars->17->35"
16809 ]
16810 },
@@ -16827,8 +16835,8 @@
16835 "zh-cht": "中文(香港)",
16836 "xloc": [
16837 "default-mobile.handlebars->53->150",
16830 - "default.handlebars->119->1894",
16831 - "default3.handlebars->117->1890",
16838 + "default.handlebars->119->1896",
16839 + "default3.handlebars->117->1892",
16840 "login2.handlebars->17->36"
16841 ]
16842 },
@@ -16859,8 +16867,8 @@
16867 "zh-cht": "中文(中國)",
16868 "xloc": [
16869 "default-mobile.handlebars->53->151",
16862 - "default.handlebars->119->1895",
16863 - "default3.handlebars->117->1891",
16870 + "default.handlebars->119->1897",
16871 + "default3.handlebars->117->1893",
16872 "login2.handlebars->17->37"
16873 ]
16874 },
@@ -16891,8 +16899,8 @@
16899 "zh-cht": "簡體中文",
16900 "xloc": [
16901 "default-mobile.handlebars->53->311",
16894 - "default.handlebars->119->2055",
16895 - "default3.handlebars->117->2051",
16902 + "default.handlebars->119->2057",
16903 + "default3.handlebars->117->2053",
16904 "login2.handlebars->17->197"
16905 ]
16906 },
@@ -16923,8 +16931,8 @@
16931 "zh-cht": "中文(新加坡)",
16932 "xloc": [
16933 "default-mobile.handlebars->53->152",
16926 - "default.handlebars->119->1896",
16927 - "default3.handlebars->117->1892",
16934 + "default.handlebars->119->1898",
16935 + "default3.handlebars->117->1894",
16936 "login2.handlebars->17->38"
16937 ]
16938 },
@@ -16955,8 +16963,8 @@
16963 "zh-cht": "中文(台灣)",
16964 "xloc": [
16965 "default-mobile.handlebars->53->153",
16958 - "default.handlebars->119->1897",
16959 - "default3.handlebars->117->1893",
16966 + "default.handlebars->119->1899",
16967 + "default3.handlebars->117->1895",
16968 "login2.handlebars->17->39"
16969 ]
16970 },
@@ -16987,8 +16995,8 @@
16995 "zh-cht": "繁體中文",
16996 "xloc": [
16997 "default-mobile.handlebars->53->312",
16990 - "default.handlebars->119->2056",
16991 - "default3.handlebars->117->2052",
16998 + "default.handlebars->119->2058",
16999 + "default3.handlebars->117->2054",
17000 "login2.handlebars->17->198"
17001 ]
17002 },
@@ -17050,8 +17058,8 @@
17058 "zh-cht": "楚瓦什",
17059 "xloc": [
17060 "default-mobile.handlebars->53->154",
17053 - "default.handlebars->119->1898",
17054 - "default3.handlebars->117->1894",
17061 + "default.handlebars->119->1900",
17062 + "default3.handlebars->117->1896",
17063 "login2.handlebars->17->40"
17064 ]
17065 },
@@ -17114,25 +17122,25 @@
17122 "zh-chs": "清除",
17123 "zh-cht": "清除",
17124 "xloc": [
17117 - "default-mobile.handlebars->53->384",
17118 - "default-mobile.handlebars->53->737",
17119 - "default-mobile.handlebars->53->739",
17120 - "default-mobile.handlebars->53->741",
17121 - "default-mobile.handlebars->53->743",
17125 + "default-mobile.handlebars->53->389",
17126 + "default-mobile.handlebars->53->742",
17127 + "default-mobile.handlebars->53->744",
17128 + "default-mobile.handlebars->53->746",
17129 + "default-mobile.handlebars->53->748",
17130 "default-mobile.handlebars->53->89",
17131 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
17132 "default.handlebars->119->1587",
17133 "default.handlebars->119->1589",
17134 "default.handlebars->119->1591",
17135 "default.handlebars->119->1593",
17128 - "default.handlebars->119->2538",
17136 + "default.handlebars->119->2545",
17137 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
17138 "default.handlebars->container->column_l->p41->3->1",
17139 "default3.handlebars->117->1587",
17140 "default3.handlebars->117->1589",
17141 "default3.handlebars->117->1591",
17142 "default3.handlebars->117->1593",
17135 - "default3.handlebars->117->2550",
17143 + "default3.handlebars->117->2557",
17144 "default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
17145 "default3.handlebars->container->column_l->p41->3->3",
17146 "messenger.handlebars->xbottom->1->1->0->5",
@@ -17172,7 +17180,7 @@
17180 "zh-chs": "清除 RDP 凭据?",
17181 "zh-cht": "清除 RDP 憑據?",
17182 "xloc": [
17175 - "default-mobile.handlebars->53->639",
17183 + "default-mobile.handlebars->53->644",
17184 "default.handlebars->119->1380"
17185 ]
17186 },
@@ -17202,7 +17210,7 @@
17210 "zh-chs": "清除 SSH 凭据?",
17211 "zh-cht": "清除 SSH 憑據?",
17212 "xloc": [
17205 - "default-mobile.handlebars->53->637",
17213 + "default-mobile.handlebars->53->642",
17214 "default.handlebars->119->1378"
17215 ]
17216 },
@@ -17324,9 +17332,9 @@
17332 "zh-chs": "全部清除",
17333 "zh-cht": "全部清除",
17334 "xloc": [
17327 - "default-mobile.handlebars->53->1032",
17328 - "default.handlebars->119->3301",
17329 - "default3.handlebars->117->3306"
17335 + "default-mobile.handlebars->53->1039",
17336 + "default.handlebars->119->3308",
17337 + "default3.handlebars->117->3313"
17338 ]
17339 },
17340 {
@@ -17355,7 +17363,7 @@
17363 "zh-chs": "清除搜索过滤器",
17364 "zh-cht": "清除搜索過濾器",
17365 "xloc": [
17358 - "default-mobile.handlebars->53->414",
17366 + "default-mobile.handlebars->53->419",
17367 "default.handlebars->119->376",
17368 "default3.handlebars->117->387"
17369 ]
@@ -17386,9 +17394,9 @@
17394 "zh-chs": "清除核心",
17395 "zh-cht": "清除核心",
17396 "xloc": [
17389 - "default-mobile.handlebars->53->933",
17390 - "default.handlebars->119->1780",
17391 - "default3.handlebars->117->1778"
17397 + "default-mobile.handlebars->53->940",
17398 + "default.handlebars->119->1782",
17399 + "default3.handlebars->117->1780"
17400 ]
17401 },
17402 {
@@ -17448,9 +17456,9 @@
17456 "zh-chs": "清除此通知",
17457 "zh-cht": "清除此通知",
17458 "xloc": [
17451 - "default-mobile.handlebars->53->1031",
17452 - "default.handlebars->119->3300",
17453 - "default3.handlebars->117->3305"
17459 + "default-mobile.handlebars->53->1038",
17460 + "default.handlebars->119->3307",
17461 + "default3.handlebars->117->3312"
17462 ]
17463 },
17464 {
@@ -17566,10 +17574,10 @@
17574 "zh-chs": "单击此处编辑设备组名称",
17575 "zh-cht": "單擊此處編輯裝置群名稱",
17576 "xloc": [
17569 - "default.handlebars->119->2177",
17570 - "default.handlebars->119->2481",
17571 - "default3.handlebars->117->2188",
17572 - "default3.handlebars->117->2493"
17577 + "default.handlebars->119->2179",
17578 + "default.handlebars->119->2483",
17579 + "default3.handlebars->117->2190",
17580 + "default3.handlebars->117->2495"
17581 ]
17582 },
17583 {
@@ -17628,8 +17636,8 @@
17636 "zh-chs": "单击此处编辑用户组名称",
17637 "zh-cht": "單擊此處編輯用戶群名稱",
17638 "xloc": [
17631 - "default.handlebars->119->2877",
17632 - "default3.handlebars->117->2886"
17639 + "default.handlebars->119->2884",
17640 + "default3.handlebars->117->2893"
17641 ]
17642 },
17643 {
@@ -17774,8 +17782,8 @@
17782 "zh-cht": "單擊確定將驗證電郵發送到:",
17783 "xloc": [
17784 "default-mobile.handlebars->53->324",
17777 - "default.handlebars->119->2091",
17778 - "default3.handlebars->117->2088"
17785 + "default.handlebars->119->2093",
17786 + "default3.handlebars->117->2090"
17787 ]
17788 },
17789 {
@@ -17890,9 +17898,9 @@
17898 "zh-chs": "客户端控制模式(CCM)",
17899 "zh-cht": "客戶端控制模式(CCM)",
17900 "xloc": [
17893 - "default-mobile.handlebars->53->830",
17894 - "default.handlebars->119->1676",
17895 - "default3.handlebars->117->1674"
17901 + "default-mobile.handlebars->53->837",
17902 + "default.handlebars->119->1678",
17903 + "default3.handlebars->117->1676"
17904 ]
17905 },
17906 {
@@ -17921,8 +17929,8 @@
17929 "zh-chs": "客户编号",
17930 "zh-cht": "客戶編號",
17931 "xloc": [
17924 - "default.handlebars->119->2154",
17925 - "default3.handlebars->117->2169"
17932 + "default.handlebars->119->2156",
17933 + "default3.handlebars->117->2171"
17934 ]
17935 },
17936 {
@@ -17951,8 +17959,8 @@
17959 "zh-chs": "客户端启动的远程访问",
17960 "zh-cht": "客戶端啟動的遠程訪問",
17961 "xloc": [
17954 - "default.handlebars->119->2308",
17955 - "default3.handlebars->117->2318"
17962 + "default.handlebars->119->2310",
17963 + "default3.handlebars->117->2320"
17964 ]
17965 },
17966 {
@@ -17981,8 +17989,8 @@
17989 "zh-chs": "客户机密",
17990 "zh-cht": "客戶機密",
17991 "xloc": [
17984 - "default.handlebars->119->2155",
17985 - "default3.handlebars->117->2170"
17992 + "default.handlebars->119->2157",
17993 + "default3.handlebars->117->2172"
17994 ]
17995 },
17996 {
@@ -18048,7 +18056,7 @@
18056 "default.handlebars->119->1562",
18057 "default.handlebars->119->241",
18058 "default.handlebars->119->250",
18051 - "default.handlebars->119->3434",
18059 + "default.handlebars->119->3441",
18060 "default3.handlebars->117->1493",
18061 "default3.handlebars->117->1562",
18062 "default3.handlebars->117->361",
@@ -18081,8 +18089,8 @@
18089 "zh-chs": "已关闭桌面多路复用会话 \\\"{0}\\\",{1} 秒",
18090 "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
18091 "xloc": [
18084 - "default.handlebars->119->2688",
18085 - "default3.handlebars->117->2700"
18092 + "default.handlebars->119->2695",
18093 + "default3.handlebars->117->2707"
18094 ]
18095 },
18096 {
@@ -18111,8 +18119,8 @@
18119 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
18120 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
18121 "xloc": [
18114 - "default.handlebars->119->2549",
18115 - "default3.handlebars->117->2561"
18122 + "default.handlebars->119->2556",
18123 + "default3.handlebars->117->2568"
18124 ]
18125 },
18126 {
@@ -18324,13 +18332,13 @@
18332 "zh-chs": "指令",
18333 "zh-cht": "指令",
18334 "xloc": [
18327 - "default-mobile.handlebars->53->1019",
18335 + "default-mobile.handlebars->53->1026",
18336 "default.handlebars->119->1155",
18337 "default.handlebars->119->1180",
18330 - "default.handlebars->119->2422",
18338 + "default.handlebars->119->2424",
18339 "default3.handlebars->117->1164",
18340 "default3.handlebars->117->1189",
18333 - "default3.handlebars->117->2434"
18341 + "default3.handlebars->117->2436"
18342 ]
18343 },
18344 {
@@ -18346,7 +18354,7 @@
18354 "pl": "Komendy z pliku",
18355 "uk": "Команди з файлу",
18356 "xloc": [
18349 - "default-mobile.handlebars->53->621",
18357 + "default-mobile.handlebars->53->626",
18358 "default.handlebars->119->823",
18359 "default3.handlebars->117->834"
18360 ]
@@ -18364,7 +18372,7 @@
18372 "pl": "Komendy z pliku na serwerze",
18373 "uk": "Команди з файлу на сервері",
18374 "xloc": [
18367 - "default-mobile.handlebars->53->622",
18375 + "default-mobile.handlebars->53->627",
18376 "default.handlebars->119->824",
18377 "default3.handlebars->117->835"
18378 ]
@@ -18382,7 +18390,7 @@
18390 "pl": "Komendy z okienka tekstowego",
18391 "uk": "Команди з текстового поля",
18392 "xloc": [
18385 - "default-mobile.handlebars->53->620",
18393 + "default-mobile.handlebars->53->625",
18394 "default.handlebars->119->822",
18395 "default3.handlebars->117->833"
18396 ]
@@ -18413,10 +18421,10 @@
18421 "zh-chs": "通用设备组",
18422 "zh-cht": "通用裝置群",
18423 "xloc": [
18416 - "default.handlebars->119->2912",
18417 - "default.handlebars->119->3101",
18418 - "default3.handlebars->117->2921",
18419 - "default3.handlebars->117->3104"
18424 + "default.handlebars->119->2919",
18425 + "default.handlebars->119->3108",
18426 + "default3.handlebars->117->2928",
18427 + "default3.handlebars->117->3111"
18428 ]
18429 },
18430 {
@@ -18445,10 +18453,10 @@
18453 "zh-chs": "通用设备",
18454 "zh-cht": "通用裝置",
18455 "xloc": [
18448 - "default.handlebars->119->2918",
18449 - "default.handlebars->119->3113",
18450 - "default3.handlebars->117->2927",
18451 - "default3.handlebars->117->3116"
18456 + "default.handlebars->119->2925",
18457 + "default.handlebars->119->3120",
18458 + "default3.handlebars->117->2934",
18459 + "default3.handlebars->117->3123"
18460 ]
18461 },
18462 {
@@ -18477,7 +18485,7 @@
18485 "zh-chs": "编译时间",
18486 "zh-cht": "編譯時間",
18487 "xloc": [
18480 - "default-mobile.handlebars->53->799",
18488 + "default-mobile.handlebars->53->804",
18489 "default.handlebars->119->1635",
18490 "default3.handlebars->117->1635"
18491 ]
@@ -18577,8 +18585,8 @@
18585 "pl": "Zapisy pliku konfiguracyjnego",
18586 "uk": "Записи файлу конфігурації",
18587 "xloc": [
18580 - "default.handlebars->119->3267",
18581 - "default3.handlebars->117->3270"
18588 + "default.handlebars->119->3274",
18589 + "default3.handlebars->117->3277"
18590 ]
18591 },
18592 {
@@ -18607,23 +18615,23 @@
18615 "zh-chs": "确认",
18616 "zh-cht": "確認",
18617 "xloc": [
18610 - "default-mobile.handlebars->53->634",
18611 - "default-mobile.handlebars->53->968",
18618 + "default-mobile.handlebars->53->639",
18619 + "default-mobile.handlebars->53->975",
18620 "default.handlebars->119->1329",
18621 "default.handlebars->119->1338",
18614 - "default.handlebars->119->2319",
18615 - "default.handlebars->119->2777",
18616 - "default.handlebars->119->2867",
18617 - "default.handlebars->119->2934",
18618 - "default.handlebars->119->3099",
18622 + "default.handlebars->119->2321",
18623 + "default.handlebars->119->2784",
18624 + "default.handlebars->119->2874",
18625 + "default.handlebars->119->2941",
18626 + "default.handlebars->119->3106",
18627 "default.handlebars->119->767",
18628 "default3.handlebars->117->1334",
18629 "default3.handlebars->117->1342",
18622 - "default3.handlebars->117->2328",
18623 - "default3.handlebars->117->2789",
18624 - "default3.handlebars->117->2876",
18625 - "default3.handlebars->117->2943",
18626 - "default3.handlebars->117->3102",
18630 + "default3.handlebars->117->2330",
18631 + "default3.handlebars->117->2796",
18632 + "default3.handlebars->117->2883",
18633 + "default3.handlebars->117->2950",
18634 + "default3.handlebars->117->3109",
18635 "default3.handlebars->117->778"
18636 ]
18637 },
@@ -18657,7 +18665,7 @@
18665 "en": "Confirm Password",
18666 "nl": "Bevestig wachtwoord",
18667 "xloc": [
18660 - "default3.handlebars->117->2837"
18668 + "default3.handlebars->117->2844"
18669 ]
18670 },
18671 {
@@ -18686,7 +18694,7 @@
18694 "zh-chs": "确认将1个副本复制到此位置?",
18695 "zh-cht": "確認將1個副本複製到此位置?",
18696 "xloc": [
18689 - "default-mobile.handlebars->53->732",
18697 + "default-mobile.handlebars->53->737",
18698 "default.handlebars->119->1582",
18699 "default3.handlebars->117->1582",
18700 "sharing-mobile.handlebars->53->93",
@@ -18750,7 +18758,7 @@
18758 "zh-chs": "确认{0}个条目的副本到此位置?",
18759 "zh-cht": "確認{0}個條目的副本到此位置?",
18760 "xloc": [
18753 - "default-mobile.handlebars->53->731",
18761 + "default-mobile.handlebars->53->736",
18762 "sharing-mobile.handlebars->53->92"
18763 ]
18764 },
@@ -18780,8 +18788,8 @@
18788 "zh-chs": "确认删除选定的帐户?",
18789 "zh-cht": "確認刪除所選帳戶?",
18790 "xloc": [
18783 - "default.handlebars->119->2776",
18784 - "default3.handlebars->117->2788"
18791 + "default.handlebars->119->2783",
18792 + "default3.handlebars->117->2795"
18793 ]
18794 },
18795 {
@@ -18836,8 +18844,8 @@
18844 "zh-chs": "确认删除选定的用户组?",
18845 "zh-cht": "確認刪除所選用戶群?",
18846 "xloc": [
18839 - "default.handlebars->119->2866",
18840 - "default3.handlebars->117->2875"
18847 + "default.handlebars->119->2873",
18848 + "default3.handlebars->117->2882"
18849 ]
18850 },
18851 {
@@ -18866,24 +18874,24 @@
18874 "zh-chs": "确认删除用户{0}?",
18875 "zh-cht": "確認刪除用戶{0}?",
18876 "xloc": [
18869 - "default.handlebars->119->3098",
18870 - "default3.handlebars->117->3101"
18877 + "default.handlebars->119->3105",
18878 + "default3.handlebars->117->3108"
18879 ]
18880 },
18881 {
18882 "en": "Confirm disabling 2FA Duo login security.",
18883 "nl": "Bevestig het uitschakelen van 2FA Duo inlogbeveiliging.",
18884 "xloc": [
18877 - "default.handlebars->119->1837",
18878 - "default3.handlebars->117->1834"
18885 + "default.handlebars->119->1839",
18886 + "default3.handlebars->117->1836"
18887 ]
18888 },
18889 {
18890 "en": "Confirm enabling of Duo 2FA login security. Once enabled you will be given the option to use Duo at login for added security. Click ok to go thru the steps to enable Duo.",
18891 "nl": "Bevestig het inschakelen van Duo 2FA inlogbeveiliging. Eenmaal ingeschakeld, krijgt u de mogelijkheid om Duo te gebruiken bij het inloggen voor extra veiligheid. Klik op OK om de stappen te doorlopen om Duo in te schakelen.",
18892 "xloc": [
18885 - "default.handlebars->119->1835",
18886 - "default3.handlebars->117->1832"
18893 + "default.handlebars->119->1837",
18894 + "default3.handlebars->117->1834"
18895 ]
18896 },
18897 {
@@ -18912,8 +18920,8 @@
18920 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
18921 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
18922 "xloc": [
18915 - "default.handlebars->119->2937",
18916 - "default3.handlebars->117->2946"
18923 + "default.handlebars->119->2944",
18924 + "default3.handlebars->117->2953"
18925 ]
18926 },
18927 {
@@ -18942,8 +18950,8 @@
18950 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
18951 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
18952 "xloc": [
18945 - "default.handlebars->119->3130",
18946 - "default3.handlebars->117->3133"
18953 + "default.handlebars->119->3137",
18954 + "default3.handlebars->117->3140"
18955 ]
18956 },
18957 {
@@ -18972,7 +18980,7 @@
18980 "zh-chs": "确认将1个条目移动到此位置?",
18981 "zh-cht": "確認將1個條目移動到此位置?",
18982 "xloc": [
18975 - "default-mobile.handlebars->53->734",
18983 + "default-mobile.handlebars->53->739",
18984 "default.handlebars->119->1584",
18985 "default3.handlebars->117->1584",
18986 "sharing-mobile.handlebars->53->95",
@@ -19036,7 +19044,7 @@
19044 "zh-chs": "确认将{0}个条目移到该位置?",
19045 "zh-cht": "確認將{0}個條目移到該位置?",
19046 "xloc": [
19039 - "default-mobile.handlebars->53->733",
19047 + "default-mobile.handlebars->53->738",
19048 "sharing-mobile.handlebars->53->94"
19049 ]
19050 },
@@ -19066,8 +19074,8 @@
19074 "zh-chs": "确认覆盖?",
19075 "zh-cht": "確認覆蓋?",
19076 "xloc": [
19069 - "default.handlebars->119->2530",
19070 - "default3.handlebars->117->2542"
19077 + "default.handlebars->119->2537",
19078 + "default3.handlebars->117->2549"
19079 ]
19080 },
19081 {
@@ -19096,10 +19104,10 @@
19104 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
19105 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
19106 "xloc": [
19099 - "default.handlebars->119->2927",
19100 - "default.handlebars->119->3121",
19101 - "default3.handlebars->117->2936",
19102 - "default3.handlebars->117->3124"
19107 + "default.handlebars->119->2934",
19108 + "default.handlebars->119->3128",
19109 + "default3.handlebars->117->2943",
19110 + "default3.handlebars->117->3131"
19111 ]
19112 },
19113 {
@@ -19128,10 +19136,10 @@
19136 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
19137 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
19138 "xloc": [
19131 - "default.handlebars->119->2929",
19132 - "default.handlebars->119->3134",
19133 - "default3.handlebars->117->2938",
19134 - "default3.handlebars->117->3137"
19139 + "default.handlebars->119->2936",
19140 + "default.handlebars->119->3141",
19141 + "default3.handlebars->117->2945",
19142 + "default3.handlebars->117->3144"
19143 ]
19144 },
19145 {
@@ -19160,8 +19168,8 @@
19168 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
19169 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
19170 "xloc": [
19163 - "default.handlebars->119->3123",
19164 - "default3.handlebars->117->3126"
19171 + "default.handlebars->119->3130",
19172 + "default3.handlebars->117->3133"
19173 ]
19174 },
19175 {
@@ -19190,8 +19198,8 @@
19198 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
19199 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
19200 "xloc": [
19193 - "default.handlebars->119->3126",
19194 - "default3.handlebars->117->3129"
19201 + "default.handlebars->119->3133",
19202 + "default3.handlebars->117->3136"
19203 ]
19204 },
19205 {
@@ -19220,10 +19228,10 @@
19228 "zh-chs": "确认删除访问权限?",
19229 "zh-cht": "確認刪除訪問權限?",
19230 "xloc": [
19223 - "default.handlebars->119->3124",
19224 - "default.handlebars->119->3127",
19225 - "default3.handlebars->117->3127",
19226 - "default3.handlebars->117->3130"
19231 + "default.handlebars->119->3131",
19232 + "default.handlebars->119->3134",
19233 + "default3.handlebars->117->3134",
19234 + "default3.handlebars->117->3137"
19235 ]
19236 },
19237 {
@@ -19253,8 +19261,8 @@
19261 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
19262 "xloc": [
19263 "default-mobile.handlebars->53->323",
19256 - "default.handlebars->119->1841",
19257 - "default3.handlebars->117->1838"
19264 + "default.handlebars->119->1843",
19265 + "default3.handlebars->117->1840"
19266 ]
19267 },
19268 {
@@ -19309,8 +19317,8 @@
19317 "zh-chs": "确认删除设备共享“{0}”?",
19318 "zh-cht": "確認刪除設備共享“{0}”?",
19319 "xloc": [
19312 - "default.handlebars->119->3119",
19313 - "default3.handlebars->117->3122"
19320 + "default.handlebars->119->3126",
19321 + "default3.handlebars->117->3129"
19322 ]
19323 },
19324 {
@@ -19391,8 +19399,8 @@
19399 "zh-chs": "确认移除推送认证设备?",
19400 "zh-cht": "確認移除推送認證設備?",
19401 "xloc": [
19394 - "default.handlebars->119->1843",
19395 - "default3.handlebars->117->1840"
19402 + "default.handlebars->119->1845",
19403 + "default3.handlebars->117->1842"
19404 ]
19405 },
19406 {
@@ -19421,8 +19429,8 @@
19429 "zh-chs": "确认删除用户“ {0} ”的权限?",
19430 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
19431 "xloc": [
19424 - "default.handlebars->119->2434",
19425 - "default3.handlebars->117->2446"
19432 + "default.handlebars->119->2436",
19433 + "default3.handlebars->117->2448"
19434 ]
19435 },
19436 {
@@ -19451,8 +19459,8 @@
19459 "zh-chs": "确认删除用户组“ {0} ”的权限?",
19460 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
19461 "xloc": [
19454 - "default.handlebars->119->2436",
19455 - "default3.handlebars->117->2448"
19462 + "default.handlebars->119->2438",
19463 + "default3.handlebars->117->2450"
19464 ]
19465 },
19466 {
@@ -19511,8 +19519,8 @@
19519 "zh-chs": "确认删除此登录令牌?",
19520 "zh-cht": "確認刪除此登錄令牌?",
19521 "xloc": [
19514 - "default.handlebars->119->2147",
19515 - "default3.handlebars->117->2162"
19522 + "default.handlebars->119->2149",
19523 + "default3.handlebars->117->2164"
19524 ]
19525 },
19526 {
@@ -19567,7 +19575,7 @@
19575 "zh-chs": "确认删除用户{0}?",
19576 "zh-cht": "確認刪除用戶{0}?",
19577 "xloc": [
19570 - "default-mobile.handlebars->53->1028"
19578 + "default-mobile.handlebars->53->1035"
19579 ]
19580 },
19581 {
@@ -19626,9 +19634,9 @@
19634 "zh-chs": "将{1}入口{2}中的{0}限制到此位置?",
19635 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
19636 "xloc": [
19629 - "default-mobile.handlebars->53->379",
19630 - "default.handlebars->119->2533",
19631 - "default3.handlebars->117->2545"
19637 + "default-mobile.handlebars->53->384",
19638 + "default.handlebars->119->2540",
19639 + "default3.handlebars->117->2552"
19640 ]
19641 },
19642 {
@@ -19661,13 +19669,13 @@
19669 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
19670 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
19671 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
19664 - "default.handlebars->119->2217",
19672 + "default.handlebars->119->2219",
19673 "default.handlebars->119->991",
19674 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
19675 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
19676 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
19677 "default3.handlebars->117->1002",
19670 - "default3.handlebars->117->2228",
19678 + "default3.handlebars->117->2230",
19679 "default3.handlebars->container->column_l->p11->deskarea0->deskarea1->1->connectbutton1span->connectbutton1",
19680 "default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->connectbutton2",
19681 "default3.handlebars->container->column_l->p13->p13toolbar->1->0->1->1->p13Connectspan->p13Connect",
@@ -19768,8 +19776,8 @@
19776 "zh-chs": "连接到服务器",
19777 "zh-cht": "連接到伺服器",
19778 "xloc": [
19771 - "default.handlebars->119->2312",
19772 - "default3.handlebars->117->2321"
19779 + "default.handlebars->119->2314",
19780 + "default3.handlebars->117->2323"
19781 ]
19782 },
19783 {
@@ -20043,8 +20051,8 @@
20051 "zh-chs": "已连接的英特尔&reg;AMT",
20052 "zh-cht": "已連接的Intel&reg; AMT",
20053 "xloc": [
20046 - "default.handlebars->119->3359",
20047 - "default3.handlebars->117->3364"
20054 + "default.handlebars->119->3366",
20055 + "default3.handlebars->117->3371"
20056 ]
20057 },
20058 {
@@ -20073,8 +20081,8 @@
20081 "zh-chs": "已连接的英特尔&reg;AMT CIRA",
20082 "zh-cht": "已連接的Intel&reg; AMT CIRA",
20083 "xloc": [
20076 - "default.handlebars->119->3360",
20077 - "default3.handlebars->117->3365"
20084 + "default.handlebars->119->3367",
20085 + "default3.handlebars->117->3372"
20086 ]
20087 },
20088 {
@@ -20103,8 +20111,8 @@
20111 "zh-chs": "已连接的用户",
20112 "zh-cht": "已连接的用户",
20113 "xloc": [
20106 - "default.handlebars->119->3365",
20107 - "default3.handlebars->117->3370"
20114 + "default.handlebars->119->3372",
20115 + "default3.handlebars->117->3377"
20116 ]
20117 },
20118 {
@@ -20163,7 +20171,7 @@
20171 "zh-chs": "现在已连接",
20172 "zh-cht": "現在已連接",
20173 "xloc": [
20166 - "default-mobile.handlebars->53->794",
20174 + "default-mobile.handlebars->53->799",
20175 "default.handlebars->119->1630",
20176 "default3.handlebars->117->1630"
20177 ]
@@ -20306,7 +20314,7 @@
20314 "xloc": [
20315 "default-mobile.handlebars->53->2",
20316 "default-mobile.handlebars->53->52",
20309 - "default-mobile.handlebars->53->750",
20317 + "default-mobile.handlebars->53->755",
20318 "default.handlebars->119->1610",
20319 "default.handlebars->119->407",
20320 "default.handlebars->119->410",
@@ -20377,8 +20385,8 @@
20385 "zh-chs": "连接数量",
20386 "zh-cht": "連接數量",
20387 "xloc": [
20380 - "default.handlebars->119->3391",
20381 - "default3.handlebars->117->3396"
20388 + "default.handlebars->119->3398",
20389 + "default3.handlebars->117->3403"
20390 ]
20391 },
20392 {
@@ -20413,7 +20421,7 @@
20421 "zh-chs": "连接错误",
20422 "zh-cht": "連接錯誤",
20423 "xloc": [
20416 - "default-mobile.handlebars->53->713",
20424 + "default-mobile.handlebars->53->718",
20425 "default.handlebars->119->1529",
20426 "default.handlebars->119->1546",
20427 "default3.handlebars->117->1529",
@@ -20448,8 +20456,8 @@
20456 "zh-chs": "连接转发器",
20457 "zh-cht": "連接轉發器",
20458 "xloc": [
20451 - "default.handlebars->119->3428",
20452 - "default3.handlebars->117->3433"
20459 + "default.handlebars->119->3435",
20460 + "default3.handlebars->117->3440"
20461 ]
20462 },
20463 {
@@ -20537,13 +20545,13 @@
20545 "zh-chs": "连接性",
20546 "zh-cht": "連接性",
20547 "xloc": [
20540 - "default-mobile.handlebars->53->539",
20548 + "default-mobile.handlebars->53->544",
20549 "default.handlebars->119->1008",
20542 - "default.handlebars->119->2488",
20550 + "default.handlebars->119->2490",
20551 "default.handlebars->119->395",
20552 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1",
20553 "default3.handlebars->117->1019",
20546 - "default3.handlebars->117->2500",
20554 + "default3.handlebars->117->2502",
20555 "default3.handlebars->117->406",
20556 "default3.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
20557 ]
@@ -20574,8 +20582,8 @@
20582 "zh-chs": "同意",
20583 "zh-cht": "同意",
20584 "xloc": [
20577 - "default.handlebars->119->2708",
20578 - "default3.handlebars->117->2720"
20585 + "default.handlebars->119->2715",
20586 + "default3.handlebars->117->2727"
20587 ]
20588 },
20589 {
@@ -20604,7 +20612,7 @@
20612 "zh-chs": "控制台",
20613 "zh-cht": "控制台",
20614 "xloc": [
20607 - "default-mobile.handlebars->53->582",
20615 + "default-mobile.handlebars->53->587",
20616 "default.handlebars->119->1148",
20617 "default.handlebars->119->1173",
20618 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
@@ -20736,8 +20744,8 @@
20744 "zh-chs": "Cookie编码器",
20745 "zh-cht": "Cookie編碼器",
20746 "xloc": [
20739 - "default.handlebars->119->3411",
20740 - "default3.handlebars->117->3416"
20747 + "default.handlebars->119->3418",
20748 + "default3.handlebars->117->3423"
20749 ]
20750 },
20751 {
@@ -21067,14 +21075,14 @@
21075 "zh-chs": "复制连结到剪贴板",
21076 "zh-cht": "複製連結到剪貼板",
21077 "xloc": [
21070 - "default.handlebars->119->2499",
21071 - "default.handlebars->119->2518",
21078 + "default.handlebars->119->2501",
21079 + "default.handlebars->119->2525",
21080 "default.handlebars->119->325",
21081 "default.handlebars->119->347",
21082 "default.handlebars->119->349",
21083 "default.handlebars->119->599",
21076 - "default3.handlebars->117->2511",
21077 - "default3.handlebars->117->2530",
21084 + "default3.handlebars->117->2513",
21085 + "default3.handlebars->117->2537",
21086 "default3.handlebars->117->335",
21087 "default3.handlebars->117->357",
21088 "default3.handlebars->117->359",
@@ -21237,8 +21245,8 @@
21245 "zh-chs": "复制:“{0}”到“{1}”",
21246 "zh-cht": "複製:“{0}”到“{1}”",
21247 "xloc": [
21240 - "default.handlebars->119->2592",
21241 - "default3.handlebars->117->2604"
21248 + "default.handlebars->119->2599",
21249 + "default3.handlebars->117->2611"
21250 ]
21251 },
21252 {
@@ -21447,8 +21455,8 @@
21455 "zh-chs": "核心服务器",
21456 "zh-cht": "核心伺服器",
21457 "xloc": [
21450 - "default.handlebars->119->3410",
21451 - "default3.handlebars->117->3415"
21458 + "default.handlebars->119->3417",
21459 + "default3.handlebars->117->3422"
21460 ]
21461 },
21462 {
@@ -21478,8 +21486,8 @@
21486 "zh-cht": "科西嘉文",
21487 "xloc": [
21488 "default-mobile.handlebars->53->155",
21481 - "default.handlebars->119->1899",
21482 - "default3.handlebars->117->1895",
21489 + "default.handlebars->119->1901",
21490 + "default3.handlebars->117->1897",
21491 "login2.handlebars->17->41"
21492 ]
21493 },
@@ -21487,7 +21495,7 @@
21495 "en": "Cosmo",
21496 "nl": "Cosmo",
21497 "xloc": [
21490 - "default3.handlebars->117->2101"
21498 + "default3.handlebars->117->2103"
21499 ]
21500 },
21501 {
@@ -21542,8 +21550,8 @@
21550 "zh-chs": "创建帐号",
21551 "zh-cht": "創建帳號",
21552 "xloc": [
21545 - "default.handlebars->119->2834",
21546 - "default3.handlebars->117->2845",
21553 + "default.handlebars->119->2841",
21554 + "default3.handlebars->117->2852",
21555 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
21556 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
21557 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -21630,9 +21638,9 @@
21638 "zh-chs": "创建登录令牌",
21639 "zh-cht": "創建登錄令牌",
21640 "xloc": [
21633 - "default.handlebars->119->2084",
21641 + "default.handlebars->119->2086",
21642 "default.handlebars->119->350",
21635 - "default3.handlebars->117->2081"
21643 + "default3.handlebars->117->2083"
21644 ]
21645 },
21646 {
@@ -21661,8 +21669,8 @@
21669 "zh-chs": "创建用户组",
21670 "zh-cht": "創建用戶群",
21671 "xloc": [
21664 - "default.handlebars->119->2874",
21665 - "default3.handlebars->117->2883"
21672 + "default.handlebars->119->2881",
21673 + "default3.handlebars->117->2890"
21674 ]
21675 },
21676 {
@@ -21721,8 +21729,8 @@
21729 "zh-chs": "使用以下选项创建一个新的设备组。",
21730 "zh-cht": "使用以下選項創建一個新的裝置群。",
21731 "xloc": [
21724 - "default.handlebars->119->2114",
21725 - "default3.handlebars->117->2129"
21732 + "default.handlebars->119->2116",
21733 + "default3.handlebars->117->2131"
21734 ]
21735 },
21736 {
@@ -21781,8 +21789,8 @@
21789 "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
21790 "zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。",
21791 "xloc": [
21784 - "default.handlebars->119->2064",
21785 - "default3.handlebars->117->2060"
21792 + "default.handlebars->119->2066",
21793 + "default3.handlebars->117->2062"
21794 ]
21795 },
21796 {
@@ -21841,8 +21849,8 @@
21849 "zh-chs": "创建文件夹:“{0}”",
21850 "zh-cht": "創建文件夾:“{0}”",
21851 "xloc": [
21844 - "default.handlebars->119->2585",
21845 - "default3.handlebars->117->2597"
21852 + "default.handlebars->119->2592",
21853 + "default3.handlebars->117->2604"
21854 ]
21855 },
21856 {
@@ -21924,8 +21932,8 @@
21932 "nl": "Maak meerdere accounts tegelijk aan door een JSON of een CSV bestand te importeren",
21933 "uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV",
21934 "xloc": [
21927 - "default.handlebars->119->2791",
21928 - "default3.handlebars->117->2802"
21935 + "default.handlebars->119->2798",
21936 + "default3.handlebars->117->2809"
21937 ]
21938 },
21939 {
@@ -21985,8 +21993,8 @@
21993 "zh-chs": "创建的设备组:{0}",
21994 "zh-cht": "創建的設備組:{0}",
21995 "xloc": [
21988 - "default.handlebars->119->2596",
21989 - "default3.handlebars->117->2608"
21996 + "default.handlebars->119->2603",
21997 + "default3.handlebars->117->2615"
21998 ]
21999 },
22000 {
@@ -22097,8 +22105,8 @@
22105 "zh-chs": "创建",
22106 "zh-cht": "創建",
22107 "xloc": [
22100 - "default.handlebars->119->2982",
22101 - "default3.handlebars->117->2991"
22108 + "default.handlebars->119->2989",
22109 + "default3.handlebars->117->2998"
22110 ]
22111 },
22112 {
@@ -22127,8 +22135,8 @@
22135 "zh-chs": "创建时间",
22136 "zh-cht": "創作時間",
22137 "xloc": [
22130 - "default.handlebars->119->2195",
22131 - "default3.handlebars->117->2206"
22138 + "default.handlebars->119->2197",
22139 + "default3.handlebars->117->2208"
22140 ]
22141 },
22142 {
@@ -22188,10 +22196,10 @@
22196 "zh-chs": "创建者",
22197 "zh-cht": "創作者",
22198 "xloc": [
22191 - "default.handlebars->119->2193",
22192 - "default.handlebars->119->2194",
22193 - "default3.handlebars->117->2204",
22194 - "default3.handlebars->117->2205"
22199 + "default.handlebars->119->2195",
22200 + "default.handlebars->119->2196",
22201 + "default3.handlebars->117->2206",
22202 + "default3.handlebars->117->2207"
22203 ]
22204 },
22205 {
@@ -22220,13 +22228,13 @@
22228 "zh-chs": "证书",
22229 "zh-cht": "證書",
22230 "xloc": [
22223 - "default-mobile.handlebars->53->551",
22231 + "default-mobile.handlebars->53->556",
22232 "default.handlebars->119->1020",
22233 "default.handlebars->119->1404",
22226 - "default.handlebars->119->2152",
22234 + "default.handlebars->119->2154",
22235 "default3.handlebars->117->1031",
22236 "default3.handlebars->117->1405",
22229 - "default3.handlebars->117->2167"
22237 + "default3.handlebars->117->2169"
22238 ]
22239 },
22240 {
@@ -22256,8 +22264,8 @@
22264 "zh-cht": "克里語",
22265 "xloc": [
22266 "default-mobile.handlebars->53->156",
22259 - "default.handlebars->119->1900",
22260 - "default3.handlebars->117->1896",
22267 + "default.handlebars->119->1902",
22268 + "default3.handlebars->117->1898",
22269 "login2.handlebars->17->42"
22270 ]
22271 },
@@ -22288,8 +22296,8 @@
22296 "zh-cht": "克羅地亞文",
22297 "xloc": [
22298 "default-mobile.handlebars->53->157",
22291 - "default.handlebars->119->1901",
22292 - "default3.handlebars->117->1897",
22299 + "default.handlebars->119->1903",
22300 + "default3.handlebars->117->1899",
22301 "login2.handlebars->17->43"
22302 ]
22303 },
@@ -22383,8 +22391,8 @@
22391 "zh-chs": "Ctrl",
22392 "zh-cht": "Ctrl",
22393 "xloc": [
22386 - "default-mobile.handlebars->53->674",
22387 - "default-mobile.handlebars->53->678",
22394 + "default-mobile.handlebars->53->679",
22395 + "default-mobile.handlebars->53->683",
22396 "default.handlebars->119->1446",
22397 "default.handlebars->119->1450",
22398 "default.handlebars->119->64",
@@ -22422,7 +22430,7 @@
22430 "zh-chs": "Ctrl +",
22431 "zh-cht": "Ctrl +",
22432 "xloc": [
22425 - "default-mobile.handlebars->53->709",
22433 + "default-mobile.handlebars->53->714",
22434 "sharing-mobile.handlebars->53->60"
22435 ]
22436 },
@@ -22599,9 +22607,9 @@
22607 "zh-chs": "当前密码不正确。",
22608 "zh-cht": "當前密碼不正確。",
22609 "xloc": [
22602 - "default-mobile.handlebars->53->1059",
22603 - "default.handlebars->119->3328",
22604 - "default3.handlebars->117->3333"
22610 + "default-mobile.handlebars->53->1066",
22611 + "default.handlebars->119->3335",
22612 + "default3.handlebars->117->3340"
22613 ]
22614 },
22615 {
@@ -22630,7 +22638,7 @@
22638 "zh-chs": "定制",
22639 "zh-cht": "定制",
22640 "xloc": [
22633 - "default-mobile.handlebars->53->653",
22641 + "default-mobile.handlebars->53->658",
22642 "sharing-mobile.handlebars->53->16"
22643 ]
22644 },
@@ -22706,7 +22714,7 @@
22714 "en": "Cyborg",
22715 "nl": "Cyborg",
22716 "xloc": [
22709 - "default3.handlebars->117->2102"
22717 + "default3.handlebars->117->2104"
22718 ]
22719 },
22720 {
@@ -22736,8 +22744,8 @@
22744 "zh-cht": "捷克文",
22745 "xloc": [
22746 "default-mobile.handlebars->53->158",
22739 - "default.handlebars->119->1902",
22740 - "default3.handlebars->117->1898",
22747 + "default.handlebars->119->1904",
22748 + "default3.handlebars->117->1900",
22749 "login2.handlebars->17->44"
22750 ]
22751 },
@@ -22749,9 +22757,9 @@
22757 "pl": "Serwery DNS",
22758 "uk": "DNS Сервери",
22759 "xloc": [
22752 - "default-mobile.handlebars->53->820",
22753 - "default.handlebars->119->1666",
22754 - "default3.handlebars->117->1666"
22760 + "default-mobile.handlebars->53->827",
22761 + "default.handlebars->119->1668",
22762 + "default3.handlebars->117->1668"
22763 ]
22764 },
22765 {
@@ -22841,8 +22849,8 @@
22849 "zh-cht": "丹麥文",
22850 "xloc": [
22851 "default-mobile.handlebars->53->159",
22844 - "default.handlebars->119->1903",
22845 - "default3.handlebars->117->1899",
22852 + "default.handlebars->119->1905",
22853 + "default3.handlebars->117->1901",
22854 "login2.handlebars->17->45"
22855 ]
22856 },
@@ -22881,7 +22889,7 @@
22889 "en": "Darkly",
22890 "nl": "Donker",
22891 "xloc": [
22884 - "default3.handlebars->117->2103"
22892 + "default3.handlebars->117->2105"
22893 ]
22894 },
22895 {
@@ -22927,8 +22935,8 @@
22935 "pl": "Zapisy Bazy Danych",
22936 "uk": "Записи Бази Даних",
22937 "xloc": [
22930 - "default.handlebars->119->3187",
22931 - "default3.handlebars->117->3190"
22938 + "default.handlebars->119->3194",
22939 + "default3.handlebars->117->3197"
22940 ]
22941 },
22942 {
@@ -22958,8 +22966,8 @@
22966 "zh-cht": "日期和時間",
22967 "xloc": [
22968 "default-mobile.handlebars->53->317",
22961 - "default.handlebars->119->2061",
22962 - "default3.handlebars->117->2057"
22969 + "default.handlebars->119->2063",
22970 + "default3.handlebars->117->2059"
22971 ]
22972 },
22973 {
@@ -22988,13 +22996,13 @@
22996 "zh-chs": "天",
22997 "zh-cht": "天",
22998 "xloc": [
22991 - "default-mobile.handlebars->53->624",
22999 + "default-mobile.handlebars->53->629",
23000 "default.handlebars->119->1313",
22993 - "default.handlebars->119->3191",
22994 - "default.handlebars->119->3194",
23001 + "default.handlebars->119->3198",
23002 + "default.handlebars->119->3201",
23003 "default3.handlebars->117->1318",
22996 - "default3.handlebars->117->3194",
22997 - "default3.handlebars->117->3197"
23004 + "default3.handlebars->117->3201",
23005 + "default3.handlebars->117->3204"
23006 ]
23007 },
23008 {
@@ -23023,10 +23031,10 @@
23031 "zh-chs": "停用",
23032 "zh-cht": "停用",
23033 "xloc": [
23026 - "default.handlebars->119->2227",
23027 - "default.handlebars->119->2291",
23028 - "default3.handlebars->117->2238",
23029 - "default3.handlebars->117->2300"
23034 + "default.handlebars->119->2229",
23035 + "default.handlebars->119->2293",
23036 + "default3.handlebars->117->2240",
23037 + "default3.handlebars->117->2302"
23038 ]
23039 },
23040 {
@@ -23055,8 +23063,8 @@
23063 "zh-chs": "如果设置停用CCM",
23064 "zh-cht": "如果設置停用CCM",
23065 "xloc": [
23058 - "default.handlebars->119->2303",
23059 - "default3.handlebars->117->2312"
23066 + "default.handlebars->119->2305",
23067 + "default3.handlebars->117->2314"
23068 ]
23069 },
23070 {
@@ -23111,7 +23119,7 @@
23119 "zh-chs": "沉睡",
23120 "zh-cht": "沉睡",
23121 "xloc": [
23114 - "default-mobile.handlebars->53->462",
23122 + "default-mobile.handlebars->53->467",
23123 "default.handlebars->119->706",
23124 "default3.handlebars->117->717"
23125 ]
@@ -23142,15 +23150,15 @@
23150 "zh-chs": "默认",
23151 "zh-cht": "默認",
23152 "xloc": [
23145 - "default.handlebars->119->2821",
23146 - "default.handlebars->119->2870",
23147 - "default.handlebars->119->2881",
23148 - "default.handlebars->119->2955",
23149 - "default3.handlebars->117->2099",
23150 - "default3.handlebars->117->2832",
23151 - "default3.handlebars->117->2879",
23152 - "default3.handlebars->117->2890",
23153 - "default3.handlebars->117->2964"
23153 + "default.handlebars->119->2828",
23154 + "default.handlebars->119->2877",
23155 + "default.handlebars->119->2888",
23156 + "default.handlebars->119->2962",
23157 + "default3.handlebars->117->2101",
23158 + "default3.handlebars->117->2839",
23159 + "default3.handlebars->117->2886",
23160 + "default3.handlebars->117->2897",
23161 + "default3.handlebars->117->2971"
23162 ]
23163 },
23164 {
@@ -23179,7 +23187,7 @@
23187 "zh-chs": "Del",
23188 "zh-cht": "Del",
23189 "xloc": [
23182 - "default-mobile.handlebars->53->661",
23190 + "default-mobile.handlebars->53->666",
23191 "default.handlebars->119->1434",
23192 "default3.handlebars->117->1436",
23193 "sharing-mobile.handlebars->53->23"
@@ -23211,20 +23219,20 @@
23219 "zh-chs": "删除",
23220 "zh-cht": "刪除",
23221 "xloc": [
23214 - "default-mobile.handlebars->53->374",
23215 - "default-mobile.handlebars->53->724",
23222 + "default-mobile.handlebars->53->379",
23223 + "default-mobile.handlebars->53->729",
23224 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
23225 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
23226 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
23227 "default.handlebars->119->1572",
23220 - "default.handlebars->119->2525",
23228 + "default.handlebars->119->2532",
23229 "default.handlebars->119->869",
23230 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
23231 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
23232 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
23233 "default.handlebars->filesContextMenu->5",
23234 "default3.handlebars->117->1572",
23227 - "default3.handlebars->117->2537",
23235 + "default3.handlebars->117->2544",
23236 "default3.handlebars->117->880",
23237 "default3.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
23238 "default3.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -23268,8 +23276,8 @@
23276 "zh-cht": "刪除帳戶",
23277 "xloc": [
23278 "default-mobile.handlebars->53->333",
23271 - "default.handlebars->119->2099",
23272 - "default3.handlebars->117->2094"
23279 + "default.handlebars->119->2101",
23280 + "default3.handlebars->117->2096"
23281 ]
23282 },
23283 {
@@ -23298,7 +23306,7 @@
23306 "zh-chs": "删除帐户",
23307 "zh-cht": "刪除帳戶",
23308 "xloc": [
23301 - "default.handlebars->119->2778"
23309 + "default.handlebars->119->2785"
23310 ]
23311 },
23312 {
@@ -23327,7 +23335,7 @@
23335 "zh-chs": "删除设备",
23336 "zh-cht": "刪除裝置",
23337 "xloc": [
23330 - "default-mobile.handlebars->53->560",
23338 + "default-mobile.handlebars->53->565",
23339 "default.handlebars->119->1047",
23340 "default3.handlebars->117->1058"
23341 ]
@@ -23388,12 +23396,12 @@
23396 "zh-chs": "删除群组",
23397 "zh-cht": "刪除群組",
23398 "xloc": [
23391 - "default-mobile.handlebars->53->966",
23392 - "default-mobile.handlebars->53->969",
23393 - "default.handlebars->119->2279",
23394 - "default.handlebars->119->2320",
23395 - "default3.handlebars->117->2290",
23396 - "default3.handlebars->117->2329"
23399 + "default-mobile.handlebars->53->973",
23400 + "default-mobile.handlebars->53->976",
23401 + "default.handlebars->119->2281",
23402 + "default.handlebars->119->2322",
23403 + "default3.handlebars->117->2292",
23404 + "default3.handlebars->117->2331"
23405 ]
23406 },
23407 {
@@ -23422,7 +23430,7 @@
23430 "zh-chs": "删除节点",
23431 "zh-cht": "刪除節點",
23432 "xloc": [
23425 - "default-mobile.handlebars->53->632",
23433 + "default-mobile.handlebars->53->637",
23434 "default.handlebars->119->1339",
23435 "default3.handlebars->117->1343"
23436 ]
@@ -23479,8 +23487,8 @@
23487 "zh-chs": "删除用户",
23488 "zh-cht": "刪除用戶",
23489 "xloc": [
23482 - "default.handlebars->119->3029",
23483 - "default3.handlebars->117->3038"
23490 + "default.handlebars->119->3036",
23491 + "default3.handlebars->117->3045"
23492 ]
23493 },
23494 {
@@ -23509,10 +23517,10 @@
23517 "zh-chs": "删除用户群组",
23518 "zh-cht": "刪除用戶群組",
23519 "xloc": [
23512 - "default.handlebars->119->2923",
23513 - "default.handlebars->119->2935",
23514 - "default3.handlebars->117->2932",
23515 - "default3.handlebars->117->2944"
23520 + "default.handlebars->119->2930",
23521 + "default.handlebars->119->2942",
23522 + "default3.handlebars->117->2939",
23523 + "default3.handlebars->117->2951"
23524 ]
23525 },
23526 {
@@ -23541,8 +23549,8 @@
23549 "zh-chs": "删除用户群组",
23550 "zh-cht": "刪除用戶群組",
23551 "xloc": [
23544 - "default.handlebars->119->2868",
23545 - "default3.handlebars->117->2877"
23552 + "default.handlebars->119->2875",
23553 + "default3.handlebars->117->2884"
23554 ]
23555 },
23556 {
@@ -23571,8 +23579,8 @@
23579 "zh-chs": "删除用户{0}",
23580 "zh-cht": "刪除用戶{0}",
23581 "xloc": [
23574 - "default.handlebars->119->3097",
23575 - "default3.handlebars->117->3100"
23582 + "default.handlebars->119->3104",
23583 + "default3.handlebars->117->3107"
23584 ]
23585 },
23586 {
@@ -23602,9 +23610,9 @@
23610 "zh-cht": "刪除帳戶",
23611 "xloc": [
23612 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0",
23605 - "default.handlebars->119->2774",
23613 + "default.handlebars->119->2781",
23614 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7",
23607 - "default3.handlebars->117->2786",
23615 + "default3.handlebars->117->2793",
23616 "default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
23617 ]
23618 },
@@ -23664,8 +23672,8 @@
23672 "zh-chs": "删除群组",
23673 "zh-cht": "刪除群組",
23674 "xloc": [
23667 - "default.handlebars->119->2864",
23668 - "default3.handlebars->117->2873"
23675 + "default.handlebars->119->2871",
23676 + "default3.handlebars->117->2880"
23677 ]
23678 },
23679 {
@@ -23724,8 +23732,8 @@
23732 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
23733 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
23734 "xloc": [
23727 - "default.handlebars->119->2587",
23728 - "default3.handlebars->117->2599"
23735 + "default.handlebars->119->2594",
23736 + "default3.handlebars->117->2606"
23737 ]
23738 },
23739 {
@@ -23754,12 +23762,12 @@
23762 "zh-chs": "删除所选项目?",
23763 "zh-cht": "刪除所選項目?",
23764 "xloc": [
23757 - "default-mobile.handlebars->53->376",
23758 - "default-mobile.handlebars->53->726",
23765 + "default-mobile.handlebars->53->381",
23766 + "default-mobile.handlebars->53->731",
23767 "default.handlebars->119->1574",
23760 - "default.handlebars->119->2527",
23768 + "default.handlebars->119->2534",
23769 "default3.handlebars->117->1574",
23762 - "default3.handlebars->117->2539",
23770 + "default3.handlebars->117->2546",
23771 "sharing-mobile.handlebars->53->87",
23772 "sharing.handlebars->47->63"
23773 ]
@@ -23790,8 +23798,8 @@
23798 "zh-chs": "删除用户群组{0}?",
23799 "zh-cht": "刪除用戶群組{0}?",
23800 "xloc": [
23793 - "default.handlebars->119->2933",
23794 - "default3.handlebars->117->2942"
23801 + "default.handlebars->119->2940",
23802 + "default3.handlebars->117->2949"
23803 ]
23804 },
23805 {
@@ -23820,12 +23828,12 @@
23828 "zh-chs": "删除{0}个所选项目?",
23829 "zh-cht": "刪除{0}個所選項目?",
23830 "xloc": [
23823 - "default-mobile.handlebars->53->375",
23824 - "default-mobile.handlebars->53->725",
23831 + "default-mobile.handlebars->53->380",
23832 + "default-mobile.handlebars->53->730",
23833 "default.handlebars->119->1573",
23826 - "default.handlebars->119->2526",
23834 + "default.handlebars->119->2533",
23835 "default3.handlebars->117->1573",
23828 - "default3.handlebars->117->2538",
23836 + "default3.handlebars->117->2545",
23837 "sharing-mobile.handlebars->53->86",
23838 "sharing.handlebars->47->62"
23839 ]
@@ -23856,7 +23864,7 @@
23864 "zh-chs": "删除{0}?",
23865 "zh-cht": "刪除{0}?",
23866 "xloc": [
23859 - "default-mobile.handlebars->53->633"
23867 + "default-mobile.handlebars->53->638"
23868 ]
23869 },
23870 {
@@ -23885,8 +23893,8 @@
23893 "zh-chs": "删除:“{0}”",
23894 "zh-cht": "刪除:“{0}”",
23895 "xloc": [
23888 - "default.handlebars->119->2586",
23889 - "default3.handlebars->117->2598"
23896 + "default.handlebars->119->2593",
23897 + "default3.handlebars->117->2605"
23898 ]
23899 },
23900 {
@@ -23915,8 +23923,8 @@
23923 "zh-chs": "删除:“{0}”,{1}个元素已删除",
23924 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
23925 "xloc": [
23918 - "default.handlebars->119->2588",
23919 - "default3.handlebars->117->2600"
23926 + "default.handlebars->119->2595",
23927 + "default3.handlebars->117->2607"
23928 ]
23929 },
23930 {
@@ -23945,7 +23953,7 @@
23953 "zh-chs": "被拒绝",
23954 "zh-cht": "被拒絕",
23955 "xloc": [
23948 - "default-mobile.handlebars->53->647",
23956 + "default-mobile.handlebars->53->652",
23957 "default.handlebars->119->1389",
23958 "default3.handlebars->117->1390",
23959 "sharing-mobile.handlebars->53->10",
@@ -23965,8 +23973,8 @@
23973 "pl": "Odmówiono zalogowania użytkownika z {0}, {1}, {2}",
23974 "uk": "Відмовлено у вході користувачу з {0}, {1}, {2}",
23975 "xloc": [
23968 - "default.handlebars->119->2696",
23969 - "default3.handlebars->117->2708"
23976 + "default.handlebars->119->2703",
23977 + "default3.handlebars->117->2715"
23978 ]
23979 },
23980 {
@@ -24133,26 +24141,26 @@
24141 "zh-cht": "描述",
24142 "xloc": [
24143 "default-mobile.handlebars->53->350",
24136 - "default-mobile.handlebars->53->499",
24137 - "default-mobile.handlebars->53->500",
24138 - "default-mobile.handlebars->53->642",
24139 - "default-mobile.handlebars->53->752",
24140 - "default-mobile.handlebars->53->808",
24141 - "default-mobile.handlebars->53->952",
24142 - "default-mobile.handlebars->53->975",
24144 + "default-mobile.handlebars->53->504",
24145 + "default-mobile.handlebars->53->505",
24146 + "default-mobile.handlebars->53->647",
24147 + "default-mobile.handlebars->53->757",
24148 + "default-mobile.handlebars->53->813",
24149 + "default-mobile.handlebars->53->959",
24150 + "default-mobile.handlebars->53->982",
24151 "default.handlebars->119->1383",
24152 "default.handlebars->119->1617",
24153 "default.handlebars->119->1644",
24154 "default.handlebars->119->1654",
24155 "default.handlebars->119->168",
24148 - "default.handlebars->119->2124",
24149 - "default.handlebars->119->2186",
24150 - "default.handlebars->119->2326",
24151 - "default.handlebars->119->2706",
24152 - "default.handlebars->119->2873",
24153 - "default.handlebars->119->2884",
24154 - "default.handlebars->119->2885",
24155 - "default.handlebars->119->2931",
24156 + "default.handlebars->119->2126",
24157 + "default.handlebars->119->2188",
24158 + "default.handlebars->119->2328",
24159 + "default.handlebars->119->2713",
24160 + "default.handlebars->119->2880",
24161 + "default.handlebars->119->2891",
24162 + "default.handlebars->119->2892",
24163 + "default.handlebars->119->2938",
24164 "default.handlebars->119->910",
24165 "default.handlebars->119->911",
24166 "default.handlebars->container->column_l->p42->p42tbl->1->0->3",
@@ -24161,15 +24169,15 @@
24169 "default3.handlebars->117->1644",
24170 "default3.handlebars->117->1654",
24171 "default3.handlebars->117->181",
24164 - "default3.handlebars->117->2139",
24165 - "default3.handlebars->117->2197",
24166 - "default3.handlebars->117->2337",
24167 - "default3.handlebars->117->2338",
24168 - "default3.handlebars->117->2718",
24169 - "default3.handlebars->117->2882",
24170 - "default3.handlebars->117->2893",
24171 - "default3.handlebars->117->2894",
24172 - "default3.handlebars->117->2940",
24172 + "default3.handlebars->117->2141",
24173 + "default3.handlebars->117->2199",
24174 + "default3.handlebars->117->2339",
24175 + "default3.handlebars->117->2340",
24176 + "default3.handlebars->117->2725",
24177 + "default3.handlebars->117->2889",
24178 + "default3.handlebars->117->2900",
24179 + "default3.handlebars->117->2901",
24180 + "default3.handlebars->117->2947",
24181 "default3.handlebars->117->921",
24182 "default3.handlebars->117->922",
24183 "default3.handlebars->container->column_l->p42->p42tbl->1->0->7"
@@ -24227,28 +24235,28 @@
24235 "zh-chs": "桌面",
24236 "zh-cht": "桌面",
24237 "xloc": [
24230 - "default-mobile.handlebars->53->578",
24238 + "default-mobile.handlebars->53->583",
24239 "default.handlebars->119->1104",
24240 "default.handlebars->119->1218",
24241 "default.handlebars->119->1502",
24234 - "default.handlebars->119->2257",
24235 - "default.handlebars->119->2332",
24236 - "default.handlebars->119->3160",
24237 - "default.handlebars->119->3226",
24238 - "default.handlebars->119->3279",
24239 - "default.handlebars->119->3385",
24242 + "default.handlebars->119->2259",
24243 + "default.handlebars->119->2334",
24244 + "default.handlebars->119->3167",
24245 + "default.handlebars->119->3233",
24246 + "default.handlebars->119->3286",
24247 + "default.handlebars->119->3392",
24248 "default.handlebars->119->875",
24249 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24250 "default.handlebars->contextMenu->cxdesktop",
24251 "default3.handlebars->117->1115",
24252 "default3.handlebars->117->1227",
24253 "default3.handlebars->117->1502",
24246 - "default3.handlebars->117->2268",
24247 - "default3.handlebars->117->2344",
24248 - "default3.handlebars->117->3163",
24249 - "default3.handlebars->117->3229",
24250 - "default3.handlebars->117->3282",
24251 - "default3.handlebars->117->3390",
24254 + "default3.handlebars->117->2270",
24255 + "default3.handlebars->117->2346",
24256 + "default3.handlebars->117->3170",
24257 + "default3.handlebars->117->3236",
24258 + "default3.handlebars->117->3289",
24259 + "default3.handlebars->117->3397",
24260 "default3.handlebars->117->886",
24261 "default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24262 "default3.handlebars->contextMenu->cxdesktop",
@@ -24285,10 +24293,10 @@
24293 "xloc": [
24294 "default.handlebars->119->1108",
24295 "default.handlebars->119->1221",
24288 - "default.handlebars->119->2261",
24296 + "default.handlebars->119->2263",
24297 "default3.handlebars->117->1119",
24298 "default3.handlebars->117->1230",
24291 - "default3.handlebars->117->2272"
24299 + "default3.handlebars->117->2274"
24300 ]
24301 },
24302 {
@@ -24318,9 +24326,9 @@
24326 "zh-cht": "桌面+終端",
24327 "xloc": [
24328 "default.handlebars->119->1105",
24321 - "default.handlebars->119->2258",
24329 + "default.handlebars->119->2260",
24330 "default3.handlebars->117->1116",
24323 - "default3.handlebars->117->2269"
24331 + "default3.handlebars->117->2271"
24332 ]
24333 },
24334 {
@@ -24351,10 +24359,10 @@
24359 "xloc": [
24360 "default.handlebars->119->1109",
24361 "default.handlebars->119->1223",
24354 - "default.handlebars->119->2262",
24362 + "default.handlebars->119->2264",
24363 "default3.handlebars->117->1120",
24364 "default3.handlebars->117->1232",
24357 - "default3.handlebars->117->2273"
24365 + "default3.handlebars->117->2275"
24366 ]
24367 },
24368 {
@@ -24413,8 +24421,8 @@
24421 "zh-chs": "桌面复用",
24422 "zh-cht": "桌面多路復用",
24423 "xloc": [
24416 - "default.handlebars->119->3390",
24417 - "default3.handlebars->117->3395"
24424 + "default.handlebars->119->3397",
24425 + "default3.handlebars->117->3402"
24426 ]
24427 },
24428 {
@@ -24443,13 +24451,13 @@
24451 "zh-chs": "桌面通知",
24452 "zh-cht": "桌面通知",
24453 "xloc": [
24446 - "default.handlebars->119->2208",
24447 - "default.handlebars->119->2892",
24448 - "default.handlebars->119->2997",
24454 + "default.handlebars->119->2210",
24455 + "default.handlebars->119->2899",
24456 + "default.handlebars->119->3004",
24457 "default.handlebars->119->982",
24450 - "default3.handlebars->117->2219",
24451 - "default3.handlebars->117->2901",
24452 - "default3.handlebars->117->3006",
24458 + "default3.handlebars->117->2221",
24459 + "default3.handlebars->117->2908",
24460 + "default3.handlebars->117->3013",
24461 "default3.handlebars->117->993"
24462 ]
24463 },
@@ -24479,13 +24487,13 @@
24487 "zh-chs": "桌面提示",
24488 "zh-cht": "桌面提示",
24489 "xloc": [
24482 - "default.handlebars->119->2207",
24483 - "default.handlebars->119->2891",
24484 - "default.handlebars->119->2996",
24490 + "default.handlebars->119->2209",
24491 + "default.handlebars->119->2898",
24492 + "default.handlebars->119->3003",
24493 "default.handlebars->119->981",
24486 - "default3.handlebars->117->2218",
24487 - "default3.handlebars->117->2900",
24488 - "default3.handlebars->117->3005",
24494 + "default3.handlebars->117->2220",
24495 + "default3.handlebars->117->2907",
24496 + "default3.handlebars->117->3012",
24497 "default3.handlebars->117->992"
24498 ]
24499 },
@@ -24515,13 +24523,13 @@
24523 "zh-chs": "桌面提示+工具栏",
24524 "zh-cht": "桌面提示+工具欄",
24525 "xloc": [
24518 - "default.handlebars->119->2205",
24519 - "default.handlebars->119->2889",
24520 - "default.handlebars->119->2994",
24526 + "default.handlebars->119->2207",
24527 + "default.handlebars->119->2896",
24528 + "default.handlebars->119->3001",
24529 "default.handlebars->119->979",
24522 - "default3.handlebars->117->2216",
24523 - "default3.handlebars->117->2898",
24524 - "default3.handlebars->117->3003",
24530 + "default3.handlebars->117->2218",
24531 + "default3.handlebars->117->2905",
24532 + "default3.handlebars->117->3010",
24533 "default3.handlebars->117->990"
24534 ]
24535 },
@@ -24551,8 +24559,8 @@
24559 "zh-chs": "桌面会话",
24560 "zh-cht": "桌面會話",
24561 "xloc": [
24554 - "default.handlebars->119->3150",
24555 - "default3.handlebars->117->3153"
24562 + "default.handlebars->119->3157",
24563 + "default3.handlebars->117->3160"
24564 ]
24565 },
24566 {
@@ -24668,13 +24676,13 @@
24676 "zh-chs": "桌面工具栏",
24677 "zh-cht": "桌面工具欄",
24678 "xloc": [
24671 - "default.handlebars->119->2206",
24672 - "default.handlebars->119->2890",
24673 - "default.handlebars->119->2995",
24679 + "default.handlebars->119->2208",
24680 + "default.handlebars->119->2897",
24681 + "default.handlebars->119->3002",
24682 "default.handlebars->119->980",
24675 - "default3.handlebars->117->2217",
24676 - "default3.handlebars->117->2899",
24677 - "default3.handlebars->117->3004",
24683 + "default3.handlebars->117->2219",

This file is too large to show in full.

views/default-mobile.handlebars
+11
@@ -2919,6 +2919,14 @@
2919 return format("{0}g left", Math.round(bytes / 1024 / 1024 / 1024));
2920 }
2921
2922 + function getNetworkSpeed(bitsPerSecond) {
2923 + if (bitsPerSecond <= 0) return "0 bps";
2924 + if (bitsPerSecond < 1000) return format("{0} bps", bitsPerSecond);
2925 + if (bitsPerSecond < 1000000) return format("{0} Kbps", Math.round(bitsPerSecond / 1000));
2926 + if (bitsPerSecond < 1000000000) return format("{0} Mbps", Math.round(bitsPerSecond / 1000000));
2927 + return format("{0} Gbps", (bitsPerSecond / 1000000000).toFixed(1));
2928 + }
2929 +
2930 function p5getQuotabar(f) {
2931 while (f.t > 1 && f.t != 4) { f = f.parent; }
2932 if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';
@@ -6436,6 +6444,9 @@
6444 x += addDetailItem("MAC Layer", format("MAC: {0}", EscapeHtml(m[0].mac)));
6445 }
6446 }
6447 + if (typeof m[0].speed == 'number' && (m[0].speed != 9223372036854775807 && m[0].speed > 0)) {
6448 + x += addDetailItem("Interface Speed", format("{0}", getNetworkSpeed(m[0].speed)));
6449 + }
6450 for (var j = 0; j < m.length; j++) {
6451 var iplayer = m[j], items = [];
6452 if (iplayer.address) { items.push(format("IP: {0}", EscapeHtml(iplayer.address))); }
views/default.handlebars
+11
@@ -12324,6 +12324,9 @@
12324 x += addDetailItem("MAC Layer", format("MAC: {0}", EscapeHtml(m[0].mac)));
12325 }
12326 }
12327 + if (typeof m[0].speed == 'number' && (m[0].speed != 9223372036854775807 && m[0].speed > 0)) {
12328 + x += addDetailItem("Interface Speed", format("{0}", getNetworkSpeed(m[0].speed)));
12329 + }
12330 for (var j = 0; j < m.length; j++) {
12331 var iplayer = m[j], items = [];
12332 if (iplayer.address) { items.push(format("IP: {0}", EscapeHtml(iplayer.address))); }
@@ -15022,6 +15025,14 @@
15025 return format("{0} Gb", round(bytes / 1024 / 1024 / 1024, 1));
15026 }
15027
15028 + function getNetworkSpeed(bitsPerSecond) {
15029 + if (bitsPerSecond <= 0) return "0 bps";
15030 + if (bitsPerSecond < 1000) return format("{0} bps", bitsPerSecond);
15031 + if (bitsPerSecond < 1000000) return format("{0} Kbps", Math.round(bitsPerSecond / 1000));
15032 + if (bitsPerSecond < 1000000000) return format("{0} Mbps", Math.round(bitsPerSecond / 1000000));
15033 + return format("{0} Gbps", (bitsPerSecond / 1000000000).toFixed(1));
15034 + }
15035 +
15036 function p5getQuotabar(f) {
15037 while (f.t > 1 && f.t != 4) { f = f.parent; }
15038 if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';
views/default3.handlebars
+11
@@ -13339,6 +13339,9 @@
13339 x += addDetailItem("MAC Layer", format("MAC: {0}", EscapeHtml(m[0].mac)));
13340 }
13341 }
13342 + if (typeof m[0].speed == 'number' && (m[0].speed != 9223372036854775807 && m[0].speed > 0)) {
13343 + x += addDetailItem("Interface Speed", format("{0}", getNetworkSpeed(m[0].speed)));
13344 + }
13345 for (var j = 0; j < m.length; j++) {
13346 var iplayer = m[j], items = [];
13347 if (iplayer.address) { items.push(format("IP: {0}", EscapeHtml(iplayer.address))); }
@@ -16328,6 +16331,14 @@
16331 return format("{0} Gb", round(bytes / 1024 / 1024 / 1024, 1));
16332 }
16333
16334 + function getNetworkSpeed(bitsPerSecond) {
16335 + if (bitsPerSecond <= 0) return "0 bps";
16336 + if (bitsPerSecond < 1000) return format("{0} bps", bitsPerSecond);
16337 + if (bitsPerSecond < 1000000) return format("{0} Kbps", Math.round(bitsPerSecond / 1000));
16338 + if (bitsPerSecond < 1000000000) return format("{0} Mbps", Math.round(bitsPerSecond / 1000000));
16339 + return format("{0} Gbps", (bitsPerSecond / 1000000000).toFixed(1));
16340 + }
16341 +
16342 function p5getQuotabar(f) {
16343 while (f.t > 1 && f.t != 4) { f = f.parent; }
16344 if ((f.t != 1 && f.t != 4) || (f.maxbytes == null)) return '';