diff --git a/agents/meshcore.js b/agents/meshcore.js index cb9d7ec3..ac43c0e9 100644 --- a/agents/meshcore.js +++ b/agents/meshcore.js @@ -46,6 +46,18 @@ var MESHRIGHT_CHATNOTIFY = 16384; var MESHRIGHT_UNINSTALL = 32768; var MESHRIGHT_NODESKTOP = 65536; + +function bcdOK() +{ + if (process.platform != 'win32') { return (false); } + if(require('os').arch() == 'x64') + { + return (require('_GenericMarshal').PointerSize == 8); + } + return (true); +} + + try { Object.defineProperty(Array.prototype, 'findIndex', { value: function (func) { @@ -109,6 +121,32 @@ function getCoreTranslation() { } var currentTranslation = getCoreTranslation(); +try +{ + require('kvm-helper'); +} +catch (e) +{ + var j = + { + users: function () + { + var r = {}; + require('user-sessions').Current(function (c) { r = c; }); + if (process.platform != 'win32') + { + for (var i in r) + { + r[i].SessionId = r[i].uid; + } + } + return (r); + } + }; + addModuleObject('kvm-helper', j); +} + + function lockDesktop(uid) { switch (process.platform) { case 'linux': @@ -1294,12 +1332,7 @@ function handleServerCommand(data) { break; } case 'userSessions': { - // Send back current user sessions list, this is Windows only. - //sendConsoleText('userSessions: ' + JSON.stringify(data)); - if (process.platform != 'win32') break; - var p = require('user-sessions').enumerateUsers(); - p.sessionid = data.sessionid; - p.then(function (u) { mesh.SendCommand({ action: 'msg', type: 'userSessions', sessionid: data.sessionid, data: u, tag: data.tag }); }); + mesh.SendCommand({ action: 'msg', type: 'userSessions', sessionid: data.sessionid, data: require('kvm-helper').users(), tag: data.tag }); break; } case 'cpuinfo': @@ -3238,7 +3271,11 @@ function processConsoleCommand(cmd, args, rights, sessionid) { var fin = '', f = '', availcommands = 'translations,agentupdate,errorlog,msh,timerinfo,coreinfo,coredump,service,fdsnapshot,fdcount,startupoptions,alert,agentsize,versions,help,info,osinfo,args,print,type,dbkeys,dbget,dbset,dbcompact,eval,parseuri,httpget,wslist,plugin,wsconnect,wssend,wsclose,notify,ls,ps,kill,netinfo,location,power,wakeonlan,setdebug,smbios,rawsmbios,toast,lock,users,openurl,getscript,getclip,setclip,log,av,cpuinfo,sysinfo,apf,scanwifi,wallpaper,agentmsg,task'; if (require('os').dns != null) { availcommands += ',dnsinfo'; } try { require('linux-dhcp'); availcommands += ',dhcp'; } catch (ex) { } - if (process.platform == 'win32') { availcommands += ',cs,safemode,wpfhwacceleration,uac,volumes'; } + if (process.platform == 'win32') + { + availcommands += ',cs,wpfhwacceleration,uac,volumes'; + if (bcdOK()) { availcommands += ',safemode'; } + } if (amt != null) { availcommands += ',amt,amtconfig,amtevents'; } if (process.platform != 'freebsd') { availcommands += ',vm'; } if (require('MeshAgent').maxKvmTileSize != null) { availcommands += ',kvmmode'; } @@ -3759,9 +3796,17 @@ function processConsoleCommand(cmd, args, rights, sessionid) { } break; case 'safemode': - if (process.platform != 'win32') { + if (process.platform != 'win32') + { response = 'safemode only supported on Windows Platforms' - } else { + } + else + { + if (!bcdOK()) + { + response = 'safemode not supported on 64 bit Windows from a 32 bit process' + break; + } if (args['_'].length != 1) { response = 'Proper usage: safemode (ON|OFF|STATUS)'; // Display usage } @@ -3883,6 +3928,9 @@ function processConsoleCommand(cmd, args, rights, sessionid) { require('user-sessions').enumerateUsers().then(function (u) { for (var i in u) { sendConsoleText(u[i]); } }); break; } + case 'kvmusers': + response = JSON.stringify(require('kvm-helper').users(), null, 1); + break; case 'toast': { if (args['_'].length < 1) { response = 'Proper usage: toast "message"'; } else { if (require('MeshAgent')._tsid == null) { diff --git a/translate/translate.json b/translate/translate.json index ab4e4161..424e5fea 100644 --- a/translate/translate.json +++ b/translate/translate.json @@ -46,8 +46,8 @@ "zh-chs": " + CIRA", "zh-cht": " + CIRA", "xloc": [ - "default.handlebars->39->1854", - "default.handlebars->39->1856" + "default.handlebars->39->1853", + "default.handlebars->39->1855" ] }, { @@ -324,8 +324,8 @@ "zh-chs": " 用户需要先登录到该服务器一次,然后才能将其添加到设备组。", "zh-cht": " 用戶需要先登入到該伺服器一次,然後才能將其新增到裝置群。", "xloc": [ - "default.handlebars->39->1968", - "default.handlebars->39->2520" + "default.handlebars->39->1967", + "default.handlebars->39->2519" ] }, { @@ -834,7 +834,7 @@ "zh-chs": "* 8个字符,1个大写,1个小写,1个数字,1个非字母数字。", "zh-cht": "* 8個字符,1個大寫,1個小寫,1個數字,1個非字母數字。", "xloc": [ - "default.handlebars->39->1932", + "default.handlebars->39->1931", "default.handlebars->39->458" ] }, @@ -929,8 +929,8 @@ "zh-cht": ",", "xloc": [ "default-mobile.handlebars->11->687", - "default.handlebars->39->2042", - "default.handlebars->39->2303" + "default.handlebars->39->2041", + "default.handlebars->39->2302" ] }, { @@ -1071,7 +1071,7 @@ "tr": ", İzin Yok", "zh-chs": ", 不同意", "xloc": [ - "default.handlebars->39->1890", + "default.handlebars->39->1889", "default.handlebars->39->956" ] }, @@ -1097,7 +1097,7 @@ "zh-chs": ",提示同意", "zh-cht": ",提示同意", "xloc": [ - "default.handlebars->39->1891", + "default.handlebars->39->1890", "default.handlebars->39->957" ] }, @@ -1116,9 +1116,8 @@ "pl": ", Powtarzaj codziennie", "ru": ", Ежедневно", "tr": ", Günlük yinelenen", - "pt-br": ", Recorrente diariamente", "xloc": [ - "default.handlebars->39->1887", + "default.handlebars->39->1886", "default.handlebars->39->953" ] }, @@ -1137,9 +1136,8 @@ "pl": ", Powtarzaj co tydzień", "ru": ", Еженедельно", "tr": ", Haftalık yinelenen", - "pt-br": ", Recorrente semanalmente", "xloc": [ - "default.handlebars->39->1888", + "default.handlebars->39->1887", "default.handlebars->39->954" ] }, @@ -1211,7 +1209,7 @@ "tr": ", Araç Çubuğu", "zh-chs": ", 工具栏", "xloc": [ - "default.handlebars->39->1892", + "default.handlebars->39->1891", "default.handlebars->39->958" ] }, @@ -1251,9 +1249,8 @@ "pl": ", Tylko podgląd pulpitu", "ru": ", Только просмотр рабочего стола", "tr": ", Yalnızca masaüstünü görüntüle", - "pt-br": ", Ver apenas área de trabalho", "xloc": [ - "default.handlebars->39->1889", + "default.handlebars->39->1888", "default.handlebars->39->955" ] }, @@ -1587,8 +1584,8 @@ "default-mobile.handlebars->11->132", "default-mobile.handlebars->11->470", "default.handlebars->39->1310", - "default.handlebars->39->2103", - "default.handlebars->39->2718", + "default.handlebars->39->2102", + "default.handlebars->39->2717", "sharing.handlebars->11->50" ] }, @@ -1750,7 +1747,7 @@ "zh-chs": "1个活跃时段", "zh-cht": "1個活躍時段", "xloc": [ - "default.handlebars->39->2608" + "default.handlebars->39->2607" ] }, { @@ -1777,7 +1774,7 @@ "xloc": [ "default-mobile.handlebars->11->142", "default-mobile.handlebars->11->731", - "default.handlebars->39->2127", + "default.handlebars->39->2126", "download.handlebars->3->1", "download2.handlebars->5->1", "sharing.handlebars->11->96" @@ -1789,7 +1786,6 @@ "pl": "1 bajt na piksel", "ru": "1 байт на пиксель", "fr": "1 octect par pixel", - "pt-br": "1 byte-por-pixel", "xloc": [ "player.handlebars->3->34" ] @@ -1869,7 +1865,7 @@ "zh-chs": "1组", "zh-cht": "1群", "xloc": [ - "default.handlebars->39->2567" + "default.handlebars->39->2566" ] }, { @@ -1999,7 +1995,7 @@ "zh-chs": "有1个用户没有显示,请使用搜索框查找用户...", "zh-cht": "有1個用戶沒有顯示,請使用搜尋框搜尋用戶...", "xloc": [ - "default.handlebars->39->2335" + "default.handlebars->39->2334" ] }, { @@ -2196,7 +2192,7 @@ "default-mobile.handlebars->11->211", "default-mobile.handlebars->11->215", "default-mobile.handlebars->11->219", - "default.handlebars->39->2339", + "default.handlebars->39->2338", "default.handlebars->39->383", "default.handlebars->39->386", "default.handlebars->39->390", @@ -2647,7 +2643,6 @@ "pl": "2 bajty na piksel", "ru": "2 байта на пиксель", "fr": "2 octects par pixel", - "pt-br": "2 bytes-por-pixel", "xloc": [ "player.handlebars->3->33" ] @@ -2954,15 +2949,15 @@ "zh-chs": "2FA备份代码已清除", "zh-cht": "2FA備份代碼已清除", "xloc": [ - "default.handlebars->39->2238" + "default.handlebars->39->2237" ] }, { "en": "2nd Factor", "nl": "2e factor", - "pt-br": "2ª Etapa", + "pl": "dwuetapowe", "xloc": [ - "default.handlebars->39->2754" + "default.handlebars->39->2753" ] }, { @@ -2987,8 +2982,8 @@ "zh-chs": "启用第二因素身份验证", "zh-cht": "啟用第二因素身份驗證", "xloc": [ - "default.handlebars->39->2353", - "default.handlebars->39->2591" + "default.handlebars->39->2352", + "default.handlebars->39->2590" ] }, { @@ -3833,8 +3828,8 @@ { "en": "7 days", "nl": "7 dagen", - "pt-br": "7 dias", - "xloc": [ + "pl": "7 dni", + "xloc": [ "default.handlebars->39->1720" ] }, @@ -4241,7 +4236,7 @@ "zh-cht": "ACM", "xloc": [ "default-mobile.handlebars->11->290", - "default.handlebars->39->1870", + "default.handlebars->39->1869", "default.handlebars->39->794" ] }, @@ -4336,7 +4331,7 @@ "tr": "AMT-OS", "zh-chs": "操作系统", "xloc": [ - "default.handlebars->39->2876" + "default.handlebars->39->2875" ] }, { @@ -4355,7 +4350,7 @@ "ru": "AMT-Redir", "tr": "AMT-Yönlendirme", "xloc": [ - "default.handlebars->39->2761" + "default.handlebars->39->2760" ] }, { @@ -4374,7 +4369,7 @@ "ru": "AMT-WSMAN", "tr": "AMT-WSMAN", "xloc": [ - "default.handlebars->39->2760" + "default.handlebars->39->2759" ] }, { @@ -4633,7 +4628,7 @@ "zh-chs": "访问服务器档案", "zh-cht": "存取伺服器檔案", "xloc": [ - "default.handlebars->39->2526" + "default.handlebars->39->2525" ] }, { @@ -4744,7 +4739,7 @@ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountSecurity->1->0", "default.handlebars->39->1749", "default.handlebars->39->1751", - "default.handlebars->39->2929", + "default.handlebars->39->2928", "default.handlebars->39->754", "default.handlebars->39->756" ] @@ -4771,7 +4766,7 @@ "zh-chs": "帐号设定", "xloc": [ "default-mobile.handlebars->11->698", - "default.handlebars->39->2805" + "default.handlebars->39->2804" ] }, { @@ -4847,7 +4842,7 @@ "zh-chs": "帐户已更改:{0}", "zh-cht": "帳戶已更改:{0}", "xloc": [ - "default.handlebars->39->2211" + "default.handlebars->39->2210" ] }, { @@ -4872,7 +4867,7 @@ "zh-chs": "创建帐户,电子邮件为{0}", "zh-cht": "創建帳戶,電子郵件為{0}", "xloc": [ - "default.handlebars->39->2210" + "default.handlebars->39->2209" ] }, { @@ -4890,9 +4885,8 @@ "pl": "Konto utworzono, jego nazwa to {0}.", "ru": "Аккаунт создан, имя {0}.", "tr": "Hesap oluşturuldu, ad {0}.", - "pt-br": "Conta criada, o nome é {0}", "xloc": [ - "default.handlebars->39->2273" + "default.handlebars->39->2272" ] }, { @@ -4917,7 +4911,7 @@ "zh-chs": "创建帐户,用户名是{0}", "zh-cht": "帳戶已創建,用戶名是{0}", "xloc": [ - "default.handlebars->39->2209" + "default.handlebars->39->2208" ] }, { @@ -4942,8 +4936,8 @@ "zh-chs": "帐户已被锁定", "zh-cht": "帳戶已被鎖定", "xloc": [ - "default.handlebars->39->2355", - "default.handlebars->39->2523" + "default.handlebars->39->2354", + "default.handlebars->39->2522" ] }, { @@ -4969,7 +4963,7 @@ "zh-cht": "達到帳戶限制。", "xloc": [ "default-mobile.handlebars->11->710", - "default.handlebars->39->2817", + "default.handlebars->39->2816", "login-mobile.handlebars->5->6", "login.handlebars->5->6", "login2.handlebars->7->8" @@ -5024,7 +5018,7 @@ "zh-chs": "帐号登录", "zh-cht": "帳號登錄", "xloc": [ - "default.handlebars->39->2146" + "default.handlebars->39->2145" ] }, { @@ -5048,7 +5042,7 @@ "tr": "{0}, {1}, {2} adresinden hesap girişi", "zh-chs": "来自 {0}、{1}、{2} 的帐户登录", "xloc": [ - "default.handlebars->39->2252" + "default.handlebars->39->2251" ] }, { @@ -5073,7 +5067,7 @@ "zh-chs": "帐户登出", "zh-cht": "帳戶登出", "xloc": [ - "default.handlebars->39->2147" + "default.handlebars->39->2146" ] }, { @@ -5125,7 +5119,7 @@ "zh-chs": "帐户密码已更改:{0}", "zh-cht": "帳戶密碼已更改:{0}", "xloc": [ - "default.handlebars->39->2219" + "default.handlebars->39->2218" ] }, { @@ -5150,7 +5144,7 @@ "zh-chs": "帐户已删除", "zh-cht": "帳戶已刪除", "xloc": [ - "default.handlebars->39->2208" + "default.handlebars->39->2207" ] }, { @@ -5360,7 +5354,7 @@ "zh-chs": "如果ACM失败,则激活到CCM", "zh-cht": "如果ACM失敗,則激活到CCM", "xloc": [ - "default.handlebars->39->1923" + "default.handlebars->39->1922" ] }, { @@ -5440,7 +5434,7 @@ "zh-chs": "主动设备共享", "zh-cht": "主動設備共享", "xloc": [ - "default.handlebars->39->1874", + "default.handlebars->39->1873", "default.handlebars->39->940" ] }, @@ -5620,7 +5614,7 @@ "zh-chs": "添加代理", "zh-cht": "新增代理", "xloc": [ - "default.handlebars->39->1866", + "default.handlebars->39->1865", "default.handlebars->39->424" ] }, @@ -5668,8 +5662,8 @@ "zh-chs": "添加设备", "zh-cht": "新增裝置", "xloc": [ - "default.handlebars->39->2498", - "default.handlebars->39->2657", + "default.handlebars->39->2497", + "default.handlebars->39->2656", "default.handlebars->39->428" ] }, @@ -5720,9 +5714,9 @@ "zh-chs": "添加设备组", "zh-cht": "新增裝置群", "xloc": [ - "default.handlebars->39->2004", - "default.handlebars->39->2492", - "default.handlebars->39->2645", + "default.handlebars->39->2003", + "default.handlebars->39->2491", + "default.handlebars->39->2644", "default.handlebars->39->344" ] }, @@ -5748,7 +5742,7 @@ "zh-chs": "添加设备组权限", "zh-cht": "新增裝置群權限", "xloc": [ - "default.handlebars->39->2001" + "default.handlebars->39->2000" ] }, { @@ -5773,8 +5767,8 @@ "zh-chs": "添加设备权限", "zh-cht": "新增裝置權限", "xloc": [ - "default.handlebars->39->2006", - "default.handlebars->39->2008" + "default.handlebars->39->2005", + "default.handlebars->39->2007" ] }, { @@ -5917,7 +5911,7 @@ "zh-chs": "添加成员身份", "zh-cht": "新增成員身份", "xloc": [ - "default.handlebars->39->2677" + "default.handlebars->39->2676" ] }, { @@ -6044,7 +6038,7 @@ "zh-chs": "添加用户设备权限", "zh-cht": "新增用戶裝置權限", "xloc": [ - "default.handlebars->39->2011" + "default.handlebars->39->2010" ] }, { @@ -6069,9 +6063,9 @@ "zh-chs": "添加用户组", "zh-cht": "新增用戶群", "xloc": [ - "default.handlebars->39->1862", - "default.handlebars->39->2003", - "default.handlebars->39->2651", + "default.handlebars->39->1861", + "default.handlebars->39->2002", + "default.handlebars->39->2650", "default.handlebars->39->933" ] }, @@ -6097,7 +6091,7 @@ "zh-chs": "添加用户组设备权限", "zh-cht": "新增用戶群裝置權限", "xloc": [ - "default.handlebars->39->2013" + "default.handlebars->39->2012" ] }, { @@ -6169,8 +6163,8 @@ "zh-chs": "添加用户", "zh-cht": "新增用戶", "xloc": [ - "default.handlebars->39->1861", - "default.handlebars->39->2487" + "default.handlebars->39->1860", + "default.handlebars->39->2486" ] }, { @@ -6195,7 +6189,7 @@ "zh-chs": "将用户添加到设备组", "zh-cht": "將用戶新增到裝置群", "xloc": [ - "default.handlebars->39->2000" + "default.handlebars->39->1999" ] }, { @@ -6220,7 +6214,7 @@ "zh-chs": "将用户添加到用户组", "zh-cht": "將用戶新增到用戶群", "xloc": [ - "default.handlebars->39->2522" + "default.handlebars->39->2521" ] }, { @@ -6391,7 +6385,7 @@ "zh-chs": "通过安装Mesh Agent将新计算机添加到该设备组。", "zh-cht": "通過安裝Mesh Agent將新電腦新增到該裝置群。", "xloc": [ - "default.handlebars->39->1865", + "default.handlebars->39->1864", "default.handlebars->39->423" ] }, @@ -6458,7 +6452,7 @@ "nl": "Voeg tags toe", "pl": "Dodaj tagi", "pt": "Adicionar tags", - "pt-br": "Adicionar Tags", + "pt-br": "Adicionar Etiquetas", "ru": "Добавить теги", "sv": "Lägg till taggar", "tr": "Etiket ekle", @@ -6515,7 +6509,7 @@ "zh-chs": "添加了身份验证应用程序", "zh-cht": "添加了身份驗證應用程序", "xloc": [ - "default.handlebars->39->2235" + "default.handlebars->39->2234" ] }, { @@ -6540,7 +6534,7 @@ "zh-chs": "已将设备共享{0}从{1}添加到{2}", "zh-cht": "已將設備共享{0}從{1}添加到{2}", "xloc": [ - "default.handlebars->39->2246" + "default.handlebars->39->2245" ] }, { @@ -6558,9 +6552,8 @@ "pl": "Dodano udostępnienie urządzenia {0} reaktywowane codziennie.", "ru": "Добавлен ежедневный общий доступ к устройству {0}.", "tr": "Her gün yinelenen {0} cihaz paylaşımı eklendi.", - "pt-br": "Compartilhamento diário do dispositivo {0} adicionado.", "xloc": [ - "default.handlebars->39->2283" + "default.handlebars->39->2282" ] }, { @@ -6578,9 +6571,8 @@ "pl": "Dodano udostępnienie urządzenia {0} reaktywowane co tydzień.", "ru": "Добавлен еженедельный общий доступ к устройству {0}.", "tr": "Haftalık olarak yinelenen {0} cihaz paylaşımı eklendi.", - "pt-br": "Compartilhamento Semanal do dispositivo {0} adicionado.", "xloc": [ - "default.handlebars->39->2284" + "default.handlebars->39->2283" ] }, { @@ -6598,9 +6590,8 @@ "pl": "Dodano udostępnianie urządzenia {0} z nieograniczonym czasem", "ru": "Добавлен общий доступ к устройству {0} с неограниченным временем.", "tr": "Sınırsız süre ile cihaz paylaşımı {0} eklendi.", - "pt-br": "Compartilhamento Ilimitado do dispositivo {0} adicionado.", "xloc": [ - "default.handlebars->39->2276" + "default.handlebars->39->2275" ] }, { @@ -6625,8 +6616,8 @@ "zh-chs": "已将设备{0}添加到设备组{1}", "zh-cht": "已將設備{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2202", - "default.handlebars->39->2229" + "default.handlebars->39->2201", + "default.handlebars->39->2228" ] }, { @@ -6650,7 +6641,7 @@ "tr": "Giriş anahtarı eklendi", "zh-chs": "添加登录令牌", "xloc": [ - "default.handlebars->39->2260" + "default.handlebars->39->2259" ] }, { @@ -6674,7 +6665,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı eklendi", "zh-chs": "新增推送通知认证装置", "xloc": [ - "default.handlebars->39->2258" + "default.handlebars->39->2257" ] }, { @@ -6699,7 +6690,7 @@ "zh-chs": "添加了安全密钥", "zh-cht": "添加了安全密鑰", "xloc": [ - "default.handlebars->39->2240" + "default.handlebars->39->2239" ] }, { @@ -6724,7 +6715,7 @@ "zh-chs": "已将用户组{0}添加到设备组{1}", "zh-cht": "已將用戶組{0}添加到設備組{1}", "xloc": [ - "default.handlebars->39->2213" + "default.handlebars->39->2212" ] }, { @@ -6749,8 +6740,8 @@ "zh-chs": "已将用户{0}添加到用户组{1}", "zh-cht": "已將用戶{0}添加到用戶組{1}", "xloc": [ - "default.handlebars->39->2216", - "default.handlebars->39->2225" + "default.handlebars->39->2215", + "default.handlebars->39->2224" ] }, { @@ -6903,7 +6894,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2571" + "default.handlebars->39->2570" ] }, { @@ -6954,7 +6945,7 @@ "zh-chs": "管理领域", "zh-cht": "管理領域", "xloc": [ - "default.handlebars->39->2420" + "default.handlebars->39->2419" ] }, { @@ -6979,7 +6970,7 @@ "zh-chs": "管理员", "zh-cht": "管理員", "xloc": [ - "default.handlebars->39->2347" + "default.handlebars->39->2346" ] }, { @@ -7033,9 +7024,9 @@ "default-mobile.handlebars->11->249", "default-mobile.handlebars->11->306", "default-mobile.handlebars->container->page_content->column_l->p10->p10console->consoleTable->1->4->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1", - "default.handlebars->39->2078", - "default.handlebars->39->2091", - "default.handlebars->39->2874", + "default.handlebars->39->2077", + "default.handlebars->39->2090", + "default.handlebars->39->2873", "default.handlebars->39->364", "default.handlebars->39->612", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->p15outputselecttd->p15outputselect->p15outputselect1" @@ -7063,8 +7054,8 @@ "zh-chs": "代理+英特尔AMT", "zh-cht": "代理+Intel® AMT", "xloc": [ - "default.handlebars->39->2080", - "default.handlebars->39->2093" + "default.handlebars->39->2079", + "default.handlebars->39->2092" ] }, { @@ -7116,7 +7107,7 @@ "zh-cht": "代理控制台", "xloc": [ "default-mobile.handlebars->11->669", - "default.handlebars->39->2021" + "default.handlebars->39->2020" ] }, { @@ -7141,7 +7132,7 @@ "zh-chs": "代理错误计数器", "zh-cht": "代理錯誤計數器", "xloc": [ - "default.handlebars->39->2843" + "default.handlebars->39->2842" ] }, { @@ -7307,9 +7298,8 @@ "pl": "Samo-Udostępnianie Agenta", "ru": "Общий доступ из Агента", "tr": "Agent Kendisinin-Paylaşımı", - "pt-br": "Auto compartilhamento de Agente", "xloc": [ - "default.handlebars->39->1893", + "default.handlebars->39->1892", "default.handlebars->39->959" ] }, @@ -7335,7 +7325,7 @@ "zh-chs": "代理时段", "zh-cht": "代理時段", "xloc": [ - "default.handlebars->39->2859" + "default.handlebars->39->2858" ] }, { @@ -7374,7 +7364,7 @@ "nl": "Agent Tag", "pl": "Tag Agenta", "pt": "Etiqueta do agente", - "pt-br": "Tags do Agente", + "pt-br": "Etiqueta do Agente", "ru": "Тег агента", "sv": "Agent Tag", "tr": "Agent Etiketi", @@ -7432,7 +7422,7 @@ "zh-chs": "代理类型", "zh-cht": "代理類型", "xloc": [ - "default.handlebars->39->2089", + "default.handlebars->39->2088", "default.handlebars->container->column_l->p21->p21main->1->1->meshOsChartDiv->1" ] }, @@ -7483,7 +7473,7 @@ "zh-chs": "代理关闭了与服务器压缩的{0}%代理会话。已发送:{1},已压缩:{2}", "zh-cht": "代理關閉了與{0}%代理到服務器壓縮的會話。已發送:{1},已壓縮:{2}", "xloc": [ - "default.handlebars->39->2199" + "default.handlebars->39->2198" ] }, { @@ -7528,7 +7518,6 @@ "pl": "Agent połączony z ograniczonymi uprawnieniami", "ru": "Агент подключен с ограниченными привилегиями", "tr": "Agent kısıtlı yetkiler ile bağlandı", - "pt-br": "Agente conectado com privilégios limitados", "xloc": [ "default.handlebars->39->232" ] @@ -7573,7 +7562,6 @@ "pl": "Sprawdzanie skrótu agenta jest pomijane, jest to niebezpieczne.", "ru": "Проверка хэша агента пропущена, это небезопасно.", "tr": "Agent doğrulaması atlandı, bu güvenli değil.", - "pt-br": "O hash do agent foi ignorado, falha de segurança.", "xloc": [ "default.handlebars->39->88" ] @@ -7887,8 +7875,8 @@ "zh-chs": "代理", "zh-cht": "代理", "xloc": [ - "default.handlebars->39->2051", - "default.handlebars->39->2887", + "default.handlebars->39->2050", + "default.handlebars->39->2886", "default.handlebars->39->505" ] }, @@ -7942,7 +7930,7 @@ "default-mobile.handlebars->11->141", "default-mobile.handlebars->11->471", "default-mobile.handlebars->11->473", - "default.handlebars->39->2730", + "default.handlebars->39->2729", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->DevFilterSelect->1" ] }, @@ -7968,7 +7956,7 @@ "zh-chs": "全部可用", "zh-cht": "全部可用", "xloc": [ - "default.handlebars->39->2309" + "default.handlebars->39->2308" ] }, { @@ -7976,9 +7964,8 @@ "nl": "Alle beschikbare agents", "pl": "Wszyscy Dostępni Agenci", "fr": "Tous les agents disponsibles", - "pt-br": "Todos agentes disponíveis", "xloc": [ - "default.handlebars->39->2052", + "default.handlebars->39->2051", "default.handlebars->39->506" ] }, @@ -8029,7 +8016,7 @@ "zh-chs": "所有事件", "zh-cht": "所有事件", "xloc": [ - "default.handlebars->39->2307" + "default.handlebars->39->2306" ] }, { @@ -8105,8 +8092,8 @@ "zh-chs": "允许用户管理此设备组和该组中的设备。", "zh-cht": "允許用戶管理此裝置群和該群中的裝置。", "xloc": [ - "default.handlebars->39->1966", - "default.handlebars->39->2519" + "default.handlebars->39->1965", + "default.handlebars->39->2518" ] }, { @@ -8131,7 +8118,7 @@ "zh-chs": "允许用户管理此设备。", "zh-cht": "允許用戶管理此裝置。", "xloc": [ - "default.handlebars->39->1967" + "default.handlebars->39->1966" ] }, { @@ -8381,8 +8368,8 @@ "zh-cht": "一直通知", "xloc": [ "default.handlebars->39->1838", - "default.handlebars->39->2478", - "default.handlebars->39->2580", + "default.handlebars->39->2477", + "default.handlebars->39->2579", "default.handlebars->39->840" ] }, @@ -8409,8 +8396,8 @@ "zh-cht": "一直提示", "xloc": [ "default.handlebars->39->1839", - "default.handlebars->39->2479", - "default.handlebars->39->2581", + "default.handlebars->39->2478", + "default.handlebars->39->2580", "default.handlebars->39->841" ] }, @@ -8656,8 +8643,8 @@ "tr": "Anti-virüs etkin değil", "zh-chs": "杀毒软件未激活", "xloc": [ - "default.handlebars->39->2082", - "default.handlebars->39->2096" + "default.handlebars->39->2081", + "default.handlebars->39->2095" ] }, { @@ -9472,7 +9459,7 @@ "zh-cht": "你確定要刪除群{0}嗎?刪除裝置群還將刪除該群中有關裝置的所有訊息。", "xloc": [ "default-mobile.handlebars->11->634", - "default.handlebars->39->1937" + "default.handlebars->39->1936" ] }, { @@ -9572,7 +9559,7 @@ "zh-chs": "您确定要{0}插件吗:{1}", "zh-cht": "你確定要{0}外掛嗎:{1}", "xloc": [ - "default.handlebars->39->2938" + "default.handlebars->39->2937" ] }, { @@ -9867,7 +9854,7 @@ "zh-chs": "尝试激活英特尔(R)AMT ACM模式", "zh-cht": "嘗試激活英特爾(R)AMT ACM模式", "xloc": [ - "default.handlebars->39->2168" + "default.handlebars->39->2167" ] }, { @@ -9947,7 +9934,7 @@ "zh-chs": "认证软件", "zh-cht": "認證軟體", "xloc": [ - "default.handlebars->39->2584" + "default.handlebars->39->2583" ] }, { @@ -10125,7 +10112,6 @@ "pl": "Automatycznie akceptuj wszystkie połączenia przez następne 5 minut", "ru": "Автоматически принимать все соединения в течение 5 минут", "tr": "Sonraki 5 dakika boyunca tüm bağlantıları otomatik olarak kabul et", - "pt-br": "Aceitar todas conexões pelos próximos 5 minutos", "xloc": [ "coretranslations.json" ] @@ -10153,7 +10139,7 @@ "zh-cht": "自動刪除", "xloc": [ "default.handlebars->39->1823", - "default.handlebars->39->2301" + "default.handlebars->39->2300" ] }, { @@ -10207,7 +10193,7 @@ "zh-chs": "自动下载代理程序核心转储文件:“{0}”", "zh-cht": "自動下載代理程序核心轉儲文件:“{0}”", "xloc": [ - "default.handlebars->39->2249" + "default.handlebars->39->2248" ] }, { @@ -10301,7 +10287,7 @@ "tr": "Etkin olmayan cihazları otomatik olarak kaldırın", "zh-chs": "自动移除非活动设备", "xloc": [ - "default.handlebars->39->1961" + "default.handlebars->39->1960" ] }, { @@ -10326,7 +10312,7 @@ "zh-chs": "可用內存", "zh-cht": "可用內存", "xloc": [ - "default.handlebars->39->2868" + "default.handlebars->39->2867" ] }, { @@ -10567,8 +10553,8 @@ "zh-chs": "背景与互动", "zh-cht": "背景與互動", "xloc": [ - "default.handlebars->39->2058", - "default.handlebars->39->2065", + "default.handlebars->39->2057", + "default.handlebars->39->2064", "default.handlebars->39->492", "default.handlebars->39->512" ] @@ -10595,8 +10581,8 @@ "zh-chs": "仅背景", "zh-cht": "僅背景", "xloc": [ - "default.handlebars->39->2059", - "default.handlebars->39->2066", + "default.handlebars->39->2058", + "default.handlebars->39->2065", "default.handlebars->39->493", "default.handlebars->39->513", "default.handlebars->39->529" @@ -10650,8 +10636,8 @@ "zh-chs": "备用码", "zh-cht": "備用碼", "xloc": [ - "default.handlebars->39->2587", - "default.handlebars->39->2778" + "default.handlebars->39->2586", + "default.handlebars->39->2777" ] }, { @@ -10669,7 +10655,6 @@ "pl": "Ścieżka kopii zapasowej nie może być ustawiona wewnątrz folderu meshcentral-data, ustawienia kopii zignorowano.", "ru": "Путь резервного копирования не может в папке meshcentral-data, параметры резервного копирования игнорируются.", "tr": "Yedekleme yolu meshcentral-data klasörü içinde ayarlanamaz, yedekleme ayarları yok sayılır.", - "pt-br": "O caminho do backup não pode ser definido dentro da pasta meshcentral-data, configuração de Backup ignorada.", "xloc": [ "default.handlebars->39->100" ] @@ -10696,7 +10681,7 @@ "zh-chs": "错误的签名", "zh-cht": "錯誤的簽名", "xloc": [ - "default.handlebars->39->2850" + "default.handlebars->39->2849" ] }, { @@ -10721,7 +10706,7 @@ "zh-chs": "错误的网络证书", "zh-cht": "錯誤的網絡憑證", "xloc": [ - "default.handlebars->39->2849" + "default.handlebars->39->2848" ] }, { @@ -10821,7 +10806,7 @@ "zh-chs": "将{0}个文件批量上传到文件夹{1}", "zh-cht": "將{0}個文件批量上傳到文件夾{1}", "xloc": [ - "default.handlebars->39->2248" + "default.handlebars->39->2247" ] }, { @@ -11020,7 +11005,7 @@ "zh-chs": "广播", "zh-cht": "廣播", "xloc": [ - "default.handlebars->39->2485", + "default.handlebars->39->2484", "default.handlebars->container->column_l->p4->3->1->0->3->1" ] }, @@ -11046,7 +11031,7 @@ "zh-chs": "广播消息", "zh-cht": "廣播消息", "xloc": [ - "default.handlebars->39->2402" + "default.handlebars->39->2401" ] }, { @@ -11071,7 +11056,7 @@ "zh-chs": "向所有连接的用户广播消息。", "zh-cht": "向所有連接的用戶廣播消息。", "xloc": [ - "default.handlebars->39->2397" + "default.handlebars->39->2396" ] }, { @@ -11079,9 +11064,8 @@ "nl": "Browser", "pl": "Przeglądarka", "fr": "Navigateur", - "pt-br": "Navegador", "xloc": [ - "default.handlebars->39->2752" + "default.handlebars->39->2751" ] }, { @@ -11180,7 +11164,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar 1 gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,不活动的设备将在 1 天后移除。", "xloc": [ - "default.handlebars->39->1963" + "default.handlebars->39->1962" ] }, { @@ -11204,7 +11188,7 @@ "tr": "Varsayılan olarak, etkin olmayan cihazlar {0} gün sonra kaldırılacaktır.", "zh-chs": "默认情况下,非活动设备将在 {0} 天后移除。", "xloc": [ - "default.handlebars->39->1964" + "default.handlebars->39->1963" ] }, { @@ -11222,9 +11206,8 @@ "pl": "Bajtów Odebrano", "ru": "Входящих байт", "tr": "Bayt Girişi", - "pt-br": "Entrada de Bytes", "xloc": [ - "default.handlebars->39->2748" + "default.handlebars->39->2747" ] }, { @@ -11242,9 +11225,8 @@ "pl": "Bajtów Wysłano", "ru": "Исходящих байт", "tr": "Bayt Bitti", - "pt-br": "Saída de Bytes", "xloc": [ - "default.handlebars->39->2749" + "default.handlebars->39->2748" ] }, { @@ -11304,7 +11286,7 @@ "zh-chs": "CCM模式", "zh-cht": "CCM模式", "xloc": [ - "default.handlebars->39->1920" + "default.handlebars->39->1919" ] }, { @@ -11330,7 +11312,7 @@ "zh-cht": "CIRA", "xloc": [ "default-mobile.handlebars->11->250", - "default.handlebars->39->2875", + "default.handlebars->39->2874", "default.handlebars->39->366", "default.handlebars->39->614" ] @@ -11357,7 +11339,7 @@ "zh-chs": "CIRA服务器", "zh-cht": "CIRA伺服器", "xloc": [ - "default.handlebars->39->2922" + "default.handlebars->39->2921" ] }, { @@ -11382,7 +11364,7 @@ "zh-chs": "CIRA服务器命令", "zh-cht": "CIRA伺服器指令", "xloc": [ - "default.handlebars->39->2923" + "default.handlebars->39->2922" ] }, { @@ -11400,7 +11382,6 @@ "pl": "Lokalna nazwa FQDN CIRA jest ignorowana, gdy serwer działa w trybie tylko LAN lub tylko WAN.", "ru": "Локальные полные доменные имена CIRA игнорируются, когда сервер находится в режиме LAN-only или WAN-only.", "tr": "Sunucu yalnızca LAN veya yalnızca WAN modundayken CIRA yerel FQDN'leri yoksayılır.", - "pt-br": "FQDN CIRA local ignorado quando o servidor estiver nos modos Lan-only ou Wan-only", "xloc": [ "default.handlebars->39->86" ] @@ -11427,7 +11408,7 @@ "zh-chs": "CIRA设置", "zh-cht": "CIRA設置", "xloc": [ - "default.handlebars->39->1928" + "default.handlebars->39->1927" ] }, { @@ -11454,7 +11435,7 @@ "xloc": [ "default-mobile.handlebars->11->582", "default.handlebars->39->1431", - "default.handlebars->39->2899", + "default.handlebars->39->2898", "default.handlebars->container->column_l->p40->3->1->p40type->5" ] }, @@ -11480,7 +11461,7 @@ "zh-chs": "CPU负载", "zh-cht": "CPU負載", "xloc": [ - "default.handlebars->39->2864" + "default.handlebars->39->2863" ] }, { @@ -11505,7 +11486,7 @@ "zh-chs": "最近15分钟的CPU负载", "zh-cht": "最近15分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2867" + "default.handlebars->39->2866" ] }, { @@ -11530,7 +11511,7 @@ "zh-chs": "最近5分钟的CPU负载", "zh-cht": "最近5分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2866" + "default.handlebars->39->2865" ] }, { @@ -11555,7 +11536,7 @@ "zh-chs": "最近一分钟的CPU负载", "zh-cht": "最近一分鐘的CPU負載", "xloc": [ - "default.handlebars->39->2865" + "default.handlebars->39->2864" ] }, { @@ -11610,7 +11591,7 @@ "zh-chs": "CSV", "zh-cht": "CSV", "xloc": [ - "default.handlebars->39->2317" + "default.handlebars->39->2316" ] }, { @@ -11635,8 +11616,8 @@ "zh-chs": "CSV格式", "zh-cht": "CSV格式", "xloc": [ - "default.handlebars->39->2321", - "default.handlebars->39->2389", + "default.handlebars->39->2320", + "default.handlebars->39->2388", "default.handlebars->39->685" ] }, @@ -11684,7 +11665,7 @@ "zh-chs": "呼叫错误", "zh-cht": "呼叫錯誤", "xloc": [ - "default.handlebars->39->2939" + "default.handlebars->39->2938" ] }, { @@ -11702,7 +11683,6 @@ "pl": "Nie może mieć więcej niż 4 lokalnych FQDN CIRA. Ignorowanie wartości.", "ru": "Локальных полных доменных имен CIRA не может быть более 4. Игнорируем значение.", "tr": "4'ten fazla CIRA yerel FQDN'si olamaz. Değeri görmezden gelmek.", - "pt-br": "Não pode ter mais que 4 FQDN CIRA locais. Ignorando valores.", "xloc": [ "default.handlebars->39->87" ] @@ -11733,7 +11713,7 @@ "default-mobile.handlebars->11->106", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->39->1797", - "default.handlebars->39->2928", + "default.handlebars->39->2927", "default.handlebars->39->465", "default.handlebars->container->dialog->idx_dlgButtonBar", "login-mobile.handlebars->dialog->idx_dlgButtonBar", @@ -12014,7 +11994,7 @@ "zh-chs": "更改{0}的电邮", "zh-cht": "更改{0}的電郵", "xloc": [ - "default.handlebars->39->2632" + "default.handlebars->39->2631" ] }, { @@ -12068,7 +12048,7 @@ "xloc": [ "default-mobile.handlebars->11->114", "default.handlebars->39->1746", - "default.handlebars->39->2605" + "default.handlebars->39->2604" ] }, { @@ -12093,7 +12073,7 @@ "zh-chs": "更改{0}的密码", "zh-cht": "更改{0}的密碼", "xloc": [ - "default.handlebars->39->2641" + "default.handlebars->39->2640" ] }, { @@ -12118,7 +12098,7 @@ "zh-chs": "更改{0}的真实名称", "zh-cht": "更改{0}的真實名稱", "xloc": [ - "default.handlebars->39->2627" + "default.handlebars->39->2626" ] }, { @@ -12265,7 +12245,7 @@ "zh-chs": "更改该用户的密码", "zh-cht": "更改該用戶的密碼", "xloc": [ - "default.handlebars->39->2604" + "default.handlebars->39->2603" ] }, { @@ -12365,7 +12345,7 @@ "zh-chs": "更改帐户凭据", "zh-cht": "帳戶憑證已更改", "xloc": [ - "default.handlebars->39->2220" + "default.handlebars->39->2219" ] }, { @@ -12383,9 +12363,8 @@ "pl": "Zmieniono wyświetlaną nazwę konta na {0}.", "ru": "Изменено отображаемое имя учетной записи на {0}.", "tr": "Hesap görünen adı {0} olarak değiştirildi.", - "pt-br": "Nome de exibição da conta alterado para {0}", "xloc": [ - "default.handlebars->39->2272" + "default.handlebars->39->2271" ] }, { @@ -12410,8 +12389,8 @@ "zh-chs": "{1}组中的设备{0}已更改:{2}", "zh-cht": "{1}組中的設備{0}已更改:{2}", "xloc": [ - "default.handlebars->39->2204", - "default.handlebars->39->2285" + "default.handlebars->39->2203", + "default.handlebars->39->2284" ] }, { @@ -12436,7 +12415,7 @@ "zh-chs": "语言从{1}更改为{2}", "zh-cht": "語言從{1}更改為{2}", "xloc": [ - "default.handlebars->39->2148" + "default.handlebars->39->2147" ] }, { @@ -12461,8 +12440,8 @@ "zh-chs": "已更改{0}的用户设备权限", "zh-cht": "已更改{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2206", - "default.handlebars->39->2227" + "default.handlebars->39->2205", + "default.handlebars->39->2226" ] }, { @@ -12534,9 +12513,9 @@ "zh-cht": "聊天", "xloc": [ "default.handlebars->39->1008", - "default.handlebars->39->2338", + "default.handlebars->39->2337", + "default.handlebars->39->2599", "default.handlebars->39->2600", - "default.handlebars->39->2601", "default.handlebars->39->880", "default.handlebars->39->986" ] @@ -12565,8 +12544,8 @@ "xloc": [ "default-mobile.handlebars->11->659", "default-mobile.handlebars->11->679", - "default.handlebars->39->1995", - "default.handlebars->39->2032" + "default.handlebars->39->1994", + "default.handlebars->39->2031" ] }, { @@ -12591,7 +12570,7 @@ "zh-chs": "聊天请求,点击这里接受。", "xloc": [ "default-mobile.handlebars->11->711", - "default.handlebars->39->2818" + "default.handlebars->39->2817" ] }, { @@ -12767,7 +12746,7 @@ "zh-cht": "檢查...", "xloc": [ "default.handlebars->39->1497", - "default.handlebars->39->2933" + "default.handlebars->39->2932" ] }, { @@ -13051,7 +13030,7 @@ "default.handlebars->39->1338", "default.handlebars->39->1340", "default.handlebars->39->1342", - "default.handlebars->39->2142", + "default.handlebars->39->2141", "default.handlebars->container->column_l->p15->consoleTable->1->6->1->1->1->0->7", "default.handlebars->container->column_l->p41->3->1", "messenger.handlebars->xbottom->1->1->0->5", @@ -13151,7 +13130,7 @@ "nl": "Wis agent core", "pl": "Wyczyść jądro agenta", "pt": "Núcleo de agente transparente", - "pt-br": "Apagar \\\"Core\\\" do agente", + "pt-br": "Apagar núcleo de agente", "ru": "Очистить ядро агента", "sv": "Tydlig agentkärna", "tr": "Temsilci çekirdeğini temizle", @@ -13176,7 +13155,7 @@ "nl": "Wis de agent core op de geselecteerde apparaten?", "pl": "Wyczyścić rdzeń agenta na wybranych urządzeniach?", "pt": "Limpar o núcleo do agente em dispositivos selecionados?", - "pt-br": "Apagar o \\\"Core\\\" do agente nos dispositivos selecionados?", + "pt-br": "Apagar o núcleo do agente em dispositivos selecionados?", "ru": "Очистить ядро агента на выбранных устройствах?", "sv": "Rensa agentkärnan på utvalda enheter?", "tr": "Seçilen cihazlarda temsilci çekirdeği temizlensin mi?", @@ -13208,7 +13187,7 @@ "zh-cht": "全部清除", "xloc": [ "default-mobile.handlebars->11->694", - "default.handlebars->39->2801" + "default.handlebars->39->2800" ] }, { @@ -13252,7 +13231,7 @@ "nl": "Maak de kern leeg", "pl": "Wyczyść jądro", "pt": "Limpe o núcleo", - "pt-br": "Apagar \\\"Core\\\"", + "pt-br": "Apagar o núcleo", "ru": "Очистить ядро", "sv": "Rensa kärnan", "tr": "Çekirdeği temizleyin", @@ -13311,7 +13290,7 @@ "zh-cht": "清除此通知", "xloc": [ "default-mobile.handlebars->11->693", - "default.handlebars->39->2800" + "default.handlebars->39->2799" ] }, { @@ -13369,7 +13348,6 @@ "pl": "Kliknij tutaj by pobrać Asystenta MeshCentral dla Windows.", "nl": "Klik hier om de MeshCentral Assistant voor Windows te downloaden.", "fr": "Cliquez ici pour télécharger l'assistant Meshcentral pour Windows.", - "pt-br": "Clique aqui para baixar o Mesh Central Assistant para Windows", "xloc": [ "mesh-invite.html->2->15->1->1" ] @@ -13397,7 +13375,7 @@ "zh-cht": "單擊此處編輯裝置群名稱", "xloc": [ "default.handlebars->39->1808", - "default.handlebars->39->2087" + "default.handlebars->39->2086" ] }, { @@ -13447,7 +13425,7 @@ "zh-chs": "单击此处编辑用户组名称", "zh-cht": "單擊此處編輯用戶群名稱", "xloc": [ - "default.handlebars->39->2459" + "default.handlebars->39->2458" ] }, { @@ -13610,7 +13588,6 @@ "pl": "Kliknij poniższe przyciski, aby zainstalować lub odinstalować oprogramowanie zdalnego dostępu. Po zainstalowaniu, to oprogramowanie działa w tle, umożliwiając zarządzanie i kontrolowanie tego komputera przez zdalnego administratora.", "ru": "Нажмите кнопки ниже, чтобы установить или удалить это программное обеспечение для удаленного управления..После установки это программное обеспечение работает в фоновом режиме, что позволяет удаленному администратору управлять этим компьютером.", "tr": "Bu uzaktan yönetim yazılımını yüklemek veya kaldırmak için aşağıdaki düğmelere tıklayın. Yüklendiğinde, bu yazılım arka planda çalışır ve bu bilgisayarın uzak bir yönetici tarafından yönetilmesine ve kontrol edilmesine olanak tanır.", - "pt-br": "Clique nos botões abaixo para instalar ou desinstalar este software de gerenciamento remoto. Quando instalado, este software é executado em segundo plano permitindo que este computador seja gerenciado e controlado por um administrador remoto", "xloc": [ "agent-translations.json" ] @@ -13714,7 +13691,7 @@ "zh-chs": "客户端启动的远程访问", "zh-cht": "客戶端啟動的遠程訪問", "xloc": [ - "default.handlebars->39->1927" + "default.handlebars->39->1926" ] }, { @@ -13796,7 +13773,7 @@ "default.handlebars->39->1312", "default.handlebars->39->206", "default.handlebars->39->214", - "default.handlebars->39->2927", + "default.handlebars->39->2926", "sharing.handlebars->11->52" ] }, @@ -13805,9 +13782,8 @@ "nl": "Gesloten desktop multiplexsessie \\\"{0}\\\", {1} seconde(n)", "pl": "Zamknięta sesja pulpitu wielokrotnego \\\"{0}\\\", {1} sekund(a)", "fr": "Session de bureau multiplexée fermée \\\"{0}\\\", {1} seconde(s)", - "pt-br": "Sessão \\\"{0}\\\" multiplex de área de trabalho fechada, {1} segundo(s)", "xloc": [ - "default.handlebars->39->2292" + "default.handlebars->39->2291" ] }, { @@ -13832,7 +13808,7 @@ "zh-chs": "封闭式桌面多路复用会话,{0}秒", "zh-cht": "封閉式桌面多路復用會話,{0}秒", "xloc": [ - "default.handlebars->39->2153" + "default.handlebars->39->2152" ] }, { @@ -14008,7 +13984,7 @@ "xloc": [ "default-mobile.handlebars->11->681", "default.handlebars->39->1010", - "default.handlebars->39->2034", + "default.handlebars->39->2033", "default.handlebars->39->988" ] }, @@ -14034,8 +14010,8 @@ "zh-chs": "通用设备组", "zh-cht": "通用裝置群", "xloc": [ - "default.handlebars->39->2493", - "default.handlebars->39->2646" + "default.handlebars->39->2492", + "default.handlebars->39->2645" ] }, { @@ -14060,8 +14036,8 @@ "zh-chs": "通用设备", "zh-cht": "通用裝置", "xloc": [ - "default.handlebars->39->2499", - "default.handlebars->39->2658" + "default.handlebars->39->2498", + "default.handlebars->39->2657" ] }, { @@ -14183,11 +14159,11 @@ "default-mobile.handlebars->11->635", "default.handlebars->39->1120", "default.handlebars->39->1129", - "default.handlebars->39->1938", - "default.handlebars->39->2367", - "default.handlebars->39->2449", - "default.handlebars->39->2515", - "default.handlebars->39->2644", + "default.handlebars->39->1937", + "default.handlebars->39->2366", + "default.handlebars->39->2448", + "default.handlebars->39->2514", + "default.handlebars->39->2643", "default.handlebars->39->649" ] }, @@ -14312,7 +14288,7 @@ "zh-chs": "确认删除选定的帐户?", "zh-cht": "確認刪除所選帳戶?", "xloc": [ - "default.handlebars->39->2366" + "default.handlebars->39->2365" ] }, { @@ -14359,7 +14335,7 @@ "zh-chs": "确认删除选定的用户组?", "zh-cht": "確認刪除所選用戶群?", "xloc": [ - "default.handlebars->39->2448" + "default.handlebars->39->2447" ] }, { @@ -14384,7 +14360,7 @@ "zh-chs": "确认删除用户{0}?", "zh-cht": "確認刪除用戶{0}?", "xloc": [ - "default.handlebars->39->2643" + "default.handlebars->39->2642" ] }, { @@ -14409,7 +14385,7 @@ "zh-chs": "确认删除用户“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2518" + "default.handlebars->39->2517" ] }, { @@ -14434,7 +14410,7 @@ "zh-chs": "确认删除用户组“ {0} ”的成员身份?", "zh-cht": "確認刪除用戶群“ {0} ”的成員身份?", "xloc": [ - "default.handlebars->39->2675" + "default.handlebars->39->2674" ] }, { @@ -14537,7 +14513,7 @@ "zh-chs": "确认覆盖?", "zh-cht": "確認覆蓋?", "xloc": [ - "default.handlebars->39->2136" + "default.handlebars->39->2135" ] }, { @@ -14562,8 +14538,8 @@ "zh-chs": "确认删除设备“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2508", - "default.handlebars->39->2666" + "default.handlebars->39->2507", + "default.handlebars->39->2665" ] }, { @@ -14588,8 +14564,8 @@ "zh-chs": "确认删除设备组“ {0} ”的访问权限?", "zh-cht": "確認刪除裝置群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2510", - "default.handlebars->39->2679" + "default.handlebars->39->2509", + "default.handlebars->39->2678" ] }, { @@ -14614,7 +14590,7 @@ "zh-chs": "确认删除用户“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2668" + "default.handlebars->39->2667" ] }, { @@ -14639,7 +14615,7 @@ "zh-chs": "确认删除用户组“ {0} ”的访问权限?", "zh-cht": "確認刪除用戶群“ {0} ”的訪問權限?", "xloc": [ - "default.handlebars->39->2671" + "default.handlebars->39->2670" ] }, { @@ -14664,8 +14640,8 @@ "zh-chs": "确认删除访问权限?", "zh-cht": "確認刪除訪問權限?", "xloc": [ - "default.handlebars->39->2669", - "default.handlebars->39->2672" + "default.handlebars->39->2668", + "default.handlebars->39->2671" ] }, { @@ -14738,7 +14714,7 @@ "zh-chs": "确认删除设备共享“{0}”?", "zh-cht": "確認刪除設備共享“{0}”?", "xloc": [ - "default.handlebars->39->2664" + "default.handlebars->39->2663" ] }, { @@ -14831,7 +14807,7 @@ "zh-chs": "确认删除用户“ {0} ”的权限?", "zh-cht": "確認刪除用戶“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->2045" + "default.handlebars->39->2044" ] }, { @@ -14856,7 +14832,7 @@ "zh-chs": "确认删除用户组“ {0} ”的权限?", "zh-cht": "確認刪除用戶群“ {0} ”的權限?", "xloc": [ - "default.handlebars->39->2047" + "default.handlebars->39->2046" ] }, { @@ -15001,7 +14977,7 @@ "zh-cht": "將{1}入口{2}中的{0}限製到此位置?", "xloc": [ "default-mobile.handlebars->11->151", - "default.handlebars->39->2137" + "default.handlebars->39->2136" ] }, { @@ -15115,7 +15091,7 @@ "zh-chs": "连接到服务器", "zh-cht": "連接到伺服器", "xloc": [ - "default.handlebars->39->1931" + "default.handlebars->39->1930" ] }, { @@ -15268,7 +15244,7 @@ "zh-chs": "已连接的英特尔®AMT", "zh-cht": "已連接的Intel® AMT", "xloc": [ - "default.handlebars->39->2855" + "default.handlebars->39->2854" ] }, { @@ -15293,7 +15269,7 @@ "zh-chs": "已连接的用户", "zh-cht": "已连接的用户", "xloc": [ - "default.handlebars->39->2860" + "default.handlebars->39->2859" ] }, { @@ -15311,7 +15287,6 @@ "pl": "Podłączone urządzenia:", "ru": "Подключенные устройства:", "tr": "Bağlı cihazlar:", - "pt-br": "Dispositivos conectados", "xloc": [ "device-notify.html->2->5->1", "device-notify.txt" @@ -15425,7 +15400,6 @@ "pl": "Łączenie z serwerem...", "ru": "Подключение к серверу...", "tr": "Sunucuya baglanıyor...", - "pt-br": "Conectando ao servidor", "xloc": [ "player.handlebars->3->16" ] @@ -15509,7 +15483,7 @@ "zh-chs": "连接数量", "zh-cht": "連接數量", "xloc": [ - "default.handlebars->39->2886" + "default.handlebars->39->2885" ] }, { @@ -15561,7 +15535,7 @@ "zh-chs": "连接转发器", "zh-cht": "連接轉發器", "xloc": [ - "default.handlebars->39->2921" + "default.handlebars->39->2920" ] }, { @@ -15637,7 +15611,7 @@ "zh-cht": "連接性", "xloc": [ "default-mobile.handlebars->11->311", - "default.handlebars->39->2094", + "default.handlebars->39->2093", "default.handlebars->39->340", "default.handlebars->39->861", "default.handlebars->container->column_l->p21->p21main->1->1->meshConnChartDiv->1" @@ -15658,9 +15632,8 @@ "pl": "Zgoda", "ru": "Согласие", "tr": "Onay", - "pt-br": "Permitir", "xloc": [ - "default.handlebars->39->2300" + "default.handlebars->39->2299" ] }, { @@ -15792,7 +15765,7 @@ "zh-chs": "Cookie编码器", "zh-cht": "Cookie編碼器", "xloc": [ - "default.handlebars->39->2905" + "default.handlebars->39->2904" ] }, { @@ -16011,8 +15984,8 @@ "zh-chs": "复制连结到剪贴板", "zh-cht": "複製連結到剪貼板", "xloc": [ - "default.handlebars->39->2105", - "default.handlebars->39->2124", + "default.handlebars->39->2104", + "default.handlebars->39->2123", "default.handlebars->39->283", "default.handlebars->39->305", "default.handlebars->39->307", @@ -16144,7 +16117,7 @@ "zh-chs": "复制:“{0}”到“{1}”", "zh-cht": "複製:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2196" + "default.handlebars->39->2195" ] }, { @@ -16325,7 +16298,7 @@ "zh-chs": "核心服务器", "zh-cht": "核心伺服器", "xloc": [ - "default.handlebars->39->2904" + "default.handlebars->39->2903" ] }, { @@ -16396,7 +16369,7 @@ "zh-chs": "创建帐号", "zh-cht": "創建帳號", "xloc": [ - "default.handlebars->39->2416", + "default.handlebars->39->2415", "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", "login2.handlebars->centralTable->1->0->logincell->createpanel->createpanelform->9->1->12->1->1" @@ -16495,7 +16468,7 @@ "zh-chs": "创建用户组", "zh-cht": "創建用戶群", "xloc": [ - "default.handlebars->39->2456" + "default.handlebars->39->2455" ] }, { @@ -16644,7 +16617,7 @@ "zh-chs": "创建文件夹:“{0}”", "zh-cht": "創建文件夾:“{0}”", "xloc": [ - "default.handlebars->39->2189" + "default.handlebars->39->2188" ] }, { @@ -16693,7 +16666,7 @@ "zh-chs": "通过导入以下格式的JSON档案一次创建多个帐户:", "zh-cht": "通過導入以下格式的JSON檔案一次創建多個帳戶:", "xloc": [ - "default.handlebars->39->2380" + "default.handlebars->39->2379" ] }, { @@ -16745,7 +16718,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "創建的設備組:{0}", "xloc": [ - "default.handlebars->39->2200" + "default.handlebars->39->2199" ] }, { @@ -16839,7 +16812,7 @@ "zh-chs": "创建", "zh-cht": "創建", "xloc": [ - "default.handlebars->39->2560" + "default.handlebars->39->2559" ] }, { @@ -16909,7 +16882,7 @@ "nl": "Maker", "pl": "Twórca", "pt": "O Criador", - "pt-br": "Criador", + "pt-br": "O Criador", "ru": "Создатель", "sv": "Skapare", "tr": "Oluşturan", @@ -17249,7 +17222,7 @@ "zh-chs": "当前密码不正确。", "xloc": [ "default-mobile.handlebars->11->721", - "default.handlebars->39->2828" + "default.handlebars->39->2827" ] }, { @@ -17395,7 +17368,6 @@ "pl": "Dziennie", "ru": "Ежедневно", "tr": "Günlük", - "pt-br": "Diariamente", "xloc": [ "default.handlebars->39->268" ] @@ -17525,8 +17497,8 @@ "xloc": [ "default-mobile.handlebars->11->375", "default.handlebars->39->1104", - "default.handlebars->39->2725", - "default.handlebars->39->2728" + "default.handlebars->39->2724", + "default.handlebars->39->2727" ] }, { @@ -17551,8 +17523,7 @@ "zh-chs": "停用", "zh-cht": "停用", "xloc": [ - "default.handlebars->39->1852", - "default.handlebars->39->1910" + "default.handlebars->39->1909" ] }, { @@ -17577,7 +17548,7 @@ "zh-chs": "如果设置停用CCM", "zh-cht": "如果設置停用CCM", "xloc": [ - "default.handlebars->39->1922" + "default.handlebars->39->1921" ] }, { @@ -17650,10 +17621,10 @@ "zh-chs": "默认", "zh-cht": "默認", "xloc": [ - "default.handlebars->39->2403", - "default.handlebars->39->2452", - "default.handlebars->39->2463", - "default.handlebars->39->2536" + "default.handlebars->39->2402", + "default.handlebars->39->2451", + "default.handlebars->39->2462", + "default.handlebars->39->2535" ] }, { @@ -17709,7 +17680,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default-mobile.handlebars->dialog->idx_dlgButtonBar->5", "default.handlebars->39->1322", - "default.handlebars->39->2131", + "default.handlebars->39->2130", "default.handlebars->39->732", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -17771,7 +17742,7 @@ "zh-chs": "删除帐户", "zh-cht": "刪除帳戶", "xloc": [ - "default.handlebars->39->2368" + "default.handlebars->39->2367" ] }, { @@ -17848,8 +17819,8 @@ "xloc": [ "default-mobile.handlebars->11->633", "default-mobile.handlebars->11->636", - "default.handlebars->39->1898", - "default.handlebars->39->1939" + "default.handlebars->39->1897", + "default.handlebars->39->1938" ] }, { @@ -17922,7 +17893,7 @@ "zh-chs": "删除用户", "zh-cht": "刪除用戶", "xloc": [ - "default.handlebars->39->2603" + "default.handlebars->39->2602" ] }, { @@ -17947,8 +17918,8 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2504", - "default.handlebars->39->2516" + "default.handlebars->39->2503", + "default.handlebars->39->2515" ] }, { @@ -17973,7 +17944,7 @@ "zh-chs": "删除用户群组", "zh-cht": "刪除用戶群組", "xloc": [ - "default.handlebars->39->2450" + "default.handlebars->39->2449" ] }, { @@ -17998,7 +17969,7 @@ "zh-chs": "删除用户{0}", "zh-cht": "刪除用戶{0}", "xloc": [ - "default.handlebars->39->2642" + "default.handlebars->39->2641" ] }, { @@ -18024,7 +17995,7 @@ "zh-cht": "刪除帳戶", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->p3AccountActions->p2AccountActions->3->9->0", - "default.handlebars->39->2364", + "default.handlebars->39->2363", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->p2AccountPassActions->7" ] }, @@ -18075,7 +18046,7 @@ "zh-chs": "删除群组", "zh-cht": "刪除群組", "xloc": [ - "default.handlebars->39->2446" + "default.handlebars->39->2445" ] }, { @@ -18125,7 +18096,7 @@ "zh-chs": "递归删除:“{0}”,{1}个元素已删除", "zh-cht": "遞歸刪除:“{0}”,{1}個元素已刪除", "xloc": [ - "default.handlebars->39->2191" + "default.handlebars->39->2190" ] }, { @@ -18153,7 +18124,7 @@ "default-mobile.handlebars->11->148", "default-mobile.handlebars->11->479", "default.handlebars->39->1324", - "default.handlebars->39->2133", + "default.handlebars->39->2132", "sharing.handlebars->11->63" ] }, @@ -18179,7 +18150,7 @@ "zh-chs": "删除用户群组{0}?", "zh-cht": "刪除用戶群組{0}?", "xloc": [ - "default.handlebars->39->2514" + "default.handlebars->39->2513" ] }, { @@ -18207,7 +18178,7 @@ "default-mobile.handlebars->11->147", "default-mobile.handlebars->11->478", "default.handlebars->39->1323", - "default.handlebars->39->2132", + "default.handlebars->39->2131", "sharing.handlebars->11->62" ] }, @@ -18258,7 +18229,7 @@ "zh-chs": "删除:“{0}”", "zh-cht": "刪除:“{0}”", "xloc": [ - "default.handlebars->39->2190" + "default.handlebars->39->2189" ] }, { @@ -18283,7 +18254,7 @@ "zh-chs": "删除:“{0}”,{1}个元素已删除", "zh-cht": "刪除:“{0}”,已刪除{1}個元素", "xloc": [ - "default.handlebars->39->2192" + "default.handlebars->39->2191" ] }, { @@ -18460,12 +18431,12 @@ "default.handlebars->39->145", "default.handlebars->39->1760", "default.handlebars->39->1815", - "default.handlebars->39->1941", - "default.handlebars->39->2298", - "default.handlebars->39->2455", + "default.handlebars->39->1940", + "default.handlebars->39->2297", + "default.handlebars->39->2454", + "default.handlebars->39->2464", "default.handlebars->39->2465", - "default.handlebars->39->2466", - "default.handlebars->39->2512", + "default.handlebars->39->2511", "default.handlebars->39->773", "default.handlebars->39->774", "default.handlebars->container->column_l->p42->p42tbl->1->0->3" @@ -18518,12 +18489,12 @@ "default-mobile.handlebars->11->343", "default.handlebars->39->1028", "default.handlebars->39->1257", - "default.handlebars->39->1878", - "default.handlebars->39->1947", - "default.handlebars->39->2699", - "default.handlebars->39->2758", - "default.handlebars->39->2789", - "default.handlebars->39->2880", + "default.handlebars->39->1877", + "default.handlebars->39->1946", + "default.handlebars->39->2698", + "default.handlebars->39->2757", + "default.handlebars->39->2788", + "default.handlebars->39->2879", "default.handlebars->39->738", "default.handlebars->39->944", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop", @@ -18554,7 +18525,7 @@ "zh-chs": "桌面 + 文件", "xloc": [ "default.handlebars->39->1031", - "default.handlebars->39->1882", + "default.handlebars->39->1881", "default.handlebars->39->948" ] }, @@ -18579,7 +18550,7 @@ "tr": "Masaüstü + Terminal", "zh-chs": "桌面 + 终端", "xloc": [ - "default.handlebars->39->1879", + "default.handlebars->39->1878", "default.handlebars->39->945" ] }, @@ -18605,7 +18576,7 @@ "zh-chs": "桌面 + 终端 + 文件", "xloc": [ "default.handlebars->39->1033", - "default.handlebars->39->1883", + "default.handlebars->39->1882", "default.handlebars->39->949" ] }, @@ -18655,7 +18626,7 @@ "tr": "Masaüstü Multiplex", "zh-chs": "桌面复用", "xloc": [ - "default.handlebars->39->2885" + "default.handlebars->39->2884" ] }, { @@ -18681,8 +18652,8 @@ "zh-cht": "桌面通知", "xloc": [ "default.handlebars->39->1833", - "default.handlebars->39->2473", - "default.handlebars->39->2575", + "default.handlebars->39->2472", + "default.handlebars->39->2574", "default.handlebars->39->835" ] }, @@ -18709,8 +18680,8 @@ "zh-cht": "桌面提示", "xloc": [ "default.handlebars->39->1832", - "default.handlebars->39->2472", - "default.handlebars->39->2574", + "default.handlebars->39->2471", + "default.handlebars->39->2573", "default.handlebars->39->834" ] }, @@ -18737,8 +18708,8 @@ "zh-cht": "桌面提示+工具欄", "xloc": [ "default.handlebars->39->1830", - "default.handlebars->39->2470", - "default.handlebars->39->2572", + "default.handlebars->39->2469", + "default.handlebars->39->2571", "default.handlebars->39->832" ] }, @@ -18763,7 +18734,7 @@ "tr": "Masaüstü Oturumu", "zh-chs": "桌面会话", "xloc": [ - "default.handlebars->39->2692" + "default.handlebars->39->2691" ] }, { @@ -18862,8 +18833,8 @@ "zh-cht": "桌面工具欄", "xloc": [ "default.handlebars->39->1831", - "default.handlebars->39->2471", - "default.handlebars->39->2573", + "default.handlebars->39->2470", + "default.handlebars->39->2572", "default.handlebars->39->833" ] }, @@ -18888,7 +18859,7 @@ "tr": "Yalnızca Masaüstü Görünümü", "zh-chs": "仅桌面视图", "xloc": [ - "default.handlebars->39->2548" + "default.handlebars->39->2547" ] }, { @@ -19014,7 +18985,7 @@ "zh-cht": "細節", "xloc": [ "default-mobile.handlebars->11->346", - "default.handlebars->39->2037", + "default.handlebars->39->2036", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo", "default.handlebars->contextMenu->cxdetails" ] @@ -19069,11 +19040,11 @@ "default-mobile.handlebars->11->539", "default.handlebars->39->1378", "default.handlebars->39->1486", - "default.handlebars->39->1975", + "default.handlebars->39->1974", "default.handlebars->39->255", - "default.handlebars->39->2661", - "default.handlebars->39->2724", - "default.handlebars->39->2742", + "default.handlebars->39->2660", + "default.handlebars->39->2723", + "default.handlebars->39->2741", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5" ] }, @@ -19174,7 +19145,7 @@ "tr": "Cihaz Ayrıntıları", "zh-chs": "设备详情", "xloc": [ - "default.handlebars->39->1999" + "default.handlebars->39->1998" ] }, { @@ -19226,17 +19197,17 @@ "xloc": [ "agent-translations.json", "default-mobile.handlebars->11->699", - "default.handlebars->39->1970", + "default.handlebars->39->1969", + "default.handlebars->39->1972", "default.handlebars->39->1973", - "default.handlebars->39->1974", - "default.handlebars->39->2314", - "default.handlebars->39->2496", - "default.handlebars->39->2502", - "default.handlebars->39->2649", - "default.handlebars->39->2708", - "default.handlebars->39->2731", - "default.handlebars->39->2745", - "default.handlebars->39->2806" + "default.handlebars->39->2313", + "default.handlebars->39->2495", + "default.handlebars->39->2501", + "default.handlebars->39->2648", + "default.handlebars->39->2707", + "default.handlebars->39->2730", + "default.handlebars->39->2744", + "default.handlebars->39->2805" ] }, { @@ -19262,7 +19233,7 @@ "zh-cht": "裝置群用戶", "xloc": [ "default-mobile.handlebars->11->688", - "default.handlebars->39->2043" + "default.handlebars->39->2042" ] }, { @@ -19288,11 +19259,11 @@ "zh-cht": "裝置群", "xloc": [ "default-mobile.handlebars->container->page_content->column_l->p3->p3info->3->3", - "default.handlebars->39->2330", - "default.handlebars->39->2440", - "default.handlebars->39->2483", - "default.handlebars->39->2569", - "default.handlebars->39->2858", + "default.handlebars->39->2329", + "default.handlebars->39->2439", + "default.handlebars->39->2482", + "default.handlebars->39->2568", + "default.handlebars->39->2857", "default.handlebars->container->column_l->p2->p2info->9" ] }, @@ -19395,7 +19366,7 @@ "xloc": [ "default-mobile.handlebars->11->391", "default.handlebars->39->1170", - "default.handlebars->39->2707", + "default.handlebars->39->2706", "default.handlebars->39->430", "default.handlebars->39->439", "player.handlebars->3->25" @@ -19472,7 +19443,7 @@ "tr": "Cihaz İtme", "zh-chs": "设备推送", "xloc": [ - "default.handlebars->39->2588" + "default.handlebars->39->2587" ] }, { @@ -19540,7 +19511,7 @@ "zh-chs": "设备共享链接", "zh-cht": "設備共享鏈接", "xloc": [ - "default.handlebars->39->1875", + "default.handlebars->39->1874", "default.handlebars->39->941" ] }, @@ -19666,8 +19637,8 @@ "zh-cht": "裝置連接。", "xloc": [ "default.handlebars->39->1726", - "default.handlebars->39->2070", - "default.handlebars->39->2074", + "default.handlebars->39->2069", + "default.handlebars->39->2073", "default.handlebars->39->965", "default.handlebars->39->969" ] @@ -19695,8 +19666,8 @@ "zh-cht": "裝置斷開連接。", "xloc": [ "default.handlebars->39->1727", - "default.handlebars->39->2071", - "default.handlebars->39->2075", + "default.handlebars->39->2070", + "default.handlebars->39->2074", "default.handlebars->39->966", "default.handlebars->39->970" ] @@ -19723,7 +19694,7 @@ "zh-chs": "创建的设备组:{0}", "zh-cht": "設備組已創建:{0}", "xloc": [ - "default.handlebars->39->2221" + "default.handlebars->39->2220" ] }, { @@ -19748,7 +19719,7 @@ "zh-chs": "设备组已删除:{0}", "zh-cht": "設備組已刪除:{0}", "xloc": [ - "default.handlebars->39->2222" + "default.handlebars->39->2221" ] }, { @@ -19773,7 +19744,7 @@ "zh-chs": "设备组成员身份已更改:{0}", "zh-cht": "設備組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2223" + "default.handlebars->39->2222" ] }, { @@ -19824,7 +19795,7 @@ "zh-chs": "设备组通知已更改", "zh-cht": "設備組通知已更改", "xloc": [ - "default.handlebars->39->2218" + "default.handlebars->39->2217" ] }, { @@ -19849,7 +19820,7 @@ "zh-chs": "未删除的设备组:{0}", "zh-cht": "未刪除的設備組:{0}", "xloc": [ - "default.handlebars->39->2201" + "default.handlebars->39->2200" ] }, { @@ -19867,9 +19838,8 @@ "pl": "Grupa urządzeń {0} została zmieniona: {1}", "ru": "Группа устройств {0} изменена: {1}", "tr": "{0} cihaz grubu değiştirildi: {1}", - "pt-br": "Grupo de dispositivo {0} foi alterado: {1}", "xloc": [ - "default.handlebars->39->2287" + "default.handlebars->39->2286" ] }, { @@ -19915,7 +19885,6 @@ "pl": "Urządzenie jest zajęte", "ru": "Устройство занято", "tr": "Aygıt meşgul", - "pt-br": "O dispositivo esta ocupado", "xloc": [ "default-mobile.handlebars->11->198", "default.handlebars->39->385" @@ -20270,7 +20239,6 @@ "pl": "Urządzenie jest wyłączone.", "ru": "Устройство выключено.", "tr": "Cihaz kapalı.", - "pt-br": "O dispositivo está desligado", "xloc": [ "default.handlebars->39->597" ] @@ -20397,7 +20365,7 @@ "tr": "Cihaz, Intel(R) AMT ACM TLS etkinleştirmesini istedi, FQDN: {0}", "zh-chs": "设备请求 Intel(R) AMT ACM TLS 激活,FQDN:{0}", "xloc": [ - "default.handlebars->39->2256" + "default.handlebars->39->2255" ] }, { @@ -20422,7 +20390,7 @@ "zh-chs": "设备请求激活Intel(R)AMT ACM,FQDN:{0}", "zh-cht": "設備請求激活Intel(R)AMT ACM,FQDN:{0}", "xloc": [ - "default.handlebars->39->2203" + "default.handlebars->39->2202" ] }, { @@ -20469,9 +20437,9 @@ "zh-chs": "设备", "zh-cht": "裝置", "xloc": [ - "default.handlebars->39->1896", - "default.handlebars->39->2441", - "default.handlebars->39->2484" + "default.handlebars->39->1895", + "default.handlebars->39->2440", + "default.handlebars->39->2483" ] }, { @@ -20544,7 +20512,7 @@ "zh-chs": "禁用的电子邮件两因素身份验证", "zh-cht": "禁用的電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2234" + "default.handlebars->39->2233" ] }, { @@ -20626,7 +20594,6 @@ "pl": "Odłącz i zablokuj", "ru": "Разъединить и заблокировать", "tr": "Bağlantıyı Kes ve Kilitle", - "pt-br": "Desconectar e bloquear", "xloc": [ "default.handlebars->deskDisconnectContextMenu->1" ] @@ -20667,7 +20634,6 @@ "pl": "Rozłącz tą sesję", "ru": "Отключить этот сеанс", "tr": "Bu oturumun bağlantısını kes", - "pt-br": "Desconectar esta sessão", "xloc": [ "default-mobile.handlebars->11->195", "default-mobile.handlebars->11->202", @@ -20740,7 +20706,6 @@ "pl": "Rozłączone urządzenia:", "ru": "Отключенные устройства:", "tr": "Bağlantısı kesilen cihazlar:", - "pt-br": "Dispositivos desconectados", "xloc": [ "device-notify.html->2->7->1", "device-notify.txt" @@ -20939,7 +20904,7 @@ "zh-chs": "显示公共连结", "zh-cht": "顯示公共鏈結", "xloc": [ - "default.handlebars->39->2104" + "default.handlebars->39->2103" ] }, { @@ -20988,7 +20953,7 @@ "zh-chs": "显示消息框,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示消息框,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2163" + "default.handlebars->39->2162" ] }, { @@ -21013,7 +20978,7 @@ "zh-chs": "显示吐司消息,标题= “{0}”,消息= “{1}”", "zh-cht": "顯示吐司消息,標題= “{0}”,消息= “{1}”", "xloc": [ - "default.handlebars->39->2171" + "default.handlebars->39->2170" ] }, { @@ -21038,8 +21003,8 @@ "zh-chs": "什么都不做", "zh-cht": "什麼都不做", "xloc": [ - "default.handlebars->39->1925", - "default.handlebars->39->1929" + "default.handlebars->39->1924", + "default.handlebars->39->1928" ] }, { @@ -21065,10 +21030,10 @@ "zh-cht": "域", "xloc": [ "default.handlebars->39->114", - "default.handlebars->39->2404", - "default.handlebars->39->2453", - "default.handlebars->39->2462", - "default.handlebars->39->2535", + "default.handlebars->39->2403", + "default.handlebars->39->2452", + "default.handlebars->39->2461", + "default.handlebars->39->2534", "mstsc.handlebars->main->1->3->1->rowdomain->1->0", "mstsc.handlebars->main->1->3->1->rowdomain->3" ] @@ -21116,7 +21081,7 @@ "zh-chs": "请勿更改,如果设置请保留CCM", "zh-cht": "請勿更改,如果設置請保留CCM", "xloc": [ - "default.handlebars->39->1921" + "default.handlebars->39->1920" ] }, { @@ -21163,7 +21128,7 @@ "zh-chs": "不要连接到服务器", "zh-cht": "不要連接到伺服器", "xloc": [ - "default.handlebars->39->1930" + "default.handlebars->39->1929" ] }, { @@ -21273,7 +21238,7 @@ "nl": "Omlaag", "pl": "Dół", "pt": "Baixa", - "pt-br": "Baixo", + "pt-br": "Abaixo", "ru": "Down", "sv": "Ner", "tr": "Aşağı", @@ -21509,7 +21474,7 @@ "zh-chs": "下载报告", "zh-cht": "下載報告", "xloc": [ - "default.handlebars->39->2319", + "default.handlebars->39->2318", "default.handlebars->container->column_l->p3->3->1->0->3", "default.handlebars->container->column_l->p60->3->1->0->3->1->p60downloadReportDiv" ] @@ -21610,7 +21575,7 @@ "tr": "Cihaz listesini indir", "zh-chs": "下载设备列表", "xloc": [ - "default.handlebars->39->1894" + "default.handlebars->39->1893" ] }, { @@ -21809,7 +21774,7 @@ "zh-chs": "使用以下一种档案格式下载事件列表。", "zh-cht": "使用以下一種檔案格式下載事件列表。", "xloc": [ - "default.handlebars->39->2320" + "default.handlebars->39->2319" ] }, { @@ -21834,7 +21799,7 @@ "zh-chs": "使用以下一种档案格式下载用户列表。", "zh-cht": "使用以下一種檔案格式下載用戶列表。", "xloc": [ - "default.handlebars->39->2388" + "default.handlebars->39->2387" ] }, { @@ -21935,7 +21900,7 @@ "zh-chs": "下载:“{0}”", "zh-cht": "下載:“{0}”", "xloc": [ - "default.handlebars->39->2194" + "default.handlebars->39->2193" ] }, { @@ -21959,7 +21924,7 @@ "tr": "İndirme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "下载:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2251" + "default.handlebars->39->2250" ] }, { @@ -22009,7 +21974,7 @@ "zh-chs": "代理重复", "zh-cht": "代理重複", "xloc": [ - "default.handlebars->39->2854" + "default.handlebars->39->2853" ] }, { @@ -22059,7 +22024,7 @@ "zh-chs": "复制用户组", "zh-cht": "複製用戶群", "xloc": [ - "default.handlebars->39->2457" + "default.handlebars->39->2456" ] }, { @@ -22109,8 +22074,8 @@ "default.handlebars->39->1062", "default.handlebars->39->261", "default.handlebars->39->263", - "default.handlebars->39->2687", - "default.handlebars->39->2713", + "default.handlebars->39->2686", + "default.handlebars->39->2712", "player.handlebars->3->18" ] }, @@ -22596,10 +22561,10 @@ "default-mobile.handlebars->11->639", "default-mobile.handlebars->11->645", "default-mobile.handlebars->11->665", - "default.handlebars->39->1942", - "default.handlebars->39->1979", - "default.handlebars->39->2005", - "default.handlebars->39->2017" + "default.handlebars->39->1941", + "default.handlebars->39->1978", + "default.handlebars->39->2004", + "default.handlebars->39->2016" ] }, { @@ -22624,7 +22589,7 @@ "zh-chs": "编辑设备组功能", "zh-cht": "編輯裝置群功能", "xloc": [ - "default.handlebars->39->1965" + "default.handlebars->39->1964" ] }, { @@ -22649,8 +22614,8 @@ "zh-chs": "编辑设备组权限", "zh-cht": "編輯裝置群權限", "xloc": [ - "default.handlebars->39->2002", - "default.handlebars->39->2014" + "default.handlebars->39->2001", + "default.handlebars->39->2013" ] }, { @@ -22675,7 +22640,7 @@ "zh-chs": "编辑设备组用户同意", "zh-cht": "編輯裝置群用戶同意", "xloc": [ - "default.handlebars->39->1943" + "default.handlebars->39->1942" ] }, { @@ -22701,7 +22666,7 @@ "zh-cht": "編輯裝置筆記", "xloc": [ "default-mobile.handlebars->11->657", - "default.handlebars->39->1993" + "default.handlebars->39->1992" ] }, { @@ -22726,8 +22691,8 @@ "zh-chs": "编辑设备权限", "zh-cht": "編輯裝置權限", "xloc": [ - "default.handlebars->39->2007", - "default.handlebars->39->2009" + "default.handlebars->39->2006", + "default.handlebars->39->2008" ] }, { @@ -22777,7 +22742,7 @@ "zh-chs": "编辑设备用户同意", "zh-cht": "編輯裝置用戶同意", "xloc": [ - "default.handlebars->39->1945" + "default.handlebars->39->1944" ] }, { @@ -22860,7 +22825,7 @@ "zh-cht": "編輯筆記", "xloc": [ "default-mobile.handlebars->11->672", - "default.handlebars->39->2024" + "default.handlebars->39->2023" ] }, { @@ -22885,7 +22850,7 @@ "zh-chs": "编辑用户同意", "zh-cht": "編輯用戶同意", "xloc": [ - "default.handlebars->39->1944" + "default.handlebars->39->1943" ] }, { @@ -22910,7 +22875,7 @@ "zh-chs": "编辑用户设备组权限", "zh-cht": "編輯用戶裝置群權限", "xloc": [ - "default.handlebars->39->2015" + "default.handlebars->39->2014" ] }, { @@ -22935,7 +22900,7 @@ "zh-chs": "编辑用户设备权限", "zh-cht": "編輯用戶裝置權限", "xloc": [ - "default.handlebars->39->2010" + "default.handlebars->39->2009" ] }, { @@ -22959,7 +22924,7 @@ "tr": "Kullanıcı Özelliklerini Düzenle", "zh-chs": "编辑用户特征", "xloc": [ - "default.handlebars->39->2625" + "default.handlebars->39->2624" ] }, { @@ -22984,7 +22949,7 @@ "zh-chs": "编辑用户组", "zh-cht": "編輯用戶群", "xloc": [ - "default.handlebars->39->2513" + "default.handlebars->39->2512" ] }, { @@ -23009,7 +22974,7 @@ "zh-chs": "编辑用户组设备权限", "zh-cht": "編輯用戶群裝置權限", "xloc": [ - "default.handlebars->39->2012" + "default.handlebars->39->2011" ] }, { @@ -23027,9 +22992,8 @@ "pl": "Edytuj Opcje Grupy Użytkownika", "ru": "Редактировать функции групп пользователей", "tr": "Kullanıcı Grubu Özelliklerini Düzenle", - "pt-br": "Editar recursos de Grupo de Usuários", "xloc": [ - "default.handlebars->39->2506" + "default.handlebars->39->2505" ] }, { @@ -23054,7 +23018,7 @@ "zh-chs": "编辑用户组用户同意", "zh-cht": "編輯用戶組用戶同意", "xloc": [ - "default.handlebars->39->1946" + "default.handlebars->39->1945" ] }, { @@ -23123,7 +23087,6 @@ "pl": "Do zainstalowania/odinstalowania tego oprogramowania wymagane są podwyższone uprawnienia.", "ru": "Для установки/удаления этого программного обеспечения требуются повышенные права.", "tr": "Bu yazılımı yüklemek/kaldırmak için yüksek izinler gerekir.", - "pt-br": "Permissões Elevadas são necessárias para instalar/desinstalar este software", "xloc": [ "agent-translations.json" ] @@ -23173,12 +23136,12 @@ "zh-cht": "電郵", "xloc": [ "default-mobile.handlebars->11->102", - "default.handlebars->39->2406", - "default.handlebars->39->2539", - "default.handlebars->39->2541", - "default.handlebars->39->2586", - "default.handlebars->39->2596", - "default.handlebars->39->2628", + "default.handlebars->39->2405", + "default.handlebars->39->2538", + "default.handlebars->39->2540", + "default.handlebars->39->2585", + "default.handlebars->39->2595", + "default.handlebars->39->2627", "default.handlebars->39->475", "login-mobile.handlebars->5->42", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", @@ -23287,7 +23250,6 @@ "pl": "Połączenie Email", "ru": "Подлючение электронной почты", "tr": "E-posta Bağlantısı", - "pt-br": "Conexão de e-mail", "xloc": [ "default.handlebars->39->1845", "default.handlebars->39->847" @@ -23308,7 +23270,6 @@ "pl": "Rozłączenie Email", "ru": "Отключение электронной почты", "tr": "E-posta Bağlantısını Kes", - "pt-br": "Desconexão de e-mail", "xloc": [ "default.handlebars->39->1846", "default.handlebars->39->848" @@ -23329,9 +23290,8 @@ "pl": "Powiadomienia Email", "ru": "Уведомления по электронной почте", "tr": "E-posta Bildirimleri", - "pt-br": "Notificação por e-mail", "xloc": [ - "default.handlebars->39->2073", + "default.handlebars->39->2072", "default.handlebars->39->968" ] }, @@ -23385,10 +23345,10 @@ }, { "en": "Email domain \\\"{0}\\\" is not allowed. Only ({1}) are allowed", - "pt-br": "O domínio de e-mail \\\"{0}\\\" não é permitido. Somente ({1}) são permitidos", + "pl": "Domena email \\\"{0}\\\" jest niedozwolona. Tylko ({1}) jest dopuszczona", "xloc": [ "default-mobile.handlebars->11->730", - "default.handlebars->39->2837" + "default.handlebars->39->2836" ] }, { @@ -23438,7 +23398,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2350" + "default.handlebars->39->2349" ] }, { @@ -23463,8 +23423,8 @@ "zh-chs": "电子邮件已验证", "zh-cht": "電子郵件已驗證", "xloc": [ - "default.handlebars->39->2351", - "default.handlebars->39->2533" + "default.handlebars->39->2350", + "default.handlebars->39->2532" ] }, { @@ -23489,7 +23449,7 @@ "zh-chs": "电邮已验证。", "zh-cht": "電郵已驗證。", "xloc": [ - "default.handlebars->39->2412" + "default.handlebars->39->2411" ] }, { @@ -23514,7 +23474,7 @@ "zh-chs": "电邮未验证", "zh-cht": "電郵未驗證", "xloc": [ - "default.handlebars->39->2534" + "default.handlebars->39->2533" ] }, { @@ -23561,7 +23521,7 @@ "zh-cht": "電郵已發送。", "xloc": [ "default-mobile.handlebars->11->714", - "default.handlebars->39->2821", + "default.handlebars->39->2820", "login-mobile.handlebars->5->2", "login.handlebars->5->2", "login2.handlebars->7->3" @@ -23637,7 +23597,7 @@ "zh-chs": "已通过电邮验证,并且需要重置密码。", "zh-cht": "已通過電郵驗證,並且需要重置密碼。", "xloc": [ - "default.handlebars->39->2413" + "default.handlebars->39->2412" ] }, { @@ -23683,7 +23643,7 @@ "tr": "E-posta/SMS/Push Trafiği", "zh-chs": "电子邮件/短信/推送流量", "xloc": [ - "default.handlebars->39->2913" + "default.handlebars->39->2912" ] }, { @@ -23739,7 +23699,7 @@ "zh-chs": "启用邀请代码", "zh-cht": "啟用邀請代碼", "xloc": [ - "default.handlebars->39->2049" + "default.handlebars->39->2048" ] }, { @@ -23841,7 +23801,7 @@ "zh-cht": "已啟用", "xloc": [ "default.handlebars->39->117", - "default.handlebars->39->2715" + "default.handlebars->39->2714" ] }, { @@ -23866,7 +23826,7 @@ "zh-chs": "启用电子邮件两因素身份验证", "zh-cht": "啟用電子郵件兩因素身份驗證", "xloc": [ - "default.handlebars->39->2233" + "default.handlebars->39->2232" ] }, { @@ -23900,7 +23860,6 @@ "pl": "Jakość Kodowania", "ru": "Качество кодирования", "fr": "Qualité d'encodage", - "pt-br": "Qualidade de codificação", "xloc": [ "player.handlebars->3->37" ] @@ -23920,7 +23879,6 @@ "pl": "Kodowanie: RAW", "ru": "Кодировка: RAW", "tr": "kodlama: RAW", - "pt-br": "Codificação: RAW", "xloc": [ "default.handlebars->39->1350" ] @@ -23940,7 +23898,6 @@ "pl": "Kodowanie: UTF8", "ru": "Кодировка: UTF8", "tr": "Kodlama: UTF8", - "pt-br": "Codificação: UTF8", "xloc": [ "default.handlebars->39->1351" ] @@ -23992,7 +23949,7 @@ "zh-chs": "时间结束", "zh-cht": "時間結束", "xloc": [ - "default.handlebars->39->2712" + "default.handlebars->39->2711" ] }, { @@ -24017,7 +23974,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了桌面会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2156" + "default.handlebars->39->2155" ] }, { @@ -24042,7 +23999,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了文件管理会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2157" + "default.handlebars->39->2156" ] }, { @@ -24066,7 +24023,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü, {3} saniye sona erdi", "zh-chs": "结束本地中继会话\\\"{0}\\\",协议 {1} 到 {2},{3} 秒", "xloc": [ - "default.handlebars->39->2266" + "default.handlebars->39->2265" ] }, { @@ -24090,7 +24047,7 @@ "tr": "{1} ile {2} arasında \\\"{0}\\\" mesajlaşma oturumu sona erdi, {3} saniye", "zh-chs": "从 {1} 到 {2},{3} 秒结束了 Messenger 会话 \\\"{0}\\\"", "xloc": [ - "default.handlebars->39->2257" + "default.handlebars->39->2256" ] }, { @@ -24115,7 +24072,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了中继会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2154" + "default.handlebars->39->2153" ] }, { @@ -24140,7 +24097,7 @@ "zh-chs": "从{1}到{2},{3}秒结束了终端会话“{0}”", "zh-cht": "從{1}到{2},{3}秒結束了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2155" + "default.handlebars->39->2154" ] }, { @@ -24541,7 +24498,7 @@ "zh-chs": "输入管理领域名称的逗号分隔列表。", "zh-cht": "輸入管理領域名稱的逗號分隔列表。", "xloc": [ - "default.handlebars->39->2417" + "default.handlebars->39->2416" ] }, { @@ -24869,7 +24826,7 @@ "zh-chs": "错误,邀请码 \\\"{0}\\\" 已被使用。", "xloc": [ "default-mobile.handlebars->11->722", - "default.handlebars->39->2829" + "default.handlebars->39->2828" ] }, { @@ -24894,7 +24851,7 @@ "zh-chs": "错误,密码未更改。", "xloc": [ "default-mobile.handlebars->11->719", - "default.handlebars->39->2826" + "default.handlebars->39->2825" ] }, { @@ -24919,7 +24876,7 @@ "zh-chs": "错误,无法更改为常用密码。", "xloc": [ "default-mobile.handlebars->11->718", - "default.handlebars->39->2825" + "default.handlebars->39->2824" ] }, { @@ -24944,7 +24901,7 @@ "zh-chs": "错误,无法更改为以前使用的密码。", "xloc": [ "default-mobile.handlebars->11->717", - "default.handlebars->39->2824" + "default.handlebars->39->2823" ] }, { @@ -25136,7 +25093,7 @@ "zh-chs": "事件列表输出", "zh-cht": "事件列表輸出", "xloc": [ - "default.handlebars->39->2325" + "default.handlebars->39->2324" ] }, { @@ -25469,15 +25426,15 @@ "zh-chs": "外部", "zh-cht": "外部", "xloc": [ - "default.handlebars->39->2893" + "default.handlebars->39->2892" ] }, { "en": "FIDO key", "nl": "FIDO sleutel", - "pt-br": "Chave FIDO", + "pl": "Klucz FIDO", "xloc": [ - "default.handlebars->39->2779" + "default.handlebars->39->2778" ] }, { @@ -25602,7 +25559,7 @@ "zh-chs": "无法更改电子邮件地址,另一个帐户已在使用:{0}。", "xloc": [ "default-mobile.handlebars->11->713", - "default.handlebars->39->2820" + "default.handlebars->39->2819" ] }, { @@ -25651,7 +25608,7 @@ "zh-chs": "本地用户拒绝后无法启动远程桌面", "zh-cht": "本地用戶拒絕後無法啟動遠程桌面", "xloc": [ - "default.handlebars->39->2179" + "default.handlebars->39->2178" ] }, { @@ -25697,7 +25654,7 @@ "zh-chs": "本地用户拒绝后无法启动远程文件", "zh-cht": "本地用戶拒絕後無法啟動遠程文件", "xloc": [ - "default.handlebars->39->2186" + "default.handlebars->39->2185" ] }, { @@ -25824,8 +25781,8 @@ "zh-cht": "功能", "xloc": [ "default.handlebars->39->1829", - "default.handlebars->39->2469", - "default.handlebars->39->2557" + "default.handlebars->39->2468", + "default.handlebars->39->2556" ] }, { @@ -26002,7 +25959,7 @@ "tr": "Dosya transferi", "zh-chs": "文件传输", "xloc": [ - "default.handlebars->39->2693" + "default.handlebars->39->2692" ] }, { @@ -26055,12 +26012,12 @@ "default-mobile.handlebars->11->209", "default-mobile.handlebars->11->345", "default.handlebars->39->1030", - "default.handlebars->39->1880", - "default.handlebars->39->1954", - "default.handlebars->39->2700", - "default.handlebars->39->2759", - "default.handlebars->39->2790", - "default.handlebars->39->2881", + "default.handlebars->39->1879", + "default.handlebars->39->1953", + "default.handlebars->39->2699", + "default.handlebars->39->2758", + "default.handlebars->39->2789", + "default.handlebars->39->2880", "default.handlebars->39->396", "default.handlebars->39->946", "default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles", @@ -26116,8 +26073,8 @@ "zh-cht": "檔案通知", "xloc": [ "default.handlebars->39->1837", - "default.handlebars->39->2477", - "default.handlebars->39->2579", + "default.handlebars->39->2476", + "default.handlebars->39->2578", "default.handlebars->39->839" ] }, @@ -26144,8 +26101,8 @@ "zh-cht": "檔案提示", "xloc": [ "default.handlebars->39->1836", - "default.handlebars->39->2476", - "default.handlebars->39->2578", + "default.handlebars->39->2475", + "default.handlebars->39->2577", "default.handlebars->39->838" ] }, @@ -26194,7 +26151,6 @@ "pl": "Filtr: użytkownik:xxx lub u:xxx ip:xxx grupa:xxx lub g:xxx tag:xxx lub t: xxx atag:xxx lub a:xxx os:xxx amt:xxx opis:xxx wsc:ok wsc:brakav wsc:brakaktualizacji wsc:brakfirewalla wsc:każdy", "ru": "Фильтр: user:xxx or u:xxx ip:xxx group:xxx or g:xxx tag:xxx or t: xxx atag:xxx or a:xxx os:xxx amt:xxx desc:xxx wsc:ok wsc:noav wsc:noupdate wsc:nofirewall wsc:any", "tr": "Filtre: user:xxx veya u:xxx ip:xxx group:xxx veya g:xxx etiketi:xxx veya t: xxx atag:xxx veya a:xxx os:xxx amt:xxx desc:xxx wsc:ok wsc:noav wsc: noupdate wsc:nofirewall wsc:herhangi biri", - "pt-br": "Filtro: usuário: xxx ou u:xxx ip:xxx grupo:xxx ou g:xxx tag:xxx ou t: xxx atag:xxx ou a:xxx os:xxx amt:xxx desc:xxx wsc:ok wsc:noav wsc:noupdate wsc:nofirewall wsc:any", "xloc": [ "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar" ] @@ -26256,9 +26212,8 @@ "nl": "Beëindigde opnamesessie \\\"{0}\\\", {1} seconde(n)", "pl": "Zakończono sesję nagrywania, \\\"{0}\\\", {1} sekund(a)", "fr": "Fin de l'enregistrement de la session \\\"{0}\\\", {1} seconde(s)", - "pt-br": "Gravação de sessão \\\"{0}\\\" finalizada, {1} segundo(s)", "xloc": [ - "default.handlebars->39->2291" + "default.handlebars->39->2290" ] }, { @@ -26283,7 +26238,7 @@ "zh-chs": "录制会话已完成,{0}秒", "zh-cht": "錄製會話已完成,{0}秒", "xloc": [ - "default.handlebars->39->2152" + "default.handlebars->39->2151" ] }, { @@ -26359,8 +26314,8 @@ "tr": "Güvenlik duvarı etkin değil", "zh-chs": "防火墙未激活", "xloc": [ - "default.handlebars->39->2084", - "default.handlebars->39->2098" + "default.handlebars->39->2083", + "default.handlebars->39->2097" ] }, { @@ -26408,9 +26363,8 @@ "pl": "Flagi", "ru": "Флаги", "tr": "Bayraklar", - "pt-br": "Flags", "xloc": [ - "default.handlebars->39->2299" + "default.handlebars->39->2298" ] }, { @@ -26570,7 +26524,6 @@ "nl": "Voor MeshCentral Assistant voor Windows navigeert u naar de volgende link om het proces te voltooien:", "pl": "W przypadku Asystenta MeshCentral w Windows, przejdź do tego linku aby zakończyć proces:", "fr": "Pour l'assistant MeshCentral sous Windows, cliquez sur le lien suivant pour compléter le processus :", - "pt-br": "Para o MeshCentral Assistant no Windows, abre o seguinte link para completar o processo:", "xloc": [ "mesh-invite.txt" ] @@ -26694,8 +26647,8 @@ "zh-chs": "下次登录时强制重置密码。", "zh-cht": "下次登入時強制重置密碼。", "xloc": [ - "default.handlebars->39->2411", - "default.handlebars->39->2639" + "default.handlebars->39->2410", + "default.handlebars->39->2638" ] }, { @@ -26713,9 +26666,8 @@ "pl": "Wymuszone rozłączenie sesji pulpitu użytkownika {0}", "ru": "Принудительно отключен сеанс рабочего стола пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesildi masaüstü oturumu", - "pt-br": "Sessão de área de trabalho do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2279" + "default.handlebars->39->2278" ] }, { @@ -26733,9 +26685,8 @@ "pl": "Wymuszone rozłączenie sesji plików użytkownika {0}", "ru": "Принудительно отключен файловый сеанс пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesilen dosyalar oturumu", - "pt-br": "Sessão de arquivos do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2281" + "default.handlebars->39->2280" ] }, { @@ -26753,9 +26704,8 @@ "pl": "Wymuszone rozłączenie sesji routingu użytkownika {0}", "ru": "Принудительно отключен сеанс маршрутизации пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesildi yönlendirme oturumu", - "pt-br": "Sessão de roteamento do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2282" + "default.handlebars->39->2281" ] }, { @@ -26773,9 +26723,8 @@ "pl": "Wymuszone rozłączenie sesji terminala użytkownika {0}", "ru": "Принудительно отключен терминальный сеанс пользователя {0}", "tr": "{0} kullanıcısının bağlantısı zorla kesildi terminal oturumu", - "pt-br": "Sessão de terminal do usuário {0} desconectada a força", "xloc": [ - "default.handlebars->39->2280" + "default.handlebars->39->2279" ] }, { @@ -26878,7 +26827,7 @@ "zh-chs": "格式化", "zh-cht": "格式化", "xloc": [ - "default.handlebars->39->2316" + "default.handlebars->39->2315" ] }, { @@ -26951,8 +26900,8 @@ "zh-chs": "自由", "zh-cht": "自由", "xloc": [ - "default.handlebars->39->2839", - "default.handlebars->39->2841" + "default.handlebars->39->2838", + "default.handlebars->39->2840" ] }, { @@ -27233,8 +27182,8 @@ "default-mobile.handlebars->11->644", "default-mobile.handlebars->11->664", "default.handlebars->39->1775", - "default.handlebars->39->1978", - "default.handlebars->39->2423" + "default.handlebars->39->1977", + "default.handlebars->39->2422" ] }, { @@ -27259,7 +27208,7 @@ "zh-chs": "完整管理员(保留所有权利)", "zh-cht": "完整管理員(保留所有權利)", "xloc": [ - "default.handlebars->39->2016" + "default.handlebars->39->2015" ] }, { @@ -27409,7 +27358,7 @@ "zh-chs": "完整管理员", "zh-cht": "完整管理員", "xloc": [ - "default.handlebars->39->2527" + "default.handlebars->39->2526" ] }, { @@ -27434,8 +27383,8 @@ "zh-chs": "全自动的", "zh-cht": "全自動的", "xloc": [ - "default.handlebars->39->1857", - "default.handlebars->39->1912" + "default.handlebars->39->1856", + "default.handlebars->39->1911" ] }, { @@ -27685,9 +27634,8 @@ "pl": "Generuj Raport", "ru": "Создать отчет", "tr": "Rapor oluştur", - "pt-br": "Gerar relatório", "xloc": [ - "default.handlebars->39->2740" + "default.handlebars->39->2739" ] }, { @@ -27705,7 +27653,6 @@ "pl": "Generuj Raport...", "ru": "Создать отчет...", "tr": "Rapor oluştur...", - "pt-br": "Gerar relatório...", "xloc": [ "default.handlebars->container->column_l->p60->3->1->0->3->3" ] @@ -27900,7 +27847,6 @@ "pl": "Pobierz schowek", "ru": "Получить буфер", "tr": "Pano Al", - "pt-br": "Obter área de transferência ", "xloc": [ "default.handlebars->39->1230" ] @@ -27978,7 +27924,7 @@ "zh-chs": "正在获取剪贴板内容,{0}个字节", "zh-cht": "正在獲取剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2166" + "default.handlebars->39->2165" ] }, { @@ -28262,7 +28208,7 @@ "zh-cht": "群", "xloc": [ "default-mobile.handlebars->11->264", - "default.handlebars->39->2756", + "default.handlebars->39->2755", "default.handlebars->39->765", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1" ] @@ -28289,8 +28235,8 @@ "zh-chs": "集体指令", "zh-cht": "集體指令", "xloc": [ - "default.handlebars->39->2365", - "default.handlebars->39->2447", + "default.handlebars->39->2364", + "default.handlebars->39->2446", "default.handlebars->39->642", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", "default.handlebars->container->column_l->p4->3->1->0->3->3", @@ -28319,7 +28265,7 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2312" + "default.handlebars->39->2311" ] }, { @@ -28345,7 +28291,7 @@ "zh-cht": "群標識符", "xloc": [ "agent-translations.json", - "default.handlebars->39->2464" + "default.handlebars->39->2463" ] }, { @@ -28370,7 +28316,7 @@ "zh-chs": "群组成员", "zh-cht": "群組成員", "xloc": [ - "default.handlebars->39->2488" + "default.handlebars->39->2487" ] }, { @@ -28378,7 +28324,6 @@ "nl": "Groepsnaam", "pl": "Nazwa Grupy", "fr": "Nom du groupe", - "pt-br": "Nome do grupo", "xloc": [ "agent-translations.json" ] @@ -28405,8 +28350,8 @@ "zh-chs": "通过...分组", "zh-cht": "通過...分群", "xloc": [ - "default.handlebars->39->2726", - "default.handlebars->39->2729" + "default.handlebars->39->2725", + "default.handlebars->39->2728" ] }, { @@ -28424,9 +28369,8 @@ "pl": "Nazwa grupy", "ru": "Название группы", "tr": "Grup ismi", - "pt-br": "Nome do grupo", "xloc": [ - "default.handlebars->39->2297" + "default.handlebars->39->2296" ] }, { @@ -28451,7 +28395,7 @@ "zh-chs": "用户{0}的群组权限。", "zh-cht": "用戶{0}的群組權限。", "xloc": [ - "default.handlebars->39->1977" + "default.handlebars->39->1976" ] }, { @@ -28476,7 +28420,7 @@ "zh-chs": "{0}的群组权限。", "zh-cht": "{0}的群組權限。", "xloc": [ - "default.handlebars->39->1976" + "default.handlebars->39->1975" ] }, { @@ -28569,9 +28513,8 @@ "pl": "Gość", "ru": "Гость", "tr": "Misafir", - "pt-br": "Convidado", "xloc": [ - "default.handlebars->39->2746" + "default.handlebars->39->2745" ] }, { @@ -28646,7 +28589,7 @@ "tr": "Misafir Paylaşımı", "zh-chs": "嘉宾分享", "xloc": [ - "default.handlebars->39->1985" + "default.handlebars->39->1984" ] }, { @@ -28695,7 +28638,7 @@ "tr": "HTTP", "zh-chs": "HTTP", "xloc": [ - "default.handlebars->39->2877" + "default.handlebars->39->2876" ] }, { @@ -28850,8 +28793,9 @@ { "en": "Hardware OTP", "nl": "Hardware OTP", + "pl": "Sprzętowe OTP", "xloc": [ - "default.handlebars->39->2781" + "default.handlebars->39->2780" ] }, { @@ -28876,7 +28820,7 @@ "zh-chs": "堆总数", "zh-cht": "堆總數", "xloc": [ - "default.handlebars->39->2895" + "default.handlebars->39->2894" ] }, { @@ -28901,7 +28845,7 @@ "zh-chs": "堆使用", "zh-cht": "堆使用", "xloc": [ - "default.handlebars->39->2894" + "default.handlebars->39->2893" ] }, { @@ -29023,7 +28967,7 @@ "zh-chs": "已请求帮助,用户:{0},详细信息:{1}", "zh-cht": "已請求幫助,用戶:{0},詳細信息:{1}", "xloc": [ - "default.handlebars->39->2243" + "default.handlebars->39->2242" ] }, { @@ -29384,7 +29328,7 @@ "zh-cht": "保存{0}項目{1}給{2}", "xloc": [ "default-mobile.handlebars->11->153", - "default.handlebars->39->2139" + "default.handlebars->39->2138" ] }, { @@ -29504,10 +29448,9 @@ "nl": "IP-adres", "pl": "Adres IP", "fr": "Adresse IP", - "pt-br": "Endereço IP", "xloc": [ - "default.handlebars->39->2751", - "default.handlebars->39->2786" + "default.handlebars->39->2750", + "default.handlebars->39->2785" ] }, { @@ -29524,8 +29467,7 @@ "nl": "IP KVM apparaat", "pl": "Urządzenie IP KVM", "ru": "IP KVM-устройство", - "tr": "IP KVM cihazı", - "pt-br": "Dispositivo IP KVM" + "tr": "IP KVM cihazı" }, { "cs": "IP KVM port je aktivní a připraven k použití.", @@ -29541,8 +29483,7 @@ "nl": "IP KVM poort is actief en klaar voor gebruik.", "pl": "Port IP KVM podniesiony i gotowy do użycia.", "ru": "Порт IP KVM подключен и готов к использованию.", - "tr": "IP KVM portu hazır ve kullanıma hazır.", - "pt-br": "A porta IP KVM está ativa e pronta pro uso." + "tr": "IP KVM portu hazır ve kullanıma hazır." }, { "cs": "IP rozsah", @@ -29635,7 +29576,6 @@ "pl": "IP-KVM / Zasilanie urządzenia", "ru": "IP-KVM / Устройство питания", "tr": "IP-KVM / Güç cihazı", - "pt-br": "IP-KVM / Dispositivo de força", "xloc": [ "default.handlebars->39->1756" ] @@ -29655,7 +29595,6 @@ "pl": "Urządzenie IP-KVM", "ru": "IP-KVM-устройство", "tr": "IP-KVM cihazı", - "pt-br": "Dispositivo IP-KVM ", "xloc": [ "default-mobile.handlebars->11->619", "default.handlebars->39->1813" @@ -29676,7 +29615,6 @@ "pl": "Podłączono z portem IP-KVM", "ru": "Порт IP-KVM подключен", "tr": "IP-KVM bağlantı noktası bağlandı", - "pt-br": "Porta IP-KVM conectada", "xloc": [ "default.handlebars->39->921", "default.handlebars->39->922" @@ -29697,7 +29635,6 @@ "pl": "Port IP-KVM podłączony i gotowy do użycia.", "ru": "Порт IP-KVM подключен и готов к использованию.", "tr": "IP-KVM portu bağlı ve kullanıma hazır.", - "pt-br": "A porta IP KVM está conectada e pronta pro uso.", "xloc": [ "default.handlebars->39->361" ] @@ -29717,7 +29654,6 @@ "pl": "Port IP-KVM podniesiony i gotowy do użycia.", "ru": "Порт IP-KVM запущен и готов к использованию.", "tr": "IP-KVM portu hazır ve kullanıma hazır.", - "pt-br": "A porta IP KVM está ativa e pronta pro uso.", "xloc": [ "default.handlebars->39->609" ] @@ -30088,7 +30024,7 @@ "zh-chs": "如果在CCM中,请重新激活英特尔®AMT", "zh-cht": "如果在CCM中,請重新激活英特爾®AMT", "xloc": [ - "default.handlebars->39->1926" + "default.handlebars->39->1925" ] }, { @@ -30264,9 +30200,9 @@ "tr": "Intel® AMT Cihazlarını İçe Aktarın", "zh-chs": "导入英特尔® AMT 设备", "xloc": [ + "default.handlebars->39->1899", "default.handlebars->39->1900", - "default.handlebars->39->1901", - "default.handlebars->39->1905" + "default.handlebars->39->1904" ] }, { @@ -30290,7 +30226,7 @@ "tr": "MeshCommander JSON formatında yerel Intel® AMT cihazlarının bir listesini içe aktarın.", "zh-chs": "以 MeshCommander JSON 格式导入本地英特尔® AMT 设备列表。", "xloc": [ - "default.handlebars->39->1899" + "default.handlebars->39->1898" ] }, { @@ -30314,7 +30250,7 @@ "tr": "Cihaz listesini içe aktar", "zh-chs": "导入设备列表", "xloc": [ - "default.handlebars->39->1895" + "default.handlebars->39->1894" ] }, { @@ -30362,7 +30298,7 @@ "tr": "Kaldırılana kadar günleri devre dışı bırak", "zh-chs": "停用天数直到移除", "xloc": [ - "default.handlebars->39->1962" + "default.handlebars->39->1961" ] }, { @@ -30460,10 +30396,9 @@ "nl": "Incorrecte 2de factor", "pl": "Dwuskładnikowe logowanie nieprawidłowe", "fr": "Deuxième facteur d'authentification incorrect", - "pt-br": "2ª etapa incorreta", "xloc": [ - "default.handlebars->39->2774", - "default.handlebars->39->2794" + "default.handlebars->39->2773", + "default.handlebars->39->2793" ] }, { @@ -30584,7 +30519,7 @@ "nl": "Informatie over de huidige kern die op deze agent wordt uitgevoerd", "pl": "Informacje o aktualnym rdzeniu działającym na tym agencie", "pt": "Informações sobre o núcleo atual em execução neste agente", - "pt-br": "Informações sobre o \\\"Core\\\" atual em execução neste agente", + "pt-br": "Informações sobre o núcleo atual em execução neste agente", "ru": "Информация о текущем ядре, работающем на этом агенте", "sv": "Information om aktuell kärna som körs på den här agenten", "tr": "Bu aracıda çalışan mevcut çekirdek hakkında bilgi", @@ -30877,8 +30812,8 @@ "zh-chs": "安装类型", "zh-cht": "安裝方式", "xloc": [ - "default.handlebars->39->2057", - "default.handlebars->39->2064", + "default.handlebars->39->2056", + "default.handlebars->39->2063", "default.handlebars->39->491", "default.handlebars->39->511", "default.handlebars->39->527", @@ -30935,7 +30870,7 @@ "zh-chs": "英特尔AMT", "zh-cht": "英特爾AMT", "xloc": [ - "default.handlebars->39->2891" + "default.handlebars->39->2890" ] }, { @@ -30953,7 +30888,6 @@ "pl": "Intel AMT CIRA połączono", "ru": "Intel AMT CIRA подключен", "tr": "Intel AMT CIRA bağlandı", - "pt-br": "Intel AMT CIRA conectado", "xloc": [ "default.handlebars->39->234" ] @@ -30973,7 +30907,6 @@ "pl": "Intel AMT CIRA rozłączono", "ru": "Intel AMT CIRA отключен", "tr": "Intel AMT CIRA'nın bağlantısı kesildi", - "pt-br": "Intel AMT CIRA desconectado", "xloc": [ "default.handlebars->39->238" ] @@ -30993,7 +30926,6 @@ "pl": "Wykryto Intel AMT", "ru": "Обнаружен Intel AMT", "tr": "Intel AMT algılandı", - "pt-br": "Intel AMT detectado", "xloc": [ "default.handlebars->39->233" ] @@ -31019,7 +30951,7 @@ "tr": "Intel AMT yöneticisi", "zh-chs": "英特尔 AMT 经理", "xloc": [ - "default.handlebars->39->2920" + "default.handlebars->39->2919" ] }, { @@ -31037,7 +30969,6 @@ "pl": "Nie wykryto Intel AMT", "ru": "Intel AMT не обнаружен", "tr": "Intel AMT algılanmadı", - "pt-br": "Intel AMT não detectado", "xloc": [ "default.handlebars->39->237" ] @@ -31094,10 +31025,10 @@ "default-mobile.handlebars->11->301", "default-mobile.handlebars->11->308", "default.handlebars->39->1844", - "default.handlebars->39->1858", - "default.handlebars->39->2079", - "default.handlebars->39->2092", - "default.handlebars->39->2919", + "default.handlebars->39->1857", + "default.handlebars->39->2078", + "default.handlebars->39->2091", + "default.handlebars->39->2918", "default.handlebars->39->740", "default.handlebars->39->807", "default.handlebars->39->846", @@ -31350,7 +31281,7 @@ "zh-chs": "英特尔®AMT政策", "zh-cht": "Intel® AMT政策", "xloc": [ - "default.handlebars->39->1913" + "default.handlebars->39->1912" ] }, { @@ -31454,8 +31385,8 @@ "zh-chs": "英特尔®AMT重定向", "zh-cht": "Intel® AMT重定向", "xloc": [ - "default.handlebars->39->2695", - "default.handlebars->39->2702", + "default.handlebars->39->2694", + "default.handlebars->39->2701", "player.handlebars->3->30" ] }, @@ -31531,8 +31462,8 @@ "zh-chs": "英特尔®AMT WSMAN", "zh-cht": "Intle® AMT WSMAN", "xloc": [ - "default.handlebars->39->2694", - "default.handlebars->39->2701", + "default.handlebars->39->2693", + "default.handlebars->39->2700", "player.handlebars->3->29" ] }, @@ -31608,7 +31539,7 @@ "zh-cht": "Intel® AMT桌面和串行事件", "xloc": [ "default.handlebars->39->1728", - "default.handlebars->39->2072", + "default.handlebars->39->2071", "default.handlebars->39->967" ] }, @@ -32055,9 +31986,8 @@ "pl": "Zmiana polityki Intel(r) AMT", "ru": "Изменение политик Intel(r) AMT", "tr": "Intel(r) AMT ilke değişikliği", - "pt-br": "Mudar política Intel(r) AMT", "xloc": [ - "default.handlebars->39->2286" + "default.handlebars->39->2285" ] }, { @@ -32299,8 +32229,8 @@ "zh-chs": "仅限互动", "zh-cht": "僅限互動", "xloc": [ - "default.handlebars->39->2060", - "default.handlebars->39->2067", + "default.handlebars->39->2059", + "default.handlebars->39->2066", "default.handlebars->39->494", "default.handlebars->39->514", "default.handlebars->39->530" @@ -32453,7 +32383,7 @@ "zh-chs": "无效的设备组类型", "zh-cht": "無效的裝置群類型", "xloc": [ - "default.handlebars->39->2853" + "default.handlebars->39->2852" ] }, { @@ -32478,7 +32408,7 @@ "zh-chs": "无效的JSON", "zh-cht": "無效的JSON", "xloc": [ - "default.handlebars->39->2847" + "default.handlebars->39->2846" ] }, { @@ -32503,9 +32433,9 @@ "zh-chs": "无效的JSON档案格式。", "zh-cht": "無效的JSON檔案格式。", "xloc": [ - "default.handlebars->39->1906", - "default.handlebars->39->2385", - "default.handlebars->39->2387" + "default.handlebars->39->1905", + "default.handlebars->39->2384", + "default.handlebars->39->2386" ] }, { @@ -32530,8 +32460,8 @@ "zh-chs": "无效的JSON档案:{0}。", "zh-cht": "無效的JSON檔案:{0}。", "xloc": [ - "default.handlebars->39->1902", - "default.handlebars->39->2383" + "default.handlebars->39->1901", + "default.handlebars->39->2382" ] }, { @@ -32549,7 +32479,6 @@ "pl": "Nieprawidłowy adres e-mail Let's Encrypt, nie można go rozwiązać: {0}", "ru": "Недопустимый адрес электронной почты Let's Encrypt, не удалось разрешить: {0}", "tr": "Geçersiz Let's Encrypt e-posta adresi çözülemedi: {0}", - "pt-br": "Endereço de e-mail do Let's Encrypt inválido, incapaz de resolver: {0}", "xloc": [ "default.handlebars->39->94" ] @@ -32569,7 +32498,6 @@ "pl": "Nieprawidłowe nazwy hostów Let's Encrypt.", "ru": "Недопустимые имена хостов Let's Encrypt.", "tr": "Geçersiz Let's Encrypt ana bilgisayar adları.", - "pt-br": "Nome do host Let's Encrypt inválido.", "xloc": [ "default.handlebars->39->90" ] @@ -32589,7 +32517,6 @@ "pl": "Nieprawidłowe nazwy Let's Encrypt, nie mogą zawierać *.", "ru": "Недопустимые имена Let's Encrypt, имена не могут содержать *.", "tr": "Geçersiz Let's Encrypt adları, * içeremez.", - "pt-br": "Nomes Let's Encrypt inválidos, não pode contar um *.", "xloc": [ "default.handlebars->39->91" ] @@ -32609,7 +32536,6 @@ "pl": "Nieprawidłowe nazwy Let's Encrypt, niemożliwe do rozwiązania: {0}", "ru": "Недопустимые имена Let's Encrypt, не удалось разрешить: {0}", "tr": "Geçersiz Let's Encrypt adları çözülemedi: {0}", - "pt-br": "Nomes Let's Encrypt inválidos, incapaz de resolver: {0}", "xloc": [ "default.handlebars->39->93" ] @@ -32636,7 +32562,7 @@ "zh-chs": "无效的PKCS签名", "zh-cht": "無效的PKCS簽名", "xloc": [ - "default.handlebars->39->2845" + "default.handlebars->39->2844" ] }, { @@ -32661,7 +32587,7 @@ "zh-chs": "無效的RSA密碼", "zh-cht": "無效的RSA密碼", "xloc": [ - "default.handlebars->39->2846" + "default.handlebars->39->2845" ] }, { @@ -32686,7 +32612,7 @@ "zh-chs": "无效的短信", "xloc": [ "default-mobile.handlebars->11->725", - "default.handlebars->39->2832" + "default.handlebars->39->2831" ] }, { @@ -32704,7 +32630,6 @@ "pl": "Nieprawidłowy \\\"LoginCookieEncryptionKey\\\" w config.json.", "ru": "Некорректный \\\"LoginCookieEncryptionKey\\\" в config.json.", "tr": "config.json'da geçersiz \\\"LoginCookieEncryptionKey\\\".", - "pt-br": "\\\"LoginCookieEncryptionKey\\\" inválido no config.json.", "xloc": [ "default.handlebars->39->99" ] @@ -32758,7 +32683,7 @@ "zh-chs": "无效域", "xloc": [ "default-mobile.handlebars->11->705", - "default.handlebars->39->2812" + "default.handlebars->39->2811" ] }, { @@ -32804,7 +32729,7 @@ "zh-chs": "不合规电邮", "xloc": [ "default-mobile.handlebars->11->704", - "default.handlebars->39->2811" + "default.handlebars->39->2810" ] }, { @@ -32890,10 +32815,9 @@ "nl": "Invalid login attempt", "pl": "Nieprawidłowa próba logowania", "fr": "Tentative de connexion invalide", - "pt-br": "Tentativa de login inválida", "xloc": [ - "default.handlebars->39->2776", - "default.handlebars->39->2796" + "default.handlebars->39->2775", + "default.handlebars->39->2795" ] }, { @@ -32919,7 +32843,7 @@ "xloc": [ "default-mobile.handlebars->11->703", "default-mobile.handlebars->11->78", - "default.handlebars->39->2810", + "default.handlebars->39->2809", "default.handlebars->39->298" ] }, @@ -32945,7 +32869,7 @@ "zh-chs": "网站权限无效", "xloc": [ "default-mobile.handlebars->11->706", - "default.handlebars->39->2813" + "default.handlebars->39->2812" ] }, { @@ -32996,7 +32920,7 @@ "tr": "{0}, {1}, {2}'den geçersiz kullanıcı giriş denemesi", "zh-chs": "来自 {0}、{1}、{2} 的无效用户登录尝试", "xloc": [ - "default.handlebars->39->2255" + "default.handlebars->39->2254" ] }, { @@ -33021,7 +32945,7 @@ "zh-chs": "无效的用户名", "xloc": [ "default-mobile.handlebars->11->702", - "default.handlebars->39->2809" + "default.handlebars->39->2808" ] }, { @@ -33067,7 +32991,7 @@ "zh-chs": "使电邮无效", "zh-cht": "使電郵無效", "xloc": [ - "default.handlebars->39->2359" + "default.handlebars->39->2358" ] }, { @@ -33164,7 +33088,7 @@ "zh-chs": "任何人都可以使用邀请代码通过以下公共连接将设备加入该设备组:", "zh-cht": "任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->2062" + "default.handlebars->39->2061" ] }, { @@ -33214,7 +33138,7 @@ "zh-chs": "邀请", "zh-cht": "邀請", "xloc": [ - "default.handlebars->39->1868", + "default.handlebars->39->1867", "default.handlebars->39->426", "default.handlebars->39->516" ] @@ -33243,11 +33167,11 @@ "xloc": [ "default-mobile.handlebars->11->700", "default.handlebars->39->1850", - "default.handlebars->39->2050", - "default.handlebars->39->2061", - "default.handlebars->39->2063", - "default.handlebars->39->2068", - "default.handlebars->39->2807" + "default.handlebars->39->2049", + "default.handlebars->39->2060", + "default.handlebars->39->2062", + "default.handlebars->39->2067", + "default.handlebars->39->2806" ] }, { @@ -33265,9 +33189,8 @@ "pl": "Kod zaproszenia", "ru": "Код приглашения", "tr": "Davet kodu", - "pt-br": "Código de convite", "xloc": [ - "default.handlebars->39->2302" + "default.handlebars->39->2301" ] }, { @@ -33317,7 +33240,7 @@ "zh-chs": "邀请某人在该设备组上安装网格代理。", "zh-cht": "邀請某人在該裝置群上安裝mesh agent。", "xloc": [ - "default.handlebars->39->1867", + "default.handlebars->39->1866", "default.handlebars->39->425" ] }, @@ -33464,7 +33387,7 @@ "zh-chs": "JSON", "zh-cht": "JSON", "xloc": [ - "default.handlebars->39->2318" + "default.handlebars->39->2317" ] }, { @@ -33489,8 +33412,8 @@ "zh-chs": "JSON格式", "zh-cht": "JSON格式", "xloc": [ - "default.handlebars->39->2323", - "default.handlebars->39->2391", + "default.handlebars->39->2322", + "default.handlebars->39->2390", "default.handlebars->39->687" ] }, @@ -33541,7 +33464,7 @@ "zh-chs": "已加入桌面Multiplex会话", "zh-cht": "已加入桌面Multiplex會話", "xloc": [ - "default.handlebars->39->2149" + "default.handlebars->39->2148" ] }, { @@ -33549,9 +33472,8 @@ "nl": "Deelgenomen aan desktop multiplex-sessie \\\"{0}\\\"", "pl": "Dołączył do sesji multipleksu pulpitów \\\"{0}\\\"", "fr": "Session de bureau multiplexée jointe \\\"{0}\\\"", - "pt-br": "Entrou na sessão \\\"{0}\\\" multiplex de área de trabalho", "xloc": [ - "default.handlebars->39->2288" + "default.handlebars->39->2287" ] }, { @@ -33651,7 +33573,7 @@ "zh-chs": "保留现有密码", "zh-cht": "保留現有密碼", "xloc": [ - "default.handlebars->39->1914" + "default.handlebars->39->1913" ] }, { @@ -33850,7 +33772,6 @@ "pl": "Ustawienia Ciagów Klawiatury", "ru": "Настройка клавиатурных строк", "tr": "Klavye Dizileri Özelleştirme", - "pt-br": "Personalização de Strings de Teclado", "xloc": [ "default.handlebars->39->1226" ] @@ -33924,7 +33845,7 @@ "zh-chs": "杀死进程{0}", "zh-cht": "殺死進程{0}", "xloc": [ - "default.handlebars->39->2164" + "default.handlebars->39->2163" ] }, { @@ -34357,7 +34278,7 @@ "zh-chs": "过去30天", "zh-cht": "過去30天", "xloc": [ - "default.handlebars->39->2734", + "default.handlebars->39->2733", "default.handlebars->container->column_l->p40->3->1->p40time->9" ] }, @@ -34431,9 +34352,8 @@ "pl": "Ostatnie 7 dni", "ru": "Последние 7 дней", "tr": "Son 7 gün", - "pt-br": "Últimos 7 dias", "xloc": [ - "default.handlebars->39->2733" + "default.handlebars->39->2732" ] }, { @@ -34483,7 +34403,7 @@ "zh-chs": "最后访问", "zh-cht": "最後訪問", "xloc": [ - "default.handlebars->39->2331" + "default.handlebars->39->2330" ] }, { @@ -34501,9 +34421,8 @@ "pl": "Ostatni Dzień", "ru": "Последний день", "tr": "Son gun", - "pt-br": "Último dia", "xloc": [ - "default.handlebars->39->2732" + "default.handlebars->39->2731" ] }, { @@ -34528,7 +34447,7 @@ "zh-chs": "上次登录", "zh-cht": "上次登入", "xloc": [ - "default.handlebars->39->2561" + "default.handlebars->39->2560" ] }, { @@ -34572,9 +34491,8 @@ "pl": "Ostatni dostęp: {0}", "ru": "Последний доступ: {0}", "tr": "Son erişim: {0}", - "pt-br": "Último acesso: {0}", "xloc": [ - "default.handlebars->39->2341" + "default.handlebars->39->2340" ] }, { @@ -34661,7 +34579,7 @@ "zh-chs": "上次更改:{0}", "zh-cht": "上次更改:{0}", "xloc": [ - "default.handlebars->39->2565" + "default.handlebars->39->2564" ] }, { @@ -34736,7 +34654,7 @@ "zh-chs": "上次登录:{0}", "zh-cht": "上次登入:{0}", "xloc": [ - "default.handlebars->39->2342" + "default.handlebars->39->2341" ] }, { @@ -35053,7 +34971,7 @@ "zh-chs": "如没有请留空。", "zh-cht": "如沒有請留空。", "xloc": [ - "default.handlebars->39->2611" + "default.handlebars->39->2610" ] }, { @@ -35071,7 +34989,7 @@ "nl": "Links", "pl": "Lewo", "pt": "Deixou", - "pt-br": "Esquerda", + "pt-br": "Saiu", "ru": "Left", "sv": "Vänster", "tr": "Sol", @@ -35086,9 +35004,8 @@ "nl": "Verliet de desktop multiplex sessie na \\\"{1}\\\" {0} seconde(n).", "pl": "Opuścił sesję Web-RDP \\\"{1}\\\" po {0} sekundach(sekundzie).", "fr": "Fin de la session Web-RDP \\\"{1}\\\" dans {0} seconde(s).", - "pt-br": "Deixar a sessão WEB-RDP \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2270" + "default.handlebars->39->2269" ] }, { @@ -35105,17 +35022,15 @@ "nl": "Web-RDP sessie verlaten na {0} seconde(n).", "pl": "Opuścił sesję Web-RDP po {0} sekundach.", "ru": "Покинул сеанс Web-RDP через {0} с.", - "tr": "{0} saniye sonra Web-RDP oturumundan ayrıldı.", - "pt-br": "Deixar a sessão WEB-RDP depois de {0} segundo(s)" + "tr": "{0} saniye sonra Web-RDP oturumundan ayrıldı." }, { "en": "Left Web-SFTP session \\\"{1}\\\" after {0} second(s).", "nl": "Verliet de web-SFTP sessie na \\\"{1}\\\" {0} seconde(n).", "pl": "Opuścił sesję Web-SFTP \\\"{1}\\\" po {0} sekundach(sekundzie).", "fr": "Fin de la session Web-SFTP \\\"{1}\\\" dans {0} seconde(s).", - "pt-br": "Deixar a sessão WEB-SFTP \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2269" + "default.handlebars->39->2268" ] }, { @@ -35132,17 +35047,15 @@ "nl": "Web-SFTP sessie verlaten na {0} seconde(n).", "pl": "Opuścił sesję Web-SFTP po {0} sekundach.", "ru": "Покинул сеанс Web-SFTP через {0} с.", - "tr": "{0} saniye sonra Web-SFTP oturumundan ayrıldı.", - "pt-br": "Deixar a sessão WEB-SFTP depois de {0} segundo(s)" + "tr": "{0} saniye sonra Web-SFTP oturumundan ayrıldı." }, { "en": "Left Web-SSH session \\\"{1}\\\" after {0} second(s).", "nl": "Verliet de web-SSH sessie na \\\"{1}\\\" {0} seconde(n).", "pl": "Opuścił sesję Web-SSH \\\"{1}\\\" po {0} sekundach(sekundzie).", "fr": "Fin de la session Web-SSH \\\"{1}\\\" dans {0} seconde(s).", - "pt-br": "Deixar a sessão WEB-SSH \\\"{1}\\\" depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2268" + "default.handlebars->39->2267" ] }, { @@ -35159,8 +35072,7 @@ "nl": "Web-SSH sessie verlaten na {0} seconde(n).", "pl": "Opuścił sesję Web-SSH po {0} sekundach.", "ru": "Покинул сеанс Web-SSH через {0} с.", - "tr": "{0} saniye sonra Web-SSH oturumundan ayrıldı.", - "pt-br": "Deixar a sessão WEB-SSH depois de {0} segundo(s)" + "tr": "{0} saniye sonra Web-SSH oturumundan ayrıldı." }, { "cs": "Opustili relaci Web-VNC po {0} sekundách.", @@ -35177,9 +35089,8 @@ "pl": "Opuścił sesję Web-VNC po {0} sekundach.", "ru": "Покинул сеанс Web-VNC через {0} с.", "tr": "{0} saniye sonra Web-VNC oturumundan ayrıldı.", - "pt-br": "Deixar a sessão WEB-VNC depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2271" + "default.handlebars->39->2270" ] }, { @@ -35227,14 +35138,14 @@ "nl": "Verliet de desktop multiplex-sessie", "pl": "Opuścił sesję multiplex pulpitów", "pt": "Saiu da sessão multiplex do desktop", - "pt-br": "Sair da sessão multiplex da área de trabalho", + "pt-br": "Saiu da sessão multiplex da área de trabalho", "ru": "Покинул сеанс мультиплексного режима рабочего стола", "sv": "Lämnade multiplex-sessionen på skrivbordet", "tr": "Masaüstü multipleks oturumundan ayrıldı", "zh-chs": "离开桌面多路复用会话", "zh-cht": "離開桌面多路復用會話", "xloc": [ - "default.handlebars->39->2150" + "default.handlebars->39->2149" ] }, { @@ -35242,9 +35153,8 @@ "nl": "Verliet de desktop multiplexsessie \\\"{0}\\\" na {1} seconde(n).", "pl": "Opuścił sesję multiplex pulpitów \\\"{0}\\\" po {1} sekundach(sekundzie).", "fr": "Fin de la session de bureau multiplexée \\\"{1}\\\" dans {0} seconde(s).", - "pt-br": "Deixar a sessão \\\"{0}\\\" de área de trabalho multiplex depois de {1} segundo(s)", "xloc": [ - "default.handlebars->39->2289" + "default.handlebars->39->2288" ] }, { @@ -35262,9 +35172,8 @@ "pl": "Opuścił sesję multiplex pulpitu po {0} sekundach.", "ru": "Покинул сеанс мультиплексного режима рабочего стола через {0} с.", "tr": "{0} saniye sonra masaüstü multipleks oturumundan ayrıldı.", - "pt-br": "Deixar a sessão de área de trabalho multiplex depois de {0} segundo(s)", "xloc": [ - "default.handlebars->39->2267" + "default.handlebars->39->2266" ] }, { @@ -35282,9 +35191,8 @@ "pl": "Długość", "ru": "Продолжительность", "tr": "Uzunluk", - "pt-br": "Comprimento", "xloc": [ - "default.handlebars->39->2747" + "default.handlebars->39->2746" ] }, { @@ -35309,7 +35217,7 @@ "zh-chs": "减", "zh-cht": "減", "xloc": [ - "default.handlebars->39->2941" + "default.handlebars->39->2940" ] }, { @@ -35412,7 +35320,7 @@ "zh-cht": "有限輸入", "xloc": [ "default-mobile.handlebars->11->677", - "default.handlebars->39->2030", + "default.handlebars->39->2029", "default.handlebars->39->977", "default.handlebars->39->999" ] @@ -35440,7 +35348,7 @@ "zh-cht": "僅有限輸入", "xloc": [ "default-mobile.handlebars->11->650", - "default.handlebars->39->1984" + "default.handlebars->39->1983" ] }, { @@ -35830,9 +35738,8 @@ "nl": "Linux MeshAgent", "pl": "MeshAgent dla Linuksa", "fr": "MeshAgent Linux", - "pt-br": "MeshAgent Linux", "xloc": [ - "default.handlebars->39->2054", + "default.handlebars->39->2053", "default.handlebars->39->508" ] }, @@ -36214,8 +36121,8 @@ "default.handlebars->39->1478", "default.handlebars->39->1801", "default.handlebars->39->1805", - "default.handlebars->39->2634", - "default.handlebars->39->2683" + "default.handlebars->39->2633", + "default.handlebars->39->2682" ] }, { @@ -36385,7 +36292,7 @@ "zh-chs": "本地用户接受的远程终端请求", "zh-cht": "本地用戶接受的遠程終端請求", "xloc": [ - "default.handlebars->39->2172" + "default.handlebars->39->2171" ] }, { @@ -36410,7 +36317,7 @@ "zh-chs": "本地用户拒绝了远程终端请求", "zh-cht": "本地用戶拒絕了遠程終端請求", "xloc": [ - "default.handlebars->39->2173" + "default.handlebars->39->2172" ] }, { @@ -36511,7 +36418,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2431" + "default.handlebars->39->2430" ] }, { @@ -36536,7 +36443,7 @@ "zh-chs": "锁定帐户设置", "zh-cht": "鎖定帳戶設置", "xloc": [ - "default.handlebars->39->2435" + "default.handlebars->39->2434" ] }, { @@ -36585,7 +36492,7 @@ "zh-chs": "锁定账户", "zh-cht": "鎖定賬戶", "xloc": [ - "default.handlebars->39->2362" + "default.handlebars->39->2361" ] }, { @@ -36603,7 +36510,6 @@ "pl": "Zablokuj na Odłącz", "ru": "Заблокировать при отключении", "tr": "Bağlantıyı Keste Kilitle", - "pt-br": "Bloquear ao Desconectar", "xloc": [ "default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->1->6->3->d7deskAutoLockLabel", "default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->d7desktopOtherSettings->d7otherset2->d7deskAutoLockLabel" @@ -36703,7 +36609,7 @@ "zh-chs": "已锁定", "zh-cht": "已鎖定", "xloc": [ - "default.handlebars->39->2343" + "default.handlebars->39->2342" ] }, { @@ -36729,9 +36635,9 @@ "zh-cht": "被鎖定賬戶", "xloc": [ "default-mobile.handlebars->11->77", - "default.handlebars->39->2524", - "default.handlebars->39->2775", - "default.handlebars->39->2795", + "default.handlebars->39->2523", + "default.handlebars->39->2774", + "default.handlebars->39->2794", "default.handlebars->39->297" ] }, @@ -36757,7 +36663,7 @@ "zh-chs": "将远程用户锁定在桌面之外", "zh-cht": "將遠程用戶鎖定在桌面之外", "xloc": [ - "default.handlebars->39->2198" + "default.handlebars->39->2197" ] }, { @@ -36775,7 +36681,7 @@ "nl": "Gebeurtenissenlog", "pl": "Dziennik Zdarzeń", "pt": "Log de Evento", - "pt-br": "Log de Eventos", + "pt-br": "Evento de registro", "ru": "Добавить событие", "sv": "Logghändelse", "tr": "Olay Günlüğü", @@ -36970,9 +36876,9 @@ { "en": "Login Token", "nl": "Inlogtoken", - "pt-br": "Token de Login", + "pl": "Token Logowania", "xloc": [ - "default.handlebars->39->2785" + "default.handlebars->39->2784" ] }, { @@ -37652,9 +37558,8 @@ "nl": "MacOS MeshAgent", "pl": "MeshAgent dla MacOS", "fr": "MeshAgent MacOs", - "pt-br": "MeshAgent MacOS", "xloc": [ - "default.handlebars->39->2055", + "default.handlebars->39->2054", "default.handlebars->39->509" ] }, @@ -37704,7 +37609,7 @@ "zh-chs": "主服务器信息", "zh-cht": "主伺服器訊息", "xloc": [ - "default.handlebars->39->2907" + "default.handlebars->39->2906" ] }, { @@ -37857,8 +37762,8 @@ "xloc": [ "default-mobile.handlebars->11->647", "default-mobile.handlebars->11->667", - "default.handlebars->39->1981", - "default.handlebars->39->2019" + "default.handlebars->39->1980", + "default.handlebars->39->2018" ] }, { @@ -37885,8 +37790,8 @@ "xloc": [ "default-mobile.handlebars->11->646", "default-mobile.handlebars->11->666", - "default.handlebars->39->1980", - "default.handlebars->39->2018" + "default.handlebars->39->1979", + "default.handlebars->39->2017" ] }, { @@ -37936,7 +37841,7 @@ "zh-chs": "管理录音", "zh-cht": "管理錄音", "xloc": [ - "default.handlebars->39->2429" + "default.handlebars->39->2428" ] }, { @@ -37986,7 +37891,7 @@ "zh-chs": "管理用户组", "zh-cht": "管理用戶群", "xloc": [ - "default.handlebars->39->2428" + "default.handlebars->39->2427" ] }, { @@ -38011,7 +37916,7 @@ "zh-chs": "管理用户", "zh-cht": "管理用戶", "xloc": [ - "default.handlebars->39->2427", + "default.handlebars->39->2426", "default.handlebars->39->993" ] }, @@ -38185,7 +38090,7 @@ "nl": "Beheer met behulp van een software-agent", "pl": "Zarządzaj za pomocą agenta programowego", "pt": "Gerenciar usando um agente de software", - "pt-br": "Gerenciar usando um software agente", + "pt-br": "Gerenciar usando um agente de software", "ru": "Управление с помощью программного агента", "sv": "Hantera med en programvaruagent", "tr": "Agent kullanarak yönetin", @@ -38210,7 +38115,7 @@ "nl": "Beheerd met behulp van een software-agent", "pl": "Zarządzane za pomocą agenta programowego", "pt": "Gerenciado usando um agente de software", - "pt-br": "Gerenciar usando um software agente", + "pt-br": "Gerenciado usando um agente de software", "ru": "Управляется с помощью программного агента", "sv": "Hanteras med hjälp av en programvaruagent", "tr": "Bir yazılım aracısı kullanılarak yönetilir", @@ -38243,7 +38148,7 @@ "zh-chs": "经理", "zh-cht": "經理", "xloc": [ - "default.handlebars->39->2348" + "default.handlebars->39->2347" ] }, { @@ -38430,7 +38335,7 @@ "zh-chs": "达到连接数量上限", "zh-cht": "達到連接數量上限", "xloc": [ - "default.handlebars->39->2851" + "default.handlebars->39->2850" ] }, { @@ -38438,7 +38343,6 @@ "nl": "Maximum aantal sleutels bereikt.", "pl": "Osiągnięto maximum klawiszy.", "fr": "Nombre de clés maximum atteint.", - "pt-br": "Máximo de teclas atingido.", "xloc": [ "default.handlebars->39->217" ] @@ -38520,8 +38424,8 @@ "zh-chs": "Megabyte", "zh-cht": "Megabyte", "xloc": [ - "default.handlebars->39->2892", - "default.handlebars->39->2897" + "default.handlebars->39->2891", + "default.handlebars->39->2896" ] }, { @@ -38548,7 +38452,7 @@ "xloc": [ "default-mobile.handlebars->11->590", "default.handlebars->39->1439", - "default.handlebars->39->2871", + "default.handlebars->39->2870", "default.handlebars->container->column_l->p40->3->1->p40type->3" ] }, @@ -38613,7 +38517,7 @@ "zh-cht": "網格代理控制台", "xloc": [ "default-mobile.handlebars->11->654", - "default.handlebars->39->1990" + "default.handlebars->39->1989" ] }, { @@ -38787,7 +38691,7 @@ "zh-chs": "MeshAgent流量", "zh-cht": "MeshAgent流量", "xloc": [ - "default.handlebars->39->2909" + "default.handlebars->39->2908" ] }, { @@ -38812,7 +38716,7 @@ "zh-chs": "MeshAgent更新", "zh-cht": "MeshAgent更新", "xloc": [ - "default.handlebars->39->2910" + "default.handlebars->39->2909" ] }, { @@ -38881,7 +38785,7 @@ "tr": "MeshCentral Yardımcısı", "zh-chs": "MeshCentral 助手", "xloc": [ - "default.handlebars->39->2056", + "default.handlebars->39->2055", "default.handlebars->39->483", "default.handlebars->39->510", "default.handlebars->39->522" @@ -39183,7 +39087,6 @@ "pl": "Obsługa MeshCentral SSH wymaga NodeJS 11 lub nowszego.", "ru": "Для поддержки MeshCentral SSH требуется NodeJS 11 или выше..", "tr": "MeshCentral SSH desteği, NodeJS 11 veya üstünü gerektirir.", - "pt-br": "O suporte ao MeshCentral SSH requer NodeJS 11 ou superior.", "xloc": [ "default.handlebars->39->80" ] @@ -39236,7 +39139,7 @@ "zh-chs": "MeshCentral服务器同级化", "zh-cht": "MeshCentral伺服器同級化", "xloc": [ - "default.handlebars->39->2908" + "default.handlebars->39->2907" ] }, { @@ -39657,7 +39560,7 @@ "zh-cht": "訊息", "xloc": [ "default.handlebars->39->1114", - "default.handlebars->39->2753", + "default.handlebars->39->2752", "default.handlebars->39->495", "default.handlebars->39->878" ] @@ -39709,7 +39612,7 @@ "zh-chs": "消息调度器", "zh-cht": "電郵調度器", "xloc": [ - "default.handlebars->39->2906" + "default.handlebars->39->2905" ] }, { @@ -39783,8 +39686,8 @@ "tr": "haberci", "zh-chs": "信使", "xloc": [ - "default.handlebars->39->2696", - "default.handlebars->39->2762" + "default.handlebars->39->2695", + "default.handlebars->39->2761" ] }, { @@ -39879,7 +39782,6 @@ "pl": "Brak adresu e-mail Let's Encrypt.", "ru": "Отсутствует адрес электронной почты Let's Encrypt.", "tr": "Let's Encrypt e-posta adresi eksik.", - "pt-br": "Endereço de e-mail Let's Encrypt ausente.", "xloc": [ "default.handlebars->39->89" ] @@ -39899,7 +39801,6 @@ "pl": "Brak parametrów WebDAV.", "ru": "Отсутствуют параметры WebDAV.", "tr": "WebDAV parametreleri eksik.", - "pt-br": "Parâmetros WebDAV ausentes.", "xloc": [ "default.handlebars->39->81" ] @@ -40054,7 +39955,7 @@ "zh-chs": "更多", "zh-cht": "更多", "xloc": [ - "default.handlebars->39->2940" + "default.handlebars->39->2939" ] }, { @@ -40155,7 +40056,7 @@ "zh-chs": "移动:“{0}”到“{1}”", "zh-cht": "移動:“{0}”到“{1}”", "xloc": [ - "default.handlebars->39->2197" + "default.handlebars->39->2196" ] }, { @@ -40180,7 +40081,7 @@ "zh-chs": "将设备{0}移动到组{1}", "zh-cht": "將設備{0}移動到組{1}", "xloc": [ - "default.handlebars->39->2230" + "default.handlebars->39->2229" ] }, { @@ -40229,8 +40130,8 @@ "tr": "Birden Çok Sorun", "zh-chs": "多个问题", "xloc": [ - "default.handlebars->39->2085", - "default.handlebars->39->2099" + "default.handlebars->39->2084", + "default.handlebars->39->2098" ] }, { @@ -40276,7 +40177,7 @@ "zh-chs": "多路复用器", "zh-cht": "多工器", "xloc": [ - "default.handlebars->39->2714" + "default.handlebars->39->2713" ] }, { @@ -40431,7 +40332,6 @@ "pl": "Moje Raporty", "ru": "Мои отчеты", "tr": "Raporlarım", - "pt-br": "Meus Relatórios", "xloc": [ "default.handlebars->container->column_l->p60->p60title->1" ] @@ -40812,13 +40712,13 @@ "default.handlebars->39->1779", "default.handlebars->39->1784", "default.handlebars->39->1814", - "default.handlebars->39->1940", - "default.handlebars->39->2329", - "default.handlebars->39->2438", - "default.handlebars->39->2454", - "default.handlebars->39->2461", - "default.handlebars->39->2511", - "default.handlebars->39->2530", + "default.handlebars->39->1939", + "default.handlebars->39->2328", + "default.handlebars->39->2437", + "default.handlebars->39->2453", + "default.handlebars->39->2460", + "default.handlebars->39->2510", + "default.handlebars->39->2529", "default.handlebars->39->302", "default.handlebars->39->763", "default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->3", @@ -40873,7 +40773,7 @@ "zh-chs": "名称1,名称2,名称3", "zh-cht": "名稱1,名稱2,名稱3", "xloc": [ - "default.handlebars->39->2419" + "default.handlebars->39->2418" ] }, { @@ -41074,7 +40974,7 @@ "zh-chs": "生成新的2FA备份代码", "zh-cht": "生成新的2FA備份代碼", "xloc": [ - "default.handlebars->39->2237" + "default.handlebars->39->2236" ] }, { @@ -41099,7 +40999,7 @@ "zh-chs": "新账户", "xloc": [ "default-mobile.handlebars->11->695", - "default.handlebars->39->2802" + "default.handlebars->39->2801" ] }, { @@ -41202,7 +41102,7 @@ "default-mobile.handlebars->11->144", "default-mobile.handlebars->11->475", "default.handlebars->39->1320", - "default.handlebars->39->2129", + "default.handlebars->39->2128", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", "sharing.handlebars->11->59", @@ -41300,7 +41200,6 @@ "pl": "Nowa Wersja", "ru": "Новая версия", "tr": "Yeni sürüm", - "pt-br": "Nova Versão", "xloc": [ "agent-translations.json" ] @@ -41327,8 +41226,8 @@ "zh-chs": "新密码*", "zh-cht": "新密碼*", "xloc": [ - "default.handlebars->39->1918", - "default.handlebars->39->1919" + "default.handlebars->39->1917", + "default.handlebars->39->1918" ] }, { @@ -41500,7 +41399,7 @@ "tr": "Aracı Konsolu Yok", "zh-chs": "无座席控制台", "xloc": [ - "default.handlebars->39->2620" + "default.handlebars->39->2619" ] }, { @@ -41524,7 +41423,7 @@ "tr": "Konsol Yok", "zh-chs": "没有控制台", "xloc": [ - "default.handlebars->39->2551" + "default.handlebars->39->2550" ] }, { @@ -41578,8 +41477,8 @@ "zh-cht": "沒有桌面", "xloc": [ "default.handlebars->39->1000", - "default.handlebars->39->2026", - "default.handlebars->39->2547", + "default.handlebars->39->2025", + "default.handlebars->39->2546", "default.handlebars->39->978" ] }, @@ -41605,8 +41504,8 @@ "zh-chs": "不能访问桌面", "zh-cht": "不能訪問桌面", "xloc": [ - "default.handlebars->39->1986", - "default.handlebars->39->2616" + "default.handlebars->39->1985", + "default.handlebars->39->2615" ] }, { @@ -41653,8 +41552,8 @@ "zh-cht": "找不到事件", "xloc": [ "default.handlebars->39->1358", - "default.handlebars->39->2305", - "default.handlebars->39->2682" + "default.handlebars->39->2304", + "default.handlebars->39->2681" ] }, { @@ -41680,8 +41579,8 @@ "zh-cht": "不能存取檔案", "xloc": [ "default-mobile.handlebars->11->652", - "default.handlebars->39->1988", - "default.handlebars->39->2619" + "default.handlebars->39->1987", + "default.handlebars->39->2618" ] }, { @@ -41707,8 +41606,8 @@ "zh-cht": "沒有檔案", "xloc": [ "default-mobile.handlebars->11->675", - "default.handlebars->39->2028", - "default.handlebars->39->2550", + "default.handlebars->39->2027", + "default.handlebars->39->2549", "default.handlebars->39->975", "default.handlebars->39->997" ] @@ -41763,8 +41662,8 @@ "xloc": [ "default-mobile.handlebars->11->653", "default-mobile.handlebars->11->676", - "default.handlebars->39->1989", - "default.handlebars->39->2029" + "default.handlebars->39->1988", + "default.handlebars->39->2028" ] }, { @@ -41885,7 +41784,7 @@ "zh-chs": "没有成员", "zh-cht": "沒有成員", "xloc": [ - "default.handlebars->39->2491" + "default.handlebars->39->2490" ] }, { @@ -41910,7 +41809,7 @@ "zh-chs": "没有新的设备组", "zh-cht": "沒有新的裝置群", "xloc": [ - "default.handlebars->39->2432" + "default.handlebars->39->2431" ] }, { @@ -41928,9 +41827,8 @@ "pl": "Brak Nowych Urządzeń", "ru": "Запретить добавление новых устройств", "tr": "Yeni Cihaz Yok", - "pt-br": "Não dispositivo novo", "xloc": [ - "default.handlebars->39->2433" + "default.handlebars->39->2432" ] }, { @@ -41956,7 +41854,7 @@ "zh-cht": "沒有政策", "xloc": [ "default.handlebars->39->1851", - "default.handlebars->39->1909" + "default.handlebars->39->1908" ] }, { @@ -41997,8 +41895,8 @@ "ru": "Нет доступа к выполнению команд", "tr": "Uzaktan Komut Yok", "xloc": [ - "default.handlebars->39->2553", - "default.handlebars->39->2622" + "default.handlebars->39->2552", + "default.handlebars->39->2621" ] }, { @@ -42018,8 +41916,8 @@ "ru": "Нет доступа к удаленному управлению", "tr": "Uzaktan Kumanda Yok", "xloc": [ - "default.handlebars->39->2546", - "default.handlebars->39->2615" + "default.handlebars->39->2545", + "default.handlebars->39->2614" ] }, { @@ -42039,8 +41937,8 @@ "ru": "Нет доступа к перезагрузке/выключению", "tr": "Sıfırlama/Kapatma Yok", "xloc": [ - "default.handlebars->39->2555", - "default.handlebars->39->2624" + "default.handlebars->39->2554", + "default.handlebars->39->2623" ] }, { @@ -42070,7 +41968,7 @@ "default-mobile.handlebars->11->683", "default.handlebars->39->1012", "default.handlebars->39->1776", - "default.handlebars->39->2038", + "default.handlebars->39->2037", "default.handlebars->39->990" ] }, @@ -42145,8 +42043,8 @@ "zh-cht": "沒有終端", "xloc": [ "default-mobile.handlebars->11->674", - "default.handlebars->39->2027", - "default.handlebars->39->2549", + "default.handlebars->39->2026", + "default.handlebars->39->2548", "default.handlebars->39->974", "default.handlebars->39->996" ] @@ -42174,8 +42072,8 @@ "zh-cht": "不能訪問終端", "xloc": [ "default-mobile.handlebars->11->651", - "default.handlebars->39->1987", - "default.handlebars->39->2618" + "default.handlebars->39->1986", + "default.handlebars->39->2617" ] }, { @@ -42200,7 +42098,7 @@ "zh-chs": "没有工具(MeshCmd /路由器)", "zh-cht": "沒有工具(MeshCmd /路由器)", "xloc": [ - "default.handlebars->39->2434" + "default.handlebars->39->2433" ] }, { @@ -42220,8 +42118,8 @@ "ru": "Нет доступа к удалению", "tr": "Kaldırma Yok", "xloc": [ - "default.handlebars->39->2552", - "default.handlebars->39->2621" + "default.handlebars->39->2551", + "default.handlebars->39->2620" ] }, { @@ -42241,8 +42139,8 @@ "ru": "Нет доступа к пробуждению", "tr": "Uyanmak yok", "xloc": [ - "default.handlebars->39->2554", - "default.handlebars->39->2623" + "default.handlebars->39->2553", + "default.handlebars->39->2622" ] }, { @@ -42313,8 +42211,8 @@ "tr": "Otomatik güncelleme yok", "zh-chs": "没有自动更新", "xloc": [ - "default.handlebars->39->2083", - "default.handlebars->39->2097" + "default.handlebars->39->2082", + "default.handlebars->39->2096" ] }, { @@ -42339,8 +42237,8 @@ "zh-chs": "没有共同的设备组", "zh-cht": "沒有共同的裝置群", "xloc": [ - "default.handlebars->39->2497", - "default.handlebars->39->2650" + "default.handlebars->39->2496", + "default.handlebars->39->2649" ] }, { @@ -42490,8 +42388,8 @@ "zh-chs": "没有共同的设备", "zh-cht": "沒有共同的裝置", "xloc": [ - "default.handlebars->39->2503", - "default.handlebars->39->2662" + "default.handlebars->39->2502", + "default.handlebars->39->2661" ] }, { @@ -42541,7 +42439,7 @@ "zh-chs": "该设备组中没有设备。", "zh-cht": "該裝置群中沒有裝置。", "xloc": [ - "default.handlebars->39->2101" + "default.handlebars->39->2100" ] }, { @@ -42669,7 +42567,7 @@ "zh-chs": "找不到群组。", "zh-cht": "找不到群組。", "xloc": [ - "default.handlebars->39->2437" + "default.handlebars->39->2436" ] }, { @@ -42762,7 +42660,6 @@ "pl": "Nie zdefiniowano ciągu klawiatury", "ru": "Клавиатурные строки не заданны", "tr": "Tanımlanmış klavye dizesi yok", - "pt-br": "Nenhuma string de teclado definida", "xloc": [ "default.handlebars->39->1227" ] @@ -42913,7 +42810,7 @@ "zh-chs": "此用户没有电话号码", "xloc": [ "default-mobile.handlebars->11->726", - "default.handlebars->39->2833" + "default.handlebars->39->2832" ] }, { @@ -42963,7 +42860,7 @@ "zh-chs": "没有录音。", "zh-cht": "沒有錄音。", "xloc": [ - "default.handlebars->39->2684" + "default.handlebars->39->2683" ] }, { @@ -43009,7 +42906,7 @@ "zh-chs": "没有服务器权限", "zh-cht": "沒有伺服器權限", "xloc": [ - "default.handlebars->39->2525" + "default.handlebars->39->2524" ] }, { @@ -43055,7 +42952,7 @@ "zh-chs": "没有用户组成员身份", "zh-cht": "沒有用戶群成員身份", "xloc": [ - "default.handlebars->39->2656" + "default.handlebars->39->2655" ] }, { @@ -43080,7 +42977,7 @@ "zh-chs": "无用户管理权限", "xloc": [ "default-mobile.handlebars->11->724", - "default.handlebars->39->2831" + "default.handlebars->39->2830" ] }, { @@ -43105,7 +43002,7 @@ "zh-chs": "未找到相应的用户。", "zh-cht": "未找到相應的用戶。", "xloc": [ - "default.handlebars->39->2337" + "default.handlebars->39->2336" ] }, { @@ -43247,23 +43144,23 @@ "default.handlebars->39->1840", "default.handlebars->39->1847", "default.handlebars->39->1849", - "default.handlebars->39->1897", - "default.handlebars->39->2086", - "default.handlebars->39->2111", - "default.handlebars->39->2116", - "default.handlebars->39->2313", - "default.handlebars->39->2458", + "default.handlebars->39->1896", + "default.handlebars->39->2085", + "default.handlebars->39->2110", + "default.handlebars->39->2115", + "default.handlebars->39->2312", + "default.handlebars->39->2457", + "default.handlebars->39->2459", "default.handlebars->39->246", - "default.handlebars->39->2460", - "default.handlebars->39->2468", - "default.handlebars->39->2480", - "default.handlebars->39->2544", - "default.handlebars->39->2556", - "default.handlebars->39->2566", - "default.handlebars->39->2570", - "default.handlebars->39->2582", + "default.handlebars->39->2467", + "default.handlebars->39->2479", + "default.handlebars->39->2543", + "default.handlebars->39->2555", + "default.handlebars->39->2565", + "default.handlebars->39->2569", + "default.handlebars->39->2581", "default.handlebars->39->274", - "default.handlebars->39->2777", + "default.handlebars->39->2776", "default.handlebars->39->355", "default.handlebars->39->356", "default.handlebars->39->760", @@ -43498,8 +43395,8 @@ "zh-chs": "未连接", "zh-cht": "未連接", "xloc": [ - "default.handlebars->39->2077", - "default.handlebars->39->2090" + "default.handlebars->39->2076", + "default.handlebars->39->2089" ] }, { @@ -43574,7 +43471,7 @@ "zh-chs": "不在服务器上", "zh-cht": "不在伺服器上", "xloc": [ - "default.handlebars->39->2706" + "default.handlebars->39->2705" ] }, { @@ -43599,8 +43496,8 @@ "zh-chs": "没有设置", "zh-cht": "沒有設置", "xloc": [ - "default.handlebars->39->2531", - "default.handlebars->39->2532" + "default.handlebars->39->2530", + "default.handlebars->39->2531" ] }, { @@ -43625,7 +43522,7 @@ "zh-chs": "未经审核的", "zh-cht": "未經審核的", "xloc": [ - "default.handlebars->39->2630" + "default.handlebars->39->2629" ] }, { @@ -43655,8 +43552,8 @@ "default-mobile.handlebars->11->626", "default.handlebars->39->1006", "default.handlebars->39->1016", - "default.handlebars->39->1859", - "default.handlebars->39->2592", + "default.handlebars->39->1858", + "default.handlebars->39->2591", "default.handlebars->39->874", "default.handlebars->39->984" ] @@ -43709,7 +43606,7 @@ "zh-cht": "通知設定", "xloc": [ "default.handlebars->39->1729", - "default.handlebars->39->2076", + "default.handlebars->39->2075", "default.handlebars->39->971", "default.handlebars->container->column_l->p2->p2info->p2AccountActions->3->10" ] @@ -43830,7 +43727,7 @@ "zh-chs": "通知", "zh-cht": "通知", "xloc": [ - "default.handlebars->39->2598", + "default.handlebars->39->2597", "default.handlebars->39->271" ] }, @@ -43881,9 +43778,9 @@ "zh-chs": "通知使用者", "zh-cht": "通知使用者", "xloc": [ - "default.handlebars->39->1948", - "default.handlebars->39->1952", - "default.handlebars->39->1955" + "default.handlebars->39->1947", + "default.handlebars->39->1951", + "default.handlebars->39->1954" ] }, { @@ -43908,7 +43805,7 @@ "zh-chs": "通知{0}", "zh-cht": "通知{0}", "xloc": [ - "default.handlebars->39->2377" + "default.handlebars->39->2376" ] }, { @@ -43932,7 +43829,7 @@ "tr": "Boş", "zh-chs": "空值", "xloc": [ - "default.handlebars->39->2900" + "default.handlebars->39->2899" ] }, { @@ -43986,8 +43883,8 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10dialog->5", "default-mobile.handlebars->dialog->idx_dlgButtonBar", "default.handlebars->39->1798", - "default.handlebars->39->2081", - "default.handlebars->39->2095", + "default.handlebars->39->2080", + "default.handlebars->39->2094", "default.handlebars->39->814", "default.handlebars->39->818", "default.handlebars->39->822", @@ -44101,7 +43998,7 @@ "zh-cht": "發生在{0}", "xloc": [ "default-mobile.handlebars->11->692", - "default.handlebars->39->2799" + "default.handlebars->39->2798" ] }, { @@ -44172,7 +44069,7 @@ "zh-chs": "离线用户", "zh-cht": "離線用戶", "xloc": [ - "default.handlebars->39->2334" + "default.handlebars->39->2333" ] }, { @@ -44248,7 +44145,7 @@ "zh-chs": "一天", "zh-cht": "一天", "xloc": [ - "default.handlebars->39->2310" + "default.handlebars->39->2309" ] }, { @@ -44280,9 +44177,9 @@ { "en": "One-Time Password", "nl": "Eenmalig wachtwoord", - "pt-br": "One-Time Password (Senha de único acesso)", + "pl": "Hasło Jednorazowe", "xloc": [ - "default.handlebars->39->2783" + "default.handlebars->39->2782" ] }, { @@ -44334,7 +44231,7 @@ "zh-chs": "在线用户", "zh-cht": "在線用戶", "xloc": [ - "default.handlebars->39->2333" + "default.handlebars->39->2332" ] }, { @@ -44358,7 +44255,7 @@ "tr": "Yalnızca ilk 100 kullanıcıyı göster", "zh-chs": "只显示前 100 个用户", "xloc": [ - "default.handlebars->39->2378" + "default.handlebars->39->2377" ] }, { @@ -44715,7 +44612,7 @@ "zh-chs": "开头:{0}", "zh-cht": "開場:{0}", "xloc": [ - "default.handlebars->39->2165" + "default.handlebars->39->2164" ] }, { @@ -44743,7 +44640,7 @@ "default-mobile.handlebars->11->528", "default.handlebars->39->1150", "default.handlebars->39->1367", - "default.handlebars->39->2750", + "default.handlebars->39->2749", "default.handlebars->39->312", "default.handlebars->39->477", "default.handlebars->39->525", @@ -44774,8 +44671,8 @@ "xloc": [ "default-mobile.handlebars->11->362", "default.handlebars->39->1085", - "default.handlebars->39->2361", - "default.handlebars->39->2445", + "default.handlebars->39->2360", + "default.handlebars->39->2444", "default.handlebars->39->641", "default.handlebars->39->660" ] @@ -45259,7 +45156,7 @@ "zh-chs": "部分的", "zh-cht": "部分的", "xloc": [ - "default.handlebars->39->2349" + "default.handlebars->39->2348" ] }, { @@ -45355,7 +45252,7 @@ "zh-chs": "部分权限", "zh-cht": "部分權限", "xloc": [ - "default.handlebars->39->2528" + "default.handlebars->39->2527" ] }, { @@ -45412,13 +45309,13 @@ "default.handlebars->39->1270", "default.handlebars->39->1297", "default.handlebars->39->1766", - "default.handlebars->39->1915", + "default.handlebars->39->1914", + "default.handlebars->39->2406", "default.handlebars->39->2407", - "default.handlebars->39->2408", - "default.handlebars->39->2562", - "default.handlebars->39->2564", + "default.handlebars->39->2561", + "default.handlebars->39->2563", + "default.handlebars->39->2634", "default.handlebars->39->2635", - "default.handlebars->39->2636", "default.handlebars->39->306", "default.handlebars->39->444", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->2->1", @@ -45566,7 +45463,7 @@ "zh-chs": "密码已更改。", "xloc": [ "default-mobile.handlebars->11->720", - "default.handlebars->39->2827" + "default.handlebars->39->2826" ] }, { @@ -45617,7 +45514,7 @@ "zh-chs": "密码提示", "zh-cht": "密碼提示", "xloc": [ - "default.handlebars->39->2637" + "default.handlebars->39->2636" ] }, { @@ -45788,7 +45685,7 @@ "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3", "default.handlebars->39->1288", "default.handlebars->39->1334", - "default.handlebars->39->2138", + "default.handlebars->39->2137", "default.handlebars->container->column_l->p12->termTable->1->1->4->1->3", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -46034,7 +45931,7 @@ "zh-chs": "执行英特尔®AMT激活和配置。", "zh-cht": "執行英特爾®AMT激活和配置。", "xloc": [ - "default.handlebars->39->1863", + "default.handlebars->39->1862", "default.handlebars->39->421" ] }, @@ -46295,7 +46192,6 @@ "pl": "Czy wykonać wyłączenie?", "ru": "Выключить питание?", "tr": "Güç kapatılsın mı?", - "pt-br": "Desligar?", "xloc": [ "default-mobile.handlebars->11->338", "default.handlebars->39->961" @@ -46316,7 +46212,6 @@ "pl": "Czy wykonać uruchomienie?", "ru": "Включить питание?", "tr": "Güç açık mı?", - "pt-br": "Ligar", "xloc": [ "default-mobile.handlebars->11->340", "default.handlebars->39->963" @@ -46344,7 +46239,7 @@ "zh-chs": "执行电源操作= {0},强制执行= {1}", "zh-cht": "執行電源操作= {0},強制執行= {1}", "xloc": [ - "default.handlebars->39->2170" + "default.handlebars->39->2169" ] }, { @@ -46369,7 +46264,7 @@ "zh-chs": "没有权限", "xloc": [ "default-mobile.handlebars->11->701", - "default.handlebars->39->2808" + "default.handlebars->39->2807" ] }, { @@ -46395,8 +46290,8 @@ "zh-cht": "權限", "xloc": [ "default-mobile.handlebars->11->686", - "default.handlebars->39->2041", - "default.handlebars->39->2332" + "default.handlebars->39->2040", + "default.handlebars->39->2331" ] }, { @@ -46500,7 +46395,7 @@ "default.handlebars->39->1470", "default.handlebars->39->1473", "default.handlebars->39->229", - "default.handlebars->39->2613" + "default.handlebars->39->2612" ] }, { @@ -46525,7 +46420,7 @@ "zh-chs": "电话号码", "zh-cht": "電話號碼", "xloc": [ - "default.handlebars->39->2543" + "default.handlebars->39->2542" ] }, { @@ -46552,7 +46447,7 @@ "xloc": [ "default-mobile.handlebars->11->90", "default.handlebars->39->1472", - "default.handlebars->39->2612" + "default.handlebars->39->2611" ] }, { @@ -46777,7 +46672,7 @@ "zh-cht": "外掛指令", "xloc": [ "default.handlebars->39->287", - "default.handlebars->39->2937" + "default.handlebars->39->2936" ] }, { @@ -46897,7 +46792,7 @@ "nl": "Plug-ins zijn gewijzigd, dit kan een update van de agent vereisen.", "pl": "Wtyczki zostały zmodyfikowane, może to wymagać aktualizacji rdzenia agenta.", "pt": "Os plug-ins foram alterados, isso pode exigir atualização do núcleo do agente.", - "pt-br": "Os plug-ins foram alterados; isso pode exigir a atualização do \\\"Core\\\" do agente.", + "pt-br": "Os plug-ins foram alterados; isso pode exigir a atualização do núcleo do agente.", "ru": "Плагины были изменены, это может потребовать обновление ядра агента.", "sv": "Plugins har ändrats, detta kan kräva uppdatering av agenten.", "tr": "Eklentiler değiştirildi, bu, ajan çekirdek güncellemesini gerektirebilir.", @@ -47041,7 +46936,6 @@ "pl": "Synchronizacja Nazwy Portu", "ru": "Синхронизация имени порта", "tr": "Bağlantı Noktası Adı Senkronizasyonu", - "pt-br": "Sincronizar Nome da Porta", "xloc": [ "default.handlebars->39->1824" ] @@ -47061,7 +46955,6 @@ "pl": "Numer Portu", "ru": "Номер порта", "tr": "Port numarası", - "pt-br": "Número da Porta", "xloc": [ "default-mobile.handlebars->11->273", "default.handlebars->39->775" @@ -47082,7 +46975,6 @@ "pl": "Typ Portu", "ru": "Тип порта", "tr": "Bağlantı Noktası Türü", - "pt-br": "Tipo de Porta", "xloc": [ "default-mobile.handlebars->11->274", "default.handlebars->39->776" @@ -47246,7 +47138,6 @@ "pl": "Operacja Zasilania", "ru": "Работа с питанием", "tr": "Güç Çalışması", - "pt-br": "Operação de energia", "xloc": [ "default-mobile.handlebars->11->337", "default-mobile.handlebars->11->339", @@ -47301,7 +47192,7 @@ "zh-chs": "电源状态", "zh-cht": "電源狀態", "xloc": [ - "default.handlebars->39->2088", + "default.handlebars->39->2087", "default.handlebars->container->column_l->p21->p21main->1->1->meshPowerChartDiv->1" ] }, @@ -47373,7 +47264,6 @@ "pl": "Włącznik jest gotowy do użycia.", "ru": "Выключатель питания готов к использованию.", "tr": "Güç anahtarı kullanıma hazırdır.", - "pt-br": "Interruptor de energia pronto para o uso.", "xloc": [ "default.handlebars->39->607" ] @@ -47481,7 +47371,7 @@ "zh-chs": "存在于服务器上", "zh-cht": "存在於伺服器上", "xloc": [ - "default.handlebars->39->2705" + "default.handlebars->39->2704" ] }, { @@ -47611,8 +47501,8 @@ "default-mobile.handlebars->11->79", "default-mobile.handlebars->11->80", "default.handlebars->39->1465", - "default.handlebars->39->2607", - "default.handlebars->39->2633", + "default.handlebars->39->2606", + "default.handlebars->39->2632", "default.handlebars->39->299" ] }, @@ -47904,7 +47794,7 @@ "zh-chs": "处理控制台命令:“{0}”", "zh-cht": "處理控制台命令:“{0}”", "xloc": [ - "default.handlebars->39->2162" + "default.handlebars->39->2161" ] }, { @@ -47979,9 +47869,9 @@ "zh-chs": "用户同意提示", "zh-cht": "用戶同意提示", "xloc": [ - "default.handlebars->39->1949", - "default.handlebars->39->1953", - "default.handlebars->39->1956" + "default.handlebars->39->1948", + "default.handlebars->39->1952", + "default.handlebars->39->1955" ] }, { @@ -48006,7 +47896,7 @@ "zh-chs": "协议", "zh-cht": "協議", "xloc": [ - "default.handlebars->39->2703", + "default.handlebars->39->2702", "player.handlebars->3->32" ] }, @@ -48102,7 +47992,7 @@ "zh-cht": "公開鏈結", "xloc": [ "default-mobile.handlebars->11->139", - "default.handlebars->39->2123" + "default.handlebars->39->2122" ] }, { @@ -48229,9 +48119,9 @@ { "en": "Push Notification", "nl": "Push Notificatie", - "pt-br": "Notificação de Push", + "pl": "Powiadomianie Push", "xloc": [ - "default.handlebars->39->2782" + "default.handlebars->39->2781" ] }, { @@ -48628,7 +48518,7 @@ "zh-chs": "RSS", "zh-cht": "RSS", "xloc": [ - "default.handlebars->39->2896" + "default.handlebars->39->2895" ] }, { @@ -48678,7 +48568,7 @@ "zh-chs": "随机密码", "zh-cht": "隨機密碼", "xloc": [ - "default.handlebars->39->1916" + "default.handlebars->39->1915" ] }, { @@ -48703,7 +48593,7 @@ "zh-chs": "随机密码。", "zh-cht": "隨機密碼。", "xloc": [ - "default.handlebars->39->2409" + "default.handlebars->39->2408" ] }, { @@ -48813,9 +48703,9 @@ "zh-chs": "真正的名字", "zh-cht": "真正的名字", "xloc": [ - "default.handlebars->39->2540", - "default.handlebars->39->2542", - "default.handlebars->39->2626" + "default.handlebars->39->2539", + "default.handlebars->39->2541", + "default.handlebars->39->2625" ] }, { @@ -48840,7 +48730,7 @@ "zh-chs": "境界", "zh-cht": "境界", "xloc": [ - "default.handlebars->39->2418" + "default.handlebars->39->2417" ] }, { @@ -48894,8 +48784,8 @@ "zh-cht": "記錄會議", "xloc": [ "default.handlebars->39->1826", - "default.handlebars->39->2467", - "default.handlebars->39->2545" + "default.handlebars->39->2466", + "default.handlebars->39->2544" ] }, { @@ -48945,9 +48835,9 @@ "zh-chs": "记录会议", "zh-cht": "記錄會議", "xloc": [ - "default.handlebars->39->1957", - "default.handlebars->39->2505", - "default.handlebars->39->2614" + "default.handlebars->39->1956", + "default.handlebars->39->2504", + "default.handlebars->39->2613" ] }, { @@ -48972,7 +48862,7 @@ "zh-chs": "记录细节", "zh-cht": "記錄細節", "xloc": [ - "default.handlebars->39->2717" + "default.handlebars->39->2716" ] }, { @@ -49015,7 +48905,6 @@ "pl": "Powtarzanie", "ru": "Повторяющийся", "tr": "yinelenen", - "pt-br": "Recorrente", "xloc": [ "default.handlebars->39->267", "default.handlebars->39->269" @@ -49036,7 +48925,6 @@ "pl": "Powtarzanie codzienne", "ru": "Ежедневно", "tr": "Günlük yinelenen", - "pt-br": "Diariamente", "xloc": [ "default.handlebars->39->1055" ] @@ -49056,7 +48944,6 @@ "pl": "Powtarzanie co tydzień", "ru": "Еженедельно", "tr": "Haftalık yinelenen", - "pt-br": "Semanalmente", "xloc": [ "default.handlebars->39->1056" ] @@ -49107,7 +48994,7 @@ "default-mobile.handlebars->11->145", "default-mobile.handlebars->11->476", "default.handlebars->39->1321", - "default.handlebars->39->2130", + "default.handlebars->39->2129", "sharing.handlebars->11->60" ] }, @@ -49186,7 +49073,7 @@ "nl": "Agentcores vernieuwen", "pl": "Odśwież Jądra Agentów", "pt": "Atualizar núcleos do agente", - "pt-br": "Atualizar \\\"Core\\\" do agente", + "pt-br": "Atualizar núcleos do agente", "ru": "Обновить ядра агентов", "sv": "Uppdatera agentkärnor", "tr": "Agent Çekirdeklerini Yenile", @@ -49244,7 +49131,7 @@ "zh-cht": "中繼", "xloc": [ "default-mobile.handlebars->11->252", - "default.handlebars->39->2878", + "default.handlebars->39->2877", "default.handlebars->39->370", "default.handlebars->39->618" ] @@ -49271,7 +49158,7 @@ "zh-chs": "中继数量", "zh-cht": "中繼數量", "xloc": [ - "default.handlebars->39->2863" + "default.handlebars->39->2862" ] }, { @@ -49317,7 +49204,7 @@ "zh-chs": "中继错误", "zh-cht": "中繼錯誤", "xloc": [ - "default.handlebars->39->2856" + "default.handlebars->39->2855" ] }, { @@ -49363,8 +49250,8 @@ "zh-chs": "中继连接", "zh-cht": "中繼連接", "xloc": [ - "default.handlebars->39->2862", - "default.handlebars->39->2890" + "default.handlebars->39->2861", + "default.handlebars->39->2889" ] }, { @@ -49392,9 +49279,9 @@ { "en": "Remember Device", "nl": "Onthoud apparaat", - "pt-br": "Lembrar dispositivo", + "pl": "Pamiętaj Urządzenie", "xloc": [ - "default.handlebars->39->2784" + "default.handlebars->39->2783" ] }, { @@ -49642,7 +49529,7 @@ "zh-cht": "遠程命令", "xloc": [ "default-mobile.handlebars->11->661", - "default.handlebars->39->1997" + "default.handlebars->39->1996" ] }, { @@ -49671,8 +49558,8 @@ "default-mobile.handlebars->11->329", "default-mobile.handlebars->11->648", "default-mobile.handlebars->11->668", - "default.handlebars->39->1982", - "default.handlebars->39->2020", + "default.handlebars->39->1981", + "default.handlebars->39->2019", "default.handlebars->39->888", "default.handlebars->39->889" ] @@ -49799,8 +49686,8 @@ "zh-chs": "远程桌面连接栏已激活/更新", "zh-cht": "遠程桌面連接欄已激活/更新", "xloc": [ - "default.handlebars->39->2176", - "default.handlebars->39->2182" + "default.handlebars->39->2175", + "default.handlebars->39->2181" ] }, { @@ -49825,7 +49712,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2177" + "default.handlebars->39->2176" ] }, { @@ -49850,7 +49737,7 @@ "zh-chs": "远程桌面连接栏失败或不受支持", "zh-cht": "遠程桌面連接欄失敗或不受支持", "xloc": [ - "default.handlebars->39->2183" + "default.handlebars->39->2182" ] }, { @@ -49875,9 +49762,9 @@ "zh-chs": "本地用户强行关闭了远程桌面连接", "zh-cht": "本地用戶強行關閉了遠程桌面連接", "xloc": [ - "default.handlebars->39->2174", - "default.handlebars->39->2178", - "default.handlebars->39->2184" + "default.handlebars->39->2173", + "default.handlebars->39->2177", + "default.handlebars->39->2183" ] }, { @@ -50221,7 +50108,7 @@ "tr": "Uzak Oturumlar", "zh-chs": "远程会话", "xloc": [ - "default.handlebars->39->2719" + "default.handlebars->39->2718" ] }, { @@ -50361,9 +50248,9 @@ "xloc": [ "default-mobile.handlebars->11->649", "default-mobile.handlebars->11->673", - "default.handlebars->39->1983", - "default.handlebars->39->2025", - "default.handlebars->39->2617" + "default.handlebars->39->1982", + "default.handlebars->39->2024", + "default.handlebars->39->2616" ] }, { @@ -50624,8 +50511,8 @@ "zh-chs": "删除设备组权限", "zh-cht": "刪除裝置群權限", "xloc": [ - "default.handlebars->39->2509", - "default.handlebars->39->2678" + "default.handlebars->39->2508", + "default.handlebars->39->2677" ] }, { @@ -50650,8 +50537,8 @@ "zh-chs": "删除设备权限", "zh-cht": "刪除裝置權限", "xloc": [ - "default.handlebars->39->2507", - "default.handlebars->39->2665" + "default.handlebars->39->2506", + "default.handlebars->39->2664" ] }, { @@ -50676,7 +50563,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->2663" + "default.handlebars->39->2662" ] }, { @@ -50747,7 +50634,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2674" + "default.handlebars->39->2673" ] }, { @@ -50772,8 +50659,8 @@ "zh-chs": "删除用户组权限", "zh-cht": "刪除用戶群權限", "xloc": [ - "default.handlebars->39->2046", - "default.handlebars->39->2670" + "default.handlebars->39->2045", + "default.handlebars->39->2669" ] }, { @@ -50798,7 +50685,7 @@ "zh-chs": "删除用户成员资格", "zh-cht": "刪除用戶成員資格", "xloc": [ - "default.handlebars->39->2517" + "default.handlebars->39->2516" ] }, { @@ -50823,8 +50710,8 @@ "zh-chs": "删除用户权限", "zh-cht": "刪除用戶權限", "xloc": [ - "default.handlebars->39->2044", - "default.handlebars->39->2667" + "default.handlebars->39->2043", + "default.handlebars->39->2666" ] }, { @@ -50849,7 +50736,7 @@ "zh-chs": "删除所有两因素认证。", "zh-cht": "刪除所有二因子鑑別。", "xloc": [ - "default.handlebars->39->2640" + "default.handlebars->39->2639" ] }, { @@ -50874,7 +50761,7 @@ "zh-chs": "删除此用户标识的所有先前事件。", "zh-cht": "刪除此用戶標識的所有先前事件。", "xloc": [ - "default.handlebars->39->2410" + "default.handlebars->39->2409" ] }, { @@ -50899,7 +50786,7 @@ "zh-chs": "断开连接后移除设备", "zh-cht": "斷開連接後删除裝置", "xloc": [ - "default.handlebars->39->1960" + "default.handlebars->39->1959" ] }, { @@ -50924,7 +50811,7 @@ "zh-chs": "删除设备共享", "zh-cht": "刪除設備共享", "xloc": [ - "default.handlebars->39->1876", + "default.handlebars->39->1875", "default.handlebars->39->942" ] }, @@ -51099,7 +50986,7 @@ "zh-chs": "删除此用户", "zh-cht": "刪除此用戶", "xloc": [ - "default.handlebars->39->2602" + "default.handlebars->39->2601" ] }, { @@ -51124,7 +51011,7 @@ "zh-chs": "删除用户组成员身份", "zh-cht": "刪除用戶群成員身份", "xloc": [ - "default.handlebars->39->2654" + "default.handlebars->39->2653" ] }, { @@ -51149,7 +51036,7 @@ "zh-chs": "删除此设备的用户组权限", "zh-cht": "刪除此裝置的用戶群權限", "xloc": [ - "default.handlebars->39->2501" + "default.handlebars->39->2500" ] }, { @@ -51174,7 +51061,7 @@ "zh-chs": "删除此设备组的用户组权限", "zh-cht": "刪除此裝置群的用戶群權限", "xloc": [ - "default.handlebars->39->2495", + "default.handlebars->39->2494", "default.handlebars->39->935" ] }, @@ -51200,10 +51087,10 @@ "zh-chs": "删除此设备组的用户权限", "zh-cht": "刪除此裝置群的用戶權限", "xloc": [ - "default.handlebars->39->1872", - "default.handlebars->39->2489", - "default.handlebars->39->2648", - "default.handlebars->39->2660", + "default.handlebars->39->1871", + "default.handlebars->39->2488", + "default.handlebars->39->2647", + "default.handlebars->39->2659", "default.handlebars->39->936" ] }, @@ -51243,9 +51130,8 @@ "pl": "Usunięto nazwę wyświetlania konta.", "ru": "Удалено отображаемое имя учетной записи.", "tr": "Hesabın görünen adı kaldırıldı.", - "pt-br": "Remover nome de exibição da conta.", "xloc": [ - "default.handlebars->39->2274" + "default.handlebars->39->2273" ] }, { @@ -51270,7 +51156,7 @@ "zh-chs": "删除身份验证应用程序", "zh-cht": "刪除身份驗證應用程序", "xloc": [ - "default.handlebars->39->2236" + "default.handlebars->39->2235" ] }, { @@ -51295,7 +51181,7 @@ "zh-chs": "删除的设备共享{0}", "zh-cht": "刪除的設備共享{0}", "xloc": [ - "default.handlebars->39->2247" + "default.handlebars->39->2246" ] }, { @@ -51320,7 +51206,7 @@ "zh-chs": "从设备组{1}中删除了设备{0}", "zh-cht": "從設備組{1}中刪除了設備{0}", "xloc": [ - "default.handlebars->39->2232" + "default.handlebars->39->2231" ] }, { @@ -51344,7 +51230,7 @@ "tr": "Kaldırılan giriş belirteci", "zh-chs": "删除了登录令牌", "xloc": [ - "default.handlebars->39->2261" + "default.handlebars->39->2260" ] }, { @@ -51369,7 +51255,7 @@ "zh-chs": "已删除用户{0}的电话号码", "zh-cht": "已刪除用戶{0}的電話號碼", "xloc": [ - "default.handlebars->39->2242" + "default.handlebars->39->2241" ] }, { @@ -51393,7 +51279,7 @@ "tr": "Anında iletme bildirimi kimlik doğrulama cihazı kaldırıldı", "zh-chs": "删除了推送通知身份验证设备", "xloc": [ - "default.handlebars->39->2259" + "default.handlebars->39->2258" ] }, { @@ -51418,7 +51304,7 @@ "zh-chs": "移除安全密钥", "zh-cht": "移除安全密鑰", "xloc": [ - "default.handlebars->39->2239" + "default.handlebars->39->2238" ] }, { @@ -51443,9 +51329,9 @@ "zh-chs": "删除了{0}的用户设备权限", "zh-cht": "刪除了{0}的用戶設備權限", "xloc": [ - "default.handlebars->39->2205", - "default.handlebars->39->2226", - "default.handlebars->39->2231" + "default.handlebars->39->2204", + "default.handlebars->39->2225", + "default.handlebars->39->2230" ] }, { @@ -51470,7 +51356,7 @@ "zh-chs": "从设备组{1}中删除了用户组{0}", "zh-cht": "從設備組{1}中刪除了用戶組{0}", "xloc": [ - "default.handlebars->39->2215" + "default.handlebars->39->2214" ] }, { @@ -51495,7 +51381,7 @@ "zh-chs": "从设备组{1}中删除了用户{0}", "zh-cht": "已從設備組{1}中刪除用戶{0}", "xloc": [ - "default.handlebars->39->2228" + "default.handlebars->39->2227" ] }, { @@ -51520,8 +51406,8 @@ "zh-chs": "从用户组{1}中删除了用户{0}", "zh-cht": "從用戶組{1}中刪除了用戶{0}", "xloc": [ - "default.handlebars->39->2207", - "default.handlebars->39->2217" + "default.handlebars->39->2206", + "default.handlebars->39->2216" ] }, { @@ -51551,7 +51437,7 @@ "default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1", "default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1", "default.handlebars->39->1325", - "default.handlebars->39->2134", + "default.handlebars->39->2133", "default.handlebars->39->729", "default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3", "default.handlebars->container->column_l->p5->p5toolbar->1->0->p5filehead->3", @@ -51603,7 +51489,7 @@ "zh-chs": "重命名:“{0}”为“{1}”", "zh-cht": "重命名:“{0}”為“{1}”", "xloc": [ - "default.handlebars->39->2193" + "default.handlebars->39->2192" ] }, { @@ -51628,7 +51514,7 @@ "zh-chs": "报告日", "zh-cht": "報告日", "xloc": [ - "default.handlebars->39->2311" + "default.handlebars->39->2310" ] }, { @@ -51653,7 +51539,7 @@ "zh-chs": "报告类型", "zh-cht": "報告類型", "xloc": [ - "default.handlebars->39->2306" + "default.handlebars->39->2305" ] }, { @@ -51671,9 +51557,8 @@ "pl": "Raport zwrócił brak wpisów.", "ru": "Отчет не вернул данных", "tr": "Rapor hiçbir bütün döndürmedi.", - "pt-br": "O relatório não retornou entradas.", "xloc": [ - "default.handlebars->39->2755" + "default.handlebars->39->2754" ] }, { @@ -51695,7 +51580,7 @@ "sv": "Report.csv", "tr": "Report.csv", "xloc": [ - "default.handlebars->39->2797" + "default.handlebars->39->2796" ] }, { @@ -51713,7 +51598,6 @@ "pl": "Raporty", "ru": "Отчеты", "tr": "Raporlar", - "pt-br": "Relatório", "xloc": [ "default.handlebars->container->topbar->1->1->EventsSubMenuSpan->EventsSubMenu->1->0->EventsReport" ] @@ -51880,8 +51764,8 @@ "zh-cht": "要求:{0}。", "xloc": [ "default-mobile.handlebars->11->113", - "default.handlebars->39->2415", - "default.handlebars->39->2638" + "default.handlebars->39->2414", + "default.handlebars->39->2637" ] }, { @@ -51978,7 +51862,7 @@ "nl": "Herstarten", "pl": "Reset", "pt": "Redefinir", - "pt-br": "Reiniciar", + "pt-br": "Redefinir", "ru": "Перезагрузить", "sv": "Återställa", "tr": "Sıfırla", @@ -52013,7 +51897,7 @@ "zh-cht": "重置/關閉電源", "xloc": [ "default-mobile.handlebars->11->662", - "default.handlebars->39->1998" + "default.handlebars->39->1997" ] }, { @@ -52171,7 +52055,7 @@ "xloc": [ "default-mobile.handlebars->11->682", "default.handlebars->39->1011", - "default.handlebars->39->2035", + "default.handlebars->39->2034", "default.handlebars->39->989" ] }, @@ -52325,7 +52209,7 @@ "zh-chs": "限制条件", "zh-cht": "限制條件", "xloc": [ - "default.handlebars->39->2529" + "default.handlebars->39->2528" ] }, { @@ -52368,7 +52252,7 @@ "nl": "Rechts", "pl": "Prawo", "pt": "Direito", - "pt-br": "Direita", + "pt-br": "Direitos", "ru": "Right", "sv": "Rätt", "tr": "Doğru", @@ -52453,7 +52337,7 @@ "default-mobile.handlebars->11->131", "default-mobile.handlebars->11->469", "default.handlebars->39->1309", - "default.handlebars->39->2102", + "default.handlebars->39->2101", "sharing.handlebars->11->49" ] }, @@ -52542,7 +52426,7 @@ "nl": "Draai naar links", "pl": "Obróć w Lewo", "pt": "Vire à esquerda", - "pt-br": "Gire para esquerda", + "pt-br": "Vire à esquerda", "ru": "Повернуть влево", "sv": "Rotera vänster", "tr": "Sola dön", @@ -52568,7 +52452,7 @@ "nl": "Draai naar rechts", "pl": "Obróć w Prawo", "pt": "Vire à direita", - "pt-br": "Gire para direita", + "pt-br": "Vire à direita", "ru": "Повернуть вправо", "sv": "Rotera höger", "tr": "Sağa Döndür", @@ -52838,7 +52722,6 @@ "pl": "Uruchomiony", "ru": "Запущен", "tr": "Koşma", - "pt-br": "Executando", "xloc": [ "default.handlebars->39->1238", "default.handlebars->39->1242" @@ -52866,7 +52749,7 @@ "zh-chs": "运行命令", "zh-cht": "運行命令", "xloc": [ - "default.handlebars->39->2169" + "default.handlebars->39->2168" ] }, { @@ -52891,7 +52774,7 @@ "zh-chs": "以用户身份运行命令", "zh-cht": "以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2244" + "default.handlebars->39->2243" ] }, { @@ -52916,7 +52799,7 @@ "zh-chs": "如果可能,以用户身份运行命令", "zh-cht": "如果可能,以用戶身份運行命令", "xloc": [ - "default.handlebars->39->2245" + "default.handlebars->39->2244" ] }, { @@ -53067,8 +52950,8 @@ "zh-chs": "短信", "zh-cht": "短信", "xloc": [ - "default.handlebars->39->2589", - "default.handlebars->39->2594", + "default.handlebars->39->2588", + "default.handlebars->39->2593", "login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->3", "login.handlebars->container->column_l->centralTable->1->0->logincell->tokenpanel->1->7->1->4->1->3", @@ -53098,7 +52981,7 @@ "zh-chs": "此用户的短信功能电话号码。", "zh-cht": "此用戶的短信功能電話號碼。", "xloc": [ - "default.handlebars->39->2610" + "default.handlebars->39->2609" ] }, { @@ -53123,7 +53006,7 @@ "zh-chs": "短信错误", "xloc": [ "default-mobile.handlebars->11->728", - "default.handlebars->39->2835" + "default.handlebars->39->2834" ] }, { @@ -53148,7 +53031,7 @@ "zh-chs": "短信错误:{0}", "xloc": [ "default-mobile.handlebars->11->729", - "default.handlebars->39->2836" + "default.handlebars->39->2835" ] }, { @@ -53166,7 +53049,6 @@ "pl": "Bramka SMS ma ograniczone zastosowanie w trybie LAN.", "ru": "SMS-шлюз имеет ограниченное применение в LAN режиме.", "tr": "SMS ağ geçidinin LAN modunda sınırlı kullanımı vardır.", - "pt-br": "O gateway SMS tem uso limitado em modo LAN.", "xloc": [ "default.handlebars->39->98" ] @@ -53193,15 +53075,15 @@ "zh-chs": "短信网关未启用", "xloc": [ "default-mobile.handlebars->11->723", - "default.handlebars->39->2830" + "default.handlebars->39->2829" ] }, { "en": "SMS message", "nl": "SMS bericht", - "pt-br": "Mensagem SMS", + "pl": "Wiadomość SMS", "xloc": [ - "default.handlebars->39->2780" + "default.handlebars->39->2779" ] }, { @@ -53274,7 +53156,7 @@ "zh-chs": "短信发送成功。", "xloc": [ "default-mobile.handlebars->11->727", - "default.handlebars->39->2834" + "default.handlebars->39->2833" ] }, { @@ -53292,7 +53174,6 @@ "pl": "Serwer SMTP ma ograniczone wykorzystanie w trybie LAN.", "ru": "SMTP-сервер имеет ограниченное применение в LAN режиме.", "tr": "SMTP sunucusunun LAN modunda sınırlı kullanımı vardır.", - "pt-br": "O servidor SMTP tem uso limitado em modo LAN", "xloc": [ "default.handlebars->39->97" ] @@ -54045,7 +53926,6 @@ "pl": "Sekret", "ru": "Ключ", "tr": "Gizli", - "pt-br": "Segredo", "xloc": [ "default.handlebars->39->192" ] @@ -54132,8 +54012,8 @@ "default-mobile.handlebars->11->567", "default.handlebars->39->1109", "default.handlebars->39->1416", - "default.handlebars->39->2100", - "default.handlebars->39->2590", + "default.handlebars->39->2099", + "default.handlebars->39->2589", "default.handlebars->39->445", "default.handlebars->container->column_l->p21->p21main->1->1->meshSecurityChartDiv->1" ] @@ -54160,7 +54040,7 @@ "zh-chs": "安全密钥", "zh-cht": "安全密鑰", "xloc": [ - "default.handlebars->39->2585" + "default.handlebars->39->2584" ] }, { @@ -54185,7 +54065,7 @@ "zh-chs": "安全警告", "xloc": [ "default-mobile.handlebars->11->697", - "default.handlebars->39->2804" + "default.handlebars->39->2803" ] }, { @@ -54258,9 +54138,9 @@ "xloc": [ "default.handlebars->39->1316", "default.handlebars->39->1318", - "default.handlebars->39->2126", - "default.handlebars->39->2357", - "default.handlebars->39->2443", + "default.handlebars->39->2125", + "default.handlebars->39->2356", + "default.handlebars->39->2442", "default.handlebars->39->466", "default.handlebars->39->623", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar", @@ -54289,11 +54169,10 @@ "pl": "Wybierz Datę i Czas...", "ru": "Выберите дату и время...", "tr": "Tarih ve Saati Seçin...", - "pt-br": "Selecionar Data & Hora...", "xloc": [ "default.handlebars->39->1059", "default.handlebars->39->1061", - "default.handlebars->39->2738" + "default.handlebars->39->2737" ] }, { @@ -54319,9 +54198,9 @@ "zh-cht": "選擇無", "xloc": [ "default.handlebars->39->1317", - "default.handlebars->39->2125", - "default.handlebars->39->2356", - "default.handlebars->39->2442", + "default.handlebars->39->2124", + "default.handlebars->39->2355", + "default.handlebars->39->2441", "default.handlebars->39->622", "default.handlebars->meshContextMenu->cxselectnone", "sharing.handlebars->11->57" @@ -54473,8 +54352,8 @@ "zh-chs": "选择要对所有选定用户执行的操作。", "zh-cht": "選擇要對所有選定用戶執行的操作。", "xloc": [ - "default.handlebars->39->2360", - "default.handlebars->39->2444" + "default.handlebars->39->2359", + "default.handlebars->39->2443" ] }, { @@ -54525,7 +54404,7 @@ "zh-chs": "选择新密码", "zh-cht": "選擇新密碼", "xloc": [ - "default.handlebars->39->1917" + "default.handlebars->39->1916" ] }, { @@ -54577,7 +54456,7 @@ "zh-cht": "僅自我事件", "xloc": [ "default-mobile.handlebars->11->678", - "default.handlebars->39->2031" + "default.handlebars->39->2030" ] }, { @@ -54652,7 +54531,7 @@ "zh-chs": "发电邮", "zh-cht": "發電郵", "xloc": [ - "default.handlebars->39->2371" + "default.handlebars->39->2370" ] }, { @@ -54728,7 +54607,7 @@ "zh-chs": "发送短信", "zh-cht": "發送簡訊", "xloc": [ - "default.handlebars->39->2369" + "default.handlebars->39->2368" ] }, { @@ -54753,7 +54632,7 @@ "zh-chs": "发送短信给该用户", "zh-cht": "發送短信給該用戶", "xloc": [ - "default.handlebars->39->2595" + "default.handlebars->39->2594" ] }, { @@ -54778,7 +54657,7 @@ "zh-chs": "发送电邮给该用户", "zh-cht": "發送電郵給該用戶", "xloc": [ - "default.handlebars->39->2597" + "default.handlebars->39->2596" ] }, { @@ -54803,7 +54682,7 @@ "zh-chs": "向该组中的所有用户发送通知。", "zh-cht": "向該群中的所有用戶發送通知。", "xloc": [ - "default.handlebars->39->2486" + "default.handlebars->39->2485" ] }, { @@ -54828,7 +54707,7 @@ "zh-chs": "向该用户发送文本通知。", "zh-cht": "向該用戶發送文本通知。", "xloc": [ - "default.handlebars->39->2372" + "default.handlebars->39->2371" ] }, { @@ -54853,7 +54732,7 @@ "zh-chs": "发送电邮给用户", "zh-cht": "發送電郵給用戶", "xloc": [ - "default.handlebars->39->2352" + "default.handlebars->39->2351" ] }, { @@ -54903,7 +54782,7 @@ "zh-chs": "发送邀请电邮。", "zh-cht": "發送邀請電郵。", "xloc": [ - "default.handlebars->39->2414" + "default.handlebars->39->2413" ] }, { @@ -55056,7 +54935,7 @@ "zh-chs": "发送用户通知", "zh-cht": "發送用戶通知", "xloc": [ - "default.handlebars->39->2599" + "default.handlebars->39->2598" ] }, { @@ -55074,7 +54953,6 @@ "pl": "Serwer SendGrid ma ograniczone zastosowanie w trybie LAN.", "ru": "Сервер SendGrid имеет ограниченное применение в LAN режиме.", "tr": "SendGrid sunucusunun LAN modunda sınırlı kullanımı vardır.", - "pt-br": "O servidor SendGrid tem uso limitado no modo LAN.", "xloc": [ "default.handlebars->39->96" ] @@ -55221,7 +55099,7 @@ "zh-chs": "服务器备份", "zh-cht": "伺服器備份", "xloc": [ - "default.handlebars->39->2424" + "default.handlebars->39->2423" ] }, { @@ -55246,7 +55124,7 @@ "zh-chs": "服务器证书", "zh-cht": "伺服器憑證", "xloc": [ - "default.handlebars->39->2911" + "default.handlebars->39->2910" ] }, { @@ -55295,7 +55173,7 @@ "zh-chs": "服务器数据库", "zh-cht": "伺服器數據庫", "xloc": [ - "default.handlebars->39->2912" + "default.handlebars->39->2911" ] }, { @@ -55323,9 +55201,9 @@ "default-mobile.handlebars->11->655", "default-mobile.handlebars->11->670", "default.handlebars->39->1004", - "default.handlebars->39->1991", - "default.handlebars->39->2022", - "default.handlebars->39->2421", + "default.handlebars->39->1990", + "default.handlebars->39->2021", + "default.handlebars->39->2420", "default.handlebars->39->982" ] }, @@ -55376,7 +55254,7 @@ "zh-chs": "服务器限制", "xloc": [ "default-mobile.handlebars->11->696", - "default.handlebars->39->2803" + "default.handlebars->39->2802" ] }, { @@ -55425,8 +55303,8 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2344", - "default.handlebars->39->2436" + "default.handlebars->39->2343", + "default.handlebars->39->2435" ] }, { @@ -55451,7 +55329,7 @@ "zh-chs": "服务器配额", "zh-cht": "伺服器配額", "xloc": [ - "default.handlebars->39->2559" + "default.handlebars->39->2558" ] }, { @@ -55476,7 +55354,7 @@ "zh-chs": "服务器还原", "zh-cht": "伺服器還原", "xloc": [ - "default.handlebars->39->2425" + "default.handlebars->39->2424" ] }, { @@ -55501,7 +55379,7 @@ "zh-chs": "服务器权限", "zh-cht": "伺服器權限", "xloc": [ - "default.handlebars->39->2558" + "default.handlebars->39->2557" ] }, { @@ -55526,7 +55404,7 @@ "zh-chs": "服务器状态", "zh-cht": "伺服器狀態", "xloc": [ - "default.handlebars->39->2842" + "default.handlebars->39->2841" ] }, { @@ -55576,7 +55454,7 @@ "zh-chs": "服务器跟踪", "zh-cht": "伺服器追蹤", "xloc": [ - "default.handlebars->39->2924" + "default.handlebars->39->2923" ] }, { @@ -55600,7 +55478,7 @@ "tr": "Sunucu İzleme Etkinliği", "zh-chs": "服务器跟踪事件", "xloc": [ - "default.handlebars->39->2903" + "default.handlebars->39->2902" ] }, { @@ -55676,7 +55554,7 @@ "zh-chs": "服务器更新", "zh-cht": "伺服器更新", "xloc": [ - "default.handlebars->39->2426" + "default.handlebars->39->2425" ] }, { @@ -55926,7 +55804,7 @@ "zh-chs": "ServerStats.csv", "zh-cht": "ServerStats.csv", "xloc": [ - "default.handlebars->39->2902" + "default.handlebars->39->2901" ] }, { @@ -56001,8 +55879,8 @@ "zh-chs": "会话", "zh-cht": "節", "xloc": [ - "default.handlebars->39->2685", - "default.handlebars->39->2743", + "default.handlebars->39->2684", + "default.handlebars->39->2742", "ssh.handlebars->3->17", "ssh.handlebars->3->19" ] @@ -56178,7 +56056,6 @@ "pl": "Przekroczony czas Sesji.", "ru": "Тайм-аут сеанса.", "tr": "Oturum zaman aşımına uğradı.", - "pt-br": "Sessão expirada.", "xloc": [ "ssh.handlebars->3->20" ] @@ -56250,7 +56127,6 @@ "pl": "Ustaw schowek", "ru": "Установить буфер", "tr": "Panoyu Ayarla", - "pt-br": "Enviar área de transferência ", "xloc": [ "default.handlebars->39->1231" ] @@ -56347,7 +56223,7 @@ "zh-chs": "设置剪贴板内容,{0}个字节", "zh-cht": "設置剪貼板內容,{0}個字節", "xloc": [ - "default.handlebars->39->2167" + "default.handlebars->39->2166" ] }, { @@ -56450,7 +56326,7 @@ "zh-cht": "設定", "xloc": [ "agent-translations.json", - "default.handlebars->39->1864", + "default.handlebars->39->1863", "default.handlebars->39->422" ] }, @@ -56646,7 +56522,6 @@ "pl": "Współdziel to urządzenie z gościem", "ru": "Поделиться устройством с гостем", "tr": "Cihazı bir misafirle paylaşın", - "pt-br": "Compartilhar dispositivo com convidado", "xloc": [ "default.handlebars->container->column_l->p11->deskarea0->deskarea4->1" ] @@ -56697,7 +56572,7 @@ "tr": "Paylaşım", "zh-chs": "分享", "xloc": [ - "default.handlebars->39->2036" + "default.handlebars->39->2035" ] }, { @@ -56715,7 +56590,6 @@ "pl": "Współdzielenie pulpitu z: {0}", "ru": "Доступ к рабочему столу предоставлен: {0}", "tr": "Masaüstünü şu kişilerle paylaşma: {0}", - "pt-br": "Compartilhando área de trabalho com: {0}", "xloc": [ "coretranslations.json" ] @@ -57025,8 +56899,7 @@ "nl": "Toon gasten naam", "pl": "Pokaż Nazwę Gościa", "ru": "Показать имя гостя", - "tr": "Misafir Adını Göster", - "pt-br": "Exibir Nome do Convidado" + "tr": "Misafir Adını Göster" }, { "cs": "Zobrazit nápovědu", @@ -57104,7 +56977,7 @@ "zh-cht": "只顯示自己的事件", "xloc": [ "default-mobile.handlebars->11->658", - "default.handlebars->39->1994" + "default.handlebars->39->1993" ] }, { @@ -57143,9 +57016,8 @@ "pl": "Pokaż Ruch", "ru": "Показать трафик", "tr": "Trafiği Göster", - "pt-br": "Mostrar Tráfego", "xloc": [ - "default.handlebars->39->2739" + "default.handlebars->39->2738" ] }, { @@ -57170,7 +57042,7 @@ "zh-chs": "显示连接工具栏", "zh-cht": "顯示連接工具欄", "xloc": [ - "default.handlebars->39->1950" + "default.handlebars->39->1949" ] }, { @@ -57295,8 +57167,8 @@ "zh-chs": "显示1分钟", "zh-cht": "顯示1分鐘", "xloc": [ - "default.handlebars->39->2375", - "default.handlebars->39->2400" + "default.handlebars->39->2374", + "default.handlebars->39->2399" ] }, { @@ -57321,8 +57193,8 @@ "zh-chs": "显示10秒", "zh-cht": "顯示10秒", "xloc": [ - "default.handlebars->39->2374", - "default.handlebars->39->2399" + "default.handlebars->39->2373", + "default.handlebars->39->2398" ] }, { @@ -57347,8 +57219,8 @@ "zh-chs": "显示5分钟", "zh-cht": "顯示5分鐘", "xloc": [ - "default.handlebars->39->2376", - "default.handlebars->39->2401" + "default.handlebars->39->2375", + "default.handlebars->39->2400" ] }, { @@ -57373,8 +57245,8 @@ "zh-chs": "显示消息,直到被用户拒绝", "zh-cht": "顯示消息,直到被用戶拒絕", "xloc": [ - "default.handlebars->39->2373", - "default.handlebars->39->2398" + "default.handlebars->39->2372", + "default.handlebars->39->2397" ] }, { @@ -57634,8 +57506,8 @@ "zh-chs": "简单管理员控制模式(ACM)", "zh-cht": "簡單管理員控制模式(ACM)", "xloc": [ - "default.handlebars->39->1855", - "default.handlebars->39->1907" + "default.handlebars->39->1854", + "default.handlebars->39->1906" ] }, { @@ -57660,8 +57532,8 @@ "zh-chs": "简单客户端控制模式(CCM)", "zh-cht": "簡單客戶端控制模式(CCM)", "xloc": [ - "default.handlebars->39->1853", - "default.handlebars->39->1911" + "default.handlebars->39->1852", + "default.handlebars->39->1910" ] }, { @@ -57743,9 +57615,9 @@ }, { "en": "Single Sign-on", - "pt-br": "Single Sign-on (Login único)", + "pl": "Pojedyncze Logowanie", "xloc": [ - "default.handlebars->39->2787" + "default.handlebars->39->2786" ] }, { @@ -57791,8 +57663,8 @@ "zh-chs": "尺寸", "zh-cht": "尺寸", "xloc": [ - "default.handlebars->39->2688", - "default.handlebars->39->2709", + "default.handlebars->39->2687", + "default.handlebars->39->2708", "default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize" ] }, @@ -58180,7 +58052,7 @@ "nl": "Software Agent Groep", "pl": "Grupa Agenta Oprogramowania", "pt": "Grupo de agentes de software", - "pt-br": "Grupo de Software Agente", + "pt-br": "Grupo de Agente de Software", "ru": "Группа программных агентов", "sv": "Software Agent Group", "tr": "Agent Grubu", @@ -59095,8 +58967,8 @@ "default.handlebars->39->1185", "default.handlebars->39->260", "default.handlebars->39->265", - "default.handlebars->39->2686", - "default.handlebars->39->2711", + "default.handlebars->39->2685", + "default.handlebars->39->2710", "sharing.handlebars->11->14" ] }, @@ -59154,9 +59026,8 @@ "nl": "Gestarte Web-RDP sessie \\\"{0}\\\".", "pl": "Uruchomiono sesję Web-RDP \\\"{0}\\\".", "fr": "Démarrage de la session Web-RDP \\\"{0}\\\".", - "pt-br": "Sessão Web-RDP \\\"{0}\\\" iniciada.", "xloc": [ - "default.handlebars->39->2295" + "default.handlebars->39->2294" ] }, { @@ -59164,9 +59035,8 @@ "nl": "Gestarte Web-SFTP sessie \\\"{0}\\\".", "pl": "Uruchomiono sesję Web-SFTP \\\"{0}\\\".", "fr": "Démarrage de la session Web-SFTP \\\"{0}\\\".", - "pt-br": "Sessão Web-SFTP \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2294" + "default.handlebars->39->2293" ] }, { @@ -59174,9 +59044,8 @@ "nl": "Gestarte Web-SSH sessie \\\"{0}\\\".", "pl": "Uruchomiono sesję Web-SSH \\\"{0}\\\".", "fr": "Démarrage de la session Web-SSH \\\"{0}\\\".", - "pt-br": "Sessão Web-SSH \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2293" + "default.handlebars->39->2292" ] }, { @@ -59184,9 +59053,8 @@ "nl": "Gestarte Web-VNC sessie \\\"{0}\\\".", "pl": "Uruchomiono sesję Web-VNC \\\"{0}\\\".", "fr": "Démarrage de la session Web-VNC \\\"{0}\\\".", - "pt-br": "Sessão Web-VNC \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2296" + "default.handlebars->39->2295" ] }, { @@ -59211,7 +59079,7 @@ "zh-chs": "开始桌面多重会话", "zh-cht": "啟動桌面多路復用會話", "xloc": [ - "default.handlebars->39->2151" + "default.handlebars->39->2150" ] }, { @@ -59219,9 +59087,8 @@ "nl": "Startte een Desktop multiplexsessie \\\"{0}\\\"", "pl": "Uruchomienie sesji multiplex pulpitów \\\"{0}\\\"", "fr": "Démarrage de la session de bureau multiplexée \\\"{0}\\\"", - "pt-br": "Sessão de área de trabalho multiplex \\\"{0}\\\" iniciada", "xloc": [ - "default.handlebars->39->2290" + "default.handlebars->39->2289" ] }, { @@ -59246,7 +59113,7 @@ "zh-chs": "从{1}到{2}开始了桌面会话“{0}”", "zh-cht": "從{1}到{2}開始了桌面會話“{0}”", "xloc": [ - "default.handlebars->39->2160" + "default.handlebars->39->2159" ] }, { @@ -59271,7 +59138,7 @@ "zh-chs": "从{1}到{2}开始文件管理会话“{0}”", "zh-cht": "從{1}到{2}開始文件管理會話“{0}”", "xloc": [ - "default.handlebars->39->2161" + "default.handlebars->39->2160" ] }, { @@ -59295,7 +59162,7 @@ "tr": "Yerel geçiş oturumu \\\"{0}\\\", {1} - {2} protokolü başlatıldı", "zh-chs": "已启动本地中继会话 \\\"{0}\\\",协议 {1} 到 {2}", "xloc": [ - "default.handlebars->39->2265" + "default.handlebars->39->2264" ] }, { @@ -59320,7 +59187,7 @@ "zh-chs": "从{1}到{2}开始中继会话“{0}”", "zh-cht": "從{1}到{2}開始中繼會話“{0}”", "xloc": [ - "default.handlebars->39->2158" + "default.handlebars->39->2157" ] }, { @@ -59345,7 +59212,7 @@ "zh-chs": "使用Toast通知启动远程桌面", "zh-cht": "使用Toast通知啟動遠程桌面", "xloc": [ - "default.handlebars->39->2180" + "default.handlebars->39->2179" ] }, { @@ -59370,7 +59237,7 @@ "zh-chs": "启动远程桌面,而无需通知", "zh-cht": "啟動遠程桌面,而無需通知", "xloc": [ - "default.handlebars->39->2181" + "default.handlebars->39->2180" ] }, { @@ -59395,7 +59262,7 @@ "zh-chs": "启动带有Toast通知的远程文件", "zh-cht": "啟動帶有Toast通知的遠程文件", "xloc": [ - "default.handlebars->39->2187" + "default.handlebars->39->2186" ] }, { @@ -59420,7 +59287,7 @@ "zh-chs": "已启动的远程文件,恕不另行通知", "zh-cht": "已啟動的遠程文件,恕不另行通知", "xloc": [ - "default.handlebars->39->2188" + "default.handlebars->39->2187" ] }, { @@ -59445,7 +59312,7 @@ "zh-chs": "从{1}到{2}开始了终端会话“{0}”", "zh-cht": "從{1}到{2}開始了終端會話“{0}”", "xloc": [ - "default.handlebars->39->2159" + "default.handlebars->39->2158" ] }, { @@ -59495,7 +59362,7 @@ "zh-chs": "接受本地用户后启动远程桌面", "zh-cht": "接受本地用戶後啟動遠程桌面", "xloc": [ - "default.handlebars->39->2175" + "default.handlebars->39->2174" ] }, { @@ -59520,7 +59387,7 @@ "zh-chs": "本地用户接受后启动远程文件", "zh-cht": "本地用戶接受後啟動遠程文件", "xloc": [ - "default.handlebars->39->2185" + "default.handlebars->39->2184" ] }, { @@ -59638,8 +59505,8 @@ "zh-chs": "状况", "zh-cht": "狀態", "xloc": [ - "default.handlebars->39->2629", - "default.handlebars->39->2704", + "default.handlebars->39->2628", + "default.handlebars->39->2703", "default.handlebars->container->column_l->p42->p42tbl->1->0->7" ] }, @@ -59858,7 +59725,7 @@ "zh-chs": "超出储存空间", "zh-cht": "超出儲存空間", "xloc": [ - "default.handlebars->39->2106" + "default.handlebars->39->2105" ] }, { @@ -59938,7 +59805,7 @@ "zh-chs": "主题", "zh-cht": "主題", "xloc": [ - "default.handlebars->39->2370" + "default.handlebars->39->2369" ] }, { @@ -59971,10 +59838,9 @@ "nl": "Geslaagde inlog", "pl": "Poprawne logowanie", "fr": "Connexion réussie", - "pt-br": "Login realizado com sucesso", "xloc": [ - "default.handlebars->39->2773", - "default.handlebars->39->2793" + "default.handlebars->39->2772", + "default.handlebars->39->2792" ] }, { @@ -60248,7 +60114,7 @@ "zh-chs": "将英特尔AMT切换到管理员控制模式(ACM)。", "zh-cht": "將英特爾AMT切換到管理員控制模式(ACM)。", "xloc": [ - "default.handlebars->39->1869" + "default.handlebars->39->1868" ] }, { @@ -60266,7 +60132,6 @@ "pl": "Przełącz połączony port", "ru": "Порт свитча подключен", "tr": "Bağlantı noktasını değiştir", - "pt-br": "Porta do switch conectada", "xloc": [ "default.handlebars->39->919", "default.handlebars->39->920" @@ -60287,7 +60152,6 @@ "pl": "Przełącz port na gotowy do użycia.", "ru": "Порт свитча готов к использованию.", "tr": "Anahtar portu kullanıma hazırdır.", - "pt-br": "Porta do switch está pronto para o uso.", "xloc": [ "default.handlebars->39->359" ] @@ -60314,7 +60178,7 @@ "zh-chs": "将服务器设备名称同步到主机名称", "zh-cht": "將伺服器裝置名稱同步到主機名稱", "xloc": [ - "default.handlebars->39->1959" + "default.handlebars->39->1958" ] }, { @@ -60332,9 +60196,8 @@ "pl": "Synchronizuj nazwę urządzenia serwera na nazwę portu", "ru": "Синхронизировать имя устройства сервера с именем порта", "tr": "Sunucu cihaz adını bağlantı noktası adıyla senkronize et", - "pt-br": "Sincronizar nome do dispositivo do servidor com o nome da porta", "xloc": [ - "default.handlebars->39->1958" + "default.handlebars->39->1957" ] }, { @@ -60449,7 +60312,7 @@ "nl": "TAB", "pl": "TAB", "pt": "TAB", - "pt-br": "TAB", + "pt-br": "ABA ", "ru": "TAB", "sv": "FLIK", "tr": "Sekme", @@ -60700,7 +60563,7 @@ "nl": "Tab", "pl": "Tab", "pt": "Tab", - "pt-br": "Tab", + "pt-br": "Aba", "ru": "Tab", "sv": "Flik", "tr": "Sekme", @@ -60919,12 +60782,12 @@ "default-mobile.handlebars->11->205", "default-mobile.handlebars->11->344", "default.handlebars->39->1029", - "default.handlebars->39->1877", - "default.handlebars->39->1951", - "default.handlebars->39->2698", - "default.handlebars->39->2757", - "default.handlebars->39->2788", - "default.handlebars->39->2879", + "default.handlebars->39->1876", + "default.handlebars->39->1950", + "default.handlebars->39->2697", + "default.handlebars->39->2756", + "default.handlebars->39->2787", + "default.handlebars->39->2878", "default.handlebars->39->392", "default.handlebars->39->739", "default.handlebars->39->943", @@ -60955,7 +60818,7 @@ "zh-chs": "终端 + 文件", "xloc": [ "default.handlebars->39->1032", - "default.handlebars->39->1881", + "default.handlebars->39->1880", "default.handlebars->39->947" ] }, @@ -61007,8 +60870,8 @@ "zh-cht": "終端機通知", "xloc": [ "default.handlebars->39->1835", - "default.handlebars->39->2475", - "default.handlebars->39->2577", + "default.handlebars->39->2474", + "default.handlebars->39->2576", "default.handlebars->39->837" ] }, @@ -61035,8 +60898,8 @@ "zh-cht": "終端機提示", "xloc": [ "default.handlebars->39->1834", - "default.handlebars->39->2474", - "default.handlebars->39->2576", + "default.handlebars->39->2473", + "default.handlebars->39->2575", "default.handlebars->39->836" ] }, @@ -61061,7 +60924,7 @@ "tr": "Terminal Oturumu", "zh-chs": "终端会话", "xloc": [ - "default.handlebars->39->2691" + "default.handlebars->39->2690" ] }, { @@ -61213,7 +61076,6 @@ "pl": "To urządzenie jest wyłączone", "ru": "Устройство выключено", "tr": "Cihaz kapalı", - "pt-br": "O dispositivo está desligado", "xloc": [ "default-mobile.handlebars->11->246", "default.handlebars->39->606" @@ -61260,7 +61122,6 @@ "pl": "Przedstawione urządzenia zmieniły stan połączenia.", "ru": "Следующие устройства изменили свое состояние подключения.", "tr": "Aşağıdaki cihazlar bağlantı durumlarını değiştirdi.", - "pt-br": "Os seguintes dispositivos mudaram seus estados de conexão.", "xloc": [ "device-notify.html->2->3->1", "device-notify.txt" @@ -61303,7 +61164,6 @@ "pl": "Graficzna wersja tego instalatora nie może być uruchomiona w tym systemie", "ru": "Графическая версия этого установщика не может быть запущена в этой системе.", "tr": "Bu yükleyicinin grafik sürümü bu sistemde çalışamaz", - "pt-br": "A versão gráfica do instalador não pode ser executada neste sistema", "xloc": [ "agent-translations.json" ] @@ -61429,7 +61289,7 @@ "zh-cht": "目前沒有任何通知", "xloc": [ "default-mobile.handlebars->11->691", - "default.handlebars->39->2798" + "default.handlebars->39->2797" ] }, { @@ -61454,7 +61314,7 @@ "zh-chs": "自上次登录以来,此帐户已有 {0} 次登录尝试失败。", "xloc": [ "default-mobile.handlebars->11->712", - "default.handlebars->39->2819" + "default.handlebars->39->2818" ] }, { @@ -61575,7 +61435,7 @@ "tr": "Bu aracının eski bir sertifika doğrulama mekanizması var, güncellemeyi düşünün.", "zh-chs": "此代理具有过时的证书验证机制,请考虑更新。", "xloc": [ - "default.handlebars->39->2263" + "default.handlebars->39->2262" ] }, { @@ -61599,7 +61459,7 @@ "tr": "Bu aracı güvenli olmayan tüneller kullanıyor, güncellemeyi düşünün.", "zh-chs": "此代理正在使用不安全的隧道,请考虑更新。", "xloc": [ - "default.handlebars->39->2264" + "default.handlebars->39->2263" ] }, { @@ -61671,9 +61531,9 @@ "zh-chs": "这是嘉宾分享环节", "xloc": [ "default.handlebars->39->1357", - "default.handlebars->39->2304", - "default.handlebars->39->2680", - "default.handlebars->39->2681" + "default.handlebars->39->2303", + "default.handlebars->39->2679", + "default.handlebars->39->2680" ] }, { @@ -61722,7 +61582,7 @@ "tr": "Bu eski bir aracı sürümüdür, güncellemeyi düşünün.", "zh-chs": "这是一个旧的代理版本,考虑更新。", "xloc": [ - "default.handlebars->39->2262" + "default.handlebars->39->2261" ] }, { @@ -61769,7 +61629,7 @@ "zh-chs": "这是推荐的策略。英特尔®AMT激活和管理是完全自动化的,服务器将尝试最大程度地利用硬件管理。", "zh-cht": "這是推薦的策略。英特爾®AMT激活和管理是完全自動化的,服務器將嘗試最大程度地利用硬件管理。", "xloc": [ - "default.handlebars->39->1936" + "default.handlebars->39->1935" ] }, { @@ -61820,7 +61680,7 @@ "zh-chs": "此政策不会影响采用ACM模式的英特尔®AMT的设备。", "zh-cht": "此政策不會影響採用ACM模式的Intel® AMT的裝置。", "xloc": [ - "default.handlebars->39->1933" + "default.handlebars->39->1932" ] }, { @@ -62068,8 +61928,8 @@ "xloc": [ "default-mobile.handlebars->11->351", "default.handlebars->39->1070", - "default.handlebars->39->2736", - "default.handlebars->39->2741", + "default.handlebars->39->2735", + "default.handlebars->39->2740", "player.handlebars->3->17" ] }, @@ -62096,7 +61956,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1058", - "default.handlebars->39->2737" + "default.handlebars->39->2736" ] }, { @@ -62121,7 +61981,7 @@ "zh-chs": "时间跨度", "zh-cht": "時間跨度", "xloc": [ - "default.handlebars->39->2308" + "default.handlebars->39->2307" ] }, { @@ -62147,7 +62007,7 @@ "zh-cht": "時間範圍", "xloc": [ "default.handlebars->39->1054", - "default.handlebars->39->2735" + "default.handlebars->39->2734" ] }, { @@ -62583,7 +62443,6 @@ "pl": "By się wypisać.", "ru": "Чтобы отписаться,", "tr": "Abonelikten çıkmak,", - "pt-br": "Cancelar inscrição", "xloc": [ "device-notify.html->2->9->1" ] @@ -62603,7 +62462,6 @@ "pl": "By się wypisać, załaduj ten link w ciągu 1 godziny od otrzymania wiadomości: [[[SERVERURL]]][[[UNSUBSCRIBELINK]]]", "ru": "Чтобы отказаться от подписки, откройте эту ссылку в течение 1 часа после получения этого сообщения: [[[SERVERURL]]][[[UNSUBSCRIBELINK]]]", "tr": "Aboneliğinizi iptal etmek için, bu mesajı aldıktan sonraki 1 saat içinde bu bağlantıyı yükleyin: [[[SERVERURL]]][[[UNSUBSCRIBELINK]]]", - "pt-br": "Para cancelar inscrição, clique no link dentro de 1 hora após receber esta mensagem: [[[SERVERURL]]][[[UNSUBSCRIBELINK]]]", "xloc": [ "device-notify.txt" ] @@ -62976,7 +62834,7 @@ "nl": "Token", "pl": "Token", "pt": "Símbolo", - "pt-br": "Chave de autenticação", + "pt-br": "Símbolo", "ru": "Токен", "sv": "Tecken", "tr": "Anahtar", @@ -63469,7 +63327,6 @@ "pl": "Wyłącz", "ru": "Выключить", "tr": "Kapat", - "pt-br": "Desligar", "xloc": [ "default-mobile.handlebars->11->324", "default-mobile.handlebars->11->325", @@ -63492,9 +63349,8 @@ "pl": "Wyłącz.", "ru": "Выключить.", "tr": "Kapat.", - "pt-br": "Desligar.", "xloc": [ - "default.handlebars->39->2278" + "default.handlebars->39->2277" ] }, { @@ -63512,7 +63368,6 @@ "pl": "Włącz", "ru": "Включить", "tr": "Aç", - "pt-br": "Ligar", "xloc": [ "default-mobile.handlebars->11->326", "default-mobile.handlebars->11->327", @@ -63535,9 +63390,8 @@ "pl": "Włącz.", "ru": "Включить.", "tr": "Aç.", - "pt-br": "Ligar.", "xloc": [ - "default.handlebars->39->2277" + "default.handlebars->39->2276" ] }, { @@ -63601,7 +63455,7 @@ "nl": "Type", "pl": "Typ", "pt": "Tipo", - "pt-br": "Tipo", + "pt-br": "Digite", "ru": "Тип", "sv": "Typ", "tr": "Yazı", @@ -63614,8 +63468,8 @@ "default.handlebars->39->1250", "default.handlebars->39->1757", "default.handlebars->39->1817", - "default.handlebars->39->1908", - "default.handlebars->39->2722", + "default.handlebars->39->1907", + "default.handlebars->39->2721", "default.handlebars->39->433", "default.handlebars->container->column_l->p11->deskarea0->deskarea4->5", "sharing.handlebars->p11->deskarea0->deskarea4->3" @@ -63935,7 +63789,7 @@ "zh-cht": "在啟用兩因素身份驗證之前,無法訪問此功能。這是額外的安全性所必需的。轉到“我的帳戶”標籤,然後查看“帳戶安全性”部分。", "xloc": [ "default.handlebars->39->1752", - "default.handlebars->39->2930", + "default.handlebars->39->2929", "default.handlebars->39->757" ] }, @@ -63961,7 +63815,7 @@ "zh-chs": "无法在此模式下添加用户", "xloc": [ "default-mobile.handlebars->11->708", - "default.handlebars->39->2815" + "default.handlebars->39->2814" ] }, { @@ -64128,7 +63982,7 @@ "tr": "Herhangi bir cihaz içe aktarılamıyor.", "zh-chs": "无法导入任何设备。", "xloc": [ - "default.handlebars->39->1904" + "default.handlebars->39->1903" ] }, { @@ -64146,7 +64000,6 @@ "pl": "Nie można załadować listy adresów IPv6 zaufanego serwera proxy CloudFlare.", "ru": "Не удалось загрузить список IPv6 адресов доверенных прокси-серверов CloudFlare.", "tr": "CloudFlare güvenilir proxy IPv6 adres listesi yüklenemiyor.", - "pt-br": "Incapaz de carregar a lista de endereços do proxy confiável IPv6 da CloudFlare", "xloc": [ "default.handlebars->39->95" ] @@ -64166,7 +64019,6 @@ "pl": "Nie można załadować certyfikatu głównego Intel AMT TLS dla domeny domyślnej.", "ru": "Не удалось загрузить корневой сертификат Intel AMT TLS для домена по умолчанию.", "tr": "Varsayılan etki alanı için Intel AMT TLS kök sertifikası yüklenemiyor.", - "pt-br": "Incapaz de carregar o certificado raiz para o domínio padrão do Intel AMT TLS", "xloc": [ "default.handlebars->39->84" ] @@ -64186,7 +64038,6 @@ "pl": "Nie można załadować certyfikatu głównego Intel AMT TLS dla domeny {0}.", "ru": "Не удалось загрузить корневой сертификат Intel AMT TLS для домена {0}.", "tr": "{0} alanı için Intel AMT TLS kök sertifikası yüklenemiyor.", - "pt-br": "Incapaz de carregar o certificado raiz para o domínio {0} do Intel AMT TLS", "xloc": [ "default.handlebars->39->85" ] @@ -64329,7 +64180,6 @@ "pl": "Nie można skonfigurować modułu Let's Encrypt.", "ru": "Не удалось настроить модуль Let's Encrypt.", "tr": "Let's Encrypt modülü kurulamıyor.", - "pt-br": "Incapaz de configurar o módulo Let's Encrypt.", "xloc": [ "default.handlebars->39->92" ] @@ -64380,7 +64230,7 @@ "agent-translations.json", "default-mobile.handlebars->11->680", "default.handlebars->39->1009", - "default.handlebars->39->2033", + "default.handlebars->39->2032", "default.handlebars->39->987" ] }, @@ -64433,7 +64283,7 @@ "zh-chs": "卸载代理/删除设备", "zh-cht": "卸載代理/刪除設備", "xloc": [ - "default.handlebars->39->1996" + "default.handlebars->39->1995" ] }, { @@ -64500,15 +64350,15 @@ "default.handlebars->39->1802", "default.handlebars->39->1803", "default.handlebars->39->181", - "default.handlebars->39->2673", - "default.handlebars->39->2690", - "default.handlebars->39->2697", + "default.handlebars->39->2672", + "default.handlebars->39->2689", + "default.handlebars->39->2696", + "default.handlebars->39->2766", "default.handlebars->39->2767", "default.handlebars->39->2768", "default.handlebars->39->2769", "default.handlebars->39->2770", - "default.handlebars->39->2771", - "default.handlebars->39->2791", + "default.handlebars->39->2790", "default.handlebars->39->44", "default.handlebars->39->51", "default.handlebars->39->52", @@ -64563,7 +64413,7 @@ "zh-chs": "未知动作", "zh-cht": "未知動作", "xloc": [ - "default.handlebars->39->2848" + "default.handlebars->39->2847" ] }, { @@ -64588,8 +64438,8 @@ "zh-chs": "未知设备", "zh-cht": "未知裝置", "xloc": [ - "default.handlebars->39->2500", - "default.handlebars->39->2659" + "default.handlebars->39->2499", + "default.handlebars->39->2658" ] }, { @@ -64614,9 +64464,9 @@ "zh-chs": "未知设备组", "zh-cht": "未知裝置群", "xloc": [ - "default.handlebars->39->2494", - "default.handlebars->39->2647", - "default.handlebars->39->2852" + "default.handlebars->39->2493", + "default.handlebars->39->2646", + "default.handlebars->39->2851" ] }, { @@ -64641,7 +64491,7 @@ "zh-chs": "未知群组", "zh-cht": "未知群組", "xloc": [ - "default.handlebars->39->2844" + "default.handlebars->39->2843" ] }, { @@ -64685,10 +64535,9 @@ "pl": "Nieznany Użytkownik", "ru": "Неизвестный пользователь", "tr": "Bilinmeyen kullanıcı", - "pt-br": "usuário desconhecido", "xloc": [ - "default.handlebars->39->2772", - "default.handlebars->39->2792" + "default.handlebars->39->2771", + "default.handlebars->39->2791" ] }, { @@ -64713,7 +64562,7 @@ "zh-chs": "未知用户组", "zh-cht": "未知用戶群", "xloc": [ - "default.handlebars->39->2653" + "default.handlebars->39->2652" ] }, { @@ -64764,7 +64613,7 @@ "zh-chs": "密码未知", "zh-cht": "密碼未知", "xloc": [ - "default.handlebars->39->1924" + "default.handlebars->39->1923" ] }, { @@ -64818,7 +64667,7 @@ "zh-chs": "解锁帐户", "zh-cht": "解鎖帳戶", "xloc": [ - "default.handlebars->39->2363" + "default.handlebars->39->2362" ] }, { @@ -64860,7 +64709,6 @@ "pl": "Nierozpoznana opcja konfiguracji \\\"{0}\\\".", "ru": "Неизвестный параметр конфигурации \\\"{0}\\\".", "tr": "Tanınmayan yapılandırma seçeneği \\\"{0}\\\".", - "pt-br": "Opção de configuração \\\"{0}\\\". não reconhecida ", "xloc": [ "default.handlebars->39->82" ] @@ -64905,7 +64753,7 @@ "nl": "Omhoog", "pl": "Góra", "pt": "Acima", - "pt-br": "Cima", + "pt-br": "Acima", "ru": "Up", "sv": "Upp", "tr": "Yukarı", @@ -64944,7 +64792,7 @@ "zh-chs": "最新", "zh-cht": "最新", "xloc": [ - "default.handlebars->39->2935" + "default.handlebars->39->2934" ] }, { @@ -65056,8 +64904,8 @@ "default.handlebars->39->1326", "default.handlebars->39->1352", "default.handlebars->39->1355", - "default.handlebars->39->2135", - "default.handlebars->39->2143", + "default.handlebars->39->2134", + "default.handlebars->39->2142", "default.handlebars->container->dialog->dialogBody->dialog3->d3localmode->1", "sharing.handlebars->11->65", "sharing.handlebars->11->89", @@ -65079,7 +64927,7 @@ "nl": "Upload Mesh Agent Core", "pl": "Prześlij Jądro Agenta", "pt": "Carregar núcleo do agente de malha", - "pt-br": "Carregar \\\"Core\\\" do Agente Mesh", + "pt-br": "Carregar Núcleo do Agente Mesh", "ru": "Загрузить ядро Mesh Agent", "sv": "Ladda upp Mesh Agent Core", "tr": "Mesh Agent Çekirdeğini Gönder", @@ -65105,7 +64953,7 @@ "nl": "Upload een kernbestand", "pl": "Prześlij plik jądra", "pt": "Carregar um arquivo principal", - "pt-br": "Carregar um Arquivo de \\\"Core\\\"", + "pt-br": "Carregar um Arquivo de Núcleo", "ru": "Загрузить файл ядра", "sv": "Ladda upp en kärnfil", "tr": "Çekirdek dosya gönder", @@ -65131,7 +64979,7 @@ "nl": "Upload standaard serverkern", "pl": "Prześlij domyślne jądro serwera", "pt": "Carregar núcleo do servidor padrão", - "pt-br": "Carregar o \\\"Core\\\" Padrão do Servidor", + "pt-br": "Carregar o Núcleo Padrão do Servidor", "ru": "Загрузить ядро по умолчанию с сервера ", "sv": "Ladda upp standardserverkärnan", "tr": "Varsayılan sunucu çekirdeğini gönderin", @@ -65233,7 +65081,7 @@ "nl": "Upload herstelkern", "pl": "Prześlij jądro odzyskiwania", "pt": "Carregar núcleo de recuperação", - "pt-br": "Carregar \\\"Core\\\" de Recuperação", + "pt-br": "Carregar Núcleo de Recuperação", "ru": "Загрузить ядро восстановления", "sv": "Ladda upp återställningskärna", "tr": "Kurtarma çekirdeğini gönder", @@ -65284,7 +65132,7 @@ "nl": "Upload een kleine core", "pl": "Prześlij uproszczone (małe) jądro", "pt": "Faça upload de um núcleo minúsculo", - "pt-br": "Carregar \\\"Core\\\" Mínimo", + "pt-br": "Carregar Núcleo Mínimo", "ru": "Загрузить крошечное ядро", "sv": "Ladda upp liten kärna", "tr": "Küçük çekirdek yükleyin", @@ -65318,7 +65166,7 @@ "xloc": [ "default-mobile.handlebars->11->500", "default.handlebars->39->1353", - "default.handlebars->39->2144", + "default.handlebars->39->2143", "sharing.handlebars->11->90" ] }, @@ -65346,7 +65194,7 @@ "xloc": [ "default-mobile.handlebars->11->501", "default.handlebars->39->1354", - "default.handlebars->39->2145", + "default.handlebars->39->2144", "sharing.handlebars->11->91" ] }, @@ -65394,7 +65242,7 @@ "zh-chs": "上传:“{0}”", "zh-cht": "上傳:“{0}”", "xloc": [ - "default.handlebars->39->2195" + "default.handlebars->39->2194" ] }, { @@ -65418,7 +65266,7 @@ "tr": "Yükleme: \\\"{0}\\\", Boyut: {1}", "zh-chs": "上传:\\\"{0}\\\",大小:{1}", "xloc": [ - "default.handlebars->39->2250" + "default.handlebars->39->2249" ] }, { @@ -65492,7 +65340,7 @@ "tr": "kullanım", "zh-chs": "用法", "xloc": [ - "default.handlebars->39->2898" + "default.handlebars->39->2897" ] }, { @@ -65690,8 +65538,8 @@ "zh-chs": "用过的", "zh-cht": "用過的", "xloc": [ - "default.handlebars->39->2838", - "default.handlebars->39->2840" + "default.handlebars->39->2837", + "default.handlebars->39->2839" ] }, { @@ -65717,14 +65565,14 @@ "zh-cht": "用戶", "xloc": [ "default.handlebars->39->113", - "default.handlebars->39->1873", - "default.handlebars->39->2315", - "default.handlebars->39->2345", - "default.handlebars->39->2490", - "default.handlebars->39->2716", - "default.handlebars->39->2723", - "default.handlebars->39->2727", - "default.handlebars->39->2744", + "default.handlebars->39->1872", + "default.handlebars->39->2314", + "default.handlebars->39->2344", + "default.handlebars->39->2489", + "default.handlebars->39->2715", + "default.handlebars->39->2722", + "default.handlebars->39->2726", + "default.handlebars->39->2743", "default.handlebars->39->338", "default.handlebars->39->938" ] @@ -65751,7 +65599,7 @@ "zh-chs": "用户+档案", "zh-cht": "用戶+檔案", "xloc": [ - "default.handlebars->39->2346" + "default.handlebars->39->2345" ] }, { @@ -65776,11 +65624,11 @@ "zh-chs": "用户帐户导入", "zh-cht": "用戶帳戶導入", "xloc": [ - "default.handlebars->39->1903", + "default.handlebars->39->1902", + "default.handlebars->39->2380", "default.handlebars->39->2381", - "default.handlebars->39->2382", - "default.handlebars->39->2384", - "default.handlebars->39->2386" + "default.handlebars->39->2383", + "default.handlebars->39->2385" ] }, { @@ -65805,7 +65653,7 @@ "zh-chs": "用户帐户", "zh-cht": "用戶帳戶", "xloc": [ - "default.handlebars->39->2857" + "default.handlebars->39->2856" ] }, { @@ -65831,7 +65679,7 @@ "zh-cht": "用戶授權", "xloc": [ "default-mobile.handlebars->11->629", - "default.handlebars->39->1871", + "default.handlebars->39->1870", "default.handlebars->39->934" ] }, @@ -65859,8 +65707,8 @@ "xloc": [ "default.handlebars->39->1063", "default.handlebars->39->1841", - "default.handlebars->39->2481", - "default.handlebars->39->2583", + "default.handlebars->39->2480", + "default.handlebars->39->2582", "default.handlebars->39->275", "default.handlebars->39->843" ] @@ -65887,11 +65735,11 @@ "zh-chs": "用户组", "zh-cht": "用戶群", "xloc": [ + "default.handlebars->39->1970", "default.handlebars->39->1971", - "default.handlebars->39->1972", - "default.handlebars->39->2451", - "default.handlebars->39->2655", - "default.handlebars->39->2676", + "default.handlebars->39->2450", + "default.handlebars->39->2654", + "default.handlebars->39->2675", "default.handlebars->39->937" ] }, @@ -65942,7 +65790,7 @@ "zh-chs": "用户组成员", "zh-cht": "用戶群成員", "xloc": [ - "default.handlebars->39->2652" + "default.handlebars->39->2651" ] }, { @@ -65992,9 +65840,9 @@ "zh-chs": "用户识别码", "zh-cht": "用戶識別碼", "xloc": [ - "default.handlebars->39->2040", - "default.handlebars->39->2537", - "default.handlebars->39->2538" + "default.handlebars->39->2039", + "default.handlebars->39->2536", + "default.handlebars->39->2537" ] }, { @@ -66019,8 +65867,8 @@ "zh-chs": "用户标识符", "zh-cht": "用戶標識符", "xloc": [ - "default.handlebars->39->1969", - "default.handlebars->39->2521" + "default.handlebars->39->1968", + "default.handlebars->39->2520" ] }, { @@ -66069,7 +65917,7 @@ "zh-chs": "用户列表输出", "zh-cht": "用戶列表輸出", "xloc": [ - "default.handlebars->39->2393" + "default.handlebars->39->2392" ] }, { @@ -66077,9 +65925,8 @@ "nl": "Gebruikersaanmeldingen", "pl": "Logowania Użytkownika", "fr": "Connexions utilisateurs", - "pt-br": "Logins de usuários", "xloc": [ - "default.handlebars->39->2721" + "default.handlebars->39->2720" ] }, { @@ -66105,7 +65952,7 @@ "zh-cht": "用戶名", "xloc": [ "default-mobile.handlebars->11->684", - "default.handlebars->39->2039" + "default.handlebars->39->2038" ] }, { @@ -66225,7 +66072,7 @@ "zh-chs": "用户节", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2889" + "default.handlebars->39->2888" ] }, { @@ -66272,9 +66119,8 @@ "pl": "Wykorzystanie Pasma przez Użytkownika", "ru": "Расход трафика пользователями", "tr": "Kullanıcı Trafiği Kullanımı", - "pt-br": "Uso de Trafego de Usuário", "xloc": [ - "default.handlebars->39->2720" + "default.handlebars->39->2719" ] }, { @@ -66374,7 +66220,7 @@ "zh-chs": "用户已存在", "xloc": [ "default-mobile.handlebars->11->707", - "default.handlebars->39->2814" + "default.handlebars->39->2813" ] }, { @@ -66425,7 +66271,7 @@ "zh-chs": "用户组已更改:{0}", "zh-cht": "用戶組已更改:{0}", "xloc": [ - "default.handlebars->39->2224" + "default.handlebars->39->2223" ] }, { @@ -66450,7 +66296,7 @@ "zh-chs": "已创建用户组:{0}", "zh-cht": "已創建用戶組:{0}", "xloc": [ - "default.handlebars->39->2214" + "default.handlebars->39->2213" ] }, { @@ -66475,7 +66321,7 @@ "zh-chs": "用户组成员身份已更改:{0}", "zh-cht": "用戶組成員身份已更改:{0}", "xloc": [ - "default.handlebars->39->2212" + "default.handlebars->39->2211" ] }, { @@ -66529,7 +66375,7 @@ "tr": "{0}, {1}, {2}'den kilitli hesapta kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的锁定帐户的用户登录尝试", "xloc": [ - "default.handlebars->39->2254" + "default.handlebars->39->2253" ] }, { @@ -66553,7 +66399,7 @@ "tr": "{0}, {1}, {2}'den yanlış 2. faktörle kullanıcı oturum açma girişimi", "zh-chs": "来自 {0}、{1}、{2} 的第二个因素不正确的用户登录尝试", "xloc": [ - "default.handlebars->39->2253" + "default.handlebars->39->2252" ] }, { @@ -66571,9 +66417,8 @@ "pl": "Powiadomienia użytkownika zmieniono", "ru": "Уведомления пользователей изменены", "tr": "Kullanıcı bildirimleri değişti", - "pt-br": "Notificações de usuários alteradas", "xloc": [ - "default.handlebars->39->2275" + "default.handlebars->39->2274" ] }, { @@ -66598,7 +66443,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->715", - "default.handlebars->39->2822" + "default.handlebars->39->2821" ] }, { @@ -66659,7 +66504,7 @@ "default.handlebars->39->1780", "default.handlebars->39->1785", "default.handlebars->39->1819", - "default.handlebars->39->2405", + "default.handlebars->39->2404", "default.handlebars->39->304", "default.handlebars->39->442", "login2.handlebars->centralTable->1->0->logincell->loginpanel->loginpanelform->loginuserpassdiv->1->1->0->1", @@ -66805,9 +66650,9 @@ "zh-chs": "用户", "zh-cht": "用戶", "xloc": [ - "default.handlebars->39->2439", - "default.handlebars->39->2482", - "default.handlebars->39->2888", + "default.handlebars->39->2438", + "default.handlebars->39->2481", + "default.handlebars->39->2887", "default.handlebars->container->topbar->1->1->UsersSubMenuSpan->UsersSubMenu->1->0->UsersGeneral" ] }, @@ -66833,7 +66678,7 @@ "zh-chs": "用户会话", "zh-cht": "用戶節", "xloc": [ - "default.handlebars->39->2861" + "default.handlebars->39->2860" ] }, { @@ -66857,7 +66702,7 @@ "tr": "Kullanıcılar Görünümü", "zh-chs": "用户视图", "xloc": [ - "default.handlebars->39->2379" + "default.handlebars->39->2378" ] }, { @@ -66882,7 +66727,7 @@ "zh-chs": "未找到用户 {0}。", "xloc": [ "default-mobile.handlebars->11->716", - "default.handlebars->39->2823" + "default.handlebars->39->2822" ] }, { @@ -67006,7 +66851,7 @@ "zh-chs": "验证电邮", "zh-cht": "驗證電郵", "xloc": [ - "default.handlebars->39->2358" + "default.handlebars->39->2357" ] }, { @@ -67031,7 +66876,7 @@ "zh-chs": "验证异常", "xloc": [ "default-mobile.handlebars->11->709", - "default.handlebars->39->2816" + "default.handlebars->39->2815" ] }, { @@ -67184,7 +67029,7 @@ "zh-chs": "已验证", "zh-cht": "已驗證", "xloc": [ - "default.handlebars->39->2631" + "default.handlebars->39->2630" ] }, { @@ -67237,7 +67082,7 @@ "xloc": [ "default-mobile.handlebars->11->87", "default.handlebars->39->1468", - "default.handlebars->39->2354" + "default.handlebars->39->2353" ] }, { @@ -67262,7 +67107,7 @@ "zh-chs": "用户{0}的已验证电话号码", "zh-cht": "用戶{0}的已驗證電話號碼", "xloc": [ - "default.handlebars->39->2241" + "default.handlebars->39->2240" ] }, { @@ -67371,7 +67216,7 @@ "zh-chs": "版本不兼容,请先升级您的MeshCentral", "zh-cht": "版本不兼容,請先升級你的MeshCentral", "xloc": [ - "default.handlebars->39->2931" + "default.handlebars->39->2930" ] }, { @@ -67519,7 +67364,7 @@ "zh-chs": "查看所有事件", "zh-cht": "查看所有事件", "xloc": [ - "default.handlebars->39->2430" + "default.handlebars->39->2429" ] }, { @@ -67565,8 +67410,8 @@ "zh-chs": "查看变更日志", "zh-cht": "查看變更日誌", "xloc": [ - "default.handlebars->39->2934", - "default.handlebars->39->2936" + "default.handlebars->39->2933", + "default.handlebars->39->2935" ] }, { @@ -67616,7 +67461,7 @@ "zh-chs": "查看有关此设备组的注释", "zh-cht": "查看有關此裝置群的註釋", "xloc": [ - "default.handlebars->39->1860" + "default.handlebars->39->1859" ] }, { @@ -67641,7 +67486,7 @@ "zh-chs": "查看有关此用户的注释", "zh-cht": "查看有關此用戶的註釋", "xloc": [ - "default.handlebars->39->2593" + "default.handlebars->39->2592" ] }, { @@ -67690,7 +67535,7 @@ "tr": "Bu kullanıcı için önceki girişleri görüntüle", "zh-chs": "查看此用户以前的登录", "xloc": [ - "default.handlebars->39->2606" + "default.handlebars->39->2605" ] }, { @@ -67893,7 +67738,7 @@ "nl": "WIN + Omhoog", "pl": "WIN + Góra", "pt": "WIN + Up", - "pt-br": "WIN + Cima", + "pt-br": "WIN + Up", "ru": "WIN + вверх", "sv": "WIN + Up", "tr": "WIN + Yukarı", @@ -67994,7 +67839,7 @@ "nl": "Apparaat wekken", "pl": "Wybudź Urządzenia", "pt": "Reativar dispositivo", - "pt-br": "Acordar (Wake) Dispositivos", + "pt-br": "Reativar Dispositivos", "ru": "Разбудить устройства", "sv": "Väck enheter", "tr": "Cihazları Uyandır", @@ -68003,8 +67848,8 @@ "xloc": [ "default-mobile.handlebars->11->656", "default-mobile.handlebars->11->671", - "default.handlebars->39->1992", - "default.handlebars->39->2023" + "default.handlebars->39->1991", + "default.handlebars->39->2022" ] }, { @@ -68022,7 +67867,7 @@ "nl": "Wakker worden", "pl": "Wybudzenie", "pt": "Ligar", - "pt-br": "Acordar (Wake-up)", + "pt-br": "Reativar", "ru": "Разбудить", "sv": "Väck", "tr": "Uyandır", @@ -68048,7 +67893,7 @@ "nl": "Apparaat wekken", "pl": "Wybudź urządzenia", "pt": "Acordar dispositivo", - "pt-br": "Acordar (Wake) Dispositivos", + "pt-br": "Reativar Dispositivos", "ru": "Разбудить устройства", "sv": "Väck enheter", "tr": "Cihazları uyandır", @@ -68153,9 +67998,8 @@ "pl": "Powiadomienia Strony Web", "ru": "Веб Push-уведомления", "tr": "Web Sayfası Bildirimleri", - "pt-br": "Notificação de Página Web", "xloc": [ - "default.handlebars->39->2069", + "default.handlebars->39->2068", "default.handlebars->39->964" ] }, @@ -68200,8 +68044,8 @@ "zh-chs": "网络服务器", "zh-cht": "網絡伺服器", "xloc": [ - "default.handlebars->39->2914", - "default.handlebars->39->2915" + "default.handlebars->39->2913", + "default.handlebars->39->2914" ] }, { @@ -68225,7 +68069,7 @@ "tr": "Web Sunucusu HTTP Başlıkları", "zh-chs": "Web 服务器 HTTP 标头", "xloc": [ - "default.handlebars->39->2918" + "default.handlebars->39->2917" ] }, { @@ -68250,7 +68094,7 @@ "zh-chs": "Web服务器请求", "zh-cht": "Web伺服器請求", "xloc": [ - "default.handlebars->39->2916" + "default.handlebars->39->2915" ] }, { @@ -68275,7 +68119,7 @@ "zh-chs": "Web套接字中继", "zh-cht": "Web插座中繼", "xloc": [ - "default.handlebars->39->2917" + "default.handlebars->39->2916" ] }, { @@ -68300,7 +68144,7 @@ "zh-chs": "网络RDP", "zh-cht": "網絡RDP", "xloc": [ - "default.handlebars->39->2763", + "default.handlebars->39->2762", "default.handlebars->39->912", "default.handlebars->contextMenu->cxwebrdp" ] @@ -68321,7 +68165,7 @@ "ru": "Web-SFTP", "tr": "Web-SFTP", "xloc": [ - "default.handlebars->39->2765" + "default.handlebars->39->2764" ] }, { @@ -68345,7 +68189,7 @@ "tr": "Web-SSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2764", + "default.handlebars->39->2763", "default.handlebars->39->914", "default.handlebars->contextMenu->cxwebssh" ] @@ -68371,7 +68215,7 @@ "tr": "Web-VNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2766", + "default.handlebars->39->2765", "default.handlebars->39->910", "default.handlebars->contextMenu->cxwebvnc" ] @@ -68397,7 +68241,7 @@ "tr": "WebRDP", "zh-chs": "网络RDP", "xloc": [ - "default.handlebars->39->2882" + "default.handlebars->39->2881" ] }, { @@ -68421,7 +68265,7 @@ "tr": "WebSSH", "zh-chs": "网络SSH", "xloc": [ - "default.handlebars->39->2883" + "default.handlebars->39->2882" ] }, { @@ -68439,7 +68283,6 @@ "pl": "Kompresja WebSocket jest wyłączona, ta funkcja nie działa w NodeJS v11.11 do v12.15 i v13.2", "ru": "Сжатие WebSocket отключено, эта функция не работает в NodeJS v11..с 11 по 12 версию.15 и v13.2", "tr": "WebSocket sıkıştırması devre dışı, bu özellik NodeJS v11.11'den v12.15'e ve v13.2'de bozuk", - "pt-br": "Compressão WebSocket desabilitada, este recurso está com falha no NodeJS v11.11 ao v12.15 e v13.2", "xloc": [ "default.handlebars->39->83" ] @@ -68465,7 +68308,7 @@ "tr": "WebVNC", "zh-chs": "网络VNC", "xloc": [ - "default.handlebars->39->2884" + "default.handlebars->39->2883" ] }, { @@ -68483,7 +68326,6 @@ "pl": "Tygodnowo", "ru": "Еженедельно", "tr": "Haftalık", - "pt-br": "Semanalmente", "xloc": [ "default.handlebars->39->270" ] @@ -68587,7 +68429,7 @@ "zh-chs": "启用后,任何人都可以使用邀请代码通过以下公共连结将设备加入该设备组:", "zh-cht": "啟用後,任何人都可以使用邀請代碼通過以下公共鏈結將裝置加入該裝置群:", "xloc": [ - "default.handlebars->39->2048" + "default.handlebars->39->2047" ] }, { @@ -68638,7 +68480,7 @@ "zh-chs": "选择此策略时,此服务器不管理英特尔®AMT。 仍然可以通过手动激活和配置Intel AMT来使用它。", "zh-cht": "選擇此策略時,此服務器不管理英特爾®AMT。 仍然可以通過手動激活和配置Intel AMT來使用它。", "xloc": [ - "default.handlebars->39->1934" + "default.handlebars->39->1933" ] }, { @@ -68685,7 +68527,7 @@ "zh-chs": "选择此策略后,将禁用处于客户端控制模式(CCM)的所有英特尔®AMT。 其他设备将清除CIRA,并且仍然可以手动进行管理。", "zh-cht": "選擇此策略後,將禁用處於客戶端控制模式(CCM)的所有英特爾®AMT。 其他設備將清除CIRA,並且仍然可以手動進行管理。", "xloc": [ - "default.handlebars->39->1935" + "default.handlebars->39->1934" ] }, { @@ -68710,7 +68552,7 @@ "zh-chs": "下次登录时将更改。", "zh-cht": "下次登入時將更改。", "xloc": [ - "default.handlebars->39->2563" + "default.handlebars->39->2562" ] }, { @@ -68758,7 +68600,7 @@ "nl": "Win+pijl naar omlaag", "pl": "Win+Dół", "pt": "Win+Down", - "pt-br": "Win + Baixo", + "pt-br": "Win + Down", "ru": "Win+Вниз", "sv": "Vinn + Ner", "tr": "Win + Aşağı", @@ -68887,7 +68729,7 @@ "nl": "Win+pijl rechts", "pl": "Win+Prawo", "pt": "Win+Right", - "pt-br": "Win + Direita", + "pt-br": "Win + Right", "ru": "Win+Вправо", "sv": "Vinn + höger", "tr": "Win + Sağ", @@ -68912,7 +68754,7 @@ "nl": "Win+ pijl omhoog", "pl": "Win+Góra", "pt": "Win+Up", - "pt-br": "Win + Esquerda", + "pt-br": "Win + Up", "ru": "Win+Вверх", "sv": "Vinn + upp", "tr": "Win + Yukarı", @@ -69352,9 +69194,8 @@ "nl": "Windows MeshAgent", "pl": "MeshAgent dla Windows", "fr": "MeshAgent Windows", - "pt-br": "MeshAgent Windows", "xloc": [ - "default.handlebars->39->2053", + "default.handlebars->39->2052", "default.handlebars->39->507" ] }, @@ -70375,7 +70216,6 @@ "pl": "[[[SERVERNAME]]] - Powiadomienia Urządzenia", "ru": "[[[SERVERNAME]]] - Уведомление устройства", "tr": "[[[SERVERNAME]]] - Cihaz Bildirimi", - "pt-br": "[[[SERVERNAME]]] - Notificação do dispositivo", "xloc": [ "device-notify.html->0", "device-notify.html->2->1->1->0->1->1", @@ -70530,7 +70370,7 @@ "zh-chs": "\\\\'", "zh-cht": "\\\\'", "xloc": [ - "default.handlebars->39->2932" + "default.handlebars->39->2931" ] }, { @@ -70971,7 +70811,7 @@ "zh-cht": "複製", "xloc": [ "default-mobile.handlebars->11->154", - "default.handlebars->39->2140" + "default.handlebars->39->2139" ] }, { @@ -71192,8 +71032,8 @@ "zh-chs": "eventslist.csv", "zh-cht": "eventslist.csv", "xloc": [ - "default.handlebars->39->2322", - "default.handlebars->39->2327" + "default.handlebars->39->2321", + "default.handlebars->39->2326" ] }, { @@ -71218,8 +71058,8 @@ "zh-chs": "eventslist.json", "zh-cht": "eventslist.json", "xloc": [ - "default.handlebars->39->2324", - "default.handlebars->39->2328" + "default.handlebars->39->2323", + "default.handlebars->39->2327" ] }, { @@ -71294,8 +71134,8 @@ "zh-chs": "免费", "zh-cht": "免費", "xloc": [ - "default.handlebars->39->2869", - "default.handlebars->39->2872" + "default.handlebars->39->2868", + "default.handlebars->39->2871" ] }, { @@ -71558,12 +71398,9 @@ "sv": "id, namn, e-post, skapande, lastlogin, grupper, authfactors", "tr": "id, ad, e-posta, oluşturma, lastlogin, gruplar, yazarlar", "zh-chs": "id, name, email, creation, lastlogin, groups, authfactors", - "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors" - }, - { - "en": "id, name, email, creation, lastlogin, groups, authfactors, siteadmin, useradmin, locked", + "zh-cht": "id, name, email, creation, lastlogin, groups, authfactors", "xloc": [ - "default.handlebars->39->2394" + "default.handlebars->39->2393" ] }, { @@ -71779,7 +71616,7 @@ "zh-chs": "k max,默认为空白", "zh-cht": "k max,默認為空白", "xloc": [ - "default.handlebars->39->2422" + "default.handlebars->39->2421" ] }, { @@ -72120,7 +71957,7 @@ "zh-cht": "移動", "xloc": [ "default-mobile.handlebars->11->155", - "default.handlebars->39->2141" + "default.handlebars->39->2140" ] }, { @@ -72406,7 +72243,7 @@ "zh-chs": "servertrace.csv", "zh-cht": "servertrace.csv", "xloc": [ - "default.handlebars->39->2926" + "default.handlebars->39->2925" ] }, { @@ -72508,7 +72345,7 @@ "zh-chs": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "zh-cht": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss", "xloc": [ - "default.handlebars->39->2901" + "default.handlebars->39->2900" ] }, { @@ -72533,7 +72370,7 @@ "zh-chs": "时间,来源,信息", "zh-cht": "時間,來源,訊息", "xloc": [ - "default.handlebars->39->2925" + "default.handlebars->39->2924" ] }, { @@ -72580,8 +72417,8 @@ "zh-chs": "总计", "zh-cht": "總", "xloc": [ - "default.handlebars->39->2870", - "default.handlebars->39->2873" + "default.handlebars->39->2869", + "default.handlebars->39->2872" ] }, { @@ -72708,8 +72545,8 @@ "zh-chs": "userlist.csv", "zh-cht": "userlist.csv", "xloc": [ - "default.handlebars->39->2390", - "default.handlebars->39->2395" + "default.handlebars->39->2389", + "default.handlebars->39->2394" ] }, { @@ -72734,8 +72571,8 @@ "zh-chs": "userlist.json", "zh-cht": "userlist.json", "xloc": [ - "default.handlebars->39->2392", - "default.handlebars->39->2396" + "default.handlebars->39->2391", + "default.handlebars->39->2395" ] }, { @@ -72760,7 +72597,7 @@ "zh-chs": "utc,时间,类型,指令,用户,设备,消息", "zh-cht": "utc,時間,類型,指令,用戶,裝置,消息", "xloc": [ - "default.handlebars->39->2326" + "default.handlebars->39->2325" ] }, { @@ -72815,7 +72652,6 @@ "pl": "w ciągu 1 godziny od otrzymania wiadomości.", "ru": "в течение 1 часа после получения этого сообщения.", "tr": "Bu mesajı aldıktan sonra 1 saat içinde.", - "pt-br": "Com 1 hora após recebida está mensagem.", "xloc": [ "device-notify.html->2->9->1" ] @@ -72977,8 +72813,8 @@ "zh-chs": "{0} Gb", "zh-cht": "{0} Gb", "xloc": [ - "default.handlebars->39->2115", - "default.handlebars->39->2120" + "default.handlebars->39->2114", + "default.handlebars->39->2119" ] }, { @@ -73024,9 +72860,9 @@ "zh-chs": "{0} Kb", "zh-cht": "{0} Kb", "xloc": [ - "default.handlebars->39->2113", - "default.handlebars->39->2118", - "default.handlebars->39->2689" + "default.handlebars->39->2112", + "default.handlebars->39->2117", + "default.handlebars->39->2688" ] }, { @@ -73076,8 +72912,8 @@ "default-mobile.handlebars->11->593", "default.handlebars->39->1437", "default.handlebars->39->1442", - "default.handlebars->39->2114", - "default.handlebars->39->2119" + "default.handlebars->39->2113", + "default.handlebars->39->2118" ] }, { @@ -73149,7 +72985,7 @@ "zh-chs": "{0}个活跃会话", "zh-cht": "{0}個活躍節", "xloc": [ - "default.handlebars->39->2609" + "default.handlebars->39->2608" ] }, { @@ -73174,8 +73010,8 @@ "zh-chs": "{0} b", "zh-cht": "{0} b", "xloc": [ - "default.handlebars->39->2112", - "default.handlebars->39->2117" + "default.handlebars->39->2111", + "default.handlebars->39->2116" ] }, { @@ -73201,8 +73037,8 @@ "zh-cht": "{0}個字節", "xloc": [ "default-mobile.handlebars->11->143", - "default.handlebars->39->2128", - "default.handlebars->39->2710", + "default.handlebars->39->2127", + "default.handlebars->39->2709", "download.handlebars->3->2", "download2.handlebars->5->2", "sharing.handlebars->11->97" @@ -73230,7 +73066,7 @@ "zh-chs": "剩余{0}个字节", "zh-cht": "剩餘{0}個字節", "xloc": [ - "default.handlebars->39->2107" + "default.handlebars->39->2106" ] }, { @@ -73326,7 +73162,7 @@ "zh-chs": "剩余{0} GB", "zh-cht": "剩餘{0} GB", "xloc": [ - "default.handlebars->39->2110" + "default.handlebars->39->2109" ] }, { @@ -73351,7 +73187,7 @@ "zh-chs": "{0}个群组", "zh-cht": "{0}個群組", "xloc": [ - "default.handlebars->39->2568" + "default.handlebars->39->2567" ] }, { @@ -73423,7 +73259,7 @@ "zh-chs": "剩余{0}千字节", "zh-cht": "剩餘{0}千字節", "xloc": [ - "default.handlebars->39->2108" + "default.handlebars->39->2107" ] }, { @@ -73475,7 +73311,7 @@ "zh-chs": "剩余{0}兆字节", "zh-cht": "剩餘{0}兆字節", "xloc": [ - "default.handlebars->39->2109" + "default.handlebars->39->2108" ] }, { @@ -73493,7 +73329,6 @@ "pl": "{0} minuta", "ru": "{0} минута", "tr": "{0} dakika", - "pt-br": "{0} minuto", "xloc": [ "default.handlebars->39->262" ] @@ -73513,7 +73348,6 @@ "pl": "{0} minut", "ru": "{0} минут", "tr": "{0} dakika", - "pt-br": "{0} minutos", "xloc": [ "default.handlebars->39->264" ] @@ -73586,7 +73420,7 @@ "zh-chs": "{0}未显示更多用户,请使用搜索框查找用户...", "zh-cht": "{0}未顯示更多用戶,請使用搜索框查找用戶...", "xloc": [ - "default.handlebars->39->2336" + "default.handlebars->39->2335" ] }, { @@ -73725,7 +73559,6 @@ "pl": "{0} prosi o zdalny dostęp do pulpitu. Przyznać dostęp?", "ru": "{0} запрашивает удаленный доступ к рабочему столу. Разрешить доступ?", "tr": "{0} uzak masaüstü erişimi istiyor. Erişim izni veriyor musunuz?", - "pt-br": "{0} está solicitando acesso a área de trabalho remota. Permitir?", "xloc": [ "coretranslations.json" ] @@ -73745,7 +73578,6 @@ "pl": "{0} prosi o zdalny dostęp do plików. Przyznać dostęp?", "ru": "{0} запрашивает удаленный доступ к файлам. Разрешить доступ?", "tr": "{0} uzak dosya Erişimi istiyor. Erişim izni veriyor musunuz?", - "pt-br": "{0} está solicitando acesso aos arquivos. Permitir?", "xloc": [ "coretranslations.json" ] @@ -73765,7 +73597,6 @@ "pl": "{0} prosi o zdalny dostęp do terminala. Przyznać dostęp?", "ru": "{0} запрашивает удаленный доступ к терминалу. Разрешить доступ?", "tr": "{0} uzak terminal erişimi istiyor. Erişim izni veriyor musunuz?", - "pt-br": "{0} está solicitando acesso ao terminal. Permitir?", "xloc": [ "coretranslations.json" ] @@ -73988,7 +73819,7 @@ "default-mobile.handlebars->11->212", "default-mobile.handlebars->11->216", "default-mobile.handlebars->11->220", - "default.handlebars->39->2340", + "default.handlebars->39->2339", "default.handlebars->39->384", "default.handlebars->39->387", "default.handlebars->39->391", @@ -74038,7 +73869,6 @@ "pl": "{0} rozpoczął sesję dostępu do pulpitu.", "ru": "{0} начал сеанс удаленного рабочего стола.", "tr": "{0} bir uzak masaüstü oturumu başlattı.", - "pt-br": "{0} iniciou uma sessão de área de trabalho remota.", "xloc": [ "coretranslations.json" ] @@ -74058,7 +73888,6 @@ "pl": "{0} rozpoczął sesję dostępu do plików.", "ru": "{0} начал удаленный файловый сеанс.", "tr": "{0} bir uzak dosya oturumu başlattı.", - "pt-br": "{0} {0} iniciou uma sessão de arquivos.", "xloc": [ "coretranslations.json" ] @@ -74078,7 +73907,6 @@ "pl": "{0} rozpoczął sesję dostępu do terminala.", "ru": "{0} начал сеанс удаленного терминала.", "tr": "{0} bir uzak terminal oturumu başlattı.", - "pt-br": "{0} iniciou uma sessão de terminal.", "xloc": [ "coretranslations.json" ] @@ -74221,9 +74049,8 @@ "pl": "{0}, {1} dla {2} minuty", "ru": "{0}, {1} на {2} мин.", "tr": "{0}, {1} için {2} dakika", - "pt-br": "{0}, {1} até {2} minuto", "xloc": [ - "default.handlebars->39->1885", + "default.handlebars->39->1884", "default.handlebars->39->951" ] }, @@ -74242,9 +74069,8 @@ "pl": "{0}, {1} dla {2} minut", "ru": "{0}, {1} на {2} мин.", "tr": "{0}, {1} için {2} dakika", - "pt-br": "{0}, {1} até {2} minutos", "xloc": [ - "default.handlebars->39->1886", + "default.handlebars->39->1885", "default.handlebars->39->952" ] }, @@ -74270,7 +74096,7 @@ "zh-chs": "{0},{1}至{2}", "zh-cht": "{0},{1}至{2}", "xloc": [ - "default.handlebars->39->1884", + "default.handlebars->39->1883", "default.handlebars->39->950" ] }, @@ -74346,7 +74172,7 @@ "zh-chs": "{0}k在1档案内。最多{1}k", "zh-cht": "{0}k在1檔案內。最多{1}k", "xloc": [ - "default.handlebars->39->2122" + "default.handlebars->39->2121" ] }, { @@ -74371,7 +74197,7 @@ "zh-chs": "{1}k在{0}个档案中。最多{2}k", "zh-cht": "{1}k在{0}個檔案中。最多{2}k", "xloc": [ - "default.handlebars->39->2121" + "default.handlebars->39->2120" ] }, {