Language fixes and server crash fixes.
Ylian Saint-Hilaire committed
Dec 30, 2019 at 11:31 UTC
118fe48713ed54e6ad5b22f029d732b55809487c
6 files changed
+1745
-1685
meshuser.js
+1
-1
@@ -962,7 +962,7 @@ module.exports.CreateMeshUser = function (parent, db, ws, req, args, domain, use
962
});
963
} else {
964
// Create a filter for device groups
965
- if (obj.user.links == null) return;
965
+ if ((obj.user == null) || (obj.user.links == null)) return;
966
967
// All events
968
var exGroupFilter2 = [], filter = [], filter2 = user.subscriptions;
package.json
+1
-1
@@ -1,6 +1,6 @@
1
{
2
"name": "meshcentral",
3
- "version": "0.4.6-r",
3
+ "version": "0.4.6-t",
4
"keywords": [
5
"Remote Management",
6
"Intel AMT",
translate/translate.json
+1730
-1668
@@ -8,7 +8,7 @@
8
"nl": "0",
9
"xloc": [
10
"default.handlebars->container->masthead->7->notificationCount",
11
- "default-mobile.handlebars->9->229"
11
+ "default-mobile.handlebars->9->232"
12
]
13
},
14
{
@@ -18,7 +18,7 @@
18
"cs": "3",
19
"nl": "3",
20
"xloc": [
21
- "default-mobile.handlebars->9->266"
21
+ "default-mobile.handlebars->9->269"
22
]
23
},
24
{
@@ -40,8 +40,8 @@
40
"cs": " + CIRA",
41
"nl": " + CIRA",
42
"xloc": [
43
- "default.handlebars->23->977",
44
- "default.handlebars->23->979"
43
+ "default.handlebars->23->984",
44
+ "default.handlebars->23->986"
45
]
46
},
47
{
@@ -50,11 +50,7 @@
50
"fr": " - Réinitialiser dans le {0} jour {1}.",
51
"pt": " - Redefinir em {0} dia {1}.",
52
"ja": " - {0}日でリセット{1}。",
53
- "nl": " - Reset in {0} dag(en){1}.",
54
- "xloc": [
55
- "default.handlebars->23->55",
56
- "default-mobile.handlebars->9->13"
57
- ]
53
+ "nl": " - Reset in {0} dag(en){1}."
54
},
55
{
56
"en": " - Reset in {0} hour{1}.",
@@ -62,11 +58,7 @@
58
"fr": " - Réinitialisation dans {0} heure {1}.",
59
"pt": " - Redefinir em {0} hora {1}.",
60
"ja": " - {0}時間でリセット{1}。",
65
- "nl": " - Reset in {0} uur{1}.",
66
- "xloc": [
67
- "default.handlebars->23->54",
68
- "default-mobile.handlebars->9->12"
69
- ]
61
+ "nl": " - Reset in {0} uur{1}."
62
},
63
{
64
"en": " - Reset in {0} minute{1}.",
@@ -74,11 +66,7 @@
66
"fr": " - Réinitialisation en {0} minute {1}.",
67
"pt": " - Redefinir em {0} minuto {1}.",
68
"ja": " - {0}分でリセット{1}。",
77
- "nl": " - Reset in {0} minuten{1}.",
78
- "xloc": [
79
- "default.handlebars->23->53",
80
- "default-mobile.handlebars->9->11"
81
- ]
69
+ "nl": " - Reset in {0} minuten{1}."
70
},
71
{
72
"en": " - Reset on next login.",
@@ -101,7 +89,7 @@
89
"cs": " / ",
90
"nl": " / ",
91
"xloc": [
104
- "default-mobile.handlebars->9->91"
92
+ "default-mobile.handlebars->9->94"
93
]
94
},
95
{
@@ -112,7 +100,7 @@
100
"ja": " ユーザーを追加する",
101
"nl": " Gebruiker toevoegen",
102
"xloc": [
115
- "default-mobile.handlebars->9->277"
103
+ "default-mobile.handlebars->9->280"
104
]
105
},
106
{
@@ -123,7 +111,7 @@
111
"ja": " このユーザー名とパスワードを使用してサーバーに対して認証します。",
112
"nl": " verifieer bij de server met deze gebruikersnaam en elk wachtwoord.",
113
"xloc": [
126
- "default.handlebars->23->261"
114
+ "default.handlebars->23->267"
115
]
116
},
117
{
@@ -134,7 +122,7 @@
122
"ja": " このユーザー名とパスワードを使用してサーバーに対して認証します。",
123
"nl": " verifieer bij de server met deze gebruikersnaam en wachtwoord.",
124
"xloc": [
137
- "default.handlebars->23->260"
125
+ "default.handlebars->23->266"
126
]
127
},
128
{
@@ -145,7 +133,7 @@
133
"ja": " ノード",
134
"nl": " apparaat",
135
"xloc": [
148
- "default-mobile.handlebars->9->124"
136
+ "default-mobile.handlebars->9->127"
137
]
138
},
139
{
@@ -156,7 +144,7 @@
144
"ja": " ノード",
145
"nl": " apparaten",
146
"xloc": [
159
- "default-mobile.handlebars->9->125"
147
+ "default-mobile.handlebars->9->128"
148
]
149
},
150
{
@@ -167,7 +155,7 @@
155
"ja": " パスワードヒントは使用できますが、推奨されません。",
156
"nl": " Een wachtwoord hint kan gebruikt worden maar wordt afgeraden",
157
"xloc": [
170
- "default.handlebars->23->909"
158
+ "default.handlebars->23->916"
159
]
160
},
161
{
@@ -178,8 +166,8 @@
166
"ja": " ユーザーは、デバイスグループに追加する前にこのサーバーに1回ログインする必要があります。",
167
"nl": " Gebruikers moeten inloggen bij de server voordat ze kunnen worden toegevoegd aan een apparaatgroep.",
168
"xloc": [
181
- "default.handlebars->23->1051",
182
- "default.handlebars->23->1256"
169
+ "default.handlebars->23->1058",
170
+ "default.handlebars->23->1264"
171
]
172
},
173
{
@@ -190,7 +178,7 @@
178
"ja": " TLSを使用。",
179
"nl": " met TLS.",
180
"xloc": [
193
- "default.handlebars->23->159"
181
+ "default.handlebars->23->164"
182
]
183
},
184
{
@@ -201,7 +189,7 @@
189
"ja": " TLSなし。",
190
"nl": " zonder TLS.",
191
"xloc": [
204
- "default.handlebars->23->160"
192
+ "default.handlebars->23->165"
193
]
194
},
195
{
@@ -222,7 +210,7 @@
210
"ja": "(オプション)",
211
"nl": "(optioneel)",
212
"xloc": [
225
- "default.handlebars->23->297"
213
+ "default.handlebars->23->303"
214
]
215
},
216
{
@@ -243,7 +231,7 @@
231
"ja": "* BSDの場合、最初に\\\"pkg install wget sudo bash\\\"を実行します。",
232
"nl": "* Voor BSD, start eerst \\\"pkg install wget sudo bash\\\" .",
233
"xloc": [
246
- "default.handlebars->23->328"
234
+ "default.handlebars->23->334"
235
]
236
},
237
{
@@ -253,7 +241,7 @@
241
"ja": "*空白のままにして、各デバイスにランダムなパスワードを割り当てます。",
242
"nl": "* Laat leeg om een willekeurig wachtwoord toe te wijzen aan elk apparaat.",
243
"xloc": [
256
- "default.handlebars->23->1026"
244
+ "default.handlebars->23->1033"
245
]
246
},
247
{
@@ -274,8 +262,8 @@
262
"cs": ", ",
263
"nl": ", ",
264
"xloc": [
277
- "default.handlebars->23->1094",
278
- "default-mobile.handlebars->9->327"
265
+ "default.handlebars->23->1101",
266
+ "default-mobile.handlebars->9->330"
267
]
268
},
269
{
@@ -296,8 +284,8 @@
284
"ja": "、Intel® AMTのみ",
285
"nl": ", Intel® AMT alleen",
286
"xloc": [
299
- "default.handlebars->23->174",
300
- "default-mobile.handlebars->9->89"
287
+ "default.handlebars->23->180",
288
+ "default-mobile.handlebars->9->92"
289
]
290
},
291
{
@@ -307,7 +295,7 @@
295
"ja": "、MQTTはオンラインです",
296
"nl": ", MQTT is online",
297
"xloc": [
310
- "default.handlebars->23->662"
298
+ "default.handlebars->23->669"
299
]
300
},
301
{
@@ -338,7 +326,7 @@
326
"cs": ", Soft-KVM",
327
"nl": ", Soft-KVM",
328
"xloc": [
341
- "default.handlebars->23->574"
329
+ "default.handlebars->23->580"
330
]
331
},
332
{
@@ -348,11 +336,11 @@
336
"cs": ", WebRTC",
337
"nl": ", WebRTC",
338
"xloc": [
351
- "default.handlebars->23->575",
352
- "default.handlebars->23->606",
353
- "default.handlebars->23->618",
354
- "default-mobile.handlebars->9->225",
355
- "default-mobile.handlebars->9->235"
339
+ "default.handlebars->23->581",
340
+ "default.handlebars->23->612",
341
+ "default.handlebars->23->624",
342
+ "default-mobile.handlebars->9->228",
343
+ "default-mobile.handlebars->9->238"
344
]
345
},
346
{
@@ -362,7 +350,7 @@
350
"cs": "–",
351
"nl": "-",
352
"xloc": [
365
- "default-mobile.handlebars->9->228"
353
+ "default-mobile.handlebars->9->231"
354
]
355
},
356
{
@@ -390,11 +378,11 @@
378
"cs": "…",
379
"nl": "...",
380
"xloc": [
393
- "default.handlebars->23->620",
394
- "default.handlebars->23->1116",
395
- "default.handlebars->23->1312",
396
- "default-mobile.handlebars->9->64",
397
- "default-mobile.handlebars->9->240"
381
+ "default.handlebars->23->626",
382
+ "default.handlebars->23->1123",
383
+ "default.handlebars->23->1320",
384
+ "default-mobile.handlebars->9->67",
385
+ "default-mobile.handlebars->9->243"
386
]
387
},
388
{
@@ -415,7 +403,7 @@
403
"ja": "1つのアクティブなセッション",
404
"nl": "1 actieve sessie",
405
"xloc": [
418
- "default.handlebars->23->1296"
406
+ "default.handlebars->23->1304"
407
]
408
},
409
{
@@ -426,9 +414,9 @@
414
"ja": "1バイト",
415
"nl": "1 byte",
416
"xloc": [
429
- "default.handlebars->23->1133",
430
- "default-mobile.handlebars->9->74",
431
- "default-mobile.handlebars->9->331"
417
+ "default.handlebars->23->1140",
418
+ "default-mobile.handlebars->9->77",
419
+ "default-mobile.handlebars->9->334"
420
]
421
},
422
{
@@ -439,9 +427,9 @@
427
"ja": "1日",
428
"nl": "1 dag",
429
"xloc": [
442
- "default.handlebars->23->164",
443
- "default.handlebars->23->288",
444
- "default.handlebars->23->302"
430
+ "default.handlebars->23->170",
431
+ "default.handlebars->23->294",
432
+ "default.handlebars->23->308"
433
]
434
},
435
{
@@ -452,7 +440,7 @@
440
"ja": "1グループ",
441
"nl": "1 groep",
442
"xloc": [
455
- "default.handlebars->23->1280"
443
+ "default.handlebars->23->1288"
444
]
445
},
446
{
@@ -463,8 +451,9 @@
451
"ja": "1時間",
452
"nl": "1 uur",
453
"xloc": [
466
- "default.handlebars->23->286",
467
- "default.handlebars->23->300"
454
+ "default.handlebars->23->168",
455
+ "default.handlebars->23->292",
456
+ "default.handlebars->23->306"
457
]
458
},
459
{
@@ -475,9 +464,9 @@
464
"ja": "1ヶ月",
465
"nl": "1 maand",
466
"xloc": [
478
- "default.handlebars->23->166",
479
- "default.handlebars->23->290",
480
- "default.handlebars->23->304"
467
+ "default.handlebars->23->172",
468
+ "default.handlebars->23->296",
469
+ "default.handlebars->23->310"
470
]
471
},
472
{
@@ -487,7 +476,7 @@
476
"ja": "さらに1人のユーザーが表示されていません。検索ボックスを使用してユーザーを検索してください...",
477
"nl": "1 gebruiker niet getoond, gebruik de zoekfunctie om gebruikers te vinden...",
478
"xloc": [
490
- "default.handlebars->23->1167"
479
+ "default.handlebars->23->1175"
480
]
481
},
482
{
@@ -498,7 +487,7 @@
487
"ja": "1ノード",
488
"nl": "1 knooppunt",
489
"xloc": [
501
- "default.handlebars->23->341"
490
+ "default.handlebars->23->347"
491
]
492
},
493
{
@@ -509,7 +498,7 @@
498
"ja": "1セッション",
499
"nl": "1 sessie",
500
"xloc": [
512
- "default.handlebars->23->1171"
501
+ "default.handlebars->23->1179"
502
]
503
},
504
{
@@ -520,9 +509,9 @@
509
"ja": "1週間",
510
"nl": "1 week",
511
"xloc": [
523
- "default.handlebars->23->165",
524
- "default.handlebars->23->289",
525
- "default.handlebars->23->303"
512
+ "default.handlebars->23->171",
513
+ "default.handlebars->23->295",
514
+ "default.handlebars->23->309"
515
]
516
},
517
{
@@ -621,7 +610,7 @@
610
"ja": "2段階ログインのアクティベーションに失敗しました。",
611
"nl": "Tweestapsverificatie is msilukt.",
612
"xloc": [
624
- "default.handlebars->23->120"
613
+ "default.handlebars->23->125"
614
]
615
},
616
{
@@ -631,7 +620,7 @@
620
"ja": "2段階ログインアクティベーションの削除に失敗しました。",
621
"nl": "Tweestapsverificatie verwijdering is mislukt.",
622
"xloc": [
634
- "default.handlebars->23->125"
623
+ "default.handlebars->23->130"
624
]
625
},
626
{
@@ -720,8 +709,8 @@
709
"ja": "MeshAgentの32ビットバージョン",
710
"nl": "32bit versie van de MeshAgent",
711
"xloc": [
723
- "default.handlebars->23->320",
724
- "default.handlebars->23->334"
712
+ "default.handlebars->23->326",
713
+ "default.handlebars->23->340"
714
]
715
},
716
{
@@ -828,8 +817,8 @@
817
"ja": "MeshAgentの64ビットバージョン",
818
"nl": "64bit versie van de MeshAgent",
819
"xloc": [
831
- "default.handlebars->23->323",
832
- "default.handlebars->23->337"
820
+ "default.handlebars->23->329",
821
+ "default.handlebars->23->343"
822
]
823
},
824
{
@@ -839,7 +828,7 @@
828
"ja": "7日間の電源状態",
829
"nl": "7 dagen stroom status",
830
"xloc": [
842
- "default.handlebars->23->528"
831
+ "default.handlebars->23->534"
832
]
833
},
834
{
@@ -872,8 +861,8 @@
861
"ja": "8時間",
862
"nl": "8 uur",
863
"xloc": [
875
- "default.handlebars->23->287",
876
- "default.handlebars->23->301"
864
+ "default.handlebars->23->293",
865
+ "default.handlebars->23->307"
866
]
867
},
868
{
@@ -914,7 +903,7 @@
903
"ja": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">ハードウェアキー</a>は、セカンダリログイン認証として使用されます。",
904
"nl": "<a href=\\\"https://www.yubico.com/\\\" rel=\\\"noreferrer noopener\\\" target=\\\"_blank\\\">Hardware sleutels</a> worden gebruikt als secundaire inlogverificatie.",
905
"xloc": [
917
- "default.handlebars->23->134"
906
+ "default.handlebars->23->139"
907
]
908
},
909
{
@@ -924,7 +913,7 @@
913
"ja": "<b style = color:green> 2段階のログインアクティベーションが削除されました</ b>。この機能はいつでも再アクティブ化できます。",
914
"nl": "<b style=color:green>Tweestapsverificatie verwijderd</b>. Je kan deze functie ten allen tijde weer inschakelen.",
915
"xloc": [
927
- "default-mobile.handlebars->9->19"
916
+ "default-mobile.handlebars->9->22"
917
]
918
},
919
{
@@ -934,7 +923,7 @@
923
"ja": "<b style = color:green> 2段階ログインの有効化に成功</ b>。再度ログインするには、有効なトークンが必要になります。",
924
"nl": "<b style=color:green>Tweestapsverificatie successvol</b>. U hebt nu een geldig token nodig om opnieuw in te loggen.",
925
"xloc": [
937
- "default-mobile.handlebars->9->16"
926
+ "default-mobile.handlebars->9->19"
927
]
928
},
929
{
@@ -944,7 +933,7 @@
933
"ja": "<b style = color:red> 2段階ログインの有効化に失敗しました</ b>。アプリケーションから秘密をクリアして、再試行してください。適切なコードを入力するのに数分しかかかりません。",
934
"nl": "<b style=color:red>Tweestapsverificatie mislukt</b>. Wis het geheim van de applicatie en probeer het opnieuw. Je hebt maar een paar minuten om de juiste code in te voeren.",
935
"xloc": [
947
- "default-mobile.handlebars->9->17"
936
+ "default-mobile.handlebars->9->20"
937
]
938
},
939
{
@@ -954,7 +943,7 @@
943
"ja": "<b style = color:red> 2段階のログインアクティベーションの削除に失敗しました</ b>。再試行する。",
944
"nl": "<b style=color:red>Tweestapsverificatie verwijdering mislukt</b>. Probeer het opnieuw.",
945
"xloc": [
957
- "default-mobile.handlebars->9->20"
946
+ "default-mobile.handlebars->9->23"
947
]
948
},
949
{
@@ -963,9 +952,9 @@
952
"cs": "\\\\",
953
"nl": "\\\\",
954
"xloc": [
966
- "default-mobile.handlebars->9->236",
967
- "default-mobile.handlebars->9->237",
968
- "default-mobile.handlebars->9->238"
955
+ "default-mobile.handlebars->9->239",
956
+ "default-mobile.handlebars->9->240",
957
+ "default-mobile.handlebars->9->241"
958
]
959
},
960
{
@@ -976,7 +965,7 @@
965
"ja": "アクセスが拒否されました",
966
"nl": "Toegang geweigerd",
967
"xloc": [
979
- "default.handlebars->23->663"
968
+ "default.handlebars->23->670"
969
]
970
},
971
{
@@ -996,7 +985,7 @@
985
"ja": "サーバーファイルへのアクセス",
986
"nl": "Toegang tot de server bestanden",
987
"xloc": [
999
- "default.handlebars->23->1261"
988
+ "default.handlebars->23->1269"
989
]
990
},
991
{
@@ -1088,15 +1077,15 @@
1077
"ja": "アカウントのセキュリティ",
1078
"nl": "Gebruikersaccount beveiliging",
1079
"xloc": [
1091
- "default.handlebars->23->419",
1092
- "default.handlebars->23->421",
1093
- "default.handlebars->23->918",
1094
- "default.handlebars->23->920",
1080
+ "default.handlebars->23->425",
1081
+ "default.handlebars->23->427",
1082
+ "default.handlebars->23->925",
1083
+ "default.handlebars->23->927",
1084
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->1->0",
1096
- "default-mobile.handlebars->9->49",
1097
- "default-mobile.handlebars->9->51",
1098
- "default-mobile.handlebars->9->126",
1099
- "default-mobile.handlebars->9->128"
1085
+ "default-mobile.handlebars->9->52",
1086
+ "default-mobile.handlebars->9->54",
1087
+ "default-mobile.handlebars->9->129",
1088
+ "default-mobile.handlebars->9->131"
1089
]
1090
},
1091
{
@@ -1106,8 +1095,8 @@
1095
"cs": "ACM",
1096
"nl": "ACM",
1097
"xloc": [
1109
- "default.handlebars->23->446",
1110
- "default-mobile.handlebars->9->179"
1098
+ "default.handlebars->23->452",
1099
+ "default-mobile.handlebars->9->182"
1100
]
1101
},
1102
{
@@ -1118,7 +1107,7 @@
1107
"nl": "Actie",
1108
"xloc": [
1109
"default.handlebars->container->column_l->p42->p42tbl->1->0->8",
1121
- "default.handlebars->23->668"
1110
+ "default.handlebars->23->675"
1111
]
1112
},
1113
{
@@ -1131,7 +1120,7 @@
1120
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
1121
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
1122
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1",
1134
- "default.handlebars->23->478",
1123
+ "default.handlebars->23->484",
1124
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
1125
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1"
1126
]
@@ -1166,10 +1155,10 @@
1155
"ja": "有効化",
1156
"nl": "Geactiveerd",
1157
"xloc": [
1169
- "default.handlebars->23->439",
1170
- "default.handlebars->23->441",
1171
- "default-mobile.handlebars->9->174",
1172
- "default-mobile.handlebars->9->176"
1158
+ "default.handlebars->23->445",
1159
+ "default.handlebars->23->447",
1160
+ "default-mobile.handlebars->9->177",
1161
+ "default-mobile.handlebars->9->179"
1162
]
1163
},
1164
{
@@ -1179,10 +1168,10 @@
1168
"ja": "アクティベーション",
1169
"nl": "Activatie",
1170
"xloc": [
1182
- "default.handlebars->23->224",
1183
- "default.handlebars->23->226",
1184
- "default.handlebars->23->989",
1185
- "default.handlebars->23->991"
1171
+ "default.handlebars->23->230",
1172
+ "default.handlebars->23->232",
1173
+ "default.handlebars->23->996",
1174
+ "default.handlebars->23->998"
1175
]
1176
},
1177
{
@@ -1192,7 +1181,7 @@
1181
"ja": "アクティブユーザー{0}",
1182
"nl": "Actieve gebruikers{0}",
1183
"xloc": [
1195
- "default.handlebars->23->465"
1184
+ "default.handlebars->23->471"
1185
]
1186
},
1187
{
@@ -1202,8 +1191,8 @@
1191
"ja": "メッシュエージェントをインストールして、このメッシュに新しいコンピューターを追加します。",
1192
"nl": "Voeg een nieuwe computer toe aan deze mesh door de mesh-agent te installeren.",
1193
"xloc": [
1205
- "default.handlebars->23->227",
1206
- "default.handlebars->23->992"
1194
+ "default.handlebars->23->233",
1195
+ "default.handlebars->23->999"
1196
]
1197
},
1198
{
@@ -1213,7 +1202,7 @@
1202
"ja": "新しいIntel®を追加しますローカルネットワークをスキャンしてAMTコンピューター。",
1203
"nl": "Voeg een nieuwe Intel® AMT computer toe door het lokale netwerk te scannen.",
1204
"xloc": [
1216
- "default.handlebars->23->221"
1205
+ "default.handlebars->23->227"
1206
]
1207
},
1208
{
@@ -1223,8 +1212,8 @@
1212
"ja": "新しいIntel®を追加しますインターネット上にあるAMTコンピューター。",
1213
"nl": "Voeg een nieuwe Intel® AMT computer toe welke zich op het internet bevind.",
1214
"xloc": [
1226
- "default.handlebars->23->217",
1227
- "default.handlebars->23->984"
1215
+ "default.handlebars->23->223",
1216
+ "default.handlebars->23->991"
1217
]
1218
},
1219
{
@@ -1234,8 +1223,8 @@
1223
"ja": "新しいIntel®を追加しますローカルネットワーク上にあるAMTコンピューター。",
1224
"nl": "Voeg een nieuwe Intel® AMT computer toe welke zich op het lokale netwerk bevind.",
1225
"xloc": [
1237
- "default.handlebars->23->219",
1238
- "default.handlebars->23->986"
1226
+ "default.handlebars->23->225",
1227
+ "default.handlebars->23->993"
1228
]
1229
},
1230
{
@@ -1245,7 +1234,7 @@
1234
"ja": "新しいIntel®を追加しますAMTデバイスからデバイスグループ\\\"{0}\\\"へ。",
1235
"nl": "Voeg een nieuwe Intel® AMT computer toe aan een apparaatgroep \\\"{0}\\\".",
1236
"xloc": [
1248
- "default.handlebars->23->231"
1237
+ "default.handlebars->23->237"
1238
]
1239
},
1240
{
@@ -1256,7 +1245,7 @@
1245
"ja": "エージェントを追加",
1246
"nl": "Toevoegen Agent",
1247
"xloc": [
1259
- "default.handlebars->23->228"
1248
+ "default.handlebars->23->234"
1249
]
1250
},
1251
{
@@ -1267,7 +1256,7 @@
1256
"ja": "CIRAを追加",
1257
"nl": "Toevoegen CIRA",
1258
"xloc": [
1270
- "default.handlebars->23->218"
1259
+ "default.handlebars->23->224"
1260
]
1261
},
1262
{
@@ -1278,7 +1267,7 @@
1267
"ja": "デバイスイベントを追加",
1268
"nl": "Apparaatgebeurtenis toevoegen",
1269
"xloc": [
1281
- "default.handlebars->23->511"
1270
+ "default.handlebars->23->517"
1271
]
1272
},
1273
{
@@ -1289,7 +1278,7 @@
1278
"ja": "デバイスグループを追加",
1279
"nl": "Apparaatgroep toevoegen",
1280
"xloc": [
1292
- "default.handlebars->23->199"
1281
+ "default.handlebars->23->205"
1282
]
1283
},
1284
{
@@ -1299,7 +1288,7 @@
1288
"ja": "Intel®を追加AMT CIRAデバイス",
1289
"nl": "Toevoegen Intel® AMT CIRA apparaat",
1290
"xloc": [
1302
- "default.handlebars->23->273"
1291
+ "default.handlebars->23->279"
1292
]
1293
},
1294
{
@@ -1309,7 +1298,7 @@
1298
"ja": "Intel®を追加AMTデバイス",
1299
"nl": "Add Intel® AMT apparaat",
1300
"xloc": [
1312
- "default.handlebars->23->241"
1301
+ "default.handlebars->23->247"
1302
]
1303
},
1304
{
@@ -1319,7 +1308,7 @@
1308
"ja": "キーを追加",
1309
"nl": "Sleutel toevoegen",
1310
"xloc": [
1322
- "default.handlebars->23->138"
1311
+ "default.handlebars->23->143"
1312
]
1313
},
1314
{
@@ -1329,7 +1318,7 @@
1318
"ja": "ローカルを追加",
1319
"nl": "Lokaal toevoegen",
1320
"xloc": [
1332
- "default.handlebars->23->220"
1321
+ "default.handlebars->23->226"
1322
]
1323
},
1324
{
@@ -1339,7 +1328,7 @@
1328
"ja": "メッシュエージェントを追加",
1329
"nl": "Toevoegen Mesh agent",
1330
"xloc": [
1342
- "default.handlebars->23->340"
1331
+ "default.handlebars->23->346"
1332
]
1333
},
1334
{
@@ -1350,8 +1339,8 @@
1339
"ja": "ひとつ追加",
1340
"nl": "Voeg toe",
1341
"xloc": [
1353
- "default.handlebars->23->191",
1354
- "default.handlebars->23->193"
1342
+ "default.handlebars->23->197",
1343
+ "default.handlebars->23->199"
1344
]
1345
},
1346
{
@@ -1362,12 +1351,12 @@
1351
"ja": "セキュリティキーを追加",
1352
"nl": "Beveiligingssleutel toevoegen",
1353
"xloc": [
1365
- "default.handlebars->23->141",
1366
- "default.handlebars->23->143",
1354
"default.handlebars->23->146",
1368
- "default.handlebars->23->147",
1369
- "default.handlebars->23->687",
1370
- "default.handlebars->23->688"
1355
+ "default.handlebars->23->148",
1356
+ "default.handlebars->23->151",
1357
+ "default.handlebars->23->152",
1358
+ "default.handlebars->23->694",
1359
+ "default.handlebars->23->695"
1360
]
1361
},
1362
{
@@ -1378,7 +1367,7 @@
1367
"ja": "メッシュにユーザーを追加",
1368
"nl": "Gebruiker toevoegen aan Mesh",
1369
"xloc": [
1381
- "default-mobile.handlebars->9->306"
1370
+ "default-mobile.handlebars->9->309"
1371
]
1372
},
1373
{
@@ -1389,8 +1378,8 @@
1378
"ja": "ユーザーを追加",
1379
"nl": "Gebruikers toevoegen",
1380
"xloc": [
1392
- "default.handlebars->23->983",
1393
- "default.handlebars->23->1241"
1381
+ "default.handlebars->23->990",
1382
+ "default.handlebars->23->1249"
1383
]
1384
},
1385
{
@@ -1400,7 +1389,7 @@
1389
"ja": "ユーザーをデバイスグループに追加する",
1390
"nl": "Gebruikers toevoegen aan apparaatgroep",
1391
"xloc": [
1403
- "default.handlebars->23->1071"
1392
+ "default.handlebars->23->1078"
1393
]
1394
},
1395
{
@@ -1410,7 +1399,7 @@
1399
"ja": "YubiKey®を追加OTP",
1400
"nl": "Voeg YubiKey® OTP toe",
1401
"xloc": [
1413
- "default.handlebars->23->139"
1402
+ "default.handlebars->23->144"
1403
]
1404
},
1405
{
@@ -1420,7 +1409,7 @@
1409
"ja": "住所",
1410
"nl": "Adres",
1411
"xloc": [
1423
- "default.handlebars->23->195"
1412
+ "default.handlebars->23->201"
1413
]
1414
},
1415
{
@@ -1440,7 +1429,7 @@
1429
"cs": "admin",
1430
"nl": "Beheerder",
1431
"xloc": [
1443
- "default.handlebars->23->236"
1432
+ "default.handlebars->23->242"
1433
]
1434
},
1435
{
@@ -1450,7 +1439,7 @@
1439
"ja": "管理レルム",
1440
"nl": "Beheerdersgebied",
1441
"xloc": [
1453
- "default.handlebars->23->1284"
1442
+ "default.handlebars->23->1292"
1443
]
1444
},
1445
{
@@ -1460,7 +1449,7 @@
1449
"ja": "管理レルム",
1450
"nl": "Administratieve gebieden",
1451
"xloc": [
1463
- "default.handlebars->23->1216"
1452
+ "default.handlebars->23->1224"
1453
]
1454
},
1455
{
@@ -1470,7 +1459,7 @@
1459
"cs": "Správce",
1460
"nl": "Beheerder",
1461
"xloc": [
1473
- "default.handlebars->23->1178"
1462
+ "default.handlebars->23->1186"
1463
]
1464
},
1465
{
@@ -1480,7 +1469,7 @@
1469
"cs": "afrikánština",
1470
"nl": "Afrikaans",
1471
"xloc": [
1483
- "default.handlebars->23->690"
1472
+ "default.handlebars->23->697"
1473
]
1474
},
1475
{
@@ -1492,13 +1481,13 @@
1481
"nl": "Agent",
1482
"xloc": [
1483
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1",
1495
- "default.handlebars->23->178",
1496
- "default.handlebars->23->365",
1497
- "default.handlebars->23->1104",
1498
- "default.handlebars->23->1110",
1499
- "default-mobile.handlebars->9->118",
1500
- "default-mobile.handlebars->9->171",
1501
- "default-mobile.handlebars->9->187"
1484
+ "default.handlebars->23->184",
1485
+ "default.handlebars->23->371",
1486
+ "default.handlebars->23->1111",
1487
+ "default.handlebars->23->1117",
1488
+ "default-mobile.handlebars->9->121",
1489
+ "default-mobile.handlebars->9->174",
1490
+ "default-mobile.handlebars->9->190"
1491
]
1492
},
1493
{
@@ -1518,9 +1507,9 @@
1507
"ja": "接続されたエージェント",
1508
"nl": "Agent verbonden",
1509
"xloc": [
1521
- "default.handlebars->23->149",
1522
- "default.handlebars->23->502",
1523
- "default.handlebars->23->503"
1510
+ "default.handlebars->23->154",
1511
+ "default.handlebars->23->508",
1512
+ "default.handlebars->23->509"
1513
]
1514
},
1515
{
@@ -1530,8 +1519,8 @@
1519
"ja": "エージェントコンソール",
1520
"nl": "Agent console",
1521
"xloc": [
1533
- "default.handlebars->23->1078",
1534
- "default-mobile.handlebars->9->312"
1522
+ "default.handlebars->23->1085",
1523
+ "default-mobile.handlebars->9->315"
1524
]
1525
},
1526
{
@@ -1541,7 +1530,7 @@
1530
"ja": "エージェントが切断されました",
1531
"nl": "Agent niet verbonden",
1532
"xloc": [
1544
- "default.handlebars->23->153"
1533
+ "default.handlebars->23->158"
1534
]
1535
},
1536
{
@@ -1551,7 +1540,7 @@
1540
"ja": "エージェントはオフラインです",
1541
"nl": "Agent is offline",
1542
"xloc": [
1554
- "default.handlebars->23->661"
1543
+ "default.handlebars->23->668"
1544
]
1545
},
1546
{
@@ -1561,7 +1550,7 @@
1550
"ja": "エージェントはオンラインです",
1551
"nl": "Agent is online",
1552
"xloc": [
1564
- "default.handlebars->23->660"
1553
+ "default.handlebars->23->667"
1554
]
1555
},
1556
{
@@ -1571,7 +1560,7 @@
1560
"cs": "Agent Relay (předávání)",
1561
"nl": "Agent Relay",
1562
"xloc": [
1574
- "default-mobile.handlebars->9->190"
1563
+ "default-mobile.handlebars->9->193"
1564
]
1565
},
1566
{
@@ -1592,8 +1581,8 @@
1581
"cs": "Štítek agenta",
1582
"nl": "Agent Tag",
1583
"xloc": [
1595
- "default.handlebars->23->458",
1596
- "default-mobile.handlebars->9->186"
1584
+ "default.handlebars->23->464",
1585
+ "default-mobile.handlebars->9->189"
1586
]
1587
},
1588
{
@@ -1603,7 +1592,7 @@
1592
"ja": "エージェント",
1593
"nl": "Agents",
1594
"xloc": [
1606
- "default.handlebars->23->1349"
1595
+ "default.handlebars->23->1357"
1596
]
1597
},
1598
{
@@ -1613,7 +1602,7 @@
1602
"cs": "albánština",
1603
"nl": "Albanees",
1604
"xloc": [
1616
- "default.handlebars->23->691"
1605
+ "default.handlebars->23->698"
1606
]
1607
},
1608
{
@@ -1624,9 +1613,9 @@
1613
"ja": "すべて",
1614
"nl": "alles",
1615
"xloc": [
1627
- "default-mobile.handlebars->9->73",
1628
- "default-mobile.handlebars->9->241",
1629
- "default-mobile.handlebars->9->243"
1616
+ "default-mobile.handlebars->9->76",
1617
+ "default-mobile.handlebars->9->244",
1618
+ "default-mobile.handlebars->9->246"
1619
]
1620
},
1621
{
@@ -1636,7 +1625,7 @@
1625
"ja": "すべてのディスプレイ",
1626
"nl": "alle schermen",
1627
"xloc": [
1639
- "default-mobile.handlebars->9->230"
1628
+ "default-mobile.handlebars->9->233"
1629
]
1630
},
1631
{
@@ -1646,9 +1635,9 @@
1635
"cs": "Zaměřit vše",
1636
"nl": "All Focus",
1637
"xloc": [
1649
- "default.handlebars->23->576",
1650
- "default.handlebars->23->578",
1651
- "default.handlebars->23->579"
1638
+ "default.handlebars->23->582",
1639
+ "default.handlebars->23->584",
1640
+ "default.handlebars->23->585"
1641
]
1642
},
1643
{
@@ -1659,8 +1648,8 @@
1648
"cs": "Umožnit uživatelům spravovat tuto skupinu a zařízení v této skupině.",
1649
"nl": "Gebruikers toestaan deze apparaatgroep en apparaten in deze groep te beheren.",
1650
"xloc": [
1662
- "default.handlebars->23->1050",
1663
- "default.handlebars->23->1255"
1651
+ "default.handlebars->23->1057",
1652
+ "default.handlebars->23->1263"
1653
]
1654
},
1655
{
@@ -1692,7 +1681,7 @@
1681
"cs": "Alternativní (F10 = ESC+0)",
1682
"nl": "Alternatief (F10 = ESC + 0)",
1683
"xloc": [
1695
- "default.handlebars->23->611"
1684
+ "default.handlebars->23->617"
1685
]
1686
},
1687
{
@@ -1703,7 +1692,7 @@
1692
"cs": "Vždy upozorňovat",
1693
"nl": "Altijd informeren",
1694
"xloc": [
1706
- "default.handlebars->23->966"
1695
+ "default.handlebars->23->973"
1696
]
1697
},
1698
{
@@ -1713,7 +1702,7 @@
1702
"cs": "Vždy se dotázat",
1703
"nl": "Altijd prompt",
1704
"xloc": [
1716
- "default.handlebars->23->967"
1705
+ "default.handlebars->23->974"
1706
]
1707
},
1708
{
@@ -1723,8 +1712,8 @@
1712
"cs": "AMT",
1713
"nl": "AMT",
1714
"xloc": [
1726
- "default.handlebars->23->182",
1727
- "default.handlebars->23->369"
1715
+ "default.handlebars->23->188",
1716
+ "default.handlebars->23->375"
1717
]
1718
},
1719
{
@@ -1746,7 +1735,7 @@
1735
"nl": "Android APK",
1736
"xloc": [
1737
"default.handlebars->23->27",
1749
- "default-mobile.handlebars->9->154"
1738
+ "default-mobile.handlebars->9->157"
1739
]
1740
},
1741
{
@@ -1757,7 +1746,7 @@
1746
"nl": "Android ARM",
1747
"xloc": [
1748
"default.handlebars->23->22",
1760
- "default-mobile.handlebars->9->149"
1749
+ "default-mobile.handlebars->9->152"
1750
]
1751
},
1752
{
@@ -1768,7 +1757,7 @@
1757
"nl": "Android x86",
1758
"xloc": [
1759
"default.handlebars->23->25",
1771
- "default-mobile.handlebars->9->152"
1760
+ "default-mobile.handlebars->9->155"
1761
]
1762
},
1763
{
@@ -1779,7 +1768,7 @@
1768
"cs": "Antivir",
1769
"nl": "Anti-virus",
1770
"xloc": [
1782
- "default.handlebars->23->464"
1771
+ "default.handlebars->23->470"
1772
]
1773
},
1774
{
@@ -1789,7 +1778,7 @@
1778
"cs": "Všechny podporované",
1779
"nl": "Alle ondersteunde",
1780
"xloc": [
1792
- "default.handlebars->23->281"
1781
+ "default.handlebars->23->287"
1782
]
1783
},
1784
{
@@ -1799,7 +1788,7 @@
1788
"cs": "Apple MacOS",
1789
"nl": "Apple MacOS",
1790
"xloc": [
1802
- "default.handlebars->23->311"
1791
+ "default.handlebars->23->317"
1792
]
1793
},
1794
{
@@ -1809,7 +1798,7 @@
1798
"cs": "pouze Apple MacOS",
1799
"nl": "Alleen Apple MacOS",
1800
"xloc": [
1812
- "default.handlebars->23->283"
1801
+ "default.handlebars->23->289"
1802
]
1803
},
1804
{
@@ -1829,7 +1818,7 @@
1818
"cs": "arabština (Alžír)",
1819
"nl": "Arabisch (Algerije)",
1820
"xloc": [
1832
- "default.handlebars->23->693"
1821
+ "default.handlebars->23->700"
1822
]
1823
},
1824
{
@@ -1839,7 +1828,7 @@
1828
"cs": "arabština (Bahrajn)",
1829
"nl": "Arabisch (Bahrein)",
1830
"xloc": [
1842
- "default.handlebars->23->694"
1831
+ "default.handlebars->23->701"
1832
]
1833
},
1834
{
@@ -1849,7 +1838,7 @@
1838
"cs": "arabština (Egypt)",
1839
"nl": "Arabisch (Egypte)",
1840
"xloc": [
1852
- "default.handlebars->23->695"
1841
+ "default.handlebars->23->702"
1842
]
1843
},
1844
{
@@ -1859,7 +1848,7 @@
1848
"cs": "arabština (Irák)",
1849
"nl": "Arabisch (Irak)",
1850
"xloc": [
1862
- "default.handlebars->23->696"
1851
+ "default.handlebars->23->703"
1852
]
1853
},
1854
{
@@ -1869,7 +1858,7 @@
1858
"cs": "arabština (Jordánsko)",
1859
"nl": "Arabisch (Jordanië)",
1860
"xloc": [
1872
- "default.handlebars->23->697"
1861
+ "default.handlebars->23->704"
1862
]
1863
},
1864
{
@@ -1879,7 +1868,7 @@
1868
"cs": "arabština (Kuvajt)",
1869
"nl": "Arabisch (Koeweit)",
1870
"xloc": [
1882
- "default.handlebars->23->698"
1871
+ "default.handlebars->23->705"
1872
]
1873
},
1874
{
@@ -1889,7 +1878,7 @@
1878
"cs": "arabština (Libanon)",
1879
"nl": "Arabisch (Libanon)",
1880
"xloc": [
1892
- "default.handlebars->23->699"
1881
+ "default.handlebars->23->706"
1882
]
1883
},
1884
{
@@ -1899,7 +1888,7 @@
1888
"cs": "arabština (Libye)",
1889
"nl": "Arabisch (Libië)",
1890
"xloc": [
1902
- "default.handlebars->23->700"
1891
+ "default.handlebars->23->707"
1892
]
1893
},
1894
{
@@ -1909,7 +1898,7 @@
1898
"cs": "arabština (Maroko)",
1899
"nl": "Arabisch (Marokko)",
1900
"xloc": [
1912
- "default.handlebars->23->701"
1901
+ "default.handlebars->23->708"
1902
]
1903
},
1904
{
@@ -1919,7 +1908,7 @@
1908
"cs": "arabština (Omán)",
1909
"nl": "Arabisch (Oman)",
1910
"xloc": [
1922
- "default.handlebars->23->702"
1911
+ "default.handlebars->23->709"
1912
]
1913
},
1914
{
@@ -1929,7 +1918,7 @@
1918
"cs": "arabština (Katar)",
1919
"nl": "Arabisch (Qatar)",
1920
"xloc": [
1932
- "default.handlebars->23->703"
1921
+ "default.handlebars->23->710"
1922
]
1923
},
1924
{
@@ -1939,7 +1928,7 @@
1928
"cs": "arabština (Saudská Arábie)",
1929
"nl": "Arabisch (Saoedi-Arabië)",
1930
"xloc": [
1942
- "default.handlebars->23->704"
1931
+ "default.handlebars->23->711"
1932
]
1933
},
1934
{
@@ -1949,7 +1938,7 @@
1938
"cs": "arabština (standardní)",
1939
"nl": "Arabisch (Standaard)",
1940
"xloc": [
1952
- "default.handlebars->23->692"
1941
+ "default.handlebars->23->699"
1942
]
1943
},
1944
{
@@ -1959,7 +1948,7 @@
1948
"cs": "arabština (Sýrie)",
1949
"nl": "Arabisch (Syrië)",
1950
"xloc": [
1962
- "default.handlebars->23->705"
1951
+ "default.handlebars->23->712"
1952
]
1953
},
1954
{
@@ -1969,7 +1958,7 @@
1958
"cs": "arabština (Tunisko)",
1959
"nl": "Arabisch (Tunesië)",
1960
"xloc": [
1972
- "default.handlebars->23->706"
1961
+ "default.handlebars->23->713"
1962
]
1963
},
1964
{
@@ -1979,7 +1968,7 @@
1968
"cs": "arabština (Spojené Emiráty)",
1969
"nl": "Arabisch (Verenigde Arabische Emiraten.)",
1970
"xloc": [
1982
- "default.handlebars->23->707"
1971
+ "default.handlebars->23->714"
1972
]
1973
},
1974
{
@@ -1989,7 +1978,7 @@
1978
"cs": "arabština (Jemen)",
1979
"nl": "Arabisch (Jemen)",
1980
"xloc": [
1992
- "default.handlebars->23->708"
1981
+ "default.handlebars->23->715"
1982
]
1983
},
1984
{
@@ -1999,7 +1988,7 @@
1988
"cs": "aragonština",
1989
"nl": "Aragonese",
1990
"xloc": [
2002
- "default.handlebars->23->709"
1991
+ "default.handlebars->23->716"
1992
]
1993
},
1994
{
@@ -2010,7 +1999,7 @@
1999
"ja": "建築",
2000
"nl": "architectuur",
2001
"xloc": [
2013
- "default.handlebars->23->77"
2002
+ "default.handlebars->23->82"
2003
]
2004
},
2005
{
@@ -2019,7 +2008,7 @@
2008
"cs": "Opravdu připojit k {0} zařízení?",
2009
"nl": "Weet u zeker dat u verbinding wilt maken met {0} apparaten?",
2010
"xloc": [
2022
- "default.handlebars->23->212"
2011
+ "default.handlebars->23->218"
2012
]
2013
},
2014
{
@@ -2030,8 +2019,8 @@
2019
"cs": "Opravdu smazat skupinu {0}? Smazáním skupiny se smažou také všechny informace o zařízeních v této skupině.",
2020
"nl": "Weet je zeker dat je groep {0} wilt verwijderen? Als u de apparaatgroep verwijdert, wordt ook alle informatie over apparaten binnen deze groep verwijderd.",
2021
"xloc": [
2033
- "default.handlebars->23->1030",
2034
- "default-mobile.handlebars->9->283"
2022
+ "default.handlebars->23->1037",
2023
+ "default-mobile.handlebars->9->286"
2024
]
2025
},
2026
{
@@ -2042,7 +2031,7 @@
2031
"cs": "Opravdu smazat uzel {0}?",
2032
"nl": "Weet u zeker dat u apparaat {0} wilt verwijderen?",
2033
"xloc": [
2045
- "default.handlebars->23->550"
2034
+ "default.handlebars->23->556"
2035
]
2036
},
2037
{
@@ -2051,7 +2040,7 @@
2040
"cs": "Opravdu odinstalovat vybraného agenta?",
2041
"nl": "Weet u zeker dat u de geselecteerde agent wilt verwijderen?",
2042
"xloc": [
2054
- "default.handlebars->23->539"
2043
+ "default.handlebars->23->545"
2044
]
2045
},
2046
{
@@ -2060,7 +2049,7 @@
2049
"cs": "Opravdu odinstalovat označených {0} agentů?",
2050
"nl": "Weet u zeker dat u de geselecteerde {0} agenten wilt verwijderen?",
2051
"xloc": [
2063
- "default.handlebars->23->538"
2052
+ "default.handlebars->23->544"
2053
]
2054
},
2055
{
@@ -2069,7 +2058,7 @@
2058
"cs": "Opravdu chcete {0} zásuvný modul: {1}",
2059
"nl": "Weet u zeker dat u de plug-in {0} wilt gebruiken: {1}",
2060
"xloc": [
2072
- "default.handlebars->23->1384"
2061
+ "default.handlebars->23->1392"
2062
]
2063
},
2064
{
@@ -2080,7 +2069,7 @@
2069
"nl": "ARM-Linaro",
2070
"xloc": [
2071
"default.handlebars->23->37",
2083
- "default-mobile.handlebars->9->164"
2072
+ "default-mobile.handlebars->9->167"
2073
]
2074
},
2075
{
@@ -2090,7 +2079,7 @@
2079
"cs": "Armenian",
2080
"nl": "Armeens",
2081
"xloc": [
2093
- "default.handlebars->23->710"
2082
+ "default.handlebars->23->717"
2083
]
2084
},
2085
{
@@ -2101,7 +2090,7 @@
2090
"nl": "ARMv6l / ARMv7l",
2091
"xloc": [
2092
"default.handlebars->23->38",
2104
- "default-mobile.handlebars->9->165"
2093
+ "default-mobile.handlebars->9->168"
2094
]
2095
},
2096
{
@@ -2112,7 +2101,7 @@
2101
"nl": "ARMv6l / ARMv7l / NoKVM",
2102
"xloc": [
2103
"default.handlebars->23->40",
2115
- "default-mobile.handlebars->9->167"
2104
+ "default-mobile.handlebars->9->170"
2105
]
2106
},
2107
{
@@ -2123,7 +2112,7 @@
2112
"nl": "ARMv8 64bit",
2113
"xloc": [
2114
"default.handlebars->23->39",
2126
- "default-mobile.handlebars->9->166"
2115
+ "default-mobile.handlebars->9->169"
2116
]
2117
},
2118
{
@@ -2133,7 +2122,7 @@
2122
"cs": "Assamese",
2123
"nl": "Assamees",
2124
"xloc": [
2136
- "default.handlebars->23->711"
2125
+ "default.handlebars->23->718"
2126
]
2127
},
2128
{
@@ -2143,7 +2132,7 @@
2132
"cs": "Asturian",
2133
"nl": "Asturische",
2134
"xloc": [
2146
- "default.handlebars->23->712"
2135
+ "default.handlebars->23->719"
2136
]
2137
},
2138
{
@@ -2153,7 +2142,7 @@
2142
"cs": "Aplikace pro ověřování se",
2143
"nl": "Verificatie-app",
2144
"xloc": [
2156
- "default.handlebars->23->1285"
2145
+ "default.handlebars->23->1293"
2146
]
2147
},
2148
{
@@ -2163,14 +2152,14 @@
2152
"cs": "Aplikace pro ověřování se",
2153
"nl": "Verificatie-app",
2154
"xloc": [
2166
- "default.handlebars->23->117",
2155
"default.handlebars->23->122",
2168
- "default.handlebars->23->676",
2169
- "default.handlebars->23->678",
2170
- "default-mobile.handlebars->9->15",
2156
+ "default.handlebars->23->127",
2157
+ "default.handlebars->23->683",
2158
+ "default.handlebars->23->685",
2159
"default-mobile.handlebars->9->18",
2172
- "default-mobile.handlebars->9->27",
2173
- "default-mobile.handlebars->9->29"
2160
+ "default-mobile.handlebars->9->21",
2161
+ "default-mobile.handlebars->9->30",
2162
+ "default-mobile.handlebars->9->32"
2163
]
2164
},
2165
{
@@ -2180,7 +2169,7 @@
2169
"cs": "Aktivace aplikace pro ověřování se úspěšná.",
2170
"nl": "Verificatie-app activatie geslaagd",
2171
"xloc": [
2183
- "default.handlebars->23->118"
2172
+ "default.handlebars->23->123"
2173
]
2174
},
2175
{
@@ -2190,7 +2179,7 @@
2179
"cs": "Aplikace pro ověřování se odstraněna.",
2180
"nl": "Verificatie-applicatie verwijderd.",
2181
"xloc": [
2193
- "default.handlebars->23->123"
2182
+ "default.handlebars->23->128"
2183
]
2184
},
2185
{
@@ -2212,7 +2201,7 @@
2201
"cs": "Automatické odstranění",
2202
"nl": "Geautomatiseerde verwijdering",
2203
"xloc": [
2215
- "default.handlebars->23->954"
2204
+ "default.handlebars->23->961"
2205
]
2206
},
2207
{
@@ -2246,7 +2235,7 @@
2235
"cs": "Azerbaijani",
2236
"nl": "Azerbeidzjaanse",
2237
"xloc": [
2249
- "default.handlebars->23->713"
2238
+ "default.handlebars->23->720"
2239
]
2240
},
2241
{
@@ -2303,7 +2292,7 @@
2292
"cs": "Na pozadí a interaktivní",
2293
"nl": "Achtergrond & interactief",
2294
"xloc": [
2306
- "default.handlebars->23->315"
2295
+ "default.handlebars->23->321"
2296
]
2297
},
2298
{
@@ -2313,7 +2302,7 @@
2302
"cs": "Na pozadí a interaktivní",
2303
"nl": "Achtergrond en interactief",
2304
"xloc": [
2316
- "default.handlebars->23->293"
2305
+ "default.handlebars->23->299"
2306
]
2307
},
2308
{
@@ -2323,8 +2312,8 @@
2312
"cs": "Pouze na pozadí",
2313
"nl": "Alleen achtergrond",
2314
"xloc": [
2326
- "default.handlebars->23->294",
2327
- "default.handlebars->23->316"
2315
+ "default.handlebars->23->300",
2316
+ "default.handlebars->23->322"
2317
]
2318
},
2319
{
@@ -2345,7 +2334,7 @@
2334
"cs": "Záložní kódy",
2335
"nl": "Back-up codes",
2336
"xloc": [
2348
- "default.handlebars->23->1287"
2337
+ "default.handlebars->23->1295"
2338
]
2339
},
2340
{
@@ -2355,7 +2344,7 @@
2344
"cs": "Basque",
2345
"nl": "baskisch",
2346
"xloc": [
2358
- "default.handlebars->23->714"
2347
+ "default.handlebars->23->721"
2348
]
2349
},
2350
{
@@ -2375,7 +2364,7 @@
2364
"cs": "Belarusian",
2365
"nl": "Wit-Rusland",
2366
"xloc": [
2378
- "default.handlebars->23->716"
2367
+ "default.handlebars->23->723"
2368
]
2369
},
2370
{
@@ -2385,7 +2374,7 @@
2374
"cs": "Bengali",
2375
"nl": "Bengalees",
2376
"xloc": [
2388
- "default.handlebars->23->717"
2377
+ "default.handlebars->23->724"
2378
]
2379
},
2380
{
@@ -2395,7 +2384,7 @@
2384
"cs": "BIOS",
2385
"nl": "BIOS",
2386
"xloc": [
2398
- "default.handlebars->23->61"
2387
+ "default.handlebars->23->66"
2388
]
2389
},
2390
{
@@ -2405,7 +2394,7 @@
2394
"cs": "Bosnian",
2395
"nl": "Bosnisch",
2396
"xloc": [
2408
- "default.handlebars->23->718"
2397
+ "default.handlebars->23->725"
2398
]
2399
},
2400
{
@@ -2415,7 +2404,7 @@
2404
"cs": "Breton",
2405
"nl": "Breton",
2406
"xloc": [
2418
- "default.handlebars->23->719"
2407
+ "default.handlebars->23->726"
2408
]
2409
},
2410
{
@@ -2427,7 +2416,7 @@
2416
"nl": "Uitzending",
2417
"xloc": [
2418
"default.handlebars->container->column_l->p4->3->1->0->3->1",
2430
- "default.handlebars->23->1239"
2419
+ "default.handlebars->23->1247"
2420
]
2421
},
2422
{
@@ -2437,7 +2426,7 @@
2426
"cs": "Zaslat hromadnou zprávu všem připojeným uživatelům.",
2427
"nl": "Verzend een bericht naar alle verbonden gebruikers.",
2428
"xloc": [
2440
- "default.handlebars->23->1200"
2429
+ "default.handlebars->23->1208"
2430
]
2431
},
2432
{
@@ -2448,7 +2437,7 @@
2437
"cs": "Hromadná zpráva",
2438
"nl": "Bericht uitzenden",
2439
"xloc": [
2451
- "default.handlebars->23->1201"
2440
+ "default.handlebars->23->1209"
2441
]
2442
},
2443
{
@@ -2458,7 +2447,7 @@
2447
"cs": "Bulgarian",
2448
"nl": "Bulgaars",
2449
"xloc": [
2461
- "default.handlebars->23->715"
2450
+ "default.handlebars->23->722"
2451
]
2452
},
2453
{
@@ -2468,7 +2457,7 @@
2457
"cs": "Burmese",
2458
"nl": "Birmaans",
2459
"xloc": [
2471
- "default.handlebars->23->720"
2460
+ "default.handlebars->23->727"
2461
]
2462
},
2463
{
@@ -2479,7 +2468,7 @@
2468
"cs": "Chyba volání",
2469
"nl": "Oproepfout",
2470
"xloc": [
2482
- "default.handlebars->23->1385"
2471
+ "default.handlebars->23->1393"
2472
]
2473
},
2474
{
@@ -2491,9 +2480,9 @@
2480
"nl": "Annuleren",
2481
"xloc": [
2482
"default.handlebars->container->dialog->idx_dlgButtonBar",
2494
- "default.handlebars->23->939",
2483
+ "default.handlebars->23->946",
2484
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
2496
- "default-mobile.handlebars->9->38",
2485
+ "default-mobile.handlebars->9->41",
2486
"login.handlebars->dialog->idx_dlgButtonBar",
2487
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
2488
"player.htm->p11->dialog->idx_dlgButtonBar"
@@ -2506,7 +2495,7 @@
2495
"cs": "Kapacita / Rychlost",
2496
"nl": "Capaciteit / snelheid",
2497
"xloc": [
2509
- "default.handlebars->23->71"
2498
+ "default.handlebars->23->76"
2499
]
2500
},
2501
{
@@ -2516,7 +2505,7 @@
2505
"cs": "Catalan",
2506
"nl": "Catalaans",
2507
"xloc": [
2519
- "default.handlebars->23->721"
2508
+ "default.handlebars->23->728"
2509
]
2510
},
2511
{
@@ -2526,8 +2515,8 @@
2515
"cs": "CCM",
2516
"nl": "CCM",
2517
"xloc": [
2529
- "default.handlebars->23->444",
2530
- "default-mobile.handlebars->9->178"
2518
+ "default.handlebars->23->450",
2519
+ "default-mobile.handlebars->9->181"
2520
]
2521
},
2522
{
@@ -2538,7 +2527,7 @@
2527
"cs": "Vystředit mapu zde",
2528
"nl": "Centreer kaart hier",
2529
"xloc": [
2541
- "default.handlebars->23->410"
2530
+ "default.handlebars->23->416"
2531
]
2532
},
2533
{
@@ -2548,7 +2537,7 @@
2537
"cs": "Chamorro",
2538
"nl": "Chamorro",
2539
"xloc": [
2551
- "default.handlebars->23->722"
2540
+ "default.handlebars->23->729"
2541
]
2542
},
2543
{
@@ -2569,7 +2558,7 @@
2558
"ja": "{0}のメールを変更",
2559
"nl": "Verander e-mail voor {0}",
2560
"xloc": [
2572
- "default.handlebars->23->1300"
2561
+ "default.handlebars->23->1308"
2562
]
2563
},
2564
{
@@ -2579,9 +2568,9 @@
2568
"ja": "グループを変更",
2569
"nl": "verander groep",
2570
"xloc": [
2582
- "default.handlebars->23->485",
2583
- "default.handlebars->23->547",
2584
- "default.handlebars->23->548"
2571
+ "default.handlebars->23->491",
2572
+ "default.handlebars->23->553",
2573
+ "default.handlebars->23->554"
2574
]
2575
},
2576
{
@@ -2591,9 +2580,9 @@
2580
"ja": "パスワードを変更する",
2581
"nl": "Verander wachtwoord",
2582
"xloc": [
2594
- "default.handlebars->23->915",
2595
- "default.handlebars->23->1295",
2596
- "default-mobile.handlebars->9->46"
2583
+ "default.handlebars->23->922",
2584
+ "default.handlebars->23->1303",
2585
+ "default-mobile.handlebars->9->49"
2586
]
2587
},
2588
{
@@ -2614,7 +2603,7 @@
2603
"cs": "Změnit heslo pro {0}",
2604
"nl": "Verander wachtwoord voor {0}",
2605
"xloc": [
2617
- "default.handlebars->23->1307"
2606
+ "default.handlebars->23->1315"
2607
]
2608
},
2609
{
@@ -2644,7 +2633,7 @@
2633
"cs": "Svůj e-mail si změníte zde.",
2634
"nl": "Wijzig hier het e-mailadres van uw account.",
2635
"xloc": [
2647
- "default.handlebars->23->902"
2636
+ "default.handlebars->23->909"
2637
]
2638
},
2639
{
@@ -2654,7 +2643,7 @@
2643
"ja": "下のボックスに古いパスワードと新しいパスワードを2回入力して、アカウントのパスワードを変更します。",
2644
"nl": "Wijzig uw wachtwoord door het invoeren van het oude en het nieuwe wachtwoord twee keer in de vakken hieronder.",
2645
"xloc": [
2657
- "default.handlebars->23->908"
2646
+ "default.handlebars->23->915"
2647
]
2648
},
2649
{
@@ -2664,7 +2653,7 @@
2653
"cs": "Změna jazyka vyžaduje znovunačtení stránky.",
2654
"nl": "Als u de taal wilt wijzigen, moet de pagina worden vernieuwd.",
2655
"xloc": [
2667
- "default.handlebars->23->887"
2656
+ "default.handlebars->23->894"
2657
]
2658
},
2659
{
@@ -2674,7 +2663,7 @@
2663
"cs": "Chat",
2664
"nl": "Chat",
2665
"xloc": [
2677
- "default.handlebars->23->1170"
2666
+ "default.handlebars->23->1178"
2667
]
2668
},
2669
{
@@ -2684,10 +2673,10 @@
2673
"cs": "Chat a upozornění",
2674
"nl": "Chat & Melden",
2675
"xloc": [
2687
- "default.handlebars->23->1069",
2688
- "default.handlebars->23->1088",
2689
- "default-mobile.handlebars->9->304",
2690
- "default-mobile.handlebars->9->322"
2676
+ "default.handlebars->23->1076",
2677
+ "default.handlebars->23->1095",
2678
+ "default-mobile.handlebars->9->307",
2679
+ "default-mobile.handlebars->9->325"
2680
]
2681
},
2682
{
@@ -2697,7 +2686,7 @@
2686
"cs": "Chechen",
2687
"nl": "Tsjetsjeense",
2688
"xloc": [
2700
- "default.handlebars->23->723"
2689
+ "default.handlebars->23->730"
2690
]
2691
},
2692
{
@@ -2707,7 +2696,7 @@
2696
"cs": "Pro vymazání záznamu chyb zaškrtněte a klikněte na OK.",
2697
"nl": "Controleer en klik op OK om het foutenlogboek te wissen.",
2698
"xloc": [
2710
- "default.handlebars->23->114"
2699
+ "default.handlebars->23->119"
2700
]
2701
},
2702
{
@@ -2717,7 +2706,7 @@
2706
"cs": "Pro zahájení samoaktualizace serveru zaškrtněte a klikněte na OK. ",
2707
"nl": "Controleer en klik op OK om de serverupdate te starten.",
2708
"xloc": [
2720
- "default.handlebars->23->109"
2709
+ "default.handlebars->23->114"
2710
]
2711
},
2712
{
@@ -2737,8 +2726,8 @@
2726
"ja": "確認しています...",
2727
"nl": "Controleren...",
2728
"xloc": [
2740
- "default.handlebars->23->689",
2741
- "default.handlebars->23->1381"
2729
+ "default.handlebars->23->696",
2730
+ "default.handlebars->23->1389"
2731
]
2732
},
2733
{
@@ -2748,7 +2737,7 @@
2737
"cs": "Chinese",
2738
"nl": "Chinees",
2739
"xloc": [
2751
- "default.handlebars->23->724"
2740
+ "default.handlebars->23->731"
2741
]
2742
},
2743
{
@@ -2758,7 +2747,7 @@
2747
"cs": "Chinese (Hong Kong)",
2748
"nl": "Chinees (Hong Kong)",
2749
"xloc": [
2761
- "default.handlebars->23->725"
2750
+ "default.handlebars->23->732"
2751
]
2752
},
2753
{
@@ -2768,7 +2757,7 @@
2757
"cs": "Chinese (PRC)",
2758
"nl": "Chinees (PRC)",
2759
"xloc": [
2771
- "default.handlebars->23->726"
2760
+ "default.handlebars->23->733"
2761
]
2762
},
2763
{
@@ -2778,7 +2767,7 @@
2767
"cs": "Chinese (Singapore)",
2768
"nl": "Chinees (Singapore)",
2769
"xloc": [
2781
- "default.handlebars->23->727"
2770
+ "default.handlebars->23->734"
2771
]
2772
},
2773
{
@@ -2788,7 +2777,7 @@
2777
"cs": "Chinese (Taiwan)",
2778
"nl": "Chinees (Taiwan)",
2779
"xloc": [
2791
- "default.handlebars->23->728"
2780
+ "default.handlebars->23->735"
2781
]
2782
},
2783
{
@@ -2799,7 +2788,7 @@
2788
"nl": "ChromeOS",
2789
"xloc": [
2790
"default.handlebars->23->30",
2802
- "default-mobile.handlebars->9->157"
2791
+ "default-mobile.handlebars->9->160"
2792
]
2793
},
2794
{
@@ -2809,7 +2798,7 @@
2798
"cs": "Chuvash",
2799
"nl": "Chuvash",
2800
"xloc": [
2812
- "default.handlebars->23->729"
2801
+ "default.handlebars->23->736"
2802
]
2803
},
2804
{
@@ -2819,11 +2808,11 @@
2808
"cs": "CIRA",
2809
"nl": "CIRA",
2810
"xloc": [
2822
- "default.handlebars->23->180",
2823
- "default.handlebars->23->367",
2824
- "default.handlebars->23->1018",
2825
- "default.handlebars->23->1023",
2826
- "default-mobile.handlebars->9->119"
2811
+ "default.handlebars->23->186",
2812
+ "default.handlebars->23->373",
2813
+ "default.handlebars->23->1025",
2814
+ "default.handlebars->23->1030",
2815
+ "default-mobile.handlebars->9->122"
2816
]
2817
},
2818
{
@@ -2833,7 +2822,7 @@
2822
"cs": "CIRA Server",
2823
"nl": "CIRA Server",
2824
"xloc": [
2836
- "default.handlebars->23->1375"
2825
+ "default.handlebars->23->1383"
2826
]
2827
},
2828
{
@@ -2843,7 +2832,7 @@
2832
"cs": "příkazy CIRA serveru",
2833
"nl": "CIRA Server opdrachten",
2834
"xloc": [
2846
- "default.handlebars->23->1376"
2835
+ "default.handlebars->23->1384"
2836
]
2837
},
2838
{
@@ -2853,7 +2842,7 @@
2842
"cs": "Vymazat CIRA",
2843
"nl": "Opruimen CIRA",
2844
"xloc": [
2856
- "default.handlebars->23->258"
2845
+ "default.handlebars->23->264"
2846
]
2847
},
2848
{
@@ -2865,17 +2854,17 @@
2854
"xloc": [
2855
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
2856
"default.handlebars->container->column_l->p41->3->1",
2868
- "default.handlebars->23->639",
2869
- "default.handlebars->23->641",
2870
- "default.handlebars->23->643",
2857
"default.handlebars->23->645",
2872
- "default.handlebars->23->1148",
2873
- "default-mobile.handlebars->9->25",
2874
- "default-mobile.handlebars->9->88",
2875
- "default-mobile.handlebars->9->259",
2876
- "default-mobile.handlebars->9->261",
2877
- "default-mobile.handlebars->9->263",
2878
- "default-mobile.handlebars->9->265",
2858
+ "default.handlebars->23->647",
2859
+ "default.handlebars->23->649",
2860
+ "default.handlebars->23->651",
2861
+ "default.handlebars->23->1155",
2862
+ "default-mobile.handlebars->9->28",
2863
+ "default-mobile.handlebars->9->91",
2864
+ "default-mobile.handlebars->9->262",
2865
+ "default-mobile.handlebars->9->264",
2866
+ "default-mobile.handlebars->9->266",
2867
+ "default-mobile.handlebars->9->268",
2868
"messenger.handlebars->xbottom"
2869
]
2870
},
@@ -2886,7 +2875,7 @@
2875
"cs": "Vymazat jádro",
2876
"nl": "Maak de kern leeg",
2877
"xloc": [
2889
- "default.handlebars->23->670"
2878
+ "default.handlebars->23->677"
2879
]
2880
},
2881
{
@@ -2896,7 +2885,7 @@
2885
"cs": "Vymažte tajemství z aplikace a zkuste to znovu. Na zadání správného kódu máte jen několik minut.",
2886
"nl": "Wis het geheim van de applicatie en probeer het opnieuw. Je hebt maar een paar minuten om de juiste code in te voeren.",
2887
"xloc": [
2899
- "default.handlebars->23->121"
2888
+ "default.handlebars->23->126"
2889
]
2890
},
2891
{
@@ -2906,7 +2895,7 @@
2895
"cs": "Vymazat tokeny",
2896
"nl": "Wis Tokens",
2897
"xloc": [
2909
- "default.handlebars->23->131"
2898
+ "default.handlebars->23->136"
2899
]
2900
},
2901
{
@@ -2926,7 +2915,7 @@
2915
"cs": "Pro úpravu toho, jak je zařízení nazýváno na serveru, klikněte sem",
2916
"nl": "Klik hier om de apparaatnaam van de server te bewerken",
2917
"xloc": [
2929
- "default.handlebars->23->424"
2918
+ "default.handlebars->23->430"
2919
]
2920
},
2921
{
@@ -2936,8 +2925,8 @@
2925
"cs": "Klikněte na OK a bude vám zaslán ověřovací e-mail na:",
2926
"nl": "Klik op OK om een verificatiebericht te sturen naar:",
2927
"xloc": [
2939
- "default.handlebars->23->899",
2940
- "default-mobile.handlebars->9->31"
2928
+ "default.handlebars->23->906",
2929
+ "default-mobile.handlebars->9->34"
2930
]
2931
},
2932
{
@@ -2968,8 +2957,8 @@
2957
"cs": "Vzdálený přístup iniciováný klientem",
2958
"nl": "Gebruiker geïnitieerde externe toegang",
2959
"xloc": [
2971
- "default.handlebars->23->1017",
2972
- "default.handlebars->23->1022"
2960
+ "default.handlebars->23->1024",
2961
+ "default.handlebars->23->1029"
2962
]
2963
},
2964
{
@@ -2989,10 +2978,10 @@
2978
"cs": "Zavřít",
2979
"nl": "Sluiten",
2980
"xloc": [
2992
- "default.handlebars->23->129",
2993
- "default.handlebars->23->137",
2994
- "default.handlebars->23->596",
2995
- "default-mobile.handlebars->9->23"
2981
+ "default.handlebars->23->134",
2982
+ "default.handlebars->23->142",
2983
+ "default.handlebars->23->602",
2984
+ "default-mobile.handlebars->9->26"
2985
]
2986
},
2987
{
@@ -3013,8 +3002,8 @@
3002
"cs": "Potvrdit {0} z {1} záznam{2} do tohoto umístění?",
3003
"nl": "Bevestig {0} van {1} bestand {2} naar deze locatie?",
3004
"xloc": [
3016
- "default.handlebars->23->1143",
3017
- "default-mobile.handlebars->9->83"
3005
+ "default.handlebars->23->1150",
3006
+ "default-mobile.handlebars->9->86"
3007
]
3008
},
3009
{
@@ -3024,13 +3013,13 @@
3013
"cs": "Potvrdit",
3014
"nl": "Bevestig",
3015
"xloc": [
3027
- "default.handlebars->23->390",
3028
- "default.handlebars->23->542",
3029
- "default.handlebars->23->551",
3030
- "default.handlebars->23->1031",
3031
- "default.handlebars->23->1251",
3032
- "default-mobile.handlebars->9->217",
3033
- "default-mobile.handlebars->9->284"
3016
+ "default.handlebars->23->396",
3017
+ "default.handlebars->23->548",
3018
+ "default.handlebars->23->557",
3019
+ "default.handlebars->23->1038",
3020
+ "default.handlebars->23->1259",
3021
+ "default-mobile.handlebars->9->220",
3022
+ "default-mobile.handlebars->9->287"
3023
]
3024
},
3025
{
@@ -3040,8 +3029,8 @@
3029
"cs": "Potvrdit kopírování jednoho záznamu do tohoto umístění?",
3030
"nl": "Bevestig kopie van 1 bestand naar deze locatie?",
3031
"xloc": [
3043
- "default.handlebars->23->634",
3044
- "default-mobile.handlebars->9->254"
3032
+ "default.handlebars->23->640",
3033
+ "default-mobile.handlebars->9->257"
3034
]
3035
},
3036
{
@@ -3051,8 +3040,8 @@
3040
"cs": "Potvrdit kopírování {0} zaznámů do tohoto umístění?",
3041
"nl": "Bevestig kopieën van {0} bestanden naar deze locatie?",
3042
"xloc": [
3054
- "default.handlebars->23->633",
3055
- "default-mobile.handlebars->9->253"
3043
+ "default.handlebars->23->639",
3044
+ "default-mobile.handlebars->9->256"
3045
]
3046
},
3047
{
@@ -3062,7 +3051,7 @@
3051
"ja": "選択したデバイスの削除を確認しますか?",
3052
"nl": "Bevestig geselecteerde apparaten verwijderen?",
3053
"xloc": [
3065
- "default.handlebars->23->389"
3054
+ "default.handlebars->23->395"
3055
]
3056
},
3057
{
@@ -3072,8 +3061,8 @@
3061
"cs": "Potvrdit přesun jednoho záznamu do tohoto umístění?",
3062
"nl": "Verplaatsing van 1 bestand naar deze locatie bevestigen?",
3063
"xloc": [
3075
- "default.handlebars->23->636",
3076
- "default-mobile.handlebars->9->256"
3064
+ "default.handlebars->23->642",
3065
+ "default-mobile.handlebars->9->259"
3066
]
3067
},
3068
{
@@ -3083,8 +3072,8 @@
3072
"cs": "Potvrdit přesun {0} záznamů do tohoto umístění?",
3073
"nl": "Verplaatsing van {0} bestanden naar deze locatie bevestigen?",
3074
"xloc": [
3086
- "default.handlebars->23->635",
3087
- "default-mobile.handlebars->9->255"
3075
+ "default.handlebars->23->641",
3076
+ "default-mobile.handlebars->9->258"
3077
]
3078
},
3079
{
@@ -3093,7 +3082,7 @@
3082
"cs": "Potvrdit přepsání?",
3083
"nl": "Bevestig overschrijven?",
3084
"xloc": [
3096
- "default.handlebars->23->1142"
3085
+ "default.handlebars->23->1149"
3086
]
3087
},
3088
{
@@ -3103,8 +3092,8 @@
3092
"cs": "Potvrdit odstranění aplikace pro 2-faktorové ověřování se?",
3093
"nl": "Bevestig de verwijdering van de Tweestapsverificatie applicatie?",
3094
"xloc": [
3106
- "default.handlebars->23->679",
3107
- "default-mobile.handlebars->9->30"
3095
+ "default.handlebars->23->686",
3096
+ "default-mobile.handlebars->9->33"
3097
]
3098
},
3099
{
@@ -3114,9 +3103,9 @@
3103
"cs": "Potvrdit odstranění uživatele {0}?",
3104
"nl": "Bevestig de verwijdering van gebruiker {0}?",
3105
"xloc": [
3117
- "default.handlebars->23->1097",
3118
- "default.handlebars->23->1254",
3119
- "default-mobile.handlebars->9->330"
3106
+ "default.handlebars->23->1104",
3107
+ "default.handlebars->23->1262",
3108
+ "default-mobile.handlebars->9->333"
3109
]
3110
},
3111
{
@@ -3129,11 +3118,11 @@
3118
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span",
3119
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span",
3120
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
3132
- "default.handlebars->23->616",
3133
- "default.handlebars->23->970",
3121
+ "default.handlebars->23->622",
3122
+ "default.handlebars->23->977",
3123
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
3124
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
3136
- "default-mobile.handlebars->9->233"
3125
+ "default-mobile.handlebars->9->236"
3126
]
3127
},
3128
{
@@ -3144,7 +3133,7 @@
3133
"nl": "Alles verbinden",
3134
"xloc": [
3135
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
3147
- "default.handlebars->23->211"
3136
+ "default.handlebars->23->217"
3137
]
3138
},
3139
{
@@ -3154,8 +3143,8 @@
3143
"ja": "サーバーに接続する",
3144
"nl": "Verbinden met de server",
3145
"xloc": [
3157
- "default.handlebars->23->1021",
3158
- "default.handlebars->23->1025"
3146
+ "default.handlebars->23->1028",
3147
+ "default.handlebars->23->1032"
3148
]
3149
},
3150
{
@@ -3197,13 +3186,13 @@
3186
"nl": "Verbinden...",
3187
"xloc": [
3188
"default.handlebars->23->9",
3200
- "default.handlebars->23->205",
3201
- "default.handlebars->23->208",
3189
+ "default.handlebars->23->211",
3190
"default.handlebars->23->214",
3203
- "default.handlebars->23->656",
3191
+ "default.handlebars->23->220",
3192
+ "default.handlebars->23->663",
3193
"default-mobile.handlebars->9->2",
3194
"default-mobile.handlebars->9->6",
3206
- "default-mobile.handlebars->9->269"
3195
+ "default-mobile.handlebars->9->272"
3196
]
3197
},
3198
{
@@ -3223,7 +3212,7 @@
3212
"cs": "Počitadlo připojení",
3213
"nl": "Aantal verbindingen",
3214
"xloc": [
3226
- "default.handlebars->23->1348"
3215
+ "default.handlebars->23->1356"
3216
]
3217
},
3218
{
@@ -3233,7 +3222,7 @@
3222
"cs": "Předávání (relay) spojení",
3223
"nl": "Verbindings Relay",
3224
"xloc": [
3236
- "default.handlebars->23->1374"
3225
+ "default.handlebars->23->1382"
3226
]
3227
},
3228
{
@@ -3254,10 +3243,10 @@
3243
"nl": "connectiviteit",
3244
"xloc": [
3245
"default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1",
3257
- "default.handlebars->23->196",
3258
- "default.handlebars->23->476",
3259
- "default.handlebars->23->1113",
3260
- "default-mobile.handlebars->9->192"
3246
+ "default.handlebars->23->202",
3247
+ "default.handlebars->23->482",
3248
+ "default.handlebars->23->1120",
3249
+ "default-mobile.handlebars->9->195"
3250
]
3251
},
3252
{
@@ -3279,7 +3268,7 @@
3268
"ja": "コンソール -",
3269
"nl": "Console - ",
3270
"xloc": [
3282
- "default.handlebars->23->425"
3271
+ "default.handlebars->23->431"
3272
]
3273
},
3274
{
@@ -3289,7 +3278,7 @@
3278
"cs": "console.txt",
3279
"nl": "console.txt",
3280
"xloc": [
3292
- "default.handlebars->23->666"
3281
+ "default.handlebars->23->673"
3282
]
3283
},
3284
{
@@ -3299,7 +3288,7 @@
3288
"cs": "Cookie enkodér",
3289
"nl": "Cookie encoder",
3290
"xloc": [
3302
- "default.handlebars->23->1362"
3291
+ "default.handlebars->23->1370"
3292
]
3293
},
3294
{
@@ -3322,8 +3311,8 @@
3311
"cs": "kopírovat",
3312
"nl": "kopie",
3313
"xloc": [
3325
- "default.handlebars->23->1146",
3326
- "default-mobile.handlebars->9->86"
3314
+ "default.handlebars->23->1153",
3315
+ "default-mobile.handlebars->9->89"
3316
]
3317
},
3318
{
@@ -3333,11 +3322,11 @@
3322
"cs": "Kopírovat adresu do schránky",
3323
"nl": "Kopieer adres naar het klembord",
3324
"xloc": [
3336
- "default.handlebars->23->85",
3337
- "default.handlebars->23->87",
3338
- "default.handlebars->23->96",
3339
- "default.handlebars->23->98",
3340
- "default.handlebars->23->100"
3325
+ "default.handlebars->23->90",
3326
+ "default.handlebars->23->92",
3327
+ "default.handlebars->23->101",
3328
+ "default.handlebars->23->103",
3329
+ "default.handlebars->23->105"
3330
]
3331
},
3332
{
@@ -3347,7 +3336,7 @@
3336
"cs": "Kopírovat odkaz do schránky",
3337
"nl": "Kopieer link naar het klembord",
3338
"xloc": [
3350
- "default.handlebars->23->306"
3339
+ "default.handlebars->23->312"
3340
]
3341
},
3342
{
@@ -3357,8 +3346,8 @@
3346
"ja": "MACアドレスをクリップボードにコピー",
3347
"nl": "Kopieer MAC adres naar het klembord",
3348
"xloc": [
3360
- "default.handlebars->23->94",
3361
- "default.handlebars->23->102"
3349
+ "default.handlebars->23->99",
3350
+ "default.handlebars->23->107"
3351
]
3352
},
3353
{
@@ -3368,7 +3357,7 @@
3357
"ja": "MacOSエージェントのURLをクリップボードにコピーします",
3358
"nl": "Kopieer MacOS agent link naar het klembord",
3359
"xloc": [
3371
- "default.handlebars->23->331"
3360
+ "default.handlebars->23->337"
3361
]
3362
},
3363
{
@@ -3378,7 +3367,7 @@
3367
"ja": "名前をクリップボードにコピー",
3368
"nl": "Kopieer de naam naar het klembord",
3369
"xloc": [
3381
- "default.handlebars->23->92"
3370
+ "default.handlebars->23->97"
3371
]
3372
},
3373
{
@@ -3399,7 +3388,7 @@
3388
"cs": "Kopírovat platné kódy do schránky",
3389
"nl": "Kopieer de geldige code's naar het klembord",
3390
"xloc": [
3402
- "default.handlebars->23->132"
3391
+ "default.handlebars->23->137"
3392
]
3393
},
3394
{
@@ -3475,7 +3464,7 @@
3464
"cs": "Hlavní server",
3465
"nl": "Core Server",
3466
"xloc": [
3478
- "default.handlebars->23->1361"
3467
+ "default.handlebars->23->1369"
3468
]
3469
},
3470
{
@@ -3485,7 +3474,7 @@
3474
"cs": "Corsican",
3475
"nl": "Corsicaans",
3476
"xloc": [
3488
- "default.handlebars->23->730"
3477
+ "default.handlebars->23->737"
3478
]
3479
},
3480
{
@@ -3495,7 +3484,7 @@
3484
"cs": "vytížení procesoru v uplynulých 15 minutách",
3485
"nl": "CPU-belasting in de afgelopen 15 minuten",
3486
"xloc": [
3498
- "default.handlebars->23->1344"
3487
+ "default.handlebars->23->1352"
3488
]
3489
},
3490
{
@@ -3505,7 +3494,7 @@
3494
"cs": "vyžítení procesoru v uplynulých 5 minutách",
3495
"nl": "CPU-belasting in de afgelopen 5 minuten",
3496
"xloc": [
3508
- "default.handlebars->23->1343"
3497
+ "default.handlebars->23->1351"
3498
]
3499
},
3500
{
@@ -3515,7 +3504,7 @@
3504
"ja": "直前のCPU負荷",
3505
"nl": "CPU-belasting in de laatste minuut",
3506
"xloc": [
3518
- "default.handlebars->23->1342"
3507
+ "default.handlebars->23->1350"
3508
]
3509
},
3510
{
@@ -3526,8 +3515,8 @@
3515
"nl": "CR+LF",
3516
"xloc": [
3517
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
3529
- "default.handlebars->23->604",
3530
- "default.handlebars->23->613"
3518
+ "default.handlebars->23->610",
3519
+ "default.handlebars->23->619"
3520
]
3521
},
3522
{
@@ -3537,7 +3526,7 @@
3526
"ja": "以下のオプションを使用して、新しいデバイスグループを作成します。",
3527
"nl": "Maak een nieuwe apparaatgroep met behulp van de onderstaande opties.",
3528
"xloc": [
3540
- "default.handlebars->23->922"
3529
+ "default.handlebars->23->929"
3530
]
3531
},
3532
{
@@ -3547,7 +3536,7 @@
3536
"ja": "デバイスの新しいグループを作成します。",
3537
"nl": "Maak een nieuwe apparaatgroep.",
3538
"xloc": [
3550
- "default.handlebars->23->198"
3539
+ "default.handlebars->23->204"
3540
]
3541
},
3542
{
@@ -3557,7 +3546,7 @@
3546
"cs": "Vytvořit účet",
3547
"nl": "Account aanmaken",
3548
"xloc": [
3560
- "default.handlebars->23->1212",
3549
+ "default.handlebars->23->1220",
3550
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
3551
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1"
3552
]
@@ -3569,7 +3558,7 @@
3558
"ja": "デバイスグループを作成する",
3559
"nl": "Apparaatgroep aanmaken",
3560
"xloc": [
3572
- "default-mobile.handlebars->9->58"
3561
+ "default-mobile.handlebars->9->61"
3562
]
3563
},
3564
{
@@ -3579,7 +3568,7 @@
3568
"cs": "Vytvořit více účtu najednou pomocí importu JSON souboru s následujícím formátem:",
3569
"nl": "Maak meerdere accounts tegelijk door een JSON-bestand met de volgende indeling te importeren:",
3570
"xloc": [
3582
- "default.handlebars->23->1183"
3571
+ "default.handlebars->23->1191"
3572
]
3573
},
3574
{
@@ -3600,7 +3589,7 @@
3589
"cs": "Vytváření",
3590
"nl": "Aanmaken",
3591
"xloc": [
3603
- "default.handlebars->23->1273"
3592
+ "default.handlebars->23->1281"
3593
]
3594
},
3595
{
@@ -3621,7 +3610,7 @@
3610
"cs": "Cree",
3611
"nl": "Cree",
3612
"xloc": [
3624
- "default.handlebars->23->731"
3613
+ "default.handlebars->23->738"
3614
]
3615
},
3616
{
@@ -3631,7 +3620,7 @@
3620
"cs": "Croatian",
3621
"nl": "Kroatisch",
3622
"xloc": [
3634
- "default.handlebars->23->732"
3623
+ "default.handlebars->23->739"
3624
]
3625
},
3626
{
@@ -3641,8 +3630,8 @@
3630
"cs": "CSV formát",
3631
"nl": "CSV Formaat",
3632
"xloc": [
3644
- "default.handlebars->23->1153",
3645
- "default.handlebars->23->1192"
3633
+ "default.handlebars->23->1161",
3634
+ "default.handlebars->23->1200"
3635
]
3636
},
3637
{
@@ -3704,7 +3693,7 @@
3693
"cs": "Aktuální verze",
3694
"nl": "Huidige versie",
3695
"xloc": [
3707
- "default.handlebars->23->105"
3696
+ "default.handlebars->23->110"
3697
]
3698
},
3699
{
@@ -3727,7 +3716,7 @@
3716
"cs": "čeština",
3717
"nl": "Tsjechisch",
3718
"xloc": [
3730
- "default.handlebars->23->733"
3719
+ "default.handlebars->23->740"
3720
]
3721
},
3722
{
@@ -3737,7 +3726,7 @@
3726
"cs": "Danish",
3727
"nl": "Deens",
3728
"xloc": [
3740
- "default.handlebars->23->734"
3729
+ "default.handlebars->23->741"
3730
]
3731
},
3732
{
@@ -3747,7 +3736,7 @@
3736
"cs": "Datový kanál",
3737
"nl": "Data kanaal",
3738
"xloc": [
3750
- "default.handlebars->23->573"
3739
+ "default.handlebars->23->579"
3740
]
3741
},
3742
{
@@ -3757,7 +3746,7 @@
3746
"ja": "日時",
3747
"nl": "Datum & Tiid",
3748
"xloc": [
3760
- "default.handlebars->23->890"
3749
+ "default.handlebars->23->897"
3750
]
3751
},
3752
{
@@ -3767,8 +3756,8 @@
3756
"ja": "日",
3757
"nl": "Dag",
3758
"xloc": [
3770
- "default.handlebars->23->526",
3771
- "default.handlebars->23->1309"
3759
+ "default.handlebars->23->532",
3760
+ "default.handlebars->23->1317"
3761
]
3762
},
3763
{
@@ -3778,7 +3767,7 @@
3767
"cs": "Deaktivace Client Control Mode (CCM)",
3768
"nl": "Deactiveer Client Control Mode (CCM)",
3769
"xloc": [
3781
- "default.handlebars->23->1009"
3770
+ "default.handlebars->23->1016"
3771
]
3772
},
3773
{
@@ -3788,8 +3777,8 @@
3777
"cs": "Hluboký spánek",
3778
"nl": "Slaapstand",
3779
"xloc": [
3791
- "default.handlebars->23->350",
3792
- "default-mobile.handlebars->9->107"
3780
+ "default.handlebars->23->356",
3781
+ "default-mobile.handlebars->9->110"
3782
]
3783
},
3784
{
@@ -3802,12 +3791,12 @@
3791
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
3792
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
3793
"default.handlebars->container->dialog->idx_dlgButtonBar->5",
3805
- "default.handlebars->23->626",
3806
- "default.handlebars->23->1137",
3794
+ "default.handlebars->23->632",
3795
+ "default.handlebars->23->1144",
3796
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
3797
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
3809
- "default-mobile.handlebars->9->78",
3810
- "default-mobile.handlebars->9->246",
3798
+ "default-mobile.handlebars->9->81",
3799
+ "default-mobile.handlebars->9->249",
3800
"player.htm->p11->dialog->idx_dlgButtonBar->5"
3801
]
3802
},
@@ -3818,8 +3807,8 @@
3807
"ja": "アカウントを削除する",
3808
"nl": "Verwijder account",
3809
"xloc": [
3821
- "default.handlebars->23->907",
3822
- "default-mobile.handlebars->9->40"
3810
+ "default.handlebars->23->914",
3811
+ "default-mobile.handlebars->9->43"
3812
]
3813
},
3814
{
@@ -3840,8 +3829,8 @@
3829
"ja": "デバイスを削除",
3830
"nl": "Verwijder apparaat",
3831
"xloc": [
3843
- "default.handlebars->23->487",
3844
- "default-mobile.handlebars->9->196"
3832
+ "default.handlebars->23->493",
3833
+ "default-mobile.handlebars->9->199"
3834
]
3835
},
3836
{
@@ -3851,7 +3840,7 @@
3840
"cs": "Smazat zařízení",
3841
"nl": "Verwijder apparaten",
3842
"xloc": [
3854
- "default.handlebars->23->386"
3843
+ "default.handlebars->23->392"
3844
]
3845
},
3846
{
@@ -3861,10 +3850,10 @@
3850
"ja": "グループを削除",
3851
"nl": "Verwijder groep",
3852
"xloc": [
3864
- "default.handlebars->23->1002",
3865
- "default.handlebars->23->1032",
3866
- "default-mobile.handlebars->9->282",
3867
- "default-mobile.handlebars->9->285"
3853
+ "default.handlebars->23->1009",
3854
+ "default.handlebars->23->1039",
3855
+ "default-mobile.handlebars->9->285",
3856
+ "default-mobile.handlebars->9->288"
3857
]
3858
},
3859
{
@@ -3874,8 +3863,8 @@
3863
"ja": "ノードを削除",
3864
"nl": "Verwijder apparaat",
3865
"xloc": [
3877
- "default.handlebars->23->552",
3878
- "default-mobile.handlebars->9->215"
3866
+ "default.handlebars->23->558",
3867
+ "default-mobile.handlebars->9->218"
3868
]
3869
},
3870
{
@@ -3885,7 +3874,7 @@
3874
"ja": "ノードを削除する",
3875
"nl": "Verwijder apparaten",
3876
"xloc": [
3888
- "default.handlebars->23->391"
3877
+ "default.handlebars->23->397"
3878
]
3879
},
3880
{
@@ -3895,10 +3884,10 @@
3884
"ja": "選択したアイテムを削除しますか?",
3885
"nl": "Verwijder geselecteerde item?",
3886
"xloc": [
3898
- "default.handlebars->23->628",
3899
- "default.handlebars->23->1139",
3900
- "default-mobile.handlebars->9->80",
3901
- "default-mobile.handlebars->9->248"
3887
+ "default.handlebars->23->634",
3888
+ "default.handlebars->23->1146",
3889
+ "default-mobile.handlebars->9->83",
3890
+ "default-mobile.handlebars->9->251"
3891
]
3892
},
3893
{
@@ -3908,7 +3897,7 @@
3897
"ja": "ユーザーを削除{0}",
3898
"nl": "Verwijder gebruiker {0}",
3899
"xloc": [
3911
- "default.handlebars->23->1308"
3900
+ "default.handlebars->23->1316"
3901
]
3902
},
3903
{
@@ -3918,10 +3907,10 @@
3907
"ja": "選択したアイテム{0}を削除しますか?",
3908
"nl": "Verwijder {0} gelecteerde items?",
3909
"xloc": [
3921
- "default.handlebars->23->627",
3922
- "default.handlebars->23->1138",
3923
- "default-mobile.handlebars->9->79",
3924
- "default-mobile.handlebars->9->247"
3910
+ "default.handlebars->23->633",
3911
+ "default.handlebars->23->1145",
3912
+ "default-mobile.handlebars->9->82",
3913
+ "default-mobile.handlebars->9->250"
3914
]
3915
},
3916
{
@@ -3931,7 +3920,7 @@
3920
"ja": "{0}を削除しますか?",
3921
"nl": "Verwijder {0}?",
3922
"xloc": [
3934
- "default-mobile.handlebars->9->216"
3923
+ "default-mobile.handlebars->9->219"
3924
]
3925
},
3926
{
@@ -3981,23 +3970,23 @@
3970
"nl": "Omschrijving",
3971
"xloc": [
3972
"default.handlebars->container->column_l->p42->p42tbl->1->0->3",
3984
- "default.handlebars->23->90",
3985
- "default.handlebars->23->434",
3986
- "default.handlebars->23->435",
3987
- "default.handlebars->23->569",
3988
- "default.handlebars->23->927",
3989
- "default.handlebars->23->951",
3990
- "default.handlebars->23->1034",
3991
- "default.handlebars->23->1232",
3992
- "default.handlebars->23->1236",
3993
- "default.handlebars->23->1238",
3994
- "default.handlebars->23->1248",
3995
- "default-mobile.handlebars->9->57",
3996
- "default-mobile.handlebars->9->138",
3997
- "default-mobile.handlebars->9->139",
3998
- "default-mobile.handlebars->9->221",
3999
- "default-mobile.handlebars->9->274",
4000
- "default-mobile.handlebars->9->287"
3973
+ "default.handlebars->23->95",
3974
+ "default.handlebars->23->440",
3975
+ "default.handlebars->23->441",
3976
+ "default.handlebars->23->575",
3977
+ "default.handlebars->23->934",
3978
+ "default.handlebars->23->958",
3979
+ "default.handlebars->23->1041",
3980
+ "default.handlebars->23->1240",
3981
+ "default.handlebars->23->1244",
3982
+ "default.handlebars->23->1246",
3983
+ "default.handlebars->23->1256",
3984
+ "default-mobile.handlebars->9->60",
3985
+ "default-mobile.handlebars->9->141",
3986
+ "default-mobile.handlebars->9->142",
3987
+ "default-mobile.handlebars->9->224",
3988
+ "default-mobile.handlebars->9->277",
3989
+ "default-mobile.handlebars->9->290"
3990
]
3991
},
3992
{
@@ -4007,7 +3996,7 @@
3996
"cs": "DeskControl",
3997
"nl": "Besturing",
3998
"xloc": [
4010
- "default.handlebars->23->601"
3999
+ "default.handlebars->23->607"
4000
]
4001
},
4002
{
@@ -4019,8 +4008,8 @@
4008
"xloc": [
4009
"default.handlebars->contextMenu->cxdesktop",
4010
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
4022
- "default.handlebars->23->403",
4023
- "default.handlebars->23->1036"
4011
+ "default.handlebars->23->409",
4012
+ "default.handlebars->23->1043"
4013
]
4014
},
4015
{
@@ -4040,7 +4029,7 @@
4029
"cs": "Informovat na ploše",
4030
"nl": "Bureaublad melding",
4031
"xloc": [
4043
- "default.handlebars->23->961"
4032
+ "default.handlebars->23->968"
4033
]
4034
},
4035
{
@@ -4050,7 +4039,7 @@
4039
"cs": "Výzva na ploše",
4040
"nl": "Bureaublad vraag",
4041
"xloc": [
4053
- "default.handlebars->23->960"
4042
+ "default.handlebars->23->967"
4043
]
4044
},
4045
{
@@ -4060,7 +4049,7 @@
4049
"cs": "Výzva na ploše+panel nástrojů",
4050
"nl": "Bureaublad vraag en werkbalk",
4051
"xloc": [
4063
- "default.handlebars->23->958"
4052
+ "default.handlebars->23->965"
4053
]
4054
},
4055
{
@@ -4070,7 +4059,7 @@
4059
"cs": "Panel nástrojů na ploše",
4060
"nl": "Bureaublad werkbalk",
4061
"xloc": [
4073
- "default.handlebars->23->959"
4062
+ "default.handlebars->23->966"
4063
]
4064
},
4065
{
@@ -4121,9 +4110,9 @@
4110
"ja": "デバイスアクション",
4111
"nl": "Apparaatactie",
4112
"xloc": [
4124
- "default.handlebars->23->525",
4125
- "default-mobile.handlebars->9->208"
4126
- ]
4113
+ "default.handlebars->23->531",
4114
+ "default-mobile.handlebars->9->211"
4115
+ ]
4116
},
4117
{
4118
"en": "Device connections.",
@@ -4132,8 +4121,8 @@
4121
"cs": "Připojení zařízení",
4122
"nl": "Apparaat verbindingen.",
4123
"xloc": [
4135
- "default.handlebars->23->895",
4136
- "default.handlebars->23->1099"
4124
+ "default.handlebars->23->902",
4125
+ "default.handlebars->23->1106"
4126
]
4127
},
4128
{
@@ -4143,8 +4132,8 @@
4132
"cs": "Odpojení zařízení",
4133
"nl": "Apparaat verbroken.",
4134
"xloc": [
4146
- "default.handlebars->23->896",
4147
- "default.handlebars->23->1100"
4135
+ "default.handlebars->23->903",
4136
+ "default.handlebars->23->1107"
4137
]
4138
},
4139
{
@@ -4154,7 +4143,7 @@
4143
"cs": "Poznámky pro skupinu zařízení si mohou zobrazit nebo upravit pouze ostatní správci skupiny.",
4144
"nl": "Apparaatgroepnotities kunnen worden bekeken en gewijzigd door andere apparaatgroepbeheerders.",
4145
"xloc": [
4157
- "default.handlebars->23->514"
4146
+ "default.handlebars->23->520"
4147
]
4148
},
4149
{
@@ -4164,8 +4153,8 @@
4153
"ja": "デバイスグループユーザー",
4154
"nl": "Apparaatgroep gebruiker",
4155
"xloc": [
4167
- "default.handlebars->23->1095",
4168
- "default-mobile.handlebars->9->328"
4156
+ "default.handlebars->23->1102",
4157
+ "default-mobile.handlebars->9->331"
4158
]
4159
},
4160
{
@@ -4176,8 +4165,8 @@
4165
"nl": "Apparaatgroepen",
4166
"xloc": [
4167
"default.handlebars->container->column_l->p2->9",
4179
- "default.handlebars->23->1282",
4180
- "default.handlebars->23->1335",
4168
+ "default.handlebars->23->1290",
4169
+ "default.handlebars->23->1343",
4170
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3"
4171
]
4172
},
@@ -4188,7 +4177,7 @@
4177
"ja": "デバイスは検出されましたが、電源状態を取得できませんでした。",
4178
"nl": "Apparaat is gedetecteerd, maar de status kon niet worden verkregen.",
4179
"xloc": [
4191
- "default.handlebars->23->355"
4180
+ "default.handlebars->23->361"
4181
]
4182
},
4183
{
@@ -4198,8 +4187,8 @@
4187
"cs": "Zařízení je hibernováno (S4)",
4188
"nl": "Apparaat is in slaapstand (S4)",
4189
"xloc": [
4201
- "default.handlebars->23->361",
4202
- "default-mobile.handlebars->9->115"
4190
+ "default.handlebars->23->367",
4191
+ "default-mobile.handlebars->9->118"
4192
]
4193
},
4194
{
@@ -4209,8 +4198,8 @@
4198
"ja": "デバイスはディープスリープ状態です(S3)",
4199
"nl": "Apparaat bevindt zich in diepe slaapstand (S3)",
4200
"xloc": [
4212
- "default.handlebars->23->360",
4213
- "default-mobile.handlebars->9->114"
4201
+ "default.handlebars->23->366",
4202
+ "default-mobile.handlebars->9->117"
4203
]
4204
},
4205
{
@@ -4220,7 +4209,7 @@
4209
"ja": "デバイスはディープスリープ状態(S3)です。",
4210
"nl": "Apparaat bevindt zich in diepe slaapstand (S3).",
4211
"xloc": [
4223
- "default.handlebars->23->349"
4212
+ "default.handlebars->23->355"
4213
]
4214
},
4215
{
@@ -4230,7 +4219,7 @@
4219
"cs": "Zařízení je hibernováno (S4).",
4220
"nl": "Apparaat bevindt zich in de slaapstand (S4).",
4221
"xloc": [
4233
- "default.handlebars->23->351"
4222
+ "default.handlebars->23->357"
4223
]
4224
},
4225
{
@@ -4240,7 +4229,7 @@
4229
"ja": "デバイスは電源オフ状態です(S5)。",
4230
"nl": "Apparaat is uitgeschakeld (S5).",
4231
"xloc": [
4243
- "default.handlebars->23->353"
4232
+ "default.handlebars->23->359"
4233
]
4234
},
4235
{
@@ -4250,8 +4239,8 @@
4239
"ja": "デバイスはスリープ状態です(S1)",
4240
"nl": "Apparaat bevindt zich in slaapstand (S1)",
4241
"xloc": [
4253
- "default.handlebars->23->358",
4254
- "default-mobile.handlebars->9->112"
4242
+ "default.handlebars->23->364",
4243
+ "default-mobile.handlebars->9->115"
4244
]
4245
},
4246
{
@@ -4261,7 +4250,7 @@
4250
"cs": "Zařízení je ve stavu spánku (S1).",
4251
"nl": "Apparaat bevindt zich in slaapstand (S1).",
4252
"xloc": [
4264
- "default.handlebars->23->345"
4253
+ "default.handlebars->23->351"
4254
]
4255
},
4256
{
@@ -4271,8 +4260,8 @@
4260
"cs": "Zařízení je ve stavu spánku (S2)",
4261
"nl": "Apparaat bevindt zich in slaapstand (S2)",
4262
"xloc": [
4274
- "default.handlebars->23->359",
4275
- "default-mobile.handlebars->9->113"
4263
+ "default.handlebars->23->365",
4264
+ "default-mobile.handlebars->9->116"
4265
]
4266
},
4267
{
@@ -4282,7 +4271,7 @@
4271
"cs": "Zařízení je ve stavu spánku (S2).",
4272
"nl": "Apparaat bevindt zich in slaapstand (S2).",
4273
"xloc": [
4285
- "default.handlebars->23->347"
4274
+ "default.handlebars->23->353"
4275
]
4276
},
4277
{
@@ -4292,8 +4281,8 @@
4281
"cs": "Zařízení je ve stavu soft-off (S5)",
4282
"nl": "Apparaat is uitgeschakeld (S5)",
4283
"xloc": [
4295
- "default.handlebars->23->362",
4296
- "default-mobile.handlebars->9->116"
4284
+ "default.handlebars->23->368",
4285
+ "default-mobile.handlebars->9->119"
4286
]
4287
},
4288
{
@@ -4303,8 +4292,8 @@
4292
"ja": "デバイスに電源が入っています",
4293
"nl": "Apparaat is ingeschakeld",
4294
"xloc": [
4306
- "default.handlebars->23->357",
4307
- "default-mobile.handlebars->9->111"
4295
+ "default.handlebars->23->363",
4296
+ "default-mobile.handlebars->9->114"
4297
]
4298
},
4299
{
@@ -4314,7 +4303,7 @@
4303
"cs": "Zařízení je zapnuté.",
4304
"nl": "Apparaat is ingeschakeld.",
4305
"xloc": [
4317
- "default.handlebars->23->343"
4306
+ "default.handlebars->23->349"
4307
]
4308
},
4309
{
@@ -4324,8 +4313,8 @@
4313
"cs": "Zařízení je přítomno, ale nedaří se zjistit stav napájení",
4314
"nl": "Apparaat is aanwezig, maar de status kan niet worden bepaald",
4315
"xloc": [
4327
- "default.handlebars->23->363",
4328
- "default-mobile.handlebars->9->117"
4316
+ "default.handlebars->23->369",
4317
+ "default-mobile.handlebars->9->120"
4318
]
4319
},
4320
{
@@ -4335,7 +4324,7 @@
4324
"cs": "Umístění zařízení",
4325
"nl": "Apparaat locatie",
4326
"xloc": [
4338
- "default.handlebars->23->553"
4327
+ "default.handlebars->23->559"
4328
]
4329
},
4330
{
@@ -4345,7 +4334,7 @@
4334
"ja": "装置名",
4335
"nl": "Apparaat naam",
4336
"xloc": [
4348
- "default.handlebars->23->415"
4337
+ "default.handlebars->23->421"
4338
]
4339
},
4340
{
@@ -4355,9 +4344,9 @@
4344
"cs": "Název zařízení",
4345
"nl": "Apparaat naam",
4346
"xloc": [
4358
- "default.handlebars->23->232",
4359
- "default.handlebars->23->567",
4360
- "default-mobile.handlebars->9->219",
4347
+ "default.handlebars->23->238",
4348
+ "default.handlebars->23->573",
4349
+ "default-mobile.handlebars->9->222",
4350
"player.htm->3->9"
4351
]
4352
},
@@ -4368,7 +4357,7 @@
4357
"cs": "Oznámení zařízení",
4358
"nl": "Apparaatmelding",
4359
"xloc": [
4371
- "default.handlebars->23->516"
4360
+ "default.handlebars->23->522"
4361
]
4362
},
4363
{
@@ -4378,7 +4367,7 @@
4367
"cs": "Device Toast",
4368
"nl": "Device Toast",
4369
"xloc": [
4381
- "default-mobile.handlebars->9->201"
4370
+ "default-mobile.handlebars->9->204"
4371
]
4372
},
4373
{
@@ -4388,7 +4377,7 @@
4377
"cs": "DeviceCheckbox",
4378
"nl": "Apparaat Checkbox",
4379
"xloc": [
4391
- "default.handlebars->23->388"
4380
+ "default.handlebars->23->394"
4381
]
4382
},
4383
{
@@ -4398,7 +4387,7 @@
4387
"cs": "Zakázáno",
4388
"nl": "Uitgeschakeld",
4389
"xloc": [
4401
- "default.handlebars->23->461"
4390
+ "default.handlebars->23->467"
4391
]
4392
},
4393
{
@@ -4410,10 +4399,10 @@
4399
"xloc": [
4400
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span",
4401
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span",
4413
- "default.handlebars->23->617",
4414
- "default.handlebars->23->971",
4402
+ "default.handlebars->23->623",
4403
+ "default.handlebars->23->978",
4404
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
4416
- "default-mobile.handlebars->9->234"
4405
+ "default-mobile.handlebars->9->237"
4406
]
4407
},
4408
{
@@ -4438,10 +4427,10 @@
4427
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->termstatus",
4428
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3->p13Status",
4429
"default.handlebars->23->8",
4441
- "default.handlebars->23->187",
4442
- "default.handlebars->23->204",
4443
- "default.handlebars->23->207",
4430
+ "default.handlebars->23->193",
4431
+ "default.handlebars->23->210",
4432
"default.handlebars->23->213",
4433
+ "default.handlebars->23->219",
4434
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
4435
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
4436
"default-mobile.handlebars->9->1"
@@ -4464,7 +4453,7 @@
4453
"cs": "Zobrazované jméno",
4454
"nl": "Schermnaam",
4455
"xloc": [
4467
- "default.handlebars->23->587"
4456
+ "default.handlebars->23->593"
4457
]
4458
},
4459
{
@@ -4474,7 +4463,7 @@
4463
"cs": "DNS přípona",
4464
"nl": "DNS-achtervoegsel",
4465
"xloc": [
4477
- "default.handlebars->23->91"
4466
+ "default.handlebars->23->96"
4467
]
4468
},
4469
{
@@ -4484,7 +4473,7 @@
4473
"ja": "何もしない",
4474
"nl": "Doe niets",
4475
"xloc": [
4487
- "default.handlebars->23->1015"
4476
+ "default.handlebars->23->1022"
4477
]
4478
},
4479
{
@@ -4505,8 +4494,8 @@
4494
"cs": "Nenastavovat",
4495
"nl": "Niet configureren",
4496
"xloc": [
4508
- "default.handlebars->23->1019",
4509
- "default.handlebars->23->1024"
4497
+ "default.handlebars->23->1026",
4498
+ "default.handlebars->23->1031"
4499
]
4500
},
4501
{
@@ -4516,7 +4505,7 @@
4505
"cs": "Nepřipojovat se k serveru",
4506
"nl": "Maak geen verbinding met de server",
4507
"xloc": [
4519
- "default.handlebars->23->1020"
4508
+ "default.handlebars->23->1027"
4509
]
4510
},
4511
{
@@ -4557,7 +4546,7 @@
4546
"cs": "Stáhnout si záznam chyb",
4547
"nl": "Foutenlogboek downloaden",
4548
"xloc": [
4560
- "default.handlebars->23->113"
4549
+ "default.handlebars->23->118"
4550
]
4551
},
4552
{
@@ -4579,8 +4568,8 @@
4568
"ja": "ダウンロードファイル",
4569
"nl": "Download Bestand",
4570
"xloc": [
4582
- "default.handlebars->23->646",
4583
- "default-mobile.handlebars->9->267"
4571
+ "default.handlebars->23->652",
4572
+ "default-mobile.handlebars->9->270"
4573
]
4574
},
4575
{
@@ -4590,7 +4579,7 @@
4579
"cs": "Stáhnout si MeshCentral Router – nástroj pro mapování TCP portů.",
4580
"nl": "Download MeshCentral Router, een hulpmiddel voor het toewijzen van TCP-poorten.",
4581
"xloc": [
4593
- "default.handlebars->23->202"
4582
+ "default.handlebars->23->208"
4583
]
4584
},
4585
{
@@ -4600,7 +4589,7 @@
4589
"cs": "Stáhnout si MeshCmd",
4590
"nl": "Download MeshCmd",
4591
"xloc": [
4603
- "default.handlebars->23->564"
4592
+ "default.handlebars->23->570"
4593
]
4594
},
4595
{
@@ -4610,7 +4599,7 @@
4599
"cs": "Stáhnout si MeshCmd – nástroj pro příkazový řádek s mnoha funkcemi.",
4600
"nl": "Download MeshCmd, een opdrachtregelprogramma dat vele functies uitvoert.",
4601
"xloc": [
4613
- "default.handlebars->23->200"
4602
+ "default.handlebars->23->206"
4603
]
4604
},
4605
{
@@ -4629,7 +4618,7 @@
4618
"cs": "Stáhnout si události napájení",
4619
"nl": "Downloaden Power gebeurtenissen",
4620
"xloc": [
4632
- "default.handlebars->23->527"
4621
+ "default.handlebars->23->533"
4622
]
4623
},
4624
{
@@ -4659,7 +4648,7 @@
4648
"cs": "Stáhnout si seznam událostí v níže uvedeném formátu.",
4649
"nl": "Download de lijst met gebeurtenissen in een van de onderstaande bestandsindelingen.",
4650
"xloc": [
4662
- "default.handlebars->23->1152"
4651
+ "default.handlebars->23->1160"
4652
]
4653
},
4654
{
@@ -4669,7 +4658,7 @@
4658
"cs": "Stáhnout si seznam uživatelů v níže uvedeném formátu.",
4659
"nl": "Download de lijst met gebruikers in een van de onderstaande bestandsindelingen.",
4660
"xloc": [
4672
- "default.handlebars->23->1191"
4661
+ "default.handlebars->23->1199"
4662
]
4663
},
4664
{
@@ -4730,7 +4719,7 @@
4719
"cs": "Během aktivace bude mít agent přístup k heslu správce.",
4720
"nl": "Tijdens activering heeft de agent toegang tot beheerderswachtwoordinformatie.",
4721
"xloc": [
4733
- "default.handlebars->23->1029"
4722
+ "default.handlebars->23->1036"
4723
]
4724
},
4725
{
@@ -4740,7 +4729,7 @@
4729
"cs": "Dutch (Belgian)",
4730
"nl": "Nederlands (Belgisch)",
4731
"xloc": [
4743
- "default.handlebars->23->736"
4732
+ "default.handlebars->23->743"
4733
]
4734
},
4735
{
@@ -4750,7 +4739,7 @@
4739
"cs": "Dutch (Standard)",
4740
"nl": "Nederlands (Standaard)",
4741
"xloc": [
4753
- "default.handlebars->23->735"
4742
+ "default.handlebars->23->742"
4743
]
4744
},
4745
{
@@ -4770,8 +4759,8 @@
4759
"cs": "Upravit zařízení",
4760
"nl": "Bewerk apparaat",
4761
"xloc": [
4773
- "default.handlebars->23->572",
4774
- "default-mobile.handlebars->9->224"
4762
+ "default.handlebars->23->578",
4763
+ "default-mobile.handlebars->9->227"
4764
]
4765
},
4766
{
@@ -4781,12 +4770,12 @@
4770
"ja": "デバイスグループの編集",
4771
"nl": "Bewerk apparaatgroep",
4772
"xloc": [
4784
- "default.handlebars->23->1035",
4785
- "default.handlebars->23->1055",
4786
- "default.handlebars->23->1074",
4787
- "default-mobile.handlebars->9->288",
4788
- "default-mobile.handlebars->9->290",
4789
- "default-mobile.handlebars->9->308"
4773
+ "default.handlebars->23->1042",
4774
+ "default.handlebars->23->1062",
4775
+ "default.handlebars->23->1081",
4776
+ "default-mobile.handlebars->9->291",
4777
+ "default-mobile.handlebars->9->293",
4778
+ "default-mobile.handlebars->9->311"
4779
]
4780
},
4781
{
@@ -4796,7 +4785,7 @@
4785
"cs": "Upravit vlastnosti skupiny zařízení",
4786
"nl": "Functies van apparaatgroep bewerken",
4787
"xloc": [
4799
- "default.handlebars->23->1049"
4788
+ "default.handlebars->23->1056"
4789
]
4790
},
4791
{
@@ -4806,7 +4795,7 @@
4795
"cs": "Upravit souhlas uživatele u skupiny zařízení",
4796
"nl": "Toestemming gebruikersgroep bewerken",
4797
"xloc": [
4809
- "default.handlebars->23->1046"
4798
+ "default.handlebars->23->1053"
4799
]
4800
},
4801
{
@@ -4816,8 +4805,8 @@
4805
"ja": "デバイスノートの編集",
4806
"nl": "Apparaatnotities bewerken",
4807
"xloc": [
4819
- "default.handlebars->23->1067",
4820
- "default-mobile.handlebars->9->302"
4808
+ "default.handlebars->23->1074",
4809
+ "default-mobile.handlebars->9->305"
4810
]
4811
},
4812
{
@@ -4827,10 +4816,10 @@
4816
"cs": "Upravit přihlašovací údaje k Intel® AMT",
4817
"nl": "Bewerk Intel® AMT-gegevens",
4818
"xloc": [
4830
- "default.handlebars->23->449",
4831
- "default.handlebars->23->452",
4832
- "default.handlebars->23->534",
4833
- "default-mobile.handlebars->9->214"
4819
+ "default.handlebars->23->455",
4820
+ "default.handlebars->23->458",
4821
+ "default.handlebars->23->540",
4822
+ "default-mobile.handlebars->9->217"
4823
]
4824
},
4825
{
@@ -4841,8 +4830,8 @@
4830
"cs": "Upravit poznámky",
4831
"nl": "Notities bewerken",
4832
"xloc": [
4844
- "default.handlebars->23->1081",
4845
- "default-mobile.handlebars->9->315"
4833
+ "default.handlebars->23->1088",
4834
+ "default-mobile.handlebars->9->318"
4835
]
4836
},
4837
{
@@ -4862,7 +4851,7 @@
4851
"cs": "Upravit oprávnění uživatele pro skupinu zařízení",
4852
"nl": "Gebruikersrechten apparaatgroep bewerken",
4853
"xloc": [
4865
- "default.handlebars->23->1072"
4854
+ "default.handlebars->23->1079"
4855
]
4856
},
4857
{
@@ -4872,12 +4861,12 @@
4861
"cs": "E-mail",
4862
"nl": "E-mail",
4863
"xloc": [
4875
- "default.handlebars->23->277",
4876
- "default.handlebars->23->1203",
4877
- "default.handlebars->23->1269",
4878
- "default.handlebars->23->1270",
4879
- "default.handlebars->23->1298",
4880
- "default-mobile.handlebars->9->34"
4864
+ "default.handlebars->23->283",
4865
+ "default.handlebars->23->1211",
4866
+ "default.handlebars->23->1277",
4867
+ "default.handlebars->23->1278",
4868
+ "default.handlebars->23->1306",
4869
+ "default-mobile.handlebars->9->37"
4870
]
4871
},
4872
{
@@ -4887,8 +4876,8 @@
4876
"ja": "メールアドレスの変更",
4877
"nl": "E-mailadres wijzigen",
4878
"xloc": [
4890
- "default.handlebars->23->903",
4891
- "default-mobile.handlebars->9->35"
4879
+ "default.handlebars->23->910",
4880
+ "default-mobile.handlebars->9->38"
4881
]
4882
},
4883
{
@@ -4898,7 +4887,7 @@
4887
"ja": "メールが確認されました",
4888
"nl": "E-mail is geverifieerd",
4889
"xloc": [
4901
- "default.handlebars->23->1266"
4890
+ "default.handlebars->23->1274"
4891
]
4892
},
4893
{
@@ -4908,7 +4897,7 @@
4897
"ja": "メールが確認されました。",
4898
"nl": "E-mail is geverifieerd.",
4899
"xloc": [
4911
- "default.handlebars->23->1209"
4900
+ "default.handlebars->23->1217"
4901
]
4902
},
4903
{
@@ -4918,7 +4907,7 @@
4907
"ja": "メールが確認されていません",
4908
"nl": "E-mail is niet geverifieerd",
4909
"xloc": [
4921
- "default.handlebars->23->1267"
4910
+ "default.handlebars->23->1275"
4911
]
4912
},
4913
{
@@ -4928,8 +4917,8 @@
4917
"cs": "Ověření e-mailu",
4918
"nl": "E-mail verificatie",
4919
"xloc": [
4931
- "default.handlebars->23->901",
4932
- "default-mobile.handlebars->9->33"
4920
+ "default.handlebars->23->908",
4921
+ "default-mobile.handlebars->9->36"
4922
]
4923
},
4924
{
@@ -4984,7 +4973,7 @@
4973
"cs": "English",
4974
"nl": "Engels",
4975
"xloc": [
4987
- "default.handlebars->23->737"
4976
+ "default.handlebars->23->744"
4977
]
4978
},
4979
{
@@ -4994,7 +4983,7 @@
4983
"cs": "English (Australia)",
4984
"nl": "Engels (Australië)",
4985
"xloc": [
4997
- "default.handlebars->23->738"
4986
+ "default.handlebars->23->745"
4987
]
4988
},
4989
{
@@ -5004,7 +4993,7 @@
4993
"cs": "English (Belize)",
4994
"nl": "Engels (Belize)",
4995
"xloc": [
5007
- "default.handlebars->23->739"
4996
+ "default.handlebars->23->746"
4997
]
4998
},
4999
{
@@ -5014,7 +5003,7 @@
5003
"cs": "English (Canada)",
5004
"nl": "Engels (Canada)",
5005
"xloc": [
5017
- "default.handlebars->23->740"
5006
+ "default.handlebars->23->747"
5007
]
5008
},
5009
{
@@ -5024,7 +5013,7 @@
5013
"cs": "English (Ireland)",
5014
"nl": "Engels (Ierland)",
5015
"xloc": [
5027
- "default.handlebars->23->741"
5016
+ "default.handlebars->23->748"
5017
]
5018
},
5019
{
@@ -5034,7 +5023,7 @@
5023
"cs": "English (Jamaica)",
5024
"nl": "Engels (Jamaica)",
5025
"xloc": [
5037
- "default.handlebars->23->742"
5026
+ "default.handlebars->23->749"
5027
]
5028
},
5029
{
@@ -5044,7 +5033,7 @@
5033
"cs": "English (New Zealand)",
5034
"nl": "Engels (Nieuw Zeeland)",
5035
"xloc": [
5047
- "default.handlebars->23->743"
5036
+ "default.handlebars->23->750"
5037
]
5038
},
5039
{
@@ -5054,7 +5043,7 @@
5043
"cs": "English (Philippines)",
5044
"nl": "Engels (Filippijnen)",
5045
"xloc": [
5057
- "default.handlebars->23->744"
5046
+ "default.handlebars->23->751"
5047
]
5048
},
5049
{
@@ -5064,7 +5053,7 @@
5053
"cs": "English (South Africa)",
5054
"nl": "Engels (Zuid Africa)",
5055
"xloc": [
5067
- "default.handlebars->23->745"
5056
+ "default.handlebars->23->752"
5057
]
5058
},
5059
{
@@ -5074,7 +5063,7 @@
5063
"cs": "English (Trinidad & Tobago)",
5064
"nl": "Engels (Trinidad & Tobago)",
5065
"xloc": [
5077
- "default.handlebars->23->746"
5066
+ "default.handlebars->23->753"
5067
]
5068
},
5069
{
@@ -5085,7 +5074,7 @@
5074
"cs": "English (United Kingdom)",
5075
"nl": "Engels (Verenigd Koninkrijk)",
5076
"xloc": [
5088
- "default.handlebars->23->747"
5077
+ "default.handlebars->23->754"
5078
]
5079
},
5080
{
@@ -5096,7 +5085,7 @@
5085
"cs": "English (United States)",
5086
"nl": "Engels (Verenigde staten van America)",
5087
"xloc": [
5099
- "default.handlebars->23->748"
5088
+ "default.handlebars->23->755"
5089
]
5090
},
5091
{
@@ -5107,7 +5096,7 @@
5096
"cs": "English (Zimbabwe)",
5097
"nl": "Engels (Zimbabwe)",
5098
"xloc": [
5110
- "default.handlebars->23->749"
5099
+ "default.handlebars->23->756"
5100
]
5101
},
5102
{
@@ -5117,8 +5106,8 @@
5106
"cs": "Zadání",
5107
"nl": "invoeren",
5108
"xloc": [
5120
- "default.handlebars->23->929",
5121
- "default.handlebars->23->930"
5109
+ "default.handlebars->23->936",
5110
+ "default.handlebars->23->937"
5111
]
5112
},
5113
{
@@ -5128,7 +5117,7 @@
5117
"cs": "Zadejte seznam správních oblastí (oddělovaných čárkou).",
5118
"nl": "Voer een door komma's gescheiden lijst met beheerdersnamen in.",
5119
"xloc": [
5131
- "default.handlebars->23->1213"
5120
+ "default.handlebars->23->1221"
5121
]
5122
},
5123
{
@@ -5138,7 +5127,7 @@
5127
"cs": "Zadejte rozsah IP adres pro vyhledání Intel AMT zařízení.",
5128
"nl": "Voer een reeks IP-adressen in om te scannen op Intel AMT-apparaten.",
5129
"xloc": [
5141
- "default.handlebars->23->247"
5130
+ "default.handlebars->23->253"
5131
]
5132
},
5133
{
@@ -5148,7 +5137,7 @@
5137
"cs": "Zadejte text a kliknutím na OK ho zadáte na dálku pomocí klávesnice (rozložení en-US). Než budete pokračovat, nezapomeňte umístnit vzdálený kurzor na správnou pozici.",
5138
"nl": "Voer tekst in en klik op OK om deze op afstand te typen met een Amerikaans Engels toetsenbord. Zorg ervoor dat u de externe cursor op de juiste positie plaatst voordat u doorgaat.",
5139
"xloc": [
5151
- "default.handlebars->23->582"
5140
+ "default.handlebars->23->588"
5141
]
5142
},
5143
{
@@ -5169,7 +5158,7 @@
5158
"cs": "Zadejte token pro 2-faktorové přihlášení:",
5159
"nl": "Voer hier het token in voor tweestaps-aanmelding:",
5160
"xloc": [
5172
- "default.handlebars->23->116"
5161
+ "default.handlebars->23->121"
5162
]
5163
},
5164
{
@@ -5179,7 +5168,7 @@
5168
"cs": "Chyba, klíč nelze přidat.",
5169
"nl": "Fout, kan sleutel niet toevoegen.",
5170
"xloc": [
5182
- "default.handlebars->23->142"
5171
+ "default.handlebars->23->147"
5172
]
5173
},
5174
{
@@ -5190,7 +5179,7 @@
5179
"cs": "CHYBA: ",
5180
"nl": "FOUT:",
5181
"xloc": [
5193
- "default.handlebars->23->148"
5182
+ "default.handlebars->23->153"
5183
]
5184
},
5185
{
@@ -5211,7 +5200,7 @@
5200
"cs": "CHYBA: klíč nelze přidat.",
5201
"nl": "FOUT: kan sleutel niet toevoegen.",
5202
"xloc": [
5214
- "default.handlebars->23->144"
5203
+ "default.handlebars->23->149"
5204
]
5205
},
5206
{
@@ -5231,7 +5220,7 @@
5220
"cs": "Esperanto",
5221
"nl": "Esperanto",
5222
"xloc": [
5234
- "default.handlebars->23->750"
5223
+ "default.handlebars->23->757"
5224
]
5225
},
5226
{
@@ -5241,7 +5230,7 @@
5230
"cs": "Estonian",
5231
"nl": "Estlands",
5232
"xloc": [
5244
- "default.handlebars->23->751"
5233
+ "default.handlebars->23->758"
5234
]
5235
},
5236
{
@@ -5251,7 +5240,7 @@
5240
"cs": "Podrobnosti události",
5241
"nl": "Gebeurtenis details",
5242
"xloc": [
5254
- "default.handlebars->23->658"
5243
+ "default.handlebars->23->665"
5244
]
5245
},
5246
{
@@ -5261,7 +5250,7 @@
5250
"cs": "Export seznamu událostí",
5251
"nl": "Gebeurtenissenlijst exporteren",
5252
"xloc": [
5264
- "default.handlebars->23->1157"
5253
+ "default.handlebars->23->1165"
5254
]
5255
},
5256
{
@@ -5296,8 +5285,8 @@
5285
"cs": "eventslist.csv",
5286
"nl": "eventslist.csv",
5287
"xloc": [
5299
- "default.handlebars->23->1154",
5300
- "default.handlebars->23->1159"
5288
+ "default.handlebars->23->1162",
5289
+ "default.handlebars->23->1167"
5290
]
5291
},
5292
{
@@ -5307,8 +5296,8 @@
5296
"cs": "eventslist.json",
5297
"nl": "eventslist.json",
5298
"xloc": [
5310
- "default.handlebars->23->1156",
5311
- "default.handlebars->23->1160"
5299
+ "default.handlebars->23->1164",
5300
+ "default.handlebars->23->1168"
5301
]
5302
},
5303
{
@@ -5318,7 +5307,7 @@
5307
"cs": "e-mail@example.com",
5308
"nl": "voorbeeld@email.nl",
5309
"xloc": [
5321
- "default.handlebars->23->278"
5310
+ "default.handlebars->23->284"
5311
]
5312
},
5313
{
@@ -5348,7 +5337,7 @@
5337
"cs": "Rozšířené ASCII",
5338
"nl": "Extended ASCII",
5339
"xloc": [
5351
- "default.handlebars->23->608"
5340
+ "default.handlebars->23->614"
5341
]
5342
},
5343
{
@@ -5358,7 +5347,7 @@
5347
"cs": "Faeroese",
5348
"nl": "Faeroese",
5349
"xloc": [
5361
- "default.handlebars->23->752"
5350
+ "default.handlebars->23->759"
5351
]
5352
},
5353
{
@@ -5369,7 +5358,7 @@
5358
"ja": "失敗しました",
5359
"nl": "Mislukt",
5360
"xloc": [
5372
- "default.handlebars->23->80"
5361
+ "default.handlebars->23->85"
5362
]
5363
},
5364
{
@@ -5380,7 +5369,7 @@
5369
"cs": "Farsi (Persian)",
5370
"nl": "Perzisch (Perzisch)",
5371
"xloc": [
5383
- "default.handlebars->23->753"
5372
+ "default.handlebars->23->760"
5373
]
5374
},
5375
{
@@ -5402,7 +5391,7 @@
5391
"ja": "特徴",
5392
"nl": "Kenmerken",
5393
"xloc": [
5405
- "default.handlebars->23->957"
5394
+ "default.handlebars->23->964"
5395
]
5396
},
5397
{
@@ -5412,7 +5401,7 @@
5401
"cs": "Fijian",
5402
"nl": "Fijian",
5403
"xloc": [
5415
- "default.handlebars->23->754"
5404
+ "default.handlebars->23->761"
5405
]
5406
},
5407
{
@@ -5423,8 +5412,8 @@
5412
"cs": "Editor souborů",
5413
"nl": "Bestandsberwerker",
5414
"xloc": [
5426
- "default.handlebars->23->631",
5427
- "default-mobile.handlebars->9->251"
5415
+ "default.handlebars->23->637",
5416
+ "default-mobile.handlebars->9->254"
5417
]
5418
},
5419
{
@@ -5448,7 +5437,7 @@
5437
"xloc": [
5438
"default.handlebars->contextMenu->cxfiles",
5439
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
5451
- "default.handlebars->23->1043"
5440
+ "default.handlebars->23->1050"
5441
]
5442
},
5443
{
@@ -5469,7 +5458,7 @@
5458
"cs": "Upozornit na soubory",
5459
"nl": "Bestanden Melden",
5460
"xloc": [
5472
- "default.handlebars->23->965"
5461
+ "default.handlebars->23->972"
5462
]
5463
},
5464
{
@@ -5479,7 +5468,7 @@
5468
"cs": "Dotaz na soubory",
5469
"nl": "Bestanden vragen",
5470
"xloc": [
5482
- "default.handlebars->23->964"
5471
+ "default.handlebars->23->971"
5472
]
5473
},
5474
{
@@ -5489,7 +5478,7 @@
5478
"cs": "Ovladač souborového systému",
5479
"nl": "Bestandssysteem stuurprogramma",
5480
"xloc": [
5492
- "default.handlebars->23->590"
5481
+ "default.handlebars->23->596"
5482
]
5483
},
5484
{
@@ -5512,7 +5501,7 @@
5501
"cs": "Finnish",
5502
"nl": "Fins",
5503
"xloc": [
5515
- "default.handlebars->23->755"
5504
+ "default.handlebars->23->762"
5505
]
5506
},
5507
{
@@ -5559,8 +5548,8 @@
5548
"cs": "Vynutit reset hesla při dalším přihlášení.",
5549
"nl": "Forceer wachtwoord opnieuw instellen bij de volgende aanmelding.",
5550
"xloc": [
5562
- "default.handlebars->23->1207",
5563
- "default.handlebars->23->1305"
5551
+ "default.handlebars->23->1215",
5552
+ "default.handlebars->23->1313"
5553
]
5554
},
5555
{
@@ -5613,8 +5602,8 @@
5602
"cs": "Volné",
5603
"nl": "Vrij",
5604
"xloc": [
5616
- "default.handlebars->23->1316",
5617
- "default.handlebars->23->1318"
5605
+ "default.handlebars->23->1324",
5606
+ "default.handlebars->23->1326"
5607
]
5608
},
5609
{
@@ -5625,7 +5614,7 @@
5614
"cs": "volné",
5615
"nl": "vrij",
5616
"xloc": [
5628
- "default.handlebars->23->1346"
5617
+ "default.handlebars->23->1354"
5618
]
5619
},
5620
{
@@ -5636,7 +5625,7 @@
5625
"nl": "FreeBSD x86-64",
5626
"xloc": [
5627
"default.handlebars->23->43",
5639
- "default-mobile.handlebars->9->170"
5628
+ "default-mobile.handlebars->9->173"
5629
]
5630
},
5631
{
@@ -5647,7 +5636,7 @@
5636
"cs": "French (Belgium)",
5637
"nl": "Frans (België)",
5638
"xloc": [
5650
- "default.handlebars->23->757"
5639
+ "default.handlebars->23->764"
5640
]
5641
},
5642
{
@@ -5658,7 +5647,7 @@
5647
"cs": "French (Canada)",
5648
"nl": "Frans (Canada)",
5649
"xloc": [
5661
- "default.handlebars->23->758"
5650
+ "default.handlebars->23->765"
5651
]
5652
},
5653
{
@@ -5669,7 +5658,7 @@
5658
"cs": "French (France)",
5659
"nl": "Frans (Frankrijk)",
5660
"xloc": [
5672
- "default.handlebars->23->759"
5661
+ "default.handlebars->23->766"
5662
]
5663
},
5664
{
@@ -5680,7 +5669,7 @@
5669
"cs": "French (Luxembourg)",
5670
"nl": "Frans (Luxemburg)",
5671
"xloc": [
5683
- "default.handlebars->23->760"
5672
+ "default.handlebars->23->767"
5673
]
5674
},
5675
{
@@ -5691,7 +5680,7 @@
5680
"cs": "French (Monaco)",
5681
"nl": "Frans (Monaco)",
5682
"xloc": [
5694
- "default.handlebars->23->761"
5683
+ "default.handlebars->23->768"
5684
]
5685
},
5686
{
@@ -5702,7 +5691,7 @@
5691
"cs": "French (Standard)",
5692
"nl": "Frans (standaard)",
5693
"xloc": [
5705
- "default.handlebars->23->756"
5694
+ "default.handlebars->23->763"
5695
]
5696
},
5697
{
@@ -5713,7 +5702,7 @@
5702
"cs": "French (Switzerland)",
5703
"nl": "Frans (Zwitserland)",
5704
"xloc": [
5716
- "default.handlebars->23->762"
5705
+ "default.handlebars->23->769"
5706
]
5707
},
5708
{
@@ -5724,7 +5713,7 @@
5713
"cs": "Frisian",
5714
"nl": "Fries",
5715
"xloc": [
5727
- "default.handlebars->23->763"
5716
+ "default.handlebars->23->770"
5717
]
5718
},
5719
{
@@ -5735,7 +5724,7 @@
5724
"cs": "Friulian",
5725
"nl": "Friulian",
5726
"xloc": [
5738
- "default.handlebars->23->764"
5727
+ "default.handlebars->23->771"
5728
]
5729
},
5730
{
@@ -5746,14 +5735,14 @@
5735
"ja": "完全な管理者",
5736
"nl": "Volledige beheerder",
5737
"xloc": [
5749
- "default.handlebars->23->936",
5750
- "default.handlebars->23->998",
5751
- "default.handlebars->23->1054",
5752
- "default.handlebars->23->1218",
5753
- "default-mobile.handlebars->9->61",
5754
- "default-mobile.handlebars->9->280",
5755
- "default-mobile.handlebars->9->289",
5756
- "default-mobile.handlebars->9->307"
5738
+ "default.handlebars->23->943",
5739
+ "default.handlebars->23->1005",
5740
+ "default.handlebars->23->1061",
5741
+ "default.handlebars->23->1226",
5742
+ "default-mobile.handlebars->9->64",
5743
+ "default-mobile.handlebars->9->283",
5744
+ "default-mobile.handlebars->9->292",
5745
+ "default-mobile.handlebars->9->310"
5746
]
5747
},
5748
{
@@ -5764,7 +5753,7 @@
5753
"ja": "完全な管理者",
5754
"nl": "Volledige beheerder",
5755
"xloc": [
5767
- "default.handlebars->23->1262"
5756
+ "default.handlebars->23->1270"
5757
]
5758
},
5759
{
@@ -5775,7 +5764,7 @@
5764
"ja": "完全な管理者(すべての権利)",
5765
"nl": "Volledige beheerder (met alle rechten)",
5766
"xloc": [
5778
- "default.handlebars->23->1073"
5767
+ "default.handlebars->23->1080"
5768
]
5769
},
5770
{
@@ -5798,7 +5787,7 @@
5787
"cs": "FYRO Macedonian",
5788
"nl": "FYRO Macedonisch",
5789
"xloc": [
5801
- "default.handlebars->23->801"
5790
+ "default.handlebars->23->808"
5791
]
5792
},
5793
{
@@ -5809,7 +5798,7 @@
5798
"cs": "Gaelic (Irish)",
5799
"nl": "Gaelic (Iers)",
5800
"xloc": [
5812
- "default.handlebars->23->766"
5801
+ "default.handlebars->23->773"
5802
]
5803
},
5804
{
@@ -5820,7 +5809,7 @@
5809
"cs": "Gaelic (Scots)",
5810
"nl": "Gaelic (Schots)",
5811
"xloc": [
5823
- "default.handlebars->23->765"
5812
+ "default.handlebars->23->772"
5813
]
5814
},
5815
{
@@ -5831,7 +5820,7 @@
5820
"cs": "Galacian",
5821
"nl": "Galacian",
5822
"xloc": [
5834
- "default.handlebars->23->767"
5823
+ "default.handlebars->23->774"
5824
]
5825
},
5826
{
@@ -5842,7 +5831,7 @@
5831
"ja": "ゲートウェイMAC",
5832
"nl": "Gateway MAC",
5833
"xloc": [
5845
- "default.handlebars->23->101"
5834
+ "default.handlebars->23->106"
5835
]
5836
},
5837
{
@@ -5880,7 +5869,7 @@
5869
"ja": "一般情報",
5870
"nl": "Algemene informatie",
5871
"xloc": [
5883
- "default.handlebars->23->402"
5872
+ "default.handlebars->23->408"
5873
]
5874
},
5875
{
@@ -5891,7 +5880,7 @@
5880
"ja": "新しいトークンを生成する",
5881
"nl": "Genereer nieuwe tokens",
5882
"xloc": [
5894
- "default.handlebars->23->130"
5883
+ "default.handlebars->23->135"
5884
]
5885
},
5886
{
@@ -5902,7 +5891,7 @@
5891
"cs": "Georgian",
5892
"nl": "Georgisch",
5893
"xloc": [
5905
- "default.handlebars->23->768"
5894
+ "default.handlebars->23->775"
5895
]
5896
},
5897
{
@@ -5912,7 +5901,7 @@
5901
"cs": "German (Austria)",
5902
"nl": "Duits (Oostenrijk)",
5903
"xloc": [
5915
- "default.handlebars->23->770"
5904
+ "default.handlebars->23->777"
5905
]
5906
},
5907
{
@@ -5922,7 +5911,7 @@
5911
"cs": "German (Germany)",
5912
"nl": "Duits (duitsland)",
5913
"xloc": [
5925
- "default.handlebars->23->771"
5914
+ "default.handlebars->23->778"
5915
]
5916
},
5917
{
@@ -5932,7 +5921,7 @@
5921
"cs": "German (Liechtenstein)",
5922
"nl": "Duits (Liechtenstein)",
5923
"xloc": [
5935
- "default.handlebars->23->772"
5924
+ "default.handlebars->23->779"
5925
]
5926
},
5927
{
@@ -5942,7 +5931,7 @@
5931
"cs": "German (Luxembourg)",
5932
"nl": "Duits (Luxemburg)",
5933
"xloc": [
5945
- "default.handlebars->23->773"
5934
+ "default.handlebars->23->780"
5935
]
5936
},
5937
{
@@ -5952,7 +5941,7 @@
5941
"cs": "German (Standard)",
5942
"nl": "Duits (standaard)",
5943
"xloc": [
5955
- "default.handlebars->23->769"
5944
+ "default.handlebars->23->776"
5945
]
5946
},
5947
{
@@ -5962,7 +5951,7 @@
5951
"cs": "German (Switzerland)",
5952
"nl": "Duits (Zwitserland)",
5953
"xloc": [
5965
- "default.handlebars->23->774"
5954
+ "default.handlebars->23->781"
5955
]
5956
},
5957
{
@@ -5972,7 +5961,7 @@
5961
"cs": "Získat přihlašovací údaje MQTT pro toto zařízení.",
5962
"nl": "Ontvang MQTT-inloggegevens voor dit apparaat.",
5963
"xloc": [
5975
- "default.handlebars->23->500"
5964
+ "default.handlebars->23->506"
5965
]
5966
},
5967
{
@@ -6007,7 +5996,7 @@
5996
"cs": "Dobré",
5997
"nl": "Goed",
5998
"xloc": [
6010
- "default.handlebars->23->932"
5999
+ "default.handlebars->23->939"
6000
]
6001
},
6002
{
@@ -6032,7 +6021,7 @@
6021
"cs": "Greek",
6022
"nl": "Grieks",
6023
"xloc": [
6035
- "default.handlebars->23->775"
6024
+ "default.handlebars->23->782"
6025
]
6026
},
6027
{
@@ -6044,8 +6033,8 @@
6033
"nl": "Groep",
6034
"xloc": [
6035
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1",
6047
- "default.handlebars->23->427",
6048
- "default-mobile.handlebars->9->131"
6036
+ "default.handlebars->23->433",
6037
+ "default-mobile.handlebars->9->134"
6038
]
6039
},
6040
{
@@ -6057,7 +6046,7 @@
6046
"nl": "Groepsactie",
6047
"xloc": [
6048
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
6060
- "default.handlebars->23->387"
6049
+ "default.handlebars->23->393"
6050
]
6051
},
6052
{
@@ -6068,7 +6057,7 @@
6057
"cs": "Oprávnění skupiny pro uživatele {0}.",
6058
"nl": "Groepsrechten voor gebruiker {0}.",
6059
"xloc": [
6071
- "default.handlebars->23->1053"
6060
+ "default.handlebars->23->1060"
6061
]
6062
},
6063
{
@@ -6079,7 +6068,7 @@
6068
"ja": "Group1、Group2、Group3",
6069
"nl": "Groep1, Groep2, Groep3",
6070
"xloc": [
6082
- "default-mobile.handlebars->9->223"
6071
+ "default-mobile.handlebars->9->226"
6072
]
6073
},
6074
{
@@ -6090,7 +6079,7 @@
6079
"cs": "Gujurati",
6080
"nl": "Gujurati",
6081
"xloc": [
6093
- "default.handlebars->23->776"
6082
+ "default.handlebars->23->783"
6083
]
6084
},
6085
{
@@ -6101,7 +6090,7 @@
6090
"cs": "Haitian",
6091
"nl": "Haïtiaanse",
6092
"xloc": [
6104
- "default.handlebars->23->777"
6093
+ "default.handlebars->23->784"
6094
]
6095
},
6096
{
@@ -6123,7 +6112,7 @@
6112
"cs": "Vynutit odpojení agenta",
6113
"nl": "Harde ontkoppeling agent",
6114
"xloc": [
6126
- "default.handlebars->23->674"
6115
+ "default.handlebars->23->681"
6116
]
6117
},
6118
{
@@ -6133,7 +6122,7 @@
6122
"cs": "Hebrew",
6123
"nl": "Hebreeuws",
6124
"xloc": [
6136
- "default.handlebars->23->778"
6125
+ "default.handlebars->23->785"
6126
]
6127
},
6128
{
@@ -6145,9 +6134,9 @@
6134
"nl": "Slaapstand",
6135
"xloc": [
6136
"default.handlebars->23->5",
6148
- "default.handlebars->23->352",
6149
- "default-mobile.handlebars->9->101",
6150
- "default-mobile.handlebars->9->108"
6137
+ "default.handlebars->23->358",
6138
+ "default-mobile.handlebars->9->104",
6139
+ "default-mobile.handlebars->9->111"
6140
]
6141
},
6142
{
@@ -6157,7 +6146,7 @@
6146
"cs": "Hindi",
6147
"nl": "Hindi",
6148
"xloc": [
6160
- "default.handlebars->23->779"
6149
+ "default.handlebars->23->786"
6150
]
6151
},
6152
{
@@ -6178,8 +6167,8 @@
6167
"cs": "Drží se jeden záznam pro kopii",
6168
"nl": "1 item vasthouden voor kopiëren",
6169
"xloc": [
6181
- "default.handlebars->23->640",
6182
- "default-mobile.handlebars->9->260"
6170
+ "default.handlebars->23->646",
6171
+ "default-mobile.handlebars->9->263"
6172
]
6173
},
6174
{
@@ -6189,8 +6178,8 @@
6178
"cs": "Drží se jeden záznam pro přesun",
6179
"nl": "1 item vasthouden voor verplaatsen",
6180
"xloc": [
6192
- "default.handlebars->23->644",
6193
- "default-mobile.handlebars->9->264"
6181
+ "default.handlebars->23->650",
6182
+ "default-mobile.handlebars->9->267"
6183
]
6184
},
6185
{
@@ -6200,8 +6189,8 @@
6189
"cs": "Drží se {0} záznamů pro kopii",
6190
"nl": "{0} items vasthouden voor kopiëren",
6191
"xloc": [
6203
- "default.handlebars->23->638",
6204
- "default-mobile.handlebars->9->258"
6192
+ "default.handlebars->23->644",
6193
+ "default-mobile.handlebars->9->261"
6194
]
6195
},
6196
{
@@ -6211,8 +6200,8 @@
6200
"cs": "Drží se {0} zaznamů pro přesun",
6201
"nl": "{0} items vasthouden voor verplaatsen",
6202
"xloc": [
6214
- "default.handlebars->23->642",
6215
- "default-mobile.handlebars->9->262"
6203
+ "default.handlebars->23->648",
6204
+ "default-mobile.handlebars->9->265"
6205
]
6206
},
6207
{
@@ -6222,8 +6211,8 @@
6211
"cs": "Drží se {0} zaznamů{1} pro {2}",
6212
"nl": "Houd {0} item {1} vast voor {2}",
6213
"xloc": [
6225
- "default.handlebars->23->1145",
6226
- "default-mobile.handlebars->9->85"
6214
+ "default.handlebars->23->1152",
6215
+ "default-mobile.handlebars->9->88"
6216
]
6217
},
6218
{
@@ -6233,15 +6222,15 @@
6222
"cs": "Název stroje",
6223
"nl": "Hostnaam",
6224
"xloc": [
6236
- "default.handlebars->23->233",
6237
- "default.handlebars->23->429",
6238
- "default.handlebars->23->430",
6239
- "default.handlebars->23->432",
6240
- "default.handlebars->23->568",
6241
- "default-mobile.handlebars->9->133",
6242
- "default-mobile.handlebars->9->134",
6225
+ "default.handlebars->23->239",
6226
+ "default.handlebars->23->435",
6227
+ "default.handlebars->23->436",
6228
+ "default.handlebars->23->438",
6229
+ "default.handlebars->23->574",
6230
"default-mobile.handlebars->9->136",
6244
- "default-mobile.handlebars->9->220"
6231
+ "default-mobile.handlebars->9->137",
6232
+ "default-mobile.handlebars->9->139",
6233
+ "default-mobile.handlebars->9->223"
6234
]
6235
},
6236
{
@@ -6251,7 +6240,7 @@
6240
"cs": "Synchronizace názvu stroje",
6241
"nl": "Hostnaam Sync",
6242
"xloc": [
6254
- "default.handlebars->23->955"
6243
+ "default.handlebars->23->962"
6244
]
6245
},
6246
{
@@ -6340,7 +6329,7 @@
6329
"cs": "Hungarian",
6330
"nl": "Hongaars",
6331
"xloc": [
6343
- "default.handlebars->23->780"
6332
+ "default.handlebars->23->787"
6333
]
6334
},
6335
{
@@ -6364,7 +6353,7 @@
6353
"cs": "Icelandic",
6354
"nl": "IJslands",
6355
"xloc": [
6367
- "default.handlebars->23->781"
6356
+ "default.handlebars->23->788"
6357
]
6358
},
6359
{
@@ -6375,8 +6364,8 @@
6364
"cs": "Výběr ikony",
6365
"nl": "Pictogram selectie",
6366
"xloc": [
6378
- "default.handlebars->23->566",
6379
- "default-mobile.handlebars->9->218"
6367
+ "default.handlebars->23->572",
6368
+ "default-mobile.handlebars->9->221"
6369
]
6370
},
6371
{
@@ -6386,7 +6375,7 @@
6375
"cs": "identif., jméno, e-mail, vytvoření, poslední přihlášení, skupiny, faktory ověrování",
6376
"nl": "id, naam, e-mail, aanmaken, laatste inlog, groepen, authenticatiefactors",
6377
"xloc": [
6389
- "default.handlebars->23->1197"
6378
+ "default.handlebars->23->1205"
6379
]
6380
},
6381
{
@@ -6397,7 +6386,7 @@
6386
"cs": "Identifikátor",
6387
"nl": "Identificeren",
6388
"xloc": [
6400
- "default.handlebars->23->69"
6389
+ "default.handlebars->23->74"
6390
]
6391
},
6392
{
@@ -6417,7 +6406,7 @@
6406
"cs": "Indonesian",
6407
"nl": "Indonesisch",
6408
"xloc": [
6420
- "default.handlebars->23->782"
6409
+ "default.handlebars->23->789"
6410
]
6411
},
6412
{
@@ -6461,7 +6450,7 @@
6450
"ja": "インストール",
6451
"nl": "Installeren",
6452
"xloc": [
6464
- "default.handlebars->23->993"
6453
+ "default.handlebars->23->1000"
6454
]
6455
},
6456
{
@@ -6470,7 +6459,7 @@
6459
"cs": "Nainstalujte si <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> nebo kompatibilní aplikaci a naskenujte kód, použijte <a href=\\\"' + message.url + '\\\" rel=\\\"noreferrer noopener\\\" target=_blank> tento odkaz</a> nebo vložte tajemství. Pak vložte aktuální 6 číselný token pro aktivaci 2-faktorového přihlašování.",
6460
"nl": "Installeer <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> of een compatibele applicatie en scan de streepjescode, gebruik <a href=\\\"' + message.url +'\\\" rel=\\\"noreferrer noopener\\\" target=_blank>deze link</a> of voer de link in geheim. Voer vervolgens het huidige 6-cijferige token hieronder in om 2-staps aanmelding te activeren.",
6461
"xloc": [
6473
- "default.handlebars->23->115"
6462
+ "default.handlebars->23->120"
6463
]
6464
},
6465
{
@@ -6479,7 +6468,7 @@
6468
"cs": "Nainstalujte si <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> nebo kompatibilní aplikaci, použijte <a href=\\\"' + message.url + '\\\" rel=\\\"noreferrer noopener\\\" target=_blank> tento odkaz</a> nebo vložte tajemství. Pak vložte aktuální 6 číselný token pro aktivaci 2-faktorového přihlašování.",
6469
"nl": "Installeer <a href=\\\"https://play.google.com/store/apps/details?id=com.google.android.apps.authenticator2\\\" rel=\\\"noreferrer noopener\\\" target=_blank>Google Authenticator</a> of een compatibele toepassing, gebruik <a href=\\\"' + message.url +'\\\" rel=\\\"noreferrer noopener\\\" target=_blank>deze link</a> of voer hieronder het geheim in. Voer vervolgens het huidige 6-cijferige token in om 2-staps aanmelding te activeren.",
6470
"xloc": [
6482
- "default-mobile.handlebars->9->14"
6471
+ "default-mobile.handlebars->9->17"
6472
]
6473
},
6474
{
@@ -6490,7 +6479,7 @@
6479
"cs": "Instalace CIRA",
6480
"nl": "Installeer CIRA",
6481
"xloc": [
6493
- "default.handlebars->23->985"
6482
+ "default.handlebars->23->992"
6483
]
6484
},
6485
{
@@ -6500,7 +6489,7 @@
6489
"cs": "Lokální instalace",
6490
"nl": "Installeer lokaal",
6491
"xloc": [
6503
- "default.handlebars->23->987"
6492
+ "default.handlebars->23->994"
6493
]
6494
},
6495
{
@@ -6510,8 +6499,8 @@
6499
"ja": "設置タイプ",
6500
"nl": "Installatie type",
6501
"xloc": [
6513
- "default.handlebars->23->292",
6514
- "default.handlebars->23->314"
6502
+ "default.handlebars->23->298",
6503
+ "default.handlebars->23->320"
6504
]
6505
},
6506
{
@@ -6522,7 +6511,7 @@
6511
"nl": "Intel (F10 = ESC+[OM)",
6512
"xloc": [
6513
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
6525
- "default.handlebars->23->610"
6514
+ "default.handlebars->23->616"
6515
]
6516
},
6517
{
@@ -6532,10 +6521,10 @@
6521
"cs": "Intel AMT",
6522
"nl": "Intel AMT",
6523
"xloc": [
6535
- "default.handlebars->23->1105",
6536
- "default.handlebars->23->1111",
6537
- "default.handlebars->23->1353",
6538
- "default.handlebars->23->1373"
6524
+ "default.handlebars->23->1112",
6525
+ "default.handlebars->23->1118",
6526
+ "default.handlebars->23->1361",
6527
+ "default.handlebars->23->1381"
6528
]
6529
},
6530
{
@@ -6545,7 +6534,7 @@
6534
"cs": "Intel AMT CIRA připojeno",
6535
"nl": "Intel AMT CIRA verbonden",
6536
"xloc": [
6548
- "default.handlebars->23->151"
6537
+ "default.handlebars->23->156"
6538
]
6539
},
6540
{
@@ -6555,7 +6544,7 @@
6544
"cs": "Intel AMT CIRA odpojeno",
6545
"nl": "Intel AMT CIRA verbroken",
6546
"xloc": [
6558
- "default.handlebars->23->155"
6547
+ "default.handlebars->23->160"
6548
]
6549
},
6550
{
@@ -6566,7 +6555,7 @@
6555
"cs": "Intel AMT zjištěno",
6556
"nl": "Intel AMT gedetecteerd",
6557
"xloc": [
6569
- "default.handlebars->23->150"
6558
+ "default.handlebars->23->155"
6559
]
6560
},
6561
{
@@ -6576,7 +6565,7 @@
6565
"cs": "Intel AMT je aktivováno v režimu správce",
6566
"nl": "Intel AMT wordt geactiveerd in de beheerdersmodus",
6567
"xloc": [
6579
- "default.handlebars->23->445"
6568
+ "default.handlebars->23->451"
6569
]
6570
},
6571
{
@@ -6586,7 +6575,7 @@
6575
"cs": "Intel AMT je aktivováno v režimu uživatele",
6576
"nl": "Intel AMT wordt geactiveerd in Client Control Mode",
6577
"xloc": [
6589
- "default.handlebars->23->443"
6578
+ "default.handlebars->23->449"
6579
]
6580
},
6581
{
@@ -6596,7 +6585,7 @@
6585
"cs": "Intel AMT je nastaveno s TLS zabezpečením",
6586
"nl": "Intel AMT is ingesteld met TLS-netwerkbeveiliging",
6587
"xloc": [
6599
- "default.handlebars->23->447"
6588
+ "default.handlebars->23->453"
6589
]
6590
},
6591
{
@@ -6607,7 +6596,7 @@
6596
"cs": "Intel AMT není zjištěno",
6597
"nl": "Intel AMT niet gedetecteerd",
6598
"xloc": [
6610
- "default.handlebars->23->154"
6599
+ "default.handlebars->23->159"
6600
]
6601
},
6602
{
@@ -6617,7 +6606,7 @@
6606
"cs": "Je třeba, aby Intel AMT bylo nastaveno s důvěryhodným FQDN v MEBx nebo bude třeba drátová LAN síť:",
6607
"nl": "Intel AMT moet worden ingesteld met een vertrouwd FQDN in MEBx of een bekabeld LAN op het netwerk hebben:",
6608
"xloc": [
6620
- "default.handlebars->23->245"
6609
+ "default.handlebars->23->251"
6610
]
6611
},
6612
{
@@ -6627,7 +6616,7 @@
6616
"cs": "Intel ASCII",
6617
"nl": "Intel ASCII",
6618
"xloc": [
6630
- "default.handlebars->23->609"
6619
+ "default.handlebars->23->615"
6620
]
6621
},
6622
{
@@ -6637,7 +6626,7 @@
6626
"cs": "Intel® Active Management Technology",
6627
"nl": "Intel® Active Management Technology",
6628
"xloc": [
6640
- "default.handlebars->23->454"
6629
+ "default.handlebars->23->460"
6630
]
6631
},
6632
{
@@ -6647,14 +6636,14 @@
6636
"cs": "Intel® AMT",
6637
"nl": "Intel® AMT",
6638
"xloc": [
6650
- "default.handlebars->23->405",
6651
- "default.handlebars->23->455",
6652
- "default.handlebars->23->471",
6653
- "default.handlebars->23->972",
6654
- "default.handlebars->23->980",
6655
- "default-mobile.handlebars->9->120",
6656
- "default-mobile.handlebars->9->184",
6657
- "default-mobile.handlebars->9->189"
6639
+ "default.handlebars->23->411",
6640
+ "default.handlebars->23->461",
6641
+ "default.handlebars->23->477",
6642
+ "default.handlebars->23->979",
6643
+ "default.handlebars->23->987",
6644
+ "default-mobile.handlebars->9->123",
6645
+ "default-mobile.handlebars->9->187",
6646
+ "default-mobile.handlebars->9->192"
6647
]
6648
},
6649
{
@@ -6664,8 +6653,8 @@
6653
"cs": "Intel® AMT aktivace",
6654
"nl": "Intel® AMT activatie",
6655
"xloc": [
6667
- "default.handlebars->23->243",
6668
- "default.handlebars->23->246"
6656
+ "default.handlebars->23->249",
6657
+ "default.handlebars->23->252"
6658
]
6659
},
6660
{
@@ -6675,8 +6664,8 @@
6664
"cs": "Intel® AMT CIRA",
6665
"nl": "Intel® AMT CIRA",
6666
"xloc": [
6678
- "default.handlebars->23->469",
6679
- "default-mobile.handlebars->9->188"
6667
+ "default.handlebars->23->475",
6668
+ "default-mobile.handlebars->9->191"
6669
]
6670
},
6671
{
@@ -6686,9 +6675,9 @@
6675
"cs": "Intel® AMT CIRA je připojeno a připraveno k použití.",
6676
"nl": "Intel® AMT CIRA is verbonden en klaar voor gebruik.",
6677
"xloc": [
6689
- "default.handlebars->23->179",
6690
- "default.handlebars->23->366",
6691
- "default.handlebars->23->468"
6678
+ "default.handlebars->23->185",
6679
+ "default.handlebars->23->372",
6680
+ "default.handlebars->23->474"
6681
]
6682
},
6683
{
@@ -6709,9 +6698,9 @@
6698
"cs": "Intel® AMT připojeno",
6699
"nl": "Intel® AMT verbonden",
6700
"xloc": [
6712
- "default.handlebars->23->504",
6713
- "default.handlebars->23->505",
6714
- "default-mobile.handlebars->9->198"
6701
+ "default.handlebars->23->510",
6702
+ "default.handlebars->23->511",
6703
+ "default-mobile.handlebars->9->201"
6704
]
6705
},
6706
{
@@ -6721,8 +6710,8 @@
6710
"cs": "Události Intel® AMT desktop a serial.",
6711
"nl": "Intel® AMT desktop- en seriële gebeurtenissen.",
6712
"xloc": [
6724
- "default.handlebars->23->897",
6725
- "default.handlebars->23->1101"
6713
+ "default.handlebars->23->904",
6714
+ "default.handlebars->23->1108"
6715
]
6716
},
6717
{
@@ -6732,9 +6721,9 @@
6721
"cs": "Intel® AMT zjištěno",
6722
"nl": "Intel® AMT gedetecteerd",
6723
"xloc": [
6735
- "default.handlebars->23->506",
6736
- "default.handlebars->23->507",
6737
- "default-mobile.handlebars->9->199"
6724
+ "default.handlebars->23->512",
6725
+ "default.handlebars->23->513",
6726
+ "default-mobile.handlebars->9->202"
6727
]
6728
},
6729
{
@@ -6744,7 +6733,7 @@
6733
"cs": "Intel® AMT je směrovatelné a připraveno k použití.",
6734
"nl": "Intel® AMT is routeerbaar en klaar voor gebruik.",
6735
"xloc": [
6747
- "default.handlebars->23->470"
6736
+ "default.handlebars->23->476"
6737
]
6738
},
6739
{
@@ -6754,8 +6743,8 @@
6743
"cs": "Intel® AMT je směrovatelné.",
6744
"nl": "Intel® AMT is routeerbaar.",
6745
"xloc": [
6757
- "default.handlebars->23->181",
6758
- "default.handlebars->23->368"
6746
+ "default.handlebars->23->187",
6747
+ "default.handlebars->23->374"
6748
]
6749
},
6750
{
@@ -6765,7 +6754,7 @@
6754
"cs": "Pouze Intel® AMT",
6755
"nl": "Alleen Intel® AMT",
6756
"xloc": [
6768
- "default-mobile.handlebars->9->56"
6757
+ "default-mobile.handlebars->9->59"
6758
]
6759
},
6760
{
@@ -6775,9 +6764,9 @@
6764
"cs": "Pouze Intel® AMT, bez agenta",
6765
"nl": "Alleen Intel® AMT, geen agent",
6766
"xloc": [
6778
- "default.handlebars->23->926",
6779
- "default.handlebars->23->948",
6780
- "default-mobile.handlebars->9->271"
6767
+ "default.handlebars->23->933",
6768
+ "default.handlebars->23->955",
6769
+ "default-mobile.handlebars->9->274"
6770
]
6771
},
6772
{
@@ -6787,7 +6776,7 @@
6776
"cs": "Intel® AMT zásada",
6777
"nl": "Intel® AMT beleid",
6778
"xloc": [
6790
- "default.handlebars->23->1011"
6779
+ "default.handlebars->23->1018"
6780
]
6781
},
6782
{
@@ -6807,7 +6796,7 @@
6796
"cs": "Intel® AMT štítek",
6797
"nl": "Intel® AMT Tag",
6798
"xloc": [
6810
- "default.handlebars->23->459"
6799
+ "default.handlebars->23->465"
6800
]
6801
},
6802
{
@@ -6827,8 +6816,8 @@
6816
"cs": "Intel® ME",
6817
"nl": "Intel® ME",
6818
"xloc": [
6830
- "default.handlebars->23->453",
6831
- "default-mobile.handlebars->9->183"
6819
+ "default.handlebars->23->459",
6820
+ "default-mobile.handlebars->9->186"
6821
]
6822
},
6823
{
@@ -6838,8 +6827,8 @@
6827
"cs": "Intel® SM",
6828
"nl": "Intel® SM",
6829
"xloc": [
6841
- "default.handlebars->23->457",
6842
- "default-mobile.handlebars->9->185"
6830
+ "default.handlebars->23->463",
6831
+ "default-mobile.handlebars->9->188"
6832
]
6833
},
6834
{
@@ -6849,7 +6838,7 @@
6838
"cs": "Intel® Standard Manageability",
6839
"nl": "Standaard beheerbaarheid van Intel®",
6840
"xloc": [
6852
- "default.handlebars->23->456"
6841
+ "default.handlebars->23->462"
6842
]
6843
},
6844
{
@@ -6898,7 +6887,7 @@
6887
"cs": "Interaktivní",
6888
"nl": "Interactief",
6889
"xloc": [
6901
- "default.handlebars->23->591"
6890
+ "default.handlebars->23->597"
6891
]
6892
},
6893
{
@@ -6908,8 +6897,8 @@
6897
"cs": "Pouze interaktivní",
6898
"nl": "Alleen interactief",
6899
"xloc": [
6911
- "default.handlebars->23->295",
6912
- "default.handlebars->23->317"
6900
+ "default.handlebars->23->301",
6901
+ "default.handlebars->23->323"
6902
]
6903
},
6904
{
@@ -6920,7 +6909,7 @@
6909
"cs": "Razhraní",
6910
"nl": "Interfaces",
6911
"xloc": [
6923
- "default.handlebars->23->489"
6912
+ "default.handlebars->23->495"
6913
]
6914
},
6915
{
@@ -6931,7 +6920,7 @@
6920
"cs": "Inuktitut",
6921
"nl": "Inuktitut",
6922
"xloc": [
6934
- "default.handlebars->23->783"
6923
+ "default.handlebars->23->790"
6924
]
6925
},
6926
{
@@ -6961,8 +6950,8 @@
6950
"cs": "Neplatný formát JSON souboru.",
6951
"nl": "Ongeldige JSON-bestandsindeling.",
6952
"xloc": [
6964
- "default.handlebars->23->1188",
6965
- "default.handlebars->23->1190"
6953
+ "default.handlebars->23->1196",
6954
+ "default.handlebars->23->1198"
6955
]
6956
},
6957
{
@@ -6972,7 +6961,7 @@
6961
"cs": "Neplatný JSON soubor: {0}.",
6962
"nl": "Ongeldig JSON-bestand: {0}.",
6963
"xloc": [
6975
- "default.handlebars->23->1186"
6964
+ "default.handlebars->23->1194"
6965
]
6966
},
6967
{
@@ -6992,7 +6981,7 @@
6981
"ja": "招待リンク({0})",
6982
"nl": "Uitnodigingslink ({0})",
6983
"xloc": [
6995
- "default.handlebars->23->168"
6984
+ "default.handlebars->23->174"
6985
]
6986
},
6987
{
@@ -7003,7 +6992,7 @@
6992
"cs": "Typ pozvání",
6993
"nl": "Type uitnodiging",
6994
"xloc": [
7006
- "default.handlebars->23->274"
6995
+ "default.handlebars->23->280"
6996
]
6997
},
6998
{
@@ -7014,9 +7003,9 @@
7003
"ja": "招待する",
7004
"nl": "Uitnodigen",
7005
"xloc": [
7017
- "default.handlebars->23->230",
7018
- "default.handlebars->23->307",
7019
- "default.handlebars->23->995"
7006
+ "default.handlebars->23->236",
7007
+ "default.handlebars->23->313",
7008
+ "default.handlebars->23->1002"
7009
]
7010
},
7011
{
@@ -7027,7 +7016,7 @@
7016
"ja": "招待リンクを共有して、メッシュエージェントをインストールする人を招待します。このリンクは、ユーザーに\\\"{0}\\\"デバイスグループのインストール手順を示します。リンクは公開されており、このサーバーのアカウントは必要ありません。",
7017
"nl": "Nodig iemand uit om de mesh-agent te installeren door een uitnodigingslink te delen. Deze koppeling verwijst de gebruiker naar installatie-instructies voor de apparaatgroep \\\"{0}\\\". De link is openbaar en er is geen account voor deze server nodig.",
7018
"xloc": [
7030
- "default.handlebars->23->298"
7019
+ "default.handlebars->23->304"
7020
]
7021
},
7022
{
@@ -7038,8 +7027,8 @@
7027
"ja": "このメッシュにメッシュエージェントをインストールするように招待します。",
7028
"nl": "Nodig iemand uit om de mesh-agent op deze mesh te installeren.",
7029
"xloc": [
7041
- "default.handlebars->23->229",
7042
- "default.handlebars->23->994"
7030
+ "default.handlebars->23->235",
7031
+ "default.handlebars->23->1001"
7032
]
7033
},
7034
{
@@ -7050,7 +7039,7 @@
7039
"ja": "メッシュエージェントをインストールする人を招待します。 \\\"{0}\\\"デバイスグループのメッシュエージェントインストールへのリンクが記載されたメール。",
7040
"nl": "Nodig iemand uit om de mesh-agent te installeren. Er wordt een e-mail verzonden met de link naar de installatie van de mesh-agent voor de apparaatgroep \\\"{0}\\\".",
7041
"xloc": [
7053
- "default.handlebars->23->275"
7042
+ "default.handlebars->23->281"
7043
]
7044
},
7045
{
@@ -7070,7 +7059,7 @@
7059
"cs": "IP rozsah",
7060
"nl": "IP-bereik",
7061
"xloc": [
7073
- "default.handlebars->23->248"
7062
+ "default.handlebars->23->254"
7063
]
7064
},
7065
{
@@ -7080,7 +7069,7 @@
7069
"cs": "IPv4 adresa",
7070
"nl": "IPv4 adres",
7071
"xloc": [
7083
- "default.handlebars->23->95"
7072
+ "default.handlebars->23->100"
7073
]
7074
},
7075
{
@@ -7090,7 +7079,7 @@
7079
"cs": "IPv4 brána",
7080
"nl": "IPv4 gateway",
7081
"xloc": [
7093
- "default.handlebars->23->99"
7082
+ "default.handlebars->23->104"
7083
]
7084
},
7085
{
@@ -7100,7 +7089,7 @@
7089
"cs": "IPv4 maska",
7090
"nl": "IPv4 mask",
7091
"xloc": [
7103
- "default.handlebars->23->97"
7092
+ "default.handlebars->23->102"
7093
]
7094
},
7095
{
@@ -7111,7 +7100,7 @@
7100
"cs": "Irish",
7101
"nl": "Iers",
7102
"xloc": [
7114
- "default.handlebars->23->784"
7103
+ "default.handlebars->23->791"
7104
]
7105
},
7106
{
@@ -7122,7 +7111,7 @@
7111
"cs": "Italian (Standard)",
7112
"nl": "Italiaans (standaard)",
7113
"xloc": [
7125
- "default.handlebars->23->785"
7114
+ "default.handlebars->23->792"
7115
]
7116
},
7117
{
@@ -7133,7 +7122,7 @@
7122
"cs": "Italian (Switzerland)",
7123
"nl": "Italiaans (Zwitserland)",
7124
"xloc": [
7136
- "default.handlebars->23->786"
7125
+ "default.handlebars->23->793"
7126
]
7127
},
7128
{
@@ -7144,7 +7133,7 @@
7133
"cs": "Japanese",
7134
"nl": "Japans",
7135
"xloc": [
7147
- "default.handlebars->23->787"
7136
+ "default.handlebars->23->794"
7137
]
7138
},
7139
{
@@ -7155,8 +7144,8 @@
7144
"cs": "JSON formát",
7145
"nl": "JSON-indeling",
7146
"xloc": [
7158
- "default.handlebars->23->1155",
7159
- "default.handlebars->23->1194"
7147
+ "default.handlebars->23->1163",
7148
+ "default.handlebars->23->1202"
7149
]
7150
},
7151
{
@@ -7166,7 +7155,7 @@
7155
"cs": "Kannada",
7156
"nl": "Kannada",
7157
"xloc": [
7169
- "default.handlebars->23->788"
7158
+ "default.handlebars->23->795"
7159
]
7160
},
7161
{
@@ -7176,7 +7165,7 @@
7165
"cs": "Kashmiri",
7166
"nl": "kasjmier",
7167
"xloc": [
7179
- "default.handlebars->23->789"
7168
+ "default.handlebars->23->796"
7169
]
7170
},
7171
{
@@ -7186,7 +7175,7 @@
7175
"cs": "Kazakh",
7176
"nl": "Kazachse",
7177
"xloc": [
7189
- "default.handlebars->23->790"
7178
+ "default.handlebars->23->797"
7179
]
7180
},
7181
{
@@ -7196,7 +7185,7 @@
7185
"cs": "Ovladač jádra",
7186
"nl": "KernelDriver",
7187
"xloc": [
7199
- "default.handlebars->23->592"
7188
+ "default.handlebars->23->598"
7189
]
7190
},
7191
{
@@ -7207,8 +7196,8 @@
7196
"cs": "Název klíče",
7197
"nl": "Sleutelnaam",
7198
"xloc": [
7210
- "default.handlebars->23->681",
7211
- "default.handlebars->23->684"
7199
+ "default.handlebars->23->688",
7200
+ "default.handlebars->23->691"
7201
]
7202
},
7203
{
@@ -7229,7 +7218,7 @@
7218
"cs": "Khmer",
7219
"nl": "Khmer",
7220
"xloc": [
7232
- "default.handlebars->23->791"
7221
+ "default.handlebars->23->798"
7222
]
7223
},
7224
{
@@ -7239,7 +7228,7 @@
7228
"cs": "Kirghiz",
7229
"nl": "Kirgizisch",
7230
"xloc": [
7242
- "default.handlebars->23->792"
7231
+ "default.handlebars->23->799"
7232
]
7233
},
7234
{
@@ -7249,7 +7238,7 @@
7238
"cs": "Klingon",
7239
"nl": "Klingon",
7240
"xloc": [
7252
- "default.handlebars->23->793"
7241
+ "default.handlebars->23->800"
7242
]
7243
},
7244
{
@@ -7260,7 +7249,7 @@
7249
"cs": "Korean",
7250
"nl": "Koreaans",
7251
"xloc": [
7263
- "default.handlebars->23->794"
7252
+ "default.handlebars->23->801"
7253
]
7254
},
7255
{
@@ -7271,7 +7260,7 @@
7260
"cs": "Korean (North Korea)",
7261
"nl": "Koreaans (Noord-Korea)",
7262
"xloc": [
7274
- "default.handlebars->23->795"
7263
+ "default.handlebars->23->802"
7264
]
7265
},
7266
{
@@ -7282,7 +7271,7 @@
7271
"cs": "Korean (South Korea)",
7272
"nl": "Koreaans (Zuid-Korea)",
7273
"xloc": [
7285
- "default.handlebars->23->796"
7274
+ "default.handlebars->23->803"
7275
]
7276
},
7277
{
@@ -7293,7 +7282,7 @@
7282
"ja": "言語",
7283
"nl": "Taal",
7284
"xloc": [
7296
- "default.handlebars->23->889"
7285
+ "default.handlebars->23->896"
7286
]
7287
},
7288
{
@@ -7315,7 +7304,7 @@
7304
"cs": "Velké zaměření",
7305
"nl": "Grote focus",
7306
"xloc": [
7318
- "default.handlebars->23->581"
7307
+ "default.handlebars->23->587"
7308
]
7309
},
7310
{
@@ -7438,7 +7427,7 @@
7427
"cs": "Poslední přístup",
7428
"nl": "Laatste toegang",
7429
"xloc": [
7441
- "default.handlebars->23->1163"
7430
+ "default.handlebars->23->1171"
7431
]
7432
},
7433
{
@@ -7449,9 +7438,9 @@
7438
"ja": "最後のエージェントのアドレス",
7439
"nl": "Laatste agentadres",
7440
"xloc": [
7452
- "default.handlebars->23->83",
7453
- "default.handlebars->23->84",
7454
- "default.handlebars->23->86"
7441
+ "default.handlebars->23->88",
7442
+ "default.handlebars->23->89",
7443
+ "default.handlebars->23->91"
7444
]
7445
},
7446
{
This file is too large to show in full.
views/default-mobile.handlebars
+3
-4
@@ -705,14 +705,13 @@
705
else if ((passRequirements != null) && (typeof passRequirements.reset == 'number')) {
706
var seconds = (userinfo.passchange) + (passRequirements.reset * 86400) - Math.floor(Date.now() / 1000);
707
if (seconds < 0) { QH('p2nextPasswordUpdateTime', " - Reset on next login."); }
708
- else if (seconds < 3600) { QH('p2nextPasswordUpdateTime', format(" - Reset in {0} minute{1}.", Math.floor(seconds / 60), addLetterS(Math.floor(seconds / 60)))); }
709
- else if (seconds < 86400) { QH('p2nextPasswordUpdateTime', format(" - Reset in {0} hour{1}.", Math.floor(seconds / 3600), addLetterS(Math.floor(seconds / 3600)))); }
710
- else { QH('p2nextPasswordUpdateTime', format(" - Reset in {0} day{1}."), Math.floor(seconds / 86400), addLetterS(Math.floor(seconds / 86400))); }
708
+ else if (seconds < 3600) { var secs = Math.floor(seconds / 60); QH('p2nextPasswordUpdateTime',format((secs == 1)?" - Reset in 1 minute.":" - Reset in {0} minutes.", secs)); }
709
+ else if (seconds < 86400) { var hours = Math.floor(seconds / 3600); QH('p2nextPasswordUpdateTime', format((hours == 1) ? " - Reset in 1 hour." : " - Reset in {0} hours.", hours)); }
710
+ else { var days = Math.floor(seconds / 86400); QH('p2nextPasswordUpdateTime', format((hours == 1) ? " - Reset in 1 day." : " - Reset in {0} days.", days)); }
711
}
712
}
713
}
714
715
- function addLetterS(x) { return (x > 1) ? 's' : ''; }
715
function setSessionActivity() { sessionActivity = Date.now(); }
716
function checkIdleSessionTimeout() { var delta = (Date.now() - sessionActivity); if (delta > serverinfo.timeout) { window.location.href = 'logout'; } }
717
views/default.handlebars
+9
-10
@@ -1627,24 +1627,23 @@
1627
else if ((passRequirements != null) && (typeof passRequirements.reset == 'number')) {
1628
var seconds = (userinfo.passchange) + (passRequirements.reset * 86400) - Math.floor(Date.now() / 1000);
1629
if (seconds < 0) { QH('p2nextPasswordUpdateTime', " - Reset on next login."); }
1630
- else if (seconds < 3600) { QH('p2nextPasswordUpdateTime', format(" - Reset in {0} minute{1}.", Math.floor(seconds / 60), addLetterS(Math.floor(seconds / 60)))); }
1631
- else if (seconds < 86400) { QH('p2nextPasswordUpdateTime', format(" - Reset in {0} hour{1}.", Math.floor(seconds / 3600), addLetterS(Math.floor(seconds / 3600)))); }
1632
- else { QH('p2nextPasswordUpdateTime', format(" - Reset in {0} day{1}."), Math.floor(seconds / 86400), addLetterS(Math.floor(seconds / 86400))); }
1630
+ else if (seconds < 3600) { var secs = Math.floor(seconds / 60); QH('p2nextPasswordUpdateTime',format((secs == 1)?" - Reset in 1 minute.":" - Reset in {0} minutes.", secs)); }
1631
+ else if (seconds < 86400) { var hours = Math.floor(seconds / 3600); QH('p2nextPasswordUpdateTime', format((hours == 1) ? " - Reset in 1 hour." : " - Reset in {0} hours.", hours)); }
1632
+ else { var days = Math.floor(seconds / 86400); QH('p2nextPasswordUpdateTime', format((hours == 1) ? " - Reset in 1 day." : " - Reset in {0} days.", days)); }
1633
}
1634
}
1635
}
1636
1637
- function addLetterS(x) { return (x > 1) ? 's' : ''; }
1637
function setSessionActivity() { sessionActivity = Date.now(); QH('idleTimeoutNotify', ''); }
1638
function checkIdleSessionTimeout() {
1639
var delta = (Date.now() - sessionActivity);
1640
if (delta > serverinfo.timeout) { window.location.href = 'logout'; } else {
1641
var ds = Math.round((serverinfo.timeout - delta) / 1000);
1642
if (ds <= 60) {
1644
- QH('idleTimeoutNotify', '<br />' + format("{0} second{1} until disconnect", ds, addLetterS(ds)));
1643
+ QH('idleTimeoutNotify', '<br />' + format((ds == 1)?"1 second until disconnect":"{0} seconds until disconnect", ds));
1644
} else {
1645
ds = Math.round(ds / 60);
1647
- if (ds <= 5) { QH('idleTimeoutNotify', '<br />' + format("{0} minute{1} until disconnect", ds, addLetterS(ds))); }
1646
+ if (ds <= 5) { QH('idleTimeoutNotify', '<br />' + format((ds == 1)?"1 minute until disconnect":"{0} minutes until disconnect", ds)); }
1647
}
1648
}
1649
}
@@ -2580,7 +2579,7 @@
2579
url = 'http://' + servername + portStr + domainUrl + 'agentinvite?c=' + message.cookie;
2580
}
2581
Q('agentInvitationLink').href = url;
2583
- var t = format("{0} hour{1}", message.expire, addLetterS(message.expire));
2582
+ var t = format((message.expire == 1)?"1 hour":"{0} hours", message.expire);
2583
if (message.expire == 24) { t = "1 day"; }
2584
if (message.expire == 168) { t = "1 week"; }
2585
if (message.expire == 5040) { t = "1 month"; }
@@ -6806,7 +6805,7 @@
6805
p13uploadFileContinue(1, files);
6806
} else {
6807
// Otherwise, prompt for confirmation
6809
- setDialogMode(2, "Upload File", 3, p13uploadFileContinue, format("Upload will overwrite {0} file{1}. Continue?", overWriteCount, addLetterS(overWriteCount)), files);
6808
+ setDialogMode(2, "Upload File", 3, p13uploadFileContinue, format((overWriteCount == 1)?"Upload will overwrite 1 file. Continue?":"Upload will overwrite {0} files. Continue?", overWriteCount), files);
6809
}
6810
}
6811
@@ -7370,7 +7369,7 @@
7369
function account_showDeleteAccount() {
7370
if (xxdialogMode) return false;
7371
var x = "To delete this account, type in the account password in both boxes below and hit ok." + '<br /><br />';
7373
- x += '<form method=post><input type=hidden name=action value=deleteaccount /><input type=hidden name=authcookie value=" + authCookie + " /><table style=margin-left:80px><tr>';
7372
+ x += '<form method=post><input type=hidden name=action value=deleteaccount /><input type=hidden name=authcookie value=' + authCookie + ' /><table style=margin-left:80px><tr>';
7373
x += '<td align=right>' + "Password:" + '</td><td><input id=apassword1 type=password name=apassword1 autocomplete=off onchange=account_validateDeleteAccount() onkeyup=account_validateDeleteAccount() /></td>';
7374
x += '</tr><tr><td align=right>' + "Password:" + '</td><td><input id=apassword2 type=password name=apassword2 autocomplete=off onchange=account_validateDeleteAccount() onkeyup=account_validateDeleteAccount() /></td>';
7375
x += '</tr></table><br /><div style=padding:10px;margin-bottom:4px>';
@@ -8467,7 +8466,7 @@
8466
p5PerformUpload(1, files);
8467
} else {
8468
// Otherwise, prompt for confirmation
8470
- setDialogMode(2, "Upload File", 3, p5PerformUpload, format("Upload will overwrite {0} file{1}. Continue?", overWriteCount, addLetterS(overWriteCount)), files);
8469
+ setDialogMode(2, "Upload File", 3, p5PerformUpload, format((overWriteCount == 1)?"Upload will overwrite 1 file. Continue?":"Upload will overwrite {0} files. Continue?", overWriteCount), files);
8470
}
8471
}
8472
webserver.js
+1
-1
@@ -4158,7 +4158,7 @@ module.exports.CreateWebServer = function (parent, db, args, certificates) {
4158
function render(req, res, filename, args) {
4159
if ((obj.parent.webViewsOverridePath == null) && (obj.renderPages != null)) {
4160
// If a user set a localization, use that
4161
- if (req.session.userid) {
4161
+ if ((req.session != null) && (req.session.userid)) {
4162
var user = obj.users[req.session.userid];
4163
if ((user != null) && (user.lang != null)) { req.query.lang = user.lang; }
4164
};