Completed email 2FA.
Ylian Saint-Hilaire committed
Mar 14, 2020 at 15:03 UTC
8a473795999c4507f972ab40e438a699a8105fc7
5 files changed
+1247
-1143
meshuser.js
+27
-4
@@ -1999,6 +1999,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
1999
if (command.resetNextLogin === true) { chguser.passchange = -1; } else { chguser.passchange = Math.floor(Date.now() / 1000); }
2000
delete chguser.passtype; // Remove the password type if one was present.
2001
if (command.removeMultiFactor == true) {
2002
+ if (chguser.otpekey) { delete chguser.otpekey; }
2003
if (chguser.otpsecret) { delete chguser.otpsecret; }
2004
if (chguser.otphkeys) { delete chguser.otphkeys; }
2005
if (chguser.otpkeys) { delete chguser.otpkeys; }
@@ -2984,11 +2985,33 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2985
}
2986
}
2987
2988
+ break;
2989
+ }
2990
+ case 'otpemail':
2991
+ {
2992
+ // Check input
2993
+ if (typeof command.enabled != 'boolean') return;
2994
+
2995
+ // See if we really need to change the state
2996
+ if ((command.enabled === true) && (user.otpekey != null)) return;
2997
+ if ((command.enabled === false) && (user.otpekey == null)) return;
2998
+
2999
+ // Change the email 2FA of this user
3000
+ if (command.enabled === true) { user.otpekey = {}; } else { delete user.otpekey; }
3001
+ parent.db.SetUser(user);
3002
+ ws.send(JSON.stringify({ action: 'otpemail', success: true, enabled: command.enabled })); // Report success
3003
+
3004
+ // Notify change
3005
+ var targets = ['*', 'server-users', user._id];
3006
+ if (user.groups) { for (var i in user.groups) { targets.push('server-users:' + i); } }
3007
+ var event = { etype: 'user', userid: user._id, username: user.name, account: parent.CloneSafeUser(user), action: 'accountchange', msg: command.enabled ? "Enabled email two-factor authentication." :"Disabled email two-factor authentication.", domain: domain.id };
3008
+ if (db.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come.
3009
+ parent.parent.DispatchEvent(targets, obj, event);
3010
break;
3011
}
3012
case 'otpauth-request':
3013
{
2991
- // Check is 2-step login is supported
3014
+ // Check if 2-step login is supported
3015
const twoStepLoginSupported = ((parent.parent.config.settings.no2factorauth !== true) && (domain.auth != 'sspi') && (parent.parent.certificates.CommonName.indexOf('.') != -1) && (args.nousers !== true));
3016
if (twoStepLoginSupported) {
3017
// Request a one time password to be setup
@@ -3002,7 +3025,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3025
}
3026
case 'otpauth-setup':
3027
{
3005
- // Check is 2-step login is supported
3028
+ // Check if 2-step login is supported
3029
const twoStepLoginSupported = ((parent.parent.config.settings.no2factorauth !== true) && (domain.auth != 'sspi') && (parent.parent.certificates.CommonName.indexOf('.') != -1) && (args.nousers !== true));
3030
if (twoStepLoginSupported) {
3031
// Perform the one time password setup
@@ -3030,7 +3053,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3053
}
3054
case 'otpauth-clear':
3055
{
3033
- // Check is 2-step login is supported
3056
+ // Check if 2-step login is supported
3057
const twoStepLoginSupported = ((parent.parent.config.settings.no2factorauth !== true) && (domain.auth != 'sspi') && (parent.parent.certificates.CommonName.indexOf('.') != -1) && (args.nousers !== true));
3058
if (twoStepLoginSupported) {
3059
// Clear the one time password secret
@@ -3053,7 +3076,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
3076
}
3077
case 'otpauth-getpasswords':
3078
{
3056
- // Check is 2-step login is supported
3079
+ // Check if 2-step login is supported
3080
const twoStepLoginSupported = ((parent.parent.config.settings.no2factorauth !== true) && (domain.auth != 'sspi') && (parent.parent.certificates.CommonName.indexOf('.') != -1) && (args.nousers !== true));
3081
if (twoStepLoginSupported == false) break;
3082
translate/translate.json
+1182
-1130
@@ -11,8 +11,8 @@
11
"pt": " + CIRA",
12
"ru": " + CIRA",
13
"xloc": [
14
- "default.handlebars->27->1060",
15
- "default.handlebars->27->1062"
14
+ "default.handlebars->27->1063",
15
+ "default.handlebars->27->1065"
16
]
17
},
18
{
@@ -154,7 +154,7 @@
154
"pt": " / ",
155
"ru": " / ",
156
"xloc": [
157
- "default-mobile.handlebars->9->94"
157
+ "default-mobile.handlebars->9->97"
158
]
159
},
160
{
@@ -168,7 +168,7 @@
168
"pt": " Adicionar usuário",
169
"ru": " Добавить пользователя",
170
"xloc": [
171
- "default-mobile.handlebars->9->280"
171
+ "default-mobile.handlebars->9->283"
172
]
173
},
174
{
@@ -182,7 +182,7 @@
182
"pt": " Dica de senha pode ser usada, mas não é recomendada.",
183
"ru": "Может быть использована подсказка пароля, но не рекоммендуется.",
184
"xloc": [
185
- "default.handlebars->27->992"
185
+ "default.handlebars->27->995"
186
]
187
},
188
{
@@ -196,8 +196,8 @@
196
"pt": " Os usuários precisam fazer login neste servidor uma vez antes de poderem ser adicionados a um grupo de dispositivos.",
197
"ru": " Для добавления в группу устройств, пользователь должен зайти на сервер хотя бы один раз.",
198
"xloc": [
199
- "default.handlebars->27->1135",
200
- "default.handlebars->27->1367"
199
+ "default.handlebars->27->1138",
200
+ "default.handlebars->27->1370"
201
]
202
},
203
{
@@ -239,7 +239,7 @@
239
"pt": " nó",
240
"ru": " устройство",
241
"xloc": [
242
- "default-mobile.handlebars->9->127"
242
+ "default-mobile.handlebars->9->130"
243
]
244
},
245
{
@@ -253,7 +253,7 @@
253
"pt": " nós",
254
"ru": " устройства",
255
"xloc": [
256
- "default-mobile.handlebars->9->128"
256
+ "default-mobile.handlebars->9->131"
257
]
258
},
259
{
@@ -353,7 +353,7 @@
353
"pt": "* Deixe em branco para atribuir uma senha aleatória a cada dispositivo.",
354
"ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
355
"xloc": [
356
- "default.handlebars->27->1110"
356
+ "default.handlebars->27->1113"
357
]
358
},
359
{
@@ -382,8 +382,8 @@
382
"pt": ", ",
383
"ru": ", ",
384
"xloc": [
385
- "default-mobile.handlebars->9->330",
386
- "default.handlebars->27->1188"
385
+ "default-mobile.handlebars->9->333",
386
+ "default.handlebars->27->1191"
387
]
388
},
389
{
@@ -397,7 +397,7 @@
397
"pt": ", Intel® AMT only",
398
"ru": ", только для Intel® AMT",
399
"xloc": [
400
- "default-mobile.handlebars->9->92",
400
+ "default-mobile.handlebars->9->95",
401
"default.handlebars->27->162"
402
]
403
},
@@ -440,8 +440,8 @@
440
"pt": ", WebRTC",
441
"ru": ", WebRTC",
442
"xloc": [
443
- "default-mobile.handlebars->9->228",
444
- "default-mobile.handlebars->9->238",
443
+ "default-mobile.handlebars->9->231",
444
+ "default-mobile.handlebars->9->241",
445
"default.handlebars->27->606",
446
"default.handlebars->27->636",
447
"default.handlebars->27->648",
@@ -502,7 +502,7 @@
502
"pt": "-",
503
"ru": "-",
504
"xloc": [
505
- "default-mobile.handlebars->9->231",
505
+ "default-mobile.handlebars->9->234",
506
"xterm.handlebars->p11->deskarea0->deskarea1->3"
507
]
508
},
@@ -539,10 +539,10 @@
539
"pt": "...",
540
"ru": "...",
541
"xloc": [
542
- "default-mobile.handlebars->9->243",
543
- "default-mobile.handlebars->9->67",
544
- "default.handlebars->27->1210",
545
- "default.handlebars->27->1443",
542
+ "default-mobile.handlebars->9->246",
543
+ "default-mobile.handlebars->9->70",
544
+ "default.handlebars->27->1213",
545
+ "default.handlebars->27->1446",
546
"default.handlebars->27->650"
547
]
548
},
@@ -557,7 +557,7 @@
557
"pt": "0",
558
"ru": "0",
559
"xloc": [
560
- "default-mobile.handlebars->9->232",
560
+ "default-mobile.handlebars->9->235",
561
"default.handlebars->container->masthead->7->notificationCount"
562
]
563
},
@@ -586,7 +586,7 @@
586
"pt": "1 sessão ativa",
587
"ru": "1 активная сессия",
588
"xloc": [
589
- "default.handlebars->27->1407"
589
+ "default.handlebars->27->1410"
590
]
591
},
592
{
@@ -600,9 +600,9 @@
600
"pt": "1 byte",
601
"ru": "1 байт",
602
"xloc": [
603
- "default-mobile.handlebars->9->334",
604
- "default-mobile.handlebars->9->77",
605
- "default.handlebars->27->1227"
603
+ "default-mobile.handlebars->9->337",
604
+ "default-mobile.handlebars->9->80",
605
+ "default.handlebars->27->1230"
606
]
607
},
608
{
@@ -632,7 +632,7 @@
632
"pt": "1 grupo",
633
"ru": "1 группа",
634
"xloc": [
635
- "default.handlebars->27->1391"
635
+ "default.handlebars->27->1394"
636
]
637
},
638
{
@@ -690,7 +690,7 @@
690
"pt": "Mais 1 usuário não mostrado, use a caixa de pesquisa para procurar usuários...",
691
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
692
"xloc": [
693
- "default.handlebars->27->1262"
693
+ "default.handlebars->27->1265"
694
]
695
},
696
{
@@ -730,7 +730,7 @@
730
"pt": "1 sessão",
731
"ru": "1 сессия",
732
"xloc": [
733
- "default.handlebars->27->1266"
733
+ "default.handlebars->27->1269"
734
]
735
},
736
{
@@ -946,7 +946,7 @@
946
"pt": "Autenticação de segundo fator ativada",
947
"ru": "двухфакторная аутентификация включена",
948
"xloc": [
949
- "default.handlebars->27->1400"
949
+ "default.handlebars->27->1403"
950
]
951
},
952
{
@@ -974,7 +974,7 @@
974
"pt": "3",
975
"ru": "3",
976
"xloc": [
977
- "default-mobile.handlebars->9->269"
977
+ "default-mobile.handlebars->9->272"
978
]
979
},
980
{
@@ -1420,7 +1420,7 @@
1420
"pt": "ACM",
1421
"ru": "ACM",
1422
"xloc": [
1423
- "default-mobile.handlebars->9->182",
1423
+ "default-mobile.handlebars->9->185",
1424
"default.handlebars->27->460"
1425
]
1426
},
@@ -1449,7 +1449,7 @@
1449
"pt": "ARM-Linaro",
1450
"ru": "ARM-Linaro",
1451
"xloc": [
1452
- "default-mobile.handlebars->9->167",
1452
+ "default-mobile.handlebars->9->170",
1453
"default.handlebars->27->37"
1454
]
1455
},
@@ -1464,7 +1464,7 @@
1464
"pt": "ARMv6l / ARMv7l",
1465
"ru": "ARMv6l / ARMv7l",
1466
"xloc": [
1467
- "default-mobile.handlebars->9->168",
1467
+ "default-mobile.handlebars->9->171",
1468
"default.handlebars->27->38"
1469
]
1470
},
@@ -1479,7 +1479,7 @@
1479
"pt": "ARMv6l / ARMv7l / NoKVM",
1480
"ru": "ARMv6l / ARMv7l / NoKVM",
1481
"xloc": [
1482
- "default-mobile.handlebars->9->170",
1482
+ "default-mobile.handlebars->9->173",
1483
"default.handlebars->27->40"
1484
]
1485
},
@@ -1494,7 +1494,7 @@
1494
"pt": "ARMv8 64bit",
1495
"ru": "ARMv8 64bit",
1496
"xloc": [
1497
- "default-mobile.handlebars->9->169",
1497
+ "default-mobile.handlebars->9->172",
1498
"default.handlebars->27->39"
1499
]
1500
},
@@ -1522,8 +1522,8 @@
1522
"nl": "Toegang geweigerd.",
1523
"ru": "Отказано в доступе.",
1524
"xloc": [
1525
- "login-mobile.handlebars->5->13",
1526
- "login.handlebars->5->13"
1525
+ "login-mobile.handlebars->5->14",
1526
+ "login.handlebars->5->14"
1527
]
1528
},
1529
{
@@ -1537,7 +1537,7 @@
1537
"pt": "Acesso aos arquivos do servidor",
1538
"ru": "Доступ к файлам сервера",
1539
"xloc": [
1540
- "default.handlebars->27->1372"
1540
+ "default.handlebars->27->1375"
1541
]
1542
},
1543
{
@@ -1595,13 +1595,13 @@
1595
"pt": "Segurança da Conta",
1596
"ru": "Безопасность учетной записи",
1597
"xloc": [
1598
- "default-mobile.handlebars->9->129",
1599
- "default-mobile.handlebars->9->131",
1600
- "default-mobile.handlebars->9->52",
1601
- "default-mobile.handlebars->9->54",
1598
+ "default-mobile.handlebars->9->132",
1599
+ "default-mobile.handlebars->9->134",
1600
+ "default-mobile.handlebars->9->55",
1601
+ "default-mobile.handlebars->9->57",
1602
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->1->0",
1603
- "default.handlebars->27->1001",
1604
- "default.handlebars->27->1003",
1603
+ "default.handlebars->27->1004",
1604
+ "default.handlebars->27->1006",
1605
"default.handlebars->27->433",
1606
"default.handlebars->27->435"
1607
]
@@ -1630,8 +1630,8 @@
1630
"nl": "Gebruikersaccount limiet bereikt.",
1631
"ru": "Достигнуто ограничение учетных записей.",
1632
"xloc": [
1633
- "login-mobile.handlebars->5->3",
1634
- "login.handlebars->5->3"
1633
+ "login-mobile.handlebars->5->4",
1634
+ "login.handlebars->5->4"
1635
]
1636
},
1637
{
@@ -1644,8 +1644,8 @@
1644
"nl": "Gebruikersaccount vergrendeld",
1645
"ru": "Учетная запись заблокирована.",
1646
"xloc": [
1647
- "login-mobile.handlebars->5->12",
1648
- "login.handlebars->5->12"
1647
+ "login-mobile.handlebars->5->13",
1648
+ "login.handlebars->5->13"
1649
]
1650
},
1651
{
@@ -1658,8 +1658,8 @@
1658
"nl": "Gebruikersaccount niet gevonden",
1659
"ru": "Учетная запись не найдена.",
1660
"xloc": [
1661
- "login-mobile.handlebars->5->9",
1662
- "login.handlebars->5->9"
1661
+ "login-mobile.handlebars->5->10",
1662
+ "login.handlebars->5->10"
1663
]
1664
},
1665
{
@@ -1757,8 +1757,8 @@
1757
"pt": "ativado",
1758
"ru": "Активировано",
1759
"xloc": [
1760
- "default-mobile.handlebars->9->177",
1761
- "default-mobile.handlebars->9->179",
1760
+ "default-mobile.handlebars->9->180",
1761
+ "default-mobile.handlebars->9->182",
1762
"default.handlebars->27->453",
1763
"default.handlebars->27->455",
1764
"default.handlebars->27->716"
@@ -1774,8 +1774,8 @@
1774
"pt": "Ativação",
1775
"ru": "Активация",
1776
"xloc": [
1777
- "default.handlebars->27->1073",
1778
- "default.handlebars->27->1075",
1777
+ "default.handlebars->27->1076",
1778
+ "default.handlebars->27->1078",
1779
"default.handlebars->27->212",
1780
"default.handlebars->27->214"
1781
]
@@ -1847,10 +1847,10 @@
1847
"pt": "Adicionar grupo de dispositivos",
1848
"ru": "Добавить группу устройств",
1849
"xloc": [
1850
- "default.handlebars->27->1161",
1851
- "default.handlebars->27->1163",
1852
- "default.handlebars->27->1346",
1853
- "default.handlebars->27->1420",
1850
+ "default.handlebars->27->1164",
1851
+ "default.handlebars->27->1166",
1852
+ "default.handlebars->27->1349",
1853
+ "default.handlebars->27->1423",
1854
"default.handlebars->27->187"
1855
]
1856
},
@@ -1917,7 +1917,7 @@
1917
"nl": "Lidmaatschap toevoegen",
1918
"ru": "Добавить участие",
1919
"xloc": [
1920
- "default.handlebars->27->1439"
1920
+ "default.handlebars->27->1442"
1921
]
1922
},
1923
{
@@ -1949,8 +1949,8 @@
1949
"default.handlebars->27->130",
1950
"default.handlebars->27->133",
1951
"default.handlebars->27->134",
1952
- "default.handlebars->27->770",
1953
- "default.handlebars->27->771"
1952
+ "default.handlebars->27->773",
1953
+ "default.handlebars->27->774"
1954
]
1955
},
1956
{
@@ -1961,9 +1961,9 @@
1961
"nl": "Gebruikersgroep toevoegen",
1962
"ru": "Добавить группу пользователей",
1963
"xloc": [
1964
- "default.handlebars->27->1067",
1965
- "default.handlebars->27->1162",
1966
- "default.handlebars->27->1429"
1964
+ "default.handlebars->27->1070",
1965
+ "default.handlebars->27->1165",
1966
+ "default.handlebars->27->1432"
1967
]
1968
},
1969
{
@@ -1977,7 +1977,7 @@
1977
"pt": "Adicionar usuário à malha",
1978
"ru": "Добавить пользователя в Mesh",
1979
"xloc": [
1980
- "default-mobile.handlebars->9->309"
1980
+ "default-mobile.handlebars->9->312"
1981
]
1982
},
1983
{
@@ -1991,8 +1991,8 @@
1991
"pt": "Adicionar usuários",
1992
"ru": "Добавить пользователей",
1993
"xloc": [
1994
- "default.handlebars->27->1066",
1995
- "default.handlebars->27->1341"
1994
+ "default.handlebars->27->1069",
1995
+ "default.handlebars->27->1344"
1996
]
1997
},
1998
{
@@ -2006,7 +2006,7 @@
2006
"pt": "Adicionar usuários ao grupo de dispositivos",
2007
"ru": "Добавить пользователей в группу устройств",
2008
"xloc": [
2009
- "default.handlebars->27->1160"
2009
+ "default.handlebars->27->1163"
2010
]
2011
},
2012
{
@@ -2017,7 +2017,7 @@
2017
"nl": "Voeg gebruikers toe aan de gebruikersgroep",
2018
"ru": "Добавить пользователей в группу",
2019
"xloc": [
2020
- "default.handlebars->27->1369"
2020
+ "default.handlebars->27->1372"
2021
]
2022
},
2023
{
@@ -2059,7 +2059,7 @@
2059
"pt": "Adicione um novo Intel® Computador AMT localizado na Internet.",
2060
"ru": "Добавить новый Intel® AMT компьютер, находящийся в интернете.",
2061
"xloc": [
2062
- "default.handlebars->27->1068",
2062
+ "default.handlebars->27->1071",
2063
"default.handlebars->27->205"
2064
]
2065
},
@@ -2074,7 +2074,7 @@
2074
"pt": "Adicione um novo Intel® AMT computer that is located on the local network.",
2075
"ru": "Добавить новый Intel® AMT компьютер, находящийся в локальной сети.",
2076
"xloc": [
2077
- "default.handlebars->27->1070",
2077
+ "default.handlebars->27->1073",
2078
"default.handlebars->27->207"
2079
]
2080
},
@@ -2103,7 +2103,7 @@
2103
"pt": "Adicione um novo computador a essa malha instalando o agente de malha.",
2104
"ru": "Добавить новый компьютер к этой сети установкой Mesh Agent.",
2105
"xloc": [
2106
- "default.handlebars->27->1076",
2106
+ "default.handlebars->27->1079",
2107
"default.handlebars->27->215"
2108
]
2109
},
@@ -2178,7 +2178,7 @@
2178
"pt": "Admin Realms",
2179
"ru": "Области администратора",
2180
"xloc": [
2181
- "default.handlebars->27->1395"
2181
+ "default.handlebars->27->1398"
2182
]
2183
},
2184
{
@@ -2205,7 +2205,7 @@
2205
"pt": "Domínios Administrativos",
2206
"ru": "Административные области",
2207
"xloc": [
2208
- "default.handlebars->27->1311"
2208
+ "default.handlebars->27->1314"
2209
]
2210
},
2211
{
@@ -2219,7 +2219,7 @@
2219
"pt": "Administrador",
2220
"ru": "Администратор",
2221
"xloc": [
2222
- "default.handlebars->27->1273"
2222
+ "default.handlebars->27->1276"
2223
]
2224
},
2225
{
@@ -2232,7 +2232,7 @@
2232
"pt": "afrikaans",
2233
"ru": "Африканский",
2234
"xloc": [
2235
- "default.handlebars->27->773"
2235
+ "default.handlebars->27->776"
2236
]
2237
},
2238
{
@@ -2246,11 +2246,11 @@
2246
"pt": "Agente",
2247
"ru": "Агент",
2248
"xloc": [
2249
- "default-mobile.handlebars->9->121",
2250
- "default-mobile.handlebars->9->174",
2251
- "default-mobile.handlebars->9->190",
2252
- "default.handlebars->27->1198",
2253
- "default.handlebars->27->1204",
2249
+ "default-mobile.handlebars->9->124",
2250
+ "default-mobile.handlebars->9->177",
2251
+ "default-mobile.handlebars->9->193",
2252
+ "default.handlebars->27->1201",
2253
+ "default.handlebars->27->1207",
2254
"default.handlebars->27->166",
2255
"default.handlebars->27->355",
2256
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -2264,8 +2264,8 @@
2264
"nl": "Agent + Intel AMT",
2265
"ru": "Агент + Intel AMT",
2266
"xloc": [
2267
- "default.handlebars->27->1200",
2268
- "default.handlebars->27->1206"
2267
+ "default.handlebars->27->1203",
2268
+ "default.handlebars->27->1209"
2269
]
2270
},
2271
{
@@ -2291,8 +2291,8 @@
2291
"pt": "Console do agente",
2292
"ru": "Консоль агента",
2293
"xloc": [
2294
- "default-mobile.handlebars->9->315",
2295
- "default.handlebars->27->1171"
2294
+ "default-mobile.handlebars->9->318",
2295
+ "default.handlebars->27->1174"
2296
]
2297
},
2298
{
@@ -2303,7 +2303,7 @@
2303
"nl": "Agent fout tellers",
2304
"ru": "Счетчик ошибок агента",
2305
"xloc": [
2306
- "default.handlebars->27->1451"
2306
+ "default.handlebars->27->1454"
2307
]
2308
},
2309
{
@@ -2324,7 +2324,7 @@
2324
"pt": "Retransmissão do agente",
2325
"ru": "Ретранслятор агента",
2326
"xloc": [
2327
- "default-mobile.handlebars->9->193"
2327
+ "default-mobile.handlebars->9->196"
2328
]
2329
},
2330
{
@@ -2349,7 +2349,7 @@
2349
"nl": "Agent Sessies",
2350
"ru": "Сессии агентов",
2351
"xloc": [
2352
- "default.handlebars->27->1467"
2352
+ "default.handlebars->27->1470"
2353
]
2354
},
2355
{
@@ -2362,7 +2362,7 @@
2362
"pt": "Etiqueta do agente",
2363
"ru": "Тег агента",
2364
"xloc": [
2365
- "default-mobile.handlebars->9->189",
2365
+ "default-mobile.handlebars->9->192",
2366
"default.handlebars->27->472"
2367
]
2368
},
@@ -2374,7 +2374,7 @@
2374
"nl": "Agent Type",
2375
"ru": "Типы агента",
2376
"xloc": [
2377
- "default.handlebars->27->1202",
2377
+ "default.handlebars->27->1205",
2378
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
2379
]
2380
},
@@ -2446,7 +2446,7 @@
2446
"pt": "Agentes",
2447
"ru": "Агенты",
2448
"xloc": [
2449
- "default.handlebars->27->1480"
2449
+ "default.handlebars->27->1483"
2450
]
2451
},
2452
{
@@ -2459,7 +2459,7 @@
2459
"pt": "albanês",
2460
"ru": "Албанский",
2461
"xloc": [
2462
- "default.handlebars->27->774"
2462
+ "default.handlebars->27->777"
2463
]
2464
},
2465
{
@@ -2473,9 +2473,9 @@
2473
"pt": "Todos",
2474
"ru": "Все",
2475
"xloc": [
2476
- "default-mobile.handlebars->9->244",
2477
- "default-mobile.handlebars->9->246",
2478
- "default-mobile.handlebars->9->76"
2476
+ "default-mobile.handlebars->9->247",
2477
+ "default-mobile.handlebars->9->249",
2478
+ "default-mobile.handlebars->9->79"
2479
]
2480
},
2481
{
@@ -2489,7 +2489,7 @@
2489
"pt": "Todas as telas",
2490
"ru": "Все экраны",
2491
"xloc": [
2492
- "default-mobile.handlebars->9->233"
2492
+ "default-mobile.handlebars->9->236"
2493
]
2494
},
2495
{
@@ -2518,8 +2518,8 @@
2518
"pt": "Permitir que os usuários gerenciem esse grupo de dispositivos e dispositivos neste grupo.",
2519
"ru": "Разрешить пользователям управлять этой группой и устройствами этой группы.",
2520
"xloc": [
2521
- "default.handlebars->27->1134",
2522
- "default.handlebars->27->1366"
2521
+ "default.handlebars->27->1137",
2522
+ "default.handlebars->27->1369"
2523
]
2524
},
2525
{
@@ -2585,7 +2585,7 @@
2585
"pt": "Notificar sempre",
2586
"ru": "Всегда уведомлять",
2587
"xloc": [
2588
- "default.handlebars->27->1049"
2588
+ "default.handlebars->27->1052"
2589
]
2590
},
2591
{
@@ -2599,7 +2599,7 @@
2599
"pt": "Sempre alerta",
2600
"ru": "Всегда запрашивать",
2601
"xloc": [
2602
- "default.handlebars->27->1050"
2602
+ "default.handlebars->27->1053"
2603
]
2604
},
2605
{
@@ -2613,7 +2613,7 @@
2613
"pt": "Android APK",
2614
"ru": "Android APK",
2615
"xloc": [
2616
- "default-mobile.handlebars->9->157",
2616
+ "default-mobile.handlebars->9->160",
2617
"default.handlebars->27->27"
2618
]
2619
},
@@ -2628,7 +2628,7 @@
2628
"pt": "Android ARM",
2629
"ru": "Android ARM",
2630
"xloc": [
2631
- "default-mobile.handlebars->9->152",
2631
+ "default-mobile.handlebars->9->155",
2632
"default.handlebars->27->22"
2633
]
2634
},
@@ -2643,7 +2643,7 @@
2643
"pt": "Android x86",
2644
"ru": "Android x86",
2645
"xloc": [
2646
- "default-mobile.handlebars->9->155",
2646
+ "default-mobile.handlebars->9->158",
2647
"default.handlebars->27->25"
2648
]
2649
},
@@ -2726,7 +2726,7 @@
2726
"pt": "Árabe (Argélia)",
2727
"ru": "Арабский (Алжир)",
2728
"xloc": [
2729
- "default.handlebars->27->776"
2729
+ "default.handlebars->27->779"
2730
]
2731
},
2732
{
@@ -2738,7 +2738,7 @@
2738
"pt": "Árabe (Bahrain)",
2739
"ru": "Арабский (Бахрейн)",
2740
"xloc": [
2741
- "default.handlebars->27->777"
2741
+ "default.handlebars->27->780"
2742
]
2743
},
2744
{
@@ -2751,7 +2751,7 @@
2751
"pt": "Árabe (Egito)",
2752
"ru": "Арабский (Египет)",
2753
"xloc": [
2754
- "default.handlebars->27->778"
2754
+ "default.handlebars->27->781"
2755
]
2756
},
2757
{
@@ -2764,7 +2764,7 @@
2764
"pt": "Árabe (Iraque)",
2765
"ru": "Арабский (Ирак)",
2766
"xloc": [
2767
- "default.handlebars->27->779"
2767
+ "default.handlebars->27->782"
2768
]
2769
},
2770
{
@@ -2777,7 +2777,7 @@
2777
"pt": "Árabe (Jordânia)",
2778
"ru": "Арабский (Иордания)",
2779
"xloc": [
2780
- "default.handlebars->27->780"
2780
+ "default.handlebars->27->783"
2781
]
2782
},
2783
{
@@ -2789,7 +2789,7 @@
2789
"pt": "Árabe (Kuwait)",
2790
"ru": "Арабский (Кувейт)",
2791
"xloc": [
2792
- "default.handlebars->27->781"
2792
+ "default.handlebars->27->784"
2793
]
2794
},
2795
{
@@ -2801,7 +2801,7 @@
2801
"pt": "Árabe (Líbano)",
2802
"ru": "Арабский (Ливан)",
2803
"xloc": [
2804
- "default.handlebars->27->782"
2804
+ "default.handlebars->27->785"
2805
]
2806
},
2807
{
@@ -2814,7 +2814,7 @@
2814
"pt": "Árabe (Líbia)",
2815
"ru": "Арабский (Ливия)",
2816
"xloc": [
2817
- "default.handlebars->27->783"
2817
+ "default.handlebars->27->786"
2818
]
2819
},
2820
{
@@ -2827,7 +2827,7 @@
2827
"pt": "Árabe (Marrocos)",
2828
"ru": "Арабский (Марокко)",
2829
"xloc": [
2830
- "default.handlebars->27->784"
2830
+ "default.handlebars->27->787"
2831
]
2832
},
2833
{
@@ -2839,7 +2839,7 @@
2839
"pt": "Árabe (Omã)",
2840
"ru": "Арабский (Оман)",
2841
"xloc": [
2842
- "default.handlebars->27->785"
2842
+ "default.handlebars->27->788"
2843
]
2844
},
2845
{
@@ -2852,7 +2852,7 @@
2852
"pt": "Árabe (Catar)",
2853
"ru": "Арабский (Катар)",
2854
"xloc": [
2855
- "default.handlebars->27->786"
2855
+ "default.handlebars->27->789"
2856
]
2857
},
2858
{
@@ -2865,7 +2865,7 @@
2865
"pt": "Árabe (Arábia Saudita)",
2866
"ru": "Арабский (Саудовская Аравия)",
2867
"xloc": [
2868
- "default.handlebars->27->787"
2868
+ "default.handlebars->27->790"
2869
]
2870
},
2871
{
@@ -2878,7 +2878,7 @@
2878
"pt": "Árabe (padrão)",
2879
"ru": "Арабский (стандартный)",
2880
"xloc": [
2881
- "default.handlebars->27->775"
2881
+ "default.handlebars->27->778"
2882
]
2883
},
2884
{
@@ -2891,7 +2891,7 @@
2891
"pt": "Árabe (Síria)",
2892
"ru": "Арабский (Сирия)",
2893
"xloc": [
2894
- "default.handlebars->27->788"
2894
+ "default.handlebars->27->791"
2895
]
2896
},
2897
{
@@ -2904,7 +2904,7 @@
2904
"pt": "Árabe (Tunísia)",
2905
"ru": "Арабский (Тунис)",
2906
"xloc": [
2907
- "default.handlebars->27->789"
2907
+ "default.handlebars->27->792"
2908
]
2909
},
2910
{
@@ -2916,7 +2916,7 @@
2916
"pt": "Árabe (U.A.E)",
2917
"ru": "Арабский (О.А.Э.)",
2918
"xloc": [
2919
- "default.handlebars->27->790"
2919
+ "default.handlebars->27->793"
2920
]
2921
},
2922
{
@@ -2929,7 +2929,7 @@
2929
"pt": "Árabe (Iêmen)",
2930
"ru": "Арабский (Йемен)",
2931
"xloc": [
2932
- "default.handlebars->27->791"
2932
+ "default.handlebars->27->794"
2933
]
2934
},
2935
{
@@ -2942,7 +2942,7 @@
2942
"pt": "Aragonês",
2943
"ru": "Арагонский",
2944
"xloc": [
2945
- "default.handlebars->27->792"
2945
+ "default.handlebars->27->795"
2946
]
2947
},
2948
{
@@ -2983,8 +2983,8 @@
2983
"pt": "Tem certeza de que deseja excluir o grupo {0}? A exclusão do grupo de dispositivos também excluirá todas as informações sobre os dispositivos desse grupo.",
2984
"ru": "Вы действительно хотите удалить группу \\\"{0}\\\"? Удаление группы приведет к удалению всей информации связанной с устройствами в этой группе.",
2985
"xloc": [
2986
- "default-mobile.handlebars->9->286",
2987
- "default.handlebars->27->1114"
2986
+ "default-mobile.handlebars->9->289",
2987
+ "default.handlebars->27->1117"
2988
]
2989
},
2990
{
@@ -3037,7 +3037,7 @@
3037
"nl": "Weet u zeker dat u de plug-in {0} wilt gebruiken: {1}",
3038
"ru": "Вы уверенны, что {0} плагин: {1}",
3039
"xloc": [
3040
- "default.handlebars->27->1516"
3040
+ "default.handlebars->27->1519"
3041
]
3042
},
3043
{
@@ -3050,7 +3050,7 @@
3050
"pt": "Armênio",
3051
"ru": "Армянский",
3052
"xloc": [
3053
- "default.handlebars->27->793"
3053
+ "default.handlebars->27->796"
3054
]
3055
},
3056
{
@@ -3062,7 +3062,7 @@
3062
"pt": "Assamese",
3063
"ru": "Ассамский",
3064
"xloc": [
3065
- "default.handlebars->27->794"
3065
+ "default.handlebars->27->797"
3066
]
3067
},
3068
{
@@ -3074,7 +3074,7 @@
3074
"pt": "Asturiano",
3075
"ru": "Астурии",
3076
"xloc": [
3077
- "default.handlebars->27->795"
3077
+ "default.handlebars->27->798"
3078
]
3079
},
3080
{
@@ -3087,7 +3087,7 @@
3087
"pt": "Aplicativo de autenticação",
3088
"ru": "Приложение аутентификации",
3089
"xloc": [
3090
- "default.handlebars->27->1396"
3090
+ "default.handlebars->27->1399"
3091
]
3092
},
3093
{
@@ -3103,12 +3103,12 @@
3103
"xloc": [
3104
"default-mobile.handlebars->9->18",
3105
"default-mobile.handlebars->9->21",
3106
- "default-mobile.handlebars->9->30",
3107
- "default-mobile.handlebars->9->32",
3106
+ "default-mobile.handlebars->9->33",
3107
+ "default-mobile.handlebars->9->35",
3108
"default.handlebars->27->104",
3109
"default.handlebars->27->109",
3110
- "default.handlebars->27->759",
3111
- "default.handlebars->27->761"
3110
+ "default.handlebars->27->762",
3111
+ "default.handlebars->27->764"
3112
]
3113
},
3114
{
@@ -3162,7 +3162,7 @@
3162
"pt": "Remover automaticamente",
3163
"ru": "Автоудаление",
3164
"xloc": [
3165
- "default.handlebars->27->1037"
3165
+ "default.handlebars->27->1040"
3166
]
3167
},
3168
{
@@ -3206,7 +3206,7 @@
3206
"pt": "Azerbaijão",
3207
"ru": "Азербайджанский",
3208
"xloc": [
3209
- "default.handlebars->27->796"
3209
+ "default.handlebars->27->799"
3210
]
3211
},
3212
{
@@ -3343,7 +3343,7 @@
3343
"pt": "Códigos de backup",
3344
"ru": "Резервные коды",
3345
"xloc": [
3346
- "default.handlebars->27->1398"
3346
+ "default.handlebars->27->1401"
3347
]
3348
},
3349
{
@@ -3354,7 +3354,7 @@
3354
"nl": "Ongeldige handtening",
3355
"ru": "Плохой ключ",
3356
"xloc": [
3357
- "default.handlebars->27->1458"
3357
+ "default.handlebars->27->1461"
3358
]
3359
},
3360
{
@@ -3365,7 +3365,7 @@
3365
"nl": "Onjuist webcertificaat",
3366
"ru": "Плохой веб-сертификат",
3367
"xloc": [
3368
- "default.handlebars->27->1457"
3368
+ "default.handlebars->27->1460"
3369
]
3370
},
3371
{
@@ -3377,7 +3377,7 @@
3377
"pt": "Basco",
3378
"ru": "Баскский",
3379
"xloc": [
3380
- "default.handlebars->27->797"
3380
+ "default.handlebars->27->800"
3381
]
3382
},
3383
{
@@ -3404,7 +3404,7 @@
3404
"pt": "Bielorrusso",
3405
"ru": "Белорусский",
3406
"xloc": [
3407
- "default.handlebars->27->799"
3407
+ "default.handlebars->27->802"
3408
]
3409
},
3410
{
@@ -3417,7 +3417,7 @@
3417
"pt": "Bengali",
3418
"ru": "Бенгальский",
3419
"xloc": [
3420
- "default.handlebars->27->800"
3420
+ "default.handlebars->27->803"
3421
]
3422
},
3423
{
@@ -3430,7 +3430,7 @@
3430
"pt": "Bósnia",
3431
"ru": "Боснийский",
3432
"xloc": [
3433
- "default.handlebars->27->801"
3433
+ "default.handlebars->27->804"
3434
]
3435
},
3436
{
@@ -3442,7 +3442,7 @@
3442
"pt": "Breton",
3443
"ru": "Бретонский",
3444
"xloc": [
3445
- "default.handlebars->27->802"
3445
+ "default.handlebars->27->805"
3446
]
3447
},
3448
{
@@ -3456,7 +3456,7 @@
3456
"pt": "Broadcast",
3457
"ru": "Отправить сообщение",
3458
"xloc": [
3459
- "default.handlebars->27->1339",
3459
+ "default.handlebars->27->1342",
3460
"default.handlebars->container->column_l->p4->3->1->0->3->1"
3461
]
3462
},
@@ -3471,7 +3471,7 @@
3471
"pt": "Mensagem de transmissão",
3472
"ru": "Отправить сообщение",
3473
"xloc": [
3474
- "default.handlebars->27->1296"
3474
+ "default.handlebars->27->1299"
3475
]
3476
},
3477
{
@@ -3485,7 +3485,7 @@
3485
"pt": "Transmita uma mensagem para todos os usuários conectados.",
3486
"ru": "Отправить сообщение всем подключенным пользователям.",
3487
"xloc": [
3488
- "default.handlebars->27->1295"
3488
+ "default.handlebars->27->1298"
3489
]
3490
},
3491
{
@@ -3498,7 +3498,7 @@
3498
"pt": "Búlgaria",
3499
"ru": "Болгарский",
3500
"xloc": [
3501
- "default.handlebars->27->798"
3501
+ "default.handlebars->27->801"
3502
]
3503
},
3504
{
@@ -3511,7 +3511,7 @@
3511
"pt": "Birmanês",
3512
"ru": "Бирманский",
3513
"xloc": [
3514
- "default.handlebars->27->803"
3514
+ "default.handlebars->27->806"
3515
]
3516
},
3517
{
@@ -3525,7 +3525,7 @@
3525
"pt": "CCM",
3526
"ru": "CCM",
3527
"xloc": [
3528
- "default-mobile.handlebars->9->181",
3528
+ "default-mobile.handlebars->9->184",
3529
"default.handlebars->27->458"
3530
]
3531
},
@@ -3540,9 +3540,9 @@
3540
"pt": "CIRA",
3541
"ru": "CIRA",
3542
"xloc": [
3543
- "default-mobile.handlebars->9->122",
3544
- "default.handlebars->27->1102",
3545
- "default.handlebars->27->1107",
3543
+ "default-mobile.handlebars->9->125",
3544
+ "default.handlebars->27->1105",
3545
+ "default.handlebars->27->1110",
3546
"default.handlebars->27->168",
3547
"default.handlebars->27->357"
3548
]
@@ -3558,7 +3558,7 @@
3558
"pt": "Servidor CIRA",
3559
"ru": "CIRA Сервер",
3560
"xloc": [
3561
- "default.handlebars->27->1507"
3561
+ "default.handlebars->27->1510"
3562
]
3563
},
3564
{
@@ -3572,7 +3572,7 @@
3572
"pt": "Comandos do servidor CIRA",
3573
"ru": "CIRA Сервер команды",
3574
"xloc": [
3575
- "default.handlebars->27->1508"
3575
+ "default.handlebars->27->1511"
3576
]
3577
},
3578
{
@@ -3583,7 +3583,7 @@
3583
"nl": "CPU gebruik",
3584
"ru": "Загрузка CPU",
3585
"xloc": [
3586
- "default.handlebars->27->1472"
3586
+ "default.handlebars->27->1475"
3587
]
3588
},
3589
{
@@ -3597,7 +3597,7 @@
3597
"pt": "Carga da CPU nos últimos 15 minutos",
3598
"ru": "Загрузка CPU за последние 15 минут",
3599
"xloc": [
3600
- "default.handlebars->27->1475"
3600
+ "default.handlebars->27->1478"
3601
]
3602
},
3603
{
@@ -3611,7 +3611,7 @@
3611
"pt": "Carga da CPU nos últimos 5 minutos",
3612
"ru": "Загрузка CPU за последние 5 минут",
3613
"xloc": [
3614
- "default.handlebars->27->1474"
3614
+ "default.handlebars->27->1477"
3615
]
3616
},
3617
{
@@ -3625,7 +3625,7 @@
3625
"pt": "Carga da CPU no último minuto",
3626
"ru": "Загрузка CPU за последнюю минуту",
3627
"xloc": [
3628
- "default.handlebars->27->1473"
3628
+ "default.handlebars->27->1476"
3629
]
3630
},
3631
{
@@ -3655,8 +3655,8 @@
3655
"pt": "Formato CSV",
3656
"ru": "Формат CSV",
3657
"xloc": [
3658
- "default.handlebars->27->1248",
3659
- "default.handlebars->27->1287",
3658
+ "default.handlebars->27->1251",
3659
+ "default.handlebars->27->1290",
3660
"default.handlebars->27->384"
3661
]
3662
},
@@ -3671,7 +3671,7 @@
3671
"pt": "Erro de chamada",
3672
"ru": "Ошибка вызова",
3673
"xloc": [
3674
- "default.handlebars->27->1517"
3674
+ "default.handlebars->27->1520"
3675
]
3676
},
3677
{
@@ -3685,9 +3685,9 @@
3685
"pt": "Cancelar",
3686
"ru": "Отмена",
3687
"xloc": [
3688
- "default-mobile.handlebars->9->41",
3688
+ "default-mobile.handlebars->9->44",
3689
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
3690
- "default.handlebars->27->1022",
3690
+ "default.handlebars->27->1025",
3691
"default.handlebars->container->dialog->idx_dlgButtonBar",
3692
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
3693
"login.handlebars->dialog->idx_dlgButtonBar",
@@ -3719,7 +3719,7 @@
3719
"pt": "Catalão",
3720
"ru": "Каталонский",
3721
"xloc": [
3722
- "default.handlebars->27->804"
3722
+ "default.handlebars->27->807"
3723
]
3724
},
3725
{
@@ -3746,7 +3746,7 @@
3746
"pt": "Chamorro",
3747
"ru": "Чаморро",
3748
"xloc": [
3749
- "default.handlebars->27->805"
3749
+ "default.handlebars->27->808"
3750
]
3751
},
3752
{
@@ -3760,7 +3760,7 @@
3760
"pt": "Alterar email para {0}",
3761
"ru": "Смена email для {0}",
3762
"xloc": [
3763
- "default.handlebars->27->1411"
3763
+ "default.handlebars->27->1414"
3764
]
3765
},
3766
{
@@ -3790,10 +3790,10 @@
3790
"pt": "Mudar senha",
3791
"ru": "Смена пароля",
3792
"xloc": [
3793
- "default-mobile.handlebars->9->49",
3794
- "default.handlebars->27->1406",
3795
- "default.handlebars->27->998"
3796
- ]
3793
+ "default-mobile.handlebars->9->52",
3794
+ "default.handlebars->27->1001",
3795
+ "default.handlebars->27->1409"
3796
+ ]
3797
},
3798
{
3799
"cs": "Změnit heslo pro {0}",
@@ -3806,7 +3806,7 @@
3806
"pt": "Alterar senha para {0}",
3807
"ru": "Смена пароля для {0}",
3808
"xloc": [
3809
- "default.handlebars->27->1418"
3809
+ "default.handlebars->27->1421"
3810
]
3811
},
3812
{
@@ -3877,7 +3877,7 @@
3877
"pt": "Mude o endereço de e-mail da sua conta aqui.",
3878
"ru": "Измените адрес электронной почты вашей учетной записи здесь.",
3879
"xloc": [
3880
- "default.handlebars->27->985"
3880
+ "default.handlebars->27->988"
3881
]
3882
},
3883
{
@@ -3891,7 +3891,7 @@
3891
"pt": "Altere a senha da sua conta digitando a senha antiga e a nova senha duas vezes nas caixas abaixo.",
3892
"ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
3893
"xloc": [
3894
- "default.handlebars->27->991"
3894
+ "default.handlebars->27->994"
3895
]
3896
},
3897
{
@@ -3905,7 +3905,7 @@
3905
"pt": "Alterar o idioma exigirá uma atualização da página.",
3906
"ru": "Изменение языка потребует перезагрузить страницу.",
3907
"xloc": [
3908
- "default.handlebars->27->970"
3908
+ "default.handlebars->27->973"
3909
]
3910
},
3911
{
@@ -3919,7 +3919,7 @@
3919
"pt": "Chat",
3920
"ru": "Чат",
3921
"xloc": [
3922
- "default.handlebars->27->1265"
3922
+ "default.handlebars->27->1268"
3923
]
3924
},
3925
{
@@ -3933,10 +3933,10 @@
3933
"pt": "Chat & Notificação",
3934
"ru": "Чаты и уведомления",
3935
"xloc": [
3936
- "default-mobile.handlebars->9->307",
3937
- "default-mobile.handlebars->9->325",
3938
- "default.handlebars->27->1158",
3939
- "default.handlebars->27->1182"
3936
+ "default-mobile.handlebars->9->310",
3937
+ "default-mobile.handlebars->9->328",
3938
+ "default.handlebars->27->1161",
3939
+ "default.handlebars->27->1185"
3940
]
3941
},
3942
{
@@ -3950,7 +3950,7 @@
3950
"pt": "Checheno",
3951
"ru": "Чеченский",
3952
"xloc": [
3953
- "default.handlebars->27->806"
3953
+ "default.handlebars->27->809"
3954
]
3955
},
3956
{
@@ -4006,8 +4006,8 @@
4006
"pt": "Verificando ...",
4007
"ru": "Проверка...",
4008
"xloc": [
4009
- "default.handlebars->27->1513",
4010
- "default.handlebars->27->772"
4009
+ "default.handlebars->27->1516",
4010
+ "default.handlebars->27->775"
4011
]
4012
},
4013
{
@@ -4021,7 +4021,7 @@
4021
"pt": "Chinês",
4022
"ru": "Китайский",
4023
"xloc": [
4024
- "default.handlebars->27->807"
4024
+ "default.handlebars->27->810"
4025
]
4026
},
4027
{
@@ -4034,7 +4034,7 @@
4034
"pt": "Chinês (Hong Kong)",
4035
"ru": "Китайский (Гонконг)",
4036
"xloc": [
4037
- "default.handlebars->27->808"
4037
+ "default.handlebars->27->811"
4038
]
4039
},
4040
{
@@ -4047,7 +4047,7 @@
4047
"pt": "Chinês (PRC)",
4048
"ru": "Китайский (КНР)",
4049
"xloc": [
4050
- "default.handlebars->27->809"
4050
+ "default.handlebars->27->812"
4051
]
4052
},
4053
{
@@ -4060,7 +4060,7 @@
4060
"pt": "Chinês (Singapura)",
4061
"ru": "Китайский (Сингапур)",
4062
"xloc": [
4063
- "default.handlebars->27->810"
4063
+ "default.handlebars->27->813"
4064
]
4065
},
4066
{
@@ -4073,7 +4073,7 @@
4073
"pt": "Chinês (Taiwan)",
4074
"ru": "Китайский (Тайвань)",
4075
"xloc": [
4076
- "default.handlebars->27->811"
4076
+ "default.handlebars->27->814"
4077
]
4078
},
4079
{
@@ -4087,7 +4087,7 @@
4087
"pt": "ChromeOS",
4088
"ru": "ChromeOS",
4089
"xloc": [
4090
- "default-mobile.handlebars->9->160",
4090
+ "default-mobile.handlebars->9->163",
4091
"default.handlebars->27->30"
4092
]
4093
},
@@ -4100,7 +4100,7 @@
4100
"pt": "Chuvash",
4101
"ru": "Чувашский",
4102
"xloc": [
4103
- "default.handlebars->27->812"
4103
+ "default.handlebars->27->815"
4104
]
4105
},
4106
{
@@ -4128,13 +4128,13 @@
4128
"pt": "Limpo",
4129
"ru": "Очистить",
4130
"xloc": [
4131
- "default-mobile.handlebars->9->262",
4132
- "default-mobile.handlebars->9->264",
4133
- "default-mobile.handlebars->9->266",
4134
- "default-mobile.handlebars->9->268",
4131
+ "default-mobile.handlebars->9->265",
4132
+ "default-mobile.handlebars->9->267",
4133
+ "default-mobile.handlebars->9->269",
4134
+ "default-mobile.handlebars->9->271",
4135
"default-mobile.handlebars->9->28",
4136
- "default-mobile.handlebars->9->91",
4137
- "default.handlebars->27->1242",
4136
+ "default-mobile.handlebars->9->94",
4137
+ "default.handlebars->27->1245",
4138
"default.handlebars->27->669",
4139
"default.handlebars->27->671",
4140
"default.handlebars->27->673",
@@ -4210,8 +4210,8 @@
4210
"pt": "Clique em ok para enviar um email de verificação para:",
4211
"ru": "Нажмите ОК для отправки подтверждения по электронной почте:",
4212
"xloc": [
4213
- "default-mobile.handlebars->9->34",
4214
- "default.handlebars->27->982"
4213
+ "default-mobile.handlebars->9->37",
4214
+ "default.handlebars->27->985"
4215
]
4216
},
4217
{
@@ -4251,8 +4251,8 @@
4251
"pt": "Acesso remoto iniciado pelo cliente",
4252
"ru": "Клиент инициировал удаленный доступ",
4253
"xloc": [
4254
- "default.handlebars->27->1101",
4255
- "default.handlebars->27->1106"
4254
+ "default.handlebars->27->1104",
4255
+ "default.handlebars->27->1109"
4256
]
4257
},
4258
{
@@ -4309,8 +4309,8 @@
4309
"nl": "Gemeenschappelijke apparaatgroepen",
4310
"ru": "Общие группы устройств",
4311
"xloc": [
4312
- "default.handlebars->27->1347",
4313
- "default.handlebars->27->1421"
4312
+ "default.handlebars->27->1350",
4313
+ "default.handlebars->27->1424"
4314
]
4315
},
4316
{
@@ -4323,8 +4323,8 @@
4323
"pt": "Confirme {0} da {1} entrada {2} para este local?",
4324
"ru": "Подтвердить {0} из {1} записей в это расположение?",
4325
"xloc": [
4326
- "default-mobile.handlebars->9->86",
4327
- "default.handlebars->27->1237"
4326
+ "default-mobile.handlebars->9->89",
4327
+ "default.handlebars->27->1240"
4328
]
4329
},
4330
{
@@ -4338,10 +4338,10 @@
4338
"pt": "Confirme",
4339
"ru": "Подтвердить",
4340
"xloc": [
4341
- "default-mobile.handlebars->9->220",
4342
- "default-mobile.handlebars->9->287",
4343
- "default.handlebars->27->1115",
4344
- "default.handlebars->27->1362",
4341
+ "default-mobile.handlebars->9->223",
4342
+ "default-mobile.handlebars->9->290",
4343
+ "default.handlebars->27->1118",
4344
+ "default.handlebars->27->1365",
4345
"default.handlebars->27->381",
4346
"default.handlebars->27->558",
4347
"default.handlebars->27->567"
@@ -4357,7 +4357,7 @@
4357
"pt": "Confirmar cópia de 1 entrada para este local?",
4358
"ru": "Подтвердить копирование 1 записи в это расположение?",
4359
"xloc": [
4360
- "default-mobile.handlebars->9->257",
4360
+ "default-mobile.handlebars->9->260",
4361
"default.handlebars->27->664"
4362
]
4363
},
@@ -4371,7 +4371,7 @@
4371
"pt": "Confirmar cópia de {0} entradas para este local?",
4372
"ru": "Подтвердить копирование {0} записей в это расположение?",
4373
"xloc": [
4374
- "default-mobile.handlebars->9->256",
4374
+ "default-mobile.handlebars->9->259",
4375
"default.handlebars->27->663"
4376
]
4377
},
@@ -4399,7 +4399,7 @@
4399
"pt": "Confirmar a movimentação de 1 entrada para este local?",
4400
"ru": "Подтвердить перемещение 1 записи в это расположение?",
4401
"xloc": [
4402
- "default-mobile.handlebars->9->259",
4402
+ "default-mobile.handlebars->9->262",
4403
"default.handlebars->27->666"
4404
]
4405
},
@@ -4413,7 +4413,7 @@
4413
"pt": "Confirmar a movimentação de {0} entradas para este local?",
4414
"ru": "Подтвердить перемещение {0} записей в это расположение?",
4415
"xloc": [
4416
- "default-mobile.handlebars->9->258",
4416
+ "default-mobile.handlebars->9->261",
4417
"default.handlebars->27->665"
4418
]
4419
},
@@ -4427,7 +4427,7 @@
4427
"nl": "Bevestig overschrijven?",
4428
"ru": "Подтвердить перезапись?",
4429
"xloc": [
4430
- "default.handlebars->27->1236"
4430
+ "default.handlebars->27->1239"
4431
]
4432
},
4433
{
@@ -4441,8 +4441,8 @@
4441
"pt": "Confirmar remoção do login do aplicativo autenticador em duas etapas?",
4442
"ru": "Подтвердить удаление приложения аутентификации двухэтапного входа в систему?",
4443
"xloc": [
4444
- "default-mobile.handlebars->9->33",
4445
- "default.handlebars->27->762"
4444
+ "default-mobile.handlebars->9->36",
4445
+ "default.handlebars->27->765"
4446
]
4447
},
4448
{
@@ -4453,8 +4453,8 @@
4453
"nl": "Bevestig het verwijderen van de apparaatgroep {0}?",
4454
"ru": "Подтвердить удаление группы устройств {0}?",
4455
"xloc": [
4456
- "default.handlebars->27->1357",
4457
- "default.handlebars->27->1441"
4456
+ "default.handlebars->27->1360",
4457
+ "default.handlebars->27->1444"
4458
]
4459
},
4460
{
@@ -4465,7 +4465,7 @@
4465
"nl": "Bevestig het verwijderen van de groep {0}?",
4466
"ru": "Подтвердить удаление группы {0}?",
4467
"xloc": [
4468
- "default.handlebars->27->1437"
4468
+ "default.handlebars->27->1440"
4469
]
4470
},
4471
{
@@ -4479,9 +4479,9 @@
4479
"pt": "Confirmar remoção do usuário {0}?",
4480
"ru": "Подтвердить удаление пользователя {0}?",
4481
"xloc": [
4482
- "default-mobile.handlebars->9->333",
4483
- "default.handlebars->27->1191",
4484
- "default.handlebars->27->1365"
4482
+ "default-mobile.handlebars->9->336",
4483
+ "default.handlebars->27->1194",
4484
+ "default.handlebars->27->1368"
4485
]
4486
},
4487
{
@@ -4495,10 +4495,10 @@
4495
"pt": "Conectar",
4496
"ru": "Подключиться",
4497
"xloc": [
4498
- "default-mobile.handlebars->9->236",
4498
+ "default-mobile.handlebars->9->239",
4499
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
4500
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
4501
- "default.handlebars->27->1053",
4501
+ "default.handlebars->27->1056",
4502
"default.handlebars->27->646",
4503
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
4504
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -4532,8 +4532,8 @@
4532
"pt": "Conecte-se ao servidor",
4533
"ru": "Подключиться к серверу",
4534
"xloc": [
4535
- "default.handlebars->27->1105",
4536
- "default.handlebars->27->1109"
4535
+ "default.handlebars->27->1108",
4536
+ "default.handlebars->27->1112"
4537
]
4538
},
4539
{
@@ -4587,7 +4587,7 @@
4587
"nl": "Verbonden Intel® AMT",
4588
"ru": "Подключено Intel® AMT",
4589
"xloc": [
4590
- "default.handlebars->27->1463"
4590
+ "default.handlebars->27->1466"
4591
]
4592
},
4593
{
@@ -4598,7 +4598,7 @@
4598
"nl": "Verbonden gebruikers",
4599
"ru": "Подключенные пользователи",
4600
"xloc": [
4601
- "default.handlebars->27->1468"
4601
+ "default.handlebars->27->1471"
4602
]
4603
},
4604
{
@@ -4634,7 +4634,7 @@
4634
"ru": "Подключение...",
4635
"xloc": [
4636
"default-mobile.handlebars->9->2",
4637
- "default-mobile.handlebars->9->272",
4637
+ "default-mobile.handlebars->9->275",
4638
"default-mobile.handlebars->9->6",
4639
"default.handlebars->27->193",
4640
"default.handlebars->27->196",
@@ -4655,7 +4655,7 @@
4655
"pt": "Contagem de conexões",
4656
"ru": "Подключений ",
4657
"xloc": [
4658
- "default.handlebars->27->1479"
4658
+ "default.handlebars->27->1482"
4659
]
4660
},
4661
{
@@ -4669,7 +4669,7 @@
4669
"pt": "Encaminhador de conexão",
4670
"ru": "Ретранслятор подключения",
4671
"xloc": [
4672
- "default.handlebars->27->1506"
4672
+ "default.handlebars->27->1509"
4673
]
4674
},
4675
{
@@ -4711,8 +4711,8 @@
4711
"pt": "Conectividade",
4712
"ru": "Связь",
4713
"xloc": [
4714
- "default-mobile.handlebars->9->195",
4715
- "default.handlebars->27->1207",
4714
+ "default-mobile.handlebars->9->198",
4715
+ "default.handlebars->27->1210",
4716
"default.handlebars->27->184",
4717
"default.handlebars->27->490",
4718
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -4756,7 +4756,7 @@
4756
"pt": "Codificador de cookies",
4757
"ru": "Cookie-кодировщик",
4758
"xloc": [
4759
- "default.handlebars->27->1493"
4759
+ "default.handlebars->27->1496"
4760
]
4761
},
4762
{
@@ -4965,7 +4965,7 @@
4965
"pt": "Servidor Core",
4966
"ru": "Основной сервер",
4967
"xloc": [
4968
- "default.handlebars->27->1492"
4968
+ "default.handlebars->27->1495"
4969
]
4970
},
4971
{
@@ -4978,7 +4978,7 @@
4978
"pt": "Corso",
4979
"ru": "Kорсиканский",
4980
"xloc": [
4981
- "default.handlebars->27->813"
4981
+ "default.handlebars->27->816"
4982
]
4983
},
4984
{
@@ -4992,7 +4992,7 @@
4992
"pt": "Criar conta",
4993
"ru": "Создать учетную запись",
4994
"xloc": [
4995
- "default.handlebars->27->1307",
4995
+ "default.handlebars->27->1310",
4996
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
4997
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
4998
]
@@ -5008,7 +5008,7 @@
5008
"pt": "Criar grupo de dispositivo",
5009
"ru": "Создать группу устройств",
5010
"xloc": [
5011
- "default-mobile.handlebars->9->61"
5011
+ "default-mobile.handlebars->9->64"
5012
]
5013
},
5014
{
@@ -5019,7 +5019,7 @@
5019
"nl": "Maak een gebruikersgroep.",
5020
"ru": "Создать группу пользователей",
5021
"xloc": [
5022
- "default.handlebars->27->1330"
5022
+ "default.handlebars->27->1333"
5023
]
5024
},
5025
{
@@ -5033,7 +5033,7 @@
5033
"pt": "Crie um novo grupo de dispositivos usando as opções abaixo.",
5034
"ru": "Создайте новую группу устройств, используя параметры ниже.",
5035
"xloc": [
5036
- "default.handlebars->27->1005"
5036
+ "default.handlebars->27->1008"
5037
]
5038
},
5039
{
@@ -5061,7 +5061,7 @@
5061
"pt": "Crie várias contas ao mesmo tempo importando um arquivo JSON com o seguinte formato:",
5062
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
5063
"xloc": [
5064
- "default.handlebars->27->1278"
5064
+ "default.handlebars->27->1281"
5065
]
5066
},
5067
{
@@ -5090,7 +5090,7 @@
5090
"pt": "Criação",
5091
"ru": "Создано",
5092
"xloc": [
5093
- "default.handlebars->27->1384"
5093
+ "default.handlebars->27->1387"
5094
]
5095
},
5096
{
@@ -5116,7 +5116,7 @@
5116
"pt": "Cree",
5117
"ru": "Кри (Канадский язык)",
5118
"xloc": [
5119
- "default.handlebars->27->814"
5119
+ "default.handlebars->27->817"
5120
]
5121
},
5122
{
@@ -5128,7 +5128,7 @@
5128
"pt": "Croata",
5129
"ru": "Хорватский",
5130
"xloc": [
5131
- "default.handlebars->27->815"
5131
+ "default.handlebars->27->818"
5132
]
5133
},
5134
{
@@ -5244,7 +5244,7 @@
5244
"pt": "Tcheco",
5245
"ru": "Чешский",
5246
"xloc": [
5247
- "default.handlebars->27->816"
5247
+ "default.handlebars->27->819"
5248
]
5249
},
5250
{
@@ -5271,7 +5271,7 @@
5271
"pt": "Dinamarquês",
5272
"ru": "Датский",
5273
"xloc": [
5274
- "default.handlebars->27->817"
5274
+ "default.handlebars->27->820"
5275
]
5276
},
5277
{
@@ -5298,7 +5298,7 @@
5298
"pt": "Datas e Horário",
5299
"ru": "Дата & Время",
5300
"xloc": [
5301
- "default.handlebars->27->973"
5301
+ "default.handlebars->27->976"
5302
]
5303
},
5304
{
@@ -5325,7 +5325,7 @@
5325
"pt": "Desativar o modo de controle do cliente (CCM)",
5326
"ru": "Деактивировать режим управления клиентом (CCM)",
5327
"xloc": [
5328
- "default.handlebars->27->1093"
5328
+ "default.handlebars->27->1096"
5329
]
5330
},
5331
{
@@ -5339,7 +5339,7 @@
5339
"pt": "Deep Sleep",
5340
"ru": "Глубокий сон",
5341
"xloc": [
5342
- "default-mobile.handlebars->9->110",
5342
+ "default-mobile.handlebars->9->113",
5343
"default.handlebars->27->340"
5344
]
5345
},
@@ -5354,11 +5354,11 @@
5354
"pt": "Deletar",
5355
"ru": "Удалить",
5356
"xloc": [
5357
- "default-mobile.handlebars->9->249",
5358
- "default-mobile.handlebars->9->81",
5357
+ "default-mobile.handlebars->9->252",
5358
+ "default-mobile.handlebars->9->84",
5359
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
5360
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
5361
- "default.handlebars->27->1231",
5361
+ "default.handlebars->27->1234",
5362
"default.handlebars->27->411",
5363
"default.handlebars->27->656",
5364
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -5380,8 +5380,8 @@
5380
"pt": "Deletar Conta",
5381
"ru": "Удалить учетную запись",
5382
"xloc": [
5383
- "default-mobile.handlebars->9->43",
5384
- "default.handlebars->27->990"
5383
+ "default-mobile.handlebars->9->46",
5384
+ "default.handlebars->27->993"
5385
]
5386
},
5387
{
@@ -5395,7 +5395,7 @@
5395
"pt": "Excluir dispositivo",
5396
"ru": "Удалить устройство",
5397
"xloc": [
5398
- "default-mobile.handlebars->9->199",
5398
+ "default-mobile.handlebars->9->202",
5399
"default.handlebars->27->501"
5400
]
5401
},
@@ -5410,10 +5410,10 @@
5410
"pt": "Excluir grupo",
5411
"ru": "Удалить группу",
5412
"xloc": [
5413
- "default-mobile.handlebars->9->285",
5413
"default-mobile.handlebars->9->288",
5415
- "default.handlebars->27->1086",
5416
- "default.handlebars->27->1116"
5414
+ "default-mobile.handlebars->9->291",
5415
+ "default.handlebars->27->1089",
5416
+ "default.handlebars->27->1119"
5417
]
5418
},
5419
{
@@ -5427,7 +5427,7 @@
5427
"pt": "Excluir nó",
5428
"ru": "Удалить устройство",
5429
"xloc": [
5430
- "default-mobile.handlebars->9->218",
5430
+ "default-mobile.handlebars->9->221",
5431
"default.handlebars->27->568"
5432
]
5433
},
@@ -5453,7 +5453,7 @@
5453
"nl": "Verwijder gebruiker",
5454
"ru": "Удалить пользователя",
5455
"xloc": [
5456
- "default.handlebars->27->1405"
5456
+ "default.handlebars->27->1408"
5457
]
5458
},
5459
{
@@ -5464,8 +5464,8 @@
5464
"nl": "Verwijder de gebruikersgroep",
5465
"ru": "Удалить группу пользователей",
5466
"xloc": [
5467
- "default.handlebars->27->1355",
5468
- "default.handlebars->27->1363"
5467
+ "default.handlebars->27->1358",
5468
+ "default.handlebars->27->1366"
5469
]
5470
},
5471
{
@@ -5479,7 +5479,7 @@
5479
"pt": "Excluir usuário {0}",
5480
"ru": "Удалить пользователя {0}",
5481
"xloc": [
5482
- "default.handlebars->27->1419"
5482
+ "default.handlebars->27->1422"
5483
]
5484
},
5485
{
@@ -5529,9 +5529,9 @@
5529
"pt": "Excluir item selecionado?",
5530
"ru": "Удалить выбранные элементы?",
5531
"xloc": [
5532
- "default-mobile.handlebars->9->251",
5533
- "default-mobile.handlebars->9->83",
5534
- "default.handlebars->27->1233",
5532
+ "default-mobile.handlebars->9->254",
5533
+ "default-mobile.handlebars->9->86",
5534
+ "default.handlebars->27->1236",
5535
"default.handlebars->27->658"
5536
]
5537
},
@@ -5543,7 +5543,7 @@
5543
"nl": "Verwijder gebruikersgroep {0}?",
5544
"ru": "Удалить группу пользователей {0}?",
5545
"xloc": [
5546
- "default.handlebars->27->1361"
5546
+ "default.handlebars->27->1364"
5547
]
5548
},
5549
{
@@ -5557,9 +5557,9 @@
5557
"pt": "Excluir {0} itens selecionados?",
5558
"ru": "Удалить {0} выбранных элементов?",
5559
"xloc": [
5560
- "default-mobile.handlebars->9->250",
5561
- "default-mobile.handlebars->9->82",
5562
- "default.handlebars->27->1232",
5560
+ "default-mobile.handlebars->9->253",
5561
+ "default-mobile.handlebars->9->85",
5562
+ "default.handlebars->27->1235",
5563
"default.handlebars->27->657"
5564
]
5565
},
@@ -5574,7 +5574,7 @@
5574
"pt": "Excluir {0}?",
5575
"ru": "Удалить {0}?",
5576
"xloc": [
5577
- "default-mobile.handlebars->9->219"
5577
+ "default-mobile.handlebars->9->222"
5578
]
5579
},
5580
{
@@ -5638,19 +5638,19 @@
5638
"pt": "Descrição",
5639
"ru": "Описание",
5640
"xloc": [
5641
- "default-mobile.handlebars->9->141",
5642
- "default-mobile.handlebars->9->142",
5643
- "default-mobile.handlebars->9->224",
5644
- "default-mobile.handlebars->9->277",
5645
- "default-mobile.handlebars->9->290",
5646
- "default-mobile.handlebars->9->60",
5647
- "default.handlebars->27->1010",
5648
- "default.handlebars->27->1034",
5649
- "default.handlebars->27->1118",
5650
- "default.handlebars->27->1329",
5651
- "default.handlebars->27->1334",
5652
- "default.handlebars->27->1336",
5653
- "default.handlebars->27->1359",
5641
+ "default-mobile.handlebars->9->144",
5642
+ "default-mobile.handlebars->9->145",
5643
+ "default-mobile.handlebars->9->227",
5644
+ "default-mobile.handlebars->9->280",
5645
+ "default-mobile.handlebars->9->293",
5646
+ "default-mobile.handlebars->9->63",
5647
+ "default.handlebars->27->1013",
5648
+ "default.handlebars->27->1037",
5649
+ "default.handlebars->27->1121",
5650
+ "default.handlebars->27->1332",
5651
+ "default.handlebars->27->1337",
5652
+ "default.handlebars->27->1339",
5653
+ "default.handlebars->27->1362",
5654
"default.handlebars->27->448",
5655
"default.handlebars->27->449",
5656
"default.handlebars->27->600",
@@ -5680,7 +5680,7 @@
5680
"pt": "Área de Trabalho",
5681
"ru": "Рабочий стол",
5682
"xloc": [
5683
- "default.handlebars->27->1120",
5683
+ "default.handlebars->27->1123",
5684
"default.handlebars->27->417",
5685
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
5686
"default.handlebars->contextMenu->cxdesktop"
@@ -5710,7 +5710,7 @@
5710
"pt": "Notificação na área de trabalho",
5711
"ru": "Уведомление на рабочем столе",
5712
"xloc": [
5713
- "default.handlebars->27->1044"
5713
+ "default.handlebars->27->1047"
5714
]
5715
},
5716
{
@@ -5723,7 +5723,7 @@
5723
"pt": "Prompt da área de trabalho",
5724
"ru": "Запрос рабочего стола",
5725
"xloc": [
5726
- "default.handlebars->27->1043"
5726
+ "default.handlebars->27->1046"
5727
]
5728
},
5729
{
@@ -5736,7 +5736,7 @@
5736
"pt": "Prompt da área de trabalho + barra de ferramentas",
5737
"ru": "Запрос рабочего стола + панель инструментов",
5738
"xloc": [
5739
- "default.handlebars->27->1041"
5739
+ "default.handlebars->27->1044"
5740
]
5741
},
5742
{
@@ -5749,7 +5749,7 @@
5749
"pt": "Barra de ferramentas da área de trabalho",
5750
"ru": "Панель инструментов рабочего стола",
5751
"xloc": [
5752
- "default.handlebars->27->1042"
5752
+ "default.handlebars->27->1045"
5753
]
5754
},
5755
{
@@ -5817,7 +5817,7 @@
5817
"pt": "Ação do dispositivo",
5818
"ru": "Управление устройством",
5819
"xloc": [
5820
- "default-mobile.handlebars->9->211",
5820
+ "default-mobile.handlebars->9->214",
5821
"default.handlebars->27->541"
5822
]
5823
},
@@ -5829,11 +5829,11 @@
5829
"nl": "Apparaat Groep",
5830
"ru": "Группа устройства",
5831
"xloc": [
5832
- "default.handlebars->27->1137",
5833
- "default.handlebars->27->1139",
5834
- "default.handlebars->27->1353",
5835
- "default.handlebars->27->1427",
5836
- "default.handlebars->27->1433"
5832
+ "default.handlebars->27->1140",
5833
+ "default.handlebars->27->1142",
5834
+ "default.handlebars->27->1356",
5835
+ "default.handlebars->27->1430",
5836
+ "default.handlebars->27->1436"
5837
]
5838
},
5839
{
@@ -5847,8 +5847,8 @@
5847
"pt": "Usuário do grupo de dispositivos",
5848
"ru": "Пользователь группы устройств",
5849
"xloc": [
5850
- "default-mobile.handlebars->9->331",
5851
- "default.handlebars->27->1189"
5850
+ "default-mobile.handlebars->9->334",
5851
+ "default.handlebars->27->1192"
5852
]
5853
},
5854
{
@@ -5863,10 +5863,10 @@
5863
"ru": "Группы устройств",
5864
"xloc": [
5865
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
5866
- "default.handlebars->27->1325",
5867
- "default.handlebars->27->1338",
5868
- "default.handlebars->27->1393",
5869
- "default.handlebars->27->1466",
5866
+ "default.handlebars->27->1328",
5867
+ "default.handlebars->27->1341",
5868
+ "default.handlebars->27->1396",
5869
+ "default.handlebars->27->1469",
5870
"default.handlebars->container->column_l->p2->9"
5871
]
5872
},
@@ -5902,7 +5902,7 @@
5902
"pt": "Nome do Dispositivo",
5903
"ru": "Имя устройства",
5904
"xloc": [
5905
- "default-mobile.handlebars->9->222",
5905
+ "default-mobile.handlebars->9->225",
5906
"default.handlebars->27->220",
5907
"default.handlebars->27->598",
5908
"player.handlebars->3->9"
@@ -5932,7 +5932,7 @@
5932
"pt": "Brinde do dispositivo",
5933
"ru": "Уведомление устройства в трее",
5934
"xloc": [
5935
- "default-mobile.handlebars->9->204"
5935
+ "default-mobile.handlebars->9->207"
5936
]
5937
},
5938
{
@@ -5946,8 +5946,8 @@
5946
"pt": "Conexões de dispositivos.",
5947
"ru": "Подключения устройств.",
5948
"xloc": [
5949
- "default.handlebars->27->1193",
5950
- "default.handlebars->27->978"
5949
+ "default.handlebars->27->1196",
5950
+ "default.handlebars->27->981"
5951
]
5952
},
5953
{
@@ -5961,8 +5961,8 @@
5961
"pt": "Desconexões de dispositivos.",
5962
"ru": "Отключения устройств.",
5963
"xloc": [
5964
- "default.handlebars->27->1194",
5965
- "default.handlebars->27->979"
5964
+ "default.handlebars->27->1197",
5965
+ "default.handlebars->27->982"
5966
]
5967
},
5968
{
@@ -6004,7 +6004,7 @@
6004
"pt": "O dispositivo está hibernando (S4)",
6005
"ru": "Устройство находится в режиме гибернации (S4)",
6006
"xloc": [
6007
- "default-mobile.handlebars->9->118",
6007
+ "default-mobile.handlebars->9->121",
6008
"default.handlebars->27->351"
6009
]
6010
},
@@ -6019,7 +6019,7 @@
6019
"pt": "O dispositivo está no estado de sono profundo (S3)",
6020
"ru": "Устройство находится в состоянии глубокого сна (S3)",
6021
"xloc": [
6022
- "default-mobile.handlebars->9->117",
6022
+ "default-mobile.handlebars->9->120",
6023
"default.handlebars->27->350"
6024
]
6025
},
@@ -6076,7 +6076,7 @@
6076
"pt": "O dispositivo está no estado de suspensão (S1)",
6077
"ru": "Устройство находится в спящем режиме (S1)",
6078
"xloc": [
6079
- "default-mobile.handlebars->9->115",
6079
+ "default-mobile.handlebars->9->118",
6080
"default.handlebars->27->348"
6081
]
6082
},
@@ -6105,7 +6105,7 @@
6105
"pt": "O dispositivo está no estado de suspensão (S2)",
6106
"ru": "Устройство находится в спящем режиме (S2)",
6107
"xloc": [
6108
- "default-mobile.handlebars->9->116",
6108
+ "default-mobile.handlebars->9->119",
6109
"default.handlebars->27->349"
6110
]
6111
},
@@ -6133,7 +6133,7 @@
6133
"pt": "O dispositivo está no estado soft-off (S5)",
6134
"ru": "Устройство находится в выключенном состоянии (S5)",
6135
"xloc": [
6136
- "default-mobile.handlebars->9->119",
6136
+ "default-mobile.handlebars->9->122",
6137
"default.handlebars->27->352"
6138
]
6139
},
@@ -6148,7 +6148,7 @@
6148
"pt": "O dispositivo está ligado",
6149
"ru": "Устройство включено",
6150
"xloc": [
6151
- "default-mobile.handlebars->9->114",
6151
+ "default-mobile.handlebars->9->117",
6152
"default.handlebars->27->347"
6153
]
6154
},
@@ -6177,7 +6177,7 @@
6177
"pt": "O dispositivo está presente, mas o estado de energia não pode ser determinado",
6178
"ru": "Устройство присутствует, но состояние питания не может быть определено",
6179
"xloc": [
6180
- "default-mobile.handlebars->9->120",
6180
+ "default-mobile.handlebars->9->123",
6181
"default.handlebars->27->353"
6182
]
6183
},
@@ -6233,9 +6233,9 @@
6233
"pt": "Desconectar",
6234
"ru": "Разъединить",
6235
"xloc": [
6236
- "default-mobile.handlebars->9->237",
6236
+ "default-mobile.handlebars->9->240",
6237
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
6238
- "default.handlebars->27->1054",
6238
+ "default.handlebars->27->1057",
6239
"default.handlebars->27->647",
6240
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
6241
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -6303,7 +6303,7 @@
6303
"nl": "Toon apparaatgroepsnaam",
6304
"ru": "Отобразить имя группы устройств",
6305
"xloc": [
6306
- "default.handlebars->27->977"
6306
+ "default.handlebars->27->980"
6307
]
6308
},
6309
{
@@ -6331,7 +6331,7 @@
6331
"pt": "Fazer nada",
6332
"ru": "Ничего не делать",
6333
"xloc": [
6334
- "default.handlebars->27->1099"
6334
+ "default.handlebars->27->1102"
6335
]
6336
},
6337
{
@@ -6360,8 +6360,8 @@
6360
"pt": "Não configure",
6361
"ru": "Не настраивать",
6362
"xloc": [
6363
- "default.handlebars->27->1103",
6364
- "default.handlebars->27->1108"
6363
+ "default.handlebars->27->1106",
6364
+ "default.handlebars->27->1111"
6365
]
6366
},
6367
{
@@ -6375,7 +6375,7 @@
6375
"pt": "Não conecte ao servidor",
6376
"ru": "Не подключаться к серверу",
6377
"xloc": [
6378
- "default.handlebars->27->1104"
6378
+ "default.handlebars->27->1107"
6379
]
6380
},
6381
{
@@ -6419,7 +6419,7 @@
6419
"pt": "⇬ Fazer download do arquivo",
6420
"ru": "Скачать файл",
6421
"xloc": [
6422
- "default-mobile.handlebars->9->270",
6422
+ "default-mobile.handlebars->9->273",
6423
"default.handlebars->27->676"
6424
]
6425
},
@@ -6587,7 +6587,7 @@
6587
"pt": "Faça o download da lista de eventos com um dos formatos de arquivo abaixo.",
6588
"ru": "Скачать список событий в одном из форматов ниже.",
6589
"xloc": [
6590
- "default.handlebars->27->1247"
6590
+ "default.handlebars->27->1250"
6591
]
6592
},
6593
{
@@ -6601,7 +6601,7 @@
6601
"pt": "Baixe a lista de usuários com um dos formatos de arquivo abaixo.",
6602
"ru": "Скачать список пользователей в одном из форматов ниже.",
6603
"xloc": [
6604
- "default.handlebars->27->1286"
6604
+ "default.handlebars->27->1289"
6605
]
6606
},
6607
{
@@ -6669,7 +6669,7 @@
6669
"nl": "Duplicaat Agent",
6670
"ru": "Скопировать агент",
6671
"xloc": [
6672
- "default.handlebars->27->1462"
6672
+ "default.handlebars->27->1465"
6673
]
6674
},
6675
{
@@ -6691,7 +6691,7 @@
6691
"nl": "Dupliceer Gebruikers Groep",
6692
"ru": "Скопировать группу пользователей",
6693
"xloc": [
6694
- "default.handlebars->27->1331"
6694
+ "default.handlebars->27->1334"
6695
]
6696
},
6697
{
@@ -6719,7 +6719,7 @@
6719
"pt": "Durante a ativação, o agente terá acesso às informações da senha do administrador.",
6720
"ru": "Во время активации агент будет иметь доступ к паролю администратора.",
6721
"xloc": [
6722
- "default.handlebars->27->1113"
6722
+ "default.handlebars->27->1116"
6723
]
6724
},
6725
{
@@ -6732,7 +6732,7 @@
6732
"pt": "Holandês (belga)",
6733
"ru": "Голландский (Бельгийский)",
6734
"xloc": [
6735
- "default.handlebars->27->819"
6735
+ "default.handlebars->27->822"
6736
]
6737
},
6738
{
@@ -6745,7 +6745,7 @@
6745
"pt": "Holandês (padrão)",
6746
"ru": "Голландский (Стандартный)",
6747
"xloc": [
6748
- "default.handlebars->27->818"
6748
+ "default.handlebars->27->821"
6749
]
6750
},
6751
{
@@ -6816,7 +6816,7 @@
6816
"pt": "Editar dispositivo",
6817
"ru": "Редактировать устройство",
6818
"xloc": [
6819
- "default-mobile.handlebars->9->227",
6819
+ "default-mobile.handlebars->9->230",
6820
"default.handlebars->27->603"
6821
]
6822
},
@@ -6831,12 +6831,12 @@
6831
"pt": "Editar grupo de dispositivos",
6832
"ru": "Редактировать группу устройств",
6833
"xloc": [
6834
- "default-mobile.handlebars->9->291",
6835
- "default-mobile.handlebars->9->293",
6836
- "default-mobile.handlebars->9->311",
6837
- "default.handlebars->27->1119",
6838
- "default.handlebars->27->1143",
6839
- "default.handlebars->27->1167"
6834
+ "default-mobile.handlebars->9->294",
6835
+ "default-mobile.handlebars->9->296",
6836
+ "default-mobile.handlebars->9->314",
6837
+ "default.handlebars->27->1122",
6838
+ "default.handlebars->27->1146",
6839
+ "default.handlebars->27->1170"
6840
]
6841
},
6842
{
@@ -6850,7 +6850,7 @@
6850
"pt": "Editar recursos do grupo de dispositivos",
6851
"ru": "Редактировать функции группы устройств",
6852
"xloc": [
6853
- "default.handlebars->27->1133"
6853
+ "default.handlebars->27->1136"
6854
]
6855
},
6856
{
@@ -6861,7 +6861,7 @@
6861
"nl": "Bewerk apparaatgroep rechten",
6862
"ru": "Редактировать права группы устройств",
6863
"xloc": [
6864
- "default.handlebars->27->1164"
6864
+ "default.handlebars->27->1167"
6865
]
6866
},
6867
{
@@ -6874,7 +6874,7 @@
6874
"pt": "Editar consentimento do usuário do grupo de dispositivos",
6875
"ru": "Редактировать согласие пользователя группы устройств",
6876
"xloc": [
6877
- "default.handlebars->27->1130"
6877
+ "default.handlebars->27->1133"
6878
]
6879
},
6880
{
@@ -6888,8 +6888,8 @@
6888
"pt": "Editar notas do dispositivo",
6889
"ru": "Редактировать примечания устройства",
6890
"xloc": [
6891
- "default-mobile.handlebars->9->305",
6892
- "default.handlebars->27->1156"
6891
+ "default-mobile.handlebars->9->308",
6892
+ "default.handlebars->27->1159"
6893
]
6894
},
6895
{
@@ -6902,7 +6902,7 @@
6902
"pt": "Editar Intel & reg; Credenciais AMT",
6903
"ru": "Редактировать учетные данные Intel® AMT",
6904
"xloc": [
6905
- "default-mobile.handlebars->9->217",
6905
+ "default-mobile.handlebars->9->220",
6906
"default.handlebars->27->463",
6907
"default.handlebars->27->466",
6908
"default.handlebars->27->550"
@@ -6919,8 +6919,8 @@
6919
"pt": "Editar notas",
6920
"ru": "Редактировать примечания",
6921
"xloc": [
6922
- "default-mobile.handlebars->9->318",
6923
- "default.handlebars->27->1174"
6922
+ "default-mobile.handlebars->9->321",
6923
+ "default.handlebars->27->1177"
6924
]
6925
},
6926
{
@@ -6933,7 +6933,7 @@
6933
"pt": "Editar permissões do grupo de dispositivos do usuário",
6934
"ru": "Редактировать права пользователя для группы устройств",
6935
"xloc": [
6936
- "default.handlebars->27->1165"
6936
+ "default.handlebars->27->1168"
6937
]
6938
},
6939
{
@@ -6944,7 +6944,7 @@
6944
"nl": "Bewerk de gebruikersgroep",
6945
"ru": "Редактировать группу пользователей",
6946
"xloc": [
6947
- "default.handlebars->27->1360"
6947
+ "default.handlebars->27->1363"
6948
]
6949
},
6950
{
@@ -6970,12 +6970,14 @@
6970
"pt": "Email",
6971
"ru": "Email",
6972
"xloc": [
6973
- "default-mobile.handlebars->9->37",
6974
- "default.handlebars->27->1298",
6975
- "default.handlebars->27->1380",
6976
- "default.handlebars->27->1381",
6977
- "default.handlebars->27->1409",
6978
- "default.handlebars->27->266"
6973
+ "default-mobile.handlebars->9->40",
6974
+ "default.handlebars->27->1301",
6975
+ "default.handlebars->27->1383",
6976
+ "default.handlebars->27->1384",
6977
+ "default.handlebars->27->1412",
6978
+ "default.handlebars->27->266",
6979
+ "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
6980
+ "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
6981
]
6982
},
6983
{
@@ -6989,8 +6991,15 @@
6991
"pt": "Alteração de endereço de email",
6992
"ru": "Изменение адреса email",
6993
"xloc": [
6992
- "default-mobile.handlebars->9->38",
6993
- "default.handlebars->27->986"
6994
+ "default-mobile.handlebars->9->41",
6995
+ "default.handlebars->27->989"
6996
+ ]
6997
+ },
6998
+ {
6999
+ "en": "Email Authentication",
7000
+ "xloc": [
7001
+ "default-mobile.handlebars->9->30",
7002
+ "default.handlebars->27->759"
7003
]
7004
},
7005
{
@@ -7004,8 +7013,8 @@
7013
"pt": "verificação de e-mail",
7014
"ru": "Подтверждение email",
7015
"xloc": [
7007
- "default-mobile.handlebars->9->36",
7008
- "default.handlebars->27->984"
7016
+ "default-mobile.handlebars->9->39",
7017
+ "default.handlebars->27->987"
7018
]
7019
},
7020
{
@@ -7019,7 +7028,7 @@
7028
"pt": "O email foi verificado",
7029
"ru": "Email подтвержден",
7030
"xloc": [
7022
- "default.handlebars->27->1377"
7031
+ "default.handlebars->27->1380"
7032
]
7033
},
7034
{
@@ -7033,7 +7042,7 @@
7042
"pt": "O email foi verificado.",
7043
"ru": "Email подтвержден.",
7044
"xloc": [
7036
- "default.handlebars->27->1304"
7045
+ "default.handlebars->27->1307"
7046
]
7047
},
7048
{
@@ -7047,7 +7056,14 @@
7056
"pt": "Email não verificado",
7057
"ru": "Email не подтвержден",
7058
"xloc": [
7050
- "default.handlebars->27->1378"
7059
+ "default.handlebars->27->1381"
7060
+ ]
7061
+ },
7062
+ {
7063
+ "en": "Email sent.",
7064
+ "xloc": [
7065
+ "login-mobile.handlebars->5->2",
7066
+ "login.handlebars->5->2"
7067
]
7068
},
7069
{
@@ -7060,10 +7076,10 @@
7076
"pt": "Email:",
7077
"ru": "Email:",
7078
"xloc": [
7063
- "login-mobile.handlebars->5->17",
7079
+ "login-mobile.handlebars->5->18",
7080
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->2->1",
7081
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpanel->1->7->1->0->1",
7066
- "login.handlebars->5->17",
7082
+ "login.handlebars->5->18",
7083
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->2->nuEmail",
7084
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpanel->1->7->1->0->1"
7085
]
@@ -7082,6 +7098,13 @@
7098
"messenger.handlebars->xtop->1"
7099
]
7100
},
7101
+ {
7102
+ "en": "Enable email two-factor authenticaiton.",
7103
+ "xloc": [
7104
+ "default-mobile.handlebars->9->32",
7105
+ "default.handlebars->27->761"
7106
+ ]
7107
+ },
7108
{
7109
"cs": "Zapnout upozorňování z webu v prohlížeči",
7110
"de": "Web-Benachrichtigungen aktivieren",
@@ -7121,7 +7144,7 @@
7144
"pt": "Inglês",
7145
"ru": "Английский",
7146
"xloc": [
7124
- "default.handlebars->27->820"
7147
+ "default.handlebars->27->823"
7148
]
7149
},
7150
{
@@ -7134,7 +7157,7 @@
7157
"pt": "Inglês (Austrália)",
7158
"ru": "Английский (Австралия)",
7159
"xloc": [
7137
- "default.handlebars->27->821"
7160
+ "default.handlebars->27->824"
7161
]
7162
},
7163
{
@@ -7147,7 +7170,7 @@
7170
"pt": "Inglês (Belize)",
7171
"ru": "Английский (Белиз)",
7172
"xloc": [
7150
- "default.handlebars->27->822"
7173
+ "default.handlebars->27->825"
7174
]
7175
},
7176
{
@@ -7160,7 +7183,7 @@
7183
"pt": "Inglês (Canadá)",
7184
"ru": "Английский (Канада)",
7185
"xloc": [
7163
- "default.handlebars->27->823"
7186
+ "default.handlebars->27->826"
7187
]
7188
},
7189
{
@@ -7173,7 +7196,7 @@
7196
"pt": "Inglês (Irlanda)",
7197
"ru": "Английский (Ирландия)",
7198
"xloc": [
7176
- "default.handlebars->27->824"
7199
+ "default.handlebars->27->827"
7200
]
7201
},
7202
{
@@ -7186,7 +7209,7 @@
7209
"pt": "Inglês (Jamaica)",
7210
"ru": "Английский (Ямайка)",
7211
"xloc": [
7189
- "default.handlebars->27->825"
7212
+ "default.handlebars->27->828"
7213
]
7214
},
7215
{
@@ -7199,7 +7222,7 @@
7222
"pt": "Inglês (Nova Zelândia)",
7223
"ru": "Английский (Новая Зеландия)",
7224
"xloc": [
7202
- "default.handlebars->27->826"
7225
+ "default.handlebars->27->829"
7226
]
7227
},
7228
{
@@ -7212,7 +7235,7 @@
7235
"pt": "Inglês (Filipinas)",
7236
"ru": "Английский (Филиппины)",
7237
"xloc": [
7215
- "default.handlebars->27->827"
7238
+ "default.handlebars->27->830"
7239
]
7240
},
7241
{
@@ -7225,7 +7248,7 @@
7248
"pt": "Inglês (África do Sul)",
7249
"ru": "Английский (Южная Африка)",
7250
"xloc": [
7228
- "default.handlebars->27->828"
7251
+ "default.handlebars->27->831"
7252
]
7253
},
7254
{
@@ -7237,7 +7260,7 @@
7260
"pt": "Inglês (Trinidad Tobago)",
7261
"ru": "Английский (Тринидад и Тобаго)",
7262
"xloc": [
7240
- "default.handlebars->27->829"
7263
+ "default.handlebars->27->832"
7264
]
7265
},
7266
{
@@ -7250,7 +7273,7 @@
7273
"pt": "Inglês (Reino Unido)",
7274
"ru": "Английский (Великобритания)",
7275
"xloc": [
7253
- "default.handlebars->27->830"
7276
+ "default.handlebars->27->833"
7277
]
7278
},
7279
{
@@ -7263,7 +7286,7 @@
7286
"pt": "Inglês (Estados Unidos)",
7287
"ru": "Английский (Соединенные Штаты)",
7288
"xloc": [
7266
- "default.handlebars->27->831"
7289
+ "default.handlebars->27->834"
7290
]
7291
},
7292
{
@@ -7276,7 +7299,7 @@
7299
"pt": "Inglês (Zimbábue)",
7300
"ru": "Английский (Зимбабве)",
7301
"xloc": [
7279
- "default.handlebars->27->832"
7302
+ "default.handlebars->27->835"
7303
]
7304
},
7305
{
@@ -7289,8 +7312,8 @@
7312
"pt": "Entrar",
7313
"ru": "Ввод",
7314
"xloc": [
7292
- "default.handlebars->27->1012",
7293
- "default.handlebars->27->1013"
7315
+ "default.handlebars->27->1015",
7316
+ "default.handlebars->27->1016"
7317
]
7318
},
7319
{
@@ -7304,7 +7327,7 @@
7327
"pt": "Insira uma lista separada por vírgulas de nomes de regiões administrativas.",
7328
"ru": "Введите разделенный запятыми список имен административных областей.",
7329
"xloc": [
7307
- "default.handlebars->27->1308"
7330
+ "default.handlebars->27->1311"
7331
]
7332
},
7333
{
@@ -7401,7 +7424,7 @@
7424
"pt": "Esperanto",
7425
"ru": "Эсперанто",
7426
"xloc": [
7404
- "default.handlebars->27->833"
7427
+ "default.handlebars->27->836"
7428
]
7429
},
7430
{
@@ -7414,7 +7437,7 @@
7437
"pt": "Estoniano",
7438
"ru": "Эстонский",
7439
"xloc": [
7417
- "default.handlebars->27->834"
7440
+ "default.handlebars->27->837"
7441
]
7442
},
7443
{
@@ -7442,7 +7465,7 @@
7465
"pt": "Exportação da lista de eventos",
7466
"ru": "Экспорт списка событий",
7467
"xloc": [
7445
- "default.handlebars->27->1252"
7468
+ "default.handlebars->27->1255"
7469
]
7470
},
7471
{
@@ -7486,8 +7509,8 @@
7509
"nl": "Bestaand account met dit e-mailadres.",
7510
"ru": "Существующий аккаунт с этим адресом email.",
7511
"xloc": [
7489
- "login-mobile.handlebars->5->4",
7490
- "login.handlebars->5->4"
7512
+ "login-mobile.handlebars->5->5",
7513
+ "login.handlebars->5->5"
7514
]
7515
},
7516
{
@@ -7533,7 +7556,7 @@
7556
"nl": "Extern",
7557
"ru": "Внешний",
7558
"xloc": [
7536
- "default.handlebars->27->1486"
7559
+ "default.handlebars->27->1489"
7560
]
7561
},
7562
{
@@ -7546,7 +7569,7 @@
7569
"pt": "FYRO Macedonian",
7570
"ru": "Mакедонский (БЮР)",
7571
"xloc": [
7549
- "default.handlebars->27->884"
7572
+ "default.handlebars->27->887"
7573
]
7574
},
7575
{
@@ -7559,7 +7582,7 @@
7582
"pt": "O servidor remoto retornou um erro: (429) Too Many Requests.",
7583
"ru": "Фарерский",
7584
"xloc": [
7562
- "default.handlebars->27->835"
7585
+ "default.handlebars->27->838"
7586
]
7587
},
7588
{
@@ -7586,7 +7609,7 @@
7609
"pt": "Persa (persa)",
7610
"ru": "Фарси (Персидский)",
7611
"xloc": [
7589
- "default.handlebars->27->836"
7612
+ "default.handlebars->27->839"
7613
]
7614
},
7615
{
@@ -7615,7 +7638,7 @@
7638
"pt": "Recursos",
7639
"ru": "Функции",
7640
"xloc": [
7618
- "default.handlebars->27->1040"
7641
+ "default.handlebars->27->1043"
7642
]
7643
},
7644
{
@@ -7628,7 +7651,7 @@
7651
"pt": "Fijiano",
7652
"ru": "Фиджи",
7653
"xloc": [
7631
- "default.handlebars->27->837"
7654
+ "default.handlebars->27->840"
7655
]
7656
},
7657
{
@@ -7642,7 +7665,7 @@
7665
"pt": "Editor de Arquivos",
7666
"ru": "Редактор файлов",
7667
"xloc": [
7645
- "default-mobile.handlebars->9->254",
7668
+ "default-mobile.handlebars->9->257",
7669
"default.handlebars->27->409",
7670
"default.handlebars->27->661"
7671
]
@@ -7685,7 +7708,7 @@
7708
"pt": "Arquivos",
7709
"ru": "Файлы",
7710
"xloc": [
7688
- "default.handlebars->27->1127",
7711
+ "default.handlebars->27->1130",
7712
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
7713
"default.handlebars->contextMenu->cxfiles"
7714
]
@@ -7715,7 +7738,7 @@
7738
"pt": "Notificação arquivos",
7739
"ru": "Уведомление файлов",
7740
"xloc": [
7718
- "default.handlebars->27->1048"
7741
+ "default.handlebars->27->1051"
7742
]
7743
},
7744
{
@@ -7728,7 +7751,7 @@
7751
"pt": "Arquivos do prompt",
7752
"ru": "Запрос файлов",
7753
"xloc": [
7731
- "default.handlebars->27->1047"
7754
+ "default.handlebars->27->1050"
7755
]
7756
},
7757
{
@@ -7757,7 +7780,7 @@
7780
"pt": "Finlandês",
7781
"ru": "Финский",
7782
"xloc": [
7760
- "default.handlebars->27->838"
7783
+ "default.handlebars->27->841"
7784
]
7785
},
7786
{
@@ -7817,8 +7840,8 @@
7840
"pt": "Forçar redefinição de senha no próximo login.",
7841
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
7842
"xloc": [
7820
- "default.handlebars->27->1302",
7821
- "default.handlebars->27->1416"
7843
+ "default.handlebars->27->1305",
7844
+ "default.handlebars->27->1419"
7845
]
7846
},
7847
{
@@ -7832,8 +7855,8 @@
7855
"pt": "Esqueceu a senha?",
7856
"ru": "Забыли пароль?",
7857
"xloc": [
7835
- "login-mobile.handlebars->5->18",
7836
- "login.handlebars->5->18"
7858
+ "login-mobile.handlebars->5->19",
7859
+ "login.handlebars->5->19"
7860
]
7861
},
7862
{
@@ -7888,8 +7911,8 @@
7911
"pt": "Livre",
7912
"ru": "Свободно",
7913
"xloc": [
7891
- "default.handlebars->27->1447",
7892
- "default.handlebars->27->1449"
7914
+ "default.handlebars->27->1450",
7915
+ "default.handlebars->27->1452"
7916
]
7917
},
7918
{
@@ -7903,7 +7926,7 @@
7926
"pt": "FreeBSD x86-64",
7927
"ru": "FreeBSD x86-64",
7928
"xloc": [
7906
- "default-mobile.handlebars->9->173",
7929
+ "default-mobile.handlebars->9->176",
7930
"default.handlebars->27->43"
7931
]
7932
},
@@ -7917,7 +7940,7 @@
7940
"pt": "Francês (Bélgica)",
7941
"ru": "Французский (Бельгия)",
7942
"xloc": [
7920
- "default.handlebars->27->840"
7943
+ "default.handlebars->27->843"
7944
]
7945
},
7946
{
@@ -7930,7 +7953,7 @@
7953
"pt": "Francês (Canadá)",
7954
"ru": "Французский (Канада)",
7955
"xloc": [
7933
- "default.handlebars->27->841"
7956
+ "default.handlebars->27->844"
7957
]
7958
},
7959
{
@@ -7943,7 +7966,7 @@
7966
"pt": "Francês (França)",
7967
"ru": "Французский (Франция)",
7968
"xloc": [
7946
- "default.handlebars->27->842"
7969
+ "default.handlebars->27->845"
7970
]
7971
},
7972
{
@@ -7956,7 +7979,7 @@
7979
"pt": "Francês (Luxemburgo)",
7980
"ru": "Французский (Люксембург)",
7981
"xloc": [
7959
- "default.handlebars->27->843"
7982
+ "default.handlebars->27->846"
7983
]
7984
},
7985
{
@@ -7969,7 +7992,7 @@
7992
"pt": "Francês (Mônaco)",
7993
"ru": "Французский (Монако)",
7994
"xloc": [
7972
- "default.handlebars->27->844"
7995
+ "default.handlebars->27->847"
7996
]
7997
},
7998
{
@@ -7982,7 +8005,7 @@
8005
"pt": "Francês (Padrão)",
8006
"ru": "Французский (Стандартный)",
8007
"xloc": [
7985
- "default.handlebars->27->839"
8008
+ "default.handlebars->27->842"
8009
]
8010
},
8011
{
@@ -7995,7 +8018,7 @@
8018
"pt": "Francês (Suíça)",
8019
"ru": "Французский (Швейцария)",
8020
"xloc": [
7998
- "default.handlebars->27->845"
8021
+ "default.handlebars->27->848"
8022
]
8023
},
8024
{
@@ -8008,7 +8031,7 @@
8031
"pt": "Frísio",
8032
"ru": "Фризский",
8033
"xloc": [
8011
- "default.handlebars->27->846"
8034
+ "default.handlebars->27->849"
8035
]
8036
},
8037
{
@@ -8021,7 +8044,7 @@
8044
"pt": "Friuliano",
8045
"ru": "Фриульский",
8046
"xloc": [
8024
- "default.handlebars->27->847"
8047
+ "default.handlebars->27->850"
8048
]
8049
},
8050
{
@@ -8035,13 +8058,13 @@
8058
"pt": "Administrador completo",
8059
"ru": "Администратор с полным доступом",
8060
"xloc": [
8038
- "default-mobile.handlebars->9->283",
8039
- "default-mobile.handlebars->9->292",
8040
- "default-mobile.handlebars->9->310",
8041
- "default-mobile.handlebars->9->64",
8042
- "default.handlebars->27->1019",
8043
- "default.handlebars->27->1142",
8044
- "default.handlebars->27->1313"
8061
+ "default-mobile.handlebars->9->286",
8062
+ "default-mobile.handlebars->9->295",
8063
+ "default-mobile.handlebars->9->313",
8064
+ "default-mobile.handlebars->9->67",
8065
+ "default.handlebars->27->1022",
8066
+ "default.handlebars->27->1145",
8067
+ "default.handlebars->27->1316"
8068
]
8069
},
8070
{
@@ -8055,7 +8078,7 @@
8078
"pt": "Administrador Pleno (todos os direitos)",
8079
"ru": "Администратор с полным доступом (все права)",
8080
"xloc": [
8058
- "default.handlebars->27->1166"
8081
+ "default.handlebars->27->1169"
8082
]
8083
},
8084
{
@@ -8066,9 +8089,9 @@
8089
"nl": "Volledige apparaatgroep beheerder",
8090
"ru": "Администратор группы устройств с полным доступом",
8091
"xloc": [
8069
- "default.handlebars->27->1082",
8070
- "default.handlebars->27->1350",
8071
- "default.handlebars->27->1424"
8092
+ "default.handlebars->27->1085",
8093
+ "default.handlebars->27->1353",
8094
+ "default.handlebars->27->1427"
8095
]
8096
},
8097
{
@@ -8098,7 +8121,7 @@
8121
"pt": "Administrador completo",
8122
"ru": "Администратор с полным доступом",
8123
"xloc": [
8101
- "default.handlebars->27->1373"
8124
+ "default.handlebars->27->1376"
8125
]
8126
},
8127
{
@@ -8111,7 +8134,7 @@
8134
"pt": "Gaélico (irlandês)",
8135
"ru": "Гэльский (Ирландский)",
8136
"xloc": [
8114
- "default.handlebars->27->849"
8137
+ "default.handlebars->27->852"
8138
]
8139
},
8140
{
@@ -8124,7 +8147,7 @@
8147
"pt": "Gaélico (escocês)",
8148
"ru": "Гэльский (Шотландия)",
8149
"xloc": [
8127
- "default.handlebars->27->848"
8150
+ "default.handlebars->27->851"
8151
]
8152
},
8153
{
@@ -8137,7 +8160,7 @@
8160
"pt": "Galego",
8161
"ru": "Галицкий",
8162
"xloc": [
8140
- "default.handlebars->27->850"
8163
+ "default.handlebars->27->853"
8164
]
8165
},
8166
{
@@ -8225,7 +8248,7 @@
8248
"pt": "Georgiano",
8249
"ru": "Грузинский",
8250
"xloc": [
8228
- "default.handlebars->27->851"
8251
+ "default.handlebars->27->854"
8252
]
8253
},
8254
{
@@ -8238,7 +8261,7 @@
8261
"pt": "Alemão (Áustria)",
8262
"ru": "Немецкий (Австрия)",
8263
"xloc": [
8241
- "default.handlebars->27->853"
8264
+ "default.handlebars->27->856"
8265
]
8266
},
8267
{
@@ -8251,7 +8274,7 @@
8274
"pt": "Alemão (Alemanha)",
8275
"ru": "Немецкий (Германия)",
8276
"xloc": [
8254
- "default.handlebars->27->854"
8277
+ "default.handlebars->27->857"
8278
]
8279
},
8280
{
@@ -8264,7 +8287,7 @@
8287
"pt": "Alemão (Liechtenstein)",
8288
"ru": "Немецкий (Лихтенштейн)",
8289
"xloc": [
8267
- "default.handlebars->27->855"
8290
+ "default.handlebars->27->858"
8291
]
8292
},
8293
{
@@ -8277,7 +8300,7 @@
8300
"pt": "Alemão (Luxemburgo)",
8301
"ru": "Немецкий (Люксембург)",
8302
"xloc": [
8280
- "default.handlebars->27->856"
8303
+ "default.handlebars->27->859"
8304
]
8305
},
8306
{
@@ -8290,7 +8313,7 @@
8313
"pt": "Alemão (Padrão)",
8314
"ru": "Немецкий (Стандартный)",
8315
"xloc": [
8293
- "default.handlebars->27->852"
8316
+ "default.handlebars->27->855"
8317
]
8318
},
8319
{
@@ -8303,7 +8326,7 @@
8326
"pt": "Alemão (Suíça)",
8327
"ru": "Немецкий (Швейцария)",
8328
"xloc": [
8306
- "default.handlebars->27->857"
8329
+ "default.handlebars->27->860"
8330
]
8331
},
8332
{
@@ -8361,7 +8384,7 @@
8384
"pt": "Bom",
8385
"ru": "Хорошо",
8386
"xloc": [
8364
- "default.handlebars->27->1015"
8387
+ "default.handlebars->27->1018"
8388
]
8389
},
8390
{
@@ -8375,10 +8398,10 @@
8398
"pt": "Boa senha",
8399
"ru": "Хороший пароль",
8400
"xloc": [
8378
- "login-mobile.handlebars->5->21",
8379
- "login-mobile.handlebars->5->25",
8380
- "login.handlebars->5->21",
8381
- "login.handlebars->5->25"
8401
+ "login-mobile.handlebars->5->24",
8402
+ "login-mobile.handlebars->5->28",
8403
+ "login.handlebars->5->24",
8404
+ "login.handlebars->5->28"
8405
]
8406
},
8407
{
@@ -8391,7 +8414,7 @@
8414
"pt": "Grego",
8415
"ru": "Греческий",
8416
"xloc": [
8394
- "default.handlebars->27->858"
8417
+ "default.handlebars->27->861"
8418
]
8419
},
8420
{
@@ -8405,7 +8428,7 @@
8428
"pt": "Grupo",
8429
"ru": "Группа",
8430
"xloc": [
8408
- "default-mobile.handlebars->9->134",
8431
+ "default-mobile.handlebars->9->137",
8432
"default.handlebars->27->441",
8433
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
8434
]
@@ -8433,7 +8456,7 @@
8456
"nl": "Groeps leden",
8457
"ru": "Члены группы",
8458
"xloc": [
8436
- "default.handlebars->27->1342"
8459
+ "default.handlebars->27->1345"
8460
]
8461
},
8462
{
@@ -8447,7 +8470,7 @@
8470
"pt": "Permissões de grupo para o usuário {0}.",
8471
"ru": "Права на группу для пользователя {0}.",
8472
"xloc": [
8450
- "default.handlebars->27->1141"
8473
+ "default.handlebars->27->1144"
8474
]
8475
},
8476
{
@@ -8458,7 +8481,7 @@
8481
"nl": "Groepsrechten voor {0}.",
8482
"ru": "Права на группу для {0}.",
8483
"xloc": [
8461
- "default.handlebars->27->1140"
8484
+ "default.handlebars->27->1143"
8485
]
8486
},
8487
{
@@ -8472,7 +8495,7 @@
8495
"pt": "Grupo1, Grupo2, Grupo3",
8496
"ru": "Группа1, Группа2, Группа3",
8497
"xloc": [
8475
- "default-mobile.handlebars->9->226"
8498
+ "default-mobile.handlebars->9->229"
8499
]
8500
},
8501
{
@@ -8483,7 +8506,7 @@
8506
"nl": "Groepen",
8507
"ru": "Группы",
8508
"xloc": [
8486
- "default.handlebars->27->1257",
8509
+ "default.handlebars->27->1260",
8510
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGroups"
8511
]
8512
},
@@ -8497,7 +8520,7 @@
8520
"pt": "Gujarati",
8521
"ru": "Гуджарати",
8522
"xloc": [
8500
- "default.handlebars->27->859"
8523
+ "default.handlebars->27->862"
8524
]
8525
},
8526
{
@@ -8526,7 +8549,7 @@
8549
"pt": "Haitiano",
8550
"ru": "Гаитянский",
8551
"xloc": [
8529
- "default.handlebars->27->860"
8552
+ "default.handlebars->27->863"
8553
]
8554
},
8555
{
@@ -8564,7 +8587,7 @@
8587
"es": "Heap Total",
8588
"nl": "Heap Totaal",
8589
"xloc": [
8567
- "default.handlebars->27->1488"
8590
+ "default.handlebars->27->1491"
8591
]
8592
},
8593
{
@@ -8574,7 +8597,7 @@
8597
"es": "Heap Used",
8598
"nl": "Heap gebruikt",
8599
"xloc": [
8577
- "default.handlebars->27->1487"
8600
+ "default.handlebars->27->1490"
8601
]
8602
},
8603
{
@@ -8588,7 +8611,7 @@
8611
"pt": "Hebraico",
8612
"ru": "Иврит",
8613
"xloc": [
8591
- "default.handlebars->27->861"
8614
+ "default.handlebars->27->864"
8615
]
8616
},
8617
{
@@ -8601,7 +8624,7 @@
8624
"nl": "Help bij het vertalen van MeshCentral",
8625
"ru": "Помочь перевести MeshCentral",
8626
"xloc": [
8604
- "default.handlebars->27->974"
8627
+ "default.handlebars->27->977"
8628
]
8629
},
8630
{
@@ -8615,8 +8638,8 @@
8638
"pt": "Hibernando",
8639
"ru": "Гибернация",
8640
"xloc": [
8618
- "default-mobile.handlebars->9->104",
8619
- "default-mobile.handlebars->9->111",
8641
+ "default-mobile.handlebars->9->107",
8642
+ "default-mobile.handlebars->9->114",
8643
"default.handlebars->27->342",
8644
"default.handlebars->27->5"
8645
]
@@ -8631,7 +8654,7 @@
8654
"pt": "Hindi",
8655
"ru": "Хинди",
8656
"xloc": [
8634
- "default.handlebars->27->862"
8657
+ "default.handlebars->27->865"
8658
]
8659
},
8660
{
@@ -8658,7 +8681,7 @@
8681
"pt": "Mantendo 1 entrada para cópia",
8682
"ru": "Задержана 1 запись для копирования",
8683
"xloc": [
8661
- "default-mobile.handlebars->9->263",
8684
+ "default-mobile.handlebars->9->266",
8685
"default.handlebars->27->670"
8686
]
8687
},
@@ -8672,7 +8695,7 @@
8695
"pt": "Segurando 1 entrada para mover",
8696
"ru": "Задержана 1 запись для перемещения",
8697
"xloc": [
8675
- "default-mobile.handlebars->9->267",
8698
+ "default-mobile.handlebars->9->270",
8699
"default.handlebars->27->674"
8700
]
8701
},
@@ -8686,7 +8709,7 @@
8709
"pt": "Mantendo {0} entradas para cópia",
8710
"ru": "Задержано {0} записей для копирования",
8711
"xloc": [
8689
- "default-mobile.handlebars->9->261",
8712
+ "default-mobile.handlebars->9->264",
8713
"default.handlebars->27->668"
8714
]
8715
},
@@ -8700,7 +8723,7 @@
8723
"pt": "Manter {0} entradas para mover",
8724
"ru": "Задержано {0} записей для перемещения",
8725
"xloc": [
8703
- "default-mobile.handlebars->9->265",
8726
+ "default-mobile.handlebars->9->268",
8727
"default.handlebars->27->672"
8728
]
8729
},
@@ -8714,8 +8737,8 @@
8737
"pt": "Mantendo {0} entrada {1} para {2}",
8738
"ru": "Задержано {0} записей для {2}",
8739
"xloc": [
8717
- "default-mobile.handlebars->9->88",
8718
- "default.handlebars->27->1239"
8740
+ "default-mobile.handlebars->9->91",
8741
+ "default.handlebars->27->1242"
8742
]
8743
},
8744
{
@@ -8729,10 +8752,10 @@
8752
"pt": "Hostname",
8753
"ru": "Имя хоста",
8754
"xloc": [
8732
- "default-mobile.handlebars->9->136",
8733
- "default-mobile.handlebars->9->137",
8755
"default-mobile.handlebars->9->139",
8735
- "default-mobile.handlebars->9->223",
8756
+ "default-mobile.handlebars->9->140",
8757
+ "default-mobile.handlebars->9->142",
8758
+ "default-mobile.handlebars->9->226",
8759
"default.handlebars->27->221",
8760
"default.handlebars->27->443",
8761
"default.handlebars->27->444",
@@ -8750,7 +8773,7 @@
8773
"pt": "Sincronização de nome de host",
8774
"ru": "Синхронизация имени хоста",
8775
"xloc": [
8753
- "default.handlebars->27->1038"
8776
+ "default.handlebars->27->1041"
8777
]
8778
},
8779
{
@@ -8763,7 +8786,7 @@
8786
"pt": "Húngaro",
8787
"ru": "Венгерский",
8788
"xloc": [
8766
- "default.handlebars->27->863"
8789
+ "default.handlebars->27->866"
8790
]
8791
},
8792
{
@@ -8790,8 +8813,8 @@
8813
"nl": "IP-adres geblokkeerd, probeer het later opnieuw.",
8814
"ru": "IP адрес заблокирован, повторите попытку позже.",
8815
"xloc": [
8793
- "login-mobile.handlebars->5->16",
8794
- "login.handlebars->5->16"
8816
+ "login-mobile.handlebars->5->17",
8817
+ "login.handlebars->5->17"
8818
]
8819
},
8820
{
@@ -8874,7 +8897,7 @@
8897
"pt": "islandês",
8898
"ru": "Исландский",
8899
"xloc": [
8877
- "default.handlebars->27->864"
8900
+ "default.handlebars->27->867"
8901
]
8902
},
8903
{
@@ -8888,7 +8911,7 @@
8911
"pt": "Seleção de ícone",
8912
"ru": "Выбор иконки",
8913
"xloc": [
8891
- "default-mobile.handlebars->9->221",
8914
+ "default-mobile.handlebars->9->224",
8915
"default.handlebars->27->597"
8916
]
8917
},
@@ -8940,7 +8963,7 @@
8963
"pt": "Indonésia",
8964
"ru": "Индонезийский",
8965
"xloc": [
8943
- "default.handlebars->27->865"
8966
+ "default.handlebars->27->868"
8967
]
8968
},
8969
{
@@ -8997,7 +9020,7 @@
9020
"pt": "Instalar",
9021
"ru": "Установка",
9022
"xloc": [
9000
- "default.handlebars->27->1077"
9023
+ "default.handlebars->27->1080"
9024
]
9025
},
9026
{
@@ -9035,7 +9058,7 @@
9058
"pt": "Instalar CIRA",
9059
"ru": "Установка CIRA",
9060
"xloc": [
9038
- "default.handlebars->27->1069"
9061
+ "default.handlebars->27->1072"
9062
]
9063
},
9064
{
@@ -9049,7 +9072,7 @@
9072
"pt": "Instalação local",
9073
"ru": "Локальная установка",
9074
"xloc": [
9052
- "default.handlebars->27->1071"
9075
+ "default.handlebars->27->1074"
9076
]
9077
},
9078
{
@@ -9092,10 +9115,10 @@
9115
"pt": "Intel AMT",
9116
"ru": "Intel AMT",
9117
"xloc": [
9095
- "default.handlebars->27->1199",
9096
- "default.handlebars->27->1205",
9097
- "default.handlebars->27->1484",
9098
- "default.handlebars->27->1505"
9118
+ "default.handlebars->27->1202",
9119
+ "default.handlebars->27->1208",
9120
+ "default.handlebars->27->1487",
9121
+ "default.handlebars->27->1508"
9122
]
9123
},
9124
{
@@ -9231,11 +9254,11 @@
9254
"pt": "Intel® AMT",
9255
"ru": "Intel® AMT",
9256
"xloc": [
9234
- "default-mobile.handlebars->9->123",
9235
- "default-mobile.handlebars->9->187",
9236
- "default-mobile.handlebars->9->192",
9237
- "default.handlebars->27->1055",
9238
- "default.handlebars->27->1063",
9257
+ "default-mobile.handlebars->9->126",
9258
+ "default-mobile.handlebars->9->190",
9259
+ "default-mobile.handlebars->9->195",
9260
+ "default.handlebars->27->1058",
9261
+ "default.handlebars->27->1066",
9262
"default.handlebars->27->419",
9263
"default.handlebars->27->469",
9264
"default.handlebars->27->485"
@@ -9252,7 +9275,7 @@
9275
"pt": "Intel® AMT CIRA",
9276
"ru": "Intel® AMT CIRA",
9277
"xloc": [
9255
- "default-mobile.handlebars->9->191",
9278
+ "default-mobile.handlebars->9->194",
9279
"default.handlebars->27->483"
9280
]
9281
},
@@ -9298,7 +9321,7 @@
9321
"pt": "Intel® Política da AMT",
9322
"ru": "Политика Intel® AMT",
9323
"xloc": [
9301
- "default.handlebars->27->1095"
9324
+ "default.handlebars->27->1098"
9325
]
9326
},
9327
{
@@ -9366,7 +9389,7 @@
9389
"pt": "Intel® AMT conectado",
9390
"ru": "Intel® AMT подключен",
9391
"xloc": [
9369
- "default-mobile.handlebars->9->201",
9392
+ "default-mobile.handlebars->9->204",
9393
"default.handlebars->27->520",
9394
"default.handlebars->27->521"
9395
]
@@ -9381,8 +9404,8 @@
9404
"pt": "Intel® Área de trabalho AMT e eventos seriais.",
9405
"ru": "События Intel® AMT desktop или serial.",
9406
"xloc": [
9384
- "default.handlebars->27->1195",
9385
- "default.handlebars->27->980"
9407
+ "default.handlebars->27->1198",
9408
+ "default.handlebars->27->983"
9409
]
9410
},
9411
{
@@ -9396,7 +9419,7 @@
9419
"pt": "Intel® AMT detectado",
9420
"ru": "Intel® AMT обнаружен",
9421
"xloc": [
9399
- "default-mobile.handlebars->9->202",
9422
+ "default-mobile.handlebars->9->205",
9423
"default.handlebars->27->522",
9424
"default.handlebars->27->523"
9425
]
@@ -9438,7 +9461,7 @@
9461
"pt": "Intel® Apenas AMT",
9462
"ru": "Только Intel® AMT",
9463
"xloc": [
9441
- "default-mobile.handlebars->9->59"
9464
+ "default-mobile.handlebars->9->62"
9465
]
9466
},
9467
{
@@ -9451,9 +9474,9 @@
9474
"pt": "Intel® Apenas AMT, nenhum agente",
9475
"ru": "Только Intel® AMT, без агента",
9476
"xloc": [
9454
- "default-mobile.handlebars->9->274",
9455
- "default.handlebars->27->1009",
9456
- "default.handlebars->27->1031"
9477
+ "default-mobile.handlebars->9->277",
9478
+ "default.handlebars->27->1012",
9479
+ "default.handlebars->27->1034"
9480
]
9481
},
9482
{
@@ -9493,7 +9516,7 @@
9516
"pt": "Intel® ME",
9517
"ru": "Intel® ME",
9518
"xloc": [
9496
- "default-mobile.handlebars->9->186",
9519
+ "default-mobile.handlebars->9->189",
9520
"default.handlebars->27->467"
9521
]
9522
},
@@ -9508,7 +9531,7 @@
9531
"pt": "Intel® SM",
9532
"ru": "Intel® SM",
9533
"xloc": [
9511
- "default-mobile.handlebars->9->188",
9534
+ "default-mobile.handlebars->9->191",
9535
"default.handlebars->27->471"
9536
]
9537
},
@@ -9644,7 +9667,7 @@
9667
"pt": "Inuktitut",
9668
"ru": "Инуктитут",
9669
"xloc": [
9647
- "default.handlebars->27->866"
9670
+ "default.handlebars->27->869"
9671
]
9672
},
9673
{
@@ -9655,7 +9678,7 @@
9678
"nl": "Ongeldige apparaatgroep type",
9679
"ru": "Некорректный тип группы устройств",
9680
"xloc": [
9658
- "default.handlebars->27->1461"
9681
+ "default.handlebars->27->1464"
9682
]
9683
},
9684
{
@@ -9666,7 +9689,7 @@
9689
"nl": "Onjuiste JSON",
9690
"ru": "Некорректный JSON",
9691
"xloc": [
9669
- "default.handlebars->27->1455"
9692
+ "default.handlebars->27->1458"
9693
]
9694
},
9695
{
@@ -9680,8 +9703,8 @@
9703
"pt": "Formato de arquivo JSON inválido.",
9704
"ru": "Некорректный формат файла JSON.",
9705
"xloc": [
9683
- "default.handlebars->27->1283",
9684
- "default.handlebars->27->1285"
9706
+ "default.handlebars->27->1286",
9707
+ "default.handlebars->27->1288"
9708
]
9709
},
9710
{
@@ -9695,7 +9718,7 @@
9718
"pt": "Arquivo JSON inválido: {0}.",
9719
"ru": "Некорректный файл JSON: {0}.",
9720
"xloc": [
9698
- "default.handlebars->27->1281"
9721
+ "default.handlebars->27->1284"
9722
]
9723
},
9724
{
@@ -9706,7 +9729,7 @@
9729
"nl": "Onjuiste PKCS handtekening",
9730
"ru": "Некорректная сигнатура PKCS",
9731
"xloc": [
9709
- "default.handlebars->27->1453"
9732
+ "default.handlebars->27->1456"
9733
]
9734
},
9735
{
@@ -9717,7 +9740,7 @@
9740
"nl": "Ongeldige RSA handtekening",
9741
"ru": "Некорректная сигнатура RSA",
9742
"xloc": [
9720
- "default.handlebars->27->1454"
9743
+ "default.handlebars->27->1457"
9744
]
9745
},
9746
{
@@ -9730,8 +9753,8 @@
9753
"nl": "Ongeldig token voor het maken van een account.",
9754
"ru": "Некорректный токен создания учетной записи.",
9755
"xloc": [
9733
- "login-mobile.handlebars->5->5",
9734
- "login.handlebars->5->5"
9756
+ "login-mobile.handlebars->5->6",
9757
+ "login.handlebars->5->6"
9758
]
9759
},
9760
{
@@ -9744,8 +9767,8 @@
9767
"nl": "Ongeldige e-mail.",
9768
"ru": "Некорректный email.",
9769
"xloc": [
9747
- "login-mobile.handlebars->5->8",
9748
- "login.handlebars->5->8"
9770
+ "login-mobile.handlebars->5->9",
9771
+ "login.handlebars->5->9"
9772
]
9773
},
9774
{
@@ -9758,8 +9781,8 @@
9781
"nl": "Ongeldig token, probeer het opnieuw.",
9782
"ru": "Некорректный токен, попробуйте еще.",
9783
"xloc": [
9761
- "login-mobile.handlebars->5->10",
9762
- "login.handlebars->5->10"
9784
+ "login-mobile.handlebars->5->11",
9785
+ "login.handlebars->5->11"
9786
]
9787
},
9788
{
@@ -9801,7 +9824,7 @@
9824
"pt": "Convite",
9825
"ru": "Пригласить",
9826
"xloc": [
9804
- "default.handlebars->27->1079",
9827
+ "default.handlebars->27->1082",
9828
"default.handlebars->27->218",
9829
"default.handlebars->27->296"
9830
]
@@ -9831,7 +9854,7 @@
9854
"pt": "Convide alguém para instalar o agente de malha nessa malha.",
9855
"ru": "Отправить приглашение на установку Mesh Agent",
9856
"xloc": [
9834
- "default.handlebars->27->1078",
9857
+ "default.handlebars->27->1081",
9858
"default.handlebars->27->217"
9859
]
9860
},
@@ -9860,7 +9883,7 @@
9883
"pt": "Irish",
9884
"ru": "Ирландский",
9885
"xloc": [
9863
- "default.handlebars->27->867"
9886
+ "default.handlebars->27->870"
9887
]
9888
},
9889
{
@@ -9873,7 +9896,7 @@
9896
"pt": "Italiano (Padrão)",
9897
"ru": "Итальянский (Стандартный)",
9898
"xloc": [
9876
- "default.handlebars->27->868"
9899
+ "default.handlebars->27->871"
9900
]
9901
},
9902
{
@@ -9886,7 +9909,7 @@
9909
"pt": "Italiano (Suíça)",
9910
"ru": "Итальянский (Швейцария)",
9911
"xloc": [
9889
- "default.handlebars->27->869"
9912
+ "default.handlebars->27->872"
9913
]
9914
},
9915
{
@@ -9900,8 +9923,8 @@
9923
"pt": "Formato JSON",
9924
"ru": "Формат JSON",
9925
"xloc": [
9903
- "default.handlebars->27->1250",
9904
- "default.handlebars->27->1289",
9926
+ "default.handlebars->27->1253",
9927
+ "default.handlebars->27->1292",
9928
"default.handlebars->27->386"
9929
]
9930
},
@@ -9916,7 +9939,7 @@
9939
"pt": "japonês",
9940
"ru": "Японский",
9941
"xloc": [
9919
- "default.handlebars->27->870"
9942
+ "default.handlebars->27->873"
9943
]
9944
},
9945
{
@@ -9928,7 +9951,7 @@
9951
"pt": "Kannada",
9952
"ru": "Каннада",
9953
"xloc": [
9931
- "default.handlebars->27->871"
9954
+ "default.handlebars->27->874"
9955
]
9956
},
9957
{
@@ -9940,7 +9963,7 @@
9963
"pt": "Caxemira",
9964
"ru": "Кашмирский",
9965
"xloc": [
9943
- "default.handlebars->27->872"
9966
+ "default.handlebars->27->875"
9967
]
9968
},
9969
{
@@ -9952,7 +9975,7 @@
9975
"pt": "Cazaque",
9976
"ru": "Казахский",
9977
"xloc": [
9955
- "default.handlebars->27->873"
9978
+ "default.handlebars->27->876"
9979
]
9980
},
9981
{
@@ -9979,8 +10002,8 @@
10002
"pt": "Nome da chave",
10003
"ru": "Имя ключа",
10004
"xloc": [
9982
- "default.handlebars->27->764",
9983
- "default.handlebars->27->767"
10005
+ "default.handlebars->27->767",
10006
+ "default.handlebars->27->770"
10007
]
10008
},
10009
{
@@ -10006,7 +10029,7 @@
10029
"pt": "Khmer",
10030
"ru": "Кхмерский",
10031
"xloc": [
10009
- "default.handlebars->27->874"
10032
+ "default.handlebars->27->877"
10033
]
10034
},
10035
{
@@ -10018,7 +10041,7 @@
10041
"pt": "Kirghiz",
10042
"ru": "Киргизский",
10043
"xloc": [
10021
- "default.handlebars->27->875"
10044
+ "default.handlebars->27->878"
10045
]
10046
},
10047
{
@@ -10030,7 +10053,7 @@
10053
"pt": "Klingon",
10054
"ru": "Клингонский",
10055
"xloc": [
10033
- "default.handlebars->27->876"
10056
+ "default.handlebars->27->879"
10057
]
10058
},
10059
{
@@ -10050,7 +10073,7 @@
10073
"pt": "coreano",
10074
"ru": "Korean",
10075
"xloc": [
10053
- "default.handlebars->27->877"
10076
+ "default.handlebars->27->880"
10077
]
10078
},
10079
{
@@ -10063,7 +10086,7 @@
10086
"pt": "Coreano (Coréia do Norte)",
10087
"ru": "Корейский (Северная Корея)",
10088
"xloc": [
10066
- "default.handlebars->27->878"
10089
+ "default.handlebars->27->881"
10090
]
10091
},
10092
{
@@ -10076,7 +10099,7 @@
10099
"pt": "Coreano (Coréia do Sul)",
10100
"ru": "Корейский (Южная Корея)",
10101
"xloc": [
10079
- "default.handlebars->27->879"
10102
+ "default.handlebars->27->882"
10103
]
10104
},
10105
{
@@ -10105,7 +10128,7 @@
10128
"pt": "Língua",
10129
"ru": "Язык",
10130
"xloc": [
10108
- "default.handlebars->27->972"
10131
+ "default.handlebars->27->975"
10132
]
10133
},
10134
{
@@ -10286,7 +10309,7 @@
10309
"pt": "Último acesso",
10310
"ru": "Последний доступ",
10311
"xloc": [
10289
- "default.handlebars->27->1258"
10312
+ "default.handlebars->27->1261"
10313
]
10314
},
10315
{
@@ -10300,7 +10323,7 @@
10323
"pt": "Último login",
10324
"ru": "Последний вход в систему",
10325
"xloc": [
10303
- "default.handlebars->27->1385"
10326
+ "default.handlebars->27->1388"
10327
]
10328
},
10329
{
@@ -10349,7 +10372,7 @@
10372
"pt": "Última alteração: {0}",
10373
"ru": "Последнее изменение: {0}",
10374
"xloc": [
10352
- "default.handlebars->27->1389"
10375
+ "default.handlebars->27->1392"
10376
]
10377
},
10378
{
@@ -10391,7 +10414,7 @@
10414
"pt": "Último login: {0}",
10415
"ru": "Последний вход в систему: {0}",
10416
"xloc": [
10394
- "default.handlebars->27->1268"
10417
+ "default.handlebars->27->1271"
10418
]
10419
},
10420
{
@@ -10461,7 +10484,7 @@
10484
"pt": "Latim",
10485
"ru": "Латинский",
10486
"xloc": [
10464
- "default.handlebars->27->880"
10487
+ "default.handlebars->27->883"
10488
]
10489
},
10490
{
@@ -10474,7 +10497,7 @@
10497
"pt": "letão",
10498
"ru": "Латышский",
10499
"xloc": [
10477
- "default.handlebars->27->881"
10500
+ "default.handlebars->27->884"
10501
]
10502
},
10503
{
@@ -10506,7 +10529,7 @@
10529
"pt": "Menos",
10530
"ru": "Меньше",
10531
"xloc": [
10509
- "default.handlebars->27->1519"
10532
+ "default.handlebars->27->1522"
10533
]
10534
},
10535
{
@@ -10534,8 +10557,8 @@
10557
"pt": "Entrada limitada",
10558
"ru": "Ограниченный ввод",
10559
"xloc": [
10537
- "default-mobile.handlebars->9->323",
10538
- "default.handlebars->27->1180"
10560
+ "default-mobile.handlebars->9->326",
10561
+ "default.handlebars->27->1183"
10562
]
10563
},
10564
{
@@ -10548,8 +10571,8 @@
10571
"pt": "Somente entrada limitada",
10572
"ru": "Ограничить элементы ввода",
10573
"xloc": [
10551
- "default-mobile.handlebars->9->298",
10552
- "default.handlebars->27->1148"
10574
+ "default-mobile.handlebars->9->301",
10575
+ "default.handlebars->27->1151"
10576
]
10577
},
10578
{
@@ -10563,8 +10586,8 @@
10586
"pt": "Ligação",
10587
"ru": "Ссылка",
10588
"xloc": [
10566
- "default-mobile.handlebars->9->68",
10567
- "default.handlebars->27->1211",
10589
+ "default-mobile.handlebars->9->71",
10590
+ "default.handlebars->27->1214",
10591
"default.handlebars->container->column_l->p42->p42tbl->1->0->4"
10592
]
10593
},
@@ -10637,7 +10660,7 @@
10660
"pt": "Linux 32 bits",
10661
"ru": "Linux 32bit",
10662
"xloc": [
10640
- "default-mobile.handlebars->9->148",
10663
+ "default-mobile.handlebars->9->151",
10664
"default.handlebars->27->18"
10665
]
10666
},
@@ -10652,7 +10675,7 @@
10675
"pt": "Linux 64 bits",
10676
"ru": "Linux 64bit",
10677
"xloc": [
10655
- "default-mobile.handlebars->9->149",
10678
+ "default-mobile.handlebars->9->152",
10679
"default.handlebars->27->19"
10680
]
10681
},
@@ -10667,7 +10690,7 @@
10690
"pt": "Linux ARM",
10691
"ru": "Linux ARM",
10692
"xloc": [
10670
- "default-mobile.handlebars->9->153",
10693
+ "default-mobile.handlebars->9->156",
10694
"default.handlebars->27->23"
10695
]
10696
},
@@ -10696,7 +10719,7 @@
10719
"pt": "Linux NoKVM x86-32 bits",
10720
"ru": "Linux NoKVM x86-32bit",
10721
"xloc": [
10699
- "default-mobile.handlebars->9->162",
10722
+ "default-mobile.handlebars->9->165",
10723
"default.handlebars->27->32"
10724
]
10725
},
@@ -10711,7 +10734,7 @@
10734
"pt": "Linux NoKVM x86-64 bits",
10735
"ru": "Linux NoKVM x86-64bit",
10736
"xloc": [
10714
- "default-mobile.handlebars->9->163",
10737
+ "default-mobile.handlebars->9->166",
10738
"default.handlebars->27->33"
10739
]
10740
},
@@ -10726,7 +10749,7 @@
10749
"pt": "Linux Poky x86-32 bits",
10750
"ru": "Linux Poky x86-32bit",
10751
"xloc": [
10729
- "default-mobile.handlebars->9->158",
10752
+ "default-mobile.handlebars->9->161",
10753
"default.handlebars->27->28"
10754
]
10755
},
@@ -10741,7 +10764,7 @@
10764
"pt": "Linux Poky x86-64 bits",
10765
"ru": "Linux Poky x86-64bit",
10766
"xloc": [
10744
- "default-mobile.handlebars->9->161",
10767
+ "default-mobile.handlebars->9->164",
10768
"default.handlebars->27->31"
10769
]
10770
},
@@ -10813,7 +10836,7 @@
10836
"pt": "Lituano",
10837
"ru": "Литовский",
10838
"xloc": [
10816
- "default.handlebars->27->882"
10839
+ "default.handlebars->27->885"
10840
]
10841
},
10842
{
@@ -10827,11 +10850,11 @@
10850
"pt": "Carregando...",
10851
"ru": "Загрузка...",
10852
"xloc": [
10830
- "default-mobile.handlebars->9->31",
10831
- "default.handlebars->27->1026",
10832
- "default.handlebars->27->1028",
10853
+ "default-mobile.handlebars->9->34",
10854
+ "default.handlebars->27->1029",
10855
+ "default.handlebars->27->1031",
10856
"default.handlebars->27->571",
10834
- "default.handlebars->27->760"
10857
+ "default.handlebars->27->763"
10858
]
10859
},
10860
{
@@ -10885,7 +10908,7 @@
10908
"pt": "Configurações de localização",
10909
"ru": "Настройки локализации",
10910
"xloc": [
10888
- "default.handlebars->27->975",
10911
+ "default.handlebars->27->978",
10912
"default.handlebars->container->column_l->p2->p2AccountActions->3->5"
10913
]
10914
},
@@ -10926,7 +10949,7 @@
10949
"pt": "Bloquear conta",
10950
"ru": "Заблокировать учетную запись",
10951
"xloc": [
10929
- "default.handlebars->27->1319"
10952
+ "default.handlebars->27->1322"
10953
]
10954
},
10955
{
@@ -10940,7 +10963,7 @@
10963
"pt": "Bloqueado",
10964
"ru": "Заблокирован",
10965
"xloc": [
10943
- "default.handlebars->27->1269"
10966
+ "default.handlebars->27->1272"
10967
]
10968
},
10969
{
@@ -10954,7 +10977,7 @@
10977
"pt": "Conta bloqueada",
10978
"ru": "Заблокированная учетная запись",
10979
"xloc": [
10957
- "default.handlebars->27->1370"
10980
+ "default.handlebars->27->1373"
10981
]
10982
},
10983
{
@@ -11036,8 +11059,8 @@
11059
"nl": "Inloggen mislukt, controleer gebruikersnaam en wachtwoord.",
11060
"ru": "Вход не выполнен, проверьте имя пользователя и пароль.",
11061
"xloc": [
11039
- "login-mobile.handlebars->5->14",
11040
- "login.handlebars->5->14"
11062
+ "login-mobile.handlebars->5->15",
11063
+ "login.handlebars->5->15"
11064
]
11065
},
11066
{
@@ -11084,7 +11107,7 @@
11107
"pt": "Luxemburguês",
11108
"ru": "Люксембургский",
11109
"xloc": [
11087
- "default.handlebars->27->883"
11110
+ "default.handlebars->27->886"
11111
]
11112
},
11113
{
@@ -11140,7 +11163,7 @@
11163
"pt": "MIPS",
11164
"ru": "MIPS",
11165
"xloc": [
11143
- "default-mobile.handlebars->9->150",
11166
+ "default-mobile.handlebars->9->153",
11167
"default.handlebars->27->20"
11168
]
11169
},
@@ -11170,8 +11193,8 @@
11193
"pt": "MQTT",
11194
"ru": "MQTT",
11195
"xloc": [
11173
- "default-mobile.handlebars->9->125",
11174
- "default-mobile.handlebars->9->194",
11196
+ "default-mobile.handlebars->9->128",
11197
+ "default-mobile.handlebars->9->197",
11198
"default.handlebars->27->174",
11199
"default.handlebars->27->363",
11200
"default.handlebars->27->489",
@@ -11217,7 +11240,7 @@
11240
"pt": "Canal MQTT conectado",
11241
"ru": "Подключен MQTT канал",
11242
"xloc": [
11220
- "default-mobile.handlebars->9->203",
11243
+ "default-mobile.handlebars->9->206",
11244
"default.handlebars->27->525"
11245
]
11246
},
@@ -11305,7 +11328,7 @@
11328
"pt": "MacOS 32 bits",
11329
"ru": "MacOS 32bit",
11330
"xloc": [
11308
- "default-mobile.handlebars->9->154",
11331
+ "default-mobile.handlebars->9->157",
11332
"default.handlebars->27->24"
11333
]
11334
},
@@ -11320,7 +11343,7 @@
11343
"pt": "MacOS 64 bits",
11344
"ru": "MacOS 64bit",
11345
"xloc": [
11323
- "default-mobile.handlebars->9->159",
11346
+ "default-mobile.handlebars->9->162",
11347
"default.handlebars->27->29"
11348
]
11349
},
@@ -11335,7 +11358,7 @@
11358
"pt": "Mensagens do servidor principal",
11359
"ru": "Сообщения главного сервера",
11360
"xloc": [
11338
- "default.handlebars->27->1495"
11361
+ "default.handlebars->27->1498"
11362
]
11363
},
11364
{
@@ -11348,7 +11371,7 @@
11371
"pt": "Malaio",
11372
"ru": "Малайский",
11373
"xloc": [
11351
- "default.handlebars->27->885"
11374
+ "default.handlebars->27->888"
11375
]
11376
},
11377
{
@@ -11360,7 +11383,7 @@
11383
"pt": "Malaiala",
11384
"ru": "Малаяламский",
11385
"xloc": [
11363
- "default.handlebars->27->886"
11386
+ "default.handlebars->27->889"
11387
]
11388
},
11389
{
@@ -11373,7 +11396,7 @@
11396
"pt": "Maltês",
11397
"ru": "Мальтийский",
11398
"xloc": [
11376
- "default.handlebars->27->887"
11399
+ "default.handlebars->27->890"
11400
]
11401
},
11402
{
@@ -11401,10 +11424,10 @@
11424
"pt": "Gerenciar computadores do grupo de dispositivos",
11425
"ru": "Управление компьютерами группы устройств",
11426
"xloc": [
11404
- "default-mobile.handlebars->9->295",
11405
- "default-mobile.handlebars->9->313",
11406
- "default.handlebars->27->1145",
11407
- "default.handlebars->27->1169"
11427
+ "default-mobile.handlebars->9->298",
11428
+ "default-mobile.handlebars->9->316",
11429
+ "default.handlebars->27->1148",
11430
+ "default.handlebars->27->1172"
11431
]
11432
},
11433
{
@@ -11417,10 +11440,10 @@
11440
"pt": "Gerenciar usuários do grupo de dispositivos",
11441
"ru": "Управление пользователями группы устройств",
11442
"xloc": [
11420
- "default-mobile.handlebars->9->294",
11421
- "default-mobile.handlebars->9->312",
11422
- "default.handlebars->27->1144",
11423
- "default.handlebars->27->1168"
11443
+ "default-mobile.handlebars->9->297",
11444
+ "default-mobile.handlebars->9->315",
11445
+ "default.handlebars->27->1147",
11446
+ "default.handlebars->27->1171"
11447
]
11448
},
11449
{
@@ -11445,7 +11468,7 @@
11468
"nl": "Beheer gebruikersgroepen.",
11469
"ru": "Управление группами пользователя",
11470
"xloc": [
11448
- "default.handlebars->27->1318"
11471
+ "default.handlebars->27->1321"
11472
]
11473
},
11474
{
@@ -11459,7 +11482,7 @@
11482
"pt": "Gerenciar Usuários",
11483
"ru": "Управление пользователями",
11484
"xloc": [
11462
- "default.handlebars->27->1317"
11485
+ "default.handlebars->27->1320"
11486
]
11487
},
11488
{
@@ -11492,6 +11515,13 @@
11515
"default.handlebars->container->column_l->p2->p2AccountSecurity->3->manageOtp->1->0"
11516
]
11517
},
11518
+ {
11519
+ "en": "Manage email authentication",
11520
+ "xloc": [
11521
+ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->3->manageEmail2FA->0",
11522
+ "default.handlebars->container->column_l->p2->p2AccountSecurity->3->manageEmail2FA->1->0"
11523
+ ]
11524
+ },
11525
{
11526
"cs": "Spravovat klíče zabezpečení",
11527
"de": "Sicherheitsschlüssel verwalten",
@@ -11517,7 +11547,7 @@
11547
"pt": "Gerenciar usando um agente de software",
11548
"ru": "Управление с помощью программного агента",
11549
"xloc": [
11520
- "default.handlebars->27->1008"
11550
+ "default.handlebars->27->1011"
11551
]
11552
},
11553
{
@@ -11531,8 +11561,8 @@
11561
"pt": "Gerenciado usando um agente de software",
11562
"ru": "Управляется с помощью программного агента",
11563
"xloc": [
11534
- "default-mobile.handlebars->9->275",
11535
- "default.handlebars->27->1032"
11564
+ "default-mobile.handlebars->9->278",
11565
+ "default.handlebars->27->1035"
11566
]
11567
},
11568
{
@@ -11545,7 +11575,7 @@
11575
"pt": "Gerenciador",
11576
"ru": "Менеджер",
11577
"xloc": [
11548
- "default.handlebars->27->1274"
11578
+ "default.handlebars->27->1277"
11579
]
11580
},
11581
{
@@ -11585,7 +11615,7 @@
11615
"pt": "Maori",
11616
"ru": "Маори",
11617
"xloc": [
11588
- "default.handlebars->27->888"
11618
+ "default.handlebars->27->891"
11619
]
11620
},
11621
{
@@ -11613,7 +11643,7 @@
11643
"pt": "Marathi",
11644
"ru": "Маратхи",
11645
"xloc": [
11616
- "default.handlebars->27->889"
11646
+ "default.handlebars->27->892"
11647
]
11648
},
11649
{
@@ -11624,7 +11654,7 @@
11654
"nl": "Max Sessies bereikt",
11655
"ru": "Достигнуто максимальное число сессий",
11656
"xloc": [
11627
- "default.handlebars->27->1459"
11657
+ "default.handlebars->27->1462"
11658
]
11659
},
11660
{
@@ -11638,8 +11668,8 @@
11668
"pt": "Comprimento máximo de {0}",
11669
"ru": "Максимальная длина {0}",
11670
"xloc": [
11641
- "login-mobile.handlebars->5->29",
11642
- "login.handlebars->5->29"
11671
+ "login-mobile.handlebars->5->32",
11672
+ "login.handlebars->5->32"
11673
]
11674
},
11675
{
@@ -11669,7 +11699,7 @@
11699
"pt": "Megabytes",
11700
"ru": "Мегабайт",
11701
"xloc": [
11672
- "default.handlebars->27->1485"
11702
+ "default.handlebars->27->1488"
11703
]
11704
},
11705
{
@@ -11683,7 +11713,7 @@
11713
"pt": "Memória",
11714
"ru": "ОЗУ",
11715
"xloc": [
11686
- "default.handlebars->27->1476",
11716
+ "default.handlebars->27->1479",
11717
"default.handlebars->27->740",
11718
"default.handlebars->container->column_l->p40->3->1->p40type->3"
11719
]
@@ -11699,7 +11729,7 @@
11729
"pt": "Mesh Agent",
11730
"ru": "Mesh Agent",
11731
"xloc": [
11702
- "default-mobile.handlebars->9->200",
11732
+ "default-mobile.handlebars->9->203",
11733
"default.handlebars->27->308",
11734
"default.handlebars->27->311",
11735
"default.handlebars->27->319",
@@ -11721,8 +11751,8 @@
11751
"pt": "Mesh Agent Console",
11752
"ru": "Консоль Mesh Agent",
11753
"xloc": [
11724
- "default-mobile.handlebars->9->302",
11725
- "default.handlebars->27->1153"
11754
+ "default-mobile.handlebars->9->305",
11755
+ "default.handlebars->27->1156"
11756
]
11757
},
11758
{
@@ -11793,7 +11823,7 @@
11823
"nl": "MeshAgent verkeer",
11824
"ru": "Трафик MeshAgent",
11825
"xloc": [
11796
- "default.handlebars->27->1497"
11826
+ "default.handlebars->27->1500"
11827
]
11828
},
11829
{
@@ -11806,7 +11836,7 @@
11836
"nl": "MeshAgent update",
11837
"ru": "Обновление MeshAgent",
11838
"xloc": [
11809
- "default.handlebars->27->1498"
11839
+ "default.handlebars->27->1501"
11840
]
11841
},
11842
{
@@ -11832,7 +11862,7 @@
11862
"pt": "MeshCentral Errors",
11863
"ru": "Ошибки MeshCentral",
11864
"xloc": [
11835
- "default.handlebars->27->1027"
11865
+ "default.handlebars->27->1030"
11866
]
11867
},
11868
{
@@ -11886,7 +11916,7 @@
11916
"pt": "Peering do servidor MeshCentral",
11917
"ru": "Соединения сервера MeshCentral",
11918
"xloc": [
11889
- "default.handlebars->27->1496"
11919
+ "default.handlebars->27->1499"
11920
]
11921
},
11922
{
@@ -11913,7 +11943,7 @@
11943
"pt": "Versão MeshCentral",
11944
"ru": "Версия MeshCentral",
11945
"xloc": [
11916
- "default.handlebars->27->1025",
11946
+ "default.handlebars->27->1028",
11947
"default.handlebars->27->94",
11948
"default.handlebars->27->95"
11949
]
@@ -12078,7 +12108,7 @@
12108
"pt": "Despachante de mensagens",
12109
"ru": "Диспетчер сообщения",
12110
"xloc": [
12081
- "default.handlebars->27->1494"
12111
+ "default.handlebars->27->1497"
12112
]
12113
},
12114
{
@@ -12119,8 +12149,8 @@
12149
"pt": "Comprimento mínimo de {0}",
12150
"ru": "Минимальная длина {0}",
12151
"xloc": [
12122
- "login-mobile.handlebars->5->28",
12123
- "login.handlebars->5->28"
12152
+ "login-mobile.handlebars->5->31",
12153
+ "login.handlebars->5->31"
12154
]
12155
},
12156
{
@@ -12146,7 +12176,7 @@
12176
"pt": "Moldavian",
12177
"ru": "Молдавский",
12178
"xloc": [
12149
- "default.handlebars->27->890"
12179
+ "default.handlebars->27->893"
12180
]
12181
},
12182
{
@@ -12160,7 +12190,7 @@
12190
"pt": "Mais",
12191
"ru": "Еще",
12192
"xloc": [
12163
- "default.handlebars->27->1518"
12193
+ "default.handlebars->27->1521"
12194
]
12195
},
12196
{
@@ -12408,8 +12438,8 @@
12438
"pt": "Minha chave",
12439
"ru": "Мой ключ",
12440
"xloc": [
12411
- "default.handlebars->27->765",
12412
- "default.handlebars->27->768"
12441
+ "default.handlebars->27->768",
12442
+ "default.handlebars->27->771"
12443
]
12444
},
12445
{
@@ -12423,20 +12453,20 @@
12453
"pt": "Nome",
12454
"ru": "Имя",
12455
"xloc": [
12426
- "default-mobile.handlebars->9->135",
12427
- "default-mobile.handlebars->9->276",
12428
- "default-mobile.handlebars->9->289",
12429
- "default-mobile.handlebars->9->56",
12456
+ "default-mobile.handlebars->9->138",
12457
+ "default-mobile.handlebars->9->279",
12458
+ "default-mobile.handlebars->9->292",
12459
+ "default-mobile.handlebars->9->59",
12460
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
12431
- "default.handlebars->27->1006",
12432
- "default.handlebars->27->1033",
12433
- "default.handlebars->27->1117",
12434
- "default.handlebars->27->1256",
12435
- "default.handlebars->27->1324",
12436
- "default.handlebars->27->1328",
12437
- "default.handlebars->27->1333",
12438
- "default.handlebars->27->1335",
12439
- "default.handlebars->27->1358",
12461
+ "default.handlebars->27->1009",
12462
+ "default.handlebars->27->1036",
12463
+ "default.handlebars->27->1120",
12464
+ "default.handlebars->27->1259",
12465
+ "default.handlebars->27->1327",
12466
+ "default.handlebars->27->1331",
12467
+ "default.handlebars->27->1336",
12468
+ "default.handlebars->27->1338",
12469
+ "default.handlebars->27->1361",
12470
"default.handlebars->27->617",
12471
"default.handlebars->27->690",
12472
"default.handlebars->27->732",
@@ -12471,7 +12501,7 @@
12501
"pt": "Nome1, Nome2, Nome3",
12502
"ru": "Имя1, Имя2, Имя3",
12503
"xloc": [
12474
- "default.handlebars->27->1310"
12504
+ "default.handlebars->27->1313"
12505
]
12506
},
12507
{
@@ -12484,7 +12514,7 @@
12514
"pt": "Navajo",
12515
"ru": "Навахо",
12516
"xloc": [
12487
- "default.handlebars->27->891"
12517
+ "default.handlebars->27->894"
12518
]
12519
},
12520
{
@@ -12497,7 +12527,7 @@
12527
"pt": "Ndonga",
12528
"ru": "Ндонга",
12529
"xloc": [
12500
- "default.handlebars->27->892"
12530
+ "default.handlebars->27->895"
12531
]
12532
},
12533
{
@@ -12510,7 +12540,7 @@
12540
"pt": "Nepali",
12541
"ru": "Непальский",
12542
"xloc": [
12513
- "default.handlebars->27->893"
12543
+ "default.handlebars->27->896"
12544
]
12545
},
12546
{
@@ -12588,10 +12618,10 @@
12618
"pt": "Novo grupo de dispositivos",
12619
"ru": "Новая группа устройств",
12620
"xloc": [
12591
- "default-mobile.handlebars->9->50",
12592
- "default.handlebars->27->1011",
12593
- "default.handlebars->27->562",
12594
- "default.handlebars->27->999"
12621
+ "default-mobile.handlebars->9->53",
12622
+ "default.handlebars->27->1002",
12623
+ "default.handlebars->27->1014",
12624
+ "default.handlebars->27->562"
12625
]
12626
},
12627
{
@@ -12605,9 +12635,9 @@
12635
"pt": "Nova pasta",
12636
"ru": "Новая папка",
12637
"xloc": [
12608
- "default-mobile.handlebars->9->247",
12609
- "default-mobile.handlebars->9->79",
12610
- "default.handlebars->27->1229",
12638
+ "default-mobile.handlebars->9->250",
12639
+ "default-mobile.handlebars->9->82",
12640
+ "default.handlebars->27->1232",
12641
"default.handlebars->27->654",
12642
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
12643
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -12649,10 +12679,10 @@
12679
"pt": "Nova senha:",
12680
"ru": "Новый пароль:",
12681
"xloc": [
12652
- "default-mobile.handlebars->9->45",
12653
- "default-mobile.handlebars->9->46",
12654
- "default.handlebars->27->994",
12655
- "default.handlebars->27->995"
12682
+ "default-mobile.handlebars->9->48",
12683
+ "default-mobile.handlebars->9->49",
12684
+ "default.handlebars->27->997",
12685
+ "default.handlebars->27->998"
12686
]
12687
},
12688
{
@@ -12680,8 +12710,8 @@
12710
"pt": "Sem credenciais",
12711
"ru": "Учетных данных нет",
12712
"xloc": [
12683
- "default-mobile.handlebars->9->184",
12684
- "default-mobile.handlebars->9->185",
12713
+ "default-mobile.handlebars->9->187",
12714
+ "default-mobile.handlebars->9->188",
12715
"default.handlebars->27->464",
12716
"default.handlebars->27->465"
12717
]
@@ -12690,14 +12720,14 @@
12720
"en": "No Desktop",
12721
"nl": "Geen bureaublad",
12722
"xloc": [
12693
- "default.handlebars->27->1176"
12723
+ "default.handlebars->27->1179"
12724
]
12725
},
12726
{
12727
"en": "No Desktop Access",
12728
"nl": "Geen bureaublad toegang",
12729
"xloc": [
12700
- "default.handlebars->27->1149"
12730
+ "default.handlebars->27->1152"
12731
]
12732
},
12733
{
@@ -12711,8 +12741,8 @@
12741
"pt": "Nenhum evento encontrado",
12742
"ru": "События не найдены",
12743
"xloc": [
12714
- "default.handlebars->27->1246",
12715
- "default.handlebars->27->1442",
12744
+ "default.handlebars->27->1249",
12745
+ "default.handlebars->27->1445",
12746
"default.handlebars->27->688"
12747
]
12748
},
@@ -12727,8 +12757,8 @@
12757
"pt": "Sem acesso a arquivos",
12758
"ru": "Нет доступа к файлам",
12759
"xloc": [
12730
- "default-mobile.handlebars->9->300",
12731
- "default.handlebars->27->1151"
12760
+ "default-mobile.handlebars->9->303",
12761
+ "default.handlebars->27->1154"
12762
]
12763
},
12764
{
@@ -12742,8 +12772,8 @@
12772
"pt": "Sem arquivos",
12773
"ru": "Файлов нет",
12774
"xloc": [
12745
- "default-mobile.handlebars->9->321",
12746
- "default.handlebars->27->1178"
12775
+ "default-mobile.handlebars->9->324",
12776
+ "default.handlebars->27->1181"
12777
]
12778
},
12779
{
@@ -12756,10 +12786,10 @@
12786
"pt": "Nenhum Intel® AMT",
12787
"ru": "Нет Intel® AMT",
12788
"xloc": [
12759
- "default-mobile.handlebars->9->301",
12760
- "default-mobile.handlebars->9->322",
12761
- "default.handlebars->27->1152",
12762
- "default.handlebars->27->1179"
12789
+ "default-mobile.handlebars->9->304",
12790
+ "default-mobile.handlebars->9->325",
12791
+ "default.handlebars->27->1155",
12792
+ "default.handlebars->27->1182"
12793
]
12794
},
12795
{
@@ -12773,7 +12803,7 @@
12803
"pt": "Nenhum Intel® AMT devices in this group",
12804
"ru": "Intel® AMT устройств в этой группе нет",
12805
"xloc": [
12776
- "default-mobile.handlebars->9->96"
12806
+ "default-mobile.handlebars->9->99"
12807
]
12808
},
12809
{
@@ -12811,7 +12841,7 @@
12841
"nl": "Geen leden",
12842
"ru": "Нет членов",
12843
"xloc": [
12814
- "default.handlebars->27->1345"
12844
+ "default.handlebars->27->1348"
12845
]
12846
},
12847
{
@@ -12824,7 +12854,7 @@
12854
"pt": "Não há novos grupos de dispositivos",
12855
"ru": "Запретить создание групп устройств",
12856
"xloc": [
12827
- "default.handlebars->27->1320"
12857
+ "default.handlebars->27->1323"
12858
]
12859
},
12860
{
@@ -12837,9 +12867,9 @@
12867
"pt": "Nenhuma política",
12868
"ru": "Политик нет",
12869
"xloc": [
12840
- "default.handlebars->27->1058",
12841
- "default.handlebars->27->1089",
12842
- "default.handlebars->27->1092"
12870
+ "default.handlebars->27->1061",
12871
+ "default.handlebars->27->1092",
12872
+ "default.handlebars->27->1095"
12873
]
12874
},
12875
{
@@ -12852,14 +12882,14 @@
12882
"pt": "Sem direitos",
12883
"ru": "Нет прав",
12884
"xloc": [
12855
- "default-mobile.handlebars->9->284",
12856
- "default-mobile.handlebars->9->327",
12857
- "default-mobile.handlebars->9->65",
12858
- "default.handlebars->27->1020",
12859
- "default.handlebars->27->1083",
12860
- "default.handlebars->27->1184",
12861
- "default.handlebars->27->1351",
12862
- "default.handlebars->27->1425"
12885
+ "default-mobile.handlebars->9->287",
12886
+ "default-mobile.handlebars->9->330",
12887
+ "default-mobile.handlebars->9->68",
12888
+ "default.handlebars->27->1023",
12889
+ "default.handlebars->27->1086",
12890
+ "default.handlebars->27->1187",
12891
+ "default.handlebars->27->1354",
12892
+ "default.handlebars->27->1428"
12893
]
12894
},
12895
{
@@ -12873,7 +12903,7 @@
12903
"pt": "Sem segurança TLS",
12904
"ru": "Нет безопасности TLS",
12905
"xloc": [
12876
- "default-mobile.handlebars->9->215",
12906
+ "default-mobile.handlebars->9->218",
12907
"default.handlebars->27->227",
12908
"default.handlebars->27->548"
12909
]
@@ -12888,8 +12918,8 @@
12918
"pt": "Sem terminal",
12919
"ru": "Нет терминала",
12920
"xloc": [
12891
- "default-mobile.handlebars->9->320",
12892
- "default.handlebars->27->1177"
12921
+ "default-mobile.handlebars->9->323",
12922
+ "default.handlebars->27->1180"
12923
]
12924
},
12925
{
@@ -12902,8 +12932,8 @@
12932
"pt": "Sem acesso ao terminal",
12933
"ru": "Нет доступа к терминалу",
12934
"xloc": [
12905
- "default-mobile.handlebars->9->299",
12906
- "default.handlebars->27->1150"
12935
+ "default-mobile.handlebars->9->302",
12936
+ "default.handlebars->27->1153"
12937
]
12938
},
12939
{
@@ -12916,7 +12946,7 @@
12946
"pt": "Sem ferramentas (MeshCmd / Roteador)",
12947
"ru": "Нет инструментов (MeshCmd/Router)",
12948
"xloc": [
12919
- "default.handlebars->27->1321"
12949
+ "default.handlebars->27->1324"
12950
]
12951
},
12952
{
@@ -12927,8 +12957,8 @@
12957
"nl": "Geen gemeenschappelijke apparaatgroepen",
12958
"ru": "Нет общих групп устройств",
12959
"xloc": [
12930
- "default.handlebars->27->1354",
12931
- "default.handlebars->27->1428"
12960
+ "default.handlebars->27->1357",
12961
+ "default.handlebars->27->1431"
12962
]
12963
},
12964
{
@@ -12958,7 +12988,7 @@
12988
"pt": "Nenhum dispositivo",
12989
"ru": "Устройств нет",
12990
"xloc": [
12961
- "default-mobile.handlebars->9->98"
12991
+ "default-mobile.handlebars->9->101"
12992
]
12993
},
12994
{
@@ -12996,7 +13026,7 @@
13026
"nl": "Geen apparaten in deze apparaatgroep.",
13027
"ru": "В группе нет устройств.",
13028
"xloc": [
12999
- "default.handlebars->27->1208"
13029
+ "default.handlebars->27->1211"
13030
]
13031
},
13032
{
@@ -13010,7 +13040,7 @@
13040
"pt": "Nenhum dispositivo neste grupo",
13041
"ru": "В этой группе нет устройств",
13042
"xloc": [
13013
- "default-mobile.handlebars->9->97",
13043
+ "default-mobile.handlebars->9->100",
13044
"default.handlebars->27->180"
13045
]
13046
},
@@ -13047,7 +13077,7 @@
13077
"nl": "Geen groepen gevonden.",
13078
"ru": "Группы не найдены.",
13079
"xloc": [
13050
- "default.handlebars->27->1323"
13080
+ "default.handlebars->27->1326"
13081
]
13082
},
13083
{
@@ -13126,7 +13156,7 @@
13156
"pt": "Sem direitos de servidor",
13157
"ru": "Нет серверных прав",
13158
"xloc": [
13129
- "default.handlebars->27->1371"
13159
+ "default.handlebars->27->1374"
13160
]
13161
},
13162
{
@@ -13137,7 +13167,7 @@
13167
"nl": "Geen gebruikersgroep lidmaatschap",
13168
"ru": "Нет членства в группах пользователей",
13169
"xloc": [
13140
- "default.handlebars->27->1434"
13170
+ "default.handlebars->27->1437"
13171
]
13172
},
13173
{
@@ -13151,7 +13181,7 @@
13181
"pt": "Usuários não encontrados.",
13182
"ru": "Пользователи не найдены.",
13183
"xloc": [
13154
- "default.handlebars->27->1264"
13184
+ "default.handlebars->27->1267"
13185
]
13186
},
13187
{
@@ -13179,7 +13209,7 @@
13209
"pt": "NodeJS",
13210
"ru": "NodeJS",
13211
"xloc": [
13182
- "default-mobile.handlebars->9->166",
13212
+ "default-mobile.handlebars->9->169",
13213
"default.handlebars->27->36"
13214
]
13215
},
@@ -13194,23 +13224,23 @@
13224
"pt": "Nenhum",
13225
"ru": "Пусто",
13226
"xloc": [
13197
- "default-mobile.handlebars->9->133",
13198
- "default-mobile.handlebars->9->138",
13199
- "default-mobile.handlebars->9->140",
13200
- "default-mobile.handlebars->9->196",
13201
- "default-mobile.handlebars->9->245",
13202
- "default-mobile.handlebars->9->278",
13203
- "default-mobile.handlebars->9->75",
13204
- "default-mobile.handlebars->9->93",
13205
- "default-mobile.handlebars->9->95",
13206
- "default.handlebars->27->1035",
13207
- "default.handlebars->27->1039",
13208
- "default.handlebars->27->1051",
13209
- "default.handlebars->27->1056",
13210
- "default.handlebars->27->1217",
13211
- "default.handlebars->27->1332",
13212
- "default.handlebars->27->1390",
13213
- "default.handlebars->27->1394",
13227
+ "default-mobile.handlebars->9->136",
13228
+ "default-mobile.handlebars->9->141",
13229
+ "default-mobile.handlebars->9->143",
13230
+ "default-mobile.handlebars->9->199",
13231
+ "default-mobile.handlebars->9->248",
13232
+ "default-mobile.handlebars->9->281",
13233
+ "default-mobile.handlebars->9->78",
13234
+ "default-mobile.handlebars->9->96",
13235
+ "default-mobile.handlebars->9->98",
13236
+ "default.handlebars->27->1038",
13237
+ "default.handlebars->27->1042",
13238
+ "default.handlebars->27->1054",
13239
+ "default.handlebars->27->1059",
13240
+ "default.handlebars->27->1220",
13241
+ "default.handlebars->27->1335",
13242
+ "default.handlebars->27->1393",
13243
+ "default.handlebars->27->1397",
13244
"default.handlebars->27->148",
13245
"default.handlebars->27->163",
13246
"default.handlebars->27->164",
@@ -13246,7 +13276,7 @@
13276
"pt": "norueguês",
13277
"ru": "Норвежский",
13278
"xloc": [
13249
- "default.handlebars->27->894"
13279
+ "default.handlebars->27->897"
13280
]
13281
},
13282
{
@@ -13259,7 +13289,7 @@
13289
"pt": "Norueguês (Bokmal)",
13290
"ru": "Норвежский (Букмол)",
13291
"xloc": [
13262
- "default.handlebars->27->895"
13292
+ "default.handlebars->27->898"
13293
]
13294
},
13295
{
@@ -13272,7 +13302,7 @@
13302
"pt": "Norueguês (Nynorsk)",
13303
"ru": "Норвежский (Нюнорск)",
13304
"xloc": [
13275
- "default.handlebars->27->896"
13305
+ "default.handlebars->27->899"
13306
]
13307
},
13308
{
@@ -13284,7 +13314,7 @@
13314
"pt": "Não ativado (entrada)",
13315
"ru": "Не активированно (In)",
13316
"xloc": [
13287
- "default-mobile.handlebars->9->176",
13317
+ "default-mobile.handlebars->9->179",
13318
"default.handlebars->27->452",
13319
"default.handlebars->27->715"
13320
]
@@ -13298,7 +13328,7 @@
13328
"pt": "Não ativado (pré)",
13329
"ru": "Не активированно (Pre)",
13330
"xloc": [
13301
- "default-mobile.handlebars->9->175",
13331
+ "default-mobile.handlebars->9->178",
13332
"default.handlebars->27->451",
13333
"default.handlebars->27->714"
13334
]
@@ -13311,8 +13341,8 @@
13341
"nl": "Niet verbonden",
13342
"ru": "Не подключен",
13343
"xloc": [
13314
- "default.handlebars->27->1197",
13315
- "default.handlebars->27->1203"
13344
+ "default.handlebars->27->1200",
13345
+ "default.handlebars->27->1206"
13346
]
13347
},
13348
{
@@ -13333,7 +13363,7 @@
13363
"pt": "Não configurado",
13364
"ru": "Не задано",
13365
"xloc": [
13336
- "default.handlebars->27->1376"
13366
+ "default.handlebars->27->1379"
13367
]
13368
},
13369
{
@@ -13347,8 +13377,8 @@
13377
"pt": "Notas",
13378
"ru": "Примечания",
13379
"xloc": [
13350
- "default.handlebars->27->1064",
13351
- "default.handlebars->27->1401",
13380
+ "default.handlebars->27->1067",
13381
+ "default.handlebars->27->1404",
13382
"default.handlebars->27->494",
13383
"default.handlebars->27->529"
13384
]
@@ -13376,8 +13406,8 @@
13406
"pt": "Configurações de notificação",
13407
"ru": "Настройки уведомлений",
13408
"xloc": [
13379
- "default.handlebars->27->1196",
13380
- "default.handlebars->27->981",
13409
+ "default.handlebars->27->1199",
13410
+ "default.handlebars->27->984",
13411
"default.handlebars->container->column_l->p2->p2AccountActions->3->8"
13412
]
13413
},
@@ -13389,7 +13419,7 @@
13419
"nl": "Meldingsinstellingen moeten ook worden ingeschakeld in accountinstellingen.",
13420
"ru": "Уведомления также должны быть включены в настройках учетной записи.",
13421
"xloc": [
13392
- "default.handlebars->27->1192"
13422
+ "default.handlebars->27->1195"
13423
]
13424
},
13425
{
@@ -13403,7 +13433,7 @@
13433
"pt": "Som de notificação.",
13434
"ru": "Звук уведомления",
13435
"xloc": [
13406
- "default.handlebars->27->976"
13436
+ "default.handlebars->27->979"
13437
]
13438
},
13439
{
@@ -13416,7 +13446,7 @@
13446
"pt": "Notificações",
13447
"ru": "Уведомления",
13448
"xloc": [
13419
- "default.handlebars->27->1057"
13449
+ "default.handlebars->27->1060"
13450
]
13451
},
13452
{
@@ -13430,7 +13460,7 @@
13460
"pt": "Notificar",
13461
"ru": "Уведомить",
13462
"xloc": [
13433
- "default.handlebars->27->1403"
13463
+ "default.handlebars->27->1406"
13464
]
13465
},
13466
{
@@ -13444,9 +13474,9 @@
13474
"pt": "Notificar usuário",
13475
"ru": "Уведомить пользователя",
13476
"xloc": [
13447
- "default.handlebars->27->1121",
13448
- "default.handlebars->27->1125",
13449
- "default.handlebars->27->1128"
13477
+ "default.handlebars->27->1124",
13478
+ "default.handlebars->27->1128",
13479
+ "default.handlebars->27->1131"
13480
]
13481
},
13482
{
@@ -13460,7 +13490,7 @@
13490
"pt": "Notificar {0}",
13491
"ru": "Уведомить {0}",
13492
"xloc": [
13463
- "default.handlebars->27->1276"
13493
+ "default.handlebars->27->1279"
13494
]
13495
},
13496
{
@@ -13474,9 +13504,9 @@
13504
"pt": "Ok",
13505
"ru": "ОК",
13506
"xloc": [
13477
- "default-mobile.handlebars->9->42",
13507
+ "default-mobile.handlebars->9->45",
13508
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
13479
- "default.handlebars->27->1023",
13509
+ "default.handlebars->27->1026",
13510
"default.handlebars->27->477",
13511
"default.handlebars->container->dialog->idx_dlgButtonBar",
13512
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -13508,7 +13538,7 @@
13538
"pt": "Occitânico",
13539
"ru": "Окситанский",
13540
"xloc": [
13511
- "default.handlebars->27->897"
13541
+ "default.handlebars->27->900"
13542
]
13543
},
13544
{
@@ -13522,7 +13552,7 @@
13552
"pt": "Ocorreu em {0}",
13553
"ru": "Произошло в {0}",
13554
"xloc": [
13525
- "default.handlebars->27->1445"
13555
+ "default.handlebars->27->1448"
13556
]
13557
},
13558
{
@@ -13536,7 +13566,7 @@
13566
"pt": "Usuários offline",
13567
"ru": "Оффлайн пользователи",
13568
"xloc": [
13539
- "default.handlebars->27->1261"
13569
+ "default.handlebars->27->1264"
13570
]
13571
},
13572
{
@@ -13550,8 +13580,8 @@
13580
"pt": "Senha Antiga:",
13581
"ru": "Старый пароль:",
13582
"xloc": [
13553
- "default-mobile.handlebars->9->44",
13554
- "default.handlebars->27->993"
13583
+ "default-mobile.handlebars->9->47",
13584
+ "default.handlebars->27->996"
13585
]
13586
},
13587
{
@@ -13580,7 +13610,7 @@
13610
"pt": "Usuários Online",
13611
"ru": "Онлайн пользователи",
13612
"xloc": [
13583
- "default.handlebars->27->1260"
13613
+ "default.handlebars->27->1263"
13614
]
13615
},
13616
{
@@ -13594,7 +13624,7 @@
13624
"pt": "Somente arquivos com menos de 200k podem ser editados.",
13625
"ru": "Редактировать файлы можно только размером менее 200КБ.",
13626
"xloc": [
13597
- "default-mobile.handlebars->9->255",
13627
+ "default-mobile.handlebars->9->258",
13628
"default.handlebars->27->410",
13629
"default.handlebars->27->662"
13630
]
@@ -13691,7 +13721,7 @@
13721
"pt": "Operação",
13722
"ru": "Операция",
13723
"xloc": [
13694
- "default-mobile.handlebars->9->210",
13724
+ "default-mobile.handlebars->9->213",
13725
"default.handlebars->27->370",
13726
"default.handlebars->27->540"
13727
]
@@ -13719,7 +13749,7 @@
13749
"pt": "Oriya",
13750
"ru": "Ория",
13751
"xloc": [
13722
- "default.handlebars->27->898"
13752
+ "default.handlebars->27->901"
13753
]
13754
},
13755
{
@@ -13731,7 +13761,7 @@
13761
"pt": "Oromo",
13762
"ru": "Оромо",
13763
"xloc": [
13734
- "default.handlebars->27->899"
13764
+ "default.handlebars->27->902"
13765
]
13766
},
13767
{
@@ -13830,7 +13860,7 @@
13860
"pt": "Parcial",
13861
"ru": "Частично",
13862
"xloc": [
13833
- "default.handlebars->27->1275"
13863
+ "default.handlebars->27->1278"
13864
]
13865
},
13866
{
@@ -13841,9 +13871,9 @@
13871
"nl": "Gedeeltelijke apparaatgroep rechten",
13872
"ru": "Частичные права на группу устройств",
13873
"xloc": [
13844
- "default.handlebars->27->1081",
13845
- "default.handlebars->27->1348",
13846
- "default.handlebars->27->1422"
13874
+ "default.handlebars->27->1084",
13875
+ "default.handlebars->27->1351",
13876
+ "default.handlebars->27->1425"
13877
]
13878
},
13879
{
@@ -13856,9 +13886,9 @@
13886
"pt": "Direitos parciais",
13887
"ru": "Частичные права",
13888
"xloc": [
13859
- "default-mobile.handlebars->9->282",
13860
- "default-mobile.handlebars->9->63",
13861
- "default.handlebars->27->1018"
13889
+ "default-mobile.handlebars->9->285",
13890
+ "default-mobile.handlebars->9->66",
13891
+ "default.handlebars->27->1021"
13892
]
13893
},
13894
{
@@ -13871,7 +13901,7 @@
13901
"pt": "Direitos parciais",
13902
"ru": "Частичные права",
13903
"xloc": [
13874
- "default.handlebars->27->1374"
13904
+ "default.handlebars->27->1377"
13905
]
13906
},
13907
{
@@ -13898,13 +13928,13 @@
13928
"pt": "Senha",
13929
"ru": "Пароль",
13930
"xloc": [
13901
- "default-mobile.handlebars->9->213",
13902
- "default.handlebars->27->1299",
13903
- "default.handlebars->27->1300",
13904
- "default.handlebars->27->1386",
13905
- "default.handlebars->27->1388",
13906
- "default.handlebars->27->1412",
13907
- "default.handlebars->27->1413",
13931
+ "default-mobile.handlebars->9->216",
13932
+ "default.handlebars->27->1302",
13933
+ "default.handlebars->27->1303",
13934
+ "default.handlebars->27->1389",
13935
+ "default.handlebars->27->1391",
13936
+ "default.handlebars->27->1415",
13937
+ "default.handlebars->27->1416",
13938
"default.handlebars->27->225",
13939
"default.handlebars->27->254",
13940
"default.handlebars->27->546"
@@ -13921,8 +13951,8 @@
13951
"pt": "Dica de Senha",
13952
"ru": "Подсказка пароля",
13953
"xloc": [
13924
- "login-mobile.handlebars->5->19",
13925
- "login.handlebars->5->19"
13954
+ "login-mobile.handlebars->5->22",
13955
+ "login.handlebars->5->22"
13956
]
13957
},
13958
{
@@ -13952,11 +13982,11 @@
13982
"pt": "Política de senha",
13983
"ru": "Политика пароля",
13984
"xloc": [
13955
- "login-mobile.handlebars->5->23",
13956
- "login-mobile.handlebars->5->27",
13957
- "login.handlebars->5->23",
13958
- "login.handlebars->5->27",
13959
- "login.handlebars->5->34"
13985
+ "login-mobile.handlebars->5->26",
13986
+ "login-mobile.handlebars->5->30",
13987
+ "login.handlebars->5->26",
13988
+ "login.handlebars->5->30",
13989
+ "login.handlebars->5->37"
13990
]
13991
},
13992
{
@@ -13969,8 +13999,8 @@
13999
"nl": "Wachtwoordwijziging aangevraagd.",
14000
"ru": "Требуется смена пароля.",
14001
"xloc": [
13972
- "login-mobile.handlebars->5->15",
13973
- "login.handlebars->5->15"
14002
+ "login-mobile.handlebars->5->16",
14003
+ "login.handlebars->5->16"
This file is too large to show in full.
views/default-mobile.handlebars
+14
-2
@@ -252,6 +252,7 @@
252
<div id="p3AccountActions">
253
<p><strong>Account Security</strong></p>
254
<div style="margin-left:9px;margin-bottom:8px">
255
+ <div id="manageEmail2FA" style="margin-top:5px;display:none"><a onclick="account_manageAuthEmail()" style="cursor:pointer">Manage email authentication</a></div>
256
<div id="manageAuthApp" style="margin-top:5px;display:none"><a onclick="account_manageAuthApp()" style="cursor:pointer">Manage authenticator app</a></div>
257
<div id="manageOtp" style="margin-top:5px;display:none"><a onclick="account_manageOtp(0)" style="cursor:pointer">Manage backup codes</a></div>
258
</div>
@@ -666,6 +667,9 @@
667
var t = localStorage.getItem('desktopsettings');
668
if (t != null) { desktopsettings = JSON.parse(t); }
669
applyDesktopSettings();
670
+
671
+ // Arrange the user interface
672
+ QV('manageEmail2FA', features & 0x00800000);
673
}
674
675
function onStateChanged(server, state, prevState, errorCode) {
@@ -1215,6 +1219,14 @@
1219
// MY ACCOUNT
1220
//
1221
1222
+ function account_manageAuthEmail() {
1223
+ if (xxdialogMode || ((features & 0x00800000) == 0)) return;
1224
+ var emailU2Fenabled = ((userinfo.otpekey == 1) && (userinfo.email != null) && (userinfo.emailVerified == true));
1225
+ setDialogMode(2, "Email Authentication", 1, function () {
1226
+ if (emailU2Fenabled != Q('email2facheck').checked) { meshserver.send({ action: 'otpemail', enabled: Q('email2facheck').checked }); }
1227
+ }, "When enabled, on each login, you will be given the option to receive a login token to you email account for added security." + '<br /><br /><label><input id=email2facheck type=checkbox ' + (emailU2Fenabled ? 'checked' : '') + '/>' + "Enable email two-factor authenticaiton." + '</label>');
1228
+ }
1229
+
1230
function account_manageAuthApp() {
1231
if (xxdialogMode || ((features & 4096) == 0)) return;
1232
if (userinfo.otpsecret == 1) { account_removeOtp(); } else { account_addOtp(); }
@@ -1324,7 +1336,7 @@
1336
if ((userinfo.emailVerified !== true) && (serverinfo.emailcheck == true) && (userinfo.siteadmin != 0xFFFFFFFF)) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until a email address is verified. This is required for password recovery. Go to the \"My Account\" to change and verify an email address."); return; }
1337
1338
// Remind the user to add two factor authentication
1327
- if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" and look at the \"Account Security\" section."); return; }
1339
+ if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0) || ((features & 0x00800000) && (userinfo.otpekey == 1)))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" and look at the \"Account Security\" section."); return; }
1340
1341
// We are allowed, let's prompt to information
1342
var x = addHtmlValue("Name", '<input id=dp3meshname style=width:170px maxlength=64 onchange=account_validateMeshCreate() onkeyup=account_validateMeshCreate() />');
@@ -1891,7 +1903,7 @@
1903
if ((userinfo.emailVerified !== true) && (serverinfo.emailcheck == true) && (userinfo.siteadmin != 0xFFFFFFFF)) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until a email address is verified. This is required for password recovery. Go to the \"My Account\" to change and verify an email address."); return; }
1904
1905
// Remind the user to add two factor authentication
1894
- if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" and look at the \"Account Security\" section."); return; }
1906
+ if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0) || ((features & 0x00800000) && (userinfo.otpekey == 1)))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" and look at the \"Account Security\" section."); return; }
1907
1908
var node = getNodeFromId(nodeid);
1909
if (node == null) { goBack(); return; }
views/default.handlebars
+20
-4
@@ -301,6 +301,7 @@
301
<div id="p2AccountSecurity" style="display:none">
302
<p><strong>Account security</strong></p>
303
<div style="margin-left:25px">
304
+ <div id="manageEmail2FA"><div class="p2AccountActions"><span id="authEmailSetupCheck"><strong>✓</strong></span></div><span><a href=# onclick="return account_manageAuthEmail()">Manage email authentication</a><br /></span></div>
305
<div id="manageAuthApp"><div class="p2AccountActions"><span id="authAppSetupCheck"><strong>✓</strong></span></div><span><a href=# onclick="return account_manageAuthApp()">Manage authenticator app</a><br /></span></div>
306
<div id="manageHardwareOtp"><div class="p2AccountActions"><span id="authKeySetupCheck"><strong>✓</strong></span></div><span><a href=# onclick="return account_manageHardwareOtp(0)">Manage security keys</a><br /></span></div>
307
<div id="manageOtp"><div class="p2AccountActions"><span id="authCodesSetupCheck"><strong>✓</strong></span></div><span><a href=# onclick="return account_manageOtp(0)">Manage backup codes</a><br /></span></div>
@@ -1590,6 +1591,7 @@
1591
1592
// Update account actions
1593
QV('p2AccountSecurity', ((features & 4) == 0) && (serverinfo.domainauth == false) && ((features & 4096) != 0)); // Hide Account Security if in single user mode, domain authentication to 2 factor auth not supported.
1594
+ QV('manageEmail2FA', features & 0x00800000);
1595
QV('p2AccountPassActions', ((features & 4) == 0) && (serverinfo.domainauth == false)); // Hide Account Actions if in single user mode or domain authentication
1596
//QV('p2AccountImage', ((features & 4) == 0) && (serverinfo.domainauth == false)); // If account actions are not visible, also remove the image on that panel
1597
QV('p2ServerActions', siteRights & 21);
@@ -1660,13 +1662,19 @@
1662
QV('verifyEmailId', (userinfo.emailVerified !== true) && (userinfo.email != null) && (serverinfo.emailcheck == true));
1663
QV('verifyEmailId2', (userinfo.emailVerified !== true) && (userinfo.email != null) && (serverinfo.emailcheck == true));
1664
QV('manageOtp', (userinfo.otpsecret == 1) || (userinfo.otphkeys > 0));
1665
+ QV('authEmailSetupCheck', (userinfo.otpekey == 1) && (userinfo.email != null) && (userinfo.emailVerified == true));
1666
QV('authAppSetupCheck', userinfo.otpsecret == 1);
1667
QV('authKeySetupCheck', userinfo.otphkeys > 0);
1668
QV('authCodesSetupCheck', userinfo.otpkeys > 0);
1669
masterUpdate(4 + 128 + 4096);
1670
1668
- // Check if backup codes should really be enabled
1669
- if ((backupCodesWarningDone == false) && !(userinfo.otpkeys > 0) && (((userinfo.otpsecret == 1) && !(userinfo.otphkeys > 0)) || ((userinfo.otpsecret != 1) && (userinfo.otphkeys == 1)))) {
1671
+ // Check if none or at least 2 factors are enabled.
1672
+ var authFactorCount = 0;
1673
+ if ((features & 0x00800000) && (userinfo.otpekey == 1)) { authFactorCount += 1; }
1674
+ if (userinfo.otpkeys == 1) { authFactorCount += 1; }
1675
+ if (userinfo.otpsecret == 1) { authFactorCount += 1; }
1676
+ if (userinfo.otphkeys != null) { authFactorCount += userinfo.otphkeys; }
1677
+ if ((backupCodesWarningDone == false) && (authFactorCount == 1)) {
1678
var n = { text: "Please add two-factor backup codes. If the current factor is lost, there is not way to recover this account.", title: "Two factor authentication" };
1679
addNotification(n);
1680
backupCodesWarningDone = true;
@@ -4743,7 +4751,7 @@
4751
if ((userinfo.emailVerified !== true) && (serverinfo.emailcheck == true) && (userinfo.siteadmin != 0xFFFFFFFF)) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until a email address is verified. This is required for password recovery. Go to the \"My Account\" tab to change and verify an email address."); return; }
4752
4753
// Remind the user to add two factor authentication
4746
- if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" tab and look at the \"Account Security\" section."); return; }
4754
+ if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0) || ((features & 0x00800000) && (userinfo.otpekey == 1)))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" tab and look at the \"Account Security\" section."); return; }
4755
4756
if (event && (event.shiftKey == true)) {
4757
// Open the device in a different tab
@@ -7689,6 +7697,14 @@
7697
// MY ACCOUNT
7698
//
7699
7700
+ function account_manageAuthEmail() {
7701
+ if (xxdialogMode || ((features & 0x00800000) == 0)) return;
7702
+ var emailU2Fenabled = ((userinfo.otpekey == 1) && (userinfo.email != null) && (userinfo.emailVerified == true));
7703
+ setDialogMode(2, "Email Authentication", 1, function () {
7704
+ if (emailU2Fenabled != Q('email2facheck').checked) { meshserver.send({ action: 'otpemail', enabled: Q('email2facheck').checked }); }
7705
+ }, "When enabled, on each login, you will be given the option to receive a login token to you email account for added security." + '<br /><br /><label><input id=email2facheck type=checkbox ' + (emailU2Fenabled?'checked':'') + '/>' + "Enable email two-factor authenticaiton." + '</label>');
7706
+ }
7707
+
7708
function account_manageAuthApp() {
7709
if (xxdialogMode || ((features & 4096) == 0)) return;
7710
if (userinfo.otpsecret == 1) { account_removeOtp(); } else { account_addOtp(); }
@@ -7928,7 +7944,7 @@
7944
if ((userinfo.emailVerified !== true) && (serverinfo.emailcheck == true) && (userinfo.siteadmin != 0xFFFFFFFF)) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until a email address is verified. This is required for password recovery. Go to the \"My Account\" tab to change and verify an email address."); return false; }
7945
7946
// Remind the user to add two factor authentication
7931
- if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" tab and look at the \"Account Security\" section."); return false; }
7947
+ if ((features & 0x00040000) && !((userinfo.otpsecret == 1) || (userinfo.otphkeys > 0) || (userinfo.otpkeys > 0) || ((features & 0x00800000) && (userinfo.otpekey == 1)))) { setDialogMode(2, "Account Security", 1, null, "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \"My Account\" tab and look at the \"Account Security\" section."); return false; }
7948
7949
// We are allowed, let's prompt to information
7950
var x = "Create a new device group using the options below." + '<br /><br />';
webserver.js
+4
-3
@@ -552,7 +552,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
552
553
// Check if we can use OTP tokens with email
554
var otpemail = (parent.mailserver != null);
555
- if ((typeof domain.passwordrequirements == 'object') && (typeof domain.passwordrequirements.email2factor == false)) { otpemail = false; }
555
+ if ((typeof domain.passwordrequirements == 'object') && (domain.passwordrequirements.email2factor == false)) { otpemail = false; }
556
557
// Check email key
558
if ((otpemail) && (user.otpekey != null) && (user.otpekey.d != null) && (user.otpekey.k === token)) {
@@ -1625,6 +1625,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1625
if (domain.amtacmactivation) { features += 0x00100000; } // Intel AMT ACM activation/upgrade is possible
1626
if (domain.usernameisemail) { features += 0x00200000; } // Username is email address
1627
if (parent.mqttbroker != null) { features += 0x00400000; } // This server supports MQTT channels
1628
+ if (((typeof domain.passwordrequirements != 'object') || (domain.passwordrequirements.email2factor != false)) && (parent.mailserver != null)) { features += 0x00800000; } // using email for 2FA is allowed
1629
1630
// Create a authentication cookie
1631
const authCookie = obj.parent.encodeCookie({ userid: user._id, domainid: domain.id, ip: cleanRemoteAddr(req.ip) }, obj.parent.loginCookieEncryptionKey);
@@ -1721,7 +1722,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
1722
1723
// Check if we can use OTP tokens with email
1724
var otpemail = (parent.mailserver != null) && (req.session.tokenemail);
1724
- if ((typeof domain.passwordrequirements == 'object') && (typeof domain.passwordrequirements.email2factor == false)) { otpemail = false; }
1725
+ if ((typeof domain.passwordrequirements == 'object') && (domain.passwordrequirements.email2factor == false)) { otpemail = false; }
1726
1727
// Render the login page
1728
render(req, res, getRenderPage('login', req), getRenderArgs({ loginmode: loginmode, rootCertLink: getRootCertLink(), newAccount: newAccountsAllowed, newAccountPass: (((domain.newaccountspass == null) || (domain.newaccountspass == '')) ? 0 : 1), serverDnsName: obj.getWebServerName(domain), serverPublicPort: httpsPort, emailcheck: emailcheck, features: features, sessiontime: args.sessiontime, passRequirements: passRequirements, footer: (domain.footer == null) ? '' : domain.footer, hkey: encodeURIComponent(hardwareKeyChallenge), messageid: msgid, passhint: passhint, welcometext: domain.welcometext ? encodeURIComponent(domain.welcometext).split('\'').join('\\\'') : null, hwstate: hwstate, otpemail: otpemail }, domain));
@@ -4274,7 +4275,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
4275
delete user2.domain;
4276
delete user2.subscriptions;
4277
delete user2.passtype;
4277
- if ((typeof user2.otpkeys == 'object') && (user2.otpkeys != null)) { user2.otpekey = 1; } // Indicates that email 2FA is enabled.
4278
+ if ((typeof user2.otpekey == 'object') && (user2.otpekey != null)) { user2.otpekey = 1; } // Indicates that email 2FA is enabled.
4279
if ((typeof user2.otpsecret == 'string') && (user2.otpsecret != null)) { user2.otpsecret = 1; } // Indicates a time secret is present.
4280
if ((typeof user2.otpkeys == 'object') && (user2.otpkeys != null)) { user2.otpkeys = 0; if (user.otpkeys != null) { for (var i = 0; i < user.otpkeys.keys.length; i++) { if (user.otpkeys.keys[i].u == true) { user2.otpkeys = 1; } } } } // Indicates the number of one time backup codes that are active.
4281
if ((typeof user2.otphkeys == 'object') && (user2.otphkeys != null)) { user2.otphkeys = user2.otphkeys.length; } // Indicates the number of hardware keys setup