From 82c70659b8d1e53ed45c8ac38c0d71066a5c08c4 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Thu, 22 Feb 2024 17:55:48 +0000 Subject: [PATCH] show cd-rom as volume Signed-off-by: si458 --- agents/meshcore.js | 1 + .../modules_meshcore/computer-identifiers.js | 3 +- translate/translate.json | 3579 +++++++++-------- views/default-mobile.handlebars | 5 +- views/default.handlebars | 5 +- 5 files changed, 1804 insertions(+), 1789 deletions(-) diff --git a/agents/meshcore.js b/agents/meshcore.js index 7e8d2ad7..9f7c1475 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -5727,6 +5727,7 @@ function cleanGetBitLockerVolumeInfo(volumes) { if (v.identifier == '') { delete v.identifier; } if (v.name == '') { delete v.name; } if (v.removable != true) { delete v.removable; } + if (v.cdrom != true) { delete v.cdrom; } if (v.protectionStatus == 'On') { v.protectionStatus = true; } else { delete v.protectionStatus; } if (v.volumeStatus == 'FullyDecrypted') { delete v.volumeStatus; } if (v.recoveryPassword == '') { delete v.recoveryPassword; } diff --git a/agents/modules_meshcore/computer-identifiers.js b/agents/modules_meshcore/computer-identifiers.js index 55f49ac7..fce89a35 100644 --- a/agents/modules_meshcore/computer-identifiers.js +++ b/agents/modules_meshcore/computer-identifiers.js @@ -408,7 +408,8 @@ function windows_volumes() type: tokens[2].split('"')[1], size: tokens[3].split('"')[1], sizeremaining: tokens[4].split('"')[1], - removable: tokens[5].split('"')[1] == 'Removable' + removable: tokens[5].split('"')[1] == 'Removable', + cdrom: tokens[5].split('"')[1] == 'CD-ROM' }; } } diff --git a/translate/translate.json b/translate/translate.json index 03da56cd..339be877 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -54,8 +54,8 @@ "zh-cht": " + CIRA", "hu": " + CIRA", "xloc": [ - "default.handlebars->47->2133", - "default.handlebars->47->2135" + "default.handlebars->47->2134", + "default.handlebars->47->2136" ] }, { @@ -328,7 +328,7 @@ "zh-cht": " 可以使用密碼提示,但不建議使用。", "hu": "Jelszó tipp használható, de nem ajánlott.", "xloc": [ - "default.handlebars->47->2009" + "default.handlebars->47->2010" ] }, { @@ -355,8 +355,8 @@ "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "hu": " A felhasználóknak egyszer be kell jelentkezniük erre a kiszolgálóra, mielőtt hozzáadhatók lennének egy eszközcsoporthoz.", "xloc": [ - "default.handlebars->47->2257", - "default.handlebars->47->2829" + "default.handlebars->47->2258", + "default.handlebars->47->2830" ] }, { @@ -936,7 +936,7 @@ "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "hu": "* 8 karakter, 1 nagybetű, 1 kisbetű , 1 szám, 1 speciális karakter.", "xloc": [ - "default.handlebars->47->2217", + "default.handlebars->47->2218", "default.handlebars->47->526" ] }, @@ -1040,12 +1040,12 @@ "default-mobile.handlebars->11->781", "default-mobile.handlebars->11->783", "default-mobile.handlebars->11->785", - "default-mobile.handlebars->11->964", + "default-mobile.handlebars->11->965", "default.handlebars->47->1600", "default.handlebars->47->1602", "default.handlebars->47->1604", - "default.handlebars->47->2333", - "default.handlebars->47->2609", + "default.handlebars->47->2334", + "default.handlebars->47->2610", "default.handlebars->47->981" ] }, @@ -1206,8 +1206,8 @@ "zh-cht": ",MQTT在線", "hu": ", MQTT online", "xloc": [ - "default-mobile.handlebars->11->867", - "default.handlebars->47->1687" + "default-mobile.handlebars->11->868", + "default.handlebars->47->1688" ] }, { @@ -1235,7 +1235,7 @@ "hu": ", Nincs hozzájárulás", "xloc": [ "default.handlebars->47->1076", - "default.handlebars->47->2175" + "default.handlebars->47->2176" ] }, { @@ -1263,7 +1263,7 @@ "hu": ", Hozzájárulás kérése a kapcsolódáshoz", "xloc": [ "default.handlebars->47->1077", - "default.handlebars->47->2176" + "default.handlebars->47->2177" ] }, { @@ -1318,7 +1318,7 @@ "hu": ", naponta ismétlődően", "xloc": [ "default.handlebars->47->1073", - "default.handlebars->47->2172" + "default.handlebars->47->2173" ] }, { @@ -1346,7 +1346,7 @@ "hu": ", hetente ismétlődően", "xloc": [ "default.handlebars->47->1074", - "default.handlebars->47->2173" + "default.handlebars->47->2174" ] }, { @@ -1508,7 +1508,7 @@ "hu": ", Tálca értesítés", "xloc": [ "default.handlebars->47->1078", - "default.handlebars->47->2177" + "default.handlebars->47->2178" ] }, { @@ -1560,7 +1560,7 @@ "hu": ", csak megtekintés", "xloc": [ "default.handlebars->47->1075", - "default.handlebars->47->2174" + "default.handlebars->47->2175" ] }, { @@ -1920,8 +1920,8 @@ "default-mobile.handlebars->11->346", "default-mobile.handlebars->11->686", "default.handlebars->47->1500", - "default.handlebars->47->2399", - "default.handlebars->47->3065", + "default.handlebars->47->2400", + "default.handlebars->47->3066", "sharing.handlebars->11->50" ] }, @@ -2099,7 +2099,7 @@ "zh-cht": "1個活躍時段", "hu": "1 aktív munkamenet", "xloc": [ - "default.handlebars->47->2923" + "default.handlebars->47->2924" ] }, { @@ -2126,9 +2126,9 @@ "zh-cht": "1個位元組", "hu": "1 byte", "xloc": [ - "default-mobile.handlebars->11->1008", + "default-mobile.handlebars->11->1009", "default-mobile.handlebars->11->356", - "default.handlebars->47->2423", + "default.handlebars->47->2424", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -2242,7 +2242,7 @@ "zh-cht": "1群", "hu": "1 csoport", "xloc": [ - "default.handlebars->47->2879" + "default.handlebars->47->2880" ] }, { @@ -2299,7 +2299,7 @@ "hu": "1 perc", "xloc": [ "default.handlebars->47->1185", - "default.handlebars->47->1974" + "default.handlebars->47->1975" ] }, { @@ -2382,7 +2382,7 @@ "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "hu": "1 további felhasználó nem jelenik meg, használja a keresőmezőt a felhasználók kereséséhez...", "xloc": [ - "default.handlebars->47->2641" + "default.handlebars->47->2642" ] }, { @@ -2600,7 +2600,7 @@ "default-mobile.handlebars->11->425", "default-mobile.handlebars->11->429", "default-mobile.handlebars->11->433", - "default.handlebars->47->2645", + "default.handlebars->47->2646", "default.handlebars->47->444", "default.handlebars->47->447", "default.handlebars->47->451", @@ -2803,7 +2803,7 @@ "hu": "10 perc", "xloc": [ "default.handlebars->47->1187", - "default.handlebars->47->1976" + "default.handlebars->47->1977" ] }, { @@ -3024,7 +3024,7 @@ "hu": "12 óra", "xloc": [ "default.handlebars->47->1195", - "default.handlebars->47->1984" + "default.handlebars->47->1985" ] }, { @@ -3213,7 +3213,7 @@ "hu": "15 perc", "xloc": [ "default.handlebars->47->1188", - "default.handlebars->47->1977" + "default.handlebars->47->1978" ] }, { @@ -3241,7 +3241,7 @@ "hu": "12 óra", "xloc": [ "default.handlebars->47->1196", - "default.handlebars->47->1985" + "default.handlebars->47->1986" ] }, { @@ -3458,7 +3458,7 @@ "hu": "2 nap", "xloc": [ "default.handlebars->47->1198", - "default.handlebars->47->1987" + "default.handlebars->47->1988" ] }, { @@ -3486,7 +3486,7 @@ "hu": "2 óra", "xloc": [ "default.handlebars->47->1192", - "default.handlebars->47->1981" + "default.handlebars->47->1982" ] }, { @@ -3680,7 +3680,7 @@ "hu": "24 óra", "xloc": [ "default.handlebars->47->1197", - "default.handlebars->47->1986" + "default.handlebars->47->1987" ] }, { @@ -3760,7 +3760,7 @@ "zh-cht": "2FA備份代碼已清除", "hu": "2FA biztonsági kódok törölve", "xloc": [ - "default.handlebars->47->2536" + "default.handlebars->47->2537" ] }, { @@ -3815,7 +3815,7 @@ "zh-cht": "第二個因素", "hu": "2. faktor", "xloc": [ - "default.handlebars->47->3102" + "default.handlebars->47->3103" ] }, { @@ -3842,8 +3842,8 @@ "zh-cht": "啟用第二因素身份驗證", "hu": "2. faktoros hitelesítés engedélyezve", "xloc": [ - "default.handlebars->47->2659", - "default.handlebars->47->2904" + "default.handlebars->47->2660", + "default.handlebars->47->2905" ] }, { @@ -4004,7 +4004,7 @@ "hu": "30 perc", "xloc": [ "default.handlebars->47->1189", - "default.handlebars->47->1978" + "default.handlebars->47->1979" ] }, { @@ -4116,7 +4116,7 @@ "hu": "4 nap", "xloc": [ "default.handlebars->47->1199", - "default.handlebars->47->1988" + "default.handlebars->47->1989" ] }, { @@ -4144,7 +4144,7 @@ "hu": "4 óra", "xloc": [ "default.handlebars->47->1193", - "default.handlebars->47->1982" + "default.handlebars->47->1983" ] }, { @@ -4283,7 +4283,7 @@ "hu": "45 perc", "xloc": [ "default.handlebars->47->1190", - "default.handlebars->47->1979" + "default.handlebars->47->1980" ] }, { @@ -4338,7 +4338,7 @@ "hu": "5 perc", "xloc": [ "default.handlebars->47->1186", - "default.handlebars->47->1975" + "default.handlebars->47->1976" ] }, { @@ -4535,7 +4535,7 @@ "hu": "60 perc", "xloc": [ "default.handlebars->47->1191", - "default.handlebars->47->1980" + "default.handlebars->47->1981" ] }, { @@ -4829,7 +4829,7 @@ "zh-cht": "7天", "hu": "7 nap", "xloc": [ - "default.handlebars->47->1989" + "default.handlebars->47->1990" ] }, { @@ -4914,7 +4914,7 @@ "hu": "8 óra", "xloc": [ "default.handlebars->47->1194", - "default.handlebars->47->1983", + "default.handlebars->47->1984", "default.handlebars->47->554", "default.handlebars->47->568" ] @@ -5375,7 +5375,7 @@ "hu": "ACM", "xloc": [ "default-mobile.handlebars->11->504", - "default.handlebars->47->2153", + "default.handlebars->47->2154", "default.handlebars->47->432", "default.handlebars->47->890" ] @@ -5494,7 +5494,7 @@ "zh-cht": "AMT操作系統", "hu": "AMT-OS", "xloc": [ - "default.handlebars->47->3247" + "default.handlebars->47->3248" ] }, { @@ -5521,7 +5521,7 @@ "zh-cht": "AMT-Redir", "hu": "AMT-Redir", "xloc": [ - "default.handlebars->47->3109" + "default.handlebars->47->3110" ] }, { @@ -5548,7 +5548,7 @@ "zh-cht": "AMT-WSMAN", "hu": "AMT-WSMAN", "xloc": [ - "default.handlebars->47->3108" + "default.handlebars->47->3109" ] }, { @@ -5563,7 +5563,7 @@ "nl": "APK versie van de MeshAgent", "pl": "Wersja APK MeshAgent", "xloc": [ - "default-mobile.handlebars->11->917", + "default-mobile.handlebars->11->918", "default.handlebars->47->635" ] }, @@ -5770,8 +5770,8 @@ "zh-cht": "拒絕存取", "hu": "Hozzáférés megtagadva", "xloc": [ - "default-mobile.handlebars->11->868", - "default.handlebars->47->1688" + "default-mobile.handlebars->11->869", + "default.handlebars->47->1689" ] }, { @@ -5854,7 +5854,7 @@ "zh-cht": "存取伺服器檔案", "hu": "Hozzáférés a kiszolgálófájlokhoz", "xloc": [ - "default.handlebars->47->2835" + "default.handlebars->47->2836" ] }, { @@ -5971,9 +5971,9 @@ "default-mobile.handlebars->11->471", "default-mobile.handlebars->11->473", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->47->2018", - "default.handlebars->47->2020", - "default.handlebars->47->3301", + "default.handlebars->47->2019", + "default.handlebars->47->2021", + "default.handlebars->47->3302", "default.handlebars->47->850", "default.handlebars->47->852" ] @@ -6002,8 +6002,8 @@ "zh-cht": "帳號設定", "hu": "Fiókbeállítások", "xloc": [ - "default-mobile.handlebars->11->975", - "default.handlebars->47->3172" + "default-mobile.handlebars->11->976", + "default.handlebars->47->3173" ] }, { @@ -6069,7 +6069,7 @@ "fr": "Compte modifié pour se synchroniser avec les données LDAP.", "hu": "Fiók megváltozott: LDAP-adatokkal való szinkronizálás.", "xloc": [ - "default.handlebars->47->2597" + "default.handlebars->47->2598" ] }, { @@ -6096,7 +6096,7 @@ "zh-cht": "帳戶已更改:{0}", "hu": "Fiók megváltozott: {0}", "xloc": [ - "default.handlebars->47->2509" + "default.handlebars->47->2510" ] }, { @@ -6123,7 +6123,7 @@ "zh-cht": "創建帳戶,電子郵件為{0}", "hu": "Fiók létrehozva, az e-mail címe {0} ", "xloc": [ - "default.handlebars->47->2508" + "default.handlebars->47->2509" ] }, { @@ -6150,7 +6150,7 @@ "zh-cht": "已創建帳戶,名稱為 {0}。", "hu": "Fiók létrehozva, név: {0}. ", "xloc": [ - "default.handlebars->47->2571" + "default.handlebars->47->2572" ] }, { @@ -6177,7 +6177,7 @@ "zh-cht": "帳戶已創建,用戶名是{0}", "hu": "Fiók létrehozva, felhasználónév {0} ", "xloc": [ - "default.handlebars->47->2507" + "default.handlebars->47->2508" ] }, { @@ -6206,8 +6206,8 @@ "xloc": [ "default-mobile.handlebars->11->66", "default.handlebars->47->210", - "default.handlebars->47->2661", - "default.handlebars->47->2832" + "default.handlebars->47->2662", + "default.handlebars->47->2833" ] }, { @@ -6234,8 +6234,8 @@ "zh-cht": "達到帳戶限制。", "hu": "Elérte a fiókkorlátot.", "xloc": [ - "default-mobile.handlebars->11->987", - "default.handlebars->47->3184", + "default-mobile.handlebars->11->988", + "default.handlebars->47->3185", "login-mobile.handlebars->5->6", "login.handlebars->5->8", "login2.handlebars->7->207" @@ -6294,7 +6294,7 @@ "zh-cht": "帳號登錄", "hu": "Bejelentkezés a fiókba", "xloc": [ - "default.handlebars->47->2444" + "default.handlebars->47->2445" ] }, { @@ -6321,7 +6321,7 @@ "zh-cht": "從 {0}、{1}、{2} 登錄帳戶", "hu": "Bejelentkezés a fiókba innen: {0}, {1}, {2}", "xloc": [ - "default.handlebars->47->2550" + "default.handlebars->47->2551" ] }, { @@ -6332,7 +6332,7 @@ "fr": "Enregistrements des jetons de connexion au compte", "hu": "Fiók bejelentkezési token rekordok", "xloc": [ - "default.handlebars->47->3151" + "default.handlebars->47->3152" ] }, { @@ -6359,7 +6359,7 @@ "zh-cht": "帳戶登出", "hu": "Fiók kijelentkezés", "xloc": [ - "default.handlebars->47->2445" + "default.handlebars->47->2446" ] }, { @@ -6415,7 +6415,7 @@ "zh-cht": "帳戶密碼已更改:{0}", "hu": "Fiók jelszava megváltozott: {0}", "xloc": [ - "default.handlebars->47->2517" + "default.handlebars->47->2518" ] }, { @@ -6442,7 +6442,7 @@ "zh-cht": "帳戶已刪除", "hu": "Fiók eltávolítva", "xloc": [ - "default.handlebars->47->2506" + "default.handlebars->47->2507" ] }, { @@ -6496,8 +6496,8 @@ "zh-cht": "指令", "hu": "Művelet", "xloc": [ - "default-mobile.handlebars->11->874", - "default.handlebars->47->1694", + "default-mobile.handlebars->11->875", + "default.handlebars->47->1695", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -6668,7 +6668,7 @@ "zh-cht": "如果ACM失敗,則激活到CCM", "hu": "Aktiválja a CCM-et, ha az ACM meghiúsul", "xloc": [ - "default.handlebars->47->2208" + "default.handlebars->47->2209" ] }, { @@ -6755,7 +6755,7 @@ "hu": "Atív eszközmegosztás", "xloc": [ "default.handlebars->47->1058", - "default.handlebars->47->2157" + "default.handlebars->47->2158" ] }, { @@ -6782,7 +6782,7 @@ "zh-cht": "活動登錄令牌", "hu": "Aktív bejelentkezési tokenek", "xloc": [ - "default.handlebars->47->2049" + "default.handlebars->47->2050" ] }, { @@ -6964,7 +6964,7 @@ "zh-cht": "新增代理", "hu": "Agent hozzáadása", "xloc": [ - "default.handlebars->47->2147", + "default.handlebars->47->2148", "default.handlebars->47->485" ] }, @@ -7016,9 +7016,9 @@ "zh-cht": "新增裝置", "hu": "Eszköz hozzáadása", "xloc": [ - "default.handlebars->47->2151", - "default.handlebars->47->2807", - "default.handlebars->47->3001", + "default.handlebars->47->2152", + "default.handlebars->47->2808", + "default.handlebars->47->3002", "default.handlebars->47->489" ] }, @@ -7073,9 +7073,9 @@ "zh-cht": "新增裝置群", "hu": "Eszközcsoport hozzáadása", "xloc": [ - "default.handlebars->47->2294", - "default.handlebars->47->2801", - "default.handlebars->47->2989", + "default.handlebars->47->2295", + "default.handlebars->47->2802", + "default.handlebars->47->2990", "default.handlebars->47->385" ] }, @@ -7103,7 +7103,7 @@ "zh-cht": "新增裝置群權限", "hu": "Eszközcsoport engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2291" + "default.handlebars->47->2292" ] }, { @@ -7130,8 +7130,8 @@ "zh-cht": "新增裝置權限", "hu": "Eszköz engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2296", - "default.handlebars->47->2298" + "default.handlebars->47->2297", + "default.handlebars->47->2299" ] }, { @@ -7287,7 +7287,7 @@ "zh-cht": "新增成員身份", "hu": "Hozzáadás Felhasználói Csoporthoz", "xloc": [ - "default.handlebars->47->3021" + "default.handlebars->47->3022" ] }, { @@ -7365,8 +7365,8 @@ "zh-cht": "新增安全密鑰", "hu": "Biztonsági kulcs hozzáadása", "xloc": [ - "default.handlebars->47->1764", "default.handlebars->47->1765", + "default.handlebars->47->1766", "default.handlebars->47->241", "default.handlebars->47->243", "default.handlebars->47->246", @@ -7397,7 +7397,7 @@ "zh-cht": "新增用戶", "hu": "Felhasználó hozzáadása", "xloc": [ - "default-mobile.handlebars->11->899", + "default-mobile.handlebars->11->900", "default.handlebars->47->1050" ] }, @@ -7425,7 +7425,7 @@ "zh-cht": "新增用戶裝置權限", "hu": "Felhasználói eszköz engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2301" + "default.handlebars->47->2302" ] }, { @@ -7453,9 +7453,9 @@ "hu": "Felhasználói csoport hozzáadása", "xloc": [ "default.handlebars->47->1051", - "default.handlebars->47->2141", - "default.handlebars->47->2293", - "default.handlebars->47->2995" + "default.handlebars->47->2142", + "default.handlebars->47->2294", + "default.handlebars->47->2996" ] }, { @@ -7482,7 +7482,7 @@ "zh-cht": "新增用戶群裝置權限", "hu": "Felhasználói csoport eszköz engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2303" + "default.handlebars->47->2304" ] }, { @@ -7509,7 +7509,7 @@ "zh-cht": "將用戶新增到裝置群", "hu": "Felhasználó hozzáadása az eszköz csoporthoz", "xloc": [ - "default-mobile.handlebars->11->940" + "default-mobile.handlebars->11->941" ] }, { @@ -7560,8 +7560,8 @@ "zh-cht": "新增用戶", "hu": "Felhasználók hozzáadása", "xloc": [ - "default.handlebars->47->2140", - "default.handlebars->47->2796" + "default.handlebars->47->2141", + "default.handlebars->47->2797" ] }, { @@ -7588,7 +7588,7 @@ "zh-cht": "將用戶新增到裝置群", "hu": "Felhasználók hozzáadása az eszköz csoporthoz", "xloc": [ - "default.handlebars->47->2290" + "default.handlebars->47->2291" ] }, { @@ -7615,7 +7615,7 @@ "zh-cht": "將用戶新增到用戶群", "hu": "Felhasználók hozzáadása az felhasználó csoporthoz", "xloc": [ - "default.handlebars->47->2831" + "default.handlebars->47->2832" ] }, { @@ -7801,7 +7801,7 @@ "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "hu": "Adjon hozzá egy új számítógépet ehhez az eszközcsoporthoz a Mesh Agent telepítésével.", "xloc": [ - "default.handlebars->47->2146", + "default.handlebars->47->2147", "default.handlebars->47->484" ] }, @@ -7829,7 +7829,7 @@ "zh-cht": "添加位於本地網絡上的設備。", "hu": "Helyi hálózaton található eszköz hozzáadása.", "xloc": [ - "default.handlebars->47->2150", + "default.handlebars->47->2151", "default.handlebars->47->488" ] }, @@ -7938,7 +7938,7 @@ "zh-cht": "添加了身份驗證應用程序", "hu": "Hitelesítési alkalmazás hozzáadva", "xloc": [ - "default.handlebars->47->2533" + "default.handlebars->47->2534" ] }, { @@ -7965,7 +7965,7 @@ "zh-cht": "已將設備共享{0}從{1}添加到{2}", "hu": "{0} eszközmegosztás hozzáadva {1} és {2} között", "xloc": [ - "default.handlebars->47->2544" + "default.handlebars->47->2545" ] }, { @@ -7992,7 +7992,7 @@ "zh-cht": "添加了每天重複的設備共享 {0}。", "hu": "Naponta ismétlődő {0} eszközmegosztás hozzáadva.", "xloc": [ - "default.handlebars->47->2581" + "default.handlebars->47->2582" ] }, { @@ -8019,7 +8019,7 @@ "zh-cht": "添加了每週重複的設備共享 {0}。", "hu": "Hetente ismétlődő {0} eszközmegosztás hozzáadva.", "xloc": [ - "default.handlebars->47->2582" + "default.handlebars->47->2583" ] }, { @@ -8046,7 +8046,7 @@ "zh-cht": "添加了無限時間的設備共享 {0}。", "hu": "{0} eszközmegosztás hozzáadva korlátlan ideig.", "xloc": [ - "default.handlebars->47->2574" + "default.handlebars->47->2575" ] }, { @@ -8073,8 +8073,8 @@ "zh-cht": "已將設備{0}添加到設備組{1}", "hu": "A(z) {0} eszköz hozzáadva a(z) {1} eszközcsoporthoz", "xloc": [ - "default.handlebars->47->2500", - "default.handlebars->47->2527" + "default.handlebars->47->2501", + "default.handlebars->47->2528" ] }, { @@ -8101,7 +8101,7 @@ "zh-cht": "添加了登錄令牌", "hu": "Bejelentkezési token hozzáadva", "xloc": [ - "default.handlebars->47->2558" + "default.handlebars->47->2559" ] }, { @@ -8128,7 +8128,7 @@ "zh-cht": "增加推送通知認證設備", "hu": "Push értesítési hitelesítő eszköz hozzáadva", "xloc": [ - "default.handlebars->47->2556" + "default.handlebars->47->2557" ] }, { @@ -8155,7 +8155,7 @@ "zh-cht": "添加了安全密鑰", "hu": "Biztonsági kulcs hozzáadva", "xloc": [ - "default.handlebars->47->2538" + "default.handlebars->47->2539" ] }, { @@ -8182,7 +8182,7 @@ "zh-cht": "已將用戶組{0}添加到設備組{1}", "hu": "{0} felhasználói csoport hozzáadva a(z) {1} eszközcsoporthoz", "xloc": [ - "default.handlebars->47->2511" + "default.handlebars->47->2512" ] }, { @@ -8209,8 +8209,8 @@ "zh-cht": "已將用戶{0}添加到用戶組{1}", "hu": "{0} felhasználó hozzáadva a(z) {1} felhasználói csoporthoz", "xloc": [ - "default.handlebars->47->2514", - "default.handlebars->47->2523" + "default.handlebars->47->2515", + "default.handlebars->47->2524" ] }, { @@ -8375,7 +8375,7 @@ "zh-cht": "管理領域", "hu": "Adminisztratív Realms", "xloc": [ - "default.handlebars->47->2883" + "default.handlebars->47->2884" ] }, { @@ -8430,7 +8430,7 @@ "zh-cht": "管理領域", "hu": "Adminisztratív Realms", "xloc": [ - "default.handlebars->47->2728" + "default.handlebars->47->2729" ] }, { @@ -8457,7 +8457,7 @@ "zh-cht": "管理員", "hu": "Adminisztrátor", "xloc": [ - "default.handlebars->47->2653" + "default.handlebars->47->2654" ] }, { @@ -8485,7 +8485,7 @@ "hu": "afrikai", "xloc": [ "default-mobile.handlebars->11->104", - "default.handlebars->47->1767", + "default.handlebars->47->1768", "login2.handlebars->7->1" ] }, @@ -8517,9 +8517,9 @@ "default-mobile.handlebars->11->463", "default-mobile.handlebars->11->520", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->47->2374", - "default.handlebars->47->2387", - "default.handlebars->47->3245", + "default.handlebars->47->2375", + "default.handlebars->47->2388", + "default.handlebars->47->3246", "default.handlebars->47->405", "default.handlebars->47->693", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -8550,8 +8550,8 @@ "zh-cht": "代理+Intel® AMT", "hu": "Agent + Intel® AMT", "xloc": [ - "default.handlebars->47->2376", - "default.handlebars->47->2389" + "default.handlebars->47->2377", + "default.handlebars->47->2390" ] }, { @@ -8606,8 +8606,8 @@ "zh-cht": "代理控制台", "hu": "Agent konzol", "xloc": [ - "default-mobile.handlebars->11->946", - "default.handlebars->47->2311", + "default-mobile.handlebars->11->947", + "default.handlebars->47->2312", "default.handlebars->47->781" ] }, @@ -8635,7 +8635,7 @@ "zh-cht": "代理錯誤計數器", "hu": "Agrnt hiba számlálók", "xloc": [ - "default.handlebars->47->3214" + "default.handlebars->47->3215" ] }, { @@ -8824,7 +8824,7 @@ "hu": "Agent Ön-Megosztás", "xloc": [ "default.handlebars->47->1079", - "default.handlebars->47->2178" + "default.handlebars->47->2179" ] }, { @@ -8851,7 +8851,7 @@ "zh-cht": "代理時段", "hu": "Agent munkamenetek", "xloc": [ - "default.handlebars->47->3230" + "default.handlebars->47->3231" ] }, { @@ -8958,7 +8958,7 @@ "zh-cht": "代理類型", "hu": "Agent típusok", "xloc": [ - "default.handlebars->47->2385", + "default.handlebars->47->2386", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -9014,7 +9014,7 @@ "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "hu": "Az Agent lezárta a munkamenetet {0}%-os ügynök-szerver-tömörítéssel. Elküldve: {1}, tömörítve: {2}", "xloc": [ - "default.handlebars->47->2497" + "default.handlebars->47->2498" ] }, { @@ -9223,8 +9223,8 @@ "zh-cht": "代理離線", "hu": "Offline Agent", "xloc": [ - "default-mobile.handlebars->11->866", - "default.handlebars->47->1686" + "default-mobile.handlebars->11->867", + "default.handlebars->47->1687" ] }, { @@ -9251,8 +9251,8 @@ "zh-cht": "代理在線", "hu": "Online Agent", "xloc": [ - "default-mobile.handlebars->11->865", - "default.handlebars->47->1685" + "default-mobile.handlebars->11->866", + "default.handlebars->47->1686" ] }, { @@ -9474,8 +9474,8 @@ "zh-cht": "代理", "hu": "Agent-ek", "xloc": [ - "default.handlebars->47->2342", - "default.handlebars->47->3258", + "default.handlebars->47->2343", + "default.handlebars->47->3259", "default.handlebars->47->573" ] }, @@ -9504,7 +9504,7 @@ "hu": "albán", "xloc": [ "default-mobile.handlebars->11->105", - "default.handlebars->47->1768", + "default.handlebars->47->1769", "login2.handlebars->7->2" ] }, @@ -9544,7 +9544,7 @@ "default-mobile.handlebars->11->355", "default-mobile.handlebars->11->687", "default-mobile.handlebars->11->689", - "default.handlebars->47->3078", + "default.handlebars->47->3079", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -9572,7 +9572,7 @@ "zh-cht": "全部可用", "hu": "Összes elérhető", "xloc": [ - "default.handlebars->47->2615" + "default.handlebars->47->2616" ] }, { @@ -9599,7 +9599,7 @@ "zh-cht": "所有可用的代理", "hu": "Az összes rendelkezésre álló Agent", "xloc": [ - "default.handlebars->47->2343", + "default.handlebars->47->2344", "default.handlebars->47->574" ] }, @@ -9654,7 +9654,7 @@ "zh-cht": "所有事件", "hu": "Összes Esemény", "xloc": [ - "default.handlebars->47->2613" + "default.handlebars->47->2614" ] }, { @@ -9737,8 +9737,8 @@ "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "hu": "Engedélyezi a felhasználók számára az eszközcsoport és a csoportba tartozó eszközök kezelését.", "xloc": [ - "default.handlebars->47->2255", - "default.handlebars->47->2828" + "default.handlebars->47->2256", + "default.handlebars->47->2829" ] }, { @@ -9765,7 +9765,7 @@ "zh-cht": "允許用戶管理此裝置。", "hu": "Engedélyezze a felhasználóknak, hogy kezeljék ezt az eszközt.", "xloc": [ - "default.handlebars->47->2256" + "default.handlebars->47->2257" ] }, { @@ -10067,9 +10067,9 @@ "zh-cht": "一直通知", "hu": "Minden kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2117", - "default.handlebars->47->2787", - "default.handlebars->47->2892", + "default.handlebars->47->2118", + "default.handlebars->47->2788", + "default.handlebars->47->2893", "default.handlebars->47->945" ] }, @@ -10097,9 +10097,9 @@ "zh-cht": "一直提示", "hu": "Minden kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2118", - "default.handlebars->47->2788", - "default.handlebars->47->2893", + "default.handlebars->47->2119", + "default.handlebars->47->2789", + "default.handlebars->47->2894", "default.handlebars->47->946" ] }, @@ -10190,7 +10190,7 @@ "hu": "Ismeretlen hiba történt.", "de": "Ein unbekannter Fehler ist aufgetreten.", "xloc": [ - "default.handlebars->47->3030" + "default.handlebars->47->3031" ] }, { @@ -10248,7 +10248,7 @@ "zh-cht": "Android APK", "hu": "Android APK", "xloc": [ - "default-mobile.handlebars->11->918", + "default-mobile.handlebars->11->919", "default.handlebars->47->634" ] }, @@ -10330,7 +10330,7 @@ "zh-cht": "安卓安裝", "hu": "Android Telepítés", "xloc": [ - "default-mobile.handlebars->11->920" + "default-mobile.handlebars->11->921" ] }, { @@ -10392,8 +10392,8 @@ "zh-cht": "殺毒軟件未激活", "hu": "A vírusirtó nem aktív", "xloc": [ - "default.handlebars->47->2378", - "default.handlebars->47->2392" + "default.handlebars->47->2379", + "default.handlebars->47->2393" ] }, { @@ -10762,7 +10762,7 @@ "hu": "arab (Algéria)", "xloc": [ "default-mobile.handlebars->11->107", - "default.handlebars->47->1770", + "default.handlebars->47->1771", "login2.handlebars->7->4" ] }, @@ -10791,7 +10791,7 @@ "hu": "arab (Bahrein)", "xloc": [ "default-mobile.handlebars->11->108", - "default.handlebars->47->1771", + "default.handlebars->47->1772", "login2.handlebars->7->5" ] }, @@ -10820,7 +10820,7 @@ "hu": "arab (Egyiptom)", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->47->1772", + "default.handlebars->47->1773", "login2.handlebars->7->6" ] }, @@ -10849,7 +10849,7 @@ "hu": "arab (Irak)", "xloc": [ "default-mobile.handlebars->11->110", - "default.handlebars->47->1773", + "default.handlebars->47->1774", "login2.handlebars->7->7" ] }, @@ -10878,7 +10878,7 @@ "hu": "arab (Jordánia)", "xloc": [ "default-mobile.handlebars->11->111", - "default.handlebars->47->1774", + "default.handlebars->47->1775", "login2.handlebars->7->8" ] }, @@ -10907,7 +10907,7 @@ "hu": "arab (Kuvait)", "xloc": [ "default-mobile.handlebars->11->112", - "default.handlebars->47->1775", + "default.handlebars->47->1776", "login2.handlebars->7->9" ] }, @@ -10936,7 +10936,7 @@ "hu": "arab (Libanon)", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->47->1776", + "default.handlebars->47->1777", "login2.handlebars->7->10" ] }, @@ -10965,7 +10965,7 @@ "hu": "arab (Líbia)", "xloc": [ "default-mobile.handlebars->11->114", - "default.handlebars->47->1777", + "default.handlebars->47->1778", "login2.handlebars->7->11" ] }, @@ -10994,7 +10994,7 @@ "hu": "arab (Marokkó)", "xloc": [ "default-mobile.handlebars->11->115", - "default.handlebars->47->1778", + "default.handlebars->47->1779", "login2.handlebars->7->12" ] }, @@ -11023,7 +11023,7 @@ "hu": "arab (Omán)", "xloc": [ "default-mobile.handlebars->11->116", - "default.handlebars->47->1779", + "default.handlebars->47->1780", "login2.handlebars->7->13" ] }, @@ -11052,7 +11052,7 @@ "hu": "arab (Katar)", "xloc": [ "default-mobile.handlebars->11->117", - "default.handlebars->47->1780", + "default.handlebars->47->1781", "login2.handlebars->7->14" ] }, @@ -11081,7 +11081,7 @@ "hu": "arab (Szaúd-Arábia)", "xloc": [ "default-mobile.handlebars->11->118", - "default.handlebars->47->1781", + "default.handlebars->47->1782", "login2.handlebars->7->15" ] }, @@ -11110,7 +11110,7 @@ "hu": "arab", "xloc": [ "default-mobile.handlebars->11->106", - "default.handlebars->47->1769", + "default.handlebars->47->1770", "login2.handlebars->7->3" ] }, @@ -11139,7 +11139,7 @@ "hu": "arab (Szíria)", "xloc": [ "default-mobile.handlebars->11->119", - "default.handlebars->47->1782", + "default.handlebars->47->1783", "login2.handlebars->7->16" ] }, @@ -11168,7 +11168,7 @@ "hu": "arab (Tunézia)", "xloc": [ "default-mobile.handlebars->11->120", - "default.handlebars->47->1783", + "default.handlebars->47->1784", "login2.handlebars->7->17" ] }, @@ -11197,7 +11197,7 @@ "hu": "arab (Egyesült Arab Emírségek)", "xloc": [ "default-mobile.handlebars->11->121", - "default.handlebars->47->1784", + "default.handlebars->47->1785", "login2.handlebars->7->18" ] }, @@ -11226,7 +11226,7 @@ "hu": "arab (Jemen)", "xloc": [ "default-mobile.handlebars->11->122", - "default.handlebars->47->1785", + "default.handlebars->47->1786", "login2.handlebars->7->19" ] }, @@ -11255,7 +11255,7 @@ "hu": "aragóniai", "xloc": [ "default-mobile.handlebars->11->123", - "default.handlebars->47->1786", + "default.handlebars->47->1787", "login2.handlebars->7->20" ] }, @@ -11342,8 +11342,8 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "hu": "Biztos, hogy törölni szeretné a {0} csoportot? Az eszközcsoport törlése a csoportba tartozó eszközökre vonatkozó összes információt is törli.", "xloc": [ - "default-mobile.handlebars->11->906", - "default.handlebars->47->2222" + "default-mobile.handlebars->11->907", + "default.handlebars->47->2223" ] }, { @@ -11451,7 +11451,7 @@ "zh-cht": "你確定要{0}外掛嗎:{1}", "hu": "Biztosm, hogy {0} szeretné használni a következő beépülő modult: {1}", "xloc": [ - "default.handlebars->47->3310" + "default.handlebars->47->3311" ] }, { @@ -11507,7 +11507,7 @@ "hu": "örmény", "xloc": [ "default-mobile.handlebars->11->124", - "default.handlebars->47->1787", + "default.handlebars->47->1788", "login2.handlebars->7->21" ] }, @@ -11699,7 +11699,7 @@ "hu": "asszámi", "xloc": [ "default-mobile.handlebars->11->125", - "default.handlebars->47->1788", + "default.handlebars->47->1789", "login2.handlebars->7->22" ] }, @@ -11863,7 +11863,7 @@ "hu": "asztúriai", "xloc": [ "default-mobile.handlebars->11->126", - "default.handlebars->47->1789", + "default.handlebars->47->1790", "login2.handlebars->7->23" ] }, @@ -11891,7 +11891,7 @@ "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "hu": "Intel(R) AMT ACM üzemmód aktiválásának kísérlete", "xloc": [ - "default.handlebars->47->2466" + "default.handlebars->47->2467" ] }, { @@ -11978,7 +11978,7 @@ "zh-cht": "認證軟體", "hu": "Hitelesítő alkalmazás beállítva", "xloc": [ - "default.handlebars->47->2896" + "default.handlebars->47->2897" ] }, { @@ -12005,9 +12005,9 @@ "zh-cht": "認證設備", "hu": "Hitelesítési eszköz", "xloc": [ - "default.handlebars->47->1750", - "default.handlebars->47->1752", - "default.handlebars->47->1756" + "default.handlebars->47->1751", + "default.handlebars->47->1753", + "default.handlebars->47->1757" ] }, { @@ -12068,8 +12068,8 @@ "default-mobile.handlebars->11->311", "default-mobile.handlebars->11->70", "default-mobile.handlebars->11->73", - "default.handlebars->47->1746", - "default.handlebars->47->1748", + "default.handlebars->47->1747", + "default.handlebars->47->1749", "default.handlebars->47->216", "default.handlebars->47->221" ] @@ -12206,8 +12206,8 @@ "zh-cht": "自動刪除", "hu": "Automatikus eltávolítás", "xloc": [ - "default.handlebars->47->2102", - "default.handlebars->47->2606" + "default.handlebars->47->2103", + "default.handlebars->47->2607" ] }, { @@ -12265,7 +12265,7 @@ "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "hu": "Agent core dump fájl automatikus letöltése: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2547" + "default.handlebars->47->2548" ] }, { @@ -12371,7 +12371,7 @@ "zh-cht": "自動移除非活動設備", "hu": "Az inaktív eszközök automatikus eltávolítása", "xloc": [ - "default.handlebars->47->2250" + "default.handlebars->47->2251" ] }, { @@ -12398,7 +12398,7 @@ "zh-cht": "可用內存", "hu": "Elérhető memória", "xloc": [ - "default.handlebars->47->3239" + "default.handlebars->47->3240" ] }, { @@ -12426,7 +12426,7 @@ "hu": "azerbajdzsáni", "xloc": [ "default-mobile.handlebars->11->127", - "default.handlebars->47->1790", + "default.handlebars->47->1791", "login2.handlebars->7->24" ] }, @@ -12660,8 +12660,8 @@ "zh-cht": "背景與互動", "hu": "Háttérben és interaktív módon", "xloc": [ - "default.handlebars->47->2349", - "default.handlebars->47->2356", + "default.handlebars->47->2350", + "default.handlebars->47->2357", "default.handlebars->47->560", "default.handlebars->47->581" ] @@ -12691,8 +12691,8 @@ "hu": "Csak háttérben", "xloc": [ "agentinvite.handlebars->3->8", - "default.handlebars->47->2350", - "default.handlebars->47->2357", + "default.handlebars->47->2351", + "default.handlebars->47->2358", "default.handlebars->47->561", "default.handlebars->47->582", "default.handlebars->47->598" @@ -12750,8 +12750,8 @@ "zh-cht": "備用碼", "hu": "Biztonsági kódok generálva", "xloc": [ - "default.handlebars->47->2899", - "default.handlebars->47->3126" + "default.handlebars->47->2900", + "default.handlebars->47->3127" ] }, { @@ -12833,7 +12833,7 @@ "zh-cht": "錯誤的簽名", "hu": "Rossz aláírás", "xloc": [ - "default.handlebars->47->3221" + "default.handlebars->47->3222" ] }, { @@ -12860,7 +12860,7 @@ "zh-cht": "錯誤的網絡憑證", "hu": "Rossz web tanúsítvány", "xloc": [ - "default.handlebars->47->3220" + "default.handlebars->47->3221" ] }, { @@ -12888,7 +12888,7 @@ "hu": "baszk", "xloc": [ "default-mobile.handlebars->11->128", - "default.handlebars->47->1791", + "default.handlebars->47->1792", "login2.handlebars->7->25" ] }, @@ -12970,7 +12970,7 @@ "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "hu": "{0} fájl kötegelt feltöltése a(z) {1} mappába", "xloc": [ - "default.handlebars->47->2546" + "default.handlebars->47->2547" ] }, { @@ -12998,7 +12998,7 @@ "hu": "fehérorosz", "xloc": [ "default-mobile.handlebars->11->130", - "default.handlebars->47->1793", + "default.handlebars->47->1794", "login2.handlebars->7->27" ] }, @@ -13027,7 +13027,7 @@ "hu": "bengáli", "xloc": [ "default-mobile.handlebars->11->131", - "default.handlebars->47->1794", + "default.handlebars->47->1795", "login2.handlebars->7->28" ] }, @@ -13089,16 +13089,16 @@ "en": "BitLocker", "nl": "BitLocker", "xloc": [ - "default-mobile.handlebars->11->857", - "default.handlebars->47->1676" + "default-mobile.handlebars->11->858", + "default.handlebars->47->1677" ] }, { "en": "BitLocker Information", "pl": "Informacje o BitLocker", "xloc": [ - "default-mobile.handlebars->11->864", - "default.handlebars->47->1683" + "default-mobile.handlebars->11->865", + "default.handlebars->47->1684" ] }, { @@ -13154,7 +13154,7 @@ "hu": "bosznia", "xloc": [ "default-mobile.handlebars->11->132", - "default.handlebars->47->1795", + "default.handlebars->47->1796", "login2.handlebars->7->29" ] }, @@ -13183,7 +13183,7 @@ "hu": "breton", "xloc": [ "default-mobile.handlebars->11->133", - "default.handlebars->47->1796", + "default.handlebars->47->1797", "login2.handlebars->7->30" ] }, @@ -13211,7 +13211,7 @@ "zh-cht": "廣播", "hu": "Broadcast üzenet...", "xloc": [ - "default.handlebars->47->2794", + "default.handlebars->47->2795", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -13239,7 +13239,7 @@ "zh-cht": "廣播消息", "hu": "Broadcast üzenet", "xloc": [ - "default.handlebars->47->2710" + "default.handlebars->47->2711" ] }, { @@ -13266,7 +13266,7 @@ "zh-cht": "向所有連接的用戶廣播消息。", "hu": "Üzenet küldése az összes csatlakoztatott felhasználónak.", "xloc": [ - "default.handlebars->47->2705" + "default.handlebars->47->2706" ] }, { @@ -13293,7 +13293,7 @@ "zh-cht": "瀏覽器", "hu": "Böngésző", "xloc": [ - "default.handlebars->47->3100" + "default.handlebars->47->3101" ] }, { @@ -13376,7 +13376,7 @@ "hu": "bolgár", "xloc": [ "default-mobile.handlebars->11->129", - "default.handlebars->47->1792", + "default.handlebars->47->1793", "login2.handlebars->7->26" ] }, @@ -13405,7 +13405,7 @@ "hu": "burmai", "xloc": [ "default-mobile.handlebars->11->134", - "default.handlebars->47->1797", + "default.handlebars->47->1798", "login2.handlebars->7->31" ] }, @@ -13433,7 +13433,7 @@ "zh-cht": "默認情況下,非活動設備將在 1 天后移除。", "hu": "Alapértelmezés szerint az inaktív eszközök 1 nap után eltávolításra kerülnek.", "xloc": [ - "default.handlebars->47->2252" + "default.handlebars->47->2253" ] }, { @@ -13460,7 +13460,7 @@ "zh-cht": "默認情況下,不活動的設備將在 {0} 天后被移除。", "hu": "Alapértelmezés szerint az inaktív eszközök {0} nap után eltávolításra kerülnek.", "xloc": [ - "default.handlebars->47->2253" + "default.handlebars->47->2254" ] }, { @@ -13496,7 +13496,7 @@ "zh-cht": "字節輸入", "hu": "Fogadott Byte-ok", "xloc": [ - "default.handlebars->47->3096" + "default.handlebars->47->3097" ] }, { @@ -13523,7 +13523,7 @@ "zh-cht": "字節輸出", "hu": "Küldött Byte-ok", "xloc": [ - "default.handlebars->47->3097" + "default.handlebars->47->3098" ] }, { @@ -13620,7 +13620,14 @@ "zh-cht": "CCM模式", "hu": "CCM mode", "xloc": [ - "default.handlebars->47->2205" + "default.handlebars->47->2206" + ] + }, + { + "en": "CD-ROM", + "xloc": [ + "default-mobile.handlebars->11->851", + "default.handlebars->47->1670" ] }, { @@ -13648,7 +13655,7 @@ "hu": "CIRA", "xloc": [ "default-mobile.handlebars->11->464", - "default.handlebars->47->3246", + "default.handlebars->47->3247", "default.handlebars->47->407", "default.handlebars->47->695" ] @@ -13677,7 +13684,7 @@ "zh-cht": "CIRA伺服器", "hu": "CIRA Kiszolgáló", "xloc": [ - "default.handlebars->47->3294" + "default.handlebars->47->3295" ] }, { @@ -13704,7 +13711,7 @@ "zh-cht": "CIRA伺服器指令", "hu": "CIRA kiszolgáló parancsok", "xloc": [ - "default.handlebars->47->3295" + "default.handlebars->47->3296" ] }, { @@ -13758,7 +13765,7 @@ "zh-cht": "CIRA設置", "hu": "CIRA beállítás", "xloc": [ - "default.handlebars->47->2213" + "default.handlebars->47->2214" ] }, { @@ -13788,7 +13795,7 @@ "default-mobile.handlebars->11->814", "default.handlebars->47->1553", "default.handlebars->47->1633", - "default.handlebars->47->3270", + "default.handlebars->47->3271", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -13816,7 +13823,7 @@ "zh-cht": "CPU負載", "hu": "CPU terhelés", "xloc": [ - "default.handlebars->47->3235" + "default.handlebars->47->3236" ] }, { @@ -13843,7 +13850,7 @@ "zh-cht": "最近15分鐘的CPU負載", "hu": "CPU terhelés az elmúlt 15 percben", "xloc": [ - "default.handlebars->47->3238" + "default.handlebars->47->3239" ] }, { @@ -13870,7 +13877,7 @@ "zh-cht": "最近5分鐘的CPU負載", "hu": "CPU terhelés az elmúlt 5 percben", "xloc": [ - "default.handlebars->47->3237" + "default.handlebars->47->3238" ] }, { @@ -13897,7 +13904,7 @@ "zh-cht": "最近一分鐘的CPU負載", "hu": "CPU terhelés az utolsó percben", "xloc": [ - "default.handlebars->47->3236" + "default.handlebars->47->3237" ] }, { @@ -13956,7 +13963,7 @@ "zh-cht": "CSV", "hu": "CSV", "xloc": [ - "default.handlebars->47->2623" + "default.handlebars->47->2624" ] }, { @@ -13983,8 +13990,8 @@ "zh-cht": "CSV格式", "hu": "CSV Formátum", "xloc": [ - "default.handlebars->47->2627", - "default.handlebars->47->2697", + "default.handlebars->47->2628", + "default.handlebars->47->2698", "default.handlebars->47->766" ] }, @@ -14036,7 +14043,7 @@ "zh-cht": "呼叫錯誤", "hu": "Hívás hiba", "xloc": [ - "default.handlebars->47->3311" + "default.handlebars->47->3312" ] }, { @@ -14046,8 +14053,8 @@ "nl": "CallMeBot", "pl": "CallMeBot", "xloc": [ - "default.handlebars->47->1719", - "default.handlebars->47->2934" + "default.handlebars->47->1720", + "default.handlebars->47->2935" ] }, { @@ -14104,8 +14111,8 @@ "agent-translations.json", "default-mobile.handlebars->11->320", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->47->2069", - "default.handlebars->47->3300", + "default.handlebars->47->2070", + "default.handlebars->47->3301", "default.handlebars->47->533", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -14290,7 +14297,7 @@ "hu": "katalán", "xloc": [ "default-mobile.handlebars->11->135", - "default.handlebars->47->1798", + "default.handlebars->47->1799", "login2.handlebars->7->32" ] }, @@ -14399,7 +14406,7 @@ "hu": "chamorro", "xloc": [ "default-mobile.handlebars->11->136", - "default.handlebars->47->1799", + "default.handlebars->47->1800", "login2.handlebars->7->33" ] }, @@ -14456,7 +14463,7 @@ "zh-cht": "更改{0}的電郵", "hu": "{0} e-mail-címének módosítása", "xloc": [ - "default.handlebars->47->2976" + "default.handlebars->47->2977" ] }, { @@ -14513,8 +14520,8 @@ "hu": "Jelszó módosítása", "xloc": [ "default-mobile.handlebars->11->328", - "default.handlebars->47->2015", - "default.handlebars->47->2920" + "default.handlebars->47->2016", + "default.handlebars->47->2921" ] }, { @@ -14541,7 +14548,7 @@ "zh-cht": "更改{0}的密碼", "hu": "Jelszó módosítása: {0}", "xloc": [ - "default.handlebars->47->2985" + "default.handlebars->47->2986" ] }, { @@ -14568,7 +14575,7 @@ "zh-cht": "更改{0}的真實名稱", "hu": "{0} felhasználó teljes nevének módosítása", "xloc": [ - "default.handlebars->47->2971" + "default.handlebars->47->2972" ] }, { @@ -14729,7 +14736,7 @@ "zh-cht": "更改該用戶的密碼", "hu": "A felhasználó jelszavának módosítása", "xloc": [ - "default.handlebars->47->2919" + "default.handlebars->47->2920" ] }, { @@ -14783,7 +14790,7 @@ "zh-cht": "在此處更改你的帳戶電郵地址。", "hu": "Itt módosíthatja fiókja e-mail címét.", "xloc": [ - "default.handlebars->47->2002" + "default.handlebars->47->2003" ] }, { @@ -14810,7 +14817,7 @@ "zh-cht": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "hu": "Módosítsa fiókja jelszavát a jelenlegi és az új jelszó kétszeri beírásával az alábbi mezőkbe.", "xloc": [ - "default.handlebars->47->2008" + "default.handlebars->47->2009" ] }, { @@ -14837,7 +14844,7 @@ "zh-cht": "帳戶憑證已更改", "hu": "A fiók hitelesítő adatai megváltoztak", "xloc": [ - "default.handlebars->47->2518" + "default.handlebars->47->2519" ] }, { @@ -14864,7 +14871,7 @@ "zh-cht": "將帳戶顯示名稱更改為 {0}。", "hu": "A fiók megjelenített neve {0}-re változott.", "xloc": [ - "default.handlebars->47->2570" + "default.handlebars->47->2571" ] }, { @@ -14891,8 +14898,8 @@ "zh-cht": "{1}組中的設備{0}已更改:{2}", "hu": "{0} eszközt a {1} csoportból áthelyezésre került {2} csoportba", "xloc": [ - "default.handlebars->47->2502", - "default.handlebars->47->2583" + "default.handlebars->47->2503", + "default.handlebars->47->2584" ] }, { @@ -14919,7 +14926,7 @@ "zh-cht": "語言從{1}更改為{2}", "hu": "A nyelv megváltozott. régi nyelv: {1}, új nyelv: {2}", "xloc": [ - "default.handlebars->47->2446" + "default.handlebars->47->2447" ] }, { @@ -14946,8 +14953,8 @@ "zh-cht": "已更改{0}的用戶設備權限", "hu": "Módosult a(z) {0} felhasználói eszközjogai", "xloc": [ - "default.handlebars->47->2504", - "default.handlebars->47->2525" + "default.handlebars->47->2505", + "default.handlebars->47->2526" ] }, { @@ -14999,7 +15006,7 @@ "hu": "A nyelv megváltoztatásához az oldal frissítése szükséges!", "xloc": [ "default-mobile.handlebars->11->303", - "default.handlebars->47->1966" + "default.handlebars->47->1967" ] }, { @@ -15028,9 +15035,9 @@ "xloc": [ "default.handlebars->47->1111", "default.handlebars->47->1136", - "default.handlebars->47->2644", - "default.handlebars->47->2915", + "default.handlebars->47->2645", "default.handlebars->47->2916", + "default.handlebars->47->2917", "default.handlebars->47->992" ] }, @@ -15058,10 +15065,10 @@ "zh-cht": "聊天並通知", "hu": "Csevegés és Értesítés", "xloc": [ - "default-mobile.handlebars->11->936", - "default-mobile.handlebars->11->956", - "default.handlebars->47->2284", - "default.handlebars->47->2322" + "default-mobile.handlebars->11->937", + "default-mobile.handlebars->11->957", + "default.handlebars->47->2285", + "default.handlebars->47->2323" ] }, { @@ -15088,8 +15095,8 @@ "zh-cht": "聊天請求,點擊這裡接受。", "hu": "Csevegés kezdeményezés, kattintson ide az elfogadáshoz.", "xloc": [ - "default-mobile.handlebars->11->988", - "default.handlebars->47->3185" + "default-mobile.handlebars->11->989", + "default.handlebars->47->3186" ] }, { @@ -15144,7 +15151,7 @@ "hu": "csecsen", "xloc": [ "default-mobile.handlebars->11->137", - "default.handlebars->47->1800", + "default.handlebars->47->1801", "login2.handlebars->7->34" ] }, @@ -15292,8 +15299,8 @@ "zh-cht": "檢查...", "hu": "Ellenőrzés...", "xloc": [ - "default.handlebars->47->1766", - "default.handlebars->47->3305" + "default.handlebars->47->1767", + "default.handlebars->47->3306" ] }, { @@ -15321,7 +15328,7 @@ "hu": "kínai", "xloc": [ "default-mobile.handlebars->11->138", - "default.handlebars->47->1801", + "default.handlebars->47->1802", "login2.handlebars->7->35" ] }, @@ -15350,7 +15357,7 @@ "hu": "kínai (Hongkong)", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->47->1802", + "default.handlebars->47->1803", "login2.handlebars->7->36" ] }, @@ -15379,7 +15386,7 @@ "hu": "kínai (Kínai Népköztársaság)", "xloc": [ "default-mobile.handlebars->11->140", - "default.handlebars->47->1803", + "default.handlebars->47->1804", "login2.handlebars->7->37" ] }, @@ -15408,7 +15415,7 @@ "hu": "kínai (egyszerűsített)", "xloc": [ "default-mobile.handlebars->11->300", - "default.handlebars->47->1963", + "default.handlebars->47->1964", "login2.handlebars->7->197" ] }, @@ -15437,7 +15444,7 @@ "hu": "kínai (Szingapúr)", "xloc": [ "default-mobile.handlebars->11->141", - "default.handlebars->47->1804", + "default.handlebars->47->1805", "login2.handlebars->7->38" ] }, @@ -15466,7 +15473,7 @@ "hu": "kínai (Tajvan)", "xloc": [ "default-mobile.handlebars->11->142", - "default.handlebars->47->1805", + "default.handlebars->47->1806", "login2.handlebars->7->39" ] }, @@ -15495,7 +15502,7 @@ "hu": "kínai (hagyományos)", "xloc": [ "default-mobile.handlebars->11->301", - "default.handlebars->47->1964", + "default.handlebars->47->1965", "login2.handlebars->7->198" ] }, @@ -15552,7 +15559,7 @@ "hu": "csuvas", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->47->1806", + "default.handlebars->47->1807", "login2.handlebars->7->40" ] }, @@ -15615,7 +15622,7 @@ "default.handlebars->47->1531", "default.handlebars->47->1533", "default.handlebars->47->1535", - "default.handlebars->47->2440", + "default.handlebars->47->2441", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", "messenger.handlebars->xbottom->1->1->0->5", @@ -15787,8 +15794,8 @@ "zh-cht": "全部清除", "hu": "Összes törlése", "xloc": [ - "default-mobile.handlebars->11->971", - "default.handlebars->47->3168" + "default-mobile.handlebars->11->972", + "default.handlebars->47->3169" ] }, { @@ -15843,8 +15850,8 @@ "zh-cht": "清除核心", "hu": "Core törlése", "xloc": [ - "default-mobile.handlebars->11->876", - "default.handlebars->47->1696" + "default-mobile.handlebars->11->877", + "default.handlebars->47->1697" ] }, { @@ -15898,8 +15905,8 @@ "zh-cht": "清除此通知", "hu": "Törölje ezt az értesítést", "xloc": [ - "default-mobile.handlebars->11->970", - "default.handlebars->47->3167" + "default-mobile.handlebars->11->971", + "default.handlebars->47->3168" ] }, { @@ -16007,8 +16014,8 @@ "zh-cht": "單擊此處編輯裝置群名稱", "hu": "Kattintson ide az eszközcsoport nevének szerkesztéséhez", "xloc": [ - "default.handlebars->47->2083", - "default.handlebars->47->2383" + "default.handlebars->47->2084", + "default.handlebars->47->2384" ] }, { @@ -16062,7 +16069,7 @@ "zh-cht": "單擊此處編輯用戶群名稱", "hu": "Kattintson ide a felhasználói csoport nevének szerkesztéséhez", "xloc": [ - "default.handlebars->47->2767" + "default.handlebars->47->2768" ] }, { @@ -16197,7 +16204,7 @@ "hu": "Kattintson az OK gombra, ha megerősítő e-mailt szeretne küldeni a következő címre:", "xloc": [ "default-mobile.handlebars->11->313", - "default.handlebars->47->1999" + "default.handlebars->47->2000" ] }, { @@ -16331,7 +16338,7 @@ "zh-cht": "客戶編號", "hu": "Client ID", "xloc": [ - "default.handlebars->47->2062" + "default.handlebars->47->2063" ] }, { @@ -16358,7 +16365,7 @@ "zh-cht": "客戶端啟動的遠程訪問", "hu": "Ügyfél által kezdeményezett távoli elérés", "xloc": [ - "default.handlebars->47->2212" + "default.handlebars->47->2213" ] }, { @@ -16385,7 +16392,7 @@ "zh-cht": "客戶機密", "hu": "Client Secret", "xloc": [ - "default.handlebars->47->2063" + "default.handlebars->47->2064" ] }, { @@ -16446,7 +16453,7 @@ "default.handlebars->47->1505", "default.handlebars->47->228", "default.handlebars->47->236", - "default.handlebars->47->3299", + "default.handlebars->47->3300", "sharing.handlebars->11->52" ] }, @@ -16474,7 +16481,7 @@ "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒", "hu": "Lezárt asztali multiplex munkamenet \\\"{0}\\\", {1} másodperc", "xloc": [ - "default.handlebars->47->2590" + "default.handlebars->47->2591" ] }, { @@ -16501,7 +16508,7 @@ "zh-cht": "封閉式桌面多路復用會話,{0}秒", "hu": "Lezárt asztali multiplex munkamenet, {0} másodperc", "xloc": [ - "default.handlebars->47->2451" + "default.handlebars->47->2452" ] }, { @@ -16691,10 +16698,10 @@ "zh-cht": "指令", "hu": "Parancsok", "xloc": [ - "default-mobile.handlebars->11->958", + "default-mobile.handlebars->11->959", "default.handlebars->47->1113", "default.handlebars->47->1138", - "default.handlebars->47->2324" + "default.handlebars->47->2325" ] }, { @@ -16760,8 +16767,8 @@ "zh-cht": "通用裝置群", "hu": "Eszközcsoport jogosultságok", "xloc": [ - "default.handlebars->47->2802", - "default.handlebars->47->2990" + "default.handlebars->47->2803", + "default.handlebars->47->2991" ] }, { @@ -16788,8 +16795,8 @@ "zh-cht": "通用裝置", "hu": "Eszköz jogosultságok", "xloc": [ - "default.handlebars->47->2808", - "default.handlebars->47->3002" + "default.handlebars->47->2809", + "default.handlebars->47->3003" ] }, { @@ -16905,7 +16912,7 @@ "hu": "Konfigurációs fájl rekordok", "de": "Aufzeichnungen von Konfigurationsdatei", "xloc": [ - "default.handlebars->47->3144" + "default.handlebars->47->3145" ] }, { @@ -16933,14 +16940,14 @@ "hu": "Megerősít", "xloc": [ "default-mobile.handlebars->11->603", - "default-mobile.handlebars->11->907", + "default-mobile.handlebars->11->908", "default.handlebars->47->1277", "default.handlebars->47->1286", - "default.handlebars->47->2223", - "default.handlebars->47->2674", - "default.handlebars->47->2757", - "default.handlebars->47->2824", - "default.handlebars->47->2988", + "default.handlebars->47->2224", + "default.handlebars->47->2675", + "default.handlebars->47->2758", + "default.handlebars->47->2825", + "default.handlebars->47->2989", "default.handlebars->47->730" ] }, @@ -17076,7 +17083,7 @@ "zh-cht": "確認刪除所選帳戶?", "hu": "Megerősíti a kiválasztott fiók(ok) törlését?", "xloc": [ - "default.handlebars->47->2673" + "default.handlebars->47->2674" ] }, { @@ -17127,7 +17134,7 @@ "zh-cht": "確認刪除所選用戶群?", "hu": "Megerősíti a kiválasztott felhasználói csoport(ok) törlését?", "xloc": [ - "default.handlebars->47->2756" + "default.handlebars->47->2757" ] }, { @@ -17154,7 +17161,7 @@ "zh-cht": "確認刪除用戶{0}?", "hu": "Megerősíti a(z) {0} felhasználó törlését?", "xloc": [ - "default.handlebars->47->2987" + "default.handlebars->47->2988" ] }, { @@ -17181,7 +17188,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "hu": "Megerősíti a \\\"{0}\\\" felhasználó tagságának eltávolítását?", "xloc": [ - "default.handlebars->47->2827" + "default.handlebars->47->2828" ] }, { @@ -17208,7 +17215,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport tagság eltávolítását?", "xloc": [ - "default.handlebars->47->3019" + "default.handlebars->47->3020" ] }, { @@ -17319,7 +17326,7 @@ "zh-cht": "確認覆蓋?", "hu": "Megerősíti a felülírást?", "xloc": [ - "default.handlebars->47->2432" + "default.handlebars->47->2433" ] }, { @@ -17346,8 +17353,8 @@ "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "hu": "Megerősíti a \\\"{0}\\\" eszköz hozzáférési jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->2817", - "default.handlebars->47->3010" + "default.handlebars->47->2818", + "default.handlebars->47->3011" ] }, { @@ -17374,8 +17381,8 @@ "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "hu": "Megerősíti a \\\"{0}\\\" eszközcsoport hozzáférési jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->2819", - "default.handlebars->47->3023" + "default.handlebars->47->2820", + "default.handlebars->47->3024" ] }, { @@ -17402,7 +17409,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "hu": "Megerősíti a \\\"{0}\\\" felhasználó hozzáférési jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->3012" + "default.handlebars->47->3013" ] }, { @@ -17429,7 +17436,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport hozzáférési jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->3015" + "default.handlebars->47->3016" ] }, { @@ -17456,8 +17463,8 @@ "zh-cht": "確認刪除訪問權限?", "hu": "Megerősíti a hozzáférési jogok eltávolítását?", "xloc": [ - "default.handlebars->47->3013", - "default.handlebars->47->3016" + "default.handlebars->47->3014", + "default.handlebars->47->3017" ] }, { @@ -17485,7 +17492,7 @@ "hu": "Megerősíti a hitelesítő alkalmazás, kétlépcsős bejelentkezés eltávolítását?", "xloc": [ "default-mobile.handlebars->11->312", - "default.handlebars->47->1749" + "default.handlebars->47->1750" ] }, { @@ -17536,7 +17543,7 @@ "zh-cht": "確認刪除設備共享“{0}”?", "hu": "Megerősíti a(z) \\\"{0}\\\" eszközmegosztás eltávolítását?", "xloc": [ - "default.handlebars->47->3008" + "default.handlebars->47->3009" ] }, { @@ -17611,7 +17618,7 @@ "zh-cht": "確認移除推送認證設備?", "hu": "Megerősíti a Push-hitelesítési eszköz eltávolítását?", "xloc": [ - "default.handlebars->47->1751" + "default.handlebars->47->1752" ] }, { @@ -17638,7 +17645,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的權限?", "hu": "Megerősíti a \\\"{0}\\\" felhasználó jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->2336" + "default.handlebars->47->2337" ] }, { @@ -17665,7 +17672,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->2338" + "default.handlebars->47->2339" ] }, { @@ -17719,7 +17726,7 @@ "zh-cht": "確認刪除此登錄令牌?", "hu": "Megerősíti ennek a bejelentkezési tokennek az eltávolítását?", "xloc": [ - "default.handlebars->47->2055" + "default.handlebars->47->2056" ] }, { @@ -17770,7 +17777,7 @@ "zh-cht": "確認刪除用戶{0}?", "hu": "Megerősíti a(z) {0} felhasználó eltávolítását?", "xloc": [ - "default-mobile.handlebars->11->967" + "default-mobile.handlebars->11->968" ] }, { @@ -17825,7 +17832,7 @@ "hu": "Megerősíti {0} / {1} bejegyzés {2} erre a helyre?", "xloc": [ "default-mobile.handlebars->11->365", - "default.handlebars->47->2435" + "default.handlebars->47->2436" ] }, { @@ -17856,7 +17863,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->connectbutton2span", - "default.handlebars->47->2121", + "default.handlebars->47->2122", "default.handlebars->47->949", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", @@ -17946,7 +17953,7 @@ "zh-cht": "連接到伺服器", "hu": "Csatlakozás a kiszolgálóhoz", "xloc": [ - "default.handlebars->47->2216" + "default.handlebars->47->2217" ] }, { @@ -18190,7 +18197,7 @@ "zh-cht": "已連接的Intel® AMT", "hu": "Csatlakozott Intel® AMT", "xloc": [ - "default.handlebars->47->3226" + "default.handlebars->47->3227" ] }, { @@ -18217,7 +18224,7 @@ "zh-cht": "已连接的用户", "hu": "Csatlakozott felhasználók", "xloc": [ - "default.handlebars->47->3231" + "default.handlebars->47->3232" ] }, { @@ -18464,7 +18471,7 @@ "zh-cht": "連接數量", "hu": "Kapcsolatok száma", "xloc": [ - "default.handlebars->47->3257" + "default.handlebars->47->3258" ] }, { @@ -18521,7 +18528,7 @@ "zh-cht": "連接轉發器", "hu": "Kapccsolat Relay", "xloc": [ - "default.handlebars->47->3293" + "default.handlebars->47->3294" ] }, { @@ -18603,7 +18610,7 @@ "hu": "Kapcsolódás", "xloc": [ "default-mobile.handlebars->11->525", - "default.handlebars->47->2390", + "default.handlebars->47->2391", "default.handlebars->47->379", "default.handlebars->47->966", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -18633,7 +18640,7 @@ "zh-cht": "同意", "hu": "Hozzájárulás", "xloc": [ - "default.handlebars->47->2605" + "default.handlebars->47->2606" ] }, { @@ -18776,7 +18783,7 @@ "zh-cht": "Cookie編碼器", "hu": "Cookie kódoló", "xloc": [ - "default.handlebars->47->3276" + "default.handlebars->47->3277" ] }, { @@ -19044,8 +19051,8 @@ "zh-cht": "複製連結到剪貼板", "hu": "Hivatkozás másolása a vágólapra.", "xloc": [ - "default.handlebars->47->2401", - "default.handlebars->47->2420", + "default.handlebars->47->2402", + "default.handlebars->47->2421", "default.handlebars->47->311", "default.handlebars->47->333", "default.handlebars->47->335", @@ -19187,7 +19194,7 @@ "zh-cht": "複製:“{0}”到“{1}”", "hu": "Másolás: \\\"{0}\\\" ide: \\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2494" + "default.handlebars->47->2495" ] }, { @@ -19382,7 +19389,7 @@ "zh-cht": "核心伺服器", "hu": "Core Server", "xloc": [ - "default.handlebars->47->3275" + "default.handlebars->47->3276" ] }, { @@ -19410,7 +19417,7 @@ "hu": "korzikai", "xloc": [ "default-mobile.handlebars->11->144", - "default.handlebars->47->1807", + "default.handlebars->47->1808", "login2.handlebars->7->41" ] }, @@ -19462,7 +19469,7 @@ "zh-cht": "創建帳號", "hu": "Fiók létrehozása", "xloc": [ - "default.handlebars->47->2724", + "default.handlebars->47->2725", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->16->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->16->1->1", "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->16->1->1" @@ -19543,7 +19550,7 @@ "zh-cht": "創建登錄令牌", "hu": "Bejelentkezési token létrehozása", "xloc": [ - "default.handlebars->47->1992", + "default.handlebars->47->1993", "default.handlebars->47->336" ] }, @@ -19571,7 +19578,7 @@ "zh-cht": "創建用戶群", "hu": "Felhasználó csoport létrehozása", "xloc": [ - "default.handlebars->47->2764" + "default.handlebars->47->2765" ] }, { @@ -19625,7 +19632,7 @@ "zh-cht": "使用以下選項創建一個新的裝置群。", "hu": "Hozzon létre egy új eszközcsoportot az alábbi lehetőségek segítségével.", "xloc": [ - "default.handlebars->47->2022" + "default.handlebars->47->2023" ] }, { @@ -19679,7 +19686,7 @@ "zh-cht": "創建一個臨時用戶名和密碼,可用作您帳戶的替代登錄名。這對於允許工具或其他服務訪問您的帳戶很有用。", "hu": "Hozzon létre egy ideiglenes felhasználónevet és jelszót, amelyet alternatív bejelentkezési lehetőségként használhat a fiókjához. Ez akkor hasznos, ha lehetővé teszi, hogy eszközök vagy más szolgáltatások hozzáférjenek a fiókjához.", "xloc": [ - "default.handlebars->47->1972" + "default.handlebars->47->1973" ] }, { @@ -19733,7 +19740,7 @@ "zh-cht": "創建文件夾:“{0}”", "hu": "Mappa létrehozása: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2487" + "default.handlebars->47->2488" ] }, { @@ -19799,7 +19806,7 @@ "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "hu": "Hozzon létre egyszerre több fiókot a következő formátumú JSON fájl importálásával:", "xloc": [ - "default.handlebars->47->2688" + "default.handlebars->47->2689" ] }, { @@ -19855,7 +19862,7 @@ "zh-cht": "創建的設備組:{0}", "hu": "Eszközcsoport létrehozva: {0}", "xloc": [ - "default.handlebars->47->2498" + "default.handlebars->47->2499" ] }, { @@ -19957,7 +19964,7 @@ "zh-cht": "創建", "hu": "Létrehozás", "xloc": [ - "default.handlebars->47->2872" + "default.handlebars->47->2873" ] }, { @@ -19984,7 +19991,7 @@ "zh-cht": "創作時間", "hu": "Létrehozás ideje", "xloc": [ - "default.handlebars->47->2101" + "default.handlebars->47->2102" ] }, { @@ -20040,8 +20047,8 @@ "zh-cht": "創作者", "hu": "Létrehozó", "xloc": [ - "default.handlebars->47->2099", - "default.handlebars->47->2100" + "default.handlebars->47->2100", + "default.handlebars->47->2101" ] }, { @@ -20070,7 +20077,7 @@ "xloc": [ "default-mobile.handlebars->11->537", "default.handlebars->47->1352", - "default.handlebars->47->2060", + "default.handlebars->47->2061", "default.handlebars->47->978" ] }, @@ -20099,7 +20106,7 @@ "hu": "cree", "xloc": [ "default-mobile.handlebars->11->145", - "default.handlebars->47->1808", + "default.handlebars->47->1809", "login2.handlebars->7->42" ] }, @@ -20128,7 +20135,7 @@ "hu": "horvát", "xloc": [ "default-mobile.handlebars->11->146", - "default.handlebars->47->1809", + "default.handlebars->47->1810", "login2.handlebars->7->43" ] }, @@ -20405,8 +20412,8 @@ "zh-cht": "當前密碼不正確。", "hu": "A jelenlegi jelszó nem megfelelő.", "xloc": [ - "default-mobile.handlebars->11->998", - "default.handlebars->47->3195" + "default-mobile.handlebars->11->999", + "default.handlebars->47->3196" ] }, { @@ -20520,7 +20527,7 @@ "hu": "cseh", "xloc": [ "default-mobile.handlebars->11->147", - "default.handlebars->47->1810", + "default.handlebars->47->1811", "login2.handlebars->7->44" ] }, @@ -20603,7 +20610,7 @@ "hu": "dán", "xloc": [ "default-mobile.handlebars->11->148", - "default.handlebars->47->1811", + "default.handlebars->47->1812", "login2.handlebars->7->45" ] }, @@ -20672,7 +20679,7 @@ "hu": "Adatbázis rekordok", "de": "Datenbankaufzeichnungen", "xloc": [ - "default.handlebars->47->3069" + "default.handlebars->47->3070" ] }, { @@ -20700,7 +20707,7 @@ "hu": "Dátum és idő", "xloc": [ "default-mobile.handlebars->11->306", - "default.handlebars->47->1969" + "default.handlebars->47->1970" ] }, { @@ -20729,8 +20736,8 @@ "xloc": [ "default-mobile.handlebars->11->593", "default.handlebars->47->1261", - "default.handlebars->47->3073", - "default.handlebars->47->3076" + "default.handlebars->47->3074", + "default.handlebars->47->3077" ] }, { @@ -20757,8 +20764,8 @@ "zh-cht": "停用", "hu": "Deaktiválás", "xloc": [ - "default.handlebars->47->2131", - "default.handlebars->47->2195" + "default.handlebars->47->2132", + "default.handlebars->47->2196" ] }, { @@ -20785,7 +20792,7 @@ "zh-cht": "如果設置停用CCM", "hu": "CCM kikapcsolása ha be van állítva", "xloc": [ - "default.handlebars->47->2207" + "default.handlebars->47->2208" ] }, { @@ -20864,10 +20871,10 @@ "zh-cht": "默認", "hu": "Alapértelmezett", "xloc": [ - "default.handlebars->47->2711", - "default.handlebars->47->2760", - "default.handlebars->47->2771", - "default.handlebars->47->2845" + "default.handlebars->47->2712", + "default.handlebars->47->2761", + "default.handlebars->47->2772", + "default.handlebars->47->2846" ] }, { @@ -20928,7 +20935,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default-mobile.handlebars->dialog->idx_dlgButtonBar->5", "default.handlebars->47->1515", - "default.handlebars->47->2427", + "default.handlebars->47->2428", "default.handlebars->47->828", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -20967,7 +20974,7 @@ "hu": "Fiók törlése", "xloc": [ "default-mobile.handlebars->11->322", - "default.handlebars->47->2007" + "default.handlebars->47->2008" ] }, { @@ -20994,7 +21001,7 @@ "zh-cht": "刪除帳戶", "hu": "Fiókok törlése", "xloc": [ - "default.handlebars->47->2675" + "default.handlebars->47->2676" ] }, { @@ -21076,10 +21083,10 @@ "zh-cht": "刪除群組", "hu": "Csoport törlése", "xloc": [ - "default-mobile.handlebars->11->905", - "default-mobile.handlebars->11->908", - "default.handlebars->47->2183", - "default.handlebars->47->2224" + "default-mobile.handlebars->11->906", + "default-mobile.handlebars->11->909", + "default.handlebars->47->2184", + "default.handlebars->47->2225" ] }, { @@ -21158,7 +21165,7 @@ "zh-cht": "刪除用戶", "hu": "Felhasználó törlése", "xloc": [ - "default.handlebars->47->2918" + "default.handlebars->47->2919" ] }, { @@ -21185,8 +21192,8 @@ "zh-cht": "刪除用戶群組", "hu": "Felhasználói csoport törlése", "xloc": [ - "default.handlebars->47->2813", - "default.handlebars->47->2825" + "default.handlebars->47->2814", + "default.handlebars->47->2826" ] }, { @@ -21213,7 +21220,7 @@ "zh-cht": "刪除用戶群組", "hu": "Felhasználói csoportok törlése", "xloc": [ - "default.handlebars->47->2758" + "default.handlebars->47->2759" ] }, { @@ -21240,7 +21247,7 @@ "zh-cht": "刪除用戶{0}", "hu": "Felhasználó törlése: {0}", "xloc": [ - "default.handlebars->47->2986" + "default.handlebars->47->2987" ] }, { @@ -21268,7 +21275,7 @@ "hu": "Fiók törlése", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->47->2671", + "default.handlebars->47->2672", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -21323,7 +21330,7 @@ "zh-cht": "刪除群組", "hu": "Csoport törlése", "xloc": [ - "default.handlebars->47->2754" + "default.handlebars->47->2755" ] }, { @@ -21377,7 +21384,7 @@ "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "hu": "Rekurzív törlés: \\\"{0}\\\", {1} eltávolított elem(ek)", "xloc": [ - "default.handlebars->47->2489" + "default.handlebars->47->2490" ] }, { @@ -21407,7 +21414,7 @@ "default-mobile.handlebars->11->362", "default-mobile.handlebars->11->695", "default.handlebars->47->1517", - "default.handlebars->47->2429", + "default.handlebars->47->2430", "sharing.handlebars->11->63" ] }, @@ -21435,7 +21442,7 @@ "zh-cht": "刪除用戶群組{0}?", "hu": "Törli a(z) {0} felhasználói csoportot?", "xloc": [ - "default.handlebars->47->2823" + "default.handlebars->47->2824" ] }, { @@ -21465,7 +21472,7 @@ "default-mobile.handlebars->11->361", "default-mobile.handlebars->11->694", "default.handlebars->47->1516", - "default.handlebars->47->2428", + "default.handlebars->47->2429", "sharing.handlebars->11->62" ] }, @@ -21520,7 +21527,7 @@ "zh-cht": "刪除:“{0}”", "hu": "Törlés: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2488" + "default.handlebars->47->2489" ] }, { @@ -21547,7 +21554,7 @@ "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "hu": "Törlés: \\\"{0}\\\", {1} elem eltávolítva", "xloc": [ - "default.handlebars->47->2490" + "default.handlebars->47->2491" ] }, { @@ -21589,7 +21596,7 @@ "hu": "Felhasználói bejelentkezés megtagadva: {0}, {1}, {2}", "de": "Login des Benutzers von {0}, {1}, {2} verweigert", "xloc": [ - "default.handlebars->47->2598" + "default.handlebars->47->2599" ] }, { @@ -21741,20 +21748,20 @@ "default-mobile.handlebars->11->486", "default-mobile.handlebars->11->611", "default-mobile.handlebars->11->772", - "default-mobile.handlebars->11->891", - "default-mobile.handlebars->11->914", + "default-mobile.handlebars->11->892", + "default-mobile.handlebars->11->915", "default.handlebars->47->1331", "default.handlebars->47->157", "default.handlebars->47->1581", "default.handlebars->47->1591", - "default.handlebars->47->2032", - "default.handlebars->47->2092", - "default.handlebars->47->2230", - "default.handlebars->47->2603", - "default.handlebars->47->2763", - "default.handlebars->47->2774", + "default.handlebars->47->2033", + "default.handlebars->47->2093", + "default.handlebars->47->2231", + "default.handlebars->47->2604", + "default.handlebars->47->2764", "default.handlebars->47->2775", - "default.handlebars->47->2821", + "default.handlebars->47->2776", + "default.handlebars->47->2822", "default.handlebars->47->869", "default.handlebars->47->870", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -21812,12 +21819,12 @@ "default.handlebars->47->1062", "default.handlebars->47->1175", "default.handlebars->47->1449", - "default.handlebars->47->2161", - "default.handlebars->47->2236", - "default.handlebars->47->3046", - "default.handlebars->47->3106", - "default.handlebars->47->3156", - "default.handlebars->47->3251", + "default.handlebars->47->2162", + "default.handlebars->47->2237", + "default.handlebars->47->3047", + "default.handlebars->47->3107", + "default.handlebars->47->3157", + "default.handlebars->47->3252", "default.handlebars->47->834", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", @@ -21851,7 +21858,7 @@ "xloc": [ "default.handlebars->47->1066", "default.handlebars->47->1178", - "default.handlebars->47->2165" + "default.handlebars->47->2166" ] }, { @@ -21879,7 +21886,7 @@ "hu": "Asztal + Terminál", "xloc": [ "default.handlebars->47->1063", - "default.handlebars->47->2162" + "default.handlebars->47->2163" ] }, { @@ -21908,7 +21915,7 @@ "xloc": [ "default.handlebars->47->1067", "default.handlebars->47->1180", - "default.handlebars->47->2166" + "default.handlebars->47->2167" ] }, { @@ -21962,7 +21969,7 @@ "zh-cht": "桌面多路復用", "hu": "Asztal Multiplex", "xloc": [ - "default.handlebars->47->3256" + "default.handlebars->47->3257" ] }, { @@ -21989,9 +21996,9 @@ "zh-cht": "桌面通知", "hu": "Asztal kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2112", - "default.handlebars->47->2782", - "default.handlebars->47->2887", + "default.handlebars->47->2113", + "default.handlebars->47->2783", + "default.handlebars->47->2888", "default.handlebars->47->940" ] }, @@ -22019,9 +22026,9 @@ "zh-cht": "桌面提示", "hu": "Asztal kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2111", - "default.handlebars->47->2781", - "default.handlebars->47->2886", + "default.handlebars->47->2112", + "default.handlebars->47->2782", + "default.handlebars->47->2887", "default.handlebars->47->939" ] }, @@ -22049,9 +22056,9 @@ "zh-cht": "桌面提示+工具欄", "hu": "Asztal kapcsolat engedélykérés és eszköztár", "xloc": [ - "default.handlebars->47->2109", - "default.handlebars->47->2779", - "default.handlebars->47->2884", + "default.handlebars->47->2110", + "default.handlebars->47->2780", + "default.handlebars->47->2885", "default.handlebars->47->937" ] }, @@ -22079,7 +22086,7 @@ "zh-cht": "桌面會話", "hu": "Asztal munkamenet", "xloc": [ - "default.handlebars->47->3039" + "default.handlebars->47->3040" ] }, { @@ -22186,9 +22193,9 @@ "zh-cht": "桌面工具欄", "hu": "Asztal kapcsolat eszköztár", "xloc": [ - "default.handlebars->47->2110", - "default.handlebars->47->2780", - "default.handlebars->47->2885", + "default.handlebars->47->2111", + "default.handlebars->47->2781", + "default.handlebars->47->2886", "default.handlebars->47->938" ] }, @@ -22216,7 +22223,7 @@ "zh-cht": "僅桌面視圖", "hu": "Asztal csak megtekintés", "xloc": [ - "default.handlebars->47->2860" + "default.handlebars->47->2861" ] }, { @@ -22356,7 +22363,7 @@ "default-mobile.handlebars->11->564", "default.handlebars->47->1116", "default.handlebars->47->1141", - "default.handlebars->47->2327", + "default.handlebars->47->2328", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -22414,12 +22421,12 @@ "xloc": [ "default-mobile.handlebars->11->767", "default.handlebars->47->1576", - "default.handlebars->47->1755", - "default.handlebars->47->2264", + "default.handlebars->47->1756", + "default.handlebars->47->2265", "default.handlebars->47->281", - "default.handlebars->47->3005", - "default.handlebars->47->3072", - "default.handlebars->47->3090", + "default.handlebars->47->3006", + "default.handlebars->47->3073", + "default.handlebars->47->3091", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -22555,7 +22562,7 @@ "zh-cht": "設備詳情", "hu": "Eszköz részéletek elérése", "xloc": [ - "default.handlebars->47->2288" + "default.handlebars->47->2289" ] }, { @@ -22610,18 +22617,18 @@ "hu": "Eszköz csoport", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->976", - "default.handlebars->47->2259", - "default.handlebars->47->2262", + "default-mobile.handlebars->11->977", + "default.handlebars->47->2260", "default.handlebars->47->2263", - "default.handlebars->47->2620", - "default.handlebars->47->2805", - "default.handlebars->47->2811", - "default.handlebars->47->2993", - "default.handlebars->47->3055", - "default.handlebars->47->3079", - "default.handlebars->47->3093", - "default.handlebars->47->3173" + "default.handlebars->47->2264", + "default.handlebars->47->2621", + "default.handlebars->47->2806", + "default.handlebars->47->2812", + "default.handlebars->47->2994", + "default.handlebars->47->3056", + "default.handlebars->47->3080", + "default.handlebars->47->3094", + "default.handlebars->47->3174" ] }, { @@ -22648,8 +22655,8 @@ "zh-cht": "裝置群用戶", "hu": "Eszköz Csoport Felhasználó", "xloc": [ - "default-mobile.handlebars->11->965", - "default.handlebars->47->2334" + "default-mobile.handlebars->11->966", + "default.handlebars->47->2335" ] }, { @@ -22677,11 +22684,11 @@ "hu": "Eszköz csoportok", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->47->2636", - "default.handlebars->47->2748", - "default.handlebars->47->2792", - "default.handlebars->47->2881", - "default.handlebars->47->3229", + "default.handlebars->47->2637", + "default.handlebars->47->2749", + "default.handlebars->47->2793", + "default.handlebars->47->2882", + "default.handlebars->47->3230", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -22792,7 +22799,7 @@ "xloc": [ "default-mobile.handlebars->11->609", "default.handlebars->47->1329", - "default.handlebars->47->3054", + "default.handlebars->47->3055", "default.handlebars->47->491", "default.handlebars->47->500", "player.handlebars->3->25" @@ -22850,7 +22857,7 @@ "zh-cht": "設備配對鏈接", "hu": "Eszköz párosítás link", "xloc": [ - "default-mobile.handlebars->11->919" + "default-mobile.handlebars->11->920" ] }, { @@ -22877,7 +22884,7 @@ "zh-cht": "設備推送", "hu": "Device Push", "xloc": [ - "default.handlebars->47->2900" + "default.handlebars->47->2901" ] }, { @@ -22889,7 +22896,7 @@ "hu": "Eszköz push értesítés rekord", "de": "Aufzeichnungen zu Push-Benachrichtigungen des Geräts", "xloc": [ - "default.handlebars->47->3153" + "default.handlebars->47->3154" ] }, { @@ -22901,7 +22908,7 @@ "hu": "Eszköz SMBIOS rekord", "de": "SMBIOS Geräteaufzeichnungen", "xloc": [ - "default.handlebars->47->3152" + "default.handlebars->47->3153" ] }, { @@ -22977,7 +22984,7 @@ "hu": "Eszközmegosztási link", "xloc": [ "default.handlebars->47->1059", - "default.handlebars->47->2158" + "default.handlebars->47->2159" ] }, { @@ -23117,10 +23124,10 @@ "default.handlebars->47->1085", "default.handlebars->47->1089", "default.handlebars->47->1093", - "default.handlebars->47->1995", - "default.handlebars->47->2361", - "default.handlebars->47->2365", - "default.handlebars->47->2369" + "default.handlebars->47->1996", + "default.handlebars->47->2362", + "default.handlebars->47->2366", + "default.handlebars->47->2370" ] }, { @@ -23150,10 +23157,10 @@ "default.handlebars->47->1086", "default.handlebars->47->1090", "default.handlebars->47->1094", - "default.handlebars->47->1996", - "default.handlebars->47->2362", - "default.handlebars->47->2366", - "default.handlebars->47->2370" + "default.handlebars->47->1997", + "default.handlebars->47->2363", + "default.handlebars->47->2367", + "default.handlebars->47->2371" ] }, { @@ -23180,7 +23187,7 @@ "zh-cht": "設備組已創建:{0}", "hu": "Eszközcsoport létrehozva: {0}", "xloc": [ - "default.handlebars->47->2519" + "default.handlebars->47->2520" ] }, { @@ -23207,7 +23214,7 @@ "zh-cht": "設備組已刪除:{0}", "hu": "Eszközcsoport törölve: {0}", "xloc": [ - "default.handlebars->47->2520" + "default.handlebars->47->2521" ] }, { @@ -23234,7 +23241,7 @@ "zh-cht": "設備組成員身份已更改:{0}", "hu": "Eszközcsoport tagság megváltozott: {0}", "xloc": [ - "default.handlebars->47->2521" + "default.handlebars->47->2522" ] }, { @@ -23289,7 +23296,7 @@ "zh-cht": "設備組通知已更改", "hu": "Eszközcsoport értesítés megváltozott", "xloc": [ - "default.handlebars->47->2516" + "default.handlebars->47->2517" ] }, { @@ -23301,7 +23308,7 @@ "hu": "Eszközcsoport rekordok", "de": "Gerätegruppenaufzeichnungen", "xloc": [ - "default.handlebars->47->3138" + "default.handlebars->47->3139" ] }, { @@ -23328,7 +23335,7 @@ "zh-cht": "未刪除的設備組:{0}", "hu": "Eszközcsoport törlés visszavonva: {0}", "xloc": [ - "default.handlebars->47->2499" + "default.handlebars->47->2500" ] }, { @@ -23355,7 +23362,7 @@ "zh-cht": "設備組 {0} 已更改:{1}", "hu": "{0} eszközcsoport :{1} megváltozott", "xloc": [ - "default.handlebars->47->2585" + "default.handlebars->47->2586" ] }, { @@ -23394,7 +23401,7 @@ "hu": "Eszköz információs rekordok", "de": "Aufzeichnungen zu Geräteinformationen", "xloc": [ - "default.handlebars->47->3140" + "default.handlebars->47->3141" ] }, { @@ -23959,7 +23966,7 @@ "fr": "Enregistrement de l'état de l'alimentation de l'appareil", "hu": "Eszköz energiaellátás változás rekordok", "xloc": [ - "default.handlebars->47->3146" + "default.handlebars->47->3147" ] }, { @@ -23971,7 +23978,7 @@ "hu": "Eszköz rekordok", "de": "Geräteaufzeichnungen", "xloc": [ - "default.handlebars->47->3137" + "default.handlebars->47->3138" ] }, { @@ -23998,7 +24005,7 @@ "zh-cht": "設備請求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "hu": "Eszköz által kért Intel(R) AMT ACM TLS aktiválás, FQDN: {0}", "xloc": [ - "default.handlebars->47->2554" + "default.handlebars->47->2555" ] }, { @@ -24025,7 +24032,7 @@ "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "hu": "Eszköz által kért Intel(R) AMT ACM aktiválás, FQDN: {0}", "xloc": [ - "default.handlebars->47->2501" + "default.handlebars->47->2502" ] }, { @@ -24037,7 +24044,7 @@ "hu": "Eszközmegosztási rekordok", "de": "Aufzeichnungen zu Geräte-Teilen", "xloc": [ - "default.handlebars->47->3150" + "default.handlebars->47->3151" ] }, { @@ -24049,7 +24056,7 @@ "hu": "Eszköz, felhasználók, csoportok és egyéb rekordok", "de": "Aufzeichnungen zu Geräten, Benutzern und Weiteres", "xloc": [ - "default.handlebars->47->3154" + "default.handlebars->47->3155" ] }, { @@ -24100,9 +24107,9 @@ "zh-cht": "裝置", "hu": "Eszközök", "xloc": [ - "default.handlebars->47->2181", - "default.handlebars->47->2749", - "default.handlebars->47->2793" + "default.handlebars->47->2182", + "default.handlebars->47->2750", + "default.handlebars->47->2794" ] }, { @@ -24344,7 +24351,7 @@ "zh-cht": "禁用的電子郵件兩因素身份驗證", "hu": "Kétfaktoros e-mail hitelesítés kikapcsolása", "xloc": [ - "default.handlebars->47->2532" + "default.handlebars->47->2533" ] }, { @@ -24375,7 +24382,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3", "default-mobile.handlebars->container->page_content->column_l->p10->p10terminal->termTable->termarea1->1->3->disconnectbutton2span", - "default.handlebars->47->2122", + "default.handlebars->47->2123", "default.handlebars->47->950", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", @@ -24584,8 +24591,8 @@ "pl": "Discord", "de": "Discord", "xloc": [ - "default.handlebars->47->1717", - "default.handlebars->47->2932" + "default.handlebars->47->1718", + "default.handlebars->47->2933" ] }, { @@ -24774,7 +24781,7 @@ "zh-cht": "顯示裝置群名稱", "hu": "Eszközcsoport nevének megjelenítése", "xloc": [ - "default.handlebars->47->1994" + "default.handlebars->47->1995" ] }, { @@ -24828,7 +24835,7 @@ "zh-cht": "顯示公共鏈結", "hu": "Publikus link megjelenítése", "xloc": [ - "default.handlebars->47->2400" + "default.handlebars->47->2401" ] }, { @@ -24863,7 +24870,7 @@ "nl": "Waarschuwingsvenster weergeven, title=\\\"{0}\\\", message=\\\"{1}\\\"", "pl": "Wyświetl okno powiadomienia, tytuł=\\\"{0}\\\", wiadomość=\\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2601" + "default.handlebars->47->2602" ] }, { @@ -24890,7 +24897,7 @@ "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "hu": "Üzenetdoboz megjelenítése, cím=\\\"{0}\\\", üzenet=\\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2461" + "default.handlebars->47->2462" ] }, { @@ -24917,7 +24924,7 @@ "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "hu": "Alkalmazás üzenet megjelenítése, title=\\\"{0}\\\", message=\\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2469" + "default.handlebars->47->2470" ] }, { @@ -24944,8 +24951,8 @@ "zh-cht": "什麼都不做", "hu": "Ne csináljon semmit", "xloc": [ - "default.handlebars->47->2210", - "default.handlebars->47->2214" + "default.handlebars->47->2211", + "default.handlebars->47->2215" ] }, { @@ -24974,10 +24981,10 @@ "xloc": [ "default.handlebars->47->126", "default.handlebars->47->1355", - "default.handlebars->47->2712", - "default.handlebars->47->2761", - "default.handlebars->47->2770", - "default.handlebars->47->2844", + "default.handlebars->47->2713", + "default.handlebars->47->2762", + "default.handlebars->47->2771", + "default.handlebars->47->2845", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -25030,7 +25037,7 @@ "zh-cht": "請勿更改,如果設置請保留CCM", "hu": "Ne módosítsa, tartsa meg a CCM-et, ha beállítva van", "xloc": [ - "default.handlebars->47->2206" + "default.handlebars->47->2207" ] }, { @@ -25081,7 +25088,7 @@ "zh-cht": "不要連接到伺服器", "hu": "Ne csatlakozzon a kiszolgálóhoz", "xloc": [ - "default.handlebars->47->2215" + "default.handlebars->47->2216" ] }, { @@ -25460,7 +25467,7 @@ "zh-cht": "下載報告", "hu": "Jelentés letöltése", "xloc": [ - "default.handlebars->47->2625", + "default.handlebars->47->2626", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -25570,7 +25577,7 @@ "zh-cht": "下載設備列表", "hu": "Eszközlista letöltése", "xloc": [ - "default.handlebars->47->2179" + "default.handlebars->47->2180" ] }, { @@ -25786,7 +25793,7 @@ "zh-cht": "使用以下一種檔案格式下載事件列表。", "hu": "Töltse le az események listáját az alábbi fájlformátumokban.", "xloc": [ - "default.handlebars->47->2626" + "default.handlebars->47->2627" ] }, { @@ -25813,7 +25820,7 @@ "zh-cht": "使用以下一種檔案格式下載用戶列表。", "hu": "Töltse le a felhasználók listáját az alábbi fájlformátumok valamelyikével.", "xloc": [ - "default.handlebars->47->2696" + "default.handlebars->47->2697" ] }, { @@ -25922,7 +25929,7 @@ "zh-cht": "下載:“{0}”", "hu": "Letöltés: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2492" + "default.handlebars->47->2493" ] }, { @@ -25949,7 +25956,7 @@ "zh-cht": "下載:\\\"{0}\\\",大小:{1}", "hu": "Letöltés: \\\"{0}\\\", Méret: {1}", "xloc": [ - "default.handlebars->47->2549" + "default.handlebars->47->2550" ] }, { @@ -26003,7 +26010,7 @@ "zh-cht": "代理重複", "hu": "Duplikált Agent", "xloc": [ - "default.handlebars->47->3225" + "default.handlebars->47->3226" ] }, { @@ -26057,7 +26064,7 @@ "zh-cht": "複製用戶群", "hu": "Felhasználó csoport duplikálása", "xloc": [ - "default.handlebars->47->2765" + "default.handlebars->47->2766" ] }, { @@ -26111,8 +26118,8 @@ "default.handlebars->47->1211", "default.handlebars->47->287", "default.handlebars->47->289", - "default.handlebars->47->3034", - "default.handlebars->47->3060", + "default.handlebars->47->3035", + "default.handlebars->47->3061", "player.handlebars->3->18" ] }, @@ -26165,7 +26172,7 @@ "hu": "holland (Belga)", "xloc": [ "default-mobile.handlebars->11->150", - "default.handlebars->47->1813", + "default.handlebars->47->1814", "login2.handlebars->7->47" ] }, @@ -26194,7 +26201,7 @@ "hu": "holland", "xloc": [ "default-mobile.handlebars->11->149", - "default.handlebars->47->1812", + "default.handlebars->47->1813", "login2.handlebars->7->46" ] }, @@ -26640,17 +26647,17 @@ "zh-cht": "編輯裝置群", "hu": "Eszközcsoport szerkesztés", "xloc": [ - "default-mobile.handlebars->11->909", - "default-mobile.handlebars->11->912", - "default-mobile.handlebars->11->915", - "default-mobile.handlebars->11->922", - "default-mobile.handlebars->11->942", - "default.handlebars->47->2225", - "default.handlebars->47->2228", - "default.handlebars->47->2231", - "default.handlebars->47->2268", - "default.handlebars->47->2295", - "default.handlebars->47->2307" + "default-mobile.handlebars->11->910", + "default-mobile.handlebars->11->913", + "default-mobile.handlebars->11->916", + "default-mobile.handlebars->11->923", + "default-mobile.handlebars->11->943", + "default.handlebars->47->2226", + "default.handlebars->47->2229", + "default.handlebars->47->2232", + "default.handlebars->47->2269", + "default.handlebars->47->2296", + "default.handlebars->47->2308" ] }, { @@ -26677,7 +26684,7 @@ "zh-cht": "編輯裝置群功能", "hu": "Eszköz Csoport funkciók szerkesztése", "xloc": [ - "default.handlebars->47->2254" + "default.handlebars->47->2255" ] }, { @@ -26704,8 +26711,8 @@ "zh-cht": "編輯裝置群權限", "hu": "Eszközcsoport engedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2292", - "default.handlebars->47->2304" + "default.handlebars->47->2293", + "default.handlebars->47->2305" ] }, { @@ -26732,7 +26739,7 @@ "zh-cht": "編輯裝置群用戶同意", "hu": "Eszközcsoport felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2232" + "default.handlebars->47->2233" ] }, { @@ -26759,8 +26766,8 @@ "zh-cht": "編輯裝置筆記", "hu": "Eszköz jegyzetek szerkesztése", "xloc": [ - "default-mobile.handlebars->11->934", - "default.handlebars->47->2282" + "default-mobile.handlebars->11->935", + "default.handlebars->47->2283" ] }, { @@ -26787,8 +26794,8 @@ "zh-cht": "編輯裝置權限", "hu": "Eszköz engedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2297", - "default.handlebars->47->2299" + "default.handlebars->47->2298", + "default.handlebars->47->2300" ] }, { @@ -26842,7 +26849,7 @@ "zh-cht": "編輯裝置用戶同意", "hu": "Felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2234" + "default.handlebars->47->2235" ] }, { @@ -26930,8 +26937,8 @@ "zh-cht": "編輯筆記", "hu": "Jegyzetek szerkesztése", "xloc": [ - "default-mobile.handlebars->11->949", - "default.handlebars->47->2314" + "default-mobile.handlebars->11->950", + "default.handlebars->47->2315" ] }, { @@ -26958,7 +26965,7 @@ "zh-cht": "編輯用戶同意", "hu": "Felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2233" + "default.handlebars->47->2234" ] }, { @@ -26985,7 +26992,7 @@ "zh-cht": "編輯用戶裝置群權限", "hu": "Felhasználói eszközcsoport engedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2305" + "default.handlebars->47->2306" ] }, { @@ -27012,7 +27019,7 @@ "zh-cht": "編輯用戶裝置權限", "hu": "Felhasználói eszközengedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2300" + "default.handlebars->47->2301" ] }, { @@ -27039,7 +27046,7 @@ "zh-cht": "編輯用戶特徵", "hu": "Felhasználói funkciók szerkesztése", "xloc": [ - "default.handlebars->47->2969" + "default.handlebars->47->2970" ] }, { @@ -27066,7 +27073,7 @@ "zh-cht": "編輯用戶群", "hu": "Felhasználói csoport szerkesztése", "xloc": [ - "default.handlebars->47->2822" + "default.handlebars->47->2823" ] }, { @@ -27093,7 +27100,7 @@ "zh-cht": "編輯用戶群裝置權限", "hu": "Felhasználói csoport eszköz engedélyeinek szerkesztése", "xloc": [ - "default.handlebars->47->2302" + "default.handlebars->47->2303" ] }, { @@ -27120,7 +27127,7 @@ "zh-cht": "編輯用戶組功能", "hu": "Felhasználói Csoportok funkciók szerkesztése", "xloc": [ - "default.handlebars->47->2815" + "default.handlebars->47->2816" ] }, { @@ -27147,7 +27154,7 @@ "zh-cht": "編輯用戶組用戶同意", "hu": "Felhasználói Csoport felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2235" + "default.handlebars->47->2236" ] }, { @@ -27281,12 +27288,12 @@ "hu": "Email", "xloc": [ "default-mobile.handlebars->11->316", - "default.handlebars->47->2714", - "default.handlebars->47->2848", - "default.handlebars->47->2850", - "default.handlebars->47->2898", - "default.handlebars->47->2911", - "default.handlebars->47->2972", + "default.handlebars->47->2715", + "default.handlebars->47->2849", + "default.handlebars->47->2851", + "default.handlebars->47->2899", + "default.handlebars->47->2912", + "default.handlebars->47->2973", "default.handlebars->47->543", "login-mobile.handlebars->5->45", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -27309,7 +27316,7 @@ "pl": "Email ({0})", "de": "E-Mail ({0})", "xloc": [ - "default.handlebars->47->2124", + "default.handlebars->47->2125", "default.handlebars->47->952" ] }, @@ -27338,7 +27345,7 @@ "hu": "E-mail cím módosítása", "xloc": [ "default-mobile.handlebars->11->317", - "default.handlebars->47->2003" + "default.handlebars->47->2004" ] }, { @@ -27366,7 +27373,7 @@ "hu": "E-mail hitelesítés", "xloc": [ "default-mobile.handlebars->11->101", - "default.handlebars->47->1743" + "default.handlebars->47->1744" ] }, { @@ -27481,7 +27488,7 @@ "hu": "Email értesítés", "xloc": [ "default.handlebars->47->1088", - "default.handlebars->47->2364" + "default.handlebars->47->2365" ] }, { @@ -27533,7 +27540,7 @@ "hu": "Email megerősítés", "xloc": [ "default-mobile.handlebars->11->315", - "default.handlebars->47->2001" + "default.handlebars->47->2002" ] }, { @@ -27560,8 +27567,8 @@ "zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})", "hu": "A \\\"{0}\\\" e-mail domain nem engedélyezett. Csak ({1}) engedélyezett", "xloc": [ - "default-mobile.handlebars->11->1007", - "default.handlebars->47->3204" + "default-mobile.handlebars->11->1008", + "default.handlebars->47->3205" ] }, { @@ -27615,7 +27622,7 @@ "zh-cht": "電郵未驗證", "hu": "Az e-mail cím nincs megerősítve.", "xloc": [ - "default.handlebars->47->2656" + "default.handlebars->47->2657" ] }, { @@ -27642,8 +27649,8 @@ "zh-cht": "電子郵件已驗證", "hu": "Az e-mail cím megerősítve.", "xloc": [ - "default.handlebars->47->2657", - "default.handlebars->47->2842" + "default.handlebars->47->2658", + "default.handlebars->47->2843" ] }, { @@ -27670,7 +27677,7 @@ "zh-cht": "電郵已驗證。", "hu": "Az e-mail cím megerősítve.", "xloc": [ - "default.handlebars->47->2720" + "default.handlebars->47->2721" ] }, { @@ -27697,7 +27704,7 @@ "zh-cht": "電郵未驗證", "hu": "Az e-mail cím nincs megerősítve.", "xloc": [ - "default.handlebars->47->2843" + "default.handlebars->47->2844" ] }, { @@ -27748,8 +27755,8 @@ "zh-cht": "電郵已發送。", "hu": "E-mail elküldve.", "xloc": [ - "default-mobile.handlebars->11->991", - "default.handlebars->47->3188", + "default-mobile.handlebars->11->992", + "default.handlebars->47->3189", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->201" @@ -27832,7 +27839,7 @@ "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "hu": "E-mail megerősített és kötelező jelszó-visszaállítás szükséges.", "xloc": [ - "default.handlebars->47->2721" + "default.handlebars->47->2722" ] }, { @@ -27883,7 +27890,7 @@ "zh-cht": "電子郵件/短信/推送流量", "hu": "E-mail/SMS/Push forgalom", "xloc": [ - "default.handlebars->47->3284" + "default.handlebars->47->3285" ] }, { @@ -27997,7 +28004,7 @@ "zh-cht": "啟用邀請代碼", "hu": "Meghívókódok engedélyezése", "xloc": [ - "default.handlebars->47->2340" + "default.handlebars->47->2341" ] }, { @@ -28052,7 +28059,7 @@ "hu": "Kétfaktoros e-mail hitelesítés engedélyezése.", "xloc": [ "default-mobile.handlebars->11->103", - "default.handlebars->47->1745" + "default.handlebars->47->1746" ] }, { @@ -28106,10 +28113,10 @@ "zh-cht": "已啟用", "hu": "Engedélyezve", "xloc": [ - "default-mobile.handlebars->11->853", + "default-mobile.handlebars->11->854", "default.handlebars->47->129", - "default.handlebars->47->1672", - "default.handlebars->47->3062" + "default.handlebars->47->1673", + "default.handlebars->47->3063" ] }, { @@ -28136,7 +28143,7 @@ "zh-cht": "啟用電子郵件兩因素身份驗證", "hu": "Kétfaktoros e-mail hitelesítés engedélyezve", "xloc": [ - "default.handlebars->47->2531" + "default.handlebars->47->2532" ] }, { @@ -28250,8 +28257,8 @@ { "en": "Encryption In Progress", "xloc": [ - "default-mobile.handlebars->11->855", - "default.handlebars->47->1674" + "default-mobile.handlebars->11->856", + "default.handlebars->47->1675" ] }, { @@ -28306,7 +28313,7 @@ "zh-cht": "時間結束", "hu": "Befejezés ideje", "xloc": [ - "default.handlebars->47->3059" + "default.handlebars->47->3060" ] }, { @@ -28333,7 +28340,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "hu": "Befejezett asztali munkamenet \\\"{0}\\\", {1} és {2} között, {3} másodperc", "xloc": [ - "default.handlebars->47->2454" + "default.handlebars->47->2455" ] }, { @@ -28360,7 +28367,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "hu": "Befejezett fájl munkamenet \\\"{0}\\\" az {1}-től {2}-ig, {3} másodperc", "xloc": [ - "default.handlebars->47->2455" + "default.handlebars->47->2456" ] }, { @@ -28387,7 +28394,7 @@ "zh-cht": "已結束本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2},{3} 秒", "hu": "Befejezett helyi relay munkamenet \\\"{0}\\\" protokol {1} és {2} között, {3} másodperc", "xloc": [ - "default.handlebars->47->2564" + "default.handlebars->47->2565" ] }, { @@ -28414,7 +28421,7 @@ "zh-cht": "從 {1} 到 {2} 結束的 Messenger 會話 \\\"{0}\\\",{3} 秒", "hu": "Befejezett üzenetküldő munkamenet \\\"{0}\\\" {1} és {2} között, {3} másodperc", "xloc": [ - "default.handlebars->47->2555" + "default.handlebars->47->2556" ] }, { @@ -28441,7 +28448,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "hu": "Befejezett relay munkamenet \\\"{0}\\\" {1} és {2} között, {3} másodperc", "xloc": [ - "default.handlebars->47->2452" + "default.handlebars->47->2453" ] }, { @@ -28468,7 +28475,7 @@ "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "hu": "Befejezett terminál munkamenet \\\"{0}\\\" az {1}-től {2}-ig, {3} másodperc", "xloc": [ - "default.handlebars->47->2453" + "default.handlebars->47->2454" ] }, { @@ -28496,7 +28503,7 @@ "hu": "angol", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->47->1814", + "default.handlebars->47->1815", "login2.handlebars->7->48" ] }, @@ -28525,7 +28532,7 @@ "hu": "angol (Ausztrália)", "xloc": [ "default-mobile.handlebars->11->152", - "default.handlebars->47->1815", + "default.handlebars->47->1816", "login2.handlebars->7->49" ] }, @@ -28554,7 +28561,7 @@ "hu": "angol (Belize)", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->47->1816", + "default.handlebars->47->1817", "login2.handlebars->7->50" ] }, @@ -28583,7 +28590,7 @@ "hu": "angol (Kanada)", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->47->1817", + "default.handlebars->47->1818", "login2.handlebars->7->51" ] }, @@ -28612,7 +28619,7 @@ "hu": "angol (Írország)", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->47->1818", + "default.handlebars->47->1819", "login2.handlebars->7->52" ] }, @@ -28641,7 +28648,7 @@ "hu": "angol (Jamaika)", "xloc": [ "default-mobile.handlebars->11->156", - "default.handlebars->47->1819", + "default.handlebars->47->1820", "login2.handlebars->7->53" ] }, @@ -28670,7 +28677,7 @@ "hu": "angol (Új-Zéland)", "xloc": [ "default-mobile.handlebars->11->157", - "default.handlebars->47->1820", + "default.handlebars->47->1821", "login2.handlebars->7->54" ] }, @@ -28699,7 +28706,7 @@ "hu": "angol (Fülöp-szigetek)", "xloc": [ "default-mobile.handlebars->11->158", - "default.handlebars->47->1821", + "default.handlebars->47->1822", "login2.handlebars->7->55" ] }, @@ -28728,7 +28735,7 @@ "hu": "angol (Dél-Afrika)", "xloc": [ "default-mobile.handlebars->11->159", - "default.handlebars->47->1822", + "default.handlebars->47->1823", "login2.handlebars->7->56" ] }, @@ -28757,7 +28764,7 @@ "hu": "angol (Trinidad és Tobago)", "xloc": [ "default-mobile.handlebars->11->160", - "default.handlebars->47->1823", + "default.handlebars->47->1824", "login2.handlebars->7->57" ] }, @@ -28786,7 +28793,7 @@ "hu": "angol (Egyesült Királyság)", "xloc": [ "default-mobile.handlebars->11->161", - "default.handlebars->47->1824", + "default.handlebars->47->1825", "login2.handlebars->7->58" ] }, @@ -28815,7 +28822,7 @@ "hu": "angol (USA)", "xloc": [ "default-mobile.handlebars->11->162", - "default.handlebars->47->1825", + "default.handlebars->47->1826", "login2.handlebars->7->59" ] }, @@ -28844,7 +28851,7 @@ "hu": "angol (Zimbabwe)", "xloc": [ "default-mobile.handlebars->11->163", - "default.handlebars->47->1826", + "default.handlebars->47->1827", "login2.handlebars->7->60" ] }, @@ -28899,8 +28906,8 @@ "default-mobile.handlebars->11->625", "default.handlebars->47->1377", "default.handlebars->47->1508", - "default.handlebars->47->2040", "default.handlebars->47->2041", + "default.handlebars->47->2042", "sharing.handlebars->11->55" ] }, @@ -28928,7 +28935,7 @@ "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "hu": "Adja meg az adminisztratív realm nevek vesszővel elválasztott listáját. (Ezek nem domain-ek)", "xloc": [ - "default.handlebars->47->2725" + "default.handlebars->47->2726" ] }, { @@ -29164,7 +29171,7 @@ "zh-cht": "輸入支持SMS的電話號碼。驗證後,該號碼可用於登入驗證和其他通知。", "hu": "Írja be az SMS fogadásra alkalmas telefonszámát. Az ellenőrzést követően a szám felhasználható bejelentkezés ellenőrzésére és egyéb értesítésekre.", "xloc": [ - "default.handlebars->47->1709" + "default.handlebars->47->1710" ] }, { @@ -29175,7 +29182,7 @@ "pl": "Wprowadź swoją usługę przesyłania wiadomości. Po weryfikacji, ten serwer może wysyłać weryfikację logowania i inne powiadomienia.", "de": "Geben Sie ihren Messengerdienst und Nutzernamen ein. Sobald Sie verifiziert sind, kann dieser Server Ihnen Loginverifikationen und andere Benachrichtigungen senden.", "xloc": [ - "default.handlebars->47->1715" + "default.handlebars->47->1716" ] }, { @@ -29329,8 +29336,8 @@ "zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。", "hu": "Hiba, a \\\"{0}\\\" meghívókód már használatban van.", "xloc": [ - "default-mobile.handlebars->11->999", - "default.handlebars->47->3196" + "default-mobile.handlebars->11->1000", + "default.handlebars->47->3197" ] }, { @@ -29357,8 +29364,8 @@ "zh-cht": "錯誤,密碼未更改。", "hu": "Hiba, a jelszó nem módosult.", "xloc": [ - "default-mobile.handlebars->11->996", - "default.handlebars->47->3193" + "default-mobile.handlebars->11->997", + "default.handlebars->47->3194" ] }, { @@ -29385,8 +29392,8 @@ "zh-cht": "錯誤,無法更改為常用密碼。", "hu": "Hiba, nem lehet átváltani a gyakran használt jelszóra.", "xloc": [ - "default-mobile.handlebars->11->995", - "default.handlebars->47->3192" + "default-mobile.handlebars->11->996", + "default.handlebars->47->3193" ] }, { @@ -29413,8 +29420,8 @@ "zh-cht": "錯誤,無法更改為以前使用的密碼。", "hu": "Hiba, nem lehet átváltani a korábban használt jelszóra.", "xloc": [ - "default-mobile.handlebars->11->994", - "default.handlebars->47->3191" + "default-mobile.handlebars->11->995", + "default.handlebars->47->3192" ] }, { @@ -29505,7 +29512,7 @@ "hu": "eszperantó", "xloc": [ "default-mobile.handlebars->11->164", - "default.handlebars->47->1827", + "default.handlebars->47->1828", "login2.handlebars->7->61" ] }, @@ -29558,7 +29565,7 @@ "hu": "észt", "xloc": [ "default-mobile.handlebars->11->165", - "default.handlebars->47->1828", + "default.handlebars->47->1829", "login2.handlebars->7->62" ] }, @@ -29637,7 +29644,7 @@ "zh-cht": "事件列表輸出", "hu": "Eseménylista exportálás", "xloc": [ - "default.handlebars->47->2631" + "default.handlebars->47->2632" ] }, { @@ -29649,7 +29656,7 @@ "hu": "Esemény rekordok", "de": "Eventaufzeichnungen", "xloc": [ - "default.handlebars->47->3147" + "default.handlebars->47->3148" ] }, { @@ -29844,7 +29851,7 @@ "hu": "Lejárati idő", "xloc": [ "default.handlebars->47->1206", - "default.handlebars->47->1991", + "default.handlebars->47->1992", "default.handlebars->47->292" ] }, @@ -29899,7 +29906,7 @@ "zh-cht": "過期{0}", "hu": "Lejárat {0}", "xloc": [ - "default.handlebars->47->2054", + "default.handlebars->47->2055", "sharing.handlebars->11->95" ] }, @@ -30010,7 +30017,7 @@ "zh-cht": "外部", "hu": "Külső", "xloc": [ - "default.handlebars->47->3264" + "default.handlebars->47->3265" ] }, { @@ -30037,7 +30044,7 @@ "zh-cht": "FIDO 密鑰", "hu": "FIDO kulcs", "xloc": [ - "default.handlebars->47->3127" + "default.handlebars->47->3128" ] }, { @@ -30092,7 +30099,7 @@ "hu": "FYRO macedón", "xloc": [ "default-mobile.handlebars->11->215", - "default.handlebars->47->1878", + "default.handlebars->47->1879", "login2.handlebars->7->112" ] }, @@ -30104,8 +30111,8 @@ "pl": "Facebook", "de": "Facebook", "xloc": [ - "default.handlebars->47->1729", - "default.handlebars->47->2944" + "default.handlebars->47->1730", + "default.handlebars->47->2945" ] }, { @@ -30133,7 +30140,7 @@ "hu": "feröer-szigeteki", "xloc": [ "default-mobile.handlebars->11->166", - "default.handlebars->47->1829", + "default.handlebars->47->1830", "login2.handlebars->7->63" ] }, @@ -30188,8 +30195,8 @@ "zh-cht": "更改電子郵件地址失敗,另一個帳戶已在使用:{0}。", "hu": "Nem sikerült megváltoztatni az e-mail címet, mert egy másik fiók már használja: {0}.", "xloc": [ - "default-mobile.handlebars->11->990", - "default.handlebars->47->3187" + "default-mobile.handlebars->11->991", + "default.handlebars->47->3188" ] }, { @@ -30269,7 +30276,7 @@ "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "hu": "A helyi felhasználó elutasítása után nem sikerült elindítani a távoli asztalt", "xloc": [ - "default.handlebars->47->2477" + "default.handlebars->47->2478" ] }, { @@ -30320,7 +30327,7 @@ "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "hu": "A helyi felhasználó elutasítása után nem sikerült elindítani a távoli fájl elérést", "xloc": [ - "default.handlebars->47->2484" + "default.handlebars->47->2485" ] }, { @@ -30402,7 +30409,7 @@ "hu": "fárszi (perzsa)", "xloc": [ "default-mobile.handlebars->11->167", - "default.handlebars->47->1830", + "default.handlebars->47->1831", "login2.handlebars->7->64" ] }, @@ -30459,9 +30466,9 @@ "zh-cht": "功能", "hu": "Funkciók", "xloc": [ - "default.handlebars->47->2108", - "default.handlebars->47->2778", - "default.handlebars->47->2869" + "default.handlebars->47->2109", + "default.handlebars->47->2779", + "default.handlebars->47->2870" ] }, { @@ -30489,7 +30496,7 @@ "hu": "fidzsi", "xloc": [ "default-mobile.handlebars->11->168", - "default.handlebars->47->1831", + "default.handlebars->47->1832", "login2.handlebars->7->65" ] }, @@ -30546,7 +30553,7 @@ "xloc": [ "default-mobile.handlebars->11->698", "default.handlebars->47->1520", - "default.handlebars->47->2433", + "default.handlebars->47->2434", "default.handlebars->47->826", "sharing.handlebars->11->66" ] @@ -30636,8 +30643,8 @@ "en": "File System", "pl": "System Plików", "xloc": [ - "default-mobile.handlebars->11->850", - "default.handlebars->47->1669" + "default-mobile.handlebars->11->852", + "default.handlebars->47->1671" ] }, { @@ -30664,7 +30671,7 @@ "zh-cht": "文件傳輸", "hu": "Fálj átvitel", "xloc": [ - "default.handlebars->47->3040" + "default.handlebars->47->3041" ] }, { @@ -30722,12 +30729,12 @@ "default-mobile.handlebars->11->563", "default.handlebars->47->1064", "default.handlebars->47->1177", - "default.handlebars->47->2163", - "default.handlebars->47->2243", - "default.handlebars->47->3047", - "default.handlebars->47->3107", - "default.handlebars->47->3157", - "default.handlebars->47->3252", + "default.handlebars->47->2164", + "default.handlebars->47->2244", + "default.handlebars->47->3048", + "default.handlebars->47->3108", + "default.handlebars->47->3158", + "default.handlebars->47->3253", "default.handlebars->47->457", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles", @@ -30785,9 +30792,9 @@ "zh-cht": "檔案通知", "hu": "Fájl kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2116", - "default.handlebars->47->2786", - "default.handlebars->47->2891", + "default.handlebars->47->2117", + "default.handlebars->47->2787", + "default.handlebars->47->2892", "default.handlebars->47->944" ] }, @@ -30815,9 +30822,9 @@ "zh-cht": "檔案提示", "hu": "Fájl kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2115", - "default.handlebars->47->2785", - "default.handlebars->47->2890", + "default.handlebars->47->2116", + "default.handlebars->47->2786", + "default.handlebars->47->2891", "default.handlebars->47->943" ] }, @@ -30960,7 +30967,7 @@ "zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒", "hu": "Felvétel kész, \\\"{0}\\\", {1} másodperc", "xloc": [ - "default.handlebars->47->2589" + "default.handlebars->47->2590" ] }, { @@ -30987,7 +30994,7 @@ "zh-cht": "錄製會話已完成,{0}秒", "hu": "Felvétel kész, {0} másodperc", "xloc": [ - "default.handlebars->47->2450" + "default.handlebars->47->2451" ] }, { @@ -31015,7 +31022,7 @@ "hu": "finn", "xloc": [ "default-mobile.handlebars->11->169", - "default.handlebars->47->1832", + "default.handlebars->47->1833", "login2.handlebars->7->66" ] }, @@ -31073,8 +31080,8 @@ "zh-cht": "防火牆未激活", "hu": "Tűzfal nincs bekapcsolva", "xloc": [ - "default.handlebars->47->2380", - "default.handlebars->47->2394" + "default.handlebars->47->2381", + "default.handlebars->47->2395" ] }, { @@ -31141,7 +31148,7 @@ "zh-cht": "標誌", "hu": "Jelzők", "xloc": [ - "default.handlebars->47->2604" + "default.handlebars->47->2605" ] }, { @@ -31468,8 +31475,8 @@ "zh-cht": "下次登入時強制重置密碼。", "hu": "A következő bejelentkezéskor kötelező a jelszót megváltozgatni.", "xloc": [ - "default.handlebars->47->2719", - "default.handlebars->47->2983" + "default.handlebars->47->2720", + "default.handlebars->47->2984" ] }, { @@ -31496,7 +31503,7 @@ "zh-cht": "強行斷開用戶 {0} 的桌面會話", "hu": "A {0} felhasználó asztali munkamenetének erőszakos megszakítása", "xloc": [ - "default.handlebars->47->2577" + "default.handlebars->47->2578" ] }, { @@ -31523,7 +31530,7 @@ "zh-cht": "強制斷開用戶 {0} 的文件會話", "hu": "A {0} felhasználó fájlmunkamenetének erőszakos szétkapcsolása", "xloc": [ - "default.handlebars->47->2579" + "default.handlebars->47->2580" ] }, { @@ -31550,7 +31557,7 @@ "zh-cht": "強制斷開用戶 {0} 的路由會話", "hu": "A {0} felhasználó átjárómunkamenetének erőszakos szétkapcsolása", "xloc": [ - "default.handlebars->47->2580" + "default.handlebars->47->2581" ] }, { @@ -31577,7 +31584,7 @@ "zh-cht": "強制斷開用戶 {0} 的終端會話", "hu": "A {0} felhasználó terminál munkamenetének erőszakos szétkapcsolása", "xloc": [ - "default.handlebars->47->2578" + "default.handlebars->47->2579" ] }, { @@ -31688,7 +31695,7 @@ "zh-cht": "格式化", "hu": "Format", "xloc": [ - "default.handlebars->47->2622" + "default.handlebars->47->2623" ] }, { @@ -31768,8 +31775,8 @@ "zh-cht": "自由", "hu": "Free", "xloc": [ - "default.handlebars->47->3210", - "default.handlebars->47->3212" + "default.handlebars->47->3211", + "default.handlebars->47->3213" ] }, { @@ -31779,8 +31786,8 @@ "hu": "Ingyenes szolgáltatás az ntfy.sh oldalon", "pl": "Darmowa usługa z ntfy.sh", "xloc": [ - "default.handlebars->47->1732", - "default.handlebars->47->2947" + "default.handlebars->47->1733", + "default.handlebars->47->2948" ] }, { @@ -31836,7 +31843,7 @@ "hu": "francia (Belgium)", "xloc": [ "default-mobile.handlebars->11->171", - "default.handlebars->47->1834", + "default.handlebars->47->1835", "login2.handlebars->7->68" ] }, @@ -31865,7 +31872,7 @@ "hu": "francia (Kanada)", "xloc": [ "default-mobile.handlebars->11->172", - "default.handlebars->47->1835", + "default.handlebars->47->1836", "login2.handlebars->7->69" ] }, @@ -31894,7 +31901,7 @@ "hu": "francia (Franciaország)", "xloc": [ "default-mobile.handlebars->11->173", - "default.handlebars->47->1836", + "default.handlebars->47->1837", "login2.handlebars->7->70" ] }, @@ -31923,7 +31930,7 @@ "hu": "francia (Luxembourg)", "xloc": [ "default-mobile.handlebars->11->174", - "default.handlebars->47->1837", + "default.handlebars->47->1838", "login2.handlebars->7->71" ] }, @@ -31952,7 +31959,7 @@ "hu": "francia (Monaco)", "xloc": [ "default-mobile.handlebars->11->175", - "default.handlebars->47->1838", + "default.handlebars->47->1839", "login2.handlebars->7->72" ] }, @@ -31981,7 +31988,7 @@ "hu": "francia", "xloc": [ "default-mobile.handlebars->11->170", - "default.handlebars->47->1833", + "default.handlebars->47->1834", "login2.handlebars->7->67" ] }, @@ -32010,7 +32017,7 @@ "hu": "francia (Svájc)", "xloc": [ "default-mobile.handlebars->11->176", - "default.handlebars->47->1839", + "default.handlebars->47->1840", "login2.handlebars->7->73" ] }, @@ -32039,7 +32046,7 @@ "hu": "fríz", "xloc": [ "default-mobile.handlebars->11->177", - "default.handlebars->47->1840", + "default.handlebars->47->1841", "login2.handlebars->7->74" ] }, @@ -32068,7 +32075,7 @@ "hu": "friuli", "xloc": [ "default-mobile.handlebars->11->178", - "default.handlebars->47->1841", + "default.handlebars->47->1842", "login2.handlebars->7->75" ] }, @@ -32097,12 +32104,12 @@ "hu": "Teljes körű adminisztrátor", "xloc": [ "default-mobile.handlebars->11->343", - "default-mobile.handlebars->11->903", - "default-mobile.handlebars->11->921", - "default-mobile.handlebars->11->941", - "default.handlebars->47->2047", - "default.handlebars->47->2267", - "default.handlebars->47->2731" + "default-mobile.handlebars->11->904", + "default-mobile.handlebars->11->922", + "default-mobile.handlebars->11->942", + "default.handlebars->47->2048", + "default.handlebars->47->2268", + "default.handlebars->47->2732" ] }, { @@ -32129,7 +32136,7 @@ "zh-cht": "完整管理員(保留所有權利)", "hu": "Teljes jogú adminisztrátor (minden jog)", "xloc": [ - "default.handlebars->47->2306" + "default.handlebars->47->2307" ] }, { @@ -32291,7 +32298,7 @@ "zh-cht": "完整管理員", "hu": "Teljes körű adminisztrátor", "xloc": [ - "default.handlebars->47->2836" + "default.handlebars->47->2837" ] }, { @@ -32318,22 +32325,22 @@ "zh-cht": "全自動的", "hu": "Teljesen automatikus", "xloc": [ - "default.handlebars->47->2136", - "default.handlebars->47->2197" + "default.handlebars->47->2137", + "default.handlebars->47->2198" ] }, { "en": "Fully Decrypted", "xloc": [ - "default-mobile.handlebars->11->854", - "default.handlebars->47->1673" + "default-mobile.handlebars->11->855", + "default.handlebars->47->1674" ] }, { "en": "Fully Encrypted", "xloc": [ - "default-mobile.handlebars->11->856", - "default.handlebars->47->1675" + "default-mobile.handlebars->11->857", + "default.handlebars->47->1676" ] }, { @@ -32416,7 +32423,7 @@ "hu": "gael (Ír)", "xloc": [ "default-mobile.handlebars->11->180", - "default.handlebars->47->1843", + "default.handlebars->47->1844", "login2.handlebars->7->77" ] }, @@ -32445,7 +32452,7 @@ "hu": "gael (Skót)", "xloc": [ "default-mobile.handlebars->11->179", - "default.handlebars->47->1842", + "default.handlebars->47->1843", "login2.handlebars->7->76" ] }, @@ -32474,7 +32481,7 @@ "hu": "galíciai", "xloc": [ "default-mobile.handlebars->11->181", - "default.handlebars->47->1844", + "default.handlebars->47->1845", "login2.handlebars->7->78" ] }, @@ -32670,7 +32677,7 @@ "zh-cht": "生成報告", "hu": "Jelentés készítése", "xloc": [ - "default.handlebars->47->3088" + "default.handlebars->47->3089" ] }, { @@ -32725,7 +32732,7 @@ "hu": "grúz", "xloc": [ "default-mobile.handlebars->11->182", - "default.handlebars->47->1845", + "default.handlebars->47->1846", "login2.handlebars->7->79" ] }, @@ -32754,7 +32761,7 @@ "hu": "német (Ausztria)", "xloc": [ "default-mobile.handlebars->11->184", - "default.handlebars->47->1847", + "default.handlebars->47->1848", "login2.handlebars->7->81" ] }, @@ -32783,7 +32790,7 @@ "hu": "német (Németország)", "xloc": [ "default-mobile.handlebars->11->185", - "default.handlebars->47->1848", + "default.handlebars->47->1849", "login2.handlebars->7->82" ] }, @@ -32812,7 +32819,7 @@ "hu": "német (Liechtenstein)", "xloc": [ "default-mobile.handlebars->11->186", - "default.handlebars->47->1849", + "default.handlebars->47->1850", "login2.handlebars->7->83" ] }, @@ -32841,7 +32848,7 @@ "hu": "német (Luxemburg)", "xloc": [ "default-mobile.handlebars->11->187", - "default.handlebars->47->1850", + "default.handlebars->47->1851", "login2.handlebars->7->84" ] }, @@ -32870,7 +32877,7 @@ "hu": "német", "xloc": [ "default-mobile.handlebars->11->183", - "default.handlebars->47->1846", + "default.handlebars->47->1847", "login2.handlebars->7->80" ] }, @@ -32899,7 +32906,7 @@ "hu": "német (Svájc)", "xloc": [ "default-mobile.handlebars->11->188", - "default.handlebars->47->1851", + "default.handlebars->47->1852", "login2.handlebars->7->85" ] }, @@ -33009,7 +33016,7 @@ "zh-cht": "正在獲取剪貼板內容,{0}個字節", "hu": "A vágólap tartalmának lekérése, {0} bájt", "xloc": [ - "default.handlebars->47->2464" + "default.handlebars->47->2465" ] }, { @@ -33164,7 +33171,7 @@ "zh-cht": "好", "hu": "megfelelő", "xloc": [ - "default.handlebars->47->2043" + "default.handlebars->47->2044" ] }, { @@ -33223,8 +33230,8 @@ "zh-cht": "Google雲端硬盤備份", "hu": "Google Drive Biztonsági mentés", "xloc": [ - "default.handlebars->47->2064", - "default.handlebars->47->2067", + "default.handlebars->47->2065", + "default.handlebars->47->2068", "default.handlebars->47->320" ] }, @@ -33252,7 +33259,7 @@ "zh-cht": "Google雲端硬盤控制台", "hu": "Google Drive Consol", "xloc": [ - "default.handlebars->47->2061" + "default.handlebars->47->2062" ] }, { @@ -33306,7 +33313,7 @@ "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "hu": "A Google Drive biztonsági mentése jelenleg aktív.", "xloc": [ - "default.handlebars->47->2065" + "default.handlebars->47->2066" ] }, { @@ -33358,7 +33365,7 @@ "hu": "görög", "xloc": [ "default-mobile.handlebars->11->189", - "default.handlebars->47->1852", + "default.handlebars->47->1853", "login2.handlebars->7->86" ] }, @@ -33387,7 +33394,7 @@ "hu": "Csoport", "xloc": [ "default-mobile.handlebars->11->478", - "default.handlebars->47->3104", + "default.handlebars->47->3105", "default.handlebars->47->861", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -33416,8 +33423,8 @@ "zh-cht": "集體指令", "hu": "Művelet a kijelölteken", "xloc": [ - "default.handlebars->47->2672", - "default.handlebars->47->2755", + "default.handlebars->47->2673", + "default.handlebars->47->2756", "default.handlebars->47->723", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -33448,7 +33455,7 @@ "zh-cht": "通過...分群", "hu": "Csoportosítás", "xloc": [ - "default.handlebars->47->2618" + "default.handlebars->47->2619" ] }, { @@ -33476,7 +33483,7 @@ "hu": "Csoport azonosító", "xloc": [ "agent-translations.json", - "default.handlebars->47->2772" + "default.handlebars->47->2773" ] }, { @@ -33503,7 +33510,7 @@ "zh-cht": "群組成員", "hu": "Csoporttagok", "xloc": [ - "default.handlebars->47->2797" + "default.handlebars->47->2798" ] }, { @@ -33542,7 +33549,7 @@ "hu": "Csoport típus", "de": "Gruppentyp", "xloc": [ - "default.handlebars->47->2773" + "default.handlebars->47->2774" ] }, { @@ -33569,8 +33576,8 @@ "zh-cht": "通過...分群", "hu": "Csoportosítás", "xloc": [ - "default.handlebars->47->3074", - "default.handlebars->47->3077" + "default.handlebars->47->3075", + "default.handlebars->47->3078" ] }, { @@ -33597,7 +33604,7 @@ "zh-cht": "團隊名字", "hu": "Csoport név", "xloc": [ - "default.handlebars->47->2602" + "default.handlebars->47->2603" ] }, { @@ -33624,7 +33631,7 @@ "zh-cht": "用戶{0}的群組權限。", "hu": "Csoportengedélyek a(z) {0} felhasználó számára.", "xloc": [ - "default.handlebars->47->2266" + "default.handlebars->47->2267" ] }, { @@ -33651,7 +33658,7 @@ "zh-cht": "{0}的群組權限。", "hu": "Csoportengedélyek a következőhöz: {0}.", "xloc": [ - "default.handlebars->47->2265" + "default.handlebars->47->2266" ] }, { @@ -33759,7 +33766,7 @@ "zh-cht": "來賓", "hu": "Vendég", "xloc": [ - "default.handlebars->47->3094" + "default.handlebars->47->3095" ] }, { @@ -33842,7 +33849,7 @@ "zh-cht": "嘉賓分享", "hu": "Vendégmegosztás", "xloc": [ - "default.handlebars->47->2274" + "default.handlebars->47->2275" ] }, { @@ -33870,7 +33877,7 @@ "hu": "gudzsaráti", "xloc": [ "default-mobile.handlebars->11->190", - "default.handlebars->47->1853", + "default.handlebars->47->1854", "login2.handlebars->7->87" ] }, @@ -33901,7 +33908,7 @@ "default-mobile.handlebars->11->547", "default.handlebars->47->1014", "default.handlebars->47->1181", - "default.handlebars->47->3248", + "default.handlebars->47->3249", "default.handlebars->47->434" ] }, @@ -33980,7 +33987,7 @@ "hu": "HTTP/", "xloc": [ "default.handlebars->47->1068", - "default.handlebars->47->2167" + "default.handlebars->47->2168" ] }, { @@ -34099,7 +34106,7 @@ "hu": "HTTPS/", "xloc": [ "default.handlebars->47->1069", - "default.handlebars->47->2168" + "default.handlebars->47->2169" ] }, { @@ -34182,7 +34189,7 @@ "hu": "haiti-szigeteki", "xloc": [ "default-mobile.handlebars->11->191", - "default.handlebars->47->1854", + "default.handlebars->47->1855", "login2.handlebars->7->88" ] }, @@ -34194,8 +34201,8 @@ "pl": "Obsługa", "de": "Nutzername", "xloc": [ - "default.handlebars->47->1725", - "default.handlebars->47->2940" + "default.handlebars->47->1726", + "default.handlebars->47->2941" ] }, { @@ -34276,8 +34283,8 @@ "zh-cht": "強行斷開代理", "hu": "Agent kényszerített lecsatlakoztatása", "xloc": [ - "default-mobile.handlebars->11->881", - "default.handlebars->47->1701" + "default-mobile.handlebars->11->882", + "default.handlebars->47->1702" ] }, { @@ -34304,7 +34311,7 @@ "zh-cht": "硬件一次性密碼", "hu": "Hardveres OTP", "xloc": [ - "default.handlebars->47->3129" + "default.handlebars->47->3130" ] }, { @@ -34331,7 +34338,7 @@ "zh-cht": "堆總數", "hu": "Teljes Heap", "xloc": [ - "default.handlebars->47->3266" + "default.handlebars->47->3267" ] }, { @@ -34358,7 +34365,7 @@ "zh-cht": "堆使用", "hu": "Használ Heap", "xloc": [ - "default.handlebars->47->3265" + "default.handlebars->47->3266" ] }, { @@ -34386,7 +34393,7 @@ "hu": "héber", "xloc": [ "default-mobile.handlebars->11->192", - "default.handlebars->47->1855", + "default.handlebars->47->1856", "login2.handlebars->7->89" ] }, @@ -34493,7 +34500,7 @@ "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "hu": "Segítséget kért {0} felhasználó, részletek: {1}", "xloc": [ - "default.handlebars->47->2541" + "default.handlebars->47->2542" ] }, { @@ -34563,8 +34570,8 @@ "xloc": [ "default.handlebars->47->1091", "default.handlebars->47->1095", - "default.handlebars->47->2367", - "default.handlebars->47->2371" + "default.handlebars->47->2368", + "default.handlebars->47->2372" ] }, { @@ -34592,7 +34599,7 @@ "hu": "Segítsen a MeshCentral fordításában", "xloc": [ "default-mobile.handlebars->11->307", - "default.handlebars->47->1970" + "default.handlebars->47->1971" ] }, { @@ -34732,7 +34739,7 @@ "hu": "hindi", "xloc": [ "default-mobile.handlebars->11->193", - "default.handlebars->47->1856", + "default.handlebars->47->1857", "login2.handlebars->7->90" ] }, @@ -34901,7 +34908,7 @@ "hu": "{0} bejegyzés megtartása {1} {2}", "xloc": [ "default-mobile.handlebars->11->367", - "default.handlebars->47->2437" + "default.handlebars->47->2438" ] }, { @@ -34961,11 +34968,11 @@ "default-mobile.handlebars->11->483", "default-mobile.handlebars->11->610", "default-mobile.handlebars->11->770", - "default-mobile.handlebars->11->896", + "default-mobile.handlebars->11->897", "default.handlebars->47->1330", "default.handlebars->47->1579", - "default.handlebars->47->2036", - "default.handlebars->47->2097", + "default.handlebars->47->2037", + "default.handlebars->47->2098", "default.handlebars->47->492", "default.handlebars->47->501", "default.handlebars->47->866" @@ -34995,7 +35002,7 @@ "zh-cht": "主機名同步", "hu": "Gépnév szinkronizálás", "xloc": [ - "default.handlebars->47->2104" + "default.handlebars->47->2105" ] }, { @@ -35031,7 +35038,7 @@ "hu": "magyar", "xloc": [ "default-mobile.handlebars->11->194", - "default.handlebars->47->1857", + "default.handlebars->47->1858", "login2.handlebars->7->91" ] }, @@ -35086,8 +35093,8 @@ "zh-cht": "IP地址", "hu": "IP Cím", "xloc": [ - "default.handlebars->47->3099", - "default.handlebars->47->3135" + "default.handlebars->47->3100", + "default.handlebars->47->3136" ] }, { @@ -35204,7 +35211,7 @@ "hu": "IP helyadatokat tartalmazó rekordok", "de": "Aufzeichnungen zu IP Lokationsinformationen", "xloc": [ - "default.handlebars->47->3141" + "default.handlebars->47->3142" ] }, { @@ -35262,7 +35269,7 @@ "zh-cht": "IP-KVM / 電源設備", "hu": "IP-KVM / Power eszköz", "xloc": [ - "default.handlebars->47->2026" + "default.handlebars->47->2027" ] }, { @@ -35289,7 +35296,7 @@ "zh-cht": "IP-KVM / 通過代理中繼的電源設備", "hu": "IP-KVM / Power eszköz Agenten keresztül", "xloc": [ - "default.handlebars->47->2027" + "default.handlebars->47->2028" ] }, { @@ -35316,8 +35323,8 @@ "zh-cht": "IP-KVM 設備", "hu": "IP-KVM eszköz", "xloc": [ - "default-mobile.handlebars->11->888", - "default.handlebars->47->2089" + "default-mobile.handlebars->11->889", + "default.handlebars->47->2090" ] }, { @@ -35344,8 +35351,8 @@ "zh-cht": "通過代理中繼的 IP-KVM 設備", "hu": "IP-KVM eszköz továbbítva ügynökön keresztül", "xloc": [ - "default-mobile.handlebars->11->889", - "default.handlebars->47->2090" + "default-mobile.handlebars->11->890", + "default.handlebars->47->2091" ] }, { @@ -35734,7 +35741,7 @@ "hu": "izlandi", "xloc": [ "default-mobile.handlebars->11->195", - "default.handlebars->47->1858", + "default.handlebars->47->1859", "login2.handlebars->7->92" ] }, @@ -35792,10 +35799,10 @@ "xloc": [ "default-mobile.handlebars->11->769", "default-mobile.handlebars->11->813", - "default-mobile.handlebars->11->860", + "default-mobile.handlebars->11->861", "default.handlebars->47->1578", "default.handlebars->47->1632", - "default.handlebars->47->1679" + "default.handlebars->47->1680" ] }, { @@ -35822,7 +35829,7 @@ "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "hu": "Ha CCM-ben van, aktiválja újra az Intel® AMT-t.", "xloc": [ - "default.handlebars->47->2211" + "default.handlebars->47->2212" ] }, { @@ -35999,7 +36006,7 @@ "hu": "Importálás", "de": "Import", "xloc": [ - "default.handlebars->47->2143" + "default.handlebars->47->2144" ] }, { @@ -36038,9 +36045,9 @@ "zh-cht": "導入英特爾® AMT 設備", "hu": "Intel® AMT Eszközök importálása", "xloc": [ - "default.handlebars->47->2185", "default.handlebars->47->2186", - "default.handlebars->47->2190" + "default.handlebars->47->2187", + "default.handlebars->47->2191" ] }, { @@ -36052,7 +36059,7 @@ "hu": "Intel® AMT eszközök importálása.", "de": "Intel® AMT Geräte importieren", "xloc": [ - "default.handlebars->47->2142" + "default.handlebars->47->2143" ] }, { @@ -36079,7 +36086,7 @@ "zh-cht": "以 MeshCommander JSON 格式導入本地英特爾® AMT 設備列表。", "hu": "A helyi Intel® AMT eszközök listájának importálása MeshCommander JSON formátumban.", "xloc": [ - "default.handlebars->47->2184" + "default.handlebars->47->2185" ] }, { @@ -36106,7 +36113,7 @@ "zh-cht": "導入設備列表", "hu": "Eszköz lista importálás", "xloc": [ - "default.handlebars->47->2180" + "default.handlebars->47->2181" ] }, { @@ -36140,7 +36147,7 @@ "zh-cht": "為了使用推送通知身份驗證,必須在您的帳戶中設置具有完全權限的移動設備。", "hu": "A push értesítések hitelesítésének használatához a fiókjában be kell állítani egy mobileszközt, amely teljes jogosultsággal rendelkezik.", "xloc": [ - "default.handlebars->47->1753" + "default.handlebars->47->1754" ] }, { @@ -36167,7 +36174,7 @@ "zh-cht": "停用天數直到移除", "hu": "inaktiv napok száma mielőtt eltávolításra kerül", "xloc": [ - "default.handlebars->47->2251" + "default.handlebars->47->2252" ] }, { @@ -36323,8 +36330,8 @@ "zh-cht": "第二個因素不正確", "hu": "Helytelen 2. faktor", "xloc": [ - "default.handlebars->47->3122", - "default.handlebars->47->3161" + "default.handlebars->47->3123", + "default.handlebars->47->3162" ] }, { @@ -36409,7 +36416,7 @@ "hu": "indonéz", "xloc": [ "default-mobile.handlebars->11->196", - "default.handlebars->47->1859", + "default.handlebars->47->1860", "login2.handlebars->7->93" ] }, @@ -36475,8 +36482,8 @@ "pl": "Informacje na Pushover.net", "de": "Informationen bei Pushover.net", "xloc": [ - "default.handlebars->47->1731", - "default.handlebars->47->2946" + "default.handlebars->47->1732", + "default.handlebars->47->2947" ] }, { @@ -36689,7 +36696,7 @@ "zh-cht": "在此設備上安裝", "hu": "Telepítés erre az eszközre", "xloc": [ - "default-mobile.handlebars->11->900" + "default-mobile.handlebars->11->901" ] }, { @@ -36716,7 +36723,7 @@ "zh-cht": "在您的 Android 設備上安裝 MeshCentral Agent。安裝後,單擊配對鏈接將您的設備連接到此服務器。", "hu": "Telepítse a MeshCentral Agent alkalmazást Android-eszközére. A telepítés után kattintson a párosítási linkre, hogy eszközét ehhez a kiszolgálóhoz csatlakoztassa.", "xloc": [ - "default-mobile.handlebars->11->916" + "default-mobile.handlebars->11->917" ] }, { @@ -36792,8 +36799,8 @@ "hu": "Telepítés típusa", "xloc": [ "agentinvite.handlebars->3->6", - "default.handlebars->47->2348", - "default.handlebars->47->2355", + "default.handlebars->47->2349", + "default.handlebars->47->2356", "default.handlebars->47->559", "default.handlebars->47->580", "default.handlebars->47->596", @@ -36870,7 +36877,7 @@ "zh-cht": "英特爾AMT", "hu": "Intel AMT", "xloc": [ - "default.handlebars->47->3262" + "default.handlebars->47->3263" ] }, { @@ -36978,7 +36985,7 @@ "zh-cht": "英特爾 AMT 經理", "hu": "Intel AMT kezelő", "xloc": [ - "default.handlebars->47->3292" + "default.handlebars->47->3293" ] }, { @@ -37064,11 +37071,11 @@ "default-mobile.handlebars->11->515", "default-mobile.handlebars->11->522", "default.handlebars->47->1049", - "default.handlebars->47->2123", - "default.handlebars->47->2137", - "default.handlebars->47->2375", - "default.handlebars->47->2388", - "default.handlebars->47->3291", + "default.handlebars->47->2124", + "default.handlebars->47->2138", + "default.handlebars->47->2376", + "default.handlebars->47->2389", + "default.handlebars->47->3292", "default.handlebars->47->836", "default.handlebars->47->903", "default.handlebars->47->951", @@ -37357,7 +37364,7 @@ "zh-cht": "Intel® AMT政策", "hu": "Intel® AMT Házirend", "xloc": [ - "default.handlebars->47->2198" + "default.handlebars->47->2199" ] }, { @@ -37486,8 +37493,8 @@ "zh-cht": "Intel® AMT重定向", "hu": "Intel® AMT Átirányítás", "xloc": [ - "default.handlebars->47->3042", - "default.handlebars->47->3049", + "default.handlebars->47->3043", + "default.handlebars->47->3050", "player.handlebars->3->30" ] }, @@ -37582,8 +37589,8 @@ "zh-cht": "Intle® AMT WSMAN", "hu": "Intel® AMT WSMAN", "xloc": [ - "default.handlebars->47->3041", - "default.handlebars->47->3048", + "default.handlebars->47->3042", + "default.handlebars->47->3049", "player.handlebars->3->29" ] }, @@ -37665,8 +37672,8 @@ "hu": "Intel® AMT desktop és serial események", "xloc": [ "default.handlebars->47->1087", - "default.handlebars->47->1997", - "default.handlebars->47->2363" + "default.handlebars->47->1998", + "default.handlebars->47->2364" ] }, { @@ -37933,9 +37940,9 @@ "zh-cht": "僅限Intel® AMT,無代理", "hu": "Csak Intel® AMT, agent nélkül", "xloc": [ - "default-mobile.handlebars->11->884", - "default.handlebars->47->2030", - "default.handlebars->47->2085" + "default-mobile.handlebars->11->885", + "default.handlebars->47->2031", + "default.handlebars->47->2086" ] }, { @@ -38266,7 +38273,7 @@ "zh-cht": "英特爾(r) AMT 政策變更", "hu": "Intel(r) AMT házirend beállítás", "xloc": [ - "default.handlebars->47->2584" + "default.handlebars->47->2585" ] }, { @@ -38528,8 +38535,8 @@ "hu": "Csak internaktív", "xloc": [ "agentinvite.handlebars->3->9", - "default.handlebars->47->2351", - "default.handlebars->47->2358", + "default.handlebars->47->2352", + "default.handlebars->47->2359", "default.handlebars->47->562", "default.handlebars->47->583", "default.handlebars->47->599" @@ -38614,7 +38621,7 @@ "hu": "inuktitut", "xloc": [ "default-mobile.handlebars->11->197", - "default.handlebars->47->1860", + "default.handlebars->47->1861", "login2.handlebars->7->94" ] }, @@ -38698,7 +38705,7 @@ "zh-cht": "無效的裝置群類型", "hu": "Érvénytelen eszközcsoport típus", "xloc": [ - "default.handlebars->47->3224" + "default.handlebars->47->3225" ] }, { @@ -38725,7 +38732,7 @@ "zh-cht": "無效的JSON", "hu": "Érvénytelen JSON", "xloc": [ - "default.handlebars->47->3218" + "default.handlebars->47->3219" ] }, { @@ -38752,9 +38759,9 @@ "zh-cht": "無效的JSON檔案格式。", "hu": "Érvénytelen JSON fájl formátum.", "xloc": [ - "default.handlebars->47->2191", - "default.handlebars->47->2693", - "default.handlebars->47->2695", + "default.handlebars->47->2192", + "default.handlebars->47->2694", + "default.handlebars->47->2696", "default.handlebars->47->516" ] }, @@ -38782,8 +38789,8 @@ "zh-cht": "無效的JSON檔案:{0}。", "hu": "Érvénytelen JSON-fájl: {0}.", "xloc": [ - "default.handlebars->47->2187", - "default.handlebars->47->2691", + "default.handlebars->47->2188", + "default.handlebars->47->2692", "default.handlebars->47->514" ] }, @@ -38919,7 +38926,7 @@ "zh-cht": "無效的PKCS簽名", "hu": "Érvénytelen PKCS aláírás", "xloc": [ - "default.handlebars->47->3216" + "default.handlebars->47->3217" ] }, { @@ -38946,7 +38953,7 @@ "zh-cht": "無效的RSA密碼", "hu": "Érvénytelen RSA aláírás", "xloc": [ - "default.handlebars->47->3217" + "default.handlebars->47->3218" ] }, { @@ -38973,8 +38980,8 @@ "zh-cht": "短信無效", "hu": "Érvénytelen SMS üzenet", "xloc": [ - "default-mobile.handlebars->11->1002", - "default.handlebars->47->3199" + "default-mobile.handlebars->11->1003", + "default.handlebars->47->3200" ] }, { @@ -39057,8 +39064,8 @@ "zh-cht": "無效域", "hu": "Érvénytelen domain", "xloc": [ - "default-mobile.handlebars->11->982", - "default.handlebars->47->3179" + "default-mobile.handlebars->11->983", + "default.handlebars->47->3180" ] }, { @@ -39109,8 +39116,8 @@ "zh-cht": "不合規電郵", "hu": "Érvénytelen email", "xloc": [ - "default-mobile.handlebars->11->981", - "default.handlebars->47->3178" + "default-mobile.handlebars->11->982", + "default.handlebars->47->3179" ] }, { @@ -39221,8 +39228,8 @@ "zh-cht": "無效的登錄嘗試", "hu": "Érvénytelen bejelentkezési kísérlet", "xloc": [ - "default.handlebars->47->3124", - "default.handlebars->47->3163" + "default.handlebars->47->3125", + "default.handlebars->47->3164" ] }, { @@ -39233,7 +39240,7 @@ "pl": "Błędna wiadomość", "de": "Ungültige Nachricht", "xloc": [ - "default.handlebars->47->3205" + "default.handlebars->47->3206" ] }, { @@ -39268,8 +39275,8 @@ "hu": "Érvénytelen jelszó", "xloc": [ "default-mobile.handlebars->11->87", - "default-mobile.handlebars->11->980", - "default.handlebars->47->3177", + "default-mobile.handlebars->11->981", + "default.handlebars->47->3178", "default.handlebars->47->326" ] }, @@ -39311,8 +39318,8 @@ "zh-cht": "無效的網站權限", "hu": "Érvénytelen webhelyengedélyek", "xloc": [ - "default-mobile.handlebars->11->983", - "default.handlebars->47->3180" + "default-mobile.handlebars->11->984", + "default.handlebars->47->3181" ] }, { @@ -39368,7 +39375,7 @@ "zh-cht": "來自 {0}、{1}、{2} 的用戶登錄嘗試無效", "hu": "Érvénytelen felhasználói bejelentkezési kísérlet innen: {0}, {1}, {2}", "xloc": [ - "default.handlebars->47->2553" + "default.handlebars->47->2554" ] }, { @@ -39395,8 +39402,8 @@ "zh-cht": "無效的用戶名", "hu": "Érvénytelen felhasználónév", "xloc": [ - "default-mobile.handlebars->11->979", - "default.handlebars->47->3176" + "default-mobile.handlebars->11->980", + "default.handlebars->47->3177" ] }, { @@ -39447,7 +39454,7 @@ "zh-cht": "使電郵無效", "hu": "Email érvénytelenítés", "xloc": [ - "default.handlebars->47->2666" + "default.handlebars->47->2667" ] }, { @@ -39552,7 +39559,7 @@ "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "hu": "A meghívókódokat bárki használhatja, hogy eszközöket csatlakoztasson ehhez az eszközcsoporthoz a következő nyilvános link segítségével:", "xloc": [ - "default.handlebars->47->2353" + "default.handlebars->47->2354" ] }, { @@ -39606,7 +39613,7 @@ "zh-cht": "邀請", "hu": "Meghívó", "xloc": [ - "default.handlebars->47->2149", + "default.handlebars->47->2150", "default.handlebars->47->487", "default.handlebars->47->585" ] @@ -39635,13 +39642,13 @@ "zh-cht": "邀請碼", "hu": "Meghívó kódok", "xloc": [ - "default-mobile.handlebars->11->977", - "default.handlebars->47->2129", - "default.handlebars->47->2341", - "default.handlebars->47->2352", - "default.handlebars->47->2354", - "default.handlebars->47->2359", - "default.handlebars->47->3174" + "default-mobile.handlebars->11->978", + "default.handlebars->47->2130", + "default.handlebars->47->2342", + "default.handlebars->47->2353", + "default.handlebars->47->2355", + "default.handlebars->47->2360", + "default.handlebars->47->3175" ] }, { @@ -39668,7 +39675,7 @@ "zh-cht": "邀請代碼", "hu": "Meghívó kód", "xloc": [ - "default.handlebars->47->2607" + "default.handlebars->47->2608" ] }, { @@ -39722,7 +39729,7 @@ "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "hu": "Hívjon meg valakit, hogy telepítse a Mesh Agent-et és csatlakozzon ebbe az eszközcsoportra.", "xloc": [ - "default.handlebars->47->2148", + "default.handlebars->47->2149", "default.handlebars->47->486" ] }, @@ -39778,7 +39785,7 @@ "hu": "ír", "xloc": [ "default-mobile.handlebars->11->198", - "default.handlebars->47->1861", + "default.handlebars->47->1862", "login2.handlebars->7->95" ] }, @@ -39806,7 +39813,7 @@ "zh-cht": "是 \\\"{0}\\\" 的中繼。", "hu": "Relay a \\\"{0}\\\"-hez.", "xloc": [ - "default.handlebars->47->2596" + "default.handlebars->47->2597" ] }, { @@ -39861,7 +39868,7 @@ "hu": "olasz", "xloc": [ "default-mobile.handlebars->11->199", - "default.handlebars->47->1862", + "default.handlebars->47->1863", "login2.handlebars->7->96" ] }, @@ -39890,7 +39897,7 @@ "hu": "olasz (Svájc)", "xloc": [ "default-mobile.handlebars->11->200", - "default.handlebars->47->1863", + "default.handlebars->47->1864", "login2.handlebars->7->97" ] }, @@ -39942,7 +39949,7 @@ "zh-cht": "JSON", "hu": "JSON", "xloc": [ - "default.handlebars->47->2624" + "default.handlebars->47->2625" ] }, { @@ -39969,8 +39976,8 @@ "zh-cht": "JSON格式", "hu": "JSON Formátum", "xloc": [ - "default.handlebars->47->2629", - "default.handlebars->47->2699", + "default.handlebars->47->2630", + "default.handlebars->47->2700", "default.handlebars->47->768" ] }, @@ -39999,7 +40006,7 @@ "hu": "japán", "xloc": [ "default-mobile.handlebars->11->201", - "default.handlebars->47->1864", + "default.handlebars->47->1865", "login2.handlebars->7->98" ] }, @@ -40011,8 +40018,8 @@ "pl": "Dołącz do tego serwera Discord aby dostawac powiadomienia.", "de": "Treten Sie dem Discordserver bei um Benachrichtigungen zu erhalten.", "xloc": [ - "default.handlebars->47->1726", - "default.handlebars->47->2941" + "default.handlebars->47->1727", + "default.handlebars->47->2942" ] }, { @@ -40039,7 +40046,7 @@ "zh-cht": "已加入桌面Multiplex會話", "hu": "Csatlakozva multiplex asztali munkamenethez", "xloc": [ - "default.handlebars->47->2447" + "default.handlebars->47->2448" ] }, { @@ -40066,7 +40073,7 @@ "zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"", "hu": "Csatlakozva multiplex asztali munkamenethez \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2586" + "default.handlebars->47->2587" ] }, { @@ -40121,7 +40128,7 @@ "hu": "kannada", "xloc": [ "default-mobile.handlebars->11->202", - "default.handlebars->47->1865", + "default.handlebars->47->1866", "login2.handlebars->7->99" ] }, @@ -40150,7 +40157,7 @@ "hu": "kasmíri", "xloc": [ "default-mobile.handlebars->11->203", - "default.handlebars->47->1866", + "default.handlebars->47->1867", "login2.handlebars->7->100" ] }, @@ -40179,7 +40186,7 @@ "hu": "kazah", "xloc": [ "default-mobile.handlebars->11->204", - "default.handlebars->47->1867", + "default.handlebars->47->1868", "login2.handlebars->7->101" ] }, @@ -40207,7 +40214,7 @@ "zh-cht": "保留現有密碼", "hu": "Meglévő jelszó megtartása", "xloc": [ - "default.handlebars->47->2199" + "default.handlebars->47->2200" ] }, { @@ -40290,8 +40297,8 @@ "zh-cht": "鍵名", "hu": "Kulcs neve", "xloc": [ - "default.handlebars->47->1758", - "default.handlebars->47->1761" + "default.handlebars->47->1759", + "default.handlebars->47->1762" ] }, { @@ -40480,7 +40487,7 @@ "hu": "khmer", "xloc": [ "default-mobile.handlebars->11->205", - "default.handlebars->47->1868", + "default.handlebars->47->1869", "login2.handlebars->7->102" ] }, @@ -40508,7 +40515,7 @@ "zh-cht": "殺死進程{0}", "hu": "Folyamat leállítása {0}", "xloc": [ - "default.handlebars->47->2462" + "default.handlebars->47->2463" ] }, { @@ -40544,7 +40551,7 @@ "hu": "kirgiz", "xloc": [ "default-mobile.handlebars->11->206", - "default.handlebars->47->1869", + "default.handlebars->47->1870", "login2.handlebars->7->103" ] }, @@ -40573,7 +40580,7 @@ "hu": "klingon", "xloc": [ "default-mobile.handlebars->11->207", - "default.handlebars->47->1870", + "default.handlebars->47->1871", "login2.handlebars->7->104" ] }, @@ -40630,7 +40637,7 @@ "hu": "koreai", "xloc": [ "default-mobile.handlebars->11->208", - "default.handlebars->47->1871", + "default.handlebars->47->1872", "login2.handlebars->7->105" ] }, @@ -40659,7 +40666,7 @@ "hu": "koreai (Észak-Korea)", "xloc": [ "default-mobile.handlebars->11->209", - "default.handlebars->47->1872", + "default.handlebars->47->1873", "login2.handlebars->7->106" ] }, @@ -40688,7 +40695,7 @@ "hu": "koreai (Dél-Korea)", "xloc": [ "default-mobile.handlebars->11->210", - "default.handlebars->47->1873", + "default.handlebars->47->1874", "login2.handlebars->7->107" ] }, @@ -40747,7 +40754,7 @@ "hu": "Nyelv", "xloc": [ "default-mobile.handlebars->11->305", - "default.handlebars->47->1968" + "default.handlebars->47->1969" ] }, { @@ -40995,7 +41002,7 @@ "zh-cht": "過去30天", "hu": "Elmúlt 30 napon", "xloc": [ - "default.handlebars->47->3082", + "default.handlebars->47->3083", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -41082,7 +41089,7 @@ "zh-cht": "過去 7 天", "hu": "Utolsó 7 nap", "xloc": [ - "default.handlebars->47->3081" + "default.handlebars->47->3082" ] }, { @@ -41136,7 +41143,7 @@ "zh-cht": "最後訪問", "hu": "Utolsó hozzáférés", "xloc": [ - "default.handlebars->47->2637" + "default.handlebars->47->2638" ] }, { @@ -41176,7 +41183,7 @@ "zh-cht": "最後一天", "hu": "Utolsó napon", "xloc": [ - "default.handlebars->47->3080" + "default.handlebars->47->3081" ] }, { @@ -41203,7 +41210,7 @@ "zh-cht": "上次登入", "hu": "Utolsó bejelentkezés", "xloc": [ - "default.handlebars->47->2873" + "default.handlebars->47->2874" ] }, { @@ -41259,7 +41266,7 @@ "zh-cht": "上次訪問:{0}", "hu": "Utolsó hozzáférés: {0}", "xloc": [ - "default.handlebars->47->2647" + "default.handlebars->47->2648" ] }, { @@ -41352,7 +41359,7 @@ "zh-cht": "上次更改:{0}", "hu": "Utolsó módosítás: {0}", "xloc": [ - "default.handlebars->47->2877" + "default.handlebars->47->2878" ] }, { @@ -41364,7 +41371,7 @@ "hu": "Utolsó kapcsolódási idő rekordok", "de": "Aufzeichnungen über letzte Verbindungszeiten", "xloc": [ - "default.handlebars->47->3145" + "default.handlebars->47->3146" ] }, { @@ -41445,7 +41452,7 @@ "zh-cht": "上次登入:{0}", "hu": "Utolsó bejelentkezés: {0}", "xloc": [ - "default.handlebars->47->2648" + "default.handlebars->47->2649" ] }, { @@ -41606,7 +41613,7 @@ "hu": "latin", "xloc": [ "default-mobile.handlebars->11->211", - "default.handlebars->47->1874", + "default.handlebars->47->1875", "login2.handlebars->7->108" ] }, @@ -41635,7 +41642,7 @@ "hu": "lett", "xloc": [ "default-mobile.handlebars->11->212", - "default.handlebars->47->1875", + "default.handlebars->47->1876", "login2.handlebars->7->109" ] }, @@ -41795,7 +41802,7 @@ "zh-cht": "如沒有請留空。", "hu": "Ha nincs, hagyja üresen.", "xloc": [ - "default.handlebars->47->2926" + "default.handlebars->47->2927" ] }, { @@ -41850,7 +41857,7 @@ "zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。", "hu": "Elhagyta a Web-RDP munkamenetet\\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2568" + "default.handlebars->47->2569" ] }, { @@ -41901,7 +41908,7 @@ "zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。", "hu": "Elhagyta a Web-SFTP munkamenetet \\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2567" + "default.handlebars->47->2568" ] }, { @@ -41952,7 +41959,7 @@ "zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。", "hu": "Elhagyta a Web-SSH munkamenetet \\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2566" + "default.handlebars->47->2567" ] }, { @@ -42003,7 +42010,7 @@ "zh-cht": "{0} 秒後離開 Web-VNC 會話。", "hu": "Elhagyta a Web-VNC munkamenetet {0} másodperc után.", "xloc": [ - "default.handlebars->47->2569" + "default.handlebars->47->2570" ] }, { @@ -42062,7 +42069,7 @@ "zh-cht": "離開桌面多路復用會話", "hu": "Elhagyta az asztali multiplex munkamenetet.", "xloc": [ - "default.handlebars->47->2448" + "default.handlebars->47->2449" ] }, { @@ -42089,7 +42096,7 @@ "zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。", "hu": "Elhagyta a multiplex desktop munkamenetet\\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2587" + "default.handlebars->47->2588" ] }, { @@ -42116,7 +42123,7 @@ "zh-cht": "{0} 秒後離開桌面多路復用會話。", "hu": "Elhagyta az asztali multiplex munkamenetet {0} másodperc után.", "xloc": [ - "default.handlebars->47->2565" + "default.handlebars->47->2566" ] }, { @@ -42143,7 +42150,7 @@ "zh-cht": "長度", "hu": "Hossz", "xloc": [ - "default.handlebars->47->3095" + "default.handlebars->47->3096" ] }, { @@ -42278,10 +42285,10 @@ "zh-cht": "有限輸入", "hu": "Korlátozott bevitel", "xloc": [ - "default-mobile.handlebars->11->954", + "default-mobile.handlebars->11->955", "default.handlebars->47->1102", "default.handlebars->47->1127", - "default.handlebars->47->2320" + "default.handlebars->47->2321" ] }, { @@ -42308,8 +42315,8 @@ "zh-cht": "僅有限輸入", "hu": "Csak korlátozott bevitel", "xloc": [ - "default-mobile.handlebars->11->927", - "default.handlebars->47->2273" + "default-mobile.handlebars->11->928", + "default.handlebars->47->2274" ] }, { @@ -42760,7 +42767,7 @@ "zh-cht": "Linux MeshAgent", "hu": "Linux MeshAgent", "xloc": [ - "default.handlebars->47->2345", + "default.handlebars->47->2346", "default.handlebars->47->576" ] }, @@ -43113,7 +43120,7 @@ "hu": "litván", "xloc": [ "default-mobile.handlebars->11->213", - "default.handlebars->47->1876", + "default.handlebars->47->1877", "login2.handlebars->7->110" ] }, @@ -43171,13 +43178,13 @@ "default-mobile.handlebars->11->310", "default-mobile.handlebars->11->90", "default.handlebars->47->1290", - "default.handlebars->47->1704", - "default.handlebars->47->1747", - "default.handlebars->47->2073", - "default.handlebars->47->2077", - "default.handlebars->47->2080", - "default.handlebars->47->2978", - "default.handlebars->47->3027" + "default.handlebars->47->1705", + "default.handlebars->47->1748", + "default.handlebars->47->2074", + "default.handlebars->47->2078", + "default.handlebars->47->2081", + "default.handlebars->47->2979", + "default.handlebars->47->3028" ] }, { @@ -43309,9 +43316,9 @@ "zh-cht": "本地設備,無代理", "hu": "Helyi eszközök, agent nélkül", "xloc": [ - "default-mobile.handlebars->11->886", - "default.handlebars->47->2024", - "default.handlebars->47->2087" + "default-mobile.handlebars->11->887", + "default.handlebars->47->2025", + "default.handlebars->47->2088" ] }, { @@ -43419,7 +43426,7 @@ "zh-cht": "本地用戶接受的遠程終端請求", "hu": "A helyi felhasználó elfogadta a távoli terminál kérését", "xloc": [ - "default.handlebars->47->2470" + "default.handlebars->47->2471" ] }, { @@ -43446,7 +43453,7 @@ "zh-cht": "本地用戶拒絕了遠程終端請求", "hu": "A helyi felhasználó elutasította a távoli terminál kérését", "xloc": [ - "default.handlebars->47->2471" + "default.handlebars->47->2472" ] }, { @@ -43475,7 +43482,7 @@ "xloc": [ "default-mobile.handlebars->11->308", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->3->5->0", - "default.handlebars->47->1971", + "default.handlebars->47->1972", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->9" ] }, @@ -43557,7 +43564,7 @@ "zh-cht": "鎖定賬戶", "hu": "Fiók zárolása", "xloc": [ - "default.handlebars->47->2739" + "default.handlebars->47->2740" ] }, { @@ -43584,7 +43591,7 @@ "zh-cht": "鎖定帳戶設置", "hu": "Fiókbeállítások zárolása", "xloc": [ - "default.handlebars->47->2743" + "default.handlebars->47->2744" ] }, { @@ -43638,7 +43645,7 @@ "zh-cht": "鎖定賬戶", "hu": "Fiók zárolása", "xloc": [ - "default.handlebars->47->2669" + "default.handlebars->47->2670" ] }, { @@ -43774,7 +43781,7 @@ "zh-cht": "已鎖定", "hu": "Zárolva", "xloc": [ - "default.handlebars->47->2649" + "default.handlebars->47->2650" ] }, { @@ -43802,9 +43809,9 @@ "hu": "Fiók zárolva", "xloc": [ "default-mobile.handlebars->11->86", - "default.handlebars->47->2833", - "default.handlebars->47->3123", - "default.handlebars->47->3162", + "default.handlebars->47->2834", + "default.handlebars->47->3124", + "default.handlebars->47->3163", "default.handlebars->47->325" ] }, @@ -43832,7 +43839,7 @@ "zh-cht": "將遠程用戶鎖定在桌面之外", "hu": "Távoli felhasználó kizárása az asztalról.", "xloc": [ - "default.handlebars->47->2496" + "default.handlebars->47->2497" ] }, { @@ -44084,7 +44091,7 @@ "zh-cht": "登錄令牌", "hu": "Bejelentkezési token", "xloc": [ - "default.handlebars->47->3134" + "default.handlebars->47->3135" ] }, { @@ -44256,7 +44263,7 @@ "hu": "luxemburgi", "xloc": [ "default-mobile.handlebars->11->214", - "default.handlebars->47->1877", + "default.handlebars->47->1878", "login2.handlebars->7->111" ] }, @@ -44539,11 +44546,11 @@ "xloc": [ "default-mobile.handlebars->11->467", "default-mobile.handlebars->11->524", - "default-mobile.handlebars->11->869", - "default-mobile.handlebars->11->871", + "default-mobile.handlebars->11->870", + "default-mobile.handlebars->11->872", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", - "default.handlebars->47->1689", - "default.handlebars->47->1691", + "default.handlebars->47->1690", + "default.handlebars->47->1692", "default.handlebars->47->413", "default.handlebars->47->701", "default.handlebars->47->965", @@ -44896,7 +44903,7 @@ "zh-cht": "MacOS MeshAgent", "hu": "MacOS MeshAgent", "xloc": [ - "default.handlebars->47->2346", + "default.handlebars->47->2347", "default.handlebars->47->577" ] }, @@ -44951,7 +44958,7 @@ "zh-cht": "主伺服器訊息", "hu": "Fő Kiszolgáló üzenetek", "xloc": [ - "default.handlebars->47->3278" + "default.handlebars->47->3279" ] }, { @@ -44979,7 +44986,7 @@ "hu": "maláj", "xloc": [ "default-mobile.handlebars->11->216", - "default.handlebars->47->1879", + "default.handlebars->47->1880", "login2.handlebars->7->113" ] }, @@ -45008,7 +45015,7 @@ "hu": "malajálam", "xloc": [ "default-mobile.handlebars->11->217", - "default.handlebars->47->1880", + "default.handlebars->47->1881", "login2.handlebars->7->114" ] }, @@ -45037,7 +45044,7 @@ "hu": "máltai", "xloc": [ "default-mobile.handlebars->11->218", - "default.handlebars->47->1881", + "default.handlebars->47->1882", "login2.handlebars->7->115" ] }, @@ -45066,7 +45073,7 @@ "hu": "A fiókhoz tartozó kép módosítása", "xloc": [ "default-mobile.handlebars->11->91", - "default.handlebars->47->1705" + "default.handlebars->47->1706" ] }, { @@ -45121,10 +45128,10 @@ "zh-cht": "管理裝置群電腦", "hu": "Eszközcsoport számítógépeinek kezelése", "xloc": [ - "default-mobile.handlebars->11->924", - "default-mobile.handlebars->11->944", - "default.handlebars->47->2270", - "default.handlebars->47->2309" + "default-mobile.handlebars->11->925", + "default-mobile.handlebars->11->945", + "default.handlebars->47->2271", + "default.handlebars->47->2310" ] }, { @@ -45151,10 +45158,10 @@ "zh-cht": "管理裝置群用戶", "hu": "Eszközcsoport felhasználók kezelése", "xloc": [ - "default-mobile.handlebars->11->923", - "default-mobile.handlebars->11->943", - "default.handlebars->47->2269", - "default.handlebars->47->2308" + "default-mobile.handlebars->11->924", + "default-mobile.handlebars->11->944", + "default.handlebars->47->2270", + "default.handlebars->47->2309" ] }, { @@ -45208,7 +45215,7 @@ "zh-cht": "管理錄音", "hu": "Felvételek kezelése", "xloc": [ - "default.handlebars->47->2737" + "default.handlebars->47->2738" ] }, { @@ -45262,7 +45269,7 @@ "zh-cht": "管理用戶群", "hu": "Felhaszálói csoportok kezelése", "xloc": [ - "default.handlebars->47->2736" + "default.handlebars->47->2737" ] }, { @@ -45290,7 +45297,7 @@ "hu": "Felhaszálók kezelése", "xloc": [ "default.handlebars->47->1121", - "default.handlebars->47->2735" + "default.handlebars->47->2736" ] }, { @@ -45498,7 +45505,7 @@ "zh-cht": "使用軟體代理進行管理", "hu": "Kezelés szoftver agent segítségével", "xloc": [ - "default.handlebars->47->2029" + "default.handlebars->47->2030" ] }, { @@ -45525,8 +45532,8 @@ "zh-cht": "使用軟體代理進行管理", "hu": "Szoftver agent segítségével kezelt", "xloc": [ - "default-mobile.handlebars->11->885", - "default.handlebars->47->2086" + "default-mobile.handlebars->11->886", + "default.handlebars->47->2087" ] }, { @@ -45553,7 +45560,7 @@ "zh-cht": "經理", "hu": "Menedzser", "xloc": [ - "default.handlebars->47->2654" + "default.handlebars->47->2655" ] }, { @@ -45647,7 +45654,7 @@ "hu": "maori", "xloc": [ "default-mobile.handlebars->11->219", - "default.handlebars->47->1882", + "default.handlebars->47->1883", "login2.handlebars->7->116" ] }, @@ -45752,7 +45759,7 @@ "hu": "marathi", "xloc": [ "default-mobile.handlebars->11->220", - "default.handlebars->47->1883", + "default.handlebars->47->1884", "login2.handlebars->7->117" ] }, @@ -45807,7 +45814,7 @@ "zh-cht": "達到連接數量上限", "hu": "Elérte a munkamenetek maximális számát", "xloc": [ - "default.handlebars->47->3222" + "default.handlebars->47->3223" ] }, { @@ -45920,8 +45927,8 @@ "zh-cht": "Megabyte", "hu": "Megabájt", "xloc": [ - "default.handlebars->47->3263", - "default.handlebars->47->3268", + "default.handlebars->47->3264", + "default.handlebars->47->3269", "default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7" ] }, @@ -45954,7 +45961,7 @@ "default.handlebars->47->1554", "default.handlebars->47->1654", "default.handlebars->47->1660", - "default.handlebars->47->3242", + "default.handlebars->47->3243", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -46024,8 +46031,8 @@ "zh-cht": "網格代理控制台", "hu": "Konzol", "xloc": [ - "default-mobile.handlebars->11->931", - "default.handlebars->47->2279" + "default-mobile.handlebars->11->932", + "default.handlebars->47->2280" ] }, { @@ -46213,7 +46220,7 @@ "zh-cht": "MeshAgent流量", "hu": "MeshAgent forgalom", "xloc": [ - "default.handlebars->47->3280" + "default.handlebars->47->3281" ] }, { @@ -46240,7 +46247,7 @@ "zh-cht": "MeshAgent更新", "hu": "MeshAgent frissítés", "xloc": [ - "default.handlebars->47->3281" + "default.handlebars->47->3282" ] }, { @@ -46320,7 +46327,7 @@ "zh-cht": "MeshCentral 助手", "hu": "MeshCentral Assistant", "xloc": [ - "default.handlebars->47->2347", + "default.handlebars->47->2348", "default.handlebars->47->551", "default.handlebars->47->578", "default.handlebars->47->591" @@ -46711,7 +46718,7 @@ "zh-cht": "MeshCentral伺服器同級化", "hu": "MeshCentral Server Peering", "xloc": [ - "default.handlebars->47->3279" + "default.handlebars->47->3280" ] }, { @@ -46767,7 +46774,7 @@ "xloc": [ "default.handlebars->47->195", "default.handlebars->47->197", - "default.handlebars->47->2072" + "default.handlebars->47->2073" ] }, { @@ -47187,8 +47194,8 @@ "hu": "Üzenet", "xloc": [ "default.handlebars->47->1271", - "default.handlebars->47->2909", - "default.handlebars->47->3101", + "default.handlebars->47->2910", + "default.handlebars->47->3102", "default.handlebars->47->563", "default.handlebars->47->990" ] @@ -47245,7 +47252,7 @@ "zh-cht": "電郵調度器", "hu": "Üzenet Küldő", "xloc": [ - "default.handlebars->47->3277" + "default.handlebars->47->3278" ] }, { @@ -47257,7 +47264,7 @@ "de": "Fehler bei Nachricht", "es": "Error en el mensaje", "xloc": [ - "default.handlebars->47->3207" + "default.handlebars->47->3208" ] }, { @@ -47269,7 +47276,7 @@ "de": "Fehler bei Nachricht: {0}", "es": "Error en el mensaje: {0}", "xloc": [ - "default.handlebars->47->3208" + "default.handlebars->47->3209" ] }, { @@ -47294,7 +47301,7 @@ "de": "Nachricht erfolgreich gesendet.", "es": "Mensaje enviado correctamente.", "xloc": [ - "default.handlebars->47->3206" + "default.handlebars->47->3207" ] }, { @@ -47359,8 +47366,8 @@ "pl": "Wiadomości", "de": "Benachrichtigung", "xloc": [ - "default.handlebars->47->2854", - "default.handlebars->47->2902", + "default.handlebars->47->2855", + "default.handlebars->47->2903", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", "login2.handlebars->centralTable->1->0->logincell->tokenpanel->tokenpanelform->7->1->2farow->1->3" @@ -47374,7 +47381,7 @@ "pl": "Wiadomości ({0})", "de": "Benachrichtigung ({0})", "xloc": [ - "default.handlebars->47->2125", + "default.handlebars->47->2126", "default.handlebars->47->953" ] }, @@ -47386,11 +47393,11 @@ "pl": "Powiadomienia w Komunikatorze", "xloc": [ "default.handlebars->47->1092", - "default.handlebars->47->1714", - "default.handlebars->47->1734", - "default.handlebars->47->2368", + "default.handlebars->47->1715", + "default.handlebars->47->1735", + "default.handlebars->47->2369", "default.handlebars->47->255", - "default.handlebars->47->2949" + "default.handlebars->47->2950" ] }, { @@ -47401,7 +47408,7 @@ "pl": "Konto komunnikatora tego użytkownika.", "de": "Benachrichtigungsaccount für diesen Benutzer.", "xloc": [ - "default.handlebars->47->2929" + "default.handlebars->47->2930" ] }, { @@ -47412,7 +47419,7 @@ "pl": "Wiadomości włączone", "de": "Benachrichtigungen aktiviert", "xloc": [ - "default.handlebars->47->2855" + "default.handlebars->47->2856" ] }, { @@ -47439,8 +47446,8 @@ "zh-cht": "信使", "hu": "Messenger", "xloc": [ - "default.handlebars->47->3043", - "default.handlebars->47->3110" + "default.handlebars->47->3044", + "default.handlebars->47->3111" ] }, { @@ -47450,7 +47457,7 @@ "nl": "Berichten", "pl": "Wiadomości", "xloc": [ - "default.handlebars->47->3130" + "default.handlebars->47->3131" ] }, { @@ -47682,7 +47689,7 @@ "default-mobile.handlebars->11->842", "default.handlebars->47->1575", "default.handlebars->47->1661", - "default.handlebars->47->2033" + "default.handlebars->47->2034" ] }, { @@ -47737,7 +47744,7 @@ "hu": "moldvai", "xloc": [ "default-mobile.handlebars->11->221", - "default.handlebars->47->1884", + "default.handlebars->47->1885", "login2.handlebars->7->118" ] }, @@ -47871,7 +47878,7 @@ "zh-cht": "移動:“{0}”到“{1}”", "hu": "Áthelyezés: \\\"{0}\\\" ide \\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2495" + "default.handlebars->47->2496" ] }, { @@ -47898,7 +47905,7 @@ "zh-cht": "將設備{0}移動到組{1}", "hu": "{0} eszköz áthelyezve az {1} csoportba", "xloc": [ - "default.handlebars->47->2528" + "default.handlebars->47->2529" ] }, { @@ -47952,8 +47959,8 @@ "zh-cht": "多個問題", "hu": "Többszörös Problémák", "xloc": [ - "default.handlebars->47->2381", - "default.handlebars->47->2395" + "default.handlebars->47->2382", + "default.handlebars->47->2396" ] }, { @@ -48004,7 +48011,7 @@ "zh-cht": "多工器", "hu": "Multiplexor", "xloc": [ - "default.handlebars->47->3061" + "default.handlebars->47->3062" ] }, { @@ -48234,7 +48241,7 @@ "zh-cht": "我的伺服器控制台", "hu": "Kiszolgáló konzol", "xloc": [ - "default.handlebars->47->1684" + "default.handlebars->47->1685" ] }, { @@ -48452,8 +48459,8 @@ "zh-cht": "我的密鍵", "hu": "MyKey", "xloc": [ - "default.handlebars->47->1759", - "default.handlebars->47->1762" + "default.handlebars->47->1760", + "default.handlebars->47->1763" ] }, { @@ -48619,25 +48626,25 @@ "default-mobile.handlebars->11->479", "default-mobile.handlebars->11->720", "default-mobile.handlebars->11->810", - "default-mobile.handlebars->11->890", - "default-mobile.handlebars->11->913", + "default-mobile.handlebars->11->891", + "default-mobile.handlebars->11->914", "default.handlebars->47->1403", "default.handlebars->47->1419", "default.handlebars->47->1555", "default.handlebars->47->156", "default.handlebars->47->1629", "default.handlebars->47->170", - "default.handlebars->47->2023", - "default.handlebars->47->2051", - "default.handlebars->47->2056", - "default.handlebars->47->2091", - "default.handlebars->47->2229", - "default.handlebars->47->2635", - "default.handlebars->47->2746", - "default.handlebars->47->2762", - "default.handlebars->47->2769", - "default.handlebars->47->2820", - "default.handlebars->47->2839", + "default.handlebars->47->2024", + "default.handlebars->47->2052", + "default.handlebars->47->2057", + "default.handlebars->47->2092", + "default.handlebars->47->2230", + "default.handlebars->47->2636", + "default.handlebars->47->2747", + "default.handlebars->47->2763", + "default.handlebars->47->2770", + "default.handlebars->47->2821", + "default.handlebars->47->2840", "default.handlebars->47->330", "default.handlebars->47->859", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -48696,7 +48703,7 @@ "zh-cht": "名稱1,名稱2,名稱3", "hu": "Nev1.Nev2,Nev3", "xloc": [ - "default.handlebars->47->2727" + "default.handlebars->47->2728" ] }, { @@ -48724,7 +48731,7 @@ "hu": "navajo", "xloc": [ "default-mobile.handlebars->11->222", - "default.handlebars->47->1885", + "default.handlebars->47->1886", "login2.handlebars->7->119" ] }, @@ -48753,7 +48760,7 @@ "hu": "ndonga-oshindonga", "xloc": [ "default-mobile.handlebars->11->223", - "default.handlebars->47->1886", + "default.handlebars->47->1887", "login2.handlebars->7->120" ] }, @@ -48782,7 +48789,7 @@ "hu": "nepáli", "xloc": [ "default-mobile.handlebars->11->224", - "default.handlebars->47->1887", + "default.handlebars->47->1888", "login2.handlebars->7->121" ] }, @@ -48846,7 +48853,7 @@ "hu": "Hálózati interfész információs rekordok", "de": "Aufzeichnungen über Informationen zu Netzwerkschnittstellen", "xloc": [ - "default.handlebars->47->3143" + "default.handlebars->47->3144" ] }, { @@ -48903,7 +48910,7 @@ "hu": "Új", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", - "default.handlebars->47->2050", + "default.handlebars->47->2051", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -48931,7 +48938,7 @@ "zh-cht": "生成新的2FA備份代碼", "hu": "Új 2FA biztonsági kódok generálása", "xloc": [ - "default.handlebars->47->2535" + "default.handlebars->47->2536" ] }, { @@ -48958,8 +48965,8 @@ "zh-cht": "新賬戶", "hu": "Új fiók", "xloc": [ - "default-mobile.handlebars->11->972", - "default.handlebars->47->3169" + "default-mobile.handlebars->11->973", + "default.handlebars->47->3170" ] }, { @@ -49039,8 +49046,8 @@ "xloc": [ "default-mobile.handlebars->11->329", "default.handlebars->47->1281", - "default.handlebars->47->2016", - "default.handlebars->47->2039" + "default.handlebars->47->2017", + "default.handlebars->47->2040" ] }, { @@ -49070,7 +49077,7 @@ "default-mobile.handlebars->11->358", "default-mobile.handlebars->11->691", "default.handlebars->47->1513", - "default.handlebars->47->2425", + "default.handlebars->47->2426", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing.handlebars->11->59", @@ -49210,8 +49217,8 @@ "zh-cht": "新密碼*", "hu": "Új jelszó*", "xloc": [ - "default.handlebars->47->2203", - "default.handlebars->47->2204" + "default.handlebars->47->2204", + "default.handlebars->47->2205" ] }, { @@ -49240,8 +49247,8 @@ "xloc": [ "default-mobile.handlebars->11->324", "default-mobile.handlebars->11->325", - "default.handlebars->47->2011", - "default.handlebars->47->2012" + "default.handlebars->47->2012", + "default.handlebars->47->2013" ] }, { @@ -49411,7 +49418,7 @@ "zh-cht": "無代理控制台", "hu": "Nincs Agent konzol", "xloc": [ - "default.handlebars->47->2964" + "default.handlebars->47->2965" ] }, { @@ -49438,7 +49445,7 @@ "zh-cht": "沒有控制台", "hu": "Nincs Agent konzol", "xloc": [ - "default.handlebars->47->2863" + "default.handlebars->47->2864" ] }, { @@ -49497,8 +49504,8 @@ "xloc": [ "default.handlebars->47->1103", "default.handlebars->47->1128", - "default.handlebars->47->2316", - "default.handlebars->47->2859" + "default.handlebars->47->2317", + "default.handlebars->47->2860" ] }, { @@ -49525,8 +49532,8 @@ "zh-cht": "不能訪問桌面", "hu": "Nincs Asztal hozzáférés", "xloc": [ - "default.handlebars->47->2275", - "default.handlebars->47->2960" + "default.handlebars->47->2276", + "default.handlebars->47->2961" ] }, { @@ -49578,8 +49585,8 @@ "hu": "Nincsenek eseményeket", "xloc": [ "default.handlebars->47->1551", - "default.handlebars->47->2611", - "default.handlebars->47->3026" + "default.handlebars->47->2612", + "default.handlebars->47->3027" ] }, { @@ -49606,9 +49613,9 @@ "zh-cht": "不能存取檔案", "hu": "Nincs Fájl hozzáférés", "xloc": [ - "default-mobile.handlebars->11->929", - "default.handlebars->47->2277", - "default.handlebars->47->2963" + "default-mobile.handlebars->11->930", + "default.handlebars->47->2278", + "default.handlebars->47->2964" ] }, { @@ -49635,11 +49642,11 @@ "zh-cht": "沒有檔案", "hu": "Nincs Fájlelérés", "xloc": [ - "default-mobile.handlebars->11->952", + "default-mobile.handlebars->11->953", "default.handlebars->47->1100", "default.handlebars->47->1125", - "default.handlebars->47->2318", - "default.handlebars->47->2862" + "default.handlebars->47->2319", + "default.handlebars->47->2863" ] }, { @@ -49694,10 +49701,10 @@ "zh-cht": "沒有Intel® AMT", "hu": "Nincs Intel® AMT", "xloc": [ - "default-mobile.handlebars->11->930", - "default-mobile.handlebars->11->953", - "default.handlebars->47->2278", - "default.handlebars->47->2319" + "default-mobile.handlebars->11->931", + "default-mobile.handlebars->11->954", + "default.handlebars->47->2279", + "default.handlebars->47->2320" ] }, { @@ -49829,7 +49836,7 @@ "zh-cht": "沒有成員", "hu": "Nincsenek tagok", "xloc": [ - "default.handlebars->47->2800" + "default.handlebars->47->2801" ] }, { @@ -49856,7 +49863,7 @@ "zh-cht": "沒有新的裝置群", "hu": "Új eszköz csoportok hozzáadásának tiltása", "xloc": [ - "default.handlebars->47->2740" + "default.handlebars->47->2741" ] }, { @@ -49883,7 +49890,7 @@ "zh-cht": "沒有新設備", "hu": "Új eszközök hozzáadásának tiltása", "xloc": [ - "default.handlebars->47->2741" + "default.handlebars->47->2742" ] }, { @@ -49910,8 +49917,8 @@ "zh-cht": "沒有政策", "hu": "Nincs házirend", "xloc": [ - "default.handlebars->47->2130", - "default.handlebars->47->2194" + "default.handlebars->47->2131", + "default.handlebars->47->2195" ] }, { @@ -49961,8 +49968,8 @@ "zh-cht": "沒有遙控器", "hu": "Nincs távoli parancs.", "xloc": [ - "default.handlebars->47->2865", - "default.handlebars->47->2966" + "default.handlebars->47->2866", + "default.handlebars->47->2967" ] }, { @@ -49989,8 +49996,8 @@ "zh-cht": "沒有遙控器", "hu": "Nincs távvezérlés", "xloc": [ - "default.handlebars->47->2858", - "default.handlebars->47->2959" + "default.handlebars->47->2859", + "default.handlebars->47->2960" ] }, { @@ -50017,8 +50024,8 @@ "zh-cht": "無重置/關閉", "hu": "Nincs Újraindítás / Kikapcsolás", "xloc": [ - "default.handlebars->47->2867", - "default.handlebars->47->2968" + "default.handlebars->47->2868", + "default.handlebars->47->2969" ] }, { @@ -50046,12 +50053,12 @@ "hu": "Nincsenek jogok", "xloc": [ "default-mobile.handlebars->11->344", - "default-mobile.handlebars->11->904", - "default-mobile.handlebars->11->960", + "default-mobile.handlebars->11->905", + "default-mobile.handlebars->11->961", "default.handlebars->47->1118", "default.handlebars->47->1143", - "default.handlebars->47->2048", - "default.handlebars->47->2329" + "default.handlebars->47->2049", + "default.handlebars->47->2330" ] }, { @@ -50131,11 +50138,11 @@ "zh-cht": "沒有終端", "hu": "Nincs terminál", "xloc": [ - "default-mobile.handlebars->11->951", + "default-mobile.handlebars->11->952", "default.handlebars->47->1099", "default.handlebars->47->1124", - "default.handlebars->47->2317", - "default.handlebars->47->2861" + "default.handlebars->47->2318", + "default.handlebars->47->2862" ] }, { @@ -50162,9 +50169,9 @@ "zh-cht": "不能訪問終端", "hu": "Nincs Terminál hozzáférés", "xloc": [ - "default-mobile.handlebars->11->928", - "default.handlebars->47->2276", - "default.handlebars->47->2962" + "default-mobile.handlebars->11->929", + "default.handlebars->47->2277", + "default.handlebars->47->2963" ] }, { @@ -50191,7 +50198,7 @@ "zh-cht": "沒有工具(MeshCmd /路由器)", "hu": "MeshCmd/Router tiltása", "xloc": [ - "default.handlebars->47->2742" + "default.handlebars->47->2743" ] }, { @@ -50218,8 +50225,8 @@ "zh-cht": "無卸載", "hu": "Nincs Eltávolítás", "xloc": [ - "default.handlebars->47->2864", - "default.handlebars->47->2965" + "default.handlebars->47->2865", + "default.handlebars->47->2966" ] }, { @@ -50246,8 +50253,8 @@ "zh-cht": "沒有喚醒", "hu": "Nincs Ébresztés", "xloc": [ - "default.handlebars->47->2866", - "default.handlebars->47->2967" + "default.handlebars->47->2867", + "default.handlebars->47->2968" ] }, { @@ -50326,9 +50333,9 @@ "zh-cht": "沒有代理設備通過代理中繼", "hu": "No agent devices relayed thru agent", "xloc": [ - "default-mobile.handlebars->11->887", - "default.handlebars->47->2025", - "default.handlebars->47->2088" + "default-mobile.handlebars->11->888", + "default.handlebars->47->2026", + "default.handlebars->47->2089" ] }, { @@ -50355,8 +50362,8 @@ "zh-cht": "沒有自動更新", "hu": "Nincs automatikus frissítés", "xloc": [ - "default.handlebars->47->2379", - "default.handlebars->47->2393" + "default.handlebars->47->2380", + "default.handlebars->47->2394" ] }, { @@ -50383,8 +50390,8 @@ "zh-cht": "沒有共同的裝置群", "hu": "Nincsenek hozzárendelt eszközcsoportok", "xloc": [ - "default.handlebars->47->2806", - "default.handlebars->47->2994" + "default.handlebars->47->2807", + "default.handlebars->47->2995" ] }, { @@ -50546,8 +50553,8 @@ "zh-cht": "沒有共同的裝置", "hu": "Nincsenek hozzárendelt eszközök", "xloc": [ - "default.handlebars->47->2812", - "default.handlebars->47->3006" + "default.handlebars->47->2813", + "default.handlebars->47->3007" ] }, { @@ -50602,7 +50609,7 @@ "zh-cht": "該裝置群中沒有裝置。", "hu": "Ebben az eszközcsoportban nincsenek eszközök.", "xloc": [ - "default.handlebars->47->2397" + "default.handlebars->47->2398" ] }, { @@ -50740,7 +50747,7 @@ "zh-cht": "找不到群組。", "hu": "Nincsenek csoportok.", "xloc": [ - "default.handlebars->47->2745" + "default.handlebars->47->2746" ] }, { @@ -50767,8 +50774,8 @@ "zh-cht": "沒有此裝置的訊息。", "hu": "Nincs információ erről az eszközről.", "xloc": [ - "default-mobile.handlebars->11->859", - "default.handlebars->47->1678" + "default-mobile.handlebars->11->860", + "default.handlebars->47->1679" ] }, { @@ -50959,7 +50966,7 @@ "zh-cht": "不再是“{0}”的中繼。", "hu": "Már nem relay a \\\"{0}\\\" számára.", "xloc": [ - "default.handlebars->47->2595" + "default.handlebars->47->2596" ] }, { @@ -51040,8 +51047,8 @@ "zh-cht": "沒有此用戶的電話號碼", "hu": "Ennek a felhasználónak nincs telefonszáma", "xloc": [ - "default-mobile.handlebars->11->1003", - "default.handlebars->47->3200" + "default-mobile.handlebars->11->1004", + "default.handlebars->47->3201" ] }, { @@ -51095,7 +51102,7 @@ "zh-cht": "沒有錄音。", "hu": "Nincsenek felvételek.", "xloc": [ - "default.handlebars->47->3031" + "default.handlebars->47->3032" ] }, { @@ -51122,8 +51129,8 @@ "zh-cht": "沒有可用的中繼設備。", "hu": "Nem állnak rendelkezésre relay eszközök.", "xloc": [ - "default-mobile.handlebars->11->910", - "default.handlebars->47->2226" + "default-mobile.handlebars->11->911", + "default.handlebars->47->2227" ] }, { @@ -51174,7 +51181,7 @@ "zh-cht": "沒有伺服器權限", "hu": "Nincsenek kiszolgáló jogosultságok", "xloc": [ - "default.handlebars->47->2834" + "default.handlebars->47->2835" ] }, { @@ -51225,7 +51232,7 @@ "zh-cht": "沒有用戶群成員身份", "hu": "Nincs felhasználói csoport tagság", "xloc": [ - "default.handlebars->47->3000" + "default.handlebars->47->3001" ] }, { @@ -51252,8 +51259,8 @@ "zh-cht": "沒有用戶管理權限", "hu": "Nincs felhasználói kezelői jog", "xloc": [ - "default-mobile.handlebars->11->1001", - "default.handlebars->47->3198" + "default-mobile.handlebars->11->1002", + "default.handlebars->47->3199" ] }, { @@ -51280,7 +51287,7 @@ "zh-cht": "未找到相應的用戶。", "hu": "Nem találhatóak felhasználók.", "xloc": [ - "default.handlebars->47->2643" + "default.handlebars->47->2644" ] }, { @@ -51425,33 +51432,33 @@ "default-mobile.handlebars->11->526", "default-mobile.handlebars->11->640", "default-mobile.handlebars->11->688", - "default-mobile.handlebars->11->892", + "default-mobile.handlebars->11->893", "default.handlebars->47->1391", - "default.handlebars->47->2082", - "default.handlebars->47->2093", - "default.handlebars->47->2107", - "default.handlebars->47->2119", - "default.handlebars->47->2126", - "default.handlebars->47->2128", - "default.handlebars->47->2182", - "default.handlebars->47->2382", - "default.handlebars->47->2407", - "default.handlebars->47->2412", - "default.handlebars->47->2619", + "default.handlebars->47->2083", + "default.handlebars->47->2094", + "default.handlebars->47->2108", + "default.handlebars->47->2120", + "default.handlebars->47->2127", + "default.handlebars->47->2129", + "default.handlebars->47->2183", + "default.handlebars->47->2383", + "default.handlebars->47->2408", + "default.handlebars->47->2413", + "default.handlebars->47->2620", "default.handlebars->47->272", - "default.handlebars->47->2766", - "default.handlebars->47->2768", - "default.handlebars->47->2777", - "default.handlebars->47->2789", - "default.handlebars->47->2853", - "default.handlebars->47->2856", - "default.handlebars->47->2868", - "default.handlebars->47->2878", - "default.handlebars->47->2882", - "default.handlebars->47->2894", - "default.handlebars->47->2930", + "default.handlebars->47->2767", + "default.handlebars->47->2769", + "default.handlebars->47->2778", + "default.handlebars->47->2790", + "default.handlebars->47->2854", + "default.handlebars->47->2857", + "default.handlebars->47->2869", + "default.handlebars->47->2879", + "default.handlebars->47->2883", + "default.handlebars->47->2895", + "default.handlebars->47->2931", "default.handlebars->47->300", - "default.handlebars->47->3125", + "default.handlebars->47->3126", "default.handlebars->47->396", "default.handlebars->47->397", "default.handlebars->47->85", @@ -51540,7 +51547,7 @@ "hu": "norvég", "xloc": [ "default-mobile.handlebars->11->225", - "default.handlebars->47->1888", + "default.handlebars->47->1889", "login2.handlebars->7->122" ] }, @@ -51569,7 +51576,7 @@ "hu": "norvég (Bokmal)", "xloc": [ "default-mobile.handlebars->11->226", - "default.handlebars->47->1889", + "default.handlebars->47->1890", "login2.handlebars->7->123" ] }, @@ -51598,7 +51605,7 @@ "hu": "norvég (Nynorsk)", "xloc": [ "default-mobile.handlebars->11->227", - "default.handlebars->47->1890", + "default.handlebars->47->1891", "login2.handlebars->7->124" ] }, @@ -51711,8 +51718,8 @@ "zh-cht": "未連接", "hu": "Nincs csatlakoztatva", "xloc": [ - "default.handlebars->47->2373", - "default.handlebars->47->2386" + "default.handlebars->47->2374", + "default.handlebars->47->2387" ] }, { @@ -51794,7 +51801,7 @@ "zh-cht": "不在伺服器上", "hu": "Nincs a kiszolgálón", "xloc": [ - "default.handlebars->47->3053" + "default.handlebars->47->3054" ] }, { @@ -51821,8 +51828,8 @@ "zh-cht": "沒有設置", "hu": "Nincs beállítva", "xloc": [ - "default.handlebars->47->2840", - "default.handlebars->47->2841" + "default.handlebars->47->2841", + "default.handlebars->47->2842" ] }, { @@ -51849,7 +51856,7 @@ "zh-cht": "未經審核的", "hu": "Nincs megerősítve", "xloc": [ - "default.handlebars->47->2974" + "default.handlebars->47->2975" ] }, { @@ -51878,12 +51885,12 @@ "xloc": [ "default-mobile.handlebars->11->539", "default-mobile.handlebars->11->590", - "default-mobile.handlebars->11->898", + "default-mobile.handlebars->11->899", "default.handlebars->47->1109", "default.handlebars->47->1134", "default.handlebars->47->1147", - "default.handlebars->47->2138", - "default.handlebars->47->2905", + "default.handlebars->47->2139", + "default.handlebars->47->2906", "default.handlebars->47->984", "default.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->0" ] @@ -51940,8 +51947,8 @@ "hu": "Értesítési beállítások", "xloc": [ "default.handlebars->47->1096", - "default.handlebars->47->1998", - "default.handlebars->47->2372", + "default.handlebars->47->1999", + "default.handlebars->47->2373", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->12" ] }, @@ -52017,7 +52024,7 @@ "zh-cht": "通知音效", "hu": "Értesítési hangjelzés", "xloc": [ - "default.handlebars->47->1993" + "default.handlebars->47->1994" ] }, { @@ -52044,7 +52051,7 @@ "zh-cht": "通知", "hu": "Értesítések", "xloc": [ - "default.handlebars->47->2127", + "default.handlebars->47->2128", "default.handlebars->47->955" ] }, @@ -52072,7 +52079,7 @@ "zh-cht": "通知", "hu": "Értesítés küldése", "xloc": [ - "default.handlebars->47->2913", + "default.handlebars->47->2914", "default.handlebars->47->297" ] }, @@ -52127,9 +52134,9 @@ "zh-cht": "通知使用者", "hu": "Felhasználó értesítése", "xloc": [ - "default.handlebars->47->2237", - "default.handlebars->47->2241", - "default.handlebars->47->2244" + "default.handlebars->47->2238", + "default.handlebars->47->2242", + "default.handlebars->47->2245" ] }, { @@ -52156,7 +52163,7 @@ "zh-cht": "通知{0}", "hu": "Értesítés küldése {0}", "xloc": [ - "default.handlebars->47->2685" + "default.handlebars->47->2686" ] }, { @@ -52183,7 +52190,7 @@ "zh-cht": "無效的", "hu": "Null", "xloc": [ - "default.handlebars->47->3271" + "default.handlebars->47->3272" ] }, { @@ -52241,9 +52248,9 @@ "default-mobile.handlebars->11->754", "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->47->2070", - "default.handlebars->47->2377", - "default.handlebars->47->2391", + "default.handlebars->47->2071", + "default.handlebars->47->2378", + "default.handlebars->47->2392", "default.handlebars->47->910", "default.handlebars->47->914", "default.handlebars->47->918", @@ -52367,7 +52374,7 @@ "hu": "okcitán", "xloc": [ "default-mobile.handlebars->11->228", - "default.handlebars->47->1891", + "default.handlebars->47->1892", "login2.handlebars->7->125" ] }, @@ -52395,8 +52402,8 @@ "zh-cht": "發生在{0}", "hu": "Történt {0}", "xloc": [ - "default-mobile.handlebars->11->969", - "default.handlebars->47->3166" + "default-mobile.handlebars->11->970", + "default.handlebars->47->3167" ] }, { @@ -52483,7 +52490,7 @@ "zh-cht": "離線用戶", "hu": "Offline felhasználók", "xloc": [ - "default.handlebars->47->2640" + "default.handlebars->47->2641" ] }, { @@ -52538,7 +52545,7 @@ "hu": "Jelenlegi jelszó:", "xloc": [ "default-mobile.handlebars->11->323", - "default.handlebars->47->2010" + "default.handlebars->47->2011" ] }, { @@ -52576,7 +52583,7 @@ "zh-cht": "一天", "hu": "Egy Nap", "xloc": [ - "default.handlebars->47->2616" + "default.handlebars->47->2617" ] }, { @@ -52631,7 +52638,7 @@ "zh-cht": "一次性密碼", "hu": "OTP Egyszer használatos jelszó", "xloc": [ - "default.handlebars->47->3132" + "default.handlebars->47->3133" ] }, { @@ -52687,7 +52694,7 @@ "zh-cht": "在線用戶", "hu": "Online felhasználók", "xloc": [ - "default.handlebars->47->2639" + "default.handlebars->47->2640" ] }, { @@ -52714,7 +52721,7 @@ "zh-cht": "僅顯示前 100 個用戶", "hu": "Csak az első 100 felhasználót jelenítse meg", "xloc": [ - "default.handlebars->47->2686" + "default.handlebars->47->2687" ] }, { @@ -52743,7 +52750,7 @@ "xloc": [ "default-mobile.handlebars->11->699", "default.handlebars->47->1521", - "default.handlebars->47->2434", + "default.handlebars->47->2435", "default.handlebars->47->827", "sharing.handlebars->11->67" ] @@ -53116,7 +53123,7 @@ "zh-cht": "開場:{0}", "hu": "Nyitás: {0}", "xloc": [ - "default.handlebars->47->2463" + "default.handlebars->47->2464" ] }, { @@ -53146,7 +53153,7 @@ "default-mobile.handlebars->11->756", "default.handlebars->47->1308", "default.handlebars->47->1565", - "default.handlebars->47->3098", + "default.handlebars->47->3099", "default.handlebars->47->340", "default.handlebars->47->545", "default.handlebars->47->594", @@ -53179,8 +53186,8 @@ "xloc": [ "default-mobile.handlebars->11->580", "default.handlebars->47->1238", - "default.handlebars->47->2668", - "default.handlebars->47->2753", + "default.handlebars->47->2669", + "default.handlebars->47->2754", "default.handlebars->47->722", "default.handlebars->47->734" ] @@ -53261,7 +53268,7 @@ "hu": " orija", "xloc": [ "default-mobile.handlebars->11->229", - "default.handlebars->47->1892", + "default.handlebars->47->1893", "login2.handlebars->7->126" ] }, @@ -53290,7 +53297,7 @@ "hu": "oromó", "xloc": [ "default-mobile.handlebars->11->230", - "default.handlebars->47->1893", + "default.handlebars->47->1894", "login2.handlebars->7->127" ] }, @@ -53605,8 +53612,8 @@ "zh-cht": "推", "hu": "PUSH", "xloc": [ - "default-mobile.handlebars->11->870", - "default.handlebars->47->1690" + "default-mobile.handlebars->11->871", + "default.handlebars->47->1691" ] }, { @@ -53746,7 +53753,7 @@ "zh-cht": "部分的", "hu": "Egyedi", "xloc": [ - "default.handlebars->47->2655" + "default.handlebars->47->2656" ] }, { @@ -53822,8 +53829,8 @@ "hu": "Részleges jogok", "xloc": [ "default-mobile.handlebars->11->342", - "default-mobile.handlebars->11->902", - "default.handlebars->47->2046" + "default-mobile.handlebars->11->903", + "default.handlebars->47->2047" ] }, { @@ -53850,7 +53857,7 @@ "zh-cht": "部分權限", "hu": "Részleges jogok", "xloc": [ - "default.handlebars->47->2837" + "default.handlebars->47->2838" ] }, { @@ -53911,14 +53918,14 @@ "default.handlebars->47->1357", "default.handlebars->47->1467", "default.handlebars->47->1474", - "default.handlebars->47->2038", - "default.handlebars->47->2200", - "default.handlebars->47->2715", + "default.handlebars->47->2039", + "default.handlebars->47->2201", "default.handlebars->47->2716", - "default.handlebars->47->2874", - "default.handlebars->47->2876", - "default.handlebars->47->2979", + "default.handlebars->47->2717", + "default.handlebars->47->2875", + "default.handlebars->47->2877", "default.handlebars->47->2980", + "default.handlebars->47->2981", "default.handlebars->47->334", "default.handlebars->47->505", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -54077,8 +54084,8 @@ "zh-cht": "密碼已更改。", "hu": "A jelszó megváltozott.", "xloc": [ - "default-mobile.handlebars->11->997", - "default.handlebars->47->3194" + "default-mobile.handlebars->11->998", + "default.handlebars->47->3195" ] }, { @@ -54133,7 +54140,7 @@ "zh-cht": "密碼提示", "hu": "Jelszó tipp", "xloc": [ - "default.handlebars->47->2981" + "default.handlebars->47->2982" ] }, { @@ -54161,7 +54168,7 @@ "hu": "Jelszó tipp:", "xloc": [ "default-mobile.handlebars->11->326", - "default.handlebars->47->2013" + "default.handlebars->47->2014" ] }, { @@ -54268,8 +54275,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->11->318", "default-mobile.handlebars->11->319", - "default.handlebars->47->2005", "default.handlebars->47->2006", + "default.handlebars->47->2007", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->4->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->2->1", @@ -54316,7 +54323,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->47->1488", "default.handlebars->47->1527", - "default.handlebars->47->2436", + "default.handlebars->47->2437", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -54510,8 +54517,8 @@ "zh-cht": "執行代理指令", "hu": "Agent művelet végrehajtása", "xloc": [ - "default-mobile.handlebars->11->873", - "default.handlebars->47->1693" + "default-mobile.handlebars->11->874", + "default.handlebars->47->1694" ] }, { @@ -54586,7 +54593,7 @@ "zh-cht": "執行英特爾®AMT激活和配置。", "hu": "Végezze el az Intel® AMT aktiválását és konfigurálását.", "xloc": [ - "default.handlebars->47->2144", + "default.handlebars->47->2145", "default.handlebars->47->482" ] }, @@ -54961,7 +54968,7 @@ "zh-cht": "執行電源操作= {0},強制執行= {1}", "hu": "Végrehajtott tápellárás művelet={0}, kényszerített={1}", "xloc": [ - "default.handlebars->47->2468" + "default.handlebars->47->2469" ] }, { @@ -54988,8 +54995,8 @@ "zh-cht": "沒有權限", "hu": "Hozzáférés megtagadva", "xloc": [ - "default-mobile.handlebars->11->978", - "default.handlebars->47->3175" + "default-mobile.handlebars->11->979", + "default.handlebars->47->3176" ] }, { @@ -55016,9 +55023,9 @@ "zh-cht": "權限", "hu": "Jogosultságok", "xloc": [ - "default-mobile.handlebars->11->963", - "default.handlebars->47->2332", - "default.handlebars->47->2638" + "default-mobile.handlebars->11->964", + "default.handlebars->47->2333", + "default.handlebars->47->2639" ] }, { @@ -55046,7 +55053,7 @@ "hu": "perzsa/irán", "xloc": [ "default-mobile.handlebars->11->231", - "default.handlebars->47->1894", + "default.handlebars->47->1895", "login2.handlebars->7->128" ] }, @@ -55131,10 +55138,10 @@ "default-mobile.handlebars->11->100", "default-mobile.handlebars->11->83", "default-mobile.handlebars->11->98", - "default.handlebars->47->1708", - "default.handlebars->47->1711", + "default.handlebars->47->1709", + "default.handlebars->47->1712", "default.handlebars->47->252", - "default.handlebars->47->2928" + "default.handlebars->47->2929" ] }, { @@ -55161,7 +55168,7 @@ "zh-cht": "電話號碼", "hu": "Telefonszám", "xloc": [ - "default.handlebars->47->2852" + "default.handlebars->47->2853" ] }, { @@ -55189,8 +55196,8 @@ "hu": "Telefonszám:", "xloc": [ "default-mobile.handlebars->11->99", - "default.handlebars->47->1710", - "default.handlebars->47->2927" + "default.handlebars->47->1711", + "default.handlebars->47->2928" ] }, { @@ -55405,7 +55412,7 @@ "hu": "Kérjük, várjon néhány percet, amíg megkapja az igazolást.", "xloc": [ "default-mobile.handlebars->11->314", - "default.handlebars->47->2000" + "default.handlebars->47->2001" ] }, { @@ -55433,7 +55440,7 @@ "hu": "Plugin Művelet", "xloc": [ "default.handlebars->47->315", - "default.handlebars->47->3309" + "default.handlebars->47->3310" ] }, { @@ -55626,7 +55633,7 @@ "hu": "Házirend", "xloc": [ "default-mobile.handlebars->11->341", - "default.handlebars->47->2045" + "default.handlebars->47->2046" ] }, { @@ -55654,7 +55661,7 @@ "hu": "lengyel", "xloc": [ "default-mobile.handlebars->11->232", - "default.handlebars->47->1895", + "default.handlebars->47->1896", "login2.handlebars->7->129" ] }, @@ -55743,7 +55750,7 @@ "zh-cht": "端口名稱同步", "hu": "Port Név Szinkronizásás", "xloc": [ - "default.handlebars->47->2103" + "default.handlebars->47->2104" ] }, { @@ -55875,7 +55882,7 @@ "hu": "portugál", "xloc": [ "default-mobile.handlebars->11->233", - "default.handlebars->47->1896", + "default.handlebars->47->1897", "login2.handlebars->7->130" ] }, @@ -55904,7 +55911,7 @@ "hu": "portugál (Brazília)", "xloc": [ "default-mobile.handlebars->11->234", - "default.handlebars->47->1897", + "default.handlebars->47->1898", "login2.handlebars->7->131" ] }, @@ -56044,7 +56051,7 @@ "zh-cht": "電源狀態", "hu": "Energiaellátás Statisztika", "xloc": [ - "default.handlebars->47->2384", + "default.handlebars->47->2385", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -56250,7 +56257,7 @@ "zh-cht": "存在於伺服器上", "hu": "Kiszolgálón tárolva", "xloc": [ - "default.handlebars->47->3052" + "default.handlebars->47->3053" ] }, { @@ -56390,9 +56397,9 @@ "xloc": [ "default-mobile.handlebars->11->88", "default-mobile.handlebars->11->89", - "default.handlebars->47->1703", - "default.handlebars->47->2922", - "default.handlebars->47->2977", + "default.handlebars->47->1704", + "default.handlebars->47->2923", + "default.handlebars->47->2978", "default.handlebars->47->327" ] }, @@ -56715,7 +56722,7 @@ "zh-cht": "處理控制台命令:“{0}”", "hu": "Konzolparancs feldolgozása: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2460" + "default.handlebars->47->2461" ] }, { @@ -56796,9 +56803,9 @@ "zh-cht": "用戶同意提示", "hu": "Felhasználói hozzájárulás kérése", "xloc": [ - "default.handlebars->47->2238", - "default.handlebars->47->2242", - "default.handlebars->47->2245" + "default.handlebars->47->2239", + "default.handlebars->47->2243", + "default.handlebars->47->2246" ] }, { @@ -56825,7 +56832,7 @@ "zh-cht": "協議", "hu": "Protokoll", "xloc": [ - "default.handlebars->47->3050", + "default.handlebars->47->3051", "player.handlebars->3->32" ] }, @@ -56957,7 +56964,7 @@ "hu": "Puvlikus link", "xloc": [ "default-mobile.handlebars->11->353", - "default.handlebars->47->2419" + "default.handlebars->47->2420" ] }, { @@ -57009,7 +57016,7 @@ "hu": "pandzsábi", "xloc": [ "default-mobile.handlebars->11->235", - "default.handlebars->47->1898", + "default.handlebars->47->1899", "login2.handlebars->7->132" ] }, @@ -57038,7 +57045,7 @@ "hu": "pandzsábi (India)", "xloc": [ "default-mobile.handlebars->11->236", - "default.handlebars->47->1899", + "default.handlebars->47->1900", "login2.handlebars->7->133" ] }, @@ -57067,7 +57074,7 @@ "hu": "pandzsábi (Pakisztán)", "xloc": [ "default-mobile.handlebars->11->237", - "default.handlebars->47->1900", + "default.handlebars->47->1901", "login2.handlebars->7->134" ] }, @@ -57123,7 +57130,7 @@ "zh-cht": "推送通知", "hu": "Push Értesítés", "xloc": [ - "default.handlebars->47->3131" + "default.handlebars->47->3132" ] }, { @@ -57184,8 +57191,8 @@ "nl": "Pushover", "pl": "Pushover", "xloc": [ - "default.handlebars->47->1720", - "default.handlebars->47->2935" + "default.handlebars->47->1721", + "default.handlebars->47->2936" ] }, { @@ -57267,7 +57274,7 @@ "hu": "quechua", "xloc": [ "default-mobile.handlebars->11->238", - "default.handlebars->47->1901", + "default.handlebars->47->1902", "login2.handlebars->7->135" ] }, @@ -57630,7 +57637,7 @@ "zh-cht": "RSS", "hu": "RSS", "xloc": [ - "default.handlebars->47->3267" + "default.handlebars->47->3268" ] }, { @@ -57684,7 +57691,7 @@ "zh-cht": "隨機密碼", "hu": "Véletlenszerű jelszó", "xloc": [ - "default.handlebars->47->2201" + "default.handlebars->47->2202" ] }, { @@ -57711,7 +57718,7 @@ "zh-cht": "隨機密碼。", "hu": "Véletlenszerű jelszó generálása", "xloc": [ - "default.handlebars->47->2717" + "default.handlebars->47->2718" ] }, { @@ -57738,7 +57745,7 @@ "zh-cht": "力登 Dominion KX III", "hu": "Raritan Dominion KX III", "xloc": [ - "default.handlebars->47->2034" + "default.handlebars->47->2035" ] }, { @@ -57843,9 +57850,9 @@ "zh-cht": "真正的名字", "hu": "Teljes Név", "xloc": [ - "default.handlebars->47->2849", - "default.handlebars->47->2851", - "default.handlebars->47->2970" + "default.handlebars->47->2850", + "default.handlebars->47->2852", + "default.handlebars->47->2971" ] }, { @@ -57883,7 +57890,7 @@ "zh-cht": "境界", "hu": "Realms", "xloc": [ - "default.handlebars->47->2726" + "default.handlebars->47->2727" ] }, { @@ -57940,9 +57947,9 @@ "zh-cht": "記錄會議", "hu": "Munkamenetek rögzítése", "xloc": [ - "default.handlebars->47->2105", - "default.handlebars->47->2776", - "default.handlebars->47->2857" + "default.handlebars->47->2106", + "default.handlebars->47->2777", + "default.handlebars->47->2858" ] }, { @@ -57996,9 +58003,9 @@ "zh-cht": "記錄會議", "hu": "Munkamenetek rögzítése", "xloc": [ - "default.handlebars->47->2246", - "default.handlebars->47->2814", - "default.handlebars->47->2958" + "default.handlebars->47->2247", + "default.handlebars->47->2815", + "default.handlebars->47->2959" ] }, { @@ -58025,7 +58032,7 @@ "zh-cht": "記錄細節", "hu": "Felvétel részletek", "xloc": [ - "default.handlebars->47->3064" + "default.handlebars->47->3065" ] }, { @@ -58059,8 +58066,8 @@ "en": "Recovery Password", "pl": "Hasło Odzyskiwania", "xloc": [ - "default-mobile.handlebars->11->862", - "default.handlebars->47->1681" + "default-mobile.handlebars->11->863", + "default.handlebars->47->1682" ] }, { @@ -58196,7 +58203,7 @@ "default-mobile.handlebars->11->359", "default-mobile.handlebars->11->692", "default.handlebars->47->1514", - "default.handlebars->47->2426", + "default.handlebars->47->2427", "sharing.handlebars->11->60" ] }, @@ -58372,8 +58379,8 @@ "default-mobile.handlebars->11->466", "default.handlebars->47->1117", "default.handlebars->47->1142", - "default.handlebars->47->2328", - "default.handlebars->47->3249", + "default.handlebars->47->2329", + "default.handlebars->47->3250", "default.handlebars->47->411", "default.handlebars->47->415", "default.handlebars->47->699" @@ -58403,7 +58410,7 @@ "zh-cht": "中繼數量", "hu": "Relay Szám", "xloc": [ - "default.handlebars->47->3234" + "default.handlebars->47->3235" ] }, { @@ -58430,11 +58437,11 @@ "zh-cht": "繼電器裝置", "hu": "Relay Eszköz", "xloc": [ - "default-mobile.handlebars->11->895", - "default-mobile.handlebars->11->911", - "default.handlebars->47->2031", - "default.handlebars->47->2096", - "default.handlebars->47->2227" + "default-mobile.handlebars->11->896", + "default-mobile.handlebars->11->912", + "default.handlebars->47->2032", + "default.handlebars->47->2097", + "default.handlebars->47->2228" ] }, { @@ -58461,7 +58468,7 @@ "zh-cht": "中繼錯誤", "hu": "Relay Hibák", "xloc": [ - "default.handlebars->47->3227" + "default.handlebars->47->3228" ] }, { @@ -58512,8 +58519,8 @@ "zh-cht": "中繼連接", "hu": "Relay munkamenetek", "xloc": [ - "default.handlebars->47->3233", - "default.handlebars->47->3261" + "default.handlebars->47->3234", + "default.handlebars->47->3262" ] }, { @@ -58540,7 +58547,7 @@ "zh-cht": "繼電器裝置", "hu": "Relay eszköz", "xloc": [ - "default.handlebars->47->2608" + "default.handlebars->47->2609" ] }, { @@ -58618,7 +58625,7 @@ "zh-cht": "記住設備", "hu": "Emlékezzen az eszközre", "xloc": [ - "default.handlebars->47->3133" + "default.handlebars->47->3134" ] }, { @@ -58945,8 +58952,8 @@ "zh-cht": "遠程命令", "hu": "Távoli parancsok", "xloc": [ - "default-mobile.handlebars->11->938", - "default.handlebars->47->2286" + "default-mobile.handlebars->11->939", + "default.handlebars->47->2287" ] }, { @@ -58975,11 +58982,11 @@ "xloc": [ "default-mobile.handlebars->11->544", "default-mobile.handlebars->11->545", - "default-mobile.handlebars->11->925", - "default-mobile.handlebars->11->945", + "default-mobile.handlebars->11->926", + "default-mobile.handlebars->11->946", "default.handlebars->47->1000", "default.handlebars->47->1001", - "default.handlebars->47->2310" + "default.handlebars->47->2311" ] }, { @@ -58990,7 +58997,7 @@ "pl": "Zdalne Sterowanie i Przekierowanie", "de": "Entfernte Ausführung & Weiterleitung", "xloc": [ - "default.handlebars->47->2271" + "default.handlebars->47->2272" ] }, { @@ -59128,8 +59135,8 @@ "zh-cht": "遠程桌面連接欄已激活/更新", "hu": "Remote Desktop Connection Bar Activated/Updated", "xloc": [ - "default.handlebars->47->2474", - "default.handlebars->47->2480" + "default.handlebars->47->2475", + "default.handlebars->47->2481" ] }, { @@ -59156,7 +59163,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "hu": "Remote Desktop Connection Bar Failed or Not Supported", "xloc": [ - "default.handlebars->47->2475" + "default.handlebars->47->2476" ] }, { @@ -59183,7 +59190,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "hu": "Remote Desktop Connection Bar Failed or not Supported", "xloc": [ - "default.handlebars->47->2481" + "default.handlebars->47->2482" ] }, { @@ -59210,9 +59217,9 @@ "zh-cht": "本地用戶強行關閉了遠程桌面連接", "hu": "A távoli asztali kapcsolatot a helyi felhasználó erőszakkal lezárta", "xloc": [ - "default.handlebars->47->2472", - "default.handlebars->47->2476", - "default.handlebars->47->2482" + "default.handlebars->47->2473", + "default.handlebars->47->2477", + "default.handlebars->47->2483" ] }, { @@ -59546,7 +59553,7 @@ "zh-cht": "遠程網格用戶", "hu": "Távoli Mesh Felhasználó", "xloc": [ - "default-mobile.handlebars->11->966" + "default-mobile.handlebars->11->967" ] }, { @@ -59597,7 +59604,7 @@ "zh-cht": "遠程會話", "hu": "Távoli munkamenetek", "xloc": [ - "default.handlebars->47->3066" + "default.handlebars->47->3067" ] }, { @@ -59750,11 +59757,11 @@ "zh-cht": "僅遠程查看", "hu": "Csak távoli megtekintés", "xloc": [ - "default-mobile.handlebars->11->926", - "default-mobile.handlebars->11->950", - "default.handlebars->47->2272", - "default.handlebars->47->2315", - "default.handlebars->47->2961" + "default-mobile.handlebars->11->927", + "default-mobile.handlebars->11->951", + "default.handlebars->47->2273", + "default.handlebars->47->2316", + "default.handlebars->47->2962" ] }, { @@ -59895,8 +59902,8 @@ "en": "Removable", "pl": "Wyjmowane", "xloc": [ - "default-mobile.handlebars->11->851", - "default.handlebars->47->1670" + "default-mobile.handlebars->11->850", + "default.handlebars->47->1669" ] }, { @@ -59974,7 +59981,7 @@ "zh-cht": "刪除配置", "hu": "Konfiguráció eltávolítása", "xloc": [ - "default.handlebars->47->2066" + "default.handlebars->47->2067" ] }, { @@ -60049,8 +60056,8 @@ "zh-cht": "刪除裝置群權限", "hu": "Eszközcsoport engedélyek eltávolítása", "xloc": [ - "default.handlebars->47->2818", - "default.handlebars->47->3022" + "default.handlebars->47->2819", + "default.handlebars->47->3023" ] }, { @@ -60077,8 +60084,8 @@ "zh-cht": "刪除裝置權限", "hu": "Eszközengedélyek eltávolítása", "xloc": [ - "default.handlebars->47->2816", - "default.handlebars->47->3009" + "default.handlebars->47->2817", + "default.handlebars->47->3010" ] }, { @@ -60105,7 +60112,7 @@ "zh-cht": "刪除設備共享", "hu": "Eszközmegosztás eltávolítása", "xloc": [ - "default.handlebars->47->3007" + "default.handlebars->47->3008" ] }, { @@ -60132,7 +60139,7 @@ "zh-cht": "刪除登錄令牌", "hu": "Bejelentkezési token eltávolítása", "xloc": [ - "default.handlebars->47->2058" + "default.handlebars->47->2059" ] }, { @@ -60183,7 +60190,7 @@ "zh-cht": "刪除用戶群成員身份", "hu": "Felhasználói csoporttagság eltávolítása", "xloc": [ - "default.handlebars->47->3018" + "default.handlebars->47->3019" ] }, { @@ -60210,8 +60217,8 @@ "zh-cht": "刪除用戶群權限", "hu": "Felhasználói csoport engedélyeinek eltávolítása", "xloc": [ - "default.handlebars->47->2337", - "default.handlebars->47->3014" + "default.handlebars->47->2338", + "default.handlebars->47->3015" ] }, { @@ -60238,7 +60245,7 @@ "zh-cht": "刪除用戶成員資格", "hu": "Felhasználói tagság eltávolítása", "xloc": [ - "default.handlebars->47->2826" + "default.handlebars->47->2827" ] }, { @@ -60265,8 +60272,8 @@ "zh-cht": "刪除用戶權限", "hu": "Felhasználói engedélyek eltávolítása", "xloc": [ - "default.handlebars->47->2335", - "default.handlebars->47->3011" + "default.handlebars->47->2336", + "default.handlebars->47->3012" ] }, { @@ -60293,7 +60300,7 @@ "zh-cht": "刪除所有二因子鑑別。", "hu": "Távolítson el minden 2. faktoros hitelesítést.", "xloc": [ - "default.handlebars->47->2984" + "default.handlebars->47->2985" ] }, { @@ -60320,7 +60327,7 @@ "zh-cht": "刪除此用戶標識的所有先前事件。", "hu": "A felhasználó összes korábbi eseményének eltávolítása. ", "xloc": [ - "default.handlebars->47->2718" + "default.handlebars->47->2719" ] }, { @@ -60347,7 +60354,7 @@ "zh-cht": "斷開連接後删除裝置", "hu": "Az eszköz eltávolítása lecsatlakozáskor", "xloc": [ - "default.handlebars->47->2249" + "default.handlebars->47->2250" ] }, { @@ -60375,7 +60382,7 @@ "hu": "Eszközmegosztás eltávolítása", "xloc": [ "default.handlebars->47->1060", - "default.handlebars->47->2159" + "default.handlebars->47->2160" ] }, { @@ -60402,7 +60409,7 @@ "zh-cht": "刪除非活動", "hu": "Inaktívak eltávolítása", "xloc": [ - "default.handlebars->47->2106" + "default.handlebars->47->2107" ] }, { @@ -60429,7 +60436,7 @@ "zh-cht": "刪除登錄令牌", "hu": "Bejelentkezési token eltávolítása", "xloc": [ - "default.handlebars->47->2053" + "default.handlebars->47->2054" ] }, { @@ -60440,7 +60447,7 @@ "pl": "Usuń obsługę komunikatora", "de": "Benachrichtigen entfernen", "xloc": [ - "default.handlebars->47->1713" + "default.handlebars->47->1714" ] }, { @@ -60495,7 +60502,7 @@ "hu": "Telefonszám eltávolítása", "xloc": [ "default-mobile.handlebars->11->97", - "default.handlebars->47->1707" + "default.handlebars->47->1708" ] }, { @@ -60576,7 +60583,7 @@ "zh-cht": "刪除此用戶", "hu": "Távolítsa el ezt a felhasználót", "xloc": [ - "default.handlebars->47->2917" + "default.handlebars->47->2918" ] }, { @@ -60603,7 +60610,7 @@ "zh-cht": "刪除用戶群成員身份", "hu": "Felhasználói csoporttagság eltávolítása", "xloc": [ - "default.handlebars->47->2998" + "default.handlebars->47->2999" ] }, { @@ -60630,7 +60637,7 @@ "zh-cht": "刪除此裝置的用戶群權限", "hu": "Felhasználói csoportjogok eltávolítása ehhez az eszközhöz", "xloc": [ - "default.handlebars->47->2810" + "default.handlebars->47->2811" ] }, { @@ -60658,7 +60665,7 @@ "hu": "Felhasználói csoportjogok eltávolítása ehhez az eszközcsoporthoz", "xloc": [ "default.handlebars->47->1053", - "default.handlebars->47->2804" + "default.handlebars->47->2805" ] }, { @@ -60686,10 +60693,10 @@ "hu": "Eszköz vagy eszközcsoport eltávolítása", "xloc": [ "default.handlebars->47->1054", - "default.handlebars->47->2155", - "default.handlebars->47->2798", - "default.handlebars->47->2992", - "default.handlebars->47->3004" + "default.handlebars->47->2156", + "default.handlebars->47->2799", + "default.handlebars->47->2993", + "default.handlebars->47->3005" ] }, { @@ -60740,7 +60747,7 @@ "zh-cht": "刪除了帳戶顯示名稱。", "hu": "Fiók megjelenített neve eltávolítva.", "xloc": [ - "default.handlebars->47->2572" + "default.handlebars->47->2573" ] }, { @@ -60767,7 +60774,7 @@ "zh-cht": "刪除身份驗證應用程序", "hu": "Hitelesítési alkalmazás eltávolítva", "xloc": [ - "default.handlebars->47->2534" + "default.handlebars->47->2535" ] }, { @@ -60794,7 +60801,7 @@ "zh-cht": "刪除的設備共享{0}", "hu": "{0} eszközmegosztás eltávolítva", "xloc": [ - "default.handlebars->47->2545" + "default.handlebars->47->2546" ] }, { @@ -60821,7 +60828,7 @@ "zh-cht": "從設備組{1}中刪除了設備{0}", "hu": "{0} eszköz eltávolítása az {1} eszközcsoportból", "xloc": [ - "default.handlebars->47->2530" + "default.handlebars->47->2531" ] }, { @@ -60848,7 +60855,7 @@ "zh-cht": "刪除了登錄令牌", "hu": "Bejelentkezési token eltávolítva", "xloc": [ - "default.handlebars->47->2559" + "default.handlebars->47->2560" ] }, { @@ -60859,7 +60866,7 @@ "pl": "Usunięto konto komunikatora użytkownika {0}", "de": "Benachrichtigen für den Benutzer {0} entfernt", "xloc": [ - "default.handlebars->47->2600" + "default.handlebars->47->2601" ] }, { @@ -60886,7 +60893,7 @@ "zh-cht": "已刪除用戶{0}的電話號碼", "hu": "{0} felhasználó telefonszáma eltávolítva", "xloc": [ - "default.handlebars->47->2540" + "default.handlebars->47->2541" ] }, { @@ -60913,7 +60920,7 @@ "zh-cht": "移除推送通知認證設備", "hu": "Push értesítési hitelesítő eszköz eltávolítva", "xloc": [ - "default.handlebars->47->2557" + "default.handlebars->47->2558" ] }, { @@ -60940,7 +60947,7 @@ "zh-cht": "移除安全密鑰", "hu": "Biztonsági kulcs eltávolítva", "xloc": [ - "default.handlebars->47->2537" + "default.handlebars->47->2538" ] }, { @@ -60967,9 +60974,9 @@ "zh-cht": "刪除了{0}的用戶設備權限", "hu": "Felhasználói eszközjogok eltávolítva {0}", "xloc": [ - "default.handlebars->47->2503", - "default.handlebars->47->2524", - "default.handlebars->47->2529" + "default.handlebars->47->2504", + "default.handlebars->47->2525", + "default.handlebars->47->2530" ] }, { @@ -60996,7 +61003,7 @@ "zh-cht": "從設備組{1}中刪除了用戶組{0}", "hu": "{0} felhasználói csoport eltávolítva a(z) {1} eszközcsoportból", "xloc": [ - "default.handlebars->47->2513" + "default.handlebars->47->2514" ] }, { @@ -61023,7 +61030,7 @@ "zh-cht": "已從設備組{1}中刪除用戶{0}", "hu": "{0} felhasználó eltávolítva a(z) {1} eszközcsoportból", "xloc": [ - "default.handlebars->47->2526" + "default.handlebars->47->2527" ] }, { @@ -61050,8 +61057,8 @@ "zh-cht": "從用戶組{1}中刪除了用戶{0}", "hu": "{0} felhasználó eltávolítva a(z) {1} felhasználócsoportból", "xloc": [ - "default.handlebars->47->2505", - "default.handlebars->47->2515" + "default.handlebars->47->2506", + "default.handlebars->47->2516" ] }, { @@ -61083,7 +61090,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default.handlebars->47->1518", - "default.handlebars->47->2430", + "default.handlebars->47->2431", "default.handlebars->47->825", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -61140,7 +61147,7 @@ "zh-cht": "重命名:“{0}”為“{1}”", "hu": "Átnezezés: \\\"{0}\\\" to \\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2491" + "default.handlebars->47->2492" ] }, { @@ -61167,7 +61174,7 @@ "zh-cht": "報告日", "hu": "Jelentés Nap", "xloc": [ - "default.handlebars->47->2617" + "default.handlebars->47->2618" ] }, { @@ -61194,7 +61201,7 @@ "zh-cht": "報告類型", "hu": "Jelentés típusa", "xloc": [ - "default.handlebars->47->2612" + "default.handlebars->47->2613" ] }, { @@ -61221,7 +61228,7 @@ "zh-cht": "報告未返回任何內容。", "hu": "A jelentés nem tartalmaz bejegyzést.", "xloc": [ - "default.handlebars->47->3103" + "default.handlebars->47->3104" ] }, { @@ -61248,7 +61255,7 @@ "zh-cht": "報告.csv", "hu": "Report.csv", "xloc": [ - "default.handlebars->47->3164" + "default.handlebars->47->3165" ] }, { @@ -61468,7 +61475,7 @@ "zh-cht": "要求:", "hu": "Követelmények: ", "xloc": [ - "default.handlebars->47->2014" + "default.handlebars->47->2015" ] }, { @@ -61496,8 +61503,8 @@ "hu": "Követelmények: {0}.", "xloc": [ "default-mobile.handlebars->11->327", - "default.handlebars->47->2723", - "default.handlebars->47->2982" + "default.handlebars->47->2724", + "default.handlebars->47->2983" ] }, { @@ -61638,8 +61645,8 @@ "zh-cht": "重置/關閉電源", "hu": "Újraindítás / Kikapcsolás", "xloc": [ - "default-mobile.handlebars->11->939", - "default.handlebars->47->2287" + "default-mobile.handlebars->11->940", + "default.handlebars->47->2288" ] }, { @@ -61807,10 +61814,10 @@ "zh-cht": "重置/關閉", "hu": "Újraindítás / Kikapcsolás", "xloc": [ - "default-mobile.handlebars->11->959", + "default-mobile.handlebars->11->960", "default.handlebars->47->1114", "default.handlebars->47->1139", - "default.handlebars->47->2325" + "default.handlebars->47->2326" ] }, { @@ -61873,7 +61880,7 @@ "zh-cht": "還原伺服器", "hu": "Kiszolgáló visszaállítása", "xloc": [ - "default.handlebars->47->2071" + "default.handlebars->47->2072" ] }, { @@ -61927,7 +61934,7 @@ "zh-cht": "使用備份還原伺服器,這將刪除現有伺服器數據。僅當你知道自己在做什麼時才這樣做。", "hu": "Kiszolgáló visszaállítása biztonsági mentésből, ez törli a meglévő kiszolgálói adatokat. Csak akkor tegye ezt, ha tudja, mit csinál!", "xloc": [ - "default.handlebars->47->2068" + "default.handlebars->47->2069" ] }, { @@ -61983,7 +61990,7 @@ "zh-cht": "限制條件", "hu": "Korlátozások", "xloc": [ - "default.handlebars->47->2838" + "default.handlebars->47->2839" ] }, { @@ -62039,7 +62046,7 @@ "hu": "rheto-román", "xloc": [ "default-mobile.handlebars->11->239", - "default.handlebars->47->1902", + "default.handlebars->47->1903", "login2.handlebars->7->136" ] }, @@ -62096,7 +62103,7 @@ "hu": "román", "xloc": [ "default-mobile.handlebars->11->240", - "default.handlebars->47->1903", + "default.handlebars->47->1904", "login2.handlebars->7->137" ] }, @@ -62125,7 +62132,7 @@ "hu": "román (Moldova)", "xloc": [ "default-mobile.handlebars->11->241", - "default.handlebars->47->1904", + "default.handlebars->47->1905", "login2.handlebars->7->138" ] }, @@ -62156,7 +62163,7 @@ "default-mobile.handlebars->11->345", "default-mobile.handlebars->11->685", "default.handlebars->47->1499", - "default.handlebars->47->2398", + "default.handlebars->47->2399", "sharing.handlebars->11->49" ] }, @@ -62639,7 +62646,7 @@ "zh-cht": "運行命令", "hu": "Parancsok futtatása", "xloc": [ - "default.handlebars->47->2467" + "default.handlebars->47->2468" ] }, { @@ -62666,7 +62673,7 @@ "zh-cht": "以用戶身份運行命令", "hu": "Parancsok futtatása felhasználóként", "xloc": [ - "default.handlebars->47->2542" + "default.handlebars->47->2543" ] }, { @@ -62693,7 +62700,7 @@ "zh-cht": "如果可能,以用戶身份運行命令", "hu": "Parancsok futtatása felhasználóként, ha lehetséges", "xloc": [ - "default.handlebars->47->2543" + "default.handlebars->47->2544" ] }, { @@ -62721,7 +62728,7 @@ "hu": "orosz", "xloc": [ "default-mobile.handlebars->11->242", - "default.handlebars->47->1905", + "default.handlebars->47->1906", "login2.handlebars->7->139" ] }, @@ -62750,7 +62757,7 @@ "hu": "orosz (Moldávia)", "xloc": [ "default-mobile.handlebars->11->243", - "default.handlebars->47->1906", + "default.handlebars->47->1907", "login2.handlebars->7->140" ] }, @@ -62909,8 +62916,8 @@ "zh-cht": "短信", "hu": "SMS", "xloc": [ - "default.handlebars->47->2901", - "default.handlebars->47->2907", + "default.handlebars->47->2902", + "default.handlebars->47->2908", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -62943,7 +62950,7 @@ "zh-cht": "此用戶的短信功能電話號碼。", "hu": "SMS fogadásra alkalmas telefonszám ehhez a felhasználóhoz.", "xloc": [ - "default.handlebars->47->2925" + "default.handlebars->47->2926" ] }, { @@ -62970,8 +62977,8 @@ "zh-cht": "短信錯誤", "hu": "SMS hiba", "xloc": [ - "default-mobile.handlebars->11->1005", - "default.handlebars->47->3202" + "default-mobile.handlebars->11->1006", + "default.handlebars->47->3203" ] }, { @@ -62998,8 +63005,8 @@ "zh-cht": "短信錯誤:{0}", "hu": "SMS hiba: {0}", "xloc": [ - "default-mobile.handlebars->11->1006", - "default.handlebars->47->3203" + "default-mobile.handlebars->11->1007", + "default.handlebars->47->3204" ] }, { @@ -63053,8 +63060,8 @@ "zh-cht": "短信網關未啟用", "hu": "SMS átjáró nincs engedélyezve", "xloc": [ - "default-mobile.handlebars->11->1000", - "default.handlebars->47->3197" + "default-mobile.handlebars->11->1001", + "default.handlebars->47->3198" ] }, { @@ -63081,7 +63088,7 @@ "zh-cht": "短信", "hu": "SMS üzenet", "xloc": [ - "default.handlebars->47->3128" + "default.handlebars->47->3129" ] }, { @@ -63145,7 +63152,7 @@ "pl": "Sukces wysyłania SMS.", "de": "SMS erfolgreich gesendet.", "xloc": [ - "default.handlebars->47->3201" + "default.handlebars->47->3202" ] }, { @@ -63172,7 +63179,7 @@ "zh-cht": "短信成功發送。", "hu": "SMS sikeresen elküldve.", "xloc": [ - "default-mobile.handlebars->11->1004" + "default-mobile.handlebars->11->1005" ] }, { @@ -63643,7 +63650,7 @@ "hu": "sami (Lappföld)", "xloc": [ "default-mobile.handlebars->11->244", - "default.handlebars->47->1907", + "default.handlebars->47->1908", "login2.handlebars->7->141" ] }, @@ -63725,7 +63732,7 @@ "hu": "sango", "xloc": [ "default-mobile.handlebars->11->245", - "default.handlebars->47->1908", + "default.handlebars->47->1909", "login2.handlebars->7->142" ] }, @@ -63754,7 +63761,7 @@ "hu": "szanszkrit", "xloc": [ "default-mobile.handlebars->11->246", - "default.handlebars->47->1909", + "default.handlebars->47->1910", "login2.handlebars->7->143" ] }, @@ -63783,7 +63790,7 @@ "hu": "szardíniai", "xloc": [ "default-mobile.handlebars->11->247", - "default.handlebars->47->1910", + "default.handlebars->47->1911", "login2.handlebars->7->144" ] }, @@ -64381,8 +64388,8 @@ "default-mobile.handlebars->11->796", "default.handlebars->47->1266", "default.handlebars->47->1615", - "default.handlebars->47->2396", - "default.handlebars->47->2903", + "default.handlebars->47->2397", + "default.handlebars->47->2904", "default.handlebars->47->506", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -64425,7 +64432,7 @@ "zh-cht": "安全密鑰", "hu": "Biztonsági kulcs", "xloc": [ - "default.handlebars->47->2897" + "default.handlebars->47->2898" ] }, { @@ -64452,8 +64459,8 @@ "zh-cht": "安全警告", "hu": "Biztonsági figyelmeztetés", "xloc": [ - "default-mobile.handlebars->11->974", - "default.handlebars->47->3171" + "default-mobile.handlebars->11->975", + "default.handlebars->47->3172" ] }, { @@ -64547,9 +64554,9 @@ "xloc": [ "default.handlebars->47->1509", "default.handlebars->47->1511", - "default.handlebars->47->2422", - "default.handlebars->47->2664", - "default.handlebars->47->2751", + "default.handlebars->47->2423", + "default.handlebars->47->2665", + "default.handlebars->47->2752", "default.handlebars->47->534", "default.handlebars->47->704", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -64589,7 +64596,7 @@ "xloc": [ "default.handlebars->47->1208", "default.handlebars->47->1210", - "default.handlebars->47->3086" + "default.handlebars->47->3087" ] }, { @@ -64617,9 +64624,9 @@ "hu": "Semelyik", "xloc": [ "default.handlebars->47->1510", - "default.handlebars->47->2421", - "default.handlebars->47->2663", - "default.handlebars->47->2750", + "default.handlebars->47->2422", + "default.handlebars->47->2664", + "default.handlebars->47->2751", "default.handlebars->47->703", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -64649,7 +64656,7 @@ "zh-cht": "選擇要註冊推送通知身份驗證的設備。選擇後,設備將提示確認。", "hu": "Válassza ki a push-értesítés hitelesítéséhez regisztrálandó eszközt. A kiválasztás után az eszköz megerősítést kér.", "xloc": [ - "default.handlebars->47->1754" + "default.handlebars->47->1755" ] }, { @@ -64784,8 +64791,8 @@ "zh-cht": "選擇要對所有選定用戶執行的操作。", "hu": "A kiválasztottakon végrehajtandó művelet.", "xloc": [ - "default.handlebars->47->2667", - "default.handlebars->47->2752" + "default.handlebars->47->2668", + "default.handlebars->47->2753" ] }, { @@ -64840,7 +64847,7 @@ "zh-cht": "選擇新密碼", "hu": "Új jelszó választása", "xloc": [ - "default.handlebars->47->2202" + "default.handlebars->47->2203" ] }, { @@ -64895,8 +64902,8 @@ "zh-cht": "僅自我事件", "hu": "Csak saját események", "xloc": [ - "default-mobile.handlebars->11->955", - "default.handlebars->47->2321" + "default-mobile.handlebars->11->956", + "default.handlebars->47->2322" ] }, { @@ -64978,7 +64985,7 @@ "zh-cht": "發電郵", "hu": "Email küldés", "xloc": [ - "default.handlebars->47->2679" + "default.handlebars->47->2680" ] }, { @@ -65044,7 +65051,7 @@ "pl": "Wyślij Wiadomość", "de": "Nachricht senden", "xloc": [ - "default.handlebars->47->2677" + "default.handlebars->47->2678" ] }, { @@ -65071,7 +65078,7 @@ "zh-cht": "發送簡訊", "hu": "SMS küldés", "xloc": [ - "default.handlebars->47->2676" + "default.handlebars->47->2677" ] }, { @@ -65098,7 +65105,7 @@ "zh-cht": "發送短信給該用戶", "hu": "SMS-üzenet küldése ennek a felhasználónak", "xloc": [ - "default.handlebars->47->2908" + "default.handlebars->47->2909" ] }, { @@ -65125,7 +65132,7 @@ "zh-cht": "發送電郵給該用戶", "hu": "E-mail küldése ennek a felhasználónak", "xloc": [ - "default.handlebars->47->2912" + "default.handlebars->47->2913" ] }, { @@ -65137,7 +65144,7 @@ "de": "Eine Nachricht an diesen Benutzer senden", "es": "Enviar mensaje al usuario", "xloc": [ - "default.handlebars->47->2910" + "default.handlebars->47->2911" ] }, { @@ -65164,7 +65171,7 @@ "zh-cht": "向該群中的所有用戶發送通知。", "hu": "Értesítés küldése a csoport összes felhasználójának.", "xloc": [ - "default.handlebars->47->2795" + "default.handlebars->47->2796" ] }, { @@ -65191,7 +65198,7 @@ "zh-cht": "向該用戶發送文本通知。", "hu": "Értesítő üzenet küldése ennek a felhasználónak.", "xloc": [ - "default.handlebars->47->2680" + "default.handlebars->47->2681" ] }, { @@ -65218,7 +65225,7 @@ "zh-cht": "發送電郵給用戶", "hu": "E-mail küldése a felhasználónak", "xloc": [ - "default.handlebars->47->2658" + "default.handlebars->47->2659" ] }, { @@ -65272,7 +65279,7 @@ "zh-cht": "發送邀請電郵。", "hu": "Küldjön meghívót e-mailben.", "xloc": [ - "default.handlebars->47->2722" + "default.handlebars->47->2723" ] }, { @@ -65450,7 +65457,7 @@ "zh-cht": "發送用戶通知", "hu": "Felhasználói értesítés küldése", "xloc": [ - "default.handlebars->47->2914" + "default.handlebars->47->2915" ] }, { @@ -65560,7 +65567,7 @@ "hu": "szerb", "xloc": [ "default-mobile.handlebars->11->250", - "default.handlebars->47->1913", + "default.handlebars->47->1914", "login2.handlebars->7->147" ] }, @@ -65642,7 +65649,7 @@ "zh-cht": "伺服器備份", "hu": "Kiszolgáló biztonsági mentés", "xloc": [ - "default.handlebars->47->2732" + "default.handlebars->47->2733" ] }, { @@ -65669,7 +65676,7 @@ "zh-cht": "伺服器憑證", "hu": "Kiszolgáló Tanusítvány", "xloc": [ - "default.handlebars->47->3282" + "default.handlebars->47->3283" ] }, { @@ -65679,7 +65686,7 @@ "xloc": [ "default.handlebars->47->203", "default.handlebars->47->205", - "default.handlebars->47->2079" + "default.handlebars->47->2080" ] }, { @@ -65733,7 +65740,7 @@ "zh-cht": "伺服器數據庫", "hu": "Kiszolgáló adatbázis", "xloc": [ - "default.handlebars->47->3283" + "default.handlebars->47->3284" ] }, { @@ -65742,7 +65749,7 @@ "pl": "Błędy Serwera", "xloc": [ "default.handlebars->47->198", - "default.handlebars->47->2076" + "default.handlebars->47->2077" ] }, { @@ -65769,13 +65776,13 @@ "zh-cht": "伺服器檔案", "hu": "Kiszolgáló fájlok", "xloc": [ - "default-mobile.handlebars->11->932", - "default-mobile.handlebars->11->947", + "default-mobile.handlebars->11->933", + "default-mobile.handlebars->11->948", "default.handlebars->47->1107", "default.handlebars->47->1132", - "default.handlebars->47->2280", - "default.handlebars->47->2312", - "default.handlebars->47->2729" + "default.handlebars->47->2281", + "default.handlebars->47->2313", + "default.handlebars->47->2730" ] }, { @@ -65829,8 +65836,8 @@ "zh-cht": "服務器限制", "hu": "Kiszolgáló Limit", "xloc": [ - "default-mobile.handlebars->11->973", - "default.handlebars->47->3170" + "default-mobile.handlebars->11->974", + "default.handlebars->47->3171" ] }, { @@ -65884,8 +65891,8 @@ "zh-cht": "伺服器權限", "hu": "Kiszolgálói engedélyek", "xloc": [ - "default.handlebars->47->2650", - "default.handlebars->47->2744" + "default.handlebars->47->2651", + "default.handlebars->47->2745" ] }, { @@ -65912,7 +65919,7 @@ "zh-cht": "伺服器配額", "hu": "Kiszolgálói kvóta", "xloc": [ - "default.handlebars->47->2871" + "default.handlebars->47->2872" ] }, { @@ -65939,7 +65946,7 @@ "zh-cht": "伺服器還原", "hu": "Kiszolgáló visszaállítása", "xloc": [ - "default.handlebars->47->2733" + "default.handlebars->47->2734" ] }, { @@ -65966,7 +65973,7 @@ "zh-cht": "伺服器權限", "hu": "Jogosultságok a kiszolgálón", "xloc": [ - "default.handlebars->47->2870" + "default.handlebars->47->2871" ] }, { @@ -65993,7 +66000,7 @@ "zh-cht": "伺服器狀態", "hu": "Kiszolgáló állapot", "xloc": [ - "default.handlebars->47->3213" + "default.handlebars->47->3214" ] }, { @@ -66047,7 +66054,7 @@ "zh-cht": "伺服器追蹤", "hu": "Kiszolgáló nyomkövetés", "xloc": [ - "default.handlebars->47->3296" + "default.handlebars->47->3297" ] }, { @@ -66074,7 +66081,7 @@ "zh-cht": "服務器跟踪事件", "hu": "Kiszolgáló nyomkövetési esemény", "xloc": [ - "default.handlebars->47->3274" + "default.handlebars->47->3275" ] }, { @@ -66156,7 +66163,7 @@ "zh-cht": "伺服器更新", "hu": "Kiszolgáló frissítések", "xloc": [ - "default.handlebars->47->2734" + "default.handlebars->47->2735" ] }, { @@ -66369,7 +66376,7 @@ "hu": "A kiszolgáló nem tudja lekérni a felvételeket az adatbázisból.", "de": "Der Server konnte keine Aufzeichnungen aus der Datenbank laden.", "xloc": [ - "default.handlebars->47->3029" + "default.handlebars->47->3030" ] }, { @@ -66381,7 +66388,7 @@ "hu": "A kiszolgáló nem tud olvasni a felvételek mappából.", "de": "Der Server konnte keine Datei aus dem Aufzeichnungsordner laden.", "xloc": [ - "default.handlebars->47->3028" + "default.handlebars->47->3029" ] }, { @@ -66393,7 +66400,7 @@ "hu": "Kiszolgálói statisztikai rekordok", "de": "Aufzeichnungen zu Serverstatistiken", "xloc": [ - "default.handlebars->47->3148" + "default.handlebars->47->3149" ] }, { @@ -66473,7 +66480,7 @@ "zh-cht": "ServerStats.csv", "hu": "ServerStats.csv", "xloc": [ - "default.handlebars->47->3273" + "default.handlebars->47->3274" ] }, { @@ -66484,8 +66491,8 @@ "pl": "Usługa", "de": "Dienst", "xloc": [ - "default.handlebars->47->1724", - "default.handlebars->47->2939" + "default.handlebars->47->1725", + "default.handlebars->47->2940" ] }, { @@ -66567,8 +66574,8 @@ "zh-cht": "節", "hu": "Munkamenet", "xloc": [ - "default.handlebars->47->3032", - "default.handlebars->47->3091", + "default.handlebars->47->3033", + "default.handlebars->47->3092", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -66957,7 +66964,7 @@ "zh-cht": "設置剪貼板內容,{0}個字節", "hu": "A vágólap tartalmának beállítása, {0} bájt", "xloc": [ - "default.handlebars->47->2465" + "default.handlebars->47->2466" ] }, { @@ -67068,7 +67075,7 @@ "hu": "Beállítás", "xloc": [ "agent-translations.json", - "default.handlebars->47->2145", + "default.handlebars->47->2146", "default.handlebars->47->483" ] }, @@ -67144,7 +67151,7 @@ "zh-cht": "將此服務器設置為自動將備份上傳到Google雲端硬盤。首先為您的帳戶創建並輸入Google Drive ClientID和ClientSecret。", "hu": "Állítsa be ezt a szervert úgy, hogy automatikusan feltöltse a biztonsági mentéseket a Google Drive-ra. Kezdje azzal, hogy létrehoz és megad egy Google Drive-ügyfélazonosítót és ClientSecret-et a fiókjához.", "xloc": [ - "default.handlebars->47->2059" + "default.handlebars->47->2060" ] }, { @@ -67343,7 +67350,7 @@ "xloc": [ "default.handlebars->47->1115", "default.handlebars->47->1140", - "default.handlebars->47->2326" + "default.handlebars->47->2327" ] }, { @@ -67797,8 +67804,8 @@ "zh-cht": "只顯示自己的事件", "hu": "Csak saját események megjelenítése", "xloc": [ - "default-mobile.handlebars->11->935", - "default.handlebars->47->2283" + "default-mobile.handlebars->11->936", + "default.handlebars->47->2284" ] }, { @@ -67849,7 +67856,7 @@ "zh-cht": "顯示流量", "hu": "Forgalom megjelenítése", "xloc": [ - "default.handlebars->47->3087" + "default.handlebars->47->3088" ] }, { @@ -67876,7 +67883,7 @@ "zh-cht": "顯示連接工具欄", "hu": "Kapcsolat eszköztár megjelenítése", "xloc": [ - "default.handlebars->47->2239" + "default.handlebars->47->2240" ] }, { @@ -68011,8 +68018,8 @@ "zh-cht": "顯示1分鐘", "hu": "Megjelenítés 1 percen keresztül", "xloc": [ - "default.handlebars->47->2683", - "default.handlebars->47->2708" + "default.handlebars->47->2684", + "default.handlebars->47->2709" ] }, { @@ -68049,8 +68056,8 @@ "zh-cht": "顯示10秒", "hu": "Megjelenítés 10 percen keresztül", "xloc": [ - "default.handlebars->47->2682", - "default.handlebars->47->2707" + "default.handlebars->47->2683", + "default.handlebars->47->2708" ] }, { @@ -68097,8 +68104,8 @@ "zh-cht": "顯示5分鐘", "hu": "Megjelenítés 5 percen keresztül", "xloc": [ - "default.handlebars->47->2684", - "default.handlebars->47->2709" + "default.handlebars->47->2685", + "default.handlebars->47->2710" ] }, { @@ -68136,8 +68143,8 @@ "xloc": [ "default.handlebars->47->1154", "default.handlebars->47->1168", - "default.handlebars->47->2681", - "default.handlebars->47->2706", + "default.handlebars->47->2682", + "default.handlebars->47->2707", "default.handlebars->47->750" ] }, @@ -68439,8 +68446,8 @@ "pl": "Signal", "de": "Signal", "xloc": [ - "default.handlebars->47->1727", - "default.handlebars->47->2942" + "default.handlebars->47->1728", + "default.handlebars->47->2943" ] }, { @@ -68474,8 +68481,8 @@ "zh-cht": "簡單管理員控制模式(ACM)", "hu": "Egyszerű Admin Control Mode (ACM)", "xloc": [ - "default.handlebars->47->2134", - "default.handlebars->47->2192" + "default.handlebars->47->2135", + "default.handlebars->47->2193" ] }, { @@ -68502,8 +68509,8 @@ "zh-cht": "簡單客戶端控制模式(CCM)", "hu": "Simple Client Control Mode (CCM)", "xloc": [ - "default.handlebars->47->2132", - "default.handlebars->47->2196" + "default.handlebars->47->2133", + "default.handlebars->47->2197" ] }, { @@ -68531,7 +68538,7 @@ "hu": "szindhi", "xloc": [ "default-mobile.handlebars->11->248", - "default.handlebars->47->1911", + "default.handlebars->47->1912", "login2.handlebars->7->145" ] }, @@ -68560,7 +68567,7 @@ "hu": "szingaléz", "xloc": [ "default-mobile.handlebars->11->249", - "default.handlebars->47->1912", + "default.handlebars->47->1913", "login2.handlebars->7->146" ] }, @@ -68617,7 +68624,7 @@ "zh-cht": "單點登錄", "hu": "Egyszeri bejelentkezés (SSO)", "xloc": [ - "default.handlebars->47->3136" + "default.handlebars->47->3137" ] }, { @@ -68668,8 +68675,8 @@ "zh-cht": "尺寸", "hu": "Méret", "xloc": [ - "default.handlebars->47->3035", - "default.handlebars->47->3056", + "default.handlebars->47->3036", + "default.handlebars->47->3057", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -68789,16 +68796,16 @@ "en": "Slack", "pl": "Slack", "xloc": [ - "default.handlebars->47->1723", - "default.handlebars->47->2938" + "default.handlebars->47->1724", + "default.handlebars->47->2939" ] }, { "en": "Slack Webhook Setup", "pl": "Instalacja Slack Webhook", "xloc": [ - "default.handlebars->47->1733", - "default.handlebars->47->2948" + "default.handlebars->47->1734", + "default.handlebars->47->2949" ] }, { @@ -68917,7 +68924,7 @@ "hu": "szlovák", "xloc": [ "default-mobile.handlebars->11->251", - "default.handlebars->47->1914", + "default.handlebars->47->1915", "login2.handlebars->7->148" ] }, @@ -68946,7 +68953,7 @@ "hu": "szlovén", "xloc": [ "default-mobile.handlebars->11->252", - "default.handlebars->47->1915", + "default.handlebars->47->1916", "login2.handlebars->7->149" ] }, @@ -69058,8 +69065,8 @@ "zh-cht": "軟斷開代理", "hu": "Agent lecsatlakoztatása", "xloc": [ - "default-mobile.handlebars->11->880", - "default.handlebars->47->1700" + "default-mobile.handlebars->11->881", + "default.handlebars->47->1701" ] }, { @@ -69142,7 +69149,7 @@ "hu": "somani", "xloc": [ "default-mobile.handlebars->11->253", - "default.handlebars->47->1916", + "default.handlebars->47->1917", "login2.handlebars->7->150" ] }, @@ -69171,7 +69178,7 @@ "hu": "szorbiai", "xloc": [ "default-mobile.handlebars->11->254", - "default.handlebars->47->1917", + "default.handlebars->47->1918", "login2.handlebars->7->151" ] }, @@ -69432,7 +69439,7 @@ "hu": "spanyol", "xloc": [ "default-mobile.handlebars->11->255", - "default.handlebars->47->1918", + "default.handlebars->47->1919", "login2.handlebars->7->152" ] }, @@ -69461,7 +69468,7 @@ "hu": "spanyol (Argentína)", "xloc": [ "default-mobile.handlebars->11->256", - "default.handlebars->47->1919", + "default.handlebars->47->1920", "login2.handlebars->7->153" ] }, @@ -69490,7 +69497,7 @@ "hu": "spanyol (Bolívia)", "xloc": [ "default-mobile.handlebars->11->257", - "default.handlebars->47->1920", + "default.handlebars->47->1921", "login2.handlebars->7->154" ] }, @@ -69519,7 +69526,7 @@ "hu": "spanyol (Chile)", "xloc": [ "default-mobile.handlebars->11->258", - "default.handlebars->47->1921", + "default.handlebars->47->1922", "login2.handlebars->7->155" ] }, @@ -69548,7 +69555,7 @@ "hu": "spanyol (Kolumbia)", "xloc": [ "default-mobile.handlebars->11->259", - "default.handlebars->47->1922", + "default.handlebars->47->1923", "login2.handlebars->7->156" ] }, @@ -69577,7 +69584,7 @@ "hu": "spanyol (Costa Rica)", "xloc": [ "default-mobile.handlebars->11->260", - "default.handlebars->47->1923", + "default.handlebars->47->1924", "login2.handlebars->7->157" ] }, @@ -69606,7 +69613,7 @@ "hu": "spanyol (Dominikai Köztársaság)", "xloc": [ "default-mobile.handlebars->11->261", - "default.handlebars->47->1924", + "default.handlebars->47->1925", "login2.handlebars->7->158" ] }, @@ -69635,7 +69642,7 @@ "hu": "spanyol (Ecuador)", "xloc": [ "default-mobile.handlebars->11->262", - "default.handlebars->47->1925", + "default.handlebars->47->1926", "login2.handlebars->7->159" ] }, @@ -69664,7 +69671,7 @@ "hu": "spanyol (El Salvador)", "xloc": [ "default-mobile.handlebars->11->263", - "default.handlebars->47->1926", + "default.handlebars->47->1927", "login2.handlebars->7->160" ] }, @@ -69693,7 +69700,7 @@ "hu": "spanyol (Guatemala)", "xloc": [ "default-mobile.handlebars->11->264", - "default.handlebars->47->1927", + "default.handlebars->47->1928", "login2.handlebars->7->161" ] }, @@ -69722,7 +69729,7 @@ "hu": "spanyol (Honduras)", "xloc": [ "default-mobile.handlebars->11->265", - "default.handlebars->47->1928", + "default.handlebars->47->1929", "login2.handlebars->7->162" ] }, @@ -69751,7 +69758,7 @@ "hu": "spanyol (Mexikó)", "xloc": [ "default-mobile.handlebars->11->266", - "default.handlebars->47->1929", + "default.handlebars->47->1930", "login2.handlebars->7->163" ] }, @@ -69780,7 +69787,7 @@ "hu": "spanyol (Nicaragua)", "xloc": [ "default-mobile.handlebars->11->267", - "default.handlebars->47->1930", + "default.handlebars->47->1931", "login2.handlebars->7->164" ] }, @@ -69809,7 +69816,7 @@ "hu": "spanyol (Panama)", "xloc": [ "default-mobile.handlebars->11->268", - "default.handlebars->47->1931", + "default.handlebars->47->1932", "login2.handlebars->7->165" ] }, @@ -69838,7 +69845,7 @@ "hu": "spanyol (Paraguay)", "xloc": [ "default-mobile.handlebars->11->269", - "default.handlebars->47->1932", + "default.handlebars->47->1933", "login2.handlebars->7->166" ] }, @@ -69867,7 +69874,7 @@ "hu": "spanyol (Peru)", "xloc": [ "default-mobile.handlebars->11->270", - "default.handlebars->47->1933", + "default.handlebars->47->1934", "login2.handlebars->7->167" ] }, @@ -69896,7 +69903,7 @@ "hu": "spanyol (Puerto Rico)", "xloc": [ "default-mobile.handlebars->11->271", - "default.handlebars->47->1934", + "default.handlebars->47->1935", "login2.handlebars->7->168" ] }, @@ -69925,7 +69932,7 @@ "hu": "spanyol (Spanyolország)", "xloc": [ "default-mobile.handlebars->11->272", - "default.handlebars->47->1935", + "default.handlebars->47->1936", "login2.handlebars->7->169" ] }, @@ -69954,7 +69961,7 @@ "hu": "spanyol (Uruguay)", "xloc": [ "default-mobile.handlebars->11->273", - "default.handlebars->47->1936", + "default.handlebars->47->1937", "login2.handlebars->7->170" ] }, @@ -69983,7 +69990,7 @@ "hu": "spanyol (Venezuela)", "xloc": [ "default-mobile.handlebars->11->274", - "default.handlebars->47->1937", + "default.handlebars->47->1938", "login2.handlebars->7->171" ] }, @@ -70156,8 +70163,8 @@ "default.handlebars->47->1363", "default.handlebars->47->286", "default.handlebars->47->291", - "default.handlebars->47->3033", - "default.handlebars->47->3058", + "default.handlebars->47->3034", + "default.handlebars->47->3059", "sharing.handlebars->11->14" ] }, @@ -70246,7 +70253,7 @@ "zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-RDP munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2593" + "default.handlebars->47->2594" ] }, { @@ -70273,7 +70280,7 @@ "zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-SFTP munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2592" + "default.handlebars->47->2593" ] }, { @@ -70300,7 +70307,7 @@ "zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-SSH munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2591" + "default.handlebars->47->2592" ] }, { @@ -70327,7 +70334,7 @@ "zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-VNC munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2594" + "default.handlebars->47->2595" ] }, { @@ -70354,7 +70361,7 @@ "zh-cht": "啟動桌面多路復用會話", "hu": "Elindított asztali multiplex munkamenet", "xloc": [ - "default.handlebars->47->2449" + "default.handlebars->47->2450" ] }, { @@ -70381,7 +70388,7 @@ "zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"", "hu": "Elindított asztali multiplex munkamenet \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2588" + "default.handlebars->47->2589" ] }, { @@ -70408,7 +70415,7 @@ "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "hu": "Elindított asztali munkamenet \\\"{0}\\\" {1} és {2} között", "xloc": [ - "default.handlebars->47->2458" + "default.handlebars->47->2459" ] }, { @@ -70435,7 +70442,7 @@ "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "hu": "Elindított fájl munkamenet \\\"{0}\\\" {1} és {2} között", "xloc": [ - "default.handlebars->47->2459" + "default.handlebars->47->2460" ] }, { @@ -70462,7 +70469,7 @@ "zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}", "hu": "Elindított helyi relay munkamenet \\\"{0}\\\", protocol {1} és {2} között", "xloc": [ - "default.handlebars->47->2563" + "default.handlebars->47->2564" ] }, { @@ -70489,7 +70496,7 @@ "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "hu": "Elindított relay munkamenet \\\"{0}\\\" {1} és {2} között", "xloc": [ - "default.handlebars->47->2456" + "default.handlebars->47->2457" ] }, { @@ -70516,7 +70523,7 @@ "zh-cht": "使用Toast通知啟動遠程桌面", "hu": "Távoli asztal indítása alkalmazásértesítéssel", "xloc": [ - "default.handlebars->47->2478" + "default.handlebars->47->2479" ] }, { @@ -70543,7 +70550,7 @@ "zh-cht": "啟動遠程桌面,而無需通知", "hu": "Távoli asztal indítása értesítés nélkül", "xloc": [ - "default.handlebars->47->2479" + "default.handlebars->47->2480" ] }, { @@ -70570,7 +70577,7 @@ "zh-cht": "啟動帶有Toast通知的遠程文件", "hu": "Távoli fájelérés indítása az alkalmazás értesítésével", "xloc": [ - "default.handlebars->47->2485" + "default.handlebars->47->2486" ] }, { @@ -70597,7 +70604,7 @@ "zh-cht": "已啟動的遠程文件,恕不另行通知", "hu": "Távoli fájelérés indítása az alkalmazás értesítés nélkül", "xloc": [ - "default.handlebars->47->2486" + "default.handlebars->47->2487" ] }, { @@ -70624,7 +70631,7 @@ "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "hu": "Elindítva \\\"{0}\\\" terminál munkamenetet {1}-ről {2}-re", "xloc": [ - "default.handlebars->47->2457" + "default.handlebars->47->2458" ] }, { @@ -70678,7 +70685,7 @@ "zh-cht": "接受本地用戶後啟動遠程桌面", "hu": "Távoli asztal indítása a helyi felhasználó elfogadása után", "xloc": [ - "default.handlebars->47->2473" + "default.handlebars->47->2474" ] }, { @@ -70705,7 +70712,7 @@ "zh-cht": "本地用戶接受後啟動遠程文件", "hu": "Távoli fájl elérés indítása a helyi felhasználó elfogadása után", "xloc": [ - "default.handlebars->47->2483" + "default.handlebars->47->2484" ] }, { @@ -70837,8 +70844,8 @@ "xloc": [ "default-mobile.handlebars->11->846", "default.handlebars->47->1665", - "default.handlebars->47->2973", - "default.handlebars->47->3051", + "default.handlebars->47->2974", + "default.handlebars->47->3052", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -71031,8 +71038,8 @@ "en": "Storage Volumes", "pl": "Woluminy Pamięci", "xloc": [ - "default-mobile.handlebars->11->858", - "default.handlebars->47->1677" + "default-mobile.handlebars->11->859", + "default.handlebars->47->1678" ] }, { @@ -71086,7 +71093,7 @@ "zh-cht": "超出儲存空間", "hu": "Tároló kapacitás limit túllépése", "xloc": [ - "default.handlebars->47->2402" + "default.handlebars->47->2403" ] }, { @@ -71142,7 +71149,7 @@ "zh-cht": "強", "hu": "erős jelszó", "xloc": [ - "default.handlebars->47->2042" + "default.handlebars->47->2043" ] }, { @@ -71201,7 +71208,7 @@ "zh-cht": "主題", "hu": "Tárgy", "xloc": [ - "default.handlebars->47->2678" + "default.handlebars->47->2679" ] }, { @@ -71262,8 +71269,8 @@ "zh-cht": "成功登錄", "hu": "Sikeres bejelentkezés", "xloc": [ - "default.handlebars->47->3121", - "default.handlebars->47->3160" + "default.handlebars->47->3122", + "default.handlebars->47->3161" ] }, { @@ -71372,7 +71379,7 @@ "hu": "sutu", "xloc": [ "default-mobile.handlebars->11->275", - "default.handlebars->47->1938", + "default.handlebars->47->1939", "login2.handlebars->7->172" ] }, @@ -71401,7 +71408,7 @@ "hu": "szuahéli", "xloc": [ "default-mobile.handlebars->11->276", - "default.handlebars->47->1939", + "default.handlebars->47->1940", "login2.handlebars->7->173" ] }, @@ -71459,7 +71466,7 @@ "hu": "svéd", "xloc": [ "default-mobile.handlebars->11->277", - "default.handlebars->47->1940", + "default.handlebars->47->1941", "login2.handlebars->7->174" ] }, @@ -71488,7 +71495,7 @@ "hu": "svéd (Finnország)", "xloc": [ "default-mobile.handlebars->11->278", - "default.handlebars->47->1941", + "default.handlebars->47->1942", "login2.handlebars->7->175" ] }, @@ -71517,7 +71524,7 @@ "hu": "svéd (Svédország)", "xloc": [ "default-mobile.handlebars->11->279", - "default.handlebars->47->1942", + "default.handlebars->47->1943", "login2.handlebars->7->176" ] }, @@ -71576,7 +71583,7 @@ "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "hu": "Állítsa az Intel AMT-t Admin Control Mode (ACM) módba.", "xloc": [ - "default.handlebars->47->2152" + "default.handlebars->47->2153" ] }, { @@ -71658,7 +71665,7 @@ "zh-cht": "將伺服器裝置名稱同步到主機名稱", "hu": "Az eszköz nevének szinkronizálása kiszolgálón a hostnévvel", "xloc": [ - "default.handlebars->47->2248" + "default.handlebars->47->2249" ] }, { @@ -71685,7 +71692,7 @@ "zh-cht": "將服務器設備名稱同步到端口名稱", "hu": "Az eszköz nevének szinkronizálása kiszolgálón a portnévvel", "xloc": [ - "default.handlebars->47->2247" + "default.handlebars->47->2248" ] }, { @@ -72249,7 +72256,7 @@ "hu": "tamil", "xloc": [ "default-mobile.handlebars->11->280", - "default.handlebars->47->1943", + "default.handlebars->47->1944", "login2.handlebars->7->177" ] }, @@ -72288,7 +72295,7 @@ "hu": "tatár", "xloc": [ "default-mobile.handlebars->11->281", - "default.handlebars->47->1944", + "default.handlebars->47->1945", "login2.handlebars->7->178" ] }, @@ -72300,10 +72307,10 @@ "pl": "Telegram", "de": "Telegram", "xloc": [ - "default.handlebars->47->1716", - "default.handlebars->47->1730", - "default.handlebars->47->2931", - "default.handlebars->47->2945" + "default.handlebars->47->1717", + "default.handlebars->47->1731", + "default.handlebars->47->2932", + "default.handlebars->47->2946" ] }, { @@ -72331,7 +72338,7 @@ "hu": "teluga", "xloc": [ "default-mobile.handlebars->11->282", - "default.handlebars->47->1945", + "default.handlebars->47->1946", "login2.handlebars->7->179" ] }, @@ -72363,12 +72370,12 @@ "default-mobile.handlebars->11->562", "default.handlebars->47->1061", "default.handlebars->47->1176", - "default.handlebars->47->2160", - "default.handlebars->47->2240", - "default.handlebars->47->3045", - "default.handlebars->47->3105", - "default.handlebars->47->3155", - "default.handlebars->47->3250", + "default.handlebars->47->2161", + "default.handlebars->47->2241", + "default.handlebars->47->3046", + "default.handlebars->47->3106", + "default.handlebars->47->3156", + "default.handlebars->47->3251", "default.handlebars->47->453", "default.handlebars->47->835", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -72402,7 +72409,7 @@ "xloc": [ "default.handlebars->47->1065", "default.handlebars->47->1179", - "default.handlebars->47->2164" + "default.handlebars->47->2165" ] }, { @@ -72456,9 +72463,9 @@ "zh-cht": "終端機通知", "hu": "Terminál kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2114", - "default.handlebars->47->2784", - "default.handlebars->47->2889", + "default.handlebars->47->2115", + "default.handlebars->47->2785", + "default.handlebars->47->2890", "default.handlebars->47->942" ] }, @@ -72486,9 +72493,9 @@ "zh-cht": "終端機提示", "hu": "Terminál kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2113", - "default.handlebars->47->2783", - "default.handlebars->47->2888", + "default.handlebars->47->2114", + "default.handlebars->47->2784", + "default.handlebars->47->2889", "default.handlebars->47->941" ] }, @@ -72516,7 +72523,7 @@ "zh-cht": "終端會話", "hu": "Terminál munkamenet", "xloc": [ - "default.handlebars->47->3038" + "default.handlebars->47->3039" ] }, { @@ -72645,7 +72652,7 @@ "hu": "Szöveges jegyzetek rekordok", "de": "Aufzeichnungen zu Textnotizen", "xloc": [ - "default.handlebars->47->3142" + "default.handlebars->47->3143" ] }, { @@ -72673,7 +72680,7 @@ "hu": "thai", "xloc": [ "default-mobile.handlebars->11->283", - "default.handlebars->47->1946", + "default.handlebars->47->1947", "login2.handlebars->7->180" ] }, @@ -72942,8 +72949,8 @@ "zh-cht": "目前沒有任何通知", "hu": "Jelenleg nincsenek értesítések", "xloc": [ - "default-mobile.handlebars->11->968", - "default.handlebars->47->3165" + "default-mobile.handlebars->11->969", + "default.handlebars->47->3166" ] }, { @@ -72970,8 +72977,8 @@ "zh-cht": "自上次登錄以來,此帳戶有 {0} 次登錄嘗試失敗。", "hu": "A legutóbbi bejelentkezés óta {0} sikertelen bejelentkezési kísérlet történt ebbe a fiókba.", "xloc": [ - "default-mobile.handlebars->11->989", - "default.handlebars->47->3186" + "default-mobile.handlebars->11->990", + "default.handlebars->47->3187" ] }, { @@ -73100,7 +73107,7 @@ "hu": "Ez a fiók nem jogosult új eszközcsoport létrehozására.", "xloc": [ "default-mobile.handlebars->11->330", - "default.handlebars->47->2017" + "default.handlebars->47->2018" ] }, { @@ -73127,7 +73134,7 @@ "zh-cht": "此代理具有過時的證書驗證機制,請考慮更新。", "hu": "Ennek az ügynöknek elavult tanúsítvány-érvényesítési mechanizmusa van, fontolja meg a frissítést.", "xloc": [ - "default.handlebars->47->2561" + "default.handlebars->47->2562" ] }, { @@ -73154,7 +73161,7 @@ "zh-cht": "此代理正在使用不安全的隧道,請考慮更新。", "hu": "Ez az Agent nem biztonságos alagutakat használ, fontolja meg a frissítést.", "xloc": [ - "default.handlebars->47->2562" + "default.handlebars->47->2563" ] }, { @@ -73234,9 +73241,9 @@ "hu": "Ez egy vendégmegosztás munkamenet", "xloc": [ "default.handlebars->47->1550", - "default.handlebars->47->2610", - "default.handlebars->47->3024", - "default.handlebars->47->3025" + "default.handlebars->47->2611", + "default.handlebars->47->3025", + "default.handlebars->47->3026" ] }, { @@ -73290,7 +73297,7 @@ "zh-cht": "這是舊代理版本,請考慮更新。", "hu": "Ez egy régi Agent verzió, fontolja meg a frissítését.", "xloc": [ - "default.handlebars->47->2560" + "default.handlebars->47->2561" ] }, { @@ -73341,7 +73348,7 @@ "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "hu": "Ez az ajánlott házirend. Az Intel® AMT aktiválása és kezelése teljesen automatizált, és a kiszolgáló igyekszik a lehető legjobban kihasználni a hardverkezelést.", "xloc": [ - "default.handlebars->47->2221" + "default.handlebars->47->2222" ] }, { @@ -73396,7 +73403,7 @@ "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "hu": "Ez a házirend nem érinti az Intel® AMT ACM módban működő eszközöket.", "xloc": [ - "default.handlebars->47->2218" + "default.handlebars->47->2219" ] }, { @@ -73637,7 +73644,7 @@ "hu": "tigre", "xloc": [ "default-mobile.handlebars->11->284", - "default.handlebars->47->1947", + "default.handlebars->47->1948", "login2.handlebars->7->181" ] }, @@ -73667,8 +73674,8 @@ "xloc": [ "default-mobile.handlebars->11->569", "default.handlebars->47->1221", - "default.handlebars->47->3084", - "default.handlebars->47->3089", + "default.handlebars->47->3085", + "default.handlebars->47->3090", "player.handlebars->3->17" ] }, @@ -73697,7 +73704,7 @@ "hu": "Időintervallum", "xloc": [ "default.handlebars->47->1207", - "default.handlebars->47->3085" + "default.handlebars->47->3086" ] }, { @@ -73724,7 +73731,7 @@ "zh-cht": "時間跨度", "hu": "Időtartam", "xloc": [ - "default.handlebars->47->2614" + "default.handlebars->47->2615" ] }, { @@ -73752,7 +73759,7 @@ "hu": "Időintervallum", "xloc": [ "default.handlebars->47->1203", - "default.handlebars->47->3083" + "default.handlebars->47->3084" ] }, { @@ -74017,7 +74024,7 @@ "zh-cht": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "hu": "A fiók törléséhez írja be a fiók jelszavát mindkét mezőbe, majd kattintson az OK gombra.", "xloc": [ - "default.handlebars->47->2004" + "default.handlebars->47->2005" ] }, { @@ -74729,7 +74736,7 @@ "zh-cht": "令牌名稱", "hu": "Token név", "xloc": [ - "default.handlebars->47->1990" + "default.handlebars->47->1991" ] }, { @@ -74843,8 +74850,8 @@ "hu": "Téma", "xloc": [ "default.handlebars->47->1270", - "default.handlebars->47->1739", - "default.handlebars->47->2954" + "default.handlebars->47->1740", + "default.handlebars->47->2955" ] }, { @@ -75110,7 +75117,7 @@ "hu": "tsonga", "xloc": [ "default-mobile.handlebars->11->285", - "default.handlebars->47->1948", + "default.handlebars->47->1949", "login2.handlebars->7->182" ] }, @@ -75139,7 +75146,7 @@ "hu": "tswana", "xloc": [ "default-mobile.handlebars->11->286", - "default.handlebars->47->1949", + "default.handlebars->47->1950", "login2.handlebars->7->183" ] }, @@ -75192,7 +75199,7 @@ "hu": "török", "xloc": [ "default-mobile.handlebars->11->287", - "default.handlebars->47->1950", + "default.handlebars->47->1951", "login2.handlebars->7->184" ] }, @@ -75221,7 +75228,7 @@ "hu": "türkmén", "xloc": [ "default-mobile.handlebars->11->288", - "default.handlebars->47->1951", + "default.handlebars->47->1952", "login2.handlebars->7->185" ] }, @@ -75279,7 +75286,7 @@ "zh-cht": "關掉。", "hu": "Kapcsolja ki.", "xloc": [ - "default.handlebars->47->2576" + "default.handlebars->47->2577" ] }, { @@ -75336,7 +75343,7 @@ "zh-cht": "打開。", "hu": "Kapcsolja be.", "xloc": [ - "default.handlebars->47->2575" + "default.handlebars->47->2576" ] }, { @@ -75415,13 +75422,13 @@ "hu": "Típus", "xloc": [ "default-mobile.handlebars->11->336", - "default-mobile.handlebars->11->893", + "default-mobile.handlebars->11->894", "default.handlebars->47->1184", "default.handlebars->47->1430", - "default.handlebars->47->2028", - "default.handlebars->47->2094", - "default.handlebars->47->2193", - "default.handlebars->47->3070", + "default.handlebars->47->2029", + "default.handlebars->47->2095", + "default.handlebars->47->2194", + "default.handlebars->47->3071", "default.handlebars->47->494", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -75451,7 +75458,7 @@ "zh-cht": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "hu": "Írja be a kulcs nevét, jelölje be az OTP mezőt, és nyomja meg a gombot a YubiKey™-en.", "xloc": [ - "default.handlebars->47->1760" + "default.handlebars->47->1761" ] }, { @@ -75478,7 +75485,7 @@ "zh-cht": "輸入要新增的密鑰的名稱。", "hu": "Írja be a hozzáadni kívánt kulcs nevét.", "xloc": [ - "default.handlebars->47->1757" + "default.handlebars->47->1758" ] }, { @@ -75610,7 +75617,7 @@ "hu": "ukrán", "xloc": [ "default-mobile.handlebars->11->289", - "default.handlebars->47->1952", + "default.handlebars->47->1953", "login2.handlebars->7->186" ] }, @@ -75742,7 +75749,7 @@ "zh-cht": "在驗證電子郵件地址之前,無法訪問此功能。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "hu": "A funkció nem érhető el, amíg az e-mail cím nem kerül megerősítésre. Ez a jelszó helyreállításához szükséges. Menjen a \\\"Fiókom\\\" fülre az e-mail cím módosításához és ellenőrzéséhez", "xloc": [ - "default.handlebars->47->2019", + "default.handlebars->47->2020", "default.handlebars->47->851" ] }, @@ -75770,8 +75777,8 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "hu": "Nem lehet hozzáférni ehhez a funkcióhoz, amíg a kétfaktoros hitelesítés nincs engedélyezve. Ez a fokozott biztonság érdekében szükséges. Lépjen a \\\"Fiókom\\\" fülre, és tekintse meg a \\\"Fiókbiztonság\\\" részt.", "xloc": [ - "default.handlebars->47->2021", - "default.handlebars->47->3302", + "default.handlebars->47->2022", + "default.handlebars->47->3303", "default.handlebars->47->853" ] }, @@ -75799,8 +75806,8 @@ "zh-cht": "此模式下無法添加用戶", "hu": "Ebben a módban nem lehet felhasználót hozzáadni", "xloc": [ - "default-mobile.handlebars->11->985", - "default.handlebars->47->3182" + "default-mobile.handlebars->11->986", + "default.handlebars->47->3183" ] }, { @@ -75986,7 +75993,7 @@ "zh-cht": "無法導入任何設備。", "hu": "Egyetlen eszköz sem importálható.", "xloc": [ - "default.handlebars->47->2189" + "default.handlebars->47->2190" ] }, { @@ -76335,10 +76342,10 @@ "hu": "Eltávolítás", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->957", + "default-mobile.handlebars->11->958", "default.handlebars->47->1112", "default.handlebars->47->1137", - "default.handlebars->47->2323" + "default.handlebars->47->2324" ] }, { @@ -76365,7 +76372,7 @@ "zh-cht": "卸載代理", "hu": "Agent eltávolítása", "xloc": [ - "default-mobile.handlebars->11->937", + "default-mobile.handlebars->11->938", "default.handlebars->47->1237", "default.handlebars->47->708" ] @@ -76394,7 +76401,7 @@ "zh-cht": "卸載代理/刪除設備", "hu": "Agent eltávolítása / Eszköz törlése", "xloc": [ - "default.handlebars->47->2285" + "default.handlebars->47->2286" ] }, { @@ -76455,33 +76462,33 @@ "default-mobile.handlebars->11->6", "default-mobile.handlebars->11->788", "default-mobile.handlebars->11->795", - "default-mobile.handlebars->11->852", - "default-mobile.handlebars->11->861", - "default-mobile.handlebars->11->863", - "default-mobile.handlebars->11->894", + "default-mobile.handlebars->11->853", + "default-mobile.handlebars->11->862", + "default-mobile.handlebars->11->864", + "default-mobile.handlebars->11->895", "default.handlebars->47->13", "default.handlebars->47->1607", "default.handlebars->47->1614", - "default.handlebars->47->1671", - "default.handlebars->47->1680", - "default.handlebars->47->1682", + "default.handlebars->47->1672", + "default.handlebars->47->1681", + "default.handlebars->47->1683", "default.handlebars->47->187", "default.handlebars->47->188", "default.handlebars->47->189", "default.handlebars->47->191", "default.handlebars->47->193", - "default.handlebars->47->2074", "default.handlebars->47->2075", - "default.handlebars->47->2095", - "default.handlebars->47->3017", - "default.handlebars->47->3037", - "default.handlebars->47->3044", - "default.handlebars->47->3115", + "default.handlebars->47->2076", + "default.handlebars->47->2096", + "default.handlebars->47->3018", + "default.handlebars->47->3038", + "default.handlebars->47->3045", "default.handlebars->47->3116", "default.handlebars->47->3117", "default.handlebars->47->3118", "default.handlebars->47->3119", - "default.handlebars->47->3158", + "default.handlebars->47->3120", + "default.handlebars->47->3159", "default.handlebars->47->44", "default.handlebars->47->51", "default.handlebars->47->52", @@ -76512,8 +76519,8 @@ "zh-cht": "未知#{0}", "hu": "Ismeretlen #{0}", "xloc": [ - "default-mobile.handlebars->11->883", - "default.handlebars->47->2084" + "default-mobile.handlebars->11->884", + "default.handlebars->47->2085" ] }, { @@ -76540,7 +76547,7 @@ "zh-cht": "未知動作", "hu": "Ismeretlen Művelet", "xloc": [ - "default.handlebars->47->3219" + "default.handlebars->47->3220" ] }, { @@ -76567,8 +76574,8 @@ "zh-cht": "未知裝置", "hu": "Ismeretlen Eszköz", "xloc": [ - "default.handlebars->47->2809", - "default.handlebars->47->3003" + "default.handlebars->47->2810", + "default.handlebars->47->3004" ] }, { @@ -76595,9 +76602,9 @@ "zh-cht": "未知裝置群", "hu": "Ismeretlen Eszköz Csoport", "xloc": [ - "default.handlebars->47->2803", - "default.handlebars->47->2991", - "default.handlebars->47->3223" + "default.handlebars->47->2804", + "default.handlebars->47->2992", + "default.handlebars->47->3224" ] }, { @@ -76624,7 +76631,7 @@ "zh-cht": "未知群組", "hu": "Ismeretlen Csoport", "xloc": [ - "default.handlebars->47->3215" + "default.handlebars->47->3216" ] }, { @@ -76679,8 +76686,8 @@ "zh-cht": "未知用戶", "hu": "Ismeretlen felhasználó", "xloc": [ - "default.handlebars->47->3120", - "default.handlebars->47->3159" + "default.handlebars->47->3121", + "default.handlebars->47->3160" ] }, { @@ -76707,7 +76714,7 @@ "zh-cht": "未知用戶群", "hu": "Ismeretlen felhasználói csoport", "xloc": [ - "default.handlebars->47->2997" + "default.handlebars->47->2998" ] }, { @@ -76762,7 +76769,7 @@ "zh-cht": "密碼未知", "hu": "Ismeretlen jelszó", "xloc": [ - "default.handlebars->47->2209" + "default.handlebars->47->2210" ] }, { @@ -76790,7 +76797,7 @@ "hu": "Korlátlan", "xloc": [ "default.handlebars->47->1200", - "default.handlebars->47->1973", + "default.handlebars->47->1974", "default.handlebars->47->279", "default.handlebars->47->558", "default.handlebars->47->572" @@ -76820,7 +76827,7 @@ "zh-cht": "解鎖帳戶", "hu": "Zárolt fiók feloldása", "xloc": [ - "default.handlebars->47->2670" + "default.handlebars->47->2671" ] }, { @@ -76962,7 +76969,7 @@ "zh-cht": "最新", "hu": "Naprakész", "xloc": [ - "default.handlebars->47->3307" + "default.handlebars->47->3308" ] }, { @@ -77083,8 +77090,8 @@ "default.handlebars->47->1519", "default.handlebars->47->1545", "default.handlebars->47->1548", - "default.handlebars->47->2431", - "default.handlebars->47->2441", + "default.handlebars->47->2432", + "default.handlebars->47->2442", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -77115,8 +77122,8 @@ "zh-cht": "上載mesh agent核心", "hu": "Mesh Agent Core feltöltése", "xloc": [ - "default-mobile.handlebars->11->882", - "default.handlebars->47->1702" + "default-mobile.handlebars->11->883", + "default.handlebars->47->1703" ] }, { @@ -77143,8 +77150,8 @@ "zh-cht": "上載核心檔案", "hu": "Core fájl feltöltése", "xloc": [ - "default-mobile.handlebars->11->879", - "default.handlebars->47->1699" + "default-mobile.handlebars->11->880", + "default.handlebars->47->1700" ] }, { @@ -77171,8 +77178,8 @@ "zh-cht": "上載默認伺服器核心", "hu": "Alapértelmezett server core feltöltése", "xloc": [ - "default-mobile.handlebars->11->875", - "default.handlebars->47->1695", + "default-mobile.handlebars->11->876", + "default.handlebars->47->1696", "default.handlebars->47->720", "default.handlebars->47->763" ] @@ -77282,8 +77289,8 @@ "zh-cht": "上傳恢復核心", "hu": "Recovery core feltöltése", "xloc": [ - "default-mobile.handlebars->11->877", - "default.handlebars->47->1697" + "default-mobile.handlebars->11->878", + "default.handlebars->47->1698" ] }, { @@ -77337,8 +77344,8 @@ "zh-cht": "上傳小核心", "hu": "Tiny core feltöltése", "xloc": [ - "default-mobile.handlebars->11->878", - "default.handlebars->47->1698" + "default-mobile.handlebars->11->879", + "default.handlebars->47->1699" ] }, { @@ -77367,7 +77374,7 @@ "xloc": [ "default-mobile.handlebars->11->716", "default.handlebars->47->1546", - "default.handlebars->47->2442", + "default.handlebars->47->2443", "sharing.handlebars->11->90" ] }, @@ -77397,7 +77404,7 @@ "xloc": [ "default-mobile.handlebars->11->717", "default.handlebars->47->1547", - "default.handlebars->47->2443", + "default.handlebars->47->2444", "sharing.handlebars->11->91" ] }, @@ -77449,7 +77456,7 @@ "zh-cht": "上傳:“{0}”", "hu": "Feltöltés: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2493" + "default.handlebars->47->2494" ] }, { @@ -77476,7 +77483,7 @@ "zh-cht": "上傳:\\\"{0}\\\",大小:{1}", "hu": "Feltöltés: \\\"{0}\\\", Méret: {1}", "xloc": [ - "default.handlebars->47->2548" + "default.handlebars->47->2549" ] }, { @@ -77504,7 +77511,7 @@ "hu": "felső-sorbiai", "xloc": [ "default-mobile.handlebars->11->290", - "default.handlebars->47->1953", + "default.handlebars->47->1954", "login2.handlebars->7->187" ] }, @@ -77533,7 +77540,7 @@ "hu": "urdu", "xloc": [ "default-mobile.handlebars->11->291", - "default.handlebars->47->1954", + "default.handlebars->47->1955", "login2.handlebars->7->188" ] }, @@ -77561,7 +77568,7 @@ "zh-cht": "用法", "hu": "Használat", "xloc": [ - "default.handlebars->47->3269" + "default.handlebars->47->3270" ] }, { @@ -77655,7 +77662,7 @@ "pl": "Używaj do Przekierowania", "de": "Als Relay benutzen", "xloc": [ - "default.handlebars->47->2289" + "default.handlebars->47->2290" ] }, { @@ -77792,8 +77799,8 @@ "zh-cht": "用過的", "hu": "Használt", "xloc": [ - "default.handlebars->47->3209", - "default.handlebars->47->3211" + "default.handlebars->47->3210", + "default.handlebars->47->3212" ] }, { @@ -77823,14 +77830,14 @@ "default.handlebars->47->1056", "default.handlebars->47->125", "default.handlebars->47->1432", - "default.handlebars->47->2156", - "default.handlebars->47->2621", - "default.handlebars->47->2651", - "default.handlebars->47->2799", - "default.handlebars->47->3063", - "default.handlebars->47->3071", - "default.handlebars->47->3075", - "default.handlebars->47->3092", + "default.handlebars->47->2157", + "default.handlebars->47->2622", + "default.handlebars->47->2652", + "default.handlebars->47->2800", + "default.handlebars->47->3064", + "default.handlebars->47->3072", + "default.handlebars->47->3076", + "default.handlebars->47->3093", "default.handlebars->47->377" ] }, @@ -77858,7 +77865,7 @@ "zh-cht": "用戶+檔案", "hu": "Felhasználó + Fájlok", "xloc": [ - "default.handlebars->47->2652" + "default.handlebars->47->2653" ] }, { @@ -77885,11 +77892,11 @@ "zh-cht": "用戶帳戶導入", "hu": "Felhasználói fiókok importálása", "xloc": [ - "default.handlebars->47->2188", - "default.handlebars->47->2689", + "default.handlebars->47->2189", "default.handlebars->47->2690", - "default.handlebars->47->2692", - "default.handlebars->47->2694" + "default.handlebars->47->2691", + "default.handlebars->47->2693", + "default.handlebars->47->2695" ] }, { @@ -77916,7 +77923,7 @@ "zh-cht": "用戶帳戶", "hu": "Felhasználói fiókok", "xloc": [ - "default.handlebars->47->3228" + "default.handlebars->47->3229" ] }, { @@ -77928,7 +77935,7 @@ "hu": "Felhasználó hitelesítési napló", "de": "Benutzerauthentifizierungs-Log", "xloc": [ - "default.handlebars->47->3290" + "default.handlebars->47->3291" ] }, { @@ -77955,9 +77962,9 @@ "zh-cht": "用戶授權", "hu": "Felhasználó és Csoport jogosultságok", "xloc": [ - "default-mobile.handlebars->11->901", + "default-mobile.handlebars->11->902", "default.handlebars->47->1052", - "default.handlebars->47->2154" + "default.handlebars->47->2155" ] }, { @@ -77985,9 +77992,9 @@ "hu": "Felhasználói hozzájárulás", "xloc": [ "default.handlebars->47->1212", - "default.handlebars->47->2120", - "default.handlebars->47->2790", - "default.handlebars->47->2895", + "default.handlebars->47->2121", + "default.handlebars->47->2791", + "default.handlebars->47->2896", "default.handlebars->47->301", "default.handlebars->47->948" ] @@ -78017,11 +78024,11 @@ "hu": "Felhasználó csoport", "xloc": [ "default.handlebars->47->1055", - "default.handlebars->47->2260", "default.handlebars->47->2261", - "default.handlebars->47->2759", - "default.handlebars->47->2999", - "default.handlebars->47->3020" + "default.handlebars->47->2262", + "default.handlebars->47->2760", + "default.handlebars->47->3000", + "default.handlebars->47->3021" ] }, { @@ -78075,7 +78082,7 @@ "zh-cht": "用戶群成員", "hu": "Felhasználói csoport tagságok", "xloc": [ - "default.handlebars->47->2996" + "default.handlebars->47->2997" ] }, { @@ -78102,7 +78109,7 @@ "zh-cht": "用戶識別碼", "hu": "User ID", "xloc": [ - "default-mobile.handlebars->11->962" + "default-mobile.handlebars->11->963" ] }, { @@ -78129,9 +78136,9 @@ "zh-cht": "用戶識別碼", "hu": "Felhasználó azonosító", "xloc": [ - "default.handlebars->47->2331", - "default.handlebars->47->2846", - "default.handlebars->47->2847" + "default.handlebars->47->2332", + "default.handlebars->47->2847", + "default.handlebars->47->2848" ] }, { @@ -78158,8 +78165,8 @@ "zh-cht": "用戶標識符", "hu": "Felhasználó azonosítók", "xloc": [ - "default.handlebars->47->2258", - "default.handlebars->47->2830" + "default.handlebars->47->2259", + "default.handlebars->47->2831" ] }, { @@ -78213,7 +78220,7 @@ "zh-cht": "用戶列表輸出", "hu": "Felhasználó lista exportálása", "xloc": [ - "default.handlebars->47->2701" + "default.handlebars->47->2702" ] }, { @@ -78240,7 +78247,7 @@ "zh-cht": "用戶登錄", "hu": "Felhasználói bejelentkezések", "xloc": [ - "default.handlebars->47->3068" + "default.handlebars->47->3069" ] }, { @@ -78267,8 +78274,8 @@ "zh-cht": "用戶名", "hu": "Felhasználó Név", "xloc": [ - "default-mobile.handlebars->11->961", - "default.handlebars->47->2330" + "default-mobile.handlebars->11->962", + "default.handlebars->47->2331" ] }, { @@ -78399,7 +78406,7 @@ "zh-cht": "用戶節", "hu": "Felhasználó munkamenetek", "xloc": [ - "default.handlebars->47->3260" + "default.handlebars->47->3261" ] }, { @@ -78457,7 +78464,7 @@ "zh-cht": "用戶流量使用", "hu": "Felhasználói forgalom", "xloc": [ - "default.handlebars->47->3067" + "default.handlebars->47->3068" ] }, { @@ -78565,8 +78572,8 @@ "zh-cht": "用戶已存在", "hu": "A felhasználó már létezik", "xloc": [ - "default-mobile.handlebars->11->984", - "default.handlebars->47->3181" + "default-mobile.handlebars->11->985", + "default.handlebars->47->3182" ] }, { @@ -78595,8 +78602,8 @@ "xloc": [ "default-mobile.handlebars->11->302", "default-mobile.handlebars->11->304", - "default.handlebars->47->1965", - "default.handlebars->47->1967" + "default.handlebars->47->1966", + "default.handlebars->47->1968" ] }, { @@ -78623,7 +78630,7 @@ "zh-cht": "用戶組已更改:{0}", "hu": "Fellhasználói csoport módosítva: {0}", "xloc": [ - "default.handlebars->47->2522" + "default.handlebars->47->2523" ] }, { @@ -78650,7 +78657,7 @@ "zh-cht": "已創建用戶組:{0}", "hu": "Fellhasználói csoport létrehozva: {0}", "xloc": [ - "default.handlebars->47->2512" + "default.handlebars->47->2513" ] }, { @@ -78677,7 +78684,7 @@ "zh-cht": "用戶組成員身份已更改:{0}", "hu": "Felhasználói csoport tagsága megváltozott: {0}", "xloc": [ - "default.handlebars->47->2510" + "default.handlebars->47->2511" ] }, { @@ -78689,7 +78696,7 @@ "hu": "Felhasználói csoport rekordok", "de": "Benutzergruppen-Log", "xloc": [ - "default.handlebars->47->3149" + "default.handlebars->47->3150" ] }, { @@ -78732,8 +78739,8 @@ "pl": "Klucz Użytkownika", "de": "Nutzerschlüssel", "xloc": [ - "default.handlebars->47->1738", - "default.handlebars->47->2953" + "default.handlebars->47->1739", + "default.handlebars->47->2954" ] }, { @@ -78760,7 +78767,7 @@ "zh-cht": "用戶從 {0}、{1}、{2} 嘗試登錄鎖定帳戶", "hu": "Felhasználó bejelentkezési kísérlet zárolt fiókhoz innen: {0}, {1}, {2}", "xloc": [ - "default.handlebars->47->2552" + "default.handlebars->47->2553" ] }, { @@ -78787,7 +78794,7 @@ "zh-cht": "使用來自 {0}、{1}、{2} 的錯誤第二因素的用戶登錄嘗試", "hu": "Helytelen 2 faktoros felhasználói bejelentkezési kisérlet innen: {0}, {1}, {2}", "xloc": [ - "default.handlebars->47->2551" + "default.handlebars->47->2552" ] }, { @@ -78814,7 +78821,7 @@ "zh-cht": "用戶通知已更改", "hu": "Felhasználói értesítések megváltoztak", "xloc": [ - "default.handlebars->47->2573" + "default.handlebars->47->2574" ] }, { @@ -78826,7 +78833,7 @@ "hu": "Felhasználói rekordok", "de": "Benutzeraufzeichnungen", "xloc": [ - "default.handlebars->47->3139" + "default.handlebars->47->3140" ] }, { @@ -78853,8 +78860,8 @@ "zh-cht": "未找到用戶 {0}。", "hu": "{0} felhasználó nem található.", "xloc": [ - "default-mobile.handlebars->11->992", - "default.handlebars->47->3189" + "default-mobile.handlebars->11->993", + "default.handlebars->47->3190" ] }, { @@ -78934,17 +78941,17 @@ "xloc": [ "default-mobile.handlebars->11->595", "default-mobile.handlebars->11->665", - "default-mobile.handlebars->11->897", + "default-mobile.handlebars->11->898", "default.handlebars->47->1264", "default.handlebars->47->1356", "default.handlebars->47->1466", - "default.handlebars->47->1742", - "default.handlebars->47->2037", - "default.handlebars->47->2052", - "default.handlebars->47->2057", - "default.handlebars->47->2098", - "default.handlebars->47->2713", - "default.handlebars->47->2957", + "default.handlebars->47->1743", + "default.handlebars->47->2038", + "default.handlebars->47->2053", + "default.handlebars->47->2058", + "default.handlebars->47->2099", + "default.handlebars->47->2714", + "default.handlebars->47->2958", "default.handlebars->47->332", "default.handlebars->47->503", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -79088,8 +79095,8 @@ "pl": "Username:0000", "de": "Benutzername:0000", "xloc": [ - "default.handlebars->47->1735", - "default.handlebars->47->2950" + "default.handlebars->47->1736", + "default.handlebars->47->2951" ] }, { @@ -79116,9 +79123,9 @@ "zh-cht": "用戶", "hu": "Felhasználók", "xloc": [ - "default.handlebars->47->2747", - "default.handlebars->47->2791", - "default.handlebars->47->3259", + "default.handlebars->47->2748", + "default.handlebars->47->2792", + "default.handlebars->47->3260", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -79146,7 +79153,7 @@ "zh-cht": "用戶節", "hu": "Felhasználói munkamenetek", "xloc": [ - "default.handlebars->47->3232" + "default.handlebars->47->3233" ] }, { @@ -79173,7 +79180,7 @@ "zh-cht": "用戶視圖", "hu": "Felhasználók megtekintése", "xloc": [ - "default.handlebars->47->2687" + "default.handlebars->47->2688" ] }, { @@ -79200,8 +79207,8 @@ "zh-cht": "未找到用戶 {0}。", "hu": "{0} felhasználók nem találhatóak.", "xloc": [ - "default-mobile.handlebars->11->993", - "default.handlebars->47->3190" + "default-mobile.handlebars->11->994", + "default.handlebars->47->3191" ] }, { @@ -79338,7 +79345,7 @@ "zh-cht": "驗證電郵", "hu": "Email Érvényesít", "xloc": [ - "default.handlebars->47->2665" + "default.handlebars->47->2666" ] }, { @@ -79365,8 +79372,8 @@ "zh-cht": "驗證異常", "hu": "Érvényesítési kivétel", "xloc": [ - "default-mobile.handlebars->11->986", - "default.handlebars->47->3183" + "default-mobile.handlebars->11->987", + "default.handlebars->47->3184" ] }, { @@ -79448,7 +79455,7 @@ "hu": "venda", "xloc": [ "default-mobile.handlebars->11->292", - "default.handlebars->47->1955", + "default.handlebars->47->1956", "login2.handlebars->7->189" ] }, @@ -79535,7 +79542,7 @@ "zh-cht": "已驗證", "hu": "Megerősítve", "xloc": [ - "default.handlebars->47->2975" + "default.handlebars->47->2976" ] }, { @@ -79574,7 +79581,7 @@ "pl": "Zweryfikowano logowanie", "de": "Verifizierte Nutzerkennung", "xloc": [ - "default.handlebars->47->1712" + "default.handlebars->47->1713" ] }, { @@ -79585,7 +79592,7 @@ "pl": "Zweryfikowano konto komunikatora", "de": "Verifizierter Benachrichtigungsaccount", "xloc": [ - "default.handlebars->47->2662" + "default.handlebars->47->2663" ] }, { @@ -79596,7 +79603,7 @@ "pl": "Zweryfikowano konto komunikatora użytkownika {0}", "de": "Verifizierter Benachrichtigungsaccount des Benutzers {0}", "xloc": [ - "default.handlebars->47->2599" + "default.handlebars->47->2600" ] }, { @@ -79624,8 +79631,8 @@ "hu": "Megerősített telefonszám ", "xloc": [ "default-mobile.handlebars->11->96", - "default.handlebars->47->1706", - "default.handlebars->47->2660" + "default.handlebars->47->1707", + "default.handlebars->47->2661" ] }, { @@ -79652,7 +79659,7 @@ "zh-cht": "用戶{0}的已驗證電話號碼", "hu": "Megerősített telefonszám {0} felhasználóhoz", "xloc": [ - "default.handlebars->47->2539" + "default.handlebars->47->2540" ] }, { @@ -79769,7 +79776,7 @@ "zh-cht": "版本不兼容,請先升級你的MeshCentral", "hu": "Nem kompatibilis verzió, kérjük, először frissítse a MeshCentral telepítését.", "xloc": [ - "default.handlebars->47->3303" + "default.handlebars->47->3304" ] }, { @@ -79878,7 +79885,7 @@ "hu": "vietnámi", "xloc": [ "default-mobile.handlebars->11->293", - "default.handlebars->47->1956", + "default.handlebars->47->1957", "login2.handlebars->7->190" ] }, @@ -79933,7 +79940,7 @@ "zh-cht": "查看所有事件", "hu": "Minden esemény megtekintése", "xloc": [ - "default.handlebars->47->2738" + "default.handlebars->47->2739" ] }, { @@ -79984,8 +79991,8 @@ "zh-cht": "查看變更日誌", "hu": "Változásnapló megtekintése", "xloc": [ - "default.handlebars->47->3306", - "default.handlebars->47->3308" + "default.handlebars->47->3307", + "default.handlebars->47->3309" ] }, { @@ -80039,7 +80046,7 @@ "zh-cht": "查看有關此裝置群的註釋", "hu": "Az eszközcsoporttal kapcsolatos megjegyzések megtekintése", "xloc": [ - "default.handlebars->47->2139" + "default.handlebars->47->2140" ] }, { @@ -80066,7 +80073,7 @@ "zh-cht": "查看有關此用戶的註釋", "hu": "A felhasználóval kapcsolatos megjegyzések megtekintése", "xloc": [ - "default.handlebars->47->2906" + "default.handlebars->47->2907" ] }, { @@ -80121,7 +80128,7 @@ "zh-cht": "查看此用戶以前的登錄信息", "hu": "A felhasználó korábbi bejelentkezéseinek megtekintése", "xloc": [ - "default.handlebars->47->2921" + "default.handlebars->47->2922" ] }, { @@ -80176,7 +80183,7 @@ "hu": "volapuk", "xloc": [ "default-mobile.handlebars->11->294", - "default.handlebars->47->1957", + "default.handlebars->47->1958", "login2.handlebars->7->191" ] }, @@ -80462,10 +80469,10 @@ "zh-cht": "喚醒裝置", "hu": "Eszközök felébresztése", "xloc": [ - "default-mobile.handlebars->11->933", - "default-mobile.handlebars->11->948", - "default.handlebars->47->2281", - "default.handlebars->47->2313" + "default-mobile.handlebars->11->934", + "default-mobile.handlebars->11->949", + "default.handlebars->47->2282", + "default.handlebars->47->2314" ] }, { @@ -80548,7 +80555,7 @@ "hu": "walloon", "xloc": [ "default-mobile.handlebars->11->295", - "default.handlebars->47->1958", + "default.handlebars->47->1959", "login2.handlebars->7->192" ] }, @@ -80576,7 +80583,7 @@ "zh-cht": "弱", "hu": "gyenge", "xloc": [ - "default.handlebars->47->2044" + "default.handlebars->47->2045" ] }, { @@ -80636,7 +80643,7 @@ "hu": "Weboldal értesítések", "xloc": [ "default.handlebars->47->1084", - "default.handlebars->47->2360" + "default.handlebars->47->2361" ] }, { @@ -80663,7 +80670,7 @@ "zh-cht": "網頁電源開關 7", "hu": "Web Power Switch 7", "xloc": [ - "default.handlebars->47->2035" + "default.handlebars->47->2036" ] }, { @@ -80690,8 +80697,8 @@ "zh-cht": "網絡伺服器", "hu": "WEB Kiszolgáló", "xloc": [ - "default.handlebars->47->3285", - "default.handlebars->47->3286" + "default.handlebars->47->3286", + "default.handlebars->47->3287" ] }, { @@ -80718,7 +80725,7 @@ "zh-cht": "Web 服務器 HTTP 標頭", "hu": "WEB Kiszolgáló HTTP fejlécek", "xloc": [ - "default.handlebars->47->3289" + "default.handlebars->47->3290" ] }, { @@ -80745,7 +80752,7 @@ "zh-cht": "Web伺服器請求", "hu": "WEB kiszolgáló kérések", "xloc": [ - "default.handlebars->47->3287" + "default.handlebars->47->3288" ] }, { @@ -80772,7 +80779,7 @@ "zh-cht": "Web插座中繼", "hu": "Web Socket Relay", "xloc": [ - "default.handlebars->47->3288" + "default.handlebars->47->3289" ] }, { @@ -80800,7 +80807,7 @@ "hu": "Web-RDP", "xloc": [ "default.handlebars->47->1026", - "default.handlebars->47->3111", + "default.handlebars->47->3112", "default.handlebars->contextMenu->cxwebrdp" ] }, @@ -80828,7 +80835,7 @@ "zh-cht": "網絡SFTP", "hu": "Web-SFTP", "xloc": [ - "default.handlebars->47->3113" + "default.handlebars->47->3114" ] }, { @@ -80856,7 +80863,7 @@ "hu": "Web-SSH", "xloc": [ "default.handlebars->47->1028", - "default.handlebars->47->3112", + "default.handlebars->47->3113", "default.handlebars->contextMenu->cxwebssh" ] }, @@ -80885,7 +80892,7 @@ "hu": "Web-VNC", "xloc": [ "default.handlebars->47->1024", - "default.handlebars->47->3114", + "default.handlebars->47->3115", "default.handlebars->contextMenu->cxwebvnc" ] }, @@ -80913,7 +80920,7 @@ "zh-cht": "WebRDP", "hu": "WebRDP", "xloc": [ - "default.handlebars->47->3253" + "default.handlebars->47->3254" ] }, { @@ -80940,7 +80947,7 @@ "zh-cht": "網絡SSH", "hu": "WebSSH", "xloc": [ - "default.handlebars->47->3254" + "default.handlebars->47->3255" ] }, { @@ -80994,7 +81001,7 @@ "zh-cht": "網絡VNC", "hu": "WebVNC", "xloc": [ - "default.handlebars->47->3255" + "default.handlebars->47->3256" ] }, { @@ -81105,7 +81112,7 @@ "hu": "walesi", "xloc": [ "default-mobile.handlebars->11->296", - "default.handlebars->47->1959", + "default.handlebars->47->1960", "login2.handlebars->7->193" ] }, @@ -81117,8 +81124,8 @@ "pl": "Whatsapp", "de": "WhatsApp", "xloc": [ - "default.handlebars->47->1728", - "default.handlebars->47->2943" + "default.handlebars->47->1729", + "default.handlebars->47->2944" ] }, { @@ -81145,7 +81152,7 @@ "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "hu": "Ha engedélyezve van, a meghívókódokat bárki használhatja, hogy eszközöket csatlakoztasson ehhez az eszközcsoporthoz a következő nyilvános link segítségével:", "xloc": [ - "default.handlebars->47->2339" + "default.handlebars->47->2340" ] }, { @@ -81173,7 +81180,7 @@ "hu": "Ha engedélyezi, lehetőséget kap, hogy bejelentkezéskor a nagyobb biztonság érdekében 2 faktoros bejelentkezési jelszót kérjen az e-mail fiókjába.", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->47->1744" + "default.handlebars->47->1745" ] }, { @@ -81200,7 +81207,7 @@ "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "hu": "Ha ezt a házirendet választja, az Intel® AMT-t ez a kiszolgáló nem kezeli. Az Intel AMT továbbra is használható manuális aktiválással és konfigurálással.", "xloc": [ - "default.handlebars->47->2219" + "default.handlebars->47->2220" ] }, { @@ -81251,7 +81258,7 @@ "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "hu": "Ha ezt a házirendet választja, minden Intel® AMT in Client Control Mode (CCM) deaktiválva lesz. Más eszközökön a CIRA törlődik, és továbbra is manuálisan kezelhetők.", "xloc": [ - "default.handlebars->47->2220" + "default.handlebars->47->2221" ] }, { @@ -81278,7 +81285,7 @@ "zh-cht": "下次登入時將更改。", "hu": "A következő bejelentkezéskor módosul.", "xloc": [ - "default.handlebars->47->2875" + "default.handlebars->47->2876" ] }, { @@ -82046,7 +82053,7 @@ "zh-cht": "Windows MeshAgent", "hu": "Windows MeshAgent", "xloc": [ - "default.handlebars->47->2344", + "default.handlebars->47->2345", "default.handlebars->47->575" ] }, @@ -82524,8 +82531,8 @@ "zh-cht": "XMPP", "hu": "XMPP", "xloc": [ - "default.handlebars->47->1718", - "default.handlebars->47->2933" + "default.handlebars->47->1719", + "default.handlebars->47->2934" ] }, { @@ -82580,7 +82587,7 @@ "hu": "xhosa", "xloc": [ "default-mobile.handlebars->11->297", - "default.handlebars->47->1960", + "default.handlebars->47->1961", "login2.handlebars->7->194" ] }, @@ -82620,7 +82627,7 @@ "hu": "jiddis", "xloc": [ "default-mobile.handlebars->11->298", - "default.handlebars->47->1961", + "default.handlebars->47->1962", "login2.handlebars->7->195" ] }, @@ -82808,7 +82815,7 @@ "zh-cht": "YubiKey™OTP", "hu": "YubiKey™ OTP", "xloc": [ - "default.handlebars->47->1763" + "default.handlebars->47->1764" ] }, { @@ -82957,8 +82964,8 @@ "nl": "Zulip", "pl": "Zulip", "xloc": [ - "default.handlebars->47->1722", - "default.handlebars->47->2937" + "default.handlebars->47->1723", + "default.handlebars->47->2938" ] }, { @@ -82986,7 +82993,7 @@ "hu": "zulu", "xloc": [ "default-mobile.handlebars->11->299", - "default.handlebars->47->1962", + "default.handlebars->47->1963", "login2.handlebars->7->196" ] }, @@ -83590,7 +83597,7 @@ "zh-cht": "\\\\'", "hu": "\\\\'", "xloc": [ - "default.handlebars->47->3304" + "default.handlebars->47->3305" ] }, { @@ -84094,7 +84101,7 @@ "zh-cht": "config.json", "hu": "config.json", "xloc": [ - "default.handlebars->47->2081" + "default.handlebars->47->2082" ] }, { @@ -84121,8 +84128,8 @@ "zh-cht": "console.txt", "hu": "console.txt", "xloc": [ - "default-mobile.handlebars->11->872", - "default.handlebars->47->1692" + "default-mobile.handlebars->11->873", + "default.handlebars->47->1693" ] }, { @@ -84150,7 +84157,7 @@ "hu": "másolás", "xloc": [ "default-mobile.handlebars->11->368", - "default.handlebars->47->2438" + "default.handlebars->47->2439" ] }, { @@ -84393,8 +84400,8 @@ "zh-cht": "eventslist.csv", "hu": "eventslist.csv", "xloc": [ - "default.handlebars->47->2628", - "default.handlebars->47->2633" + "default.handlebars->47->2629", + "default.handlebars->47->2634" ] }, { @@ -84421,8 +84428,8 @@ "zh-cht": "eventslist.json", "hu": "eventslist.json", "xloc": [ - "default.handlebars->47->2630", - "default.handlebars->47->2634" + "default.handlebars->47->2631", + "default.handlebars->47->2635" ] }, { @@ -84504,8 +84511,8 @@ "zh-cht": "免費", "hu": "szabad", "xloc": [ - "default.handlebars->47->3240", - "default.handlebars->47->3243" + "default.handlebars->47->3241", + "default.handlebars->47->3244" ] }, { @@ -84717,8 +84724,8 @@ "hu": "https://api.callmebot.com/...", "pl": "https://api.callmebot.com/...", "xloc": [ - "default.handlebars->47->1737", - "default.handlebars->47->2952" + "default.handlebars->47->1738", + "default.handlebars->47->2953" ] }, { @@ -84781,8 +84788,8 @@ "en": "https://hooks.slack.com/...", "nl": "https://hooks.slack.com/...", "xloc": [ - "default.handlebars->47->1741", - "default.handlebars->47->2956" + "default.handlebars->47->1742", + "default.handlebars->47->2957" ] }, { @@ -84833,7 +84840,7 @@ "zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定", "hu": "id, name, email, creation, lastlogin, groups, authfactors, siteadmin, useradmin, locked", "xloc": [ - "default.handlebars->47->2702" + "default.handlebars->47->2703" ] }, { @@ -85074,7 +85081,7 @@ "zh-cht": "k max,默認為空白", "hu": " k max, alapértelmezetten üres", "xloc": [ - "default.handlebars->47->2730" + "default.handlebars->47->2731" ] }, { @@ -85446,7 +85453,7 @@ "hu": "mozgat", "xloc": [ "default-mobile.handlebars->11->369", - "default.handlebars->47->2439" + "default.handlebars->47->2440" ] }, { @@ -85528,8 +85535,8 @@ "hu": "ntfy", "pl": "ntfy", "xloc": [ - "default.handlebars->47->1721", - "default.handlebars->47->2936" + "default.handlebars->47->1722", + "default.handlebars->47->2937" ] }, { @@ -85776,7 +85783,7 @@ "zh-cht": "servererrors.txt", "hu": "servererrors.txt", "xloc": [ - "default.handlebars->47->2078" + "default.handlebars->47->2079" ] }, { @@ -85803,7 +85810,7 @@ "zh-cht": "servertrace.csv", "hu": "servertrace.csv", "xloc": [ - "default.handlebars->47->3298" + "default.handlebars->47->3299" ] }, { @@ -85922,7 +85929,7 @@ "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "hu": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->47->3272" + "default.handlebars->47->3273" ] }, { @@ -85949,7 +85956,7 @@ "zh-cht": "時間,來源,訊息", "hu": "time, source, message", "xloc": [ - "default.handlebars->47->3297" + "default.handlebars->47->3298" ] }, { @@ -86012,8 +86019,8 @@ "zh-cht": "總", "hu": "összesen", "xloc": [ - "default.handlebars->47->3241", - "default.handlebars->47->3244" + "default.handlebars->47->3242", + "default.handlebars->47->3245" ] }, { @@ -86151,8 +86158,8 @@ "zh-cht": "userlist.csv", "hu": "userlist.csv", "xloc": [ - "default.handlebars->47->2698", - "default.handlebars->47->2703" + "default.handlebars->47->2699", + "default.handlebars->47->2704" ] }, { @@ -86179,8 +86186,8 @@ "zh-cht": "userlist.json", "hu": "userlist.json", "xloc": [ - "default.handlebars->47->2700", - "default.handlebars->47->2704" + "default.handlebars->47->2701", + "default.handlebars->47->2705" ] }, { @@ -86191,8 +86198,8 @@ "pl": "nazwauzytkownika@domena.pl", "de": "benutzername@beispiel.de", "xloc": [ - "default.handlebars->47->1740", - "default.handlebars->47->2955" + "default.handlebars->47->1741", + "default.handlebars->47->2956" ] }, { @@ -86203,8 +86210,8 @@ "pl": "nazwauzytkownika@serwer.pl", "de": "benutzername@server.de", "xloc": [ - "default.handlebars->47->1736", - "default.handlebars->47->2951" + "default.handlebars->47->1737", + "default.handlebars->47->2952" ] }, { @@ -86231,7 +86238,7 @@ "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "hu": "utc, time, type, action, user, device, message", "xloc": [ - "default.handlebars->47->2632" + "default.handlebars->47->2633" ] }, { @@ -86494,8 +86501,8 @@ "zh-cht": "{0} Gb", "hu": "{0} Gb", "xloc": [ - "default.handlebars->47->2411", - "default.handlebars->47->2416" + "default.handlebars->47->2412", + "default.handlebars->47->2417" ] }, { @@ -86546,9 +86553,9 @@ "zh-cht": "{0} Kb", "hu": "{0} Kb", "xloc": [ - "default.handlebars->47->2409", - "default.handlebars->47->2414", - "default.handlebars->47->3036" + "default.handlebars->47->2410", + "default.handlebars->47->2415", + "default.handlebars->47->3037" ] }, { @@ -86603,8 +86610,8 @@ "default-mobile.handlebars->11->844", "default.handlebars->47->1652", "default.handlebars->47->1663", - "default.handlebars->47->2410", - "default.handlebars->47->2415" + "default.handlebars->47->2411", + "default.handlebars->47->2416" ] }, { @@ -86683,7 +86690,7 @@ "zh-cht": "{0}個活躍節", "hu": "{0} actív munkamenet", "xloc": [ - "default.handlebars->47->2924" + "default.handlebars->47->2925" ] }, { @@ -86710,8 +86717,8 @@ "zh-cht": "{0} b", "hu": "{0} b", "xloc": [ - "default.handlebars->47->2408", - "default.handlebars->47->2413" + "default.handlebars->47->2409", + "default.handlebars->47->2414" ] }, { @@ -86739,8 +86746,8 @@ "hu": "{0} bytes", "xloc": [ "default-mobile.handlebars->11->357", - "default.handlebars->47->2424", - "default.handlebars->47->3057", + "default.handlebars->47->2425", + "default.handlebars->47->3058", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -86770,7 +86777,7 @@ "zh-cht": "剩餘{0}個字節", "hu": "{0} byte maradt", "xloc": [ - "default.handlebars->47->2403" + "default.handlebars->47->2404" ] }, { @@ -86876,7 +86883,7 @@ "zh-cht": "剩餘{0} GB", "hu": "{0} gigabyte maradt", "xloc": [ - "default.handlebars->47->2406" + "default.handlebars->47->2407" ] }, { @@ -86903,7 +86910,7 @@ "zh-cht": "{0}個群組", "hu": "{0} csoport", "xloc": [ - "default.handlebars->47->2880" + "default.handlebars->47->2881" ] }, { @@ -86981,7 +86988,7 @@ "zh-cht": "剩餘{0}千字節", "hu": "{0} kilobyte maradt", "xloc": [ - "default.handlebars->47->2404" + "default.handlebars->47->2405" ] }, { @@ -87037,7 +87044,7 @@ "zh-cht": "剩餘{0}兆字節", "hu": "{0} megabyte maradt", "xloc": [ - "default.handlebars->47->2405" + "default.handlebars->47->2406" ] }, { @@ -87169,7 +87176,7 @@ "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "hu": "{0} további felhasználó nem jelenik meg, használja a keresőmezőt a felhasználók kereséséhez...", "xloc": [ - "default.handlebars->47->2642" + "default.handlebars->47->2643" ] }, { @@ -87626,7 +87633,7 @@ "default-mobile.handlebars->11->426", "default-mobile.handlebars->11->430", "default-mobile.handlebars->11->434", - "default.handlebars->47->2646", + "default.handlebars->47->2647", "default.handlebars->47->445", "default.handlebars->47->448", "default.handlebars->47->452", @@ -87928,7 +87935,7 @@ "hu": "{0}, {1} kezdve {2} perc", "xloc": [ "default.handlebars->47->1071", - "default.handlebars->47->2170" + "default.handlebars->47->2171" ] }, { @@ -87956,7 +87963,7 @@ "hu": "{0}, {1} kezdve {2} perc", "xloc": [ "default.handlebars->47->1072", - "default.handlebars->47->2171" + "default.handlebars->47->2172" ] }, { @@ -87984,7 +87991,7 @@ "hu": "{0}, {1} - {2}", "xloc": [ "default.handlebars->47->1070", - "default.handlebars->47->2169" + "default.handlebars->47->2170" ] }, { @@ -88065,7 +88072,7 @@ "zh-cht": "{0}k在1檔案內。最多{1}k", "hu": "{0}k 1 fájlban. {1}k maximum", "xloc": [ - "default.handlebars->47->2418" + "default.handlebars->47->2419" ] }, { @@ -88092,7 +88099,7 @@ "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "hu": "{0}k {1} fájlban. maximum {2}k", "xloc": [ - "default.handlebars->47->2417" + "default.handlebars->47->2418" ] }, { diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 474fbecf..c39cd82b 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -6158,7 +6158,10 @@ var fsize = (j === 0 ? `${m.sizeremaining} ${sizes[j]}` : `${(m.sizeremaining / (1024 ** j)).toFixed(2)} ${sizes[j]}`); x += addDetailItem("Capacity Remaining", EscapeHtml(fsize), s); } - if (m.type) { x += addDetailItem("File System", (m.removable == true ? ("Removable" + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); } + if (m.type) { + var type = (m.removable == true ? "Removable" : (m.cdrom == true ? "CD-ROM" : '')); + x += addDetailItem("File System", (type != '' ? (type + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); + } if (m.protectionStatus || m.volumeStatus) { var bitlockerState = []; diff --git a/views/default.handlebars b/views/default.handlebars index f405b056..551ff87e 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -12140,7 +12140,10 @@ var fsize = (j === 0 ? `${m.sizeremaining} ${sizes[j]}` : `${(m.sizeremaining / (1024 ** j)).toFixed(2)} ${sizes[j]}`); x += addDetailItem("Capacity Remaining", EscapeHtml(fsize), s); } - if (m.type) { x += addDetailItem("File System", (m.removable == true ? ("Removable" + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); } + if (m.type) { + var type = (m.removable == true ? "Removable" : (m.cdrom == true ? "CD-ROM" : '')); + x += addDetailItem("File System", (type != '' ? (type + ' / ') : '') + (m.type == 'Unknown' ? "Unknown" : EscapeHtml(m.type)), s); + } if (m.protectionStatus || m.volumeStatus) { var bitlockerState = [];