First working zip feature in device files tab.
Ylian Saint-Hilaire committed
Aug 13, 2020 at 14:03 UTC
027876d169faf10177704ee45a7e0756c831713b
3 files changed
+1158
-1100
agents/meshcore.js
+23
-6
@@ -2140,17 +2140,34 @@ function createMeshCore(agent) {
2140
}
2141
case 'zip':
2142
// Zip a bunch of files
2143
- sendConsoleText('Zip: ' + JSON.stringify(cmd));
2144
- var p = [];
2145
- for (var i in cmd.files) { p.push(cmd.path + '/' + cmd.files[i]); }
2146
- var ofile = cmd.path + '/' + cmd.outfile;
2147
- sendConsoleText('Writing ' + ofile + '...');
2143
+ var fp, stat, p = [];
2144
+ for (var i in cmd.files) {
2145
+ // Right now, we only zip files.
2146
+ // TODO: Support folder compression
2147
+ // TODO: Support compression relative to a root path
2148
+ // TODO: Support the 'cancel' operation below
2149
+ fp = cmd.path + '/' + cmd.files[i];
2150
+ stat = null;
2151
+ try { stat = fs.statSync(fp); } catch (e) { }
2152
+ if ((stat != null) && (stat.isDirectory() == false) && (stat.size != null) && (stat.size > 0)) { p.push(fp); }
2153
+ }
2154
+ if (p.length == 0) return;
2155
+ var ofile = cmd.path + '/' + cmd.output;
2156
+ this.write(Buffer.from(JSON.stringify({ action: 'dialogmessage', msg: 'zipping' })));
2157
var out = require('fs').createWriteStream(ofile, { flags: 'wb' });
2158
out.fname = ofile;
2150
- out.on('close', function () { sendConsoleText('DONE writing ' + this.fname); });
2159
+ out.xws = this;
2160
+ out.on('close', function () {
2161
+ this.xws.write(Buffer.from(JSON.stringify({ action: 'dialogmessage', msg: null })));
2162
+ this.xws.write(Buffer.from(JSON.stringify({ action: 'refresh' })));
2163
+ });
2164
var zip = require('zip-writer').write({ files: p });
2165
zip.pipe(out);
2166
break;
2167
+ case 'cancel':
2168
+ // TODO: Cancel zip operation if present
2169
+ //sendConsoleText('Cancel operation');
2170
+ break;
2171
default:
2172
// Unknown action, ignore it.
2173
break;
translate/translate.json
+1118
-1094
@@ -15,8 +15,8 @@
15
"zh-chs": " + CIRA",
16
"fi": " + CIRA",
17
"xloc": [
18
- "default.handlebars->27->1297",
19
- "default.handlebars->27->1299"
18
+ "default.handlebars->27->1300",
19
+ "default.handlebars->27->1302"
20
]
21
},
22
{
@@ -177,7 +177,7 @@
177
"zh-chs": " 可以使用密碼提示,但不建議使用。",
178
"fi": " Salasanavihjeitä voidaan käyttää, mutta niitä ei suositella.",
179
"xloc": [
180
- "default.handlebars->27->1223"
180
+ "default.handlebars->27->1226"
181
]
182
},
183
{
@@ -195,8 +195,8 @@
195
"zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。",
196
"fi": " Käyttäjien on kirjauduttava sisään tähän palvelimeen kerran, ennen kuin heidät voidaan lisätä laiteryhmään.",
197
"xloc": [
198
- "default.handlebars->27->1372",
199
- "default.handlebars->27->1711"
198
+ "default.handlebars->27->1375",
199
+ "default.handlebars->27->1714"
200
]
201
},
202
{
@@ -406,7 +406,7 @@
406
"ru": "* Оставьте пустым для установления случайного пароля каждому устройству.",
407
"zh-chs": "*保留空白以為每個設備分配一個隨機密碼。",
408
"xloc": [
409
- "default.handlebars->27->1344"
409
+ "default.handlebars->27->1347"
410
]
411
},
412
{
@@ -440,7 +440,7 @@
440
"zh-chs": ",",
441
"xloc": [
442
"default-mobile.handlebars->9->449",
443
- "default.handlebars->27->1439"
443
+ "default.handlebars->27->1442"
444
]
445
},
446
{
@@ -477,7 +477,7 @@
477
"zh-chs": ",MQTT在線",
478
"fi": ", MQTT on online-tilassa",
479
"xloc": [
480
- "default.handlebars->27->966"
480
+ "default.handlebars->27->969"
481
]
482
},
483
{
@@ -662,9 +662,9 @@
662
"xloc": [
663
"default-mobile.handlebars->9->108",
664
"default-mobile.handlebars->9->295",
665
- "default.handlebars->27->1480",
666
- "default.handlebars->27->1866",
667
- "default.handlebars->27->850"
665
+ "default.handlebars->27->1483",
666
+ "default.handlebars->27->1869",
667
+ "default.handlebars->27->852"
668
]
669
},
670
{
@@ -714,7 +714,7 @@
714
"zh-chs": "1個活動會話",
715
"fi": "1 aktiivinen istunto",
716
"xloc": [
717
- "default.handlebars->27->1780"
717
+ "default.handlebars->27->1783"
718
]
719
},
720
{
@@ -734,7 +734,7 @@
734
"xloc": [
735
"default-mobile.handlebars->9->118",
736
"default-mobile.handlebars->9->453",
737
- "default.handlebars->27->1499"
737
+ "default.handlebars->27->1502"
738
]
739
},
740
{
@@ -782,7 +782,7 @@
782
"zh-chs": "1組",
783
"fi": "1 ryhmä",
784
"xloc": [
785
- "default.handlebars->27->1745"
785
+ "default.handlebars->27->1748"
786
]
787
},
788
{
@@ -865,7 +865,7 @@
865
"ru": "Еще 1 пользователь не показан, используйте поиск чтобы найти пользователей...",
866
"zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...",
867
"xloc": [
868
- "default.handlebars->27->1548"
868
+ "default.handlebars->27->1551"
869
]
870
},
871
{
@@ -925,7 +925,7 @@
925
"default-mobile.handlebars->9->168",
926
"default-mobile.handlebars->9->171",
927
"default-mobile.handlebars->9->174",
928
- "default.handlebars->27->1552",
928
+ "default.handlebars->27->1555",
929
"default.handlebars->27->239",
930
"default.handlebars->27->242",
931
"default.handlebars->27->245",
@@ -1236,8 +1236,8 @@
1236
"zh-chs": "啟用第二因素身份驗證",
1237
"fi": "kaksivaiheinen todennus käytössä",
1238
"xloc": [
1239
- "default.handlebars->27->1565",
1240
- "default.handlebars->27->1767"
1239
+ "default.handlebars->27->1568",
1240
+ "default.handlebars->27->1770"
1241
]
1242
},
1243
{
@@ -2007,7 +2007,7 @@
2007
"zh-chs": "拒絕訪問",
2008
"fi": "Pääsy Evätty",
2009
"xloc": [
2010
- "default.handlebars->27->967"
2010
+ "default.handlebars->27->970"
2011
]
2012
},
2013
{
@@ -2044,7 +2044,7 @@
2044
"zh-chs": "訪問服務器文件",
2045
"fi": "Pääsy palvelintiedostoihin",
2046
"xloc": [
2047
- "default.handlebars->27->1717"
2047
+ "default.handlebars->27->1720"
2048
]
2049
},
2050
{
@@ -2123,8 +2123,8 @@
2123
"default-mobile.handlebars->9->93",
2124
"default-mobile.handlebars->9->95",
2125
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0",
2126
- "default.handlebars->27->1232",
2127
- "default.handlebars->27->1234",
2126
+ "default.handlebars->27->1235",
2127
+ "default.handlebars->27->1237",
2128
"default.handlebars->27->529",
2129
"default.handlebars->27->531"
2130
]
@@ -2175,8 +2175,8 @@
2175
"zh-chs": "帐户已被锁定",
2176
"fi": "Tili on lukittu",
2177
"xloc": [
2178
- "default.handlebars->27->1567",
2179
- "default.handlebars->27->1714"
2178
+ "default.handlebars->27->1570",
2179
+ "default.handlebars->27->1717"
2180
]
2181
},
2182
{
@@ -2269,7 +2269,7 @@
2269
"zh-chs": "行動",
2270
"fi": "Toiminta",
2271
"xloc": [
2272
- "default.handlebars->27->972",
2272
+ "default.handlebars->27->975",
2273
"default.handlebars->container->column_l->p42->p42tbl->1->0->8"
2274
]
2275
},
@@ -2372,7 +2372,7 @@
2372
"default-mobile.handlebars->9->358",
2373
"default.handlebars->27->553",
2374
"default.handlebars->27->555",
2375
- "default.handlebars->27->930"
2375
+ "default.handlebars->27->933"
2376
]
2377
},
2378
{
@@ -2390,8 +2390,8 @@
2390
"zh-chs": "激活",
2391
"fi": "Aktivointi",
2392
"xloc": [
2393
- "default.handlebars->27->1310",
2394
- "default.handlebars->27->1312",
2393
+ "default.handlebars->27->1313",
2394
+ "default.handlebars->27->1315",
2395
"default.handlebars->27->272",
2396
"default.handlebars->27->274"
2397
]
@@ -2429,7 +2429,7 @@
2429
"zh-chs": "添加代理",
2430
"fi": "Lisää agentti",
2431
"xloc": [
2432
- "default.handlebars->27->1314",
2432
+ "default.handlebars->27->1317",
2433
"default.handlebars->27->276"
2434
]
2435
},
@@ -2466,8 +2466,8 @@
2466
"zh-chs": "添加設備",
2467
"fi": "Lisää Laite",
2468
"xloc": [
2469
- "default.handlebars->27->1691",
2470
- "default.handlebars->27->1815"
2469
+ "default.handlebars->27->1694",
2470
+ "default.handlebars->27->1818"
2471
]
2472
},
2473
{
@@ -2503,9 +2503,9 @@
2503
"zh-chs": "添加設備組",
2504
"fi": "Lisää laiteryhmä",
2505
"xloc": [
2506
- "default.handlebars->27->1405",
2507
- "default.handlebars->27->1685",
2508
- "default.handlebars->27->1803",
2506
+ "default.handlebars->27->1408",
2507
+ "default.handlebars->27->1688",
2508
+ "default.handlebars->27->1806",
2509
"default.handlebars->27->227"
2510
]
2511
},
@@ -2521,7 +2521,7 @@
2521
"zh-chs": "添加设备组权限",
2522
"fi": "Lisää laiteryhmän käyttöoikeudet",
2523
"xloc": [
2524
- "default.handlebars->27->1402"
2524
+ "default.handlebars->27->1405"
2525
]
2526
},
2527
{
@@ -2538,8 +2538,8 @@
2538
"zh-chs": "添加设备权限",
2539
"fi": "Lisää laitteen käyttöoikeudet",
2540
"xloc": [
2541
- "default.handlebars->27->1407",
2542
- "default.handlebars->27->1409"
2541
+ "default.handlebars->27->1410",
2542
+ "default.handlebars->27->1412"
2543
]
2544
},
2545
{
@@ -2629,7 +2629,7 @@
2629
"zh-chs": "添加會員",
2630
"fi": "Lisää jäsenyys",
2631
"xloc": [
2632
- "default.handlebars->27->1833"
2632
+ "default.handlebars->27->1836"
2633
]
2634
},
2635
{
@@ -2665,8 +2665,8 @@
2665
"zh-chs": "添加安全密鑰",
2666
"fi": "Lisää suojausavain",
2667
"xloc": [
2668
- "default.handlebars->27->1000",
2669
- "default.handlebars->27->1001",
2668
+ "default.handlebars->27->1003",
2669
+ "default.handlebars->27->1004",
2670
"default.handlebars->27->149",
2671
"default.handlebars->27->151",
2672
"default.handlebars->27->154",
@@ -2706,7 +2706,7 @@
2706
"zh-chs": "添加用户设备权限",
2707
"fi": "Lisää käyttäjän laitteen käyttöoikeudet",
2708
"xloc": [
2709
- "default.handlebars->27->1412"
2709
+ "default.handlebars->27->1415"
2710
]
2711
},
2712
{
@@ -2724,9 +2724,9 @@
2724
"zh-chs": "添加用戶組",
2725
"fi": "Lisää Käyttäjä Ryhmä",
2726
"xloc": [
2727
- "default.handlebars->27->1304",
2728
- "default.handlebars->27->1404",
2729
- "default.handlebars->27->1809",
2727
+ "default.handlebars->27->1307",
2728
+ "default.handlebars->27->1407",
2729
+ "default.handlebars->27->1812",
2730
"default.handlebars->27->649"
2731
]
2732
},
@@ -2742,7 +2742,7 @@
2742
"zh-chs": "添加用户组设备权限",
2743
"fi": "Lisää käyttäjäryhmän laiteoikeudet",
2744
"xloc": [
2745
- "default.handlebars->27->1414"
2745
+ "default.handlebars->27->1417"
2746
]
2747
},
2748
{
@@ -2790,8 +2790,8 @@
2790
"zh-chs": "添加用戶",
2791
"fi": "Lisää Käyttäjiä",
2792
"xloc": [
2793
- "default.handlebars->27->1303",
2794
- "default.handlebars->27->1680"
2793
+ "default.handlebars->27->1306",
2794
+ "default.handlebars->27->1683"
2795
]
2796
},
2797
{
@@ -2809,7 +2809,7 @@
2809
"zh-chs": "將用戶添加到設備組",
2810
"fi": "Lisää käyttäjiä laiteryhmään",
2811
"xloc": [
2812
- "default.handlebars->27->1401"
2812
+ "default.handlebars->27->1404"
2813
]
2814
},
2815
{
@@ -2827,7 +2827,7 @@
2827
"zh-chs": "將用戶添加到用戶組",
2828
"fi": "Lisää käyttäjät käyttäjäryhmään",
2829
"xloc": [
2830
- "default.handlebars->27->1713"
2830
+ "default.handlebars->27->1716"
2831
]
2832
},
2833
{
@@ -2881,7 +2881,7 @@
2881
"zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。",
2882
"fi": "Lisää uusi Intel® AMT-tietokone, joka sijaitsee Internetissä.",
2883
"xloc": [
2884
- "default.handlebars->27->1305",
2884
+ "default.handlebars->27->1308",
2885
"default.handlebars->27->265"
2886
]
2887
},
@@ -2900,7 +2900,7 @@
2900
"zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。",
2901
"fi": "Lisää uusi Intel® AMT-tietokone, joka sijaitsee lähiverkossa.",
2902
"xloc": [
2903
- "default.handlebars->27->1307",
2903
+ "default.handlebars->27->1310",
2904
"default.handlebars->27->267"
2905
]
2906
},
@@ -2934,7 +2934,7 @@
2934
"zh-chs": "通过安装网状代理,将新计算机添加到该设备组。",
2935
"fi": "Lisää uusi tietokone tähän laiteryhmään asentamalla MeshAgent.",
2936
"xloc": [
2937
- "default.handlebars->27->1313",
2937
+ "default.handlebars->27->1316",
2938
"default.handlebars->27->275"
2939
]
2940
},
@@ -2997,7 +2997,7 @@
2997
"zh-chs": "管理員控制模式(ACM)",
2998
"xloc": [
2999
"default-mobile.handlebars->9->360",
3000
- "default.handlebars->27->932"
3000
+ "default.handlebars->27->935"
3001
]
3002
},
3003
{
@@ -3015,7 +3015,7 @@
3015
"zh-chs": "管理員憑證",
3016
"xloc": [
3017
"default-mobile.handlebars->9->366",
3018
- "default.handlebars->27->938"
3018
+ "default.handlebars->27->941"
3019
]
3020
},
3021
{
@@ -3050,7 +3050,7 @@
3050
"ru": "Области администратора",
3051
"zh-chs": "管理領域",
3052
"xloc": [
3053
- "default.handlebars->27->1749"
3053
+ "default.handlebars->27->1752"
3054
]
3055
},
3056
{
@@ -3085,7 +3085,7 @@
3085
"ru": "Административные области",
3086
"zh-chs": "行政領域",
3087
"xloc": [
3088
- "default.handlebars->27->1630"
3088
+ "default.handlebars->27->1633"
3089
]
3090
},
3091
{
@@ -3103,7 +3103,7 @@
3103
"zh-chs": "管理員",
3104
"fi": "Järjestelmänvalvoja",
3105
"xloc": [
3106
- "default.handlebars->27->1559"
3106
+ "default.handlebars->27->1562"
3107
]
3108
},
3109
{
@@ -3120,7 +3120,7 @@
3120
"ru": "Африканский",
3121
"zh-chs": "南非語",
3122
"xloc": [
3123
- "default.handlebars->27->1003"
3123
+ "default.handlebars->27->1006"
3124
]
3125
},
3126
{
@@ -3141,8 +3141,8 @@
3141
"default-mobile.handlebars->9->199",
3142
"default-mobile.handlebars->9->223",
3143
"default-mobile.handlebars->9->239",
3144
- "default.handlebars->27->1466",
3145
- "default.handlebars->27->1474",
3144
+ "default.handlebars->27->1469",
3145
+ "default.handlebars->27->1477",
3146
"default.handlebars->27->206",
3147
"default.handlebars->27->431",
3148
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1"
@@ -3163,8 +3163,8 @@
3163
"zh-chs": "代理+英特爾AMT",
3164
"fi": "Agentti + Intel AMT",
3165
"xloc": [
3166
- "default.handlebars->27->1468",
3167
- "default.handlebars->27->1476"
3166
+ "default.handlebars->27->1471",
3167
+ "default.handlebars->27->1479"
3168
]
3169
},
3170
{
@@ -3201,7 +3201,7 @@
3201
"fi": "Agentin konsoli",
3202
"xloc": [
3203
"default-mobile.handlebars->9->433",
3204
- "default.handlebars->27->1422"
3204
+ "default.handlebars->27->1425"
3205
]
3206
},
3207
{
@@ -3219,7 +3219,7 @@
3219
"zh-chs": "座席錯誤計數器",
3220
"fi": "Agentin virhe laskurit",
3221
"xloc": [
3222
- "default.handlebars->27->1876"
3222
+ "default.handlebars->27->1879"
3223
]
3224
},
3225
{
@@ -3300,7 +3300,7 @@
3300
"zh-chs": "座席會議",
3301
"fi": "Agentin istunnot",
3302
"xloc": [
3303
- "default.handlebars->27->1892"
3303
+ "default.handlebars->27->1895"
3304
]
3305
},
3306
{
@@ -3336,7 +3336,7 @@
3336
"zh-chs": "代理類型",
3337
"fi": "Agenttityypit",
3338
"xloc": [
3339
- "default.handlebars->27->1472",
3339
+ "default.handlebars->27->1475",
3340
"default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1"
3341
]
3342
},
@@ -3393,7 +3393,7 @@
3393
"zh-chs": "代理離線",
3394
"fi": "Agentti on offline-tilassa",
3395
"xloc": [
3396
- "default.handlebars->27->965"
3396
+ "default.handlebars->27->968"
3397
]
3398
},
3399
{
@@ -3411,7 +3411,7 @@
3411
"zh-chs": "代理在線",
3412
"fi": "Agentti on online-tilassa",
3413
"xloc": [
3414
- "default.handlebars->27->964"
3414
+ "default.handlebars->27->967"
3415
]
3416
},
3417
{
@@ -3429,7 +3429,7 @@
3429
"zh-chs": "代理商",
3430
"fi": "Agentit",
3431
"xloc": [
3432
- "default.handlebars->27->1905"
3432
+ "default.handlebars->27->1908"
3433
]
3434
},
3435
{
@@ -3446,7 +3446,7 @@
3446
"ru": "Албанский",
3447
"zh-chs": "阿爾巴尼亞語",
3448
"xloc": [
3449
- "default.handlebars->27->1004"
3449
+ "default.handlebars->27->1007"
3450
]
3451
},
3452
{
@@ -3474,7 +3474,7 @@
3474
"nl": "Alle beschikbare",
3475
"es": "Todo disponible",
3476
"xloc": [
3477
- "default.handlebars->27->1522"
3477
+ "default.handlebars->27->1525"
3478
]
3479
},
3480
{
@@ -3498,7 +3498,7 @@
3498
"fi": "Kaikki tapahtumat",
3499
"es": "Todos los eventos",
3500
"xloc": [
3501
- "default.handlebars->27->1520"
3501
+ "default.handlebars->27->1523"
3502
]
3503
},
3504
{
@@ -3535,8 +3535,8 @@
3535
"zh-chs": "允許用戶管理此設備組和該組中的設備。",
3536
"fi": "Salli käyttäjien hallita tätä laiteryhmää ja tämän ryhmän laitteita.",
3537
"xloc": [
3538
- "default.handlebars->27->1370",
3539
- "default.handlebars->27->1710"
3538
+ "default.handlebars->27->1373",
3539
+ "default.handlebars->27->1713"
3540
]
3541
},
3542
{
@@ -3553,7 +3553,7 @@
3553
"zh-chs": "允许用户管理此设备。",
3554
"fi": "Salli käyttäjien hallita tätä laitetta.",
3555
"xloc": [
3556
- "default.handlebars->27->1371"
3556
+ "default.handlebars->27->1374"
3557
]
3558
},
3559
{
@@ -3646,8 +3646,8 @@
3646
"zh-chs": "始終通知",
3647
"fi": "Ilmoita aina",
3648
"xloc": [
3649
- "default.handlebars->27->1284",
3650
- "default.handlebars->27->1758",
3649
+ "default.handlebars->27->1287",
3650
+ "default.handlebars->27->1761",
3651
"default.handlebars->27->589"
3652
]
3653
},
@@ -3666,8 +3666,8 @@
3666
"zh-chs": "總是提示",
3667
"fi": "Kysy Aina",
3668
"xloc": [
3669
- "default.handlebars->27->1285",
3670
- "default.handlebars->27->1759",
3669
+ "default.handlebars->27->1288",
3670
+ "default.handlebars->27->1762",
3671
"default.handlebars->27->590"
3672
]
3673
},
@@ -3871,7 +3871,7 @@
3871
"ru": "Арабский (Алжир)",
3872
"zh-chs": "阿拉伯文(阿爾及利亞)",
3873
"xloc": [
3874
- "default.handlebars->27->1006"
3874
+ "default.handlebars->27->1009"
3875
]
3876
},
3877
{
@@ -3888,7 +3888,7 @@
3888
"ru": "Арабский (Бахрейн)",
3889
"zh-chs": "阿拉伯文(巴林)",
3890
"xloc": [
3891
- "default.handlebars->27->1007"
3891
+ "default.handlebars->27->1010"
3892
]
3893
},
3894
{
@@ -3905,7 +3905,7 @@
3905
"ru": "Арабский (Египет)",
3906
"zh-chs": "阿拉伯文(埃及)",
3907
"xloc": [
3908
- "default.handlebars->27->1008"
3908
+ "default.handlebars->27->1011"
3909
]
3910
},
3911
{
@@ -3922,7 +3922,7 @@
3922
"ru": "Арабский (Ирак)",
3923
"zh-chs": "阿拉伯文(伊拉克)",
3924
"xloc": [
3925
- "default.handlebars->27->1009"
3925
+ "default.handlebars->27->1012"
3926
]
3927
},
3928
{
@@ -3939,7 +3939,7 @@
3939
"ru": "Арабский (Иордания)",
3940
"zh-chs": "阿拉伯語(約旦)",
3941
"xloc": [
3942
- "default.handlebars->27->1010"
3942
+ "default.handlebars->27->1013"
3943
]
3944
},
3945
{
@@ -3956,7 +3956,7 @@
3956
"ru": "Арабский (Кувейт)",
3957
"zh-chs": "阿拉伯文(科威特)",
3958
"xloc": [
3959
- "default.handlebars->27->1011"
3959
+ "default.handlebars->27->1014"
3960
]
3961
},
3962
{
@@ -3973,7 +3973,7 @@
3973
"ru": "Арабский (Ливан)",
3974
"zh-chs": "阿拉伯語(黎巴嫩)",
3975
"xloc": [
3976
- "default.handlebars->27->1012"
3976
+ "default.handlebars->27->1015"
3977
]
3978
},
3979
{
@@ -3990,7 +3990,7 @@
3990
"ru": "Арабский (Ливия)",
3991
"zh-chs": "阿拉伯文(利比亞)",
3992
"xloc": [
3993
- "default.handlebars->27->1013"
3993
+ "default.handlebars->27->1016"
3994
]
3995
},
3996
{
@@ -4007,7 +4007,7 @@
4007
"ru": "Арабский (Марокко)",
4008
"zh-chs": "阿拉伯文(摩洛哥)",
4009
"xloc": [
4010
- "default.handlebars->27->1014"
4010
+ "default.handlebars->27->1017"
4011
]
4012
},
4013
{
@@ -4024,7 +4024,7 @@
4024
"ru": "Арабский (Оман)",
4025
"zh-chs": "阿拉伯文(阿曼)",
4026
"xloc": [
4027
- "default.handlebars->27->1015"
4027
+ "default.handlebars->27->1018"
4028
]
4029
},
4030
{
@@ -4041,7 +4041,7 @@
4041
"ru": "Арабский (Катар)",
4042
"zh-chs": "阿拉伯語(卡塔爾)",
4043
"xloc": [
4044
- "default.handlebars->27->1016"
4044
+ "default.handlebars->27->1019"
4045
]
4046
},
4047
{
@@ -4058,7 +4058,7 @@
4058
"ru": "Арабский (Саудовская Аравия)",
4059
"zh-chs": "阿拉伯語(沙特阿拉伯)",
4060
"xloc": [
4061
- "default.handlebars->27->1017"
4061
+ "default.handlebars->27->1020"
4062
]
4063
},
4064
{
@@ -4075,7 +4075,7 @@
4075
"ru": "Арабский (стандартный)",
4076
"zh-chs": "阿拉伯語(標準)",
4077
"xloc": [
4078
- "default.handlebars->27->1005"
4078
+ "default.handlebars->27->1008"
4079
]
4080
},
4081
{
@@ -4092,7 +4092,7 @@
4092
"ru": "Арабский (Сирия)",
4093
"zh-chs": "阿拉伯語(敘利亞)",
4094
"xloc": [
4095
- "default.handlebars->27->1018"
4095
+ "default.handlebars->27->1021"
4096
]
4097
},
4098
{
@@ -4109,7 +4109,7 @@
4109
"ru": "Арабский (Тунис)",
4110
"zh-chs": "阿拉伯文(突尼斯)",
4111
"xloc": [
4112
- "default.handlebars->27->1019"
4112
+ "default.handlebars->27->1022"
4113
]
4114
},
4115
{
@@ -4126,7 +4126,7 @@
4126
"ru": "Арабский (О.А.Э.)",
4127
"zh-chs": "阿拉伯文(阿聯酋)",
4128
"xloc": [
4129
- "default.handlebars->27->1020"
4129
+ "default.handlebars->27->1023"
4130
]
4131
},
4132
{
@@ -4143,7 +4143,7 @@
4143
"ru": "Арабский (Йемен)",
4144
"zh-chs": "阿拉伯文(也門)",
4145
"xloc": [
4146
- "default.handlebars->27->1021"
4146
+ "default.handlebars->27->1024"
4147
]
4148
},
4149
{
@@ -4160,7 +4160,7 @@
4160
"ru": "Арагонский",
4161
"zh-chs": "阿拉貢人",
4162
"xloc": [
4163
- "default.handlebars->27->1022"
4163
+ "default.handlebars->27->1025"
4164
]
4165
},
4166
{
@@ -4179,7 +4179,7 @@
4179
"fi": "Arkkitehtuuri",
4180
"xloc": [
4181
"default-mobile.handlebars->9->330",
4182
- "default.handlebars->27->892"
4182
+ "default.handlebars->27->895"
4183
]
4184
},
4185
{
@@ -4216,7 +4216,7 @@
4216
"fi": "Haluatko varmasti poistaa ryhmän {0}? Laiteryhmän poistaminen poistaa myös kaikki tämän ryhmän laitteiden tiedot.",
4217
"xloc": [
4218
"default-mobile.handlebars->9->404",
4219
- "default.handlebars->27->1348"
4219
+ "default.handlebars->27->1351"
4220
]
4221
},
4222
{
@@ -4288,7 +4288,7 @@
4288
"zh-chs": "您確定要{0}插件嗎:{1}",
4289
"fi": "Haluatko varmasti {0} laajennuksen: {1}",
4290
"xloc": [
4291
- "default.handlebars->27->1945"
4291
+ "default.handlebars->27->1948"
4292
]
4293
},
4294
{
@@ -4305,7 +4305,7 @@
4305
"ru": "Армянский",
4306
"zh-chs": "亞美尼亞人",
4307
"xloc": [
4308
- "default.handlebars->27->1023"
4308
+ "default.handlebars->27->1026"
4309
]
4310
},
4311
{
@@ -4352,7 +4352,7 @@
4352
"ru": "Ассамский",
4353
"zh-chs": "阿薩姆語",
4354
"xloc": [
4355
- "default.handlebars->27->1024"
4355
+ "default.handlebars->27->1027"
4356
]
4357
},
4358
{
@@ -4369,7 +4369,7 @@
4369
"ru": "Астурии",
4370
"zh-chs": "阿斯圖里亞斯人",
4371
"xloc": [
4372
- "default.handlebars->27->1025"
4372
+ "default.handlebars->27->1028"
4373
]
4374
},
4375
{
@@ -4387,7 +4387,7 @@
4387
"zh-chs": "身份驗證應用",
4388
"fi": "Todennussovellus",
4389
"xloc": [
4390
- "default.handlebars->27->1762"
4390
+ "default.handlebars->27->1765"
4391
]
4392
},
4393
{
@@ -4411,8 +4411,8 @@
4411
"default-mobile.handlebars->9->73",
4412
"default.handlebars->27->125",
4413
"default.handlebars->27->130",
4414
- "default.handlebars->27->989",
4415
- "default.handlebars->27->991"
4414
+ "default.handlebars->27->992",
4415
+ "default.handlebars->27->994"
4416
]
4417
},
4418
{
@@ -4482,7 +4482,7 @@
4482
"ru": "Автоудаление",
4483
"zh-chs": "自動刪除",
4484
"xloc": [
4485
- "default.handlebars->27->1272"
4485
+ "default.handlebars->27->1275"
4486
]
4487
},
4488
{
@@ -4538,7 +4538,7 @@
4538
"ru": "Азербайджанский",
4539
"zh-chs": "阿塞拜疆",
4540
"xloc": [
4541
- "default.handlebars->27->1026"
4541
+ "default.handlebars->27->1029"
4542
]
4543
},
4544
{
@@ -4556,7 +4556,7 @@
4556
"zh-chs": "的BIOS",
4557
"xloc": [
4558
"default-mobile.handlebars->9->372",
4559
- "default.handlebars->27->944"
4559
+ "default.handlebars->27->947"
4560
]
4561
},
4562
{
@@ -4657,8 +4657,8 @@
4657
"zh-chs": "背景與互動",
4658
"fi": "Tausta ja vuorovaikutteinen",
4659
"xloc": [
4660
- "default.handlebars->27->1449",
4661
- "default.handlebars->27->1456",
4660
+ "default.handlebars->27->1452",
4661
+ "default.handlebars->27->1459",
4662
"default.handlebars->27->346",
4663
"default.handlebars->27->360"
4664
]
@@ -4678,8 +4678,8 @@
4678
"zh-chs": "僅背景",
4679
"fi": "Vain tausta",
4680
"xloc": [
4681
- "default.handlebars->27->1450",
4682
- "default.handlebars->27->1457",
4681
+ "default.handlebars->27->1453",
4682
+ "default.handlebars->27->1460",
4683
"default.handlebars->27->347",
4684
"default.handlebars->27->361",
4685
"default.handlebars->27->375"
@@ -4718,7 +4718,7 @@
4718
"zh-chs": "備用碼",
4719
"fi": "Varmuuskoodit",
4720
"xloc": [
4721
- "default.handlebars->27->1764"
4721
+ "default.handlebars->27->1767"
4722
]
4723
},
4724
{
@@ -4736,7 +4736,7 @@
4736
"zh-chs": "錯誤的簽名",
4737
"fi": "Huono allekirjoitus",
4738
"xloc": [
4739
- "default.handlebars->27->1883"
4739
+ "default.handlebars->27->1886"
4740
]
4741
},
4742
{
@@ -4754,7 +4754,7 @@
4754
"zh-chs": "錯誤的網絡證書",
4755
"fi": "Huono Web-varmenne",
4756
"xloc": [
4757
- "default.handlebars->27->1882"
4757
+ "default.handlebars->27->1885"
4758
]
4759
},
4760
{
@@ -4772,7 +4772,7 @@
4772
"zh-chs": "巴斯克",
4773
"fi": "Baski",
4774
"xloc": [
4775
- "default.handlebars->27->1027"
4775
+ "default.handlebars->27->1030"
4776
]
4777
},
4778
{
@@ -4806,7 +4806,7 @@
4806
"ru": "Белорусский",
4807
"zh-chs": "白俄羅斯語",
4808
"xloc": [
4809
- "default.handlebars->27->1029"
4809
+ "default.handlebars->27->1032"
4810
]
4811
},
4812
{
@@ -4823,7 +4823,7 @@
4823
"ru": "Бенгальский",
4824
"zh-chs": "孟加拉",
4825
"xloc": [
4826
- "default.handlebars->27->1030"
4826
+ "default.handlebars->27->1033"
4827
]
4828
},
4829
{
@@ -4859,7 +4859,7 @@
4859
"ru": "Боснийский",
4860
"zh-chs": "波斯尼亞人",
4861
"xloc": [
4862
- "default.handlebars->27->1031"
4862
+ "default.handlebars->27->1034"
4863
]
4864
},
4865
{
@@ -4876,7 +4876,7 @@
4876
"ru": "Бретонский",
4877
"zh-chs": "布列塔尼",
4878
"xloc": [
4879
- "default.handlebars->27->1032"
4879
+ "default.handlebars->27->1035"
4880
]
4881
},
4882
{
@@ -4893,7 +4893,7 @@
4893
"ru": "Отправить сообщение",
4894
"zh-chs": "廣播",
4895
"xloc": [
4896
- "default.handlebars->27->1678",
4896
+ "default.handlebars->27->1681",
4897
"default.handlebars->container->column_l->p4->3->1->0->3->1"
4898
]
4899
},
@@ -4912,7 +4912,7 @@
4912
"zh-chs": "廣播消息",
4913
"fi": "Lähetä viesti",
4914
"xloc": [
4915
- "default.handlebars->27->1612"
4915
+ "default.handlebars->27->1615"
4916
]
4917
},
4918
{
@@ -4930,7 +4930,7 @@
4930
"zh-chs": "向所有連接的用戶廣播消息。",
4931
"fi": "Lähetä viesti kaikille yhteydessä oleville käyttäjille.",
4932
"xloc": [
4933
- "default.handlebars->27->1607"
4933
+ "default.handlebars->27->1610"
4934
]
4935
},
4936
{
@@ -4947,7 +4947,7 @@
4947
"ru": "Болгарский",
4948
"zh-chs": "保加利亞語",
4949
"xloc": [
4950
- "default.handlebars->27->1028"
4950
+ "default.handlebars->27->1031"
4951
]
4952
},
4953
{
@@ -4964,7 +4964,7 @@
4964
"ru": "Бирманский",
4965
"zh-chs": "緬甸人",
4966
"xloc": [
4967
- "default.handlebars->27->1033"
4967
+ "default.handlebars->27->1036"
4968
]
4969
},
4970
{
@@ -5000,8 +5000,8 @@
5000
"zh-chs": "CIRA",
5001
"xloc": [
5002
"default-mobile.handlebars->9->200",
5003
- "default.handlebars->27->1336",
5004
- "default.handlebars->27->1341",
5003
+ "default.handlebars->27->1339",
5004
+ "default.handlebars->27->1344",
5005
"default.handlebars->27->208",
5006
"default.handlebars->27->433"
5007
]
@@ -5021,7 +5021,7 @@
5021
"zh-chs": "CIRA服務器",
5022
"fi": "CIRA Palvelin",
5023
"xloc": [
5024
- "default.handlebars->27->1933"
5024
+ "default.handlebars->27->1936"
5025
]
5026
},
5027
{
@@ -5038,7 +5038,7 @@
5038
"ru": "CIRA Сервер команды",
5039
"zh-chs": "CIRA服務器命令",
5040
"xloc": [
5041
- "default.handlebars->27->1934"
5041
+ "default.handlebars->27->1937"
5042
]
5043
},
5044
{
@@ -5055,7 +5055,7 @@
5055
"zh-chs": "CPU",
5056
"xloc": [
5057
"default-mobile.handlebars->9->378",
5058
- "default.handlebars->27->950"
5058
+ "default.handlebars->27->953"
5059
]
5060
},
5061
{
@@ -5072,7 +5072,7 @@
5072
"ru": "Загрузка CPU",
5073
"zh-chs": "CPU負載",
5074
"xloc": [
5075
- "default.handlebars->27->1897"
5075
+ "default.handlebars->27->1900"
5076
]
5077
},
5078
{
@@ -5089,7 +5089,7 @@
5089
"ru": "Загрузка CPU за последние 15 минут",
5090
"zh-chs": "最近15分鐘的CPU負載",
5091
"xloc": [
5092
- "default.handlebars->27->1900"
5092
+ "default.handlebars->27->1903"
5093
]
5094
},
5095
{
@@ -5106,7 +5106,7 @@
5106
"ru": "Загрузка CPU за последние 5 минут",
5107
"zh-chs": "最近5分鐘的CPU負載",
5108
"xloc": [
5109
- "default.handlebars->27->1899"
5109
+ "default.handlebars->27->1902"
5110
]
5111
},
5112
{
@@ -5123,7 +5123,7 @@
5123
"ru": "Загрузка CPU за последнюю минуту",
5124
"zh-chs": "最後一分鐘的CPU負載",
5125
"xloc": [
5126
- "default.handlebars->27->1898"
5126
+ "default.handlebars->27->1901"
5127
]
5128
},
5129
{
@@ -5158,7 +5158,7 @@
5158
"ru": "CSV",
5159
"zh-chs": "CSV",
5160
"xloc": [
5161
- "default.handlebars->27->1530"
5161
+ "default.handlebars->27->1533"
5162
]
5163
},
5164
{
@@ -5175,8 +5175,8 @@
5175
"ru": "Формат CSV",
5176
"zh-chs": "CSV格式",
5177
"xloc": [
5178
- "default.handlebars->27->1534",
5179
- "default.handlebars->27->1599",
5178
+ "default.handlebars->27->1537",
5179
+ "default.handlebars->27->1602",
5180
"default.handlebars->27->474"
5181
]
5182
},
@@ -5194,7 +5194,7 @@
5194
"ru": "Ошибка вызова",
5195
"zh-chs": "通話錯誤",
5196
"xloc": [
5197
- "default.handlebars->27->1946"
5197
+ "default.handlebars->27->1949"
5198
]
5199
},
5200
{
@@ -5214,7 +5214,7 @@
5214
"xloc": [
5215
"default-mobile.handlebars->9->82",
5216
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
5217
- "default.handlebars->27->1253",
5217
+ "default.handlebars->27->1256",
5218
"default.handlebars->container->dialog->idx_dlgButtonBar",
5219
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
5220
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -5236,8 +5236,8 @@
5236
"xloc": [
5237
"default-mobile.handlebars->9->386",
5238
"default-mobile.handlebars->9->388",
5239
- "default.handlebars->27->958",
5240
- "default.handlebars->27->960"
5239
+ "default.handlebars->27->961",
5240
+ "default.handlebars->27->963"
5241
]
5242
},
5243
{
@@ -5256,7 +5256,7 @@
5256
"fi": "Kapasiteetti / Nopeus",
5257
"xloc": [
5258
"default-mobile.handlebars->9->381",
5259
- "default.handlebars->27->953"
5259
+ "default.handlebars->27->956"
5260
]
5261
},
5262
{
@@ -5273,7 +5273,7 @@
5273
"ru": "Каталонский",
5274
"zh-chs": "加泰羅尼亞語",
5275
"xloc": [
5276
- "default.handlebars->27->1034"
5276
+ "default.handlebars->27->1037"
5277
]
5278
},
5279
{
@@ -5308,7 +5308,7 @@
5308
"ru": "Чаморро",
5309
"zh-chs": "查莫羅",
5310
"xloc": [
5311
- "default.handlebars->27->1035"
5311
+ "default.handlebars->27->1038"
5312
]
5313
},
5314
{
@@ -5341,7 +5341,7 @@
5341
"zh-chs": "更改{0}的電子郵件",
5342
"fi": "Vaihda sähköpostiosoite käyttäjälle {0}",
5343
"xloc": [
5344
- "default.handlebars->27->1792"
5344
+ "default.handlebars->27->1795"
5345
]
5346
},
5347
{
@@ -5380,8 +5380,8 @@
5380
"fi": "Vaihda Salasana",
5381
"xloc": [
5382
"default-mobile.handlebars->9->90",
5383
- "default.handlebars->27->1229",
5384
- "default.handlebars->27->1779"
5383
+ "default.handlebars->27->1232",
5384
+ "default.handlebars->27->1782"
5385
]
5386
},
5387
{
@@ -5399,7 +5399,7 @@
5399
"zh-chs": "更改{0}的密碼",
5400
"fi": "Vaihda Salasana käyttäjälle {0}",
5401
"xloc": [
5402
- "default.handlebars->27->1799"
5402
+ "default.handlebars->27->1802"
5403
]
5404
},
5405
{
@@ -5408,7 +5408,7 @@
5408
"fi": "Vaihda Nimi käyttäjälle {0}",
5409
"es": "Cambiar nombre real por {0}",
5410
"xloc": [
5411
- "default.handlebars->27->1787"
5411
+ "default.handlebars->27->1790"
5412
]
5413
},
5414
{
@@ -5481,7 +5481,7 @@
5481
"zh-chs": "更改該用戶的密碼",
5482
"fi": "Vaihda tämän käyttäjän salasana",
5483
"xloc": [
5484
- "default.handlebars->27->1778"
5484
+ "default.handlebars->27->1781"
5485
]
5486
},
5487
{
@@ -5515,7 +5515,7 @@
5515
"ru": "Измените адрес электронной почты вашей учетной записи здесь.",
5516
"zh-chs": "在此處更改您的帳戶電子郵件地址。",
5517
"xloc": [
5518
- "default.handlebars->27->1216"
5518
+ "default.handlebars->27->1219"
5519
]
5520
},
5521
{
@@ -5532,7 +5532,7 @@
5532
"ru": "Измените пароль своей учетной записи, введя старый пароль и дважды новый пароль в поля ниже.",
5533
"zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。",
5534
"xloc": [
5535
- "default.handlebars->27->1222"
5535
+ "default.handlebars->27->1225"
5536
]
5537
},
5538
{
@@ -5549,7 +5549,7 @@
5549
"ru": "Изменение языка потребует перезагрузить страницу.",
5550
"zh-chs": "更改語言將需要刷新頁面。",
5551
"xloc": [
5552
- "default.handlebars->27->1201"
5552
+ "default.handlebars->27->1204"
5553
]
5554
},
5555
{
@@ -5566,7 +5566,7 @@
5566
"ru": "Чат",
5567
"zh-chs": "聊天室",
5568
"xloc": [
5569
- "default.handlebars->27->1551",
5569
+ "default.handlebars->27->1554",
5570
"default.handlebars->27->669",
5571
"default.handlebars->27->688"
5572
]
@@ -5587,8 +5587,8 @@
5587
"xloc": [
5588
"default-mobile.handlebars->9->425",
5589
"default-mobile.handlebars->9->443",
5590
- "default.handlebars->27->1398",
5591
- "default.handlebars->27->1433"
5590
+ "default.handlebars->27->1401",
5591
+ "default.handlebars->27->1436"
5592
]
5593
},
5594
{
@@ -5613,7 +5613,7 @@
5613
"ru": "Чеченский",
5614
"zh-chs": "車臣",
5615
"xloc": [
5616
- "default.handlebars->27->1036"
5616
+ "default.handlebars->27->1039"
5617
]
5618
},
5619
{
@@ -5696,8 +5696,8 @@
5696
"zh-chs": "檢查...",
5697
"fi": "Tarkistetaan...",
5698
"xloc": [
5699
- "default.handlebars->27->1002",
5700
- "default.handlebars->27->1940"
5699
+ "default.handlebars->27->1005",
5700
+ "default.handlebars->27->1943"
5701
]
5702
},
5703
{
@@ -5714,7 +5714,7 @@
5714
"ru": "Китайский",
5715
"zh-chs": "中文",
5716
"xloc": [
5717
- "default.handlebars->27->1037"
5717
+ "default.handlebars->27->1040"
5718
]
5719
},
5720
{
@@ -5731,7 +5731,7 @@
5731
"ru": "Китайский (Гонконг)",
5732
"zh-chs": "中文(香港)",
5733
"xloc": [
5734
- "default.handlebars->27->1038"
5734
+ "default.handlebars->27->1041"
5735
]
5736
},
5737
{
@@ -5748,7 +5748,7 @@
5748
"ru": "Китайский (КНР)",
5749
"zh-chs": "中文(中國)",
5750
"xloc": [
5751
- "default.handlebars->27->1039"
5751
+ "default.handlebars->27->1042"
5752
]
5753
},
5754
{
@@ -5765,7 +5765,7 @@
5765
"ru": "Упрощенный китайский)",
5766
"zh-chs": "简体中文)",
5767
"xloc": [
5768
- "default.handlebars->27->1199"
5768
+ "default.handlebars->27->1202"
5769
]
5770
},
5771
{
@@ -5782,7 +5782,7 @@
5782
"ru": "Китайский (Сингапур)",
5783
"zh-chs": "中文(新加坡)",
5784
"xloc": [
5785
- "default.handlebars->27->1040"
5785
+ "default.handlebars->27->1043"
5786
]
5787
},
5788
{
@@ -5799,7 +5799,7 @@
5799
"ru": "Китайский (Тайвань)",
5800
"zh-chs": "中文(台灣)",
5801
"xloc": [
5802
- "default.handlebars->27->1041"
5802
+ "default.handlebars->27->1044"
5803
]
5804
},
5805
{
@@ -5834,7 +5834,7 @@
5834
"ru": "Чувашский",
5835
"zh-chs": "楚瓦什",
5836
"xloc": [
5837
- "default.handlebars->27->1042"
5837
+ "default.handlebars->27->1045"
5838
]
5839
},
5840
{
@@ -5875,11 +5875,11 @@
5875
"default-mobile.handlebars->9->318",
5876
"default-mobile.handlebars->9->320",
5877
"default-mobile.handlebars->9->59",
5878
- "default.handlebars->27->1514",
5879
- "default.handlebars->27->869",
5880
- "default.handlebars->27->871",
5881
- "default.handlebars->27->873",
5882
- "default.handlebars->27->875",
5878
+ "default.handlebars->27->1517",
5879
+ "default.handlebars->27->872",
5880
+ "default.handlebars->27->874",
5881
+ "default.handlebars->27->876",
5882
+ "default.handlebars->27->878",
5883
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
5884
"default.handlebars->container->column_l->p41->3->1",
5885
"messenger.handlebars->xbottom"
@@ -5914,7 +5914,7 @@
5914
"zh-chs": "全部清除",
5915
"fi": "Tyhjennä kaikki",
5916
"xloc": [
5917
- "default.handlebars->27->1870"
5917
+ "default.handlebars->27->1873"
5918
]
5919
},
5920
{
@@ -5931,7 +5931,7 @@
5931
"ru": "Очистить ядро",
5932
"zh-chs": "清除核心",
5933
"xloc": [
5934
- "default.handlebars->27->974"
5934
+ "default.handlebars->27->977"
5935
]
5936
},
5937
{
@@ -5965,7 +5965,7 @@
5965
"zh-chs": "清除此通知",
5966
"fi": "Kuittaa tämä ilmoitus",
5967
"xloc": [
5968
- "default.handlebars->27->1869"
5968
+ "default.handlebars->27->1872"
5969
]
5970
},
5971
{
@@ -6010,8 +6010,8 @@
6010
"nl": "Klik hier om de apparaatgroepsnaam te bewerken",
6011
"zh-chs": "单击此处编辑设备组名称",
6012
"xloc": [
6013
- "default.handlebars->27->1264",
6014
- "default.handlebars->27->1470"
6013
+ "default.handlebars->27->1267",
6014
+ "default.handlebars->27->1473"
6015
]
6016
},
6017
{
@@ -6041,7 +6041,7 @@
6041
"nl": "Klik hier om de gebruikersgroepsnaam te bewerken",
6042
"zh-chs": "单击此处编辑用户组名称",
6043
"xloc": [
6044
- "default.handlebars->27->1667"
6044
+ "default.handlebars->27->1670"
6045
]
6046
},
6047
{
@@ -6091,7 +6091,7 @@
6091
"zh-chs": "單擊確定將驗證郵件發送到:",
6092
"xloc": [
6093
"default-mobile.handlebars->9->75",
6094
- "default.handlebars->27->1213"
6094
+ "default.handlebars->27->1216"
6095
]
6096
},
6097
{
@@ -6126,7 +6126,7 @@
6126
"zh-chs": "客戶端控制模式(CCM)",
6127
"xloc": [
6128
"default-mobile.handlebars->9->359",
6129
- "default.handlebars->27->931"
6129
+ "default.handlebars->27->934"
6130
]
6131
},
6132
{
@@ -6144,8 +6144,8 @@
6144
"zh-chs": "客戶端啟動的遠程訪問",
6145
"fi": "Asiakkaan aloittama etäkäyttö",
6146
"xloc": [
6147
- "default.handlebars->27->1335",
6148
- "default.handlebars->27->1340"
6147
+ "default.handlebars->27->1338",
6148
+ "default.handlebars->27->1343"
6149
]
6150
},
6151
{
@@ -6230,8 +6230,8 @@
6230
"zh-chs": "通用設備組",
6231
"fi": "Yleiset laiteryhmät",
6232
"xloc": [
6233
- "default.handlebars->27->1686",
6234
- "default.handlebars->27->1804"
6233
+ "default.handlebars->27->1689",
6234
+ "default.handlebars->27->1807"
6235
]
6236
},
6237
{
@@ -6249,12 +6249,18 @@
6249
"zh-chs": "通用設備",
6250
"fi": "Yleiset laitteet",
6251
"xloc": [
6252
- "default.handlebars->27->1692",
6253
- "default.handlebars->27->1816"
6252
+ "default.handlebars->27->1695",
6253
+ "default.handlebars->27->1819"
6254
]
6255
},
6256
{
6257
- "cs": "Potvrdit {0} z {1} záznam{2} do tohoto umístění?",
6257
+ "en": "Compressing files...",
6258
+ "xloc": [
6259
+ "default.handlebars->27->850"
6260
+ ]
6261
+ },
6262
+ {
6263
+ "cs": "Potvrdit {0} z {1} záznam{2} do tohoto umístění?",
6264
"de": "Bestätigen Sie das {0} von {1} Einträgen{2} an diesen Ort?",
6265
"en": "Confim {0} of {1} entrie{2} to this location?",
6266
"es": "¿Confirma {0} de {1} entrada {2} a esta ubicación?",
@@ -6268,7 +6274,7 @@
6274
"zh-chs": "將{1}入口{2}中的{0}限製到此位置?",
6275
"xloc": [
6276
"default-mobile.handlebars->9->127",
6271
- "default.handlebars->27->1509"
6277
+ "default.handlebars->27->1512"
6278
]
6279
},
6280
{
@@ -6288,11 +6294,11 @@
6294
"xloc": [
6295
"default-mobile.handlebars->9->276",
6296
"default-mobile.handlebars->9->405",
6291
- "default.handlebars->27->1349",
6292
- "default.handlebars->27->1579",
6293
- "default.handlebars->27->1657",
6294
- "default.handlebars->27->1706",
6295
- "default.handlebars->27->1802",
6297
+ "default.handlebars->27->1352",
6298
+ "default.handlebars->27->1582",
6299
+ "default.handlebars->27->1660",
6300
+ "default.handlebars->27->1709",
6301
+ "default.handlebars->27->1805",
6302
"default.handlebars->27->458",
6303
"default.handlebars->27->743",
6304
"default.handlebars->27->752"
@@ -6313,7 +6319,7 @@
6319
"zh-chs": "確認將1個副本複製到此位置?",
6320
"xloc": [
6321
"default-mobile.handlebars->9->309",
6316
- "default.handlebars->27->864"
6322
+ "default.handlebars->27->867"
6323
]
6324
},
6325
{
@@ -6331,7 +6337,7 @@
6337
"zh-chs": "確認{0}個條目的副本到此位置?",
6338
"xloc": [
6339
"default-mobile.handlebars->9->308",
6334
- "default.handlebars->27->863"
6340
+ "default.handlebars->27->866"
6341
]
6342
},
6343
{
@@ -6345,7 +6351,7 @@
6351
"nl": "Bevestig verwijdering geselecteerde account(s)?",
6352
"zh-chs": "确认删除选定的帐户?",
6353
"xloc": [
6348
- "default.handlebars->27->1578"
6354
+ "default.handlebars->27->1581"
6355
]
6356
},
6357
{
@@ -6376,7 +6382,7 @@
6382
"nl": "Bevestig verwijdering geselecteerde gebruikersgroep(en)?",
6383
"zh-chs": "确认删除选定的用户组?",
6384
"xloc": [
6379
- "default.handlebars->27->1656"
6385
+ "default.handlebars->27->1659"
6386
]
6387
},
6388
{
@@ -6393,7 +6399,7 @@
6399
"ru": "Подтвердить удаление пользователя {0}?",
6400
"zh-chs": "確認刪除用戶{0}?",
6401
"xloc": [
6396
- "default.handlebars->27->1801"
6402
+ "default.handlebars->27->1804"
6403
]
6404
},
6405
{
@@ -6407,7 +6413,7 @@
6413
"nl": "Bevestig lidmaatschap verwijderen van gebruiker \\\"{0}\\\"?",
6414
"zh-chs": "确认删除用户\\“ {0} \\”的成员身份?",
6415
"xloc": [
6410
- "default.handlebars->27->1709"
6416
+ "default.handlebars->27->1712"
6417
]
6418
},
6419
{
@@ -6421,7 +6427,7 @@
6427
"nl": "Bevestig lidmaatschap verwijdering van gebruikergroep \\\"{0}\\\"?",
6428
"zh-chs": "确认删除用户组 “{0}” 的成员身份?",
6429
"xloc": [
6424
- "default.handlebars->27->1831"
6430
+ "default.handlebars->27->1834"
6431
]
6432
},
6433
{
@@ -6439,7 +6445,7 @@
6445
"zh-chs": "確認將1個入口移動到此位置?",
6446
"xloc": [
6447
"default-mobile.handlebars->9->311",
6442
- "default.handlebars->27->866"
6448
+ "default.handlebars->27->869"
6449
]
6450
},
6451
{
@@ -6457,7 +6463,7 @@
6463
"zh-chs": "確認將{0}個條目移到此位置?",
6464
"xloc": [
6465
"default-mobile.handlebars->9->310",
6460
- "default.handlebars->27->865"
6466
+ "default.handlebars->27->868"
6467
]
6468
},
6469
{
@@ -6474,7 +6480,7 @@
6480
"ru": "Подтвердить перезапись?",
6481
"zh-chs": "確認覆蓋?",
6482
"xloc": [
6477
- "default.handlebars->27->1508"
6483
+ "default.handlebars->27->1511"
6484
]
6485
},
6486
{
@@ -6488,8 +6494,8 @@
6494
"nl": "Bevestig verwijdering van toegangsrechten voor apparaat \\\"{0}\\\"?",
6495
"zh-chs": "确认删除设备“ {0} ”的访问权限?",
6496
"xloc": [
6491
- "default.handlebars->27->1699",
6492
- "default.handlebars->27->1822"
6497
+ "default.handlebars->27->1702",
6498
+ "default.handlebars->27->1825"
6499
]
6500
},
6501
{
@@ -6503,8 +6509,8 @@
6509
"nl": "Bevestig verwijdering van toegangsrechten voor apparaatgroep \\\"{0}\\\"?",
6510
"zh-chs": "是否确认删除设备组“ {0}”的访问权限?",
6511
"xloc": [
6506
- "default.handlebars->27->1701",
6507
- "default.handlebars->27->1835"
6512
+ "default.handlebars->27->1704",
6513
+ "default.handlebars->27->1838"
6514
]
6515
},
6516
{
@@ -6518,7 +6524,7 @@
6524
"nl": "Bevestig verwijdering van toegangsrechten voor gebruiker \\\"{0}\\\"?",
6525
"zh-chs": "确认删除用户\\“ {0} \\”的访问权限?",
6526
"xloc": [
6521
- "default.handlebars->27->1824"
6527
+ "default.handlebars->27->1827"
6528
]
6529
},
6530
{
@@ -6532,7 +6538,7 @@
6538
"nl": "Bevestig verwijdering van toegangsrechten voor gebruikergroep \\\"{0}\\\"?",
6539
"zh-chs": "确认删除用户组“ {0}”的访问权限?",
6540
"xloc": [
6535
- "default.handlebars->27->1827"
6541
+ "default.handlebars->27->1830"
6542
]
6543
},
6544
{
@@ -6546,8 +6552,8 @@
6552
"nl": "Verwijdering van toegangsrechten bevestigen?",
6553
"zh-chs": "确认删除访问权限?",
6554
"xloc": [
6549
- "default.handlebars->27->1825",
6550
- "default.handlebars->27->1828"
6555
+ "default.handlebars->27->1828",
6556
+ "default.handlebars->27->1831"
6557
]
6558
},
6559
{
@@ -6565,7 +6571,7 @@
6571
"zh-chs": "確認刪除身份驗證器應用程序兩步登錄?",
6572
"xloc": [
6573
"default-mobile.handlebars->9->74",
6568
- "default.handlebars->27->992"
6574
+ "default.handlebars->27->995"
6575
]
6576
},
6577
{
@@ -6620,7 +6626,7 @@
6626
"nl": "Bevestig de verwijdering van rechten voor gebruiker \\\"{0}\\\"?",
6627
"zh-chs": "确认删除用户“ {0} ”的权限?",
6628
"xloc": [
6623
- "default.handlebars->27->1442"
6629
+ "default.handlebars->27->1445"
6630
]
6631
},
6632
{
@@ -6634,7 +6640,7 @@
6640
"nl": "Bevestig de verwijdering van rechten voor de gebruikergroep \\\"{0}\\\"?",
6641
"zh-chs": "确认删除用户组“ {0} ”的权限?",
6642
"xloc": [
6637
- "default.handlebars->27->1444"
6643
+ "default.handlebars->27->1447"
6644
]
6645
},
6646
{
@@ -6682,7 +6688,7 @@
6688
"default-mobile.handlebars->9->291",
6689
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
6690
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
6685
- "default.handlebars->27->1288",
6691
+ "default.handlebars->27->1291",
6692
"default.handlebars->27->846",
6693
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
6694
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
@@ -6724,8 +6730,8 @@
6730
"ru": "Подключиться к серверу",
6731
"zh-chs": "連接到服務器",
6732
"xloc": [
6727
- "default.handlebars->27->1339",
6728
- "default.handlebars->27->1343"
6733
+ "default.handlebars->27->1342",
6734
+ "default.handlebars->27->1346"
6735
]
6736
},
6737
{
@@ -6798,7 +6804,7 @@
6804
"ru": "Подключено Intel® AMT",
6805
"zh-chs": "連接的英特爾®AMT",
6806
"xloc": [
6801
- "default.handlebars->27->1888"
6807
+ "default.handlebars->27->1891"
6808
]
6809
},
6810
{
@@ -6815,7 +6821,7 @@
6821
"ru": "Подключенные пользователи",
6822
"zh-chs": "關聯用戶",
6823
"xloc": [
6818
- "default.handlebars->27->1893"
6824
+ "default.handlebars->27->1896"
6825
]
6826
},
6827
{
@@ -6833,7 +6839,7 @@
6839
"zh-chs": "現在已連接",
6840
"xloc": [
6841
"default-mobile.handlebars->9->334",
6836
- "default.handlebars->27->896"
6842
+ "default.handlebars->27->899"
6843
]
6844
},
6845
{
@@ -6873,7 +6879,7 @@
6879
"default.handlebars->27->233",
6880
"default.handlebars->27->236",
6881
"default.handlebars->27->262",
6876
- "default.handlebars->27->887",
6882
+ "default.handlebars->27->890",
6883
"default.handlebars->27->9",
6884
"desktop.handlebars->3->2",
6885
"xterm.handlebars->9->2"
@@ -6893,7 +6899,7 @@
6899
"ru": "Подключений ",
6900
"zh-chs": "連接數",
6901
"xloc": [
6896
- "default.handlebars->27->1904"
6902
+ "default.handlebars->27->1907"
6903
]
6904
},
6905
{
@@ -6910,7 +6916,7 @@
6916
"ru": "Ретранслятор подключения",
6917
"zh-chs": "連接繼電器",
6918
"xloc": [
6913
- "default.handlebars->27->1932"
6919
+ "default.handlebars->27->1935"
6920
]
6921
},
6922
{
@@ -6962,7 +6968,7 @@
6968
"zh-chs": "連接性",
6969
"xloc": [
6970
"default-mobile.handlebars->9->244",
6965
- "default.handlebars->27->1477",
6971
+ "default.handlebars->27->1480",
6972
"default.handlebars->27->224",
6973
"default.handlebars->27->603",
6974
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1"
@@ -7039,7 +7045,7 @@
7045
"ru": "Cookie-кодировщик",
7046
"zh-chs": "Cookie編碼器",
7047
"xloc": [
7042
- "default.handlebars->27->1918"
7048
+ "default.handlebars->27->1921"
7049
]
7050
},
7051
{
@@ -7167,8 +7173,8 @@
7173
"zh-chs": "複製鏈接到剪貼板",
7174
"fi": "Kopioi linkki leikepöydälle",
7175
"xloc": [
7170
- "default.handlebars->27->1482",
7171
- "default.handlebars->27->1496",
7176
+ "default.handlebars->27->1485",
7177
+ "default.handlebars->27->1499",
7178
"default.handlebars->27->192",
7179
"default.handlebars->27->363"
7180
]
@@ -7364,7 +7370,7 @@
7370
"ru": "Основной сервер",
7371
"zh-chs": "核心服務器",
7372
"xloc": [
7367
- "default.handlebars->27->1917"
7373
+ "default.handlebars->27->1920"
7374
]
7375
},
7376
{
@@ -7381,7 +7387,7 @@
7387
"ru": "Kорсиканский",
7388
"zh-chs": "科西嘉人",
7389
"xloc": [
7384
- "default.handlebars->27->1043"
7390
+ "default.handlebars->27->1046"
7391
]
7392
},
7393
{
@@ -7399,7 +7405,7 @@
7405
"zh-chs": "創建帳號",
7406
"fi": "Luo käyttäjätunnus",
7407
"xloc": [
7402
- "default.handlebars->27->1626",
7408
+ "default.handlebars->27->1629",
7409
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
7410
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
7411
]
@@ -7435,7 +7441,7 @@
7441
"ru": "Создать группу пользователей",
7442
"zh-chs": "創建用戶組",
7443
"xloc": [
7438
- "default.handlebars->27->1664"
7444
+ "default.handlebars->27->1667"
7445
]
7446
},
7447
{
@@ -7459,7 +7465,7 @@
7465
"ru": "Создайте новую группу устройств, используя параметры ниже.",
7466
"zh-chs": "使用以下選項創建一個新的設備組。",
7467
"xloc": [
7462
- "default.handlebars->27->1236"
7468
+ "default.handlebars->27->1239"
7469
]
7470
},
7471
{
@@ -7493,7 +7499,7 @@
7499
"ru": "Создайте сразу несколько учетных записей, импортировав файл JSON в следующем формате:",
7500
"zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:",
7501
"xloc": [
7496
- "default.handlebars->27->1590"
7502
+ "default.handlebars->27->1593"
7503
]
7504
},
7505
{
@@ -7535,7 +7541,7 @@
7541
"ru": "Создано",
7542
"zh-chs": "創建",
7543
"xloc": [
7538
- "default.handlebars->27->1738"
7544
+ "default.handlebars->27->1741"
7545
]
7546
},
7547
{
@@ -7570,7 +7576,7 @@
7576
"ru": "Кри (Канадский язык)",
7577
"zh-chs": "克里",
7578
"xloc": [
7573
- "default.handlebars->27->1044"
7579
+ "default.handlebars->27->1047"
7580
]
7581
},
7582
{
@@ -7587,7 +7593,7 @@
7593
"ru": "Хорватский",
7594
"zh-chs": "克羅地亞語",
7595
"xloc": [
7590
- "default.handlebars->27->1045"
7596
+ "default.handlebars->27->1048"
7597
]
7598
},
7599
{
@@ -7731,7 +7737,7 @@
7737
"ru": "Чешский",
7738
"zh-chs": "捷克文",
7739
"xloc": [
7734
- "default.handlebars->27->1046"
7740
+ "default.handlebars->27->1049"
7741
]
7742
},
7743
{
@@ -7765,7 +7771,7 @@
7771
"ru": "Датский",
7772
"zh-chs": "丹麥文",
7773
"xloc": [
7768
- "default.handlebars->27->1047"
7774
+ "default.handlebars->27->1050"
7775
]
7776
},
7777
{
@@ -7800,7 +7806,7 @@
7806
"ru": "Дата & Время",
7807
"zh-chs": "日期和時間",
7808
"xloc": [
7803
- "default.handlebars->27->1204"
7809
+ "default.handlebars->27->1207"
7810
]
7811
},
7812
{
@@ -7835,7 +7841,7 @@
7841
"ru": "Деактивировать режим управления клиентом (CCM)",
7842
"zh-chs": "停用客戶端控制模式(CCM)",
7843
"xloc": [
7838
- "default.handlebars->27->1327"
7844
+ "default.handlebars->27->1330"
7845
]
7846
},
7847
{
@@ -7861,10 +7867,10 @@
7867
"nl": "Standaard",
7868
"es": "Por defecto",
7869
"xloc": [
7864
- "default.handlebars->27->1613",
7865
- "default.handlebars->27->1660",
7866
- "default.handlebars->27->1671",
7867
- "default.handlebars->27->1727"
7870
+ "default.handlebars->27->1616",
7871
+ "default.handlebars->27->1663",
7872
+ "default.handlebars->27->1674",
7873
+ "default.handlebars->27->1730"
7874
]
7875
},
7876
{
@@ -7886,9 +7892,9 @@
7892
"default-mobile.handlebars->9->301",
7893
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
7894
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
7889
- "default.handlebars->27->1503",
7895
+ "default.handlebars->27->1506",
7896
"default.handlebars->27->507",
7891
- "default.handlebars->27->856",
7897
+ "default.handlebars->27->858",
7898
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
7899
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
7900
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
@@ -7914,7 +7920,7 @@
7920
"fi": "Poista Tili",
7921
"xloc": [
7922
"default-mobile.handlebars->9->84",
7917
- "default.handlebars->27->1221"
7923
+ "default.handlebars->27->1224"
7924
]
7925
},
7926
{
@@ -7928,7 +7934,7 @@
7934
"nl": "Verwijder accounts",
7935
"zh-chs": "删除帐号",
7936
"xloc": [
7931
- "default.handlebars->27->1580"
7937
+ "default.handlebars->27->1583"
7938
]
7939
},
7940
{
@@ -7966,8 +7972,8 @@
7972
"xloc": [
7973
"default-mobile.handlebars->9->403",
7974
"default-mobile.handlebars->9->406",
7969
- "default.handlebars->27->1320",
7970
- "default.handlebars->27->1350"
7975
+ "default.handlebars->27->1323",
7976
+ "default.handlebars->27->1353"
7977
]
7978
},
7979
{
@@ -8020,7 +8026,7 @@
8026
"zh-chs": "刪除用戶",
8027
"fi": "Poista Käyttäjä",
8028
"xloc": [
8023
- "default.handlebars->27->1777"
8029
+ "default.handlebars->27->1780"
8030
]
8031
},
8032
{
@@ -8038,8 +8044,8 @@
8044
"zh-chs": "刪除用戶組",
8045
"fi": "Poista käyttäjäryhmä",
8046
"xloc": [
8041
- "default.handlebars->27->1697",
8042
- "default.handlebars->27->1707"
8047
+ "default.handlebars->27->1700",
8048
+ "default.handlebars->27->1710"
8049
]
8050
},
8051
{
@@ -8053,7 +8059,7 @@
8059
"nl": "Gebruikersgroepen verwijderen",
8060
"zh-chs": "删除用户组",
8061
"xloc": [
8056
- "default.handlebars->27->1658"
8062
+ "default.handlebars->27->1661"
8063
]
8064
},
8065
{
@@ -8070,7 +8076,7 @@
8076
"ru": "Удалить пользователя {0}",
8077
"zh-chs": "刪除用戶{0}",
8078
"xloc": [
8073
- "default.handlebars->27->1800"
8079
+ "default.handlebars->27->1803"
8080
]
8081
},
8082
{
@@ -8089,7 +8095,7 @@
8095
"fi": "Poista tili",
8096
"xloc": [
8097
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0",
8092
- "default.handlebars->27->1576",
8098
+ "default.handlebars->27->1579",
8099
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
8100
]
8101
},
@@ -8122,7 +8128,7 @@
8128
"nl": "Verwijder groep",
8129
"zh-chs": "删除群组",
8130
"xloc": [
8125
- "default.handlebars->27->1654"
8131
+ "default.handlebars->27->1657"
8132
]
8133
},
8134
{
@@ -8158,8 +8164,8 @@
8164
"xloc": [
8165
"default-mobile.handlebars->9->124",
8166
"default-mobile.handlebars->9->303",
8161
- "default.handlebars->27->1505",
8162
- "default.handlebars->27->858"
8167
+ "default.handlebars->27->1508",
8168
+ "default.handlebars->27->860"
8169
]
8170
},
8171
{
@@ -8176,7 +8182,7 @@
8182
"ru": "Удалить группу пользователей {0}?",
8183
"zh-chs": "刪除用戶組{0}?",
8184
"xloc": [
8179
- "default.handlebars->27->1705"
8185
+ "default.handlebars->27->1708"
8186
]
8187
},
8188
{
@@ -8195,8 +8201,8 @@
8201
"xloc": [
8202
"default-mobile.handlebars->9->123",
8203
"default-mobile.handlebars->9->302",
8198
- "default.handlebars->27->1504",
8199
- "default.handlebars->27->857"
8204
+ "default.handlebars->27->1507",
8205
+ "default.handlebars->27->859"
8206
]
8207
},
8208
{
@@ -8312,19 +8318,19 @@
8318
"default-mobile.handlebars->9->340",
8319
"default-mobile.handlebars->9->395",
8320
"default-mobile.handlebars->9->408",
8315
- "default.handlebars->27->1241",
8316
- "default.handlebars->27->1269",
8317
- "default.handlebars->27->1352",
8318
- "default.handlebars->27->1663",
8319
- "default.handlebars->27->1673",
8320
- "default.handlebars->27->1674",
8321
- "default.handlebars->27->1703",
8321
+ "default.handlebars->27->1244",
8322
+ "default.handlebars->27->1272",
8323
+ "default.handlebars->27->1355",
8324
+ "default.handlebars->27->1666",
8325
+ "default.handlebars->27->1676",
8326
+ "default.handlebars->27->1677",
8327
+ "default.handlebars->27->1706",
8328
"default.handlebars->27->548",
8329
"default.handlebars->27->549",
8330
"default.handlebars->27->77",
8331
"default.handlebars->27->786",
8326
- "default.handlebars->27->902",
8327
- "default.handlebars->27->912",
8332
+ "default.handlebars->27->905",
8333
+ "default.handlebars->27->915",
8334
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
8335
]
8336
},
@@ -8358,8 +8364,8 @@
8364
"fi": "Työpöytä",
8365
"xloc": [
8366
"default-mobile.handlebars->9->256",
8361
- "default.handlebars->27->1357",
8362
- "default.handlebars->27->1847",
8367
+ "default.handlebars->27->1360",
8368
+ "default.handlebars->27->1850",
8369
"default.handlebars->27->513",
8370
"default.handlebars->27->831",
8371
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -8400,8 +8406,8 @@
8406
"zh-chs": "桌面通知",
8407
"fi": "Työpöytä ilmoitus",
8408
"xloc": [
8403
- "default.handlebars->27->1279",
8404
- "default.handlebars->27->1753",
8409
+ "default.handlebars->27->1282",
8410
+ "default.handlebars->27->1756",
8411
"default.handlebars->27->584"
8412
]
8413
},
@@ -8419,8 +8425,8 @@
8425
"ru": "Запрос рабочего стола",
8426
"zh-chs": "桌面提示",
8427
"xloc": [
8422
- "default.handlebars->27->1278",
8423
- "default.handlebars->27->1752",
8428
+ "default.handlebars->27->1281",
8429
+ "default.handlebars->27->1755",
8430
"default.handlebars->27->583"
8431
]
8432
},
@@ -8438,8 +8444,8 @@
8444
"ru": "Запрос рабочего стола + панель инструментов",
8445
"zh-chs": "桌面提示+工具欄",
8446
"xloc": [
8441
- "default.handlebars->27->1276",
8442
- "default.handlebars->27->1750",
8447
+ "default.handlebars->27->1279",
8448
+ "default.handlebars->27->1753",
8449
"default.handlebars->27->581"
8450
]
8451
},
@@ -8472,8 +8478,8 @@
8478
"ru": "Панель инструментов рабочего стола",
8479
"zh-chs": "桌面工具欄",
8480
"xloc": [
8475
- "default.handlebars->27->1277",
8476
- "default.handlebars->27->1751",
8481
+ "default.handlebars->27->1280",
8482
+ "default.handlebars->27->1754",
8483
"default.handlebars->27->582"
8484
]
8485
},
@@ -8556,8 +8562,8 @@
8562
"zh-chs": "設備",
8563
"fi": "Laite",
8564
"xloc": [
8559
- "default.handlebars->27->1379",
8560
- "default.handlebars->27->1819",
8565
+ "default.handlebars->27->1382",
8566
+ "default.handlebars->27->1822",
8567
"default.handlebars->27->183",
8568
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
8569
]
@@ -8596,14 +8602,14 @@
8602
"zh-chs": "設備組",
8603
"fi": "Laiteryhmä",
8604
"xloc": [
8599
- "default.handlebars->27->1374",
8605
"default.handlebars->27->1377",
8601
- "default.handlebars->27->1378",
8602
- "default.handlebars->27->1527",
8603
- "default.handlebars->27->1689",
8604
- "default.handlebars->27->1695",
8605
- "default.handlebars->27->1807",
8606
- "default.handlebars->27->1856"
8606
+ "default.handlebars->27->1380",
8607
+ "default.handlebars->27->1381",
8608
+ "default.handlebars->27->1530",
8609
+ "default.handlebars->27->1692",
8610
+ "default.handlebars->27->1698",
8611
+ "default.handlebars->27->1810",
8612
+ "default.handlebars->27->1859"
8613
]
8614
},
8615
{
@@ -8621,7 +8627,7 @@
8627
"zh-chs": "設備組用戶",
8628
"xloc": [
8629
"default-mobile.handlebars->9->450",
8624
- "default.handlebars->27->1440"
8630
+ "default.handlebars->27->1443"
8631
]
8632
},
8633
{
@@ -8640,11 +8646,11 @@
8646
"fi": "Laiteryhmät",
8647
"xloc": [
8648
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3",
8643
- "default.handlebars->27->1543",
8644
- "default.handlebars->27->1648",
8645
- "default.handlebars->27->1676",
8646
- "default.handlebars->27->1747",
8647
- "default.handlebars->27->1891",
8649
+ "default.handlebars->27->1546",
8650
+ "default.handlebars->27->1651",
8651
+ "default.handlebars->27->1679",
8652
+ "default.handlebars->27->1750",
8653
+ "default.handlebars->27->1894",
8654
"default.handlebars->container->column_l->p2->p2info->7"
8655
]
8656
},
@@ -8707,7 +8713,7 @@
8713
"zh-chs": "設備名稱",
8714
"xloc": [
8715
"default-mobile.handlebars->9->278",
8710
- "default.handlebars->27->1855",
8716
+ "default.handlebars->27->1858",
8717
"default.handlebars->27->280",
8718
"default.handlebars->27->784",
8719
"player.handlebars->3->9"
@@ -8761,8 +8767,8 @@
8767
"ru": "Подключения устройств.",
8768
"zh-chs": "設備連接。",
8769
"xloc": [
8764
- "default.handlebars->27->1209",
8765
- "default.handlebars->27->1461"
8770
+ "default.handlebars->27->1212",
8771
+ "default.handlebars->27->1464"
8772
]
8773
},
8774
{
@@ -8779,8 +8785,8 @@
8785
"ru": "Отключения устройств.",
8786
"zh-chs": "設備斷開連接。",
8787
"xloc": [
8782
- "default.handlebars->27->1210",
8783
- "default.handlebars->27->1462"
8788
+ "default.handlebars->27->1213",
8789
+ "default.handlebars->27->1465"
8790
]
8791
},
8792
{
@@ -9112,8 +9118,8 @@
9118
"zh-chs": "设备",
9119
"fi": "Laitteet",
9120
"xloc": [
9115
- "default.handlebars->27->1649",
9116
- "default.handlebars->27->1677"
9121
+ "default.handlebars->27->1652",
9122
+ "default.handlebars->27->1680"
9123
]
9124
},
9125
{
@@ -9149,7 +9155,7 @@
9155
"xloc": [
9156
"default-mobile.handlebars->9->292",
9157
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
9152
- "default.handlebars->27->1289",
9158
+ "default.handlebars->27->1292",
9159
"default.handlebars->27->847",
9160
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
9161
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
@@ -9253,7 +9259,7 @@
9259
"ru": "Отобразить имя группы устройств",
9260
"zh-chs": "顯示設備組名稱",
9261
"xloc": [
9256
- "default.handlebars->27->1208"
9262
+ "default.handlebars->27->1211"
9263
]
9264
},
9265
{
@@ -9286,7 +9292,7 @@
9292
"ru": "Показать публичную ссылку",
9293
"zh-chs": "显示公共链接",
9294
"xloc": [
9289
- "default.handlebars->27->1481"
9295
+ "default.handlebars->27->1484"
9296
]
9297
},
9298
{
@@ -9303,7 +9309,7 @@
9309
"ru": "Ничего не делать",
9310
"zh-chs": "沒做什麼",
9311
"xloc": [
9306
- "default.handlebars->27->1333"
9312
+ "default.handlebars->27->1336"
9313
]
9314
},
9315
{
@@ -9311,10 +9317,10 @@
9317
"nl": "Domein",
9318
"es": "Dominio",
9319
"xloc": [
9314
- "default.handlebars->27->1614",
9315
- "default.handlebars->27->1661",
9316
- "default.handlebars->27->1670",
9317
- "default.handlebars->27->1726",
9320
+ "default.handlebars->27->1617",
9321
+ "default.handlebars->27->1664",
9322
+ "default.handlebars->27->1673",
9323
+ "default.handlebars->27->1729",
9324
"mstsc.handlebars->main->1->3->1->2->1->0",
9325
"mstsc.handlebars->main->1->3->1->2->3"
9326
]
@@ -9329,8 +9335,8 @@
9335
"nl": "Niet configureren",
9336
"zh-chs": "不要配置",
9337
"xloc": [
9332
- "default.handlebars->27->1337",
9333
- "default.handlebars->27->1342"
9338
+ "default.handlebars->27->1340",
9339
+ "default.handlebars->27->1345"
9340
]
9341
},
9342
{
@@ -9343,7 +9349,7 @@
9349
"nl": "Maak geen verbinding met de server",
9350
"zh-chs": "不要连接到服务器",
9351
"xloc": [
9346
- "default.handlebars->27->1338"
9352
+ "default.handlebars->27->1341"
9353
]
9354
},
9355
{
@@ -9444,7 +9450,7 @@
9450
"zh-chs": "下載文件",
9451
"xloc": [
9452
"default-mobile.handlebars->9->322",
9447
- "default.handlebars->27->876"
9453
+ "default.handlebars->27->879"
9454
]
9455
},
9456
{
@@ -9521,7 +9527,7 @@
9527
"nl": "Rapport downloaden",
9528
"es": "Descargar reporte",
9529
"xloc": [
9524
- "default.handlebars->27->1532",
9530
+ "default.handlebars->27->1535",
9531
"default.handlebars->container->column_l->p3->3->1->0->3"
9532
]
9533
},
@@ -9676,7 +9682,7 @@
9682
"ru": "Скачать список событий в одном из форматов ниже.",
9683
"zh-chs": "使用以下一種文件格式下載事件列表。",
9684
"xloc": [
9679
- "default.handlebars->27->1533"
9685
+ "default.handlebars->27->1536"
9686
]
9687
},
9688
{
@@ -9693,7 +9699,7 @@
9699
"ru": "Скачать список пользователей в одном из форматов ниже.",
9700
"zh-chs": "使用以下一種文件格式下載用戶列表。",
9701
"xloc": [
9696
- "default.handlebars->27->1598"
9702
+ "default.handlebars->27->1601"
9703
]
9704
},
9705
{
@@ -9776,7 +9782,7 @@
9782
"nl": "Dubbele agent",
9783
"zh-chs": "代理重复",
9784
"xloc": [
9779
- "default.handlebars->27->1887"
9785
+ "default.handlebars->27->1890"
9786
]
9787
},
9788
{
@@ -9810,7 +9816,7 @@
9816
"ru": "Скопировать группу пользователей",
9817
"zh-chs": "重複的用戶組",
9818
"xloc": [
9813
- "default.handlebars->27->1665"
9819
+ "default.handlebars->27->1668"
9820
]
9821
},
9822
{
@@ -9841,8 +9847,8 @@
9847
"ru": "Длительность",
9848
"zh-chs": "持續時間",
9849
"xloc": [
9844
- "default.handlebars->27->1841",
9845
- "default.handlebars->27->1861",
9850
+ "default.handlebars->27->1844",
9851
+ "default.handlebars->27->1864",
9852
"player.handlebars->3->2"
9853
]
9854
},
@@ -9860,7 +9866,7 @@
9866
"ru": "Во время активации агент будет иметь доступ к паролю администратора.",
9867
"zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。",
9868
"xloc": [
9863
- "default.handlebars->27->1347"
9869
+ "default.handlebars->27->1350"
9870
]
9871
},
9872
{
@@ -9877,7 +9883,7 @@
9883
"ru": "Голландский (Бельгийский)",
9884
"zh-chs": "荷蘭語(比利時)",
9885
"xloc": [
9880
- "default.handlebars->27->1049"
9886
+ "default.handlebars->27->1052"
9887
]
9888
},
9889
{
@@ -9894,7 +9900,7 @@
9900
"ru": "Голландский (Стандартный)",
9901
"zh-chs": "荷蘭語(標準)",
9902
"xloc": [
9897
- "default.handlebars->27->1048"
9903
+ "default.handlebars->27->1051"
9904
]
9905
},
9906
{
@@ -10109,10 +10115,10 @@
10115
"default-mobile.handlebars->9->409",
10116
"default-mobile.handlebars->9->411",
10117
"default-mobile.handlebars->9->429",
10112
- "default.handlebars->27->1353",
10113
- "default.handlebars->27->1383",
10114
- "default.handlebars->27->1406",
10115
- "default.handlebars->27->1418"
10118
+ "default.handlebars->27->1356",
10119
+ "default.handlebars->27->1386",
10120
+ "default.handlebars->27->1409",
10121
+ "default.handlebars->27->1421"
10122
]
10123
},
10124
{
@@ -10129,7 +10135,7 @@
10135
"ru": "Редактировать функции группы устройств",
10136
"zh-chs": "編輯設備組功能",
10137
"xloc": [
10132
- "default.handlebars->27->1369"
10138
+ "default.handlebars->27->1372"
10139
]
10140
},
10141
{
@@ -10146,8 +10152,8 @@
10152
"ru": "Редактировать права группы устройств",
10153
"zh-chs": "編輯設備組權限",
10154
"xloc": [
10149
- "default.handlebars->27->1403",
10150
- "default.handlebars->27->1415"
10155
+ "default.handlebars->27->1406",
10156
+ "default.handlebars->27->1418"
10157
]
10158
},
10159
{
@@ -10164,7 +10170,7 @@
10170
"ru": "Редактировать согласие пользователя группы устройств",
10171
"zh-chs": "編輯設備組用戶同意",
10172
"xloc": [
10167
- "default.handlebars->27->1354"
10173
+ "default.handlebars->27->1357"
10174
]
10175
},
10176
{
@@ -10182,7 +10188,7 @@
10188
"zh-chs": "編輯設備說明",
10189
"xloc": [
10190
"default-mobile.handlebars->9->423",
10185
- "default.handlebars->27->1396"
10191
+ "default.handlebars->27->1399"
10192
]
10193
},
10194
{
@@ -10198,8 +10204,8 @@
10204
"ru": "Изменить разрешения устройства",
10205
"zh-chs": "编辑设备权限",
10206
"xloc": [
10201
- "default.handlebars->27->1408",
10202
- "default.handlebars->27->1410"
10207
+ "default.handlebars->27->1411",
10208
+ "default.handlebars->27->1413"
10209
]
10210
},
10211
{
@@ -10221,7 +10227,7 @@
10227
"nl": "Gebruikerstoestemming apparaat bewerken",
10228
"zh-chs": "编辑设备用户同意",
10229
"xloc": [
10224
- "default.handlebars->27->1356"
10230
+ "default.handlebars->27->1359"
10231
]
10232
},
10233
{
@@ -10276,7 +10282,7 @@
10282
"fi": "Muokkaa muistiinpanoja",
10283
"xloc": [
10284
"default-mobile.handlebars->9->436",
10279
- "default.handlebars->27->1425"
10285
+ "default.handlebars->27->1428"
10286
]
10287
},
10288
{
@@ -10290,7 +10296,7 @@
10296
"nl": "Gebruikerstoestemming bewerken",
10297
"zh-chs": "编辑用户同意",
10298
"xloc": [
10293
- "default.handlebars->27->1355"
10299
+ "default.handlebars->27->1358"
10300
]
10301
},
10302
{
@@ -10307,7 +10313,7 @@
10313
"ru": "Редактировать права пользователя для группы устройств",
10314
"zh-chs": "編輯用戶設備組權限",
10315
"xloc": [
10310
- "default.handlebars->27->1416"
10316
+ "default.handlebars->27->1419"
10317
]
10318
},
10319
{
@@ -10323,7 +10329,7 @@
10329
"ru": "Изменить разрешения для пользовательских устройств",
10330
"zh-chs": "编辑用户设备权限",
10331
"xloc": [
10326
- "default.handlebars->27->1411"
10332
+ "default.handlebars->27->1414"
10333
]
10334
},
10335
{
@@ -10340,7 +10346,7 @@
10346
"ru": "Редактировать группу пользователей",
10347
"zh-chs": "編輯用戶組",
10348
"xloc": [
10343
- "default.handlebars->27->1704"
10349
+ "default.handlebars->27->1707"
10350
]
10351
},
10352
{
@@ -10354,7 +10360,7 @@
10360
"nl": "Gebruikersmachtigingen voor apparaatgroep bewerken",
10361
"zh-chs": "编辑用户组设备权限",
10362
"xloc": [
10357
- "default.handlebars->27->1413"
10363
+ "default.handlebars->27->1416"
10364
]
10365
},
10366
{
@@ -10399,11 +10405,11 @@
10405
"fi": "Sähköposti",
10406
"xloc": [
10407
"default-mobile.handlebars->9->78",
10402
- "default.handlebars->27->1616",
10403
- "default.handlebars->27->1730",
10404
- "default.handlebars->27->1732",
10405
- "default.handlebars->27->1772",
10406
- "default.handlebars->27->1788",
10408
+ "default.handlebars->27->1619",
10409
+ "default.handlebars->27->1733",
10410
+ "default.handlebars->27->1735",
10411
+ "default.handlebars->27->1775",
10412
+ "default.handlebars->27->1791",
10413
"default.handlebars->27->330",
10414
"login-mobile.handlebars->5->42",
10415
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -10426,7 +10432,7 @@
10432
"zh-chs": "電郵地址變更",
10433
"xloc": [
10434
"default-mobile.handlebars->9->79",
10429
- "default.handlebars->27->1217"
10435
+ "default.handlebars->27->1220"
10436
]
10437
},
10438
{
@@ -10444,7 +10450,7 @@
10450
"zh-chs": "郵件認證",
10451
"xloc": [
10452
"default-mobile.handlebars->9->68",
10447
- "default.handlebars->27->986"
10453
+ "default.handlebars->27->989"
10454
]
10455
},
10456
{
@@ -10489,7 +10495,7 @@
10495
"zh-chs": "電子郵件驗證",
10496
"xloc": [
10497
"default-mobile.handlebars->9->77",
10492
- "default.handlebars->27->1215"
10498
+ "default.handlebars->27->1218"
10499
]
10500
},
10501
{
@@ -10519,7 +10525,7 @@
10525
"ru": "Электронная почта не подтверждена",
10526
"zh-chs": "邮件未验证",
10527
"xloc": [
10522
- "default.handlebars->27->1562"
10528
+ "default.handlebars->27->1565"
10529
]
10530
},
10531
{
@@ -10536,8 +10542,8 @@
10542
"ru": "Email подтвержден",
10543
"zh-chs": "電子郵件已驗證",
10544
"xloc": [
10539
- "default.handlebars->27->1563",
10540
- "default.handlebars->27->1724"
10545
+ "default.handlebars->27->1566",
10546
+ "default.handlebars->27->1727"
10547
]
10548
},
10549
{
@@ -10554,7 +10560,7 @@
10560
"ru": "Email подтвержден.",
10561
"zh-chs": "電子郵件已驗證。",
10562
"xloc": [
10557
- "default.handlebars->27->1622"
10563
+ "default.handlebars->27->1625"
10564
]
10565
},
10566
{
@@ -10571,7 +10577,7 @@
10577
"ru": "Email не подтвержден",
10578
"zh-chs": "電子郵件未驗證",
10579
"xloc": [
10574
- "default.handlebars->27->1725"
10580
+ "default.handlebars->27->1728"
10581
]
10582
},
10583
{
@@ -10611,7 +10617,7 @@
10617
"nl": "E-mail geverifieerd en geforceerd opnieuw instellen van wachtwoord vereist.",
10618
"es": "Se requiere restablecimiento de contraseña verificado y forzado por correo electrónico.",
10619
"xloc": [
10614
- "default.handlebars->27->1623"
10620
+ "default.handlebars->27->1626"
10621
]
10622
},
10623
{
@@ -10624,7 +10630,7 @@
10630
"nl": "Email/SMS verkeer",
10631
"zh-chs": "电子邮件/短信流量",
10632
"xloc": [
10627
- "default.handlebars->27->1926"
10633
+ "default.handlebars->27->1929"
10634
]
10635
},
10636
{
@@ -10664,7 +10670,7 @@
10670
"ru": "Включить коды приглашения",
10671
"zh-chs": "啟用邀請代碼",
10672
"xloc": [
10667
- "default.handlebars->27->1446"
10673
+ "default.handlebars->27->1449"
10674
]
10675
},
10676
{
@@ -10699,7 +10705,7 @@
10705
"zh-chs": "啟用電子郵件兩因素驗證。",
10706
"xloc": [
10707
"default-mobile.handlebars->9->70",
10702
- "default.handlebars->27->988"
10708
+ "default.handlebars->27->991"
10709
]
10710
},
10711
{
@@ -10724,7 +10730,7 @@
10730
"nl": "Ingeschakeld",
10731
"es": "Habilitado",
10732
"xloc": [
10727
- "default.handlebars->27->1863"
10733
+ "default.handlebars->27->1866"
10734
]
10735
},
10736
{
@@ -10750,7 +10756,7 @@
10756
"fi": "päättymisaika",
10757
"es": "Tiempo de finalización",
10758
"xloc": [
10753
- "default.handlebars->27->1860"
10759
+ "default.handlebars->27->1863"
10760
]
10761
},
10762
{
@@ -10768,7 +10774,7 @@
10774
"zh-chs": "英語",
10775
"fi": "Englanti",
10776
"xloc": [
10771
- "default.handlebars->27->1050"
10777
+ "default.handlebars->27->1053"
10778
]
10779
},
10780
{
@@ -10786,7 +10792,7 @@
10792
"zh-chs": "英文(澳洲)",
10793
"fi": "Englanti (Australia)",
10794
"xloc": [
10789
- "default.handlebars->27->1051"
10795
+ "default.handlebars->27->1054"
10796
]
10797
},
10798
{
@@ -10803,7 +10809,7 @@
10809
"ru": "Английский (Белиз)",
10810
"zh-chs": "英語(伯利茲)",
10811
"xloc": [
10806
- "default.handlebars->27->1052"
10812
+ "default.handlebars->27->1055"
10813
]
10814
},
10815
{
@@ -10820,7 +10826,7 @@
10826
"ru": "Английский (Канада)",
10827
"zh-chs": "英文(加拿大)",
10828
"xloc": [
10823
- "default.handlebars->27->1053"
10829
+ "default.handlebars->27->1056"
10830
]
10831
},
10832
{
@@ -10837,7 +10843,7 @@
10843
"ru": "Английский (Ирландия)",
10844
"zh-chs": "英文(愛爾蘭)",
10845
"xloc": [
10840
- "default.handlebars->27->1054"
10846
+ "default.handlebars->27->1057"
10847
]
10848
},
10849
{
@@ -10854,7 +10860,7 @@
10860
"ru": "Английский (Ямайка)",
10861
"zh-chs": "英文(牙買加)",
10862
"xloc": [
10857
- "default.handlebars->27->1055"
10863
+ "default.handlebars->27->1058"
10864
]
10865
},
10866
{
@@ -10871,7 +10877,7 @@
10877
"ru": "Английский (Новая Зеландия)",
10878
"zh-chs": "英文(紐西蘭)",
10879
"xloc": [
10874
- "default.handlebars->27->1056"
10880
+ "default.handlebars->27->1059"
10881
]
10882
},
10883
{
@@ -10888,7 +10894,7 @@
10894
"ru": "Английский (Филиппины)",
10895
"zh-chs": "英文(菲律賓)",
10896
"xloc": [
10891
- "default.handlebars->27->1057"
10897
+ "default.handlebars->27->1060"
10898
]
10899
},
10900
{
@@ -10905,7 +10911,7 @@
10911
"ru": "Английский (Южная Африка)",
10912
"zh-chs": "英語(南非)",
10913
"xloc": [
10908
- "default.handlebars->27->1058"
10914
+ "default.handlebars->27->1061"
10915
]
10916
},
10917
{
@@ -10922,7 +10928,7 @@
10928
"ru": "Английский (Тринидад и Тобаго)",
10929
"zh-chs": "英文(特立尼達和多巴哥)",
10930
"xloc": [
10925
- "default.handlebars->27->1059"
10931
+ "default.handlebars->27->1062"
10932
]
10933
},
10934
{
@@ -10939,7 +10945,7 @@
10945
"ru": "Английский (Великобритания)",
10946
"zh-chs": "英文(英國)",
10947
"xloc": [
10942
- "default.handlebars->27->1060"
10948
+ "default.handlebars->27->1063"
10949
]
10950
},
10951
{
@@ -10956,7 +10962,7 @@
10962
"ru": "Английский (Соединенные Штаты)",
10963
"zh-chs": "美國英語)",
10964
"xloc": [
10959
- "default.handlebars->27->1061"
10965
+ "default.handlebars->27->1064"
10966
]
10967
},
10968
{
@@ -10973,7 +10979,7 @@
10979
"ru": "Английский (Зимбабве)",
10980
"zh-chs": "英文(津巴布韋)",
10981
"xloc": [
10976
- "default.handlebars->27->1062"
10982
+ "default.handlebars->27->1065"
10983
]
10984
},
10985
{
@@ -10990,8 +10996,8 @@
10996
"ru": "Ввод",
10997
"zh-chs": "輸入",
10998
"xloc": [
10993
- "default.handlebars->27->1243",
10994
- "default.handlebars->27->1244"
10999
+ "default.handlebars->27->1246",
11000
+ "default.handlebars->27->1247"
11001
]
11002
},
11003
{
@@ -11008,7 +11014,7 @@
11014
"ru": "Введите разделенный запятыми список имен административных областей.",
11015
"zh-chs": "輸入管理領域名稱的逗號分隔列表。",
11016
"xloc": [
11011
- "default.handlebars->27->1627"
11017
+ "default.handlebars->27->1630"
11018
]
11019
},
11020
{
@@ -11091,7 +11097,7 @@
11097
"nl": "Voer uw telefoonnummer in dat geschikt is voor SMS. Na verificatie kan het nummer worden gebruikt voor inlogverificatie en andere meldingen.",
11098
"zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。",
11099
"xloc": [
11094
- "default.handlebars->27->983"
11100
+ "default.handlebars->27->986"
11101
]
11102
},
11103
{
@@ -11142,7 +11148,7 @@
11148
"ru": "Эсперанто",
11149
"zh-chs": "世界語",
11150
"xloc": [
11145
- "default.handlebars->27->1063"
11151
+ "default.handlebars->27->1066"
11152
]
11153
},
11154
{
@@ -11159,7 +11165,7 @@
11165
"ru": "Эстонский",
11166
"zh-chs": "愛沙尼亞語",
11167
"xloc": [
11162
- "default.handlebars->27->1064"
11168
+ "default.handlebars->27->1067"
11169
]
11170
},
11171
{
@@ -11177,7 +11183,7 @@
11183
"zh-chs": "活動詳情",
11184
"fi": "Tapahtuman lisätiedot",
11185
"xloc": [
11180
- "default.handlebars->27->889"
11186
+ "default.handlebars->27->892"
11187
]
11188
},
11189
{
@@ -11194,7 +11200,7 @@
11200
"ru": "Экспорт списка событий",
11201
"zh-chs": "活動列表導出",
11202
"xloc": [
11197
- "default.handlebars->27->1538"
11203
+ "default.handlebars->27->1541"
11204
]
11205
},
11206
{
@@ -11332,7 +11338,7 @@
11338
"ru": "Внешний",
11339
"zh-chs": "外部",
11340
"xloc": [
11335
- "default.handlebars->27->1911"
11341
+ "default.handlebars->27->1914"
11342
]
11343
},
11344
{
@@ -11357,7 +11363,7 @@
11363
"ru": "Mакедонский (БЮР)",
11364
"zh-chs": "FYRO馬其頓語",
11365
"xloc": [
11360
- "default.handlebars->27->1114"
11366
+ "default.handlebars->27->1117"
11367
]
11368
},
11369
{
@@ -11374,7 +11380,7 @@
11380
"ru": "Фарерский",
11381
"zh-chs": "法羅語",
11382
"xloc": [
11377
- "default.handlebars->27->1065"
11383
+ "default.handlebars->27->1068"
11384
]
11385
},
11386
{
@@ -11422,7 +11428,7 @@
11428
"ru": "Фарси (Персидский)",
11429
"zh-chs": "波斯語(波斯語)",
11430
"xloc": [
11425
- "default.handlebars->27->1066"
11431
+ "default.handlebars->27->1069"
11432
]
11433
},
11434
{
@@ -11458,7 +11464,7 @@
11464
"ru": "Функции",
11465
"zh-chs": "特徵",
11466
"xloc": [
11461
- "default.handlebars->27->1275"
11467
+ "default.handlebars->27->1278"
11468
]
11469
},
11470
{
@@ -11475,7 +11481,7 @@
11481
"ru": "Фиджи",
11482
"zh-chs": "斐濟",
11483
"xloc": [
11478
- "default.handlebars->27->1067"
11484
+ "default.handlebars->27->1070"
11485
]
11486
},
11487
{
@@ -11494,7 +11500,13 @@
11500
"xloc": [
11501
"default-mobile.handlebars->9->306",
11502
"default.handlebars->27->505",
11497
- "default.handlebars->27->861"
11503
+ "default.handlebars->27->863"
11504
+ ]
11505
+ },
11506
+ {
11507
+ "en": "File Operation",
11508
+ "xloc": [
11509
+ "default.handlebars->27->849"
11510
]
11511
},
11512
{
@@ -11547,8 +11559,8 @@
11559
"xloc": [
11560
"default-mobile.handlebars->9->167",
11561
"default-mobile.handlebars->9->257",
11550
- "default.handlebars->27->1364",
11551
- "default.handlebars->27->1848",
11562
+ "default.handlebars->27->1367",
11563
+ "default.handlebars->27->1851",
11564
"default.handlebars->27->247",
11565
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
11566
"default.handlebars->contextMenu->cxfiles"
@@ -11585,8 +11597,8 @@
11597
"ru": "Уведомление файлов",
11598
"zh-chs": "文件通知",
11599
"xloc": [
11588
- "default.handlebars->27->1283",
11589
- "default.handlebars->27->1757",
11600
+ "default.handlebars->27->1286",
11601
+ "default.handlebars->27->1760",
11602
"default.handlebars->27->588"
11603
]
11604
},
@@ -11604,8 +11616,8 @@
11616
"ru": "Запрос файлов",
11617
"zh-chs": "文件提示",
11618
"xloc": [
11607
- "default.handlebars->27->1282",
11608
- "default.handlebars->27->1756",
11619
+ "default.handlebars->27->1285",
11620
+ "default.handlebars->27->1759",
11621
"default.handlebars->27->587"
11622
]
11623
},
@@ -11644,7 +11656,7 @@
11656
"zh-chs": "芬蘭",
11657
"fi": "Suomalainen",
11658
"xloc": [
11647
- "default.handlebars->27->1068"
11659
+ "default.handlebars->27->1071"
11660
]
11661
},
11662
{
@@ -11768,8 +11780,8 @@
11780
"ru": "Принудительно сбросить пароль при следующем входе в систему.",
11781
"zh-chs": "下次登錄時強制重置密碼。",
11782
"xloc": [
11771
- "default.handlebars->27->1621",
11772
- "default.handlebars->27->1797"
11783
+ "default.handlebars->27->1624",
11784
+ "default.handlebars->27->1800"
11785
]
11786
},
11787
{
@@ -11829,7 +11841,7 @@
11841
"nl": "Formaat",
11842
"es": "Formato",
11843
"xloc": [
11832
- "default.handlebars->27->1529"
11844
+ "default.handlebars->27->1532"
11845
]
11846
},
11847
{
@@ -11864,8 +11876,8 @@
11876
"ru": "Свободно",
11877
"zh-chs": "自由",
11878
"xloc": [
11867
- "default.handlebars->27->1872",
11868
- "default.handlebars->27->1874"
11879
+ "default.handlebars->27->1875",
11880
+ "default.handlebars->27->1877"
11881
]
11882
},
11883
{
@@ -11900,7 +11912,7 @@
11912
"ru": "Французский (Бельгия)",
11913
"zh-chs": "法語(比利時)",
11914
"xloc": [
11903
- "default.handlebars->27->1070"
11915
+ "default.handlebars->27->1073"
11916
]
11917
},
11918
{
@@ -11917,7 +11929,7 @@
11929
"ru": "Французский (Канада)",
11930
"zh-chs": "法語(加拿大)",
11931
"xloc": [
11920
- "default.handlebars->27->1071"
11932
+ "default.handlebars->27->1074"
11933
]
11934
},
11935
{
@@ -11934,7 +11946,7 @@
11946
"ru": "Французский (Франция)",
11947
"zh-chs": "法語(法國)",
11948
"xloc": [
11937
- "default.handlebars->27->1072"
11949
+ "default.handlebars->27->1075"
11950
]
11951
},
11952
{
@@ -11951,7 +11963,7 @@
11963
"ru": "Французский (Люксембург)",
11964
"zh-chs": "法語(盧森堡)",
11965
"xloc": [
11954
- "default.handlebars->27->1073"
11966
+ "default.handlebars->27->1076"
11967
]
11968
},
11969
{
@@ -11968,7 +11980,7 @@
11980
"ru": "Французский (Монако)",
11981
"zh-chs": "法語(摩納哥)",
11982
"xloc": [
11971
- "default.handlebars->27->1074"
11983
+ "default.handlebars->27->1077"
11984
]
11985
},
11986
{
@@ -11985,7 +11997,7 @@
11997
"ru": "Французский (Стандартный)",
11998
"zh-chs": "法語(標準)",
11999
"xloc": [
11988
- "default.handlebars->27->1069"
12000
+ "default.handlebars->27->1072"
12001
]
12002
},
12003
{
@@ -12002,7 +12014,7 @@
12014
"ru": "Французский (Швейцария)",
12015
"zh-chs": "法語(瑞士)",
12016
"xloc": [
12005
- "default.handlebars->27->1075"
12017
+ "default.handlebars->27->1078"
12018
]
12019
},
12020
{
@@ -12019,7 +12031,7 @@
12031
"ru": "Фризский",
12032
"zh-chs": "弗里斯蘭語",
12033
"xloc": [
12022
- "default.handlebars->27->1076"
12034
+ "default.handlebars->27->1079"
12035
]
12036
},
12037
{
@@ -12036,7 +12048,7 @@
12048
"ru": "Фриульский",
12049
"zh-chs": "弗留利",
12050
"xloc": [
12039
- "default.handlebars->27->1077"
12051
+ "default.handlebars->27->1080"
12052
]
12053
},
12054
{
@@ -12058,9 +12070,9 @@
12070
"default-mobile.handlebars->9->401",
12071
"default-mobile.handlebars->9->410",
12072
"default-mobile.handlebars->9->428",
12061
- "default.handlebars->27->1250",
12062
- "default.handlebars->27->1382",
12063
- "default.handlebars->27->1633"
12073
+ "default.handlebars->27->1253",
12074
+ "default.handlebars->27->1385",
12075
+ "default.handlebars->27->1636"
12076
]
12077
},
12078
{
@@ -12078,7 +12090,7 @@
12090
"zh-chs": "正式管理員(保留所有權利)",
12091
"fi": "Täysi Järjestelmänvalvoja (kaikki oikeudet)",
12092
"xloc": [
12081
- "default.handlebars->27->1417"
12093
+ "default.handlebars->27->1420"
12094
]
12095
},
12096
{
@@ -12163,7 +12175,7 @@
12175
"zh-chs": "正式管理員",
12176
"fi": "Täysi järjestelmänvalvoja",
12177
"xloc": [
12166
- "default.handlebars->27->1718"
12178
+ "default.handlebars->27->1721"
12179
]
12180
},
12181
{
@@ -12177,7 +12189,7 @@
12189
"zh-chs": "显卡",
12190
"xloc": [
12191
"default-mobile.handlebars->9->379",
12180
- "default.handlebars->27->951"
12192
+ "default.handlebars->27->954"
12193
]
12194
},
12195
{
@@ -12194,7 +12206,7 @@
12206
"ru": "Гэльский (Ирландский)",
12207
"zh-chs": "蓋爾語(愛爾蘭)",
12208
"xloc": [
12197
- "default.handlebars->27->1079"
12209
+ "default.handlebars->27->1082"
12210
]
12211
},
12212
{
@@ -12211,7 +12223,7 @@
12223
"ru": "Гэльский (Шотландия)",
12224
"zh-chs": "蓋爾語(蘇格蘭語)",
12225
"xloc": [
12214
- "default.handlebars->27->1078"
12226
+ "default.handlebars->27->1081"
12227
]
12228
},
12229
{
@@ -12228,7 +12240,7 @@
12240
"ru": "Галицкий",
12241
"zh-chs": "加拉契人",
12242
"xloc": [
12231
- "default.handlebars->27->1080"
12243
+ "default.handlebars->27->1083"
12244
]
12245
},
12246
{
@@ -12338,7 +12350,7 @@
12350
"ru": "Грузинский",
12351
"zh-chs": "格魯吉亞人",
12352
"xloc": [
12341
- "default.handlebars->27->1081"
12353
+ "default.handlebars->27->1084"
12354
]
12355
},
12356
{
@@ -12355,7 +12367,7 @@
12367
"ru": "Немецкий (Австрия)",
12368
"zh-chs": "德語(奧地利)",
12369
"xloc": [
12358
- "default.handlebars->27->1083"
12370
+ "default.handlebars->27->1086"
12371
]
12372
},
12373
{
@@ -12372,7 +12384,7 @@
12384
"ru": "Немецкий (Германия)",
12385
"zh-chs": "德文(德國)",
12386
"xloc": [
12375
- "default.handlebars->27->1084"
12387
+ "default.handlebars->27->1087"
12388
]
12389
},
12390
{
@@ -12389,7 +12401,7 @@
12401
"ru": "Немецкий (Лихтенштейн)",
12402
"zh-chs": "德文(列支敦士登)",
12403
"xloc": [
12392
- "default.handlebars->27->1085"
12404
+ "default.handlebars->27->1088"
12405
]
12406
},
12407
{
@@ -12406,7 +12418,7 @@
12418
"ru": "Немецкий (Люксембург)",
12419
"zh-chs": "德語(盧森堡)",
12420
"xloc": [
12409
- "default.handlebars->27->1086"
12421
+ "default.handlebars->27->1089"
12422
]
12423
},
12424
{
@@ -12423,7 +12435,7 @@
12435
"ru": "Немецкий (Стандартный)",
12436
"zh-chs": "德語(標準)",
12437
"xloc": [
12426
- "default.handlebars->27->1082"
12438
+ "default.handlebars->27->1085"
12439
]
12440
},
12441
{
@@ -12440,7 +12452,7 @@
12452
"ru": "Немецкий (Швейцария)",
12453
"zh-chs": "德語(瑞士)",
12454
"xloc": [
12443
- "default.handlebars->27->1087"
12455
+ "default.handlebars->27->1090"
12456
]
12457
},
12458
{
@@ -12524,7 +12536,7 @@
12536
"zh-chs": "好",
12537
"fi": "Hyvä",
12538
"xloc": [
12527
- "default.handlebars->27->1246"
12539
+ "default.handlebars->27->1249"
12540
]
12541
},
12542
{
@@ -12562,7 +12574,7 @@
12574
"ru": "Греческий",
12575
"zh-chs": "希臘語",
12576
"xloc": [
12565
- "default.handlebars->27->1088"
12577
+ "default.handlebars->27->1091"
12578
]
12579
},
12580
{
@@ -12599,8 +12611,8 @@
12611
"ru": "Групповое действие",
12612
"zh-chs": "集體行動",
12613
"xloc": [
12602
- "default.handlebars->27->1577",
12603
- "default.handlebars->27->1655",
12614
+ "default.handlebars->27->1580",
12615
+ "default.handlebars->27->1658",
12616
"default.handlebars->27->456",
12617
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
12618
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -12612,7 +12624,7 @@
12624
"nl": "Groeperen op",
12625
"es": "Agrupar Por",
12626
"xloc": [
12615
- "default.handlebars->27->1525"
12627
+ "default.handlebars->27->1528"
12628
]
12629
},
12630
{
@@ -12620,7 +12632,7 @@
12632
"nl": "Groepsidentificatie",
12633
"es": "Identificador del Grupo",
12634
"xloc": [
12623
- "default.handlebars->27->1672"
12635
+ "default.handlebars->27->1675"
12636
]
12637
},
12638
{
@@ -12637,7 +12649,7 @@
12649
"ru": "Члены группы",
12650
"zh-chs": "小組成員",
12651
"xloc": [
12640
- "default.handlebars->27->1681"
12652
+ "default.handlebars->27->1684"
12653
]
12654
},
12655
{
@@ -12654,7 +12666,7 @@
12666
"ru": "Права на группу для пользователя {0}.",
12667
"zh-chs": "用戶{0}的組權限。",
12668
"xloc": [
12657
- "default.handlebars->27->1381"
12669
+ "default.handlebars->27->1384"
12670
]
12671
},
12672
{
@@ -12671,7 +12683,7 @@
12683
"ru": "Права на группу для {0}.",
12684
"zh-chs": "{0}的組權限。",
12685
"xloc": [
12674
- "default.handlebars->27->1380"
12686
+ "default.handlebars->27->1383"
12687
]
12688
},
12689
{
@@ -12730,7 +12742,7 @@
12742
"ru": "Гуджарати",
12743
"zh-chs": "古久拉提",
12744
"xloc": [
12733
- "default.handlebars->27->1089"
12745
+ "default.handlebars->27->1092"
12746
]
12747
},
12748
{
@@ -12767,7 +12779,7 @@
12779
"ru": "Гаитянский",
12780
"zh-chs": "海地",
12781
"xloc": [
12770
- "default.handlebars->27->1090"
12782
+ "default.handlebars->27->1093"
12783
]
12784
},
12785
{
@@ -12801,7 +12813,7 @@
12813
"ru": "Жесткое отключение агента",
12814
"zh-chs": "硬斷開劑",
12815
"xloc": [
12804
- "default.handlebars->27->978"
12816
+ "default.handlebars->27->981"
12817
]
12818
},
12819
{
@@ -12818,7 +12830,7 @@
12830
"ru": "Всего кучи",
12831
"zh-chs": "堆總數",
12832
"xloc": [
12821
- "default.handlebars->27->1913"
12833
+ "default.handlebars->27->1916"
12834
]
12835
},
12836
{
@@ -12835,7 +12847,7 @@
12847
"ru": "Куча используется",
12848
"zh-chs": "堆使用",
12849
"xloc": [
12838
- "default.handlebars->27->1912"
12850
+ "default.handlebars->27->1915"
12851
]
12852
},
12853
{
@@ -12852,7 +12864,7 @@
12864
"ru": "Иврит",
12865
"zh-chs": "希伯來語",
12866
"xloc": [
12855
- "default.handlebars->27->1091"
12867
+ "default.handlebars->27->1094"
12868
]
12869
},
12870
{
@@ -12888,7 +12900,7 @@
12900
"zh-chs": "幫助翻譯MeshCentral",
12901
"fi": "Auto kääntämään MeshCentral",
12902
"xloc": [
12891
- "default.handlebars->27->1205"
12903
+ "default.handlebars->27->1208"
12904
]
12905
},
12906
{
@@ -12976,7 +12988,7 @@
12988
"ru": "Хинди",
12989
"zh-chs": "印地語",
12990
"xloc": [
12979
- "default.handlebars->27->1092"
12991
+ "default.handlebars->27->1095"
12992
]
12993
},
12994
{
@@ -13009,7 +13021,7 @@
13021
"zh-chs": "持有1份副本",
13022
"xloc": [
13023
"default-mobile.handlebars->9->315",
13012
- "default.handlebars->27->870"
13024
+ "default.handlebars->27->873"
13025
]
13026
},
13027
{
@@ -13027,7 +13039,7 @@
13039
"zh-chs": "持有1個搬家公司",
13040
"xloc": [
13041
"default-mobile.handlebars->9->319",
13030
- "default.handlebars->27->874"
13042
+ "default.handlebars->27->877"
13043
]
13044
},
13045
{
@@ -13045,7 +13057,7 @@
13057
"zh-chs": "保留{0}個條目進行複制",
13058
"xloc": [
13059
"default-mobile.handlebars->9->313",
13048
- "default.handlebars->27->868"
13060
+ "default.handlebars->27->871"
13061
]
13062
},
13063
{
@@ -13063,7 +13075,7 @@
13075
"zh-chs": "保留{0}個條目以進行移動",
13076
"xloc": [
13077
"default-mobile.handlebars->9->317",
13066
- "default.handlebars->27->872"
13078
+ "default.handlebars->27->875"
13079
]
13080
},
13081
{
@@ -13081,7 +13093,7 @@
13093
"zh-chs": "保持{2}的{0}入口{1}",
13094
"xloc": [
13095
"default-mobile.handlebars->9->129",
13084
- "default.handlebars->27->1511"
13096
+ "default.handlebars->27->1514"
13097
]
13098
},
13099
{
@@ -13123,7 +13135,7 @@
13135
"zh-chs": "主機名同步",
13136
"fi": "Isäntänimen synkronointi",
13137
"xloc": [
13126
- "default.handlebars->27->1273"
13138
+ "default.handlebars->27->1276"
13139
]
13140
},
13141
{
@@ -13140,7 +13152,7 @@
13152
"ru": "Венгерский",
13153
"zh-chs": "匈牙利",
13154
"xloc": [
13143
- "default.handlebars->27->1093"
13155
+ "default.handlebars->27->1096"
13156
]
13157
},
13158
{
@@ -13197,9 +13209,9 @@
13209
"xloc": [
13210
"default-mobile.handlebars->9->348",
13211
"default-mobile.handlebars->9->352",
13200
- "default.handlebars->27->910",
13201
- "default.handlebars->27->920",
13202
- "default.handlebars->27->924"
13212
+ "default.handlebars->27->913",
13213
+ "default.handlebars->27->923",
13214
+ "default.handlebars->27->927"
13215
]
13216
},
13217
{
@@ -13218,9 +13230,9 @@
13230
"xloc": [
13231
"default-mobile.handlebars->9->346",
13232
"default-mobile.handlebars->9->350",
13221
- "default.handlebars->27->908",
13222
- "default.handlebars->27->918",
13223
- "default.handlebars->27->922"
13233
+ "default.handlebars->27->911",
13234
+ "default.handlebars->27->921",
13235
+ "default.handlebars->27->925"
13236
]
13237
},
13238
{
@@ -13239,10 +13251,10 @@
13251
"xloc": [
13252
"default-mobile.handlebars->9->345",
13253
"default-mobile.handlebars->9->347",
13242
- "default.handlebars->27->907",
13243
- "default.handlebars->27->909",
13244
- "default.handlebars->27->917",
13245
- "default.handlebars->27->919"
13254
+ "default.handlebars->27->910",
13255
+ "default.handlebars->27->912",
13256
+ "default.handlebars->27->920",
13257
+ "default.handlebars->27->922"
13258
]
13259
},
13260
{
@@ -13308,8 +13320,8 @@
13320
"xloc": [
13321
"default-mobile.handlebars->9->349",
13322
"default-mobile.handlebars->9->351",
13311
- "default.handlebars->27->921",
13312
- "default.handlebars->27->923"
13323
+ "default.handlebars->27->924",
13324
+ "default.handlebars->27->926"
13325
]
13326
},
13327
{
@@ -13350,7 +13362,7 @@
13362
"ru": "Исландский",
13363
"zh-chs": "冰島的",
13364
"xloc": [
13353
- "default.handlebars->27->1094"
13365
+ "default.handlebars->27->1097"
13366
]
13367
},
13368
{
@@ -13386,7 +13398,7 @@
13398
"zh-chs": "識別碼",
13399
"xloc": [
13400
"default-mobile.handlebars->9->377",
13389
- "default.handlebars->27->949"
13401
+ "default.handlebars->27->952"
13402
]
13403
},
13404
{
@@ -13499,7 +13511,7 @@
13511
"ru": "Индонезийский",
13512
"zh-chs": "印度尼西亞",
13513
"xloc": [
13502
- "default.handlebars->27->1095"
13514
+ "default.handlebars->27->1098"
13515
]
13516
},
13517
{
@@ -13619,7 +13631,7 @@
13631
"zh-chs": "安裝CIRA",
13632
"fi": "Asenna CIRA",
13633
"xloc": [
13622
- "default.handlebars->27->1306"
13634
+ "default.handlebars->27->1309"
13635
]
13636
},
13637
{
@@ -13637,7 +13649,7 @@
13649
"zh-chs": "安裝本地",
13650
"fi": "Asenna paikallinen",
13651
"xloc": [
13640
- "default.handlebars->27->1308"
13652
+ "default.handlebars->27->1311"
13653
]
13654
},
13655
{
@@ -13655,8 +13667,8 @@
13667
"zh-chs": "安裝類型",
13668
"fi": "Asennustyyppi",
13669
"xloc": [
13658
- "default.handlebars->27->1448",
13659
- "default.handlebars->27->1455",
13670
+ "default.handlebars->27->1451",
13671
+ "default.handlebars->27->1458",
13672
"default.handlebars->27->345",
13673
"default.handlebars->27->359",
13674
"default.handlebars->27->373"
@@ -13694,10 +13706,10 @@
13706
"ru": "Intel AMT",
13707
"zh-chs": "英特爾AMT",
13708
"xloc": [
13697
- "default.handlebars->27->1467",
13698
- "default.handlebars->27->1475",
13699
- "default.handlebars->27->1909",
13700
- "default.handlebars->27->1931"
13709
+ "default.handlebars->27->1470",
13710
+ "default.handlebars->27->1478",
13711
+ "default.handlebars->27->1912",
13712
+ "default.handlebars->27->1934"
13713
]
13714
},
13715
{
@@ -13739,7 +13751,7 @@
13751
"nl": "Intel AMT omleiding",
13752
"es": "Redirección de Intel AMT",
13753
"xloc": [
13742
- "default.handlebars->27->1850"
13754
+ "default.handlebars->27->1853"
13755
]
13756
},
13757
{
@@ -13747,7 +13759,7 @@
13759
"nl": "Intel AMT WSMAN",
13760
"es": "Intel AMT WSMAN",
13761
"xloc": [
13750
- "default.handlebars->27->1849"
13762
+ "default.handlebars->27->1852"
13763
]
13764
},
13765
{
@@ -13886,8 +13898,8 @@
13898
"default-mobile.handlebars->9->201",
13899
"default-mobile.handlebars->9->236",
13900
"default-mobile.handlebars->9->241",
13889
- "default.handlebars->27->1290",
13890
- "default.handlebars->27->1300",
13901
+ "default.handlebars->27->1293",
13902
+ "default.handlebars->27->1303",
13903
"default.handlebars->27->515",
13904
"default.handlebars->27->570",
13905
"default.handlebars->27->598"
@@ -13977,7 +13989,7 @@
13989
"ru": "Политика Intel® AMT",
13990
"zh-chs": "英特爾®AMT政策",
13991
"xloc": [
13980
- "default.handlebars->27->1329"
13992
+ "default.handlebars->27->1332"
13993
]
13994
},
13995
{
@@ -14082,8 +14094,8 @@
14094
"ru": "События Intel® AMT desktop или serial.",
14095
"zh-chs": "英特爾®AMT桌面和串行事件。",
14096
"xloc": [
14085
- "default.handlebars->27->1211",
14086
- "default.handlebars->27->1463"
14097
+ "default.handlebars->27->1214",
14098
+ "default.handlebars->27->1466"
14099
]
14100
},
14101
{
@@ -14172,8 +14184,8 @@
14184
"zh-chs": "僅限英特爾®AMT,無代理",
14185
"xloc": [
14186
"default-mobile.handlebars->9->392",
14175
- "default.handlebars->27->1240",
14176
- "default.handlebars->27->1266"
14187
+ "default.handlebars->27->1243",
14188
+ "default.handlebars->27->1269"
14189
]
14190
},
14191
{
@@ -14208,7 +14220,7 @@
14220
"zh-chs": "英特爾®主動管理技術(英特爾®AMT)",
14221
"xloc": [
14222
"default-mobile.handlebars->9->369",
14211
- "default.handlebars->27->941"
14223
+ "default.handlebars->27->944"
14224
]
14225
},
14226
{
@@ -14393,8 +14405,8 @@
14405
"ru": "Только интерактивный режим",
14406
"zh-chs": "僅限互動",
14407
"xloc": [
14396
- "default.handlebars->27->1451",
14397
- "default.handlebars->27->1458",
14408
+ "default.handlebars->27->1454",
14409
+ "default.handlebars->27->1461",
14410
"default.handlebars->27->348",
14411
"default.handlebars->27->362",
14412
"default.handlebars->27->376"
@@ -14431,7 +14443,7 @@
14443
"ru": "Инуктитут",
14444
"zh-chs": "因紐特人",
14445
"xloc": [
14434
- "default.handlebars->27->1096"
14446
+ "default.handlebars->27->1099"
14447
]
14448
},
14449
{
@@ -14448,7 +14460,7 @@
14460
"ru": "Некорректный тип группы устройств",
14461
"zh-chs": "無效的設備組類型",
14462
"xloc": [
14451
- "default.handlebars->27->1886"
14463
+ "default.handlebars->27->1889"
14464
]
14465
},
14466
{
@@ -14465,7 +14477,7 @@
14477
"ru": "Некорректный JSON",
14478
"zh-chs": "無效的JSON",
14479
"xloc": [
14468
- "default.handlebars->27->1880"
14480
+ "default.handlebars->27->1883"
14481
]
14482
},
14483
{
@@ -14482,8 +14494,8 @@
14494
"ru": "Некорректный формат файла JSON.",
14495
"zh-chs": "無效的JSON文件格式。",
14496
"xloc": [
14485
- "default.handlebars->27->1595",
14486
- "default.handlebars->27->1597"
14497
+ "default.handlebars->27->1598",
14498
+ "default.handlebars->27->1600"
14499
]
14500
},
14501
{
@@ -14500,7 +14512,7 @@
14512
"ru": "Некорректный файл JSON: {0}.",
14513
"zh-chs": "無效的JSON文件:{0}。",
14514
"xloc": [
14503
- "default.handlebars->27->1593"
14515
+ "default.handlebars->27->1596"
14516
]
14517
},
14518
{
@@ -14517,7 +14529,7 @@
14529
"ru": "Некорректная сигнатура PKCS",
14530
"zh-chs": "無效的PKCS簽名",
14531
"xloc": [
14520
- "default.handlebars->27->1878"
14532
+ "default.handlebars->27->1881"
14533
]
14534
},
14535
{
@@ -14534,7 +14546,7 @@
14546
"ru": "Некорректная сигнатура RSA",
14547
"zh-chs": "無效的RSA密碼",
14548
"xloc": [
14537
- "default.handlebars->27->1879"
14549
+ "default.handlebars->27->1882"
14550
]
14551
},
14552
{
@@ -14613,7 +14625,7 @@
14625
"nl": "E-mail ongeldig maken",
14626
"es": "Correo invalido",
14627
"xloc": [
14616
- "default.handlebars->27->1571"
14628
+ "default.handlebars->27->1574"
14629
]
14630
},
14631
{
@@ -14678,7 +14690,7 @@
14690
"ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:",
14691
"zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:",
14692
"xloc": [
14681
- "default.handlebars->27->1453"
14693
+ "default.handlebars->27->1456"
14694
]
14695
},
14696
{
@@ -14712,7 +14724,7 @@
14724
"zh-chs": "邀請",
14725
"fi": "Kutsu",
14726
"xloc": [
14715
- "default.handlebars->27->1316",
14727
+ "default.handlebars->27->1319",
14728
"default.handlebars->27->278",
14729
"default.handlebars->27->364"
14730
]
@@ -14731,11 +14743,11 @@
14743
"ru": "Пригласительные коды",
14744
"zh-chs": "邀請碼",
14745
"xloc": [
14734
- "default.handlebars->27->1294",
14735
- "default.handlebars->27->1447",
14736
- "default.handlebars->27->1452",
14737
- "default.handlebars->27->1454",
14738
- "default.handlebars->27->1459"
14746
+ "default.handlebars->27->1297",
14747
+ "default.handlebars->27->1450",
14748
+ "default.handlebars->27->1455",
14749
+ "default.handlebars->27->1457",
14750
+ "default.handlebars->27->1462"
14751
]
14752
},
14753
{
@@ -14767,7 +14779,7 @@
14779
"zh-chs": "邀请某人在该设备组上安装网状代理。",
14780
"fi": "Kutsu joku asentamaan Mesh agentti tähän laiteryhmään.",
14781
"xloc": [
14770
- "default.handlebars->27->1315",
14782
+ "default.handlebars->27->1318",
14783
"default.handlebars->27->277"
14784
]
14785
},
@@ -14802,7 +14814,7 @@
14814
"ru": "Ирландский",
14815
"zh-chs": "愛爾蘭人",
14816
"xloc": [
14805
- "default.handlebars->27->1097"
14817
+ "default.handlebars->27->1100"
14818
]
14819
},
14820
{
@@ -14819,7 +14831,7 @@
14831
"ru": "Итальянский (Стандартный)",
14832
"zh-chs": "意大利語(標準)",
14833
"xloc": [
14822
- "default.handlebars->27->1098"
14834
+ "default.handlebars->27->1101"
14835
]
14836
},
14837
{
@@ -14836,7 +14848,7 @@
14848
"ru": "Итальянский (Швейцария)",
14849
"zh-chs": "義大利文(瑞士)",
14850
"xloc": [
14839
- "default.handlebars->27->1099"
14851
+ "default.handlebars->27->1102"
14852
]
14853
},
14854
{
@@ -14853,7 +14865,7 @@
14865
"ru": "JSON",
14866
"zh-chs": "JSON",
14867
"xloc": [
14856
- "default.handlebars->27->1531"
14868
+ "default.handlebars->27->1534"
14869
]
14870
},
14871
{
@@ -14870,8 +14882,8 @@
14882
"ru": "Формат JSON",
14883
"zh-chs": "JSON格式",
14884
"xloc": [
14873
- "default.handlebars->27->1536",
14874
- "default.handlebars->27->1601",
14885
+ "default.handlebars->27->1539",
14886
+ "default.handlebars->27->1604",
14887
"default.handlebars->27->476"
14888
]
14889
},
@@ -14889,7 +14901,7 @@
14901
"ru": "Японский",
14902
"zh-chs": "日本",
14903
"xloc": [
14892
- "default.handlebars->27->1100"
14904
+ "default.handlebars->27->1103"
14905
]
14906
},
14907
{
@@ -14906,7 +14918,7 @@
14918
"ru": "Каннада",
14919
"zh-chs": "卡納達語",
14920
"xloc": [
14909
- "default.handlebars->27->1101"
14921
+ "default.handlebars->27->1104"
14922
]
14923
},
14924
{
@@ -14923,7 +14935,7 @@
14935
"ru": "Кашмирский",
14936
"zh-chs": "克什米爾語",
14937
"xloc": [
14926
- "default.handlebars->27->1102"
14938
+ "default.handlebars->27->1105"
14939
]
14940
},
14941
{
@@ -14940,7 +14952,7 @@
14952
"ru": "Казахский",
14953
"zh-chs": "哈薩克語",
14954
"xloc": [
14943
- "default.handlebars->27->1103"
14955
+ "default.handlebars->27->1106"
14956
]
14957
},
14958
{
@@ -14974,7 +14986,7 @@
14986
"ru": "Имя ключа",
14987
"zh-chs": "鍵名",
14988
"xloc": [
14977
- "default.handlebars->27->994",
14989
+ "default.handlebars->27->1000",
14990
"default.handlebars->27->997"
14991
]
14992
},
@@ -15018,7 +15030,7 @@
15030
"ru": "Кхмерский",
15031
"zh-chs": "高棉語",
15032
"xloc": [
15021
- "default.handlebars->27->1104"
15033
+ "default.handlebars->27->1107"
15034
]
15035
},
15036
{
@@ -15035,7 +15047,7 @@
15047
"ru": "Киргизский",
15048
"zh-chs": "吉爾吉斯",
15049
"xloc": [
15038
- "default.handlebars->27->1105"
15050
+ "default.handlebars->27->1108"
15051
]
15052
},
15053
{
@@ -15052,7 +15064,7 @@
15064
"ru": "Клингонский",
15065
"zh-chs": "克林貢",
15066
"xloc": [
15055
- "default.handlebars->27->1106"
15067
+ "default.handlebars->27->1109"
15068
]
15069
},
15070
{
@@ -15070,7 +15082,7 @@
15082
"zh-chs": "已知的",
15083
"xloc": [
15084
"default-mobile.handlebars->9->368",
15073
- "default.handlebars->27->940"
15085
+ "default.handlebars->27->943"
15086
]
15087
},
15088
{
@@ -15087,7 +15099,7 @@
15099
"ru": "Korean",
15100
"zh-chs": "韓語",
15101
"xloc": [
15090
- "default.handlebars->27->1107"
15102
+ "default.handlebars->27->1110"
15103
]
15104
},
15105
{
@@ -15104,7 +15116,7 @@
15116
"ru": "Корейский (Северная Корея)",
15117
"zh-chs": "韓語(朝鮮)",
15118
"xloc": [
15107
- "default.handlebars->27->1108"
15119
+ "default.handlebars->27->1111"
15120
]
15121
},
15122
{
@@ -15121,7 +15133,7 @@
15133
"ru": "Корейский (Южная Корея)",
15134
"zh-chs": "韓語(韓國)",
15135
"xloc": [
15124
- "default.handlebars->27->1109"
15136
+ "default.handlebars->27->1112"
15137
]
15138
},
15139
{
@@ -15157,7 +15169,7 @@
15169
"zh-chs": "語言",
15170
"fi": "Kieli",
15171
"xloc": [
15160
- "default.handlebars->27->1203"
15172
+ "default.handlebars->27->1206"
15173
]
15174
},
15175
{
@@ -15383,7 +15395,7 @@
15395
"ru": "Последний доступ",
15396
"zh-chs": "最後訪問",
15397
"xloc": [
15386
- "default.handlebars->27->1544"
15398
+ "default.handlebars->27->1547"
15399
]
15400
},
15401
{
@@ -15400,7 +15412,7 @@
15412
"ru": "Последний вход в систему",
15413
"zh-chs": "上次登錄",
15414
"xloc": [
15403
- "default.handlebars->27->1739"
15415
+ "default.handlebars->27->1742"
15416
]
15417
},
15418
{
@@ -15423,9 +15435,9 @@
15435
"default.handlebars->27->69",
15436
"default.handlebars->27->71",
15437
"default.handlebars->27->73",
15426
- "default.handlebars->27->898",
15427
- "default.handlebars->27->899",
15428
- "default.handlebars->27->900"
15438
+ "default.handlebars->27->901",
15439
+ "default.handlebars->27->902",
15440
+ "default.handlebars->27->903"
15441
]
15442
},
15443
{
@@ -15445,8 +15457,8 @@
15457
"default-mobile.handlebars->9->333",
15458
"default-mobile.handlebars->9->335",
15459
"default.handlebars->27->68",
15448
- "default.handlebars->27->895",
15449
- "default.handlebars->27->897"
15460
+ "default.handlebars->27->898",
15461
+ "default.handlebars->27->900"
15462
]
15463
},
15464
{
@@ -15463,7 +15475,7 @@
15475
"ru": "Последнее изменение: {0}",
15476
"zh-chs": "上次更改:{0}",
15477
"xloc": [
15466
- "default.handlebars->27->1743"
15478
+ "default.handlebars->27->1746"
15479
]
15480
},
15481
{
@@ -15514,7 +15526,7 @@
15526
"ru": "Последний вход в систему: {0}",
15527
"zh-chs": "上次登錄:{0}",
15528
"xloc": [
15517
- "default.handlebars->27->1554"
15529
+ "default.handlebars->27->1557"
15530
]
15531
},
15532
{
@@ -15602,7 +15614,7 @@
15614
"ru": "Латинский",
15615
"zh-chs": "拉丁",
15616
"xloc": [
15605
- "default.handlebars->27->1110"
15617
+ "default.handlebars->27->1113"
15618
]
15619
},
15620
{
@@ -15619,7 +15631,7 @@
15631
"ru": "Латышский",
15632
"zh-chs": "拉脫維亞語",
15633
"xloc": [
15622
- "default.handlebars->27->1111"
15634
+ "default.handlebars->27->1114"
15635
]
15636
},
15637
{
@@ -15657,7 +15669,7 @@
15669
"nl": "Leeg laten voor geen.",
15670
"zh-chs": "一无所有。",
15671
"xloc": [
15660
- "default.handlebars->27->1783"
15672
+ "default.handlebars->27->1786"
15673
]
15674
},
15675
{
@@ -15697,7 +15709,7 @@
15709
"zh-chs": "減",
15710
"fi": "Vähemmän",
15711
"xloc": [
15700
- "default.handlebars->27->1948"
15712
+ "default.handlebars->27->1951"
15713
]
15714
},
15715
{
@@ -15750,7 +15762,7 @@
15762
"zh-chs": "有限輸入",
15763
"xloc": [
15764
"default-mobile.handlebars->9->441",
15753
- "default.handlebars->27->1431",
15765
+ "default.handlebars->27->1434",
15766
"default.handlebars->27->661",
15767
"default.handlebars->27->680"
15768
]
@@ -15770,7 +15782,7 @@
15782
"zh-chs": "僅限於輸入",
15783
"xloc": [
15784
"default-mobile.handlebars->9->416",
15773
- "default.handlebars->27->1388"
15785
+ "default.handlebars->27->1391"
15786
]
15787
},
15788
{
@@ -16125,7 +16137,7 @@
16137
"ru": "Литовский",
16138
"zh-chs": "立陶宛語",
16139
"xloc": [
16128
- "default.handlebars->27->1112"
16140
+ "default.handlebars->27->1115"
16141
]
16142
},
16143
{
@@ -16144,11 +16156,11 @@
16156
"fi": "Ladataan...",
16157
"xloc": [
16158
"default-mobile.handlebars->9->72",
16147
- "default.handlebars->27->1257",
16148
- "default.handlebars->27->1261",
16149
- "default.handlebars->27->1837",
16159
+ "default.handlebars->27->1260",
16160
+ "default.handlebars->27->1264",
16161
+ "default.handlebars->27->1840",
16162
"default.handlebars->27->756",
16151
- "default.handlebars->27->990"
16163
+ "default.handlebars->27->993"
16164
]
16165
},
16166
{
@@ -16219,7 +16231,7 @@
16231
"zh-chs": "本地化設置",
16232
"fi": "Lokalisointiasetukset",
16233
"xloc": [
16222
- "default.handlebars->27->1206",
16234
+ "default.handlebars->27->1209",
16235
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7"
16236
]
16237
},
@@ -16273,15 +16285,15 @@
16285
"zh-chs": "鎖定賬戶",
16286
"fi": "Lukitse Tili",
16287
"xloc": [
16276
- "default.handlebars->27->1640"
16288
+ "default.handlebars->27->1643"
16289
]
16290
},
16291
{
16292
"en": "Lock Account Settings",
16293
"es": "Bloquear configuración de la cuenta",
16294
"xloc": [
16283
- "default.handlebars->27->1400",
16284
- "default.handlebars->27->1643"
16295
+ "default.handlebars->27->1403",
16296
+ "default.handlebars->27->1646"
16297
]
16298
},
16299
{
@@ -16299,7 +16311,7 @@
16311
"zh-chs": "鎖定賬戶",
16312
"fi": "Lukitse tili",
16313
"xloc": [
16302
- "default.handlebars->27->1574"
16314
+ "default.handlebars->27->1577"
16315
]
16316
},
16317
{
@@ -16317,7 +16329,7 @@
16329
"zh-chs": "已鎖定",
16330
"fi": "Lukittu",
16331
"xloc": [
16320
- "default.handlebars->27->1555"
16332
+ "default.handlebars->27->1558"
16333
]
16334
},
16335
{
@@ -16335,7 +16347,7 @@
16347
"zh-chs": "賬戶鎖定",
16348
"fi": "Lukittu tili",
16349
"xloc": [
16338
- "default.handlebars->27->1715"
16350
+ "default.handlebars->27->1718"
16351
]
16352
},
16353
{
@@ -16525,7 +16537,7 @@
16537
"ru": "Люксембургский",
16538
"zh-chs": "盧森堡語",
16539
"xloc": [
16528
- "default.handlebars->27->1113"
16540
+ "default.handlebars->27->1116"
16541
]
16542
},
16543
{
@@ -16544,10 +16556,10 @@
16556
"xloc": [
16557
"default-mobile.handlebars->9->341",
16558
"default-mobile.handlebars->9->343",
16547
- "default.handlebars->27->903",
16548
- "default.handlebars->27->905",
16549
- "default.handlebars->27->913",
16550
- "default.handlebars->27->915"
16559
+ "default.handlebars->27->906",
16560
+ "default.handlebars->27->908",
16561
+ "default.handlebars->27->916",
16562
+ "default.handlebars->27->918"
16563
]
16564
},
16565
{
@@ -16583,8 +16595,8 @@
16595
"zh-chs": "MAC:{0}",
16596
"xloc": [
16597
"default-mobile.handlebars->9->344",
16586
- "default.handlebars->27->906",
16587
- "default.handlebars->27->916"
16598
+ "default.handlebars->27->909",
16599
+ "default.handlebars->27->919"
16600
]
16601
},
16602
{
@@ -16602,8 +16614,8 @@
16614
"zh-chs": "MAC:{0},網關:{1}",
16615
"xloc": [
16616
"default-mobile.handlebars->9->342",
16605
- "default.handlebars->27->904",
16606
- "default.handlebars->27->914"
16617
+ "default.handlebars->27->907",
16618
+ "default.handlebars->27->917"
16619
]
16620
},
16621
{
@@ -16661,8 +16673,8 @@
16673
"default.handlebars->27->214",
16674
"default.handlebars->27->439",
16675
"default.handlebars->27->602",
16664
- "default.handlebars->27->968",
16665
- "default.handlebars->27->969",
16676
+ "default.handlebars->27->971",
16677
+ "default.handlebars->27->972",
16678
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3"
16679
]
16680
},
@@ -16837,7 +16849,7 @@
16849
"ru": "Сообщения главного сервера",
16850
"zh-chs": "主服務器消息",
16851
"xloc": [
16840
- "default.handlebars->27->1920"
16852
+ "default.handlebars->27->1923"
16853
]
16854
},
16855
{
@@ -16854,7 +16866,7 @@
16866
"ru": "Малайский",
16867
"zh-chs": "馬來語",
16868
"xloc": [
16857
- "default.handlebars->27->1115"
16869
+ "default.handlebars->27->1118"
16870
]
16871
},
16872
{
@@ -16871,7 +16883,7 @@
16883
"ru": "Малаяламский",
16884
"zh-chs": "馬拉雅拉姆語",
16885
"xloc": [
16874
- "default.handlebars->27->1116"
16886
+ "default.handlebars->27->1119"
16887
]
16888
},
16889
{
@@ -16888,7 +16900,7 @@
16900
"ru": "Мальтийский",
16901
"zh-chs": "馬耳他語",
16902
"xloc": [
16891
- "default.handlebars->27->1117"
16903
+ "default.handlebars->27->1120"
16904
]
16905
},
16906
{
@@ -16927,8 +16939,8 @@
16939
"xloc": [
16940
"default-mobile.handlebars->9->413",
16941
"default-mobile.handlebars->9->431",
16930
- "default.handlebars->27->1385",
16931
- "default.handlebars->27->1420"
16942
+ "default.handlebars->27->1388",
16943
+ "default.handlebars->27->1423"
16944
]
16945
},
16946
{
@@ -16948,8 +16960,8 @@
16960
"xloc": [
16961
"default-mobile.handlebars->9->412",
16962
"default-mobile.handlebars->9->430",
16951
- "default.handlebars->27->1384",
16952
- "default.handlebars->27->1419"
16963
+ "default.handlebars->27->1387",
16964
+ "default.handlebars->27->1422"
16965
]
16966
},
16967
{
@@ -16975,7 +16987,7 @@
16987
"fi": "Hallinnoi nauhoituksia",
16988
"es": "Administrar Grabaciones",
16989
"xloc": [
16978
- "default.handlebars->27->1639"
16990
+ "default.handlebars->27->1642"
16991
]
16992
},
16993
{
@@ -17011,7 +17023,7 @@
17023
"zh-chs": "管理用戶組",
17024
"fi": "Hallitse käyttäjäryhmiä",
17025
"xloc": [
17014
- "default.handlebars->27->1638"
17026
+ "default.handlebars->27->1641"
17027
]
17028
},
17029
{
@@ -17029,7 +17041,7 @@
17041
"zh-chs": "管理用戶",
17042
"fi": "Hallitse käyttäjiä",
17043
"xloc": [
17032
- "default.handlebars->27->1637",
17044
+ "default.handlebars->27->1640",
17045
"default.handlebars->27->674"
17046
]
17047
},
@@ -17140,7 +17152,7 @@
17152
"zh-chs": "使用軟件代理進行管理",
17153
"fi": "Hallitse ohjelmistoagentilla",
17154
"xloc": [
17143
- "default.handlebars->27->1239"
17155
+ "default.handlebars->27->1242"
17156
]
17157
},
17158
{
@@ -17158,7 +17170,7 @@
17170
"zh-chs": "使用軟件代理進行管理",
17171
"xloc": [
17172
"default-mobile.handlebars->9->393",
17161
- "default.handlebars->27->1267"
17173
+ "default.handlebars->27->1270"
17174
]
17175
},
17176
{
@@ -17175,7 +17187,7 @@
17187
"ru": "Менеджер",
17188
"zh-chs": "經理",
17189
"xloc": [
17178
- "default.handlebars->27->1560"
17190
+ "default.handlebars->27->1563"
17191
]
17192
},
17193
{
@@ -17226,7 +17238,7 @@
17238
"ru": "Маори",
17239
"zh-chs": "毛利人",
17240
"xloc": [
17229
- "default.handlebars->27->1118"
17241
+ "default.handlebars->27->1121"
17242
]
17243
},
17244
{
@@ -17261,7 +17273,7 @@
17273
"ru": "Маратхи",
17274
"zh-chs": "馬拉地語",
17275
"xloc": [
17264
- "default.handlebars->27->1119"
17276
+ "default.handlebars->27->1122"
17277
]
17278
},
17279
{
@@ -17278,7 +17290,7 @@
17290
"ru": "Достигнуто максимальное число сессий",
17291
"zh-chs": "達到的會話數上限",
17292
"xloc": [
17281
- "default.handlebars->27->1884"
17293
+ "default.handlebars->27->1887"
17294
]
17295
},
17296
{
@@ -17333,7 +17345,7 @@
17345
"ru": "Мегабайт",
17346
"zh-chs": "兆字節",
17347
"xloc": [
17336
- "default.handlebars->27->1910"
17348
+ "default.handlebars->27->1913"
17349
]
17350
},
17351
{
@@ -17351,8 +17363,8 @@
17363
"zh-chs": "記憶",
17364
"xloc": [
17365
"default-mobile.handlebars->9->384",
17354
- "default.handlebars->27->1901",
17355
- "default.handlebars->27->956",
17366
+ "default.handlebars->27->1904",
17367
+ "default.handlebars->27->959",
17368
"default.handlebars->container->column_l->p40->3->1->p40type->3"
17369
]
17370
},
@@ -17381,8 +17393,8 @@
17393
"default.handlebars->27->403",
17394
"default.handlebars->27->550",
17395
"default.handlebars->27->594",
17384
- "default.handlebars->27->894",
17385
- "default.handlebars->27->901"
17396
+ "default.handlebars->27->897",
17397
+ "default.handlebars->27->904"
17398
]
17399
},
17400
{
@@ -17400,7 +17412,7 @@
17412
"zh-chs": "網格代理控制台",
17413
"xloc": [
17414
"default-mobile.handlebars->9->420",
17403
- "default.handlebars->27->1393"
17415
+ "default.handlebars->27->1396"
17416
]
17417
},
17418
{
@@ -17490,7 +17502,7 @@
17502
"ru": "Трафик MeshAgent",
17503
"zh-chs": "MeshAgent流量",
17504
"xloc": [
17493
- "default.handlebars->27->1922"
17505
+ "default.handlebars->27->1925"
17506
]
17507
},
17508
{
@@ -17507,7 +17519,7 @@
17519
"ru": "Обновление MeshAgent",
17520
"zh-chs": "MeshAgent更新",
17521
"xloc": [
17510
- "default.handlebars->27->1923"
17522
+ "default.handlebars->27->1926"
17523
]
17524
},
17525
{
@@ -17541,7 +17553,7 @@
17553
"ru": "Ошибки MeshCentral",
17554
"zh-chs": "網格中心錯誤",
17555
"xloc": [
17544
- "default.handlebars->27->1260"
17556
+ "default.handlebars->27->1263"
17557
]
17558
},
17559
{
@@ -17612,7 +17624,7 @@
17624
"ru": "Соединения сервера MeshCentral",
17625
"zh-chs": "MeshCentral服務器對等",
17626
"xloc": [
17615
- "default.handlebars->27->1921"
17627
+ "default.handlebars->27->1924"
17628
]
17629
},
17630
{
@@ -17648,7 +17660,7 @@
17660
"xloc": [
17661
"default.handlebars->27->115",
17662
"default.handlebars->27->117",
17651
- "default.handlebars->27->1256"
17663
+ "default.handlebars->27->1259"
17664
]
17665
},
17666
{
@@ -17876,7 +17888,7 @@
17888
"ru": "Диспетчер сообщения",
17889
"zh-chs": "郵件調度程序",
17890
"xloc": [
17879
- "default.handlebars->27->1919"
17891
+ "default.handlebars->27->1922"
17892
]
17893
},
17894
{
@@ -17974,7 +17986,7 @@
17986
"zh-chs": "模型",
17987
"xloc": [
17988
"default-mobile.handlebars->9->385",
17977
- "default.handlebars->27->957"
17989
+ "default.handlebars->27->960"
17990
]
17991
},
17992
{
@@ -18008,7 +18020,7 @@
18020
"ru": "Молдавский",
18021
"zh-chs": "摩爾達維亞人",
18022
"xloc": [
18011
- "default.handlebars->27->1120"
18023
+ "default.handlebars->27->1123"
18024
]
18025
},
18026
{
@@ -18026,7 +18038,7 @@
18038
"zh-chs": "更多",
18039
"fi": "Lisää",
18040
"xloc": [
18029
- "default.handlebars->27->1947"
18041
+ "default.handlebars->27->1950"
18042
]
18043
},
18044
{
@@ -18044,7 +18056,7 @@
18056
"zh-chs": "母板",
18057
"xloc": [
18058
"default-mobile.handlebars->9->380",
18047
- "default.handlebars->27->952"
18059
+ "default.handlebars->27->955"
18060
]
18061
},
18062
{
@@ -18103,7 +18115,7 @@
18115
"nl": "Multiplexor",
18116
"es": "Multiplexor",
18117
"xloc": [
18106
- "default.handlebars->27->1862"
18118
+ "default.handlebars->27->1865"
18119
]
18120
},
18121
{
@@ -18220,7 +18232,7 @@
18232
"ru": "Консоль моего сервера",
18233
"zh-chs": "我的服務器控制台",
18234
"xloc": [
18223
- "default.handlebars->27->963"
18235
+ "default.handlebars->27->966"
18236
]
18237
},
18238
{
@@ -18349,7 +18361,7 @@
18361
"ru": "Мой ключ",
18362
"zh-chs": "我的鑰匙",
18363
"xloc": [
18352
- "default.handlebars->27->995",
18364
+ "default.handlebars->27->1001",
18365
"default.handlebars->27->998"
18366
]
18367
},
@@ -18375,21 +18387,21 @@
18387
"default-mobile.handlebars->9->407",
18388
"default-mobile.handlebars->9->97",
18389
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1",
18378
- "default.handlebars->27->1237",
18379
- "default.handlebars->27->1268",
18380
- "default.handlebars->27->1351",
18381
- "default.handlebars->27->1542",
18382
- "default.handlebars->27->1646",
18383
- "default.handlebars->27->1662",
18384
- "default.handlebars->27->1669",
18385
- "default.handlebars->27->1702",
18386
- "default.handlebars->27->1721",
18390
+ "default.handlebars->27->1240",
18391
+ "default.handlebars->27->1271",
18392
+ "default.handlebars->27->1354",
18393
+ "default.handlebars->27->1545",
18394
+ "default.handlebars->27->1649",
18395
+ "default.handlebars->27->1665",
18396
+ "default.handlebars->27->1672",
18397
+ "default.handlebars->27->1705",
18398
+ "default.handlebars->27->1724",
18399
"default.handlebars->27->538",
18400
"default.handlebars->27->76",
18401
"default.handlebars->27->815",
18390
- "default.handlebars->27->890",
18402
+ "default.handlebars->27->893",
18403
"default.handlebars->27->90",
18392
- "default.handlebars->27->946",
18404
+ "default.handlebars->27->949",
18405
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
18406
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3",
18407
"default.handlebars->container->column_l->p42->p42tbl->1->0->2"
@@ -18427,7 +18439,7 @@
18439
"ru": "Имя1, Имя2, Имя3",
18440
"zh-chs": "名稱1,名稱2,名稱3",
18441
"xloc": [
18430
- "default.handlebars->27->1629"
18442
+ "default.handlebars->27->1632"
18443
]
18444
},
18445
{
@@ -18444,7 +18456,7 @@
18456
"ru": "Навахо",
18457
"zh-chs": "納瓦霍人",
18458
"xloc": [
18447
- "default.handlebars->27->1121"
18459
+ "default.handlebars->27->1124"
18460
]
18461
},
18462
{
@@ -18461,7 +18473,7 @@
18473
"ru": "Ндонга",
18474
"zh-chs": "恩東加",
18475
"xloc": [
18464
- "default.handlebars->27->1122"
18476
+ "default.handlebars->27->1125"
18477
]
18478
},
18479
{
@@ -18478,7 +18490,7 @@
18490
"ru": "Непальский",
18491
"zh-chs": "尼泊爾文",
18492
"xloc": [
18481
- "default.handlebars->27->1123"
18493
+ "default.handlebars->27->1126"
18494
]
18495
},
18496
{
@@ -18528,8 +18540,8 @@
18540
"zh-chs": "聯網",
18541
"xloc": [
18542
"default-mobile.handlebars->9->353",
18531
- "default.handlebars->27->911",
18532
- "default.handlebars->27->925"
18543
+ "default.handlebars->27->914",
18544
+ "default.handlebars->27->928"
18545
]
18546
},
18547
{
@@ -18585,8 +18597,8 @@
18597
"fi": "Uusi laiteryhmä",
18598
"xloc": [
18599
"default-mobile.handlebars->9->91",
18588
- "default.handlebars->27->1230",
18589
- "default.handlebars->27->1242",
18600
+ "default.handlebars->27->1233",
18601
+ "default.handlebars->27->1245",
18602
"default.handlebars->27->747"
18603
]
18604
},
@@ -18607,8 +18619,8 @@
18619
"xloc": [
18620
"default-mobile.handlebars->9->120",
18621
"default-mobile.handlebars->9->299",
18610
- "default.handlebars->27->1501",
18611
- "default.handlebars->27->854",
18622
+ "default.handlebars->27->1504",
18623
+ "default.handlebars->27->856",
18624
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
18625
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3"
18626
]
@@ -18665,8 +18677,8 @@
18677
"xloc": [
18678
"default-mobile.handlebars->9->86",
18679
"default-mobile.handlebars->9->87",
18668
- "default.handlebars->27->1225",
18669
- "default.handlebars->27->1226"
18680
+ "default.handlebars->27->1228",
18681
+ "default.handlebars->27->1229"
18682
]
18683
},
18684
{
@@ -18752,7 +18764,7 @@
18764
"ru": "Нет рабочего стола",
18765
"zh-chs": "沒有桌面",
18766
"xloc": [
18755
- "default.handlebars->27->1427",
18767
+ "default.handlebars->27->1430",
18768
"default.handlebars->27->662",
18769
"default.handlebars->27->681"
18770
]
@@ -18771,7 +18783,7 @@
18783
"ru": "Нет доступа к рабочему столу",
18784
"zh-chs": "沒有桌面訪問",
18785
"xloc": [
18774
- "default.handlebars->27->1389"
18786
+ "default.handlebars->27->1392"
18787
]
18788
},
18789
{
@@ -18788,9 +18800,9 @@
18800
"ru": "События не найдены",
18801
"zh-chs": "找不到活動",
18802
"xloc": [
18791
- "default.handlebars->27->1518",
18792
- "default.handlebars->27->1836",
18793
- "default.handlebars->27->888"
18803
+ "default.handlebars->27->1521",
18804
+ "default.handlebars->27->1839",
18805
+ "default.handlebars->27->891"
18806
]
18807
},
18808
{
@@ -18808,7 +18820,7 @@
18820
"zh-chs": "沒有文件訪問",
18821
"xloc": [
18822
"default-mobile.handlebars->9->418",
18811
- "default.handlebars->27->1391"
18823
+ "default.handlebars->27->1394"
18824
]
18825
},
18826
{
@@ -18827,7 +18839,7 @@
18839
"fi": "Ei tiedostoja",
18840
"xloc": [
18841
"default-mobile.handlebars->9->439",
18830
- "default.handlebars->27->1429",
18842
+ "default.handlebars->27->1432",
18843
"default.handlebars->27->659",
18844
"default.handlebars->27->678"
18845
]
@@ -18865,8 +18877,8 @@
18877
"xloc": [
18878
"default-mobile.handlebars->9->419",
18879
"default-mobile.handlebars->9->440",
18868
- "default.handlebars->27->1392",
18869
- "default.handlebars->27->1430"
18880
+ "default.handlebars->27->1395",
18881
+ "default.handlebars->27->1433"
18882
]
18883
},
18884
{
@@ -18934,7 +18946,7 @@
18946
"ru": "Нет членов",
18947
"zh-chs": "沒有會員",
18948
"xloc": [
18937
- "default.handlebars->27->1684"
18949
+ "default.handlebars->27->1687"
18950
]
18951
},
18952
{
@@ -18952,7 +18964,7 @@
18964
"zh-chs": "沒有新的設備組",
18965
"fi": "Ei uusia laiteryhmiä.",
18966
"xloc": [
18955
- "default.handlebars->27->1641"
18967
+ "default.handlebars->27->1644"
18968
]
18969
},
18970
{
@@ -18969,9 +18981,9 @@
18981
"ru": "Политик нет",
18982
"zh-chs": "沒有政策",
18983
"xloc": [
18972
- "default.handlebars->27->1295",
18973
- "default.handlebars->27->1323",
18974
- "default.handlebars->27->1326"
18984
+ "default.handlebars->27->1298",
18985
+ "default.handlebars->27->1326",
18986
+ "default.handlebars->27->1329"
18987
]
18988
},
18989
{
@@ -18991,8 +19003,8 @@
19003
"default-mobile.handlebars->9->106",
19004
"default-mobile.handlebars->9->402",
19005
"default-mobile.handlebars->9->445",
18994
- "default.handlebars->27->1251",
18995
- "default.handlebars->27->1435",
19006
+ "default.handlebars->27->1254",
19007
+ "default.handlebars->27->1438",
19008
"default.handlebars->27->671",
19009
"default.handlebars->27->690"
19010
]
@@ -19031,7 +19043,7 @@
19043
"zh-chs": "沒有終端",
19044
"xloc": [
19045
"default-mobile.handlebars->9->438",
19034
- "default.handlebars->27->1428",
19046
+ "default.handlebars->27->1431",
19047
"default.handlebars->27->658",
19048
"default.handlebars->27->677"
19049
]
@@ -19051,7 +19063,7 @@
19063
"zh-chs": "沒有終端訪問",
19064
"xloc": [
19065
"default-mobile.handlebars->9->417",
19054
- "default.handlebars->27->1390"
19066
+ "default.handlebars->27->1393"
19067
]
19068
},
19069
{
@@ -19069,7 +19081,7 @@
19081
"zh-chs": "沒有工具(MeshCmd /路由器)",
19082
"fi": "Estä työkalut (MeshCmd/Router)",
19083
"xloc": [
19072
- "default.handlebars->27->1642"
19084
+ "default.handlebars->27->1645"
19085
]
19086
},
19087
{
@@ -19086,8 +19098,8 @@
19098
"ru": "Нет общих групп устройств",
19099
"zh-chs": "沒有共同的設備組",
19100
"xloc": [
19089
- "default.handlebars->27->1690",
19090
- "default.handlebars->27->1808"
19101
+ "default.handlebars->27->1693",
19102
+ "default.handlebars->27->1811"
19103
]
19104
},
19105
{
@@ -19184,8 +19196,8 @@
19196
"ru": "Нет общих устройств",
19197
"zh-chs": "沒有共同的設備",
19198
"xloc": [
19187
- "default.handlebars->27->1696",
19188
- "default.handlebars->27->1820"
19199
+ "default.handlebars->27->1699",
19200
+ "default.handlebars->27->1823"
19201
]
19202
},
19203
{
@@ -19203,7 +19215,7 @@
19215
"zh-chs": "該設備組中沒有設備。",
19216
"fi": "Ei laitteita tässä laiteryhmässä",
19217
"xloc": [
19206
- "default.handlebars->27->1478"
19218
+ "default.handlebars->27->1481"
19219
]
19220
},
19221
{
@@ -19274,7 +19286,7 @@
19286
"ru": "Группы не найдены.",
19287
"zh-chs": "找不到群組。",
19288
"xloc": [
19277
- "default.handlebars->27->1645"
19289
+ "default.handlebars->27->1648"
19290
]
19291
},
19292
{
@@ -19292,7 +19304,7 @@
19304
"zh-chs": "沒有此設備的信息。",
19305
"xloc": [
19306
"default-mobile.handlebars->9->390",
19295
- "default.handlebars->27->962"
19307
+ "default.handlebars->27->965"
19308
]
19309
},
19310
{
@@ -19368,7 +19380,7 @@
19380
"nl": "Geen opnames.",
19381
"es": "No hay Grabaciones.",
19382
"xloc": [
19371
- "default.handlebars->27->1838"
19383
+ "default.handlebars->27->1841"
19384
]
19385
},
19386
{
@@ -19385,7 +19397,7 @@
19397
"ru": "Нет серверных прав",
19398
"zh-chs": "沒有服務器權限",
19399
"xloc": [
19388
- "default.handlebars->27->1716"
19400
+ "default.handlebars->27->1719"
19401
]
19402
},
19403
{
@@ -19402,7 +19414,7 @@
19414
"ru": "Нет членства в группах пользователей",
19415
"zh-chs": "沒有用戶組成員身份",
19416
"xloc": [
19405
- "default.handlebars->27->1814"
19417
+ "default.handlebars->27->1817"
19418
]
19419
},
19420
{
@@ -19419,7 +19431,7 @@
19431
"ru": "Пользователи не найдены.",
19432
"zh-chs": "未找到相應的用戶。",
19433
"xloc": [
19422
- "default.handlebars->27->1550"
19434
+ "default.handlebars->27->1553"
19435
]
19436
},
19437
{
@@ -19496,22 +19508,22 @@
19508
"default-mobile.handlebars->9->245",
19509
"default-mobile.handlebars->9->297",
19510
"default-mobile.handlebars->9->396",
19499
- "default.handlebars->27->1263",
19500
- "default.handlebars->27->1270",
19501
- "default.handlebars->27->1274",
19502
- "default.handlebars->27->1286",
19503
- "default.handlebars->27->1291",
19504
- "default.handlebars->27->1293",
19505
- "default.handlebars->27->1469",
19506
- "default.handlebars->27->1488",
19507
- "default.handlebars->27->1526",
19508
- "default.handlebars->27->1666",
19509
- "default.handlebars->27->1668",
19510
- "default.handlebars->27->1735",
19511
+ "default.handlebars->27->1266",
19512
+ "default.handlebars->27->1273",
19513
+ "default.handlebars->27->1277",
19514
+ "default.handlebars->27->1289",
19515
+ "default.handlebars->27->1294",
19516
+ "default.handlebars->27->1296",
19517
+ "default.handlebars->27->1472",
19518
+ "default.handlebars->27->1491",
19519
+ "default.handlebars->27->1529",
19520
+ "default.handlebars->27->1669",
19521
+ "default.handlebars->27->1671",
19522
+ "default.handlebars->27->1738",
19523
"default.handlebars->27->174",
19512
- "default.handlebars->27->1744",
19513
- "default.handlebars->27->1748",
19514
- "default.handlebars->27->1760",
19524
+ "default.handlebars->27->1747",
19525
+ "default.handlebars->27->1751",
19526
+ "default.handlebars->27->1763",
19527
"default.handlebars->27->189",
19528
"default.handlebars->27->201",
19529
"default.handlebars->27->202",
@@ -19555,7 +19567,7 @@
19567
"ru": "Норвежский",
19568
"zh-chs": "挪威",
19569
"xloc": [
19558
- "default.handlebars->27->1124"
19570
+ "default.handlebars->27->1127"
19571
]
19572
},
19573
{
@@ -19572,7 +19584,7 @@
19584
"ru": "Норвежский (Букмол)",
19585
"zh-chs": "挪威文(Bokmal)",
19586
"xloc": [
19575
- "default.handlebars->27->1125"
19587
+ "default.handlebars->27->1128"
19588
]
19589
},
19590
{
@@ -19589,7 +19601,7 @@
19601
"ru": "Норвежский (Нюнорск)",
19602
"zh-chs": "挪威文(尼諾斯克)",
19603
"xloc": [
19592
- "default.handlebars->27->1126"
19604
+ "default.handlebars->27->1129"
19605
]
19606
},
19607
{
@@ -19609,7 +19621,7 @@
19621
"default-mobile.handlebars->9->225",
19622
"default-mobile.handlebars->9->357",
19623
"default.handlebars->27->552",
19612
- "default.handlebars->27->929"
19624
+ "default.handlebars->27->932"
19625
]
19626
},
19627
{
@@ -19629,7 +19641,7 @@
19641
"default-mobile.handlebars->9->224",
19642
"default-mobile.handlebars->9->356",
19643
"default.handlebars->27->551",
19632
- "default.handlebars->27->928"
19644
+ "default.handlebars->27->931"
19645
]
19646
},
19647
{
@@ -19646,8 +19658,8 @@
19658
"ru": "Не подключен",
19659
"zh-chs": "未連接",
19660
"xloc": [
19649
- "default.handlebars->27->1465",
19650
- "default.handlebars->27->1473"
19661
+ "default.handlebars->27->1468",
19662
+ "default.handlebars->27->1476"
19663
]
19664
},
19665
{
@@ -19665,7 +19677,7 @@
19677
"zh-chs": "未知",
19678
"xloc": [
19679
"default-mobile.handlebars->9->367",
19668
- "default.handlebars->27->939"
19680
+ "default.handlebars->27->942"
19681
]
19682
},
19683
{
@@ -19673,7 +19685,7 @@
19685
"nl": "Niet op de server",
19686
"es": "No esta en el servidor",
19687
"xloc": [
19676
- "default.handlebars->27->1854"
19688
+ "default.handlebars->27->1857"
19689
]
19690
},
19691
{
@@ -19690,8 +19702,8 @@
19702
"ru": "Не задано",
19703
"zh-chs": "沒有設置",
19704
"xloc": [
19693
- "default.handlebars->27->1722",
19694
- "default.handlebars->27->1723"
19705
+ "default.handlebars->27->1725",
19706
+ "default.handlebars->27->1726"
19707
]
19708
},
19709
{
@@ -19708,7 +19720,7 @@
19720
"ru": "не подтверждено",
19721
"zh-chs": "未經審核的",
19722
"xloc": [
19711
- "default.handlebars->27->1790"
19723
+ "default.handlebars->27->1793"
19724
]
19725
},
19726
{
@@ -19726,8 +19738,8 @@
19738
"zh-chs": "筆記",
19739
"fi": "Muistiinpanot",
19740
"xloc": [
19729
- "default.handlebars->27->1301",
19730
- "default.handlebars->27->1768",
19741
+ "default.handlebars->27->1304",
19742
+ "default.handlebars->27->1771",
19743
"default.handlebars->27->607",
19744
"default.handlebars->27->667",
19745
"default.handlebars->27->686",
@@ -19766,8 +19778,8 @@
19778
"zh-chs": "通知設置",
19779
"fi": "Ilmoitusasetukset",
19780
"xloc": [
19769
- "default.handlebars->27->1212",
19770
- "default.handlebars->27->1464",
19781
+ "default.handlebars->27->1215",
19782
+ "default.handlebars->27->1467",
19783
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
19784
]
19785
},
@@ -19786,7 +19798,7 @@
19798
"zh-chs": "通知設置還必須在帳戶設置中啟用。",
19799
"fi": "Ilmoitusasetusten on oltava käytössä myös tiliasetuksissa.",
19800
"xloc": [
19789
- "default.handlebars->27->1460"
19801
+ "default.handlebars->27->1463"
19802
]
19803
},
19804
{
@@ -19804,7 +19816,7 @@
19816
"zh-chs": "通知聲音。",
19817
"fi": "Ilmoitusääni.",
19818
"xloc": [
19807
- "default.handlebars->27->1207"
19819
+ "default.handlebars->27->1210"
19820
]
19821
},
19822
{
@@ -19821,7 +19833,7 @@
19833
"ru": "Уведомления",
19834
"zh-chs": "通知事項",
19835
"xloc": [
19824
- "default.handlebars->27->1292"
19836
+ "default.handlebars->27->1295"
19837
]
19838
},
19839
{
@@ -19838,7 +19850,7 @@
19850
"ru": "Уведомить",
19851
"zh-chs": "通知",
19852
"xloc": [
19841
- "default.handlebars->27->1774",
19853
+ "default.handlebars->27->1777",
19854
"default.handlebars->27->186"
19855
]
19856
},
@@ -19863,9 +19875,9 @@
19875
"ru": "Уведомить пользователя",
19876
"zh-chs": "通知使用者",
19877
"xloc": [
19866
- "default.handlebars->27->1358",
19867
- "default.handlebars->27->1362",
19868
- "default.handlebars->27->1365"
19878
+ "default.handlebars->27->1361",
19879
+ "default.handlebars->27->1365",
19880
+ "default.handlebars->27->1368"
19881
]
19882
},
19883
{
@@ -19882,7 +19894,7 @@
19894
"ru": "Уведомить {0}",
19895
"zh-chs": "通知{0}",
19896
"xloc": [
19885
- "default.handlebars->27->1589"
19897
+ "default.handlebars->27->1592"
19898
]
19899
},
19900
{
@@ -19901,7 +19913,7 @@
19913
"xloc": [
19914
"default-mobile.handlebars->9->83",
19915
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
19904
- "default.handlebars->27->1254",
19916
+ "default.handlebars->27->1257",
19917
"default.handlebars->27->578",
19918
"default.handlebars->container->dialog->idx_dlgButtonBar",
19919
"desktop.handlebars->p11->dialog->idx_dlgButtonBar",
@@ -19944,7 +19956,7 @@
19956
"ru": "Окситанский",
19957
"zh-chs": "歐舒丹",
19958
"xloc": [
19947
- "default.handlebars->27->1127"
19959
+ "default.handlebars->27->1130"
19960
]
19961
},
19962
{
@@ -19961,7 +19973,7 @@
19973
"ru": "Произошло в {0}",
19974
"zh-chs": "發生在{0}",
19975
"xloc": [
19964
- "default.handlebars->27->1868"
19976
+ "default.handlebars->27->1871"
19977
]
19978
},
19979
{
@@ -19979,7 +19991,7 @@
19991
"zh-chs": "離線用戶",
19992
"fi": "Offline-tilassa olevat käyttäjät",
19993
"xloc": [
19982
- "default.handlebars->27->1547"
19994
+ "default.handlebars->27->1550"
19995
]
19996
},
19997
{
@@ -19998,7 +20010,7 @@
20010
"fi": "Vanha salasana:",
20011
"xloc": [
20012
"default-mobile.handlebars->9->85",
20001
- "default.handlebars->27->1224"
20013
+ "default.handlebars->27->1227"
20014
]
20015
},
20016
{
@@ -20006,7 +20018,7 @@
20018
"nl": "één dag",
20019
"es": "Un día",
20020
"xloc": [
20009
- "default.handlebars->27->1523"
20021
+ "default.handlebars->27->1526"
20022
]
20023
},
20024
{
@@ -20052,7 +20064,7 @@
20064
"zh-chs": "在線用戶",
20065
"fi": "Online-tilassa olevat käyttäjät",
20066
"xloc": [
20055
- "default.handlebars->27->1546"
20067
+ "default.handlebars->27->1549"
20068
]
20069
},
20070
{
@@ -20071,7 +20083,7 @@
20083
"xloc": [
20084
"default-mobile.handlebars->9->307",
20085
"default.handlebars->27->506",
20074
- "default.handlebars->27->862"
20086
+ "default.handlebars->27->864"
20087
]
20088
},
20089
{
@@ -20203,7 +20215,7 @@
20215
"default.handlebars->27->365",
20216
"default.handlebars->27->575",
20217
"default.handlebars->27->770",
20206
- "default.handlebars->27->893"
20218
+ "default.handlebars->27->896"
20219
]
20220
},
20221
{
@@ -20221,8 +20233,8 @@
20233
"zh-chs": "運作方式",
20234
"xloc": [
20235
"default-mobile.handlebars->9->264",
20224
- "default.handlebars->27->1573",
20225
- "default.handlebars->27->1653",
20236
+ "default.handlebars->27->1576",
20237
+ "default.handlebars->27->1656",
20238
"default.handlebars->27->446",
20239
"default.handlebars->27->466",
20240
"default.handlebars->27->721"
@@ -20259,7 +20271,7 @@
20271
"ru": "Ория",
20272
"zh-chs": "奧里亞",
20273
"xloc": [
20262
- "default.handlebars->27->1128"
20274
+ "default.handlebars->27->1131"
This file is too large to show in full.
views/default.handlebars
+17
@@ -7651,6 +7651,7 @@
7651
QV('filesRecordIcon', false);
7652
p13setActions();
7653
if (files != null) { files.Stop(); files = null; }
7654
+ if (xxdialogTag == 'fileMsgDialog') { setDialogMode(0); }
7655
break;
7656
case 3:
7657
p13targetpath = '';
@@ -7709,6 +7710,8 @@
7710
var p13targetpath = null;
7711
var p13filetreelocation = [];
7712
7713
+ function p13fileOperationDialogEx(b) { if ((b == 0) && (files != null)) { files.sendText({ action: 'cancel' }); } }
7714
+
7715
function p13gotFiles(data) {
7716
if ((data.length > 0) && (data.charCodeAt(0) != 123)) { p13gotDownloadBinaryData(data); return; } // This is ok because 4 first bytes is a control value.
7717
//console.log('p13gotFiles', data);
@@ -7718,6 +7721,20 @@
7721
// Process file upload commands
7722
if ((data.action != null) && (data.action.startsWith('upload'))) { p13gotUploadData(data); return; }
7723
7724
+ // Display a dialog message
7725
+ if (data.action == 'dialogmessage') {
7726
+ if ((data.msg == null) && (xxdialogTag == 'fileMsgDialog')) {
7727
+ setDialogMode(0); // Close the dialog box
7728
+ } else if ((data.msg == 'zipping') && ((!xxdialogMode) || (xxdialogTag == 'fileMsgDialog'))) {
7729
+ // Show the dialog box message
7730
+ setDialogMode(2, "File Operation", 10, p13fileOperationDialogEx, '<div style=margin:10px>' + "Compressing files..." + '<div>', 'fileMsgDialog');
7731
+ }
7732
+ return;
7733
+ }
7734
+
7735
+ // Refresh file folder
7736
+ if (data.action == 'refresh') { p13folderup(9999); return; }
7737
+
7738
if (data.path != null) {
7739
data.path = data.path.replace(/\//g, '\\');
7740
if ((p13filetree != null) && (data.path == p13filetree.path)) {