diff --git a/agents/meshcore.js b/agents/meshcore.js index 43dc45b0..2f22d781 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -2140,34 +2140,28 @@ function createMeshCore(agent) { } case 'zip': // Zip a bunch of files + if (this.zip != null) return; // Zip operating is currently running, exit now. + + // Check that the specified files exist & build full paths var fp, stat, p = []; - for (var i in cmd.files) { - // Right now, we only zip files. - // TODO: Support folder compression - // TODO: Support compression relative to a root path - // TODO: Support the 'cancel' operation below - fp = cmd.path + '/' + cmd.files[i]; - stat = null; - try { stat = fs.statSync(fp); } catch (e) { } - if ((stat != null) && (stat.isDirectory() == false) && (stat.size != null) && (stat.size > 0)) { p.push(fp); } - } - if (p.length == 0) return; + for (var i in cmd.files) { fp = cmd.path + '/' + cmd.files[i]; stat = null; try { stat = fs.statSync(fp); } catch (e) { } if (stat != null) { p.push(fp); } } + if (p.length == 0) return; // No files, quit now. + + // Setup file compression var ofile = cmd.path + '/' + cmd.output; this.write(Buffer.from(JSON.stringify({ action: 'dialogmessage', msg: 'zipping' }))); var out = require('fs').createWriteStream(ofile, { flags: 'wb' }); - out.fname = ofile; out.xws = this; - out.on('close', function () { - this.xws.write(Buffer.from(JSON.stringify({ action: 'dialogmessage', msg: null }))); - this.xws.write(Buffer.from(JSON.stringify({ action: 'refresh' }))); - }); - this.zip = require('zip-writer').write({ files: p }); + out.on('close', function () { this.xws.write(Buffer.from(JSON.stringify({ action: 'dialogmessage', msg: null }))); this.xws.write(Buffer.from(JSON.stringify({ action: 'refresh' }))); this.xws.zip = null; }); + this.zip = require('zip-writer').write({ files: p, basePath: cmd.path }); + this.zip.xws = this; + this.zip.on('progress', require('events').moderated(function (name, p) { this.xws.write(Buffer.from(JSON.stringify({ action: 'dialogmessage', msg: 'zippingFile', file: ((process.platform == 'win32') ? (name.split('/').join('\\')) : name), progress: p }))); }, 2000)); this.zip.pipe(out); break; case 'cancel': - // TODO: Cancel zip operation if present - //sendConsoleText('Cancel operation'); - try { this.zip.cancel(function () { sendConsoleText('Zip operation was cancelled'); }); } catch (ex) { } + // Cancel zip operation if present + try { this.zip.cancel(function () { }); } catch (ex) { } + this.zip = null; break; default: // Unknown action, ignore it. diff --git a/translate/translate.json b/translate/translate.json index 969ae9ce..ce53d1dd 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -15,8 +15,8 @@ "zh-chs": " + CIRA", "fi": " + CIRA", "xloc": [ - "default.handlebars->27->1303", - "default.handlebars->27->1305" + "default.handlebars->27->1304", + "default.handlebars->27->1306" ] }, { @@ -184,7 +184,7 @@ "zh-chs": " 可以使用密碼提示,但不建議使用。", "fi": " Salasanavihjeitä voidaan käyttää, mutta niitä ei suositella.", "xloc": [ - "default.handlebars->27->1226" + "default.handlebars->27->1227" ] }, { @@ -202,8 +202,8 @@ "zh-chs": " 用戶需要先登錄到該服務器一次,然後才能將其添加到設備組。", "fi": " Käyttäjien on kirjauduttava sisään tähän palvelimeen kerran, ennen kuin heidät voidaan lisätä laiteryhmään.", "xloc": [ - "default.handlebars->27->1378", - "default.handlebars->27->1723" + "default.handlebars->27->1379", + "default.handlebars->27->1724" ] }, { @@ -418,7 +418,7 @@ "zh-chs": "*保留空白以為每個設備分配一個隨機密碼。", "fi": "* Jätä tyhjäksi antaaksesi satunnaisen salasanan jokaiselle laitteelle.", "xloc": [ - "default.handlebars->27->1350" + "default.handlebars->27->1351" ] }, { @@ -454,7 +454,7 @@ "fi": ", ", "xloc": [ "default-mobile.handlebars->9->449", - "default.handlebars->27->1445" + "default.handlebars->27->1446" ] }, { @@ -491,7 +491,7 @@ "zh-chs": ",MQTT在線", "fi": ", MQTT on online-tilassa", "xloc": [ - "default.handlebars->27->969" + "default.handlebars->27->970" ] }, { @@ -684,9 +684,9 @@ "xloc": [ "default-mobile.handlebars->9->108", "default-mobile.handlebars->9->295", - "default.handlebars->27->1486", - "default.handlebars->27->1878", - "default.handlebars->27->852" + "default.handlebars->27->1487", + "default.handlebars->27->1879", + "default.handlebars->27->853" ] }, { @@ -738,7 +738,7 @@ "zh-chs": "1個活動會話", "fi": "1 aktiivinen istunto", "xloc": [ - "default.handlebars->27->1792" + "default.handlebars->27->1793" ] }, { @@ -758,7 +758,7 @@ "xloc": [ "default-mobile.handlebars->9->118", "default-mobile.handlebars->9->453", - "default.handlebars->27->1510" + "default.handlebars->27->1511" ] }, { @@ -807,7 +807,7 @@ "zh-chs": "1組", "fi": "1 ryhmä", "xloc": [ - "default.handlebars->27->1757" + "default.handlebars->27->1758" ] }, { @@ -898,7 +898,7 @@ "zh-chs": "未再顯示1個用戶,請使用搜索框查找用戶...", "fi": "1 muuta käyttäjää ei näy, käytä hakukenttää etsiäksesi käyttäjiä ...", "xloc": [ - "default.handlebars->27->1559" + "default.handlebars->27->1560" ] }, { @@ -958,7 +958,7 @@ "default-mobile.handlebars->9->168", "default-mobile.handlebars->9->171", "default-mobile.handlebars->9->174", - "default.handlebars->27->1563", + "default.handlebars->27->1564", "default.handlebars->27->239", "default.handlebars->27->242", "default.handlebars->27->245", @@ -1278,8 +1278,8 @@ "zh-chs": "啟用第二因素身份驗證", "fi": "kaksivaiheinen todennus käytössä", "xloc": [ - "default.handlebars->27->1576", - "default.handlebars->27->1779" + "default.handlebars->27->1577", + "default.handlebars->27->1780" ] }, { @@ -2073,7 +2073,7 @@ "zh-chs": "拒絕訪問", "fi": "Pääsy Evätty", "xloc": [ - "default.handlebars->27->970" + "default.handlebars->27->971" ] }, { @@ -2110,7 +2110,7 @@ "zh-chs": "訪問服務器文件", "fi": "Pääsy palvelintiedostoihin", "xloc": [ - "default.handlebars->27->1729" + "default.handlebars->27->1730" ] }, { @@ -2189,8 +2189,8 @@ "default-mobile.handlebars->9->93", "default-mobile.handlebars->9->95", "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountSecurity->1->0", - "default.handlebars->27->1235", - "default.handlebars->27->1237", + "default.handlebars->27->1236", + "default.handlebars->27->1238", "default.handlebars->27->529", "default.handlebars->27->531" ] @@ -2241,8 +2241,8 @@ "zh-chs": "帐户已被锁定", "fi": "Tili on lukittu", "xloc": [ - "default.handlebars->27->1578", - "default.handlebars->27->1726" + "default.handlebars->27->1579", + "default.handlebars->27->1727" ] }, { @@ -2335,7 +2335,7 @@ "zh-chs": "行動", "fi": "Toiminta", "xloc": [ - "default.handlebars->27->975", + "default.handlebars->27->976", "default.handlebars->container->column_l->p42->p42tbl->1->0->8" ] }, @@ -2438,7 +2438,7 @@ "default-mobile.handlebars->9->358", "default.handlebars->27->553", "default.handlebars->27->555", - "default.handlebars->27->933" + "default.handlebars->27->934" ] }, { @@ -2456,8 +2456,8 @@ "zh-chs": "激活", "fi": "Aktivointi", "xloc": [ - "default.handlebars->27->1316", - "default.handlebars->27->1318", + "default.handlebars->27->1317", + "default.handlebars->27->1319", "default.handlebars->27->272", "default.handlebars->27->274" ] @@ -2495,7 +2495,7 @@ "zh-chs": "添加代理", "fi": "Lisää agentti", "xloc": [ - "default.handlebars->27->1320", + "default.handlebars->27->1321", "default.handlebars->27->276" ] }, @@ -2532,8 +2532,8 @@ "zh-chs": "添加設備", "fi": "Lisää Laite", "xloc": [ - "default.handlebars->27->1703", - "default.handlebars->27->1827" + "default.handlebars->27->1704", + "default.handlebars->27->1828" ] }, { @@ -2569,9 +2569,9 @@ "zh-chs": "添加設備組", "fi": "Lisää laiteryhmä", "xloc": [ - "default.handlebars->27->1411", - "default.handlebars->27->1697", - "default.handlebars->27->1815", + "default.handlebars->27->1412", + "default.handlebars->27->1698", + "default.handlebars->27->1816", "default.handlebars->27->227" ] }, @@ -2587,7 +2587,7 @@ "zh-chs": "添加设备组权限", "fi": "Lisää laiteryhmän käyttöoikeudet", "xloc": [ - "default.handlebars->27->1408" + "default.handlebars->27->1409" ] }, { @@ -2604,8 +2604,8 @@ "zh-chs": "添加设备权限", "fi": "Lisää laitteen käyttöoikeudet", "xloc": [ - "default.handlebars->27->1413", - "default.handlebars->27->1415" + "default.handlebars->27->1414", + "default.handlebars->27->1416" ] }, { @@ -2695,7 +2695,7 @@ "zh-chs": "添加會員", "fi": "Lisää jäsenyys", "xloc": [ - "default.handlebars->27->1845" + "default.handlebars->27->1846" ] }, { @@ -2731,8 +2731,8 @@ "zh-chs": "添加安全密鑰", "fi": "Lisää suojausavain", "xloc": [ - "default.handlebars->27->1003", "default.handlebars->27->1004", + "default.handlebars->27->1005", "default.handlebars->27->149", "default.handlebars->27->151", "default.handlebars->27->154", @@ -2772,7 +2772,7 @@ "zh-chs": "添加用户设备权限", "fi": "Lisää käyttäjän laitteen käyttöoikeudet", "xloc": [ - "default.handlebars->27->1418" + "default.handlebars->27->1419" ] }, { @@ -2790,9 +2790,9 @@ "zh-chs": "添加用戶組", "fi": "Lisää Käyttäjä Ryhmä", "xloc": [ - "default.handlebars->27->1310", - "default.handlebars->27->1410", - "default.handlebars->27->1821", + "default.handlebars->27->1311", + "default.handlebars->27->1411", + "default.handlebars->27->1822", "default.handlebars->27->649" ] }, @@ -2808,7 +2808,7 @@ "zh-chs": "添加用户组设备权限", "fi": "Lisää käyttäjäryhmän laiteoikeudet", "xloc": [ - "default.handlebars->27->1420" + "default.handlebars->27->1421" ] }, { @@ -2856,8 +2856,8 @@ "zh-chs": "添加用戶", "fi": "Lisää Käyttäjiä", "xloc": [ - "default.handlebars->27->1309", - "default.handlebars->27->1692" + "default.handlebars->27->1310", + "default.handlebars->27->1693" ] }, { @@ -2875,7 +2875,7 @@ "zh-chs": "將用戶添加到設備組", "fi": "Lisää käyttäjiä laiteryhmään", "xloc": [ - "default.handlebars->27->1407" + "default.handlebars->27->1408" ] }, { @@ -2893,7 +2893,7 @@ "zh-chs": "將用戶添加到用戶組", "fi": "Lisää käyttäjät käyttäjäryhmään", "xloc": [ - "default.handlebars->27->1725" + "default.handlebars->27->1726" ] }, { @@ -2947,7 +2947,7 @@ "zh-chs": "添加位於互聯網上的新英特爾®AMT計算機。", "fi": "Lisää uusi Intel® AMT-tietokone, joka sijaitsee Internetissä.", "xloc": [ - "default.handlebars->27->1311", + "default.handlebars->27->1312", "default.handlebars->27->265" ] }, @@ -2966,7 +2966,7 @@ "zh-chs": "添加位於本地網絡上的新英特爾®AMT計算機。", "fi": "Lisää uusi Intel® AMT-tietokone, joka sijaitsee lähiverkossa.", "xloc": [ - "default.handlebars->27->1313", + "default.handlebars->27->1314", "default.handlebars->27->267" ] }, @@ -3000,7 +3000,7 @@ "zh-chs": "通过安装网状代理,将新计算机添加到该设备组。", "fi": "Lisää uusi tietokone tähän laiteryhmään asentamalla MeshAgent.", "xloc": [ - "default.handlebars->27->1319", + "default.handlebars->27->1320", "default.handlebars->27->275" ] }, @@ -3065,7 +3065,7 @@ "fi": "Järjestelmänvalvojan hallintatila (ACM)", "xloc": [ "default-mobile.handlebars->9->360", - "default.handlebars->27->935" + "default.handlebars->27->936" ] }, { @@ -3084,7 +3084,7 @@ "fi": "Järjestelmänvalvojan tunnukset", "xloc": [ "default-mobile.handlebars->9->366", - "default.handlebars->27->941" + "default.handlebars->27->942" ] }, { @@ -3121,7 +3121,7 @@ "zh-chs": "管理領域", "fi": "Pääkäyttäjän alueet", "xloc": [ - "default.handlebars->27->1761" + "default.handlebars->27->1762" ] }, { @@ -3158,7 +3158,7 @@ "zh-chs": "行政領域", "fi": "Hallinnollinen alue", "xloc": [ - "default.handlebars->27->1641" + "default.handlebars->27->1642" ] }, { @@ -3176,7 +3176,7 @@ "zh-chs": "管理員", "fi": "Järjestelmänvalvoja", "xloc": [ - "default.handlebars->27->1570" + "default.handlebars->27->1571" ] }, { @@ -3193,7 +3193,7 @@ "ru": "Африканский", "zh-chs": "南非語", "xloc": [ - "default.handlebars->27->1006" + "default.handlebars->27->1007" ] }, { @@ -3214,8 +3214,8 @@ "default-mobile.handlebars->9->199", "default-mobile.handlebars->9->223", "default-mobile.handlebars->9->239", - "default.handlebars->27->1472", - "default.handlebars->27->1480", + "default.handlebars->27->1473", + "default.handlebars->27->1481", "default.handlebars->27->206", "default.handlebars->27->431", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->1" @@ -3236,8 +3236,8 @@ "zh-chs": "代理+英特爾AMT", "fi": "Agentti + Intel AMT", "xloc": [ - "default.handlebars->27->1474", - "default.handlebars->27->1482" + "default.handlebars->27->1475", + "default.handlebars->27->1483" ] }, { @@ -3274,7 +3274,7 @@ "fi": "Agentin konsoli", "xloc": [ "default-mobile.handlebars->9->433", - "default.handlebars->27->1428" + "default.handlebars->27->1429" ] }, { @@ -3292,7 +3292,7 @@ "zh-chs": "座席錯誤計數器", "fi": "Agentin virhe laskurit", "xloc": [ - "default.handlebars->27->1888" + "default.handlebars->27->1889" ] }, { @@ -3374,7 +3374,7 @@ "zh-chs": "座席會議", "fi": "Agenttien istunnot", "xloc": [ - "default.handlebars->27->1904" + "default.handlebars->27->1905" ] }, { @@ -3411,7 +3411,7 @@ "zh-chs": "代理類型", "fi": "Agenttityypit", "xloc": [ - "default.handlebars->27->1478", + "default.handlebars->27->1479", "default.handlebars->container->column_l->p21->3->1->meshOsChartDiv->1" ] }, @@ -3468,7 +3468,7 @@ "zh-chs": "代理離線", "fi": "Agentti on offline-tilassa", "xloc": [ - "default.handlebars->27->968" + "default.handlebars->27->969" ] }, { @@ -3486,7 +3486,7 @@ "zh-chs": "代理在線", "fi": "Agentti on online-tilassa", "xloc": [ - "default.handlebars->27->967" + "default.handlebars->27->968" ] }, { @@ -3504,7 +3504,7 @@ "zh-chs": "代理商", "fi": "Agentit", "xloc": [ - "default.handlebars->27->1920" + "default.handlebars->27->1921" ] }, { @@ -3522,7 +3522,7 @@ "zh-chs": "阿爾巴尼亞語", "fi": "Albanialainen", "xloc": [ - "default.handlebars->27->1007" + "default.handlebars->27->1008" ] }, { @@ -3552,7 +3552,7 @@ "fr": "Tous ceux disponibles", "fi": "Kaikki käytettävissä olevat", "xloc": [ - "default.handlebars->27->1533" + "default.handlebars->27->1534" ] }, { @@ -3577,7 +3577,7 @@ "es": "Todos los eventos", "fr": "Tous les évènements", "xloc": [ - "default.handlebars->27->1531" + "default.handlebars->27->1532" ] }, { @@ -3614,8 +3614,8 @@ "zh-chs": "允許用戶管理此設備組和該組中的設備。", "fi": "Salli käyttäjien hallita tätä laiteryhmää ja tämän ryhmän laitteita.", "xloc": [ - "default.handlebars->27->1376", - "default.handlebars->27->1722" + "default.handlebars->27->1377", + "default.handlebars->27->1723" ] }, { @@ -3632,7 +3632,7 @@ "zh-chs": "允许用户管理此设备。", "fi": "Salli käyttäjien hallita tätä laitetta.", "xloc": [ - "default.handlebars->27->1377" + "default.handlebars->27->1378" ] }, { @@ -3727,8 +3727,8 @@ "zh-chs": "始終通知", "fi": "Ilmoita aina", "xloc": [ - "default.handlebars->27->1290", - "default.handlebars->27->1770", + "default.handlebars->27->1291", + "default.handlebars->27->1771", "default.handlebars->27->589" ] }, @@ -3747,8 +3747,8 @@ "zh-chs": "總是提示", "fi": "Kysy Aina", "xloc": [ - "default.handlebars->27->1291", - "default.handlebars->27->1771", + "default.handlebars->27->1292", + "default.handlebars->27->1772", "default.handlebars->27->590" ] }, @@ -3957,7 +3957,7 @@ "zh-chs": "阿拉伯文(阿爾及利亞)", "fi": "Arabia (Algeria)", "xloc": [ - "default.handlebars->27->1009" + "default.handlebars->27->1010" ] }, { @@ -3975,7 +3975,7 @@ "zh-chs": "阿拉伯文(巴林)", "fi": "Arabia (Bahrain)", "xloc": [ - "default.handlebars->27->1010" + "default.handlebars->27->1011" ] }, { @@ -3993,7 +3993,7 @@ "zh-chs": "阿拉伯文(埃及)", "fi": "Arabia (Egypti)", "xloc": [ - "default.handlebars->27->1011" + "default.handlebars->27->1012" ] }, { @@ -4011,7 +4011,7 @@ "zh-chs": "阿拉伯文(伊拉克)", "fi": "Arabia (Irak)", "xloc": [ - "default.handlebars->27->1012" + "default.handlebars->27->1013" ] }, { @@ -4029,7 +4029,7 @@ "zh-chs": "阿拉伯語(約旦)", "fi": "Arabia (Jordania)", "xloc": [ - "default.handlebars->27->1013" + "default.handlebars->27->1014" ] }, { @@ -4047,7 +4047,7 @@ "zh-chs": "阿拉伯文(科威特)", "fi": "Arabia (Kuwait)", "xloc": [ - "default.handlebars->27->1014" + "default.handlebars->27->1015" ] }, { @@ -4065,7 +4065,7 @@ "zh-chs": "阿拉伯語(黎巴嫩)", "fi": "Arabia (Libanon)", "xloc": [ - "default.handlebars->27->1015" + "default.handlebars->27->1016" ] }, { @@ -4083,7 +4083,7 @@ "zh-chs": "阿拉伯文(利比亞)", "fi": "Arabia (Libya)", "xloc": [ - "default.handlebars->27->1016" + "default.handlebars->27->1017" ] }, { @@ -4101,7 +4101,7 @@ "zh-chs": "阿拉伯文(摩洛哥)", "fi": "Arabia (Marokko)", "xloc": [ - "default.handlebars->27->1017" + "default.handlebars->27->1018" ] }, { @@ -4119,7 +4119,7 @@ "zh-chs": "阿拉伯文(阿曼)", "fi": "Arabia (Oman)", "xloc": [ - "default.handlebars->27->1018" + "default.handlebars->27->1019" ] }, { @@ -4137,7 +4137,7 @@ "zh-chs": "阿拉伯語(卡塔爾)", "fi": "Arabia (Qatar)", "xloc": [ - "default.handlebars->27->1019" + "default.handlebars->27->1020" ] }, { @@ -4155,7 +4155,7 @@ "zh-chs": "阿拉伯語(沙特阿拉伯)", "fi": "Arabia (Saudi-Arabia)", "xloc": [ - "default.handlebars->27->1020" + "default.handlebars->27->1021" ] }, { @@ -4173,7 +4173,7 @@ "zh-chs": "阿拉伯語(標準)", "fi": "Arabia (vakio)", "xloc": [ - "default.handlebars->27->1008" + "default.handlebars->27->1009" ] }, { @@ -4191,7 +4191,7 @@ "zh-chs": "阿拉伯語(敘利亞)", "fi": "Arabia (Syyria)", "xloc": [ - "default.handlebars->27->1021" + "default.handlebars->27->1022" ] }, { @@ -4209,7 +4209,7 @@ "zh-chs": "阿拉伯文(突尼斯)", "fi": "Arabia (Tunisia)", "xloc": [ - "default.handlebars->27->1022" + "default.handlebars->27->1023" ] }, { @@ -4227,7 +4227,7 @@ "zh-chs": "阿拉伯文(阿聯酋)", "fi": "Arabia (U..E.)", "xloc": [ - "default.handlebars->27->1023" + "default.handlebars->27->1024" ] }, { @@ -4245,7 +4245,7 @@ "zh-chs": "阿拉伯文(也門)", "fi": "Arabia (Jemen)", "xloc": [ - "default.handlebars->27->1024" + "default.handlebars->27->1025" ] }, { @@ -4263,7 +4263,7 @@ "zh-chs": "阿拉貢人", "fi": "Aragonian", "xloc": [ - "default.handlebars->27->1025" + "default.handlebars->27->1026" ] }, { @@ -4282,7 +4282,7 @@ "fi": "Arkkitehtuuri", "xloc": [ "default-mobile.handlebars->9->330", - "default.handlebars->27->895" + "default.handlebars->27->896" ] }, { @@ -4319,7 +4319,7 @@ "fi": "Haluatko varmasti poistaa ryhmän {0}? Laiteryhmän poistaminen poistaa myös kaikki tämän ryhmän laitteiden tiedot.", "xloc": [ "default-mobile.handlebars->9->404", - "default.handlebars->27->1354" + "default.handlebars->27->1355" ] }, { @@ -4391,7 +4391,7 @@ "zh-chs": "您確定要{0}插件嗎:{1}", "fi": "Haluatko varmasti {0} laajennuksen: {1}", "xloc": [ - "default.handlebars->27->1960" + "default.handlebars->27->1961" ] }, { @@ -4409,7 +4409,7 @@ "zh-chs": "亞美尼亞人", "fi": "Armenian", "xloc": [ - "default.handlebars->27->1026" + "default.handlebars->27->1027" ] }, { @@ -4457,7 +4457,7 @@ "zh-chs": "阿薩姆語", "fi": "Assami", "xloc": [ - "default.handlebars->27->1027" + "default.handlebars->27->1028" ] }, { @@ -4475,7 +4475,7 @@ "zh-chs": "阿斯圖里亞斯人", "fi": "Asturian", "xloc": [ - "default.handlebars->27->1028" + "default.handlebars->27->1029" ] }, { @@ -4493,7 +4493,7 @@ "zh-chs": "身份驗證應用", "fi": "Todennussovellus", "xloc": [ - "default.handlebars->27->1774" + "default.handlebars->27->1775" ] }, { @@ -4517,8 +4517,8 @@ "default-mobile.handlebars->9->73", "default.handlebars->27->125", "default.handlebars->27->130", - "default.handlebars->27->992", - "default.handlebars->27->994" + "default.handlebars->27->993", + "default.handlebars->27->995" ] }, { @@ -4590,7 +4590,7 @@ "zh-chs": "自動刪除", "fi": "Automaattinen-Poisto", "xloc": [ - "default.handlebars->27->1278" + "default.handlebars->27->1279" ] }, { @@ -4637,7 +4637,7 @@ "en": "Available Memory", "fr": "Mémoire disponible", "xloc": [ - "default.handlebars->27->1913" + "default.handlebars->27->1914" ] }, { @@ -4655,7 +4655,7 @@ "zh-chs": "阿塞拜疆", "fi": "Azerbaidžanin", "xloc": [ - "default.handlebars->27->1029" + "default.handlebars->27->1030" ] }, { @@ -4674,7 +4674,7 @@ "fi": "BIOS", "xloc": [ "default-mobile.handlebars->9->372", - "default.handlebars->27->947" + "default.handlebars->27->948" ] }, { @@ -4775,8 +4775,8 @@ "zh-chs": "背景與互動", "fi": "Tausta ja vuorovaikutteinen", "xloc": [ - "default.handlebars->27->1455", - "default.handlebars->27->1462", + "default.handlebars->27->1456", + "default.handlebars->27->1463", "default.handlebars->27->346", "default.handlebars->27->360" ] @@ -4796,8 +4796,8 @@ "zh-chs": "僅背景", "fi": "Vain tausta", "xloc": [ - "default.handlebars->27->1456", - "default.handlebars->27->1463", + "default.handlebars->27->1457", + "default.handlebars->27->1464", "default.handlebars->27->347", "default.handlebars->27->361", "default.handlebars->27->375" @@ -4836,7 +4836,7 @@ "zh-chs": "備用碼", "fi": "Varmuuskoodit", "xloc": [ - "default.handlebars->27->1776" + "default.handlebars->27->1777" ] }, { @@ -4854,7 +4854,7 @@ "zh-chs": "錯誤的簽名", "fi": "Huono allekirjoitus", "xloc": [ - "default.handlebars->27->1895" + "default.handlebars->27->1896" ] }, { @@ -4872,7 +4872,7 @@ "zh-chs": "錯誤的網絡證書", "fi": "Huono Web-varmenne", "xloc": [ - "default.handlebars->27->1894" + "default.handlebars->27->1895" ] }, { @@ -4890,7 +4890,7 @@ "zh-chs": "巴斯克", "fi": "Baski", "xloc": [ - "default.handlebars->27->1030" + "default.handlebars->27->1031" ] }, { @@ -4926,7 +4926,7 @@ "zh-chs": "白俄羅斯語", "fi": "Valkovenäjä", "xloc": [ - "default.handlebars->27->1032" + "default.handlebars->27->1033" ] }, { @@ -4944,7 +4944,7 @@ "zh-chs": "孟加拉", "fi": "Bengali", "xloc": [ - "default.handlebars->27->1033" + "default.handlebars->27->1034" ] }, { @@ -4982,7 +4982,7 @@ "zh-chs": "波斯尼亞人", "fi": "Bosnia", "xloc": [ - "default.handlebars->27->1034" + "default.handlebars->27->1035" ] }, { @@ -5000,7 +5000,7 @@ "zh-chs": "布列塔尼", "fi": "Breton", "xloc": [ - "default.handlebars->27->1035" + "default.handlebars->27->1036" ] }, { @@ -5018,7 +5018,7 @@ "zh-chs": "廣播", "fi": "Yleislähetys", "xloc": [ - "default.handlebars->27->1690", + "default.handlebars->27->1691", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -5037,7 +5037,7 @@ "zh-chs": "廣播消息", "fi": "Lähetä viesti", "xloc": [ - "default.handlebars->27->1623" + "default.handlebars->27->1624" ] }, { @@ -5055,7 +5055,7 @@ "zh-chs": "向所有連接的用戶廣播消息。", "fi": "Lähetä viesti kaikille yhteydessä oleville käyttäjille.", "xloc": [ - "default.handlebars->27->1618" + "default.handlebars->27->1619" ] }, { @@ -5073,7 +5073,7 @@ "zh-chs": "保加利亞語", "fi": "Bulgarialainen", "xloc": [ - "default.handlebars->27->1031" + "default.handlebars->27->1032" ] }, { @@ -5091,7 +5091,7 @@ "zh-chs": "緬甸人", "fi": "Burmalainen", "xloc": [ - "default.handlebars->27->1036" + "default.handlebars->27->1037" ] }, { @@ -5129,8 +5129,8 @@ "fi": "CIRA", "xloc": [ "default-mobile.handlebars->9->200", - "default.handlebars->27->1342", - "default.handlebars->27->1347", + "default.handlebars->27->1343", + "default.handlebars->27->1348", "default.handlebars->27->208", "default.handlebars->27->433" ] @@ -5150,7 +5150,7 @@ "zh-chs": "CIRA服務器", "fi": "CIRA-Palvelin", "xloc": [ - "default.handlebars->27->1948" + "default.handlebars->27->1949" ] }, { @@ -5168,7 +5168,7 @@ "zh-chs": "CIRA服務器命令", "fi": "CIRA-palvelimen komennot", "xloc": [ - "default.handlebars->27->1949" + "default.handlebars->27->1950" ] }, { @@ -5186,7 +5186,7 @@ "fi": "Prosessori", "xloc": [ "default-mobile.handlebars->9->378", - "default.handlebars->27->953" + "default.handlebars->27->954" ] }, { @@ -5204,7 +5204,7 @@ "zh-chs": "CPU負載", "fi": "Prosessori kuorma", "xloc": [ - "default.handlebars->27->1909" + "default.handlebars->27->1910" ] }, { @@ -5222,7 +5222,7 @@ "zh-chs": "最近15分鐘的CPU負載", "fi": "Prosessorin kuorma viimeisen 15 minuutin aikana", "xloc": [ - "default.handlebars->27->1912" + "default.handlebars->27->1913" ] }, { @@ -5240,7 +5240,7 @@ "zh-chs": "最近5分鐘的CPU負載", "fi": "Prosessorin kuorma viimeisen 5 minuutin aikana", "xloc": [ - "default.handlebars->27->1911" + "default.handlebars->27->1912" ] }, { @@ -5258,7 +5258,7 @@ "zh-chs": "最後一分鐘的CPU負載", "fi": "Prosessorin kuorma viimeisen minuutin aikana", "xloc": [ - "default.handlebars->27->1910" + "default.handlebars->27->1911" ] }, { @@ -5295,7 +5295,7 @@ "zh-chs": "CSV", "fi": "CSV", "xloc": [ - "default.handlebars->27->1541" + "default.handlebars->27->1542" ] }, { @@ -5313,8 +5313,8 @@ "zh-chs": "CSV格式", "fi": "CSV muoto", "xloc": [ - "default.handlebars->27->1545", - "default.handlebars->27->1610", + "default.handlebars->27->1546", + "default.handlebars->27->1611", "default.handlebars->27->474" ] }, @@ -5333,7 +5333,7 @@ "zh-chs": "通話錯誤", "fi": "Soitto virhe", "xloc": [ - "default.handlebars->27->1961" + "default.handlebars->27->1962" ] }, { @@ -5353,7 +5353,7 @@ "xloc": [ "default-mobile.handlebars->9->82", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1256", + "default.handlebars->27->1257", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -5375,8 +5375,8 @@ "xloc": [ "default-mobile.handlebars->9->386", "default-mobile.handlebars->9->388", - "default.handlebars->27->961", - "default.handlebars->27->963" + "default.handlebars->27->962", + "default.handlebars->27->964" ] }, { @@ -5395,7 +5395,7 @@ "fi": "Kapasiteetti / Nopeus", "xloc": [ "default-mobile.handlebars->9->381", - "default.handlebars->27->956" + "default.handlebars->27->957" ] }, { @@ -5413,7 +5413,7 @@ "zh-chs": "加泰羅尼亞語", "fi": "Katalaani", "xloc": [ - "default.handlebars->27->1037" + "default.handlebars->27->1038" ] }, { @@ -5449,7 +5449,7 @@ "zh-chs": "查莫羅", "fi": "Chamorro", "xloc": [ - "default.handlebars->27->1038" + "default.handlebars->27->1039" ] }, { @@ -5482,7 +5482,7 @@ "zh-chs": "更改{0}的電子郵件", "fi": "Vaihda sähköpostiosoite käyttäjälle {0}", "xloc": [ - "default.handlebars->27->1804" + "default.handlebars->27->1805" ] }, { @@ -5521,8 +5521,8 @@ "fi": "Vaihda Salasana", "xloc": [ "default-mobile.handlebars->9->90", - "default.handlebars->27->1232", - "default.handlebars->27->1791" + "default.handlebars->27->1233", + "default.handlebars->27->1792" ] }, { @@ -5540,7 +5540,7 @@ "zh-chs": "更改{0}的密碼", "fi": "Vaihda Salasana käyttäjälle {0}", "xloc": [ - "default.handlebars->27->1811" + "default.handlebars->27->1812" ] }, { @@ -5550,7 +5550,7 @@ "es": "Cambiar nombre real por {0}", "fr": "Changer le Nom complet pour {0}", "xloc": [ - "default.handlebars->27->1799" + "default.handlebars->27->1800" ] }, { @@ -5624,7 +5624,7 @@ "zh-chs": "更改該用戶的密碼", "fi": "Vaihda tämän käyttäjän salasana", "xloc": [ - "default.handlebars->27->1790" + "default.handlebars->27->1791" ] }, { @@ -5660,7 +5660,7 @@ "zh-chs": "在此處更改您的帳戶電子郵件地址。", "fi": "Vaihda tilisi sähköpostiosoite tästä.", "xloc": [ - "default.handlebars->27->1219" + "default.handlebars->27->1220" ] }, { @@ -5678,7 +5678,7 @@ "zh-chs": "在下面的框中兩次輸入舊密碼和新密碼,以更改帳戶密碼。", "fi": "Vaihda tilisi salasana kirjoittamalla vanha ja uusi salasana kahdesti alla oleviin kenttiin.", "xloc": [ - "default.handlebars->27->1225" + "default.handlebars->27->1226" ] }, { @@ -5696,7 +5696,7 @@ "zh-chs": "更改語言將需要刷新頁面。", "fi": "Kielen vaihtaminen vaatii sivun päivittämisen.", "xloc": [ - "default.handlebars->27->1204" + "default.handlebars->27->1205" ] }, { @@ -5714,7 +5714,7 @@ "zh-chs": "聊天室", "fi": "Chat", "xloc": [ - "default.handlebars->27->1562", + "default.handlebars->27->1563", "default.handlebars->27->669", "default.handlebars->27->688" ] @@ -5736,8 +5736,8 @@ "xloc": [ "default-mobile.handlebars->9->425", "default-mobile.handlebars->9->443", - "default.handlebars->27->1404", - "default.handlebars->27->1439" + "default.handlebars->27->1405", + "default.handlebars->27->1440" ] }, { @@ -5765,7 +5765,7 @@ "zh-chs": "車臣", "fi": "Tšetšenian", "xloc": [ - "default.handlebars->27->1039" + "default.handlebars->27->1040" ] }, { @@ -5851,8 +5851,8 @@ "zh-chs": "檢查...", "fi": "Tarkistetaan...", "xloc": [ - "default.handlebars->27->1005", - "default.handlebars->27->1955" + "default.handlebars->27->1006", + "default.handlebars->27->1956" ] }, { @@ -5870,7 +5870,7 @@ "zh-chs": "中文", "fi": "Kiinalainen", "xloc": [ - "default.handlebars->27->1040" + "default.handlebars->27->1041" ] }, { @@ -5888,7 +5888,7 @@ "zh-chs": "中文(香港)", "fi": "Kiinalainen (Hong Kong)", "xloc": [ - "default.handlebars->27->1041" + "default.handlebars->27->1042" ] }, { @@ -5906,7 +5906,7 @@ "zh-chs": "中文(中國)", "fi": "Kiinalainen (PRC)", "xloc": [ - "default.handlebars->27->1042" + "default.handlebars->27->1043" ] }, { @@ -5924,7 +5924,7 @@ "zh-chs": "简体中文)", "fi": "Kiinalainen (yksinkertaistettu)", "xloc": [ - "default.handlebars->27->1202" + "default.handlebars->27->1203" ] }, { @@ -5942,7 +5942,7 @@ "zh-chs": "中文(新加坡)", "fi": "Kiinalainen (Singapore)", "xloc": [ - "default.handlebars->27->1043" + "default.handlebars->27->1044" ] }, { @@ -5960,7 +5960,7 @@ "zh-chs": "中文(台灣)", "fi": "Kiinalainen (Taiwan)", "xloc": [ - "default.handlebars->27->1044" + "default.handlebars->27->1045" ] }, { @@ -5997,7 +5997,7 @@ "zh-chs": "楚瓦什", "fi": "Tšuvassi", "xloc": [ - "default.handlebars->27->1045" + "default.handlebars->27->1046" ] }, { @@ -6039,11 +6039,11 @@ "default-mobile.handlebars->9->318", "default-mobile.handlebars->9->320", "default-mobile.handlebars->9->59", - "default.handlebars->27->1525", - "default.handlebars->27->872", - "default.handlebars->27->874", - "default.handlebars->27->876", - "default.handlebars->27->878", + "default.handlebars->27->1526", + "default.handlebars->27->873", + "default.handlebars->27->875", + "default.handlebars->27->877", + "default.handlebars->27->879", "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" @@ -6079,7 +6079,7 @@ "zh-chs": "全部清除", "fi": "Tyhjennä kaikki", "xloc": [ - "default.handlebars->27->1882" + "default.handlebars->27->1883" ] }, { @@ -6097,7 +6097,7 @@ "zh-chs": "清除核心", "fi": "Tyhjennä ydin", "xloc": [ - "default.handlebars->27->977" + "default.handlebars->27->978" ] }, { @@ -6132,7 +6132,7 @@ "zh-chs": "清除此通知", "fi": "Kuittaa tämä ilmoitus", "xloc": [ - "default.handlebars->27->1881" + "default.handlebars->27->1882" ] }, { @@ -6180,8 +6180,8 @@ "zh-chs": "单击此处编辑设备组名称", "fi": "Muokkaa laiteryhmän nimeä napsauttamalla tätä", "xloc": [ - "default.handlebars->27->1267", - "default.handlebars->27->1476" + "default.handlebars->27->1268", + "default.handlebars->27->1477" ] }, { @@ -6213,7 +6213,7 @@ "zh-chs": "单击此处编辑用户组名称", "fi": "Napsauta tätä muokataksesi käyttäjäryhmän nimeä", "xloc": [ - "default.handlebars->27->1679" + "default.handlebars->27->1680" ] }, { @@ -6266,7 +6266,7 @@ "fi": "Napsauta OK lähettääksesi varmennusviestin osoitteeseen:", "xloc": [ "default-mobile.handlebars->9->75", - "default.handlebars->27->1216" + "default.handlebars->27->1217" ] }, { @@ -6303,7 +6303,7 @@ "fi": "Asiakasohjaustila (CCM)", "xloc": [ "default-mobile.handlebars->9->359", - "default.handlebars->27->934" + "default.handlebars->27->935" ] }, { @@ -6321,8 +6321,8 @@ "zh-chs": "客戶端啟動的遠程訪問", "fi": "Asiakkaan aloittama etäkäyttö", "xloc": [ - "default.handlebars->27->1341", - "default.handlebars->27->1346" + "default.handlebars->27->1342", + "default.handlebars->27->1347" ] }, { @@ -6410,8 +6410,8 @@ "zh-chs": "通用設備組", "fi": "Yleiset laiteryhmät", "xloc": [ - "default.handlebars->27->1698", - "default.handlebars->27->1816" + "default.handlebars->27->1699", + "default.handlebars->27->1817" ] }, { @@ -6429,8 +6429,8 @@ "zh-chs": "通用設備", "fi": "Yleiset laitteet", "xloc": [ - "default.handlebars->27->1704", - "default.handlebars->27->1828" + "default.handlebars->27->1705", + "default.handlebars->27->1829" ] }, { @@ -6457,7 +6457,7 @@ "fi": "Haluatko varmasti {0} {1} kohdetta tänne?", "xloc": [ "default-mobile.handlebars->9->127", - "default.handlebars->27->1520" + "default.handlebars->27->1521" ] }, { @@ -6477,11 +6477,11 @@ "xloc": [ "default-mobile.handlebars->9->276", "default-mobile.handlebars->9->405", - "default.handlebars->27->1355", - "default.handlebars->27->1590", - "default.handlebars->27->1669", - "default.handlebars->27->1718", - "default.handlebars->27->1814", + "default.handlebars->27->1356", + "default.handlebars->27->1591", + "default.handlebars->27->1670", + "default.handlebars->27->1719", + "default.handlebars->27->1815", "default.handlebars->27->458", "default.handlebars->27->743", "default.handlebars->27->752" @@ -6503,7 +6503,7 @@ "fi": "Haluatko varmasti kopioida kohteen tänne?", "xloc": [ "default-mobile.handlebars->9->309", - "default.handlebars->27->867" + "default.handlebars->27->868" ] }, { @@ -6522,7 +6522,7 @@ "fi": "Haluatko varmasti kopioida {0} kojdetta tänne?", "xloc": [ "default-mobile.handlebars->9->308", - "default.handlebars->27->866" + "default.handlebars->27->867" ] }, { @@ -6537,7 +6537,7 @@ "zh-chs": "确认删除选定的帐户?", "fi": "Haluatko varmasti poistaa valitut tilit?", "xloc": [ - "default.handlebars->27->1589" + "default.handlebars->27->1590" ] }, { @@ -6570,7 +6570,7 @@ "zh-chs": "确认删除选定的用户组?", "fi": "Haluatko varmasti poistaa valitut käyttäjäryhmät?", "xloc": [ - "default.handlebars->27->1668" + "default.handlebars->27->1669" ] }, { @@ -6588,7 +6588,7 @@ "zh-chs": "確認刪除用戶{0}?", "fi": "Haluatko varmasti poistaa käyttäjän {0}?", "xloc": [ - "default.handlebars->27->1813" + "default.handlebars->27->1814" ] }, { @@ -6603,7 +6603,7 @@ "zh-chs": "确认删除用户\\“ {0} \\”的成员身份?", "fi": "Haluatko varmasti poistaa käytäjän \\\"{0}\\\" jäsenyyden?", "xloc": [ - "default.handlebars->27->1721" + "default.handlebars->27->1722" ] }, { @@ -6618,7 +6618,7 @@ "zh-chs": "确认删除用户组 “{0}” 的成员身份?", "fi": "Haluatko varmasti poistaa käyttäjäryhmän \\\"{0}\\\" jäsenyyden?", "xloc": [ - "default.handlebars->27->1843" + "default.handlebars->27->1844" ] }, { @@ -6637,7 +6637,7 @@ "fi": "Haluatko varmasti siirtää kohteen tänne?", "xloc": [ "default-mobile.handlebars->9->311", - "default.handlebars->27->869" + "default.handlebars->27->870" ] }, { @@ -6656,7 +6656,7 @@ "fi": "Haluatko varmasti siirtää {0} kohdetta tänne?", "xloc": [ "default-mobile.handlebars->9->310", - "default.handlebars->27->868" + "default.handlebars->27->869" ] }, { @@ -6674,7 +6674,7 @@ "zh-chs": "確認覆蓋?", "fi": "Haluatko varmasti korvata olemassa olevan?", "xloc": [ - "default.handlebars->27->1519" + "default.handlebars->27->1520" ] }, { @@ -6689,8 +6689,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "fi": "Haluatko varmasti poistaa laitteen \\\"{0}\\\" käyttöoikeudet?", "xloc": [ - "default.handlebars->27->1711", - "default.handlebars->27->1834" + "default.handlebars->27->1712", + "default.handlebars->27->1835" ] }, { @@ -6705,8 +6705,8 @@ "zh-chs": "是否确认删除设备组“ {0}”的访问权限?", "fi": "Haluatko varmasti poistaa laiteryhmän \\\"{0}\\\" käyttöoikeudet?", "xloc": [ - "default.handlebars->27->1713", - "default.handlebars->27->1847" + "default.handlebars->27->1714", + "default.handlebars->27->1848" ] }, { @@ -6721,7 +6721,7 @@ "zh-chs": "确认删除用户\\“ {0} \\”的访问权限?", "fi": "Haluatko varmasti poistaa käyttäjän \\\"{0}\\\" käyttöoikeudet?", "xloc": [ - "default.handlebars->27->1836" + "default.handlebars->27->1837" ] }, { @@ -6736,7 +6736,7 @@ "zh-chs": "确认删除用户组“ {0}”的访问权限?", "fi": "Haluatko varmasti poistaa käyttäjäryhmän \\\"{0}\\\" käyttöoikeudet?", "xloc": [ - "default.handlebars->27->1839" + "default.handlebars->27->1840" ] }, { @@ -6751,8 +6751,8 @@ "zh-chs": "确认删除访问权限?", "fi": "Haluatko varmasti poistaa käyttöoikeudet?", "xloc": [ - "default.handlebars->27->1837", - "default.handlebars->27->1840" + "default.handlebars->27->1838", + "default.handlebars->27->1841" ] }, { @@ -6771,7 +6771,7 @@ "fi": "Haluatko varmasti poistaa kaksivaiheisen kirjautumisen todennussovelluksen?", "xloc": [ "default-mobile.handlebars->9->74", - "default.handlebars->27->995" + "default.handlebars->27->996" ] }, { @@ -6830,7 +6830,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "fi": "Haluatko varmasti poistaa käyttäjän \\\"{0}\\\" oikeudet?", "xloc": [ - "default.handlebars->27->1448" + "default.handlebars->27->1449" ] }, { @@ -6845,7 +6845,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "fi": "Haluatko varmasti poistaa käyttäjäryhmän \\\"{0}\\\" oikeudet?", "xloc": [ - "default.handlebars->27->1450" + "default.handlebars->27->1451" ] }, { @@ -6896,7 +6896,7 @@ "default-mobile.handlebars->9->291", "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.handlebars->27->1294", + "default.handlebars->27->1295", "default.handlebars->27->846", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2span", @@ -6940,8 +6940,8 @@ "zh-chs": "連接到服務器", "fi": "Yhdistä palvelimeen", "xloc": [ - "default.handlebars->27->1345", - "default.handlebars->27->1349" + "default.handlebars->27->1346", + "default.handlebars->27->1350" ] }, { @@ -7018,7 +7018,7 @@ "zh-chs": "連接的英特爾®AMT", "fi": "Yhdistetyt Intel® AMT", "xloc": [ - "default.handlebars->27->1900" + "default.handlebars->27->1901" ] }, { @@ -7036,7 +7036,7 @@ "zh-chs": "關聯用戶", "fi": "Yhdistetyt käyttäjät", "xloc": [ - "default.handlebars->27->1905" + "default.handlebars->27->1906" ] }, { @@ -7055,7 +7055,7 @@ "fi": "Yhdistetty nyt", "xloc": [ "default-mobile.handlebars->9->334", - "default.handlebars->27->899" + "default.handlebars->27->900" ] }, { @@ -7097,7 +7097,7 @@ "default.handlebars->27->233", "default.handlebars->27->236", "default.handlebars->27->262", - "default.handlebars->27->890", + "default.handlebars->27->891", "default.handlebars->27->9", "desktop.handlebars->3->2", "xterm.handlebars->9->2" @@ -7118,7 +7118,7 @@ "zh-chs": "連接數", "fi": "Yhteysmäärä", "xloc": [ - "default.handlebars->27->1919" + "default.handlebars->27->1920" ] }, { @@ -7135,7 +7135,7 @@ "ru": "Ретранслятор подключения", "zh-chs": "連接繼電器", "xloc": [ - "default.handlebars->27->1947" + "default.handlebars->27->1948" ] }, { @@ -7190,7 +7190,7 @@ "fi": "Liitettävyys", "xloc": [ "default-mobile.handlebars->9->244", - "default.handlebars->27->1483", + "default.handlebars->27->1484", "default.handlebars->27->224", "default.handlebars->27->603", "default.handlebars->container->column_l->p21->3->1->meshConnChartDiv->1" @@ -7270,7 +7270,7 @@ "zh-chs": "Cookie編碼器", "fi": "Evästekooderi", "xloc": [ - "default.handlebars->27->1933" + "default.handlebars->27->1934" ] }, { @@ -7401,8 +7401,8 @@ "zh-chs": "複製鏈接到剪貼板", "fi": "Kopioi linkki leikepöydälle", "xloc": [ - "default.handlebars->27->1488", - "default.handlebars->27->1507", + "default.handlebars->27->1489", + "default.handlebars->27->1508", "default.handlebars->27->192", "default.handlebars->27->363" ] @@ -7608,7 +7608,7 @@ "zh-chs": "核心服務器", "fi": "Ydin palvelin", "xloc": [ - "default.handlebars->27->1932" + "default.handlebars->27->1933" ] }, { @@ -7626,7 +7626,7 @@ "zh-chs": "科西嘉人", "fi": "Korsikalainen", "xloc": [ - "default.handlebars->27->1046" + "default.handlebars->27->1047" ] }, { @@ -7644,7 +7644,7 @@ "zh-chs": "創建帳號", "fi": "Luo käyttäjätunnus", "xloc": [ - "default.handlebars->27->1637", + "default.handlebars->27->1638", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1", "login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1" ] @@ -7682,7 +7682,7 @@ "zh-chs": "創建用戶組", "fi": "Luo käyttäjäryhmä", "xloc": [ - "default.handlebars->27->1676" + "default.handlebars->27->1677" ] }, { @@ -7709,7 +7709,7 @@ "zh-chs": "使用以下選項創建一個新的設備組。", "fi": "Luo uusi laiteryhmä käyttäen alla olevia vaihtoehtoja.", "xloc": [ - "default.handlebars->27->1239" + "default.handlebars->27->1240" ] }, { @@ -7745,7 +7745,7 @@ "zh-chs": "通過導入以下格式的JSON文件一次創建多個帳戶:", "fi": "Luo useita tilejä kerralla tuomalla JSON-tiedosto seuraavassa muodossa:", "xloc": [ - "default.handlebars->27->1601" + "default.handlebars->27->1602" ] }, { @@ -7791,13 +7791,13 @@ "zh-chs": "創建", "fi": "Luotu", "xloc": [ - "default.handlebars->27->1750" + "default.handlebars->27->1751" ] }, { "en": "Creation Time", "xloc": [ - "default.handlebars->27->1277" + "default.handlebars->27->1278" ] }, { @@ -7822,8 +7822,8 @@ { "en": "Creator", "xloc": [ - "default.handlebars->27->1275", - "default.handlebars->27->1276" + "default.handlebars->27->1276", + "default.handlebars->27->1277" ] }, { @@ -7841,7 +7841,7 @@ "zh-chs": "克里", "fi": "Cree", "xloc": [ - "default.handlebars->27->1047" + "default.handlebars->27->1048" ] }, { @@ -7859,7 +7859,7 @@ "zh-chs": "克羅地亞語", "fi": "Kroatialainen", "xloc": [ - "default.handlebars->27->1048" + "default.handlebars->27->1049" ] }, { @@ -8010,7 +8010,7 @@ "zh-chs": "捷克文", "fi": "Tshekkiläinen", "xloc": [ - "default.handlebars->27->1049" + "default.handlebars->27->1050" ] }, { @@ -8046,7 +8046,7 @@ "zh-chs": "丹麥文", "fi": "Tanskalainen", "xloc": [ - "default.handlebars->27->1050" + "default.handlebars->27->1051" ] }, { @@ -8083,7 +8083,7 @@ "zh-chs": "日期和時間", "fi": "Päivämäärät ja aika", "xloc": [ - "default.handlebars->27->1207" + "default.handlebars->27->1208" ] }, { @@ -8120,7 +8120,7 @@ "zh-chs": "停用客戶端控制模式(CCM)", "fi": "Poista asiakashallintatila (CCM) käytöstä", "xloc": [ - "default.handlebars->27->1333" + "default.handlebars->27->1334" ] }, { @@ -8149,10 +8149,10 @@ "fr": "Par défaut", "fi": "Oletus", "xloc": [ - "default.handlebars->27->1624", - "default.handlebars->27->1672", - "default.handlebars->27->1683", - "default.handlebars->27->1739" + "default.handlebars->27->1625", + "default.handlebars->27->1673", + "default.handlebars->27->1684", + "default.handlebars->27->1740" ] }, { @@ -8174,9 +8174,9 @@ "default-mobile.handlebars->9->301", "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->27->1514", + "default.handlebars->27->1515", "default.handlebars->27->507", - "default.handlebars->27->858", + "default.handlebars->27->859", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->container->dialog->idx_dlgButtonBar->5", @@ -8202,7 +8202,7 @@ "fi": "Poista Tili", "xloc": [ "default-mobile.handlebars->9->84", - "default.handlebars->27->1224" + "default.handlebars->27->1225" ] }, { @@ -8217,7 +8217,7 @@ "zh-chs": "删除帐号", "fi": "Poista tilit", "xloc": [ - "default.handlebars->27->1591" + "default.handlebars->27->1592" ] }, { @@ -8256,8 +8256,8 @@ "xloc": [ "default-mobile.handlebars->9->403", "default-mobile.handlebars->9->406", - "default.handlebars->27->1326", - "default.handlebars->27->1356" + "default.handlebars->27->1327", + "default.handlebars->27->1357" ] }, { @@ -8312,7 +8312,7 @@ "zh-chs": "刪除用戶", "fi": "Poista Käyttäjä", "xloc": [ - "default.handlebars->27->1789" + "default.handlebars->27->1790" ] }, { @@ -8330,8 +8330,8 @@ "zh-chs": "刪除用戶組", "fi": "Poista käyttäjäryhmä", "xloc": [ - "default.handlebars->27->1709", - "default.handlebars->27->1719" + "default.handlebars->27->1710", + "default.handlebars->27->1720" ] }, { @@ -8346,7 +8346,7 @@ "zh-chs": "删除用户组", "fi": "Poista käyttäjäryhmät", "xloc": [ - "default.handlebars->27->1670" + "default.handlebars->27->1671" ] }, { @@ -8364,7 +8364,7 @@ "zh-chs": "刪除用戶{0}", "fi": "Poista Käyttäjä {0}", "xloc": [ - "default.handlebars->27->1812" + "default.handlebars->27->1813" ] }, { @@ -8383,7 +8383,7 @@ "fi": "Poista tili", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->27->1587", + "default.handlebars->27->1588", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -8417,7 +8417,7 @@ "zh-chs": "删除群组", "fi": "Poista ryhmä", "xloc": [ - "default.handlebars->27->1666" + "default.handlebars->27->1667" ] }, { @@ -8455,8 +8455,8 @@ "xloc": [ "default-mobile.handlebars->9->124", "default-mobile.handlebars->9->303", - "default.handlebars->27->1516", - "default.handlebars->27->860" + "default.handlebars->27->1517", + "default.handlebars->27->861" ] }, { @@ -8474,7 +8474,7 @@ "zh-chs": "刪除用戶組{0}?", "fi": "Poistetaanko käyttäjäryhmä {0}?", "xloc": [ - "default.handlebars->27->1717" + "default.handlebars->27->1718" ] }, { @@ -8494,8 +8494,8 @@ "xloc": [ "default-mobile.handlebars->9->123", "default-mobile.handlebars->9->302", - "default.handlebars->27->1515", - "default.handlebars->27->859" + "default.handlebars->27->1516", + "default.handlebars->27->860" ] }, { @@ -8616,19 +8616,19 @@ "default-mobile.handlebars->9->340", "default-mobile.handlebars->9->395", "default-mobile.handlebars->9->408", - "default.handlebars->27->1244", - "default.handlebars->27->1272", - "default.handlebars->27->1358", - "default.handlebars->27->1675", - "default.handlebars->27->1685", + "default.handlebars->27->1245", + "default.handlebars->27->1273", + "default.handlebars->27->1359", + "default.handlebars->27->1676", "default.handlebars->27->1686", - "default.handlebars->27->1715", + "default.handlebars->27->1687", + "default.handlebars->27->1716", "default.handlebars->27->548", "default.handlebars->27->549", "default.handlebars->27->77", "default.handlebars->27->786", - "default.handlebars->27->905", - "default.handlebars->27->915", + "default.handlebars->27->906", + "default.handlebars->27->916", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" ] }, @@ -8663,8 +8663,8 @@ "fi": "Työpöytä", "xloc": [ "default-mobile.handlebars->9->256", - "default.handlebars->27->1363", - "default.handlebars->27->1859", + "default.handlebars->27->1364", + "default.handlebars->27->1860", "default.handlebars->27->513", "default.handlebars->27->831", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -8705,8 +8705,8 @@ "zh-chs": "桌面通知", "fi": "Työpöytä ilmoitus", "xloc": [ - "default.handlebars->27->1285", - "default.handlebars->27->1765", + "default.handlebars->27->1286", + "default.handlebars->27->1766", "default.handlebars->27->584" ] }, @@ -8725,8 +8725,8 @@ "zh-chs": "桌面提示", "fi": "Työpöydän kehote", "xloc": [ - "default.handlebars->27->1284", - "default.handlebars->27->1764", + "default.handlebars->27->1285", + "default.handlebars->27->1765", "default.handlebars->27->583" ] }, @@ -8745,8 +8745,8 @@ "zh-chs": "桌面提示+工具欄", "fi": "Työpöydän kehote+työkalurivi", "xloc": [ - "default.handlebars->27->1282", - "default.handlebars->27->1762", + "default.handlebars->27->1283", + "default.handlebars->27->1763", "default.handlebars->27->581" ] }, @@ -8781,8 +8781,8 @@ "zh-chs": "桌面工具欄", "fi": "Työpöydän työkalurivi", "xloc": [ - "default.handlebars->27->1283", - "default.handlebars->27->1763", + "default.handlebars->27->1284", + "default.handlebars->27->1764", "default.handlebars->27->582" ] }, @@ -8866,9 +8866,9 @@ "zh-chs": "設備", "fi": "Laite", "xloc": [ - "default.handlebars->27->1385", + "default.handlebars->27->1386", "default.handlebars->27->183", - "default.handlebars->27->1831", + "default.handlebars->27->1832", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -8906,14 +8906,14 @@ "zh-chs": "設備組", "fi": "Laiteryhmä", "xloc": [ - "default.handlebars->27->1380", - "default.handlebars->27->1383", + "default.handlebars->27->1381", "default.handlebars->27->1384", - "default.handlebars->27->1538", - "default.handlebars->27->1701", - "default.handlebars->27->1707", - "default.handlebars->27->1819", - "default.handlebars->27->1868" + "default.handlebars->27->1385", + "default.handlebars->27->1539", + "default.handlebars->27->1702", + "default.handlebars->27->1708", + "default.handlebars->27->1820", + "default.handlebars->27->1869" ] }, { @@ -8932,7 +8932,7 @@ "fi": "Laiteryhmän käyttäjä", "xloc": [ "default-mobile.handlebars->9->450", - "default.handlebars->27->1446" + "default.handlebars->27->1447" ] }, { @@ -8951,11 +8951,11 @@ "fi": "Laiteryhmät", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3", - "default.handlebars->27->1554", - "default.handlebars->27->1660", - "default.handlebars->27->1688", - "default.handlebars->27->1759", - "default.handlebars->27->1903", + "default.handlebars->27->1555", + "default.handlebars->27->1661", + "default.handlebars->27->1689", + "default.handlebars->27->1760", + "default.handlebars->27->1904", "default.handlebars->container->column_l->p2->p2info->7" ] }, @@ -9021,7 +9021,7 @@ "fi": "Laitteen Nimi", "xloc": [ "default-mobile.handlebars->9->278", - "default.handlebars->27->1867", + "default.handlebars->27->1868", "default.handlebars->27->280", "default.handlebars->27->784", "player.handlebars->3->9" @@ -9077,8 +9077,8 @@ "zh-chs": "設備連接。", "fi": "Laiteyhteydet.", "xloc": [ - "default.handlebars->27->1212", - "default.handlebars->27->1467" + "default.handlebars->27->1213", + "default.handlebars->27->1468" ] }, { @@ -9096,8 +9096,8 @@ "zh-chs": "設備斷開連接。", "fi": "Laitteen irtikytkennät.", "xloc": [ - "default.handlebars->27->1213", - "default.handlebars->27->1468" + "default.handlebars->27->1214", + "default.handlebars->27->1469" ] }, { @@ -9448,8 +9448,8 @@ "zh-chs": "设备", "fi": "Laitteet", "xloc": [ - "default.handlebars->27->1661", - "default.handlebars->27->1689" + "default.handlebars->27->1662", + "default.handlebars->27->1690" ] }, { @@ -9487,7 +9487,7 @@ "xloc": [ "default-mobile.handlebars->9->292", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3", - "default.handlebars->27->1295", + "default.handlebars->27->1296", "default.handlebars->27->847", "default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->disconnectbutton1span", "default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->disconnectbutton2span", @@ -9597,7 +9597,7 @@ "zh-chs": "顯示設備組名稱", "fi": "Näytä laiteryhmän nimi", "xloc": [ - "default.handlebars->27->1211" + "default.handlebars->27->1212" ] }, { @@ -9632,7 +9632,7 @@ "zh-chs": "显示公共链接", "fi": "Näytä julkinen linkki", "xloc": [ - "default.handlebars->27->1487" + "default.handlebars->27->1488" ] }, { @@ -9650,7 +9650,7 @@ "zh-chs": "沒做什麼", "fi": "Älä tee mitään", "xloc": [ - "default.handlebars->27->1339" + "default.handlebars->27->1340" ] }, { @@ -9659,10 +9659,10 @@ "es": "Dominio", "fr": "Domaine", "xloc": [ - "default.handlebars->27->1625", - "default.handlebars->27->1673", - "default.handlebars->27->1682", - "default.handlebars->27->1738", + "default.handlebars->27->1626", + "default.handlebars->27->1674", + "default.handlebars->27->1683", + "default.handlebars->27->1739", "mstsc.handlebars->main->1->3->1->2->1->0", "mstsc.handlebars->main->1->3->1->2->3" ] @@ -9678,8 +9678,8 @@ "zh-chs": "不要配置", "fi": "Älä määritä", "xloc": [ - "default.handlebars->27->1343", - "default.handlebars->27->1348" + "default.handlebars->27->1344", + "default.handlebars->27->1349" ] }, { @@ -9693,7 +9693,7 @@ "zh-chs": "不要连接到服务器", "fi": "Älä muodosta yhteyttä palvelimeen", "xloc": [ - "default.handlebars->27->1344" + "default.handlebars->27->1345" ] }, { @@ -9800,7 +9800,7 @@ "fi": "Lataa tiedosto", "xloc": [ "default-mobile.handlebars->9->322", - "default.handlebars->27->879" + "default.handlebars->27->880" ] }, { @@ -9882,7 +9882,7 @@ "fr": "Télécharger le rapport", "fi": "Lataa raportti", "xloc": [ - "default.handlebars->27->1543", + "default.handlebars->27->1544", "default.handlebars->container->column_l->p3->3->1->0->3" ] }, @@ -10045,7 +10045,7 @@ "zh-chs": "使用以下一種文件格式下載事件列表。", "fi": "Lataa luettelo tapahtumista, jollakin alla olevista tiedostomuodoista.", "xloc": [ - "default.handlebars->27->1544" + "default.handlebars->27->1545" ] }, { @@ -10063,7 +10063,7 @@ "zh-chs": "使用以下一種文件格式下載用戶列表。", "fi": "Lataa luettelo käyttäjistä, jollakin alla olevista tiedostomuodoista.", "xloc": [ - "default.handlebars->27->1609" + "default.handlebars->27->1610" ] }, { @@ -10151,7 +10151,7 @@ "zh-chs": "代理重复", "fi": "Monista Agentti", "xloc": [ - "default.handlebars->27->1899" + "default.handlebars->27->1900" ] }, { @@ -10187,7 +10187,7 @@ "zh-chs": "重複的用戶組", "fi": "Monista käyttäjäryhmä", "xloc": [ - "default.handlebars->27->1677" + "default.handlebars->27->1678" ] }, { @@ -10220,8 +10220,8 @@ "zh-chs": "持續時間", "fi": "Kesto", "xloc": [ - "default.handlebars->27->1853", - "default.handlebars->27->1873", + "default.handlebars->27->1854", + "default.handlebars->27->1874", "player.handlebars->3->2" ] }, @@ -10240,7 +10240,7 @@ "zh-chs": "在激活期間,代理將有權訪問管理員密碼信息。", "fi": "Aktivoinnin aikana agentilla on pääsy järjestelmänvalvojan salasanan tietoihin.", "xloc": [ - "default.handlebars->27->1353" + "default.handlebars->27->1354" ] }, { @@ -10258,7 +10258,7 @@ "zh-chs": "荷蘭語(比利時)", "fi": "Hollantilainen (Belgialainen)", "xloc": [ - "default.handlebars->27->1052" + "default.handlebars->27->1053" ] }, { @@ -10276,7 +10276,7 @@ "zh-chs": "荷蘭語(標準)", "fi": "Hollantilainen (standardi)", "xloc": [ - "default.handlebars->27->1051" + "default.handlebars->27->1052" ] }, { @@ -10500,10 +10500,10 @@ "default-mobile.handlebars->9->409", "default-mobile.handlebars->9->411", "default-mobile.handlebars->9->429", - "default.handlebars->27->1359", - "default.handlebars->27->1389", - "default.handlebars->27->1412", - "default.handlebars->27->1424" + "default.handlebars->27->1360", + "default.handlebars->27->1390", + "default.handlebars->27->1413", + "default.handlebars->27->1425" ] }, { @@ -10521,7 +10521,7 @@ "zh-chs": "編輯設備組功能", "fi": "Muokkaa laiteryhmän ominaisuuksia", "xloc": [ - "default.handlebars->27->1375" + "default.handlebars->27->1376" ] }, { @@ -10539,8 +10539,8 @@ "zh-chs": "編輯設備組權限", "fi": "Muokkaa laiteryhmän käyttöoikeuksia", "xloc": [ - "default.handlebars->27->1409", - "default.handlebars->27->1421" + "default.handlebars->27->1410", + "default.handlebars->27->1422" ] }, { @@ -10558,7 +10558,7 @@ "zh-chs": "編輯設備組用戶同意", "fi": "Muokkaa laiteryhmän käyttäjän suostumusta", "xloc": [ - "default.handlebars->27->1360" + "default.handlebars->27->1361" ] }, { @@ -10577,7 +10577,7 @@ "fi": "Muokkaa laitehuomautuksia", "xloc": [ "default-mobile.handlebars->9->423", - "default.handlebars->27->1402" + "default.handlebars->27->1403" ] }, { @@ -10594,8 +10594,8 @@ "zh-chs": "编辑设备权限", "fi": "Muokkaa laitteen käyttöoikeuksia", "xloc": [ - "default.handlebars->27->1414", - "default.handlebars->27->1416" + "default.handlebars->27->1415", + "default.handlebars->27->1417" ] }, { @@ -10619,7 +10619,7 @@ "zh-chs": "编辑设备用户同意", "fi": "Muokkaa laitteen käyttäjän suostumusta", "xloc": [ - "default.handlebars->27->1362" + "default.handlebars->27->1363" ] }, { @@ -10676,7 +10676,7 @@ "fi": "Muokkaa muistiinpanoja", "xloc": [ "default-mobile.handlebars->9->436", - "default.handlebars->27->1431" + "default.handlebars->27->1432" ] }, { @@ -10691,7 +10691,7 @@ "zh-chs": "编辑用户同意", "fi": "Muokkaa käyttäjän suostumusta", "xloc": [ - "default.handlebars->27->1361" + "default.handlebars->27->1362" ] }, { @@ -10709,7 +10709,7 @@ "zh-chs": "編輯用戶設備組權限", "fi": "Muokkaa käyttäjän laiteryhmän oikeuksia", "xloc": [ - "default.handlebars->27->1422" + "default.handlebars->27->1423" ] }, { @@ -10726,7 +10726,7 @@ "zh-chs": "编辑用户设备权限", "fi": "Muokkaa käyttäjän laitteen käyttöoikeuksia", "xloc": [ - "default.handlebars->27->1417" + "default.handlebars->27->1418" ] }, { @@ -10744,7 +10744,7 @@ "zh-chs": "編輯用戶組", "fi": "Muokkaa käyttäjäryhmää", "xloc": [ - "default.handlebars->27->1716" + "default.handlebars->27->1717" ] }, { @@ -10759,7 +10759,7 @@ "zh-chs": "编辑用户组设备权限", "fi": "Muokkaa käyttäjäryhmän laiteoikeuksia", "xloc": [ - "default.handlebars->27->1419" + "default.handlebars->27->1420" ] }, { @@ -10806,11 +10806,11 @@ "fi": "Sähköposti", "xloc": [ "default-mobile.handlebars->9->78", - "default.handlebars->27->1627", - "default.handlebars->27->1742", - "default.handlebars->27->1744", - "default.handlebars->27->1784", - "default.handlebars->27->1800", + "default.handlebars->27->1628", + "default.handlebars->27->1743", + "default.handlebars->27->1745", + "default.handlebars->27->1785", + "default.handlebars->27->1801", "default.handlebars->27->330", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -10834,7 +10834,7 @@ "fi": "Sähköpostiosoitteen vaihto", "xloc": [ "default-mobile.handlebars->9->79", - "default.handlebars->27->1220" + "default.handlebars->27->1221" ] }, { @@ -10853,7 +10853,7 @@ "fi": "Sähköposti todennus", "xloc": [ "default-mobile.handlebars->9->68", - "default.handlebars->27->989" + "default.handlebars->27->990" ] }, { @@ -10901,7 +10901,7 @@ "fi": "Sähköpostivarmistus", "xloc": [ "default-mobile.handlebars->9->77", - "default.handlebars->27->1218" + "default.handlebars->27->1219" ] }, { @@ -10933,7 +10933,7 @@ "zh-chs": "邮件未验证", "fi": "Sähköposti osoitetta ei ole vahvistettu", "xloc": [ - "default.handlebars->27->1573" + "default.handlebars->27->1574" ] }, { @@ -10951,8 +10951,8 @@ "zh-chs": "電子郵件已驗證", "fi": "Sähköposti osoite on vahvistettu", "xloc": [ - "default.handlebars->27->1574", - "default.handlebars->27->1736" + "default.handlebars->27->1575", + "default.handlebars->27->1737" ] }, { @@ -10970,7 +10970,7 @@ "zh-chs": "電子郵件已驗證。", "fi": "Sähköposti osoite on vahvistettu.", "xloc": [ - "default.handlebars->27->1633" + "default.handlebars->27->1634" ] }, { @@ -10988,7 +10988,7 @@ "zh-chs": "電子郵件未驗證", "fi": "Sähköposti osoitetta ei ole vahvistettu", "xloc": [ - "default.handlebars->27->1737" + "default.handlebars->27->1738" ] }, { @@ -11031,7 +11031,7 @@ "es": "Se requiere restablecimiento de contraseña verificado y forzado por correo electrónico.", "fi": "Sähköposti osoite vahvistettu ja salasanan palautus pakotettu.", "xloc": [ - "default.handlebars->27->1634" + "default.handlebars->27->1635" ] }, { @@ -11045,7 +11045,7 @@ "zh-chs": "电子邮件/短信流量", "fi": "Sähköposti/tekstiviesti liikenne", "xloc": [ - "default.handlebars->27->1941" + "default.handlebars->27->1942" ] }, { @@ -11086,7 +11086,7 @@ "zh-chs": "啟用邀請代碼", "fi": "Ota kutsukoodit käyttöön", "xloc": [ - "default.handlebars->27->1452" + "default.handlebars->27->1453" ] }, { @@ -11123,7 +11123,7 @@ "fi": "Ota käyttöön kaksi vaihenen todennus sähköpostitse.", "xloc": [ "default-mobile.handlebars->9->70", - "default.handlebars->27->991" + "default.handlebars->27->992" ] }, { @@ -11151,7 +11151,7 @@ "fr": "Activer", "fi": "Käytössä", "xloc": [ - "default.handlebars->27->1875" + "default.handlebars->27->1876" ] }, { @@ -11179,7 +11179,7 @@ "es": "Tiempo de finalización", "fr": "Heure de fin", "xloc": [ - "default.handlebars->27->1872" + "default.handlebars->27->1873" ] }, { @@ -11197,7 +11197,7 @@ "zh-chs": "英語", "fi": "Englanti", "xloc": [ - "default.handlebars->27->1053" + "default.handlebars->27->1054" ] }, { @@ -11215,7 +11215,7 @@ "zh-chs": "英文(澳洲)", "fi": "Englanti (Australia)", "xloc": [ - "default.handlebars->27->1054" + "default.handlebars->27->1055" ] }, { @@ -11233,7 +11233,7 @@ "zh-chs": "英語(伯利茲)", "fi": "Englanti (Belize)", "xloc": [ - "default.handlebars->27->1055" + "default.handlebars->27->1056" ] }, { @@ -11251,7 +11251,7 @@ "zh-chs": "英文(加拿大)", "fi": "Englanti (Kanada)", "xloc": [ - "default.handlebars->27->1056" + "default.handlebars->27->1057" ] }, { @@ -11269,7 +11269,7 @@ "zh-chs": "英文(愛爾蘭)", "fi": "Englanti (Irlanti)", "xloc": [ - "default.handlebars->27->1057" + "default.handlebars->27->1058" ] }, { @@ -11287,7 +11287,7 @@ "zh-chs": "英文(牙買加)", "fi": "Englanti (Jamaika)", "xloc": [ - "default.handlebars->27->1058" + "default.handlebars->27->1059" ] }, { @@ -11305,7 +11305,7 @@ "zh-chs": "英文(紐西蘭)", "fi": "Englanti (Uusi-Seelanti)", "xloc": [ - "default.handlebars->27->1059" + "default.handlebars->27->1060" ] }, { @@ -11323,7 +11323,7 @@ "zh-chs": "英文(菲律賓)", "fi": "Englanti (Filippiinit)", "xloc": [ - "default.handlebars->27->1060" + "default.handlebars->27->1061" ] }, { @@ -11341,7 +11341,7 @@ "zh-chs": "英語(南非)", "fi": "Englanti (Etelä-Afrikka)", "xloc": [ - "default.handlebars->27->1061" + "default.handlebars->27->1062" ] }, { @@ -11359,7 +11359,7 @@ "zh-chs": "英文(特立尼達和多巴哥)", "fi": "Englanti (Trinidad ja Tobago)", "xloc": [ - "default.handlebars->27->1062" + "default.handlebars->27->1063" ] }, { @@ -11377,7 +11377,7 @@ "zh-chs": "英文(英國)", "fi": "Englanti (Yhdistynyt kuningaskunta)", "xloc": [ - "default.handlebars->27->1063" + "default.handlebars->27->1064" ] }, { @@ -11395,7 +11395,7 @@ "zh-chs": "美國英語)", "fi": "Englanti (Yhdysvallat)", "xloc": [ - "default.handlebars->27->1064" + "default.handlebars->27->1065" ] }, { @@ -11413,7 +11413,7 @@ "zh-chs": "英文(津巴布韋)", "fi": "Englanti (Zimbabwe)", "xloc": [ - "default.handlebars->27->1065" + "default.handlebars->27->1066" ] }, { @@ -11430,8 +11430,8 @@ "ru": "Ввод", "zh-chs": "輸入", "xloc": [ - "default.handlebars->27->1246", - "default.handlebars->27->1247" + "default.handlebars->27->1247", + "default.handlebars->27->1248" ] }, { @@ -11449,7 +11449,7 @@ "zh-chs": "輸入管理領域名稱的逗號分隔列表。", "fi": "Syötä pilkulla eroteltu luettelo hallinnollisten alueiden nimistä.", "xloc": [ - "default.handlebars->27->1638" + "default.handlebars->27->1639" ] }, { @@ -11537,7 +11537,7 @@ "zh-chs": "输入支持SMS的电话号码。验证后,该号码可用于登录验证和其他通知。", "fi": "Kirjoita tekstiviestihin pystyvä puhelinnumerosi. Kun numero on vahvistettu, sitä voidaan käyttää kirjautumisen varmentamiseen ja muihin ilmoituksiin.", "xloc": [ - "default.handlebars->27->986" + "default.handlebars->27->987" ] }, { @@ -11591,7 +11591,7 @@ "zh-chs": "世界語", "fi": "Esperanto", "xloc": [ - "default.handlebars->27->1066" + "default.handlebars->27->1067" ] }, { @@ -11609,7 +11609,7 @@ "zh-chs": "愛沙尼亞語", "fi": "Virolainen", "xloc": [ - "default.handlebars->27->1067" + "default.handlebars->27->1068" ] }, { @@ -11627,7 +11627,7 @@ "zh-chs": "活動詳情", "fi": "Tapahtuman lisätiedot", "xloc": [ - "default.handlebars->27->892" + "default.handlebars->27->893" ] }, { @@ -11645,7 +11645,7 @@ "zh-chs": "活動列表導出", "fi": "Tapahtumaluettelon vienti", "xloc": [ - "default.handlebars->27->1549" + "default.handlebars->27->1550" ] }, { @@ -11794,7 +11794,7 @@ "zh-chs": "外部", "fi": "Ulkoinen", "xloc": [ - "default.handlebars->27->1926" + "default.handlebars->27->1927" ] }, { @@ -11822,7 +11822,7 @@ "zh-chs": "FYRO馬其頓語", "fi": "FYRO Makedonialainen", "xloc": [ - "default.handlebars->27->1117" + "default.handlebars->27->1118" ] }, { @@ -11840,7 +11840,7 @@ "zh-chs": "法羅語", "fi": "Färsaarelainen", "xloc": [ - "default.handlebars->27->1068" + "default.handlebars->27->1069" ] }, { @@ -11891,7 +11891,7 @@ "zh-chs": "波斯語(波斯語)", "fi": "Persia (persia)", "xloc": [ - "default.handlebars->27->1069" + "default.handlebars->27->1070" ] }, { @@ -11929,7 +11929,7 @@ "zh-chs": "特徵", "fi": "Ominaisuudet", "xloc": [ - "default.handlebars->27->1281" + "default.handlebars->27->1282" ] }, { @@ -11947,7 +11947,7 @@ "zh-chs": "斐濟", "fi": "Fidzi", "xloc": [ - "default.handlebars->27->1070" + "default.handlebars->27->1071" ] }, { @@ -11967,7 +11967,7 @@ "xloc": [ "default-mobile.handlebars->9->306", "default.handlebars->27->505", - "default.handlebars->27->863" + "default.handlebars->27->864" ] }, { @@ -11975,7 +11975,8 @@ "nl": "Bestandsbewerking", "fr": "Opération sur les fichiers", "xloc": [ - "default.handlebars->27->849" + "default.handlebars->27->849", + "default.handlebars->27->851" ] }, { @@ -12031,8 +12032,8 @@ "xloc": [ "default-mobile.handlebars->9->167", "default-mobile.handlebars->9->257", - "default.handlebars->27->1370", - "default.handlebars->27->1860", + "default.handlebars->27->1371", + "default.handlebars->27->1861", "default.handlebars->27->247", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", "default.handlebars->contextMenu->cxfiles" @@ -12071,8 +12072,8 @@ "zh-chs": "文件通知", "fi": "Tiedostot Ilmoita", "xloc": [ - "default.handlebars->27->1289", - "default.handlebars->27->1769", + "default.handlebars->27->1290", + "default.handlebars->27->1770", "default.handlebars->27->588" ] }, @@ -12091,8 +12092,8 @@ "zh-chs": "文件提示", "fi": "Tiedostot kysy", "xloc": [ - "default.handlebars->27->1288", - "default.handlebars->27->1768", + "default.handlebars->27->1289", + "default.handlebars->27->1769", "default.handlebars->27->587" ] }, @@ -12132,7 +12133,7 @@ "zh-chs": "芬蘭", "fi": "Suomalainen", "xloc": [ - "default.handlebars->27->1071" + "default.handlebars->27->1072" ] }, { @@ -12258,8 +12259,8 @@ "zh-chs": "下次登錄時強制重置密碼。", "fi": "Pakota salasanan palautus seuraavan kirjautumisen yhteydessä.", "xloc": [ - "default.handlebars->27->1632", - "default.handlebars->27->1809" + "default.handlebars->27->1633", + "default.handlebars->27->1810" ] }, { @@ -12323,7 +12324,7 @@ "es": "Formato", "fi": "Muoto", "xloc": [ - "default.handlebars->27->1540" + "default.handlebars->27->1541" ] }, { @@ -12360,8 +12361,8 @@ "zh-chs": "自由", "fi": "Vapaata", "xloc": [ - "default.handlebars->27->1884", - "default.handlebars->27->1886" + "default.handlebars->27->1885", + "default.handlebars->27->1887" ] }, { @@ -12398,7 +12399,7 @@ "zh-chs": "法語(比利時)", "fi": "Ranska (Belgia)", "xloc": [ - "default.handlebars->27->1073" + "default.handlebars->27->1074" ] }, { @@ -12416,7 +12417,7 @@ "zh-chs": "法語(加拿大)", "fi": "Ranska (Kanada)", "xloc": [ - "default.handlebars->27->1074" + "default.handlebars->27->1075" ] }, { @@ -12434,7 +12435,7 @@ "zh-chs": "法語(法國)", "fi": "Ranska (Ranska)", "xloc": [ - "default.handlebars->27->1075" + "default.handlebars->27->1076" ] }, { @@ -12452,7 +12453,7 @@ "zh-chs": "法語(盧森堡)", "fi": "Ranska (Luxemburg)", "xloc": [ - "default.handlebars->27->1076" + "default.handlebars->27->1077" ] }, { @@ -12470,7 +12471,7 @@ "zh-chs": "法語(摩納哥)", "fi": "Ranska (Monaco)", "xloc": [ - "default.handlebars->27->1077" + "default.handlebars->27->1078" ] }, { @@ -12488,7 +12489,7 @@ "zh-chs": "法語(標準)", "fi": "Ranska (standardi)", "xloc": [ - "default.handlebars->27->1072" + "default.handlebars->27->1073" ] }, { @@ -12506,7 +12507,7 @@ "zh-chs": "法語(瑞士)", "fi": "Ranska (Sveitsi)", "xloc": [ - "default.handlebars->27->1078" + "default.handlebars->27->1079" ] }, { @@ -12524,7 +12525,7 @@ "zh-chs": "弗里斯蘭語", "fi": "Friisiläinen", "xloc": [ - "default.handlebars->27->1079" + "default.handlebars->27->1080" ] }, { @@ -12542,7 +12543,7 @@ "zh-chs": "弗留利", "fi": "Friulilainen", "xloc": [ - "default.handlebars->27->1080" + "default.handlebars->27->1081" ] }, { @@ -12564,9 +12565,9 @@ "default-mobile.handlebars->9->401", "default-mobile.handlebars->9->410", "default-mobile.handlebars->9->428", - "default.handlebars->27->1253", - "default.handlebars->27->1388", - "default.handlebars->27->1644" + "default.handlebars->27->1254", + "default.handlebars->27->1389", + "default.handlebars->27->1645" ] }, { @@ -12584,7 +12585,7 @@ "zh-chs": "正式管理員(保留所有權利)", "fi": "Täysi Järjestelmänvalvoja (kaikki oikeudet)", "xloc": [ - "default.handlebars->27->1423" + "default.handlebars->27->1424" ] }, { @@ -12671,7 +12672,7 @@ "zh-chs": "正式管理員", "fi": "Täysi järjestelmänvalvoja", "xloc": [ - "default.handlebars->27->1730" + "default.handlebars->27->1731" ] }, { @@ -12686,7 +12687,7 @@ "fi": "GPU", "xloc": [ "default-mobile.handlebars->9->379", - "default.handlebars->27->954" + "default.handlebars->27->955" ] }, { @@ -12704,7 +12705,7 @@ "zh-chs": "蓋爾語(愛爾蘭)", "fi": "Gaeli (Irlantilainen)", "xloc": [ - "default.handlebars->27->1082" + "default.handlebars->27->1083" ] }, { @@ -12722,7 +12723,7 @@ "zh-chs": "蓋爾語(蘇格蘭語)", "fi": "Gaeli (Skotlantilainen)", "xloc": [ - "default.handlebars->27->1081" + "default.handlebars->27->1082" ] }, { @@ -12740,7 +12741,7 @@ "zh-chs": "加拉契人", "fi": "Gaelinkielinen", "xloc": [ - "default.handlebars->27->1083" + "default.handlebars->27->1084" ] }, { @@ -12853,7 +12854,7 @@ "zh-chs": "格魯吉亞人", "fi": "Georgialainen", "xloc": [ - "default.handlebars->27->1084" + "default.handlebars->27->1085" ] }, { @@ -12871,7 +12872,7 @@ "zh-chs": "德語(奧地利)", "fi": "Saksalainen (Itävalta)", "xloc": [ - "default.handlebars->27->1086" + "default.handlebars->27->1087" ] }, { @@ -12889,7 +12890,7 @@ "zh-chs": "德文(德國)", "fi": "Saksalainen (Saksa)", "xloc": [ - "default.handlebars->27->1087" + "default.handlebars->27->1088" ] }, { @@ -12907,7 +12908,7 @@ "zh-chs": "德文(列支敦士登)", "fi": "Saksalainen (Liechtenstein)", "xloc": [ - "default.handlebars->27->1088" + "default.handlebars->27->1089" ] }, { @@ -12925,7 +12926,7 @@ "zh-chs": "德語(盧森堡)", "fi": "Saksalainen (Luxemburg)", "xloc": [ - "default.handlebars->27->1089" + "default.handlebars->27->1090" ] }, { @@ -12943,7 +12944,7 @@ "zh-chs": "德語(標準)", "fi": "Saksalainen (Standardi)", "xloc": [ - "default.handlebars->27->1085" + "default.handlebars->27->1086" ] }, { @@ -12961,7 +12962,7 @@ "zh-chs": "德語(瑞士)", "fi": "Saksalainen (Sveitsi)", "xloc": [ - "default.handlebars->27->1090" + "default.handlebars->27->1091" ] }, { @@ -13049,7 +13050,7 @@ "zh-chs": "好", "fi": "Hyvä", "xloc": [ - "default.handlebars->27->1249" + "default.handlebars->27->1250" ] }, { @@ -13088,7 +13089,7 @@ "zh-chs": "希臘語", "fi": "Kreikkalainen", "xloc": [ - "default.handlebars->27->1091" + "default.handlebars->27->1092" ] }, { @@ -13126,8 +13127,8 @@ "zh-chs": "集體行動", "fi": "Ryhmätoiminta", "xloc": [ - "default.handlebars->27->1588", - "default.handlebars->27->1667", + "default.handlebars->27->1589", + "default.handlebars->27->1668", "default.handlebars->27->456", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -13141,7 +13142,7 @@ "fr": "Grouper par", "fi": "Ryhmittele", "xloc": [ - "default.handlebars->27->1536" + "default.handlebars->27->1537" ] }, { @@ -13151,7 +13152,7 @@ "fr": "Identifiant de groupe", "fi": "Ryhmän tunniste", "xloc": [ - "default.handlebars->27->1684" + "default.handlebars->27->1685" ] }, { @@ -13169,7 +13170,7 @@ "zh-chs": "小組成員", "fi": "Ryhmän jäsenet", "xloc": [ - "default.handlebars->27->1693" + "default.handlebars->27->1694" ] }, { @@ -13187,7 +13188,7 @@ "zh-chs": "用戶{0}的組權限。", "fi": "Ryhmän käyttöoikeudet käyttäjälle {0}.", "xloc": [ - "default.handlebars->27->1387" + "default.handlebars->27->1388" ] }, { @@ -13205,7 +13206,7 @@ "zh-chs": "{0}的組權限。", "fi": "Ryhmän käyttöoikeudet {0}:lle.", "xloc": [ - "default.handlebars->27->1386" + "default.handlebars->27->1387" ] }, { @@ -13269,7 +13270,7 @@ "zh-chs": "古久拉提", "fi": "Gujurati", "xloc": [ - "default.handlebars->27->1092" + "default.handlebars->27->1093" ] }, { @@ -13307,7 +13308,7 @@ "zh-chs": "海地", "fi": "Haitilainen", "xloc": [ - "default.handlebars->27->1093" + "default.handlebars->27->1094" ] }, { @@ -13343,7 +13344,7 @@ "zh-chs": "硬斷開劑", "fi": "Kova irrota agentti", "xloc": [ - "default.handlebars->27->981" + "default.handlebars->27->982" ] }, { @@ -13361,7 +13362,7 @@ "zh-chs": "堆總數", "fi": "Pino yhteensä", "xloc": [ - "default.handlebars->27->1928" + "default.handlebars->27->1929" ] }, { @@ -13379,7 +13380,7 @@ "zh-chs": "堆使用", "fi": "Pinoa käytetty", "xloc": [ - "default.handlebars->27->1927" + "default.handlebars->27->1928" ] }, { @@ -13397,7 +13398,7 @@ "zh-chs": "希伯來語", "fi": "Heprealainen", "xloc": [ - "default.handlebars->27->1094" + "default.handlebars->27->1095" ] }, { @@ -13433,7 +13434,7 @@ "zh-chs": "幫助翻譯MeshCentral", "fi": "Auta MeshCentralin kääntämisessä", "xloc": [ - "default.handlebars->27->1208" + "default.handlebars->27->1209" ] }, { @@ -13524,7 +13525,7 @@ "zh-chs": "印地語", "fi": "Hindi", "xloc": [ - "default.handlebars->27->1095" + "default.handlebars->27->1096" ] }, { @@ -13558,7 +13559,7 @@ "fi": "Yksi valittu kopiointia varten", "xloc": [ "default-mobile.handlebars->9->315", - "default.handlebars->27->873" + "default.handlebars->27->874" ] }, { @@ -13577,7 +13578,7 @@ "fi": "Yksi valittu siirtoa varten", "xloc": [ "default-mobile.handlebars->9->319", - "default.handlebars->27->877" + "default.handlebars->27->878" ] }, { @@ -13596,7 +13597,7 @@ "fi": "{0} kohdetta valittu kopiointia varten", "xloc": [ "default-mobile.handlebars->9->313", - "default.handlebars->27->871" + "default.handlebars->27->872" ] }, { @@ -13615,7 +13616,7 @@ "fi": "{0} kohdetta valittu siirtoa varten", "xloc": [ "default-mobile.handlebars->9->317", - "default.handlebars->27->875" + "default.handlebars->27->876" ] }, { @@ -13634,7 +13635,7 @@ "fi": "{0} kohde{1} valittu {2} varten", "xloc": [ "default-mobile.handlebars->9->129", - "default.handlebars->27->1522" + "default.handlebars->27->1523" ] }, { @@ -13676,7 +13677,7 @@ "zh-chs": "主機名同步", "fi": "Isäntänimen synkronointi", "xloc": [ - "default.handlebars->27->1279" + "default.handlebars->27->1280" ] }, { @@ -13694,7 +13695,7 @@ "zh-chs": "匈牙利", "fi": "Unkarilainen", "xloc": [ - "default.handlebars->27->1096" + "default.handlebars->27->1097" ] }, { @@ -13752,9 +13753,9 @@ "xloc": [ "default-mobile.handlebars->9->348", "default-mobile.handlebars->9->352", - "default.handlebars->27->913", - "default.handlebars->27->923", - "default.handlebars->27->927" + "default.handlebars->27->914", + "default.handlebars->27->924", + "default.handlebars->27->928" ] }, { @@ -13774,9 +13775,9 @@ "xloc": [ "default-mobile.handlebars->9->346", "default-mobile.handlebars->9->350", - "default.handlebars->27->911", - "default.handlebars->27->921", - "default.handlebars->27->925" + "default.handlebars->27->912", + "default.handlebars->27->922", + "default.handlebars->27->926" ] }, { @@ -13796,10 +13797,10 @@ "xloc": [ "default-mobile.handlebars->9->345", "default-mobile.handlebars->9->347", - "default.handlebars->27->910", - "default.handlebars->27->912", - "default.handlebars->27->920", - "default.handlebars->27->922" + "default.handlebars->27->911", + "default.handlebars->27->913", + "default.handlebars->27->921", + "default.handlebars->27->923" ] }, { @@ -13867,8 +13868,8 @@ "xloc": [ "default-mobile.handlebars->9->349", "default-mobile.handlebars->9->351", - "default.handlebars->27->924", - "default.handlebars->27->926" + "default.handlebars->27->925", + "default.handlebars->27->927" ] }, { @@ -13916,7 +13917,7 @@ "zh-chs": "冰島的", "fi": "Islantilainen", "xloc": [ - "default.handlebars->27->1097" + "default.handlebars->27->1098" ] }, { @@ -13954,7 +13955,7 @@ "fi": "Tunniste", "xloc": [ "default-mobile.handlebars->9->377", - "default.handlebars->27->952" + "default.handlebars->27->953" ] }, { @@ -14075,7 +14076,7 @@ "zh-chs": "印度尼西亞", "fi": "Indonesialainen", "xloc": [ - "default.handlebars->27->1098" + "default.handlebars->27->1099" ] }, { @@ -14200,7 +14201,7 @@ "zh-chs": "安裝CIRA", "fi": "Asenna CIRA", "xloc": [ - "default.handlebars->27->1312" + "default.handlebars->27->1313" ] }, { @@ -14218,7 +14219,7 @@ "zh-chs": "安裝本地", "fi": "Asenna paikallinen", "xloc": [ - "default.handlebars->27->1314" + "default.handlebars->27->1315" ] }, { @@ -14236,8 +14237,8 @@ "zh-chs": "安裝類型", "fi": "Asennustyyppi", "xloc": [ - "default.handlebars->27->1454", - "default.handlebars->27->1461", + "default.handlebars->27->1455", + "default.handlebars->27->1462", "default.handlebars->27->345", "default.handlebars->27->359", "default.handlebars->27->373" @@ -14277,10 +14278,10 @@ "zh-chs": "英特爾AMT", "fi": "Intel AMT", "xloc": [ - "default.handlebars->27->1473", - "default.handlebars->27->1481", - "default.handlebars->27->1924", - "default.handlebars->27->1946" + "default.handlebars->27->1474", + "default.handlebars->27->1482", + "default.handlebars->27->1925", + "default.handlebars->27->1947" ] }, { @@ -14326,7 +14327,7 @@ "fr": "Redirection Intel AMT", "fi": "Intel AMT uudelleenohjaus", "xloc": [ - "default.handlebars->27->1862" + "default.handlebars->27->1863" ] }, { @@ -14336,7 +14337,7 @@ "fr": "WSMAN Intel AMT", "fi": "Intel AMT WSMAN", "xloc": [ - "default.handlebars->27->1861" + "default.handlebars->27->1862" ] }, { @@ -14481,8 +14482,8 @@ "default-mobile.handlebars->9->201", "default-mobile.handlebars->9->236", "default-mobile.handlebars->9->241", - "default.handlebars->27->1296", - "default.handlebars->27->1306", + "default.handlebars->27->1297", + "default.handlebars->27->1307", "default.handlebars->27->515", "default.handlebars->27->570", "default.handlebars->27->598" @@ -14577,7 +14578,7 @@ "zh-chs": "英特爾®AMT政策", "fi": "Intel® AMT politiikka", "xloc": [ - "default.handlebars->27->1335" + "default.handlebars->27->1336" ] }, { @@ -14687,8 +14688,8 @@ "zh-chs": "英特爾®AMT桌面和串行事件。", "fi": "Intel® AMT työpöytä ja sarjaliikenne ilmoitukset.", "xloc": [ - "default.handlebars->27->1214", - "default.handlebars->27->1469" + "default.handlebars->27->1215", + "default.handlebars->27->1470" ] }, { @@ -14780,8 +14781,8 @@ "fi": "Vain Intel® AMT, ei agenttia", "xloc": [ "default-mobile.handlebars->9->392", - "default.handlebars->27->1243", - "default.handlebars->27->1269" + "default.handlebars->27->1244", + "default.handlebars->27->1270" ] }, { @@ -14818,7 +14819,7 @@ "fi": "Intel® Active Management-tekniikka (Inter® AMT)", "xloc": [ "default-mobile.handlebars->9->369", - "default.handlebars->27->944" + "default.handlebars->27->945" ] }, { @@ -15013,8 +15014,8 @@ "zh-chs": "僅限互動", "fi": "Vain interaktiivinen", "xloc": [ - "default.handlebars->27->1457", - "default.handlebars->27->1464", + "default.handlebars->27->1458", + "default.handlebars->27->1465", "default.handlebars->27->348", "default.handlebars->27->362", "default.handlebars->27->376" @@ -15053,7 +15054,7 @@ "zh-chs": "因紐特人", "fi": "Inuktitut", "xloc": [ - "default.handlebars->27->1099" + "default.handlebars->27->1100" ] }, { @@ -15071,7 +15072,7 @@ "zh-chs": "無效的設備組類型", "fi": "Virheellinen laiteryhmän tyyppi", "xloc": [ - "default.handlebars->27->1898" + "default.handlebars->27->1899" ] }, { @@ -15089,7 +15090,7 @@ "zh-chs": "無效的JSON", "fi": "Virheellinen JSON", "xloc": [ - "default.handlebars->27->1892" + "default.handlebars->27->1893" ] }, { @@ -15107,8 +15108,8 @@ "zh-chs": "無效的JSON文件格式。", "fi": "Virheellinen JSON-tiedostomuoto.", "xloc": [ - "default.handlebars->27->1606", - "default.handlebars->27->1608" + "default.handlebars->27->1607", + "default.handlebars->27->1609" ] }, { @@ -15126,7 +15127,7 @@ "zh-chs": "無效的JSON文件:{0}。", "fi": "JSON-tiedosto {0} on virheellinen.", "xloc": [ - "default.handlebars->27->1604" + "default.handlebars->27->1605" ] }, { @@ -15144,7 +15145,7 @@ "zh-chs": "無效的PKCS簽名", "fi": "Virheellinen PKCS-allekirjoitus", "xloc": [ - "default.handlebars->27->1890" + "default.handlebars->27->1891" ] }, { @@ -15162,7 +15163,7 @@ "zh-chs": "無效的RSA密碼", "fi": "Virheellinen RSA-allekirjoitus", "xloc": [ - "default.handlebars->27->1891" + "default.handlebars->27->1892" ] }, { @@ -15247,7 +15248,7 @@ "fr": "Email invalide", "fi": "Mitätöi sähköpostiosoite", "xloc": [ - "default.handlebars->27->1582" + "default.handlebars->27->1583" ] }, { @@ -15315,7 +15316,7 @@ "ru": "Коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:", "zh-chs": "任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->27->1459" + "default.handlebars->27->1460" ] }, { @@ -15350,7 +15351,7 @@ "zh-chs": "邀請", "fi": "Kutsu", "xloc": [ - "default.handlebars->27->1322", + "default.handlebars->27->1323", "default.handlebars->27->278", "default.handlebars->27->364" ] @@ -15370,11 +15371,11 @@ "zh-chs": "邀請碼", "fi": "Kutsu koodit", "xloc": [ - "default.handlebars->27->1300", - "default.handlebars->27->1453", - "default.handlebars->27->1458", - "default.handlebars->27->1460", - "default.handlebars->27->1465" + "default.handlebars->27->1301", + "default.handlebars->27->1454", + "default.handlebars->27->1459", + "default.handlebars->27->1461", + "default.handlebars->27->1466" ] }, { @@ -15406,7 +15407,7 @@ "zh-chs": "邀请某人在该设备组上安装网状代理。", "fi": "Kutsu joku asentamaan Mesh agentti tähän laiteryhmään.", "xloc": [ - "default.handlebars->27->1321", + "default.handlebars->27->1322", "default.handlebars->27->277" ] }, @@ -15442,7 +15443,7 @@ "zh-chs": "愛爾蘭人", "fi": "Irlantilainen", "xloc": [ - "default.handlebars->27->1100" + "default.handlebars->27->1101" ] }, { @@ -15460,7 +15461,7 @@ "zh-chs": "意大利語(標準)", "fi": "Italialainen (Standardi)", "xloc": [ - "default.handlebars->27->1101" + "default.handlebars->27->1102" ] }, { @@ -15478,7 +15479,7 @@ "zh-chs": "義大利文(瑞士)", "fi": "Italialainen (Sveitsi)", "xloc": [ - "default.handlebars->27->1102" + "default.handlebars->27->1103" ] }, { @@ -15496,7 +15497,7 @@ "zh-chs": "JSON", "fi": "JSON", "xloc": [ - "default.handlebars->27->1542" + "default.handlebars->27->1543" ] }, { @@ -15514,8 +15515,8 @@ "zh-chs": "JSON格式", "fi": "JSON Muoto", "xloc": [ - "default.handlebars->27->1547", - "default.handlebars->27->1612", + "default.handlebars->27->1548", + "default.handlebars->27->1613", "default.handlebars->27->476" ] }, @@ -15534,7 +15535,7 @@ "zh-chs": "日本", "fi": "Japanilainen", "xloc": [ - "default.handlebars->27->1103" + "default.handlebars->27->1104" ] }, { @@ -15551,7 +15552,7 @@ "ru": "Каннада", "zh-chs": "卡納達語", "xloc": [ - "default.handlebars->27->1104" + "default.handlebars->27->1105" ] }, { @@ -15568,7 +15569,7 @@ "ru": "Кашмирский", "zh-chs": "克什米爾語", "xloc": [ - "default.handlebars->27->1105" + "default.handlebars->27->1106" ] }, { @@ -15585,7 +15586,7 @@ "ru": "Казахский", "zh-chs": "哈薩克語", "xloc": [ - "default.handlebars->27->1106" + "default.handlebars->27->1107" ] }, { @@ -15621,8 +15622,8 @@ "zh-chs": "鍵名", "fi": "Avaimen nimi", "xloc": [ - "default.handlebars->27->1000", - "default.handlebars->27->997" + "default.handlebars->27->1001", + "default.handlebars->27->998" ] }, { @@ -15667,7 +15668,7 @@ "ru": "Кхмерский", "zh-chs": "高棉語", "xloc": [ - "default.handlebars->27->1107" + "default.handlebars->27->1108" ] }, { @@ -15684,7 +15685,7 @@ "ru": "Киргизский", "zh-chs": "吉爾吉斯", "xloc": [ - "default.handlebars->27->1108" + "default.handlebars->27->1109" ] }, { @@ -15702,7 +15703,7 @@ "zh-chs": "克林貢", "fi": "Klingon", "xloc": [ - "default.handlebars->27->1109" + "default.handlebars->27->1110" ] }, { @@ -15721,7 +15722,7 @@ "fi": "Tunnettu", "xloc": [ "default-mobile.handlebars->9->368", - "default.handlebars->27->943" + "default.handlebars->27->944" ] }, { @@ -15739,7 +15740,7 @@ "zh-chs": "韓語", "fi": "Korealainen", "xloc": [ - "default.handlebars->27->1110" + "default.handlebars->27->1111" ] }, { @@ -15757,7 +15758,7 @@ "zh-chs": "韓語(朝鮮)", "fi": "Korealainen (Pohjois-Korea)", "xloc": [ - "default.handlebars->27->1111" + "default.handlebars->27->1112" ] }, { @@ -15775,7 +15776,7 @@ "zh-chs": "韓語(韓國)", "fi": "Korealainen (Etelä-Korea)", "xloc": [ - "default.handlebars->27->1112" + "default.handlebars->27->1113" ] }, { @@ -15812,7 +15813,7 @@ "zh-chs": "語言", "fi": "Kieli", "xloc": [ - "default.handlebars->27->1206" + "default.handlebars->27->1207" ] }, { @@ -16040,7 +16041,7 @@ "zh-chs": "最後訪問", "fi": "Viimeisin käyttö", "xloc": [ - "default.handlebars->27->1555" + "default.handlebars->27->1556" ] }, { @@ -16058,7 +16059,7 @@ "zh-chs": "上次登錄", "fi": "Edellinen kirjautuminen", "xloc": [ - "default.handlebars->27->1751" + "default.handlebars->27->1752" ] }, { @@ -16082,9 +16083,9 @@ "default.handlebars->27->69", "default.handlebars->27->71", "default.handlebars->27->73", - "default.handlebars->27->901", "default.handlebars->27->902", - "default.handlebars->27->903" + "default.handlebars->27->903", + "default.handlebars->27->904" ] }, { @@ -16105,8 +16106,8 @@ "default-mobile.handlebars->9->333", "default-mobile.handlebars->9->335", "default.handlebars->27->68", - "default.handlebars->27->898", - "default.handlebars->27->900" + "default.handlebars->27->899", + "default.handlebars->27->901" ] }, { @@ -16124,7 +16125,7 @@ "zh-chs": "上次更改:{0}", "fi": "Muutettu viimeksi: {0}", "xloc": [ - "default.handlebars->27->1755" + "default.handlebars->27->1756" ] }, { @@ -16178,7 +16179,7 @@ "zh-chs": "上次登錄:{0}", "fi": "Edellinen kirjautuminen: {0}", "xloc": [ - "default.handlebars->27->1565" + "default.handlebars->27->1566" ] }, { @@ -16269,7 +16270,7 @@ "zh-chs": "拉丁", "fi": "Latinalainen", "xloc": [ - "default.handlebars->27->1113" + "default.handlebars->27->1114" ] }, { @@ -16287,7 +16288,7 @@ "zh-chs": "拉脫維亞語", "fi": "Latvialainen", "xloc": [ - "default.handlebars->27->1114" + "default.handlebars->27->1115" ] }, { @@ -16330,7 +16331,7 @@ "nl": "Leeg laten voor geen.", "zh-chs": "一无所有。", "xloc": [ - "default.handlebars->27->1795" + "default.handlebars->27->1796" ] }, { @@ -16371,7 +16372,7 @@ "zh-chs": "減", "fi": "Vähemmän", "xloc": [ - "default.handlebars->27->1963" + "default.handlebars->27->1964" ] }, { @@ -16426,7 +16427,7 @@ "fi": "Rajoitettu syöttö", "xloc": [ "default-mobile.handlebars->9->441", - "default.handlebars->27->1437", + "default.handlebars->27->1438", "default.handlebars->27->661", "default.handlebars->27->680" ] @@ -16447,7 +16448,7 @@ "fi": "Vain rajoitettu syöttö", "xloc": [ "default-mobile.handlebars->9->416", - "default.handlebars->27->1394" + "default.handlebars->27->1395" ] }, { @@ -16822,7 +16823,7 @@ "zh-chs": "立陶宛語", "fi": "Liettualainen", "xloc": [ - "default.handlebars->27->1115" + "default.handlebars->27->1116" ] }, { @@ -16841,11 +16842,11 @@ "fi": "Ladataan...", "xloc": [ "default-mobile.handlebars->9->72", - "default.handlebars->27->1260", - "default.handlebars->27->1264", - "default.handlebars->27->1849", + "default.handlebars->27->1261", + "default.handlebars->27->1265", + "default.handlebars->27->1850", "default.handlebars->27->756", - "default.handlebars->27->993" + "default.handlebars->27->994" ] }, { @@ -16917,7 +16918,7 @@ "zh-chs": "本地化設置", "fi": "Lokalisointiasetukset", "xloc": [ - "default.handlebars->27->1209", + "default.handlebars->27->1210", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->7" ] }, @@ -16972,7 +16973,7 @@ "zh-chs": "鎖定賬戶", "fi": "Lukitse Tili", "xloc": [ - "default.handlebars->27->1652" + "default.handlebars->27->1653" ] }, { @@ -16981,8 +16982,8 @@ "es": "Bloquear configuración de la cuenta", "fr": "Verrouiller les paramètres de compte", "xloc": [ - "default.handlebars->27->1406", - "default.handlebars->27->1655" + "default.handlebars->27->1407", + "default.handlebars->27->1656" ] }, { @@ -17000,7 +17001,7 @@ "zh-chs": "鎖定賬戶", "fi": "Lukitse tili", "xloc": [ - "default.handlebars->27->1585" + "default.handlebars->27->1586" ] }, { @@ -17018,7 +17019,7 @@ "zh-chs": "已鎖定", "fi": "Lukittu", "xloc": [ - "default.handlebars->27->1566" + "default.handlebars->27->1567" ] }, { @@ -17036,7 +17037,7 @@ "zh-chs": "賬戶鎖定", "fi": "Lukittu tili", "xloc": [ - "default.handlebars->27->1727" + "default.handlebars->27->1728" ] }, { @@ -17233,7 +17234,7 @@ "zh-chs": "盧森堡語", "fi": "Luxemburgilainen", "xloc": [ - "default.handlebars->27->1116" + "default.handlebars->27->1117" ] }, { @@ -17253,10 +17254,10 @@ "xloc": [ "default-mobile.handlebars->9->341", "default-mobile.handlebars->9->343", - "default.handlebars->27->906", - "default.handlebars->27->908", - "default.handlebars->27->916", - "default.handlebars->27->918" + "default.handlebars->27->907", + "default.handlebars->27->909", + "default.handlebars->27->917", + "default.handlebars->27->919" ] }, { @@ -17294,8 +17295,8 @@ "fi": "MAC: {0}", "xloc": [ "default-mobile.handlebars->9->344", - "default.handlebars->27->909", - "default.handlebars->27->919" + "default.handlebars->27->910", + "default.handlebars->27->920" ] }, { @@ -17314,8 +17315,8 @@ "fi": "MAC: {0}, Yhdyskäytävä: {1}", "xloc": [ "default-mobile.handlebars->9->342", - "default.handlebars->27->907", - "default.handlebars->27->917" + "default.handlebars->27->908", + "default.handlebars->27->918" ] }, { @@ -17376,8 +17377,8 @@ "default.handlebars->27->214", "default.handlebars->27->439", "default.handlebars->27->602", - "default.handlebars->27->971", "default.handlebars->27->972", + "default.handlebars->27->973", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->3" ] }, @@ -17562,7 +17563,7 @@ "zh-chs": "主服務器消息", "fi": "Pääpalvelimen viestit", "xloc": [ - "default.handlebars->27->1935" + "default.handlebars->27->1936" ] }, { @@ -17580,7 +17581,7 @@ "zh-chs": "馬來語", "fi": "Malaiji", "xloc": [ - "default.handlebars->27->1118" + "default.handlebars->27->1119" ] }, { @@ -17598,7 +17599,7 @@ "zh-chs": "馬拉雅拉姆語", "fi": "Malajalam", "xloc": [ - "default.handlebars->27->1119" + "default.handlebars->27->1120" ] }, { @@ -17616,7 +17617,7 @@ "zh-chs": "馬耳他語", "fi": "Maltalainen", "xloc": [ - "default.handlebars->27->1120" + "default.handlebars->27->1121" ] }, { @@ -17655,8 +17656,8 @@ "xloc": [ "default-mobile.handlebars->9->413", "default-mobile.handlebars->9->431", - "default.handlebars->27->1391", - "default.handlebars->27->1426" + "default.handlebars->27->1392", + "default.handlebars->27->1427" ] }, { @@ -17676,8 +17677,8 @@ "xloc": [ "default-mobile.handlebars->9->412", "default-mobile.handlebars->9->430", - "default.handlebars->27->1390", - "default.handlebars->27->1425" + "default.handlebars->27->1391", + "default.handlebars->27->1426" ] }, { @@ -17704,7 +17705,7 @@ "es": "Administrar Grabaciones", "fr": "Gérer les enregistrements", "xloc": [ - "default.handlebars->27->1650" + "default.handlebars->27->1651" ] }, { @@ -17740,7 +17741,7 @@ "zh-chs": "管理用戶組", "fi": "Hallitse käyttäjäryhmiä", "xloc": [ - "default.handlebars->27->1649" + "default.handlebars->27->1650" ] }, { @@ -17758,7 +17759,7 @@ "zh-chs": "管理用戶", "fi": "Hallitse käyttäjiä", "xloc": [ - "default.handlebars->27->1648", + "default.handlebars->27->1649", "default.handlebars->27->674" ] }, @@ -17869,7 +17870,7 @@ "zh-chs": "使用軟件代理進行管理", "fi": "Hallitse ohjelmistoagentilla", "xloc": [ - "default.handlebars->27->1242" + "default.handlebars->27->1243" ] }, { @@ -17888,7 +17889,7 @@ "fi": "Hallinnoidaan ohjelmistoagentin avulla", "xloc": [ "default-mobile.handlebars->9->393", - "default.handlebars->27->1270" + "default.handlebars->27->1271" ] }, { @@ -17906,7 +17907,7 @@ "zh-chs": "經理", "fi": "Johtaja", "xloc": [ - "default.handlebars->27->1571" + "default.handlebars->27->1572" ] }, { @@ -17960,7 +17961,7 @@ "zh-chs": "毛利人", "fi": "Maori", "xloc": [ - "default.handlebars->27->1121" + "default.handlebars->27->1122" ] }, { @@ -17997,7 +17998,7 @@ "zh-chs": "馬拉地語", "fi": "Marathi", "xloc": [ - "default.handlebars->27->1122" + "default.handlebars->27->1123" ] }, { @@ -18015,7 +18016,7 @@ "zh-chs": "達到的會話數上限", "fi": "Istuntojen enimmäismäärä saavutettu", "xloc": [ - "default.handlebars->27->1896" + "default.handlebars->27->1897" ] }, { @@ -18073,7 +18074,7 @@ "zh-chs": "兆字節", "fi": "Megatavua", "xloc": [ - "default.handlebars->27->1925" + "default.handlebars->27->1926" ] }, { @@ -18092,8 +18093,8 @@ "fi": "Muisti", "xloc": [ "default-mobile.handlebars->9->384", - "default.handlebars->27->1916", - "default.handlebars->27->959", + "default.handlebars->27->1917", + "default.handlebars->27->960", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -18123,8 +18124,8 @@ "default.handlebars->27->403", "default.handlebars->27->550", "default.handlebars->27->594", - "default.handlebars->27->897", - "default.handlebars->27->904" + "default.handlebars->27->898", + "default.handlebars->27->905" ] }, { @@ -18143,7 +18144,7 @@ "fi": "Mesh Agentint pääte", "xloc": [ "default-mobile.handlebars->9->420", - "default.handlebars->27->1399" + "default.handlebars->27->1400" ] }, { @@ -18235,7 +18236,7 @@ "zh-chs": "MeshAgent流量", "fi": "MeshAgent liikenne", "xloc": [ - "default.handlebars->27->1937" + "default.handlebars->27->1938" ] }, { @@ -18253,7 +18254,7 @@ "zh-chs": "MeshAgent更新", "fi": "MeshAgent päivitys", "xloc": [ - "default.handlebars->27->1938" + "default.handlebars->27->1939" ] }, { @@ -18289,7 +18290,7 @@ "zh-chs": "網格中心錯誤", "fi": "MeshCentral virheet", "xloc": [ - "default.handlebars->27->1263" + "default.handlebars->27->1264" ] }, { @@ -18360,7 +18361,7 @@ "ru": "Соединения сервера MeshCentral", "zh-chs": "MeshCentral服務器對等", "xloc": [ - "default.handlebars->27->1936" + "default.handlebars->27->1937" ] }, { @@ -18397,7 +18398,7 @@ "xloc": [ "default.handlebars->27->115", "default.handlebars->27->117", - "default.handlebars->27->1259" + "default.handlebars->27->1260" ] }, { @@ -18635,7 +18636,7 @@ "zh-chs": "郵件調度程序", "fi": "Viestin lähettäjä", "xloc": [ - "default.handlebars->27->1934" + "default.handlebars->27->1935" ] }, { @@ -18739,7 +18740,7 @@ "fi": "Malli", "xloc": [ "default-mobile.handlebars->9->385", - "default.handlebars->27->960" + "default.handlebars->27->961" ] }, { @@ -18775,7 +18776,7 @@ "zh-chs": "摩爾達維亞人", "fi": "Moldovalainen", "xloc": [ - "default.handlebars->27->1123" + "default.handlebars->27->1124" ] }, { @@ -18793,7 +18794,7 @@ "zh-chs": "更多", "fi": "Lisää", "xloc": [ - "default.handlebars->27->1962" + "default.handlebars->27->1963" ] }, { @@ -18812,7 +18813,7 @@ "fi": "Emolevy", "xloc": [ "default-mobile.handlebars->9->380", - "default.handlebars->27->955" + "default.handlebars->27->956" ] }, { @@ -18873,7 +18874,7 @@ "nl": "Multiplexor", "es": "Multiplexor", "xloc": [ - "default.handlebars->27->1874" + "default.handlebars->27->1875" ] }, { @@ -18993,7 +18994,7 @@ "ru": "Консоль моего сервера", "zh-chs": "我的服務器控制台", "xloc": [ - "default.handlebars->27->966" + "default.handlebars->27->967" ] }, { @@ -19126,8 +19127,8 @@ "zh-chs": "我的鑰匙", "fi": "Avaimeni", "xloc": [ - "default.handlebars->27->1001", - "default.handlebars->27->998" + "default.handlebars->27->1002", + "default.handlebars->27->999" ] }, { @@ -19152,21 +19153,21 @@ "default-mobile.handlebars->9->407", "default-mobile.handlebars->9->97", "default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->1", - "default.handlebars->27->1240", - "default.handlebars->27->1271", - "default.handlebars->27->1357", - "default.handlebars->27->1553", - "default.handlebars->27->1658", - "default.handlebars->27->1674", - "default.handlebars->27->1681", - "default.handlebars->27->1714", - "default.handlebars->27->1733", + "default.handlebars->27->1241", + "default.handlebars->27->1272", + "default.handlebars->27->1358", + "default.handlebars->27->1554", + "default.handlebars->27->1659", + "default.handlebars->27->1675", + "default.handlebars->27->1682", + "default.handlebars->27->1715", + "default.handlebars->27->1734", "default.handlebars->27->538", "default.handlebars->27->76", "default.handlebars->27->815", - "default.handlebars->27->893", + "default.handlebars->27->894", "default.handlebars->27->90", - "default.handlebars->27->949", + "default.handlebars->27->950", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->3", "default.handlebars->container->column_l->p42->p42tbl->1->0->2" @@ -19205,7 +19206,7 @@ "zh-chs": "名稱1,名稱2,名稱3", "fi": "Nimi1, Nimi2, Nimi3", "xloc": [ - "default.handlebars->27->1640" + "default.handlebars->27->1641" ] }, { @@ -19222,7 +19223,7 @@ "ru": "Навахо", "zh-chs": "納瓦霍人", "xloc": [ - "default.handlebars->27->1124" + "default.handlebars->27->1125" ] }, { @@ -19239,7 +19240,7 @@ "ru": "Ндонга", "zh-chs": "恩東加", "xloc": [ - "default.handlebars->27->1125" + "default.handlebars->27->1126" ] }, { @@ -19256,7 +19257,7 @@ "ru": "Непальский", "zh-chs": "尼泊爾文", "xloc": [ - "default.handlebars->27->1126" + "default.handlebars->27->1127" ] }, { @@ -19308,8 +19309,8 @@ "fi": "Verkko", "xloc": [ "default-mobile.handlebars->9->353", - "default.handlebars->27->914", - "default.handlebars->27->928" + "default.handlebars->27->915", + "default.handlebars->27->929" ] }, { @@ -19365,8 +19366,8 @@ "fi": "Uusi laiteryhmä", "xloc": [ "default-mobile.handlebars->9->91", - "default.handlebars->27->1233", - "default.handlebars->27->1245", + "default.handlebars->27->1234", + "default.handlebars->27->1246", "default.handlebars->27->747" ] }, @@ -19387,8 +19388,8 @@ "xloc": [ "default-mobile.handlebars->9->120", "default-mobile.handlebars->9->299", - "default.handlebars->27->1512", - "default.handlebars->27->856", + "default.handlebars->27->1513", + "default.handlebars->27->857", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" ] @@ -19445,8 +19446,8 @@ "xloc": [ "default-mobile.handlebars->9->86", "default-mobile.handlebars->9->87", - "default.handlebars->27->1228", - "default.handlebars->27->1229" + "default.handlebars->27->1229", + "default.handlebars->27->1230" ] }, { @@ -19535,7 +19536,7 @@ "zh-chs": "沒有桌面", "fi": "Ei työpöytää", "xloc": [ - "default.handlebars->27->1433", + "default.handlebars->27->1434", "default.handlebars->27->662", "default.handlebars->27->681" ] @@ -19555,7 +19556,7 @@ "zh-chs": "沒有桌面訪問", "fi": "Ei työpöytä yhteyttä", "xloc": [ - "default.handlebars->27->1395" + "default.handlebars->27->1396" ] }, { @@ -19573,9 +19574,9 @@ "zh-chs": "找不到活動", "fi": "Ei tapahtumia", "xloc": [ - "default.handlebars->27->1529", - "default.handlebars->27->1848", - "default.handlebars->27->891" + "default.handlebars->27->1530", + "default.handlebars->27->1849", + "default.handlebars->27->892" ] }, { @@ -19594,7 +19595,7 @@ "fi": "Ei tiedostojen käyttöä", "xloc": [ "default-mobile.handlebars->9->418", - "default.handlebars->27->1397" + "default.handlebars->27->1398" ] }, { @@ -19613,7 +19614,7 @@ "fi": "Ei tiedostoja", "xloc": [ "default-mobile.handlebars->9->439", - "default.handlebars->27->1435", + "default.handlebars->27->1436", "default.handlebars->27->659", "default.handlebars->27->678" ] @@ -19652,8 +19653,8 @@ "xloc": [ "default-mobile.handlebars->9->419", "default-mobile.handlebars->9->440", - "default.handlebars->27->1398", - "default.handlebars->27->1436" + "default.handlebars->27->1399", + "default.handlebars->27->1437" ] }, { @@ -19723,7 +19724,7 @@ "zh-chs": "沒有會員", "fi": "Ei jäseniä", "xloc": [ - "default.handlebars->27->1696" + "default.handlebars->27->1697" ] }, { @@ -19741,7 +19742,7 @@ "zh-chs": "沒有新的設備組", "fi": "Ei uusia laiteryhmiä.", "xloc": [ - "default.handlebars->27->1653" + "default.handlebars->27->1654" ] }, { @@ -19759,9 +19760,9 @@ "zh-chs": "沒有政策", "fi": "Ei politiikkaa", "xloc": [ - "default.handlebars->27->1301", - "default.handlebars->27->1329", - "default.handlebars->27->1332" + "default.handlebars->27->1302", + "default.handlebars->27->1330", + "default.handlebars->27->1333" ] }, { @@ -19782,8 +19783,8 @@ "default-mobile.handlebars->9->106", "default-mobile.handlebars->9->402", "default-mobile.handlebars->9->445", - "default.handlebars->27->1254", - "default.handlebars->27->1441", + "default.handlebars->27->1255", + "default.handlebars->27->1442", "default.handlebars->27->671", "default.handlebars->27->690" ] @@ -19824,7 +19825,7 @@ "fi": "Ei päätettä", "xloc": [ "default-mobile.handlebars->9->438", - "default.handlebars->27->1434", + "default.handlebars->27->1435", "default.handlebars->27->658", "default.handlebars->27->677" ] @@ -19844,7 +19845,7 @@ "zh-chs": "沒有終端訪問", "xloc": [ "default-mobile.handlebars->9->417", - "default.handlebars->27->1396" + "default.handlebars->27->1397" ] }, { @@ -19862,7 +19863,7 @@ "zh-chs": "沒有工具(MeshCmd /路由器)", "fi": "Estä työkalut (MeshCmd/Router)", "xloc": [ - "default.handlebars->27->1654" + "default.handlebars->27->1655" ] }, { @@ -19879,8 +19880,8 @@ "ru": "Нет общих групп устройств", "zh-chs": "沒有共同的設備組", "xloc": [ - "default.handlebars->27->1702", - "default.handlebars->27->1820" + "default.handlebars->27->1703", + "default.handlebars->27->1821" ] }, { @@ -19979,8 +19980,8 @@ "ru": "Нет общих устройств", "zh-chs": "沒有共同的設備", "xloc": [ - "default.handlebars->27->1708", - "default.handlebars->27->1832" + "default.handlebars->27->1709", + "default.handlebars->27->1833" ] }, { @@ -19998,7 +19999,7 @@ "zh-chs": "該設備組中沒有設備。", "fi": "Ei laitteita tässä laiteryhmässä", "xloc": [ - "default.handlebars->27->1484" + "default.handlebars->27->1485" ] }, { @@ -20071,7 +20072,7 @@ "zh-chs": "找不到群組。", "fi": "Ryhmiä ei löytynyt.", "xloc": [ - "default.handlebars->27->1657" + "default.handlebars->27->1658" ] }, { @@ -20090,7 +20091,7 @@ "fi": "Tälle laitteelle ei ole tietoja.", "xloc": [ "default-mobile.handlebars->9->390", - "default.handlebars->27->965" + "default.handlebars->27->966" ] }, { @@ -20170,7 +20171,7 @@ "es": "No hay Grabaciones.", "fr": "Pas d'enregistrements.", "xloc": [ - "default.handlebars->27->1850" + "default.handlebars->27->1851" ] }, { @@ -20188,7 +20189,7 @@ "zh-chs": "沒有服務器權限", "fi": "Ei palvelin oikeuksia", "xloc": [ - "default.handlebars->27->1728" + "default.handlebars->27->1729" ] }, { @@ -20206,7 +20207,7 @@ "zh-chs": "沒有用戶組成員身份", "fi": "Ei käyttäjäryhmien jäsenyyksiä", "xloc": [ - "default.handlebars->27->1826" + "default.handlebars->27->1827" ] }, { @@ -20224,7 +20225,7 @@ "zh-chs": "未找到相應的用戶。", "fi": "Käyttäjiä ei löytynyt.", "xloc": [ - "default.handlebars->27->1561" + "default.handlebars->27->1562" ] }, { @@ -20302,23 +20303,23 @@ "default-mobile.handlebars->9->245", "default-mobile.handlebars->9->297", "default-mobile.handlebars->9->396", - "default.handlebars->27->1266", - "default.handlebars->27->1273", - "default.handlebars->27->1280", - "default.handlebars->27->1292", - "default.handlebars->27->1297", - "default.handlebars->27->1299", - "default.handlebars->27->1475", - "default.handlebars->27->1494", - "default.handlebars->27->1499", - "default.handlebars->27->1537", - "default.handlebars->27->1678", - "default.handlebars->27->1680", + "default.handlebars->27->1267", + "default.handlebars->27->1274", + "default.handlebars->27->1281", + "default.handlebars->27->1293", + "default.handlebars->27->1298", + "default.handlebars->27->1300", + "default.handlebars->27->1476", + "default.handlebars->27->1495", + "default.handlebars->27->1500", + "default.handlebars->27->1538", + "default.handlebars->27->1679", + "default.handlebars->27->1681", "default.handlebars->27->174", - "default.handlebars->27->1747", - "default.handlebars->27->1756", - "default.handlebars->27->1760", - "default.handlebars->27->1772", + "default.handlebars->27->1748", + "default.handlebars->27->1757", + "default.handlebars->27->1761", + "default.handlebars->27->1773", "default.handlebars->27->189", "default.handlebars->27->201", "default.handlebars->27->202", @@ -20364,7 +20365,7 @@ "zh-chs": "挪威", "fi": "Norjalainen", "xloc": [ - "default.handlebars->27->1127" + "default.handlebars->27->1128" ] }, { @@ -20382,7 +20383,7 @@ "zh-chs": "挪威文(Bokmal)", "fi": "Norjalainen (Bokmal)", "xloc": [ - "default.handlebars->27->1128" + "default.handlebars->27->1129" ] }, { @@ -20400,7 +20401,7 @@ "zh-chs": "挪威文(尼諾斯克)", "fi": "Norjalainen (Nynorks)", "xloc": [ - "default.handlebars->27->1129" + "default.handlebars->27->1130" ] }, { @@ -20421,7 +20422,7 @@ "default-mobile.handlebars->9->225", "default-mobile.handlebars->9->357", "default.handlebars->27->552", - "default.handlebars->27->932" + "default.handlebars->27->933" ] }, { @@ -20442,7 +20443,7 @@ "default-mobile.handlebars->9->224", "default-mobile.handlebars->9->356", "default.handlebars->27->551", - "default.handlebars->27->931" + "default.handlebars->27->932" ] }, { @@ -20460,8 +20461,8 @@ "zh-chs": "未連接", "fi": "Ei yhteyttä", "xloc": [ - "default.handlebars->27->1471", - "default.handlebars->27->1479" + "default.handlebars->27->1472", + "default.handlebars->27->1480" ] }, { @@ -20480,7 +20481,7 @@ "fi": "Ei tunnettu", "xloc": [ "default-mobile.handlebars->9->367", - "default.handlebars->27->942" + "default.handlebars->27->943" ] }, { @@ -20490,7 +20491,7 @@ "fr": "Pas sur le serveur", "fi": "Ei palvelimella", "xloc": [ - "default.handlebars->27->1866" + "default.handlebars->27->1867" ] }, { @@ -20508,8 +20509,8 @@ "zh-chs": "沒有設置", "fi": "Ei asetettu", "xloc": [ - "default.handlebars->27->1734", - "default.handlebars->27->1735" + "default.handlebars->27->1735", + "default.handlebars->27->1736" ] }, { @@ -20527,7 +20528,7 @@ "zh-chs": "未經審核的", "fi": "Ei vahvistettu", "xloc": [ - "default.handlebars->27->1802" + "default.handlebars->27->1803" ] }, { @@ -20545,8 +20546,8 @@ "zh-chs": "筆記", "fi": "Muistiinpanot", "xloc": [ - "default.handlebars->27->1307", - "default.handlebars->27->1780", + "default.handlebars->27->1308", + "default.handlebars->27->1781", "default.handlebars->27->607", "default.handlebars->27->667", "default.handlebars->27->686", @@ -20586,8 +20587,8 @@ "zh-chs": "通知設置", "fi": "Ilmoitusasetukset", "xloc": [ - "default.handlebars->27->1215", - "default.handlebars->27->1470", + "default.handlebars->27->1216", + "default.handlebars->27->1471", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] }, @@ -20606,7 +20607,7 @@ "zh-chs": "通知設置還必須在帳戶設置中啟用。", "fi": "Ilmoitusasetusten on oltava käytössä myös tiliasetuksissa.", "xloc": [ - "default.handlebars->27->1466" + "default.handlebars->27->1467" ] }, { @@ -20624,7 +20625,7 @@ "zh-chs": "通知聲音。", "fi": "Ilmoitusääni.", "xloc": [ - "default.handlebars->27->1210" + "default.handlebars->27->1211" ] }, { @@ -20642,7 +20643,7 @@ "zh-chs": "通知事項", "fi": "Ilmoitukset", "xloc": [ - "default.handlebars->27->1298" + "default.handlebars->27->1299" ] }, { @@ -20660,7 +20661,7 @@ "zh-chs": "通知", "fi": "Ilmoita", "xloc": [ - "default.handlebars->27->1786", + "default.handlebars->27->1787", "default.handlebars->27->186" ] }, @@ -20688,9 +20689,9 @@ "zh-chs": "通知使用者", "fi": "Ilmoita käyttäjälle", "xloc": [ - "default.handlebars->27->1364", - "default.handlebars->27->1368", - "default.handlebars->27->1371" + "default.handlebars->27->1365", + "default.handlebars->27->1369", + "default.handlebars->27->1372" ] }, { @@ -20708,7 +20709,7 @@ "zh-chs": "通知{0}", "fi": "Ilmoita {0}", "xloc": [ - "default.handlebars->27->1600" + "default.handlebars->27->1601" ] }, { @@ -20728,7 +20729,7 @@ "xloc": [ "default-mobile.handlebars->9->83", "default-mobile.handlebars->dialog->idx_dlgButtonBar", - "default.handlebars->27->1257", + "default.handlebars->27->1258", "default.handlebars->27->578", "default.handlebars->container->dialog->idx_dlgButtonBar", "desktop.handlebars->p11->dialog->idx_dlgButtonBar", @@ -20772,7 +20773,7 @@ "ru": "Окситанский", "zh-chs": "歐舒丹", "xloc": [ - "default.handlebars->27->1130" + "default.handlebars->27->1131" ] }, { @@ -20790,7 +20791,7 @@ "zh-chs": "發生在{0}", "fi": "Tapahtui {0}", "xloc": [ - "default.handlebars->27->1880" + "default.handlebars->27->1881" ] }, { @@ -20808,7 +20809,7 @@ "zh-chs": "離線用戶", "fi": "Offline-tilassa olevat käyttäjät", "xloc": [ - "default.handlebars->27->1558" + "default.handlebars->27->1559" ] }, { @@ -20827,7 +20828,7 @@ "fi": "Vanha salasana:", "xloc": [ "default-mobile.handlebars->9->85", - "default.handlebars->27->1227" + "default.handlebars->27->1228" ] }, { @@ -20837,7 +20838,7 @@ "fr": "Un jour", "fi": "Yksi päivä", "xloc": [ - "default.handlebars->27->1534" + "default.handlebars->27->1535" ] }, { @@ -20885,7 +20886,7 @@ "zh-chs": "在線用戶", "fi": "Online-tilassa olevat käyttäjät", "xloc": [ - "default.handlebars->27->1557" + "default.handlebars->27->1558" ] }, { @@ -20905,7 +20906,7 @@ "xloc": [ "default-mobile.handlebars->9->307", "default.handlebars->27->506", - "default.handlebars->27->864" + "default.handlebars->27->865" ] }, { @@ -21041,7 +21042,7 @@ "default.handlebars->27->365", "default.handlebars->27->575", "default.handlebars->27->770", - "default.handlebars->27->896" + "default.handlebars->27->897" ] }, { @@ -21060,8 +21061,8 @@ "fi": "Operaatio", "xloc": [ "default-mobile.handlebars->9->264", - "default.handlebars->27->1584", - "default.handlebars->27->1665", + "default.handlebars->27->1585", + "default.handlebars->27->1666", "default.handlebars->27->446", "default.handlebars->27->466", "default.handlebars->27->721" @@ -21099,7 +21100,7 @@ "ru": "Ория", "zh-chs": "奧里亞", "xloc": [ - "default.handlebars->27->1131" + "default.handlebars->27->1132" ] }, { @@ -21116,7 +21117,7 @@ "ru": "Оромо", "zh-chs": "奧羅莫", "xloc": [ - "default.handlebars->27->1132" + "default.handlebars->27->1133" ] }, { @@ -21227,7 +21228,7 @@ "fi": "Osa numero", "xloc": [ "default-mobile.handlebars->9->383", - "default.handlebars->27->958" + "default.handlebars->27->959" ] }, { @@ -21245,7 +21246,7 @@ "zh-chs": "部分的", "fi": "Osittainen", "xloc": [ - "default.handlebars->27->1572" + "default.handlebars->27->1573" ] }, { @@ -21295,7 +21296,7 @@ "xloc": [ "default-mobile.handlebars->9->104", "default-mobile.handlebars->9->400", - "default.handlebars->27->1252" + "default.handlebars->27->1253" ] }, { @@ -21313,7 +21314,7 @@ "zh-chs": "部分權利", "fi": "Osittaiset oikeudet", "xloc": [ - "default.handlebars->27->1731" + "default.handlebars->27->1732" ] }, { @@ -21350,12 +21351,12 @@ "fi": "Salasana", "xloc": [ "default-mobile.handlebars->9->269", - "default.handlebars->27->1628", "default.handlebars->27->1629", - "default.handlebars->27->1752", - "default.handlebars->27->1754", - "default.handlebars->27->1805", + "default.handlebars->27->1630", + "default.handlebars->27->1753", + "default.handlebars->27->1755", "default.handlebars->27->1806", + "default.handlebars->27->1807", "default.handlebars->27->285", "default.handlebars->27->316", "default.handlebars->27->731", @@ -21472,7 +21473,7 @@ "zh-chs": "密碼提示", "fi": "Salasana vihje", "xloc": [ - "default.handlebars->27->1807" + "default.handlebars->27->1808" ] }, { @@ -21491,7 +21492,7 @@ "fi": "Salasana vihje", "xloc": [ "default-mobile.handlebars->9->88", - "default.handlebars->27->1230" + "default.handlebars->27->1231" ] }, { @@ -21509,7 +21510,7 @@ "zh-chs": "密碼不符合", "fi": "Salasanat eivät täsmää", "xloc": [ - "default.handlebars->27->1338" + "default.handlebars->27->1339" ] }, { @@ -21546,8 +21547,8 @@ "zh-chs": "密碼*", "fi": "Salasana*", "xloc": [ - "default.handlebars->27->1336", - "default.handlebars->27->1337" + "default.handlebars->27->1337", + "default.handlebars->27->1338" ] }, { @@ -21568,8 +21569,8 @@ "account-invite.html->2->5", "default-mobile.handlebars->9->80", "default-mobile.handlebars->9->81", - "default.handlebars->27->1222", "default.handlebars->27->1223", + "default.handlebars->27->1224", "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", @@ -21601,9 +21602,9 @@ "default-mobile.handlebars->9->312", "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", - "default.handlebars->27->1521", + "default.handlebars->27->1522", "default.handlebars->27->845", - "default.handlebars->27->870", + "default.handlebars->27->871", "default.handlebars->container->column_l->p12->termTable->1->1->6->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3" @@ -21660,7 +21661,7 @@ "zh-chs": "執行代理動作", "fi": "Suorita agenttitoiminto", "xloc": [ - "default.handlebars->27->974" + "default.handlebars->27->975" ] }, { @@ -21694,7 +21695,7 @@ "ru": "Выполнить активацию Intel AMT в режиме управления администратора (ACM).", "zh-chs": "執行英特爾AMT管理員控制模式(ACM)激活。", "xloc": [ - "default.handlebars->27->1317", + "default.handlebars->27->1318", "default.handlebars->27->273" ] }, @@ -21729,7 +21730,7 @@ "ru": "Выполнить активацию Intel AMT в режиме управления клиента (CCM).", "zh-chs": "執行英特爾AMT客戶端控制模式(CCM)激活。", "xloc": [ - "default.handlebars->27->1315", + "default.handlebars->27->1316", "default.handlebars->27->271" ] }, @@ -21779,8 +21780,8 @@ "fi": "Käyttöoikeudet", "xloc": [ "default-mobile.handlebars->9->448", - "default.handlebars->27->1444", - "default.handlebars->27->1556" + "default.handlebars->27->1445", + "default.handlebars->27->1557" ] }, { @@ -21797,7 +21798,7 @@ "ru": "Персидский/Иран", "zh-chs": "波斯/伊朗", "xloc": [ - "default.handlebars->27->1133" + "default.handlebars->27->1134" ] }, { @@ -21815,9 +21816,9 @@ "default-mobile.handlebars->9->65", "default-mobile.handlebars->9->67", "default.handlebars->27->159", - "default.handlebars->27->1797", - "default.handlebars->27->985", - "default.handlebars->27->988" + "default.handlebars->27->1798", + "default.handlebars->27->986", + "default.handlebars->27->989" ] }, { @@ -21831,7 +21832,7 @@ "zh-chs": "电话号码", "fi": "Puhelinnumero", "xloc": [ - "default.handlebars->27->1746" + "default.handlebars->27->1747" ] }, { @@ -21846,8 +21847,8 @@ "fi": "Puhelinnumero:", "xloc": [ "default-mobile.handlebars->9->66", - "default.handlebars->27->1796", - "default.handlebars->27->987" + "default.handlebars->27->1797", + "default.handlebars->27->988" ] }, { @@ -21967,7 +21968,7 @@ "zh-chs": "請等待幾分鐘以接收驗證。", "xloc": [ "default-mobile.handlebars->9->76", - "default.handlebars->27->1217" + "default.handlebars->27->1218" ] }, { @@ -21985,8 +21986,8 @@ "zh-chs": "插件動作", "fi": "Laajennuksen toiminto", "xloc": [ - "default.handlebars->27->1959", - "default.handlebars->27->196" + "default.handlebars->27->196", + "default.handlebars->27->1960" ] }, { @@ -22113,7 +22114,7 @@ "fi": "Politiikka", "xloc": [ "default-mobile.handlebars->9->103", - "default.handlebars->27->1251" + "default.handlebars->27->1252" ] }, { @@ -22131,7 +22132,7 @@ "zh-chs": "拋光", "fi": "Puolalainen", "xloc": [ - "default.handlebars->27->1134" + "default.handlebars->27->1135" ] }, { @@ -22149,7 +22150,7 @@ "zh-chs": "葡萄牙語", "fi": "Portugalilainen", "xloc": [ - "default.handlebars->27->1135" + "default.handlebars->27->1136" ] }, { @@ -22167,7 +22168,7 @@ "zh-chs": "葡萄牙語(巴西)", "fi": "Portugalilainen (Brasilia)", "xloc": [ - "default.handlebars->27->1136" + "default.handlebars->27->1137" ] }, { @@ -22232,7 +22233,7 @@ "zh-chs": "電力國", "fi": "Virta tilat", "xloc": [ - "default.handlebars->27->1477", + "default.handlebars->27->1478", "default.handlebars->container->column_l->p21->3->1->meshPowerChartDiv->1" ] }, @@ -22324,7 +22325,7 @@ "fr": "Présent sur le serveur", "fi": "Läsnä palvelimella", "xloc": [ - "default.handlebars->27->1865" + "default.handlebars->27->1866" ] }, { @@ -22455,9 +22456,9 @@ "zh-chs": "提示用戶同意", "fi": "Pyydä käyttäjän suostumusta", "xloc": [ - "default.handlebars->27->1365", - "default.handlebars->27->1369", - "default.handlebars->27->1372" + "default.handlebars->27->1366", + "default.handlebars->27->1370", + "default.handlebars->27->1373" ] }, { @@ -22475,7 +22476,7 @@ "zh-chs": "協議", "fi": "Protokolla", "xloc": [ - "default.handlebars->27->1863", + "default.handlebars->27->1864", "player.handlebars->3->16" ] }, @@ -22510,7 +22511,7 @@ "fi": "Valmistelutila", "xloc": [ "default-mobile.handlebars->9->361", - "default.handlebars->27->936" + "default.handlebars->27->937" ] }, { @@ -22529,7 +22530,7 @@ "fi": "Julkinen linkki", "xloc": [ "default-mobile.handlebars->9->115", - "default.handlebars->27->1506" + "default.handlebars->27->1507" ] }, { @@ -22546,7 +22547,7 @@ "ru": "Пенджаби", "zh-chs": "旁遮普語", "xloc": [ - "default.handlebars->27->1137" + "default.handlebars->27->1138" ] }, { @@ -22563,7 +22564,7 @@ "ru": "Пенджаби (Индия)", "zh-chs": "旁遮普(印度)", "xloc": [ - "default.handlebars->27->1138" + "default.handlebars->27->1139" ] }, { @@ -22580,7 +22581,7 @@ "ru": "Пенджаби (Пакистан)", "zh-chs": "旁遮普(巴基斯坦)", "xloc": [ - "default.handlebars->27->1139" + "default.handlebars->27->1140" ] }, { @@ -22635,7 +22636,7 @@ "ru": "Кечуа", "zh-chs": "蓋丘亞族", "xloc": [ - "default.handlebars->27->1140" + "default.handlebars->27->1141" ] }, { @@ -22801,7 +22802,7 @@ "ru": "RSS", "zh-chs": "的RSS", "xloc": [ - "default.handlebars->27->1929" + "default.handlebars->27->1930" ] }, { @@ -22818,7 +22819,7 @@ "ru": "Случайный пароль.", "zh-chs": "隨機化密碼。", "xloc": [ - "default.handlebars->27->1630" + "default.handlebars->27->1631" ] }, { @@ -22853,7 +22854,7 @@ "zh-chs": "重新激活英特爾®AMT", "fi": "Uudelleen aktivoi Intel® AMT", "xloc": [ - "default.handlebars->27->1340" + "default.handlebars->27->1341" ] }, { @@ -22863,9 +22864,9 @@ "es": "Nombre Real", "fr": "Nom complet", "xloc": [ - "default.handlebars->27->1743", - "default.handlebars->27->1745", - "default.handlebars->27->1798" + "default.handlebars->27->1744", + "default.handlebars->27->1746", + "default.handlebars->27->1799" ] }, { @@ -22883,7 +22884,7 @@ "zh-chs": "境界", "fi": "Alueet", "xloc": [ - "default.handlebars->27->1639" + "default.handlebars->27->1640" ] }, { @@ -22916,7 +22917,7 @@ "es": "Detalles de la Grabación", "fr": "Détails d'enregistrements", "xloc": [ - "default.handlebars->27->1877" + "default.handlebars->27->1878" ] }, { @@ -22944,8 +22945,8 @@ "xloc": [ "default-mobile.handlebars->9->121", "default-mobile.handlebars->9->300", - "default.handlebars->27->1513", - "default.handlebars->27->857" + "default.handlebars->27->1514", + "default.handlebars->27->858" ] }, { @@ -23044,7 +23045,7 @@ "ru": "Число ретрансляций", "zh-chs": "中繼計數", "xloc": [ - "default.handlebars->27->1908" + "default.handlebars->27->1909" ] }, { @@ -23061,7 +23062,7 @@ "ru": "Ошибки ретранслятора", "zh-chs": "中繼錯誤", "xloc": [ - "default.handlebars->27->1901" + "default.handlebars->27->1902" ] }, { @@ -23078,8 +23079,8 @@ "ru": "Сессии ретранслятора", "zh-chs": "接力會議", "xloc": [ - "default.handlebars->27->1907", - "default.handlebars->27->1923" + "default.handlebars->27->1908", + "default.handlebars->27->1924" ] }, { @@ -23215,8 +23216,8 @@ "xloc": [ "default-mobile.handlebars->9->414", "default-mobile.handlebars->9->432", - "default.handlebars->27->1392", - "default.handlebars->27->1427" + "default.handlebars->27->1393", + "default.handlebars->27->1428" ] }, { @@ -23328,8 +23329,8 @@ "xloc": [ "default-mobile.handlebars->9->415", "default-mobile.handlebars->9->437", - "default.handlebars->27->1393", - "default.handlebars->27->1432" + "default.handlebars->27->1394", + "default.handlebars->27->1433" ] }, { @@ -23428,8 +23429,8 @@ "zh-chs": "删除设备组权限", "fi": "Poista laiteryhmän oikeudet", "xloc": [ - "default.handlebars->27->1712", - "default.handlebars->27->1846" + "default.handlebars->27->1713", + "default.handlebars->27->1847" ] }, { @@ -23443,8 +23444,8 @@ "nl": "Apparaatmachtigingen verwijderen", "zh-chs": "删除设备权限", "xloc": [ - "default.handlebars->27->1710", - "default.handlebars->27->1833" + "default.handlebars->27->1711", + "default.handlebars->27->1834" ] }, { @@ -23474,7 +23475,7 @@ "zh-chs": "删除用户组成员身份", "fi": "Poista käyttäjä ryhmästä", "xloc": [ - "default.handlebars->27->1842" + "default.handlebars->27->1843" ] }, { @@ -23488,8 +23489,8 @@ "nl": "Gebruikersgroepmachtigingen verwijderen", "zh-chs": "删除用户组权限", "xloc": [ - "default.handlebars->27->1449", - "default.handlebars->27->1838" + "default.handlebars->27->1450", + "default.handlebars->27->1839" ] }, { @@ -23503,7 +23504,7 @@ "nl": "Gebruikerslidmaatschap verwijderen", "zh-chs": "删除用户成员资格", "xloc": [ - "default.handlebars->27->1720" + "default.handlebars->27->1721" ] }, { @@ -23517,8 +23518,8 @@ "nl": "Gebruikersmachtigingen verwijderen", "zh-chs": "删除用户权限", "xloc": [ - "default.handlebars->27->1447", - "default.handlebars->27->1835" + "default.handlebars->27->1448", + "default.handlebars->27->1836" ] }, { @@ -23535,7 +23536,7 @@ "ru": "Удалить все двухфакторные аутентификации.", "zh-chs": "刪除所有第二因素驗證。", "xloc": [ - "default.handlebars->27->1810" + "default.handlebars->27->1811" ] }, { @@ -23552,7 +23553,7 @@ "ru": "Удалить все прошлые события для этого userid.", "zh-chs": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->27->1631" + "default.handlebars->27->1632" ] }, { @@ -23570,7 +23571,7 @@ "zh-chs": "斷開連接後移除設備", "fi": "Poista laite kun yhteys kaitkaistaan", "xloc": [ - "default.handlebars->27->1373" + "default.handlebars->27->1374" ] }, { @@ -23602,7 +23603,7 @@ "fi": "Poista puhelinnumero", "xloc": [ "default-mobile.handlebars->9->64", - "default.handlebars->27->984" + "default.handlebars->27->985" ] }, { @@ -23646,7 +23647,7 @@ "zh-chs": "删除该用户", "fi": "Poista tämä käyttäjä", "xloc": [ - "default.handlebars->27->1788" + "default.handlebars->27->1789" ] }, { @@ -23664,7 +23665,7 @@ "zh-chs": "刪除用戶組成員身份", "fi": "Poista käyttäjä ryhmästä", "xloc": [ - "default.handlebars->27->1824" + "default.handlebars->27->1825" ] }, { @@ -23678,7 +23679,7 @@ "nl": "Gebruikersrechten voor dit apparaat verwijderen", "zh-chs": "删除此设备的用户组权限", "xloc": [ - "default.handlebars->27->1706" + "default.handlebars->27->1707" ] }, { @@ -23695,7 +23696,7 @@ "ru": "Удалить права группы пользователей для этой группы устройств", "zh-chs": "刪除該設備組的用戶組權限", "xloc": [ - "default.handlebars->27->1700", + "default.handlebars->27->1701", "default.handlebars->27->651" ] }, @@ -23714,10 +23715,10 @@ "zh-chs": "刪除此設備組的用戶權限", "fi": "Posta käyttäjältä oikeudet tähän laiteryhmään", "xloc": [ - "default.handlebars->27->1324", - "default.handlebars->27->1694", - "default.handlebars->27->1818", - "default.handlebars->27->1830", + "default.handlebars->27->1325", + "default.handlebars->27->1695", + "default.handlebars->27->1819", + "default.handlebars->27->1831", "default.handlebars->27->652" ] }, @@ -23740,9 +23741,9 @@ "default-mobile.handlebars->9->304", "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->27->1517", + "default.handlebars->27->1518", "default.handlebars->27->504", - "default.handlebars->27->861", + "default.handlebars->27->862", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "default.handlebars->filesContextMenu->1" @@ -23754,7 +23755,7 @@ "es": "Reporte del día", "fr": "Rapport jour", "xloc": [ - "default.handlebars->27->1535" + "default.handlebars->27->1536" ] }, { @@ -23763,7 +23764,7 @@ "es": "Tipo de Reporte", "fr": "Type de rapport", "xloc": [ - "default.handlebars->27->1530" + "default.handlebars->27->1531" ] }, { @@ -23781,7 +23782,7 @@ "zh-chs": "要求:", "fi": "Vaatimukset: ", "xloc": [ - "default.handlebars->27->1231" + "default.handlebars->27->1232" ] }, { @@ -23800,8 +23801,8 @@ "fi": "Vaatimukset: {0}.", "xloc": [ "default-mobile.handlebars->9->89", - "default.handlebars->27->1636", - "default.handlebars->27->1808" + "default.handlebars->27->1637", + "default.handlebars->27->1809" ] }, { @@ -24003,7 +24004,7 @@ "zh-chs": "還原伺服器", "fi": "Palauta palvelin", "xloc": [ - "default.handlebars->27->1258" + "default.handlebars->27->1259" ] }, { @@ -24039,7 +24040,7 @@ "zh-chs": "使用備份還原服務器,這將刪除現有服務器數據。僅當您知道自己在做什麼時才這樣做。", "fi": "Palauta palvelin varmuuskopiosta, tämä poistaa nykyiset palvelintiedot. Tee tämä vain, jos tiedät mitä teet.", "xloc": [ - "default.handlebars->27->1255" + "default.handlebars->27->1256" ] }, { @@ -24057,7 +24058,7 @@ "zh-chs": "限制條件", "fi": "Rajoitukset", "xloc": [ - "default.handlebars->27->1732" + "default.handlebars->27->1733" ] }, { @@ -24074,7 +24075,7 @@ "ru": "Ретороманский", "zh-chs": "修羅羅馬式", "xloc": [ - "default.handlebars->27->1141" + "default.handlebars->27->1142" ] }, { @@ -24091,7 +24092,7 @@ "ru": "Румынский", "zh-chs": "羅馬尼亞語", "xloc": [ - "default.handlebars->27->1142" + "default.handlebars->27->1143" ] }, { @@ -24108,7 +24109,7 @@ "ru": "Румынский (Молдавия)", "zh-chs": "羅馬尼亞文(摩爾達維亞)", "xloc": [ - "default.handlebars->27->1143" + "default.handlebars->27->1144" ] }, { @@ -24127,8 +24128,8 @@ "xloc": [ "default-mobile.handlebars->9->107", "default-mobile.handlebars->9->294", - "default.handlebars->27->1485", - "default.handlebars->27->851" + "default.handlebars->27->1486", + "default.handlebars->27->852" ] }, { @@ -24306,7 +24307,7 @@ "zh-chs": "俄語", "fi": "Venäläinen", "xloc": [ - "default.handlebars->27->1144" + "default.handlebars->27->1145" ] }, { @@ -24324,7 +24325,7 @@ "zh-chs": "俄文(摩爾達維亞)", "fi": "Venäläinen (Moldavia)", "xloc": [ - "default.handlebars->27->1145" + "default.handlebars->27->1146" ] }, { @@ -24338,8 +24339,8 @@ "zh-chs": "短信", "fi": "Tekstiviesti", "xloc": [ - "default.handlebars->27->1777", - "default.handlebars->27->1782", + "default.handlebars->27->1778", + "default.handlebars->27->1783", "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->tokenpanel->1->7->1->4->1->3" ] @@ -24354,7 +24355,7 @@ "nl": "SMS geschikt telefoonnummer voor deze gebruiker.", "zh-chs": "此用户的短信功能电话号码。", "xloc": [ - "default.handlebars->27->1794" + "default.handlebars->27->1795" ] }, { @@ -24404,7 +24405,7 @@ "ru": "Саамский", "zh-chs": "薩米(拉普蘭)", "xloc": [ - "default.handlebars->27->1146" + "default.handlebars->27->1147" ] }, { @@ -24451,7 +24452,7 @@ "ru": "Санго", "zh-chs": "三鄉", "xloc": [ - "default.handlebars->27->1147" + "default.handlebars->27->1148" ] }, { @@ -24468,7 +24469,7 @@ "ru": "Санскритский", "zh-chs": "梵文", "xloc": [ - "default.handlebars->27->1148" + "default.handlebars->27->1149" ] }, { @@ -24485,7 +24486,7 @@ "ru": "Сардинский", "zh-chs": "撒丁島", "xloc": [ - "default.handlebars->27->1149" + "default.handlebars->27->1150" ] }, { @@ -24777,7 +24778,7 @@ "zh-chs": "使用TLS保護", "xloc": [ "default-mobile.handlebars->9->364", - "default.handlebars->27->939" + "default.handlebars->27->940" ] }, { @@ -24797,10 +24798,10 @@ "xloc": [ "default-mobile.handlebars->9->270", "default-mobile.handlebars->9->363", - "default.handlebars->27->1778", + "default.handlebars->27->1779", "default.handlebars->27->286", "default.handlebars->27->732", - "default.handlebars->27->938" + "default.handlebars->27->939" ] }, { @@ -24818,7 +24819,7 @@ "zh-chs": "安全密鑰", "fi": "Suojausavain", "xloc": [ - "default.handlebars->27->1775" + "default.handlebars->27->1776" ] }, { @@ -24854,12 +24855,12 @@ "zh-chs": "全選", "fi": "Valitse kaikki", "xloc": [ - "default.handlebars->27->1509", - "default.handlebars->27->1580", - "default.handlebars->27->1663", + "default.handlebars->27->1510", + "default.handlebars->27->1581", + "default.handlebars->27->1664", "default.handlebars->27->442", - "default.handlebars->27->853", - "default.handlebars->27->855", + "default.handlebars->27->854", + "default.handlebars->27->856", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -24883,11 +24884,11 @@ "zh-chs": "選擇無", "fi": "Poista valinta", "xloc": [ - "default.handlebars->27->1508", - "default.handlebars->27->1579", - "default.handlebars->27->1662", + "default.handlebars->27->1509", + "default.handlebars->27->1580", + "default.handlebars->27->1663", "default.handlebars->27->441", - "default.handlebars->27->854", + "default.handlebars->27->855", "default.handlebars->meshContextMenu->cxselectnone" ] }, @@ -24972,8 +24973,8 @@ "nl": "Selecteer een bewerking die u op alle geselecteerde gebruikers wilt uitvoeren.", "zh-chs": "选择要对所有选定用户执行的操作。", "xloc": [ - "default.handlebars->27->1583", - "default.handlebars->27->1664" + "default.handlebars->27->1584", + "default.handlebars->27->1665" ] }, { @@ -25028,7 +25029,7 @@ "zh-chs": "僅自我事件", "xloc": [ "default-mobile.handlebars->9->442", - "default.handlebars->27->1438" + "default.handlebars->27->1439" ] }, { @@ -25059,7 +25060,7 @@ "fr": "Envoyer l'Email", "fi": "Lähetä Sähköposti", "xloc": [ - "default.handlebars->27->1594" + "default.handlebars->27->1595" ] }, { @@ -25110,7 +25111,7 @@ "zh-chs": "发送短信", "fi": "Lähetä tekstiviesti", "xloc": [ - "default.handlebars->27->1592" + "default.handlebars->27->1593" ] }, { @@ -25124,7 +25125,7 @@ "zh-chs": "发送短信给该用户", "fi": "Lähetä tekstiviesti tälle käyttäjälle", "xloc": [ - "default.handlebars->27->1783" + "default.handlebars->27->1784" ] }, { @@ -25134,7 +25135,7 @@ "es": "Enviar un mensaje de correo a este usuario", "fi": "Lähetä sähköposti tälle käyttäjälle", "xloc": [ - "default.handlebars->27->1785" + "default.handlebars->27->1786" ] }, { @@ -25152,7 +25153,7 @@ "zh-chs": "向該組中的所有用戶發送通知。", "fi": "Lähetä ilmoitus kaikille tämän ryhmän jäsenille.", "xloc": [ - "default.handlebars->27->1691" + "default.handlebars->27->1692" ] }, { @@ -25169,7 +25170,7 @@ "ru": "Отправить текстовое уведомление этому пользователю.", "zh-chs": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->27->1595" + "default.handlebars->27->1596" ] }, { @@ -25186,7 +25187,7 @@ "zh-chs": "发送电子邮件给用户", "fi": "Lähetä käyttäjälle sähköposti", "xloc": [ - "default.handlebars->27->1575" + "default.handlebars->27->1576" ] }, { @@ -25222,7 +25223,7 @@ "zh-chs": "發送邀請電子郵件。", "fi": "Lähetä kutsusähköposti.", "xloc": [ - "default.handlebars->27->1635" + "default.handlebars->27->1636" ] }, { @@ -25288,7 +25289,7 @@ "ru": "Отправить уведомление пользователю", "zh-chs": "發送用戶通知", "xloc": [ - "default.handlebars->27->1787" + "default.handlebars->27->1788" ] }, { @@ -25305,7 +25306,7 @@ "ru": "Сербский", "zh-chs": "塞爾維亞", "xloc": [ - "default.handlebars->27->1152" + "default.handlebars->27->1153" ] }, { @@ -25323,7 +25324,7 @@ "zh-chs": "序列號", "xloc": [ "default-mobile.handlebars->9->375", - "default.handlebars->27->950" + "default.handlebars->27->951" ] }, { @@ -25341,7 +25342,7 @@ "zh-chs": "服務器備份", "fi": "Palvelimen varmuuskopiointi", "xloc": [ - "default.handlebars->27->1645" + "default.handlebars->27->1646" ] }, { @@ -25359,7 +25360,7 @@ "zh-chs": "服務器證書", "fi": "Palvelimen sertifikaatti", "xloc": [ - "default.handlebars->27->1939" + "default.handlebars->27->1940" ] }, { @@ -25377,7 +25378,7 @@ "zh-chs": "服務器數據庫", "fi": "Palvelimen tietokanta", "xloc": [ - "default.handlebars->27->1940" + "default.handlebars->27->1941" ] }, { @@ -25397,9 +25398,9 @@ "xloc": [ "default-mobile.handlebars->9->421", "default-mobile.handlebars->9->434", - "default.handlebars->27->1400", - "default.handlebars->27->1429", - "default.handlebars->27->1642", + "default.handlebars->27->1401", + "default.handlebars->27->1430", + "default.handlebars->27->1643", "default.handlebars->27->665", "default.handlebars->27->684" ] @@ -25419,8 +25420,8 @@ "zh-chs": "服務器權限", "fi": "Palvelimen oikeudet", "xloc": [ - "default.handlebars->27->1567", - "default.handlebars->27->1656" + "default.handlebars->27->1568", + "default.handlebars->27->1657" ] }, { @@ -25438,7 +25439,7 @@ "zh-chs": "服務器配額", "fi": "Palvelimen kiintiö", "xloc": [ - "default.handlebars->27->1749" + "default.handlebars->27->1750" ] }, { @@ -25456,7 +25457,7 @@ "zh-chs": "服務器還原", "fi": "Palvelimen Palautus", "xloc": [ - "default.handlebars->27->1646" + "default.handlebars->27->1647" ] }, { @@ -25474,7 +25475,7 @@ "zh-chs": "服務器權限", "fi": "Palvelimen Oikeudet", "xloc": [ - "default.handlebars->27->1748" + "default.handlebars->27->1749" ] }, { @@ -25492,7 +25493,7 @@ "zh-chs": "服務器狀態", "fi": "Palvelimen Tila", "xloc": [ - "default.handlebars->27->1887" + "default.handlebars->27->1888" ] }, { @@ -25527,7 +25528,7 @@ "ru": "Трассировка сервера", "zh-chs": "服務器跟踪", "xloc": [ - "default.handlebars->27->1950" + "default.handlebars->27->1951" ] }, { @@ -25545,7 +25546,7 @@ "zh-chs": "服務器更新", "fi": "Palvelimen päivitykset", "xloc": [ - "default.handlebars->27->1647" + "default.handlebars->27->1648" ] }, { @@ -25673,7 +25674,7 @@ "ru": "ServerStats.csv", "zh-chs": "ServerStats.csv", "xloc": [ - "default.handlebars->27->1931" + "default.handlebars->27->1932" ] }, { @@ -25719,7 +25720,7 @@ "fr": "Session", "fi": "Istunto", "xloc": [ - "default.handlebars->27->1851" + "default.handlebars->27->1852" ] }, { @@ -26080,7 +26081,7 @@ "zh-chs": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->9->424", - "default.handlebars->27->1403" + "default.handlebars->27->1404" ] }, { @@ -26098,7 +26099,7 @@ "zh-chs": "顯示連接工具欄", "fi": "Näytä yhteystyökalurivi", "xloc": [ - "default.handlebars->27->1366" + "default.handlebars->27->1367" ] }, { @@ -26159,8 +26160,8 @@ "es": "Mostrar por 1 minuto", "fr": "Montrer pour 1 minute", "xloc": [ - "default.handlebars->27->1598", - "default.handlebars->27->1621" + "default.handlebars->27->1599", + "default.handlebars->27->1622" ] }, { @@ -26169,8 +26170,8 @@ "es": "Mostrar por 10 Segundos", "fr": "Montrer pour 10 secondes", "xloc": [ - "default.handlebars->27->1597", - "default.handlebars->27->1620" + "default.handlebars->27->1598", + "default.handlebars->27->1621" ] }, { @@ -26179,8 +26180,8 @@ "es": "Mostrar por 5 minutos", "fr": "Montrer pour 5 minutes", "xloc": [ - "default.handlebars->27->1599", - "default.handlebars->27->1622" + "default.handlebars->27->1600", + "default.handlebars->27->1623" ] }, { @@ -26189,8 +26190,8 @@ "es": "Mostrar mensaje hasta que el usuario lo descarte", "fr": "Montrer le message jusqu'à validation par l'utilisateur", "xloc": [ - "default.handlebars->27->1596", - "default.handlebars->27->1619" + "default.handlebars->27->1597", + "default.handlebars->27->1620" ] }, { @@ -26303,8 +26304,8 @@ "zh-chs": "簡單管理員控制模式(ACM)", "fi": "Yksinkertainen järjestelmänvalvojan hallintatila (ACM)", "xloc": [ - "default.handlebars->27->1304", - "default.handlebars->27->1327" + "default.handlebars->27->1305", + "default.handlebars->27->1328" ] }, { @@ -26322,9 +26323,9 @@ "zh-chs": "簡單客戶端控制模式(CCM)", "fi": "Yksinkertainen asiakkaan hallintatila (ACM)", "xloc": [ - "default.handlebars->27->1302", - "default.handlebars->27->1330", - "default.handlebars->27->1334" + "default.handlebars->27->1303", + "default.handlebars->27->1331", + "default.handlebars->27->1335" ] }, { @@ -26341,7 +26342,7 @@ "ru": "Синдхи", "zh-chs": "信地", "xloc": [ - "default.handlebars->27->1150" + "default.handlebars->27->1151" ] }, { @@ -26358,7 +26359,7 @@ "ru": "Сингальский", "zh-chs": "僧伽羅語", "xloc": [ - "default.handlebars->27->1151" + "default.handlebars->27->1152" ] }, { @@ -26387,8 +26388,8 @@ "zh-chs": "尺寸", "fi": "Koko", "xloc": [ - "default.handlebars->27->1854", - "default.handlebars->27->1869", + "default.handlebars->27->1855", + "default.handlebars->27->1870", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -26407,7 +26408,7 @@ "zh-chs": "尺寸:100%", "fi": "Koko: 100%", "xloc": [ - "default.handlebars->27->882" + "default.handlebars->27->883" ] }, { @@ -26425,7 +26426,7 @@ "zh-chs": "尺寸:125%", "fi": "Koko: 125%", "xloc": [ - "default.handlebars->27->883" + "default.handlebars->27->884" ] }, { @@ -26443,7 +26444,7 @@ "zh-chs": "尺寸:150%", "fi": "Koko: 150%", "xloc": [ - "default.handlebars->27->884" + "default.handlebars->27->885" ] }, { @@ -26461,7 +26462,7 @@ "zh-chs": "尺寸:200%", "fi": "Koko: 200%", "xloc": [ - "default.handlebars->27->885" + "default.handlebars->27->886" ] }, { @@ -26539,7 +26540,7 @@ "ru": "Словацкий", "zh-chs": "斯洛伐克文", "xloc": [ - "default.handlebars->27->1153" + "default.handlebars->27->1154" ] }, { @@ -26556,7 +26557,7 @@ "ru": "Словенский", "zh-chs": "斯洛文尼亞文", "xloc": [ - "default.handlebars->27->1154" + "default.handlebars->27->1155" ] }, { @@ -26629,7 +26630,7 @@ "ru": "Програмное отключение агента", "zh-chs": "軟斷開劑", "xloc": [ - "default.handlebars->27->980" + "default.handlebars->27->981" ] }, { @@ -26681,7 +26682,7 @@ "ru": "Сомани", "zh-chs": "索馬尼", "xloc": [ - "default.handlebars->27->1155" + "default.handlebars->27->1156" ] }, { @@ -26698,7 +26699,7 @@ "ru": "Сорбский", "zh-chs": "索比亞人", "xloc": [ - "default.handlebars->27->1156" + "default.handlebars->27->1157" ] }, { @@ -26835,7 +26836,7 @@ "zh-chs": "西班牙文", "fi": "Espanjalainen", "xloc": [ - "default.handlebars->27->1157" + "default.handlebars->27->1158" ] }, { @@ -26853,7 +26854,7 @@ "zh-chs": "西班牙文(阿根廷)", "fi": "Espanjalainen (Argentina)", "xloc": [ - "default.handlebars->27->1158" + "default.handlebars->27->1159" ] }, { @@ -26871,7 +26872,7 @@ "zh-chs": "西班牙語(玻利維亞)", "fi": "Espanjalainen (Bolivia)", "xloc": [ - "default.handlebars->27->1159" + "default.handlebars->27->1160" ] }, { @@ -26889,7 +26890,7 @@ "zh-chs": "西班牙語(智利)", "fi": "Espanjalainen (Chile)", "xloc": [ - "default.handlebars->27->1160" + "default.handlebars->27->1161" ] }, { @@ -26907,7 +26908,7 @@ "zh-chs": "西班牙語(哥倫比亞)", "fi": "Espanjalainen (Kolumbia)", "xloc": [ - "default.handlebars->27->1161" + "default.handlebars->27->1162" ] }, { @@ -26925,7 +26926,7 @@ "zh-chs": "西班牙語(哥斯達黎加)", "fi": "Espanjalainen (Costa Rica)", "xloc": [ - "default.handlebars->27->1162" + "default.handlebars->27->1163" ] }, { @@ -26943,7 +26944,7 @@ "zh-chs": "西班牙語(多米尼加共和國)", "fi": "Espanjalainen (Dominikaaninen tasavalta)", "xloc": [ - "default.handlebars->27->1163" + "default.handlebars->27->1164" ] }, { @@ -26961,7 +26962,7 @@ "zh-chs": "西班牙語(厄瓜多爾)", "fi": "Espanjalainen (Ecuador)", "xloc": [ - "default.handlebars->27->1164" + "default.handlebars->27->1165" ] }, { @@ -26979,7 +26980,7 @@ "zh-chs": "西班牙語(薩爾瓦多)", "fi": "Espanjalainen (El Salvador)", "xloc": [ - "default.handlebars->27->1165" + "default.handlebars->27->1166" ] }, { @@ -26997,7 +26998,7 @@ "zh-chs": "西班牙語(危地馬拉)", "fi": "Espanjalainen (Guatemala)", "xloc": [ - "default.handlebars->27->1166" + "default.handlebars->27->1167" ] }, { @@ -27015,7 +27016,7 @@ "zh-chs": "西班牙語(洪都拉斯)", "fi": "Espanjalainen (Honduras)", "xloc": [ - "default.handlebars->27->1167" + "default.handlebars->27->1168" ] }, { @@ -27033,7 +27034,7 @@ "zh-chs": "西班牙語(墨西哥)", "fi": "Espanjalainen (Meksiko)", "xloc": [ - "default.handlebars->27->1168" + "default.handlebars->27->1169" ] }, { @@ -27051,7 +27052,7 @@ "zh-chs": "西班牙語(尼加拉瓜)", "fi": "Espanjalainen (Nicaragua)", "xloc": [ - "default.handlebars->27->1169" + "default.handlebars->27->1170" ] }, { @@ -27069,7 +27070,7 @@ "zh-chs": "西班牙語(巴拿馬)", "fi": "Espanjalainen (Panama)", "xloc": [ - "default.handlebars->27->1170" + "default.handlebars->27->1171" ] }, { @@ -27087,7 +27088,7 @@ "zh-chs": "西班牙語(巴拉圭)", "fi": "Espanjalainen (Paraguay)", "xloc": [ - "default.handlebars->27->1171" + "default.handlebars->27->1172" ] }, { @@ -27105,7 +27106,7 @@ "zh-chs": "西班牙語(秘魯)", "fi": "Espanjalainen (Peru)", "xloc": [ - "default.handlebars->27->1172" + "default.handlebars->27->1173" ] }, { @@ -27123,7 +27124,7 @@ "zh-chs": "西班牙語(波多黎各)", "fi": "Espanjalainen (Puerto Rico)", "xloc": [ - "default.handlebars->27->1173" + "default.handlebars->27->1174" ] }, { @@ -27141,7 +27142,7 @@ "zh-chs": "西班牙語(西班牙)", "fi": "Espanjalainen (Espanja)", "xloc": [ - "default.handlebars->27->1174" + "default.handlebars->27->1175" ] }, { @@ -27159,7 +27160,7 @@ "zh-chs": "西班牙語(烏拉圭)", "fi": "Espanjalainen (Uruguay)", "xloc": [ - "default.handlebars->27->1175" + "default.handlebars->27->1176" ] }, { @@ -27177,7 +27178,7 @@ "zh-chs": "西班牙語(委內瑞拉)", "fi": "Espanjalainen (Venezuela)", "xloc": [ - "default.handlebars->27->1176" + "default.handlebars->27->1177" ] }, { @@ -27245,8 +27246,8 @@ "fr": "Heure de démarrage", "fi": "Käynnistys aika", "xloc": [ - "default.handlebars->27->1852", - "default.handlebars->27->1871", + "default.handlebars->27->1853", + "default.handlebars->27->1872", "default.handlebars->27->798", "desktop.handlebars->3->15" ] @@ -27303,8 +27304,8 @@ "zh-chs": "狀態", "fi": "Tila", "xloc": [ - "default.handlebars->27->1801", - "default.handlebars->27->1864", + "default.handlebars->27->1802", + "default.handlebars->27->1865", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -27375,7 +27376,7 @@ "fi": "Tallennustila", "xloc": [ "default-mobile.handlebars->9->389", - "default.handlebars->27->964" + "default.handlebars->27->965" ] }, { @@ -27411,7 +27412,7 @@ "zh-chs": "儲存空間超過", "fi": "Tallennusraja ylitetty", "xloc": [ - "default.handlebars->27->1489" + "default.handlebars->27->1490" ] }, { @@ -27429,7 +27430,7 @@ "zh-chs": "強大", "fi": "Vahva", "xloc": [ - "default.handlebars->27->1248" + "default.handlebars->27->1249" ] }, { @@ -27460,7 +27461,7 @@ "es": "Asunto", "fr": "Sujet", "xloc": [ - "default.handlebars->27->1593" + "default.handlebars->27->1594" ] }, { @@ -27549,7 +27550,7 @@ "ru": "Суту", "zh-chs": "蘇圖", "xloc": [ - "default.handlebars->27->1177" + "default.handlebars->27->1178" ] }, { @@ -27566,7 +27567,7 @@ "ru": "Суахили", "zh-chs": "斯瓦希里語", "xloc": [ - "default.handlebars->27->1178" + "default.handlebars->27->1179" ] }, { @@ -27584,7 +27585,7 @@ "zh-chs": "瑞典", "fi": "Ruotsalainen", "xloc": [ - "default.handlebars->27->1179" + "default.handlebars->27->1180" ] }, { @@ -27602,7 +27603,7 @@ "zh-chs": "瑞典語(芬蘭)", "fi": "Ruotsalainen (Suomi)", "xloc": [ - "default.handlebars->27->1180" + "default.handlebars->27->1181" ] }, { @@ -27620,7 +27621,7 @@ "zh-chs": "瑞典文(瑞典)", "fi": "Ruotsalainen (Ruotsi)", "xloc": [ - "default.handlebars->27->1181" + "default.handlebars->27->1182" ] }, { @@ -27637,7 +27638,7 @@ "ru": "Синхронизировать имя устройства на сервере с именем хоста", "zh-chs": "將服務器設備名稱同步到主機名", "xloc": [ - "default.handlebars->27->1374" + "default.handlebars->27->1375" ] }, { @@ -27750,7 +27751,7 @@ "zh-chs": "未設置TLS", "xloc": [ "default-mobile.handlebars->9->365", - "default.handlebars->27->940" + "default.handlebars->27->941" ] }, { @@ -27844,7 +27845,7 @@ "ru": "Тамильский", "zh-chs": "泰米爾語", "xloc": [ - "default.handlebars->27->1182" + "default.handlebars->27->1183" ] }, { @@ -27861,7 +27862,7 @@ "ru": "Татарский", "zh-chs": "塔塔爾族", "xloc": [ - "default.handlebars->27->1183" + "default.handlebars->27->1184" ] }, { @@ -27878,7 +27879,7 @@ "ru": "Телугу", "zh-chs": "泰盧加", "xloc": [ - "default.handlebars->27->1184" + "default.handlebars->27->1185" ] }, { @@ -27897,8 +27898,8 @@ "fi": "Pääte", "xloc": [ "default-mobile.handlebars->9->164", - "default.handlebars->27->1367", - "default.handlebars->27->1858", + "default.handlebars->27->1368", + "default.handlebars->27->1859", "default.handlebars->27->244", "default.handlebars->27->514", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal", @@ -27937,8 +27938,8 @@ "ru": "Терминал уведомление", "zh-chs": "終端通知", "xloc": [ - "default.handlebars->27->1287", - "default.handlebars->27->1767", + "default.handlebars->27->1288", + "default.handlebars->27->1768", "default.handlebars->27->586" ] }, @@ -27956,8 +27957,8 @@ "ru": "Запрос терминала", "zh-chs": "終端提示", "xloc": [ - "default.handlebars->27->1286", - "default.handlebars->27->1766", + "default.handlebars->27->1287", + "default.handlebars->27->1767", "default.handlebars->27->585" ] }, @@ -28015,7 +28016,7 @@ "ru": "Тайский", "zh-chs": "泰國", "xloc": [ - "default.handlebars->27->1185" + "default.handlebars->27->1186" ] }, { @@ -28105,7 +28106,7 @@ "ru": "На данный момент уведомлений нет", "zh-chs": "目前沒有任何通知", "xloc": [ - "default.handlebars->27->1879" + "default.handlebars->27->1880" ] }, { @@ -28157,7 +28158,7 @@ "zh-chs": "該帳戶無權創建新的設備組。", "xloc": [ "default-mobile.handlebars->9->92", - "default.handlebars->27->1234" + "default.handlebars->27->1235" ] }, { @@ -28206,7 +28207,7 @@ "ru": "Это не безопасная политика, так как агенты будут выполнять активацию.", "zh-chs": "這不是安全的策略,因為代理將執行激活。", "xloc": [ - "default.handlebars->27->1352" + "default.handlebars->27->1353" ] }, { @@ -28242,7 +28243,7 @@ "ru": "Эта политика не повлияет на устройства с Intel® AMT в режиме ACM.", "zh-chs": "該策略不會影響採用ACM模式的英特爾®AMT的設備。", "xloc": [ - "default.handlebars->27->1351" + "default.handlebars->27->1352" ] }, { @@ -28373,7 +28374,7 @@ "ru": "Тигровый", "zh-chs": "蒂格雷", "xloc": [ - "default.handlebars->27->1186" + "default.handlebars->27->1187" ] }, { @@ -28401,7 +28402,7 @@ "fr": "Période", "fi": "Aikajänne", "xloc": [ - "default.handlebars->27->1532" + "default.handlebars->27->1533" ] }, { @@ -28531,7 +28532,7 @@ "ru": "Чтобы удалить эту учетную запись, введите пароль учетной записи в оба поля и нажмите ОК.", "zh-chs": "要刪除此帳戶,請在下面的兩個框中鍵入帳戶密碼,然後單擊確定。", "xloc": [ - "default.handlebars->27->1221" + "default.handlebars->27->1222" ] }, { @@ -28983,7 +28984,7 @@ "ru": "Тсонга", "zh-chs": "特松加", "xloc": [ - "default.handlebars->27->1187" + "default.handlebars->27->1188" ] }, { @@ -29000,7 +29001,7 @@ "ru": "Тсвана", "zh-chs": "茨瓦納", "xloc": [ - "default.handlebars->27->1188" + "default.handlebars->27->1189" ] }, { @@ -29018,7 +29019,7 @@ "zh-chs": "土耳其", "fi": "Turkkilainen", "xloc": [ - "default.handlebars->27->1189" + "default.handlebars->27->1190" ] }, { @@ -29035,7 +29036,7 @@ "ru": "Туркменский", "zh-chs": "土庫曼人", "xloc": [ - "default.handlebars->27->1190" + "default.handlebars->27->1191" ] }, { @@ -29073,10 +29074,10 @@ "xloc": [ "default-mobile.handlebars->9->397", "default-mobile.handlebars->9->98", - "default.handlebars->27->1241", - "default.handlebars->27->1274", - "default.handlebars->27->1328", - "default.handlebars->27->1331", + "default.handlebars->27->1242", + "default.handlebars->27->1275", + "default.handlebars->27->1329", + "default.handlebars->27->1332", "default.handlebars->27->824", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->3", "desktop.handlebars->p11->deskarea0->deskarea4->3" @@ -29096,7 +29097,7 @@ "ru": "Введите имя ключа, выберите поле OTP и нажмите кнопку на YubiKey™.", "zh-chs": "輸入密鑰名稱,選擇OTP框,然後按YubiKey™上的按鈕。", "xloc": [ - "default.handlebars->27->999" + "default.handlebars->27->1000" ] }, { @@ -29113,7 +29114,7 @@ "ru": "Введите имя ключа для добавления.", "zh-chs": "輸入要添加的密鑰的名稱。", "xloc": [ - "default.handlebars->27->996" + "default.handlebars->27->997" ] }, { @@ -29158,7 +29159,7 @@ "zh-chs": "烏克蘭", "fi": "Ukrainalainen", "xloc": [ - "default.handlebars->27->1191" + "default.handlebars->27->1192" ] }, { @@ -29175,7 +29176,7 @@ "ru": "Невозможно получить доступ к устройству, пока адрес email не подтвержден. Это необходимо для восстановления пароля. Перейдите на вкладку \\\"Моя учетная запись\\\", чтобы изменить и подтвердить адрес email.", "zh-chs": "在驗證電子郵件地址之前,無法訪問設備。這是密碼恢復所必需的。轉到“我的帳戶”標籤以更改和驗證電子郵件地址。", "xloc": [ - "default.handlebars->27->1236", + "default.handlebars->27->1237", "default.handlebars->27->530" ] }, @@ -29229,7 +29230,7 @@ "ru": "Невозможно получить доступ к устройству, пока не включена двухфакторная аутентификация. Это требуется для дополнительной безопасности. Перейдите на вкладку \\\"Моя учетная запись\\\" и посмотрите \\\"Безопасность учетной записи\\\".", "zh-chs": "在啟用兩因素身份驗證之前,無法訪問設備。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ - "default.handlebars->27->1238", + "default.handlebars->27->1239", "default.handlebars->27->532" ] }, @@ -29339,7 +29340,7 @@ "fi": "Asennuksen poistaminen", "xloc": [ "default-mobile.handlebars->9->444", - "default.handlebars->27->1440", + "default.handlebars->27->1441", "default.handlebars->27->670", "default.handlebars->27->689" ] @@ -29360,7 +29361,7 @@ "fi": "Agentin asennuksen poistaminen", "xloc": [ "default-mobile.handlebars->9->426", - "default.handlebars->27->1405", + "default.handlebars->27->1406", "default.handlebars->27->444", "default.handlebars->27->720" ] @@ -29409,17 +29410,17 @@ "default.handlebars->27->109", "default.handlebars->27->111", "default.handlebars->27->113", - "default.handlebars->27->1261", "default.handlebars->27->1262", + "default.handlebars->27->1263", "default.handlebars->27->13", - "default.handlebars->27->1841", - "default.handlebars->27->1856", + "default.handlebars->27->1842", "default.handlebars->27->1857", + "default.handlebars->27->1858", "default.handlebars->27->41", "default.handlebars->27->42", "default.handlebars->27->440", - "default.handlebars->27->930", - "default.handlebars->27->937" + "default.handlebars->27->931", + "default.handlebars->27->938" ] }, { @@ -29438,7 +29439,7 @@ "fi": "Tuntematon #{0}", "xloc": [ "default-mobile.handlebars->9->391", - "default.handlebars->27->1268" + "default.handlebars->27->1269" ] }, { @@ -29456,7 +29457,7 @@ "zh-chs": "未知動作", "fi": "Tuntematon toimenpide", "xloc": [ - "default.handlebars->27->1893" + "default.handlebars->27->1894" ] }, { @@ -29474,8 +29475,8 @@ "zh-chs": "未知設備", "fi": "Tuntematon laite", "xloc": [ - "default.handlebars->27->1705", - "default.handlebars->27->1829" + "default.handlebars->27->1706", + "default.handlebars->27->1830" ] }, { @@ -29493,9 +29494,9 @@ "zh-chs": "未知設備組", "fi": "Tuntematon laiteryhmä", "xloc": [ - "default.handlebars->27->1699", - "default.handlebars->27->1817", - "default.handlebars->27->1897" + "default.handlebars->27->1700", + "default.handlebars->27->1818", + "default.handlebars->27->1898" ] }, { @@ -29513,7 +29514,7 @@ "zh-chs": "未知群組", "fi": "Tuntematon ryhmä", "xloc": [ - "default.handlebars->27->1889" + "default.handlebars->27->1890" ] }, { @@ -29550,7 +29551,7 @@ "zh-chs": "未知用戶組", "fi": "Tuntematon käyttäjäryhmä", "xloc": [ - "default.handlebars->27->1823" + "default.handlebars->27->1824" ] }, { @@ -29603,7 +29604,7 @@ "zh-chs": "解锁帐号", "fi": "Poista tilin lukitus", "xloc": [ - "default.handlebars->27->1586" + "default.handlebars->27->1587" ] }, { @@ -29643,7 +29644,7 @@ "zh-chs": "最新", "fi": "Ajantasalla", "xloc": [ - "default.handlebars->27->1957" + "default.handlebars->27->1958" ] }, { @@ -29685,11 +29686,11 @@ "default-mobile.handlebars->9->305", "default-mobile.handlebars->9->323", "default-mobile.handlebars->9->326", - "default.handlebars->27->1518", - "default.handlebars->27->1526", - "default.handlebars->27->862", - "default.handlebars->27->886", - "default.handlebars->27->889", + "default.handlebars->27->1519", + "default.handlebars->27->1527", + "default.handlebars->27->863", + "default.handlebars->27->887", + "default.handlebars->27->890", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1" ] }, @@ -29707,7 +29708,7 @@ "ru": "Загрузить ядро Mesh Agent", "zh-chs": "上傳網格代理核心", "xloc": [ - "default.handlebars->27->982" + "default.handlebars->27->983" ] }, { @@ -29724,7 +29725,7 @@ "ru": "Загрузить файл ядра", "zh-chs": "上載核心文件", "xloc": [ - "default.handlebars->27->979" + "default.handlebars->27->980" ] }, { @@ -29741,7 +29742,7 @@ "ru": "Загрузить ядро по умолчанию с сервера ", "zh-chs": "上載默認服務器核心", "xloc": [ - "default.handlebars->27->976" + "default.handlebars->27->977" ] }, { @@ -29758,7 +29759,7 @@ "ru": "Загрузить ядро восстановления", "zh-chs": "上傳恢復核心", "xloc": [ - "default.handlebars->27->978" + "default.handlebars->27->979" ] }, { @@ -29776,8 +29777,8 @@ "zh-chs": "上傳將覆蓋1個文件。繼續?", "xloc": [ "default-mobile.handlebars->9->324", - "default.handlebars->27->1527", - "default.handlebars->27->887" + "default.handlebars->27->1528", + "default.handlebars->27->888" ] }, { @@ -29795,8 +29796,8 @@ "zh-chs": "上傳將覆蓋{0}個文件。繼續?", "xloc": [ "default-mobile.handlebars->9->325", - "default.handlebars->27->1528", - "default.handlebars->27->888" + "default.handlebars->27->1529", + "default.handlebars->27->889" ] }, { @@ -29827,7 +29828,7 @@ "ru": "Верхний Сорбский", "zh-chs": "上索布族", "xloc": [ - "default.handlebars->27->1192" + "default.handlebars->27->1193" ] }, { @@ -29844,7 +29845,7 @@ "ru": "Урду", "zh-chs": "烏爾都語", "xloc": [ - "default.handlebars->27->1193" + "default.handlebars->27->1194" ] }, { @@ -29899,8 +29900,8 @@ "zh-chs": "用過的", "fi": "Käytetty", "xloc": [ - "default.handlebars->27->1883", - "default.handlebars->27->1885" + "default.handlebars->27->1884", + "default.handlebars->27->1886" ] }, { @@ -29918,11 +29919,11 @@ "zh-chs": "用戶", "fi": "Käyttäjä", "xloc": [ - "default.handlebars->27->1325", - "default.handlebars->27->1539", - "default.handlebars->27->1568", - "default.handlebars->27->1695", - "default.handlebars->27->1876", + "default.handlebars->27->1326", + "default.handlebars->27->1540", + "default.handlebars->27->1569", + "default.handlebars->27->1696", + "default.handlebars->27->1877", "default.handlebars->27->222", "default.handlebars->27->654" ] @@ -29941,7 +29942,7 @@ "ru": "Пользователь + Файлы", "zh-chs": "用戶+文件", "xloc": [ - "default.handlebars->27->1569" + "default.handlebars->27->1570" ] }, { @@ -29959,10 +29960,10 @@ "zh-chs": "用戶帳戶導入", "fi": "Käyttäjätilin tuonti", "xloc": [ - "default.handlebars->27->1602", "default.handlebars->27->1603", - "default.handlebars->27->1605", - "default.handlebars->27->1607" + "default.handlebars->27->1604", + "default.handlebars->27->1606", + "default.handlebars->27->1608" ] }, { @@ -29980,7 +29981,7 @@ "zh-chs": "用戶帳號", "fi": "Käyttäjätilit", "xloc": [ - "default.handlebars->27->1902" + "default.handlebars->27->1903" ] }, { @@ -29998,7 +29999,7 @@ "zh-chs": "用戶授權", "xloc": [ "default-mobile.handlebars->9->399", - "default.handlebars->27->1323", + "default.handlebars->27->1324", "default.handlebars->27->650" ] }, @@ -30017,8 +30018,8 @@ "zh-chs": "用戶同意", "fi": "Käyttäjän suostumus", "xloc": [ - "default.handlebars->27->1293", - "default.handlebars->27->1773", + "default.handlebars->27->1294", + "default.handlebars->27->1774", "default.handlebars->27->190", "default.handlebars->27->592", "default.handlebars->27->709" @@ -30039,11 +30040,11 @@ "zh-chs": "用戶組", "fi": "Käyttäjäryhmä", "xloc": [ - "default.handlebars->27->1381", "default.handlebars->27->1382", - "default.handlebars->27->1671", - "default.handlebars->27->1825", - "default.handlebars->27->1844", + "default.handlebars->27->1383", + "default.handlebars->27->1672", + "default.handlebars->27->1826", + "default.handlebars->27->1845", "default.handlebars->27->653" ] }, @@ -30080,7 +30081,7 @@ "zh-chs": "用戶組成員資格", "fi": "Käyttäjäryhmä jäsenyydet", "xloc": [ - "default.handlebars->27->1822" + "default.handlebars->27->1823" ] }, { @@ -30107,9 +30108,9 @@ "ru": "Идентификатор пользователя", "zh-chs": "用戶標識", "xloc": [ - "default.handlebars->27->1443", - "default.handlebars->27->1740", - "default.handlebars->27->1741" + "default.handlebars->27->1444", + "default.handlebars->27->1741", + "default.handlebars->27->1742" ] }, { @@ -30118,8 +30119,8 @@ "es": "Identificadores de Usuario", "fr": "Identifiant utilisateur", "xloc": [ - "default.handlebars->27->1379", - "default.handlebars->27->1724" + "default.handlebars->27->1380", + "default.handlebars->27->1725" ] }, { @@ -30137,7 +30138,7 @@ "zh-chs": "用戶列表導出", "fi": "Käyttäjäluettelon vienti", "xloc": [ - "default.handlebars->27->1614" + "default.handlebars->27->1615" ] }, { @@ -30155,7 +30156,7 @@ "zh-chs": "用戶名", "xloc": [ "default-mobile.handlebars->9->446", - "default.handlebars->27->1442" + "default.handlebars->27->1443" ] }, { @@ -30217,7 +30218,7 @@ "ru": "Сессии пользователя", "zh-chs": "用戶會話", "xloc": [ - "default.handlebars->27->1922" + "default.handlebars->27->1923" ] }, { @@ -30300,8 +30301,8 @@ "zh-chs": "用戶瀏覽器價值", "fi": "Käytä selaimen kieliasetusta", "xloc": [ - "default.handlebars->27->1203", - "default.handlebars->27->1205" + "default.handlebars->27->1204", + "default.handlebars->27->1206" ] }, { @@ -30360,7 +30361,7 @@ "fi": "Käyttäjätunnus", "xloc": [ "default-mobile.handlebars->9->268", - "default.handlebars->27->1626", + "default.handlebars->27->1627", "default.handlebars->27->283", "default.handlebars->27->315", "default.handlebars->27->730", @@ -30424,9 +30425,9 @@ "ru": "Пользователи", "zh-chs": "用戶數", "xloc": [ - "default.handlebars->27->1659", - "default.handlebars->27->1687", - "default.handlebars->27->1921", + "default.handlebars->27->1660", + "default.handlebars->27->1688", + "default.handlebars->27->1922", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -30445,7 +30446,7 @@ "zh-chs": "用戶會話", "fi": "Käyttäjien istuntoja", "xloc": [ - "default.handlebars->27->1906" + "default.handlebars->27->1907" ] }, { @@ -30471,7 +30472,7 @@ "es": "Validar Correo", "fr": "Valider l'Email", "xloc": [ - "default.handlebars->27->1581" + "default.handlebars->27->1582" ] }, { @@ -30488,7 +30489,7 @@ "ru": "Венда", "zh-chs": "文達", "xloc": [ - "default.handlebars->27->1194" + "default.handlebars->27->1195" ] }, { @@ -30508,8 +30509,8 @@ "xloc": [ "default-mobile.handlebars->9->370", "default-mobile.handlebars->9->373", - "default.handlebars->27->945", - "default.handlebars->27->948" + "default.handlebars->27->946", + "default.handlebars->27->949" ] }, { @@ -30542,7 +30543,7 @@ "zh-chs": "已驗證", "fi": "Vahvistettu", "xloc": [ - "default.handlebars->27->1803" + "default.handlebars->27->1804" ] }, { @@ -30571,8 +30572,8 @@ "fi": "Vahvistettu puhelinnumero", "xloc": [ "default-mobile.handlebars->9->63", - "default.handlebars->27->1577", - "default.handlebars->27->983" + "default.handlebars->27->1578", + "default.handlebars->27->984" ] }, { @@ -30631,10 +30632,10 @@ "default-mobile.handlebars->9->354", "default-mobile.handlebars->9->371", "default-mobile.handlebars->9->376", - "default.handlebars->27->894", - "default.handlebars->27->929", - "default.handlebars->27->946", - "default.handlebars->27->951", + "default.handlebars->27->895", + "default.handlebars->27->930", + "default.handlebars->27->947", + "default.handlebars->27->952", "default.handlebars->container->column_l->p42->p42tbl->1->0->5" ] }, @@ -30652,7 +30653,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral安装", "fi": "Versio yhteensopimaton, päivitä ensin MeshCentral-asennus", "xloc": [ - "default.handlebars->27->1953" + "default.handlebars->27->1954" ] }, { @@ -30690,7 +30691,7 @@ "zh-chs": "越南文", "fi": "Vietnamilainen", "xloc": [ - "default.handlebars->27->1195" + "default.handlebars->27->1196" ] }, { @@ -30714,7 +30715,7 @@ { "en": "View All Events", "xloc": [ - "default.handlebars->27->1651" + "default.handlebars->27->1652" ] }, { @@ -30731,8 +30732,8 @@ "zh-chs": "查看变更日志", "fi": "Näytä muutosloki", "xloc": [ - "default.handlebars->27->1956", - "default.handlebars->27->1958" + "default.handlebars->27->1957", + "default.handlebars->27->1959" ] }, { @@ -30768,7 +30769,7 @@ "zh-chs": "查看有關此設備組的註釋", "fi": "Näytä tämän laiteryhmän huomautukset", "xloc": [ - "default.handlebars->27->1308" + "default.handlebars->27->1309" ] }, { @@ -30786,7 +30787,7 @@ "zh-chs": "查看有關此用戶的註釋", "fi": "Näytä tämän Käyttäjän huomautukset", "xloc": [ - "default.handlebars->27->1781" + "default.handlebars->27->1782" ] }, { @@ -30803,7 +30804,7 @@ "ru": "Волапукский", "zh-chs": "沃拉普克", "xloc": [ - "default.handlebars->27->1196" + "default.handlebars->27->1197" ] }, { @@ -30892,8 +30893,8 @@ "xloc": [ "default-mobile.handlebars->9->422", "default-mobile.handlebars->9->435", - "default.handlebars->27->1401", - "default.handlebars->27->1430" + "default.handlebars->27->1402", + "default.handlebars->27->1431" ] }, { @@ -30947,7 +30948,7 @@ "ru": "Валлонский", "zh-chs": "瓦隆", "xloc": [ - "default.handlebars->27->1197" + "default.handlebars->27->1198" ] }, { @@ -30965,7 +30966,7 @@ "zh-chs": "弱", "fi": "Heikko", "xloc": [ - "default.handlebars->27->1250" + "default.handlebars->27->1251" ] }, { @@ -31004,8 +31005,8 @@ "zh-chs": "網絡服務器", "fi": "Web-palvelin", "xloc": [ - "default.handlebars->27->1942", - "default.handlebars->27->1943" + "default.handlebars->27->1943", + "default.handlebars->27->1944" ] }, { @@ -31023,7 +31024,7 @@ "zh-chs": "Web服務器請求", "fi": "Web-palvelimen pyynnöt", "xloc": [ - "default.handlebars->27->1944" + "default.handlebars->27->1945" ] }, { @@ -31040,7 +31041,7 @@ "ru": "Ретранслятор Web Socket", "zh-chs": "Web套接字中繼", "xloc": [ - "default.handlebars->27->1945" + "default.handlebars->27->1946" ] }, { @@ -31104,7 +31105,7 @@ "ru": "Уэльский", "zh-chs": "威爾士語", "xloc": [ - "default.handlebars->27->1198" + "default.handlebars->27->1199" ] }, { @@ -31121,7 +31122,7 @@ "ru": "Когда этот параметр включен, коды приглашений могут использоваться любым пользователем для присоединения устройств к этой группе устройств по следующей общедоступной ссылке:", "zh-chs": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈接將設備加入該設備組:", "xloc": [ - "default.handlebars->27->1451" + "default.handlebars->27->1452" ] }, { @@ -31140,7 +31141,7 @@ "fi": "Kun käytössä, jokaisessa kirjautumisessa, sinulle annetaan mahdollisuus saada kirjautumistunnus sähköpostiisi turvallisuuden lisäämiseksi.", "xloc": [ "default-mobile.handlebars->9->69", - "default.handlebars->27->990" + "default.handlebars->27->991" ] }, { @@ -31158,7 +31159,7 @@ "zh-chs": "下次登錄時將更改。", "fi": "Vaihdetaan seuraavan kirjautumisen yhteydessä", "xloc": [ - "default.handlebars->27->1753" + "default.handlebars->27->1754" ] }, { @@ -31682,7 +31683,7 @@ "zh-chs": "包裝:關閉", "fi": "Rivitä: POIS PÄÄLTÄ", "xloc": [ - "default.handlebars->27->881" + "default.handlebars->27->882" ] }, { @@ -31700,7 +31701,7 @@ "zh-chs": "包裝:開", "fi": "Rivitä: PÄÄLLÄ", "xloc": [ - "default.handlebars->27->880" + "default.handlebars->27->881" ] }, { @@ -31790,7 +31791,7 @@ "ru": "Кос", "zh-chs": "科薩", "xloc": [ - "default.handlebars->27->1199" + "default.handlebars->27->1200" ] }, { @@ -31807,7 +31808,7 @@ "ru": "Идиш", "zh-chs": "意第緒語", "xloc": [ - "default.handlebars->27->1200" + "default.handlebars->27->1201" ] }, { @@ -31887,7 +31888,7 @@ "zh-chs": "YubiKey™ OTP", "fi": "YubiKey™ OTP", "xloc": [ - "default.handlebars->27->1002" + "default.handlebars->27->1003" ] }, { @@ -31903,7 +31904,7 @@ "nl": "Zip bestandsnaam", "fr": "Nom de fichier Zip", "xloc": [ - "default.handlebars->27->865" + "default.handlebars->27->866" ] }, { @@ -31974,7 +31975,7 @@ "zh-chs": "祖魯族", "fi": "Zulu", "xloc": [ - "default.handlebars->27->1201" + "default.handlebars->27->1202" ] }, { @@ -32200,7 +32201,7 @@ "zh-chs": "\\\\'", "fi": "\\\\'", "xloc": [ - "default.handlebars->27->1954" + "default.handlebars->27->1955" ] }, { @@ -32388,7 +32389,7 @@ "zh-chs": "console.txt", "fi": "console.txt", "xloc": [ - "default.handlebars->27->973" + "default.handlebars->27->974" ] }, { @@ -32407,7 +32408,7 @@ "fi": "kopiointia", "xloc": [ "default-mobile.handlebars->9->130", - "default.handlebars->27->1523" + "default.handlebars->27->1524" ] }, { @@ -32487,8 +32488,8 @@ "zh-chs": "eventslist.csv", "fi": "eventslist.csv", "xloc": [ - "default.handlebars->27->1546", - "default.handlebars->27->1551" + "default.handlebars->27->1547", + "default.handlebars->27->1552" ] }, { @@ -32506,8 +32507,8 @@ "zh-chs": "eventslist.json", "fi": "eventslist.json", "xloc": [ - "default.handlebars->27->1548", - "default.handlebars->27->1552" + "default.handlebars->27->1549", + "default.handlebars->27->1553" ] }, { @@ -32543,8 +32544,8 @@ "zh-chs": "自由", "fi": "vapaata", "xloc": [ - "default.handlebars->27->1914", - "default.handlebars->27->1917" + "default.handlebars->27->1915", + "default.handlebars->27->1918" ] }, { @@ -32738,7 +32739,7 @@ "ru": "id, name, email, creation, lastlogin, groups, authfactors", "zh-chs": "id,名稱,電子郵件,創建,lastlogin,組,authfactors", "xloc": [ - "default.handlebars->27->1615" + "default.handlebars->27->1616" ] }, { @@ -32843,7 +32844,7 @@ "ru": "k max, пусто по умолчанию", "zh-chs": "k max,默认为空白", "xloc": [ - "default.handlebars->27->1643" + "default.handlebars->27->1644" ] }, { @@ -32949,7 +32950,7 @@ "fi": "siirrä", "xloc": [ "default-mobile.handlebars->9->131", - "default.handlebars->27->1524" + "default.handlebars->27->1525" ] }, { @@ -33011,7 +33012,7 @@ "ru": "servererrors.txt", "zh-chs": "servererrors.txt", "xloc": [ - "default.handlebars->27->1265" + "default.handlebars->27->1266" ] }, { @@ -33028,7 +33029,7 @@ "ru": "servertrace.csv", "zh-chs": "servertrace.csv", "xloc": [ - "default.handlebars->27->1952" + "default.handlebars->27->1953" ] }, { @@ -33085,7 +33086,7 @@ "ru": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-chs": "時間,conn.agent,conn.users,conn.usersessions,conn.relaysession,conn.intelamt,mem.external,mem.heapused,mem.heaptotal,mem.rss", "xloc": [ - "default.handlebars->27->1930" + "default.handlebars->27->1931" ] }, { @@ -33102,7 +33103,7 @@ "ru": "time, source, message", "zh-chs": "時間,來源,訊息", "xloc": [ - "default.handlebars->27->1951" + "default.handlebars->27->1952" ] }, { @@ -33134,8 +33135,8 @@ "zh-chs": "總", "fi": "yhteensä", "xloc": [ - "default.handlebars->27->1915", - "default.handlebars->27->1918" + "default.handlebars->27->1916", + "default.handlebars->27->1919" ] }, { @@ -33207,8 +33208,8 @@ "ru": "userlist.csv", "zh-chs": "userlist.csv", "xloc": [ - "default.handlebars->27->1611", - "default.handlebars->27->1616" + "default.handlebars->27->1612", + "default.handlebars->27->1617" ] }, { @@ -33225,8 +33226,8 @@ "ru": "userlist.json", "zh-chs": "userlist.json", "xloc": [ - "default.handlebars->27->1613", - "default.handlebars->27->1617" + "default.handlebars->27->1614", + "default.handlebars->27->1618" ] }, { @@ -33243,7 +33244,7 @@ "ru": "utc, время, тип, действие, пользователь, устройство, сообщение", "zh-chs": "utc,時間,類型,操作,用戶,設備,消息", "xloc": [ - "default.handlebars->27->1550" + "default.handlebars->27->1551" ] }, { @@ -33278,8 +33279,8 @@ "zh-chs": "{0} Gb", "fi": "{0} Gb", "xloc": [ - "default.handlebars->27->1498", - "default.handlebars->27->1503" + "default.handlebars->27->1499", + "default.handlebars->27->1504" ] }, { @@ -33297,9 +33298,9 @@ "zh-chs": "{0} Kb", "fi": "{0} Kb", "xloc": [ - "default.handlebars->27->1496", - "default.handlebars->27->1501", - "default.handlebars->27->1855" + "default.handlebars->27->1497", + "default.handlebars->27->1502", + "default.handlebars->27->1856" ] }, { @@ -33318,9 +33319,9 @@ "fi": "{0} Mb", "xloc": [ "default-mobile.handlebars->9->387", - "default.handlebars->27->1497", - "default.handlebars->27->1502", - "default.handlebars->27->962" + "default.handlebars->27->1498", + "default.handlebars->27->1503", + "default.handlebars->27->963" ] }, { @@ -33339,7 +33340,7 @@ "fi": "{0} Mb, {1} MHz", "xloc": [ "default-mobile.handlebars->9->382", - "default.handlebars->27->957" + "default.handlebars->27->958" ] }, { @@ -33357,7 +33358,7 @@ "zh-chs": "{0}個活動會話", "fi": "{0} aktiivista istuntoa", "xloc": [ - "default.handlebars->27->1793" + "default.handlebars->27->1794" ] }, { @@ -33375,8 +33376,8 @@ "zh-chs": "{0} b", "fi": "{0} b", "xloc": [ - "default.handlebars->27->1495", - "default.handlebars->27->1500" + "default.handlebars->27->1496", + "default.handlebars->27->1501" ] }, { @@ -33395,8 +33396,8 @@ "fi": "{0} tavua", "xloc": [ "default-mobile.handlebars->9->119", - "default.handlebars->27->1511", - "default.handlebars->27->1870" + "default.handlebars->27->1512", + "default.handlebars->27->1871" ] }, { @@ -33414,7 +33415,7 @@ "zh-chs": "剩餘{0}個字節", "fi": "{0} tavua jäljellä", "xloc": [ - "default.handlebars->27->1490" + "default.handlebars->27->1491" ] }, { @@ -33443,7 +33444,7 @@ "zh-chs": "剩餘{0} GB", "fi": "{0} gigatavua jäljellä", "xloc": [ - "default.handlebars->27->1493" + "default.handlebars->27->1494" ] }, { @@ -33461,7 +33462,7 @@ "zh-chs": "{0}個群組", "fi": "{0} ryhmää", "xloc": [ - "default.handlebars->27->1758" + "default.handlebars->27->1759" ] }, { @@ -33512,7 +33513,7 @@ "zh-chs": "剩餘{0}千字節", "fi": "{0} kilotavua jäljellä", "xloc": [ - "default.handlebars->27->1491" + "default.handlebars->27->1492" ] }, { @@ -33549,7 +33550,7 @@ "zh-chs": "剩餘{0}兆字節", "fi": "{0} megatavua jäljellä", "xloc": [ - "default.handlebars->27->1492" + "default.handlebars->27->1493" ] }, { @@ -33584,7 +33585,7 @@ "ru": "Еще {0} пользователей не показаны, используйте поиск для нахождения пользователей...", "zh-chs": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->27->1560" + "default.handlebars->27->1561" ] }, { @@ -33730,7 +33731,7 @@ "default-mobile.handlebars->9->169", "default-mobile.handlebars->9->172", "default-mobile.handlebars->9->175", - "default.handlebars->27->1564", + "default.handlebars->27->1565", "default.handlebars->27->240", "default.handlebars->27->243", "default.handlebars->27->246", @@ -33861,7 +33862,7 @@ "zh-chs": "{0} k合1檔案。最多{1} k", "fi": "{0}k yhdessä tiedostossa.{1}k maksimi", "xloc": [ - "default.handlebars->27->1505" + "default.handlebars->27->1506" ] }, { @@ -33879,7 +33880,7 @@ "zh-chs": "{1}個文件中有{0}個。最多{2} k", "fi": "{0}k {1} tiedostossa.{2}k maksimi", "xloc": [ - "default.handlebars->27->1504" + "default.handlebars->27->1505" ] }, { diff --git a/views/default.handlebars b/views/default.handlebars index e57f0a3a..75a89605 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -7730,6 +7730,9 @@ } else if ((data.msg == 'zipping') && ((!xxdialogMode) || (xxdialogTag == 'fileMsgDialog'))) { // Show the dialog box message setDialogMode(2, "File Operation", 10, p13fileOperationDialogEx, '
' + "Compressing files..." + '
', 'fileMsgDialog'); + } else if ((data.msg == 'zippingFile') && ((!xxdialogMode) || (xxdialogTag == 'fileMsgDialog'))) { + // Show the dialog box message + setDialogMode(2, "File Operation", 10, p13fileOperationDialogEx, '
' + EscapeHtml(data.file) + '

', 'fileMsgDialog'); } return; }