Now saves alternative RDP port to server.
Ylian Saint-Hilaire committed
Feb 17, 2020 at 14:19 UTC
e02c3f7672cc4be44716a5c5f3f6b8aa828f56b9
5 files changed
+1070
-1058
meshuser.js
+7
@@ -2740,6 +2740,13 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2740
if (command.icon && (command.icon != node.icon)) { change = 1; node.icon = command.icon; changes.push('icon'); }
2741
if (command.name && (command.name != node.name)) { change = 1; node.name = command.name; changes.push('name'); }
2742
if (command.host && (command.host != node.host)) { change = 1; node.host = command.host; changes.push('host'); }
2743
+ if ((typeof command.rdpport == 'number') && (command.rdpport > 0) && (command.rdpport < 65536)) {
2744
+ if ((command.rdpport == 3389) && (node.rdpport != null)) {
2745
+ delete node.rdpport; change = 1; changes.push('rdpport'); // Delete the RDP port
2746
+ } else {
2747
+ node.rdpport = command.rdpport; change = 1; changes.push('rdpport'); // Set the RDP port
2748
+ }
2749
+ }
2750
if (domain.geolocation && command.userloc && ((node.userloc == null) || (command.userloc[0] != node.userloc[0]) || (command.userloc[1] != node.userloc[1]))) {
2751
change = 1;
2752
if ((command.userloc.length == 0) && (node.userloc)) {
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.4.9-h",
3
+ "version": "0.4.9-i",
4
"keywords": [
5
"Remote Management",
6
"Intel AMT",
translate/translate.json
+1052
-1055
@@ -11,8 +11,8 @@
11
"pt": " + CIRA",
12
"ru": " + CIRA",
13
"xloc": [
14
- "default.handlebars->27->1024",
15
- "default.handlebars->27->1026"
14
+ "default.handlebars->27->1023",
15
+ "default.handlebars->27->1025"
16
]
17
},
18
{
@@ -176,7 +176,7 @@
176
"pt": " Dica de senha pode ser usada, mas não é recomendada.",
177
"ru": "Может быть использована подсказка пароля, но не рекоммендуется.",
178
"xloc": [
179
- "default.handlebars->27->956"
179
+ "default.handlebars->27->955"
180
]
181
},
182
{
@@ -190,8 +190,8 @@
190
"pt": " Os usuários precisam fazer login neste servidor uma vez antes de poderem ser adicionados a um grupo de dispositivos.",
191
"ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.",
192
"xloc": [
193
- "default.handlebars->27->1099",
194
- "default.handlebars->27->1329"
193
+ "default.handlebars->27->1098",
194
+ "default.handlebars->27->1328"
195
]
196
},
197
{
@@ -347,7 +347,7 @@
347
"pt": "* Deixe em branco para atribuir uma senha aleatória a cada dispositivo.",
348
"ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
349
"xloc": [
350
- "default.handlebars->27->1074"
350
+ "default.handlebars->27->1073"
351
]
352
},
353
{
@@ -377,7 +377,7 @@
377
"ru": ", ",
378
"xloc": [
379
"default-mobile.handlebars->9->330",
380
- "default.handlebars->27->1150"
380
+ "default.handlebars->27->1149"
381
]
382
},
383
{
@@ -406,7 +406,7 @@
406
"pt": ", O MQTT está online",
407
"ru": ", MQTT онлайн",
408
"xloc": [
409
- "default.handlebars->27->709"
409
+ "default.handlebars->27->708"
410
]
411
},
412
{
@@ -420,7 +420,7 @@
420
"pt": ", Soft-KVM",
421
"ru": ", Soft-KVM",
422
"xloc": [
423
- "default.handlebars->27->621"
423
+ "default.handlebars->27->620"
424
]
425
},
426
{
@@ -436,9 +436,9 @@
436
"xloc": [
437
"default-mobile.handlebars->9->228",
438
"default-mobile.handlebars->9->238",
439
- "default.handlebars->27->622",
440
- "default.handlebars->27->652",
441
- "default.handlebars->27->664",
439
+ "default.handlebars->27->621",
440
+ "default.handlebars->27->651",
441
+ "default.handlebars->27->663",
442
"xterm.handlebars->9->6"
443
]
444
},
@@ -535,9 +535,9 @@
535
"xloc": [
536
"default-mobile.handlebars->9->243",
537
"default-mobile.handlebars->9->67",
538
- "default.handlebars->27->1172",
539
- "default.handlebars->27->1405",
540
- "default.handlebars->27->666"
538
+ "default.handlebars->27->1171",
539
+ "default.handlebars->27->1404",
540
+ "default.handlebars->27->665"
541
]
542
},
543
{
@@ -580,7 +580,7 @@
580
"pt": "1 sessão ativa",
581
"ru": "1 активная сессия",
582
"xloc": [
583
- "default.handlebars->27->1369"
583
+ "default.handlebars->27->1368"
584
]
585
},
586
{
@@ -596,7 +596,7 @@
596
"xloc": [
597
"default-mobile.handlebars->9->334",
598
"default-mobile.handlebars->9->77",
599
- "default.handlebars->27->1189"
599
+ "default.handlebars->27->1188"
600
]
601
},
602
{
@@ -626,7 +626,7 @@
626
"pt": "1 grupo",
627
"ru": "1 группа",
628
"xloc": [
629
- "default.handlebars->27->1353"
629
+ "default.handlebars->27->1352"
630
]
631
},
632
{
@@ -683,7 +683,7 @@
683
"pt": "Mais 1 usuário não mostrado, use a caixa de pesquisa para procurar usuários...",
684
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
685
"xloc": [
686
- "default.handlebars->27->1224"
686
+ "default.handlebars->27->1223"
687
]
688
},
689
{
@@ -722,7 +722,7 @@
722
"pt": "1 sessão",
723
"ru": "1 сессия",
724
"xloc": [
725
- "default.handlebars->27->1228"
725
+ "default.handlebars->27->1227"
726
]
727
},
728
{
@@ -938,7 +938,7 @@
938
"pt": "Autenticação de segundo fator ativada",
939
"ru": "двухфакторная аутентификация включена",
940
"xloc": [
941
- "default.handlebars->27->1362"
941
+ "default.handlebars->27->1361"
942
]
943
},
944
{
@@ -1207,7 +1207,7 @@
1207
"pt": "Estado de energia de 7 dias",
1208
"ru": "7-дневная статистика работы",
1209
"xloc": [
1210
- "default.handlebars->27->561"
1210
+ "default.handlebars->27->560"
1211
]
1212
},
1213
{
@@ -1406,7 +1406,7 @@
1406
"ru": "ACM",
1407
"xloc": [
1408
"default-mobile.handlebars->9->182",
1409
- "default.handlebars->27->477"
1409
+ "default.handlebars->27->476"
1410
]
1411
},
1412
{
@@ -1494,7 +1494,7 @@
1494
"pt": "Acesso Negado",
1495
"ru": "Отказано в доступе",
1496
"xloc": [
1497
- "default.handlebars->27->710"
1497
+ "default.handlebars->27->709"
1498
]
1499
},
1500
{
@@ -1522,7 +1522,7 @@
1522
"pt": "Acesso aos arquivos do servidor",
1523
"ru": "Доступ к файлам сервера",
1524
"xloc": [
1525
- "default.handlebars->27->1334"
1525
+ "default.handlebars->27->1333"
1526
]
1527
},
1528
{
@@ -1585,10 +1585,10 @@
1585
"default-mobile.handlebars->9->52",
1586
"default-mobile.handlebars->9->54",
1587
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->1->0",
1588
- "default.handlebars->27->450",
1589
- "default.handlebars->27->452",
1590
- "default.handlebars->27->965",
1591
- "default.handlebars->27->967"
1588
+ "default.handlebars->27->449",
1589
+ "default.handlebars->27->451",
1590
+ "default.handlebars->27->964",
1591
+ "default.handlebars->27->966"
1592
]
1593
},
1594
{
@@ -1671,7 +1671,7 @@
1671
"pt": "Ação",
1672
"ru": "Действиe",
1673
"xloc": [
1674
- "default.handlebars->27->715",
1674
+ "default.handlebars->27->714",
1675
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
1676
]
1677
},
@@ -1681,8 +1681,8 @@
1681
"nl": "Actie bestand",
1682
"ru": "Файл действий",
1683
"xloc": [
1684
- "default.handlebars->27->601",
1685
- "default.handlebars->27->603"
1684
+ "default.handlebars->27->600",
1685
+ "default.handlebars->27->602"
1686
]
1687
},
1688
{
@@ -1697,7 +1697,7 @@
1697
"xloc": [
1698
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
1699
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1",
1700
- "default.handlebars->27->509",
1700
+ "default.handlebars->27->508",
1701
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
1702
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
1703
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
@@ -1744,8 +1744,8 @@
1744
"xloc": [
1745
"default-mobile.handlebars->9->177",
1746
"default-mobile.handlebars->9->179",
1747
- "default.handlebars->27->470",
1748
- "default.handlebars->27->472"
1747
+ "default.handlebars->27->469",
1748
+ "default.handlebars->27->471"
1749
]
1750
},
1751
{
@@ -1758,8 +1758,8 @@
1758
"pt": "Ativação",
1759
"ru": "Активация",
1760
"xloc": [
1761
- "default.handlebars->27->1037",
1762
- "default.handlebars->27->1039",
1761
+ "default.handlebars->27->1036",
1762
+ "default.handlebars->27->1038",
1763
"default.handlebars->27->230",
1764
"default.handlebars->27->232"
1765
]
@@ -1775,7 +1775,7 @@
1775
"pt": "Usuário ativo {0}",
1776
"ru": "Активный пользователь",
1777
"xloc": [
1778
- "default.handlebars->27->496"
1778
+ "default.handlebars->27->495"
1779
]
1780
},
1781
{
@@ -1817,7 +1817,7 @@
1817
"pt": "Adicionar evento do dispositivo",
1818
"ru": "Добавить событие к устройству",
1819
"xloc": [
1820
- "default.handlebars->27->544"
1820
+ "default.handlebars->27->543"
1821
]
1822
},
1823
{
@@ -1831,10 +1831,10 @@
1831
"pt": "Adicionar grupo de dispositivos",
1832
"ru": "Добавить группу устройств",
1833
"xloc": [
1834
- "default.handlebars->27->1124",
1835
- "default.handlebars->27->1126",
1836
- "default.handlebars->27->1308",
1837
- "default.handlebars->27->1382",
1834
+ "default.handlebars->27->1123",
1835
+ "default.handlebars->27->1125",
1836
+ "default.handlebars->27->1307",
1837
+ "default.handlebars->27->1381",
1838
"default.handlebars->27->205"
1839
]
1840
},
@@ -1901,7 +1901,7 @@
1901
"nl": "Lidmaatschap toevoegen",
1902
"ru": "Добавить участие",
1903
"xloc": [
1904
- "default.handlebars->27->1401"
1904
+ "default.handlebars->27->1400"
1905
]
1906
},
1907
{
@@ -1933,8 +1933,8 @@
1933
"default.handlebars->27->148",
1934
"default.handlebars->27->151",
1935
"default.handlebars->27->152",
1936
- "default.handlebars->27->734",
1937
- "default.handlebars->27->735"
1936
+ "default.handlebars->27->733",
1937
+ "default.handlebars->27->734"
1938
]
1939
},
1940
{
@@ -1945,9 +1945,9 @@
1945
"nl": "Gebruikersgroep toevoegen",
1946
"ru": "Добавить группу пользователей",
1947
"xloc": [
1948
- "default.handlebars->27->1031",
1949
- "default.handlebars->27->1125",
1950
- "default.handlebars->27->1391"
1948
+ "default.handlebars->27->1030",
1949
+ "default.handlebars->27->1124",
1950
+ "default.handlebars->27->1390"
1951
]
1952
},
1953
{
@@ -1975,8 +1975,8 @@
1975
"pt": "Adicionar usuários",
1976
"ru": "Добавить пользователей",
1977
"xloc": [
1978
- "default.handlebars->27->1030",
1979
- "default.handlebars->27->1303"
1978
+ "default.handlebars->27->1029",
1979
+ "default.handlebars->27->1302"
1980
]
1981
},
1982
{
@@ -1990,7 +1990,7 @@
1990
"pt": "Adicionar usuários ao grupo de dispositivos",
1991
"ru": "Добавить пользователей в группу устройств",
1992
"xloc": [
1993
- "default.handlebars->27->1123"
1993
+ "default.handlebars->27->1122"
1994
]
1995
},
1996
{
@@ -2001,7 +2001,7 @@
2001
"nl": "Voeg gebruikers toe aan de gebruikersgroep",
2002
"ru": "Добавить пользователей в группу",
2003
"xloc": [
2004
- "default.handlebars->27->1331"
2004
+ "default.handlebars->27->1330"
2005
]
2006
},
2007
{
@@ -2043,7 +2043,7 @@
2043
"pt": "Adicione um novo Intel® Computador AMT localizado na Internet.",
2044
"ru": "Добавить новый Intel® AMT компьютер, находящийся в интернете.",
2045
"xloc": [
2046
- "default.handlebars->27->1032",
2046
+ "default.handlebars->27->1031",
2047
"default.handlebars->27->223"
2048
]
2049
},
@@ -2058,7 +2058,7 @@
2058
"pt": "Adicione um novo Intel® AMT computer that is located on the local network.",
2059
"ru": "Добавить новый Intel® AMT компьютер, находящийся в локальной сети.",
2060
"xloc": [
2061
- "default.handlebars->27->1034",
2061
+ "default.handlebars->27->1033",
2062
"default.handlebars->27->225"
2063
]
2064
},
@@ -2087,7 +2087,7 @@
2087
"pt": "Adicione um novo computador a essa malha instalando o agente de malha.",
2088
"ru": "Добавить новый компьютер к этой сети установкой Mesh Agent.",
2089
"xloc": [
2090
- "default.handlebars->27->1040",
2090
+ "default.handlebars->27->1039",
2091
"default.handlebars->27->233"
2092
]
2093
},
@@ -2143,7 +2143,7 @@
2143
"pt": "Admin Realms",
2144
"ru": "Области администратора",
2145
"xloc": [
2146
- "default.handlebars->27->1357"
2146
+ "default.handlebars->27->1356"
2147
]
2148
},
2149
{
@@ -2170,7 +2170,7 @@
2170
"pt": "Domínios Administrativos",
2171
"ru": "Административные области",
2172
"xloc": [
2173
- "default.handlebars->27->1273"
2173
+ "default.handlebars->27->1272"
2174
]
2175
},
2176
{
@@ -2184,7 +2184,7 @@
2184
"pt": "Administrador",
2185
"ru": "Администратор",
2186
"xloc": [
2187
- "default.handlebars->27->1235"
2187
+ "default.handlebars->27->1234"
2188
]
2189
},
2190
{
@@ -2197,7 +2197,7 @@
2197
"pt": "afrikaans",
2198
"ru": "Африканский",
2199
"xloc": [
2200
- "default.handlebars->27->737"
2200
+ "default.handlebars->27->736"
2201
]
2202
},
2203
{
@@ -2214,8 +2214,8 @@
2214
"default-mobile.handlebars->9->121",
2215
"default-mobile.handlebars->9->174",
2216
"default-mobile.handlebars->9->190",
2217
- "default.handlebars->27->1160",
2218
- "default.handlebars->27->1166",
2217
+ "default.handlebars->27->1159",
2218
+ "default.handlebars->27->1165",
2219
"default.handlebars->27->184",
2220
"default.handlebars->27->371",
2221
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -2229,8 +2229,8 @@
2229
"nl": "Agent + Intel AMT",
2230
"ru": "Агент + Intel AMT",
2231
"xloc": [
2232
- "default.handlebars->27->1162",
2233
- "default.handlebars->27->1168"
2232
+ "default.handlebars->27->1161",
2233
+ "default.handlebars->27->1167"
2234
]
2235
},
2236
{
@@ -2257,7 +2257,7 @@
2257
"ru": "Консоль агента",
2258
"xloc": [
2259
"default-mobile.handlebars->9->315",
2260
- "default.handlebars->27->1134"
2260
+ "default.handlebars->27->1133"
2261
]
2262
},
2263
{
@@ -2268,7 +2268,7 @@
2268
"nl": "Agent fout tellers",
2269
"ru": "Счетчик ошибок агента",
2270
"xloc": [
2271
- "default.handlebars->27->1413"
2271
+ "default.handlebars->27->1412"
2272
]
2273
},
2274
{
@@ -2314,7 +2314,7 @@
2314
"nl": "Agent Sessies",
2315
"ru": "Сессии агентов",
2316
"xloc": [
2317
- "default.handlebars->27->1429"
2317
+ "default.handlebars->27->1428"
2318
]
2319
},
2320
{
@@ -2328,7 +2328,7 @@
2328
"ru": "Тег агента",
2329
"xloc": [
2330
"default-mobile.handlebars->9->189",
2331
- "default.handlebars->27->489"
2331
+ "default.handlebars->27->488"
2332
]
2333
},
2334
{
@@ -2339,7 +2339,7 @@
2339
"nl": "Agent Type",
2340
"ru": "Типы агента",
2341
"xloc": [
2342
- "default.handlebars->27->1164",
2342
+ "default.handlebars->27->1163",
2343
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
2344
]
2345
},
@@ -2355,8 +2355,8 @@
2355
"ru": "Агент подключен",
2356
"xloc": [
2357
"default.handlebars->27->154",
2358
- "default.handlebars->27->535",
2359
- "default.handlebars->27->536"
2358
+ "default.handlebars->27->534",
2359
+ "default.handlebars->27->535"
2360
]
2361
},
2362
{
@@ -2384,7 +2384,7 @@
2384
"pt": "O agente está offline",
2385
"ru": "Агент оффлайн",
2386
"xloc": [
2387
- "default.handlebars->27->708"
2387
+ "default.handlebars->27->707"
2388
]
2389
},
2390
{
@@ -2398,7 +2398,7 @@
2398
"pt": "Agente está online",
2399
"ru": "Агент онлайн",
2400
"xloc": [
2401
- "default.handlebars->27->707"
2401
+ "default.handlebars->27->706"
2402
]
2403
},
2404
{
@@ -2411,7 +2411,7 @@
2411
"pt": "Agentes",
2412
"ru": "Агенты",
2413
"xloc": [
2414
- "default.handlebars->27->1442"
2414
+ "default.handlebars->27->1441"
2415
]
2416
},
2417
{
@@ -2424,7 +2424,7 @@
2424
"pt": "albanês",
2425
"ru": "Албанский",
2426
"xloc": [
2427
- "default.handlebars->27->738"
2427
+ "default.handlebars->27->737"
2428
]
2429
},
2430
{
@@ -2467,9 +2467,9 @@
2467
"pt": "All Focus",
2468
"ru": "Фокусирование всех",
2469
"xloc": [
2470
- "default.handlebars->27->623",
2471
- "default.handlebars->27->625",
2472
- "default.handlebars->27->626"
2470
+ "default.handlebars->27->622",
2471
+ "default.handlebars->27->624",
2472
+ "default.handlebars->27->625"
2473
]
2474
},
2475
{
@@ -2483,8 +2483,8 @@
2483
"pt": "Permitir que os usuários gerenciem esse grupo de dispositivos e dispositivos neste grupo.",
2484
"ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.",
2485
"xloc": [
2486
- "default.handlebars->27->1098",
2487
- "default.handlebars->27->1328"
2486
+ "default.handlebars->27->1097",
2487
+ "default.handlebars->27->1327"
2488
]
2489
},
2490
{
@@ -2528,7 +2528,7 @@
2528
"pt": "Alternativo (F10 = ESC + 0)",
2529
"ru": "Поменять (F10 = ESC+0)",
2530
"xloc": [
2531
- "default.handlebars->27->657"
2531
+ "default.handlebars->27->656"
2532
]
2533
},
2534
{
@@ -2550,7 +2550,7 @@
2550
"pt": "Notificar sempre",
2551
"ru": "Всегда уведомлять",
2552
"xloc": [
2553
- "default.handlebars->27->1013"
2553
+ "default.handlebars->27->1012"
2554
]
2555
},
2556
{
@@ -2564,7 +2564,7 @@
2564
"pt": "Sempre alerta",
2565
"ru": "Всегда запрашивать",
2566
"xloc": [
2567
- "default.handlebars->27->1014"
2567
+ "default.handlebars->27->1013"
2568
]
2569
},
2570
{
@@ -2623,7 +2623,7 @@
2623
"pt": "Antivírus",
2624
"ru": "Антивирус",
2625
"xloc": [
2626
- "default.handlebars->27->495"
2626
+ "default.handlebars->27->494"
2627
]
2628
},
2629
{
@@ -2691,7 +2691,7 @@
2691
"pt": "Árabe (Argélia)",
2692
"ru": "Арабский (Алжир)",
2693
"xloc": [
2694
- "default.handlebars->27->740"
2694
+ "default.handlebars->27->739"
2695
]
2696
},
2697
{
@@ -2703,7 +2703,7 @@
2703
"pt": "Árabe (Bahrain)",
2704
"ru": "Арабский (Бахрейн)",
2705
"xloc": [
2706
- "default.handlebars->27->741"
2706
+ "default.handlebars->27->740"
2707
]
2708
},
2709
{
@@ -2716,7 +2716,7 @@
2716
"pt": "Árabe (Egito)",
2717
"ru": "Арабский (Египет)",
2718
"xloc": [
2719
- "default.handlebars->27->742"
2719
+ "default.handlebars->27->741"
2720
]
2721
},
2722
{
@@ -2729,7 +2729,7 @@
2729
"pt": "Árabe (Iraque)",
2730
"ru": "Арабский (Ирак)",
2731
"xloc": [
2732
- "default.handlebars->27->743"
2732
+ "default.handlebars->27->742"
2733
]
2734
},
2735
{
@@ -2742,7 +2742,7 @@
2742
"pt": "Árabe (Jordânia)",
2743
"ru": "Арабский (Иордания)",
2744
"xloc": [
2745
- "default.handlebars->27->744"
2745
+ "default.handlebars->27->743"
2746
]
2747
},
2748
{
@@ -2754,7 +2754,7 @@
2754
"pt": "Árabe (Kuwait)",
2755
"ru": "Арабский (Кувейт)",
2756
"xloc": [
2757
- "default.handlebars->27->745"
2757
+ "default.handlebars->27->744"
2758
]
2759
},
2760
{
@@ -2766,7 +2766,7 @@
2766
"pt": "Árabe (Líbano)",
2767
"ru": "Арабский (Ливан)",
2768
"xloc": [
2769
- "default.handlebars->27->746"
2769
+ "default.handlebars->27->745"
2770
]
2771
},
2772
{
@@ -2779,7 +2779,7 @@
2779
"pt": "Árabe (Líbia)",
2780
"ru": "Арабский (Ливия)",
2781
"xloc": [
2782
- "default.handlebars->27->747"
2782
+ "default.handlebars->27->746"
2783
]
2784
},
2785
{
@@ -2792,7 +2792,7 @@
2792
"pt": "Árabe (Marrocos)",
2793
"ru": "Арабский (Марокко)",
2794
"xloc": [
2795
- "default.handlebars->27->748"
2795
+ "default.handlebars->27->747"
2796
]
2797
},
2798
{
@@ -2804,7 +2804,7 @@
2804
"pt": "Árabe (Omã)",
2805
"ru": "Арабский (Оман)",
2806
"xloc": [
2807
- "default.handlebars->27->749"
2807
+ "default.handlebars->27->748"
2808
]
2809
},
2810
{
@@ -2817,7 +2817,7 @@
2817
"pt": "Árabe (Catar)",
2818
"ru": "Арабский (Катар)",
2819
"xloc": [
2820
- "default.handlebars->27->750"
2820
+ "default.handlebars->27->749"
2821
]
2822
},
2823
{
@@ -2830,7 +2830,7 @@
2830
"pt": "Árabe (Arábia Saudita)",
2831
"ru": "Арабский (Саудовская Аравия)",
2832
"xloc": [
2833
- "default.handlebars->27->751"
2833
+ "default.handlebars->27->750"
2834
]
2835
},
2836
{
@@ -2843,7 +2843,7 @@
2843
"pt": "Árabe (padrão)",
2844
"ru": "Арабский (стандартный)",
2845
"xloc": [
2846
- "default.handlebars->27->739"
2846
+ "default.handlebars->27->738"
2847
]
2848
},
2849
{
@@ -2856,7 +2856,7 @@
2856
"pt": "Árabe (Síria)",
2857
"ru": "Арабский (Сирия)",
2858
"xloc": [
2859
- "default.handlebars->27->752"
2859
+ "default.handlebars->27->751"
2860
]
2861
},
2862
{
@@ -2869,7 +2869,7 @@
2869
"pt": "Árabe (Tunísia)",
2870
"ru": "Арабский (Тунис)",
2871
"xloc": [
2872
- "default.handlebars->27->753"
2872
+ "default.handlebars->27->752"
2873
]
2874
},
2875
{
@@ -2881,7 +2881,7 @@
2881
"pt": "Árabe (U.A.E)",
2882
"ru": "Арабский (О.А.Э.)",
2883
"xloc": [
2884
- "default.handlebars->27->754"
2884
+ "default.handlebars->27->753"
2885
]
2886
},
2887
{
@@ -2894,7 +2894,7 @@
2894
"pt": "Árabe (Iêmen)",
2895
"ru": "Арабский (Йемен)",
2896
"xloc": [
2897
- "default.handlebars->27->755"
2897
+ "default.handlebars->27->754"
2898
]
2899
},
2900
{
@@ -2907,7 +2907,7 @@
2907
"pt": "Aragonês",
2908
"ru": "Арагонский",
2909
"xloc": [
2910
- "default.handlebars->27->756"
2910
+ "default.handlebars->27->755"
2911
]
2912
},
2913
{
@@ -2949,7 +2949,7 @@
2949
"ru": "Вы действительно хотите удалить группу \\\"{0}\\\"? Удаление группы приведет к удалению всей информации связанной с устройствами в этой группе.",
2950
"xloc": [
2951
"default-mobile.handlebars->9->286",
2952
- "default.handlebars->27->1078"
2952
+ "default.handlebars->27->1077"
2953
]
2954
},
2955
{
@@ -2963,7 +2963,7 @@
2963
"pt": "Tem certeza de que deseja excluir o nó {0}?",
2964
"ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?",
2965
"xloc": [
2966
- "default.handlebars->27->583"
2966
+ "default.handlebars->27->582"
2967
]
2968
},
2969
{
@@ -2976,7 +2976,7 @@
2976
"nl": "Weet u zeker dat u de geselecteerde agent wilt verwijderen?",
2977
"ru": "Вы действительно хотите деинсталировать выбранного агента?",
2978
"xloc": [
2979
- "default.handlebars->27->572"
2979
+ "default.handlebars->27->571"
2980
]
2981
},
2982
{
@@ -2989,7 +2989,7 @@
2989
"nl": "Weet u zeker dat u de geselecteerde {0} agenten wilt verwijderen?",
2990
"ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?",
2991
"xloc": [
2992
- "default.handlebars->27->571"
2992
+ "default.handlebars->27->570"
2993
]
2994
},
2995
{
@@ -3002,7 +3002,7 @@
3002
"nl": "Weet u zeker dat u de plug-in {0} wilt gebruiken: {1}",
3003
"ru": "Вы уверенны, что {0} плагин: {1}",
3004
"xloc": [
3005
- "default.handlebars->27->1477"
3005
+ "default.handlebars->27->1476"
3006
]
3007
},
3008
{
@@ -3015,7 +3015,7 @@
3015
"pt": "Armênio",
3016
"ru": "Армянский",
3017
"xloc": [
3018
- "default.handlebars->27->757"
3018
+ "default.handlebars->27->756"
3019
]
3020
},
3021
{
@@ -3027,7 +3027,7 @@
3027
"pt": "Assamese",
3028
"ru": "Ассамский",
3029
"xloc": [
3030
- "default.handlebars->27->758"
3030
+ "default.handlebars->27->757"
3031
]
3032
},
3033
{
@@ -3039,7 +3039,7 @@
3039
"pt": "Asturiano",
3040
"ru": "Астурии",
3041
"xloc": [
3042
- "default.handlebars->27->759"
3042
+ "default.handlebars->27->758"
3043
]
3044
},
3045
{
@@ -3052,7 +3052,7 @@
3052
"pt": "Aplicativo de autenticação",
3053
"ru": "Приложение аутентификации",
3054
"xloc": [
3055
- "default.handlebars->27->1358"
3055
+ "default.handlebars->27->1357"
3056
]
3057
},
3058
{
@@ -3072,8 +3072,8 @@
3072
"default-mobile.handlebars->9->32",
3073
"default.handlebars->27->122",
3074
"default.handlebars->27->127",
3075
- "default.handlebars->27->723",
3076
- "default.handlebars->27->725"
3075
+ "default.handlebars->27->722",
3076
+ "default.handlebars->27->724"
3077
]
3078
},
3079
{
@@ -3127,7 +3127,7 @@
3127
"pt": "Remover automaticamente",
3128
"ru": "Автоудаление",
3129
"xloc": [
3130
- "default.handlebars->27->1001"
3130
+ "default.handlebars->27->1000"
3131
]
3132
},
3133
{
@@ -3171,7 +3171,7 @@
3171
"pt": "Azerbaijão",
3172
"ru": "Азербайджанский",
3173
"xloc": [
3174
- "default.handlebars->27->760"
3174
+ "default.handlebars->27->759"
3175
]
3176
},
3177
{
@@ -3308,7 +3308,7 @@
3308
"pt": "Códigos de backup",
3309
"ru": "Резервные коды",
3310
"xloc": [
3311
- "default.handlebars->27->1360"
3311
+ "default.handlebars->27->1359"
3312
]
3313
},
3314
{
@@ -3319,7 +3319,7 @@
3319
"nl": "Ongeldige handtening",
3320
"ru": "Плохой ключ",
3321
"xloc": [
3322
- "default.handlebars->27->1420"
3322
+ "default.handlebars->27->1419"
3323
]
3324
},
3325
{
@@ -3330,7 +3330,7 @@
3330
"nl": "Onjuist webcertificaat",
3331
"ru": "Плохой веб-сертификат",
3332
"xloc": [
3333
- "default.handlebars->27->1419"
3333
+ "default.handlebars->27->1418"
3334
]
3335
},
3336
{
@@ -3342,7 +3342,7 @@
3342
"pt": "Basco",
3343
"ru": "Баскский",
3344
"xloc": [
3345
- "default.handlebars->27->761"
3345
+ "default.handlebars->27->760"
3346
]
3347
},
3348
{
@@ -3369,7 +3369,7 @@
3369
"pt": "Bielorrusso",
3370
"ru": "Белорусский",
3371
"xloc": [
3372
- "default.handlebars->27->763"
3372
+ "default.handlebars->27->762"
3373
]
3374
},
3375
{
@@ -3382,7 +3382,7 @@
3382
"pt": "Bengali",
3383
"ru": "Бенгальский",
3384
"xloc": [
3385
- "default.handlebars->27->764"
3385
+ "default.handlebars->27->763"
3386
]
3387
},
3388
{
@@ -3395,7 +3395,7 @@
3395
"pt": "Bósnia",
3396
"ru": "Боснийский",
3397
"xloc": [
3398
- "default.handlebars->27->765"
3398
+ "default.handlebars->27->764"
3399
]
3400
},
3401
{
@@ -3407,7 +3407,7 @@
3407
"pt": "Breton",
3408
"ru": "Бретонский",
3409
"xloc": [
3410
- "default.handlebars->27->766"
3410
+ "default.handlebars->27->765"
3411
]
3412
},
3413
{
@@ -3421,7 +3421,7 @@
3421
"pt": "Broadcast",
3422
"ru": "Отправить сообщение",
3423
"xloc": [
3424
- "default.handlebars->27->1301",
3424
+ "default.handlebars->27->1300",
3425
"default.handlebars->container->column_l->p4->3->1->0->3->1"
3426
]
3427
},
@@ -3436,7 +3436,7 @@
3436
"pt": "Mensagem de transmissão",
3437
"ru": "Отправить сообщение",
3438
"xloc": [
3439
- "default.handlebars->27->1258"
3439
+ "default.handlebars->27->1257"
3440
]
3441
},
3442
{
@@ -3450,7 +3450,7 @@
3450
"pt": "Transmita uma mensagem para todos os usuários conectados.",
3451
"ru": "Отправить сообщение всем подключенным пользователям.",
3452
"xloc": [
3453
- "default.handlebars->27->1257"
3453
+ "default.handlebars->27->1256"
3454
]
3455
},
3456
{
@@ -3463,7 +3463,7 @@
3463
"pt": "Búlgaria",
3464
"ru": "Болгарский",
3465
"xloc": [
3466
- "default.handlebars->27->762"
3466
+ "default.handlebars->27->761"
3467
]
3468
},
3469
{
@@ -3476,7 +3476,7 @@
3476
"pt": "Birmanês",
3477
"ru": "Бирманский",
3478
"xloc": [
3479
- "default.handlebars->27->767"
3479
+ "default.handlebars->27->766"
3480
]
3481
},
3482
{
@@ -3491,7 +3491,7 @@
3491
"ru": "CCM",
3492
"xloc": [
3493
"default-mobile.handlebars->9->181",
3494
- "default.handlebars->27->475"
3494
+ "default.handlebars->27->474"
3495
]
3496
},
3497
{
@@ -3506,8 +3506,8 @@
3506
"ru": "CIRA",
3507
"xloc": [
3508
"default-mobile.handlebars->9->122",
3509
- "default.handlebars->27->1066",
3510
- "default.handlebars->27->1071",
3509
+ "default.handlebars->27->1065",
3510
+ "default.handlebars->27->1070",
3511
"default.handlebars->27->186",
3512
"default.handlebars->27->373"
3513
]
@@ -3523,7 +3523,7 @@
3523
"pt": "Servidor CIRA",
3524
"ru": "CIRA Сервер",
3525
"xloc": [
3526
- "default.handlebars->27->1468"
3526
+ "default.handlebars->27->1467"
3527
]
3528
},
3529
{
@@ -3537,7 +3537,7 @@
3537
"pt": "Comandos do servidor CIRA",
3538
"ru": "CIRA Сервер команды",
3539
"xloc": [
3540
- "default.handlebars->27->1469"
3540
+ "default.handlebars->27->1468"
3541
]
3542
},
3543
{
@@ -3548,7 +3548,7 @@
3548
"nl": "CPU gebruik",
3549
"ru": "Загрузка CPU",
3550
"xloc": [
3551
- "default.handlebars->27->1434"
3551
+ "default.handlebars->27->1433"
3552
]
3553
},
3554
{
@@ -3562,7 +3562,7 @@
3562
"pt": "Carga da CPU nos últimos 15 minutos",
3563
"ru": "Загрузка CPU за последние 15 минут",
3564
"xloc": [
3565
- "default.handlebars->27->1437"
3565
+ "default.handlebars->27->1436"
3566
]
3567
},
3568
{
@@ -3576,7 +3576,7 @@
3576
"pt": "Carga da CPU nos últimos 5 minutos",
3577
"ru": "Загрузка CPU за последние 5 минут",
3578
"xloc": [
3579
- "default.handlebars->27->1436"
3579
+ "default.handlebars->27->1435"
3580
]
3581
},
3582
{
@@ -3590,7 +3590,7 @@
3590
"pt": "Carga da CPU no último minuto",
3591
"ru": "Загрузка CPU за последнюю минуту",
3592
"xloc": [
3593
- "default.handlebars->27->1435"
3593
+ "default.handlebars->27->1434"
3594
]
3595
},
3596
{
@@ -3604,8 +3604,8 @@
3604
"pt": "CR+LF",
3605
"ru": "CR+LF",
3606
"xloc": [
3607
- "default.handlebars->27->650",
3608
- "default.handlebars->27->659",
3607
+ "default.handlebars->27->649",
3608
+ "default.handlebars->27->658",
3609
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
3610
]
3611
},
@@ -3620,8 +3620,8 @@
3620
"pt": "Formato CSV",
3621
"ru": "Формат CSV",
3622
"xloc": [
3623
- "default.handlebars->27->1210",
3624
- "default.handlebars->27->1249",
3623
+ "default.handlebars->27->1209",
3624
+ "default.handlebars->27->1248",
3625
"default.handlebars->27->400"
3626
]
3627
},
@@ -3636,7 +3636,7 @@
3636
"pt": "Erro de chamada",
3637
"ru": "Ошибка вызова",
3638
"xloc": [
3639
- "default.handlebars->27->1481"
3639
+ "default.handlebars->27->1480"
3640
]
3641
},
3642
{
@@ -3652,7 +3652,7 @@
3652
"xloc": [
3653
"default-mobile.handlebars->9->41",
3654
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
3655
- "default.handlebars->27->986",
3655
+ "default.handlebars->27->985",
3656
"default.handlebars->container->dialog->idx_dlgButtonBar",
3657
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
3658
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -3684,7 +3684,7 @@
3684
"pt": "Catalão",
3685
"ru": "Каталонский",
3686
"xloc": [
3687
- "default.handlebars->27->768"
3687
+ "default.handlebars->27->767"
3688
]
3689
},
3690
{
@@ -3698,7 +3698,7 @@
3698
"pt": "Centralize o mapa aqui",
3699
"ru": "Установить центр карты здесь",
3700
"xloc": [
3701
- "default.handlebars->27->441"
3701
+ "default.handlebars->27->440"
3702
]
3703
},
3704
{
@@ -3711,7 +3711,7 @@
3711
"pt": "Chamorro",
3712
"ru": "Чаморро",
3713
"xloc": [
3714
- "default.handlebars->27->769"
3714
+ "default.handlebars->27->768"
3715
]
3716
},
3717
{
@@ -3725,7 +3725,7 @@
3725
"pt": "Alterar email para {0}",
3726
"ru": "Смена email для {0}",
3727
"xloc": [
3728
- "default.handlebars->27->1373"
3728
+ "default.handlebars->27->1372"
3729
]
3730
},
3731
{
@@ -3739,9 +3739,9 @@
3739
"pt": "Alterar grupo",
3740
"ru": "Смена группы",
3741
"xloc": [
3742
- "default.handlebars->27->516",
3743
- "default.handlebars->27->580",
3744
- "default.handlebars->27->581"
3742
+ "default.handlebars->27->515",
3743
+ "default.handlebars->27->579",
3744
+ "default.handlebars->27->580"
3745
]
3746
},
3747
{
@@ -3756,8 +3756,8 @@
3756
"ru": "Смена пароля",
3757
"xloc": [
3758
"default-mobile.handlebars->9->49",
3759
- "default.handlebars->27->1368",
3760
- "default.handlebars->27->962"
3759
+ "default.handlebars->27->1367",
3760
+ "default.handlebars->27->961"
3761
]
3762
},
3763
{
@@ -3771,7 +3771,7 @@
3771
"pt": "Alterar senha para {0}",
3772
"ru": "Смена пароля для {0}",
3773
"xloc": [
3774
- "default.handlebars->27->1380"
3774
+ "default.handlebars->27->1379"
3775
]
3776
},
3777
{
@@ -3842,7 +3842,7 @@
3842
"pt": "Mude o endereço de e-mail da sua conta aqui.",
3843
"ru": "Измените адрес электронной почты вашей учетной записи здесь.",
3844
"xloc": [
3845
- "default.handlebars->27->949"
3845
+ "default.handlebars->27->948"
3846
]
3847
},
3848
{
@@ -3856,7 +3856,7 @@
3856
"pt": "Altere a senha da sua conta digitando a senha antiga e a nova senha duas vezes nas caixas abaixo.",
3857
"ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
3858
"xloc": [
3859
- "default.handlebars->27->955"
3859
+ "default.handlebars->27->954"
3860
]
3861
},
3862
{
@@ -3870,7 +3870,7 @@
3870
"pt": "Alterar o idioma exigirá uma atualização da página.",
3871
"ru": "Изменение языка потребует перезагрузить страницу.",
3872
"xloc": [
3873
- "default.handlebars->27->934"
3873
+ "default.handlebars->27->933"
3874
]
3875
},
3876
{
@@ -3884,7 +3884,7 @@
3884
"pt": "Chat",
3885
"ru": "Чат",
3886
"xloc": [
3887
- "default.handlebars->27->1227"
3887
+ "default.handlebars->27->1226"
3888
]
3889
},
3890
{
@@ -3900,8 +3900,8 @@
3900
"xloc": [
3901
"default-mobile.handlebars->9->307",
3902
"default-mobile.handlebars->9->325",
3903
- "default.handlebars->27->1121",
3904
- "default.handlebars->27->1144"
3903
+ "default.handlebars->27->1120",
3904
+ "default.handlebars->27->1143"
3905
]
3906
},
3907
{
@@ -3915,7 +3915,7 @@
3915
"pt": "Checheno",
3916
"ru": "Чеченский",
3917
"xloc": [
3918
- "default.handlebars->27->770"
3918
+ "default.handlebars->27->769"
3919
]
3920
},
3921
{
@@ -3971,8 +3971,8 @@
3971
"pt": "Verificando ...",
3972
"ru": "Проверка...",
3973
"xloc": [
3974
- "default.handlebars->27->1474",
3975
- "default.handlebars->27->736"
3974
+ "default.handlebars->27->1473",
3975
+ "default.handlebars->27->735"
3976
]
3977
},
3978
{
@@ -3986,7 +3986,7 @@
3986
"pt": "Chinês",
3987
"ru": "Китайский",
3988
"xloc": [
3989
- "default.handlebars->27->771"
3989
+ "default.handlebars->27->770"
3990
]
3991
},
3992
{
@@ -3999,7 +3999,7 @@
3999
"pt": "Chinês (Hong Kong)",
4000
"ru": "Китайский (Гонконг)",
4001
"xloc": [
4002
- "default.handlebars->27->772"
4002
+ "default.handlebars->27->771"
4003
]
4004
},
4005
{
@@ -4012,7 +4012,7 @@
4012
"pt": "Chinês (PRC)",
4013
"ru": "Китайский (КНР)",
4014
"xloc": [
4015
- "default.handlebars->27->773"
4015
+ "default.handlebars->27->772"
4016
]
4017
},
4018
{
@@ -4025,7 +4025,7 @@
4025
"pt": "Chinês (Singapura)",
4026
"ru": "Китайский (Сингапур)",
4027
"xloc": [
4028
- "default.handlebars->27->774"
4028
+ "default.handlebars->27->773"
4029
]
4030
},
4031
{
@@ -4038,7 +4038,7 @@
4038
"pt": "Chinês (Taiwan)",
4039
"ru": "Китайский (Тайвань)",
4040
"xloc": [
4041
- "default.handlebars->27->775"
4041
+ "default.handlebars->27->774"
4042
]
4043
},
4044
{
@@ -4065,7 +4065,7 @@
4065
"pt": "Chuvash",
4066
"ru": "Чувашский",
4067
"xloc": [
4068
- "default.handlebars->27->776"
4068
+ "default.handlebars->27->775"
4069
]
4070
},
4071
{
@@ -4099,11 +4099,11 @@
4099
"default-mobile.handlebars->9->268",
4100
"default-mobile.handlebars->9->28",
4101
"default-mobile.handlebars->9->91",
4102
- "default.handlebars->27->1204",
4103
- "default.handlebars->27->685",
4104
- "default.handlebars->27->687",
4105
- "default.handlebars->27->689",
4106
- "default.handlebars->27->691",
4102
+ "default.handlebars->27->1203",
4103
+ "default.handlebars->27->684",
4104
+ "default.handlebars->27->686",
4105
+ "default.handlebars->27->688",
4106
+ "default.handlebars->27->690",
4107
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
4108
"default.handlebars->container->column_l->p41->3->1",
4109
"messenger.handlebars->xbottom"
@@ -4134,7 +4134,7 @@
4134
"pt": "Limpe o núcleo",
4135
"ru": "Очистить ядро",
4136
"xloc": [
4137
- "default.handlebars->27->717"
4137
+ "default.handlebars->27->716"
4138
]
4139
},
4140
{
@@ -4161,7 +4161,7 @@
4161
"pt": "clique aqui para criar um grupo de dispositivos",
4162
"ru": "Для изменения имени устройства на сервере нажмите сюда",
4163
"xloc": [
4164
- "default.handlebars->27->455"
4164
+ "default.handlebars->27->454"
4165
]
4166
},
4167
{
@@ -4176,7 +4176,7 @@
4176
"ru": "Нажмите ОК для отправки подтверждения по электронной почте:",
4177
"xloc": [
4178
"default-mobile.handlebars->9->34",
4179
- "default.handlebars->27->946"
4179
+ "default.handlebars->27->945"
4180
]
4181
},
4182
{
@@ -4204,8 +4204,8 @@
4204
"pt": "Acesso remoto iniciado pelo cliente",
4205
"ru": "Клиент инициировал удаленный доступ",
4206
"xloc": [
4207
- "default.handlebars->27->1065",
4208
- "default.handlebars->27->1070"
4207
+ "default.handlebars->27->1064",
4208
+ "default.handlebars->27->1069"
4209
]
4210
},
4211
{
@@ -4236,7 +4236,7 @@
4236
"default-mobile.handlebars->9->26",
4237
"default.handlebars->27->134",
4238
"default.handlebars->27->142",
4239
- "default.handlebars->27->643"
4239
+ "default.handlebars->27->642"
4240
]
4241
},
4242
{
@@ -4262,8 +4262,8 @@
4262
"nl": "Gemeenschappelijke apparaatgroepen",
4263
"ru": "Общие группы устройств",
4264
"xloc": [
4265
- "default.handlebars->27->1309",
4266
- "default.handlebars->27->1383"
4265
+ "default.handlebars->27->1308",
4266
+ "default.handlebars->27->1382"
4267
]
4268
},
4269
{
@@ -4277,7 +4277,7 @@
4277
"ru": "Подтвердить {0} из {1} записей в это расположение?",
4278
"xloc": [
4279
"default-mobile.handlebars->9->86",
4280
- "default.handlebars->27->1199"
4280
+ "default.handlebars->27->1198"
4281
]
4282
},
4283
{
@@ -4293,11 +4293,11 @@
4293
"xloc": [
4294
"default-mobile.handlebars->9->220",
4295
"default-mobile.handlebars->9->287",
4296
- "default.handlebars->27->1079",
4297
- "default.handlebars->27->1324",
4296
+ "default.handlebars->27->1078",
4297
+ "default.handlebars->27->1323",
4298
"default.handlebars->27->397",
4299
- "default.handlebars->27->575",
4300
- "default.handlebars->27->584"
4299
+ "default.handlebars->27->574",
4300
+ "default.handlebars->27->583"
4301
]
4302
},
4303
{
@@ -4311,7 +4311,7 @@
4311
"ru": "Подтвердить копирование 1 записи в это расположение?",
4312
"xloc": [
4313
"default-mobile.handlebars->9->257",
4314
- "default.handlebars->27->680"
4314
+ "default.handlebars->27->679"
4315
]
4316
},
4317
{
@@ -4325,7 +4325,7 @@
4325
"ru": "Подтвердить копирование {0} записей в это расположение?",
4326
"xloc": [
4327
"default-mobile.handlebars->9->256",
4328
- "default.handlebars->27->679"
4328
+ "default.handlebars->27->678"
4329
]
4330
},
4331
{
@@ -4353,7 +4353,7 @@
4353
"ru": "Подтвердить перемещение 1 записи в это расположение?",
4354
"xloc": [
4355
"default-mobile.handlebars->9->259",
4356
- "default.handlebars->27->682"
4356
+ "default.handlebars->27->681"
4357
]
4358
},
4359
{
@@ -4367,7 +4367,7 @@
4367
"ru": "Подтвердить перемещение {0} записей в это расположение?",
4368
"xloc": [
4369
"default-mobile.handlebars->9->258",
4370
- "default.handlebars->27->681"
4370
+ "default.handlebars->27->680"
4371
]
4372
},
4373
{
@@ -4380,7 +4380,7 @@
4380
"nl": "Bevestig overschrijven?",
4381
"ru": "Подтвердить перезапись?",
4382
"xloc": [
4383
- "default.handlebars->27->1198"
4383
+ "default.handlebars->27->1197"
4384
]
4385
},
4386
{
@@ -4395,7 +4395,7 @@
4395
"ru": "Подтвердить удаление приложения аутентификации двухэтапного входа в систему?",
4396
"xloc": [
4397
"default-mobile.handlebars->9->33",
4398
- "default.handlebars->27->726"
4398
+ "default.handlebars->27->725"
4399
]
4400
},
4401
{
@@ -4406,8 +4406,8 @@
4406
"nl": "Bevestig het verwijderen van de apparaatgroep {0}?",
4407
"ru": "Подтвердить удаление группы устройств {0}?",
4408
"xloc": [
4409
- "default.handlebars->27->1319",
4410
- "default.handlebars->27->1403"
4409
+ "default.handlebars->27->1318",
4410
+ "default.handlebars->27->1402"
4411
]
4412
},
4413
{
@@ -4418,7 +4418,7 @@
4418
"nl": "Bevestig het verwijderen van de groep {0}?",
4419
"ru": "Подтвердить удаление группы {0}?",
4420
"xloc": [
4421
- "default.handlebars->27->1399"
4421
+ "default.handlebars->27->1398"
4422
]
4423
},
4424
{
@@ -4433,8 +4433,8 @@
4433
"ru": "Подтвердить удаление пользователя {0}?",
4434
"xloc": [
4435
"default-mobile.handlebars->9->333",
4436
- "default.handlebars->27->1153",
4437
- "default.handlebars->27->1327"
4436
+ "default.handlebars->27->1152",
4437
+ "default.handlebars->27->1326"
4438
]
4439
},
4440
{
@@ -4451,8 +4451,8 @@
4451
"default-mobile.handlebars->9->236",
4452
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
4453
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
4454
- "default.handlebars->27->1017",
4455
- "default.handlebars->27->662",
4454
+ "default.handlebars->27->1016",
4455
+ "default.handlebars->27->661",
4456
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
4457
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
4458
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -4485,8 +4485,8 @@
4485
"pt": "Conecte-se ao servidor",
4486
"ru": "Подключиться к серверу",
4487
"xloc": [
4488
- "default.handlebars->27->1069",
4489
- "default.handlebars->27->1073"
4488
+ "default.handlebars->27->1068",
4489
+ "default.handlebars->27->1072"
4490
]
4491
},
4492
{
@@ -4540,7 +4540,7 @@
4540
"nl": "Verbonden Intel® AMT",
4541
"ru": "Подключено Intel® AMT",
4542
"xloc": [
4543
- "default.handlebars->27->1425"
4543
+ "default.handlebars->27->1424"
4544
]
4545
},
4546
{
@@ -4551,7 +4551,7 @@
4551
"nl": "Verbonden gebruikers",
4552
"ru": "Подключенные пользователи",
4553
"xloc": [
4554
- "default.handlebars->27->1430"
4554
+ "default.handlebars->27->1429"
4555
]
4556
},
4557
{
@@ -4585,7 +4585,7 @@
4585
"default.handlebars->27->211",
4586
"default.handlebars->27->214",
4587
"default.handlebars->27->220",
4588
- "default.handlebars->27->703",
4588
+ "default.handlebars->27->702",
4589
"default.handlebars->27->9",
4590
"xterm.handlebars->9->2"
4591
]
@@ -4601,7 +4601,7 @@
4601
"pt": "Contagem de conexões",
4602
"ru": "Подключений ",
4603
"xloc": [
4604
- "default.handlebars->27->1441"
4604
+ "default.handlebars->27->1440"
4605
]
4606
},
4607
{
@@ -4615,7 +4615,7 @@
4615
"pt": "Encaminhador de conexão",
4616
"ru": "Ретранслятор подключения",
4617
"xloc": [
4618
- "default.handlebars->27->1467"
4618
+ "default.handlebars->27->1466"
4619
]
4620
},
4621
{
@@ -4658,9 +4658,9 @@
4658
"ru": "Связь",
4659
"xloc": [
4660
"default-mobile.handlebars->9->195",
4661
- "default.handlebars->27->1169",
4661
+ "default.handlebars->27->1168",
4662
"default.handlebars->27->202",
4663
- "default.handlebars->27->507",
4663
+ "default.handlebars->27->506",
4664
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
4665
]
4666
},
@@ -4689,7 +4689,7 @@
4689
"pt": "Console - ",
4690
"ru": "Консоль - ",
4691
"xloc": [
4692
- "default.handlebars->27->456"
4692
+ "default.handlebars->27->455"
4693
]
4694
},
4695
{
@@ -4702,7 +4702,7 @@
4702
"pt": "Codificador de cookies",
4703
"ru": "Cookie-кодировщик",
4704
"xloc": [
4705
- "default.handlebars->27->1455"
4705
+ "default.handlebars->27->1454"
4706
]
4707
},
4708
{
@@ -4911,7 +4911,7 @@
4911
"pt": "Servidor Core",
4912
"ru": "Основной сервер",
4913
"xloc": [
4914
- "default.handlebars->27->1454"
4914
+ "default.handlebars->27->1453"
4915
]
4916
},
4917
{
@@ -4924,7 +4924,7 @@
4924
"pt": "Corso",
4925
"ru": "Kорсиканский",
4926
"xloc": [
4927
- "default.handlebars->27->777"
4927
+ "default.handlebars->27->776"
4928
]
4929
},
4930
{
@@ -4938,7 +4938,7 @@
4938
"pt": "Criar conta",
4939
"ru": "Создать учетную запись",
4940
"xloc": [
4941
- "default.handlebars->27->1269",
4941
+ "default.handlebars->27->1268",
4942
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
4943
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
4944
]
@@ -4965,7 +4965,7 @@
4965
"nl": "Maak een gebruikersgroep.",
4966
"ru": "Создать группу пользователей",
4967
"xloc": [
4968
- "default.handlebars->27->1292"
4968
+ "default.handlebars->27->1291"
4969
]
4970
},
4971
{
@@ -4979,7 +4979,7 @@
4979
"pt": "Crie um novo grupo de dispositivos usando as opções abaixo.",
4980
"ru": "Создайте новую группу устройств, используя параметры ниже.",
4981
"xloc": [
4982
- "default.handlebars->27->969"
4982
+ "default.handlebars->27->968"
4983
]
4984
},
4985
{
@@ -5007,7 +5007,7 @@
5007
"pt": "Crie várias contas ao mesmo tempo importando um arquivo JSON com o seguinte formato:",
5008
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
5009
"xloc": [
5010
- "default.handlebars->27->1240"
5010
+ "default.handlebars->27->1239"
5011
]
5012
},
5013
{
@@ -5036,7 +5036,7 @@
5036
"pt": "Criação",
5037
"ru": "Создано",
5038
"xloc": [
5039
- "default.handlebars->27->1346"
5039
+ "default.handlebars->27->1345"
5040
]
5041
},
5042
{
@@ -5062,7 +5062,7 @@
5062
"pt": "Cree",
5063
"ru": "Кри (Канадский язык)",
5064
"xloc": [
5065
- "default.handlebars->27->778"
5065
+ "default.handlebars->27->777"
5066
]
5067
},
5068
{
@@ -5074,7 +5074,7 @@
5074
"pt": "Croata",
5075
"ru": "Хорватский",
5076
"xloc": [
5077
- "default.handlebars->27->779"
5077
+ "default.handlebars->27->778"
5078
]
5079
},
5080
{
@@ -5190,7 +5190,7 @@
5190
"pt": "Tcheco",
5191
"ru": "Чешский",
5192
"xloc": [
5193
- "default.handlebars->27->780"
5193
+ "default.handlebars->27->779"
5194
]
5195
},
5196
{
@@ -5217,7 +5217,7 @@
5217
"pt": "Dinamarquês",
5218
"ru": "Датский",
5219
"xloc": [
5220
- "default.handlebars->27->781"
5220
+ "default.handlebars->27->780"
5221
]
5222
},
5223
{
@@ -5230,7 +5230,7 @@
5230
"pt": "DataChannel",
5231
"ru": "DataChannel",
5232
"xloc": [
5233
- "default.handlebars->27->620"
5233
+ "default.handlebars->27->619"
5234
]
5235
},
5236
{
@@ -5244,7 +5244,7 @@
5244
"pt": "Datas e Horário",
5245
"ru": "Дата & Время",
5246
"xloc": [
5247
- "default.handlebars->27->937"
5247
+ "default.handlebars->27->936"
5248
]
5249
},
5250
{
@@ -5258,7 +5258,7 @@
5258
"pt": "Dia",
5259
"ru": "День",
5260
"xloc": [
5261
- "default.handlebars->27->559"
5261
+ "default.handlebars->27->558"
5262
]
5263
},
5264
{
@@ -5271,7 +5271,7 @@
5271
"pt": "Desativar o modo de controle do cliente (CCM)",
5272
"ru": "Деактивировать режим управления клиентом (CCM)",
5273
"xloc": [
5274
- "default.handlebars->27->1057"
5274
+ "default.handlebars->27->1056"
5275
]
5276
},
5277
{
@@ -5304,9 +5304,9 @@
5304
"default-mobile.handlebars->9->81",
5305
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
5306
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
5307
- "default.handlebars->27->1193",
5308
- "default.handlebars->27->428",
5309
- "default.handlebars->27->672",
5307
+ "default.handlebars->27->1192",
5308
+ "default.handlebars->27->427",
5309
+ "default.handlebars->27->671",
5310
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
5311
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
5312
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -5327,7 +5327,7 @@
5327
"ru": "Удалить учетную запись",
5328
"xloc": [
5329
"default-mobile.handlebars->9->43",
5330
- "default.handlebars->27->954"
5330
+ "default.handlebars->27->953"
5331
]
5332
},
5333
{
@@ -5342,7 +5342,7 @@
5342
"ru": "Удалить устройство",
5343
"xloc": [
5344
"default-mobile.handlebars->9->199",
5345
- "default.handlebars->27->518"
5345
+ "default.handlebars->27->517"
5346
]
5347
},
5348
{
@@ -5358,8 +5358,8 @@
5358
"xloc": [
5359
"default-mobile.handlebars->9->285",
5360
"default-mobile.handlebars->9->288",
5361
- "default.handlebars->27->1050",
5362
- "default.handlebars->27->1080"
5361
+ "default.handlebars->27->1049",
5362
+ "default.handlebars->27->1079"
5363
]
5364
},
5365
{
@@ -5374,7 +5374,7 @@
5374
"ru": "Удалить устройство",
5375
"xloc": [
5376
"default-mobile.handlebars->9->218",
5377
- "default.handlebars->27->585"
5377
+ "default.handlebars->27->584"
5378
]
5379
},
5380
{
@@ -5399,7 +5399,7 @@
5399
"nl": "Verwijder gebruiker",
5400
"ru": "Удалить пользователя",
5401
"xloc": [
5402
- "default.handlebars->27->1367"
5402
+ "default.handlebars->27->1366"
5403
]
5404
},
5405
{
@@ -5410,8 +5410,8 @@
5410
"nl": "Verwijder de gebruikersgroep",
5411
"ru": "Удалить группу пользователей",
5412
"xloc": [
5413
- "default.handlebars->27->1317",
5414
- "default.handlebars->27->1325"
5413
+ "default.handlebars->27->1316",
5414
+ "default.handlebars->27->1324"
5415
]
5416
},
5417
{
@@ -5425,7 +5425,7 @@
5425
"pt": "Excluir usuário {0}",
5426
"ru": "Удалить пользователя {0}",
5427
"xloc": [
5428
- "default.handlebars->27->1381"
5428
+ "default.handlebars->27->1380"
5429
]
5430
},
5431
{
@@ -5460,7 +5460,7 @@
5460
{
5461
"en": "Delete item?",
5462
"xloc": [
5463
- "default.handlebars->27->429"
5463
+ "default.handlebars->27->428"
5464
]
5465
},
5466
{
@@ -5476,8 +5476,8 @@
5476
"xloc": [
5477
"default-mobile.handlebars->9->251",
5478
"default-mobile.handlebars->9->83",
5479
- "default.handlebars->27->1195",
5480
- "default.handlebars->27->674"
5479
+ "default.handlebars->27->1194",
5480
+ "default.handlebars->27->673"
5481
]
5482
},
5483
{
@@ -5488,7 +5488,7 @@
5488
"nl": "Verwijder gebruikersgroep {0}?",
5489
"ru": "Удалить группу пользователей {0}?",
5490
"xloc": [
5491
- "default.handlebars->27->1323"
5491
+ "default.handlebars->27->1322"
5492
]
5493
},
5494
{
@@ -5504,8 +5504,8 @@
5504
"xloc": [
5505
"default-mobile.handlebars->9->250",
5506
"default-mobile.handlebars->9->82",
5507
- "default.handlebars->27->1194",
5508
- "default.handlebars->27->673"
5507
+ "default.handlebars->27->1193",
5508
+ "default.handlebars->27->672"
5509
]
5510
},
5511
{
@@ -5589,17 +5589,17 @@
5589
"default-mobile.handlebars->9->277",
5590
"default-mobile.handlebars->9->290",
5591
"default-mobile.handlebars->9->60",
5592
- "default.handlebars->27->1082",
5593
- "default.handlebars->27->1291",
5594
- "default.handlebars->27->1296",
5595
- "default.handlebars->27->1298",
5596
- "default.handlebars->27->1321",
5592
+ "default.handlebars->27->1081",
5593
+ "default.handlebars->27->1290",
5594
+ "default.handlebars->27->1295",
5595
+ "default.handlebars->27->1297",
5596
+ "default.handlebars->27->1320",
5597
+ "default.handlebars->27->464",
5598
"default.handlebars->27->465",
5598
- "default.handlebars->27->466",
5599
- "default.handlebars->27->616",
5599
+ "default.handlebars->27->615",
5600
"default.handlebars->27->95",
5601
- "default.handlebars->27->974",
5602
- "default.handlebars->27->998",
5601
+ "default.handlebars->27->973",
5602
+ "default.handlebars->27->997",
5603
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
5604
]
5605
},
@@ -5624,8 +5624,8 @@
5624
"pt": "Área de Trabalho",
5625
"ru": "Рабочий стол",
5626
"xloc": [
5627
- "default.handlebars->27->1084",
5628
- "default.handlebars->27->434",
5627
+ "default.handlebars->27->1083",
5628
+ "default.handlebars->27->433",
5629
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
5630
"default.handlebars->contextMenu->cxdesktop"
5631
]
@@ -5654,7 +5654,7 @@
5654
"pt": "Notificação na área de trabalho",
5655
"ru": "Уведомление на рабочем столе",
5656
"xloc": [
5657
- "default.handlebars->27->1008"
5657
+ "default.handlebars->27->1007"
5658
]
5659
},
5660
{
@@ -5667,7 +5667,7 @@
5667
"pt": "Prompt da área de trabalho",
5668
"ru": "Запрос рабочего стола",
5669
"xloc": [
5670
- "default.handlebars->27->1007"
5670
+ "default.handlebars->27->1006"
5671
]
5672
},
5673
{
@@ -5680,7 +5680,7 @@
5680
"pt": "Prompt da área de trabalho + barra de ferramentas",
5681
"ru": "Запрос рабочего стола + панель инструментов",
5682
"xloc": [
5683
- "default.handlebars->27->1005"
5683
+ "default.handlebars->27->1004"
5684
]
5685
},
5686
{
@@ -5693,7 +5693,7 @@
5693
"pt": "Barra de ferramentas da área de trabalho",
5694
"ru": "Панель инструментов рабочего стола",
5695
"xloc": [
5696
- "default.handlebars->27->1006"
5696
+ "default.handlebars->27->1005"
5697
]
5698
},
5699
{
@@ -5762,7 +5762,7 @@
5762
"ru": "Управление устройством",
5763
"xloc": [
5764
"default-mobile.handlebars->9->211",
5765
- "default.handlebars->27->558"
5765
+ "default.handlebars->27->557"
5766
]
5767
},
5768
{
@@ -5773,11 +5773,11 @@
5773
"nl": "Apparaat Groep",
5774
"ru": "Группа устройства",
5775
"xloc": [
5776
- "default.handlebars->27->1101",
5777
- "default.handlebars->27->1103",
5778
- "default.handlebars->27->1315",
5779
- "default.handlebars->27->1389",
5780
- "default.handlebars->27->1395"
5776
+ "default.handlebars->27->1100",
5777
+ "default.handlebars->27->1102",
5778
+ "default.handlebars->27->1314",
5779
+ "default.handlebars->27->1388",
5780
+ "default.handlebars->27->1394"
5781
]
5782
},
5783
{
@@ -5792,7 +5792,7 @@
5792
"ru": "Пользователь группы устройств",
5793
"xloc": [
5794
"default-mobile.handlebars->9->331",
5795
- "default.handlebars->27->1151"
5795
+ "default.handlebars->27->1150"
5796
]
5797
},
5798
{
@@ -5807,10 +5807,10 @@
5807
"ru": "Группы устройств",
5808
"xloc": [
5809
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
5810
- "default.handlebars->27->1287",
5811
- "default.handlebars->27->1300",
5812
- "default.handlebars->27->1355",
5813
- "default.handlebars->27->1428",
5810
+ "default.handlebars->27->1286",
5811
+ "default.handlebars->27->1299",
5812
+ "default.handlebars->27->1354",
5813
+ "default.handlebars->27->1427",
5814
"default.handlebars->container->column_l->p2->9"
5815
]
5816
},
@@ -5832,7 +5832,7 @@
5832
"pt": "Localização do dispositivo",
5833
"ru": "Местонахождение устройства",
5834
"xloc": [
5835
- "default.handlebars->27->586"
5835
+ "default.handlebars->27->585"
5836
]
5837
},
5838
{
@@ -5848,7 +5848,7 @@
5848
"xloc": [
5849
"default-mobile.handlebars->9->222",
5850
"default.handlebars->27->238",
5851
- "default.handlebars->27->614",
5851
+ "default.handlebars->27->613",
5852
"player.handlebars->3->9"
5853
]
5854
},
@@ -5863,7 +5863,7 @@
5863
"pt": "Notificação de dispositivo",
5864
"ru": "Уведомление устройства",
5865
"xloc": [
5866
- "default.handlebars->27->549"
5866
+ "default.handlebars->27->548"
5867
]
5868
},
5869
{
@@ -5890,8 +5890,8 @@
5890
"pt": "Conexões de dispositivos.",
5891
"ru": "Подключения устройств.",
5892
"xloc": [
5893
- "default.handlebars->27->1155",
5894
- "default.handlebars->27->942"
5893
+ "default.handlebars->27->1154",
5894
+ "default.handlebars->27->941"
5895
]
5896
},
5897
{
@@ -5905,8 +5905,8 @@
5905
"pt": "Desconexões de dispositivos.",
5906
"ru": "Отключения устройств.",
5907
"xloc": [
5908
- "default.handlebars->27->1156",
5909
- "default.handlebars->27->943"
5908
+ "default.handlebars->27->1155",
5909
+ "default.handlebars->27->942"
5910
]
5911
},
5912
{
@@ -5920,7 +5920,7 @@
5920
"pt": "As notas do grupo de dispositivos podem ser visualizadas e alteradas por outros administradores do grupo de dispositivos.",
5921
"ru": "Примечания могут быть просмотрены и изменены другими администраторами.",
5922
"xloc": [
5923
- "default.handlebars->27->547"
5923
+ "default.handlebars->27->546"
5924
]
5925
},
5926
{
@@ -6136,7 +6136,7 @@
6136
"pt": "Nome do dispositivo",
6137
"ru": "Имя устройства",
6138
"xloc": [
6139
- "default.handlebars->27->446"
6139
+ "default.handlebars->27->445"
6140
]
6141
},
6142
{
@@ -6163,7 +6163,7 @@
6163
"pt": "Desativado",
6164
"ru": "Отключено",
6165
"xloc": [
6166
- "default.handlebars->27->492"
6166
+ "default.handlebars->27->491"
6167
]
6168
},
6169
{
@@ -6179,8 +6179,8 @@
6179
"xloc": [
6180
"default-mobile.handlebars->9->237",
6181
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
6182
- "default.handlebars->27->1018",
6183
- "default.handlebars->27->663",
6182
+ "default.handlebars->27->1017",
6183
+ "default.handlebars->27->662",
6184
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
6185
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
6186
"xterm.handlebars->p11->deskarea0->deskarea1->3"
@@ -6247,7 +6247,7 @@
6247
"nl": "Toon apparaatgroepsnaam",
6248
"ru": "Отобразить имя группы устройств",
6249
"xloc": [
6250
- "default.handlebars->27->941"
6250
+ "default.handlebars->27->940"
6251
]
6252
},
6253
{
@@ -6261,7 +6261,7 @@
6261
"pt": "Mostrar nome",
6262
"ru": "Отображаемое имя",
6263
"xloc": [
6264
- "default.handlebars->27->634"
6264
+ "default.handlebars->27->633"
6265
]
6266
},
6267
{
@@ -6275,7 +6275,7 @@
6275
"pt": "Fazer nada",
6276
"ru": "Ничего не делать",
6277
"xloc": [
6278
- "default.handlebars->27->1063"
6278
+ "default.handlebars->27->1062"
6279
]
6280
},
6281
{
@@ -6304,8 +6304,8 @@
6304
"pt": "Não configure",
6305
"ru": "Не настраивать",
6306
"xloc": [
6307
- "default.handlebars->27->1067",
6308
- "default.handlebars->27->1072"
6307
+ "default.handlebars->27->1066",
6308
+ "default.handlebars->27->1071"
6309
]
6310
},
6311
{
@@ -6319,7 +6319,7 @@
6319
"pt": "Não conecte ao servidor",
6320
"ru": "Не подключаться к серверу",
6321
"xloc": [
6322
- "default.handlebars->27->1068"
6322
+ "default.handlebars->27->1067"
6323
]
6324
},
6325
{
@@ -6364,7 +6364,7 @@
6364
"ru": "Скачать файл",
6365
"xloc": [
6366
"default-mobile.handlebars->9->270",
6367
- "default.handlebars->27->692"
6367
+ "default.handlebars->27->691"
6368
]
6369
},
6370
{
@@ -6391,7 +6391,7 @@
6391
"pt": "Baixar MeshCmd",
6392
"ru": "Скачать MeshCmd",
6393
"xloc": [
6394
- "default.handlebars->27->605"
6394
+ "default.handlebars->27->604"
6395
]
6396
},
6397
{
@@ -6426,7 +6426,7 @@
6426
"nl": "Download \\\"meshcmd\\\" met het actiebestand om verkeer via deze server naar dit apparaat te leiden. Zorg ervoor dat u meshaction.txt bewerkt en uw accountwachtwoord toevoegt of breng de nodige wijzigingen aan.",
6427
"ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.",
6428
"xloc": [
6429
- "default.handlebars->27->598"
6429
+ "default.handlebars->27->597"
6430
]
6431
},
6432
{
@@ -6482,7 +6482,7 @@
6482
"pt": "Download de eventos de energia",
6483
"ru": "Скачать события состояния питания",
6484
"xloc": [
6485
- "default.handlebars->27->560"
6485
+ "default.handlebars->27->559"
6486
]
6487
},
6488
{
@@ -6531,7 +6531,7 @@
6531
"pt": "Faça o download da lista de eventos com um dos formatos de arquivo abaixo.",
6532
"ru": "Скачать список событий в одном из форматов ниже.",
6533
"xloc": [
6534
- "default.handlebars->27->1209"
6534
+ "default.handlebars->27->1208"
6535
]
6536
},
6537
{
@@ -6545,7 +6545,7 @@
6545
"pt": "Baixe a lista de usuários com um dos formatos de arquivo abaixo.",
6546
"ru": "Скачать список пользователей в одном из форматов ниже.",
6547
"xloc": [
6548
- "default.handlebars->27->1248"
6548
+ "default.handlebars->27->1247"
6549
]
6550
},
6551
{
@@ -6613,7 +6613,7 @@
6613
"nl": "Duplicaat Agent",
6614
"ru": "Скопировать агент",
6615
"xloc": [
6616
- "default.handlebars->27->1424"
6616
+ "default.handlebars->27->1423"
6617
]
6618
},
6619
{
@@ -6635,7 +6635,7 @@
6635
"nl": "Dupliceer Gebruikers Groep",
6636
"ru": "Скопировать группу пользователей",
6637
"xloc": [
6638
- "default.handlebars->27->1293"
6638
+ "default.handlebars->27->1292"
6639
]
6640
},
6641
{
@@ -6663,7 +6663,7 @@
6663
"pt": "Durante a ativação, o agente terá acesso às informações da senha do administrador.",
6664
"ru": "Во время активации агент будет иметь доступ к паролю администратора.",
6665
"xloc": [
6666
- "default.handlebars->27->1077"
6666
+ "default.handlebars->27->1076"
6667
]
6668
},
6669
{
@@ -6676,7 +6676,7 @@
6676
"pt": "Holandês (belga)",
6677
"ru": "Голландский (Бельгийский)",
6678
"xloc": [
6679
- "default.handlebars->27->783"
6679
+ "default.handlebars->27->782"
6680
]
6681
},
6682
{
@@ -6689,7 +6689,7 @@
6689
"pt": "Holandês (padrão)",
6690
"ru": "Голландский (Стандартный)",
6691
"xloc": [
6692
- "default.handlebars->27->782"
6692
+ "default.handlebars->27->781"
6693
]
6694
},
6695
{
@@ -6761,7 +6761,7 @@
6761
"ru": "Редактировать устройство",
6762
"xloc": [
6763
"default-mobile.handlebars->9->227",
6764
- "default.handlebars->27->619"
6764
+ "default.handlebars->27->618"
6765
]
6766
},
6767
{
@@ -6778,9 +6778,9 @@
6778
"default-mobile.handlebars->9->291",
6779
"default-mobile.handlebars->9->293",
6780
"default-mobile.handlebars->9->311",
6781
- "default.handlebars->27->1083",
6782
- "default.handlebars->27->1107",
6783
- "default.handlebars->27->1130"
6781
+ "default.handlebars->27->1082",
6782
+ "default.handlebars->27->1106",
6783
+ "default.handlebars->27->1129"
6784
]
6785
},
6786
{
@@ -6794,7 +6794,7 @@
6794
"pt": "Editar recursos do grupo de dispositivos",
6795
"ru": "Редактировать функции группы устройств",
6796
"xloc": [
6797
- "default.handlebars->27->1097"
6797
+ "default.handlebars->27->1096"
6798
]
6799
},
6800
{
@@ -6805,7 +6805,7 @@
6805
"nl": "Bewerk apparaatgroep rechten",
6806
"ru": "Редактировать права группы устройств",
6807
"xloc": [
6808
- "default.handlebars->27->1127"
6808
+ "default.handlebars->27->1126"
6809
]
6810
},
6811
{
@@ -6818,7 +6818,7 @@
6818
"pt": "Editar consentimento do usuário do grupo de dispositivos",
6819
"ru": "Редактировать согласие пользователя группы устройств",
6820
"xloc": [
6821
- "default.handlebars->27->1094"
6821
+ "default.handlebars->27->1093"
6822
]
6823
},
6824
{
@@ -6833,7 +6833,7 @@
6833
"ru": "Редактировать примечания устройства",
6834
"xloc": [
6835
"default-mobile.handlebars->9->305",
6836
- "default.handlebars->27->1119"
6836
+ "default.handlebars->27->1118"
6837
]
6838
},
6839
{
@@ -6847,9 +6847,9 @@
6847
"ru": "Редактировать учетные данные Intel® AMT",
6848
"xloc": [
6849
"default-mobile.handlebars->9->217",
6850
- "default.handlebars->27->480",
6851
- "default.handlebars->27->483",
6852
- "default.handlebars->27->567"
6850
+ "default.handlebars->27->479",
6851
+ "default.handlebars->27->482",
6852
+ "default.handlebars->27->566"
6853
]
6854
},
6855
{
@@ -6864,7 +6864,7 @@
6864
"ru": "Редактировать примечания",
6865
"xloc": [
6866
"default-mobile.handlebars->9->318",
6867
- "default.handlebars->27->1137"
6867
+ "default.handlebars->27->1136"
6868
]
6869
},
6870
{
@@ -6877,7 +6877,7 @@
6877
"pt": "Editar permissões do grupo de dispositivos do usuário",
6878
"ru": "Редактировать права пользователя для группы устройств",
6879
"xloc": [
6880
- "default.handlebars->27->1128"
6880
+ "default.handlebars->27->1127"
6881
]
6882
},
6883
{
@@ -6888,7 +6888,7 @@
6888
"nl": "Bewerk de gebruikersgroep",
6889
"ru": "Редактировать группу пользователей",
6890
"xloc": [
6891
- "default.handlebars->27->1322"
6891
+ "default.handlebars->27->1321"
6892
]
6893
},
6894
{
@@ -6915,10 +6915,10 @@
6915
"ru": "Email",
6916
"xloc": [
6917
"default-mobile.handlebars->9->37",
6918
- "default.handlebars->27->1260",
6918
+ "default.handlebars->27->1259",
6919
+ "default.handlebars->27->1341",
6920
"default.handlebars->27->1342",
6920
- "default.handlebars->27->1343",
6921
- "default.handlebars->27->1371",
6921
+ "default.handlebars->27->1370",
6922
"default.handlebars->27->283"
6923
]
6924
},
@@ -6934,7 +6934,7 @@
6934
"ru": "Изменение адреса email",
6935
"xloc": [
6936
"default-mobile.handlebars->9->38",
6937
- "default.handlebars->27->950"
6937
+ "default.handlebars->27->949"
6938
]
6939
},
6940
{
@@ -6949,7 +6949,7 @@
6949
"ru": "Подтверждение email",
6950
"xloc": [
6951
"default-mobile.handlebars->9->36",
6952
- "default.handlebars->27->948"
6952
+ "default.handlebars->27->947"
6953
]
6954
},
6955
{
@@ -6963,7 +6963,7 @@
6963
"pt": "O email foi verificado",
6964
"ru": "Email подтвержден",
6965
"xloc": [
6966
- "default.handlebars->27->1339"
6966
+ "default.handlebars->27->1338"
6967
]
6968
},
6969
{
@@ -6977,7 +6977,7 @@
6977
"pt": "O email foi verificado.",
6978
"ru": "Email подтвержден.",
6979
"xloc": [
6980
- "default.handlebars->27->1266"
6980
+ "default.handlebars->27->1265"
6981
]
6982
},
6983
{
@@ -6991,7 +6991,7 @@
6991
"pt": "Email não verificado",
6992
"ru": "Email не подтвержден",
6993
"xloc": [
6994
- "default.handlebars->27->1340"
6994
+ "default.handlebars->27->1339"
6995
]
6996
},
6997
{
@@ -7065,7 +7065,7 @@
7065
"pt": "Inglês",
7066
"ru": "Английский",
7067
"xloc": [
7068
- "default.handlebars->27->784"
7068
+ "default.handlebars->27->783"
7069
]
7070
},
7071
{
@@ -7078,7 +7078,7 @@
7078
"pt": "Inglês (Austrália)",
7079
"ru": "Английский (Австралия)",
7080
"xloc": [
7081
- "default.handlebars->27->785"
7081
+ "default.handlebars->27->784"
7082
]
7083
},
7084
{
@@ -7091,7 +7091,7 @@
7091
"pt": "Inglês (Belize)",
7092
"ru": "Английский (Белиз)",
7093
"xloc": [
7094
- "default.handlebars->27->786"
7094
+ "default.handlebars->27->785"
7095
]
7096
},
7097
{
@@ -7104,7 +7104,7 @@
7104
"pt": "Inglês (Canadá)",
7105
"ru": "Английский (Канада)",
7106
"xloc": [
7107
- "default.handlebars->27->787"
7107
+ "default.handlebars->27->786"
7108
]
7109
},
7110
{
@@ -7117,7 +7117,7 @@
7117
"pt": "Inglês (Irlanda)",
7118
"ru": "Английский (Ирландия)",
7119
"xloc": [
7120
- "default.handlebars->27->788"
7120
+ "default.handlebars->27->787"
7121
]
7122
},
7123
{
@@ -7130,7 +7130,7 @@
7130
"pt": "Inglês (Jamaica)",
7131
"ru": "Английский (Ямайка)",
7132
"xloc": [
7133
- "default.handlebars->27->789"
7133
+ "default.handlebars->27->788"
7134
]
7135
},
7136
{
@@ -7143,7 +7143,7 @@
7143
"pt": "Inglês (Nova Zelândia)",
7144
"ru": "Английский (Новая Зеландия)",
7145
"xloc": [
7146
- "default.handlebars->27->790"
7146
+ "default.handlebars->27->789"
7147
]
7148
},
7149
{
@@ -7156,7 +7156,7 @@
7156
"pt": "Inglês (Filipinas)",
7157
"ru": "Английский (Филиппины)",
7158
"xloc": [
7159
- "default.handlebars->27->791"
7159
+ "default.handlebars->27->790"
7160
]
7161
},
7162
{
@@ -7169,7 +7169,7 @@
7169
"pt": "Inglês (África do Sul)",
7170
"ru": "Английский (Южная Африка)",
7171
"xloc": [
7172
- "default.handlebars->27->792"
7172
+ "default.handlebars->27->791"
7173
]
7174
},
7175
{
@@ -7181,7 +7181,7 @@
7181
"pt": "Inglês (Trinidad Tobago)",
7182
"ru": "Английский (Тринидад и Тобаго)",
7183
"xloc": [
7184
- "default.handlebars->27->793"
7184
+ "default.handlebars->27->792"
7185
]
7186
},
7187
{
@@ -7194,7 +7194,7 @@
7194
"pt": "Inglês (Reino Unido)",
7195
"ru": "Английский (Великобритания)",
7196
"xloc": [
7197
- "default.handlebars->27->794"
7197
+ "default.handlebars->27->793"
7198
]
7199
},
7200
{
@@ -7207,7 +7207,7 @@
7207
"pt": "Inglês (Estados Unidos)",
7208
"ru": "Английский (Соединенные Штаты)",
7209
"xloc": [
7210
- "default.handlebars->27->795"
7210
+ "default.handlebars->27->794"
7211
]
7212
},
7213
{
@@ -7220,7 +7220,7 @@
7220
"pt": "Inglês (Zimbábue)",
7221
"ru": "Английский (Зимбабве)",
7222
"xloc": [
7223
- "default.handlebars->27->796"
7223
+ "default.handlebars->27->795"
7224
]
7225
},
7226
{
@@ -7233,8 +7233,8 @@
7233
"pt": "Entrar",
7234
"ru": "Ввод",
7235
"xloc": [
7236
- "default.handlebars->27->976",
7237
- "default.handlebars->27->977"
7236
+ "default.handlebars->27->975",
7237
+ "default.handlebars->27->976"
7238
]
7239
},
7240
{
@@ -7248,7 +7248,7 @@
7248
"pt": "Insira uma lista separada por vírgulas de nomes de regiões administrativas.",
7249
"ru": "Введите разделенный запятыми список имен административных областей.",
7250
"xloc": [
7251
- "default.handlebars->27->1270"
7251
+ "default.handlebars->27->1269"
7252
]
7253
},
7254
{
@@ -7276,7 +7276,7 @@
7276
"pt": "Digite o texto e clique em OK para digitá-lo remotamente usando um teclado em inglês dos EUA.Certifique-se de colocar o cursor remoto na posição correta antes de continuar.",
7277
"ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.",
7278
"xloc": [
7279
- "default.handlebars->27->629"
7279
+ "default.handlebars->27->628"
7280
]
7281
},
7282
{
@@ -7345,7 +7345,7 @@
7345
"pt": "Esperanto",
7346
"ru": "Эсперанто",
7347
"xloc": [
7348
- "default.handlebars->27->797"
7348
+ "default.handlebars->27->796"
7349
]
7350
},
7351
{
@@ -7358,7 +7358,7 @@
7358
"pt": "Estoniano",
7359
"ru": "Эстонский",
7360
"xloc": [
7361
- "default.handlebars->27->798"
7361
+ "default.handlebars->27->797"
7362
]
7363
},
7364
{
@@ -7372,7 +7372,7 @@
7372
"pt": "Detalhes do evento",
7373
"ru": "Детали события",
7374
"xloc": [
7375
- "default.handlebars->27->705"
7375
+ "default.handlebars->27->704"
7376
]
7377
},
7378
{
@@ -7386,7 +7386,7 @@
7386
"pt": "Exportação da lista de eventos",
7387
"ru": "Экспорт списка событий",
7388
"xloc": [
7389
- "default.handlebars->27->1214"
7389
+ "default.handlebars->27->1213"
7390
]
7391
},
7392
{
@@ -7452,7 +7452,7 @@
7452
"pt": "ASCII estendido",
7453
"ru": "Расширенный ASCII",
7454
"xloc": [
7455
- "default.handlebars->27->654"
7455
+ "default.handlebars->27->653"
7456
]
7457
},
7458
{
@@ -7477,7 +7477,7 @@
7477
"nl": "Extern",
7478
"ru": "Внешний",
7479
"xloc": [
7480
- "default.handlebars->27->1448"
7480
+ "default.handlebars->27->1447"
7481
]
7482
},
7483
{
@@ -7490,7 +7490,7 @@
7490
"pt": "FYRO Macedonian",
7491
"ru": "Mакедонский (БЮР)",
7492
"xloc": [
7493
- "default.handlebars->27->848"
7493
+ "default.handlebars->27->847"
7494
]
7495
},
7496
{
@@ -7503,7 +7503,7 @@
7503
"pt": "O servidor remoto retornou um erro: (429) Too Many Requests.",
7504
"ru": "Фарерский",
7505
"xloc": [
7506
- "default.handlebars->27->799"
7506
+ "default.handlebars->27->798"
7507
]
7508
},
7509
{
@@ -7530,7 +7530,7 @@
7530
"pt": "Persa (persa)",
7531
"ru": "Фарси (Персидский)",
7532
"xloc": [
7533
- "default.handlebars->27->800"
7533
+ "default.handlebars->27->799"
7534
]
7535
},
7536
{
@@ -7559,7 +7559,7 @@
7559
"pt": "Recursos",
7560
"ru": "Функции",
7561
"xloc": [
7562
- "default.handlebars->27->1004"
7562
+ "default.handlebars->27->1003"
7563
]
7564
},
7565
{
@@ -7572,7 +7572,7 @@
7572
"pt": "Fijiano",
7573
"ru": "Фиджи",
7574
"xloc": [
7575
- "default.handlebars->27->801"
7575
+ "default.handlebars->27->800"
7576
]
7577
},
7578
{
@@ -7587,8 +7587,8 @@
7587
"ru": "Редактор файлов",
7588
"xloc": [
7589
"default-mobile.handlebars->9->254",
7590
- "default.handlebars->27->426",
7591
- "default.handlebars->27->677"
7590
+ "default.handlebars->27->425",
7591
+ "default.handlebars->27->676"
7592
]
7593
},
7594
{
@@ -7615,7 +7615,7 @@
7615
"pt": "Driver do sistema de arquivos",
7616
"ru": "Драйвер файловой системы",
7617
"xloc": [
7618
- "default.handlebars->27->637"
7618
+ "default.handlebars->27->636"
7619
]
7620
},
7621
{
@@ -7629,7 +7629,7 @@
7629
"pt": "Arquivos",
7630
"ru": "Файлы",
7631
"xloc": [
7632
- "default.handlebars->27->1091",
7632
+ "default.handlebars->27->1090",
7633
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
7634
"default.handlebars->contextMenu->cxfiles"
7635
]
@@ -7659,7 +7659,7 @@
7659
"pt": "Notificação arquivos",
7660
"ru": "Уведомление файлов",
7661
"xloc": [
7662
- "default.handlebars->27->1012"
7662
+ "default.handlebars->27->1011"
7663
]
7664
},
7665
{
@@ -7672,7 +7672,7 @@
7672
"pt": "Arquivos do prompt",
7673
"ru": "Запрос файлов",
7674
"xloc": [
7675
- "default.handlebars->27->1011"
7675
+ "default.handlebars->27->1010"
7676
]
7677
},
7678
{
@@ -7701,7 +7701,7 @@
7701
"pt": "Finlandês",
7702
"ru": "Финский",
7703
"xloc": [
7704
- "default.handlebars->27->802"
7704
+ "default.handlebars->27->801"
7705
]
7706
},
7707
{
@@ -7761,8 +7761,8 @@
7761
"pt": "Forçar redefinição de senha no próximo login.",
7762
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
7763
"xloc": [
7764
- "default.handlebars->27->1264",
7765
- "default.handlebars->27->1378"
7764
+ "default.handlebars->27->1263",
7765
+ "default.handlebars->27->1377"
7766
]
7767
},
7768
{
@@ -7832,8 +7832,8 @@
7832
"pt": "Livre",
7833
"ru": "Свободно",
7834
"xloc": [
7835
- "default.handlebars->27->1409",
7836
- "default.handlebars->27->1411"
7835
+ "default.handlebars->27->1408",
7836
+ "default.handlebars->27->1410"
7837
]
7838
},
7839
{
@@ -7861,7 +7861,7 @@
7861
"pt": "Francês (Bélgica)",
7862
"ru": "Французский (Бельгия)",
7863
"xloc": [
7864
- "default.handlebars->27->804"
7864
+ "default.handlebars->27->803"
7865
]
7866
},
7867
{
@@ -7874,7 +7874,7 @@
7874
"pt": "Francês (Canadá)",
7875
"ru": "Французский (Канада)",
7876
"xloc": [
7877
- "default.handlebars->27->805"
7877
+ "default.handlebars->27->804"
7878
]
7879
},
7880
{
@@ -7887,7 +7887,7 @@
7887
"pt": "Francês (França)",
7888
"ru": "Французский (Франция)",
7889
"xloc": [
7890
- "default.handlebars->27->806"
7890
+ "default.handlebars->27->805"
7891
]
7892
},
7893
{
@@ -7900,7 +7900,7 @@
7900
"pt": "Francês (Luxemburgo)",
7901
"ru": "Французский (Люксембург)",
7902
"xloc": [
7903
- "default.handlebars->27->807"
7903
+ "default.handlebars->27->806"
7904
]
7905
},
7906
{
@@ -7913,7 +7913,7 @@
7913
"pt": "Francês (Mônaco)",
7914
"ru": "Французский (Монако)",
7915
"xloc": [
7916
- "default.handlebars->27->808"
7916
+ "default.handlebars->27->807"
7917
]
7918
},
7919
{
@@ -7926,7 +7926,7 @@
7926
"pt": "Francês (Padrão)",
7927
"ru": "Французский (Стандартный)",
7928
"xloc": [
7929
- "default.handlebars->27->803"
7929
+ "default.handlebars->27->802"
7930
]
7931
},
7932
{
@@ -7939,7 +7939,7 @@
7939
"pt": "Francês (Suíça)",
7940
"ru": "Французский (Швейцария)",
7941
"xloc": [
7942
- "default.handlebars->27->809"
7942
+ "default.handlebars->27->808"
7943
]
7944
},
7945
{
@@ -7952,7 +7952,7 @@
7952
"pt": "Frísio",
7953
"ru": "Фризский",
7954
"xloc": [
7955
- "default.handlebars->27->810"
7955
+ "default.handlebars->27->809"
7956
]
7957
},
7958
{
@@ -7965,7 +7965,7 @@
7965
"pt": "Friuliano",
7966
"ru": "Фриульский",
7967
"xloc": [
7968
- "default.handlebars->27->811"
7968
+ "default.handlebars->27->810"
7969
]
7970
},
7971
{
@@ -7983,9 +7983,9 @@
7983
"default-mobile.handlebars->9->292",
7984
"default-mobile.handlebars->9->310",
7985
"default-mobile.handlebars->9->64",
7986
- "default.handlebars->27->1106",
7987
- "default.handlebars->27->1275",
7988
- "default.handlebars->27->983"
7986
+ "default.handlebars->27->1105",
7987
+ "default.handlebars->27->1274",
7988
+ "default.handlebars->27->982"
7989
]
7990
},
7991
{
@@ -7999,7 +7999,7 @@
7999
"pt": "Administrador Pleno (todos os direitos)",
8000
"ru": "Администратор с полным доступом (все права)",
8001
"xloc": [
8002
- "default.handlebars->27->1129"
8002
+ "default.handlebars->27->1128"
8003
]
8004
},
8005
{
@@ -8010,9 +8010,9 @@
8010
"nl": "Volledige apparaatgroep beheerder",
8011
"ru": "Администратор группы устройств с полным доступом",
8012
"xloc": [
8013
- "default.handlebars->27->1046",
8014
- "default.handlebars->27->1312",
8015
- "default.handlebars->27->1386"
8013
+ "default.handlebars->27->1045",
8014
+ "default.handlebars->27->1311",
8015
+ "default.handlebars->27->1385"
8016
]
8017
},
8018
{
@@ -8042,7 +8042,7 @@
8042
"pt": "Administrador completo",
8043
"ru": "Администратор с полным доступом",
8044
"xloc": [
8045
- "default.handlebars->27->1335"
8045
+ "default.handlebars->27->1334"
8046
]
8047
},
8048
{
@@ -8055,7 +8055,7 @@
8055
"pt": "Gaélico (irlandês)",
8056
"ru": "Гэльский (Ирландский)",
8057
"xloc": [
8058
- "default.handlebars->27->813"
8058
+ "default.handlebars->27->812"
8059
]
8060
},
8061
{
@@ -8068,7 +8068,7 @@
8068
"pt": "Gaélico (escocês)",
8069
"ru": "Гэльский (Шотландия)",
8070
"xloc": [
8071
- "default.handlebars->27->812"
8071
+ "default.handlebars->27->811"
8072
]
8073
},
8074
{
@@ -8081,7 +8081,7 @@
8081
"pt": "Galego",
8082
"ru": "Галицкий",
8083
"xloc": [
8084
- "default.handlebars->27->814"
8084
+ "default.handlebars->27->813"
8085
]
8086
},
8087
{
@@ -8142,7 +8142,7 @@
8142
"pt": "Informações gerais",
8143
"ru": "Общая информация",
8144
"xloc": [
8145
- "default.handlebars->27->433"
8145
+ "default.handlebars->27->432"
8146
]
8147
},
8148
{
@@ -8169,7 +8169,7 @@
8169
"pt": "Georgiano",
8170
"ru": "Грузинский",
8171
"xloc": [
8172
- "default.handlebars->27->815"
8172
+ "default.handlebars->27->814"
8173
]
8174
},
8175
{
@@ -8182,7 +8182,7 @@
8182
"pt": "Alemão (Áustria)",
8183
"ru": "Немецкий (Австрия)",
8184
"xloc": [
8185
- "default.handlebars->27->817"
8185
+ "default.handlebars->27->816"
8186
]
8187
},
8188
{
@@ -8195,7 +8195,7 @@
8195
"pt": "Alemão (Alemanha)",
8196
"ru": "Немецкий (Германия)",
8197
"xloc": [
8198
- "default.handlebars->27->818"
8198
+ "default.handlebars->27->817"
8199
]
8200
},
8201
{
@@ -8208,7 +8208,7 @@
8208
"pt": "Alemão (Liechtenstein)",
8209
"ru": "Немецкий (Лихтенштейн)",
8210
"xloc": [
8211
- "default.handlebars->27->819"
8211
+ "default.handlebars->27->818"
8212
]
8213
},
8214
{
@@ -8221,7 +8221,7 @@
8221
"pt": "Alemão (Luxemburgo)",
8222
"ru": "Немецкий (Люксембург)",
8223
"xloc": [
8224
- "default.handlebars->27->820"
8224
+ "default.handlebars->27->819"
8225
]
8226
},
8227
{
@@ -8234,7 +8234,7 @@
8234
"pt": "Alemão (Padrão)",
8235
"ru": "Немецкий (Стандартный)",
8236
"xloc": [
8237
- "default.handlebars->27->816"
8237
+ "default.handlebars->27->815"
8238
]
8239
},
8240
{
@@ -8247,7 +8247,7 @@
8247
"pt": "Alemão (Suíça)",
8248
"ru": "Немецкий (Швейцария)",
8249
"xloc": [
8250
- "default.handlebars->27->821"
8250
+ "default.handlebars->27->820"
8251
]
8252
},
8253
{
@@ -8261,7 +8261,7 @@
8261
"pt": "Obtenha credenciais de login do MQTT para este dispositivo.",
8262
"ru": "Получить учетные данные MQTT для этого устройства.",
8263
"xloc": [
8264
- "default.handlebars->27->533"
8264
+ "default.handlebars->27->532"
8265
]
8266
},
8267
{
@@ -8305,7 +8305,7 @@
8305
"pt": "Bom",
8306
"ru": "Хорошо",
8307
"xloc": [
8308
- "default.handlebars->27->979"
8308
+ "default.handlebars->27->978"
8309
]
8310
},
8311
{
@@ -8335,7 +8335,7 @@
8335
"pt": "Grego",
8336
"ru": "Греческий",
8337
"xloc": [
8338
- "default.handlebars->27->822"
8338
+ "default.handlebars->27->821"
8339
]
8340
},
8341
{
@@ -8350,7 +8350,7 @@
8350
"ru": "Группа",
8351
"xloc": [
8352
"default-mobile.handlebars->9->134",
8353
- "default.handlebars->27->458",
8353
+ "default.handlebars->27->457",
8354
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
8355
]
8356
},
@@ -8377,7 +8377,7 @@
8377
"nl": "Groeps leden",
8378
"ru": "Члены группы",
8379
"xloc": [
8380
- "default.handlebars->27->1304"
8380
+ "default.handlebars->27->1303"
8381
]
8382
},
8383
{
@@ -8391,7 +8391,7 @@
8391
"pt": "Permissões de grupo para o usuário {0}.",
8392
"ru": "Права на группу для пользователя {0}.",
8393
"xloc": [
8394
- "default.handlebars->27->1105"
8394
+ "default.handlebars->27->1104"
8395
]
8396
},
8397
{
@@ -8402,7 +8402,7 @@
8402
"nl": "Groepsrechten voor {0}.",
8403
"ru": "Права на группу для {0}.",
8404
"xloc": [
8405
- "default.handlebars->27->1104"
8405
+ "default.handlebars->27->1103"
8406
]
8407
},
8408
{
@@ -8427,7 +8427,7 @@
8427
"nl": "Groepen",
8428
"ru": "Группы",
8429
"xloc": [
8430
- "default.handlebars->27->1219",
8430
+ "default.handlebars->27->1218",
8431
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGroups"
8432
]
8433
},
@@ -8441,7 +8441,7 @@
8441
"pt": "Gujarati",
8442
"ru": "Гуджарати",
8443
"xloc": [
8444
- "default.handlebars->27->823"
8444
+ "default.handlebars->27->822"
8445
]
8446
},
8447
{
@@ -8470,7 +8470,7 @@
8470
"pt": "Haitiano",
8471
"ru": "Гаитянский",
8472
"xloc": [
8473
- "default.handlebars->27->824"
8473
+ "default.handlebars->27->823"
8474
]
8475
},
8476
{
@@ -8498,7 +8498,7 @@
8498
"pt": "Forçar desconexão do agente",
8499
"ru": "Жесткое отключение агента",
8500
"xloc": [
8501
- "default.handlebars->27->721"
8501
+ "default.handlebars->27->720"
8502
]
8503
},
8504
{
@@ -8508,7 +8508,7 @@
8508
"es": "Heap Total",
8509
"nl": "Heap Totaal",
8510
"xloc": [
8511
- "default.handlebars->27->1450"
8511
+ "default.handlebars->27->1449"
8512
]
8513
},
8514
{
@@ -8518,7 +8518,7 @@
8518
"es": "Heap Used",
8519
"nl": "Heap gebruikt",
8520
"xloc": [
8521
- "default.handlebars->27->1449"
8521
+ "default.handlebars->27->1448"
8522
]
8523
},
8524
{
@@ -8532,7 +8532,7 @@
8532
"pt": "Hebraico",
8533
"ru": "Иврит",
8534
"xloc": [
8535
- "default.handlebars->27->825"
8535
+ "default.handlebars->27->824"
8536
]
8537
},
8538
{
@@ -8545,7 +8545,7 @@
8545
"nl": "Help bij het vertalen van MeshCentral",
8546
"ru": "Помочь перевести MeshCentral",
8547
"xloc": [
8548
- "default.handlebars->27->938"
8548
+ "default.handlebars->27->937"
8549
]
8550
},
8551
{
@@ -8575,7 +8575,7 @@
8575
"pt": "Hindi",
8576
"ru": "Хинди",
8577
"xloc": [
8578
- "default.handlebars->27->826"
8578
+ "default.handlebars->27->825"
8579
]
8580
},
8581
{
@@ -8603,7 +8603,7 @@
8603
"ru": "Задержана 1 запись для копирования",
8604
"xloc": [
8605
"default-mobile.handlebars->9->263",
8606
- "default.handlebars->27->686"
8606
+ "default.handlebars->27->685"
8607
]
8608
},
8609
{
@@ -8617,7 +8617,7 @@
8617
"ru": "Задержана 1 запись для перемещения",
8618
"xloc": [
8619
"default-mobile.handlebars->9->267",
8620
- "default.handlebars->27->690"
8620
+ "default.handlebars->27->689"
8621
]
8622
},
8623
{
@@ -8631,7 +8631,7 @@
8631
"ru": "Задержано {0} записей для копирования",
8632
"xloc": [
8633
"default-mobile.handlebars->9->261",
8634
- "default.handlebars->27->684"
8634
+ "default.handlebars->27->683"
8635
]
8636
},
8637
{
@@ -8645,7 +8645,7 @@
8645
"ru": "Задержано {0} записей для перемещения",
8646
"xloc": [
8647
"default-mobile.handlebars->9->265",
8648
- "default.handlebars->27->688"
8648
+ "default.handlebars->27->687"
8649
]
8650
},
8651
{
@@ -8659,7 +8659,7 @@
8659
"ru": "Задержано {0} записей для {2}",
8660
"xloc": [
8661
"default-mobile.handlebars->9->88",
8662
- "default.handlebars->27->1201"
8662
+ "default.handlebars->27->1200"
8663
]
8664
},
8665
{
@@ -8678,10 +8678,10 @@
8678
"default-mobile.handlebars->9->139",
8679
"default-mobile.handlebars->9->223",
8680
"default.handlebars->27->239",
8681
+ "default.handlebars->27->459",
8682
"default.handlebars->27->460",
8682
- "default.handlebars->27->461",
8683
- "default.handlebars->27->463",
8684
- "default.handlebars->27->615"
8683
+ "default.handlebars->27->462",
8684
+ "default.handlebars->27->614"
8685
]
8686
},
8687
{
@@ -8694,7 +8694,7 @@
8694
"pt": "Sincronização de nome de host",
8695
"ru": "Синхронизация имени хоста",
8696
"xloc": [
8697
- "default.handlebars->27->1002"
8697
+ "default.handlebars->27->1001"
8698
]
8699
},
8700
{
@@ -8707,7 +8707,7 @@
8707
"pt": "Húngaro",
8708
"ru": "Венгерский",
8709
"xloc": [
8710
- "default.handlebars->27->827"
8710
+ "default.handlebars->27->826"
8711
]
8712
},
8713
{
@@ -8790,7 +8790,7 @@
8790
"pt": "islandês",
8791
"ru": "Исландский",
8792
"xloc": [
8793
- "default.handlebars->27->828"
8793
+ "default.handlebars->27->827"
8794
]
8795
},
8796
{
@@ -8805,7 +8805,7 @@
8805
"ru": "Выбор иконки",
8806
"xloc": [
8807
"default-mobile.handlebars->9->221",
8808
- "default.handlebars->27->613"
8808
+ "default.handlebars->27->612"
8809
]
8810
},
8811
{
@@ -8826,7 +8826,7 @@
8826
"en": "Illegal invocation",
8827
"nl": "Ongeldige aanroep",
8828
"xloc": [
8829
- "default.handlebars->27->1479"
8829
+ "default.handlebars->27->1478"
8830
]
8831
},
8832
{
@@ -8859,7 +8859,7 @@
8859
"pt": "Indonésia",
8860
"ru": "Индонезийский",
8861
"xloc": [
8862
- "default.handlebars->27->829"
8862
+ "default.handlebars->27->828"
8863
]
8864
},
8865
{
@@ -8916,7 +8916,7 @@
8916
"pt": "Instalar",
8917
"ru": "Установка",
8918
"xloc": [
8919
- "default.handlebars->27->1041"
8919
+ "default.handlebars->27->1040"
8920
]
8921
},
8922
{
@@ -8954,7 +8954,7 @@
8954
"pt": "Instalar CIRA",
8955
"ru": "Установка CIRA",
8956
"xloc": [
8957
- "default.handlebars->27->1033"
8957
+ "default.handlebars->27->1032"
8958
]
8959
},
8960
{
@@ -8968,7 +8968,7 @@
8968
"pt": "Instalação local",
8969
"ru": "Локальная установка",
8970
"xloc": [
8971
- "default.handlebars->27->1035"
8971
+ "default.handlebars->27->1034"
8972
]
8973
},
8974
{
@@ -8996,7 +8996,7 @@
8996
"pt": "Intel (F10 = ESC+[OM)",
8997
"ru": "Intel (F10 = ESC+[OM)",
8998
"xloc": [
8999
- "default.handlebars->27->656",
8999
+ "default.handlebars->27->655",
9000
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
9001
]
9002
},
@@ -9011,10 +9011,10 @@
9011
"pt": "Intel AMT",
9012
"ru": "Intel AMT",
9013
"xloc": [
9014
- "default.handlebars->27->1161",
9015
- "default.handlebars->27->1167",
9016
- "default.handlebars->27->1446",
9017
- "default.handlebars->27->1466"
9014
+ "default.handlebars->27->1160",
9015
+ "default.handlebars->27->1166",
9016
+ "default.handlebars->27->1445",
9017
+ "default.handlebars->27->1465"
9018
]
9019
},
9020
{
@@ -9069,7 +9069,7 @@
9069
"pt": "O Intel AMT é ativado no modo de controle de administrador",
9070
"ru": "Intel AMT активирован в режиме администратора",
9071
"xloc": [
9072
- "default.handlebars->27->476"
9072
+ "default.handlebars->27->475"
9073
]
9074
},
9075
{
@@ -9082,7 +9082,7 @@
9082
"pt": "O Intel AMT é ativado no modo de controle do cliente",
9083
"ru": "Intel AMT активирован в режиме клиента",
9084
"xloc": [
9085
- "default.handlebars->27->474"
9085
+ "default.handlebars->27->473"
9086
]
9087
},
9088
{
@@ -9095,7 +9095,7 @@
9095
"pt": "O Intel AMT está configurado com segurança de rede TLS",
9096
"ru": "Intel AMT настроен с TLS безопасностью сети",
9097
"xloc": [
9098
- "default.handlebars->27->478"
9098
+ "default.handlebars->27->477"
9099
]
9100
},
9101
{
@@ -9136,7 +9136,7 @@
9136
"pt": "Intel ASCII",
9137
"ru": "Intel ASCII",
9138
"xloc": [
9139
- "default.handlebars->27->655"
9139
+ "default.handlebars->27->654"
9140
]
9141
},
9142
{
@@ -9153,11 +9153,11 @@
9153
"default-mobile.handlebars->9->123",
9154
"default-mobile.handlebars->9->187",
9155
"default-mobile.handlebars->9->192",
9156
- "default.handlebars->27->1019",
9157
- "default.handlebars->27->1027",
9158
- "default.handlebars->27->436",
9159
- "default.handlebars->27->486",
9160
- "default.handlebars->27->502"
9156
+ "default.handlebars->27->1018",
9157
+ "default.handlebars->27->1026",
9158
+ "default.handlebars->27->435",
9159
+ "default.handlebars->27->485",
9160
+ "default.handlebars->27->501"
9161
]
9162
},
9163
{
@@ -9172,7 +9172,7 @@
9172
"ru": "Intel® AMT CIRA",
9173
"xloc": [
9174
"default-mobile.handlebars->9->191",
9175
- "default.handlebars->27->500"
9175
+ "default.handlebars->27->499"
9176
]
9177
},
9178
{
@@ -9188,7 +9188,7 @@
9188
"xloc": [
9189
"default.handlebars->27->185",
9190
"default.handlebars->27->372",
9191
- "default.handlebars->27->499"
9191
+ "default.handlebars->27->498"
9192
]
9193
},
9194
{
@@ -9217,7 +9217,7 @@
9217
"pt": "Intel® Política da AMT",
9218
"ru": "Политика Intel® AMT",
9219
"xloc": [
9220
- "default.handlebars->27->1059"
9220
+ "default.handlebars->27->1058"
9221
]
9222
},
9223
{
@@ -9243,7 +9243,7 @@
9243
"pt": "Intel® Tag AMT ",
9244
"ru": "Intel® AMT Тег",
9245
"xloc": [
9246
- "default.handlebars->27->490"
9246
+ "default.handlebars->27->489"
9247
]
9248
},
9249
{
@@ -9286,8 +9286,8 @@
9286
"ru": "Intel® AMT подключен",
9287
"xloc": [
9288
"default-mobile.handlebars->9->201",
9289
- "default.handlebars->27->537",
9290
- "default.handlebars->27->538"
9289
+ "default.handlebars->27->536",
9290
+ "default.handlebars->27->537"
9291
]
9292
},
9293
{
@@ -9300,8 +9300,8 @@
9300
"pt": "Intel® Área de trabalho AMT e eventos seriais.",
9301
"ru": "События Intel® AMT desktop или serial.",
9302
"xloc": [
9303
- "default.handlebars->27->1157",
9304
- "default.handlebars->27->944"
9303
+ "default.handlebars->27->1156",
9304
+ "default.handlebars->27->943"
9305
]
9306
},
9307
{
@@ -9316,8 +9316,8 @@
9316
"ru": "Intel® AMT обнаружен",
9317
"xloc": [
9318
"default-mobile.handlebars->9->202",
9319
- "default.handlebars->27->539",
9320
- "default.handlebars->27->540"
9319
+ "default.handlebars->27->538",
9320
+ "default.handlebars->27->539"
9321
]
9322
},
9323
{
@@ -9330,7 +9330,7 @@
9330
"pt": "Intel® O AMT é roteável e pronto para uso.",
9331
"ru": "Intel® AMT маршрутизируется и готов к использованию.",
9332
"xloc": [
9333
- "default.handlebars->27->501"
9333
+ "default.handlebars->27->500"
9334
]
9335
},
9336
{
@@ -9371,8 +9371,8 @@
9371
"ru": "Только Intel® AMT, без агента",
9372
"xloc": [
9373
"default-mobile.handlebars->9->274",
9374
- "default.handlebars->27->973",
9375
- "default.handlebars->27->995"
9374
+ "default.handlebars->27->972",
9375
+ "default.handlebars->27->994"
9376
]
9377
},
9378
{
@@ -9385,7 +9385,7 @@
9385
"pt": "Intel® Tecnologia de gerenciamento ativo",
9386
"ru": "Технология Intel® Active Management",
9387
"xloc": [
9388
- "default.handlebars->27->485"
9388
+ "default.handlebars->27->484"
9389
]
9390
},
9391
{
@@ -9400,7 +9400,7 @@
9400
"ru": "Intel® ME",
9401
"xloc": [
9402
"default-mobile.handlebars->9->186",
9403
- "default.handlebars->27->484"
9403
+ "default.handlebars->27->483"
9404
]
9405
},
9406
{
@@ -9415,7 +9415,7 @@
9415
"ru": "Intel® SM",
9416
"xloc": [
9417
"default-mobile.handlebars->9->188",
9418
- "default.handlebars->27->488"
9418
+ "default.handlebars->27->487"
9419
]
9420
},
9421
{
@@ -9428,7 +9428,7 @@
9428
"pt": "Intel® Gerenciamento padrão",
9429
"ru": "Intel® Standard Manageability",
9430
"xloc": [
9431
- "default.handlebars->27->487"
9431
+ "default.handlebars->27->486"
9432
]
9433
},
9434
{
@@ -9501,7 +9501,7 @@
9501
"pt": "Interativo",
9502
"ru": "Интерактивный",
9503
"xloc": [
9504
- "default.handlebars->27->638"
9504
+ "default.handlebars->27->637"
9505
]
9506
},
9507
{
@@ -9530,7 +9530,7 @@
9530
"pt": "Interfaces",
9531
"ru": "Интерфейсы",
9532
"xloc": [
9533
- "default.handlebars->27->520"
9533
+ "default.handlebars->27->519"
9534
]
9535
},
9536
{
@@ -9543,7 +9543,7 @@
9543
"pt": "Inuktitut",
9544
"ru": "Инуктитут",
9545
"xloc": [
9546
- "default.handlebars->27->830"
9546
+ "default.handlebars->27->829"
9547
]
9548
},
9549
{
@@ -9554,7 +9554,7 @@
9554
"nl": "Ongeldige apparaatgroep type",
9555
"ru": "Некорректный тип группы устройств",
9556
"xloc": [
9557
- "default.handlebars->27->1423"
9557
+ "default.handlebars->27->1422"
9558
]
9559
},
9560
{
@@ -9565,7 +9565,7 @@
9565
"nl": "Onjuiste JSON",
9566
"ru": "Некорректный JSON",
9567
"xloc": [
9568
- "default.handlebars->27->1417"
9568
+ "default.handlebars->27->1416"
9569
]
9570
},
9571
{
@@ -9579,8 +9579,8 @@
9579
"pt": "Formato de arquivo JSON inválido.",
9580
"ru": "Некорректный формат файла JSON.",
9581
"xloc": [
9582
- "default.handlebars->27->1245",
9583
- "default.handlebars->27->1247"
9582
+ "default.handlebars->27->1244",
9583
+ "default.handlebars->27->1246"
9584
]
9585
},
9586
{
@@ -9594,7 +9594,7 @@
9594
"pt": "Arquivo JSON inválido: {0}.",
9595
"ru": "Некорректный файл JSON: {0}.",
9596
"xloc": [
9597
- "default.handlebars->27->1243"
9597
+ "default.handlebars->27->1242"
9598
]
9599
},
9600
{
@@ -9605,7 +9605,7 @@
9605
"nl": "Onjuiste PKCS handtekening",
9606
"ru": "Некорректная сигнатура PKCS",
9607
"xloc": [
9608
- "default.handlebars->27->1415"
9608
+ "default.handlebars->27->1414"
9609
]
9610
},
9611
{
@@ -9616,7 +9616,7 @@
9616
"nl": "Ongeldige RSA handtekening",
9617
"ru": "Некорректная сигнатура RSA",
9618
"xloc": [
9619
- "default.handlebars->27->1416"
9619
+ "default.handlebars->27->1415"
9620
]
9621
},
9622
{
@@ -9700,7 +9700,7 @@
9700
"pt": "Convite",
9701
"ru": "Пригласить",
9702
"xloc": [
9703
- "default.handlebars->27->1043",
9703
+ "default.handlebars->27->1042",
9704
"default.handlebars->27->236",
9705
"default.handlebars->27->313"
9706
]
@@ -9730,7 +9730,7 @@
9730
"pt": "Convide alguém para instalar o agente de malha nessa malha.",
9731
"ru": "Отправить приглашение на установку Mesh Agent",
9732
"xloc": [
9733
- "default.handlebars->27->1042",
9733
+ "default.handlebars->27->1041",
9734
"default.handlebars->27->235"
9735
]
9736
},
@@ -9759,7 +9759,7 @@
9759
"pt": "Irish",
9760
"ru": "Ирландский",
9761
"xloc": [
9762
- "default.handlebars->27->831"
9762
+ "default.handlebars->27->830"
9763
]
9764
},
9765
{
@@ -9772,7 +9772,7 @@
9772
"pt": "Italiano (Padrão)",
9773
"ru": "Итальянский (Стандартный)",
9774
"xloc": [
9775
- "default.handlebars->27->832"
9775
+ "default.handlebars->27->831"
9776
]
9777
},
9778
{
@@ -9785,7 +9785,7 @@
9785
"pt": "Italiano (Suíça)",
9786
"ru": "Итальянский (Швейцария)",
9787
"xloc": [
9788
- "default.handlebars->27->833"
9788
+ "default.handlebars->27->832"
9789
]
9790
},
9791
{
@@ -9799,8 +9799,8 @@
9799
"pt": "Formato JSON",
9800
"ru": "Формат JSON",
9801
"xloc": [
9802
- "default.handlebars->27->1212",
9803
- "default.handlebars->27->1251",
9802
+ "default.handlebars->27->1211",
9803
+ "default.handlebars->27->1250",
9804
"default.handlebars->27->402"
9805
]
9806
},
@@ -9815,7 +9815,7 @@
9815
"pt": "japonês",
9816
"ru": "Японский",
9817
"xloc": [
9818
- "default.handlebars->27->834"
9818
+ "default.handlebars->27->833"
9819
]
9820
},
9821
{
@@ -9827,7 +9827,7 @@
9827
"pt": "Kannada",
9828
"ru": "Каннада",
9829
"xloc": [
9830
- "default.handlebars->27->835"
9830
+ "default.handlebars->27->834"
9831
]
9832
},
9833
{
@@ -9839,7 +9839,7 @@
9839
"pt": "Caxemira",
9840
"ru": "Кашмирский",
9841
"xloc": [
9842
- "default.handlebars->27->836"
9842
+ "default.handlebars->27->835"
9843
]
9844
},
9845
{
@@ -9851,7 +9851,7 @@
9851
"pt": "Cazaque",
9852
"ru": "Казахский",
9853
"xloc": [
9854
- "default.handlebars->27->837"
9854
+ "default.handlebars->27->836"
9855
]
9856
},
9857
{
@@ -9864,7 +9864,7 @@
9864
"pt": "KernelDriver",
9865
"ru": "Драйвер ядра",
9866
"xloc": [
9867
- "default.handlebars->27->639"
9867
+ "default.handlebars->27->638"
9868
]
9869
},
9870
{
@@ -9878,8 +9878,8 @@
9878
"pt": "Nome da chave",
9879
"ru": "Имя ключа",
9880
"xloc": [
9881
- "default.handlebars->27->728",
9882
- "default.handlebars->27->731"
9881
+ "default.handlebars->27->727",
9882
+ "default.handlebars->27->730"
9883
]
9884
},
9885
{
@@ -9905,7 +9905,7 @@
9905
"pt": "Khmer",
9906
"ru": "Кхмерский",
9907
"xloc": [
9908
- "default.handlebars->27->838"
9908
+ "default.handlebars->27->837"
9909
]
9910
},
9911
{
@@ -9917,7 +9917,7 @@
9917
"pt": "Kirghiz",
9918
"ru": "Киргизский",
9919
"xloc": [
9920
- "default.handlebars->27->839"
9920
+ "default.handlebars->27->838"
9921
]
9922
},
9923
{
@@ -9929,7 +9929,7 @@
9929
"pt": "Klingon",
9930
"ru": "Клингонский",
9931
"xloc": [
9932
- "default.handlebars->27->840"
9932
+ "default.handlebars->27->839"
9933
]
9934
},
9935
{
@@ -9942,7 +9942,7 @@
9942
"pt": "coreano",
9943
"ru": "Korean",
9944
"xloc": [
9945
- "default.handlebars->27->841"
9945
+ "default.handlebars->27->840"
9946
]
9947
},
9948
{
@@ -9955,7 +9955,7 @@
9955
"pt": "Coreano (Coréia do Norte)",
9956
"ru": "Корейский (Северная Корея)",
9957
"xloc": [
9958
- "default.handlebars->27->842"
9958
+ "default.handlebars->27->841"
9959
]
9960
},
9961
{
@@ -9968,7 +9968,7 @@
9968
"pt": "Coreano (Coréia do Sul)",
9969
"ru": "Корейский (Южная Корея)",
9970
"xloc": [
9971
- "default.handlebars->27->843"
9971
+ "default.handlebars->27->842"
9972
]
9973
},
9974
{
@@ -9982,8 +9982,8 @@
9982
"pt": "LF",
9983
"ru": "LF",
9984
"xloc": [
9985
- "default.handlebars->27->651",
9986
- "default.handlebars->27->660"
9985
+ "default.handlebars->27->650",
9986
+ "default.handlebars->27->659"
9987
]
9988
},
9989
{
@@ -9997,7 +9997,7 @@
9997
"pt": "Língua",
9998
"ru": "Язык",
9999
"xloc": [
10000
- "default.handlebars->27->936"
10000
+ "default.handlebars->27->935"
10001
]
10002
},
10003
{
@@ -10025,7 +10025,7 @@
10025
"pt": "Foco grande",
10026
"ru": "Большой Фокус",
10027
"xloc": [
10028
- "default.handlebars->27->628"
10028
+ "default.handlebars->27->627"
10029
]
10030
},
10031
{
@@ -10178,7 +10178,7 @@
10178
"pt": "Último acesso",
10179
"ru": "Последний доступ",
10180
"xloc": [
10181
- "default.handlebars->27->1220"
10181
+ "default.handlebars->27->1219"
10182
]
10183
},
10184
{
@@ -10192,7 +10192,7 @@
10192
"pt": "Último login",
10193
"ru": "Последний вход в систему",
10194
"xloc": [
10195
- "default.handlebars->27->1347"
10195
+ "default.handlebars->27->1346"
10196
]
10197
},
10198
{
@@ -10236,7 +10236,7 @@
10236
"pt": "Última alteração: {0}",
10237
"ru": "Последнее изменение: {0}",
10238
"xloc": [
10239
- "default.handlebars->27->1351"
10239
+ "default.handlebars->27->1350"
10240
]
10241
},
10242
{
@@ -10278,7 +10278,7 @@
10278
"pt": "Último login: {0}",
10279
"ru": "Последний вход в систему: {0}",
10280
"xloc": [
10281
- "default.handlebars->27->1230"
10281
+ "default.handlebars->27->1229"
10282
]
10283
},
10284
{
@@ -10292,7 +10292,7 @@
10292
"pt": "Visto pela última vez:",
10293
"ru": "Последнее посещение:",
10294
"xloc": [
10295
- "default.handlebars->27->543",
10295
+ "default.handlebars->27->542",
10296
"default.handlebars->27->83"
10297
]
10298
},
@@ -10348,7 +10348,7 @@
10348
"pt": "Latim",
10349
"ru": "Латинский",
10350
"xloc": [
10351
- "default.handlebars->27->844"
10351
+ "default.handlebars->27->843"
10352
]
10353
},
10354
{
@@ -10361,7 +10361,7 @@
10361
"pt": "letão",
10362
"ru": "Латышский",
10363
"xloc": [
10364
- "default.handlebars->27->845"
10364
+ "default.handlebars->27->844"
10365
]
10366
},
10367
{
@@ -10393,7 +10393,7 @@
10393
"pt": "Menos",
10394
"ru": "Меньше",
10395
"xloc": [
10396
- "default.handlebars->27->1483"
10396
+ "default.handlebars->27->1482"
10397
]
10398
},
10399
{
@@ -10422,7 +10422,7 @@
10422
"ru": "Ограниченный ввод",
10423
"xloc": [
10424
"default-mobile.handlebars->9->323",
10425
- "default.handlebars->27->1142"
10425
+ "default.handlebars->27->1141"
10426
]
10427
},
10428
{
@@ -10436,7 +10436,7 @@
10436
"ru": "Ограничить элементы ввода",
10437
"xloc": [
10438
"default-mobile.handlebars->9->298",
10439
- "default.handlebars->27->1112"
10439
+ "default.handlebars->27->1111"
10440
]
10441
},
10442
{
@@ -10451,7 +10451,7 @@
10451
"ru": "Ссылка",
10452
"xloc": [
10453
"default-mobile.handlebars->9->68",
10454
- "default.handlebars->27->1173",
10454
+ "default.handlebars->27->1172",
10455
"default.handlebars->container->column_l->p42->p42tbl->1->0->4"
10456
]
10457
},
@@ -10569,7 +10569,7 @@
10569
"pt": "Linux ARM, Raspberry Pi (32 bits)",
10570
"ru": "Linux ARM, Raspberry Pi (32bit)",
10571
"xloc": [
10572
- "default.handlebars->27->596"
10572
+ "default.handlebars->27->595"
10573
]
10574
},
10575
{
@@ -10657,7 +10657,7 @@
10657
"pt": "Linux x86 (32 bits)",
10658
"ru": "Linux x86 (32bit)",
10659
"xloc": [
10660
- "default.handlebars->27->593"
10660
+ "default.handlebars->27->592"
10661
]
10662
},
10663
{
@@ -10671,7 +10671,7 @@
10671
"pt": "Linux x86 (64 bits)",
10672
"ru": "Linux x86 (64bit)",
10673
"xloc": [
10674
- "default.handlebars->27->594"
10674
+ "default.handlebars->27->593"
10675
]
10676
},
10677
{
@@ -10700,7 +10700,7 @@
10700
"pt": "Lituano",
10701
"ru": "Литовский",
10702
"xloc": [
10703
- "default.handlebars->27->846"
10703
+ "default.handlebars->27->845"
10704
]
10705
},
10706
{
@@ -10715,10 +10715,10 @@
10715
"ru": "Загрузка...",
10716
"xloc": [
10717
"default-mobile.handlebars->9->31",
10718
- "default.handlebars->27->588",
10719
- "default.handlebars->27->724",
10720
- "default.handlebars->27->990",
10721
- "default.handlebars->27->992"
10718
+ "default.handlebars->27->587",
10719
+ "default.handlebars->27->723",
10720
+ "default.handlebars->27->989",
10721
+ "default.handlebars->27->991"
10722
]
10723
},
10724
{
@@ -10772,7 +10772,7 @@
10772
"pt": "Configurações de localização",
10773
"ru": "Настройки локализации",
10774
"xloc": [
10775
- "default.handlebars->27->939",
10775
+ "default.handlebars->27->938",
10776
"default.handlebars->container->column_l->p2->p2AccountActions->3->5"
10777
]
10778
},
@@ -10786,7 +10786,7 @@
10786
"pt": "Localização",
10787
"ru": "Местонахождение",
10788
"xloc": [
10789
- "default.handlebars->27->522"
10789
+ "default.handlebars->27->521"
10790
]
10791
},
10792
{
@@ -10813,7 +10813,7 @@
10813
"pt": "Bloquear conta",
10814
"ru": "Заблокировать учетную запись",
10815
"xloc": [
10816
- "default.handlebars->27->1281"
10816
+ "default.handlebars->27->1280"
10817
]
10818
},
10819
{
@@ -10827,7 +10827,7 @@
10827
"pt": "Bloqueado",
10828
"ru": "Заблокирован",
10829
"xloc": [
10830
- "default.handlebars->27->1231"
10830
+ "default.handlebars->27->1230"
10831
]
10832
},
10833
{
@@ -10841,7 +10841,7 @@
10841
"pt": "Conta bloqueada",
10842
"ru": "Заблокированная учетная запись",
10843
"xloc": [
10844
- "default.handlebars->27->1332"
10844
+ "default.handlebars->27->1331"
10845
]
10846
},
10847
{
@@ -10855,7 +10855,7 @@
10855
"pt": "Log de Evento",
10856
"ru": "Добавить событие",
10857
"xloc": [
10858
- "default.handlebars->27->513"
10858
+ "default.handlebars->27->512"
10859
]
10860
},
10861
{
@@ -10971,7 +10971,7 @@
10971
"pt": "Luxemburguês",
10972
"ru": "Люксембургский",
10973
"xloc": [
10974
- "default.handlebars->27->847"
10974
+ "default.handlebars->27->846"
10975
]
10976
},
10977
{
@@ -11033,9 +11033,9 @@
11033
"default-mobile.handlebars->9->194",
11034
"default.handlebars->27->192",
11035
"default.handlebars->27->379",
11036
- "default.handlebars->27->506",
11036
+ "default.handlebars->27->505",
11037
+ "default.handlebars->27->710",
11038
"default.handlebars->27->711",
11038
- "default.handlebars->27->712",
11039
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3"
11040
]
11041
},
@@ -11063,7 +11063,7 @@
11063
"pt": "Login do MQTT",
11064
"ru": "MQTT Вход",
11065
"xloc": [
11066
- "default.handlebars->27->534"
11066
+ "default.handlebars->27->533"
11067
]
11068
},
11069
{
@@ -11077,7 +11077,7 @@
11077
"ru": "Подключен MQTT канал",
11078
"xloc": [
11079
"default-mobile.handlebars->9->203",
11080
- "default.handlebars->27->542"
11080
+ "default.handlebars->27->541"
11081
]
11082
},
11083
{
@@ -11092,7 +11092,7 @@
11092
"ru": "Подключен MQTT",
11093
"xloc": [
11094
"default.handlebars->27->157",
11095
- "default.handlebars->27->541"
11095
+ "default.handlebars->27->540"
11096
]
11097
},
11098
{
@@ -11108,7 +11108,7 @@
11108
"xloc": [
11109
"default.handlebars->27->191",
11110
"default.handlebars->27->378",
11111
- "default.handlebars->27->505"
11111
+ "default.handlebars->27->504"
11112
]
11113
},
11114
{
@@ -11150,7 +11150,7 @@
11150
"pt": "MacOS (64 bits)",
11151
"ru": "MacOS (64bit)",
11152
"xloc": [
11153
- "default.handlebars->27->595"
11153
+ "default.handlebars->27->594"
11154
]
11155
},
11156
{
@@ -11194,7 +11194,7 @@
11194
"pt": "Mensagens do servidor principal",
11195
"ru": "Сообщения главного сервера",
11196
"xloc": [
11197
- "default.handlebars->27->1457"
11197
+ "default.handlebars->27->1456"
11198
]
11199
},
11200
{
@@ -11207,7 +11207,7 @@
11207
"pt": "Malaio",
11208
"ru": "Малайский",
11209
"xloc": [
11210
- "default.handlebars->27->849"
11210
+ "default.handlebars->27->848"
11211
]
11212
},
11213
{
@@ -11219,7 +11219,7 @@
11219
"pt": "Malaiala",
11220
"ru": "Малаяламский",
11221
"xloc": [
11222
- "default.handlebars->27->850"
11222
+ "default.handlebars->27->849"
11223
]
11224
},
11225
{
@@ -11232,7 +11232,7 @@
11232
"pt": "Maltês",
11233
"ru": "Мальтийский",
11234
"xloc": [
11235
- "default.handlebars->27->851"
11235
+ "default.handlebars->27->850"
11236
]
11237
},
11238
{
@@ -11262,8 +11262,8 @@
11262
"xloc": [
11263
"default-mobile.handlebars->9->295",
11264
"default-mobile.handlebars->9->313",
11265
- "default.handlebars->27->1109",
11266
- "default.handlebars->27->1132"
11265
+ "default.handlebars->27->1108",
11266
+ "default.handlebars->27->1131"
11267
]
11268
},
11269
{
@@ -11278,8 +11278,8 @@
11278
"xloc": [
11279
"default-mobile.handlebars->9->294",
11280
"default-mobile.handlebars->9->312",
11281
- "default.handlebars->27->1108",
11282
- "default.handlebars->27->1131"
11281
+ "default.handlebars->27->1107",
11282
+ "default.handlebars->27->1130"
11283
]
11284
},
11285
{
@@ -11304,7 +11304,7 @@
11304
"nl": "Beheer gebruikersgroepen.",
11305
"ru": "Управление группами пользователя",
11306
"xloc": [
11307
- "default.handlebars->27->1280"
11307
+ "default.handlebars->27->1279"
11308
]
11309
},
11310
{
@@ -11318,7 +11318,7 @@
11318
"pt": "Gerenciar Usuários",
11319
"ru": "Управление пользователями",
11320
"xloc": [
11321
- "default.handlebars->27->1279"
11321
+ "default.handlebars->27->1278"
11322
]
11323
},
11324
{
@@ -11376,7 +11376,7 @@
11376
"pt": "Gerenciar usando um agente de software",
11377
"ru": "Управление с помощью программного агента",
11378
"xloc": [
11379
- "default.handlebars->27->972"
11379
+ "default.handlebars->27->971"
11380
]
11381
},
11382
{
@@ -11391,7 +11391,7 @@
11391
"ru": "Управляется с помощью программного агента",
11392
"xloc": [
11393
"default-mobile.handlebars->9->275",
11394
- "default.handlebars->27->996"
11394
+ "default.handlebars->27->995"
11395
]
11396
},
11397
{
@@ -11404,7 +11404,7 @@
11404
"pt": "Gerenciador",
11405
"ru": "Менеджер",
11406
"xloc": [
11407
- "default.handlebars->27->1236"
11407
+ "default.handlebars->27->1235"
11408
]
11409
},
11410
{
@@ -11444,7 +11444,7 @@
11444
"pt": "Maori",
11445
"ru": "Маори",
11446
"xloc": [
11447
- "default.handlebars->27->852"
11447
+ "default.handlebars->27->851"
11448
]
11449
},
11450
{
@@ -11472,7 +11472,7 @@
11472
"pt": "Marathi",
11473
"ru": "Маратхи",
11474
"xloc": [
11475
- "default.handlebars->27->853"
11475
+ "default.handlebars->27->852"
11476
]
11477
},
11478
{
@@ -11483,7 +11483,7 @@
11483
"nl": "Max Sessies bereikt",
11484
"ru": "Достигнуто максимальное число сессий",
11485
"xloc": [
11486
- "default.handlebars->27->1421"
11486
+ "default.handlebars->27->1420"
11487
]
11488
},
11489
{
@@ -11528,7 +11528,7 @@
11528
"pt": "Megabytes",
11529
"ru": "Мегабайт",
11530
"xloc": [
11531
- "default.handlebars->27->1447"
11531
+ "default.handlebars->27->1446"
11532
]
11533
},
11534
{
@@ -11542,7 +11542,7 @@
11542
"pt": "Memória",
11543
"ru": "ОЗУ",
11544
"xloc": [
11545
- "default.handlebars->27->1438",
11545
+ "default.handlebars->27->1437",
11546
"default.handlebars->27->75",
11547
"default.handlebars->container->column_l->p40->3->1->p40type->3"
11548
]
@@ -11564,8 +11564,8 @@
11564
"default.handlebars->27->336",
11565
"default.handlebars->27->339",
11566
"default.handlebars->27->342",
11567
- "default.handlebars->27->467",
11568
- "default.handlebars->27->498"
11567
+ "default.handlebars->27->466",
11568
+ "default.handlebars->27->497"
11569
]
11570
},
11571
{
@@ -11579,7 +11579,7 @@
11579
"ru": "Консоль Mesh Agent",
11580
"xloc": [
11581
"default-mobile.handlebars->9->302",
11582
- "default.handlebars->27->1116"
11582
+ "default.handlebars->27->1115"
11583
]
11584
},
11585
{
@@ -11592,7 +11592,7 @@
11592
"pt": "Mesh Relay",
11593
"ru": "Ретранслятор Mesh",
11594
"xloc": [
11595
- "default.handlebars->27->504"
11595
+ "default.handlebars->27->503"
11596
]
11597
},
11598
{
@@ -11608,7 +11608,7 @@
11608
"xloc": [
11609
"default.handlebars->27->183",
11610
"default.handlebars->27->370",
11611
- "default.handlebars->27->497"
11611
+ "default.handlebars->27->496"
11612
]
11613
},
11614
{
@@ -11623,7 +11623,7 @@
11623
"xloc": [
11624
"default.handlebars->27->189",
11625
"default.handlebars->27->376",
11626
- "default.handlebars->27->503"
11626
+ "default.handlebars->27->502"
11627
]
11628
},
11629
{
@@ -11637,8 +11637,8 @@
11637
"pt": "MeshAction (.txt)",
11638
"ru": "MeshAction (.txt)",
11639
"xloc": [
11640
- "default.handlebars->27->602",
11641
- "default.handlebars->27->604"
11640
+ "default.handlebars->27->601",
11641
+ "default.handlebars->27->603"
11642
]
11643
},
11644
{
@@ -11650,7 +11650,7 @@
11650
"nl": "MeshAgent verkeer",
11651
"ru": "Трафик MeshAgent",
11652
"xloc": [
11653
- "default.handlebars->27->1459"
11653
+ "default.handlebars->27->1458"
11654
]
11655
},
11656
{
@@ -11663,7 +11663,7 @@
11663
"nl": "MeshAgent update",
11664
"ru": "Обновление MeshAgent",
11665
"xloc": [
11666
- "default.handlebars->27->1460"
11666
+ "default.handlebars->27->1459"
11667
]
11668
},
11669
{
@@ -11689,7 +11689,7 @@
11689
"pt": "MeshCentral Errors",
11690
"ru": "Ошибки MeshCentral",
11691
"xloc": [
11692
- "default.handlebars->27->991"
11692
+ "default.handlebars->27->990"
11693
]
11694
},
11695
{
@@ -11702,7 +11702,7 @@
11702
"pt": "MeshCentral Router",
11703
"ru": "MeshCentral Router ",
11704
"xloc": [
11705
- "default.handlebars->27->590"
11705
+ "default.handlebars->27->589"
11706
]
11707
},
11708
{
@@ -11715,7 +11715,7 @@
11715
"pt": "O MeshCentral Router é uma ferramenta do Windows para mapeamento de portas TCP. Você pode, por exemplo, RDP em um dispositivo remoto através deste servidor.",
11716
"ru": "MeshCentral Router это инструмент Windows для сопоставления портов TCP. Например, через этот сервер можно установить подключение по RDP к удаленному устройству.",
11717
"xloc": [
11718
- "default.handlebars->27->589"
11718
+ "default.handlebars->27->588"
11719
]
11720
},
11721
{
@@ -11743,7 +11743,7 @@
11743
"pt": "Peering do servidor MeshCentral",
11744
"ru": "Соединения сервера MeshCentral",
11745
"xloc": [
11746
- "default.handlebars->27->1458"
11746
+ "default.handlebars->27->1457"
11747
]
11748
},
11749
{
@@ -11772,7 +11772,7 @@
11772
"xloc": [
11773
"default.handlebars->27->112",
11774
"default.handlebars->27->113",
11775
- "default.handlebars->27->989"
11775
+ "default.handlebars->27->988"
11776
]
11777
},
11778
{
@@ -11787,7 +11787,7 @@
11787
"ru": "MeshCmd",
11788
"xloc": [
11789
"default.handlebars->27->207",
11790
- "default.handlebars->27->600"
11790
+ "default.handlebars->27->599"
11791
]
11792
},
11793
{
@@ -11799,7 +11799,7 @@
11799
"nl": "MeshCmd (Linux ARM, 32bit)",
11800
"ru": "MeshCmd (Linux ARM, 32bit)",
11801
"xloc": [
11802
- "default.handlebars->27->612"
11802
+ "default.handlebars->27->611"
11803
]
11804
},
11805
{
@@ -11812,7 +11812,7 @@
11812
"pt": "MeshCmd (Linux x86, 32bit)",
11813
"ru": "MeshCmd (Linux x86, 32bit)",
11814
"xloc": [
11815
- "default.handlebars->27->609"
11815
+ "default.handlebars->27->608"
11816
]
11817
},
11818
{
@@ -11825,7 +11825,7 @@
11825
"pt": "MeshCmd (Linux x86, 64bit)",
11826
"ru": "MeshCmd (Linux x86, 64bit)",
11827
"xloc": [
11828
- "default.handlebars->27->610"
11828
+ "default.handlebars->27->609"
11829
]
11830
},
11831
{
@@ -11838,7 +11838,7 @@
11838
"pt": "MeshCmd (MacOS, 64bit)",
11839
"ru": "MeshCmd (MacOS, 64bit)",
11840
"xloc": [
11841
- "default.handlebars->27->611"
11841
+ "default.handlebars->27->610"
11842
]
11843
},
11844
{
@@ -11847,7 +11847,7 @@
11847
"nl": "MeshCmd (Win32 executable)",
11848
"ru": "MeshCmd (приложение Win32)",
11849
"xloc": [
11850
- "default.handlebars->27->607"
11850
+ "default.handlebars->27->606"
11851
]
11852
},
11853
{
@@ -11856,7 +11856,7 @@
11856
"nl": "MeshCmd (Win64 executable)",
11857
"ru": "MeshCmd (приложение Win64)",
11858
"xloc": [
11859
- "default.handlebars->27->608"
11859
+ "default.handlebars->27->607"
11860
]
11861
},
11862
{
@@ -11865,7 +11865,7 @@
11865
"nl": "MeshCmd is een opdrachtregelprogramma dat veel verschillende bewerkingen uitvoert. Het actiebestand is optioneel, en kan worden gedownload en bewerkt om serverinformatie en referenties te verstrekken.",
11866
"ru": "MeshCmd это утилита с командной строкой, которая позволяет выполнить множество операций. Файл с командами может быть опционально скачан и отредактирован для указания информации о сервере и учетных данных.",
11867
"xloc": [
11868
- "default.handlebars->27->597"
11868
+ "default.handlebars->27->596"
11869
]
11870
},
11871
{
@@ -11921,7 +11921,7 @@
11921
"ru": "Сообщение",
11922
"xloc": [
11923
"default.handlebars->27->302",
11924
- "default.handlebars->27->569"
11924
+ "default.handlebars->27->568"
11925
]
11926
},
11927
{
@@ -11934,7 +11934,7 @@
11934
"pt": "Despachante de mensagens",
11935
"ru": "Диспетчер сообщения",
11936
"xloc": [
11937
- "default.handlebars->27->1456"
11937
+ "default.handlebars->27->1455"
11938
]
11939
},
11940
{
@@ -11990,7 +11990,7 @@
11990
"pt": "Modificar localização do nó",
11991
"ru": "Изменить позицию узла",
11992
"xloc": [
11993
- "default.handlebars->27->430"
11993
+ "default.handlebars->27->429"
11994
]
11995
},
11996
{
@@ -12002,7 +12002,7 @@
12002
"pt": "Moldavian",
12003
"ru": "Молдавский",
12004
"xloc": [
12005
- "default.handlebars->27->854"
12005
+ "default.handlebars->27->853"
12006
]
12007
},
12008
{
@@ -12016,7 +12016,7 @@
12016
"pt": "Mais",
12017
"ru": "Еще",
12018
"xloc": [
12019
- "default.handlebars->27->1482"
12019
+ "default.handlebars->27->1481"
12020
]
12021
},
12022
{
@@ -12044,7 +12044,7 @@
12044
"pt": "Mova este dispositivo para um grupo de dispositivos diferente",
12045
"ru": "Переместить это устройство в другую группу устройств",
12046
"xloc": [
12047
- "default.handlebars->27->515"
12047
+ "default.handlebars->27->514"
12048
]
12049
},
12050
{
@@ -12169,7 +12169,7 @@
12169
"pt": "Console do meu servidor",
12170
"ru": "Консоль моего сервера",
12171
"xloc": [
12172
- "default.handlebars->27->706"
12172
+ "default.handlebars->27->705"
12173
]
12174
},
12175
{
@@ -12264,8 +12264,8 @@
12264
"pt": "Minha chave",
12265
"ru": "Мой ключ",
12266
"xloc": [
12267
- "default.handlebars->27->729",
12268
- "default.handlebars->27->732"
12267
+ "default.handlebars->27->728",
12268
+ "default.handlebars->27->731"
12269
]
12270
},
12271
{
@@ -12284,19 +12284,19 @@
12284
"default-mobile.handlebars->9->289",
12285
"default-mobile.handlebars->9->56",
12286
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
12287
- "default.handlebars->27->1081",
12288
- "default.handlebars->27->1218",
12289
- "default.handlebars->27->1286",
12290
- "default.handlebars->27->1290",
12291
- "default.handlebars->27->1295",
12292
- "default.handlebars->27->1297",
12293
- "default.handlebars->27->1320",
12294
- "default.handlebars->27->633",
12287
+ "default.handlebars->27->1080",
12288
+ "default.handlebars->27->1217",
12289
+ "default.handlebars->27->1285",
12290
+ "default.handlebars->27->1289",
12291
+ "default.handlebars->27->1294",
12292
+ "default.handlebars->27->1296",
12293
+ "default.handlebars->27->1319",
12294
+ "default.handlebars->27->632",
12295
"default.handlebars->27->71",
12296
"default.handlebars->27->80",
12297
"default.handlebars->27->94",
12298
- "default.handlebars->27->970",
12299
- "default.handlebars->27->997",
12298
+ "default.handlebars->27->969",
12299
+ "default.handlebars->27->996",
12300
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
12301
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3",
12302
"default.handlebars->container->column_l->p42->p42tbl->1->0->2"
@@ -12327,7 +12327,7 @@
12327
"pt": "Nome1, Nome2, Nome3",
12328
"ru": "Имя1, Имя2, Имя3",
12329
"xloc": [
12330
- "default.handlebars->27->1272"
12330
+ "default.handlebars->27->1271"
12331
]
12332
},
12333
{
@@ -12340,7 +12340,7 @@
12340
"pt": "Navajo",
12341
"ru": "Навахо",
12342
"xloc": [
12343
- "default.handlebars->27->855"
12343
+ "default.handlebars->27->854"
12344
]
12345
},
12346
{
@@ -12353,7 +12353,7 @@
12353
"pt": "Ndonga",
12354
"ru": "Ндонга",
12355
"xloc": [
12356
- "default.handlebars->27->856"
12356
+ "default.handlebars->27->855"
12357
]
12358
},
12359
{
@@ -12366,7 +12366,7 @@
12366
"pt": "Nepali",
12367
"ru": "Непальский",
12368
"xloc": [
12369
- "default.handlebars->27->857"
12369
+ "default.handlebars->27->856"
12370
]
12371
},
12372
{
@@ -12380,7 +12380,7 @@
12380
"pt": "Interfaces de rede",
12381
"ru": "Сетевые интерфейсы",
12382
"xloc": [
12383
- "default.handlebars->27->587"
12383
+ "default.handlebars->27->586"
12384
]
12385
},
12386
{
@@ -12394,7 +12394,7 @@
12394
"pt": "Roteador de rede",
12395
"ru": "Network Router",
12396
"xloc": [
12397
- "default.handlebars->27->606"
12397
+ "default.handlebars->27->605"
12398
]
12399
},
12400
{
@@ -12438,9 +12438,9 @@
12438
"ru": "Новая группа устройств",
12439
"xloc": [
12440
"default-mobile.handlebars->9->50",
12441
- "default.handlebars->27->579",
12442
- "default.handlebars->27->963",
12443
- "default.handlebars->27->975"
12441
+ "default.handlebars->27->578",
12442
+ "default.handlebars->27->962",
12443
+ "default.handlebars->27->974"
12444
]
12445
},
12446
{
@@ -12456,8 +12456,8 @@
12456
"xloc": [
12457
"default-mobile.handlebars->9->247",
12458
"default-mobile.handlebars->9->79",
12459
- "default.handlebars->27->1191",
12460
- "default.handlebars->27->670",
12459
+ "default.handlebars->27->1190",
12460
+ "default.handlebars->27->669",
12461
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
12462
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
12463
]
@@ -12500,8 +12500,8 @@
12500
"xloc": [
12501
"default-mobile.handlebars->9->45",
12502
"default-mobile.handlebars->9->46",
12503
- "default.handlebars->27->958",
12504
- "default.handlebars->27->959"
12503
+ "default.handlebars->27->957",
12504
+ "default.handlebars->27->958"
12505
]
12506
},
12507
{
@@ -12531,8 +12531,8 @@
12531
"xloc": [
12532
"default-mobile.handlebars->9->184",
12533
"default-mobile.handlebars->9->185",
12534
- "default.handlebars->27->481",
12535
- "default.handlebars->27->482"
12534
+ "default.handlebars->27->480",
12535
+ "default.handlebars->27->481"
12536
]
12537
},
12538
{
@@ -12546,9 +12546,9 @@
12546
"pt": "Nenhum evento encontrado",
12547
"ru": "События не найдены",
12548
"xloc": [
12549
- "default.handlebars->27->1208",
12550
- "default.handlebars->27->1404",
12551
- "default.handlebars->27->704"
12549
+ "default.handlebars->27->1207",
12550
+ "default.handlebars->27->1403",
12551
+ "default.handlebars->27->703"
12552
]
12553
},
12554
{
@@ -12563,7 +12563,7 @@
12563
"ru": "Нет доступа к файлам",
12564
"xloc": [
12565
"default-mobile.handlebars->9->300",
12566
- "default.handlebars->27->1114"
12566
+ "default.handlebars->27->1113"
12567
]
12568
},
12569
{
@@ -12578,7 +12578,7 @@
12578
"ru": "Файлов нет",
12579
"xloc": [
12580
"default-mobile.handlebars->9->321",
12581
- "default.handlebars->27->1140"
12581
+ "default.handlebars->27->1139"
12582
]
12583
},
12584
{
@@ -12593,8 +12593,8 @@
12593
"xloc": [
12594
"default-mobile.handlebars->9->301",
12595
"default-mobile.handlebars->9->322",
12596
- "default.handlebars->27->1115",
12597
- "default.handlebars->27->1141"
12596
+ "default.handlebars->27->1114",
12597
+ "default.handlebars->27->1140"
12598
]
12599
},
12600
{
@@ -12646,7 +12646,7 @@
12646
"nl": "Geen leden",
12647
"ru": "Нет членов",
12648
"xloc": [
12649
- "default.handlebars->27->1307"
12649
+ "default.handlebars->27->1306"
12650
]
12651
},
12652
{
@@ -12659,7 +12659,7 @@
12659
"pt": "Não há novos grupos de dispositivos",
12660
"ru": "Запретить создание групп устройств",
12661
"xloc": [
12662
- "default.handlebars->27->1282"
12662
+ "default.handlebars->27->1281"
12663
]
12664
},
12665
{
@@ -12672,9 +12672,9 @@
12672
"pt": "Nenhuma política",
12673
"ru": "Политик нет",
12674
"xloc": [
12675
- "default.handlebars->27->1022",
12676
- "default.handlebars->27->1053",
12677
- "default.handlebars->27->1056"
12675
+ "default.handlebars->27->1021",
12676
+ "default.handlebars->27->1052",
12677
+ "default.handlebars->27->1055"
12678
]
12679
},
12680
{
@@ -12690,11 +12690,11 @@
12690
"default-mobile.handlebars->9->284",
12691
"default-mobile.handlebars->9->327",
12692
"default-mobile.handlebars->9->65",
12693
- "default.handlebars->27->1047",
12694
- "default.handlebars->27->1146",
12695
- "default.handlebars->27->1313",
12696
- "default.handlebars->27->1387",
12697
- "default.handlebars->27->984"
12693
+ "default.handlebars->27->1046",
12694
+ "default.handlebars->27->1145",
12695
+ "default.handlebars->27->1312",
12696
+ "default.handlebars->27->1386",
12697
+ "default.handlebars->27->983"
12698
]
12699
},
12700
{
@@ -12710,7 +12710,7 @@
12710
"xloc": [
12711
"default-mobile.handlebars->9->215",
12712
"default.handlebars->27->245",
12713
- "default.handlebars->27->565"
12713
+ "default.handlebars->27->564"
12714
]
12715
},
12716
{
@@ -12724,7 +12724,7 @@
12724
"ru": "Нет терминала",
12725
"xloc": [
12726
"default-mobile.handlebars->9->320",
12727
- "default.handlebars->27->1139"
12727
+ "default.handlebars->27->1138"
12728
]
12729
},
12730
{
@@ -12738,7 +12738,7 @@
12738
"ru": "Нет доступа к терминалу",
12739
"xloc": [
12740
"default-mobile.handlebars->9->299",
12741
- "default.handlebars->27->1113"
12741
+ "default.handlebars->27->1112"
12742
]
12743
},
12744
{
@@ -12751,7 +12751,7 @@
12751
"pt": "Sem ferramentas (MeshCmd / Roteador)",
12752
"ru": "Нет инструментов (MeshCmd/Router)",
12753
"xloc": [
12754
- "default.handlebars->27->1283"
12754
+ "default.handlebars->27->1282"
12755
]
12756
},
12757
{
@@ -12762,8 +12762,8 @@
12762
"nl": "Geen gemeenschappelijke apparaatgroepen",
12763
"ru": "Нет общих групп устройств",
12764
"xloc": [
12765
- "default.handlebars->27->1316",
12766
- "default.handlebars->27->1390"
12765
+ "default.handlebars->27->1315",
12766
+ "default.handlebars->27->1389"
12767
]
12768
},
12769
{
@@ -12820,7 +12820,7 @@
12820
"pt": "Nenhum dispositivo encontrado.",
12821
"ru": "Устройства не найдены.",
12822
"xloc": [
12823
- "default.handlebars->27->447"
12823
+ "default.handlebars->27->446"
12824
]
12825
},
12826
{
@@ -12831,7 +12831,7 @@
12831
"nl": "Geen apparaten in deze apparaatgroep.",
12832
"ru": "В группе нет устройств.",
12833
"xloc": [
12834
- "default.handlebars->27->1170"
12834
+ "default.handlebars->27->1169"
12835
]
12836
},
12837
{
@@ -12882,7 +12882,7 @@
12882
"nl": "Geen groepen gevonden.",
12883
"ru": "Группы не найдены.",
12884
"xloc": [
12885
- "default.handlebars->27->1285"
12885
+ "default.handlebars->27->1284"
12886
]
12887
},
12888
{
@@ -12909,7 +12909,7 @@
12909
"pt": "Nenhum local encontrado.",
12910
"ru": "Местоположение не найдено.",
12911
"xloc": [
12912
- "default.handlebars->27->449"
12912
+ "default.handlebars->27->448"
12913
]
12914
},
12915
{
@@ -12935,7 +12935,7 @@
12935
"pt": "Não existe outro grupo de dispositivos do mesmo tipo.",
12936
"ru": "Других групп устройств такого же типа не существует.",
12937
"xloc": [
12938
- "default.handlebars->27->582"
12938
+ "default.handlebars->27->581"
12939
]
12940
},
12941
{
@@ -12961,7 +12961,7 @@
12961
"pt": "Sem direitos de servidor",
12962
"ru": "Нет серверных прав",
12963
"xloc": [
12964
- "default.handlebars->27->1333"
12964
+ "default.handlebars->27->1332"
12965
]
12966
},
12967
{
@@ -12972,7 +12972,7 @@
12972
"nl": "Geen gebruikersgroep lidmaatschap",
12973
"ru": "Нет членства в группах пользователей",
12974
"xloc": [
12975
- "default.handlebars->27->1396"
12975
+ "default.handlebars->27->1395"
12976
]
12977
},
12978
{
@@ -12986,7 +12986,7 @@
12986
"pt": "Usuários não encontrados.",
12987
"ru": "Пользователи не найдены.",
12988
"xloc": [
12989
- "default.handlebars->27->1226"
12989
+ "default.handlebars->27->1225"
12990
]
12991
},
12992
{
@@ -13038,22 +13038,22 @@
13038
"default-mobile.handlebars->9->75",
13039
"default-mobile.handlebars->9->93",
13040
"default-mobile.handlebars->9->95",
13041
- "default.handlebars->27->1003",
13042
- "default.handlebars->27->1015",
13043
- "default.handlebars->27->1020",
13044
- "default.handlebars->27->1179",
13045
- "default.handlebars->27->1294",
13046
- "default.handlebars->27->1352",
13047
- "default.handlebars->27->1356",
13041
+ "default.handlebars->27->1002",
13042
+ "default.handlebars->27->1014",
13043
+ "default.handlebars->27->1019",
13044
+ "default.handlebars->27->1178",
13045
+ "default.handlebars->27->1293",
13046
+ "default.handlebars->27->1351",
13047
+ "default.handlebars->27->1355",
13048
"default.handlebars->27->166",
13049
"default.handlebars->27->181",
13050
"default.handlebars->27->182",
13051
- "default.handlebars->27->454",
13052
- "default.handlebars->27->462",
13053
- "default.handlebars->27->464",
13054
- "default.handlebars->27->508",
13051
+ "default.handlebars->27->453",
13052
+ "default.handlebars->27->461",
13053
+ "default.handlebars->27->463",
13054
+ "default.handlebars->27->507",
13055
"default.handlebars->27->63",
13056
- "default.handlebars->27->999",
13056
+ "default.handlebars->27->998",
13057
"default.handlebars->container->column_l->p41->3->3->p41traceStatus"
13058
]
13059
},
@@ -13081,7 +13081,7 @@
13081
"pt": "norueguês",
13082
"ru": "Норвежский",
13083
"xloc": [
13084
- "default.handlebars->27->858"
13084
+ "default.handlebars->27->857"
13085
]
13086
},
13087
{
@@ -13094,7 +13094,7 @@
13094
"pt": "Norueguês (Bokmal)",
13095
"ru": "Норвежский (Букмол)",
13096
"xloc": [
13097
- "default.handlebars->27->859"
13097
+ "default.handlebars->27->858"
13098
]
13099
},
13100
{
@@ -13107,7 +13107,7 @@
13107
"pt": "Norueguês (Nynorsk)",
13108
"ru": "Норвежский (Нюнорск)",
13109
"xloc": [
13110
- "default.handlebars->27->860"
13110
+ "default.handlebars->27->859"
13111
]
13112
},
13113
{
@@ -13120,7 +13120,7 @@
13120
"ru": "Не активированно (In)",
13121
"xloc": [
13122
"default-mobile.handlebars->9->176",
13123
- "default.handlebars->27->469"
13123
+ "default.handlebars->27->468"
13124
]
13125
},
13126
{
@@ -13133,7 +13133,7 @@
13133
"ru": "Не активированно (Pre)",
13134
"xloc": [
13135
"default-mobile.handlebars->9->175",
13136
- "default.handlebars->27->468"
13136
+ "default.handlebars->27->467"
13137
]
13138
},
13139
{
@@ -13144,8 +13144,8 @@
13144
"nl": "Niet verbonden",
13145
"ru": "Не подключен",
13146
"xloc": [
13147
- "default.handlebars->27->1159",
13148
- "default.handlebars->27->1165"
13147
+ "default.handlebars->27->1158",
13148
+ "default.handlebars->27->1164"
13149
]
13150
},
13151
{
@@ -13159,7 +13159,7 @@
13159
"pt": "Não configurado",
13160
"ru": "Не задано",
13161
"xloc": [
13162
- "default.handlebars->27->1338"
13162
+ "default.handlebars->27->1337"
13163
]
13164
},
13165
{
@@ -13173,10 +13173,10 @@
13173
"pt": "Notas",
13174
"ru": "Примечания",
13175
"xloc": [
13176
- "default.handlebars->27->1028",
13177
- "default.handlebars->27->1363",
13178
- "default.handlebars->27->511",
13179
- "default.handlebars->27->546"
13176
+ "default.handlebars->27->1027",
13177
+ "default.handlebars->27->1362",
13178
+ "default.handlebars->27->510",
13179
+ "default.handlebars->27->545"
13180
]
13181
},
13182
{
@@ -13202,8 +13202,8 @@
13202
"pt": "Configurações de notificação",
13203
"ru": "Настройки уведомлений",
13204
"xloc": [
13205
- "default.handlebars->27->1158",
13206
- "default.handlebars->27->945",
13205
+ "default.handlebars->27->1157",
13206
+ "default.handlebars->27->944",
13207
"default.handlebars->container->column_l->p2->p2AccountActions->3->8"
13208
]
13209
},
@@ -13215,7 +13215,7 @@
13215
"nl": "Meldingsinstellingen moeten ook worden ingeschakeld in accountinstellingen.",
13216
"ru": "Уведомления также должны быть включены в настройках учетной записи.",
13217
"xloc": [
13218
- "default.handlebars->27->1154"
13218
+ "default.handlebars->27->1153"
13219
]
13220
},
13221
{
@@ -13229,7 +13229,7 @@
13229
"pt": "Som de notificação.",
13230
"ru": "Звук уведомления",
13231
"xloc": [
13232
- "default.handlebars->27->940"
13232
+ "default.handlebars->27->939"
13233
]
13234
},
13235
{
@@ -13242,7 +13242,7 @@
13242
"pt": "Notificações",
13243
"ru": "Уведомления",
13244
"xloc": [
13245
- "default.handlebars->27->1021"
13245
+ "default.handlebars->27->1020"
13246
]
13247
},
13248
{
@@ -13256,7 +13256,7 @@
13256
"pt": "Notificar",
13257
"ru": "Уведомить",
13258
"xloc": [
13259
- "default.handlebars->27->1365"
13259
+ "default.handlebars->27->1364"
13260
]
13261
},
13262
{
@@ -13270,9 +13270,9 @@
13270
"pt": "Notificar usuário",
13271
"ru": "Уведомить пользователя",
13272
"xloc": [
13273
- "default.handlebars->27->1085",
13274
- "default.handlebars->27->1089",
13275
- "default.handlebars->27->1092"
13273
+ "default.handlebars->27->1084",
13274
+ "default.handlebars->27->1088",
13275
+ "default.handlebars->27->1091"
13276
]
13277
},
13278
{
@@ -13286,7 +13286,7 @@
13286
"pt": "Notificar {0}",
13287
"ru": "Уведомить {0}",
13288
"xloc": [
13289
- "default.handlebars->27->1238"
13289
+ "default.handlebars->27->1237"
13290
]
13291
},
13292
{
@@ -13302,8 +13302,8 @@
13302
"xloc": [
13303
"default-mobile.handlebars->9->42",
13304
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
13305
- "default.handlebars->27->494",
13306
- "default.handlebars->27->987",
13305
+ "default.handlebars->27->493",
13306
+ "default.handlebars->27->986",
13307
"default.handlebars->container->dialog->idx_dlgButtonBar",
13308
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
13309
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -13334,7 +13334,7 @@
13334
"pt": "Occitânico",
13335
"ru": "Окситанский",
13336
"xloc": [
13337
- "default.handlebars->27->861"
13337
+ "default.handlebars->27->860"
13338
]
13339
},
13340
{
@@ -13348,7 +13348,7 @@
13348
"pt": "Ocorreu em {0}",
13349
"ru": "Произошло в {0}",
13350
"xloc": [
13351
- "default.handlebars->27->1407"
13351
+ "default.handlebars->27->1406"
13352
]
13353
},
13354
{
@@ -13362,7 +13362,7 @@
13362
"pt": "Usuários offline",
13363
"ru": "Оффлайн пользователи",
13364
"xloc": [
13365
- "default.handlebars->27->1223"
13365
+ "default.handlebars->27->1222"
13366
]
13367
},
13368
{
@@ -13377,7 +13377,7 @@
13377
"ru": "Старый пароль:",
13378
"xloc": [
13379
"default-mobile.handlebars->9->44",
13380
- "default.handlebars->27->957"
13380
+ "default.handlebars->27->956"
13381
]
13382
},
13383
{
@@ -13406,7 +13406,7 @@
13406
"pt": "Usuários Online",
13407
"ru": "Онлайн пользователи",
13408
"xloc": [
13409
- "default.handlebars->27->1222"
13409
+ "default.handlebars->27->1221"
13410
]
13411
},
13412
{
@@ -13421,8 +13421,8 @@
13421
"ru": "Редактировать файлы можно только размером менее 200КБ.",
13422
"xloc": [
13423
"default-mobile.handlebars->9->255",
13424
- "default.handlebars->27->427",
13425
- "default.handlebars->27->678"
13424
+ "default.handlebars->27->426",
13425
+ "default.handlebars->27->677"
13426
]
13427
},
13428
{
@@ -13450,7 +13450,7 @@
13450
"pt": "Abrir página no dispositivo",
13451
"ru": "Открыть страницу на устройстве",
13452
"xloc": [
13453
- "default.handlebars->27->548"
13453
+ "default.handlebars->27->547"
13454
]
13455
},
13456
{
@@ -13458,7 +13458,7 @@
13458
"nl": "Open XTerm terminal",
13459
"ru": "Открыть терминал XTerm",
13460
"xloc": [
13461
- "default.handlebars->27->525"
13461
+ "default.handlebars->27->524"
13462
]
13463
},
13464
{
@@ -13501,8 +13501,8 @@
13501
"xloc": [
13502
"default.handlebars->27->285",
13503
"default.handlebars->27->314",
13504
- "default.handlebars->27->491",
13505
- "default.handlebars->27->599",
13504
+ "default.handlebars->27->490",
13505
+ "default.handlebars->27->598",
13506
"default.handlebars->27->79"
13507
]
13508
},
@@ -13519,7 +13519,7 @@
13519
"xloc": [
13520
"default-mobile.handlebars->9->210",
13521
"default.handlebars->27->386",
13522
- "default.handlebars->27->557"
13522
+ "default.handlebars->27->556"
13523
]
13524
},
13525
{
@@ -13545,7 +13545,7 @@
13545
"pt": "Oriya",
13546
"ru": "Ория",
13547
"xloc": [
13548
- "default.handlebars->27->862"
13548
+ "default.handlebars->27->861"
13549
]
13550
},
13551
{
@@ -13557,7 +13557,7 @@
13557
"pt": "Oromo",
13558
"ru": "Оромо",
13559
"xloc": [
13560
- "default.handlebars->27->863"
13560
+ "default.handlebars->27->862"
13561
]
13562
},
13563
{
@@ -13599,7 +13599,7 @@
13599
"pt": "Desatualizado",
13600
"ru": "Устаревший",
13601
"xloc": [
13602
- "default.handlebars->27->493"
13602
+ "default.handlebars->27->492"
13603
]
13604
},
13605
{
@@ -13612,7 +13612,7 @@
13612
"pt": "Processo próprio",
13613
"ru": "Собственный процесс",
13614
"xloc": [
13615
- "default.handlebars->27->640"
13615
+ "default.handlebars->27->639"
13616
]
13617
},
13618
{
@@ -13627,7 +13627,7 @@
13627
"ru": "PID",
13628
"xloc": [
13629
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0",
13630
- "default.handlebars->27->636",
13630
+ "default.handlebars->27->635",
13631
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1"
13632
]
13633
},
@@ -13656,7 +13656,7 @@
13656
"pt": "Parcial",
13657
"ru": "Частично",
13658
"xloc": [
13659
- "default.handlebars->27->1237"
13659
+ "default.handlebars->27->1236"
This file is too large to show in full.
views/default-mobile.handlebars
+1
@@ -1060,6 +1060,7 @@
1060
node.gpsloc = message.event.node.gpsloc;
1061
node.tags = message.event.node.tags;
1062
node.userloc = message.event.node.userloc;
1063
+ node.rdpport = message.event.node.rdpport;
1064
if (message.event.node.agent != null) {
1065
if (node.agent == null) node.agent = {};
1066
if (message.event.node.agent.ver != null) { node.agent.ver = message.event.node.agent.ver; }
views/default.handlebars
+9
-2
@@ -2456,6 +2456,7 @@
2456
node.gpsloc = message.event.node.gpsloc;
2457
node.tags = message.event.node.tags;
2458
node.userloc = message.event.node.userloc;
2459
+ node.rdpport = message.event.node.rdpport;
2460
if (message.event.node.agent != null) {
2461
if (node.agent == null) node.agent = {};
2462
if (message.event.node.agent.ver != null) { node.agent.ver = message.event.node.agent.ver; }
@@ -4001,6 +4002,7 @@
4002
function handleContextMenu(event) {
4003
// When called, we look for elements with "cmenu=xxx" and show the right context menu for that element.
4004
hideContextMenu();
4005
+ if (xxdialogMode) return;
4006
var scrollLeft = (window.pageXOffset !== null) ? window.pageXOffset : (document.documentElement || document.body.parentNode || document.body).scrollLeft;
4007
var scrollTop = (window.pageYOffset !== null) ? window.pageYOffset : (document.documentElement || document.body.parentNode || document.body).scrollTop;
4008
var elem = document.elementFromPoint(event.pageX - scrollLeft, event.pageY - scrollTop);
@@ -4112,9 +4114,13 @@
4114
var x = "RDP remote connection port:" + '<br /><br /><input type=text placeholder="3389" inputmode="numeric" pattern="[0-9]*" onkeypress=\"return (event.keyCode == 8) || (event.charCode >= 48 && event.charCode <= 57)\" maxlength=5 id=d10rdpport type=text>';
4115
setDialogMode(2, "RDP Connection", 3, function() {
4116
setDialogMode(0);
4115
- if (currentNode != null) { p10clickOnce(currentNode._id, "RDP2", ((Q('d10rdpport').value.length > 0) ? parseInt(Q('d10rdpport').value) : 3389)); }
4117
+ // Save the new RDP port to the server
4118
+ var rdpport = ((Q('d10rdpport').value.length > 0) ? parseInt(Q('d10rdpport').value) : 3389);
4119
+ meshserver.send({ action: 'changedevice', nodeid: currentNode._id, rdpport: rdpport });
4120
+ if (currentNode != null) { p10clickOnce(currentNode._id, 'RDP2', rdpport); }
4121
}, x, currentNode);
4122
Q('d10rdpport').focus();
4123
+ if (currentNode.rdpport != null) { Q('d10rdpport').value = currentNode.rdpport; }
4124
}
4125
4126
function cmfilesaction(action) {
@@ -4980,7 +4986,7 @@
4986
4987
// RDP link, show this link only of the remote machine is Windows.
4988
if (((connectivity & 1) != 0) && (clickOnce == true) && (mesh.mtype == 2) && ((meshrights & 8) != 0)) {
4983
- if ((node.agent.id > 0) && (node.agent.id < 5)) { x += '<a href=# cmenu=altPortContextMenu id=rdpClickOnceLink onclick=p10clickOnce("' + node._id + '","RDP2",3389) title=\"' + "Requires Microsoft ClickOnce support in your browser" + '.\">' + "RDP" + '</a> '; }
4989
+ if ((node.agent.id > 0) && (node.agent.id < 5)) { x += '<a href=# cmenu=altPortContextMenu id=rdpClickOnceLink onclick=p10clickOnce("' + node._id + '","RDP2") title=\"' + "Requires Microsoft ClickOnce support in your browser" + '.\">' + "RDP" + '</a> '; }
4990
if (node.agent.id > 4) {
4991
x += '<a href=# onclick=p10clickOnce("' + node._id + '","PSSH",22) title=\"' + "Requires Microsoft ClickOnce support in your browser." + '\">' + "Putty" + '</a> ';
4992
x += '<a href=# onclick=p10clickOnce("' + node._id + '","WSCP",22) title=\"' + "Requires Microsoft ClickOnce support in your browser." + '\">' + "WinSCP" + '</a> ';
@@ -5374,6 +5380,7 @@
5380
}
5381
5382
function p10clickOnce(nodeid, protocol, port) {
5383
+ if ((protocol == 'RDP2') && (port == null)) { if (currentNode.rdpport != null) { port = currentNode.rdpport; } else { port = 3389; } }
5384
meshserver.send({ action: 'getcookie', nodeid: nodeid, tcpport: port, tag: 'clickonce', protocol: protocol });
5385
return false;
5386
}