show cd-rom as volume
Signed-off-by: si458 <simonsmith5521@gmail.com>
Simon Smith committed
Feb 22, 2024 at 17:55 UTC
82c70659b8d1e53ed45c8ac38c0d71066a5c08c4
5 files changed
+1804
-1789
agents/meshcore.js
+1
@@ -5727,6 +5727,7 @@ function cleanGetBitLockerVolumeInfo(volumes) {
5727
if (v.identifier == '') { delete v.identifier; }
5728
if (v.name == '') { delete v.name; }
5729
if (v.removable != true) { delete v.removable; }
5730
+ if (v.cdrom != true) { delete v.cdrom; }
5731
if (v.protectionStatus == 'On') { v.protectionStatus = true; } else { delete v.protectionStatus; }
5732
if (v.volumeStatus == 'FullyDecrypted') { delete v.volumeStatus; }
5733
if (v.recoveryPassword == '') { delete v.recoveryPassword; }
agents/modules_meshcore/computer-identifiers.js
+2
-1
@@ -408,7 +408,8 @@ function windows_volumes()
408
type: tokens[2].split('"')[1],
409
size: tokens[3].split('"')[1],
410
sizeremaining: tokens[4].split('"')[1],
411
- removable: tokens[5].split('"')[1] == 'Removable'
411
+ removable: tokens[5].split('"')[1] == 'Removable',
412
+ cdrom: tokens[5].split('"')[1] == 'CD-ROM'
413
};
414
}
415
}
translate/translate.json
+1793
-1786
@@ -54,8 +54,8 @@
54
"zh-cht": " + CIRA",
55
"hu": " + CIRA",
56
"xloc": [
57
- "default.handlebars->47->2133",
58
- "default.handlebars->47->2135"
57
+ "default.handlebars->47->2134",
58
+ "default.handlebars->47->2136"
59
]
60
},
61
{
@@ -328,7 +328,7 @@
328
"zh-cht": " 可以使用密碼提示,但不建議使用。",
329
"hu": "Jelszó tipp használható, de nem ajánlott.",
330
"xloc": [
331
- "default.handlebars->47->2009"
331
+ "default.handlebars->47->2010"
332
]
333
},
334
{
@@ -355,8 +355,8 @@
355
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
356
"hu": " A felhasználóknak egyszer be kell jelentkezniük erre a kiszolgálóra, mielőtt hozzáadhatók lennének egy eszközcsoporthoz.",
357
"xloc": [
358
- "default.handlebars->47->2257",
359
- "default.handlebars->47->2829"
358
+ "default.handlebars->47->2258",
359
+ "default.handlebars->47->2830"
360
]
361
},
362
{
@@ -936,7 +936,7 @@
936
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
937
"hu": "* 8 karakter, 1 nagybetű, 1 kisbetű , 1 szám, 1 speciális karakter.",
938
"xloc": [
939
- "default.handlebars->47->2217",
939
+ "default.handlebars->47->2218",
940
"default.handlebars->47->526"
941
]
942
},
@@ -1040,12 +1040,12 @@
1040
"default-mobile.handlebars->11->781",
1041
"default-mobile.handlebars->11->783",
1042
"default-mobile.handlebars->11->785",
1043
- "default-mobile.handlebars->11->964",
1043
+ "default-mobile.handlebars->11->965",
1044
"default.handlebars->47->1600",
1045
"default.handlebars->47->1602",
1046
"default.handlebars->47->1604",
1047
- "default.handlebars->47->2333",
1048
- "default.handlebars->47->2609",
1047
+ "default.handlebars->47->2334",
1048
+ "default.handlebars->47->2610",
1049
"default.handlebars->47->981"
1050
]
1051
},
@@ -1206,8 +1206,8 @@
1206
"zh-cht": ",MQTT在線",
1207
"hu": ", MQTT online",
1208
"xloc": [
1209
- "default-mobile.handlebars->11->867",
1210
- "default.handlebars->47->1687"
1209
+ "default-mobile.handlebars->11->868",
1210
+ "default.handlebars->47->1688"
1211
]
1212
},
1213
{
@@ -1235,7 +1235,7 @@
1235
"hu": ", Nincs hozzájárulás",
1236
"xloc": [
1237
"default.handlebars->47->1076",
1238
- "default.handlebars->47->2175"
1238
+ "default.handlebars->47->2176"
1239
]
1240
},
1241
{
@@ -1263,7 +1263,7 @@
1263
"hu": ", Hozzájárulás kérése a kapcsolódáshoz",
1264
"xloc": [
1265
"default.handlebars->47->1077",
1266
- "default.handlebars->47->2176"
1266
+ "default.handlebars->47->2177"
1267
]
1268
},
1269
{
@@ -1318,7 +1318,7 @@
1318
"hu": ", naponta ismétlődően",
1319
"xloc": [
1320
"default.handlebars->47->1073",
1321
- "default.handlebars->47->2172"
1321
+ "default.handlebars->47->2173"
1322
]
1323
},
1324
{
@@ -1346,7 +1346,7 @@
1346
"hu": ", hetente ismétlődően",
1347
"xloc": [
1348
"default.handlebars->47->1074",
1349
- "default.handlebars->47->2173"
1349
+ "default.handlebars->47->2174"
1350
]
1351
},
1352
{
@@ -1508,7 +1508,7 @@
1508
"hu": ", Tálca értesítés",
1509
"xloc": [
1510
"default.handlebars->47->1078",
1511
- "default.handlebars->47->2177"
1511
+ "default.handlebars->47->2178"
1512
]
1513
},
1514
{
@@ -1560,7 +1560,7 @@
1560
"hu": ", csak megtekintés",
1561
"xloc": [
1562
"default.handlebars->47->1075",
1563
- "default.handlebars->47->2174"
1563
+ "default.handlebars->47->2175"
1564
]
1565
},
1566
{
@@ -1920,8 +1920,8 @@
1920
"default-mobile.handlebars->11->346",
1921
"default-mobile.handlebars->11->686",
1922
"default.handlebars->47->1500",
1923
- "default.handlebars->47->2399",
1924
- "default.handlebars->47->3065",
1923
+ "default.handlebars->47->2400",
1924
+ "default.handlebars->47->3066",
1925
"sharing.handlebars->11->50"
1926
]
1927
},
@@ -2099,7 +2099,7 @@
2099
"zh-cht": "1個活躍時段",
2100
"hu": "1 aktív munkamenet",
2101
"xloc": [
2102
- "default.handlebars->47->2923"
2102
+ "default.handlebars->47->2924"
2103
]
2104
},
2105
{
@@ -2126,9 +2126,9 @@
2126
"zh-cht": "1個位元組",
2127
"hu": "1 byte",
2128
"xloc": [
2129
- "default-mobile.handlebars->11->1008",
2129
+ "default-mobile.handlebars->11->1009",
2130
"default-mobile.handlebars->11->356",
2131
- "default.handlebars->47->2423",
2131
+ "default.handlebars->47->2424",
2132
"download.handlebars->3->1",
2133
"download2.handlebars->5->1",
2134
"sharing.handlebars->11->96"
@@ -2242,7 +2242,7 @@
2242
"zh-cht": "1群",
2243
"hu": "1 csoport",
2244
"xloc": [
2245
- "default.handlebars->47->2879"
2245
+ "default.handlebars->47->2880"
2246
]
2247
},
2248
{
@@ -2299,7 +2299,7 @@
2299
"hu": "1 perc",
2300
"xloc": [
2301
"default.handlebars->47->1185",
2302
- "default.handlebars->47->1974"
2302
+ "default.handlebars->47->1975"
2303
]
2304
},
2305
{
@@ -2382,7 +2382,7 @@
2382
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
2383
"hu": "1 további felhasználó nem jelenik meg, használja a keresőmezőt a felhasználók kereséséhez...",
2384
"xloc": [
2385
- "default.handlebars->47->2641"
2385
+ "default.handlebars->47->2642"
2386
]
2387
},
2388
{
@@ -2600,7 +2600,7 @@
2600
"default-mobile.handlebars->11->425",
2601
"default-mobile.handlebars->11->429",
2602
"default-mobile.handlebars->11->433",
2603
- "default.handlebars->47->2645",
2603
+ "default.handlebars->47->2646",
2604
"default.handlebars->47->444",
2605
"default.handlebars->47->447",
2606
"default.handlebars->47->451",
@@ -2803,7 +2803,7 @@
2803
"hu": "10 perc",
2804
"xloc": [
2805
"default.handlebars->47->1187",
2806
- "default.handlebars->47->1976"
2806
+ "default.handlebars->47->1977"
2807
]
2808
},
2809
{
@@ -3024,7 +3024,7 @@
3024
"hu": "12 óra",
3025
"xloc": [
3026
"default.handlebars->47->1195",
3027
- "default.handlebars->47->1984"
3027
+ "default.handlebars->47->1985"
3028
]
3029
},
3030
{
@@ -3213,7 +3213,7 @@
3213
"hu": "15 perc",
3214
"xloc": [
3215
"default.handlebars->47->1188",
3216
- "default.handlebars->47->1977"
3216
+ "default.handlebars->47->1978"
3217
]
3218
},
3219
{
@@ -3241,7 +3241,7 @@
3241
"hu": "12 óra",
3242
"xloc": [
3243
"default.handlebars->47->1196",
3244
- "default.handlebars->47->1985"
3244
+ "default.handlebars->47->1986"
3245
]
3246
},
3247
{
@@ -3458,7 +3458,7 @@
3458
"hu": "2 nap",
3459
"xloc": [
3460
"default.handlebars->47->1198",
3461
- "default.handlebars->47->1987"
3461
+ "default.handlebars->47->1988"
3462
]
3463
},
3464
{
@@ -3486,7 +3486,7 @@
3486
"hu": "2 óra",
3487
"xloc": [
3488
"default.handlebars->47->1192",
3489
- "default.handlebars->47->1981"
3489
+ "default.handlebars->47->1982"
3490
]
3491
},
3492
{
@@ -3680,7 +3680,7 @@
3680
"hu": "24 óra",
3681
"xloc": [
3682
"default.handlebars->47->1197",
3683
- "default.handlebars->47->1986"
3683
+ "default.handlebars->47->1987"
3684
]
3685
},
3686
{
@@ -3760,7 +3760,7 @@
3760
"zh-cht": "2FA備份代碼已清除",
3761
"hu": "2FA biztonsági kódok törölve",
3762
"xloc": [
3763
- "default.handlebars->47->2536"
3763
+ "default.handlebars->47->2537"
3764
]
3765
},
3766
{
@@ -3815,7 +3815,7 @@
3815
"zh-cht": "第二個因素",
3816
"hu": "2. faktor",
3817
"xloc": [
3818
- "default.handlebars->47->3102"
3818
+ "default.handlebars->47->3103"
3819
]
3820
},
3821
{
@@ -3842,8 +3842,8 @@
3842
"zh-cht": "啟用第二因素身份驗證",
3843
"hu": "2. faktoros hitelesítés engedélyezve",
3844
"xloc": [
3845
- "default.handlebars->47->2659",
3846
- "default.handlebars->47->2904"
3845
+ "default.handlebars->47->2660",
3846
+ "default.handlebars->47->2905"
3847
]
3848
},
3849
{
@@ -4004,7 +4004,7 @@
4004
"hu": "30 perc",
4005
"xloc": [
4006
"default.handlebars->47->1189",
4007
- "default.handlebars->47->1978"
4007
+ "default.handlebars->47->1979"
4008
]
4009
},
4010
{
@@ -4116,7 +4116,7 @@
4116
"hu": "4 nap",
4117
"xloc": [
4118
"default.handlebars->47->1199",
4119
- "default.handlebars->47->1988"
4119
+ "default.handlebars->47->1989"
4120
]
4121
},
4122
{
@@ -4144,7 +4144,7 @@
4144
"hu": "4 óra",
4145
"xloc": [
4146
"default.handlebars->47->1193",
4147
- "default.handlebars->47->1982"
4147
+ "default.handlebars->47->1983"
4148
]
4149
},
4150
{
@@ -4283,7 +4283,7 @@
4283
"hu": "45 perc",
4284
"xloc": [
4285
"default.handlebars->47->1190",
4286
- "default.handlebars->47->1979"
4286
+ "default.handlebars->47->1980"
4287
]
4288
},
4289
{
@@ -4338,7 +4338,7 @@
4338
"hu": "5 perc",
4339
"xloc": [
4340
"default.handlebars->47->1186",
4341
- "default.handlebars->47->1975"
4341
+ "default.handlebars->47->1976"
4342
]
4343
},
4344
{
@@ -4535,7 +4535,7 @@
4535
"hu": "60 perc",
4536
"xloc": [
4537
"default.handlebars->47->1191",
4538
- "default.handlebars->47->1980"
4538
+ "default.handlebars->47->1981"
4539
]
4540
},
4541
{
@@ -4829,7 +4829,7 @@
4829
"zh-cht": "7天",
4830
"hu": "7 nap",
4831
"xloc": [
4832
- "default.handlebars->47->1989"
4832
+ "default.handlebars->47->1990"
4833
]
4834
},
4835
{
@@ -4914,7 +4914,7 @@
4914
"hu": "8 óra",
4915
"xloc": [
4916
"default.handlebars->47->1194",
4917
- "default.handlebars->47->1983",
4917
+ "default.handlebars->47->1984",
4918
"default.handlebars->47->554",
4919
"default.handlebars->47->568"
4920
]
@@ -5375,7 +5375,7 @@
5375
"hu": "ACM",
5376
"xloc": [
5377
"default-mobile.handlebars->11->504",
5378
- "default.handlebars->47->2153",
5378
+ "default.handlebars->47->2154",
5379
"default.handlebars->47->432",
5380
"default.handlebars->47->890"
5381
]
@@ -5494,7 +5494,7 @@
5494
"zh-cht": "AMT操作系統",
5495
"hu": "AMT-OS",
5496
"xloc": [
5497
- "default.handlebars->47->3247"
5497
+ "default.handlebars->47->3248"
5498
]
5499
},
5500
{
@@ -5521,7 +5521,7 @@
5521
"zh-cht": "AMT-Redir",
5522
"hu": "AMT-Redir",
5523
"xloc": [
5524
- "default.handlebars->47->3109"
5524
+ "default.handlebars->47->3110"
5525
]
5526
},
5527
{
@@ -5548,7 +5548,7 @@
5548
"zh-cht": "AMT-WSMAN",
5549
"hu": "AMT-WSMAN",
5550
"xloc": [
5551
- "default.handlebars->47->3108"
5551
+ "default.handlebars->47->3109"
5552
]
5553
},
5554
{
@@ -5563,7 +5563,7 @@
5563
"nl": "APK versie van de MeshAgent",
5564
"pl": "Wersja APK MeshAgent",
5565
"xloc": [
5566
- "default-mobile.handlebars->11->917",
5566
+ "default-mobile.handlebars->11->918",
5567
"default.handlebars->47->635"
5568
]
5569
},
@@ -5770,8 +5770,8 @@
5770
"zh-cht": "拒絕存取",
5771
"hu": "Hozzáférés megtagadva",
5772
"xloc": [
5773
- "default-mobile.handlebars->11->868",
5774
- "default.handlebars->47->1688"
5773
+ "default-mobile.handlebars->11->869",
5774
+ "default.handlebars->47->1689"
5775
]
5776
},
5777
{
@@ -5854,7 +5854,7 @@
5854
"zh-cht": "存取伺服器檔案",
5855
"hu": "Hozzáférés a kiszolgálófájlokhoz",
5856
"xloc": [
5857
- "default.handlebars->47->2835"
5857
+ "default.handlebars->47->2836"
5858
]
5859
},
5860
{
@@ -5971,9 +5971,9 @@
5971
"default-mobile.handlebars->11->471",
5972
"default-mobile.handlebars->11->473",
5973
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
5974
- "default.handlebars->47->2018",
5975
- "default.handlebars->47->2020",
5976
- "default.handlebars->47->3301",
5974
+ "default.handlebars->47->2019",
5975
+ "default.handlebars->47->2021",
5976
+ "default.handlebars->47->3302",
5977
"default.handlebars->47->850",
5978
"default.handlebars->47->852"
5979
]
@@ -6002,8 +6002,8 @@
6002
"zh-cht": "帳號設定",
6003
"hu": "Fiókbeállítások",
6004
"xloc": [
6005
- "default-mobile.handlebars->11->975",
6006
- "default.handlebars->47->3172"
6005
+ "default-mobile.handlebars->11->976",
6006
+ "default.handlebars->47->3173"
6007
]
6008
},
6009
{
@@ -6069,7 +6069,7 @@
6069
"fr": "Compte modifié pour se synchroniser avec les données LDAP.",
6070
"hu": "Fiók megváltozott: LDAP-adatokkal való szinkronizálás.",
6071
"xloc": [
6072
- "default.handlebars->47->2597"
6072
+ "default.handlebars->47->2598"
6073
]
6074
},
6075
{
@@ -6096,7 +6096,7 @@
6096
"zh-cht": "帳戶已更改:{0}",
6097
"hu": "Fiók megváltozott: {0}",
6098
"xloc": [
6099
- "default.handlebars->47->2509"
6099
+ "default.handlebars->47->2510"
6100
]
6101
},
6102
{
@@ -6123,7 +6123,7 @@
6123
"zh-cht": "創建帳戶,電子郵件為{0}",
6124
"hu": "Fiók létrehozva, az e-mail címe {0} ",
6125
"xloc": [
6126
- "default.handlebars->47->2508"
6126
+ "default.handlebars->47->2509"
6127
]
6128
},
6129
{
@@ -6150,7 +6150,7 @@
6150
"zh-cht": "已創建帳戶,名稱為 {0}。",
6151
"hu": "Fiók létrehozva, név: {0}. ",
6152
"xloc": [
6153
- "default.handlebars->47->2571"
6153
+ "default.handlebars->47->2572"
6154
]
6155
},
6156
{
@@ -6177,7 +6177,7 @@
6177
"zh-cht": "帳戶已創建,用戶名是{0}",
6178
"hu": "Fiók létrehozva, felhasználónév {0} ",
6179
"xloc": [
6180
- "default.handlebars->47->2507"
6180
+ "default.handlebars->47->2508"
6181
]
6182
},
6183
{
@@ -6206,8 +6206,8 @@
6206
"xloc": [
6207
"default-mobile.handlebars->11->66",
6208
"default.handlebars->47->210",
6209
- "default.handlebars->47->2661",
6210
- "default.handlebars->47->2832"
6209
+ "default.handlebars->47->2662",
6210
+ "default.handlebars->47->2833"
6211
]
6212
},
6213
{
@@ -6234,8 +6234,8 @@
6234
"zh-cht": "達到帳戶限制。",
6235
"hu": "Elérte a fiókkorlátot.",
6236
"xloc": [
6237
- "default-mobile.handlebars->11->987",
6238
- "default.handlebars->47->3184",
6237
+ "default-mobile.handlebars->11->988",
6238
+ "default.handlebars->47->3185",
6239
"login-mobile.handlebars->5->6",
6240
"login.handlebars->5->8",
6241
"login2.handlebars->7->207"
@@ -6294,7 +6294,7 @@
6294
"zh-cht": "帳號登錄",
6295
"hu": "Bejelentkezés a fiókba",
6296
"xloc": [
6297
- "default.handlebars->47->2444"
6297
+ "default.handlebars->47->2445"
6298
]
6299
},
6300
{
@@ -6321,7 +6321,7 @@
6321
"zh-cht": "從 {0}、{1}、{2} 登錄帳戶",
6322
"hu": "Bejelentkezés a fiókba innen: {0}, {1}, {2}",
6323
"xloc": [
6324
- "default.handlebars->47->2550"
6324
+ "default.handlebars->47->2551"
6325
]
6326
},
6327
{
@@ -6332,7 +6332,7 @@
6332
"fr": "Enregistrements des jetons de connexion au compte",
6333
"hu": "Fiók bejelentkezési token rekordok",
6334
"xloc": [
6335
- "default.handlebars->47->3151"
6335
+ "default.handlebars->47->3152"
6336
]
6337
},
6338
{
@@ -6359,7 +6359,7 @@
6359
"zh-cht": "帳戶登出",
6360
"hu": "Fiók kijelentkezés",
6361
"xloc": [
6362
- "default.handlebars->47->2445"
6362
+ "default.handlebars->47->2446"
6363
]
6364
},
6365
{
@@ -6415,7 +6415,7 @@
6415
"zh-cht": "帳戶密碼已更改:{0}",
6416
"hu": "Fiók jelszava megváltozott: {0}",
6417
"xloc": [
6418
- "default.handlebars->47->2517"
6418
+ "default.handlebars->47->2518"
6419
]
6420
},
6421
{
@@ -6442,7 +6442,7 @@
6442
"zh-cht": "帳戶已刪除",
6443
"hu": "Fiók eltávolítva",
6444
"xloc": [
6445
- "default.handlebars->47->2506"
6445
+ "default.handlebars->47->2507"
6446
]
6447
},
6448
{
@@ -6496,8 +6496,8 @@
6496
"zh-cht": "指令",
6497
"hu": "Művelet",
6498
"xloc": [
6499
- "default-mobile.handlebars->11->874",
6500
- "default.handlebars->47->1694",
6499
+ "default-mobile.handlebars->11->875",
6500
+ "default.handlebars->47->1695",
6501
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
6502
]
6503
},
@@ -6668,7 +6668,7 @@
6668
"zh-cht": "如果ACM失敗,則激活到CCM",
6669
"hu": "Aktiválja a CCM-et, ha az ACM meghiúsul",
6670
"xloc": [
6671
- "default.handlebars->47->2208"
6671
+ "default.handlebars->47->2209"
6672
]
6673
},
6674
{
@@ -6755,7 +6755,7 @@
6755
"hu": "Atív eszközmegosztás",
6756
"xloc": [
6757
"default.handlebars->47->1058",
6758
- "default.handlebars->47->2157"
6758
+ "default.handlebars->47->2158"
6759
]
6760
},
6761
{
@@ -6782,7 +6782,7 @@
6782
"zh-cht": "活動登錄令牌",
6783
"hu": "Aktív bejelentkezési tokenek",
6784
"xloc": [
6785
- "default.handlebars->47->2049"
6785
+ "default.handlebars->47->2050"
6786
]
6787
},
6788
{
@@ -6964,7 +6964,7 @@
6964
"zh-cht": "新增代理",
6965
"hu": "Agent hozzáadása",
6966
"xloc": [
6967
- "default.handlebars->47->2147",
6967
+ "default.handlebars->47->2148",
6968
"default.handlebars->47->485"
6969
]
6970
},
@@ -7016,9 +7016,9 @@
7016
"zh-cht": "新增裝置",
7017
"hu": "Eszköz hozzáadása",
7018
"xloc": [
7019
- "default.handlebars->47->2151",
7020
- "default.handlebars->47->2807",
7021
- "default.handlebars->47->3001",
7019
+ "default.handlebars->47->2152",
7020
+ "default.handlebars->47->2808",
7021
+ "default.handlebars->47->3002",
7022
"default.handlebars->47->489"
7023
]
7024
},
@@ -7073,9 +7073,9 @@
7073
"zh-cht": "新增裝置群",
7074
"hu": "Eszközcsoport hozzáadása",
7075
"xloc": [
7076
- "default.handlebars->47->2294",
7077
- "default.handlebars->47->2801",
7078
- "default.handlebars->47->2989",
7076
+ "default.handlebars->47->2295",
7077
+ "default.handlebars->47->2802",
7078
+ "default.handlebars->47->2990",
7079
"default.handlebars->47->385"
7080
]
7081
},
@@ -7103,7 +7103,7 @@
7103
"zh-cht": "新增裝置群權限",
7104
"hu": "Eszközcsoport engedélyek hozzáadása",
7105
"xloc": [
7106
- "default.handlebars->47->2291"
7106
+ "default.handlebars->47->2292"
7107
]
7108
},
7109
{
@@ -7130,8 +7130,8 @@
7130
"zh-cht": "新增裝置權限",
7131
"hu": "Eszköz engedélyek hozzáadása",
7132
"xloc": [
7133
- "default.handlebars->47->2296",
7134
- "default.handlebars->47->2298"
7133
+ "default.handlebars->47->2297",
7134
+ "default.handlebars->47->2299"
7135
]
7136
},
7137
{
@@ -7287,7 +7287,7 @@
7287
"zh-cht": "新增成員身份",
7288
"hu": "Hozzáadás Felhasználói Csoporthoz",
7289
"xloc": [
7290
- "default.handlebars->47->3021"
7290
+ "default.handlebars->47->3022"
7291
]
7292
},
7293
{
@@ -7365,8 +7365,8 @@
7365
"zh-cht": "新增安全密鑰",
7366
"hu": "Biztonsági kulcs hozzáadása",
7367
"xloc": [
7368
- "default.handlebars->47->1764",
7368
"default.handlebars->47->1765",
7369
+ "default.handlebars->47->1766",
7370
"default.handlebars->47->241",
7371
"default.handlebars->47->243",
7372
"default.handlebars->47->246",
@@ -7397,7 +7397,7 @@
7397
"zh-cht": "新增用戶",
7398
"hu": "Felhasználó hozzáadása",
7399
"xloc": [
7400
- "default-mobile.handlebars->11->899",
7400
+ "default-mobile.handlebars->11->900",
7401
"default.handlebars->47->1050"
7402
]
7403
},
@@ -7425,7 +7425,7 @@
7425
"zh-cht": "新增用戶裝置權限",
7426
"hu": "Felhasználói eszköz engedélyek hozzáadása",
7427
"xloc": [
7428
- "default.handlebars->47->2301"
7428
+ "default.handlebars->47->2302"
7429
]
7430
},
7431
{
@@ -7453,9 +7453,9 @@
7453
"hu": "Felhasználói csoport hozzáadása",
7454
"xloc": [
7455
"default.handlebars->47->1051",
7456
- "default.handlebars->47->2141",
7457
- "default.handlebars->47->2293",
7458
- "default.handlebars->47->2995"
7456
+ "default.handlebars->47->2142",
7457
+ "default.handlebars->47->2294",
7458
+ "default.handlebars->47->2996"
7459
]
7460
},
7461
{
@@ -7482,7 +7482,7 @@
7482
"zh-cht": "新增用戶群裝置權限",
7483
"hu": "Felhasználói csoport eszköz engedélyek hozzáadása",
7484
"xloc": [
7485
- "default.handlebars->47->2303"
7485
+ "default.handlebars->47->2304"
7486
]
7487
},
7488
{
@@ -7509,7 +7509,7 @@
7509
"zh-cht": "將用戶新增到裝置群",
7510
"hu": "Felhasználó hozzáadása az eszköz csoporthoz",
7511
"xloc": [
7512
- "default-mobile.handlebars->11->940"
7512
+ "default-mobile.handlebars->11->941"
7513
]
7514
},
7515
{
@@ -7560,8 +7560,8 @@
7560
"zh-cht": "新增用戶",
7561
"hu": "Felhasználók hozzáadása",
7562
"xloc": [
7563
- "default.handlebars->47->2140",
7564
- "default.handlebars->47->2796"
7563
+ "default.handlebars->47->2141",
7564
+ "default.handlebars->47->2797"
7565
]
7566
},
7567
{
@@ -7588,7 +7588,7 @@
7588
"zh-cht": "將用戶新增到裝置群",
7589
"hu": "Felhasználók hozzáadása az eszköz csoporthoz",
7590
"xloc": [
7591
- "default.handlebars->47->2290"
7591
+ "default.handlebars->47->2291"
7592
]
7593
},
7594
{
@@ -7615,7 +7615,7 @@
7615
"zh-cht": "將用戶新增到用戶群",
7616
"hu": "Felhasználók hozzáadása az felhasználó csoporthoz",
7617
"xloc": [
7618
- "default.handlebars->47->2831"
7618
+ "default.handlebars->47->2832"
7619
]
7620
},
7621
{
@@ -7801,7 +7801,7 @@
7801
"zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。",
7802
"hu": "Adjon hozzá egy új számítógépet ehhez az eszközcsoporthoz a Mesh Agent telepítésével.",
7803
"xloc": [
7804
- "default.handlebars->47->2146",
7804
+ "default.handlebars->47->2147",
7805
"default.handlebars->47->484"
7806
]
7807
},
@@ -7829,7 +7829,7 @@
7829
"zh-cht": "添加位於本地網絡上的設備。",
7830
"hu": "Helyi hálózaton található eszköz hozzáadása.",
7831
"xloc": [
7832
- "default.handlebars->47->2150",
7832
+ "default.handlebars->47->2151",
7833
"default.handlebars->47->488"
7834
]
7835
},
@@ -7938,7 +7938,7 @@
7938
"zh-cht": "添加了身份驗證應用程序",
7939
"hu": "Hitelesítési alkalmazás hozzáadva",
7940
"xloc": [
7941
- "default.handlebars->47->2533"
7941
+ "default.handlebars->47->2534"
7942
]
7943
},
7944
{
@@ -7965,7 +7965,7 @@
7965
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
7966
"hu": "{0} eszközmegosztás hozzáadva {1} és {2} között",
7967
"xloc": [
7968
- "default.handlebars->47->2544"
7968
+ "default.handlebars->47->2545"
7969
]
7970
},
7971
{
@@ -7992,7 +7992,7 @@
7992
"zh-cht": "添加了每天重複的設備共享 {0}。",
7993
"hu": "Naponta ismétlődő {0} eszközmegosztás hozzáadva.",
7994
"xloc": [
7995
- "default.handlebars->47->2581"
7995
+ "default.handlebars->47->2582"
7996
]
7997
},
7998
{
@@ -8019,7 +8019,7 @@
8019
"zh-cht": "添加了每週重複的設備共享 {0}。",
8020
"hu": "Hetente ismétlődő {0} eszközmegosztás hozzáadva.",
8021
"xloc": [
8022
- "default.handlebars->47->2582"
8022
+ "default.handlebars->47->2583"
8023
]
8024
},
8025
{
@@ -8046,7 +8046,7 @@
8046
"zh-cht": "添加了無限時間的設備共享 {0}。",
8047
"hu": "{0} eszközmegosztás hozzáadva korlátlan ideig.",
8048
"xloc": [
8049
- "default.handlebars->47->2574"
8049
+ "default.handlebars->47->2575"
8050
]
8051
},
8052
{
@@ -8073,8 +8073,8 @@
8073
"zh-cht": "已將設備{0}添加到設備組{1}",
8074
"hu": "A(z) {0} eszköz hozzáadva a(z) {1} eszközcsoporthoz",
8075
"xloc": [
8076
- "default.handlebars->47->2500",
8077
- "default.handlebars->47->2527"
8076
+ "default.handlebars->47->2501",
8077
+ "default.handlebars->47->2528"
8078
]
8079
},
8080
{
@@ -8101,7 +8101,7 @@
8101
"zh-cht": "添加了登錄令牌",
8102
"hu": "Bejelentkezési token hozzáadva",
8103
"xloc": [
8104
- "default.handlebars->47->2558"
8104
+ "default.handlebars->47->2559"
8105
]
8106
},
8107
{
@@ -8128,7 +8128,7 @@
8128
"zh-cht": "增加推送通知認證設備",
8129
"hu": "Push értesítési hitelesítő eszköz hozzáadva",
8130
"xloc": [
8131
- "default.handlebars->47->2556"
8131
+ "default.handlebars->47->2557"
8132
]
8133
},
8134
{
@@ -8155,7 +8155,7 @@
8155
"zh-cht": "添加了安全密鑰",
8156
"hu": "Biztonsági kulcs hozzáadva",
8157
"xloc": [
8158
- "default.handlebars->47->2538"
8158
+ "default.handlebars->47->2539"
8159
]
8160
},
8161
{
@@ -8182,7 +8182,7 @@
8182
"zh-cht": "已將用戶組{0}添加到設備組{1}",
8183
"hu": "{0} felhasználói csoport hozzáadva a(z) {1} eszközcsoporthoz",
8184
"xloc": [
8185
- "default.handlebars->47->2511"
8185
+ "default.handlebars->47->2512"
8186
]
8187
},
8188
{
@@ -8209,8 +8209,8 @@
8209
"zh-cht": "已將用戶{0}添加到用戶組{1}",
8210
"hu": "{0} felhasználó hozzáadva a(z) {1} felhasználói csoporthoz",
8211
"xloc": [
8212
- "default.handlebars->47->2514",
8213
- "default.handlebars->47->2523"
8212
+ "default.handlebars->47->2515",
8213
+ "default.handlebars->47->2524"
8214
]
8215
},
8216
{
@@ -8375,7 +8375,7 @@
8375
"zh-cht": "管理領域",
8376
"hu": "Adminisztratív Realms",
8377
"xloc": [
8378
- "default.handlebars->47->2883"
8378
+ "default.handlebars->47->2884"
8379
]
8380
},
8381
{
@@ -8430,7 +8430,7 @@
8430
"zh-cht": "管理領域",
8431
"hu": "Adminisztratív Realms",
8432
"xloc": [
8433
- "default.handlebars->47->2728"
8433
+ "default.handlebars->47->2729"
8434
]
8435
},
8436
{
@@ -8457,7 +8457,7 @@
8457
"zh-cht": "管理員",
8458
"hu": "Adminisztrátor",
8459
"xloc": [
8460
- "default.handlebars->47->2653"
8460
+ "default.handlebars->47->2654"
8461
]
8462
},
8463
{
@@ -8485,7 +8485,7 @@
8485
"hu": "afrikai",
8486
"xloc": [
8487
"default-mobile.handlebars->11->104",
8488
- "default.handlebars->47->1767",
8488
+ "default.handlebars->47->1768",
8489
"login2.handlebars->7->1"
8490
]
8491
},
@@ -8517,9 +8517,9 @@
8517
"default-mobile.handlebars->11->463",
8518
"default-mobile.handlebars->11->520",
8519
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
8520
- "default.handlebars->47->2374",
8521
- "default.handlebars->47->2387",
8522
- "default.handlebars->47->3245",
8520
+ "default.handlebars->47->2375",
8521
+ "default.handlebars->47->2388",
8522
+ "default.handlebars->47->3246",
8523
"default.handlebars->47->405",
8524
"default.handlebars->47->693",
8525
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
@@ -8550,8 +8550,8 @@
8550
"zh-cht": "代理+Intel® AMT",
8551
"hu": "Agent + Intel® AMT",
8552
"xloc": [
8553
- "default.handlebars->47->2376",
8554
- "default.handlebars->47->2389"
8553
+ "default.handlebars->47->2377",
8554
+ "default.handlebars->47->2390"
8555
]
8556
},
8557
{
@@ -8606,8 +8606,8 @@
8606
"zh-cht": "代理控制台",
8607
"hu": "Agent konzol",
8608
"xloc": [
8609
- "default-mobile.handlebars->11->946",
8610
- "default.handlebars->47->2311",
8609
+ "default-mobile.handlebars->11->947",
8610
+ "default.handlebars->47->2312",
8611
"default.handlebars->47->781"
8612
]
8613
},
@@ -8635,7 +8635,7 @@
8635
"zh-cht": "代理錯誤計數器",
8636
"hu": "Agrnt hiba számlálók",
8637
"xloc": [
8638
- "default.handlebars->47->3214"
8638
+ "default.handlebars->47->3215"
8639
]
8640
},
8641
{
@@ -8824,7 +8824,7 @@
8824
"hu": "Agent Ön-Megosztás",
8825
"xloc": [
8826
"default.handlebars->47->1079",
8827
- "default.handlebars->47->2178"
8827
+ "default.handlebars->47->2179"
8828
]
8829
},
8830
{
@@ -8851,7 +8851,7 @@
8851
"zh-cht": "代理時段",
8852
"hu": "Agent munkamenetek",
8853
"xloc": [
8854
- "default.handlebars->47->3230"
8854
+ "default.handlebars->47->3231"
8855
]
8856
},
8857
{
@@ -8958,7 +8958,7 @@
8958
"zh-cht": "代理類型",
8959
"hu": "Agent típusok",
8960
"xloc": [
8961
- "default.handlebars->47->2385",
8961
+ "default.handlebars->47->2386",
8962
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
8963
]
8964
},
@@ -9014,7 +9014,7 @@
9014
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
9015
"hu": "Az Agent lezárta a munkamenetet {0}%-os ügynök-szerver-tömörítéssel. Elküldve: {1}, tömörítve: {2}",
9016
"xloc": [
9017
- "default.handlebars->47->2497"
9017
+ "default.handlebars->47->2498"
9018
]
9019
},
9020
{
@@ -9223,8 +9223,8 @@
9223
"zh-cht": "代理離線",
9224
"hu": "Offline Agent",
9225
"xloc": [
9226
- "default-mobile.handlebars->11->866",
9227
- "default.handlebars->47->1686"
9226
+ "default-mobile.handlebars->11->867",
9227
+ "default.handlebars->47->1687"
9228
]
9229
},
9230
{
@@ -9251,8 +9251,8 @@
9251
"zh-cht": "代理在線",
9252
"hu": "Online Agent",
9253
"xloc": [
9254
- "default-mobile.handlebars->11->865",
9255
- "default.handlebars->47->1685"
9254
+ "default-mobile.handlebars->11->866",
9255
+ "default.handlebars->47->1686"
9256
]
9257
},
9258
{
@@ -9474,8 +9474,8 @@
9474
"zh-cht": "代理",
9475
"hu": "Agent-ek",
9476
"xloc": [
9477
- "default.handlebars->47->2342",
9478
- "default.handlebars->47->3258",
9477
+ "default.handlebars->47->2343",
9478
+ "default.handlebars->47->3259",
9479
"default.handlebars->47->573"
9480
]
9481
},
@@ -9504,7 +9504,7 @@
9504
"hu": "albán",
9505
"xloc": [
9506
"default-mobile.handlebars->11->105",
9507
- "default.handlebars->47->1768",
9507
+ "default.handlebars->47->1769",
9508
"login2.handlebars->7->2"
9509
]
9510
},
@@ -9544,7 +9544,7 @@
9544
"default-mobile.handlebars->11->355",
9545
"default-mobile.handlebars->11->687",
9546
"default-mobile.handlebars->11->689",
9547
- "default.handlebars->47->3078",
9547
+ "default.handlebars->47->3079",
9548
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
9549
]
9550
},
@@ -9572,7 +9572,7 @@
9572
"zh-cht": "全部可用",
9573
"hu": "Összes elérhető",
9574
"xloc": [
9575
- "default.handlebars->47->2615"
9575
+ "default.handlebars->47->2616"
9576
]
9577
},
9578
{
@@ -9599,7 +9599,7 @@
9599
"zh-cht": "所有可用的代理",
9600
"hu": "Az összes rendelkezésre álló Agent",
9601
"xloc": [
9602
- "default.handlebars->47->2343",
9602
+ "default.handlebars->47->2344",
9603
"default.handlebars->47->574"
9604
]
9605
},
@@ -9654,7 +9654,7 @@
9654
"zh-cht": "所有事件",
9655
"hu": "Összes Esemény",
9656
"xloc": [
9657
- "default.handlebars->47->2613"
9657
+ "default.handlebars->47->2614"
9658
]
9659
},
9660
{
@@ -9737,8 +9737,8 @@
9737
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
9738
"hu": "Engedélyezi a felhasználók számára az eszközcsoport és a csoportba tartozó eszközök kezelését.",
9739
"xloc": [
9740
- "default.handlebars->47->2255",
9741
- "default.handlebars->47->2828"
9740
+ "default.handlebars->47->2256",
9741
+ "default.handlebars->47->2829"
9742
]
9743
},
9744
{
@@ -9765,7 +9765,7 @@
9765
"zh-cht": "允許用戶管理此裝置。",
9766
"hu": "Engedélyezze a felhasználóknak, hogy kezeljék ezt az eszközt.",
9767
"xloc": [
9768
- "default.handlebars->47->2256"
9768
+ "default.handlebars->47->2257"
9769
]
9770
},
9771
{
@@ -10067,9 +10067,9 @@
10067
"zh-cht": "一直通知",
10068
"hu": "Minden kapcsolat értesítés",
10069
"xloc": [
10070
- "default.handlebars->47->2117",
10071
- "default.handlebars->47->2787",
10072
- "default.handlebars->47->2892",
10070
+ "default.handlebars->47->2118",
10071
+ "default.handlebars->47->2788",
10072
+ "default.handlebars->47->2893",
10073
"default.handlebars->47->945"
10074
]
10075
},
@@ -10097,9 +10097,9 @@
10097
"zh-cht": "一直提示",
10098
"hu": "Minden kapcsolat engedélykérés",
10099
"xloc": [
10100
- "default.handlebars->47->2118",
10101
- "default.handlebars->47->2788",
10102
- "default.handlebars->47->2893",
10100
+ "default.handlebars->47->2119",
10101
+ "default.handlebars->47->2789",
10102
+ "default.handlebars->47->2894",
10103
"default.handlebars->47->946"
10104
]
10105
},
@@ -10190,7 +10190,7 @@
10190
"hu": "Ismeretlen hiba történt.",
10191
"de": "Ein unbekannter Fehler ist aufgetreten.",
10192
"xloc": [
10193
- "default.handlebars->47->3030"
10193
+ "default.handlebars->47->3031"
10194
]
10195
},
10196
{
@@ -10248,7 +10248,7 @@
10248
"zh-cht": "Android APK",
10249
"hu": "Android APK",
10250
"xloc": [
10251
- "default-mobile.handlebars->11->918",
10251
+ "default-mobile.handlebars->11->919",
10252
"default.handlebars->47->634"
10253
]
10254
},
@@ -10330,7 +10330,7 @@
10330
"zh-cht": "安卓安裝",
10331
"hu": "Android Telepítés",
10332
"xloc": [
10333
- "default-mobile.handlebars->11->920"
10333
+ "default-mobile.handlebars->11->921"
10334
]
10335
},
10336
{
@@ -10392,8 +10392,8 @@
10392
"zh-cht": "殺毒軟件未激活",
10393
"hu": "A vírusirtó nem aktív",
10394
"xloc": [
10395
- "default.handlebars->47->2378",
10396
- "default.handlebars->47->2392"
10395
+ "default.handlebars->47->2379",
10396
+ "default.handlebars->47->2393"
10397
]
10398
},
10399
{
@@ -10762,7 +10762,7 @@
10762
"hu": "arab (Algéria)",
10763
"xloc": [
10764
"default-mobile.handlebars->11->107",
10765
- "default.handlebars->47->1770",
10765
+ "default.handlebars->47->1771",
10766
"login2.handlebars->7->4"
10767
]
10768
},
@@ -10791,7 +10791,7 @@
10791
"hu": "arab (Bahrein)",
10792
"xloc": [
10793
"default-mobile.handlebars->11->108",
10794
- "default.handlebars->47->1771",
10794
+ "default.handlebars->47->1772",
10795
"login2.handlebars->7->5"
10796
]
10797
},
@@ -10820,7 +10820,7 @@
10820
"hu": "arab (Egyiptom)",
10821
"xloc": [
10822
"default-mobile.handlebars->11->109",
10823
- "default.handlebars->47->1772",
10823
+ "default.handlebars->47->1773",
10824
"login2.handlebars->7->6"
10825
]
10826
},
@@ -10849,7 +10849,7 @@
10849
"hu": "arab (Irak)",
10850
"xloc": [
10851
"default-mobile.handlebars->11->110",
10852
- "default.handlebars->47->1773",
10852
+ "default.handlebars->47->1774",
10853
"login2.handlebars->7->7"
10854
]
10855
},
@@ -10878,7 +10878,7 @@
10878
"hu": "arab (Jordánia)",
10879
"xloc": [
10880
"default-mobile.handlebars->11->111",
10881
- "default.handlebars->47->1774",
10881
+ "default.handlebars->47->1775",
10882
"login2.handlebars->7->8"
10883
]
10884
},
@@ -10907,7 +10907,7 @@
10907
"hu": "arab (Kuvait)",
10908
"xloc": [
10909
"default-mobile.handlebars->11->112",
10910
- "default.handlebars->47->1775",
10910
+ "default.handlebars->47->1776",
10911
"login2.handlebars->7->9"
10912
]
10913
},
@@ -10936,7 +10936,7 @@
10936
"hu": "arab (Libanon)",
10937
"xloc": [
10938
"default-mobile.handlebars->11->113",
10939
- "default.handlebars->47->1776",
10939
+ "default.handlebars->47->1777",
10940
"login2.handlebars->7->10"
10941
]
10942
},
@@ -10965,7 +10965,7 @@
10965
"hu": "arab (Líbia)",
10966
"xloc": [
10967
"default-mobile.handlebars->11->114",
10968
- "default.handlebars->47->1777",
10968
+ "default.handlebars->47->1778",
10969
"login2.handlebars->7->11"
10970
]
10971
},
@@ -10994,7 +10994,7 @@
10994
"hu": "arab (Marokkó)",
10995
"xloc": [
10996
"default-mobile.handlebars->11->115",
10997
- "default.handlebars->47->1778",
10997
+ "default.handlebars->47->1779",
10998
"login2.handlebars->7->12"
10999
]
11000
},
@@ -11023,7 +11023,7 @@
11023
"hu": "arab (Omán)",
11024
"xloc": [
11025
"default-mobile.handlebars->11->116",
11026
- "default.handlebars->47->1779",
11026
+ "default.handlebars->47->1780",
11027
"login2.handlebars->7->13"
11028
]
11029
},
@@ -11052,7 +11052,7 @@
11052
"hu": "arab (Katar)",
11053
"xloc": [
11054
"default-mobile.handlebars->11->117",
11055
- "default.handlebars->47->1780",
11055
+ "default.handlebars->47->1781",
11056
"login2.handlebars->7->14"
11057
]
11058
},
@@ -11081,7 +11081,7 @@
11081
"hu": "arab (Szaúd-Arábia)",
11082
"xloc": [
11083
"default-mobile.handlebars->11->118",
11084
- "default.handlebars->47->1781",
11084
+ "default.handlebars->47->1782",
11085
"login2.handlebars->7->15"
11086
]
11087
},
@@ -11110,7 +11110,7 @@
11110
"hu": "arab",
11111
"xloc": [
11112
"default-mobile.handlebars->11->106",
11113
- "default.handlebars->47->1769",
11113
+ "default.handlebars->47->1770",
11114
"login2.handlebars->7->3"
11115
]
11116
},
@@ -11139,7 +11139,7 @@
11139
"hu": "arab (Szíria)",
11140
"xloc": [
11141
"default-mobile.handlebars->11->119",
11142
- "default.handlebars->47->1782",
11142
+ "default.handlebars->47->1783",
11143
"login2.handlebars->7->16"
11144
]
11145
},
@@ -11168,7 +11168,7 @@
11168
"hu": "arab (Tunézia)",
11169
"xloc": [
11170
"default-mobile.handlebars->11->120",
11171
- "default.handlebars->47->1783",
11171
+ "default.handlebars->47->1784",
11172
"login2.handlebars->7->17"
11173
]
11174
},
@@ -11197,7 +11197,7 @@
11197
"hu": "arab (Egyesült Arab Emírségek)",
11198
"xloc": [
11199
"default-mobile.handlebars->11->121",
11200
- "default.handlebars->47->1784",
11200
+ "default.handlebars->47->1785",
11201
"login2.handlebars->7->18"
11202
]
11203
},
@@ -11226,7 +11226,7 @@
11226
"hu": "arab (Jemen)",
11227
"xloc": [
11228
"default-mobile.handlebars->11->122",
11229
- "default.handlebars->47->1785",
11229
+ "default.handlebars->47->1786",
11230
"login2.handlebars->7->19"
11231
]
11232
},
@@ -11255,7 +11255,7 @@
11255
"hu": "aragóniai",
11256
"xloc": [
11257
"default-mobile.handlebars->11->123",
11258
- "default.handlebars->47->1786",
11258
+ "default.handlebars->47->1787",
11259
"login2.handlebars->7->20"
11260
]
11261
},
@@ -11342,8 +11342,8 @@
11342
"zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。",
11343
"hu": "Biztos, hogy törölni szeretné a {0} csoportot? Az eszközcsoport törlése a csoportba tartozó eszközökre vonatkozó összes információt is törli.",
11344
"xloc": [
11345
- "default-mobile.handlebars->11->906",
11346
- "default.handlebars->47->2222"
11345
+ "default-mobile.handlebars->11->907",
11346
+ "default.handlebars->47->2223"
11347
]
11348
},
11349
{
@@ -11451,7 +11451,7 @@
11451
"zh-cht": "你確定要{0}外掛嗎:{1}",
11452
"hu": "Biztosm, hogy {0} szeretné használni a következő beépülő modult: {1}",
11453
"xloc": [
11454
- "default.handlebars->47->3310"
11454
+ "default.handlebars->47->3311"
11455
]
11456
},
11457
{
@@ -11507,7 +11507,7 @@
11507
"hu": "örmény",
11508
"xloc": [
11509
"default-mobile.handlebars->11->124",
11510
- "default.handlebars->47->1787",
11510
+ "default.handlebars->47->1788",
11511
"login2.handlebars->7->21"
11512
]
11513
},
@@ -11699,7 +11699,7 @@
11699
"hu": "asszámi",
11700
"xloc": [
11701
"default-mobile.handlebars->11->125",
11702
- "default.handlebars->47->1788",
11702
+ "default.handlebars->47->1789",
11703
"login2.handlebars->7->22"
11704
]
11705
},
@@ -11863,7 +11863,7 @@
11863
"hu": "asztúriai",
11864
"xloc": [
11865
"default-mobile.handlebars->11->126",
11866
- "default.handlebars->47->1789",
11866
+ "default.handlebars->47->1790",
11867
"login2.handlebars->7->23"
11868
]
11869
},
@@ -11891,7 +11891,7 @@
11891
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
11892
"hu": "Intel(R) AMT ACM üzemmód aktiválásának kísérlete",
11893
"xloc": [
11894
- "default.handlebars->47->2466"
11894
+ "default.handlebars->47->2467"
11895
]
11896
},
11897
{
@@ -11978,7 +11978,7 @@
11978
"zh-cht": "認證軟體",
11979
"hu": "Hitelesítő alkalmazás beállítva",
11980
"xloc": [
11981
- "default.handlebars->47->2896"
11981
+ "default.handlebars->47->2897"
11982
]
11983
},
11984
{
@@ -12005,9 +12005,9 @@
12005
"zh-cht": "認證設備",
12006
"hu": "Hitelesítési eszköz",
12007
"xloc": [
12008
- "default.handlebars->47->1750",
12009
- "default.handlebars->47->1752",
12010
- "default.handlebars->47->1756"
12008
+ "default.handlebars->47->1751",
12009
+ "default.handlebars->47->1753",
12010
+ "default.handlebars->47->1757"
12011
]
12012
},
12013
{
@@ -12068,8 +12068,8 @@
12068
"default-mobile.handlebars->11->311",
12069
"default-mobile.handlebars->11->70",
12070
"default-mobile.handlebars->11->73",
12071
- "default.handlebars->47->1746",
12072
- "default.handlebars->47->1748",
12071
+ "default.handlebars->47->1747",
12072
+ "default.handlebars->47->1749",
12073
"default.handlebars->47->216",
12074
"default.handlebars->47->221"
12075
]
@@ -12206,8 +12206,8 @@
12206
"zh-cht": "自動刪除",
12207
"hu": "Automatikus eltávolítás",
12208
"xloc": [
12209
- "default.handlebars->47->2102",
12210
- "default.handlebars->47->2606"
12209
+ "default.handlebars->47->2103",
12210
+ "default.handlebars->47->2607"
12211
]
12212
},
12213
{
@@ -12265,7 +12265,7 @@
12265
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
12266
"hu": "Agent core dump fájl automatikus letöltése: \\\"{0}\\\"",
12267
"xloc": [
12268
- "default.handlebars->47->2547"
12268
+ "default.handlebars->47->2548"
12269
]
12270
},
12271
{
@@ -12371,7 +12371,7 @@
12371
"zh-cht": "自動移除非活動設備",
12372
"hu": "Az inaktív eszközök automatikus eltávolítása",
12373
"xloc": [
12374
- "default.handlebars->47->2250"
12374
+ "default.handlebars->47->2251"
12375
]
12376
},
12377
{
@@ -12398,7 +12398,7 @@
12398
"zh-cht": "可用內存",
12399
"hu": "Elérhető memória",
12400
"xloc": [
12401
- "default.handlebars->47->3239"
12401
+ "default.handlebars->47->3240"
12402
]
12403
},
12404
{
@@ -12426,7 +12426,7 @@
12426
"hu": "azerbajdzsáni",
12427
"xloc": [
12428
"default-mobile.handlebars->11->127",
12429
- "default.handlebars->47->1790",
12429
+ "default.handlebars->47->1791",
12430
"login2.handlebars->7->24"
12431
]
12432
},
@@ -12660,8 +12660,8 @@
12660
"zh-cht": "背景與互動",
12661
"hu": "Háttérben és interaktív módon",
12662
"xloc": [
12663
- "default.handlebars->47->2349",
12664
- "default.handlebars->47->2356",
12663
+ "default.handlebars->47->2350",
12664
+ "default.handlebars->47->2357",
12665
"default.handlebars->47->560",
12666
"default.handlebars->47->581"
12667
]
@@ -12691,8 +12691,8 @@
12691
"hu": "Csak háttérben",
12692
"xloc": [
12693
"agentinvite.handlebars->3->8",
12694
- "default.handlebars->47->2350",
12695
- "default.handlebars->47->2357",
12694
+ "default.handlebars->47->2351",
12695
+ "default.handlebars->47->2358",
12696
"default.handlebars->47->561",
12697
"default.handlebars->47->582",
12698
"default.handlebars->47->598"
@@ -12750,8 +12750,8 @@
12750
"zh-cht": "備用碼",
12751
"hu": "Biztonsági kódok generálva",
12752
"xloc": [
12753
- "default.handlebars->47->2899",
12754
- "default.handlebars->47->3126"
12753
+ "default.handlebars->47->2900",
12754
+ "default.handlebars->47->3127"
12755
]
12756
},
12757
{
@@ -12833,7 +12833,7 @@
12833
"zh-cht": "錯誤的簽名",
12834
"hu": "Rossz aláírás",
12835
"xloc": [
12836
- "default.handlebars->47->3221"
12836
+ "default.handlebars->47->3222"
12837
]
12838
},
12839
{
@@ -12860,7 +12860,7 @@
12860
"zh-cht": "錯誤的網絡憑證",
12861
"hu": "Rossz web tanúsítvány",
12862
"xloc": [
12863
- "default.handlebars->47->3220"
12863
+ "default.handlebars->47->3221"
12864
]
12865
},
12866
{
@@ -12888,7 +12888,7 @@
12888
"hu": "baszk",
12889
"xloc": [
12890
"default-mobile.handlebars->11->128",
12891
- "default.handlebars->47->1791",
12891
+ "default.handlebars->47->1792",
12892
"login2.handlebars->7->25"
12893
]
12894
},
@@ -12970,7 +12970,7 @@
12970
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
12971
"hu": "{0} fájl kötegelt feltöltése a(z) {1} mappába",
12972
"xloc": [
12973
- "default.handlebars->47->2546"
12973
+ "default.handlebars->47->2547"
12974
]
12975
},
12976
{
@@ -12998,7 +12998,7 @@
12998
"hu": "fehérorosz",
12999
"xloc": [
13000
"default-mobile.handlebars->11->130",
13001
- "default.handlebars->47->1793",
13001
+ "default.handlebars->47->1794",
13002
"login2.handlebars->7->27"
13003
]
13004
},
@@ -13027,7 +13027,7 @@
13027
"hu": "bengáli",
13028
"xloc": [
13029
"default-mobile.handlebars->11->131",
13030
- "default.handlebars->47->1794",
13030
+ "default.handlebars->47->1795",
13031
"login2.handlebars->7->28"
13032
]
13033
},
@@ -13089,16 +13089,16 @@
13089
"en": "BitLocker",
13090
"nl": "BitLocker",
13091
"xloc": [
13092
- "default-mobile.handlebars->11->857",
13093
- "default.handlebars->47->1676"
13092
+ "default-mobile.handlebars->11->858",
13093
+ "default.handlebars->47->1677"
13094
]
13095
},
13096
{
13097
"en": "BitLocker Information",
13098
"pl": "Informacje o BitLocker",
13099
"xloc": [
13100
- "default-mobile.handlebars->11->864",
13101
- "default.handlebars->47->1683"
13100
+ "default-mobile.handlebars->11->865",
13101
+ "default.handlebars->47->1684"
13102
]
13103
},
13104
{
@@ -13154,7 +13154,7 @@
13154
"hu": "bosznia",
13155
"xloc": [
13156
"default-mobile.handlebars->11->132",
13157
- "default.handlebars->47->1795",
13157
+ "default.handlebars->47->1796",
13158
"login2.handlebars->7->29"
13159
]
13160
},
@@ -13183,7 +13183,7 @@
13183
"hu": "breton",
13184
"xloc": [
13185
"default-mobile.handlebars->11->133",
13186
- "default.handlebars->47->1796",
13186
+ "default.handlebars->47->1797",
13187
"login2.handlebars->7->30"
13188
]
13189
},
@@ -13211,7 +13211,7 @@
13211
"zh-cht": "廣播",
13212
"hu": "Broadcast üzenet...",
13213
"xloc": [
13214
- "default.handlebars->47->2794",
13214
+ "default.handlebars->47->2795",
13215
"default.handlebars->container->column_l->p4->3->1->0->3->1"
13216
]
13217
},
@@ -13239,7 +13239,7 @@
13239
"zh-cht": "廣播消息",
13240
"hu": "Broadcast üzenet",
13241
"xloc": [
13242
- "default.handlebars->47->2710"
13242
+ "default.handlebars->47->2711"
13243
]
13244
},
13245
{
@@ -13266,7 +13266,7 @@
13266
"zh-cht": "向所有連接的用戶廣播消息。",
13267
"hu": "Üzenet küldése az összes csatlakoztatott felhasználónak.",
13268
"xloc": [
13269
- "default.handlebars->47->2705"
13269
+ "default.handlebars->47->2706"
13270
]
13271
},
13272
{
@@ -13293,7 +13293,7 @@
13293
"zh-cht": "瀏覽器",
13294
"hu": "Böngésző",
13295
"xloc": [
13296
- "default.handlebars->47->3100"
13296
+ "default.handlebars->47->3101"
13297
]
13298
},
13299
{
@@ -13376,7 +13376,7 @@
13376
"hu": "bolgár",
13377
"xloc": [
13378
"default-mobile.handlebars->11->129",
13379
- "default.handlebars->47->1792",
13379
+ "default.handlebars->47->1793",
13380
"login2.handlebars->7->26"
13381
]
13382
},
@@ -13405,7 +13405,7 @@
13405
"hu": "burmai",
13406
"xloc": [
13407
"default-mobile.handlebars->11->134",
13408
- "default.handlebars->47->1797",
13408
+ "default.handlebars->47->1798",
13409
"login2.handlebars->7->31"
13410
]
13411
},
@@ -13433,7 +13433,7 @@
13433
"zh-cht": "默認情況下,非活動設備將在 1 天后移除。",
13434
"hu": "Alapértelmezés szerint az inaktív eszközök 1 nap után eltávolításra kerülnek.",
13435
"xloc": [
13436
- "default.handlebars->47->2252"
13436
+ "default.handlebars->47->2253"
13437
]
13438
},
13439
{
@@ -13460,7 +13460,7 @@
13460
"zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。",
13461
"hu": "Alapértelmezés szerint az inaktív eszközök {0} nap után eltávolításra kerülnek.",
13462
"xloc": [
13463
- "default.handlebars->47->2253"
13463
+ "default.handlebars->47->2254"
13464
]
13465
},
13466
{
@@ -13496,7 +13496,7 @@
13496
"zh-cht": "字節輸入",
13497
"hu": "Fogadott Byte-ok",
13498
"xloc": [
13499
- "default.handlebars->47->3096"
13499
+ "default.handlebars->47->3097"
13500
]
13501
},
13502
{
@@ -13523,7 +13523,7 @@
13523
"zh-cht": "字節輸出",
13524
"hu": "Küldött Byte-ok",
13525
"xloc": [
13526
- "default.handlebars->47->3097"
13526
+ "default.handlebars->47->3098"
13527
]
13528
},
13529
{
@@ -13620,7 +13620,14 @@
13620
"zh-cht": "CCM模式",
13621
"hu": "CCM mode",
13622
"xloc": [
13623
- "default.handlebars->47->2205"
13623
+ "default.handlebars->47->2206"
13624
+ ]
13625
+ },
13626
+ {
13627
+ "en": "CD-ROM",
13628
+ "xloc": [
13629
+ "default-mobile.handlebars->11->851",
13630
+ "default.handlebars->47->1670"
13631
]
13632
},
13633
{
@@ -13648,7 +13655,7 @@
13655
"hu": "CIRA",
13656
"xloc": [
13657
"default-mobile.handlebars->11->464",
13651
- "default.handlebars->47->3246",
13658
+ "default.handlebars->47->3247",
13659
"default.handlebars->47->407",
13660
"default.handlebars->47->695"
13661
]
@@ -13677,7 +13684,7 @@
13684
"zh-cht": "CIRA伺服器",
13685
"hu": "CIRA Kiszolgáló",
13686
"xloc": [
13680
- "default.handlebars->47->3294"
13687
+ "default.handlebars->47->3295"
13688
]
13689
},
13690
{
@@ -13704,7 +13711,7 @@
13711
"zh-cht": "CIRA伺服器指令",
13712
"hu": "CIRA kiszolgáló parancsok",
13713
"xloc": [
13707
- "default.handlebars->47->3295"
13714
+ "default.handlebars->47->3296"
13715
]
13716
},
13717
{
@@ -13758,7 +13765,7 @@
13765
"zh-cht": "CIRA設置",
13766
"hu": "CIRA beállítás",
13767
"xloc": [
13761
- "default.handlebars->47->2213"
13768
+ "default.handlebars->47->2214"
13769
]
13770
},
13771
{
@@ -13788,7 +13795,7 @@
13795
"default-mobile.handlebars->11->814",
13796
"default.handlebars->47->1553",
13797
"default.handlebars->47->1633",
13791
- "default.handlebars->47->3270",
13798
+ "default.handlebars->47->3271",
13799
"default.handlebars->container->column_l->p40->3->1->p40type->5"
13800
]
13801
},
@@ -13816,7 +13823,7 @@
13823
"zh-cht": "CPU負載",
13824
"hu": "CPU terhelés",
13825
"xloc": [
13819
- "default.handlebars->47->3235"
13826
+ "default.handlebars->47->3236"
13827
]
13828
},
13829
{
@@ -13843,7 +13850,7 @@
13850
"zh-cht": "最近15分鐘的CPU負載",
13851
"hu": "CPU terhelés az elmúlt 15 percben",
13852
"xloc": [
13846
- "default.handlebars->47->3238"
13853
+ "default.handlebars->47->3239"
13854
]
13855
},
13856
{
@@ -13870,7 +13877,7 @@
13877
"zh-cht": "最近5分鐘的CPU負載",
13878
"hu": "CPU terhelés az elmúlt 5 percben",
13879
"xloc": [
13873
- "default.handlebars->47->3237"
13880
+ "default.handlebars->47->3238"
13881
]
13882
},
13883
{
@@ -13897,7 +13904,7 @@
13904
"zh-cht": "最近一分鐘的CPU負載",
13905
"hu": "CPU terhelés az utolsó percben",
13906
"xloc": [
13900
- "default.handlebars->47->3236"
13907
+ "default.handlebars->47->3237"
13908
]
13909
},
13910
{
@@ -13956,7 +13963,7 @@
13963
"zh-cht": "CSV",
13964
"hu": "CSV",
13965
"xloc": [
13959
- "default.handlebars->47->2623"
13966
+ "default.handlebars->47->2624"
13967
]
13968
},
13969
{
@@ -13983,8 +13990,8 @@
13990
"zh-cht": "CSV格式",
13991
"hu": "CSV Formátum",
13992
"xloc": [
13986
- "default.handlebars->47->2627",
13987
- "default.handlebars->47->2697",
13993
+ "default.handlebars->47->2628",
13994
+ "default.handlebars->47->2698",
13995
"default.handlebars->47->766"
13996
]
13997
},
@@ -14036,7 +14043,7 @@
14043
"zh-cht": "呼叫錯誤",
14044
"hu": "Hívás hiba",
14045
"xloc": [
14039
- "default.handlebars->47->3311"
14046
+ "default.handlebars->47->3312"
14047
]
14048
},
14049
{
@@ -14046,8 +14053,8 @@
14053
"nl": "CallMeBot",
14054
"pl": "CallMeBot",
14055
"xloc": [
14049
- "default.handlebars->47->1719",
14050
- "default.handlebars->47->2934"
14056
+ "default.handlebars->47->1720",
14057
+ "default.handlebars->47->2935"
14058
]
14059
},
14060
{
@@ -14104,8 +14111,8 @@
14111
"agent-translations.json",
14112
"default-mobile.handlebars->11->320",
14113
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
14107
- "default.handlebars->47->2069",
14108
- "default.handlebars->47->3300",
14114
+ "default.handlebars->47->2070",
14115
+ "default.handlebars->47->3301",
14116
"default.handlebars->47->533",
14117
"default.handlebars->container->dialog->idx_dlgButtonBar",
14118
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -14290,7 +14297,7 @@
14297
"hu": "katalán",
14298
"xloc": [
14299
"default-mobile.handlebars->11->135",
14293
- "default.handlebars->47->1798",
14300
+ "default.handlebars->47->1799",
14301
"login2.handlebars->7->32"
14302
]
14303
},
@@ -14399,7 +14406,7 @@
14406
"hu": "chamorro",
14407
"xloc": [
14408
"default-mobile.handlebars->11->136",
14402
- "default.handlebars->47->1799",
14409
+ "default.handlebars->47->1800",
14410
"login2.handlebars->7->33"
14411
]
14412
},
@@ -14456,7 +14463,7 @@
14463
"zh-cht": "更改{0}的電郵",
14464
"hu": "{0} e-mail-címének módosítása",
14465
"xloc": [
14459
- "default.handlebars->47->2976"
14466
+ "default.handlebars->47->2977"
14467
]
14468
},
14469
{
@@ -14513,8 +14520,8 @@
14520
"hu": "Jelszó módosítása",
14521
"xloc": [
14522
"default-mobile.handlebars->11->328",
14516
- "default.handlebars->47->2015",
14517
- "default.handlebars->47->2920"
14523
+ "default.handlebars->47->2016",
14524
+ "default.handlebars->47->2921"
14525
]
14526
},
14527
{
@@ -14541,7 +14548,7 @@
14548
"zh-cht": "更改{0}的密碼",
14549
"hu": "Jelszó módosítása: {0}",
14550
"xloc": [
14544
- "default.handlebars->47->2985"
14551
+ "default.handlebars->47->2986"
14552
]
14553
},
14554
{
@@ -14568,7 +14575,7 @@
14575
"zh-cht": "更改{0}的真實名稱",
14576
"hu": "{0} felhasználó teljes nevének módosítása",
14577
"xloc": [
14571
- "default.handlebars->47->2971"
14578
+ "default.handlebars->47->2972"
14579
]
14580
},
14581
{
@@ -14729,7 +14736,7 @@
14736
"zh-cht": "更改該用戶的密碼",
14737
"hu": "A felhasználó jelszavának módosítása",
14738
"xloc": [
14732
- "default.handlebars->47->2919"
14739
+ "default.handlebars->47->2920"
14740
]
14741
},
14742
{
@@ -14783,7 +14790,7 @@
14790
"zh-cht": "在此處更改你的帳戶電郵地址。",
14791
"hu": "Itt módosíthatja fiókja e-mail címét.",
14792
"xloc": [
14786
- "default.handlebars->47->2002"
14793
+ "default.handlebars->47->2003"
14794
]
14795
},
14796
{
@@ -14810,7 +14817,7 @@
14817
"zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
14818
"hu": "Módosítsa fiókja jelszavát a jelenlegi és az új jelszó kétszeri beírásával az alábbi mezőkbe.",
14819
"xloc": [
14813
- "default.handlebars->47->2008"
14820
+ "default.handlebars->47->2009"
14821
]
14822
},
14823
{
@@ -14837,7 +14844,7 @@
14844
"zh-cht": "帳戶憑證已更改",
14845
"hu": "A fiók hitelesítő adatai megváltoztak",
14846
"xloc": [
14840
- "default.handlebars->47->2518"
14847
+ "default.handlebars->47->2519"
14848
]
14849
},
14850
{
@@ -14864,7 +14871,7 @@
14871
"zh-cht": "將帳戶顯示名稱更改為 {0}。",
14872
"hu": "A fiók megjelenített neve {0}-re változott.",
14873
"xloc": [
14867
- "default.handlebars->47->2570"
14874
+ "default.handlebars->47->2571"
14875
]
14876
},
14877
{
@@ -14891,8 +14898,8 @@
14898
"zh-cht": "{1}組中的設備{0}已更改:{2}",
14899
"hu": "{0} eszközt a {1} csoportból áthelyezésre került {2} csoportba",
14900
"xloc": [
14894
- "default.handlebars->47->2502",
14895
- "default.handlebars->47->2583"
14901
+ "default.handlebars->47->2503",
14902
+ "default.handlebars->47->2584"
14903
]
14904
},
14905
{
@@ -14919,7 +14926,7 @@
14926
"zh-cht": "語言從{1}更改為{2}",
14927
"hu": "A nyelv megváltozott. régi nyelv: {1}, új nyelv: {2}",
14928
"xloc": [
14922
- "default.handlebars->47->2446"
14929
+ "default.handlebars->47->2447"
14930
]
14931
},
14932
{
@@ -14946,8 +14953,8 @@
14953
"zh-cht": "已更改{0}的用戶設備權限",
14954
"hu": "Módosult a(z) {0} felhasználói eszközjogai",
14955
"xloc": [
14949
- "default.handlebars->47->2504",
14950
- "default.handlebars->47->2525"
14956
+ "default.handlebars->47->2505",
14957
+ "default.handlebars->47->2526"
14958
]
14959
},
14960
{
@@ -14999,7 +15006,7 @@
15006
"hu": "A nyelv megváltoztatásához az oldal frissítése szükséges!",
15007
"xloc": [
15008
"default-mobile.handlebars->11->303",
15002
- "default.handlebars->47->1966"
15009
+ "default.handlebars->47->1967"
15010
]
15011
},
15012
{
@@ -15028,9 +15035,9 @@
15035
"xloc": [
15036
"default.handlebars->47->1111",
15037
"default.handlebars->47->1136",
15031
- "default.handlebars->47->2644",
15032
- "default.handlebars->47->2915",
15038
+ "default.handlebars->47->2645",
15039
"default.handlebars->47->2916",
15040
+ "default.handlebars->47->2917",
15041
"default.handlebars->47->992"
15042
]
15043
},
@@ -15058,10 +15065,10 @@
15065
"zh-cht": "聊天並通知",
15066
"hu": "Csevegés és Értesítés",
15067
"xloc": [
15061
- "default-mobile.handlebars->11->936",
15062
- "default-mobile.handlebars->11->956",
15063
- "default.handlebars->47->2284",
15064
- "default.handlebars->47->2322"
15068
+ "default-mobile.handlebars->11->937",
15069
+ "default-mobile.handlebars->11->957",
15070
+ "default.handlebars->47->2285",
15071
+ "default.handlebars->47->2323"
15072
]
15073
},
15074
{
@@ -15088,8 +15095,8 @@
15095
"zh-cht": "聊天請求,點擊這裡接受。",
15096
"hu": "Csevegés kezdeményezés, kattintson ide az elfogadáshoz.",
15097
"xloc": [
15091
- "default-mobile.handlebars->11->988",
15092
- "default.handlebars->47->3185"
15098
+ "default-mobile.handlebars->11->989",
15099
+ "default.handlebars->47->3186"
15100
]
15101
},
15102
{
@@ -15144,7 +15151,7 @@
15151
"hu": "csecsen",
15152
"xloc": [
15153
"default-mobile.handlebars->11->137",
15147
- "default.handlebars->47->1800",
15154
+ "default.handlebars->47->1801",
15155
"login2.handlebars->7->34"
15156
]
15157
},
@@ -15292,8 +15299,8 @@
15299
"zh-cht": "檢查...",
15300
"hu": "Ellenőrzés...",
15301
"xloc": [
15295
- "default.handlebars->47->1766",
15296
- "default.handlebars->47->3305"
15302
+ "default.handlebars->47->1767",
15303
+ "default.handlebars->47->3306"
15304
]
15305
},
15306
{
@@ -15321,7 +15328,7 @@
15328
"hu": "kínai",
15329
"xloc": [
15330
"default-mobile.handlebars->11->138",
15324
- "default.handlebars->47->1801",
15331
+ "default.handlebars->47->1802",
15332
"login2.handlebars->7->35"
15333
]
15334
},
@@ -15350,7 +15357,7 @@
15357
"hu": "kínai (Hongkong)",
15358
"xloc": [
15359
"default-mobile.handlebars->11->139",
15353
- "default.handlebars->47->1802",
15360
+ "default.handlebars->47->1803",
15361
"login2.handlebars->7->36"
15362
]
15363
},
@@ -15379,7 +15386,7 @@
15386
"hu": "kínai (Kínai Népköztársaság)",
15387
"xloc": [
15388
"default-mobile.handlebars->11->140",
15382
- "default.handlebars->47->1803",
15389
+ "default.handlebars->47->1804",
15390
"login2.handlebars->7->37"
15391
]
15392
},
@@ -15408,7 +15415,7 @@
15415
"hu": "kínai (egyszerűsített)",
15416
"xloc": [
15417
"default-mobile.handlebars->11->300",
15411
- "default.handlebars->47->1963",
15418
+ "default.handlebars->47->1964",
15419
"login2.handlebars->7->197"
15420
]
15421
},
@@ -15437,7 +15444,7 @@
15444
"hu": "kínai (Szingapúr)",
15445
"xloc": [
15446
"default-mobile.handlebars->11->141",
15440
- "default.handlebars->47->1804",
15447
+ "default.handlebars->47->1805",
15448
"login2.handlebars->7->38"
15449
]
15450
},
@@ -15466,7 +15473,7 @@
15473
"hu": "kínai (Tajvan)",
15474
"xloc": [
15475
"default-mobile.handlebars->11->142",
15469
- "default.handlebars->47->1805",
15476
+ "default.handlebars->47->1806",
15477
"login2.handlebars->7->39"
15478
]
15479
},
@@ -15495,7 +15502,7 @@
15502
"hu": "kínai (hagyományos)",
15503
"xloc": [
15504
"default-mobile.handlebars->11->301",
15498
- "default.handlebars->47->1964",
15505
+ "default.handlebars->47->1965",
15506
"login2.handlebars->7->198"
15507
]
15508
},
@@ -15552,7 +15559,7 @@
15559
"hu": "csuvas",
15560
"xloc": [
15561
"default-mobile.handlebars->11->143",
15555
- "default.handlebars->47->1806",
15562
+ "default.handlebars->47->1807",
15563
"login2.handlebars->7->40"
15564
]
15565
},
@@ -15615,7 +15622,7 @@
15622
"default.handlebars->47->1531",
15623
"default.handlebars->47->1533",
15624
"default.handlebars->47->1535",
15618
- "default.handlebars->47->2440",
15625
+ "default.handlebars->47->2441",
15626
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
15627
"default.handlebars->container->column_l->p41->3->1",
15628
"messenger.handlebars->xbottom->1->1->0->5",
@@ -15787,8 +15794,8 @@
15794
"zh-cht": "全部清除",
15795
"hu": "Összes törlése",
15796
"xloc": [
15790
- "default-mobile.handlebars->11->971",
15791
- "default.handlebars->47->3168"
15797
+ "default-mobile.handlebars->11->972",
15798
+ "default.handlebars->47->3169"
15799
]
15800
},
15801
{
@@ -15843,8 +15850,8 @@
15850
"zh-cht": "清除核心",
15851
"hu": "Core törlése",
15852
"xloc": [
15846
- "default-mobile.handlebars->11->876",
15847
- "default.handlebars->47->1696"
15853
+ "default-mobile.handlebars->11->877",
15854
+ "default.handlebars->47->1697"
15855
]
15856
},
15857
{
@@ -15898,8 +15905,8 @@
15905
"zh-cht": "清除此通知",
15906
"hu": "Törölje ezt az értesítést",
15907
"xloc": [
15901
- "default-mobile.handlebars->11->970",
15902
- "default.handlebars->47->3167"
15908
+ "default-mobile.handlebars->11->971",
15909
+ "default.handlebars->47->3168"
15910
]
15911
},
15912
{
@@ -16007,8 +16014,8 @@
16014
"zh-cht": "單擊此處編輯裝置群名稱",
16015
"hu": "Kattintson ide az eszközcsoport nevének szerkesztéséhez",
16016
"xloc": [
16010
- "default.handlebars->47->2083",
16011
- "default.handlebars->47->2383"
16017
+ "default.handlebars->47->2084",
16018
+ "default.handlebars->47->2384"
16019
]
16020
},
16021
{
@@ -16062,7 +16069,7 @@
16069
"zh-cht": "單擊此處編輯用戶群名稱",
16070
"hu": "Kattintson ide a felhasználói csoport nevének szerkesztéséhez",
16071
"xloc": [
16065
- "default.handlebars->47->2767"
16072
+ "default.handlebars->47->2768"
16073
]
16074
},
16075
{
@@ -16197,7 +16204,7 @@
16204
"hu": "Kattintson az OK gombra, ha megerősítő e-mailt szeretne küldeni a következő címre:",
16205
"xloc": [
16206
"default-mobile.handlebars->11->313",
16200
- "default.handlebars->47->1999"
16207
+ "default.handlebars->47->2000"
16208
]
16209
},
16210
{
@@ -16331,7 +16338,7 @@
16338
"zh-cht": "客戶編號",
16339
"hu": "Client ID",
16340
"xloc": [
16334
- "default.handlebars->47->2062"
16341
+ "default.handlebars->47->2063"
16342
]
16343
},
16344
{
@@ -16358,7 +16365,7 @@
16365
"zh-cht": "客戶端啟動的遠程訪問",
16366
"hu": "Ügyfél által kezdeményezett távoli elérés",
16367
"xloc": [
16361
- "default.handlebars->47->2212"
16368
+ "default.handlebars->47->2213"
16369
]
16370
},
16371
{
@@ -16385,7 +16392,7 @@
16392
"zh-cht": "客戶機密",
16393
"hu": "Client Secret",
16394
"xloc": [
16388
- "default.handlebars->47->2063"
16395
+ "default.handlebars->47->2064"
16396
]
16397
},
16398
{
@@ -16446,7 +16453,7 @@
16453
"default.handlebars->47->1505",
16454
"default.handlebars->47->228",
16455
"default.handlebars->47->236",
16449
- "default.handlebars->47->3299",
16456
+ "default.handlebars->47->3300",
16457
"sharing.handlebars->11->52"
16458
]
16459
},
@@ -16474,7 +16481,7 @@
16481
"zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒",
16482
"hu": "Lezárt asztali multiplex munkamenet \\\"{0}\\\", {1} másodperc",
16483
"xloc": [
16477
- "default.handlebars->47->2590"
16484
+ "default.handlebars->47->2591"
16485
]
16486
},
16487
{
@@ -16501,7 +16508,7 @@
16508
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
16509
"hu": "Lezárt asztali multiplex munkamenet, {0} másodperc",
16510
"xloc": [
16504
- "default.handlebars->47->2451"
16511
+ "default.handlebars->47->2452"
16512
]
16513
},
16514
{
@@ -16691,10 +16698,10 @@
16698
"zh-cht": "指令",
16699
"hu": "Parancsok",
16700
"xloc": [
16694
- "default-mobile.handlebars->11->958",
16701
+ "default-mobile.handlebars->11->959",
16702
"default.handlebars->47->1113",
16703
"default.handlebars->47->1138",
16697
- "default.handlebars->47->2324"
16704
+ "default.handlebars->47->2325"
16705
]
16706
},
16707
{
@@ -16760,8 +16767,8 @@
16767
"zh-cht": "通用裝置群",
16768
"hu": "Eszközcsoport jogosultságok",
16769
"xloc": [
16763
- "default.handlebars->47->2802",
16764
- "default.handlebars->47->2990"
16770
+ "default.handlebars->47->2803",
16771
+ "default.handlebars->47->2991"
16772
]
16773
},
16774
{
@@ -16788,8 +16795,8 @@
16795
"zh-cht": "通用裝置",
16796
"hu": "Eszköz jogosultságok",
16797
"xloc": [
16791
- "default.handlebars->47->2808",
16792
- "default.handlebars->47->3002"
16798
+ "default.handlebars->47->2809",
16799
+ "default.handlebars->47->3003"
16800
]
16801
},
16802
{
@@ -16905,7 +16912,7 @@
16912
"hu": "Konfigurációs fájl rekordok",
16913
"de": "Aufzeichnungen von Konfigurationsdatei",
16914
"xloc": [
16908
- "default.handlebars->47->3144"
16915
+ "default.handlebars->47->3145"
16916
]
16917
},
16918
{
@@ -16933,14 +16940,14 @@
16940
"hu": "Megerősít",
16941
"xloc": [
16942
"default-mobile.handlebars->11->603",
16936
- "default-mobile.handlebars->11->907",
16943
+ "default-mobile.handlebars->11->908",
16944
"default.handlebars->47->1277",
16945
"default.handlebars->47->1286",
16939
- "default.handlebars->47->2223",
16940
- "default.handlebars->47->2674",
16941
- "default.handlebars->47->2757",
16942
- "default.handlebars->47->2824",
16943
- "default.handlebars->47->2988",
16946
+ "default.handlebars->47->2224",
16947
+ "default.handlebars->47->2675",
16948
+ "default.handlebars->47->2758",
16949
+ "default.handlebars->47->2825",
16950
+ "default.handlebars->47->2989",
16951
"default.handlebars->47->730"
16952
]
16953
},
@@ -17076,7 +17083,7 @@
17083
"zh-cht": "確認刪除所選帳戶?",
17084
"hu": "Megerősíti a kiválasztott fiók(ok) törlését?",
17085
"xloc": [
17079
- "default.handlebars->47->2673"
17086
+ "default.handlebars->47->2674"
17087
]
17088
},
17089
{
@@ -17127,7 +17134,7 @@
17134
"zh-cht": "確認刪除所選用戶群?",
17135
"hu": "Megerősíti a kiválasztott felhasználói csoport(ok) törlését?",
17136
"xloc": [
17130
- "default.handlebars->47->2756"
17137
+ "default.handlebars->47->2757"
17138
]
17139
},
17140
{
@@ -17154,7 +17161,7 @@
17161
"zh-cht": "確認刪除用戶{0}?",
17162
"hu": "Megerősíti a(z) {0} felhasználó törlését?",
17163
"xloc": [
17157
- "default.handlebars->47->2987"
17164
+ "default.handlebars->47->2988"
17165
]
17166
},
17167
{
@@ -17181,7 +17188,7 @@
17188
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
17189
"hu": "Megerősíti a \\\"{0}\\\" felhasználó tagságának eltávolítását?",
17190
"xloc": [
17184
- "default.handlebars->47->2827"
17191
+ "default.handlebars->47->2828"
17192
]
17193
},
17194
{
@@ -17208,7 +17215,7 @@
17215
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
17216
"hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport tagság eltávolítását?",
17217
"xloc": [
17211
- "default.handlebars->47->3019"
17218
+ "default.handlebars->47->3020"
17219
]
17220
},
17221
{
@@ -17319,7 +17326,7 @@
17326
"zh-cht": "確認覆蓋?",
17327
"hu": "Megerősíti a felülírást?",
17328
"xloc": [
17322
- "default.handlebars->47->2432"
17329
+ "default.handlebars->47->2433"
17330
]
17331
},
17332
{
@@ -17346,8 +17353,8 @@
17353
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
17354
"hu": "Megerősíti a \\\"{0}\\\" eszköz hozzáférési jogainak eltávolítását?",
17355
"xloc": [
17349
- "default.handlebars->47->2817",
17350
- "default.handlebars->47->3010"
17356
+ "default.handlebars->47->2818",
17357
+ "default.handlebars->47->3011"
17358
]
17359
},
17360
{
@@ -17374,8 +17381,8 @@
17381
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
17382
"hu": "Megerősíti a \\\"{0}\\\" eszközcsoport hozzáférési jogainak eltávolítását?",
17383
"xloc": [
17377
- "default.handlebars->47->2819",
17378
- "default.handlebars->47->3023"
17384
+ "default.handlebars->47->2820",
17385
+ "default.handlebars->47->3024"
17386
]
17387
},
17388
{
@@ -17402,7 +17409,7 @@
17409
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
17410
"hu": "Megerősíti a \\\"{0}\\\" felhasználó hozzáférési jogainak eltávolítását?",
17411
"xloc": [
17405
- "default.handlebars->47->3012"
17412
+ "default.handlebars->47->3013"
17413
]
17414
},
17415
{
@@ -17429,7 +17436,7 @@
17436
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
17437
"hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport hozzáférési jogainak eltávolítását?",
17438
"xloc": [
17432
- "default.handlebars->47->3015"
17439
+ "default.handlebars->47->3016"
17440
]
17441
},
17442
{
@@ -17456,8 +17463,8 @@
17463
"zh-cht": "確認刪除訪問權限?",
17464
"hu": "Megerősíti a hozzáférési jogok eltávolítását?",
17465
"xloc": [
17459
- "default.handlebars->47->3013",
17460
- "default.handlebars->47->3016"
17466
+ "default.handlebars->47->3014",
17467
+ "default.handlebars->47->3017"
17468
]
17469
},
17470
{
@@ -17485,7 +17492,7 @@
17492
"hu": "Megerősíti a hitelesítő alkalmazás, kétlépcsős bejelentkezés eltávolítását?",
17493
"xloc": [
17494
"default-mobile.handlebars->11->312",
17488
- "default.handlebars->47->1749"
17495
+ "default.handlebars->47->1750"
17496
]
17497
},
17498
{
@@ -17536,7 +17543,7 @@
17543
"zh-cht": "確認刪除設備共享“{0}”?",
17544
"hu": "Megerősíti a(z) \\\"{0}\\\" eszközmegosztás eltávolítását?",
17545
"xloc": [
17539
- "default.handlebars->47->3008"
17546
+ "default.handlebars->47->3009"
17547
]
17548
},
17549
{
@@ -17611,7 +17618,7 @@
17618
"zh-cht": "確認移除推送認證設備?",
17619
"hu": "Megerősíti a Push-hitelesítési eszköz eltávolítását?",
17620
"xloc": [
17614
- "default.handlebars->47->1751"
17621
+ "default.handlebars->47->1752"
17622
]
17623
},
17624
{
@@ -17638,7 +17645,7 @@
17645
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
17646
"hu": "Megerősíti a \\\"{0}\\\" felhasználó jogainak eltávolítását?",
17647
"xloc": [
17641
- "default.handlebars->47->2336"
17648
+ "default.handlebars->47->2337"
17649
]
17650
},
17651
{
@@ -17665,7 +17672,7 @@
17672
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
17673
"hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport jogainak eltávolítását?",
17674
"xloc": [
17668
- "default.handlebars->47->2338"
17675
+ "default.handlebars->47->2339"
17676
]
17677
},
17678
{
@@ -17719,7 +17726,7 @@
17726
"zh-cht": "確認刪除此登錄令牌?",
17727
"hu": "Megerősíti ennek a bejelentkezési tokennek az eltávolítását?",
17728
"xloc": [
17722
- "default.handlebars->47->2055"
17729
+ "default.handlebars->47->2056"
17730
]
17731
},
17732
{
@@ -17770,7 +17777,7 @@
17777
"zh-cht": "確認刪除用戶{0}?",
17778
"hu": "Megerősíti a(z) {0} felhasználó eltávolítását?",
17779
"xloc": [
17773
- "default-mobile.handlebars->11->967"
17780
+ "default-mobile.handlebars->11->968"
17781
]
17782
},
17783
{
@@ -17825,7 +17832,7 @@
17832
"hu": "Megerősíti {0} / {1} bejegyzés {2} erre a helyre?",
17833
"xloc": [
17834
"default-mobile.handlebars->11->365",
17828
- "default.handlebars->47->2435"
17835
+ "default.handlebars->47->2436"
17836
]
17837
},
17838
{
@@ -17856,7 +17863,7 @@
17863
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
17864
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
17865
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span",
17859
- "default.handlebars->47->2121",
17866
+ "default.handlebars->47->2122",
17867
"default.handlebars->47->949",
17868
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
17869
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -17946,7 +17953,7 @@
17953
"zh-cht": "連接到伺服器",
17954
"hu": "Csatlakozás a kiszolgálóhoz",
17955
"xloc": [
17949
- "default.handlebars->47->2216"
17956
+ "default.handlebars->47->2217"
17957
]
17958
},
17959
{
@@ -18190,7 +18197,7 @@
18197
"zh-cht": "已連接的Intel® AMT",
18198
"hu": "Csatlakozott Intel® AMT",
18199
"xloc": [
18193
- "default.handlebars->47->3226"
18200
+ "default.handlebars->47->3227"
18201
]
18202
},
18203
{
@@ -18217,7 +18224,7 @@
18224
"zh-cht": "已连接的用户",
18225
"hu": "Csatlakozott felhasználók",
18226
"xloc": [
18220
- "default.handlebars->47->3231"
18227
+ "default.handlebars->47->3232"
18228
]
18229
},
18230
{
@@ -18464,7 +18471,7 @@
18471
"zh-cht": "連接數量",
18472
"hu": "Kapcsolatok száma",
18473
"xloc": [
18467
- "default.handlebars->47->3257"
18474
+ "default.handlebars->47->3258"
18475
]
18476
},
18477
{
@@ -18521,7 +18528,7 @@
18528
"zh-cht": "連接轉發器",
18529
"hu": "Kapccsolat Relay",
18530
"xloc": [
18524
- "default.handlebars->47->3293"
18531
+ "default.handlebars->47->3294"
18532
]
18533
},
18534
{
@@ -18603,7 +18610,7 @@
18610
"hu": "Kapcsolódás",
18611
"xloc": [
18612
"default-mobile.handlebars->11->525",
18606
- "default.handlebars->47->2390",
18613
+ "default.handlebars->47->2391",
18614
"default.handlebars->47->379",
18615
"default.handlebars->47->966",
18616
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -18633,7 +18640,7 @@
18640
"zh-cht": "同意",
18641
"hu": "Hozzájárulás",
18642
"xloc": [
18636
- "default.handlebars->47->2605"
18643
+ "default.handlebars->47->2606"
18644
]
18645
},
18646
{
@@ -18776,7 +18783,7 @@
18783
"zh-cht": "Cookie編碼器",
18784
"hu": "Cookie kódoló",
18785
"xloc": [
18779
- "default.handlebars->47->3276"
18786
+ "default.handlebars->47->3277"
18787
]
18788
},
18789
{
@@ -19044,8 +19051,8 @@
19051
"zh-cht": "複製連結到剪貼板",
19052
"hu": "Hivatkozás másolása a vágólapra.",
19053
"xloc": [
19047
- "default.handlebars->47->2401",
19048
- "default.handlebars->47->2420",
19054
+ "default.handlebars->47->2402",
19055
+ "default.handlebars->47->2421",
19056
"default.handlebars->47->311",
19057
"default.handlebars->47->333",
19058
"default.handlebars->47->335",
@@ -19187,7 +19194,7 @@
19194
"zh-cht": "複製:“{0}”到“{1}”",
19195
"hu": "Másolás: \\\"{0}\\\" ide: \\\"{1}\\\"",
19196
"xloc": [
19190
- "default.handlebars->47->2494"
19197
+ "default.handlebars->47->2495"
19198
]
19199
},
19200
{
@@ -19382,7 +19389,7 @@
19389
"zh-cht": "核心伺服器",
19390
"hu": "Core Server",
19391
"xloc": [
19385
- "default.handlebars->47->3275"
19392
+ "default.handlebars->47->3276"
19393
]
19394
},
19395
{
@@ -19410,7 +19417,7 @@
19417
"hu": "korzikai",
19418
"xloc": [
19419
"default-mobile.handlebars->11->144",
19413
- "default.handlebars->47->1807",
19420
+ "default.handlebars->47->1808",
19421
"login2.handlebars->7->41"
19422
]
19423
},
@@ -19462,7 +19469,7 @@
19469
"zh-cht": "創建帳號",
19470
"hu": "Fiók létrehozása",
19471
"xloc": [
19465
- "default.handlebars->47->2724",
19472
+ "default.handlebars->47->2725",
19473
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1",
19474
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1",
19475
"login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1"
@@ -19543,7 +19550,7 @@
19550
"zh-cht": "創建登錄令牌",
19551
"hu": "Bejelentkezési token létrehozása",
19552
"xloc": [
19546
- "default.handlebars->47->1992",
19553
+ "default.handlebars->47->1993",
19554
"default.handlebars->47->336"
19555
]
19556
},
@@ -19571,7 +19578,7 @@
19578
"zh-cht": "創建用戶群",
19579
"hu": "Felhasználó csoport létrehozása",
19580
"xloc": [
19574
- "default.handlebars->47->2764"
19581
+ "default.handlebars->47->2765"
19582
]
19583
},
19584
{
@@ -19625,7 +19632,7 @@
19632
"zh-cht": "使用以下選項創建一個新的裝置群。",
19633
"hu": "Hozzon létre egy új eszközcsoportot az alábbi lehetőségek segítségével.",
19634
"xloc": [
19628
- "default.handlebars->47->2022"
19635
+ "default.handlebars->47->2023"
19636
]
19637
},
19638
{
@@ -19679,7 +19686,7 @@
19686
"zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。",
19687
"hu": "Hozzon létre egy ideiglenes felhasználónevet és jelszót, amelyet alternatív bejelentkezési lehetőségként használhat a fiókjához. Ez akkor hasznos, ha lehetővé teszi, hogy eszközök vagy más szolgáltatások hozzáférjenek a fiókjához.",
19688
"xloc": [
19682
- "default.handlebars->47->1972"
19689
+ "default.handlebars->47->1973"
19690
]
19691
},
19692
{
@@ -19733,7 +19740,7 @@
19740
"zh-cht": "創建文件夾:“{0}”",
19741
"hu": "Mappa létrehozása: \\\"{0}\\\"",
19742
"xloc": [
19736
- "default.handlebars->47->2487"
19743
+ "default.handlebars->47->2488"
19744
]
19745
},
19746
{
@@ -19799,7 +19806,7 @@
19806
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
19807
"hu": "Hozzon létre egyszerre több fiókot a következő formátumú JSON fájl importálásával:",
19808
"xloc": [
19802
- "default.handlebars->47->2688"
19809
+ "default.handlebars->47->2689"
19810
]
19811
},
19812
{
@@ -19855,7 +19862,7 @@
19862
"zh-cht": "創建的設備組:{0}",
19863
"hu": "Eszközcsoport létrehozva: {0}",
19864
"xloc": [
19858
- "default.handlebars->47->2498"
19865
+ "default.handlebars->47->2499"
19866
]
19867
},
19868
{
@@ -19957,7 +19964,7 @@
19964
"zh-cht": "創建",
19965
"hu": "Létrehozás",
19966
"xloc": [
19960
- "default.handlebars->47->2872"
19967
+ "default.handlebars->47->2873"
19968
]
19969
},
19970
{
@@ -19984,7 +19991,7 @@
19991
"zh-cht": "創作時間",
19992
"hu": "Létrehozás ideje",
19993
"xloc": [
19987
- "default.handlebars->47->2101"
19994
+ "default.handlebars->47->2102"
19995
]
19996
},
19997
{
@@ -20040,8 +20047,8 @@
20047
"zh-cht": "創作者",
20048
"hu": "Létrehozó",
20049
"xloc": [
20043
- "default.handlebars->47->2099",
20044
- "default.handlebars->47->2100"
20050
+ "default.handlebars->47->2100",
20051
+ "default.handlebars->47->2101"
20052
]
20053
},
20054
{
@@ -20070,7 +20077,7 @@
20077
"xloc": [
20078
"default-mobile.handlebars->11->537",
20079
"default.handlebars->47->1352",
20073
- "default.handlebars->47->2060",
20080
+ "default.handlebars->47->2061",
20081
"default.handlebars->47->978"
20082
]
20083
},
@@ -20099,7 +20106,7 @@
20106
"hu": "cree",
20107
"xloc": [
20108
"default-mobile.handlebars->11->145",
20102
- "default.handlebars->47->1808",
20109
+ "default.handlebars->47->1809",
20110
"login2.handlebars->7->42"
20111
]
20112
},
@@ -20128,7 +20135,7 @@
20135
"hu": "horvát",
20136
"xloc": [
20137
"default-mobile.handlebars->11->146",
20131
- "default.handlebars->47->1809",
20138
+ "default.handlebars->47->1810",
20139
"login2.handlebars->7->43"
20140
]
20141
},
@@ -20405,8 +20412,8 @@
20412
"zh-cht": "當前密碼不正確。",
20413
"hu": "A jelenlegi jelszó nem megfelelő.",
20414
"xloc": [
20408
- "default-mobile.handlebars->11->998",
20409
- "default.handlebars->47->3195"
20415
+ "default-mobile.handlebars->11->999",
20416
+ "default.handlebars->47->3196"
20417
]
20418
},
20419
{
@@ -20520,7 +20527,7 @@
20527
"hu": "cseh",
20528
"xloc": [
20529
"default-mobile.handlebars->11->147",
20523
- "default.handlebars->47->1810",
20530
+ "default.handlebars->47->1811",
20531
"login2.handlebars->7->44"
20532
]
20533
},
@@ -20603,7 +20610,7 @@
20610
"hu": "dán",
20611
"xloc": [
20612
"default-mobile.handlebars->11->148",
20606
- "default.handlebars->47->1811",
20613
+ "default.handlebars->47->1812",
20614
"login2.handlebars->7->45"
20615
]
20616
},
@@ -20672,7 +20679,7 @@
20679
"hu": "Adatbázis rekordok",
20680
"de": "Datenbankaufzeichnungen",
20681
"xloc": [
20675
- "default.handlebars->47->3069"
20682
+ "default.handlebars->47->3070"
20683
]
20684
},
20685
{
@@ -20700,7 +20707,7 @@
20707
"hu": "Dátum és idő",
20708
"xloc": [
20709
"default-mobile.handlebars->11->306",
20703
- "default.handlebars->47->1969"
20710
+ "default.handlebars->47->1970"
20711
]
20712
},
20713
{
@@ -20729,8 +20736,8 @@
20736
"xloc": [
20737
"default-mobile.handlebars->11->593",
20738
"default.handlebars->47->1261",
20732
- "default.handlebars->47->3073",
20733
- "default.handlebars->47->3076"
20739
+ "default.handlebars->47->3074",
20740
+ "default.handlebars->47->3077"
20741
]
20742
},
20743
{
@@ -20757,8 +20764,8 @@
20764
"zh-cht": "停用",
20765
"hu": "Deaktiválás",
20766
"xloc": [
20760
- "default.handlebars->47->2131",
20761
- "default.handlebars->47->2195"
20767
+ "default.handlebars->47->2132",
20768
+ "default.handlebars->47->2196"
20769
]
20770
},
20771
{
@@ -20785,7 +20792,7 @@
20792
"zh-cht": "如果設置停用CCM",
20793
"hu": "CCM kikapcsolása ha be van állítva",
20794
"xloc": [
20788
- "default.handlebars->47->2207"
20795
+ "default.handlebars->47->2208"
20796
]
20797
},
20798
{
@@ -20864,10 +20871,10 @@
20871
"zh-cht": "默認",
20872
"hu": "Alapértelmezett",
20873
"xloc": [
20867
- "default.handlebars->47->2711",
20868
- "default.handlebars->47->2760",
20869
- "default.handlebars->47->2771",
20870
- "default.handlebars->47->2845"
20874
+ "default.handlebars->47->2712",
20875
+ "default.handlebars->47->2761",
20876
+ "default.handlebars->47->2772",
20877
+ "default.handlebars->47->2846"
20878
]
20879
},
20880
{
@@ -20928,7 +20935,7 @@
20935
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
20936
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
20937
"default.handlebars->47->1515",
20931
- "default.handlebars->47->2427",
20938
+ "default.handlebars->47->2428",
20939
"default.handlebars->47->828",
20940
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
20941
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -20967,7 +20974,7 @@
20974
"hu": "Fiók törlése",
20975
"xloc": [
20976
"default-mobile.handlebars->11->322",
20970
- "default.handlebars->47->2007"
20977
+ "default.handlebars->47->2008"
20978
]
20979
},
20980
{
@@ -20994,7 +21001,7 @@
21001
"zh-cht": "刪除帳戶",
21002
"hu": "Fiókok törlése",
21003
"xloc": [
20997
- "default.handlebars->47->2675"
21004
+ "default.handlebars->47->2676"
21005
]
21006
},
21007
{
@@ -21076,10 +21083,10 @@
21083
"zh-cht": "刪除群組",
21084
"hu": "Csoport törlése",
21085
"xloc": [
21079
- "default-mobile.handlebars->11->905",
21080
- "default-mobile.handlebars->11->908",
21081
- "default.handlebars->47->2183",
21082
- "default.handlebars->47->2224"
21086
+ "default-mobile.handlebars->11->906",
21087
+ "default-mobile.handlebars->11->909",
21088
+ "default.handlebars->47->2184",
21089
+ "default.handlebars->47->2225"
21090
]
21091
},
21092
{
@@ -21158,7 +21165,7 @@
21165
"zh-cht": "刪除用戶",
21166
"hu": "Felhasználó törlése",
21167
"xloc": [
21161
- "default.handlebars->47->2918"
21168
+ "default.handlebars->47->2919"
21169
]
21170
},
21171
{
@@ -21185,8 +21192,8 @@
21192
"zh-cht": "刪除用戶群組",
21193
"hu": "Felhasználói csoport törlése",
21194
"xloc": [
21188
- "default.handlebars->47->2813",
21189
- "default.handlebars->47->2825"
21195
+ "default.handlebars->47->2814",
21196
+ "default.handlebars->47->2826"
21197
]
21198
},
21199
{
@@ -21213,7 +21220,7 @@
21220
"zh-cht": "刪除用戶群組",
21221
"hu": "Felhasználói csoportok törlése",
21222
"xloc": [
21216
- "default.handlebars->47->2758"
21223
+ "default.handlebars->47->2759"
21224
]
21225
},
21226
{
@@ -21240,7 +21247,7 @@
21247
"zh-cht": "刪除用戶{0}",
21248
"hu": "Felhasználó törlése: {0}",
21249
"xloc": [
21243
- "default.handlebars->47->2986"
21250
+ "default.handlebars->47->2987"
21251
]
21252
},
21253
{
@@ -21268,7 +21275,7 @@
21275
"hu": "Fiók törlése",
21276
"xloc": [
21277
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
21271
- "default.handlebars->47->2671",
21278
+ "default.handlebars->47->2672",
21279
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
21280
]
21281
},
@@ -21323,7 +21330,7 @@
21330
"zh-cht": "刪除群組",
21331
"hu": "Csoport törlése",
21332
"xloc": [
21326
- "default.handlebars->47->2754"
21333
+ "default.handlebars->47->2755"
21334
]
21335
},
21336
{
@@ -21377,7 +21384,7 @@
21384
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
21385
"hu": "Rekurzív törlés: \\\"{0}\\\", {1} eltávolított elem(ek)",
21386
"xloc": [
21380
- "default.handlebars->47->2489"
21387
+ "default.handlebars->47->2490"
21388
]
21389
},
21390
{
@@ -21407,7 +21414,7 @@
21414
"default-mobile.handlebars->11->362",
21415
"default-mobile.handlebars->11->695",
21416
"default.handlebars->47->1517",
21410
- "default.handlebars->47->2429",
21417
+ "default.handlebars->47->2430",
21418
"sharing.handlebars->11->63"
21419
]
21420
},
@@ -21435,7 +21442,7 @@
21442
"zh-cht": "刪除用戶群組{0}?",
21443
"hu": "Törli a(z) {0} felhasználói csoportot?",
21444
"xloc": [
21438
- "default.handlebars->47->2823"
21445
+ "default.handlebars->47->2824"
21446
]
21447
},
21448
{
@@ -21465,7 +21472,7 @@
21472
"default-mobile.handlebars->11->361",
21473
"default-mobile.handlebars->11->694",
21474
"default.handlebars->47->1516",
21468
- "default.handlebars->47->2428",
21475
+ "default.handlebars->47->2429",
21476
"sharing.handlebars->11->62"
21477
]
21478
},
@@ -21520,7 +21527,7 @@
21527
"zh-cht": "刪除:“{0}”",
21528
"hu": "Törlés: \\\"{0}\\\"",
21529
"xloc": [
21523
- "default.handlebars->47->2488"
21530
+ "default.handlebars->47->2489"
21531
]
21532
},
21533
{
@@ -21547,7 +21554,7 @@
21554
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
21555
"hu": "Törlés: \\\"{0}\\\", {1} elem eltávolítva",
21556
"xloc": [
21550
- "default.handlebars->47->2490"
21557
+ "default.handlebars->47->2491"
21558
]
21559
},
21560
{
@@ -21589,7 +21596,7 @@
21596
"hu": "Felhasználói bejelentkezés megtagadva: {0}, {1}, {2}",
21597
"de": "Login des Benutzers von {0}, {1}, {2} verweigert",
21598
"xloc": [
21592
- "default.handlebars->47->2598"
21599
+ "default.handlebars->47->2599"
21600
]
21601
},
21602
{
@@ -21741,20 +21748,20 @@
21748
"default-mobile.handlebars->11->486",
21749
"default-mobile.handlebars->11->611",
21750
"default-mobile.handlebars->11->772",
21744
- "default-mobile.handlebars->11->891",
21745
- "default-mobile.handlebars->11->914",
21751
+ "default-mobile.handlebars->11->892",
21752
+ "default-mobile.handlebars->11->915",
21753
"default.handlebars->47->1331",
21754
"default.handlebars->47->157",
21755
"default.handlebars->47->1581",
21756
"default.handlebars->47->1591",
21750
- "default.handlebars->47->2032",
21751
- "default.handlebars->47->2092",
21752
- "default.handlebars->47->2230",
21753
- "default.handlebars->47->2603",
21754
- "default.handlebars->47->2763",
21755
- "default.handlebars->47->2774",
21757
+ "default.handlebars->47->2033",
21758
+ "default.handlebars->47->2093",
21759
+ "default.handlebars->47->2231",
21760
+ "default.handlebars->47->2604",
21761
+ "default.handlebars->47->2764",
21762
"default.handlebars->47->2775",
21757
- "default.handlebars->47->2821",
21763
+ "default.handlebars->47->2776",
21764
+ "default.handlebars->47->2822",
21765
"default.handlebars->47->869",
21766
"default.handlebars->47->870",
21767
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -21812,12 +21819,12 @@
21819
"default.handlebars->47->1062",
21820
"default.handlebars->47->1175",
21821
"default.handlebars->47->1449",
21815
- "default.handlebars->47->2161",
21816
- "default.handlebars->47->2236",
21817
- "default.handlebars->47->3046",
21818
- "default.handlebars->47->3106",
21819
- "default.handlebars->47->3156",
21820
- "default.handlebars->47->3251",
21822
+ "default.handlebars->47->2162",
21823
+ "default.handlebars->47->2237",
21824
+ "default.handlebars->47->3047",
21825
+ "default.handlebars->47->3107",
21826
+ "default.handlebars->47->3157",
21827
+ "default.handlebars->47->3252",
21828
"default.handlebars->47->834",
21829
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
21830
"default.handlebars->contextMenu->cxdesktop",
@@ -21851,7 +21858,7 @@
21858
"xloc": [
21859
"default.handlebars->47->1066",
21860
"default.handlebars->47->1178",
21854
- "default.handlebars->47->2165"
21861
+ "default.handlebars->47->2166"
21862
]
21863
},
21864
{
@@ -21879,7 +21886,7 @@
21886
"hu": "Asztal + Terminál",
21887
"xloc": [
21888
"default.handlebars->47->1063",
21882
- "default.handlebars->47->2162"
21889
+ "default.handlebars->47->2163"
21890
]
21891
},
21892
{
@@ -21908,7 +21915,7 @@
21915
"xloc": [
21916
"default.handlebars->47->1067",
21917
"default.handlebars->47->1180",
21911
- "default.handlebars->47->2166"
21918
+ "default.handlebars->47->2167"
21919
]
21920
},
21921
{
@@ -21962,7 +21969,7 @@
21969
"zh-cht": "桌面多路復用",
21970
"hu": "Asztal Multiplex",
21971
"xloc": [
21965
- "default.handlebars->47->3256"
21972
+ "default.handlebars->47->3257"
21973
]
21974
},
21975
{
@@ -21989,9 +21996,9 @@
21996
"zh-cht": "桌面通知",
21997
"hu": "Asztal kapcsolat értesítés",
21998
"xloc": [
21992
- "default.handlebars->47->2112",
21993
- "default.handlebars->47->2782",
21994
- "default.handlebars->47->2887",
21999
+ "default.handlebars->47->2113",
22000
+ "default.handlebars->47->2783",
22001
+ "default.handlebars->47->2888",
22002
"default.handlebars->47->940"
22003
]
22004
},
@@ -22019,9 +22026,9 @@
22026
"zh-cht": "桌面提示",
22027
"hu": "Asztal kapcsolat engedélykérés",
22028
"xloc": [
22022
- "default.handlebars->47->2111",
22023
- "default.handlebars->47->2781",
22024
- "default.handlebars->47->2886",
22029
+ "default.handlebars->47->2112",
22030
+ "default.handlebars->47->2782",
22031
+ "default.handlebars->47->2887",
22032
"default.handlebars->47->939"
22033
]
22034
},
@@ -22049,9 +22056,9 @@
22056
"zh-cht": "桌面提示+工具欄",
22057
"hu": "Asztal kapcsolat engedélykérés és eszköztár",
22058
"xloc": [
22052
- "default.handlebars->47->2109",
22053
- "default.handlebars->47->2779",
22054
- "default.handlebars->47->2884",
22059
+ "default.handlebars->47->2110",
22060
+ "default.handlebars->47->2780",
22061
+ "default.handlebars->47->2885",
22062
"default.handlebars->47->937"
22063
]
22064
},
@@ -22079,7 +22086,7 @@
22086
"zh-cht": "桌面會話",
22087
"hu": "Asztal munkamenet",
22088
"xloc": [
22082
- "default.handlebars->47->3039"
22089
+ "default.handlebars->47->3040"
22090
]
22091
},
22092
{
@@ -22186,9 +22193,9 @@
22193
"zh-cht": "桌面工具欄",
22194
"hu": "Asztal kapcsolat eszköztár",
22195
"xloc": [
22189
- "default.handlebars->47->2110",
22190
- "default.handlebars->47->2780",
22191
- "default.handlebars->47->2885",
22196
+ "default.handlebars->47->2111",
22197
+ "default.handlebars->47->2781",
22198
+ "default.handlebars->47->2886",
22199
"default.handlebars->47->938"
22200
]
22201
},
@@ -22216,7 +22223,7 @@
22223
"zh-cht": "僅桌面視圖",
22224
"hu": "Asztal csak megtekintés",
22225
"xloc": [
22219
- "default.handlebars->47->2860"
22226
+ "default.handlebars->47->2861"
22227
]
22228
},
22229
{
@@ -22356,7 +22363,7 @@
22363
"default-mobile.handlebars->11->564",
22364
"default.handlebars->47->1116",
22365
"default.handlebars->47->1141",
22359
- "default.handlebars->47->2327",
22366
+ "default.handlebars->47->2328",
22367
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
22368
"default.handlebars->contextMenu->cxdetails"
22369
]
@@ -22414,12 +22421,12 @@
22421
"xloc": [
22422
"default-mobile.handlebars->11->767",
22423
"default.handlebars->47->1576",
22417
- "default.handlebars->47->1755",
22418
- "default.handlebars->47->2264",
22424
+ "default.handlebars->47->1756",
22425
+ "default.handlebars->47->2265",
22426
"default.handlebars->47->281",
22420
- "default.handlebars->47->3005",
22421
- "default.handlebars->47->3072",
22422
- "default.handlebars->47->3090",
22427
+ "default.handlebars->47->3006",
22428
+ "default.handlebars->47->3073",
22429
+ "default.handlebars->47->3091",
22430
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
22431
]
22432
},
@@ -22555,7 +22562,7 @@
22562
"zh-cht": "設備詳情",
22563
"hu": "Eszköz részéletek elérése",
22564
"xloc": [
22558
- "default.handlebars->47->2288"
22565
+ "default.handlebars->47->2289"
22566
]
22567
},
22568
{
@@ -22610,18 +22617,18 @@
22617
"hu": "Eszköz csoport",
22618
"xloc": [
22619
"agent-translations.json",
22613
- "default-mobile.handlebars->11->976",
22614
- "default.handlebars->47->2259",
22615
- "default.handlebars->47->2262",
22620
+ "default-mobile.handlebars->11->977",
22621
+ "default.handlebars->47->2260",
22622
"default.handlebars->47->2263",
22617
- "default.handlebars->47->2620",
22618
- "default.handlebars->47->2805",
22619
- "default.handlebars->47->2811",
22620
- "default.handlebars->47->2993",
22621
- "default.handlebars->47->3055",
22622
- "default.handlebars->47->3079",
22623
- "default.handlebars->47->3093",
22624
- "default.handlebars->47->3173"
22623
+ "default.handlebars->47->2264",
22624
+ "default.handlebars->47->2621",
22625
+ "default.handlebars->47->2806",
22626
+ "default.handlebars->47->2812",
22627
+ "default.handlebars->47->2994",
22628
+ "default.handlebars->47->3056",
22629
+ "default.handlebars->47->3080",
22630
+ "default.handlebars->47->3094",
22631
+ "default.handlebars->47->3174"
22632
]
22633
},
22634
{
@@ -22648,8 +22655,8 @@
22655
"zh-cht": "裝置群用戶",
22656
"hu": "Eszköz Csoport Felhasználó",
22657
"xloc": [
22651
- "default-mobile.handlebars->11->965",
22652
- "default.handlebars->47->2334"
22658
+ "default-mobile.handlebars->11->966",
22659
+ "default.handlebars->47->2335"
22660
]
22661
},
22662
{
@@ -22677,11 +22684,11 @@
22684
"hu": "Eszköz csoportok",
22685
"xloc": [
22686
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
22680
- "default.handlebars->47->2636",
22681
- "default.handlebars->47->2748",
22682
- "default.handlebars->47->2792",
22683
- "default.handlebars->47->2881",
22684
- "default.handlebars->47->3229",
22687
+ "default.handlebars->47->2637",
22688
+ "default.handlebars->47->2749",
22689
+ "default.handlebars->47->2793",
22690
+ "default.handlebars->47->2882",
22691
+ "default.handlebars->47->3230",
22692
"default.handlebars->container->column_l->p2->p2info->9"
22693
]
22694
},
@@ -22792,7 +22799,7 @@
22799
"xloc": [
22800
"default-mobile.handlebars->11->609",
22801
"default.handlebars->47->1329",
22795
- "default.handlebars->47->3054",
22802
+ "default.handlebars->47->3055",
22803
"default.handlebars->47->491",
22804
"default.handlebars->47->500",
22805
"player.handlebars->3->25"
@@ -22850,7 +22857,7 @@
22857
"zh-cht": "設備配對鏈接",
22858
"hu": "Eszköz párosítás link",
22859
"xloc": [
22853
- "default-mobile.handlebars->11->919"
22860
+ "default-mobile.handlebars->11->920"
22861
]
22862
},
22863
{
@@ -22877,7 +22884,7 @@
22884
"zh-cht": "設備推送",
22885
"hu": "Device Push",
22886
"xloc": [
22880
- "default.handlebars->47->2900"
22887
+ "default.handlebars->47->2901"
22888
]
22889
},
22890
{
@@ -22889,7 +22896,7 @@
22896
"hu": "Eszköz push értesítés rekord",
22897
"de": "Aufzeichnungen zu Push-Benachrichtigungen des Geräts",
22898
"xloc": [
22892
- "default.handlebars->47->3153"
22899
+ "default.handlebars->47->3154"
22900
]
22901
},
22902
{
@@ -22901,7 +22908,7 @@
22908
"hu": "Eszköz SMBIOS rekord",
22909
"de": "SMBIOS Geräteaufzeichnungen",
22910
"xloc": [
22904
- "default.handlebars->47->3152"
22911
+ "default.handlebars->47->3153"
22912
]
22913
},
22914
{
@@ -22977,7 +22984,7 @@
22984
"hu": "Eszközmegosztási link",
22985
"xloc": [
22986
"default.handlebars->47->1059",
22980
- "default.handlebars->47->2158"
22987
+ "default.handlebars->47->2159"
22988
]
22989
},
22990
{
@@ -23117,10 +23124,10 @@
23124
"default.handlebars->47->1085",
23125
"default.handlebars->47->1089",
23126
"default.handlebars->47->1093",
23120
- "default.handlebars->47->1995",
23121
- "default.handlebars->47->2361",
23122
- "default.handlebars->47->2365",
23123
- "default.handlebars->47->2369"
23127
+ "default.handlebars->47->1996",
23128
+ "default.handlebars->47->2362",
23129
+ "default.handlebars->47->2366",
23130
+ "default.handlebars->47->2370"
23131
]
23132
},
23133
{
@@ -23150,10 +23157,10 @@
23157
"default.handlebars->47->1086",
23158
"default.handlebars->47->1090",
23159
"default.handlebars->47->1094",
23153
- "default.handlebars->47->1996",
23154
- "default.handlebars->47->2362",
23155
- "default.handlebars->47->2366",
23156
- "default.handlebars->47->2370"
23160
+ "default.handlebars->47->1997",
23161
+ "default.handlebars->47->2363",
23162
+ "default.handlebars->47->2367",
23163
+ "default.handlebars->47->2371"
23164
]
23165
},
23166
{
@@ -23180,7 +23187,7 @@
23187
"zh-cht": "設備組已創建:{0}",
23188
"hu": "Eszközcsoport létrehozva: {0}",
23189
"xloc": [
23183
- "default.handlebars->47->2519"
23190
+ "default.handlebars->47->2520"
23191
]
23192
},
23193
{
@@ -23207,7 +23214,7 @@
23214
"zh-cht": "設備組已刪除:{0}",
23215
"hu": "Eszközcsoport törölve: {0}",
23216
"xloc": [
23210
- "default.handlebars->47->2520"
23217
+ "default.handlebars->47->2521"
23218
]
23219
},
23220
{
@@ -23234,7 +23241,7 @@
23241
"zh-cht": "設備組成員身份已更改:{0}",
23242
"hu": "Eszközcsoport tagság megváltozott: {0}",
23243
"xloc": [
23237
- "default.handlebars->47->2521"
23244
+ "default.handlebars->47->2522"
23245
]
23246
},
23247
{
@@ -23289,7 +23296,7 @@
23296
"zh-cht": "設備組通知已更改",
23297
"hu": "Eszközcsoport értesítés megváltozott",
23298
"xloc": [
23292
- "default.handlebars->47->2516"
23299
+ "default.handlebars->47->2517"
23300
]
23301
},
23302
{
@@ -23301,7 +23308,7 @@
23308
"hu": "Eszközcsoport rekordok",
23309
"de": "Gerätegruppenaufzeichnungen",
23310
"xloc": [
23304
- "default.handlebars->47->3138"
23311
+ "default.handlebars->47->3139"
23312
]
23313
},
23314
{
@@ -23328,7 +23335,7 @@
23335
"zh-cht": "未刪除的設備組:{0}",
23336
"hu": "Eszközcsoport törlés visszavonva: {0}",
23337
"xloc": [
23331
- "default.handlebars->47->2499"
23338
+ "default.handlebars->47->2500"
23339
]
23340
},
23341
{
@@ -23355,7 +23362,7 @@
23362
"zh-cht": "設備組 {0} 已更改:{1}",
23363
"hu": "{0} eszközcsoport :{1} megváltozott",
23364
"xloc": [
23358
- "default.handlebars->47->2585"
23365
+ "default.handlebars->47->2586"
23366
]
23367
},
23368
{
@@ -23394,7 +23401,7 @@
23401
"hu": "Eszköz információs rekordok",
23402
"de": "Aufzeichnungen zu Geräteinformationen",
23403
"xloc": [
23397
- "default.handlebars->47->3140"
23404
+ "default.handlebars->47->3141"
23405
]
23406
},
23407
{
@@ -23959,7 +23966,7 @@
23966
"fr": "Enregistrement de l'état de l'alimentation de l'appareil",
23967
"hu": "Eszköz energiaellátás változás rekordok",
23968
"xloc": [
23962
- "default.handlebars->47->3146"
23969
+ "default.handlebars->47->3147"
23970
]
23971
},
23972
{
@@ -23971,7 +23978,7 @@
23978
"hu": "Eszköz rekordok",
23979
"de": "Geräteaufzeichnungen",
23980
"xloc": [
23974
- "default.handlebars->47->3137"
23981
+ "default.handlebars->47->3138"
23982
]
23983
},
23984
{
@@ -23998,7 +24005,7 @@
24005
"zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
24006
"hu": "Eszköz által kért Intel(R) AMT ACM TLS aktiválás, FQDN: {0}",
24007
"xloc": [
24001
- "default.handlebars->47->2554"
24008
+ "default.handlebars->47->2555"
24009
]
24010
},
24011
{
@@ -24025,7 +24032,7 @@
24032
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
24033
"hu": "Eszköz által kért Intel(R) AMT ACM aktiválás, FQDN: {0}",
24034
"xloc": [
24028
- "default.handlebars->47->2501"
24035
+ "default.handlebars->47->2502"
24036
]
24037
},
24038
{
@@ -24037,7 +24044,7 @@
24044
"hu": "Eszközmegosztási rekordok",
24045
"de": "Aufzeichnungen zu Geräte-Teilen",
24046
"xloc": [
24040
- "default.handlebars->47->3150"
24047
+ "default.handlebars->47->3151"
24048
]
24049
},
24050
{
@@ -24049,7 +24056,7 @@
24056
"hu": "Eszköz, felhasználók, csoportok és egyéb rekordok",
24057
"de": "Aufzeichnungen zu Geräten, Benutzern und Weiteres",
24058
"xloc": [
24052
- "default.handlebars->47->3154"
24059
+ "default.handlebars->47->3155"
24060
]
24061
},
24062
{
@@ -24100,9 +24107,9 @@
24107
"zh-cht": "裝置",
24108
"hu": "Eszközök",
24109
"xloc": [
24103
- "default.handlebars->47->2181",
24104
- "default.handlebars->47->2749",
24105
- "default.handlebars->47->2793"
24110
+ "default.handlebars->47->2182",
24111
+ "default.handlebars->47->2750",
24112
+ "default.handlebars->47->2794"
24113
]
24114
},
24115
{
@@ -24344,7 +24351,7 @@
24351
"zh-cht": "禁用的電子郵件兩因素身份驗證",
24352
"hu": "Kétfaktoros e-mail hitelesítés kikapcsolása",
24353
"xloc": [
24347
- "default.handlebars->47->2532"
24354
+ "default.handlebars->47->2533"
24355
]
24356
},
24357
{
@@ -24375,7 +24382,7 @@
24382
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
24383
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
24384
"default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span",
24378
- "default.handlebars->47->2122",
24385
+ "default.handlebars->47->2123",
24386
"default.handlebars->47->950",
24387
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
24388
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -24584,8 +24591,8 @@
24591
"pl": "Discord",
24592
"de": "Discord",
24593
"xloc": [
24587
- "default.handlebars->47->1717",
24588
- "default.handlebars->47->2932"
24594
+ "default.handlebars->47->1718",
24595
+ "default.handlebars->47->2933"
24596
]
24597
},
24598
{
@@ -24774,7 +24781,7 @@
24781
"zh-cht": "顯示裝置群名稱",
24782
"hu": "Eszközcsoport nevének megjelenítése",
24783
"xloc": [
24777
- "default.handlebars->47->1994"
24784
+ "default.handlebars->47->1995"
24785
]
24786
},
24787
{
@@ -24828,7 +24835,7 @@
24835
"zh-cht": "顯示公共鏈結",
24836
"hu": "Publikus link megjelenítése",
24837
"xloc": [
24831
- "default.handlebars->47->2400"
24838
+ "default.handlebars->47->2401"
24839
]
24840
},
24841
{
@@ -24863,7 +24870,7 @@
24870
"nl": "Waarschuwingsvenster weergeven, title=\\\"{0}\\\", message=\\\"{1}\\\"",
24871
"pl": "Wyświetl okno powiadomienia, tytuł=\\\"{0}\\\", wiadomość=\\\"{1}\\\"",
24872
"xloc": [
24866
- "default.handlebars->47->2601"
24873
+ "default.handlebars->47->2602"
24874
]
24875
},
24876
{
@@ -24890,7 +24897,7 @@
24897
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
24898
"hu": "Üzenetdoboz megjelenítése, cím=\\\"{0}\\\", üzenet=\\\"{1}\\\"",
24899
"xloc": [
24893
- "default.handlebars->47->2461"
24900
+ "default.handlebars->47->2462"
24901
]
24902
},
24903
{
@@ -24917,7 +24924,7 @@
24924
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
24925
"hu": "Alkalmazás üzenet megjelenítése, title=\\\"{0}\\\", message=\\\"{1}\\\"",
24926
"xloc": [
24920
- "default.handlebars->47->2469"
24927
+ "default.handlebars->47->2470"
24928
]
24929
},
24930
{
@@ -24944,8 +24951,8 @@
24951
"zh-cht": "什麼都不做",
24952
"hu": "Ne csináljon semmit",
24953
"xloc": [
24947
- "default.handlebars->47->2210",
24948
- "default.handlebars->47->2214"
24954
+ "default.handlebars->47->2211",
24955
+ "default.handlebars->47->2215"
24956
]
24957
},
24958
{
@@ -24974,10 +24981,10 @@
24981
"xloc": [
24982
"default.handlebars->47->126",
24983
"default.handlebars->47->1355",
24977
- "default.handlebars->47->2712",
24978
- "default.handlebars->47->2761",
24979
- "default.handlebars->47->2770",
24980
- "default.handlebars->47->2844",
24984
+ "default.handlebars->47->2713",
24985
+ "default.handlebars->47->2762",
24986
+ "default.handlebars->47->2771",
24987
+ "default.handlebars->47->2845",
24988
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
24989
"mstsc.handlebars->main->1->3->1->rowdomain->3"
24990
]
@@ -25030,7 +25037,7 @@
25037
"zh-cht": "請勿更改,如果設置請保留CCM",
25038
"hu": "Ne módosítsa, tartsa meg a CCM-et, ha beállítva van",
25039
"xloc": [
25033
- "default.handlebars->47->2206"
25040
+ "default.handlebars->47->2207"
25041
]
25042
},
25043
{
@@ -25081,7 +25088,7 @@
25088
"zh-cht": "不要連接到伺服器",
25089
"hu": "Ne csatlakozzon a kiszolgálóhoz",
25090
"xloc": [
25084
- "default.handlebars->47->2215"
25091
+ "default.handlebars->47->2216"
25092
]
25093
},
25094
{
@@ -25460,7 +25467,7 @@
25467
"zh-cht": "下載報告",
25468
"hu": "Jelentés letöltése",
25469
"xloc": [
25463
- "default.handlebars->47->2625",
25470
+ "default.handlebars->47->2626",
25471
"default.handlebars->container->column_l->p3->3->1->0->3",
25472
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
25473
]
@@ -25570,7 +25577,7 @@
25577
"zh-cht": "下載設備列表",
25578
"hu": "Eszközlista letöltése",
25579
"xloc": [
25573
- "default.handlebars->47->2179"
25580
+ "default.handlebars->47->2180"
25581
]
25582
},
25583
{
@@ -25786,7 +25793,7 @@
25793
"zh-cht": "使用以下一種檔案格式下載事件列表。",
25794
"hu": "Töltse le az események listáját az alábbi fájlformátumokban.",
25795
"xloc": [
25789
- "default.handlebars->47->2626"
25796
+ "default.handlebars->47->2627"
25797
]
25798
},
25799
{
@@ -25813,7 +25820,7 @@
25820
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
25821
"hu": "Töltse le a felhasználók listáját az alábbi fájlformátumok valamelyikével.",
25822
"xloc": [
25816
- "default.handlebars->47->2696"
25823
+ "default.handlebars->47->2697"
25824
]
25825
},
25826
{
@@ -25922,7 +25929,7 @@
25929
"zh-cht": "下載:“{0}”",
25930
"hu": "Letöltés: \\\"{0}\\\"",
25931
"xloc": [
25925
- "default.handlebars->47->2492"
25932
+ "default.handlebars->47->2493"
25933
]
25934
},
25935
{
@@ -25949,7 +25956,7 @@
25956
"zh-cht": "下載:\\\"{0}\\\",大小:{1}",
25957
"hu": "Letöltés: \\\"{0}\\\", Méret: {1}",
25958
"xloc": [
25952
- "default.handlebars->47->2549"
25959
+ "default.handlebars->47->2550"
25960
]
25961
},
25962
{
@@ -26003,7 +26010,7 @@
26010
"zh-cht": "代理重複",
26011
"hu": "Duplikált Agent",
26012
"xloc": [
26006
- "default.handlebars->47->3225"
26013
+ "default.handlebars->47->3226"
26014
]
26015
},
26016
{
@@ -26057,7 +26064,7 @@
26064
"zh-cht": "複製用戶群",
26065
"hu": "Felhasználó csoport duplikálása",
26066
"xloc": [
26060
- "default.handlebars->47->2765"
26067
+ "default.handlebars->47->2766"
26068
]
26069
},
26070
{
@@ -26111,8 +26118,8 @@
26118
"default.handlebars->47->1211",
26119
"default.handlebars->47->287",
26120
"default.handlebars->47->289",
26114
- "default.handlebars->47->3034",
26115
- "default.handlebars->47->3060",
26121
+ "default.handlebars->47->3035",
26122
+ "default.handlebars->47->3061",
26123
"player.handlebars->3->18"
26124
]
26125
},
@@ -26165,7 +26172,7 @@
26172
"hu": "holland (Belga)",
26173
"xloc": [
26174
"default-mobile.handlebars->11->150",
26168
- "default.handlebars->47->1813",
26175
+ "default.handlebars->47->1814",
26176
"login2.handlebars->7->47"
26177
]
26178
},
@@ -26194,7 +26201,7 @@
26201
"hu": "holland",
26202
"xloc": [
26203
"default-mobile.handlebars->11->149",
26197
- "default.handlebars->47->1812",
26204
+ "default.handlebars->47->1813",
26205
"login2.handlebars->7->46"
26206
]
26207
},
@@ -26640,17 +26647,17 @@
26647
"zh-cht": "編輯裝置群",
26648
"hu": "Eszközcsoport szerkesztés",
26649
"xloc": [
26643
- "default-mobile.handlebars->11->909",
26644
- "default-mobile.handlebars->11->912",
26645
- "default-mobile.handlebars->11->915",
26646
- "default-mobile.handlebars->11->922",
26647
- "default-mobile.handlebars->11->942",
26648
- "default.handlebars->47->2225",
26649
- "default.handlebars->47->2228",
26650
- "default.handlebars->47->2231",
26651
- "default.handlebars->47->2268",
26652
- "default.handlebars->47->2295",
26653
- "default.handlebars->47->2307"
26650
+ "default-mobile.handlebars->11->910",
26651
+ "default-mobile.handlebars->11->913",
26652
+ "default-mobile.handlebars->11->916",
26653
+ "default-mobile.handlebars->11->923",
26654
+ "default-mobile.handlebars->11->943",
26655
+ "default.handlebars->47->2226",
26656
+ "default.handlebars->47->2229",
26657
+ "default.handlebars->47->2232",
26658
+ "default.handlebars->47->2269",
26659
+ "default.handlebars->47->2296",
26660
+ "default.handlebars->47->2308"
26661
]
26662
},
26663
{
@@ -26677,7 +26684,7 @@
26684
"zh-cht": "編輯裝置群功能",
26685
"hu": "Eszköz Csoport funkciók szerkesztése",
26686
"xloc": [
26680
- "default.handlebars->47->2254"
26687
+ "default.handlebars->47->2255"
26688
]
26689
},
26690
{
@@ -26704,8 +26711,8 @@
26711
"zh-cht": "編輯裝置群權限",
26712
"hu": "Eszközcsoport engedélyek szerkesztése",
26713
"xloc": [
26707
- "default.handlebars->47->2292",
26708
- "default.handlebars->47->2304"
26714
+ "default.handlebars->47->2293",
26715
+ "default.handlebars->47->2305"
26716
]
26717
},
26718
{
@@ -26732,7 +26739,7 @@
26739
"zh-cht": "編輯裝置群用戶同意",
26740
"hu": "Eszközcsoport felhasználói hozzájárulások szerkesztése",
26741
"xloc": [
26735
- "default.handlebars->47->2232"
26742
+ "default.handlebars->47->2233"
26743
]
26744
},
26745
{
@@ -26759,8 +26766,8 @@
26766
"zh-cht": "編輯裝置筆記",
26767
"hu": "Eszköz jegyzetek szerkesztése",
26768
"xloc": [
26762
- "default-mobile.handlebars->11->934",
26763
- "default.handlebars->47->2282"
26769
+ "default-mobile.handlebars->11->935",
26770
+ "default.handlebars->47->2283"
26771
]
26772
},
26773
{
@@ -26787,8 +26794,8 @@
26794
"zh-cht": "編輯裝置權限",
26795
"hu": "Eszköz engedélyek szerkesztése",
26796
"xloc": [
26790
- "default.handlebars->47->2297",
26791
- "default.handlebars->47->2299"
26797
+ "default.handlebars->47->2298",
26798
+ "default.handlebars->47->2300"
26799
]
26800
},
26801
{
@@ -26842,7 +26849,7 @@
26849
"zh-cht": "編輯裝置用戶同意",
26850
"hu": "Felhasználói hozzájárulások szerkesztése",
26851
"xloc": [
26845
- "default.handlebars->47->2234"
26852
+ "default.handlebars->47->2235"
26853
]
26854
},
26855
{
@@ -26930,8 +26937,8 @@
26937
"zh-cht": "編輯筆記",
26938
"hu": "Jegyzetek szerkesztése",
26939
"xloc": [
26933
- "default-mobile.handlebars->11->949",
26934
- "default.handlebars->47->2314"
26940
+ "default-mobile.handlebars->11->950",
26941
+ "default.handlebars->47->2315"
26942
]
26943
},
26944
{
@@ -26958,7 +26965,7 @@
26965
"zh-cht": "編輯用戶同意",
26966
"hu": "Felhasználói hozzájárulások szerkesztése",
26967
"xloc": [
26961
- "default.handlebars->47->2233"
26968
+ "default.handlebars->47->2234"
26969
]
26970
},
26971
{
@@ -26985,7 +26992,7 @@
26992
"zh-cht": "編輯用戶裝置群權限",
26993
"hu": "Felhasználói eszközcsoport engedélyek szerkesztése",
26994
"xloc": [
26988
- "default.handlebars->47->2305"
26995
+ "default.handlebars->47->2306"
26996
]
26997
},
26998
{
@@ -27012,7 +27019,7 @@
27019
"zh-cht": "編輯用戶裝置權限",
27020
"hu": "Felhasználói eszközengedélyek szerkesztése",
27021
"xloc": [
27015
- "default.handlebars->47->2300"
27022
+ "default.handlebars->47->2301"
27023
]
27024
},
27025
{
@@ -27039,7 +27046,7 @@
27046
"zh-cht": "編輯用戶特徵",
27047
"hu": "Felhasználói funkciók szerkesztése",
27048
"xloc": [
27042
- "default.handlebars->47->2969"
27049
+ "default.handlebars->47->2970"
27050
]
27051
},
27052
{
@@ -27066,7 +27073,7 @@
27073
"zh-cht": "編輯用戶群",
27074
"hu": "Felhasználói csoport szerkesztése",
27075
"xloc": [
27069
- "default.handlebars->47->2822"
27076
+ "default.handlebars->47->2823"
27077
]
27078
},
27079
{
@@ -27093,7 +27100,7 @@
27100
"zh-cht": "編輯用戶群裝置權限",
27101
"hu": "Felhasználói csoport eszköz engedélyeinek szerkesztése",
27102
"xloc": [
27096
- "default.handlebars->47->2302"
27103
+ "default.handlebars->47->2303"
27104
]
27105
},
27106
{
@@ -27120,7 +27127,7 @@
27127
"zh-cht": "編輯用戶組功能",
27128
"hu": "Felhasználói Csoportok funkciók szerkesztése",
27129
"xloc": [
27123
- "default.handlebars->47->2815"
27130
+ "default.handlebars->47->2816"
27131
]
27132
},
27133
{
@@ -27147,7 +27154,7 @@
27154
"zh-cht": "編輯用戶組用戶同意",
27155
"hu": "Felhasználói Csoport felhasználói hozzájárulások szerkesztése",
27156
"xloc": [
27150
- "default.handlebars->47->2235"
27157
+ "default.handlebars->47->2236"
27158
]
27159
},
27160
{
@@ -27281,12 +27288,12 @@
27288
"hu": "Email",
27289
"xloc": [
27290
"default-mobile.handlebars->11->316",
27284
- "default.handlebars->47->2714",
27285
- "default.handlebars->47->2848",
27286
- "default.handlebars->47->2850",
27287
- "default.handlebars->47->2898",
27288
- "default.handlebars->47->2911",
27289
- "default.handlebars->47->2972",
27291
+ "default.handlebars->47->2715",
27292
+ "default.handlebars->47->2849",
27293
+ "default.handlebars->47->2851",
27294
+ "default.handlebars->47->2899",
27295
+ "default.handlebars->47->2912",
27296
+ "default.handlebars->47->2973",
27297
"default.handlebars->47->543",
27298
"login-mobile.handlebars->5->45",
27299
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -27309,7 +27316,7 @@
27316
"pl": "Email ({0})",
27317
"de": "E-Mail ({0})",
27318
"xloc": [
27312
- "default.handlebars->47->2124",
27319
+ "default.handlebars->47->2125",
27320
"default.handlebars->47->952"
27321
]
27322
},
@@ -27338,7 +27345,7 @@
27345
"hu": "E-mail cím módosítása",
27346
"xloc": [
27347
"default-mobile.handlebars->11->317",
27341
- "default.handlebars->47->2003"
27348
+ "default.handlebars->47->2004"
27349
]
27350
},
27351
{
@@ -27366,7 +27373,7 @@
27373
"hu": "E-mail hitelesítés",
27374
"xloc": [
27375
"default-mobile.handlebars->11->101",
27369
- "default.handlebars->47->1743"
27376
+ "default.handlebars->47->1744"
27377
]
27378
},
27379
{
@@ -27481,7 +27488,7 @@
27488
"hu": "Email értesítés",
27489
"xloc": [
27490
"default.handlebars->47->1088",
27484
- "default.handlebars->47->2364"
27491
+ "default.handlebars->47->2365"
27492
]
27493
},
27494
{
@@ -27533,7 +27540,7 @@
27540
"hu": "Email megerősítés",
27541
"xloc": [
27542
"default-mobile.handlebars->11->315",
27536
- "default.handlebars->47->2001"
27543
+ "default.handlebars->47->2002"
27544
]
27545
},
27546
{
@@ -27560,8 +27567,8 @@
27567
"zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})",
27568
"hu": "A \\\"{0}\\\" e-mail domain nem engedélyezett. Csak ({1}) engedélyezett",
27569
"xloc": [
27563
- "default-mobile.handlebars->11->1007",
27564
- "default.handlebars->47->3204"
27570
+ "default-mobile.handlebars->11->1008",
27571
+ "default.handlebars->47->3205"
27572
]
27573
},
27574
{
@@ -27615,7 +27622,7 @@
27622
"zh-cht": "電郵未驗證",
27623
"hu": "Az e-mail cím nincs megerősítve.",
27624
"xloc": [
27618
- "default.handlebars->47->2656"
27625
+ "default.handlebars->47->2657"
27626
]
27627
},
27628
{
@@ -27642,8 +27649,8 @@
27649
"zh-cht": "電子郵件已驗證",
27650
"hu": "Az e-mail cím megerősítve.",
27651
"xloc": [
27645
- "default.handlebars->47->2657",
27646
- "default.handlebars->47->2842"
27652
+ "default.handlebars->47->2658",
27653
+ "default.handlebars->47->2843"
27654
]
27655
},
27656
{
@@ -27670,7 +27677,7 @@
27677
"zh-cht": "電郵已驗證。",
27678
"hu": "Az e-mail cím megerősítve.",
27679
"xloc": [
27673
- "default.handlebars->47->2720"
27680
+ "default.handlebars->47->2721"
27681
]
27682
},
27683
{
@@ -27697,7 +27704,7 @@
27704
"zh-cht": "電郵未驗證",
27705
"hu": "Az e-mail cím nincs megerősítve.",
27706
"xloc": [
27700
- "default.handlebars->47->2843"
27707
+ "default.handlebars->47->2844"
27708
]
27709
},
27710
{
@@ -27748,8 +27755,8 @@
27755
"zh-cht": "電郵已發送。",
27756
"hu": "E-mail elküldve.",
27757
"xloc": [
27751
- "default-mobile.handlebars->11->991",
27752
- "default.handlebars->47->3188",
27758
+ "default-mobile.handlebars->11->992",
27759
+ "default.handlebars->47->3189",
27760
"login-mobile.handlebars->5->2",
27761
"login.handlebars->5->2",
27762
"login2.handlebars->7->201"
@@ -27832,7 +27839,7 @@
27839
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
27840
"hu": "E-mail megerősített és kötelező jelszó-visszaállítás szükséges.",
27841
"xloc": [
27835
- "default.handlebars->47->2721"
27842
+ "default.handlebars->47->2722"
27843
]
27844
},
27845
{
@@ -27883,7 +27890,7 @@
27890
"zh-cht": "電子郵件/短信/推送流量",
27891
"hu": "E-mail/SMS/Push forgalom",
27892
"xloc": [
27886
- "default.handlebars->47->3284"
27893
+ "default.handlebars->47->3285"
27894
]
27895
},
27896
{
@@ -27997,7 +28004,7 @@
28004
"zh-cht": "啟用邀請代碼",
28005
"hu": "Meghívókódok engedélyezése",
28006
"xloc": [
28000
- "default.handlebars->47->2340"
28007
+ "default.handlebars->47->2341"
28008
]
28009
},
28010
{
@@ -28052,7 +28059,7 @@
28059
"hu": "Kétfaktoros e-mail hitelesítés engedélyezése.",
28060
"xloc": [
28061
"default-mobile.handlebars->11->103",
28055
- "default.handlebars->47->1745"
28062
+ "default.handlebars->47->1746"
28063
]
28064
},
28065
{
@@ -28106,10 +28113,10 @@
28113
"zh-cht": "已啟用",
28114
"hu": "Engedélyezve",
28115
"xloc": [
28109
- "default-mobile.handlebars->11->853",
28116
+ "default-mobile.handlebars->11->854",
28117
"default.handlebars->47->129",
28111
- "default.handlebars->47->1672",
28112
- "default.handlebars->47->3062"
28118
+ "default.handlebars->47->1673",
28119
+ "default.handlebars->47->3063"
28120
]
28121
},
28122
{
@@ -28136,7 +28143,7 @@
28143
"zh-cht": "啟用電子郵件兩因素身份驗證",
28144
"hu": "Kétfaktoros e-mail hitelesítés engedélyezve",
28145
"xloc": [
28139
- "default.handlebars->47->2531"
28146
+ "default.handlebars->47->2532"
28147
]
28148
},
28149
{
@@ -28250,8 +28257,8 @@
28257
{
28258
"en": "Encryption In Progress",
28259
"xloc": [
28253
- "default-mobile.handlebars->11->855",
28254
- "default.handlebars->47->1674"
28260
+ "default-mobile.handlebars->11->856",
28261
+ "default.handlebars->47->1675"
28262
]
28263
},
28264
{
@@ -28306,7 +28313,7 @@
28313
"zh-cht": "時間結束",
28314
"hu": "Befejezés ideje",
28315
"xloc": [
28309
- "default.handlebars->47->3059"
28316
+ "default.handlebars->47->3060"
28317
]
28318
},
28319
{
@@ -28333,7 +28340,7 @@
28340
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
28341
"hu": "Befejezett asztali munkamenet \\\"{0}\\\", {1} és {2} között, {3} másodperc",
28342
"xloc": [
28336
- "default.handlebars->47->2454"
28343
+ "default.handlebars->47->2455"
28344
]
28345
},
28346
{
@@ -28360,7 +28367,7 @@
28367
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
28368
"hu": "Befejezett fájl munkamenet \\\"{0}\\\" az {1}-től {2}-ig, {3} másodperc",
28369
"xloc": [
28363
- "default.handlebars->47->2455"
28370
+ "default.handlebars->47->2456"
28371
]
28372
},
28373
{
@@ -28387,7 +28394,7 @@
28394
"zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒",
28395
"hu": "Befejezett helyi relay munkamenet \\\"{0}\\\" protokol {1} és {2} között, {3} másodperc",
28396
"xloc": [
28390
- "default.handlebars->47->2564"
28397
+ "default.handlebars->47->2565"
28398
]
28399
},
28400
{
@@ -28414,7 +28421,7 @@
28421
"zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒",
28422
"hu": "Befejezett üzenetküldő munkamenet \\\"{0}\\\" {1} és {2} között, {3} másodperc",
28423
"xloc": [
28417
- "default.handlebars->47->2555"
28424
+ "default.handlebars->47->2556"
28425
]
28426
},
28427
{
@@ -28441,7 +28448,7 @@
28448
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
28449
"hu": "Befejezett relay munkamenet \\\"{0}\\\" {1} és {2} között, {3} másodperc",
28450
"xloc": [
28444
- "default.handlebars->47->2452"
28451
+ "default.handlebars->47->2453"
28452
]
28453
},
28454
{
@@ -28468,7 +28475,7 @@
28475
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
28476
"hu": "Befejezett terminál munkamenet \\\"{0}\\\" az {1}-től {2}-ig, {3} másodperc",
28477
"xloc": [
28471
- "default.handlebars->47->2453"
28478
+ "default.handlebars->47->2454"
28479
]
28480
},
28481
{
@@ -28496,7 +28503,7 @@
28503
"hu": "angol",
28504
"xloc": [
28505
"default-mobile.handlebars->11->151",
28499
- "default.handlebars->47->1814",
28506
+ "default.handlebars->47->1815",
28507
"login2.handlebars->7->48"
28508
]
28509
},
@@ -28525,7 +28532,7 @@
28532
"hu": "angol (Ausztrália)",
28533
"xloc": [
28534
"default-mobile.handlebars->11->152",
28528
- "default.handlebars->47->1815",
28535
+ "default.handlebars->47->1816",
28536
"login2.handlebars->7->49"
28537
]
28538
},
@@ -28554,7 +28561,7 @@
28561
"hu": "angol (Belize)",
28562
"xloc": [
28563
"default-mobile.handlebars->11->153",
28557
- "default.handlebars->47->1816",
28564
+ "default.handlebars->47->1817",
28565
"login2.handlebars->7->50"
28566
]
28567
},
@@ -28583,7 +28590,7 @@
28590
"hu": "angol (Kanada)",
28591
"xloc": [
28592
"default-mobile.handlebars->11->154",
28586
- "default.handlebars->47->1817",
28593
+ "default.handlebars->47->1818",
28594
"login2.handlebars->7->51"
28595
]
28596
},
@@ -28612,7 +28619,7 @@
28619
"hu": "angol (Írország)",
28620
"xloc": [
28621
"default-mobile.handlebars->11->155",
28615
- "default.handlebars->47->1818",
28622
+ "default.handlebars->47->1819",
28623
"login2.handlebars->7->52"
28624
]
28625
},
@@ -28641,7 +28648,7 @@
28648
"hu": "angol (Jamaika)",
28649
"xloc": [
28650
"default-mobile.handlebars->11->156",
28644
- "default.handlebars->47->1819",
28651
+ "default.handlebars->47->1820",
28652
"login2.handlebars->7->53"
28653
]
28654
},
@@ -28670,7 +28677,7 @@
28677
"hu": "angol (Új-Zéland)",
28678
"xloc": [
28679
"default-mobile.handlebars->11->157",
28673
- "default.handlebars->47->1820",
28680
+ "default.handlebars->47->1821",
28681
"login2.handlebars->7->54"
28682
]
28683
},
@@ -28699,7 +28706,7 @@
28706
"hu": "angol (Fülöp-szigetek)",
28707
"xloc": [
28708
"default-mobile.handlebars->11->158",
28702
- "default.handlebars->47->1821",
28709
+ "default.handlebars->47->1822",
28710
"login2.handlebars->7->55"
28711
]
28712
},
@@ -28728,7 +28735,7 @@
28735
"hu": "angol (Dél-Afrika)",
28736
"xloc": [
28737
"default-mobile.handlebars->11->159",
28731
- "default.handlebars->47->1822",
28738
+ "default.handlebars->47->1823",
28739
"login2.handlebars->7->56"
28740
]
28741
},
@@ -28757,7 +28764,7 @@
28764
"hu": "angol (Trinidad és Tobago)",
28765
"xloc": [
28766
"default-mobile.handlebars->11->160",
28760
- "default.handlebars->47->1823",
28767
+ "default.handlebars->47->1824",
28768
"login2.handlebars->7->57"
28769
]
28770
},
@@ -28786,7 +28793,7 @@
28793
"hu": "angol (Egyesült Királyság)",
28794
"xloc": [
28795
"default-mobile.handlebars->11->161",
28789
- "default.handlebars->47->1824",
28796
+ "default.handlebars->47->1825",
28797
"login2.handlebars->7->58"
28798
]
28799
},
@@ -28815,7 +28822,7 @@
28822
"hu": "angol (USA)",
28823
"xloc": [
28824
"default-mobile.handlebars->11->162",
28818
- "default.handlebars->47->1825",
28825
+ "default.handlebars->47->1826",
28826
"login2.handlebars->7->59"
28827
]
28828
},
@@ -28844,7 +28851,7 @@
28851
"hu": "angol (Zimbabwe)",
28852
"xloc": [
28853
"default-mobile.handlebars->11->163",
28847
- "default.handlebars->47->1826",
28854
+ "default.handlebars->47->1827",
28855
"login2.handlebars->7->60"
28856
]
28857
},
@@ -28899,8 +28906,8 @@
28906
"default-mobile.handlebars->11->625",
28907
"default.handlebars->47->1377",
28908
"default.handlebars->47->1508",
28902
- "default.handlebars->47->2040",
28909
"default.handlebars->47->2041",
28910
+ "default.handlebars->47->2042",
28911
"sharing.handlebars->11->55"
28912
]
28913
},
@@ -28928,7 +28935,7 @@
28935
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
28936
"hu": "Adja meg az adminisztratív realm nevek vesszővel elválasztott listáját. (Ezek nem domain-ek)",
28937
"xloc": [
28931
- "default.handlebars->47->2725"
28938
+ "default.handlebars->47->2726"
28939
]
28940
},
28941
{
@@ -29164,7 +29171,7 @@
29171
"zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。",
29172
"hu": "Írja be az SMS fogadásra alkalmas telefonszámát. Az ellenőrzést követően a szám felhasználható bejelentkezés ellenőrzésére és egyéb értesítésekre.",
29173
"xloc": [
29167
- "default.handlebars->47->1709"
29174
+ "default.handlebars->47->1710"
29175
]
29176
},
29177
{
@@ -29175,7 +29182,7 @@
29182
"pl": "Wprowadź swoją usługę przesyłania wiadomości. Po weryfikacji, ten serwer może wysyłać weryfikację logowania i inne powiadomienia.",
29183
"de": "Geben Sie ihren Messengerdienst und Nutzernamen ein. Sobald Sie verifiziert sind, kann dieser Server Ihnen Loginverifikationen und andere Benachrichtigungen senden.",
29184
"xloc": [
29178
- "default.handlebars->47->1715"
29185
+ "default.handlebars->47->1716"
29186
]
29187
},
29188
{
@@ -29329,8 +29336,8 @@
29336
"zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。",
29337
"hu": "Hiba, a \\\"{0}\\\" meghívókód már használatban van.",
29338
"xloc": [
29332
- "default-mobile.handlebars->11->999",
29333
- "default.handlebars->47->3196"
29339
+ "default-mobile.handlebars->11->1000",
29340
+ "default.handlebars->47->3197"
29341
]
29342
},
29343
{
@@ -29357,8 +29364,8 @@
29364
"zh-cht": "錯誤,密碼未更改。",
29365
"hu": "Hiba, a jelszó nem módosult.",
29366
"xloc": [
29360
- "default-mobile.handlebars->11->996",
29361
- "default.handlebars->47->3193"
29367
+ "default-mobile.handlebars->11->997",
29368
+ "default.handlebars->47->3194"
29369
]
29370
},
29371
{
@@ -29385,8 +29392,8 @@
29392
"zh-cht": "錯誤,無法更改為常用密碼。",
29393
"hu": "Hiba, nem lehet átváltani a gyakran használt jelszóra.",
29394
"xloc": [
29388
- "default-mobile.handlebars->11->995",
29389
- "default.handlebars->47->3192"
29395
+ "default-mobile.handlebars->11->996",
29396
+ "default.handlebars->47->3193"
29397
]
29398
},
29399
{
@@ -29413,8 +29420,8 @@
29420
"zh-cht": "錯誤,無法更改為以前使用的密碼。",
29421
"hu": "Hiba, nem lehet átváltani a korábban használt jelszóra.",
29422
"xloc": [
29416
- "default-mobile.handlebars->11->994",
29417
- "default.handlebars->47->3191"
29423
+ "default-mobile.handlebars->11->995",
29424
+ "default.handlebars->47->3192"
29425
]
29426
},
29427
{
@@ -29505,7 +29512,7 @@
29512
"hu": "eszperantó",
29513
"xloc": [
29514
"default-mobile.handlebars->11->164",
29508
- "default.handlebars->47->1827",
29515
+ "default.handlebars->47->1828",
29516
"login2.handlebars->7->61"
29517
]
29518
},
@@ -29558,7 +29565,7 @@
29565
"hu": "észt",
29566
"xloc": [
29567
"default-mobile.handlebars->11->165",
29561
- "default.handlebars->47->1828",
29568
+ "default.handlebars->47->1829",
29569
"login2.handlebars->7->62"
29570
]
29571
},
@@ -29637,7 +29644,7 @@
29644
"zh-cht": "事件列表輸出",
29645
"hu": "Eseménylista exportálás",
29646
"xloc": [
29640
- "default.handlebars->47->2631"
29647
+ "default.handlebars->47->2632"
29648
]
29649
},
29650
{
@@ -29649,7 +29656,7 @@
29656
"hu": "Esemény rekordok",
29657
"de": "Eventaufzeichnungen",
29658
"xloc": [
29652
- "default.handlebars->47->3147"
29659
+ "default.handlebars->47->3148"
29660
]
29661
},
29662
{
@@ -29844,7 +29851,7 @@
29851
"hu": "Lejárati idő",
29852
"xloc": [
29853
"default.handlebars->47->1206",
29847
- "default.handlebars->47->1991",
29854
+ "default.handlebars->47->1992",
29855
"default.handlebars->47->292"
29856
]
29857
},
@@ -29899,7 +29906,7 @@
29906
"zh-cht": "過期{0}",
29907
"hu": "Lejárat {0}",
29908
"xloc": [
29902
- "default.handlebars->47->2054",
29909
+ "default.handlebars->47->2055",
29910
"sharing.handlebars->11->95"
29911
]
29912
},
@@ -30010,7 +30017,7 @@
30017
"zh-cht": "外部",
30018
"hu": "Külső",
30019
"xloc": [
30013
- "default.handlebars->47->3264"
30020
+ "default.handlebars->47->3265"
30021
]
30022
},
30023
{
@@ -30037,7 +30044,7 @@
30044
"zh-cht": "FIDO 密鑰",
30045
"hu": "FIDO kulcs",
30046
"xloc": [
30040
- "default.handlebars->47->3127"
30047
+ "default.handlebars->47->3128"
30048
]
30049
},
30050
{
@@ -30092,7 +30099,7 @@
30099
"hu": "FYRO macedón",
30100
"xloc": [
30101
"default-mobile.handlebars->11->215",
30095
- "default.handlebars->47->1878",
30102
+ "default.handlebars->47->1879",
30103
"login2.handlebars->7->112"
30104
]
30105
},
@@ -30104,8 +30111,8 @@
30111
"pl": "Facebook",
30112
"de": "Facebook",
30113
"xloc": [
30107
- "default.handlebars->47->1729",
30108
- "default.handlebars->47->2944"
30114
+ "default.handlebars->47->1730",
30115
+ "default.handlebars->47->2945"
30116
]
30117
},
30118
{
@@ -30133,7 +30140,7 @@
30140
"hu": "feröer-szigeteki",
30141
"xloc": [
30142
"default-mobile.handlebars->11->166",
30136
- "default.handlebars->47->1829",
30143
+ "default.handlebars->47->1830",
30144
"login2.handlebars->7->63"
30145
]
30146
},
@@ -30188,8 +30195,8 @@
30195
"zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。",
30196
"hu": "Nem sikerült megváltoztatni az e-mail címet, mert egy másik fiók már használja: {0}.",
30197
"xloc": [
30191
- "default-mobile.handlebars->11->990",
30192
- "default.handlebars->47->3187"
30198
+ "default-mobile.handlebars->11->991",
30199
+ "default.handlebars->47->3188"
30200
]
30201
},
30202
{
@@ -30269,7 +30276,7 @@
30276
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
30277
"hu": "A helyi felhasználó elutasítása után nem sikerült elindítani a távoli asztalt",
30278
"xloc": [
30272
- "default.handlebars->47->2477"
30279
+ "default.handlebars->47->2478"
30280
]
30281
},
30282
{
@@ -30320,7 +30327,7 @@
30327
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
30328
"hu": "A helyi felhasználó elutasítása után nem sikerült elindítani a távoli fájl elérést",
30329
"xloc": [
30323
- "default.handlebars->47->2484"
30330
+ "default.handlebars->47->2485"
30331
]
30332
},
30333
{
@@ -30402,7 +30409,7 @@
30409
"hu": "fárszi (perzsa)",
30410
"xloc": [
30411
"default-mobile.handlebars->11->167",
30405
- "default.handlebars->47->1830",
30412
+ "default.handlebars->47->1831",
30413
"login2.handlebars->7->64"
30414
]
30415
},
@@ -30459,9 +30466,9 @@
30466
"zh-cht": "功能",
30467
"hu": "Funkciók",
30468
"xloc": [
30462
- "default.handlebars->47->2108",
30463
- "default.handlebars->47->2778",
30464
- "default.handlebars->47->2869"
30469
+ "default.handlebars->47->2109",
30470
+ "default.handlebars->47->2779",
30471
+ "default.handlebars->47->2870"
30472
]
30473
},
30474
{
@@ -30489,7 +30496,7 @@
30496
"hu": "fidzsi",
30497
"xloc": [
30498
"default-mobile.handlebars->11->168",
30492
- "default.handlebars->47->1831",
30499
+ "default.handlebars->47->1832",
30500
"login2.handlebars->7->65"
30501
]
30502
},
@@ -30546,7 +30553,7 @@
30553
"xloc": [
30554
"default-mobile.handlebars->11->698",
30555
"default.handlebars->47->1520",
30549
- "default.handlebars->47->2433",
30556
+ "default.handlebars->47->2434",
30557
"default.handlebars->47->826",
30558
"sharing.handlebars->11->66"
30559
]
@@ -30636,8 +30643,8 @@
30643
"en": "File System",
30644
"pl": "System Plików",
30645
"xloc": [
30639
- "default-mobile.handlebars->11->850",
30640
- "default.handlebars->47->1669"
30646
+ "default-mobile.handlebars->11->852",
30647
+ "default.handlebars->47->1671"
30648
]
30649
},
30650
{
@@ -30664,7 +30671,7 @@
30671
"zh-cht": "文件傳輸",
30672
"hu": "Fálj átvitel",
30673
"xloc": [
30667
- "default.handlebars->47->3040"
30674
+ "default.handlebars->47->3041"
30675
]
30676
},
30677
{
@@ -30722,12 +30729,12 @@
30729
"default-mobile.handlebars->11->563",
30730
"default.handlebars->47->1064",
30731
"default.handlebars->47->1177",
30725
- "default.handlebars->47->2163",
30726
- "default.handlebars->47->2243",
30727
- "default.handlebars->47->3047",
30728
- "default.handlebars->47->3107",
30729
- "default.handlebars->47->3157",
30730
- "default.handlebars->47->3252",
30732
+ "default.handlebars->47->2164",
30733
+ "default.handlebars->47->2244",
30734
+ "default.handlebars->47->3048",
30735
+ "default.handlebars->47->3108",
30736
+ "default.handlebars->47->3158",
30737
+ "default.handlebars->47->3253",
30738
"default.handlebars->47->457",
30739
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
30740
"default.handlebars->contextMenu->cxfiles",
@@ -30785,9 +30792,9 @@
30792
"zh-cht": "檔案通知",
30793
"hu": "Fájl kapcsolat értesítés",
30794
"xloc": [
30788
- "default.handlebars->47->2116",
30789
- "default.handlebars->47->2786",
30790
- "default.handlebars->47->2891",
30795
+ "default.handlebars->47->2117",
30796
+ "default.handlebars->47->2787",
30797
+ "default.handlebars->47->2892",
30798
"default.handlebars->47->944"
30799
]
30800
},
@@ -30815,9 +30822,9 @@
30822
"zh-cht": "檔案提示",
30823
"hu": "Fájl kapcsolat engedélykérés",
30824
"xloc": [
30818
- "default.handlebars->47->2115",
30819
- "default.handlebars->47->2785",
30820
- "default.handlebars->47->2890",
30825
+ "default.handlebars->47->2116",
30826
+ "default.handlebars->47->2786",
30827
+ "default.handlebars->47->2891",
30828
"default.handlebars->47->943"
30829
]
30830
},
@@ -30960,7 +30967,7 @@
30967
"zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒",
30968
"hu": "Felvétel kész, \\\"{0}\\\", {1} másodperc",
30969
"xloc": [
30963
- "default.handlebars->47->2589"
30970
+ "default.handlebars->47->2590"
30971
]
30972
},
30973
{
@@ -30987,7 +30994,7 @@
30994
"zh-cht": "錄製會話已完成,{0}秒",
30995
"hu": "Felvétel kész, {0} másodperc",
30996
"xloc": [
30990
- "default.handlebars->47->2450"
30997
+ "default.handlebars->47->2451"
30998
]
30999
},
31000
{
@@ -31015,7 +31022,7 @@
31022
"hu": "finn",
31023
"xloc": [
31024
"default-mobile.handlebars->11->169",
31018
- "default.handlebars->47->1832",
31025
+ "default.handlebars->47->1833",
31026
"login2.handlebars->7->66"
31027
]
31028
},
@@ -31073,8 +31080,8 @@
31080
"zh-cht": "防火牆未激活",
31081
"hu": "Tűzfal nincs bekapcsolva",
31082
"xloc": [
31076
- "default.handlebars->47->2380",
31077
- "default.handlebars->47->2394"
31083
+ "default.handlebars->47->2381",
31084
+ "default.handlebars->47->2395"
31085
]
31086
},
31087
{
@@ -31141,7 +31148,7 @@
31148
"zh-cht": "標誌",
31149
"hu": "Jelzők",
31150
"xloc": [
31144
- "default.handlebars->47->2604"
31151
+ "default.handlebars->47->2605"
31152
]
31153
},
31154
{
@@ -31468,8 +31475,8 @@
31475
"zh-cht": "下次登入時強制重置密碼。",
31476
"hu": "A következő bejelentkezéskor kötelező a jelszót megváltozgatni.",
31477
"xloc": [
31471
- "default.handlebars->47->2719",
31472
- "default.handlebars->47->2983"
31478
+ "default.handlebars->47->2720",
31479
+ "default.handlebars->47->2984"
31480
]
31481
},
31482
{
@@ -31496,7 +31503,7 @@
31503
"zh-cht": "強行斷開用戶 {0} 的桌面會話",
31504
"hu": "A {0} felhasználó asztali munkamenetének erőszakos megszakítása",
31505
"xloc": [
31499
- "default.handlebars->47->2577"
31506
+ "default.handlebars->47->2578"
31507
]
31508
},
31509
{
@@ -31523,7 +31530,7 @@
31530
"zh-cht": "強制斷開用戶 {0} 的文件會話",
31531
"hu": "A {0} felhasználó fájlmunkamenetének erőszakos szétkapcsolása",
31532
"xloc": [
31526
- "default.handlebars->47->2579"
31533
+ "default.handlebars->47->2580"
31534
]
31535
},
31536
{
@@ -31550,7 +31557,7 @@
31557
"zh-cht": "強制斷開用戶 {0} 的路由會話",
31558
"hu": "A {0} felhasználó átjárómunkamenetének erőszakos szétkapcsolása",
31559
"xloc": [
31553
- "default.handlebars->47->2580"
31560
+ "default.handlebars->47->2581"
31561
]
31562
},
31563
{
@@ -31577,7 +31584,7 @@
31584
"zh-cht": "強制斷開用戶 {0} 的終端會話",
31585
"hu": "A {0} felhasználó terminál munkamenetének erőszakos szétkapcsolása",
31586
"xloc": [
31580
- "default.handlebars->47->2578"
31587
+ "default.handlebars->47->2579"
31588
]
31589
},
31590
{
@@ -31688,7 +31695,7 @@
31695
"zh-cht": "格式化",
31696
"hu": "Format",
31697
"xloc": [
31691
- "default.handlebars->47->2622"
31698
+ "default.handlebars->47->2623"
31699
]
31700
},
31701
{
@@ -31768,8 +31775,8 @@
31775
"zh-cht": "自由",
31776
"hu": "Free",
31777
"xloc": [
31771
- "default.handlebars->47->3210",
31772
- "default.handlebars->47->3212"
31778
+ "default.handlebars->47->3211",
31779
+ "default.handlebars->47->3213"
31780
]
31781
},
31782
{
@@ -31779,8 +31786,8 @@
31786
"hu": "Ingyenes szolgáltatás az ntfy.sh oldalon",
31787
"pl": "Darmowa usługa z ntfy.sh",
31788
"xloc": [
31782
- "default.handlebars->47->1732",
31783
- "default.handlebars->47->2947"
31789
+ "default.handlebars->47->1733",
31790
+ "default.handlebars->47->2948"
31791
]
31792
},
31793
{
@@ -31836,7 +31843,7 @@
31843
"hu": "francia (Belgium)",
31844
"xloc": [
31845
"default-mobile.handlebars->11->171",
31839
- "default.handlebars->47->1834",
31846
+ "default.handlebars->47->1835",
31847
"login2.handlebars->7->68"
31848
]
31849
},
@@ -31865,7 +31872,7 @@
31872
"hu": "francia (Kanada)",
31873
"xloc": [
31874
"default-mobile.handlebars->11->172",
31868
- "default.handlebars->47->1835",
31875
+ "default.handlebars->47->1836",
31876
"login2.handlebars->7->69"
31877
]
31878
},
@@ -31894,7 +31901,7 @@
31901
"hu": "francia (Franciaország)",
31902
"xloc": [
31903
"default-mobile.handlebars->11->173",
31897
- "default.handlebars->47->1836",
31904
+ "default.handlebars->47->1837",
31905
"login2.handlebars->7->70"
31906
]
31907
},
@@ -31923,7 +31930,7 @@
31930
"hu": "francia (Luxembourg)",
31931
"xloc": [
31932
"default-mobile.handlebars->11->174",
31926
- "default.handlebars->47->1837",
31933
+ "default.handlebars->47->1838",
31934
"login2.handlebars->7->71"
31935
]
31936
},
@@ -31952,7 +31959,7 @@
31959
"hu": "francia (Monaco)",
31960
"xloc": [
31961
"default-mobile.handlebars->11->175",
31955
- "default.handlebars->47->1838",
31962
+ "default.handlebars->47->1839",
31963
"login2.handlebars->7->72"
31964
]
31965
},
@@ -31981,7 +31988,7 @@
31988
"hu": "francia",
31989
"xloc": [
31990
"default-mobile.handlebars->11->170",
31984
- "default.handlebars->47->1833",
31991
+ "default.handlebars->47->1834",
31992
"login2.handlebars->7->67"
31993
]
31994
},
@@ -32010,7 +32017,7 @@
32017
"hu": "francia (Svájc)",
32018
"xloc": [
32019
"default-mobile.handlebars->11->176",
32013
- "default.handlebars->47->1839",
32020
+ "default.handlebars->47->1840",
32021
"login2.handlebars->7->73"
32022
]
32023
},
@@ -32039,7 +32046,7 @@
32046
"hu": "fríz",
32047
"xloc": [
32048
"default-mobile.handlebars->11->177",
32042
- "default.handlebars->47->1840",
32049
+ "default.handlebars->47->1841",
32050
"login2.handlebars->7->74"
32051
]
32052
},
@@ -32068,7 +32075,7 @@
32075
"hu": "friuli",
32076
"xloc": [
32077
"default-mobile.handlebars->11->178",
32071
- "default.handlebars->47->1841",
32078
+ "default.handlebars->47->1842",
32079
"login2.handlebars->7->75"
32080
]
32081
},
@@ -32097,12 +32104,12 @@
32104
"hu": "Teljes körű adminisztrátor",
32105
"xloc": [
32106
"default-mobile.handlebars->11->343",
32100
- "default-mobile.handlebars->11->903",
32101
- "default-mobile.handlebars->11->921",
32102
- "default-mobile.handlebars->11->941",
32103
- "default.handlebars->47->2047",
32104
- "default.handlebars->47->2267",
32105
- "default.handlebars->47->2731"
32107
+ "default-mobile.handlebars->11->904",
32108
+ "default-mobile.handlebars->11->922",
32109
+ "default-mobile.handlebars->11->942",
32110
+ "default.handlebars->47->2048",
32111
+ "default.handlebars->47->2268",
32112
+ "default.handlebars->47->2732"
32113
]
32114
},
32115
{
@@ -32129,7 +32136,7 @@
32136
"zh-cht": "完整管理員(保留所有權利)",
32137
"hu": "Teljes jogú adminisztrátor (minden jog)",
32138
"xloc": [
32132
- "default.handlebars->47->2306"
32139
+ "default.handlebars->47->2307"
32140
]
32141
},
32142
{
@@ -32291,7 +32298,7 @@
32298
"zh-cht": "完整管理員",
32299
"hu": "Teljes körű adminisztrátor",
32300
"xloc": [
32294
- "default.handlebars->47->2836"
32301
+ "default.handlebars->47->2837"
32302
]
32303
},
32304
{
@@ -32318,22 +32325,22 @@
32325
"zh-cht": "全自動的",
32326
"hu": "Teljesen automatikus",
32327
"xloc": [
32321
- "default.handlebars->47->2136",
32322
- "default.handlebars->47->2197"
32328
+ "default.handlebars->47->2137",
32329
+ "default.handlebars->47->2198"
32330
]
32331
},
32332
{
32333
"en": "Fully Decrypted",
32334
"xloc": [
32328
- "default-mobile.handlebars->11->854",
32329
- "default.handlebars->47->1673"
32335
+ "default-mobile.handlebars->11->855",
32336
+ "default.handlebars->47->1674"
32337
]
32338
},
32339
{
32340
"en": "Fully Encrypted",
32341
"xloc": [
32335
- "default-mobile.handlebars->11->856",
32336
- "default.handlebars->47->1675"
32342
+ "default-mobile.handlebars->11->857",
32343
+ "default.handlebars->47->1676"
32344
]
32345
},
32346
{
@@ -32416,7 +32423,7 @@
32423
"hu": "gael (Ír)",
32424
"xloc": [
32425
"default-mobile.handlebars->11->180",
32419
- "default.handlebars->47->1843",
32426
+ "default.handlebars->47->1844",
32427
"login2.handlebars->7->77"
32428
]
32429
},
@@ -32445,7 +32452,7 @@
32452
"hu": "gael (Skót)",
32453
"xloc": [
32454
"default-mobile.handlebars->11->179",
32448
- "default.handlebars->47->1842",
32455
+ "default.handlebars->47->1843",
32456
"login2.handlebars->7->76"
32457
]
32458
},
@@ -32474,7 +32481,7 @@
32481
"hu": "galíciai",
32482
"xloc": [
32483
"default-mobile.handlebars->11->181",
32477
- "default.handlebars->47->1844",
32484
+ "default.handlebars->47->1845",
32485
"login2.handlebars->7->78"
32486
]
32487
},
@@ -32670,7 +32677,7 @@
32677
"zh-cht": "生成報告",
32678
"hu": "Jelentés készítése",
32679
"xloc": [
32673
- "default.handlebars->47->3088"
32680
+ "default.handlebars->47->3089"
32681
]
32682
},
32683
{
@@ -32725,7 +32732,7 @@
32732
"hu": "grúz",
32733
"xloc": [
32734
"default-mobile.handlebars->11->182",
32728
- "default.handlebars->47->1845",
32735
+ "default.handlebars->47->1846",
32736
"login2.handlebars->7->79"
32737
]
32738
},
@@ -32754,7 +32761,7 @@
32761
"hu": "német (Ausztria)",
32762
"xloc": [
32763
"default-mobile.handlebars->11->184",
32757
- "default.handlebars->47->1847",
32764
+ "default.handlebars->47->1848",
32765
"login2.handlebars->7->81"
32766
]
32767
},
@@ -32783,7 +32790,7 @@
32790
"hu": "német (Németország)",
32791
"xloc": [
32792
"default-mobile.handlebars->11->185",
32786
- "default.handlebars->47->1848",
32793
+ "default.handlebars->47->1849",
32794
"login2.handlebars->7->82"
32795
]
32796
},
@@ -32812,7 +32819,7 @@
32819
"hu": "német (Liechtenstein)",
32820
"xloc": [
32821
"default-mobile.handlebars->11->186",
32815
- "default.handlebars->47->1849",
32822
+ "default.handlebars->47->1850",
32823
"login2.handlebars->7->83"
32824
]
32825
},
@@ -32841,7 +32848,7 @@
32848
"hu": "német (Luxemburg)",
32849
"xloc": [
32850
"default-mobile.handlebars->11->187",
32844
- "default.handlebars->47->1850",
32851
+ "default.handlebars->47->1851",
32852
"login2.handlebars->7->84"
32853
]
32854
},
@@ -32870,7 +32877,7 @@
32877
"hu": "német",
32878
"xloc": [
32879
"default-mobile.handlebars->11->183",
32873
- "default.handlebars->47->1846",
32880
+ "default.handlebars->47->1847",
32881
"login2.handlebars->7->80"
32882
]
32883
},
@@ -32899,7 +32906,7 @@
32906
"hu": "német (Svájc)",
32907
"xloc": [
32908
"default-mobile.handlebars->11->188",
32902
- "default.handlebars->47->1851",
32909
+ "default.handlebars->47->1852",
32910
"login2.handlebars->7->85"
32911
]
32912
},
@@ -33009,7 +33016,7 @@
33016
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
33017
"hu": "A vágólap tartalmának lekérése, {0} bájt",
33018
"xloc": [
33012
- "default.handlebars->47->2464"
33019
+ "default.handlebars->47->2465"
33020
]
33021
},
33022
{
@@ -33164,7 +33171,7 @@
33171
"zh-cht": "好",
33172
"hu": "megfelelő",
33173
"xloc": [
33167
- "default.handlebars->47->2043"
33174
+ "default.handlebars->47->2044"
33175
]
33176
},
33177
{
@@ -33223,8 +33230,8 @@
33230
"zh-cht": "Google雲端硬盤備份",
33231
"hu": "Google Drive Biztonsági mentés",
33232
"xloc": [
33226
- "default.handlebars->47->2064",
33227
- "default.handlebars->47->2067",
33233
+ "default.handlebars->47->2065",
33234
+ "default.handlebars->47->2068",
33235
"default.handlebars->47->320"
33236
]
33237
},
@@ -33252,7 +33259,7 @@
33259
"zh-cht": "Google雲端硬盤控制台",
33260
"hu": "Google Drive Consol",
33261
"xloc": [
33255
- "default.handlebars->47->2061"
33262
+ "default.handlebars->47->2062"
33263
]
33264
},
33265
{
@@ -33306,7 +33313,7 @@
33313
"zh-cht": "Google雲端硬盤備份當前處於活動狀態。",
33314
"hu": "A Google Drive biztonsági mentése jelenleg aktív.",
33315
"xloc": [
33309
- "default.handlebars->47->2065"
33316
+ "default.handlebars->47->2066"
33317
]
33318
},
33319
{
@@ -33358,7 +33365,7 @@
33365
"hu": "görög",
33366
"xloc": [
33367
"default-mobile.handlebars->11->189",
33361
- "default.handlebars->47->1852",
33368
+ "default.handlebars->47->1853",
33369
"login2.handlebars->7->86"
33370
]
33371
},
@@ -33387,7 +33394,7 @@
33394
"hu": "Csoport",
33395
"xloc": [
33396
"default-mobile.handlebars->11->478",
33390
- "default.handlebars->47->3104",
33397
+ "default.handlebars->47->3105",
33398
"default.handlebars->47->861",
33399
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
33400
]
@@ -33416,8 +33423,8 @@
33423
"zh-cht": "集體指令",
33424
"hu": "Művelet a kijelölteken",
33425
"xloc": [
33419
- "default.handlebars->47->2672",
33420
- "default.handlebars->47->2755",
33426
+ "default.handlebars->47->2673",
33427
+ "default.handlebars->47->2756",
33428
"default.handlebars->47->723",
33429
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
33430
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -33448,7 +33455,7 @@
33455
"zh-cht": "通過...分群",
33456
"hu": "Csoportosítás",
33457
"xloc": [
33451
- "default.handlebars->47->2618"
33458
+ "default.handlebars->47->2619"
33459
]
33460
},
33461
{
@@ -33476,7 +33483,7 @@
33483
"hu": "Csoport azonosító",
33484
"xloc": [
33485
"agent-translations.json",
33479
- "default.handlebars->47->2772"
33486
+ "default.handlebars->47->2773"
33487
]
33488
},
33489
{
@@ -33503,7 +33510,7 @@
33510
"zh-cht": "群組成員",
33511
"hu": "Csoporttagok",
33512
"xloc": [
33506
- "default.handlebars->47->2797"
33513
+ "default.handlebars->47->2798"
33514
]
33515
},
33516
{
@@ -33542,7 +33549,7 @@
33549
"hu": "Csoport típus",
33550
"de": "Gruppentyp",
33551
"xloc": [
33545
- "default.handlebars->47->2773"
33552
+ "default.handlebars->47->2774"
33553
]
33554
},
33555
{
@@ -33569,8 +33576,8 @@
33576
"zh-cht": "通過...分群",
33577
"hu": "Csoportosítás",
33578
"xloc": [
33572
- "default.handlebars->47->3074",
33573
- "default.handlebars->47->3077"
33579
+ "default.handlebars->47->3075",
33580
+ "default.handlebars->47->3078"
33581
]
33582
},
33583
{
This file is too large to show in full.
views/default-mobile.handlebars
+4
-1
@@ -6158,7 +6158,10 @@
6158
var fsize = (j === 0 ? `${m.sizeremaining} ${sizes[j]}` : `${(m.sizeremaining / (1024 ** j)).toFixed(2)} ${sizes[j]}`);
6159
x += addDetailItem("Capacity Remaining", EscapeHtml(fsize), s);
6160
}
6161
- if (m.type) { x += addDetailItem("File System", (m.removable == true ? ("Removable" + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); }
6161
+ if (m.type) {
6162
+ var type = (m.removable == true ? "Removable" : (m.cdrom == true ? "CD-ROM" : ''));
6163
+ x += addDetailItem("File System", (type != '' ? (type + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s);
6164
+ }
6165
6166
if (m.protectionStatus || m.volumeStatus) {
6167
var bitlockerState = [];
views/default.handlebars
+4
-1
@@ -12140,7 +12140,10 @@
12140
var fsize = (j === 0 ? `${m.sizeremaining} ${sizes[j]}` : `${(m.sizeremaining / (1024 ** j)).toFixed(2)} ${sizes[j]}`);
12141
x += addDetailItem("Capacity Remaining", EscapeHtml(fsize), s);
12142
}
12143
- if (m.type) { x += addDetailItem("File System", (m.removable == true ? ("Removable" + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); }
12143
+ if (m.type) {
12144
+ var type = (m.removable == true ? "Removable" : (m.cdrom == true ? "CD-ROM" : ''));
12145
+ x += addDetailItem("File System", (type != '' ? (type + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s);
12146
+ }
12147
12148
if (m.protectionStatus || m.volumeStatus) {
12149
var bitlockerState = [];