Fixed broken remote desktop when notification is enabled.
Ylian Saint-Hilaire committed
Jan 16, 2022 at 21:30 UTC
1933ff9680cf529b556fd650ef181da530c99603
2 files changed
+996
-992
agents/meshcore.js
+1
-1
@@ -2479,7 +2479,7 @@ function onTunnelData(data) {
2479
if (this.httprequest.consent && (this.httprequest.consent & 1)) {
2480
// User Notifications is required
2481
MeshServerLogEx(35, null, "Started remote desktop with toast notification (" + this.httprequest.remoteaddr + ")", this.httprequest);
2482
- var notifyMessage = currentTranslation['desktopNotify'].replace('{0}', this.ws.httprequest.realname);
2482
+ var notifyMessage = currentTranslation['desktopNotify'].replace('{0}', this.httprequest.realname);
2483
var notifyTitle = "MeshCentral";
2484
if (this.httprequest.soptions != null) {
2485
if (this.httprequest.soptions.notifyTitle != null) { notifyTitle = this.httprequest.soptions.notifyTitle; }
translate/translate.json
+995
-991
@@ -324,8 +324,8 @@
324
"zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。",
325
"da": " Brugere skal logge ind på denne server én gang før de kan tilføjes til denne enhedsgruppe.",
326
"xloc": [
327
- "default.handlebars->39->1951",
328
- "default.handlebars->39->2478"
327
+ "default.handlebars->39->1955",
328
+ "default.handlebars->39->2482"
329
]
330
},
331
{
@@ -834,7 +834,7 @@
834
"zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。",
835
"da": "* 8 tegn, 1 STORT, 1 lille, 1 numerisk, 1 ikke-alfanumerisk.",
836
"xloc": [
837
- "default.handlebars->39->1915",
837
+ "default.handlebars->39->1919",
838
"default.handlebars->39->456"
839
]
840
},
@@ -929,7 +929,7 @@
929
"da": ",",
930
"xloc": [
931
"default-mobile.handlebars->11->687",
932
- "default.handlebars->39->2025"
932
+ "default.handlebars->39->2029"
933
]
934
},
935
{
@@ -1050,7 +1050,7 @@
1050
"zh-chs": ", 不同意",
1051
"da": ", Ingen samtykke",
1052
"xloc": [
1053
- "default.handlebars->39->1873",
1053
+ "default.handlebars->39->1877",
1054
"default.handlebars->39->947"
1055
]
1056
},
@@ -1076,19 +1076,21 @@
1076
"zh-cht": ",提示同意",
1077
"da": ", Bed om samtykke",
1078
"xloc": [
1079
- "default.handlebars->39->1874",
1079
+ "default.handlebars->39->1878",
1080
"default.handlebars->39->948"
1081
]
1082
},
1083
{
1084
"en": ", Reccuring daily",
1085
"xloc": [
1086
+ "default.handlebars->39->1874",
1087
"default.handlebars->39->944"
1088
]
1089
},
1090
{
1091
"en": ", Reccuring weekly",
1092
"xloc": [
1093
+ "default.handlebars->39->1875",
1094
"default.handlebars->39->945"
1095
]
1096
},
@@ -1160,7 +1162,7 @@
1162
"zh-chs": ", 工具栏",
1163
"da": ", Værktøjsfelt",
1164
"xloc": [
1163
- "default.handlebars->39->1875",
1165
+ "default.handlebars->39->1879",
1166
"default.handlebars->39->949"
1167
]
1168
},
@@ -1192,7 +1194,7 @@
1194
"pl": ", Tylko podgląd pulpitu",
1195
"da": ", Vis kun skrivebord",
1196
"xloc": [
1195
- "default.handlebars->39->1872",
1197
+ "default.handlebars->39->1876",
1198
"default.handlebars->39->946"
1199
]
1200
},
@@ -1526,8 +1528,8 @@
1528
"default-mobile.handlebars->11->132",
1529
"default-mobile.handlebars->11->470",
1530
"default.handlebars->39->1301",
1529
- "default.handlebars->39->2080",
1530
- "default.handlebars->39->2676",
1531
+ "default.handlebars->39->2084",
1532
+ "default.handlebars->39->2680",
1533
"sharing.handlebars->11->50"
1534
]
1535
},
@@ -1689,7 +1691,7 @@
1691
"zh-cht": "1個活躍時段",
1692
"da": "1 aktiv session",
1693
"xloc": [
1692
- "default.handlebars->39->2566"
1694
+ "default.handlebars->39->2570"
1695
]
1696
},
1697
{
@@ -1716,7 +1718,7 @@
1718
"xloc": [
1719
"default-mobile.handlebars->11->142",
1720
"default-mobile.handlebars->11->730",
1719
- "default.handlebars->39->2104",
1721
+ "default.handlebars->39->2108",
1722
"download.handlebars->3->1",
1723
"download2.handlebars->5->1",
1724
"sharing.handlebars->11->96"
@@ -1797,7 +1799,7 @@
1799
"zh-cht": "1群",
1800
"da": "1 gruppe",
1801
"xloc": [
1800
- "default.handlebars->39->2525"
1802
+ "default.handlebars->39->2529"
1803
]
1804
},
1805
{
@@ -1927,7 +1929,7 @@
1929
"zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...",
1930
"da": "1 brugere mere vises ikke, brug søgefeltet for at søge efter brugere...",
1931
"xloc": [
1930
- "default.handlebars->39->2293"
1932
+ "default.handlebars->39->2297"
1933
]
1934
},
1935
{
@@ -2124,7 +2126,7 @@
2126
"default-mobile.handlebars->11->211",
2127
"default-mobile.handlebars->11->215",
2128
"default-mobile.handlebars->11->219",
2127
- "default.handlebars->39->2297",
2129
+ "default.handlebars->39->2301",
2130
"default.handlebars->39->381",
2131
"default.handlebars->39->384",
2132
"default.handlebars->39->388",
@@ -2874,7 +2876,7 @@
2876
"zh-cht": "2FA備份代碼已清除",
2877
"da": "2FA-backup koder er slettet",
2878
"xloc": [
2877
- "default.handlebars->39->2215"
2879
+ "default.handlebars->39->2219"
2880
]
2881
},
2882
{
@@ -2899,8 +2901,8 @@
2901
"zh-cht": "啟用第二因素身份驗證",
2902
"da": "2. faktor godkendelse aktiveret",
2903
"xloc": [
2902
- "default.handlebars->39->2311",
2903
- "default.handlebars->39->2549"
2904
+ "default.handlebars->39->2315",
2905
+ "default.handlebars->39->2553"
2906
]
2907
},
2908
{
@@ -4242,7 +4244,7 @@
4244
"zh-chs": "操作系统",
4245
"da": "AMT-OS",
4246
"xloc": [
4245
- "default.handlebars->39->2805"
4247
+ "default.handlebars->39->2809"
4248
]
4249
},
4250
{
@@ -4253,7 +4255,7 @@
4255
"pl": "AMT-Przekier",
4256
"da": "AMT-Redir",
4257
"xloc": [
4256
- "default.handlebars->39->2710"
4258
+ "default.handlebars->39->2714"
4259
]
4260
},
4261
{
@@ -4264,7 +4266,7 @@
4266
"pl": "AMT-WSMAN",
4267
"da": "AMT-WSMAN",
4268
"xloc": [
4267
- "default.handlebars->39->2709"
4269
+ "default.handlebars->39->2713"
4270
]
4271
},
4272
{
@@ -4523,7 +4525,7 @@
4525
"zh-cht": "存取伺服器檔案",
4526
"da": "Adgang til server filer",
4527
"xloc": [
4526
- "default.handlebars->39->2484"
4528
+ "default.handlebars->39->2488"
4529
]
4530
},
4531
{
@@ -4634,7 +4636,7 @@
4636
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0",
4637
"default.handlebars->39->1737",
4638
"default.handlebars->39->1739",
4637
- "default.handlebars->39->2858",
4639
+ "default.handlebars->39->2862",
4640
"default.handlebars->39->745",
4641
"default.handlebars->39->747"
4642
]
@@ -4661,7 +4663,7 @@
4663
"da": "Konto indstillinger",
4664
"xloc": [
4665
"default-mobile.handlebars->11->698",
4664
- "default.handlebars->39->2735"
4666
+ "default.handlebars->39->2739"
4667
]
4668
},
4669
{
@@ -4737,7 +4739,7 @@
4739
"zh-cht": "帳戶已更改:{0}",
4740
"da": "Kontoen er ændret: {0}",
4741
"xloc": [
4740
- "default.handlebars->39->2188"
4742
+ "default.handlebars->39->2192"
4743
]
4744
},
4745
{
@@ -4762,7 +4764,7 @@
4764
"zh-cht": "創建帳戶,電子郵件為{0}",
4765
"da": "Konto oprettet, email er {0}",
4766
"xloc": [
4765
- "default.handlebars->39->2187"
4767
+ "default.handlebars->39->2191"
4768
]
4769
},
4770
{
@@ -4773,7 +4775,7 @@
4775
"pl": "Konto utworzono, jego nazwa to {0}.",
4776
"da": "Konto oprettet, navnet er {0}",
4777
"xloc": [
4776
- "default.handlebars->39->2250"
4778
+ "default.handlebars->39->2254"
4779
]
4780
},
4781
{
@@ -4798,7 +4800,7 @@
4800
"zh-cht": "帳戶已創建,用戶名是{0}",
4801
"da": "Konto oprettet, brugernavn er {0}",
4802
"xloc": [
4801
- "default.handlebars->39->2186"
4803
+ "default.handlebars->39->2190"
4804
]
4805
},
4806
{
@@ -4823,8 +4825,8 @@
4825
"zh-cht": "帳戶已被鎖定",
4826
"da": "Kontoen er spærret",
4827
"xloc": [
4826
- "default.handlebars->39->2313",
4827
- "default.handlebars->39->2481"
4828
+ "default.handlebars->39->2317",
4829
+ "default.handlebars->39->2485"
4830
]
4831
},
4832
{
@@ -4850,7 +4852,7 @@
4852
"da": "Kontogrænsen er nået.",
4853
"xloc": [
4854
"default-mobile.handlebars->11->710",
4853
- "default.handlebars->39->2747",
4855
+ "default.handlebars->39->2751",
4856
"login-mobile.handlebars->5->6",
4857
"login.handlebars->5->6",
4858
"login2.handlebars->7->8"
@@ -4905,7 +4907,7 @@
4907
"zh-cht": "帳號登錄",
4908
"da": "Konto login",
4909
"xloc": [
4908
- "default.handlebars->39->2123"
4910
+ "default.handlebars->39->2127"
4911
]
4912
},
4913
{
@@ -4929,7 +4931,7 @@
4931
"zh-chs": "来自 {0}、{1}、{2} 的帐户登录",
4932
"da": "Konto login fra {0}, {1}, {2}",
4933
"xloc": [
4932
- "default.handlebars->39->2229"
4934
+ "default.handlebars->39->2233"
4935
]
4936
},
4937
{
@@ -4954,7 +4956,7 @@
4956
"zh-cht": "帳戶登出",
4957
"da": "Konto logout",
4958
"xloc": [
4957
- "default.handlebars->39->2124"
4959
+ "default.handlebars->39->2128"
4960
]
4961
},
4962
{
@@ -5006,7 +5008,7 @@
5008
"zh-cht": "帳戶密碼已更改:{0}",
5009
"da": "Konto kodeord ændret: {0}",
5010
"xloc": [
5009
- "default.handlebars->39->2196"
5011
+ "default.handlebars->39->2200"
5012
]
5013
},
5014
{
@@ -5031,7 +5033,7 @@
5033
"zh-cht": "帳戶已刪除",
5034
"da": "Kontoen er fjernet",
5035
"xloc": [
5034
- "default.handlebars->39->2185"
5036
+ "default.handlebars->39->2189"
5037
]
5038
},
5039
{
@@ -5241,7 +5243,7 @@
5243
"zh-cht": "如果ACM失敗,則激活到CCM",
5244
"da": "Aktiver til CCM hvis ACM fejler",
5245
"xloc": [
5244
- "default.handlebars->39->1906"
5246
+ "default.handlebars->39->1910"
5247
]
5248
},
5249
{
@@ -5533,8 +5535,8 @@
5535
"zh-cht": "新增裝置",
5536
"da": "Tilføj en enhed",
5537
"xloc": [
5536
- "default.handlebars->39->2456",
5537
- "default.handlebars->39->2615",
5538
+ "default.handlebars->39->2460",
5539
+ "default.handlebars->39->2619",
5540
"default.handlebars->39->426"
5541
]
5542
},
@@ -5585,9 +5587,9 @@
5587
"zh-cht": "新增裝置群",
5588
"da": "Tilføj enhedsgruppe",
5589
"xloc": [
5588
- "default.handlebars->39->1987",
5589
- "default.handlebars->39->2450",
5590
- "default.handlebars->39->2603",
5590
+ "default.handlebars->39->1991",
5591
+ "default.handlebars->39->2454",
5592
+ "default.handlebars->39->2607",
5593
"default.handlebars->39->342"
5594
]
5595
},
@@ -5613,7 +5615,7 @@
5615
"zh-cht": "新增裝置群權限",
5616
"da": "Tilføj enhedsgruppetilladelser",
5617
"xloc": [
5616
- "default.handlebars->39->1984"
5618
+ "default.handlebars->39->1988"
5619
]
5620
},
5621
{
@@ -5638,8 +5640,8 @@
5640
"zh-cht": "新增裝置權限",
5641
"da": "Tilføj enhedstilladelser",
5642
"xloc": [
5641
- "default.handlebars->39->1989",
5642
- "default.handlebars->39->1991"
5643
+ "default.handlebars->39->1993",
5644
+ "default.handlebars->39->1995"
5645
]
5646
},
5647
{
@@ -5782,7 +5784,7 @@
5784
"zh-cht": "新增成員身份",
5785
"da": "Tilføj medlemsskab",
5786
"xloc": [
5785
- "default.handlebars->39->2635"
5787
+ "default.handlebars->39->2639"
5788
]
5789
},
5790
{
@@ -5909,7 +5911,7 @@
5911
"zh-cht": "新增用戶裝置權限",
5912
"da": "Tilføj bruger enhedstilladelser",
5913
"xloc": [
5912
- "default.handlebars->39->1994"
5914
+ "default.handlebars->39->1998"
5915
]
5916
},
5917
{
@@ -5935,8 +5937,8 @@
5937
"da": "Tilføj brugergruppe",
5938
"xloc": [
5939
"default.handlebars->39->1849",
5938
- "default.handlebars->39->1986",
5939
- "default.handlebars->39->2609",
5940
+ "default.handlebars->39->1990",
5941
+ "default.handlebars->39->2613",
5942
"default.handlebars->39->924"
5943
]
5944
},
@@ -5962,7 +5964,7 @@
5964
"zh-cht": "新增用戶群裝置權限",
5965
"da": "Tilføj brugergruppe enhedstilladelser",
5966
"xloc": [
5965
- "default.handlebars->39->1996"
5967
+ "default.handlebars->39->2000"
5968
]
5969
},
5970
{
@@ -6035,7 +6037,7 @@
6037
"da": "Tilføj brugere",
6038
"xloc": [
6039
"default.handlebars->39->1848",
6038
- "default.handlebars->39->2445"
6040
+ "default.handlebars->39->2449"
6041
]
6042
},
6043
{
@@ -6060,7 +6062,7 @@
6062
"zh-cht": "將用戶新增到裝置群",
6063
"da": "Tilføj brugere til enhedsgruppe",
6064
"xloc": [
6063
- "default.handlebars->39->1983"
6065
+ "default.handlebars->39->1987"
6066
]
6067
},
6068
{
@@ -6085,7 +6087,7 @@
6087
"zh-cht": "將用戶新增到用戶群",
6088
"da": "Tilføj brugere til brugergruppe",
6089
"xloc": [
6088
- "default.handlebars->39->2480"
6090
+ "default.handlebars->39->2484"
6091
]
6092
},
6093
{
@@ -6380,7 +6382,7 @@
6382
"zh-cht": "添加了身份驗證應用程序",
6383
"da": "Tilføjet godkendelses applikation",
6384
"xloc": [
6383
- "default.handlebars->39->2212"
6385
+ "default.handlebars->39->2216"
6386
]
6387
},
6388
{
@@ -6405,19 +6407,19 @@
6407
"zh-cht": "已將設備共享{0}從{1}添加到{2}",
6408
"da": "Tilføjet enhedsdeling {0} fra {1} til {2}",
6409
"xloc": [
6408
- "default.handlebars->39->2223"
6410
+ "default.handlebars->39->2227"
6411
]
6412
},
6413
{
6414
"en": "Added device share {0} recurring daily.",
6415
"xloc": [
6414
- "default.handlebars->39->2260"
6416
+ "default.handlebars->39->2264"
6417
]
6418
},
6419
{
6420
"en": "Added device share {0} recurring weekly.",
6421
"xloc": [
6420
- "default.handlebars->39->2261"
6422
+ "default.handlebars->39->2265"
6423
]
6424
},
6425
{
@@ -6427,7 +6429,7 @@
6429
"pl": "Dodano udostępnianie urządzenia {0} z nieograniczonym czasem",
6430
"da": "Tilføjet enhedsdeling {0} med ubegrænset tid.",
6431
"xloc": [
6430
- "default.handlebars->39->2253"
6432
+ "default.handlebars->39->2257"
6433
]
6434
},
6435
{
@@ -6452,8 +6454,8 @@
6454
"zh-cht": "已將設備{0}添加到設備組{1}",
6455
"da": "Tilføjet enhed {0} til enhedsgruppe {1}",
6456
"xloc": [
6455
- "default.handlebars->39->2179",
6456
- "default.handlebars->39->2206"
6457
+ "default.handlebars->39->2183",
6458
+ "default.handlebars->39->2210"
6459
]
6460
},
6461
{
@@ -6477,7 +6479,7 @@
6479
"zh-chs": "添加登录令牌",
6480
"da": "Tilføjet login token",
6481
"xloc": [
6480
- "default.handlebars->39->2237"
6482
+ "default.handlebars->39->2241"
6483
]
6484
},
6485
{
@@ -6501,7 +6503,7 @@
6503
"zh-chs": "新增推送通知认证装置",
6504
"da": "Tilføjet godkendelses enhed til push notifikation",
6505
"xloc": [
6504
- "default.handlebars->39->2235"
6506
+ "default.handlebars->39->2239"
6507
]
6508
},
6509
{
@@ -6526,7 +6528,7 @@
6528
"zh-cht": "添加了安全密鑰",
6529
"da": "Tilføjet sikkerhedsnøgle",
6530
"xloc": [
6529
- "default.handlebars->39->2217"
6531
+ "default.handlebars->39->2221"
6532
]
6533
},
6534
{
@@ -6551,7 +6553,7 @@
6553
"zh-cht": "已將用戶組{0}添加到設備組{1}",
6554
"da": "Tilføjet brugergruppe {0} til enhedsgruppe {1}",
6555
"xloc": [
6554
- "default.handlebars->39->2190"
6556
+ "default.handlebars->39->2194"
6557
]
6558
},
6559
{
@@ -6576,8 +6578,8 @@
6578
"zh-cht": "已將用戶{0}添加到用戶組{1}",
6579
"da": "Tilføjet bruger {0} til brugergruppe {1}",
6580
"xloc": [
6579
- "default.handlebars->39->2193",
6580
- "default.handlebars->39->2202"
6581
+ "default.handlebars->39->2197",
6582
+ "default.handlebars->39->2206"
6583
]
6584
},
6585
{
@@ -6730,7 +6732,7 @@
6732
"zh-cht": "管理領域",
6733
"da": "Admin Realms",
6734
"xloc": [
6733
- "default.handlebars->39->2529"
6735
+ "default.handlebars->39->2533"
6736
]
6737
},
6738
{
@@ -6781,7 +6783,7 @@
6783
"zh-cht": "管理領域",
6784
"da": "Administrative Realms",
6785
"xloc": [
6784
- "default.handlebars->39->2378"
6786
+ "default.handlebars->39->2382"
6787
]
6788
},
6789
{
@@ -6806,7 +6808,7 @@
6808
"zh-cht": "管理員",
6809
"da": "Administrator",
6810
"xloc": [
6809
- "default.handlebars->39->2305"
6811
+ "default.handlebars->39->2309"
6812
]
6813
},
6814
{
@@ -6860,9 +6862,9 @@
6862
"default-mobile.handlebars->11->249",
6863
"default-mobile.handlebars->11->306",
6864
"default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1",
6863
- "default.handlebars->39->2055",
6864
- "default.handlebars->39->2068",
6865
- "default.handlebars->39->2803",
6865
+ "default.handlebars->39->2059",
6866
+ "default.handlebars->39->2072",
6867
+ "default.handlebars->39->2807",
6868
"default.handlebars->39->362",
6869
"default.handlebars->39->603",
6870
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1"
@@ -6890,8 +6892,8 @@
6892
"zh-cht": "代理+Intel® AMT",
6893
"da": "Agent + Intel® AMT",
6894
"xloc": [
6893
- "default.handlebars->39->2057",
6894
- "default.handlebars->39->2070"
6895
+ "default.handlebars->39->2061",
6896
+ "default.handlebars->39->2074"
6897
]
6898
},
6899
{
@@ -6943,7 +6945,7 @@
6945
"da": "Agent konsol",
6946
"xloc": [
6947
"default-mobile.handlebars->11->669",
6946
- "default.handlebars->39->2004"
6948
+ "default.handlebars->39->2008"
6949
]
6950
},
6951
{
@@ -6968,7 +6970,7 @@
6970
"zh-cht": "代理錯誤計數器",
6971
"da": "Agent fejltællere",
6972
"xloc": [
6971
- "default.handlebars->39->2772"
6973
+ "default.handlebars->39->2776"
6974
]
6975
},
6976
{
@@ -7126,7 +7128,7 @@
7128
"pl": "Samo-Udostępnianie Agenta",
7129
"da": "Agent selv-deling",
7130
"xloc": [
7129
- "default.handlebars->39->1876",
7131
+ "default.handlebars->39->1880",
7132
"default.handlebars->39->950"
7133
]
7134
},
@@ -7152,7 +7154,7 @@
7154
"zh-cht": "代理時段",
7155
"da": "Agent sessioner",
7156
"xloc": [
7155
- "default.handlebars->39->2788"
7157
+ "default.handlebars->39->2792"
7158
]
7159
},
7160
{
@@ -7249,7 +7251,7 @@
7251
"zh-cht": "代理類型",
7252
"da": "Agent typer",
7253
"xloc": [
7252
- "default.handlebars->39->2066",
7254
+ "default.handlebars->39->2070",
7255
"default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1"
7256
]
7257
},
@@ -7300,7 +7302,7 @@
7302
"zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}",
7303
"da": "Agent lukket session med {0} % agent til server-komprimering. Sendt: {1}, komprimeret: {2}",
7304
"xloc": [
7303
- "default.handlebars->39->2176"
7305
+ "default.handlebars->39->2180"
7306
]
7307
},
7308
{
@@ -7686,7 +7688,7 @@
7688
"zh-cht": "代理",
7689
"da": "Agenter",
7690
"xloc": [
7689
- "default.handlebars->39->2816"
7691
+ "default.handlebars->39->2820"
7692
]
7693
},
7694
{
@@ -7739,7 +7741,7 @@
7741
"default-mobile.handlebars->11->141",
7742
"default-mobile.handlebars->11->471",
7743
"default-mobile.handlebars->11->473",
7742
- "default.handlebars->39->2684",
7744
+ "default.handlebars->39->2688",
7745
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1"
7746
]
7747
},
@@ -7765,7 +7767,7 @@
7767
"zh-cht": "全部可用",
7768
"da": "Alle tilgængelige",
7769
"xloc": [
7768
- "default.handlebars->39->2267"
7770
+ "default.handlebars->39->2271"
7771
]
7772
},
7773
{
@@ -7815,7 +7817,7 @@
7817
"zh-cht": "所有事件",
7818
"da": "Alla hændelser",
7819
"xloc": [
7818
- "default.handlebars->39->2265"
7820
+ "default.handlebars->39->2269"
7821
]
7822
},
7823
{
@@ -7891,8 +7893,8 @@
7893
"zh-cht": "允許用戶管理此裝置群和該群中的裝置。",
7894
"da": "Tillad brugere at administrere denne enhedsgruppe og enheder i denne gruppe.",
7895
"xloc": [
7894
- "default.handlebars->39->1949",
7895
- "default.handlebars->39->2477"
7896
+ "default.handlebars->39->1953",
7897
+ "default.handlebars->39->2481"
7898
]
7899
},
7900
{
@@ -7917,7 +7919,7 @@
7919
"zh-cht": "允許用戶管理此裝置。",
7920
"da": "Tillad brugere at administrere denne enhed.",
7921
"xloc": [
7920
- "default.handlebars->39->1950"
7922
+ "default.handlebars->39->1954"
7923
]
7924
},
7925
{
@@ -8167,8 +8169,8 @@
8169
"da": "Altid besked",
8170
"xloc": [
8171
"default.handlebars->39->1826",
8170
- "default.handlebars->39->2436",
8171
- "default.handlebars->39->2538",
8172
+ "default.handlebars->39->2440",
8173
+ "default.handlebars->39->2542",
8174
"default.handlebars->39->831"
8175
]
8176
},
@@ -8195,8 +8197,8 @@
8197
"da": "Spørg altid",
8198
"xloc": [
8199
"default.handlebars->39->1827",
8198
- "default.handlebars->39->2437",
8199
- "default.handlebars->39->2539",
8200
+ "default.handlebars->39->2441",
8201
+ "default.handlebars->39->2543",
8202
"default.handlebars->39->832"
8203
]
8204
},
@@ -8442,8 +8444,8 @@
8444
"zh-chs": "杀毒软件未激活",
8445
"da": "Anti-virus ikke aktiv",
8446
"xloc": [
8445
- "default.handlebars->39->2059",
8446
- "default.handlebars->39->2073"
8447
+ "default.handlebars->39->2063",
8448
+ "default.handlebars->39->2077"
8449
]
8450
},
8451
{
@@ -9258,7 +9260,7 @@
9260
"da": "Er du sikker på, at du vil slette gruppen {0}? Sletning af enhedsgruppen vil også slette alle oplysninger om enheder i denne gruppe.",
9261
"xloc": [
9262
"default-mobile.handlebars->11->634",
9261
- "default.handlebars->39->1920"
9263
+ "default.handlebars->39->1924"
9264
]
9265
},
9266
{
@@ -9358,7 +9360,7 @@
9360
"zh-cht": "你確定要{0}外掛嗎:{1}",
9361
"da": "Er du sikker på, at du vil {0} pluginnet: {1}",
9362
"xloc": [
9361
- "default.handlebars->39->2867"
9363
+ "default.handlebars->39->2871"
9364
]
9365
},
9366
{
@@ -9653,7 +9655,7 @@
9655
"zh-cht": "嘗試激活英特爾(R)AMT ACM模式",
9656
"da": "Forsøger aktivering af Intel (R) AMT mode",
9657
"xloc": [
9656
- "default.handlebars->39->2145"
9658
+ "default.handlebars->39->2149"
9659
]
9660
},
9661
{
@@ -9733,7 +9735,7 @@
9735
"zh-cht": "認證軟體",
9736
"da": "Godkendelses App",
9737
"xloc": [
9736
- "default.handlebars->39->2542"
9738
+ "default.handlebars->39->2546"
9739
]
9740
},
9741
{
@@ -9979,7 +9981,7 @@
9981
"zh-cht": "自動下載代理程序核心轉儲文件:“{0}”",
9982
"da": "Automatisk download af agent core dump fil: \\\"{0}\\\"",
9983
"xloc": [
9982
- "default.handlebars->39->2226"
9984
+ "default.handlebars->39->2230"
9985
]
9986
},
9987
{
@@ -10073,7 +10075,7 @@
10075
"zh-chs": "自动移除非活动设备",
10076
"da": "Automatisk fjerne inaktive enheder",
10077
"xloc": [
10076
- "default.handlebars->39->1944"
10078
+ "default.handlebars->39->1948"
10079
]
10080
},
10081
{
@@ -10098,7 +10100,7 @@
10100
"zh-cht": "可用內存",
10101
"da": "Tilgængelig hukommelse",
10102
"xloc": [
10101
- "default.handlebars->39->2797"
10103
+ "default.handlebars->39->2801"
10104
]
10105
},
10106
{
@@ -10339,8 +10341,8 @@
10341
"zh-cht": "背景與互動",
10342
"da": "Baggrund og interaktive",
10343
"xloc": [
10342
- "default.handlebars->39->2035",
10343
- "default.handlebars->39->2042",
10344
+ "default.handlebars->39->2039",
10345
+ "default.handlebars->39->2046",
10346
"default.handlebars->39->489",
10347
"default.handlebars->39->503"
10348
]
@@ -10367,8 +10369,8 @@
10369
"zh-cht": "僅背景",
10370
"da": "Kun baggrund",
10371
"xloc": [
10370
- "default.handlebars->39->2036",
10371
- "default.handlebars->39->2043",
10372
+ "default.handlebars->39->2040",
10373
+ "default.handlebars->39->2047",
10374
"default.handlebars->39->490",
10375
"default.handlebars->39->504",
10376
"default.handlebars->39->520"
@@ -10422,7 +10424,7 @@
10424
"zh-cht": "備用碼",
10425
"da": "Sikkerhedskopi koder",
10426
"xloc": [
10425
- "default.handlebars->39->2545"
10427
+ "default.handlebars->39->2549"
10428
]
10429
},
10430
{
@@ -10457,7 +10459,7 @@
10459
"zh-cht": "錯誤的簽名",
10460
"da": "Ugyldig signatur",
10461
"xloc": [
10460
- "default.handlebars->39->2779"
10462
+ "default.handlebars->39->2783"
10463
]
10464
},
10465
{
@@ -10482,7 +10484,7 @@
10484
"zh-cht": "錯誤的網絡憑證",
10485
"da": "Ugyldig Web Certifikat",
10486
"xloc": [
10485
- "default.handlebars->39->2778"
10487
+ "default.handlebars->39->2782"
10488
]
10489
},
10490
{
@@ -10582,7 +10584,7 @@
10584
"zh-cht": "將{0}個文件批量上傳到文件夾{1}",
10585
"da": "Batch upload af {0} file(r) til mappen {1}",
10586
"xloc": [
10585
- "default.handlebars->39->2225"
10587
+ "default.handlebars->39->2229"
10588
]
10589
},
10590
{
@@ -10781,7 +10783,7 @@
10783
"zh-cht": "廣播",
10784
"da": "Meddelelse",
10785
"xloc": [
10784
- "default.handlebars->39->2443",
10786
+ "default.handlebars->39->2447",
10787
"default.handlebars->container->column_l->p4->3->1->0->3->1"
10788
]
10789
},
@@ -10807,7 +10809,7 @@
10809
"zh-cht": "廣播消息",
10810
"da": "Send en meddelelse",
10811
"xloc": [
10810
- "default.handlebars->39->2360"
10812
+ "default.handlebars->39->2364"
10813
]
10814
},
10815
{
@@ -10832,7 +10834,7 @@
10834
"zh-cht": "向所有連接的用戶廣播消息。",
10835
"da": "Send en besked til alle tilsluttede brugere.",
10836
"xloc": [
10835
- "default.handlebars->39->2355"
10837
+ "default.handlebars->39->2359"
10838
]
10839
},
10840
{
@@ -10931,7 +10933,7 @@
10933
"zh-chs": "默认情况下,不活动的设备将在 1 天后移除。",
10934
"da": "Som standard vil inaktive enheder blive fjernet efter 1 dag.",
10935
"xloc": [
10934
- "default.handlebars->39->1946"
10936
+ "default.handlebars->39->1950"
10937
]
10938
},
10939
{
@@ -10955,7 +10957,7 @@
10957
"zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。",
10958
"da": "Som standard vil inaktive enheder blive fjernet efter {0} dage.",
10959
"xloc": [
10958
- "default.handlebars->39->1947"
10960
+ "default.handlebars->39->1951"
10961
]
10962
},
10963
{
@@ -10966,7 +10968,7 @@
10968
"pl": "Bajtów Odebrano",
10969
"da": "Bytes Ind",
10970
"xloc": [
10969
- "default.handlebars->39->2702"
10971
+ "default.handlebars->39->2706"
10972
]
10973
},
10974
{
@@ -10977,7 +10979,7 @@
10979
"pl": "Bajtów Wysłano",
10980
"da": "Bytes Ud",
10981
"xloc": [
10980
- "default.handlebars->39->2703"
10982
+ "default.handlebars->39->2707"
10983
]
10984
},
10985
{
@@ -11028,7 +11030,7 @@
11030
"zh-cht": "CCM模式",
11031
"da": "CCM mode",
11032
"xloc": [
11031
- "default.handlebars->39->1903"
11033
+ "default.handlebars->39->1907"
11034
]
11035
},
11036
{
@@ -11054,7 +11056,7 @@
11056
"da": "CIRA",
11057
"xloc": [
11058
"default-mobile.handlebars->11->250",
11057
- "default.handlebars->39->2804",
11059
+ "default.handlebars->39->2808",
11060
"default.handlebars->39->364",
11061
"default.handlebars->39->605"
11062
]
@@ -11081,7 +11083,7 @@
11083
"zh-cht": "CIRA伺服器",
11084
"da": "CIRA-server",
11085
"xloc": [
11084
- "default.handlebars->39->2851"
11086
+ "default.handlebars->39->2855"
11087
]
11088
},
11089
{
@@ -11106,7 +11108,7 @@
11108
"zh-cht": "CIRA伺服器指令",
11109
"da": "CIRA serverkommandoer",
11110
"xloc": [
11109
- "default.handlebars->39->2852"
11111
+ "default.handlebars->39->2856"
11112
]
11113
},
11114
{
@@ -11142,7 +11144,7 @@
11144
"zh-cht": "CIRA設置",
11145
"da": "CIRA konfiguration",
11146
"xloc": [
11145
- "default.handlebars->39->1911"
11147
+ "default.handlebars->39->1915"
11148
]
11149
},
11150
{
@@ -11169,7 +11171,7 @@
11171
"xloc": [
11172
"default-mobile.handlebars->11->582",
11173
"default.handlebars->39->1420",
11172
- "default.handlebars->39->2828",
11174
+ "default.handlebars->39->2832",
11175
"default.handlebars->container->column_l->p40->3->1->p40type->5"
11176
]
11177
},
@@ -11195,7 +11197,7 @@
11197
"zh-cht": "CPU負載",
11198
"da": "CPU-belastning",
11199
"xloc": [
11198
- "default.handlebars->39->2793"
11200
+ "default.handlebars->39->2797"
11201
]
11202
},
11203
{
@@ -11220,7 +11222,7 @@
11222
"zh-cht": "最近15分鐘的CPU負載",
11223
"da": "CPU-belastning i de seneste 15 minutter",
11224
"xloc": [
11223
- "default.handlebars->39->2796"
11225
+ "default.handlebars->39->2800"
11226
]
11227
},
11228
{
@@ -11245,7 +11247,7 @@
11247
"zh-cht": "最近5分鐘的CPU負載",
11248
"da": "CPU-belastning i de seneste 5 minutter",
11249
"xloc": [
11248
- "default.handlebars->39->2795"
11250
+ "default.handlebars->39->2799"
11251
]
11252
},
11253
{
@@ -11270,7 +11272,7 @@
11272
"zh-cht": "最近一分鐘的CPU負載",
11273
"da": "CPU-belastning det sidste minut",
11274
"xloc": [
11273
- "default.handlebars->39->2794"
11275
+ "default.handlebars->39->2798"
11276
]
11277
},
11278
{
@@ -11325,7 +11327,7 @@
11327
"zh-cht": "CSV",
11328
"da": "CSV",
11329
"xloc": [
11328
- "default.handlebars->39->2275"
11330
+ "default.handlebars->39->2279"
11331
]
11332
},
11333
{
@@ -11350,8 +11352,8 @@
11352
"zh-cht": "CSV格式",
11353
"da": "CSV-format",
11354
"xloc": [
11353
- "default.handlebars->39->2279",
11354
- "default.handlebars->39->2347",
11355
+ "default.handlebars->39->2283",
11356
+ "default.handlebars->39->2351",
11357
"default.handlebars->39->676"
11358
]
11359
},
@@ -11399,7 +11401,7 @@
11401
"zh-cht": "呼叫錯誤",
11402
"da": "Opkaldsfejl",
11403
"xloc": [
11402
- "default.handlebars->39->2868"
11404
+ "default.handlebars->39->2872"
11405
]
11406
},
11407
{
@@ -11439,7 +11441,7 @@
11441
"default-mobile.handlebars->11->106",
11442
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
11443
"default.handlebars->39->1785",
11442
- "default.handlebars->39->2857",
11444
+ "default.handlebars->39->2861",
11445
"default.handlebars->39->463",
11446
"default.handlebars->container->dialog->idx_dlgButtonBar",
11447
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
@@ -11720,7 +11722,7 @@
11722
"zh-cht": "更改{0}的電郵",
11723
"da": "Skift email adresse for {0}",
11724
"xloc": [
11723
- "default.handlebars->39->2590"
11725
+ "default.handlebars->39->2594"
11726
]
11727
},
11728
{
@@ -11774,7 +11776,7 @@
11776
"xloc": [
11777
"default-mobile.handlebars->11->114",
11778
"default.handlebars->39->1734",
11777
- "default.handlebars->39->2563"
11779
+ "default.handlebars->39->2567"
11780
]
11781
},
11782
{
@@ -11799,7 +11801,7 @@
11801
"zh-cht": "更改{0}的密碼",
11802
"da": "Skift Kodeord for {0}",
11803
"xloc": [
11802
- "default.handlebars->39->2599"
11804
+ "default.handlebars->39->2603"
11805
]
11806
},
11807
{
@@ -11824,7 +11826,7 @@
11826
"zh-cht": "更改{0}的真實名稱",
11827
"da": "Skift rigtige navn for {0}",
11828
"xloc": [
11827
- "default.handlebars->39->2585"
11829
+ "default.handlebars->39->2589"
11830
]
11831
},
11832
{
@@ -11971,7 +11973,7 @@
11973
"zh-cht": "更改該用戶的密碼",
11974
"da": "Skift kodeord for denne bruger",
11975
"xloc": [
11974
- "default.handlebars->39->2562"
11976
+ "default.handlebars->39->2566"
11977
]
11978
},
11979
{
@@ -12071,7 +12073,7 @@
12073
"zh-cht": "帳戶憑證已更改",
12074
"da": "Ændrede kontooplysninger",
12075
"xloc": [
12074
- "default.handlebars->39->2197"
12076
+ "default.handlebars->39->2201"
12077
]
12078
},
12079
{
@@ -12082,7 +12084,7 @@
12084
"pl": "Zmieniono wyświetlaną nazwę konta na {0}.",
12085
"da": "Ændrede kontoens visningsnavn til {0}.",
12086
"xloc": [
12085
- "default.handlebars->39->2249"
12087
+ "default.handlebars->39->2253"
12088
]
12089
},
12090
{
@@ -12107,7 +12109,7 @@
12109
"zh-cht": "{1}組中的設備{0}已更改:{2}",
12110
"da": "Ændrede enhed {0} fra gruppe {1}: {2}",
12111
"xloc": [
12110
- "default.handlebars->39->2181"
12112
+ "default.handlebars->39->2185"
12113
]
12114
},
12115
{
@@ -12132,7 +12134,7 @@
12134
"zh-cht": "語言從{1}更改為{2}",
12135
"da": "Skiftede sprog fra {1} til {2}",
12136
"xloc": [
12135
- "default.handlebars->39->2125"
12137
+ "default.handlebars->39->2129"
12138
]
12139
},
12140
{
@@ -12157,8 +12159,8 @@
12159
"zh-cht": "已更改{0}的用戶設備權限",
12160
"da": "Ændrede brugerens enhedsrettigheder for {0}",
12161
"xloc": [
12160
- "default.handlebars->39->2183",
12161
- "default.handlebars->39->2204"
12162
+ "default.handlebars->39->2187",
12163
+ "default.handlebars->39->2208"
12164
]
12165
},
12166
{
@@ -12229,9 +12231,9 @@
12231
"zh-cht": "聊天",
12232
"da": "Chat",
12233
"xloc": [
12232
- "default.handlebars->39->2296",
12233
- "default.handlebars->39->2558",
12234
- "default.handlebars->39->2559",
12234
+ "default.handlebars->39->2300",
12235
+ "default.handlebars->39->2562",
12236
+ "default.handlebars->39->2563",
12237
"default.handlebars->39->871",
12238
"default.handlebars->39->977",
12239
"default.handlebars->39->999"
@@ -12261,8 +12263,8 @@
12263
"xloc": [
12264
"default-mobile.handlebars->11->659",
12265
"default-mobile.handlebars->11->679",
12264
- "default.handlebars->39->1978",
12265
- "default.handlebars->39->2015"
12266
+ "default.handlebars->39->1982",
12267
+ "default.handlebars->39->2019"
12268
]
12269
},
12270
{
@@ -12287,7 +12289,7 @@
12289
"da": "Chatanmodning, klik her for at acceptere.",
12290
"xloc": [
12291
"default-mobile.handlebars->11->711",
12290
- "default.handlebars->39->2748"
12292
+ "default.handlebars->39->2752"
12293
]
12294
},
12295
{
@@ -12463,7 +12465,7 @@
12465
"da": "Kontrollerer...",
12466
"xloc": [
12467
"default.handlebars->39->1486",
12466
- "default.handlebars->39->2862"
12468
+ "default.handlebars->39->2866"
12469
]
12470
},
12471
{
@@ -12747,7 +12749,7 @@
12749
"default.handlebars->39->1329",
12750
"default.handlebars->39->1331",
12751
"default.handlebars->39->1333",
12750
- "default.handlebars->39->2119",
12752
+ "default.handlebars->39->2123",
12753
"default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7",
12754
"default.handlebars->container->column_l->p41->3->1",
12755
"messenger.handlebars->xbottom->1->1->0->5",
@@ -12904,7 +12906,7 @@
12906
"da": "Fjern alt",
12907
"xloc": [
12908
"default-mobile.handlebars->11->694",
12907
- "default.handlebars->39->2731"
12909
+ "default.handlebars->39->2735"
12910
]
12911
},
12912
{
@@ -13007,7 +13009,7 @@
13009
"da": "Ryd denne notifikation",
13010
"xloc": [
13011
"default-mobile.handlebars->11->693",
13010
- "default.handlebars->39->2730"
13012
+ "default.handlebars->39->2734"
13013
]
13014
},
13015
{
@@ -13083,7 +13085,7 @@
13085
"da": "Klik her for at redigere enhedsgruppens navn",
13086
"xloc": [
13087
"default.handlebars->39->1796",
13086
- "default.handlebars->39->2064"
13088
+ "default.handlebars->39->2068"
13089
]
13090
},
13091
{
@@ -13133,7 +13135,7 @@
13135
"zh-cht": "單擊此處編輯用戶群名稱",
13136
"da": "Klik her for at redigere brugergruppens navn",
13137
"xloc": [
13136
- "default.handlebars->39->2417"
13138
+ "default.handlebars->39->2421"
13139
]
13140
},
13141
{
@@ -13383,7 +13385,7 @@
13385
"zh-cht": "客戶端啟動的遠程訪問",
13386
"da": "Klientinitieret fjernadgang",
13387
"xloc": [
13386
- "default.handlebars->39->1910"
13388
+ "default.handlebars->39->1914"
13389
]
13390
},
13391
{
@@ -13464,7 +13466,7 @@
13466
"default.handlebars->39->1303",
13467
"default.handlebars->39->205",
13468
"default.handlebars->39->213",
13467
- "default.handlebars->39->2856",
13469
+ "default.handlebars->39->2860",
13470
"sharing.handlebars->11->52"
13471
]
13472
},
@@ -13490,7 +13492,7 @@
13492
"zh-cht": "封閉式桌面多路復用會話,{0}秒",
13493
"da": "Lukkede desktop multiplex-session, {0} sekund(er)",
13494
"xloc": [
13493
- "default.handlebars->39->2130"
13495
+ "default.handlebars->39->2134"
13496
]
13497
},
13498
{
@@ -13670,7 +13672,7 @@
13672
"xloc": [
13673
"default-mobile.handlebars->11->681",
13674
"default.handlebars->39->1001",
13673
- "default.handlebars->39->2017",
13675
+ "default.handlebars->39->2021",
13676
"default.handlebars->39->979"
13677
]
13678
},
@@ -13696,8 +13698,8 @@
13698
"zh-cht": "通用裝置群",
13699
"da": "Fælles enhedsgrupper",
13700
"xloc": [
13699
- "default.handlebars->39->2451",
13700
- "default.handlebars->39->2604"
13701
+ "default.handlebars->39->2455",
13702
+ "default.handlebars->39->2608"
13703
]
13704
},
13705
{
@@ -13722,8 +13724,8 @@
13724
"zh-cht": "通用裝置",
13725
"da": "Fælles enheder",
13726
"xloc": [
13725
- "default.handlebars->39->2457",
13726
- "default.handlebars->39->2616"
13727
+ "default.handlebars->39->2461",
13728
+ "default.handlebars->39->2620"
13729
]
13730
},
13731
{
@@ -13845,11 +13847,11 @@
13847
"default-mobile.handlebars->11->635",
13848
"default.handlebars->39->1111",
13849
"default.handlebars->39->1120",
13848
- "default.handlebars->39->1921",
13849
- "default.handlebars->39->2325",
13850
- "default.handlebars->39->2407",
13851
- "default.handlebars->39->2473",
13852
- "default.handlebars->39->2602",
13850
+ "default.handlebars->39->1925",
13851
+ "default.handlebars->39->2329",
13852
+ "default.handlebars->39->2411",
13853
+ "default.handlebars->39->2477",
13854
+ "default.handlebars->39->2606",
13855
"default.handlebars->39->640"
13856
]
13857
},
@@ -13974,7 +13976,7 @@
13976
"zh-cht": "確認刪除所選帳戶?",
13977
"da": "Bekræft sletning af valgte konto(er)",
13978
"xloc": [
13977
- "default.handlebars->39->2324"
13979
+ "default.handlebars->39->2328"
13980
]
13981
},
13982
{
@@ -14021,7 +14023,7 @@
14023
"zh-cht": "確認刪除所選用戶群?",
14024
"da": "Bekræft sletning af valgte brugergruppe(r)?",
14025
"xloc": [
14024
- "default.handlebars->39->2406"
14026
+ "default.handlebars->39->2410"
14027
]
14028
},
14029
{
@@ -14046,7 +14048,7 @@
14048
"zh-cht": "確認刪除用戶{0}?",
14049
"da": "Bekræft sletning af bruger {0}?",
14050
"xloc": [
14049
- "default.handlebars->39->2601"
14051
+ "default.handlebars->39->2605"
14052
]
14053
},
14054
{
@@ -14071,7 +14073,7 @@
14073
"zh-cht": "確認刪除用戶“ {0} ”的成員身份?",
14074
"da": "Bekræft fjernelse af medlemskab for bruger \\\"{0}\\\"?",
14075
"xloc": [
14074
- "default.handlebars->39->2476"
14076
+ "default.handlebars->39->2480"
14077
]
14078
},
14079
{
@@ -14096,7 +14098,7 @@
14098
"zh-cht": "確認刪除用戶群“ {0} ”的成員身份?",
14099
"da": "Bekræft fjernelse af medlemskab for brugergruppen \\\"{0}\\\"?",
14100
"xloc": [
14099
- "default.handlebars->39->2633"
14101
+ "default.handlebars->39->2637"
14102
]
14103
},
14104
{
@@ -14199,7 +14201,7 @@
14201
"zh-cht": "確認覆蓋?",
14202
"da": "Bekræft overskrivning?",
14203
"xloc": [
14202
- "default.handlebars->39->2113"
14204
+ "default.handlebars->39->2117"
14205
]
14206
},
14207
{
@@ -14224,8 +14226,8 @@
14226
"zh-cht": "確認刪除裝置“ {0} ”的訪問權限?",
14227
"da": "Bekræft fjernelse af adgangsrettigheder til enheden \\\"{0}\\\"?",
14228
"xloc": [
14227
- "default.handlebars->39->2466",
14228
- "default.handlebars->39->2624"
14229
+ "default.handlebars->39->2470",
14230
+ "default.handlebars->39->2628"
14231
]
14232
},
14233
{
@@ -14250,8 +14252,8 @@
14252
"zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?",
14253
"da": "Bekræft fjernelse af adgangsrettigheder for enhedsgruppen \\\"{0}\\\"?",
14254
"xloc": [
14253
- "default.handlebars->39->2468",
14254
- "default.handlebars->39->2637"
14255
+ "default.handlebars->39->2472",
14256
+ "default.handlebars->39->2641"
14257
]
14258
},
14259
{
@@ -14276,7 +14278,7 @@
14278
"zh-cht": "確認刪除用戶“ {0} ”的訪問權限?",
14279
"da": "Bekræft fjernelse af adgangsrettigheder for brugeren \\\"{0}\\\"?",
14280
"xloc": [
14279
- "default.handlebars->39->2626"
14281
+ "default.handlebars->39->2630"
14282
]
14283
},
14284
{
@@ -14301,7 +14303,7 @@
14303
"zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?",
14304
"da": "Bekræft fjernelse af adgangsrettigheder for brugergruppen \\\"{0}\\\"?",
14305
"xloc": [
14304
- "default.handlebars->39->2629"
14306
+ "default.handlebars->39->2633"
14307
]
14308
},
14309
{
@@ -14326,8 +14328,8 @@
14328
"zh-cht": "確認刪除訪問權限?",
14329
"da": "Bekræft fjernelse af adgangsrettigheder?",
14330
"xloc": [
14329
- "default.handlebars->39->2627",
14330
- "default.handlebars->39->2630"
14331
+ "default.handlebars->39->2631",
14332
+ "default.handlebars->39->2634"
14333
]
14334
},
14335
{
@@ -14400,7 +14402,7 @@
14402
"zh-cht": "確認刪除設備共享“{0}”?",
14403
"da": "Bekræft fjernelse af enhedsdeling \\\"{0}\\\"?",
14404
"xloc": [
14403
- "default.handlebars->39->2622"
14405
+ "default.handlebars->39->2626"
14406
]
14407
},
14408
{
@@ -14493,7 +14495,7 @@
14495
"zh-cht": "確認刪除用戶“ {0} ”的權限?",
14496
"da": "Bekræft fjernelse af rettigheder for brugeren \\\"{0}\\\"?",
14497
"xloc": [
14496
- "default.handlebars->39->2028"
14498
+ "default.handlebars->39->2032"
14499
]
14500
},
14501
{
@@ -14518,7 +14520,7 @@
14520
"zh-cht": "確認刪除用戶群“ {0} ”的權限?",
14521
"da": "Bekræft fjernelse af rettigheder for brugergruppen \\\"{0}\\\"?",
14522
"xloc": [
14521
- "default.handlebars->39->2030"
14523
+ "default.handlebars->39->2034"
14524
]
14525
},
14526
{
@@ -14663,7 +14665,7 @@
14665
"da": "Bekræft {0} af {1} indtastning{2} til denne placering?",
14666
"xloc": [
14667
"default-mobile.handlebars->11->151",
14666
- "default.handlebars->39->2114"
14668
+ "default.handlebars->39->2118"
14669
]
14670
},
14671
{
@@ -14777,7 +14779,7 @@
14779
"zh-cht": "連接到伺服器",
14780
"da": "Forbind til serveren",
14781
"xloc": [
14780
- "default.handlebars->39->1914"
14782
+ "default.handlebars->39->1918"
14783
]
14784
},
14785
{
@@ -14930,7 +14932,7 @@
14932
"zh-cht": "已連接的Intel® AMT",
14933
"da": "Forbundne Intel® AMT",
14934
"xloc": [
14933
- "default.handlebars->39->2784"
14935
+ "default.handlebars->39->2788"
14936
]
14937
},
14938
{
@@ -14955,7 +14957,7 @@
14957
"zh-cht": "已连接的用户",
14958
"da": "Forbundne brugere",
14959
"xloc": [
14958
- "default.handlebars->39->2789"
14960
+ "default.handlebars->39->2793"
14961
]
14962
},
14963
{
@@ -15153,7 +15155,7 @@
15155
"zh-cht": "連接數量",
15156
"da": "Antal forbindelser",
15157
"xloc": [
15156
- "default.handlebars->39->2815"
15158
+ "default.handlebars->39->2819"
15159
]
15160
},
15161
{
@@ -15205,7 +15207,7 @@
15207
"zh-cht": "連接轉發器",
15208
"da": "Forbindelsesrelæ",
15209
"xloc": [
15208
- "default.handlebars->39->2850"
15210
+ "default.handlebars->39->2854"
15211
]
15212
},
15213
{
@@ -15281,7 +15283,7 @@
15283
"da": "Forbindelse",
15284
"xloc": [
15285
"default-mobile.handlebars->11->311",
15284
- "default.handlebars->39->2071",
15286
+ "default.handlebars->39->2075",
15287
"default.handlebars->39->338",
15288
"default.handlebars->39->852",
15289
"default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1"
@@ -15416,7 +15418,7 @@
15418
"zh-cht": "Cookie編碼器",
15419
"da": "Cookie encoder",
15420
"xloc": [
15419
- "default.handlebars->39->2834"
15421
+ "default.handlebars->39->2838"
15422
]
15423
},
15424
{
@@ -15635,8 +15637,8 @@
15637
"zh-cht": "複製連結到剪貼板",
15638
"da": "Kopier link til udklipsholder",
15639
"xloc": [
15638
- "default.handlebars->39->2082",
15639
- "default.handlebars->39->2101",
15640
+ "default.handlebars->39->2086",
15641
+ "default.handlebars->39->2105",
15642
"default.handlebars->39->281",
15643
"default.handlebars->39->303",
15644
"default.handlebars->39->305",
@@ -15768,7 +15770,7 @@
15770
"zh-cht": "複製:“{0}”到“{1}”",
15771
"da": "Kopiér: \\\"{0}\\\" till \\\"{1} \\\"",
15772
"xloc": [
15771
- "default.handlebars->39->2173"
15773
+ "default.handlebars->39->2177"
15774
]
15775
},
15776
{
@@ -15949,7 +15951,7 @@
15951
"zh-cht": "核心伺服器",
15952
"da": "Core Server",
15953
"xloc": [
15952
- "default.handlebars->39->2833"
15954
+ "default.handlebars->39->2837"
15955
]
15956
},
15957
{
@@ -16020,7 +16022,7 @@
16022
"zh-cht": "創建帳號",
16023
"da": "Opret konto",
16024
"xloc": [
16023
- "default.handlebars->39->2374",
16025
+ "default.handlebars->39->2378",
16026
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1",
16027
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
16028
"login2.handlebars->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1"
@@ -16119,7 +16121,7 @@
16121
"zh-cht": "創建用戶群",
16122
"da": "Opret brugergruppe",
16123
"xloc": [
16122
- "default.handlebars->39->2414"
16124
+ "default.handlebars->39->2418"
16125
]
16126
},
16127
{
@@ -16268,7 +16270,7 @@
16270
"zh-cht": "創建文件夾:“{0}”",
16271
"da": "Opret mappe: \\\"{0}\\\"",
16272
"xloc": [
16271
- "default.handlebars->39->2166"
16273
+ "default.handlebars->39->2170"
16274
]
16275
},
16276
{
@@ -16317,7 +16319,7 @@
16319
"zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:",
16320
"da": "Opret mange konti på én gang ved at importere en JSON-fil med følgende format:",
16321
"xloc": [
16320
- "default.handlebars->39->2338"
16322
+ "default.handlebars->39->2342"
16323
]
16324
},
16325
{
@@ -16369,7 +16371,7 @@
16371
"zh-cht": "創建的設備組:{0}",
16372
"da": "Opret enhedsgruppe: {0}",
16373
"xloc": [
16372
- "default.handlebars->39->2177"
16374
+ "default.handlebars->39->2181"
16375
]
16376
},
16377
{
@@ -16463,7 +16465,7 @@
16465
"zh-cht": "創建",
16466
"da": "Oprettelse",
16467
"xloc": [
16466
- "default.handlebars->39->2518"
16468
+ "default.handlebars->39->2522"
16469
]
16470
},
16471
{
@@ -16873,7 +16875,7 @@
16875
"da": "Nuværende adgangskode er ikke korrekt.",
16876
"xloc": [
16877
"default-mobile.handlebars->11->721",
16876
- "default.handlebars->39->2758"
16878
+ "default.handlebars->39->2762"
16879
]
16880
},
16881
{
@@ -17135,7 +17137,7 @@
17137
"xloc": [
17138
"default-mobile.handlebars->11->375",
17139
"default.handlebars->39->1095",
17138
- "default.handlebars->39->2682"
17140
+ "default.handlebars->39->2686"
17141
]
17142
},
17143
{
@@ -17160,7 +17162,7 @@
17162
"zh-cht": "停用",
17163
"da": "Deaktivér",
17164
"xloc": [
17163
- "default.handlebars->39->1893"
17165
+ "default.handlebars->39->1897"
17166
]
17167
},
17168
{
@@ -17185,7 +17187,7 @@
17187
"zh-cht": "如果設置停用CCM",
17188
"da": "Deaktiver CCM hvis sat op",
17189
"xloc": [
17188
- "default.handlebars->39->1905"
17190
+ "default.handlebars->39->1909"
17191
]
17192
},
17193
{
@@ -17258,10 +17260,10 @@
17260
"zh-cht": "默認",
17261
"da": "Standard",
17262
"xloc": [
17261
- "default.handlebars->39->2361",
17262
- "default.handlebars->39->2410",
17263
- "default.handlebars->39->2421",
17264
- "default.handlebars->39->2494"
17263
+ "default.handlebars->39->2365",
17264
+ "default.handlebars->39->2414",
17265
+ "default.handlebars->39->2425",
17266
+ "default.handlebars->39->2498"
17267
]
17268
},
17269
{
@@ -17317,7 +17319,7 @@
17319
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
17320
"default-mobile.handlebars->dialog->idx_dlgButtonBar->5",
17321
"default.handlebars->39->1313",
17320
- "default.handlebars->39->2108",
17322
+ "default.handlebars->39->2112",
17323
"default.handlebars->39->723",
17324
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
17325
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -17379,7 +17381,7 @@
17381
"zh-cht": "刪除帳戶",
17382
"da": "Slet kontoer",
17383
"xloc": [
17382
- "default.handlebars->39->2326"
17384
+ "default.handlebars->39->2330"
17385
]
17386
},
17387
{
@@ -17456,8 +17458,8 @@
17458
"xloc": [
17459
"default-mobile.handlebars->11->633",
17460
"default-mobile.handlebars->11->636",
17459
- "default.handlebars->39->1881",
17460
- "default.handlebars->39->1922"
17461
+ "default.handlebars->39->1885",
17462
+ "default.handlebars->39->1926"
17463
]
17464
},
17465
{
@@ -17530,7 +17532,7 @@
17532
"zh-cht": "刪除用戶",
17533
"da": "Slet Bruger",
17534
"xloc": [
17533
- "default.handlebars->39->2561"
17535
+ "default.handlebars->39->2565"
17536
]
17537
},
17538
{
@@ -17555,8 +17557,8 @@
17557
"zh-cht": "刪除用戶群組",
17558
"da": "Slet Bruger Gruppe",
17559
"xloc": [
17558
- "default.handlebars->39->2462",
17559
- "default.handlebars->39->2474"
17560
+ "default.handlebars->39->2466",
17561
+ "default.handlebars->39->2478"
17562
]
17563
},
17564
{
@@ -17581,7 +17583,7 @@
17583
"zh-cht": "刪除用戶群組",
17584
"da": "Slet Bruger Grupper",
17585
"xloc": [
17584
- "default.handlebars->39->2408"
17586
+ "default.handlebars->39->2412"
17587
]
17588
},
17589
{
@@ -17606,7 +17608,7 @@
17608
"zh-cht": "刪除用戶{0}",
17609
"da": "Slet Bruger {0}",
17610
"xloc": [
17609
- "default.handlebars->39->2600"
17611
+ "default.handlebars->39->2604"
17612
]
17613
},
17614
{
@@ -17632,7 +17634,7 @@
17634
"da": "Slet konto",
17635
"xloc": [
17636
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0",
17635
- "default.handlebars->39->2322",
17637
+ "default.handlebars->39->2326",
17638
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7"
17639
]
17640
},
@@ -17683,7 +17685,7 @@
17685
"zh-cht": "刪除群組",
17686
"da": "Slet gruppe",
17687
"xloc": [
17686
- "default.handlebars->39->2404"
17688
+ "default.handlebars->39->2408"
17689
]
17690
},
17691
{
@@ -17733,7 +17735,7 @@
17735
"zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除",
17736
"da": "Slet rekursivt: \\\"{0}\\\", {1} element(er) fjernet",
17737
"xloc": [
17736
- "default.handlebars->39->2168"
17738
+ "default.handlebars->39->2172"
17739
]
17740
},
17741
{
@@ -17761,7 +17763,7 @@
17763
"default-mobile.handlebars->11->148",
17764
"default-mobile.handlebars->11->479",
17765
"default.handlebars->39->1315",
17764
- "default.handlebars->39->2110",
17766
+ "default.handlebars->39->2114",
17767
"sharing.handlebars->11->63"
17768
]
17769
},
@@ -17787,7 +17789,7 @@
17789
"zh-cht": "刪除用戶群組{0}?",
17790
"da": "Slet bruger gruppe {0}?",
17791
"xloc": [
17790
- "default.handlebars->39->2472"
17792
+ "default.handlebars->39->2476"
17793
]
17794
},
17795
{
@@ -17815,7 +17817,7 @@
17817
"default-mobile.handlebars->11->147",
17818
"default-mobile.handlebars->11->478",
17819
"default.handlebars->39->1314",
17818
- "default.handlebars->39->2109",
17820
+ "default.handlebars->39->2113",
17821
"sharing.handlebars->11->62"
17822
]
17823
},
@@ -17866,7 +17868,7 @@
17868
"zh-cht": "刪除:“{0}”",
17869
"da": "Slet: \\\"{0}\\\"",
17870
"xloc": [
17869
- "default.handlebars->39->2167"
17871
+ "default.handlebars->39->2171"
17872
]
17873
},
17874
{
@@ -17891,7 +17893,7 @@
17893
"zh-cht": "刪除:“{0}”,已刪除{1}個元素",
17894
"da": "Slet: \\\"{0}\\\", {1} element(er) er fjernet",
17895
"xloc": [
17894
- "default.handlebars->39->2169"
17896
+ "default.handlebars->39->2173"
17897
]
17898
},
17899
{
@@ -18068,11 +18070,11 @@
18070
"default.handlebars->39->144",
18071
"default.handlebars->39->1748",
18072
"default.handlebars->39->1803",
18071
- "default.handlebars->39->1924",
18072
- "default.handlebars->39->2413",
18073
- "default.handlebars->39->2423",
18074
- "default.handlebars->39->2424",
18075
- "default.handlebars->39->2470",
18073
+ "default.handlebars->39->1928",
18074
+ "default.handlebars->39->2417",
18075
+ "default.handlebars->39->2427",
18076
+ "default.handlebars->39->2428",
18077
+ "default.handlebars->39->2474",
18078
"default.handlebars->39->764",
18079
"default.handlebars->39->765",
18080
"default.handlebars->container->column_l->p42->p42tbl->1->0->3"
@@ -18126,11 +18128,11 @@
18128
"default.handlebars->39->1019",
18129
"default.handlebars->39->1248",
18130
"default.handlebars->39->1865",
18129
- "default.handlebars->39->1930",
18130
- "default.handlebars->39->2657",
18131
- "default.handlebars->39->2707",
18132
- "default.handlebars->39->2723",
18133
- "default.handlebars->39->2809",
18131
+ "default.handlebars->39->1934",
18132
+ "default.handlebars->39->2661",
18133
+ "default.handlebars->39->2711",
18134
+ "default.handlebars->39->2727",
18135
+ "default.handlebars->39->2813",
18136
"default.handlebars->39->729",
18137
"default.handlebars->39->935",
18138
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
@@ -18262,7 +18264,7 @@
18264
"zh-chs": "桌面复用",
18265
"da": "Skrivebord Multiplex",
18266
"xloc": [
18265
- "default.handlebars->39->2814"
18267
+ "default.handlebars->39->2818"
18268
]
18269
},
18270
{
@@ -18288,8 +18290,8 @@
18290
"da": "Skrivebordsnotifikation",
18291
"xloc": [
18292
"default.handlebars->39->1821",
18291
- "default.handlebars->39->2431",
18292
- "default.handlebars->39->2533",
18293
+ "default.handlebars->39->2435",
18294
+ "default.handlebars->39->2537",
18295
"default.handlebars->39->826"
18296
]
18297
},
@@ -18316,8 +18318,8 @@
18318
"da": "Prompt på skrivebordet",
18319
"xloc": [
18320
"default.handlebars->39->1820",
18319
- "default.handlebars->39->2430",
18320
- "default.handlebars->39->2532",
18321
+ "default.handlebars->39->2434",
18322
+ "default.handlebars->39->2536",
18323
"default.handlebars->39->825"
18324
]
18325
},
@@ -18344,8 +18346,8 @@
18346
"da": "Skrivebords Prompt + Værktøjslinje",
18347
"xloc": [
18348
"default.handlebars->39->1818",
18347
- "default.handlebars->39->2428",
18348
- "default.handlebars->39->2530",
18349
+ "default.handlebars->39->2432",
18350
+ "default.handlebars->39->2534",
18351
"default.handlebars->39->823"
18352
]
18353
},
@@ -18370,7 +18372,7 @@
18372
"zh-chs": "桌面会话",
18373
"da": "Skrivebordssession",
18374
"xloc": [
18373
- "default.handlebars->39->2650"
18375
+ "default.handlebars->39->2654"
18376
]
18377
},
18378
{
@@ -18469,8 +18471,8 @@
18471
"da": "Skrivebords værktøjslinje",
18472
"xloc": [
18473
"default.handlebars->39->1819",
18472
- "default.handlebars->39->2429",
18473
- "default.handlebars->39->2531",
18474
+ "default.handlebars->39->2433",
18475
+ "default.handlebars->39->2535",
18476
"default.handlebars->39->824"
18477
]
18478
},
@@ -18495,7 +18497,7 @@
18497
"zh-chs": "仅桌面视图",
18498
"da": "Kun Skrivebordsvisning",
18499
"xloc": [
18498
- "default.handlebars->39->2506"
18500
+ "default.handlebars->39->2510"
18501
]
18502
},
18503
{
@@ -18621,7 +18623,7 @@
18623
"da": "Detaljer",
18624
"xloc": [
18625
"default-mobile.handlebars->11->346",
18624
- "default.handlebars->39->2020",
18626
+ "default.handlebars->39->2024",
18627
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo",
18628
"default.handlebars->contextMenu->cxdetails"
18629
]
@@ -18676,11 +18678,11 @@
18678
"default-mobile.handlebars->11->539",
18679
"default.handlebars->39->1367",
18680
"default.handlebars->39->1475",
18679
- "default.handlebars->39->1958",
18681
+ "default.handlebars->39->1962",
18682
"default.handlebars->39->253",
18681
- "default.handlebars->39->2619",
18682
- "default.handlebars->39->2681",
18683
- "default.handlebars->39->2696",
18683
+ "default.handlebars->39->2623",
18684
+ "default.handlebars->39->2685",
18685
+ "default.handlebars->39->2700",
18686
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
18687
]
18688
},
@@ -18781,7 +18783,7 @@
18783
"zh-chs": "设备详情",
18784
"da": "Enhedsinformation",
18785
"xloc": [
18784
- "default.handlebars->39->1982"
18786
+ "default.handlebars->39->1986"
18787
]
18788
},
18789
{
@@ -18833,17 +18835,17 @@
18835
"xloc": [
18836
"agent-translations.json",
18837
"default-mobile.handlebars->11->699",
18836
- "default.handlebars->39->1953",
18837
- "default.handlebars->39->1956",
18838
"default.handlebars->39->1957",
18839
- "default.handlebars->39->2272",
18840
- "default.handlebars->39->2454",
18841
- "default.handlebars->39->2460",
18842
- "default.handlebars->39->2607",
18843
- "default.handlebars->39->2666",
18844
- "default.handlebars->39->2685",
18845
- "default.handlebars->39->2699",
18846
- "default.handlebars->39->2736"
18839
+ "default.handlebars->39->1960",
18840
+ "default.handlebars->39->1961",
18841
+ "default.handlebars->39->2276",
18842
+ "default.handlebars->39->2458",
18843
+ "default.handlebars->39->2464",
18844
+ "default.handlebars->39->2611",
18845
+ "default.handlebars->39->2670",
18846
+ "default.handlebars->39->2689",
18847
+ "default.handlebars->39->2703",
18848
+ "default.handlebars->39->2740"
18849
]
18850
},
18851
{
@@ -18869,7 +18871,7 @@
18871
"da": "Enhedsgruppe Bruger",
18872
"xloc": [
18873
"default-mobile.handlebars->11->688",
18872
- "default.handlebars->39->2026"
18874
+ "default.handlebars->39->2030"
18875
]
18876
},
18877
{
@@ -18895,11 +18897,11 @@
18897
"da": "Enhedsgrupper",
18898
"xloc": [
18899
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3",
18898
- "default.handlebars->39->2288",
18899
- "default.handlebars->39->2398",
18900
- "default.handlebars->39->2441",
18901
- "default.handlebars->39->2527",
18902
- "default.handlebars->39->2787",
18900
+ "default.handlebars->39->2292",
18901
+ "default.handlebars->39->2402",
18902
+ "default.handlebars->39->2445",
18903
+ "default.handlebars->39->2531",
18904
+ "default.handlebars->39->2791",
18905
"default.handlebars->container->column_l->p2->p2info->9"
18906
]
18907
},
@@ -19002,7 +19004,7 @@
19004
"xloc": [
19005
"default-mobile.handlebars->11->391",
19006
"default.handlebars->39->1161",
19005
- "default.handlebars->39->2665",
19007
+ "default.handlebars->39->2669",
19008
"default.handlebars->39->428",
19009
"default.handlebars->39->437",
19010
"player.handlebars->3->25"
@@ -19079,7 +19081,7 @@
19081
"zh-chs": "设备推送",
19082
"da": "Enheds Push",
19083
"xloc": [
19082
- "default.handlebars->39->2546"
19084
+ "default.handlebars->39->2550"
19085
]
19086
},
19087
{
@@ -19273,8 +19275,8 @@
19275
"da": "Enhedsforbindelser",
19276
"xloc": [
19277
"default.handlebars->39->1714",
19276
- "default.handlebars->39->2047",
19278
"default.handlebars->39->2051",
19279
+ "default.handlebars->39->2055",
19280
"default.handlebars->39->956",
19281
"default.handlebars->39->960"
19282
]
@@ -19302,8 +19304,8 @@
19304
"da": "Enheds afbrydelser",
19305
"xloc": [
19306
"default.handlebars->39->1715",
19305
- "default.handlebars->39->2048",
19307
"default.handlebars->39->2052",
19308
+ "default.handlebars->39->2056",
19309
"default.handlebars->39->957",
19310
"default.handlebars->39->961"
19311
]
@@ -19330,7 +19332,7 @@
19332
"zh-cht": "設備組已創建:{0}",
19333
"da": "Enhedsgruppe oprettet: {0}",
19334
"xloc": [
19333
- "default.handlebars->39->2198"
19335
+ "default.handlebars->39->2202"
19336
]
19337
},
19338
{
@@ -19355,7 +19357,7 @@
19357
"zh-cht": "設備組已刪除:{0}",
19358
"da": "Enhedsgruppe slettet: {0}",
19359
"xloc": [
19358
- "default.handlebars->39->2199"
19360
+ "default.handlebars->39->2203"
19361
]
19362
},
19363
{
@@ -19380,7 +19382,7 @@
19382
"zh-cht": "設備組成員身份已更改:{0}",
19383
"da": "Medlemskab af enhedsgruppe ændret: {0}",
19384
"xloc": [
19383
- "default.handlebars->39->2200"
19385
+ "default.handlebars->39->2204"
19386
]
19387
},
19388
{
@@ -19431,7 +19433,7 @@
19433
"zh-cht": "設備組通知已更改",
19434
"da": "Underretning om enhedsgruppe ændret",
19435
"xloc": [
19434
- "default.handlebars->39->2195"
19436
+ "default.handlebars->39->2199"
19437
]
19438
},
19439
{
@@ -19456,7 +19458,7 @@
19458
"zh-cht": "未刪除的設備組:{0}",
19459
"da": "Enhedsgruppe genoprettet: {0}",
19460
"xloc": [
19459
- "default.handlebars->39->2178"
19461
+ "default.handlebars->39->2182"
19462
]
19463
},
19464
{
@@ -19964,7 +19966,7 @@
19966
"zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}",
19967
"da": "Enheden anmodede om Intel(R) AMT ACM TLS-aktivering, FQDN: {0}",
19968
"xloc": [
19967
- "default.handlebars->39->2233"
19969
+ "default.handlebars->39->2237"
19970
]
19971
},
19972
{
@@ -19989,7 +19991,7 @@
19991
"zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}",
19992
"da": "Enheden anmodede om Intel(R) AMT ACM-aktivering, FQDN: {0}",
19993
"xloc": [
19992
- "default.handlebars->39->2180"
19994
+ "default.handlebars->39->2184"
19995
]
19996
},
19997
{
@@ -20036,9 +20038,9 @@
20038
"zh-cht": "裝置",
20039
"da": "Enheder",
20040
"xloc": [
20039
- "default.handlebars->39->1879",
20040
- "default.handlebars->39->2399",
20041
- "default.handlebars->39->2442"
20041
+ "default.handlebars->39->1883",
20042
+ "default.handlebars->39->2403",
20043
+ "default.handlebars->39->2446"
20044
]
20045
},
20046
{
@@ -20111,7 +20113,7 @@
20113
"zh-cht": "禁用的電子郵件兩因素身份驗證",
20114
"da": "Deaktiveret e-mail 2-faktor godkendelse",
20115
"xloc": [
20114
- "default.handlebars->39->2211"
20116
+ "default.handlebars->39->2215"
20117
]
20118
},
20119
{
@@ -20479,7 +20481,7 @@
20481
"zh-cht": "顯示公共鏈結",
20482
"da": "Vis offentligt link",
20483
"xloc": [
20482
- "default.handlebars->39->2081"
20484
+ "default.handlebars->39->2085"
20485
]
20486
},
20487
{
@@ -20528,7 +20530,7 @@
20530
"zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”",
20531
"da": "Viser beskedboks, title=\\\"{0}\\\", message=\\\"{1}\\\"",
20532
"xloc": [
20531
- "default.handlebars->39->2140"
20533
+ "default.handlebars->39->2144"
20534
]
20535
},
20536
{
@@ -20553,7 +20555,7 @@
20555
"zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”",
20556
"da": "Viser toast-meddelelse, title=\\\"{0}\\\", message=\\\"{1}\\\"",
20557
"xloc": [
20556
- "default.handlebars->39->2148"
20558
+ "default.handlebars->39->2152"
20559
]
20560
},
20561
{
@@ -20578,8 +20580,8 @@
20580
"zh-cht": "什麼都不做",
20581
"da": "Gør ingenting",
20582
"xloc": [
20581
- "default.handlebars->39->1908",
20582
- "default.handlebars->39->1912"
20583
+ "default.handlebars->39->1912",
20584
+ "default.handlebars->39->1916"
20585
]
20586
},
20587
{
@@ -20605,10 +20607,10 @@
20607
"da": "Domæne",
20608
"xloc": [
20609
"default.handlebars->39->113",
20608
- "default.handlebars->39->2362",
20609
- "default.handlebars->39->2411",
20610
- "default.handlebars->39->2420",
20611
- "default.handlebars->39->2493",
20610
+ "default.handlebars->39->2366",
20611
+ "default.handlebars->39->2415",
20612
+ "default.handlebars->39->2424",
20613
+ "default.handlebars->39->2497",
20614
"mstsc.handlebars->main->1->3->1->rowdomain->1->0",
20615
"mstsc.handlebars->main->1->3->1->rowdomain->3"
20616
]
@@ -20656,7 +20658,7 @@
20658
"zh-cht": "請勿更改,如果設置請保留CCM",
20659
"da": "Foretag ikke ændringer, behold CCM, hvis opsat",
20660
"xloc": [
20659
- "default.handlebars->39->1904"
20661
+ "default.handlebars->39->1908"
20662
]
20663
},
20664
{
@@ -20703,7 +20705,7 @@
20705
"zh-cht": "不要連接到伺服器",
20706
"da": "Forbind ikke til serveren",
20707
"xloc": [
20706
- "default.handlebars->39->1913"
20708
+ "default.handlebars->39->1917"
20709
]
20710
},
20711
{
@@ -21049,7 +21051,7 @@
21051
"zh-cht": "下載報告",
21052
"da": "Download Rapport",
21053
"xloc": [
21052
- "default.handlebars->39->2277",
21054
+ "default.handlebars->39->2281",
21055
"default.handlebars->container->column_l->p3->3->1->0->3",
21056
"default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv"
21057
]
@@ -21150,7 +21152,7 @@
21152
"zh-chs": "下载设备列表",
21153
"da": "Download enhedsliste",
21154
"xloc": [
21153
- "default.handlebars->39->1877"
21155
+ "default.handlebars->39->1881"
21156
]
21157
},
21158
{
@@ -21349,7 +21351,7 @@
21351
"zh-cht": "使用以下一種檔案格式下載事件列表。",
21352
"da": "Download listen over begivenheder med et af filformaterne nedenfor.",
21353
"xloc": [
21352
- "default.handlebars->39->2278"
21354
+ "default.handlebars->39->2282"
21355
]
21356
},
21357
{
@@ -21374,7 +21376,7 @@
21376
"zh-cht": "使用以下一種檔案格式下載用戶列表。",
21377
"da": "Download listen over brugere med et af filformaterne nedenfor.",
21378
"xloc": [
21377
- "default.handlebars->39->2346"
21379
+ "default.handlebars->39->2350"
21380
]
21381
},
21382
{
@@ -21475,7 +21477,7 @@
21477
"zh-cht": "下載:“{0}”",
21478
"da": "Download: \\\"{0}\\\"",
21479
"xloc": [
21478
- "default.handlebars->39->2171"
21480
+ "default.handlebars->39->2175"
21481
]
21482
},
21483
{
@@ -21499,7 +21501,7 @@
21501
"zh-chs": "下载:\\\"{0}\\\",大小:{1}",
21502
"da": "Download: \\\"{0}\\\", Størrelse: {1}",
21503
"xloc": [
21502
- "default.handlebars->39->2228"
21504
+ "default.handlebars->39->2232"
21505
]
21506
},
21507
{
@@ -21549,7 +21551,7 @@
21551
"zh-cht": "代理重複",
21552
"da": "Duplikér agent",
21553
"xloc": [
21552
- "default.handlebars->39->2783"
21554
+ "default.handlebars->39->2787"
21555
]
21556
},
21557
{
@@ -21599,7 +21601,7 @@
21601
"zh-cht": "複製用戶群",
21602
"da": "Duplikér brugergruppe",
21603
"xloc": [
21602
- "default.handlebars->39->2415"
21604
+ "default.handlebars->39->2419"
21605
]
21606
},
21607
{
@@ -21649,8 +21651,8 @@
21651
"default.handlebars->39->1053",
21652
"default.handlebars->39->259",
21653
"default.handlebars->39->261",
21652
- "default.handlebars->39->2645",
21653
- "default.handlebars->39->2671",
21654
+ "default.handlebars->39->2649",
21655
+ "default.handlebars->39->2675",
21656
"player.handlebars->3->18"
21657
]
21658
},
@@ -22136,10 +22138,10 @@
22138
"default-mobile.handlebars->11->639",
22139
"default-mobile.handlebars->11->645",
22140
"default-mobile.handlebars->11->665",
22139
- "default.handlebars->39->1925",
22140
- "default.handlebars->39->1962",
22141
- "default.handlebars->39->1988",
22142
- "default.handlebars->39->2000"
22141
+ "default.handlebars->39->1929",
22142
+ "default.handlebars->39->1966",
22143
+ "default.handlebars->39->1992",
22144
+ "default.handlebars->39->2004"
22145
]
22146
},
22147
{
@@ -22164,7 +22166,7 @@
22166
"zh-cht": "編輯裝置群功能",
22167
"da": "Rediger enhedsgruppefunktioner",
22168
"xloc": [
22167
- "default.handlebars->39->1948"
22169
+ "default.handlebars->39->1952"
22170
]
22171
},
22172
{
@@ -22189,8 +22191,8 @@
22191
"zh-cht": "編輯裝置群權限",
22192
"da": "Rediger enhedsgruppetilladelser",
22193
"xloc": [
22192
- "default.handlebars->39->1985",
22193
- "default.handlebars->39->1997"
22194
+ "default.handlebars->39->1989",
22195
+ "default.handlebars->39->2001"
22196
]
22197
},
22198
{
@@ -22215,7 +22217,7 @@
22217
"zh-cht": "編輯裝置群用戶同意",
22218
"da": "Rediger enhedsgruppe brugersamtykke",
22219
"xloc": [
22218
- "default.handlebars->39->1926"
22220
+ "default.handlebars->39->1930"
22221
]
22222
},
22223
{
@@ -22241,7 +22243,7 @@
22243
"da": "Rediger enhedsnoter",
22244
"xloc": [
22245
"default-mobile.handlebars->11->657",
22244
- "default.handlebars->39->1976"
22246
+ "default.handlebars->39->1980"
22247
]
22248
},
22249
{
@@ -22266,8 +22268,8 @@
22268
"zh-cht": "編輯裝置權限",
22269
"da": "Rediger enhedstilladelser",
22270
"xloc": [
22269
- "default.handlebars->39->1990",
22270
- "default.handlebars->39->1992"
22271
+ "default.handlebars->39->1994",
22272
+ "default.handlebars->39->1996"
22273
]
22274
},
22275
{
@@ -22317,7 +22319,7 @@
22319
"zh-cht": "編輯裝置用戶同意",
22320
"da": "Rediger enheds brugersamtykke",
22321
"xloc": [
22320
- "default.handlebars->39->1928"
22322
+ "default.handlebars->39->1932"
22323
]
22324
},
22325
{
@@ -22400,7 +22402,7 @@
22402
"da": "Rediger noter",
22403
"xloc": [
22404
"default-mobile.handlebars->11->672",
22403
- "default.handlebars->39->2007"
22405
+ "default.handlebars->39->2011"
22406
]
22407
},
22408
{
@@ -22425,7 +22427,7 @@
22427
"zh-cht": "編輯用戶同意",
22428
"da": "Rediger brugersamtykke",
22429
"xloc": [
22428
- "default.handlebars->39->1927"
22430
+ "default.handlebars->39->1931"
22431
]
22432
},
22433
{
@@ -22450,7 +22452,7 @@
22452
"zh-cht": "編輯用戶裝置群權限",
22453
"da": "Rediger bruger enhedsgruppe tilladelser",
22454
"xloc": [
22453
- "default.handlebars->39->1998"
22455
+ "default.handlebars->39->2002"
22456
]
22457
},
22458
{
@@ -22475,7 +22477,7 @@
22477
"zh-cht": "編輯用戶裝置權限",
22478
"da": "Rediger brugerens enhedstilladelser",
22479
"xloc": [
22478
- "default.handlebars->39->1993"
22480
+ "default.handlebars->39->1997"
22481
]
22482
},
22483
{
@@ -22499,7 +22501,7 @@
22501
"zh-chs": "编辑用户特征",
22502
"da": "Rediger brugerfunktioner",
22503
"xloc": [
22502
- "default.handlebars->39->2583"
22504
+ "default.handlebars->39->2587"
22505
]
22506
},
22507
{
@@ -22524,7 +22526,7 @@
22526
"zh-cht": "編輯用戶群",
22527
"da": "Rediger Bruger Gruppe",
22528
"xloc": [
22527
- "default.handlebars->39->2471"
22529
+ "default.handlebars->39->2475"
22530
]
22531
},
22532
{
@@ -22549,7 +22551,7 @@
22551
"zh-cht": "編輯用戶群裝置權限",
22552
"da": "Rediger brugergruppens enhedstilladelser",
22553
"xloc": [
22552
- "default.handlebars->39->1995"
22554
+ "default.handlebars->39->1999"
22555
]
22556
},
22557
{
@@ -22560,7 +22562,7 @@
22562
"pl": "Edytuj Opcje Grupy Użytkownika",
22563
"da": "Rediger brugergruppe funktioner",
22564
"xloc": [
22563
- "default.handlebars->39->2464"
22565
+ "default.handlebars->39->2468"
22566
]
22567
},
22568
{
@@ -22585,7 +22587,7 @@
22587
"zh-cht": "編輯用戶組用戶同意",
22588
"da": "Rediger brugergruppe brugersamtykke",
22589
"xloc": [
22588
- "default.handlebars->39->1929"
22590
+ "default.handlebars->39->1933"
22591
]
22592
},
22593
{
@@ -22687,12 +22689,12 @@
22689
"da": "E-mail",
22690
"xloc": [
22691
"default-mobile.handlebars->11->102",
22690
- "default.handlebars->39->2364",
22691
- "default.handlebars->39->2497",
22692
- "default.handlebars->39->2499",
22693
- "default.handlebars->39->2544",
22694
- "default.handlebars->39->2554",
22695
- "default.handlebars->39->2586",
22692
+ "default.handlebars->39->2368",
22693
+ "default.handlebars->39->2501",
22694
+ "default.handlebars->39->2503",
22695
+ "default.handlebars->39->2548",
22696
+ "default.handlebars->39->2558",
22697
+ "default.handlebars->39->2590",
22698
"default.handlebars->39->473",
22699
"login-mobile.handlebars->5->42",
22700
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3",
@@ -22818,7 +22820,7 @@
22820
"pl": "Powiadomienia Email",
22821
"da": "E-mail notifikationer",
22822
"xloc": [
22821
- "default.handlebars->39->2050",
22823
+ "default.handlebars->39->2054",
22824
"default.handlebars->39->959"
22825
]
22826
},
@@ -22917,7 +22919,7 @@
22919
"zh-cht": "電郵未驗證",
22920
"da": "E-mail er ikke bekræftet",
22921
"xloc": [
22920
- "default.handlebars->39->2308"
22922
+ "default.handlebars->39->2312"
22923
]
22924
},
22925
{
@@ -22942,8 +22944,8 @@
22944
"zh-cht": "電子郵件已驗證",
22945
"da": "E-mail er bekræftet",
22946
"xloc": [
22945
- "default.handlebars->39->2309",
22946
- "default.handlebars->39->2491"
22947
+ "default.handlebars->39->2313",
22948
+ "default.handlebars->39->2495"
22949
]
22950
},
22951
{
@@ -22968,7 +22970,7 @@
22970
"zh-cht": "電郵已驗證。",
22971
"da": "E-mail er bekræftet",
22972
"xloc": [
22971
- "default.handlebars->39->2370"
22973
+ "default.handlebars->39->2374"
22974
]
22975
},
22976
{
@@ -22993,7 +22995,7 @@
22995
"zh-cht": "電郵未驗證",
22996
"da": "E-mail er ikke bekræftet",
22997
"xloc": [
22996
- "default.handlebars->39->2492"
22998
+ "default.handlebars->39->2496"
22999
]
23000
},
23001
{
@@ -23040,7 +23042,7 @@
23042
"da": "E-mail sendt.",
23043
"xloc": [
23044
"default-mobile.handlebars->11->714",
23043
- "default.handlebars->39->2751",
23045
+ "default.handlebars->39->2755",
23046
"login-mobile.handlebars->5->2",
23047
"login.handlebars->5->2",
23048
"login2.handlebars->7->3"
@@ -23116,7 +23118,7 @@
23118
"zh-cht": "已通過電郵驗證,並且需要重置密碼。",
23119
"da": "E-mail bekræftet og tvungen nulstilling af adgangskode påkrævet.",
23120
"xloc": [
23119
- "default.handlebars->39->2371"
23121
+ "default.handlebars->39->2375"
23122
]
23123
},
23124
{
@@ -23162,7 +23164,7 @@
23164
"zh-chs": "电子邮件/短信/推送流量",
23165
"da": "E-mail/SMS/Push-trafik",
23166
"xloc": [
23165
- "default.handlebars->39->2842"
23167
+ "default.handlebars->39->2846"
23168
]
23169
},
23170
{
@@ -23218,7 +23220,7 @@
23220
"zh-cht": "啟用邀請代碼",
23221
"da": "Aktivér invitationskoder",
23222
"xloc": [
23221
- "default.handlebars->39->2032"
23223
+ "default.handlebars->39->2036"
23224
]
23225
},
23226
{
@@ -23320,7 +23322,7 @@
23322
"da": "Aktiveret",
23323
"xloc": [
23324
"default.handlebars->39->116",
23323
- "default.handlebars->39->2673"
23325
+ "default.handlebars->39->2677"
23326
]
23327
},
23328
{
@@ -23345,7 +23347,7 @@
23347
"zh-cht": "啟用電子郵件兩因素身份驗證",
23348
"da": "Aktiveret e-mail 2-faktor godkendelse",
23349
"xloc": [
23348
- "default.handlebars->39->2210"
23350
+ "default.handlebars->39->2214"
23351
]
23352
},
23353
{
@@ -23420,7 +23422,7 @@
23422
"zh-cht": "時間結束",
23423
"da": "Slut tid",
23424
"xloc": [
23423
- "default.handlebars->39->2670"
23425
+ "default.handlebars->39->2674"
23426
]
23427
},
23428
{
@@ -23445,7 +23447,7 @@
23447
"zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”",
23448
"da": "Afsluttet skrivebordssession \\\"{0}\\\" fra {1} til {2}, {3} sekund(er)",
23449
"xloc": [
23448
- "default.handlebars->39->2133"
23450
+ "default.handlebars->39->2137"
23451
]
23452
},
23453
{
@@ -23470,7 +23472,7 @@
23472
"zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”",
23473
"da": "Afsluttet filhåndteringssession \\\"{0}\\\" fra {1} til {2}, {3} sekund(er)",
23474
"xloc": [
23473
- "default.handlebars->39->2134"
23475
+ "default.handlebars->39->2138"
23476
]
23477
},
23478
{
@@ -23494,7 +23496,7 @@
23496
"zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒",
23497
"da": "Afsluttet lokal relæsession \\\"{0}\\\", protokol {1} til {2}, {3} sekund(er)",
23498
"xloc": [
23497
- "default.handlebars->39->2243"
23499
+ "default.handlebars->39->2247"
23500
]
23501
},
23502
{
@@ -23518,7 +23520,7 @@
23520
"zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"",
23521
"da": "Afsluttet messenger-session \\\"{0}\\\" fra {1} til {2}, {3} sekund(er)",
23522
"xloc": [
23521
- "default.handlebars->39->2234"
23523
+ "default.handlebars->39->2238"
23524
]
23525
},
23526
{
@@ -23543,7 +23545,7 @@
23545
"zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”",
23546
"da": "Afsluttet relæsession \\\"{0}\\\" fra {1} til {2}, {3} sekund(er)",
23547
"xloc": [
23546
- "default.handlebars->39->2131"
23548
+ "default.handlebars->39->2135"
23549
]
23550
},
23551
{
@@ -23568,7 +23570,7 @@
23570
"zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”",
23571
"da": "Afsluttet terminalsession \\\"{0}\\\" fra {1} til {2}, {3} sekund(er)",
23572
"xloc": [
23571
- "default.handlebars->39->2132"
23573
+ "default.handlebars->39->2136"
23574
]
23575
},
23576
{
@@ -23969,7 +23971,7 @@
23971
"zh-cht": "輸入管理領域名稱的逗號分隔列表。",
23972
"da": "Indtast en kommasepareret liste over administrative realms navne.",
23973
"xloc": [
23972
- "default.handlebars->39->2375"
23974
+ "default.handlebars->39->2379"
23975
]
23976
},
23977
{
@@ -24297,7 +24299,7 @@
24299
"da": "Fejl, invitationskoden \\\"{0}\\\" er allerede i brug.",
24300
"xloc": [
24301
"default-mobile.handlebars->11->722",
24300
- "default.handlebars->39->2759"
24302
+ "default.handlebars->39->2763"
24303
]
24304
},
24305
{
@@ -24322,7 +24324,7 @@
24324
"da": "Fejl, adgangskode ikke ændret.",
24325
"xloc": [
24326
"default-mobile.handlebars->11->719",
24325
- "default.handlebars->39->2756"
24327
+ "default.handlebars->39->2760"
24328
]
24329
},
24330
{
@@ -24347,7 +24349,7 @@
24349
"da": "Fejl, kan ikke ændres til almindeligt brugt adgangskode.",
24350
"xloc": [
24351
"default-mobile.handlebars->11->718",
24350
- "default.handlebars->39->2755"
24352
+ "default.handlebars->39->2759"
24353
]
24354
},
24355
{
@@ -24372,7 +24374,7 @@
24374
"da": "Fejl, kan ikke ændres til tidligere brugt adgangskode.",
24375
"xloc": [
24376
"default-mobile.handlebars->11->717",
24375
- "default.handlebars->39->2754"
24377
+ "default.handlebars->39->2758"
24378
]
24379
},
24380
{
@@ -24564,7 +24566,7 @@
24566
"zh-cht": "事件列表輸出",
24567
"da": "Exporter hændelsesliste",
24568
"xloc": [
24567
- "default.handlebars->39->2283"
24569
+ "default.handlebars->39->2287"
24570
]
24571
},
24572
{
@@ -24897,7 +24899,7 @@
24899
"zh-cht": "外部",
24900
"da": "Ekstern",
24901
"xloc": [
24900
- "default.handlebars->39->2822"
24902
+ "default.handlebars->39->2826"
24903
]
24904
},
24905
{
@@ -25022,7 +25024,7 @@
25024
"da": "Kunne ikke ændre e-mailadresse, en anden konto bruger allerede: {0}.",
25025
"xloc": [
25026
"default-mobile.handlebars->11->713",
25025
- "default.handlebars->39->2750"
25027
+ "default.handlebars->39->2754"
25028
]
25029
},
25030
{
@@ -25071,7 +25073,7 @@
25073
"zh-cht": "本地用戶拒絕後無法啟動遠程桌面",
25074
"da": "Kunne ikke starte fjernskrivebord, da den lokale bruger afviste",
25075
"xloc": [
25074
- "default.handlebars->39->2156"
25076
+ "default.handlebars->39->2160"
25077
]
25078
},
25079
{
@@ -25117,7 +25119,7 @@
25119
"zh-cht": "本地用戶拒絕後無法啟動遠程文件",
25120
"da": "Kunne ikke starte fjernfiler, da den lokale bruger afviste",
25121
"xloc": [
25120
- "default.handlebars->39->2163"
25122
+ "default.handlebars->39->2167"
25123
]
25124
},
25125
{
@@ -25244,8 +25246,8 @@
25246
"da": "Funktioner",
25247
"xloc": [
25248
"default.handlebars->39->1817",
25247
- "default.handlebars->39->2427",
25248
- "default.handlebars->39->2515"
25249
+ "default.handlebars->39->2431",
25250
+ "default.handlebars->39->2519"
25251
]
25252
},
25253
{
@@ -25422,7 +25424,7 @@
25424
"zh-chs": "文件传输",
25425
"da": "Filoverførsel",
25426
"xloc": [
25425
- "default.handlebars->39->2651"
25427
+ "default.handlebars->39->2655"
25428
]
25429
},
25430
{
@@ -25476,11 +25478,11 @@
25478
"default-mobile.handlebars->11->345",
25479
"default.handlebars->39->1021",
25480
"default.handlebars->39->1867",
25479
- "default.handlebars->39->1937",
25480
- "default.handlebars->39->2658",
25481
- "default.handlebars->39->2708",
25482
- "default.handlebars->39->2724",
25483
- "default.handlebars->39->2810",
25481
+ "default.handlebars->39->1941",
25482
+ "default.handlebars->39->2662",
25483
+ "default.handlebars->39->2712",
25484
+ "default.handlebars->39->2728",
25485
+ "default.handlebars->39->2814",
25486
"default.handlebars->39->394",
25487
"default.handlebars->39->937",
25488
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
@@ -25536,8 +25538,8 @@
25538
"da": "Filer Notifikation",
25539
"xloc": [
25540
"default.handlebars->39->1825",
25539
- "default.handlebars->39->2435",
25540
- "default.handlebars->39->2537",
25541
+ "default.handlebars->39->2439",
25542
+ "default.handlebars->39->2541",
25543
"default.handlebars->39->830"
25544
]
25545
},
@@ -25564,8 +25566,8 @@
25566
"da": "Filer Prompt",
25567
"xloc": [
25568
"default.handlebars->39->1824",
25567
- "default.handlebars->39->2434",
25568
- "default.handlebars->39->2536",
25569
+ "default.handlebars->39->2438",
25570
+ "default.handlebars->39->2540",
25571
"default.handlebars->39->829"
25572
]
25573
},
@@ -25673,7 +25675,7 @@
25675
"zh-cht": "錄製會話已完成,{0}秒",
25676
"da": "Afsluttede optagelsessession, {0} sekund(er)",
25677
"xloc": [
25676
- "default.handlebars->39->2129"
25678
+ "default.handlebars->39->2133"
25679
]
25680
},
25681
{
@@ -25749,8 +25751,8 @@
25751
"zh-chs": "防火墙未激活",
25752
"da": "Firewall ikke aktiv",
25753
"xloc": [
25752
- "default.handlebars->39->2061",
25753
- "default.handlebars->39->2075"
25754
+ "default.handlebars->39->2065",
25755
+ "default.handlebars->39->2079"
25756
]
25757
},
25758
{
@@ -26054,8 +26056,8 @@
26056
"zh-cht": "下次登入時強制重置密碼。",
26057
"da": "Tving nulstilling af adgangskode ved næste login.",
26058
"xloc": [
26057
- "default.handlebars->39->2369",
26058
- "default.handlebars->39->2597"
26059
+ "default.handlebars->39->2373",
26060
+ "default.handlebars->39->2601"
26061
]
26062
},
26063
{
@@ -26063,7 +26065,7 @@
26065
"nl": "Geforceerd verbroken desktopsessie van gebruiker {0}",
26066
"fr": "Déconnexion forcée de la session de bureau pour l'utilisateur {0}",
26067
"xloc": [
26066
- "default.handlebars->39->2256"
26068
+ "default.handlebars->39->2260"
26069
]
26070
},
26071
{
@@ -26071,7 +26073,7 @@
26073
"nl": "Geforceerd verbroken bestandssessie van gebruiker {0}",
26074
"fr": "Déconnexion forcée de la session de fichier pour l'utilisateur {0}",
26075
"xloc": [
26074
- "default.handlebars->39->2258"
26076
+ "default.handlebars->39->2262"
26077
]
26078
},
26079
{
@@ -26079,7 +26081,7 @@
26081
"nl": "Geforceerd verbroken routeringssessie van gebruiker {0}",
26082
"fr": "Déconnexion forcée de la session de routage pour l'utilisateur {0}",
26083
"xloc": [
26082
- "default.handlebars->39->2259"
26084
+ "default.handlebars->39->2263"
26085
]
26086
},
26087
{
@@ -26087,7 +26089,7 @@
26089
"nl": "Geforceerd verbroken terminalsessie van gebruiker {0}",
26090
"fr": "Déconnexion forcée du terminal pour l'utilisateur {0}",
26091
"xloc": [
26090
- "default.handlebars->39->2257"
26092
+ "default.handlebars->39->2261"
26093
]
26094
},
26095
{
@@ -26190,7 +26192,7 @@
26192
"zh-cht": "格式化",
26193
"da": "Formatér",
26194
"xloc": [
26193
- "default.handlebars->39->2274"
26195
+ "default.handlebars->39->2278"
26196
]
26197
},
26198
{
@@ -26263,8 +26265,8 @@
26265
"zh-cht": "自由",
26266
"da": "Ledig",
26267
"xloc": [
26266
- "default.handlebars->39->2768",
26267
- "default.handlebars->39->2770"
26268
+ "default.handlebars->39->2772",
26269
+ "default.handlebars->39->2774"
26270
]
26271
},
26272
{
@@ -26545,8 +26547,8 @@
26547
"default-mobile.handlebars->11->644",
26548
"default-mobile.handlebars->11->664",
26549
"default.handlebars->39->1763",
26548
- "default.handlebars->39->1961",
26549
- "default.handlebars->39->2381"
26550
+ "default.handlebars->39->1965",
26551
+ "default.handlebars->39->2385"
26552
]
26553
},
26554
{
@@ -26571,7 +26573,7 @@
26573
"zh-cht": "完整管理員(保留所有權利)",
26574
"da": "Fuld administrator (alle rettigheder)",
26575
"xloc": [
26574
- "default.handlebars->39->1999"
26576
+ "default.handlebars->39->2003"
26577
]
26578
},
26579
{
@@ -26721,7 +26723,7 @@
26723
"zh-cht": "完整管理員",
26724
"da": "Fuld administrator",
26725
"xloc": [
26724
- "default.handlebars->39->2485"
26726
+ "default.handlebars->39->2489"
26727
]
26728
},
26729
{
@@ -26747,7 +26749,7 @@
26749
"da": "Fuldt automatisk",
26750
"xloc": [
26751
"default.handlebars->39->1844",
26750
- "default.handlebars->39->1895"
26752
+ "default.handlebars->39->1899"
26753
]
26754
},
26755
{
@@ -26990,7 +26992,7 @@
26992
"pl": "Generuj Raport",
26993
"da": "Generer rapport",
26994
"xloc": [
26993
- "default.handlebars->39->2694"
26995
+ "default.handlebars->39->2698"
26996
]
26997
},
26998
{
@@ -27263,7 +27265,7 @@
27265
"zh-cht": "正在獲取剪貼板內容,{0}個字節",
27266
"da": "Henter udklipsholderindhold, {0} byte(r)",
27267
"xloc": [
27266
- "default.handlebars->39->2143"
27268
+ "default.handlebars->39->2147"
27269
]
27270
},
27271
{
@@ -27547,7 +27549,7 @@
27549
"da": "Gruppe",
27550
"xloc": [
27551
"default-mobile.handlebars->11->264",
27550
- "default.handlebars->39->2705",
27552
+ "default.handlebars->39->2709",
27553
"default.handlebars->39->756",
27554
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1"
27555
]
@@ -27574,8 +27576,8 @@
27576
"zh-cht": "集體指令",
27577
"da": "Gruppehandling",
27578
"xloc": [
27577
- "default.handlebars->39->2323",
27578
- "default.handlebars->39->2405",
27579
+ "default.handlebars->39->2327",
27580
+ "default.handlebars->39->2409",
27581
"default.handlebars->39->633",
27582
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
27583
"default.handlebars->container->column_l->p4->3->1->0->3->3",
@@ -27604,7 +27606,7 @@
27606
"zh-cht": "通過...分群",
27607
"da": "Gruppér efter",
27608
"xloc": [
27607
- "default.handlebars->39->2270"
27609
+ "default.handlebars->39->2274"
27610
]
27611
},
27612
{
@@ -27629,7 +27631,7 @@
27631
"zh-cht": "群標識符",
27632
"da": "Gruppe-id",
27633
"xloc": [
27632
- "default.handlebars->39->2422"
27634
+ "default.handlebars->39->2426"
27635
]
27636
},
27637
{
@@ -27654,7 +27656,7 @@
27656
"zh-cht": "群組成員",
27657
"da": "Gruppemedlemmer",
27658
"xloc": [
27657
- "default.handlebars->39->2446"
27659
+ "default.handlebars->39->2450"
27660
]
27661
},
27662
{
@@ -27679,7 +27681,7 @@
27681
"zh-cht": "通過...分群",
27682
"da": "Gruppér efter",
27683
"xloc": [
27682
- "default.handlebars->39->2683"
27684
+ "default.handlebars->39->2687"
27685
]
27686
},
27687
{
@@ -27704,7 +27706,7 @@
27706
"zh-cht": "用戶{0}的群組權限。",
27707
"da": "Gruppetilladelser for brugeren {0}.",
27708
"xloc": [
27707
- "default.handlebars->39->1960"
27709
+ "default.handlebars->39->1964"
27710
]
27711
},
27712
{
@@ -27729,7 +27731,7 @@
27731
"zh-cht": "{0}的群組權限。",
27732
"da": "Gruppetilladelser for {0}.",
27733
"xloc": [
27732
- "default.handlebars->39->1959"
27734
+ "default.handlebars->39->1963"
27735
]
27736
},
27737
{
@@ -27815,7 +27817,7 @@
27817
"pl": "Gość",
27818
"da": "Gæst",
27819
"xloc": [
27818
- "default.handlebars->39->2700"
27820
+ "default.handlebars->39->2704"
27821
]
27822
},
27823
{
@@ -27890,7 +27892,7 @@
27892
"zh-chs": "嘉宾分享",
27893
"da": "Gæstedeling",
27894
"xloc": [
27893
- "default.handlebars->39->1968"
27895
+ "default.handlebars->39->1972"
27896
]
27897
},
27898
{
@@ -27939,7 +27941,7 @@
27941
"zh-chs": "HTTP",
27942
"da": "HTTP",
27943
"xloc": [
27942
- "default.handlebars->39->2806"
27944
+ "default.handlebars->39->2810"
27945
]
27946
},
27947
{
@@ -28113,7 +28115,7 @@
28115
"zh-cht": "堆總數",
28116
"da": "Heap total",
28117
"xloc": [
28116
- "default.handlebars->39->2824"
28118
+ "default.handlebars->39->2828"
28119
]
28120
},
28121
{
@@ -28138,7 +28140,7 @@
28140
"zh-cht": "堆使用",
28141
"da": "Heap Used",
28142
"xloc": [
28141
- "default.handlebars->39->2823"
28143
+ "default.handlebars->39->2827"
28144
]
28145
},
28146
{
@@ -28260,7 +28262,7 @@
28262
"zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}",
28263
"da": "Hjælp anmodet, bruger: {0}, detaljer: {1}",
28264
"xloc": [
28263
- "default.handlebars->39->2220"
28265
+ "default.handlebars->39->2224"
28266
]
28267
},
28268
{
@@ -28621,7 +28623,7 @@
28623
"da": "Holder {0} post{1} for {2}",
28624
"xloc": [
28625
"default-mobile.handlebars->11->153",
28624
- "default.handlebars->39->2116"
28626
+ "default.handlebars->39->2120"
28627
]
28628
},
28629
{
@@ -29235,7 +29237,7 @@
29237
"zh-cht": "如果在CCM中,請重新激活英特爾®AMT",
29238
"da": "Hvis du er i CCM, genaktiver Intel® AMT",
29239
"xloc": [
29238
- "default.handlebars->39->1909"
29240
+ "default.handlebars->39->1913"
29241
]
29242
},
29243
{
@@ -29411,9 +29413,9 @@
29413
"zh-chs": "导入英特尔® AMT 设备",
29414
"da": "Importér Intel® AMT enheder",
29415
"xloc": [
29414
- "default.handlebars->39->1883",
29415
- "default.handlebars->39->1884",
29416
- "default.handlebars->39->1888"
29416
+ "default.handlebars->39->1887",
29417
+ "default.handlebars->39->1888",
29418
+ "default.handlebars->39->1892"
29419
]
29420
},
29421
{
@@ -29437,7 +29439,7 @@
29439
"zh-chs": "以 MeshCommander JSON 格式导入本地英特尔® AMT 设备列表。",
29440
"da": "Importér en liste over lokale Intel® AMT-enheder i MeshCommander JSON-format.",
29441
"xloc": [
29440
- "default.handlebars->39->1882"
29442
+ "default.handlebars->39->1886"
29443
]
29444
},
29445
{
@@ -29461,7 +29463,7 @@
29463
"zh-chs": "导入设备列表",
29464
"da": "Importér enhedsliste",
29465
"xloc": [
29464
- "default.handlebars->39->1878"
29466
+ "default.handlebars->39->1882"
29467
]
29468
},
29469
{
@@ -29509,7 +29511,7 @@
29511
"zh-chs": "停用天数直到移除",
29512
"da": "Inaktive dage indtil fjernelse",
29513
"xloc": [
29512
- "default.handlebars->39->1945"
29514
+ "default.handlebars->39->1949"
29515
]
29516
},
29517
{
@@ -30013,8 +30015,8 @@
30015
"zh-cht": "安裝方式",
30016
"da": "Installationstype",
30017
"xloc": [
30016
- "default.handlebars->39->2034",
30017
- "default.handlebars->39->2041",
30018
+ "default.handlebars->39->2038",
30019
+ "default.handlebars->39->2045",
30020
"default.handlebars->39->488",
30021
"default.handlebars->39->502",
30022
"default.handlebars->39->518",
@@ -30071,7 +30073,7 @@
30073
"zh-cht": "英特爾AMT",
30074
"da": "Intel AMT",
30075
"xloc": [
30074
- "default.handlebars->39->2820"
30076
+ "default.handlebars->39->2824"
30077
]
30078
},
30079
{
@@ -30128,7 +30130,7 @@
30130
"zh-chs": "英特尔 AMT 经理",
30131
"da": "Intel AMT manager",
30132
"xloc": [
30131
- "default.handlebars->39->2849"
30133
+ "default.handlebars->39->2853"
30134
]
30135
},
30136
{
@@ -30195,9 +30197,9 @@
30197
"default-mobile.handlebars->11->308",
30198
"default.handlebars->39->1832",
30199
"default.handlebars->39->1845",
30198
- "default.handlebars->39->2056",
30199
- "default.handlebars->39->2069",
30200
- "default.handlebars->39->2848",
30200
+ "default.handlebars->39->2060",
30201
+ "default.handlebars->39->2073",
30202
+ "default.handlebars->39->2852",
30203
"default.handlebars->39->731",
30204
"default.handlebars->39->798",
30205
"default.handlebars->39->837",
@@ -30450,7 +30452,7 @@
30452
"zh-cht": "Intel® AMT政策",
30453
"da": "Intel® AMT-politik",
30454
"xloc": [
30453
- "default.handlebars->39->1896"
30455
+ "default.handlebars->39->1900"
30456
]
30457
},
30458
{
@@ -30554,8 +30556,8 @@
30556
"zh-cht": "Intel® AMT重定向",
30557
"da": "Intel® AMT-omdirigering",
30558
"xloc": [
30557
- "default.handlebars->39->2653",
30558
- "default.handlebars->39->2660",
30559
+ "default.handlebars->39->2657",
30560
+ "default.handlebars->39->2664",
30561
"player.handlebars->3->30"
30562
]
30563
},
@@ -30631,8 +30633,8 @@
30633
"zh-cht": "Intle® AMT WSMAN",
30634
"da": "Intel® AMT WSMAN",
30635
"xloc": [
30634
- "default.handlebars->39->2652",
30635
- "default.handlebars->39->2659",
30636
+ "default.handlebars->39->2656",
30637
+ "default.handlebars->39->2663",
30638
"player.handlebars->3->29"
30639
]
30640
},
@@ -30708,7 +30710,7 @@
30710
"da": "Intel® AMT desktop og serial hændelser",
30711
"xloc": [
30712
"default.handlebars->39->1716",
30711
- "default.handlebars->39->2049",
30713
+ "default.handlebars->39->2053",
30714
"default.handlebars->39->958"
30715
]
30716
},
@@ -31379,8 +31381,8 @@
31381
"zh-cht": "僅限互動",
31382
"da": "Kun interaktiv",
31383
"xloc": [
31382
- "default.handlebars->39->2037",
31383
- "default.handlebars->39->2044",
31384
+ "default.handlebars->39->2041",
31385
+ "default.handlebars->39->2048",
31386
"default.handlebars->39->491",
31387
"default.handlebars->39->505",
31388
"default.handlebars->39->521"
@@ -31533,7 +31535,7 @@
31535
"zh-cht": "無效的裝置群類型",
31536
"da": "Ugyldig enhedsgruppetype",
31537
"xloc": [
31536
- "default.handlebars->39->2782"
31538
+ "default.handlebars->39->2786"
31539
]
31540
},
31541
{
@@ -31558,7 +31560,7 @@
31560
"zh-cht": "無效的JSON",
31561
"da": "Ugyldig JSON",
31562
"xloc": [
31561
- "default.handlebars->39->2776"
31563
+ "default.handlebars->39->2780"
31564
]
31565
},
31566
{
@@ -31583,9 +31585,9 @@
31585
"zh-cht": "無效的JSON檔案格式。",
31586
"da": "Ugyldigt JSON-filformat.",
31587
"xloc": [
31586
- "default.handlebars->39->1889",
31587
- "default.handlebars->39->2343",
31588
- "default.handlebars->39->2345"
31588
+ "default.handlebars->39->1893",
31589
+ "default.handlebars->39->2347",
31590
+ "default.handlebars->39->2349"
31591
]
31592
},
31593
{
@@ -31610,8 +31612,8 @@
31612
"zh-cht": "無效的JSON檔案:{0}。",
31613
"da": "Ugyldig JSON-fil: {0}.",
31614
"xloc": [
31613
- "default.handlebars->39->1885",
31614
- "default.handlebars->39->2341"
31615
+ "default.handlebars->39->1889",
31616
+ "default.handlebars->39->2345"
31617
]
31618
},
31619
{
@@ -31680,7 +31682,7 @@
31682
"zh-cht": "無效的PKCS簽名",
31683
"da": "Ugyldig PKCS-signatur",
31684
"xloc": [
31683
- "default.handlebars->39->2774"
31685
+ "default.handlebars->39->2778"
31686
]
31687
},
31688
{
@@ -31705,7 +31707,7 @@
31707
"zh-cht": "無效的RSA密碼",
31708
"da": "Ugyldig RSA-signatur",
31709
"xloc": [
31708
- "default.handlebars->39->2775"
31710
+ "default.handlebars->39->2779"
31711
]
31712
},
31713
{
@@ -31730,7 +31732,7 @@
31732
"da": "Ugyldig SMS-besked",
31733
"xloc": [
31734
"default-mobile.handlebars->11->725",
31733
- "default.handlebars->39->2762"
31735
+ "default.handlebars->39->2766"
31736
]
31737
},
31738
{
@@ -31793,7 +31795,7 @@
31795
"da": "Ugyldigt domæne",
31796
"xloc": [
31797
"default-mobile.handlebars->11->705",
31796
- "default.handlebars->39->2742"
31798
+ "default.handlebars->39->2746"
31799
]
31800
},
31801
{
@@ -31839,7 +31841,7 @@
31841
"da": "Ugyldig email",
31842
"xloc": [
31843
"default-mobile.handlebars->11->704",
31842
- "default.handlebars->39->2741"
31844
+ "default.handlebars->39->2745"
31845
]
31846
},
31847
{
@@ -31943,7 +31945,7 @@
31945
"xloc": [
31946
"default-mobile.handlebars->11->703",
31947
"default-mobile.handlebars->11->78",
31946
- "default.handlebars->39->2740",
31948
+ "default.handlebars->39->2744",
31949
"default.handlebars->39->296"
31950
]
31951
},
@@ -31969,7 +31971,7 @@
31971
"da": "Ugyldige webstedstilladelser",
31972
"xloc": [
31973
"default-mobile.handlebars->11->706",
31972
- "default.handlebars->39->2743"
31974
+ "default.handlebars->39->2747"
31975
]
31976
},
31977
{
@@ -32020,7 +32022,7 @@
32022
"zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试",
32023
"da": "Ugyldigt brugerloginforsøg fra {0}, {1}, {2}",
32024
"xloc": [
32023
- "default.handlebars->39->2232"
32025
+ "default.handlebars->39->2236"
32026
]
32027
},
32028
{
@@ -32045,7 +32047,7 @@
32047
"da": "Ugyldigt brugernavn",
32048
"xloc": [
32049
"default-mobile.handlebars->11->702",
32048
- "default.handlebars->39->2739"
32050
+ "default.handlebars->39->2743"
32051
]
32052
},
32053
{
@@ -32091,7 +32093,7 @@
32093
"zh-cht": "使電郵無效",
32094
"da": "Ugyldig e-mail",
32095
"xloc": [
32094
- "default.handlebars->39->2317"
32096
+ "default.handlebars->39->2321"
32097
]
32098
},
32099
{
@@ -32188,7 +32190,7 @@
32190
"zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:",
32191
"da": "Invitationskoder kan bruges af alle til at slutte enheder til denne enhedsgruppe ved at bruge følgende offentlige link:",
32192
"xloc": [
32191
- "default.handlebars->39->2039"
32193
+ "default.handlebars->39->2043"
32194
]
32195
},
32196
{
@@ -32267,11 +32269,11 @@
32269
"xloc": [
32270
"default-mobile.handlebars->11->700",
32271
"default.handlebars->39->1838",
32270
- "default.handlebars->39->2033",
32271
- "default.handlebars->39->2038",
32272
- "default.handlebars->39->2040",
32273
- "default.handlebars->39->2045",
32274
- "default.handlebars->39->2737"
32272
+ "default.handlebars->39->2037",
32273
+ "default.handlebars->39->2042",
32274
+ "default.handlebars->39->2044",
32275
+ "default.handlebars->39->2049",
32276
+ "default.handlebars->39->2741"
32277
]
32278
},
32279
{
@@ -32468,7 +32470,7 @@
32470
"zh-cht": "JSON",
32471
"da": "JSON",
32472
"xloc": [
32471
- "default.handlebars->39->2276"
32473
+ "default.handlebars->39->2280"
32474
]
32475
},
32476
{
@@ -32493,8 +32495,8 @@
32495
"zh-cht": "JSON格式",
32496
"da": "JSON-format",
32497
"xloc": [
32496
- "default.handlebars->39->2281",
32497
- "default.handlebars->39->2349",
32498
+ "default.handlebars->39->2285",
32499
+ "default.handlebars->39->2353",
32500
"default.handlebars->39->678"
32501
]
32502
},
@@ -32545,7 +32547,7 @@
32547
"zh-cht": "已加入桌面Multiplex會話",
32548
"da": "Deltog i desktop multiplex session",
32549
"xloc": [
32548
- "default.handlebars->39->2126"
32550
+ "default.handlebars->39->2130"
32551
]
32552
},
32553
{
@@ -32645,7 +32647,7 @@
32647
"zh-cht": "保留現有密碼",
32648
"da": "Behold eksisterende adgangskode",
32649
"xloc": [
32648
- "default.handlebars->39->1897"
32650
+ "default.handlebars->39->1901"
32651
]
32652
},
32653
{
@@ -32908,7 +32910,7 @@
32910
"zh-cht": "殺死進程{0}",
32911
"da": "Stopper proces {0}",
32912
"xloc": [
32911
- "default.handlebars->39->2141"
32913
+ "default.handlebars->39->2145"
32914
]
32915
},
32916
{
@@ -33341,7 +33343,7 @@
33343
"zh-cht": "過去30天",
33344
"da": "Seneste 30 dage",
33345
"xloc": [
33344
- "default.handlebars->39->2688",
33346
+ "default.handlebars->39->2692",
33347
"default.handlebars->container->column_l->p40->3->1->p40time->9"
33348
]
33349
},
@@ -33408,7 +33410,7 @@
33410
"pl": "Ostatnie 7 dni",
33411
"da": "Seneste 7 dage",
33412
"xloc": [
33411
- "default.handlebars->39->2687"
33413
+ "default.handlebars->39->2691"
33414
]
33415
},
33416
{
@@ -33458,7 +33460,7 @@
33460
"zh-cht": "最後訪問",
33461
"da": "Seneste adgang",
33462
"xloc": [
33461
- "default.handlebars->39->2289"
33463
+ "default.handlebars->39->2293"
33464
]
33465
},
33466
{
@@ -33469,7 +33471,7 @@
33471
"pl": "Ostatni Dzień",
33472
"da": "Seneste dag",
33473
"xloc": [
33472
- "default.handlebars->39->2686"
33474
+ "default.handlebars->39->2690"
33475
]
33476
},
33477
{
@@ -33494,7 +33496,7 @@
33496
"zh-cht": "上次登入",
33497
"da": "Seneste login",
33498
"xloc": [
33497
- "default.handlebars->39->2519"
33499
+ "default.handlebars->39->2523"
33500
]
33501
},
33502
{
@@ -33530,7 +33532,7 @@
33532
"da": "Seneste adgang: {0}",
33533
"fr": "Dernier accès : {0}",
33534
"xloc": [
33533
- "default.handlebars->39->2299"
33535
+ "default.handlebars->39->2303"
33536
]
33537
},
33538
{
@@ -33617,7 +33619,7 @@
33619
"zh-cht": "上次更改:{0}",
33620
"da": "Senest ændret: {0}",
33621
"xloc": [
33620
- "default.handlebars->39->2523"
33622
+ "default.handlebars->39->2527"
33623
]
33624
},
33625
{
@@ -33692,7 +33694,7 @@
33694
"zh-cht": "上次登入:{0}",
33695
"da": "Seneste login: {0}",
33696
"xloc": [
33695
- "default.handlebars->39->2300"
33697
+ "default.handlebars->39->2304"
33698
]
33699
},
33700
{
@@ -34009,7 +34011,7 @@
34011
"zh-cht": "如沒有請留空。",
34012
"da": "Efterlad tom for ingen.",
34013
"xloc": [
34012
- "default.handlebars->39->2569"
34014
+ "default.handlebars->39->2573"
34015
]
34016
},
34017
{
@@ -34045,7 +34047,7 @@
34047
"pl": "Opuścił sesję Web-RDP po {0} sekundach.",
34048
"da": "Forlod Web-RDP-session efter {0} sekund(er).",
34049
"xloc": [
34048
- "default.handlebars->39->2247"
34050
+ "default.handlebars->39->2251"
34051
]
34052
},
34053
{
@@ -34056,7 +34058,7 @@
34058
"pl": "Opuścił sesję Web-SFTP po {0} sekundach.",
34059
"da": "Forlod Web-SFTP-session efter {0} sekund(er).",
34060
"xloc": [
34059
- "default.handlebars->39->2246"
34061
+ "default.handlebars->39->2250"
34062
]
34063
},
34064
{
@@ -34067,7 +34069,7 @@
34069
"pl": "Opuścił sesję Web-SSH po {0} sekundach.",
34070
"da": "Forlod Web-SSH-session efter {0} sekund(er).",
34071
"xloc": [
34070
- "default.handlebars->39->2245"
34072
+ "default.handlebars->39->2249"
34073
]
34074
},
34075
{
@@ -34078,7 +34080,7 @@
34080
"pl": "Opuścił sesję Web-VNC po {0} sekundach.",
34081
"da": "Forlod Web-VNC-session efter {0} sekund(er).",
34082
"xloc": [
34081
- "default.handlebars->39->2248"
34083
+ "default.handlebars->39->2252"
34084
]
34085
},
34086
{
@@ -34133,7 +34135,7 @@
34135
"zh-cht": "離開桌面多路復用會話",
34136
"da": "Forlod desktop-multipleks sessionen",
34137
"xloc": [
34136
- "default.handlebars->39->2127"
34138
+ "default.handlebars->39->2131"
34139
]
34140
},
34141
{
@@ -34144,7 +34146,7 @@
34146
"pl": "Opuścił sesję multiplex pulpitu po {0} sekundach.",
34147
"da": "Forlod desktop-multiplekssessionen efter {0} sekund(er).",
34148
"xloc": [
34147
- "default.handlebars->39->2244"
34149
+ "default.handlebars->39->2248"
34150
]
34151
},
34152
{
@@ -34155,7 +34157,7 @@
34157
"pl": "Długość",
34158
"da": "Længde",
34159
"xloc": [
34158
- "default.handlebars->39->2701"
34160
+ "default.handlebars->39->2705"
34161
]
34162
},
34163
{
@@ -34180,7 +34182,7 @@
34182
"zh-cht": "減",
34183
"da": "Mindre",
34184
"xloc": [
34183
- "default.handlebars->39->2870"
34185
+ "default.handlebars->39->2874"
34186
]
34187
},
34188
{
@@ -34283,7 +34285,7 @@
34285
"da": "Begrænset input",
34286
"xloc": [
34287
"default-mobile.handlebars->11->677",
34286
- "default.handlebars->39->2013",
34288
+ "default.handlebars->39->2017",
34289
"default.handlebars->39->968",
34290
"default.handlebars->39->990"
34291
]
@@ -34311,7 +34313,7 @@
34313
"da": "Kun begrænset input",
34314
"xloc": [
34315
"default-mobile.handlebars->11->650",
34314
- "default.handlebars->39->1967"
34316
+ "default.handlebars->39->1971"
34317
]
34318
},
34319
{
@@ -35074,8 +35076,8 @@
35076
"default.handlebars->39->1467",
35077
"default.handlebars->39->1789",
35078
"default.handlebars->39->1793",
35077
- "default.handlebars->39->2592",
35078
- "default.handlebars->39->2641"
35079
+ "default.handlebars->39->2596",
35080
+ "default.handlebars->39->2645"
35081
]
35082
},
35083
{
@@ -35245,7 +35247,7 @@
35247
"zh-cht": "本地用戶接受的遠程終端請求",
35248
"da": "Lokal bruger accepterede fjernterminal anmodning",
35249
"xloc": [
35248
- "default.handlebars->39->2149"
35250
+ "default.handlebars->39->2153"
35251
]
35252
},
35253
{
@@ -35270,7 +35272,7 @@
35272
"zh-cht": "本地用戶拒絕了遠程終端請求",
35273
"da": "Lokal bruger afviste fjernterminal anmodning",
35274
"xloc": [
35273
- "default.handlebars->39->2150"
35275
+ "default.handlebars->39->2154"
35276
]
35277
},
35278
{
@@ -35371,7 +35373,7 @@
35373
"zh-cht": "鎖定賬戶",
35374
"da": "Lås konto",
35375
"xloc": [
35374
- "default.handlebars->39->2389"
35376
+ "default.handlebars->39->2393"
35377
]
35378
},
35379
{
@@ -35396,7 +35398,7 @@
35398
"zh-cht": "鎖定帳戶設置",
35399
"da": "Lås kontoindstillinger",
35400
"xloc": [
35399
- "default.handlebars->39->2393"
35401
+ "default.handlebars->39->2397"
35402
]
35403
},
35404
{
@@ -35445,7 +35447,7 @@
35447
"zh-cht": "鎖定賬戶",
35448
"da": "Lås konto",
35449
"xloc": [
35448
- "default.handlebars->39->2320"
35450
+ "default.handlebars->39->2324"
35451
]
35452
},
35453
{
@@ -35554,7 +35556,7 @@
35556
"zh-cht": "已鎖定",
35557
"da": "Låst",
35558
"xloc": [
35557
- "default.handlebars->39->2301"
35559
+ "default.handlebars->39->2305"
35560
]
35561
},
35562
{
@@ -35580,7 +35582,7 @@
35582
"da": "Låst konto",
35583
"xloc": [
35584
"default-mobile.handlebars->11->77",
35583
- "default.handlebars->39->2482",
35585
+ "default.handlebars->39->2486",
35586
"default.handlebars->39->295"
35587
]
35588
},
@@ -35606,7 +35608,7 @@
35608
"zh-cht": "將遠程用戶鎖定在桌面之外",
35609
"da": "Låser fjernbruger ude af skrivebordet",
35610
"xloc": [
35609
- "default.handlebars->39->2175"
35611
+ "default.handlebars->39->2179"
35612
]
35613
},
35614
{
@@ -36534,7 +36536,7 @@
36536
"zh-cht": "主伺服器訊息",
36537
"da": "Hovedserver meddelelser",
36538
"xloc": [
36537
- "default.handlebars->39->2836"
36539
+ "default.handlebars->39->2840"
36540
]
36541
},
36542
{
@@ -36687,8 +36689,8 @@
36689
"xloc": [
36690
"default-mobile.handlebars->11->647",
36691
"default-mobile.handlebars->11->667",
36690
- "default.handlebars->39->1964",
36691
- "default.handlebars->39->2002"
36692
+ "default.handlebars->39->1968",
36693
+ "default.handlebars->39->2006"
36694
]
36695
},
36696
{
@@ -36715,8 +36717,8 @@
36717
"xloc": [
36718
"default-mobile.handlebars->11->646",
36719
"default-mobile.handlebars->11->666",
36718
- "default.handlebars->39->1963",
36719
- "default.handlebars->39->2001"
36720
+ "default.handlebars->39->1967",
36721
+ "default.handlebars->39->2005"
36722
]
36723
},
36724
{
@@ -36766,7 +36768,7 @@
36768
"zh-cht": "管理錄音",
36769
"da": "Administrer optagelser",
36770
"xloc": [
36769
- "default.handlebars->39->2387"
36771
+ "default.handlebars->39->2391"
36772
]
36773
},
36774
{
@@ -36816,7 +36818,7 @@
36818
"zh-cht": "管理用戶群",
36819
"da": "Administrer brugergrupper",
36820
"xloc": [
36819
- "default.handlebars->39->2386"
36821
+ "default.handlebars->39->2390"
36822
]
36823
},
36824
{
@@ -36841,7 +36843,7 @@
36843
"zh-cht": "管理用戶",
36844
"da": "Administrer brugere",
36845
"xloc": [
36844
- "default.handlebars->39->2385",
36846
+ "default.handlebars->39->2389",
36847
"default.handlebars->39->984"
36848
]
36849
},
@@ -37073,7 +37075,7 @@
37075
"zh-cht": "經理",
37076
"da": "Manager",
37077
"xloc": [
37076
- "default.handlebars->39->2306"
37078
+ "default.handlebars->39->2310"
37079
]
37080
},
37081
{
@@ -37260,7 +37262,7 @@
37262
"zh-cht": "達到連接數量上限",
37263
"da": "Maksimalt antal sessioner nået",
37264
"xloc": [
37263
- "default.handlebars->39->2780"
37265
+ "default.handlebars->39->2784"
37266
]
37267
},
37268
{
@@ -37340,8 +37342,8 @@
37342
"zh-cht": "Megabyte",
37343
"da": "Megabyte",
37344
"xloc": [
37343
- "default.handlebars->39->2821",
37344
- "default.handlebars->39->2826"
37345
+ "default.handlebars->39->2825",
37346
+ "default.handlebars->39->2830"
37347
]
37348
},
37349
{
@@ -37368,7 +37370,7 @@
37370
"xloc": [
37371
"default-mobile.handlebars->11->590",
37372
"default.handlebars->39->1428",
37371
- "default.handlebars->39->2800",
37373
+ "default.handlebars->39->2804",
37374
"default.handlebars->container->column_l->p40->3->1->p40type->3"
37375
]
37376
},
@@ -37433,7 +37435,7 @@
37435
"da": "Mesh Agent konsol",
37436
"xloc": [
37437
"default-mobile.handlebars->11->654",
37436
- "default.handlebars->39->1973"
37438
+ "default.handlebars->39->1977"
37439
]
37440
},
37441
{
@@ -37613,7 +37615,7 @@
37615
"zh-cht": "MeshAgent流量",
37616
"da": "MeshAgent-trafik",
37617
"xloc": [
37616
- "default.handlebars->39->2838"
37618
+ "default.handlebars->39->2842"
37619
]
37620
},
37621
{
@@ -37638,7 +37640,7 @@
37640
"zh-cht": "MeshAgent更新",
37641
"da": "MeshAgent-opdatering",
37642
"xloc": [
37641
- "default.handlebars->39->2839"
37643
+ "default.handlebars->39->2843"
37644
]
37645
},
37646
{
@@ -38050,7 +38052,7 @@
38052
"zh-cht": "MeshCentral伺服器同級化",
38053
"da": "MeshCentral Server Peering",
38054
"xloc": [
38053
- "default.handlebars->39->2837"
38055
+ "default.handlebars->39->2841"
38056
]
38057
},
38058
{
@@ -38522,7 +38524,7 @@
38524
"zh-cht": "電郵調度器",
38525
"da": "Meddelelses formidler",
38526
"xloc": [
38525
- "default.handlebars->39->2835"
38527
+ "default.handlebars->39->2839"
38528
]
38529
},
38530
{
@@ -38596,8 +38598,8 @@
38598
"zh-chs": "信使",
38599
"da": "Messenger",
38600
"xloc": [
38599
- "default.handlebars->39->2654",
38600
- "default.handlebars->39->2711"
38601
+ "default.handlebars->39->2658",
38602
+ "default.handlebars->39->2715"
38603
]
38604
},
38605
{
@@ -38849,7 +38851,7 @@
38851
"zh-cht": "更多",
38852
"da": "Mere",
38853
"xloc": [
38852
- "default.handlebars->39->2869"
38854
+ "default.handlebars->39->2873"
38855
]
38856
},
38857
{
@@ -38950,7 +38952,7 @@
38952
"zh-cht": "移動:“{0}”到“{1}”",
38953
"da": "Flyt: \\\"{0}\\\" till \\\"{1} \\\"",
38954
"xloc": [
38953
- "default.handlebars->39->2174"
38955
+ "default.handlebars->39->2178"
38956
]
38957
},
38958
{
@@ -38975,7 +38977,7 @@
38977
"zh-cht": "將設備{0}移動到組{1}",
38978
"da": "Flyttede enhed {0} til gruppe {1}",
38979
"xloc": [
38978
- "default.handlebars->39->2207"
38980
+ "default.handlebars->39->2211"
38981
]
38982
},
38983
{
@@ -39024,8 +39026,8 @@
39026
"zh-chs": "多个问题",
39027
"da": "Flere problemer",
39028
"xloc": [
39027
- "default.handlebars->39->2062",
39028
- "default.handlebars->39->2076"
39029
+ "default.handlebars->39->2066",
39030
+ "default.handlebars->39->2080"
39031
]
39032
},
39033
{
@@ -39071,7 +39073,7 @@
39073
"zh-cht": "多工器",
39074
"da": "Multiplexor",
39075
"xloc": [
39074
- "default.handlebars->39->2672"
39076
+ "default.handlebars->39->2676"
39077
]
39078
},
39079
{
@@ -39590,13 +39592,13 @@
39592
"default.handlebars->39->1767",
39593
"default.handlebars->39->1772",
39594
"default.handlebars->39->1802",
39593
- "default.handlebars->39->1923",
39594
- "default.handlebars->39->2287",
39595
- "default.handlebars->39->2396",
39596
- "default.handlebars->39->2412",
39597
- "default.handlebars->39->2419",
39598
- "default.handlebars->39->2469",
39599
- "default.handlebars->39->2488",
39595
+ "default.handlebars->39->1927",
39596
+ "default.handlebars->39->2291",
39597
+ "default.handlebars->39->2400",
39598
+ "default.handlebars->39->2416",
39599
+ "default.handlebars->39->2423",
39600
+ "default.handlebars->39->2473",
39601
+ "default.handlebars->39->2492",
39602
"default.handlebars->39->300",
39603
"default.handlebars->39->754",
39604
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3",
@@ -39651,7 +39653,7 @@
39653
"zh-cht": "名稱1,名稱2,名稱3",
39654
"da": "Navn1, Navn2, Navn3",
39655
"xloc": [
39654
- "default.handlebars->39->2377"
39656
+ "default.handlebars->39->2381"
39657
]
39658
},
39659
{
@@ -39852,7 +39854,7 @@
39854
"zh-cht": "生成新的2FA備份代碼",
39855
"da": "Nye 2FA backup koder genereret",
39856
"xloc": [
39855
- "default.handlebars->39->2214"
39857
+ "default.handlebars->39->2218"
39858
]
39859
},
39860
{
@@ -39877,7 +39879,7 @@
39879
"da": "Ny konto",
39880
"xloc": [
39881
"default-mobile.handlebars->11->695",
39880
- "default.handlebars->39->2732"
39882
+ "default.handlebars->39->2736"
39883
]
39884
},
39885
{
@@ -39983,7 +39985,7 @@
39985
"default-mobile.handlebars->11->144",
39986
"default-mobile.handlebars->11->475",
39987
"default.handlebars->39->1311",
39986
- "default.handlebars->39->2106",
39988
+ "default.handlebars->39->2110",
39989
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
39990
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
39991
"sharing.handlebars->11->59",
@@ -40088,8 +40090,8 @@
40090
"zh-cht": "新密碼*",
40091
"da": "Nyt kodeord*",
40092
"xloc": [
40091
- "default.handlebars->39->1901",
40092
- "default.handlebars->39->1902"
40093
+ "default.handlebars->39->1905",
40094
+ "default.handlebars->39->1906"
40095
]
40096
},
40097
{
@@ -40261,7 +40263,7 @@
40263
"zh-chs": "无座席控制台",
40264
"da": "Ingen agentkonsol",
40265
"xloc": [
40264
- "default.handlebars->39->2578"
40266
+ "default.handlebars->39->2582"
40267
]
40268
},
40269
{
@@ -40285,7 +40287,7 @@
40287
"zh-chs": "没有控制台",
40288
"da": "Ingen konsol",
40289
"xloc": [
40288
- "default.handlebars->39->2509"
40290
+ "default.handlebars->39->2513"
40291
]
40292
},
40293
{
@@ -40338,8 +40340,8 @@
40340
"zh-cht": "沒有桌面",
40341
"da": "Ingen skrivbord",
40342
"xloc": [
40341
- "default.handlebars->39->2009",
40342
- "default.handlebars->39->2505",
40343
+ "default.handlebars->39->2013",
40344
+ "default.handlebars->39->2509",
40345
"default.handlebars->39->969",
40346
"default.handlebars->39->991"
40347
]
@@ -40366,8 +40368,8 @@
40368
"zh-cht": "不能訪問桌面",
40369
"da": "Ingen skrivbordsadgang",
40370
"xloc": [
40369
- "default.handlebars->39->1969",
40370
- "default.handlebars->39->2574"
40371
+ "default.handlebars->39->1973",
40372
+ "default.handlebars->39->2578"
40373
]
40374
},
40375
{
@@ -40414,8 +40416,8 @@
40416
"da": "Ingen begivenheder fundet",
40417
"xloc": [
40418
"default.handlebars->39->1347",
40417
- "default.handlebars->39->2263",
40418
- "default.handlebars->39->2640"
40419
+ "default.handlebars->39->2267",
40420
+ "default.handlebars->39->2644"
40421
]
40422
},
40423
{
@@ -40441,8 +40443,8 @@
40443
"da": "Ingen filadgang",
40444
"xloc": [
40445
"default-mobile.handlebars->11->652",
40444
- "default.handlebars->39->1971",
40445
- "default.handlebars->39->2577"
40446
+ "default.handlebars->39->1975",
40447
+ "default.handlebars->39->2581"
40448
]
40449
},
40450
{
@@ -40468,8 +40470,8 @@
40470
"da": "Ingen filer",
40471
"xloc": [
40472
"default-mobile.handlebars->11->675",
40471
- "default.handlebars->39->2011",
40472
- "default.handlebars->39->2508",
40473
+ "default.handlebars->39->2015",
40474
+ "default.handlebars->39->2512",
40475
"default.handlebars->39->966",
40476
"default.handlebars->39->988"
40477
]
@@ -40524,8 +40526,8 @@
40526
"xloc": [
40527
"default-mobile.handlebars->11->653",
40528
"default-mobile.handlebars->11->676",
40527
- "default.handlebars->39->1972",
40528
- "default.handlebars->39->2012"
40529
+ "default.handlebars->39->1976",
40530
+ "default.handlebars->39->2016"
40531
]
40532
},
40533
{
@@ -40646,7 +40648,7 @@
40648
"zh-cht": "沒有成員",
40649
"da": "Ingen medlemmar",
40650
"xloc": [
40649
- "default.handlebars->39->2449"
40651
+ "default.handlebars->39->2453"
40652
]
40653
},
40654
{
@@ -40671,7 +40673,7 @@
40673
"zh-cht": "沒有新的裝置群",
40674
"da": "Ingen nye enhedsgrupper",
40675
"xloc": [
40674
- "default.handlebars->39->2390"
40676
+ "default.handlebars->39->2394"
40677
]
40678
},
40679
{
@@ -40682,7 +40684,7 @@
40684
"pl": "Brak Nowych Urządzeń",
40685
"da": "Ingen nye enheder",
40686
"xloc": [
40685
- "default.handlebars->39->2391"
40687
+ "default.handlebars->39->2395"
40688
]
40689
},
40690
{
@@ -40708,7 +40710,7 @@
40710
"da": "Ingen politik",
40711
"xloc": [
40712
"default.handlebars->39->1839",
40711
- "default.handlebars->39->1892"
40713
+ "default.handlebars->39->1896"
40714
]
40715
},
40716
{
@@ -40741,8 +40743,8 @@
40743
"pt-br": "Sem Comando Remoto",
40744
"da": "Ingen fjernkommando",
40745
"xloc": [
40744
- "default.handlebars->39->2511",
40745
- "default.handlebars->39->2580"
40746
+ "default.handlebars->39->2515",
40747
+ "default.handlebars->39->2584"
40748
]
40749
},
40750
{
@@ -40754,8 +40756,8 @@
40756
"pt-br": "Sem Controle Remoto",
40757
"da": "Ingen fjernadgang",
40758
"xloc": [
40757
- "default.handlebars->39->2504",
40758
- "default.handlebars->39->2573"
40759
+ "default.handlebars->39->2508",
40760
+ "default.handlebars->39->2577"
40761
]
40762
},
40763
{
@@ -40767,8 +40769,8 @@
40769
"pt-br": "Sem Resetar/Desligar",
40770
"da": "Ingen Reset/Off",
40771
"xloc": [
40770
- "default.handlebars->39->2513",
40771
- "default.handlebars->39->2582"
40772
+ "default.handlebars->39->2517",
40773
+ "default.handlebars->39->2586"
40774
]
40775
},
40776
{
@@ -40798,7 +40800,7 @@
40800
"default-mobile.handlebars->11->683",
40801
"default.handlebars->39->1003",
40802
"default.handlebars->39->1764",
40801
- "default.handlebars->39->2021",
40803
+ "default.handlebars->39->2025",
40804
"default.handlebars->39->981"
40805
]
40806
},
@@ -40873,8 +40875,8 @@
40875
"da": "Ingen Terminal",
40876
"xloc": [
40877
"default-mobile.handlebars->11->674",
40876
- "default.handlebars->39->2010",
40877
- "default.handlebars->39->2507",
40878
+ "default.handlebars->39->2014",
40879
+ "default.handlebars->39->2511",
40880
"default.handlebars->39->965",
40881
"default.handlebars->39->987"
40882
]
@@ -40902,8 +40904,8 @@
40904
"da": "Ingen Terminaladgang",
40905
"xloc": [
40906
"default-mobile.handlebars->11->651",
40905
- "default.handlebars->39->1970",
40906
- "default.handlebars->39->2576"
40907
+ "default.handlebars->39->1974",
40908
+ "default.handlebars->39->2580"
40909
]
40910
},
40911
{
@@ -40928,7 +40930,7 @@
40930
"zh-cht": "沒有工具(MeshCmd /路由器)",
40931
"da": "Ingen værktøjer (MeshCmd/router)",
40932
"xloc": [
40931
- "default.handlebars->39->2392"
40933
+ "default.handlebars->39->2396"
40934
]
40935
},
40936
{
@@ -40940,8 +40942,8 @@
40942
"pt-br": "Não desinstalar",
40943
"da": "Ingen afinstallation",
40944
"xloc": [
40943
- "default.handlebars->39->2510",
40944
- "default.handlebars->39->2579"
40945
+ "default.handlebars->39->2514",
40946
+ "default.handlebars->39->2583"
40947
]
40948
},
40949
{
@@ -40953,8 +40955,8 @@
40955
"pt-br": "Não acordar",
40956
"da": "Ingen Wake",
40957
"xloc": [
40956
- "default.handlebars->39->2512",
40957
- "default.handlebars->39->2581"
40958
+ "default.handlebars->39->2516",
40959
+ "default.handlebars->39->2585"
40960
]
40961
},
40962
{
@@ -41025,8 +41027,8 @@
41027
"zh-chs": "没有自动更新",
41028
"da": "Ingen automatisk opdatering",
41029
"xloc": [
41028
- "default.handlebars->39->2060",
41029
- "default.handlebars->39->2074"
41030
+ "default.handlebars->39->2064",
41031
+ "default.handlebars->39->2078"
41032
]
41033
},
41034
{
@@ -41051,8 +41053,8 @@
41053
"zh-cht": "沒有共同的裝置群",
41054
"da": "Ingen enhedsgrupper til fælles",
41055
"xloc": [
41054
- "default.handlebars->39->2455",
41055
- "default.handlebars->39->2608"
41056
+ "default.handlebars->39->2459",
41057
+ "default.handlebars->39->2612"
41058
]
41059
},
41060
{
@@ -41202,8 +41204,8 @@
41204
"zh-cht": "沒有共同的裝置",
41205
"da": "Ingen enheder til fælles",
41206
"xloc": [
41205
- "default.handlebars->39->2461",
41206
- "default.handlebars->39->2620"
41207
+ "default.handlebars->39->2465",
41208
+ "default.handlebars->39->2624"
41209
]
41210
},
41211
{
@@ -41253,7 +41255,7 @@
41255
"zh-cht": "該裝置群中沒有裝置。",
41256
"da": "Ingen enheder i denne enhedsgruppe.",
41257
"xloc": [
41256
- "default.handlebars->39->2078"
41258
+ "default.handlebars->39->2082"
41259
]
41260
},
41261
{
@@ -41381,7 +41383,7 @@
41383
"zh-cht": "找不到群組。",
41384
"da": "Ingen grupper fundet.",
41385
"xloc": [
41384
- "default.handlebars->39->2395"
41386
+ "default.handlebars->39->2399"
41387
]
41388
},
41389
{
@@ -41615,7 +41617,7 @@
41617
"da": "Intet telefonnummer til denne bruger",
41618
"xloc": [
41619
"default-mobile.handlebars->11->726",
41618
- "default.handlebars->39->2763"
41620
+ "default.handlebars->39->2767"
41621
]
41622
},
41623
{
@@ -41665,7 +41667,7 @@
41667
"zh-cht": "沒有錄音。",
41668
"da": "Ingen optagelser.",
41669
"xloc": [
41668
- "default.handlebars->39->2642"
41670
+ "default.handlebars->39->2646"
41671
]
41672
},
41673
{
@@ -41711,7 +41713,7 @@
41713
"zh-cht": "沒有伺服器權限",
41714
"da": "Ingen serverrettigheder",
41715
"xloc": [
41714
- "default.handlebars->39->2483"
41716
+ "default.handlebars->39->2487"
41717
]
41718
},
41719
{
@@ -41757,7 +41759,7 @@
41759
"zh-cht": "沒有用戶群成員身份",
41760
"da": "Ingen brugergruppemedlemskaber",
41761
"xloc": [
41760
- "default.handlebars->39->2614"
41762
+ "default.handlebars->39->2618"
41763
]
41764
},
41765
{
@@ -41782,7 +41784,7 @@
41784
"da": "Ingen brugerstyringsrettigheder",
41785
"xloc": [
41786
"default-mobile.handlebars->11->724",
41785
- "default.handlebars->39->2761"
41787
+ "default.handlebars->39->2765"
41788
]
41789
},
41790
{
@@ -41807,7 +41809,7 @@
41809
"zh-cht": "未找到相應的用戶。",
41810
"da": "Ingen brugere fundet.",
41811
"xloc": [
41810
- "default.handlebars->39->2295"
41812
+ "default.handlebars->39->2299"
41813
]
41814
},
41815
{
@@ -41949,21 +41951,21 @@
41951
"default.handlebars->39->1828",
41952
"default.handlebars->39->1835",
41953
"default.handlebars->39->1837",
41952
- "default.handlebars->39->1880",
41953
- "default.handlebars->39->2063",
41954
- "default.handlebars->39->2088",
41955
- "default.handlebars->39->2093",
41956
- "default.handlebars->39->2271",
41957
- "default.handlebars->39->2416",
41958
- "default.handlebars->39->2418",
41959
- "default.handlebars->39->2426",
41960
- "default.handlebars->39->2438",
41954
+ "default.handlebars->39->1884",
41955
+ "default.handlebars->39->2067",
41956
+ "default.handlebars->39->2092",
41957
+ "default.handlebars->39->2097",
41958
+ "default.handlebars->39->2275",
41959
+ "default.handlebars->39->2420",
41960
+ "default.handlebars->39->2422",
41961
+ "default.handlebars->39->2430",
41962
"default.handlebars->39->244",
41962
- "default.handlebars->39->2502",
41963
- "default.handlebars->39->2514",
41964
- "default.handlebars->39->2524",
41963
+ "default.handlebars->39->2442",
41964
+ "default.handlebars->39->2506",
41965
+ "default.handlebars->39->2518",
41966
"default.handlebars->39->2528",
41966
- "default.handlebars->39->2540",
41967
+ "default.handlebars->39->2532",
41968
+ "default.handlebars->39->2544",
41969
"default.handlebars->39->272",
41970
"default.handlebars->39->353",
41971
"default.handlebars->39->354",
@@ -42199,8 +42201,8 @@
42201
"zh-cht": "未連接",
42202
"da": "Ikke forbundet",
42203
"xloc": [
42202
- "default.handlebars->39->2054",
42203
- "default.handlebars->39->2067"
42204
+ "default.handlebars->39->2058",
42205
+ "default.handlebars->39->2071"
42206
]
42207
},
42208
{
@@ -42275,7 +42277,7 @@
42277
"zh-cht": "不在伺服器上",
42278
"da": "Ikke på serveren",
42279
"xloc": [
42278
- "default.handlebars->39->2664"
42280
+ "default.handlebars->39->2668"
42281
]
42282
},
42283
{
@@ -42300,8 +42302,8 @@
42302
"zh-cht": "沒有設置",
42303
"da": "Ikke indstillet",
42304
"xloc": [
42303
- "default.handlebars->39->2489",
42304
- "default.handlebars->39->2490"
42305
+ "default.handlebars->39->2493",
42306
+ "default.handlebars->39->2494"
42307
]
42308
},
42309
{
@@ -42326,7 +42328,7 @@
42328
"zh-cht": "未經審核的",
42329
"da": "Ikke verificeret",
42330
"xloc": [
42329
- "default.handlebars->39->2588"
42331
+ "default.handlebars->39->2592"
42332
]
42333
},
42334
{
@@ -42356,7 +42358,7 @@
42358
"default-mobile.handlebars->11->626",
42359
"default.handlebars->39->1007",
42360
"default.handlebars->39->1846",
42359
- "default.handlebars->39->2550",
42361
+ "default.handlebars->39->2554",
42362
"default.handlebars->39->865",
42363
"default.handlebars->39->975",
42364
"default.handlebars->39->997"
@@ -42410,7 +42412,7 @@
42412
"da": "Beskedindstillinger",
42413
"xloc": [
42414
"default.handlebars->39->1717",
42413
- "default.handlebars->39->2053",
42415
+ "default.handlebars->39->2057",
42416
"default.handlebars->39->962",
42417
"default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10"
42418
]
@@ -42531,7 +42533,7 @@
42533
"zh-cht": "通知",
42534
"da": "Giv besked",
42535
"xloc": [
42534
- "default.handlebars->39->2556",
42536
+ "default.handlebars->39->2560",
42537
"default.handlebars->39->269"
42538
]
42539
},
@@ -42582,9 +42584,9 @@
42584
"zh-cht": "通知使用者",
42585
"da": "Giv bruger besked",
42586
"xloc": [
42585
- "default.handlebars->39->1931",
42587
"default.handlebars->39->1935",
42587
- "default.handlebars->39->1938"
42588
+ "default.handlebars->39->1939",
42589
+ "default.handlebars->39->1942"
42590
]
42591
},
42592
{
@@ -42609,7 +42611,7 @@
42611
"zh-cht": "通知{0}",
42612
"da": "Giv besked til {0}",
42613
"xloc": [
42612
- "default.handlebars->39->2335"
42614
+ "default.handlebars->39->2339"
42615
]
42616
},
42617
{
@@ -42633,7 +42635,7 @@
42635
"zh-chs": "空值",
42636
"da": "Null",
42637
"xloc": [
42636
- "default.handlebars->39->2829"
42638
+ "default.handlebars->39->2833"
42639
]
42640
},
42641
{
@@ -42687,8 +42689,8 @@
42689
"default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5",
42690
"default-mobile.handlebars->dialog->idx_dlgButtonBar",
42691
"default.handlebars->39->1786",
42690
- "default.handlebars->39->2058",
42691
- "default.handlebars->39->2072",
42692
+ "default.handlebars->39->2062",
42693
+ "default.handlebars->39->2076",
42694
"default.handlebars->39->805",
42695
"default.handlebars->39->809",
42696
"default.handlebars->39->813",
@@ -42802,7 +42804,7 @@
42804
"da": "Opstod kl. {0}",
42805
"xloc": [
42806
"default-mobile.handlebars->11->692",
42805
- "default.handlebars->39->2729"
42807
+ "default.handlebars->39->2733"
42808
]
42809
},
42810
{
@@ -42864,7 +42866,7 @@
42866
"zh-cht": "離線用戶",
42867
"da": "Offline brugere",
42868
"xloc": [
42867
- "default.handlebars->39->2292"
42869
+ "default.handlebars->39->2296"
42870
]
42871
},
42872
{
@@ -42940,7 +42942,7 @@
42942
"zh-cht": "一天",
42943
"da": "En dag",
42944
"xloc": [
42943
- "default.handlebars->39->2268"
42945
+ "default.handlebars->39->2272"
42946
]
42947
},
42948
{
@@ -43018,7 +43020,7 @@
43020
"zh-cht": "在線用戶",
43021
"da": "Online brugere",
43022
"xloc": [
43021
- "default.handlebars->39->2291"
43023
+ "default.handlebars->39->2295"
43024
]
43025
},
43026
{
@@ -43042,7 +43044,7 @@
43044
"zh-chs": "只显示前 100 个用户",
43045
"da": "Vis kun de første 100 brugere",
43046
"xloc": [
43045
- "default.handlebars->39->2336"
43047
+ "default.handlebars->39->2340"
43048
]
43049
},
43050
{
@@ -43383,7 +43385,7 @@
43385
"zh-cht": "開場:{0}",
43386
"da": "Åbner: {0}",
43387
"xloc": [
43386
- "default.handlebars->39->2142"
43388
+ "default.handlebars->39->2146"
43389
]
43390
},
43391
{
@@ -43441,8 +43443,8 @@
43443
"xloc": [
43444
"default-mobile.handlebars->11->362",
43445
"default.handlebars->39->1076",
43444
- "default.handlebars->39->2319",
43445
- "default.handlebars->39->2403",
43446
+ "default.handlebars->39->2323",
43447
+ "default.handlebars->39->2407",
43448
"default.handlebars->39->631",
43449
"default.handlebars->39->651"
43450
]
@@ -43926,7 +43928,7 @@
43928
"zh-cht": "部分的",
43929
"da": "Delvis",
43930
"xloc": [
43929
- "default.handlebars->39->2307"
43931
+ "default.handlebars->39->2311"
43932
]
43933
},
43934
{
@@ -44022,7 +44024,7 @@
44024
"zh-cht": "部分權限",
44025
"da": "Delvise rettigheder",
44026
"xloc": [
44025
- "default.handlebars->39->2486"
44027
+ "default.handlebars->39->2490"
44028
]
44029
},
44030
{
@@ -44079,13 +44081,13 @@
44081
"default.handlebars->39->1261",
44082
"default.handlebars->39->1288",
44083
"default.handlebars->39->1754",
44082
- "default.handlebars->39->1898",
44083
- "default.handlebars->39->2365",
44084
- "default.handlebars->39->2366",
44085
- "default.handlebars->39->2520",
44086
- "default.handlebars->39->2522",
44087
- "default.handlebars->39->2593",
44088
- "default.handlebars->39->2594",
44084
+ "default.handlebars->39->1902",
44085
+ "default.handlebars->39->2369",
44086
+ "default.handlebars->39->2370",
44087
+ "default.handlebars->39->2524",
44088
+ "default.handlebars->39->2526",
44089
+ "default.handlebars->39->2597",
44090
+ "default.handlebars->39->2598",
44091
"default.handlebars->39->304",
44092
"default.handlebars->39->442",
44093
"login2.handlebars->centralTable->1->0->logincell->loginpanel->1->loginuserpassdiv->1->1->2->1",
@@ -44233,7 +44235,7 @@
44235
"da": "Adgangskode ændret.",
44236
"xloc": [
44237
"default-mobile.handlebars->11->720",
44236
- "default.handlebars->39->2757"
44238
+ "default.handlebars->39->2761"
44239
]
44240
},
44241
{
@@ -44284,7 +44286,7 @@
44286
"zh-cht": "密碼提示",
44287
"da": "Adgangskodetip",
44288
"xloc": [
44287
- "default.handlebars->39->2595"
44289
+ "default.handlebars->39->2599"
44290
]
44291
},
44292
{
@@ -44455,7 +44457,7 @@
44457
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
44458
"default.handlebars->39->1279",
44459
"default.handlebars->39->1325",
44458
- "default.handlebars->39->2115",
44460
+ "default.handlebars->39->2119",
44461
"default.handlebars->container->column_l->p12->termTable->1->1->4->1->3",
44462
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
44463
"default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3",
@@ -44991,7 +44993,7 @@
44993
"zh-cht": "執行電源操作= {0},強制執行= {1}",
44994
"da": "Udfører strømhandling={0}, tvunget={1}",
44995
"xloc": [
44994
- "default.handlebars->39->2147"
44996
+ "default.handlebars->39->2151"
44997
]
44998
},
44999
{
@@ -45016,7 +45018,7 @@
45018
"da": "Adgang nægtet",
45019
"xloc": [
45020
"default-mobile.handlebars->11->701",
45019
- "default.handlebars->39->2738"
45021
+ "default.handlebars->39->2742"
45022
]
45023
},
45024
{
@@ -45042,8 +45044,8 @@
45044
"da": "Tilladelser",
45045
"xloc": [
45046
"default-mobile.handlebars->11->686",
45045
- "default.handlebars->39->2024",
45046
- "default.handlebars->39->2290"
45047
+ "default.handlebars->39->2028",
45048
+ "default.handlebars->39->2294"
45049
]
45050
},
45051
{
@@ -45147,7 +45149,7 @@
45149
"default.handlebars->39->1459",
45150
"default.handlebars->39->1462",
45151
"default.handlebars->39->227",
45150
- "default.handlebars->39->2571"
45152
+ "default.handlebars->39->2575"
45153
]
45154
},
45155
{
@@ -45172,7 +45174,7 @@
45174
"zh-cht": "電話號碼",
45175
"da": "Telefonnummer",
45176
"xloc": [
45175
- "default.handlebars->39->2501"
45177
+ "default.handlebars->39->2505"
45178
]
45179
},
45180
{
@@ -45199,7 +45201,7 @@
45201
"xloc": [
45202
"default-mobile.handlebars->11->90",
45203
"default.handlebars->39->1461",
45202
- "default.handlebars->39->2570"
45204
+ "default.handlebars->39->2574"
45205
]
45206
},
45207
{
@@ -45424,7 +45426,7 @@
45426
"da": "Plugin handling",
45427
"xloc": [
45428
"default.handlebars->39->285",
45427
- "default.handlebars->39->2866"
45429
+ "default.handlebars->39->2870"
45430
]
45431
},
45432
{
@@ -45911,7 +45913,7 @@
45913
"zh-cht": "電源狀態",
45914
"da": "Driftstatus",
45915
"xloc": [
45914
- "default.handlebars->39->2065",
45916
+ "default.handlebars->39->2069",
45917
"default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1"
45918
]
45919
},
@@ -46081,7 +46083,7 @@
46083
"zh-cht": "存在於伺服器上",
46084
"da": "Findes på serveren",
46085
"xloc": [
46084
- "default.handlebars->39->2663"
46086
+ "default.handlebars->39->2667"
46087
]
46088
},
46089
{
@@ -46211,8 +46213,8 @@
46213
"default-mobile.handlebars->11->79",
46214
"default-mobile.handlebars->11->80",
46215
"default.handlebars->39->1454",
46214
- "default.handlebars->39->2565",
46215
- "default.handlebars->39->2591",
46216
+ "default.handlebars->39->2569",
46217
+ "default.handlebars->39->2595",
46218
"default.handlebars->39->297"
46219
]
46220
},
@@ -46504,7 +46506,7 @@
46506
"zh-cht": "處理控制台命令:“{0}”",
46507
"da": "Behandler konsolkommando: \\\"{0}\\\"",
46508
"xloc": [
46507
- "default.handlebars->39->2139"
46509
+ "default.handlebars->39->2143"
46510
]
46511
},
46512
{
@@ -46579,9 +46581,9 @@
46581
"zh-cht": "用戶同意提示",
46582
"da": "Bed om brugerens samtykke",
46583
"xloc": [
46582
- "default.handlebars->39->1932",
46584
"default.handlebars->39->1936",
46584
- "default.handlebars->39->1939"
46585
+ "default.handlebars->39->1940",
46586
+ "default.handlebars->39->1943"
46587
]
46588
},
46589
{
@@ -46606,7 +46608,7 @@
46608
"zh-cht": "協議",
46609
"da": "Protocol",
46610
"xloc": [
46609
- "default.handlebars->39->2661",
46611
+ "default.handlebars->39->2665",
46612
"player.handlebars->3->32"
46613
]
46614
},
@@ -46702,7 +46704,7 @@
46704
"da": "Public Link",
46705
"xloc": [
46706
"default-mobile.handlebars->11->139",
46705
- "default.handlebars->39->2100"
46707
+ "default.handlebars->39->2104"
46708
]
46709
},
46710
{
@@ -47220,7 +47222,7 @@
47222
"zh-cht": "RSS",
47223
"da": "RSS",
47224
"xloc": [
47223
- "default.handlebars->39->2825"
47225
+ "default.handlebars->39->2829"
47226
]
47227
},
47228
{
@@ -47270,7 +47272,7 @@
47272
"zh-cht": "隨機密碼",
47273
"da": "Tilfældig adgangskode",
47274
"xloc": [
47273
- "default.handlebars->39->1899"
47275
+ "default.handlebars->39->1903"
47276
]
47277
},
47278
{
@@ -47295,7 +47297,7 @@
47297
"zh-cht": "隨機密碼。",
47298
"da": "Tilfældig adgangskode.",
47299
"xloc": [
47298
- "default.handlebars->39->2367"
47300
+ "default.handlebars->39->2371"
47301
]
47302
},
47303
{
@@ -47376,9 +47378,9 @@
47378
"zh-cht": "真正的名字",
47379
"da": "Rigtige navn",
47380
"xloc": [
47379
- "default.handlebars->39->2498",
47380
- "default.handlebars->39->2500",
47381
- "default.handlebars->39->2584"
47381
+ "default.handlebars->39->2502",
47382
+ "default.handlebars->39->2504",
47383
+ "default.handlebars->39->2588"
47384
]
47385
},
47386
{
@@ -47403,7 +47405,7 @@
47405
"zh-cht": "境界",
47406
"da": "Realms",
47407
"xloc": [
47406
- "default.handlebars->39->2376"
47408
+ "default.handlebars->39->2380"
47409
]
47410
},
47411
{
@@ -47457,8 +47459,8 @@
47459
"da": "Optag sessioner",
47460
"xloc": [
47461
"default.handlebars->39->1814",
47460
- "default.handlebars->39->2425",
47461
- "default.handlebars->39->2503"
47462
+ "default.handlebars->39->2429",
47463
+ "default.handlebars->39->2507"
47464
]
47465
},
47466
{
@@ -47508,9 +47510,9 @@
47510
"zh-cht": "記錄會議",
47511
"da": "Optag sessioner",
47512
"xloc": [
47511
- "default.handlebars->39->1940",
47512
- "default.handlebars->39->2463",
47513
- "default.handlebars->39->2572"
47513
+ "default.handlebars->39->1944",
47514
+ "default.handlebars->39->2467",
47515
+ "default.handlebars->39->2576"
47516
]
47517
},
47518
{
@@ -47535,7 +47537,7 @@
47537
"zh-cht": "記錄細節",
47538
"da": "Optagelsesdetaljer",
47539
"xloc": [
47538
- "default.handlebars->39->2675"
47540
+ "default.handlebars->39->2679"
47541
]
47542
},
47543
{
@@ -47628,7 +47630,7 @@
47630
"default-mobile.handlebars->11->145",
47631
"default-mobile.handlebars->11->476",
47632
"default.handlebars->39->1312",
47631
- "default.handlebars->39->2107",
47633
+ "default.handlebars->39->2111",
47634
"sharing.handlebars->11->60"
47635
]
47636
},
@@ -47765,7 +47767,7 @@
47767
"da": "Relay",
47768
"xloc": [
47769
"default-mobile.handlebars->11->252",
47768
- "default.handlebars->39->2807",
47770
+ "default.handlebars->39->2811",
47771
"default.handlebars->39->368",
47772
"default.handlebars->39->609"
47773
]
@@ -47792,7 +47794,7 @@
47794
"zh-cht": "中繼數量",
47795
"da": "Antal Relays",
47796
"xloc": [
47795
- "default.handlebars->39->2792"
47797
+ "default.handlebars->39->2796"
47798
]
47799
},
47800
{
@@ -47838,7 +47840,7 @@
47840
"zh-cht": "中繼錯誤",
47841
"da": "Relay fejl",
47842
"xloc": [
47841
- "default.handlebars->39->2785"
47843
+ "default.handlebars->39->2789"
47844
]
47845
},
47846
{
@@ -47884,8 +47886,8 @@
47886
"zh-cht": "中繼連接",
47887
"da": "Relay sessioner",
47888
"xloc": [
47887
- "default.handlebars->39->2791",
47888
- "default.handlebars->39->2819"
47889
+ "default.handlebars->39->2795",
47890
+ "default.handlebars->39->2823"
47891
]
47892
},
47893
{
@@ -48155,7 +48157,7 @@
48157
"da": "Fjernkommandoer",
48158
"xloc": [
48159
"default-mobile.handlebars->11->661",
48158
- "default.handlebars->39->1980"
48160
+ "default.handlebars->39->1984"
48161
]
48162
},
48163
{
@@ -48184,8 +48186,8 @@
48186
"default-mobile.handlebars->11->329",
48187
"default-mobile.handlebars->11->648",
48188
"default-mobile.handlebars->11->668",
48187
- "default.handlebars->39->1965",
48188
- "default.handlebars->39->2003",
48189
+ "default.handlebars->39->1969",
48190
+ "default.handlebars->39->2007",
48191
"default.handlebars->39->879",
48192
"default.handlebars->39->880"
48193
]
@@ -48312,8 +48314,8 @@
48314
"zh-cht": "遠程桌面連接欄已激活/更新",
48315
"da": "Remote Desktop Connection Bar aktiveret/opdateret",
48316
"xloc": [
48315
- "default.handlebars->39->2153",
48316
- "default.handlebars->39->2159"
48317
+ "default.handlebars->39->2157",
48318
+ "default.handlebars->39->2163"
48319
]
48320
},
48321
{
@@ -48338,7 +48340,7 @@
48340
"zh-cht": "遠程桌面連接欄失敗或不受支持",
48341
"da": "Anslutningsfältet för fjärrskrivbord misslyckades eller stöds inte",
48342
"xloc": [
48341
- "default.handlebars->39->2154"
48343
+ "default.handlebars->39->2158"
48344
]
48345
},
48346
{
@@ -48363,7 +48365,7 @@
48365
"zh-cht": "遠程桌面連接欄失敗或不受支持",
48366
"da": "Forbindelseslinje til fjernskrivebord mislykkedes eller understøttes ikke",
48367
"xloc": [
48366
- "default.handlebars->39->2160"
48368
+ "default.handlebars->39->2164"
48369
]
48370
},
48371
{
@@ -48388,9 +48390,9 @@
48390
"zh-cht": "本地用戶強行關閉了遠程桌面連接",
48391
"da": "Fjernskrivebordsforbindelse tvangslukket af lokal bruger",
48392
"xloc": [
48391
- "default.handlebars->39->2151",
48393
"default.handlebars->39->2155",
48393
- "default.handlebars->39->2161"
48394
+ "default.handlebars->39->2159",
48395
+ "default.handlebars->39->2165"
48396
]
48397
},
48398
{
@@ -48734,7 +48736,7 @@
48736
"zh-chs": "远程会话",
48737
"da": "Fjernsessioner",
48738
"xloc": [
48737
- "default.handlebars->39->2677"
48739
+ "default.handlebars->39->2681"
48740
]
48741
},
48742
{
@@ -48874,9 +48876,9 @@
48876
"xloc": [
48877
"default-mobile.handlebars->11->649",
48878
"default-mobile.handlebars->11->673",
48877
- "default.handlebars->39->1966",
48878
- "default.handlebars->39->2008",
48879
- "default.handlebars->39->2575"
48879
+ "default.handlebars->39->1970",
48880
+ "default.handlebars->39->2012",
48881
+ "default.handlebars->39->2579"
48882
]
48883
},
48884
{
@@ -49137,8 +49139,8 @@
49139
"zh-cht": "刪除裝置群權限",
49140
"da": "Fjern enhedsgruppetilladelser",
49141
"xloc": [
49140
- "default.handlebars->39->2467",
49141
- "default.handlebars->39->2636"
49142
+ "default.handlebars->39->2471",
49143
+ "default.handlebars->39->2640"
49144
]
49145
},
49146
{
@@ -49163,8 +49165,8 @@
49165
"zh-cht": "刪除裝置權限",
49166
"da": "Fjern enhedstilladelser",
49167
"xloc": [
49166
- "default.handlebars->39->2465",
49167
- "default.handlebars->39->2623"
49168
+ "default.handlebars->39->2469",
49169
+ "default.handlebars->39->2627"
49170
]
49171
},
49172
{
@@ -49189,7 +49191,7 @@
49191
"zh-cht": "刪除設備共享",
49192
"da": "Fjern enhedsdeling",
49193
"xloc": [
49192
- "default.handlebars->39->2621"
49194
+ "default.handlebars->39->2625"
49195
]
49196
},
49197
{
@@ -49260,7 +49262,7 @@
49262
"zh-cht": "刪除用戶群成員身份",
49263
"da": "Fjern brugergruppemedlemskab",
49264
"xloc": [
49263
- "default.handlebars->39->2632"
49265
+ "default.handlebars->39->2636"
49266
]
49267
},
49268
{
@@ -49285,8 +49287,8 @@
49287
"zh-cht": "刪除用戶群權限",
49288
"da": "Fjern brugergruppetilladelser",
49289
"xloc": [
49288
- "default.handlebars->39->2029",
49289
- "default.handlebars->39->2628"
49290
+ "default.handlebars->39->2033",
49291
+ "default.handlebars->39->2632"
49292
]
49293
},
49294
{
@@ -49311,7 +49313,7 @@
49313
"zh-cht": "刪除用戶成員資格",
49314
"da": "Fjern brugermedlemskab",
49315
"xloc": [
49314
- "default.handlebars->39->2475"
49316
+ "default.handlebars->39->2479"
49317
]
49318
},
49319
{
@@ -49336,8 +49338,8 @@
49338
"zh-cht": "刪除用戶權限",
49339
"da": "Fjern brugertilladelser",
49340
"xloc": [
49339
- "default.handlebars->39->2027",
49340
- "default.handlebars->39->2625"
49341
+ "default.handlebars->39->2031",
49342
+ "default.handlebars->39->2629"
49343
]
49344
},
49345
{
@@ -49362,7 +49364,7 @@
49364
"zh-cht": "刪除所有二因子鑑別。",
49365
"da": "Fjern al 2. faktor-godkendelse.",
49366
"xloc": [
49365
- "default.handlebars->39->2598"
49367
+ "default.handlebars->39->2602"
49368
]
49369
},
49370
{
@@ -49387,7 +49389,7 @@
49389
"zh-cht": "刪除此用戶標識的所有先前事件。",
49390
"da": "Fjern alle tidligere hændelser for dette bruger-id.",
49391
"xloc": [
49390
- "default.handlebars->39->2368"
49392
+ "default.handlebars->39->2372"
49393
]
49394
},
49395
{
@@ -49412,7 +49414,7 @@
49414
"zh-cht": "斷開連接後删除裝置",
49415
"da": "Fjern enheden ved frakobling",
49416
"xloc": [
49415
- "default.handlebars->39->1943"
49417
+ "default.handlebars->39->1947"
49418
]
49419
},
49420
{
@@ -49612,7 +49614,7 @@
49614
"zh-cht": "刪除此用戶",
49615
"da": "Fjern denne bruger",
49616
"xloc": [
49615
- "default.handlebars->39->2560"
49617
+ "default.handlebars->39->2564"
49618
]
49619
},
49620
{
@@ -49637,7 +49639,7 @@
49639
"zh-cht": "刪除用戶群成員身份",
49640
"da": "Fjern brugergruppe medlemskab",
49641
"xloc": [
49640
- "default.handlebars->39->2612"
49642
+ "default.handlebars->39->2616"
49643
]
49644
},
49645
{
@@ -49662,7 +49664,7 @@
49664
"zh-cht": "刪除此裝置的用戶群權限",
49665
"da": "Fjern brugergrupperettigheder til denne enhed",
49666
"xloc": [
49665
- "default.handlebars->39->2459"
49667
+ "default.handlebars->39->2463"
49668
]
49669
},
49670
{
@@ -49687,7 +49689,7 @@
49689
"zh-cht": "刪除此裝置群的用戶群權限",
49690
"da": "Fjern brugergrupperettigheder til denne enhedsgruppe",
49691
"xloc": [
49690
- "default.handlebars->39->2453",
49692
+ "default.handlebars->39->2457",
49693
"default.handlebars->39->926"
49694
]
49695
},
@@ -49714,9 +49716,9 @@
49716
"da": "Fjern brugerrettigheder til denne enhedsgruppe",
49717
"xloc": [
49718
"default.handlebars->39->1859",
49717
- "default.handlebars->39->2447",
49718
- "default.handlebars->39->2606",
49719
- "default.handlebars->39->2618",
49719
+ "default.handlebars->39->2451",
49720
+ "default.handlebars->39->2610",
49721
+ "default.handlebars->39->2622",
49722
"default.handlebars->39->927"
49723
]
49724
},
@@ -49749,7 +49751,7 @@
49751
"pl": "Usunięto nazwę wyświetlania konta.",
49752
"da": "Fjernet kontovisningsnavn.",
49753
"xloc": [
49752
- "default.handlebars->39->2251"
49754
+ "default.handlebars->39->2255"
49755
]
49756
},
49757
{
@@ -49774,7 +49776,7 @@
49776
"zh-cht": "刪除身份驗證應用程序",
49777
"da": "Fjernet godkendelsesapplikation",
49778
"xloc": [
49777
- "default.handlebars->39->2213"
49779
+ "default.handlebars->39->2217"
49780
]
49781
},
49782
{
@@ -49799,7 +49801,7 @@
49801
"zh-cht": "刪除的設備共享{0}",
49802
"da": "Fjernet enhedsdeling {0}",
49803
"xloc": [
49802
- "default.handlebars->39->2224"
49804
+ "default.handlebars->39->2228"
49805
]
49806
},
49807
{
@@ -49824,7 +49826,7 @@
49826
"zh-cht": "從設備組{1}中刪除了設備{0}",
49827
"da": "Fjernede enhed {0} fra enhedsgruppe {1}",
49828
"xloc": [
49827
- "default.handlebars->39->2209"
49829
+ "default.handlebars->39->2213"
49830
]
49831
},
49832
{
@@ -49848,7 +49850,7 @@
49850
"zh-chs": "删除了登录令牌",
49851
"da": "Fjernet login-token",
49852
"xloc": [
49851
- "default.handlebars->39->2238"
49853
+ "default.handlebars->39->2242"
49854
]
49855
},
49856
{
@@ -49873,7 +49875,7 @@
This file is too large to show in full.