fix usergroup links not being removed correctly #7198
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Aug 1, 2025 at 14:44 UTC
5c5bcb415211b2c25ab9db6eb98d671301181d34
5 files changed
+1539
-1478
db.js
+14
@@ -261,6 +261,20 @@ module.exports.CreateDB = function (parent, func) {
261
if (obj.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come.
262
parent.DispatchEvent(targets, obj, event);
263
}
264
+ } else if (i.startsWith('ugrp/')) {
265
+ var cusergroup = parent.userGroups[i];
266
+ if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) {
267
+ // Remove the user link & save the user
268
+ delete cusergroup.links[node._id];
269
+ if (Object.keys(cusergroup.links).length == 0) { delete cusergroup.links; }
270
+ obj.Set(cusergroup);
271
+
272
+ // Notify user change
273
+ var targets = ['*', 'server-users', cusergroup._id];
274
+ var event = { etype: 'ugrp', ugrpid: cusergroup._id, name: cusergroup.name, desc: cusergroup.desc, action: 'usergroupchange', links: cusergroup.links, msgid: 163, msgArgs: [node.name, cusergroup.name], msg: 'Removed device ' + node.name + ' from user group ' + cusergroup.name };
275
+ if (obj.changeStream) { event.noact = 1; } // If DB change stream is active, don't use this event to change the user. Another event will come.
276
+ parent.DispatchEvent(targets, obj, event);
277
+ }
278
}
279
}
280
}
meshuser.js
+15
@@ -2847,6 +2847,21 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
2847
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.
2848
parent.parent.DispatchEvent(targets, obj, event);
2849
}
2850
+ } else if (i.startsWith('ugrp/')) {
2851
+ var cusergroup = parent.userGroups[i];
2852
+ console.log(cusergroup);
2853
+ if ((cusergroup != null) && (cusergroup.links != null) && (cusergroup.links[node._id] != null)) {
2854
+ // Remove the user link & save the user
2855
+ delete cusergroup.links[node._id];
2856
+ if (Object.keys(cusergroup.links).length == 0) { delete cusergroup.links; }
2857
+ db.Set(cusergroup);
2858
+
2859
+ // Notify user change
2860
+ var targets = ['*', 'server-users', cusergroup._id];
2861
+ var event = { etype: 'ugrp', userid: user._id, username: user.name, ugrpid: cusergroup._id, name: cusergroup.name, desc: cusergroup.desc, action: 'usergroupchange', links: cusergroup.links, msgid: 163, msgArgs: [node.name, cusergroup.name], msg: 'Removed device ' + node.name + ' from user group ' + cusergroup.name };
2862
+ 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.
2863
+ parent.parent.DispatchEvent(targets, obj, event);
2864
+ }
2865
}
2866
}
2867
}
translate/translate.json
+1506
-1476
@@ -361,9 +361,9 @@
361
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
362
"xloc": [
363
"default.handlebars->47->2355",
364
- "default.handlebars->47->2938",
364
+ "default.handlebars->47->2939",
365
"default3.handlebars->35->2352",
366
- "default3.handlebars->35->2932"
366
+ "default3.handlebars->35->2933"
367
]
368
},
369
{
@@ -1105,13 +1105,13 @@
1105
"default.handlebars->47->1665",
1106
"default.handlebars->47->1667",
1107
"default.handlebars->47->2431",
1108
- "default.handlebars->47->2711",
1108
+ "default.handlebars->47->2712",
1109
"default3.handlebars->35->1020",
1110
"default3.handlebars->35->1648",
1111
"default3.handlebars->35->1650",
1112
"default3.handlebars->35->1652",
1113
"default3.handlebars->35->2428",
1114
- "default3.handlebars->35->2708"
1114
+ "default3.handlebars->35->2709"
1115
]
1116
},
1117
{
@@ -2052,10 +2052,10 @@
2052
"default-mobile.handlebars->11->714",
2053
"default.handlebars->47->1557",
2054
"default.handlebars->47->2497",
2055
- "default.handlebars->47->3182",
2055
+ "default.handlebars->47->3183",
2056
"default3.handlebars->35->1542",
2057
"default3.handlebars->35->2494",
2058
- "default3.handlebars->35->3170",
2058
+ "default3.handlebars->35->3171",
2059
"sharing-mobile.handlebars->11->79",
2060
"sharing.handlebars->11->50"
2061
]
@@ -2242,8 +2242,8 @@
2242
"zh-chs": "1个活跃时段",
2243
"zh-cht": "1個活躍時段",
2244
"xloc": [
2245
- "default.handlebars->47->3033",
2246
- "default3.handlebars->35->3027"
2245
+ "default.handlebars->47->3034",
2246
+ "default3.handlebars->35->3028"
2247
]
2248
},
2249
{
@@ -2402,8 +2402,8 @@
2402
"zh-chs": "1组",
2403
"zh-cht": "1群",
2404
"xloc": [
2405
- "default.handlebars->47->2988",
2406
- "default3.handlebars->35->2982"
2405
+ "default.handlebars->47->2989",
2406
+ "default3.handlebars->35->2983"
2407
]
2408
},
2409
{
@@ -2587,8 +2587,8 @@
2587
"zh-chs": "有1个用户没有显示,请使用搜索框查找用户...",
2588
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2589
"xloc": [
2590
- "default.handlebars->47->2743",
2591
- "default3.handlebars->35->2740"
2590
+ "default.handlebars->47->2744",
2591
+ "default3.handlebars->35->2741"
2592
]
2593
},
2594
{
@@ -2852,7 +2852,7 @@
2852
"default-mobile.handlebars->11->439",
2853
"default-mobile.handlebars->11->443",
2854
"default-mobile.handlebars->11->447",
2855
- "default.handlebars->47->2747",
2855
+ "default.handlebars->47->2748",
2856
"default.handlebars->47->459",
2857
"default.handlebars->47->462",
2858
"default.handlebars->47->466",
@@ -2860,7 +2860,7 @@
2860
"default.handlebars->47->474",
2861
"default.handlebars->47->478",
2862
"default.handlebars->47->482",
2863
- "default3.handlebars->35->2744",
2863
+ "default3.handlebars->35->2745",
2864
"default3.handlebars->35->456",
2865
"default3.handlebars->35->459",
2866
"default3.handlebars->35->463",
@@ -4013,8 +4013,8 @@
4013
"zh-chs": "第二个因素",
4014
"zh-cht": "第二個因素",
4015
"xloc": [
4016
- "default.handlebars->47->3221",
4017
- "default3.handlebars->35->3209"
4016
+ "default.handlebars->47->3222",
4017
+ "default3.handlebars->35->3210"
4018
]
4019
},
4020
{
@@ -4043,10 +4043,10 @@
4043
"zh-chs": "启用第二因素身份验证",
4044
"zh-cht": "啟用第二因素身份驗證",
4045
"xloc": [
4046
- "default.handlebars->47->2761",
4047
- "default.handlebars->47->3014",
4048
- "default3.handlebars->35->2758",
4049
- "default3.handlebars->35->3008"
4046
+ "default.handlebars->47->2762",
4047
+ "default.handlebars->47->3015",
4048
+ "default3.handlebars->35->2759",
4049
+ "default3.handlebars->35->3009"
4050
]
4051
},
4052
{
@@ -5516,8 +5516,8 @@
5516
"zh-chs": "操作系统",
5517
"zh-cht": "AMT操作系統",
5518
"xloc": [
5519
- "default.handlebars->47->3380",
5520
- "default3.handlebars->35->3368"
5519
+ "default.handlebars->47->3381",
5520
+ "default3.handlebars->35->3369"
5521
]
5522
},
5523
{
@@ -5545,10 +5545,10 @@
5545
"zh-chs": "AMT-Redir",
5546
"zh-cht": "AMT-Redir",
5547
"xloc": [
5548
- "default.handlebars->47->3231",
5549
- "default.handlebars->47->3284",
5550
- "default3.handlebars->35->3219",
5551
- "default3.handlebars->35->3272"
5548
+ "default.handlebars->47->3232",
5549
+ "default.handlebars->47->3285",
5550
+ "default3.handlebars->35->3220",
5551
+ "default3.handlebars->35->3273"
5552
]
5553
},
5554
{
@@ -5576,10 +5576,10 @@
5576
"zh-chs": "AMT-WSMAN",
5577
"zh-cht": "AMT-WSMAN",
5578
"xloc": [
5579
- "default.handlebars->47->3230",
5580
- "default.handlebars->47->3283",
5581
- "default3.handlebars->35->3218",
5582
- "default3.handlebars->35->3271"
5579
+ "default.handlebars->47->3231",
5580
+ "default.handlebars->47->3284",
5581
+ "default3.handlebars->35->3219",
5582
+ "default3.handlebars->35->3272"
5583
]
5584
},
5585
{
@@ -5937,8 +5937,8 @@
5937
"zh-chs": "访问服务器档案",
5938
"zh-cht": "存取伺服器檔案",
5939
"xloc": [
5940
- "default.handlebars->47->2944",
5941
- "default3.handlebars->35->2938"
5940
+ "default.handlebars->47->2945",
5941
+ "default3.handlebars->35->2939"
5942
]
5943
},
5944
{
@@ -6067,14 +6067,14 @@
6067
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
6068
"default.handlebars->47->2110",
6069
"default.handlebars->47->2112",
6070
- "default.handlebars->47->3435",
6070
+ "default.handlebars->47->3436",
6071
"default.handlebars->47->740",
6072
"default.handlebars->47->891",
6073
"default.handlebars->47->893",
6074
"default3.handlebars->35->2112",
6075
"default3.handlebars->35->2113",
6076
- "default3.handlebars->35->3421",
6077
- "default3.handlebars->35->3423",
6076
+ "default3.handlebars->35->3422",
6077
+ "default3.handlebars->35->3424",
6078
"default3.handlebars->35->737",
6079
"default3.handlebars->35->888",
6080
"default3.handlebars->35->890"
@@ -6107,8 +6107,8 @@
6107
"zh-cht": "帳號設定",
6108
"xloc": [
6109
"default-mobile.handlebars->11->1033",
6110
- "default.handlebars->47->3304",
6111
- "default3.handlebars->35->3292"
6110
+ "default.handlebars->47->3305",
6111
+ "default3.handlebars->35->3293"
6112
]
6113
},
6114
{
@@ -6335,11 +6335,11 @@
6335
"xloc": [
6336
"default-mobile.handlebars->11->69",
6337
"default.handlebars->47->221",
6338
- "default.handlebars->47->2763",
6339
- "default.handlebars->47->2941",
6338
+ "default.handlebars->47->2764",
6339
+ "default.handlebars->47->2942",
6340
"default3.handlebars->35->220",
6341
- "default3.handlebars->35->2760",
6342
- "default3.handlebars->35->2935"
6341
+ "default3.handlebars->35->2761",
6342
+ "default3.handlebars->35->2936"
6343
]
6344
},
6345
{
@@ -6369,8 +6369,8 @@
6369
"zh-cht": "達到帳戶限制。",
6370
"xloc": [
6371
"default-mobile.handlebars->11->1045",
6372
- "default.handlebars->47->3316",
6373
- "default3.handlebars->35->3304",
6372
+ "default.handlebars->47->3317",
6373
+ "default3.handlebars->35->3305",
6374
"login-mobile.handlebars->5->6",
6375
"login.handlebars->5->8",
6376
"login2.handlebars->7->206"
@@ -6478,8 +6478,8 @@
6478
"pl": "Zapisy logowania tokenami użytkownika",
6479
"uk": "Записи токенів входу до акаунту",
6480
"xloc": [
6481
- "default.handlebars->47->3273",
6482
- "default3.handlebars->35->3261"
6481
+ "default.handlebars->47->3274",
6482
+ "default3.handlebars->35->3262"
6483
]
6484
},
6485
{
@@ -7244,12 +7244,12 @@
7244
"zh-cht": "新增裝置",
7245
"xloc": [
7246
"default.handlebars->47->2247",
7247
- "default.handlebars->47->2916",
7248
- "default.handlebars->47->3111",
7247
+ "default.handlebars->47->2917",
7248
+ "default.handlebars->47->3112",
7249
"default.handlebars->47->505",
7250
"default3.handlebars->35->2243",
7251
- "default3.handlebars->35->2910",
7252
- "default3.handlebars->35->3099",
7251
+ "default3.handlebars->35->2911",
7252
+ "default3.handlebars->35->3100",
7253
"default3.handlebars->35->502"
7254
]
7255
},
@@ -7310,12 +7310,12 @@
7310
"zh-cht": "新增裝置群",
7311
"xloc": [
7312
"default.handlebars->47->2392",
7313
- "default.handlebars->47->2910",
7314
- "default.handlebars->47->3099",
7313
+ "default.handlebars->47->2911",
7314
+ "default.handlebars->47->3100",
7315
"default.handlebars->47->401",
7316
"default3.handlebars->35->2389",
7317
- "default3.handlebars->35->2904",
7318
- "default3.handlebars->35->3087",
7317
+ "default3.handlebars->35->2905",
7318
+ "default3.handlebars->35->3088",
7319
"default3.handlebars->35->398"
7320
]
7321
},
@@ -7549,8 +7549,8 @@
7549
"zh-chs": "添加成员身份",
7550
"zh-cht": "新增成員身份",
7551
"xloc": [
7552
- "default.handlebars->47->3131",
7553
- "default3.handlebars->35->3119"
7552
+ "default.handlebars->47->3132",
7553
+ "default3.handlebars->35->3120"
7554
]
7555
},
7556
{
@@ -7739,11 +7739,11 @@
7739
"default.handlebars->47->1093",
7740
"default.handlebars->47->2237",
7741
"default.handlebars->47->2391",
7742
- "default.handlebars->47->3105",
7742
+ "default.handlebars->47->3106",
7743
"default3.handlebars->35->1090",
7744
"default3.handlebars->35->2233",
7745
"default3.handlebars->35->2388",
7746
- "default3.handlebars->35->3093"
7746
+ "default3.handlebars->35->3094"
7747
]
7748
},
7749
{
@@ -7858,9 +7858,9 @@
7858
"zh-cht": "新增用戶",
7859
"xloc": [
7860
"default.handlebars->47->2236",
7861
- "default.handlebars->47->2905",
7861
+ "default.handlebars->47->2906",
7862
"default3.handlebars->35->2232",
7863
- "default3.handlebars->35->2899"
7863
+ "default3.handlebars->35->2900"
7864
]
7865
},
7866
{
@@ -7919,8 +7919,8 @@
7919
"zh-chs": "将用户添加到用户组",
7920
"zh-cht": "將用戶新增到用戶群",
7921
"xloc": [
7922
- "default.handlebars->47->2940",
7923
- "default3.handlebars->35->2934"
7922
+ "default.handlebars->47->2941",
7923
+ "default3.handlebars->35->2935"
7924
]
7925
},
7926
{
@@ -8734,15 +8734,15 @@
8734
"zh-chs": "管理员PowerShell",
8735
"zh-cht": "管理員PowerShell",
8736
"xloc": [
8737
- "default.handlebars->47->3151",
8738
- "default.handlebars->47->3161",
8739
- "default.handlebars->47->3227",
8740
- "default.handlebars->47->3280",
8737
+ "default.handlebars->47->3152",
8738
+ "default.handlebars->47->3162",
8739
+ "default.handlebars->47->3228",
8740
+ "default.handlebars->47->3281",
8741
"default.handlebars->termShellContextMenu->3",
8742
- "default3.handlebars->35->3139",
8743
- "default3.handlebars->35->3149",
8744
- "default3.handlebars->35->3215",
8745
- "default3.handlebars->35->3268",
8742
+ "default3.handlebars->35->3140",
8743
+ "default3.handlebars->35->3150",
8744
+ "default3.handlebars->35->3216",
8745
+ "default3.handlebars->35->3269",
8746
"default3.handlebars->container->column_l->p12->termTable->1->1->0->1->1->connectbutton2span->5->3->0",
8747
"player.handlebars->3->29",
8748
"xterm.handlebars->termShellContextMenu->cxtermps"
@@ -8774,8 +8774,8 @@
8774
"zh-chs": "管理领域",
8775
"zh-cht": "管理領域",
8776
"xloc": [
8777
- "default.handlebars->47->2992",
8778
- "default3.handlebars->35->2986"
8777
+ "default.handlebars->47->2993",
8778
+ "default3.handlebars->35->2987"
8779
]
8780
},
8781
{
@@ -8835,8 +8835,8 @@
8835
"zh-chs": "管理领域",
8836
"zh-cht": "管理領域",
8837
"xloc": [
8838
- "default.handlebars->47->2837",
8839
- "default3.handlebars->35->2831"
8838
+ "default.handlebars->47->2838",
8839
+ "default3.handlebars->35->2832"
8840
]
8841
},
8842
{
@@ -8865,8 +8865,8 @@
8865
"zh-chs": "管理员",
8866
"zh-cht": "管理員",
8867
"xloc": [
8868
- "default.handlebars->47->2755",
8869
- "default3.handlebars->35->2752"
8868
+ "default.handlebars->47->2756",
8869
+ "default3.handlebars->35->2753"
8870
]
8871
},
8872
{
@@ -8933,14 +8933,14 @@
8933
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8934
"default.handlebars->47->2472",
8935
"default.handlebars->47->2485",
8936
- "default.handlebars->47->3378",
8936
+ "default.handlebars->47->3379",
8937
"default.handlebars->47->421",
8938
"default.handlebars->47->728",
8939
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8940
"default.handlebars->container->dialog->dialogBody->dialog7->1->td7meshkvm",
8941
"default3.handlebars->35->2469",
8942
"default3.handlebars->35->2482",
8943
- "default3.handlebars->35->3366",
8943
+ "default3.handlebars->35->3367",
8944
"default3.handlebars->35->418",
8945
"default3.handlebars->35->725",
8946
"default3.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -9070,8 +9070,8 @@
9070
"zh-chs": "代理错误计数器",
9071
"zh-cht": "代理錯誤計數器",
9072
"xloc": [
9073
- "default.handlebars->47->3346",
9074
- "default3.handlebars->35->3334"
9073
+ "default.handlebars->47->3347",
9074
+ "default3.handlebars->35->3335"
9075
]
9076
},
9077
{
@@ -9323,8 +9323,8 @@
9323
"zh-chs": "代理会话",
9324
"zh-cht": "代理時段",
9325
"xloc": [
9326
- "default.handlebars->47->3363",
9327
- "default3.handlebars->35->3351"
9326
+ "default.handlebars->47->3364",
9327
+ "default3.handlebars->35->3352"
9328
]
9329
},
9330
{
@@ -10013,10 +10013,10 @@
10013
"zh-cht": "代理",
10014
"xloc": [
10015
"default.handlebars->47->2440",
10016
- "default.handlebars->47->3391",
10016
+ "default.handlebars->47->3392",
10017
"default.handlebars->47->588",
10018
"default3.handlebars->35->2437",
10019
- "default3.handlebars->35->3379",
10019
+ "default3.handlebars->35->3380",
10020
"default3.handlebars->35->585"
10021
]
10022
},
@@ -10094,9 +10094,9 @@
10094
"default-mobile.handlebars->11->369",
10095
"default-mobile.handlebars->11->715",
10096
"default-mobile.handlebars->11->717",
10097
- "default.handlebars->47->3195",
10097
+ "default.handlebars->47->3196",
10098
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1",
10099
- "default3.handlebars->35->3183",
10099
+ "default3.handlebars->35->3184",
10100
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar->DevFilterSelect->1",
10101
"sharing-mobile.handlebars->11->80",
10102
"sharing-mobile.handlebars->11->82"
@@ -10128,8 +10128,8 @@
10128
"zh-chs": "全部可用",
10129
"zh-cht": "全部可用",
10130
"xloc": [
10131
- "default.handlebars->47->2717",
10132
- "default3.handlebars->35->2714"
10131
+ "default.handlebars->47->2718",
10132
+ "default3.handlebars->35->2715"
10133
]
10134
},
10135
{
@@ -10220,8 +10220,8 @@
10220
"zh-chs": "所有事件",
10221
"zh-cht": "所有事件",
10222
"xloc": [
10223
- "default.handlebars->47->2715",
10224
- "default3.handlebars->35->2712"
10223
+ "default.handlebars->47->2716",
10224
+ "default3.handlebars->35->2713"
10225
]
10226
},
10227
{
@@ -10362,9 +10362,9 @@
10362
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
10363
"xloc": [
10364
"default.handlebars->47->2353",
10365
- "default.handlebars->47->2937",
10365
+ "default.handlebars->47->2938",
10366
"default3.handlebars->35->2350",
10367
- "default3.handlebars->35->2931"
10367
+ "default3.handlebars->35->2932"
10368
]
10369
},
10370
{
@@ -10737,12 +10737,12 @@
10737
"zh-cht": "一直通知",
10738
"xloc": [
10739
"default.handlebars->47->2213",
10740
- "default.handlebars->47->2896",
10741
- "default.handlebars->47->3001",
10740
+ "default.handlebars->47->2897",
10741
+ "default.handlebars->47->3002",
10742
"default.handlebars->47->987",
10743
"default3.handlebars->35->2209",
10744
- "default3.handlebars->35->2890",
10745
- "default3.handlebars->35->2995",
10744
+ "default3.handlebars->35->2891",
10745
+ "default3.handlebars->35->2996",
10746
"default3.handlebars->35->984"
10747
]
10748
},
@@ -10773,12 +10773,12 @@
10773
"zh-cht": "一直提示",
10774
"xloc": [
10775
"default.handlebars->47->2214",
10776
- "default.handlebars->47->2897",
10777
- "default.handlebars->47->3002",
10776
+ "default.handlebars->47->2898",
10777
+ "default.handlebars->47->3003",
10778
"default.handlebars->47->988",
10779
"default3.handlebars->35->2210",
10780
- "default3.handlebars->35->2891",
10781
- "default3.handlebars->35->2996",
10780
+ "default3.handlebars->35->2892",
10781
+ "default3.handlebars->35->2997",
10782
"default3.handlebars->35->985"
10783
]
10784
},
@@ -10886,8 +10886,8 @@
10886
"pl": "Wystąpił nieznany błąd.",
10887
"uk": "Сталася невідома помилка.",
10888
"xloc": [
10889
- "default.handlebars->47->3140",
10890
- "default3.handlebars->35->3128"
10889
+ "default.handlebars->47->3141",
10890
+ "default3.handlebars->35->3129"
10891
]
10892
},
10893
{
@@ -12343,8 +12343,8 @@
12343
"zh-chs": "您确定要{0}插件吗:{1}",
12344
"zh-cht": "你確定要{0}外掛嗎:{1}",
12345
"xloc": [
12346
- "default.handlebars->47->3444",
12347
- "default3.handlebars->35->3432"
12346
+ "default.handlebars->47->3445",
12347
+ "default3.handlebars->35->3433"
12348
]
12349
},
12350
{
@@ -12931,8 +12931,8 @@
12931
"zh-chs": "认证软件",
12932
"zh-cht": "認證軟體",
12933
"xloc": [
12934
- "default.handlebars->47->3005",
12935
- "default3.handlebars->35->2999"
12934
+ "default.handlebars->47->3006",
12935
+ "default3.handlebars->35->3000"
12936
]
12937
},
12938
{
@@ -13193,9 +13193,9 @@
13193
"zh-cht": "自動刪除",
13194
"xloc": [
13195
"default.handlebars->47->2196",
13196
- "default.handlebars->47->2708",
13196
+ "default.handlebars->47->2709",
13197
"default3.handlebars->35->2192",
13198
- "default3.handlebars->35->2705"
13198
+ "default3.handlebars->35->2706"
13199
]
13200
},
13201
{
@@ -13409,8 +13409,8 @@
13409
"zh-chs": "可用內存",
13410
"zh-cht": "可用內存",
13411
"xloc": [
13412
- "default.handlebars->47->3372",
13413
- "default3.handlebars->35->3360"
13412
+ "default.handlebars->47->3373",
13413
+ "default3.handlebars->35->3361"
13414
]
13415
},
13416
{
@@ -13823,10 +13823,10 @@
13823
"zh-chs": "备用码",
13824
"zh-cht": "備用碼",
13825
"xloc": [
13826
- "default.handlebars->47->3009",
13827
- "default.handlebars->47->3248",
13828
- "default3.handlebars->35->3003",
13829
- "default3.handlebars->35->3236"
13826
+ "default.handlebars->47->3010",
13827
+ "default.handlebars->47->3249",
13828
+ "default3.handlebars->35->3004",
13829
+ "default3.handlebars->35->3237"
13830
]
13831
},
13832
{
@@ -13916,8 +13916,8 @@
13916
"zh-chs": "错误的签名",
13917
"zh-cht": "錯誤的簽名",
13918
"xloc": [
13919
- "default.handlebars->47->3353",
13920
- "default3.handlebars->35->3341"
13919
+ "default.handlebars->47->3354",
13920
+ "default3.handlebars->35->3342"
13921
]
13922
},
13923
{
@@ -13946,8 +13946,8 @@
13946
"zh-chs": "错误的网络证书",
13947
"zh-cht": "錯誤的網絡憑證",
13948
"xloc": [
13949
- "default.handlebars->47->3352",
13950
- "default3.handlebars->35->3340"
13949
+ "default.handlebars->47->3353",
13950
+ "default3.handlebars->35->3341"
13951
]
13952
},
13953
{
@@ -14353,9 +14353,9 @@
14353
"zh-chs": "广播",
14354
"zh-cht": "廣播",
14355
"xloc": [
14356
- "default.handlebars->47->2903",
14356
+ "default.handlebars->47->2904",
14357
"default.handlebars->container->column_l->p4->3->1->0->3->1",
14358
- "default3.handlebars->35->2897",
14358
+ "default3.handlebars->35->2898",
14359
"default3.handlebars->container->column_l->p4->3->1->0->1->3"
14360
]
14361
},
@@ -14385,8 +14385,8 @@
14385
"zh-chs": "广播消息",
14386
"zh-cht": "廣播消息",
14387
"xloc": [
14388
- "default.handlebars->47->2819",
14389
- "default3.handlebars->35->2815"
14388
+ "default.handlebars->47->2820",
14389
+ "default3.handlebars->35->2816"
14390
]
14391
},
14392
{
@@ -14415,8 +14415,8 @@
14415
"zh-chs": "向所有连接的用户广播消息。",
14416
"zh-cht": "向所有連接的用戶廣播消息。",
14417
"xloc": [
14418
- "default.handlebars->47->2814",
14419
- "default3.handlebars->35->2810"
14418
+ "default.handlebars->47->2815",
14419
+ "default3.handlebars->35->2811"
14420
]
14421
},
14422
{
@@ -14445,8 +14445,8 @@
14445
"zh-chs": "浏览器",
14446
"zh-cht": "瀏覽器",
14447
"xloc": [
14448
- "default.handlebars->47->3219",
14449
- "default3.handlebars->35->3207"
14448
+ "default.handlebars->47->3220",
14449
+ "default3.handlebars->35->3208"
14450
]
14451
},
14452
{
@@ -14673,8 +14673,8 @@
14673
"zh-chs": "字节输入",
14674
"zh-cht": "字節輸入",
14675
"xloc": [
14676
- "default.handlebars->47->3215",
14677
- "default3.handlebars->35->3203"
14676
+ "default.handlebars->47->3216",
14677
+ "default3.handlebars->35->3204"
14678
]
14679
},
14680
{
@@ -14703,8 +14703,8 @@
14703
"zh-chs": "字节输出",
14704
"zh-cht": "字節輸出",
14705
"xloc": [
14706
- "default.handlebars->47->3216",
14707
- "default3.handlebars->35->3204"
14706
+ "default.handlebars->47->3217",
14707
+ "default3.handlebars->35->3205"
14708
]
14709
},
14710
{
@@ -14860,10 +14860,10 @@
14860
"zh-cht": "CIRA",
14861
"xloc": [
14862
"default-mobile.handlebars->11->478",
14863
- "default.handlebars->47->3379",
14863
+ "default.handlebars->47->3380",
14864
"default.handlebars->47->423",
14865
"default.handlebars->47->730",
14866
- "default3.handlebars->35->3367",
14866
+ "default3.handlebars->35->3368",
14867
"default3.handlebars->35->420",
14868
"default3.handlebars->35->727"
14869
]
@@ -14894,8 +14894,8 @@
14894
"zh-chs": "CIRA服务器",
14895
"zh-cht": "CIRA伺服器",
14896
"xloc": [
14897
- "default.handlebars->47->3428",
14898
- "default3.handlebars->35->3416"
14897
+ "default.handlebars->47->3429",
14898
+ "default3.handlebars->35->3417"
14899
]
14900
},
14901
{
@@ -14924,8 +14924,8 @@
14924
"zh-chs": "CIRA服务器命令",
14925
"zh-cht": "CIRA伺服器指令",
14926
"xloc": [
14927
- "default.handlebars->47->3429",
14928
- "default3.handlebars->35->3417"
14927
+ "default.handlebars->47->3430",
14928
+ "default3.handlebars->35->3418"
14929
]
14930
},
14931
{
@@ -15017,11 +15017,11 @@
15017
"default-mobile.handlebars->11->849",
15018
"default.handlebars->47->1614",
15019
"default.handlebars->47->1698",
15020
- "default.handlebars->47->3404",
15020
+ "default.handlebars->47->3405",
15021
"default.handlebars->container->column_l->p40->3->1->p40type->5",
15022
"default3.handlebars->35->1599",
15023
"default3.handlebars->35->1681",
15024
- "default3.handlebars->35->3392",
15024
+ "default3.handlebars->35->3393",
15025
"default3.handlebars->container->column_l->p40->3->3->p40type->5"
15026
]
15027
},
@@ -15051,8 +15051,8 @@
15051
"zh-chs": "CPU负载",
15052
"zh-cht": "CPU負載",
15053
"xloc": [
15054
- "default.handlebars->47->3368",
15055
- "default3.handlebars->35->3356"
15054
+ "default.handlebars->47->3369",
15055
+ "default3.handlebars->35->3357"
15056
]
15057
},
15058
{
@@ -15081,8 +15081,8 @@
15081
"zh-chs": "最近15分钟的CPU负载",
15082
"zh-cht": "最近15分鐘的CPU負載",
15083
"xloc": [
15084
- "default.handlebars->47->3371",
15085
- "default3.handlebars->35->3359"
15084
+ "default.handlebars->47->3372",
15085
+ "default3.handlebars->35->3360"
15086
]
15087
},
15088
{
@@ -15111,8 +15111,8 @@
15111
"zh-chs": "最近5分钟的CPU负载",
15112
"zh-cht": "最近5分鐘的CPU負載",
15113
"xloc": [
15114
- "default.handlebars->47->3370",
15115
- "default3.handlebars->35->3358"
15114
+ "default.handlebars->47->3371",
15115
+ "default3.handlebars->35->3359"
15116
]
15117
},
15118
{
@@ -15141,8 +15141,8 @@
15141
"zh-chs": "最近一分钟的CPU负载",
15142
"zh-cht": "最近一分鐘的CPU負載",
15143
"xloc": [
15144
- "default.handlebars->47->3369",
15145
- "default3.handlebars->35->3357"
15144
+ "default.handlebars->47->3370",
15145
+ "default3.handlebars->35->3358"
15146
]
15147
},
15148
{
@@ -15208,8 +15208,8 @@
15208
"zh-chs": "CSV",
15209
"zh-cht": "CSV",
15210
"xloc": [
15211
- "default.handlebars->47->2725",
15212
- "default3.handlebars->35->2722"
15211
+ "default.handlebars->47->2726",
15212
+ "default3.handlebars->35->2723"
15213
]
15214
},
15215
{
@@ -15238,11 +15238,11 @@
15238
"zh-chs": "CSV格式",
15239
"zh-cht": "CSV格式",
15240
"xloc": [
15241
- "default.handlebars->47->2729",
15242
- "default.handlebars->47->2806",
15241
+ "default.handlebars->47->2730",
15242
+ "default.handlebars->47->2807",
15243
"default.handlebars->47->803",
15244
- "default3.handlebars->35->2726",
15245
- "default3.handlebars->35->2802",
15244
+ "default3.handlebars->35->2727",
15245
+ "default3.handlebars->35->2803",
15246
"default3.handlebars->35->800"
15247
]
15248
},
@@ -15252,8 +15252,8 @@
15252
"nl": "Het CSV bestandsformaat is als volgt:",
15253
"uk": "Формат файлу CSV нижче:",
15254
"xloc": [
15255
- "default.handlebars->47->2792",
15256
- "default3.handlebars->35->2788"
15255
+ "default.handlebars->47->2793",
15256
+ "default3.handlebars->35->2789"
15257
]
15258
},
15259
{
@@ -15308,8 +15308,8 @@
15308
"zh-chs": "呼叫错误",
15309
"zh-cht": "呼叫錯誤",
15310
"xloc": [
15311
- "default.handlebars->47->3445",
15312
- "default3.handlebars->35->3433"
15311
+ "default.handlebars->47->3446",
15312
+ "default3.handlebars->35->3434"
15313
]
15314
},
15315
{
@@ -15323,9 +15323,9 @@
15323
"uk": "CallMeBot",
15324
"xloc": [
15325
"default.handlebars->47->1807",
15326
- "default.handlebars->47->3044",
15326
+ "default.handlebars->47->3045",
15327
"default3.handlebars->35->1789",
15328
- "default3.handlebars->35->3038"
15328
+ "default3.handlebars->35->3039"
15329
]
15330
},
15331
{
@@ -15388,7 +15388,7 @@
15388
"default-mobile.handlebars->11->331",
15389
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
15390
"default.handlebars->47->2163",
15391
- "default.handlebars->47->3434",
15391
+ "default.handlebars->47->3435",
15392
"default.handlebars->47->548",
15393
"default.handlebars->container->dialog->idx_dlgButtonBar",
15394
"default3.handlebars->35->545",
@@ -15808,8 +15808,8 @@
15808
"zh-chs": "更改{0}的邮箱",
15809
"zh-cht": "更改{0}的電郵",
15810
"xloc": [
15811
- "default.handlebars->47->3086",
15812
- "default3.handlebars->35->3078"
15811
+ "default.handlebars->47->3087",
15812
+ "default3.handlebars->35->3079"
15813
]
15814
},
15815
{
@@ -15889,9 +15889,9 @@
15889
"xloc": [
15890
"default-mobile.handlebars->11->339",
15891
"default.handlebars->47->2107",
15892
- "default.handlebars->47->3030",
15892
+ "default.handlebars->47->3031",
15893
"default3.handlebars->35->2083",
15894
- "default3.handlebars->35->3024"
15894
+ "default3.handlebars->35->3025"
15895
]
15896
},
15897
{
@@ -15920,8 +15920,8 @@
15920
"zh-chs": "更改{0}的密码",
15921
"zh-cht": "更改{0}的密碼",
15922
"xloc": [
15923
- "default.handlebars->47->3095",
15924
- "default3.handlebars->35->3083"
15923
+ "default.handlebars->47->3096",
15924
+ "default3.handlebars->35->3084"
15925
]
15926
},
15927
{
@@ -15950,8 +15950,8 @@
15950
"zh-chs": "更改{0}的真实名称",
15951
"zh-cht": "更改{0}的真實名稱",
15952
"xloc": [
15953
- "default.handlebars->47->3081",
15954
- "default3.handlebars->35->3074"
15953
+ "default.handlebars->47->3082",
15954
+ "default3.handlebars->35->3075"
15955
]
15956
},
15957
{
@@ -16128,8 +16128,8 @@
16128
"zh-chs": "更改该用户的密码",
16129
"zh-cht": "更改該用戶的密碼",
16130
"xloc": [
16131
- "default.handlebars->47->3029",
16132
- "default3.handlebars->35->3023"
16131
+ "default.handlebars->47->3030",
16132
+ "default3.handlebars->35->3024"
16133
]
16134
},
16135
{
@@ -16462,15 +16462,15 @@
16462
"default.handlebars->47->1034",
16463
"default.handlebars->47->1153",
16464
"default.handlebars->47->1178",
16465
- "default.handlebars->47->2746",
16466
- "default.handlebars->47->3025",
16465
+ "default.handlebars->47->2747",
16466
"default.handlebars->47->3026",
16467
+ "default.handlebars->47->3027",
16468
"default3.handlebars->35->1031",
16469
"default3.handlebars->35->1148",
16470
"default3.handlebars->35->1173",
16471
- "default3.handlebars->35->2743",
16472
- "default3.handlebars->35->3019",
16473
- "default3.handlebars->35->3020"
16471
+ "default3.handlebars->35->2744",
16472
+ "default3.handlebars->35->3020",
16473
+ "default3.handlebars->35->3021"
16474
]
16475
},
16476
{
@@ -16534,8 +16534,8 @@
16534
"zh-cht": "聊天請求,點擊這裡接受。",
16535
"xloc": [
16536
"default-mobile.handlebars->11->1046",
16537
- "default.handlebars->47->3317",
16538
- "default3.handlebars->35->3305"
16537
+ "default.handlebars->47->3318",
16538
+ "default3.handlebars->35->3306"
16539
]
16540
},
16541
{
@@ -16761,9 +16761,9 @@
16761
"zh-cht": "檢查...",
16762
"xloc": [
16763
"default.handlebars->47->1858",
16764
- "default.handlebars->47->3439",
16764
+ "default.handlebars->47->3440",
16765
"default3.handlebars->35->1839",
16766
- "default3.handlebars->35->3427"
16766
+ "default3.handlebars->35->3428"
16767
]
16768
},
16769
{
@@ -17323,8 +17323,8 @@
17323
"zh-cht": "全部清除",
17324
"xloc": [
17325
"default-mobile.handlebars->11->1029",
17326
- "default.handlebars->47->3300",
17327
- "default3.handlebars->35->3288"
17326
+ "default.handlebars->47->3301",
17327
+ "default3.handlebars->35->3289"
17328
]
17329
},
17330
{
@@ -17447,8 +17447,8 @@
17447
"zh-cht": "清除此通知",
17448
"xloc": [
17449
"default-mobile.handlebars->11->1028",
17450
- "default.handlebars->47->3299",
17451
- "default3.handlebars->35->3287"
17450
+ "default.handlebars->47->3300",
17451
+ "default3.handlebars->35->3288"
17452
]
17453
},
17454
{
@@ -17626,8 +17626,8 @@
17626
"zh-chs": "单击此处编辑用户组名称",
17627
"zh-cht": "單擊此處編輯用戶群名稱",
17628
"xloc": [
17629
- "default.handlebars->47->2876",
17630
- "default3.handlebars->35->2870"
17629
+ "default.handlebars->47->2877",
17630
+ "default3.handlebars->35->2871"
17631
]
17632
},
17633
{
@@ -18046,7 +18046,7 @@
18046
"default.handlebars->47->1562",
18047
"default.handlebars->47->241",
18048
"default.handlebars->47->250",
18049
- "default.handlebars->47->3433",
18049
+ "default.handlebars->47->3434",
18050
"default3.handlebars->35->1478",
18051
"default3.handlebars->35->1547",
18052
"sharing.handlebars->11->52"
@@ -18410,10 +18410,10 @@
18410
"zh-chs": "通用设备组",
18411
"zh-cht": "通用裝置群",
18412
"xloc": [
18413
- "default.handlebars->47->2911",
18414
- "default.handlebars->47->3100",
18415
- "default3.handlebars->35->2905",
18416
- "default3.handlebars->35->3088"
18413
+ "default.handlebars->47->2912",
18414
+ "default.handlebars->47->3101",
18415
+ "default3.handlebars->35->2906",
18416
+ "default3.handlebars->35->3089"
18417
]
18418
},
18419
{
@@ -18442,10 +18442,10 @@
18442
"zh-chs": "通用设备",
18443
"zh-cht": "通用裝置",
18444
"xloc": [
18445
- "default.handlebars->47->2917",
18446
- "default.handlebars->47->3112",
18447
- "default3.handlebars->35->2911",
18448
- "default3.handlebars->35->3100"
18445
+ "default.handlebars->47->2918",
18446
+ "default.handlebars->47->3113",
18447
+ "default3.handlebars->35->2912",
18448
+ "default3.handlebars->35->3101"
18449
]
18450
},
18451
{
@@ -18574,8 +18574,8 @@
18574
"pl": "Zapisy pliku konfiguracyjnego",
18575
"uk": "Записи файлу конфігурації",
18576
"xloc": [
18577
- "default.handlebars->47->3266",
18578
- "default3.handlebars->35->3254"
18577
+ "default.handlebars->47->3267",
18578
+ "default3.handlebars->35->3255"
18579
]
18580
},
18581
{
@@ -18609,18 +18609,18 @@
18609
"default.handlebars->47->1329",
18610
"default.handlebars->47->1338",
18611
"default.handlebars->47->2319",
18612
- "default.handlebars->47->2776",
18613
- "default.handlebars->47->2866",
18614
- "default.handlebars->47->2933",
18615
- "default.handlebars->47->3098",
18612
+ "default.handlebars->47->2777",
18613
+ "default.handlebars->47->2867",
18614
+ "default.handlebars->47->2934",
18615
+ "default.handlebars->47->3099",
18616
"default.handlebars->47->767",
18617
"default3.handlebars->35->1320",
18618
"default3.handlebars->35->1328",
18619
"default3.handlebars->35->2313",
18620
- "default3.handlebars->35->2773",
18621
- "default3.handlebars->35->2860",
18622
- "default3.handlebars->35->2927",
18623
- "default3.handlebars->35->3086",
18620
+ "default3.handlebars->35->2774",
18621
+ "default3.handlebars->35->2861",
18622
+ "default3.handlebars->35->2928",
18623
+ "default3.handlebars->35->3087",
18624
"default3.handlebars->35->764"
18625
]
18626
},
@@ -18654,7 +18654,7 @@
18654
"en": "Confirm Password",
18655
"nl": "Bevestig wachtwoord",
18656
"xloc": [
18657
- "default3.handlebars->35->2821"
18657
+ "default3.handlebars->35->2822"
18658
]
18659
},
18660
{
@@ -18777,8 +18777,8 @@
18777
"zh-chs": "确认删除选定的帐户?",
18778
"zh-cht": "確認刪除所選帳戶?",
18779
"xloc": [
18780
- "default.handlebars->47->2775",
18781
- "default3.handlebars->35->2772"
18780
+ "default.handlebars->47->2776",
18781
+ "default3.handlebars->35->2773"
18782
]
18783
},
18784
{
@@ -18833,8 +18833,8 @@
18833
"zh-chs": "确认删除选定的用户组?",
18834
"zh-cht": "確認刪除所選用戶群?",
18835
"xloc": [
18836
- "default.handlebars->47->2865",
18837
- "default3.handlebars->35->2859"
18836
+ "default.handlebars->47->2866",
18837
+ "default3.handlebars->35->2860"
18838
]
18839
},
18840
{
@@ -18863,8 +18863,8 @@
18863
"zh-chs": "确认删除用户{0}?",
18864
"zh-cht": "確認刪除用戶{0}?",
18865
"xloc": [
18866
- "default.handlebars->47->3097",
18867
- "default3.handlebars->35->3085"
18866
+ "default.handlebars->47->3098",
18867
+ "default3.handlebars->35->3086"
18868
]
18869
},
18870
{
@@ -18909,8 +18909,8 @@
18909
"zh-chs": "确认删除用户“ {0} ”的成员身份?",
18910
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
18911
"xloc": [
18912
- "default.handlebars->47->2936",
18913
- "default3.handlebars->35->2930"
18912
+ "default.handlebars->47->2937",
18913
+ "default3.handlebars->35->2931"
18914
]
18915
},
18916
{
@@ -18939,8 +18939,8 @@
18939
"zh-chs": "确认删除用户组“ {0} ”的成员身份?",
18940
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
18941
"xloc": [
18942
- "default.handlebars->47->3129",
18943
- "default3.handlebars->35->3117"
18942
+ "default.handlebars->47->3130",
18943
+ "default3.handlebars->35->3118"
18944
]
18945
},
18946
{
@@ -19093,10 +19093,10 @@
19093
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
19094
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
19095
"xloc": [
19096
- "default.handlebars->47->2926",
19097
- "default.handlebars->47->3120",
19098
- "default3.handlebars->35->2920",
19099
- "default3.handlebars->35->3108"
19096
+ "default.handlebars->47->2927",
19097
+ "default.handlebars->47->3121",
19098
+ "default3.handlebars->35->2921",
19099
+ "default3.handlebars->35->3109"
19100
]
19101
},
19102
{
@@ -19125,10 +19125,10 @@
19125
"zh-chs": "确认删除设备组“ {0} ”的访问权限?",
19126
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
19127
"xloc": [
19128
- "default.handlebars->47->2928",
19129
- "default.handlebars->47->3133",
19130
- "default3.handlebars->35->2922",
19131
- "default3.handlebars->35->3121"
19128
+ "default.handlebars->47->2929",
19129
+ "default.handlebars->47->3134",
19130
+ "default3.handlebars->35->2923",
19131
+ "default3.handlebars->35->3122"
19132
]
19133
},
19134
{
@@ -19157,8 +19157,8 @@
19157
"zh-chs": "确认删除用户“ {0} ”的访问权限?",
19158
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
19159
"xloc": [
19160
- "default.handlebars->47->3122",
19161
- "default3.handlebars->35->3110"
19160
+ "default.handlebars->47->3123",
19161
+ "default3.handlebars->35->3111"
19162
]
19163
},
19164
{
@@ -19187,8 +19187,8 @@
19187
"zh-chs": "确认删除用户组“ {0} ”的访问权限?",
19188
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
19189
"xloc": [
19190
- "default.handlebars->47->3125",
19191
- "default3.handlebars->35->3113"
19190
+ "default.handlebars->47->3126",
19191
+ "default3.handlebars->35->3114"
19192
]
19193
},
19194
{
@@ -19217,10 +19217,10 @@
19217
"zh-chs": "确认删除访问权限?",
19218
"zh-cht": "確認刪除訪問權限?",
19219
"xloc": [
19220
- "default.handlebars->47->3123",
19221
- "default.handlebars->47->3126",
19222
- "default3.handlebars->35->3111",
19223
- "default3.handlebars->35->3114"
19220
+ "default.handlebars->47->3124",
19221
+ "default.handlebars->47->3127",
19222
+ "default3.handlebars->35->3112",
19223
+ "default3.handlebars->35->3115"
19224
]
19225
},
19226
{
@@ -19306,8 +19306,8 @@
19306
"zh-chs": "确认删除设备共享“{0}”?",
19307
"zh-cht": "確認刪除設備共享“{0}”?",
19308
"xloc": [
19309
- "default.handlebars->47->3118",
19310
- "default3.handlebars->35->3106"
19309
+ "default.handlebars->47->3119",
19310
+ "default3.handlebars->35->3107"
19311
]
19312
},
19313
{
@@ -20040,8 +20040,8 @@
20040
"zh-chs": "已连接的英特尔®AMT",
20041
"zh-cht": "已連接的Intel® AMT",
20042
"xloc": [
20043
- "default.handlebars->47->3358",
20044
- "default3.handlebars->35->3346"
20043
+ "default.handlebars->47->3359",
20044
+ "default3.handlebars->35->3347"
20045
]
20046
},
20047
{
@@ -20070,8 +20070,8 @@
20070
"zh-chs": "已连接的英特尔®AMT CIRA",
20071
"zh-cht": "已連接的Intel® AMT CIRA",
20072
"xloc": [
20073
- "default.handlebars->47->3359",
20074
- "default3.handlebars->35->3347"
20073
+ "default.handlebars->47->3360",
20074
+ "default3.handlebars->35->3348"
20075
]
20076
},
20077
{
@@ -20100,8 +20100,8 @@
20100
"zh-chs": "已连接的用户",
20101
"zh-cht": "已连接的用户",
20102
"xloc": [
20103
- "default.handlebars->47->3364",
20104
- "default3.handlebars->35->3352"
20103
+ "default.handlebars->47->3365",
20104
+ "default3.handlebars->35->3353"
20105
]
20106
},
20107
{
@@ -20374,8 +20374,8 @@
20374
"zh-chs": "连接数量",
20375
"zh-cht": "連接數量",
20376
"xloc": [
20377
- "default.handlebars->47->3390",
20378
- "default3.handlebars->35->3378"
20377
+ "default.handlebars->47->3391",
20378
+ "default3.handlebars->35->3379"
20379
]
20380
},
20381
{
@@ -20445,8 +20445,8 @@
20445
"zh-chs": "连接转发器",
20446
"zh-cht": "連接轉發器",
20447
"xloc": [
20448
- "default.handlebars->47->3427",
20449
- "default3.handlebars->35->3415"
20448
+ "default.handlebars->47->3428",
20449
+ "default3.handlebars->35->3416"
20450
]
20451
},
20452
{
@@ -20571,8 +20571,8 @@
20571
"zh-chs": "同意",
20572
"zh-cht": "同意",
20573
"xloc": [
20574
- "default.handlebars->47->2707",
20575
- "default3.handlebars->35->2704"
20574
+ "default.handlebars->47->2708",
20575
+ "default3.handlebars->35->2705"
20576
]
20577
},
20578
{
@@ -20602,8 +20602,8 @@
20602
"zh-cht": "控制台",
20603
"xloc": [
20604
"default-mobile.handlebars->11->579",
20605
- "default.handlebars->47->1148",
20606
- "default.handlebars->47->1173",
20605
+ "default.handlebars->47->1140",
20606
+ "default.handlebars->47->1165",
20607
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
20608
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole",
20609
"default.handlebars->contextMenu->cxconsole",
@@ -20670,8 +20670,8 @@
20670
"zh-chs": "控制",
20671
"zh-cht": "控制",
20672
"xloc": [
20673
- "default.handlebars->47->1147",
20674
- "default.handlebars->47->1172",
20673
+ "default.handlebars->47->1148",
20674
+ "default.handlebars->47->1173",
20675
"default3.handlebars->35->1142",
20676
"default3.handlebars->35->1167",
20677
"messenger.handlebars->remoteImage->3->2"
@@ -20733,8 +20733,8 @@
20733
"zh-chs": "Cookie编码器",
20734
"zh-cht": "Cookie編碼器",
20735
"xloc": [
20736
- "default.handlebars->47->3410",
20737
- "default3.handlebars->35->3398"
20736
+ "default.handlebars->47->3411",
20737
+ "default3.handlebars->35->3399"
20738
]
20739
},
20740
{
@@ -21444,8 +21444,8 @@
21444
"zh-chs": "核心服务器",
21445
"zh-cht": "核心伺服器",
21446
"xloc": [
21447
- "default.handlebars->47->3409",
21448
- "default3.handlebars->35->3397"
21447
+ "default.handlebars->47->3410",
21448
+ "default3.handlebars->35->3398"
21449
]
21450
},
21451
{
@@ -21539,8 +21539,8 @@
21539
"zh-chs": "创建帐号",
21540
"zh-cht": "創建帳號",
21541
"xloc": [
21542
- "default.handlebars->47->2833",
21543
- "default3.handlebars->35->2829",
21542
+ "default.handlebars->47->2834",
21543
+ "default3.handlebars->35->2830",
21544
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
21545
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
21546
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -21659,8 +21659,8 @@
21659
"zh-chs": "创建用户组",
21660
"zh-cht": "創建用戶群",
21661
"xloc": [
21662
- "default.handlebars->47->2873",
21663
- "default3.handlebars->35->2867"
21662
+ "default.handlebars->47->2874",
21663
+ "default3.handlebars->35->2868"
21664
]
21665
},
21666
{
@@ -21922,8 +21922,8 @@
21922
"nl": "Maak meerdere accounts tegelijk aan door een JSON of een CSV bestand te importeren",
21923
"uk": "Створіть кілька акаунтів одночасно, імпортувавши файл JSON або CSV",
21924
"xloc": [
21925
- "default.handlebars->47->2790",
21926
- "default3.handlebars->35->2786"
21925
+ "default.handlebars->47->2791",
21926
+ "default3.handlebars->35->2787"
21927
]
21928
},
21929
{
@@ -22095,8 +22095,8 @@
22095
"zh-chs": "创建",
22096
"zh-cht": "創建",
22097
"xloc": [
22098
- "default.handlebars->47->2981",
22099
- "default3.handlebars->35->2975"
22098
+ "default.handlebars->47->2982",
22099
+ "default3.handlebars->35->2976"
22100
]
22101
},
22102
{
@@ -22598,8 +22598,8 @@
22598
"zh-cht": "當前密碼不正確。",
22599
"xloc": [
22600
"default-mobile.handlebars->11->1056",
22601
- "default.handlebars->47->3327",
22602
- "default3.handlebars->35->3315"
22601
+ "default.handlebars->47->3328",
22602
+ "default3.handlebars->35->3316"
22603
]
22604
},
22605
{
@@ -22925,8 +22925,8 @@
22925
"pl": "Zapisy Bazy Danych",
22926
"uk": "Записи Бази Даних",
22927
"xloc": [
22928
- "default.handlebars->47->3186",
22929
- "default3.handlebars->35->3174"
22928
+ "default.handlebars->47->3187",
22929
+ "default3.handlebars->35->3175"
22930
]
22931
},
22932
{
@@ -22988,11 +22988,11 @@
22988
"xloc": [
22989
"default-mobile.handlebars->11->621",
22990
"default.handlebars->47->1313",
22991
- "default.handlebars->47->3190",
22992
- "default.handlebars->47->3193",
22991
+ "default.handlebars->47->3191",
22992
+ "default.handlebars->47->3194",
22993
"default3.handlebars->35->1304",
22994
- "default3.handlebars->35->3178",
22995
- "default3.handlebars->35->3181"
22994
+ "default3.handlebars->35->3179",
22995
+ "default3.handlebars->35->3182"
22996
]
22997
},
22998
{
@@ -23140,15 +23140,15 @@
23140
"zh-chs": "默认",
23141
"zh-cht": "默認",
23142
"xloc": [
23143
- "default.handlebars->47->2820",
23144
- "default.handlebars->47->2869",
23145
- "default.handlebars->47->2880",
23146
- "default.handlebars->47->2954",
23143
+ "default.handlebars->47->2821",
23144
+ "default.handlebars->47->2870",
23145
+ "default.handlebars->47->2881",
23146
+ "default.handlebars->47->2955",
23147
"default3.handlebars->35->2084",
23148
- "default3.handlebars->35->2816",
23149
- "default3.handlebars->35->2863",
23150
- "default3.handlebars->35->2874",
23151
- "default3.handlebars->35->2948"
23148
+ "default3.handlebars->35->2817",
23149
+ "default3.handlebars->35->2864",
23150
+ "default3.handlebars->35->2875",
23151
+ "default3.handlebars->35->2949"
23152
]
23153
},
23154
{
@@ -23296,7 +23296,7 @@
23296
"zh-chs": "删除帐户",
23297
"zh-cht": "刪除帳戶",
23298
"xloc": [
23299
- "default.handlebars->47->2777"
23299
+ "default.handlebars->47->2778"
23300
]
23301
},
23302
{
@@ -23477,8 +23477,8 @@
23477
"zh-chs": "删除用户",
23478
"zh-cht": "刪除用戶",
23479
"xloc": [
23480
- "default.handlebars->47->3028",
23481
- "default3.handlebars->35->3022"
23480
+ "default.handlebars->47->3029",
23481
+ "default3.handlebars->35->3023"
23482
]
23483
},
23484
{
@@ -23507,10 +23507,10 @@
23507
"zh-chs": "删除用户群组",
23508
"zh-cht": "刪除用戶群組",
23509
"xloc": [
23510
- "default.handlebars->47->2922",
23511
- "default.handlebars->47->2934",
23512
- "default3.handlebars->35->2916",
23513
- "default3.handlebars->35->2928"
23510
+ "default.handlebars->47->2923",
23511
+ "default.handlebars->47->2935",
23512
+ "default3.handlebars->35->2917",
23513
+ "default3.handlebars->35->2929"
23514
]
23515
},
23516
{
@@ -23539,8 +23539,8 @@
23539
"zh-chs": "删除用户群组",
23540
"zh-cht": "刪除用戶群組",
23541
"xloc": [
23542
- "default.handlebars->47->2867",
23543
- "default3.handlebars->35->2861"
23542
+ "default.handlebars->47->2868",
23543
+ "default3.handlebars->35->2862"
23544
]
23545
},
23546
{
@@ -23569,8 +23569,8 @@
23569
"zh-chs": "删除用户{0}",
23570
"zh-cht": "刪除用戶{0}",
23571
"xloc": [
23572
- "default.handlebars->47->3096",
23573
- "default3.handlebars->35->3084"
23572
+ "default.handlebars->47->3097",
23573
+ "default3.handlebars->35->3085"
23574
]
23575
},
23576
{
@@ -23600,9 +23600,9 @@
23600
"zh-cht": "刪除帳戶",
23601
"xloc": [
23602
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->p2AccountPassActions->5->0",
23603
- "default.handlebars->47->2773",
23603
+ "default.handlebars->47->2774",
23604
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7",
23605
- "default3.handlebars->35->2770",
23605
+ "default3.handlebars->35->2771",
23606
"default3.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
23607
]
23608
},
@@ -23662,8 +23662,8 @@
23662
"zh-chs": "删除群组",
23663
"zh-cht": "刪除群組",
23664
"xloc": [
23665
- "default.handlebars->47->2863",
23666
- "default3.handlebars->35->2857"
23665
+ "default.handlebars->47->2864",
23666
+ "default3.handlebars->35->2858"
23667
]
23668
},
23669
{
@@ -23788,8 +23788,8 @@
23788
"zh-chs": "删除用户群组{0}?",
23789
"zh-cht": "刪除用戶群組{0}?",
23790
"xloc": [
23791
- "default.handlebars->47->2932",
23792
- "default3.handlebars->35->2926"
23791
+ "default.handlebars->47->2933",
23792
+ "default3.handlebars->35->2927"
23793
]
23794
},
23795
{
@@ -24146,11 +24146,11 @@
24146
"default.handlebars->47->2124",
24147
"default.handlebars->47->2186",
24148
"default.handlebars->47->2326",
24149
- "default.handlebars->47->2705",
24150
- "default.handlebars->47->2872",
24151
- "default.handlebars->47->2883",
24149
+ "default.handlebars->47->2706",
24150
+ "default.handlebars->47->2873",
24151
"default.handlebars->47->2884",
24153
- "default.handlebars->47->2930",
24152
+ "default.handlebars->47->2885",
24153
+ "default.handlebars->47->2931",
24154
"default.handlebars->47->910",
24155
"default.handlebars->47->911",
24156
"default.handlebars->container->column_l->p42->p42tbl->1->0->3",
@@ -24163,11 +24163,11 @@
24163
"default3.handlebars->35->2182",
24164
"default3.handlebars->35->2322",
24165
"default3.handlebars->35->2323",
24166
- "default3.handlebars->35->2702",
24167
- "default3.handlebars->35->2866",
24168
- "default3.handlebars->35->2877",
24166
+ "default3.handlebars->35->2703",
24167
+ "default3.handlebars->35->2867",
24168
"default3.handlebars->35->2878",
24170
- "default3.handlebars->35->2924",
24169
+ "default3.handlebars->35->2879",
24170
+ "default3.handlebars->35->2925",
24171
"default3.handlebars->35->907",
24172
"default3.handlebars->35->908",
24173
"default3.handlebars->container->column_l->p42->p42tbl->1->0->7"
@@ -24231,10 +24231,10 @@
24231
"default.handlebars->47->1502",
24232
"default.handlebars->47->2257",
24233
"default.handlebars->47->2332",
24234
- "default.handlebars->47->3159",
24235
- "default.handlebars->47->3225",
24236
- "default.handlebars->47->3278",
24237
- "default.handlebars->47->3384",
24234
+ "default.handlebars->47->3160",
24235
+ "default.handlebars->47->3226",
24236
+ "default.handlebars->47->3279",
24237
+ "default.handlebars->47->3385",
24238
"default.handlebars->47->875",
24239
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24240
"default.handlebars->contextMenu->cxdesktop",
@@ -24243,10 +24243,10 @@
24243
"default3.handlebars->35->1487",
24244
"default3.handlebars->35->2253",
24245
"default3.handlebars->35->2329",
24246
- "default3.handlebars->35->3147",
24247
- "default3.handlebars->35->3213",
24248
- "default3.handlebars->35->3266",
24249
- "default3.handlebars->35->3372",
24246
+ "default3.handlebars->35->3148",
24247
+ "default3.handlebars->35->3214",
24248
+ "default3.handlebars->35->3267",
24249
+ "default3.handlebars->35->3373",
24250
"default3.handlebars->35->872",
24251
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
24252
"default3.handlebars->contextMenu->cxdesktop",
@@ -24411,8 +24411,8 @@
24411
"zh-chs": "桌面复用",
24412
"zh-cht": "桌面多路復用",
24413
"xloc": [
24414
- "default.handlebars->47->3389",
24415
- "default3.handlebars->35->3377"
24414
+ "default.handlebars->47->3390",
24415
+ "default3.handlebars->35->3378"
24416
]
24417
},
24418
{
@@ -24442,12 +24442,12 @@
24442
"zh-cht": "桌面通知",
24443
"xloc": [
24444
"default.handlebars->47->2208",
24445
- "default.handlebars->47->2891",
24446
- "default.handlebars->47->2996",
24445
+ "default.handlebars->47->2892",
24446
+ "default.handlebars->47->2997",
24447
"default.handlebars->47->982",
24448
"default3.handlebars->35->2204",
24449
- "default3.handlebars->35->2885",
24450
- "default3.handlebars->35->2990",
24449
+ "default3.handlebars->35->2886",
24450
+ "default3.handlebars->35->2991",
24451
"default3.handlebars->35->979"
24452
]
24453
},
@@ -24478,12 +24478,12 @@
24478
"zh-cht": "桌面提示",
24479
"xloc": [
24480
"default.handlebars->47->2207",
24481
- "default.handlebars->47->2890",
24482
- "default.handlebars->47->2995",
24481
+ "default.handlebars->47->2891",
24482
+ "default.handlebars->47->2996",
24483
"default.handlebars->47->981",
24484
"default3.handlebars->35->2203",
24485
- "default3.handlebars->35->2884",
24486
- "default3.handlebars->35->2989",
24485
+ "default3.handlebars->35->2885",
24486
+ "default3.handlebars->35->2990",
24487
"default3.handlebars->35->978"
24488
]
24489
},
@@ -24514,12 +24514,12 @@
24514
"zh-cht": "桌面提示+工具欄",
24515
"xloc": [
24516
"default.handlebars->47->2205",
24517
- "default.handlebars->47->2888",
24518
- "default.handlebars->47->2993",
24517
+ "default.handlebars->47->2889",
24518
+ "default.handlebars->47->2994",
24519
"default.handlebars->47->979",
24520
"default3.handlebars->35->2201",
24521
- "default3.handlebars->35->2882",
24522
- "default3.handlebars->35->2987",
24521
+ "default3.handlebars->35->2883",
24522
+ "default3.handlebars->35->2988",
24523
"default3.handlebars->35->976"
24524
]
24525
},
@@ -24549,8 +24549,8 @@
24549
"zh-chs": "桌面会话",
24550
"zh-cht": "桌面會話",
24551
"xloc": [
24552
- "default.handlebars->47->3149",
24553
- "default3.handlebars->35->3137"
24552
+ "default.handlebars->47->3150",
24553
+ "default3.handlebars->35->3138"
24554
]
24555
},
24556
{
@@ -24667,12 +24667,12 @@
24667
"zh-cht": "桌面工具欄",
24668
"xloc": [
24669
"default.handlebars->47->2206",
24670
- "default.handlebars->47->2889",
24671
- "default.handlebars->47->2994",
24670
+ "default.handlebars->47->2890",
24671
+ "default.handlebars->47->2995",
24672
"default.handlebars->47->980",
24673
"default3.handlebars->35->2202",
24674
- "default3.handlebars->35->2883",
24675
- "default3.handlebars->35->2988",
24674
+ "default3.handlebars->35->2884",
24675
+ "default3.handlebars->35->2989",
24676
"default3.handlebars->35->977"
24677
]
24678
},
@@ -24702,8 +24702,8 @@
24702
"zh-chs": "仅桌面视图",
24703
"zh-cht": "僅桌面視圖",
24704
"xloc": [
24705
- "default.handlebars->47->2969",
24706
- "default3.handlebars->35->2963"
24705
+ "default.handlebars->47->2970",
24706
+ "default3.handlebars->35->2964"
24707
]
24708
},
24709
{
@@ -24930,17 +24930,17 @@
24930
"default.handlebars->47->1847",
24931
"default.handlebars->47->2362",
24932
"default.handlebars->47->295",
24933
- "default.handlebars->47->3115",
24934
- "default.handlebars->47->3189",
24935
- "default.handlebars->47->3209",
24933
+ "default.handlebars->47->3116",
24934
+ "default.handlebars->47->3190",
24935
+ "default.handlebars->47->3210",
24936
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5",
24937
"default3.handlebars->35->1623",
24938
"default3.handlebars->35->1828",
24939
"default3.handlebars->35->2359",
24940
"default3.handlebars->35->292",
24941
- "default3.handlebars->35->3103",
24942
- "default3.handlebars->35->3177",
24943
- "default3.handlebars->35->3197",
24941
+ "default3.handlebars->35->3104",
24942
+ "default3.handlebars->35->3178",
24943
+ "default3.handlebars->35->3198",
24944
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->5"
24945
]
24946
},
@@ -25157,25 +25157,25 @@
25157
"default.handlebars->47->2357",
25158
"default.handlebars->47->2360",
25159
"default.handlebars->47->2361",
25160
- "default.handlebars->47->2722",
25161
- "default.handlebars->47->2914",
25162
- "default.handlebars->47->2920",
25163
- "default.handlebars->47->3103",
25164
- "default.handlebars->47->3172",
25165
- "default.handlebars->47->3196",
25166
- "default.handlebars->47->3212",
25167
- "default.handlebars->47->3305",
25160
+ "default.handlebars->47->2723",
25161
+ "default.handlebars->47->2915",
25162
+ "default.handlebars->47->2921",
25163
+ "default.handlebars->47->3104",
25164
+ "default.handlebars->47->3173",
25165
+ "default.handlebars->47->3197",
25166
+ "default.handlebars->47->3213",
25167
+ "default.handlebars->47->3306",
25168
"default3.handlebars->35->2354",
25169
"default3.handlebars->35->2357",
25170
"default3.handlebars->35->2358",
25171
- "default3.handlebars->35->2719",
25172
- "default3.handlebars->35->2908",
25173
- "default3.handlebars->35->2914",
25174
- "default3.handlebars->35->3091",
25175
- "default3.handlebars->35->3160",
25176
- "default3.handlebars->35->3184",
25177
- "default3.handlebars->35->3200",
25178
- "default3.handlebars->35->3293"
25171
+ "default3.handlebars->35->2720",
25172
+ "default3.handlebars->35->2909",
25173
+ "default3.handlebars->35->2915",
25174
+ "default3.handlebars->35->3092",
25175
+ "default3.handlebars->35->3161",
25176
+ "default3.handlebars->35->3185",
25177
+ "default3.handlebars->35->3201",
25178
+ "default3.handlebars->35->3294"
25179
]
25180
},
25181
{
@@ -25236,17 +25236,17 @@
25236
"zh-cht": "裝置群",
25237
"xloc": [
25238
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
25239
- "default.handlebars->47->2738",
25240
- "default.handlebars->47->2857",
25241
- "default.handlebars->47->2901",
25242
- "default.handlebars->47->2990",
25243
- "default.handlebars->47->3362",
25239
+ "default.handlebars->47->2739",
25240
+ "default.handlebars->47->2858",
25241
+ "default.handlebars->47->2902",
25242
+ "default.handlebars->47->2991",
25243
+ "default.handlebars->47->3363",
25244
"default.handlebars->container->column_l->p2->p2info->9",
25245
- "default3.handlebars->35->2735",
25246
- "default3.handlebars->35->2851",
25247
- "default3.handlebars->35->2895",
25248
- "default3.handlebars->35->2984",
25249
- "default3.handlebars->35->3350",
25245
+ "default3.handlebars->35->2736",
25246
+ "default3.handlebars->35->2852",
25247
+ "default3.handlebars->35->2896",
25248
+ "default3.handlebars->35->2985",
25249
+ "default3.handlebars->35->3351",
25250
"default3.handlebars->container->column_l->p2->p2info->9"
25251
]
25252
},
@@ -25368,11 +25368,11 @@
25368
"xloc": [
25369
"default-mobile.handlebars->11->637",
25370
"default.handlebars->47->1381",
25371
- "default.handlebars->47->3171",
25371
+ "default.handlebars->47->3172",
25372
"default.handlebars->47->507",
25373
"default.handlebars->47->516",
25374
"default3.handlebars->35->1367",
25375
- "default3.handlebars->35->3159",
25375
+ "default3.handlebars->35->3160",
25376
"default3.handlebars->35->504",
25377
"default3.handlebars->35->513",
25378
"player.handlebars->3->25"
@@ -25475,8 +25475,8 @@
25475
"zh-chs": "设备推送",
25476
"zh-cht": "設備推送",
25477
"xloc": [
25478
- "default.handlebars->47->3010",
25479
- "default3.handlebars->35->3004"
25478
+ "default.handlebars->47->3011",
25479
+ "default3.handlebars->35->3005"
25480
]
25481
},
25482
{
@@ -25491,8 +25491,8 @@
25491
"pl": "Zapis Powiadomień Push Urządzenia",
25492
"uk": "Запис Push-Сповіщень Пристрою",
25493
"xloc": [
25494
- "default.handlebars->47->3275",
25495
- "default3.handlebars->35->3263"
25494
+ "default.handlebars->47->3276",
25495
+ "default3.handlebars->35->3264"
25496
]
25497
},
25498
{
@@ -25507,8 +25507,8 @@
25507
"pl": "Zapis SMBIOS urządzenia",
25508
"uk": "SMBIOS запис пристрою",
25509
"xloc": [
25510
- "default.handlebars->47->3274",
25511
- "default3.handlebars->35->3262"
25510
+ "default.handlebars->47->3275",
25511
+ "default3.handlebars->35->3263"
25512
]
25513
},
25514
{
@@ -25964,8 +25964,8 @@
25964
"pl": "Zapis grupy urządzeń",
25965
"uk": "Запис групи пристроїв",
25966
"xloc": [
25967
- "default.handlebars->47->3260",
25968
- "default3.handlebars->35->3248"
25967
+ "default.handlebars->47->3261",
25968
+ "default3.handlebars->35->3249"
25969
]
25970
},
25971
{
@@ -26070,8 +26070,8 @@
26070
"pl": "Zapisy informacji urządzenia",
26071
"uk": "Записи інформації про пристрій",
26072
"xloc": [
26073
- "default.handlebars->47->3262",
26074
- "default3.handlebars->35->3250"
26073
+ "default.handlebars->47->3263",
26074
+ "default3.handlebars->35->3251"
26075
]
26076
},
26077
{
@@ -26701,8 +26701,8 @@
26701
"pl": "Zapisy zmiany stanu zasilania",
26702
"uk": "Записи про зміни стану живлення",
26703
"xloc": [
26704
- "default.handlebars->47->3268",
26705
- "default3.handlebars->35->3256"
26704
+ "default.handlebars->47->3269",
26705
+ "default3.handlebars->35->3257"
26706
]
26707
},
26708
{
@@ -26717,8 +26717,8 @@
26717
"pl": "Zapis urządzenia",
26718
"uk": "Запис пристрою",
26719
"xloc": [
26720
- "default.handlebars->47->3259",
26721
- "default3.handlebars->35->3247"
26720
+ "default.handlebars->47->3260",
26721
+ "default3.handlebars->35->3248"
26722
]
26723
},
26724
{
@@ -26793,8 +26793,8 @@
26793
"pl": "Zapisy udostępniania urządzenia",
26794
"uk": "Записи поширеного пристрою",
26795
"xloc": [
26796
- "default.handlebars->47->3272",
26797
- "default3.handlebars->35->3260"
26796
+ "default.handlebars->47->3273",
26797
+ "default3.handlebars->35->3261"
26798
]
26799
},
26800
{
@@ -26809,8 +26809,8 @@
26809
"pl": "Zapisy urządzenia, użytkowników, grup i inne",
26810
"uk": "Пристрій, користувачі, групи та інші записи",
26811
"xloc": [
26812
- "default.handlebars->47->3276",
26813
- "default3.handlebars->35->3264"
26812
+ "default.handlebars->47->3277",
26813
+ "default3.handlebars->35->3265"
26814
]
26815
},
26816
{
@@ -26840,11 +26840,11 @@
26840
"zh-cht": "裝置",
26841
"xloc": [
26842
"default.handlebars->47->2277",
26843
- "default.handlebars->47->2858",
26844
- "default.handlebars->47->2902",
26843
+ "default.handlebars->47->2859",
26844
+ "default.handlebars->47->2903",
26845
"default3.handlebars->35->2273",
26846
- "default3.handlebars->35->2852",
26847
- "default3.handlebars->35->2896"
26846
+ "default3.handlebars->35->2853",
26847
+ "default3.handlebars->35->2897"
26848
]
26849
},
26850
{
@@ -27408,9 +27408,9 @@
27408
"uk": "Discord",
27409
"xloc": [
27410
"default.handlebars->47->1805",
27411
- "default.handlebars->47->3042",
27411
+ "default.handlebars->47->3043",
27412
"default3.handlebars->35->1787",
27413
- "default3.handlebars->35->3036"
27413
+ "default3.handlebars->35->3037"
27414
]
27415
},
27416
{
@@ -27840,16 +27840,16 @@
27840
"xloc": [
27841
"default.handlebars->47->137",
27842
"default.handlebars->47->1407",
27843
- "default.handlebars->47->2821",
27844
- "default.handlebars->47->2870",
27845
- "default.handlebars->47->2879",
27846
- "default.handlebars->47->2953",
27843
+ "default.handlebars->47->2822",
27844
+ "default.handlebars->47->2871",
27845
+ "default.handlebars->47->2880",
27846
+ "default.handlebars->47->2954",
27847
"default3.handlebars->35->137",
27848
"default3.handlebars->35->1394",
27849
- "default3.handlebars->35->2817",
27850
- "default3.handlebars->35->2864",
27851
- "default3.handlebars->35->2873",
27852
- "default3.handlebars->35->2947",
27849
+ "default3.handlebars->35->2818",
27850
+ "default3.handlebars->35->2865",
27851
+ "default3.handlebars->35->2874",
27852
+ "default3.handlebars->35->2948",
27853
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
27854
"mstsc.handlebars->main->1->3->1->rowdomain->3"
27855
]
@@ -28383,10 +28383,10 @@
28383
"zh-chs": "下载报告",
28384
"zh-cht": "下載報告",
28385
"xloc": [
28386
- "default.handlebars->47->2727",
28386
+ "default.handlebars->47->2728",
28387
"default.handlebars->container->column_l->p3->3->1->0->3",
28388
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv",
28389
- "default3.handlebars->35->2724",
28389
+ "default3.handlebars->35->2725",
28390
"default3.handlebars->container->column_l->p60->3->1->0->1->1->p60downloadReportDiv"
28391
]
28392
},
@@ -28746,8 +28746,8 @@
28746
"zh-chs": "使用以下一种档案格式下载事件列表。",
28747
"zh-cht": "使用以下一種檔案格式下載事件列表。",
28748
"xloc": [
28749
- "default.handlebars->47->2728",
28750
- "default3.handlebars->35->2725"
28749
+ "default.handlebars->47->2729",
28750
+ "default3.handlebars->35->2726"
28751
]
28752
},
28753
{
@@ -28776,8 +28776,8 @@
28776
"zh-chs": "使用以下一种档案格式下载用户列表。",
28777
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
28778
"xloc": [
28779
- "default.handlebars->47->2805",
28780
- "default3.handlebars->35->2801"
28779
+ "default.handlebars->47->2806",
28780
+ "default3.handlebars->35->2802"
28781
]
28782
},
28783
{
@@ -28964,8 +28964,8 @@
28964
"en": "Duo",
28965
"nl": "Duo",
28966
"xloc": [
28967
- "default.handlebars->47->3008",
28968
- "default3.handlebars->35->3002",
28967
+ "default.handlebars->47->3009",
28968
+ "default3.handlebars->35->3003",
28969
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
28970
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3"
28971
]
@@ -29008,8 +29008,8 @@
29008
"zh-chs": "代理重复",
29009
"zh-cht": "代理重複",
29010
"xloc": [
29011
- "default.handlebars->47->3357",
29012
- "default3.handlebars->35->3345"
29011
+ "default.handlebars->47->3358",
29012
+ "default3.handlebars->35->3346"
29013
]
29014
},
29015
{
@@ -29068,8 +29068,8 @@
29068
"zh-chs": "复制用户组",
29069
"zh-cht": "複製用戶群",
29070
"xloc": [
29071
- "default.handlebars->47->2874",
29072
- "default3.handlebars->35->2868"
29071
+ "default.handlebars->47->2875",
29072
+ "default3.handlebars->35->2869"
29073
]
29074
},
29075
{
@@ -29127,13 +29127,13 @@
29127
"default.handlebars->47->1256",
29128
"default.handlebars->47->301",
29129
"default.handlebars->47->303",
29130
- "default.handlebars->47->3144",
29131
- "default.handlebars->47->3177",
29130
+ "default.handlebars->47->3145",
29131
+ "default.handlebars->47->3178",
29132
"default3.handlebars->35->1251",
29133
"default3.handlebars->35->298",
29134
"default3.handlebars->35->300",
29135
- "default3.handlebars->35->3132",
29136
- "default3.handlebars->35->3165",
29135
+ "default3.handlebars->35->3133",
29136
+ "default3.handlebars->35->3166",
29137
"player.handlebars->3->18"
29138
]
29139
},
@@ -30170,8 +30170,8 @@
30170
"zh-chs": "编辑用户特征",
30171
"zh-cht": "編輯用戶特徵",
30172
"xloc": [
30173
- "default.handlebars->47->3079",
30174
- "default3.handlebars->35->3073"
30173
+ "default.handlebars->47->3080",
30174
+ "default3.handlebars->35->3074"
30175
]
30176
},
30177
{
@@ -30200,8 +30200,8 @@
30200
"zh-chs": "编辑用户组",
30201
"zh-cht": "編輯用戶群",
30202
"xloc": [
30203
- "default.handlebars->47->2931",
30204
- "default3.handlebars->35->2925"
30203
+ "default.handlebars->47->2932",
30204
+ "default3.handlebars->35->2926"
30205
]
30206
},
30207
{
@@ -30260,8 +30260,8 @@
30260
"zh-chs": "编辑用户组功能",
30261
"zh-cht": "編輯用戶組功能",
30262
"xloc": [
30263
- "default.handlebars->47->2924",
30264
- "default3.handlebars->35->2918"
30263
+ "default.handlebars->47->2925",
30264
+ "default3.handlebars->35->2919"
30265
]
30266
},
30267
{
@@ -30437,18 +30437,18 @@
30437
"zh-cht": "電郵",
30438
"xloc": [
30439
"default-mobile.handlebars->11->327",
30440
- "default.handlebars->47->2823",
30441
- "default.handlebars->47->2957",
30442
- "default.handlebars->47->2959",
30443
- "default.handlebars->47->3007",
30444
- "default.handlebars->47->3021",
30445
- "default.handlebars->47->3082",
30440
+ "default.handlebars->47->2824",
30441
+ "default.handlebars->47->2958",
30442
+ "default.handlebars->47->2960",
30443
+ "default.handlebars->47->3008",
30444
+ "default.handlebars->47->3022",
30445
+ "default.handlebars->47->3083",
30446
"default.handlebars->47->558",
30447
- "default3.handlebars->35->2819",
30448
- "default3.handlebars->35->2951",
30449
- "default3.handlebars->35->2953",
30450
- "default3.handlebars->35->3001",
30451
- "default3.handlebars->35->3015",
30447
+ "default3.handlebars->35->2820",
30448
+ "default3.handlebars->35->2952",
30449
+ "default3.handlebars->35->2954",
30450
+ "default3.handlebars->35->3002",
30451
+ "default3.handlebars->35->3016",
30452
"default3.handlebars->35->555",
30453
"login-mobile.handlebars->5->45",
30454
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -30753,8 +30753,8 @@
30753
"zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
30754
"xloc": [
30755
"default-mobile.handlebars->11->1065",
30756
- "default.handlebars->47->3336",
30757
- "default3.handlebars->35->3324"
30756
+ "default.handlebars->47->3337",
30757
+ "default3.handlebars->35->3325"
30758
]
30759
},
30760
{
@@ -30813,8 +30813,8 @@
30813
"zh-chs": "邮箱未验证",
30814
"zh-cht": "電郵未驗證",
30815
"xloc": [
30816
- "default.handlebars->47->2758",
30817
- "default3.handlebars->35->2755"
30816
+ "default.handlebars->47->2759",
30817
+ "default3.handlebars->35->2756"
30818
]
30819
},
30820
{
@@ -30843,10 +30843,10 @@
30843
"zh-chs": "电子邮件已验证",
30844
"zh-cht": "電子郵件已驗證",
30845
"xloc": [
30846
- "default.handlebars->47->2759",
30847
- "default.handlebars->47->2951",
30848
- "default3.handlebars->35->2756",
30849
- "default3.handlebars->35->2945"
30846
+ "default.handlebars->47->2760",
30847
+ "default.handlebars->47->2952",
30848
+ "default3.handlebars->35->2757",
30849
+ "default3.handlebars->35->2946"
30850
]
30851
},
30852
{
@@ -30875,8 +30875,8 @@
30875
"zh-chs": "邮箱已验证。",
30876
"zh-cht": "電郵已驗證。",
30877
"xloc": [
30878
- "default.handlebars->47->2829",
30879
- "default3.handlebars->35->2825"
30878
+ "default.handlebars->47->2830",
30879
+ "default3.handlebars->35->2826"
30880
]
30881
},
30882
{
@@ -30905,8 +30905,8 @@
30905
"zh-chs": "邮箱未验证",
30906
"zh-cht": "電郵未驗證",
30907
"xloc": [
30908
- "default.handlebars->47->2952",
30909
- "default3.handlebars->35->2946"
30908
+ "default.handlebars->47->2953",
30909
+ "default3.handlebars->35->2947"
30910
]
30911
},
30912
{
@@ -30962,8 +30962,8 @@
30962
"zh-cht": "電郵已發送。",
30963
"xloc": [
30964
"default-mobile.handlebars->11->1049",
30965
- "default.handlebars->47->3320",
30966
- "default3.handlebars->35->3308",
30965
+ "default.handlebars->47->3321",
30966
+ "default3.handlebars->35->3309",
30967
"login-mobile.handlebars->5->2",
30968
"login.handlebars->5->2",
30969
"login2.handlebars->7->200"
@@ -31052,8 +31052,8 @@
31052
"zh-chs": "已通过电邮验证,并且需要重置密码。",
31053
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
31054
"xloc": [
31055
- "default.handlebars->47->2830",
31056
- "default3.handlebars->35->2826"
31055
+ "default.handlebars->47->2831",
31056
+ "default3.handlebars->35->2827"
31057
]
31058
},
31059
{
@@ -31108,8 +31108,8 @@
31108
"zh-chs": "电子邮件/短信/推送流量",
31109
"zh-cht": "電子郵件/短信/推送流量",
31110
"xloc": [
31111
- "default.handlebars->47->3418",
31112
- "default3.handlebars->35->3406"
31111
+ "default.handlebars->47->3419",
31112
+ "default3.handlebars->35->3407"
31113
]
31114
},
31115
{
@@ -31354,10 +31354,10 @@
31354
"default-mobile.handlebars->11->895",
31355
"default.handlebars->47->140",
31356
"default.handlebars->47->1744",
31357
- "default.handlebars->47->3179",
31357
+ "default.handlebars->47->3180",
31358
"default3.handlebars->35->140",
31359
"default3.handlebars->35->1727",
31360
- "default3.handlebars->35->3167"
31360
+ "default3.handlebars->35->3168"
31361
]
31362
},
31363
{
@@ -31592,8 +31592,8 @@
31592
"zh-chs": "时间结束",
31593
"zh-cht": "時間結束",
31594
"xloc": [
31595
- "default.handlebars->47->3176",
31596
- "default3.handlebars->35->3164"
31595
+ "default.handlebars->47->3177",
31596
+ "default3.handlebars->35->3165"
31597
]
31598
},
31599
{
@@ -32283,8 +32283,8 @@
32283
"zh-chs": "输入管理领域名称的逗号分隔列表。",
32284
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
32285
"xloc": [
32286
- "default.handlebars->47->2834",
32287
- "default3.handlebars->35->2830"
32286
+ "default.handlebars->47->2835",
32287
+ "default3.handlebars->35->2831"
32288
]
32289
},
32290
{
@@ -32727,8 +32727,8 @@
32727
"zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
32728
"xloc": [
32729
"default-mobile.handlebars->11->1057",
32730
- "default.handlebars->47->3328",
32731
- "default3.handlebars->35->3316"
32730
+ "default.handlebars->47->3329",
32731
+ "default3.handlebars->35->3317"
32732
]
32733
},
32734
{
@@ -32758,8 +32758,8 @@
32758
"zh-cht": "錯誤,密碼未更改。",
32759
"xloc": [
32760
"default-mobile.handlebars->11->1054",
32761
- "default.handlebars->47->3325",
32762
- "default3.handlebars->35->3313"
32761
+ "default.handlebars->47->3326",
32762
+ "default3.handlebars->35->3314"
32763
]
32764
},
32765
{
@@ -32789,8 +32789,8 @@
32789
"zh-cht": "錯誤,無法更改為常用密碼。",
32790
"xloc": [
32791
"default-mobile.handlebars->11->1053",
32792
- "default.handlebars->47->3324",
32793
- "default3.handlebars->35->3312"
32792
+ "default.handlebars->47->3325",
32793
+ "default3.handlebars->35->3313"
32794
]
32795
},
32796
{
@@ -32820,8 +32820,8 @@
32820
"zh-cht": "錯誤,無法更改為以前使用的密碼。",
32821
"xloc": [
32822
"default-mobile.handlebars->11->1052",
32823
- "default.handlebars->47->3323",
32824
- "default3.handlebars->35->3311"
32823
+ "default.handlebars->47->3324",
32824
+ "default3.handlebars->35->3312"
32825
]
32826
},
32827
{
@@ -33068,8 +33068,8 @@
33068
"zh-chs": "事件列表输出",
33069
"zh-cht": "事件列表輸出",
33070
"xloc": [
33071
- "default.handlebars->47->2733",
33072
- "default3.handlebars->35->2730"
33071
+ "default.handlebars->47->2734",
33072
+ "default3.handlebars->35->2731"
33073
]
33074
},
33075
{
@@ -33084,8 +33084,8 @@
33084
"pl": "Zapisy zdarzeń",
33085
"uk": "Записи подій",
33086
"xloc": [
33087
- "default.handlebars->47->3269",
33088
- "default3.handlebars->35->3257"
33087
+ "default.handlebars->47->3270",
33088
+ "default3.handlebars->35->3258"
33089
]
33090
},
33091
{
@@ -33489,8 +33489,8 @@
33489
"zh-chs": "外部",
33490
"zh-cht": "外部",
33491
"xloc": [
33492
- "default.handlebars->47->3398",
33493
- "default3.handlebars->35->3386"
33492
+ "default.handlebars->47->3399",
33493
+ "default3.handlebars->35->3387"
33494
]
33495
},
33496
{
@@ -33519,8 +33519,8 @@
33519
"zh-chs": "FIDO 密钥",
33520
"zh-cht": "FIDO 密鑰",
33521
"xloc": [
33522
- "default.handlebars->47->3249",
33523
- "default3.handlebars->35->3237"
33522
+ "default.handlebars->47->3250",
33523
+ "default3.handlebars->35->3238"
33524
]
33525
},
33526
{
@@ -33597,9 +33597,9 @@
33597
"uk": "Facebook",
33598
"xloc": [
33599
"default.handlebars->47->1817",
33600
- "default.handlebars->47->3054",
33600
+ "default.handlebars->47->3055",
33601
"default3.handlebars->35->1799",
33602
- "default3.handlebars->35->3048"
33602
+ "default3.handlebars->35->3049"
33603
]
33604
},
33605
{
@@ -33691,8 +33691,8 @@
33691
"zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
33692
"xloc": [
33693
"default-mobile.handlebars->11->1048",
33694
- "default.handlebars->47->3319",
33695
- "default3.handlebars->35->3307"
33694
+ "default.handlebars->47->3320",
33695
+ "default3.handlebars->35->3308"
33696
]
33697
},
33698
{
@@ -33991,11 +33991,11 @@
33991
"zh-cht": "功能",
33992
"xloc": [
33993
"default.handlebars->47->2204",
33994
- "default.handlebars->47->2887",
33995
- "default.handlebars->47->2978",
33994
+ "default.handlebars->47->2888",
33995
+ "default.handlebars->47->2979",
33996
"default3.handlebars->35->2200",
33997
- "default3.handlebars->35->2881",
33998
- "default3.handlebars->35->2972"
33997
+ "default3.handlebars->35->2882",
33998
+ "default3.handlebars->35->2973"
33999
]
34000
},
34001
{
@@ -34236,8 +34236,8 @@
34236
"zh-chs": "文件传输",
34237
"zh-cht": "文件傳輸",
34238
"xloc": [
34239
- "default.handlebars->47->3150",
34240
- "default3.handlebars->35->3138"
34239
+ "default.handlebars->47->3151",
34240
+ "default3.handlebars->35->3139"
34241
]
34242
},
34243
{
@@ -34302,10 +34302,10 @@
34302
"default.handlebars->47->1220",
34303
"default.handlebars->47->2259",
34304
"default.handlebars->47->2339",
34305
- "default.handlebars->47->3160",
34306
- "default.handlebars->47->3226",
34307
- "default.handlebars->47->3279",
34308
- "default.handlebars->47->3385",
34305
+ "default.handlebars->47->3161",
34306
+ "default.handlebars->47->3227",
34307
+ "default.handlebars->47->3280",
34308
+ "default.handlebars->47->3386",
34309
"default.handlebars->47->472",
34310
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
34311
"default.handlebars->contextMenu->cxfiles",
@@ -34313,10 +34313,10 @@
34313
"default3.handlebars->35->1215",
34314
"default3.handlebars->35->2255",
34315
"default3.handlebars->35->2336",
34316
- "default3.handlebars->35->3148",
34317
- "default3.handlebars->35->3214",
34318
- "default3.handlebars->35->3267",
34319
- "default3.handlebars->35->3373",
34316
+ "default3.handlebars->35->3149",
34317
+ "default3.handlebars->35->3215",
34318
+ "default3.handlebars->35->3268",
34319
+ "default3.handlebars->35->3374",
34320
"default3.handlebars->35->469",
34321
"default3.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
34322
"default3.handlebars->contextMenu->cxfiles",
@@ -34381,12 +34381,12 @@
34381
"zh-cht": "檔案通知",
34382
"xloc": [
34383
"default.handlebars->47->2212",
34384
- "default.handlebars->47->2895",
34385
- "default.handlebars->47->3000",
34384
+ "default.handlebars->47->2896",
34385
+ "default.handlebars->47->3001",
34386
"default.handlebars->47->986",
34387
"default3.handlebars->35->2208",
34388
- "default3.handlebars->35->2889",
34389
- "default3.handlebars->35->2994",
34388
+ "default3.handlebars->35->2890",
34389
+ "default3.handlebars->35->2995",
34390
"default3.handlebars->35->983"
34391
]
34392
},
@@ -34417,12 +34417,12 @@
34417
"zh-cht": "檔案提示",
34418
"xloc": [
34419
"default.handlebars->47->2211",
34420
- "default.handlebars->47->2894",
34421
- "default.handlebars->47->2999",
34420
+ "default.handlebars->47->2895",
34421
+ "default.handlebars->47->3000",
34422
"default.handlebars->47->985",
34423
"default3.handlebars->35->2207",
34424
- "default3.handlebars->35->2888",
34425
- "default3.handlebars->35->2993",
34424
+ "default3.handlebars->35->2889",
34425
+ "default3.handlebars->35->2994",
34426
"default3.handlebars->35->982"
34427
]
34428
},
@@ -34802,8 +34802,8 @@
34802
"zh-chs": "标志",
34803
"zh-cht": "標誌",
34804
"xloc": [
34805
- "default.handlebars->47->2706",
34806
- "default3.handlebars->35->2703"
34805
+ "default.handlebars->47->2707",
34806
+ "default3.handlebars->35->2704"
34807
]
34808
},
34809
{
@@ -35168,10 +35168,10 @@
35168
"zh-chs": "下次登录时强制重置密码。",
35169
"zh-cht": "下次登入時強制重置密碼。",
35170
"xloc": [
35171
- "default.handlebars->47->2828",
35172
- "default.handlebars->47->3093",
35173
- "default3.handlebars->35->2824",
35174
- "default3.handlebars->35->3081"
35171
+ "default.handlebars->47->2829",
35172
+ "default.handlebars->47->3094",
35173
+ "default3.handlebars->35->2825",
35174
+ "default3.handlebars->35->3082"
35175
]
35176
},
35177
{
@@ -35410,8 +35410,8 @@
35410
"zh-chs": "格式化",
35411
"zh-cht": "格式化",
35412
"xloc": [
35413
- "default.handlebars->47->2724",
35414
- "default3.handlebars->35->2721"
35413
+ "default.handlebars->47->2725",
35414
+ "default3.handlebars->35->2722"
35415
]
35416
},
35417
{
@@ -35498,10 +35498,10 @@
35498
"zh-chs": "自由",
35499
"zh-cht": "自由",
35500
"xloc": [
35501
- "default.handlebars->47->3342",
35502
- "default.handlebars->47->3344",
35503
- "default3.handlebars->35->3330",
35504
- "default3.handlebars->35->3332"
35501
+ "default.handlebars->47->3343",
35502
+ "default.handlebars->47->3345",
35503
+ "default3.handlebars->35->3331",
35504
+ "default3.handlebars->35->3333"
35505
]
35506
},
35507
{
@@ -35515,9 +35515,9 @@
35515
"uk": "Безкоштовний сервіс від ntfy.sh",
35516
"xloc": [
35517
"default.handlebars->47->1820",
35518
- "default.handlebars->47->3057",
35518
+ "default.handlebars->47->3058",
35519
"default3.handlebars->35->1802",
35520
- "default3.handlebars->35->3051"
35520
+ "default3.handlebars->35->3052"
35521
]
35522
},
35523
{
@@ -35871,10 +35871,10 @@
35871
"default-mobile.handlebars->11->999",
35872
"default.handlebars->47->2139",
35873
"default.handlebars->47->2365",
35874
- "default.handlebars->47->2840",
35874
+ "default.handlebars->47->2841",
35875
"default3.handlebars->35->2139",
35876
"default3.handlebars->35->2362",
35877
- "default3.handlebars->35->2834"
35877
+ "default3.handlebars->35->2835"
35878
]
35879
},
35880
{
@@ -36085,8 +36085,8 @@
36085
"zh-chs": "完整管理员",
36086
"zh-cht": "完整管理員",
36087
"xloc": [
36088
- "default.handlebars->47->2945",
36089
- "default3.handlebars->35->2939"
36088
+ "default.handlebars->47->2946",
36089
+ "default3.handlebars->35->2940"
36090
]
36091
},
36092
{
@@ -36518,8 +36518,8 @@
36518
"zh-chs": "生成报告",
36519
"zh-cht": "生成報告",
36520
"xloc": [
36521
- "default.handlebars->47->3207",
36522
- "default3.handlebars->35->3195"
36521
+ "default.handlebars->47->3208",
36522
+ "default3.handlebars->35->3196"
36523
]
36524
},
36525
{
@@ -37363,10 +37363,10 @@
37363
"zh-cht": "群",
37364
"xloc": [
37365
"default-mobile.handlebars->11->492",
37366
- "default.handlebars->47->3223",
37366
+ "default.handlebars->47->3224",
37367
"default.handlebars->47->902",
37368
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1",
37369
- "default3.handlebars->35->3211",
37369
+ "default3.handlebars->35->3212",
37370
"default3.handlebars->35->899",
37371
"default3.handlebars->container->column_l->p1->devListToolbarSpan->7->devListToolbarSort->sortselect->1"
37372
]
@@ -37397,14 +37397,14 @@
37397
"zh-chs": "集体指令",
37398
"zh-cht": "集體指令",
37399
"xloc": [
37400
- "default.handlebars->47->2774",
37401
- "default.handlebars->47->2864",
37400
+ "default.handlebars->47->2775",
37401
+ "default.handlebars->47->2865",
37402
"default.handlebars->47->760",
37403
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
37404
"default.handlebars->container->column_l->p4->3->1->0->3->3",
37405
"default.handlebars->container->column_l->p50->3->1->0->3->p50userGroupOps",
37406
- "default3.handlebars->35->2771",
37407
- "default3.handlebars->35->2858",
37406
+ "default3.handlebars->35->2772",
37407
+ "default3.handlebars->35->2859",
37408
"default3.handlebars->35->757",
37409
"default3.handlebars->container->column_l->p1->devListToolbarSpan->devListToolbar",
37410
"default3.handlebars->container->column_l->p4->3->1->0->1->1",
@@ -37437,8 +37437,8 @@
37437
"zh-chs": "通过...分组",
37438
"zh-cht": "通過...分群",
37439
"xloc": [
37440
- "default.handlebars->47->2720",
37441
- "default3.handlebars->35->2717"
37440
+ "default.handlebars->47->2721",
37441
+ "default3.handlebars->35->2718"
37442
]
37443
},
37444
{
@@ -37468,8 +37468,8 @@
37468
"zh-cht": "群標識符",
37469
"xloc": [
37470
"agent-translations.json",
37471
- "default.handlebars->47->2881",
37472
- "default3.handlebars->35->2875"
37471
+ "default.handlebars->47->2882",
37472
+ "default3.handlebars->35->2876"
37473
]
37474
},
37475
{
@@ -37498,8 +37498,8 @@
37498
"zh-chs": "群组成员",
37499
"zh-cht": "群組成員",
37500
"xloc": [
37501
- "default.handlebars->47->2906",
37502
- "default3.handlebars->35->2900"
37501
+ "default.handlebars->47->2907",
37502
+ "default3.handlebars->35->2901"
37503
]
37504
},
37505
{
@@ -37543,8 +37543,8 @@
37543
"pl": "Typ Grupy",
37544
"uk": "Тип Групи",
37545
"xloc": [
37546
- "default.handlebars->47->2882",
37547
- "default3.handlebars->35->2876"
37546
+ "default.handlebars->47->2883",
37547
+ "default3.handlebars->35->2877"
37548
]
37549
},
37550
{
@@ -37573,10 +37573,10 @@
37573
"zh-chs": "通过...分组",
37574
"zh-cht": "通過...分群",
37575
"xloc": [
37576
- "default.handlebars->47->3191",
37577
- "default.handlebars->47->3194",
37578
- "default3.handlebars->35->3179",
37579
- "default3.handlebars->35->3182"
37576
+ "default.handlebars->47->3192",
37577
+ "default.handlebars->47->3195",
37578
+ "default3.handlebars->35->3180",
37579
+ "default3.handlebars->35->3183"
37580
]
37581
},
37582
{
@@ -37605,8 +37605,8 @@
37605
"zh-chs": "团队名字",
37606
"zh-cht": "團隊名字",
37607
"xloc": [
37608
- "default.handlebars->47->2704",
37609
- "default3.handlebars->35->2701"
37608
+ "default.handlebars->47->2705",
37609
+ "default3.handlebars->35->2702"
37610
]
37611
},
37612
{
@@ -37784,8 +37784,8 @@
37784
"zh-chs": "来宾",
37785
"zh-cht": "來賓",
37786
"xloc": [
37787
- "default.handlebars->47->3213",
37788
- "default3.handlebars->35->3201"
37787
+ "default.handlebars->47->3214",
37788
+ "default3.handlebars->35->3202"
37789
]
37790
},
37791
{
@@ -37846,8 +37846,8 @@
37846
"zh-chs": "嘉宾分享",
37847
"zh-cht": "嘉賓分享",
37848
"xloc": [
37849
- "default.handlebars->47->1146",
37850
- "default.handlebars->47->1171",
37849
+ "default.handlebars->47->1147",
37850
+ "default.handlebars->47->1172",
37851
"default3.handlebars->35->1141",
37852
"default3.handlebars->35->1166"
37853
]
@@ -37943,11 +37943,11 @@
37943
"default-mobile.handlebars->11->561",
37944
"default.handlebars->47->1056",
37945
"default.handlebars->47->1224",
37946
- "default.handlebars->47->3381",
37946
+ "default.handlebars->47->3382",
37947
"default.handlebars->47->450",
37948
"default3.handlebars->35->1053",
37949
"default3.handlebars->35->1219",
37950
- "default3.handlebars->35->3369",
37950
+ "default3.handlebars->35->3370",
37951
"default3.handlebars->35->447"
37952
]
37953
},
@@ -38284,9 +38284,9 @@
38284
"uk": "Обробка",
38285
"xloc": [
38286
"default.handlebars->47->1813",
38287
- "default.handlebars->47->3050",
38287
+ "default.handlebars->47->3051",
38288
"default3.handlebars->35->1795",
38289
- "default3.handlebars->35->3044"
38289
+ "default3.handlebars->35->3045"
38290
]
38291
},
38292
{
@@ -38405,8 +38405,8 @@
38405
"zh-chs": "硬件一次性密码",
38406
"zh-cht": "硬件一次性密碼",
38407
"xloc": [
38408
- "default.handlebars->47->3251",
38409
- "default3.handlebars->35->3239"
38408
+ "default.handlebars->47->3252",
38409
+ "default3.handlebars->35->3240"
38410
]
38411
},
38412
{
@@ -38465,8 +38465,8 @@
38465
"zh-chs": "堆总数",
38466
"zh-cht": "堆總數",
38467
"xloc": [
38468
- "default.handlebars->47->3400",
38469
- "default3.handlebars->35->3388"
38468
+ "default.handlebars->47->3401",
38469
+ "default3.handlebars->35->3389"
38470
]
38471
},
38472
{
@@ -38495,8 +38495,8 @@
38495
"zh-chs": "堆使用",
38496
"zh-cht": "堆使用",
38497
"xloc": [
38498
- "default.handlebars->47->3399",
38499
- "default3.handlebars->35->3387"
38498
+ "default.handlebars->47->3400",
38499
+ "default3.handlebars->35->3388"
38500
]
38501
},
38502
{
@@ -39317,10 +39317,10 @@
39317
"zh-chs": "IP地址",
39318
"zh-cht": "IP地址",
39319
"xloc": [
39320
- "default.handlebars->47->3218",
39321
- "default.handlebars->47->3257",
39322
- "default3.handlebars->35->3206",
39323
- "default3.handlebars->35->3245"
39320
+ "default.handlebars->47->3219",
39321
+ "default.handlebars->47->3258",
39322
+ "default3.handlebars->35->3207",
39323
+ "default3.handlebars->35->3246"
39324
]
39325
},
39326
{
@@ -39450,8 +39450,8 @@
39450
"pl": "Zapisy o informacji lokalizacji IP",
39451
"uk": "Інформаційні записи про локацію IP",
39452
"xloc": [
39453
- "default.handlebars->47->3263",
39454
- "default3.handlebars->35->3251"
39453
+ "default.handlebars->47->3264",
39454
+ "default3.handlebars->35->3252"
39455
]
39456
},
39457
{
@@ -40704,10 +40704,10 @@
40704
"zh-chs": "第二个因素不正确",
40705
"zh-cht": "第二個因素不正確",
40706
"xloc": [
40707
- "default.handlebars->47->3244",
40708
- "default.handlebars->47->3293",
40709
- "default3.handlebars->35->3232",
40710
- "default3.handlebars->35->3281"
40707
+ "default.handlebars->47->3245",
40708
+ "default.handlebars->47->3294",
40709
+ "default3.handlebars->35->3233",
40710
+ "default3.handlebars->35->3282"
40711
]
40712
},
40713
{
@@ -40878,9 +40878,9 @@
40878
"uk": "Інформація про Pushover.net",
40879
"xloc": [
40880
"default.handlebars->47->1819",
40881
- "default.handlebars->47->3056",
40881
+ "default.handlebars->47->3057",
40882
"default3.handlebars->35->1801",
40883
- "default3.handlebars->35->3050"
40883
+ "default3.handlebars->35->3051"
40884
]
40885
},
40886
{
@@ -41265,15 +41265,15 @@
41265
"zh-chs": "英特尔AMT",
41266
"zh-cht": "英特爾AMT",
41267
"xloc": [
41268
- "default.handlebars->47->3395",
41269
- "default3.handlebars->35->3383"
41268
+ "default.handlebars->47->3396",
41269
+ "default3.handlebars->35->3384"
41270
]
41271
},
41272
{
41273
"en": "Intel AMT CIRA",
41274
"xloc": [
41275
- "default.handlebars->47->3396",
41276
- "default3.handlebars->35->3384"
41275
+ "default.handlebars->47->3397",
41276
+ "default3.handlebars->35->3385"
41277
]
41278
},
41279
{
@@ -41448,8 +41448,8 @@
41448
"zh-chs": "英特尔 AMT 经理",
41449
"zh-cht": "英特爾 AMT 經理",
41450
"xloc": [
41451
- "default.handlebars->47->3426",
41452
- "default3.handlebars->35->3414"
41451
+ "default.handlebars->47->3427",
41452
+ "default3.handlebars->35->3415"
41453
]
41454
},
41455
{
@@ -41544,7 +41544,7 @@
41544
"default.handlebars->47->2233",
41545
"default.handlebars->47->2473",
41546
"default.handlebars->47->2486",
41547
- "default.handlebars->47->3425",
41547
+ "default.handlebars->47->3426",
41548
"default.handlebars->47->877",
41549
"default.handlebars->47->944",
41550
"default.handlebars->47->993",
@@ -41554,7 +41554,7 @@
41554
"default3.handlebars->35->2229",
41555
"default3.handlebars->35->2470",
41556
"default3.handlebars->35->2483",
41557
- "default3.handlebars->35->3413",
41557
+ "default3.handlebars->35->3414",
41558
"default3.handlebars->35->874",
41559
"default3.handlebars->35->941",
41560
"default3.handlebars->35->990"
@@ -42037,10 +42037,10 @@
42037
"zh-chs": "英特尔®AMT重定向",
42038
"zh-cht": "Intel® AMT重定向",
42039
"xloc": [
42040
- "default.handlebars->47->3155",
42041
- "default.handlebars->47->3165",
42042
- "default3.handlebars->35->3143",
42043
- "default3.handlebars->35->3153",
42040
+ "default.handlebars->47->3156",
42041
+ "default.handlebars->47->3166",
42042
+ "default3.handlebars->35->3144",
42043
+ "default3.handlebars->35->3154",
42044
"player.handlebars->3->33"
42045
]
42046
},
@@ -42155,10 +42155,10 @@
42155
"zh-chs": "英特尔®AMT WSMAN",
42156
"zh-cht": "Intle® AMT WSMAN",
42157
"xloc": [
42158
- "default.handlebars->47->3154",
42159
- "default.handlebars->47->3164",
42160
- "default3.handlebars->35->3142",
42161
- "default3.handlebars->35->3152",
42158
+ "default.handlebars->47->3155",
42159
+ "default.handlebars->47->3165",
42160
+ "default3.handlebars->35->3143",
42161
+ "default3.handlebars->35->3153",
42162
"player.handlebars->3->32"
42163
]
42164
},
@@ -43363,10 +43363,10 @@
43363
"nl": "Ongeldig CSV bestandsformaat.",
43364
"uk": "Хибний формат файлу CSV.",
43365
"xloc": [
43366
- "default.handlebars->47->2796",
43367
- "default.handlebars->47->2798",
43368
- "default3.handlebars->35->2792",
43369
- "default3.handlebars->35->2794"
43366
+ "default.handlebars->47->2797",
43367
+ "default.handlebars->47->2799",
43368
+ "default3.handlebars->35->2793",
43369
+ "default3.handlebars->35->2795"
43370
]
43371
},
43372
{
@@ -43426,8 +43426,8 @@
43426
"zh-chs": "无效的设备组类型",
43427
"zh-cht": "無效的裝置群類型",
43428
"xloc": [
43429
- "default.handlebars->47->3356",
43430
- "default3.handlebars->35->3344"
43429
+ "default.handlebars->47->3357",
43430
+ "default3.handlebars->35->3345"
43431
]
43432
},
43433
{
@@ -43456,8 +43456,8 @@
43456
"zh-chs": "无效的JSON",
43457
"zh-cht": "無效的JSON",
43458
"xloc": [
43459
- "default.handlebars->47->3350",
43460
- "default3.handlebars->35->3338"
43459
+ "default.handlebars->47->3351",
43460
+ "default3.handlebars->35->3339"
43461
]
43462
},
43463
{
@@ -43487,11 +43487,11 @@
43487
"zh-cht": "無效的JSON檔案格式。",
43488
"xloc": [
43489
"default.handlebars->47->2287",
43490
- "default.handlebars->47->2802",
43491
- "default.handlebars->47->2804",
43490
+ "default.handlebars->47->2803",
43491
+ "default.handlebars->47->2805",
43492
"default.handlebars->47->531",
43493
- "default3.handlebars->35->2798",
43494
- "default3.handlebars->35->2800",
43493
+ "default3.handlebars->35->2799",
43494
+ "default3.handlebars->35->2801",
43495
"default3.handlebars->35->528"
43496
]
43497
},
@@ -43522,10 +43522,10 @@
43522
"zh-cht": "無效的JSON檔案:{0}。",
43523
"xloc": [
43524
"default.handlebars->47->2283",
43525
- "default.handlebars->47->2800",
43525
+ "default.handlebars->47->2801",
43526
"default.handlebars->47->529",
43527
"default3.handlebars->35->2279",
43528
- "default3.handlebars->35->2796",
43528
+ "default3.handlebars->35->2797",
43529
"default3.handlebars->35->526"
43530
]
43531
},
@@ -43675,8 +43675,8 @@
43675
"zh-chs": "无效的PKCS签名",
43676
"zh-cht": "無效的PKCS簽名",
43677
"xloc": [
43678
- "default.handlebars->47->3348",
43679
- "default3.handlebars->35->3336"
43678
+ "default.handlebars->47->3349",
43679
+ "default3.handlebars->35->3337"
43680
]
43681
},
43682
{
@@ -43705,8 +43705,8 @@
43705
"zh-chs": "無效的RSA密碼",
43706
"zh-cht": "無效的RSA密碼",
43707
"xloc": [
43708
- "default.handlebars->47->3349",
43709
- "default3.handlebars->35->3337"
43708
+ "default.handlebars->47->3350",
43709
+ "default3.handlebars->35->3338"
43710
]
43711
},
43712
{
@@ -43736,8 +43736,8 @@
43736
"zh-cht": "短信無效",
43737
"xloc": [
43738
"default-mobile.handlebars->11->1060",
43739
- "default.handlebars->47->3331",
43740
- "default3.handlebars->35->3319"
43739
+ "default.handlebars->47->3332",
43740
+ "default3.handlebars->35->3320"
43741
]
43742
},
43743
{
@@ -43828,8 +43828,8 @@
43828
"zh-cht": "無效域",
43829
"xloc": [
43830
"default-mobile.handlebars->11->1040",
43831
- "default.handlebars->47->3311",
43832
- "default3.handlebars->35->3299"
43831
+ "default.handlebars->47->3312",
43832
+ "default3.handlebars->35->3300"
43833
]
43834
},
43835
{
@@ -43885,8 +43885,8 @@
43885
"zh-cht": "不合規電郵",
43886
"xloc": [
43887
"default-mobile.handlebars->11->1039",
43888
- "default.handlebars->47->3310",
43889
- "default3.handlebars->35->3298"
43888
+ "default.handlebars->47->3311",
43889
+ "default3.handlebars->35->3299"
43890
]
43891
},
43892
{
@@ -44005,10 +44005,10 @@
44005
"zh-chs": "无效的登录尝试",
44006
"zh-cht": "無效的登錄嘗試",
44007
"xloc": [
44008
- "default.handlebars->47->3246",
44009
- "default.handlebars->47->3295",
44010
- "default3.handlebars->35->3234",
44011
- "default3.handlebars->35->3283"
44008
+ "default.handlebars->47->3247",
44009
+ "default.handlebars->47->3296",
44010
+ "default3.handlebars->35->3235",
44011
+ "default3.handlebars->35->3284"
44012
]
44013
},
44014
{
@@ -44022,8 +44022,8 @@
44022
"pl": "Błędna wiadomość",
44023
"uk": "Хибне повідомлення",
44024
"xloc": [
44025
- "default.handlebars->47->3337",
44026
- "default3.handlebars->35->3325"
44025
+ "default.handlebars->47->3338",
44026
+ "default3.handlebars->35->3326"
44027
]
44028
},
44029
{
@@ -44065,9 +44065,9 @@
44065
"xloc": [
44066
"default-mobile.handlebars->11->1038",
44067
"default-mobile.handlebars->11->96",
44068
- "default.handlebars->47->3309",
44068
+ "default.handlebars->47->3310",
44069
"default.handlebars->47->340",
44070
- "default3.handlebars->35->3297",
44070
+ "default3.handlebars->35->3298",
44071
"default3.handlebars->35->337"
44072
]
44073
},
@@ -44115,8 +44115,8 @@
44115
"zh-cht": "無效的網站權限",
44116
"xloc": [
44117
"default-mobile.handlebars->11->1041",
44118
- "default.handlebars->47->3312",
44119
- "default3.handlebars->35->3300"
44118
+ "default.handlebars->47->3313",
44119
+ "default3.handlebars->35->3301"
44120
]
44121
},
44122
{
@@ -44207,8 +44207,8 @@
44207
"zh-cht": "無效的用戶名",
44208
"xloc": [
44209
"default-mobile.handlebars->11->1037",
44210
- "default.handlebars->47->3308",
44211
- "default3.handlebars->35->3296"
44210
+ "default.handlebars->47->3309",
44211
+ "default3.handlebars->35->3297"
44212
]
44213
},
44214
{
@@ -44263,8 +44263,8 @@
44263
"zh-chs": "使电邮无效",
44264
"zh-cht": "使電郵無效",
44265
"xloc": [
44266
- "default.handlebars->47->2768",
44267
- "default3.handlebars->35->2765"
44266
+ "default.handlebars->47->2769",
44267
+ "default3.handlebars->35->2766"
44268
]
44269
},
44270
{
@@ -44478,13 +44478,13 @@
44478
"default.handlebars->47->2450",
44479
"default.handlebars->47->2452",
44480
"default.handlebars->47->2457",
44481
- "default.handlebars->47->3306",
44481
+ "default.handlebars->47->3307",
44482
"default3.handlebars->35->2221",
44483
"default3.handlebars->35->2436",
44484
"default3.handlebars->35->2447",
44485
"default3.handlebars->35->2449",
44486
"default3.handlebars->35->2454",
44487
- "default3.handlebars->35->3294"
44487
+ "default3.handlebars->35->3295"
44488
]
44489
},
44490
{
@@ -44513,8 +44513,8 @@
44513
"zh-chs": "邀请代码",
44514
"zh-cht": "邀請代碼",
44515
"xloc": [
44516
- "default.handlebars->47->2709",
44517
- "default3.handlebars->35->2706"
44516
+ "default.handlebars->47->2710",
44517
+ "default3.handlebars->35->2707"
44518
]
44519
},
44520
{
@@ -44836,8 +44836,8 @@
44836
"zh-chs": "JSON",
44837
"zh-cht": "JSON",
44838
"xloc": [
44839
- "default.handlebars->47->2726",
44840
- "default3.handlebars->35->2723"
44839
+ "default.handlebars->47->2727",
44840
+ "default3.handlebars->35->2724"
44841
]
44842
},
44843
{
@@ -44866,11 +44866,11 @@
44866
"zh-chs": "JSON格式",
44867
"zh-cht": "JSON格式",
44868
"xloc": [
44869
- "default.handlebars->47->2731",
44870
- "default.handlebars->47->2808",
44869
+ "default.handlebars->47->2732",
44870
+ "default.handlebars->47->2809",
44871
"default.handlebars->47->805",
44872
- "default3.handlebars->35->2728",
44873
- "default3.handlebars->35->2804",
44872
+ "default3.handlebars->35->2729",
44873
+ "default3.handlebars->35->2805",
44874
"default3.handlebars->35->802"
44875
]
44876
},
@@ -44880,8 +44880,8 @@
44880
"nl": "Het JSON bestandsformaat is als volgt:",
44881
"uk": "Формат файлу JSON наведено далі:",
44882
"xloc": [
44883
- "default.handlebars->47->2791",
44884
- "default3.handlebars->35->2787"
44883
+ "default.handlebars->47->2792",
44884
+ "default3.handlebars->35->2788"
44885
]
44886
},
44887
{
@@ -44928,9 +44928,9 @@
44928
"uk": "японська",
44929
"xloc": [
44930
"default.handlebars->47->1814",
44931
- "default.handlebars->47->3051",
44931
+ "default.handlebars->47->3052",
44932
"default3.handlebars->35->1796",
44933
- "default3.handlebars->35->3045"
44933
+ "default3.handlebars->35->3046"
44934
]
44935
},
44936
{
@@ -46041,9 +46041,9 @@
46041
"zh-chs": "过去30天",
46042
"zh-cht": "過去30天",
46043
"xloc": [
46044
- "default.handlebars->47->3199",
46044
+ "default.handlebars->47->3200",
46045
"default.handlebars->container->column_l->p40->3->1->p40time->9",
46046
- "default3.handlebars->35->3187",
46046
+ "default3.handlebars->35->3188",
46047
"default3.handlebars->container->column_l->p40->3->3->p40time->9"
46048
]
46049
},
@@ -46143,8 +46143,8 @@
46143
"zh-chs": "过去 7 天",
46144
"zh-cht": "過去 7 天",
46145
"xloc": [
46146
- "default.handlebars->47->3198",
46147
- "default3.handlebars->35->3186"
46146
+ "default.handlebars->47->3199",
46147
+ "default3.handlebars->35->3187"
46148
]
46149
},
46150
{
@@ -46203,8 +46203,8 @@
46203
"zh-chs": "最后访问",
46204
"zh-cht": "最後訪問",
46205
"xloc": [
46206
- "default.handlebars->47->2739",
46207
- "default3.handlebars->35->2736"
46206
+ "default.handlebars->47->2740",
46207
+ "default3.handlebars->35->2737"
46208
]
46209
},
46210
{
@@ -46256,8 +46256,8 @@
46256
"zh-chs": "最后一天",
46257
"zh-cht": "最後一天",
46258
"xloc": [
46259
- "default.handlebars->47->3197",
46260
- "default3.handlebars->35->3185"
46259
+ "default.handlebars->47->3198",
46260
+ "default3.handlebars->35->3186"
46261
]
46262
},
46263
{
@@ -46286,8 +46286,8 @@
46286
"zh-chs": "上次登录",
46287
"zh-cht": "上次登入",
46288
"xloc": [
46289
- "default.handlebars->47->2982",
46290
- "default3.handlebars->35->2976"
46289
+ "default.handlebars->47->2983",
46290
+ "default3.handlebars->35->2977"
46291
]
46292
},
46293
{
@@ -46350,8 +46350,8 @@
46350
"zh-chs": "上次访问:{0}",
46351
"zh-cht": "上次訪問:{0}",
46352
"xloc": [
46353
- "default.handlebars->47->2749",
46354
- "default3.handlebars->35->2746"
46353
+ "default.handlebars->47->2750",
46354
+ "default3.handlebars->35->2747"
46355
]
46356
},
46357
{
@@ -46459,8 +46459,8 @@
46459
"zh-chs": "上次更改:{0}",
46460
"zh-cht": "上次更改:{0}",
46461
"xloc": [
46462
- "default.handlebars->47->2986",
46463
- "default3.handlebars->35->2980"
46462
+ "default.handlebars->47->2987",
46463
+ "default3.handlebars->35->2981"
46464
]
46465
},
46466
{
@@ -46475,8 +46475,8 @@
46475
"pl": "Zapisy czasu ostatnich połączeń",
46476
"uk": "Записи часу останнього підключення",
46477
"xloc": [
46478
- "default.handlebars->47->3267",
46479
- "default3.handlebars->35->3255"
46478
+ "default.handlebars->47->3268",
46479
+ "default3.handlebars->35->3256"
46480
]
46481
},
46482
{
@@ -46565,8 +46565,8 @@
46565
"zh-chs": "上次登录:{0}",
46566
"zh-cht": "上次登入:{0}",
46567
"xloc": [
46568
- "default.handlebars->47->2750",
46569
- "default3.handlebars->35->2747"
46568
+ "default.handlebars->47->2751",
46569
+ "default3.handlebars->35->2748"
46570
]
46571
},
46572
{
@@ -46953,8 +46953,8 @@
46953
"zh-chs": "如没有请留空。",
46954
"zh-cht": "如沒有請留空。",
46955
"xloc": [
46956
- "default.handlebars->47->3036",
46957
- "default3.handlebars->35->3030"
46956
+ "default.handlebars->47->3037",
46957
+ "default3.handlebars->35->3031"
46958
]
46959
},
46960
{
@@ -47338,8 +47338,8 @@
47338
"zh-chs": "长度",
47339
"zh-cht": "長度",
47340
"xloc": [
47341
- "default.handlebars->47->3214",
47342
- "default3.handlebars->35->3202"
47341
+ "default.handlebars->47->3215",
47342
+ "default3.handlebars->35->3203"
47343
]
47344
},
47345
{
@@ -47488,8 +47488,8 @@
47488
"zh-cht": "有限輸入",
47489
"xloc": [
47490
"default-mobile.handlebars->11->1012",
47491
- "default.handlebars->47->1144",
47492
- "default.handlebars->47->1169",
47491
+ "default.handlebars->47->1145",
47492
+ "default.handlebars->47->1170",
47493
"default.handlebars->47->2418",
47494
"default3.handlebars->35->1139",
47495
"default3.handlebars->35->1164",
@@ -48529,13 +48529,13 @@
48529
"default.handlebars->47->2167",
48530
"default.handlebars->47->2171",
48531
"default.handlebars->47->2174",
48532
- "default.handlebars->47->3088",
48533
- "default.handlebars->47->3137",
48532
+ "default.handlebars->47->3089",
48533
+ "default.handlebars->47->3138",
48534
"default3.handlebars->35->1332",
48535
"default3.handlebars->35->1821",
48536
"default3.handlebars->35->2165",
48537
"default3.handlebars->35->2169",
48538
- "default3.handlebars->35->3125"
48538
+ "default3.handlebars->35->3126"
48539
]
48540
},
48541
{
@@ -48957,8 +48957,8 @@
48957
"zh-chs": "锁定账户",
48958
"zh-cht": "鎖定賬戶",
48959
"xloc": [
48960
- "default.handlebars->47->2848",
48961
- "default3.handlebars->35->2842"
48960
+ "default.handlebars->47->2849",
48961
+ "default3.handlebars->35->2843"
48962
]
48963
},
48964
{
@@ -48987,8 +48987,8 @@
48987
"zh-chs": "锁定帐户设置",
48988
"zh-cht": "鎖定帳戶設置",
48989
"xloc": [
48990
- "default.handlebars->47->2852",
48991
- "default3.handlebars->35->2846"
48990
+ "default.handlebars->47->2853",
48991
+ "default3.handlebars->35->2847"
48992
]
48993
},
48994
{
@@ -49048,8 +49048,8 @@
49048
"zh-chs": "锁定账户",
49049
"zh-cht": "鎖定賬戶",
49050
"xloc": [
49051
- "default.handlebars->47->2771",
49052
- "default3.handlebars->35->2768"
49051
+ "default.handlebars->47->2772",
49052
+ "default3.handlebars->35->2769"
49053
]
49054
},
49055
{
@@ -49202,10 +49202,10 @@
49202
"zh-cht": "已鎖定",
49203
"xloc": [
49204
"default-mobile.handlebars->11->785",
49205
- "default.handlebars->47->2751",
49205
+ "default.handlebars->47->2752",
49206
"default.handlebars->47->487",
49207
"default.handlebars->47->976",
49208
- "default3.handlebars->35->2748",
49208
+ "default3.handlebars->35->2749",
49209
"default3.handlebars->35->484",
49210
"default3.handlebars->35->973"
49211
]
@@ -49243,13 +49243,13 @@
49243
"zh-cht": "被鎖定賬戶",
49244
"xloc": [
49245
"default-mobile.handlebars->11->95",
49246
- "default.handlebars->47->2942",
49247
- "default.handlebars->47->3245",
49248
- "default.handlebars->47->3294",
49246
+ "default.handlebars->47->2943",
49247
+ "default.handlebars->47->3246",
49248
+ "default.handlebars->47->3295",
49249
"default.handlebars->47->339",
49250
- "default3.handlebars->35->2936",
49251
- "default3.handlebars->35->3233",
49252
- "default3.handlebars->35->3282",
49250
+ "default3.handlebars->35->2937",
49251
+ "default3.handlebars->35->3234",
49252
+ "default3.handlebars->35->3283",
49253
"default3.handlebars->35->336"
49254
]
49255
},
@@ -49554,8 +49554,8 @@
49554
"zh-chs": "登录令牌",
49555
"zh-cht": "登錄令牌",
49556
"xloc": [
49557
- "default.handlebars->47->3256",
49558
- "default3.handlebars->35->3244"
49557
+ "default.handlebars->47->3257",
49558
+ "default3.handlebars->35->3245"
49559
]
49560
},
49561
{
@@ -50530,8 +50530,8 @@
50530
"zh-chs": "主服务器信息",
50531
"zh-cht": "主伺服器訊息",
50532
"xloc": [
50533
- "default.handlebars->47->3412",
50534
- "default3.handlebars->35->3400"
50533
+ "default.handlebars->47->3413",
50534
+ "default3.handlebars->35->3401"
50535
]
50536
},
50537
{
@@ -50823,8 +50823,8 @@
50823
"zh-chs": "管理录音",
50824
"zh-cht": "管理錄音",
50825
"xloc": [
50826
- "default.handlebars->47->2846",
50827
- "default3.handlebars->35->2840"
50826
+ "default.handlebars->47->2847",
50827
+ "default3.handlebars->35->2841"
50828
]
50829
},
50830
{
@@ -50883,8 +50883,8 @@
50883
"zh-chs": "管理用户组",
50884
"zh-cht": "管理用戶群",
50885
"xloc": [
50886
- "default.handlebars->47->2845",
50887
- "default3.handlebars->35->2839"
50886
+ "default.handlebars->47->2846",
50887
+ "default3.handlebars->35->2840"
50888
]
50889
},
50890
{
@@ -50914,9 +50914,9 @@
50914
"zh-cht": "管理用戶",
50915
"xloc": [
50916
"default.handlebars->47->1163",
50917
- "default.handlebars->47->2844",
50917
+ "default.handlebars->47->2845",
50918
"default3.handlebars->35->1158",
50919
- "default3.handlebars->35->2838"
50919
+ "default3.handlebars->35->2839"
50920
]
50921
},
50922
{
@@ -51210,8 +51210,8 @@
51210
"zh-chs": "经理",
51211
"zh-cht": "經理",
51212
"xloc": [
51213
- "default.handlebars->47->2756",
51214
- "default3.handlebars->35->2753"
51213
+ "default.handlebars->47->2757",
51214
+ "default3.handlebars->35->2754"
51215
]
51216
},
51217
{
@@ -51524,8 +51524,8 @@
51524
"zh-chs": "达到连接数量上限",
51525
"zh-cht": "達到連接數量上限",
51526
"xloc": [
51527
- "default.handlebars->47->3354",
51528
- "default3.handlebars->35->3342"
51527
+ "default.handlebars->47->3355",
51528
+ "default3.handlebars->35->3343"
51529
]
51530
},
51531
{
@@ -51650,11 +51650,11 @@
51650
"zh-chs": "Megabyte",
51651
"zh-cht": "Megabyte",
51652
"xloc": [
51653
- "default.handlebars->47->3397",
51654
- "default.handlebars->47->3402",
51653
+ "default.handlebars->47->3398",
51654
+ "default.handlebars->47->3403",
51655
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7",
51656
- "default3.handlebars->35->3385",
51657
- "default3.handlebars->35->3390",
51656
+ "default3.handlebars->35->3386",
51657
+ "default3.handlebars->35->3391",
51658
"default3.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7"
51659
]
51660
},
@@ -51691,13 +51691,13 @@
51691
"default.handlebars->47->1719",
51692
"default.handlebars->47->1725",
51693
"default.handlebars->47->1731",
51694
- "default.handlebars->47->3375",
51694
+ "default.handlebars->47->3376",
51695
"default.handlebars->container->column_l->p40->3->1->p40type->3",
51696
"default3.handlebars->35->1600",
51697
"default3.handlebars->35->1702",
51698
"default3.handlebars->35->1708",
51699
"default3.handlebars->35->1714",
51700
- "default3.handlebars->35->3363",
51700
+ "default3.handlebars->35->3364",
51701
"default3.handlebars->container->column_l->p40->3->3->p40type->3"
51702
]
51703
},
@@ -52003,8 +52003,8 @@
52003
"zh-chs": "MeshAgent流量",
52004
"zh-cht": "MeshAgent流量",
52005
"xloc": [
52006
- "default.handlebars->47->3414",
52007
- "default3.handlebars->35->3402"
52006
+ "default.handlebars->47->3415",
52007
+ "default3.handlebars->35->3403"
52008
]
52009
},
52010
{
@@ -52033,8 +52033,8 @@
52033
"zh-chs": "MeshAgent更新",
52034
"zh-cht": "MeshAgent更新",
52035
"xloc": [
52036
- "default.handlebars->47->3415",
52037
- "default3.handlebars->35->3403"
52036
+ "default.handlebars->47->3416",
52037
+ "default3.handlebars->35->3404"
52038
]
52039
},
52040
{
@@ -52556,8 +52556,8 @@
52556
"zh-chs": "MeshCentral服务器同级化",
52557
"zh-cht": "MeshCentral伺服器同級化",
52558
"xloc": [
52559
- "default.handlebars->47->3413",
52560
- "default3.handlebars->35->3401"
52559
+ "default.handlebars->47->3414",
52560
+ "default3.handlebars->35->3402"
52561
]
52562
},
52563
{
@@ -53094,13 +53094,13 @@
53094
"xloc": [
53095
"default.handlebars->47->1032",
53096
"default.handlebars->47->1323",
53097
- "default.handlebars->47->3019",
53098
- "default.handlebars->47->3220",
53097
+ "default.handlebars->47->3020",
53098
+ "default.handlebars->47->3221",
53099
"default.handlebars->47->578",
53100
"default3.handlebars->35->1029",
53101
"default3.handlebars->35->1314",
53102
- "default3.handlebars->35->3013",
53103
- "default3.handlebars->35->3208",
53102
+ "default3.handlebars->35->3014",
53103
+ "default3.handlebars->35->3209",
53104
"default3.handlebars->35->575"
53105
]
53106
},
@@ -53162,8 +53162,8 @@
53162
"zh-chs": "消息调度器",
53163
"zh-cht": "電郵調度器",
53164
"xloc": [
53165
- "default.handlebars->47->3411",
53166
- "default3.handlebars->35->3399"
53165
+ "default.handlebars->47->3412",
53166
+ "default3.handlebars->35->3400"
53167
]
53168
},
53169
{
@@ -53177,8 +53177,8 @@
53177
"pl": "Błąd wiadomości",
53178
"uk": "Помилка повідомлення",
53179
"xloc": [
53180
- "default.handlebars->47->3339",
53181
- "default3.handlebars->35->3327"
53180
+ "default.handlebars->47->3340",
53181
+ "default3.handlebars->35->3328"
53182
]
53183
},
53184
{
@@ -53192,8 +53192,8 @@
53192
"pl": "Błąd wiadomości: {0}",
53193
"uk": "Помилка повідомлення: {0}",
53194
"xloc": [
53195
- "default.handlebars->47->3340",
53196
- "default3.handlebars->35->3328"
53195
+ "default.handlebars->47->3341",
53196
+ "default3.handlebars->35->3329"
53197
]
53198
},
53199
{
@@ -53222,8 +53222,8 @@
53222
"pl": "Wiadomość wysłana.",
53223
"uk": "Повідомлення:",
53224
"xloc": [
53225
- "default.handlebars->47->3338",
53226
- "default3.handlebars->35->3326"
53225
+ "default.handlebars->47->3339",
53226
+ "default3.handlebars->35->3327"
53227
]
53228
},
53229
{
@@ -53295,10 +53295,10 @@
53295
"pl": "Wiadomości",
53296
"uk": "Обмін повідомленнями",
53297
"xloc": [
53298
- "default.handlebars->47->2963",
53299
- "default.handlebars->47->3012",
53300
- "default3.handlebars->35->2957",
53301
- "default3.handlebars->35->3006",
53298
+ "default.handlebars->47->2964",
53299
+ "default.handlebars->47->3013",
53300
+ "default3.handlebars->35->2958",
53301
+ "default3.handlebars->35->3007",
53302
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
53303
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
53304
"login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3"
@@ -53336,13 +53336,13 @@
53336
"default.handlebars->47->1822",
53337
"default.handlebars->47->2466",
53338
"default.handlebars->47->269",
53339
- "default.handlebars->47->3059",
53339
+ "default.handlebars->47->3060",
53340
"default3.handlebars->35->1129",
53341
"default3.handlebars->35->1784",
53342
"default3.handlebars->35->1804",
53343
"default3.handlebars->35->2463",
53344
"default3.handlebars->35->266",
53345
- "default3.handlebars->35->3053"
53345
+ "default3.handlebars->35->3054"
53346
]
53347
},
53348
{
@@ -53356,8 +53356,8 @@
53356
"pl": "Konto komunnikatora tego użytkownika.",
53357
"uk": "Месенджер",
53358
"xloc": [
53359
- "default.handlebars->47->3039",
53360
- "default3.handlebars->35->3033"
53359
+ "default.handlebars->47->3040",
53360
+ "default3.handlebars->35->3034"
53361
]
53362
},
53363
{
@@ -53371,8 +53371,8 @@
53371
"pl": "Wiadomości włączone",
53372
"uk": "Обмін повідомленнями ввімкнено",
53373
"xloc": [
53374
- "default.handlebars->47->2964",
53375
- "default3.handlebars->35->2958"
53374
+ "default.handlebars->47->2965",
53375
+ "default3.handlebars->35->2959"
53376
]
53377
},
53378
{
@@ -53401,14 +53401,14 @@
53401
"zh-chs": "信使",
53402
"zh-cht": "信使",
53403
"xloc": [
53404
- "default.handlebars->47->3156",
53405
- "default.handlebars->47->3166",
53406
- "default.handlebars->47->3232",
53407
- "default.handlebars->47->3285",
53408
- "default3.handlebars->35->3144",
53409
- "default3.handlebars->35->3154",
53410
- "default3.handlebars->35->3220",
53411
- "default3.handlebars->35->3273"
53404
+ "default.handlebars->47->3157",
53405
+ "default.handlebars->47->3167",
53406
+ "default.handlebars->47->3233",
53407
+ "default.handlebars->47->3286",
53408
+ "default3.handlebars->35->3145",
53409
+ "default3.handlebars->35->3155",
53410
+ "default3.handlebars->35->3221",
53411
+ "default3.handlebars->35->3274"
53412
]
53413
},
53414
{
@@ -53421,8 +53421,8 @@
53421
"pl": "Wiadomości",
53422
"uk": "Обмін повідомленнями",
53423
"xloc": [
53424
- "default.handlebars->47->3252",
53425
- "default3.handlebars->35->3240"
53424
+ "default.handlebars->47->3253",
53425
+ "default3.handlebars->35->3241"
53426
]
53427
},
53428
{
@@ -54064,8 +54064,8 @@
54064
"zh-chs": "多路复用器",
54065
"zh-cht": "多工器",
54066
"xloc": [
54067
- "default.handlebars->47->3178",
54068
- "default3.handlebars->35->3166"
54067
+ "default.handlebars->47->3179",
54068
+ "default3.handlebars->35->3167"
54069
]
54070
},
54071
{
@@ -54773,12 +54773,12 @@
54773
"default.handlebars->47->2148",
54774
"default.handlebars->47->2185",
54775
"default.handlebars->47->2325",
54776
- "default.handlebars->47->2737",
54777
- "default.handlebars->47->2855",
54778
- "default.handlebars->47->2871",
54779
- "default.handlebars->47->2878",
54780
- "default.handlebars->47->2929",
54781
- "default.handlebars->47->2948",
54776
+ "default.handlebars->47->2738",
54777
+ "default.handlebars->47->2856",
54778
+ "default.handlebars->47->2872",
54779
+ "default.handlebars->47->2879",
54780
+ "default.handlebars->47->2930",
54781
+ "default.handlebars->47->2949",
54782
"default.handlebars->47->344",
54783
"default.handlebars->47->900",
54784
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -54796,12 +54796,12 @@
54796
"default3.handlebars->35->2181",
54797
"default3.handlebars->35->2320",
54798
"default3.handlebars->35->2321",
54799
- "default3.handlebars->35->2734",
54800
- "default3.handlebars->35->2849",
54801
- "default3.handlebars->35->2865",
54802
- "default3.handlebars->35->2872",
54803
- "default3.handlebars->35->2923",
54804
- "default3.handlebars->35->2942",
54799
+ "default3.handlebars->35->2735",
54800
+ "default3.handlebars->35->2850",
54801
+ "default3.handlebars->35->2866",
54802
+ "default3.handlebars->35->2873",
54803
+ "default3.handlebars->35->2924",
54804
+ "default3.handlebars->35->2943",
54805
"default3.handlebars->35->341",
54806
"default3.handlebars->35->897",
54807
"default3.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -54865,7 +54865,7 @@
54865
"zh-chs": "名称1,名称2,名称3",
54866
"zh-cht": "名稱1,名稱2,名稱3",
54867
"xloc": [
54868
- "default.handlebars->47->2836"
54868
+ "default.handlebars->47->2837"
54869
]
54870
},
54871
{
@@ -55032,8 +55032,8 @@
55032
"pl": "Zapisy informacji o interfejsach sieciowych",
55033
"uk": "Записати інформацію про мережевий інтерфейс",
55034
"xloc": [
55035
- "default.handlebars->47->3265",
55036
- "default3.handlebars->35->3253"
55035
+ "default.handlebars->47->3266",
55036
+ "default3.handlebars->35->3254"
55037
]
55038
},
55039
{
@@ -55159,8 +55159,8 @@
55159
"zh-cht": "新賬戶",
55160
"xloc": [
55161
"default-mobile.handlebars->11->1030",
55162
- "default.handlebars->47->3301",
55163
- "default3.handlebars->35->3289"
55162
+ "default.handlebars->47->3302",
55163
+ "default3.handlebars->35->3290"
55164
]
55165
},
55166
{
@@ -55579,8 +55579,8 @@
55579
"zh-chs": "没有AMT",
55580
"zh-cht": "沒有AMT",
55581
"xloc": [
55582
- "default.handlebars->47->1143",
55583
- "default.handlebars->47->1168",
55582
+ "default.handlebars->47->1144",
55583
+ "default.handlebars->47->1169",
55584
"default3.handlebars->35->1138",
55585
"default3.handlebars->35->1163"
55586
]
@@ -55668,8 +55668,8 @@
55668
"zh-chs": "无座席控制台",
55669
"zh-cht": "無代理控制台",
55670
"xloc": [
55671
- "default.handlebars->47->3074",
55672
- "default3.handlebars->35->3068"
55671
+ "default.handlebars->47->3075",
55672
+ "default3.handlebars->35->3069"
55673
]
55674
},
55675
{
@@ -55708,8 +55708,8 @@
55708
"zh-chs": "没有控制台",
55709
"zh-cht": "沒有控制台",
55710
"xloc": [
55711
- "default.handlebars->47->2972",
55712
- "default3.handlebars->35->2966"
55711
+ "default.handlebars->47->2973",
55712
+ "default3.handlebars->35->2967"
55713
]
55714
},
55715
{
@@ -55772,14 +55772,14 @@
55772
"zh-chs": "没有桌面",
55773
"zh-cht": "沒有桌面",
55774
"xloc": [
55775
- "default.handlebars->47->1145",
55776
- "default.handlebars->47->1170",
55775
+ "default.handlebars->47->1146",
55776
+ "default.handlebars->47->1171",
55777
"default.handlebars->47->2414",
55778
- "default.handlebars->47->2968",
55778
+ "default.handlebars->47->2969",
55779
"default3.handlebars->35->1140",
55780
"default3.handlebars->35->1165",
55781
"default3.handlebars->35->2411",
55782
- "default3.handlebars->35->2962"
55782
+ "default3.handlebars->35->2963"
55783
]
55784
},
55785
{
@@ -55809,9 +55809,9 @@
55809
"zh-cht": "不能訪問桌面",
55810
"xloc": [
55811
"default.handlebars->47->2373",
55812
- "default.handlebars->47->3070",
55812
+ "default.handlebars->47->3071",
55813
"default3.handlebars->35->2370",
55814
- "default3.handlebars->35->3064"
55814
+ "default3.handlebars->35->3065"
55815
]
55816
},
55817
{
@@ -55867,11 +55867,11 @@
55867
"zh-cht": "找不到事件",
55868
"xloc": [
55869
"default.handlebars->47->1612",
55870
- "default.handlebars->47->2713",
55871
- "default.handlebars->47->3136",
55870
+ "default.handlebars->47->2714",
55871
+ "default.handlebars->47->3137",
55872
"default3.handlebars->35->1597",
55873
- "default3.handlebars->35->2710",
55874
- "default3.handlebars->35->3124"
55873
+ "default3.handlebars->35->2711",
55874
+ "default3.handlebars->35->3125"
55875
]
55876
},
55877
{
@@ -55902,9 +55902,9 @@
55902
"xloc": [
55903
"default-mobile.handlebars->11->987",
55904
"default.handlebars->47->2375",
55905
- "default.handlebars->47->3073",
55905
+ "default.handlebars->47->3074",
55906
"default3.handlebars->35->2372",
55907
- "default3.handlebars->35->3067"
55907
+ "default3.handlebars->35->3068"
55908
]
55909
},
55910
{
@@ -55934,14 +55934,14 @@
55934
"zh-cht": "沒有檔案",
55935
"xloc": [
55936
"default-mobile.handlebars->11->1010",
55937
- "default.handlebars->47->1142",
55938
- "default.handlebars->47->1167",
55937
+ "default.handlebars->47->1143",
55938
+ "default.handlebars->47->1168",
55939
"default.handlebars->47->2416",
55940
- "default.handlebars->47->2971",
55940
+ "default.handlebars->47->2972",
55941
"default3.handlebars->35->1137",
55942
"default3.handlebars->35->1162",
55943
"default3.handlebars->35->2413",
55944
- "default3.handlebars->35->2965"
55944
+ "default3.handlebars->35->2966"
55945
]
55946
},
55947
{
@@ -55970,8 +55970,8 @@
55970
"zh-chs": "无输入",
55971
"zh-cht": "無輸入",
55972
"xloc": [
55973
- "default.handlebars->47->1140",
55974
- "default.handlebars->47->1165",
55973
+ "default.handlebars->47->1141",
55974
+ "default.handlebars->47->1166",
55975
"default3.handlebars->35->1135",
55976
"default3.handlebars->35->1160"
55977
]
@@ -56151,8 +56151,8 @@
56151
"zh-chs": "没有成员",
56152
"zh-cht": "沒有成員",
56153
"xloc": [
56154
- "default.handlebars->47->2909",
56155
- "default3.handlebars->35->2903"
56154
+ "default.handlebars->47->2910",
56155
+ "default3.handlebars->35->2904"
56156
]
56157
},
56158
{
@@ -56181,8 +56181,8 @@
56181
"zh-chs": "没有新的设备组",
56182
"zh-cht": "沒有新的裝置群",
56183
"xloc": [
56184
- "default.handlebars->47->2849",
56185
- "default3.handlebars->35->2843"
56184
+ "default.handlebars->47->2850",
56185
+ "default3.handlebars->35->2844"
56186
]
56187
},
56188
{
@@ -56211,8 +56211,8 @@
56211
"zh-chs": "没有新设备",
56212
"zh-cht": "沒有新設備",
56213
"xloc": [
56214
- "default.handlebars->47->2850",
56215
- "default3.handlebars->35->2844"
56214
+ "default.handlebars->47->2851",
56215
+ "default3.handlebars->35->2845"
56216
]
56217
},
56218
{
@@ -56298,10 +56298,10 @@
56298
"zh-chs": "没有遥控器",
56299
"zh-cht": "沒有遙控器",
56300
"xloc": [
56301
- "default.handlebars->47->2974",
56302
- "default.handlebars->47->3076",
56303
- "default3.handlebars->35->2968",
56304
- "default3.handlebars->35->3070"
56301
+ "default.handlebars->47->2975",
56302
+ "default.handlebars->47->3077",
56303
+ "default3.handlebars->35->2969",
56304
+ "default3.handlebars->35->3071"
56305
]
56306
},
56307
{
@@ -56330,10 +56330,10 @@
56330
"zh-chs": "没有遥控器",
56331
"zh-cht": "沒有遙控器",
56332
"xloc": [
56333
- "default.handlebars->47->2967",
56334
- "default.handlebars->47->3069",
56335
- "default3.handlebars->35->2961",
56336
- "default3.handlebars->35->3063"
56333
+ "default.handlebars->47->2968",
56334
+ "default.handlebars->47->3070",
56335
+ "default3.handlebars->35->2962",
56336
+ "default3.handlebars->35->3064"
56337
]
56338
},
56339
{
@@ -56362,10 +56362,10 @@
56362
"zh-chs": "无重置/关闭",
56363
"zh-cht": "無重置/關閉",
56364
"xloc": [
56365
- "default.handlebars->47->2976",
56366
- "default.handlebars->47->3078",
56367
- "default3.handlebars->35->2970",
56368
- "default3.handlebars->35->3072"
56365
+ "default.handlebars->47->2977",
56366
+ "default.handlebars->47->3079",
56367
+ "default3.handlebars->35->2971",
56368
+ "default3.handlebars->35->3073"
56369
]
56370
},
56371
{
@@ -56493,14 +56493,14 @@
56493
"zh-cht": "沒有終端",
56494
"xloc": [
56495
"default-mobile.handlebars->11->1009",
56496
- "default.handlebars->47->1141",
56497
- "default.handlebars->47->1166",
56496
+ "default.handlebars->47->1142",
56497
+ "default.handlebars->47->1167",
56498
"default.handlebars->47->2415",
56499
- "default.handlebars->47->2970",
56499
+ "default.handlebars->47->2971",
56500
"default3.handlebars->35->1136",
56501
"default3.handlebars->35->1161",
56502
"default3.handlebars->35->2412",
56503
- "default3.handlebars->35->2964"
56503
+ "default3.handlebars->35->2965"
56504
]
56505
},
56506
{
@@ -56531,9 +56531,9 @@
56531
"xloc": [
56532
"default-mobile.handlebars->11->986",
56533
"default.handlebars->47->2374",
56534
- "default.handlebars->47->3072",
56534
+ "default.handlebars->47->3073",
56535
"default3.handlebars->35->2371",
56536
- "default3.handlebars->35->3066"
56536
+ "default3.handlebars->35->3067"
56537
]
56538
},
56539
{
@@ -56562,8 +56562,8 @@
56562
"zh-chs": "没有工具(MeshCmd /路由器)",
56563
"zh-cht": "沒有工具(MeshCmd /路由器)",
56564
"xloc": [
56565
- "default.handlebars->47->2851",
56566
- "default3.handlebars->35->2845"
56565
+ "default.handlebars->47->2852",
56566
+ "default3.handlebars->35->2846"
56567
]
56568
},
56569
{
@@ -56592,10 +56592,10 @@
56592
"zh-chs": "无卸载",
56593
"zh-cht": "無卸載",
56594
"xloc": [
56595
- "default.handlebars->47->2973",
56596
- "default.handlebars->47->3075",
56597
- "default3.handlebars->35->2967",
56598
- "default3.handlebars->35->3069"
56595
+ "default.handlebars->47->2974",
56596
+ "default.handlebars->47->3076",
56597
+ "default3.handlebars->35->2968",
56598
+ "default3.handlebars->35->3070"
56599
]
56600
},
56601
{
@@ -56624,10 +56624,10 @@
56624
"zh-chs": "没有唤醒",
56625
"zh-cht": "沒有喚醒",
56626
"xloc": [
56627
- "default.handlebars->47->2975",
56628
- "default.handlebars->47->3077",
56629
- "default3.handlebars->35->2969",
56630
- "default3.handlebars->35->3071"
56627
+ "default.handlebars->47->2976",
56628
+ "default.handlebars->47->3078",
56629
+ "default3.handlebars->35->2970",
56630
+ "default3.handlebars->35->3072"
56631
]
56632
},
56633
{
@@ -56778,10 +56778,10 @@
56778
"zh-chs": "没有共同的设备组",
56779
"zh-cht": "沒有共同的裝置群",
56780
"xloc": [
56781
- "default.handlebars->47->2915",
56782
- "default.handlebars->47->3104",
56783
- "default3.handlebars->35->2909",
56784
- "default3.handlebars->35->3092"
56781
+ "default.handlebars->47->2916",
56782
+ "default.handlebars->47->3105",
56783
+ "default3.handlebars->35->2910",
56784
+ "default3.handlebars->35->3093"
56785
]
56786
},
56787
{
@@ -56959,10 +56959,10 @@
56959
"zh-chs": "没有共同的设备",
56960
"zh-cht": "沒有共同的裝置",
56961
"xloc": [
56962
- "default.handlebars->47->2921",
56963
- "default.handlebars->47->3116",
56964
- "default3.handlebars->35->2915",
56965
- "default3.handlebars->35->3104"
56962
+ "default.handlebars->47->2922",
56963
+ "default.handlebars->47->3117",
56964
+ "default3.handlebars->35->2916",
56965
+ "default3.handlebars->35->3105"
56966
]
56967
},
56968
{
@@ -57175,8 +57175,8 @@
57175
"zh-chs": "找不到群组。",
57176
"zh-cht": "找不到群組。",
57177
"xloc": [
57178
- "default.handlebars->47->2854",
57179
- "default3.handlebars->35->2848"
57178
+ "default.handlebars->47->2855",
57179
+ "default3.handlebars->35->2849"
57180
]
57181
},
57182
{
@@ -57510,8 +57510,8 @@
57510
"zh-cht": "沒有此用戶的電話號碼",
57511
"xloc": [
57512
"default-mobile.handlebars->11->1061",
57513
- "default.handlebars->47->3332",
57514
- "default3.handlebars->35->3320"
57513
+ "default.handlebars->47->3333",
57514
+ "default3.handlebars->35->3321"
57515
]
57516
},
57517
{
@@ -57570,8 +57570,8 @@
57570
"zh-chs": "没有录音。",
57571
"zh-cht": "沒有錄音。",
57572
"xloc": [
57573
- "default.handlebars->47->3141",
57574
- "default3.handlebars->35->3129"
57573
+ "default.handlebars->47->3142",
57574
+ "default3.handlebars->35->3130"
57575
]
57576
},
57577
{
@@ -57658,8 +57658,8 @@
57658
"zh-chs": "没有服务器权限",
57659
"zh-cht": "沒有伺服器權限",
57660
"xloc": [
57661
- "default.handlebars->47->2943",
57662
- "default3.handlebars->35->2937"
57661
+ "default.handlebars->47->2944",
57662
+ "default3.handlebars->35->2938"
57663
]
57664
},
57665
{
@@ -57714,8 +57714,8 @@
57714
"zh-chs": "没有用户组成员身份",
57715
"zh-cht": "沒有用戶群成員身份",
57716
"xloc": [
57717
- "default.handlebars->47->3110",
57718
- "default3.handlebars->35->3098"
57717
+ "default.handlebars->47->3111",
57718
+ "default3.handlebars->35->3099"
57719
]
57720
},
57721
{
@@ -57745,8 +57745,8 @@
57745
"zh-cht": "沒有用戶管理權限",
57746
"xloc": [
57747
"default-mobile.handlebars->11->1059",
57748
- "default.handlebars->47->3330",
57749
- "default3.handlebars->35->3318"
57748
+ "default.handlebars->47->3331",
57749
+ "default3.handlebars->35->3319"
57750
]
57751
},
57752
{
@@ -57775,8 +57775,8 @@
57775
"zh-chs": "未找到相应的用户。",
57776
"zh-cht": "未找到相應的用戶。",
57777
"xloc": [
57778
- "default.handlebars->47->2745",
57779
- "default3.handlebars->35->2742"
57778
+ "default.handlebars->47->2746",
57779
+ "default3.handlebars->35->2743"
57780
]
57781
},
57782
{
@@ -57947,21 +57947,21 @@
57947
"default.handlebars->47->2480",
57948
"default.handlebars->47->2505",
57949
"default.handlebars->47->2510",
57950
- "default.handlebars->47->2721",
57950
+ "default.handlebars->47->2722",
57951
"default.handlebars->47->286",
57952
- "default.handlebars->47->2875",
57953
- "default.handlebars->47->2877",
57954
- "default.handlebars->47->2886",
57955
- "default.handlebars->47->2898",
57956
- "default.handlebars->47->2962",
57957
- "default.handlebars->47->2965",
57958
- "default.handlebars->47->2977",
57959
- "default.handlebars->47->2987",
57960
- "default.handlebars->47->2991",
57961
- "default.handlebars->47->3003",
57962
- "default.handlebars->47->3040",
57952
+ "default.handlebars->47->2876",
57953
+ "default.handlebars->47->2878",
57954
+ "default.handlebars->47->2887",
57955
+ "default.handlebars->47->2899",
57956
+ "default.handlebars->47->2963",
57957
+ "default.handlebars->47->2966",
57958
+ "default.handlebars->47->2978",
57959
+ "default.handlebars->47->2988",
57960
+ "default.handlebars->47->2992",
57961
+ "default.handlebars->47->3004",
57962
+ "default.handlebars->47->3041",
57963
"default.handlebars->47->314",
57964
- "default.handlebars->47->3247",
57964
+ "default.handlebars->47->3248",
57965
"default.handlebars->47->412",
57966
"default.handlebars->47->413",
57967
"default.handlebars->47->897",
@@ -57983,21 +57983,21 @@
57983
"default3.handlebars->35->2477",
57984
"default3.handlebars->35->2502",
57985
"default3.handlebars->35->2507",
57986
- "default3.handlebars->35->2718",
57986
+ "default3.handlebars->35->2719",
57987
"default3.handlebars->35->283",
57988
- "default3.handlebars->35->2869",
57989
- "default3.handlebars->35->2871",
57990
- "default3.handlebars->35->2880",
57991
- "default3.handlebars->35->2892",
57992
- "default3.handlebars->35->2956",
57993
- "default3.handlebars->35->2959",
57994
- "default3.handlebars->35->2971",
57995
- "default3.handlebars->35->2981",
57996
- "default3.handlebars->35->2985",
57997
- "default3.handlebars->35->2997",
57998
- "default3.handlebars->35->3034",
57988
+ "default3.handlebars->35->2870",
57989
+ "default3.handlebars->35->2872",
57990
+ "default3.handlebars->35->2881",
57991
+ "default3.handlebars->35->2893",
57992
+ "default3.handlebars->35->2957",
57993
+ "default3.handlebars->35->2960",
57994
+ "default3.handlebars->35->2972",
57995
+ "default3.handlebars->35->2982",
57996
+ "default3.handlebars->35->2986",
57997
+ "default3.handlebars->35->2998",
57998
+ "default3.handlebars->35->3035",
57999
"default3.handlebars->35->311",
58000
- "default3.handlebars->35->3235",
58000
+ "default3.handlebars->35->3236",
58001
"default3.handlebars->35->409",
58002
"default3.handlebars->35->410",
58003
"default3.handlebars->35->894",
@@ -58375,8 +58375,8 @@
58375
"zh-chs": "不在服务器上",
58376
"zh-cht": "不在伺服器上",
58377
"xloc": [
58378
- "default.handlebars->47->3170",
58379
- "default3.handlebars->35->3158"
58378
+ "default.handlebars->47->3171",
58379
+ "default3.handlebars->35->3159"
58380
]
58381
},
58382
{
@@ -58405,10 +58405,10 @@
58405
"zh-chs": "没有设置",
58406
"zh-cht": "沒有設置",
58407
"xloc": [
58408
- "default.handlebars->47->2949",
58408
"default.handlebars->47->2950",
58410
- "default3.handlebars->35->2943",
58411
- "default3.handlebars->35->2944"
58409
+ "default.handlebars->47->2951",
58410
+ "default3.handlebars->35->2944",
58411
+ "default3.handlebars->35->2945"
58412
]
58413
},
58414
{
@@ -58437,8 +58437,8 @@
58437
"zh-chs": "未经审核的",
58438
"zh-cht": "未經審核的",
58439
"xloc": [
58440
- "default.handlebars->47->3084",
58441
- "default3.handlebars->35->3076"
58440
+ "default.handlebars->47->3085",
58441
+ "default3.handlebars->35->3077"
58442
]
58443
},
58444
{
@@ -58475,14 +58475,14 @@
58475
"default.handlebars->47->1176",
58476
"default.handlebars->47->1190",
58477
"default.handlebars->47->2234",
58478
- "default.handlebars->47->3015",
58478
+ "default.handlebars->47->3016",
58479
"default.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->0",
58480
"default3.handlebars->35->1023",
58481
"default3.handlebars->35->1146",
58482
"default3.handlebars->35->1171",
58483
"default3.handlebars->35->1185",
58484
"default3.handlebars->35->2230",
58485
- "default3.handlebars->35->3009",
58485
+ "default3.handlebars->35->3010",
58486
"default3.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->1"
58487
]
58488
},
@@ -58692,9 +58692,9 @@
58692
"zh-chs": "通知",
58693
"zh-cht": "通知",
58694
"xloc": [
58695
- "default.handlebars->47->3023",
58695
+ "default.handlebars->47->3024",
58696
"default.handlebars->47->311",
58697
- "default3.handlebars->35->3017",
58697
+ "default3.handlebars->35->3018",
58698
"default3.handlebars->35->308"
58699
]
58700
},
@@ -58788,8 +58788,8 @@
58788
"zh-chs": "通知{0}",
58789
"zh-cht": "通知{0}",
58790
"xloc": [
58791
- "default.handlebars->47->2787",
58792
- "default3.handlebars->35->2783"
58791
+ "default.handlebars->47->2788",
58792
+ "default3.handlebars->35->2784"
58793
]
58794
},
58795
{
@@ -58818,8 +58818,8 @@
58818
"zh-chs": "空值",
58819
"zh-cht": "無效的",
58820
"xloc": [
58821
- "default.handlebars->47->3405",
58822
- "default3.handlebars->35->3393"
58821
+ "default.handlebars->47->3406",
58822
+ "default3.handlebars->35->3394"
58823
]
58824
},
58825
{
@@ -59066,8 +59066,8 @@
59066
"zh-cht": "發生在{0}",
59067
"xloc": [
59068
"default-mobile.handlebars->11->1027",
59069
- "default.handlebars->47->3298",
59070
- "default3.handlebars->35->3286"
59069
+ "default.handlebars->47->3299",
59070
+ "default3.handlebars->35->3287"
59071
]
59072
},
59073
{
@@ -59164,8 +59164,8 @@
59164
"zh-chs": "离线用户",
59165
"zh-cht": "離線用戶",
59166
"xloc": [
59167
- "default.handlebars->47->2742",
59168
- "default3.handlebars->35->2739"
59167
+ "default.handlebars->47->2743",
59168
+ "default3.handlebars->35->2740"
59169
]
59170
},
59171
{
@@ -59269,8 +59269,8 @@
59269
"zh-chs": "一天",
59270
"zh-cht": "一天",
59271
"xloc": [
59272
- "default.handlebars->47->2718",
59273
- "default3.handlebars->35->2715"
59272
+ "default.handlebars->47->2719",
59273
+ "default3.handlebars->35->2716"
59274
]
59275
},
59276
{
@@ -59330,8 +59330,8 @@
59330
"zh-chs": "一次性密码",
59331
"zh-cht": "一次性密碼",
59332
"xloc": [
59333
- "default.handlebars->47->3254",
59334
- "default3.handlebars->35->3242"
59333
+ "default.handlebars->47->3255",
59334
+ "default3.handlebars->35->3243"
59335
]
59336
},
59337
{
@@ -59393,8 +59393,8 @@
59393
"zh-chs": "在线用户",
59394
"zh-cht": "在線用戶",
59395
"xloc": [
59396
- "default.handlebars->47->2741",
59397
- "default3.handlebars->35->2738"
59396
+ "default.handlebars->47->2742",
59397
+ "default3.handlebars->35->2739"
59398
]
59399
},
59400
{
@@ -59423,8 +59423,8 @@
59423
"zh-chs": "只显示前 100 个用户",
59424
"zh-cht": "僅顯示前 100 個用戶",
59425
"xloc": [
59426
- "default.handlebars->47->2788",
59427
- "default3.handlebars->35->2784"
59426
+ "default.handlebars->47->2789",
59427
+ "default3.handlebars->35->2785"
59428
]
59429
},
59430
{
@@ -59956,14 +59956,14 @@
59956
"default-mobile.handlebars->11->788",
59957
"default.handlebars->47->1360",
59958
"default.handlebars->47->1627",
59959
- "default.handlebars->47->3217",
59959
+ "default.handlebars->47->3218",
59960
"default.handlebars->47->354",
59961
"default.handlebars->47->560",
59962
"default.handlebars->47->610",
59963
"default.handlebars->47->949",
59964
"default3.handlebars->35->1348",
59965
"default3.handlebars->35->1612",
59966
- "default3.handlebars->35->3205",
59966
+ "default3.handlebars->35->3206",
59967
"default3.handlebars->35->351",
59968
"default3.handlebars->35->557",
59969
"default3.handlebars->35->607",
@@ -59998,13 +59998,13 @@
59998
"xloc": [
59999
"default-mobile.handlebars->11->594",
60000
"default.handlebars->47->1286",
60001
- "default.handlebars->47->2770",
60002
- "default.handlebars->47->2862",
60001
+ "default.handlebars->47->2771",
60002
+ "default.handlebars->47->2863",
60003
"default.handlebars->47->759",
60004
"default.handlebars->47->771",
60005
"default3.handlebars->35->1281",
60006
- "default3.handlebars->35->2767",
60007
- "default3.handlebars->35->2856",
60006
+ "default3.handlebars->35->2768",
60007
+ "default3.handlebars->35->2857",
60008
"default3.handlebars->35->756",
60009
"default3.handlebars->35->768"
60010
]
@@ -60643,8 +60643,8 @@
60643
"zh-chs": "部分的",
60644
"zh-cht": "部分的",
60645
"xloc": [
60646
- "default.handlebars->47->2757",
60647
- "default3.handlebars->35->2754"
60646
+ "default.handlebars->47->2758",
60647
+ "default3.handlebars->35->2755"
60648
]
60649
},
60650
{
@@ -60757,8 +60757,8 @@
60757
"zh-chs": "部分权限",
60758
"zh-cht": "部分權限",
60759
"xloc": [
60760
- "default.handlebars->47->2946",
60761
- "default3.handlebars->35->2940"
60760
+ "default.handlebars->47->2947",
60761
+ "default3.handlebars->35->2941"
60762
]
60763
},
60764
{
@@ -60825,12 +60825,12 @@
60825
"default.handlebars->47->1527",
60826
"default.handlebars->47->2130",
60827
"default.handlebars->47->2296",
60828
- "default.handlebars->47->2824",
60828
"default.handlebars->47->2825",
60830
- "default.handlebars->47->2983",
60831
- "default.handlebars->47->2985",
60832
- "default.handlebars->47->3089",
60829
+ "default.handlebars->47->2826",
60830
+ "default.handlebars->47->2984",
60831
+ "default.handlebars->47->2986",
60832
"default.handlebars->47->3090",
60833
+ "default.handlebars->47->3091",
60834
"default.handlebars->47->348",
60835
"default.handlebars->47->521",
60836
"default3.handlebars->35->1308",
@@ -60839,9 +60839,9 @@
60839
"default3.handlebars->35->1512",
60840
"default3.handlebars->35->2130",
60841
"default3.handlebars->35->2290",
60842
- "default3.handlebars->35->2820",
60843
- "default3.handlebars->35->2977",
60844
- "default3.handlebars->35->2979",
60842
+ "default3.handlebars->35->2821",
60843
+ "default3.handlebars->35->2978",
60844
+ "default3.handlebars->35->2980",
60845
"default3.handlebars->35->345",
60846
"default3.handlebars->35->518",
60847
"login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1",
@@ -61013,8 +61013,8 @@
61013
"zh-cht": "密碼已更改。",
61014
"xloc": [
61015
"default-mobile.handlebars->11->1055",
61016
- "default.handlebars->47->3326",
61017
- "default3.handlebars->35->3314"
61016
+ "default.handlebars->47->3327",
61017
+ "default3.handlebars->35->3315"
61018
]
61019
},
61020
{
@@ -61073,7 +61073,7 @@
61073
"zh-chs": "密码提示",
61074
"zh-cht": "密碼提示",
61075
"xloc": [
61076
- "default.handlebars->47->3091"
61076
+ "default.handlebars->47->3092"
61077
]
61078
},
61079
{
@@ -62041,8 +62041,8 @@
62041
"zh-cht": "沒有權限",
62042
"xloc": [
62043
"default-mobile.handlebars->11->1036",
62044
- "default.handlebars->47->3307",
62045
- "default3.handlebars->35->3295"
62044
+ "default.handlebars->47->3308",
62045
+ "default3.handlebars->35->3296"
62046
]
62047
},
62048
{
@@ -62073,9 +62073,9 @@
62073
"xloc": [
62074
"default-mobile.handlebars->11->1021",
62075
"default.handlebars->47->2430",
62076
- "default.handlebars->47->2740",
62076
+ "default.handlebars->47->2741",
62077
"default3.handlebars->35->2427",
62078
- "default3.handlebars->35->2737"
62078
+ "default3.handlebars->35->2738"
62079
]
62080
},
62081
{
@@ -62201,11 +62201,11 @@
62201
"default.handlebars->47->1796",
62202
"default.handlebars->47->1799",
62203
"default.handlebars->47->266",
62204
- "default.handlebars->47->3038",
62204
+ "default.handlebars->47->3039",
62205
"default3.handlebars->35->1778",
62206
"default3.handlebars->35->1781",
62207
"default3.handlebars->35->263",
62208
- "default3.handlebars->35->3032"
62208
+ "default3.handlebars->35->3033"
62209
]
62210
},
62211
{
@@ -62234,8 +62234,8 @@
62234
"zh-chs": "电话号码",
62235
"zh-cht": "電話號碼",
62236
"xloc": [
62237
- "default.handlebars->47->2961",
62238
- "default3.handlebars->35->2955"
62237
+ "default.handlebars->47->2962",
62238
+ "default3.handlebars->35->2956"
62239
]
62240
},
62241
{
@@ -62266,9 +62266,9 @@
62266
"xloc": [
62267
"default-mobile.handlebars->11->110",
62268
"default.handlebars->47->1798",
62269
- "default.handlebars->47->3037",
62269
+ "default.handlebars->47->3038",
62270
"default3.handlebars->35->1780",
62271
- "default3.handlebars->35->3031"
62271
+ "default3.handlebars->35->3032"
62272
]
62273
},
62274
{
@@ -62533,9 +62533,9 @@
62533
"zh-cht": "外掛指令",
62534
"xloc": [
62535
"default.handlebars->47->329",
62536
- "default.handlebars->47->3443",
62536
+ "default.handlebars->47->3444",
62537
"default3.handlebars->35->326",
62538
- "default3.handlebars->35->3431"
62538
+ "default3.handlebars->35->3432"
62539
]
62540
},
62541
{
@@ -63455,8 +63455,8 @@
63455
"zh-chs": "存在于服务器上",
63456
"zh-cht": "存在於伺服器上",
63457
"xloc": [
63458
- "default.handlebars->47->3169",
63459
- "default3.handlebars->35->3157"
63458
+ "default.handlebars->47->3170",
63459
+ "default3.handlebars->35->3158"
63460
]
63461
},
63462
{
@@ -63608,12 +63608,12 @@
63608
"default-mobile.handlebars->11->100",
63609
"default-mobile.handlebars->11->97",
63610
"default.handlebars->47->1791",
63611
- "default.handlebars->47->3032",
63612
- "default.handlebars->47->3087",
63611
+ "default.handlebars->47->3033",
63612
+ "default.handlebars->47->3088",
63613
"default.handlebars->47->341",
63614
"default3.handlebars->35->1774",
63615
- "default3.handlebars->35->3026",
63616
- "default3.handlebars->35->3079",
63615
+ "default3.handlebars->35->3027",
63616
+ "default3.handlebars->35->3080",
63617
"default3.handlebars->35->338"
63618
]
63619
},
@@ -64095,8 +64095,8 @@
64095
"zh-chs": "协议",
64096
"zh-cht": "協議",
64097
"xloc": [
64098
- "default.handlebars->47->3167",
64099
- "default3.handlebars->35->3155",
64098
+ "default.handlebars->47->3168",
64099
+ "default3.handlebars->35->3156",
64100
"player.handlebars->3->36"
64101
]
64102
},
@@ -64429,8 +64429,8 @@
64429
"zh-chs": "推送通知",
64430
"zh-cht": "推送通知",
64431
"xloc": [
64432
- "default.handlebars->47->3253",
64433
- "default3.handlebars->35->3241"
64432
+ "default.handlebars->47->3254",
64433
+ "default3.handlebars->35->3242"
64434
]
64435
},
64436
{
@@ -64499,9 +64499,9 @@
64499
"uk": "Pushover",
64500
"xloc": [
64501
"default.handlebars->47->1808",
64502
- "default.handlebars->47->3045",
64502
+ "default.handlebars->47->3046",
64503
"default3.handlebars->35->1790",
64504
- "default3.handlebars->35->3039"
64504
+ "default3.handlebars->35->3040"
64505
]
64506
},
64507
{
@@ -65017,8 +65017,8 @@
65017
"zh-chs": "RSS",
65018
"zh-cht": "RSS",
65019
"xloc": [
65020
- "default.handlebars->47->3401",
65021
- "default3.handlebars->35->3389"
65020
+ "default.handlebars->47->3402",
65021
+ "default3.handlebars->35->3390"
65022
]
65023
},
65024
{
@@ -65106,8 +65106,8 @@
65106
"zh-chs": "随机密码。",
65107
"zh-cht": "隨機密碼。",
65108
"xloc": [
65109
- "default.handlebars->47->2826",
65110
- "default3.handlebars->35->2822"
65109
+ "default.handlebars->47->2827",
65110
+ "default3.handlebars->35->2823"
65111
]
65112
},
65113
{
@@ -65253,11 +65253,11 @@
65253
"zh-chs": "真正的名字",
65254
"zh-cht": "真正的名字",
65255
"xloc": [
65256
- "default.handlebars->47->2958",
65257
- "default.handlebars->47->2960",
65258
- "default.handlebars->47->3080",
65259
- "default3.handlebars->35->2952",
65260
- "default3.handlebars->35->2954"
65256
+ "default.handlebars->47->2959",
65257
+ "default.handlebars->47->2961",
65258
+ "default.handlebars->47->3081",
65259
+ "default3.handlebars->35->2953",
65260
+ "default3.handlebars->35->2955"
65261
]
65262
},
65263
{
@@ -65301,7 +65301,7 @@
65301
"zh-chs": "境界",
65302
"zh-cht": "境界",
65303
"xloc": [
65304
- "default.handlebars->47->2835"
65304
+ "default.handlebars->47->2836"
65305
]
65306
},
65307
{
@@ -65391,11 +65391,11 @@
65391
"zh-cht": "記錄會議",
65392
"xloc": [
65393
"default.handlebars->47->2201",
65394
- "default.handlebars->47->2885",
65395
- "default.handlebars->47->2966",
65394
+ "default.handlebars->47->2886",
65395
+ "default.handlebars->47->2967",
65396
"default3.handlebars->35->2197",
65397
- "default3.handlebars->35->2879",
65398
- "default3.handlebars->35->2960"
65397
+ "default3.handlebars->35->2880",
65398
+ "default3.handlebars->35->2961"
65399
]
65400
},
65401
{
@@ -65455,11 +65455,11 @@
65455
"zh-cht": "記錄會議",
65456
"xloc": [
65457
"default.handlebars->47->2342",
65458
- "default.handlebars->47->2923",
65459
- "default.handlebars->47->3068",
65458
+ "default.handlebars->47->2924",
65459
+ "default.handlebars->47->3069",
65460
"default3.handlebars->35->2339",
65461
- "default3.handlebars->35->2917",
65462
- "default3.handlebars->35->3062"
65461
+ "default3.handlebars->35->2918",
65462
+ "default3.handlebars->35->3063"
65463
]
65464
},
65465
{
@@ -65488,8 +65488,8 @@
65488
"zh-chs": "记录细节",
65489
"zh-cht": "記錄細節",
65490
"xloc": [
65491
- "default.handlebars->47->3181",
65492
- "default3.handlebars->35->3169"
65491
+ "default.handlebars->47->3182",
65492
+ "default3.handlebars->35->3170"
65493
]
65494
},
65495
{
@@ -65883,14 +65883,14 @@
65883
"default.handlebars->47->1159",
65884
"default.handlebars->47->1184",
65885
"default.handlebars->47->2426",
65886
- "default.handlebars->47->3382",
65886
+ "default.handlebars->47->3383",
65887
"default.handlebars->47->427",
65888
"default.handlebars->47->431",
65889
"default.handlebars->47->734",
65890
"default3.handlebars->35->1154",
65891
"default3.handlebars->35->1179",
65892
"default3.handlebars->35->2423",
65893
- "default3.handlebars->35->3370",
65893
+ "default3.handlebars->35->3371",
65894
"default3.handlebars->35->424",
65895
"default3.handlebars->35->428",
65896
"default3.handlebars->35->731"
@@ -65922,8 +65922,8 @@
65922
"zh-chs": "中继数量",
65923
"zh-cht": "中繼數量",
65924
"xloc": [
65925
- "default.handlebars->47->3367",
65926
- "default3.handlebars->35->3355"
65925
+ "default.handlebars->47->3368",
65926
+ "default3.handlebars->35->3356"
65927
]
65928
},
65929
{
@@ -65988,8 +65988,8 @@
65988
"zh-chs": "中继错误",
65989
"zh-cht": "中繼錯誤",
65990
"xloc": [
65991
- "default.handlebars->47->3360",
65992
- "default3.handlebars->35->3348"
65991
+ "default.handlebars->47->3361",
65992
+ "default3.handlebars->35->3349"
65993
]
65994
},
65995
{
@@ -66059,10 +66059,10 @@
66059
"zh-chs": "中继连接",
66060
"zh-cht": "中繼連接",
66061
"xloc": [
66062
- "default.handlebars->47->3366",
66063
- "default.handlebars->47->3394",
66064
- "default3.handlebars->35->3354",
66065
- "default3.handlebars->35->3382"
66062
+ "default.handlebars->47->3367",
66063
+ "default.handlebars->47->3395",
66064
+ "default3.handlebars->35->3355",
66065
+ "default3.handlebars->35->3383"
66066
]
66067
},
66068
{
@@ -66091,8 +66091,8 @@
66091
"zh-chs": "继电器装置",
66092
"zh-cht": "繼電器裝置",
66093
"xloc": [
66094
- "default.handlebars->47->2710",
66095
- "default3.handlebars->35->2707"
66094
+ "default.handlebars->47->2711",
66095
+ "default3.handlebars->35->2708"
66096
]
66097
},
66098
{
@@ -66177,8 +66177,8 @@
66177
"zh-chs": "记住设备",
66178
"zh-cht": "記住設備",
66179
"xloc": [
66180
- "default.handlebars->47->3255",
66181
- "default3.handlebars->35->3243"
66180
+ "default.handlebars->47->3256",
66181
+ "default3.handlebars->35->3244"
66182
]
66183
},
66184
{
@@ -67263,8 +67263,8 @@
67263
"zh-chs": "远程会话",
67264
"zh-cht": "遠程會話",
67265
"xloc": [
67266
- "default.handlebars->47->3183",
67267
- "default3.handlebars->35->3171"
67266
+ "default.handlebars->47->3184",
67267
+ "default3.handlebars->35->3172"
67268
]
67269
},
67270
{
@@ -67435,10 +67435,10 @@
67435
"default-mobile.handlebars->11->984",
67436
"default.handlebars->47->2370",
67437
"default.handlebars->47->2413",
67438
- "default.handlebars->47->3071",
67438
+ "default.handlebars->47->3072",
67439
"default3.handlebars->35->2367",
67440
"default3.handlebars->35->2410",
67441
- "default3.handlebars->35->3065"
67441
+ "default3.handlebars->35->3066"
67442
]
67443
},
67444
{
@@ -67772,10 +67772,10 @@
67772
"zh-chs": "删除设备组权限",
67773
"zh-cht": "刪除裝置群權限",
67774
"xloc": [
67775
- "default.handlebars->47->2927",
67776
- "default.handlebars->47->3132",
67777
- "default3.handlebars->35->2921",
67778
- "default3.handlebars->35->3120"
67775
+ "default.handlebars->47->2928",
67776
+ "default.handlebars->47->3133",
67777
+ "default3.handlebars->35->2922",
67778
+ "default3.handlebars->35->3121"
67779
]
67780
},
67781
{
@@ -67804,10 +67804,10 @@
67804
"zh-chs": "删除设备权限",
67805
"zh-cht": "刪除裝置權限",
67806
"xloc": [
67807
- "default.handlebars->47->2925",
67808
- "default.handlebars->47->3119",
67809
- "default3.handlebars->35->2919",
67810
- "default3.handlebars->35->3107"
67807
+ "default.handlebars->47->2926",
67808
+ "default.handlebars->47->3120",
67809
+ "default3.handlebars->35->2920",
67810
+ "default3.handlebars->35->3108"
67811
]
67812
},
67813
{
@@ -67836,8 +67836,8 @@
67836
"zh-chs": "删除设备共享",
67837
"zh-cht": "刪除設備共享",
67838
"xloc": [
67839
- "default.handlebars->47->3117",
67840
- "default3.handlebars->35->3105"
67839
+ "default.handlebars->47->3118",
67840
+ "default3.handlebars->35->3106"
67841
]
67842
},
67843
{
@@ -67937,8 +67937,8 @@
67937
"zh-chs": "删除用户组成员身份",
67938
"zh-cht": "刪除用戶群成員身份",
67939
"xloc": [
67940
- "default.handlebars->47->3128",
67941
- "default3.handlebars->35->3116"
67940
+ "default.handlebars->47->3129",
67941
+ "default3.handlebars->35->3117"
67942
]
67943
},
67944
{
@@ -67968,9 +67968,9 @@
67968
"zh-cht": "刪除用戶群權限",
67969
"xloc": [
67970
"default.handlebars->47->2435",
67971
- "default.handlebars->47->3124",
67971
+ "default.handlebars->47->3125",
67972
"default3.handlebars->35->2432",
67973
- "default3.handlebars->35->3112"
67973
+ "default3.handlebars->35->3113"
67974
]
67975
},
67976
{
@@ -67999,8 +67999,8 @@
67999
"zh-chs": "删除用户成员资格",
68000
"zh-cht": "刪除用戶成員資格",
68001
"xloc": [
68002
- "default.handlebars->47->2935",
68003
- "default3.handlebars->35->2929"
68002
+ "default.handlebars->47->2936",
68003
+ "default3.handlebars->35->2930"
68004
]
68005
},
68006
{
@@ -68030,9 +68030,9 @@
68030
"zh-cht": "刪除用戶權限",
68031
"xloc": [
68032
"default.handlebars->47->2433",
68033
- "default.handlebars->47->3121",
68033
+ "default.handlebars->47->3122",
68034
"default3.handlebars->35->2430",
68035
- "default3.handlebars->35->3109"
68035
+ "default3.handlebars->35->3110"
68036
]
68037
},
68038
{
@@ -68061,8 +68061,8 @@
68061
"zh-chs": "删除所有两因素认证。",
68062
"zh-cht": "刪除所有二因子鑑別。",
68063
"xloc": [
68064
- "default.handlebars->47->3094",
68065
- "default3.handlebars->35->3082"
68064
+ "default.handlebars->47->3095",
68065
+ "default3.handlebars->35->3083"
68066
]
68067
},
68068
{
@@ -68091,8 +68091,8 @@
68091
"zh-chs": "删除此用户标识的所有先前事件。",
68092
"zh-cht": "刪除此用戶標識的所有先前事件。",
68093
"xloc": [
68094
- "default.handlebars->47->2827",
68095
- "default3.handlebars->35->2823"
68094
+ "default.handlebars->47->2828",
68095
+ "default3.handlebars->35->2824"
68096
]
68097
},
68098
{
@@ -68379,8 +68379,8 @@
68379
"zh-chs": "删除此用户",
68380
"zh-cht": "刪除此用戶",
68381
"xloc": [
68382
- "default.handlebars->47->3027",
68383
- "default3.handlebars->35->3021"
68382
+ "default.handlebars->47->3028",
68383
+ "default3.handlebars->35->3022"
68384
]
68385
},
68386
{
@@ -68409,8 +68409,8 @@
68409
"zh-chs": "删除用户组成员身份",
68410
"zh-cht": "刪除用戶群成員身份",
68411
"xloc": [
68412
- "default.handlebars->47->3108",
68413
- "default3.handlebars->35->3096"
68412
+ "default.handlebars->47->3109",
68413
+ "default3.handlebars->35->3097"
68414
]
68415
},
68416
{
@@ -68439,8 +68439,8 @@
68439
"zh-chs": "删除此设备的用户组权限",
68440
"zh-cht": "刪除此裝置的用戶群權限",
68441
"xloc": [
68442
- "default.handlebars->47->2919",
68443
- "default3.handlebars->35->2913"
68442
+ "default.handlebars->47->2920",
68443
+ "default3.handlebars->35->2914"
68444
]
68445
},
68446
{
@@ -68470,9 +68470,9 @@
68470
"zh-cht": "刪除此裝置群的用戶群權限",
68471
"xloc": [
68472
"default.handlebars->47->1095",
68473
- "default.handlebars->47->2913",
68473
+ "default.handlebars->47->2914",
68474
"default3.handlebars->35->1092",
68475
- "default3.handlebars->35->2907"
68475
+ "default3.handlebars->35->2908"
68476
]
68477
},
68478
{
@@ -68503,14 +68503,14 @@
68503
"xloc": [
68504
"default.handlebars->47->1096",
68505
"default.handlebars->47->2251",
68506
- "default.handlebars->47->2907",
68507
- "default.handlebars->47->3102",
68508
- "default.handlebars->47->3114",
68506
+ "default.handlebars->47->2908",
68507
+ "default.handlebars->47->3103",
68508
+ "default.handlebars->47->3115",
68509
"default3.handlebars->35->1093",
68510
"default3.handlebars->35->2247",
68511
- "default3.handlebars->35->2901",
68512
- "default3.handlebars->35->3090",
68513
- "default3.handlebars->35->3102"
68511
+ "default3.handlebars->35->2902",
68512
+ "default3.handlebars->35->3091",
68513
+ "default3.handlebars->35->3103"
68514
]
68515
},
68516
{
@@ -68659,6 +68659,36 @@
68659
"default3.handlebars->35->2625"
68660
]
68661
},
68662
+ {
68663
+ "bs": "Uklonjen uređaj {0} iz korisničke grupe {1}",
68664
+ "ca": "S'ha eliminat el dispositiu {0} del grup d'usuaris {1}",
68665
+ "cs": "Odstraněné zařízení {0} ze skupiny uživatelů {1}",
68666
+ "da": "Fjernet enhed {0} fra brugergruppe {1}",
68667
+ "de": "Gerät {0} aus der Benutzergruppe {1} entfernt",
68668
+ "en": "Removed device {0} from user group {1}",
68669
+ "es": "Dispositivo eliminado {0} del grupo de usuarios {1}",
68670
+ "fi": "Poistettu laite {0} käyttäjäryhmästä {1}",
68671
+ "fr": "Supprimé l'appareil {0} du groupe d'utilisateurs {1}",
68672
+ "hi": "हटाए गए डिवाइस {0} उपयोगकर्ता समूह से {1} से",
68673
+ "hu": "{0} eszköz eltávolítása a(z) {1} felhasználói csoportból",
68674
+ "it": "Dispositivo rimosso {0} dal gruppo utente {1}",
68675
+ "ja": "ユーザーグループからデバイス{0}を削除{1}",
68676
+ "ko": "사용자 그룹 {1}에서 제거 된 장치 {0}",
68677
+ "nl": "Device {0} verwijderd uit gebruikersgroep {1}",
68678
+ "pl": "Usunięte urządzenie {0} z grupy użytkowników {1}",
68679
+ "pt": "Dispositivo removido {0} do grupo de usuários {1}",
68680
+ "pt-br": "Dispositivo removido {0} do grupo de usuários {1}",
68681
+ "ru": "Удаленное устройство {0} из группы пользователей {1}",
68682
+ "sv": "Borttagen enhet {0} från användargrupp {1}",
68683
+ "tr": "{0} kullanıcı grubundan {0} kaldırıldı {1}",
68684
+ "uk": "Пристрій {0} видалено з групи користувачів {1}",
68685
+ "zh-chs": "从用户组{1}中删除了设备{0}",
68686
+ "zh-cht": "從用戶群{1}中刪除了設備{0}",
68687
+ "xloc": [
68688
+ "default.handlebars->47->2704",
68689
+ "default3.handlebars->35->2701"
68690
+ ]
68691
+ },
68692
{
68693
"bs": "Uklonjen token za prijavu",
68694
"ca": "S'ha eliminat el testimoni d'inici de sessió",
@@ -69050,8 +69080,8 @@
69080
"zh-chs": "报告日",
69081
"zh-cht": "報告日",
69082
"xloc": [
69053
- "default.handlebars->47->2719",
69054
- "default3.handlebars->35->2716"
69083
+ "default.handlebars->47->2720",
69084
+ "default3.handlebars->35->2717"
69085
]
69086
},
69087
{
@@ -69080,8 +69110,8 @@
69110
"zh-chs": "报告类型",
69111
"zh-cht": "報告類型",
69112
"xloc": [
69083
- "default.handlebars->47->2714",
69084
- "default3.handlebars->35->2711"
69113
+ "default.handlebars->47->2715",
69114
+ "default3.handlebars->35->2712"
69115
]
69116
},
69117
{
@@ -69110,8 +69140,8 @@
69140
"zh-chs": "报告未返回任何内容。",
69141
"zh-cht": "報告未返回任何內容。",
69142
"xloc": [
69113
- "default.handlebars->47->3222",
69114
- "default3.handlebars->35->3210"
69143
+ "default.handlebars->47->3223",
69144
+ "default3.handlebars->35->3211"
69145
]
69146
},
69147
{
@@ -69140,8 +69170,8 @@
69170
"zh-chs": "报告.csv",
69171
"zh-cht": "報告.csv",
69172
"xloc": [
69143
- "default.handlebars->47->3296",
69144
- "default3.handlebars->35->3284"
69173
+ "default.handlebars->47->3297",
69174
+ "default3.handlebars->35->3285"
69175
]
69176
},
69177
{
@@ -69417,10 +69447,10 @@
69447
"zh-cht": "要求:{0}。",
69448
"xloc": [
69449
"default-mobile.handlebars->11->338",
69420
- "default.handlebars->47->2832",
69421
- "default.handlebars->47->3092",
69422
- "default3.handlebars->35->2828",
69423
- "default3.handlebars->35->3080"
69450
+ "default.handlebars->47->2833",
69451
+ "default.handlebars->47->3093",
69452
+ "default3.handlebars->35->2829",
69453
+ "default3.handlebars->35->3081"
69454
]
69455
},
69456
{
@@ -69981,8 +70011,8 @@
70011
"zh-chs": "限制条件",
70012
"zh-cht": "限制條件",
70013
"xloc": [
69984
- "default.handlebars->47->2947",
69985
- "default3.handlebars->35->2941"
70014
+ "default.handlebars->47->2948",
70015
+ "default3.handlebars->35->2942"
70016
]
70017
},
70018
{
@@ -71038,10 +71068,10 @@
71068
"zh-chs": "短信",
71069
"zh-cht": "短信",
71070
"xloc": [
71041
- "default.handlebars->47->3011",
71042
- "default.handlebars->47->3017",
71043
- "default3.handlebars->35->3005",
71044
- "default3.handlebars->35->3011",
71071
+ "default.handlebars->47->3012",
71072
+ "default.handlebars->47->3018",
71073
+ "default3.handlebars->35->3006",
71074
+ "default3.handlebars->35->3012",
71075
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
71076
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3",
71077
"login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3",
@@ -71076,8 +71106,8 @@
71106
"zh-chs": "此用户的短信功能电话号码。",
71107
"zh-cht": "此用戶的短信功能電話號碼。",
71108
"xloc": [
71079
- "default.handlebars->47->3035",
71080
- "default3.handlebars->35->3029"
71109
+ "default.handlebars->47->3036",
This file is too large to show in full.
views/default.handlebars
+2
-1
@@ -15411,7 +15411,8 @@
15411
159: "Device Powered On",
15412
160: "Enabled Duo two-factor authentication",
15413
161: "Disabled Duo two-factor authentication",
15414
- 162: "Started messenger session \"{0}\" from {1} to {2}"
15414
+ 162: "Started messenger session \"{0}\" from {1} to {2}",
15415
+ 163: "Removed device {0} from user group {1}"
15416
};
15417
15418
var eventsShortMessageId = {
views/default3.handlebars
+2
-1
@@ -16569,7 +16569,8 @@
16569
159: "Device Powered On",
16570
160: "Enabled Duo two-factor authentication",
16571
161: "Disabled Duo two-factor authentication",
16572
- 162: "Started messenger session \"{0}\" from {1} to {2}"
16572
+ 162: "Started messenger session \"{0}\" from {1} to {2}",
16573
+ 163: "Removed device {0} from user group {1}"
16574
};
16575
16576
var eventsShortMessageId = {