Translate.json fixed, crash on device delete fix.

Ylian Saint-Hilaire committed Dec 28, 2019 at 21:36 UTC 9b7eca1f7f8b2a47f7845ceb44be6d9f625ecb11
3 files changed +171 -141
meshuser.js
+1 -1
@@ -2135,7 +2135,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2135 });
2136
2137 // Event node deletion
2138 - var event = { etype: 'node', userid: user._id, username: user.name, action: 'removenode', nodeid: node._id, msg: 'Removed device ' + node.name + ' from group ' + mesh.name, domain: domain.id };
2138 + var event = { etype: 'node', userid: user._id, username: user.name, action: 'removenode', nodeid: node._id, msg: 'Removed device ' + node.name + ' from group ' + parent.meshes[node.meshid].name, domain: domain.id };
2139 // TODO: We can't use the changeStream for node delete because we will not know the meshid the device was in.
2140 //if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to remove the node. Another event will come.
2141 parent.parent.DispatchEvent(['*', node.meshid], obj, event);
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.4.6-q",
3 + "version": "0.4.6-r",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",
translate/translate.json
+169 -139
@@ -391,7 +391,7 @@
391 "xloc": [
392 "default.handlebars->23->620",
393 "default.handlebars->23->1116",
394 - "default.handlebars->23->1280",
394 + "default.handlebars->23->1284",
395 "default-mobile.handlebars->9->64",
396 "default-mobile.handlebars->9->240"
397 ]
@@ -414,7 +414,7 @@
414 "ja": "1つのアクティブなセッション",
415 "nl": "1 actieve sessie",
416 "xloc": [
417 - "default.handlebars->23->1264"
417 + "default.handlebars->23->1268"
418 ]
419 },
420 {
@@ -451,7 +451,7 @@
451 "ja": "1グループ",
452 "nl": "1 groep",
453 "xloc": [
454 - "default.handlebars->23->1248"
454 + "default.handlebars->23->1252"
455 ]
456 },
457 {
@@ -995,7 +995,7 @@
995 "ja": "サーバーファイルへのアクセス",
996 "nl": "Toegang tot de server bestanden",
997 "xloc": [
998 - "default.handlebars->23->1229"
998 + "default.handlebars->23->1233"
999 ]
1000 },
1001 {
@@ -1448,7 +1448,7 @@
1448 "ja": "管理レルム",
1449 "nl": "Beheerdersgebied",
1450 "xloc": [
1451 - "default.handlebars->23->1252"
1451 + "default.handlebars->23->1256"
1452 ]
1453 },
1454 {
@@ -1601,7 +1601,7 @@
1601 "ja": "エージェント",
1602 "nl": "Agents",
1603 "xloc": [
1604 - "default.handlebars->23->1317"
1604 + "default.handlebars->23->1321"
1605 ]
1606 },
1607 {
@@ -2066,7 +2066,7 @@
2066 "cs": "Opravdu chcete {0} zásuvný modul: {1}",
2067 "nl": "Weet u zeker dat u de plug-in {0} wilt gebruiken: {1}",
2068 "xloc": [
2069 - "default.handlebars->23->1352"
2069 + "default.handlebars->23->1356"
2070 ]
2071 },
2072 {
@@ -2150,14 +2150,14 @@
2150 "cs": "Aplikace pro ověřování se",
2151 "nl": "Verificatie-app",
2152 "xloc": [
2153 - "default.handlebars->23->1253"
2153 + "default.handlebars->23->1257"
2154 ]
2155 },
2156 {
2157 "en": "Authenticator App",
2158 "pt": "Autenticador de aplicativo",
2159 "ja": "認証アプリ",
2160 - "cs": "Aplikace pro ověřování se,
2160 + "cs": "Aplikace pro ověřování se",
2161 "nl": "Verificatie-app",
2162 "xloc": [
2163 "default.handlebars->23->117",
@@ -2341,7 +2341,7 @@
2341 "cs": "Záložní kódy",
2342 "nl": "Back-up codes",
2343 "xloc": [
2344 - "default.handlebars->23->1255"
2344 + "default.handlebars->23->1259"
2345 ]
2346 },
2347 {
@@ -2474,7 +2474,7 @@
2474 "cs": "Chyba volání",
2475 "nl": "Oproepfout",
2476 "xloc": [
2477 - "default.handlebars->23->1353"
2477 + "default.handlebars->23->1357"
2478 ]
2479 },
2480 {
@@ -2564,7 +2564,7 @@
2564 "ja": "{0}のメールを変更",
2565 "nl": "Verander e-mail voor {0}",
2566 "xloc": [
2567 - "default.handlebars->23->1268"
2567 + "default.handlebars->23->1272"
2568 ]
2569 },
2570 {
@@ -2587,7 +2587,7 @@
2587 "nl": "Verander wachtwoord",
2588 "xloc": [
2589 "default.handlebars->23->915",
2590 - "default.handlebars->23->1263",
2590 + "default.handlebars->23->1267",
2591 "default-mobile.handlebars->9->46"
2592 ]
2593 },
@@ -2609,7 +2609,7 @@
2609 "cs": "Změnit heslo pro {0}",
2610 "nl": "Verander wachtwoord voor {0}",
2611 "xloc": [
2612 - "default.handlebars->23->1275"
2612 + "default.handlebars->23->1279"
2613 ]
2614 },
2615 {
@@ -2733,7 +2733,7 @@
2733 "nl": "Controleren...",
2734 "xloc": [
2735 "default.handlebars->23->689",
2736 - "default.handlebars->23->1349"
2736 + "default.handlebars->23->1353"
2737 ]
2738 },
2739 {
@@ -2828,7 +2828,7 @@
2828 "cs": "CIRA Server",
2829 "nl": "CIRA Server",
2830 "xloc": [
2831 - "default.handlebars->23->1343"
2831 + "default.handlebars->23->1347"
2832 ]
2833 },
2834 {
@@ -2838,7 +2838,7 @@
2838 "cs": "příkazy CIRA serveru",
2839 "nl": "CIRA Server opdrachten",
2840 "xloc": [
2841 - "default.handlebars->23->1344"
2841 + "default.handlebars->23->1348"
2842 ]
2843 },
2844 {
@@ -3216,7 +3216,7 @@
3216 "cs": "Počitadlo připojení",
3217 "nl": "Aantal verbindingen",
3218 "xloc": [
3219 - "default.handlebars->23->1316"
3219 + "default.handlebars->23->1320"
3220 ]
3221 },
3222 {
@@ -3226,7 +3226,7 @@
3226 "cs": "Předávání (relay) spojení",
3227 "nl": "Verbindings Relay",
3228 "xloc": [
3229 - "default.handlebars->23->1342"
3229 + "default.handlebars->23->1346"
3230 ]
3231 },
3232 {
@@ -3292,7 +3292,7 @@
3292 "cs": "Cookie enkodér",
3293 "nl": "Cookie encoder",
3294 "xloc": [
3295 - "default.handlebars->23->1330"
3295 + "default.handlebars->23->1334"
3296 ]
3297 },
3298 {
@@ -3468,7 +3468,7 @@
3468 "cs": "Hlavní server",
3469 "nl": "Core Server",
3470 "xloc": [
3471 - "default.handlebars->23->1329"
3471 + "default.handlebars->23->1333"
3472 ]
3473 },
3474 {
@@ -3488,7 +3488,7 @@
3488 "cs": "vytížení procesoru v uplynulých 15 minutách",
3489 "nl": "CPU-belasting in de afgelopen 15 minuten",
3490 "xloc": [
3491 - "default.handlebars->23->1312"
3491 + "default.handlebars->23->1316"
3492 ]
3493 },
3494 {
@@ -3498,7 +3498,7 @@
3498 "cs": "vyžítení procesoru v uplynulých 5 minutách",
3499 "nl": "CPU-belasting in de afgelopen 5 minuten",
3500 "xloc": [
3501 - "default.handlebars->23->1311"
3501 + "default.handlebars->23->1315"
3502 ]
3503 },
3504 {
@@ -3508,7 +3508,7 @@
3508 "ja": "直前のCPU負荷",
3509 "nl": "CPU-belasting in de laatste minuut",
3510 "xloc": [
3511 - "default.handlebars->23->1310"
3511 + "default.handlebars->23->1314"
3512 ]
3513 },
3514 {
@@ -3593,7 +3593,7 @@
3593 "cs": "Vytváření",
3594 "nl": "Aanmaken",
3595 "xloc": [
3596 - "default.handlebars->23->1241"
3596 + "default.handlebars->23->1245"
3597 ]
3598 },
3599 {
@@ -3761,7 +3761,7 @@
3761 "nl": "Dag",
3762 "xloc": [
3763 "default.handlebars->23->526",
3764 - "default.handlebars->23->1277"
3764 + "default.handlebars->23->1281"
3765 ]
3766 },
3767 {
@@ -3901,7 +3901,7 @@
3901 "ja": "ユーザーを削除{0}",
3902 "nl": "Verwijder gebruiker {0}",
3903 "xloc": [
3904 - "default.handlebars->23->1276"
3904 + "default.handlebars->23->1280"
3905 ]
3906 },
3907 {
@@ -3981,6 +3981,7 @@
3981 "default.handlebars->23->927",
3982 "default.handlebars->23->951",
3983 "default.handlebars->23->1034",
3984 + "default.handlebars->23->1229",
3985 "default-mobile.handlebars->9->57",
3986 "default-mobile.handlebars->9->138",
3987 "default-mobile.handlebars->9->139",
@@ -4165,8 +4166,8 @@
4166 "nl": "Apparaatgroepen",
4167 "xloc": [
4168 "default.handlebars->container->column_l->p2->9",
4168 - "default.handlebars->23->1250",
4169 - "default.handlebars->23->1303",
4169 + "default.handlebars->23->1254",
4170 + "default.handlebars->23->1307",
4171 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3"
4172 ]
4173 },
@@ -4863,9 +4864,9 @@
4864 "xloc": [
4865 "default.handlebars->23->277",
4866 "default.handlebars->23->1203",
4866 - "default.handlebars->23->1237",
4867 - "default.handlebars->23->1238",
4868 - "default.handlebars->23->1266",
4867 + "default.handlebars->23->1241",
4868 + "default.handlebars->23->1242",
4869 + "default.handlebars->23->1270",
4870 "default-mobile.handlebars->9->34"
4871 ]
4872 },
@@ -4887,7 +4888,7 @@
4888 "ja": "メールが確認されました",
4889 "nl": "E-mail is geverifieerd",
4890 "xloc": [
4890 - "default.handlebars->23->1234"
4891 + "default.handlebars->23->1238"
4892 ]
4893 },
4894 {
@@ -4907,7 +4908,7 @@
4908 "ja": "メールが確認されていません",
4909 "nl": "E-mail is niet geverifieerd",
4910 "xloc": [
4910 - "default.handlebars->23->1235"
4911 + "default.handlebars->23->1239"
4912 ]
4913 },
4914 {
@@ -5549,7 +5550,7 @@
5550 "nl": "Forceer wachtwoord opnieuw instellen bij de volgende aanmelding.",
5551 "xloc": [
5552 "default.handlebars->23->1207",
5552 - "default.handlebars->23->1273"
5553 + "default.handlebars->23->1277"
5554 ]
5555 },
5556 {
@@ -5602,8 +5603,8 @@
5603 "cs": "Volné",
5604 "nl": "Vrij",
5605 "xloc": [
5605 - "default.handlebars->23->1284",
5606 - "default.handlebars->23->1286"
5606 + "default.handlebars->23->1288",
5607 + "default.handlebars->23->1290"
5608 ]
5609 },
5610 {
@@ -5614,7 +5615,7 @@
5615 "cs": "volné",
5616 "nl": "vrij",
5617 "xloc": [
5617 - "default.handlebars->23->1314"
5618 + "default.handlebars->23->1318"
5619 ]
5620 },
5621 {
@@ -5753,7 +5754,7 @@
5754 "ja": "完全な管理者",
5755 "nl": "Volledige beheerder",
5756 "xloc": [
5756 - "default.handlebars->23->1230"
5757 + "default.handlebars->23->1234"
5758 ]
5759 },
5760 {
@@ -6523,8 +6524,8 @@
6524 "xloc": [
6525 "default.handlebars->23->1105",
6526 "default.handlebars->23->1111",
6526 - "default.handlebars->23->1321",
6527 - "default.handlebars->23->1341"
6527 + "default.handlebars->23->1325",
6528 + "default.handlebars->23->1345"
6529 ]
6530 },
6531 {
@@ -7462,7 +7463,7 @@
7463 "ja": "最終変更:{0}",
7464 "nl": "Laatst gewijzigd: {0}",
7465 "xloc": [
7465 - "default.handlebars->23->1246"
7466 + "default.handlebars->23->1250"
7467 ]
7468 },
7469 {
@@ -7495,7 +7496,7 @@
7496 "cs": "Poslední přihlášení",
7497 "nl": "Laatste inlog",
7498 "xloc": [
7498 - "default.handlebars->23->1242"
7499 + "default.handlebars->23->1246"
7500 ]
7501 },
7502 {
@@ -7595,7 +7596,7 @@
7596 "cs": "Méně",
7597 "nl": "Minder",
7598 "xloc": [
7598 - "default.handlebars->23->1355"
7599 + "default.handlebars->23->1359"
7600 ]
7601 },
7602 {
@@ -7933,7 +7934,7 @@
7934 "ja": "アカウントをロック",
7935 "nl": "Account vergrendelen",
7936 "xloc": [
7936 - "default.handlebars->23->1223"
7937 + "default.handlebars->23->1224"
7938 ]
7939 },
7940 {
@@ -7955,7 +7956,7 @@
7956 "cs": "Uzamknutý účet",
7957 "nl": "Vergrendeld account",
7958 "xloc": [
7958 - "default.handlebars->23->1227"
7959 + "default.handlebars->23->1231"
7960 ]
7961 },
7962 {
@@ -8111,7 +8112,7 @@
8112 "cs": "Zprávy hlavního serveru",
8113 "nl": "Hoofdserver berichten",
8114 "xloc": [
8114 - "default.handlebars->23->1332"
8115 + "default.handlebars->23->1336"
8116 ]
8117 },
8118 {
@@ -8355,7 +8356,7 @@
8356 "ja": "メガバイト",
8357 "nl": "Megabytes",
8358 "xloc": [
8358 - "default.handlebars->23->1322"
8359 + "default.handlebars->23->1326"
8360 ]
8361 },
8362 {
@@ -8368,7 +8369,7 @@
8369 "xloc": [
8370 "default.handlebars->container->column_l->p40->3->1->p40type->3",
8371 "default.handlebars->23->70",
8371 - "default.handlebars->23->1313"
8372 + "default.handlebars->23->1317"
8373 ]
8374 },
8375 {
@@ -8439,7 +8440,7 @@
8440 "cs": "MeshAgent provoz",
8441 "nl": "MeshAgent verkeer",
8442 "xloc": [
8442 - "default.handlebars->23->1334"
8443 + "default.handlebars->23->1338"
8444 ]
8445 },
8446 {
@@ -8448,7 +8449,7 @@
8449 "cs": "MeshAgent aktualizace",
8450 "nl": "MeshAgent update",
8451 "xloc": [
8451 - "default.handlebars->23->1335"
8452 + "default.handlebars->23->1339"
8453 ]
8454 },
8455 {
@@ -8509,7 +8510,7 @@
8510 "cs": "MeshCentral Server Peering",
8511 "nl": "MeshCentral Server Peering",
8512 "xloc": [
8512 - "default.handlebars->23->1333"
8513 + "default.handlebars->23->1337"
8514 ]
8515 },
8516 {
@@ -8594,7 +8595,7 @@
8595 "cs": "Odesílatel",
8596 "nl": "Bericht Dispatcher",
8597 "xloc": [
8597 - "default.handlebars->23->1331"
8598 + "default.handlebars->23->1335"
8599 ]
8600 },
8601 {
@@ -8667,7 +8668,7 @@
8668 "ja": "もっと",
8669 "nl": "Meer",
8670 "xloc": [
8670 - "default.handlebars->23->1354"
8671 + "default.handlebars->23->1358"
8672 ]
8673 },
8674 {
@@ -8983,6 +8984,7 @@
8984 "default.handlebars->23->1033",
8985 "default.handlebars->23->1161",
8986 "default.handlebars->23->1202",
8987 + "default.handlebars->23->1228",
8988 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
8989 "default-mobile.handlebars->9->53",
8990 "default-mobile.handlebars->9->132",
@@ -9247,7 +9249,7 @@
9249 "xloc": [
9250 "default.handlebars->23->657",
9251 "default.handlebars->23->1151",
9250 - "default.handlebars->23->1279"
9252 + "default.handlebars->23->1283"
9253 ]
9254 },
9255 {
@@ -9354,7 +9356,7 @@
9356 "cs": "Žádná nová skupina zařízení",
9357 "nl": "Geen nieuwe apparaatgroepen",
9358 "xloc": [
9357 - "default.handlebars->23->1224"
9359 + "default.handlebars->23->1225"
9360 ]
9361 },
9362 {
@@ -9410,7 +9412,7 @@
9412 "cs": "Žádná práva k serveru",
9413 "nl": "Geen server rechten",
9414 "xloc": [
9413 - "default.handlebars->23->1228"
9415 + "default.handlebars->23->1232"
9416 ]
9417 },
9418 {
@@ -9455,7 +9457,7 @@
9457 "ja": "ツールなし(MeshCmd / Router)",
9458 "nl": "Geen Tools (MeshCmd/Router)",
9459 "xloc": [
9458 - "default.handlebars->23->1225"
9460 + "default.handlebars->23->1226"
9461 ]
9462 },
9463 {
@@ -9511,8 +9513,8 @@
9513 "default.handlebars->23->968",
9514 "default.handlebars->23->973",
9515 "default.handlebars->23->1123",
9514 - "default.handlebars->23->1247",
9516 "default.handlebars->23->1251",
9517 + "default.handlebars->23->1255",
9518 "default-mobile.handlebars->9->72",
9519 "default-mobile.handlebars->9->90",
9520 "default-mobile.handlebars->9->92",
@@ -9597,7 +9599,7 @@
9599 "ja": "設定されていません",
9600 "nl": "Niet ingesteld",
9601 "xloc": [
9600 - "default.handlebars->23->1233"
9602 + "default.handlebars->23->1237"
9603 ]
9604 },
9605 {
@@ -9611,7 +9613,7 @@
9613 "default.handlebars->23->480",
9614 "default.handlebars->23->513",
9615 "default.handlebars->23->981",
9614 - "default.handlebars->23->1258"
9616 + "default.handlebars->23->1262"
9617 ]
9618 },
9619 {
@@ -9662,7 +9664,7 @@
9664 "cs": "Upozornit",
9665 "nl": "Melden",
9666 "xloc": [
9665 - "default.handlebars->23->1260"
9667 + "default.handlebars->23->1264"
9668 ]
9669 },
9670 {
@@ -9706,7 +9708,7 @@
9708 "cs": "Nastalo na {0}",
9709 "nl": "Heeft plaatsgevonden op {0}",
9710 "xloc": [
9709 - "default.handlebars->23->1282"
9711 + "default.handlebars->23->1286"
9712 ]
9713 },
9714 {
@@ -9984,7 +9986,7 @@
9986 "cs": "Částečná práva",
9987 "nl": "Gedeeltelijke rechten",
9988 "xloc": [
9987 - "default.handlebars->23->1231"
9989 + "default.handlebars->23->1235"
9990 ]
9991 },
9992 {
@@ -10010,10 +10012,10 @@
10012 "default.handlebars->23->530",
10013 "default.handlebars->23->1204",
10014 "default.handlebars->23->1205",
10013 - "default.handlebars->23->1243",
10014 - "default.handlebars->23->1245",
10015 - "default.handlebars->23->1269",
10016 - "default.handlebars->23->1270",
10015 + "default.handlebars->23->1247",
10016 + "default.handlebars->23->1249",
10017 + "default.handlebars->23->1273",
10018 + "default.handlebars->23->1274",
10019 "default-mobile.handlebars->9->210"
10020 ]
10021 },
@@ -10035,7 +10037,7 @@
10037 "cs": "Nápověda k heslu",
10038 "nl": "wachtwoord hint",
10039 "xloc": [
10038 - "default.handlebars->23->1271"
10040 + "default.handlebars->23->1275"
10041 ]
10042 },
10043 {
@@ -10357,7 +10359,7 @@
10359 "nl": "Plugin Actie",
10360 "xloc": [
10361 "default.handlebars->23->171",
10360 - "default.handlebars->23->1351"
10362 + "default.handlebars->23->1355"
10363 ]
10364 },
10365 {
@@ -10817,8 +10819,8 @@
10819 "cs": "Předávané relace",
10820 "nl": "Relay Sessies",
10821 "xloc": [
10820 - "default.handlebars->23->1307",
10821 - "default.handlebars->23->1320"
10822 + "default.handlebars->23->1311",
10823 + "default.handlebars->23->1324"
10824 ]
10825 },
10826 {
@@ -10967,7 +10969,7 @@
10969 "cs": "Odstranit celé 2-faktorové ověřování.",
10970 "nl": "Verwijder alle Tweestapsverificatie.",
10971 "xloc": [
10970 - "default.handlebars->23->1274"
10972 + "default.handlebars->23->1278"
10973 ]
10974 },
10975 {
@@ -11040,7 +11042,7 @@
11042 "nl": "Vereisten: {0}.",
11043 "xloc": [
11044 "default.handlebars->23->1211",
11043 - "default.handlebars->23->1272",
11045 + "default.handlebars->23->1276",
11046 "default-mobile.handlebars->9->45"
11047 ]
11048 },
@@ -11190,7 +11192,7 @@
11192 "ja": "制限事項",
11193 "nl": "Beperkingen",
11194 "xloc": [
11193 - "default.handlebars->23->1232"
11195 + "default.handlebars->23->1236"
11196 ]
11197 },
11198 {
@@ -11545,7 +11547,7 @@
11547 "xloc": [
11548 "default.handlebars->23->238",
11549 "default.handlebars->23->531",
11548 - "default.handlebars->23->1256",
11550 + "default.handlebars->23->1260",
11551 "default-mobile.handlebars->9->211"
11552 ]
11553 },
@@ -11557,7 +11559,7 @@
11559 "cs": "Bezpečnostní klíč",
11560 "nl": "Veiligheidssleutel",
11561 "xloc": [
11560 - "default.handlebars->23->1254"
11562 + "default.handlebars->23->1258"
11563 ]
11564 },
11565 {
@@ -11753,7 +11755,7 @@
11755 "cs": "Poslat upozornění uživateli",
11756 "nl": "Stuur gebruikersmelding",
11757 "xloc": [
11756 - "default.handlebars->23->1261"
11758 + "default.handlebars->23->1265"
11759 ]
11760 },
11761 {
@@ -11802,7 +11804,7 @@
11804 "cs": "Certifikát serveru",
11805 "nl": "Server Certificaat",
11806 "xloc": [
11805 - "default.handlebars->23->1336"
11807 + "default.handlebars->23->1340"
11808 ]
11809 },
11810 {
@@ -11870,7 +11872,7 @@
11872 "nl": "Serverrechten",
11873 "xloc": [
11874 "default.handlebars->23->1175",
11873 - "default.handlebars->23->1226"
11875 + "default.handlebars->23->1227"
11876 ]
11877 },
11878 {
@@ -11880,7 +11882,7 @@
11882 "cs": "Kvóta serveru",
11883 "nl": "Serverquotum",
11884 "xloc": [
11883 - "default.handlebars->23->1240"
11885 + "default.handlebars->23->1244"
11886 ]
11887 },
11888 {
@@ -11901,7 +11903,7 @@
11903 "cs": "Práva serveru",
11904 "nl": "Serverrechten",
11905 "xloc": [
11904 - "default.handlebars->23->1239"
11906 + "default.handlebars->23->1243"
11907 ]
11908 },
11909 {
@@ -11923,7 +11925,7 @@
11925 "cs": "Trasování serveru",
11926 "nl": "Server traceren",
11927 "xloc": [
11926 - "default.handlebars->23->1345"
11928 + "default.handlebars->23->1349"
11929 ]
11930 },
11931 {
@@ -11964,7 +11966,7 @@
11966 "cs": "ServerStats.csv",
11967 "nl": "ServerStats.csv",
11968 "xloc": [
11967 - "default.handlebars->23->1328"
11969 + "default.handlebars->23->1332"
11970 ]
11971 },
11972 {
@@ -11974,7 +11976,7 @@
11976 "cs": "servertrace.csv",
11977 "nl": "servertrace.csv",
11978 "xloc": [
11977 - "default.handlebars->23->1347"
11979 + "default.handlebars->23->1351"
11980 ]
11981 },
11982 {
@@ -12768,7 +12770,7 @@
12770 "nl": "Status",
12771 "xloc": [
12772 "default.handlebars->container->column_l->p42->p42tbl->1->0->7",
12771 - "default.handlebars->23->1267"
12773 + "default.handlebars->23->1271"
12774 ]
12775 },
12776 {
@@ -13099,7 +13101,7 @@
13101 "cs": "V tuto chvíli zde nejsou žádná upozornění",
13102 "nl": "Er zijn momenteel geen meldingen",
13103 "xloc": [
13102 - "default.handlebars->23->1281"
13104 + "default.handlebars->23->1285"
13105 ]
13106 },
13107 {
@@ -13264,7 +13266,7 @@
13266 "cs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
13267 "nl": "tijd, conn.agent, conn.gebruikers, conn.gebruikerssessies, conn.relaysessie, conn.intelamt, mem.extern, mem.heapused, mem.heaptotaal, mem.rss",
13268 "xloc": [
13267 - "default.handlebars->23->1327"
13269 + "default.handlebars->23->1331"
13270 ]
13271 },
13272 {
@@ -13274,7 +13276,7 @@
13276 "cs": "time, source, message",
13277 "nl": "tijd, bron, bericht",
13278 "xloc": [
13277 - "default.handlebars->23->1346"
13279 + "default.handlebars->23->1350"
13280 ]
13281 },
13282 {
@@ -13572,7 +13574,7 @@
13574 "ja": "合計",
13575 "nl": "totaal",
13576 "xloc": [
13575 - "default.handlebars->23->1315"
13577 + "default.handlebars->23->1319"
13578 ]
13579 },
13580 {
@@ -13930,7 +13932,7 @@
13932 "cs": "Aktuální",
13933 "nl": "Bijgewerkt",
13934 "xloc": [
13933 - "default.handlebars->23->1350"
13935 + "default.handlebars->23->1354"
13936 ]
13937 },
13938 {
@@ -14065,8 +14067,8 @@
14067 "ja": "中古",
14068 "nl": "Gebruikt",
14069 "xloc": [
14068 - "default.handlebars->23->1283",
14069 - "default.handlebars->23->1285"
14070 + "default.handlebars->23->1287",
14071 + "default.handlebars->23->1289"
14072 ]
14073 },
14074 {
@@ -14147,7 +14149,7 @@
14149 "nl": "gebruikersID",
14150 "xloc": [
14151 "default.handlebars->23->1092",
14150 - "default.handlebars->23->1236"
14152 + "default.handlebars->23->1240"
14153 ]
14154 },
14155 {
@@ -14203,7 +14205,7 @@
14205 "cs": "Relace uživatele",
14206 "nl": "Gebruikerssessie",
14207 "xloc": [
14206 - "default.handlebars->23->1319"
14208 + "default.handlebars->23->1323"
14209 ]
14210 },
14211 {
@@ -14298,7 +14300,8 @@
14300 "ja": "ユーザー",
14301 "nl": "Gebruikers",
14302 "xloc": [
14301 - "default.handlebars->23->1318"
14303 + "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral",
14304 + "default.handlebars->23->1322"
14305 ]
14306 },
14307 {
@@ -14432,7 +14435,7 @@
14435 "cs": "Zobrazit poznámky o tomto uživateli",
14436 "nl": "Bekijk opmerkingen over deze gebruiker",
14437 "xloc": [
14435 - "default.handlebars->23->1259"
14438 + "default.handlebars->23->1263"
14439 ]
14440 },
14441 {
@@ -14552,8 +14555,8 @@
14555 "cs": "Webový server",
14556 "nl": "webserver",
14557 "xloc": [
14555 - "default.handlebars->23->1337",
14556 - "default.handlebars->23->1338"
14558 + "default.handlebars->23->1341",
14559 + "default.handlebars->23->1342"
14560 ]
14561 },
14562 {
@@ -14564,7 +14567,7 @@
14567 "cs": "Požadavky webového serveru",
14568 "nl": "Webserver Verzoeken",
14569 "xloc": [
14567 - "default.handlebars->23->1339"
14570 + "default.handlebars->23->1343"
14571 ]
14572 },
14573 {
@@ -14575,7 +14578,7 @@
14578 "cs": "Web Socket Relay",
14579 "nl": "Web Socket Relay",
14580 "xloc": [
14578 - "default.handlebars->23->1340"
14581 + "default.handlebars->23->1344"
14582 ]
14583 },
14584 {
@@ -14619,7 +14622,7 @@
14622 "ja": "次回ログイン時に変更されます。",
14623 "nl": "Wordt bij de volgende aanmelding gewijzigd.",
14624 "xloc": [
14622 - "default.handlebars->23->1244"
14625 + "default.handlebars->23->1248"
14626 ]
14627 },
14628 {
@@ -15022,7 +15025,7 @@
15025 "cs": "{0} aktivních spojení",
15026 "nl": "{0} actieve sessies",
15027 "xloc": [
15025 - "default.handlebars->23->1265"
15028 + "default.handlebars->23->1269"
15029 ]
15030 },
15031 {
@@ -15085,7 +15088,7 @@
15088 "cs": "{0} skupin",
15089 "nl": "{0} groepen",
15090 "xloc": [
15088 - "default.handlebars->23->1249"
15091 + "default.handlebars->23->1253"
15092 ]
15093 },
15094 {
@@ -15483,7 +15486,7 @@
15486 "cs": "2-faktorové ověřování zapnuto",
15487 "nl": "Tweestapsverificatie ingeschakeld",
15488 "xloc": [
15486 - "default.handlebars->23->1257"
15489 + "default.handlebars->23->1261"
15490 ]
15491 },
15492 {
@@ -15492,7 +15495,7 @@
15495 "cs": "\\\\'",
15496 "nl": "\\\\'",
15497 "xloc": [
15495 - "default.handlebars->23->1348"
15498 + "default.handlebars->23->1352"
15499 ]
15500 },
15501 {
@@ -15525,12 +15528,8 @@
15528 ]
15529 },
15530 {
15528 - "en": "Summary -",
15531 "en": "Souhrn –",
15530 - "nl": "Samenvatting -",
15531 - "xloc": [
15532 - "default.handlebars->container->column_l->p21->p21title->3"
15533 - ]
15532 + "nl": "Samenvatting -"
15533 },
15534 {
15535 "en": "Power States",
@@ -15686,6 +15685,7 @@
15685 "cs": "Groups",
15686 "nl": "Groepen",
15687 "xloc": [
15688 + "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGroups",
15689 "default.handlebars->23->1162"
15690 ]
15691 },
@@ -15694,7 +15694,7 @@
15694 "cs": "Smazat uživatele",
15695 "nl": "Verwijder gebruiker",
15696 "xloc": [
15697 - "default.handlebars->23->1262"
15697 + "default.handlebars->23->1266"
15698 ]
15699 },
15700 {
@@ -15702,7 +15702,7 @@
15702 "cs": "Stav přihlášení za 7 dnů",
15703 "nl": "Inlogstatus afgelopen 7 dagen",
15704 "xloc": [
15705 - "default.handlebars->23->1278"
15705 + "default.handlebars->23->1282"
15706 ]
15707 },
15708 {
@@ -15710,7 +15710,7 @@
15710 "cs": "Vytížení procesoru",
15711 "nl": "CPU gebruik",
15712 "xloc": [
15713 - "default.handlebars->23->1309"
15713 + "default.handlebars->23->1313"
15714 ]
15715 },
15716 {
@@ -15718,14 +15718,14 @@
15718 "cs": "Stav serveru",
15719 "nl": "Server Status",
15720 "xloc": [
15721 - "default.handlebars->23->1287"
15721 + "default.handlebars->23->1291"
15722 ]
15723 },
15724 {
15725 "en": "Agent Error Counters",
15726 "cs": "Počitadla chyb agenta",
15727 "xloc": [
15728 - "default.handlebars->23->1288"
15728 + "default.handlebars->23->1292"
15729 ]
15730 },
15731 {
@@ -15733,7 +15733,7 @@
15733 "cs": "Neznámá skupina",
15734 "nl": "Onbekende groep",
15735 "xloc": [
15736 - "default.handlebars->23->1289"
15736 + "default.handlebars->23->1293"
15737 ]
15738 },
15739 {
@@ -15741,7 +15741,7 @@
15741 "cs": "Neplatný PKCS podpis",
15742 "nl": "Onjuiste PKCS handtekening",
15743 "xloc": [
15744 - "default.handlebars->23->1290"
15744 + "default.handlebars->23->1294"
15745 ]
15746 },
15747 {
@@ -15749,7 +15749,7 @@
15749 "cs": "Neplatný RSA podpis",
15750 "nl": "Ongeldige RSA handtekening",
15751 "xloc": [
15752 - "default.handlebars->23->1291"
15752 + "default.handlebars->23->1295"
15753 ]
15754 },
15755 {
@@ -15757,7 +15757,7 @@
15757 "cs": "Neplatný JSON",
15758 "nl": "Onjuiste JSON",
15759 "xloc": [
15760 - "default.handlebars->23->1292"
15760 + "default.handlebars->23->1296"
15761 ]
15762 },
15763 {
@@ -15765,7 +15765,7 @@
15765 "cs": "Neznámá akce",
15766 "nl": "Onbekende actie",
15767 "xloc": [
15768 - "default.handlebars->23->1293"
15768 + "default.handlebars->23->1297"
15769 ]
15770 },
15771 {
@@ -15773,7 +15773,7 @@
15773 "cs": "Nesprávný certifikát webu",
15774 "nl": "Onjuist webcertificaat",
15775 "xloc": [
15776 - "default.handlebars->23->1294"
15776 + "default.handlebars->23->1298"
15777 ]
15778 },
15779 {
@@ -15781,7 +15781,7 @@
15781 "cs": "Nesprávný podpis",
15782 "nl": "Ongeldige handtening",
15783 "xloc": [
15784 - "default.handlebars->23->1295"
15784 + "default.handlebars->23->1299"
15785 ]
15786 },
15787 {
@@ -15789,7 +15789,7 @@
15789 "cs": "Dosaženo maximálního počtu relací",
15790 "nl": "Max Sessies bereikt",
15791 "xloc": [
15792 - "default.handlebars->23->1296"
15792 + "default.handlebars->23->1300"
15793 ]
15794 },
15795 {
@@ -15797,7 +15797,7 @@
15797 "cs": "Neznámá skupina zařízení",
15798 "nl": "Onbekende apparaatgroep",
15799 "xloc": [
15800 - "default.handlebars->23->1297"
15800 + "default.handlebars->23->1301"
15801 ]
15802 },
15803 {
@@ -15805,7 +15805,7 @@
15805 "cs": "Neplatný typ skupiny zařízení",
15806 "nl": "Ongeldige apparaatgroep type",
15807 "xloc": [
15808 - "default.handlebars->23->1298"
15808 + "default.handlebars->23->1302"
15809 ]
15810 },
15811 {
@@ -15813,7 +15813,7 @@
15813 "cs": "Duplikovat agenta",
15814 "nl": "Duplicaat Agent",
15815 "xloc": [
15816 - "default.handlebars->23->1299"
15816 + "default.handlebars->23->1303"
15817 ]
15818 },
15819 {
@@ -15821,7 +15821,7 @@
15821 "cs": "Připojené Intel® AMT",
15822 "nl": "Verbonden Intel® AMT",
15823 "xloc": [
15824 - "default.handlebars->23->1300"
15824 + "default.handlebars->23->1304"
15825 ]
15826 },
15827 {
@@ -15829,7 +15829,7 @@
15829 "cs": "Chyby předávání (relay)",
15830 "nl": "Relay fouten",
15831 "xloc": [
15832 - "default.handlebars->23->1301"
15832 + "default.handlebars->23->1305"
15833 ]
15834 },
15835 {
@@ -15837,14 +15837,14 @@
15837 "cs": "Uživatelské účty",
15838 "nl": "Gebruikersaccounts",
15839 "xloc": [
15840 - "default.handlebars->23->1302"
15840 + "default.handlebars->23->1306"
15841 ]
15842 },
15843 {
15844 "en": "Agent Sessions",
15845 "cs": "Relace agenta",
15846 "xloc": [
15847 - "default.handlebars->23->1304"
15847 + "default.handlebars->23->1308"
15848 ]
15849 },
15850 {
@@ -15852,7 +15852,7 @@
15852 "cs": "Připojení",
15853 "nl": "Verbonden gebruikers",
15854 "xloc": [
15855 - "default.handlebars->23->1305"
15855 + "default.handlebars->23->1309"
15856 ]
15857 },
15858 {
@@ -15860,7 +15860,7 @@
15860 "cs": "Uživatelské relace",
15861 "nl": "gebruikers Sessies",
15862 "xloc": [
15863 - "default.handlebars->23->1306"
15863 + "default.handlebars->23->1310"
15864 ]
15865 },
15866 {
@@ -15909,28 +15909,28 @@
15909 "cs": "Externí",
15910 "nl": "Extern",
15911 "xloc": [
15912 - "default.handlebars->23->1323"
15912 + "default.handlebars->23->1327"
15913 ]
15914 },
15915 {
15916 "en": "Heap Used",
15917 "nl": "Heap gebruikt",
15918 "xloc": [
15919 - "default.handlebars->23->1324"
15919 + "default.handlebars->23->1328"
15920 ]
15921 },
15922 {
15923 "en": "Heap Total",
15924 "nl": "Heap Totaal",
15925 "xloc": [
15926 - "default.handlebars->23->1325"
15926 + "default.handlebars->23->1329"
15927 ]
15928 },
15929 {
15930 "en": "RSS",
15931 "nl": "RSS",
15932 "xloc": [
15933 - "default.handlebars->23->1326"
15933 + "default.handlebars->23->1330"
15934 ]
15935 },
15936 {
@@ -15958,7 +15958,7 @@
15958 "en": "Relay Count",
15959 "cs": "Počet předávání (relay)",
15960 "xloc": [
15961 - "default.handlebars->23->1308"
15961 + "default.handlebars->23->1312"
15962 ]
15963 },
15964 {
@@ -15966,6 +15966,36 @@
15966 "xloc": [
15967 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevAmt"
15968 ]
15969 + },
15970 + {
15971 + "en": "Summary -",
15972 + "xloc": [
15973 + "default.handlebars->container->column_l->p21->p21title->3"
15974 + ]
15975 + },
15976 + {
15977 + "en": "My User Groups",
15978 + "xloc": [
15979 + "default.handlebars->container->column_l->p50->p50title->0"
15980 + ]
15981 + },
15982 + {
15983 + "en": "New Group...",
15984 + "xloc": [
15985 + "default.handlebars->container->column_l->p50->3->1->0->3->3"
15986 + ]
15987 + },
15988 + {
15989 + "en": "Manage User Groups",
15990 + "xloc": [
15991 + "default.handlebars->23->1223"
15992 + ]
15993 + },
15994 + {
15995 + "en": "Create User Group",
15996 + "xloc": [
15997 + "default.handlebars->23->1230"
15998 + ]
15999 }
16000 ]
15971 -}
16001 +}
\ No newline at end of file