Fixed email validation on admin account creation.
Ylian Saint-Hilaire committed
Apr 5, 2020 at 18:13 UTC
b6f9a422d7b3dd27c3483a69c31cfceaad57cbab
3 files changed
+323
-318
meshuser.js
+6
-1
@@ -1492,7 +1492,12 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
1492
1493
// Handle any errors
1494
if (err != null) {
1495
- if (command.responseid != null) { try { ws.send(JSON.stringify({ action: 'adduser', responseid: command.responseid, result: err })); } catch (ex) { } }
1495
+ if (command.responseid != null) {
1496
+ try { ws.send(JSON.stringify({ action: 'adduser', responseid: command.responseid, result: err })); } catch (ex) { }
1497
+ } else {
1498
+ // Send error back, user not found.
1499
+ displayNotificationMessage(err, 'New Account', 'ServerNotify');
1500
+ }
1501
break;
1502
}
1503
translate/translate.json
+314
-313
@@ -251,7 +251,7 @@
251
"zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。",
252
"xloc": [
253
"default.handlebars->27->1189",
254
- "default.handlebars->27->1446"
254
+ "default.handlebars->27->1447"
255
]
256
},
257
{
@@ -664,7 +664,7 @@
664
"default-mobile.handlebars->9->247",
665
"default-mobile.handlebars->9->70",
666
"default.handlebars->27->1285",
667
- "default.handlebars->27->1535",
667
+ "default.handlebars->27->1536",
668
"default.handlebars->27->700"
669
]
670
},
@@ -714,7 +714,7 @@
714
"ru": "1 активная сессия",
715
"zh-chs": "1個活動會話",
716
"xloc": [
717
- "default.handlebars->27->1489"
717
+ "default.handlebars->27->1490"
718
]
719
},
720
{
@@ -733,7 +733,7 @@
733
"xloc": [
734
"default-mobile.handlebars->9->338",
735
"default-mobile.handlebars->9->80",
736
- "default.handlebars->27->1303"
736
+ "default.handlebars->27->1304"
737
]
738
},
739
{
@@ -769,7 +769,7 @@
769
"ru": "1 группа",
770
"zh-chs": "1組",
771
"xloc": [
772
- "default.handlebars->27->1471"
772
+ "default.handlebars->27->1472"
773
]
774
},
775
{
@@ -841,7 +841,7 @@
841
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
842
"zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
843
"xloc": [
844
- "default.handlebars->27->1338"
844
+ "default.handlebars->27->1339"
845
]
846
},
847
{
@@ -892,7 +892,7 @@
892
"ru": "1 сессия",
893
"zh-chs": "1節",
894
"xloc": [
895
- "default.handlebars->27->1342"
895
+ "default.handlebars->27->1343"
896
]
897
},
898
{
@@ -1160,8 +1160,8 @@
1160
"ru": "двухфакторная аутентификация включена",
1161
"zh-chs": "啟用第二因素身份驗證",
1162
"xloc": [
1163
- "default.handlebars->27->1355",
1164
- "default.handlebars->27->1480"
1163
+ "default.handlebars->27->1356",
1164
+ "default.handlebars->27->1481"
1165
]
1166
},
1167
{
@@ -1908,7 +1908,7 @@
1908
"ru": "Доступ к файлам сервера",
1909
"zh-chs": "訪問服務器文件",
1910
"xloc": [
1911
- "default.handlebars->27->1452"
1911
+ "default.handlebars->27->1453"
1912
]
1913
},
1914
{
@@ -2016,8 +2016,8 @@
2016
"ru": "Аккаунт заблокирован",
2017
"zh-chs": "帐户已被锁定",
2018
"xloc": [
2019
- "default.handlebars->27->1356",
2020
- "default.handlebars->27->1449"
2019
+ "default.handlebars->27->1357",
2020
+ "default.handlebars->27->1450"
2021
]
2022
},
2023
{
@@ -2288,7 +2288,7 @@
2288
"ru": "Добавить устройство",
2289
"zh-chs": "添加設備",
2290
"xloc": [
2291
- "default.handlebars->27->1505"
2291
+ "default.handlebars->27->1506"
2292
]
2293
},
2294
{
@@ -2324,8 +2324,8 @@
2324
"xloc": [
2325
"default.handlebars->27->1217",
2326
"default.handlebars->27->1219",
2327
- "default.handlebars->27->1428",
2328
- "default.handlebars->27->1511",
2327
+ "default.handlebars->27->1429",
2328
+ "default.handlebars->27->1512",
2329
"default.handlebars->27->189"
2330
]
2331
},
@@ -2424,7 +2424,7 @@
2424
"ru": "Добавить участие",
2425
"zh-chs": "添加會員",
2426
"xloc": [
2427
- "default.handlebars->27->1531"
2427
+ "default.handlebars->27->1532"
2428
]
2429
},
2430
{
@@ -2513,7 +2513,7 @@
2513
"xloc": [
2514
"default.handlebars->27->1123",
2515
"default.handlebars->27->1218",
2516
- "default.handlebars->27->1517"
2516
+ "default.handlebars->27->1518"
2517
]
2518
},
2519
{
@@ -2548,7 +2548,7 @@
2548
"zh-chs": "添加用戶",
2549
"xloc": [
2550
"default.handlebars->27->1122",
2551
- "default.handlebars->27->1423"
2551
+ "default.handlebars->27->1424"
2552
]
2553
},
2554
{
@@ -2582,7 +2582,7 @@
2582
"ru": "Добавить пользователей в группу",
2583
"zh-chs": "將用戶添加到用戶組",
2584
"xloc": [
2585
- "default.handlebars->27->1448"
2585
+ "default.handlebars->27->1449"
2586
]
2587
},
2588
{
@@ -2789,7 +2789,7 @@
2789
"ru": "Области администратора",
2790
"zh-chs": "管理領域",
2791
"xloc": [
2792
- "default.handlebars->27->1475"
2792
+ "default.handlebars->27->1476"
2793
]
2794
},
2795
{
@@ -2824,7 +2824,7 @@
2824
"ru": "Административные области",
2825
"zh-chs": "行政領域",
2826
"xloc": [
2827
- "default.handlebars->27->1392"
2827
+ "default.handlebars->27->1393"
2828
]
2829
},
2830
{
@@ -2841,7 +2841,7 @@
2841
"ru": "Администратор",
2842
"zh-chs": "管理員",
2843
"xloc": [
2844
- "default.handlebars->27->1349"
2844
+ "default.handlebars->27->1350"
2845
]
2846
},
2847
{
@@ -2952,7 +2952,7 @@
2952
"ru": "Счетчик ошибок агента",
2953
"zh-chs": "座席錯誤計數器",
2954
"xloc": [
2955
- "default.handlebars->27->1544"
2955
+ "default.handlebars->27->1545"
2956
]
2957
},
2958
{
@@ -3020,7 +3020,7 @@
3020
"ru": "Сессии агентов",
3021
"zh-chs": "座席會議",
3022
"xloc": [
3023
- "default.handlebars->27->1560"
3023
+ "default.handlebars->27->1561"
3024
]
3025
},
3026
{
@@ -3143,7 +3143,7 @@
3143
"ru": "Агенты",
3144
"zh-chs": "代理商",
3145
"xloc": [
3146
- "default.handlebars->27->1573"
3146
+ "default.handlebars->27->1574"
3147
]
3148
},
3149
{
@@ -3233,7 +3233,7 @@
3233
"zh-chs": "允許用戶管理此設備組和該組中的設備。",
3234
"xloc": [
3235
"default.handlebars->27->1187",
3236
- "default.handlebars->27->1445"
3236
+ "default.handlebars->27->1446"
3237
]
3238
},
3239
{
@@ -3924,7 +3924,7 @@
3924
"ru": "Вы уверенны, что {0} плагин: {1}",
3925
"zh-chs": "您確定要{0}插件嗎:{1}",
3926
"xloc": [
3927
- "default.handlebars->27->1613"
3927
+ "default.handlebars->27->1614"
3928
]
3929
},
3930
{
@@ -3989,7 +3989,7 @@
3989
"ru": "Приложение аутентификации",
3990
"zh-chs": "身份驗證應用",
3991
"xloc": [
3992
- "default.handlebars->27->1476"
3992
+ "default.handlebars->27->1477"
3993
]
3994
},
3995
{
@@ -4302,7 +4302,7 @@
4302
"ru": "Резервные коды",
4303
"zh-chs": "備用碼",
4304
"xloc": [
4305
- "default.handlebars->27->1478"
4305
+ "default.handlebars->27->1479"
4306
]
4307
},
4308
{
@@ -4319,7 +4319,7 @@
4319
"ru": "Плохой ключ",
4320
"zh-chs": "錯誤的簽名",
4321
"xloc": [
4322
- "default.handlebars->27->1551"
4322
+ "default.handlebars->27->1552"
4323
]
4324
},
4325
{
@@ -4336,7 +4336,7 @@
4336
"ru": "Плохой веб-сертификат",
4337
"zh-chs": "錯誤的網絡證書",
4338
"xloc": [
4339
- "default.handlebars->27->1550"
4339
+ "default.handlebars->27->1551"
4340
]
4341
},
4342
{
@@ -4466,7 +4466,7 @@
4466
"ru": "Отправить сообщение",
4467
"zh-chs": "廣播",
4468
"xloc": [
4469
- "default.handlebars->27->1421",
4469
+ "default.handlebars->27->1422",
4470
"default.handlebars->container->column_l->p4->3->1->0->3->1"
4471
]
4472
},
@@ -4484,7 +4484,7 @@
4484
"ru": "Отправить сообщение",
4485
"zh-chs": "廣播消息",
4486
"xloc": [
4487
- "default.handlebars->27->1377"
4487
+ "default.handlebars->27->1378"
4488
]
4489
},
4490
{
@@ -4501,7 +4501,7 @@
4501
"ru": "Отправить сообщение всем подключенным пользователям.",
4502
"zh-chs": "向所有連接的用戶廣播消息。",
4503
"xloc": [
4504
- "default.handlebars->27->1376"
4504
+ "default.handlebars->27->1377"
4505
]
4506
},
4507
{
@@ -4589,7 +4589,7 @@
4589
"ru": "CIRA Сервер",
4590
"zh-chs": "CIRA服務器",
4591
"xloc": [
4592
- "default.handlebars->27->1601"
4592
+ "default.handlebars->27->1602"
4593
]
4594
},
4595
{
@@ -4606,7 +4606,7 @@
4606
"ru": "CIRA Сервер команды",
4607
"zh-chs": "CIRA服務器命令",
4608
"xloc": [
4609
- "default.handlebars->27->1602"
4609
+ "default.handlebars->27->1603"
4610
]
4611
},
4612
{
@@ -4623,7 +4623,7 @@
4623
"ru": "Загрузка CPU",
4624
"zh-chs": "CPU負載",
4625
"xloc": [
4626
- "default.handlebars->27->1565"
4626
+ "default.handlebars->27->1566"
4627
]
4628
},
4629
{
@@ -4640,7 +4640,7 @@
4640
"ru": "Загрузка CPU за последние 15 минут",
4641
"zh-chs": "最近15分鐘的CPU負載",
4642
"xloc": [
4643
- "default.handlebars->27->1568"
4643
+ "default.handlebars->27->1569"
4644
]
4645
},
4646
{
@@ -4657,7 +4657,7 @@
4657
"ru": "Загрузка CPU за последние 5 минут",
4658
"zh-chs": "最近5分鐘的CPU負載",
4659
"xloc": [
4660
- "default.handlebars->27->1567"
4660
+ "default.handlebars->27->1568"
4661
]
4662
},
4663
{
@@ -4674,7 +4674,7 @@
4674
"ru": "Загрузка CPU за последнюю минуту",
4675
"zh-chs": "最後一分鐘的CPU負載",
4676
"xloc": [
4677
- "default.handlebars->27->1566"
4677
+ "default.handlebars->27->1567"
4678
]
4679
},
4680
{
@@ -4710,8 +4710,8 @@
4710
"ru": "Формат CSV",
4711
"zh-chs": "CSV格式",
4712
"xloc": [
4713
- "default.handlebars->27->1324",
4714
- "default.handlebars->27->1368",
4713
+ "default.handlebars->27->1325",
4714
+ "default.handlebars->27->1369",
4715
"default.handlebars->27->390"
4716
]
4717
},
@@ -4729,7 +4729,7 @@
4729
"ru": "Ошибка вызова",
4730
"zh-chs": "通話錯誤",
4731
"xloc": [
4732
- "default.handlebars->27->1614"
4732
+ "default.handlebars->27->1615"
4733
]
4734
},
4735
{
@@ -4838,7 +4838,7 @@
4838
"ru": "Смена email для {0}",
4839
"zh-chs": "更改{0}的電子郵件",
4840
"xloc": [
4841
- "default.handlebars->27->1495"
4841
+ "default.handlebars->27->1496"
4842
]
4843
},
4844
{
@@ -4876,7 +4876,7 @@
4876
"xloc": [
4877
"default-mobile.handlebars->9->52",
4878
"default.handlebars->27->1052",
4879
- "default.handlebars->27->1488"
4879
+ "default.handlebars->27->1489"
4880
]
4881
},
4882
{
@@ -4893,7 +4893,7 @@
4893
"ru": "Смена пароля для {0}",
4894
"zh-chs": "更改{0}的密碼",
4895
"xloc": [
4896
- "default.handlebars->27->1502"
4896
+ "default.handlebars->27->1503"
4897
]
4898
},
4899
{
@@ -4962,7 +4962,7 @@
4962
"ru": "Изменить пароль для этого пользователя",
4963
"zh-chs": "更改該用戶的密碼",
4964
"xloc": [
4965
- "default.handlebars->27->1487"
4965
+ "default.handlebars->27->1488"
4966
]
4967
},
4968
{
@@ -5047,7 +5047,7 @@
5047
"ru": "Чат",
5048
"zh-chs": "聊天室",
5049
"xloc": [
5050
- "default.handlebars->27->1341",
5050
+ "default.handlebars->27->1342",
5051
"default.handlebars->27->554",
5052
"default.handlebars->27->573"
5053
]
@@ -5154,7 +5154,7 @@
5154
"ru": "Проверка...",
5155
"zh-chs": "檢查...",
5156
"xloc": [
5157
- "default.handlebars->27->1608",
5157
+ "default.handlebars->27->1609",
5158
"default.handlebars->27->825"
5159
]
5160
},
@@ -5324,7 +5324,7 @@
5324
"default-mobile.handlebars->9->272",
5325
"default-mobile.handlebars->9->28",
5326
"default-mobile.handlebars->9->94",
5327
- "default.handlebars->27->1318",
5327
+ "default.handlebars->27->1319",
5328
"default.handlebars->27->719",
5329
"default.handlebars->27->721",
5330
"default.handlebars->27->723",
@@ -5395,7 +5395,7 @@
5395
"ru": "Очистить это уведомление",
5396
"zh-chs": "清除此通知",
5397
"xloc": [
5398
- "default.handlebars->27->1538"
5398
+ "default.handlebars->27->1539"
5399
]
5400
},
5401
{
@@ -5606,8 +5606,8 @@
5606
"ru": "Общие группы устройств",
5607
"zh-chs": "通用設備組",
5608
"xloc": [
5609
- "default.handlebars->27->1429",
5610
- "default.handlebars->27->1512"
5609
+ "default.handlebars->27->1430",
5610
+ "default.handlebars->27->1513"
5611
]
5612
},
5613
{
@@ -5623,7 +5623,7 @@
5623
"ru": "Общие устройства",
5624
"zh-chs": "通用設備",
5625
"xloc": [
5626
- "default.handlebars->27->1506"
5626
+ "default.handlebars->27->1507"
5627
]
5628
},
5629
{
@@ -5641,7 +5641,7 @@
5641
"zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
5642
"xloc": [
5643
"default-mobile.handlebars->9->89",
5644
- "default.handlebars->27->1313"
5644
+ "default.handlebars->27->1314"
5645
]
5646
},
5647
{
@@ -5661,7 +5661,7 @@
5661
"default-mobile.handlebars->9->224",
5662
"default-mobile.handlebars->9->291",
5663
"default.handlebars->27->1168",
5664
- "default.handlebars->27->1441",
5664
+ "default.handlebars->27->1442",
5665
"default.handlebars->27->387",
5666
"default.handlebars->27->607",
5667
"default.handlebars->27->616"
@@ -5733,7 +5733,7 @@
5733
"ru": "Подтвердить удаление пользователя {0}?",
5734
"zh-chs": "確認刪除用戶{0}?",
5735
"xloc": [
5736
- "default.handlebars->27->1504"
5736
+ "default.handlebars->27->1505"
5737
]
5738
},
5739
{
@@ -5786,7 +5786,7 @@
5786
"ru": "Подтвердить перезапись?",
5787
"zh-chs": "確認覆蓋?",
5788
"xloc": [
5789
- "default.handlebars->27->1312"
5789
+ "default.handlebars->27->1313"
5790
]
5791
},
5792
{
@@ -5821,8 +5821,8 @@
5821
"ru": "Подтвердить удаление группы устройств {0}?",
5822
"zh-chs": "確認刪除設備組{0}?",
5823
"xloc": [
5824
- "default.handlebars->27->1436",
5825
- "default.handlebars->27->1533"
5824
+ "default.handlebars->27->1437",
5825
+ "default.handlebars->27->1534"
5826
]
5827
},
5828
{
@@ -5835,7 +5835,7 @@
5835
"ru": "Подтвердите удаление устройства {0}?",
5836
"zh-chs": "确认移除设备{0}?",
5837
"xloc": [
5838
- "default.handlebars->27->1524"
5838
+ "default.handlebars->27->1525"
5839
]
5840
},
5841
{
@@ -5852,7 +5852,7 @@
5852
"ru": "Подтвердить удаление группы {0}?",
5853
"zh-chs": "確認刪除組{0}?",
5854
"xloc": [
5855
- "default.handlebars->27->1529"
5855
+ "default.handlebars->27->1530"
5856
]
5857
},
5858
{
@@ -5871,8 +5871,8 @@
5871
"xloc": [
5872
"default-mobile.handlebars->9->337",
5873
"default.handlebars->27->1251",
5874
- "default.handlebars->27->1444",
5875
- "default.handlebars->27->1526"
5874
+ "default.handlebars->27->1445",
5875
+ "default.handlebars->27->1527"
5876
]
5877
},
5878
{
@@ -6004,7 +6004,7 @@
6004
"ru": "Подключено Intel® AMT",
6005
"zh-chs": "連接的英特爾®AMT",
6006
"xloc": [
6007
- "default.handlebars->27->1556"
6007
+ "default.handlebars->27->1557"
6008
]
6009
},
6010
{
@@ -6021,7 +6021,7 @@
6021
"ru": "Подключенные пользователи",
6022
"zh-chs": "關聯用戶",
6023
"xloc": [
6024
- "default.handlebars->27->1561"
6024
+ "default.handlebars->27->1562"
6025
]
6026
},
6027
{
@@ -6096,7 +6096,7 @@
6096
"ru": "Подключений ",
6097
"zh-chs": "連接數",
6098
"xloc": [
6099
- "default.handlebars->27->1572"
6099
+ "default.handlebars->27->1573"
6100
]
6101
},
6102
{
@@ -6113,7 +6113,7 @@
6113
"ru": "Ретранслятор подключения",
6114
"zh-chs": "連接繼電器",
6115
"xloc": [
6116
- "default.handlebars->27->1600"
6116
+ "default.handlebars->27->1601"
6117
]
6118
},
6119
{
@@ -6237,7 +6237,7 @@
6237
"ru": "Cookie-кодировщик",
6238
"zh-chs": "Cookie編碼器",
6239
"xloc": [
6240
- "default.handlebars->27->1586"
6240
+ "default.handlebars->27->1587"
6241
]
6242
},
6243
{
@@ -6357,6 +6357,8 @@
6357
"ru": "Скопировать ссылку в буфер обмена",
6358
"zh-chs": "複製鏈接到剪貼板",
6359
"xloc": [
6360
+ "default.handlebars->27->1287",
6361
+ "default.handlebars->27->1301",
6362
"default.handlebars->27->299"
6363
]
6364
},
@@ -6528,7 +6530,7 @@
6530
"ru": "Основной сервер",
6531
"zh-chs": "核心服務器",
6532
"xloc": [
6531
- "default.handlebars->27->1585"
6533
+ "default.handlebars->27->1586"
6534
]
6535
},
6536
{
@@ -6561,7 +6563,7 @@
6563
"ru": "Создать учетную запись",
6564
"zh-chs": "創建帳號",
6565
"xloc": [
6564
- "default.handlebars->27->1388",
6566
+ "default.handlebars->27->1389",
6567
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
6568
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
6569
]
@@ -6597,7 +6599,7 @@
6599
"ru": "Создать группу пользователей",
6600
"zh-chs": "創建用戶組",
6601
"xloc": [
6600
- "default.handlebars->27->1412"
6602
+ "default.handlebars->27->1413"
6603
]
6604
},
6605
{
@@ -6648,7 +6650,7 @@
6650
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
6651
"zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
6652
"xloc": [
6651
- "default.handlebars->27->1359"
6653
+ "default.handlebars->27->1360"
6654
]
6655
},
6656
{
@@ -6683,7 +6685,7 @@
6685
"ru": "Создано",
6686
"zh-chs": "創建",
6687
"xloc": [
6686
- "default.handlebars->27->1464"
6688
+ "default.handlebars->27->1465"
6689
]
6690
},
6691
{
@@ -7013,7 +7015,7 @@
7015
"default-mobile.handlebars->9->84",
7016
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
7017
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
7016
- "default.handlebars->27->1307",
7018
+ "default.handlebars->27->1308",
7019
"default.handlebars->27->417",
7020
"default.handlebars->27->706",
7021
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -7129,7 +7131,7 @@
7131
"ru": "Удалить пользователя",
7132
"zh-chs": "刪除用戶",
7133
"xloc": [
7132
- "default.handlebars->27->1486"
7134
+ "default.handlebars->27->1487"
7135
]
7136
},
7137
{
@@ -7146,8 +7148,8 @@
7148
"ru": "Удалить группу пользователей",
7149
"zh-chs": "刪除用戶組",
7150
"xloc": [
7149
- "default.handlebars->27->1434",
7150
- "default.handlebars->27->1442"
7151
+ "default.handlebars->27->1435",
7152
+ "default.handlebars->27->1443"
7153
]
7154
},
7155
{
@@ -7164,7 +7166,7 @@
7166
"ru": "Удалить пользователя {0}",
7167
"zh-chs": "刪除用戶{0}",
7168
"xloc": [
7167
- "default.handlebars->27->1503"
7169
+ "default.handlebars->27->1504"
7170
]
7171
},
7172
{
@@ -7234,7 +7236,7 @@
7236
"xloc": [
7237
"default-mobile.handlebars->9->255",
7238
"default-mobile.handlebars->9->86",
7237
- "default.handlebars->27->1309",
7239
+ "default.handlebars->27->1310",
7240
"default.handlebars->27->708"
7241
]
7242
},
@@ -7252,7 +7254,7 @@
7254
"ru": "Удалить группу пользователей {0}?",
7255
"zh-chs": "刪除用戶組{0}?",
7256
"xloc": [
7255
- "default.handlebars->27->1440"
7257
+ "default.handlebars->27->1441"
7258
]
7259
},
7260
{
@@ -7271,7 +7273,7 @@
7273
"xloc": [
7274
"default-mobile.handlebars->9->254",
7275
"default-mobile.handlebars->9->85",
7274
- "default.handlebars->27->1308",
7276
+ "default.handlebars->27->1309",
7277
"default.handlebars->27->707"
7278
]
7279
},
@@ -7375,10 +7377,10 @@
7377
"default.handlebars->27->1064",
7378
"default.handlebars->27->1088",
7379
"default.handlebars->27->1171",
7378
- "default.handlebars->27->1411",
7379
- "default.handlebars->27->1416",
7380
- "default.handlebars->27->1418",
7381
- "default.handlebars->27->1438",
7380
+ "default.handlebars->27->1412",
7381
+ "default.handlebars->27->1417",
7382
+ "default.handlebars->27->1419",
7383
+ "default.handlebars->27->1439",
7384
"default.handlebars->27->457",
7385
"default.handlebars->27->458",
7386
"default.handlebars->27->649",
@@ -7573,7 +7575,7 @@
7575
"zh-chs": "設備",
7576
"xloc": [
7577
"default.handlebars->27->1195",
7576
- "default.handlebars->27->1509",
7578
+ "default.handlebars->27->1510",
7579
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
7580
]
7581
},
@@ -7612,8 +7614,8 @@
7614
"default.handlebars->27->1191",
7615
"default.handlebars->27->1193",
7616
"default.handlebars->27->1194",
7615
- "default.handlebars->27->1432",
7616
- "default.handlebars->27->1515"
7617
+ "default.handlebars->27->1433",
7618
+ "default.handlebars->27->1516"
7619
]
7620
},
7621
{
@@ -7649,10 +7651,10 @@
7651
"zh-chs": "設備組",
7652
"xloc": [
7653
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
7652
- "default.handlebars->27->1407",
7653
- "default.handlebars->27->1420",
7654
- "default.handlebars->27->1473",
7655
- "default.handlebars->27->1559",
7654
+ "default.handlebars->27->1408",
7655
+ "default.handlebars->27->1421",
7656
+ "default.handlebars->27->1474",
7657
+ "default.handlebars->27->1560",
7658
"default.handlebars->container->column_l->p2->9"
7659
]
7660
},
@@ -8565,7 +8567,7 @@
8567
"ru": "Скачать список событий в одном из форматов ниже.",
8568
"zh-chs": "使用以下一種文件格式下載事件列表。",
8569
"xloc": [
8568
- "default.handlebars->27->1323"
8570
+ "default.handlebars->27->1324"
8571
]
8572
},
8573
{
@@ -8582,7 +8584,7 @@
8584
"ru": "Скачать список пользователей в одном из форматов ниже.",
8585
"zh-chs": "使用以下一種文件格式下載用戶列表。",
8586
"xloc": [
8585
- "default.handlebars->27->1367"
8587
+ "default.handlebars->27->1368"
8588
]
8589
},
8590
{
@@ -8668,7 +8670,7 @@
8670
"ru": "Скопировать агент",
8671
"zh-chs": "代理重複",
8672
"xloc": [
8671
- "default.handlebars->27->1555"
8673
+ "default.handlebars->27->1556"
8674
]
8675
},
8676
{
@@ -8702,7 +8704,7 @@
8704
"ru": "Скопировать группу пользователей",
8705
"zh-chs": "重複的用戶組",
8706
"xloc": [
8705
- "default.handlebars->27->1413"
8707
+ "default.handlebars->27->1414"
8708
]
8709
},
8710
{
@@ -9057,7 +9059,7 @@
9059
"ru": "Редактировать группу пользователей",
9060
"zh-chs": "編輯用戶組",
9061
"xloc": [
9060
- "default.handlebars->27->1439"
9062
+ "default.handlebars->27->1440"
9063
]
9064
},
9065
{
@@ -9092,10 +9094,10 @@
9094
"zh-chs": "電子郵件",
9095
"xloc": [
9096
"default-mobile.handlebars->9->40",
9095
- "default.handlebars->27->1379",
9096
- "default.handlebars->27->1460",
9097
+ "default.handlebars->27->1380",
9098
"default.handlebars->27->1461",
9098
- "default.handlebars->27->1491",
9099
+ "default.handlebars->27->1462",
9100
+ "default.handlebars->27->1492",
9101
"default.handlebars->27->270",
9102
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
9103
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
@@ -9146,7 +9148,7 @@
9148
"ru": "Почтовый трафик",
9149
"zh-chs": "电子邮件流量",
9150
"xloc": [
9149
- "default.handlebars->27->1594"
9151
+ "default.handlebars->27->1595"
9152
]
9153
},
9154
{
@@ -9183,7 +9185,7 @@
9185
"ru": "Электронная почта не подтверждена",
9186
"zh-chs": "邮件未验证",
9187
"xloc": [
9186
- "default.handlebars->27->1352"
9188
+ "default.handlebars->27->1353"
9189
]
9190
},
9191
{
@@ -9200,8 +9202,8 @@
9202
"ru": "Email подтвержден",
9203
"zh-chs": "電子郵件已驗證",
9204
"xloc": [
9203
- "default.handlebars->27->1353",
9204
- "default.handlebars->27->1457"
9205
+ "default.handlebars->27->1354",
9206
+ "default.handlebars->27->1458"
9207
]
9208
},
9209
{
@@ -9218,7 +9220,7 @@
9220
"ru": "Email подтвержден.",
9221
"zh-chs": "電子郵件已驗證。",
9222
"xloc": [
9221
- "default.handlebars->27->1385"
9223
+ "default.handlebars->27->1386"
9224
]
9225
},
9226
{
@@ -9235,7 +9237,7 @@
9237
"ru": "Email не подтвержден",
9238
"zh-chs": "電子郵件未驗證",
9239
"xloc": [
9238
- "default.handlebars->27->1458"
9240
+ "default.handlebars->27->1459"
9241
]
9242
},
9243
{
@@ -9602,7 +9604,7 @@
9604
"ru": "Введите разделенный запятыми список имен административных областей.",
9605
"zh-chs": "輸入管理領域名稱的逗號分隔列表。",
9606
"xloc": [
9605
- "default.handlebars->27->1389"
9607
+ "default.handlebars->27->1390"
9608
]
9609
},
9610
{
@@ -9771,7 +9773,7 @@
9773
"ru": "Экспорт списка событий",
9774
"zh-chs": "活動列表導出",
9775
"xloc": [
9774
- "default.handlebars->27->1328"
9776
+ "default.handlebars->27->1329"
9777
]
9778
},
9779
{
@@ -9893,7 +9895,7 @@
9895
"ru": "Внешний",
9896
"zh-chs": "外部",
9897
"xloc": [
9896
- "default.handlebars->27->1579"
9898
+ "default.handlebars->27->1580"
9899
]
9900
},
9901
{
@@ -10279,8 +10281,8 @@
10281
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
10282
"zh-chs": "下次登錄時強制重置密碼。",
10283
"xloc": [
10282
- "default.handlebars->27->1383",
10283
- "default.handlebars->27->1500"
10284
+ "default.handlebars->27->1384",
10285
+ "default.handlebars->27->1501"
10286
]
10287
},
10288
{
@@ -10366,8 +10368,8 @@
10368
"ru": "Свободно",
10369
"zh-chs": "自由",
10370
"xloc": [
10369
- "default.handlebars->27->1540",
10370
- "default.handlebars->27->1542"
10371
+ "default.handlebars->27->1541",
10372
+ "default.handlebars->27->1543"
10373
]
10374
},
10375
{
@@ -10552,7 +10554,7 @@
10554
"default-mobile.handlebars->9->67",
10555
"default.handlebars->27->1073",
10556
"default.handlebars->27->1198",
10555
- "default.handlebars->27->1395"
10557
+ "default.handlebars->27->1396"
10558
]
10559
},
10560
{
@@ -10648,7 +10650,7 @@
10650
"ru": "Администратор с полным доступом",
10651
"zh-chs": "正式管理員",
10652
"xloc": [
10651
- "default.handlebars->27->1453"
10653
+ "default.handlebars->27->1454"
10654
]
10655
},
10656
{
@@ -11058,7 +11060,7 @@
11060
"ru": "Члены группы",
11061
"zh-chs": "小組成員",
11062
"xloc": [
11061
- "default.handlebars->27->1424"
11063
+ "default.handlebars->27->1425"
11064
]
11065
},
11066
{
@@ -11126,7 +11128,7 @@
11128
"ru": "Группы",
11129
"zh-chs": "團體",
11130
"xloc": [
11129
- "default.handlebars->27->1333",
11131
+ "default.handlebars->27->1334",
11132
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGroups"
11133
]
11134
},
@@ -11229,7 +11231,7 @@
11231
"ru": "Всего кучи",
11232
"zh-chs": "堆總數",
11233
"xloc": [
11232
- "default.handlebars->27->1581"
11234
+ "default.handlebars->27->1582"
11235
]
11236
},
11237
{
@@ -11246,7 +11248,7 @@
11248
"ru": "Куча используется",
11249
"zh-chs": "堆使用",
11250
"xloc": [
11249
- "default.handlebars->27->1580"
11251
+ "default.handlebars->27->1581"
11252
]
11253
},
11254
{
@@ -11477,7 +11479,7 @@
11479
"zh-chs": "保持{2}的{0}入口{1}",
11480
"xloc": [
11481
"default-mobile.handlebars->9->91",
11480
- "default.handlebars->27->1315"
11482
+ "default.handlebars->27->1316"
11483
]
11484
},
11485
{
@@ -12008,8 +12010,8 @@
12010
"xloc": [
12011
"default.handlebars->27->1274",
12012
"default.handlebars->27->1280",
12011
- "default.handlebars->27->1577",
12012
- "default.handlebars->27->1599"
12013
+ "default.handlebars->27->1578",
12014
+ "default.handlebars->27->1600"
12015
]
12016
},
12017
{
@@ -12713,7 +12715,7 @@
12715
"ru": "Некорректный тип группы устройств",
12716
"zh-chs": "無效的設備組類型",
12717
"xloc": [
12716
- "default.handlebars->27->1554"
12718
+ "default.handlebars->27->1555"
12719
]
12720
},
12721
{
@@ -12730,7 +12732,7 @@
12732
"ru": "Некорректный JSON",
12733
"zh-chs": "無效的JSON",
12734
"xloc": [
12733
- "default.handlebars->27->1548"
12735
+ "default.handlebars->27->1549"
12736
]
12737
},
12738
{
@@ -12747,8 +12749,8 @@
12749
"ru": "Некорректный формат файла JSON.",
12750
"zh-chs": "無效的JSON文件格式。",
12751
"xloc": [
12750
- "default.handlebars->27->1364",
12751
- "default.handlebars->27->1366"
12752
+ "default.handlebars->27->1365",
12753
+ "default.handlebars->27->1367"
12754
]
12755
},
12756
{
@@ -12765,7 +12767,7 @@
12767
"ru": "Некорректный файл JSON: {0}.",
12768
"zh-chs": "無效的JSON文件:{0}。",
12769
"xloc": [
12768
- "default.handlebars->27->1362"
12770
+ "default.handlebars->27->1363"
12771
]
12772
},
12773
{
@@ -12782,7 +12784,7 @@
12784
"ru": "Некорректная сигнатура PKCS",
12785
"zh-chs": "無效的PKCS簽名",
12786
"xloc": [
12785
- "default.handlebars->27->1546"
12787
+ "default.handlebars->27->1547"
12788
]
12789
},
12790
{
@@ -12799,7 +12801,7 @@
12801
"ru": "Некорректная сигнатура RSA",
12802
"zh-chs": "無效的RSA密碼",
12803
"xloc": [
12802
- "default.handlebars->27->1547"
12804
+ "default.handlebars->27->1548"
12805
]
12806
},
12807
{
@@ -13101,8 +13103,8 @@
13103
"ru": "Формат JSON",
13104
"zh-chs": "JSON格式",
13105
"xloc": [
13104
- "default.handlebars->27->1326",
13105
- "default.handlebars->27->1370",
13106
+ "default.handlebars->27->1327",
13107
+ "default.handlebars->27->1371",
13108
"default.handlebars->27->392"
13109
]
13110
},
@@ -13584,7 +13586,7 @@
13586
"ru": "Последний доступ",
13587
"zh-chs": "最後訪問",
13588
"xloc": [
13587
- "default.handlebars->27->1334"
13589
+ "default.handlebars->27->1335"
13590
]
13591
},
13592
{
@@ -13601,7 +13603,7 @@
13603
"ru": "Последний вход в систему",
13604
"zh-chs": "上次登錄",
13605
"xloc": [
13604
- "default.handlebars->27->1465"
13606
+ "default.handlebars->27->1466"
13607
]
13608
},
13609
{
@@ -13659,7 +13661,7 @@
13661
"ru": "Последнее изменение: {0}",
13662
"zh-chs": "上次更改:{0}",
13663
"xloc": [
13662
- "default.handlebars->27->1469"
13664
+ "default.handlebars->27->1470"
13665
]
13666
},
13667
{
@@ -13710,7 +13712,7 @@
13712
"ru": "Последний вход в систему: {0}",
13713
"zh-chs": "上次登錄:{0}",
13714
"xloc": [
13713
- "default.handlebars->27->1344"
13715
+ "default.handlebars->27->1345"
13716
]
13717
},
13718
{
@@ -13852,7 +13854,7 @@
13854
"ru": "Меньше",
13855
"zh-chs": "減",
13856
"xloc": [
13855
- "default.handlebars->27->1616"
13857
+ "default.handlebars->27->1617"
13858
]
13859
},
13860
{
@@ -13940,7 +13942,6 @@
13942
"zh-chs": "鏈接",
13943
"xloc": [
13944
"default-mobile.handlebars->9->71",
13943
- "default.handlebars->27->1287",
13945
"default.handlebars->container->column_l->p42->p42tbl->1->0->4"
13946
]
13947
},
@@ -14387,7 +14388,7 @@
14388
"ru": "Заблокировать учетную запись",
14389
"zh-chs": "鎖定賬戶",
14390
"xloc": [
14390
- "default.handlebars->27->1401"
14391
+ "default.handlebars->27->1402"
14392
]
14393
},
14394
{
@@ -14404,7 +14405,7 @@
14405
"ru": "Заблокирован",
14406
"zh-chs": "已鎖定",
14407
"xloc": [
14407
- "default.handlebars->27->1345"
14408
+ "default.handlebars->27->1346"
14409
]
14410
},
14411
{
@@ -14421,7 +14422,7 @@
14422
"ru": "Заблокированная учетная запись",
14423
"zh-chs": "賬戶鎖定",
14424
"xloc": [
14424
- "default.handlebars->27->1450"
14425
+ "default.handlebars->27->1451"
14426
]
14427
},
14428
{
@@ -14906,7 +14907,7 @@
14907
"ru": "Сообщения главного сервера",
14908
"zh-chs": "主服務器消息",
14909
"xloc": [
14909
- "default.handlebars->27->1588"
14910
+ "default.handlebars->27->1589"
14911
]
14912
},
14913
{
@@ -15060,7 +15061,7 @@
15061
"ru": "Управление группами пользователя",
15062
"zh-chs": "管理用戶組",
15063
"xloc": [
15063
- "default.handlebars->27->1400"
15064
+ "default.handlebars->27->1401"
15065
]
15066
},
15067
{
@@ -15077,7 +15078,7 @@
15078
"ru": "Управление пользователями",
15079
"zh-chs": "管理用戶",
15080
"xloc": [
15080
- "default.handlebars->27->1399",
15081
+ "default.handlebars->27->1400",
15082
"default.handlebars->27->559"
15083
]
15084
},
@@ -15200,7 +15201,7 @@
15201
"ru": "Менеджер",
15202
"zh-chs": "經理",
15203
"xloc": [
15203
- "default.handlebars->27->1350"
15204
+ "default.handlebars->27->1351"
15205
]
15206
},
15207
{
@@ -15301,7 +15302,7 @@
15302
"ru": "Достигнуто максимальное число сессий",
15303
"zh-chs": "達到的會話數上限",
15304
"xloc": [
15304
- "default.handlebars->27->1552"
15305
+ "default.handlebars->27->1553"
15306
]
15307
},
15308
{
@@ -15355,7 +15356,7 @@
15356
"ru": "Мегабайт",
15357
"zh-chs": "兆字節",
15358
"xloc": [
15358
- "default.handlebars->27->1578"
15359
+ "default.handlebars->27->1579"
15360
]
15361
},
15362
{
@@ -15372,7 +15373,7 @@
15373
"ru": "ОЗУ",
15374
"zh-chs": "記憶",
15375
"xloc": [
15375
- "default.handlebars->27->1569",
15376
+ "default.handlebars->27->1570",
15377
"default.handlebars->27->790",
15378
"default.handlebars->container->column_l->p40->3->1->p40type->3"
15379
]
@@ -15508,7 +15509,7 @@
15509
"ru": "Трафик MeshAgent",
15510
"zh-chs": "MeshAgent流量",
15511
"xloc": [
15511
- "default.handlebars->27->1590"
15512
+ "default.handlebars->27->1591"
15513
]
15514
},
15515
{
@@ -15525,7 +15526,7 @@
15526
"ru": "Обновление MeshAgent",
15527
"zh-chs": "MeshAgent更新",
15528
"xloc": [
15528
- "default.handlebars->27->1591"
15529
+ "default.handlebars->27->1592"
15530
]
15531
},
15532
{
@@ -15628,7 +15629,7 @@
15629
"ru": "Соединения сервера MeshCentral",
15630
"zh-chs": "MeshCentral服務器對等",
15631
"xloc": [
15631
- "default.handlebars->27->1589"
15632
+ "default.handlebars->27->1590"
15633
]
15634
},
15635
{
@@ -15890,7 +15891,7 @@
15891
"ru": "Диспетчер сообщения",
15892
"zh-chs": "郵件調度程序",
15893
"xloc": [
15893
- "default.handlebars->27->1587"
15894
+ "default.handlebars->27->1588"
15895
]
15896
},
15897
{
@@ -16017,7 +16018,7 @@
16018
"ru": "Еще",
16019
"zh-chs": "更多",
16020
"xloc": [
16020
- "default.handlebars->27->1615"
16021
+ "default.handlebars->27->1616"
16022
]
16023
},
16024
{
@@ -16347,12 +16348,12 @@
16348
"default.handlebars->27->1060",
16349
"default.handlebars->27->1087",
16350
"default.handlebars->27->1170",
16350
- "default.handlebars->27->1332",
16351
- "default.handlebars->27->1406",
16352
- "default.handlebars->27->1410",
16353
- "default.handlebars->27->1415",
16354
- "default.handlebars->27->1417",
16355
- "default.handlebars->27->1437",
16351
+ "default.handlebars->27->1333",
16352
+ "default.handlebars->27->1407",
16353
+ "default.handlebars->27->1411",
16354
+ "default.handlebars->27->1416",
16355
+ "default.handlebars->27->1418",
16356
+ "default.handlebars->27->1438",
16357
"default.handlebars->27->450",
16358
"default.handlebars->27->667",
16359
"default.handlebars->27->740",
@@ -16394,7 +16395,7 @@
16395
"ru": "Имя1, Имя2, Имя3",
16396
"zh-chs": "名稱1,名稱2,名稱3",
16397
"xloc": [
16397
- "default.handlebars->27->1391"
16398
+ "default.handlebars->27->1392"
16399
]
16400
},
16401
{
@@ -16566,7 +16567,7 @@
16567
"xloc": [
16568
"default-mobile.handlebars->9->251",
16569
"default-mobile.handlebars->9->82",
16569
- "default.handlebars->27->1305",
16570
+ "default.handlebars->27->1306",
16571
"default.handlebars->27->704",
16572
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
16573
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
@@ -16741,8 +16742,8 @@
16742
"ru": "События не найдены",
16743
"zh-chs": "找不到活動",
16744
"xloc": [
16744
- "default.handlebars->27->1322",
16745
- "default.handlebars->27->1534",
16745
+ "default.handlebars->27->1323",
16746
+ "default.handlebars->27->1535",
16747
"default.handlebars->27->738"
16748
]
16749
},
@@ -16883,7 +16884,7 @@
16884
"ru": "Нет членов",
16885
"zh-chs": "沒有會員",
16886
"xloc": [
16886
- "default.handlebars->27->1427"
16887
+ "default.handlebars->27->1428"
16888
]
16889
},
16890
{
@@ -16900,7 +16901,7 @@
16901
"ru": "Запретить создание групп устройств",
16902
"zh-chs": "沒有新的設備組",
16903
"xloc": [
16903
- "default.handlebars->27->1402"
16904
+ "default.handlebars->27->1403"
16905
]
16906
},
16907
{
@@ -17015,7 +17016,7 @@
17016
"ru": "Нет инструментов (MeshCmd/Router)",
17017
"zh-chs": "沒有工具(MeshCmd /路由器)",
17018
"xloc": [
17018
- "default.handlebars->27->1403"
17019
+ "default.handlebars->27->1404"
17020
]
17021
},
17022
{
@@ -17032,8 +17033,8 @@
17033
"ru": "Нет общих групп устройств",
17034
"zh-chs": "沒有共同的設備組",
17035
"xloc": [
17035
- "default.handlebars->27->1433",
17036
- "default.handlebars->27->1516"
17036
+ "default.handlebars->27->1434",
17037
+ "default.handlebars->27->1517"
17038
]
17039
},
17040
{
@@ -17119,7 +17120,7 @@
17120
"ru": "Нет общих устройств",
17121
"zh-chs": "沒有共同的設備",
17122
"xloc": [
17122
- "default.handlebars->27->1510"
17123
+ "default.handlebars->27->1511"
17124
]
17125
},
17126
{
@@ -17205,7 +17206,7 @@
17206
"ru": "Группы не найдены.",
17207
"zh-chs": "找不到群組。",
17208
"xloc": [
17208
- "default.handlebars->27->1405"
17209
+ "default.handlebars->27->1406"
17210
]
17211
},
17212
{
@@ -17307,7 +17308,7 @@
17308
"ru": "Нет серверных прав",
17309
"zh-chs": "沒有服務器權限",
17310
"xloc": [
17310
- "default.handlebars->27->1451"
17311
+ "default.handlebars->27->1452"
17312
]
17313
},
17314
{
@@ -17324,7 +17325,7 @@
17325
"ru": "Нет членства в группах пользователей",
17326
"zh-chs": "沒有用戶組成員身份",
17327
"xloc": [
17327
- "default.handlebars->27->1522"
17328
+ "default.handlebars->27->1523"
17329
]
17330
},
17331
{
@@ -17341,7 +17342,7 @@
17342
"ru": "Пользователи не найдены.",
17343
"zh-chs": "未找到相應的用戶。",
17344
"xloc": [
17344
- "default.handlebars->27->1340"
17345
+ "default.handlebars->27->1341"
17346
]
17347
},
17348
{
@@ -17421,9 +17422,9 @@
17422
"default.handlebars->27->1110",
17423
"default.handlebars->27->1112",
17424
"default.handlebars->27->1293",
17424
- "default.handlebars->27->1414",
17425
- "default.handlebars->27->1470",
17426
- "default.handlebars->27->1474",
17425
+ "default.handlebars->27->1415",
17426
+ "default.handlebars->27->1471",
17427
+ "default.handlebars->27->1475",
17428
"default.handlebars->27->149",
17429
"default.handlebars->27->165",
17430
"default.handlebars->27->166",
@@ -17584,7 +17585,7 @@
17585
"ru": "Не задано",
17586
"zh-chs": "沒有設置",
17587
"xloc": [
17587
- "default.handlebars->27->1456"
17588
+ "default.handlebars->27->1457"
17589
]
17590
},
17591
{
@@ -17600,7 +17601,7 @@
17601
"ru": "не подтверждено",
17602
"zh-chs": "未經審核的",
17603
"xloc": [
17603
- "default.handlebars->27->1493"
17604
+ "default.handlebars->27->1494"
17605
]
17606
},
17607
{
@@ -17618,7 +17619,7 @@
17619
"zh-chs": "筆記",
17620
"xloc": [
17621
"default.handlebars->27->1120",
17621
- "default.handlebars->27->1481",
17622
+ "default.handlebars->27->1482",
17623
"default.handlebars->27->503",
17624
"default.handlebars->27->552",
17625
"default.handlebars->27->571",
@@ -17726,7 +17727,7 @@
17727
"ru": "Уведомить",
17728
"zh-chs": "通知",
17729
"xloc": [
17729
- "default.handlebars->27->1483"
17730
+ "default.handlebars->27->1484"
17731
]
17732
},
17733
{
@@ -17762,7 +17763,7 @@
17763
"ru": "Уведомить {0}",
17764
"zh-chs": "通知{0}",
17765
"xloc": [
17765
- "default.handlebars->27->1357"
17766
+ "default.handlebars->27->1358"
17767
]
17768
},
17769
{
@@ -17837,7 +17838,7 @@
17838
"ru": "Произошло в {0}",
17839
"zh-chs": "發生在{0}",
17840
"xloc": [
17840
- "default.handlebars->27->1537"
17841
+ "default.handlebars->27->1538"
17842
]
17843
},
17844
{
@@ -17854,7 +17855,7 @@
17855
"ru": "Оффлайн пользователи",
17856
"zh-chs": "離線用戶",
17857
"xloc": [
17857
- "default.handlebars->27->1337"
17858
+ "default.handlebars->27->1338"
17859
]
17860
},
17861
{
@@ -17907,7 +17908,7 @@
17908
"ru": "Онлайн пользователи",
17909
"zh-chs": "在線用戶",
17910
"xloc": [
17910
- "default.handlebars->27->1336"
17911
+ "default.handlebars->27->1337"
17912
]
17913
},
17914
{
@@ -18221,7 +18222,7 @@
18222
"ru": "Частично",
18223
"zh-chs": "部分的",
18224
"xloc": [
18224
- "default.handlebars->27->1351"
18225
+ "default.handlebars->27->1352"
18226
]
18227
},
18228
{
@@ -18284,7 +18285,7 @@
18285
"ru": "Частичные права",
18286
"zh-chs": "部分權利",
18287
"xloc": [
18287
- "default.handlebars->27->1454"
18288
+ "default.handlebars->27->1455"
18289
]
18290
},
18291
{
@@ -18319,12 +18320,12 @@
18320
"zh-chs": "密碼",
18321
"xloc": [
18322
"default-mobile.handlebars->9->217",
18322
- "default.handlebars->27->1380",
18323
"default.handlebars->27->1381",
18324
- "default.handlebars->27->1466",
18325
- "default.handlebars->27->1468",
18326
- "default.handlebars->27->1496",
18324
+ "default.handlebars->27->1382",
18325
+ "default.handlebars->27->1467",
18326
+ "default.handlebars->27->1469",
18327
"default.handlebars->27->1497",
18328
+ "default.handlebars->27->1498",
18329
"default.handlebars->27->227",
18330
"default.handlebars->27->256",
18331
"default.handlebars->27->595"
@@ -18420,7 +18421,7 @@
18421
"ru": "Подсказка пароля",
18422
"zh-chs": "密碼提示",
18423
"xloc": [
18423
- "default.handlebars->27->1498"
18424
+ "default.handlebars->27->1499"
18425
]
18426
},
18427
{
@@ -18543,7 +18544,7 @@
18544
"default-mobile.handlebars->9->90",
18545
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
18546
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
18546
- "default.handlebars->27->1314",
18547
+ "default.handlebars->27->1315",
18548
"default.handlebars->27->695",
18549
"default.handlebars->27->717",
18550
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3",
@@ -18708,7 +18709,7 @@
18709
"xloc": [
18710
"default-mobile.handlebars->9->333",
18711
"default.handlebars->27->1247",
18711
- "default.handlebars->27->1335"
18712
+ "default.handlebars->27->1336"
18713
]
18714
},
18715
{
@@ -18861,7 +18862,7 @@
18862
"zh-chs": "插件動作",
18863
"xloc": [
18864
"default.handlebars->27->160",
18864
- "default.handlebars->27->1612"
18865
+ "default.handlebars->27->1613"
18866
]
18867
},
18868
{
@@ -19569,7 +19570,7 @@
19570
"ru": "RSS",
19571
"zh-chs": "的RSS",
19572
"xloc": [
19572
- "default.handlebars->27->1582"
19573
+ "default.handlebars->27->1583"
19574
]
19575
},
19576
{
@@ -19586,7 +19587,7 @@
19587
"ru": "Случайный пароль.",
19588
"zh-chs": "隨機化密碼。",
19589
"xloc": [
19589
- "default.handlebars->27->1382"
19590
+ "default.handlebars->27->1383"
19591
]
19592
},
19593
{
@@ -19637,7 +19638,7 @@
19638
"ru": "Области",
19639
"zh-chs": "境界",
19640
"xloc": [
19640
- "default.handlebars->27->1390"
19641
+ "default.handlebars->27->1391"
19642
]
19643
},
19644
{
@@ -19656,7 +19657,7 @@
19657
"xloc": [
19658
"default-mobile.handlebars->9->252",
19659
"default-mobile.handlebars->9->83",
19659
- "default.handlebars->27->1306",
19660
+ "default.handlebars->27->1307",
19661
"default.handlebars->27->705"
19662
]
19663
},
@@ -19753,7 +19754,7 @@
19754
"ru": "Число ретрансляций",
19755
"zh-chs": "中繼計數",
19756
"xloc": [
19756
- "default.handlebars->27->1564"
19757
+ "default.handlebars->27->1565"
19758
]
19759
},
19760
{
@@ -19770,7 +19771,7 @@
19771
"ru": "Ошибки ретранслятора",
19772
"zh-chs": "中繼錯誤",
19773
"xloc": [
19773
- "default.handlebars->27->1557"
19774
+ "default.handlebars->27->1558"
19775
]
19776
},
19777
{
@@ -19787,8 +19788,8 @@
19788
"ru": "Сессии ретранслятора",
19789
"zh-chs": "接力會議",
19790
"xloc": [
19790
- "default.handlebars->27->1563",
19791
- "default.handlebars->27->1576"
19791
+ "default.handlebars->27->1564",
19792
+ "default.handlebars->27->1577"
19793
]
19794
},
19795
{
@@ -19978,7 +19979,7 @@
19979
"ru": "Удаленный пользователь",
19980
"zh-chs": "遠程用戶",
19981
"xloc": [
19981
- "default.handlebars->27->1443"
19982
+ "default.handlebars->27->1444"
19983
]
19984
},
19985
{
@@ -20063,7 +20064,7 @@
20064
"ru": "Удалить устройство",
20065
"zh-chs": "删除设备",
20066
"xloc": [
20066
- "default.handlebars->27->1523"
20067
+ "default.handlebars->27->1524"
20068
]
20069
},
20070
{
@@ -20080,8 +20081,8 @@
20081
"ru": "Удалить группу устройств.",
20082
"zh-chs": "刪除設備組",
20083
"xloc": [
20083
- "default.handlebars->27->1435",
20084
- "default.handlebars->27->1532"
20084
+ "default.handlebars->27->1436",
20085
+ "default.handlebars->27->1533"
20086
]
20087
},
20088
{
@@ -20098,8 +20099,8 @@
20099
"ru": "Удалить пользователя",
20100
"zh-chs": "刪除用戶",
20101
"xloc": [
20101
- "default.handlebars->27->1525",
20102
- "default.handlebars->27->1528"
20102
+ "default.handlebars->27->1526",
20103
+ "default.handlebars->27->1529"
20104
]
20105
},
20106
{
@@ -20116,7 +20117,7 @@
20117
"ru": "Удалить все двухфакторные аутентификации.",
20118
"zh-chs": "刪除所有第二因素驗證。",
20119
"xloc": [
20119
- "default.handlebars->27->1501"
20120
+ "default.handlebars->27->1502"
20121
]
20122
},
20123
{
@@ -20133,7 +20134,7 @@
20134
"ru": "Удалить все прошлые события для этого userid.",
20135
"zh-chs": "刪除此用戶標識的所有先前事件。",
20136
"xloc": [
20136
- "default.handlebars->27->1384"
20137
+ "default.handlebars->27->1385"
20138
]
20139
},
20140
{
@@ -20197,7 +20198,7 @@
20198
"ru": "Удалить этого пользователя",
20199
"zh-chs": "删除该用户",
20200
"xloc": [
20200
- "default.handlebars->27->1485"
20201
+ "default.handlebars->27->1486"
20202
]
20203
},
20204
{
@@ -20214,7 +20215,7 @@
20215
"ru": "Удалить членство пользователя в группе",
20216
"zh-chs": "刪除用戶組成員身份",
20217
"xloc": [
20217
- "default.handlebars->27->1520"
20218
+ "default.handlebars->27->1521"
20219
]
20220
},
20221
{
@@ -20231,7 +20232,7 @@
20232
"ru": "Удалить права группы пользователей для этой группы устройств",
20233
"zh-chs": "刪除該設備組的用戶組權限",
20234
"xloc": [
20234
- "default.handlebars->27->1431"
20235
+ "default.handlebars->27->1432"
20236
]
20237
},
20238
{
@@ -20249,9 +20250,9 @@
20250
"zh-chs": "刪除此設備組的用戶權限",
20251
"xloc": [
20252
"default.handlebars->27->1137",
20252
- "default.handlebars->27->1425",
20253
- "default.handlebars->27->1508",
20254
- "default.handlebars->27->1514",
20253
+ "default.handlebars->27->1426",
20254
+ "default.handlebars->27->1509",
20255
+ "default.handlebars->27->1515",
20256
"default.handlebars->27->538"
20257
]
20258
},
@@ -20273,7 +20274,7 @@
20274
"default-mobile.handlebars->9->87",
20275
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
20276
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
20276
- "default.handlebars->27->1310",
20277
+ "default.handlebars->27->1311",
20278
"default.handlebars->27->414",
20279
"default.handlebars->27->709",
20280
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
@@ -20313,8 +20314,8 @@
20314
"zh-chs": "要求:{0}。",
20315
"xloc": [
20316
"default-mobile.handlebars->9->51",
20316
- "default.handlebars->27->1387",
20317
- "default.handlebars->27->1499"
20317
+ "default.handlebars->27->1388",
20318
+ "default.handlebars->27->1500"
20319
]
20320
},
20321
{
@@ -20542,7 +20543,7 @@
20543
"ru": "Ограничения",
20544
"zh-chs": "限制條件",
20545
"xloc": [
20545
- "default.handlebars->27->1455"
20546
+ "default.handlebars->27->1456"
20547
]
20548
},
20549
{
@@ -21088,7 +21089,7 @@
21089
"zh-chs": "安全",
21090
"xloc": [
21091
"default-mobile.handlebars->9->218",
21091
- "default.handlebars->27->1479",
21092
+ "default.handlebars->27->1480",
21093
"default.handlebars->27->228",
21094
"default.handlebars->27->596",
21095
"default.handlebars->27->771"
@@ -21108,7 +21109,7 @@
21109
"ru": "Ключ безопасности",
21110
"zh-chs": "安全密鑰",
21111
"xloc": [
21111
- "default.handlebars->27->1477"
21112
+ "default.handlebars->27->1478"
21113
]
21114
},
21115
{
@@ -21141,7 +21142,7 @@
21142
"ru": "Выбрать все",
21143
"zh-chs": "全選",
21144
"xloc": [
21144
- "default.handlebars->27->1302",
21145
+ "default.handlebars->27->1303",
21146
"default.handlebars->27->372",
21147
"default.handlebars->27->701",
21148
"default.handlebars->27->703",
@@ -21165,7 +21166,7 @@
21166
"ru": "Очистить все",
21167
"zh-chs": "選擇無",
21168
"xloc": [
21168
- "default.handlebars->27->1301",
21169
+ "default.handlebars->27->1302",
21170
"default.handlebars->27->371",
21171
"default.handlebars->27->702",
21172
"default.handlebars->meshContextMenu->cxselectnone"
@@ -21361,7 +21362,7 @@
21362
"ru": "Отправить уведомление всем пользователям этой группы.",
21363
"zh-chs": "向該組中的所有用戶發送通知。",
21364
"xloc": [
21364
- "default.handlebars->27->1422"
21365
+ "default.handlebars->27->1423"
21366
]
21367
},
21368
{
@@ -21378,7 +21379,7 @@
21379
"ru": "Отправить текстовое уведомление этому пользователю.",
21380
"zh-chs": "向該用戶發送文本通知。",
21381
"xloc": [
21381
- "default.handlebars->27->1358"
21382
+ "default.handlebars->27->1359"
21383
]
21384
},
21385
{
@@ -21391,7 +21392,7 @@
21392
"ru": "Отправить письмо пользователю",
21393
"zh-chs": "发送电子邮件给用户",
21394
"xloc": [
21394
- "default.handlebars->27->1354"
21395
+ "default.handlebars->27->1355"
21396
]
21397
},
21398
{
@@ -21425,7 +21426,7 @@
21426
"ru": "Отправить приглашение по email.",
21427
"zh-chs": "發送邀請電子郵件。",
21428
"xloc": [
21428
- "default.handlebars->27->1386"
21429
+ "default.handlebars->27->1387"
21430
]
21431
},
21432
{
@@ -21476,7 +21477,7 @@
21477
"ru": "Отправить уведомление пользователю",
21478
"zh-chs": "發送用戶通知",
21479
"xloc": [
21479
- "default.handlebars->27->1484"
21480
+ "default.handlebars->27->1485"
21481
]
21482
},
21483
{
@@ -21526,7 +21527,7 @@
21527
"ru": "Резервное копирование сервера",
21528
"zh-chs": "服務器備份",
21529
"xloc": [
21529
- "default.handlebars->27->1396"
21530
+ "default.handlebars->27->1397"
21531
]
21532
},
21533
{
@@ -21543,7 +21544,7 @@
21544
"ru": "Сертификат сервера",
21545
"zh-chs": "服務器證書",
21546
"xloc": [
21546
- "default.handlebars->27->1592"
21547
+ "default.handlebars->27->1593"
21548
]
21549
},
21550
{
@@ -21559,7 +21560,7 @@
21560
"ru": "База данных сервера",
21561
"zh-chs": "服務器數據庫",
21562
"xloc": [
21562
- "default.handlebars->27->1593"
21563
+ "default.handlebars->27->1594"
21564
]
21565
},
21566
{
@@ -21580,7 +21581,7 @@
21581
"default-mobile.handlebars->9->320",
21582
"default.handlebars->27->1210",
21583
"default.handlebars->27->1232",
21583
- "default.handlebars->27->1393",
21584
+ "default.handlebars->27->1394",
21585
"default.handlebars->27->550",
21586
"default.handlebars->27->569"
21587
]
@@ -21599,8 +21600,8 @@
21600
"ru": "Разрешения сервера",
21601
"zh-chs": "服務器權限",
21602
"xloc": [
21602
- "default.handlebars->27->1346",
21603
- "default.handlebars->27->1404"
21603
+ "default.handlebars->27->1347",
21604
+ "default.handlebars->27->1405"
21605
]
21606
},
21607
{
@@ -21617,7 +21618,7 @@
21618
"ru": "Квота сервера",
21619
"zh-chs": "服務器配額",
21620
"xloc": [
21620
- "default.handlebars->27->1463"
21621
+ "default.handlebars->27->1464"
21622
]
21623
},
21624
{
@@ -21634,7 +21635,7 @@
21635
"ru": "Восстановление сервера",
21636
"zh-chs": "服務器還原",
21637
"xloc": [
21637
- "default.handlebars->27->1397"
21638
+ "default.handlebars->27->1398"
21639
]
21640
},
21641
{
@@ -21651,7 +21652,7 @@
21652
"ru": "Права",
21653
"zh-chs": "服務器權限",
21654
"xloc": [
21654
- "default.handlebars->27->1462"
21655
+ "default.handlebars->27->1463"
21656
]
21657
},
21658
{
@@ -21668,7 +21669,7 @@
21669
"ru": "Состояние сервера",
21670
"zh-chs": "服務器狀態",
21671
"xloc": [
21671
- "default.handlebars->27->1543"
21672
+ "default.handlebars->27->1544"
21673
]
21674
},
21675
{
@@ -21702,7 +21703,7 @@
21703
"ru": "Трассировка сервера",
21704
"zh-chs": "服務器跟踪",
21705
"xloc": [
21705
- "default.handlebars->27->1603"
21706
+ "default.handlebars->27->1604"
21707
]
21708
},
21709
{
@@ -21719,7 +21720,7 @@
21720
"ru": "Обновление сервера",
21721
"zh-chs": "服務器更新",
21722
"xloc": [
21722
- "default.handlebars->27->1398"
21723
+ "default.handlebars->27->1399"
21724
]
21725
},
21726
{
@@ -21841,7 +21842,7 @@
21842
"ru": "ServerStats.csv",
21843
"zh-chs": "ServerStats.csv",
21844
"xloc": [
21844
- "default.handlebars->27->1584"
21845
+ "default.handlebars->27->1585"
21846
]
21847
},
21848
{
@@ -23153,7 +23154,7 @@
23154
"ru": "Статус",
23155
"zh-chs": "狀態",
23156
"xloc": [
23156
- "default.handlebars->27->1492",
23157
+ "default.handlebars->27->1493",
23158
"default.handlebars->container->column_l->p42->p42tbl->1->0->7"
23159
]
23160
},
@@ -23863,7 +23864,7 @@
23864
"ru": "На данный момент уведомлений нет",
23865
"zh-chs": "目前沒有任何通知",
23866
"xloc": [
23866
- "default.handlebars->27->1536"
23867
+ "default.handlebars->27->1537"
23868
]
23869
},
23870
{
@@ -25060,7 +25061,7 @@
25061
"default-mobile.handlebars->9->175",
25062
"default-mobile.handlebars->9->176",
25063
"default.handlebars->27->13",
25063
- "default.handlebars->27->1527",
25064
+ "default.handlebars->27->1528",
25065
"default.handlebars->27->370",
25066
"default.handlebars->27->41",
25067
"default.handlebars->27->42",
@@ -25102,7 +25103,7 @@
25103
"ru": "Неизвестное действие",
25104
"zh-chs": "未知動作",
25105
"xloc": [
25105
- "default.handlebars->27->1549"
25106
+ "default.handlebars->27->1550"
25107
]
25108
},
25109
{
@@ -25118,7 +25119,7 @@
25119
"ru": "Неизвестное устройство",
25120
"zh-chs": "未知設備",
25121
"xloc": [
25121
- "default.handlebars->27->1507"
25122
+ "default.handlebars->27->1508"
25123
]
25124
},
25125
{
@@ -25135,9 +25136,9 @@
25136
"ru": "Неизвестная группа устройств",
25137
"zh-chs": "未知設備組",
25138
"xloc": [
25138
- "default.handlebars->27->1430",
25139
- "default.handlebars->27->1513",
25140
- "default.handlebars->27->1553"
25139
+ "default.handlebars->27->1431",
25140
+ "default.handlebars->27->1514",
25141
+ "default.handlebars->27->1554"
25142
]
25143
},
25144
{
@@ -25154,7 +25155,7 @@
25155
"ru": "Неизвестная группа",
25156
"zh-chs": "未知群組",
25157
"xloc": [
25157
- "default.handlebars->27->1545"
25158
+ "default.handlebars->27->1546"
25159
]
25160
},
25161
{
@@ -25189,7 +25190,7 @@
25190
"ru": "Неизвестная группа пользователей",
25191
"zh-chs": "未知用戶組",
25192
"xloc": [
25192
- "default.handlebars->27->1519"
25193
+ "default.handlebars->27->1520"
25194
]
25195
},
25196
{
@@ -25264,7 +25265,7 @@
25265
"ru": "Актуально",
25266
"zh-chs": "最新",
25267
"xloc": [
25267
- "default.handlebars->27->1610"
25268
+ "default.handlebars->27->1611"
25269
]
25270
},
25271
{
@@ -25304,8 +25305,8 @@
25305
"default-mobile.handlebars->9->257",
25306
"default-mobile.handlebars->9->275",
25307
"default-mobile.handlebars->9->88",
25307
- "default.handlebars->27->1311",
25308
- "default.handlebars->27->1319",
25308
+ "default.handlebars->27->1312",
25309
+ "default.handlebars->27->1320",
25310
"default.handlebars->27->710",
25311
"default.handlebars->27->733",
25312
"default.handlebars->27->736",
@@ -25394,7 +25395,7 @@
25395
"ru": "Загрузка перезапишет 1 файл. Продолжить?",
25396
"zh-chs": "上傳將覆蓋1個文件。繼續?",
25397
"xloc": [
25397
- "default.handlebars->27->1320",
25398
+ "default.handlebars->27->1321",
25399
"default.handlebars->27->734"
25400
]
25401
},
@@ -25412,7 +25413,7 @@
25413
"ru": "Загрузка перезапишет {0} файлов. Продолжить?",
25414
"zh-chs": "上傳將覆蓋{0}個文件。繼續?",
25415
"xloc": [
25415
- "default.handlebars->27->1321",
25416
+ "default.handlebars->27->1322",
25417
"default.handlebars->27->735"
25418
]
25419
},
@@ -25511,8 +25512,8 @@
25512
"ru": "Использовано",
25513
"zh-chs": "用過的",
25514
"xloc": [
25514
- "default.handlebars->27->1539",
25515
- "default.handlebars->27->1541"
25515
+ "default.handlebars->27->1540",
25516
+ "default.handlebars->27->1542"
25517
]
25518
},
25519
{
@@ -25531,8 +25532,8 @@
25532
"xloc": [
25533
"default-mobile.handlebars->9->332",
25534
"default.handlebars->27->1138",
25534
- "default.handlebars->27->1347",
25535
- "default.handlebars->27->1426",
25535
+ "default.handlebars->27->1348",
25536
+ "default.handlebars->27->1427",
25537
"default.handlebars->27->184",
25538
"default.handlebars->27->539"
25539
]
@@ -25551,7 +25552,7 @@
25552
"ru": "Пользователь + Файлы",
25553
"zh-chs": "用戶+文件",
25554
"xloc": [
25554
- "default.handlebars->27->1348"
25555
+ "default.handlebars->27->1349"
25556
]
25557
},
25558
{
@@ -25568,10 +25569,10 @@
25569
"ru": "Импорт учетной записи пользователя",
25570
"zh-chs": "用戶帳戶導入",
25571
"xloc": [
25571
- "default.handlebars->27->1360",
25572
"default.handlebars->27->1361",
25573
- "default.handlebars->27->1363",
25574
- "default.handlebars->27->1365"
25573
+ "default.handlebars->27->1362",
25574
+ "default.handlebars->27->1364",
25575
+ "default.handlebars->27->1366"
25576
]
25577
},
25578
{
@@ -25588,7 +25589,7 @@
25589
"ru": "Учетные записи пользователей",
25590
"zh-chs": "用戶帳號",
25591
"xloc": [
25591
- "default.handlebars->27->1558"
25592
+ "default.handlebars->27->1559"
25593
]
25594
},
25595
{
@@ -25642,9 +25643,9 @@
25643
"zh-chs": "用戶組",
25644
"xloc": [
25645
"default.handlebars->27->1192",
25645
- "default.handlebars->27->1409",
25646
- "default.handlebars->27->1521",
25647
- "default.handlebars->27->1530"
25646
+ "default.handlebars->27->1410",
25647
+ "default.handlebars->27->1522",
25648
+ "default.handlebars->27->1531"
25649
]
25650
},
25651
{
@@ -25678,7 +25679,7 @@
25679
"ru": "Членство в группах пользователей",
25680
"zh-chs": "用戶組成員資格",
25681
"xloc": [
25681
- "default.handlebars->27->1518"
25682
+ "default.handlebars->27->1519"
25683
]
25684
},
25685
{
@@ -25696,7 +25697,7 @@
25697
"zh-chs": "用戶標識",
25698
"xloc": [
25699
"default.handlebars->27->1246",
25699
- "default.handlebars->27->1459"
25700
+ "default.handlebars->27->1460"
25701
]
25702
},
25703
{
@@ -25713,7 +25714,7 @@
25714
"ru": "Экспортировать список пользователей",
25715
"zh-chs": "用戶列表導出",
25716
"xloc": [
25716
- "default.handlebars->27->1372"
25717
+ "default.handlebars->27->1373"
25718
]
25719
},
25720
{
@@ -25748,7 +25749,7 @@
25749
"zh-chs": "用戶名",
25750
"xloc": [
25751
"default.handlebars->27->1190",
25751
- "default.handlebars->27->1447"
25752
+ "default.handlebars->27->1448"
25753
]
25754
},
25755
{
@@ -25793,7 +25794,7 @@
25794
"ru": "Сессии пользователя",
25795
"zh-chs": "用戶會話",
25796
"xloc": [
25796
- "default.handlebars->27->1575"
25797
+ "default.handlebars->27->1576"
25798
]
25799
},
25800
{
@@ -25913,7 +25914,7 @@
25914
"zh-chs": "用戶名",
25915
"xloc": [
25916
"default-mobile.handlebars->9->216",
25916
- "default.handlebars->27->1378",
25917
+ "default.handlebars->27->1379",
25918
"default.handlebars->27->225",
25919
"default.handlebars->27->255",
25920
"default.handlebars->27->594",
@@ -25973,9 +25974,9 @@
25974
"ru": "Пользователи",
25975
"zh-chs": "用戶數",
25976
"xloc": [
25976
- "default.handlebars->27->1408",
25977
- "default.handlebars->27->1419",
25978
- "default.handlebars->27->1574",
25977
+ "default.handlebars->27->1409",
25978
+ "default.handlebars->27->1420",
25979
+ "default.handlebars->27->1575",
25980
"default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral"
25981
]
25982
},
@@ -25993,7 +25994,7 @@
25994
"ru": "Сессии пользователей",
25995
"zh-chs": "用戶會話",
25996
"xloc": [
25996
- "default.handlebars->27->1562"
25997
+ "default.handlebars->27->1563"
25998
]
25999
},
26000
{
@@ -26060,7 +26061,7 @@
26061
"ru": "Проверенный",
26062
"zh-chs": "已驗證",
26063
"xloc": [
26063
- "default.handlebars->27->1494"
26064
+ "default.handlebars->27->1495"
26065
]
26066
},
26067
{
@@ -26129,7 +26130,7 @@
26130
"ru": "Версия несовместима, пожалуйста, сначала обновите установку MeshCentral",
26131
"zh-chs": "版本不兼容,请先升级您的MeshCentral安装",
26132
"xloc": [
26132
- "default.handlebars->27->1606"
26133
+ "default.handlebars->27->1607"
26134
]
26135
},
26136
{
@@ -26194,8 +26195,8 @@
26195
"ru": "Просмотр журнала изменений",
26196
"zh-chs": "查看变更日志",
26197
"xloc": [
26197
- "default.handlebars->27->1609",
26198
- "default.handlebars->27->1611"
26198
+ "default.handlebars->27->1610",
26199
+ "default.handlebars->27->1612"
26200
]
26201
},
26202
{
@@ -26246,7 +26247,7 @@
26247
"ru": "Посмотреть примечания об этом пользователе",
26248
"zh-chs": "查看有關此用戶的註釋",
26249
"xloc": [
26249
- "default.handlebars->27->1482"
26250
+ "default.handlebars->27->1483"
26251
]
26252
},
26253
{
@@ -26435,8 +26436,8 @@
26436
"ru": "Веб-сервер",
26437
"zh-chs": "網絡服務器",
26438
"xloc": [
26438
- "default.handlebars->27->1595",
26439
- "default.handlebars->27->1596"
26439
+ "default.handlebars->27->1596",
26440
+ "default.handlebars->27->1597"
26441
]
26442
},
26443
{
@@ -26453,7 +26454,7 @@
26454
"ru": "Запросы веб-сервера",
26455
"zh-chs": "Web服務器請求",
26456
"xloc": [
26456
- "default.handlebars->27->1597"
26457
+ "default.handlebars->27->1598"
26458
]
26459
},
26460
{
@@ -26470,7 +26471,7 @@
26471
"ru": "Ретранслятор Web Socket",
26472
"zh-chs": "Web套接字中繼",
26473
"xloc": [
26473
- "default.handlebars->27->1598"
26474
+ "default.handlebars->27->1599"
26475
]
26476
},
26477
{
@@ -26572,7 +26573,7 @@
26573
"ru": "Будет изменено при следующем входе в систему.",
26574
"zh-chs": "下次登錄時將更改。",
26575
"xloc": [
26575
- "default.handlebars->27->1467"
26576
+ "default.handlebars->27->1468"
26577
]
26578
},
26579
{
@@ -27502,7 +27503,7 @@
27503
"ru": "\\\\'",
27504
"zh-chs": "\\\\'",
27505
"xloc": [
27505
- "default.handlebars->27->1607"
27506
+ "default.handlebars->27->1608"
27507
]
27508
},
27509
{
@@ -27650,7 +27651,7 @@
27651
"zh-chs": "複製",
27652
"xloc": [
27653
"default-mobile.handlebars->9->92",
27653
- "default.handlebars->27->1316"
27654
+ "default.handlebars->27->1317"
27655
]
27656
},
27657
{
@@ -27716,8 +27717,8 @@
27717
"ru": "eventslist.csv",
27718
"zh-chs": "eventslist.csv",
27719
"xloc": [
27719
- "default.handlebars->27->1325",
27720
- "default.handlebars->27->1330"
27720
+ "default.handlebars->27->1326",
27721
+ "default.handlebars->27->1331"
27722
]
27723
},
27724
{
@@ -27734,8 +27735,8 @@
27735
"ru": "eventslist.json",
27736
"zh-chs": "eventslist.json",
27737
"xloc": [
27737
- "default.handlebars->27->1327",
27738
- "default.handlebars->27->1331"
27738
+ "default.handlebars->27->1328",
27739
+ "default.handlebars->27->1332"
27740
]
27741
},
27742
{
@@ -27769,7 +27770,7 @@
27770
"ru": "свободно",
27771
"zh-chs": "自由",
27772
"xloc": [
27772
- "default.handlebars->27->1570"
27773
+ "default.handlebars->27->1571"
27774
]
27775
},
27776
{
@@ -27950,7 +27951,7 @@
27951
"ru": "id, name, email, creation, lastlogin, groups, authfactors",
27952
"zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors",
27953
"xloc": [
27953
- "default.handlebars->27->1373"
27954
+ "default.handlebars->27->1374"
27955
]
27956
},
27957
{
@@ -28036,7 +28037,7 @@
28037
"ru": "k max, пусто по умолчанию",
28038
"zh-chs": "k max,默认为空白",
28039
"xloc": [
28039
- "default.handlebars->27->1394"
28040
+ "default.handlebars->27->1395"
28041
]
28042
},
28043
{
@@ -28072,7 +28073,7 @@
28073
"zh-chs": "移動",
28074
"xloc": [
28075
"default-mobile.handlebars->9->93",
28075
- "default.handlebars->27->1317"
28076
+ "default.handlebars->27->1318"
28077
]
28078
},
28079
{
@@ -28120,7 +28121,7 @@
28121
"ru": "servertrace.csv",
28122
"zh-chs": "servertrace.csv",
28123
"xloc": [
28123
- "default.handlebars->27->1605"
28124
+ "default.handlebars->27->1606"
28125
]
28126
},
28127
{
@@ -28172,7 +28173,7 @@
28173
"ru": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
28174
"zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss",
28175
"xloc": [
28175
- "default.handlebars->27->1583"
28176
+ "default.handlebars->27->1584"
28177
]
28178
},
28179
{
@@ -28189,7 +28190,7 @@
28190
"ru": "time, source, message",
28191
"zh-chs": "時間,來源,訊息",
28192
"xloc": [
28192
- "default.handlebars->27->1604"
28193
+ "default.handlebars->27->1605"
28194
]
28195
},
28196
{
@@ -28220,7 +28221,7 @@
28221
"ru": "всего",
28222
"zh-chs": "總",
28223
"xloc": [
28223
- "default.handlebars->27->1571"
28224
+ "default.handlebars->27->1572"
28225
]
28226
},
28227
{
@@ -28286,8 +28287,8 @@
28287
"ru": "userlist.csv",
28288
"zh-chs": "userlist.csv",
28289
"xloc": [
28289
- "default.handlebars->27->1369",
28290
- "default.handlebars->27->1374"
28290
+ "default.handlebars->27->1370",
28291
+ "default.handlebars->27->1375"
28292
]
28293
},
28294
{
@@ -28304,8 +28305,8 @@
28305
"ru": "userlist.json",
28306
"zh-chs": "userlist.json",
28307
"xloc": [
28307
- "default.handlebars->27->1371",
28308
- "default.handlebars->27->1375"
28308
+ "default.handlebars->27->1372",
28309
+ "default.handlebars->27->1376"
28310
]
28311
},
28312
{
@@ -28321,7 +28322,7 @@
28322
"ru": "utc, время, тип, действие, пользователь, устройство, сообщение",
28323
"zh-chs": "utc,時間,類型,操作,用戶,設備,消息",
28324
"xloc": [
28324
- "default.handlebars->27->1329"
28325
+ "default.handlebars->27->1330"
28326
]
28327
},
28328
{
@@ -28422,7 +28423,7 @@
28423
"ru": "{0} активных сессий",
28424
"zh-chs": "{0}個活動會話",
28425
"xloc": [
28425
- "default.handlebars->27->1490"
28426
+ "default.handlebars->27->1491"
28427
]
28428
},
28429
{
@@ -28457,7 +28458,7 @@
28458
"zh-chs": "{0}個字節",
28459
"xloc": [
28460
"default-mobile.handlebars->9->81",
28460
- "default.handlebars->27->1304"
28461
+ "default.handlebars->27->1305"
28462
]
28463
},
28464
{
@@ -28508,7 +28509,7 @@
28509
"ru": "{0} групп",
28510
"zh-chs": "{0}個群組",
28511
"xloc": [
28511
- "default.handlebars->27->1472"
28512
+ "default.handlebars->27->1473"
28513
]
28514
},
28515
{
@@ -28639,7 +28640,7 @@
28640
"ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...",
28641
"zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...",
28642
"xloc": [
28642
- "default.handlebars->27->1339"
28643
+ "default.handlebars->27->1340"
28644
]
28645
},
28646
{
@@ -28771,7 +28772,7 @@
28772
"ru": "{0} сессий",
28773
"zh-chs": "{0}個會話",
28774
"xloc": [
28774
- "default.handlebars->27->1343"
28775
+ "default.handlebars->27->1344"
28776
]
28777
},
28778
{
views/default.handlebars
+3
-4
@@ -9732,10 +9732,9 @@
9732
if ((features & 0x200000) == 0) { Q('p4name').focus(); } else { Q('p4email').focus(); }
9733
}
9734
9735
- function showCreateNewAccountDialogValidate(x) {
9736
- var ve = true;
9735
+ function showCreateNewAccountDialogValidate() {
9736
+ var ve = validateEmail(Q('p4email').value);
9737
if (serverinfo.emailcheck) {
9738
- ve = validateEmail(Q('p4email').value);
9738
QE('p4verifiedEmail', ve);
9739
QE('p4invitationEmail', ve && Q('p4resetNextLogin').checked && Q('p4verifiedEmail').checked);
9740
if (ve == false) { Q('p4verifiedEmail').checked = false; }
@@ -9743,8 +9742,8 @@
9742
}
9743
QE('p4pass1', !Q('p4randomPassword').checked);
9744
QE('p4pass2', !Q('p4randomPassword').checked);
9745
+ if (ve == false) { QE('idx_dlgOkButton', false); return; }
9746
9747
- if ((x == null) && (Q('p4email').value.length > 0) && (ve == false)) { QE('idx_dlgOkButton', false); return; }
9747
var ok = true;
9748
if ((features & 0x200000) == 0) { ok &= (!Q('p4name') || ((Q('p4name').value.length > 0) && (Q('p4name').value.indexOf(' ') == -1))); } // Username is not email address
9749
if (Q('p4randomPassword').checked == false) { ok &= (Q('p4pass1').value.length > 0 && Q('p4pass1').value == Q('p4pass2').value && checkPasswordRequirements(Q('p4pass1').value, passRequirements)); }