From be3e333b4014979faaa974c57633ce7964e97dd3 Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 14 May 2024 00:13:46 +0100 Subject: [PATCH] add macos storage volumes using df Signed-off-by: si458 --- .../modules_meshcore/computer-identifiers.js | 8 + translate/translate.json | 3586 +++++++++-------- views/default-mobile.handlebars | 24 +- views/default.handlebars | 23 + 4 files changed, 1854 insertions(+), 1787 deletions(-) diff --git a/agents/modules_meshcore/computer-identifiers.js b/agents/modules_meshcore/computer-identifiers.js index 68547b886d..e58257b7ea 100644 --- a/agents/modules_meshcore/computer-identifiers.js +++ b/agents/modules_meshcore/computer-identifiers.js @@ -712,6 +712,14 @@ function macos_identifiers() ret.identifiers.storage_devices = devices; } + // Fetch storage volumes using df + child = require('child_process').execFile('/bin/sh', ['sh']); + child.stdout.str = ''; child.stdout.on('data', dataHandler); + child.stdin.write('df -aHY | awk \'NR>1 {printf "{\\"size\\":\\"%s\\",\\"used\\":\\"%s\\",\\"available\\":\\"%s\\",\\"mount_point\\":\\"%s\\",\\"type\\":\\"%s\\"},", $3, $4, $5, $10, $2}\' | sed \'$ s/,$//\' | awk \'BEGIN {printf "["} {printf "%s", $0} END {printf "]"}\'\nexit\n'); + child.waitExit(); + try { ret.darwin.volumes = JSON.parse(child.stdout.str.trim()); } catch (xx) { } + child = null; + // MacOS Last Boot Up Time try { child = require('child_process').execFile('/usr/sbin/sysctl', ['', 'kern.boottime']); // must include blank value at begining for some reason? diff --git a/translate/translate.json b/translate/translate.json index d05a6b59fd..cc65713ccd 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -58,8 +58,8 @@ "zh-cht": " + CIRA", "hu": " + CIRA", "xloc": [ - "default.handlebars->47->2169", - "default.handlebars->47->2171" + "default.handlebars->47->2176", + "default.handlebars->47->2178" ] }, { @@ -332,7 +332,7 @@ "zh-cht": " 可以使用密碼提示,但不建議使用。", "hu": "Jelszó tipp használható, de nem ajánlott.", "xloc": [ - "default.handlebars->47->2045" + "default.handlebars->47->2052" ] }, { @@ -359,8 +359,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->2293", - "default.handlebars->47->2873" + "default.handlebars->47->2300", + "default.handlebars->47->2880" ] }, { @@ -938,7 +938,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->2253", + "default.handlebars->47->2260", "default.handlebars->47->527" ] }, @@ -1042,12 +1042,12 @@ "default-mobile.handlebars->11->794", "default-mobile.handlebars->11->796", "default-mobile.handlebars->11->798", - "default-mobile.handlebars->11->991", + "default-mobile.handlebars->11->998", "default.handlebars->47->1622", "default.handlebars->47->1624", "default.handlebars->47->1626", - "default.handlebars->47->2369", - "default.handlebars->47->2646", + "default.handlebars->47->2376", + "default.handlebars->47->2653", "default.handlebars->47->995" ] }, @@ -1208,8 +1208,8 @@ "zh-cht": ",MQTT在線", "hu": ", MQTT online", "xloc": [ - "default-mobile.handlebars->11->894", - "default.handlebars->47->1723" + "default-mobile.handlebars->11->901", + "default.handlebars->47->1730" ] }, { @@ -1237,7 +1237,7 @@ "hu": ", Nincs hozzájárulás", "xloc": [ "default.handlebars->47->1090", - "default.handlebars->47->2211" + "default.handlebars->47->2218" ] }, { @@ -1265,7 +1265,7 @@ "hu": ", Hozzájárulás kérése a kapcsolódáshoz", "xloc": [ "default.handlebars->47->1091", - "default.handlebars->47->2212" + "default.handlebars->47->2219" ] }, { @@ -1320,7 +1320,7 @@ "hu": ", naponta ismétlődően", "xloc": [ "default.handlebars->47->1087", - "default.handlebars->47->2208" + "default.handlebars->47->2215" ] }, { @@ -1348,7 +1348,7 @@ "hu": ", hetente ismétlődően", "xloc": [ "default.handlebars->47->1088", - "default.handlebars->47->2209" + "default.handlebars->47->2216" ] }, { @@ -1510,7 +1510,7 @@ "hu": ", Tálca értesítés", "xloc": [ "default.handlebars->47->1092", - "default.handlebars->47->2213" + "default.handlebars->47->2220" ] }, { @@ -1562,7 +1562,7 @@ "hu": ", csak megtekintés", "xloc": [ "default.handlebars->47->1089", - "default.handlebars->47->2210" + "default.handlebars->47->2217" ] }, { @@ -1924,8 +1924,8 @@ "default-mobile.handlebars->11->347", "default-mobile.handlebars->11->699", "default.handlebars->47->1519", - "default.handlebars->47->2435", - "default.handlebars->47->3109", + "default.handlebars->47->2442", + "default.handlebars->47->3116", "sharing.handlebars->11->50" ] }, @@ -2103,7 +2103,7 @@ "zh-cht": "1個活躍時段", "hu": "1 aktív munkamenet", "xloc": [ - "default.handlebars->47->2967" + "default.handlebars->47->2974" ] }, { @@ -2130,9 +2130,9 @@ "zh-cht": "1個位元組", "hu": "1 byte", "xloc": [ - "default-mobile.handlebars->11->1035", + "default-mobile.handlebars->11->1042", "default-mobile.handlebars->11->357", - "default.handlebars->47->2459", + "default.handlebars->47->2466", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -2246,7 +2246,7 @@ "zh-cht": "1群", "hu": "1 csoport", "xloc": [ - "default.handlebars->47->2923" + "default.handlebars->47->2930" ] }, { @@ -2303,7 +2303,7 @@ "hu": "1 perc", "xloc": [ "default.handlebars->47->1199", - "default.handlebars->47->2010" + "default.handlebars->47->2017" ] }, { @@ -2386,7 +2386,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->2678" + "default.handlebars->47->2685" ] }, { @@ -2604,7 +2604,7 @@ "default-mobile.handlebars->11->426", "default-mobile.handlebars->11->430", "default-mobile.handlebars->11->434", - "default.handlebars->47->2682", + "default.handlebars->47->2689", "default.handlebars->47->446", "default.handlebars->47->449", "default.handlebars->47->453", @@ -2807,7 +2807,7 @@ "hu": "10 perc", "xloc": [ "default.handlebars->47->1201", - "default.handlebars->47->2012" + "default.handlebars->47->2019" ] }, { @@ -3028,7 +3028,7 @@ "hu": "12 óra", "xloc": [ "default.handlebars->47->1209", - "default.handlebars->47->2020" + "default.handlebars->47->2027" ] }, { @@ -3217,7 +3217,7 @@ "hu": "15 perc", "xloc": [ "default.handlebars->47->1202", - "default.handlebars->47->2013" + "default.handlebars->47->2020" ] }, { @@ -3245,7 +3245,7 @@ "hu": "12 óra", "xloc": [ "default.handlebars->47->1210", - "default.handlebars->47->2021" + "default.handlebars->47->2028" ] }, { @@ -3462,7 +3462,7 @@ "hu": "2 nap", "xloc": [ "default.handlebars->47->1212", - "default.handlebars->47->2023" + "default.handlebars->47->2030" ] }, { @@ -3490,7 +3490,7 @@ "hu": "2 óra", "xloc": [ "default.handlebars->47->1206", - "default.handlebars->47->2017" + "default.handlebars->47->2024" ] }, { @@ -3684,7 +3684,7 @@ "hu": "24 óra", "xloc": [ "default.handlebars->47->1211", - "default.handlebars->47->2022" + "default.handlebars->47->2029" ] }, { @@ -3764,7 +3764,7 @@ "zh-cht": "2FA備份代碼已清除", "hu": "2FA biztonsági kódok törölve", "xloc": [ - "default.handlebars->47->2572" + "default.handlebars->47->2579" ] }, { @@ -3819,7 +3819,7 @@ "zh-cht": "第二個因素", "hu": "2. faktor", "xloc": [ - "default.handlebars->47->3146" + "default.handlebars->47->3153" ] }, { @@ -3846,8 +3846,8 @@ "zh-cht": "啟用第二因素身份驗證", "hu": "2. faktoros hitelesítés engedélyezve", "xloc": [ - "default.handlebars->47->2696", - "default.handlebars->47->2948" + "default.handlebars->47->2703", + "default.handlebars->47->2955" ] }, { @@ -4008,7 +4008,7 @@ "hu": "30 perc", "xloc": [ "default.handlebars->47->1203", - "default.handlebars->47->2014" + "default.handlebars->47->2021" ] }, { @@ -4117,7 +4117,7 @@ "hu": "4 nap", "xloc": [ "default.handlebars->47->1213", - "default.handlebars->47->2024" + "default.handlebars->47->2031" ] }, { @@ -4145,7 +4145,7 @@ "hu": "4 óra", "xloc": [ "default.handlebars->47->1207", - "default.handlebars->47->2018" + "default.handlebars->47->2025" ] }, { @@ -4284,7 +4284,7 @@ "hu": "45 perc", "xloc": [ "default.handlebars->47->1204", - "default.handlebars->47->2015" + "default.handlebars->47->2022" ] }, { @@ -4339,7 +4339,7 @@ "hu": "5 perc", "xloc": [ "default.handlebars->47->1200", - "default.handlebars->47->2011" + "default.handlebars->47->2018" ] }, { @@ -4536,7 +4536,7 @@ "hu": "60 perc", "xloc": [ "default.handlebars->47->1205", - "default.handlebars->47->2016" + "default.handlebars->47->2023" ] }, { @@ -4824,7 +4824,7 @@ "zh-cht": "7天", "hu": "7 nap", "xloc": [ - "default.handlebars->47->2025" + "default.handlebars->47->2032" ] }, { @@ -4909,7 +4909,7 @@ "hu": "8 óra", "xloc": [ "default.handlebars->47->1208", - "default.handlebars->47->2019", + "default.handlebars->47->2026", "default.handlebars->47->555", "default.handlebars->47->569" ] @@ -5370,7 +5370,7 @@ "hu": "ACM", "xloc": [ "default-mobile.handlebars->11->505", - "default.handlebars->47->2189", + "default.handlebars->47->2196", "default.handlebars->47->434", "default.handlebars->47->904" ] @@ -5491,7 +5491,7 @@ "zh-cht": "AMT操作系統", "hu": "AMT-OS", "xloc": [ - "default.handlebars->47->3291" + "default.handlebars->47->3298" ] }, { @@ -5518,7 +5518,7 @@ "zh-cht": "AMT-Redir", "hu": "AMT-Redir", "xloc": [ - "default.handlebars->47->3153" + "default.handlebars->47->3160" ] }, { @@ -5545,7 +5545,7 @@ "zh-cht": "AMT-WSMAN", "hu": "AMT-WSMAN", "xloc": [ - "default.handlebars->47->3152" + "default.handlebars->47->3159" ] }, { @@ -5560,7 +5560,7 @@ "nl": "APK versie van de MeshAgent", "pl": "Wersja APK MeshAgent", "xloc": [ - "default-mobile.handlebars->11->944", + "default-mobile.handlebars->11->951", "default.handlebars->47->637" ] }, @@ -5769,8 +5769,8 @@ "zh-cht": "拒絕存取", "hu": "Hozzáférés megtagadva", "xloc": [ - "default-mobile.handlebars->11->895", - "default.handlebars->47->1724" + "default-mobile.handlebars->11->902", + "default.handlebars->47->1731" ] }, { @@ -5853,7 +5853,7 @@ "zh-cht": "存取伺服器檔案", "hu": "Hozzáférés a kiszolgálófájlokhoz", "xloc": [ - "default.handlebars->47->2879" + "default.handlebars->47->2886" ] }, { @@ -5970,9 +5970,9 @@ "default-mobile.handlebars->11->472", "default-mobile.handlebars->11->474", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->47->2054", - "default.handlebars->47->2056", - "default.handlebars->47->3345", + "default.handlebars->47->2061", + "default.handlebars->47->2063", + "default.handlebars->47->3352", "default.handlebars->47->864", "default.handlebars->47->866" ] @@ -6001,8 +6001,8 @@ "zh-cht": "帳號設定", "hu": "Fiókbeállítások", "xloc": [ - "default-mobile.handlebars->11->1002", - "default.handlebars->47->3216" + "default-mobile.handlebars->11->1009", + "default.handlebars->47->3223" ] }, { @@ -6069,7 +6069,7 @@ "hu": "Fiók megváltozott: LDAP-adatokkal való szinkronizálás.", "es": "La cuenta cambio a ser actualizada con los datos de LDAP.", "xloc": [ - "default.handlebars->47->2633" + "default.handlebars->47->2640" ] }, { @@ -6096,7 +6096,7 @@ "zh-cht": "帳戶已更改:{0}", "hu": "Fiók megváltozott: {0}", "xloc": [ - "default.handlebars->47->2545" + "default.handlebars->47->2552" ] }, { @@ -6123,7 +6123,7 @@ "zh-cht": "創建帳戶,電子郵件為{0}", "hu": "Fiók létrehozva, az e-mail címe {0} ", "xloc": [ - "default.handlebars->47->2544" + "default.handlebars->47->2551" ] }, { @@ -6150,7 +6150,7 @@ "zh-cht": "已創建帳戶,名稱為 {0}。", "hu": "Fiók létrehozva, név: {0}. ", "xloc": [ - "default.handlebars->47->2607" + "default.handlebars->47->2614" ] }, { @@ -6177,7 +6177,7 @@ "zh-cht": "帳戶已創建,用戶名是{0}", "hu": "Fiók létrehozva, felhasználónév {0} ", "xloc": [ - "default.handlebars->47->2543" + "default.handlebars->47->2550" ] }, { @@ -6206,8 +6206,8 @@ "xloc": [ "default-mobile.handlebars->11->66", "default.handlebars->47->210", - "default.handlebars->47->2698", - "default.handlebars->47->2876" + "default.handlebars->47->2705", + "default.handlebars->47->2883" ] }, { @@ -6234,8 +6234,8 @@ "zh-cht": "達到帳戶限制。", "hu": "Elérte a fiókkorlátot.", "xloc": [ - "default-mobile.handlebars->11->1014", - "default.handlebars->47->3228", + "default-mobile.handlebars->11->1021", + "default.handlebars->47->3235", "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->2480" + "default.handlebars->47->2487" ] }, { @@ -6321,7 +6321,7 @@ "zh-cht": "從 {0}、{1}、{2} 登錄帳戶", "hu": "Bejelentkezés a fiókba innen: {0}, {1}, {2}", "xloc": [ - "default.handlebars->47->2586" + "default.handlebars->47->2593" ] }, { @@ -6333,7 +6333,7 @@ "hu": "Fiók bejelentkezési token rekordok", "es": "Registro de Tokens de inicio de sesion", "xloc": [ - "default.handlebars->47->3195" + "default.handlebars->47->3202" ] }, { @@ -6360,7 +6360,7 @@ "zh-cht": "帳戶登出", "hu": "Fiók kijelentkezés", "xloc": [ - "default.handlebars->47->2481" + "default.handlebars->47->2488" ] }, { @@ -6416,7 +6416,7 @@ "zh-cht": "帳戶密碼已更改:{0}", "hu": "Fiók jelszava megváltozott: {0}", "xloc": [ - "default.handlebars->47->2553" + "default.handlebars->47->2560" ] }, { @@ -6443,7 +6443,7 @@ "zh-cht": "帳戶已刪除", "hu": "Fiók eltávolítva", "xloc": [ - "default.handlebars->47->2542" + "default.handlebars->47->2549" ] }, { @@ -6497,8 +6497,8 @@ "zh-cht": "指令", "hu": "Művelet", "xloc": [ - "default-mobile.handlebars->11->901", - "default.handlebars->47->1730", + "default-mobile.handlebars->11->908", + "default.handlebars->47->1737", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -6669,7 +6669,7 @@ "zh-cht": "如果ACM失敗,則激活到CCM", "hu": "Aktiválja a CCM-et, ha az ACM meghiúsul", "xloc": [ - "default.handlebars->47->2244" + "default.handlebars->47->2251" ] }, { @@ -6756,7 +6756,7 @@ "hu": "Atív eszközmegosztás", "xloc": [ "default.handlebars->47->1072", - "default.handlebars->47->2193" + "default.handlebars->47->2200" ] }, { @@ -6783,7 +6783,7 @@ "zh-cht": "活動登錄令牌", "hu": "Aktív bejelentkezési tokenek", "xloc": [ - "default.handlebars->47->2085" + "default.handlebars->47->2092" ] }, { @@ -6965,7 +6965,7 @@ "zh-cht": "新增代理", "hu": "Agent hozzáadása", "xloc": [ - "default.handlebars->47->2183", + "default.handlebars->47->2190", "default.handlebars->47->487" ] }, @@ -7017,9 +7017,9 @@ "zh-cht": "新增裝置", "hu": "Eszköz hozzáadása", "xloc": [ - "default.handlebars->47->2187", - "default.handlebars->47->2851", - "default.handlebars->47->3045", + "default.handlebars->47->2194", + "default.handlebars->47->2858", + "default.handlebars->47->3052", "default.handlebars->47->491" ] }, @@ -7074,9 +7074,9 @@ "zh-cht": "新增裝置群", "hu": "Eszközcsoport hozzáadása", "xloc": [ - "default.handlebars->47->2330", - "default.handlebars->47->2845", - "default.handlebars->47->3033", + "default.handlebars->47->2337", + "default.handlebars->47->2852", + "default.handlebars->47->3040", "default.handlebars->47->387" ] }, @@ -7104,7 +7104,7 @@ "zh-cht": "新增裝置群權限", "hu": "Eszközcsoport engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2327" + "default.handlebars->47->2334" ] }, { @@ -7131,8 +7131,8 @@ "zh-cht": "新增裝置權限", "hu": "Eszköz engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2332", - "default.handlebars->47->2334" + "default.handlebars->47->2339", + "default.handlebars->47->2341" ] }, { @@ -7288,7 +7288,7 @@ "zh-cht": "新增成員身份", "hu": "Hozzáadás Felhasználói Csoporthoz", "xloc": [ - "default.handlebars->47->3065" + "default.handlebars->47->3072" ] }, { @@ -7366,8 +7366,8 @@ "zh-cht": "新增安全密鑰", "hu": "Biztonsági kulcs hozzáadása", "xloc": [ - "default.handlebars->47->1800", - "default.handlebars->47->1801", + "default.handlebars->47->1807", + "default.handlebars->47->1808", "default.handlebars->47->241", "default.handlebars->47->243", "default.handlebars->47->246", @@ -7398,7 +7398,7 @@ "zh-cht": "新增用戶", "hu": "Felhasználó hozzáadása", "xloc": [ - "default-mobile.handlebars->11->926", + "default-mobile.handlebars->11->933", "default.handlebars->47->1064" ] }, @@ -7426,7 +7426,7 @@ "zh-cht": "新增用戶裝置權限", "hu": "Felhasználói eszköz engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2337" + "default.handlebars->47->2344" ] }, { @@ -7454,9 +7454,9 @@ "hu": "Felhasználói csoport hozzáadása", "xloc": [ "default.handlebars->47->1065", - "default.handlebars->47->2177", - "default.handlebars->47->2329", - "default.handlebars->47->3039" + "default.handlebars->47->2184", + "default.handlebars->47->2336", + "default.handlebars->47->3046" ] }, { @@ -7483,7 +7483,7 @@ "zh-cht": "新增用戶群裝置權限", "hu": "Felhasználói csoport eszköz engedélyek hozzáadása", "xloc": [ - "default.handlebars->47->2339" + "default.handlebars->47->2346" ] }, { @@ -7510,7 +7510,7 @@ "zh-cht": "將用戶新增到裝置群", "hu": "Felhasználó hozzáadása az eszköz csoporthoz", "xloc": [ - "default-mobile.handlebars->11->967" + "default-mobile.handlebars->11->974" ] }, { @@ -7561,8 +7561,8 @@ "zh-cht": "新增用戶", "hu": "Felhasználók hozzáadása", "xloc": [ - "default.handlebars->47->2176", - "default.handlebars->47->2840" + "default.handlebars->47->2183", + "default.handlebars->47->2847" ] }, { @@ -7589,7 +7589,7 @@ "zh-cht": "將用戶新增到裝置群", "hu": "Felhasználók hozzáadása az eszköz csoporthoz", "xloc": [ - "default.handlebars->47->2326" + "default.handlebars->47->2333" ] }, { @@ -7616,7 +7616,7 @@ "zh-cht": "將用戶新增到用戶群", "hu": "Felhasználók hozzáadása az felhasználó csoporthoz", "xloc": [ - "default.handlebars->47->2875" + "default.handlebars->47->2882" ] }, { @@ -7802,7 +7802,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->2182", + "default.handlebars->47->2189", "default.handlebars->47->486" ] }, @@ -7830,7 +7830,7 @@ "zh-cht": "添加位於本地網絡上的設備。", "hu": "Helyi hálózaton található eszköz hozzáadása.", "xloc": [ - "default.handlebars->47->2186", + "default.handlebars->47->2193", "default.handlebars->47->490" ] }, @@ -7939,7 +7939,7 @@ "zh-cht": "添加了身份驗證應用程序", "hu": "Hitelesítési alkalmazás hozzáadva", "xloc": [ - "default.handlebars->47->2569" + "default.handlebars->47->2576" ] }, { @@ -7966,7 +7966,7 @@ "zh-cht": "已將設備共享{0}從{1}添加到{2}", "hu": "{0} eszközmegosztás hozzáadva {1} és {2} között", "xloc": [ - "default.handlebars->47->2580" + "default.handlebars->47->2587" ] }, { @@ -7993,7 +7993,7 @@ "zh-cht": "添加了每天重複的設備共享 {0}。", "hu": "Naponta ismétlődő {0} eszközmegosztás hozzáadva.", "xloc": [ - "default.handlebars->47->2617" + "default.handlebars->47->2624" ] }, { @@ -8020,7 +8020,7 @@ "zh-cht": "添加了每週重複的設備共享 {0}。", "hu": "Hetente ismétlődő {0} eszközmegosztás hozzáadva.", "xloc": [ - "default.handlebars->47->2618" + "default.handlebars->47->2625" ] }, { @@ -8047,7 +8047,7 @@ "zh-cht": "添加了無限時間的設備共享 {0}。", "hu": "{0} eszközmegosztás hozzáadva korlátlan ideig.", "xloc": [ - "default.handlebars->47->2610" + "default.handlebars->47->2617" ] }, { @@ -8074,8 +8074,8 @@ "zh-cht": "已將設備{0}添加到設備組{1}", "hu": "A(z) {0} eszköz hozzáadva a(z) {1} eszközcsoporthoz", "xloc": [ - "default.handlebars->47->2536", - "default.handlebars->47->2563" + "default.handlebars->47->2543", + "default.handlebars->47->2570" ] }, { @@ -8102,7 +8102,7 @@ "zh-cht": "添加了登錄令牌", "hu": "Bejelentkezési token hozzáadva", "xloc": [ - "default.handlebars->47->2594" + "default.handlebars->47->2601" ] }, { @@ -8129,7 +8129,7 @@ "zh-cht": "增加推送通知認證設備", "hu": "Push értesítési hitelesítő eszköz hozzáadva", "xloc": [ - "default.handlebars->47->2592" + "default.handlebars->47->2599" ] }, { @@ -8156,7 +8156,7 @@ "zh-cht": "添加了安全密鑰", "hu": "Biztonsági kulcs hozzáadva", "xloc": [ - "default.handlebars->47->2574" + "default.handlebars->47->2581" ] }, { @@ -8183,7 +8183,7 @@ "zh-cht": "已將用戶組{0}添加到設備組{1}", "hu": "{0} felhasználói csoport hozzáadva a(z) {1} eszközcsoporthoz", "xloc": [ - "default.handlebars->47->2547" + "default.handlebars->47->2554" ] }, { @@ -8210,8 +8210,8 @@ "zh-cht": "已將用戶{0}添加到用戶組{1}", "hu": "{0} felhasználó hozzáadva a(z) {1} felhasználói csoporthoz", "xloc": [ - "default.handlebars->47->2550", - "default.handlebars->47->2559" + "default.handlebars->47->2557", + "default.handlebars->47->2566" ] }, { @@ -8376,7 +8376,7 @@ "zh-cht": "管理領域", "hu": "Adminisztratív Realms", "xloc": [ - "default.handlebars->47->2927" + "default.handlebars->47->2934" ] }, { @@ -8431,7 +8431,7 @@ "zh-cht": "管理領域", "hu": "Adminisztratív Realms", "xloc": [ - "default.handlebars->47->2772" + "default.handlebars->47->2779" ] }, { @@ -8458,7 +8458,7 @@ "zh-cht": "管理員", "hu": "Adminisztrátor", "xloc": [ - "default.handlebars->47->2690" + "default.handlebars->47->2697" ] }, { @@ -8486,7 +8486,7 @@ "hu": "afrikai", "xloc": [ "default-mobile.handlebars->11->104", - "default.handlebars->47->1803", + "default.handlebars->47->1810", "login2.handlebars->7->1" ] }, @@ -8518,9 +8518,9 @@ "default-mobile.handlebars->11->464", "default-mobile.handlebars->11->521", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->47->2410", - "default.handlebars->47->2423", - "default.handlebars->47->3289", + "default.handlebars->47->2417", + "default.handlebars->47->2430", + "default.handlebars->47->3296", "default.handlebars->47->407", "default.handlebars->47->707", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", @@ -8551,8 +8551,8 @@ "zh-cht": "代理+Intel® AMT", "hu": "Agent + Intel® AMT", "xloc": [ - "default.handlebars->47->2412", - "default.handlebars->47->2425" + "default.handlebars->47->2419", + "default.handlebars->47->2432" ] }, { @@ -8608,8 +8608,8 @@ "hu": "Agent konzol", "xloc": [ "default-mobile.handlebars->11->598", - "default-mobile.handlebars->11->973", - "default.handlebars->47->2347", + "default-mobile.handlebars->11->980", + "default.handlebars->47->2354", "default.handlebars->47->795" ] }, @@ -8637,7 +8637,7 @@ "zh-cht": "代理錯誤計數器", "hu": "Agrnt hiba számlálók", "xloc": [ - "default.handlebars->47->3258" + "default.handlebars->47->3265" ] }, { @@ -8834,7 +8834,7 @@ "hu": "Agent Ön-Megosztás", "xloc": [ "default.handlebars->47->1093", - "default.handlebars->47->2214" + "default.handlebars->47->2221" ] }, { @@ -8861,7 +8861,7 @@ "zh-cht": "代理時段", "hu": "Agent munkamenetek", "xloc": [ - "default.handlebars->47->3274" + "default.handlebars->47->3281" ] }, { @@ -8968,7 +8968,7 @@ "zh-cht": "代理類型", "hu": "Agent típusok", "xloc": [ - "default.handlebars->47->2421", + "default.handlebars->47->2428", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -9024,7 +9024,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->2533" + "default.handlebars->47->2540" ] }, { @@ -9233,8 +9233,8 @@ "zh-cht": "代理離線", "hu": "Offline Agent", "xloc": [ - "default-mobile.handlebars->11->893", - "default.handlebars->47->1722" + "default-mobile.handlebars->11->900", + "default.handlebars->47->1729" ] }, { @@ -9261,8 +9261,8 @@ "zh-cht": "代理在線", "hu": "Online Agent", "xloc": [ - "default-mobile.handlebars->11->892", - "default.handlebars->47->1721" + "default-mobile.handlebars->11->899", + "default.handlebars->47->1728" ] }, { @@ -9484,8 +9484,8 @@ "zh-cht": "代理", "hu": "Agent-ek", "xloc": [ - "default.handlebars->47->2378", - "default.handlebars->47->3302", + "default.handlebars->47->2385", + "default.handlebars->47->3309", "default.handlebars->47->574" ] }, @@ -9514,7 +9514,7 @@ "hu": "albán", "xloc": [ "default-mobile.handlebars->11->105", - "default.handlebars->47->1804", + "default.handlebars->47->1811", "login2.handlebars->7->2" ] }, @@ -9554,7 +9554,7 @@ "default-mobile.handlebars->11->356", "default-mobile.handlebars->11->700", "default-mobile.handlebars->11->702", - "default.handlebars->47->3122", + "default.handlebars->47->3129", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -9582,7 +9582,7 @@ "zh-cht": "全部可用", "hu": "Összes elérhető", "xloc": [ - "default.handlebars->47->2652" + "default.handlebars->47->2659" ] }, { @@ -9609,7 +9609,7 @@ "zh-cht": "所有可用的代理", "hu": "Az összes rendelkezésre álló Agent", "xloc": [ - "default.handlebars->47->2379", + "default.handlebars->47->2386", "default.handlebars->47->575" ] }, @@ -9664,7 +9664,7 @@ "zh-cht": "所有事件", "hu": "Összes Esemény", "xloc": [ - "default.handlebars->47->2650" + "default.handlebars->47->2657" ] }, { @@ -9755,8 +9755,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->2291", - "default.handlebars->47->2872" + "default.handlebars->47->2298", + "default.handlebars->47->2879" ] }, { @@ -9783,7 +9783,7 @@ "zh-cht": "允許用戶管理此裝置。", "hu": "Engedélyezze a felhasználóknak, hogy kezeljék ezt az eszközt.", "xloc": [ - "default.handlebars->47->2292" + "default.handlebars->47->2299" ] }, { @@ -10085,9 +10085,9 @@ "zh-cht": "一直通知", "hu": "Minden kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2153", - "default.handlebars->47->2831", - "default.handlebars->47->2936", + "default.handlebars->47->2160", + "default.handlebars->47->2838", + "default.handlebars->47->2943", "default.handlebars->47->959" ] }, @@ -10115,9 +10115,9 @@ "zh-cht": "一直提示", "hu": "Minden kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2154", - "default.handlebars->47->2832", - "default.handlebars->47->2937", + "default.handlebars->47->2161", + "default.handlebars->47->2839", + "default.handlebars->47->2944", "default.handlebars->47->960" ] }, @@ -10209,7 +10209,7 @@ "de": "Ein unbekannter Fehler ist aufgetreten.", "es": "Ha ocurrido un error desconcido.", "xloc": [ - "default.handlebars->47->3074" + "default.handlebars->47->3081" ] }, { @@ -10267,7 +10267,7 @@ "zh-cht": "Android APK", "hu": "Android APK", "xloc": [ - "default-mobile.handlebars->11->945", + "default-mobile.handlebars->11->952", "default.handlebars->47->636" ] }, @@ -10349,7 +10349,7 @@ "zh-cht": "安卓安裝", "hu": "Android Telepítés", "xloc": [ - "default-mobile.handlebars->11->947" + "default-mobile.handlebars->11->954" ] }, { @@ -10411,8 +10411,8 @@ "zh-cht": "殺毒軟件未激活", "hu": "A vírusirtó nem aktív", "xloc": [ - "default.handlebars->47->2414", - "default.handlebars->47->2428" + "default.handlebars->47->2421", + "default.handlebars->47->2435" ] }, { @@ -10795,7 +10795,7 @@ "hu": "arab (Algéria)", "xloc": [ "default-mobile.handlebars->11->107", - "default.handlebars->47->1806", + "default.handlebars->47->1813", "login2.handlebars->7->4" ] }, @@ -10824,7 +10824,7 @@ "hu": "arab (Bahrein)", "xloc": [ "default-mobile.handlebars->11->108", - "default.handlebars->47->1807", + "default.handlebars->47->1814", "login2.handlebars->7->5" ] }, @@ -10853,7 +10853,7 @@ "hu": "arab (Egyiptom)", "xloc": [ "default-mobile.handlebars->11->109", - "default.handlebars->47->1808", + "default.handlebars->47->1815", "login2.handlebars->7->6" ] }, @@ -10882,7 +10882,7 @@ "hu": "arab (Irak)", "xloc": [ "default-mobile.handlebars->11->110", - "default.handlebars->47->1809", + "default.handlebars->47->1816", "login2.handlebars->7->7" ] }, @@ -10911,7 +10911,7 @@ "hu": "arab (Jordánia)", "xloc": [ "default-mobile.handlebars->11->111", - "default.handlebars->47->1810", + "default.handlebars->47->1817", "login2.handlebars->7->8" ] }, @@ -10940,7 +10940,7 @@ "hu": "arab (Kuvait)", "xloc": [ "default-mobile.handlebars->11->112", - "default.handlebars->47->1811", + "default.handlebars->47->1818", "login2.handlebars->7->9" ] }, @@ -10969,7 +10969,7 @@ "hu": "arab (Libanon)", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->47->1812", + "default.handlebars->47->1819", "login2.handlebars->7->10" ] }, @@ -10998,7 +10998,7 @@ "hu": "arab (Líbia)", "xloc": [ "default-mobile.handlebars->11->114", - "default.handlebars->47->1813", + "default.handlebars->47->1820", "login2.handlebars->7->11" ] }, @@ -11027,7 +11027,7 @@ "hu": "arab (Marokkó)", "xloc": [ "default-mobile.handlebars->11->115", - "default.handlebars->47->1814", + "default.handlebars->47->1821", "login2.handlebars->7->12" ] }, @@ -11056,7 +11056,7 @@ "hu": "arab (Omán)", "xloc": [ "default-mobile.handlebars->11->116", - "default.handlebars->47->1815", + "default.handlebars->47->1822", "login2.handlebars->7->13" ] }, @@ -11085,7 +11085,7 @@ "hu": "arab (Katar)", "xloc": [ "default-mobile.handlebars->11->117", - "default.handlebars->47->1816", + "default.handlebars->47->1823", "login2.handlebars->7->14" ] }, @@ -11114,7 +11114,7 @@ "hu": "arab (Szaúd-Arábia)", "xloc": [ "default-mobile.handlebars->11->118", - "default.handlebars->47->1817", + "default.handlebars->47->1824", "login2.handlebars->7->15" ] }, @@ -11143,7 +11143,7 @@ "hu": "arab", "xloc": [ "default-mobile.handlebars->11->106", - "default.handlebars->47->1805", + "default.handlebars->47->1812", "login2.handlebars->7->3" ] }, @@ -11172,7 +11172,7 @@ "hu": "arab (Szíria)", "xloc": [ "default-mobile.handlebars->11->119", - "default.handlebars->47->1818", + "default.handlebars->47->1825", "login2.handlebars->7->16" ] }, @@ -11201,7 +11201,7 @@ "hu": "arab (Tunézia)", "xloc": [ "default-mobile.handlebars->11->120", - "default.handlebars->47->1819", + "default.handlebars->47->1826", "login2.handlebars->7->17" ] }, @@ -11230,7 +11230,7 @@ "hu": "arab (Egyesült Arab Emírségek)", "xloc": [ "default-mobile.handlebars->11->121", - "default.handlebars->47->1820", + "default.handlebars->47->1827", "login2.handlebars->7->18" ] }, @@ -11259,7 +11259,7 @@ "hu": "arab (Jemen)", "xloc": [ "default-mobile.handlebars->11->122", - "default.handlebars->47->1821", + "default.handlebars->47->1828", "login2.handlebars->7->19" ] }, @@ -11288,7 +11288,7 @@ "hu": "aragóniai", "xloc": [ "default-mobile.handlebars->11->123", - "default.handlebars->47->1822", + "default.handlebars->47->1829", "login2.handlebars->7->20" ] }, @@ -11375,8 +11375,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->933", - "default.handlebars->47->2258" + "default-mobile.handlebars->11->940", + "default.handlebars->47->2265" ] }, { @@ -11490,7 +11490,7 @@ "zh-cht": "你確定要{0}外掛嗎:{1}", "hu": "Biztosm, hogy {0} szeretné használni a következő beépülő modult: {1}", "xloc": [ - "default.handlebars->47->3354" + "default.handlebars->47->3361" ] }, { @@ -11546,7 +11546,7 @@ "hu": "örmény", "xloc": [ "default-mobile.handlebars->11->124", - "default.handlebars->47->1823", + "default.handlebars->47->1830", "login2.handlebars->7->21" ] }, @@ -11738,7 +11738,7 @@ "hu": "asszámi", "xloc": [ "default-mobile.handlebars->11->125", - "default.handlebars->47->1824", + "default.handlebars->47->1831", "login2.handlebars->7->22" ] }, @@ -11902,7 +11902,7 @@ "hu": "asztúriai", "xloc": [ "default-mobile.handlebars->11->126", - "default.handlebars->47->1825", + "default.handlebars->47->1832", "login2.handlebars->7->23" ] }, @@ -11930,7 +11930,7 @@ "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "hu": "Intel(R) AMT ACM üzemmód aktiválásának kísérlete", "xloc": [ - "default.handlebars->47->2502" + "default.handlebars->47->2509" ] }, { @@ -12017,7 +12017,7 @@ "zh-cht": "認證軟體", "hu": "Hitelesítő alkalmazás beállítva", "xloc": [ - "default.handlebars->47->2940" + "default.handlebars->47->2947" ] }, { @@ -12044,9 +12044,9 @@ "zh-cht": "認證設備", "hu": "Hitelesítési eszköz", "xloc": [ - "default.handlebars->47->1786", - "default.handlebars->47->1788", - "default.handlebars->47->1792" + "default.handlebars->47->1793", + "default.handlebars->47->1795", + "default.handlebars->47->1799" ] }, { @@ -12107,8 +12107,8 @@ "default-mobile.handlebars->11->311", "default-mobile.handlebars->11->70", "default-mobile.handlebars->11->73", - "default.handlebars->47->1782", - "default.handlebars->47->1784", + "default.handlebars->47->1789", + "default.handlebars->47->1791", "default.handlebars->47->216", "default.handlebars->47->221" ] @@ -12245,8 +12245,8 @@ "zh-cht": "自動刪除", "hu": "Automatikus eltávolítás", "xloc": [ - "default.handlebars->47->2138", - "default.handlebars->47->2643" + "default.handlebars->47->2145", + "default.handlebars->47->2650" ] }, { @@ -12304,7 +12304,7 @@ "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "hu": "Agent core dump fájl automatikus letöltése: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2583" + "default.handlebars->47->2590" ] }, { @@ -12410,7 +12410,7 @@ "zh-cht": "自動移除非活動設備", "hu": "Az inaktív eszközök automatikus eltávolítása", "xloc": [ - "default.handlebars->47->2286" + "default.handlebars->47->2293" ] }, { @@ -12437,7 +12437,7 @@ "zh-cht": "可用內存", "hu": "Elérhető memória", "xloc": [ - "default.handlebars->47->3283" + "default.handlebars->47->3290" ] }, { @@ -12465,7 +12465,7 @@ "hu": "azerbajdzsáni", "xloc": [ "default-mobile.handlebars->11->127", - "default.handlebars->47->1826", + "default.handlebars->47->1833", "login2.handlebars->7->24" ] }, @@ -12699,8 +12699,8 @@ "zh-cht": "背景與互動", "hu": "Háttérben és interaktív módon", "xloc": [ - "default.handlebars->47->2385", "default.handlebars->47->2392", + "default.handlebars->47->2399", "default.handlebars->47->561", "default.handlebars->47->582" ] @@ -12730,8 +12730,8 @@ "hu": "Csak háttérben", "xloc": [ "agentinvite.handlebars->3->9", - "default.handlebars->47->2386", "default.handlebars->47->2393", + "default.handlebars->47->2400", "default.handlebars->47->562", "default.handlebars->47->583", "default.handlebars->47->600" @@ -12789,8 +12789,8 @@ "zh-cht": "備用碼", "hu": "Biztonsági kódok generálva", "xloc": [ - "default.handlebars->47->2943", - "default.handlebars->47->3170" + "default.handlebars->47->2950", + "default.handlebars->47->3177" ] }, { @@ -12872,7 +12872,7 @@ "zh-cht": "錯誤的簽名", "hu": "Rossz aláírás", "xloc": [ - "default.handlebars->47->3265" + "default.handlebars->47->3272" ] }, { @@ -12899,7 +12899,7 @@ "zh-cht": "錯誤的網絡憑證", "hu": "Rossz web tanúsítvány", "xloc": [ - "default.handlebars->47->3264" + "default.handlebars->47->3271" ] }, { @@ -12927,7 +12927,7 @@ "hu": "baszk", "xloc": [ "default-mobile.handlebars->11->128", - "default.handlebars->47->1827", + "default.handlebars->47->1834", "login2.handlebars->7->25" ] }, @@ -13017,7 +13017,7 @@ "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "hu": "{0} fájl kötegelt feltöltése a(z) {1} mappába", "xloc": [ - "default.handlebars->47->2582" + "default.handlebars->47->2589" ] }, { @@ -13045,7 +13045,7 @@ "hu": "fehérorosz", "xloc": [ "default-mobile.handlebars->11->130", - "default.handlebars->47->1829", + "default.handlebars->47->1836", "login2.handlebars->7->27" ] }, @@ -13074,7 +13074,7 @@ "hu": "bengáli", "xloc": [ "default-mobile.handlebars->11->131", - "default.handlebars->47->1830", + "default.handlebars->47->1837", "login2.handlebars->7->28" ] }, @@ -13145,8 +13145,8 @@ "nl": "BitLocker informatie", "pl": "Informacje o BitLocker", "xloc": [ - "default-mobile.handlebars->11->891", - "default.handlebars->47->1719" + "default-mobile.handlebars->11->898", + "default.handlebars->47->1726" ] }, { @@ -13202,7 +13202,7 @@ "hu": "bosznia", "xloc": [ "default-mobile.handlebars->11->132", - "default.handlebars->47->1831", + "default.handlebars->47->1838", "login2.handlebars->7->29" ] }, @@ -13231,7 +13231,7 @@ "hu": "breton", "xloc": [ "default-mobile.handlebars->11->133", - "default.handlebars->47->1832", + "default.handlebars->47->1839", "login2.handlebars->7->30" ] }, @@ -13259,7 +13259,7 @@ "zh-cht": "廣播", "hu": "Broadcast üzenet...", "xloc": [ - "default.handlebars->47->2838", + "default.handlebars->47->2845", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -13287,7 +13287,7 @@ "zh-cht": "廣播消息", "hu": "Broadcast üzenet", "xloc": [ - "default.handlebars->47->2754" + "default.handlebars->47->2761" ] }, { @@ -13314,7 +13314,7 @@ "zh-cht": "向所有連接的用戶廣播消息。", "hu": "Üzenet küldése az összes csatlakoztatott felhasználónak.", "xloc": [ - "default.handlebars->47->2749" + "default.handlebars->47->2756" ] }, { @@ -13341,7 +13341,7 @@ "zh-cht": "瀏覽器", "hu": "Böngésző", "xloc": [ - "default.handlebars->47->3144" + "default.handlebars->47->3151" ] }, { @@ -13424,7 +13424,7 @@ "hu": "bolgár", "xloc": [ "default-mobile.handlebars->11->129", - "default.handlebars->47->1828", + "default.handlebars->47->1835", "login2.handlebars->7->26" ] }, @@ -13453,7 +13453,7 @@ "hu": "burmai", "xloc": [ "default-mobile.handlebars->11->134", - "default.handlebars->47->1833", + "default.handlebars->47->1840", "login2.handlebars->7->31" ] }, @@ -13481,7 +13481,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->2288" + "default.handlebars->47->2295" ] }, { @@ -13508,7 +13508,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->2289" + "default.handlebars->47->2296" ] }, { @@ -13544,7 +13544,7 @@ "zh-cht": "字節輸入", "hu": "Fogadott Byte-ok", "xloc": [ - "default.handlebars->47->3140" + "default.handlebars->47->3147" ] }, { @@ -13571,7 +13571,7 @@ "zh-cht": "字節輸出", "hu": "Küldött Byte-ok", "xloc": [ - "default.handlebars->47->3141" + "default.handlebars->47->3148" ] }, { @@ -13669,7 +13669,7 @@ "zh-cht": "CCM模式", "hu": "CCM mode", "xloc": [ - "default.handlebars->47->2241" + "default.handlebars->47->2248" ] }, { @@ -13678,8 +13678,10 @@ "xloc": [ "default-mobile.handlebars->11->870", "default-mobile.handlebars->11->882", + "default-mobile.handlebars->11->889", "default.handlebars->47->1698", - "default.handlebars->47->1710" + "default.handlebars->47->1710", + "default.handlebars->47->1717" ] }, { @@ -13707,7 +13709,7 @@ "hu": "CIRA", "xloc": [ "default-mobile.handlebars->11->465", - "default.handlebars->47->3290", + "default.handlebars->47->3297", "default.handlebars->47->409", "default.handlebars->47->709" ] @@ -13736,7 +13738,7 @@ "zh-cht": "CIRA伺服器", "hu": "CIRA Kiszolgáló", "xloc": [ - "default.handlebars->47->3338" + "default.handlebars->47->3345" ] }, { @@ -13763,7 +13765,7 @@ "zh-cht": "CIRA伺服器指令", "hu": "CIRA kiszolgáló parancsok", "xloc": [ - "default.handlebars->47->3339" + "default.handlebars->47->3346" ] }, { @@ -13817,7 +13819,7 @@ "zh-cht": "CIRA設置", "hu": "CIRA beállítás", "xloc": [ - "default.handlebars->47->2249" + "default.handlebars->47->2256" ] }, { @@ -13847,7 +13849,7 @@ "default-mobile.handlebars->11->827", "default.handlebars->47->1575", "default.handlebars->47->1655", - "default.handlebars->47->3314", + "default.handlebars->47->3321", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -13875,7 +13877,7 @@ "zh-cht": "CPU負載", "hu": "CPU terhelés", "xloc": [ - "default.handlebars->47->3279" + "default.handlebars->47->3286" ] }, { @@ -13902,7 +13904,7 @@ "zh-cht": "最近15分鐘的CPU負載", "hu": "CPU terhelés az elmúlt 15 percben", "xloc": [ - "default.handlebars->47->3282" + "default.handlebars->47->3289" ] }, { @@ -13929,7 +13931,7 @@ "zh-cht": "最近5分鐘的CPU負載", "hu": "CPU terhelés az elmúlt 5 percben", "xloc": [ - "default.handlebars->47->3281" + "default.handlebars->47->3288" ] }, { @@ -13956,7 +13958,7 @@ "zh-cht": "最近一分鐘的CPU負載", "hu": "CPU terhelés az utolsó percben", "xloc": [ - "default.handlebars->47->3280" + "default.handlebars->47->3287" ] }, { @@ -14015,7 +14017,7 @@ "zh-cht": "CSV", "hu": "CSV", "xloc": [ - "default.handlebars->47->2660" + "default.handlebars->47->2667" ] }, { @@ -14042,15 +14044,15 @@ "zh-cht": "CSV格式", "hu": "CSV Formátum", "xloc": [ - "default.handlebars->47->2664", - "default.handlebars->47->2741", + "default.handlebars->47->2671", + "default.handlebars->47->2748", "default.handlebars->47->780" ] }, { "en": "CSV file format is as follows:", "xloc": [ - "default.handlebars->47->2727" + "default.handlebars->47->2734" ] }, { @@ -14101,7 +14103,7 @@ "zh-cht": "呼叫錯誤", "hu": "Hívás hiba", "xloc": [ - "default.handlebars->47->3355" + "default.handlebars->47->3362" ] }, { @@ -14112,8 +14114,8 @@ "pl": "CallMeBot", "es": "CallMeBot", "xloc": [ - "default.handlebars->47->1755", - "default.handlebars->47->2978" + "default.handlebars->47->1762", + "default.handlebars->47->2985" ] }, { @@ -14170,8 +14172,8 @@ "agent-translations.json", "default-mobile.handlebars->11->320", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->47->2105", - "default.handlebars->47->3344", + "default.handlebars->47->2112", + "default.handlebars->47->3351", "default.handlebars->47->534", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -14289,13 +14291,15 @@ "default-mobile.handlebars->11->864", "default-mobile.handlebars->11->867", "default-mobile.handlebars->11->879", + "default-mobile.handlebars->11->886", "default.handlebars->47->1673", "default.handlebars->47->1679", "default.handlebars->47->1685", "default.handlebars->47->1690", "default.handlebars->47->1692", "default.handlebars->47->1695", - "default.handlebars->47->1707" + "default.handlebars->47->1707", + "default.handlebars->47->1714" ] }, { @@ -14336,8 +14340,10 @@ "xloc": [ "default-mobile.handlebars->11->868", "default-mobile.handlebars->11->880", + "default-mobile.handlebars->11->887", "default.handlebars->47->1696", - "default.handlebars->47->1708" + "default.handlebars->47->1708", + "default.handlebars->47->1715" ] }, { @@ -14365,7 +14371,7 @@ "hu": "katalán", "xloc": [ "default-mobile.handlebars->11->135", - "default.handlebars->47->1834", + "default.handlebars->47->1841", "login2.handlebars->7->32" ] }, @@ -14474,7 +14480,7 @@ "hu": "chamorro", "xloc": [ "default-mobile.handlebars->11->136", - "default.handlebars->47->1835", + "default.handlebars->47->1842", "login2.handlebars->7->33" ] }, @@ -14531,7 +14537,7 @@ "zh-cht": "更改{0}的電郵", "hu": "{0} e-mail-címének módosítása", "xloc": [ - "default.handlebars->47->3020" + "default.handlebars->47->3027" ] }, { @@ -14596,8 +14602,8 @@ "hu": "Jelszó módosítása", "xloc": [ "default-mobile.handlebars->11->328", - "default.handlebars->47->2051", - "default.handlebars->47->2964" + "default.handlebars->47->2058", + "default.handlebars->47->2971" ] }, { @@ -14624,7 +14630,7 @@ "zh-cht": "更改{0}的密碼", "hu": "Jelszó módosítása: {0}", "xloc": [ - "default.handlebars->47->3029" + "default.handlebars->47->3036" ] }, { @@ -14651,7 +14657,7 @@ "zh-cht": "更改{0}的真實名稱", "hu": "{0} felhasználó teljes nevének módosítása", "xloc": [ - "default.handlebars->47->3015" + "default.handlebars->47->3022" ] }, { @@ -14812,7 +14818,7 @@ "zh-cht": "更改該用戶的密碼", "hu": "A felhasználó jelszavának módosítása", "xloc": [ - "default.handlebars->47->2963" + "default.handlebars->47->2970" ] }, { @@ -14866,7 +14872,7 @@ "zh-cht": "在此處更改你的帳戶電郵地址。", "hu": "Itt módosíthatja fiókja e-mail címét.", "xloc": [ - "default.handlebars->47->2038" + "default.handlebars->47->2045" ] }, { @@ -14893,7 +14899,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->2044" + "default.handlebars->47->2051" ] }, { @@ -14920,7 +14926,7 @@ "zh-cht": "帳戶憑證已更改", "hu": "A fiók hitelesítő adatai megváltoztak", "xloc": [ - "default.handlebars->47->2554" + "default.handlebars->47->2561" ] }, { @@ -14947,7 +14953,7 @@ "zh-cht": "將帳戶顯示名稱更改為 {0}。", "hu": "A fiók megjelenített neve {0}-re változott.", "xloc": [ - "default.handlebars->47->2606" + "default.handlebars->47->2613" ] }, { @@ -14974,8 +14980,8 @@ "zh-cht": "{1}組中的設備{0}已更改:{2}", "hu": "{0} eszközt a {1} csoportból áthelyezésre került {2} csoportba", "xloc": [ - "default.handlebars->47->2538", - "default.handlebars->47->2619" + "default.handlebars->47->2545", + "default.handlebars->47->2626" ] }, { @@ -15002,7 +15008,7 @@ "zh-cht": "語言從{1}更改為{2}", "hu": "A nyelv megváltozott. régi nyelv: {1}, új nyelv: {2}", "xloc": [ - "default.handlebars->47->2482" + "default.handlebars->47->2489" ] }, { @@ -15029,8 +15035,8 @@ "zh-cht": "已更改{0}的用戶設備權限", "hu": "Módosult a(z) {0} felhasználói eszközjogai", "xloc": [ - "default.handlebars->47->2540", - "default.handlebars->47->2561" + "default.handlebars->47->2547", + "default.handlebars->47->2568" ] }, { @@ -15082,7 +15088,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->2002" + "default.handlebars->47->2009" ] }, { @@ -15112,9 +15118,9 @@ "default.handlebars->47->1006", "default.handlebars->47->1125", "default.handlebars->47->1150", - "default.handlebars->47->2681", - "default.handlebars->47->2959", - "default.handlebars->47->2960" + "default.handlebars->47->2688", + "default.handlebars->47->2966", + "default.handlebars->47->2967" ] }, { @@ -15141,10 +15147,10 @@ "zh-cht": "聊天並通知", "hu": "Csevegés és Értesítés", "xloc": [ - "default-mobile.handlebars->11->963", - "default-mobile.handlebars->11->983", - "default.handlebars->47->2320", - "default.handlebars->47->2358" + "default-mobile.handlebars->11->970", + "default-mobile.handlebars->11->990", + "default.handlebars->47->2327", + "default.handlebars->47->2365" ] }, { @@ -15171,8 +15177,8 @@ "zh-cht": "聊天請求,點擊這裡接受。", "hu": "Csevegés kezdeményezés, kattintson ide az elfogadáshoz.", "xloc": [ - "default-mobile.handlebars->11->1015", - "default.handlebars->47->3229" + "default-mobile.handlebars->11->1022", + "default.handlebars->47->3236" ] }, { @@ -15227,7 +15233,7 @@ "hu": "csecsen", "xloc": [ "default-mobile.handlebars->11->137", - "default.handlebars->47->1836", + "default.handlebars->47->1843", "login2.handlebars->7->34" ] }, @@ -15375,8 +15381,8 @@ "zh-cht": "檢查...", "hu": "Ellenőrzés...", "xloc": [ - "default.handlebars->47->1802", - "default.handlebars->47->3349" + "default.handlebars->47->1809", + "default.handlebars->47->3356" ] }, { @@ -15404,7 +15410,7 @@ "hu": "kínai", "xloc": [ "default-mobile.handlebars->11->138", - "default.handlebars->47->1837", + "default.handlebars->47->1844", "login2.handlebars->7->35" ] }, @@ -15433,7 +15439,7 @@ "hu": "kínai (Hongkong)", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->47->1838", + "default.handlebars->47->1845", "login2.handlebars->7->36" ] }, @@ -15462,7 +15468,7 @@ "hu": "kínai (Kínai Népköztársaság)", "xloc": [ "default-mobile.handlebars->11->140", - "default.handlebars->47->1839", + "default.handlebars->47->1846", "login2.handlebars->7->37" ] }, @@ -15491,7 +15497,7 @@ "hu": "kínai (egyszerűsített)", "xloc": [ "default-mobile.handlebars->11->300", - "default.handlebars->47->1999", + "default.handlebars->47->2006", "login2.handlebars->7->197" ] }, @@ -15520,7 +15526,7 @@ "hu": "kínai (Szingapúr)", "xloc": [ "default-mobile.handlebars->11->141", - "default.handlebars->47->1840", + "default.handlebars->47->1847", "login2.handlebars->7->38" ] }, @@ -15549,7 +15555,7 @@ "hu": "kínai (Tajvan)", "xloc": [ "default-mobile.handlebars->11->142", - "default.handlebars->47->1841", + "default.handlebars->47->1848", "login2.handlebars->7->39" ] }, @@ -15578,7 +15584,7 @@ "hu": "kínai (hagyományos)", "xloc": [ "default-mobile.handlebars->11->301", - "default.handlebars->47->2000", + "default.handlebars->47->2007", "login2.handlebars->7->198" ] }, @@ -15635,7 +15641,7 @@ "hu": "csuvas", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->47->1842", + "default.handlebars->47->1849", "login2.handlebars->7->40" ] }, @@ -15698,7 +15704,7 @@ "default.handlebars->47->1553", "default.handlebars->47->1555", "default.handlebars->47->1557", - "default.handlebars->47->2476", + "default.handlebars->47->2483", "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", @@ -15870,8 +15876,8 @@ "zh-cht": "全部清除", "hu": "Összes törlése", "xloc": [ - "default-mobile.handlebars->11->998", - "default.handlebars->47->3212" + "default-mobile.handlebars->11->1005", + "default.handlebars->47->3219" ] }, { @@ -15926,8 +15932,8 @@ "zh-cht": "清除核心", "hu": "Core törlése", "xloc": [ - "default-mobile.handlebars->11->903", - "default.handlebars->47->1732" + "default-mobile.handlebars->11->910", + "default.handlebars->47->1739" ] }, { @@ -15981,8 +15987,8 @@ "zh-cht": "清除此通知", "hu": "Törölje ezt az értesítést", "xloc": [ - "default-mobile.handlebars->11->997", - "default.handlebars->47->3211" + "default-mobile.handlebars->11->1004", + "default.handlebars->47->3218" ] }, { @@ -16090,8 +16096,8 @@ "zh-cht": "單擊此處編輯裝置群名稱", "hu": "Kattintson ide az eszközcsoport nevének szerkesztéséhez", "xloc": [ - "default.handlebars->47->2119", - "default.handlebars->47->2419" + "default.handlebars->47->2126", + "default.handlebars->47->2426" ] }, { @@ -16145,7 +16151,7 @@ "zh-cht": "單擊此處編輯用戶群名稱", "hu": "Kattintson ide a felhasználói csoport nevének szerkesztéséhez", "xloc": [ - "default.handlebars->47->2811" + "default.handlebars->47->2818" ] }, { @@ -16280,7 +16286,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->2035" + "default.handlebars->47->2042" ] }, { @@ -16414,7 +16420,7 @@ "zh-cht": "客戶編號", "hu": "Client ID", "xloc": [ - "default.handlebars->47->2098" + "default.handlebars->47->2105" ] }, { @@ -16441,7 +16447,7 @@ "zh-cht": "客戶端啟動的遠程訪問", "hu": "Ügyfél által kezdeményezett távoli elérés", "xloc": [ - "default.handlebars->47->2248" + "default.handlebars->47->2255" ] }, { @@ -16468,7 +16474,7 @@ "zh-cht": "客戶機密", "hu": "Client Secret", "xloc": [ - "default.handlebars->47->2099" + "default.handlebars->47->2106" ] }, { @@ -16529,7 +16535,7 @@ "default.handlebars->47->1526", "default.handlebars->47->228", "default.handlebars->47->236", - "default.handlebars->47->3343", + "default.handlebars->47->3350", "sharing.handlebars->11->52" ] }, @@ -16557,7 +16563,7 @@ "zh-cht": "已關閉桌面多路復用會話 \\\"{0}\\\",{1} 秒", "hu": "Lezárt asztali multiplex munkamenet \\\"{0}\\\", {1} másodperc", "xloc": [ - "default.handlebars->47->2626" + "default.handlebars->47->2633" ] }, { @@ -16584,7 +16590,7 @@ "zh-cht": "封閉式桌面多路復用會話,{0}秒", "hu": "Lezárt asztali multiplex munkamenet, {0} másodperc", "xloc": [ - "default.handlebars->47->2487" + "default.handlebars->47->2494" ] }, { @@ -16774,10 +16780,10 @@ "zh-cht": "指令", "hu": "Parancsok", "xloc": [ - "default-mobile.handlebars->11->985", + "default-mobile.handlebars->11->992", "default.handlebars->47->1127", "default.handlebars->47->1152", - "default.handlebars->47->2360" + "default.handlebars->47->2367" ] }, { @@ -16849,8 +16855,8 @@ "zh-cht": "通用裝置群", "hu": "Eszközcsoport jogosultságok", "xloc": [ - "default.handlebars->47->2846", - "default.handlebars->47->3034" + "default.handlebars->47->2853", + "default.handlebars->47->3041" ] }, { @@ -16877,8 +16883,8 @@ "zh-cht": "通用裝置", "hu": "Eszköz jogosultságok", "xloc": [ - "default.handlebars->47->2852", - "default.handlebars->47->3046" + "default.handlebars->47->2859", + "default.handlebars->47->3053" ] }, { @@ -16995,7 +17001,7 @@ "de": "Aufzeichnungen von Konfigurationsdatei", "es": "Registro de archivos de configuracion", "xloc": [ - "default.handlebars->47->3188" + "default.handlebars->47->3195" ] }, { @@ -17023,14 +17029,14 @@ "hu": "Megerősít", "xloc": [ "default-mobile.handlebars->11->616", - "default-mobile.handlebars->11->934", + "default-mobile.handlebars->11->941", "default.handlebars->47->1292", "default.handlebars->47->1301", - "default.handlebars->47->2259", - "default.handlebars->47->2711", - "default.handlebars->47->2801", - "default.handlebars->47->2868", - "default.handlebars->47->3032", + "default.handlebars->47->2266", + "default.handlebars->47->2718", + "default.handlebars->47->2808", + "default.handlebars->47->2875", + "default.handlebars->47->3039", "default.handlebars->47->744" ] }, @@ -17166,7 +17172,7 @@ "zh-cht": "確認刪除所選帳戶?", "hu": "Megerősíti a kiválasztott fiók(ok) törlését?", "xloc": [ - "default.handlebars->47->2710" + "default.handlebars->47->2717" ] }, { @@ -17217,7 +17223,7 @@ "zh-cht": "確認刪除所選用戶群?", "hu": "Megerősíti a kiválasztott felhasználói csoport(ok) törlését?", "xloc": [ - "default.handlebars->47->2800" + "default.handlebars->47->2807" ] }, { @@ -17244,7 +17250,7 @@ "zh-cht": "確認刪除用戶{0}?", "hu": "Megerősíti a(z) {0} felhasználó törlését?", "xloc": [ - "default.handlebars->47->3031" + "default.handlebars->47->3038" ] }, { @@ -17271,7 +17277,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "hu": "Megerősíti a \\\"{0}\\\" felhasználó tagságának eltávolítását?", "xloc": [ - "default.handlebars->47->2871" + "default.handlebars->47->2878" ] }, { @@ -17298,7 +17304,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->3063" + "default.handlebars->47->3070" ] }, { @@ -17409,7 +17415,7 @@ "zh-cht": "確認覆蓋?", "hu": "Megerősíti a felülírást?", "xloc": [ - "default.handlebars->47->2468" + "default.handlebars->47->2475" ] }, { @@ -17436,8 +17442,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->2861", - "default.handlebars->47->3054" + "default.handlebars->47->2868", + "default.handlebars->47->3061" ] }, { @@ -17464,8 +17470,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->2863", - "default.handlebars->47->3067" + "default.handlebars->47->2870", + "default.handlebars->47->3074" ] }, { @@ -17492,7 +17498,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->3056" + "default.handlebars->47->3063" ] }, { @@ -17519,7 +17525,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->3059" + "default.handlebars->47->3066" ] }, { @@ -17546,8 +17552,8 @@ "zh-cht": "確認刪除訪問權限?", "hu": "Megerősíti a hozzáférési jogok eltávolítását?", "xloc": [ - "default.handlebars->47->3057", - "default.handlebars->47->3060" + "default.handlebars->47->3064", + "default.handlebars->47->3067" ] }, { @@ -17575,7 +17581,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->1785" + "default.handlebars->47->1792" ] }, { @@ -17626,7 +17632,7 @@ "zh-cht": "確認刪除設備共享“{0}”?", "hu": "Megerősíti a(z) \\\"{0}\\\" eszközmegosztás eltávolítását?", "xloc": [ - "default.handlebars->47->3052" + "default.handlebars->47->3059" ] }, { @@ -17701,7 +17707,7 @@ "zh-cht": "確認移除推送認證設備?", "hu": "Megerősíti a Push-hitelesítési eszköz eltávolítását?", "xloc": [ - "default.handlebars->47->1787" + "default.handlebars->47->1794" ] }, { @@ -17728,7 +17734,7 @@ "zh-cht": "確認刪除用戶“ {0} ”的權限?", "hu": "Megerősíti a \\\"{0}\\\" felhasználó jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->2372" + "default.handlebars->47->2379" ] }, { @@ -17755,7 +17761,7 @@ "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "hu": "Megerősíti a \\\"{0}\\\" felhasználói csoport jogainak eltávolítását?", "xloc": [ - "default.handlebars->47->2374" + "default.handlebars->47->2381" ] }, { @@ -17809,7 +17815,7 @@ "zh-cht": "確認刪除此登錄令牌?", "hu": "Megerősíti ennek a bejelentkezési tokennek az eltávolítását?", "xloc": [ - "default.handlebars->47->2091" + "default.handlebars->47->2098" ] }, { @@ -17860,7 +17866,7 @@ "zh-cht": "確認刪除用戶{0}?", "hu": "Megerősíti a(z) {0} felhasználó eltávolítását?", "xloc": [ - "default-mobile.handlebars->11->994" + "default-mobile.handlebars->11->1001" ] }, { @@ -17915,7 +17921,7 @@ "hu": "Megerősíti {0} / {1} bejegyzés {2} erre a helyre?", "xloc": [ "default-mobile.handlebars->11->366", - "default.handlebars->47->2471" + "default.handlebars->47->2478" ] }, { @@ -17946,7 +17952,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->2157", + "default.handlebars->47->2164", "default.handlebars->47->963", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", @@ -18036,7 +18042,7 @@ "zh-cht": "連接到伺服器", "hu": "Csatlakozás a kiszolgálóhoz", "xloc": [ - "default.handlebars->47->2252" + "default.handlebars->47->2259" ] }, { @@ -18280,7 +18286,7 @@ "zh-cht": "已連接的Intel® AMT", "hu": "Csatlakozott Intel® AMT", "xloc": [ - "default.handlebars->47->3270" + "default.handlebars->47->3277" ] }, { @@ -18307,7 +18313,7 @@ "zh-cht": "已连接的用户", "hu": "Csatlakozott felhasználók", "xloc": [ - "default.handlebars->47->3275" + "default.handlebars->47->3282" ] }, { @@ -18554,7 +18560,7 @@ "zh-cht": "連接數量", "hu": "Kapcsolatok száma", "xloc": [ - "default.handlebars->47->3301" + "default.handlebars->47->3308" ] }, { @@ -18611,7 +18617,7 @@ "zh-cht": "連接轉發器", "hu": "Kapccsolat Relay", "xloc": [ - "default.handlebars->47->3337" + "default.handlebars->47->3344" ] }, { @@ -18693,7 +18699,7 @@ "hu": "Kapcsolódás", "xloc": [ "default-mobile.handlebars->11->526", - "default.handlebars->47->2426", + "default.handlebars->47->2433", "default.handlebars->47->381", "default.handlebars->47->980", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -18723,7 +18729,7 @@ "zh-cht": "同意", "hu": "Hozzájárulás", "xloc": [ - "default.handlebars->47->2642" + "default.handlebars->47->2649" ] }, { @@ -18866,7 +18872,7 @@ "zh-cht": "Cookie編碼器", "hu": "Cookie kódoló", "xloc": [ - "default.handlebars->47->3320" + "default.handlebars->47->3327" ] }, { @@ -19140,8 +19146,8 @@ "zh-cht": "複製連結到剪貼板", "hu": "Hivatkozás másolása a vágólapra.", "xloc": [ - "default.handlebars->47->2437", - "default.handlebars->47->2456", + "default.handlebars->47->2444", + "default.handlebars->47->2463", "default.handlebars->47->311", "default.handlebars->47->333", "default.handlebars->47->335", @@ -19284,7 +19290,7 @@ "zh-cht": "複製:“{0}”到“{1}”", "hu": "Másolás: \\\"{0}\\\" ide: \\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2530" + "default.handlebars->47->2537" ] }, { @@ -19479,7 +19485,7 @@ "zh-cht": "核心伺服器", "hu": "Core Server", "xloc": [ - "default.handlebars->47->3319" + "default.handlebars->47->3326" ] }, { @@ -19507,7 +19513,7 @@ "hu": "korzikai", "xloc": [ "default-mobile.handlebars->11->144", - "default.handlebars->47->1843", + "default.handlebars->47->1850", "login2.handlebars->7->41" ] }, @@ -19559,7 +19565,7 @@ "zh-cht": "創建帳號", "hu": "Fiók létrehozása", "xloc": [ - "default.handlebars->47->2768", + "default.handlebars->47->2775", "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" @@ -19640,7 +19646,7 @@ "zh-cht": "創建登錄令牌", "hu": "Bejelentkezési token létrehozása", "xloc": [ - "default.handlebars->47->2028", + "default.handlebars->47->2035", "default.handlebars->47->336" ] }, @@ -19668,7 +19674,7 @@ "zh-cht": "創建用戶群", "hu": "Felhasználó csoport létrehozása", "xloc": [ - "default.handlebars->47->2808" + "default.handlebars->47->2815" ] }, { @@ -19722,7 +19728,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->2058" + "default.handlebars->47->2065" ] }, { @@ -19776,7 +19782,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->2008" + "default.handlebars->47->2015" ] }, { @@ -19830,7 +19836,7 @@ "zh-cht": "創建文件夾:“{0}”", "hu": "Mappa létrehozása: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2523" + "default.handlebars->47->2530" ] }, { @@ -19900,7 +19906,7 @@ { "en": "Create many accounts at once by importing a JSON or CSV file", "xloc": [ - "default.handlebars->47->2725" + "default.handlebars->47->2732" ] }, { @@ -19956,7 +19962,7 @@ "zh-cht": "創建的設備組:{0}", "hu": "Eszközcsoport létrehozva: {0}", "xloc": [ - "default.handlebars->47->2534" + "default.handlebars->47->2541" ] }, { @@ -20058,7 +20064,7 @@ "zh-cht": "創建", "hu": "Létrehozás", "xloc": [ - "default.handlebars->47->2916" + "default.handlebars->47->2923" ] }, { @@ -20085,7 +20091,7 @@ "zh-cht": "創作時間", "hu": "Létrehozás ideje", "xloc": [ - "default.handlebars->47->2137" + "default.handlebars->47->2144" ] }, { @@ -20141,8 +20147,8 @@ "zh-cht": "創作者", "hu": "Létrehozó", "xloc": [ - "default.handlebars->47->2135", - "default.handlebars->47->2136" + "default.handlebars->47->2142", + "default.handlebars->47->2143" ] }, { @@ -20171,7 +20177,7 @@ "xloc": [ "default-mobile.handlebars->11->538", "default.handlebars->47->1367", - "default.handlebars->47->2096", + "default.handlebars->47->2103", "default.handlebars->47->992" ] }, @@ -20200,7 +20206,7 @@ "hu": "cree", "xloc": [ "default-mobile.handlebars->11->145", - "default.handlebars->47->1844", + "default.handlebars->47->1851", "login2.handlebars->7->42" ] }, @@ -20229,7 +20235,7 @@ "hu": "horvát", "xloc": [ "default-mobile.handlebars->11->146", - "default.handlebars->47->1845", + "default.handlebars->47->1852", "login2.handlebars->7->43" ] }, @@ -20506,8 +20512,8 @@ "zh-cht": "當前密碼不正確。", "hu": "A jelenlegi jelszó nem megfelelő.", "xloc": [ - "default-mobile.handlebars->11->1025", - "default.handlebars->47->3239" + "default-mobile.handlebars->11->1032", + "default.handlebars->47->3246" ] }, { @@ -20621,7 +20627,7 @@ "hu": "cseh", "xloc": [ "default-mobile.handlebars->11->147", - "default.handlebars->47->1846", + "default.handlebars->47->1853", "login2.handlebars->7->44" ] }, @@ -20704,7 +20710,7 @@ "hu": "dán", "xloc": [ "default-mobile.handlebars->11->148", - "default.handlebars->47->1847", + "default.handlebars->47->1854", "login2.handlebars->7->45" ] }, @@ -20774,7 +20780,7 @@ "de": "Datenbankaufzeichnungen", "es": "Registro de Base de datos", "xloc": [ - "default.handlebars->47->3113" + "default.handlebars->47->3120" ] }, { @@ -20802,7 +20808,7 @@ "hu": "Dátum és idő", "xloc": [ "default-mobile.handlebars->11->306", - "default.handlebars->47->2005" + "default.handlebars->47->2012" ] }, { @@ -20831,8 +20837,8 @@ "xloc": [ "default-mobile.handlebars->11->606", "default.handlebars->47->1276", - "default.handlebars->47->3117", - "default.handlebars->47->3120" + "default.handlebars->47->3124", + "default.handlebars->47->3127" ] }, { @@ -20859,8 +20865,8 @@ "zh-cht": "停用", "hu": "Deaktiválás", "xloc": [ - "default.handlebars->47->2167", - "default.handlebars->47->2231" + "default.handlebars->47->2174", + "default.handlebars->47->2238" ] }, { @@ -20887,7 +20893,7 @@ "zh-cht": "如果設置停用CCM", "hu": "CCM kikapcsolása ha be van állítva", "xloc": [ - "default.handlebars->47->2243" + "default.handlebars->47->2250" ] }, { @@ -20966,10 +20972,10 @@ "zh-cht": "默認", "hu": "Alapértelmezett", "xloc": [ - "default.handlebars->47->2755", - "default.handlebars->47->2804", - "default.handlebars->47->2815", - "default.handlebars->47->2889" + "default.handlebars->47->2762", + "default.handlebars->47->2811", + "default.handlebars->47->2822", + "default.handlebars->47->2896" ] }, { @@ -21030,7 +21036,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->1536", - "default.handlebars->47->2463", + "default.handlebars->47->2470", "default.handlebars->47->842", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -21069,7 +21075,7 @@ "hu": "Fiók törlése", "xloc": [ "default-mobile.handlebars->11->322", - "default.handlebars->47->2043" + "default.handlebars->47->2050" ] }, { @@ -21096,7 +21102,7 @@ "zh-cht": "刪除帳戶", "hu": "Fiókok törlése", "xloc": [ - "default.handlebars->47->2712" + "default.handlebars->47->2719" ] }, { @@ -21178,10 +21184,10 @@ "zh-cht": "刪除群組", "hu": "Csoport törlése", "xloc": [ - "default-mobile.handlebars->11->932", - "default-mobile.handlebars->11->935", - "default.handlebars->47->2219", - "default.handlebars->47->2260" + "default-mobile.handlebars->11->939", + "default-mobile.handlebars->11->942", + "default.handlebars->47->2226", + "default.handlebars->47->2267" ] }, { @@ -21260,7 +21266,7 @@ "zh-cht": "刪除用戶", "hu": "Felhasználó törlése", "xloc": [ - "default.handlebars->47->2962" + "default.handlebars->47->2969" ] }, { @@ -21287,8 +21293,8 @@ "zh-cht": "刪除用戶群組", "hu": "Felhasználói csoport törlése", "xloc": [ - "default.handlebars->47->2857", - "default.handlebars->47->2869" + "default.handlebars->47->2864", + "default.handlebars->47->2876" ] }, { @@ -21315,7 +21321,7 @@ "zh-cht": "刪除用戶群組", "hu": "Felhasználói csoportok törlése", "xloc": [ - "default.handlebars->47->2802" + "default.handlebars->47->2809" ] }, { @@ -21342,7 +21348,7 @@ "zh-cht": "刪除用戶{0}", "hu": "Felhasználó törlése: {0}", "xloc": [ - "default.handlebars->47->3030" + "default.handlebars->47->3037" ] }, { @@ -21370,7 +21376,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->2708", + "default.handlebars->47->2715", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -21425,7 +21431,7 @@ "zh-cht": "刪除群組", "hu": "Csoport törlése", "xloc": [ - "default.handlebars->47->2798" + "default.handlebars->47->2805" ] }, { @@ -21479,7 +21485,7 @@ "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "hu": "Rekurzív törlés: \\\"{0}\\\", {1} eltávolított elem(ek)", "xloc": [ - "default.handlebars->47->2525" + "default.handlebars->47->2532" ] }, { @@ -21509,7 +21515,7 @@ "default-mobile.handlebars->11->363", "default-mobile.handlebars->11->708", "default.handlebars->47->1538", - "default.handlebars->47->2465", + "default.handlebars->47->2472", "sharing.handlebars->11->63" ] }, @@ -21537,7 +21543,7 @@ "zh-cht": "刪除用戶群組{0}?", "hu": "Törli a(z) {0} felhasználói csoportot?", "xloc": [ - "default.handlebars->47->2867" + "default.handlebars->47->2874" ] }, { @@ -21567,7 +21573,7 @@ "default-mobile.handlebars->11->362", "default-mobile.handlebars->11->707", "default.handlebars->47->1537", - "default.handlebars->47->2464", + "default.handlebars->47->2471", "sharing.handlebars->11->62" ] }, @@ -21622,7 +21628,7 @@ "zh-cht": "刪除:“{0}”", "hu": "Törlés: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2524" + "default.handlebars->47->2531" ] }, { @@ -21649,7 +21655,7 @@ "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "hu": "Törlés: \\\"{0}\\\", {1} elem eltávolítva", "xloc": [ - "default.handlebars->47->2526" + "default.handlebars->47->2533" ] }, { @@ -21692,7 +21698,7 @@ "de": "Login des Benutzers von {0}, {1}, {2} verweigert", "es": "Se denego el inicio de sesion de {0}, {1}, {2}", "xloc": [ - "default.handlebars->47->2634" + "default.handlebars->47->2641" ] }, { @@ -21844,20 +21850,20 @@ "default-mobile.handlebars->11->487", "default-mobile.handlebars->11->624", "default-mobile.handlebars->11->785", - "default-mobile.handlebars->11->918", - "default-mobile.handlebars->11->941", + "default-mobile.handlebars->11->925", + "default-mobile.handlebars->11->948", "default.handlebars->47->1346", "default.handlebars->47->157", "default.handlebars->47->1603", "default.handlebars->47->1613", - "default.handlebars->47->2068", - "default.handlebars->47->2128", - "default.handlebars->47->2266", - "default.handlebars->47->2640", - "default.handlebars->47->2807", - "default.handlebars->47->2818", - "default.handlebars->47->2819", - "default.handlebars->47->2865", + "default.handlebars->47->2075", + "default.handlebars->47->2135", + "default.handlebars->47->2273", + "default.handlebars->47->2647", + "default.handlebars->47->2814", + "default.handlebars->47->2825", + "default.handlebars->47->2826", + "default.handlebars->47->2872", "default.handlebars->47->883", "default.handlebars->47->884", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -21915,12 +21921,12 @@ "default.handlebars->47->1076", "default.handlebars->47->1189", "default.handlebars->47->1464", - "default.handlebars->47->2197", - "default.handlebars->47->2272", - "default.handlebars->47->3090", - "default.handlebars->47->3150", - "default.handlebars->47->3200", - "default.handlebars->47->3295", + "default.handlebars->47->2204", + "default.handlebars->47->2279", + "default.handlebars->47->3097", + "default.handlebars->47->3157", + "default.handlebars->47->3207", + "default.handlebars->47->3302", "default.handlebars->47->848", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", "default.handlebars->contextMenu->cxdesktop", @@ -21954,7 +21960,7 @@ "xloc": [ "default.handlebars->47->1080", "default.handlebars->47->1192", - "default.handlebars->47->2201" + "default.handlebars->47->2208" ] }, { @@ -21982,7 +21988,7 @@ "hu": "Asztal + Terminál", "xloc": [ "default.handlebars->47->1077", - "default.handlebars->47->2198" + "default.handlebars->47->2205" ] }, { @@ -22011,7 +22017,7 @@ "xloc": [ "default.handlebars->47->1081", "default.handlebars->47->1194", - "default.handlebars->47->2202" + "default.handlebars->47->2209" ] }, { @@ -22065,7 +22071,7 @@ "zh-cht": "桌面多路復用", "hu": "Asztal Multiplex", "xloc": [ - "default.handlebars->47->3300" + "default.handlebars->47->3307" ] }, { @@ -22092,9 +22098,9 @@ "zh-cht": "桌面通知", "hu": "Asztal kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2148", - "default.handlebars->47->2826", - "default.handlebars->47->2931", + "default.handlebars->47->2155", + "default.handlebars->47->2833", + "default.handlebars->47->2938", "default.handlebars->47->954" ] }, @@ -22122,9 +22128,9 @@ "zh-cht": "桌面提示", "hu": "Asztal kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2147", - "default.handlebars->47->2825", - "default.handlebars->47->2930", + "default.handlebars->47->2154", + "default.handlebars->47->2832", + "default.handlebars->47->2937", "default.handlebars->47->953" ] }, @@ -22152,9 +22158,9 @@ "zh-cht": "桌面提示+工具欄", "hu": "Asztal kapcsolat engedélykérés és eszköztár", "xloc": [ - "default.handlebars->47->2145", - "default.handlebars->47->2823", - "default.handlebars->47->2928", + "default.handlebars->47->2152", + "default.handlebars->47->2830", + "default.handlebars->47->2935", "default.handlebars->47->951" ] }, @@ -22182,7 +22188,7 @@ "zh-cht": "桌面會話", "hu": "Asztal munkamenet", "xloc": [ - "default.handlebars->47->3083" + "default.handlebars->47->3090" ] }, { @@ -22289,9 +22295,9 @@ "zh-cht": "桌面工具欄", "hu": "Asztal kapcsolat eszköztár", "xloc": [ - "default.handlebars->47->2146", - "default.handlebars->47->2824", - "default.handlebars->47->2929", + "default.handlebars->47->2153", + "default.handlebars->47->2831", + "default.handlebars->47->2936", "default.handlebars->47->952" ] }, @@ -22319,7 +22325,7 @@ "zh-cht": "僅桌面視圖", "hu": "Asztal csak megtekintés", "xloc": [ - "default.handlebars->47->2904" + "default.handlebars->47->2911" ] }, { @@ -22459,7 +22465,7 @@ "default-mobile.handlebars->11->565", "default.handlebars->47->1130", "default.handlebars->47->1155", - "default.handlebars->47->2363", + "default.handlebars->47->2370", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -22517,12 +22523,12 @@ "xloc": [ "default-mobile.handlebars->11->780", "default.handlebars->47->1598", - "default.handlebars->47->1791", - "default.handlebars->47->2300", + "default.handlebars->47->1798", + "default.handlebars->47->2307", "default.handlebars->47->281", - "default.handlebars->47->3049", - "default.handlebars->47->3116", - "default.handlebars->47->3134", + "default.handlebars->47->3056", + "default.handlebars->47->3123", + "default.handlebars->47->3141", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -22660,7 +22666,7 @@ "zh-cht": "設備詳情", "hu": "Eszköz részéletek elérése", "xloc": [ - "default.handlebars->47->2324" + "default.handlebars->47->2331" ] }, { @@ -22715,18 +22721,18 @@ "hu": "Eszköz csoport", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->1003", - "default.handlebars->47->2295", - "default.handlebars->47->2298", - "default.handlebars->47->2299", - "default.handlebars->47->2657", - "default.handlebars->47->2849", - "default.handlebars->47->2855", - "default.handlebars->47->3037", - "default.handlebars->47->3099", - "default.handlebars->47->3123", - "default.handlebars->47->3137", - "default.handlebars->47->3217" + "default-mobile.handlebars->11->1010", + "default.handlebars->47->2302", + "default.handlebars->47->2305", + "default.handlebars->47->2306", + "default.handlebars->47->2664", + "default.handlebars->47->2856", + "default.handlebars->47->2862", + "default.handlebars->47->3044", + "default.handlebars->47->3106", + "default.handlebars->47->3130", + "default.handlebars->47->3144", + "default.handlebars->47->3224" ] }, { @@ -22753,8 +22759,8 @@ "zh-cht": "裝置群用戶", "hu": "Eszköz Csoport Felhasználó", "xloc": [ - "default-mobile.handlebars->11->992", - "default.handlebars->47->2370" + "default-mobile.handlebars->11->999", + "default.handlebars->47->2377" ] }, { @@ -22782,11 +22788,11 @@ "hu": "Eszköz csoportok", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->47->2673", - "default.handlebars->47->2792", - "default.handlebars->47->2836", - "default.handlebars->47->2925", - "default.handlebars->47->3273", + "default.handlebars->47->2680", + "default.handlebars->47->2799", + "default.handlebars->47->2843", + "default.handlebars->47->2932", + "default.handlebars->47->3280", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -22897,7 +22903,7 @@ "xloc": [ "default-mobile.handlebars->11->622", "default.handlebars->47->1344", - "default.handlebars->47->3098", + "default.handlebars->47->3105", "default.handlebars->47->493", "default.handlebars->47->502", "player.handlebars->3->25" @@ -22955,13 +22961,13 @@ "zh-cht": "設備配對鏈接", "hu": "Eszköz párosítás link", "xloc": [ - "default-mobile.handlebars->11->946" + "default-mobile.handlebars->11->953" ] }, { "en": "Device Powered On", "xloc": [ - "default.handlebars->47->2638" + "default.handlebars->47->2645" ] }, { @@ -22988,7 +22994,7 @@ "zh-cht": "設備推送", "hu": "Device Push", "xloc": [ - "default.handlebars->47->2944" + "default.handlebars->47->2951" ] }, { @@ -23001,7 +23007,7 @@ "de": "Aufzeichnungen zu Push-Benachrichtigungen des Geräts", "es": "Registro de Notificaciones Push del dispositivo", "xloc": [ - "default.handlebars->47->3197" + "default.handlebars->47->3204" ] }, { @@ -23014,7 +23020,7 @@ "de": "SMBIOS Geräteaufzeichnungen", "es": "Registro SMBIOS del dispositivo", "xloc": [ - "default.handlebars->47->3196" + "default.handlebars->47->3203" ] }, { @@ -23090,7 +23096,7 @@ "hu": "Eszközmegosztási link", "xloc": [ "default.handlebars->47->1073", - "default.handlebars->47->2194" + "default.handlebars->47->2201" ] }, { @@ -23230,10 +23236,10 @@ "default.handlebars->47->1099", "default.handlebars->47->1103", "default.handlebars->47->1107", - "default.handlebars->47->2031", - "default.handlebars->47->2397", - "default.handlebars->47->2401", - "default.handlebars->47->2405" + "default.handlebars->47->2038", + "default.handlebars->47->2404", + "default.handlebars->47->2408", + "default.handlebars->47->2412" ] }, { @@ -23263,10 +23269,10 @@ "default.handlebars->47->1100", "default.handlebars->47->1104", "default.handlebars->47->1108", - "default.handlebars->47->2032", - "default.handlebars->47->2398", - "default.handlebars->47->2402", - "default.handlebars->47->2406" + "default.handlebars->47->2039", + "default.handlebars->47->2405", + "default.handlebars->47->2409", + "default.handlebars->47->2413" ] }, { @@ -23293,7 +23299,7 @@ "zh-cht": "設備組已創建:{0}", "hu": "Eszközcsoport létrehozva: {0}", "xloc": [ - "default.handlebars->47->2555" + "default.handlebars->47->2562" ] }, { @@ -23320,7 +23326,7 @@ "zh-cht": "設備組已刪除:{0}", "hu": "Eszközcsoport törölve: {0}", "xloc": [ - "default.handlebars->47->2556" + "default.handlebars->47->2563" ] }, { @@ -23347,7 +23353,7 @@ "zh-cht": "設備組成員身份已更改:{0}", "hu": "Eszközcsoport tagság megváltozott: {0}", "xloc": [ - "default.handlebars->47->2557" + "default.handlebars->47->2564" ] }, { @@ -23402,7 +23408,7 @@ "zh-cht": "設備組通知已更改", "hu": "Eszközcsoport értesítés megváltozott", "xloc": [ - "default.handlebars->47->2552" + "default.handlebars->47->2559" ] }, { @@ -23415,7 +23421,7 @@ "de": "Gerätegruppenaufzeichnungen", "es": "Registro de grupo de dispositivos", "xloc": [ - "default.handlebars->47->3182" + "default.handlebars->47->3189" ] }, { @@ -23442,7 +23448,7 @@ "zh-cht": "未刪除的設備組:{0}", "hu": "Eszközcsoport törlés visszavonva: {0}", "xloc": [ - "default.handlebars->47->2535" + "default.handlebars->47->2542" ] }, { @@ -23469,7 +23475,7 @@ "zh-cht": "設備組 {0} 已更改:{1}", "hu": "{0} eszközcsoport :{1} megváltozott", "xloc": [ - "default.handlebars->47->2621" + "default.handlebars->47->2628" ] }, { @@ -23509,7 +23515,7 @@ "de": "Aufzeichnungen zu Geräteinformationen", "es": "Registro de informacion de dispossitivos", "xloc": [ - "default.handlebars->47->3184" + "default.handlebars->47->3191" ] }, { @@ -24075,7 +24081,7 @@ "hu": "Eszköz energiaellátás változás rekordok", "es": "Registro de cambios en origen de poder", "xloc": [ - "default.handlebars->47->3190" + "default.handlebars->47->3197" ] }, { @@ -24088,7 +24094,7 @@ "de": "Geräteaufzeichnungen", "es": "Registro de dispotitivos", "xloc": [ - "default.handlebars->47->3181" + "default.handlebars->47->3188" ] }, { @@ -24115,7 +24121,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->2590" + "default.handlebars->47->2597" ] }, { @@ -24142,7 +24148,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->2537" + "default.handlebars->47->2544" ] }, { @@ -24155,7 +24161,7 @@ "de": "Aufzeichnungen zu Geräte-Teilen", "es": "Registros de uso compartido de dispositivos", "xloc": [ - "default.handlebars->47->3194" + "default.handlebars->47->3201" ] }, { @@ -24168,7 +24174,7 @@ "de": "Aufzeichnungen zu Geräten, Benutzern und Weiteres", "es": "Dispositivo, usuarios, grupos y otros registros", "xloc": [ - "default.handlebars->47->3198" + "default.handlebars->47->3205" ] }, { @@ -24219,9 +24225,9 @@ "zh-cht": "裝置", "hu": "Eszközök", "xloc": [ - "default.handlebars->47->2217", - "default.handlebars->47->2793", - "default.handlebars->47->2837" + "default.handlebars->47->2224", + "default.handlebars->47->2800", + "default.handlebars->47->2844" ] }, { @@ -24463,7 +24469,7 @@ "zh-cht": "禁用的電子郵件兩因素身份驗證", "hu": "Kétfaktoros e-mail hitelesítés kikapcsolása", "xloc": [ - "default.handlebars->47->2568" + "default.handlebars->47->2575" ] }, { @@ -24494,7 +24500,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->2158", + "default.handlebars->47->2165", "default.handlebars->47->964", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", @@ -24704,8 +24710,8 @@ "de": "Discord", "es": "Discord", "xloc": [ - "default.handlebars->47->1753", - "default.handlebars->47->2976" + "default.handlebars->47->1760", + "default.handlebars->47->2983" ] }, { @@ -24895,7 +24901,7 @@ "zh-cht": "顯示裝置群名稱", "hu": "Eszközcsoport nevének megjelenítése", "xloc": [ - "default.handlebars->47->2030" + "default.handlebars->47->2037" ] }, { @@ -24949,7 +24955,7 @@ "zh-cht": "顯示公共鏈結", "hu": "Publikus link megjelenítése", "xloc": [ - "default.handlebars->47->2436" + "default.handlebars->47->2443" ] }, { @@ -24984,7 +24990,7 @@ "nl": "Waarschuwingsvenster weergeven, title=\\\"{0}\\\", message=\\\"{1}\\\"", "pl": "Wyświetl okno powiadomienia, tytuł=\\\"{0}\\\", wiadomość=\\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2637" + "default.handlebars->47->2644" ] }, { @@ -25011,7 +25017,7 @@ "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "hu": "Üzenetdoboz megjelenítése, cím=\\\"{0}\\\", üzenet=\\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2497" + "default.handlebars->47->2504" ] }, { @@ -25038,7 +25044,7 @@ "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "hu": "Alkalmazás üzenet megjelenítése, title=\\\"{0}\\\", message=\\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2505" + "default.handlebars->47->2512" ] }, { @@ -25065,8 +25071,8 @@ "zh-cht": "什麼都不做", "hu": "Ne csináljon semmit", "xloc": [ - "default.handlebars->47->2246", - "default.handlebars->47->2250" + "default.handlebars->47->2253", + "default.handlebars->47->2257" ] }, { @@ -25095,10 +25101,10 @@ "xloc": [ "default.handlebars->47->126", "default.handlebars->47->1370", - "default.handlebars->47->2756", - "default.handlebars->47->2805", - "default.handlebars->47->2814", - "default.handlebars->47->2888", + "default.handlebars->47->2763", + "default.handlebars->47->2812", + "default.handlebars->47->2821", + "default.handlebars->47->2895", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -25151,7 +25157,7 @@ "zh-cht": "請勿更改,如果設置請保留CCM", "hu": "Ne módosítsa, tartsa meg a CCM-et, ha beállítva van", "xloc": [ - "default.handlebars->47->2242" + "default.handlebars->47->2249" ] }, { @@ -25202,7 +25208,7 @@ "zh-cht": "不要連接到伺服器", "hu": "Ne csatlakozzon a kiszolgálóhoz", "xloc": [ - "default.handlebars->47->2251" + "default.handlebars->47->2258" ] }, { @@ -25581,7 +25587,7 @@ "zh-cht": "下載報告", "hu": "Jelentés letöltése", "xloc": [ - "default.handlebars->47->2662", + "default.handlebars->47->2669", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -25691,7 +25697,7 @@ "zh-cht": "下載設備列表", "hu": "Eszközlista letöltése", "xloc": [ - "default.handlebars->47->2215" + "default.handlebars->47->2222" ] }, { @@ -25907,7 +25913,7 @@ "zh-cht": "使用以下一種檔案格式下載事件列表。", "hu": "Töltse le az események listáját az alábbi fájlformátumokban.", "xloc": [ - "default.handlebars->47->2663" + "default.handlebars->47->2670" ] }, { @@ -25934,7 +25940,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->2740" + "default.handlebars->47->2747" ] }, { @@ -26044,7 +26050,7 @@ "zh-cht": "下載:“{0}”", "hu": "Letöltés: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2528" + "default.handlebars->47->2535" ] }, { @@ -26071,7 +26077,7 @@ "zh-cht": "下載:\\\"{0}\\\",大小:{1}", "hu": "Letöltés: \\\"{0}\\\", Méret: {1}", "xloc": [ - "default.handlebars->47->2585" + "default.handlebars->47->2592" ] }, { @@ -26125,7 +26131,7 @@ "zh-cht": "代理重複", "hu": "Duplikált Agent", "xloc": [ - "default.handlebars->47->3269" + "default.handlebars->47->3276" ] }, { @@ -26179,7 +26185,7 @@ "zh-cht": "複製用戶群", "hu": "Felhasználó csoport duplikálása", "xloc": [ - "default.handlebars->47->2809" + "default.handlebars->47->2816" ] }, { @@ -26233,8 +26239,8 @@ "default.handlebars->47->1225", "default.handlebars->47->287", "default.handlebars->47->289", - "default.handlebars->47->3078", - "default.handlebars->47->3104", + "default.handlebars->47->3085", + "default.handlebars->47->3111", "player.handlebars->3->18" ] }, @@ -26287,7 +26293,7 @@ "hu": "holland (Belga)", "xloc": [ "default-mobile.handlebars->11->150", - "default.handlebars->47->1849", + "default.handlebars->47->1856", "login2.handlebars->7->47" ] }, @@ -26316,7 +26322,7 @@ "hu": "holland", "xloc": [ "default-mobile.handlebars->11->149", - "default.handlebars->47->1848", + "default.handlebars->47->1855", "login2.handlebars->7->46" ] }, @@ -26762,17 +26768,17 @@ "zh-cht": "編輯裝置群", "hu": "Eszközcsoport szerkesztés", "xloc": [ - "default-mobile.handlebars->11->936", - "default-mobile.handlebars->11->939", - "default-mobile.handlebars->11->942", + "default-mobile.handlebars->11->943", + "default-mobile.handlebars->11->946", "default-mobile.handlebars->11->949", - "default-mobile.handlebars->11->969", - "default.handlebars->47->2261", - "default.handlebars->47->2264", - "default.handlebars->47->2267", - "default.handlebars->47->2304", - "default.handlebars->47->2331", - "default.handlebars->47->2343" + "default-mobile.handlebars->11->956", + "default-mobile.handlebars->11->976", + "default.handlebars->47->2268", + "default.handlebars->47->2271", + "default.handlebars->47->2274", + "default.handlebars->47->2311", + "default.handlebars->47->2338", + "default.handlebars->47->2350" ] }, { @@ -26799,7 +26805,7 @@ "zh-cht": "編輯裝置群功能", "hu": "Eszköz Csoport funkciók szerkesztése", "xloc": [ - "default.handlebars->47->2290" + "default.handlebars->47->2297" ] }, { @@ -26826,8 +26832,8 @@ "zh-cht": "編輯裝置群權限", "hu": "Eszközcsoport engedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2328", - "default.handlebars->47->2340" + "default.handlebars->47->2335", + "default.handlebars->47->2347" ] }, { @@ -26854,7 +26860,7 @@ "zh-cht": "編輯裝置群用戶同意", "hu": "Eszközcsoport felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2268" + "default.handlebars->47->2275" ] }, { @@ -26881,8 +26887,8 @@ "zh-cht": "編輯裝置筆記", "hu": "Eszköz jegyzetek szerkesztése", "xloc": [ - "default-mobile.handlebars->11->961", - "default.handlebars->47->2318" + "default-mobile.handlebars->11->968", + "default.handlebars->47->2325" ] }, { @@ -26909,8 +26915,8 @@ "zh-cht": "編輯裝置權限", "hu": "Eszköz engedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2333", - "default.handlebars->47->2335" + "default.handlebars->47->2340", + "default.handlebars->47->2342" ] }, { @@ -26964,7 +26970,7 @@ "zh-cht": "編輯裝置用戶同意", "hu": "Felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2270" + "default.handlebars->47->2277" ] }, { @@ -27052,8 +27058,8 @@ "zh-cht": "編輯筆記", "hu": "Jegyzetek szerkesztése", "xloc": [ - "default-mobile.handlebars->11->976", - "default.handlebars->47->2350" + "default-mobile.handlebars->11->983", + "default.handlebars->47->2357" ] }, { @@ -27080,7 +27086,7 @@ "zh-cht": "編輯用戶同意", "hu": "Felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2269" + "default.handlebars->47->2276" ] }, { @@ -27107,7 +27113,7 @@ "zh-cht": "編輯用戶裝置群權限", "hu": "Felhasználói eszközcsoport engedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2341" + "default.handlebars->47->2348" ] }, { @@ -27134,7 +27140,7 @@ "zh-cht": "編輯用戶裝置權限", "hu": "Felhasználói eszközengedélyek szerkesztése", "xloc": [ - "default.handlebars->47->2336" + "default.handlebars->47->2343" ] }, { @@ -27161,7 +27167,7 @@ "zh-cht": "編輯用戶特徵", "hu": "Felhasználói funkciók szerkesztése", "xloc": [ - "default.handlebars->47->3013" + "default.handlebars->47->3020" ] }, { @@ -27188,7 +27194,7 @@ "zh-cht": "編輯用戶群", "hu": "Felhasználói csoport szerkesztése", "xloc": [ - "default.handlebars->47->2866" + "default.handlebars->47->2873" ] }, { @@ -27215,7 +27221,7 @@ "zh-cht": "編輯用戶群裝置權限", "hu": "Felhasználói csoport eszköz engedélyeinek szerkesztése", "xloc": [ - "default.handlebars->47->2338" + "default.handlebars->47->2345" ] }, { @@ -27242,7 +27248,7 @@ "zh-cht": "編輯用戶組功能", "hu": "Felhasználói Csoportok funkciók szerkesztése", "xloc": [ - "default.handlebars->47->2859" + "default.handlebars->47->2866" ] }, { @@ -27269,7 +27275,7 @@ "zh-cht": "編輯用戶組用戶同意", "hu": "Felhasználói Csoport felhasználói hozzájárulások szerkesztése", "xloc": [ - "default.handlebars->47->2271" + "default.handlebars->47->2278" ] }, { @@ -27403,12 +27409,12 @@ "hu": "Email", "xloc": [ "default-mobile.handlebars->11->316", - "default.handlebars->47->2758", - "default.handlebars->47->2892", - "default.handlebars->47->2894", - "default.handlebars->47->2942", - "default.handlebars->47->2955", - "default.handlebars->47->3016", + "default.handlebars->47->2765", + "default.handlebars->47->2899", + "default.handlebars->47->2901", + "default.handlebars->47->2949", + "default.handlebars->47->2962", + "default.handlebars->47->3023", "default.handlebars->47->544", "login-mobile.handlebars->5->45", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -27432,7 +27438,7 @@ "de": "E-Mail ({0})", "es": "Correo Electronico ({0})", "xloc": [ - "default.handlebars->47->2160", + "default.handlebars->47->2167", "default.handlebars->47->966" ] }, @@ -27461,7 +27467,7 @@ "hu": "E-mail cím módosítása", "xloc": [ "default-mobile.handlebars->11->317", - "default.handlebars->47->2039" + "default.handlebars->47->2046" ] }, { @@ -27489,7 +27495,7 @@ "hu": "E-mail hitelesítés", "xloc": [ "default-mobile.handlebars->11->101", - "default.handlebars->47->1779" + "default.handlebars->47->1786" ] }, { @@ -27604,7 +27610,7 @@ "hu": "Email értesítés", "xloc": [ "default.handlebars->47->1102", - "default.handlebars->47->2400" + "default.handlebars->47->2407" ] }, { @@ -27656,7 +27662,7 @@ "hu": "Email megerősítés", "xloc": [ "default-mobile.handlebars->11->315", - "default.handlebars->47->2037" + "default.handlebars->47->2044" ] }, { @@ -27683,8 +27689,8 @@ "zh-cht": "不允許使用電子郵件域 \\\"{0}\\\"。只允許 ({1})", "hu": "A \\\"{0}\\\" e-mail domain nem engedélyezett. Csak ({1}) engedélyezett", "xloc": [ - "default-mobile.handlebars->11->1034", - "default.handlebars->47->3248" + "default-mobile.handlebars->11->1041", + "default.handlebars->47->3255" ] }, { @@ -27738,7 +27744,7 @@ "zh-cht": "電郵未驗證", "hu": "Az e-mail cím nincs megerősítve.", "xloc": [ - "default.handlebars->47->2693" + "default.handlebars->47->2700" ] }, { @@ -27765,8 +27771,8 @@ "zh-cht": "電子郵件已驗證", "hu": "Az e-mail cím megerősítve.", "xloc": [ - "default.handlebars->47->2694", - "default.handlebars->47->2886" + "default.handlebars->47->2701", + "default.handlebars->47->2893" ] }, { @@ -27793,7 +27799,7 @@ "zh-cht": "電郵已驗證。", "hu": "Az e-mail cím megerősítve.", "xloc": [ - "default.handlebars->47->2764" + "default.handlebars->47->2771" ] }, { @@ -27820,7 +27826,7 @@ "zh-cht": "電郵未驗證", "hu": "Az e-mail cím nincs megerősítve.", "xloc": [ - "default.handlebars->47->2887" + "default.handlebars->47->2894" ] }, { @@ -27871,8 +27877,8 @@ "zh-cht": "電郵已發送。", "hu": "E-mail elküldve.", "xloc": [ - "default-mobile.handlebars->11->1018", - "default.handlebars->47->3232", + "default-mobile.handlebars->11->1025", + "default.handlebars->47->3239", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->201" @@ -27955,7 +27961,7 @@ "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "hu": "E-mail megerősített és kötelező jelszó-visszaállítás szükséges.", "xloc": [ - "default.handlebars->47->2765" + "default.handlebars->47->2772" ] }, { @@ -28006,7 +28012,7 @@ "zh-cht": "電子郵件/短信/推送流量", "hu": "E-mail/SMS/Push forgalom", "xloc": [ - "default.handlebars->47->3328" + "default.handlebars->47->3335" ] }, { @@ -28120,7 +28126,7 @@ "zh-cht": "啟用邀請代碼", "hu": "Meghívókódok engedélyezése", "xloc": [ - "default.handlebars->47->2376" + "default.handlebars->47->2383" ] }, { @@ -28175,7 +28181,7 @@ "hu": "Kétfaktoros e-mail hitelesítés engedélyezése.", "xloc": [ "default-mobile.handlebars->11->103", - "default.handlebars->47->1781" + "default.handlebars->47->1788" ] }, { @@ -28232,7 +28238,7 @@ "default-mobile.handlebars->11->873", "default.handlebars->47->129", "default.handlebars->47->1701", - "default.handlebars->47->3106" + "default.handlebars->47->3113" ] }, { @@ -28259,7 +28265,7 @@ "zh-cht": "啟用電子郵件兩因素身份驗證", "hu": "Kétfaktoros e-mail hitelesítés engedélyezve", "xloc": [ - "default.handlebars->47->2567" + "default.handlebars->47->2574" ] }, { @@ -28430,7 +28436,7 @@ "zh-cht": "時間結束", "hu": "Befejezés ideje", "xloc": [ - "default.handlebars->47->3103" + "default.handlebars->47->3110" ] }, { @@ -28457,7 +28463,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->2490" + "default.handlebars->47->2497" ] }, { @@ -28484,7 +28490,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->2491" + "default.handlebars->47->2498" ] }, { @@ -28511,7 +28517,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->2600" + "default.handlebars->47->2607" ] }, { @@ -28538,7 +28544,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->2591" + "default.handlebars->47->2598" ] }, { @@ -28565,7 +28571,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->2488" + "default.handlebars->47->2495" ] }, { @@ -28592,7 +28598,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->2489" + "default.handlebars->47->2496" ] }, { @@ -28620,7 +28626,7 @@ "hu": "angol", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->47->1850", + "default.handlebars->47->1857", "login2.handlebars->7->48" ] }, @@ -28649,7 +28655,7 @@ "hu": "angol (Ausztrália)", "xloc": [ "default-mobile.handlebars->11->152", - "default.handlebars->47->1851", + "default.handlebars->47->1858", "login2.handlebars->7->49" ] }, @@ -28678,7 +28684,7 @@ "hu": "angol (Belize)", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->47->1852", + "default.handlebars->47->1859", "login2.handlebars->7->50" ] }, @@ -28707,7 +28713,7 @@ "hu": "angol (Kanada)", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->47->1853", + "default.handlebars->47->1860", "login2.handlebars->7->51" ] }, @@ -28736,7 +28742,7 @@ "hu": "angol (Írország)", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->47->1854", + "default.handlebars->47->1861", "login2.handlebars->7->52" ] }, @@ -28765,7 +28771,7 @@ "hu": "angol (Jamaika)", "xloc": [ "default-mobile.handlebars->11->156", - "default.handlebars->47->1855", + "default.handlebars->47->1862", "login2.handlebars->7->53" ] }, @@ -28794,7 +28800,7 @@ "hu": "angol (Új-Zéland)", "xloc": [ "default-mobile.handlebars->11->157", - "default.handlebars->47->1856", + "default.handlebars->47->1863", "login2.handlebars->7->54" ] }, @@ -28823,7 +28829,7 @@ "hu": "angol (Fülöp-szigetek)", "xloc": [ "default-mobile.handlebars->11->158", - "default.handlebars->47->1857", + "default.handlebars->47->1864", "login2.handlebars->7->55" ] }, @@ -28852,7 +28858,7 @@ "hu": "angol (Dél-Afrika)", "xloc": [ "default-mobile.handlebars->11->159", - "default.handlebars->47->1858", + "default.handlebars->47->1865", "login2.handlebars->7->56" ] }, @@ -28881,7 +28887,7 @@ "hu": "angol (Trinidad és Tobago)", "xloc": [ "default-mobile.handlebars->11->160", - "default.handlebars->47->1859", + "default.handlebars->47->1866", "login2.handlebars->7->57" ] }, @@ -28910,7 +28916,7 @@ "hu": "angol (Egyesült Királyság)", "xloc": [ "default-mobile.handlebars->11->161", - "default.handlebars->47->1860", + "default.handlebars->47->1867", "login2.handlebars->7->58" ] }, @@ -28939,7 +28945,7 @@ "hu": "angol (USA)", "xloc": [ "default-mobile.handlebars->11->162", - "default.handlebars->47->1861", + "default.handlebars->47->1868", "login2.handlebars->7->59" ] }, @@ -28968,7 +28974,7 @@ "hu": "angol (Zimbabwe)", "xloc": [ "default-mobile.handlebars->11->163", - "default.handlebars->47->1862", + "default.handlebars->47->1869", "login2.handlebars->7->60" ] }, @@ -29023,8 +29029,8 @@ "default-mobile.handlebars->11->638", "default.handlebars->47->1392", "default.handlebars->47->1529", - "default.handlebars->47->2076", - "default.handlebars->47->2077", + "default.handlebars->47->2083", + "default.handlebars->47->2084", "sharing.handlebars->11->55" ] }, @@ -29052,7 +29058,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->2769" + "default.handlebars->47->2776" ] }, { @@ -29288,7 +29294,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->1745" + "default.handlebars->47->1752" ] }, { @@ -29300,7 +29306,7 @@ "de": "Geben Sie ihren Messengerdienst und Nutzernamen ein. Sobald Sie verifiziert sind, kann dieser Server Ihnen Loginverifikationen und andere Benachrichtigungen senden.", "es": "Ingresa a tu servicio de mensajería y Usuario. Una vez verificado, este servidor puede enviarle verificación de inicio de sesión y otras notificaciones.", "xloc": [ - "default.handlebars->47->1751" + "default.handlebars->47->1758" ] }, { @@ -29454,8 +29460,8 @@ "zh-cht": "錯誤,邀請碼 \\\"{0}\\\" 已在使用中。", "hu": "Hiba, a \\\"{0}\\\" meghívókód már használatban van.", "xloc": [ - "default-mobile.handlebars->11->1026", - "default.handlebars->47->3240" + "default-mobile.handlebars->11->1033", + "default.handlebars->47->3247" ] }, { @@ -29482,8 +29488,8 @@ "zh-cht": "錯誤,密碼未更改。", "hu": "Hiba, a jelszó nem módosult.", "xloc": [ - "default-mobile.handlebars->11->1023", - "default.handlebars->47->3237" + "default-mobile.handlebars->11->1030", + "default.handlebars->47->3244" ] }, { @@ -29510,8 +29516,8 @@ "zh-cht": "錯誤,無法更改為常用密碼。", "hu": "Hiba, nem lehet átváltani a gyakran használt jelszóra.", "xloc": [ - "default-mobile.handlebars->11->1022", - "default.handlebars->47->3236" + "default-mobile.handlebars->11->1029", + "default.handlebars->47->3243" ] }, { @@ -29538,8 +29544,8 @@ "zh-cht": "錯誤,無法更改為以前使用的密碼。", "hu": "Hiba, nem lehet átváltani a korábban használt jelszóra.", "xloc": [ - "default-mobile.handlebars->11->1021", - "default.handlebars->47->3235" + "default-mobile.handlebars->11->1028", + "default.handlebars->47->3242" ] }, { @@ -29631,7 +29637,7 @@ "hu": "eszperantó", "xloc": [ "default-mobile.handlebars->11->164", - "default.handlebars->47->1863", + "default.handlebars->47->1870", "login2.handlebars->7->61" ] }, @@ -29684,7 +29690,7 @@ "hu": "észt", "xloc": [ "default-mobile.handlebars->11->165", - "default.handlebars->47->1864", + "default.handlebars->47->1871", "login2.handlebars->7->62" ] }, @@ -29763,7 +29769,7 @@ "zh-cht": "事件列表輸出", "hu": "Eseménylista exportálás", "xloc": [ - "default.handlebars->47->2668" + "default.handlebars->47->2675" ] }, { @@ -29776,7 +29782,7 @@ "de": "Eventaufzeichnungen", "es": "Registro de eventos", "xloc": [ - "default.handlebars->47->3191" + "default.handlebars->47->3198" ] }, { @@ -29971,7 +29977,7 @@ "hu": "Lejárati idő", "xloc": [ "default.handlebars->47->1220", - "default.handlebars->47->2027", + "default.handlebars->47->2034", "default.handlebars->47->292" ] }, @@ -30026,7 +30032,7 @@ "zh-cht": "過期{0}", "hu": "Lejárat {0}", "xloc": [ - "default.handlebars->47->2090", + "default.handlebars->47->2097", "sharing.handlebars->11->95" ] }, @@ -30137,7 +30143,7 @@ "zh-cht": "外部", "hu": "Külső", "xloc": [ - "default.handlebars->47->3308" + "default.handlebars->47->3315" ] }, { @@ -30164,7 +30170,7 @@ "zh-cht": "FIDO 密鑰", "hu": "FIDO kulcs", "xloc": [ - "default.handlebars->47->3171" + "default.handlebars->47->3178" ] }, { @@ -30219,7 +30225,7 @@ "hu": "FYRO macedón", "xloc": [ "default-mobile.handlebars->11->215", - "default.handlebars->47->1914", + "default.handlebars->47->1921", "login2.handlebars->7->112" ] }, @@ -30232,8 +30238,8 @@ "de": "Facebook", "es": "Facebook", "xloc": [ - "default.handlebars->47->1765", - "default.handlebars->47->2988" + "default.handlebars->47->1772", + "default.handlebars->47->2995" ] }, { @@ -30261,7 +30267,7 @@ "hu": "feröer-szigeteki", "xloc": [ "default-mobile.handlebars->11->166", - "default.handlebars->47->1865", + "default.handlebars->47->1872", "login2.handlebars->7->63" ] }, @@ -30316,8 +30322,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->1017", - "default.handlebars->47->3231" + "default-mobile.handlebars->11->1024", + "default.handlebars->47->3238" ] }, { @@ -30397,7 +30403,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->2513" + "default.handlebars->47->2520" ] }, { @@ -30448,7 +30454,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->2520" + "default.handlebars->47->2527" ] }, { @@ -30530,7 +30536,7 @@ "hu": "fárszi (perzsa)", "xloc": [ "default-mobile.handlebars->11->167", - "default.handlebars->47->1866", + "default.handlebars->47->1873", "login2.handlebars->7->64" ] }, @@ -30587,9 +30593,9 @@ "zh-cht": "功能", "hu": "Funkciók", "xloc": [ - "default.handlebars->47->2144", - "default.handlebars->47->2822", - "default.handlebars->47->2913" + "default.handlebars->47->2151", + "default.handlebars->47->2829", + "default.handlebars->47->2920" ] }, { @@ -30617,7 +30623,7 @@ "hu": "fidzsi", "xloc": [ "default-mobile.handlebars->11->168", - "default.handlebars->47->1867", + "default.handlebars->47->1874", "login2.handlebars->7->65" ] }, @@ -30674,7 +30680,7 @@ "xloc": [ "default-mobile.handlebars->11->711", "default.handlebars->47->1541", - "default.handlebars->47->2469", + "default.handlebars->47->2476", "default.handlebars->47->840", "sharing.handlebars->11->66" ] @@ -30770,8 +30776,10 @@ "xloc": [ "default-mobile.handlebars->11->871", "default-mobile.handlebars->11->883", + "default-mobile.handlebars->11->890", "default.handlebars->47->1699", - "default.handlebars->47->1711" + "default.handlebars->47->1711", + "default.handlebars->47->1718" ] }, { @@ -30798,7 +30806,7 @@ "zh-cht": "文件傳輸", "hu": "Fálj átvitel", "xloc": [ - "default.handlebars->47->3084" + "default.handlebars->47->3091" ] }, { @@ -30856,12 +30864,12 @@ "default-mobile.handlebars->11->564", "default.handlebars->47->1078", "default.handlebars->47->1191", - "default.handlebars->47->2199", - "default.handlebars->47->2279", - "default.handlebars->47->3091", - "default.handlebars->47->3151", - "default.handlebars->47->3201", - "default.handlebars->47->3296", + "default.handlebars->47->2206", + "default.handlebars->47->2286", + "default.handlebars->47->3098", + "default.handlebars->47->3158", + "default.handlebars->47->3208", + "default.handlebars->47->3303", "default.handlebars->47->459", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles", @@ -30919,9 +30927,9 @@ "zh-cht": "檔案通知", "hu": "Fájl kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2152", - "default.handlebars->47->2830", - "default.handlebars->47->2935", + "default.handlebars->47->2159", + "default.handlebars->47->2837", + "default.handlebars->47->2942", "default.handlebars->47->958" ] }, @@ -30949,9 +30957,9 @@ "zh-cht": "檔案提示", "hu": "Fájl kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2151", - "default.handlebars->47->2829", - "default.handlebars->47->2934", + "default.handlebars->47->2158", + "default.handlebars->47->2836", + "default.handlebars->47->2941", "default.handlebars->47->957" ] }, @@ -31097,7 +31105,7 @@ "zh-cht": "已完成錄製會話 \\\"{0}\\\",{1} 秒", "hu": "Felvétel kész, \\\"{0}\\\", {1} másodperc", "xloc": [ - "default.handlebars->47->2625" + "default.handlebars->47->2632" ] }, { @@ -31124,7 +31132,7 @@ "zh-cht": "錄製會話已完成,{0}秒", "hu": "Felvétel kész, {0} másodperc", "xloc": [ - "default.handlebars->47->2486" + "default.handlebars->47->2493" ] }, { @@ -31152,7 +31160,7 @@ "hu": "finn", "xloc": [ "default-mobile.handlebars->11->169", - "default.handlebars->47->1868", + "default.handlebars->47->1875", "login2.handlebars->7->66" ] }, @@ -31210,8 +31218,8 @@ "zh-cht": "防火牆未激活", "hu": "Tűzfal nincs bekapcsolva", "xloc": [ - "default.handlebars->47->2416", - "default.handlebars->47->2430" + "default.handlebars->47->2423", + "default.handlebars->47->2437" ] }, { @@ -31278,7 +31286,7 @@ "zh-cht": "標誌", "hu": "Jelzők", "xloc": [ - "default.handlebars->47->2641" + "default.handlebars->47->2648" ] }, { @@ -31605,8 +31613,8 @@ "zh-cht": "下次登入時強制重置密碼。", "hu": "A következő bejelentkezéskor kötelező a jelszót megváltozgatni.", "xloc": [ - "default.handlebars->47->2763", - "default.handlebars->47->3027" + "default.handlebars->47->2770", + "default.handlebars->47->3034" ] }, { @@ -31633,7 +31641,7 @@ "zh-cht": "強行斷開用戶 {0} 的桌面會話", "hu": "A {0} felhasználó asztali munkamenetének erőszakos megszakítása", "xloc": [ - "default.handlebars->47->2613" + "default.handlebars->47->2620" ] }, { @@ -31660,7 +31668,7 @@ "zh-cht": "強制斷開用戶 {0} 的文件會話", "hu": "A {0} felhasználó fájlmunkamenetének erőszakos szétkapcsolása", "xloc": [ - "default.handlebars->47->2615" + "default.handlebars->47->2622" ] }, { @@ -31687,7 +31695,7 @@ "zh-cht": "強制斷開用戶 {0} 的路由會話", "hu": "A {0} felhasználó átjárómunkamenetének erőszakos szétkapcsolása", "xloc": [ - "default.handlebars->47->2616" + "default.handlebars->47->2623" ] }, { @@ -31714,7 +31722,7 @@ "zh-cht": "強制斷開用戶 {0} 的終端會話", "hu": "A {0} felhasználó terminál munkamenetének erőszakos szétkapcsolása", "xloc": [ - "default.handlebars->47->2614" + "default.handlebars->47->2621" ] }, { @@ -31825,7 +31833,7 @@ "zh-cht": "格式化", "hu": "Format", "xloc": [ - "default.handlebars->47->2659" + "default.handlebars->47->2666" ] }, { @@ -31905,8 +31913,8 @@ "zh-cht": "自由", "hu": "Free", "xloc": [ - "default.handlebars->47->3254", - "default.handlebars->47->3256" + "default.handlebars->47->3261", + "default.handlebars->47->3263" ] }, { @@ -31917,8 +31925,8 @@ "pl": "Darmowa usługa z ntfy.sh", "es": "Servicio gratuito en ntfy.sh", "xloc": [ - "default.handlebars->47->1768", - "default.handlebars->47->2991" + "default.handlebars->47->1775", + "default.handlebars->47->2998" ] }, { @@ -31974,7 +31982,7 @@ "hu": "francia (Belgium)", "xloc": [ "default-mobile.handlebars->11->171", - "default.handlebars->47->1870", + "default.handlebars->47->1877", "login2.handlebars->7->68" ] }, @@ -32003,7 +32011,7 @@ "hu": "francia (Kanada)", "xloc": [ "default-mobile.handlebars->11->172", - "default.handlebars->47->1871", + "default.handlebars->47->1878", "login2.handlebars->7->69" ] }, @@ -32032,7 +32040,7 @@ "hu": "francia (Franciaország)", "xloc": [ "default-mobile.handlebars->11->173", - "default.handlebars->47->1872", + "default.handlebars->47->1879", "login2.handlebars->7->70" ] }, @@ -32061,7 +32069,7 @@ "hu": "francia (Luxembourg)", "xloc": [ "default-mobile.handlebars->11->174", - "default.handlebars->47->1873", + "default.handlebars->47->1880", "login2.handlebars->7->71" ] }, @@ -32090,7 +32098,7 @@ "hu": "francia (Monaco)", "xloc": [ "default-mobile.handlebars->11->175", - "default.handlebars->47->1874", + "default.handlebars->47->1881", "login2.handlebars->7->72" ] }, @@ -32119,7 +32127,7 @@ "hu": "francia", "xloc": [ "default-mobile.handlebars->11->170", - "default.handlebars->47->1869", + "default.handlebars->47->1876", "login2.handlebars->7->67" ] }, @@ -32148,7 +32156,7 @@ "hu": "francia (Svájc)", "xloc": [ "default-mobile.handlebars->11->176", - "default.handlebars->47->1875", + "default.handlebars->47->1882", "login2.handlebars->7->73" ] }, @@ -32177,7 +32185,7 @@ "hu": "fríz", "xloc": [ "default-mobile.handlebars->11->177", - "default.handlebars->47->1876", + "default.handlebars->47->1883", "login2.handlebars->7->74" ] }, @@ -32206,7 +32214,7 @@ "hu": "friuli", "xloc": [ "default-mobile.handlebars->11->178", - "default.handlebars->47->1877", + "default.handlebars->47->1884", "login2.handlebars->7->75" ] }, @@ -32235,12 +32243,12 @@ "hu": "Teljes körű adminisztrátor", "xloc": [ "default-mobile.handlebars->11->343", - "default-mobile.handlebars->11->930", - "default-mobile.handlebars->11->948", - "default-mobile.handlebars->11->968", - "default.handlebars->47->2083", - "default.handlebars->47->2303", - "default.handlebars->47->2775" + "default-mobile.handlebars->11->937", + "default-mobile.handlebars->11->955", + "default-mobile.handlebars->11->975", + "default.handlebars->47->2090", + "default.handlebars->47->2310", + "default.handlebars->47->2782" ] }, { @@ -32267,7 +32275,7 @@ "zh-cht": "完整管理員(保留所有權利)", "hu": "Teljes jogú adminisztrátor (minden jog)", "xloc": [ - "default.handlebars->47->2342" + "default.handlebars->47->2349" ] }, { @@ -32429,7 +32437,7 @@ "zh-cht": "完整管理員", "hu": "Teljes körű adminisztrátor", "xloc": [ - "default.handlebars->47->2880" + "default.handlebars->47->2887" ] }, { @@ -32456,8 +32464,8 @@ "zh-cht": "全自動的", "hu": "Teljesen automatikus", "xloc": [ - "default.handlebars->47->2172", - "default.handlebars->47->2233" + "default.handlebars->47->2179", + "default.handlebars->47->2240" ] }, { @@ -32556,7 +32564,7 @@ "hu": "gael (Ír)", "xloc": [ "default-mobile.handlebars->11->180", - "default.handlebars->47->1879", + "default.handlebars->47->1886", "login2.handlebars->7->77" ] }, @@ -32585,7 +32593,7 @@ "hu": "gael (Skót)", "xloc": [ "default-mobile.handlebars->11->179", - "default.handlebars->47->1878", + "default.handlebars->47->1885", "login2.handlebars->7->76" ] }, @@ -32614,7 +32622,7 @@ "hu": "galíciai", "xloc": [ "default-mobile.handlebars->11->181", - "default.handlebars->47->1880", + "default.handlebars->47->1887", "login2.handlebars->7->78" ] }, @@ -32810,7 +32818,7 @@ "zh-cht": "生成報告", "hu": "Jelentés készítése", "xloc": [ - "default.handlebars->47->3132" + "default.handlebars->47->3139" ] }, { @@ -32865,7 +32873,7 @@ "hu": "grúz", "xloc": [ "default-mobile.handlebars->11->182", - "default.handlebars->47->1881", + "default.handlebars->47->1888", "login2.handlebars->7->79" ] }, @@ -32894,7 +32902,7 @@ "hu": "német (Ausztria)", "xloc": [ "default-mobile.handlebars->11->184", - "default.handlebars->47->1883", + "default.handlebars->47->1890", "login2.handlebars->7->81" ] }, @@ -32923,7 +32931,7 @@ "hu": "német (Németország)", "xloc": [ "default-mobile.handlebars->11->185", - "default.handlebars->47->1884", + "default.handlebars->47->1891", "login2.handlebars->7->82" ] }, @@ -32952,7 +32960,7 @@ "hu": "német (Liechtenstein)", "xloc": [ "default-mobile.handlebars->11->186", - "default.handlebars->47->1885", + "default.handlebars->47->1892", "login2.handlebars->7->83" ] }, @@ -32981,7 +32989,7 @@ "hu": "német (Luxemburg)", "xloc": [ "default-mobile.handlebars->11->187", - "default.handlebars->47->1886", + "default.handlebars->47->1893", "login2.handlebars->7->84" ] }, @@ -33010,7 +33018,7 @@ "hu": "német", "xloc": [ "default-mobile.handlebars->11->183", - "default.handlebars->47->1882", + "default.handlebars->47->1889", "login2.handlebars->7->80" ] }, @@ -33039,7 +33047,7 @@ "hu": "német (Svájc)", "xloc": [ "default-mobile.handlebars->11->188", - "default.handlebars->47->1887", + "default.handlebars->47->1894", "login2.handlebars->7->85" ] }, @@ -33149,7 +33157,7 @@ "zh-cht": "正在獲取剪貼板內容,{0}個字節", "hu": "A vágólap tartalmának lekérése, {0} bájt", "xloc": [ - "default.handlebars->47->2500" + "default.handlebars->47->2507" ] }, { @@ -33308,7 +33316,7 @@ "zh-cht": "好", "hu": "megfelelő", "xloc": [ - "default.handlebars->47->2079" + "default.handlebars->47->2086" ] }, { @@ -33367,8 +33375,8 @@ "zh-cht": "Google雲端硬盤備份", "hu": "Google Drive Biztonsági mentés", "xloc": [ - "default.handlebars->47->2100", - "default.handlebars->47->2103", + "default.handlebars->47->2107", + "default.handlebars->47->2110", "default.handlebars->47->320" ] }, @@ -33396,7 +33404,7 @@ "zh-cht": "Google雲端硬盤控制台", "hu": "Google Drive Consol", "xloc": [ - "default.handlebars->47->2097" + "default.handlebars->47->2104" ] }, { @@ -33450,7 +33458,7 @@ "zh-cht": "Google雲端硬盤備份當前處於活動狀態。", "hu": "A Google Drive biztonsági mentése jelenleg aktív.", "xloc": [ - "default.handlebars->47->2101" + "default.handlebars->47->2108" ] }, { @@ -33502,7 +33510,7 @@ "hu": "görög", "xloc": [ "default-mobile.handlebars->11->189", - "default.handlebars->47->1888", + "default.handlebars->47->1895", "login2.handlebars->7->86" ] }, @@ -33531,7 +33539,7 @@ "hu": "Csoport", "xloc": [ "default-mobile.handlebars->11->479", - "default.handlebars->47->3148", + "default.handlebars->47->3155", "default.handlebars->47->875", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -33560,8 +33568,8 @@ "zh-cht": "集體指令", "hu": "Művelet a kijelölteken", "xloc": [ - "default.handlebars->47->2709", - "default.handlebars->47->2799", + "default.handlebars->47->2716", + "default.handlebars->47->2806", "default.handlebars->47->737", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -33592,7 +33600,7 @@ "zh-cht": "通過...分群", "hu": "Csoportosítás", "xloc": [ - "default.handlebars->47->2655" + "default.handlebars->47->2662" ] }, { @@ -33620,7 +33628,7 @@ "hu": "Csoport azonosító", "xloc": [ "agent-translations.json", - "default.handlebars->47->2816" + "default.handlebars->47->2823" ] }, { @@ -33647,7 +33655,7 @@ "zh-cht": "群組成員", "hu": "Csoporttagok", "xloc": [ - "default.handlebars->47->2841" + "default.handlebars->47->2848" ] }, { @@ -33687,7 +33695,7 @@ "de": "Gruppentyp", "es": "Tipo de grupo", "xloc": [ - "default.handlebars->47->2817" + "default.handlebars->47->2824" ] }, { @@ -33714,8 +33722,8 @@ "zh-cht": "通過...分群", "hu": "Csoportosítás", "xloc": [ - "default.handlebars->47->3118", - "default.handlebars->47->3121" + "default.handlebars->47->3125", + "default.handlebars->47->3128" ] }, { @@ -33742,7 +33750,7 @@ "zh-cht": "團隊名字", "hu": "Csoport név", "xloc": [ - "default.handlebars->47->2639" + "default.handlebars->47->2646" ] }, { @@ -33769,7 +33777,7 @@ "zh-cht": "用戶{0}的群組權限。", "hu": "Csoportengedélyek a(z) {0} felhasználó számára.", "xloc": [ - "default.handlebars->47->2302" + "default.handlebars->47->2309" ] }, { @@ -33796,7 +33804,7 @@ "zh-cht": "{0}的群組權限。", "hu": "Csoportengedélyek a következőhöz: {0}.", "xloc": [ - "default.handlebars->47->2301" + "default.handlebars->47->2308" ] }, { @@ -33904,7 +33912,7 @@ "zh-cht": "來賓", "hu": "Vendég", "xloc": [ - "default.handlebars->47->3138" + "default.handlebars->47->3145" ] }, { @@ -33987,7 +33995,7 @@ "zh-cht": "嘉賓分享", "hu": "Vendégmegosztás", "xloc": [ - "default.handlebars->47->2310" + "default.handlebars->47->2317" ] }, { @@ -34015,7 +34023,7 @@ "hu": "gudzsaráti", "xloc": [ "default-mobile.handlebars->11->190", - "default.handlebars->47->1889", + "default.handlebars->47->1896", "login2.handlebars->7->87" ] }, @@ -34046,7 +34054,7 @@ "default-mobile.handlebars->11->548", "default.handlebars->47->1028", "default.handlebars->47->1195", - "default.handlebars->47->3292", + "default.handlebars->47->3299", "default.handlebars->47->436" ] }, @@ -34125,7 +34133,7 @@ "hu": "HTTP/", "xloc": [ "default.handlebars->47->1082", - "default.handlebars->47->2203" + "default.handlebars->47->2210" ] }, { @@ -34245,7 +34253,7 @@ "hu": "HTTPS/", "xloc": [ "default.handlebars->47->1083", - "default.handlebars->47->2204" + "default.handlebars->47->2211" ] }, { @@ -34328,7 +34336,7 @@ "hu": "haiti-szigeteki", "xloc": [ "default-mobile.handlebars->11->191", - "default.handlebars->47->1890", + "default.handlebars->47->1897", "login2.handlebars->7->88" ] }, @@ -34341,8 +34349,8 @@ "de": "Nutzername", "es": "Usuario", "xloc": [ - "default.handlebars->47->1761", - "default.handlebars->47->2984" + "default.handlebars->47->1768", + "default.handlebars->47->2991" ] }, { @@ -34423,8 +34431,8 @@ "zh-cht": "強行斷開代理", "hu": "Agent kényszerített lecsatlakoztatása", "xloc": [ - "default-mobile.handlebars->11->908", - "default.handlebars->47->1737" + "default-mobile.handlebars->11->915", + "default.handlebars->47->1744" ] }, { @@ -34451,7 +34459,7 @@ "zh-cht": "硬件一次性密碼", "hu": "Hardveres OTP", "xloc": [ - "default.handlebars->47->3173" + "default.handlebars->47->3180" ] }, { @@ -34478,7 +34486,7 @@ "zh-cht": "堆總數", "hu": "Teljes Heap", "xloc": [ - "default.handlebars->47->3310" + "default.handlebars->47->3317" ] }, { @@ -34505,7 +34513,7 @@ "zh-cht": "堆使用", "hu": "Használ Heap", "xloc": [ - "default.handlebars->47->3309" + "default.handlebars->47->3316" ] }, { @@ -34533,7 +34541,7 @@ "hu": "héber", "xloc": [ "default-mobile.handlebars->11->192", - "default.handlebars->47->1891", + "default.handlebars->47->1898", "login2.handlebars->7->89" ] }, @@ -34640,7 +34648,7 @@ "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "hu": "Segítséget kért {0} felhasználó, részletek: {1}", "xloc": [ - "default.handlebars->47->2577" + "default.handlebars->47->2584" ] }, { @@ -34710,8 +34718,8 @@ "xloc": [ "default.handlebars->47->1105", "default.handlebars->47->1109", - "default.handlebars->47->2403", - "default.handlebars->47->2407" + "default.handlebars->47->2410", + "default.handlebars->47->2414" ] }, { @@ -34739,7 +34747,7 @@ "hu": "Segítsen a MeshCentral fordításában", "xloc": [ "default-mobile.handlebars->11->307", - "default.handlebars->47->2006" + "default.handlebars->47->2013" ] }, { @@ -34879,7 +34887,7 @@ "hu": "hindi", "xloc": [ "default-mobile.handlebars->11->193", - "default.handlebars->47->1892", + "default.handlebars->47->1899", "login2.handlebars->7->90" ] }, @@ -35048,7 +35056,7 @@ "hu": "{0} bejegyzés megtartása {1} {2}", "xloc": [ "default-mobile.handlebars->11->368", - "default.handlebars->47->2473" + "default.handlebars->47->2480" ] }, { @@ -35108,11 +35116,11 @@ "default-mobile.handlebars->11->484", "default-mobile.handlebars->11->623", "default-mobile.handlebars->11->783", - "default-mobile.handlebars->11->923", + "default-mobile.handlebars->11->930", "default.handlebars->47->1345", "default.handlebars->47->1601", - "default.handlebars->47->2072", - "default.handlebars->47->2133", + "default.handlebars->47->2079", + "default.handlebars->47->2140", "default.handlebars->47->494", "default.handlebars->47->503", "default.handlebars->47->880" @@ -35142,7 +35150,7 @@ "zh-cht": "主機名同步", "hu": "Gépnév szinkronizálás", "xloc": [ - "default.handlebars->47->2140" + "default.handlebars->47->2147" ] }, { @@ -35178,7 +35186,7 @@ "hu": "magyar", "xloc": [ "default-mobile.handlebars->11->194", - "default.handlebars->47->1893", + "default.handlebars->47->1900", "login2.handlebars->7->91" ] }, @@ -35233,8 +35241,8 @@ "zh-cht": "IP地址", "hu": "IP Cím", "xloc": [ - "default.handlebars->47->3143", - "default.handlebars->47->3179" + "default.handlebars->47->3150", + "default.handlebars->47->3186" ] }, { @@ -35352,7 +35360,7 @@ "de": "Aufzeichnungen zu IP Lokationsinformationen", "es": "Registros de Ubicacion IP", "xloc": [ - "default.handlebars->47->3185" + "default.handlebars->47->3192" ] }, { @@ -35410,7 +35418,7 @@ "zh-cht": "IP-KVM / 電源設備", "hu": "IP-KVM / Power eszköz", "xloc": [ - "default.handlebars->47->2062" + "default.handlebars->47->2069" ] }, { @@ -35437,7 +35445,7 @@ "zh-cht": "IP-KVM / 通過代理中繼的電源設備", "hu": "IP-KVM / Power eszköz Agenten keresztül", "xloc": [ - "default.handlebars->47->2063" + "default.handlebars->47->2070" ] }, { @@ -35464,8 +35472,8 @@ "zh-cht": "IP-KVM 設備", "hu": "IP-KVM eszköz", "xloc": [ - "default-mobile.handlebars->11->915", - "default.handlebars->47->2125" + "default-mobile.handlebars->11->922", + "default.handlebars->47->2132" ] }, { @@ -35492,8 +35500,8 @@ "zh-cht": "通過代理中繼的 IP-KVM 設備", "hu": "IP-KVM eszköz továbbítva ügynökön keresztül", "xloc": [ - "default-mobile.handlebars->11->916", - "default.handlebars->47->2126" + "default-mobile.handlebars->11->923", + "default.handlebars->47->2133" ] }, { @@ -35882,7 +35890,7 @@ "hu": "izlandi", "xloc": [ "default-mobile.handlebars->11->195", - "default.handlebars->47->1894", + "default.handlebars->47->1901", "login2.handlebars->7->92" ] }, @@ -35940,10 +35948,10 @@ "xloc": [ "default-mobile.handlebars->11->782", "default-mobile.handlebars->11->826", - "default-mobile.handlebars->11->887", + "default-mobile.handlebars->11->894", "default.handlebars->47->1600", "default.handlebars->47->1654", - "default.handlebars->47->1715" + "default.handlebars->47->1722" ] }, { @@ -35970,7 +35978,7 @@ "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "hu": "Ha CCM-ben van, aktiválja újra az Intel® AMT-t.", "xloc": [ - "default.handlebars->47->2247" + "default.handlebars->47->2254" ] }, { @@ -36148,7 +36156,7 @@ "de": "Import", "es": "Importar", "xloc": [ - "default.handlebars->47->2179" + "default.handlebars->47->2186" ] }, { @@ -36185,9 +36193,9 @@ "zh-cht": "導入英特爾® AMT 設備", "hu": "Intel® AMT Eszközök importálása", "xloc": [ - "default.handlebars->47->2221", - "default.handlebars->47->2222", - "default.handlebars->47->2226" + "default.handlebars->47->2228", + "default.handlebars->47->2229", + "default.handlebars->47->2233" ] }, { @@ -36200,7 +36208,7 @@ "de": "Intel® AMT Geräte importieren", "es": "Importar dispositivos Intel® AMT.", "xloc": [ - "default.handlebars->47->2178" + "default.handlebars->47->2185" ] }, { @@ -36227,7 +36235,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->2220" + "default.handlebars->47->2227" ] }, { @@ -36254,7 +36262,7 @@ "zh-cht": "導入設備列表", "hu": "Eszköz lista importálás", "xloc": [ - "default.handlebars->47->2216" + "default.handlebars->47->2223" ] }, { @@ -36289,7 +36297,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->1789" + "default.handlebars->47->1796" ] }, { @@ -36316,7 +36324,7 @@ "zh-cht": "停用天數直到移除", "hu": "inaktiv napok száma mielőtt eltávolításra kerül", "xloc": [ - "default.handlebars->47->2287" + "default.handlebars->47->2294" ] }, { @@ -36472,8 +36480,8 @@ "zh-cht": "第二個因素不正確", "hu": "Helytelen 2. faktor", "xloc": [ - "default.handlebars->47->3166", - "default.handlebars->47->3205" + "default.handlebars->47->3173", + "default.handlebars->47->3212" ] }, { @@ -36558,7 +36566,7 @@ "hu": "indonéz", "xloc": [ "default-mobile.handlebars->11->196", - "default.handlebars->47->1895", + "default.handlebars->47->1902", "login2.handlebars->7->93" ] }, @@ -36625,8 +36633,8 @@ "de": "Informationen bei Pushover.net", "es": "Informacion en Pushover.net", "xloc": [ - "default.handlebars->47->1767", - "default.handlebars->47->2990" + "default.handlebars->47->1774", + "default.handlebars->47->2997" ] }, { @@ -36839,7 +36847,7 @@ "zh-cht": "在此設備上安裝", "hu": "Telepítés erre az eszközre", "xloc": [ - "default-mobile.handlebars->11->927" + "default-mobile.handlebars->11->934" ] }, { @@ -36866,7 +36874,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->943" + "default-mobile.handlebars->11->950" ] }, { @@ -36942,8 +36950,8 @@ "hu": "Telepítés típusa", "xloc": [ "agentinvite.handlebars->3->7", - "default.handlebars->47->2384", "default.handlebars->47->2391", + "default.handlebars->47->2398", "default.handlebars->47->560", "default.handlebars->47->581", "default.handlebars->47->598", @@ -37020,7 +37028,7 @@ "zh-cht": "英特爾AMT", "hu": "Intel AMT", "xloc": [ - "default.handlebars->47->3306" + "default.handlebars->47->3313" ] }, { @@ -37128,7 +37136,7 @@ "zh-cht": "英特爾 AMT 經理", "hu": "Intel AMT kezelő", "xloc": [ - "default.handlebars->47->3336" + "default.handlebars->47->3343" ] }, { @@ -37214,11 +37222,11 @@ "default-mobile.handlebars->11->516", "default-mobile.handlebars->11->523", "default.handlebars->47->1063", - "default.handlebars->47->2159", - "default.handlebars->47->2173", - "default.handlebars->47->2411", - "default.handlebars->47->2424", - "default.handlebars->47->3335", + "default.handlebars->47->2166", + "default.handlebars->47->2180", + "default.handlebars->47->2418", + "default.handlebars->47->2431", + "default.handlebars->47->3342", "default.handlebars->47->850", "default.handlebars->47->917", "default.handlebars->47->965", @@ -37508,7 +37516,7 @@ "zh-cht": "Intel® AMT政策", "hu": "Intel® AMT Házirend", "xloc": [ - "default.handlebars->47->2234" + "default.handlebars->47->2241" ] }, { @@ -37638,8 +37646,8 @@ "zh-cht": "Intel® AMT重定向", "hu": "Intel® AMT Átirányítás", "xloc": [ - "default.handlebars->47->3086", "default.handlebars->47->3093", + "default.handlebars->47->3100", "player.handlebars->3->30" ] }, @@ -37735,8 +37743,8 @@ "zh-cht": "Intle® AMT WSMAN", "hu": "Intel® AMT WSMAN", "xloc": [ - "default.handlebars->47->3085", "default.handlebars->47->3092", + "default.handlebars->47->3099", "player.handlebars->3->29" ] }, @@ -37818,8 +37826,8 @@ "hu": "Intel® AMT desktop és serial események", "xloc": [ "default.handlebars->47->1101", - "default.handlebars->47->2033", - "default.handlebars->47->2399" + "default.handlebars->47->2040", + "default.handlebars->47->2406" ] }, { @@ -38089,9 +38097,9 @@ "zh-cht": "僅限Intel® AMT,無代理", "hu": "Csak Intel® AMT, agent nélkül", "xloc": [ - "default-mobile.handlebars->11->911", - "default.handlebars->47->2066", - "default.handlebars->47->2121" + "default-mobile.handlebars->11->918", + "default.handlebars->47->2073", + "default.handlebars->47->2128" ] }, { @@ -38423,7 +38431,7 @@ "zh-cht": "英特爾(r) AMT 政策變更", "hu": "Intel(r) AMT házirend beállítás", "xloc": [ - "default.handlebars->47->2620" + "default.handlebars->47->2627" ] }, { @@ -38685,8 +38693,8 @@ "hu": "Csak internaktív", "xloc": [ "agentinvite.handlebars->3->10", - "default.handlebars->47->2387", "default.handlebars->47->2394", + "default.handlebars->47->2401", "default.handlebars->47->563", "default.handlebars->47->584", "default.handlebars->47->601" @@ -38771,7 +38779,7 @@ "hu": "inuktitut", "xloc": [ "default-mobile.handlebars->11->197", - "default.handlebars->47->1896", + "default.handlebars->47->1903", "login2.handlebars->7->94" ] }, @@ -38806,8 +38814,8 @@ { "en": "Invalid CSV file format.", "xloc": [ - "default.handlebars->47->2731", - "default.handlebars->47->2733" + "default.handlebars->47->2738", + "default.handlebars->47->2740" ] }, { @@ -38862,7 +38870,7 @@ "zh-cht": "無效的裝置群類型", "hu": "Érvénytelen eszközcsoport típus", "xloc": [ - "default.handlebars->47->3268" + "default.handlebars->47->3275" ] }, { @@ -38889,7 +38897,7 @@ "zh-cht": "無效的JSON", "hu": "Érvénytelen JSON", "xloc": [ - "default.handlebars->47->3262" + "default.handlebars->47->3269" ] }, { @@ -38916,9 +38924,9 @@ "zh-cht": "無效的JSON檔案格式。", "hu": "Érvénytelen JSON fájl formátum.", "xloc": [ - "default.handlebars->47->2227", - "default.handlebars->47->2737", - "default.handlebars->47->2739", + "default.handlebars->47->2234", + "default.handlebars->47->2744", + "default.handlebars->47->2746", "default.handlebars->47->517" ] }, @@ -38946,8 +38954,8 @@ "zh-cht": "無效的JSON檔案:{0}。", "hu": "Érvénytelen JSON-fájl: {0}.", "xloc": [ - "default.handlebars->47->2223", - "default.handlebars->47->2735", + "default.handlebars->47->2230", + "default.handlebars->47->2742", "default.handlebars->47->515" ] }, @@ -39083,7 +39091,7 @@ "zh-cht": "無效的PKCS簽名", "hu": "Érvénytelen PKCS aláírás", "xloc": [ - "default.handlebars->47->3260" + "default.handlebars->47->3267" ] }, { @@ -39110,7 +39118,7 @@ "zh-cht": "無效的RSA密碼", "hu": "Érvénytelen RSA aláírás", "xloc": [ - "default.handlebars->47->3261" + "default.handlebars->47->3268" ] }, { @@ -39137,8 +39145,8 @@ "zh-cht": "短信無效", "hu": "Érvénytelen SMS üzenet", "xloc": [ - "default-mobile.handlebars->11->1029", - "default.handlebars->47->3243" + "default-mobile.handlebars->11->1036", + "default.handlebars->47->3250" ] }, { @@ -39221,8 +39229,8 @@ "zh-cht": "無效域", "hu": "Érvénytelen domain", "xloc": [ - "default-mobile.handlebars->11->1009", - "default.handlebars->47->3223" + "default-mobile.handlebars->11->1016", + "default.handlebars->47->3230" ] }, { @@ -39273,8 +39281,8 @@ "zh-cht": "不合規電郵", "hu": "Érvénytelen email", "xloc": [ - "default-mobile.handlebars->11->1008", - "default.handlebars->47->3222" + "default-mobile.handlebars->11->1015", + "default.handlebars->47->3229" ] }, { @@ -39385,8 +39393,8 @@ "zh-cht": "無效的登錄嘗試", "hu": "Érvénytelen bejelentkezési kísérlet", "xloc": [ - "default.handlebars->47->3168", - "default.handlebars->47->3207" + "default.handlebars->47->3175", + "default.handlebars->47->3214" ] }, { @@ -39398,7 +39406,7 @@ "de": "Ungültige Nachricht", "es": "Mensaje invalido", "xloc": [ - "default.handlebars->47->3249" + "default.handlebars->47->3256" ] }, { @@ -39433,9 +39441,9 @@ "zh-cht": "無效的密碼", "hu": "Érvénytelen jelszó", "xloc": [ - "default-mobile.handlebars->11->1007", + "default-mobile.handlebars->11->1014", "default-mobile.handlebars->11->87", - "default.handlebars->47->3221", + "default.handlebars->47->3228", "default.handlebars->47->326" ] }, @@ -39478,8 +39486,8 @@ "zh-cht": "無效的網站權限", "hu": "Érvénytelen webhelyengedélyek", "xloc": [ - "default-mobile.handlebars->11->1010", - "default.handlebars->47->3224" + "default-mobile.handlebars->11->1017", + "default.handlebars->47->3231" ] }, { @@ -39535,7 +39543,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->2589" + "default.handlebars->47->2596" ] }, { @@ -39562,8 +39570,8 @@ "zh-cht": "無效的用戶名", "hu": "Érvénytelen felhasználónév", "xloc": [ - "default-mobile.handlebars->11->1006", - "default.handlebars->47->3220" + "default-mobile.handlebars->11->1013", + "default.handlebars->47->3227" ] }, { @@ -39614,7 +39622,7 @@ "zh-cht": "使電郵無效", "hu": "Email érvénytelenítés", "xloc": [ - "default.handlebars->47->2703" + "default.handlebars->47->2710" ] }, { @@ -39719,7 +39727,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->2389" + "default.handlebars->47->2396" ] }, { @@ -39773,7 +39781,7 @@ "zh-cht": "邀請", "hu": "Meghívó", "xloc": [ - "default.handlebars->47->2185", + "default.handlebars->47->2192", "default.handlebars->47->489", "default.handlebars->47->586" ] @@ -39802,13 +39810,13 @@ "zh-cht": "邀請碼", "hu": "Meghívó kódok", "xloc": [ - "default-mobile.handlebars->11->1004", - "default.handlebars->47->2165", - "default.handlebars->47->2377", - "default.handlebars->47->2388", - "default.handlebars->47->2390", + "default-mobile.handlebars->11->1011", + "default.handlebars->47->2172", + "default.handlebars->47->2384", "default.handlebars->47->2395", - "default.handlebars->47->3218" + "default.handlebars->47->2397", + "default.handlebars->47->2402", + "default.handlebars->47->3225" ] }, { @@ -39835,7 +39843,7 @@ "zh-cht": "邀請代碼", "hu": "Meghívó kód", "xloc": [ - "default.handlebars->47->2644" + "default.handlebars->47->2651" ] }, { @@ -39889,7 +39897,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->2184", + "default.handlebars->47->2191", "default.handlebars->47->488" ] }, @@ -39945,7 +39953,7 @@ "hu": "ír", "xloc": [ "default-mobile.handlebars->11->198", - "default.handlebars->47->1897", + "default.handlebars->47->1904", "login2.handlebars->7->95" ] }, @@ -39973,7 +39981,7 @@ "zh-cht": "是 \\\"{0}\\\" 的中繼。", "hu": "Relay a \\\"{0}\\\"-hez.", "xloc": [ - "default.handlebars->47->2632" + "default.handlebars->47->2639" ] }, { @@ -40028,7 +40036,7 @@ "hu": "olasz", "xloc": [ "default-mobile.handlebars->11->199", - "default.handlebars->47->1898", + "default.handlebars->47->1905", "login2.handlebars->7->96" ] }, @@ -40057,7 +40065,7 @@ "hu": "olasz (Svájc)", "xloc": [ "default-mobile.handlebars->11->200", - "default.handlebars->47->1899", + "default.handlebars->47->1906", "login2.handlebars->7->97" ] }, @@ -40109,7 +40117,7 @@ "zh-cht": "JSON", "hu": "JSON", "xloc": [ - "default.handlebars->47->2661" + "default.handlebars->47->2668" ] }, { @@ -40136,15 +40144,15 @@ "zh-cht": "JSON格式", "hu": "JSON Formátum", "xloc": [ - "default.handlebars->47->2666", - "default.handlebars->47->2743", + "default.handlebars->47->2673", + "default.handlebars->47->2750", "default.handlebars->47->782" ] }, { "en": "JSON file format is as follows:", "xloc": [ - "default.handlebars->47->2726" + "default.handlebars->47->2733" ] }, { @@ -40172,7 +40180,7 @@ "hu": "japán", "xloc": [ "default-mobile.handlebars->11->201", - "default.handlebars->47->1900", + "default.handlebars->47->1907", "login2.handlebars->7->98" ] }, @@ -40185,8 +40193,8 @@ "de": "Treten Sie dem Discordserver bei um Benachrichtigungen zu erhalten.", "es": "Unete a este canal de Discord para recibir notificaciones.", "xloc": [ - "default.handlebars->47->1762", - "default.handlebars->47->2985" + "default.handlebars->47->1769", + "default.handlebars->47->2992" ] }, { @@ -40213,7 +40221,7 @@ "zh-cht": "已加入桌面Multiplex會話", "hu": "Csatlakozva multiplex asztali munkamenethez", "xloc": [ - "default.handlebars->47->2483" + "default.handlebars->47->2490" ] }, { @@ -40240,7 +40248,7 @@ "zh-cht": "已加入桌面多路復用會話 \\\"{0}\\\"", "hu": "Csatlakozva multiplex asztali munkamenethez \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2622" + "default.handlebars->47->2629" ] }, { @@ -40295,7 +40303,7 @@ "hu": "kannada", "xloc": [ "default-mobile.handlebars->11->202", - "default.handlebars->47->1901", + "default.handlebars->47->1908", "login2.handlebars->7->99" ] }, @@ -40324,7 +40332,7 @@ "hu": "kasmíri", "xloc": [ "default-mobile.handlebars->11->203", - "default.handlebars->47->1902", + "default.handlebars->47->1909", "login2.handlebars->7->100" ] }, @@ -40353,7 +40361,7 @@ "hu": "kazah", "xloc": [ "default-mobile.handlebars->11->204", - "default.handlebars->47->1903", + "default.handlebars->47->1910", "login2.handlebars->7->101" ] }, @@ -40381,7 +40389,7 @@ "zh-cht": "保留現有密碼", "hu": "Meglévő jelszó megtartása", "xloc": [ - "default.handlebars->47->2235" + "default.handlebars->47->2242" ] }, { @@ -40464,8 +40472,8 @@ "zh-cht": "鍵名", "hu": "Kulcs neve", "xloc": [ - "default.handlebars->47->1794", - "default.handlebars->47->1797" + "default.handlebars->47->1801", + "default.handlebars->47->1804" ] }, { @@ -40654,7 +40662,7 @@ "hu": "khmer", "xloc": [ "default-mobile.handlebars->11->205", - "default.handlebars->47->1904", + "default.handlebars->47->1911", "login2.handlebars->7->102" ] }, @@ -40682,7 +40690,7 @@ "zh-cht": "殺死進程{0}", "hu": "Folyamat leállítása {0}", "xloc": [ - "default.handlebars->47->2498" + "default.handlebars->47->2505" ] }, { @@ -40718,7 +40726,7 @@ "hu": "kirgiz", "xloc": [ "default-mobile.handlebars->11->206", - "default.handlebars->47->1905", + "default.handlebars->47->1912", "login2.handlebars->7->103" ] }, @@ -40747,7 +40755,7 @@ "hu": "klingon", "xloc": [ "default-mobile.handlebars->11->207", - "default.handlebars->47->1906", + "default.handlebars->47->1913", "login2.handlebars->7->104" ] }, @@ -40804,7 +40812,7 @@ "hu": "koreai", "xloc": [ "default-mobile.handlebars->11->208", - "default.handlebars->47->1907", + "default.handlebars->47->1914", "login2.handlebars->7->105" ] }, @@ -40833,7 +40841,7 @@ "hu": "koreai (Észak-Korea)", "xloc": [ "default-mobile.handlebars->11->209", - "default.handlebars->47->1908", + "default.handlebars->47->1915", "login2.handlebars->7->106" ] }, @@ -40862,7 +40870,7 @@ "hu": "koreai (Dél-Korea)", "xloc": [ "default-mobile.handlebars->11->210", - "default.handlebars->47->1909", + "default.handlebars->47->1916", "login2.handlebars->7->107" ] }, @@ -40921,7 +40929,7 @@ "hu": "Nyelv", "xloc": [ "default-mobile.handlebars->11->305", - "default.handlebars->47->2004" + "default.handlebars->47->2011" ] }, { @@ -41169,7 +41177,7 @@ "zh-cht": "過去30天", "hu": "Elmúlt 30 napon", "xloc": [ - "default.handlebars->47->3126", + "default.handlebars->47->3133", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -41256,7 +41264,7 @@ "zh-cht": "過去 7 天", "hu": "Utolsó 7 nap", "xloc": [ - "default.handlebars->47->3125" + "default.handlebars->47->3132" ] }, { @@ -41310,7 +41318,7 @@ "zh-cht": "最後訪問", "hu": "Utolsó hozzáférés", "xloc": [ - "default.handlebars->47->2674" + "default.handlebars->47->2681" ] }, { @@ -41352,7 +41360,7 @@ "zh-cht": "最後一天", "hu": "Utolsó napon", "xloc": [ - "default.handlebars->47->3124" + "default.handlebars->47->3131" ] }, { @@ -41379,7 +41387,7 @@ "zh-cht": "上次登入", "hu": "Utolsó bejelentkezés", "xloc": [ - "default.handlebars->47->2917" + "default.handlebars->47->2924" ] }, { @@ -41435,7 +41443,7 @@ "zh-cht": "上次訪問:{0}", "hu": "Utolsó hozzáférés: {0}", "xloc": [ - "default.handlebars->47->2684" + "default.handlebars->47->2691" ] }, { @@ -41528,7 +41536,7 @@ "zh-cht": "上次更改:{0}", "hu": "Utolsó módosítás: {0}", "xloc": [ - "default.handlebars->47->2921" + "default.handlebars->47->2928" ] }, { @@ -41541,7 +41549,7 @@ "de": "Aufzeichnungen über letzte Verbindungszeiten", "es": "Registros de hora de última conexión", "xloc": [ - "default.handlebars->47->3189" + "default.handlebars->47->3196" ] }, { @@ -41622,7 +41630,7 @@ "zh-cht": "上次登入:{0}", "hu": "Utolsó bejelentkezés: {0}", "xloc": [ - "default.handlebars->47->2685" + "default.handlebars->47->2692" ] }, { @@ -41783,7 +41791,7 @@ "hu": "latin", "xloc": [ "default-mobile.handlebars->11->211", - "default.handlebars->47->1910", + "default.handlebars->47->1917", "login2.handlebars->7->108" ] }, @@ -41812,7 +41820,7 @@ "hu": "lett", "xloc": [ "default-mobile.handlebars->11->212", - "default.handlebars->47->1911", + "default.handlebars->47->1918", "login2.handlebars->7->109" ] }, @@ -41972,7 +41980,7 @@ "zh-cht": "如沒有請留空。", "hu": "Ha nincs, hagyja üresen.", "xloc": [ - "default.handlebars->47->2970" + "default.handlebars->47->2977" ] }, { @@ -42027,7 +42035,7 @@ "zh-cht": "{0} 秒後離開 Web-RDP 會話 \\\"{1}\\\"。", "hu": "Elhagyta a Web-RDP munkamenetet\\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2604" + "default.handlebars->47->2611" ] }, { @@ -42078,7 +42086,7 @@ "zh-cht": "{0} 秒後離開 Web-SFTP 會話 \\\"{1}\\\"。", "hu": "Elhagyta a Web-SFTP munkamenetet \\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2603" + "default.handlebars->47->2610" ] }, { @@ -42129,7 +42137,7 @@ "zh-cht": "{0} 秒後離開 Web-SSH 會話 \\\"{1}\\\"。", "hu": "Elhagyta a Web-SSH munkamenetet \\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2602" + "default.handlebars->47->2609" ] }, { @@ -42180,7 +42188,7 @@ "zh-cht": "{0} 秒後離開 Web-VNC 會話。", "hu": "Elhagyta a Web-VNC munkamenetet {0} másodperc után.", "xloc": [ - "default.handlebars->47->2605" + "default.handlebars->47->2612" ] }, { @@ -42239,7 +42247,7 @@ "zh-cht": "離開桌面多路復用會話", "hu": "Elhagyta az asztali multiplex munkamenetet.", "xloc": [ - "default.handlebars->47->2484" + "default.handlebars->47->2491" ] }, { @@ -42266,7 +42274,7 @@ "zh-cht": "{1} 秒後離開桌面多路復用會話 \\\"{0}\\\"。", "hu": "Elhagyta a multiplex desktop munkamenetet\\\"{1}\\\" {0} másodperc után.", "xloc": [ - "default.handlebars->47->2623" + "default.handlebars->47->2630" ] }, { @@ -42293,7 +42301,7 @@ "zh-cht": "{0} 秒後離開桌面多路復用會話。", "hu": "Elhagyta az asztali multiplex munkamenetet {0} másodperc után.", "xloc": [ - "default.handlebars->47->2601" + "default.handlebars->47->2608" ] }, { @@ -42320,7 +42328,7 @@ "zh-cht": "長度", "hu": "Hossz", "xloc": [ - "default.handlebars->47->3139" + "default.handlebars->47->3146" ] }, { @@ -42455,10 +42463,10 @@ "zh-cht": "有限輸入", "hu": "Korlátozott bevitel", "xloc": [ - "default-mobile.handlebars->11->981", + "default-mobile.handlebars->11->988", "default.handlebars->47->1116", "default.handlebars->47->1141", - "default.handlebars->47->2356" + "default.handlebars->47->2363" ] }, { @@ -42485,8 +42493,8 @@ "zh-cht": "僅有限輸入", "hu": "Csak korlátozott bevitel", "xloc": [ - "default-mobile.handlebars->11->954", - "default.handlebars->47->2309" + "default-mobile.handlebars->11->961", + "default.handlebars->47->2316" ] }, { @@ -42948,7 +42956,7 @@ "zh-cht": "Linux MeshAgent", "hu": "Linux MeshAgent", "xloc": [ - "default.handlebars->47->2381", + "default.handlebars->47->2388", "default.handlebars->47->577" ] }, @@ -43302,7 +43310,7 @@ "hu": "litván", "xloc": [ "default-mobile.handlebars->11->213", - "default.handlebars->47->1912", + "default.handlebars->47->1919", "login2.handlebars->7->110" ] }, @@ -43360,13 +43368,13 @@ "default-mobile.handlebars->11->310", "default-mobile.handlebars->11->90", "default.handlebars->47->1305", - "default.handlebars->47->1740", - "default.handlebars->47->1783", - "default.handlebars->47->2109", - "default.handlebars->47->2113", + "default.handlebars->47->1747", + "default.handlebars->47->1790", "default.handlebars->47->2116", - "default.handlebars->47->3022", - "default.handlebars->47->3071" + "default.handlebars->47->2120", + "default.handlebars->47->2123", + "default.handlebars->47->3029", + "default.handlebars->47->3078" ] }, { @@ -43498,9 +43506,9 @@ "zh-cht": "本地設備,無代理", "hu": "Helyi eszközök, agent nélkül", "xloc": [ - "default-mobile.handlebars->11->913", - "default.handlebars->47->2060", - "default.handlebars->47->2123" + "default-mobile.handlebars->11->920", + "default.handlebars->47->2067", + "default.handlebars->47->2130" ] }, { @@ -43609,7 +43617,7 @@ "zh-cht": "本地用戶接受的遠程終端請求", "hu": "A helyi felhasználó elfogadta a távoli terminál kérését", "xloc": [ - "default.handlebars->47->2506" + "default.handlebars->47->2513" ] }, { @@ -43636,7 +43644,7 @@ "zh-cht": "本地用戶拒絕了遠程終端請求", "hu": "A helyi felhasználó elutasította a távoli terminál kérését", "xloc": [ - "default.handlebars->47->2507" + "default.handlebars->47->2514" ] }, { @@ -43665,7 +43673,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->2007", + "default.handlebars->47->2014", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->9" ] }, @@ -43747,7 +43755,7 @@ "zh-cht": "鎖定賬戶", "hu": "Fiók zárolása", "xloc": [ - "default.handlebars->47->2783" + "default.handlebars->47->2790" ] }, { @@ -43774,7 +43782,7 @@ "zh-cht": "鎖定帳戶設置", "hu": "Fiókbeállítások zárolása", "xloc": [ - "default.handlebars->47->2787" + "default.handlebars->47->2794" ] }, { @@ -43828,7 +43836,7 @@ "zh-cht": "鎖定賬戶", "hu": "Fiók zárolása", "xloc": [ - "default.handlebars->47->2706" + "default.handlebars->47->2713" ] }, { @@ -43964,7 +43972,7 @@ "zh-cht": "已鎖定", "hu": "Zárolva", "xloc": [ - "default.handlebars->47->2686" + "default.handlebars->47->2693" ] }, { @@ -43992,9 +44000,9 @@ "hu": "Fiók zárolva", "xloc": [ "default-mobile.handlebars->11->86", - "default.handlebars->47->2877", - "default.handlebars->47->3167", - "default.handlebars->47->3206", + "default.handlebars->47->2884", + "default.handlebars->47->3174", + "default.handlebars->47->3213", "default.handlebars->47->325" ] }, @@ -44022,7 +44030,7 @@ "zh-cht": "將遠程用戶鎖定在桌面之外", "hu": "Távoli felhasználó kizárása az asztalról.", "xloc": [ - "default.handlebars->47->2532" + "default.handlebars->47->2539" ] }, { @@ -44274,7 +44282,7 @@ "zh-cht": "登錄令牌", "hu": "Bejelentkezési token", "xloc": [ - "default.handlebars->47->3178" + "default.handlebars->47->3185" ] }, { @@ -44446,7 +44454,7 @@ "hu": "luxemburgi", "xloc": [ "default-mobile.handlebars->11->214", - "default.handlebars->47->1913", + "default.handlebars->47->1920", "login2.handlebars->7->111" ] }, @@ -44729,11 +44737,11 @@ "xloc": [ "default-mobile.handlebars->11->468", "default-mobile.handlebars->11->525", - "default-mobile.handlebars->11->896", - "default-mobile.handlebars->11->898", + "default-mobile.handlebars->11->903", + "default-mobile.handlebars->11->905", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect2", - "default.handlebars->47->1725", - "default.handlebars->47->1727", + "default.handlebars->47->1732", + "default.handlebars->47->1734", "default.handlebars->47->415", "default.handlebars->47->715", "default.handlebars->47->979", @@ -45086,7 +45094,7 @@ "zh-cht": "MacOS MeshAgent", "hu": "MacOS MeshAgent", "xloc": [ - "default.handlebars->47->2382", + "default.handlebars->47->2389", "default.handlebars->47->578" ] }, @@ -45141,7 +45149,7 @@ "zh-cht": "主伺服器訊息", "hu": "Fő Kiszolgáló üzenetek", "xloc": [ - "default.handlebars->47->3322" + "default.handlebars->47->3329" ] }, { @@ -45169,7 +45177,7 @@ "hu": "maláj", "xloc": [ "default-mobile.handlebars->11->216", - "default.handlebars->47->1915", + "default.handlebars->47->1922", "login2.handlebars->7->113" ] }, @@ -45198,7 +45206,7 @@ "hu": "malajálam", "xloc": [ "default-mobile.handlebars->11->217", - "default.handlebars->47->1916", + "default.handlebars->47->1923", "login2.handlebars->7->114" ] }, @@ -45227,7 +45235,7 @@ "hu": "máltai", "xloc": [ "default-mobile.handlebars->11->218", - "default.handlebars->47->1917", + "default.handlebars->47->1924", "login2.handlebars->7->115" ] }, @@ -45256,7 +45264,7 @@ "hu": "A fiókhoz tartozó kép módosítása", "xloc": [ "default-mobile.handlebars->11->91", - "default.handlebars->47->1741" + "default.handlebars->47->1748" ] }, { @@ -45311,10 +45319,10 @@ "zh-cht": "管理裝置群電腦", "hu": "Eszközcsoport számítógépeinek kezelése", "xloc": [ - "default-mobile.handlebars->11->951", - "default-mobile.handlebars->11->971", - "default.handlebars->47->2306", - "default.handlebars->47->2345" + "default-mobile.handlebars->11->958", + "default-mobile.handlebars->11->978", + "default.handlebars->47->2313", + "default.handlebars->47->2352" ] }, { @@ -45341,10 +45349,10 @@ "zh-cht": "管理裝置群用戶", "hu": "Eszközcsoport felhasználók kezelése", "xloc": [ - "default-mobile.handlebars->11->950", - "default-mobile.handlebars->11->970", - "default.handlebars->47->2305", - "default.handlebars->47->2344" + "default-mobile.handlebars->11->957", + "default-mobile.handlebars->11->977", + "default.handlebars->47->2312", + "default.handlebars->47->2351" ] }, { @@ -45398,7 +45406,7 @@ "zh-cht": "管理錄音", "hu": "Felvételek kezelése", "xloc": [ - "default.handlebars->47->2781" + "default.handlebars->47->2788" ] }, { @@ -45452,7 +45460,7 @@ "zh-cht": "管理用戶群", "hu": "Felhaszálói csoportok kezelése", "xloc": [ - "default.handlebars->47->2780" + "default.handlebars->47->2787" ] }, { @@ -45480,7 +45488,7 @@ "hu": "Felhaszálók kezelése", "xloc": [ "default.handlebars->47->1135", - "default.handlebars->47->2779" + "default.handlebars->47->2786" ] }, { @@ -45688,7 +45696,7 @@ "zh-cht": "使用軟體代理進行管理", "hu": "Kezelés szoftver agent segítségével", "xloc": [ - "default.handlebars->47->2065" + "default.handlebars->47->2072" ] }, { @@ -45715,8 +45723,8 @@ "zh-cht": "使用軟體代理進行管理", "hu": "Szoftver agent segítségével kezelt", "xloc": [ - "default-mobile.handlebars->11->912", - "default.handlebars->47->2122" + "default-mobile.handlebars->11->919", + "default.handlebars->47->2129" ] }, { @@ -45743,7 +45751,7 @@ "zh-cht": "經理", "hu": "Menedzser", "xloc": [ - "default.handlebars->47->2691" + "default.handlebars->47->2698" ] }, { @@ -45845,7 +45853,7 @@ "hu": "maori", "xloc": [ "default-mobile.handlebars->11->219", - "default.handlebars->47->1918", + "default.handlebars->47->1925", "login2.handlebars->7->116" ] }, @@ -45950,7 +45958,7 @@ "hu": "marathi", "xloc": [ "default-mobile.handlebars->11->220", - "default.handlebars->47->1919", + "default.handlebars->47->1926", "login2.handlebars->7->117" ] }, @@ -46005,7 +46013,7 @@ "zh-cht": "達到連接數量上限", "hu": "Elérte a munkamenetek maximális számát", "xloc": [ - "default.handlebars->47->3266" + "default.handlebars->47->3273" ] }, { @@ -46118,8 +46126,8 @@ "zh-cht": "Megabyte", "hu": "Megabájt", "xloc": [ - "default.handlebars->47->3307", - "default.handlebars->47->3312", + "default.handlebars->47->3314", + "default.handlebars->47->3319", "default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sizedropdown->7" ] }, @@ -46154,7 +46162,7 @@ "default.handlebars->47->1676", "default.handlebars->47->1682", "default.handlebars->47->1688", - "default.handlebars->47->3286", + "default.handlebars->47->3293", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -46226,8 +46234,8 @@ "zh-cht": "網格代理控制台", "hu": "Konzol", "xloc": [ - "default-mobile.handlebars->11->958", - "default.handlebars->47->2315" + "default-mobile.handlebars->11->965", + "default.handlebars->47->2322" ] }, { @@ -46415,7 +46423,7 @@ "zh-cht": "MeshAgent流量", "hu": "MeshAgent forgalom", "xloc": [ - "default.handlebars->47->3324" + "default.handlebars->47->3331" ] }, { @@ -46442,7 +46450,7 @@ "zh-cht": "MeshAgent更新", "hu": "MeshAgent frissítés", "xloc": [ - "default.handlebars->47->3325" + "default.handlebars->47->3332" ] }, { @@ -46522,7 +46530,7 @@ "zh-cht": "MeshCentral 助手", "hu": "MeshCentral Assistant", "xloc": [ - "default.handlebars->47->2383", + "default.handlebars->47->2390", "default.handlebars->47->552", "default.handlebars->47->579", "default.handlebars->47->592" @@ -46913,7 +46921,7 @@ "zh-cht": "MeshCentral伺服器同級化", "hu": "MeshCentral Server Peering", "xloc": [ - "default.handlebars->47->3323" + "default.handlebars->47->3330" ] }, { @@ -46969,7 +46977,7 @@ "xloc": [ "default.handlebars->47->195", "default.handlebars->47->197", - "default.handlebars->47->2108" + "default.handlebars->47->2115" ] }, { @@ -47393,8 +47401,8 @@ "xloc": [ "default.handlebars->47->1004", "default.handlebars->47->1286", - "default.handlebars->47->2953", - "default.handlebars->47->3145", + "default.handlebars->47->2960", + "default.handlebars->47->3152", "default.handlebars->47->564" ] }, @@ -47450,7 +47458,7 @@ "zh-cht": "電郵調度器", "hu": "Üzenet Küldő", "xloc": [ - "default.handlebars->47->3321" + "default.handlebars->47->3328" ] }, { @@ -47462,7 +47470,7 @@ "de": "Fehler bei Nachricht", "es": "Mensaje de error", "xloc": [ - "default.handlebars->47->3251" + "default.handlebars->47->3258" ] }, { @@ -47474,7 +47482,7 @@ "de": "Fehler bei Nachricht: {0}", "es": "Mensaje de error: {0}", "xloc": [ - "default.handlebars->47->3252" + "default.handlebars->47->3259" ] }, { @@ -47499,7 +47507,7 @@ "de": "Nachricht erfolgreich gesendet.", "es": "Mensaje enviado con éxito.", "xloc": [ - "default.handlebars->47->3250" + "default.handlebars->47->3257" ] }, { @@ -47565,8 +47573,8 @@ "de": "Benachrichtigung", "es": "Mensajería", "xloc": [ - "default.handlebars->47->2898", - "default.handlebars->47->2946", + "default.handlebars->47->2905", + "default.handlebars->47->2953", "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" @@ -47581,7 +47589,7 @@ "de": "Benachrichtigung ({0})", "es": "Mensajería ({0})", "xloc": [ - "default.handlebars->47->2161", + "default.handlebars->47->2168", "default.handlebars->47->967" ] }, @@ -47594,11 +47602,11 @@ "es": "Notificaciones de Mensajería", "xloc": [ "default.handlebars->47->1106", - "default.handlebars->47->1750", - "default.handlebars->47->1770", - "default.handlebars->47->2404", + "default.handlebars->47->1757", + "default.handlebars->47->1777", + "default.handlebars->47->2411", "default.handlebars->47->255", - "default.handlebars->47->2993" + "default.handlebars->47->3000" ] }, { @@ -47610,7 +47618,7 @@ "de": "Benachrichtigungsaccount für diesen Benutzer.", "es": "Cuenta de Mensajería para este usuario.", "xloc": [ - "default.handlebars->47->2973" + "default.handlebars->47->2980" ] }, { @@ -47622,7 +47630,7 @@ "de": "Benachrichtigungen aktiviert", "es": "Mensajería habilitada", "xloc": [ - "default.handlebars->47->2899" + "default.handlebars->47->2906" ] }, { @@ -47649,8 +47657,8 @@ "zh-cht": "信使", "hu": "Messenger", "xloc": [ - "default.handlebars->47->3087", - "default.handlebars->47->3154" + "default.handlebars->47->3094", + "default.handlebars->47->3161" ] }, { @@ -47661,7 +47669,7 @@ "pl": "Wiadomości", "es": "Mensajería", "xloc": [ - "default.handlebars->47->3174" + "default.handlebars->47->3181" ] }, { @@ -47899,7 +47907,7 @@ "default-mobile.handlebars->11->861", "default.handlebars->47->1597", "default.handlebars->47->1689", - "default.handlebars->47->2069" + "default.handlebars->47->2076" ] }, { @@ -47954,7 +47962,7 @@ "hu": "moldvai", "xloc": [ "default-mobile.handlebars->11->221", - "default.handlebars->47->1920", + "default.handlebars->47->1927", "login2.handlebars->7->118" ] }, @@ -48088,7 +48096,7 @@ "zh-cht": "移動:“{0}”到“{1}”", "hu": "Áthelyezés: \\\"{0}\\\" ide \\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2531" + "default.handlebars->47->2538" ] }, { @@ -48115,7 +48123,7 @@ "zh-cht": "將設備{0}移動到組{1}", "hu": "{0} eszköz áthelyezve az {1} csoportba", "xloc": [ - "default.handlebars->47->2564" + "default.handlebars->47->2571" ] }, { @@ -48169,8 +48177,8 @@ "zh-cht": "多個問題", "hu": "Többszörös Problémák", "xloc": [ - "default.handlebars->47->2417", - "default.handlebars->47->2431" + "default.handlebars->47->2424", + "default.handlebars->47->2438" ] }, { @@ -48221,7 +48229,7 @@ "zh-cht": "多工器", "hu": "Multiplexor", "xloc": [ - "default.handlebars->47->3105" + "default.handlebars->47->3112" ] }, { @@ -48452,7 +48460,7 @@ "zh-cht": "我的伺服器控制台", "hu": "Kiszolgáló konzol", "xloc": [ - "default.handlebars->47->1720" + "default.handlebars->47->1727" ] }, { @@ -48670,8 +48678,8 @@ "zh-cht": "我的密鍵", "hu": "MyKey", "xloc": [ - "default.handlebars->47->1795", - "default.handlebars->47->1798" + "default.handlebars->47->1802", + "default.handlebars->47->1805" ] }, { @@ -48837,25 +48845,25 @@ "default-mobile.handlebars->11->480", "default-mobile.handlebars->11->733", "default-mobile.handlebars->11->823", - "default-mobile.handlebars->11->917", - "default-mobile.handlebars->11->940", + "default-mobile.handlebars->11->924", + "default-mobile.handlebars->11->947", "default.handlebars->47->1418", "default.handlebars->47->1434", "default.handlebars->47->156", "default.handlebars->47->1577", "default.handlebars->47->1651", "default.handlebars->47->170", - "default.handlebars->47->2059", - "default.handlebars->47->2087", - "default.handlebars->47->2092", - "default.handlebars->47->2127", - "default.handlebars->47->2265", - "default.handlebars->47->2672", - "default.handlebars->47->2790", - "default.handlebars->47->2806", + "default.handlebars->47->2066", + "default.handlebars->47->2094", + "default.handlebars->47->2099", + "default.handlebars->47->2134", + "default.handlebars->47->2272", + "default.handlebars->47->2679", + "default.handlebars->47->2797", "default.handlebars->47->2813", - "default.handlebars->47->2864", - "default.handlebars->47->2883", + "default.handlebars->47->2820", + "default.handlebars->47->2871", + "default.handlebars->47->2890", "default.handlebars->47->330", "default.handlebars->47->873", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -48914,7 +48922,7 @@ "zh-cht": "名稱1,名稱2,名稱3", "hu": "Nev1.Nev2,Nev3", "xloc": [ - "default.handlebars->47->2771" + "default.handlebars->47->2778" ] }, { @@ -48942,7 +48950,7 @@ "hu": "navajo", "xloc": [ "default-mobile.handlebars->11->222", - "default.handlebars->47->1921", + "default.handlebars->47->1928", "login2.handlebars->7->119" ] }, @@ -48971,7 +48979,7 @@ "hu": "ndonga-oshindonga", "xloc": [ "default-mobile.handlebars->11->223", - "default.handlebars->47->1922", + "default.handlebars->47->1929", "login2.handlebars->7->120" ] }, @@ -49000,7 +49008,7 @@ "hu": "nepáli", "xloc": [ "default-mobile.handlebars->11->224", - "default.handlebars->47->1923", + "default.handlebars->47->1930", "login2.handlebars->7->121" ] }, @@ -49065,7 +49073,7 @@ "de": "Aufzeichnungen über Informationen zu Netzwerkschnittstellen", "es": "Registros de información de la interfaz de red.", "xloc": [ - "default.handlebars->47->3187" + "default.handlebars->47->3194" ] }, { @@ -49122,7 +49130,7 @@ "hu": "Új", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3createMeshLink1->1", - "default.handlebars->47->2086", + "default.handlebars->47->2093", "default.handlebars->container->column_l->p2->p2info->p2createMeshLink1->1" ] }, @@ -49150,7 +49158,7 @@ "zh-cht": "生成新的2FA備份代碼", "hu": "Új 2FA biztonsági kódok generálása", "xloc": [ - "default.handlebars->47->2571" + "default.handlebars->47->2578" ] }, { @@ -49177,8 +49185,8 @@ "zh-cht": "新賬戶", "hu": "Új fiók", "xloc": [ - "default-mobile.handlebars->11->999", - "default.handlebars->47->3213" + "default-mobile.handlebars->11->1006", + "default.handlebars->47->3220" ] }, { @@ -49258,8 +49266,8 @@ "xloc": [ "default-mobile.handlebars->11->329", "default.handlebars->47->1296", - "default.handlebars->47->2052", - "default.handlebars->47->2075" + "default.handlebars->47->2059", + "default.handlebars->47->2082" ] }, { @@ -49289,7 +49297,7 @@ "default-mobile.handlebars->11->359", "default-mobile.handlebars->11->704", "default.handlebars->47->1534", - "default.handlebars->47->2461", + "default.handlebars->47->2468", "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", @@ -49429,8 +49437,8 @@ "zh-cht": "新密碼*", "hu": "Új jelszó*", "xloc": [ - "default.handlebars->47->2239", - "default.handlebars->47->2240" + "default.handlebars->47->2246", + "default.handlebars->47->2247" ] }, { @@ -49459,8 +49467,8 @@ "xloc": [ "default-mobile.handlebars->11->324", "default-mobile.handlebars->11->325", - "default.handlebars->47->2047", - "default.handlebars->47->2048" + "default.handlebars->47->2054", + "default.handlebars->47->2055" ] }, { @@ -49631,7 +49639,7 @@ "zh-cht": "無代理控制台", "hu": "Nincs Agent konzol", "xloc": [ - "default.handlebars->47->3008" + "default.handlebars->47->3015" ] }, { @@ -49665,7 +49673,7 @@ "zh-cht": "沒有控制台", "hu": "Nincs Agent konzol", "xloc": [ - "default.handlebars->47->2907" + "default.handlebars->47->2914" ] }, { @@ -49724,8 +49732,8 @@ "xloc": [ "default.handlebars->47->1117", "default.handlebars->47->1142", - "default.handlebars->47->2352", - "default.handlebars->47->2903" + "default.handlebars->47->2359", + "default.handlebars->47->2910" ] }, { @@ -49752,8 +49760,8 @@ "zh-cht": "不能訪問桌面", "hu": "Nincs Asztal hozzáférés", "xloc": [ - "default.handlebars->47->2311", - "default.handlebars->47->3004" + "default.handlebars->47->2318", + "default.handlebars->47->3011" ] }, { @@ -49805,8 +49813,8 @@ "hu": "Nincsenek eseményeket", "xloc": [ "default.handlebars->47->1573", - "default.handlebars->47->2648", - "default.handlebars->47->3070" + "default.handlebars->47->2655", + "default.handlebars->47->3077" ] }, { @@ -49833,9 +49841,9 @@ "zh-cht": "不能存取檔案", "hu": "Nincs Fájl hozzáférés", "xloc": [ - "default-mobile.handlebars->11->956", - "default.handlebars->47->2313", - "default.handlebars->47->3007" + "default-mobile.handlebars->11->963", + "default.handlebars->47->2320", + "default.handlebars->47->3014" ] }, { @@ -49862,11 +49870,11 @@ "zh-cht": "沒有檔案", "hu": "Nincs Fájlelérés", "xloc": [ - "default-mobile.handlebars->11->979", + "default-mobile.handlebars->11->986", "default.handlebars->47->1114", "default.handlebars->47->1139", - "default.handlebars->47->2354", - "default.handlebars->47->2906" + "default.handlebars->47->2361", + "default.handlebars->47->2913" ] }, { @@ -49921,10 +49929,10 @@ "zh-cht": "沒有Intel® AMT", "hu": "Nincs Intel® AMT", "xloc": [ - "default-mobile.handlebars->11->957", - "default-mobile.handlebars->11->980", - "default.handlebars->47->2314", - "default.handlebars->47->2355" + "default-mobile.handlebars->11->964", + "default-mobile.handlebars->11->987", + "default.handlebars->47->2321", + "default.handlebars->47->2362" ] }, { @@ -50056,7 +50064,7 @@ "zh-cht": "沒有成員", "hu": "Nincsenek tagok", "xloc": [ - "default.handlebars->47->2844" + "default.handlebars->47->2851" ] }, { @@ -50083,7 +50091,7 @@ "zh-cht": "沒有新的裝置群", "hu": "Új eszköz csoportok hozzáadásának tiltása", "xloc": [ - "default.handlebars->47->2784" + "default.handlebars->47->2791" ] }, { @@ -50110,7 +50118,7 @@ "zh-cht": "沒有新設備", "hu": "Új eszközök hozzáadásának tiltása", "xloc": [ - "default.handlebars->47->2785" + "default.handlebars->47->2792" ] }, { @@ -50137,8 +50145,8 @@ "zh-cht": "沒有政策", "hu": "Nincs házirend", "xloc": [ - "default.handlebars->47->2166", - "default.handlebars->47->2230" + "default.handlebars->47->2173", + "default.handlebars->47->2237" ] }, { @@ -50188,8 +50196,8 @@ "zh-cht": "沒有遙控器", "hu": "Nincs távoli parancs.", "xloc": [ - "default.handlebars->47->2909", - "default.handlebars->47->3010" + "default.handlebars->47->2916", + "default.handlebars->47->3017" ] }, { @@ -50216,8 +50224,8 @@ "zh-cht": "沒有遙控器", "hu": "Nincs távvezérlés", "xloc": [ - "default.handlebars->47->2902", - "default.handlebars->47->3003" + "default.handlebars->47->2909", + "default.handlebars->47->3010" ] }, { @@ -50244,8 +50252,8 @@ "zh-cht": "無重置/關閉", "hu": "Nincs Újraindítás / Kikapcsolás", "xloc": [ - "default.handlebars->47->2911", - "default.handlebars->47->3012" + "default.handlebars->47->2918", + "default.handlebars->47->3019" ] }, { @@ -50273,12 +50281,12 @@ "hu": "Nincsenek jogok", "xloc": [ "default-mobile.handlebars->11->344", - "default-mobile.handlebars->11->931", - "default-mobile.handlebars->11->987", + "default-mobile.handlebars->11->938", + "default-mobile.handlebars->11->994", "default.handlebars->47->1132", "default.handlebars->47->1157", - "default.handlebars->47->2084", - "default.handlebars->47->2365" + "default.handlebars->47->2091", + "default.handlebars->47->2372" ] }, { @@ -50358,11 +50366,11 @@ "zh-cht": "沒有終端", "hu": "Nincs terminál", "xloc": [ - "default-mobile.handlebars->11->978", + "default-mobile.handlebars->11->985", "default.handlebars->47->1113", "default.handlebars->47->1138", - "default.handlebars->47->2353", - "default.handlebars->47->2905" + "default.handlebars->47->2360", + "default.handlebars->47->2912" ] }, { @@ -50389,9 +50397,9 @@ "zh-cht": "不能訪問終端", "hu": "Nincs Terminál hozzáférés", "xloc": [ - "default-mobile.handlebars->11->955", - "default.handlebars->47->2312", - "default.handlebars->47->3006" + "default-mobile.handlebars->11->962", + "default.handlebars->47->2319", + "default.handlebars->47->3013" ] }, { @@ -50418,7 +50426,7 @@ "zh-cht": "沒有工具(MeshCmd /路由器)", "hu": "MeshCmd/Router tiltása", "xloc": [ - "default.handlebars->47->2786" + "default.handlebars->47->2793" ] }, { @@ -50445,8 +50453,8 @@ "zh-cht": "無卸載", "hu": "Nincs Eltávolítás", "xloc": [ - "default.handlebars->47->2908", - "default.handlebars->47->3009" + "default.handlebars->47->2915", + "default.handlebars->47->3016" ] }, { @@ -50473,8 +50481,8 @@ "zh-cht": "沒有喚醒", "hu": "Nincs Ébresztés", "xloc": [ - "default.handlebars->47->2910", - "default.handlebars->47->3011" + "default.handlebars->47->2917", + "default.handlebars->47->3018" ] }, { @@ -50553,9 +50561,9 @@ "zh-cht": "沒有代理設備通過代理中繼", "hu": "No agent devices relayed thru agent", "xloc": [ - "default-mobile.handlebars->11->914", - "default.handlebars->47->2061", - "default.handlebars->47->2124" + "default-mobile.handlebars->11->921", + "default.handlebars->47->2068", + "default.handlebars->47->2131" ] }, { @@ -50582,8 +50590,8 @@ "zh-cht": "沒有自動更新", "hu": "Nincs automatikus frissítés", "xloc": [ - "default.handlebars->47->2415", - "default.handlebars->47->2429" + "default.handlebars->47->2422", + "default.handlebars->47->2436" ] }, { @@ -50610,8 +50618,8 @@ "zh-cht": "沒有共同的裝置群", "hu": "Nincsenek hozzárendelt eszközcsoportok", "xloc": [ - "default.handlebars->47->2850", - "default.handlebars->47->3038" + "default.handlebars->47->2857", + "default.handlebars->47->3045" ] }, { @@ -50773,8 +50781,8 @@ "zh-cht": "沒有共同的裝置", "hu": "Nincsenek hozzárendelt eszközök", "xloc": [ - "default.handlebars->47->2856", - "default.handlebars->47->3050" + "default.handlebars->47->2863", + "default.handlebars->47->3057" ] }, { @@ -50829,7 +50837,7 @@ "zh-cht": "該裝置群中沒有裝置。", "hu": "Ebben az eszközcsoportban nincsenek eszközök.", "xloc": [ - "default.handlebars->47->2433" + "default.handlebars->47->2440" ] }, { @@ -50967,7 +50975,7 @@ "zh-cht": "找不到群組。", "hu": "Nincsenek csoportok.", "xloc": [ - "default.handlebars->47->2789" + "default.handlebars->47->2796" ] }, { @@ -50994,8 +51002,8 @@ "zh-cht": "沒有此裝置的訊息。", "hu": "Nincs információ erről az eszközről.", "xloc": [ - "default-mobile.handlebars->11->886", - "default.handlebars->47->1714" + "default-mobile.handlebars->11->893", + "default.handlebars->47->1721" ] }, { @@ -51186,7 +51194,7 @@ "zh-cht": "不再是“{0}”的中繼。", "hu": "Már nem relay a \\\"{0}\\\" számára.", "xloc": [ - "default.handlebars->47->2631" + "default.handlebars->47->2638" ] }, { @@ -51267,8 +51275,8 @@ "zh-cht": "沒有此用戶的電話號碼", "hu": "Ennek a felhasználónak nincs telefonszáma", "xloc": [ - "default-mobile.handlebars->11->1030", - "default.handlebars->47->3244" + "default-mobile.handlebars->11->1037", + "default.handlebars->47->3251" ] }, { @@ -51322,7 +51330,7 @@ "zh-cht": "沒有錄音。", "hu": "Nincsenek felvételek.", "xloc": [ - "default.handlebars->47->3075" + "default.handlebars->47->3082" ] }, { @@ -51349,8 +51357,8 @@ "zh-cht": "沒有可用的中繼設備。", "hu": "Nem állnak rendelkezésre relay eszközök.", "xloc": [ - "default-mobile.handlebars->11->937", - "default.handlebars->47->2262" + "default-mobile.handlebars->11->944", + "default.handlebars->47->2269" ] }, { @@ -51401,7 +51409,7 @@ "zh-cht": "沒有伺服器權限", "hu": "Nincsenek kiszolgáló jogosultságok", "xloc": [ - "default.handlebars->47->2878" + "default.handlebars->47->2885" ] }, { @@ -51452,7 +51460,7 @@ "zh-cht": "沒有用戶群成員身份", "hu": "Nincs felhasználói csoport tagság", "xloc": [ - "default.handlebars->47->3044" + "default.handlebars->47->3051" ] }, { @@ -51479,8 +51487,8 @@ "zh-cht": "沒有用戶管理權限", "hu": "Nincs felhasználói kezelői jog", "xloc": [ - "default-mobile.handlebars->11->1028", - "default.handlebars->47->3242" + "default-mobile.handlebars->11->1035", + "default.handlebars->47->3249" ] }, { @@ -51507,7 +51515,7 @@ "zh-cht": "未找到相應的用戶。", "hu": "Nem találhatóak felhasználók.", "xloc": [ - "default.handlebars->47->2680" + "default.handlebars->47->2687" ] }, { @@ -51652,33 +51660,33 @@ "default-mobile.handlebars->11->527", "default-mobile.handlebars->11->653", "default-mobile.handlebars->11->701", - "default-mobile.handlebars->11->919", + "default-mobile.handlebars->11->926", "default.handlebars->47->1406", - "default.handlebars->47->2118", - "default.handlebars->47->2129", - "default.handlebars->47->2143", - "default.handlebars->47->2155", + "default.handlebars->47->2125", + "default.handlebars->47->2136", + "default.handlebars->47->2150", "default.handlebars->47->2162", - "default.handlebars->47->2164", - "default.handlebars->47->2218", - "default.handlebars->47->2418", - "default.handlebars->47->2443", - "default.handlebars->47->2448", - "default.handlebars->47->2656", + "default.handlebars->47->2169", + "default.handlebars->47->2171", + "default.handlebars->47->2225", + "default.handlebars->47->2425", + "default.handlebars->47->2450", + "default.handlebars->47->2455", + "default.handlebars->47->2663", "default.handlebars->47->272", - "default.handlebars->47->2810", - "default.handlebars->47->2812", - "default.handlebars->47->2821", - "default.handlebars->47->2833", - "default.handlebars->47->2897", - "default.handlebars->47->2900", - "default.handlebars->47->2912", - "default.handlebars->47->2922", - "default.handlebars->47->2926", - "default.handlebars->47->2938", - "default.handlebars->47->2974", + "default.handlebars->47->2817", + "default.handlebars->47->2819", + "default.handlebars->47->2828", + "default.handlebars->47->2840", + "default.handlebars->47->2904", + "default.handlebars->47->2907", + "default.handlebars->47->2919", + "default.handlebars->47->2929", + "default.handlebars->47->2933", + "default.handlebars->47->2945", + "default.handlebars->47->2981", "default.handlebars->47->300", - "default.handlebars->47->3169", + "default.handlebars->47->3176", "default.handlebars->47->398", "default.handlebars->47->399", "default.handlebars->47->85", @@ -51767,7 +51775,7 @@ "hu": "norvég", "xloc": [ "default-mobile.handlebars->11->225", - "default.handlebars->47->1924", + "default.handlebars->47->1931", "login2.handlebars->7->122" ] }, @@ -51796,7 +51804,7 @@ "hu": "norvég (Bokmal)", "xloc": [ "default-mobile.handlebars->11->226", - "default.handlebars->47->1925", + "default.handlebars->47->1932", "login2.handlebars->7->123" ] }, @@ -51825,7 +51833,7 @@ "hu": "norvég (Nynorsk)", "xloc": [ "default-mobile.handlebars->11->227", - "default.handlebars->47->1926", + "default.handlebars->47->1933", "login2.handlebars->7->124" ] }, @@ -51938,8 +51946,8 @@ "zh-cht": "未連接", "hu": "Nincs csatlakoztatva", "xloc": [ - "default.handlebars->47->2409", - "default.handlebars->47->2422" + "default.handlebars->47->2416", + "default.handlebars->47->2429" ] }, { @@ -52021,7 +52029,7 @@ "zh-cht": "不在伺服器上", "hu": "Nincs a kiszolgálón", "xloc": [ - "default.handlebars->47->3097" + "default.handlebars->47->3104" ] }, { @@ -52048,8 +52056,8 @@ "zh-cht": "沒有設置", "hu": "Nincs beállítva", "xloc": [ - "default.handlebars->47->2884", - "default.handlebars->47->2885" + "default.handlebars->47->2891", + "default.handlebars->47->2892" ] }, { @@ -52076,7 +52084,7 @@ "zh-cht": "未經審核的", "hu": "Nincs megerősítve", "xloc": [ - "default.handlebars->47->3018" + "default.handlebars->47->3025" ] }, { @@ -52105,12 +52113,12 @@ "xloc": [ "default-mobile.handlebars->11->540", "default-mobile.handlebars->11->591", - "default-mobile.handlebars->11->925", + "default-mobile.handlebars->11->932", "default.handlebars->47->1123", "default.handlebars->47->1148", "default.handlebars->47->1161", - "default.handlebars->47->2174", - "default.handlebars->47->2949", + "default.handlebars->47->2181", + "default.handlebars->47->2956", "default.handlebars->47->998", "default.handlebars->container->column_l->p10->p10info->1->1->0->notesPanel->1->1->1->0" ] @@ -52167,8 +52175,8 @@ "hu": "Értesítési beállítások", "xloc": [ "default.handlebars->47->1110", - "default.handlebars->47->2034", - "default.handlebars->47->2408", + "default.handlebars->47->2041", + "default.handlebars->47->2415", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->12" ] }, @@ -52244,7 +52252,7 @@ "zh-cht": "通知音效", "hu": "Értesítési hangjelzés", "xloc": [ - "default.handlebars->47->2029" + "default.handlebars->47->2036" ] }, { @@ -52271,7 +52279,7 @@ "zh-cht": "通知", "hu": "Értesítések", "xloc": [ - "default.handlebars->47->2163", + "default.handlebars->47->2170", "default.handlebars->47->969" ] }, @@ -52299,7 +52307,7 @@ "zh-cht": "通知", "hu": "Értesítés küldése", "xloc": [ - "default.handlebars->47->2957", + "default.handlebars->47->2964", "default.handlebars->47->297" ] }, @@ -52354,9 +52362,9 @@ "zh-cht": "通知使用者", "hu": "Felhasználó értesítése", "xloc": [ - "default.handlebars->47->2273", - "default.handlebars->47->2277", - "default.handlebars->47->2280" + "default.handlebars->47->2280", + "default.handlebars->47->2284", + "default.handlebars->47->2287" ] }, { @@ -52383,7 +52391,7 @@ "zh-cht": "通知{0}", "hu": "Értesítés küldése {0}", "xloc": [ - "default.handlebars->47->2722" + "default.handlebars->47->2729" ] }, { @@ -52410,7 +52418,7 @@ "zh-cht": "無效的", "hu": "Null", "xloc": [ - "default.handlebars->47->3315" + "default.handlebars->47->3322" ] }, { @@ -52468,9 +52476,9 @@ "default-mobile.handlebars->11->767", "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->47->2106", - "default.handlebars->47->2413", - "default.handlebars->47->2427", + "default.handlebars->47->2113", + "default.handlebars->47->2420", + "default.handlebars->47->2434", "default.handlebars->47->924", "default.handlebars->47->928", "default.handlebars->47->932", @@ -52594,7 +52602,7 @@ "hu": "okcitán", "xloc": [ "default-mobile.handlebars->11->228", - "default.handlebars->47->1927", + "default.handlebars->47->1934", "login2.handlebars->7->125" ] }, @@ -52622,8 +52630,8 @@ "zh-cht": "發生在{0}", "hu": "Történt {0}", "xloc": [ - "default-mobile.handlebars->11->996", - "default.handlebars->47->3210" + "default-mobile.handlebars->11->1003", + "default.handlebars->47->3217" ] }, { @@ -52710,7 +52718,7 @@ "zh-cht": "離線用戶", "hu": "Offline felhasználók", "xloc": [ - "default.handlebars->47->2677" + "default.handlebars->47->2684" ] }, { @@ -52765,7 +52773,7 @@ "hu": "Jelenlegi jelszó:", "xloc": [ "default-mobile.handlebars->11->323", - "default.handlebars->47->2046" + "default.handlebars->47->2053" ] }, { @@ -52803,7 +52811,7 @@ "zh-cht": "一天", "hu": "Egy Nap", "xloc": [ - "default.handlebars->47->2653" + "default.handlebars->47->2660" ] }, { @@ -52858,7 +52866,7 @@ "zh-cht": "一次性密碼", "hu": "OTP Egyszer használatos jelszó", "xloc": [ - "default.handlebars->47->3176" + "default.handlebars->47->3183" ] }, { @@ -52914,7 +52922,7 @@ "zh-cht": "在線用戶", "hu": "Online felhasználók", "xloc": [ - "default.handlebars->47->2676" + "default.handlebars->47->2683" ] }, { @@ -52941,7 +52949,7 @@ "zh-cht": "僅顯示前 100 個用戶", "hu": "Csak az első 100 felhasználót jelenítse meg", "xloc": [ - "default.handlebars->47->2723" + "default.handlebars->47->2730" ] }, { @@ -52970,7 +52978,7 @@ "xloc": [ "default-mobile.handlebars->11->712", "default.handlebars->47->1542", - "default.handlebars->47->2470", + "default.handlebars->47->2477", "default.handlebars->47->841", "sharing.handlebars->11->67" ] @@ -53356,7 +53364,7 @@ "zh-cht": "開場:{0}", "hu": "Nyitás: {0}", "xloc": [ - "default.handlebars->47->2499" + "default.handlebars->47->2506" ] }, { @@ -53386,7 +53394,7 @@ "default-mobile.handlebars->11->769", "default.handlebars->47->1323", "default.handlebars->47->1587", - "default.handlebars->47->3142", + "default.handlebars->47->3149", "default.handlebars->47->340", "default.handlebars->47->546", "default.handlebars->47->596", @@ -53419,8 +53427,8 @@ "xloc": [ "default-mobile.handlebars->11->581", "default.handlebars->47->1253", - "default.handlebars->47->2705", - "default.handlebars->47->2797", + "default.handlebars->47->2712", + "default.handlebars->47->2804", "default.handlebars->47->736", "default.handlebars->47->748" ] @@ -53501,7 +53509,7 @@ "hu": " orija", "xloc": [ "default-mobile.handlebars->11->229", - "default.handlebars->47->1928", + "default.handlebars->47->1935", "login2.handlebars->7->126" ] }, @@ -53530,7 +53538,7 @@ "hu": "oromó", "xloc": [ "default-mobile.handlebars->11->230", - "default.handlebars->47->1929", + "default.handlebars->47->1936", "login2.handlebars->7->127" ] }, @@ -53845,8 +53853,8 @@ "zh-cht": "推", "hu": "PUSH", "xloc": [ - "default-mobile.handlebars->11->897", - "default.handlebars->47->1726" + "default-mobile.handlebars->11->904", + "default.handlebars->47->1733" ] }, { @@ -53988,7 +53996,7 @@ "zh-cht": "部分的", "hu": "Egyedi", "xloc": [ - "default.handlebars->47->2692" + "default.handlebars->47->2699" ] }, { @@ -54064,8 +54072,8 @@ "hu": "Részleges jogok", "xloc": [ "default-mobile.handlebars->11->342", - "default-mobile.handlebars->11->929", - "default.handlebars->47->2082" + "default-mobile.handlebars->11->936", + "default.handlebars->47->2089" ] }, { @@ -54092,7 +54100,7 @@ "zh-cht": "部分權限", "hu": "Részleges jogok", "xloc": [ - "default.handlebars->47->2881" + "default.handlebars->47->2888" ] }, { @@ -54153,14 +54161,14 @@ "default.handlebars->47->1372", "default.handlebars->47->1482", "default.handlebars->47->1489", - "default.handlebars->47->2074", - "default.handlebars->47->2236", - "default.handlebars->47->2759", - "default.handlebars->47->2760", - "default.handlebars->47->2918", - "default.handlebars->47->2920", - "default.handlebars->47->3023", - "default.handlebars->47->3024", + "default.handlebars->47->2081", + "default.handlebars->47->2243", + "default.handlebars->47->2766", + "default.handlebars->47->2767", + "default.handlebars->47->2925", + "default.handlebars->47->2927", + "default.handlebars->47->3030", + "default.handlebars->47->3031", "default.handlebars->47->334", "default.handlebars->47->507", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -54319,8 +54327,8 @@ "zh-cht": "密碼已更改。", "hu": "A jelszó megváltozott.", "xloc": [ - "default-mobile.handlebars->11->1024", - "default.handlebars->47->3238" + "default-mobile.handlebars->11->1031", + "default.handlebars->47->3245" ] }, { @@ -54375,7 +54383,7 @@ "zh-cht": "密碼提示", "hu": "Jelszó tipp", "xloc": [ - "default.handlebars->47->3025" + "default.handlebars->47->3032" ] }, { @@ -54403,7 +54411,7 @@ "hu": "Jelszó tipp:", "xloc": [ "default-mobile.handlebars->11->326", - "default.handlebars->47->2049" + "default.handlebars->47->2056" ] }, { @@ -54510,8 +54518,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->11->318", "default-mobile.handlebars->11->319", - "default.handlebars->47->2041", - "default.handlebars->47->2042", + "default.handlebars->47->2048", + "default.handlebars->47->2049", "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", @@ -54558,7 +54566,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->47->1503", "default.handlebars->47->1549", - "default.handlebars->47->2472", + "default.handlebars->47->2479", "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", @@ -54752,8 +54760,8 @@ "zh-cht": "執行代理指令", "hu": "Agent művelet végrehajtása", "xloc": [ - "default-mobile.handlebars->11->900", - "default.handlebars->47->1729" + "default-mobile.handlebars->11->907", + "default.handlebars->47->1736" ] }, { @@ -54828,7 +54836,7 @@ "zh-cht": "執行英特爾®AMT激活和配置。", "hu": "Végezze el az Intel® AMT aktiválását és konfigurálását.", "xloc": [ - "default.handlebars->47->2180", + "default.handlebars->47->2187", "default.handlebars->47->484" ] }, @@ -55205,7 +55213,7 @@ "zh-cht": "執行電源操作= {0},強制執行= {1}", "hu": "Végrehajtott tápellárás művelet={0}, kényszerített={1}", "xloc": [ - "default.handlebars->47->2504" + "default.handlebars->47->2511" ] }, { @@ -55232,8 +55240,8 @@ "zh-cht": "沒有權限", "hu": "Hozzáférés megtagadva", "xloc": [ - "default-mobile.handlebars->11->1005", - "default.handlebars->47->3219" + "default-mobile.handlebars->11->1012", + "default.handlebars->47->3226" ] }, { @@ -55260,9 +55268,9 @@ "zh-cht": "權限", "hu": "Jogosultságok", "xloc": [ - "default-mobile.handlebars->11->990", - "default.handlebars->47->2368", - "default.handlebars->47->2675" + "default-mobile.handlebars->11->997", + "default.handlebars->47->2375", + "default.handlebars->47->2682" ] }, { @@ -55290,7 +55298,7 @@ "hu": "perzsa/irán", "xloc": [ "default-mobile.handlebars->11->231", - "default.handlebars->47->1930", + "default.handlebars->47->1937", "login2.handlebars->7->128" ] }, @@ -55375,10 +55383,10 @@ "default-mobile.handlebars->11->100", "default-mobile.handlebars->11->83", "default-mobile.handlebars->11->98", - "default.handlebars->47->1744", - "default.handlebars->47->1747", + "default.handlebars->47->1751", + "default.handlebars->47->1754", "default.handlebars->47->252", - "default.handlebars->47->2972" + "default.handlebars->47->2979" ] }, { @@ -55405,7 +55413,7 @@ "zh-cht": "電話號碼", "hu": "Telefonszám", "xloc": [ - "default.handlebars->47->2896" + "default.handlebars->47->2903" ] }, { @@ -55433,8 +55441,8 @@ "hu": "Telefonszám:", "xloc": [ "default-mobile.handlebars->11->99", - "default.handlebars->47->1746", - "default.handlebars->47->2971" + "default.handlebars->47->1753", + "default.handlebars->47->2978" ] }, { @@ -55649,7 +55657,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->2036" + "default.handlebars->47->2043" ] }, { @@ -55677,7 +55685,7 @@ "hu": "Plugin Művelet", "xloc": [ "default.handlebars->47->315", - "default.handlebars->47->3353" + "default.handlebars->47->3360" ] }, { @@ -55870,7 +55878,7 @@ "hu": "Házirend", "xloc": [ "default-mobile.handlebars->11->341", - "default.handlebars->47->2081" + "default.handlebars->47->2088" ] }, { @@ -55898,7 +55906,7 @@ "hu": "lengyel", "xloc": [ "default-mobile.handlebars->11->232", - "default.handlebars->47->1931", + "default.handlebars->47->1938", "login2.handlebars->7->129" ] }, @@ -55988,7 +55996,7 @@ "zh-cht": "端口名稱同步", "hu": "Port Név Szinkronizásás", "xloc": [ - "default.handlebars->47->2139" + "default.handlebars->47->2146" ] }, { @@ -56120,7 +56128,7 @@ "hu": "portugál", "xloc": [ "default-mobile.handlebars->11->233", - "default.handlebars->47->1932", + "default.handlebars->47->1939", "login2.handlebars->7->130" ] }, @@ -56149,7 +56157,7 @@ "hu": "portugál (Brazília)", "xloc": [ "default-mobile.handlebars->11->234", - "default.handlebars->47->1933", + "default.handlebars->47->1940", "login2.handlebars->7->131" ] }, @@ -56289,7 +56297,7 @@ "zh-cht": "電源狀態", "hu": "Energiaellátás Statisztika", "xloc": [ - "default.handlebars->47->2420", + "default.handlebars->47->2427", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -56496,7 +56504,7 @@ "zh-cht": "存在於伺服器上", "hu": "Kiszolgálón tárolva", "xloc": [ - "default.handlebars->47->3096" + "default.handlebars->47->3103" ] }, { @@ -56636,9 +56644,9 @@ "xloc": [ "default-mobile.handlebars->11->88", "default-mobile.handlebars->11->89", - "default.handlebars->47->1739", - "default.handlebars->47->2966", - "default.handlebars->47->3021", + "default.handlebars->47->1746", + "default.handlebars->47->2973", + "default.handlebars->47->3028", "default.handlebars->47->327" ] }, @@ -56961,7 +56969,7 @@ "zh-cht": "處理控制台命令:“{0}”", "hu": "Konzolparancs feldolgozása: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2496" + "default.handlebars->47->2503" ] }, { @@ -57042,9 +57050,9 @@ "zh-cht": "用戶同意提示", "hu": "Felhasználói hozzájárulás kérése", "xloc": [ - "default.handlebars->47->2274", - "default.handlebars->47->2278", - "default.handlebars->47->2281" + "default.handlebars->47->2281", + "default.handlebars->47->2285", + "default.handlebars->47->2288" ] }, { @@ -57071,7 +57079,7 @@ "zh-cht": "協議", "hu": "Protokoll", "xloc": [ - "default.handlebars->47->3094", + "default.handlebars->47->3101", "player.handlebars->3->32" ] }, @@ -57203,7 +57211,7 @@ "hu": "Puvlikus link", "xloc": [ "default-mobile.handlebars->11->354", - "default.handlebars->47->2455" + "default.handlebars->47->2462" ] }, { @@ -57255,7 +57263,7 @@ "hu": "pandzsábi", "xloc": [ "default-mobile.handlebars->11->235", - "default.handlebars->47->1934", + "default.handlebars->47->1941", "login2.handlebars->7->132" ] }, @@ -57284,7 +57292,7 @@ "hu": "pandzsábi (India)", "xloc": [ "default-mobile.handlebars->11->236", - "default.handlebars->47->1935", + "default.handlebars->47->1942", "login2.handlebars->7->133" ] }, @@ -57313,7 +57321,7 @@ "hu": "pandzsábi (Pakisztán)", "xloc": [ "default-mobile.handlebars->11->237", - "default.handlebars->47->1936", + "default.handlebars->47->1943", "login2.handlebars->7->134" ] }, @@ -57369,7 +57377,7 @@ "zh-cht": "推送通知", "hu": "Push Értesítés", "xloc": [ - "default.handlebars->47->3175" + "default.handlebars->47->3182" ] }, { @@ -57431,8 +57439,8 @@ "pl": "Pushover", "es": "Pushover", "xloc": [ - "default.handlebars->47->1756", - "default.handlebars->47->2979" + "default.handlebars->47->1763", + "default.handlebars->47->2986" ] }, { @@ -57514,7 +57522,7 @@ "hu": "quechua", "xloc": [ "default-mobile.handlebars->11->238", - "default.handlebars->47->1937", + "default.handlebars->47->1944", "login2.handlebars->7->135" ] }, @@ -57878,7 +57886,7 @@ "zh-cht": "RSS", "hu": "RSS", "xloc": [ - "default.handlebars->47->3311" + "default.handlebars->47->3318" ] }, { @@ -57932,7 +57940,7 @@ "zh-cht": "隨機密碼", "hu": "Véletlenszerű jelszó", "xloc": [ - "default.handlebars->47->2237" + "default.handlebars->47->2244" ] }, { @@ -57959,7 +57967,7 @@ "zh-cht": "隨機密碼。", "hu": "Véletlenszerű jelszó generálása", "xloc": [ - "default.handlebars->47->2761" + "default.handlebars->47->2768" ] }, { @@ -57986,7 +57994,7 @@ "zh-cht": "力登 Dominion KX III", "hu": "Raritan Dominion KX III", "xloc": [ - "default.handlebars->47->2070" + "default.handlebars->47->2077" ] }, { @@ -58091,9 +58099,9 @@ "zh-cht": "真正的名字", "hu": "Teljes Név", "xloc": [ - "default.handlebars->47->2893", - "default.handlebars->47->2895", - "default.handlebars->47->3014" + "default.handlebars->47->2900", + "default.handlebars->47->2902", + "default.handlebars->47->3021" ] }, { @@ -58131,7 +58139,7 @@ "zh-cht": "境界", "hu": "Realms", "xloc": [ - "default.handlebars->47->2770" + "default.handlebars->47->2777" ] }, { @@ -58188,9 +58196,9 @@ "zh-cht": "記錄會議", "hu": "Munkamenetek rögzítése", "xloc": [ - "default.handlebars->47->2141", - "default.handlebars->47->2820", - "default.handlebars->47->2901" + "default.handlebars->47->2148", + "default.handlebars->47->2827", + "default.handlebars->47->2908" ] }, { @@ -58244,9 +58252,9 @@ "zh-cht": "記錄會議", "hu": "Munkamenetek rögzítése", "xloc": [ - "default.handlebars->47->2282", - "default.handlebars->47->2858", - "default.handlebars->47->3002" + "default.handlebars->47->2289", + "default.handlebars->47->2865", + "default.handlebars->47->3009" ] }, { @@ -58273,7 +58281,7 @@ "zh-cht": "記錄細節", "hu": "Felvétel részletek", "xloc": [ - "default.handlebars->47->3108" + "default.handlebars->47->3115" ] }, { @@ -58308,8 +58316,8 @@ "nl": "Herstelwachtwoord", "pl": "Hasło Odzyskiwania", "xloc": [ - "default-mobile.handlebars->11->889", - "default.handlebars->47->1717" + "default-mobile.handlebars->11->896", + "default.handlebars->47->1724" ] }, { @@ -58445,7 +58453,7 @@ "default-mobile.handlebars->11->360", "default-mobile.handlebars->11->705", "default.handlebars->47->1535", - "default.handlebars->47->2462", + "default.handlebars->47->2469", "sharing.handlebars->11->60" ] }, @@ -58621,8 +58629,8 @@ "default-mobile.handlebars->11->467", "default.handlebars->47->1131", "default.handlebars->47->1156", - "default.handlebars->47->2364", - "default.handlebars->47->3293", + "default.handlebars->47->2371", + "default.handlebars->47->3300", "default.handlebars->47->413", "default.handlebars->47->417", "default.handlebars->47->713" @@ -58652,7 +58660,7 @@ "zh-cht": "中繼數量", "hu": "Relay Szám", "xloc": [ - "default.handlebars->47->3278" + "default.handlebars->47->3285" ] }, { @@ -58679,11 +58687,11 @@ "zh-cht": "繼電器裝置", "hu": "Relay Eszköz", "xloc": [ - "default-mobile.handlebars->11->922", - "default-mobile.handlebars->11->938", - "default.handlebars->47->2067", - "default.handlebars->47->2132", - "default.handlebars->47->2263" + "default-mobile.handlebars->11->929", + "default-mobile.handlebars->11->945", + "default.handlebars->47->2074", + "default.handlebars->47->2139", + "default.handlebars->47->2270" ] }, { @@ -58710,7 +58718,7 @@ "zh-cht": "中繼錯誤", "hu": "Relay Hibák", "xloc": [ - "default.handlebars->47->3271" + "default.handlebars->47->3278" ] }, { @@ -58769,8 +58777,8 @@ "zh-cht": "中繼連接", "hu": "Relay munkamenetek", "xloc": [ - "default.handlebars->47->3277", - "default.handlebars->47->3305" + "default.handlebars->47->3284", + "default.handlebars->47->3312" ] }, { @@ -58797,7 +58805,7 @@ "zh-cht": "繼電器裝置", "hu": "Relay eszköz", "xloc": [ - "default.handlebars->47->2645" + "default.handlebars->47->2652" ] }, { @@ -58875,7 +58883,7 @@ "zh-cht": "記住設備", "hu": "Emlékezzen az eszközre", "xloc": [ - "default.handlebars->47->3177" + "default.handlebars->47->3184" ] }, { @@ -59202,8 +59210,8 @@ "zh-cht": "遠程命令", "hu": "Távoli parancsok", "xloc": [ - "default-mobile.handlebars->11->965", - "default.handlebars->47->2322" + "default-mobile.handlebars->11->972", + "default.handlebars->47->2329" ] }, { @@ -59232,11 +59240,11 @@ "xloc": [ "default-mobile.handlebars->11->545", "default-mobile.handlebars->11->546", - "default-mobile.handlebars->11->952", - "default-mobile.handlebars->11->972", + "default-mobile.handlebars->11->959", + "default-mobile.handlebars->11->979", "default.handlebars->47->1014", "default.handlebars->47->1015", - "default.handlebars->47->2346" + "default.handlebars->47->2353" ] }, { @@ -59248,7 +59256,7 @@ "de": "Entfernte Ausführung & Weiterleitung", "es": "Control Remoto y Relay", "xloc": [ - "default.handlebars->47->2307" + "default.handlebars->47->2314" ] }, { @@ -59386,8 +59394,8 @@ "zh-cht": "遠程桌面連接欄已激活/更新", "hu": "Remote Desktop Connection Bar Activated/Updated", "xloc": [ - "default.handlebars->47->2510", - "default.handlebars->47->2516" + "default.handlebars->47->2517", + "default.handlebars->47->2523" ] }, { @@ -59414,7 +59422,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "hu": "Remote Desktop Connection Bar Failed or Not Supported", "xloc": [ - "default.handlebars->47->2511" + "default.handlebars->47->2518" ] }, { @@ -59441,7 +59449,7 @@ "zh-cht": "遠程桌面連接欄失敗或不受支持", "hu": "Remote Desktop Connection Bar Failed or not Supported", "xloc": [ - "default.handlebars->47->2517" + "default.handlebars->47->2524" ] }, { @@ -59468,9 +59476,9 @@ "zh-cht": "本地用戶強行關閉了遠程桌面連接", "hu": "A távoli asztali kapcsolatot a helyi felhasználó erőszakkal lezárta", "xloc": [ - "default.handlebars->47->2508", - "default.handlebars->47->2512", - "default.handlebars->47->2518" + "default.handlebars->47->2515", + "default.handlebars->47->2519", + "default.handlebars->47->2525" ] }, { @@ -59804,7 +59812,7 @@ "zh-cht": "遠程網格用戶", "hu": "Távoli Mesh Felhasználó", "xloc": [ - "default-mobile.handlebars->11->993" + "default-mobile.handlebars->11->1000" ] }, { @@ -59855,7 +59863,7 @@ "zh-cht": "遠程會話", "hu": "Távoli munkamenetek", "xloc": [ - "default.handlebars->47->3110" + "default.handlebars->47->3117" ] }, { @@ -60008,11 +60016,11 @@ "zh-cht": "僅遠程查看", "hu": "Csak távoli megtekintés", "xloc": [ - "default-mobile.handlebars->11->953", - "default-mobile.handlebars->11->977", - "default.handlebars->47->2308", - "default.handlebars->47->2351", - "default.handlebars->47->3005" + "default-mobile.handlebars->11->960", + "default-mobile.handlebars->11->984", + "default.handlebars->47->2315", + "default.handlebars->47->2358", + "default.handlebars->47->3012" ] }, { @@ -60156,8 +60164,10 @@ "xloc": [ "default-mobile.handlebars->11->869", "default-mobile.handlebars->11->881", + "default-mobile.handlebars->11->888", "default.handlebars->47->1697", - "default.handlebars->47->1709" + "default.handlebars->47->1709", + "default.handlebars->47->1716" ] }, { @@ -60235,7 +60245,7 @@ "zh-cht": "刪除配置", "hu": "Konfiguráció eltávolítása", "xloc": [ - "default.handlebars->47->2102" + "default.handlebars->47->2109" ] }, { @@ -60310,8 +60320,8 @@ "zh-cht": "刪除裝置群權限", "hu": "Eszközcsoport engedélyek eltávolítása", "xloc": [ - "default.handlebars->47->2862", - "default.handlebars->47->3066" + "default.handlebars->47->2869", + "default.handlebars->47->3073" ] }, { @@ -60338,8 +60348,8 @@ "zh-cht": "刪除裝置權限", "hu": "Eszközengedélyek eltávolítása", "xloc": [ - "default.handlebars->47->2860", - "default.handlebars->47->3053" + "default.handlebars->47->2867", + "default.handlebars->47->3060" ] }, { @@ -60366,7 +60376,7 @@ "zh-cht": "刪除設備共享", "hu": "Eszközmegosztás eltávolítása", "xloc": [ - "default.handlebars->47->3051" + "default.handlebars->47->3058" ] }, { @@ -60393,7 +60403,7 @@ "zh-cht": "刪除登錄令牌", "hu": "Bejelentkezési token eltávolítása", "xloc": [ - "default.handlebars->47->2094" + "default.handlebars->47->2101" ] }, { @@ -60452,7 +60462,7 @@ "zh-cht": "刪除用戶群成員身份", "hu": "Felhasználói csoporttagság eltávolítása", "xloc": [ - "default.handlebars->47->3062" + "default.handlebars->47->3069" ] }, { @@ -60479,8 +60489,8 @@ "zh-cht": "刪除用戶群權限", "hu": "Felhasználói csoport engedélyeinek eltávolítása", "xloc": [ - "default.handlebars->47->2373", - "default.handlebars->47->3058" + "default.handlebars->47->2380", + "default.handlebars->47->3065" ] }, { @@ -60507,7 +60517,7 @@ "zh-cht": "刪除用戶成員資格", "hu": "Felhasználói tagság eltávolítása", "xloc": [ - "default.handlebars->47->2870" + "default.handlebars->47->2877" ] }, { @@ -60534,8 +60544,8 @@ "zh-cht": "刪除用戶權限", "hu": "Felhasználói engedélyek eltávolítása", "xloc": [ - "default.handlebars->47->2371", - "default.handlebars->47->3055" + "default.handlebars->47->2378", + "default.handlebars->47->3062" ] }, { @@ -60562,7 +60572,7 @@ "zh-cht": "刪除所有二因子鑑別。", "hu": "Távolítson el minden 2. faktoros hitelesítést.", "xloc": [ - "default.handlebars->47->3028" + "default.handlebars->47->3035" ] }, { @@ -60589,7 +60599,7 @@ "zh-cht": "刪除此用戶標識的所有先前事件。", "hu": "A felhasználó összes korábbi eseményének eltávolítása. ", "xloc": [ - "default.handlebars->47->2762" + "default.handlebars->47->2769" ] }, { @@ -60616,7 +60626,7 @@ "zh-cht": "斷開連接後删除裝置", "hu": "Az eszköz eltávolítása lecsatlakozáskor", "xloc": [ - "default.handlebars->47->2285" + "default.handlebars->47->2292" ] }, { @@ -60644,7 +60654,7 @@ "hu": "Eszközmegosztás eltávolítása", "xloc": [ "default.handlebars->47->1074", - "default.handlebars->47->2195" + "default.handlebars->47->2202" ] }, { @@ -60671,7 +60681,7 @@ "zh-cht": "刪除非活動", "hu": "Inaktívak eltávolítása", "xloc": [ - "default.handlebars->47->2142" + "default.handlebars->47->2149" ] }, { @@ -60698,7 +60708,7 @@ "zh-cht": "刪除登錄令牌", "hu": "Bejelentkezési token eltávolítása", "xloc": [ - "default.handlebars->47->2089" + "default.handlebars->47->2096" ] }, { @@ -60710,7 +60720,7 @@ "de": "Benachrichtigen entfernen", "es": "Remover mensajes", "xloc": [ - "default.handlebars->47->1749" + "default.handlebars->47->1756" ] }, { @@ -60765,7 +60775,7 @@ "hu": "Telefonszám eltávolítása", "xloc": [ "default-mobile.handlebars->11->97", - "default.handlebars->47->1743" + "default.handlebars->47->1750" ] }, { @@ -60846,7 +60856,7 @@ "zh-cht": "刪除此用戶", "hu": "Távolítsa el ezt a felhasználót", "xloc": [ - "default.handlebars->47->2961" + "default.handlebars->47->2968" ] }, { @@ -60873,7 +60883,7 @@ "zh-cht": "刪除用戶群成員身份", "hu": "Felhasználói csoporttagság eltávolítása", "xloc": [ - "default.handlebars->47->3042" + "default.handlebars->47->3049" ] }, { @@ -60900,7 +60910,7 @@ "zh-cht": "刪除此裝置的用戶群權限", "hu": "Felhasználói csoportjogok eltávolítása ehhez az eszközhöz", "xloc": [ - "default.handlebars->47->2854" + "default.handlebars->47->2861" ] }, { @@ -60928,7 +60938,7 @@ "hu": "Felhasználói csoportjogok eltávolítása ehhez az eszközcsoporthoz", "xloc": [ "default.handlebars->47->1067", - "default.handlebars->47->2848" + "default.handlebars->47->2855" ] }, { @@ -60956,10 +60966,10 @@ "hu": "Eszköz vagy eszközcsoport eltávolítása", "xloc": [ "default.handlebars->47->1068", - "default.handlebars->47->2191", - "default.handlebars->47->2842", - "default.handlebars->47->3036", - "default.handlebars->47->3048" + "default.handlebars->47->2198", + "default.handlebars->47->2849", + "default.handlebars->47->3043", + "default.handlebars->47->3055" ] }, { @@ -61010,7 +61020,7 @@ "zh-cht": "刪除了帳戶顯示名稱。", "hu": "Fiók megjelenített neve eltávolítva.", "xloc": [ - "default.handlebars->47->2608" + "default.handlebars->47->2615" ] }, { @@ -61037,7 +61047,7 @@ "zh-cht": "刪除身份驗證應用程序", "hu": "Hitelesítési alkalmazás eltávolítva", "xloc": [ - "default.handlebars->47->2570" + "default.handlebars->47->2577" ] }, { @@ -61064,7 +61074,7 @@ "zh-cht": "刪除的設備共享{0}", "hu": "{0} eszközmegosztás eltávolítva", "xloc": [ - "default.handlebars->47->2581" + "default.handlebars->47->2588" ] }, { @@ -61091,7 +61101,7 @@ "zh-cht": "從設備組{1}中刪除了設備{0}", "hu": "{0} eszköz eltávolítása az {1} eszközcsoportból", "xloc": [ - "default.handlebars->47->2566" + "default.handlebars->47->2573" ] }, { @@ -61118,7 +61128,7 @@ "zh-cht": "刪除了登錄令牌", "hu": "Bejelentkezési token eltávolítva", "xloc": [ - "default.handlebars->47->2595" + "default.handlebars->47->2602" ] }, { @@ -61130,7 +61140,7 @@ "de": "Benachrichtigen für den Benutzer {0} entfernt", "es": "Removio cuenta de mensajes del usuario {0}", "xloc": [ - "default.handlebars->47->2636" + "default.handlebars->47->2643" ] }, { @@ -61157,7 +61167,7 @@ "zh-cht": "已刪除用戶{0}的電話號碼", "hu": "{0} felhasználó telefonszáma eltávolítva", "xloc": [ - "default.handlebars->47->2576" + "default.handlebars->47->2583" ] }, { @@ -61184,7 +61194,7 @@ "zh-cht": "移除推送通知認證設備", "hu": "Push értesítési hitelesítő eszköz eltávolítva", "xloc": [ - "default.handlebars->47->2593" + "default.handlebars->47->2600" ] }, { @@ -61211,7 +61221,7 @@ "zh-cht": "移除安全密鑰", "hu": "Biztonsági kulcs eltávolítva", "xloc": [ - "default.handlebars->47->2573" + "default.handlebars->47->2580" ] }, { @@ -61238,9 +61248,9 @@ "zh-cht": "刪除了{0}的用戶設備權限", "hu": "Felhasználói eszközjogok eltávolítva {0}", "xloc": [ - "default.handlebars->47->2539", - "default.handlebars->47->2560", - "default.handlebars->47->2565" + "default.handlebars->47->2546", + "default.handlebars->47->2567", + "default.handlebars->47->2572" ] }, { @@ -61267,7 +61277,7 @@ "zh-cht": "從設備組{1}中刪除了用戶組{0}", "hu": "{0} felhasználói csoport eltávolítva a(z) {1} eszközcsoportból", "xloc": [ - "default.handlebars->47->2549" + "default.handlebars->47->2556" ] }, { @@ -61294,7 +61304,7 @@ "zh-cht": "已從設備組{1}中刪除用戶{0}", "hu": "{0} felhasználó eltávolítva a(z) {1} eszközcsoportból", "xloc": [ - "default.handlebars->47->2562" + "default.handlebars->47->2569" ] }, { @@ -61321,8 +61331,8 @@ "zh-cht": "從用戶組{1}中刪除了用戶{0}", "hu": "{0} felhasználó eltávolítva a(z) {1} felhasználócsoportból", "xloc": [ - "default.handlebars->47->2541", - "default.handlebars->47->2551" + "default.handlebars->47->2548", + "default.handlebars->47->2558" ] }, { @@ -61354,7 +61364,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->1539", - "default.handlebars->47->2466", + "default.handlebars->47->2473", "default.handlebars->47->839", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -61411,7 +61421,7 @@ "zh-cht": "重命名:“{0}”為“{1}”", "hu": "Átnezezés: \\\"{0}\\\" to \\\"{1}\\\"", "xloc": [ - "default.handlebars->47->2527" + "default.handlebars->47->2534" ] }, { @@ -61438,7 +61448,7 @@ "zh-cht": "報告日", "hu": "Jelentés Nap", "xloc": [ - "default.handlebars->47->2654" + "default.handlebars->47->2661" ] }, { @@ -61465,7 +61475,7 @@ "zh-cht": "報告類型", "hu": "Jelentés típusa", "xloc": [ - "default.handlebars->47->2649" + "default.handlebars->47->2656" ] }, { @@ -61492,7 +61502,7 @@ "zh-cht": "報告未返回任何內容。", "hu": "A jelentés nem tartalmaz bejegyzést.", "xloc": [ - "default.handlebars->47->3147" + "default.handlebars->47->3154" ] }, { @@ -61519,7 +61529,7 @@ "zh-cht": "報告.csv", "hu": "Report.csv", "xloc": [ - "default.handlebars->47->3208" + "default.handlebars->47->3215" ] }, { @@ -61741,7 +61751,7 @@ "zh-cht": "要求:", "hu": "Követelmények: ", "xloc": [ - "default.handlebars->47->2050" + "default.handlebars->47->2057" ] }, { @@ -61769,8 +61779,8 @@ "hu": "Követelmények: {0}.", "xloc": [ "default-mobile.handlebars->11->327", - "default.handlebars->47->2767", - "default.handlebars->47->3026" + "default.handlebars->47->2774", + "default.handlebars->47->3033" ] }, { @@ -61911,8 +61921,8 @@ "zh-cht": "重置/關閉電源", "hu": "Újraindítás / Kikapcsolás", "xloc": [ - "default-mobile.handlebars->11->966", - "default.handlebars->47->2323" + "default-mobile.handlebars->11->973", + "default.handlebars->47->2330" ] }, { @@ -62080,10 +62090,10 @@ "zh-cht": "重置/關閉", "hu": "Újraindítás / Kikapcsolás", "xloc": [ - "default-mobile.handlebars->11->986", + "default-mobile.handlebars->11->993", "default.handlebars->47->1128", "default.handlebars->47->1153", - "default.handlebars->47->2361" + "default.handlebars->47->2368" ] }, { @@ -62146,7 +62156,7 @@ "zh-cht": "還原伺服器", "hu": "Kiszolgáló visszaállítása", "xloc": [ - "default.handlebars->47->2107" + "default.handlebars->47->2114" ] }, { @@ -62200,7 +62210,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->2104" + "default.handlebars->47->2111" ] }, { @@ -62256,7 +62266,7 @@ "zh-cht": "限制條件", "hu": "Korlátozások", "xloc": [ - "default.handlebars->47->2882" + "default.handlebars->47->2889" ] }, { @@ -62312,7 +62322,7 @@ "hu": "rheto-román", "xloc": [ "default-mobile.handlebars->11->239", - "default.handlebars->47->1938", + "default.handlebars->47->1945", "login2.handlebars->7->136" ] }, @@ -62369,7 +62379,7 @@ "hu": "román", "xloc": [ "default-mobile.handlebars->11->240", - "default.handlebars->47->1939", + "default.handlebars->47->1946", "login2.handlebars->7->137" ] }, @@ -62398,7 +62408,7 @@ "hu": "román (Moldova)", "xloc": [ "default-mobile.handlebars->11->241", - "default.handlebars->47->1940", + "default.handlebars->47->1947", "login2.handlebars->7->138" ] }, @@ -62429,7 +62439,7 @@ "default-mobile.handlebars->11->346", "default-mobile.handlebars->11->698", "default.handlebars->47->1518", - "default.handlebars->47->2434", + "default.handlebars->47->2441", "sharing.handlebars->11->49" ] }, @@ -62925,7 +62935,7 @@ "zh-cht": "運行命令", "hu": "Parancsok futtatása", "xloc": [ - "default.handlebars->47->2503" + "default.handlebars->47->2510" ] }, { @@ -62952,7 +62962,7 @@ "zh-cht": "以用戶身份運行命令", "hu": "Parancsok futtatása felhasználóként", "xloc": [ - "default.handlebars->47->2578" + "default.handlebars->47->2585" ] }, { @@ -62979,7 +62989,7 @@ "zh-cht": "如果可能,以用戶身份運行命令", "hu": "Parancsok futtatása felhasználóként, ha lehetséges", "xloc": [ - "default.handlebars->47->2579" + "default.handlebars->47->2586" ] }, { @@ -63007,7 +63017,7 @@ "hu": "orosz", "xloc": [ "default-mobile.handlebars->11->242", - "default.handlebars->47->1941", + "default.handlebars->47->1948", "login2.handlebars->7->139" ] }, @@ -63036,7 +63046,7 @@ "hu": "orosz (Moldávia)", "xloc": [ "default-mobile.handlebars->11->243", - "default.handlebars->47->1942", + "default.handlebars->47->1949", "login2.handlebars->7->140" ] }, @@ -63195,8 +63205,8 @@ "zh-cht": "短信", "hu": "SMS", "xloc": [ - "default.handlebars->47->2945", - "default.handlebars->47->2951", + "default.handlebars->47->2952", + "default.handlebars->47->2958", "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", @@ -63229,7 +63239,7 @@ "zh-cht": "此用戶的短信功能電話號碼。", "hu": "SMS fogadásra alkalmas telefonszám ehhez a felhasználóhoz.", "xloc": [ - "default.handlebars->47->2969" + "default.handlebars->47->2976" ] }, { @@ -63256,8 +63266,8 @@ "zh-cht": "短信錯誤", "hu": "SMS hiba", "xloc": [ - "default-mobile.handlebars->11->1032", - "default.handlebars->47->3246" + "default-mobile.handlebars->11->1039", + "default.handlebars->47->3253" ] }, { @@ -63284,8 +63294,8 @@ "zh-cht": "短信錯誤:{0}", "hu": "SMS hiba: {0}", "xloc": [ - "default-mobile.handlebars->11->1033", - "default.handlebars->47->3247" + "default-mobile.handlebars->11->1040", + "default.handlebars->47->3254" ] }, { @@ -63339,8 +63349,8 @@ "zh-cht": "短信網關未啟用", "hu": "SMS átjáró nincs engedélyezve", "xloc": [ - "default-mobile.handlebars->11->1027", - "default.handlebars->47->3241" + "default-mobile.handlebars->11->1034", + "default.handlebars->47->3248" ] }, { @@ -63367,7 +63377,7 @@ "zh-cht": "短信", "hu": "SMS üzenet", "xloc": [ - "default.handlebars->47->3172" + "default.handlebars->47->3179" ] }, { @@ -63432,7 +63442,7 @@ "de": "SMS erfolgreich gesendet.", "es": "SMS enviado exitosamente.", "xloc": [ - "default.handlebars->47->3245" + "default.handlebars->47->3252" ] }, { @@ -63459,7 +63469,7 @@ "zh-cht": "短信成功發送。", "hu": "SMS sikeresen elküldve.", "xloc": [ - "default-mobile.handlebars->11->1031" + "default-mobile.handlebars->11->1038" ] }, { @@ -63930,7 +63940,7 @@ "hu": "sami (Lappföld)", "xloc": [ "default-mobile.handlebars->11->244", - "default.handlebars->47->1943", + "default.handlebars->47->1950", "login2.handlebars->7->141" ] }, @@ -64012,7 +64022,7 @@ "hu": "sango", "xloc": [ "default-mobile.handlebars->11->245", - "default.handlebars->47->1944", + "default.handlebars->47->1951", "login2.handlebars->7->142" ] }, @@ -64041,7 +64051,7 @@ "hu": "szanszkrit", "xloc": [ "default-mobile.handlebars->11->246", - "default.handlebars->47->1945", + "default.handlebars->47->1952", "login2.handlebars->7->143" ] }, @@ -64070,7 +64080,7 @@ "hu": "szardíniai", "xloc": [ "default-mobile.handlebars->11->247", - "default.handlebars->47->1946", + "default.handlebars->47->1953", "login2.handlebars->7->144" ] }, @@ -64668,8 +64678,8 @@ "default-mobile.handlebars->11->809", "default.handlebars->47->1281", "default.handlebars->47->1637", - "default.handlebars->47->2432", - "default.handlebars->47->2947", + "default.handlebars->47->2439", + "default.handlebars->47->2954", "default.handlebars->47->508", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -64713,7 +64723,7 @@ "zh-cht": "安全密鑰", "hu": "Biztonsági kulcs", "xloc": [ - "default.handlebars->47->2941" + "default.handlebars->47->2948" ] }, { @@ -64740,8 +64750,8 @@ "zh-cht": "安全警告", "hu": "Biztonsági figyelmeztetés", "xloc": [ - "default-mobile.handlebars->11->1001", - "default.handlebars->47->3215" + "default-mobile.handlebars->11->1008", + "default.handlebars->47->3222" ] }, { @@ -64836,9 +64846,9 @@ "xloc": [ "default.handlebars->47->1530", "default.handlebars->47->1532", - "default.handlebars->47->2458", - "default.handlebars->47->2701", - "default.handlebars->47->2795", + "default.handlebars->47->2465", + "default.handlebars->47->2708", + "default.handlebars->47->2802", "default.handlebars->47->535", "default.handlebars->47->718", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -64878,7 +64888,7 @@ "xloc": [ "default.handlebars->47->1222", "default.handlebars->47->1224", - "default.handlebars->47->3130" + "default.handlebars->47->3137" ] }, { @@ -64906,9 +64916,9 @@ "hu": "Semelyik", "xloc": [ "default.handlebars->47->1531", - "default.handlebars->47->2457", - "default.handlebars->47->2700", - "default.handlebars->47->2794", + "default.handlebars->47->2464", + "default.handlebars->47->2707", + "default.handlebars->47->2801", "default.handlebars->47->717", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -64938,7 +64948,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->1790" + "default.handlebars->47->1797" ] }, { @@ -65073,8 +65083,8 @@ "zh-cht": "選擇要對所有選定用戶執行的操作。", "hu": "A kiválasztottakon végrehajtandó művelet.", "xloc": [ - "default.handlebars->47->2704", - "default.handlebars->47->2796" + "default.handlebars->47->2711", + "default.handlebars->47->2803" ] }, { @@ -65129,7 +65139,7 @@ "zh-cht": "選擇新密碼", "hu": "Új jelszó választása", "xloc": [ - "default.handlebars->47->2238" + "default.handlebars->47->2245" ] }, { @@ -65184,8 +65194,8 @@ "zh-cht": "僅自我事件", "hu": "Csak saját események", "xloc": [ - "default-mobile.handlebars->11->982", - "default.handlebars->47->2357" + "default-mobile.handlebars->11->989", + "default.handlebars->47->2364" ] }, { @@ -65267,7 +65277,7 @@ "zh-cht": "發電郵", "hu": "Email küldés", "xloc": [ - "default.handlebars->47->2716" + "default.handlebars->47->2723" ] }, { @@ -65334,7 +65344,7 @@ "de": "Nachricht senden", "es": "Enviar Mensaje", "xloc": [ - "default.handlebars->47->2714" + "default.handlebars->47->2721" ] }, { @@ -65361,7 +65371,7 @@ "zh-cht": "發送簡訊", "hu": "SMS küldés", "xloc": [ - "default.handlebars->47->2713" + "default.handlebars->47->2720" ] }, { @@ -65388,7 +65398,7 @@ "zh-cht": "發送短信給該用戶", "hu": "SMS-üzenet küldése ennek a felhasználónak", "xloc": [ - "default.handlebars->47->2952" + "default.handlebars->47->2959" ] }, { @@ -65415,7 +65425,7 @@ "zh-cht": "發送電郵給該用戶", "hu": "E-mail küldése ennek a felhasználónak", "xloc": [ - "default.handlebars->47->2956" + "default.handlebars->47->2963" ] }, { @@ -65427,7 +65437,7 @@ "de": "Eine Nachricht an diesen Benutzer senden", "es": "Enviar mensaje a este usuario", "xloc": [ - "default.handlebars->47->2954" + "default.handlebars->47->2961" ] }, { @@ -65454,7 +65464,7 @@ "zh-cht": "向該群中的所有用戶發送通知。", "hu": "Értesítés küldése a csoport összes felhasználójának.", "xloc": [ - "default.handlebars->47->2839" + "default.handlebars->47->2846" ] }, { @@ -65481,7 +65491,7 @@ "zh-cht": "向該用戶發送文本通知。", "hu": "Értesítő üzenet küldése ennek a felhasználónak.", "xloc": [ - "default.handlebars->47->2717" + "default.handlebars->47->2724" ] }, { @@ -65508,7 +65518,7 @@ "zh-cht": "發送電郵給用戶", "hu": "E-mail küldése a felhasználónak", "xloc": [ - "default.handlebars->47->2695" + "default.handlebars->47->2702" ] }, { @@ -65562,7 +65572,7 @@ "zh-cht": "發送邀請電郵。", "hu": "Küldjön meghívót e-mailben.", "xloc": [ - "default.handlebars->47->2766" + "default.handlebars->47->2773" ] }, { @@ -65740,7 +65750,7 @@ "zh-cht": "發送用戶通知", "hu": "Felhasználói értesítés küldése", "xloc": [ - "default.handlebars->47->2958" + "default.handlebars->47->2965" ] }, { @@ -65850,7 +65860,7 @@ "hu": "szerb", "xloc": [ "default-mobile.handlebars->11->250", - "default.handlebars->47->1949", + "default.handlebars->47->1956", "login2.handlebars->7->147" ] }, @@ -65932,7 +65942,7 @@ "zh-cht": "伺服器備份", "hu": "Kiszolgáló biztonsági mentés", "xloc": [ - "default.handlebars->47->2776" + "default.handlebars->47->2783" ] }, { @@ -65959,7 +65969,7 @@ "zh-cht": "伺服器憑證", "hu": "Kiszolgáló Tanusítvány", "xloc": [ - "default.handlebars->47->3326" + "default.handlebars->47->3333" ] }, { @@ -65969,7 +65979,7 @@ "xloc": [ "default.handlebars->47->203", "default.handlebars->47->205", - "default.handlebars->47->2115" + "default.handlebars->47->2122" ] }, { @@ -66023,7 +66033,7 @@ "zh-cht": "伺服器數據庫", "hu": "Kiszolgáló adatbázis", "xloc": [ - "default.handlebars->47->3327" + "default.handlebars->47->3334" ] }, { @@ -66032,7 +66042,7 @@ "pl": "Błędy Serwera", "xloc": [ "default.handlebars->47->198", - "default.handlebars->47->2112" + "default.handlebars->47->2119" ] }, { @@ -66059,13 +66069,13 @@ "zh-cht": "伺服器檔案", "hu": "Kiszolgáló fájlok", "xloc": [ - "default-mobile.handlebars->11->959", - "default-mobile.handlebars->11->974", + "default-mobile.handlebars->11->966", + "default-mobile.handlebars->11->981", "default.handlebars->47->1121", "default.handlebars->47->1146", - "default.handlebars->47->2316", - "default.handlebars->47->2348", - "default.handlebars->47->2773" + "default.handlebars->47->2323", + "default.handlebars->47->2355", + "default.handlebars->47->2780" ] }, { @@ -66119,8 +66129,8 @@ "zh-cht": "服務器限制", "hu": "Kiszolgáló Limit", "xloc": [ - "default-mobile.handlebars->11->1000", - "default.handlebars->47->3214" + "default-mobile.handlebars->11->1007", + "default.handlebars->47->3221" ] }, { @@ -66174,8 +66184,8 @@ "zh-cht": "伺服器權限", "hu": "Kiszolgálói engedélyek", "xloc": [ - "default.handlebars->47->2687", - "default.handlebars->47->2788" + "default.handlebars->47->2694", + "default.handlebars->47->2795" ] }, { @@ -66202,7 +66212,7 @@ "zh-cht": "伺服器配額", "hu": "Kiszolgálói kvóta", "xloc": [ - "default.handlebars->47->2915" + "default.handlebars->47->2922" ] }, { @@ -66229,7 +66239,7 @@ "zh-cht": "伺服器還原", "hu": "Kiszolgáló visszaállítása", "xloc": [ - "default.handlebars->47->2777" + "default.handlebars->47->2784" ] }, { @@ -66256,7 +66266,7 @@ "zh-cht": "伺服器權限", "hu": "Jogosultságok a kiszolgálón", "xloc": [ - "default.handlebars->47->2914" + "default.handlebars->47->2921" ] }, { @@ -66283,7 +66293,7 @@ "zh-cht": "伺服器狀態", "hu": "Kiszolgáló állapot", "xloc": [ - "default.handlebars->47->3257" + "default.handlebars->47->3264" ] }, { @@ -66337,7 +66347,7 @@ "zh-cht": "伺服器追蹤", "hu": "Kiszolgáló nyomkövetés", "xloc": [ - "default.handlebars->47->3340" + "default.handlebars->47->3347" ] }, { @@ -66364,7 +66374,7 @@ "zh-cht": "服務器跟踪事件", "hu": "Kiszolgáló nyomkövetési esemény", "xloc": [ - "default.handlebars->47->3318" + "default.handlebars->47->3325" ] }, { @@ -66446,7 +66456,7 @@ "zh-cht": "伺服器更新", "hu": "Kiszolgáló frissítések", "xloc": [ - "default.handlebars->47->2778" + "default.handlebars->47->2785" ] }, { @@ -66661,7 +66671,7 @@ "de": "Der Server konnte keine Aufzeichnungen aus der Datenbank laden.", "es": "El servidor no puede obtener las grabaciones de la base de datos.", "xloc": [ - "default.handlebars->47->3073" + "default.handlebars->47->3080" ] }, { @@ -66674,7 +66684,7 @@ "de": "Der Server konnte keine Datei aus dem Aufzeichnungsordner laden.", "es": "El servidor no puede acceder la carpeta de grabaciones.", "xloc": [ - "default.handlebars->47->3072" + "default.handlebars->47->3079" ] }, { @@ -66687,7 +66697,7 @@ "de": "Aufzeichnungen zu Serverstatistiken", "es": "Historial de estadisticas del servidor", "xloc": [ - "default.handlebars->47->3192" + "default.handlebars->47->3199" ] }, { @@ -66767,7 +66777,7 @@ "zh-cht": "ServerStats.csv", "hu": "ServerStats.csv", "xloc": [ - "default.handlebars->47->3317" + "default.handlebars->47->3324" ] }, { @@ -66779,8 +66789,8 @@ "de": "Dienst", "es": "Servicio", "xloc": [ - "default.handlebars->47->1760", - "default.handlebars->47->2983" + "default.handlebars->47->1767", + "default.handlebars->47->2990" ] }, { @@ -66862,8 +66872,8 @@ "zh-cht": "節", "hu": "Munkamenet", "xloc": [ - "default.handlebars->47->3076", - "default.handlebars->47->3135", + "default.handlebars->47->3083", + "default.handlebars->47->3142", "ssh.handlebars->3->24", "ssh.handlebars->3->26" ] @@ -67252,7 +67262,7 @@ "zh-cht": "設置剪貼板內容,{0}個字節", "hu": "A vágólap tartalmának beállítása, {0} bájt", "xloc": [ - "default.handlebars->47->2501" + "default.handlebars->47->2508" ] }, { @@ -67363,7 +67373,7 @@ "hu": "Beállítás", "xloc": [ "agent-translations.json", - "default.handlebars->47->2181", + "default.handlebars->47->2188", "default.handlebars->47->485" ] }, @@ -67439,7 +67449,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->2095" + "default.handlebars->47->2102" ] }, { @@ -67638,7 +67648,7 @@ "xloc": [ "default.handlebars->47->1129", "default.handlebars->47->1154", - "default.handlebars->47->2362" + "default.handlebars->47->2369" ] }, { @@ -68092,8 +68102,8 @@ "zh-cht": "只顯示自己的事件", "hu": "Csak saját események megjelenítése", "xloc": [ - "default-mobile.handlebars->11->962", - "default.handlebars->47->2319" + "default-mobile.handlebars->11->969", + "default.handlebars->47->2326" ] }, { @@ -68144,7 +68154,7 @@ "zh-cht": "顯示流量", "hu": "Forgalom megjelenítése", "xloc": [ - "default.handlebars->47->3131" + "default.handlebars->47->3138" ] }, { @@ -68171,7 +68181,7 @@ "zh-cht": "顯示連接工具欄", "hu": "Kapcsolat eszköztár megjelenítése", "xloc": [ - "default.handlebars->47->2275" + "default.handlebars->47->2282" ] }, { @@ -68306,8 +68316,8 @@ "zh-cht": "顯示1分鐘", "hu": "Megjelenítés 1 percen keresztül", "xloc": [ - "default.handlebars->47->2720", - "default.handlebars->47->2752" + "default.handlebars->47->2727", + "default.handlebars->47->2759" ] }, { @@ -68344,8 +68354,8 @@ "zh-cht": "顯示10秒", "hu": "Megjelenítés 10 percen keresztül", "xloc": [ - "default.handlebars->47->2719", - "default.handlebars->47->2751" + "default.handlebars->47->2726", + "default.handlebars->47->2758" ] }, { @@ -68392,8 +68402,8 @@ "zh-cht": "顯示5分鐘", "hu": "Megjelenítés 5 percen keresztül", "xloc": [ - "default.handlebars->47->2721", - "default.handlebars->47->2753" + "default.handlebars->47->2728", + "default.handlebars->47->2760" ] }, { @@ -68432,8 +68442,8 @@ "xloc": [ "default.handlebars->47->1168", "default.handlebars->47->1182", - "default.handlebars->47->2718", - "default.handlebars->47->2750", + "default.handlebars->47->2725", + "default.handlebars->47->2757", "default.handlebars->47->764" ] }, @@ -68750,8 +68760,8 @@ "de": "Signal", "es": "Signal", "xloc": [ - "default.handlebars->47->1763", - "default.handlebars->47->2986" + "default.handlebars->47->1770", + "default.handlebars->47->2993" ] }, { @@ -68786,8 +68796,8 @@ "zh-cht": "簡單管理員控制模式(ACM)", "hu": "Egyszerű Admin Control Mode (ACM)", "xloc": [ - "default.handlebars->47->2170", - "default.handlebars->47->2228" + "default.handlebars->47->2177", + "default.handlebars->47->2235" ] }, { @@ -68814,8 +68824,8 @@ "zh-cht": "簡單客戶端控制模式(CCM)", "hu": "Simple Client Control Mode (CCM)", "xloc": [ - "default.handlebars->47->2168", - "default.handlebars->47->2232" + "default.handlebars->47->2175", + "default.handlebars->47->2239" ] }, { @@ -68843,7 +68853,7 @@ "hu": "szindhi", "xloc": [ "default-mobile.handlebars->11->248", - "default.handlebars->47->1947", + "default.handlebars->47->1954", "login2.handlebars->7->145" ] }, @@ -68872,7 +68882,7 @@ "hu": "szingaléz", "xloc": [ "default-mobile.handlebars->11->249", - "default.handlebars->47->1948", + "default.handlebars->47->1955", "login2.handlebars->7->146" ] }, @@ -68929,7 +68939,7 @@ "zh-cht": "單點登錄", "hu": "Egyszeri bejelentkezés (SSO)", "xloc": [ - "default.handlebars->47->3180" + "default.handlebars->47->3187" ] }, { @@ -68980,8 +68990,8 @@ "zh-cht": "尺寸", "hu": "Méret", "xloc": [ - "default.handlebars->47->3079", - "default.handlebars->47->3100", + "default.handlebars->47->3086", + "default.handlebars->47->3107", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -69102,8 +69112,8 @@ "nl": "Slack", "pl": "Slack", "xloc": [ - "default.handlebars->47->1759", - "default.handlebars->47->2982" + "default.handlebars->47->1766", + "default.handlebars->47->2989" ] }, { @@ -69111,8 +69121,8 @@ "nl": "Slack Webhook Setup", "pl": "Instalacja Slack Webhook", "xloc": [ - "default.handlebars->47->1769", - "default.handlebars->47->2992" + "default.handlebars->47->1776", + "default.handlebars->47->2999" ] }, { @@ -69231,7 +69241,7 @@ "hu": "szlovák", "xloc": [ "default-mobile.handlebars->11->251", - "default.handlebars->47->1950", + "default.handlebars->47->1957", "login2.handlebars->7->148" ] }, @@ -69260,7 +69270,7 @@ "hu": "szlovén", "xloc": [ "default-mobile.handlebars->11->252", - "default.handlebars->47->1951", + "default.handlebars->47->1958", "login2.handlebars->7->149" ] }, @@ -69372,8 +69382,8 @@ "zh-cht": "軟斷開代理", "hu": "Agent lecsatlakoztatása", "xloc": [ - "default-mobile.handlebars->11->907", - "default.handlebars->47->1736" + "default-mobile.handlebars->11->914", + "default.handlebars->47->1743" ] }, { @@ -69456,7 +69466,7 @@ "hu": "somani", "xloc": [ "default-mobile.handlebars->11->253", - "default.handlebars->47->1952", + "default.handlebars->47->1959", "login2.handlebars->7->150" ] }, @@ -69485,7 +69495,7 @@ "hu": "szorbiai", "xloc": [ "default-mobile.handlebars->11->254", - "default.handlebars->47->1953", + "default.handlebars->47->1960", "login2.handlebars->7->151" ] }, @@ -69748,7 +69758,7 @@ "hu": "spanyol", "xloc": [ "default-mobile.handlebars->11->255", - "default.handlebars->47->1954", + "default.handlebars->47->1961", "login2.handlebars->7->152" ] }, @@ -69777,7 +69787,7 @@ "hu": "spanyol (Argentína)", "xloc": [ "default-mobile.handlebars->11->256", - "default.handlebars->47->1955", + "default.handlebars->47->1962", "login2.handlebars->7->153" ] }, @@ -69806,7 +69816,7 @@ "hu": "spanyol (Bolívia)", "xloc": [ "default-mobile.handlebars->11->257", - "default.handlebars->47->1956", + "default.handlebars->47->1963", "login2.handlebars->7->154" ] }, @@ -69835,7 +69845,7 @@ "hu": "spanyol (Chile)", "xloc": [ "default-mobile.handlebars->11->258", - "default.handlebars->47->1957", + "default.handlebars->47->1964", "login2.handlebars->7->155" ] }, @@ -69864,7 +69874,7 @@ "hu": "spanyol (Kolumbia)", "xloc": [ "default-mobile.handlebars->11->259", - "default.handlebars->47->1958", + "default.handlebars->47->1965", "login2.handlebars->7->156" ] }, @@ -69893,7 +69903,7 @@ "hu": "spanyol (Costa Rica)", "xloc": [ "default-mobile.handlebars->11->260", - "default.handlebars->47->1959", + "default.handlebars->47->1966", "login2.handlebars->7->157" ] }, @@ -69922,7 +69932,7 @@ "hu": "spanyol (Dominikai Köztársaság)", "xloc": [ "default-mobile.handlebars->11->261", - "default.handlebars->47->1960", + "default.handlebars->47->1967", "login2.handlebars->7->158" ] }, @@ -69951,7 +69961,7 @@ "hu": "spanyol (Ecuador)", "xloc": [ "default-mobile.handlebars->11->262", - "default.handlebars->47->1961", + "default.handlebars->47->1968", "login2.handlebars->7->159" ] }, @@ -69980,7 +69990,7 @@ "hu": "spanyol (El Salvador)", "xloc": [ "default-mobile.handlebars->11->263", - "default.handlebars->47->1962", + "default.handlebars->47->1969", "login2.handlebars->7->160" ] }, @@ -70009,7 +70019,7 @@ "hu": "spanyol (Guatemala)", "xloc": [ "default-mobile.handlebars->11->264", - "default.handlebars->47->1963", + "default.handlebars->47->1970", "login2.handlebars->7->161" ] }, @@ -70038,7 +70048,7 @@ "hu": "spanyol (Honduras)", "xloc": [ "default-mobile.handlebars->11->265", - "default.handlebars->47->1964", + "default.handlebars->47->1971", "login2.handlebars->7->162" ] }, @@ -70067,7 +70077,7 @@ "hu": "spanyol (Mexikó)", "xloc": [ "default-mobile.handlebars->11->266", - "default.handlebars->47->1965", + "default.handlebars->47->1972", "login2.handlebars->7->163" ] }, @@ -70096,7 +70106,7 @@ "hu": "spanyol (Nicaragua)", "xloc": [ "default-mobile.handlebars->11->267", - "default.handlebars->47->1966", + "default.handlebars->47->1973", "login2.handlebars->7->164" ] }, @@ -70125,7 +70135,7 @@ "hu": "spanyol (Panama)", "xloc": [ "default-mobile.handlebars->11->268", - "default.handlebars->47->1967", + "default.handlebars->47->1974", "login2.handlebars->7->165" ] }, @@ -70154,7 +70164,7 @@ "hu": "spanyol (Paraguay)", "xloc": [ "default-mobile.handlebars->11->269", - "default.handlebars->47->1968", + "default.handlebars->47->1975", "login2.handlebars->7->166" ] }, @@ -70183,7 +70193,7 @@ "hu": "spanyol (Peru)", "xloc": [ "default-mobile.handlebars->11->270", - "default.handlebars->47->1969", + "default.handlebars->47->1976", "login2.handlebars->7->167" ] }, @@ -70212,7 +70222,7 @@ "hu": "spanyol (Puerto Rico)", "xloc": [ "default-mobile.handlebars->11->271", - "default.handlebars->47->1970", + "default.handlebars->47->1977", "login2.handlebars->7->168" ] }, @@ -70241,7 +70251,7 @@ "hu": "spanyol (Spanyolország)", "xloc": [ "default-mobile.handlebars->11->272", - "default.handlebars->47->1971", + "default.handlebars->47->1978", "login2.handlebars->7->169" ] }, @@ -70270,7 +70280,7 @@ "hu": "spanyol (Uruguay)", "xloc": [ "default-mobile.handlebars->11->273", - "default.handlebars->47->1972", + "default.handlebars->47->1979", "login2.handlebars->7->170" ] }, @@ -70299,7 +70309,7 @@ "hu": "spanyol (Venezuela)", "xloc": [ "default-mobile.handlebars->11->274", - "default.handlebars->47->1973", + "default.handlebars->47->1980", "login2.handlebars->7->171" ] }, @@ -70473,8 +70483,8 @@ "default.handlebars->47->1378", "default.handlebars->47->286", "default.handlebars->47->291", - "default.handlebars->47->3077", - "default.handlebars->47->3102", + "default.handlebars->47->3084", + "default.handlebars->47->3109", "sharing.handlebars->11->14" ] }, @@ -70564,7 +70574,7 @@ "zh-cht": "已啟動 Web-RDP 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-RDP munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2629" + "default.handlebars->47->2636" ] }, { @@ -70591,7 +70601,7 @@ "zh-cht": "已啟動 Web-SFTP 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-SFTP munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2628" + "default.handlebars->47->2635" ] }, { @@ -70618,7 +70628,7 @@ "zh-cht": "已啟動 Web-SSH 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-SSH munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2627" + "default.handlebars->47->2634" ] }, { @@ -70645,7 +70655,7 @@ "zh-cht": "已啟動 Web-VNC 會話 \\\"{0}\\\"。", "hu": "Elindítva Web-VNC munkamenet \\\"{0}\\\".", "xloc": [ - "default.handlebars->47->2630" + "default.handlebars->47->2637" ] }, { @@ -70672,7 +70682,7 @@ "zh-cht": "啟動桌面多路復用會話", "hu": "Elindított asztali multiplex munkamenet", "xloc": [ - "default.handlebars->47->2485" + "default.handlebars->47->2492" ] }, { @@ -70699,7 +70709,7 @@ "zh-cht": "已啟動桌面多路復用會話 \\\"{0}\\\"", "hu": "Elindított asztali multiplex munkamenet \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2624" + "default.handlebars->47->2631" ] }, { @@ -70726,7 +70736,7 @@ "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "hu": "Elindított asztali munkamenet \\\"{0}\\\" {1} és {2} között", "xloc": [ - "default.handlebars->47->2494" + "default.handlebars->47->2501" ] }, { @@ -70753,7 +70763,7 @@ "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "hu": "Elindított fájl munkamenet \\\"{0}\\\" {1} és {2} között", "xloc": [ - "default.handlebars->47->2495" + "default.handlebars->47->2502" ] }, { @@ -70780,7 +70790,7 @@ "zh-cht": "已啟動本地中繼會話 \\\"{0}\\\",協議 {1} 到 {2}", "hu": "Elindított helyi relay munkamenet \\\"{0}\\\", protocol {1} és {2} között", "xloc": [ - "default.handlebars->47->2599" + "default.handlebars->47->2606" ] }, { @@ -70807,7 +70817,7 @@ "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "hu": "Elindított relay munkamenet \\\"{0}\\\" {1} és {2} között", "xloc": [ - "default.handlebars->47->2492" + "default.handlebars->47->2499" ] }, { @@ -70834,7 +70844,7 @@ "zh-cht": "使用Toast通知啟動遠程桌面", "hu": "Távoli asztal indítása alkalmazásértesítéssel", "xloc": [ - "default.handlebars->47->2514" + "default.handlebars->47->2521" ] }, { @@ -70861,7 +70871,7 @@ "zh-cht": "啟動遠程桌面,而無需通知", "hu": "Távoli asztal indítása értesítés nélkül", "xloc": [ - "default.handlebars->47->2515" + "default.handlebars->47->2522" ] }, { @@ -70888,7 +70898,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->2521" + "default.handlebars->47->2528" ] }, { @@ -70915,7 +70925,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->2522" + "default.handlebars->47->2529" ] }, { @@ -70942,7 +70952,7 @@ "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "hu": "Elindítva \\\"{0}\\\" terminál munkamenetet {1}-ről {2}-re", "xloc": [ - "default.handlebars->47->2493" + "default.handlebars->47->2500" ] }, { @@ -70996,7 +71006,7 @@ "zh-cht": "接受本地用戶後啟動遠程桌面", "hu": "Távoli asztal indítása a helyi felhasználó elfogadása után", "xloc": [ - "default.handlebars->47->2509" + "default.handlebars->47->2516" ] }, { @@ -71023,7 +71033,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->2519" + "default.handlebars->47->2526" ] }, { @@ -71155,8 +71165,8 @@ "xloc": [ "default-mobile.handlebars->11->865", "default.handlebars->47->1693", - "default.handlebars->47->3017", - "default.handlebars->47->3095", + "default.handlebars->47->3024", + "default.handlebars->47->3102", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -71352,8 +71362,10 @@ "xloc": [ "default-mobile.handlebars->11->878", "default-mobile.handlebars->11->885", + "default-mobile.handlebars->11->892", "default.handlebars->47->1706", - "default.handlebars->47->1713" + "default.handlebars->47->1713", + "default.handlebars->47->1720" ] }, { @@ -71407,7 +71419,7 @@ "zh-cht": "超出儲存空間", "hu": "Tároló kapacitás limit túllépése", "xloc": [ - "default.handlebars->47->2438" + "default.handlebars->47->2445" ] }, { @@ -71463,7 +71475,7 @@ "zh-cht": "強", "hu": "erős jelszó", "xloc": [ - "default.handlebars->47->2078" + "default.handlebars->47->2085" ] }, { @@ -71522,7 +71534,7 @@ "zh-cht": "主題", "hu": "Tárgy", "xloc": [ - "default.handlebars->47->2715" + "default.handlebars->47->2722" ] }, { @@ -71584,8 +71596,8 @@ "zh-cht": "成功登錄", "hu": "Sikeres bejelentkezés", "xloc": [ - "default.handlebars->47->3165", - "default.handlebars->47->3204" + "default.handlebars->47->3172", + "default.handlebars->47->3211" ] }, { @@ -71694,7 +71706,7 @@ "hu": "sutu", "xloc": [ "default-mobile.handlebars->11->275", - "default.handlebars->47->1974", + "default.handlebars->47->1981", "login2.handlebars->7->172" ] }, @@ -71723,7 +71735,7 @@ "hu": "szuahéli", "xloc": [ "default-mobile.handlebars->11->276", - "default.handlebars->47->1975", + "default.handlebars->47->1982", "login2.handlebars->7->173" ] }, @@ -71781,7 +71793,7 @@ "hu": "svéd", "xloc": [ "default-mobile.handlebars->11->277", - "default.handlebars->47->1976", + "default.handlebars->47->1983", "login2.handlebars->7->174" ] }, @@ -71810,7 +71822,7 @@ "hu": "svéd (Finnország)", "xloc": [ "default-mobile.handlebars->11->278", - "default.handlebars->47->1977", + "default.handlebars->47->1984", "login2.handlebars->7->175" ] }, @@ -71839,7 +71851,7 @@ "hu": "svéd (Svédország)", "xloc": [ "default-mobile.handlebars->11->279", - "default.handlebars->47->1978", + "default.handlebars->47->1985", "login2.handlebars->7->176" ] }, @@ -71898,7 +71910,7 @@ "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "hu": "Állítsa az Intel AMT-t Admin Control Mode (ACM) módba.", "xloc": [ - "default.handlebars->47->2188" + "default.handlebars->47->2195" ] }, { @@ -71980,7 +71992,7 @@ "zh-cht": "將伺服器裝置名稱同步到主機名稱", "hu": "Az eszköz nevének szinkronizálása kiszolgálón a hostnévvel", "xloc": [ - "default.handlebars->47->2284" + "default.handlebars->47->2291" ] }, { @@ -72007,7 +72019,7 @@ "zh-cht": "將服務器設備名稱同步到端口名稱", "hu": "Az eszköz nevének szinkronizálása kiszolgálón a portnévvel", "xloc": [ - "default.handlebars->47->2283" + "default.handlebars->47->2290" ] }, { @@ -72572,7 +72584,7 @@ "hu": "tamil", "xloc": [ "default-mobile.handlebars->11->280", - "default.handlebars->47->1979", + "default.handlebars->47->1986", "login2.handlebars->7->177" ] }, @@ -72612,7 +72624,7 @@ "hu": "tatár", "xloc": [ "default-mobile.handlebars->11->281", - "default.handlebars->47->1980", + "default.handlebars->47->1987", "login2.handlebars->7->178" ] }, @@ -72625,10 +72637,10 @@ "de": "Telegram", "es": "Telegram", "xloc": [ - "default.handlebars->47->1752", - "default.handlebars->47->1766", - "default.handlebars->47->2975", - "default.handlebars->47->2989" + "default.handlebars->47->1759", + "default.handlebars->47->1773", + "default.handlebars->47->2982", + "default.handlebars->47->2996" ] }, { @@ -72656,7 +72668,7 @@ "hu": "teluga", "xloc": [ "default-mobile.handlebars->11->282", - "default.handlebars->47->1981", + "default.handlebars->47->1988", "login2.handlebars->7->179" ] }, @@ -72688,12 +72700,12 @@ "default-mobile.handlebars->11->563", "default.handlebars->47->1075", "default.handlebars->47->1190", - "default.handlebars->47->2196", - "default.handlebars->47->2276", - "default.handlebars->47->3089", - "default.handlebars->47->3149", - "default.handlebars->47->3199", - "default.handlebars->47->3294", + "default.handlebars->47->2203", + "default.handlebars->47->2283", + "default.handlebars->47->3096", + "default.handlebars->47->3156", + "default.handlebars->47->3206", + "default.handlebars->47->3301", "default.handlebars->47->455", "default.handlebars->47->849", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -72727,7 +72739,7 @@ "xloc": [ "default.handlebars->47->1079", "default.handlebars->47->1193", - "default.handlebars->47->2200" + "default.handlebars->47->2207" ] }, { @@ -72781,9 +72793,9 @@ "zh-cht": "終端機通知", "hu": "Terminál kapcsolat értesítés", "xloc": [ - "default.handlebars->47->2150", - "default.handlebars->47->2828", - "default.handlebars->47->2933", + "default.handlebars->47->2157", + "default.handlebars->47->2835", + "default.handlebars->47->2940", "default.handlebars->47->956" ] }, @@ -72811,9 +72823,9 @@ "zh-cht": "終端機提示", "hu": "Terminál kapcsolat engedélykérés", "xloc": [ - "default.handlebars->47->2149", - "default.handlebars->47->2827", - "default.handlebars->47->2932", + "default.handlebars->47->2156", + "default.handlebars->47->2834", + "default.handlebars->47->2939", "default.handlebars->47->955" ] }, @@ -72841,7 +72853,7 @@ "zh-cht": "終端會話", "hu": "Terminál munkamenet", "xloc": [ - "default.handlebars->47->3082" + "default.handlebars->47->3089" ] }, { @@ -72971,7 +72983,7 @@ "de": "Aufzeichnungen zu Textnotizen", "es": "Registro de Notas", "xloc": [ - "default.handlebars->47->3186" + "default.handlebars->47->3193" ] }, { @@ -72999,7 +73011,7 @@ "hu": "thai", "xloc": [ "default-mobile.handlebars->11->283", - "default.handlebars->47->1982", + "default.handlebars->47->1989", "login2.handlebars->7->180" ] }, @@ -73268,8 +73280,8 @@ "zh-cht": "目前沒有任何通知", "hu": "Jelenleg nincsenek értesítések", "xloc": [ - "default-mobile.handlebars->11->995", - "default.handlebars->47->3209" + "default-mobile.handlebars->11->1002", + "default.handlebars->47->3216" ] }, { @@ -73296,8 +73308,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->1016", - "default.handlebars->47->3230" + "default-mobile.handlebars->11->1023", + "default.handlebars->47->3237" ] }, { @@ -73428,7 +73440,7 @@ "hu": "Ez a fiók nem jogosult új eszközcsoport létrehozására.", "xloc": [ "default-mobile.handlebars->11->330", - "default.handlebars->47->2053" + "default.handlebars->47->2060" ] }, { @@ -73455,7 +73467,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->2597" + "default.handlebars->47->2604" ] }, { @@ -73482,7 +73494,7 @@ "zh-cht": "此代理正在使用不安全的隧道,請考慮更新。", "hu": "Ez az Agent nem biztonságos alagutakat használ, fontolja meg a frissítést.", "xloc": [ - "default.handlebars->47->2598" + "default.handlebars->47->2605" ] }, { @@ -73566,9 +73578,9 @@ "hu": "Ez egy vendégmegosztás munkamenet", "xloc": [ "default.handlebars->47->1572", - "default.handlebars->47->2647", - "default.handlebars->47->3068", - "default.handlebars->47->3069" + "default.handlebars->47->2654", + "default.handlebars->47->3075", + "default.handlebars->47->3076" ] }, { @@ -73622,7 +73634,7 @@ "zh-cht": "這是舊代理版本,請考慮更新。", "hu": "Ez egy régi Agent verzió, fontolja meg a frissítését.", "xloc": [ - "default.handlebars->47->2596" + "default.handlebars->47->2603" ] }, { @@ -73673,7 +73685,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->2257" + "default.handlebars->47->2264" ] }, { @@ -73728,7 +73740,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->2254" + "default.handlebars->47->2261" ] }, { @@ -73969,7 +73981,7 @@ "hu": "tigre", "xloc": [ "default-mobile.handlebars->11->284", - "default.handlebars->47->1983", + "default.handlebars->47->1990", "login2.handlebars->7->181" ] }, @@ -73999,8 +74011,8 @@ "xloc": [ "default-mobile.handlebars->11->570", "default.handlebars->47->1236", - "default.handlebars->47->3128", - "default.handlebars->47->3133", + "default.handlebars->47->3135", + "default.handlebars->47->3140", "player.handlebars->3->17" ] }, @@ -74029,7 +74041,7 @@ "hu": "Időintervallum", "xloc": [ "default.handlebars->47->1221", - "default.handlebars->47->3129" + "default.handlebars->47->3136" ] }, { @@ -74056,7 +74068,7 @@ "zh-cht": "時間跨度", "hu": "Időtartam", "xloc": [ - "default.handlebars->47->2651" + "default.handlebars->47->2658" ] }, { @@ -74084,7 +74096,7 @@ "hu": "Időintervallum", "xloc": [ "default.handlebars->47->1217", - "default.handlebars->47->3127" + "default.handlebars->47->3134" ] }, { @@ -74349,7 +74361,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->2040" + "default.handlebars->47->2047" ] }, { @@ -75067,7 +75079,7 @@ "zh-cht": "令牌名稱", "hu": "Token név", "xloc": [ - "default.handlebars->47->2026" + "default.handlebars->47->2033" ] }, { @@ -75181,8 +75193,8 @@ "hu": "Téma", "xloc": [ "default.handlebars->47->1285", - "default.handlebars->47->1775", - "default.handlebars->47->2998" + "default.handlebars->47->1782", + "default.handlebars->47->3005" ] }, { @@ -75448,7 +75460,7 @@ "hu": "tsonga", "xloc": [ "default-mobile.handlebars->11->285", - "default.handlebars->47->1984", + "default.handlebars->47->1991", "login2.handlebars->7->182" ] }, @@ -75477,7 +75489,7 @@ "hu": "tswana", "xloc": [ "default-mobile.handlebars->11->286", - "default.handlebars->47->1985", + "default.handlebars->47->1992", "login2.handlebars->7->183" ] }, @@ -75530,7 +75542,7 @@ "hu": "török", "xloc": [ "default-mobile.handlebars->11->287", - "default.handlebars->47->1986", + "default.handlebars->47->1993", "login2.handlebars->7->184" ] }, @@ -75559,7 +75571,7 @@ "hu": "türkmén", "xloc": [ "default-mobile.handlebars->11->288", - "default.handlebars->47->1987", + "default.handlebars->47->1994", "login2.handlebars->7->185" ] }, @@ -75617,7 +75629,7 @@ "zh-cht": "關掉。", "hu": "Kapcsolja ki.", "xloc": [ - "default.handlebars->47->2612" + "default.handlebars->47->2619" ] }, { @@ -75674,7 +75686,7 @@ "zh-cht": "打開。", "hu": "Kapcsolja be.", "xloc": [ - "default.handlebars->47->2611" + "default.handlebars->47->2618" ] }, { @@ -75753,13 +75765,13 @@ "hu": "Típus", "xloc": [ "default-mobile.handlebars->11->336", - "default-mobile.handlebars->11->920", + "default-mobile.handlebars->11->927", "default.handlebars->47->1198", "default.handlebars->47->1445", - "default.handlebars->47->2064", - "default.handlebars->47->2130", - "default.handlebars->47->2229", - "default.handlebars->47->3114", + "default.handlebars->47->2071", + "default.handlebars->47->2137", + "default.handlebars->47->2236", + "default.handlebars->47->3121", "default.handlebars->47->496", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -75789,7 +75801,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->1796" + "default.handlebars->47->1803" ] }, { @@ -75816,7 +75828,7 @@ "zh-cht": "輸入要新增的密鑰的名稱。", "hu": "Írja be a hozzáadni kívánt kulcs nevét.", "xloc": [ - "default.handlebars->47->1793" + "default.handlebars->47->1800" ] }, { @@ -75948,7 +75960,7 @@ "hu": "ukrán", "xloc": [ "default-mobile.handlebars->11->289", - "default.handlebars->47->1988", + "default.handlebars->47->1995", "login2.handlebars->7->186" ] }, @@ -76080,7 +76092,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->2055", + "default.handlebars->47->2062", "default.handlebars->47->865" ] }, @@ -76108,8 +76120,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->2057", - "default.handlebars->47->3346", + "default.handlebars->47->2064", + "default.handlebars->47->3353", "default.handlebars->47->867" ] }, @@ -76137,8 +76149,8 @@ "zh-cht": "此模式下無法添加用戶", "hu": "Ebben a módban nem lehet felhasználót hozzáadni", "xloc": [ - "default-mobile.handlebars->11->1012", - "default.handlebars->47->3226" + "default-mobile.handlebars->11->1019", + "default.handlebars->47->3233" ] }, { @@ -76324,7 +76336,7 @@ "zh-cht": "無法導入任何設備。", "hu": "Egyetlen eszköz sem importálható.", "xloc": [ - "default.handlebars->47->2225" + "default.handlebars->47->2232" ] }, { @@ -76675,10 +76687,10 @@ "hu": "Eltávolítás", "xloc": [ "agent-translations.json", - "default-mobile.handlebars->11->984", + "default-mobile.handlebars->11->991", "default.handlebars->47->1126", "default.handlebars->47->1151", - "default.handlebars->47->2359" + "default.handlebars->47->2366" ] }, { @@ -76705,7 +76717,7 @@ "zh-cht": "卸載代理", "hu": "Agent eltávolítása", "xloc": [ - "default-mobile.handlebars->11->964", + "default-mobile.handlebars->11->971", "default.handlebars->47->1252", "default.handlebars->47->722" ] @@ -76734,7 +76746,7 @@ "zh-cht": "卸載代理/刪除設備", "hu": "Agent eltávolítása / Eszköz törlése", "xloc": [ - "default.handlebars->47->2321" + "default.handlebars->47->2328" ] }, { @@ -76804,33 +76816,35 @@ "default-mobile.handlebars->11->808", "default-mobile.handlebars->11->872", "default-mobile.handlebars->11->884", - "default-mobile.handlebars->11->888", - "default-mobile.handlebars->11->890", - "default-mobile.handlebars->11->921", + "default-mobile.handlebars->11->891", + "default-mobile.handlebars->11->895", + "default-mobile.handlebars->11->897", + "default-mobile.handlebars->11->928", "default.handlebars->47->13", "default.handlebars->47->1629", "default.handlebars->47->1636", "default.handlebars->47->1700", "default.handlebars->47->1712", - "default.handlebars->47->1716", - "default.handlebars->47->1718", + "default.handlebars->47->1719", + "default.handlebars->47->1723", + "default.handlebars->47->1725", "default.handlebars->47->187", "default.handlebars->47->188", "default.handlebars->47->189", "default.handlebars->47->191", "default.handlebars->47->193", - "default.handlebars->47->2110", - "default.handlebars->47->2111", - "default.handlebars->47->2131", - "default.handlebars->47->3061", - "default.handlebars->47->3081", + "default.handlebars->47->2117", + "default.handlebars->47->2118", + "default.handlebars->47->2138", + "default.handlebars->47->3068", "default.handlebars->47->3088", - "default.handlebars->47->3159", - "default.handlebars->47->3160", - "default.handlebars->47->3161", - "default.handlebars->47->3162", - "default.handlebars->47->3163", - "default.handlebars->47->3202", + "default.handlebars->47->3095", + "default.handlebars->47->3166", + "default.handlebars->47->3167", + "default.handlebars->47->3168", + "default.handlebars->47->3169", + "default.handlebars->47->3170", + "default.handlebars->47->3209", "default.handlebars->47->44", "default.handlebars->47->51", "default.handlebars->47->52", @@ -76861,8 +76875,8 @@ "zh-cht": "未知#{0}", "hu": "Ismeretlen #{0}", "xloc": [ - "default-mobile.handlebars->11->910", - "default.handlebars->47->2120" + "default-mobile.handlebars->11->917", + "default.handlebars->47->2127" ] }, { @@ -76889,7 +76903,7 @@ "zh-cht": "未知動作", "hu": "Ismeretlen Művelet", "xloc": [ - "default.handlebars->47->3263" + "default.handlebars->47->3270" ] }, { @@ -76916,8 +76930,8 @@ "zh-cht": "未知裝置", "hu": "Ismeretlen Eszköz", "xloc": [ - "default.handlebars->47->2853", - "default.handlebars->47->3047" + "default.handlebars->47->2860", + "default.handlebars->47->3054" ] }, { @@ -76944,9 +76958,9 @@ "zh-cht": "未知裝置群", "hu": "Ismeretlen Eszköz Csoport", "xloc": [ - "default.handlebars->47->2847", - "default.handlebars->47->3035", - "default.handlebars->47->3267" + "default.handlebars->47->2854", + "default.handlebars->47->3042", + "default.handlebars->47->3274" ] }, { @@ -76973,7 +76987,7 @@ "zh-cht": "未知群組", "hu": "Ismeretlen Csoport", "xloc": [ - "default.handlebars->47->3259" + "default.handlebars->47->3266" ] }, { @@ -77028,8 +77042,8 @@ "zh-cht": "未知用戶", "hu": "Ismeretlen felhasználó", "xloc": [ - "default.handlebars->47->3164", - "default.handlebars->47->3203" + "default.handlebars->47->3171", + "default.handlebars->47->3210" ] }, { @@ -77056,7 +77070,7 @@ "zh-cht": "未知用戶群", "hu": "Ismeretlen felhasználói csoport", "xloc": [ - "default.handlebars->47->3041" + "default.handlebars->47->3048" ] }, { @@ -77111,7 +77125,7 @@ "zh-cht": "密碼未知", "hu": "Ismeretlen jelszó", "xloc": [ - "default.handlebars->47->2245" + "default.handlebars->47->2252" ] }, { @@ -77139,7 +77153,7 @@ "hu": "Korlátlan", "xloc": [ "default.handlebars->47->1214", - "default.handlebars->47->2009", + "default.handlebars->47->2016", "default.handlebars->47->279", "default.handlebars->47->559", "default.handlebars->47->573" @@ -77169,7 +77183,7 @@ "zh-cht": "解鎖帳戶", "hu": "Zárolt fiók feloldása", "xloc": [ - "default.handlebars->47->2707" + "default.handlebars->47->2714" ] }, { @@ -77340,7 +77354,7 @@ "zh-cht": "最新", "hu": "Naprakész", "xloc": [ - "default.handlebars->47->3351" + "default.handlebars->47->3358" ] }, { @@ -77462,8 +77476,8 @@ "default.handlebars->47->1540", "default.handlebars->47->1567", "default.handlebars->47->1570", - "default.handlebars->47->2467", - "default.handlebars->47->2477", + "default.handlebars->47->2474", + "default.handlebars->47->2484", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -77494,8 +77508,8 @@ "zh-cht": "上載mesh agent核心", "hu": "Mesh Agent Core feltöltése", "xloc": [ - "default-mobile.handlebars->11->909", - "default.handlebars->47->1738" + "default-mobile.handlebars->11->916", + "default.handlebars->47->1745" ] }, { @@ -77522,8 +77536,8 @@ "zh-cht": "上載核心檔案", "hu": "Core fájl feltöltése", "xloc": [ - "default-mobile.handlebars->11->906", - "default.handlebars->47->1735" + "default-mobile.handlebars->11->913", + "default.handlebars->47->1742" ] }, { @@ -77550,8 +77564,8 @@ "zh-cht": "上載默認伺服器核心", "hu": "Alapértelmezett server core feltöltése", "xloc": [ - "default-mobile.handlebars->11->902", - "default.handlebars->47->1731", + "default-mobile.handlebars->11->909", + "default.handlebars->47->1738", "default.handlebars->47->734", "default.handlebars->47->777" ] @@ -77661,8 +77675,8 @@ "zh-cht": "上傳恢復核心", "hu": "Recovery core feltöltése", "xloc": [ - "default-mobile.handlebars->11->904", - "default.handlebars->47->1733" + "default-mobile.handlebars->11->911", + "default.handlebars->47->1740" ] }, { @@ -77716,8 +77730,8 @@ "zh-cht": "上傳小核心", "hu": "Tiny core feltöltése", "xloc": [ - "default-mobile.handlebars->11->905", - "default.handlebars->47->1734" + "default-mobile.handlebars->11->912", + "default.handlebars->47->1741" ] }, { @@ -77746,7 +77760,7 @@ "xloc": [ "default-mobile.handlebars->11->729", "default.handlebars->47->1568", - "default.handlebars->47->2478", + "default.handlebars->47->2485", "sharing.handlebars->11->90" ] }, @@ -77776,7 +77790,7 @@ "xloc": [ "default-mobile.handlebars->11->730", "default.handlebars->47->1569", - "default.handlebars->47->2479", + "default.handlebars->47->2486", "sharing.handlebars->11->91" ] }, @@ -77828,7 +77842,7 @@ "zh-cht": "上傳:“{0}”", "hu": "Feltöltés: \\\"{0}\\\"", "xloc": [ - "default.handlebars->47->2529" + "default.handlebars->47->2536" ] }, { @@ -77855,7 +77869,7 @@ "zh-cht": "上傳:\\\"{0}\\\",大小:{1}", "hu": "Feltöltés: \\\"{0}\\\", Méret: {1}", "xloc": [ - "default.handlebars->47->2584" + "default.handlebars->47->2591" ] }, { @@ -77883,7 +77897,7 @@ "hu": "felső-sorbiai", "xloc": [ "default-mobile.handlebars->11->290", - "default.handlebars->47->1989", + "default.handlebars->47->1996", "login2.handlebars->7->187" ] }, @@ -77912,7 +77926,7 @@ "hu": "urdu", "xloc": [ "default-mobile.handlebars->11->291", - "default.handlebars->47->1990", + "default.handlebars->47->1997", "login2.handlebars->7->188" ] }, @@ -77940,7 +77954,7 @@ "zh-cht": "用法", "hu": "Használat", "xloc": [ - "default.handlebars->47->3313" + "default.handlebars->47->3320" ] }, { @@ -78035,7 +78049,7 @@ "de": "Als Relay benutzen", "es": "Usar como Relay", "xloc": [ - "default.handlebars->47->2325" + "default.handlebars->47->2332" ] }, { @@ -78172,8 +78186,8 @@ "zh-cht": "用過的", "hu": "Használt", "xloc": [ - "default.handlebars->47->3253", - "default.handlebars->47->3255" + "default.handlebars->47->3260", + "default.handlebars->47->3262" ] }, { @@ -78203,14 +78217,14 @@ "default.handlebars->47->1070", "default.handlebars->47->125", "default.handlebars->47->1447", - "default.handlebars->47->2192", - "default.handlebars->47->2658", - "default.handlebars->47->2688", - "default.handlebars->47->2843", - "default.handlebars->47->3107", - "default.handlebars->47->3115", - "default.handlebars->47->3119", - "default.handlebars->47->3136", + "default.handlebars->47->2199", + "default.handlebars->47->2665", + "default.handlebars->47->2695", + "default.handlebars->47->2850", + "default.handlebars->47->3114", + "default.handlebars->47->3122", + "default.handlebars->47->3126", + "default.handlebars->47->3143", "default.handlebars->47->379" ] }, @@ -78238,7 +78252,7 @@ "zh-cht": "用戶+檔案", "hu": "Felhasználó + Fájlok", "xloc": [ - "default.handlebars->47->2689" + "default.handlebars->47->2696" ] }, { @@ -78265,13 +78279,13 @@ "zh-cht": "用戶帳戶導入", "hu": "Felhasználói fiókok importálása", "xloc": [ - "default.handlebars->47->2224", - "default.handlebars->47->2728", - "default.handlebars->47->2730", - "default.handlebars->47->2732", - "default.handlebars->47->2734", - "default.handlebars->47->2736", - "default.handlebars->47->2738" + "default.handlebars->47->2231", + "default.handlebars->47->2735", + "default.handlebars->47->2737", + "default.handlebars->47->2739", + "default.handlebars->47->2741", + "default.handlebars->47->2743", + "default.handlebars->47->2745" ] }, { @@ -78298,7 +78312,7 @@ "zh-cht": "用戶帳戶", "hu": "Felhasználói fiókok", "xloc": [ - "default.handlebars->47->3272" + "default.handlebars->47->3279" ] }, { @@ -78311,7 +78325,7 @@ "de": "Benutzerauthentifizierungs-Log", "es": "Log de autenticacion de usuario", "xloc": [ - "default.handlebars->47->3334" + "default.handlebars->47->3341" ] }, { @@ -78338,9 +78352,9 @@ "zh-cht": "用戶授權", "hu": "Felhasználó és Csoport jogosultságok", "xloc": [ - "default-mobile.handlebars->11->928", + "default-mobile.handlebars->11->935", "default.handlebars->47->1066", - "default.handlebars->47->2190" + "default.handlebars->47->2197" ] }, { @@ -78368,9 +78382,9 @@ "hu": "Felhasználói hozzájárulás", "xloc": [ "default.handlebars->47->1226", - "default.handlebars->47->2156", - "default.handlebars->47->2834", - "default.handlebars->47->2939", + "default.handlebars->47->2163", + "default.handlebars->47->2841", + "default.handlebars->47->2946", "default.handlebars->47->301", "default.handlebars->47->962" ] @@ -78400,11 +78414,11 @@ "hu": "Felhasználó csoport", "xloc": [ "default.handlebars->47->1069", - "default.handlebars->47->2296", - "default.handlebars->47->2297", - "default.handlebars->47->2803", - "default.handlebars->47->3043", - "default.handlebars->47->3064" + "default.handlebars->47->2303", + "default.handlebars->47->2304", + "default.handlebars->47->2810", + "default.handlebars->47->3050", + "default.handlebars->47->3071" ] }, { @@ -78458,7 +78472,7 @@ "zh-cht": "用戶群成員", "hu": "Felhasználói csoport tagságok", "xloc": [ - "default.handlebars->47->3040" + "default.handlebars->47->3047" ] }, { @@ -78485,7 +78499,7 @@ "zh-cht": "用戶識別碼", "hu": "User ID", "xloc": [ - "default-mobile.handlebars->11->989" + "default-mobile.handlebars->11->996" ] }, { @@ -78512,9 +78526,9 @@ "zh-cht": "用戶識別碼", "hu": "Felhasználó azonosító", "xloc": [ - "default.handlebars->47->2367", - "default.handlebars->47->2890", - "default.handlebars->47->2891" + "default.handlebars->47->2374", + "default.handlebars->47->2897", + "default.handlebars->47->2898" ] }, { @@ -78541,8 +78555,8 @@ "zh-cht": "用戶標識符", "hu": "Felhasználó azonosítók", "xloc": [ - "default.handlebars->47->2294", - "default.handlebars->47->2874" + "default.handlebars->47->2301", + "default.handlebars->47->2881" ] }, { @@ -78596,7 +78610,7 @@ "zh-cht": "用戶列表輸出", "hu": "Felhasználó lista exportálása", "xloc": [ - "default.handlebars->47->2745" + "default.handlebars->47->2752" ] }, { @@ -78623,7 +78637,7 @@ "zh-cht": "用戶登錄", "hu": "Felhasználói bejelentkezések", "xloc": [ - "default.handlebars->47->3112" + "default.handlebars->47->3119" ] }, { @@ -78650,8 +78664,8 @@ "zh-cht": "用戶名", "hu": "Felhasználó Név", "xloc": [ - "default-mobile.handlebars->11->988", - "default.handlebars->47->2366" + "default-mobile.handlebars->11->995", + "default.handlebars->47->2373" ] }, { @@ -78782,7 +78796,7 @@ "zh-cht": "用戶節", "hu": "Felhasználó munkamenetek", "xloc": [ - "default.handlebars->47->3304" + "default.handlebars->47->3311" ] }, { @@ -78840,7 +78854,7 @@ "zh-cht": "用戶流量使用", "hu": "Felhasználói forgalom", "xloc": [ - "default.handlebars->47->3111" + "default.handlebars->47->3118" ] }, { @@ -78948,8 +78962,8 @@ "zh-cht": "用戶已存在", "hu": "A felhasználó már létezik", "xloc": [ - "default-mobile.handlebars->11->1011", - "default.handlebars->47->3225" + "default-mobile.handlebars->11->1018", + "default.handlebars->47->3232" ] }, { @@ -78978,8 +78992,8 @@ "xloc": [ "default-mobile.handlebars->11->302", "default-mobile.handlebars->11->304", - "default.handlebars->47->2001", - "default.handlebars->47->2003" + "default.handlebars->47->2008", + "default.handlebars->47->2010" ] }, { @@ -79006,7 +79020,7 @@ "zh-cht": "用戶組已更改:{0}", "hu": "Fellhasználói csoport módosítva: {0}", "xloc": [ - "default.handlebars->47->2558" + "default.handlebars->47->2565" ] }, { @@ -79033,7 +79047,7 @@ "zh-cht": "已創建用戶組:{0}", "hu": "Fellhasználói csoport létrehozva: {0}", "xloc": [ - "default.handlebars->47->2548" + "default.handlebars->47->2555" ] }, { @@ -79060,7 +79074,7 @@ "zh-cht": "用戶組成員身份已更改:{0}", "hu": "Felhasználói csoport tagsága megváltozott: {0}", "xloc": [ - "default.handlebars->47->2546" + "default.handlebars->47->2553" ] }, { @@ -79073,7 +79087,7 @@ "de": "Benutzergruppen-Log", "es": "Registro de grupos de usuario", "xloc": [ - "default.handlebars->47->3193" + "default.handlebars->47->3200" ] }, { @@ -79117,8 +79131,8 @@ "de": "Nutzerschlüssel", "es": "Clave de usuario", "xloc": [ - "default.handlebars->47->1774", - "default.handlebars->47->2997" + "default.handlebars->47->1781", + "default.handlebars->47->3004" ] }, { @@ -79145,7 +79159,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->2588" + "default.handlebars->47->2595" ] }, { @@ -79172,7 +79186,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->2587" + "default.handlebars->47->2594" ] }, { @@ -79199,7 +79213,7 @@ "zh-cht": "用戶通知已更改", "hu": "Felhasználói értesítések megváltoztak", "xloc": [ - "default.handlebars->47->2609" + "default.handlebars->47->2616" ] }, { @@ -79212,7 +79226,7 @@ "de": "Benutzeraufzeichnungen", "es": "Registros de Usuario", "xloc": [ - "default.handlebars->47->3183" + "default.handlebars->47->3190" ] }, { @@ -79239,8 +79253,8 @@ "zh-cht": "未找到用戶 {0}。", "hu": "{0} felhasználó nem található.", "xloc": [ - "default-mobile.handlebars->11->1019", - "default.handlebars->47->3233" + "default-mobile.handlebars->11->1026", + "default.handlebars->47->3240" ] }, { @@ -79322,17 +79336,17 @@ "xloc": [ "default-mobile.handlebars->11->608", "default-mobile.handlebars->11->678", - "default-mobile.handlebars->11->924", + "default-mobile.handlebars->11->931", "default.handlebars->47->1279", "default.handlebars->47->1371", "default.handlebars->47->1481", - "default.handlebars->47->1778", - "default.handlebars->47->2073", - "default.handlebars->47->2088", - "default.handlebars->47->2093", - "default.handlebars->47->2134", - "default.handlebars->47->2757", - "default.handlebars->47->3001", + "default.handlebars->47->1785", + "default.handlebars->47->2080", + "default.handlebars->47->2095", + "default.handlebars->47->2100", + "default.handlebars->47->2141", + "default.handlebars->47->2764", + "default.handlebars->47->3008", "default.handlebars->47->332", "default.handlebars->47->505", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -79477,8 +79491,8 @@ "de": "Benutzername:0000", "es": "Usuario:0000", "xloc": [ - "default.handlebars->47->1771", - "default.handlebars->47->2994" + "default.handlebars->47->1778", + "default.handlebars->47->3001" ] }, { @@ -79505,9 +79519,9 @@ "zh-cht": "用戶", "hu": "Felhasználók", "xloc": [ - "default.handlebars->47->2791", - "default.handlebars->47->2835", - "default.handlebars->47->3303", + "default.handlebars->47->2798", + "default.handlebars->47->2842", + "default.handlebars->47->3310", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -79535,7 +79549,7 @@ "zh-cht": "用戶節", "hu": "Felhasználói munkamenetek", "xloc": [ - "default.handlebars->47->3276" + "default.handlebars->47->3283" ] }, { @@ -79562,7 +79576,7 @@ "zh-cht": "用戶視圖", "hu": "Felhasználók megtekintése", "xloc": [ - "default.handlebars->47->2724" + "default.handlebars->47->2731" ] }, { @@ -79589,8 +79603,8 @@ "zh-cht": "未找到用戶 {0}。", "hu": "{0} felhasználók nem találhatóak.", "xloc": [ - "default-mobile.handlebars->11->1020", - "default.handlebars->47->3234" + "default-mobile.handlebars->11->1027", + "default.handlebars->47->3241" ] }, { @@ -79727,7 +79741,7 @@ "zh-cht": "驗證電郵", "hu": "Email Érvényesít", "xloc": [ - "default.handlebars->47->2702" + "default.handlebars->47->2709" ] }, { @@ -79754,8 +79768,8 @@ "zh-cht": "驗證異常", "hu": "Érvényesítési kivétel", "xloc": [ - "default-mobile.handlebars->11->1013", - "default.handlebars->47->3227" + "default-mobile.handlebars->11->1020", + "default.handlebars->47->3234" ] }, { @@ -79837,7 +79851,7 @@ "hu": "venda", "xloc": [ "default-mobile.handlebars->11->292", - "default.handlebars->47->1991", + "default.handlebars->47->1998", "login2.handlebars->7->189" ] }, @@ -79924,7 +79938,7 @@ "zh-cht": "已驗證", "hu": "Megerősítve", "xloc": [ - "default.handlebars->47->3019" + "default.handlebars->47->3026" ] }, { @@ -79964,7 +79978,7 @@ "de": "Verifizierte Nutzerkennung", "es": "Usuario Verificado", "xloc": [ - "default.handlebars->47->1748" + "default.handlebars->47->1755" ] }, { @@ -79976,7 +79990,7 @@ "de": "Verifizierter Benachrichtigungsaccount", "es": "Cuenta de mensajes Verificada", "xloc": [ - "default.handlebars->47->2699" + "default.handlebars->47->2706" ] }, { @@ -79988,7 +80002,7 @@ "de": "Verifizierter Benachrichtigungsaccount des Benutzers {0}", "es": "Se verifico la cuenta de Mensajes de {0}", "xloc": [ - "default.handlebars->47->2635" + "default.handlebars->47->2642" ] }, { @@ -80016,8 +80030,8 @@ "hu": "Megerősített telefonszám ", "xloc": [ "default-mobile.handlebars->11->96", - "default.handlebars->47->1742", - "default.handlebars->47->2697" + "default.handlebars->47->1749", + "default.handlebars->47->2704" ] }, { @@ -80044,7 +80058,7 @@ "zh-cht": "用戶{0}的已驗證電話號碼", "hu": "Megerősített telefonszám {0} felhasználóhoz", "xloc": [ - "default.handlebars->47->2575" + "default.handlebars->47->2582" ] }, { @@ -80161,7 +80175,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->3347" + "default.handlebars->47->3354" ] }, { @@ -80270,7 +80284,7 @@ "hu": "vietnámi", "xloc": [ "default-mobile.handlebars->11->293", - "default.handlebars->47->1992", + "default.handlebars->47->1999", "login2.handlebars->7->190" ] }, @@ -80325,7 +80339,7 @@ "zh-cht": "查看所有事件", "hu": "Minden esemény megtekintése", "xloc": [ - "default.handlebars->47->2782" + "default.handlebars->47->2789" ] }, { @@ -80376,8 +80390,8 @@ "zh-cht": "查看變更日誌", "hu": "Változásnapló megtekintése", "xloc": [ - "default.handlebars->47->3350", - "default.handlebars->47->3352" + "default.handlebars->47->3357", + "default.handlebars->47->3359" ] }, { @@ -80431,7 +80445,7 @@ "zh-cht": "查看有關此裝置群的註釋", "hu": "Az eszközcsoporttal kapcsolatos megjegyzések megtekintése", "xloc": [ - "default.handlebars->47->2175" + "default.handlebars->47->2182" ] }, { @@ -80458,7 +80472,7 @@ "zh-cht": "查看有關此用戶的註釋", "hu": "A felhasználóval kapcsolatos megjegyzések megtekintése", "xloc": [ - "default.handlebars->47->2950" + "default.handlebars->47->2957" ] }, { @@ -80513,7 +80527,7 @@ "zh-cht": "查看此用戶以前的登錄信息", "hu": "A felhasználó korábbi bejelentkezéseinek megtekintése", "xloc": [ - "default.handlebars->47->2965" + "default.handlebars->47->2972" ] }, { @@ -80568,7 +80582,7 @@ "hu": "volapuk", "xloc": [ "default-mobile.handlebars->11->294", - "default.handlebars->47->1993", + "default.handlebars->47->2000", "login2.handlebars->7->191" ] }, @@ -80854,10 +80868,10 @@ "zh-cht": "喚醒裝置", "hu": "Eszközök felébresztése", "xloc": [ - "default-mobile.handlebars->11->960", - "default-mobile.handlebars->11->975", - "default.handlebars->47->2317", - "default.handlebars->47->2349" + "default-mobile.handlebars->11->967", + "default-mobile.handlebars->11->982", + "default.handlebars->47->2324", + "default.handlebars->47->2356" ] }, { @@ -80940,7 +80954,7 @@ "hu": "walloon", "xloc": [ "default-mobile.handlebars->11->295", - "default.handlebars->47->1994", + "default.handlebars->47->2001", "login2.handlebars->7->192" ] }, @@ -80968,7 +80982,7 @@ "zh-cht": "弱", "hu": "gyenge", "xloc": [ - "default.handlebars->47->2080" + "default.handlebars->47->2087" ] }, { @@ -81028,7 +81042,7 @@ "hu": "Weboldal értesítések", "xloc": [ "default.handlebars->47->1098", - "default.handlebars->47->2396" + "default.handlebars->47->2403" ] }, { @@ -81055,7 +81069,7 @@ "zh-cht": "網頁電源開關 7", "hu": "Web Power Switch 7", "xloc": [ - "default.handlebars->47->2071" + "default.handlebars->47->2078" ] }, { @@ -81082,8 +81096,8 @@ "zh-cht": "網絡伺服器", "hu": "WEB Kiszolgáló", "xloc": [ - "default.handlebars->47->3329", - "default.handlebars->47->3330" + "default.handlebars->47->3336", + "default.handlebars->47->3337" ] }, { @@ -81110,7 +81124,7 @@ "zh-cht": "Web 服務器 HTTP 標頭", "hu": "WEB Kiszolgáló HTTP fejlécek", "xloc": [ - "default.handlebars->47->3333" + "default.handlebars->47->3340" ] }, { @@ -81137,7 +81151,7 @@ "zh-cht": "Web伺服器請求", "hu": "WEB kiszolgáló kérések", "xloc": [ - "default.handlebars->47->3331" + "default.handlebars->47->3338" ] }, { @@ -81164,7 +81178,7 @@ "zh-cht": "Web插座中繼", "hu": "Web Socket Relay", "xloc": [ - "default.handlebars->47->3332" + "default.handlebars->47->3339" ] }, { @@ -81192,7 +81206,7 @@ "hu": "Web-RDP", "xloc": [ "default.handlebars->47->1040", - "default.handlebars->47->3155", + "default.handlebars->47->3162", "default.handlebars->contextMenu->cxwebrdp" ] }, @@ -81220,7 +81234,7 @@ "zh-cht": "網絡SFTP", "hu": "Web-SFTP", "xloc": [ - "default.handlebars->47->3157" + "default.handlebars->47->3164" ] }, { @@ -81248,7 +81262,7 @@ "hu": "Web-SSH", "xloc": [ "default.handlebars->47->1042", - "default.handlebars->47->3156", + "default.handlebars->47->3163", "default.handlebars->contextMenu->cxwebssh" ] }, @@ -81277,7 +81291,7 @@ "hu": "Web-VNC", "xloc": [ "default.handlebars->47->1038", - "default.handlebars->47->3158", + "default.handlebars->47->3165", "default.handlebars->contextMenu->cxwebvnc" ] }, @@ -81305,7 +81319,7 @@ "zh-cht": "WebRDP", "hu": "WebRDP", "xloc": [ - "default.handlebars->47->3297" + "default.handlebars->47->3304" ] }, { @@ -81332,7 +81346,7 @@ "zh-cht": "網絡SSH", "hu": "WebSSH", "xloc": [ - "default.handlebars->47->3298" + "default.handlebars->47->3305" ] }, { @@ -81386,7 +81400,7 @@ "zh-cht": "網絡VNC", "hu": "WebVNC", "xloc": [ - "default.handlebars->47->3299" + "default.handlebars->47->3306" ] }, { @@ -81497,7 +81511,7 @@ "hu": "walesi", "xloc": [ "default-mobile.handlebars->11->296", - "default.handlebars->47->1995", + "default.handlebars->47->2002", "login2.handlebars->7->193" ] }, @@ -81510,8 +81524,8 @@ "de": "WhatsApp", "es": "Whatsapp", "xloc": [ - "default.handlebars->47->1764", - "default.handlebars->47->2987" + "default.handlebars->47->1771", + "default.handlebars->47->2994" ] }, { @@ -81538,7 +81552,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->2375" + "default.handlebars->47->2382" ] }, { @@ -81566,7 +81580,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->1780" + "default.handlebars->47->1787" ] }, { @@ -81593,7 +81607,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->2255" + "default.handlebars->47->2262" ] }, { @@ -81644,7 +81658,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->2256" + "default.handlebars->47->2263" ] }, { @@ -81671,7 +81685,7 @@ "zh-cht": "下次登入時將更改。", "hu": "A következő bejelentkezéskor módosul.", "xloc": [ - "default.handlebars->47->2919" + "default.handlebars->47->2926" ] }, { @@ -82451,7 +82465,7 @@ "zh-cht": "Windows MeshAgent", "hu": "Windows MeshAgent", "xloc": [ - "default.handlebars->47->2380", + "default.handlebars->47->2387", "default.handlebars->47->576" ] }, @@ -82934,8 +82948,8 @@ "zh-cht": "XMPP", "hu": "XMPP", "xloc": [ - "default.handlebars->47->1754", - "default.handlebars->47->2977" + "default.handlebars->47->1761", + "default.handlebars->47->2984" ] }, { @@ -82990,7 +83004,7 @@ "hu": "xhosa", "xloc": [ "default-mobile.handlebars->11->297", - "default.handlebars->47->1996", + "default.handlebars->47->2003", "login2.handlebars->7->194" ] }, @@ -83031,7 +83045,7 @@ "hu": "jiddis", "xloc": [ "default-mobile.handlebars->11->298", - "default.handlebars->47->1997", + "default.handlebars->47->2004", "login2.handlebars->7->195" ] }, @@ -83227,7 +83241,7 @@ "zh-cht": "YubiKey™OTP", "hu": "YubiKey™ OTP", "xloc": [ - "default.handlebars->47->1799" + "default.handlebars->47->1806" ] }, { @@ -83377,8 +83391,8 @@ "pl": "Zulip", "es": "Zulip", "xloc": [ - "default.handlebars->47->1758", - "default.handlebars->47->2981" + "default.handlebars->47->1765", + "default.handlebars->47->2988" ] }, { @@ -83406,7 +83420,7 @@ "hu": "zulu", "xloc": [ "default-mobile.handlebars->11->299", - "default.handlebars->47->1998", + "default.handlebars->47->2005", "login2.handlebars->7->196" ] }, @@ -83988,7 +84002,7 @@ "zh-cht": "\\\\'", "hu": "\\\\'", "xloc": [ - "default.handlebars->47->3348" + "default.handlebars->47->3355" ] }, { @@ -84516,7 +84530,7 @@ "zh-cht": "config.json", "hu": "config.json", "xloc": [ - "default.handlebars->47->2117" + "default.handlebars->47->2124" ] }, { @@ -84543,8 +84557,8 @@ "zh-cht": "console.txt", "hu": "console.txt", "xloc": [ - "default-mobile.handlebars->11->899", - "default.handlebars->47->1728" + "default-mobile.handlebars->11->906", + "default.handlebars->47->1735" ] }, { @@ -84572,7 +84586,7 @@ "hu": "másolás", "xloc": [ "default-mobile.handlebars->11->369", - "default.handlebars->47->2474" + "default.handlebars->47->2481" ] }, { @@ -84815,8 +84829,8 @@ "zh-cht": "eventslist.csv", "hu": "eventslist.csv", "xloc": [ - "default.handlebars->47->2665", - "default.handlebars->47->2670" + "default.handlebars->47->2672", + "default.handlebars->47->2677" ] }, { @@ -84843,8 +84857,8 @@ "zh-cht": "eventslist.json", "hu": "eventslist.json", "xloc": [ - "default.handlebars->47->2667", - "default.handlebars->47->2671" + "default.handlebars->47->2674", + "default.handlebars->47->2678" ] }, { @@ -84926,8 +84940,8 @@ "zh-cht": "免費", "hu": "szabad", "xloc": [ - "default.handlebars->47->3284", - "default.handlebars->47->3287" + "default.handlebars->47->3291", + "default.handlebars->47->3294" ] }, { @@ -85140,8 +85154,8 @@ "pl": "https://api.callmebot.com/...", "es": "https://api.callmebot.com/...", "xloc": [ - "default.handlebars->47->1773", - "default.handlebars->47->2996" + "default.handlebars->47->1780", + "default.handlebars->47->3003" ] }, { @@ -85204,8 +85218,8 @@ "en": "https://hooks.slack.com/...", "nl": "https://hooks.slack.com/...", "xloc": [ - "default.handlebars->47->1777", - "default.handlebars->47->3000" + "default.handlebars->47->1784", + "default.handlebars->47->3007" ] }, { @@ -85256,7 +85270,7 @@ "zh-cht": "ID、姓名、電子郵件、創建、lastlogin、組、authfactors、siteadmin、useradmin、鎖定", "hu": "id, name, email, creation, lastlogin, groups, authfactors, siteadmin, useradmin, locked", "xloc": [ - "default.handlebars->47->2746" + "default.handlebars->47->2753" ] }, { @@ -85497,7 +85511,7 @@ "zh-cht": "k max,默認為空白", "hu": " k max, alapértelmezetten üres", "xloc": [ - "default.handlebars->47->2774" + "default.handlebars->47->2781" ] }, { @@ -85877,7 +85891,7 @@ "hu": "mozgat", "xloc": [ "default-mobile.handlebars->11->370", - "default.handlebars->47->2475" + "default.handlebars->47->2482" ] }, { @@ -85960,8 +85974,8 @@ "pl": "ntfy", "es": "ntfy", "xloc": [ - "default.handlebars->47->1757", - "default.handlebars->47->2980" + "default.handlebars->47->1764", + "default.handlebars->47->2987" ] }, { @@ -86229,7 +86243,7 @@ "zh-cht": "servererrors.txt", "hu": "servererrors.txt", "xloc": [ - "default.handlebars->47->2114" + "default.handlebars->47->2121" ] }, { @@ -86256,7 +86270,7 @@ "zh-cht": "servertrace.csv", "hu": "servertrace.csv", "xloc": [ - "default.handlebars->47->3342" + "default.handlebars->47->3349" ] }, { @@ -86375,7 +86389,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->3316" + "default.handlebars->47->3323" ] }, { @@ -86402,7 +86416,7 @@ "zh-cht": "時間,來源,訊息", "hu": "time, source, message", "xloc": [ - "default.handlebars->47->3341" + "default.handlebars->47->3348" ] }, { @@ -86466,8 +86480,8 @@ "zh-cht": "總", "hu": "összesen", "xloc": [ - "default.handlebars->47->3285", - "default.handlebars->47->3288" + "default.handlebars->47->3292", + "default.handlebars->47->3295" ] }, { @@ -86500,7 +86514,7 @@ { "en": "true", "xloc": [ - "default.handlebars->47->2729" + "default.handlebars->47->2736" ] }, { @@ -86611,8 +86625,8 @@ "zh-cht": "userlist.csv", "hu": "userlist.csv", "xloc": [ - "default.handlebars->47->2742", - "default.handlebars->47->2747" + "default.handlebars->47->2749", + "default.handlebars->47->2754" ] }, { @@ -86639,8 +86653,8 @@ "zh-cht": "userlist.json", "hu": "userlist.json", "xloc": [ - "default.handlebars->47->2744", - "default.handlebars->47->2748" + "default.handlebars->47->2751", + "default.handlebars->47->2755" ] }, { @@ -86652,8 +86666,8 @@ "de": "benutzername@beispiel.de", "es": "nombredeusuario@ejemplo.com", "xloc": [ - "default.handlebars->47->1776", - "default.handlebars->47->2999" + "default.handlebars->47->1783", + "default.handlebars->47->3006" ] }, { @@ -86665,8 +86679,8 @@ "de": "benutzername@server.de", "es": "nombredeusuario@servidor.com", "xloc": [ - "default.handlebars->47->1772", - "default.handlebars->47->2995" + "default.handlebars->47->1779", + "default.handlebars->47->3002" ] }, { @@ -86693,7 +86707,7 @@ "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "hu": "utc, time, type, action, user, device, message", "xloc": [ - "default.handlebars->47->2669" + "default.handlebars->47->2676" ] }, { @@ -86962,8 +86976,8 @@ "zh-cht": "{0} Gb", "hu": "{0} Gb", "xloc": [ - "default.handlebars->47->2447", - "default.handlebars->47->2452" + "default.handlebars->47->2454", + "default.handlebars->47->2459" ] }, { @@ -87014,9 +87028,9 @@ "zh-cht": "{0} Kb", "hu": "{0} Kb", "xloc": [ - "default.handlebars->47->2445", - "default.handlebars->47->2450", - "default.handlebars->47->3080" + "default.handlebars->47->2452", + "default.handlebars->47->2457", + "default.handlebars->47->3087" ] }, { @@ -87071,8 +87085,8 @@ "default-mobile.handlebars->11->863", "default.handlebars->47->1674", "default.handlebars->47->1691", - "default.handlebars->47->2446", - "default.handlebars->47->2451" + "default.handlebars->47->2453", + "default.handlebars->47->2458" ] }, { @@ -87151,7 +87165,7 @@ "zh-cht": "{0}個活躍節", "hu": "{0} actív munkamenet", "xloc": [ - "default.handlebars->47->2968" + "default.handlebars->47->2975" ] }, { @@ -87178,8 +87192,8 @@ "zh-cht": "{0} b", "hu": "{0} b", "xloc": [ - "default.handlebars->47->2444", - "default.handlebars->47->2449" + "default.handlebars->47->2451", + "default.handlebars->47->2456" ] }, { @@ -87207,8 +87221,8 @@ "hu": "{0} bytes", "xloc": [ "default-mobile.handlebars->11->358", - "default.handlebars->47->2460", - "default.handlebars->47->3101", + "default.handlebars->47->2467", + "default.handlebars->47->3108", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -87238,7 +87252,7 @@ "zh-cht": "剩餘{0}個字節", "hu": "{0} byte maradt", "xloc": [ - "default.handlebars->47->2439" + "default.handlebars->47->2446" ] }, { @@ -87344,7 +87358,7 @@ "zh-cht": "剩餘{0} GB", "hu": "{0} gigabyte maradt", "xloc": [ - "default.handlebars->47->2442" + "default.handlebars->47->2449" ] }, { @@ -87371,7 +87385,7 @@ "zh-cht": "{0}個群組", "hu": "{0} csoport", "xloc": [ - "default.handlebars->47->2924" + "default.handlebars->47->2931" ] }, { @@ -87449,7 +87463,7 @@ "zh-cht": "剩餘{0}千字節", "hu": "{0} kilobyte maradt", "xloc": [ - "default.handlebars->47->2440" + "default.handlebars->47->2447" ] }, { @@ -87505,7 +87519,7 @@ "zh-cht": "剩餘{0}兆字節", "hu": "{0} megabyte maradt", "xloc": [ - "default.handlebars->47->2441" + "default.handlebars->47->2448" ] }, { @@ -87637,7 +87651,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->2679" + "default.handlebars->47->2686" ] }, { @@ -88094,7 +88108,7 @@ "default-mobile.handlebars->11->427", "default-mobile.handlebars->11->431", "default-mobile.handlebars->11->435", - "default.handlebars->47->2683", + "default.handlebars->47->2690", "default.handlebars->47->447", "default.handlebars->47->450", "default.handlebars->47->454", @@ -88398,7 +88412,7 @@ "hu": "{0}, {1} kezdve {2} perc", "xloc": [ "default.handlebars->47->1085", - "default.handlebars->47->2206" + "default.handlebars->47->2213" ] }, { @@ -88426,7 +88440,7 @@ "hu": "{0}, {1} kezdve {2} perc", "xloc": [ "default.handlebars->47->1086", - "default.handlebars->47->2207" + "default.handlebars->47->2214" ] }, { @@ -88454,7 +88468,7 @@ "hu": "{0}, {1} - {2}", "xloc": [ "default.handlebars->47->1084", - "default.handlebars->47->2205" + "default.handlebars->47->2212" ] }, { @@ -88535,7 +88549,7 @@ "zh-cht": "{0}k在1檔案內。最多{1}k", "hu": "{0}k 1 fájlban. {1}k maximum", "xloc": [ - "default.handlebars->47->2454" + "default.handlebars->47->2461" ] }, { @@ -88562,7 +88576,7 @@ "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "hu": "{0}k {1} fájlban. maximum {2}k", "xloc": [ - "default.handlebars->47->2453" + "default.handlebars->47->2460" ] }, { diff --git a/views/default-mobile.handlebars b/views/default-mobile.handlebars index 02b1cc0f24..aee7cde8ff 100644 --- a/views/default-mobile.handlebars +++ b/views/default-mobile.handlebars @@ -6378,7 +6378,6 @@ x += '
' + EscapeHtml((m.DeviceLocator ? m.DeviceLocator : 'Unknown')) + '
'; if (m.Size && m.Speed) { x += addDetailItem("Capacity / Speed", format("{0}, {1}", m.Size, m.Speed), s); } else if (m.Size) { x += addDetailItem("Capacity", format("{0}", (m.Size)), s); } - console.log(m.Manufacturer); if (m.PartNumber) { x += addDetailItem("Part Number", EscapeHtml((m.Manufacturer && m.Manufacturer != '')?(m.Manufacturer + ', '):'') + EscapeHtml(m.PartNumber), s); } x += ''; } @@ -6485,6 +6484,29 @@ if (x != '') { sections.push({ name: "Storage Volumes", html: '' + x + '
', img: 'storage'}); } } + // MacOS Volumes + if (hardware.darwin && hardware.darwin.volumes) { + var x = ''; + for (var i in hardware.darwin.volumes) { + var m = hardware.darwin.volumes[i]; + if(m.mount_point.startsWith('/var/lib/docker/overlay2')) continue; + x += '
'; + x += '
' + m.mount_point + '
'; + if (m.size) { + x += addDetailItem("Capacity", EscapeHtml(m.size), s); + } + if (m.available) { + x += addDetailItem("Capacity Remaining", EscapeHtml(m.available), 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); + } + x += '
'; + } + if (x != '') { sections.push({ name: "Storage Volumes", html: '' + x + '
', img: 'storage'}); } + } + // Render the sections var x = ''; for (var i in sections) { diff --git a/views/default.handlebars b/views/default.handlebars index 551ec3939c..67cb247d57 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -12297,6 +12297,29 @@ if (x != '') { sections.push({ name: "Storage Volumes", html: '' + x + '
', img: 'storage64.png'}); } } + // MacOS Volumes + if (hardware.darwin && hardware.darwin.volumes) { + var x = ''; + for (var i in hardware.darwin.volumes) { + var m = hardware.darwin.volumes[i]; + if(m.mount_point.startsWith('/var/lib/docker/overlay2')) continue; + x += '
'; + x += '
' + m.mount_point + '
'; + if (m.size) { + x += addDetailItem("Capacity", EscapeHtml(m.size), s); + } + if (m.available) { + x += addDetailItem("Capacity Remaining", EscapeHtml(m.available), 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); + } + x += '
'; + } + if (x != '') { sections.push({ name: "Storage Volumes", html: '' + x + '
', img: 'storage64.png'}); } + } + // Render the sections var x = ''; for (var i in sections) {