Fixed creating relayed devices in WAN mode.

Ylian Saint-Hilaire committed Apr 14, 2022 at 14:30 UTC 5707677e4ebe2bbc493812a105c2b3a8f991d0e4
3 files changed +2616 -2611
meshuser.js
-1
@@ -2325,7 +2325,6 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2325 }
2326 case 'addlocaldevice':
2327 {
2328 - if (args.wanonly == true) return; // This is a WAN-only server, local Intel AMT computers can't be added
2328 if (common.validateString(command.meshid, 1, 1024) == false) break; // Check meshid
2329 if ((command.meshid.split('/').length != 3) || (command.meshid.split('/')[1] != domain.id)) return; // Invalid domain, operation only valid for current domain
2330 if (common.validateString(command.devicename, 1, 256) == false) break; // Check device name
translate/translate.json
+2614 -2608
@@ -46,8 +46,8 @@
46 "zh-chs": " + CIRA",
47 "zh-cht": " + CIRA",
48 "xloc": [
49 - "default.handlebars->39->1866",
50 - "default.handlebars->39->1868"
49 + "default.handlebars->39->1867",
50 + "default.handlebars->39->1869"
51 ]
52 },
53 {
@@ -299,7 +299,7 @@
299 "zh-chs": " 可以使用密码提示,但不建议使用。",
300 "zh-cht": " 可以使用密碼提示,但不建議使用。",
301 "xloc": [
302 - "default.handlebars->39->1747"
302 + "default.handlebars->39->1748"
303 ]
304 },
305 {
@@ -324,8 +324,8 @@
324 "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。",
325 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
326 "xloc": [
327 - "default.handlebars->39->1984",
328 - "default.handlebars->39->2537"
327 + "default.handlebars->39->1985",
328 + "default.handlebars->39->2538"
329 ]
330 },
331 {
@@ -789,7 +789,7 @@
789 "zh-chs": "(可选的)",
790 "zh-cht": "(可選的)",
791 "xloc": [
792 - "default.handlebars->39->503"
792 + "default.handlebars->39->504"
793 ]
794 },
795 {
@@ -834,8 +834,8 @@
834 "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。",
835 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
836 "xloc": [
837 - "default.handlebars->39->1944",
838 - "default.handlebars->39->465"
837 + "default.handlebars->39->1945",
838 + "default.handlebars->39->466"
839 ]
840 },
841 {
@@ -860,7 +860,7 @@
860 "zh-chs": "*对于BSD,首先运行“ pkg install wget sudo bash ”。",
861 "zh-cht": "*對於BSD,首先運行“ pkg install wget sudo bash ”。",
862 "xloc": [
863 - "default.handlebars->39->556"
863 + "default.handlebars->39->557"
864 ]
865 },
866 {
@@ -929,8 +929,8 @@
929 "zh-cht": ",",
930 "xloc": [
931 "default-mobile.handlebars->11->701",
932 - "default.handlebars->39->2058",
933 - "default.handlebars->39->2320"
932 + "default.handlebars->39->2059",
933 + "default.handlebars->39->2321"
934 ]
935 },
936 {
@@ -1021,7 +1021,7 @@
1021 "tr": ", Yerel Cihazlar",
1022 "zh-chs": ", 本地设备",
1023 "xloc": [
1024 - "default.handlebars->39->327"
1024 + "default.handlebars->39->328"
1025 ]
1026 },
1027 {
@@ -1047,7 +1047,7 @@
1047 "zh-cht": ",MQTT在線",
1048 "xloc": [
1049 "default-mobile.handlebars->11->606",
1050 - "default.handlebars->39->1456"
1050 + "default.handlebars->39->1457"
1051 ]
1052 },
1053 {
@@ -1071,8 +1071,8 @@
1071 "tr": ", İzin Yok",
1072 "zh-chs": ", 不同意",
1073 "xloc": [
1074 - "default.handlebars->39->1902",
1075 - "default.handlebars->39->963"
1074 + "default.handlebars->39->1903",
1075 + "default.handlebars->39->964"
1076 ]
1077 },
1078 {
@@ -1097,8 +1097,8 @@
1097 "zh-chs": ",提示同意",
1098 "zh-cht": ",提示同意",
1099 "xloc": [
1100 - "default.handlebars->39->1903",
1101 - "default.handlebars->39->964"
1100 + "default.handlebars->39->1904",
1101 + "default.handlebars->39->965"
1102 ]
1103 },
1104 {
@@ -1118,8 +1118,8 @@
1118 "tr": ", Günlük yinelenen",
1119 "pt-br": ", Recorrente diariamente",
1120 "xloc": [
1121 - "default.handlebars->39->1899",
1122 - "default.handlebars->39->960"
1121 + "default.handlebars->39->1900",
1122 + "default.handlebars->39->961"
1123 ]
1124 },
1125 {
@@ -1139,8 +1139,8 @@
1139 "tr": ", Haftalık yinelenen",
1140 "pt-br": ", Recorrente semanalmente",
1141 "xloc": [
1142 - "default.handlebars->39->1900",
1143 - "default.handlebars->39->961"
1142 + "default.handlebars->39->1901",
1143 + "default.handlebars->39->962"
1144 ]
1145 },
1146 {
@@ -1164,6 +1164,12 @@
1164 "tr": ", Kaydedilmiş Oturum",
1165 "zh-chs": ", 录制会话"
1166 },
1167 + {
1168 + "en": ", Relayed Devices",
1169 + "xloc": [
1170 + "default.handlebars->39->327"
1171 + ]
1172 + },
1173 {
1174 "cs": ", Soft-KVM",
1175 "da": ", Soft-KVM",
@@ -1186,7 +1192,7 @@
1192 "zh-chs": ",软体KVM",
1193 "zh-cht": ",軟體KVM",
1194 "xloc": [
1189 - "default.handlebars->39->1190",
1195 + "default.handlebars->39->1191",
1196 "sharing.handlebars->11->12"
1197 ]
1198 },
@@ -1211,8 +1217,8 @@
1217 "tr": ", Araç Çubuğu",
1218 "zh-chs": ", 工具栏",
1219 "xloc": [
1214 - "default.handlebars->39->1904",
1215 - "default.handlebars->39->965"
1220 + "default.handlebars->39->1905",
1221 + "default.handlebars->39->966"
1222 ]
1223 },
1224 {
@@ -1253,8 +1259,8 @@
1259 "tr": ", Yalnızca masaüstünü görüntüle",
1260 "pt-br": ", Ver apenas área de trabalho",
1261 "xloc": [
1256 - "default.handlebars->39->1901",
1257 - "default.handlebars->39->962"
1262 + "default.handlebars->39->1902",
1263 + "default.handlebars->39->963"
1264 ]
1265 },
1266 {
@@ -1282,9 +1288,9 @@
1288 "default-mobile.handlebars->11->409",
1289 "default-mobile.handlebars->11->444",
1290 "default-mobile.handlebars->11->461",
1285 - "default.handlebars->39->1196",
1286 - "default.handlebars->39->1272",
1287 - "default.handlebars->39->1298",
1291 + "default.handlebars->39->1197",
1292 + "default.handlebars->39->1273",
1293 + "default.handlebars->39->1299",
1294 "sharing.handlebars->11->19",
1295 "sharing.handlebars->11->27",
1296 "sharing.handlebars->11->44",
@@ -1480,7 +1486,7 @@
1486 "zh-chs": ",{0}观看",
1487 "zh-cht": ",{0}觀看",
1488 "xloc": [
1483 - "default.handlebars->39->1191",
1489 + "default.handlebars->39->1192",
1490 "sharing.handlebars->11->13"
1491 ]
1492 },
@@ -1586,9 +1592,9 @@
1592 "xloc": [
1593 "default-mobile.handlebars->11->139",
1594 "default-mobile.handlebars->11->477",
1589 - "default.handlebars->39->1317",
1590 - "default.handlebars->39->2119",
1591 - "default.handlebars->39->2735",
1595 + "default.handlebars->39->1318",
1596 + "default.handlebars->39->2120",
1597 + "default.handlebars->39->2736",
1598 "sharing.handlebars->11->50"
1599 ]
1600 },
@@ -1750,7 +1756,7 @@
1756 "zh-chs": "1个活跃时段",
1757 "zh-cht": "1個活躍時段",
1758 "xloc": [
1753 - "default.handlebars->39->2625"
1759 + "default.handlebars->39->2626"
1760 ]
1761 },
1762 {
@@ -1777,7 +1783,7 @@
1783 "xloc": [
1784 "default-mobile.handlebars->11->149",
1785 "default-mobile.handlebars->11->745",
1780 - "default.handlebars->39->2143",
1786 + "default.handlebars->39->2144",
1787 "download.handlebars->3->1",
1788 "download2.handlebars->5->1",
1789 "sharing.handlebars->11->96"
@@ -1816,7 +1822,7 @@
1822 "zh-chs": "1条连接",
1823 "zh-cht": "1位聯絡文",
1824 "xloc": [
1819 - "default.handlebars->39->1193",
1825 + "default.handlebars->39->1194",
1826 "sharing.handlebars->11->15"
1827 ]
1828 },
@@ -1843,8 +1849,8 @@
1849 "zh-cht": "1天",
1850 "xloc": [
1851 "default.handlebars->39->257",
1846 - "default.handlebars->39->494",
1847 - "default.handlebars->39->508"
1852 + "default.handlebars->39->495",
1853 + "default.handlebars->39->509"
1854 ]
1855 },
1856 {
@@ -1869,7 +1875,7 @@
1875 "zh-chs": "1组",
1876 "zh-cht": "1群",
1877 "xloc": [
1872 - "default.handlebars->39->2584"
1878 + "default.handlebars->39->2585"
1879 ]
1880 },
1881 {
@@ -1895,8 +1901,8 @@
1901 "zh-cht": "1小時",
1902 "xloc": [
1903 "default.handlebars->39->255",
1898 - "default.handlebars->39->492",
1899 - "default.handlebars->39->506"
1904 + "default.handlebars->39->493",
1905 + "default.handlebars->39->507"
1906 ]
1907 },
1908 {
@@ -1921,8 +1927,8 @@
1927 "zh-chs": "1分钟",
1928 "zh-cht": "1分鐘",
1929 "xloc": [
1924 - "default.handlebars->39->1043",
1925 - "default.handlebars->39->1712"
1930 + "default.handlebars->39->1044",
1931 + "default.handlebars->39->1713"
1932 ]
1933 },
1934 {
@@ -1973,8 +1979,8 @@
1979 "zh-cht": "1個月",
1980 "xloc": [
1981 "default.handlebars->39->259",
1976 - "default.handlebars->39->496",
1977 - "default.handlebars->39->510"
1982 + "default.handlebars->39->497",
1983 + "default.handlebars->39->511"
1984 ]
1985 },
1986 {
@@ -1999,7 +2005,7 @@
2005 "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2006 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2007 "xloc": [
2002 - "default.handlebars->39->2352"
2008 + "default.handlebars->39->2353"
2009 ]
2010 },
2011 {
@@ -2024,7 +2030,7 @@
2030 "zh-chs": "1个节点",
2031 "zh-cht": "1個節點",
2032 "xloc": [
2027 - "default.handlebars->39->588"
2033 + "default.handlebars->39->589"
2034 ]
2035 },
2036 {
@@ -2091,7 +2097,7 @@
2097 "zh-chs": "1秒",
2098 "xloc": [
2099 "default-mobile.handlebars->11->359",
2094 - "default.handlebars->39->1078"
2100 + "default.handlebars->39->1079"
2101 ]
2102 },
2103 {
@@ -2140,7 +2146,7 @@
2146 "tr": "1 seçili cihaz çevrimdışı.",
2147 "zh-chs": "1 个选定的设备处于离线状态。",
2148 "xloc": [
2143 - "default.handlebars->39->654"
2149 + "default.handlebars->39->655"
2150 ]
2151 },
2152 {
@@ -2164,7 +2170,7 @@
2170 "tr": "1 seçili cihaz çevrimiçi.",
2171 "zh-chs": "1 个选定的设备在线。",
2172 "xloc": [
2167 - "default.handlebars->39->652"
2173 + "default.handlebars->39->653"
2174 ]
2175 },
2176 {
@@ -2196,14 +2202,14 @@
2202 "default-mobile.handlebars->11->218",
2203 "default-mobile.handlebars->11->222",
2204 "default-mobile.handlebars->11->226",
2199 - "default.handlebars->39->2356",
2200 - "default.handlebars->39->390",
2201 - "default.handlebars->39->393",
2202 - "default.handlebars->39->397",
2203 - "default.handlebars->39->401",
2204 - "default.handlebars->39->405",
2205 - "default.handlebars->39->409",
2206 - "default.handlebars->39->413"
2205 + "default.handlebars->39->2357",
2206 + "default.handlebars->39->391",
2207 + "default.handlebars->39->394",
2208 + "default.handlebars->39->398",
2209 + "default.handlebars->39->402",
2210 + "default.handlebars->39->406",
2211 + "default.handlebars->39->410",
2212 + "default.handlebars->39->414"
2213 ]
2214 },
2215 {
@@ -2229,8 +2235,8 @@
2235 "zh-cht": "1週",
2236 "xloc": [
2237 "default.handlebars->39->258",
2232 - "default.handlebars->39->495",
2233 - "default.handlebars->39->509"
2238 + "default.handlebars->39->496",
2239 + "default.handlebars->39->510"
2240 ]
2241 },
2242 {
@@ -2383,8 +2389,8 @@
2389 "zh-chs": "10分钟",
2390 "zh-cht": "10分鐘",
2391 "xloc": [
2386 - "default.handlebars->39->1045",
2387 - "default.handlebars->39->1714"
2392 + "default.handlebars->39->1046",
2393 + "default.handlebars->39->1715"
2394 ]
2395 },
2396 {
@@ -2409,7 +2415,7 @@
2415 "zh-chs": "10 秒",
2416 "xloc": [
2417 "default-mobile.handlebars->11->361",
2412 - "default.handlebars->39->1080"
2418 + "default.handlebars->39->1081"
2419 ]
2420 },
2421 {
@@ -2537,8 +2543,8 @@
2543 "zh-chs": "12小时",
2544 "zh-cht": "12小時",
2545 "xloc": [
2540 - "default.handlebars->39->1053",
2541 - "default.handlebars->39->1722"
2546 + "default.handlebars->39->1054",
2547 + "default.handlebars->39->1723"
2548 ]
2549 },
2550 {
@@ -2611,8 +2617,8 @@
2617 "zh-chs": "15分钟",
2618 "zh-cht": "15分鐘",
2619 "xloc": [
2614 - "default.handlebars->39->1046",
2615 - "default.handlebars->39->1715"
2620 + "default.handlebars->39->1047",
2621 + "default.handlebars->39->1716"
2622 ]
2623 },
2624 {
@@ -2637,8 +2643,8 @@
2643 "zh-chs": "16小时",
2644 "zh-cht": "16小時",
2645 "xloc": [
2640 - "default.handlebars->39->1054",
2641 - "default.handlebars->39->1723"
2646 + "default.handlebars->39->1055",
2647 + "default.handlebars->39->1724"
2648 ]
2649 },
2650 {
@@ -2674,8 +2680,8 @@
2680 "zh-chs": "2天",
2681 "zh-cht": "2天",
2682 "xloc": [
2677 - "default.handlebars->39->1056",
2678 - "default.handlebars->39->1725"
2683 + "default.handlebars->39->1057",
2684 + "default.handlebars->39->1726"
2685 ]
2686 },
2687 {
@@ -2700,8 +2706,8 @@
2706 "zh-chs": "2小时",
2707 "zh-cht": "2小時",
2708 "xloc": [
2703 - "default.handlebars->39->1050",
2704 - "default.handlebars->39->1719"
2709 + "default.handlebars->39->1051",
2710 + "default.handlebars->39->1720"
2711 ]
2712 },
2713 {
@@ -2879,8 +2885,8 @@
2885 "zh-chs": "24小时",
2886 "zh-cht": "24小時",
2887 "xloc": [
2882 - "default.handlebars->39->1055",
2883 - "default.handlebars->39->1724"
2888 + "default.handlebars->39->1056",
2889 + "default.handlebars->39->1725"
2890 ]
2891 },
2892 {
@@ -2954,7 +2960,7 @@
2960 "zh-chs": "2FA备份代码已清除",
2961 "zh-cht": "2FA備份代碼已清除",
2962 "xloc": [
2957 - "default.handlebars->39->2254"
2963 + "default.handlebars->39->2255"
2964 ]
2965 },
2966 {
@@ -2971,7 +2977,7 @@
2977 "pt-br": "2ª Etapa",
2978 "pl": "dwuetapowe",
2979 "xloc": [
2974 - "default.handlebars->39->2771"
2980 + "default.handlebars->39->2772"
2981 ]
2982 },
2983 {
@@ -2996,8 +3002,8 @@
3002 "zh-chs": "启用第二因素身份验证",
3003 "zh-cht": "啟用第二因素身份驗證",
3004 "xloc": [
2999 - "default.handlebars->39->2370",
3000 - "default.handlebars->39->2608"
3005 + "default.handlebars->39->2371",
3006 + "default.handlebars->39->2609"
3007 ]
3008 },
3009 {
@@ -3146,8 +3152,8 @@
3152 "zh-chs": "30分钟",
3153 "zh-cht": "30分鐘",
3154 "xloc": [
3149 - "default.handlebars->39->1047",
3150 - "default.handlebars->39->1716"
3155 + "default.handlebars->39->1048",
3156 + "default.handlebars->39->1717"
3157 ]
3158 },
3159 {
@@ -3172,7 +3178,7 @@
3178 "zh-chs": "32 位",
3179 "xloc": [
3180 "default-mobile.handlebars->11->514",
3175 - "default.handlebars->39->1370"
3181 + "default.handlebars->39->1371"
3182 ]
3183 },
3184 {
@@ -3197,8 +3203,8 @@
3203 "zh-chs": "MeshAgent的32位版本",
3204 "zh-cht": "MeshAgent的32位版本",
3205 "xloc": [
3200 - "default.handlebars->39->546",
3201 - "default.handlebars->39->574"
3206 + "default.handlebars->39->547",
3207 + "default.handlebars->39->575"
3208 ]
3209 },
3210 {
@@ -3250,8 +3256,8 @@
3256 "zh-chs": "4天",
3257 "zh-cht": "4天",
3258 "xloc": [
3253 - "default.handlebars->39->1057",
3254 - "default.handlebars->39->1726"
3259 + "default.handlebars->39->1058",
3260 + "default.handlebars->39->1727"
3261 ]
3262 },
3263 {
@@ -3276,8 +3282,8 @@
3282 "zh-chs": "4个小时",
3283 "zh-cht": "4個小時",
3284 "xloc": [
3279 - "default.handlebars->39->1051",
3280 - "default.handlebars->39->1720"
3285 + "default.handlebars->39->1052",
3286 + "default.handlebars->39->1721"
3287 ]
3288 },
3289 {
@@ -3405,8 +3411,8 @@
3411 "zh-chs": "45分钟",
3412 "zh-cht": "45分鐘",
3413 "xloc": [
3408 - "default.handlebars->39->1048",
3409 - "default.handlebars->39->1717"
3414 + "default.handlebars->39->1049",
3415 + "default.handlebars->39->1718"
3416 ]
3417 },
3418 {
@@ -3456,8 +3462,8 @@
3462 "zh-chs": "5分钟",
3463 "zh-cht": "5分鐘",
3464 "xloc": [
3459 - "default.handlebars->39->1044",
3460 - "default.handlebars->39->1713"
3465 + "default.handlebars->39->1045",
3466 + "default.handlebars->39->1714"
3467 ]
3468 },
3469 {
@@ -3482,7 +3488,7 @@
3488 "zh-chs": "5秒",
3489 "xloc": [
3490 "default-mobile.handlebars->11->360",
3485 - "default.handlebars->39->1079"
3491 + "default.handlebars->39->1080"
3492 ]
3493 },
3494 {
@@ -3638,8 +3644,8 @@
3644 "zh-chs": "60分钟",
3645 "zh-cht": "60分鐘",
3646 "xloc": [
3641 - "default.handlebars->39->1049",
3642 - "default.handlebars->39->1718"
3647 + "default.handlebars->39->1050",
3648 + "default.handlebars->39->1719"
3649 ]
3650 },
3651 {
@@ -3716,7 +3722,7 @@
3722 "zh-chs": "64 位",
3723 "xloc": [
3724 "default-mobile.handlebars->11->516",
3719 - "default.handlebars->39->1372"
3725 + "default.handlebars->39->1373"
3726 ]
3727 },
3728 {
@@ -3741,7 +3747,7 @@
3747 "zh-chs": "64位版本的macOS Mesh Agent",
3748 "zh-cht": "64位版本的macOS Mesh Agent",
3749 "xloc": [
3744 - "default.handlebars->39->561"
3750 + "default.handlebars->39->562"
3751 ]
3752 },
3753 {
@@ -3766,8 +3772,8 @@
3772 "zh-chs": "MeshAgent的64位版本",
3773 "zh-cht": "MeshAgent的64位版本",
3774 "xloc": [
3769 - "default.handlebars->39->550",
3770 - "default.handlebars->39->577"
3775 + "default.handlebars->39->551",
3776 + "default.handlebars->39->578"
3777 ]
3778 },
3779 {
@@ -3836,7 +3842,7 @@
3842 "zh-chs": "7天电源状态",
3843 "zh-cht": "7天電源狀態",
3844 "xloc": [
3839 - "default.handlebars->39->1113"
3845 + "default.handlebars->39->1114"
3846 ]
3847 },
3848 {
@@ -3845,7 +3851,7 @@
3851 "pt-br": "7 dias",
3852 "pl": "7 dni",
3853 "xloc": [
3848 - "default.handlebars->39->1727"
3854 + "default.handlebars->39->1728"
3855 ]
3856 },
3857 {
@@ -3923,10 +3929,10 @@
3929 "zh-chs": "8小時",
3930 "zh-cht": "8小時",
3931 "xloc": [
3926 - "default.handlebars->39->1052",
3927 - "default.handlebars->39->1721",
3928 - "default.handlebars->39->493",
3929 - "default.handlebars->39->507"
3932 + "default.handlebars->39->1053",
3933 + "default.handlebars->39->1722",
3934 + "default.handlebars->39->494",
3935 + "default.handlebars->39->508"
3936 ]
3937 },
3938 {
@@ -4251,8 +4257,8 @@
4257 "zh-cht": "ACM",
4258 "xloc": [
4259 "default-mobile.handlebars->11->297",
4254 - "default.handlebars->39->1882",
4255 - "default.handlebars->39->801"
4260 + "default.handlebars->39->1883",
4261 + "default.handlebars->39->802"
4262 ]
4263 },
4264 {
@@ -4321,8 +4327,8 @@
4327 "zh-chs": "AMT",
4328 "zh-cht": "AMT",
4329 "xloc": [
4324 - "default.handlebars->39->375",
4325 - "default.handlebars->39->623"
4330 + "default.handlebars->39->376",
4331 + "default.handlebars->39->624"
4332 ]
4333 },
4334 {
@@ -4346,7 +4352,7 @@
4352 "tr": "AMT-OS",
4353 "zh-chs": "操作系统",
4354 "xloc": [
4349 - "default.handlebars->39->2893"
4355 + "default.handlebars->39->2894"
4356 ]
4357 },
4358 {
@@ -4365,7 +4371,7 @@
4371 "ru": "AMT-Redir",
4372 "tr": "AMT-Yönlendirme",
4373 "xloc": [
4368 - "default.handlebars->39->2778"
4374 + "default.handlebars->39->2779"
4375 ]
4376 },
4377 {
@@ -4384,7 +4390,7 @@
4390 "ru": "AMT-WSMAN",
4391 "tr": "AMT-WSMAN",
4392 "xloc": [
4387 - "default.handlebars->39->2777"
4393 + "default.handlebars->39->2778"
4394 ]
4395 },
4396 {
@@ -4540,8 +4546,8 @@
4546 "xloc": [
4547 "default-mobile.handlebars->11->518",
4548 "default-mobile.handlebars->11->520",
4543 - "default.handlebars->39->820",
4544 - "default.handlebars->39->822"
4549 + "default.handlebars->39->821",
4550 + "default.handlebars->39->823"
4551 ]
4552 },
4553 {
@@ -4567,7 +4573,7 @@
4573 "zh-cht": "拒絕存取",
4574 "xloc": [
4575 "default-mobile.handlebars->11->607",
4570 - "default.handlebars->39->1457"
4576 + "default.handlebars->39->1458"
4577 ]
4578 },
4579 {
@@ -4643,7 +4649,7 @@
4649 "zh-chs": "访问服务器档案",
4650 "zh-cht": "存取伺服器檔案",
4651 "xloc": [
4646 - "default.handlebars->39->2543"
4652 + "default.handlebars->39->2544"
4653 ]
4654 },
4655 {
@@ -4752,11 +4758,11 @@
4758 "default-mobile.handlebars->11->264",
4759 "default-mobile.handlebars->11->266",
4760 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4755 - "default.handlebars->39->1756",
4756 - "default.handlebars->39->1758",
4757 - "default.handlebars->39->2946",
4758 - "default.handlebars->39->761",
4759 - "default.handlebars->39->763"
4761 + "default.handlebars->39->1757",
4762 + "default.handlebars->39->1759",
4763 + "default.handlebars->39->2947",
4764 + "default.handlebars->39->762",
4765 + "default.handlebars->39->764"
4766 ]
4767 },
4768 {
@@ -4781,7 +4787,7 @@
4787 "zh-chs": "帐号设定",
4788 "xloc": [
4789 "default-mobile.handlebars->11->712",
4784 - "default.handlebars->39->2822"
4790 + "default.handlebars->39->2823"
4791 ]
4792 },
4793 {
@@ -4857,7 +4863,7 @@
4863 "zh-chs": "帐户已更改:{0}",
4864 "zh-cht": "帳戶已更改:{0}",
4865 "xloc": [
4860 - "default.handlebars->39->2227"
4866 + "default.handlebars->39->2228"
4867 ]
4868 },
4869 {
@@ -4882,7 +4888,7 @@
4888 "zh-chs": "创建帐户,电子邮件为{0}",
4889 "zh-cht": "創建帳戶,電子郵件為{0}",
4890 "xloc": [
4885 - "default.handlebars->39->2226"
4891 + "default.handlebars->39->2227"
4892 ]
4893 },
4894 {
@@ -4902,7 +4908,7 @@
4908 "tr": "Hesap oluşturuldu, ad {0}.",
4909 "pt-br": "Conta criada, o nome é {0}",
4910 "xloc": [
4905 - "default.handlebars->39->2289"
4911 + "default.handlebars->39->2290"
4912 ]
4913 },
4914 {
@@ -4927,7 +4933,7 @@
4933 "zh-chs": "创建帐户,用户名是{0}",
4934 "zh-cht": "帳戶已創建,用戶名是{0}",
4935 "xloc": [
4930 - "default.handlebars->39->2225"
4936 + "default.handlebars->39->2226"
4937 ]
4938 },
4939 {
@@ -4954,8 +4960,8 @@
4960 "xloc": [
4961 "default-mobile.handlebars->11->64",
4962 "default.handlebars->39->195",
4957 - "default.handlebars->39->2372",
4958 - "default.handlebars->39->2540"
4963 + "default.handlebars->39->2373",
4964 + "default.handlebars->39->2541"
4965 ]
4966 },
4967 {
@@ -4981,7 +4987,7 @@
4987 "zh-cht": "達到帳戶限制。",
4988 "xloc": [
4989 "default-mobile.handlebars->11->724",
4984 - "default.handlebars->39->2834",
4990 + "default.handlebars->39->2835",
4991 "login-mobile.handlebars->5->6",
4992 "login.handlebars->5->6",
4993 "login2.handlebars->7->8"
@@ -5036,7 +5042,7 @@
5042 "zh-chs": "帐号登录",
5043 "zh-cht": "帳號登錄",
5044 "xloc": [
5039 - "default.handlebars->39->2162"
5045 + "default.handlebars->39->2163"
5046 ]
5047 },
5048 {
@@ -5060,7 +5066,7 @@
5066 "tr": "{0}, {1}, {2} adresinden hesap girişi",
5067 "zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
5068 "xloc": [
5063 - "default.handlebars->39->2268"
5069 + "default.handlebars->39->2269"
5070 ]
5071 },
5072 {
@@ -5085,7 +5091,7 @@
5091 "zh-chs": "帐户登出",
5092 "zh-cht": "帳戶登出",
5093 "xloc": [
5088 - "default.handlebars->39->2163"
5094 + "default.handlebars->39->2164"
5095 ]
5096 },
5097 {
@@ -5137,7 +5143,7 @@
5143 "zh-chs": "帐户密码已更改:{0}",
5144 "zh-cht": "帳戶密碼已更改:{0}",
5145 "xloc": [
5140 - "default.handlebars->39->2235"
5146 + "default.handlebars->39->2236"
5147 ]
5148 },
5149 {
@@ -5162,7 +5168,7 @@
5168 "zh-chs": "帐户已删除",
5169 "zh-cht": "帳戶已刪除",
5170 "xloc": [
5165 - "default.handlebars->39->2224"
5171 + "default.handlebars->39->2225"
5172 ]
5173 },
5174 {
@@ -5213,7 +5219,7 @@
5219 "zh-cht": "指令",
5220 "xloc": [
5221 "default-mobile.handlebars->11->613",
5216 - "default.handlebars->39->1463",
5222 + "default.handlebars->39->1464",
5223 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
5224 ]
5225 },
@@ -5239,8 +5245,8 @@
5245 "zh-chs": "动作档案",
5246 "zh-cht": "動作檔案",
5247 "xloc": [
5242 - "default.handlebars->39->1159",
5243 - "default.handlebars->39->1161"
5248 + "default.handlebars->39->1160",
5249 + "default.handlebars->39->1162"
5250 ]
5251 },
5252 {
@@ -5269,7 +5275,7 @@
5275 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
5276 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
5277 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea4->1->3",
5272 - "default.handlebars->39->879",
5278 + "default.handlebars->39->880",
5279 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
5280 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
5281 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -5297,7 +5303,7 @@
5303 "zh-chs": "使用FAT格式的USB密钥在管理控制模式(ACM)中激活英特尔®AMT。将setup.bin放在其上,然后使用此键引导一台或多台计算机。",
5304 "zh-cht": "使用FAT格式的USB密鑰在管理控制模式(ACM)中激活英特爾®AMT。將setup.bin放在其上,然後使用此鍵引導一台或多台計算機。",
5305 "xloc": [
5300 - "default.handlebars->39->459"
5306 + "default.handlebars->39->460"
5307 ]
5308 },
5309 {
@@ -5372,7 +5378,7 @@
5378 "zh-chs": "如果ACM失败,则激活到CCM",
5379 "zh-cht": "如果ACM失敗,則激活到CCM",
5380 "xloc": [
5375 - "default.handlebars->39->1935"
5381 + "default.handlebars->39->1936"
5382 ]
5383 },
5384 {
@@ -5400,9 +5406,9 @@
5406 "default-mobile.handlebars->11->292",
5407 "default-mobile.handlebars->11->294",
5408 "default-mobile.handlebars->11->569",
5403 - "default.handlebars->39->1418",
5404 - "default.handlebars->39->794",
5405 - "default.handlebars->39->796"
5409 + "default.handlebars->39->1419",
5410 + "default.handlebars->39->795",
5411 + "default.handlebars->39->797"
5412 ]
5413 },
5414 {
@@ -5452,8 +5458,8 @@
5458 "zh-chs": "主动设备共享",
5459 "zh-cht": "主動設備共享",
5460 "xloc": [
5455 - "default.handlebars->39->1886",
5456 - "default.handlebars->39->947"
5461 + "default.handlebars->39->1887",
5462 + "default.handlebars->39->948"
5463 ]
5464 },
5465 {
@@ -5477,7 +5483,7 @@
5483 "tr": "Aktif Giriş Anahtarları",
5484 "zh-chs": "活动登录令牌",
5485 "xloc": [
5480 - "default.handlebars->39->1786"
5486 + "default.handlebars->39->1787"
5487 ]
5488 },
5489 {
@@ -5497,7 +5503,7 @@
5503 "ru": "Активный пользователь",
5504 "tr": "Aktif Kullanıcı",
5505 "xloc": [
5500 - "default.handlebars->39->838"
5506 + "default.handlebars->39->839"
5507 ]
5508 },
5509 {
@@ -5517,7 +5523,7 @@
5523 "ru": "Активные пользователи",
5524 "tr": "Aktif Kullanıcılar",
5525 "xloc": [
5520 - "default.handlebars->39->837"
5526 + "default.handlebars->39->838"
5527 ]
5528 },
5529 {
@@ -5564,8 +5570,8 @@
5570 "zh-chs": "添加",
5571 "xloc": [
5572 "default-mobile.handlebars->11->436",
5567 - "default.handlebars->39->1227",
5568 - "default.handlebars->39->1232"
5573 + "default.handlebars->39->1228",
5574 + "default.handlebars->39->1233"
5575 ]
5576 },
5577 {
@@ -5632,8 +5638,8 @@
5638 "zh-chs": "添加代理",
5639 "zh-cht": "新增代理",
5640 "xloc": [
5635 - "default.handlebars->39->1878",
5636 - "default.handlebars->39->431"
5641 + "default.handlebars->39->1879",
5642 + "default.handlebars->39->432"
5643 ]
5644 },
5645 {
@@ -5680,9 +5686,9 @@
5686 "zh-chs": "添加设备",
5687 "zh-cht": "新增裝置",
5688 "xloc": [
5683 - "default.handlebars->39->2515",
5684 - "default.handlebars->39->2674",
5685 - "default.handlebars->39->435"
5689 + "default.handlebars->39->2516",
5690 + "default.handlebars->39->2675",
5691 + "default.handlebars->39->436"
5692 ]
5693 },
5694 {
@@ -5707,7 +5713,7 @@
5713 "zh-chs": "添加设备日志",
5714 "zh-cht": "新增裝置日誌",
5715 "xloc": [
5710 - "default.handlebars->39->1020"
5716 + "default.handlebars->39->1021"
5717 ]
5718 },
5719 {
@@ -5732,10 +5738,10 @@
5738 "zh-chs": "添加设备组",
5739 "zh-cht": "新增裝置群",
5740 "xloc": [
5735 - "default.handlebars->39->2020",
5736 - "default.handlebars->39->2509",
5737 - "default.handlebars->39->2662",
5738 - "default.handlebars->39->351"
5741 + "default.handlebars->39->2021",
5742 + "default.handlebars->39->2510",
5743 + "default.handlebars->39->2663",
5744 + "default.handlebars->39->352"
5745 ]
5746 },
5747 {
@@ -5760,7 +5766,7 @@
5766 "zh-chs": "添加设备组权限",
5767 "zh-cht": "新增裝置群權限",
5768 "xloc": [
5763 - "default.handlebars->39->2017"
5769 + "default.handlebars->39->2018"
5770 ]
5771 },
5772 {
@@ -5785,8 +5791,8 @@
5791 "zh-chs": "添加设备权限",
5792 "zh-cht": "新增裝置權限",
5793 "xloc": [
5788 - "default.handlebars->39->2022",
5789 - "default.handlebars->39->2024"
5794 + "default.handlebars->39->2023",
5795 + "default.handlebars->39->2025"
5796 ]
5797 },
5798 {
@@ -5833,7 +5839,7 @@
5839 "zh-chs": "添加英特尔®AMT设备",
5840 "zh-cht": "新增Intel® AMT裝置",
5841 "xloc": [
5836 - "default.handlebars->39->455"
5842 + "default.handlebars->39->456"
5843 ]
5844 },
5845 {
@@ -5883,7 +5889,7 @@
5889 "zh-chs": "添加本地",
5890 "zh-cht": "新增本地",
5891 "xloc": [
5886 - "default.handlebars->39->425"
5892 + "default.handlebars->39->426"
5893 ]
5894 },
5895 {
@@ -5929,7 +5935,7 @@
5935 "zh-chs": "添加成员身份",
5936 "zh-cht": "新增成員身份",
5937 "xloc": [
5932 - "default.handlebars->39->2694"
5938 + "default.handlebars->39->2695"
5939 ]
5940 },
5941 {
@@ -5954,7 +5960,7 @@
5960 "zh-chs": "添加 Mesh Agent",
5961 "zh-cht": "新增 Mesh Agent",
5962 "xloc": [
5957 - "default.handlebars->39->587"
5963 + "default.handlebars->39->588"
5964 ]
5965 },
5966 {
@@ -6000,8 +6006,8 @@
6006 "zh-chs": "添加安全密钥",
6007 "zh-cht": "新增安全密鑰",
6008 "xloc": [
6003 - "default.handlebars->39->1502",
6009 "default.handlebars->39->1503",
6010 + "default.handlebars->39->1504",
6011 "default.handlebars->39->226",
6012 "default.handlebars->39->228",
6013 "default.handlebars->39->231",
@@ -6031,7 +6037,7 @@
6037 "zh-cht": "新增用戶",
6038 "xloc": [
6039 "default-mobile.handlebars->11->637",
6034 - "default.handlebars->39->939"
6040 + "default.handlebars->39->940"
6041 ]
6042 },
6043 {
@@ -6056,7 +6062,7 @@
6062 "zh-chs": "添加用户设备权限",
6063 "zh-cht": "新增用戶裝置權限",
6064 "xloc": [
6059 - "default.handlebars->39->2027"
6065 + "default.handlebars->39->2028"
6066 ]
6067 },
6068 {
@@ -6081,10 +6087,10 @@
6087 "zh-chs": "添加用户组",
6088 "zh-cht": "新增用戶群",
6089 "xloc": [
6084 - "default.handlebars->39->1874",
6085 - "default.handlebars->39->2019",
6086 - "default.handlebars->39->2668",
6087 - "default.handlebars->39->940"
6090 + "default.handlebars->39->1875",
6091 + "default.handlebars->39->2020",
6092 + "default.handlebars->39->2669",
6093 + "default.handlebars->39->941"
6094 ]
6095 },
6096 {
@@ -6109,7 +6115,7 @@
6115 "zh-chs": "添加用户组设备权限",
6116 "zh-cht": "新增用戶群裝置權限",
6117 "xloc": [
6112 - "default.handlebars->39->2029"
6118 + "default.handlebars->39->2030"
6119 ]
6120 },
6121 {
@@ -6181,8 +6187,8 @@
6187 "zh-chs": "添加用户",
6188 "zh-cht": "新增用戶",
6189 "xloc": [
6184 - "default.handlebars->39->1873",
6185 - "default.handlebars->39->2504"
6190 + "default.handlebars->39->1874",
6191 + "default.handlebars->39->2505"
6192 ]
6193 },
6194 {
@@ -6207,7 +6213,7 @@
6213 "zh-chs": "将用户添加到设备组",
6214 "zh-cht": "將用戶新增到裝置群",
6215 "xloc": [
6210 - "default.handlebars->39->2016"
6216 + "default.handlebars->39->2017"
6217 ]
6218 },
6219 {
@@ -6232,7 +6238,7 @@
6238 "zh-chs": "将用户添加到用户组",
6239 "zh-cht": "將用戶新增到用戶群",
6240 "xloc": [
6235 - "default.handlebars->39->2539"
6241 + "default.handlebars->39->2540"
6242 ]
6243 },
6244 {
@@ -6281,7 +6287,7 @@
6287 "tr": "\\\"{0}\\\" cihaz grubuna yerel bir cihaz ekleyin.",
6288 "zh-chs": "将本地设备添加到设备组 \\\"{0}\\\"。",
6289 "xloc": [
6284 - "default.handlebars->39->436"
6290 + "default.handlebars->39->437"
6291 ]
6292 },
6293 {
@@ -6306,7 +6312,7 @@
6312 "zh-chs": "通过扫描本地网络添加新的英特尔®AMT计算机。",
6313 "zh-cht": "通過掃描本地網絡新增新的Intel® AMT電腦。",
6314 "xloc": [
6309 - "default.handlebars->39->426"
6315 + "default.handlebars->39->427"
6316 ]
6317 },
6318 {
@@ -6353,7 +6359,7 @@
6359 "zh-chs": "添加位于本地网络上的新英特尔®AMT计算机。",
6360 "zh-cht": "新增位於本地網絡上的新Intel® AMT電腦。",
6361 "xloc": [
6356 - "default.handlebars->39->424"
6362 + "default.handlebars->39->425"
6363 ]
6364 },
6365 {
@@ -6378,7 +6384,7 @@
6384 "zh-chs": "将新的英特尔®AMT设备添加到设备组“{0}”。",
6385 "zh-cht": "將新的Intel® AMT裝置新增到裝置群“{0}”。",
6386 "xloc": [
6381 - "default.handlebars->39->445"
6387 + "default.handlebars->39->446"
6388 ]
6389 },
6390 {
@@ -6403,8 +6409,8 @@
6409 "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。",
6410 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
6411 "xloc": [
6406 - "default.handlebars->39->1877",
6407 - "default.handlebars->39->430"
6412 + "default.handlebars->39->1878",
6413 + "default.handlebars->39->431"
6414 ]
6415 },
6416 {
@@ -6428,7 +6434,7 @@
6434 "tr": "Yerel ağda bulunan cihazı ekleyin.",
6435 "zh-chs": "添加位于本地网络上的设备。",
6436 "xloc": [
6431 - "default.handlebars->39->434"
6437 + "default.handlebars->39->435"
6438 ]
6439 },
6440 {
@@ -6452,7 +6458,7 @@
6458 "tr": "Yerel cihaz ekle",
6459 "zh-chs": "添加本地设备",
6460 "xloc": [
6455 - "default.handlebars->39->444"
6461 + "default.handlebars->39->445"
6462 ]
6463 },
6464 {
@@ -6477,7 +6483,7 @@
6483 "zh-chs": "添加标签",
6484 "zh-cht": "新增標籤",
6485 "xloc": [
6480 - "default.handlebars->39->668"
6486 + "default.handlebars->39->669"
6487 ]
6488 },
6489 {
@@ -6502,7 +6508,7 @@
6508 "zh-chs": "通过定期在远程设备上以管理员身份运行MeshCmd,添加,激活和配置Intel®AMT以将“{0}”分组。",
6509 "zh-cht": "通過定期在遠程設備上以管理員身份運行MeshCmd,添加,激活和配置Intel®AMT以將“{0}”分組。",
6510 "xloc": [
6505 - "default.handlebars->39->456"
6511 + "default.handlebars->39->457"
6512 ]
6513 },
6514 {
@@ -6527,7 +6533,7 @@
6533 "zh-chs": "添加了身份验证应用程序",
6534 "zh-cht": "添加了身份驗證應用程序",
6535 "xloc": [
6530 - "default.handlebars->39->2251"
6536 + "default.handlebars->39->2252"
6537 ]
6538 },
6539 {
@@ -6552,7 +6558,7 @@
6558 "zh-chs": "已将设备共享{0}从{1}添加到{2}",
6559 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
6560 "xloc": [
6555 - "default.handlebars->39->2262"
6561 + "default.handlebars->39->2263"
6562 ]
6563 },
6564 {
@@ -6572,7 +6578,7 @@
6578 "tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.",
6579 "pt-br": "Compartilhamento diário do dispositivo {0} adicionado.",
6580 "xloc": [
6575 - "default.handlebars->39->2299"
6581 + "default.handlebars->39->2300"
6582 ]
6583 },
6584 {
@@ -6592,7 +6598,7 @@
6598 "tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.",
6599 "pt-br": "Compartilhamento Semanal do dispositivo {0} adicionado.",
6600 "xloc": [
6595 - "default.handlebars->39->2300"
6601 + "default.handlebars->39->2301"
6602 ]
6603 },
6604 {
@@ -6612,7 +6618,7 @@
6618 "tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.",
6619 "pt-br": "Compartilhamento Ilimitado do dispositivo {0} adicionado.",
6620 "xloc": [
6615 - "default.handlebars->39->2292"
6621 + "default.handlebars->39->2293"
6622 ]
6623 },
6624 {
@@ -6637,8 +6643,8 @@
6643 "zh-chs": "已将设备{0}添加到设备组{1}",
6644 "zh-cht": "已將設備{0}添加到設備組{1}",
6645 "xloc": [
6640 - "default.handlebars->39->2218",
6641 - "default.handlebars->39->2245"
6646 + "default.handlebars->39->2219",
6647 + "default.handlebars->39->2246"
6648 ]
6649 },
6650 {
@@ -6662,7 +6668,7 @@
6668 "tr": "Giriş anahtarı eklendi",
6669 "zh-chs": "添加登录令牌",
6670 "xloc": [
6665 - "default.handlebars->39->2276"
6671 + "default.handlebars->39->2277"
6672 ]
6673 },
6674 {
@@ -6686,7 +6692,7 @@
6692 "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi",
6693 "zh-chs": "新增推送通知认证装置",
6694 "xloc": [
6689 - "default.handlebars->39->2274"
6695 + "default.handlebars->39->2275"
6696 ]
6697 },
6698 {
@@ -6711,7 +6717,7 @@
6717 "zh-chs": "添加了安全密钥",
6718 "zh-cht": "添加了安全密鑰",
6719 "xloc": [
6714 - "default.handlebars->39->2256"
6720 + "default.handlebars->39->2257"
6721 ]
6722 },
6723 {
@@ -6736,7 +6742,7 @@
6742 "zh-chs": "已将用户组{0}添加到设备组{1}",
6743 "zh-cht": "已將用戶組{0}添加到設備組{1}",
6744 "xloc": [
6739 - "default.handlebars->39->2229"
6745 + "default.handlebars->39->2230"
6746 ]
6747 },
6748 {
@@ -6761,8 +6767,8 @@
6767 "zh-chs": "已将用户{0}添加到用户组{1}",
6768 "zh-cht": "已將用戶{0}添加到用戶組{1}",
6769 "xloc": [
6764 - "default.handlebars->39->2232",
6765 - "default.handlebars->39->2241"
6770 + "default.handlebars->39->2233",
6771 + "default.handlebars->39->2242"
6772 ]
6773 },
6774 {
@@ -6787,7 +6793,7 @@
6793 "zh-chs": "地址",
6794 "zh-cht": "地址",
6795 "xloc": [
6790 - "default.handlebars->39->346"
6796 + "default.handlebars->39->347"
6797 ]
6798 },
6799 {
@@ -6838,7 +6844,7 @@
6844 "zh-cht": "管理員控制模式(ACM)",
6845 "xloc": [
6846 "default-mobile.handlebars->11->571",
6841 - "default.handlebars->39->1420"
6847 + "default.handlebars->39->1421"
6848 ]
6849 },
6850 {
@@ -6864,7 +6870,7 @@
6870 "zh-cht": "管理員憑證",
6871 "xloc": [
6872 "default-mobile.handlebars->11->577",
6867 - "default.handlebars->39->1426"
6873 + "default.handlebars->39->1427"
6874 ]
6875 },
6876 {
@@ -6915,7 +6921,7 @@
6921 "zh-chs": "管理领域",
6922 "zh-cht": "管理領域",
6923 "xloc": [
6918 - "default.handlebars->39->2588"
6924 + "default.handlebars->39->2589"
6925 ]
6926 },
6927 {
@@ -6966,7 +6972,7 @@
6972 "zh-chs": "管理领域",
6973 "zh-cht": "管理領域",
6974 "xloc": [
6969 - "default.handlebars->39->2437"
6975 + "default.handlebars->39->2438"
6976 ]
6977 },
6978 {
@@ -6991,7 +6997,7 @@
6997 "zh-chs": "管理员",
6998 "zh-cht": "管理員",
6999 "xloc": [
6994 - "default.handlebars->39->2364"
7000 + "default.handlebars->39->2365"
7001 ]
7002 },
7003 {
@@ -7016,7 +7022,7 @@
7022 "zh-chs": "南非文",
7023 "zh-cht": "南非文",
7024 "xloc": [
7019 - "default.handlebars->39->1505"
7025 + "default.handlebars->39->1506"
7026 ]
7027 },
7028 {
@@ -7045,11 +7051,11 @@
7051 "default-mobile.handlebars->11->256",
7052 "default-mobile.handlebars->11->313",
7053 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
7048 - "default.handlebars->39->2094",
7049 - "default.handlebars->39->2107",
7050 - "default.handlebars->39->2891",
7051 - "default.handlebars->39->371",
7052 - "default.handlebars->39->619",
7054 + "default.handlebars->39->2095",
7055 + "default.handlebars->39->2108",
7056 + "default.handlebars->39->2892",
7057 + "default.handlebars->39->372",
7058 + "default.handlebars->39->620",
7059 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
7060 ]
7061 },
@@ -7075,8 +7081,8 @@
7081 "zh-chs": "代理+英特尔AMT",
7082 "zh-cht": "代理+Intel® AMT",
7083 "xloc": [
7078 - "default.handlebars->39->2096",
7079 - "default.handlebars->39->2109"
7084 + "default.handlebars->39->2097",
7085 + "default.handlebars->39->2110"
7086 ]
7087 },
7088 {
@@ -7128,7 +7134,7 @@
7134 "zh-cht": "代理控制台",
7135 "xloc": [
7136 "default-mobile.handlebars->11->683",
7131 - "default.handlebars->39->2037"
7137 + "default.handlebars->39->2038"
7138 ]
7139 },
7140 {
@@ -7153,7 +7159,7 @@
7159 "zh-chs": "代理错误计数器",
7160 "zh-cht": "代理錯誤計數器",
7161 "xloc": [
7156 - "default.handlebars->39->2860"
7162 + "default.handlebars->39->2861"
7163 ]
7164 },
7165 {
@@ -7228,7 +7234,7 @@
7234 "zh-cht": "代理訊息",
7235 "xloc": [
7236 "default-mobile.handlebars->11->229",
7231 - "default.handlebars->39->416"
7237 + "default.handlebars->39->417"
7238 ]
7239 },
7240 {
@@ -7321,8 +7327,8 @@
7327 "tr": "Agent Kendisinin-Paylaşımı",
7328 "pt-br": "Auto compartilhamento de Agente",
7329 "xloc": [
7324 - "default.handlebars->39->1905",
7325 - "default.handlebars->39->966"
7330 + "default.handlebars->39->1906",
7331 + "default.handlebars->39->967"
7332 ]
7333 },
7334 {
@@ -7347,7 +7353,7 @@
7353 "zh-chs": "代理时段",
7354 "zh-cht": "代理時段",
7355 "xloc": [
7350 - "default.handlebars->39->2876"
7356 + "default.handlebars->39->2877"
7357 ]
7358 },
7359 {
@@ -7394,7 +7400,7 @@
7400 "zh-cht": "代理標籤",
7401 "xloc": [
7402 "default-mobile.handlebars->11->310",
7397 - "default.handlebars->39->817"
7403 + "default.handlebars->39->818"
7404 ]
7405 },
7406 {
@@ -7419,7 +7425,7 @@
7425 "zh-chs": "代理类型",
7426 "xloc": [
7427 "default.handlebars->39->316",
7422 - "default.handlebars->39->341"
7428 + "default.handlebars->39->342"
7429 ]
7430 },
7431 {
@@ -7444,7 +7450,7 @@
7450 "zh-chs": "代理类型",
7451 "zh-cht": "代理類型",
7452 "xloc": [
7447 - "default.handlebars->39->2105",
7453 + "default.handlebars->39->2106",
7454 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7455 ]
7456 },
@@ -7470,7 +7476,7 @@
7476 "zh-chs": "代理版本",
7477 "xloc": [
7478 "default.handlebars->39->317",
7473 - "default.handlebars->39->342"
7479 + "default.handlebars->39->343"
7480 ]
7481 },
7482 {
@@ -7495,7 +7501,7 @@
7501 "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}",
7502 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7503 "xloc": [
7498 - "default.handlebars->39->2215"
7504 + "default.handlebars->39->2216"
7505 ]
7506 },
7507 {
@@ -7521,8 +7527,8 @@
7527 "zh-cht": "代理已連接",
7528 "xloc": [
7529 "default.handlebars->39->238",
7524 - "default.handlebars->39->930",
7525 - "default.handlebars->39->931"
7530 + "default.handlebars->39->931",
7531 + "default.handlebars->39->932"
7532 ]
7533 },
7534 {
@@ -7676,7 +7682,7 @@
7682 "zh-cht": "代理離線",
7683 "xloc": [
7684 "default-mobile.handlebars->11->605",
7679 - "default.handlebars->39->1455"
7685 + "default.handlebars->39->1456"
7686 ]
7687 },
7688 {
@@ -7702,7 +7708,7 @@
7708 "zh-cht": "代理在線",
7709 "xloc": [
7710 "default-mobile.handlebars->11->604",
7705 - "default.handlebars->39->1454"
7711 + "default.handlebars->39->1455"
7712 ]
7713 },
7714 {
@@ -7790,7 +7796,7 @@
7796 "zh-chs": "代理在特权降低的远程设备上运行。",
7797 "zh-cht": "代理在特權降低的遠程設備上運行。",
7798 "xloc": [
7793 - "default.handlebars->39->924"
7799 + "default.handlebars->39->925"
7800 ]
7801 },
7802 {
@@ -7899,9 +7905,9 @@
7905 "zh-chs": "代理",
7906 "zh-cht": "代理",
7907 "xloc": [
7902 - "default.handlebars->39->2067",
7903 - "default.handlebars->39->2904",
7904 - "default.handlebars->39->512"
7908 + "default.handlebars->39->2068",
7909 + "default.handlebars->39->2905",
7910 + "default.handlebars->39->513"
7911 ]
7912 },
7913 {
@@ -7926,7 +7932,7 @@
7932 "zh-chs": "阿尔巴尼亚文",
7933 "zh-cht": "阿爾巴尼亞文",
7934 "xloc": [
7929 - "default.handlebars->39->1506"
7935 + "default.handlebars->39->1507"
7936 ]
7937 },
7938 {
@@ -7954,7 +7960,7 @@
7960 "default-mobile.handlebars->11->148",
7961 "default-mobile.handlebars->11->478",
7962 "default-mobile.handlebars->11->480",
7957 - "default.handlebars->39->2747",
7963 + "default.handlebars->39->2748",
7964 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
7965 ]
7966 },
@@ -7980,7 +7986,7 @@
7986 "zh-chs": "全部可用",
7987 "zh-cht": "全部可用",
7988 "xloc": [
7983 - "default.handlebars->39->2326"
7989 + "default.handlebars->39->2327"
7990 ]
7991 },
7992 {
@@ -7990,8 +7996,8 @@
7996 "fr": "Tous les agents disponsibles",
7997 "pt-br": "Todos agentes disponíveis",
7998 "xloc": [
7993 - "default.handlebars->39->2068",
7994 - "default.handlebars->39->513"
7999 + "default.handlebars->39->2069",
8000 + "default.handlebars->39->514"
8001 ]
8002 },
8003 {
@@ -8016,7 +8022,7 @@
8022 "zh-chs": "所有显示",
8023 "zh-cht": "所有顯示",
8024 "xloc": [
8019 - "default.handlebars->39->1265"
8025 + "default.handlebars->39->1266"
8026 ]
8027 },
8028 {
@@ -8041,7 +8047,7 @@
8047 "zh-chs": "所有事件",
8048 "zh-cht": "所有事件",
8049 "xloc": [
8044 - "default.handlebars->39->2324"
8050 + "default.handlebars->39->2325"
8051 ]
8052 },
8053 {
@@ -8066,9 +8072,9 @@
8072 "zh-chs": "全部聚焦",
8073 "zh-cht": "全部聚焦",
8074 "xloc": [
8069 - "default.handlebars->39->1197",
8070 - "default.handlebars->39->1199",
8071 - "default.handlebars->39->1200"
8075 + "default.handlebars->39->1198",
8076 + "default.handlebars->39->1200",
8077 + "default.handlebars->39->1201"
8078 ]
8079 },
8080 {
@@ -8117,8 +8123,8 @@
8123 "zh-chs": "允许用户管理此设备组和该组中的设备。",
8124 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
8125 "xloc": [
8120 - "default.handlebars->39->1982",
8121 - "default.handlebars->39->2536"
8126 + "default.handlebars->39->1983",
8127 + "default.handlebars->39->2537"
8128 ]
8129 },
8130 {
@@ -8143,7 +8149,7 @@
8149 "zh-chs": "允许用户管理此设备。",
8150 "zh-cht": "允許用戶管理此裝置。",
8151 "xloc": [
8146 - "default.handlebars->39->1983"
8152 + "default.handlebars->39->1984"
8153 ]
8154 },
8155 {
@@ -8240,8 +8246,8 @@
8246 "xloc": [
8247 "default-mobile.handlebars->11->429",
8248 "default-mobile.handlebars->11->433",
8243 - "default.handlebars->39->1220",
8244 - "default.handlebars->39->1224"
8249 + "default.handlebars->39->1221",
8250 + "default.handlebars->39->1225"
8251 ]
8252 },
8253 {
@@ -8318,7 +8324,7 @@
8324 "zh-chs": "备用(F10 = ESC + 0)",
8325 "zh-cht": "備用(F10 = ESC + 0)",
8326 "xloc": [
8321 - "default.handlebars->39->1291",
8327 + "default.handlebars->39->1292",
8328 "sharing.handlebars->11->37"
8329 ]
8330 },
@@ -8392,10 +8398,10 @@
8398 "zh-chs": "一直通知",
8399 "zh-cht": "一直通知",
8400 "xloc": [
8395 - "default.handlebars->39->1850",
8396 - "default.handlebars->39->2495",
8397 - "default.handlebars->39->2597",
8398 - "default.handlebars->39->847"
8401 + "default.handlebars->39->1851",
8402 + "default.handlebars->39->2496",
8403 + "default.handlebars->39->2598",
8404 + "default.handlebars->39->848"
8405 ]
8406 },
8407 {
@@ -8420,10 +8426,10 @@
8426 "zh-chs": "一直提示",
8427 "zh-cht": "一直提示",
8428 "xloc": [
8423 - "default.handlebars->39->1851",
8424 - "default.handlebars->39->2496",
8425 - "default.handlebars->39->2598",
8426 - "default.handlebars->39->848"
8429 + "default.handlebars->39->1852",
8430 + "default.handlebars->39->2497",
8431 + "default.handlebars->39->2599",
8432 + "default.handlebars->39->849"
8433 ]
8434 },
8435 {
@@ -8668,8 +8674,8 @@
8674 "tr": "Anti-virüs etkin değil",
8675 "zh-chs": "杀毒软件未激活",
8676 "xloc": [
8671 - "default.handlebars->39->2098",
8672 - "default.handlebars->39->2112"
8677 + "default.handlebars->39->2099",
8678 + "default.handlebars->39->2113"
8679 ]
8680 },
8681 {
@@ -8695,7 +8701,7 @@
8701 "zh-cht": "防毒軟體",
8702 "xloc": [
8703 "default-mobile.handlebars->11->534",
8698 - "default.handlebars->39->836"
8704 + "default.handlebars->39->837"
8705 ]
8706 },
8707 {
@@ -8720,7 +8726,7 @@
8726 "zh-chs": "任何可支持的",
8727 "zh-cht": "任何可支持的",
8728 "xloc": [
8723 - "default.handlebars->39->486"
8729 + "default.handlebars->39->487"
8730 ]
8731 },
8732 {
@@ -8771,7 +8777,7 @@
8777 "zh-chs": "苹果macOS",
8778 "zh-cht": "蘋果macOS",
8779 "xloc": [
8774 - "default.handlebars->39->527"
8780 + "default.handlebars->39->528"
8781 ]
8782 },
8783 {
@@ -8796,7 +8802,7 @@
8802 "zh-chs": "仅限Apple macOS",
8803 "zh-cht": "僅限Apple macOS",
8804 "xloc": [
8799 - "default.handlebars->39->488"
8805 + "default.handlebars->39->489"
8806 ]
8807 },
8808 {
@@ -8929,7 +8935,7 @@
8935 "tr": "Uygulama, Her zaman bağlı",
8936 "zh-chs": "应用程序,始终连接",
8937 "xloc": [
8932 - "default.handlebars->39->540"
8938 + "default.handlebars->39->541"
8939 ]
8940 },
8941 {
@@ -8953,7 +8959,7 @@
8959 "tr": "Uygulama, Kullanıcı isteği üzerine bağlanın",
8960 "zh-chs": "应用程序,根据用户请求连接",
8961 "xloc": [
8956 - "default.handlebars->39->539"
8962 + "default.handlebars->39->540"
8963 ]
8964 },
8965 {
@@ -8978,7 +8984,7 @@
8984 "zh-chs": "阿拉伯文(阿尔及利亚)",
8985 "zh-cht": "阿拉伯文(阿爾及利亞)",
8986 "xloc": [
8981 - "default.handlebars->39->1508"
8987 + "default.handlebars->39->1509"
8988 ]
8989 },
8990 {
@@ -9003,7 +9009,7 @@
9009 "zh-chs": "阿拉伯文(巴林)",
9010 "zh-cht": "阿拉伯文(巴林)",
9011 "xloc": [
9006 - "default.handlebars->39->1509"
9012 + "default.handlebars->39->1510"
9013 ]
9014 },
9015 {
@@ -9028,7 +9034,7 @@
9034 "zh-chs": "阿拉伯文(埃及)",
9035 "zh-cht": "阿拉伯文(埃及)",
9036 "xloc": [
9031 - "default.handlebars->39->1510"
9037 + "default.handlebars->39->1511"
9038 ]
9039 },
9040 {
@@ -9053,7 +9059,7 @@
9059 "zh-chs": "阿拉伯文(伊拉克)",
9060 "zh-cht": "阿拉伯文(伊拉克)",
9061 "xloc": [
9056 - "default.handlebars->39->1511"
9062 + "default.handlebars->39->1512"
9063 ]
9064 },
9065 {
@@ -9078,7 +9084,7 @@
9084 "zh-chs": "阿拉伯文(约旦)",
9085 "zh-cht": "阿拉伯文(約旦)",
9086 "xloc": [
9081 - "default.handlebars->39->1512"
9087 + "default.handlebars->39->1513"
9088 ]
9089 },
9090 {
@@ -9103,7 +9109,7 @@
9109 "zh-chs": "阿拉伯文(科威特)",
9110 "zh-cht": "阿拉伯文(科威特)",
9111 "xloc": [
9106 - "default.handlebars->39->1513"
9112 + "default.handlebars->39->1514"
9113 ]
9114 },
9115 {
@@ -9128,7 +9134,7 @@
9134 "zh-chs": "阿拉伯文(黎巴嫩)",
9135 "zh-cht": "阿拉伯文(黎巴嫩)",
9136 "xloc": [
9131 - "default.handlebars->39->1514"
9137 + "default.handlebars->39->1515"
9138 ]
9139 },
9140 {
@@ -9153,7 +9159,7 @@
9159 "zh-chs": "阿拉伯文(利比亚)",
9160 "zh-cht": "阿拉伯文(利比亞)",
9161 "xloc": [
9156 - "default.handlebars->39->1515"
9162 + "default.handlebars->39->1516"
9163 ]
9164 },
9165 {
@@ -9178,7 +9184,7 @@
9184 "zh-chs": "阿拉伯文(摩洛哥)",
9185 "zh-cht": "阿拉伯文(摩洛哥)",
9186 "xloc": [
9181 - "default.handlebars->39->1516"
9187 + "default.handlebars->39->1517"
9188 ]
9189 },
9190 {
@@ -9203,7 +9209,7 @@
9209 "zh-chs": "阿拉伯文(阿曼)",
9210 "zh-cht": "阿拉伯文(阿曼)",
9211 "xloc": [
9206 - "default.handlebars->39->1517"
9212 + "default.handlebars->39->1518"
9213 ]
9214 },
9215 {
@@ -9228,7 +9234,7 @@
9234 "zh-chs": "阿拉伯文(卡塔尔)",
9235 "zh-cht": "阿拉伯文(卡塔爾)",
9236 "xloc": [
9231 - "default.handlebars->39->1518"
9237 + "default.handlebars->39->1519"
9238 ]
9239 },
9240 {
@@ -9253,7 +9259,7 @@
9259 "zh-chs": "阿拉伯文(沙特阿拉伯)",
9260 "zh-cht": "阿拉伯文(沙特阿拉伯)",
9261 "xloc": [
9256 - "default.handlebars->39->1519"
9262 + "default.handlebars->39->1520"
9263 ]
9264 },
9265 {
@@ -9278,7 +9284,7 @@
9284 "zh-chs": "阿拉伯文(标准)",
9285 "zh-cht": "阿拉伯文(標準)",
9286 "xloc": [
9281 - "default.handlebars->39->1507"
9287 + "default.handlebars->39->1508"
9288 ]
9289 },
9290 {
@@ -9303,7 +9309,7 @@
9309 "zh-chs": "阿拉伯文(叙利亚)",
9310 "zh-cht": "阿拉伯文(敘利亞)",
9311 "xloc": [
9306 - "default.handlebars->39->1520"
9312 + "default.handlebars->39->1521"
9313 ]
9314 },
9315 {
@@ -9328,7 +9334,7 @@
9334 "zh-chs": "阿拉伯文(突尼斯)",
9335 "zh-cht": "阿拉伯文(突尼斯)",
9336 "xloc": [
9331 - "default.handlebars->39->1521"
9337 + "default.handlebars->39->1522"
9338 ]
9339 },
9340 {
@@ -9353,7 +9359,7 @@
9359 "zh-chs": "阿拉伯文(阿联酋)",
9360 "zh-cht": "阿拉伯文(阿聯酋)",
9361 "xloc": [
9356 - "default.handlebars->39->1522"
9362 + "default.handlebars->39->1523"
9363 ]
9364 },
9365 {
@@ -9378,7 +9384,7 @@
9384 "zh-chs": "阿拉伯文(也门)",
9385 "zh-cht": "阿拉伯文(也門)",
9386 "xloc": [
9381 - "default.handlebars->39->1523"
9387 + "default.handlebars->39->1524"
9388 ]
9389 },
9390 {
@@ -9403,7 +9409,7 @@
9409 "zh-chs": "阿拉贡文",
9410 "zh-cht": "阿拉貢文",
9411 "xloc": [
9406 - "default.handlebars->39->1524"
9412 + "default.handlebars->39->1525"
9413 ]
9414 },
9415 {
@@ -9431,9 +9437,9 @@
9437 "default-mobile.handlebars->11->513",
9438 "default-mobile.handlebars->11->515",
9439 "default-mobile.handlebars->11->517",
9434 - "default.handlebars->39->1369",
9435 - "default.handlebars->39->1371",
9436 - "default.handlebars->39->1373"
9440 + "default.handlebars->39->1370",
9441 + "default.handlebars->39->1372",
9442 + "default.handlebars->39->1374"
9443 ]
9444 },
9445 {
@@ -9458,7 +9464,7 @@
9464 "zh-chs": "您确定要连接到{0}设备吗?",
9465 "zh-cht": "你確定要連接到{0}裝置嗎?",
9466 "xloc": [
9461 - "default.handlebars->39->419"
9467 + "default.handlebars->39->420"
9468 ]
9469 },
9470 {
@@ -9484,7 +9490,7 @@
9490 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
9491 "xloc": [
9492 "default-mobile.handlebars->11->644",
9487 - "default.handlebars->39->1949"
9493 + "default.handlebars->39->1950"
9494 ]
9495 },
9496 {
@@ -9509,7 +9515,7 @@
9515 "zh-chs": "您确定要删除节点{0}吗?",
9516 "zh-cht": "你確定要刪除節點{0}嗎?",
9517 "xloc": [
9512 - "default.handlebars->39->1135"
9518 + "default.handlebars->39->1136"
9519 ]
9520 },
9521 {
@@ -9534,7 +9540,7 @@
9540 "zh-chs": "您确定要卸载所选代理吗?",
9541 "zh-cht": "你確定要卸載所選代理嗎?",
9542 "xloc": [
9537 - "default.handlebars->39->1124"
9543 + "default.handlebars->39->1125"
9544 ]
9545 },
9546 {
@@ -9559,7 +9565,7 @@
9565 "zh-chs": "您确定要卸载所选的{0}代理吗?",
9566 "zh-cht": "你確定要卸載所選的{0}代理嗎?",
9567 "xloc": [
9562 - "default.handlebars->39->1123"
9568 + "default.handlebars->39->1124"
9569 ]
9570 },
9571 {
@@ -9584,7 +9590,7 @@
9590 "zh-chs": "您确定要{0}插件吗:{1}",
9591 "zh-cht": "你確定要{0}外掛嗎:{1}",
9592 "xloc": [
9587 - "default.handlebars->39->2955"
9593 + "default.handlebars->39->2956"
9594 ]
9595 },
9596 {
@@ -9634,7 +9640,7 @@
9640 "zh-chs": "亚美尼亚文",
9641 "zh-cht": "亞美尼亞文",
9642 "xloc": [
9637 - "default.handlebars->39->1525"
9643 + "default.handlebars->39->1526"
9644 ]
9645 },
9646 {
@@ -9709,7 +9715,7 @@
9715 "zh-chs": "阿萨姆文",
9716 "zh-cht": "阿薩姆文",
9717 "xloc": [
9712 - "default.handlebars->39->1526"
9718 + "default.handlebars->39->1527"
9719 ]
9720 },
9721 {
@@ -9804,8 +9810,8 @@
9810 "tr": "Windows için Asistan (.exe)",
9811 "zh-chs": "Windows 助手 (.exe)",
9812 "xloc": [
9807 - "default.handlebars->39->566",
9808 - "default.handlebars->39->570"
9813 + "default.handlebars->39->567",
9814 + "default.handlebars->39->571"
9815 ]
9816 },
9817 {
@@ -9854,7 +9860,7 @@
9860 "zh-chs": "阿斯图里亚斯文",
9861 "zh-cht": "阿斯圖里亞斯文",
9862 "xloc": [
9857 - "default.handlebars->39->1527"
9863 + "default.handlebars->39->1528"
9864 ]
9865 },
9866 {
@@ -9879,7 +9885,7 @@
9885 "zh-chs": "尝试激活英特尔(R)AMT ACM模式",
9886 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
9887 "xloc": [
9882 - "default.handlebars->39->2184"
9888 + "default.handlebars->39->2185"
9889 ]
9890 },
9891 {
@@ -9928,10 +9934,10 @@
9934 "default-mobile.handlebars->11->454",
9935 "default-mobile.handlebars->11->462",
9936 "default-mobile.handlebars->11->471",
9931 - "default.handlebars->39->1273",
9932 - "default.handlebars->39->1282",
9933 - "default.handlebars->39->1300",
9934 - "default.handlebars->39->1308",
9937 + "default.handlebars->39->1274",
9938 + "default.handlebars->39->1283",
9939 + "default.handlebars->39->1301",
9940 + "default.handlebars->39->1309",
9941 "ssh.handlebars->3->14",
9942 "ssh.handlebars->3->15",
9943 "ssh.handlebars->3->5"
@@ -9959,7 +9965,7 @@
9965 "zh-chs": "认证软件",
9966 "zh-cht": "認證軟體",
9967 "xloc": [
9962 - "default.handlebars->39->2601"
9968 + "default.handlebars->39->2602"
9969 ]
9970 },
9971 {
@@ -9983,9 +9989,9 @@
9989 "tr": "Kimlik Doğrulama Cihazı",
9990 "zh-chs": "认证设备",
9991 "xloc": [
9986 - "default.handlebars->39->1488",
9987 - "default.handlebars->39->1490",
9988 - "default.handlebars->39->1494"
9992 + "default.handlebars->39->1489",
9993 + "default.handlebars->39->1491",
9994 + "default.handlebars->39->1495"
9995 ]
9996 },
9997 {
@@ -10011,8 +10017,8 @@
10017 "xloc": [
10018 "default-mobile.handlebars->11->455",
10019 "default-mobile.handlebars->11->472",
10014 - "default.handlebars->39->1284",
10015 - "default.handlebars->39->1309"
10020 + "default.handlebars->39->1285",
10021 + "default.handlebars->39->1310"
10022 ]
10023 },
10024 {
@@ -10041,8 +10047,8 @@
10047 "default-mobile.handlebars->11->104",
10048 "default-mobile.handlebars->11->68",
10049 "default-mobile.handlebars->11->71",
10044 - "default.handlebars->39->1484",
10045 - "default.handlebars->39->1486",
10050 + "default.handlebars->39->1485",
10051 + "default.handlebars->39->1487",
10052 "default.handlebars->39->201",
10053 "default.handlebars->39->206"
10054 ]
@@ -10164,8 +10170,8 @@
10170 "zh-chs": "自动删除",
10171 "zh-cht": "自動刪除",
10172 "xloc": [
10167 - "default.handlebars->39->1835",
10168 - "default.handlebars->39->2317"
10173 + "default.handlebars->39->1836",
10174 + "default.handlebars->39->2318"
10175 ]
10176 },
10177 {
@@ -10219,7 +10225,7 @@
10225 "zh-chs": "自动下载代理程序核心转储文件:“{0}”",
10226 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
10227 "xloc": [
10222 - "default.handlebars->39->2265"
10228 + "default.handlebars->39->2266"
10229 ]
10230 },
10231 {
@@ -10313,7 +10319,7 @@
10319 "tr": "Etkin olmayan cihazları otomatik olarak kaldırın",
10320 "zh-chs": "自动移除非活动设备",
10321 "xloc": [
10316 - "default.handlebars->39->1977"
10322 + "default.handlebars->39->1978"
10323 ]
10324 },
10325 {
@@ -10338,7 +10344,7 @@
10344 "zh-chs": "可用內存",
10345 "zh-cht": "可用內存",
10346 "xloc": [
10341 - "default.handlebars->39->2885"
10347 + "default.handlebars->39->2886"
10348 ]
10349 },
10350 {
@@ -10363,7 +10369,7 @@
10369 "zh-chs": "阿塞拜疆文",
10370 "zh-cht": "阿塞拜疆文",
10371 "xloc": [
10366 - "default.handlebars->39->1528"
10372 + "default.handlebars->39->1529"
10373 ]
10374 },
10375 {
@@ -10390,9 +10396,9 @@
10396 "default-mobile.handlebars->11->521",
10397 "default-mobile.handlebars->11->525",
10398 "default-mobile.handlebars->11->529",
10393 - "default.handlebars->39->823",
10394 - "default.handlebars->39->827",
10395 - "default.handlebars->39->831"
10399 + "default.handlebars->39->824",
10400 + "default.handlebars->39->828",
10401 + "default.handlebars->39->832"
10402 ]
10403 },
10404 {
@@ -10418,7 +10424,7 @@
10424 "zh-cht": "的BIOS",
10425 "xloc": [
10426 "default-mobile.handlebars->11->583",
10421 - "default.handlebars->39->1432"
10427 + "default.handlebars->39->1433"
10428 ]
10429 },
10430 {
@@ -10529,7 +10535,7 @@
10535 "zh-chs": "退格",
10536 "xloc": [
10537 "default-mobile.handlebars->11->412",
10532 - "default.handlebars->39->1203"
10538 + "default.handlebars->39->1204"
10539 ]
10540 },
10541 {
@@ -10554,7 +10560,7 @@
10560 "zh-chs": "背景与互动",
10561 "zh-cht": "背景與互動",
10562 "xloc": [
10557 - "default.handlebars->39->535"
10563 + "default.handlebars->39->536"
10564 ]
10565 },
10566 {
@@ -10579,10 +10585,10 @@
10585 "zh-chs": "背景与互动",
10586 "zh-cht": "背景與互動",
10587 "xloc": [
10582 - "default.handlebars->39->2074",
10583 - "default.handlebars->39->2081",
10584 - "default.handlebars->39->499",
10585 - "default.handlebars->39->519"
10588 + "default.handlebars->39->2075",
10589 + "default.handlebars->39->2082",
10590 + "default.handlebars->39->500",
10591 + "default.handlebars->39->520"
10592 ]
10593 },
10594 {
@@ -10607,11 +10613,11 @@
10613 "zh-chs": "仅背景",
10614 "zh-cht": "僅背景",
10615 "xloc": [
10610 - "default.handlebars->39->2075",
10611 - "default.handlebars->39->2082",
10612 - "default.handlebars->39->500",
10613 - "default.handlebars->39->520",
10614 - "default.handlebars->39->536"
10616 + "default.handlebars->39->2076",
10617 + "default.handlebars->39->2083",
10618 + "default.handlebars->39->501",
10619 + "default.handlebars->39->521",
10620 + "default.handlebars->39->537"
10621 ]
10622 },
10623 {
@@ -10662,8 +10668,8 @@
10668 "zh-chs": "备用码",
10669 "zh-cht": "備用碼",
10670 "xloc": [
10665 - "default.handlebars->39->2604",
10666 - "default.handlebars->39->2795"
10671 + "default.handlebars->39->2605",
10672 + "default.handlebars->39->2796"
10673 ]
10674 },
10675 {
@@ -10716,7 +10722,7 @@
10722 "zh-chs": "错误的签名",
10723 "zh-cht": "錯誤的簽名",
10724 "xloc": [
10719 - "default.handlebars->39->2867"
10725 + "default.handlebars->39->2868"
10726 ]
10727 },
10728 {
@@ -10741,7 +10747,7 @@
10747 "zh-chs": "错误的网络证书",
10748 "zh-cht": "錯誤的網絡憑證",
10749 "xloc": [
10744 - "default.handlebars->39->2866"
10750 + "default.handlebars->39->2867"
10751 ]
10752 },
10753 {
@@ -10766,7 +10772,7 @@
10772 "zh-chs": "巴斯克",
10773 "zh-cht": "巴斯克",
10774 "xloc": [
10769 - "default.handlebars->39->1529"
10775 + "default.handlebars->39->1530"
10776 ]
10777 },
10778 {
@@ -10791,7 +10797,7 @@
10797 "zh-chs": "批处理文件上传",
10798 "zh-cht": "批處理文件上傳",
10799 "xloc": [
10794 - "default.handlebars->39->684"
10800 + "default.handlebars->39->685"
10801 ]
10802 },
10803 {
@@ -10841,7 +10847,7 @@
10847 "zh-chs": "将{0}个文件批量上传到文件夹{1}",
10848 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
10849 "xloc": [
10844 - "default.handlebars->39->2264"
10850 + "default.handlebars->39->2265"
10851 ]
10852 },
10853 {
@@ -10866,7 +10872,7 @@
10872 "zh-chs": "白俄罗斯文",
10873 "zh-cht": "白俄羅斯文",
10874 "xloc": [
10869 - "default.handlebars->39->1531"
10875 + "default.handlebars->39->1532"
10876 ]
10877 },
10878 {
@@ -10891,7 +10897,7 @@
10897 "zh-chs": "孟加拉",
10898 "zh-cht": "孟加拉",
10899 "xloc": [
10894 - "default.handlebars->39->1532"
10900 + "default.handlebars->39->1533"
10901 ]
10902 },
10903 {
@@ -10965,7 +10971,7 @@
10971 "zh-chs": "引导加载程序",
10972 "xloc": [
10973 "default-mobile.handlebars->11->547",
10968 - "default.handlebars->39->1386"
10974 + "default.handlebars->39->1387"
10975 ]
10976 },
10977 {
@@ -10990,7 +10996,7 @@
10996 "zh-chs": "波斯尼亚文",
10997 "zh-cht": "波斯尼亞文",
10998 "xloc": [
10993 - "default.handlebars->39->1533"
10999 + "default.handlebars->39->1534"
11000 ]
11001 },
11002 {
@@ -11015,7 +11021,7 @@
11021 "zh-chs": "布列塔尼",
11022 "zh-cht": "布列塔尼",
11023 "xloc": [
11018 - "default.handlebars->39->1534"
11024 + "default.handlebars->39->1535"
11025 ]
11026 },
11027 {
@@ -11040,7 +11046,7 @@
11046 "zh-chs": "广播",
11047 "zh-cht": "廣播",
11048 "xloc": [
11043 - "default.handlebars->39->2502",
11049 + "default.handlebars->39->2503",
11050 "default.handlebars->container->column_l->p4->3->1->0->3->1"
11051 ]
11052 },
@@ -11066,7 +11072,7 @@
11072 "zh-chs": "广播消息",
11073 "zh-cht": "廣播消息",
11074 "xloc": [
11069 - "default.handlebars->39->2419"
11075 + "default.handlebars->39->2420"
11076 ]
11077 },
11078 {
@@ -11091,7 +11097,7 @@
11097 "zh-chs": "向所有连接的用户广播消息。",
11098 "zh-cht": "向所有連接的用戶廣播消息。",
11099 "xloc": [
11094 - "default.handlebars->39->2414"
11100 + "default.handlebars->39->2415"
11101 ]
11102 },
11103 {
@@ -11101,7 +11107,7 @@
11107 "fr": "Navigateur",
11108 "pt-br": "Navegador",
11109 "xloc": [
11104 - "default.handlebars->39->2769"
11110 + "default.handlebars->39->2770"
11111 ]
11112 },
11113 {
@@ -11151,7 +11157,7 @@
11157 "zh-chs": "保加利亚文",
11158 "zh-cht": "保加利亞文",
11159 "xloc": [
11154 - "default.handlebars->39->1530"
11160 + "default.handlebars->39->1531"
11161 ]
11162 },
11163 {
@@ -11176,7 +11182,7 @@
11182 "zh-chs": "缅甸文",
11183 "zh-cht": "緬甸文",
11184 "xloc": [
11179 - "default.handlebars->39->1535"
11185 + "default.handlebars->39->1536"
11186 ]
11187 },
11188 {
@@ -11200,7 +11206,7 @@
11206 "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.",
11207 "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
11208 "xloc": [
11203 - "default.handlebars->39->1979"
11209 + "default.handlebars->39->1980"
11210 ]
11211 },
11212 {
@@ -11224,7 +11230,7 @@
11230 "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.",
11231 "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
11232 "xloc": [
11227 - "default.handlebars->39->1980"
11233 + "default.handlebars->39->1981"
11234 ]
11235 },
11236 {
@@ -11244,7 +11250,7 @@
11250 "tr": "Bayt Girişi",
11251 "pt-br": "Entrada de Bytes",
11252 "xloc": [
11247 - "default.handlebars->39->2765"
11253 + "default.handlebars->39->2766"
11254 ]
11255 },
11256 {
@@ -11264,7 +11270,7 @@
11270 "tr": "Bayt Bitti",
11271 "pt-br": "Saída de Bytes",
11272 "xloc": [
11267 - "default.handlebars->39->2766"
11273 + "default.handlebars->39->2767"
11274 ]
11275 },
11276 {
@@ -11299,7 +11305,7 @@
11305 "zh-cht": "CCM",
11306 "xloc": [
11307 "default-mobile.handlebars->11->296",
11302 - "default.handlebars->39->799"
11308 + "default.handlebars->39->800"
11309 ]
11310 },
11311 {
@@ -11324,7 +11330,7 @@
11330 "zh-chs": "CCM模式",
11331 "zh-cht": "CCM模式",
11332 "xloc": [
11327 - "default.handlebars->39->1932"
11333 + "default.handlebars->39->1933"
11334 ]
11335 },
11336 {
@@ -11350,9 +11356,9 @@
11356 "zh-cht": "CIRA",
11357 "xloc": [
11358 "default-mobile.handlebars->11->257",
11353 - "default.handlebars->39->2892",
11354 - "default.handlebars->39->373",
11355 - "default.handlebars->39->621"
11359 + "default.handlebars->39->2893",
11360 + "default.handlebars->39->374",
11361 + "default.handlebars->39->622"
11362 ]
11363 },
11364 {
@@ -11377,7 +11383,7 @@
11383 "zh-chs": "CIRA服务器",
11384 "zh-cht": "CIRA伺服器",
11385 "xloc": [
11380 - "default.handlebars->39->2939"
11386 + "default.handlebars->39->2940"
11387 ]
11388 },
11389 {
@@ -11402,7 +11408,7 @@
11408 "zh-chs": "CIRA服务器命令",
11409 "zh-cht": "CIRA伺服器指令",
11410 "xloc": [
11405 - "default.handlebars->39->2940"
11411 + "default.handlebars->39->2941"
11412 ]
11413 },
11414 {
@@ -11447,7 +11453,7 @@
11453 "zh-chs": "CIRA设置",
11454 "zh-cht": "CIRA設置",
11455 "xloc": [
11450 - "default.handlebars->39->1940"
11456 + "default.handlebars->39->1941"
11457 ]
11458 },
11459 {
@@ -11473,8 +11479,8 @@
11479 "zh-cht": "CPU",
11480 "xloc": [
11481 "default-mobile.handlebars->11->589",
11476 - "default.handlebars->39->1438",
11477 - "default.handlebars->39->2916",
11482 + "default.handlebars->39->1439",
11483 + "default.handlebars->39->2917",
11484 "default.handlebars->container->column_l->p40->3->1->p40type->5"
11485 ]
11486 },
@@ -11500,7 +11506,7 @@
11506 "zh-chs": "CPU负载",
11507 "zh-cht": "CPU負載",
11508 "xloc": [
11503 - "default.handlebars->39->2881"
11509 + "default.handlebars->39->2882"
11510 ]
11511 },
11512 {
@@ -11525,7 +11531,7 @@
11531 "zh-chs": "最近15分钟的CPU负载",
11532 "zh-cht": "最近15分鐘的CPU負載",
11533 "xloc": [
11528 - "default.handlebars->39->2884"
11534 + "default.handlebars->39->2885"
11535 ]
11536 },
11537 {
@@ -11550,7 +11556,7 @@
11556 "zh-chs": "最近5分钟的CPU负载",
11557 "zh-cht": "最近5分鐘的CPU負載",
11558 "xloc": [
11553 - "default.handlebars->39->2883"
11559 + "default.handlebars->39->2884"
11560 ]
11561 },
11562 {
@@ -11575,7 +11581,7 @@
11581 "zh-chs": "最近一分钟的CPU负载",
11582 "zh-cht": "最近一分鐘的CPU負載",
11583 "xloc": [
11578 - "default.handlebars->39->2882"
11584 + "default.handlebars->39->2883"
11585 ]
11586 },
11587 {
@@ -11600,8 +11606,8 @@
11606 "zh-chs": "CR+LF",
11607 "zh-cht": "CR+LF",
11608 "xloc": [
11603 - "default.handlebars->39->1270",
11604 - "default.handlebars->39->1293",
11609 + "default.handlebars->39->1271",
11610 + "default.handlebars->39->1294",
11611 "default.handlebars->container->column_l->p12->termTable->1->1->4->1->1->terminalSettingsButtons",
11612 "sharing.handlebars->11->25",
11613 "sharing.handlebars->11->39",
@@ -11630,7 +11636,7 @@
11636 "zh-chs": "CSV",
11637 "zh-cht": "CSV",
11638 "xloc": [
11633 - "default.handlebars->39->2334"
11639 + "default.handlebars->39->2335"
11640 ]
11641 },
11642 {
@@ -11655,9 +11661,9 @@
11661 "zh-chs": "CSV格式",
11662 "zh-cht": "CSV格式",
11663 "xloc": [
11658 - "default.handlebars->39->2338",
11659 - "default.handlebars->39->2406",
11660 - "default.handlebars->39->692"
11664 + "default.handlebars->39->2339",
11665 + "default.handlebars->39->2407",
11666 + "default.handlebars->39->693"
11667 ]
11668 },
11669 {
@@ -11704,7 +11710,7 @@
11710 "zh-chs": "呼叫错误",
11711 "zh-cht": "呼叫錯誤",
11712 "xloc": [
11707 - "default.handlebars->39->2956"
11713 + "default.handlebars->39->2957"
11714 ]
11715 },
11716 {
@@ -11752,9 +11758,9 @@
11758 "agent-translations.json",
11759 "default-mobile.handlebars->11->113",
11760 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
11755 - "default.handlebars->39->1806",
11756 - "default.handlebars->39->2945",
11757 - "default.handlebars->39->472",
11761 + "default.handlebars->39->1807",
11762 + "default.handlebars->39->2946",
11763 + "default.handlebars->39->473",
11764 "default.handlebars->container->dialog->idx_dlgButtonBar",
11765 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
11766 "login.handlebars->dialog->idx_dlgButtonBar",
@@ -11832,9 +11838,9 @@
11838 "default-mobile.handlebars->11->594",
11839 "default-mobile.handlebars->11->599",
11840 "default-mobile.handlebars->11->601",
11835 - "default.handlebars->39->1443",
11836 - "default.handlebars->39->1448",
11837 - "default.handlebars->39->1450"
11841 + "default.handlebars->39->1444",
11842 + "default.handlebars->39->1449",
11843 + "default.handlebars->39->1451"
11844 ]
11845 },
11846 {
@@ -11860,7 +11866,7 @@
11866 "zh-cht": "容量/速度",
11867 "xloc": [
11868 "default-mobile.handlebars->11->592",
11863 - "default.handlebars->39->1441"
11869 + "default.handlebars->39->1442"
11870 ]
11871 },
11872 {
@@ -11885,7 +11891,7 @@
11891 "zh-chs": "加泰罗尼亚文",
11892 "zh-cht": "加泰羅尼亞文",
11893 "xloc": [
11888 - "default.handlebars->39->1536"
11894 + "default.handlebars->39->1537"
11895 ]
11896 },
11897 {
@@ -11910,7 +11916,7 @@
11916 "zh-chs": "在这里为中心显示地图",
11917 "zh-cht": "在這裡為中心顯示地圖",
11918 "xloc": [
11913 - "default.handlebars->39->752"
11919 + "default.handlebars->39->753"
11920 ]
11921 },
11922 {
@@ -11982,7 +11988,7 @@
11988 "zh-chs": "查莫罗",
11989 "zh-cht": "查莫羅",
11990 "xloc": [
11985 - "default.handlebars->39->1537"
11991 + "default.handlebars->39->1538"
11992 ]
11993 },
11994 {
@@ -12034,7 +12040,7 @@
12040 "zh-chs": "更改{0}的电邮",
12041 "zh-cht": "更改{0}的電郵",
12042 "xloc": [
12037 - "default.handlebars->39->2649"
12043 + "default.handlebars->39->2650"
12044 ]
12045 },
12046 {
@@ -12059,9 +12065,9 @@
12065 "zh-chs": "更改组",
12066 "zh-cht": "更改群",
12067 "xloc": [
12062 - "default.handlebars->39->1132",
12068 "default.handlebars->39->1133",
12064 - "default.handlebars->39->898"
12069 + "default.handlebars->39->1134",
12070 + "default.handlebars->39->899"
12071 ]
12072 },
12073 {
@@ -12087,8 +12093,8 @@
12093 "zh-cht": "更改密碼",
12094 "xloc": [
12095 "default-mobile.handlebars->11->121",
12090 - "default.handlebars->39->1753",
12091 - "default.handlebars->39->2622"
12096 + "default.handlebars->39->1754",
12097 + "default.handlebars->39->2623"
12098 ]
12099 },
12100 {
@@ -12113,7 +12119,7 @@
12119 "zh-chs": "更改{0}的密码",
12120 "zh-cht": "更改{0}的密碼",
12121 "xloc": [
12116 - "default.handlebars->39->2658"
12122 + "default.handlebars->39->2659"
12123 ]
12124 },
12125 {
@@ -12138,7 +12144,7 @@
12144 "zh-chs": "更改{0}的真实名称",
12145 "zh-cht": "更改{0}的真實名稱",
12146 "xloc": [
12141 - "default.handlebars->39->2644"
12147 + "default.handlebars->39->2645"
12148 ]
12149 },
12150 {
@@ -12285,7 +12291,7 @@
12291 "zh-chs": "更改该用户的密码",
12292 "zh-cht": "更改該用戶的密碼",
12293 "xloc": [
12288 - "default.handlebars->39->2621"
12294 + "default.handlebars->39->2622"
12295 ]
12296 },
12297 {
@@ -12335,7 +12341,7 @@
12341 "zh-chs": "在此处更改您的帐户电邮地址。",
12342 "zh-cht": "在此處更改你的帳戶電郵地址。",
12343 "xloc": [
12338 - "default.handlebars->39->1740"
12344 + "default.handlebars->39->1741"
12345 ]
12346 },
12347 {
@@ -12360,7 +12366,7 @@
12366 "zh-chs": "在下面的框中两次输入旧密码和新密码,以更改帐户密码。",
12367 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
12368 "xloc": [
12363 - "default.handlebars->39->1746"
12369 + "default.handlebars->39->1747"
12370 ]
12371 },
12372 {
@@ -12385,7 +12391,7 @@
12391 "zh-chs": "更改帐户凭据",
12392 "zh-cht": "帳戶憑證已更改",
12393 "xloc": [
12388 - "default.handlebars->39->2236"
12394 + "default.handlebars->39->2237"
12395 ]
12396 },
12397 {
@@ -12405,7 +12411,7 @@
12411 "tr": "Hesap görünen adı {0} olarak değiştirildi.",
12412 "pt-br": "Nome de exibição da conta alterado para {0}",
12413 "xloc": [
12408 - "default.handlebars->39->2288"
12414 + "default.handlebars->39->2289"
12415 ]
12416 },
12417 {
@@ -12430,8 +12436,8 @@
12436 "zh-chs": "{1}组中的设备{0}已更改:{2}",
12437 "zh-cht": "{1}組中的設備{0}已更改:{2}",
12438 "xloc": [
12433 - "default.handlebars->39->2220",
12434 - "default.handlebars->39->2301"
12439 + "default.handlebars->39->2221",
12440 + "default.handlebars->39->2302"
12441 ]
12442 },
12443 {
@@ -12456,7 +12462,7 @@
12462 "zh-chs": "语言从{1}更改为{2}",
12463 "zh-cht": "語言從{1}更改為{2}",
12464 "xloc": [
12459 - "default.handlebars->39->2164"
12465 + "default.handlebars->39->2165"
12466 ]
12467 },
12468 {
@@ -12481,8 +12487,8 @@
12487 "zh-chs": "已更改{0}的用户设备权限",
12488 "zh-cht": "已更改{0}的用戶設備權限",
12489 "xloc": [
12484 - "default.handlebars->39->2222",
12485 - "default.handlebars->39->2243"
12490 + "default.handlebars->39->2223",
12491 + "default.handlebars->39->2244"
12492 ]
12493 },
12494 {
@@ -12528,7 +12534,7 @@
12534 "zh-chs": "更改语言将需要刷新页面。",
12535 "zh-cht": "更改語言將需要刷新頁面。",
12536 "xloc": [
12531 - "default.handlebars->39->1704"
12537 + "default.handlebars->39->1705"
12538 ]
12539 },
12540 {
@@ -12553,12 +12559,12 @@
12559 "zh-chs": "聊天",
12560 "zh-cht": "聊天",
12561 "xloc": [
12556 - "default.handlebars->39->1015",
12557 - "default.handlebars->39->2355",
12558 - "default.handlebars->39->2617",
12562 + "default.handlebars->39->1016",
12563 + "default.handlebars->39->2356",
12564 "default.handlebars->39->2618",
12560 - "default.handlebars->39->887",
12561 - "default.handlebars->39->993"
12565 + "default.handlebars->39->2619",
12566 + "default.handlebars->39->888",
12567 + "default.handlebars->39->994"
12568 ]
12569 },
12570 {
@@ -12585,8 +12591,8 @@
12591 "xloc": [
12592 "default-mobile.handlebars->11->673",
12593 "default-mobile.handlebars->11->693",
12588 - "default.handlebars->39->2011",
12589 - "default.handlebars->39->2048"
12594 + "default.handlebars->39->2012",
12595 + "default.handlebars->39->2049"
12596 ]
12597 },
12598 {
@@ -12611,7 +12617,7 @@
12617 "zh-chs": "聊天请求,点击这里接受。",
12618 "xloc": [
12619 "default-mobile.handlebars->11->725",
12614 - "default.handlebars->39->2835"
12620 + "default.handlebars->39->2836"
12621 ]
12622 },
12623 {
@@ -12661,7 +12667,7 @@
12667 "zh-chs": "车臣",
12668 "zh-cht": "車臣",
12669 "xloc": [
12664 - "default.handlebars->39->1538"
12670 + "default.handlebars->39->1539"
12671 ]
12672 },
12673 {
@@ -12786,8 +12792,8 @@
12792 "zh-chs": "检查...",
12793 "zh-cht": "檢查...",
12794 "xloc": [
12789 - "default.handlebars->39->1504",
12790 - "default.handlebars->39->2950"
12795 + "default.handlebars->39->1505",
12796 + "default.handlebars->39->2951"
12797 ]
12798 },
12799 {
@@ -12812,7 +12818,7 @@
12818 "zh-chs": "中文",
12819 "zh-cht": "中文",
12820 "xloc": [
12815 - "default.handlebars->39->1539"
12821 + "default.handlebars->39->1540"
12822 ]
12823 },
12824 {
@@ -12837,7 +12843,7 @@
12843 "zh-chs": "中文(香港)",
12844 "zh-cht": "中文(香港)",
12845 "xloc": [
12840 - "default.handlebars->39->1540"
12846 + "default.handlebars->39->1541"
12847 ]
12848 },
12849 {
@@ -12862,7 +12868,7 @@
12868 "zh-chs": "中文(中国)",
12869 "zh-cht": "中文(中國)",
12870 "xloc": [
12865 - "default.handlebars->39->1541"
12871 + "default.handlebars->39->1542"
12872 ]
12873 },
12874 {
@@ -12887,7 +12893,7 @@
12893 "zh-chs": "简体中文",
12894 "zh-cht": "簡體中文",
12895 "xloc": [
12890 - "default.handlebars->39->1701"
12896 + "default.handlebars->39->1702"
12897 ]
12898 },
12899 {
@@ -12912,7 +12918,7 @@
12918 "zh-chs": "中文(新加坡)",
12919 "zh-cht": "中文(新加坡)",
12920 "xloc": [
12915 - "default.handlebars->39->1542"
12921 + "default.handlebars->39->1543"
12922 ]
12923 },
12924 {
@@ -12937,7 +12943,7 @@
12943 "zh-chs": "中文(台湾)",
12944 "zh-cht": "中文(台灣)",
12945 "xloc": [
12940 - "default.handlebars->39->1543"
12946 + "default.handlebars->39->1544"
12947 ]
12948 },
12949 {
@@ -12962,7 +12968,7 @@
12968 "zh-chs": "繁体中文",
12969 "zh-cht": "繁體中文",
12970 "xloc": [
12965 - "default.handlebars->39->1702"
12971 + "default.handlebars->39->1703"
12972 ]
12973 },
12974 {
@@ -13013,7 +13019,7 @@
13019 "zh-chs": "楚瓦什",
13020 "zh-cht": "楚瓦什",
13021 "xloc": [
13016 - "default.handlebars->39->1544"
13022 + "default.handlebars->39->1545"
13023 ]
13024 },
13025 {
@@ -13067,11 +13073,11 @@
13073 "default-mobile.handlebars->11->503",
13074 "default-mobile.handlebars->11->78",
13075 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->5",
13070 - "default.handlebars->39->1343",
13071 - "default.handlebars->39->1345",
13072 - "default.handlebars->39->1347",
13073 - "default.handlebars->39->1349",
13074 - "default.handlebars->39->2158",
13076 + "default.handlebars->39->1344",
13077 + "default.handlebars->39->1346",
13078 + "default.handlebars->39->1348",
13079 + "default.handlebars->39->1350",
13080 + "default.handlebars->39->2159",
13081 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
13082 "default.handlebars->container->column_l->p41->3->1",
13083 "messenger.handlebars->xbottom->1->1->0->5",
@@ -13103,7 +13109,7 @@
13109 "zh-chs": "清除 RDP 凭据?",
13110 "xloc": [
13111 "default-mobile.handlebars->11->397",
13106 - "default.handlebars->39->1176"
13112 + "default.handlebars->39->1177"
13113 ]
13114 },
13115 {
@@ -13128,7 +13134,7 @@
13134 "zh-chs": "清除 SSH 凭据?",
13135 "xloc": [
13136 "default-mobile.handlebars->11->395",
13131 - "default.handlebars->39->1174"
13137 + "default.handlebars->39->1175"
13138 ]
13139 },
13140 {
@@ -13177,8 +13183,8 @@
13183 "tr": "Temsilci çekirdeğini temizle",
13184 "zh-chs": "清除代理核心",
13185 "xloc": [
13180 - "default.handlebars->39->645",
13181 - "default.handlebars->39->688"
13186 + "default.handlebars->39->646",
13187 + "default.handlebars->39->689"
13188 ]
13189 },
13190 {
@@ -13202,7 +13208,7 @@
13208 "tr": "Seçilen cihazlarda temsilci çekirdeği temizlensin mi?",
13209 "zh-chs": "清除选定设备上的代理核心?",
13210 "xloc": [
13205 - "default.handlebars->39->687"
13211 + "default.handlebars->39->688"
13212 ]
13213 },
13214 {
@@ -13228,7 +13234,7 @@
13234 "zh-cht": "全部清除",
13235 "xloc": [
13236 "default-mobile.handlebars->11->708",
13231 - "default.handlebars->39->2818"
13237 + "default.handlebars->39->2819"
13238 ]
13239 },
13240 {
@@ -13254,7 +13260,7 @@
13260 "zh-cht": "清除搜索過濾器",
13261 "xloc": [
13262 "default-mobile.handlebars->11->193",
13257 - "default.handlebars->39->333"
13263 + "default.handlebars->39->334"
13264 ]
13265 },
13266 {
@@ -13280,7 +13286,7 @@
13286 "zh-cht": "清除核心",
13287 "xloc": [
13288 "default-mobile.handlebars->11->615",
13283 - "default.handlebars->39->1465"
13289 + "default.handlebars->39->1466"
13290 ]
13291 },
13292 {
@@ -13331,7 +13337,7 @@
13337 "zh-cht": "清除此通知",
13338 "xloc": [
13339 "default-mobile.handlebars->11->707",
13334 - "default.handlebars->39->2817"
13340 + "default.handlebars->39->2818"
13341 ]
13342 },
13343 {
@@ -13416,8 +13422,8 @@
13422 "zh-chs": "单击此处编辑设备组名称",
13423 "zh-cht": "單擊此處編輯裝置群名稱",
13424 "xloc": [
13419 - "default.handlebars->39->1817",
13420 - "default.handlebars->39->2103"
13425 + "default.handlebars->39->1818",
13426 + "default.handlebars->39->2104"
13427 ]
13428 },
13429 {
@@ -13442,7 +13448,7 @@
13448 "zh-chs": "单击此处编辑服务器端设备名称",
13449 "zh-cht": "單擊此處編輯伺服器端裝置名稱",
13450 "xloc": [
13445 - "default.handlebars->39->768"
13451 + "default.handlebars->39->769"
13452 ]
13453 },
13454 {
@@ -13467,7 +13473,7 @@
13473 "zh-chs": "单击此处编辑用户组名称",
13474 "zh-cht": "單擊此處編輯用戶群名稱",
13475 "xloc": [
13470 - "default.handlebars->39->2476"
13476 + "default.handlebars->39->2477"
13477 ]
13478 },
13479 {
@@ -13590,7 +13596,7 @@
13596 "zh-cht": "單擊確定將驗證電郵發送到:",
13597 "xloc": [
13598 "default-mobile.handlebars->11->106",
13593 - "default.handlebars->39->1737"
13599 + "default.handlebars->39->1738"
13600 ]
13601 },
13602 {
@@ -13684,7 +13690,7 @@
13690 "zh-cht": "客戶端控制模式(CCM)",
13691 "xloc": [
13692 "default-mobile.handlebars->11->570",
13687 - "default.handlebars->39->1419"
13693 + "default.handlebars->39->1420"
13694 ]
13695 },
13696 {
@@ -13709,7 +13715,7 @@
13715 "zh-chs": "客户编号",
13716 "zh-cht": "客戶編號",
13717 "xloc": [
13712 - "default.handlebars->39->1799"
13718 + "default.handlebars->39->1800"
13719 ]
13720 },
13721 {
@@ -13734,7 +13740,7 @@
13740 "zh-chs": "客户端启动的远程访问",
13741 "zh-cht": "客戶端啟動的遠程訪問",
13742 "xloc": [
13737 - "default.handlebars->39->1939"
13743 + "default.handlebars->39->1940"
13744 ]
13745 },
13746 {
@@ -13759,7 +13765,7 @@
13765 "zh-chs": "客户机密",
13766 "zh-cht": "客戶機密",
13767 "xloc": [
13762 - "default.handlebars->39->1800"
13768 + "default.handlebars->39->1801"
13769 ]
13770 },
13771 {
@@ -13812,11 +13818,11 @@
13818 "xloc": [
13819 "agent-translations.json",
13820 "default-mobile.handlebars->11->76",
13815 - "default.handlebars->39->1258",
13816 - "default.handlebars->39->1319",
13821 + "default.handlebars->39->1259",
13822 + "default.handlebars->39->1320",
13823 "default.handlebars->39->213",
13824 "default.handlebars->39->221",
13819 - "default.handlebars->39->2944",
13825 + "default.handlebars->39->2945",
13826 "sharing.handlebars->11->52"
13827 ]
13828 },
@@ -13827,7 +13833,7 @@
13833 "fr": "Session de bureau multiplexée fermée \\\"{0}\\\", {1} seconde(s)",
13834 "pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)",
13835 "xloc": [
13830 - "default.handlebars->39->2308"
13836 + "default.handlebars->39->2309"
13837 ]
13838 },
13839 {
@@ -13852,7 +13858,7 @@
13858 "zh-chs": "封闭式桌面多路复用会话,{0}秒",
13859 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
13860 "xloc": [
13855 - "default.handlebars->39->2169"
13861 + "default.handlebars->39->2170"
13862 ]
13863 },
13864 {
@@ -13977,7 +13983,7 @@
13983 "zh-chs": "命令",
13984 "zh-cht": "命令",
13985 "xloc": [
13980 - "default.handlebars->39->585"
13986 + "default.handlebars->39->586"
13987 ]
13988 },
13989 {
@@ -14027,9 +14033,9 @@
14033 "zh-cht": "指令",
14034 "xloc": [
14035 "default-mobile.handlebars->11->695",
14030 - "default.handlebars->39->1017",
14031 - "default.handlebars->39->2050",
14032 - "default.handlebars->39->995"
14036 + "default.handlebars->39->1018",
14037 + "default.handlebars->39->2051",
14038 + "default.handlebars->39->996"
14039 ]
14040 },
14041 {
@@ -14054,8 +14060,8 @@
14060 "zh-chs": "通用设备组",
14061 "zh-cht": "通用裝置群",
14062 "xloc": [
14057 - "default.handlebars->39->2510",
14058 - "default.handlebars->39->2663"
14063 + "default.handlebars->39->2511",
14064 + "default.handlebars->39->2664"
14065 ]
14066 },
14067 {
@@ -14080,8 +14086,8 @@
14086 "zh-chs": "通用设备",
14087 "zh-cht": "通用裝置",
14088 "xloc": [
14083 - "default.handlebars->39->2516",
14084 - "default.handlebars->39->2675"
14089 + "default.handlebars->39->2517",
14090 + "default.handlebars->39->2676"
14091 ]
14092 },
14093 {
@@ -14106,7 +14112,7 @@
14112 "zh-chs": "编译时间",
14113 "xloc": [
14114 "default-mobile.handlebars->11->543",
14109 - "default.handlebars->39->1382"
14115 + "default.handlebars->39->1383"
14116 ]
14117 },
14118 {
@@ -14152,7 +14158,7 @@
14158 "zh-chs": "压缩档案...",
14159 "zh-cht": "壓縮檔案...",
14160 "xloc": [
14155 - "default.handlebars->39->1314",
14161 + "default.handlebars->39->1315",
14162 "sharing.handlebars->11->47"
14163 ]
14164 },
@@ -14201,14 +14207,14 @@
14207 "xloc": [
14208 "default-mobile.handlebars->11->392",
14209 "default-mobile.handlebars->11->645",
14204 - "default.handlebars->39->1127",
14205 - "default.handlebars->39->1136",
14206 - "default.handlebars->39->1950",
14207 - "default.handlebars->39->2384",
14208 - "default.handlebars->39->2466",
14209 - "default.handlebars->39->2532",
14210 - "default.handlebars->39->2661",
14211 - "default.handlebars->39->656"
14210 + "default.handlebars->39->1128",
14211 + "default.handlebars->39->1137",
14212 + "default.handlebars->39->1951",
14213 + "default.handlebars->39->2385",
14214 + "default.handlebars->39->2467",
14215 + "default.handlebars->39->2533",
14216 + "default.handlebars->39->2662",
14217 + "default.handlebars->39->657"
14218 ]
14219 },
14220 {
@@ -14255,7 +14261,7 @@
14261 "zh-cht": "確認將1個副本複製到此位置?",
14262 "xloc": [
14263 "default-mobile.handlebars->11->492",
14258 - "default.handlebars->39->1338",
14264 + "default.handlebars->39->1339",
14265 "sharing.handlebars->11->70"
14266 ]
14267 },
@@ -14281,7 +14287,7 @@
14287 "zh-chs": "确认{0}个条目的复制到此位置?",
14288 "zh-cht": "確認{0}個條目的複製到此位置?",
14289 "xloc": [
14284 - "default.handlebars->39->1337",
14290 + "default.handlebars->39->1338",
14291 "sharing.handlebars->11->69"
14292 ]
14293 },
@@ -14332,7 +14338,7 @@
14338 "zh-chs": "确认删除选定的帐户?",
14339 "zh-cht": "確認刪除所選帳戶?",
14340 "xloc": [
14335 - "default.handlebars->39->2383"
14341 + "default.handlebars->39->2384"
14342 ]
14343 },
14344 {
@@ -14379,7 +14385,7 @@
14385 "zh-chs": "确认删除选定的用户组?",
14386 "zh-cht": "確認刪除所選用戶群?",
14387 "xloc": [
14382 - "default.handlebars->39->2465"
14388 + "default.handlebars->39->2466"
14389 ]
14390 },
14391 {
@@ -14404,7 +14410,7 @@
14410 "zh-chs": "确认删除用户{0}?",
14411 "zh-cht": "確認刪除用戶{0}?",
14412 "xloc": [
14407 - "default.handlebars->39->2660"
14413 + "default.handlebars->39->2661"
14414 ]
14415 },
14416 {
@@ -14429,7 +14435,7 @@
14435 "zh-chs": "确认删除用户“ {0} ”的成员身份?",
14436 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14437 "xloc": [
14432 - "default.handlebars->39->2535"
14438 + "default.handlebars->39->2536"
14439 ]
14440 },
14441 {
@@ -14454,7 +14460,7 @@
14460 "zh-chs": "确认删除用户组“ {0} ”的成员身份?",
14461 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14462 "xloc": [
14457 - "default.handlebars->39->2692"
14463 + "default.handlebars->39->2693"
14464 ]
14465 },
14466 {
@@ -14480,7 +14486,7 @@
14486 "zh-cht": "確認將1個條目移動到此位置?",
14487 "xloc": [
14488 "default-mobile.handlebars->11->494",
14483 - "default.handlebars->39->1340",
14489 + "default.handlebars->39->1341",
14490 "sharing.handlebars->11->72"
14491 ]
14492 },
@@ -14506,7 +14512,7 @@
14512 "zh-chs": "确认将{0}个条目移到此位置?",
14513 "zh-cht": "確認將{0}個條目移到該位置?",
14514 "xloc": [
14509 - "default.handlebars->39->1339",
14515 + "default.handlebars->39->1340",
14516 "sharing.handlebars->11->71"
14517 ]
14518 },
@@ -14557,7 +14563,7 @@
14563 "zh-chs": "确认覆盖?",
14564 "zh-cht": "確認覆蓋?",
14565 "xloc": [
14560 - "default.handlebars->39->2152"
14566 + "default.handlebars->39->2153"
14567 ]
14568 },
14569 {
@@ -14582,8 +14588,8 @@
14588 "zh-chs": "确认删除设备“ {0} ”的访问权限?",
14589 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14590 "xloc": [
14585 - "default.handlebars->39->2525",
14586 - "default.handlebars->39->2683"
14591 + "default.handlebars->39->2526",
14592 + "default.handlebars->39->2684"
14593 ]
14594 },
14595 {
@@ -14608,8 +14614,8 @@
14614 "zh-chs": "确认删除设备组“ {0} ”的访问权限?",
14615 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14616 "xloc": [
14611 - "default.handlebars->39->2527",
14612 - "default.handlebars->39->2696"
14617 + "default.handlebars->39->2528",
14618 + "default.handlebars->39->2697"
14619 ]
14620 },
14621 {
@@ -14634,7 +14640,7 @@
14640 "zh-chs": "确认删除用户“ {0} ”的访问权限?",
14641 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14642 "xloc": [
14637 - "default.handlebars->39->2685"
14643 + "default.handlebars->39->2686"
14644 ]
14645 },
14646 {
@@ -14659,7 +14665,7 @@
14665 "zh-chs": "确认删除用户组“ {0} ”的访问权限?",
14666 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
14667 "xloc": [
14662 - "default.handlebars->39->2688"
14668 + "default.handlebars->39->2689"
14669 ]
14670 },
14671 {
@@ -14684,8 +14690,8 @@
14690 "zh-chs": "确认删除访问权限?",
14691 "zh-cht": "確認刪除訪問權限?",
14692 "xloc": [
14687 - "default.handlebars->39->2686",
14688 - "default.handlebars->39->2689"
14693 + "default.handlebars->39->2687",
14694 + "default.handlebars->39->2690"
14695 ]
14696 },
14697 {
@@ -14711,7 +14717,7 @@
14717 "zh-cht": "確認刪除身份驗證軟體兩步登入?",
14718 "xloc": [
14719 "default-mobile.handlebars->11->105",
14714 - "default.handlebars->39->1487"
14720 + "default.handlebars->39->1488"
14721 ]
14722 },
14723 {
@@ -14758,7 +14764,7 @@
14764 "zh-chs": "确认删除设备共享“{0}”?",
14765 "zh-cht": "確認刪除設備共享“{0}”?",
14766 "xloc": [
14761 - "default.handlebars->39->2681"
14767 + "default.handlebars->39->2682"
14768 ]
14769 },
14770 {
@@ -14826,7 +14832,7 @@
14832 "tr": "Push kimlik doğrulama cihazının kaldırılması onaylansın mı?",
14833 "zh-chs": "确认移除推送认证设备?",
14834 "xloc": [
14829 - "default.handlebars->39->1489"
14835 + "default.handlebars->39->1490"
14836 ]
14837 },
14838 {
@@ -14851,7 +14857,7 @@
14857 "zh-chs": "确认删除用户“ {0} ”的权限?",
14858 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
14859 "xloc": [
14854 - "default.handlebars->39->2061"
14860 + "default.handlebars->39->2062"
14861 ]
14862 },
14863 {
@@ -14876,7 +14882,7 @@
14882 "zh-chs": "确认删除用户组“ {0} ”的权限?",
14883 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
14884 "xloc": [
14879 - "default.handlebars->39->2063"
14885 + "default.handlebars->39->2064"
14886 ]
14887 },
14888 {
@@ -14900,7 +14906,7 @@
14906 "tr": "Seçili cihazların kaldırılması onaylansın mı?",
14907 "zh-chs": "确认移除所选设备?",
14908 "xloc": [
14903 - "default.handlebars->39->650"
14909 + "default.handlebars->39->651"
14910 ]
14911 },
14912 {
@@ -14924,7 +14930,7 @@
14930 "tr": "Bu giriş belirtecinin kaldırılması onaylansın mı?",
14931 "zh-chs": "确认删除此登录令牌?",
14932 "xloc": [
14927 - "default.handlebars->39->1792"
14933 + "default.handlebars->39->1793"
14934 ]
14935 },
14936 {
@@ -14995,7 +15001,7 @@
15001 "tr": "Seçilen {0} cihazın kaldırılması onaylansın mı?",
15002 "zh-chs": "确认移除 {0} 个选定的设备?",
15003 "xloc": [
14998 - "default.handlebars->39->651"
15004 + "default.handlebars->39->652"
15005 ]
15006 },
15007 {
@@ -15021,7 +15027,7 @@
15027 "zh-cht": "將{1}入口{2}中的{0}限製到此位置?",
15028 "xloc": [
15029 "default-mobile.handlebars->11->158",
15024 - "default.handlebars->39->2153"
15030 + "default.handlebars->39->2154"
15031 ]
15032 },
15033 {
@@ -15051,9 +15057,9 @@
15057 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
15058 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
15059 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
15054 - "default.handlebars->39->1296",
15055 - "default.handlebars->39->1854",
15056 - "default.handlebars->39->851",
15060 + "default.handlebars->39->1297",
15061 + "default.handlebars->39->1855",
15062 + "default.handlebars->39->852",
15063 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
15064 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
15065 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -15088,7 +15094,7 @@
15094 "zh-chs": "全部连接",
15095 "zh-cht": "全部連接",
15096 "xloc": [
15091 - "default.handlebars->39->418",
15097 + "default.handlebars->39->419",
15098 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
15099 ]
15100 },
@@ -15135,7 +15141,7 @@
15141 "zh-chs": "连接到服务器",
15142 "zh-cht": "連接到伺服器",
15143 "xloc": [
15138 - "default.handlebars->39->1943"
15144 + "default.handlebars->39->1944"
15145 ]
15146 },
15147 {
@@ -15260,7 +15266,7 @@
15266 "xloc": [
15267 "default-mobile.handlebars->11->4",
15268 "default.handlebars->39->11",
15263 - "default.handlebars->39->380",
15269 + "default.handlebars->39->381",
15270 "sharing.handlebars->11->4",
15271 "ssh.handlebars->3->4",
15272 "xterm.handlebars->9->4"
@@ -15288,7 +15294,7 @@
15294 "zh-chs": "已连接的英特尔®AMT",
15295 "zh-cht": "已連接的Intel® AMT",
15296 "xloc": [
15291 - "default.handlebars->39->2872"
15297 + "default.handlebars->39->2873"
15298 ]
15299 },
15300 {
@@ -15313,7 +15319,7 @@
15319 "zh-chs": "已连接的用户",
15320 "zh-cht": "已连接的用户",
15321 "xloc": [
15316 - "default.handlebars->39->2877"
15322 + "default.handlebars->39->2878"
15323 ]
15324 },
15325 {
@@ -15360,7 +15366,7 @@
15366 "zh-cht": "現在已連接",
15367 "xloc": [
15368 "default-mobile.handlebars->11->538",
15363 - "default.handlebars->39->1377"
15369 + "default.handlebars->39->1378"
15370 ]
15371 },
15372 {
@@ -15475,10 +15481,10 @@
15481 "default-mobile.handlebars->11->2",
15482 "default-mobile.handlebars->11->48",
15483 "default-mobile.handlebars->11->510",
15478 - "default.handlebars->39->1363",
15479 - "default.handlebars->39->357",
15480 - "default.handlebars->39->360",
15481 - "default.handlebars->39->421",
15484 + "default.handlebars->39->1364",
15485 + "default.handlebars->39->358",
15486 + "default.handlebars->39->361",
15487 + "default.handlebars->39->422",
15488 "default.handlebars->39->9",
15489 "sharing.handlebars->11->2",
15490 "sharing.handlebars->11->93",
@@ -15529,7 +15535,7 @@
15535 "zh-chs": "连接数量",
15536 "zh-cht": "連接數量",
15537 "xloc": [
15532 - "default.handlebars->39->2903"
15538 + "default.handlebars->39->2904"
15539 ]
15540 },
15541 {
@@ -15554,8 +15560,8 @@
15560 "zh-chs": "连接错误",
15561 "xloc": [
15562 "default-mobile.handlebars->11->473",
15557 - "default.handlebars->39->1283",
15558 - "default.handlebars->39->1310",
15563 + "default.handlebars->39->1284",
15564 + "default.handlebars->39->1311",
15565 "login2.handlebars->7->32"
15566 ]
15567 },
@@ -15581,7 +15587,7 @@
15587 "zh-chs": "连接转发器",
15588 "zh-cht": "連接轉發器",
15589 "xloc": [
15584 - "default.handlebars->39->2938"
15590 + "default.handlebars->39->2939"
15591 ]
15592 },
15593 {
@@ -15657,9 +15663,9 @@
15663 "zh-cht": "連接性",
15664 "xloc": [
15665 "default-mobile.handlebars->11->318",
15660 - "default.handlebars->39->2110",
15661 - "default.handlebars->39->347",
15662 - "default.handlebars->39->868",
15666 + "default.handlebars->39->2111",
15667 + "default.handlebars->39->348",
15668 + "default.handlebars->39->869",
15669 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
15670 ]
15671 },
@@ -15680,7 +15686,7 @@
15686 "tr": "Onay",
15687 "pt-br": "Permitir",
15688 "xloc": [
15683 - "default.handlebars->39->2316"
15689 + "default.handlebars->39->2317"
15690 ]
15691 },
15692 {
@@ -15706,8 +15712,8 @@
15712 "zh-cht": "控制台",
15713 "xloc": [
15714 "default-mobile.handlebars->11->354",
15709 - "default.handlebars->39->1010",
15710 - "default.handlebars->39->988",
15715 + "default.handlebars->39->1011",
15716 + "default.handlebars->39->989",
15717 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
15718 "default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
15719 "default.handlebars->contextMenu->cxconsole"
@@ -15735,7 +15741,7 @@
15741 "zh-chs": "控制台 -",
15742 "zh-cht": "控制台 -",
15743 "xloc": [
15738 - "default.handlebars->39->769"
15744 + "default.handlebars->39->770"
15745 ]
15746 },
15747 {
@@ -15760,8 +15766,8 @@
15766 "zh-chs": "控制",
15767 "zh-cht": "控制",
15768 "xloc": [
15763 - "default.handlebars->39->1009",
15764 - "default.handlebars->39->987",
15769 + "default.handlebars->39->1010",
15770 + "default.handlebars->39->988",
15771 "messenger.handlebars->remoteImage->3->2"
15772 ]
15773 },
@@ -15812,7 +15818,7 @@
15818 "zh-chs": "Cookie编码器",
15819 "zh-cht": "Cookie編碼器",
15820 "xloc": [
15815 - "default.handlebars->39->2922"
15821 + "default.handlebars->39->2923"
15822 ]
15823 },
15824 {
@@ -15839,7 +15845,7 @@
15845 "xloc": [
15846 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
15847 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
15842 - "default.handlebars->39->558",
15848 + "default.handlebars->39->559",
15849 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
15850 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
15851 "sharing.handlebars->p13->p13toolbar->fileArea2->3"
@@ -15893,8 +15899,8 @@
15899 "tr": "URL'yi panoya kopyala",
15900 "zh-chs": "将 URL 复制到剪贴板",
15901 "xloc": [
15896 - "default.handlebars->39->567",
15897 - "default.handlebars->39->571"
15902 + "default.handlebars->39->568",
15903 + "default.handlebars->39->572"
15904 ]
15905 },
15906 {
@@ -15919,7 +15925,7 @@
15925 "zh-chs": "将Windows 32位代理URL复制到剪贴板",
15926 "zh-cht": "將Windows 32位代理URL複製到剪貼板",
15927 "xloc": [
15922 - "default.handlebars->39->548"
15928 + "default.handlebars->39->549"
15929 ]
15930 },
15931 {
@@ -15944,7 +15950,7 @@
15950 "zh-chs": "将Windows 64位代理URL复制到剪贴板",
15951 "zh-cht": "將Windows 64位代理URL複製到剪貼板",
15952 "xloc": [
15947 - "default.handlebars->39->552"
15953 + "default.handlebars->39->553"
15954 ]
15955 },
15956 {
@@ -16005,8 +16011,8 @@
16011 "zh-chs": "将代理URL复制到剪贴板",
16012 "zh-cht": "將代理URL複製到剪貼板",
16013 "xloc": [
16008 - "default.handlebars->39->584",
16009 - "default.handlebars->39->586"
16014 + "default.handlebars->39->585",
16015 + "default.handlebars->39->587"
16016 ]
16017 },
16018 {
@@ -16031,12 +16037,12 @@
16037 "zh-chs": "复制连结到剪贴板",
16038 "zh-cht": "複製連結到剪貼板",
16039 "xloc": [
16034 - "default.handlebars->39->2121",
16035 - "default.handlebars->39->2140",
16040 + "default.handlebars->39->2122",
16041 + "default.handlebars->39->2141",
16042 "default.handlebars->39->290",
16043 "default.handlebars->39->312",
16044 "default.handlebars->39->314",
16039 - "default.handlebars->39->522"
16045 + "default.handlebars->39->523"
16046 ]
16047 },
16048 {
@@ -16061,7 +16067,7 @@
16067 "zh-chs": "将macOS代理URL复制到剪贴板",
16068 "zh-cht": "將macOS代理URL複製到剪貼板",
16069 "xloc": [
16064 - "default.handlebars->39->562"
16070 + "default.handlebars->39->563"
16071 ]
16072 },
16073 {
@@ -16113,8 +16119,8 @@
16119 "xloc": [
16120 "agentinvite.handlebars->container->column_l->5->linuxtab",
16121 "agentinvite.handlebars->container->column_l->5->linuxtab",
16116 - "default.handlebars->39->557",
16117 - "default.handlebars->39->580"
16122 + "default.handlebars->39->558",
16123 + "default.handlebars->39->581"
16124 ]
16125 },
16126 {
@@ -16164,7 +16170,7 @@
16170 "zh-chs": "复制:“{0}”到“{1}”",
16171 "zh-cht": "複製:“{0}”到“{1}”",
16172 "xloc": [
16167 - "default.handlebars->39->2212"
16173 + "default.handlebars->39->2213"
16174 ]
16175 },
16176 {
@@ -16345,7 +16351,7 @@
16351 "zh-chs": "核心服务器",
16352 "zh-cht": "核心伺服器",
16353 "xloc": [
16348 - "default.handlebars->39->2921"
16354 + "default.handlebars->39->2922"
16355 ]
16356 },
16357 {
@@ -16370,7 +16376,7 @@
16376 "zh-chs": "科西嘉文",
16377 "zh-cht": "科西嘉文",
16378 "xloc": [
16373 - "default.handlebars->39->1545"
16379 + "default.handlebars->39->1546"
16380 ]
16381 },
16382 {
@@ -16416,7 +16422,7 @@
16422 "zh-chs": "创建帐号",
16423 "zh-cht": "創建帳號",
16424 "xloc": [
16419 - "default.handlebars->39->2433",
16425 + "default.handlebars->39->2434",
16426 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16427 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16428 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1"
@@ -16489,7 +16495,7 @@
16495 "tr": "Giriş Simgesi Oluştur",
16496 "zh-chs": "创建登录令牌",
16497 "xloc": [
16492 - "default.handlebars->39->1730",
16498 + "default.handlebars->39->1731",
16499 "default.handlebars->39->315"
16500 ]
16501 },
@@ -16515,7 +16521,7 @@
16521 "zh-chs": "创建用户组",
16522 "zh-cht": "創建用戶群",
16523 "xloc": [
16518 - "default.handlebars->39->2473"
16524 + "default.handlebars->39->2474"
16525 ]
16526 },
16527 {
@@ -16540,7 +16546,7 @@
16546 "zh-chs": "创建连结以与访客共享此设备",
16547 "zh-cht": "創建鏈結以與訪客共享此裝置",
16548 "xloc": [
16543 - "default.handlebars->39->890"
16549 + "default.handlebars->39->891"
16550 ]
16551 },
16552 {
@@ -16565,7 +16571,7 @@
16571 "zh-chs": "使用以下选项创建一个新的设备组。",
16572 "zh-cht": "使用以下選項創建一個新的裝置群。",
16573 "xloc": [
16568 - "default.handlebars->39->1760"
16574 + "default.handlebars->39->1761"
16575 ]
16576 },
16577 {
@@ -16590,7 +16596,7 @@
16596 "zh-chs": "创建一个新的设备组。",
16597 "zh-cht": "創建一個新的裝置群。",
16598 "xloc": [
16593 - "default.handlebars->39->350"
16599 + "default.handlebars->39->351"
16600 ]
16601 },
16602 {
@@ -16614,7 +16620,7 @@
16620 "tr": "Hesabınıza alternatif giriş olarak kullanılabilecek geçici bir kullanıcı adı ve şifre oluşturun. Bu, araçların veya diğer hizmetlerin hesabınıza erişmesine izin vermek için kullanışlıdır.",
16621 "zh-chs": "创建一个临时用户名和密码,可用作您帐户的替代登录名。这对于允许工具或其他服务访问您的帐户非常有用。",
16622 "xloc": [
16617 - "default.handlebars->39->1710"
16623 + "default.handlebars->39->1711"
16624 ]
16625 },
16626 {
@@ -16639,7 +16645,7 @@
16645 "zh-chs": "创建文件夹(如果不存在)?",
16646 "zh-cht": "創建文件夾(如果不存在)?",
16647 "xloc": [
16642 - "default.handlebars->39->682"
16648 + "default.handlebars->39->683"
16649 ]
16650 },
16651 {
@@ -16664,7 +16670,7 @@
16670 "zh-chs": "创建文件夹:“{0}”",
16671 "zh-cht": "創建文件夾:“{0}”",
16672 "xloc": [
16667 - "default.handlebars->39->2205"
16673 + "default.handlebars->39->2206"
16674 ]
16675 },
16676 {
@@ -16713,7 +16719,7 @@
16719 "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:",
16720 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
16721 "xloc": [
16716 - "default.handlebars->39->2397"
16722 + "default.handlebars->39->2398"
16723 ]
16724 },
16725 {
@@ -16765,7 +16771,7 @@
16771 "zh-chs": "创建的设备组:{0}",
16772 "zh-cht": "創建的設備組:{0}",
16773 "xloc": [
16768 - "default.handlebars->39->2216"
16774 + "default.handlebars->39->2217"
16775 ]
16776 },
16777 {
@@ -16790,7 +16796,7 @@
16796 "zh-chs": "创建一个链接,该链接允许没有帐户的访客在有限的时间内远程控制此设备。",
16797 "zh-cht": "創建一個鏈接,該鏈接允許沒有帳戶的訪客在有限的時間內遠程控制此設備。",
16798 "xloc": [
16793 - "default.handlebars->39->1033"
16799 + "default.handlebars->39->1034"
16800 ]
16801 },
16802 {
@@ -16859,7 +16865,7 @@
16865 "zh-chs": "创建",
16866 "zh-cht": "創建",
16867 "xloc": [
16862 - "default.handlebars->39->2577"
16868 + "default.handlebars->39->2578"
16869 ]
16870 },
16871 {
@@ -16884,7 +16890,7 @@
16890 "zh-chs": "创建时间",
16891 "zh-cht": "創作時間",
16892 "xloc": [
16887 - "default.handlebars->39->1834"
16893 + "default.handlebars->39->1835"
16894 ]
16895 },
16896 {
@@ -16936,8 +16942,8 @@
16942 "zh-chs": "创建者",
16943 "zh-cht": "創作者",
16944 "xloc": [
16939 - "default.handlebars->39->1832",
16940 - "default.handlebars->39->1833"
16945 + "default.handlebars->39->1833",
16946 + "default.handlebars->39->1834"
16947 ]
16948 },
16949 {
@@ -16963,8 +16969,8 @@
16969 "zh-cht": "證書",
16970 "xloc": [
16971 "default-mobile.handlebars->11->328",
16966 - "default.handlebars->39->1797",
16967 - "default.handlebars->39->878"
16972 + "default.handlebars->39->1798",
16973 + "default.handlebars->39->879"
16974 ]
16975 },
16976 {
@@ -16989,7 +16995,7 @@
16995 "zh-chs": "克里语",
16996 "zh-cht": "克里語",
16997 "xloc": [
16992 - "default.handlebars->39->1546"
16998 + "default.handlebars->39->1547"
16999 ]
17000 },
17001 {
@@ -17014,7 +17020,7 @@
17020 "zh-chs": "克罗地亚文",
17021 "zh-cht": "克羅地亞文",
17022 "xloc": [
17017 - "default.handlebars->39->1547"
17023 + "default.handlebars->39->1548"
17024 ]
17025 },
17026 {
@@ -17093,8 +17099,8 @@
17099 "xloc": [
17100 "default-mobile.handlebars->11->430",
17101 "default-mobile.handlebars->11->434",
17096 - "default.handlebars->39->1221",
17097 - "default.handlebars->39->1225",
17102 + "default.handlebars->39->1222",
17103 + "default.handlebars->39->1226",
17104 "default.handlebars->39->57",
17105 "sharing.handlebars->11->24"
17106 ]
@@ -17269,7 +17275,7 @@
17275 "zh-chs": "当前密码不正确。",
17276 "xloc": [
17277 "default-mobile.handlebars->11->735",
17272 - "default.handlebars->39->2845"
17278 + "default.handlebars->39->2846"
17279 ]
17280 },
17281 {
@@ -17372,7 +17378,7 @@
17378 "zh-chs": "捷克文",
17379 "zh-cht": "捷克文",
17380 "xloc": [
17375 - "default.handlebars->39->1548"
17381 + "default.handlebars->39->1549"
17382 ]
17383 },
17384 {
@@ -17442,7 +17448,7 @@
17448 "zh-chs": "丹麦文",
17449 "zh-cht": "丹麥文",
17450 "xloc": [
17445 - "default.handlebars->39->1549"
17451 + "default.handlebars->39->1550"
17452 ]
17453 },
17454 {
@@ -17492,7 +17498,7 @@
17498 "zh-chs": "数据通道",
17499 "zh-cht": "數據通道",
17500 "xloc": [
17495 - "default.handlebars->39->1189",
17501 + "default.handlebars->39->1190",
17502 "sharing.handlebars->11->11"
17503 ]
17504 },
@@ -17518,7 +17524,7 @@
17524 "zh-chs": "日期和时间",
17525 "zh-cht": "日期和時間",
17526 "xloc": [
17521 - "default.handlebars->39->1707"
17527 + "default.handlebars->39->1708"
17528 ]
17529 },
17530 {
@@ -17544,9 +17550,9 @@
17550 "zh-cht": "天",
17551 "xloc": [
17552 "default-mobile.handlebars->11->382",
17547 - "default.handlebars->39->1111",
17548 - "default.handlebars->39->2742",
17549 - "default.handlebars->39->2745"
17553 + "default.handlebars->39->1112",
17554 + "default.handlebars->39->2743",
17555 + "default.handlebars->39->2746"
17556 ]
17557 },
17558 {
@@ -17571,8 +17577,8 @@
17577 "zh-chs": "停用",
17578 "zh-cht": "停用",
17579 "xloc": [
17574 - "default.handlebars->39->1864",
17575 - "default.handlebars->39->1922"
17580 + "default.handlebars->39->1865",
17581 + "default.handlebars->39->1923"
17582 ]
17583 },
17584 {
@@ -17597,7 +17603,7 @@
17603 "zh-chs": "如果设置停用CCM",
17604 "zh-cht": "如果設置停用CCM",
17605 "xloc": [
17600 - "default.handlebars->39->1934"
17606 + "default.handlebars->39->1935"
17607 ]
17608 },
17609 {
@@ -17645,7 +17651,7 @@
17651 "zh-cht": "沉睡",
17652 "xloc": [
17653 "default-mobile.handlebars->11->241",
17648 - "default.handlebars->39->597"
17654 + "default.handlebars->39->598"
17655 ]
17656 },
17657 {
@@ -17670,10 +17676,10 @@
17676 "zh-chs": "默认",
17677 "zh-cht": "默認",
17678 "xloc": [
17673 - "default.handlebars->39->2420",
17674 - "default.handlebars->39->2469",
17675 - "default.handlebars->39->2480",
17676 - "default.handlebars->39->2553"
17679 + "default.handlebars->39->2421",
17680 + "default.handlebars->39->2470",
17681 + "default.handlebars->39->2481",
17682 + "default.handlebars->39->2554"
17683 ]
17684 },
17685 {
@@ -17698,7 +17704,7 @@
17704 "zh-chs": "德尔",
17705 "xloc": [
17706 "default-mobile.handlebars->11->418",
17701 - "default.handlebars->39->1209"
17707 + "default.handlebars->39->1210"
17708 ]
17709 },
17710 {
@@ -17728,9 +17734,9 @@
17734 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
17735 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
17736 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
17731 - "default.handlebars->39->1329",
17732 - "default.handlebars->39->2147",
17733 - "default.handlebars->39->739",
17737 + "default.handlebars->39->1330",
17738 + "default.handlebars->39->2148",
17739 + "default.handlebars->39->740",
17740 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
17741 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
17742 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -17766,7 +17772,7 @@
17772 "zh-cht": "刪除帳戶",
17773 "xloc": [
17774 "default-mobile.handlebars->11->115",
17769 - "default.handlebars->39->1745"
17775 + "default.handlebars->39->1746"
17776 ]
17777 },
17778 {
@@ -17791,7 +17797,7 @@
17797 "zh-chs": "删除帐户",
17798 "zh-cht": "刪除帳戶",
17799 "xloc": [
17794 - "default.handlebars->39->2385"
17800 + "default.handlebars->39->2386"
17801 ]
17802 },
17803 {
@@ -17817,7 +17823,7 @@
17823 "zh-cht": "刪除裝置",
17824 "xloc": [
17825 "default-mobile.handlebars->11->337",
17820 - "default.handlebars->39->900"
17826 + "default.handlebars->39->901"
17827 ]
17828 },
17829 {
@@ -17841,7 +17847,7 @@
17847 "tr": "Cihazları Sil",
17848 "zh-chs": "删除设备",
17849 "xloc": [
17844 - "default.handlebars->39->657"
17850 + "default.handlebars->39->658"
17851 ]
17852 },
17853 {
@@ -17868,8 +17874,8 @@
17874 "xloc": [
17875 "default-mobile.handlebars->11->643",
17876 "default-mobile.handlebars->11->646",
17871 - "default.handlebars->39->1910",
17872 - "default.handlebars->39->1951"
17877 + "default.handlebars->39->1911",
17878 + "default.handlebars->39->1952"
17879 ]
17880 },
17881 {
@@ -17895,7 +17901,7 @@
17901 "zh-cht": "刪除節點",
17902 "xloc": [
17903 "default-mobile.handlebars->11->390",
17898 - "default.handlebars->39->1137"
17904 + "default.handlebars->39->1138"
17905 ]
17906 },
17907 {
@@ -17942,7 +17948,7 @@
17948 "zh-chs": "删除用户",
17949 "zh-cht": "刪除用戶",
17950 "xloc": [
17945 - "default.handlebars->39->2620"
17951 + "default.handlebars->39->2621"
17952 ]
17953 },
17954 {
@@ -17967,8 +17973,8 @@
17973 "zh-chs": "删除用户群组",
17974 "zh-cht": "刪除用戶群組",
17975 "xloc": [
17970 - "default.handlebars->39->2521",
17971 - "default.handlebars->39->2533"
17976 + "default.handlebars->39->2522",
17977 + "default.handlebars->39->2534"
17978 ]
17979 },
17980 {
@@ -17993,7 +17999,7 @@
17999 "zh-chs": "删除用户群组",
18000 "zh-cht": "刪除用戶群組",
18001 "xloc": [
17996 - "default.handlebars->39->2467"
18002 + "default.handlebars->39->2468"
18003 ]
18004 },
18005 {
@@ -18018,7 +18024,7 @@
18024 "zh-chs": "删除用户{0}",
18025 "zh-cht": "刪除用戶{0}",
18026 "xloc": [
18021 - "default.handlebars->39->2659"
18027 + "default.handlebars->39->2660"
18028 ]
18029 },
18030 {
@@ -18044,7 +18050,7 @@
18050 "zh-cht": "刪除帳戶",
18051 "xloc": [
18052 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
18047 - "default.handlebars->39->2381",
18053 + "default.handlebars->39->2382",
18054 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
18055 ]
18056 },
@@ -18070,7 +18076,7 @@
18076 "zh-chs": "删除设备",
18077 "zh-cht": "刪除裝置",
18078 "xloc": [
18073 - "default.handlebars->39->643"
18079 + "default.handlebars->39->644"
18080 ]
18081 },
18082 {
@@ -18095,7 +18101,7 @@
18101 "zh-chs": "删除群组",
18102 "zh-cht": "刪除群組",
18103 "xloc": [
18098 - "default.handlebars->39->2463"
18104 + "default.handlebars->39->2464"
18105 ]
18106 },
18107 {
@@ -18120,7 +18126,7 @@
18126 "zh-chs": "删除项目?",
18127 "zh-cht": "刪除項目?",
18128 "xloc": [
18123 - "default.handlebars->39->740"
18129 + "default.handlebars->39->741"
18130 ]
18131 },
18132 {
@@ -18145,7 +18151,7 @@
18151 "zh-chs": "递归删除:“{0}”,{1}个元素已删除",
18152 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
18153 "xloc": [
18148 - "default.handlebars->39->2207"
18154 + "default.handlebars->39->2208"
18155 ]
18156 },
18157 {
@@ -18172,8 +18178,8 @@
18178 "xloc": [
18179 "default-mobile.handlebars->11->155",
18180 "default-mobile.handlebars->11->486",
18175 - "default.handlebars->39->1331",
18176 - "default.handlebars->39->2149",
18181 + "default.handlebars->39->1332",
18182 + "default.handlebars->39->2150",
18183 "sharing.handlebars->11->63"
18184 ]
18185 },
@@ -18199,7 +18205,7 @@
18205 "zh-chs": "删除用户群组{0}?",
18206 "zh-cht": "刪除用戶群組{0}?",
18207 "xloc": [
18202 - "default.handlebars->39->2531"
18208 + "default.handlebars->39->2532"
18209 ]
18210 },
18211 {
@@ -18226,8 +18232,8 @@
18232 "xloc": [
18233 "default-mobile.handlebars->11->154",
18234 "default-mobile.handlebars->11->485",
18229 - "default.handlebars->39->1330",
18230 - "default.handlebars->39->2148",
18235 + "default.handlebars->39->1331",
18236 + "default.handlebars->39->2149",
18237 "sharing.handlebars->11->62"
18238 ]
18239 },
@@ -18278,7 +18284,7 @@
18284 "zh-chs": "删除:“{0}”",
18285 "zh-cht": "刪除:“{0}”",
18286 "xloc": [
18281 - "default.handlebars->39->2206"
18287 + "default.handlebars->39->2207"
18288 ]
18289 },
18290 {
@@ -18303,7 +18309,7 @@
18309 "zh-chs": "删除:“{0}”,{1}个元素已删除",
18310 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
18311 "xloc": [
18306 - "default.handlebars->39->2208"
18312 + "default.handlebars->39->2209"
18313 ]
18314 },
18315 {
@@ -18329,7 +18335,7 @@
18335 "zh-cht": "被拒絕",
18336 "xloc": [
18337 "default-mobile.handlebars->11->405",
18332 - "default.handlebars->39->1184",
18338 + "default.handlebars->39->1185",
18339 "sharing.handlebars->11->29",
18340 "sharing.handlebars->11->7"
18341 ]
@@ -18474,20 +18480,20 @@
18480 "default-mobile.handlebars->11->551",
18481 "default-mobile.handlebars->11->629",
18482 "default-mobile.handlebars->11->652",
18477 - "default.handlebars->39->1179",
18478 - "default.handlebars->39->1390",
18479 - "default.handlebars->39->1400",
18483 + "default.handlebars->39->1180",
18484 + "default.handlebars->39->1391",
18485 + "default.handlebars->39->1401",
18486 "default.handlebars->39->145",
18481 - "default.handlebars->39->1769",
18482 - "default.handlebars->39->1825",
18483 - "default.handlebars->39->1957",
18484 - "default.handlebars->39->2314",
18485 - "default.handlebars->39->2472",
18486 - "default.handlebars->39->2482",
18487 + "default.handlebars->39->1770",
18488 + "default.handlebars->39->1826",
18489 + "default.handlebars->39->1958",
18490 + "default.handlebars->39->2315",
18491 + "default.handlebars->39->2473",
18492 "default.handlebars->39->2483",
18488 - "default.handlebars->39->2529",
18489 - "default.handlebars->39->780",
18493 + "default.handlebars->39->2484",
18494 + "default.handlebars->39->2530",
18495 "default.handlebars->39->781",
18496 + "default.handlebars->39->782",
18497 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
18498 ]
18499 },
@@ -18536,16 +18542,16 @@
18542 "zh-cht": "桌面",
18543 "xloc": [
18544 "default-mobile.handlebars->11->350",
18539 - "default.handlebars->39->1035",
18540 - "default.handlebars->39->1264",
18541 - "default.handlebars->39->1890",
18542 - "default.handlebars->39->1963",
18543 - "default.handlebars->39->2716",
18544 - "default.handlebars->39->2775",
18545 - "default.handlebars->39->2806",
18546 - "default.handlebars->39->2897",
18547 - "default.handlebars->39->745",
18548 - "default.handlebars->39->951",
18545 + "default.handlebars->39->1036",
18546 + "default.handlebars->39->1265",
18547 + "default.handlebars->39->1891",
18548 + "default.handlebars->39->1964",
18549 + "default.handlebars->39->2717",
18550 + "default.handlebars->39->2776",
18551 + "default.handlebars->39->2807",
18552 + "default.handlebars->39->2898",
18553 + "default.handlebars->39->746",
18554 + "default.handlebars->39->952",
18555 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
18556 "default.handlebars->contextMenu->cxdesktop",
18557 "sharing.handlebars->11->23",
@@ -18573,9 +18579,9 @@
18579 "tr": "Masaüstü + Dosyalar",
18580 "zh-chs": "桌面 + 文件",
18581 "xloc": [
18576 - "default.handlebars->39->1038",
18577 - "default.handlebars->39->1894",
18578 - "default.handlebars->39->955"
18582 + "default.handlebars->39->1039",
18583 + "default.handlebars->39->1895",
18584 + "default.handlebars->39->956"
18585 ]
18586 },
18587 {
@@ -18599,8 +18605,8 @@
18605 "tr": "Masaüstü + Terminal",
18606 "zh-chs": "桌面 + 终端",
18607 "xloc": [
18602 - "default.handlebars->39->1891",
18603 - "default.handlebars->39->952"
18608 + "default.handlebars->39->1892",
18609 + "default.handlebars->39->953"
18610 ]
18611 },
18612 {
@@ -18624,9 +18630,9 @@
18630 "tr": "Masaüstü + Terminal + Dosyalar",
18631 "zh-chs": "桌面 + 终端 + 文件",
18632 "xloc": [
18627 - "default.handlebars->39->1040",
18628 - "default.handlebars->39->1895",
18629 - "default.handlebars->39->956"
18633 + "default.handlebars->39->1041",
18634 + "default.handlebars->39->1896",
18635 + "default.handlebars->39->957"
18636 ]
18637 },
18638 {
@@ -18675,7 +18681,7 @@
18681 "tr": "Masaüstü Multiplex",
18682 "zh-chs": "桌面复用",
18683 "xloc": [
18678 - "default.handlebars->39->2902"
18684 + "default.handlebars->39->2903"
18685 ]
18686 },
18687 {
@@ -18700,10 +18706,10 @@
18706 "zh-chs": "桌面通知",
18707 "zh-cht": "桌面通知",
18708 "xloc": [
18703 - "default.handlebars->39->1845",
18704 - "default.handlebars->39->2490",
18705 - "default.handlebars->39->2592",
18706 - "default.handlebars->39->842"
18709 + "default.handlebars->39->1846",
18710 + "default.handlebars->39->2491",
18711 + "default.handlebars->39->2593",
18712 + "default.handlebars->39->843"
18713 ]
18714 },
18715 {
@@ -18728,10 +18734,10 @@
18734 "zh-chs": "桌面提示",
18735 "zh-cht": "桌面提示",
18736 "xloc": [
18731 - "default.handlebars->39->1844",
18732 - "default.handlebars->39->2489",
18733 - "default.handlebars->39->2591",
18734 - "default.handlebars->39->841"
18737 + "default.handlebars->39->1845",
18738 + "default.handlebars->39->2490",
18739 + "default.handlebars->39->2592",
18740 + "default.handlebars->39->842"
18741 ]
18742 },
18743 {
@@ -18756,10 +18762,10 @@
18762 "zh-chs": "桌面提示+工具栏",
18763 "zh-cht": "桌面提示+工具欄",
18764 "xloc": [
18759 - "default.handlebars->39->1842",
18760 - "default.handlebars->39->2487",
18761 - "default.handlebars->39->2589",
18762 - "default.handlebars->39->839"
18765 + "default.handlebars->39->1843",
18766 + "default.handlebars->39->2488",
18767 + "default.handlebars->39->2590",
18768 + "default.handlebars->39->840"
18769 ]
18770 },
18771 {
@@ -18783,7 +18789,7 @@
18789 "tr": "Masaüstü Oturumu",
18790 "zh-chs": "桌面会话",
18791 "xloc": [
18786 - "default.handlebars->39->2709"
18792 + "default.handlebars->39->2710"
18793 ]
18794 },
18795 {
@@ -18881,10 +18887,10 @@
18887 "zh-chs": "桌面工具栏",
18888 "zh-cht": "桌面工具欄",
18889 "xloc": [
18884 - "default.handlebars->39->1843",
18885 - "default.handlebars->39->2488",
18886 - "default.handlebars->39->2590",
18887 - "default.handlebars->39->840"
18890 + "default.handlebars->39->1844",
18891 + "default.handlebars->39->2489",
18892 + "default.handlebars->39->2591",
18893 + "default.handlebars->39->841"
18894 ]
18895 },
18896 {
@@ -18908,7 +18914,7 @@
18914 "tr": "Yalnızca Masaüstü Görünümü",
18915 "zh-chs": "仅桌面视图",
18916 "xloc": [
18911 - "default.handlebars->39->2565"
18917 + "default.handlebars->39->2566"
18918 ]
18919 },
18920 {
@@ -18932,7 +18938,7 @@
18938 "tr": "Masaüstü, Yalnızca görüntüleme",
18939 "zh-chs": "桌面,仅查看",
18940 "xloc": [
18935 - "default.handlebars->39->1041"
18941 + "default.handlebars->39->1042"
18942 ]
18943 },
18944 {
@@ -18957,7 +18963,7 @@
18963 "zh-chs": "桌面时段",
18964 "zh-cht": "桌面時段",
18965 "xloc": [
18960 - "default.handlebars->39->1263"
18966 + "default.handlebars->39->1264"
18967 ]
18968 },
18969 {
@@ -19034,7 +19040,7 @@
19040 "zh-cht": "細節",
19041 "xloc": [
19042 "default-mobile.handlebars->11->353",
19037 - "default.handlebars->39->2053",
19043 + "default.handlebars->39->2054",
19044 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
19045 "default.handlebars->contextMenu->cxdetails"
19046 ]
@@ -19087,13 +19093,13 @@
19093 "zh-cht": "裝置",
19094 "xloc": [
19095 "default-mobile.handlebars->11->546",
19090 - "default.handlebars->39->1385",
19091 - "default.handlebars->39->1493",
19092 - "default.handlebars->39->1991",
19096 + "default.handlebars->39->1386",
19097 + "default.handlebars->39->1494",
19098 + "default.handlebars->39->1992",
19099 "default.handlebars->39->262",
19094 - "default.handlebars->39->2678",
19095 - "default.handlebars->39->2741",
19096 - "default.handlebars->39->2759",
19100 + "default.handlebars->39->2679",
19101 + "default.handlebars->39->2742",
19102 + "default.handlebars->39->2760",
19103 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
19104 ]
19105 },
@@ -19121,7 +19127,7 @@
19127 "xloc": [
19128 "default-mobile.handlebars->11->371",
19129 "default-mobile.handlebars->11->380",
19124 - "default.handlebars->39->1094"
19130 + "default.handlebars->39->1095"
19131 ]
19132 },
19133 {
@@ -19194,7 +19200,7 @@
19200 "tr": "Cihaz Ayrıntıları",
19201 "zh-chs": "设备详情",
19202 "xloc": [
19197 - "default.handlebars->39->2015"
19203 + "default.handlebars->39->2016"
19204 ]
19205 },
19206 {
@@ -19246,17 +19252,17 @@
19252 "xloc": [
19253 "agent-translations.json",
19254 "default-mobile.handlebars->11->713",
19249 - "default.handlebars->39->1986",
19250 - "default.handlebars->39->1989",
19255 + "default.handlebars->39->1987",
19256 "default.handlebars->39->1990",
19252 - "default.handlebars->39->2331",
19253 - "default.handlebars->39->2513",
19254 - "default.handlebars->39->2519",
19255 - "default.handlebars->39->2666",
19256 - "default.handlebars->39->2725",
19257 - "default.handlebars->39->2748",
19258 - "default.handlebars->39->2762",
19259 - "default.handlebars->39->2823"
19257 + "default.handlebars->39->1991",
19258 + "default.handlebars->39->2332",
19259 + "default.handlebars->39->2514",
19260 + "default.handlebars->39->2520",
19261 + "default.handlebars->39->2667",
19262 + "default.handlebars->39->2726",
19263 + "default.handlebars->39->2749",
19264 + "default.handlebars->39->2763",
19265 + "default.handlebars->39->2824"
19266 ]
19267 },
19268 {
@@ -19282,7 +19288,7 @@
19288 "zh-cht": "裝置群用戶",
19289 "xloc": [
19290 "default-mobile.handlebars->11->702",
19285 - "default.handlebars->39->2059"
19291 + "default.handlebars->39->2060"
19292 ]
19293 },
19294 {
@@ -19308,11 +19314,11 @@
19314 "zh-cht": "裝置群",
19315 "xloc": [
19316 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
19311 - "default.handlebars->39->2347",
19312 - "default.handlebars->39->2457",
19313 - "default.handlebars->39->2500",
19314 - "default.handlebars->39->2586",
19315 - "default.handlebars->39->2875",
19317 + "default.handlebars->39->2348",
19318 + "default.handlebars->39->2458",
19319 + "default.handlebars->39->2501",
19320 + "default.handlebars->39->2587",
19321 + "default.handlebars->39->2876",
19322 "default.handlebars->container->column_l->p2->p2info->9"
19323 ]
19324 },
@@ -19338,7 +19344,7 @@
19344 "zh-chs": "设备信息导出",
19345 "zh-cht": "裝置訊息輸出",
19346 "xloc": [
19341 - "default.handlebars->39->699"
19347 + "default.handlebars->39->700"
19348 ]
19349 },
19350 {
@@ -19363,7 +19369,7 @@
19369 "zh-chs": "设备位置",
19370 "zh-cht": "裝置位置",
19371 "xloc": [
19366 - "default.handlebars->39->1138"
19372 + "default.handlebars->39->1139"
19373 ]
19374 },
19375 {
@@ -19388,7 +19394,7 @@
19394 "zh-chs": "设备消息",
19395 "zh-cht": "裝置訊息",
19396 "xloc": [
19391 - "default.handlebars->39->1025"
19397 + "default.handlebars->39->1026"
19398 ]
19399 },
19400 {
@@ -19414,10 +19420,10 @@
19420 "zh-cht": "裝置名稱",
19421 "xloc": [
19422 "default-mobile.handlebars->11->398",
19417 - "default.handlebars->39->1177",
19418 - "default.handlebars->39->2724",
19419 - "default.handlebars->39->437",
19420 - "default.handlebars->39->446",
19423 + "default.handlebars->39->1178",
19424 + "default.handlebars->39->2725",
19425 + "default.handlebars->39->438",
19426 + "default.handlebars->39->447",
19427 "player.handlebars->3->25"
19428 ]
19429 },
@@ -19443,8 +19449,8 @@
19449 "zh-chs": "设备通知",
19450 "zh-cht": "裝置通知",
19451 "xloc": [
19446 - "default.handlebars->39->1030",
19447 - "default.handlebars->39->678"
19452 + "default.handlebars->39->1031",
19453 + "default.handlebars->39->679"
19454 ]
19455 },
19456 {
@@ -19492,7 +19498,7 @@
19498 "tr": "Cihaz İtme",
19499 "zh-chs": "设备推送",
19500 "xloc": [
19495 - "default.handlebars->39->2605"
19501 + "default.handlebars->39->2606"
19502 ]
19503 },
19504 {
@@ -19560,8 +19566,8 @@
19566 "zh-chs": "设备共享链接",
19567 "zh-cht": "設備共享鏈接",
19568 "xloc": [
19563 - "default.handlebars->39->1887",
19564 - "default.handlebars->39->948"
19569 + "default.handlebars->39->1888",
19570 + "default.handlebars->39->949"
19571 ]
19572 },
19573 {
@@ -19634,9 +19640,9 @@
19640 "default-mobile.handlebars->11->282",
19641 "default-mobile.handlebars->11->284",
19642 "default-mobile.handlebars->11->286",
19637 - "default.handlebars->39->784",
19638 - "default.handlebars->39->786",
19639 - "default.handlebars->39->788"
19643 + "default.handlebars->39->785",
19644 + "default.handlebars->39->787",
19645 + "default.handlebars->39->789"
19646 ]
19647 },
19648 {
@@ -19685,11 +19691,11 @@
19691 "zh-chs": "设备连接。",
19692 "zh-cht": "裝置連接。",
19693 "xloc": [
19688 - "default.handlebars->39->1733",
19689 - "default.handlebars->39->2086",
19690 - "default.handlebars->39->2090",
19691 - "default.handlebars->39->972",
19692 - "default.handlebars->39->976"
19694 + "default.handlebars->39->1734",
19695 + "default.handlebars->39->2087",
19696 + "default.handlebars->39->2091",
19697 + "default.handlebars->39->973",
19698 + "default.handlebars->39->977"
19699 ]
19700 },
19701 {
@@ -19714,11 +19720,11 @@
19720 "zh-chs": "设备断开连接。",
19721 "zh-cht": "裝置斷開連接。",
19722 "xloc": [
19717 - "default.handlebars->39->1734",
19718 - "default.handlebars->39->2087",
19719 - "default.handlebars->39->2091",
19720 - "default.handlebars->39->973",
19721 - "default.handlebars->39->977"
19723 + "default.handlebars->39->1735",
19724 + "default.handlebars->39->2088",
19725 + "default.handlebars->39->2092",
19726 + "default.handlebars->39->974",
19727 + "default.handlebars->39->978"
19728 ]
19729 },
19730 {
@@ -19743,7 +19749,7 @@
19749 "zh-chs": "创建的设备组:{0}",
19750 "zh-cht": "設備組已創建:{0}",
19751 "xloc": [
19746 - "default.handlebars->39->2237"
19752 + "default.handlebars->39->2238"
19753 ]
19754 },
19755 {
@@ -19768,7 +19774,7 @@
19774 "zh-chs": "设备组已删除:{0}",
19775 "zh-cht": "設備組已刪除:{0}",
19776 "xloc": [
19771 - "default.handlebars->39->2238"
19777 + "default.handlebars->39->2239"
19778 ]
19779 },
19780 {
@@ -19793,7 +19799,7 @@
19799 "zh-chs": "设备组成员身份已更改:{0}",
19800 "zh-cht": "設備組成員身份已更改:{0}",
19801 "xloc": [
19796 - "default.handlebars->39->2239"
19802 + "default.handlebars->39->2240"
19803 ]
19804 },
19805 {
@@ -19819,7 +19825,7 @@
19825 "zh-cht": "其他裝置群管理員可以查看和更改裝置群註釋。",
19826 "xloc": [
19827 "default-mobile.handlebars->11->378",
19822 - "default.handlebars->39->1022"
19828 + "default.handlebars->39->1023"
19829 ]
19830 },
19831 {
@@ -19844,7 +19850,7 @@
19850 "zh-chs": "设备组通知已更改",
19851 "zh-cht": "設備組通知已更改",
19852 "xloc": [
19847 - "default.handlebars->39->2234"
19853 + "default.handlebars->39->2235"
19854 ]
19855 },
19856 {
@@ -19869,7 +19875,7 @@
19875 "zh-chs": "未删除的设备组:{0}",
19876 "zh-cht": "未刪除的設備組:{0}",
19877 "xloc": [
19872 - "default.handlebars->39->2217"
19878 + "default.handlebars->39->2218"
19879 ]
19880 },
19881 {
@@ -19889,7 +19895,7 @@
19895 "tr": "{0} cihaz grubu değiştirildi: {1}",
19896 "pt-br": "Grupo de dispositivo {0} foi alterado: {1}",
19897 "xloc": [
19892 - "default.handlebars->39->2303"
19898 + "default.handlebars->39->2304"
19899 ]
19900 },
19901 {
@@ -19916,8 +19922,8 @@
19922 "xloc": [
19923 "default-mobile.handlebars->11->199",
19924 "default-mobile.handlebars->11->269",
19919 - "default.handlebars->39->365",
19920 - "default.handlebars->39->766"
19925 + "default.handlebars->39->366",
19926 + "default.handlebars->39->767"
19927 ]
19928 },
19929 {
@@ -19938,7 +19944,7 @@
19944 "pt-br": "O dispositivo esta ocupado",
19945 "xloc": [
19946 "default-mobile.handlebars->11->205",
19941 - "default.handlebars->39->392"
19947 + "default.handlebars->39->393"
19948 ]
19949 },
19950 {
@@ -19963,7 +19969,7 @@
19969 "zh-chs": "检测到设备,但无法获得电源状态。",
19970 "zh-cht": "檢測到裝置,但無法獲得電源狀態。",
19971 "xloc": [
19966 - "default.handlebars->39->602"
19972 + "default.handlebars->39->603"
19973 ]
19974 },
19975 {
@@ -19989,7 +19995,7 @@
19995 "zh-cht": "裝置正在休眠(S4)",
19996 "xloc": [
19997 "default-mobile.handlebars->11->250",
19992 - "default.handlebars->39->610"
19998 + "default.handlebars->39->611"
19999 ]
20000 },
20001 {
@@ -20015,7 +20021,7 @@
20021 "zh-cht": "裝置處於深度睡眠狀態(S3)",
20022 "xloc": [
20023 "default-mobile.handlebars->11->249",
20018 - "default.handlebars->39->609"
20024 + "default.handlebars->39->610"
20025 ]
20026 },
20027 {
@@ -20040,7 +20046,7 @@
20046 "zh-chs": "设备处于深度睡眠状态(S3)。",
20047 "zh-cht": "裝置處於深度睡眠狀態(S3)。",
20048 "xloc": [
20043 - "default.handlebars->39->596"
20049 + "default.handlebars->39->597"
20050 ]
20051 },
20052 {
@@ -20065,7 +20071,7 @@
20071 "zh-chs": "设备处于休眠状态(S4)。",
20072 "zh-cht": "裝置處於休眠狀態(S4)。",
20073 "xloc": [
20068 - "default.handlebars->39->598"
20074 + "default.handlebars->39->599"
20075 ]
20076 },
20077 {
@@ -20090,7 +20096,7 @@
20096 "zh-chs": "设备处于关机状态(S5)。",
20097 "zh-cht": "裝置處於關機狀態(S5)。",
20098 "xloc": [
20093 - "default.handlebars->39->600"
20099 + "default.handlebars->39->601"
20100 ]
20101 },
20102 {
@@ -20116,7 +20122,7 @@
20122 "zh-cht": "裝置處於睡眠狀態(S1)",
20123 "xloc": [
20124 "default-mobile.handlebars->11->247",
20119 - "default.handlebars->39->607"
20125 + "default.handlebars->39->608"
20126 ]
20127 },
20128 {
@@ -20141,7 +20147,7 @@
20147 "zh-chs": "设备处于睡眠状态(S1)。",
20148 "zh-cht": "裝置處於睡眠狀態(S1)。",
20149 "xloc": [
20144 - "default.handlebars->39->592"
20150 + "default.handlebars->39->593"
20151 ]
20152 },
20153 {
@@ -20167,7 +20173,7 @@
20173 "zh-cht": "裝置處於睡眠狀態(S2)",
20174 "xloc": [
20175 "default-mobile.handlebars->11->248",
20170 - "default.handlebars->39->608"
20176 + "default.handlebars->39->609"
20177 ]
20178 },
20179 {
@@ -20192,7 +20198,7 @@
20198 "zh-chs": "设备处于睡眠状态(S2)。",
20199 "zh-cht": "裝置處於睡眠狀態(S2)。",
20200 "xloc": [
20195 - "default.handlebars->39->594"
20201 + "default.handlebars->39->595"
20202 ]
20203 },
20204 {
@@ -20218,7 +20224,7 @@
20224 "zh-cht": "裝置處於軟關機狀態(S5)",
20225 "xloc": [
20226 "default-mobile.handlebars->11->251",
20221 - "default.handlebars->39->611"
20227 + "default.handlebars->39->612"
20228 ]
20229 },
20230 {
@@ -20245,8 +20251,8 @@
20251 "xloc": [
20252 "default-mobile.handlebars->11->198",
20253 "default-mobile.handlebars->11->268",
20248 - "default.handlebars->39->364",
20249 - "default.handlebars->39->765"
20254 + "default.handlebars->39->365",
20255 + "default.handlebars->39->766"
20256 ]
20257 },
20258 {
@@ -20272,7 +20278,7 @@
20278 "zh-cht": "裝置已連接電源",
20279 "xloc": [
20280 "default-mobile.handlebars->11->246",
20275 - "default.handlebars->39->606"
20281 + "default.handlebars->39->607"
20282 ]
20283 },
20284 {
@@ -20292,7 +20298,7 @@
20298 "tr": "Cihaz kapalı.",
20299 "pt-br": "O dispositivo está desligado",
20300 "xloc": [
20295 - "default.handlebars->39->604"
20301 + "default.handlebars->39->605"
20302 ]
20303 },
20304 {
@@ -20317,7 +20323,7 @@
20323 "zh-chs": "设备已连接电源。",
20324 "zh-cht": "裝置已連接電源。",
20325 "xloc": [
20320 - "default.handlebars->39->590"
20326 + "default.handlebars->39->591"
20327 ]
20328 },
20329 {
@@ -20343,7 +20349,7 @@
20349 "zh-cht": "裝置存在,但無法確定電源狀態",
20350 "xloc": [
20351 "default-mobile.handlebars->11->252",
20346 - "default.handlebars->39->612"
20352 + "default.handlebars->39->613"
20353 ]
20354 },
20355 {
@@ -20368,7 +20374,7 @@
20374 "zh-chs": "设备名称",
20375 "zh-cht": "裝置名稱",
20376 "xloc": [
20371 - "default.handlebars->39->757"
20377 + "default.handlebars->39->758"
20378 ]
20379 },
20380 {
@@ -20393,7 +20399,7 @@
20399 "zh-chs": "设备通知",
20400 "zh-cht": "設備通知",
20401 "xloc": [
20396 - "default.handlebars->39->640"
20402 + "default.handlebars->39->641"
20403 ]
20404 },
20405 {
@@ -20417,7 +20423,7 @@
20423 "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}",
20424 "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
20425 "xloc": [
20420 - "default.handlebars->39->2272"
20426 + "default.handlebars->39->2273"
20427 ]
20428 },
20429 {
@@ -20442,7 +20448,7 @@
20448 "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}",
20449 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
20450 "xloc": [
20445 - "default.handlebars->39->2219"
20451 + "default.handlebars->39->2220"
20452 ]
20453 },
20454 {
@@ -20489,9 +20495,9 @@
20495 "zh-chs": "设备",
20496 "zh-cht": "裝置",
20497 "xloc": [
20492 - "default.handlebars->39->1908",
20493 - "default.handlebars->39->2458",
20494 - "default.handlebars->39->2501"
20498 + "default.handlebars->39->1909",
20499 + "default.handlebars->39->2459",
20500 + "default.handlebars->39->2502"
20501 ]
20502 },
20503 {
@@ -20539,7 +20545,7 @@
20545 "xloc": [
20546 "default-mobile.handlebars->11->531",
20547 "default.handlebars->39->118",
20542 - "default.handlebars->39->833"
20548 + "default.handlebars->39->834"
20549 ]
20550 },
20551 {
@@ -20564,7 +20570,7 @@
20570 "zh-chs": "禁用的电子邮件两因素身份验证",
20571 "zh-cht": "禁用的電子郵件兩因素身份驗證",
20572 "xloc": [
20567 - "default.handlebars->39->2250"
20573 + "default.handlebars->39->2251"
20574 ]
20575 },
20576 {
@@ -20593,9 +20599,9 @@
20599 "default-mobile.handlebars->11->460",
20600 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
20601 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
20596 - "default.handlebars->39->1297",
20597 - "default.handlebars->39->1855",
20598 - "default.handlebars->39->852",
20602 + "default.handlebars->39->1298",
20603 + "default.handlebars->39->1856",
20604 + "default.handlebars->39->853",
20605 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
20606 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
20607 "default.handlebars->deskDisconnectContextMenu->3",
@@ -20695,12 +20701,12 @@
20701 "default-mobile.handlebars->11->217",
20702 "default-mobile.handlebars->11->221",
20703 "default-mobile.handlebars->11->225",
20698 - "default.handlebars->39->389",
20699 - "default.handlebars->39->396",
20700 - "default.handlebars->39->400",
20701 - "default.handlebars->39->404",
20702 - "default.handlebars->39->408",
20703 - "default.handlebars->39->412"
20704 + "default.handlebars->39->390",
20705 + "default.handlebars->39->397",
20706 + "default.handlebars->39->401",
20707 + "default.handlebars->39->405",
20708 + "default.handlebars->39->409",
20709 + "default.handlebars->39->413"
20710 ]
20711 },
20712 {
@@ -20729,10 +20735,10 @@
20735 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
20736 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
20737 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->termstatus",
20732 - "default.handlebars->39->356",
20733 - "default.handlebars->39->359",
20734 - "default.handlebars->39->381",
20735 - "default.handlebars->39->420",
20738 + "default.handlebars->39->357",
20739 + "default.handlebars->39->360",
20740 + "default.handlebars->39->382",
20741 + "default.handlebars->39->421",
20742 "default.handlebars->39->8",
20743 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
20744 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -20788,7 +20794,7 @@
20794 "zh-chs": "解雇",
20795 "zh-cht": "解僱",
20796 "xloc": [
20791 - "default.handlebars->39->385"
20797 + "default.handlebars->39->386"
20798 ]
20799 },
20800 {
@@ -20813,7 +20819,7 @@
20819 "zh-chs": "在远程设备上显示一个消息框。",
20820 "zh-cht": "在遠程裝置上顯示一個訊息框。",
20821 "xloc": [
20816 - "default.handlebars->39->1026"
20822 + "default.handlebars->39->1027"
20823 ]
20824 },
20825 {
@@ -20863,7 +20869,7 @@
20869 "zh-chs": "在远程设备上显示短信",
20870 "zh-cht": "在遠程裝置上顯示短信",
20871 "xloc": [
20866 - "default.handlebars->39->886"
20872 + "default.handlebars->39->887"
20873 ]
20874 },
20875 {
@@ -20909,7 +20915,7 @@
20915 "zh-chs": "显示设备组名称",
20916 "zh-cht": "顯示裝置群名稱",
20917 "xloc": [
20912 - "default.handlebars->39->1732"
20918 + "default.handlebars->39->1733"
20919 ]
20920 },
20921 {
@@ -20934,7 +20940,7 @@
20940 "zh-chs": "显示名称",
20941 "zh-cht": "顯示名稱",
20942 "xloc": [
20937 - "default.handlebars->39->1247"
20943 + "default.handlebars->39->1248"
20944 ]
20945 },
20946 {
@@ -20959,7 +20965,7 @@
20965 "zh-chs": "显示公共连结",
20966 "zh-cht": "顯示公共鏈結",
20967 "xloc": [
20962 - "default.handlebars->39->2120"
20968 + "default.handlebars->39->2121"
20969 ]
20970 },
20971 {
@@ -20983,7 +20989,7 @@
20989 "tr": "{0} göster",
20990 "zh-chs": "显示{0}",
20991 "xloc": [
20986 - "default.handlebars->39->1266"
20992 + "default.handlebars->39->1267"
20993 ]
20994 },

This file is too large to show in full.

views/default.handlebars
+2 -2
@@ -3988,7 +3988,7 @@
3988 var extra = '';
3989 if (view == 2) { r += '<tr><td colspan=' + colcount + '>'; }
3990 if (meshes[node.meshid] && (meshes[node.meshid].mtype == 1)) { extra = '<span class=devHeaderx>' + ", Intel&reg; AMT only" + '</span>'; }
3991 - if (meshes[node.meshid] && (meshes[node.meshid].mtype == 3)) { extra = '<span class=devHeaderx>' + ", Local Devices" + '</span>'; }
3991 + if (meshes[node.meshid] && (meshes[node.meshid].mtype == 3)) { if (meshes[node.meshid].relayid) { extra = '<span class=devHeaderx>' + ", Relayed Devices" + '</span>'; } else { extra = '<span class=devHeaderx>' + ", Local Devices" + '</span>'; } }
3992 if ((view == 1) && (current != null)) { if (c == 2) { r += '<td><div style=width:301px></div></td>'; } if (r != '') { r += '</tr></table>'; } }
3993 if (view == 2) { r += '<div>'; }
3994 r += '<div class=DevSt style=width:100%;padding-top:4px><span style=float:right>';
@@ -4791,7 +4791,7 @@
4791 r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Add a new computer to this device group by installing the mesh agent." + '" onclick=\'return addAgentToMesh("' + mesh._id + '")\'>' + "Add Agent" + '</a>';
4792 if ((features & 2) == 0) { r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Invite someone to install the mesh agent on this device group." + '" onclick=\'return inviteAgentToMesh("' + mesh._id + '")\'>' + "Invite" + '</a>'; }
4793 }
4794 - if ((mesh.mtype == 3) && ((features & 1) == 0)) { // Local device group & if not WAN-Only
4794 + if (mesh.mtype == 3) { // Local device group
4795 r += ' <a href=# style=cursor:pointer;font-size:small title="' + "Add device located on the local network." + '" onclick=\'return addLocalDeviceToMesh("' + mesh._id + '")\'>' + "Add Device" + '</a>';
4796 }
4797 //if (mesh.amt && (mesh.amt.type > 2)) { // ACM activation or Full Automatic