add Capacity Remaining

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

Simon Smith committed Feb 22, 2024 at 17:09 UTC 0b2368df9d1631d09e8c69130432683793f5543d
5 files changed +1809 -1788
agents/meshcore.js
+1
@@ -5723,6 +5723,7 @@ function cleanGetBitLockerVolumeInfo(volumes) {
5723 for (var i in volumes) {
5724 const v = volumes[i];
5725 if (typeof v.size == 'string') { v.size = parseInt(v.size); }
5726 + if (typeof v.sizeremaining == 'string') { v.sizeremaining = parseInt(v.sizeremaining); }
5727 if (v.identifier == '') { delete v.identifier; }
5728 if (v.name == '') { delete v.name; }
5729 if (v.removable != true) { delete v.removable; }
agents/modules_meshcore/computer-identifiers.js
+3 -2
@@ -390,7 +390,7 @@ function windows_volumes()
390 p1.child = child;
391 child.promise = p1;
392 child.stdout.str = ''; child.stdout.on('data', function (c) { this.str += c.toString(); });
393 - child.stdin.write('Get-Volume | Select-Object -Property DriveLetter,FileSystemLabel,FileSystemType,Size,DriveType | ConvertTo-Csv -NoTypeInformation\nexit\n');
393 + child.stdin.write('Get-Volume | Select-Object -Property DriveLetter,FileSystemLabel,FileSystemType,Size,SizeRemaining,DriveType | ConvertTo-Csv -NoTypeInformation\nexit\n');
394 child.on('exit', function (c)
395 {
396 var a, i, tokens, key;
@@ -407,7 +407,8 @@ function windows_volumes()
407 name: tokens[1].split('"')[1],
408 type: tokens[2].split('"')[1],
409 size: tokens[3].split('"')[1],
410 - removable: tokens[4].split('"')[1] == 'Removable'
410 + sizeremaining: tokens[4].split('"')[1],
411 + removable: tokens[5].split('"')[1] == 'Removable'
412 };
413 }
414 }
translate/translate.json
+1793 -1786
@@ -54,8 +54,8 @@
54 "zh-cht": " + CIRA",
55 "hu": " + CIRA",
56 "xloc": [
57 - "default.handlebars->47->2132",
58 - "default.handlebars->47->2134"
57 + "default.handlebars->47->2133",
58 + "default.handlebars->47->2135"
59 ]
60 },
61 {
@@ -328,7 +328,7 @@
328 "zh-cht": " 可以使用密碼提示,但不建議使用。",
329 "hu": "Jelszó tipp használható, de nem ajánlott.",
330 "xloc": [
331 - "default.handlebars->47->2008"
331 + "default.handlebars->47->2009"
332 ]
333 },
334 {
@@ -355,8 +355,8 @@
355 "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
356 "hu": " A felhasználóknak egyszer be kell jelentkezniük erre a kiszolgálóra, mielőtt hozzáadhatók lennének egy eszközcsoporthoz.",
357 "xloc": [
358 - "default.handlebars->47->2256",
359 - "default.handlebars->47->2828"
358 + "default.handlebars->47->2257",
359 + "default.handlebars->47->2829"
360 ]
361 },
362 {
@@ -936,7 +936,7 @@
936 "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
937 "hu": "* 8 karakter, 1 nagybetű, 1 kisbetű , 1 szám, 1 speciális karakter.",
938 "xloc": [
939 - "default.handlebars->47->2216",
939 + "default.handlebars->47->2217",
940 "default.handlebars->47->526"
941 ]
942 },
@@ -1040,12 +1040,12 @@
1040 "default-mobile.handlebars->11->781",
1041 "default-mobile.handlebars->11->783",
1042 "default-mobile.handlebars->11->785",
1043 - "default-mobile.handlebars->11->963",
1043 + "default-mobile.handlebars->11->964",
1044 "default.handlebars->47->1600",
1045 "default.handlebars->47->1602",
1046 "default.handlebars->47->1604",
1047 - "default.handlebars->47->2332",
1048 - "default.handlebars->47->2608",
1047 + "default.handlebars->47->2333",
1048 + "default.handlebars->47->2609",
1049 "default.handlebars->47->981"
1050 ]
1051 },
@@ -1206,8 +1206,8 @@
1206 "zh-cht": ",MQTT在線",
1207 "hu": ", MQTT online",
1208 "xloc": [
1209 - "default-mobile.handlebars->11->866",
1210 - "default.handlebars->47->1686"
1209 + "default-mobile.handlebars->11->867",
1210 + "default.handlebars->47->1687"
1211 ]
1212 },
1213 {
@@ -1235,7 +1235,7 @@
1235 "hu": ", Nincs hozzájárulás",
1236 "xloc": [
1237 "default.handlebars->47->1076",
1238 - "default.handlebars->47->2174"
1238 + "default.handlebars->47->2175"
1239 ]
1240 },
1241 {
@@ -1263,7 +1263,7 @@
1263 "hu": ", Hozzájárulás kérése a kapcsolódáshoz",
1264 "xloc": [
1265 "default.handlebars->47->1077",
1266 - "default.handlebars->47->2175"
1266 + "default.handlebars->47->2176"
1267 ]
1268 },
1269 {
@@ -1318,7 +1318,7 @@
1318 "hu": ", naponta ismétlődően",
1319 "xloc": [
1320 "default.handlebars->47->1073",
1321 - "default.handlebars->47->2171"
1321 + "default.handlebars->47->2172"
1322 ]
1323 },
1324 {
@@ -1346,7 +1346,7 @@
1346 "hu": ", hetente ismétlődően",
1347 "xloc": [
1348 "default.handlebars->47->1074",
1349 - "default.handlebars->47->2172"
1349 + "default.handlebars->47->2173"
1350 ]
1351 },
1352 {
@@ -1508,7 +1508,7 @@
1508 "hu": ", Tálca értesítés",
1509 "xloc": [
1510 "default.handlebars->47->1078",
1511 - "default.handlebars->47->2176"
1511 + "default.handlebars->47->2177"
1512 ]
1513 },
1514 {
@@ -1560,7 +1560,7 @@
1560 "hu": ", csak megtekintés",
1561 "xloc": [
1562 "default.handlebars->47->1075",
1563 - "default.handlebars->47->2173"
1563 + "default.handlebars->47->2174"
1564 ]
1565 },
1566 {
@@ -1920,8 +1920,8 @@
1920 "default-mobile.handlebars->11->346",
1921 "default-mobile.handlebars->11->686",
1922 "default.handlebars->47->1500",
1923 - "default.handlebars->47->2398",
1924 - "default.handlebars->47->3064",
1923 + "default.handlebars->47->2399",
1924 + "default.handlebars->47->3065",
1925 "sharing.handlebars->11->50"
1926 ]
1927 },
@@ -2099,7 +2099,7 @@
2099 "zh-cht": "1個活躍時段",
2100 "hu": "1 aktív munkamenet",
2101 "xloc": [
2102 - "default.handlebars->47->2922"
2102 + "default.handlebars->47->2923"
2103 ]
2104 },
2105 {
@@ -2126,9 +2126,9 @@
2126 "zh-cht": "1個位元組",
2127 "hu": "1 byte",
2128 "xloc": [
2129 - "default-mobile.handlebars->11->1007",
2129 + "default-mobile.handlebars->11->1008",
2130 "default-mobile.handlebars->11->356",
2131 - "default.handlebars->47->2422",
2131 + "default.handlebars->47->2423",
2132 "download.handlebars->3->1",
2133 "download2.handlebars->5->1",
2134 "sharing.handlebars->11->96"
@@ -2242,7 +2242,7 @@
2242 "zh-cht": "1群",
2243 "hu": "1 csoport",
2244 "xloc": [
2245 - "default.handlebars->47->2878"
2245 + "default.handlebars->47->2879"
2246 ]
2247 },
2248 {
@@ -2299,7 +2299,7 @@
2299 "hu": "1 perc",
2300 "xloc": [
2301 "default.handlebars->47->1185",
2302 - "default.handlebars->47->1973"
2302 + "default.handlebars->47->1974"
2303 ]
2304 },
2305 {
@@ -2382,7 +2382,7 @@
2382 "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2383 "hu": "1 további felhasználó nem jelenik meg, használja a keresőmezőt a felhasználók kereséséhez...",
2384 "xloc": [
2385 - "default.handlebars->47->2640"
2385 + "default.handlebars->47->2641"
2386 ]
2387 },
2388 {
@@ -2600,7 +2600,7 @@
2600 "default-mobile.handlebars->11->425",
2601 "default-mobile.handlebars->11->429",
2602 "default-mobile.handlebars->11->433",
2603 - "default.handlebars->47->2644",
2603 + "default.handlebars->47->2645",
2604 "default.handlebars->47->444",
2605 "default.handlebars->47->447",
2606 "default.handlebars->47->451",
@@ -2803,7 +2803,7 @@
2803 "hu": "10 perc",
2804 "xloc": [
2805 "default.handlebars->47->1187",
2806 - "default.handlebars->47->1975"
2806 + "default.handlebars->47->1976"
2807 ]
2808 },
2809 {
@@ -3024,7 +3024,7 @@
3024 "hu": "12 óra",
3025 "xloc": [
3026 "default.handlebars->47->1195",
3027 - "default.handlebars->47->1983"
3027 + "default.handlebars->47->1984"
3028 ]
3029 },
3030 {
@@ -3213,7 +3213,7 @@
3213 "hu": "15 perc",
3214 "xloc": [
3215 "default.handlebars->47->1188",
3216 - "default.handlebars->47->1976"
3216 + "default.handlebars->47->1977"
3217 ]
3218 },
3219 {
@@ -3241,7 +3241,7 @@
3241 "hu": "12 óra",
3242 "xloc": [
3243 "default.handlebars->47->1196",
3244 - "default.handlebars->47->1984"
3244 + "default.handlebars->47->1985"
3245 ]
3246 },
3247 {
@@ -3458,7 +3458,7 @@
3458 "hu": "2 nap",
3459 "xloc": [
3460 "default.handlebars->47->1198",
3461 - "default.handlebars->47->1986"
3461 + "default.handlebars->47->1987"
3462 ]
3463 },
3464 {
@@ -3486,7 +3486,7 @@
3486 "hu": "2 óra",
3487 "xloc": [
3488 "default.handlebars->47->1192",
3489 - "default.handlebars->47->1980"
3489 + "default.handlebars->47->1981"
3490 ]
3491 },
3492 {
@@ -3680,7 +3680,7 @@
3680 "hu": "24 óra",
3681 "xloc": [
3682 "default.handlebars->47->1197",
3683 - "default.handlebars->47->1985"
3683 + "default.handlebars->47->1986"
3684 ]
3685 },
3686 {
@@ -3760,7 +3760,7 @@
3760 "zh-cht": "2FA備份代碼已清除",
3761 "hu": "2FA biztonsági kódok törölve",
3762 "xloc": [
3763 - "default.handlebars->47->2535"
3763 + "default.handlebars->47->2536"
3764 ]
3765 },
3766 {
@@ -3815,7 +3815,7 @@
3815 "zh-cht": "第二個因素",
3816 "hu": "2. faktor",
3817 "xloc": [
3818 - "default.handlebars->47->3101"
3818 + "default.handlebars->47->3102"
3819 ]
3820 },
3821 {
@@ -3842,8 +3842,8 @@
3842 "zh-cht": "啟用第二因素身份驗證",
3843 "hu": "2. faktoros hitelesítés engedélyezve",
3844 "xloc": [
3845 - "default.handlebars->47->2658",
3846 - "default.handlebars->47->2903"
3845 + "default.handlebars->47->2659",
3846 + "default.handlebars->47->2904"
3847 ]
3848 },
3849 {
@@ -4004,7 +4004,7 @@
4004 "hu": "30 perc",
4005 "xloc": [
4006 "default.handlebars->47->1189",
4007 - "default.handlebars->47->1977"
4007 + "default.handlebars->47->1978"
4008 ]
4009 },
4010 {
@@ -4116,7 +4116,7 @@
4116 "hu": "4 nap",
4117 "xloc": [
4118 "default.handlebars->47->1199",
4119 - "default.handlebars->47->1987"
4119 + "default.handlebars->47->1988"
4120 ]
4121 },
4122 {
@@ -4144,7 +4144,7 @@
4144 "hu": "4 óra",
4145 "xloc": [
4146 "default.handlebars->47->1193",
4147 - "default.handlebars->47->1981"
4147 + "default.handlebars->47->1982"
4148 ]
4149 },
4150 {
@@ -4283,7 +4283,7 @@
4283 "hu": "45 perc",
4284 "xloc": [
4285 "default.handlebars->47->1190",
4286 - "default.handlebars->47->1978"
4286 + "default.handlebars->47->1979"
4287 ]
4288 },
4289 {
@@ -4338,7 +4338,7 @@
4338 "hu": "5 perc",
4339 "xloc": [
4340 "default.handlebars->47->1186",
4341 - "default.handlebars->47->1974"
4341 + "default.handlebars->47->1975"
4342 ]
4343 },
4344 {
@@ -4535,7 +4535,7 @@
4535 "hu": "60 perc",
4536 "xloc": [
4537 "default.handlebars->47->1191",
4538 - "default.handlebars->47->1979"
4538 + "default.handlebars->47->1980"
4539 ]
4540 },
4541 {
@@ -4829,7 +4829,7 @@
4829 "zh-cht": "7天",
4830 "hu": "7 nap",
4831 "xloc": [
4832 - "default.handlebars->47->1988"
4832 + "default.handlebars->47->1989"
4833 ]
4834 },
4835 {
@@ -4914,7 +4914,7 @@
4914 "hu": "8 óra",
4915 "xloc": [
4916 "default.handlebars->47->1194",
4917 - "default.handlebars->47->1982",
4917 + "default.handlebars->47->1983",
4918 "default.handlebars->47->554",
4919 "default.handlebars->47->568"
4920 ]
@@ -5375,7 +5375,7 @@
5375 "hu": "ACM",
5376 "xloc": [
5377 "default-mobile.handlebars->11->504",
5378 - "default.handlebars->47->2152",
5378 + "default.handlebars->47->2153",
5379 "default.handlebars->47->432",
5380 "default.handlebars->47->890"
5381 ]
@@ -5494,7 +5494,7 @@
5494 "zh-cht": "AMT操作系統",
5495 "hu": "AMT-OS",
5496 "xloc": [
5497 - "default.handlebars->47->3246"
5497 + "default.handlebars->47->3247"
5498 ]
5499 },
5500 {
@@ -5521,7 +5521,7 @@
5521 "zh-cht": "AMT-Redir",
5522 "hu": "AMT-Redir",
5523 "xloc": [
5524 - "default.handlebars->47->3108"
5524 + "default.handlebars->47->3109"
5525 ]
5526 },
5527 {
@@ -5548,7 +5548,7 @@
5548 "zh-cht": "AMT-WSMAN",
5549 "hu": "AMT-WSMAN",
5550 "xloc": [
5551 - "default.handlebars->47->3107"
5551 + "default.handlebars->47->3108"
5552 ]
5553 },
5554 {
@@ -5563,7 +5563,7 @@
5563 "nl": "APK versie van de MeshAgent",
5564 "pl": "Wersja APK MeshAgent",
5565 "xloc": [
5566 - "default-mobile.handlebars->11->916",
5566 + "default-mobile.handlebars->11->917",
5567 "default.handlebars->47->635"
5568 ]
5569 },
@@ -5770,8 +5770,8 @@
5770 "zh-cht": "拒絕存取",
5771 "hu": "Hozzáférés megtagadva",
5772 "xloc": [
5773 - "default-mobile.handlebars->11->867",
5774 - "default.handlebars->47->1687"
5773 + "default-mobile.handlebars->11->868",
5774 + "default.handlebars->47->1688"
5775 ]
5776 },
5777 {
@@ -5854,7 +5854,7 @@
5854 "zh-cht": "存取伺服器檔案",
5855 "hu": "Hozzáférés a kiszolgálófájlokhoz",
5856 "xloc": [
5857 - "default.handlebars->47->2834"
5857 + "default.handlebars->47->2835"
5858 ]
5859 },
5860 {
@@ -5971,9 +5971,9 @@
5971 "default-mobile.handlebars->11->471",
5972 "default-mobile.handlebars->11->473",
5973 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5974 - "default.handlebars->47->2017",
5975 - "default.handlebars->47->2019",
5976 - "default.handlebars->47->3300",
5974 + "default.handlebars->47->2018",
5975 + "default.handlebars->47->2020",
5976 + "default.handlebars->47->3301",
5977 "default.handlebars->47->850",
5978 "default.handlebars->47->852"
5979 ]
@@ -6002,8 +6002,8 @@
6002 "zh-cht": "帳號設定",
6003 "hu": "Fiókbeállítások",
6004 "xloc": [
6005 - "default-mobile.handlebars->11->974",
6006 - "default.handlebars->47->3171"
6005 + "default-mobile.handlebars->11->975",
6006 + "default.handlebars->47->3172"
6007 ]
6008 },
6009 {
@@ -6069,7 +6069,7 @@
6069 "fr": "Compte modifié pour se synchroniser avec les données LDAP.",
6070 "hu": "Fiók megváltozott: LDAP-adatokkal való szinkronizálás.",
6071 "xloc": [
6072 - "default.handlebars->47->2596"
6072 + "default.handlebars->47->2597"
6073 ]
6074 },
6075 {
@@ -6096,7 +6096,7 @@
6096 "zh-cht": "帳戶已更改:{0}",
6097 "hu": "Fiók megváltozott: {0}",
6098 "xloc": [
6099 - "default.handlebars->47->2508"
6099 + "default.handlebars->47->2509"
6100 ]
6101 },
6102 {
@@ -6123,7 +6123,7 @@
6123 "zh-cht": "創建帳戶,電子郵件為{0}",
6124 "hu": "Fiók létrehozva, az e-mail címe {0} ",
6125 "xloc": [
6126 - "default.handlebars->47->2507"
6126 + "default.handlebars->47->2508"
6127 ]
6128 },
6129 {
@@ -6150,7 +6150,7 @@
6150 "zh-cht": "已創建帳戶,名稱為 {0}。",
6151 "hu": "Fiók létrehozva, név: {0}. ",
6152 "xloc": [
6153 - "default.handlebars->47->2570"
6153 + "default.handlebars->47->2571"
6154 ]
6155 },
6156 {
@@ -6177,7 +6177,7 @@
6177 "zh-cht": "帳戶已創建,用戶名是{0}",
6178 "hu": "Fiók létrehozva, felhasználónév {0} ",
6179 "xloc": [
6180 - "default.handlebars->47->2506"
6180 + "default.handlebars->47->2507"
6181 ]
6182 },
6183 {
@@ -6206,8 +6206,8 @@
6206 "xloc": [
6207 "default-mobile.handlebars->11->66",
6208 "default.handlebars->47->210",
6209 - "default.handlebars->47->2660",
6210 - "default.handlebars->47->2831"
6209 + "default.handlebars->47->2661",
6210 + "default.handlebars->47->2832"
6211 ]
6212 },
6213 {
@@ -6234,8 +6234,8 @@
6234 "zh-cht": "達到帳戶限制。",
6235 "hu": "Elérte a fiókkorlátot.",
6236 "xloc": [
6237 - "default-mobile.handlebars->11->986",
6238 - "default.handlebars->47->3183",
6237 + "default-mobile.handlebars->11->987",
6238 + "default.handlebars->47->3184",
6239 "login-mobile.handlebars->5->6",
6240 "login.handlebars->5->8",
6241 "login2.handlebars->7->207"
@@ -6294,7 +6294,7 @@
6294 "zh-cht": "帳號登錄",
6295 "hu": "Bejelentkezés a fiókba",
6296 "xloc": [
6297 - "default.handlebars->47->2443"
6297 + "default.handlebars->47->2444"
6298 ]
6299 },
6300 {
@@ -6321,7 +6321,7 @@
6321 "zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
6322 "hu": "Bejelentkezés a fiókba innen: {0}, {1}, {2}",
6323 "xloc": [
6324 - "default.handlebars->47->2549"
6324 + "default.handlebars->47->2550"
6325 ]
6326 },
6327 {
@@ -6332,7 +6332,7 @@
6332 "fr": "Enregistrements des jetons de connexion au compte",
6333 "hu": "Fiók bejelentkezési token rekordok",
6334 "xloc": [
6335 - "default.handlebars->47->3150"
6335 + "default.handlebars->47->3151"
6336 ]
6337 },
6338 {
@@ -6359,7 +6359,7 @@
6359 "zh-cht": "帳戶登出",
6360 "hu": "Fiók kijelentkezés",
6361 "xloc": [
6362 - "default.handlebars->47->2444"
6362 + "default.handlebars->47->2445"
6363 ]
6364 },
6365 {
@@ -6415,7 +6415,7 @@
6415 "zh-cht": "帳戶密碼已更改:{0}",
6416 "hu": "Fiók jelszava megváltozott: {0}",
6417 "xloc": [
6418 - "default.handlebars->47->2516"
6418 + "default.handlebars->47->2517"
6419 ]
6420 },
6421 {
@@ -6442,7 +6442,7 @@
6442 "zh-cht": "帳戶已刪除",
6443 "hu": "Fiók eltávolítva",
6444 "xloc": [
6445 - "default.handlebars->47->2505"
6445 + "default.handlebars->47->2506"
6446 ]
6447 },
6448 {
@@ -6496,8 +6496,8 @@
6496 "zh-cht": "指令",
6497 "hu": "Művelet",
6498 "xloc": [
6499 - "default-mobile.handlebars->11->873",
6500 - "default.handlebars->47->1693",
6499 + "default-mobile.handlebars->11->874",
6500 + "default.handlebars->47->1694",
6501 "default.handlebars->container->column_l->p42->p42tbl->1->0->8"
6502 ]
6503 },
@@ -6668,7 +6668,7 @@
6668 "zh-cht": "如果ACM失敗,則激活到CCM",
6669 "hu": "Aktiválja a CCM-et, ha az ACM meghiúsul",
6670 "xloc": [
6671 - "default.handlebars->47->2207"
6671 + "default.handlebars->47->2208"
6672 ]
6673 },
6674 {
@@ -6755,7 +6755,7 @@
6755 "hu": "Atív eszközmegosztás",
6756 "xloc": [
6757 "default.handlebars->47->1058",
6758 - "default.handlebars->47->2156"
6758 + "default.handlebars->47->2157"
6759 ]
6760 },
6761 {
@@ -6782,7 +6782,7 @@
6782 "zh-cht": "活動登錄令牌",
6783 "hu": "Aktív bejelentkezési tokenek",
6784 "xloc": [
6785 - "default.handlebars->47->2048"
6785 + "default.handlebars->47->2049"
6786 ]
6787 },
6788 {
@@ -6964,7 +6964,7 @@
6964 "zh-cht": "新增代理",
6965 "hu": "Agent hozzáadása",
6966 "xloc": [
6967 - "default.handlebars->47->2146",
6967 + "default.handlebars->47->2147",
6968 "default.handlebars->47->485"
6969 ]
6970 },
@@ -7016,9 +7016,9 @@
7016 "zh-cht": "新增裝置",
7017 "hu": "Eszköz hozzáadása",
7018 "xloc": [
7019 - "default.handlebars->47->2150",
7020 - "default.handlebars->47->2806",
7021 - "default.handlebars->47->3000",
7019 + "default.handlebars->47->2151",
7020 + "default.handlebars->47->2807",
7021 + "default.handlebars->47->3001",
7022 "default.handlebars->47->489"
7023 ]
7024 },
@@ -7073,9 +7073,9 @@
7073 "zh-cht": "新增裝置群",
7074 "hu": "Eszközcsoport hozzáadása",
7075 "xloc": [
7076 - "default.handlebars->47->2293",
7077 - "default.handlebars->47->2800",
7078 - "default.handlebars->47->2988",
7076 + "default.handlebars->47->2294",
7077 + "default.handlebars->47->2801",
7078 + "default.handlebars->47->2989",
7079 "default.handlebars->47->385"
7080 ]
7081 },
@@ -7103,7 +7103,7 @@
7103 "zh-cht": "新增裝置群權限",
7104 "hu": "Eszközcsoport engedélyek hozzáadása",
7105 "xloc": [
7106 - "default.handlebars->47->2290"
7106 + "default.handlebars->47->2291"
7107 ]
7108 },
7109 {
@@ -7130,8 +7130,8 @@
7130 "zh-cht": "新增裝置權限",
7131 "hu": "Eszköz engedélyek hozzáadása",
7132 "xloc": [
7133 - "default.handlebars->47->2295",
7134 - "default.handlebars->47->2297"
7133 + "default.handlebars->47->2296",
7134 + "default.handlebars->47->2298"
7135 ]
7136 },
7137 {
@@ -7287,7 +7287,7 @@
7287 "zh-cht": "新增成員身份",
7288 "hu": "Hozzáadás Felhasználói Csoporthoz",
7289 "xloc": [
7290 - "default.handlebars->47->3020"
7290 + "default.handlebars->47->3021"
7291 ]
7292 },
7293 {
@@ -7365,8 +7365,8 @@
7365 "zh-cht": "新增安全密鑰",
7366 "hu": "Biztonsági kulcs hozzáadása",
7367 "xloc": [
7368 - "default.handlebars->47->1763",
7368 "default.handlebars->47->1764",
7369 + "default.handlebars->47->1765",
7370 "default.handlebars->47->241",
7371 "default.handlebars->47->243",
7372 "default.handlebars->47->246",
@@ -7397,7 +7397,7 @@
7397 "zh-cht": "新增用戶",
7398 "hu": "Felhasználó hozzáadása",
7399 "xloc": [
7400 - "default-mobile.handlebars->11->898",
7400 + "default-mobile.handlebars->11->899",
7401 "default.handlebars->47->1050"
7402 ]
7403 },
@@ -7425,7 +7425,7 @@
7425 "zh-cht": "新增用戶裝置權限",
7426 "hu": "Felhasználói eszköz engedélyek hozzáadása",
7427 "xloc": [
7428 - "default.handlebars->47->2300"
7428 + "default.handlebars->47->2301"
7429 ]
7430 },
7431 {
@@ -7453,9 +7453,9 @@
7453 "hu": "Felhasználói csoport hozzáadása",
7454 "xloc": [
7455 "default.handlebars->47->1051",
7456 - "default.handlebars->47->2140",
7457 - "default.handlebars->47->2292",
7458 - "default.handlebars->47->2994"
7456 + "default.handlebars->47->2141",
7457 + "default.handlebars->47->2293",
7458 + "default.handlebars->47->2995"
7459 ]
7460 },
7461 {
@@ -7482,7 +7482,7 @@
7482 "zh-cht": "新增用戶群裝置權限",
7483 "hu": "Felhasználói csoport eszköz engedélyek hozzáadása",
7484 "xloc": [
7485 - "default.handlebars->47->2302"
7485 + "default.handlebars->47->2303"
7486 ]
7487 },
7488 {
@@ -7509,7 +7509,7 @@
7509 "zh-cht": "將用戶新增到裝置群",
7510 "hu": "Felhasználó hozzáadása az eszköz csoporthoz",
7511 "xloc": [
7512 - "default-mobile.handlebars->11->939"
7512 + "default-mobile.handlebars->11->940"
7513 ]
7514 },
7515 {
@@ -7560,8 +7560,8 @@
7560 "zh-cht": "新增用戶",
7561 "hu": "Felhasználók hozzáadása",
7562 "xloc": [
7563 - "default.handlebars->47->2139",
7564 - "default.handlebars->47->2795"
7563 + "default.handlebars->47->2140",
7564 + "default.handlebars->47->2796"
7565 ]
7566 },
7567 {
@@ -7588,7 +7588,7 @@
7588 "zh-cht": "將用戶新增到裝置群",
7589 "hu": "Felhasználók hozzáadása az eszköz csoporthoz",
7590 "xloc": [
7591 - "default.handlebars->47->2289"
7591 + "default.handlebars->47->2290"
7592 ]
7593 },
7594 {
@@ -7615,7 +7615,7 @@
7615 "zh-cht": "將用戶新增到用戶群",
7616 "hu": "Felhasználók hozzáadása az felhasználó csoporthoz",
7617 "xloc": [
7618 - "default.handlebars->47->2830"
7618 + "default.handlebars->47->2831"
7619 ]
7620 },
7621 {
@@ -7801,7 +7801,7 @@
7801 "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
7802 "hu": "Adjon hozzá egy új számítógépet ehhez az eszközcsoporthoz a Mesh Agent telepítésével.",
7803 "xloc": [
7804 - "default.handlebars->47->2145",
7804 + "default.handlebars->47->2146",
7805 "default.handlebars->47->484"
7806 ]
7807 },
@@ -7829,7 +7829,7 @@
7829 "zh-cht": "添加位於本地網絡上的設備。",
7830 "hu": "Helyi hálózaton található eszköz hozzáadása.",
7831 "xloc": [
7832 - "default.handlebars->47->2149",
7832 + "default.handlebars->47->2150",
7833 "default.handlebars->47->488"
7834 ]
7835 },
@@ -7938,7 +7938,7 @@
7938 "zh-cht": "添加了身份驗證應用程序",
7939 "hu": "Hitelesítési alkalmazás hozzáadva",
7940 "xloc": [
7941 - "default.handlebars->47->2532"
7941 + "default.handlebars->47->2533"
7942 ]
7943 },
7944 {
@@ -7965,7 +7965,7 @@
7965 "zh-cht": "已將設備共享{0}從{1}添加到{2}",
7966 "hu": "{0} eszközmegosztás hozzáadva {1} és {2} között",
7967 "xloc": [
7968 - "default.handlebars->47->2543"
7968 + "default.handlebars->47->2544"
7969 ]
7970 },
7971 {
@@ -7992,7 +7992,7 @@
7992 "zh-cht": "添加了每天重複的設備共享 {0}。",
7993 "hu": "Naponta ismétlődő {0} eszközmegosztás hozzáadva.",
7994 "xloc": [
7995 - "default.handlebars->47->2580"
7995 + "default.handlebars->47->2581"
7996 ]
7997 },
7998 {
@@ -8019,7 +8019,7 @@
8019 "zh-cht": "添加了每週重複的設備共享 {0}。",
8020 "hu": "Hetente ismétlődő {0} eszközmegosztás hozzáadva.",
8021 "xloc": [
8022 - "default.handlebars->47->2581"
8022 + "default.handlebars->47->2582"
8023 ]
8024 },
8025 {
@@ -8046,7 +8046,7 @@
8046 "zh-cht": "添加了無限時間的設備共享 {0}。",
8047 "hu": "{0} eszközmegosztás hozzáadva korlátlan ideig.",
8048 "xloc": [
8049 - "default.handlebars->47->2573"
8049 + "default.handlebars->47->2574"
8050 ]
8051 },
8052 {
@@ -8073,8 +8073,8 @@
8073 "zh-cht": "已將設備{0}添加到設備組{1}",
8074 "hu": "A(z) {0} eszköz hozzáadva a(z) {1} eszközcsoporthoz",
8075 "xloc": [
8076 - "default.handlebars->47->2499",
8077 - "default.handlebars->47->2526"
8076 + "default.handlebars->47->2500",
8077 + "default.handlebars->47->2527"
8078 ]
8079 },
8080 {
@@ -8101,7 +8101,7 @@
8101 "zh-cht": "添加了登錄令牌",
8102 "hu": "Bejelentkezési token hozzáadva",
8103 "xloc": [
8104 - "default.handlebars->47->2557"
8104 + "default.handlebars->47->2558"
8105 ]
8106 },
8107 {
@@ -8128,7 +8128,7 @@
8128 "zh-cht": "增加推送通知認證設備",
8129 "hu": "Push értesítési hitelesítő eszköz hozzáadva",
8130 "xloc": [
8131 - "default.handlebars->47->2555"
8131 + "default.handlebars->47->2556"
8132 ]
8133 },
8134 {
@@ -8155,7 +8155,7 @@
8155 "zh-cht": "添加了安全密鑰",
8156 "hu": "Biztonsági kulcs hozzáadva",
8157 "xloc": [
8158 - "default.handlebars->47->2537"
8158 + "default.handlebars->47->2538"
8159 ]
8160 },
8161 {
@@ -8182,7 +8182,7 @@
8182 "zh-cht": "已將用戶組{0}添加到設備組{1}",
8183 "hu": "{0} felhasználói csoport hozzáadva a(z) {1} eszközcsoporthoz",
8184 "xloc": [
8185 - "default.handlebars->47->2510"
8185 + "default.handlebars->47->2511"
8186 ]
8187 },
8188 {
@@ -8209,8 +8209,8 @@
8209 "zh-cht": "已將用戶{0}添加到用戶組{1}",
8210 "hu": "{0} felhasználó hozzáadva a(z) {1} felhasználói csoporthoz",
8211 "xloc": [
8212 - "default.handlebars->47->2513",
8213 - "default.handlebars->47->2522"
8212 + "default.handlebars->47->2514",
8213 + "default.handlebars->47->2523"
8214 ]
8215 },
8216 {
@@ -8375,7 +8375,7 @@
8375 "zh-cht": "管理領域",
8376 "hu": "Adminisztratív Realms",
8377 "xloc": [
8378 - "default.handlebars->47->2882"
8378 + "default.handlebars->47->2883"
8379 ]
8380 },
8381 {
@@ -8430,7 +8430,7 @@
8430 "zh-cht": "管理領域",
8431 "hu": "Adminisztratív Realms",
8432 "xloc": [
8433 - "default.handlebars->47->2727"
8433 + "default.handlebars->47->2728"
8434 ]
8435 },
8436 {
@@ -8457,7 +8457,7 @@
8457 "zh-cht": "管理員",
8458 "hu": "Adminisztrátor",
8459 "xloc": [
8460 - "default.handlebars->47->2652"
8460 + "default.handlebars->47->2653"
8461 ]
8462 },
8463 {
@@ -8485,7 +8485,7 @@
8485 "hu": "afrikai",
8486 "xloc": [
8487 "default-mobile.handlebars->11->104",
8488 - "default.handlebars->47->1766",
8488 + "default.handlebars->47->1767",
8489 "login2.handlebars->7->1"
8490 ]
8491 },
@@ -8517,9 +8517,9 @@
8517 "default-mobile.handlebars->11->463",
8518 "default-mobile.handlebars->11->520",
8519 "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8520 - "default.handlebars->47->2373",
8521 - "default.handlebars->47->2386",
8522 - "default.handlebars->47->3244",
8520 + "default.handlebars->47->2374",
8521 + "default.handlebars->47->2387",
8522 + "default.handlebars->47->3245",
8523 "default.handlebars->47->405",
8524 "default.handlebars->47->693",
8525 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -8550,8 +8550,8 @@
8550 "zh-cht": "代理+Intel&reg; AMT",
8551 "hu": "Agent + Intel® AMT",
8552 "xloc": [
8553 - "default.handlebars->47->2375",
8554 - "default.handlebars->47->2388"
8553 + "default.handlebars->47->2376",
8554 + "default.handlebars->47->2389"
8555 ]
8556 },
8557 {
@@ -8606,8 +8606,8 @@
8606 "zh-cht": "代理控制台",
8607 "hu": "Agent konzol",
8608 "xloc": [
8609 - "default-mobile.handlebars->11->945",
8610 - "default.handlebars->47->2310",
8609 + "default-mobile.handlebars->11->946",
8610 + "default.handlebars->47->2311",
8611 "default.handlebars->47->781"
8612 ]
8613 },
@@ -8635,7 +8635,7 @@
8635 "zh-cht": "代理錯誤計數器",
8636 "hu": "Agrnt hiba számlálók",
8637 "xloc": [
8638 - "default.handlebars->47->3213"
8638 + "default.handlebars->47->3214"
8639 ]
8640 },
8641 {
@@ -8824,7 +8824,7 @@
8824 "hu": "Agent Ön-Megosztás",
8825 "xloc": [
8826 "default.handlebars->47->1079",
8827 - "default.handlebars->47->2177"
8827 + "default.handlebars->47->2178"
8828 ]
8829 },
8830 {
@@ -8851,7 +8851,7 @@
8851 "zh-cht": "代理時段",
8852 "hu": "Agent munkamenetek",
8853 "xloc": [
8854 - "default.handlebars->47->3229"
8854 + "default.handlebars->47->3230"
8855 ]
8856 },
8857 {
@@ -8958,7 +8958,7 @@
8958 "zh-cht": "代理類型",
8959 "hu": "Agent típusok",
8960 "xloc": [
8961 - "default.handlebars->47->2384",
8961 + "default.handlebars->47->2385",
8962 "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
8963 ]
8964 },
@@ -9014,7 +9014,7 @@
9014 "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
9015 "hu": "Az Agent lezárta a munkamenetet {0}%-os ügynök-szerver-tömörítéssel. Elküldve: {1}, tömörítve: {2}",
9016 "xloc": [
9017 - "default.handlebars->47->2496"
9017 + "default.handlebars->47->2497"
9018 ]
9019 },
9020 {
@@ -9223,8 +9223,8 @@
9223 "zh-cht": "代理離線",
9224 "hu": "Offline Agent",
9225 "xloc": [
9226 - "default-mobile.handlebars->11->865",
9227 - "default.handlebars->47->1685"
9226 + "default-mobile.handlebars->11->866",
9227 + "default.handlebars->47->1686"
9228 ]
9229 },
9230 {
@@ -9251,8 +9251,8 @@
9251 "zh-cht": "代理在線",
9252 "hu": "Online Agent",
9253 "xloc": [
9254 - "default-mobile.handlebars->11->864",
9255 - "default.handlebars->47->1684"
9254 + "default-mobile.handlebars->11->865",
9255 + "default.handlebars->47->1685"
9256 ]
9257 },
9258 {
@@ -9474,8 +9474,8 @@
9474 "zh-cht": "代理",
9475 "hu": "Agent-ek",
9476 "xloc": [
9477 - "default.handlebars->47->2341",
9478 - "default.handlebars->47->3257",
9477 + "default.handlebars->47->2342",
9478 + "default.handlebars->47->3258",
9479 "default.handlebars->47->573"
9480 ]
9481 },
@@ -9504,7 +9504,7 @@
9504 "hu": "albán",
9505 "xloc": [
9506 "default-mobile.handlebars->11->105",
9507 - "default.handlebars->47->1767",
9507 + "default.handlebars->47->1768",
9508 "login2.handlebars->7->2"
9509 ]
9510 },
@@ -9544,7 +9544,7 @@
9544 "default-mobile.handlebars->11->355",
9545 "default-mobile.handlebars->11->687",
9546 "default-mobile.handlebars->11->689",
9547 - "default.handlebars->47->3077",
9547 + "default.handlebars->47->3078",
9548 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
9549 ]
9550 },
@@ -9572,7 +9572,7 @@
9572 "zh-cht": "全部可用",
9573 "hu": "Összes elérhető",
9574 "xloc": [
9575 - "default.handlebars->47->2614"
9575 + "default.handlebars->47->2615"
9576 ]
9577 },
9578 {
@@ -9599,7 +9599,7 @@
9599 "zh-cht": "所有可用的代理",
9600 "hu": "Az összes rendelkezésre álló Agent",
9601 "xloc": [
9602 - "default.handlebars->47->2342",
9602 + "default.handlebars->47->2343",
9603 "default.handlebars->47->574"
9604 ]
9605 },
@@ -9654,7 +9654,7 @@
9654 "zh-cht": "所有事件",
9655 "hu": "Összes Esemény",
9656 "xloc": [
9657 - "default.handlebars->47->2612"
9657 + "default.handlebars->47->2613"
9658 ]
9659 },
9660 {
@@ -9737,8 +9737,8 @@
9737 "zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
9738 "hu": "Engedélyezi a felhasználók számára az eszközcsoport és a csoportba tartozó eszközök kezelését.",
9739 "xloc": [
9740 - "default.handlebars->47->2254",
9741 - "default.handlebars->47->2827"
9740 + "default.handlebars->47->2255",
9741 + "default.handlebars->47->2828"
9742 ]
9743 },
9744 {
@@ -9765,7 +9765,7 @@
9765 "zh-cht": "允許用戶管理此裝置。",
9766 "hu": "Engedélyezze a felhasználóknak, hogy kezeljék ezt az eszközt.",
9767 "xloc": [
9768 - "default.handlebars->47->2255"
9768 + "default.handlebars->47->2256"
9769 ]
9770 },
9771 {
@@ -10067,9 +10067,9 @@
10067 "zh-cht": "一直通知",
10068 "hu": "Minden kapcsolat értesítés",
10069 "xloc": [
10070 - "default.handlebars->47->2116",
10071 - "default.handlebars->47->2786",
10072 - "default.handlebars->47->2891",
10070 + "default.handlebars->47->2117",
10071 + "default.handlebars->47->2787",
10072 + "default.handlebars->47->2892",
10073 "default.handlebars->47->945"
10074 ]
10075 },
@@ -10097,9 +10097,9 @@
10097 "zh-cht": "一直提示",
10098 "hu": "Minden kapcsolat engedélykérés",
10099 "xloc": [
10100 - "default.handlebars->47->2117",
10101 - "default.handlebars->47->2787",
10102 - "default.handlebars->47->2892",
10100 + "default.handlebars->47->2118",
10101 + "default.handlebars->47->2788",
10102 + "default.handlebars->47->2893",
10103 "default.handlebars->47->946"
10104 ]
10105 },
@@ -10190,7 +10190,7 @@
10190 "hu": "Ismeretlen hiba történt.",
10191 "de": "Ein unbekannter Fehler ist aufgetreten.",
10192 "xloc": [
10193 - "default.handlebars->47->3029"
10193 + "default.handlebars->47->3030"
10194 ]
10195 },
10196 {
@@ -10248,7 +10248,7 @@
10248 "zh-cht": "Android APK",
10249 "hu": "Android APK",
10250 "xloc": [
10251 - "default-mobile.handlebars->11->917",
10251 + "default-mobile.handlebars->11->918",
10252 "default.handlebars->47->634"
10253 ]
10254 },
@@ -10330,7 +10330,7 @@
10330 "zh-cht": "安卓安裝",
10331 "hu": "Android Telepítés",
10332 "xloc": [
10333 - "default-mobile.handlebars->11->919"
10333 + "default-mobile.handlebars->11->920"
10334 ]
10335 },
10336 {
@@ -10392,8 +10392,8 @@
10392 "zh-cht": "殺毒軟件未激活",
10393 "hu": "A vírusirtó nem aktív",
10394 "xloc": [
10395 - "default.handlebars->47->2377",
10396 - "default.handlebars->47->2391"
10395 + "default.handlebars->47->2378",
10396 + "default.handlebars->47->2392"
10397 ]
10398 },
10399 {
@@ -10762,7 +10762,7 @@
10762 "hu": "arab (Algéria)",
10763 "xloc": [
10764 "default-mobile.handlebars->11->107",
10765 - "default.handlebars->47->1769",
10765 + "default.handlebars->47->1770",
10766 "login2.handlebars->7->4"
10767 ]
10768 },
@@ -10791,7 +10791,7 @@
10791 "hu": "arab (Bahrein)",
10792 "xloc": [
10793 "default-mobile.handlebars->11->108",
10794 - "default.handlebars->47->1770",
10794 + "default.handlebars->47->1771",
10795 "login2.handlebars->7->5"
10796 ]
10797 },
@@ -10820,7 +10820,7 @@
10820 "hu": "arab (Egyiptom)",
10821 "xloc": [
10822 "default-mobile.handlebars->11->109",
10823 - "default.handlebars->47->1771",
10823 + "default.handlebars->47->1772",
10824 "login2.handlebars->7->6"
10825 ]
10826 },
@@ -10849,7 +10849,7 @@
10849 "hu": "arab (Irak)",
10850 "xloc": [
10851 "default-mobile.handlebars->11->110",
10852 - "default.handlebars->47->1772",
10852 + "default.handlebars->47->1773",
10853 "login2.handlebars->7->7"
10854 ]
10855 },
@@ -10878,7 +10878,7 @@
10878 "hu": "arab (Jordánia)",
10879 "xloc": [
10880 "default-mobile.handlebars->11->111",
10881 - "default.handlebars->47->1773",
10881 + "default.handlebars->47->1774",
10882 "login2.handlebars->7->8"
10883 ]
10884 },
@@ -10907,7 +10907,7 @@
10907 "hu": "arab (Kuvait)",
10908 "xloc": [
10909 "default-mobile.handlebars->11->112",
10910 - "default.handlebars->47->1774",
10910 + "default.handlebars->47->1775",
10911 "login2.handlebars->7->9"
10912 ]
10913 },
@@ -10936,7 +10936,7 @@
10936 "hu": "arab (Libanon)",
10937 "xloc": [
10938 "default-mobile.handlebars->11->113",
10939 - "default.handlebars->47->1775",
10939 + "default.handlebars->47->1776",
10940 "login2.handlebars->7->10"
10941 ]
10942 },
@@ -10965,7 +10965,7 @@
10965 "hu": "arab (Líbia)",
10966 "xloc": [
10967 "default-mobile.handlebars->11->114",
10968 - "default.handlebars->47->1776",
10968 + "default.handlebars->47->1777",
10969 "login2.handlebars->7->11"
10970 ]
10971 },
@@ -10994,7 +10994,7 @@
10994 "hu": "arab (Marokkó)",
10995 "xloc": [
10996 "default-mobile.handlebars->11->115",
10997 - "default.handlebars->47->1777",
10997 + "default.handlebars->47->1778",
10998 "login2.handlebars->7->12"
10999 ]
11000 },
@@ -11023,7 +11023,7 @@
11023 "hu": "arab (Omán)",
11024 "xloc": [
11025 "default-mobile.handlebars->11->116",
11026 - "default.handlebars->47->1778",
11026 + "default.handlebars->47->1779",
11027 "login2.handlebars->7->13"
11028 ]
11029 },
@@ -11052,7 +11052,7 @@
11052 "hu": "arab (Katar)",
11053 "xloc": [
11054 "default-mobile.handlebars->11->117",
11055 - "default.handlebars->47->1779",
11055 + "default.handlebars->47->1780",
11056 "login2.handlebars->7->14"
11057 ]
11058 },
@@ -11081,7 +11081,7 @@
11081 "hu": "arab (Szaúd-Arábia)",
11082 "xloc": [
11083 "default-mobile.handlebars->11->118",
11084 - "default.handlebars->47->1780",
11084 + "default.handlebars->47->1781",
11085 "login2.handlebars->7->15"
11086 ]
11087 },
@@ -11110,7 +11110,7 @@
11110 "hu": "arab",
11111 "xloc": [
11112 "default-mobile.handlebars->11->106",
11113 - "default.handlebars->47->1768",
11113 + "default.handlebars->47->1769",
11114 "login2.handlebars->7->3"
11115 ]
11116 },
@@ -11139,7 +11139,7 @@
11139 "hu": "arab (Szíria)",
11140 "xloc": [
11141 "default-mobile.handlebars->11->119",
11142 - "default.handlebars->47->1781",
11142 + "default.handlebars->47->1782",
11143 "login2.handlebars->7->16"
11144 ]
11145 },
@@ -11168,7 +11168,7 @@
11168 "hu": "arab (Tunézia)",
11169 "xloc": [
11170 "default-mobile.handlebars->11->120",
11171 - "default.handlebars->47->1782",
11171 + "default.handlebars->47->1783",
11172 "login2.handlebars->7->17"
11173 ]
11174 },
@@ -11197,7 +11197,7 @@
11197 "hu": "arab (Egyesült Arab Emírségek)",
11198 "xloc": [
11199 "default-mobile.handlebars->11->121",
11200 - "default.handlebars->47->1783",
11200 + "default.handlebars->47->1784",
11201 "login2.handlebars->7->18"
11202 ]
11203 },
@@ -11226,7 +11226,7 @@
11226 "hu": "arab (Jemen)",
11227 "xloc": [
11228 "default-mobile.handlebars->11->122",
11229 - "default.handlebars->47->1784",
11229 + "default.handlebars->47->1785",
11230 "login2.handlebars->7->19"
11231 ]
11232 },
@@ -11255,7 +11255,7 @@
11255 "hu": "aragóniai",
11256 "xloc": [
11257 "default-mobile.handlebars->11->123",
11258 - "default.handlebars->47->1785",
11258 + "default.handlebars->47->1786",
11259 "login2.handlebars->7->20"
11260 ]
11261 },
@@ -11342,8 +11342,8 @@
11342 "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
11343 "hu": "Biztos, hogy törölni szeretné a {0} csoportot? Az eszközcsoport törlése a csoportba tartozó eszközökre vonatkozó összes információt is törli.",
11344 "xloc": [
11345 - "default-mobile.handlebars->11->905",
11346 - "default.handlebars->47->2221"
11345 + "default-mobile.handlebars->11->906",
11346 + "default.handlebars->47->2222"
11347 ]
11348 },
11349 {
@@ -11451,7 +11451,7 @@
11451 "zh-cht": "你確定要{0}外掛嗎:{1}",
11452 "hu": "Biztosm, hogy {0} szeretné használni a következő beépülő modult: {1}",
11453 "xloc": [
11454 - "default.handlebars->47->3309"
11454 + "default.handlebars->47->3310"
11455 ]
11456 },
11457 {
@@ -11507,7 +11507,7 @@
11507 "hu": "örmény",
11508 "xloc": [
11509 "default-mobile.handlebars->11->124",
11510 - "default.handlebars->47->1786",
11510 + "default.handlebars->47->1787",
11511 "login2.handlebars->7->21"
11512 ]
11513 },
@@ -11699,7 +11699,7 @@
11699 "hu": "asszámi",
11700 "xloc": [
11701 "default-mobile.handlebars->11->125",
11702 - "default.handlebars->47->1787",
11702 + "default.handlebars->47->1788",
11703 "login2.handlebars->7->22"
11704 ]
11705 },
@@ -11863,7 +11863,7 @@
11863 "hu": "asztúriai",
11864 "xloc": [
11865 "default-mobile.handlebars->11->126",
11866 - "default.handlebars->47->1788",
11866 + "default.handlebars->47->1789",
11867 "login2.handlebars->7->23"
11868 ]
11869 },
@@ -11891,7 +11891,7 @@
11891 "zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
11892 "hu": "Intel(R) AMT ACM üzemmód aktiválásának kísérlete",
11893 "xloc": [
11894 - "default.handlebars->47->2465"
11894 + "default.handlebars->47->2466"
11895 ]
11896 },
11897 {
@@ -11978,7 +11978,7 @@
11978 "zh-cht": "認證軟體",
11979 "hu": "Hitelesítő alkalmazás beállítva",
11980 "xloc": [
11981 - "default.handlebars->47->2895"
11981 + "default.handlebars->47->2896"
11982 ]
11983 },
11984 {
@@ -12005,9 +12005,9 @@
12005 "zh-cht": "認證設備",
12006 "hu": "Hitelesítési eszköz",
12007 "xloc": [
12008 - "default.handlebars->47->1749",
12009 - "default.handlebars->47->1751",
12010 - "default.handlebars->47->1755"
12008 + "default.handlebars->47->1750",
12009 + "default.handlebars->47->1752",
12010 + "default.handlebars->47->1756"
12011 ]
12012 },
12013 {
@@ -12068,8 +12068,8 @@
12068 "default-mobile.handlebars->11->311",
12069 "default-mobile.handlebars->11->70",
12070 "default-mobile.handlebars->11->73",
12071 - "default.handlebars->47->1745",
12072 - "default.handlebars->47->1747",
12071 + "default.handlebars->47->1746",
12072 + "default.handlebars->47->1748",
12073 "default.handlebars->47->216",
12074 "default.handlebars->47->221"
12075 ]
@@ -12206,8 +12206,8 @@
12206 "zh-cht": "自動刪除",
12207 "hu": "Automatikus eltávolítás",
12208 "xloc": [
12209 - "default.handlebars->47->2101",
12210 - "default.handlebars->47->2605"
12209 + "default.handlebars->47->2102",
12210 + "default.handlebars->47->2606"
12211 ]
12212 },
12213 {
@@ -12265,7 +12265,7 @@
12265 "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
12266 "hu": "Agent core dump fájl automatikus letöltése: \\\"{0}\\\"",
12267 "xloc": [
12268 - "default.handlebars->47->2546"
12268 + "default.handlebars->47->2547"
12269 ]
12270 },
12271 {
@@ -12371,7 +12371,7 @@
12371 "zh-cht": "自動移除非活動設備",
12372 "hu": "Az inaktív eszközök automatikus eltávolítása",
12373 "xloc": [
12374 - "default.handlebars->47->2249"
12374 + "default.handlebars->47->2250"
12375 ]
12376 },
12377 {
@@ -12398,7 +12398,7 @@
12398 "zh-cht": "可用內存",
12399 "hu": "Elérhető memória",
12400 "xloc": [
12401 - "default.handlebars->47->3238"
12401 + "default.handlebars->47->3239"
12402 ]
12403 },
12404 {
@@ -12426,7 +12426,7 @@
12426 "hu": "azerbajdzsáni",
12427 "xloc": [
12428 "default-mobile.handlebars->11->127",
12429 - "default.handlebars->47->1789",
12429 + "default.handlebars->47->1790",
12430 "login2.handlebars->7->24"
12431 ]
12432 },
@@ -12660,8 +12660,8 @@
12660 "zh-cht": "背景與互動",
12661 "hu": "Háttérben és interaktív módon",
12662 "xloc": [
12663 - "default.handlebars->47->2348",
12664 - "default.handlebars->47->2355",
12663 + "default.handlebars->47->2349",
12664 + "default.handlebars->47->2356",
12665 "default.handlebars->47->560",
12666 "default.handlebars->47->581"
12667 ]
@@ -12691,8 +12691,8 @@
12691 "hu": "Csak háttérben",
12692 "xloc": [
12693 "agentinvite.handlebars->3->8",
12694 - "default.handlebars->47->2349",
12695 - "default.handlebars->47->2356",
12694 + "default.handlebars->47->2350",
12695 + "default.handlebars->47->2357",
12696 "default.handlebars->47->561",
12697 "default.handlebars->47->582",
12698 "default.handlebars->47->598"
@@ -12750,8 +12750,8 @@
12750 "zh-cht": "備用碼",
12751 "hu": "Biztonsági kódok generálva",
12752 "xloc": [
12753 - "default.handlebars->47->2898",
12754 - "default.handlebars->47->3125"
12753 + "default.handlebars->47->2899",
12754 + "default.handlebars->47->3126"
12755 ]
12756 },
12757 {
@@ -12833,7 +12833,7 @@
12833 "zh-cht": "錯誤的簽名",
12834 "hu": "Rossz aláírás",
12835 "xloc": [
12836 - "default.handlebars->47->3220"
12836 + "default.handlebars->47->3221"
12837 ]
12838 },
12839 {
@@ -12860,7 +12860,7 @@
12860 "zh-cht": "錯誤的網絡憑證",
12861 "hu": "Rossz web tanúsítvány",
12862 "xloc": [
12863 - "default.handlebars->47->3219"
12863 + "default.handlebars->47->3220"
12864 ]
12865 },
12866 {
@@ -12888,7 +12888,7 @@
12888 "hu": "baszk",
12889 "xloc": [
12890 "default-mobile.handlebars->11->128",
12891 - "default.handlebars->47->1790",
12891 + "default.handlebars->47->1791",
12892 "login2.handlebars->7->25"
12893 ]
12894 },
@@ -12970,7 +12970,7 @@
12970 "zh-cht": "將{0}個文件批量上傳到文件夾{1}",
12971 "hu": "{0} fájl kötegelt feltöltése a(z) {1} mappába",
12972 "xloc": [
12973 - "default.handlebars->47->2545"
12973 + "default.handlebars->47->2546"
12974 ]
12975 },
12976 {
@@ -12998,7 +12998,7 @@
12998 "hu": "fehérorosz",
12999 "xloc": [
13000 "default-mobile.handlebars->11->130",
13001 - "default.handlebars->47->1792",
13001 + "default.handlebars->47->1793",
13002 "login2.handlebars->7->27"
13003 ]
13004 },
@@ -13027,7 +13027,7 @@
13027 "hu": "bengáli",
13028 "xloc": [
13029 "default-mobile.handlebars->11->131",
13030 - "default.handlebars->47->1793",
13030 + "default.handlebars->47->1794",
13031 "login2.handlebars->7->28"
13032 ]
13033 },
@@ -13089,16 +13089,16 @@
13089 "en": "BitLocker",
13090 "nl": "BitLocker",
13091 "xloc": [
13092 - "default-mobile.handlebars->11->856",
13093 - "default.handlebars->47->1675"
13092 + "default-mobile.handlebars->11->857",
13093 + "default.handlebars->47->1676"
13094 ]
13095 },
13096 {
13097 "en": "BitLocker Information",
13098 "pl": "Informacje o BitLocker",
13099 "xloc": [
13100 - "default-mobile.handlebars->11->863",
13101 - "default.handlebars->47->1682"
13100 + "default-mobile.handlebars->11->864",
13101 + "default.handlebars->47->1683"
13102 ]
13103 },
13104 {
@@ -13154,7 +13154,7 @@
13154 "hu": "bosznia",
13155 "xloc": [
13156 "default-mobile.handlebars->11->132",
13157 - "default.handlebars->47->1794",
13157 + "default.handlebars->47->1795",
13158 "login2.handlebars->7->29"
13159 ]
13160 },
@@ -13183,7 +13183,7 @@
13183 "hu": "breton",
13184 "xloc": [
13185 "default-mobile.handlebars->11->133",
13186 - "default.handlebars->47->1795",
13186 + "default.handlebars->47->1796",
13187 "login2.handlebars->7->30"
13188 ]
13189 },
@@ -13211,7 +13211,7 @@
13211 "zh-cht": "廣播",
13212 "hu": "Broadcast üzenet...",
13213 "xloc": [
13214 - "default.handlebars->47->2793",
13214 + "default.handlebars->47->2794",
13215 "default.handlebars->container->column_l->p4->3->1->0->3->1"
13216 ]
13217 },
@@ -13239,7 +13239,7 @@
13239 "zh-cht": "廣播消息",
13240 "hu": "Broadcast üzenet",
13241 "xloc": [
13242 - "default.handlebars->47->2709"
13242 + "default.handlebars->47->2710"
13243 ]
13244 },
13245 {
@@ -13266,7 +13266,7 @@
13266 "zh-cht": "向所有連接的用戶廣播消息。",
13267 "hu": "Üzenet küldése az összes csatlakoztatott felhasználónak.",
13268 "xloc": [
13269 - "default.handlebars->47->2704"
13269 + "default.handlebars->47->2705"
13270 ]
13271 },
13272 {
@@ -13293,7 +13293,7 @@
13293 "zh-cht": "瀏覽器",
13294 "hu": "Böngésző",
13295 "xloc": [
13296 - "default.handlebars->47->3099"
13296 + "default.handlebars->47->3100"
13297 ]
13298 },
13299 {
@@ -13376,7 +13376,7 @@
13376 "hu": "bolgár",
13377 "xloc": [
13378 "default-mobile.handlebars->11->129",
13379 - "default.handlebars->47->1791",
13379 + "default.handlebars->47->1792",
13380 "login2.handlebars->7->26"
13381 ]
13382 },
@@ -13405,7 +13405,7 @@
13405 "hu": "burmai",
13406 "xloc": [
13407 "default-mobile.handlebars->11->134",
13408 - "default.handlebars->47->1796",
13408 + "default.handlebars->47->1797",
13409 "login2.handlebars->7->31"
13410 ]
13411 },
@@ -13433,7 +13433,7 @@
13433 "zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
13434 "hu": "Alapértelmezés szerint az inaktív eszközök 1 nap után eltávolításra kerülnek.",
13435 "xloc": [
13436 - "default.handlebars->47->2251"
13436 + "default.handlebars->47->2252"
13437 ]
13438 },
13439 {
@@ -13460,7 +13460,7 @@
13460 "zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
13461 "hu": "Alapértelmezés szerint az inaktív eszközök {0} nap után eltávolításra kerülnek.",
13462 "xloc": [
13463 - "default.handlebars->47->2252"
13463 + "default.handlebars->47->2253"
13464 ]
13465 },
13466 {
@@ -13496,7 +13496,7 @@
13496 "zh-cht": "字節輸入",
13497 "hu": "Fogadott Byte-ok",
13498 "xloc": [
13499 - "default.handlebars->47->3095"
13499 + "default.handlebars->47->3096"
13500 ]
13501 },
13502 {
@@ -13523,7 +13523,7 @@
13523 "zh-cht": "字節輸出",
13524 "hu": "Küldött Byte-ok",
13525 "xloc": [
13526 - "default.handlebars->47->3096"
13526 + "default.handlebars->47->3097"
13527 ]
13528 },
13529 {
@@ -13620,7 +13620,7 @@
13620 "zh-cht": "CCM模式",
13621 "hu": "CCM mode",
13622 "xloc": [
13623 - "default.handlebars->47->2204"
13623 + "default.handlebars->47->2205"
13624 ]
13625 },
13626 {
@@ -13648,7 +13648,7 @@
13648 "hu": "CIRA",
13649 "xloc": [
13650 "default-mobile.handlebars->11->464",
13651 - "default.handlebars->47->3245",
13651 + "default.handlebars->47->3246",
13652 "default.handlebars->47->407",
13653 "default.handlebars->47->695"
13654 ]
@@ -13677,7 +13677,7 @@
13677 "zh-cht": "CIRA伺服器",
13678 "hu": "CIRA Kiszolgáló",
13679 "xloc": [
13680 - "default.handlebars->47->3293"
13680 + "default.handlebars->47->3294"
13681 ]
13682 },
13683 {
@@ -13704,7 +13704,7 @@
13704 "zh-cht": "CIRA伺服器指令",
13705 "hu": "CIRA kiszolgáló parancsok",
13706 "xloc": [
13707 - "default.handlebars->47->3294"
13707 + "default.handlebars->47->3295"
13708 ]
13709 },
13710 {
@@ -13758,7 +13758,7 @@
13758 "zh-cht": "CIRA設置",
13759 "hu": "CIRA beállítás",
13760 "xloc": [
13761 - "default.handlebars->47->2212"
13761 + "default.handlebars->47->2213"
13762 ]
13763 },
13764 {
@@ -13788,7 +13788,7 @@
13788 "default-mobile.handlebars->11->814",
13789 "default.handlebars->47->1553",
13790 "default.handlebars->47->1633",
13791 - "default.handlebars->47->3269",
13791 + "default.handlebars->47->3270",
13792 "default.handlebars->container->column_l->p40->3->1->p40type->5"
13793 ]
13794 },
@@ -13816,7 +13816,7 @@
13816 "zh-cht": "CPU負載",
13817 "hu": "CPU terhelés",
13818 "xloc": [
13819 - "default.handlebars->47->3234"
13819 + "default.handlebars->47->3235"
13820 ]
13821 },
13822 {
@@ -13843,7 +13843,7 @@
13843 "zh-cht": "最近15分鐘的CPU負載",
13844 "hu": "CPU terhelés az elmúlt 15 percben",
13845 "xloc": [
13846 - "default.handlebars->47->3237"
13846 + "default.handlebars->47->3238"
13847 ]
13848 },
13849 {
@@ -13870,7 +13870,7 @@
13870 "zh-cht": "最近5分鐘的CPU負載",
13871 "hu": "CPU terhelés az elmúlt 5 percben",
13872 "xloc": [
13873 - "default.handlebars->47->3236"
13873 + "default.handlebars->47->3237"
13874 ]
13875 },
13876 {
@@ -13897,7 +13897,7 @@
13897 "zh-cht": "最近一分鐘的CPU負載",
13898 "hu": "CPU terhelés az utolsó percben",
13899 "xloc": [
13900 - "default.handlebars->47->3235"
13900 + "default.handlebars->47->3236"
13901 ]
13902 },
13903 {
@@ -13956,7 +13956,7 @@
13956 "zh-cht": "CSV",
13957 "hu": "CSV",
13958 "xloc": [
13959 - "default.handlebars->47->2622"
13959 + "default.handlebars->47->2623"
13960 ]
13961 },
13962 {
@@ -13983,8 +13983,8 @@
13983 "zh-cht": "CSV格式",
13984 "hu": "CSV Formátum",
13985 "xloc": [
13986 - "default.handlebars->47->2626",
13987 - "default.handlebars->47->2696",
13986 + "default.handlebars->47->2627",
13987 + "default.handlebars->47->2697",
13988 "default.handlebars->47->766"
13989 ]
13990 },
@@ -14036,7 +14036,7 @@
14036 "zh-cht": "呼叫錯誤",
14037 "hu": "Hívás hiba",
14038 "xloc": [
14039 - "default.handlebars->47->3310"
14039 + "default.handlebars->47->3311"
14040 ]
14041 },
14042 {
@@ -14046,8 +14046,8 @@
14046 "nl": "CallMeBot",
14047 "pl": "CallMeBot",
14048 "xloc": [
14049 - "default.handlebars->47->1718",
14050 - "default.handlebars->47->2933"
14049 + "default.handlebars->47->1719",
14050 + "default.handlebars->47->2934"
14051 ]
14052 },
14053 {
@@ -14104,8 +14104,8 @@
14104 "agent-translations.json",
14105 "default-mobile.handlebars->11->320",
14106 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
14107 - "default.handlebars->47->2068",
14108 - "default.handlebars->47->3299",
14107 + "default.handlebars->47->2069",
14108 + "default.handlebars->47->3300",
14109 "default.handlebars->47->533",
14110 "default.handlebars->container->dialog->idx_dlgButtonBar",
14111 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -14258,6 +14258,13 @@
14258 "default.handlebars->47->1655"
14259 ]
14260 },
14261 + {
14262 + "en": "Capacity Remaining",
14263 + "xloc": [
14264 + "default-mobile.handlebars->11->849",
14265 + "default.handlebars->47->1668"
14266 + ]
14267 + },
14268 {
14269 "bs": "katalonski",
14270 "cs": "katalánština",
@@ -14283,7 +14290,7 @@
14290 "hu": "katalán",
14291 "xloc": [
14292 "default-mobile.handlebars->11->135",
14286 - "default.handlebars->47->1797",
14293 + "default.handlebars->47->1798",
14294 "login2.handlebars->7->32"
14295 ]
14296 },
@@ -14392,7 +14399,7 @@
14399 "hu": "chamorro",
14400 "xloc": [
14401 "default-mobile.handlebars->11->136",
14395 - "default.handlebars->47->1798",
14402 + "default.handlebars->47->1799",
14403 "login2.handlebars->7->33"
14404 ]
14405 },
@@ -14449,7 +14456,7 @@
14456 "zh-cht": "更改{0}的電郵",
14457 "hu": "{0} e-mail-címének módosítása",
14458 "xloc": [
14452 - "default.handlebars->47->2975"
14459 + "default.handlebars->47->2976"
14460 ]
14461 },
14462 {
@@ -14506,8 +14513,8 @@
14513 "hu": "Jelszó módosítása",
14514 "xloc": [
14515 "default-mobile.handlebars->11->328",
14509 - "default.handlebars->47->2014",
14510 - "default.handlebars->47->2919"
14516 + "default.handlebars->47->2015",
14517 + "default.handlebars->47->2920"
14518 ]
14519 },
14520 {
@@ -14534,7 +14541,7 @@
14541 "zh-cht": "更改{0}的密碼",
14542 "hu": "Jelszó módosítása: {0}",
14543 "xloc": [
14537 - "default.handlebars->47->2984"
14544 + "default.handlebars->47->2985"
14545 ]
14546 },
14547 {
@@ -14561,7 +14568,7 @@
14568 "zh-cht": "更改{0}的真實名稱",
14569 "hu": "{0} felhasználó teljes nevének módosítása",
14570 "xloc": [
14564 - "default.handlebars->47->2970"
14571 + "default.handlebars->47->2971"
14572 ]
14573 },
14574 {
@@ -14722,7 +14729,7 @@
14729 "zh-cht": "更改該用戶的密碼",
14730 "hu": "A felhasználó jelszavának módosítása",
14731 "xloc": [
14725 - "default.handlebars->47->2918"
14732 + "default.handlebars->47->2919"
14733 ]
14734 },
14735 {
@@ -14776,7 +14783,7 @@
14783 "zh-cht": "在此處更改你的帳戶電郵地址。",
14784 "hu": "Itt módosíthatja fiókja e-mail címét.",
14785 "xloc": [
14779 - "default.handlebars->47->2001"
14786 + "default.handlebars->47->2002"
14787 ]
14788 },
14789 {
@@ -14803,7 +14810,7 @@
14810 "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
14811 "hu": "Módosítsa fiókja jelszavát a jelenlegi és az új jelszó kétszeri beírásával az alábbi mezőkbe.",
14812 "xloc": [
14806 - "default.handlebars->47->2007"
14813 + "default.handlebars->47->2008"
14814 ]
14815 },
14816 {
@@ -14830,7 +14837,7 @@
14837 "zh-cht": "帳戶憑證已更改",
14838 "hu": "A fiók hitelesítő adatai megváltoztak",
14839 "xloc": [
14833 - "default.handlebars->47->2517"
14840 + "default.handlebars->47->2518"
14841 ]
14842 },
14843 {
@@ -14857,7 +14864,7 @@
14864 "zh-cht": "將帳戶顯示名稱更改為 {0}。",
14865 "hu": "A fiók megjelenített neve {0}-re változott.",
14866 "xloc": [
14860 - "default.handlebars->47->2569"
14867 + "default.handlebars->47->2570"
14868 ]
14869 },
14870 {
@@ -14884,8 +14891,8 @@
14891 "zh-cht": "{1}組中的設備{0}已更改:{2}",
14892 "hu": "{0} eszközt a {1} csoportból áthelyezésre került {2} csoportba",
14893 "xloc": [
14887 - "default.handlebars->47->2501",
14888 - "default.handlebars->47->2582"
14894 + "default.handlebars->47->2502",
14895 + "default.handlebars->47->2583"
14896 ]
14897 },
14898 {
@@ -14912,7 +14919,7 @@
14919 "zh-cht": "語言從{1}更改為{2}",
14920 "hu": "A nyelv megváltozott. régi nyelv: {1}, új nyelv: {2}",
14921 "xloc": [
14915 - "default.handlebars->47->2445"
14922 + "default.handlebars->47->2446"
14923 ]
14924 },
14925 {
@@ -14939,8 +14946,8 @@
14946 "zh-cht": "已更改{0}的用戶設備權限",
14947 "hu": "Módosult a(z) {0} felhasználói eszközjogai",
14948 "xloc": [
14942 - "default.handlebars->47->2503",
14943 - "default.handlebars->47->2524"
14949 + "default.handlebars->47->2504",
14950 + "default.handlebars->47->2525"
14951 ]
14952 },
14953 {
@@ -14992,7 +14999,7 @@
14999 "hu": "A nyelv megváltoztatásához az oldal frissítése szükséges!",
15000 "xloc": [
15001 "default-mobile.handlebars->11->303",
14995 - "default.handlebars->47->1965"
15002 + "default.handlebars->47->1966"
15003 ]
15004 },
15005 {
@@ -15021,9 +15028,9 @@
15028 "xloc": [
15029 "default.handlebars->47->1111",
15030 "default.handlebars->47->1136",
15024 - "default.handlebars->47->2643",
15025 - "default.handlebars->47->2914",
15031 + "default.handlebars->47->2644",
15032 "default.handlebars->47->2915",
15033 + "default.handlebars->47->2916",
15034 "default.handlebars->47->992"
15035 ]
15036 },
@@ -15051,10 +15058,10 @@
15058 "zh-cht": "聊天並通知",
15059 "hu": "Csevegés és Értesítés",
15060 "xloc": [
15054 - "default-mobile.handlebars->11->935",
15055 - "default-mobile.handlebars->11->955",
15056 - "default.handlebars->47->2283",
15057 - "default.handlebars->47->2321"
15061 + "default-mobile.handlebars->11->936",
15062 + "default-mobile.handlebars->11->956",
15063 + "default.handlebars->47->2284",
15064 + "default.handlebars->47->2322"
15065 ]
15066 },
15067 {
@@ -15081,8 +15088,8 @@
15088 "zh-cht": "聊天請求,點擊這裡接受。",
15089 "hu": "Csevegés kezdeményezés, kattintson ide az elfogadáshoz.",
15090 "xloc": [
15084 - "default-mobile.handlebars->11->987",
15085 - "default.handlebars->47->3184"
15091 + "default-mobile.handlebars->11->988",
15092 + "default.handlebars->47->3185"
15093 ]
15094 },
15095 {
@@ -15137,7 +15144,7 @@
15144 "hu": "csecsen",
15145 "xloc": [
15146 "default-mobile.handlebars->11->137",
15140 - "default.handlebars->47->1799",
15147 + "default.handlebars->47->1800",
15148 "login2.handlebars->7->34"
15149 ]
15150 },
@@ -15285,8 +15292,8 @@
15292 "zh-cht": "檢查...",
15293 "hu": "Ellenőrzés...",
15294 "xloc": [
15288 - "default.handlebars->47->1765",
15289 - "default.handlebars->47->3304"
15295 + "default.handlebars->47->1766",
15296 + "default.handlebars->47->3305"
15297 ]
15298 },
15299 {
@@ -15314,7 +15321,7 @@
15321 "hu": "kínai",
15322 "xloc": [
15323 "default-mobile.handlebars->11->138",
15317 - "default.handlebars->47->1800",
15324 + "default.handlebars->47->1801",
15325 "login2.handlebars->7->35"
15326 ]
15327 },
@@ -15343,7 +15350,7 @@
15350 "hu": "kínai (Hongkong)",
15351 "xloc": [
15352 "default-mobile.handlebars->11->139",
15346 - "default.handlebars->47->1801",
15353 + "default.handlebars->47->1802",
15354 "login2.handlebars->7->36"
15355 ]
15356 },
@@ -15372,7 +15379,7 @@
15379 "hu": "kínai (Kínai Népköztársaság)",
15380 "xloc": [
15381 "default-mobile.handlebars->11->140",
15375 - "default.handlebars->47->1802",
15382 + "default.handlebars->47->1803",
15383 "login2.handlebars->7->37"
15384 ]
15385 },
@@ -15401,7 +15408,7 @@
15408 "hu": "kínai (egyszerűsített)",
15409 "xloc": [
15410 "default-mobile.handlebars->11->300",
15404 - "default.handlebars->47->1962",
15411 + "default.handlebars->47->1963",
15412 "login2.handlebars->7->197"
15413 ]
15414 },
@@ -15430,7 +15437,7 @@
15437 "hu": "kínai (Szingapúr)",
15438 "xloc": [
15439 "default-mobile.handlebars->11->141",
15433 - "default.handlebars->47->1803",
15440 + "default.handlebars->47->1804",
15441 "login2.handlebars->7->38"
15442 ]
15443 },
@@ -15459,7 +15466,7 @@
15466 "hu": "kínai (Tajvan)",
15467 "xloc": [
15468 "default-mobile.handlebars->11->142",
15462 - "default.handlebars->47->1804",
15469 + "default.handlebars->47->1805",
15470 "login2.handlebars->7->39"
15471 ]
15472 },
@@ -15488,7 +15495,7 @@
15495 "hu": "kínai (hagyományos)",
15496 "xloc": [
15497 "default-mobile.handlebars->11->301",
15491 - "default.handlebars->47->1963",
15498 + "default.handlebars->47->1964",
15499 "login2.handlebars->7->198"
15500 ]
15501 },
@@ -15545,7 +15552,7 @@
15552 "hu": "csuvas",
15553 "xloc": [
15554 "default-mobile.handlebars->11->143",
15548 - "default.handlebars->47->1805",
15555 + "default.handlebars->47->1806",
15556 "login2.handlebars->7->40"
15557 ]
15558 },
@@ -15608,7 +15615,7 @@
15615 "default.handlebars->47->1531",
15616 "default.handlebars->47->1533",
15617 "default.handlebars->47->1535",
15611 - "default.handlebars->47->2439",
15618 + "default.handlebars->47->2440",
15619 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
15620 "default.handlebars->container->column_l->p41->3->1",
15621 "messenger.handlebars->xbottom->1->1->0->5",
@@ -15780,8 +15787,8 @@
15787 "zh-cht": "全部清除",
15788 "hu": "Összes törlése",
15789 "xloc": [
15783 - "default-mobile.handlebars->11->970",
15784 - "default.handlebars->47->3167"
15790 + "default-mobile.handlebars->11->971",
15791 + "default.handlebars->47->3168"
15792 ]
15793 },
15794 {
@@ -15836,8 +15843,8 @@
15843 "zh-cht": "清除核心",
15844 "hu": "Core törlése",
15845 "xloc": [
15839 - "default-mobile.handlebars->11->875",
15840 - "default.handlebars->47->1695"
15846 + "default-mobile.handlebars->11->876",
15847 + "default.handlebars->47->1696"
15848 ]
15849 },
15850 {
@@ -15891,8 +15898,8 @@
15898 "zh-cht": "清除此通知",
15899 "hu": "Törölje ezt az értesítést",
15900 "xloc": [
15894 - "default-mobile.handlebars->11->969",
15895 - "default.handlebars->47->3166"
15901 + "default-mobile.handlebars->11->970",
15902 + "default.handlebars->47->3167"
15903 ]
15904 },
15905 {
@@ -16000,8 +16007,8 @@
16007 "zh-cht": "單擊此處編輯裝置群名稱",
16008 "hu": "Kattintson ide az eszközcsoport nevének szerkesztéséhez",
16009 "xloc": [
16003 - "default.handlebars->47->2082",
16004 - "default.handlebars->47->2382"
16010 + "default.handlebars->47->2083",
16011 + "default.handlebars->47->2383"
16012 ]
16013 },
16014 {
@@ -16055,7 +16062,7 @@
16062 "zh-cht": "單擊此處編輯用戶群名稱",
16063 "hu": "Kattintson ide a felhasználói csoport nevének szerkesztéséhez",
16064 "xloc": [
16058 - "default.handlebars->47->2766"
16065 + "default.handlebars->47->2767"
16066 ]
16067 },
16068 {
@@ -16190,7 +16197,7 @@
16197 "hu": "Kattintson az OK gombra, ha megerősítő e-mailt szeretne küldeni a következő címre:",
16198 "xloc": [
16199 "default-mobile.handlebars->11->313",
16193 - "default.handlebars->47->1998"
16200 + "default.handlebars->47->1999"
16201 ]
16202 },
16203 {
@@ -16324,7 +16331,7 @@
16331 "zh-cht": "客戶編號",
16332 "hu": "Client ID",
16333 "xloc": [
16327 - "default.handlebars->47->2061"
16334 + "default.handlebars->47->2062"
16335 ]
16336 },
16337 {
@@ -16351,7 +16358,7 @@
16358 "zh-cht": "客戶端啟動的遠程訪問",
16359 "hu": "Ügyfél által kezdeményezett távoli elérés",
16360 "xloc": [
16354 - "default.handlebars->47->2211"
16361 + "default.handlebars->47->2212"
16362 ]
16363 },
16364 {
@@ -16378,7 +16385,7 @@
16385 "zh-cht": "客戶機密",
16386 "hu": "Client Secret",
16387 "xloc": [
16381 - "default.handlebars->47->2062"
16388 + "default.handlebars->47->2063"
16389 ]
16390 },
16391 {
@@ -16439,7 +16446,7 @@
16446 "default.handlebars->47->1505",
16447 "default.handlebars->47->228",
16448 "default.handlebars->47->236",
16442 - "default.handlebars->47->3298",
16449 + "default.handlebars->47->3299",
16450 "sharing.handlebars->11->52"
16451 ]
16452 },
@@ -16467,7 +16474,7 @@
16474 "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
16475 "hu": "Lezárt asztali multiplex munkamenet \\\"{0}\\\", {1} másodperc",
16476 "xloc": [
16470 - "default.handlebars->47->2589"
16477 + "default.handlebars->47->2590"
16478 ]
16479 },
16480 {
@@ -16494,7 +16501,7 @@
16501 "zh-cht": "封閉式桌面多路復用會話,{0}秒",
16502 "hu": "Lezárt asztali multiplex munkamenet, {0} másodperc",
16503 "xloc": [
16497 - "default.handlebars->47->2450"
16504 + "default.handlebars->47->2451"
16505 ]
16506 },
16507 {
@@ -16684,10 +16691,10 @@
16691 "zh-cht": "指令",
16692 "hu": "Parancsok",
16693 "xloc": [
16687 - "default-mobile.handlebars->11->957",
16694 + "default-mobile.handlebars->11->958",
16695 "default.handlebars->47->1113",
16696 "default.handlebars->47->1138",
16690 - "default.handlebars->47->2323"
16697 + "default.handlebars->47->2324"
16698 ]
16699 },
16700 {
@@ -16753,8 +16760,8 @@
16760 "zh-cht": "通用裝置群",
16761 "hu": "Eszközcsoport jogosultságok",
16762 "xloc": [
16756 - "default.handlebars->47->2801",
16757 - "default.handlebars->47->2989"
16763 + "default.handlebars->47->2802",
16764 + "default.handlebars->47->2990"
16765 ]
16766 },
16767 {
@@ -16781,8 +16788,8 @@
16788 "zh-cht": "通用裝置",
16789 "hu": "Eszköz jogosultságok",
16790 "xloc": [
16784 - "default.handlebars->47->2807",
16785 - "default.handlebars->47->3001"
16791 + "default.handlebars->47->2808",
16792 + "default.handlebars->47->3002"
16793 ]
16794 },
16795 {
@@ -16898,7 +16905,7 @@
16905 "hu": "Konfigurációs fájl rekordok",
16906 "de": "Aufzeichnungen von Konfigurationsdatei",
16907 "xloc": [
16901 - "default.handlebars->47->3143"
16908 + "default.handlebars->47->3144"
16909 ]
16910 },
16911 {
@@ -16926,14 +16933,14 @@
16933 "hu": "Megerősít",
16934 "xloc": [
16935 "default-mobile.handlebars->11->603",
16929 - "default-mobile.handlebars->11->906",
16936 + "default-mobile.handlebars->11->907",
16937 "default.handlebars->47->1277",
16938 "default.handlebars->47->1286",
16932 - "default.handlebars->47->2222",
16933 - "default.handlebars->47->2673",
16934 - "default.handlebars->47->2756",
16935 - "default.handlebars->47->2823",
16936 - "default.handlebars->47->2987",
16939 + "default.handlebars->47->2223",
16940 + "default.handlebars->47->2674",
16941 + "default.handlebars->47->2757",
16942 + "default.handlebars->47->2824",
16943 + "default.handlebars->47->2988",
16944 "default.handlebars->47->730"
16945 ]
16946 },
@@ -17069,7 +17076,7 @@
17076 "zh-cht": "確認刪除所選帳戶?",
17077 "hu": "Megerősíti a kiválasztott fiók(ok) törlését?",
17078 "xloc": [
17072 - "default.handlebars->47->2672"
17079 + "default.handlebars->47->2673"
17080 ]
17081 },
17082 {
@@ -17120,7 +17127,7 @@
17127 "zh-cht": "確認刪除所選用戶群?",
17128 "hu": "Megerősíti a kiválasztott felhasználói csoport(ok) törlését?",
17129 "xloc": [
17123 - "default.handlebars->47->2755"
17130 + "default.handlebars->47->2756"
17131 ]
17132 },
17133 {
@@ -17147,7 +17154,7 @@
17154 "zh-cht": "確認刪除用戶{0}?",
17155 "hu": "Megerősíti a(z) {0} felhasználó törlését?",
17156 "xloc": [
17150 - "default.handlebars->47->2986"
17157 + "default.handlebars->47->2987"
17158 ]
17159 },
17160 {
@@ -17174,7 +17181,7 @@
17181 "zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
17182 "hu": "Megerősíti a \\\"{0}\\\" felhasználó tagságának eltávolítását?",
17183 "xloc": [
17177 - "default.handlebars->47->2826"
17184 + "default.handlebars->47->2827"
17185 ]
17186 },
17187 {
@@ -17201,7 +17208,7 @@
17208 "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
17209 "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport tagság eltávolítását?",
17210 "xloc": [
17204 - "default.handlebars->47->3018"
17211 + "default.handlebars->47->3019"
17212 ]
17213 },
17214 {
@@ -17312,7 +17319,7 @@
17319 "zh-cht": "確認覆蓋?",
17320 "hu": "Megerősíti a felülírást?",
17321 "xloc": [
17315 - "default.handlebars->47->2431"
17322 + "default.handlebars->47->2432"
17323 ]
17324 },
17325 {
@@ -17339,8 +17346,8 @@
17346 "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
17347 "hu": "Megerősíti a \\\"{0}\\\" eszköz hozzáférési jogainak eltávolítását?",
17348 "xloc": [
17342 - "default.handlebars->47->2816",
17343 - "default.handlebars->47->3009"
17349 + "default.handlebars->47->2817",
17350 + "default.handlebars->47->3010"
17351 ]
17352 },
17353 {
@@ -17367,8 +17374,8 @@
17374 "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
17375 "hu": "Megerősíti a \\\"{0}\\\" eszközcsoport hozzáférési jogainak eltávolítását?",
17376 "xloc": [
17370 - "default.handlebars->47->2818",
17371 - "default.handlebars->47->3022"
17377 + "default.handlebars->47->2819",
17378 + "default.handlebars->47->3023"
17379 ]
17380 },
17381 {
@@ -17395,7 +17402,7 @@
17402 "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
17403 "hu": "Megerősíti a \\\"{0}\\\" felhasználó hozzáférési jogainak eltávolítását?",
17404 "xloc": [
17398 - "default.handlebars->47->3011"
17405 + "default.handlebars->47->3012"
17406 ]
17407 },
17408 {
@@ -17422,7 +17429,7 @@
17429 "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
17430 "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport hozzáférési jogainak eltávolítását?",
17431 "xloc": [
17425 - "default.handlebars->47->3014"
17432 + "default.handlebars->47->3015"
17433 ]
17434 },
17435 {
@@ -17449,8 +17456,8 @@
17456 "zh-cht": "確認刪除訪問權限?",
17457 "hu": "Megerősíti a hozzáférési jogok eltávolítását?",
17458 "xloc": [
17452 - "default.handlebars->47->3012",
17453 - "default.handlebars->47->3015"
17459 + "default.handlebars->47->3013",
17460 + "default.handlebars->47->3016"
17461 ]
17462 },
17463 {
@@ -17478,7 +17485,7 @@
17485 "hu": "Megerősíti a hitelesítő alkalmazás, kétlépcsős bejelentkezés eltávolítását?",
17486 "xloc": [
17487 "default-mobile.handlebars->11->312",
17481 - "default.handlebars->47->1748"
17488 + "default.handlebars->47->1749"
17489 ]
17490 },
17491 {
@@ -17529,7 +17536,7 @@
17536 "zh-cht": "確認刪除設備共享“{0}”?",
17537 "hu": "Megerősíti a(z) \\\"{0}\\\" eszközmegosztás eltávolítását?",
17538 "xloc": [
17532 - "default.handlebars->47->3007"
17539 + "default.handlebars->47->3008"
17540 ]
17541 },
17542 {
@@ -17604,7 +17611,7 @@
17611 "zh-cht": "確認移除推送認證設備?",
17612 "hu": "Megerősíti a Push-hitelesítési eszköz eltávolítását?",
17613 "xloc": [
17607 - "default.handlebars->47->1750"
17614 + "default.handlebars->47->1751"
17615 ]
17616 },
17617 {
@@ -17631,7 +17638,7 @@
17638 "zh-cht": "確認刪除用戶“ {0} ”的權限?",
17639 "hu": "Megerősíti a \\\"{0}\\\" felhasználó jogainak eltávolítását?",
17640 "xloc": [
17634 - "default.handlebars->47->2335"
17641 + "default.handlebars->47->2336"
17642 ]
17643 },
17644 {
@@ -17658,7 +17665,7 @@
17665 "zh-cht": "確認刪除用戶群“ {0} ”的權限?",
17666 "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport jogainak eltávolítását?",
17667 "xloc": [
17661 - "default.handlebars->47->2337"
17668 + "default.handlebars->47->2338"
17669 ]
17670 },
17671 {
@@ -17712,7 +17719,7 @@
17719 "zh-cht": "確認刪除此登錄令牌?",
17720 "hu": "Megerősíti ennek a bejelentkezési tokennek az eltávolítását?",
17721 "xloc": [
17715 - "default.handlebars->47->2054"
17722 + "default.handlebars->47->2055"
17723 ]
17724 },
17725 {
@@ -17763,7 +17770,7 @@
17770 "zh-cht": "確認刪除用戶{0}?",
17771 "hu": "Megerősíti a(z) {0} felhasználó eltávolítását?",
17772 "xloc": [
17766 - "default-mobile.handlebars->11->966"
17773 + "default-mobile.handlebars->11->967"
17774 ]
17775 },
17776 {
@@ -17818,7 +17825,7 @@
17825 "hu": "Megerősíti {0} / {1} bejegyzés {2} erre a helyre?",
17826 "xloc": [
17827 "default-mobile.handlebars->11->365",
17821 - "default.handlebars->47->2434"
17828 + "default.handlebars->47->2435"
17829 ]
17830 },
17831 {
@@ -17849,7 +17856,7 @@
17856 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
17857 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
17858 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
17852 - "default.handlebars->47->2120",
17859 + "default.handlebars->47->2121",
17860 "default.handlebars->47->949",
17861 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
17862 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -17939,7 +17946,7 @@
17946 "zh-cht": "連接到伺服器",
17947 "hu": "Csatlakozás a kiszolgálóhoz",
17948 "xloc": [
17942 - "default.handlebars->47->2215"
17949 + "default.handlebars->47->2216"
17950 ]
17951 },
17952 {
@@ -18183,7 +18190,7 @@
18190 "zh-cht": "已連接的Intel&reg; AMT",
18191 "hu": "Csatlakozott Intel&reg; AMT",
18192 "xloc": [
18186 - "default.handlebars->47->3225"
18193 + "default.handlebars->47->3226"
18194 ]
18195 },
18196 {
@@ -18210,7 +18217,7 @@
18217 "zh-cht": "已连接的用户",
18218 "hu": "Csatlakozott felhasználók",
18219 "xloc": [
18213 - "default.handlebars->47->3230"
18220 + "default.handlebars->47->3231"
18221 ]
18222 },
18223 {
@@ -18457,7 +18464,7 @@
18464 "zh-cht": "連接數量",
18465 "hu": "Kapcsolatok száma",
18466 "xloc": [
18460 - "default.handlebars->47->3256"
18467 + "default.handlebars->47->3257"
18468 ]
18469 },
18470 {
@@ -18514,7 +18521,7 @@
18521 "zh-cht": "連接轉發器",
18522 "hu": "Kapccsolat Relay",
18523 "xloc": [
18517 - "default.handlebars->47->3292"
18524 + "default.handlebars->47->3293"
18525 ]
18526 },
18527 {
@@ -18596,7 +18603,7 @@
18603 "hu": "Kapcsolódás",
18604 "xloc": [
18605 "default-mobile.handlebars->11->525",
18599 - "default.handlebars->47->2389",
18606 + "default.handlebars->47->2390",
18607 "default.handlebars->47->379",
18608 "default.handlebars->47->966",
18609 "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -18626,7 +18633,7 @@
18633 "zh-cht": "同意",
18634 "hu": "Hozzájárulás",
18635 "xloc": [
18629 - "default.handlebars->47->2604"
18636 + "default.handlebars->47->2605"
18637 ]
18638 },
18639 {
@@ -18769,7 +18776,7 @@
18776 "zh-cht": "Cookie編碼器",
18777 "hu": "Cookie kódoló",
18778 "xloc": [
18772 - "default.handlebars->47->3275"
18779 + "default.handlebars->47->3276"
18780 ]
18781 },
18782 {
@@ -19037,8 +19044,8 @@
19044 "zh-cht": "複製連結到剪貼板",
19045 "hu": "Hivatkozás másolása a vágólapra.",
19046 "xloc": [
19040 - "default.handlebars->47->2400",
19041 - "default.handlebars->47->2419",
19047 + "default.handlebars->47->2401",
19048 + "default.handlebars->47->2420",
19049 "default.handlebars->47->311",
19050 "default.handlebars->47->333",
19051 "default.handlebars->47->335",
@@ -19180,7 +19187,7 @@
19187 "zh-cht": "複製:“{0}”到“{1}”",
19188 "hu": "Másolás: \\\"{0}\\\" ide: \\\"{1}\\\"",
19189 "xloc": [
19183 - "default.handlebars->47->2493"
19190 + "default.handlebars->47->2494"
19191 ]
19192 },
19193 {
@@ -19375,7 +19382,7 @@
19382 "zh-cht": "核心伺服器",
19383 "hu": "Core Server",
19384 "xloc": [
19378 - "default.handlebars->47->3274"
19385 + "default.handlebars->47->3275"
19386 ]
19387 },
19388 {
@@ -19403,7 +19410,7 @@
19410 "hu": "korzikai",
19411 "xloc": [
19412 "default-mobile.handlebars->11->144",
19406 - "default.handlebars->47->1806",
19413 + "default.handlebars->47->1807",
19414 "login2.handlebars->7->41"
19415 ]
19416 },
@@ -19455,7 +19462,7 @@
19462 "zh-cht": "創建帳號",
19463 "hu": "Fiók létrehozása",
19464 "xloc": [
19458 - "default.handlebars->47->2723",
19465 + "default.handlebars->47->2724",
19466 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
19467 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
19468 "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -19536,7 +19543,7 @@
19543 "zh-cht": "創建登錄令牌",
19544 "hu": "Bejelentkezési token létrehozása",
19545 "xloc": [
19539 - "default.handlebars->47->1991",
19546 + "default.handlebars->47->1992",
19547 "default.handlebars->47->336"
19548 ]
19549 },
@@ -19564,7 +19571,7 @@
19571 "zh-cht": "創建用戶群",
19572 "hu": "Felhasználó csoport létrehozása",
19573 "xloc": [
19567 - "default.handlebars->47->2763"
19574 + "default.handlebars->47->2764"
19575 ]
19576 },
19577 {
@@ -19618,7 +19625,7 @@
19625 "zh-cht": "使用以下選項創建一個新的裝置群。",
19626 "hu": "Hozzon létre egy új eszközcsoportot az alábbi lehetőségek segítségével.",
19627 "xloc": [
19621 - "default.handlebars->47->2021"
19628 + "default.handlebars->47->2022"
19629 ]
19630 },
19631 {
@@ -19672,7 +19679,7 @@
19679 "zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。",
19680 "hu": "Hozzon létre egy ideiglenes felhasználónevet és jelszót, amelyet alternatív bejelentkezési lehetőségként használhat a fiókjához. Ez akkor hasznos, ha lehetővé teszi, hogy eszközök vagy más szolgáltatások hozzáférjenek a fiókjához.",
19681 "xloc": [
19675 - "default.handlebars->47->1971"
19682 + "default.handlebars->47->1972"
19683 ]
19684 },
19685 {
@@ -19726,7 +19733,7 @@
19733 "zh-cht": "創建文件夾:“{0}”",
19734 "hu": "Mappa létrehozása: \\\"{0}\\\"",
19735 "xloc": [
19729 - "default.handlebars->47->2486"
19736 + "default.handlebars->47->2487"
19737 ]
19738 },
19739 {
@@ -19792,7 +19799,7 @@
19799 "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
19800 "hu": "Hozzon létre egyszerre több fiókot a következő formátumú JSON fájl importálásával:",
19801 "xloc": [
19795 - "default.handlebars->47->2687"
19802 + "default.handlebars->47->2688"
19803 ]
19804 },
19805 {
@@ -19848,7 +19855,7 @@
19855 "zh-cht": "創建的設備組:{0}",
19856 "hu": "Eszközcsoport létrehozva: {0}",
19857 "xloc": [
19851 - "default.handlebars->47->2497"
19858 + "default.handlebars->47->2498"
19859 ]
19860 },
19861 {
@@ -19950,7 +19957,7 @@
19957 "zh-cht": "創建",
19958 "hu": "Létrehozás",
19959 "xloc": [
19953 - "default.handlebars->47->2871"
19960 + "default.handlebars->47->2872"
19961 ]
19962 },
19963 {
@@ -19977,7 +19984,7 @@
19984 "zh-cht": "創作時間",
19985 "hu": "Létrehozás ideje",
19986 "xloc": [
19980 - "default.handlebars->47->2100"
19987 + "default.handlebars->47->2101"
19988 ]
19989 },
19990 {
@@ -20033,8 +20040,8 @@
20040 "zh-cht": "創作者",
20041 "hu": "Létrehozó",
20042 "xloc": [
20036 - "default.handlebars->47->2098",
20037 - "default.handlebars->47->2099"
20043 + "default.handlebars->47->2099",
20044 + "default.handlebars->47->2100"
20045 ]
20046 },
20047 {
@@ -20063,7 +20070,7 @@
20070 "xloc": [
20071 "default-mobile.handlebars->11->537",
20072 "default.handlebars->47->1352",
20066 - "default.handlebars->47->2059",
20073 + "default.handlebars->47->2060",
20074 "default.handlebars->47->978"
20075 ]
20076 },
@@ -20092,7 +20099,7 @@
20099 "hu": "cree",
20100 "xloc": [
20101 "default-mobile.handlebars->11->145",
20095 - "default.handlebars->47->1807",
20102 + "default.handlebars->47->1808",
20103 "login2.handlebars->7->42"
20104 ]
20105 },
@@ -20121,7 +20128,7 @@
20128 "hu": "horvát",
20129 "xloc": [
20130 "default-mobile.handlebars->11->146",
20124 - "default.handlebars->47->1808",
20131 + "default.handlebars->47->1809",
20132 "login2.handlebars->7->43"
20133 ]
20134 },
@@ -20398,8 +20405,8 @@
20405 "zh-cht": "當前密碼不正確。",
20406 "hu": "A jelenlegi jelszó nem megfelelő.",
20407 "xloc": [
20401 - "default-mobile.handlebars->11->997",
20402 - "default.handlebars->47->3194"
20408 + "default-mobile.handlebars->11->998",
20409 + "default.handlebars->47->3195"
20410 ]
20411 },
20412 {
@@ -20513,7 +20520,7 @@
20520 "hu": "cseh",
20521 "xloc": [
20522 "default-mobile.handlebars->11->147",
20516 - "default.handlebars->47->1809",
20523 + "default.handlebars->47->1810",
20524 "login2.handlebars->7->44"
20525 ]
20526 },
@@ -20596,7 +20603,7 @@
20603 "hu": "dán",
20604 "xloc": [
20605 "default-mobile.handlebars->11->148",
20599 - "default.handlebars->47->1810",
20606 + "default.handlebars->47->1811",
20607 "login2.handlebars->7->45"
20608 ]
20609 },
@@ -20665,7 +20672,7 @@
20672 "hu": "Adatbázis rekordok",
20673 "de": "Datenbankaufzeichnungen",
20674 "xloc": [
20668 - "default.handlebars->47->3068"
20675 + "default.handlebars->47->3069"
20676 ]
20677 },
20678 {
@@ -20693,7 +20700,7 @@
20700 "hu": "Dátum és idő",
20701 "xloc": [
20702 "default-mobile.handlebars->11->306",
20696 - "default.handlebars->47->1968"
20703 + "default.handlebars->47->1969"
20704 ]
20705 },
20706 {
@@ -20722,8 +20729,8 @@
20729 "xloc": [
20730 "default-mobile.handlebars->11->593",
20731 "default.handlebars->47->1261",
20725 - "default.handlebars->47->3072",
20726 - "default.handlebars->47->3075"
20732 + "default.handlebars->47->3073",
20733 + "default.handlebars->47->3076"
20734 ]
20735 },
20736 {
@@ -20750,8 +20757,8 @@
20757 "zh-cht": "停用",
20758 "hu": "Deaktiválás",
20759 "xloc": [
20753 - "default.handlebars->47->2130",
20754 - "default.handlebars->47->2194"
20760 + "default.handlebars->47->2131",
20761 + "default.handlebars->47->2195"
20762 ]
20763 },
20764 {
@@ -20778,7 +20785,7 @@
20785 "zh-cht": "如果設置停用CCM",
20786 "hu": "CCM kikapcsolása ha be van állítva",
20787 "xloc": [
20781 - "default.handlebars->47->2206"
20788 + "default.handlebars->47->2207"
20789 ]
20790 },
20791 {
@@ -20857,10 +20864,10 @@
20864 "zh-cht": "默認",
20865 "hu": "Alapértelmezett",
20866 "xloc": [
20860 - "default.handlebars->47->2710",
20861 - "default.handlebars->47->2759",
20862 - "default.handlebars->47->2770",
20863 - "default.handlebars->47->2844"
20867 + "default.handlebars->47->2711",
20868 + "default.handlebars->47->2760",
20869 + "default.handlebars->47->2771",
20870 + "default.handlebars->47->2845"
20871 ]
20872 },
20873 {
@@ -20921,7 +20928,7 @@
20928 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
20929 "default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
20930 "default.handlebars->47->1515",
20924 - "default.handlebars->47->2426",
20931 + "default.handlebars->47->2427",
20932 "default.handlebars->47->828",
20933 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
20934 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -20960,7 +20967,7 @@
20967 "hu": "Fiók törlése",
20968 "xloc": [
20969 "default-mobile.handlebars->11->322",
20963 - "default.handlebars->47->2006"
20970 + "default.handlebars->47->2007"
20971 ]
20972 },
20973 {
@@ -20987,7 +20994,7 @@
20994 "zh-cht": "刪除帳戶",
20995 "hu": "Fiókok törlése",
20996 "xloc": [
20990 - "default.handlebars->47->2674"
20997 + "default.handlebars->47->2675"
20998 ]
20999 },
21000 {
@@ -21069,10 +21076,10 @@
21076 "zh-cht": "刪除群組",
21077 "hu": "Csoport törlése",
21078 "xloc": [
21072 - "default-mobile.handlebars->11->904",
21073 - "default-mobile.handlebars->11->907",
21074 - "default.handlebars->47->2182",
21075 - "default.handlebars->47->2223"
21079 + "default-mobile.handlebars->11->905",
21080 + "default-mobile.handlebars->11->908",
21081 + "default.handlebars->47->2183",
21082 + "default.handlebars->47->2224"
21083 ]
21084 },
21085 {
@@ -21151,7 +21158,7 @@
21158 "zh-cht": "刪除用戶",
21159 "hu": "Felhasználó törlése",
21160 "xloc": [
21154 - "default.handlebars->47->2917"
21161 + "default.handlebars->47->2918"
21162 ]
21163 },
21164 {
@@ -21178,8 +21185,8 @@
21185 "zh-cht": "刪除用戶群組",
21186 "hu": "Felhasználói csoport törlése",
21187 "xloc": [
21181 - "default.handlebars->47->2812",
21182 - "default.handlebars->47->2824"
21188 + "default.handlebars->47->2813",
21189 + "default.handlebars->47->2825"
21190 ]
21191 },
21192 {
@@ -21206,7 +21213,7 @@
21213 "zh-cht": "刪除用戶群組",
21214 "hu": "Felhasználói csoportok törlése",
21215 "xloc": [
21209 - "default.handlebars->47->2757"
21216 + "default.handlebars->47->2758"
21217 ]
21218 },
21219 {
@@ -21233,7 +21240,7 @@
21240 "zh-cht": "刪除用戶{0}",
21241 "hu": "Felhasználó törlése: {0}",
21242 "xloc": [
21236 - "default.handlebars->47->2985"
21243 + "default.handlebars->47->2986"
21244 ]
21245 },
21246 {
@@ -21261,7 +21268,7 @@
21268 "hu": "Fiók törlése",
21269 "xloc": [
21270 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
21264 - "default.handlebars->47->2670",
21271 + "default.handlebars->47->2671",
21272 "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
21273 ]
21274 },
@@ -21316,7 +21323,7 @@
21323 "zh-cht": "刪除群組",
21324 "hu": "Csoport törlése",
21325 "xloc": [
21319 - "default.handlebars->47->2753"
21326 + "default.handlebars->47->2754"
21327 ]
21328 },
21329 {
@@ -21370,7 +21377,7 @@
21377 "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
21378 "hu": "Rekurzív törlés: \\\"{0}\\\", {1} eltávolított elem(ek)",
21379 "xloc": [
21373 - "default.handlebars->47->2488"
21380 + "default.handlebars->47->2489"
21381 ]
21382 },
21383 {
@@ -21400,7 +21407,7 @@
21407 "default-mobile.handlebars->11->362",
21408 "default-mobile.handlebars->11->695",
21409 "default.handlebars->47->1517",
21403 - "default.handlebars->47->2428",
21410 + "default.handlebars->47->2429",
21411 "sharing.handlebars->11->63"
21412 ]
21413 },
@@ -21428,7 +21435,7 @@
21435 "zh-cht": "刪除用戶群組{0}?",
21436 "hu": "Törli a(z) {0} felhasználói csoportot?",
21437 "xloc": [
21431 - "default.handlebars->47->2822"
21438 + "default.handlebars->47->2823"
21439 ]
21440 },
21441 {
@@ -21458,7 +21465,7 @@
21465 "default-mobile.handlebars->11->361",
21466 "default-mobile.handlebars->11->694",
21467 "default.handlebars->47->1516",
21461 - "default.handlebars->47->2427",
21468 + "default.handlebars->47->2428",
21469 "sharing.handlebars->11->62"
21470 ]
21471 },
@@ -21513,7 +21520,7 @@
21520 "zh-cht": "刪除:“{0}”",
21521 "hu": "Törlés: \\\"{0}\\\"",
21522 "xloc": [
21516 - "default.handlebars->47->2487"
21523 + "default.handlebars->47->2488"
21524 ]
21525 },
21526 {
@@ -21540,7 +21547,7 @@
21547 "zh-cht": "刪除:“{0}”,已刪除{1}個元素",
21548 "hu": "Törlés: \\\"{0}\\\", {1} elem eltávolítva",
21549 "xloc": [
21543 - "default.handlebars->47->2489"
21550 + "default.handlebars->47->2490"
21551 ]
21552 },
21553 {
@@ -21582,7 +21589,7 @@
21589 "hu": "Felhasználói bejelentkezés megtagadva: {0}, {1}, {2}",
21590 "de": "Login des Benutzers von {0}, {1}, {2} verweigert",
21591 "xloc": [
21585 - "default.handlebars->47->2597"
21592 + "default.handlebars->47->2598"
21593 ]
21594 },
21595 {
@@ -21734,20 +21741,20 @@
21741 "default-mobile.handlebars->11->486",
21742 "default-mobile.handlebars->11->611",
21743 "default-mobile.handlebars->11->772",
21737 - "default-mobile.handlebars->11->890",
21738 - "default-mobile.handlebars->11->913",
21744 + "default-mobile.handlebars->11->891",
21745 + "default-mobile.handlebars->11->914",
21746 "default.handlebars->47->1331",
21747 "default.handlebars->47->157",
21748 "default.handlebars->47->1581",
21749 "default.handlebars->47->1591",
21743 - "default.handlebars->47->2031",
21744 - "default.handlebars->47->2091",
21745 - "default.handlebars->47->2229",
21746 - "default.handlebars->47->2602",
21747 - "default.handlebars->47->2762",
21748 - "default.handlebars->47->2773",
21750 + "default.handlebars->47->2032",
21751 + "default.handlebars->47->2092",
21752 + "default.handlebars->47->2230",
21753 + "default.handlebars->47->2603",
21754 + "default.handlebars->47->2763",
21755 "default.handlebars->47->2774",
21750 - "default.handlebars->47->2820",
21756 + "default.handlebars->47->2775",
21757 + "default.handlebars->47->2821",
21758 "default.handlebars->47->869",
21759 "default.handlebars->47->870",
21760 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -21805,12 +21812,12 @@
21812 "default.handlebars->47->1062",
21813 "default.handlebars->47->1175",
21814 "default.handlebars->47->1449",
21808 - "default.handlebars->47->2160",
21809 - "default.handlebars->47->2235",
21810 - "default.handlebars->47->3045",
21811 - "default.handlebars->47->3105",
21812 - "default.handlebars->47->3155",
21813 - "default.handlebars->47->3250",
21815 + "default.handlebars->47->2161",
21816 + "default.handlebars->47->2236",
21817 + "default.handlebars->47->3046",
21818 + "default.handlebars->47->3106",
21819 + "default.handlebars->47->3156",
21820 + "default.handlebars->47->3251",
21821 "default.handlebars->47->834",
21822 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
21823 "default.handlebars->contextMenu->cxdesktop",
@@ -21844,7 +21851,7 @@
21851 "xloc": [
21852 "default.handlebars->47->1066",
21853 "default.handlebars->47->1178",
21847 - "default.handlebars->47->2164"
21854 + "default.handlebars->47->2165"
21855 ]
21856 },
21857 {
@@ -21872,7 +21879,7 @@
21879 "hu": "Asztal + Terminál",
21880 "xloc": [
21881 "default.handlebars->47->1063",
21875 - "default.handlebars->47->2161"
21882 + "default.handlebars->47->2162"
21883 ]
21884 },
21885 {
@@ -21901,7 +21908,7 @@
21908 "xloc": [
21909 "default.handlebars->47->1067",
21910 "default.handlebars->47->1180",
21904 - "default.handlebars->47->2165"
21911 + "default.handlebars->47->2166"
21912 ]
21913 },
21914 {
@@ -21955,7 +21962,7 @@
21962 "zh-cht": "桌面多路復用",
21963 "hu": "Asztal Multiplex",
21964 "xloc": [
21958 - "default.handlebars->47->3255"
21965 + "default.handlebars->47->3256"
21966 ]
21967 },
21968 {
@@ -21982,9 +21989,9 @@
21989 "zh-cht": "桌面通知",
21990 "hu": "Asztal kapcsolat értesítés",
21991 "xloc": [
21985 - "default.handlebars->47->2111",
21986 - "default.handlebars->47->2781",
21987 - "default.handlebars->47->2886",
21992 + "default.handlebars->47->2112",
21993 + "default.handlebars->47->2782",
21994 + "default.handlebars->47->2887",
21995 "default.handlebars->47->940"
21996 ]
21997 },
@@ -22012,9 +22019,9 @@
22019 "zh-cht": "桌面提示",
22020 "hu": "Asztal kapcsolat engedélykérés",
22021 "xloc": [
22015 - "default.handlebars->47->2110",
22016 - "default.handlebars->47->2780",
22017 - "default.handlebars->47->2885",
22022 + "default.handlebars->47->2111",
22023 + "default.handlebars->47->2781",
22024 + "default.handlebars->47->2886",
22025 "default.handlebars->47->939"
22026 ]
22027 },
@@ -22042,9 +22049,9 @@
22049 "zh-cht": "桌面提示+工具欄",
22050 "hu": "Asztal kapcsolat engedélykérés és eszköztár",
22051 "xloc": [
22045 - "default.handlebars->47->2108",
22046 - "default.handlebars->47->2778",
22047 - "default.handlebars->47->2883",
22052 + "default.handlebars->47->2109",
22053 + "default.handlebars->47->2779",
22054 + "default.handlebars->47->2884",
22055 "default.handlebars->47->937"
22056 ]
22057 },
@@ -22072,7 +22079,7 @@
22079 "zh-cht": "桌面會話",
22080 "hu": "Asztal munkamenet",
22081 "xloc": [
22075 - "default.handlebars->47->3038"
22082 + "default.handlebars->47->3039"
22083 ]
22084 },
22085 {
@@ -22179,9 +22186,9 @@
22186 "zh-cht": "桌面工具欄",
22187 "hu": "Asztal kapcsolat eszköztár",
22188 "xloc": [
22182 - "default.handlebars->47->2109",
22183 - "default.handlebars->47->2779",
22184 - "default.handlebars->47->2884",
22189 + "default.handlebars->47->2110",
22190 + "default.handlebars->47->2780",
22191 + "default.handlebars->47->2885",
22192 "default.handlebars->47->938"
22193 ]
22194 },
@@ -22209,7 +22216,7 @@
22216 "zh-cht": "僅桌面視圖",
22217 "hu": "Asztal csak megtekintés",
22218 "xloc": [
22212 - "default.handlebars->47->2859"
22219 + "default.handlebars->47->2860"
22220 ]
22221 },
22222 {
@@ -22349,7 +22356,7 @@
22356 "default-mobile.handlebars->11->564",
22357 "default.handlebars->47->1116",
22358 "default.handlebars->47->1141",
22352 - "default.handlebars->47->2326",
22359 + "default.handlebars->47->2327",
22360 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
22361 "default.handlebars->contextMenu->cxdetails"
22362 ]
@@ -22407,12 +22414,12 @@
22414 "xloc": [
22415 "default-mobile.handlebars->11->767",
22416 "default.handlebars->47->1576",
22410 - "default.handlebars->47->1754",
22411 - "default.handlebars->47->2263",
22417 + "default.handlebars->47->1755",
22418 + "default.handlebars->47->2264",
22419 "default.handlebars->47->281",
22413 - "default.handlebars->47->3004",
22414 - "default.handlebars->47->3071",
22415 - "default.handlebars->47->3089",
22420 + "default.handlebars->47->3005",
22421 + "default.handlebars->47->3072",
22422 + "default.handlebars->47->3090",
22423 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
22424 ]
22425 },
@@ -22548,7 +22555,7 @@
22555 "zh-cht": "設備詳情",
22556 "hu": "Eszköz részéletek elérése",
22557 "xloc": [
22551 - "default.handlebars->47->2287"
22558 + "default.handlebars->47->2288"
22559 ]
22560 },
22561 {
@@ -22603,18 +22610,18 @@
22610 "hu": "Eszköz csoport",
22611 "xloc": [
22612 "agent-translations.json",
22606 - "default-mobile.handlebars->11->975",
22607 - "default.handlebars->47->2258",
22608 - "default.handlebars->47->2261",
22613 + "default-mobile.handlebars->11->976",
22614 + "default.handlebars->47->2259",
22615 "default.handlebars->47->2262",
22610 - "default.handlebars->47->2619",
22611 - "default.handlebars->47->2804",
22612 - "default.handlebars->47->2810",
22613 - "default.handlebars->47->2992",
22614 - "default.handlebars->47->3054",
22615 - "default.handlebars->47->3078",
22616 - "default.handlebars->47->3092",
22617 - "default.handlebars->47->3172"
22616 + "default.handlebars->47->2263",
22617 + "default.handlebars->47->2620",
22618 + "default.handlebars->47->2805",
22619 + "default.handlebars->47->2811",
22620 + "default.handlebars->47->2993",
22621 + "default.handlebars->47->3055",
22622 + "default.handlebars->47->3079",
22623 + "default.handlebars->47->3093",
22624 + "default.handlebars->47->3173"
22625 ]
22626 },
22627 {
@@ -22641,8 +22648,8 @@
22648 "zh-cht": "裝置群用戶",
22649 "hu": "Eszköz Csoport Felhasználó",
22650 "xloc": [
22644 - "default-mobile.handlebars->11->964",
22645 - "default.handlebars->47->2333"
22651 + "default-mobile.handlebars->11->965",
22652 + "default.handlebars->47->2334"
22653 ]
22654 },
22655 {
@@ -22670,11 +22677,11 @@
22677 "hu": "Eszköz csoportok",
22678 "xloc": [
22679 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
22673 - "default.handlebars->47->2635",
22674 - "default.handlebars->47->2747",
22675 - "default.handlebars->47->2791",
22676 - "default.handlebars->47->2880",
22677 - "default.handlebars->47->3228",
22680 + "default.handlebars->47->2636",
22681 + "default.handlebars->47->2748",
22682 + "default.handlebars->47->2792",
22683 + "default.handlebars->47->2881",
22684 + "default.handlebars->47->3229",
22685 "default.handlebars->container->column_l->p2->p2info->9"
22686 ]
22687 },
@@ -22785,7 +22792,7 @@
22792 "xloc": [
22793 "default-mobile.handlebars->11->609",
22794 "default.handlebars->47->1329",
22788 - "default.handlebars->47->3053",
22795 + "default.handlebars->47->3054",
22796 "default.handlebars->47->491",
22797 "default.handlebars->47->500",
22798 "player.handlebars->3->25"
@@ -22843,7 +22850,7 @@
22850 "zh-cht": "設備配對鏈接",
22851 "hu": "Eszköz párosítás link",
22852 "xloc": [
22846 - "default-mobile.handlebars->11->918"
22853 + "default-mobile.handlebars->11->919"
22854 ]
22855 },
22856 {
@@ -22870,7 +22877,7 @@
22877 "zh-cht": "設備推送",
22878 "hu": "Device Push",
22879 "xloc": [
22873 - "default.handlebars->47->2899"
22880 + "default.handlebars->47->2900"
22881 ]
22882 },
22883 {
@@ -22882,7 +22889,7 @@
22889 "hu": "Eszköz push értesítés rekord",
22890 "de": "Aufzeichnungen zu Push-Benachrichtigungen des Geräts",
22891 "xloc": [
22885 - "default.handlebars->47->3152"
22892 + "default.handlebars->47->3153"
22893 ]
22894 },
22895 {
@@ -22894,7 +22901,7 @@
22901 "hu": "Eszköz SMBIOS rekord",
22902 "de": "SMBIOS Geräteaufzeichnungen",
22903 "xloc": [
22897 - "default.handlebars->47->3151"
22904 + "default.handlebars->47->3152"
22905 ]
22906 },
22907 {
@@ -22970,7 +22977,7 @@
22977 "hu": "Eszközmegosztási link",
22978 "xloc": [
22979 "default.handlebars->47->1059",
22973 - "default.handlebars->47->2157"
22980 + "default.handlebars->47->2158"
22981 ]
22982 },
22983 {
@@ -23110,10 +23117,10 @@
23117 "default.handlebars->47->1085",
23118 "default.handlebars->47->1089",
23119 "default.handlebars->47->1093",
23113 - "default.handlebars->47->1994",
23114 - "default.handlebars->47->2360",
23115 - "default.handlebars->47->2364",
23116 - "default.handlebars->47->2368"
23120 + "default.handlebars->47->1995",
23121 + "default.handlebars->47->2361",
23122 + "default.handlebars->47->2365",
23123 + "default.handlebars->47->2369"
23124 ]
23125 },
23126 {
@@ -23143,10 +23150,10 @@
23150 "default.handlebars->47->1086",
23151 "default.handlebars->47->1090",
23152 "default.handlebars->47->1094",
23146 - "default.handlebars->47->1995",
23147 - "default.handlebars->47->2361",
23148 - "default.handlebars->47->2365",
23149 - "default.handlebars->47->2369"
23153 + "default.handlebars->47->1996",
23154 + "default.handlebars->47->2362",
23155 + "default.handlebars->47->2366",
23156 + "default.handlebars->47->2370"
23157 ]
23158 },
23159 {
@@ -23173,7 +23180,7 @@
23180 "zh-cht": "設備組已創建:{0}",
23181 "hu": "Eszközcsoport létrehozva: {0}",
23182 "xloc": [
23176 - "default.handlebars->47->2518"
23183 + "default.handlebars->47->2519"
23184 ]
23185 },
23186 {
@@ -23200,7 +23207,7 @@
23207 "zh-cht": "設備組已刪除:{0}",
23208 "hu": "Eszközcsoport törölve: {0}",
23209 "xloc": [
23203 - "default.handlebars->47->2519"
23210 + "default.handlebars->47->2520"
23211 ]
23212 },
23213 {
@@ -23227,7 +23234,7 @@
23234 "zh-cht": "設備組成員身份已更改:{0}",
23235 "hu": "Eszközcsoport tagság megváltozott: {0}",
23236 "xloc": [
23230 - "default.handlebars->47->2520"
23237 + "default.handlebars->47->2521"
23238 ]
23239 },
23240 {
@@ -23282,7 +23289,7 @@
23289 "zh-cht": "設備組通知已更改",
23290 "hu": "Eszközcsoport értesítés megváltozott",
23291 "xloc": [
23285 - "default.handlebars->47->2515"
23292 + "default.handlebars->47->2516"
23293 ]
23294 },
23295 {
@@ -23294,7 +23301,7 @@
23301 "hu": "Eszközcsoport rekordok",
23302 "de": "Gerätegruppenaufzeichnungen",
23303 "xloc": [
23297 - "default.handlebars->47->3137"
23304 + "default.handlebars->47->3138"
23305 ]
23306 },
23307 {
@@ -23321,7 +23328,7 @@
23328 "zh-cht": "未刪除的設備組:{0}",
23329 "hu": "Eszközcsoport törlés visszavonva: {0}",
23330 "xloc": [
23324 - "default.handlebars->47->2498"
23331 + "default.handlebars->47->2499"
23332 ]
23333 },
23334 {
@@ -23348,7 +23355,7 @@
23355 "zh-cht": "設備組 {0} 已更改:{1}",
23356 "hu": "{0} eszközcsoport :{1} megváltozott",
23357 "xloc": [
23351 - "default.handlebars->47->2584"
23358 + "default.handlebars->47->2585"
23359 ]
23360 },
23361 {
@@ -23387,7 +23394,7 @@
23394 "hu": "Eszköz információs rekordok",
23395 "de": "Aufzeichnungen zu Geräteinformationen",
23396 "xloc": [
23390 - "default.handlebars->47->3139"
23397 + "default.handlebars->47->3140"
23398 ]
23399 },
23400 {
@@ -23952,7 +23959,7 @@
23959 "fr": "Enregistrement de l'état de l'alimentation de l'appareil",
23960 "hu": "Eszköz energiaellátás változás rekordok",
23961 "xloc": [
23955 - "default.handlebars->47->3145"
23962 + "default.handlebars->47->3146"
23963 ]
23964 },
23965 {
@@ -23964,7 +23971,7 @@
23971 "hu": "Eszköz rekordok",
23972 "de": "Geräteaufzeichnungen",
23973 "xloc": [
23967 - "default.handlebars->47->3136"
23974 + "default.handlebars->47->3137"
23975 ]
23976 },
23977 {
@@ -23991,7 +23998,7 @@
23998 "zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
23999 "hu": "Eszköz által kért Intel(R) AMT ACM TLS aktiválás, FQDN: {0}",
24000 "xloc": [
23994 - "default.handlebars->47->2553"
24001 + "default.handlebars->47->2554"
24002 ]
24003 },
24004 {
@@ -24018,7 +24025,7 @@
24025 "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
24026 "hu": "Eszköz által kért Intel(R) AMT ACM aktiválás, FQDN: {0}",
24027 "xloc": [
24021 - "default.handlebars->47->2500"
24028 + "default.handlebars->47->2501"
24029 ]
24030 },
24031 {
@@ -24030,7 +24037,7 @@
24037 "hu": "Eszközmegosztási rekordok",
24038 "de": "Aufzeichnungen zu Geräte-Teilen",
24039 "xloc": [
24033 - "default.handlebars->47->3149"
24040 + "default.handlebars->47->3150"
24041 ]
24042 },
24043 {
@@ -24042,7 +24049,7 @@
24049 "hu": "Eszköz, felhasználók, csoportok és egyéb rekordok",
24050 "de": "Aufzeichnungen zu Geräten, Benutzern und Weiteres",
24051 "xloc": [
24045 - "default.handlebars->47->3153"
24052 + "default.handlebars->47->3154"
24053 ]
24054 },
24055 {
@@ -24093,9 +24100,9 @@
24100 "zh-cht": "裝置",
24101 "hu": "Eszközök",
24102 "xloc": [
24096 - "default.handlebars->47->2180",
24097 - "default.handlebars->47->2748",
24098 - "default.handlebars->47->2792"
24103 + "default.handlebars->47->2181",
24104 + "default.handlebars->47->2749",
24105 + "default.handlebars->47->2793"
24106 ]
24107 },
24108 {
@@ -24337,7 +24344,7 @@
24344 "zh-cht": "禁用的電子郵件兩因素身份驗證",
24345 "hu": "Kétfaktoros e-mail hitelesítés kikapcsolása",
24346 "xloc": [
24340 - "default.handlebars->47->2531"
24347 + "default.handlebars->47->2532"
24348 ]
24349 },
24350 {
@@ -24368,7 +24375,7 @@
24375 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
24376 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
24377 "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
24371 - "default.handlebars->47->2121",
24378 + "default.handlebars->47->2122",
24379 "default.handlebars->47->950",
24380 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
24381 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -24577,8 +24584,8 @@
24584 "pl": "Discord",
24585 "de": "Discord",
24586 "xloc": [
24580 - "default.handlebars->47->1716",
24581 - "default.handlebars->47->2931"
24587 + "default.handlebars->47->1717",
24588 + "default.handlebars->47->2932"
24589 ]
24590 },
24591 {
@@ -24767,7 +24774,7 @@
24774 "zh-cht": "顯示裝置群名稱",
24775 "hu": "Eszközcsoport nevének megjelenítése",
24776 "xloc": [
24770 - "default.handlebars->47->1993"
24777 + "default.handlebars->47->1994"
24778 ]
24779 },
24780 {
@@ -24821,7 +24828,7 @@
24828 "zh-cht": "顯示公共鏈結",
24829 "hu": "Publikus link megjelenítése",
24830 "xloc": [
24824 - "default.handlebars->47->2399"
24831 + "default.handlebars->47->2400"
24832 ]
24833 },
24834 {
@@ -24856,7 +24863,7 @@
24863 "nl": "Waarschuwingsvenster weergeven, title=\\\"{0}\\\", message=\\\"{1}\\\"",
24864 "pl": "Wyświetl okno powiadomienia, tytuł=\\\"{0}\\\", wiadomość=\\\"{1}\\\"",
24865 "xloc": [
24859 - "default.handlebars->47->2600"
24866 + "default.handlebars->47->2601"
24867 ]
24868 },
24869 {
@@ -24883,7 +24890,7 @@
24890 "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
24891 "hu": "Üzenetdoboz megjelenítése, cím=\\\"{0}\\\", üzenet=\\\"{1}\\\"",
24892 "xloc": [
24886 - "default.handlebars->47->2460"
24893 + "default.handlebars->47->2461"
24894 ]
24895 },
24896 {
@@ -24910,7 +24917,7 @@
24917 "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
24918 "hu": "Alkalmazás üzenet megjelenítése, title=\\\"{0}\\\", message=\\\"{1}\\\"",
24919 "xloc": [
24913 - "default.handlebars->47->2468"
24920 + "default.handlebars->47->2469"
24921 ]
24922 },
24923 {
@@ -24937,8 +24944,8 @@
24944 "zh-cht": "什麼都不做",
24945 "hu": "Ne csináljon semmit",
24946 "xloc": [
24940 - "default.handlebars->47->2209",
24941 - "default.handlebars->47->2213"
24947 + "default.handlebars->47->2210",
24948 + "default.handlebars->47->2214"
24949 ]
24950 },
24951 {
@@ -24967,10 +24974,10 @@
24974 "xloc": [
24975 "default.handlebars->47->126",
24976 "default.handlebars->47->1355",
24970 - "default.handlebars->47->2711",
24971 - "default.handlebars->47->2760",
24972 - "default.handlebars->47->2769",
24973 - "default.handlebars->47->2843",
24977 + "default.handlebars->47->2712",
24978 + "default.handlebars->47->2761",
24979 + "default.handlebars->47->2770",
24980 + "default.handlebars->47->2844",
24981 "mstsc.handlebars->main->1->3->1->rowdomain->1->0",
24982 "mstsc.handlebars->main->1->3->1->rowdomain->3"
24983 ]
@@ -25023,7 +25030,7 @@
25030 "zh-cht": "請勿更改,如果設置請保留CCM",
25031 "hu": "Ne módosítsa, tartsa meg a CCM-et, ha beállítva van",
25032 "xloc": [
25026 - "default.handlebars->47->2205"
25033 + "default.handlebars->47->2206"
25034 ]
25035 },
25036 {
@@ -25074,7 +25081,7 @@
25081 "zh-cht": "不要連接到伺服器",
25082 "hu": "Ne csatlakozzon a kiszolgálóhoz",
25083 "xloc": [
25077 - "default.handlebars->47->2214"
25084 + "default.handlebars->47->2215"
25085 ]
25086 },
25087 {
@@ -25453,7 +25460,7 @@
25460 "zh-cht": "下載報告",
25461 "hu": "Jelentés letöltése",
25462 "xloc": [
25456 - "default.handlebars->47->2624",
25463 + "default.handlebars->47->2625",
25464 "default.handlebars->container->column_l->p3->3->1->0->3",
25465 "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
25466 ]
@@ -25563,7 +25570,7 @@
25570 "zh-cht": "下載設備列表",
25571 "hu": "Eszközlista letöltése",
25572 "xloc": [
25566 - "default.handlebars->47->2178"
25573 + "default.handlebars->47->2179"
25574 ]
25575 },
25576 {
@@ -25779,7 +25786,7 @@
25786 "zh-cht": "使用以下一種檔案格式下載事件列表。",
25787 "hu": "Töltse le az események listáját az alábbi fájlformátumokban.",
25788 "xloc": [
25782 - "default.handlebars->47->2625"
25789 + "default.handlebars->47->2626"
25790 ]
25791 },
25792 {
@@ -25806,7 +25813,7 @@
25813 "zh-cht": "使用以下一種檔案格式下載用戶列表。",
25814 "hu": "Töltse le a felhasználók listáját az alábbi fájlformátumok valamelyikével.",
25815 "xloc": [
25809 - "default.handlebars->47->2695"
25816 + "default.handlebars->47->2696"
25817 ]
25818 },
25819 {
@@ -25915,7 +25922,7 @@
25922 "zh-cht": "下載:“{0}”",
25923 "hu": "Letöltés: \\\"{0}\\\"",
25924 "xloc": [
25918 - "default.handlebars->47->2491"
25925 + "default.handlebars->47->2492"
25926 ]
25927 },
25928 {
@@ -25942,7 +25949,7 @@
25949 "zh-cht": "下載:\\\"{0}\\\",大小:{1}",
25950 "hu": "Letöltés: \\\"{0}\\\", Méret: {1}",
25951 "xloc": [
25945 - "default.handlebars->47->2548"
25952 + "default.handlebars->47->2549"
25953 ]
25954 },
25955 {
@@ -25996,7 +26003,7 @@
26003 "zh-cht": "代理重複",
26004 "hu": "Duplikált Agent",
26005 "xloc": [
25999 - "default.handlebars->47->3224"
26006 + "default.handlebars->47->3225"
26007 ]
26008 },
26009 {
@@ -26050,7 +26057,7 @@
26057 "zh-cht": "複製用戶群",
26058 "hu": "Felhasználó csoport duplikálása",
26059 "xloc": [
26053 - "default.handlebars->47->2764"
26060 + "default.handlebars->47->2765"
26061 ]
26062 },
26063 {
@@ -26104,8 +26111,8 @@
26111 "default.handlebars->47->1211",
26112 "default.handlebars->47->287",
26113 "default.handlebars->47->289",
26107 - "default.handlebars->47->3033",
26108 - "default.handlebars->47->3059",
26114 + "default.handlebars->47->3034",
26115 + "default.handlebars->47->3060",
26116 "player.handlebars->3->18"
26117 ]
26118 },
@@ -26158,7 +26165,7 @@
26165 "hu": "holland (Belga)",
26166 "xloc": [
26167 "default-mobile.handlebars->11->150",
26161 - "default.handlebars->47->1812",
26168 + "default.handlebars->47->1813",
26169 "login2.handlebars->7->47"
26170 ]
26171 },
@@ -26187,7 +26194,7 @@
26194 "hu": "holland",
26195 "xloc": [
26196 "default-mobile.handlebars->11->149",
26190 - "default.handlebars->47->1811",
26197 + "default.handlebars->47->1812",
26198 "login2.handlebars->7->46"
26199 ]
26200 },
@@ -26633,17 +26640,17 @@
26640 "zh-cht": "編輯裝置群",
26641 "hu": "Eszközcsoport szerkesztés",
26642 "xloc": [
26636 - "default-mobile.handlebars->11->908",
26637 - "default-mobile.handlebars->11->911",
26638 - "default-mobile.handlebars->11->914",
26639 - "default-mobile.handlebars->11->921",
26640 - "default-mobile.handlebars->11->941",
26641 - "default.handlebars->47->2224",
26642 - "default.handlebars->47->2227",
26643 - "default.handlebars->47->2230",
26644 - "default.handlebars->47->2267",
26645 - "default.handlebars->47->2294",
26646 - "default.handlebars->47->2306"
26643 + "default-mobile.handlebars->11->909",
26644 + "default-mobile.handlebars->11->912",
26645 + "default-mobile.handlebars->11->915",
26646 + "default-mobile.handlebars->11->922",
26647 + "default-mobile.handlebars->11->942",
26648 + "default.handlebars->47->2225",
26649 + "default.handlebars->47->2228",
26650 + "default.handlebars->47->2231",
26651 + "default.handlebars->47->2268",
26652 + "default.handlebars->47->2295",
26653 + "default.handlebars->47->2307"
26654 ]
26655 },
26656 {
@@ -26670,7 +26677,7 @@
26677 "zh-cht": "編輯裝置群功能",
26678 "hu": "Eszköz Csoport funkciók szerkesztése",
26679 "xloc": [
26673 - "default.handlebars->47->2253"
26680 + "default.handlebars->47->2254"
26681 ]
26682 },
26683 {
@@ -26697,8 +26704,8 @@
26704 "zh-cht": "編輯裝置群權限",
26705 "hu": "Eszközcsoport engedélyek szerkesztése",
26706 "xloc": [
26700 - "default.handlebars->47->2291",
26701 - "default.handlebars->47->2303"
26707 + "default.handlebars->47->2292",
26708 + "default.handlebars->47->2304"
26709 ]
26710 },
26711 {
@@ -26725,7 +26732,7 @@
26732 "zh-cht": "編輯裝置群用戶同意",
26733 "hu": "Eszközcsoport felhasználói hozzájárulások szerkesztése",
26734 "xloc": [
26728 - "default.handlebars->47->2231"
26735 + "default.handlebars->47->2232"
26736 ]
26737 },
26738 {
@@ -26752,8 +26759,8 @@
26759 "zh-cht": "編輯裝置筆記",
26760 "hu": "Eszköz jegyzetek szerkesztése",
26761 "xloc": [
26755 - "default-mobile.handlebars->11->933",
26756 - "default.handlebars->47->2281"
26762 + "default-mobile.handlebars->11->934",
26763 + "default.handlebars->47->2282"
26764 ]
26765 },
26766 {
@@ -26780,8 +26787,8 @@
26787 "zh-cht": "編輯裝置權限",
26788 "hu": "Eszköz engedélyek szerkesztése",
26789 "xloc": [
26783 - "default.handlebars->47->2296",
26784 - "default.handlebars->47->2298"
26790 + "default.handlebars->47->2297",
26791 + "default.handlebars->47->2299"
26792 ]
26793 },
26794 {
@@ -26835,7 +26842,7 @@
26842 "zh-cht": "編輯裝置用戶同意",
26843 "hu": "Felhasználói hozzájárulások szerkesztése",
26844 "xloc": [
26838 - "default.handlebars->47->2233"
26845 + "default.handlebars->47->2234"
26846 ]
26847 },
26848 {
@@ -26923,8 +26930,8 @@
26930 "zh-cht": "編輯筆記",
26931 "hu": "Jegyzetek szerkesztése",
26932 "xloc": [
26926 - "default-mobile.handlebars->11->948",
26927 - "default.handlebars->47->2313"
26933 + "default-mobile.handlebars->11->949",
26934 + "default.handlebars->47->2314"
26935 ]
26936 },
26937 {
@@ -26951,7 +26958,7 @@
26958 "zh-cht": "編輯用戶同意",
26959 "hu": "Felhasználói hozzájárulások szerkesztése",
26960 "xloc": [
26954 - "default.handlebars->47->2232"
26961 + "default.handlebars->47->2233"
26962 ]
26963 },
26964 {
@@ -26978,7 +26985,7 @@
26985 "zh-cht": "編輯用戶裝置群權限",
26986 "hu": "Felhasználói eszközcsoport engedélyek szerkesztése",
26987 "xloc": [
26981 - "default.handlebars->47->2304"
26988 + "default.handlebars->47->2305"
26989 ]
26990 },
26991 {
@@ -27005,7 +27012,7 @@
27012 "zh-cht": "編輯用戶裝置權限",
27013 "hu": "Felhasználói eszközengedélyek szerkesztése",
27014 "xloc": [
27008 - "default.handlebars->47->2299"
27015 + "default.handlebars->47->2300"
27016 ]
27017 },
27018 {
@@ -27032,7 +27039,7 @@
27039 "zh-cht": "編輯用戶特徵",
27040 "hu": "Felhasználói funkciók szerkesztése",
27041 "xloc": [
27035 - "default.handlebars->47->2968"
27042 + "default.handlebars->47->2969"
27043 ]
27044 },
27045 {
@@ -27059,7 +27066,7 @@
27066 "zh-cht": "編輯用戶群",
27067 "hu": "Felhasználói csoport szerkesztése",
27068 "xloc": [
27062 - "default.handlebars->47->2821"
27069 + "default.handlebars->47->2822"
27070 ]
27071 },
27072 {
@@ -27086,7 +27093,7 @@
27093 "zh-cht": "編輯用戶群裝置權限",
27094 "hu": "Felhasználói csoport eszköz engedélyeinek szerkesztése",
27095 "xloc": [
27089 - "default.handlebars->47->2301"
27096 + "default.handlebars->47->2302"
27097 ]
27098 },
27099 {
@@ -27113,7 +27120,7 @@
27120 "zh-cht": "編輯用戶組功能",
27121 "hu": "Felhasználói Csoportok funkciók szerkesztése",
27122 "xloc": [
27116 - "default.handlebars->47->2814"
27123 + "default.handlebars->47->2815"
27124 ]
27125 },
27126 {
@@ -27140,7 +27147,7 @@
27147 "zh-cht": "編輯用戶組用戶同意",
27148 "hu": "Felhasználói Csoport felhasználói hozzájárulások szerkesztése",
27149 "xloc": [
27143 - "default.handlebars->47->2234"
27150 + "default.handlebars->47->2235"
27151 ]
27152 },
27153 {
@@ -27274,12 +27281,12 @@
27281 "hu": "Email",
27282 "xloc": [
27283 "default-mobile.handlebars->11->316",
27277 - "default.handlebars->47->2713",
27278 - "default.handlebars->47->2847",
27279 - "default.handlebars->47->2849",
27280 - "default.handlebars->47->2897",
27281 - "default.handlebars->47->2910",
27282 - "default.handlebars->47->2971",
27284 + "default.handlebars->47->2714",
27285 + "default.handlebars->47->2848",
27286 + "default.handlebars->47->2850",
27287 + "default.handlebars->47->2898",
27288 + "default.handlebars->47->2911",
27289 + "default.handlebars->47->2972",
27290 "default.handlebars->47->543",
27291 "login-mobile.handlebars->5->45",
27292 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -27302,7 +27309,7 @@
27309 "pl": "Email ({0})",
27310 "de": "E-Mail ({0})",
27311 "xloc": [
27305 - "default.handlebars->47->2123",
27312 + "default.handlebars->47->2124",
27313 "default.handlebars->47->952"
27314 ]
27315 },
@@ -27331,7 +27338,7 @@
27338 "hu": "E-mail cím módosítása",
27339 "xloc": [
27340 "default-mobile.handlebars->11->317",
27334 - "default.handlebars->47->2002"
27341 + "default.handlebars->47->2003"
27342 ]
27343 },
27344 {
@@ -27359,7 +27366,7 @@
27366 "hu": "E-mail hitelesítés",
27367 "xloc": [
27368 "default-mobile.handlebars->11->101",
27362 - "default.handlebars->47->1742"
27369 + "default.handlebars->47->1743"
27370 ]
27371 },
27372 {
@@ -27474,7 +27481,7 @@
27481 "hu": "Email értesítés",
27482 "xloc": [
27483 "default.handlebars->47->1088",
27477 - "default.handlebars->47->2363"
27484 + "default.handlebars->47->2364"
27485 ]
27486 },
27487 {
@@ -27526,7 +27533,7 @@
27533 "hu": "Email megerősítés",
27534 "xloc": [
27535 "default-mobile.handlebars->11->315",
27529 - "default.handlebars->47->2000"
27536 + "default.handlebars->47->2001"
27537 ]
27538 },
27539 {
@@ -27553,8 +27560,8 @@
27560 "zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
27561 "hu": "A \\\"{0}\\\" e-mail domain nem engedélyezett. Csak ({1}) engedélyezett",
27562 "xloc": [
27556 - "default-mobile.handlebars->11->1006",
27557 - "default.handlebars->47->3203"
27563 + "default-mobile.handlebars->11->1007",
27564 + "default.handlebars->47->3204"
27565 ]
27566 },
27567 {
@@ -27608,7 +27615,7 @@
27615 "zh-cht": "電郵未驗證",
27616 "hu": "Az e-mail cím nincs megerősítve.",
27617 "xloc": [
27611 - "default.handlebars->47->2655"
27618 + "default.handlebars->47->2656"
27619 ]
27620 },
27621 {
@@ -27635,8 +27642,8 @@
27642 "zh-cht": "電子郵件已驗證",
27643 "hu": "Az e-mail cím megerősítve.",
27644 "xloc": [
27638 - "default.handlebars->47->2656",
27639 - "default.handlebars->47->2841"
27645 + "default.handlebars->47->2657",
27646 + "default.handlebars->47->2842"
27647 ]
27648 },
27649 {
@@ -27663,7 +27670,7 @@
27670 "zh-cht": "電郵已驗證。",
27671 "hu": "Az e-mail cím megerősítve.",
27672 "xloc": [
27666 - "default.handlebars->47->2719"
27673 + "default.handlebars->47->2720"
27674 ]
27675 },
27676 {
@@ -27690,7 +27697,7 @@
27697 "zh-cht": "電郵未驗證",
27698 "hu": "Az e-mail cím nincs megerősítve.",
27699 "xloc": [
27693 - "default.handlebars->47->2842"
27700 + "default.handlebars->47->2843"
27701 ]
27702 },
27703 {
@@ -27741,8 +27748,8 @@
27748 "zh-cht": "電郵已發送。",
27749 "hu": "E-mail elküldve.",
27750 "xloc": [
27744 - "default-mobile.handlebars->11->990",
27745 - "default.handlebars->47->3187",
27751 + "default-mobile.handlebars->11->991",
27752 + "default.handlebars->47->3188",
27753 "login-mobile.handlebars->5->2",
27754 "login.handlebars->5->2",
27755 "login2.handlebars->7->201"
@@ -27825,7 +27832,7 @@
27832 "zh-cht": "已通過電郵驗證,並且需要重置密碼。",
27833 "hu": "E-mail megerősített és kötelező jelszó-visszaállítás szükséges.",
27834 "xloc": [
27828 - "default.handlebars->47->2720"
27835 + "default.handlebars->47->2721"
27836 ]
27837 },
27838 {
@@ -27876,7 +27883,7 @@
27883 "zh-cht": "電子郵件/短信/推送流量",
27884 "hu": "E-mail/SMS/Push forgalom",
27885 "xloc": [
27879 - "default.handlebars->47->3283"
27886 + "default.handlebars->47->3284"
27887 ]
27888 },
27889 {
@@ -27990,7 +27997,7 @@
27997 "zh-cht": "啟用邀請代碼",
27998 "hu": "Meghívókódok engedélyezése",
27999 "xloc": [
27993 - "default.handlebars->47->2339"
28000 + "default.handlebars->47->2340"
28001 ]
28002 },
28003 {
@@ -28045,7 +28052,7 @@
28052 "hu": "Kétfaktoros e-mail hitelesítés engedélyezése.",
28053 "xloc": [
28054 "default-mobile.handlebars->11->103",
28048 - "default.handlebars->47->1744"
28055 + "default.handlebars->47->1745"
28056 ]
28057 },
28058 {
@@ -28099,10 +28106,10 @@
28106 "zh-cht": "已啟用",
28107 "hu": "Engedélyezve",
28108 "xloc": [
28102 - "default-mobile.handlebars->11->852",
28109 + "default-mobile.handlebars->11->853",
28110 "default.handlebars->47->129",
28104 - "default.handlebars->47->1671",
28105 - "default.handlebars->47->3061"
28111 + "default.handlebars->47->1672",
28112 + "default.handlebars->47->3062"
28113 ]
28114 },
28115 {
@@ -28129,7 +28136,7 @@
28136 "zh-cht": "啟用電子郵件兩因素身份驗證",
28137 "hu": "Kétfaktoros e-mail hitelesítés engedélyezve",
28138 "xloc": [
28132 - "default.handlebars->47->2530"
28139 + "default.handlebars->47->2531"
28140 ]
28141 },
28142 {
@@ -28243,8 +28250,8 @@
28250 {
28251 "en": "Encryption In Progress",
28252 "xloc": [
28246 - "default-mobile.handlebars->11->854",
28247 - "default.handlebars->47->1673"
28253 + "default-mobile.handlebars->11->855",
28254 + "default.handlebars->47->1674"
28255 ]
28256 },
28257 {
@@ -28299,7 +28306,7 @@
28306 "zh-cht": "時間結束",
28307 "hu": "Befejezés ideje",
28308 "xloc": [
28302 - "default.handlebars->47->3058"
28309 + "default.handlebars->47->3059"
28310 ]
28311 },
28312 {
@@ -28326,7 +28333,7 @@
28333 "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
28334 "hu": "Befejezett asztali munkamenet \\\"{0}\\\", {1} és {2} között, {3} másodperc",
28335 "xloc": [
28329 - "default.handlebars->47->2453"
28336 + "default.handlebars->47->2454"
28337 ]
28338 },
28339 {
@@ -28353,7 +28360,7 @@
28360 "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
28361 "hu": "Befejezett fájl munkamenet \\\"{0}\\\" az {1}-től {2}-ig, {3} másodperc",
28362 "xloc": [
28356 - "default.handlebars->47->2454"
28363 + "default.handlebars->47->2455"
28364 ]
28365 },
28366 {
@@ -28380,7 +28387,7 @@
28387 "zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒",
28388 "hu": "Befejezett helyi relay munkamenet \\\"{0}\\\" protokol {1} és {2} között, {3} másodperc",
28389 "xloc": [
28383 - "default.handlebars->47->2563"
28390 + "default.handlebars->47->2564"
28391 ]
28392 },
28393 {
@@ -28407,7 +28414,7 @@
28414 "zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒",
28415 "hu": "Befejezett üzenetküldő munkamenet \\\"{0}\\\" {1} és {2} között, {3} másodperc",
28416 "xloc": [
28410 - "default.handlebars->47->2554"
28417 + "default.handlebars->47->2555"
28418 ]
28419 },
28420 {
@@ -28434,7 +28441,7 @@
28441 "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
28442 "hu": "Befejezett relay munkamenet \\\"{0}\\\" {1} és {2} között, {3} másodperc",
28443 "xloc": [
28437 - "default.handlebars->47->2451"
28444 + "default.handlebars->47->2452"
28445 ]
28446 },
28447 {
@@ -28461,7 +28468,7 @@
28468 "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
28469 "hu": "Befejezett terminál munkamenet \\\"{0}\\\" az {1}-től {2}-ig, {3} másodperc",
28470 "xloc": [
28464 - "default.handlebars->47->2452"
28471 + "default.handlebars->47->2453"
28472 ]
28473 },
28474 {
@@ -28489,7 +28496,7 @@
28496 "hu": "angol",
28497 "xloc": [
28498 "default-mobile.handlebars->11->151",
28492 - "default.handlebars->47->1813",
28499 + "default.handlebars->47->1814",
28500 "login2.handlebars->7->48"
28501 ]
28502 },
@@ -28518,7 +28525,7 @@
28525 "hu": "angol (Ausztrália)",
28526 "xloc": [
28527 "default-mobile.handlebars->11->152",
28521 - "default.handlebars->47->1814",
28528 + "default.handlebars->47->1815",
28529 "login2.handlebars->7->49"
28530 ]
28531 },
@@ -28547,7 +28554,7 @@
28554 "hu": "angol (Belize)",
28555 "xloc": [
28556 "default-mobile.handlebars->11->153",
28550 - "default.handlebars->47->1815",
28557 + "default.handlebars->47->1816",
28558 "login2.handlebars->7->50"
28559 ]
28560 },
@@ -28576,7 +28583,7 @@
28583 "hu": "angol (Kanada)",
28584 "xloc": [
28585 "default-mobile.handlebars->11->154",
28579 - "default.handlebars->47->1816",
28586 + "default.handlebars->47->1817",
28587 "login2.handlebars->7->51"
28588 ]
28589 },
@@ -28605,7 +28612,7 @@
28612 "hu": "angol (Írország)",
28613 "xloc": [
28614 "default-mobile.handlebars->11->155",
28608 - "default.handlebars->47->1817",
28615 + "default.handlebars->47->1818",
28616 "login2.handlebars->7->52"
28617 ]
28618 },
@@ -28634,7 +28641,7 @@
28641 "hu": "angol (Jamaika)",
28642 "xloc": [
28643 "default-mobile.handlebars->11->156",
28637 - "default.handlebars->47->1818",
28644 + "default.handlebars->47->1819",
28645 "login2.handlebars->7->53"
28646 ]
28647 },
@@ -28663,7 +28670,7 @@
28670 "hu": "angol (Új-Zéland)",
28671 "xloc": [
28672 "default-mobile.handlebars->11->157",
28666 - "default.handlebars->47->1819",
28673 + "default.handlebars->47->1820",
28674 "login2.handlebars->7->54"
28675 ]
28676 },
@@ -28692,7 +28699,7 @@
28699 "hu": "angol (Fülöp-szigetek)",
28700 "xloc": [
28701 "default-mobile.handlebars->11->158",
28695 - "default.handlebars->47->1820",
28702 + "default.handlebars->47->1821",
28703 "login2.handlebars->7->55"
28704 ]
28705 },
@@ -28721,7 +28728,7 @@
28728 "hu": "angol (Dél-Afrika)",
28729 "xloc": [
28730 "default-mobile.handlebars->11->159",
28724 - "default.handlebars->47->1821",
28731 + "default.handlebars->47->1822",
28732 "login2.handlebars->7->56"
28733 ]
28734 },
@@ -28750,7 +28757,7 @@
28757 "hu": "angol (Trinidad és Tobago)",
28758 "xloc": [
28759 "default-mobile.handlebars->11->160",
28753 - "default.handlebars->47->1822",
28760 + "default.handlebars->47->1823",
28761 "login2.handlebars->7->57"
28762 ]
28763 },
@@ -28779,7 +28786,7 @@
28786 "hu": "angol (Egyesült Királyság)",
28787 "xloc": [
28788 "default-mobile.handlebars->11->161",
28782 - "default.handlebars->47->1823",
28789 + "default.handlebars->47->1824",
28790 "login2.handlebars->7->58"
28791 ]
28792 },
@@ -28808,7 +28815,7 @@
28815 "hu": "angol (USA)",
28816 "xloc": [
28817 "default-mobile.handlebars->11->162",
28811 - "default.handlebars->47->1824",
28818 + "default.handlebars->47->1825",
28819 "login2.handlebars->7->59"
28820 ]
28821 },
@@ -28837,7 +28844,7 @@
28844 "hu": "angol (Zimbabwe)",
28845 "xloc": [
28846 "default-mobile.handlebars->11->163",
28840 - "default.handlebars->47->1825",
28847 + "default.handlebars->47->1826",
28848 "login2.handlebars->7->60"
28849 ]
28850 },
@@ -28892,8 +28899,8 @@
28899 "default-mobile.handlebars->11->625",
28900 "default.handlebars->47->1377",
28901 "default.handlebars->47->1508",
28895 - "default.handlebars->47->2039",
28902 "default.handlebars->47->2040",
28903 + "default.handlebars->47->2041",
28904 "sharing.handlebars->11->55"
28905 ]
28906 },
@@ -28921,7 +28928,7 @@
28928 "zh-cht": "輸入管理領域名稱的逗號分隔列表。",
28929 "hu": "Adja meg az adminisztratív realm nevek vesszővel elválasztott listáját. (Ezek nem domain-ek)",
28930 "xloc": [
28924 - "default.handlebars->47->2724"
28931 + "default.handlebars->47->2725"
28932 ]
28933 },
28934 {
@@ -29157,7 +29164,7 @@
29164 "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
29165 "hu": "Írja be az SMS fogadásra alkalmas telefonszámát. Az ellenőrzést követően a szám felhasználható bejelentkezés ellenőrzésére és egyéb értesítésekre.",
29166 "xloc": [
29160 - "default.handlebars->47->1708"
29167 + "default.handlebars->47->1709"
29168 ]
29169 },
29170 {
@@ -29168,7 +29175,7 @@
29175 "pl": "Wprowadź swoją usługę przesyłania wiadomości. Po weryfikacji, ten serwer może wysyłać weryfikację logowania i inne powiadomienia.",
29176 "de": "Geben Sie ihren Messengerdienst und Nutzernamen ein. Sobald Sie verifiziert sind, kann dieser Server Ihnen Loginverifikationen und andere Benachrichtigungen senden.",
29177 "xloc": [
29171 - "default.handlebars->47->1714"
29178 + "default.handlebars->47->1715"
29179 ]
29180 },
29181 {
@@ -29322,8 +29329,8 @@
29329 "zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
29330 "hu": "Hiba, a \\\"{0}\\\" meghívókód már használatban van.",
29331 "xloc": [
29325 - "default-mobile.handlebars->11->998",
29326 - "default.handlebars->47->3195"
29332 + "default-mobile.handlebars->11->999",
29333 + "default.handlebars->47->3196"
29334 ]
29335 },
29336 {
@@ -29350,8 +29357,8 @@
29357 "zh-cht": "錯誤,密碼未更改。",
29358 "hu": "Hiba, a jelszó nem módosult.",
29359 "xloc": [
29353 - "default-mobile.handlebars->11->995",
29354 - "default.handlebars->47->3192"
29360 + "default-mobile.handlebars->11->996",
29361 + "default.handlebars->47->3193"
29362 ]
29363 },
29364 {
@@ -29378,8 +29385,8 @@
29385 "zh-cht": "錯誤,無法更改為常用密碼。",
29386 "hu": "Hiba, nem lehet átváltani a gyakran használt jelszóra.",
29387 "xloc": [
29381 - "default-mobile.handlebars->11->994",
29382 - "default.handlebars->47->3191"
29388 + "default-mobile.handlebars->11->995",
29389 + "default.handlebars->47->3192"
29390 ]
29391 },
29392 {
@@ -29406,8 +29413,8 @@
29413 "zh-cht": "錯誤,無法更改為以前使用的密碼。",
29414 "hu": "Hiba, nem lehet átváltani a korábban használt jelszóra.",
29415 "xloc": [
29409 - "default-mobile.handlebars->11->993",
29410 - "default.handlebars->47->3190"
29416 + "default-mobile.handlebars->11->994",
29417 + "default.handlebars->47->3191"
29418 ]
29419 },
29420 {
@@ -29498,7 +29505,7 @@
29505 "hu": "eszperantó",
29506 "xloc": [
29507 "default-mobile.handlebars->11->164",
29501 - "default.handlebars->47->1826",
29508 + "default.handlebars->47->1827",
29509 "login2.handlebars->7->61"
29510 ]
29511 },
@@ -29551,7 +29558,7 @@
29558 "hu": "észt",
29559 "xloc": [
29560 "default-mobile.handlebars->11->165",
29554 - "default.handlebars->47->1827",
29561 + "default.handlebars->47->1828",
29562 "login2.handlebars->7->62"
29563 ]
29564 },
@@ -29630,7 +29637,7 @@
29637 "zh-cht": "事件列表輸出",
29638 "hu": "Eseménylista exportálás",
29639 "xloc": [
29633 - "default.handlebars->47->2630"
29640 + "default.handlebars->47->2631"
29641 ]
29642 },
29643 {
@@ -29642,7 +29649,7 @@
29649 "hu": "Esemény rekordok",
29650 "de": "Eventaufzeichnungen",
29651 "xloc": [
29645 - "default.handlebars->47->3146"
29652 + "default.handlebars->47->3147"
29653 ]
29654 },
29655 {
@@ -29837,7 +29844,7 @@
29844 "hu": "Lejárati idő",
29845 "xloc": [
29846 "default.handlebars->47->1206",
29840 - "default.handlebars->47->1990",
29847 + "default.handlebars->47->1991",
29848 "default.handlebars->47->292"
29849 ]
29850 },
@@ -29892,7 +29899,7 @@
29899 "zh-cht": "過期{0}",
29900 "hu": "Lejárat {0}",
29901 "xloc": [
29895 - "default.handlebars->47->2053",
29902 + "default.handlebars->47->2054",
29903 "sharing.handlebars->11->95"
29904 ]
29905 },
@@ -30003,7 +30010,7 @@
30010 "zh-cht": "外部",
30011 "hu": "Külső",
30012 "xloc": [
30006 - "default.handlebars->47->3263"
30013 + "default.handlebars->47->3264"
30014 ]
30015 },
30016 {
@@ -30030,7 +30037,7 @@
30037 "zh-cht": "FIDO 密鑰",
30038 "hu": "FIDO kulcs",
30039 "xloc": [
30033 - "default.handlebars->47->3126"
30040 + "default.handlebars->47->3127"
30041 ]
30042 },
30043 {
@@ -30085,7 +30092,7 @@
30092 "hu": "FYRO macedón",
30093 "xloc": [
30094 "default-mobile.handlebars->11->215",
30088 - "default.handlebars->47->1877",
30095 + "default.handlebars->47->1878",
30096 "login2.handlebars->7->112"
30097 ]
30098 },
@@ -30097,8 +30104,8 @@
30104 "pl": "Facebook",
30105 "de": "Facebook",
30106 "xloc": [
30100 - "default.handlebars->47->1728",
30101 - "default.handlebars->47->2943"
30107 + "default.handlebars->47->1729",
30108 + "default.handlebars->47->2944"
30109 ]
30110 },
30111 {
@@ -30126,7 +30133,7 @@
30133 "hu": "feröer-szigeteki",
30134 "xloc": [
30135 "default-mobile.handlebars->11->166",
30129 - "default.handlebars->47->1828",
30136 + "default.handlebars->47->1829",
30137 "login2.handlebars->7->63"
30138 ]
30139 },
@@ -30181,8 +30188,8 @@
30188 "zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
30189 "hu": "Nem sikerült megváltoztatni az e-mail címet, mert egy másik fiók már használja: {0}.",
30190 "xloc": [
30184 - "default-mobile.handlebars->11->989",
30185 - "default.handlebars->47->3186"
30191 + "default-mobile.handlebars->11->990",
30192 + "default.handlebars->47->3187"
30193 ]
30194 },
30195 {
@@ -30262,7 +30269,7 @@
30269 "zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
30270 "hu": "A helyi felhasználó elutasítása után nem sikerült elindítani a távoli asztalt",
30271 "xloc": [
30265 - "default.handlebars->47->2476"
30272 + "default.handlebars->47->2477"
30273 ]
30274 },
30275 {
@@ -30313,7 +30320,7 @@
30320 "zh-cht": "本地用戶拒絕後無法啟動遠程文件",
30321 "hu": "A helyi felhasználó elutasítása után nem sikerült elindítani a távoli fájl elérést",
30322 "xloc": [
30316 - "default.handlebars->47->2483"
30323 + "default.handlebars->47->2484"
30324 ]
30325 },
30326 {
@@ -30395,7 +30402,7 @@
30402 "hu": "fárszi (perzsa)",
30403 "xloc": [
30404 "default-mobile.handlebars->11->167",
30398 - "default.handlebars->47->1829",
30405 + "default.handlebars->47->1830",
30406 "login2.handlebars->7->64"
30407 ]
30408 },
@@ -30452,9 +30459,9 @@
30459 "zh-cht": "功能",
30460 "hu": "Funkciók",
30461 "xloc": [
30455 - "default.handlebars->47->2107",
30456 - "default.handlebars->47->2777",
30457 - "default.handlebars->47->2868"
30462 + "default.handlebars->47->2108",
30463 + "default.handlebars->47->2778",
30464 + "default.handlebars->47->2869"
30465 ]
30466 },
30467 {
@@ -30482,7 +30489,7 @@
30489 "hu": "fidzsi",
30490 "xloc": [
30491 "default-mobile.handlebars->11->168",
30485 - "default.handlebars->47->1830",
30492 + "default.handlebars->47->1831",
30493 "login2.handlebars->7->65"
30494 ]
30495 },
@@ -30539,7 +30546,7 @@
30546 "xloc": [
30547 "default-mobile.handlebars->11->698",
30548 "default.handlebars->47->1520",
30542 - "default.handlebars->47->2432",
30549 + "default.handlebars->47->2433",
30550 "default.handlebars->47->826",
30551 "sharing.handlebars->11->66"
30552 ]
@@ -30629,8 +30636,8 @@
30636 "en": "File System",
30637 "pl": "System Plików",
30638 "xloc": [
30632 - "default-mobile.handlebars->11->849",
30633 - "default.handlebars->47->1668"
30639 + "default-mobile.handlebars->11->850",
30640 + "default.handlebars->47->1669"
30641 ]
30642 },
30643 {
@@ -30657,7 +30664,7 @@
30664 "zh-cht": "文件傳輸",
30665 "hu": "Fálj átvitel",
30666 "xloc": [
30660 - "default.handlebars->47->3039"
30667 + "default.handlebars->47->3040"
30668 ]
30669 },
30670 {
@@ -30715,12 +30722,12 @@
30722 "default-mobile.handlebars->11->563",
30723 "default.handlebars->47->1064",
30724 "default.handlebars->47->1177",
30718 - "default.handlebars->47->2162",
30719 - "default.handlebars->47->2242",
30720 - "default.handlebars->47->3046",
30721 - "default.handlebars->47->3106",
30722 - "default.handlebars->47->3156",
30723 - "default.handlebars->47->3251",
30725 + "default.handlebars->47->2163",
30726 + "default.handlebars->47->2243",
30727 + "default.handlebars->47->3047",
30728 + "default.handlebars->47->3107",
30729 + "default.handlebars->47->3157",
30730 + "default.handlebars->47->3252",
30731 "default.handlebars->47->457",
30732 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
30733 "default.handlebars->contextMenu->cxfiles",
@@ -30778,9 +30785,9 @@
30785 "zh-cht": "檔案通知",
30786 "hu": "Fájl kapcsolat értesítés",
30787 "xloc": [
30781 - "default.handlebars->47->2115",
30782 - "default.handlebars->47->2785",
30783 - "default.handlebars->47->2890",
30788 + "default.handlebars->47->2116",
30789 + "default.handlebars->47->2786",
30790 + "default.handlebars->47->2891",
30791 "default.handlebars->47->944"
30792 ]
30793 },
@@ -30808,9 +30815,9 @@
30815 "zh-cht": "檔案提示",
30816 "hu": "Fájl kapcsolat engedélykérés",
30817 "xloc": [
30811 - "default.handlebars->47->2114",
30812 - "default.handlebars->47->2784",
30813 - "default.handlebars->47->2889",
30818 + "default.handlebars->47->2115",
30819 + "default.handlebars->47->2785",
30820 + "default.handlebars->47->2890",
30821 "default.handlebars->47->943"
30822 ]
30823 },
@@ -30953,7 +30960,7 @@
30960 "zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒",
30961 "hu": "Felvétel kész, \\\"{0}\\\", {1} másodperc",
30962 "xloc": [
30956 - "default.handlebars->47->2588"
30963 + "default.handlebars->47->2589"
30964 ]
30965 },
30966 {
@@ -30980,7 +30987,7 @@
30987 "zh-cht": "錄製會話已完成,{0}秒",
30988 "hu": "Felvétel kész, {0} másodperc",
30989 "xloc": [
30983 - "default.handlebars->47->2449"
30990 + "default.handlebars->47->2450"
30991 ]
30992 },
30993 {
@@ -31008,7 +31015,7 @@
31015 "hu": "finn",
31016 "xloc": [
31017 "default-mobile.handlebars->11->169",
31011 - "default.handlebars->47->1831",
31018 + "default.handlebars->47->1832",
31019 "login2.handlebars->7->66"
31020 ]
31021 },
@@ -31066,8 +31073,8 @@
31073 "zh-cht": "防火牆未激活",
31074 "hu": "Tűzfal nincs bekapcsolva",
31075 "xloc": [
31069 - "default.handlebars->47->2379",
31070 - "default.handlebars->47->2393"
31076 + "default.handlebars->47->2380",
31077 + "default.handlebars->47->2394"
31078 ]
31079 },
31080 {
@@ -31134,7 +31141,7 @@
31141 "zh-cht": "標誌",
31142 "hu": "Jelzők",
31143 "xloc": [
31137 - "default.handlebars->47->2603"
31144 + "default.handlebars->47->2604"
31145 ]
31146 },
31147 {
@@ -31461,8 +31468,8 @@
31468 "zh-cht": "下次登入時強制重置密碼。",
31469 "hu": "A következő bejelentkezéskor kötelező a jelszót megváltozgatni.",
31470 "xloc": [
31464 - "default.handlebars->47->2718",
31465 - "default.handlebars->47->2982"
31471 + "default.handlebars->47->2719",
31472 + "default.handlebars->47->2983"
31473 ]
31474 },
31475 {
@@ -31489,7 +31496,7 @@
31496 "zh-cht": "強行斷開用戶 {0} 的桌面會話",
31497 "hu": "A {0} felhasználó asztali munkamenetének erőszakos megszakítása",
31498 "xloc": [
31492 - "default.handlebars->47->2576"
31499 + "default.handlebars->47->2577"
31500 ]
31501 },
31502 {
@@ -31516,7 +31523,7 @@
31523 "zh-cht": "強制斷開用戶 {0} 的文件會話",
31524 "hu": "A {0} felhasználó fájlmunkamenetének erőszakos szétkapcsolása",
31525 "xloc": [
31519 - "default.handlebars->47->2578"
31526 + "default.handlebars->47->2579"
31527 ]
31528 },
31529 {
@@ -31543,7 +31550,7 @@
31550 "zh-cht": "強制斷開用戶 {0} 的路由會話",
31551 "hu": "A {0} felhasználó átjárómunkamenetének erőszakos szétkapcsolása",
31552 "xloc": [
31546 - "default.handlebars->47->2579"
31553 + "default.handlebars->47->2580"
31554 ]
31555 },
31556 {
@@ -31570,7 +31577,7 @@
31577 "zh-cht": "強制斷開用戶 {0} 的終端會話",
31578 "hu": "A {0} felhasználó terminál munkamenetének erőszakos szétkapcsolása",
31579 "xloc": [
31573 - "default.handlebars->47->2577"
31580 + "default.handlebars->47->2578"
31581 ]
31582 },
31583 {
@@ -31681,7 +31688,7 @@
31688 "zh-cht": "格式化",
31689 "hu": "Format",
31690 "xloc": [
31684 - "default.handlebars->47->2621"
31691 + "default.handlebars->47->2622"
31692 ]
31693 },
31694 {
@@ -31761,8 +31768,8 @@
31768 "zh-cht": "自由",
31769 "hu": "Free",
31770 "xloc": [
31764 - "default.handlebars->47->3209",
31765 - "default.handlebars->47->3211"
31771 + "default.handlebars->47->3210",
31772 + "default.handlebars->47->3212"
31773 ]
31774 },
31775 {
@@ -31772,8 +31779,8 @@
31779 "hu": "Ingyenes szolgáltatás az ntfy.sh oldalon",
31780 "pl": "Darmowa usługa z ntfy.sh",
31781 "xloc": [
31775 - "default.handlebars->47->1731",
31776 - "default.handlebars->47->2946"
31782 + "default.handlebars->47->1732",
31783 + "default.handlebars->47->2947"
31784 ]
31785 },
31786 {
@@ -31829,7 +31836,7 @@
31836 "hu": "francia (Belgium)",
31837 "xloc": [
31838 "default-mobile.handlebars->11->171",
31832 - "default.handlebars->47->1833",
31839 + "default.handlebars->47->1834",
31840 "login2.handlebars->7->68"
31841 ]
31842 },
@@ -31858,7 +31865,7 @@
31865 "hu": "francia (Kanada)",
31866 "xloc": [
31867 "default-mobile.handlebars->11->172",
31861 - "default.handlebars->47->1834",
31868 + "default.handlebars->47->1835",
31869 "login2.handlebars->7->69"
31870 ]
31871 },
@@ -31887,7 +31894,7 @@
31894 "hu": "francia (Franciaország)",
31895 "xloc": [
31896 "default-mobile.handlebars->11->173",
31890 - "default.handlebars->47->1835",
31897 + "default.handlebars->47->1836",
31898 "login2.handlebars->7->70"
31899 ]
31900 },
@@ -31916,7 +31923,7 @@
31923 "hu": "francia (Luxembourg)",
31924 "xloc": [
31925 "default-mobile.handlebars->11->174",
31919 - "default.handlebars->47->1836",
31926 + "default.handlebars->47->1837",
31927 "login2.handlebars->7->71"
31928 ]
31929 },
@@ -31945,7 +31952,7 @@
31952 "hu": "francia (Monaco)",
31953 "xloc": [
31954 "default-mobile.handlebars->11->175",
31948 - "default.handlebars->47->1837",
31955 + "default.handlebars->47->1838",
31956 "login2.handlebars->7->72"
31957 ]
31958 },
@@ -31974,7 +31981,7 @@
31981 "hu": "francia",
31982 "xloc": [
31983 "default-mobile.handlebars->11->170",
31977 - "default.handlebars->47->1832",
31984 + "default.handlebars->47->1833",
31985 "login2.handlebars->7->67"
31986 ]
31987 },
@@ -32003,7 +32010,7 @@
32010 "hu": "francia (Svájc)",
32011 "xloc": [
32012 "default-mobile.handlebars->11->176",
32006 - "default.handlebars->47->1838",
32013 + "default.handlebars->47->1839",
32014 "login2.handlebars->7->73"
32015 ]
32016 },
@@ -32032,7 +32039,7 @@
32039 "hu": "fríz",
32040 "xloc": [
32041 "default-mobile.handlebars->11->177",
32035 - "default.handlebars->47->1839",
32042 + "default.handlebars->47->1840",
32043 "login2.handlebars->7->74"
32044 ]
32045 },
@@ -32061,7 +32068,7 @@
32068 "hu": "friuli",
32069 "xloc": [
32070 "default-mobile.handlebars->11->178",
32064 - "default.handlebars->47->1840",
32071 + "default.handlebars->47->1841",
32072 "login2.handlebars->7->75"
32073 ]
32074 },
@@ -32090,12 +32097,12 @@
32097 "hu": "Teljes körű adminisztrátor",
32098 "xloc": [
32099 "default-mobile.handlebars->11->343",
32093 - "default-mobile.handlebars->11->902",
32094 - "default-mobile.handlebars->11->920",
32095 - "default-mobile.handlebars->11->940",
32096 - "default.handlebars->47->2046",
32097 - "default.handlebars->47->2266",
32098 - "default.handlebars->47->2730"
32100 + "default-mobile.handlebars->11->903",
32101 + "default-mobile.handlebars->11->921",
32102 + "default-mobile.handlebars->11->941",
32103 + "default.handlebars->47->2047",
32104 + "default.handlebars->47->2267",
32105 + "default.handlebars->47->2731"
32106 ]
32107 },
32108 {
@@ -32122,7 +32129,7 @@
32129 "zh-cht": "完整管理員(保留所有權利)",
32130 "hu": "Teljes jogú adminisztrátor (minden jog)",
32131 "xloc": [
32125 - "default.handlebars->47->2305"
32132 + "default.handlebars->47->2306"
32133 ]
32134 },
32135 {
@@ -32284,7 +32291,7 @@
32291 "zh-cht": "完整管理員",
32292 "hu": "Teljes körű adminisztrátor",
32293 "xloc": [
32287 - "default.handlebars->47->2835"
32294 + "default.handlebars->47->2836"
32295 ]
32296 },
32297 {
@@ -32311,22 +32318,22 @@
32318 "zh-cht": "全自動的",
32319 "hu": "Teljesen automatikus",
32320 "xloc": [
32314 - "default.handlebars->47->2135",
32315 - "default.handlebars->47->2196"
32321 + "default.handlebars->47->2136",
32322 + "default.handlebars->47->2197"
32323 ]
32324 },
32325 {
32326 "en": "Fully Decrypted",
32327 "xloc": [
32321 - "default-mobile.handlebars->11->853",
32322 - "default.handlebars->47->1672"
32328 + "default-mobile.handlebars->11->854",
32329 + "default.handlebars->47->1673"
32330 ]
32331 },
32332 {
32333 "en": "Fully Encrypted",
32334 "xloc": [
32328 - "default-mobile.handlebars->11->855",
32329 - "default.handlebars->47->1674"
32335 + "default-mobile.handlebars->11->856",
32336 + "default.handlebars->47->1675"
32337 ]
32338 },
32339 {
@@ -32409,7 +32416,7 @@
32416 "hu": "gael (Ír)",
32417 "xloc": [
32418 "default-mobile.handlebars->11->180",
32412 - "default.handlebars->47->1842",
32419 + "default.handlebars->47->1843",
32420 "login2.handlebars->7->77"
32421 ]
32422 },
@@ -32438,7 +32445,7 @@
32445 "hu": "gael (Skót)",
32446 "xloc": [
32447 "default-mobile.handlebars->11->179",
32441 - "default.handlebars->47->1841",
32448 + "default.handlebars->47->1842",
32449 "login2.handlebars->7->76"
32450 ]
32451 },
@@ -32467,7 +32474,7 @@
32474 "hu": "galíciai",
32475 "xloc": [
32476 "default-mobile.handlebars->11->181",
32470 - "default.handlebars->47->1843",
32477 + "default.handlebars->47->1844",
32478 "login2.handlebars->7->78"
32479 ]
32480 },
@@ -32663,7 +32670,7 @@
32670 "zh-cht": "生成報告",
32671 "hu": "Jelentés készítése",
32672 "xloc": [
32666 - "default.handlebars->47->3087"
32673 + "default.handlebars->47->3088"
32674 ]
32675 },
32676 {
@@ -32718,7 +32725,7 @@
32725 "hu": "grúz",
32726 "xloc": [
32727 "default-mobile.handlebars->11->182",
32721 - "default.handlebars->47->1844",
32728 + "default.handlebars->47->1845",
32729 "login2.handlebars->7->79"
32730 ]
32731 },
@@ -32747,7 +32754,7 @@
32754 "hu": "német (Ausztria)",
32755 "xloc": [
32756 "default-mobile.handlebars->11->184",
32750 - "default.handlebars->47->1846",
32757 + "default.handlebars->47->1847",
32758 "login2.handlebars->7->81"
32759 ]
32760 },
@@ -32776,7 +32783,7 @@
32783 "hu": "német (Németország)",
32784 "xloc": [
32785 "default-mobile.handlebars->11->185",
32779 - "default.handlebars->47->1847",
32786 + "default.handlebars->47->1848",
32787 "login2.handlebars->7->82"
32788 ]
32789 },
@@ -32805,7 +32812,7 @@
32812 "hu": "német (Liechtenstein)",
32813 "xloc": [
32814 "default-mobile.handlebars->11->186",
32808 - "default.handlebars->47->1848",
32815 + "default.handlebars->47->1849",
32816 "login2.handlebars->7->83"
32817 ]
32818 },
@@ -32834,7 +32841,7 @@
32841 "hu": "német (Luxemburg)",
32842 "xloc": [
32843 "default-mobile.handlebars->11->187",
32837 - "default.handlebars->47->1849",
32844 + "default.handlebars->47->1850",
32845 "login2.handlebars->7->84"
32846 ]
32847 },
@@ -32863,7 +32870,7 @@
32870 "hu": "német",
32871 "xloc": [
32872 "default-mobile.handlebars->11->183",
32866 - "default.handlebars->47->1845",
32873 + "default.handlebars->47->1846",
32874 "login2.handlebars->7->80"
32875 ]
32876 },
@@ -32892,7 +32899,7 @@
32899 "hu": "német (Svájc)",
32900 "xloc": [
32901 "default-mobile.handlebars->11->188",
32895 - "default.handlebars->47->1850",
32902 + "default.handlebars->47->1851",
32903 "login2.handlebars->7->85"
32904 ]
32905 },
@@ -33002,7 +33009,7 @@
33009 "zh-cht": "正在獲取剪貼板內容,{0}個字節",
33010 "hu": "A vágólap tartalmának lekérése, {0} bájt",
33011 "xloc": [
33005 - "default.handlebars->47->2463"
33012 + "default.handlebars->47->2464"
33013 ]
33014 },
33015 {
@@ -33157,7 +33164,7 @@
33164 "zh-cht": "好",
33165 "hu": "megfelelő",
33166 "xloc": [
33160 - "default.handlebars->47->2042"
33167 + "default.handlebars->47->2043"
33168 ]
33169 },
33170 {
@@ -33216,8 +33223,8 @@
33223 "zh-cht": "Google雲端硬盤備份",
33224 "hu": "Google Drive Biztonsági mentés",
33225 "xloc": [
33219 - "default.handlebars->47->2063",
33220 - "default.handlebars->47->2066",
33226 + "default.handlebars->47->2064",
33227 + "default.handlebars->47->2067",
33228 "default.handlebars->47->320"
33229 ]
33230 },
@@ -33245,7 +33252,7 @@
33252 "zh-cht": "Google雲端硬盤控制台",
33253 "hu": "Google Drive Consol",
33254 "xloc": [
33248 - "default.handlebars->47->2060"
33255 + "default.handlebars->47->2061"
33256 ]
33257 },
33258 {
@@ -33299,7 +33306,7 @@
33306 "zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
33307 "hu": "A Google Drive biztonsági mentése jelenleg aktív.",
33308 "xloc": [
33302 - "default.handlebars->47->2064"
33309 + "default.handlebars->47->2065"
33310 ]
33311 },
33312 {
@@ -33351,7 +33358,7 @@
33358 "hu": "görög",
33359 "xloc": [
33360 "default-mobile.handlebars->11->189",
33354 - "default.handlebars->47->1851",
33361 + "default.handlebars->47->1852",
33362 "login2.handlebars->7->86"
33363 ]
33364 },
@@ -33380,7 +33387,7 @@
33387 "hu": "Csoport",
33388 "xloc": [
33389 "default-mobile.handlebars->11->478",
33383 - "default.handlebars->47->3103",
33390 + "default.handlebars->47->3104",
33391 "default.handlebars->47->861",
33392 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
33393 ]
@@ -33409,8 +33416,8 @@
33416 "zh-cht": "集體指令",
33417 "hu": "Művelet a kijelölteken",
33418 "xloc": [
33412 - "default.handlebars->47->2671",
33413 - "default.handlebars->47->2754",
33419 + "default.handlebars->47->2672",
33420 + "default.handlebars->47->2755",
33421 "default.handlebars->47->723",
33422 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
33423 "default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -33441,7 +33448,7 @@
33448 "zh-cht": "通過...分群",
33449 "hu": "Csoportosítás",
33450 "xloc": [
33444 - "default.handlebars->47->2617"
33451 + "default.handlebars->47->2618"
33452 ]
33453 },
33454 {
@@ -33469,7 +33476,7 @@
33476 "hu": "Csoport azonosító",
33477 "xloc": [
33478 "agent-translations.json",
33472 - "default.handlebars->47->2771"
33479 + "default.handlebars->47->2772"
33480 ]
33481 },
33482 {
@@ -33496,7 +33503,7 @@
33503 "zh-cht": "群組成員",
33504 "hu": "Csoporttagok",
33505 "xloc": [
33499 - "default.handlebars->47->2796"
33506 + "default.handlebars->47->2797"
33507 ]
33508 },
33509 {
@@ -33535,7 +33542,7 @@
33542 "hu": "Csoport típus",
33543 "de": "Gruppentyp",
33544 "xloc": [
33538 - "default.handlebars->47->2772"
33545 + "default.handlebars->47->2773"
33546 ]
33547 },
33548 {
@@ -33562,8 +33569,8 @@
33569 "zh-cht": "通過...分群",
33570 "hu": "Csoportosítás",
33571 "xloc": [

This file is too large to show in full.

views/default-mobile.handlebars
+6
@@ -6152,6 +6152,12 @@
6152 var fsize = (j === 0 ? `${m.size} ${sizes[j]}` : `${(m.size / (1024 ** j)).toFixed(2)} ${sizes[j]}`);
6153 x += addDetailItem("Capacity", EscapeHtml(fsize), s);
6154 }
6155 + if (m.sizeremaining) {
6156 + var sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB'];
6157 + var j = parseInt(Math.floor(Math.log(Math.abs(m.sizeremaining)) / Math.log(1024)), 10);
6158 + var fsize = (j === 0 ? `${m.sizeremaining} ${sizes[j]}` : `${(m.sizeremaining / (1024 ** j)).toFixed(2)} ${sizes[j]}`);
6159 + x += addDetailItem("Capacity Remaining", EscapeHtml(fsize), s);
6160 + }
6161 if (m.type) { x += addDetailItem("File System", (m.removable == true ? ("Removable" + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); }
6162
6163 if (m.protectionStatus || m.volumeStatus) {
views/default.handlebars
+6
@@ -12134,6 +12134,12 @@
12134 var fsize = (j === 0 ? `${m.size} ${sizes[j]}` : `${(m.size / (1024 ** j)).toFixed(2)} ${sizes[j]}`);
12135 x += addDetailItem("Capacity", EscapeHtml(fsize), s);
12136 }
12137 + if (m.sizeremaining) {
12138 + var sizes = ['Bytes', 'KB', 'MB', 'GB', 'TB'];
12139 + var j = parseInt(Math.floor(Math.log(Math.abs(m.sizeremaining)) / Math.log(1024)), 10);
12140 + var fsize = (j === 0 ? `${m.sizeremaining} ${sizes[j]}` : `${(m.sizeremaining / (1024 ** j)).toFixed(2)} ${sizes[j]}`);
12141 + x += addDetailItem("Capacity Remaining", EscapeHtml(fsize), s);
12142 + }
12143 if (m.type) { x += addDetailItem("File System", (m.removable == true ? ("Removable" + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); }
12144
12145 if (m.protectionStatus || m.volumeStatus) {