Improved device details page.

Ylian Saint-Hilaire committed Mar 3, 2020 at 13:52 UTC 60db58e3c1de37ee284fa8f76646f422539dc8d9
11 files changed +1722 -1484
meshcentral.js
+3 -3
@@ -2280,11 +2280,11 @@ function getConfig(createSampleConfig) {
2280 function InstallModules(modules, func) {
2281 var missingModules = [];
2282 if (modules.length > 0) {
2283 - var dependencies = require("./package.json").dependencies;
2283 + var dependencies = require('./package.json').dependencies;
2284 for (var i in modules) {
2285 // Modules may contain a version tag (foobar@1.0.0), remove it so the module can be found using require
2286 var moduleNameAndVersion = modules[i];
2287 - var moduleInfo = moduleNameAndVersion.split("@", 2);
2287 + var moduleInfo = moduleNameAndVersion.split('@', 2);
2288 var moduleName = moduleInfo[0];
2289 var moduleVersion = moduleInfo[1];
2290 try {
@@ -2379,7 +2379,7 @@ function mainStart() {
2379 if (require('os').platform() == 'win32') { modules.push('node-windows'); if (sspi == true) { modules.push('node-sspi'); } } // Add Windows modules
2380 if (ldap == true) { modules.push('ldapauth-fork'); }
2381 if (recordingIndex == true) { modules.push('image-size'); } // Need to get the remote desktop JPEG sizes to index the recodring file.
2382 - if (config.letsencrypt != null) { if ((nodeVersion < 10) || (require('crypto').generateKeyPair == null)) { addServerWarning("Let's Encrypt support requires Node v10.12 or higher.", !args.launch); } else { modules.push('greenlock'); } } // Add Greenlock Module
2382 + if (config.letsencrypt != null) { if ((nodeVersion < 10) || (require('crypto').generateKeyPair == null)) { addServerWarning("Let's Encrypt support requires Node v10.12 or higher.", !args.launch); } else { modules.push('greenlock@4.0.4'); } } // Add Greenlock Module
2383 if (config.settings.mqtt != null) { modules.push('aedes'); } // Add MQTT Modules
2384 if (config.settings.mysql != null) { modules.push('mysql'); } // Add MySQL, official driver.
2385 if (config.settings.mongodb != null) { modules.push('mongodb'); } // Add MongoDB, official driver.
package.json
+1 -1
@@ -1,6 +1,6 @@
1 {
2 "name": "meshcentral",
3 - "version": "0.4.9-q",
3 + "version": "0.4.9-t",
4 "keywords": [
5 "Remote Management",
6 "Intel AMT",
public/images/details/amt64.png
Binary files /dev/null and b/public/images/details/amt64.png differ
public/images/details/chip64.png
Binary files /dev/null and b/public/images/details/chip64.png differ
public/images/details/meshagent64.png
Binary files /dev/null and b/public/images/details/meshagent64.png differ
public/images/details/motherboard64.png
Binary files /dev/null and b/public/images/details/motherboard64.png differ
public/images/details/networking64.png
Binary files /dev/null and b/public/images/details/networking64.png differ
public/images/details/ram64.png
Binary files /dev/null and b/public/images/details/ram64.png differ
public/images/details/software64.png
Binary files /dev/null and b/public/images/details/software64.png differ
translate/translate.json
+1537 -1415
@@ -11,8 +11,8 @@
11 "pt": " + CIRA",
12 "ru": " + CIRA",
13 "xloc": [
14 - "default.handlebars->27->1023",
15 - "default.handlebars->27->1025"
14 + "default.handlebars->27->1057",
15 + "default.handlebars->27->1059"
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->955"
179 + "default.handlebars->27->989"
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->1098",
194 - "default.handlebars->27->1328"
193 + "default.handlebars->27->1132",
194 + "default.handlebars->27->1362"
195 ]
196 },
197 {
@@ -205,7 +205,7 @@
205 "pt": " e autenticar no servidor usando esse nome de usuário e qualquer senha.",
206 "ru": " и задайте указанное ниже имя пользователя и любой пароль.",
207 "xloc": [
208 - "default.handlebars->27->267"
208 + "default.handlebars->27->249"
209 ]
210 },
211 {
@@ -219,7 +219,7 @@
219 "pt": " e autenticar no servidor usando esse nome de usuário e senha.",
220 "ru": " и задайте указанные ниже имя пользователя и пароль.",
221 "xloc": [
222 - "default.handlebars->27->266"
222 + "default.handlebars->27->248"
223 ]
224 },
225 {
@@ -261,7 +261,7 @@
261 "pt": " com TLS.",
262 "ru": " с TLS.",
263 "xloc": [
264 - "default.handlebars->27->164"
264 + "default.handlebars->27->146"
265 ]
266 },
267 {
@@ -275,7 +275,7 @@
275 "pt": " sem TLS.",
276 "ru": " без TLS",
277 "xloc": [
278 - "default.handlebars->27->165"
278 + "default.handlebars->27->147"
279 ]
280 },
281 {
@@ -304,7 +304,7 @@
304 "pt": "(opcional)",
305 "ru": "(необязательно)",
306 "xloc": [
307 - "default.handlebars->27->303"
307 + "default.handlebars->27->285"
308 ]
309 },
310 {
@@ -333,7 +333,7 @@
333 "pt": "* Para o BSD, execute \\\"pkg install wget sudo bash\\\".",
334 "ru": "* Для BSD сначала запустите \\\"pkg install wget sudo bash\\\".",
335 "xloc": [
336 - "default.handlebars->27->334"
336 + "default.handlebars->27->316"
337 ]
338 },
339 {
@@ -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->1073"
350 + "default.handlebars->27->1107"
351 ]
352 },
353 {
@@ -377,7 +377,7 @@
377 "ru": ", ",
378 "xloc": [
379 "default-mobile.handlebars->9->330",
380 - "default.handlebars->27->1149"
380 + "default.handlebars->27->1183"
381 ]
382 },
383 {
@@ -392,7 +392,7 @@
392 "ru": ", только для Intel&reg; AMT",
393 "xloc": [
394 "default-mobile.handlebars->9->92",
395 - "default.handlebars->27->180"
395 + "default.handlebars->27->162"
396 ]
397 },
398 {
@@ -406,7 +406,7 @@
406 "pt": ", O MQTT está online",
407 "ru": ", MQTT онлайн",
408 "xloc": [
409 - "default.handlebars->27->708"
409 + "default.handlebars->27->742"
410 ]
411 },
412 {
@@ -420,7 +420,7 @@
420 "pt": ", Soft-KVM",
421 "ru": ", Soft-KVM",
422 "xloc": [
423 - "default.handlebars->27->620"
423 + "default.handlebars->27->602"
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->621",
440 - "default.handlebars->27->651",
441 - "default.handlebars->27->663",
439 + "default.handlebars->27->603",
440 + "default.handlebars->27->633",
441 + "default.handlebars->27->645",
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->1171",
539 - "default.handlebars->27->1404",
540 - "default.handlebars->27->665"
538 + "default.handlebars->27->1205",
539 + "default.handlebars->27->1438",
540 + "default.handlebars->27->647"
541 ]
542 },
543 {
@@ -580,7 +580,7 @@
580 "pt": "1 sessão ativa",
581 "ru": "1 активная сессия",
582 "xloc": [
583 - "default.handlebars->27->1368"
583 + "default.handlebars->27->1402"
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->1188"
599 + "default.handlebars->27->1222"
600 ]
601 },
602 {
@@ -610,9 +610,9 @@
610 "pt": "1 dia",
611 "ru": "1 день",
612 "xloc": [
613 - "default.handlebars->27->170",
614 - "default.handlebars->27->294",
615 - "default.handlebars->27->308"
613 + "default.handlebars->27->152",
614 + "default.handlebars->27->276",
615 + "default.handlebars->27->290"
616 ]
617 },
618 {
@@ -626,7 +626,7 @@
626 "pt": "1 grupo",
627 "ru": "1 группа",
628 "xloc": [
629 - "default.handlebars->27->1352"
629 + "default.handlebars->27->1386"
630 ]
631 },
632 {
@@ -640,9 +640,9 @@
640 "pt": "1 hora",
641 "ru": "1 час",
642 "xloc": [
643 - "default.handlebars->27->168",
644 - "default.handlebars->27->292",
645 - "default.handlebars->27->306"
643 + "default.handlebars->27->150",
644 + "default.handlebars->27->274",
645 + "default.handlebars->27->288"
646 ]
647 },
648 {
@@ -667,9 +667,9 @@
667 "pt": "1 mês",
668 "ru": "1 месяц",
669 "xloc": [
670 - "default.handlebars->27->172",
671 - "default.handlebars->27->296",
672 - "default.handlebars->27->310"
670 + "default.handlebars->27->154",
671 + "default.handlebars->27->278",
672 + "default.handlebars->27->292"
673 ]
674 },
675 {
@@ -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->1223"
686 + "default.handlebars->27->1257"
687 ]
688 },
689 {
@@ -697,7 +697,7 @@
697 "pt": "1 nó",
698 "ru": "1 устройство",
699 "xloc": [
700 - "default.handlebars->27->347"
700 + "default.handlebars->27->329"
701 ]
702 },
703 {
@@ -722,7 +722,7 @@
722 "pt": "1 sessão",
723 "ru": "1 сессия",
724 "xloc": [
725 - "default.handlebars->27->1227"
725 + "default.handlebars->27->1261"
726 ]
727 },
728 {
@@ -736,9 +736,9 @@
736 "pt": "1 semana",
737 "ru": "1 неделя",
738 "xloc": [
739 - "default.handlebars->27->171",
740 - "default.handlebars->27->295",
741 - "default.handlebars->27->309"
739 + "default.handlebars->27->153",
740 + "default.handlebars->27->277",
741 + "default.handlebars->27->291"
742 ]
743 },
744 {
@@ -867,7 +867,7 @@
867 "pt": "Falha na ativação do login em duas etapas.",
868 "ru": "Активация двухэтапного входа не удалась.",
869 "xloc": [
870 - "default.handlebars->27->125"
870 + "default.handlebars->27->107"
871 ]
872 },
873 {
@@ -881,7 +881,7 @@
881 "pt": "A remoção da ativação do login em duas etapas falhou.",
882 "ru": "Удаление активации двухэтапного входа не удалось.",
883 "xloc": [
884 - "default.handlebars->27->130"
884 + "default.handlebars->27->112"
885 ]
886 },
887 {
@@ -938,7 +938,7 @@
938 "pt": "Autenticação de segundo fator ativada",
939 "ru": "двухфакторная аутентификация включена",
940 "xloc": [
941 - "default.handlebars->27->1361"
941 + "default.handlebars->27->1395"
942 ]
943 },
944 {
@@ -1019,8 +1019,8 @@
1019 "pt": "Versão de 32 bits do MeshAgent",
1020 "ru": "32-разрядная версия MeshAgent",
1021 "xloc": [
1022 - "default.handlebars->27->326",
1023 - "default.handlebars->27->340"
1022 + "default.handlebars->27->308",
1023 + "default.handlebars->27->322"
1024 ]
1025 },
1026 {
@@ -1184,8 +1184,8 @@
1184 "pt": "Versão de 64 bits do MeshAgent",
1185 "ru": "64-разрядная версия MeshAgent",
1186 "xloc": [
1187 - "default.handlebars->27->329",
1188 - "default.handlebars->27->343"
1187 + "default.handlebars->27->311",
1188 + "default.handlebars->27->325"
1189 ]
1190 },
1191 {
@@ -1207,7 +1207,7 @@
1207 "pt": "Estado de energia de 7 dias",
1208 "ru": "7-дневная статистика работы",
1209 "xloc": [
1210 - "default.handlebars->27->560"
1210 + "default.handlebars->27->542"
1211 ]
1212 },
1213 {
@@ -1249,8 +1249,8 @@
1249 "pt": "8 horas",
1250 "ru": "8 часов",
1251 "xloc": [
1252 - "default.handlebars->27->293",
1253 - "default.handlebars->27->307"
1252 + "default.handlebars->27->275",
1253 + "default.handlebars->27->289"
1254 ]
1255 },
1256 {
@@ -1321,7 +1321,7 @@
1321 "pt": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Chaves Hardware</a> são usados como autenticação de login secundária.",
1322 "ru": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Аппаратные ключи</a> используются в качестве дополнительной аутентификации.",
1323 "xloc": [
1324 - "default.handlebars->27->139"
1324 + "default.handlebars->27->121"
1325 ]
1326 },
1327 {
@@ -1406,7 +1406,7 @@
1406 "ru": "ACM",
1407 "xloc": [
1408 "default-mobile.handlebars->9->182",
1409 - "default.handlebars->27->476"
1409 + "default.handlebars->27->458"
1410 ]
1411 },
1412 {
@@ -1420,8 +1420,8 @@
1420 "pt": "AMT",
1421 "ru": "AMT",
1422 "xloc": [
1423 - "default.handlebars->27->188",
1424 - "default.handlebars->27->375"
1423 + "default.handlebars->27->170",
1424 + "default.handlebars->27->357"
1425 ]
1426 },
1427 {
@@ -1494,7 +1494,7 @@
1494 "pt": "Acesso Negado",
1495 "ru": "Отказано в доступе",
1496 "xloc": [
1497 - "default.handlebars->27->709"
1497 + "default.handlebars->27->743"
1498 ]
1499 },
1500 {
@@ -1522,7 +1522,7 @@
1522 "pt": "Acesso aos arquivos do servidor",
1523 "ru": "Доступ к файлам сервера",
1524 "xloc": [
1525 - "default.handlebars->27->1333"
1525 + "default.handlebars->27->1367"
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->449",
1589 - "default.handlebars->27->451",
1590 - "default.handlebars->27->964",
1591 - "default.handlebars->27->966"
1588 + "default.handlebars->27->1000",
1589 + "default.handlebars->27->431",
1590 + "default.handlebars->27->433",
1591 + "default.handlebars->27->998"
1592 ]
1593 },
1594 {
@@ -1671,7 +1671,7 @@
1671 "pt": "Ação",
1672 "ru": "Действиe",
1673 "xloc": [
1674 - "default.handlebars->27->714",
1674 + "default.handlebars->27->748",
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->600",
1685 - "default.handlebars->27->602"
1684 + "default.handlebars->27->582",
1685 + "default.handlebars->27->584"
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->508",
1700 + "default.handlebars->27->490",
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,9 @@
1744 "xloc": [
1745 "default-mobile.handlebars->9->177",
1746 "default-mobile.handlebars->9->179",
1747 - "default.handlebars->27->469",
1748 - "default.handlebars->27->471"
1747 + "default.handlebars->27->451",
1748 + "default.handlebars->27->453",
1749 + "default.handlebars->27->713"
1750 ]
1751 },
1752 {
@@ -1758,10 +1759,10 @@
1759 "pt": "Ativação",
1760 "ru": "Активация",
1761 "xloc": [
1761 - "default.handlebars->27->1036",
1762 - "default.handlebars->27->1038",
1763 - "default.handlebars->27->230",
1764 - "default.handlebars->27->232"
1762 + "default.handlebars->27->1070",
1763 + "default.handlebars->27->1072",
1764 + "default.handlebars->27->212",
1765 + "default.handlebars->27->214"
1766 ]
1767 },
1768 {
@@ -1775,7 +1776,7 @@
1776 "pt": "Usuário ativo {0}",
1777 "ru": "Активный пользователь",
1778 "xloc": [
1778 - "default.handlebars->27->495"
1779 + "default.handlebars->27->477"
1780 ]
1781 },
1782 {
@@ -1789,7 +1790,7 @@
1790 "pt": "Adicionar agente",
1791 "ru": "Добавить агент",
1792 "xloc": [
1792 - "default.handlebars->27->234"
1793 + "default.handlebars->27->216"
1794 ]
1795 },
1796 {
@@ -1803,7 +1804,7 @@
1804 "pt": "Adicionar CIRA",
1805 "ru": "Добавить CIRA",
1806 "xloc": [
1806 - "default.handlebars->27->224"
1807 + "default.handlebars->27->206"
1808 ]
1809 },
1810 {
@@ -1817,7 +1818,7 @@
1818 "pt": "Adicionar evento do dispositivo",
1819 "ru": "Добавить событие к устройству",
1820 "xloc": [
1820 - "default.handlebars->27->543"
1821 + "default.handlebars->27->525"
1822 ]
1823 },
1824 {
@@ -1831,11 +1832,11 @@
1832 "pt": "Adicionar grupo de dispositivos",
1833 "ru": "Добавить группу устройств",
1834 "xloc": [
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"
1835 + "default.handlebars->27->1157",
1836 + "default.handlebars->27->1159",
1837 + "default.handlebars->27->1341",
1838 + "default.handlebars->27->1415",
1839 + "default.handlebars->27->187"
1840 ]
1841 },
1842 {
@@ -1849,7 +1850,7 @@
1850 "pt": "Adicione Intelreg; AMT",
1851 "ru": "Добавить Intel&reg; AMT CIRA устройство",
1852 "xloc": [
1852 - "default.handlebars->27->279"
1853 + "default.handlebars->27->261"
1854 ]
1855 },
1856 {
@@ -1863,7 +1864,7 @@
1864 "pt": "Adicione Intelreg; dispositivo AMT",
1865 "ru": "Добавить Intel&reg; AMT устройство",
1866 "xloc": [
1866 - "default.handlebars->27->247"
1867 + "default.handlebars->27->229"
1868 ]
1869 },
1870 {
@@ -1877,7 +1878,7 @@
1878 "pt": "Adicionar chave",
1879 "ru": "Добавить ключ",
1880 "xloc": [
1880 - "default.handlebars->27->143"
1881 + "default.handlebars->27->125"
1882 ]
1883 },
1884 {
@@ -1890,7 +1891,7 @@
1891 "pt": "Adicionar local",
1892 "ru": "Добавить локально",
1893 "xloc": [
1893 - "default.handlebars->27->226"
1894 + "default.handlebars->27->208"
1895 ]
1896 },
1897 {
@@ -1901,7 +1902,7 @@
1902 "nl": "Lidmaatschap toevoegen",
1903 "ru": "Добавить участие",
1904 "xloc": [
1904 - "default.handlebars->27->1400"
1905 + "default.handlebars->27->1434"
1906 ]
1907 },
1908 {
@@ -1915,7 +1916,7 @@
1916 "pt": "Adicionar agente de malha",
1917 "ru": "Добавить Mesh Agent",
1918 "xloc": [
1918 - "default.handlebars->27->346"
1919 + "default.handlebars->27->328"
1920 ]
1921 },
1922 {
@@ -1929,12 +1930,12 @@
1930 "pt": "Adicionar chave de segurança",
1931 "ru": "Добавить ключ безопасности",
1932 "xloc": [
1932 - "default.handlebars->27->146",
1933 - "default.handlebars->27->148",
1934 - "default.handlebars->27->151",
1935 - "default.handlebars->27->152",
1936 - "default.handlebars->27->733",
1937 - "default.handlebars->27->734"
1933 + "default.handlebars->27->128",
1934 + "default.handlebars->27->130",
1935 + "default.handlebars->27->133",
1936 + "default.handlebars->27->134",
1937 + "default.handlebars->27->767",
1938 + "default.handlebars->27->768"
1939 ]
1940 },
1941 {
@@ -1945,9 +1946,9 @@
1946 "nl": "Gebruikersgroep toevoegen",
1947 "ru": "Добавить группу пользователей",
1948 "xloc": [
1948 - "default.handlebars->27->1030",
1949 - "default.handlebars->27->1124",
1950 - "default.handlebars->27->1390"
1949 + "default.handlebars->27->1064",
1950 + "default.handlebars->27->1158",
1951 + "default.handlebars->27->1424"
1952 ]
1953 },
1954 {
@@ -1975,8 +1976,8 @@
1976 "pt": "Adicionar usuários",
1977 "ru": "Добавить пользователей",
1978 "xloc": [
1978 - "default.handlebars->27->1029",
1979 - "default.handlebars->27->1302"
1979 + "default.handlebars->27->1063",
1980 + "default.handlebars->27->1336"
1981 ]
1982 },
1983 {
@@ -1990,7 +1991,7 @@
1991 "pt": "Adicionar usuários ao grupo de dispositivos",
1992 "ru": "Добавить пользователей в группу устройств",
1993 "xloc": [
1993 - "default.handlebars->27->1122"
1994 + "default.handlebars->27->1156"
1995 ]
1996 },
1997 {
@@ -2001,7 +2002,7 @@
2002 "nl": "Voeg gebruikers toe aan de gebruikersgroep",
2003 "ru": "Добавить пользователей в группу",
2004 "xloc": [
2004 - "default.handlebars->27->1330"
2005 + "default.handlebars->27->1364"
2006 ]
2007 },
2008 {
@@ -2015,7 +2016,7 @@
2016 "pt": "Adicione YubiKeyreg; OTP",
2017 "ru": "Добавить YubiKey&reg; OTP",
2018 "xloc": [
2018 - "default.handlebars->27->144"
2019 + "default.handlebars->27->126"
2020 ]
2021 },
2022 {
@@ -2029,7 +2030,7 @@
2030 "pt": "Adicione um novo Intelreg; Computador AMT digitalizando a rede local.",
2031 "ru": "Добавить новый Intel&reg; AMT компьютер сканированием локальной сети.",
2032 "xloc": [
2032 - "default.handlebars->27->227"
2033 + "default.handlebars->27->209"
2034 ]
2035 },
2036 {
@@ -2043,8 +2044,8 @@
2044 "pt": "Adicione um novo Intel&reg; Computador AMT localizado na Internet.",
2045 "ru": "Добавить новый Intel&reg; AMT компьютер, находящийся в интернете.",
2046 "xloc": [
2046 - "default.handlebars->27->1031",
2047 - "default.handlebars->27->223"
2047 + "default.handlebars->27->1065",
2048 + "default.handlebars->27->205"
2049 ]
2050 },
2051 {
@@ -2058,8 +2059,8 @@
2059 "pt": "Adicione um novo Intel&reg; AMT computer that is located on the local network.",
2060 "ru": "Добавить новый Intel&reg; AMT компьютер, находящийся в локальной сети.",
2061 "xloc": [
2061 - "default.handlebars->27->1033",
2062 - "default.handlebars->27->225"
2062 + "default.handlebars->27->1067",
2063 + "default.handlebars->27->207"
2064 ]
2065 },
2066 {
@@ -2073,7 +2074,7 @@
2074 "pt": "Adicione um novo Intel&reg; Dispositivo AMT para grupo de dispositivos \\\"{0}\\\".",
2075 "ru": "Добавить новое Intel&reg; AMT устройство к группе устройств \\\"{0}\\\".",
2076 "xloc": [
2076 - "default.handlebars->27->237"
2077 + "default.handlebars->27->219"
2078 ]
2079 },
2080 {
@@ -2087,8 +2088,8 @@
2088 "pt": "Adicione um novo computador a essa malha instalando o agente de malha.",
2089 "ru": "Добавить новый компьютер к этой сети установкой Mesh Agent.",
2090 "xloc": [
2090 - "default.handlebars->27->1039",
2091 - "default.handlebars->27->233"
2091 + "default.handlebars->27->1073",
2092 + "default.handlebars->27->215"
2093 ]
2094 },
2095 {
@@ -2102,7 +2103,7 @@
2103 "pt": "Endereço",
2104 "ru": "Адрес",
2105 "xloc": [
2105 - "default.handlebars->27->201"
2106 + "default.handlebars->27->183"
2107 ]
2108 },
2109 {
@@ -2119,6 +2120,18 @@
2120 "player.handlebars->3->7"
2121 ]
2122 },
2123 + {
2124 + "en": "Admin Control Mode (ACM)",
2125 + "xloc": [
2126 + "default.handlebars->27->715"
2127 + ]
2128 + },
2129 + {
2130 + "en": "Admin Credentials",
2131 + "xloc": [
2132 + "default.handlebars->27->721"
2133 + ]
2134 + },
2135 {
2136 "cs": "PowerShell správce",
2137 "de": "Admin-PowerShell",
@@ -2143,7 +2156,7 @@
2156 "pt": "Admin Realms",
2157 "ru": "Области администратора",
2158 "xloc": [
2146 - "default.handlebars->27->1356"
2159 + "default.handlebars->27->1390"
2160 ]
2161 },
2162 {
@@ -2170,7 +2183,7 @@
2183 "pt": "Domínios Administrativos",
2184 "ru": "Административные области",
2185 "xloc": [
2173 - "default.handlebars->27->1272"
2186 + "default.handlebars->27->1306"
2187 ]
2188 },
2189 {
@@ -2184,7 +2197,7 @@
2197 "pt": "Administrador",
2198 "ru": "Администратор",
2199 "xloc": [
2187 - "default.handlebars->27->1234"
2200 + "default.handlebars->27->1268"
2201 ]
2202 },
2203 {
@@ -2197,7 +2210,7 @@
2210 "pt": "afrikaans",
2211 "ru": "Африканский",
2212 "xloc": [
2200 - "default.handlebars->27->736"
2213 + "default.handlebars->27->770"
2214 ]
2215 },
2216 {
@@ -2214,10 +2227,10 @@
2227 "default-mobile.handlebars->9->121",
2228 "default-mobile.handlebars->9->174",
2229 "default-mobile.handlebars->9->190",
2217 - "default.handlebars->27->1159",
2218 - "default.handlebars->27->1165",
2219 - "default.handlebars->27->184",
2220 - "default.handlebars->27->371",
2230 + "default.handlebars->27->1193",
2231 + "default.handlebars->27->1199",
2232 + "default.handlebars->27->166",
2233 + "default.handlebars->27->353",
2234 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
2235 ]
2236 },
@@ -2229,8 +2242,8 @@
2242 "nl": "Agent + Intel AMT",
2243 "ru": "Агент + Intel AMT",
2244 "xloc": [
2232 - "default.handlebars->27->1161",
2233 - "default.handlebars->27->1167"
2245 + "default.handlebars->27->1195",
2246 + "default.handlebars->27->1201"
2247 ]
2248 },
2249 {
@@ -2257,7 +2270,7 @@
2270 "ru": "Консоль агента",
2271 "xloc": [
2272 "default-mobile.handlebars->9->315",
2260 - "default.handlebars->27->1133"
2273 + "default.handlebars->27->1167"
2274 ]
2275 },
2276 {
@@ -2268,7 +2281,7 @@
2281 "nl": "Agent fout tellers",
2282 "ru": "Счетчик ошибок агента",
2283 "xloc": [
2271 - "default.handlebars->27->1412"
2284 + "default.handlebars->27->1446"
2285 ]
2286 },
2287 {
@@ -2314,7 +2327,7 @@
2327 "nl": "Agent Sessies",
2328 "ru": "Сессии агентов",
2329 "xloc": [
2317 - "default.handlebars->27->1428"
2330 + "default.handlebars->27->1462"
2331 ]
2332 },
2333 {
@@ -2328,7 +2341,7 @@
2341 "ru": "Тег агента",
2342 "xloc": [
2343 "default-mobile.handlebars->9->189",
2331 - "default.handlebars->27->488"
2344 + "default.handlebars->27->470"
2345 ]
2346 },
2347 {
@@ -2339,7 +2352,7 @@
2352 "nl": "Agent Type",
2353 "ru": "Типы агента",
2354 "xloc": [
2342 - "default.handlebars->27->1163",
2355 + "default.handlebars->27->1197",
2356 "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
2357 ]
2358 },
@@ -2354,9 +2367,9 @@
2367 "pt": "Agente conectado",
2368 "ru": "Агент подключен",
2369 "xloc": [
2357 - "default.handlebars->27->154",
2358 - "default.handlebars->27->534",
2359 - "default.handlebars->27->535"
2370 + "default.handlebars->27->136",
2371 + "default.handlebars->27->516",
2372 + "default.handlebars->27->517"
2373 ]
2374 },
2375 {
@@ -2370,7 +2383,7 @@
2383 "pt": "Agente desconectado",
2384 "ru": "Агент отключился",
2385 "xloc": [
2373 - "default.handlebars->27->158"
2386 + "default.handlebars->27->140"
2387 ]
2388 },
2389 {
@@ -2384,7 +2397,7 @@
2397 "pt": "O agente está offline",
2398 "ru": "Агент оффлайн",
2399 "xloc": [
2387 - "default.handlebars->27->707"
2400 + "default.handlebars->27->741"
2401 ]
2402 },
2403 {
@@ -2398,7 +2411,7 @@
2411 "pt": "Agente está online",
2412 "ru": "Агент онлайн",
2413 "xloc": [
2401 - "default.handlebars->27->706"
2414 + "default.handlebars->27->740"
2415 ]
2416 },
2417 {
@@ -2411,7 +2424,7 @@
2424 "pt": "Agentes",
2425 "ru": "Агенты",
2426 "xloc": [
2414 - "default.handlebars->27->1441"
2427 + "default.handlebars->27->1475"
2428 ]
2429 },
2430 {
@@ -2424,7 +2437,7 @@
2437 "pt": "albanês",
2438 "ru": "Албанский",
2439 "xloc": [
2427 - "default.handlebars->27->737"
2440 + "default.handlebars->27->771"
2441 ]
2442 },
2443 {
@@ -2467,9 +2480,9 @@
2480 "pt": "All Focus",
2481 "ru": "Фокусирование всех",
2482 "xloc": [
2470 - "default.handlebars->27->622",
2471 - "default.handlebars->27->624",
2472 - "default.handlebars->27->625"
2483 + "default.handlebars->27->604",
2484 + "default.handlebars->27->606",
2485 + "default.handlebars->27->607"
2486 ]
2487 },
2488 {
@@ -2483,8 +2496,8 @@
2496 "pt": "Permitir que os usuários gerenciem esse grupo de dispositivos e dispositivos neste grupo.",
2497 "ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.",
2498 "xloc": [
2486 - "default.handlebars->27->1097",
2487 - "default.handlebars->27->1327"
2499 + "default.handlebars->27->1131",
2500 + "default.handlebars->27->1361"
2501 ]
2502 },
2503 {
@@ -2528,7 +2541,7 @@
2541 "pt": "Alternativo (F10 = ESC + 0)",
2542 "ru": "Поменять (F10 = ESC+0)",
2543 "xloc": [
2531 - "default.handlebars->27->656"
2544 + "default.handlebars->27->638"
2545 ]
2546 },
2547 {
@@ -2550,7 +2563,7 @@
2563 "pt": "Notificar sempre",
2564 "ru": "Всегда уведомлять",
2565 "xloc": [
2553 - "default.handlebars->27->1012"
2566 + "default.handlebars->27->1046"
2567 ]
2568 },
2569 {
@@ -2564,7 +2577,7 @@
2577 "pt": "Sempre alerta",
2578 "ru": "Всегда запрашивать",
2579 "xloc": [
2567 - "default.handlebars->27->1013"
2580 + "default.handlebars->27->1047"
2581 ]
2582 },
2583 {
@@ -2623,7 +2636,7 @@
2636 "pt": "Antivírus",
2637 "ru": "Антивирус",
2638 "xloc": [
2626 - "default.handlebars->27->494"
2639 + "default.handlebars->27->476"
2640 ]
2641 },
2642 {
@@ -2636,7 +2649,7 @@
2649 "pt": "Qualquer suportado",
2650 "ru": "Любые поддерживаемые",
2651 "xloc": [
2639 - "default.handlebars->27->287"
2652 + "default.handlebars->27->269"
2653 ]
2654 },
2655 {
@@ -2650,7 +2663,7 @@
2663 "pt": "Apple MacOS",
2664 "ru": "Apple MacOS",
2665 "xloc": [
2653 - "default.handlebars->27->317"
2666 + "default.handlebars->27->299"
2667 ]
2668 },
2669 {
@@ -2664,7 +2677,7 @@
2677 "pt": "Apenas Apple MacOS ",
2678 "ru": "Только Apple MacOS",
2679 "xloc": [
2667 - "default.handlebars->27->289"
2680 + "default.handlebars->27->271"
2681 ]
2682 },
2683 {
@@ -2691,7 +2704,7 @@
2704 "pt": "Árabe (Argélia)",
2705 "ru": "Арабский (Алжир)",
2706 "xloc": [
2694 - "default.handlebars->27->739"
2707 + "default.handlebars->27->773"
2708 ]
2709 },
2710 {
@@ -2703,7 +2716,7 @@
2716 "pt": "Árabe (Bahrain)",
2717 "ru": "Арабский (Бахрейн)",
2718 "xloc": [
2706 - "default.handlebars->27->740"
2719 + "default.handlebars->27->774"
2720 ]
2721 },
2722 {
@@ -2716,7 +2729,7 @@
2729 "pt": "Árabe (Egito)",
2730 "ru": "Арабский (Египет)",
2731 "xloc": [
2719 - "default.handlebars->27->741"
2732 + "default.handlebars->27->775"
2733 ]
2734 },
2735 {
@@ -2729,7 +2742,7 @@
2742 "pt": "Árabe (Iraque)",
2743 "ru": "Арабский (Ирак)",
2744 "xloc": [
2732 - "default.handlebars->27->742"
2745 + "default.handlebars->27->776"
2746 ]
2747 },
2748 {
@@ -2742,7 +2755,7 @@
2755 "pt": "Árabe (Jordânia)",
2756 "ru": "Арабский (Иордания)",
2757 "xloc": [
2745 - "default.handlebars->27->743"
2758 + "default.handlebars->27->777"
2759 ]
2760 },
2761 {
@@ -2754,7 +2767,7 @@
2767 "pt": "Árabe (Kuwait)",
2768 "ru": "Арабский (Кувейт)",
2769 "xloc": [
2757 - "default.handlebars->27->744"
2770 + "default.handlebars->27->778"
2771 ]
2772 },
2773 {
@@ -2766,7 +2779,7 @@
2779 "pt": "Árabe (Líbano)",
2780 "ru": "Арабский (Ливан)",
2781 "xloc": [
2769 - "default.handlebars->27->745"
2782 + "default.handlebars->27->779"
2783 ]
2784 },
2785 {
@@ -2779,7 +2792,7 @@
2792 "pt": "Árabe (Líbia)",
2793 "ru": "Арабский (Ливия)",
2794 "xloc": [
2782 - "default.handlebars->27->746"
2795 + "default.handlebars->27->780"
2796 ]
2797 },
2798 {
@@ -2792,7 +2805,7 @@
2805 "pt": "Árabe (Marrocos)",
2806 "ru": "Арабский (Марокко)",
2807 "xloc": [
2795 - "default.handlebars->27->747"
2808 + "default.handlebars->27->781"
2809 ]
2810 },
2811 {
@@ -2804,7 +2817,7 @@
2817 "pt": "Árabe (Omã)",
2818 "ru": "Арабский (Оман)",
2819 "xloc": [
2807 - "default.handlebars->27->748"
2820 + "default.handlebars->27->782"
2821 ]
2822 },
2823 {
@@ -2817,7 +2830,7 @@
2830 "pt": "Árabe (Catar)",
2831 "ru": "Арабский (Катар)",
2832 "xloc": [
2820 - "default.handlebars->27->749"
2833 + "default.handlebars->27->783"
2834 ]
2835 },
2836 {
@@ -2830,7 +2843,7 @@
2843 "pt": "Árabe (Arábia Saudita)",
2844 "ru": "Арабский (Саудовская Аравия)",
2845 "xloc": [
2833 - "default.handlebars->27->750"
2846 + "default.handlebars->27->784"
2847 ]
2848 },
2849 {
@@ -2843,7 +2856,7 @@
2856 "pt": "Árabe (padrão)",
2857 "ru": "Арабский (стандартный)",
2858 "xloc": [
2846 - "default.handlebars->27->738"
2859 + "default.handlebars->27->772"
2860 ]
2861 },
2862 {
@@ -2856,7 +2869,7 @@
2869 "pt": "Árabe (Síria)",
2870 "ru": "Арабский (Сирия)",
2871 "xloc": [
2859 - "default.handlebars->27->751"
2872 + "default.handlebars->27->785"
2873 ]
2874 },
2875 {
@@ -2869,7 +2882,7 @@
2882 "pt": "Árabe (Tunísia)",
2883 "ru": "Арабский (Тунис)",
2884 "xloc": [
2872 - "default.handlebars->27->752"
2885 + "default.handlebars->27->786"
2886 ]
2887 },
2888 {
@@ -2881,7 +2894,7 @@
2894 "pt": "Árabe (U.A.E)",
2895 "ru": "Арабский (О.А.Э.)",
2896 "xloc": [
2884 - "default.handlebars->27->753"
2897 + "default.handlebars->27->787"
2898 ]
2899 },
2900 {
@@ -2894,7 +2907,7 @@
2907 "pt": "Árabe (Iêmen)",
2908 "ru": "Арабский (Йемен)",
2909 "xloc": [
2897 - "default.handlebars->27->754"
2910 + "default.handlebars->27->788"
2911 ]
2912 },
2913 {
@@ -2907,7 +2920,7 @@
2920 "pt": "Aragonês",
2921 "ru": "Арагонский",
2922 "xloc": [
2910 - "default.handlebars->27->755"
2923 + "default.handlebars->27->789"
2924 ]
2925 },
2926 {
@@ -2921,7 +2934,7 @@
2934 "pt": "Arquitetura",
2935 "ru": "Архитектура",
2936 "xloc": [
2924 - "default.handlebars->27->82"
2937 + "default.handlebars->27->689"
2938 ]
2939 },
2940 {
@@ -2934,7 +2947,7 @@
2947 "nl": "Weet u zeker dat u verbinding wilt maken met {0} apparaten?",
2948 "ru": "Вы действительно хотите подключиться к {0} устройствам?",
2949 "xloc": [
2937 - "default.handlebars->27->218"
2950 + "default.handlebars->27->200"
2951 ]
2952 },
2953 {
@@ -2949,7 +2962,7 @@
2962 "ru": "Вы действительно хотите удалить группу \\\"{0}\\\"? Удаление группы приведет к удалению всей информации связанной с устройствами в этой группе.",
2963 "xloc": [
2964 "default-mobile.handlebars->9->286",
2952 - "default.handlebars->27->1077"
2965 + "default.handlebars->27->1111"
2966 ]
2967 },
2968 {
@@ -2963,7 +2976,7 @@
2976 "pt": "Tem certeza de que deseja excluir o nó {0}?",
2977 "ru": "Вы действительно хотите удалить устройство \\\"{0}\\\"?",
2978 "xloc": [
2966 - "default.handlebars->27->582"
2979 + "default.handlebars->27->564"
2980 ]
2981 },
2982 {
@@ -2976,7 +2989,7 @@
2989 "nl": "Weet u zeker dat u de geselecteerde agent wilt verwijderen?",
2990 "ru": "Вы действительно хотите деинсталировать выбранного агента?",
2991 "xloc": [
2979 - "default.handlebars->27->571"
2992 + "default.handlebars->27->553"
2993 ]
2994 },
2995 {
@@ -2989,7 +3002,7 @@
3002 "nl": "Weet u zeker dat u de geselecteerde {0} agenten wilt verwijderen?",
3003 "ru": "Вы действительно хотите деинсталлировать выбранных {0} агентов?",
3004 "xloc": [
2992 - "default.handlebars->27->570"
3005 + "default.handlebars->27->552"
3006 ]
3007 },
3008 {
@@ -3002,7 +3015,7 @@
3015 "nl": "Weet u zeker dat u de plug-in {0} wilt gebruiken: {1}",
3016 "ru": "Вы уверенны, что {0} плагин: {1}",
3017 "xloc": [
3005 - "default.handlebars->27->1476"
3018 + "default.handlebars->27->1510"
3019 ]
3020 },
3021 {
@@ -3015,7 +3028,7 @@
3028 "pt": "Armênio",
3029 "ru": "Армянский",
3030 "xloc": [
3018 - "default.handlebars->27->756"
3031 + "default.handlebars->27->790"
3032 ]
3033 },
3034 {
@@ -3027,7 +3040,7 @@
3040 "pt": "Assamese",
3041 "ru": "Ассамский",
3042 "xloc": [
3030 - "default.handlebars->27->757"
3043 + "default.handlebars->27->791"
3044 ]
3045 },
3046 {
@@ -3039,7 +3052,7 @@
3052 "pt": "Asturiano",
3053 "ru": "Астурии",
3054 "xloc": [
3042 - "default.handlebars->27->758"
3055 + "default.handlebars->27->792"
3056 ]
3057 },
3058 {
@@ -3052,7 +3065,7 @@
3065 "pt": "Aplicativo de autenticação",
3066 "ru": "Приложение аутентификации",
3067 "xloc": [
3055 - "default.handlebars->27->1357"
3068 + "default.handlebars->27->1391"
3069 ]
3070 },
3071 {
@@ -3070,10 +3083,10 @@
3083 "default-mobile.handlebars->9->21",
3084 "default-mobile.handlebars->9->30",
3085 "default-mobile.handlebars->9->32",
3073 - "default.handlebars->27->122",
3074 - "default.handlebars->27->127",
3075 - "default.handlebars->27->722",
3076 - "default.handlebars->27->724"
3086 + "default.handlebars->27->104",
3087 + "default.handlebars->27->109",
3088 + "default.handlebars->27->756",
3089 + "default.handlebars->27->758"
3090 ]
3091 },
3092 {
@@ -3086,7 +3099,7 @@
3099 "pt": "Ativação do aplicativo autenticador bem-sucedida.",
3100 "ru": "Приложение для аутентификации активированно успешно.",
3101 "xloc": [
3089 - "default.handlebars->27->123"
3102 + "default.handlebars->27->105"
3103 ]
3104 },
3105 {
@@ -3099,7 +3112,7 @@
3112 "pt": "Aplicativo autenticador removido.",
3113 "ru": "Приложение для аутентификации удалено.",
3114 "xloc": [
3102 - "default.handlebars->27->128"
3115 + "default.handlebars->27->110"
3116 ]
3117 },
3118 {
@@ -3127,7 +3140,7 @@
3140 "pt": "Remover automaticamente",
3141 "ru": "Автоудаление",
3142 "xloc": [
3130 - "default.handlebars->27->1000"
3143 + "default.handlebars->27->1034"
3144 ]
3145 },
3146 {
@@ -3171,7 +3184,7 @@
3184 "pt": "Azerbaijão",
3185 "ru": "Азербайджанский",
3186 "xloc": [
3174 - "default.handlebars->27->759"
3187 + "default.handlebars->27->793"
3188 ]
3189 },
3190 {
@@ -3185,7 +3198,7 @@
3198 "pt": "BIOS",
3199 "ru": "BIOS",
3200 "xloc": [
3188 - "default.handlebars->27->66"
3201 + "default.handlebars->27->727"
3202 ]
3203 },
3204 {
@@ -3253,7 +3266,7 @@
3266 "pt": "Segundo plano e interativo",
3267 "ru": "Фоновый и интерактивный",
3268 "xloc": [
3256 - "default.handlebars->27->321"
3269 + "default.handlebars->27->303"
3270 ]
3271 },
3272 {
@@ -3266,7 +3279,7 @@
3279 "pt": "Segundo plano e interativo",
3280 "ru": "Фоновый и интерактивный",
3281 "xloc": [
3269 - "default.handlebars->27->299"
3282 + "default.handlebars->27->281"
3283 ]
3284 },
3285 {
@@ -3279,8 +3292,8 @@
3292 "pt": "Apenas em segundo plano",
3293 "ru": "Только фоновый",
3294 "xloc": [
3282 - "default.handlebars->27->300",
3283 - "default.handlebars->27->322"
3295 + "default.handlebars->27->282",
3296 + "default.handlebars->27->304"
3297 ]
3298 },
3299 {
@@ -3308,7 +3321,7 @@
3321 "pt": "Códigos de backup",
3322 "ru": "Резервные коды",
3323 "xloc": [
3311 - "default.handlebars->27->1359"
3324 + "default.handlebars->27->1393"
3325 ]
3326 },
3327 {
@@ -3319,7 +3332,7 @@
3332 "nl": "Ongeldige handtening",
3333 "ru": "Плохой ключ",
3334 "xloc": [
3322 - "default.handlebars->27->1419"
3335 + "default.handlebars->27->1453"
3336 ]
3337 },
3338 {
@@ -3330,7 +3343,7 @@
3343 "nl": "Onjuist webcertificaat",
3344 "ru": "Плохой веб-сертификат",
3345 "xloc": [
3333 - "default.handlebars->27->1418"
3346 + "default.handlebars->27->1452"
3347 ]
3348 },
3349 {
@@ -3342,7 +3355,7 @@
3355 "pt": "Basco",
3356 "ru": "Баскский",
3357 "xloc": [
3345 - "default.handlebars->27->760"
3358 + "default.handlebars->27->794"
3359 ]
3360 },
3361 {
@@ -3369,7 +3382,7 @@
3382 "pt": "Bielorrusso",
3383 "ru": "Белорусский",
3384 "xloc": [
3372 - "default.handlebars->27->762"
3385 + "default.handlebars->27->796"
3386 ]
3387 },
3388 {
@@ -3382,7 +3395,7 @@
3395 "pt": "Bengali",
3396 "ru": "Бенгальский",
3397 "xloc": [
3385 - "default.handlebars->27->763"
3398 + "default.handlebars->27->797"
3399 ]
3400 },
3401 {
@@ -3395,7 +3408,7 @@
3408 "pt": "Bósnia",
3409 "ru": "Боснийский",
3410 "xloc": [
3398 - "default.handlebars->27->764"
3411 + "default.handlebars->27->798"
3412 ]
3413 },
3414 {
@@ -3407,7 +3420,7 @@
3420 "pt": "Breton",
3421 "ru": "Бретонский",
3422 "xloc": [
3410 - "default.handlebars->27->765"
3423 + "default.handlebars->27->799"
3424 ]
3425 },
3426 {
@@ -3421,7 +3434,7 @@
3434 "pt": "Broadcast",
3435 "ru": "Отправить сообщение",
3436 "xloc": [
3424 - "default.handlebars->27->1300",
3437 + "default.handlebars->27->1334",
3438 "default.handlebars->container->column_l->p4->3->1->0->3->1"
3439 ]
3440 },
@@ -3436,7 +3449,7 @@
3449 "pt": "Mensagem de transmissão",
3450 "ru": "Отправить сообщение",
3451 "xloc": [
3439 - "default.handlebars->27->1257"
3452 + "default.handlebars->27->1291"
3453 ]
3454 },
3455 {
@@ -3450,7 +3463,7 @@
3463 "pt": "Transmita uma mensagem para todos os usuários conectados.",
3464 "ru": "Отправить сообщение всем подключенным пользователям.",
3465 "xloc": [
3453 - "default.handlebars->27->1256"
3466 + "default.handlebars->27->1290"
3467 ]
3468 },
3469 {
@@ -3463,7 +3476,7 @@
3476 "pt": "Búlgaria",
3477 "ru": "Болгарский",
3478 "xloc": [
3466 - "default.handlebars->27->761"
3479 + "default.handlebars->27->795"
3480 ]
3481 },
3482 {
@@ -3476,7 +3489,7 @@
3489 "pt": "Birmanês",
3490 "ru": "Бирманский",
3491 "xloc": [
3479 - "default.handlebars->27->766"
3492 + "default.handlebars->27->800"
3493 ]
3494 },
3495 {
@@ -3491,7 +3504,7 @@
3504 "ru": "CCM",
3505 "xloc": [
3506 "default-mobile.handlebars->9->181",
3494 - "default.handlebars->27->474"
3507 + "default.handlebars->27->456"
3508 ]
3509 },
3510 {
@@ -3506,10 +3519,10 @@
3519 "ru": "CIRA",
3520 "xloc": [
3521 "default-mobile.handlebars->9->122",
3509 - "default.handlebars->27->1065",
3510 - "default.handlebars->27->1070",
3511 - "default.handlebars->27->186",
3512 - "default.handlebars->27->373"
3522 + "default.handlebars->27->1099",
3523 + "default.handlebars->27->1104",
3524 + "default.handlebars->27->168",
3525 + "default.handlebars->27->355"
3526 ]
3527 },
3528 {
@@ -3523,7 +3536,7 @@
3536 "pt": "Servidor CIRA",
3537 "ru": "CIRA Сервер",
3538 "xloc": [
3526 - "default.handlebars->27->1467"
3539 + "default.handlebars->27->1501"
3540 ]
3541 },
3542 {
@@ -3537,7 +3550,7 @@
3550 "pt": "Comandos do servidor CIRA",
3551 "ru": "CIRA Сервер команды",
3552 "xloc": [
3540 - "default.handlebars->27->1468"
3553 + "default.handlebars->27->1502"
3554 ]
3555 },
3556 {
@@ -3548,7 +3561,7 @@
3561 "nl": "CPU gebruik",
3562 "ru": "Загрузка CPU",
3563 "xloc": [
3551 - "default.handlebars->27->1433"
3564 + "default.handlebars->27->1467"
3565 ]
3566 },
3567 {
@@ -3562,7 +3575,7 @@
3575 "pt": "Carga da CPU nos últimos 15 minutos",
3576 "ru": "Загрузка CPU за последние 15 минут",
3577 "xloc": [
3565 - "default.handlebars->27->1436"
3578 + "default.handlebars->27->1470"
3579 ]
3580 },
3581 {
@@ -3576,7 +3589,7 @@
3589 "pt": "Carga da CPU nos últimos 5 minutos",
3590 "ru": "Загрузка CPU за последние 5 минут",
3591 "xloc": [
3579 - "default.handlebars->27->1435"
3592 + "default.handlebars->27->1469"
3593 ]
3594 },
3595 {
@@ -3590,7 +3603,7 @@
3603 "pt": "Carga da CPU no último minuto",
3604 "ru": "Загрузка CPU за последнюю минуту",
3605 "xloc": [
3593 - "default.handlebars->27->1434"
3606 + "default.handlebars->27->1468"
3607 ]
3608 },
3609 {
@@ -3604,8 +3617,8 @@
3617 "pt": "CR+LF",
3618 "ru": "CR+LF",
3619 "xloc": [
3607 - "default.handlebars->27->649",
3608 - "default.handlebars->27->658",
3620 + "default.handlebars->27->631",
3621 + "default.handlebars->27->640",
3622 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
3623 ]
3624 },
@@ -3620,9 +3633,9 @@
3633 "pt": "Formato CSV",
3634 "ru": "Формат CSV",
3635 "xloc": [
3623 - "default.handlebars->27->1209",
3624 - "default.handlebars->27->1248",
3625 - "default.handlebars->27->400"
3636 + "default.handlebars->27->1243",
3637 + "default.handlebars->27->1282",
3638 + "default.handlebars->27->382"
3639 ]
3640 },
3641 {
@@ -3636,7 +3649,7 @@
3649 "pt": "Erro de chamada",
3650 "ru": "Ошибка вызова",
3651 "xloc": [
3639 - "default.handlebars->27->1477"
3652 + "default.handlebars->27->1511"
3653 ]
3654 },
3655 {
@@ -3652,7 +3665,7 @@
3665 "xloc": [
3666 "default-mobile.handlebars->9->41",
3667 "default-mobile.handlebars->dialog->idx_dlgButtonBar",
3655 - "default.handlebars->27->985",
3668 + "default.handlebars->27->1019",
3669 "default.handlebars->container->dialog->idx_dlgButtonBar",
3670 "login-mobile.handlebars->dialog->idx_dlgButtonBar",
3671 "login.handlebars->dialog->idx_dlgButtonBar",
@@ -3671,7 +3684,7 @@
3684 "pt": "Capacidade / velocidade",
3685 "ru": "Объем / Скорость",
3686 "xloc": [
3674 - "default.handlebars->27->76"
3687 + "default.handlebars->27->734"
3688 ]
3689 },
3690 {
@@ -3684,7 +3697,7 @@
3697 "pt": "Catalão",
3698 "ru": "Каталонский",
3699 "xloc": [
3687 - "default.handlebars->27->767"
3700 + "default.handlebars->27->801"
3701 ]
3702 },
3703 {
@@ -3698,7 +3711,7 @@
3711 "pt": "Centralize o mapa aqui",
3712 "ru": "Установить центр карты здесь",
3713 "xloc": [
3701 - "default.handlebars->27->440"
3714 + "default.handlebars->27->422"
3715 ]
3716 },
3717 {
@@ -3711,7 +3724,7 @@
3724 "pt": "Chamorro",
3725 "ru": "Чаморро",
3726 "xloc": [
3714 - "default.handlebars->27->768"
3727 + "default.handlebars->27->802"
3728 ]
3729 },
3730 {
@@ -3725,7 +3738,7 @@
3738 "pt": "Alterar email para {0}",
3739 "ru": "Смена email для {0}",
3740 "xloc": [
3728 - "default.handlebars->27->1372"
3741 + "default.handlebars->27->1406"
3742 ]
3743 },
3744 {
@@ -3739,9 +3752,9 @@
3752 "pt": "Alterar grupo",
3753 "ru": "Смена группы",
3754 "xloc": [
3742 - "default.handlebars->27->515",
3743 - "default.handlebars->27->579",
3744 - "default.handlebars->27->580"
3755 + "default.handlebars->27->497",
3756 + "default.handlebars->27->561",
3757 + "default.handlebars->27->562"
3758 ]
3759 },
3760 {
@@ -3756,8 +3769,8 @@
3769 "ru": "Смена пароля",
3770 "xloc": [
3771 "default-mobile.handlebars->9->49",
3759 - "default.handlebars->27->1367",
3760 - "default.handlebars->27->961"
3772 + "default.handlebars->27->1401",
3773 + "default.handlebars->27->995"
3774 ]
3775 },
3776 {
@@ -3771,7 +3784,7 @@
3784 "pt": "Alterar senha para {0}",
3785 "ru": "Смена пароля для {0}",
3786 "xloc": [
3774 - "default.handlebars->27->1379"
3787 + "default.handlebars->27->1413"
3788 ]
3789 },
3790 {
@@ -3842,7 +3855,7 @@
3855 "pt": "Mude o endereço de e-mail da sua conta aqui.",
3856 "ru": "Измените адрес электронной почты вашей учетной записи здесь.",
3857 "xloc": [
3845 - "default.handlebars->27->948"
3858 + "default.handlebars->27->982"
3859 ]
3860 },
3861 {
@@ -3856,7 +3869,7 @@
3869 "pt": "Altere a senha da sua conta digitando a senha antiga e a nova senha duas vezes nas caixas abaixo.",
3870 "ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
3871 "xloc": [
3859 - "default.handlebars->27->954"
3872 + "default.handlebars->27->988"
3873 ]
3874 },
3875 {
@@ -3870,7 +3883,7 @@
3883 "pt": "Alterar o idioma exigirá uma atualização da página.",
3884 "ru": "Изменение языка потребует перезагрузить страницу.",
3885 "xloc": [
3873 - "default.handlebars->27->933"
3886 + "default.handlebars->27->967"
3887 ]
3888 },
3889 {
@@ -3884,7 +3897,7 @@
3897 "pt": "Chat",
3898 "ru": "Чат",
3899 "xloc": [
3887 - "default.handlebars->27->1226"
3900 + "default.handlebars->27->1260"
3901 ]
3902 },
3903 {
@@ -3900,8 +3913,8 @@
3913 "xloc": [
3914 "default-mobile.handlebars->9->307",
3915 "default-mobile.handlebars->9->325",
3903 - "default.handlebars->27->1120",
3904 - "default.handlebars->27->1143"
3916 + "default.handlebars->27->1154",
3917 + "default.handlebars->27->1177"
3918 ]
3919 },
3920 {
@@ -3915,7 +3928,7 @@
3928 "pt": "Checheno",
3929 "ru": "Чеченский",
3930 "xloc": [
3918 - "default.handlebars->27->769"
3931 + "default.handlebars->27->803"
3932 ]
3933 },
3934 {
@@ -3929,7 +3942,7 @@
3942 "pt": "Verifique e clique em OK para limpar o log de erros.",
3943 "ru": "Установите флажок и нажмите ОК для очищения журнала ошибок.",
3944 "xloc": [
3932 - "default.handlebars->27->119"
3945 + "default.handlebars->27->101"
3946 ]
3947 },
3948 {
@@ -3943,7 +3956,7 @@
3956 "pt": "Marque e clique em OK para iniciar a atualização automática do servidor.",
3957 "ru": "Установите флажок и нажмите ОК для начала самообновления.",
3958 "xloc": [
3946 - "default.handlebars->27->114"
3959 + "default.handlebars->27->96"
3960 ]
3961 },
3962 {
@@ -3971,8 +3984,8 @@
3984 "pt": "Verificando ...",
3985 "ru": "Проверка...",
3986 "xloc": [
3974 - "default.handlebars->27->1473",
3975 - "default.handlebars->27->735"
3987 + "default.handlebars->27->1507",
3988 + "default.handlebars->27->769"
3989 ]
3990 },
3991 {
@@ -3986,7 +3999,7 @@
3999 "pt": "Chinês",
4000 "ru": "Китайский",
4001 "xloc": [
3989 - "default.handlebars->27->770"
4002 + "default.handlebars->27->804"
4003 ]
4004 },
4005 {
@@ -3999,7 +4012,7 @@
4012 "pt": "Chinês (Hong Kong)",
4013 "ru": "Китайский (Гонконг)",
4014 "xloc": [
4002 - "default.handlebars->27->771"
4015 + "default.handlebars->27->805"
4016 ]
4017 },
4018 {
@@ -4012,7 +4025,7 @@
4025 "pt": "Chinês (PRC)",
4026 "ru": "Китайский (КНР)",
4027 "xloc": [
4015 - "default.handlebars->27->772"
4028 + "default.handlebars->27->806"
4029 ]
4030 },
4031 {
@@ -4025,7 +4038,7 @@
4038 "pt": "Chinês (Singapura)",
4039 "ru": "Китайский (Сингапур)",
4040 "xloc": [
4028 - "default.handlebars->27->773"
4041 + "default.handlebars->27->807"
4042 ]
4043 },
4044 {
@@ -4038,7 +4051,7 @@
4051 "pt": "Chinês (Taiwan)",
4052 "ru": "Китайский (Тайвань)",
4053 "xloc": [
4041 - "default.handlebars->27->774"
4054 + "default.handlebars->27->808"
4055 ]
4056 },
4057 {
@@ -4065,7 +4078,7 @@
4078 "pt": "Chuvash",
4079 "ru": "Чувашский",
4080 "xloc": [
4068 - "default.handlebars->27->775"
4081 + "default.handlebars->27->809"
4082 ]
4083 },
4084 {
@@ -4079,7 +4092,7 @@
4092 "pt": "Limpeza CIRA",
4093 "ru": "Очистка CIRA",
4094 "xloc": [
4082 - "default.handlebars->27->264"
4095 + "default.handlebars->27->246"
4096 ]
4097 },
4098 {
@@ -4099,11 +4112,11 @@
4112 "default-mobile.handlebars->9->268",
4113 "default-mobile.handlebars->9->28",
4114 "default-mobile.handlebars->9->91",
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",
4115 + "default.handlebars->27->1237",
4116 + "default.handlebars->27->666",
4117 + "default.handlebars->27->668",
4118 + "default.handlebars->27->670",
4119 + "default.handlebars->27->672",
4120 "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
4121 "default.handlebars->container->column_l->p41->3->1",
4122 "messenger.handlebars->xbottom"
@@ -4120,7 +4133,7 @@
4133 "pt": "Limpar Tokens",
4134 "ru": "Очистить токены",
4135 "xloc": [
4123 - "default.handlebars->27->136"
4136 + "default.handlebars->27->118"
4137 ]
4138 },
4139 {
@@ -4134,7 +4147,7 @@
4147 "pt": "Limpe o núcleo",
4148 "ru": "Очистить ядро",
4149 "xloc": [
4137 - "default.handlebars->27->716"
4150 + "default.handlebars->27->750"
4151 ]
4152 },
4153 {
@@ -4147,7 +4160,7 @@
4160 "pt": "Limpe o segredo do aplicativo e tente novamente. Você tem apenas alguns minutos para inserir o código correto.",
4161 "ru": "Удалите ключ из приложения и попробуйте еще раз. У вас есть всего несколько минут, чтобы ввести правильный код.",
4162 "xloc": [
4150 - "default.handlebars->27->126"
4163 + "default.handlebars->27->108"
4164 ]
4165 },
4166 {
@@ -4161,7 +4174,7 @@
4174 "pt": "clique aqui para criar um grupo de dispositivos",
4175 "ru": "Для изменения имени устройства на сервере нажмите сюда",
4176 "xloc": [
4164 - "default.handlebars->27->454"
4177 + "default.handlebars->27->436"
4178 ]
4179 },
4180 {
@@ -4176,7 +4189,7 @@
4189 "ru": "Нажмите ОК для отправки подтверждения по электронной почте:",
4190 "xloc": [
4191 "default-mobile.handlebars->9->34",
4179 - "default.handlebars->27->945"
4192 + "default.handlebars->27->979"
4193 ]
4194 },
4195 {
@@ -4193,6 +4206,12 @@
4206 "default.handlebars->container->masthead->7"
4207 ]
4208 },
4209 + {
4210 + "en": "Client Control Mode (CCM)",
4211 + "xloc": [
4212 + "default.handlebars->27->714"
4213 + ]
4214 + },
4215 {
4216 "cs": "Vzdálený přístup iniciováný klientem",
4217 "de": "Client Initiated Remote Access",
@@ -4204,8 +4223,8 @@
4223 "pt": "Acesso remoto iniciado pelo cliente",
4224 "ru": "Клиент инициировал удаленный доступ",
4225 "xloc": [
4207 - "default.handlebars->27->1064",
4208 - "default.handlebars->27->1069"
4226 + "default.handlebars->27->1098",
4227 + "default.handlebars->27->1103"
4228 ]
4229 },
4230 {
@@ -4234,9 +4253,9 @@
4253 "ru": "Закрыть",
4254 "xloc": [
4255 "default-mobile.handlebars->9->26",
4237 - "default.handlebars->27->134",
4238 - "default.handlebars->27->142",
4239 - "default.handlebars->27->642"
4256 + "default.handlebars->27->116",
4257 + "default.handlebars->27->124",
4258 + "default.handlebars->27->624"
4259 ]
4260 },
4261 {
@@ -4262,8 +4281,8 @@
4281 "nl": "Gemeenschappelijke apparaatgroepen",
4282 "ru": "Общие группы устройств",
4283 "xloc": [
4265 - "default.handlebars->27->1308",
4266 - "default.handlebars->27->1382"
4284 + "default.handlebars->27->1342",
4285 + "default.handlebars->27->1416"
4286 ]
4287 },
4288 {
@@ -4277,7 +4296,7 @@
4296 "ru": "Подтвердить {0} из {1} записей в это расположение?",
4297 "xloc": [
4298 "default-mobile.handlebars->9->86",
4280 - "default.handlebars->27->1198"
4299 + "default.handlebars->27->1232"
4300 ]
4301 },
4302 {
@@ -4293,11 +4312,11 @@
4312 "xloc": [
4313 "default-mobile.handlebars->9->220",
4314 "default-mobile.handlebars->9->287",
4296 - "default.handlebars->27->1078",
4297 - "default.handlebars->27->1323",
4298 - "default.handlebars->27->397",
4299 - "default.handlebars->27->574",
4300 - "default.handlebars->27->583"
4315 + "default.handlebars->27->1112",
4316 + "default.handlebars->27->1357",
4317 + "default.handlebars->27->379",
4318 + "default.handlebars->27->556",
4319 + "default.handlebars->27->565"
4320 ]
4321 },
4322 {
@@ -4311,7 +4330,7 @@
4330 "ru": "Подтвердить копирование 1 записи в это расположение?",
4331 "xloc": [
4332 "default-mobile.handlebars->9->257",
4314 - "default.handlebars->27->679"
4333 + "default.handlebars->27->661"
4334 ]
4335 },
4336 {
@@ -4325,7 +4344,7 @@
4344 "ru": "Подтвердить копирование {0} записей в это расположение?",
4345 "xloc": [
4346 "default-mobile.handlebars->9->256",
4328 - "default.handlebars->27->678"
4347 + "default.handlebars->27->660"
4348 ]
4349 },
4350 {
@@ -4339,7 +4358,7 @@
4358 "pt": "Confirmar a exclusão dos dispositivos selecionados?",
4359 "ru": "Подтвердить удаление выбранных устройств?",
4360 "xloc": [
4342 - "default.handlebars->27->396"
4361 + "default.handlebars->27->378"
4362 ]
4363 },
4364 {
@@ -4353,7 +4372,7 @@
4372 "ru": "Подтвердить перемещение 1 записи в это расположение?",
4373 "xloc": [
4374 "default-mobile.handlebars->9->259",
4356 - "default.handlebars->27->681"
4375 + "default.handlebars->27->663"
4376 ]
4377 },
4378 {
@@ -4367,7 +4386,7 @@
4386 "ru": "Подтвердить перемещение {0} записей в это расположение?",
4387 "xloc": [
4388 "default-mobile.handlebars->9->258",
4370 - "default.handlebars->27->680"
4389 + "default.handlebars->27->662"
4390 ]
4391 },
4392 {
@@ -4380,7 +4399,7 @@
4399 "nl": "Bevestig overschrijven?",
4400 "ru": "Подтвердить перезапись?",
4401 "xloc": [
4383 - "default.handlebars->27->1197"
4402 + "default.handlebars->27->1231"
4403 ]
4404 },
4405 {
@@ -4395,7 +4414,7 @@
4414 "ru": "Подтвердить удаление приложения аутентификации двухэтапного входа в систему?",
4415 "xloc": [
4416 "default-mobile.handlebars->9->33",
4398 - "default.handlebars->27->725"
4417 + "default.handlebars->27->759"
4418 ]
4419 },
4420 {
@@ -4406,8 +4425,8 @@
4425 "nl": "Bevestig het verwijderen van de apparaatgroep {0}?",
4426 "ru": "Подтвердить удаление группы устройств {0}?",
4427 "xloc": [
4409 - "default.handlebars->27->1318",
4410 - "default.handlebars->27->1402"
4428 + "default.handlebars->27->1352",
4429 + "default.handlebars->27->1436"
4430 ]
4431 },
4432 {
@@ -4418,7 +4437,7 @@
4437 "nl": "Bevestig het verwijderen van de groep {0}?",
4438 "ru": "Подтвердить удаление группы {0}?",
4439 "xloc": [
4421 - "default.handlebars->27->1398"
4440 + "default.handlebars->27->1432"
4441 ]
4442 },
4443 {
@@ -4433,8 +4452,8 @@
4452 "ru": "Подтвердить удаление пользователя {0}?",
4453 "xloc": [
4454 "default-mobile.handlebars->9->333",
4436 - "default.handlebars->27->1152",
4437 - "default.handlebars->27->1326"
4455 + "default.handlebars->27->1186",
4456 + "default.handlebars->27->1360"
4457 ]
4458 },
4459 {
@@ -4451,8 +4470,8 @@
4470 "default-mobile.handlebars->9->236",
4471 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
4472 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
4454 - "default.handlebars->27->1016",
4455 - "default.handlebars->27->661",
4473 + "default.handlebars->27->1050",
4474 + "default.handlebars->27->643",
4475 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
4476 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
4477 "default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
@@ -4470,7 +4489,7 @@
4489 "pt": "Conectar todos",
4490 "ru": "Подключиться ко всем",
4491 "xloc": [
4473 - "default.handlebars->27->217",
4492 + "default.handlebars->27->199",
4493 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
4494 ]
4495 },
@@ -4485,8 +4504,8 @@
4504 "pt": "Conecte-se ao servidor",
4505 "ru": "Подключиться к серверу",
4506 "xloc": [
4488 - "default.handlebars->27->1068",
4489 - "default.handlebars->27->1072"
4507 + "default.handlebars->27->1102",
4508 + "default.handlebars->27->1106"
4509 ]
4510 },
4511 {
@@ -4540,7 +4559,7 @@
4559 "nl": "Verbonden Intel&reg; AMT",
4560 "ru": "Подключено Intel&reg; AMT",
4561 "xloc": [
4543 - "default.handlebars->27->1424"
4562 + "default.handlebars->27->1458"
4563 ]
4564 },
4565 {
@@ -4551,7 +4570,13 @@
4570 "nl": "Verbonden gebruikers",
4571 "ru": "Подключенные пользователи",
4572 "xloc": [
4554 - "default.handlebars->27->1429"
4573 + "default.handlebars->27->1463"
4574 + ]
4575 + },
4576 + {
4577 + "en": "Connected now",
4578 + "xloc": [
4579 + "default.handlebars->27->693"
4580 ]
4581 },
4582 {
@@ -4582,10 +4607,10 @@
4607 "default-mobile.handlebars->9->2",
4608 "default-mobile.handlebars->9->272",
4609 "default-mobile.handlebars->9->6",
4585 - "default.handlebars->27->211",
4586 - "default.handlebars->27->214",
4587 - "default.handlebars->27->220",
4588 - "default.handlebars->27->702",
4610 + "default.handlebars->27->193",
4611 + "default.handlebars->27->196",
4612 + "default.handlebars->27->202",
4613 + "default.handlebars->27->684",
4614 "default.handlebars->27->9",
4615 "xterm.handlebars->9->2"
4616 ]
@@ -4601,7 +4626,7 @@
4626 "pt": "Contagem de conexões",
4627 "ru": "Подключений ",
4628 "xloc": [
4604 - "default.handlebars->27->1440"
4629 + "default.handlebars->27->1474"
4630 ]
4631 },
4632 {
@@ -4615,7 +4640,7 @@
4640 "pt": "Encaminhador de conexão",
4641 "ru": "Ретранслятор подключения",
4642 "xloc": [
4618 - "default.handlebars->27->1466"
4643 + "default.handlebars->27->1500"
4644 ]
4645 },
4646 {
@@ -4658,9 +4683,9 @@
4683 "ru": "Связь",
4684 "xloc": [
4685 "default-mobile.handlebars->9->195",
4661 - "default.handlebars->27->1168",
4662 - "default.handlebars->27->202",
4663 - "default.handlebars->27->506",
4686 + "default.handlebars->27->1202",
4687 + "default.handlebars->27->184",
4688 + "default.handlebars->27->488",
4689 "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
4690 ]
4691 },
@@ -4689,7 +4714,7 @@
4714 "pt": "Console - ",
4715 "ru": "Консоль - ",
4716 "xloc": [
4692 - "default.handlebars->27->455"
4717 + "default.handlebars->27->437"
4718 ]
4719 },
4720 {
@@ -4702,7 +4727,7 @@
4727 "pt": "Codificador de cookies",
4728 "ru": "Cookie-кодировщик",
4729 "xloc": [
4705 - "default.handlebars->27->1454"
4730 + "default.handlebars->27->1488"
4731 ]
4732 },
4733 {
@@ -4733,8 +4758,8 @@
4758 "pt": "Copiar endereço MAC para a área de transferência",
4759 "ru": "Скопировать МАС адрес в буфер обмена",
4760 "xloc": [
4736 - "default.handlebars->27->107",
4737 - "default.handlebars->27->99"
4761 + "default.handlebars->27->81",
4762 + "default.handlebars->27->89"
4763 ]
4764 },
4765 {
@@ -4748,7 +4773,7 @@
4773 "pt": "Copiar o URL do agente MacOS para a área de transferência",
4774 "ru": "Скопировать ссылку MacOS agent в буфер обмена",
4775 "xloc": [
4751 - "default.handlebars->27->337"
4776 + "default.handlebars->27->319"
4777 ]
4778 },
4779 {
@@ -4762,11 +4787,11 @@
4787 "pt": "Copiar endereço para a área de transferência",
4788 "ru": "Скопировать адрес в буфер обмена",
4789 "xloc": [
4765 - "default.handlebars->27->101",
4766 - "default.handlebars->27->103",
4767 - "default.handlebars->27->105",
4768 - "default.handlebars->27->90",
4769 - "default.handlebars->27->92"
4790 + "default.handlebars->27->72",
4791 + "default.handlebars->27->74",
4792 + "default.handlebars->27->83",
4793 + "default.handlebars->27->85",
4794 + "default.handlebars->27->87"
4795 ]
4796 },
4797 {
@@ -4780,7 +4805,7 @@
4805 "pt": "Copiar link para a área de transferência",
4806 "ru": "Скопировать ссылку в буфер обмена",
4807 "xloc": [
4783 - "default.handlebars->27->312"
4808 + "default.handlebars->27->294"
4809 ]
4810 },
4811 {
@@ -4794,7 +4819,7 @@
4819 "pt": "Copiar nome para a área de transferência",
4820 "ru": "Скопировать имя в буфер обмена",
4821 "xloc": [
4797 - "default.handlebars->27->97"
4822 + "default.handlebars->27->79"
4823 ]
4824 },
4825 {
@@ -4823,7 +4848,7 @@
4848 "pt": "Copiar códigos válidos para a área de transferência",
4849 "ru": "Скопировать действительные коды в буфер обмена",
4850 "xloc": [
4826 - "default.handlebars->27->137"
4851 + "default.handlebars->27->119"
4852 ]
4853 },
4854 {
@@ -4911,7 +4936,7 @@
4936 "pt": "Servidor Core",
4937 "ru": "Основной сервер",
4938 "xloc": [
4914 - "default.handlebars->27->1453"
4939 + "default.handlebars->27->1487"
4940 ]
4941 },
4942 {
@@ -4924,7 +4949,7 @@
4949 "pt": "Corso",
4950 "ru": "Kорсиканский",
4951 "xloc": [
4927 - "default.handlebars->27->776"
4952 + "default.handlebars->27->810"
4953 ]
4954 },
4955 {
@@ -4938,7 +4963,7 @@
4963 "pt": "Criar conta",
4964 "ru": "Создать учетную запись",
4965 "xloc": [
4941 - "default.handlebars->27->1268",
4966 + "default.handlebars->27->1302",
4967 "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
4968 "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
4969 ]
@@ -4965,7 +4990,7 @@
4990 "nl": "Maak een gebruikersgroep.",
4991 "ru": "Создать группу пользователей",
4992 "xloc": [
4968 - "default.handlebars->27->1291"
4993 + "default.handlebars->27->1325"
4994 ]
4995 },
4996 {
@@ -4979,7 +5004,7 @@
5004 "pt": "Crie um novo grupo de dispositivos usando as opções abaixo.",
5005 "ru": "Создайте новую группу устройств, используя параметры ниже.",
5006 "xloc": [
4982 - "default.handlebars->27->968"
5007 + "default.handlebars->27->1002"
5008 ]
5009 },
5010 {
@@ -4993,7 +5018,7 @@
5018 "pt": "Crie um novo grupo de dispositivos.",
5019 "ru": "Создать новую группу устройств.",
5020 "xloc": [
4996 - "default.handlebars->27->204"
5021 + "default.handlebars->27->186"
5022 ]
5023 },
5024 {
@@ -5007,7 +5032,7 @@
5032 "pt": "Crie várias contas ao mesmo tempo importando um arquivo JSON com o seguinte formato:",
5033 "ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
5034 "xloc": [
5010 - "default.handlebars->27->1239"
5035 + "default.handlebars->27->1273"
5036 ]
5037 },
5038 {
@@ -5036,7 +5061,7 @@
5061 "pt": "Criação",
5062 "ru": "Создано",
5063 "xloc": [
5039 - "default.handlebars->27->1345"
5064 + "default.handlebars->27->1379"
5065 ]
5066 },
5067 {
@@ -5062,7 +5087,7 @@
5087 "pt": "Cree",
5088 "ru": "Кри (Канадский язык)",
5089 "xloc": [
5065 - "default.handlebars->27->777"
5090 + "default.handlebars->27->811"
5091 ]
5092 },
5093 {
@@ -5074,7 +5099,7 @@
5099 "pt": "Croata",
5100 "ru": "Хорватский",
5101 "xloc": [
5077 - "default.handlebars->27->778"
5102 + "default.handlebars->27->812"
5103 ]
5104 },
5105 {
@@ -5160,7 +5185,7 @@
5185 "pt": "Versão Atual",
5186 "ru": "Текущая версия",
5187 "xloc": [
5163 - "default.handlebars->27->110"
5188 + "default.handlebars->27->92"
5189 ]
5190 },
5191 {
@@ -5190,7 +5215,7 @@
5215 "pt": "Tcheco",
5216 "ru": "Чешский",
5217 "xloc": [
5193 - "default.handlebars->27->779"
5218 + "default.handlebars->27->813"
5219 ]
5220 },
5221 {
@@ -5204,7 +5229,7 @@
5229 "pt": "Sufixo DNS",
5230 "ru": "DNS-суффикс",
5231 "xloc": [
5207 - "default.handlebars->27->96"
5232 + "default.handlebars->27->78"
5233 ]
5234 },
5235 {
@@ -5217,7 +5242,7 @@
5242 "pt": "Dinamarquês",
5243 "ru": "Датский",
5244 "xloc": [
5220 - "default.handlebars->27->780"
5245 + "default.handlebars->27->814"
5246 ]
5247 },
5248 {
@@ -5230,7 +5255,7 @@
5255 "pt": "DataChannel",
5256 "ru": "DataChannel",
5257 "xloc": [
5233 - "default.handlebars->27->619"
5258 + "default.handlebars->27->601"
5259 ]
5260 },
5261 {
@@ -5244,7 +5269,7 @@
5269 "pt": "Datas e Horário",
5270 "ru": "Дата & Время",
5271 "xloc": [
5247 - "default.handlebars->27->936"
5272 + "default.handlebars->27->970"
5273 ]
5274 },
5275 {
@@ -5258,7 +5283,7 @@
5283 "pt": "Dia",
5284 "ru": "День",
5285 "xloc": [
5261 - "default.handlebars->27->558"
5286 + "default.handlebars->27->540"
5287 ]
5288 },
5289 {
@@ -5271,7 +5296,7 @@
5296 "pt": "Desativar o modo de controle do cliente (CCM)",
5297 "ru": "Деактивировать режим управления клиентом (CCM)",
5298 "xloc": [
5274 - "default.handlebars->27->1056"
5299 + "default.handlebars->27->1090"
5300 ]
5301 },
5302 {
@@ -5286,7 +5311,7 @@
5311 "ru": "Глубокий сон",
5312 "xloc": [
5313 "default-mobile.handlebars->9->110",
5289 - "default.handlebars->27->356"
5314 + "default.handlebars->27->338"
5315 ]
5316 },
5317 {
@@ -5304,9 +5329,9 @@
5329 "default-mobile.handlebars->9->81",
5330 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
5331 "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
5307 - "default.handlebars->27->1192",
5308 - "default.handlebars->27->427",
5309 - "default.handlebars->27->671",
5332 + "default.handlebars->27->1226",
5333 + "default.handlebars->27->409",
5334 + "default.handlebars->27->653",
5335 "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
5336 "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
5337 "default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -5327,7 +5352,7 @@
5352 "ru": "Удалить учетную запись",
5353 "xloc": [
5354 "default-mobile.handlebars->9->43",
5330 - "default.handlebars->27->953"
5355 + "default.handlebars->27->987"
5356 ]
5357 },
5358 {
@@ -5342,7 +5367,7 @@
5367 "ru": "Удалить устройство",
5368 "xloc": [
5369 "default-mobile.handlebars->9->199",
5345 - "default.handlebars->27->517"
5370 + "default.handlebars->27->499"
5371 ]
5372 },
5373 {
@@ -5358,8 +5383,8 @@
5383 "xloc": [
5384 "default-mobile.handlebars->9->285",
5385 "default-mobile.handlebars->9->288",
5361 - "default.handlebars->27->1049",
5362 - "default.handlebars->27->1079"
5386 + "default.handlebars->27->1083",
5387 + "default.handlebars->27->1113"
5388 ]
5389 },
5390 {
@@ -5374,7 +5399,7 @@
5399 "ru": "Удалить устройство",
5400 "xloc": [
5401 "default-mobile.handlebars->9->218",
5377 - "default.handlebars->27->584"
5402 + "default.handlebars->27->566"
5403 ]
5404 },
5405 {
@@ -5388,7 +5413,7 @@
5413 "pt": "Excluir nós",
5414 "ru": "Удалить устройства",
5415 "xloc": [
5391 - "default.handlebars->27->398"
5416 + "default.handlebars->27->380"
5417 ]
5418 },
5419 {
@@ -5399,7 +5424,7 @@
5424 "nl": "Verwijder gebruiker",
5425 "ru": "Удалить пользователя",
5426 "xloc": [
5402 - "default.handlebars->27->1366"
5427 + "default.handlebars->27->1400"
5428 ]
5429 },
5430 {
@@ -5410,8 +5435,8 @@
5435 "nl": "Verwijder de gebruikersgroep",
5436 "ru": "Удалить группу пользователей",
5437 "xloc": [
5413 - "default.handlebars->27->1316",
5414 - "default.handlebars->27->1324"
5438 + "default.handlebars->27->1350",
5439 + "default.handlebars->27->1358"
5440 ]
5441 },
5442 {
@@ -5425,7 +5450,7 @@
5450 "pt": "Excluir usuário {0}",
5451 "ru": "Удалить пользователя {0}",
5452 "xloc": [
5428 - "default.handlebars->27->1380"
5453 + "default.handlebars->27->1414"
5454 ]
5455 },
5456 {
@@ -5454,13 +5479,13 @@
5479 "pt": "Excluir Dispositivos",
5480 "ru": "Удалить устройства",
5481 "xloc": [
5457 - "default.handlebars->27->393"
5482 + "default.handlebars->27->375"
5483 ]
5484 },
5485 {
5486 "en": "Delete item?",
5487 "xloc": [
5463 - "default.handlebars->27->428"
5488 + "default.handlebars->27->410"
5489 ]
5490 },
5491 {
@@ -5476,8 +5501,8 @@
5501 "xloc": [
5502 "default-mobile.handlebars->9->251",
5503 "default-mobile.handlebars->9->83",
5479 - "default.handlebars->27->1194",
5480 - "default.handlebars->27->673"
5504 + "default.handlebars->27->1228",
5505 + "default.handlebars->27->655"
5506 ]
5507 },
5508 {
@@ -5488,7 +5513,7 @@
5513 "nl": "Verwijder gebruikersgroep {0}?",
5514 "ru": "Удалить группу пользователей {0}?",
5515 "xloc": [
5491 - "default.handlebars->27->1322"
5516 + "default.handlebars->27->1356"
5517 ]
5518 },
5519 {
@@ -5504,8 +5529,8 @@
5529 "xloc": [
5530 "default-mobile.handlebars->9->250",
5531 "default-mobile.handlebars->9->82",
5507 - "default.handlebars->27->1193",
5508 - "default.handlebars->27->672"
5532 + "default.handlebars->27->1227",
5533 + "default.handlebars->27->654"
5534 ]
5535 },
5536 {
@@ -5589,17 +5614,18 @@
5614 "default-mobile.handlebars->9->277",
5615 "default-mobile.handlebars->9->290",
5616 "default-mobile.handlebars->9->60",
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",
5599 - "default.handlebars->27->615",
5600 - "default.handlebars->27->95",
5601 - "default.handlebars->27->973",
5602 - "default.handlebars->27->997",
5617 + "default.handlebars->27->1007",
5618 + "default.handlebars->27->1031",
5619 + "default.handlebars->27->1115",
5620 + "default.handlebars->27->1324",
5621 + "default.handlebars->27->1329",
5622 + "default.handlebars->27->1331",
5623 + "default.handlebars->27->1354",
5624 + "default.handlebars->27->446",
5625 + "default.handlebars->27->447",
5626 + "default.handlebars->27->597",
5627 + "default.handlebars->27->699",
5628 + "default.handlebars->27->77",
5629 "default.handlebars->container->column_l->p42->p42tbl->1->0->3"
5630 ]
5631 },
@@ -5624,8 +5650,8 @@
5650 "pt": "Área de Trabalho",
5651 "ru": "Рабочий стол",
5652 "xloc": [
5627 - "default.handlebars->27->1083",
5628 - "default.handlebars->27->433",
5653 + "default.handlebars->27->1117",
5654 + "default.handlebars->27->415",
5655 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
5656 "default.handlebars->contextMenu->cxdesktop"
5657 ]
@@ -5654,7 +5680,7 @@
5680 "pt": "Notificação na área de trabalho",
5681 "ru": "Уведомление на рабочем столе",
5682 "xloc": [
5657 - "default.handlebars->27->1007"
5683 + "default.handlebars->27->1041"
5684 ]
5685 },
5686 {
@@ -5667,7 +5693,7 @@
5693 "pt": "Prompt da área de trabalho",
5694 "ru": "Запрос рабочего стола",
5695 "xloc": [
5670 - "default.handlebars->27->1006"
5696 + "default.handlebars->27->1040"
5697 ]
5698 },
5699 {
@@ -5680,7 +5706,7 @@
5706 "pt": "Prompt da área de trabalho + barra de ferramentas",
5707 "ru": "Запрос рабочего стола + панель инструментов",
5708 "xloc": [
5683 - "default.handlebars->27->1004"
5709 + "default.handlebars->27->1038"
5710 ]
5711 },
5712 {
@@ -5693,7 +5719,7 @@
5719 "pt": "Barra de ferramentas da área de trabalho",
5720 "ru": "Панель инструментов рабочего стола",
5721 "xloc": [
5696 - "default.handlebars->27->1005"
5722 + "default.handlebars->27->1039"
5723 ]
5724 },
5725 {
@@ -5762,7 +5788,7 @@
5788 "ru": "Управление устройством",
5789 "xloc": [
5790 "default-mobile.handlebars->9->211",
5765 - "default.handlebars->27->557"
5791 + "default.handlebars->27->539"
5792 ]
5793 },
5794 {
@@ -5773,11 +5799,11 @@
5799 "nl": "Apparaat Groep",
5800 "ru": "Группа устройства",
5801 "xloc": [
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"
5802 + "default.handlebars->27->1134",
5803 + "default.handlebars->27->1136",
5804 + "default.handlebars->27->1348",
5805 + "default.handlebars->27->1422",
5806 + "default.handlebars->27->1428"
5807 ]
5808 },
5809 {
@@ -5792,7 +5818,7 @@
5818 "ru": "Пользователь группы устройств",
5819 "xloc": [
5820 "default-mobile.handlebars->9->331",
5795 - "default.handlebars->27->1150"
5821 + "default.handlebars->27->1184"
5822 ]
5823 },
5824 {
@@ -5807,10 +5833,10 @@
5833 "ru": "Группы устройств",
5834 "xloc": [
5835 "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
5810 - "default.handlebars->27->1286",
5811 - "default.handlebars->27->1299",
5812 - "default.handlebars->27->1354",
5813 - "default.handlebars->27->1427",
5836 + "default.handlebars->27->1320",
5837 + "default.handlebars->27->1333",
5838 + "default.handlebars->27->1388",
5839 + "default.handlebars->27->1461",
5840 "default.handlebars->container->column_l->p2->9"
5841 ]
5842 },
@@ -5818,7 +5844,7 @@
5844 "en": "Device Information Export",
5845 "nl": "Apparaat informatie export",
5846 "xloc": [
5821 - "default.handlebars->27->404"
5847 + "default.handlebars->27->386"
5848 ]
5849 },
5850 {
@@ -5832,7 +5858,7 @@
5858 "pt": "Localização do dispositivo",
5859 "ru": "Местонахождение устройства",
5860 "xloc": [
5835 - "default.handlebars->27->585"
5861 + "default.handlebars->27->567"
5862 ]
5863 },
5864 {
@@ -5847,8 +5873,8 @@
5873 "ru": "Имя устройства",
5874 "xloc": [
5875 "default-mobile.handlebars->9->222",
5850 - "default.handlebars->27->238",
5851 - "default.handlebars->27->613",
5876 + "default.handlebars->27->220",
5877 + "default.handlebars->27->595",
5878 "player.handlebars->3->9"
5879 ]
5880 },
@@ -5863,7 +5889,7 @@
5889 "pt": "Notificação de dispositivo",
5890 "ru": "Уведомление устройства",
5891 "xloc": [
5866 - "default.handlebars->27->548"
5892 + "default.handlebars->27->530"
5893 ]
5894 },
5895 {
@@ -5890,8 +5916,8 @@
5916 "pt": "Conexões de dispositivos.",
5917 "ru": "Подключения устройств.",
5918 "xloc": [
5893 - "default.handlebars->27->1154",
5894 - "default.handlebars->27->941"
5919 + "default.handlebars->27->1188",
5920 + "default.handlebars->27->975"
5921 ]
5922 },
5923 {
@@ -5905,8 +5931,8 @@
5931 "pt": "Desconexões de dispositivos.",
5932 "ru": "Отключения устройств.",
5933 "xloc": [
5908 - "default.handlebars->27->1155",
5909 - "default.handlebars->27->942"
5934 + "default.handlebars->27->1189",
5935 + "default.handlebars->27->976"
5936 ]
5937 },
5938 {
@@ -5920,7 +5946,7 @@
5946 "pt": "As notas do grupo de dispositivos podem ser visualizadas e alteradas por outros administradores do grupo de dispositivos.",
5947 "ru": "Примечания могут быть просмотрены и изменены другими администраторами.",
5948 "xloc": [
5923 - "default.handlebars->27->546"
5949 + "default.handlebars->27->528"
5950 ]
5951 },
5952 {
@@ -5934,7 +5960,7 @@
5960 "pt": "O dispositivo foi detectado, mas não foi possível obter o estado de energia.",
5961 "ru": "Устройство обнаружено, но состояние питания не может быть получено.",
5962 "xloc": [
5937 - "default.handlebars->27->361"
5963 + "default.handlebars->27->343"
5964 ]
5965 },
5966 {
@@ -5949,7 +5975,7 @@
5975 "ru": "Устройство находится в режиме гибернации (S4)",
5976 "xloc": [
5977 "default-mobile.handlebars->9->118",
5952 - "default.handlebars->27->367"
5978 + "default.handlebars->27->349"
5979 ]
5980 },
5981 {
@@ -5964,7 +5990,7 @@
5990 "ru": "Устройство находится в состоянии глубокого сна (S3)",
5991 "xloc": [
5992 "default-mobile.handlebars->9->117",
5967 - "default.handlebars->27->366"
5993 + "default.handlebars->27->348"
5994 ]
5995 },
5996 {
@@ -5978,7 +6004,7 @@
6004 "pt": "O dispositivo está no estado de suspensão profunda (S3).",
6005 "ru": "Устройство находится в состоянии глубокого сна (S3).",
6006 "xloc": [
5981 - "default.handlebars->27->355"
6007 + "default.handlebars->27->337"
6008 ]
6009 },
6010 {
@@ -5992,7 +6018,7 @@
6018 "pt": "O dispositivo está no estado de hibernação (S4).",
6019 "ru": "Устройство находится в режиме гибернации (S4).",
6020 "xloc": [
5995 - "default.handlebars->27->357"
6021 + "default.handlebars->27->339"
6022 ]
6023 },
6024 {
@@ -6006,7 +6032,7 @@
6032 "pt": "O dispositivo está no estado desligado (S5).",
6033 "ru": "Устройство находится в выключенном состоянии (S5).",
6034 "xloc": [
6009 - "default.handlebars->27->359"
6035 + "default.handlebars->27->341"
6036 ]
6037 },
6038 {
@@ -6021,7 +6047,7 @@
6047 "ru": "Устройство находится в спящем режиме (S1)",
6048 "xloc": [
6049 "default-mobile.handlebars->9->115",
6024 - "default.handlebars->27->364"
6050 + "default.handlebars->27->346"
6051 ]
6052 },
6053 {
@@ -6035,7 +6061,7 @@
6061 "pt": "O dispositivo está no estado de suspensão (S1).",
6062 "ru": "Устройство находится в спящем режиме (S1).",
6063 "xloc": [
6038 - "default.handlebars->27->351"
6064 + "default.handlebars->27->333"
6065 ]
6066 },
6067 {
@@ -6050,7 +6076,7 @@
6076 "ru": "Устройство находится в спящем режиме (S2)",
6077 "xloc": [
6078 "default-mobile.handlebars->9->116",
6053 - "default.handlebars->27->365"
6079 + "default.handlebars->27->347"
6080 ]
6081 },
6082 {
@@ -6064,7 +6090,7 @@
6090 "pt": "O dispositivo está no estado de suspensão (S2).",
6091 "ru": "Устройство находится в спящем режиме (S2).",
6092 "xloc": [
6067 - "default.handlebars->27->353"
6093 + "default.handlebars->27->335"
6094 ]
6095 },
6096 {
@@ -6078,7 +6104,7 @@
6104 "ru": "Устройство находится в выключенном состоянии (S5)",
6105 "xloc": [
6106 "default-mobile.handlebars->9->119",
6081 - "default.handlebars->27->368"
6107 + "default.handlebars->27->350"
6108 ]
6109 },
6110 {
@@ -6093,7 +6119,7 @@
6119 "ru": "Устройство включено",
6120 "xloc": [
6121 "default-mobile.handlebars->9->114",
6096 - "default.handlebars->27->363"
6122 + "default.handlebars->27->345"
6123 ]
6124 },
6125 {
@@ -6107,7 +6133,7 @@
6133 "pt": "O dispositivo está ligado.",
6134 "ru": "Устройство включено.",
6135 "xloc": [
6110 - "default.handlebars->27->349"
6136 + "default.handlebars->27->331"
6137 ]
6138 },
6139 {
@@ -6122,7 +6148,7 @@
6148 "ru": "Устройство присутствует, но состояние питания не может быть определено",
6149 "xloc": [
6150 "default-mobile.handlebars->9->120",
6125 - "default.handlebars->27->369"
6151 + "default.handlebars->27->351"
6152 ]
6153 },
6154 {
@@ -6136,7 +6162,7 @@
6162 "pt": "Nome do dispositivo",
6163 "ru": "Имя устройства",
6164 "xloc": [
6139 - "default.handlebars->27->445"
6165 + "default.handlebars->27->427"
6166 ]
6167 },
6168 {
@@ -6149,7 +6175,7 @@
6175 "pt": "DeviceCheckbox",
6176 "ru": "DeviceCheckbox",
6177 "xloc": [
6152 - "default.handlebars->27->395"
6178 + "default.handlebars->27->377"
6179 ]
6180 },
6181 {
@@ -6163,7 +6189,7 @@
6189 "pt": "Desativado",
6190 "ru": "Отключено",
6191 "xloc": [
6166 - "default.handlebars->27->491"
6192 + "default.handlebars->27->473"
6193 ]
6194 },
6195 {
@@ -6179,8 +6205,8 @@
6205 "xloc": [
6206 "default-mobile.handlebars->9->237",
6207 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
6182 - "default.handlebars->27->1017",
6183 - "default.handlebars->27->662",
6208 + "default.handlebars->27->1051",
6209 + "default.handlebars->27->644",
6210 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
6211 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
6212 "xterm.handlebars->p11->deskarea0->deskarea1->3"
@@ -6214,10 +6240,10 @@
6240 "default-mobile.handlebars->9->1",
6241 "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
6242 "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
6217 - "default.handlebars->27->193",
6218 - "default.handlebars->27->210",
6219 - "default.handlebars->27->213",
6220 - "default.handlebars->27->219",
6243 + "default.handlebars->27->175",
6244 + "default.handlebars->27->192",
6245 + "default.handlebars->27->195",
6246 + "default.handlebars->27->201",
6247 "default.handlebars->27->8",
6248 "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->deskstatus",
6249 "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
@@ -6247,7 +6273,7 @@
6273 "nl": "Toon apparaatgroepsnaam",
6274 "ru": "Отобразить имя группы устройств",
6275 "xloc": [
6250 - "default.handlebars->27->940"
6276 + "default.handlebars->27->974"
6277 ]
6278 },
6279 {
@@ -6261,7 +6287,7 @@
6287 "pt": "Mostrar nome",
6288 "ru": "Отображаемое имя",
6289 "xloc": [
6264 - "default.handlebars->27->633"
6290 + "default.handlebars->27->615"
6291 ]
6292 },
6293 {
@@ -6275,7 +6301,7 @@
6301 "pt": "Fazer nada",
6302 "ru": "Ничего не делать",
6303 "xloc": [
6278 - "default.handlebars->27->1062"
6304 + "default.handlebars->27->1096"
6305 ]
6306 },
6307 {
@@ -6304,8 +6330,8 @@
6330 "pt": "Não configure",
6331 "ru": "Не настраивать",
6332 "xloc": [
6307 - "default.handlebars->27->1066",
6308 - "default.handlebars->27->1071"
6333 + "default.handlebars->27->1100",
6334 + "default.handlebars->27->1105"
6335 ]
6336 },
6337 {
@@ -6319,7 +6345,7 @@
6345 "pt": "Não conecte ao servidor",
6346 "ru": "Не подключаться к серверу",
6347 "xloc": [
6322 - "default.handlebars->27->1067"
6348 + "default.handlebars->27->1101"
6349 ]
6350 },
6351 {
@@ -6364,7 +6390,7 @@
6390 "ru": "Скачать файл",
6391 "xloc": [
6392 "default-mobile.handlebars->9->270",
6367 - "default.handlebars->27->691"
6393 + "default.handlebars->27->673"
6394 ]
6395 },
6396 {
@@ -6377,7 +6403,7 @@
6403 "pt": "Faça o download do MeshCentral Router, uma ferramenta de mapeamento de portas TCP.",
6404 "ru": "Скачать MeshCentral Router, инструмент сопоставления TCP портов.",
6405 "xloc": [
6380 - "default.handlebars->27->208"
6406 + "default.handlebars->27->190"
6407 ]
6408 },
6409 {
@@ -6391,7 +6417,7 @@
6417 "pt": "Baixar MeshCmd",
6418 "ru": "Скачать MeshCmd",
6419 "xloc": [
6394 - "default.handlebars->27->604"
6420 + "default.handlebars->27->586"
6421 ]
6422 },
6423 {
@@ -6404,7 +6430,7 @@
6430 "pt": "Faça o download do MeshCmd, uma ferramenta de linha de comando que executa muitas funções.",
6431 "ru": "Скачать MeshCmd, инструмент командной строки, выполняющий множество функций.",
6432 "xloc": [
6407 - "default.handlebars->27->206"
6433 + "default.handlebars->27->188"
6434 ]
6435 },
6436 {
@@ -6426,7 +6452,7 @@
6452 "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.",
6453 "ru": "Скачайте \\\"meshcmd\\\" с файлом команд для маршрутизации трафика к этому устройству через сервер. Не забудьте указать пароль от своей учетной записи в meshaction.txt и сделать другие правки при необходимости.",
6454 "xloc": [
6429 - "default.handlebars->27->597"
6455 + "default.handlebars->27->579"
6456 ]
6457 },
6458 {
@@ -6468,7 +6494,7 @@
6494 "pt": "Baixar log de erro",
6495 "ru": "Скачать журнал ошибок",
6496 "xloc": [
6471 - "default.handlebars->27->118"
6497 + "default.handlebars->27->100"
6498 ]
6499 },
6500 {
@@ -6482,7 +6508,7 @@
6508 "pt": "Download de eventos de energia",
6509 "ru": "Скачать события состояния питания",
6510 "xloc": [
6485 - "default.handlebars->27->559"
6511 + "default.handlebars->27->541"
6512 ]
6513 },
6514 {
@@ -6517,7 +6543,7 @@
6543 "en": "Download the list of devices with one of the file formats below.",
6544 "nl": "Download de lijst met apparaten in een van de onderstaande bestandsindelingen.",
6545 "xloc": [
6520 - "default.handlebars->27->399"
6546 + "default.handlebars->27->381"
6547 ]
6548 },
6549 {
@@ -6531,7 +6557,7 @@
6557 "pt": "Faça o download da lista de eventos com um dos formatos de arquivo abaixo.",
6558 "ru": "Скачать список событий в одном из форматов ниже.",
6559 "xloc": [
6534 - "default.handlebars->27->1208"
6560 + "default.handlebars->27->1242"
6561 ]
6562 },
6563 {
@@ -6545,7 +6571,7 @@
6571 "pt": "Baixe a lista de usuários com um dos formatos de arquivo abaixo.",
6572 "ru": "Скачать список пользователей в одном из форматов ниже.",
6573 "xloc": [
6548 - "default.handlebars->27->1247"
6574 + "default.handlebars->27->1281"
6575 ]
6576 },
6577 {
@@ -6613,7 +6639,7 @@
6639 "nl": "Duplicaat Agent",
6640 "ru": "Скопировать агент",
6641 "xloc": [
6616 - "default.handlebars->27->1423"
6642 + "default.handlebars->27->1457"
6643 ]
6644 },
6645 {
@@ -6635,7 +6661,7 @@
6661 "nl": "Dupliceer Gebruikers Groep",
6662 "ru": "Скопировать группу пользователей",
6663 "xloc": [
6638 - "default.handlebars->27->1292"
6664 + "default.handlebars->27->1326"
6665 ]
6666 },
6667 {
@@ -6663,7 +6689,7 @@
6689 "pt": "Durante a ativação, o agente terá acesso às informações da senha do administrador.",
6690 "ru": "Во время активации агент будет иметь доступ к паролю администратора.",
6691 "xloc": [
6666 - "default.handlebars->27->1076"
6692 + "default.handlebars->27->1110"
6693 ]
6694 },
6695 {
@@ -6676,7 +6702,7 @@
6702 "pt": "Holandês (belga)",
6703 "ru": "Голландский (Бельгийский)",
6704 "xloc": [
6679 - "default.handlebars->27->782"
6705 + "default.handlebars->27->816"
6706 ]
6707 },
6708 {
@@ -6689,7 +6715,7 @@
6715 "pt": "Holandês (padrão)",
6716 "ru": "Голландский (Стандартный)",
6717 "xloc": [
6692 - "default.handlebars->27->781"
6718 + "default.handlebars->27->815"
6719 ]
6720 },
6721 {
@@ -6703,7 +6729,7 @@
6729 "pt": "ERRO:",
6730 "ru": "ОШИБКА:",
6731 "xloc": [
6706 - "default.handlebars->27->153"
6732 + "default.handlebars->27->135"
6733 ]
6734 },
6735 {
@@ -6717,7 +6743,7 @@
6743 "pt": "ERRO: Não foi possível adicionar a chave.",
6744 "ru": "ОШИБКА: Невозможно добавить ключ.",
6745 "xloc": [
6720 - "default.handlebars->27->149"
6746 + "default.handlebars->27->131"
6747 ]
6748 },
6749 {
@@ -6761,7 +6787,7 @@
6787 "ru": "Редактировать устройство",
6788 "xloc": [
6789 "default-mobile.handlebars->9->227",
6764 - "default.handlebars->27->618"
6790 + "default.handlebars->27->600"
6791 ]
6792 },
6793 {
@@ -6778,9 +6804,9 @@
6804 "default-mobile.handlebars->9->291",
6805 "default-mobile.handlebars->9->293",
6806 "default-mobile.handlebars->9->311",
6781 - "default.handlebars->27->1082",
6782 - "default.handlebars->27->1106",
6783 - "default.handlebars->27->1129"
6807 + "default.handlebars->27->1116",
6808 + "default.handlebars->27->1140",
6809 + "default.handlebars->27->1163"
6810 ]
6811 },
6812 {
@@ -6794,7 +6820,7 @@
6820 "pt": "Editar recursos do grupo de dispositivos",
6821 "ru": "Редактировать функции группы устройств",
6822 "xloc": [
6797 - "default.handlebars->27->1096"
6823 + "default.handlebars->27->1130"
6824 ]
6825 },
6826 {
@@ -6805,7 +6831,7 @@
6831 "nl": "Bewerk apparaatgroep rechten",
6832 "ru": "Редактировать права группы устройств",
6833 "xloc": [
6808 - "default.handlebars->27->1126"
6834 + "default.handlebars->27->1160"
6835 ]
6836 },
6837 {
@@ -6818,7 +6844,7 @@
6844 "pt": "Editar consentimento do usuário do grupo de dispositivos",
6845 "ru": "Редактировать согласие пользователя группы устройств",
6846 "xloc": [
6821 - "default.handlebars->27->1093"
6847 + "default.handlebars->27->1127"
6848 ]
6849 },
6850 {
@@ -6833,7 +6859,7 @@
6859 "ru": "Редактировать примечания устройства",
6860 "xloc": [
6861 "default-mobile.handlebars->9->305",
6836 - "default.handlebars->27->1118"
6862 + "default.handlebars->27->1152"
6863 ]
6864 },
6865 {
@@ -6847,9 +6873,9 @@
6873 "ru": "Редактировать учетные данные Intel&reg; AMT",
6874 "xloc": [
6875 "default-mobile.handlebars->9->217",
6850 - "default.handlebars->27->479",
6851 - "default.handlebars->27->482",
6852 - "default.handlebars->27->566"
6876 + "default.handlebars->27->461",
6877 + "default.handlebars->27->464",
6878 + "default.handlebars->27->548"
6879 ]
6880 },
6881 {
@@ -6864,7 +6890,7 @@
6890 "ru": "Редактировать примечания",
6891 "xloc": [
6892 "default-mobile.handlebars->9->318",
6867 - "default.handlebars->27->1136"
6893 + "default.handlebars->27->1170"
6894 ]
6895 },
6896 {
@@ -6877,7 +6903,7 @@
6903 "pt": "Editar permissões do grupo de dispositivos do usuário",
6904 "ru": "Редактировать права пользователя для группы устройств",
6905 "xloc": [
6880 - "default.handlebars->27->1127"
6906 + "default.handlebars->27->1161"
6907 ]
6908 },
6909 {
@@ -6888,7 +6914,7 @@
6914 "nl": "Bewerk de gebruikersgroep",
6915 "ru": "Редактировать группу пользователей",
6916 "xloc": [
6891 - "default.handlebars->27->1321"
6917 + "default.handlebars->27->1355"
6918 ]
6919 },
6920 {
@@ -6915,11 +6941,11 @@
6941 "ru": "Email",
6942 "xloc": [
6943 "default-mobile.handlebars->9->37",
6918 - "default.handlebars->27->1259",
6919 - "default.handlebars->27->1341",
6920 - "default.handlebars->27->1342",
6921 - "default.handlebars->27->1370",
6922 - "default.handlebars->27->283"
6944 + "default.handlebars->27->1293",
6945 + "default.handlebars->27->1375",
6946 + "default.handlebars->27->1376",
6947 + "default.handlebars->27->1404",
6948 + "default.handlebars->27->265"
6949 ]
6950 },
6951 {
@@ -6934,7 +6960,7 @@
6960 "ru": "Изменение адреса email",
6961 "xloc": [
6962 "default-mobile.handlebars->9->38",
6937 - "default.handlebars->27->949"
6963 + "default.handlebars->27->983"
6964 ]
6965 },
6966 {
@@ -6949,7 +6975,7 @@
6975 "ru": "Подтверждение email",
6976 "xloc": [
6977 "default-mobile.handlebars->9->36",
6952 - "default.handlebars->27->947"
6978 + "default.handlebars->27->981"
6979 ]
6980 },
6981 {
@@ -6963,7 +6989,7 @@
6989 "pt": "O email foi verificado",
6990 "ru": "Email подтвержден",
6991 "xloc": [
6966 - "default.handlebars->27->1338"
6992 + "default.handlebars->27->1372"
6993 ]
6994 },
6995 {
@@ -6977,7 +7003,7 @@
7003 "pt": "O email foi verificado.",
7004 "ru": "Email подтвержден.",
7005 "xloc": [
6980 - "default.handlebars->27->1265"
7006 + "default.handlebars->27->1299"
7007 ]
7008 },
7009 {
@@ -6991,7 +7017,7 @@
7017 "pt": "Email não verificado",
7018 "ru": "Email не подтвержден",
7019 "xloc": [
6994 - "default.handlebars->27->1339"
7020 + "default.handlebars->27->1373"
7021 ]
7022 },
7023 {
@@ -7065,7 +7091,7 @@
7091 "pt": "Inglês",
7092 "ru": "Английский",
7093 "xloc": [
7068 - "default.handlebars->27->783"
7094 + "default.handlebars->27->817"
7095 ]
7096 },
7097 {
@@ -7078,7 +7104,7 @@
7104 "pt": "Inglês (Austrália)",
7105 "ru": "Английский (Австралия)",
7106 "xloc": [
7081 - "default.handlebars->27->784"
7107 + "default.handlebars->27->818"
7108 ]
7109 },
7110 {
@@ -7091,7 +7117,7 @@
7117 "pt": "Inglês (Belize)",
7118 "ru": "Английский (Белиз)",
7119 "xloc": [
7094 - "default.handlebars->27->785"
7120 + "default.handlebars->27->819"
7121 ]
7122 },
7123 {
@@ -7104,7 +7130,7 @@
7130 "pt": "Inglês (Canadá)",
7131 "ru": "Английский (Канада)",
7132 "xloc": [
7107 - "default.handlebars->27->786"
7133 + "default.handlebars->27->820"
7134 ]
7135 },
7136 {
@@ -7117,7 +7143,7 @@
7143 "pt": "Inglês (Irlanda)",
7144 "ru": "Английский (Ирландия)",
7145 "xloc": [
7120 - "default.handlebars->27->787"
7146 + "default.handlebars->27->821"
7147 ]
7148 },
7149 {
@@ -7130,7 +7156,7 @@
7156 "pt": "Inglês (Jamaica)",
7157 "ru": "Английский (Ямайка)",
7158 "xloc": [
7133 - "default.handlebars->27->788"
7159 + "default.handlebars->27->822"
7160 ]
7161 },
7162 {
@@ -7143,7 +7169,7 @@
7169 "pt": "Inglês (Nova Zelândia)",
7170 "ru": "Английский (Новая Зеландия)",
7171 "xloc": [
7146 - "default.handlebars->27->789"
7172 + "default.handlebars->27->823"
7173 ]
7174 },
7175 {
@@ -7156,7 +7182,7 @@
7182 "pt": "Inglês (Filipinas)",
7183 "ru": "Английский (Филиппины)",
7184 "xloc": [
7159 - "default.handlebars->27->790"
7185 + "default.handlebars->27->824"
7186 ]
7187 },
7188 {
@@ -7169,7 +7195,7 @@
7195 "pt": "Inglês (África do Sul)",
7196 "ru": "Английский (Южная Африка)",
7197 "xloc": [
7172 - "default.handlebars->27->791"
7198 + "default.handlebars->27->825"
7199 ]
7200 },
7201 {
@@ -7181,7 +7207,7 @@
7207 "pt": "Inglês (Trinidad Tobago)",
7208 "ru": "Английский (Тринидад и Тобаго)",
7209 "xloc": [
7184 - "default.handlebars->27->792"
7210 + "default.handlebars->27->826"
7211 ]
7212 },
7213 {
@@ -7194,7 +7220,7 @@
7220 "pt": "Inglês (Reino Unido)",
7221 "ru": "Английский (Великобритания)",
7222 "xloc": [
7197 - "default.handlebars->27->793"
7223 + "default.handlebars->27->827"
7224 ]
7225 },
7226 {
@@ -7207,7 +7233,7 @@
7233 "pt": "Inglês (Estados Unidos)",
7234 "ru": "Английский (Соединенные Штаты)",
7235 "xloc": [
7210 - "default.handlebars->27->794"
7236 + "default.handlebars->27->828"
7237 ]
7238 },
7239 {
@@ -7220,7 +7246,7 @@
7246 "pt": "Inglês (Zimbábue)",
7247 "ru": "Английский (Зимбабве)",
7248 "xloc": [
7223 - "default.handlebars->27->795"
7249 + "default.handlebars->27->829"
7250 ]
7251 },
7252 {
@@ -7233,8 +7259,8 @@
7259 "pt": "Entrar",
7260 "ru": "Ввод",
7261 "xloc": [
7236 - "default.handlebars->27->975",
7237 - "default.handlebars->27->976"
7262 + "default.handlebars->27->1009",
7263 + "default.handlebars->27->1010"
7264 ]
7265 },
7266 {
@@ -7248,7 +7274,7 @@
7274 "pt": "Insira uma lista separada por vírgulas de nomes de regiões administrativas.",
7275 "ru": "Введите разделенный запятыми список имен административных областей.",
7276 "xloc": [
7251 - "default.handlebars->27->1269"
7277 + "default.handlebars->27->1303"
7278 ]
7279 },
7280 {
@@ -7262,7 +7288,7 @@
7288 "pt": "Digite um intervalo de endereços IP para procurar dispositivos Intel AMT.",
7289 "ru": "Введите диапазон IP-адресов для сканирования Intel AMT устройств.",
7290 "xloc": [
7265 - "default.handlebars->27->253"
7291 + "default.handlebars->27->235"
7292 ]
7293 },
7294 {
@@ -7276,7 +7302,7 @@
7302 "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.",
7303 "ru": "Для удаленного набора введите текст, используя английскую раскладку и нажмите OK. Перед продолжением убедитесь, что курсор на удаленном компьютере установлен в правильное положение.",
7304 "xloc": [
7279 - "default.handlebars->27->628"
7305 + "default.handlebars->27->610"
7306 ]
7307 },
7308 {
@@ -7305,7 +7331,7 @@
7331 "pt": "Digite o token aqui para o login em duas etapas:",
7332 "ru": "Для двухэтапного входа введите токен здесь:",
7333 "xloc": [
7308 - "default.handlebars->27->121"
7334 + "default.handlebars->27->103"
7335 ]
7336 },
7337 {
@@ -7319,7 +7345,7 @@
7345 "pt": "Erro, não foi possível adicionar a chave.",
7346 "ru": "Ошибка, Невозможно добавить код.",
7347 "xloc": [
7322 - "default.handlebars->27->147"
7348 + "default.handlebars->27->129"
7349 ]
7350 },
7351 {
@@ -7345,7 +7371,7 @@
7371 "pt": "Esperanto",
7372 "ru": "Эсперанто",
7373 "xloc": [
7348 - "default.handlebars->27->796"
7374 + "default.handlebars->27->830"
7375 ]
7376 },
7377 {
@@ -7358,7 +7384,7 @@
7384 "pt": "Estoniano",
7385 "ru": "Эстонский",
7386 "xloc": [
7361 - "default.handlebars->27->797"
7387 + "default.handlebars->27->831"
7388 ]
7389 },
7390 {
@@ -7372,7 +7398,7 @@
7398 "pt": "Detalhes do evento",
7399 "ru": "Детали события",
7400 "xloc": [
7375 - "default.handlebars->27->704"
7401 + "default.handlebars->27->686"
7402 ]
7403 },
7404 {
@@ -7386,7 +7412,7 @@
7412 "pt": "Exportação da lista de eventos",
7413 "ru": "Экспорт списка событий",
7414 "xloc": [
7389 - "default.handlebars->27->1213"
7415 + "default.handlebars->27->1247"
7416 ]
7417 },
7418 {
@@ -7438,7 +7464,7 @@
7464 "en": "Export device information",
7465 "nl": "Exporteer apparaat informatie",
7466 "xloc": [
7441 - "default.handlebars->27->391"
7467 + "default.handlebars->27->373"
7468 ]
7469 },
7470 {
@@ -7452,7 +7478,7 @@
7478 "pt": "ASCII estendido",
7479 "ru": "Расширенный ASCII",
7480 "xloc": [
7455 - "default.handlebars->27->653"
7481 + "default.handlebars->27->635"
7482 ]
7483 },
7484 {
@@ -7477,7 +7503,7 @@
7503 "nl": "Extern",
7504 "ru": "Внешний",
7505 "xloc": [
7480 - "default.handlebars->27->1447"
7506 + "default.handlebars->27->1481"
7507 ]
7508 },
7509 {
@@ -7490,7 +7516,7 @@
7516 "pt": "FYRO Macedonian",
7517 "ru": "Mакедонский (БЮР)",
7518 "xloc": [
7493 - "default.handlebars->27->847"
7519 + "default.handlebars->27->881"
7520 ]
7521 },
7522 {
@@ -7503,7 +7529,7 @@
7529 "pt": "O servidor remoto retornou um erro: (429) Too Many Requests.",
7530 "ru": "Фарерский",
7531 "xloc": [
7506 - "default.handlebars->27->798"
7532 + "default.handlebars->27->832"
7533 ]
7534 },
7535 {
@@ -7517,7 +7543,7 @@
7543 "pt": "Falhou",
7544 "ru": "Не удалось",
7545 "xloc": [
7520 - "default.handlebars->27->85"
7546 + "default.handlebars->27->67"
7547 ]
7548 },
7549 {
@@ -7530,7 +7556,7 @@
7556 "pt": "Persa (persa)",
7557 "ru": "Фарси (Персидский)",
7558 "xloc": [
7533 - "default.handlebars->27->799"
7559 + "default.handlebars->27->833"
7560 ]
7561 },
7562 {
@@ -7559,7 +7585,7 @@
7585 "pt": "Recursos",
7586 "ru": "Функции",
7587 "xloc": [
7562 - "default.handlebars->27->1003"
7588 + "default.handlebars->27->1037"
7589 ]
7590 },
7591 {
@@ -7572,7 +7598,7 @@
7598 "pt": "Fijiano",
7599 "ru": "Фиджи",
7600 "xloc": [
7575 - "default.handlebars->27->800"
7601 + "default.handlebars->27->834"
7602 ]
7603 },
7604 {
@@ -7587,8 +7613,8 @@
7613 "ru": "Редактор файлов",
7614 "xloc": [
7615 "default-mobile.handlebars->9->254",
7590 - "default.handlebars->27->425",
7591 - "default.handlebars->27->676"
7616 + "default.handlebars->27->407",
7617 + "default.handlebars->27->658"
7618 ]
7619 },
7620 {
@@ -7615,7 +7641,7 @@
7641 "pt": "Driver do sistema de arquivos",
7642 "ru": "Драйвер файловой системы",
7643 "xloc": [
7618 - "default.handlebars->27->636"
7644 + "default.handlebars->27->618"
7645 ]
7646 },
7647 {
@@ -7629,7 +7655,7 @@
7655 "pt": "Arquivos",
7656 "ru": "Файлы",
7657 "xloc": [
7632 - "default.handlebars->27->1090",
7658 + "default.handlebars->27->1124",
7659 "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
7660 "default.handlebars->contextMenu->cxfiles"
7661 ]
@@ -7659,7 +7685,7 @@
7685 "pt": "Notificação arquivos",
7686 "ru": "Уведомление файлов",
7687 "xloc": [
7662 - "default.handlebars->27->1011"
7688 + "default.handlebars->27->1045"
7689 ]
7690 },
7691 {
@@ -7672,7 +7698,7 @@
7698 "pt": "Arquivos do prompt",
7699 "ru": "Запрос файлов",
7700 "xloc": [
7675 - "default.handlebars->27->1010"
7701 + "default.handlebars->27->1044"
7702 ]
7703 },
7704 {
@@ -7701,7 +7727,7 @@
7727 "pt": "Finlandês",
7728 "ru": "Финский",
7729 "xloc": [
7704 - "default.handlebars->27->801"
7730 + "default.handlebars->27->835"
7731 ]
7732 },
7733 {
@@ -7761,8 +7787,8 @@
7787 "pt": "Forçar redefinição de senha no próximo login.",
7788 "ru": "Принудительно сбросить пароль при следующем входе в систему.",
7789 "xloc": [
7764 - "default.handlebars->27->1263",
7765 - "default.handlebars->27->1377"
7790 + "default.handlebars->27->1297",
7791 + "default.handlebars->27->1411"
7792 ]
7793 },
7794 {
@@ -7832,8 +7858,8 @@
7858 "pt": "Livre",
7859 "ru": "Свободно",
7860 "xloc": [
7835 - "default.handlebars->27->1408",
7836 - "default.handlebars->27->1410"
7861 + "default.handlebars->27->1442",
7862 + "default.handlebars->27->1444"
7863 ]
7864 },
7865 {
@@ -7861,7 +7887,7 @@
7887 "pt": "Francês (Bélgica)",
7888 "ru": "Французский (Бельгия)",
7889 "xloc": [
7864 - "default.handlebars->27->803"
7890 + "default.handlebars->27->837"
7891 ]
7892 },
7893 {
@@ -7874,7 +7900,7 @@
7900 "pt": "Francês (Canadá)",
7901 "ru": "Французский (Канада)",
7902 "xloc": [
7877 - "default.handlebars->27->804"
7903 + "default.handlebars->27->838"
7904 ]
7905 },
7906 {
@@ -7887,7 +7913,7 @@
7913 "pt": "Francês (França)",
7914 "ru": "Французский (Франция)",
7915 "xloc": [
7890 - "default.handlebars->27->805"
7916 + "default.handlebars->27->839"
7917 ]
7918 },
7919 {
@@ -7900,7 +7926,7 @@
7926 "pt": "Francês (Luxemburgo)",
7927 "ru": "Французский (Люксембург)",
7928 "xloc": [
7903 - "default.handlebars->27->806"
7929 + "default.handlebars->27->840"
7930 ]
7931 },
7932 {
@@ -7913,7 +7939,7 @@
7939 "pt": "Francês (Mônaco)",
7940 "ru": "Французский (Монако)",
7941 "xloc": [
7916 - "default.handlebars->27->807"
7942 + "default.handlebars->27->841"
7943 ]
7944 },
7945 {
@@ -7926,7 +7952,7 @@
7952 "pt": "Francês (Padrão)",
7953 "ru": "Французский (Стандартный)",
7954 "xloc": [
7929 - "default.handlebars->27->802"
7955 + "default.handlebars->27->836"
7956 ]
7957 },
7958 {
@@ -7939,7 +7965,7 @@
7965 "pt": "Francês (Suíça)",
7966 "ru": "Французский (Швейцария)",
7967 "xloc": [
7942 - "default.handlebars->27->808"
7968 + "default.handlebars->27->842"
7969 ]
7970 },
7971 {
@@ -7952,7 +7978,7 @@
7978 "pt": "Frísio",
7979 "ru": "Фризский",
7980 "xloc": [
7955 - "default.handlebars->27->809"
7981 + "default.handlebars->27->843"
7982 ]
7983 },
7984 {
@@ -7965,7 +7991,7 @@
7991 "pt": "Friuliano",
7992 "ru": "Фриульский",
7993 "xloc": [
7968 - "default.handlebars->27->810"
7994 + "default.handlebars->27->844"
7995 ]
7996 },
7997 {
@@ -7983,9 +8009,9 @@
8009 "default-mobile.handlebars->9->292",
8010 "default-mobile.handlebars->9->310",
8011 "default-mobile.handlebars->9->64",
7986 - "default.handlebars->27->1105",
7987 - "default.handlebars->27->1274",
7988 - "default.handlebars->27->982"
8012 + "default.handlebars->27->1016",
8013 + "default.handlebars->27->1139",
8014 + "default.handlebars->27->1308"
8015 ]
8016 },
8017 {
@@ -7999,7 +8025,7 @@
8025 "pt": "Administrador Pleno (todos os direitos)",
8026 "ru": "Администратор с полным доступом (все права)",
8027 "xloc": [
8002 - "default.handlebars->27->1128"
8028 + "default.handlebars->27->1162"
8029 ]
8030 },
8031 {
@@ -8010,9 +8036,9 @@
8036 "nl": "Volledige apparaatgroep beheerder",
8037 "ru": "Администратор группы устройств с полным доступом",
8038 "xloc": [
8013 - "default.handlebars->27->1045",
8014 - "default.handlebars->27->1311",
8015 - "default.handlebars->27->1385"
8039 + "default.handlebars->27->1079",
8040 + "default.handlebars->27->1345",
8041 + "default.handlebars->27->1419"
8042 ]
8043 },
8044 {
@@ -8042,7 +8068,7 @@
8068 "pt": "Administrador completo",
8069 "ru": "Администратор с полным доступом",
8070 "xloc": [
8045 - "default.handlebars->27->1334"
8071 + "default.handlebars->27->1368"
8072 ]
8073 },
8074 {
@@ -8055,7 +8081,7 @@
8081 "pt": "Gaélico (irlandês)",
8082 "ru": "Гэльский (Ирландский)",
8083 "xloc": [
8058 - "default.handlebars->27->812"
8084 + "default.handlebars->27->846"
8085 ]
8086 },
8087 {
@@ -8068,7 +8094,7 @@
8094 "pt": "Gaélico (escocês)",
8095 "ru": "Гэльский (Шотландия)",
8096 "xloc": [
8071 - "default.handlebars->27->811"
8097 + "default.handlebars->27->845"
8098 ]
8099 },
8100 {
@@ -8081,7 +8107,7 @@
8107 "pt": "Galego",
8108 "ru": "Галицкий",
8109 "xloc": [
8084 - "default.handlebars->27->813"
8110 + "default.handlebars->27->847"
8111 ]
8112 },
8113 {
@@ -8095,7 +8121,7 @@
8121 "pt": "Gateway MAC",
8122 "ru": "MAC шлюза",
8123 "xloc": [
8098 - "default.handlebars->27->106"
8124 + "default.handlebars->27->88"
8125 ]
8126 },
8127 {
@@ -8142,7 +8168,7 @@
8168 "pt": "Informações gerais",
8169 "ru": "Общая информация",
8170 "xloc": [
8145 - "default.handlebars->27->432"
8171 + "default.handlebars->27->414"
8172 ]
8173 },
8174 {
@@ -8156,7 +8182,7 @@
8182 "pt": "Gere novos tokens",
8183 "ru": "Генерация новых токенов",
8184 "xloc": [
8159 - "default.handlebars->27->135"
8185 + "default.handlebars->27->117"
8186 ]
8187 },
8188 {
@@ -8169,7 +8195,7 @@
8195 "pt": "Georgiano",
8196 "ru": "Грузинский",
8197 "xloc": [
8172 - "default.handlebars->27->814"
8198 + "default.handlebars->27->848"
8199 ]
8200 },
8201 {
@@ -8182,7 +8208,7 @@
8208 "pt": "Alemão (Áustria)",
8209 "ru": "Немецкий (Австрия)",
8210 "xloc": [
8185 - "default.handlebars->27->816"
8211 + "default.handlebars->27->850"
8212 ]
8213 },
8214 {
@@ -8195,7 +8221,7 @@
8221 "pt": "Alemão (Alemanha)",
8222 "ru": "Немецкий (Германия)",
8223 "xloc": [
8198 - "default.handlebars->27->817"
8224 + "default.handlebars->27->851"
8225 ]
8226 },
8227 {
@@ -8208,7 +8234,7 @@
8234 "pt": "Alemão (Liechtenstein)",
8235 "ru": "Немецкий (Лихтенштейн)",
8236 "xloc": [
8211 - "default.handlebars->27->818"
8237 + "default.handlebars->27->852"
8238 ]
8239 },
8240 {
@@ -8221,7 +8247,7 @@
8247 "pt": "Alemão (Luxemburgo)",
8248 "ru": "Немецкий (Люксембург)",
8249 "xloc": [
8224 - "default.handlebars->27->819"
8250 + "default.handlebars->27->853"
8251 ]
8252 },
8253 {
@@ -8234,7 +8260,7 @@
8260 "pt": "Alemão (Padrão)",
8261 "ru": "Немецкий (Стандартный)",
8262 "xloc": [
8237 - "default.handlebars->27->815"
8263 + "default.handlebars->27->849"
8264 ]
8265 },
8266 {
@@ -8247,7 +8273,7 @@
8273 "pt": "Alemão (Suíça)",
8274 "ru": "Немецкий (Швейцария)",
8275 "xloc": [
8250 - "default.handlebars->27->820"
8276 + "default.handlebars->27->854"
8277 ]
8278 },
8279 {
@@ -8261,7 +8287,7 @@
8287 "pt": "Obtenha credenciais de login do MQTT para este dispositivo.",
8288 "ru": "Получить учетные данные MQTT для этого устройства.",
8289 "xloc": [
8264 - "default.handlebars->27->532"
8290 + "default.handlebars->27->514"
8291 ]
8292 },
8293 {
@@ -8305,7 +8331,7 @@
8331 "pt": "Bom",
8332 "ru": "Хорошо",
8333 "xloc": [
8308 - "default.handlebars->27->978"
8334 + "default.handlebars->27->1012"
8335 ]
8336 },
8337 {
@@ -8335,7 +8361,7 @@
8361 "pt": "Grego",
8362 "ru": "Греческий",
8363 "xloc": [
8338 - "default.handlebars->27->821"
8364 + "default.handlebars->27->855"
8365 ]
8366 },
8367 {
@@ -8350,7 +8376,7 @@
8376 "ru": "Группа",
8377 "xloc": [
8378 "default-mobile.handlebars->9->134",
8353 - "default.handlebars->27->457",
8379 + "default.handlebars->27->439",
8380 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
8381 ]
8382 },
@@ -8365,7 +8391,7 @@
8391 "pt": "Ações do grupo",
8392 "ru": "Групповое действие",
8393 "xloc": [
8368 - "default.handlebars->27->394",
8394 + "default.handlebars->27->376",
8395 "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar"
8396 ]
8397 },
@@ -8377,7 +8403,7 @@
8403 "nl": "Groeps leden",
8404 "ru": "Члены группы",
8405 "xloc": [
8380 - "default.handlebars->27->1303"
8406 + "default.handlebars->27->1337"
8407 ]
8408 },
8409 {
@@ -8391,7 +8417,7 @@
8417 "pt": "Permissões de grupo para o usuário {0}.",
8418 "ru": "Права на группу для пользователя {0}.",
8419 "xloc": [
8394 - "default.handlebars->27->1104"
8420 + "default.handlebars->27->1138"
8421 ]
8422 },
8423 {
@@ -8402,7 +8428,7 @@
8428 "nl": "Groepsrechten voor {0}.",
8429 "ru": "Права на группу для {0}.",
8430 "xloc": [
8405 - "default.handlebars->27->1103"
8431 + "default.handlebars->27->1137"
8432 ]
8433 },
8434 {
@@ -8427,7 +8453,7 @@
8453 "nl": "Groepen",
8454 "ru": "Группы",
8455 "xloc": [
8430 - "default.handlebars->27->1218",
8456 + "default.handlebars->27->1252",
8457 "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGroups"
8458 ]
8459 },
@@ -8441,7 +8467,7 @@
8467 "pt": "Gujarati",
8468 "ru": "Гуджарати",
8469 "xloc": [
8444 - "default.handlebars->27->822"
8470 + "default.handlebars->27->856"
8471 ]
8472 },
8473 {
@@ -8470,7 +8496,7 @@
8496 "pt": "Haitiano",
8497 "ru": "Гаитянский",
8498 "xloc": [
8473 - "default.handlebars->27->823"
8499 + "default.handlebars->27->857"
8500 ]
8501 },
8502 {
@@ -8498,7 +8524,7 @@
8524 "pt": "Forçar desconexão do agente",
8525 "ru": "Жесткое отключение агента",
8526 "xloc": [
8501 - "default.handlebars->27->720"
8527 + "default.handlebars->27->754"
8528 ]
8529 },
8530 {
@@ -8508,7 +8534,7 @@
8534 "es": "Heap Total",
8535 "nl": "Heap Totaal",
8536 "xloc": [
8511 - "default.handlebars->27->1449"
8537 + "default.handlebars->27->1483"
8538 ]
8539 },
8540 {
@@ -8518,7 +8544,7 @@
8544 "es": "Heap Used",
8545 "nl": "Heap gebruikt",
8546 "xloc": [
8521 - "default.handlebars->27->1448"
8547 + "default.handlebars->27->1482"
8548 ]
8549 },
8550 {
@@ -8532,7 +8558,7 @@
8558 "pt": "Hebraico",
8559 "ru": "Иврит",
8560 "xloc": [
8535 - "default.handlebars->27->824"
8561 + "default.handlebars->27->858"
8562 ]
8563 },
8564 {
@@ -8545,7 +8571,7 @@
8571 "nl": "Help bij het vertalen van MeshCentral",
8572 "ru": "Помочь перевести MeshCentral",
8573 "xloc": [
8548 - "default.handlebars->27->937"
8574 + "default.handlebars->27->971"
8575 ]
8576 },
8577 {
@@ -8561,7 +8587,7 @@
8587 "xloc": [
8588 "default-mobile.handlebars->9->104",
8589 "default-mobile.handlebars->9->111",
8564 - "default.handlebars->27->358",
8590 + "default.handlebars->27->340",
8591 "default.handlebars->27->5"
8592 ]
8593 },
@@ -8575,7 +8601,7 @@
8601 "pt": "Hindi",
8602 "ru": "Хинди",
8603 "xloc": [
8578 - "default.handlebars->27->825"
8604 + "default.handlebars->27->859"
8605 ]
8606 },
8607 {
@@ -8603,7 +8629,7 @@
8629 "ru": "Задержана 1 запись для копирования",
8630 "xloc": [
8631 "default-mobile.handlebars->9->263",
8606 - "default.handlebars->27->685"
8632 + "default.handlebars->27->667"
8633 ]
8634 },
8635 {
@@ -8617,7 +8643,7 @@
8643 "ru": "Задержана 1 запись для перемещения",
8644 "xloc": [
8645 "default-mobile.handlebars->9->267",
8620 - "default.handlebars->27->689"
8646 + "default.handlebars->27->671"
8647 ]
8648 },
8649 {
@@ -8631,7 +8657,7 @@
8657 "ru": "Задержано {0} записей для копирования",
8658 "xloc": [
8659 "default-mobile.handlebars->9->261",
8634 - "default.handlebars->27->683"
8660 + "default.handlebars->27->665"
8661 ]
8662 },
8663 {
@@ -8645,7 +8671,7 @@
8671 "ru": "Задержано {0} записей для перемещения",
8672 "xloc": [
8673 "default-mobile.handlebars->9->265",
8648 - "default.handlebars->27->687"
8674 + "default.handlebars->27->669"
8675 ]
8676 },
8677 {
@@ -8659,7 +8685,7 @@
8685 "ru": "Задержано {0} записей для {2}",
8686 "xloc": [
8687 "default-mobile.handlebars->9->88",
8662 - "default.handlebars->27->1200"
8688 + "default.handlebars->27->1234"
8689 ]
8690 },
8691 {
@@ -8677,11 +8703,11 @@
8703 "default-mobile.handlebars->9->137",
8704 "default-mobile.handlebars->9->139",
8705 "default-mobile.handlebars->9->223",
8680 - "default.handlebars->27->239",
8681 - "default.handlebars->27->459",
8682 - "default.handlebars->27->460",
8683 - "default.handlebars->27->462",
8684 - "default.handlebars->27->614"
8706 + "default.handlebars->27->221",
8707 + "default.handlebars->27->441",
8708 + "default.handlebars->27->442",
8709 + "default.handlebars->27->444",
8710 + "default.handlebars->27->596"
8711 ]
8712 },
8713 {
@@ -8694,7 +8720,7 @@
8720 "pt": "Sincronização de nome de host",
8721 "ru": "Синхронизация имени хоста",
8722 "xloc": [
8697 - "default.handlebars->27->1001"
8723 + "default.handlebars->27->1035"
8724 ]
8725 },
8726 {
@@ -8707,7 +8733,7 @@
8733 "pt": "Húngaro",
8734 "ru": "Венгерский",
8735 "xloc": [
8710 - "default.handlebars->27->826"
8736 + "default.handlebars->27->860"
8737 ]
8738 },
8739 {
@@ -8721,7 +8747,7 @@
8747 "pt": "IP Range",
8748 "ru": "Диапазон IP",
8749 "xloc": [
8724 - "default.handlebars->27->254"
8750 + "default.handlebars->27->236"
8751 ]
8752 },
8753 {
@@ -8738,6 +8764,25 @@
8764 "login.handlebars->5->16"
8765 ]
8766 },
8767 + {
8768 + "en": "IP: {0}",
8769 + "xloc": [
8770 + "default.handlebars->27->707"
8771 + ]
8772 + },
8773 + {
8774 + "en": "IP: {0}, Mask: {1}, Gateway: {2}",
8775 + "xloc": [
8776 + "default.handlebars->27->705"
8777 + ]
8778 + },
8779 + {
8780 + "en": "IPv4 Layer",
8781 + "xloc": [
8782 + "default.handlebars->27->704",
8783 + "default.handlebars->27->706"
8784 + ]
8785 + },
8786 {
8787 "cs": "IPv4 adresa",
8788 "de": "IPv4-Adresse",
@@ -8749,7 +8794,7 @@
8794 "pt": "Endereço IPv4",
8795 "ru": "IPv4 адрес",
8796 "xloc": [
8752 - "default.handlebars->27->100"
8797 + "default.handlebars->27->82"
8798 ]
8799 },
8800 {
@@ -8763,7 +8808,7 @@
8808 "pt": "Gateway IPv4",
8809 "ru": "IPv4 шлюз",
8810 "xloc": [
8766 - "default.handlebars->27->104"
8811 + "default.handlebars->27->86"
8812 ]
8813 },
8814 {
@@ -8777,7 +8822,7 @@
8822 "pt": "Máscara IPv4",
8823 "ru": "IPv4 маска",
8824 "xloc": [
8780 - "default.handlebars->27->102"
8825 + "default.handlebars->27->84"
8826 ]
8827 },
8828 {
@@ -8790,7 +8835,7 @@
8835 "pt": "islandês",
8836 "ru": "Исландский",
8837 "xloc": [
8793 - "default.handlebars->27->827"
8838 + "default.handlebars->27->861"
8839 ]
8840 },
8841 {
@@ -8805,7 +8850,7 @@
8850 "ru": "Выбор иконки",
8851 "xloc": [
8852 "default-mobile.handlebars->9->221",
8808 - "default.handlebars->27->612"
8853 + "default.handlebars->27->594"
8854 ]
8855 },
8856 {
@@ -8819,7 +8864,7 @@
8864 "pt": "Identificador",
8865 "ru": "Идентификатор",
8866 "xloc": [
8822 - "default.handlebars->27->74"
8867 + "default.handlebars->27->732"
8868 ]
8869 },
8870 {
@@ -8856,7 +8901,7 @@
8901 "pt": "Indonésia",
8902 "ru": "Индонезийский",
8903 "xloc": [
8859 - "default.handlebars->27->828"
8904 + "default.handlebars->27->862"
8905 ]
8906 },
8907 {
@@ -8913,7 +8958,7 @@
8958 "pt": "Instalar",
8959 "ru": "Установка",
8960 "xloc": [
8916 - "default.handlebars->27->1040"
8961 + "default.handlebars->27->1074"
8962 ]
8963 },
8964 {
@@ -8925,7 +8970,7 @@
8970 "nl": "Installeer <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> of een compatibele applicatie en scan de streepjescode, gebruik <a href=\\\"{0}\\\" rel=\\\"noreferrer noopener\\\" target=_blank>deze link</a> of voer de link in geheim. Voer vervolgens het huidige 6-cijferige token hieronder in om 2-staps aanmelding te activeren.",
8971 "ru": "Установите <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> или совместимое приложение и отсканируйте штрих-код, используйте <a href=\\\"{0}\\\" rel=\\\"noreferrer noopener\\\" target=_blank>эту ссылку</a> или введите код. Затем введите ниже текущий токен из 6 цифр для активации двухшаговой авторизации.",
8972 "xloc": [
8928 - "default.handlebars->27->120"
8973 + "default.handlebars->27->102"
8974 ]
8975 },
8976 {
@@ -8951,7 +8996,7 @@
8996 "pt": "Instalar CIRA",
8997 "ru": "Установка CIRA",
8998 "xloc": [
8954 - "default.handlebars->27->1032"
8999 + "default.handlebars->27->1066"
9000 ]
9001 },
9002 {
@@ -8965,7 +9010,7 @@
9010 "pt": "Instalação local",
9011 "ru": "Локальная установка",
9012 "xloc": [
8968 - "default.handlebars->27->1034"
9013 + "default.handlebars->27->1068"
9014 ]
9015 },
9016 {
@@ -8979,8 +9024,8 @@
9024 "pt": "Tipo de instalação ",
9025 "ru": "Тип установки",
9026 "xloc": [
8982 - "default.handlebars->27->298",
8983 - "default.handlebars->27->320"
9027 + "default.handlebars->27->280",
9028 + "default.handlebars->27->302"
9029 ]
9030 },
9031 {
@@ -8993,7 +9038,7 @@
9038 "pt": "Intel (F10 = ESC+[OM)",
9039 "ru": "Intel (F10 = ESC+[OM)",
9040 "xloc": [
8996 - "default.handlebars->27->655",
9041 + "default.handlebars->27->637",
9042 "default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
9043 ]
9044 },
@@ -9008,10 +9053,10 @@
9053 "pt": "Intel AMT",
9054 "ru": "Intel AMT",
9055 "xloc": [
9011 - "default.handlebars->27->1160",
9012 - "default.handlebars->27->1166",
9013 - "default.handlebars->27->1445",
9014 - "default.handlebars->27->1465"
9056 + "default.handlebars->27->1194",
9057 + "default.handlebars->27->1200",
9058 + "default.handlebars->27->1479",
9059 + "default.handlebars->27->1499"
9060 ]
9061 },
9062 {
@@ -9025,7 +9070,7 @@
9070 "pt": "Intel AMT CIRA conectado",
9071 "ru": "Подключен Intel AMT CIRA",
9072 "xloc": [
9028 - "default.handlebars->27->156"
9073 + "default.handlebars->27->138"
9074 ]
9075 },
9076 {
@@ -9039,7 +9084,7 @@
9084 "pt": "Intel AMT CIRA desconectado",
9085 "ru": "Отключен Intel AMT CIRA",
9086 "xloc": [
9042 - "default.handlebars->27->160"
9087 + "default.handlebars->27->142"
9088 ]
9089 },
9090 {
@@ -9053,7 +9098,7 @@
9098 "pt": "Intel AMT detectado",
9099 "ru": "Обнаружен Intel AMT",
9100 "xloc": [
9056 - "default.handlebars->27->155"
9101 + "default.handlebars->27->137"
9102 ]
9103 },
9104 {
@@ -9066,7 +9111,7 @@
9111 "pt": "O Intel AMT é ativado no modo de controle de administrador",
9112 "ru": "Intel AMT активирован в режиме администратора",
9113 "xloc": [
9069 - "default.handlebars->27->475"
9114 + "default.handlebars->27->457"
9115 ]
9116 },
9117 {
@@ -9079,7 +9124,7 @@
9124 "pt": "O Intel AMT é ativado no modo de controle do cliente",
9125 "ru": "Intel AMT активирован в режиме клиента",
9126 "xloc": [
9082 - "default.handlebars->27->473"
9127 + "default.handlebars->27->455"
9128 ]
9129 },
9130 {
@@ -9092,7 +9137,7 @@
9137 "pt": "O Intel AMT está configurado com segurança de rede TLS",
9138 "ru": "Intel AMT настроен с TLS безопасностью сети",
9139 "xloc": [
9095 - "default.handlebars->27->477"
9140 + "default.handlebars->27->459"
9141 ]
9142 },
9143 {
@@ -9106,7 +9151,7 @@
9151 "pt": "Intel AMT não detectado",
9152 "ru": "Intel AMT не обнаружен",
9153 "xloc": [
9109 - "default.handlebars->27->159"
9154 + "default.handlebars->27->141"
9155 ]
9156 },
9157 {
@@ -9119,7 +9164,7 @@
9164 "pt": "A Intel AMT precisará ser configurada com um FQDN confiável na MEBx ou ter uma LAN com fio na rede:",
9165 "ru": "Intel AMT необходимо установить с доверенным FQDN в MEBx или иметь кабельное подключение к локальной сети:",
9166 "xloc": [
9122 - "default.handlebars->27->251"
9167 + "default.handlebars->27->233"
9168 ]
9169 },
9170 {
@@ -9133,7 +9178,7 @@
9178 "pt": "Intel ASCII",
9179 "ru": "Intel ASCII",
9180 "xloc": [
9136 - "default.handlebars->27->654"
9181 + "default.handlebars->27->636"
9182 ]
9183 },
9184 {
@@ -9150,11 +9195,11 @@
9195 "default-mobile.handlebars->9->123",
9196 "default-mobile.handlebars->9->187",
9197 "default-mobile.handlebars->9->192",
9153 - "default.handlebars->27->1018",
9154 - "default.handlebars->27->1026",
9155 - "default.handlebars->27->435",
9156 - "default.handlebars->27->485",
9157 - "default.handlebars->27->501"
9198 + "default.handlebars->27->1052",
9199 + "default.handlebars->27->1060",
9200 + "default.handlebars->27->417",
9201 + "default.handlebars->27->467",
9202 + "default.handlebars->27->483"
9203 ]
9204 },
9205 {
@@ -9169,7 +9214,7 @@
9214 "ru": "Intel&reg; AMT CIRA",
9215 "xloc": [
9216 "default-mobile.handlebars->9->191",
9172 - "default.handlebars->27->499"
9217 + "default.handlebars->27->481"
9218 ]
9219 },
9220 {
@@ -9183,9 +9228,9 @@
9228 "pt": "Intel&reg; O AMT CIRA está conectado e pronto para uso.",
9229 "ru": "Intel&reg; AMT CIRA подключен и готов к использованию.",
9230 "xloc": [
9186 - "default.handlebars->27->185",
9187 - "default.handlebars->27->372",
9188 - "default.handlebars->27->498"
9231 + "default.handlebars->27->167",
9232 + "default.handlebars->27->354",
9233 + "default.handlebars->27->480"
9234 ]
9235 },
9236 {
@@ -9214,7 +9259,7 @@
9259 "pt": "Intel&reg; Política da AMT",
9260 "ru": "Политика Intel&reg; AMT",
9261 "xloc": [
9217 - "default.handlebars->27->1058"
9262 + "default.handlebars->27->1092"
9263 ]
9264 },
9265 {
@@ -9240,7 +9285,7 @@
9285 "pt": "Intel&reg; Tag AMT ",
9286 "ru": "Intel&reg; AMT Тег",
9287 "xloc": [
9243 - "default.handlebars->27->489"
9288 + "default.handlebars->27->471"
9289 ]
9290 },
9291 {
@@ -9267,8 +9312,8 @@
9312 "pt": "Intel&reg; Ativação AMT",
9313 "ru": "Активация Intel&reg; AMT",
9314 "xloc": [
9270 - "default.handlebars->27->249",
9271 - "default.handlebars->27->252"
9315 + "default.handlebars->27->231",
9316 + "default.handlebars->27->234"
9317 ]
9318 },
9319 {
@@ -9283,8 +9328,8 @@
9328 "ru": "Intel&reg; AMT подключен",
9329 "xloc": [
9330 "default-mobile.handlebars->9->201",
9286 - "default.handlebars->27->536",
9287 - "default.handlebars->27->537"
9331 + "default.handlebars->27->518",
9332 + "default.handlebars->27->519"
9333 ]
9334 },
9335 {
@@ -9297,8 +9342,8 @@
9342 "pt": "Intel&reg; Área de trabalho AMT e eventos seriais.",
9343 "ru": "События Intel&reg; AMT desktop или serial.",
9344 "xloc": [
9300 - "default.handlebars->27->1156",
9301 - "default.handlebars->27->943"
9345 + "default.handlebars->27->1190",
9346 + "default.handlebars->27->977"
9347 ]
9348 },
9349 {
@@ -9313,8 +9358,8 @@
9358 "ru": "Intel&reg; AMT обнаружен",
9359 "xloc": [
9360 "default-mobile.handlebars->9->202",
9316 - "default.handlebars->27->538",
9317 - "default.handlebars->27->539"
9361 + "default.handlebars->27->520",
9362 + "default.handlebars->27->521"
9363 ]
9364 },
9365 {
@@ -9327,7 +9372,7 @@
9372 "pt": "Intel&reg; O AMT é roteável e pronto para uso.",
9373 "ru": "Intel&reg; AMT маршрутизируется и готов к использованию.",
9374 "xloc": [
9330 - "default.handlebars->27->500"
9375 + "default.handlebars->27->482"
9376 ]
9377 },
9378 {
@@ -9340,8 +9385,8 @@
9385 "pt": "Intel&reg; AMT é roteável.",
9386 "ru": "Intel&reg; AMT маршрутизируется.",
9387 "xloc": [
9343 - "default.handlebars->27->187",
9344 - "default.handlebars->27->374"
9388 + "default.handlebars->27->169",
9389 + "default.handlebars->27->356"
9390 ]
9391 },
9392 {
@@ -9368,8 +9413,8 @@
9413 "ru": "Только Intel&reg; AMT, без агента",
9414 "xloc": [
9415 "default-mobile.handlebars->9->274",
9371 - "default.handlebars->27->972",
9372 - "default.handlebars->27->994"
9416 + "default.handlebars->27->1006",
9417 + "default.handlebars->27->1028"
9418 ]
9419 },
9420 {
@@ -9382,7 +9427,13 @@
9427 "pt": "Intel&reg; Tecnologia de gerenciamento ativo",
9428 "ru": "Технология Intel&reg; Active Management",
9429 "xloc": [
9385 - "default.handlebars->27->484"
9430 + "default.handlebars->27->466"
9431 + ]
9432 + },
9433 + {
9434 + "en": "Intel&reg; Active Management Technology (Intel&reg; AMT)",
9435 + "xloc": [
9436 + "default.handlebars->27->724"
9437 ]
9438 },
9439 {
@@ -9397,7 +9448,7 @@
9448 "ru": "Intel&reg; ME",
9449 "xloc": [
9450 "default-mobile.handlebars->9->186",
9400 - "default.handlebars->27->483"
9451 + "default.handlebars->27->465"
9452 ]
9453 },
9454 {
@@ -9412,7 +9463,7 @@
9463 "ru": "Intel&reg; SM",
9464 "xloc": [
9465 "default-mobile.handlebars->9->188",
9415 - "default.handlebars->27->487"
9466 + "default.handlebars->27->469"
9467 ]
9468 },
9469 {
@@ -9425,7 +9476,7 @@
9476 "pt": "Intel&reg; Gerenciamento padrão",
9477 "ru": "Intel&reg; Standard Manageability",
9478 "xloc": [
9428 - "default.handlebars->27->486"
9479 + "default.handlebars->27->468"
9480 ]
9481 },
9482 {
@@ -9498,7 +9549,7 @@
9549 "pt": "Interativo",
9550 "ru": "Интерактивный",
9551 "xloc": [
9501 - "default.handlebars->27->637"
9552 + "default.handlebars->27->619"
9553 ]
9554 },
9555 {
@@ -9512,8 +9563,8 @@
9563 "pt": "Apenas interativo",
9564 "ru": "Только интерактивный режим",
9565 "xloc": [
9515 - "default.handlebars->27->301",
9516 - "default.handlebars->27->323"
9566 + "default.handlebars->27->283",
9567 + "default.handlebars->27->305"
9568 ]
9569 },
9570 {
@@ -9527,7 +9578,7 @@
9578 "pt": "Interfaces",
9579 "ru": "Интерфейсы",
9580 "xloc": [
9530 - "default.handlebars->27->519"
9581 + "default.handlebars->27->501"
9582 ]
9583 },
9584 {
@@ -9540,7 +9591,7 @@
9591 "pt": "Inuktitut",
9592 "ru": "Инуктитут",
9593 "xloc": [
9543 - "default.handlebars->27->829"
9594 + "default.handlebars->27->863"
9595 ]
9596 },
9597 {
@@ -9551,7 +9602,7 @@
9602 "nl": "Ongeldige apparaatgroep type",
9603 "ru": "Некорректный тип группы устройств",
9604 "xloc": [
9554 - "default.handlebars->27->1422"
9605 + "default.handlebars->27->1456"
9606 ]
9607 },
9608 {
@@ -9562,7 +9613,7 @@
9613 "nl": "Onjuiste JSON",
9614 "ru": "Некорректный JSON",
9615 "xloc": [
9565 - "default.handlebars->27->1416"
9616 + "default.handlebars->27->1450"
9617 ]
9618 },
9619 {
@@ -9576,8 +9627,8 @@
9627 "pt": "Formato de arquivo JSON inválido.",
9628 "ru": "Некорректный формат файла JSON.",
9629 "xloc": [
9579 - "default.handlebars->27->1244",
9580 - "default.handlebars->27->1246"
9630 + "default.handlebars->27->1278",
9631 + "default.handlebars->27->1280"
9632 ]
9633 },
9634 {
@@ -9591,7 +9642,7 @@
9642 "pt": "Arquivo JSON inválido: {0}.",
9643 "ru": "Некорректный файл JSON: {0}.",
9644 "xloc": [
9594 - "default.handlebars->27->1242"
9645 + "default.handlebars->27->1276"
9646 ]
9647 },
9648 {
@@ -9602,7 +9653,7 @@
9653 "nl": "Onjuiste PKCS handtekening",
9654 "ru": "Некорректная сигнатура PKCS",
9655 "xloc": [
9605 - "default.handlebars->27->1414"
9656 + "default.handlebars->27->1448"
9657 ]
9658 },
9659 {
@@ -9613,7 +9664,7 @@
9664 "nl": "Ongeldige RSA handtekening",
9665 "ru": "Некорректная сигнатура RSA",
9666 "xloc": [
9616 - "default.handlebars->27->1415"
9667 + "default.handlebars->27->1449"
9668 ]
9669 },
9670 {
@@ -9669,7 +9720,7 @@
9720 "pt": "Link de convite ({0})",
9721 "ru": "Ссылка для приглашения ({0})",
9722 "xloc": [
9672 - "default.handlebars->27->174"
9723 + "default.handlebars->27->156"
9724 ]
9725 },
9726 {
@@ -9683,7 +9734,7 @@
9734 "pt": "Tipo de convite",
9735 "ru": "Тип приглашения",
9736 "xloc": [
9686 - "default.handlebars->27->280"
9737 + "default.handlebars->27->262"
9738 ]
9739 },
9740 {
@@ -9697,9 +9748,9 @@
9748 "pt": "Convite",
9749 "ru": "Пригласить",
9750 "xloc": [
9700 - "default.handlebars->27->1042",
9701 - "default.handlebars->27->236",
9702 - "default.handlebars->27->313"
9751 + "default.handlebars->27->1076",
9752 + "default.handlebars->27->218",
9753 + "default.handlebars->27->295"
9754 ]
9755 },
9756 {
@@ -9713,7 +9764,7 @@
9764 "pt": "Convide alguém para instalar o agente de malha compartilhando um link de convite.Este link indica ao usuário instruções de instalação para o grupo de dispositivos \\\"{0}\\\". O link é público e nenhuma conta para este servidor é necessária.",
9765 "ru": "Пригласите установить Mesh Agent поделившись ссылкой. Эта ссылка ведет на инструкции для установки для группы устройств \\\"{0}\\\". Ссылка общедоступна и не требует наличия учетной записи на сервере.",
9766 "xloc": [
9716 - "default.handlebars->27->304"
9767 + "default.handlebars->27->286"
9768 ]
9769 },
9770 {
@@ -9727,8 +9778,8 @@
9778 "pt": "Convide alguém para instalar o agente de malha nessa malha.",
9779 "ru": "Отправить приглашение на установку Mesh Agent",
9780 "xloc": [
9730 - "default.handlebars->27->1041",
9731 - "default.handlebars->27->235"
9781 + "default.handlebars->27->1075",
9782 + "default.handlebars->27->217"
9783 ]
9784 },
9785 {
@@ -9742,7 +9793,7 @@
9793 "pt": "Convide alguém para instalar o agente de malha.Um email será enviado com o link para a instalação do agente de malha para o grupo de dispositivos \\\"{0}\\\".",
9794 "ru": "Пригласите установить Mesh Agent. Ссылка на установку для группы \\\"{0}\\\" будет отправлена по электронной почте.",
9795 "xloc": [
9745 - "default.handlebars->27->281"
9796 + "default.handlebars->27->263"
9797 ]
9798 },
9799 {
@@ -9756,7 +9807,7 @@
9807 "pt": "Irish",
9808 "ru": "Ирландский",
9809 "xloc": [
9759 - "default.handlebars->27->830"
9810 + "default.handlebars->27->864"
9811 ]
9812 },
9813 {
@@ -9769,7 +9820,7 @@
9820 "pt": "Italiano (Padrão)",
9821 "ru": "Итальянский (Стандартный)",
9822 "xloc": [
9772 - "default.handlebars->27->831"
9823 + "default.handlebars->27->865"
9824 ]
9825 },
9826 {
@@ -9782,7 +9833,7 @@
9833 "pt": "Italiano (Suíça)",
9834 "ru": "Итальянский (Швейцария)",
9835 "xloc": [
9785 - "default.handlebars->27->832"
9836 + "default.handlebars->27->866"
9837 ]
9838 },
9839 {
@@ -9796,9 +9847,9 @@
9847 "pt": "Formato JSON",
9848 "ru": "Формат JSON",
9849 "xloc": [
9799 - "default.handlebars->27->1211",
9800 - "default.handlebars->27->1250",
9801 - "default.handlebars->27->402"
9850 + "default.handlebars->27->1245",
9851 + "default.handlebars->27->1284",
9852 + "default.handlebars->27->384"
9853 ]
9854 },
9855 {
@@ -9812,7 +9863,7 @@
9863 "pt": "japonês",
9864 "ru": "Японский",
9865 "xloc": [
9815 - "default.handlebars->27->833"
9866 + "default.handlebars->27->867"
9867 ]
9868 },
9869 {
@@ -9824,7 +9875,7 @@
9875 "pt": "Kannada",
9876 "ru": "Каннада",
9877 "xloc": [
9827 - "default.handlebars->27->834"
9878 + "default.handlebars->27->868"
9879 ]
9880 },
9881 {
@@ -9836,7 +9887,7 @@
9887 "pt": "Caxemira",
9888 "ru": "Кашмирский",
9889 "xloc": [
9839 - "default.handlebars->27->835"
9890 + "default.handlebars->27->869"
9891 ]
9892 },
9893 {
@@ -9848,7 +9899,7 @@
9899 "pt": "Cazaque",
9900 "ru": "Казахский",
9901 "xloc": [
9851 - "default.handlebars->27->836"
9902 + "default.handlebars->27->870"
9903 ]
9904 },
9905 {
@@ -9861,7 +9912,7 @@
9912 "pt": "KernelDriver",
9913 "ru": "Драйвер ядра",
9914 "xloc": [
9864 - "default.handlebars->27->638"
9915 + "default.handlebars->27->620"
9916 ]
9917 },
9918 {
@@ -9875,8 +9926,8 @@
9926 "pt": "Nome da chave",
9927 "ru": "Имя ключа",
9928 "xloc": [
9878 - "default.handlebars->27->727",
9879 - "default.handlebars->27->730"
9929 + "default.handlebars->27->761",
9930 + "default.handlebars->27->764"
9931 ]
9932 },
9933 {
@@ -9902,7 +9953,7 @@
9953 "pt": "Khmer",
9954 "ru": "Кхмерский",
9955 "xloc": [
9905 - "default.handlebars->27->837"
9956 + "default.handlebars->27->871"
9957 ]
9958 },
9959 {
@@ -9914,7 +9965,7 @@
9965 "pt": "Kirghiz",
9966 "ru": "Киргизский",
9967 "xloc": [
9917 - "default.handlebars->27->838"
9968 + "default.handlebars->27->872"
9969 ]
9970 },
9971 {
@@ -9926,7 +9977,13 @@
9977 "pt": "Klingon",
9978 "ru": "Клингонский",
9979 "xloc": [
9929 - "default.handlebars->27->839"
9980 + "default.handlebars->27->873"
9981 + ]
9982 + },
9983 + {
9984 + "en": "Known",
9985 + "xloc": [
9986 + "default.handlebars->27->723"
9987 ]
9988 },
9989 {
@@ -9939,7 +9996,7 @@
9996 "pt": "coreano",
9997 "ru": "Korean",
9998 "xloc": [
9942 - "default.handlebars->27->840"
9999 + "default.handlebars->27->874"
10000 ]
10001 },
10002 {
@@ -9952,7 +10009,7 @@
10009 "pt": "Coreano (Coréia do Norte)",
10010 "ru": "Корейский (Северная Корея)",
10011 "xloc": [
9955 - "default.handlebars->27->841"
10012 + "default.handlebars->27->875"
10013 ]
10014 },
10015 {
@@ -9965,7 +10022,7 @@
10022 "pt": "Coreano (Coréia do Sul)",
10023 "ru": "Корейский (Южная Корея)",
10024 "xloc": [
9968 - "default.handlebars->27->842"
10025 + "default.handlebars->27->876"
10026 ]
10027 },
10028 {
@@ -9979,8 +10036,8 @@
10036 "pt": "LF",
10037 "ru": "LF",
10038 "xloc": [
9982 - "default.handlebars->27->650",
9983 - "default.handlebars->27->659"
10039 + "default.handlebars->27->632",
10040 + "default.handlebars->27->641"
10041 ]
10042 },
10043 {
@@ -9994,7 +10051,7 @@
10051 "pt": "Língua",
10052 "ru": "Язык",
10053 "xloc": [
9997 - "default.handlebars->27->935"
10054 + "default.handlebars->27->969"
10055 ]
10056 },
10057 {
@@ -10022,7 +10079,7 @@
10079 "pt": "Foco grande",
10080 "ru": "Большой Фокус",
10081 "xloc": [
10025 - "default.handlebars->27->627"
10082 + "default.handlebars->27->609"
10083 ]
10084 },
10085 {
@@ -10175,7 +10232,7 @@
10232 "pt": "Último acesso",
10233 "ru": "Последний доступ",
10234 "xloc": [
10178 - "default.handlebars->27->1219"
10235 + "default.handlebars->27->1253"
10236 ]
10237 },
10238 {
@@ -10189,7 +10246,7 @@
10246 "pt": "Último login",
10247 "ru": "Последний вход в систему",
10248 "xloc": [
10192 - "default.handlebars->27->1346"
10249 + "default.handlebars->27->1380"
10250 ]
10251 },
10252 {
@@ -10203,9 +10260,12 @@
10260 "pt": "Último endereço do agente",
10261 "ru": "Последний адрес агента",
10262 "xloc": [
10206 - "default.handlebars->27->88",
10207 - "default.handlebars->27->89",
10208 - "default.handlebars->27->91"
10263 + "default.handlebars->27->695",
10264 + "default.handlebars->27->696",
10265 + "default.handlebars->27->697",
10266 + "default.handlebars->27->70",
10267 + "default.handlebars->27->71",
10268 + "default.handlebars->27->73"
10269 ]
10270 },
10271 {
@@ -10219,7 +10279,9 @@
10279 "pt": "Última conexão do agente",
10280 "ru": "Последнее подключение агента",
10281 "xloc": [
10222 - "default.handlebars->27->87"
10282 + "default.handlebars->27->69",
10283 + "default.handlebars->27->692",
10284 + "default.handlebars->27->694"
10285 ]
10286 },
10287 {
@@ -10233,7 +10295,7 @@
10295 "pt": "Última alteração: {0}",
10296 "ru": "Последнее изменение: {0}",
10297 "xloc": [
10236 - "default.handlebars->27->1350"
10298 + "default.handlebars->27->1384"
10299 ]
10300 },
10301 {
@@ -10261,7 +10323,7 @@
10323 "pt": "Última atualização de interfaces",
10324 "ru": "Последнее обновление интерфейсов",
10325 "xloc": [
10264 - "default.handlebars->27->93"
10326 + "default.handlebars->27->75"
10327 ]
10328 },
10329 {
@@ -10275,7 +10337,7 @@
10337 "pt": "Último login: {0}",
10338 "ru": "Последний вход в систему: {0}",
10339 "xloc": [
10278 - "default.handlebars->27->1229"
10340 + "default.handlebars->27->1263"
10341 ]
10342 },
10343 {
@@ -10289,8 +10351,8 @@
10351 "pt": "Visto pela última vez:",
10352 "ru": "Последнее посещение:",
10353 "xloc": [
10292 - "default.handlebars->27->542",
10293 - "default.handlebars->27->83"
10354 + "default.handlebars->27->524",
10355 + "default.handlebars->27->65"
10356 ]
10357 },
10358 {
@@ -10331,7 +10393,7 @@
10393 "pt": "Última versão",
10394 "ru": "Последняя версия",
10395 "xloc": [
10334 - "default.handlebars->27->111"
10396 + "default.handlebars->27->93"
10397 ]
10398 },
10399 {
@@ -10345,7 +10407,7 @@
10407 "pt": "Latim",
10408 "ru": "Латинский",
10409 "xloc": [
10348 - "default.handlebars->27->843"
10410 + "default.handlebars->27->877"
10411 ]
10412 },
10413 {
@@ -10358,7 +10420,7 @@
10420 "pt": "letão",
10421 "ru": "Латышский",
10422 "xloc": [
10361 - "default.handlebars->27->844"
10423 + "default.handlebars->27->878"
10424 ]
10425 },
10426 {
@@ -10390,7 +10452,7 @@
10452 "pt": "Menos",
10453 "ru": "Меньше",
10454 "xloc": [
10393 - "default.handlebars->27->1479"
10455 + "default.handlebars->27->1513"
10456 ]
10457 },
10458 {
@@ -10419,7 +10481,7 @@
10481 "ru": "Ограниченный ввод",
10482 "xloc": [
10483 "default-mobile.handlebars->9->323",
10422 - "default.handlebars->27->1141"
10484 + "default.handlebars->27->1175"
10485 ]
10486 },
10487 {
@@ -10433,7 +10495,7 @@
10495 "ru": "Ограничить элементы ввода",
10496 "xloc": [
10497 "default-mobile.handlebars->9->298",
10436 - "default.handlebars->27->1111"
10498 + "default.handlebars->27->1145"
10499 ]
10500 },
10501 {
@@ -10448,7 +10510,7 @@
10510 "ru": "Ссылка",
10511 "xloc": [
10512 "default-mobile.handlebars->9->68",
10451 - "default.handlebars->27->1172",
10513 + "default.handlebars->27->1206",
10514 "default.handlebars->container->column_l->p42->p42tbl->1->0->4"
10515 ]
10516 },
@@ -10463,8 +10525,8 @@
10525 "pt": "Expiração do link",
10526 "ru": "Срок действия ссылки",
10527 "xloc": [
10466 - "default.handlebars->27->291",
10467 - "default.handlebars->27->305"
10528 + "default.handlebars->27->273",
10529 + "default.handlebars->27->287"
10530 ]
10531 },
10532 {
@@ -10493,7 +10555,7 @@
10555 "pt": "Linux / BSD",
10556 "ru": "Linux / BSD",

This file is too large to show in full.

views/default.handlebars
+181 -65
@@ -798,8 +798,8 @@
798 </table>
799 <div id=p16events></div>
800 </div>
801 - <div id=p17 style="display:none">
802 - <div id="p17title">
801 + <div id=p17 style="display:none;margin-left:-18px">
802 + <div id="p17title" style="margin-left:18px">
803 <div id="p17BackButton" style="float:left"><div class="backButton" tabindex=0 onclick=goBack() title="Back" onkeypress="if (event.key == 'Enter') goBack()"><div class="backButtonEx"></div></div></div>
804 <h1>Details - <span id=p17deviceName></span></h1>
805 </div>
@@ -1632,7 +1632,7 @@
1632 if (updateNaggleFlags & 1) { onSearchInputChanged(); }
1633 if (updateNaggleFlags & 2) { onSortSelectChange(false); }
1634 if (updateNaggleFlags & 128) { updateMeshes(); }
1635 - if (updateNaggleFlags & 4) { updateDevices(); if (xxcurrentView == 21) { p21updateMesh(); } }
1635 + if (updateNaggleFlags & 4) { updateDevices(); updateDeviceDetails(); if (xxcurrentView == 21) { p21updateMesh(); } }
1636 if (updateNaggleFlags & 8) { drawNotifications(); }
1637 {{{StartGeoLocationJS}}}if (updateNaggleFlags & 16) { updateMapMarkers(); }{{{EndGeoLocationJS}}}
1638 if (updateNaggleFlags & 32) { eventsUpdate(); }
@@ -1831,67 +1831,9 @@
1831 if (message.nodeid != powerTimelineReq) break;
1832 //console.log('getsysinfo', message); // ***********************
1833 if (message.noinfo === true) {
1834 - QH('p17info', "No information for this device.");
1834 + updateDeviceDetails(getNodeFromId(message.nodeid));
1835 } else {
1836 - var x = '', s = {};
1837 - if (message.hardware) {
1838 - if (message.hardware.identifiers) {
1839 - var ident = message.hardware.identifiers;
1840 - // BIOS
1841 - x += '<div class=DevSt style=margin-bottom:3px><b>' + "BIOS" + '</b></div>';
1842 - if (ident.bios_vendor) { x += addDetailItem("Vendor", ident.bios_vendor, s); }
1843 - if (ident.bios_version) { x += addDetailItem("Version", ident.bios_version, s); }
1844 - x += '<br />';
1845 -
1846 - // Motherboard
1847 - x += '<div class=DevSt style=margin-bottom:3px><b>' + "Motherboard" + '</b></div>';
1848 - if (ident.board_vendor) { x += addDetailItem("Vendor", ident.board_vendor, s); }
1849 - if (ident.board_name) { x += addDetailItem("Name", ident.board_name, s); }
1850 - if (ident.board_serial && (ident.board_serial != '')) { x += addDetailItem("Serial", ident.board_serial, s); }
1851 - if (ident.board_version) { x += addDetailItem("Version", ident.board_version, s); }
1852 - if (ident.product_uuid) { x += addDetailItem("Identifier", ident.product_uuid, s); }
1853 - x += '<br />';
1854 - }
1855 -
1856 - if (message.hardware.windows) {
1857 - if (message.hardware.windows.memory) {
1858 - // Memory
1859 - x += '<div class=DevSt style=margin-bottom:3px><b>' + "Memory" + '</b></div>';
1860 -
1861 - // Sort Memory
1862 - function memorySort(a, b) { if (a.BankLabel > b.BankLabel) return 1; if (a.BankLabel < b.BankLabel) return -1; return 0; }
1863 - message.hardware.windows.memory.sort(memorySort);
1864 -
1865 - x += '<table style=width:100%>';
1866 - for (var i in message.hardware.windows.memory) {
1867 - var m = message.hardware.windows.memory[i];
1868 - x += '<tr><td VALIGN=Top style=width:38px><img src="images/ram2.png" />'
1869 - x += '<td><div style=background-color:lightgray;border-radius:5px;padding:8px>';
1870 - x += '<div><b>' + m.BankLabel + '</b></div>';
1871 - if (m.Capacity) { x += addDetailItem("Capacity / Speed", format("{0} Mb, {1} Mhz", (m.Capacity / 1024 / 1024), m.Speed), s); }
1872 - if (m.PartNumber) { x += addDetailItem("Part Number", ((m.Manufacturer && m.Manufacturer != 'Undefined')?(m.Manufacturer + ', '):'') + m.PartNumber, s); }
1873 - x += '</div>';
1874 - }
1875 - x += '</table><br />';
1876 - }
1877 -
1878 - if (message.hardware.windows.osinfo) {
1879 - // Operating System
1880 - var m = message.hardware.windows.osinfo;
1881 - x += '<div class=DevSt style=margin-bottom:3px><b>' + "Operating System" + '</b></div>';
1882 - if (m.Caption) { x += addDetailItem("Name", m.Caption, s); }
1883 - if (m.Version) { x += addDetailItem("Version", m.Version, s); }
1884 - if (m.OSArchitecture) { x += addDetailItem("Architecture", m.OSArchitecture, s); }
1885 - x += '<br />';
1886 - }
1887 -
1888 - // Disks
1889 - //x += '<div class=DevSt style=margin-bottom:3px><b>Disks</b></div>';
1890 - //x += '<br />';
1891 - }
1892 - }
1893 -
1894 - QH('p17info', x);
1836 + updateDeviceDetails(getNodeFromId(message.nodeid), message.hardware);
1837 }
1838 break;
1839 }
@@ -1963,7 +1905,9 @@
1905 break;
1906 }
1907 case 'getnetworkinfo': {
1966 - if ((currentNode._id == message.nodeid) && (xxdialogMode == 2) && (xxdialogTag == 'if' + message.nodeid)) {
1908 + if (currentNode._id != message.nodeid) return;
1909 + updateDeviceDetails(getNodeFromId(message.nodeid), null, message);
1910 + if ((xxdialogMode == 2) && (xxdialogTag == 'if' + message.nodeid)) {
1911 if (message.netif == null) {
1912 QH('d2netinfo', "No network interface information available for this device.");
1913 } else {
@@ -5058,6 +5002,7 @@
5002 meshserver.send({ action: 'powertimeline', nodeid: currentNode._id });
5003 meshserver.send({ action: 'lastconnect', nodeid: currentNode._id });
5004 meshserver.send({ action: 'getsysinfo', nodeid: currentNode._id });
5005 + meshserver.send({ action: 'getnetworkinfo', nodeid: currentNode._id });
5006 QH('p17info', '');
5007 }
5008
@@ -7347,6 +7292,177 @@
7292 }
7293 }
7294
7295 + //
7296 + // DEVICE DETAILS
7297 + //
7298 +
7299 + var DeviceDetailsHardware = null;
7300 + var DeviceDetailsNetwork = null;
7301 + var DeviceDetailsNodeId = null;
7302 + function updateDeviceDetails(node, hardware, network) {
7303 + if (currentNode == null) return;
7304 + if (node == null) { node = currentNode; }
7305 + if (currentNode._id != node._id) return;
7306 + if (DeviceDetailsNodeId != node._id) { DeviceDetailsHardware = null; DeviceDetailsNetwork = null; DeviceDetailsNodeId = node._id; }
7307 + if (hardware != null) { DeviceDetailsHardware = hardware; }
7308 + if (network != null) { DeviceDetailsNetwork = network; }
7309 + hardware = DeviceDetailsHardware;
7310 + network = DeviceDetailsNetwork;
7311 + if (hardware == null) { hardware = {}; }
7312 + if (network == null) { network = {}; }
7313 + var sections = [], s = {};
7314 +
7315 + // Operating System
7316 + if ((hardware.windows && hardware.windows.osinfo) || node.osdesc) {
7317 + var x = '';
7318 + if (node.rname) { x += addDetailItem("Name", EscapeHtml(node.rname), s); }
7319 + if (node.osdesc) { x += addDetailItem("Version", EscapeHtml(node.osdesc), s); }
7320 + if (hardware.windows && hardware.windows.osinfo) {
7321 + var m = hardware.windows.osinfo;
7322 + if (m.OSArchitecture) { x += addDetailItem("Architecture", EscapeHtml(m.OSArchitecture), s); }
7323 + }
7324 + if (x != '') { sections.push({ name: "Operating System", html: x, img: 'software64.png'}); }
7325 + }
7326 +
7327 + // MeshAgent
7328 + if (node.agent) {
7329 + var x = '';
7330 + if ((node.agent != null) && (node.agent.id != null) && (node.agent.ver != null)) {
7331 + var str = '';
7332 + if (node.agent.id <= agentsStr.length) { str = agentsStr[node.agent.id]; } else { str = agentsStr[0]; }
7333 + if (node.agent.ver != 0) { str += ' v' + node.agent.ver; }
7334 + x += addDetailItem("Mesh Agent", str);
7335 + }
7336 + if ((node.conn & 1) != 0) {
7337 + x += addDetailItem("Last agent connection", "Connected now");
7338 + } else {
7339 + if (node.lastconnect) { x += addDetailItem("Last agent connection", printDateTime(new Date(node.lastconnect))); }
7340 + }
7341 + if (node.lastaddr) {
7342 + var splitip = node.lastaddr.split(':');
7343 + if (splitip.length > 2) {
7344 + // IPv6
7345 + x += addDetailItem("Last agent address", node.lastaddr);
7346 + } else {
7347 + // IPv4
7348 + if (isPrivateIP(node.lastaddr)) {
7349 + x += addDetailItem("Last agent address", splitip[0]);
7350 + } else {
7351 + x += addDetailItem("Last agent address", '<a href="https://iplocation.com/?ip=' + splitip[0] + '" rel="noreferrer noopener" target="MeshIPLoopup">' + splitip[0] + '</a>');
7352 + }
7353 + }
7354 + }
7355 + if (x != '') { sections.push({ name: "Mesh Agent", html: x, img: 'meshagent64.png'}); }
7356 + }
7357 +
7358 + // Networking
7359 + if (network.netif != null) {
7360 + var x = '';
7361 + x += '<table style=width:100%>';
7362 + for (var i in network.netif) {
7363 + var m = network.netif[i];
7364 + x += '<tr><td><div style=color:black;background-color:lightgray;border-radius:5px;padding:8px>';
7365 + x += '<div style=margin-bottom:3px><b>' + EscapeHtml(m.name + (m.dnssuffix?(', ' + m.dnssuffix):'')) + '</b></div>';
7366 + if (m.desc) { x += addDetailItem("Description", EscapeHtml(m.desc).split('(R)').join('&reg;')); }
7367 + //if (m.dnssuffix) { x += addDetailItem("DNS Suffix", m.dnssuffix); }
7368 + if (m.mac) {
7369 + if (m.gatewaymac) {
7370 + x += addDetailItem("MAC Layer", format("MAC: {0}, Gateway: {1}", EscapeHtml(m.mac), EscapeHtml(m.gatewaymac)));
7371 + } else {
7372 + x += addDetailItem("MAC Layer", format("MAC: {0}", m.mac));
7373 + }
7374 + }
7375 + if (m.v4addr && (m.v4addr != '0.0.0.0')) {
7376 + if (m.v4gateway && m.v4mask) {
7377 + x += addDetailItem("IPv4 Layer", format("IP: {0}, Mask: {1}, Gateway: {2}", EscapeHtml(m.v4addr), EscapeHtml(m.v4mask), EscapeHtml(m.v4gateway)));
7378 + } else {
7379 + x += addDetailItem("IPv4 Layer", format("IP: {0}", EscapeHtml(m.v4addr)));
7380 + }
7381 + }
7382 + x += '</div>';
7383 + }
7384 + x += '</table>';
7385 + if (x != '') { sections.push({ name: "Networking", html: x, img: 'networking64.png'}); }
7386 + }
7387 +
7388 + // Attribute: Intel AMT
7389 + if (node.intelamt != null) {
7390 + var x = '';
7391 + x += addDetailItem("Version", (node.intelamt.ver)?('v' + node.intelamt.ver):('<i>' + "Unknown" + '</i>'), s);
7392 + var provisioningStates = { 0: nobreak("Not Activated (Pre)"), 1: nobreak("Not Activated (In)"), 2: nobreak("Activated") };
7393 + var provisioningMode = '';
7394 + if ((node.intelamt.state == 2) && node.intelamt.flags) { if (node.intelamt.flags & 2) { provisioningMode = (', ' + "Client Control Mode (CCM)"); } else if (node.intelamt.flags & 4) { provisioningMode = (', ' + "Admin Control Mode (ACM)"); } }
7395 + x += addDetailItem("Provisioning State", ((node.intelamt.state)?(provisioningStates[node.intelamt.state]):('<i>' + "Unknown" + '</i>')) + provisioningMode, s);
7396 + x += addDetailItem("Security", (node.intelamt.tls == 1)?"Secured using TLS":"TLS is not setup", s);
7397 + x += addDetailItem("Admin Credentials", (node.intelamt.user == null || node.intelamt.user == '')?"Not Known":"Known", s);
7398 + if (x != '') { sections.push({ name: "Intel&reg; Active Management Technology (Intel&reg; AMT)", html: x, img: 'amt64.png' }); }
7399 + }
7400 +
7401 + if (hardware.identifiers) {
7402 + var x = '', ident = hardware.identifiers;
7403 + // BIOS
7404 + if (ident.bios_vendor) { x += addDetailItem("Vendor", EscapeHtml(ident.bios_vendor), s); }
7405 + if (ident.bios_version) { x += addDetailItem("Version", EscapeHtml(ident.bios_version), s); }
7406 + if (x != '') { sections.push({ name: "BIOS", html: x, img: 'chip64.png' }); }
7407 +
7408 + // Motherboard
7409 + x = '';
7410 + if (ident.board_vendor) { x += addDetailItem("Vendor", EscapeHtml(ident.board_vendor), s); }
7411 + if (ident.board_name) { x += addDetailItem("Name", EscapeHtml(ident.board_name), s); }
7412 + if (ident.board_serial && (ident.board_serial != '')) { x += addDetailItem("Serial", EscapeHtml(ident.board_serial), s); }
7413 + if (ident.board_version) { x += addDetailItem("Version", EscapeHtml(ident.board_version), s); }
7414 + if (ident.product_uuid) { x += addDetailItem("Identifier", EscapeHtml(ident.product_uuid), s); }
7415 + if (x != '') { sections.push({ name: "Motherboard", html: x, img: 'motherboard64.png'}); }
7416 + }
7417 +
7418 + if (hardware.windows) {
7419 + if (hardware.windows.memory) {
7420 + var x = '';
7421 + // Sort Memory
7422 + function memorySort(a, b) { if (a.BankLabel > b.BankLabel) return 1; if (a.BankLabel < b.BankLabel) return -1; return 0; }
7423 + hardware.windows.memory.sort(memorySort);
7424 +
7425 + x += '<table style=width:100%>';
7426 + for (var i in hardware.windows.memory) {
7427 + var m = hardware.windows.memory[i];
7428 + x += '<tr>';//<td VALIGN=Top style=width:38px><img src="images/ram2.png" />'
7429 + x += '<td><div style=color:black;background-color:lightgray;border-radius:5px;padding:8px>';
7430 + x += '<div style=margin-bottom:3px><b>' + EscapeHtml(m.BankLabel) + '</b></div>';
7431 + if (m.Capacity) { x += addDetailItem("Capacity / Speed", format("{0} Mb, {1} Mhz", (m.Capacity / 1024 / 1024), m.Speed), s); }
7432 + if (m.PartNumber) { x += addDetailItem("Part Number", EscapeHtml((m.Manufacturer && m.Manufacturer != 'Undefined')?(m.Manufacturer + ', '):'') + EscapeHtml(m.PartNumber), s); }
7433 + x += '</div>';
7434 + }
7435 + x += '</table>';
7436 +
7437 + if (x != '') { sections.push({ name: "Memory", html: x, img: 'ram64.png'}); }
7438 + }
7439 +
7440 + // Disks
7441 + //x += '<div class=DevSt style=margin-bottom:3px><b>Disks</b></div>';
7442 + //x += '<br />';
7443 + //console.log(message);
7444 + }
7445 +
7446 + // Render the sections
7447 + var x = '';
7448 + for (var i in sections) {
7449 + if (sections[i].img == null) {
7450 + x += '<div class=DevSt style=margin-bottom:3px;margin-left:16px><b>' + sections[i].name + '</b></div><div style=margin-bottom:10px;margin-left:16px>' + sections[i].html + '</div>';
7451 + } else {
7452 + x += '<table style=width:100%><tr>';
7453 + x += '<td style=width:64px;vertical-align:top><img src=images/details/' + sections[i].img + ' border=0 width=64 /></td>'; // height=12
7454 + x += '<td><div class=DevSt style=margin-bottom:3px;margin-left:16px><b>' + sections[i].name + '</b></div><div style=margin-bottom:10px;margin-left:16px>' + sections[i].html + '</div></td>';
7455 + x += '</tr></table>';
7456 + }
7457 + }
7458 +
7459 + if (x == '') {
7460 + QH('p17info', "No information for this device.");
7461 + } else {
7462 + QH('p17info', x);
7463 + }
7464 + }
7465 +
7466 //
7467 // CONSOLE
7468 //
@@ -11120,7 +11236,7 @@
11236 function printDate(d) { return d.toLocaleDateString(args.locale); }
11237 function printTime(d) { return d.toLocaleTimeString(args.locale); }
11238 function printDateTime(d) { return d.toLocaleString(args.locale); }
11123 - function addDetailItem(title, value, state) { return '<div><span style=float:right>' + value + '</span><span>' + title + '</span></div>'; }
11239 + function addDetailItem(title, value, state) { return '<table style=width:100%><td>' + nobreak(title) + '<td style=text-align:right>' + value + '</table>'; }
11240 function format(format) { var args = Array.prototype.slice.call(arguments, 1); return format.replace(/{(\d+)}/g, function (match, number) { return typeof args[number] != 'undefined' ? args[number] : match; }); };
11241 function addTextLink(subtext, text, link) { var i = text.toLowerCase().indexOf(subtext.toLowerCase()); if (i == -1) { return text; } return text.substring(0, i) + '<a href=\"' + link + '\">' + subtext + '</a>' + text.substring(i + subtext.length); }
11242 function nobreak(x) { return x.split(' ').join('&nbsp;'); }