\ No newline at end of file
diff --git a/public/translations/player_pt.htm b/public/translations/player_pt.htm
new file mode 100644
index 00000000..4bb3ea8a
--- /dev/null
+++ b/public/translations/player_pt.htm
@@ -0,0 +1,537 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
⇲
+
+
+
+
+
+
+
+
+
+
+
✓
+
✗
+
+
+
+
+
+
+
+
+
+
+
+
00:00:00
+
+
+
+
+
+
+
+
+
+
+
+
+
✖
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/translate/translate.js b/translate/translate.js
index 56186861..b0e92ab2 100644
--- a/translate/translate.js
+++ b/translate/translate.js
@@ -53,7 +53,7 @@ function start() {
var command = null;
if (process.argv.length > 2) { command = process.argv[2].toLowerCase(); }
- if (['check', 'extract', 'extractall', 'translate', 'translateall', 'minifyall'].indexOf(command) == -1) { command = null; }
+ if (['check', 'extract', 'extractall', 'translate', 'translateall', 'minifyall', 'merge'].indexOf(command) == -1) { command = null; }
console.log('MeshCentral web site translator');
if (command == null) {
@@ -77,6 +77,9 @@ function start() {
console.log('');
console.log(' MINIFYALL');
console.log(' Minify the main MeshCentral english web pages.');
+ console.log('');
+ console.log(' MERGE [sourcefile] [tartgetfile] [language code]');
+ console.log(' Merge a language from a translation file into another translation file.');
process.exit();
return;
}
@@ -105,6 +108,18 @@ function start() {
extract(process.argv[3], sources);
}
+ // Merge one language from a language file into another language file.
+ if (command == 'merge') {
+ if ((process.argv.length == 6)) {
+ if (fs.existsSync(process.argv[3]) == false) { console.log('Unable to find: ' + process.argv[3]); return; }
+ if (fs.existsSync(process.argv[4]) == false) { console.log('Unable to find: ' + process.argv[4]); return; }
+ merge(process.argv[3], process.argv[4], process.argv[5]);
+ } else {
+ console.log('Usage: MERGE [sourcefile] [tartgetfile] [language code]');
+ }
+ return;
+ }
+
// Extract or translate all MeshCentral strings
if (command == 'extractall') { extract("translate.json", meshCentralSourceFiles); }
if (command == 'translateall') {
@@ -180,6 +195,39 @@ function start() {
}
}
+function merge(source, target, lang) {
+ // Load the source language file
+ var sourceLangFileData = null;
+ try { sourceLangFileData = JSON.parse(fs.readFileSync(source)); } catch (ex) { }
+ if ((sourceLangFileData == null) || (sourceLangFileData.strings == null)) { console.log("Invalid source language file."); process.exit(); return; }
+
+ // Load the target language file
+ var targetLangFileData = null;
+ try { targetLangFileData = JSON.parse(fs.readFileSync(target)); } catch (ex) { }
+ if ((targetLangFileData == null) || (targetLangFileData.strings == null)) { console.log("Invalid target language file."); process.exit(); return; }
+
+ console.log('Merging ' + lang + '...');
+
+ // Index the target file
+ var index = {};
+ for (var i in targetLangFileData.strings) { if (targetLangFileData.strings[i].en != null) { index[targetLangFileData.strings[i].en] = targetLangFileData.strings[i]; } }
+
+ // Merge the translation
+ for (var i in sourceLangFileData.strings) {
+ if ((sourceLangFileData.strings[i].en != null) && (sourceLangFileData.strings[i][lang] != null) && (index[sourceLangFileData.strings[i].en] != null)) {
+ index[sourceLangFileData.strings[i].en][lang] = sourceLangFileData.strings[i][lang];
+ }
+ }
+
+ // Deindex the new target file
+ var targetData = { strings: [] };
+ for (var i in index) { targetData.strings.push(index[i]); }
+
+ // Save the target back
+ fs.writeFileSync(target, JSON.stringify(targetData, null, ' '), { flag: 'w+' });
+ console.log('Done.');
+}
+
function translate(lang, langFile, sources, createSubDir) {
// Load the language file
var langFileData = null;
diff --git a/translate/translate.json b/translate/translate.json
index 9908ba72..a00d8d16 100644
--- a/translate/translate.json
+++ b/translate/translate.json
@@ -5,20 +5,23 @@
"xloc": [
"default.handlebars->container->masthead->5->notificationCount",
"default-mobile.handlebars->9->229"
- ]
+ ],
+ "pt": "0"
},
{
"en": "3",
"xloc": [
"default-mobile.handlebars->9->266"
- ]
+ ],
+ "pt": "3"
},
{
"en": "404",
"xloc": [
"error404.handlebars->container->column_l->1->0",
"error404-mobile.handlebars->container->page_content->column_l->1->0"
- ]
+ ],
+ "pt": "404"
},
{
"en": " + CIRA",
@@ -26,7 +29,8 @@
"xloc": [
"default.handlebars->23->965",
"default.handlebars->23->967"
- ]
+ ],
+ "pt": "+ CIRA"
},
{
"en": " - Reset in {0} day{1}.",
@@ -35,7 +39,8 @@
"xloc": [
"default.handlebars->23->24",
"default-mobile.handlebars->9->13"
- ]
+ ],
+ "pt": "- Redefinir em {0} dia {1}."
},
{
"en": " - Reset in {0} hour{1}.",
@@ -44,7 +49,8 @@
"xloc": [
"default.handlebars->23->23",
"default-mobile.handlebars->9->12"
- ]
+ ],
+ "pt": "- Redefinir em {0} hora {1}."
},
{
"en": " - Reset in {0} minute{1}.",
@@ -53,7 +59,8 @@
"xloc": [
"default.handlebars->23->22",
"default-mobile.handlebars->9->11"
- ]
+ ],
+ "pt": "- Redefinir em {0} minuto {1}."
},
{
"en": " - Reset on next login.",
@@ -64,13 +71,15 @@
"default.handlebars->23->21",
"default-mobile.handlebars->9->9",
"default-mobile.handlebars->9->10"
- ]
+ ],
+ "pt": "- Redefinir no próximo login."
},
{
"en": " / ",
"xloc": [
"default-mobile.handlebars->9->91"
- ]
+ ],
+ "pt": " / "
},
{
"en": " Add User",
@@ -78,7 +87,8 @@
"fr": "Ajouter un utilisateur",
"xloc": [
"default-mobile.handlebars->9->277"
- ]
+ ],
+ "pt": "Adicionar usuário"
},
{
"en": " and authenticate to the server using this username and any password.",
@@ -86,7 +96,8 @@
"fr": "et vous authentifier sur le serveur en utilisant ce nom d'utilisateur et n'importe quel mot de passe.",
"xloc": [
"default.handlebars->23->231"
- ]
+ ],
+ "pt": "e autenticar no servidor usando esse nome de usuário e qualquer senha."
},
{
"en": " and authenticate to the server using this username and password.",
@@ -94,7 +105,8 @@
"fr": "et authentifiez-vous sur le serveur en utilisant ce nom d'utilisateur et mot de passe.",
"xloc": [
"default.handlebars->23->230"
- ]
+ ],
+ "pt": "e autenticar no servidor usando esse nome de usuário e senha."
},
{
"en": " node",
@@ -102,7 +114,8 @@
"fr": "nœud",
"xloc": [
"default-mobile.handlebars->9->124"
- ]
+ ],
+ "pt": "nó"
},
{
"en": " nodes",
@@ -110,7 +123,8 @@
"fr": "noeuds",
"xloc": [
"default-mobile.handlebars->9->125"
- ]
+ ],
+ "pt": "nós"
},
{
"en": " Password hint can be used but is not recommanded.",
@@ -118,7 +132,8 @@
"fr": "Un indice de mot de passe peut être utilisé mais n'est pas recommandé.",
"xloc": [
"default.handlebars->23->897"
- ]
+ ],
+ "pt": "Dica de senha pode ser usada, mas não é recomendada."
},
{
"en": " Users need to login to this server once before they can be added to a device group.",
@@ -126,7 +141,8 @@
"fr": "Les utilisateurs doivent se connecter une fois sur ce serveur avant de pouvoir être ajoutés à un groupe de périphériques..",
"xloc": [
"default.handlebars->23->1037"
- ]
+ ],
+ "pt": "Os usuários precisam fazer login neste servidor uma vez antes de poderem ser adicionados a um grupo de dispositivos."
},
{
"en": " with TLS.",
@@ -134,7 +150,8 @@
"fr": "avec TLS.",
"xloc": [
"default.handlebars->23->128"
- ]
+ ],
+ "pt": "com TLS."
},
{
"en": " without TLS.",
@@ -142,56 +159,64 @@
"fr": "sans TLS.",
"xloc": [
"default.handlebars->23->129"
- ]
+ ],
+ "pt": "sem TLS."
},
{
"en": "(",
"xloc": [
"default.handlebars->container->column_l->p2->p2createMeshLink1",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3createMeshLink1"
- ]
+ ],
+ "pt": "("
},
{
"en": "(optional)",
"cs": "(volitelné)",
"xloc": [
"default.handlebars->23->267"
- ]
+ ],
+ "pt": "(opcional)"
},
{
"en": ")",
"xloc": [
"default.handlebars->container->column_l->p2->p2createMeshLink1",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3createMeshLink1"
- ]
+ ],
+ "pt": ")"
},
{
"en": "* For BSD, run \\\"pkg install wget sudo bash\\\" first.",
"cs": "* Pro BSD, spusť \\\"pkg install wget sudo bash\\\" nejprve.",
"xloc": [
"default.handlebars->23->298"
- ]
+ ],
+ "pt": "* Para o BSD, execute \\\"pkg install wget sudo bash\\\"."
},
{
"en": "* Leave blank to assign a random password to each device.",
"cs": "* Ponechat prázdné pro vygenerování náhodného hesla každému zařízení.",
"xloc": [
"default.handlebars->23->1014"
- ]
+ ],
+ "pt": "* Deixe em branco para atribuir uma senha aleatória a cada dispositivo."
},
{
"en": ",",
"xloc": [
"default.handlebars->container->column_l->p0->p0message",
"default-mobile.handlebars->container->page_content->column_l->p0->1->p0message"
- ]
+ ],
+ "pt": ","
},
{
"en": ", ",
"xloc": [
"default.handlebars->23->1080",
"default-mobile.handlebars->9->327"
- ]
+ ],
+ "pt": ","
},
{
"en": ", click here to enable it.",
@@ -199,7 +224,8 @@
"xloc": [
"default.handlebars->container->column_l->p11->p11warning->3->p11warninga",
"default.handlebars->container->column_l->p12->p12warning->3->p12warninga"
- ]
+ ],
+ "pt": ", clique aqui para habilitá-lo."
},
{
"en": ", Intel® AMT only",
@@ -207,21 +233,24 @@
"xloc": [
"default.handlebars->23->145",
"default-mobile.handlebars->9->89"
- ]
+ ],
+ "pt": "Intelreg; "
},
{
"en": ", MQTT is online",
"cs": ", MQTT je online",
"xloc": [
"default.handlebars->23->651"
- ]
+ ],
+ "pt": ", O MQTT está online"
},
{
"en": ", right click on it or press \"control\" and click on the file. Then select \"Open\" and follow the instructions.",
"cs": ", poté spusťe instalaci. Postupujte dle instrukcí.",
"xloc": [
"agentinvite.handlebars->container->column_l->5->macostab->3"
- ]
+ ],
+ "pt": ", clique com o botão direito do mouse ou pressione \"control\".Em seguida, selecione \"Open\"."
},
{
"en": ", run it and press \"Install\" or \"Connect\".",
@@ -229,13 +258,15 @@
"xloc": [
"agentinvite.handlebars->container->column_l->5->wintab64->3",
"agentinvite.handlebars->container->column_l->5->wintab32->3"
- ]
+ ],
+ "pt": ", execute-o e pressione \"Install\" or \"Connect\"."
},
{
"en": ", Soft-KVM",
"xloc": [
"default.handlebars->23->569"
- ]
+ ],
+ "pt": ", Soft-KVM"
},
{
"en": ", WebRTC",
@@ -245,13 +276,15 @@
"default.handlebars->23->613",
"default-mobile.handlebars->9->225",
"default-mobile.handlebars->9->235"
- ]
+ ],
+ "pt": ", WebRTC"
},
{
"en": "-",
"xloc": [
"default-mobile.handlebars->9->228"
- ]
+ ],
+ "pt": "-"
},
{
"en": ".",
@@ -265,7 +298,8 @@
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->newAccountDiv",
"terms.handlebars->container->column_l->75->1",
"terms-mobile.handlebars->container->page_content->column_l->75->1"
- ]
+ ],
+ "pt": "."
},
{
"en": "...",
@@ -275,13 +309,15 @@
"default.handlebars->23->1244",
"default-mobile.handlebars->9->64",
"default-mobile.handlebars->9->240"
- ]
+ ],
+ "pt": "..."
},
{
"en": "00:00:00",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->1->timespan"
- ]
+ ],
+ "pt": "00:00:00"
},
{
"en": "1 active session",
@@ -289,7 +325,8 @@
"fr": "1 session active",
"xloc": [
"default.handlebars->23->1230"
- ]
+ ],
+ "pt": "1 sessão ativa"
},
{
"en": "1 byte",
@@ -299,7 +336,8 @@
"default.handlebars->23->1103",
"default-mobile.handlebars->9->74",
"default-mobile.handlebars->9->331"
- ]
+ ],
+ "pt": "1 byte"
},
{
"en": "1 day",
@@ -309,7 +347,8 @@
"default.handlebars->23->132",
"default.handlebars->23->258",
"default.handlebars->23->272"
- ]
+ ],
+ "pt": "1 dia"
},
{
"en": "1 group",
@@ -317,7 +356,8 @@
"fr": "1 groupe",
"xloc": [
"default.handlebars->23->1216"
- ]
+ ],
+ "pt": "1 grupo"
},
{
"en": "1 hour",
@@ -326,7 +366,8 @@
"xloc": [
"default.handlebars->23->256",
"default.handlebars->23->270"
- ]
+ ],
+ "pt": "1 hora"
},
{
"en": "1 month",
@@ -336,14 +377,16 @@
"default.handlebars->23->134",
"default.handlebars->23->260",
"default.handlebars->23->274"
- ]
+ ],
+ "pt": "1 mês"
},
{
"en": "1 more user not shown, use search box to look for users...",
"cs": "1 další uživatel není zobrazen, pomocí vyhledávacího pole vyhledejte uživatele ...",
"xloc": [
"default.handlebars->23->1136"
- ]
+ ],
+ "pt": "Mais 1 usuário não mostrado, use a caixa de pesquisa para procurar usuários..."
},
{
"en": "1 node",
@@ -351,7 +394,8 @@
"fr": "1 appareil",
"xloc": [
"default.handlebars->23->311"
- ]
+ ],
+ "pt": "1 nó"
},
{
"en": "1 session",
@@ -359,7 +403,8 @@
"fr": "1 session",
"xloc": [
"default.handlebars->23->1140"
- ]
+ ],
+ "pt": "1 sessão"
},
{
"en": "1 week",
@@ -369,7 +414,8 @@
"default.handlebars->23->133",
"default.handlebars->23->259",
"default.handlebars->23->273"
- ]
+ ],
+ "pt": "1 semana"
},
{
"en": "1.AJAX Control Toolkit - New BSD License",
@@ -377,7 +423,8 @@
"xloc": [
"terms.handlebars->container->column_l->9->1->0",
"terms-mobile.handlebars->container->page_content->column_l->9->1->0"
- ]
+ ],
+ "pt": "1.AJAX Control Toolkit - Nova licença BSD"
},
{
"en": "1.Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.",
@@ -387,7 +434,8 @@
"terms.handlebars->container->column_l->31->1",
"terms-mobile.handlebars->container->page_content->column_l->15->1",
"terms-mobile.handlebars->container->page_content->column_l->31->1"
- ]
+ ],
+ "pt": "1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir."
},
{
"en": "1/2 Speed",
@@ -395,7 +443,8 @@
"fr": "1/2 vitesse",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3->PlaySpeed->3"
- ]
+ ],
+ "pt": "1/2 velocidade"
},
{
"en": "1/4 Speed",
@@ -403,20 +452,23 @@
"fr": "1/4 vitesse",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3->PlaySpeed->1"
- ]
+ ],
+ "pt": "1/4 de velocidade"
},
{
"en": "100%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->1",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->1"
- ]
+ ],
+ "pt": "100%"
},
{
"en": "100x30",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSizeDropDown->termSizeList->1"
- ]
+ ],
+ "pt": "100x30"
},
{
"en": "10x Speed",
@@ -424,28 +476,32 @@
"fr": "10x vitesse",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3->PlaySpeed->11"
- ]
+ ],
+ "pt": "10x Velocidade"
},
{
"en": "12.5%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->15",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->15"
- ]
+ ],
+ "pt": "12.5%"
},
{
"en": "2-step login activation failed.",
"cs": "aktivace 2-faktorového přihlašování selhalo.",
"xloc": [
"default.handlebars->23->89"
- ]
+ ],
+ "pt": "Falha na ativação do login em duas etapas."
},
{
"en": "2-step login activation removal failed.",
"cs": "odstranění 2-faktorového přihlašování selhalo.",
"xloc": [
"default.handlebars->23->94"
- ]
+ ],
+ "pt": "A remoção da ativação do login em duas etapas falhou."
},
{
"en": "2.OpenSSL – OpenSSL and SSLeay License",
@@ -453,7 +509,8 @@
"xloc": [
"terms.handlebars->container->column_l->23->1->0",
"terms-mobile.handlebars->container->page_content->column_l->23->1->0"
- ]
+ ],
+ "pt": "2.OpenSSL - Licença OpenSSL e SSLeay"
},
{
"en": "2.Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.",
@@ -463,14 +520,16 @@
"terms.handlebars->container->column_l->33->1",
"terms-mobile.handlebars->container->page_content->column_l->17->1",
"terms-mobile.handlebars->container->page_content->column_l->33->1"
- ]
+ ],
+ "pt": "2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição."
},
{
"en": "25%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->13",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->13"
- ]
+ ],
+ "pt": "25%"
},
{
"en": "2x Speed",
@@ -478,7 +537,8 @@
"fr": "2x vitesse",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3->PlaySpeed->7"
- ]
+ ],
+ "pt": "2x velocidade"
},
{
"en": "3.All advertising materials mentioning features or use of this software must display the following acknowledgment: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)\"",
@@ -486,7 +546,8 @@
"xloc": [
"terms.handlebars->container->column_l->35->1",
"terms-mobile.handlebars->container->page_content->column_l->35->1"
- ]
+ ],
+ "pt": "3.Todos os materiais publicitários que mencionam os recursos ou o uso deste software devem exibir o seguinte reconhecimento: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)\""
},
{
"en": "3.jQuery Foundation - MIT License",
@@ -494,7 +555,8 @@
"xloc": [
"terms.handlebars->container->column_l->45->1->0",
"terms-mobile.handlebars->container->page_content->column_l->45->1->0"
- ]
+ ],
+ "pt": "3.jQuery Foundation - Licença MIT"
},
{
"en": "3.Neither the name of CodePlex Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.",
@@ -502,7 +564,8 @@
"xloc": [
"terms.handlebars->container->column_l->19->1",
"terms-mobile.handlebars->container->page_content->column_l->19->1"
- ]
+ ],
+ "pt": "3.Nem o nome da CodePlex Foundation nem os nomes de seus colaboradores podem ser usados \\u200b\\u200bpara endossar ou promover produtos derivados deste software sem permissão prévia por escrito específica."
},
{
"en": "32bit version of the MeshAgent",
@@ -510,14 +573,16 @@
"xloc": [
"default.handlebars->23->290",
"default.handlebars->23->304"
- ]
+ ],
+ "pt": "Versão de 32 bits do MeshAgent"
},
{
"en": "37.5%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->11",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->11"
- ]
+ ],
+ "pt": "37..5%"
},
{
"en": "4.jQuery User Interface - MIT License",
@@ -525,7 +590,8 @@
"xloc": [
"terms.handlebars->container->column_l->51->1->0",
"terms-mobile.handlebars->container->page_content->column_l->51->1->0"
- ]
+ ],
+ "pt": "4.Interface do Usuário jQuery - Licença MIT"
},
{
"en": "4.The names \"OpenSSL Toolkit\" and \"OpenSSL Project\" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.",
@@ -541,7 +607,8 @@
"fr": "4x vitesse",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3->PlaySpeed->9"
- ]
+ ],
+ "pt": "4x velocidade"
},
{
"en": "5.noVNC - Mozilla Public License 2.0",
@@ -549,7 +616,8 @@
"xloc": [
"terms.handlebars->container->column_l->59->1->0",
"terms-mobile.handlebars->container->page_content->column_l->59->1->0"
- ]
+ ],
+ "pt": "5.noVNC - Licença Pública Mozilla 2.0 0"
},
{
"en": "5.Products derived from this software may not be called \"OpenSSL\" nor may \"OpenSSL\" appear in their names without prior written permission of the OpenSSL Project.",
@@ -564,7 +632,8 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->9",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->9"
- ]
+ ],
+ "pt": "50%"
},
{
"en": "6.Redistributions of any form whatsoever must retain the following acknowledgment: \"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)\".",
@@ -572,14 +641,16 @@
"xloc": [
"terms.handlebars->container->column_l->41->1",
"terms-mobile.handlebars->container->page_content->column_l->41->1"
- ]
+ ],
+ "pt": "6.As redistribuições de qualquer forma devem manter o seguinte reconhecimento: \"Este produto inclui software desenvolvido pelo OpenSSL Project para uso no OpenSSL Toolkit (http://www.openssl.org/)\"."
},
{
"en": "62.5%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->7",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->7"
- ]
+ ],
+ "pt": "62.5%"
},
{
"en": "64bit version of the MeshAgent",
@@ -587,14 +658,16 @@
"xloc": [
"default.handlebars->23->293",
"default.handlebars->23->307"
- ]
+ ],
+ "pt": "Versão de 64 bits do MeshAgent"
},
{
"en": "7 Day Power State",
"cs": "7 denní statistika provozu",
"xloc": [
"default.handlebars->23->523"
- ]
+ ],
+ "pt": "Estado de energia de 7 dias"
},
{
"en": "7.Webtoolkit Javascript Base 64 – Creative Commons Attribution 2.0 UK License",
@@ -602,14 +675,16 @@
"xloc": [
"terms.handlebars->container->column_l->73->1->0",
"terms-mobile.handlebars->container->page_content->column_l->73->1->0"
- ]
+ ],
+ "pt": "7.Webtoolkit Javascript Base 64 - Licença Creative Commons Attribution 2.0 UK"
},
{
"en": "75%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->5",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->5"
- ]
+ ],
+ "pt": "75%"
},
{
"en": "8 hours",
@@ -618,61 +693,70 @@
"xloc": [
"default.handlebars->23->257",
"default.handlebars->23->271"
- ]
+ ],
+ "pt": "8 horas"
},
{
"en": "80x25",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSizeDropDown->termSizeList->0"
- ]
+ ],
+ "pt": "80x25"
},
{
"en": "87.5%",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->d7bitmapscaling->3",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->d7bitmapscaling->3"
- ]
+ ],
+ "pt": "87.5%"
},
{
"en": ":",
"xloc": [
"agentinvite.handlebars->3->1"
- ]
+ ],
+ "pt": ":"
},
{
"en": "Hardware keys are used as secondary login authentication.",
"cs": "Hardwarové klíče jsou použity jako druhá možnost autentizace.",
"xloc": [
"default.handlebars->23->103"
- ]
+ ],
+ "pt": "Chaves Hardware são usados como autenticação de login secundária."
},
{
"en": "2-step login activation removed. You can reactivate this feature at any time.",
"cs": "2-faktorové přihlášení odstraněno. Lze znovu kdykoliv zapnout.",
"xloc": [
"default-mobile.handlebars->9->19"
- ]
+ ],
+ "pt": "Ativação de login em duas etapas removida. Você pode reativar esse recurso a qualquer momento."
},
{
"en": "2-step login activation successful. You will now need a valid token to login again.",
"cs": "2-faktorová autentizace zapnuta. Je třeba platný token k přihlášení.",
"xloc": [
"default-mobile.handlebars->9->16"
- ]
+ ],
+ "pt": " ativação de login em duas etapas . Agora você precisará de um token válido para fazer login novamente."
},
{
"en": "2-step login activation failed. Clear the secret from the application and try again. You only have a few minutes to enter the proper code.",
"cs": "2-faktorové přihlášení selhalo. Je třeba smazat tajemství z aplikace a zkusit znovu. Na toto máte již jen pár minut.",
"xloc": [
"default-mobile.handlebars->9->17"
- ]
+ ],
+ "pt": " falha na ativação do login em duas etapas . Limpe o segredo do aplicativo e tente novamente. Você tem apenas alguns minutos para inserir o código correto."
},
{
"en": "2-step login activation removal failed. Try again.",
"cs": "Odstranění 2-faktorového přihlášení selhalo. Zkuste znovu.",
"xloc": [
"default-mobile.handlebars->9->20"
- ]
+ ],
+ "pt": " falha na remoção da ativação do login em duas etapas . Tente novamente."
},
{
"en": "\\\\",
@@ -688,7 +772,8 @@
"fr": "Accès refusé",
"xloc": [
"default.handlebars->23->652"
- ]
+ ],
+ "pt": "Acesso Negado"
},
{
"en": "Access denied.",
@@ -703,21 +788,24 @@
"cs": "Přístup k souborům na serveru",
"xloc": [
"default.handlebars->23->1197"
- ]
+ ],
+ "pt": "Acesso aos arquivos do servidor"
},
{
"en": "Account actions",
"cs": "Akce účtu",
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->1->0"
- ]
+ ],
+ "pt": "Ações da conta"
},
{
"en": "Account Actions",
"cs": "Akce účtu",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->5->0"
- ]
+ ],
+ "pt": "Ações da Conta"
},
{
"en": "Account Creation",
@@ -725,7 +813,8 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->5->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->5->1"
- ]
+ ],
+ "pt": "Criação de conta"
},
{
"en": "Account limit reached.",
@@ -757,14 +846,16 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpanel->1->5->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpanel->1->5->1"
- ]
+ ],
+ "pt": "Redefinição de conta"
},
{
"en": "Account security",
"cs": "Nastavení bezpečnosti",
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountSecurity->1->0"
- ]
+ ],
+ "pt": "Segurança da conta"
},
{
"en": "Account Security",
@@ -779,14 +870,16 @@
"default-mobile.handlebars->9->51",
"default-mobile.handlebars->9->126",
"default-mobile.handlebars->9->128"
- ]
+ ],
+ "pt": "Segurança da Conta"
},
{
"en": "ACM",
"xloc": [
"default.handlebars->23->441",
"default-mobile.handlebars->9->179"
- ]
+ ],
+ "pt": "ACM"
},
{
"en": "Action",
@@ -794,7 +887,8 @@
"xloc": [
"default.handlebars->container->column_l->p42->p42tbl->1->0->8",
"default.handlebars->23->657"
- ]
+ ],
+ "pt": "Ação"
},
{
"en": "Actions",
@@ -806,7 +900,8 @@
"default.handlebars->23->473",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->1"
- ]
+ ],
+ "pt": "Ações"
},
{
"en": "Activate camera & microphone",
@@ -814,7 +909,8 @@
"fr": "Activer caméra et microphone",
"xloc": [
"messenger.handlebars->xtop->1"
- ]
+ ],
+ "pt": "Ativar câmera e microfone"
},
{
"en": "Activate microphone",
@@ -822,7 +918,8 @@
"fr": "Activer le microphone",
"xloc": [
"messenger.handlebars->xtop->1"
- ]
+ ],
+ "pt": "Ativar microfone"
},
{
"en": "Activated",
@@ -833,7 +930,8 @@
"default.handlebars->23->436",
"default-mobile.handlebars->9->174",
"default-mobile.handlebars->9->176"
- ]
+ ],
+ "pt": "ativado"
},
{
"en": "Activation",
@@ -843,14 +941,16 @@
"default.handlebars->23->196",
"default.handlebars->23->977",
"default.handlebars->23->979"
- ]
+ ],
+ "pt": "Ativação"
},
{
"en": "Active User{0}",
"cs": "Aktivní uživatel{0}",
"xloc": [
"default.handlebars->23->460"
- ]
+ ],
+ "pt": "Usuário ativo {0}"
},
{
"en": "Add a new computer to this mesh by installing the mesh agent.",
@@ -858,14 +958,16 @@
"xloc": [
"default.handlebars->23->197",
"default.handlebars->23->980"
- ]
+ ],
+ "pt": "Adicione um novo computador a essa malha instalando o agente de malha."
},
{
"en": "Add a new Intel® AMT computer by scanning the local network.",
"cs": "Přidat nový Intel® AMT počítač pomocí skenu lokální sítě.",
"xloc": [
"default.handlebars->23->191"
- ]
+ ],
+ "pt": "Adicione um novo Intelreg; Computador AMT digitalizando a rede local."
},
{
"en": "Add a new Intel® AMT computer that is located on the internet.",
@@ -873,7 +975,8 @@
"xloc": [
"default.handlebars->23->187",
"default.handlebars->23->972"
- ]
+ ],
+ "pt": "Adicione um novo Intel® Computador AMT localizado na Internet."
},
{
"en": "Add a new Intel® AMT computer that is located on the local network.",
@@ -881,14 +984,16 @@
"xloc": [
"default.handlebars->23->189",
"default.handlebars->23->974"
- ]
+ ],
+ "pt": "Adicione um novo Intel® AMT computer that is located on the local network."
},
{
"en": "Add a new Intel® AMT device to device group \\\"{0}\\\".",
"cs": "Přidat nové Intel® AMT zařízení do skupiny \\\"{0}\\\".",
"xloc": [
"default.handlebars->23->201"
- ]
+ ],
+ "pt": "Adicione um novo Intel® Dispositivo AMT para grupo de dispositivos \\\"{0}\\\"."
},
{
"en": "Add Agent",
@@ -896,7 +1001,8 @@
"fr": "Ajouter un agent",
"xloc": [
"default.handlebars->23->198"
- ]
+ ],
+ "pt": "Adicionar agente"
},
{
"en": "Add CIRA",
@@ -904,7 +1010,8 @@
"fr": "Ajouter CIRA",
"xloc": [
"default.handlebars->23->188"
- ]
+ ],
+ "pt": "Adicionar CIRA"
},
{
"en": "Add Device Event",
@@ -912,7 +1019,8 @@
"fr": "Ajouter un événement",
"xloc": [
"default.handlebars->23->506"
- ]
+ ],
+ "pt": "Adicionar evento do dispositivo"
},
{
"en": "Add Device Group",
@@ -920,42 +1028,48 @@
"fr": "Ajouter un groupe",
"xloc": [
"default.handlebars->23->169"
- ]
+ ],
+ "pt": "Adicionar grupo de dispositivos"
},
{
"en": "Add Intel® AMT CIRA device",
"cs": "Přidat Intel® AMT CIRA zařízení",
"xloc": [
"default.handlebars->23->243"
- ]
+ ],
+ "pt": "Adicione Intelreg; "
},
{
"en": "Add Intel® AMT device",
"cs": "Přidat Intel® AMT zařízení",
"xloc": [
"default.handlebars->23->211"
- ]
+ ],
+ "pt": "Adicione Intelreg; dispositivo AMT"
},
{
"en": "Add Key",
"cs": "Přidat klíč",
"xloc": [
"default.handlebars->23->107"
- ]
+ ],
+ "pt": "Adicionar chave"
},
{
"en": "Add Local",
"cs": "Přidat lokálně",
"xloc": [
"default.handlebars->23->190"
- ]
+ ],
+ "pt": "Adicionar local"
},
{
"en": "Add Mesh Agent",
"cs": "Přidat agenta",
"xloc": [
"default.handlebars->23->310"
- ]
+ ],
+ "pt": "Adicionar agente de malha"
},
{
"en": "add one",
@@ -964,7 +1078,8 @@
"xloc": [
"default.handlebars->23->165",
"default.handlebars->23->167"
- ]
+ ],
+ "pt": "Adicione um"
},
{
"en": "Add Security Key",
@@ -977,7 +1092,8 @@
"default.handlebars->23->116",
"default.handlebars->23->676",
"default.handlebars->23->677"
- ]
+ ],
+ "pt": "Adicionar chave de segurança"
},
{
"en": "Add User to Mesh",
@@ -985,7 +1101,8 @@
"fr": "Ajouter un utilisateur au groupe",
"xloc": [
"default-mobile.handlebars->9->306"
- ]
+ ],
+ "pt": "Adicionar usuário à malha"
},
{
"en": "Add Users",
@@ -993,21 +1110,24 @@
"fr": "Ajouter des utilisateurs",
"xloc": [
"default.handlebars->23->971"
- ]
+ ],
+ "pt": "Adicionar usuários"
},
{
"en": "Add Users to Device Group",
"cs": "Přidat uživatele do skupiny zařizení",
"xloc": [
"default.handlebars->23->1057"
- ]
+ ],
+ "pt": "Adicionar usuários ao grupo de dispositivos"
},
{
"en": "Add YubiKey® OTP",
"cs": "Přidat YubiKey® OTP",
"xloc": [
"default.handlebars->23->108"
- ]
+ ],
+ "pt": "Adicione YubiKeyreg; OTP"
},
{
"en": "Address",
@@ -1015,46 +1135,53 @@
"xloc": [
"default.handlebars->23->143",
"default.handlebars->23->160"
- ]
+ ],
+ "pt": "Endereço"
},
{
"en": "Addresses",
"cs": "Adresy",
"xloc": [
"player.htm->3->7"
- ]
+ ],
+ "pt": "Endereços"
},
{
"en": "admin",
"xloc": [
"default.handlebars->23->206"
- ]
+ ],
+ "pt": "admin"
},
{
"en": "Admin Realms",
"cs": "Administrátorské realmy",
"xloc": [
"default.handlebars->23->1220"
- ]
+ ],
+ "pt": "Admin Realms"
},
{
"en": "Administrative Realms",
"cs": "Administrátorské realmy",
"xloc": [
"default.handlebars->23->1184"
- ]
+ ],
+ "pt": "Domínios Administrativos"
},
{
"en": "Administrator",
"xloc": [
"default.handlebars->23->1147"
- ]
+ ],
+ "pt": "Administrador"
},
{
"en": "Afrikaans",
"xloc": [
"default.handlebars->23->679"
- ]
+ ],
+ "pt": "afrikaans"
},
{
"en": "Agent",
@@ -1067,14 +1194,16 @@
"default-mobile.handlebars->9->118",
"default-mobile.handlebars->9->171",
"default-mobile.handlebars->9->187"
- ]
+ ],
+ "pt": "Agente"
},
{
"en": "Agent Action",
"cs": "Akce agenta",
"xloc": [
"default.handlebars->container->column_l->p15->consoleTable->1->0->1->1"
- ]
+ ],
+ "pt": "Ação do agente"
},
{
"en": "Agent connected",
@@ -1083,7 +1212,8 @@
"default.handlebars->23->118",
"default.handlebars->23->497",
"default.handlebars->23->498"
- ]
+ ],
+ "pt": "Agente conectado"
},
{
"en": "Agent Console",
@@ -1091,61 +1221,70 @@
"xloc": [
"default.handlebars->23->1064",
"default-mobile.handlebars->9->312"
- ]
+ ],
+ "pt": "Console do agente"
},
{
"en": "Agent disconnected",
"cs": "Agent odpojen",
"xloc": [
"default.handlebars->23->122"
- ]
+ ],
+ "pt": "Agente desconectado"
},
{
"en": "Agent is offline",
"cs": "Agent je offline",
"xloc": [
"default.handlebars->23->650"
- ]
+ ],
+ "pt": "O agente está offline"
},
{
"en": "Agent is online",
"cs": "Agent je online",
"xloc": [
"default.handlebars->23->649"
- ]
+ ],
+ "pt": "Agente está online"
},
{
"en": "Agent Relay",
"xloc": [
"default-mobile.handlebars->9->190"
- ]
+ ],
+ "pt": "Retransmissão do agente"
},
{
"en": "Agent Remote Desktop",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->1",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->1"
- ]
+ ],
+ "pt": "Área de trabalho remota do agente"
},
{
"en": "Agent Tag",
"xloc": [
"default.handlebars->23->453",
"default-mobile.handlebars->9->186"
- ]
+ ],
+ "pt": "Etiqueta do agente"
},
{
"en": "Agents",
"cs": "Agenti",
"xloc": [
"default.handlebars->23->1258"
- ]
+ ],
+ "pt": "Agentes"
},
{
"en": "Albanian",
"xloc": [
"default.handlebars->23->680"
- ]
+ ],
+ "pt": "albanês"
},
{
"en": "All",
@@ -1155,14 +1294,16 @@
"default-mobile.handlebars->9->73",
"default-mobile.handlebars->9->241",
"default-mobile.handlebars->9->243"
- ]
+ ],
+ "pt": "Todos"
},
{
"en": "All Displays",
"cs": "Všechny displeje",
"xloc": [
"default-mobile.handlebars->9->230"
- ]
+ ],
+ "pt": "Todas as telas"
},
{
"en": "All Focus",
@@ -1170,221 +1311,256 @@
"default.handlebars->23->571",
"default.handlebars->23->573",
"default.handlebars->23->574"
- ]
+ ],
+ "pt": "All Focus"
},
{
"en": "Allow users to manage this device group and devices in this group.",
"fr": "Autoriser les utilisateurs à gérer ce groupe et les périphériques de ce groupe.",
"xloc": [
"default.handlebars->23->1036"
- ]
+ ],
+ "pt": "Permitir que os usuários gerenciem esse grupo de dispositivos e dispositivos neste grupo."
},
{
"en": "Alt-F4",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->17",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->19"
- ]
+ ],
+ "pt": "Alt-F4"
},
{
"en": "Alt-Tab",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->21",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->23"
- ]
+ ],
+ "pt": "Alt-Tab"
},
{
"en": "Alternate (F10 = ESC+0)",
"xloc": [
"default.handlebars->23->606"
- ]
+ ],
+ "pt": "Alternativo (F10 = ESC + 0)"
},
{
"en": "Always Notify",
"fr": "Toujours aviser",
"xloc": [
"default.handlebars->23->954"
- ]
+ ],
+ "pt": "Notificar sempre"
},
{
"en": "Always Prompt",
"xloc": [
"default.handlebars->23->955"
- ]
+ ],
+ "pt": "Sempre alerta"
},
{
"en": "AMT",
"xloc": [
"default.handlebars->23->153",
"default.handlebars->23->339"
- ]
+ ],
+ "pt": "AMT"
},
{
"en": "and its source can be downloaded from",
"xloc": [
"terms.handlebars->container->column_l->75->1",
"terms-mobile.handlebars->container->page_content->column_l->75->1"
- ]
+ ],
+ "pt": "e sua fonte pode ser baixada de"
},
{
"en": "Android APK",
"xloc": [
"default.handlebars->23->414",
"default-mobile.handlebars->9->154"
- ]
+ ],
+ "pt": "Android APK"
},
{
"en": "Android ARM",
"xloc": [
"default.handlebars->23->409",
"default-mobile.handlebars->9->149"
- ]
+ ],
+ "pt": "Android ARM"
},
{
"en": "Android x86",
"xloc": [
"default.handlebars->23->412",
"default-mobile.handlebars->9->152"
- ]
+ ],
+ "pt": "Android x86"
},
{
"en": "Antivirus",
"fr": "Antivirus",
"xloc": [
"default.handlebars->23->459"
- ]
+ ],
+ "pt": "Antivírus"
},
{
"en": "Any supported",
"xloc": [
"default.handlebars->23->251"
- ]
+ ],
+ "pt": "Qualquer suportado"
},
{
"en": "Apple MacOS",
"xloc": [
"default.handlebars->23->281"
- ]
+ ],
+ "pt": "Apple MacOS"
},
{
"en": "Apple MacOS only",
"xloc": [
"default.handlebars->23->253"
- ]
+ ],
+ "pt": "Apenas Apple MacOS "
},
{
"en": "Apple™ MacOS",
"xloc": [
"agentinvite.handlebars->container->column_l->5->macostab->1"
- ]
+ ],
+ "pt": "Apple™ MacOS"
},
{
"en": "Arabic (Algeria)",
"xloc": [
"default.handlebars->23->682"
- ]
+ ],
+ "pt": "Árabe (Argélia)"
},
{
"en": "Arabic (Bahrain)",
"xloc": [
"default.handlebars->23->683"
- ]
+ ],
+ "pt": "Árabe (Bahrain)"
},
{
"en": "Arabic (Egypt)",
"xloc": [
"default.handlebars->23->684"
- ]
+ ],
+ "pt": "Árabe (Egito)"
},
{
"en": "Arabic (Iraq)",
"xloc": [
"default.handlebars->23->685"
- ]
+ ],
+ "pt": "Árabe (Iraque)"
},
{
"en": "Arabic (Jordan)",
"xloc": [
"default.handlebars->23->686"
- ]
+ ],
+ "pt": "Árabe (Jordânia)"
},
{
"en": "Arabic (Kuwait)",
"xloc": [
"default.handlebars->23->687"
- ]
+ ],
+ "pt": "Árabe (Kuwait)"
},
{
"en": "Arabic (Lebanon)",
"xloc": [
"default.handlebars->23->688"
- ]
+ ],
+ "pt": "Árabe (Líbano)"
},
{
"en": "Arabic (Libya)",
"xloc": [
"default.handlebars->23->689"
- ]
+ ],
+ "pt": "Árabe (Líbia)"
},
{
"en": "Arabic (Morocco)",
"xloc": [
"default.handlebars->23->690"
- ]
+ ],
+ "pt": "Árabe (Marrocos)"
},
{
"en": "Arabic (Oman)",
"xloc": [
"default.handlebars->23->691"
- ]
+ ],
+ "pt": "Árabe (Omã)"
},
{
"en": "Arabic (Qatar)",
"xloc": [
"default.handlebars->23->692"
- ]
+ ],
+ "pt": "Árabe (Catar)"
},
{
"en": "Arabic (Saudi Arabia)",
"xloc": [
"default.handlebars->23->693"
- ]
+ ],
+ "pt": "Árabe (Arábia Saudita)"
},
{
"en": "Arabic (Standard)",
"xloc": [
"default.handlebars->23->681"
- ]
+ ],
+ "pt": "Árabe (padrão)"
},
{
"en": "Arabic (Syria)",
"xloc": [
"default.handlebars->23->694"
- ]
+ ],
+ "pt": "Árabe (Síria)"
},
{
"en": "Arabic (Tunisia)",
"xloc": [
"default.handlebars->23->695"
- ]
+ ],
+ "pt": "Árabe (Tunísia)"
},
{
"en": "Arabic (U.A.E.)",
"xloc": [
"default.handlebars->23->696"
- ]
+ ],
+ "pt": "Árabe (U.A.E)"
},
{
"en": "Arabic (Yemen)",
"xloc": [
"default.handlebars->23->697"
- ]
+ ],
+ "pt": "Árabe (Iêmen)"
},
{
"en": "Aragonese",
"xloc": [
"default.handlebars->23->698"
- ]
+ ],
+ "pt": "Aragonês"
},
{
"en": "Architecture",
@@ -1392,7 +1568,8 @@
"fr": "Architecture",
"xloc": [
"default.handlebars->23->46"
- ]
+ ],
+ "pt": "Arquitetura"
},
{
"en": "Are you sure you want to connect to {0} devices?",
@@ -1406,14 +1583,16 @@
"xloc": [
"default.handlebars->23->1018",
"default-mobile.handlebars->9->283"
- ]
+ ],
+ "pt": "Tem certeza de que deseja excluir o grupo {0}? A exclusão do grupo de dispositivos também excluirá todas as informações sobre os dispositivos desse grupo."
},
{
"en": "Are you sure you want to delete node {0}?",
"fr": "Êtes-vous sûr de vouloir supprimer le noeud {0}?",
"xloc": [
"default.handlebars->23->545"
- ]
+ ],
+ "pt": "Tem certeza de que deseja excluir o nó {0}?"
},
{
"en": "Are you sure you want to uninstall selected agent?",
@@ -1438,52 +1617,60 @@
"xloc": [
"default.handlebars->23->424",
"default-mobile.handlebars->9->164"
- ]
+ ],
+ "pt": "ARM-Linaro"
},
{
"en": "Armenian",
"xloc": [
"default.handlebars->23->699"
- ]
+ ],
+ "pt": "Armênio"
},
{
"en": "ARMv6l / ARMv7l",
"xloc": [
"default.handlebars->23->425",
"default-mobile.handlebars->9->165"
- ]
+ ],
+ "pt": "ARMv6l / ARMv7l"
},
{
"en": "ARMv6l / ARMv7l / NoKVM",
"xloc": [
"default.handlebars->23->427",
"default-mobile.handlebars->9->167"
- ]
+ ],
+ "pt": "ARMv6l / ARMv7l / NoKVM"
},
{
"en": "ARMv8 64bit",
"xloc": [
"default.handlebars->23->426",
"default-mobile.handlebars->9->166"
- ]
+ ],
+ "pt": "ARMv8 64bit"
},
{
"en": "Assamese",
"xloc": [
"default.handlebars->23->700"
- ]
+ ],
+ "pt": "Assamese"
},
{
"en": "Asturian",
"xloc": [
"default.handlebars->23->701"
- ]
+ ],
+ "pt": "Asturiano"
},
{
"en": "Authentication App",
"xloc": [
"default.handlebars->23->1221"
- ]
+ ],
+ "pt": "Aplicativo de autenticação"
},
{
"en": "Authenticator App",
@@ -1496,19 +1683,22 @@
"default-mobile.handlebars->9->18",
"default-mobile.handlebars->9->27",
"default-mobile.handlebars->9->29"
- ]
+ ],
+ "pt": "Autenticador de aplicativo"
},
{
"en": "Authenticator app activation successful.",
"xloc": [
"default.handlebars->23->87"
- ]
+ ],
+ "pt": "Ativação do aplicativo autenticador bem-sucedida."
},
{
"en": "Authenticator application removed.",
"xloc": [
"default.handlebars->23->92"
- ]
+ ],
+ "pt": "Aplicativo autenticador removido."
},
{
"en": "Auto",
@@ -1516,13 +1706,15 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->5",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSizeDropDown->termSizeList->2"
- ]
+ ],
+ "pt": "Auto"
},
{
"en": "Auto-Remove",
"xloc": [
"default.handlebars->23->942"
- ]
+ ],
+ "pt": "Remover automaticamente"
},
{
"en": "AutoConnect",
@@ -1531,20 +1723,23 @@
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3"
- ]
+ ],
+ "pt": "Conexão automática"
},
{
"en": "Automatic connect",
"fr": "Connexion automatique",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar->5"
- ]
+ ],
+ "pt": "Conexão automática"
},
{
"en": "Azerbaijani",
"xloc": [
"default.handlebars->23->702"
- ]
+ ],
+ "pt": "Azerbaijão"
},
{
"en": "Back",
@@ -1567,7 +1762,8 @@
"error404-mobile.handlebars->container->footer->1->1->0->3->1",
"terms.handlebars->container->footer->1->1->0->3->0",
"terms-mobile.handlebars->container->footer->1->1->0->3->1"
- ]
+ ],
+ "pt": "Voltar"
},
{
"en": "Back to login",
@@ -1582,120 +1778,139 @@
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->10",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resettokenpanel->1->8",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpasswordpanel->1->10"
- ]
+ ],
+ "pt": "Volte ao login"
},
{
"en": "Background & interactive",
"xloc": [
"default.handlebars->23->285"
- ]
+ ],
+ "pt": "Segundo plano e interativo"
},
{
"en": "Background and interactive",
"xloc": [
"default.handlebars->23->263"
- ]
+ ],
+ "pt": "Segundo plano e interativo"
},
{
"en": "Background only",
"xloc": [
"default.handlebars->23->264",
"default.handlebars->23->286"
- ]
+ ],
+ "pt": "Apenas em segundo plano"
},
{
"en": "Backspace",
"fr": "Retour arrière",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3"
- ]
+ ],
+ "pt": "Excluir"
},
{
"en": "Backup Codes",
"xloc": [
"default.handlebars->23->1223"
- ]
+ ],
+ "pt": "Códigos de backup"
},
{
"en": "Basque",
"xloc": [
"default.handlebars->23->703"
- ]
+ ],
+ "pt": "Basco"
},
{
"en": "Batch create many user accounts",
"xloc": [
"default.handlebars->container->column_l->p4->3->1->0->3->1->5"
- ]
+ ],
+ "pt": "Lote criar muitas contas de usuário"
},
{
"en": "Belarusian",
"xloc": [
"default.handlebars->23->705"
- ]
+ ],
+ "pt": "Bielorrusso"
},
{
"en": "Bengali",
"xloc": [
"default.handlebars->23->706"
- ]
+ ],
+ "pt": "Bengali"
},
{
"en": "BIOS",
"xloc": [
"default.handlebars->23->30"
- ]
+ ],
+ "pt": "BIOS"
},
{
"en": "Bosnian",
"xloc": [
"default.handlebars->23->707"
- ]
+ ],
+ "pt": "Bósnia"
},
{
"en": "Breton",
"xloc": [
"default.handlebars->23->708"
- ]
+ ],
+ "pt": "Breton"
},
{
"en": "Broadcast",
"fr": "Diffuser",
"xloc": [
"default.handlebars->container->column_l->p4->3->1->0->3->1"
- ]
+ ],
+ "pt": "Broadcast"
},
{
"en": "Broadcast a message to all connected users.",
"xloc": [
"default.handlebars->23->1169"
- ]
+ ],
+ "pt": "Transmita uma mensagem para todos os usuários conectados."
},
{
"en": "Broadcast Message",
"fr": "Diffusion d'un Message",
"xloc": [
"default.handlebars->23->1170"
- ]
+ ],
+ "pt": "Mensagem de transmissão"
},
{
"en": "Bulgarian",
"xloc": [
"default.handlebars->23->704"
- ]
+ ],
+ "pt": "Búlgaria"
},
{
"en": "Burmese",
"xloc": [
"default.handlebars->23->709"
- ]
+ ],
+ "pt": "Birmanês"
},
{
"en": "Call Error",
"fr": "Erreur d'appel",
"xloc": [
"default.handlebars->23->1290"
- ]
+ ],
+ "pt": "Erro de chamada"
},
{
"en": "Cancel",
@@ -1709,39 +1924,45 @@
"login.handlebars->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
"player.htm->p11->dialog->idx_dlgButtonBar"
- ]
+ ],
+ "pt": "Cancelar"
},
{
"en": "Capacity / Speed",
"xloc": [
"default.handlebars->23->40"
- ]
+ ],
+ "pt": "Capacidade / velocidade"
},
{
"en": "Catalan",
"xloc": [
"default.handlebars->23->710"
- ]
+ ],
+ "pt": "Catalão"
},
{
"en": "CCM",
"xloc": [
"default.handlebars->23->439",
"default-mobile.handlebars->9->178"
- ]
+ ],
+ "pt": "CCM"
},
{
"en": "Center map here",
"fr": "Centré la carte ici",
"xloc": [
"default.handlebars->23->373"
- ]
+ ],
+ "pt": "Centralize o mapa aqui"
},
{
"en": "Chamorro",
"xloc": [
"default.handlebars->23->711"
- ]
+ ],
+ "pt": "Chamorro"
},
{
"en": "Change email address",
@@ -1749,14 +1970,16 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->3->accountChangeEmailAddressSpan->0",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->7->3->changeEmailId->0"
- ]
+ ],
+ "pt": "Mude o endereço de email"
},
{
"en": "Change Email for {0}",
"cs": "Změnit email pro {0}",
"xloc": [
"default.handlebars->23->1234"
- ]
+ ],
+ "pt": "Alterar email para {0}"
},
{
"en": "Change Group",
@@ -1765,7 +1988,8 @@
"default.handlebars->23->480",
"default.handlebars->23->542",
"default.handlebars->23->543"
- ]
+ ],
+ "pt": "Alterar grupo"
},
{
"en": "Change Password",
@@ -1773,7 +1997,8 @@
"xloc": [
"default.handlebars->23->903",
"default-mobile.handlebars->9->46"
- ]
+ ],
+ "pt": "Mudar senha"
},
{
"en": "Change password",
@@ -1781,50 +2006,58 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->3->13",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->7->5->0"
- ]
+ ],
+ "pt": "Mudar senha"
},
{
"en": "Change Password for {0}",
"xloc": [
"default.handlebars->23->1241"
- ]
+ ],
+ "pt": "Alterar senha para {0}"
},
{
"en": "Change the agent Java Script code module",
"xloc": [
"default.handlebars->container->column_l->p15->consoleTable->1->0->1->1"
- ]
+ ],
+ "pt": "Alterar o módulo de código Java Script do agente"
},
{
"en": "Change the power state of the remote machine",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Alterar o estado de energia da máquina remota"
},
{
"en": "Change your account email address here.",
"xloc": [
"default.handlebars->23->890"
- ]
+ ],
+ "pt": "Mude o endereço de e-mail da sua conta aqui."
},
{
"en": "Change your account password by entering the old password and new password twice in the boxes below.",
"cs": "Změnit heslo zadáním starého a dvakrát nového hesla níže.",
"xloc": [
"default.handlebars->23->896"
- ]
+ ],
+ "pt": "Altere a senha da sua conta digitando a senha antiga e a nova senha duas vezes nas caixas abaixo."
},
{
"en": "Changing the language will require a refresh of the page.",
"xloc": [
"default.handlebars->23->876"
- ]
+ ],
+ "pt": "Alterar o idioma exigirá uma atualização da página."
},
{
"en": "Chat",
"xloc": [
"default.handlebars->23->1139"
- ]
+ ],
+ "pt": "Chat"
},
{
"en": "Chat & Notify",
@@ -1833,32 +2066,37 @@
"default.handlebars->23->1074",
"default-mobile.handlebars->9->304",
"default-mobile.handlebars->9->322"
- ]
+ ],
+ "pt": "Chat & Notificação"
},
{
"en": "Chechen",
"xloc": [
"default.handlebars->23->712"
- ]
+ ],
+ "pt": "Checheno"
},
{
"en": "Check and click OK to clear error log.",
"xloc": [
"default.handlebars->23->83"
- ]
+ ],
+ "pt": "Verifique e clique em OK para limpar o log de erros."
},
{
"en": "Check and click OK to start server self-update.",
"xloc": [
"default.handlebars->23->78"
- ]
+ ],
+ "pt": "Marque e clique em OK para iniciar a atualização automática do servidor."
},
{
"en": "Check server version",
"cs": "Zkontrolovat verzi serveru",
"xloc": [
"default.handlebars->container->column_l->p6->p2ServerActions->3->p2ServerActionsVersion->0"
- ]
+ ],
+ "pt": "Verifique a versão do servidor"
},
{
"en": "Checking...",
@@ -1866,50 +2104,58 @@
"xloc": [
"default.handlebars->23->678",
"default.handlebars->23->1286"
- ]
+ ],
+ "pt": "Verificando ..."
},
{
"en": "Chinese",
"xloc": [
"default.handlebars->23->713"
- ]
+ ],
+ "pt": "Chinês"
},
{
"en": "Chinese (Hong Kong)",
"xloc": [
"default.handlebars->23->714"
- ]
+ ],
+ "pt": "Chinês (Hong Kong)"
},
{
"en": "Chinese (PRC)",
"xloc": [
"default.handlebars->23->715"
- ]
+ ],
+ "pt": "Chinês (PRC)"
},
{
"en": "Chinese (Singapore)",
"xloc": [
"default.handlebars->23->716"
- ]
+ ],
+ "pt": "Chinês (Singapura)"
},
{
"en": "Chinese (Taiwan)",
"xloc": [
"default.handlebars->23->717"
- ]
+ ],
+ "pt": "Chinês (Taiwan)"
},
{
"en": "ChromeOS",
"xloc": [
"default.handlebars->23->417",
"default-mobile.handlebars->9->157"
- ]
+ ],
+ "pt": "ChromeOS"
},
{
"en": "Chuvash",
"xloc": [
"default.handlebars->23->718"
- ]
+ ],
+ "pt": "Chuvash"
},
{
"en": "CIRA",
@@ -1919,25 +2165,29 @@
"default.handlebars->23->1006",
"default.handlebars->23->1011",
"default-mobile.handlebars->9->119"
- ]
+ ],
+ "pt": "CIRA"
},
{
"en": "CIRA Server",
"xloc": [
"default.handlebars->23->1280"
- ]
+ ],
+ "pt": "Servidor CIRA"
},
{
"en": "CIRA Server Commands",
"xloc": [
"default.handlebars->23->1281"
- ]
+ ],
+ "pt": "Comandos do servidor CIRA"
},
{
"en": "Cleanup CIRA",
"xloc": [
"default.handlebars->23->228"
- ]
+ ],
+ "pt": "Limpeza CIRA"
},
{
"en": "Clear",
@@ -1956,44 +2206,51 @@
"default-mobile.handlebars->9->263",
"default-mobile.handlebars->9->265",
"messenger.handlebars->xbottom"
- ]
+ ],
+ "pt": "Limpo"
},
{
"en": "Clear the core",
"xloc": [
"default.handlebars->23->659"
- ]
+ ],
+ "pt": "Limpe o núcleo"
},
{
"en": "Clear the secret from the application and try again. You only have a few minutes to enter the proper code.",
"xloc": [
"default.handlebars->23->90"
- ]
+ ],
+ "pt": "Limpe o segredo do aplicativo e tente novamente. Você tem apenas alguns minutos para inserir o código correto."
},
{
"en": "Clear Tokens",
"xloc": [
"default.handlebars->23->100"
- ]
+ ],
+ "pt": "Limpar Tokens"
},
{
"en": "click here to create a device group",
"xloc": [
"default.handlebars->container->column_l->p1->NoMeshesPanel->1->1->0->3->getStarted1->1->0"
- ]
+ ],
+ "pt": "clique aqui para criar um grupo de dispositivos"
},
{
"en": "Click here to edit the server-side device name",
"xloc": [
"default.handlebars->23->388"
- ]
+ ],
+ "pt": "clique aqui para criar um grupo de dispositivos"
},
{
"en": "Click ok to send a verification mail to:",
"xloc": [
"default.handlebars->23->887",
"default-mobile.handlebars->9->31"
- ]
+ ],
+ "pt": "Clique em ok para enviar um email de verificação para:"
},
{
"en": "click to reconnect",
@@ -2001,26 +2258,30 @@
"xloc": [
"default.handlebars->container->column_l->p0->p0message->2->0",
"default-mobile.handlebars->container->page_content->column_l->p0->1->p0message->2->0"
- ]
+ ],
+ "pt": "clique para reconectar"
},
{
"en": "Click to view current notifications",
"xloc": [
"default.handlebars->container->masthead->5"
- ]
+ ],
+ "pt": "Clique para visualizar as notificações atuais"
},
{
"en": "Client Initiated Remote Access",
"xloc": [
"default.handlebars->23->1005",
"default.handlebars->23->1010"
- ]
+ ],
+ "pt": "Acesso remoto iniciado pelo cliente"
},
{
"en": "Clipboard",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3"
- ]
+ ],
+ "pt": "Área de transferência"
},
{
"en": "Close",
@@ -2029,7 +2290,8 @@
"default.handlebars->23->106",
"default.handlebars->23->591",
"default-mobile.handlebars->9->23"
- ]
+ ],
+ "pt": "Fechar"
},
{
"en": "Columns",
@@ -2037,14 +2299,16 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarViewIcons",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarView->viewselect->1"
- ]
+ ],
+ "pt": "Colunas"
},
{
"en": "Confim {0} of {1} entrie{2} to this location?",
"xloc": [
"default.handlebars->23->1113",
"default-mobile.handlebars->9->83"
- ]
+ ],
+ "pt": "Confirme {0} da {1} entrada {2} para este local?"
},
{
"en": "Confirm",
@@ -2055,42 +2319,48 @@
"default.handlebars->23->1019",
"default-mobile.handlebars->9->217",
"default-mobile.handlebars->9->284"
- ]
+ ],
+ "pt": "Confirme"
},
{
"en": "Confirm copy of 1 entrie to this location?",
"xloc": [
"default.handlebars->23->629",
"default-mobile.handlebars->9->254"
- ]
+ ],
+ "pt": "Confirmar cópia de 1 entrada para este local?"
},
{
"en": "Confirm copy of {0} entries's to this location?",
"xloc": [
"default.handlebars->23->628",
"default-mobile.handlebars->9->253"
- ]
+ ],
+ "pt": "Confirmar cópia de {0} entradas para este local?"
},
{
"en": "Confirm delete selected devices(s)?",
"cs": "Potvrdit smázání vybraných zařízení?",
"xloc": [
"default.handlebars->23->359"
- ]
+ ],
+ "pt": "Confirmar a exclusão dos dispositivos selecionados?"
},
{
"en": "Confirm move of 1 entrie to this location?",
"xloc": [
"default.handlebars->23->631",
"default-mobile.handlebars->9->256"
- ]
+ ],
+ "pt": "Confirmar a movimentação de 1 entrada para este local?"
},
{
"en": "Confirm move of {0} entries's to this location?",
"xloc": [
"default.handlebars->23->630",
"default-mobile.handlebars->9->255"
- ]
+ ],
+ "pt": "Confirmar a movimentação de {0} entradas para este local?"
},
{
"en": "Confirm overwrite?",
@@ -2103,14 +2373,16 @@
"xloc": [
"default.handlebars->23->668",
"default-mobile.handlebars->9->30"
- ]
+ ],
+ "pt": "Confirmar remoção do login do aplicativo autenticador em duas etapas?"
},
{
"en": "Confirm removal of user {0}?",
"xloc": [
"default.handlebars->23->1083",
"default-mobile.handlebars->9->330"
- ]
+ ],
+ "pt": "Confirmar remoção do usuário {0}?"
},
{
"en": "Connect",
@@ -2124,14 +2396,16 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3",
"default-mobile.handlebars->9->233"
- ]
+ ],
+ "pt": "Conectar"
},
{
"en": "Connect All",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
"default.handlebars->23->181"
- ]
+ ],
+ "pt": "Conectar todos"
},
{
"en": "Connect to server",
@@ -2139,7 +2413,8 @@
"xloc": [
"default.handlebars->23->1009",
"default.handlebars->23->1013"
- ]
+ ],
+ "pt": "Conecte-se ao servidor"
},
{
"en": "Connect using Intel AMT hardware KVM",
@@ -2153,14 +2428,16 @@
"xloc": [
"default.handlebars->23->11",
"default-mobile.handlebars->9->4"
- ]
+ ],
+ "pt": "Conectado"
},
{
"en": "Connected.",
"cs": "Připojeno.",
"xloc": [
"messenger.handlebars->13->7"
- ]
+ ],
+ "pt": "Conectado."
},
{
"en": "Connecting...",
@@ -2173,31 +2450,36 @@
"default-mobile.handlebars->9->2",
"default-mobile.handlebars->9->6",
"default-mobile.handlebars->9->269"
- ]
+ ],
+ "pt": "Conectando..."
},
{
"en": "Connection closed.",
"xloc": [
"messenger.handlebars->13->3"
- ]
+ ],
+ "pt": "Conexão fechada."
},
{
"en": "Connection Count",
"xloc": [
"default.handlebars->23->1257"
- ]
+ ],
+ "pt": "Contagem de conexões"
},
{
"en": "Connection Relay",
"xloc": [
"default.handlebars->23->1279"
- ]
+ ],
+ "pt": "Encaminhador de conexão"
},
{
"en": "Connections",
"xloc": [
"default.handlebars->container->column_l->p40->3->1->p40type->1"
- ]
+ ],
+ "pt": "Conexões"
},
{
"en": "Connectivity",
@@ -2206,7 +2488,8 @@
"default.handlebars->23->161",
"default.handlebars->23->471",
"default-mobile.handlebars->9->192"
- ]
+ ],
+ "pt": "Conectividade"
},
{
"en": "Console",
@@ -2215,26 +2498,30 @@
"default.handlebars->contextMenu->cxconsole",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevConsole",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerConsole"
- ]
+ ],
+ "pt": "Console"
},
{
"en": "Console - ",
"cs": "Konzole - ",
"xloc": [
"default.handlebars->23->389"
- ]
+ ],
+ "pt": "Console - "
},
{
"en": "console.txt",
"xloc": [
"default.handlebars->23->655"
- ]
+ ],
+ "pt": "console.txt"
},
{
"en": "Cookie encoder",
"xloc": [
"default.handlebars->23->1267"
- ]
+ ],
+ "pt": "Codificador de cookies"
},
{
"en": "Copy",
@@ -2244,14 +2531,16 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3"
- ]
+ ],
+ "pt": "Copiar"
},
{
"en": "copy",
"xloc": [
"default.handlebars->23->1116",
"default-mobile.handlebars->9->86"
- ]
+ ],
+ "pt": "Copiar"
},
{
"en": "Copy address to clipboard",
@@ -2261,13 +2550,15 @@
"default.handlebars->23->65",
"default.handlebars->23->67",
"default.handlebars->23->69"
- ]
+ ],
+ "pt": "Copiar endereço para a área de transferência"
},
{
"en": "Copy link to clipboard",
"xloc": [
"default.handlebars->23->276"
- ]
+ ],
+ "pt": "Copiar link para a área de transferência"
},
{
"en": "Copy MAC address to clipboard",
@@ -2275,21 +2566,24 @@
"xloc": [
"default.handlebars->23->63",
"default.handlebars->23->71"
- ]
+ ],
+ "pt": "Copiar endereço MAC para a área de transferência"
},
{
"en": "Copy MacOS agent URL to clipboard",
"cs": "Kopírovat odkaz pro MacOS agenta do schránky",
"xloc": [
"default.handlebars->23->301"
- ]
+ ],
+ "pt": "Copiar o URL do agente MacOS para a área de transferência"
},
{
"en": "Copy name to clipboard",
"cs": "Zkopírovat jméno do schránky",
"xloc": [
"default.handlebars->23->61"
- ]
+ ],
+ "pt": "Copiar nome para a área de transferência"
},
{
"en": "Copy to clipboard",
@@ -2297,86 +2591,99 @@
"xloc": [
"agentinvite.handlebars->container->column_l->5->linuxtab",
"agentinvite.handlebars->container->column_l->5->linuxtab"
- ]
+ ],
+ "pt": "Copiar para área de transferência"
},
{
"en": "Copy valid codes to clipboard",
"xloc": [
"default.handlebars->23->101"
- ]
+ ],
+ "pt": "Copiar códigos válidos para a área de transferência"
},
{
"en": "Copyright (c) 1998-2011 The OpenSSL Project. All rights reserved.",
"xloc": [
"terms.handlebars->container->column_l->27->1",
"terms-mobile.handlebars->container->page_content->column_l->27->1"
- ]
+ ],
+ "pt": "Copyright (c) 1998-2011 O Projeto OpenSSL.Todos os direitos reservados."
},
{
"en": "Copyright (c) 2009, CodePlex Foundation. All rights reserved.",
"xloc": [
"terms.handlebars->container->column_l->11->1",
"terms-mobile.handlebars->container->page_content->column_l->11->1"
- ]
+ ],
+ "pt": "Direitos autorais (c) 2009, CodePlex Foundation.Todos os direitos reservados."
},
{
"en": "Copyright (c) 2010 Wojciech 'RRH' Ryrych",
"xloc": [
"terms.handlebars->container->column_l->69->1",
"terms-mobile.handlebars->container->page_content->column_l->69->1"
- ]
+ ],
+ "pt": "Copyright (c) 2010 Wojciech 'RRH' Ryrych"
},
{
"en": "Copyright (C) 2011 Joel Martin This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.",
"xloc": [
"terms.handlebars->container->column_l->63->1",
"terms-mobile.handlebars->container->page_content->column_l->63->1"
- ]
+ ],
+ "pt": "Copyright (C) 2011 Joel Martin Este formulário de código-fonte está sujeito aos termos da Licença Pública Mozilla, v.2.0 0.Se uma cópia da MPL não foi distribuída com este arquivo, você pode obter uma em http: // mozilla.org / MPL / 2.0 /."
},
{
"en": "Copyright 2013 jQuery Foundation and other contributors",
"xloc": [
"terms.handlebars->container->column_l->47->1",
"terms-mobile.handlebars->container->page_content->column_l->47->1"
- ]
+ ],
+ "pt": "Copyright 2013 jQuery Foundation e outros colaboradores"
},
{
"en": "Copyright 2013 jQuery Foundation and other contributors,",
"xloc": [
"terms.handlebars->container->column_l->53->1",
"terms-mobile.handlebars->container->page_content->column_l->53->1"
- ]
+ ],
+ "pt": "Copyright 2013 jQuery Foundation e outros colaboradores,"
},
{
"en": "Core Server",
"xloc": [
"default.handlebars->23->1266"
- ]
+ ],
+ "pt": "Servidor Core"
},
{
"en": "Corsican",
"xloc": [
"default.handlebars->23->719"
- ]
+ ],
+ "pt": "Corso"
},
{
"en": "CPU load in the last 15 minutes",
"xloc": [
"default.handlebars->23->1253"
- ]
+ ],
+ "pt": "Carga da CPU nos últimos 15 minutos"
},
{
"en": "CPU load in the last 5 minutes",
"xloc": [
"default.handlebars->23->1252"
- ]
+ ],
+ "pt": "Carga da CPU nos últimos 5 minutos"
},
{
"en": "CPU load in the last minute",
"cs": "CPU zatížení v poslední minutě",
"xloc": [
"default.handlebars->23->1251"
- ]
+ ],
+ "pt": "Carga da CPU no último minuto"
},
{
"en": "CR+LF",
@@ -2384,21 +2691,24 @@
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
"default.handlebars->23->599",
"default.handlebars->23->608"
- ]
+ ],
+ "pt": "CR + LF"
},
{
"en": "Create a new device group using the options below.",
"cs": "Vytvořit novou skupinu zařízení podle nastavení níže.",
"xloc": [
"default.handlebars->23->910"
- ]
+ ],
+ "pt": "Crie um novo grupo de dispositivos usando as opções abaixo."
},
{
"en": "Create a new group of devices.",
"cs": "Vytvořit novou skupinu zařízení.",
"xloc": [
"default.handlebars->23->168"
- ]
+ ],
+ "pt": "Crie um novo grupo de dispositivos."
},
{
"en": "Create Account",
@@ -2406,20 +2716,23 @@
"default.handlebars->23->1180",
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->12->1->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->12->1->1"
- ]
+ ],
+ "pt": "Criar conta"
},
{
"en": "Create Device Group",
"cs": "Vytvořit skupinu zařízení",
"xloc": [
"default-mobile.handlebars->9->58"
- ]
+ ],
+ "pt": "Criar grupo de dispositivo"
},
{
"en": "Create many accounts at once by importing a JSON file with the following format:",
"xloc": [
"default.handlebars->23->1152"
- ]
+ ],
+ "pt": "Crie várias contas ao mesmo tempo importando um arquivo JSON com o seguinte formato:"
},
{
"en": "Create one",
@@ -2427,77 +2740,89 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->loginpanel->1->newAccountDiv->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->newAccountDiv->1"
- ]
+ ],
+ "pt": "Crie um"
},
{
"en": "Creation",
"xloc": [
"default.handlebars->23->1209"
- ]
+ ],
+ "pt": "Criação"
},
{
"en": "Creation Token:",
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->newAccountPass->nuToken",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->newAccountPass->1"
- ]
+ ],
+ "pt": "Token de criação"
},
{
"en": "Cree",
"xloc": [
"default.handlebars->23->720"
- ]
+ ],
+ "pt": "Cree"
},
{
"en": "Croatian",
"xloc": [
"default.handlebars->23->721"
- ]
+ ],
+ "pt": "Croata"
},
{
"en": "CSV Format",
"xloc": [
"default.handlebars->23->1123",
"default.handlebars->23->1161"
- ]
+ ],
+ "pt": "Formato CSV"
},
{
"en": "Ctl-C",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3"
- ]
+ ],
+ "pt": "CTRL-C"
},
{
"en": "Ctl-X",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3"
- ]
+ ],
+ "pt": "CTRL-X"
},
{
"en": "Ctrl",
"xloc": [
"default.handlebars->23->15"
- ]
+ ],
+ "pt": "CTRL"
},
{
"en": "Ctrl+Alt+Del",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->1",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->1"
- ]
+ ],
+ "pt": "CTRL+ALT+DEL"
},
{
"en": "Ctrl-W",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->19",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->21"
- ]
+ ],
+ "pt": "CTRL-W"
},
{
"en": "Current Version",
"xloc": [
"default.handlebars->23->74"
- ]
+ ],
+ "pt": "Versão Atual"
},
{
"en": "Cut",
@@ -2507,52 +2832,60 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3"
- ]
+ ],
+ "pt": "Cortar"
},
{
"en": "Czech",
"xloc": [
"default.handlebars->23->722"
- ]
+ ],
+ "pt": "Tcheco"
},
{
"en": "Danish",
"xloc": [
"default.handlebars->23->723"
- ]
+ ],
+ "pt": "Dinamarquês"
},
{
"en": "DataChannel",
"xloc": [
"default.handlebars->23->568"
- ]
+ ],
+ "pt": "DataChannel"
},
{
"en": "Dates & Time",
"cs": "Datum & čas",
"xloc": [
"default.handlebars->23->879"
- ]
+ ],
+ "pt": "Datas e Horário"
},
{
"en": "Day",
"cs": "Den",
"xloc": [
"default.handlebars->23->521"
- ]
+ ],
+ "pt": "Dia"
},
{
"en": "Deactivate Client Control Mode (CCM)",
"xloc": [
"default.handlebars->23->997"
- ]
+ ],
+ "pt": "Desativar o modo de controle do cliente (CCM)"
},
{
"en": "Deep Sleep",
"xloc": [
"default.handlebars->23->320",
"default-mobile.handlebars->9->107"
- ]
+ ],
+ "pt": "Deep Sleep"
},
{
"en": "Delete",
@@ -2568,7 +2901,8 @@
"default-mobile.handlebars->9->78",
"default-mobile.handlebars->9->246",
"player.htm->p11->dialog->idx_dlgButtonBar->5"
- ]
+ ],
+ "pt": "Deletar"
},
{
"en": "Delete Account",
@@ -2576,7 +2910,8 @@
"xloc": [
"default.handlebars->23->895",
"default-mobile.handlebars->9->40"
- ]
+ ],
+ "pt": "Deletar Conta"
},
{
"en": "Delete account",
@@ -2584,7 +2919,8 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->3->17",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->7->7->0"
- ]
+ ],
+ "pt": "Deletar conta"
},
{
"en": "Delete Device",
@@ -2592,13 +2928,15 @@
"xloc": [
"default.handlebars->23->482",
"default-mobile.handlebars->9->196"
- ]
+ ],
+ "pt": "Excluir dispositivo"
},
{
"en": "Delete devices",
"xloc": [
"default.handlebars->23->356"
- ]
+ ],
+ "pt": "Excluir Dispositivos"
},
{
"en": "Delete Group",
@@ -2608,7 +2946,8 @@
"default.handlebars->23->1020",
"default-mobile.handlebars->9->282",
"default-mobile.handlebars->9->285"
- ]
+ ],
+ "pt": "Excluir grupo"
},
{
"en": "Delete Node",
@@ -2616,14 +2955,16 @@
"xloc": [
"default.handlebars->23->547",
"default-mobile.handlebars->9->215"
- ]
+ ],
+ "pt": "Excluir nó"
},
{
"en": "Delete Nodes",
"cs": "Smazat nody",
"xloc": [
"default.handlebars->23->361"
- ]
+ ],
+ "pt": "Excluir nós"
},
{
"en": "Delete selected item?",
@@ -2633,14 +2974,16 @@
"default.handlebars->23->1109",
"default-mobile.handlebars->9->80",
"default-mobile.handlebars->9->248"
- ]
+ ],
+ "pt": "Excluir item selecionado?"
},
{
"en": "Delete User {0}",
"cs": "Smazat uživatele {0}",
"xloc": [
"default.handlebars->23->1242"
- ]
+ ],
+ "pt": "Excluir usuário {0}"
},
{
"en": "Delete {0} selected items?",
@@ -2650,14 +2993,16 @@
"default.handlebars->23->1108",
"default-mobile.handlebars->9->79",
"default-mobile.handlebars->9->247"
- ]
+ ],
+ "pt": "Excluir {0} itens selecionados?"
},
{
"en": "Delete {0}?",
"cs": "Smazat {0}?",
"xloc": [
"default-mobile.handlebars->9->216"
- ]
+ ],
+ "pt": "Excluir {0}?"
},
{
"en": "Descend by date",
@@ -2666,7 +3011,8 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sortdropdown->11",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->2->1->1->1->0->3->p5sortdropdown->11",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->4->1->1->1->0->3->p13sortdropdown->11"
- ]
+ ],
+ "pt": "Descrescente por data"
},
{
"en": "Descend by name",
@@ -2675,7 +3021,8 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sortdropdown->7",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->2->1->1->1->0->3->p5sortdropdown->7",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->4->1->1->1->0->3->p13sortdropdown->7"
- ]
+ ],
+ "pt": "Decrescente por nome"
},
{
"en": "Descend by size",
@@ -2684,7 +3031,8 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sortdropdown->9",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->2->1->1->1->0->3->p5sortdropdown->9",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->4->1->1->1->0->3->p13sortdropdown->9"
- ]
+ ],
+ "pt": "Decrescente por tamanho"
},
{
"en": "Description",
@@ -2704,13 +3052,15 @@
"default-mobile.handlebars->9->221",
"default-mobile.handlebars->9->274",
"default-mobile.handlebars->9->287"
- ]
+ ],
+ "pt": "Descrição"
},
{
"en": "DeskControl",
"xloc": [
"default.handlebars->23->596"
- ]
+ ],
+ "pt": "DeskControl"
},
{
"en": "Desktop",
@@ -2720,37 +3070,43 @@
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevDesktop",
"default.handlebars->23->366",
"default.handlebars->23->1024"
- ]
+ ],
+ "pt": "Área de Trabalho"
},
{
"en": "Desktop -",
"xloc": [
"default.handlebars->container->column_l->p11->p11title->p11deviceNameHeader->5"
- ]
+ ],
+ "pt": "Área de Trabalho - "
},
{
"en": "Desktop Notify",
"xloc": [
"default.handlebars->23->949"
- ]
+ ],
+ "pt": "Notificação na área de trabalho"
},
{
"en": "Desktop Prompt",
"xloc": [
"default.handlebars->23->948"
- ]
+ ],
+ "pt": "Prompt da área de trabalho"
},
{
"en": "Desktop Prompt+Toolbar",
"xloc": [
"default.handlebars->23->946"
- ]
+ ],
+ "pt": "Prompt da área de trabalho + barra de ferramentas"
},
{
"en": "Desktop Toolbar",
"xloc": [
"default.handlebars->23->947"
- ]
+ ],
+ "pt": "Barra de ferramentas da área de trabalho"
},
{
"en": "Desktops",
@@ -2758,28 +3114,32 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarViewIcons",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarView->viewselect->5"
- ]
+ ],
+ "pt": "Áreas de trabalho"
},
{
"en": "Details",
"cs": "Detaily",
"xloc": [
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevInfo"
- ]
+ ],
+ "pt": "Detalhes"
},
{
"en": "Details -",
"cs": "Detaily -",
"xloc": [
"default.handlebars->container->column_l->p17->p17title->3"
- ]
+ ],
+ "pt": "Detalhes - "
},
{
"en": "Device",
"cs": "Zařízení",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->5"
- ]
+ ],
+ "pt": "Dispositivo"
},
{
"en": "Device Action",
@@ -2787,25 +3147,29 @@
"xloc": [
"default.handlebars->23->520",
"default-mobile.handlebars->9->208"
- ]
+ ],
+ "pt": "Ação do dispositivo"
},
{
"en": "Device connections.",
"xloc": [
"default.handlebars->23->883"
- ]
+ ],
+ "pt": "Conexões de dispositivos."
},
{
"en": "Device disconnections.",
"xloc": [
"default.handlebars->23->884"
- ]
+ ],
+ "pt": "Desconexões de dispositivos."
},
{
"en": "Device group notes can be viewed and changed by other device group administrators.",
"xloc": [
"default.handlebars->23->509"
- ]
+ ],
+ "pt": "As notas do grupo de dispositivos podem ser visualizadas e alteradas por outros administradores do grupo de dispositivos."
},
{
"en": "Device Group User",
@@ -2813,7 +3177,8 @@
"xloc": [
"default.handlebars->23->1081",
"default-mobile.handlebars->9->328"
- ]
+ ],
+ "pt": "Usuário do grupo de dispositivos"
},
{
"en": "Device Groups",
@@ -2822,21 +3187,24 @@
"default.handlebars->container->column_l->p2->9",
"default.handlebars->23->1218",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->3"
- ]
+ ],
+ "pt": "Grupos de dispositivos"
},
{
"en": "Device is detected but power state could not be obtained.",
"cs": "Zařízení je detekováno, ale nelze zjistit stav.",
"xloc": [
"default.handlebars->23->325"
- ]
+ ],
+ "pt": "O dispositivo foi detectado, mas não foi possível obter o estado de energia."
},
{
"en": "Device is hibernating (S4)",
"xloc": [
"default.handlebars->23->331",
"default-mobile.handlebars->9->115"
- ]
+ ],
+ "pt": "O dispositivo está hibernando (S4)"
},
{
"en": "Device is in deep sleep state (S3)",
@@ -2844,27 +3212,31 @@
"xloc": [
"default.handlebars->23->330",
"default-mobile.handlebars->9->114"
- ]
+ ],
+ "pt": "O dispositivo está no estado de sono profundo (S3)"
},
{
"en": "Device is in deep sleep state (S3).",
"cs": "Zařízení je v hlubokém spánku (S3).",
"xloc": [
"default.handlebars->23->319"
- ]
+ ],
+ "pt": "O dispositivo está no estado de suspensão profunda (S3)."
},
{
"en": "Device is in hibernating state (S4).",
"xloc": [
"default.handlebars->23->321"
- ]
+ ],
+ "pt": "O dispositivo está no estado de hibernação (S4)."
},
{
"en": "Device is in powered off state (S5).",
"cs": "Zařízení je vypnuto (S5).",
"xloc": [
"default.handlebars->23->323"
- ]
+ ],
+ "pt": "O dispositivo está no estado desligado (S5)."
},
{
"en": "Device is in sleep state (S1)",
@@ -2872,33 +3244,38 @@
"xloc": [
"default.handlebars->23->328",
"default-mobile.handlebars->9->112"
- ]
+ ],
+ "pt": "O dispositivo está no estado de suspensão (S1)"
},
{
"en": "Device is in sleep state (S1).",
"xloc": [
"default.handlebars->23->315"
- ]
+ ],
+ "pt": "O dispositivo está no estado de suspensão (S1)."
},
{
"en": "Device is in sleep state (S2)",
"xloc": [
"default.handlebars->23->329",
"default-mobile.handlebars->9->113"
- ]
+ ],
+ "pt": "O dispositivo está no estado de suspensão (S2)"
},
{
"en": "Device is in sleep state (S2).",
"xloc": [
"default.handlebars->23->317"
- ]
+ ],
+ "pt": "O dispositivo está no estado de suspensão (S2)."
},
{
"en": "Device is in soft-off state (S5)",
"xloc": [
"default.handlebars->23->332",
"default-mobile.handlebars->9->116"
- ]
+ ],
+ "pt": "O dispositivo está no estado soft-off (S5)"
},
{
"en": "Device is powered",
@@ -2906,33 +3283,38 @@
"xloc": [
"default.handlebars->23->327",
"default-mobile.handlebars->9->111"
- ]
+ ],
+ "pt": "O dispositivo está ligado"
},
{
"en": "Device is powered on.",
"xloc": [
"default.handlebars->23->313"
- ]
+ ],
+ "pt": "O dispositivo está ligado."
},
{
"en": "Device is present, but power state cannot be determined",
"xloc": [
"default.handlebars->23->333",
"default-mobile.handlebars->9->117"
- ]
+ ],
+ "pt": "O dispositivo está presente, mas o estado de energia não pode ser determinado"
},
{
"en": "Device Location",
"xloc": [
"default.handlebars->23->548"
- ]
+ ],
+ "pt": "Localização do dispositivo"
},
{
"en": "Device name",
"cs": "Název zařízení",
"xloc": [
"default.handlebars->23->379"
- ]
+ ],
+ "pt": "Nome do dispositivo"
},
{
"en": "Device Name",
@@ -2941,31 +3323,36 @@
"default.handlebars->23->562",
"default-mobile.handlebars->9->219",
"player.htm->3->9"
- ]
+ ],
+ "pt": "Nome do Dispositivo"
},
{
"en": "Device Notification",
"xloc": [
"default.handlebars->23->511"
- ]
+ ],
+ "pt": "Notificação de dispositivo"
},
{
"en": "Device Toast",
"xloc": [
"default-mobile.handlebars->9->201"
- ]
+ ],
+ "pt": "Brinde do dispositivo"
},
{
"en": "DeviceCheckbox",
"xloc": [
"default.handlebars->23->358"
- ]
+ ],
+ "pt": "Caixa de seleção do dispositivo"
},
{
"en": "Disabled",
"xloc": [
"default.handlebars->23->456"
- ]
+ ],
+ "pt": "Desativado"
},
{
"en": "Disconnect",
@@ -2976,13 +3363,15 @@
"default.handlebars->23->959",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3",
"default-mobile.handlebars->9->234"
- ]
+ ],
+ "pt": "Desconectar"
},
{
"en": "Disconnect All",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar"
- ]
+ ],
+ "pt": "Desconectar todos"
},
{
"en": "Disconnected",
@@ -3000,32 +3389,37 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3->deskstatus",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->0->1->3->p13Status",
"default-mobile.handlebars->9->1"
- ]
+ ],
+ "pt": "Desconectado"
},
{
"en": "Display a notification on the remote computer",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1"
- ]
+ ],
+ "pt": "Exibir uma notificação no computador remoto"
},
{
"en": "Display name",
"xloc": [
"default.handlebars->23->582"
- ]
+ ],
+ "pt": "Mostrar nome"
},
{
"en": "DNS suffix",
"xloc": [
"default.handlebars->23->60"
- ]
+ ],
+ "pt": "Sufixo DNS"
},
{
"en": "Do nothing",
"cs": "Nic",
"xloc": [
"default.handlebars->23->1003"
- ]
+ ],
+ "pt": "Fazer nada"
},
{
"en": "Don't have an account?",
@@ -3033,20 +3427,23 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->loginpanel->1->newAccountDiv",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->newAccountDiv"
- ]
+ ],
+ "pt": "Não possui uma conta?"
},
{
"en": "Don\\'t configure",
"xloc": [
"default.handlebars->23->1007",
"default.handlebars->23->1012"
- ]
+ ],
+ "pt": "Não configure"
},
{
"en": "Don\\'t connect to server",
"xloc": [
"default.handlebars->23->1008"
- ]
+ ],
+ "pt": "Não conecte ao servidor"
},
{
"en": "Download",
@@ -3054,25 +3451,29 @@
"fr": "Télécharger",
"xloc": [
"download.handlebars->container->page_content->column_l->1"
- ]
+ ],
+ "pt": "Baixar"
},
{
"en": "Download console text",
"xloc": [
"default.handlebars->container->column_l->p15->consoleTable->1->0->1->1"
- ]
+ ],
+ "pt": "Baixar do texto do console"
},
{
"en": "Download data points (.csv)",
"xloc": [
"default.handlebars->container->column_l->p40->3->1"
- ]
+ ],
+ "pt": "Baixar pontos de dados (.csv)"
},
{
"en": "Download error log",
"xloc": [
"default.handlebars->23->82"
- ]
+ ],
+ "pt": "Baixar log de erro"
},
{
"en": "Download Events",
@@ -3080,7 +3481,8 @@
"default.handlebars->container->column_l->p3->3->1->0->3->3",
"default.handlebars->container->column_l->p16->3->1->0->5->3",
"default.handlebars->container->column_l->p31->5->1->0->5->3"
- ]
+ ],
+ "pt": "Download de Eventos"
},
{
"en": "Download File",
@@ -3088,25 +3490,29 @@
"xloc": [
"default.handlebars->23->641",
"default-mobile.handlebars->9->267"
- ]
+ ],
+ "pt": "⇬ Fazer download do arquivo"
},
{
"en": "Download MeshCentral Router, a TCP port mapping tool.",
"xloc": [
"default.handlebars->23->172"
- ]
+ ],
+ "pt": "Faça o download do MeshCentral Router, uma ferramenta de mapeamento de portas TCP."
},
{
"en": "Download MeshCmd",
"xloc": [
"default.handlebars->23->559"
- ]
+ ],
+ "pt": "Baixar MeshCmd"
},
{
"en": "Download MeshCmd, a command line tool that performs many functions.",
"xloc": [
"default.handlebars->23->170"
- ]
+ ],
+ "pt": "Faça o download do MeshCmd, uma ferramenta de linha de comando que executa muitas funções."
},
{
"en": "Download Plugin",
@@ -3118,94 +3524,109 @@
"en": "Download power events",
"xloc": [
"default.handlebars->23->522"
- ]
+ ],
+ "pt": "Download de eventos de energia"
},
{
"en": "Download server backup",
"xloc": [
"default.handlebars->container->column_l->p6->p2ServerActions->3->p2ServerActionsBackup->0"
- ]
+ ],
+ "pt": "Fazer o download do backup do servidor"
},
{
"en": "Download the installer here",
"cs": "Stáhnout instalaci zde",
"xloc": [
"agentinvite.handlebars->container->column_l->5->macostab->3->macosurl"
- ]
+ ],
+ "pt": "Faça o download do instalador aqui"
},
{
"en": "Download the list of events with one of the file formats below.",
"xloc": [
"default.handlebars->23->1122"
- ]
+ ],
+ "pt": "Faça o download da lista de eventos com um dos formatos de arquivo abaixo."
},
{
"en": "Download the list of users with one of the file formats below.",
"xloc": [
"default.handlebars->23->1160"
- ]
+ ],
+ "pt": "Baixe a lista de usuários com um dos formatos de arquivo abaixo."
},
{
"en": "Download the software here",
"xloc": [
"agentinvite.handlebars->container->column_l->5->wintab64->3->win64url",
"agentinvite.handlebars->container->column_l->5->wintab32->3->win32url"
- ]
+ ],
+ "pt": "Faça o download do software aqui"
},
{
"en": "Download trace (.csv)",
"xloc": [
"default.handlebars->container->column_l->p41->3->1"
- ]
+ ],
+ "pt": "Rastreio de download (.csv)"
},
{
"en": "Download user information",
"xloc": [
"default.handlebars->container->column_l->p4->3->1->0->3->1->3"
- ]
+ ],
+ "pt": "Baixar informações do usuário"
},
{
"en": "Drag & drop a .mcrec file or click \\\"Open File...\\\"",
"xloc": [
"player.htm->3->18"
- ]
+ ],
+ "pt": "Arraste e solte um arquivo .mcrec ou clique em \\\"Abrir arquivo...\\\""
},
{
"en": "Duration",
"xloc": [
"player.htm->3->2"
- ]
+ ],
+ "pt": "Duração"
},
{
"en": "During activation, the agent will have access to admin password infomation.",
"xloc": [
"default.handlebars->23->1017"
- ]
+ ],
+ "pt": "Durante a ativação, o agente terá acesso às informações da senha do administrador."
},
{
"en": "Dutch (Belgian)",
"xloc": [
"default.handlebars->23->725"
- ]
+ ],
+ "pt": "Holandês (belga)"
},
{
"en": "Dutch (Standard)",
"xloc": [
"default.handlebars->23->724"
- ]
+ ],
+ "pt": "Holandês (padrão)"
},
{
"en": "Edit",
"xloc": [
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3"
- ]
+ ],
+ "pt": "Editar"
},
{
"en": "Edit Device",
"xloc": [
"default.handlebars->23->567",
"default-mobile.handlebars->9->224"
- ]
+ ],
+ "pt": "Editar dispositivo"
},
{
"en": "Edit Device Group",
@@ -3217,19 +3638,22 @@
"default-mobile.handlebars->9->288",
"default-mobile.handlebars->9->290",
"default-mobile.handlebars->9->308"
- ]
+ ],
+ "pt": "Editar grupo de dispositivos"
},
{
"en": "Edit Device Group Features",
"xloc": [
"default.handlebars->23->1035"
- ]
+ ],
+ "pt": "Editar recursos do grupo de dispositivos"
},
{
"en": "Edit Device Group User Consent",
"xloc": [
"default.handlebars->23->1034"
- ]
+ ],
+ "pt": "Editar consentimento do usuário do grupo de dispositivos"
},
{
"en": "Edit Device Notes",
@@ -3237,7 +3661,8 @@
"xloc": [
"default.handlebars->23->1053",
"default-mobile.handlebars->9->302"
- ]
+ ],
+ "pt": "Editar notas do dispositivo"
},
{
"en": "Edit Intel® AMT credentials",
@@ -3246,7 +3671,8 @@
"default.handlebars->23->447",
"default.handlebars->23->529",
"default-mobile.handlebars->9->214"
- ]
+ ],
+ "pt": "Editar Intel & reg; Credenciais AMT"
},
{
"en": "Edit Notes",
@@ -3254,19 +3680,22 @@
"xloc": [
"default.handlebars->23->1067",
"default-mobile.handlebars->9->315"
- ]
+ ],
+ "pt": "Editar notas"
},
{
"en": "Edit remote desktop settings",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Editar configurações da área de trabalho remota"
},
{
"en": "Edit User Device Group Permissions",
"xloc": [
"default.handlebars->23->1058"
- ]
+ ],
+ "pt": "Editar permissões do grupo de dispositivos do usuário"
},
{
"en": "Email",
@@ -3277,7 +3706,8 @@
"default.handlebars->23->1206",
"default.handlebars->23->1232",
"default-mobile.handlebars->9->34"
- ]
+ ],
+ "pt": "Email"
},
{
"en": "Email Address Change",
@@ -3285,35 +3715,40 @@
"xloc": [
"default.handlebars->23->891",
"default-mobile.handlebars->9->35"
- ]
+ ],
+ "pt": "Alteração de endereço de email"
},
{
"en": "Email is verified",
"cs": "Email ověřen",
"xloc": [
"default.handlebars->23->1202"
- ]
+ ],
+ "pt": "O email foi verificado"
},
{
"en": "Email is verified.",
"cs": "Email je ověřen.",
"xloc": [
"default.handlebars->23->1177"
- ]
+ ],
+ "pt": "O email foi verificado."
},
{
"en": "Email not verified",
"cs": "Email není ověřen",
"xloc": [
"default.handlebars->23->1203"
- ]
+ ],
+ "pt": "Email não verificado"
},
{
"en": "Email Verification",
"xloc": [
"default.handlebars->23->889",
"default-mobile.handlebars->9->33"
- ]
+ ],
+ "pt": "verificação de e-mail"
},
{
"en": "Email:",
@@ -3324,202 +3759,234 @@
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->2->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpanel->1->7->1->0->1",
"login-mobile.handlebars->5->17"
- ]
+ ],
+ "pt": "Email:"
},
{
"en": "Enable browser notification",
"cs": "Zapnout notifikace v prohlížeči",
"xloc": [
"messenger.handlebars->xtop->1"
- ]
+ ],
+ "pt": "Ativar notificação do navegador"
},
{
"en": "Enable web notifications",
"cs": "Zapnout notifikace prohlížeče",
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->3->accountEnableNotificationsSpan->0"
- ]
+ ],
+ "pt": "Ativar notificações da web"
},
{
"en": "Encoding",
"xloc": [
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->3"
- ]
+ ],
+ "pt": "Codificação"
},
{
"en": "English",
"xloc": [
"default.handlebars->23->726"
- ]
+ ],
+ "pt": "Inglês"
},
{
"en": "English (Australia)",
"xloc": [
"default.handlebars->23->727"
- ]
+ ],
+ "pt": "Inglês (Austrália)"
},
{
"en": "English (Belize)",
"xloc": [
"default.handlebars->23->728"
- ]
+ ],
+ "pt": "Inglês (Belize)"
},
{
"en": "English (Canada)",
"xloc": [
"default.handlebars->23->729"
- ]
+ ],
+ "pt": "Inglês (Canadá)"
},
{
"en": "English (Ireland)",
"xloc": [
"default.handlebars->23->730"
- ]
+ ],
+ "pt": "Inglês (Irlanda)"
},
{
"en": "English (Jamaica)",
"xloc": [
"default.handlebars->23->731"
- ]
+ ],
+ "pt": "Inglês (Jamaica)"
},
{
"en": "English (New Zealand)",
"xloc": [
"default.handlebars->23->732"
- ]
+ ],
+ "pt": "Inglês (Nova Zelândia)"
},
{
"en": "English (Philippines)",
"xloc": [
"default.handlebars->23->733"
- ]
+ ],
+ "pt": "Inglês (Filipinas)"
},
{
"en": "English (South Africa)",
"xloc": [
"default.handlebars->23->734"
- ]
+ ],
+ "pt": "Inglês (África do Sul)"
},
{
"en": "English (Trinidad & Tobago)",
"xloc": [
"default.handlebars->23->735"
- ]
+ ],
+ "pt": "Inglês (Trinidad Tobago)"
},
{
"en": "English (United Kingdom)",
"fr": "Anglais (Royaume Uni)",
"xloc": [
"default.handlebars->23->736"
- ]
+ ],
+ "pt": "Inglês (Reino Unido)"
},
{
"en": "English (United States)",
"fr": "Anglais (États Unis)",
"xloc": [
"default.handlebars->23->737"
- ]
+ ],
+ "pt": "Inglês (Estados Unidos)"
},
{
"en": "English (Zimbabwe)",
"fr": "Anglais (Zimbabwe)",
"xloc": [
"default.handlebars->23->738"
- ]
+ ],
+ "pt": "Inglês (Zimbábue)"
},
{
"en": "Enter",
"xloc": [
"default.handlebars->23->917",
"default.handlebars->23->918"
- ]
+ ],
+ "pt": "Entrar"
},
{
"en": "Enter a comma seperate list of administrative realms names.",
"xloc": [
"default.handlebars->23->1181"
- ]
+ ],
+ "pt": "Insira uma lista separada por vírgulas de nomes de regiões administrativas."
},
{
"en": "Enter a range of IP addresses to scan for Intel AMT devices.",
"xloc": [
"default.handlebars->23->217"
- ]
+ ],
+ "pt": "Digite um intervalo de endereços IP para procurar dispositivos Intel AMT."
},
{
"en": "Enter text and click OK to remotely type it using a US english keyboard. Make sure to place the remote cursor at the correct position before proceeding.",
"xloc": [
"default.handlebars->23->577"
- ]
+ ],
+ "pt": "Digite o texto e clique em OK para digitá-lo remotamente usando um teclado em inglês dos EUA.Certifique-se de colocar o cursor remoto na posição correta antes de continuar."
},
{
"en": "Enter the account creation token",
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1"
- ]
+ ],
+ "pt": "Insira o token de criação da conta"
},
{
"en": "Enter the token here for 2-step login:",
"xloc": [
"default.handlebars->23->85"
- ]
+ ],
+ "pt": "Digite o token aqui para o login em duas etapas:"
},
{
"en": "Error, Unable to add key.",
"xloc": [
"default.handlebars->23->111"
- ]
+ ],
+ "pt": "Erro, não foi possível adicionar a chave."
},
{
"en": "ERROR: ",
"fr": "ERREUR:",
"xloc": [
"default.handlebars->23->117"
- ]
+ ],
+ "pt": "ERRO:"
},
{
"en": "Error: No connection key specified.",
"xloc": [
"messenger.handlebars->13->8"
- ]
+ ],
+ "pt": "Erro: Nenhuma chave de conexão especificada."
},
{
"en": "ERROR: Unable to add key.",
"fr": "ERREUR: Impossible d'ajouter la clé.",
"xloc": [
"default.handlebars->23->113"
- ]
+ ],
+ "pt": "ERRO: Não foi possível adicionar a chave."
},
{
"en": "ESC",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3"
- ]
+ ],
+ "pt": "ESC"
},
{
"en": "Esperanto",
"xloc": [
"default.handlebars->23->739"
- ]
+ ],
+ "pt": "Esperanto"
},
{
"en": "Estonian",
"xloc": [
"default.handlebars->23->740"
- ]
+ ],
+ "pt": "Estoniano"
},
{
"en": "Event Details",
"xloc": [
"default.handlebars->23->647"
- ]
+ ],
+ "pt": "Detalhes do evento"
},
{
"en": "Event List Export",
"xloc": [
"default.handlebars->23->1127"
- ]
+ ],
+ "pt": "Exportação da lista de eventos"
},
{
"en": "Events",
@@ -3529,7 +3996,8 @@
"default.handlebars->contextMenu->cxevents",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevEvents",
"default.handlebars->container->topbar->1->1->UserSubMenuSpan->UserSubMenu->1->0->UserEvents"
- ]
+ ],
+ "pt": "Eventos"
},
{
"en": "Events -",
@@ -3537,27 +4005,31 @@
"xloc": [
"default.handlebars->container->column_l->p16->p16title->3",
"default.handlebars->container->column_l->p31->3"
- ]
+ ],
+ "pt": "Eventos -"
},
{
"en": "eventslist.csv",
"xloc": [
"default.handlebars->23->1124",
"default.handlebars->23->1129"
- ]
+ ],
+ "pt": "eventslist.csv"
},
{
"en": "eventslist.json",
"xloc": [
"default.handlebars->23->1126",
"default.handlebars->23->1130"
- ]
+ ],
+ "pt": "eventslist.json"
},
{
"en": "example@email.com",
"xloc": [
"default.handlebars->23->248"
- ]
+ ],
+ "pt": "example@email.com"
},
{
"en": "Existing account with this email address.",
@@ -3570,19 +4042,22 @@
"en": "Extended Ascii",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
- ]
+ ],
+ "pt": "Ascii estendido"
},
{
"en": "Extended ASCII",
"xloc": [
"default.handlebars->23->603"
- ]
+ ],
+ "pt": "ASCII estendido"
},
{
"en": "Faeroese",
"xloc": [
"default.handlebars->23->741"
- ]
+ ],
+ "pt": "O servidor remoto retornou um erro: (429) Too Many Requests."
},
{
"en": "Failed",
@@ -3590,14 +4065,16 @@
"fr": "Échoué",
"xloc": [
"default.handlebars->23->49"
- ]
+ ],
+ "pt": "Falhou"
},
{
"en": "Farsi (Persian)",
"fr": "Farsi (Persan)",
"xloc": [
"default.handlebars->23->742"
- ]
+ ],
+ "pt": "Persa (persa)"
},
{
"en": "Fast",
@@ -3606,20 +4083,23 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->d7framelimiter->1",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->7->d7framelimiter->1"
- ]
+ ],
+ "pt": "Rápido"
},
{
"en": "Features",
"cs": "Funkce",
"xloc": [
"default.handlebars->23->945"
- ]
+ ],
+ "pt": "Recursos"
},
{
"en": "Fijian",
"xloc": [
"default.handlebars->23->743"
- ]
+ ],
+ "pt": "Fijiano"
},
{
"en": "File Editor",
@@ -3627,14 +4107,16 @@
"xloc": [
"default.handlebars->23->626",
"default-mobile.handlebars->9->251"
- ]
+ ],
+ "pt": "Editor de Arquivos"
},
{
"en": "File Selection",
"fr": "Sélection de fichier",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog3->d3upload->1"
- ]
+ ],
+ "pt": "Seleção de arquivo"
},
{
"en": "Files",
@@ -3644,7 +4126,8 @@
"default.handlebars->contextMenu->cxfiles",
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevFiles",
"default.handlebars->23->1031"
- ]
+ ],
+ "pt": "Arquivos"
},
{
"en": "Files -",
@@ -3652,25 +4135,29 @@
"fr": "Dossiers -",
"xloc": [
"default.handlebars->container->column_l->p13->p13title->3"
- ]
+ ],
+ "pt": "Arquivos - "
},
{
"en": "Files Notify",
"xloc": [
"default.handlebars->23->953"
- ]
+ ],
+ "pt": "Notificação arquivos"
},
{
"en": "Files Prompt",
"xloc": [
"default.handlebars->23->952"
- ]
+ ],
+ "pt": "Arquivos do prompt"
},
{
"en": "FileSystemDriver",
"xloc": [
"default.handlebars->23->585"
- ]
+ ],
+ "pt": "Driver do sistema de arquivos"
},
{
"en": "Filter",
@@ -3679,14 +4166,16 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->container->column_l->p4->3->1->0->3->3"
- ]
+ ],
+ "pt": "Filtro"
},
{
"en": "Finnish",
"fr": "Finlandais",
"xloc": [
"default.handlebars->23->744"
- ]
+ ],
+ "pt": "Finlandês"
},
{
"en": "Fixed width interface",
@@ -3697,13 +4186,15 @@
"error404.handlebars->container->topbar->uiMenuButton->uiMenu",
"login.handlebars->container->topbar->uiMenuButton->uiMenu",
"terms.handlebars->container->topbar->uiMenuButton->uiMenu"
- ]
+ ],
+ "pt": "Interface de largura fixa"
},
{
"en": "Focus All",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Focus All"
},
{
"en": "Folder",
@@ -3712,14 +4203,16 @@
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1"
- ]
+ ],
+ "pt": "Pasta"
},
{
"en": "Force password reset on next login.",
"xloc": [
"default.handlebars->23->1176",
"default.handlebars->23->1239"
- ]
+ ],
+ "pt": "Forçar redefinição de senha no próximo login."
},
{
"en": "Forgot password?",
@@ -3728,28 +4221,32 @@
"xloc": [
"login.handlebars->5->18",
"login-mobile.handlebars->5->18"
- ]
+ ],
+ "pt": "Esqueceu a senha?"
},
{
"en": "Forgot user/password?",
"cs": "Zapomenuté jméno/heslo?",
"xloc": [
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->resetAccountDiv->resetAccountSpan"
- ]
+ ],
+ "pt": "Esqueceu usuário / senha?"
},
{
"en": "Forgot username/password?",
"cs": "Zapomenuté jméno/heslo?",
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->loginpanel->1->resetAccountDiv->resetAccountSpan"
- ]
+ ],
+ "pt": "Esqueceu seu nome de usuário / senha?"
},
{
"en": "Frame rate",
"cs": "Obnovování",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->1"
- ]
+ ],
+ "pt": "Taxa de quadros"
},
{
"en": "Free",
@@ -3757,84 +4254,96 @@
"xloc": [
"default.handlebars->23->1248",
"default.handlebars->23->1250"
- ]
+ ],
+ "pt": "Livre"
},
{
"en": "free",
"fr": "libre",
"xloc": [
"default.handlebars->23->1255"
- ]
+ ],
+ "pt": "Livre"
},
{
"en": "FreeBSD x86-64",
"xloc": [
"default.handlebars->23->430",
"default-mobile.handlebars->9->170"
- ]
+ ],
+ "pt": "FreeBSD x86-64"
},
{
"en": "French (Belgium)",
"fr": "Français (Belgique)",
"xloc": [
"default.handlebars->23->746"
- ]
+ ],
+ "pt": "Francês (Bélgica)"
},
{
"en": "French (Canada)",
"fr": "Français (Canada)",
"xloc": [
"default.handlebars->23->747"
- ]
+ ],
+ "pt": "Francês (Canadá)"
},
{
"en": "French (France)",
"fr": "Français (France)",
"xloc": [
"default.handlebars->23->748"
- ]
+ ],
+ "pt": "Francês (França)"
},
{
"en": "French (Luxembourg)",
"fr": "Français (Luxembourg)",
"xloc": [
"default.handlebars->23->749"
- ]
+ ],
+ "pt": "Francês (Luxemburgo)"
},
{
"en": "French (Monaco)",
"fr": "Français (Monaco)",
"xloc": [
"default.handlebars->23->750"
- ]
+ ],
+ "pt": "Francês (Mônaco)"
},
{
"en": "French (Standard)",
"fr": "Français (standard)",
"xloc": [
"default.handlebars->23->745"
- ]
+ ],
+ "pt": "Francês (Padrão)"
},
{
"en": "French (Switzerland)",
"fr": "Français (Suisse)",
"xloc": [
"default.handlebars->23->751"
- ]
+ ],
+ "pt": "Francês (Suíça)"
},
{
"en": "Frisian",
"fr": "Frison",
"xloc": [
"default.handlebars->23->752"
- ]
+ ],
+ "pt": "Frísio"
},
{
"en": "Friulian",
"fr": "Frioulan",
"xloc": [
"default.handlebars->23->753"
- ]
+ ],
+ "pt": "Friuliano"
},
{
"en": "Full Administrator",
@@ -3849,7 +4358,8 @@
"default-mobile.handlebars->9->280",
"default-mobile.handlebars->9->289",
"default-mobile.handlebars->9->307"
- ]
+ ],
+ "pt": "Administrador completo"
},
{
"en": "Full administrator",
@@ -3857,7 +4367,8 @@
"fr": "Administrateur complet",
"xloc": [
"default.handlebars->23->1198"
- ]
+ ],
+ "pt": "Administrador completo"
},
{
"en": "Full Administrator (all rights)",
@@ -3865,7 +4376,8 @@
"fr": "Administrateur Complet (tous droits)",
"xloc": [
"default.handlebars->23->1059"
- ]
+ ],
+ "pt": "Administrador Pleno (todos os direitos)"
},
{
"en": "Full Screen. Hold shift to browser full screen.",
@@ -3873,35 +4385,40 @@
"xloc": [
"default.handlebars->container->column_l->p11->p11title->p11deviceNameHeader->devListToolbarViewIcons",
"default.handlebars->container->column_l->p14->p14title->devListToolbarViewIcons"
- ]
+ ],
+ "pt": "Tela cheia. Mantenha a tecla Shift pressionada no navegador em tela cheia."
},
{
"en": "FYRO Macedonian",
"fr": "ARY Macédonien",
"xloc": [
"default.handlebars->23->790"
- ]
+ ],
+ "pt": "FYRO Macedonian"
},
{
"en": "Gaelic (Irish)",
"fr": "Gaélique (irlandais)",
"xloc": [
"default.handlebars->23->755"
- ]
+ ],
+ "pt": "Gaélico (irlandês)"
},
{
"en": "Gaelic (Scots)",
"fr": "Gaélique (écossais)",
"xloc": [
"default.handlebars->23->754"
- ]
+ ],
+ "pt": "Gaélico (escocês)"
},
{
"en": "Galacian",
"fr": "Galicien",
"xloc": [
"default.handlebars->23->756"
- ]
+ ],
+ "pt": "Galego"
},
{
"en": "Gateway MAC",
@@ -3909,7 +4426,8 @@
"fr": "Passerelle MAC",
"xloc": [
"default.handlebars->23->70"
- ]
+ ],
+ "pt": "Gateway MAC"
},
{
"en": "General",
@@ -3920,7 +4438,8 @@
"default.handlebars->container->topbar->1->1->MeshSubMenuSpan->MeshSubMenu->1->0->MeshGeneral",
"default.handlebars->container->topbar->1->1->UserSubMenuSpan->UserSubMenu->1->0->UserGeneral",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerGeneral"
- ]
+ ],
+ "pt": "Geral"
},
{
"en": "General -",
@@ -3930,7 +4449,8 @@
"default.handlebars->container->column_l->p10->1->1->0->1->p10title->3",
"default.handlebars->container->column_l->p20->5",
"default.handlebars->container->column_l->p30->1->1->0->1->p30title->3"
- ]
+ ],
+ "pt": "Geral - "
},
{
"en": "General information",
@@ -3938,7 +4458,8 @@
"fr": "Informations générales",
"xloc": [
"default.handlebars->23->365"
- ]
+ ],
+ "pt": "Informações gerais"
},
{
"en": "Generate New Tokens",
@@ -3946,56 +4467,65 @@
"fr": "Générer de nouveaux jetons",
"xloc": [
"default.handlebars->23->99"
- ]
+ ],
+ "pt": "Gere novos tokens"
},
{
"en": "Georgian",
"fr": "Géorgien",
"xloc": [
"default.handlebars->23->757"
- ]
+ ],
+ "pt": "Georgiano"
},
{
"en": "German (Austria)",
"xloc": [
"default.handlebars->23->759"
- ]
+ ],
+ "pt": "Alemão (Áustria)"
},
{
"en": "German (Germany)",
"xloc": [
"default.handlebars->23->760"
- ]
+ ],
+ "pt": "Alemão (Alemanha)"
},
{
"en": "German (Liechtenstein)",
"xloc": [
"default.handlebars->23->761"
- ]
+ ],
+ "pt": "Alemão (Liechtenstein)"
},
{
"en": "German (Luxembourg)",
"xloc": [
"default.handlebars->23->762"
- ]
+ ],
+ "pt": "Alemão (Luxemburgo)"
},
{
"en": "German (Standard)",
"xloc": [
"default.handlebars->23->758"
- ]
+ ],
+ "pt": "Alemão (Padrão)"
},
{
"en": "German (Switzerland)",
"xloc": [
"default.handlebars->23->763"
- ]
+ ],
+ "pt": "Alemão (Suíça)"
},
{
"en": "Get MQTT login credentials for this device.",
"xloc": [
"default.handlebars->23->495"
- ]
+ ],
+ "pt": "Obtenha credenciais de login do MQTT para este dispositivo."
},
{
"en": "Get started here!",
@@ -4003,7 +4533,8 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2noMeshFound->p2createMeshLink2->1->0",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3noMeshFound->p3createMeshLink2->1->0"
- ]
+ ],
+ "pt": "Comece aqui!"
},
{
"en": "Go to main site",
@@ -4011,14 +4542,16 @@
"xloc": [
"error404.handlebars->container->column_l->5->0->0",
"error404-mobile.handlebars->container->page_content->column_l->5->0->0"
- ]
+ ],
+ "pt": "Ir para o site principal"
},
{
"en": "Good",
"fr": "Bien",
"xloc": [
"default.handlebars->23->920"
- ]
+ ],
+ "pt": "Bom"
},
{
"en": "Good Password",
@@ -4029,14 +4562,16 @@
"login.handlebars->5->25",
"login-mobile.handlebars->5->21",
"login-mobile.handlebars->5->25"
- ]
+ ],
+ "pt": "Boa senha"
},
{
"en": "Greek",
"fr": "Grec",
"xloc": [
"default.handlebars->23->764"
- ]
+ ],
+ "pt": "Grego"
},
{
"en": "Group",
@@ -4046,7 +4581,8 @@
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->1",
"default.handlebars->23->391",
"default-mobile.handlebars->9->131"
- ]
+ ],
+ "pt": "Grupo"
},
{
"en": "Group Action",
@@ -4055,14 +4591,16 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar",
"default.handlebars->23->357"
- ]
+ ],
+ "pt": "Ações do grupo"
},
{
"en": "Group permissions for user {0}.",
"fr": "Autorisations de groupe pour l'utilisateur {0}.",
"xloc": [
"default.handlebars->23->1039"
- ]
+ ],
+ "pt": "Permissões de grupo para o usuário {0}."
},
{
"en": "Group1, Group2, Group3",
@@ -4070,41 +4608,47 @@
"fr": "Groupe1, Groupe2, Groupe3",
"xloc": [
"default-mobile.handlebars->9->223"
- ]
+ ],
+ "pt": "Grupo1, Grupo2, Grupo3"
},
{
"en": "Gujurati",
"fr": "Gujarati",
"xloc": [
"default.handlebars->23->765"
- ]
+ ],
+ "pt": "Gujarati"
},
{
"en": "Haitian",
"fr": "Haïtien",
"xloc": [
"default.handlebars->23->766"
- ]
+ ],
+ "pt": "Haitiano"
},
{
"en": "Hang up",
"fr": "Raccrocher",
"xloc": [
"messenger.handlebars->xtop->1"
- ]
+ ],
+ "pt": "Desligar"
},
{
"en": "Hard disconnect agent",
"fr": "Déconnexion forcée de l'agent",
"xloc": [
"default.handlebars->23->663"
- ]
+ ],
+ "pt": "Forçar desconexão do agente"
},
{
"en": "Hebrew",
"xloc": [
"default.handlebars->23->767"
- ]
+ ],
+ "pt": "Hebraico"
},
{
"en": "Hibernating",
@@ -4114,13 +4658,15 @@
"default.handlebars->23->322",
"default-mobile.handlebars->9->101",
"default-mobile.handlebars->9->108"
- ]
+ ],
+ "pt": "Hibernando"
},
{
"en": "Hindi",
"xloc": [
"default.handlebars->23->768"
- ]
+ ],
+ "pt": "Hindi"
},
{
"en": "Hold on, reset mail sent.",
@@ -4135,35 +4681,40 @@
"xloc": [
"default.handlebars->23->635",
"default-mobile.handlebars->9->260"
- ]
+ ],
+ "pt": "Mantendo 1 entrada para cópia"
},
{
"en": "Holding 1 entrie for move",
"xloc": [
"default.handlebars->23->639",
"default-mobile.handlebars->9->264"
- ]
+ ],
+ "pt": "Segurando 1 entrada para mover"
},
{
"en": "Holding {0} entries for copy",
"xloc": [
"default.handlebars->23->633",
"default-mobile.handlebars->9->258"
- ]
+ ],
+ "pt": "Mantendo {0} entradas para cópia"
},
{
"en": "Holding {0} entries for move",
"xloc": [
"default.handlebars->23->637",
"default-mobile.handlebars->9->262"
- ]
+ ],
+ "pt": "Manter {0} entradas para mover"
},
{
"en": "Holding {0} entrie{1} for {2}",
"xloc": [
"default.handlebars->23->1115",
"default-mobile.handlebars->9->85"
- ]
+ ],
+ "pt": "Mantendo {0} entrada {1} para {2}"
},
{
"en": "Hostname",
@@ -4177,41 +4728,47 @@
"default-mobile.handlebars->9->134",
"default-mobile.handlebars->9->136",
"default-mobile.handlebars->9->220"
- ]
+ ],
+ "pt": "Hostname"
},
{
"en": "Hostname Sync",
"xloc": [
"default.handlebars->23->943"
- ]
+ ],
+ "pt": "Sincronização de nome de host"
},
{
"en": "http://creativecommons.org/licenses/by/2.0/uk/legalcode",
"xloc": [
"terms.handlebars->container->column_l->75->1->3",
"terms-mobile.handlebars->container->page_content->column_l->75->1->3"
- ]
+ ],
+ "pt": "http://creativecommons.org/licenses/by/2.0/uk/legalcode"
},
{
"en": "http://jquery.com/",
"xloc": [
"terms.handlebars->container->column_l->47->1->1",
"terms-mobile.handlebars->container->page_content->column_l->47->1->1"
- ]
+ ],
+ "pt": "http://jquery.com/"
},
{
"en": "http://jqueryui.com/",
"xloc": [
"terms.handlebars->container->column_l->53->1->1",
"terms-mobile.handlebars->container->page_content->column_l->53->1->1"
- ]
+ ],
+ "pt": "http://jqueryui.com/"
},
{
"en": "http://www.openssl.org/source/license.html",
"xloc": [
"terms.handlebars->container->column_l->25->1->0",
"terms-mobile.handlebars->container->page_content->column_l->25->1->0"
- ]
+ ],
+ "pt": "http://www.openssl.org/source/license.html"
},
{
"en": "http://www.webtoolkit.info/javascript-base64.html",
@@ -4220,27 +4777,31 @@
"terms.handlebars->container->column_l->75->1->5",
"terms-mobile.handlebars->container->page_content->column_l->75->1->1",
"terms-mobile.handlebars->container->page_content->column_l->75->1->5"
- ]
+ ],
+ "pt": "http://www.webtoolkit.info/javascript-base64.html"
},
{
"en": "https://github.com/kanaka/noVNC/blob/master/LICENSE.txt",
"xloc": [
"terms.handlebars->container->column_l->61->1->0",
"terms-mobile.handlebars->container->page_content->column_l->61->1->0"
- ]
+ ],
+ "pt": "https://github.com/kanaka/noVNC/blob/master/LICENSE.txt"
},
{
"en": "https://github.com/ryrych/rcarousel/blob/master/widget/license",
"xloc": [
"terms.handlebars->container->column_l->67->1->0",
"terms-mobile.handlebars->container->page_content->column_l->67->1->0"
- ]
+ ],
+ "pt": "https://github.com/ryrych/rcarousel/blob/master/widget/license"
},
{
"en": "Hungarian",
"xloc": [
"default.handlebars->23->769"
- ]
+ ],
+ "pt": "Húngaro"
},
{
"en": "HW Connect",
@@ -4249,14 +4810,16 @@
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->connectbutton1hspan",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->3->connectbutton2hspan",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea1->1->3"
- ]
+ ],
+ "pt": "Conectar HW"
},
{
"en": "Icelandic",
"fr": "Islandais",
"xloc": [
"default.handlebars->23->770"
- ]
+ ],
+ "pt": "islandês"
},
{
"en": "Icon Selection",
@@ -4264,47 +4827,54 @@
"xloc": [
"default.handlebars->23->561",
"default-mobile.handlebars->9->218"
- ]
+ ],
+ "pt": "Seleção de ícone"
},
{
"en": "id, name, email, creation, lastlogin, groups, authfactors",
"xloc": [
"default.handlebars->23->1166"
- ]
+ ],
+ "pt": "id, nome, email, criação, último login, grupos, fatores de autenticação"
},
{
"en": "Identifier",
"fr": "Identifiant",
"xloc": [
"default.handlebars->23->38"
- ]
+ ],
+ "pt": "Identificador"
},
{
"en": "Image Encoding",
"cs": "Kódovaní obrazu",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->3->1"
- ]
+ ],
+ "pt": "Codificação de Imagem"
},
{
"en": "Indonesian",
"xloc": [
"default.handlebars->23->771"
- ]
+ ],
+ "pt": "Indonésia"
},
{
"en": "Information",
"fr": "Information",
"xloc": [
"default.handlebars->contextMenu->cxinfo->0"
- ]
+ ],
+ "pt": "Informação"
},
{
"en": "Information about current core running on this agent",
"fr": "Informations sur le noyau en cours d'exécution sur cet agent",
"xloc": [
"default.handlebars->container->column_l->p15->consoleTable->1->0->1->1"
- ]
+ ],
+ "pt": "Informações sobre o núcleo atual em execução neste agente"
},
{
"en": "Input",
@@ -4312,7 +4882,8 @@
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->9->DeskControlSpan",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3->11->DeskControlSpan"
- ]
+ ],
+ "pt": "Entrada"
},
{
"en": "Install",
@@ -4320,7 +4891,8 @@
"fr": "Installer",
"xloc": [
"default.handlebars->23->981"
- ]
+ ],
+ "pt": "Instalar"
},
{
"en": "Install Google Authenticator or a compatible application and scan the barcode, use this link or enter the secret. Then, enter the current 6 digit token below to activate 2-Step login.",
@@ -4339,13 +4911,15 @@
"fr": "Installer CIRA",
"xloc": [
"default.handlebars->23->973"
- ]
+ ],
+ "pt": "Instalar CIRA"
},
{
"en": "Install local",
"xloc": [
"default.handlebars->23->975"
- ]
+ ],
+ "pt": "Instalação local"
},
{
"en": "Installation Type",
@@ -4353,83 +4927,96 @@
"xloc": [
"default.handlebars->23->262",
"default.handlebars->23->284"
- ]
+ ],
+ "pt": "Tipo de instalação "
},
{
"en": "Intel (F10 = ESC+[OM)",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons",
"default.handlebars->23->605"
- ]
+ ],
+ "pt": "Intel (F10 = ESC+[OM)"
},
{
"en": "Intel AMT",
"xloc": [
"default.handlebars->23->1262",
"default.handlebars->23->1278"
- ]
+ ],
+ "pt": "Intel AMT"
},
{
"en": "Intel AMT CIRA connected",
"xloc": [
"default.handlebars->23->120"
- ]
+ ],
+ "pt": "Intel AMT CIRA conectado"
},
{
"en": "Intel AMT CIRA disconnected",
"xloc": [
"default.handlebars->23->124"
- ]
+ ],
+ "pt": "Intel AMT CIRA desconectado"
},
{
"en": "Intel AMT detected",
"fr": "Intel AMT détecté",
"xloc": [
"default.handlebars->23->119"
- ]
+ ],
+ "pt": "Intel AMT detectado"
},
{
"en": "Intel AMT is activated in Admin Control Mode",
"xloc": [
"default.handlebars->23->440"
- ]
+ ],
+ "pt": "O Intel AMT é ativado no modo de controle de administrador"
},
{
"en": "Intel AMT is activated in Client Control Mode",
"xloc": [
"default.handlebars->23->438"
- ]
+ ],
+ "pt": "O Intel AMT é ativado no modo de controle do cliente"
},
{
"en": "Intel AMT is setup with TLS network security",
"xloc": [
"default.handlebars->23->442"
- ]
+ ],
+ "pt": "O Intel AMT está configurado com segurança de rede TLS"
},
{
"en": "Intel AMT not detected",
"fr": "Intel AMT non détecté",
"xloc": [
"default.handlebars->23->123"
- ]
+ ],
+ "pt": "Intel AMT não detectado"
},
{
"en": "Intel AMT will need to be set with a Trusted FQDN in MEBx or have a wired LAN on the network:",
"xloc": [
"default.handlebars->23->215"
- ]
+ ],
+ "pt": "A Intel AMT precisará ser configurada com um FQDN confiável na MEBx ou ter uma LAN com fio na rede:"
},
{
"en": "Intel ASCII",
"xloc": [
"default.handlebars->23->604"
- ]
+ ],
+ "pt": "Intel ASCII"
},
{
"en": "Intel® Active Management Technology",
"xloc": [
"default.handlebars->23->449"
- ]
+ ],
+ "pt": "Intel® Tecnologia de gerenciamento ativo"
},
{
"en": "Intel® AMT",
@@ -4442,21 +5029,24 @@
"default-mobile.handlebars->9->120",
"default-mobile.handlebars->9->184",
"default-mobile.handlebars->9->189"
- ]
+ ],
+ "pt": "Intel® AMT"
},
{
"en": "Intel® AMT activation",
"xloc": [
"default.handlebars->23->213",
"default.handlebars->23->216"
- ]
+ ],
+ "pt": "Intel® Ativação AMT"
},
{
"en": "Intel® AMT CIRA",
"xloc": [
"default.handlebars->23->464",
"default-mobile.handlebars->9->188"
- ]
+ ],
+ "pt": "Intel® AMT CIRA"
},
{
"en": "Intel® AMT CIRA is connected and ready for use.",
@@ -4464,14 +5054,16 @@
"default.handlebars->23->150",
"default.handlebars->23->336",
"default.handlebars->23->463"
- ]
+ ],
+ "pt": "Intel® O AMT CIRA está conectado e pronto para uso."
},
{
"en": "Intel® AMT Connected",
"xloc": [
"default.handlebars->23->12",
"default-mobile.handlebars->9->5"
- ]
+ ],
+ "pt": "Intel® AMT conectado"
},
{
"en": "Intel® AMT connected",
@@ -4479,13 +5071,15 @@
"default.handlebars->23->499",
"default.handlebars->23->500",
"default-mobile.handlebars->9->198"
- ]
+ ],
+ "pt": "Intel® AMT conectado"
},
{
"en": "Intel® AMT desktop and serial events.",
"xloc": [
"default.handlebars->23->885"
- ]
+ ],
+ "pt": "Intel® Área de trabalho AMT e eventos seriais."
},
{
"en": "Intel® AMT detected",
@@ -4493,26 +5087,30 @@
"default.handlebars->23->501",
"default.handlebars->23->502",
"default-mobile.handlebars->9->199"
- ]
+ ],
+ "pt": "Intel® AMT detectado"
},
{
"en": "Intel® AMT is routable and ready for use.",
"xloc": [
"default.handlebars->23->465"
- ]
+ ],
+ "pt": "Intel® O AMT é roteável e pronto para uso."
},
{
"en": "Intel® AMT is routable.",
"xloc": [
"default.handlebars->23->152",
"default.handlebars->23->338"
- ]
+ ],
+ "pt": "Intel® AMT é roteável."
},
{
"en": "Intel® AMT only",
"xloc": [
"default-mobile.handlebars->9->56"
- ]
+ ],
+ "pt": "Intel® Apenas AMT"
},
{
"en": "Intel® AMT only, no agent",
@@ -4520,104 +5118,120 @@
"default.handlebars->23->914",
"default.handlebars->23->936",
"default-mobile.handlebars->9->271"
- ]
+ ],
+ "pt": "Intel® Apenas AMT, nenhum agente"
},
{
"en": "Intel® AMT Policy",
"xloc": [
"default.handlebars->23->999"
- ]
+ ],
+ "pt": "Intel® Política da AMT"
},
{
"en": "Intel® AMT Redirection",
"xloc": [
"player.htm->3->14"
- ]
+ ],
+ "pt": "Intel® Redirecionamento AMT"
},
{
"en": "Intel® AMT Tag",
"xloc": [
"default.handlebars->23->454"
- ]
+ ],
+ "pt": "Intel® Tag AMT "
},
{
"en": "Intel® AMT WSMAN",
"xloc": [
"player.htm->3->13"
- ]
+ ],
+ "pt": "Intel® AMT WSMAN"
},
{
"en": "Intel® ME",
"xloc": [
"default.handlebars->23->448",
"default-mobile.handlebars->9->183"
- ]
+ ],
+ "pt": "Intel® ME"
},
{
"en": "Intel® SM",
"xloc": [
"default.handlebars->23->452",
"default-mobile.handlebars->9->185"
- ]
+ ],
+ "pt": "Intel® SM"
},
{
"en": "Intel® Standard Manageability",
"xloc": [
"default.handlebars->23->451"
- ]
+ ],
+ "pt": "Intel® Gerenciamento padrão"
},
{
"en": "Intel® AMT",
"xloc": [
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevAmt"
- ]
+ ],
+ "pt": "Intel® AMT"
},
{
"en": "Intel® AMT -",
"xloc": [
"default.handlebars->container->column_l->p14->p14title->5"
- ]
+ ],
+ "pt": "Intel® AMT -"
},
{
"en": "Intel® AMT Hardware KVM",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->1",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->1"
- ]
+ ],
+ "pt": "Intel® AMT Hardware KVM"
},
{
"en": "Intel® AMT Redirection port or KVM feature is disabled",
"xloc": [
"default.handlebars->container->column_l->p11->p11warning->3",
"default.handlebars->container->column_l->p12->p12warning->3"
- ]
+ ],
+ "pt": "Intel® Porta de redirecionamento AMT ou recurso KVM desativado"
},
{
"en": "Interactive",
"xloc": [
"default.handlebars->23->586"
- ]
+ ],
+ "pt": "Interativo"
},
{
"en": "Interactive only",
"xloc": [
"default.handlebars->23->265",
"default.handlebars->23->287"
- ]
+ ],
+ "pt": "Apenas interativo"
},
{
"en": "Interfaces",
"fr": "Interfaces",
"xloc": [
"default.handlebars->23->484"
- ]
+ ],
+ "pt": "Interfaces"
},
{
"en": "Inuktitut",
"fr": "Inuktitut",
"xloc": [
"default.handlebars->23->772"
- ]
+ ],
+ "pt": "Inuktitut"
},
{
"en": "Invalid account creation token.",
@@ -4638,13 +5252,15 @@
"xloc": [
"default.handlebars->23->1157",
"default.handlebars->23->1159"
- ]
+ ],
+ "pt": "Formato de arquivo JSON inválido."
},
{
"en": "Invalid JSON file: {0}.",
"xloc": [
"default.handlebars->23->1155"
- ]
+ ],
+ "pt": "Arquivo JSON inválido: {0}."
},
{
"en": "Invalid token, try again.",
@@ -4658,14 +5274,16 @@
"cs": "Link pro pozvání ({0})",
"xloc": [
"default.handlebars->23->136"
- ]
+ ],
+ "pt": "Link de convite ({0})"
},
{
"en": "Invitation Type",
"fr": "Type d'invitation",
"xloc": [
"default.handlebars->23->244"
- ]
+ ],
+ "pt": "Tipo de convite"
},
{
"en": "Invite",
@@ -4675,7 +5293,8 @@
"default.handlebars->23->200",
"default.handlebars->23->277",
"default.handlebars->23->983"
- ]
+ ],
+ "pt": "Convite"
},
{
"en": "Invite someone to install the mesh agent by sharing an invitation link. This link points the user to installation instructions for the \\\"{0}\\\" device group. The link is public and no account for this server is needed.",
@@ -4683,7 +5302,8 @@
"fr": "Invitez quelqu'un à installer l'agent de maillage en partageant un lien d'invitation. Ce lien renvoie l'utilisateur aux instructions d'installation du groupe de périphériques \\\"{0}\\\". Le lien est public et aucun compte n'est requis pour ce serveur.",
"xloc": [
"default.handlebars->23->268"
- ]
+ ],
+ "pt": "Convide alguém para instalar o agente de malha compartilhando um link de convite.Este link indica ao usuário instruções de instalação para o grupo de dispositivos \\\"{0}\\\". O link é público e nenhuma conta para este servidor é necessária."
},
{
"en": "Invite someone to install the mesh agent on this mesh.",
@@ -4692,7 +5312,8 @@
"xloc": [
"default.handlebars->23->199",
"default.handlebars->23->982"
- ]
+ ],
+ "pt": "Convide alguém para instalar o agente de malha nessa malha."
},
{
"en": "Invite someone to install the mesh agent. An email with be sent with the link to the mesh agent installation for the \\\"{0}\\\" device group.",
@@ -4700,7 +5321,8 @@
"fr": "Invitez quelqu'un à installer l'agent de maillage. Un email doit être envoyé avec le lien vers l’installation de l’agent de maillage pour le groupe de périphériques \\\"{0}\\\".",
"xloc": [
"default.handlebars->23->245"
- ]
+ ],
+ "pt": "Convide alguém para instalar o agente de malha.Um email será enviado com o link para a instalação do agente de malha para o grupo de dispositivos \\\"{0}\\\"."
},
{
"en": "IP address blocked, try again later.",
@@ -4713,53 +5335,61 @@
"en": "IP Range",
"xloc": [
"default.handlebars->23->218"
- ]
+ ],
+ "pt": "IP Range"
},
{
"en": "IPv4 address",
"xloc": [
"default.handlebars->23->64"
- ]
+ ],
+ "pt": "Endereço IPv4"
},
{
"en": "IPv4 gateway",
"xloc": [
"default.handlebars->23->68"
- ]
+ ],
+ "pt": "Gateway IPv4"
},
{
"en": "IPv4 mask",
"xloc": [
"default.handlebars->23->66"
- ]
+ ],
+ "pt": "Máscara IPv4"
},
{
"en": "Irish",
"fr": "Irlandais",
"xloc": [
"default.handlebars->23->773"
- ]
+ ],
+ "pt": "Irish"
},
{
"en": "Italian (Standard)",
"fr": "Italien (standard)",
"xloc": [
"default.handlebars->23->774"
- ]
+ ],
+ "pt": "Italiano (Padrão)"
},
{
"en": "Italian (Switzerland)",
"fr": "Italien (Suisse)",
"xloc": [
"default.handlebars->23->775"
- ]
+ ],
+ "pt": "Italiano (Suíça)"
},
{
"en": "Japanese",
"fr": "Japonais",
"xloc": [
"default.handlebars->23->776"
- ]
+ ],
+ "pt": "japonês"
},
{
"en": "JSON Format",
@@ -4767,31 +5397,36 @@
"xloc": [
"default.handlebars->23->1125",
"default.handlebars->23->1163"
- ]
+ ],
+ "pt": "Formato JSON"
},
{
"en": "Kannada",
"xloc": [
"default.handlebars->23->777"
- ]
+ ],
+ "pt": "Kannada"
},
{
"en": "Kashmiri",
"xloc": [
"default.handlebars->23->778"
- ]
+ ],
+ "pt": "Caxemira"
},
{
"en": "Kazakh",
"xloc": [
"default.handlebars->23->779"
- ]
+ ],
+ "pt": "Cazaque"
},
{
"en": "KernelDriver",
"xloc": [
"default.handlebars->23->587"
- ]
+ ],
+ "pt": "KernelDriver"
},
{
"en": "Key Name",
@@ -4799,7 +5434,8 @@
"xloc": [
"default.handlebars->23->670",
"default.handlebars->23->673"
- ]
+ ],
+ "pt": "Nome da chave"
},
{
"en": "Keyboard",
@@ -4807,46 +5443,53 @@
"fr": "Clavier",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3"
- ]
+ ],
+ "pt": "Teclado"
},
{
"en": "Khmer",
"xloc": [
"default.handlebars->23->780"
- ]
+ ],
+ "pt": "Khmer"
},
{
"en": "Kirghiz",
"xloc": [
"default.handlebars->23->781"
- ]
+ ],
+ "pt": "Kirghiz"
},
{
"en": "Klingon",
"xloc": [
"default.handlebars->23->782"
- ]
+ ],
+ "pt": "Klingon"
},
{
"en": "Korean",
"fr": "Coréen",
"xloc": [
"default.handlebars->23->783"
- ]
+ ],
+ "pt": "coreano"
},
{
"en": "Korean (North Korea)",
"fr": "Coréen (Corée du Nord)",
"xloc": [
"default.handlebars->23->784"
- ]
+ ],
+ "pt": "Coreano (Coréia do Norte)"
},
{
"en": "Korean (South Korea)",
"fr": "Coréen (Corée du Sud)",
"xloc": [
"default.handlebars->23->785"
- ]
+ ],
+ "pt": "Coreano (Coréia do Sul)"
},
{
"en": "Language",
@@ -4854,7 +5497,8 @@
"fr": "Langages",
"xloc": [
"default.handlebars->23->878"
- ]
+ ],
+ "pt": "Língua"
},
{
"en": "Large",
@@ -4862,14 +5506,16 @@
"fr": "Grand",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize->sizeselect->5"
- ]
+ ],
+ "pt": "ampla"
},
{
"en": "Large Focus",
"fr": "Grande mise au point",
"xloc": [
"default.handlebars->23->576"
- ]
+ ],
+ "pt": "Foco grande"
},
{
"en": "Last 100",
@@ -4877,7 +5523,8 @@
"fr": "100 dernières",
"xloc": [
"default.handlebars->container->column_l->p41->3->1->p41limitdropdown->1"
- ]
+ ],
+ "pt": "Últimos 100"
},
{
"en": "Last 1000",
@@ -4888,7 +5535,8 @@
"default.handlebars->container->column_l->p16->3->1->0->5->p16limitdropdown->9",
"default.handlebars->container->column_l->p31->5->1->0->5->p31limitdropdown->9",
"default.handlebars->container->column_l->p41->3->1->p41limitdropdown->7"
- ]
+ ],
+ "pt": "Últimos 1000"
},
{
"en": "Last 120",
@@ -4898,7 +5546,8 @@
"default.handlebars->container->column_l->p3->3->1->0->3->p3limitdropdown->3",
"default.handlebars->container->column_l->p16->3->1->0->5->p16limitdropdown->3",
"default.handlebars->container->column_l->p31->5->1->0->5->p31limitdropdown->3"
- ]
+ ],
+ "pt": "Últimos 120"
},
{
"en": "Last 250",
@@ -4909,21 +5558,24 @@
"default.handlebars->container->column_l->p16->3->1->0->5->p16limitdropdown->5",
"default.handlebars->container->column_l->p31->5->1->0->5->p31limitdropdown->5",
"default.handlebars->container->column_l->p41->3->1->p41limitdropdown->3"
- ]
+ ],
+ "pt": "Últimos 250"
},
{
"en": "Last 3 hours",
"fr": "3 dernières heures",
"xloc": [
"default.handlebars->container->column_l->p40->3->1->p40time->1"
- ]
+ ],
+ "pt": "Últimas 3 horas"
},
{
"en": "Last 30 days",
"fr": "30 derniers jours",
"xloc": [
"default.handlebars->container->column_l->p40->3->1->p40time->9"
- ]
+ ],
+ "pt": "Últimos 30 dias"
},
{
"en": "Last 500",
@@ -4934,7 +5586,8 @@
"default.handlebars->container->column_l->p16->3->1->0->5->p16limitdropdown->7",
"default.handlebars->container->column_l->p31->5->1->0->5->p31limitdropdown->7",
"default.handlebars->container->column_l->p41->3->1->p41limitdropdown->5"
- ]
+ ],
+ "pt": "Últimos 500"
},
{
"en": "Last 60",
@@ -4944,7 +5597,8 @@
"default.handlebars->container->column_l->p3->3->1->0->3->p3limitdropdown->1",
"default.handlebars->container->column_l->p16->3->1->0->5->p16limitdropdown->1",
"default.handlebars->container->column_l->p31->5->1->0->5->p31limitdropdown->1"
- ]
+ ],
+ "pt": "Últimos 60"
},
{
"en": "Last 8 hours",
@@ -4952,14 +5606,16 @@
"fr": "8 dernières heures",
"xloc": [
"default.handlebars->container->column_l->p40->3->1->p40time->3"
- ]
+ ],
+ "pt": "Últimas 8 horas"
},
{
"en": "Last Access",
"fr": "Dernier accès",
"xloc": [
"default.handlebars->23->1132"
- ]
+ ],
+ "pt": "Último acesso"
},
{
"en": "Last agent address",
@@ -4969,14 +5625,16 @@
"default.handlebars->23->52",
"default.handlebars->23->53",
"default.handlebars->23->55"
- ]
+ ],
+ "pt": "Último endereço do agente"
},
{
"en": "Last agent connection",
"fr": "Dernière connexion de l'agent",
"xloc": [
"default.handlebars->23->51"
- ]
+ ],
+ "pt": "Última conexão do agente"
},
{
"en": "Last changed: {0}",
@@ -4984,7 +5642,8 @@
"fr": "Dernière modification: {0}",
"xloc": [
"default.handlebars->23->1214"
- ]
+ ],
+ "pt": "Última alteração: {0}"
},
{
"en": "Last day",
@@ -4992,7 +5651,8 @@
"fr": "Dernier jour",
"xloc": [
"default.handlebars->container->column_l->p40->3->1->p40time->5"
- ]
+ ],
+ "pt": "Último dia"
},
{
"en": "Last interfaces update",
@@ -5000,20 +5660,23 @@
"fr": "Dernière mise à jour des interfaces",
"xloc": [
"default.handlebars->23->57"
- ]
+ ],
+ "pt": "Última atualização de interfaces"
},
{
"en": "Last Login",
"fr": "Dernière connexion",
"xloc": [
"default.handlebars->23->1210"
- ]
+ ],
+ "pt": "Último login"
},
{
"en": "Last login: {0}",
"xloc": [
"default.handlebars->23->1142"
- ]
+ ],
+ "pt": "Último login: {0}"
},
{
"en": "Last seen:",
@@ -5022,7 +5685,8 @@
"xloc": [
"default.handlebars->23->47",
"default.handlebars->23->505"
- ]
+ ],
+ "pt": "Visto pela última vez:"
},
{
"en": "Last week",
@@ -5030,7 +5694,8 @@
"fr": "Dernière semaine",
"xloc": [
"default.handlebars->container->column_l->p40->3->1->p40time->7"
- ]
+ ],
+ "pt": "Semana passada"
},
{
"en": "Latest",
@@ -5044,20 +5709,23 @@
"fr": "Dernière version",
"xloc": [
"default.handlebars->23->75"
- ]
+ ],
+ "pt": "Última versão"
},
{
"en": "Latin",
"fr": "Latin",
"xloc": [
"default.handlebars->23->786"
- ]
+ ],
+ "pt": "Latim"
},
{
"en": "Latvian",
"xloc": [
"default.handlebars->23->787"
- ]
+ ],
+ "pt": "letão"
},
{
"en": "Left bar interface",
@@ -5067,28 +5735,32 @@
"error404.handlebars->container->topbar->uiMenuButton->uiMenu",
"login.handlebars->container->topbar->uiMenuButton->uiMenu",
"terms.handlebars->container->topbar->uiMenuButton->uiMenu"
- ]
+ ],
+ "pt": "Interface da barra esquerda"
},
{
"en": "Less",
"fr": "Moins",
"xloc": [
"default.handlebars->23->1292"
- ]
+ ],
+ "pt": "Menos"
},
{
"en": "LF",
"xloc": [
"default.handlebars->23->600",
"default.handlebars->23->609"
- ]
+ ],
+ "pt": "LF"
},
{
"en": "licensed under the",
"xloc": [
"terms.handlebars->container->column_l->75->1",
"terms-mobile.handlebars->container->page_content->column_l->75->1"
- ]
+ ],
+ "pt": "licenciado sob o"
},
{
"en": "Limit of 10 file uploads at the same time.",
@@ -5096,21 +5768,24 @@
"xloc": [
"messenger.handlebars->13->4",
"messenger.handlebars->13->5"
- ]
+ ],
+ "pt": "Limite de 10 uploads de arquivos ao mesmo tempo."
},
{
"en": "Limited Input",
"xloc": [
"default.handlebars->23->1072",
"default-mobile.handlebars->9->320"
- ]
+ ],
+ "pt": "Entrada limitada"
},
{
"en": "Limited Input Only",
"xloc": [
"default.handlebars->23->1046",
"default-mobile.handlebars->9->295"
- ]
+ ],
+ "pt": "Somente entrada limitada"
},
{
"en": "Link",
@@ -5119,7 +5794,8 @@
"default.handlebars->container->column_l->p42->p42tbl->1->0->4",
"default.handlebars->23->1087",
"default-mobile.handlebars->9->65"
- ]
+ ],
+ "pt": "Ligação"
},
{
"en": "Link Expiration",
@@ -5128,99 +5804,114 @@
"xloc": [
"default.handlebars->23->255",
"default.handlebars->23->269"
- ]
+ ],
+ "pt": "Expiração do link"
},
{
"en": "Linux",
"xloc": [
"agentinvite.handlebars->container->column_l->5->1->tlinuxtab",
"agentinvite.handlebars->container->column_l->5->linuxtab->1"
- ]
+ ],
+ "pt": "Linux"
},
{
"en": "Linux / BSD",
"xloc": [
"default.handlebars->23->280"
- ]
+ ],
+ "pt": "Linux / BSD"
},
{
"en": "Linux / BSD (UnInstall)",
"xloc": [
"default.handlebars->23->283"
- ]
+ ],
+ "pt": "Linux / BSD (desinstalação)"
},
{
"en": "Linux 32bit",
"xloc": [
"default.handlebars->23->405",
"default-mobile.handlebars->9->145"
- ]
+ ],
+ "pt": "Linux 32 bits"
},
{
"en": "Linux 64bit",
"xloc": [
"default.handlebars->23->406",
"default-mobile.handlebars->9->146"
- ]
+ ],
+ "pt": "Linux 64 bits"
},
{
"en": "Linux ARM",
"xloc": [
"default.handlebars->23->410",
"default-mobile.handlebars->9->150"
- ]
+ ],
+ "pt": "Linux ARM"
},
{
"en": "Linux ARM, Raspberry Pi (32bit)",
"xloc": [
"default.handlebars->23->558"
- ]
+ ],
+ "pt": "Linux ARM, Raspberry Pi (32 bits)"
},
{
"en": "Linux NoKVM x86-32bit",
"xloc": [
"default.handlebars->23->419",
"default-mobile.handlebars->9->159"
- ]
+ ],
+ "pt": "Linux NoKVM x86-32 bits"
},
{
"en": "Linux NoKVM x86-64bit",
"xloc": [
"default.handlebars->23->420",
"default-mobile.handlebars->9->160"
- ]
+ ],
+ "pt": "Linux NoKVM x86-64 bits"
},
{
"en": "Linux only",
"xloc": [
"default.handlebars->23->254"
- ]
+ ],
+ "pt": "Apenas Linux"
},
{
"en": "Linux Poky x86-32bit",
"xloc": [
"default.handlebars->23->415",
"default-mobile.handlebars->9->155"
- ]
+ ],
+ "pt": "Linux Poky x86-32 bits"
},
{
"en": "Linux Poky x86-64bit",
"xloc": [
"default.handlebars->23->418",
"default-mobile.handlebars->9->158"
- ]
+ ],
+ "pt": "Linux Poky x86-64 bits"
},
{
"en": "Linux x86 (32bit)",
"xloc": [
"default.handlebars->23->555"
- ]
+ ],
+ "pt": "Linux x86 (32 bits)"
},
{
"en": "Linux x86 (64bit)",
"xloc": [
"default.handlebars->23->556"
- ]
+ ],
+ "pt": "Linux x86 (64 bits)"
},
{
"en": "List",
@@ -5228,14 +5919,16 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarViewIcons",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarView->viewselect->3"
- ]
+ ],
+ "pt": "Lista"
},
{
"en": "Lithuanian",
"fr": "Lituanien",
"xloc": [
"default.handlebars->23->788"
- ]
+ ],
+ "pt": "Lituano"
},
{
"en": "Loading...",
@@ -5247,26 +5940,30 @@
"default.handlebars->23->931",
"default.handlebars->23->933",
"default-mobile.handlebars->9->28"
- ]
+ ],
+ "pt": "Carregando..."
},
{
"en": "Local",
"cs": "Lokální",
"xloc": [
"messenger.handlebars->localVideo->1"
- ]
+ ],
+ "pt": "Local"
},
{
"en": "Local file upload",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog3->d3upload->d3uploadMode->1"
- ]
+ ],
+ "pt": "Upload de arquivo local"
},
{
"en": "Local Keyboard Map",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->5"
- ]
+ ],
+ "pt": "Mapa do teclado local"
},
{
"en": "Localization Settings",
@@ -5274,19 +5971,22 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->3->5",
"default.handlebars->23->881"
- ]
+ ],
+ "pt": "Configurações de localização"
},
{
"en": "Location",
"xloc": [
"default.handlebars->23->486"
- ]
+ ],
+ "pt": "Localização"
},
{
"en": "Location Results",
"xloc": [
"default.handlebars->container->column_l->p1->xdevicesmap->xmapSearchResultsDlg->xmapSearchResultsBck->3"
- ]
+ ],
+ "pt": "Resultados da Localização"
},
{
"en": "Lock Account",
@@ -5294,7 +5994,8 @@
"fr": "Verrouiller le compte",
"xloc": [
"default.handlebars->23->1191"
- ]
+ ],
+ "pt": "Bloquear conta"
},
{
"en": "Locked",
@@ -5302,21 +6003,24 @@
"fr": "Verrouiller",
"xloc": [
"default.handlebars->23->1143"
- ]
+ ],
+ "pt": "Bloqueado"
},
{
"en": "Locked account",
"fr": "Compte verrouillé",
"xloc": [
"default.handlebars->23->1195"
- ]
+ ],
+ "pt": "Conta bloqueada"
},
{
"en": "Log Event",
"cs": "Log udalostí",
"xloc": [
"default.handlebars->23->477"
- ]
+ ],
+ "pt": "Log de Evento"
},
{
"en": "Log In",
@@ -5326,13 +6030,15 @@
"login.handlebars->container->column_l->centralTable->1->0->logincell->loginpanel->1->7->1->4->3",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->5->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->4->3"
- ]
+ ],
+ "pt": "Entrar"
},
{
"en": "Log-X",
"xloc": [
"default.handlebars->container->column_l->p40->3->3->3"
- ]
+ ],
+ "pt": "Log-X"
},
{
"en": "Login",
@@ -5341,7 +6047,8 @@
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->2->1->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->4->1->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resettokenpanel->1->5->1->2->1->1"
- ]
+ ],
+ "pt": "Entrar"
},
{
"en": "Login failed, check username and password.",
@@ -5357,7 +6064,8 @@
"login.handlebars->container->column_l->centralTable->1->0->logincell->resettokenpanel->1->5->1->0->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->tokenpanel->1->7->1->0->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resettokenpanel->1->5->1->0->1"
- ]
+ ],
+ "pt": "Token de logon:"
},
{
"en": "Logout",
@@ -5367,14 +6075,16 @@
"default.handlebars->23->14",
"default-mobile.handlebars->topMenu->logoutMenuOption->0->0",
"terms.handlebars->3->2"
- ]
+ ],
+ "pt": "Sair"
},
{
"en": "Luxembourgish",
"fr": "Luxembourgeois",
"xloc": [
"default.handlebars->23->789"
- ]
+ ],
+ "pt": "Luxemburguês"
},
{
"en": "MAC address",
@@ -5382,57 +6092,66 @@
"fr": "Adresse MAC",
"xloc": [
"default.handlebars->23->62"
- ]
+ ],
+ "pt": "Endereço MAC"
},
{
"en": "MacOS",
"xloc": [
"agentinvite.handlebars->container->column_l->5->1->tmacostab"
- ]
+ ],
+ "pt": "MacOS"
},
{
"en": "MacOS (64bit)",
"xloc": [
"default.handlebars->23->557"
- ]
+ ],
+ "pt": "MacOS (64 bits)"
},
{
"en": "MacOS 32bit",
"xloc": [
"default.handlebars->23->411",
"default-mobile.handlebars->9->151"
- ]
+ ],
+ "pt": "MacOS 32 bits"
},
{
"en": "MacOS 64bit",
"xloc": [
"default.handlebars->23->416",
"default-mobile.handlebars->9->156"
- ]
+ ],
+ "pt": "MacOS 64 bits"
},
{
"en": "Main Server Messages",
"xloc": [
"default.handlebars->23->1269"
- ]
+ ],
+ "pt": "Mensagens do servidor principal"
},
{
"en": "Malay",
"xloc": [
"default.handlebars->23->791"
- ]
+ ],
+ "pt": "Malaio"
},
{
"en": "Malayalam",
"xloc": [
"default.handlebars->23->792"
- ]
+ ],
+ "pt": "Malaiala"
},
{
"en": "Maltese",
"xloc": [
"default.handlebars->23->793"
- ]
+ ],
+ "pt": "Maltês"
},
{
"en": "Manage authenticator app",
@@ -5440,21 +6159,24 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountSecurity->3->manageAuthApp->1->0",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->3->manageAuthApp->0"
- ]
+ ],
+ "pt": "Gerenciar aplicativo autenticador"
},
{
"en": "Manage backup codes",
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountSecurity->3->manageOtp->1->0",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->3->manageOtp->0"
- ]
+ ],
+ "pt": "Gerenciar códigos de backup"
},
{
"en": "Manage Backup Codes",
"xloc": [
"default.handlebars->23->102",
"default-mobile.handlebars->9->26"
- ]
+ ],
+ "pt": "Gerenciar códigos de backup"
},
{
"en": "Manage Device Group Computers",
@@ -5464,7 +6186,8 @@
"default.handlebars->23->1062",
"default-mobile.handlebars->9->292",
"default-mobile.handlebars->9->310"
- ]
+ ],
+ "pt": "Gerenciar computadores do grupo de dispositivos"
},
{
"en": "Manage Device Group Users",
@@ -5474,21 +6197,24 @@
"default.handlebars->23->1061",
"default-mobile.handlebars->9->291",
"default-mobile.handlebars->9->309"
- ]
+ ],
+ "pt": "Gerenciar usuários do grupo de dispositivos"
},
{
"en": "Manage security keys",
"cs": "Spravovat bezpečnostní klíče",
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountSecurity->3->manageHardwareOtp->1->0"
- ]
+ ],
+ "pt": "Gerenciar chaves de segurança"
},
{
"en": "Manage Security Keys",
"cs": "Spravovat bezpečnostní klíče",
"xloc": [
"default.handlebars->23->109"
- ]
+ ],
+ "pt": "Gerenciar chaves de segurança"
},
{
"en": "Manage Users",
@@ -5496,14 +6222,16 @@
"fr": "Gérer les utilisateurs",
"xloc": [
"default.handlebars->23->1190"
- ]
+ ],
+ "pt": "Gerenciar Usuários"
},
{
"en": "Manage using a software agent",
"fr": "Gérer à l'aide d'un agent logiciel",
"xloc": [
"default.handlebars->23->913"
- ]
+ ],
+ "pt": "Gerenciar usando um agente de software"
},
{
"en": "Managed using a software agent",
@@ -5511,33 +6239,38 @@
"xloc": [
"default.handlebars->23->937",
"default-mobile.handlebars->9->272"
- ]
+ ],
+ "pt": "Gerenciado usando um agente de software"
},
{
"en": "Manager",
"xloc": [
"default.handlebars->23->1148"
- ]
+ ],
+ "pt": "Gerenciador"
},
{
"en": "Manual Certificate",
"fr": "Certificat manuel",
"xloc": [
"default.handlebars->23->224"
- ]
+ ],
+ "pt": "Certificado manual"
},
{
"en": "Manual Username/Password",
"fr": "Nom d'utilisateur / mot de passe manuel",
"xloc": [
"default.handlebars->23->223"
- ]
+ ],
+ "pt": "Nome de usuário / senha manual"
},
{
"en": "Maori",
"xloc": [
"default.handlebars->23->794"
- ]
+ ],
+ "pt": "Maori"
},
{
"en": "Map",
@@ -5546,14 +6279,16 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarViewIcons",
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarView->viewselect->viewselectmapoption"
- ]
+ ],
+ "pt": "Mapa"
},
{
"en": "Marathi",
"fr": "Marathi",
"xloc": [
"default.handlebars->23->795"
- ]
+ ],
+ "pt": "Marathi"
},
{
"en": "Maximum length of {0}",
@@ -5561,7 +6296,8 @@
"xloc": [
"login.handlebars->5->29",
"login-mobile.handlebars->5->29"
- ]
+ ],
+ "pt": "Comprimento máximo de {0}"
},
{
"en": "Medium",
@@ -5571,7 +6307,8 @@
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize->sizeselect->3",
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->d7framelimiter->3",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->7->d7framelimiter->3"
- ]
+ ],
+ "pt": "Médio"
},
{
"en": "Megabytes",
@@ -5579,7 +6316,8 @@
"fr": "Mégaoctets",
"xloc": [
"default.handlebars->23->1263"
- ]
+ ],
+ "pt": "Megabytes"
},
{
"en": "Memory",
@@ -5589,7 +6327,8 @@
"default.handlebars->container->column_l->p40->3->1->p40type->3",
"default.handlebars->23->39",
"default.handlebars->23->1254"
- ]
+ ],
+ "pt": "Memória"
},
{
"en": "Mesh Agent",
@@ -5602,7 +6341,8 @@
"default.handlebars->23->431",
"default.handlebars->23->462",
"default-mobile.handlebars->9->197"
- ]
+ ],
+ "pt": "Mesh Agent"
},
{
"en": "Mesh Agent Console",
@@ -5610,7 +6350,8 @@
"xloc": [
"default.handlebars->23->1050",
"default-mobile.handlebars->9->299"
- ]
+ ],
+ "pt": "Mesh Agent Console"
},
{
"en": "Mesh agent is connected and ready for use.",
@@ -5619,7 +6360,8 @@
"default.handlebars->23->148",
"default.handlebars->23->334",
"default.handlebars->23->461"
- ]
+ ],
+ "pt": "O agente de malha está conectado e pronto para uso."
},
{
"en": "Mesh agent is reachable using another agent as relay.",
@@ -5627,13 +6369,15 @@
"default.handlebars->23->154",
"default.handlebars->23->340",
"default.handlebars->23->467"
- ]
+ ],
+ "pt": "O agente de malha é alcançável usando outro agente como retransmissão."
},
{
"en": "Mesh Relay",
"xloc": [
"default.handlebars->23->468"
- ]
+ ],
+ "pt": "Mesh Relay"
},
{
"en": "MeshAgent traffic",
@@ -5651,44 +6395,51 @@
"en": "MeshCentral Desktop",
"xloc": [
"player.htm->3->12"
- ]
+ ],
+ "pt": "MeshCentral Desktop"
},
{
"en": "MeshCentral Errors",
"xloc": [
"default.handlebars->23->932"
- ]
+ ],
+ "pt": "MeshCentral Errors"
},
{
"en": "MeshCentral Router",
"xloc": [
"default.handlebars->23->552"
- ]
+ ],
+ "pt": "MeshCentral Router"
},
{
"en": "MeshCentral Router is a Windows tool for TCP port mapping. You can, for example, RDP into a remote device thru this server.",
"xloc": [
"default.handlebars->23->551"
- ]
+ ],
+ "pt": "O MeshCentral Router é uma ferramenta do Windows para mapeamento de portas TCP. Você pode, por exemplo, RDP em um dispositivo remoto através deste servidor."
},
{
"en": "MeshCentral Server Errors",
"xloc": [
"default.handlebars->23->79",
"default.handlebars->23->81"
- ]
+ ],
+ "pt": "Erros do servidor MeshCentral"
},
{
"en": "MeshCentral Server Peering",
"xloc": [
"default.handlebars->23->1270"
- ]
+ ],
+ "pt": "Peering do servidor MeshCentral"
},
{
"en": "MeshCentral Terminal",
"xloc": [
"player.htm->3->11"
- ]
+ ],
+ "pt": "MeshCentral Terminal"
},
{
"en": "MeshCentral Version",
@@ -5696,19 +6447,22 @@
"default.handlebars->23->76",
"default.handlebars->23->77",
"default.handlebars->23->930"
- ]
+ ],
+ "pt": "Versão MeshCentral"
},
{
"en": "MeshCmd",
"xloc": [
"default.handlebars->23->171"
- ]
+ ],
+ "pt": "MeshCmd"
},
{
"en": "MeshCommander Script",
"xloc": [
"default.handlebars->23->222"
- ]
+ ],
+ "pt": "MeshCommander Script"
},
{
"en": "MeshMessenger",
@@ -5716,64 +6470,74 @@
"messenger.handlebars->xtop->3->0->xtitle",
"messenger.handlebars->13->1",
"messenger.handlebars->13->2"
- ]
+ ],
+ "pt": "MeshMessenger"
},
{
"en": "MeshServerRootCert.cer",
"xloc": [
"default.handlebars->23->233"
- ]
+ ],
+ "pt": "MeshServerRootCert.cer"
},
{
"en": "Message",
"xloc": [
"default.handlebars->23->266",
"default.handlebars->23->531"
- ]
+ ],
+ "pt": "Mensagem"
},
{
"en": "Message Dispatcher",
"xloc": [
"default.handlebars->23->1268"
- ]
+ ],
+ "pt": "Despachante de mensagens"
},
{
"en": "Microsoft™ Windows 32bit",
"xloc": [
"agentinvite.handlebars->container->column_l->5->wintab32->1"
- ]
+ ],
+ "pt": "Microsoft™ Windows 32 bits"
},
{
"en": "Microsoft™ Windows 64bit",
"xloc": [
"agentinvite.handlebars->container->column_l->5->wintab64->1"
- ]
+ ],
+ "pt": "Microsoft™ Windows 64 bits"
},
{
"en": "Minimum length of {0}",
"xloc": [
"login.handlebars->5->28",
"login-mobile.handlebars->5->28"
- ]
+ ],
+ "pt": "Comprimento mínimo de {0}"
},
{
"en": "MIPS",
"xloc": [
"default.handlebars->23->407",
"default-mobile.handlebars->9->147"
- ]
+ ],
+ "pt": "MIPS"
},
{
"en": "Modify node location",
"xloc": [
"default.handlebars->23->362"
- ]
+ ],
+ "pt": "Modificar localização do nó"
},
{
"en": "Moldavian",
"xloc": [
"default.handlebars->23->796"
- ]
+ ],
+ "pt": "Moldavian"
},
{
"en": "More",
@@ -5781,27 +6545,31 @@
"fr": "Plus",
"xloc": [
"default.handlebars->23->1291"
- ]
+ ],
+ "pt": "Mais"
},
{
"en": "Motherboard",
"fr": "Carte mère",
"xloc": [
"default.handlebars->23->33"
- ]
+ ],
+ "pt": "Placa-mãe"
},
{
"en": "move",
"xloc": [
"default.handlebars->23->1117",
"default-mobile.handlebars->9->87"
- ]
+ ],
+ "pt": "Mover"
},
{
"en": "Move this device to a different device group",
"xloc": [
"default.handlebars->23->479"
- ]
+ ],
+ "pt": "Mova este dispositivo para um grupo de dispositivos diferente"
},
{
"en": "Move to device group",
@@ -5809,7 +6577,8 @@
"fr": "Déplacer vers un groupe d'appareils",
"xloc": [
"default.handlebars->23->355"
- ]
+ ],
+ "pt": "Mover para o grupo de dispositivos"
},
{
"en": "MPS Server",
@@ -5817,7 +6586,8 @@
"xloc": [
"default.handlebars->23->237",
"default.handlebars->23->242"
- ]
+ ],
+ "pt": "Servidor MPS"
},
{
"en": "MQTT",
@@ -5830,14 +6600,16 @@
"default.handlebars->23->654",
"default-mobile.handlebars->9->122",
"default-mobile.handlebars->9->191"
- ]
+ ],
+ "pt": "MQTT"
},
{
"en": "MQTT channel connected",
"xloc": [
"default.handlebars->23->504",
"default-mobile.handlebars->9->200"
- ]
+ ],
+ "pt": "Canal MQTT conectado"
},
{
"en": "MQTT connected",
@@ -5845,7 +6617,8 @@
"xloc": [
"default.handlebars->23->121",
"default.handlebars->23->503"
- ]
+ ],
+ "pt": "MQTT conectado"
},
{
"en": "MQTT connection to the device is active.",
@@ -5853,32 +6626,37 @@
"default.handlebars->23->156",
"default.handlebars->23->342",
"default.handlebars->23->469"
- ]
+ ],
+ "pt": "A conexão MQTT com o dispositivo está ativa."
},
{
"en": "MQTT Credentials",
"xloc": [
"default.handlebars->23->138"
- ]
+ ],
+ "pt": "Credenciais MQTT"
},
{
"en": "MQTT disconnected",
"xloc": [
"default.handlebars->23->125"
- ]
+ ],
+ "pt": "MQTT desconectado"
},
{
"en": "MQTT Login",
"xloc": [
"default.handlebars->23->496"
- ]
+ ],
+ "pt": "Login do MQTT"
},
{
"en": "Multi-Desktop",
"fr": "Multi-bureau",
"xloc": [
"default.handlebars->contextMenu->cxmdesktop"
- ]
+ ],
+ "pt": "Multi-Desktop"
},
{
"en": "My Account",
@@ -5889,7 +6667,8 @@
"default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyAccount",
"default.handlebars->container->column_l->p2->1",
"default-mobile.handlebars->topMenu->3"
- ]
+ ],
+ "pt": "Minha conta"
},
{
"en": "My Devices",
@@ -5899,7 +6678,8 @@
"default.handlebars->container->page_leftbar",
"default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyDevices",
"default.handlebars->container->column_l->p1->2->0"
- ]
+ ],
+ "pt": "Meus dispositivos"
},
{
"en": "My Events",
@@ -5909,7 +6689,8 @@
"default.handlebars->container->page_leftbar",
"default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyEvents",
"default.handlebars->container->column_l->p3->1"
- ]
+ ],
+ "pt": "Meus Eventos"
},
{
"en": "My Files",
@@ -5921,7 +6702,8 @@
"default.handlebars->container->column_l->p5->1",
"default-mobile.handlebars->container->page_content->column_l->p5->1->1->0->5->1->1",
"default-mobile.handlebars->topMenu->1"
- ]
+ ],
+ "pt": "Meus arquivos"
},
{
"en": "My Server",
@@ -5931,14 +6713,16 @@
"default.handlebars->container->page_leftbar",
"default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyServer",
"default.handlebars->container->column_l->p6->3"
- ]
+ ],
+ "pt": "Meu servidor"
},
{
"en": "My Server Console",
"fr": "Console de mon serveur",
"xloc": [
"default.handlebars->23->648"
- ]
+ ],
+ "pt": "Console do meu servidor"
},
{
"en": "My Server Plugins",
@@ -5960,14 +6744,16 @@
"fr": "Statistiques de mon serveur",
"xloc": [
"default.handlebars->container->column_l->p40->1"
- ]
+ ],
+ "pt": "Estatísticas do meu servidor"
},
{
"en": "My Server Tracing",
"fr": "Suivi de mon serveur",
"xloc": [
"default.handlebars->container->column_l->p41->1"
- ]
+ ],
+ "pt": "Rastreio do meu servidor"
},
{
"en": "My Users",
@@ -5977,7 +6763,8 @@
"default.handlebars->container->page_leftbar",
"default.handlebars->container->topbar->1->1->MainMenuSpan->1->0->MainMenuMyUsers",
"default.handlebars->container->column_l->p4->1"
- ]
+ ],
+ "pt": "Meus usuários"
},
{
"en": "MyKey",
@@ -5985,7 +6772,8 @@
"xloc": [
"default.handlebars->23->671",
"default.handlebars->23->674"
- ]
+ ],
+ "pt": "Minha chave"
},
{
"en": "Name",
@@ -6009,7 +6797,8 @@
"default-mobile.handlebars->9->132",
"default-mobile.handlebars->9->273",
"default-mobile.handlebars->9->286"
- ]
+ ],
+ "pt": "Nome"
},
{
"en": "Name (optional)",
@@ -6017,35 +6806,40 @@
"fr": "Nom: (optionnel)",
"xloc": [
"default.handlebars->23->246"
- ]
+ ],
+ "pt": "Nome (Opcional)"
},
{
"en": "Name1, Name2, Name3",
"fr": "Nom1, Nom2, Nom3",
"xloc": [
"default.handlebars->23->1183"
- ]
+ ],
+ "pt": "Nome1, Nome2, Nome3"
},
{
"en": "Navajo",
"fr": "Navajo",
"xloc": [
"default.handlebars->23->797"
- ]
+ ],
+ "pt": "Navajo"
},
{
"en": "Ndonga",
"fr": "Ndonga",
"xloc": [
"default.handlebars->23->798"
- ]
+ ],
+ "pt": "Ndonga"
},
{
"en": "Nepali",
"fr": "Népalais",
"xloc": [
"default.handlebars->23->799"
- ]
+ ],
+ "pt": "Nepali"
},
{
"en": "Network Interfaces",
@@ -6053,14 +6847,16 @@
"fr": "Interfaces réseau",
"xloc": [
"default.handlebars->23->549"
- ]
+ ],
+ "pt": "Interfaces de rede"
},
{
"en": "Network Router",
"fr": "Routeur réseau",
"xloc": [
"default.handlebars->23->560"
- ]
+ ],
+ "pt": "Roteador de rede"
},
{
"en": "New",
@@ -6069,7 +6865,8 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2createMeshLink1->1",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3createMeshLink1->1"
- ]
+ ],
+ "pt": "Novo"
},
{
"en": "New Account...",
@@ -6077,7 +6874,8 @@
"fr": "Nouveau Compte...",
"xloc": [
"default.handlebars->container->column_l->p4->3->1->0->3->3"
- ]
+ ],
+ "pt": "Nova conta..."
},
{
"en": "New Device Group",
@@ -6088,7 +6886,8 @@
"default.handlebars->23->904",
"default.handlebars->23->916",
"default-mobile.handlebars->9->47"
- ]
+ ],
+ "pt": "Novo grupo de dispositivos"
},
{
"en": "New Folder",
@@ -6101,7 +6900,8 @@
"default.handlebars->23->1105",
"default-mobile.handlebars->9->76",
"default-mobile.handlebars->9->244"
- ]
+ ],
+ "pt": "Nova pasta"
},
{
"en": "New password:",
@@ -6112,21 +6912,24 @@
"default.handlebars->23->900",
"default-mobile.handlebars->9->42",
"default-mobile.handlebars->9->43"
- ]
+ ],
+ "pt": "Nova senha:"
},
{
"en": "New Tokens",
"fr": "Nouveaux Jetons",
"xloc": [
"default-mobile.handlebars->9->24"
- ]
+ ],
+ "pt": "Novos tokens"
},
{
"en": "No Active Tokens",
"xloc": [
"default.handlebars->23->97",
"default-mobile.handlebars->9->22"
- ]
+ ],
+ "pt": "Nenhum token ativo"
},
{
"en": "No Credentials",
@@ -6136,7 +6939,8 @@
"default.handlebars->23->446",
"default-mobile.handlebars->9->181",
"default-mobile.handlebars->9->182"
- ]
+ ],
+ "pt": "Sem credenciais"
},
{
"en": "No device groups.",
@@ -6145,7 +6949,8 @@
"default.handlebars->container->column_l->p1->NoMeshesPanel->1->1->0->3->getStarted2",
"default.handlebars->container->column_l->p2->p2noMeshFound",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3noMeshFound"
- ]
+ ],
+ "pt": "Nenhum grupo de dispositivos."
},
{
"en": "No devices",
@@ -6153,13 +6958,15 @@
"fr": "Aucun appareil",
"xloc": [
"default-mobile.handlebars->9->95"
- ]
+ ],
+ "pt": "Nenhum dispositivo"
},
{
"en": "No devices are included in any groups, click on a device\\'s \\\"Groups\\\" to add to a group.",
"xloc": [
"default.handlebars->23->162"
- ]
+ ],
+ "pt": "Nenhum dispositivo está incluído em nenhum grupo, clique no \\\"Grupo\\\" de um dispositivo para adicionar a um grupo"
},
{
"en": "No devices found.",
@@ -6167,7 +6974,8 @@
"fr": "Aucun périphérique trouvé.",
"xloc": [
"default.handlebars->23->380"
- ]
+ ],
+ "pt": "Nenhum dispositivo encontrado."
},
{
"en": "No devices in this group",
@@ -6176,14 +6984,16 @@
"xloc": [
"default.handlebars->23->166",
"default-mobile.handlebars->9->94"
- ]
+ ],
+ "pt": "Nenhum dispositivo neste grupo"
},
{
"en": "No devices matching this search.",
"fr": "Aucun appareil ne correspond à cette recherche.",
"xloc": [
"default.handlebars->23->163"
- ]
+ ],
+ "pt": "Nenhum dispositivo correspondente a esta pesquisa."
},
{
"en": "No Events Found",
@@ -6192,7 +7002,8 @@
"default.handlebars->23->646",
"default.handlebars->23->1121",
"default.handlebars->23->1243"
- ]
+ ],
+ "pt": "Nenhum evento encontrado"
},
{
"en": "No File Access",
@@ -6200,7 +7011,8 @@
"xloc": [
"default.handlebars->23->1048",
"default-mobile.handlebars->9->297"
- ]
+ ],
+ "pt": "Sem acesso a arquivos"
},
{
"en": "No Files",
@@ -6208,13 +7020,15 @@
"xloc": [
"default.handlebars->23->1070",
"default-mobile.handlebars->9->318"
- ]
+ ],
+ "pt": "Sem arquivos"
},
{
"en": "No information for this device.",
"xloc": [
"default.handlebars->23->29"
- ]
+ ],
+ "pt": "Nenhuma informação para este dispositivo."
},
{
"en": "No Intel® AMT",
@@ -6223,50 +7037,58 @@
"default.handlebars->23->1071",
"default-mobile.handlebars->9->298",
"default-mobile.handlebars->9->319"
- ]
+ ],
+ "pt": "Nenhum Intel® AMT"
},
{
"en": "No Intel® AMT devices in this group",
"xloc": [
"default-mobile.handlebars->9->93"
- ]
+ ],
+ "pt": "Nenhum Intel® AMT devices in this group"
},
{
"en": "No Intel® AMT devices in this mesh",
"xloc": [
"default.handlebars->23->164"
- ]
+ ],
+ "pt": "Nenhum Intel® dispositivos AMT nessa malha"
},
{
"en": "No Keys Configured",
"cs": "Žádný klíč není zkonfigurován",
"xloc": [
"default.handlebars->23->105"
- ]
+ ],
+ "pt": "Nenhuma chave configurada"
},
{
"en": "No location found.",
"xloc": [
"default.handlebars->23->382"
- ]
+ ],
+ "pt": "Nenhum local encontrado."
},
{
"en": "No network interface information available for this device.",
"xloc": [
"default.handlebars->23->50"
- ]
+ ],
+ "pt": "Nenhuma informação de interface de rede disponível para este dispositivo."
},
{
"en": "No New Device Groups",
"xloc": [
"default.handlebars->23->1192"
- ]
+ ],
+ "pt": "Não há novos grupos de dispositivos"
},
{
"en": "No other device group of same type exists.",
"xloc": [
"default.handlebars->23->544"
- ]
+ ],
+ "pt": "Não existe outro grupo de dispositivos do mesmo tipo."
},
{
"en": "No plugins on server.",
@@ -6280,7 +7102,8 @@
"default.handlebars->23->963",
"default.handlebars->23->993",
"default.handlebars->23->996"
- ]
+ ],
+ "pt": "Nenhuma política"
},
{
"en": "No Rights",
@@ -6291,13 +7114,15 @@
"default-mobile.handlebars->9->62",
"default-mobile.handlebars->9->281",
"default-mobile.handlebars->9->324"
- ]
+ ],
+ "pt": "Sem direitos"
},
{
"en": "No server rights",
"xloc": [
"default.handlebars->23->1196"
- ]
+ ],
+ "pt": "Sem direitos de servidor"
},
{
"en": "No Terminal",
@@ -6305,14 +7130,16 @@
"xloc": [
"default.handlebars->23->1069",
"default-mobile.handlebars->9->317"
- ]
+ ],
+ "pt": "Sem terminal"
},
{
"en": "No Terminal Access",
"xloc": [
"default.handlebars->23->1047",
"default-mobile.handlebars->9->296"
- ]
+ ],
+ "pt": "Sem acesso ao terminal"
},
{
"en": "No TLS security",
@@ -6322,34 +7149,39 @@
"default.handlebars->23->209",
"default.handlebars->23->527",
"default-mobile.handlebars->9->212"
- ]
+ ],
+ "pt": "Sem segurança TLS"
},
{
"en": "No Tools (MeshCmd/Router)",
"cs": "Žádné nástroje (MeshCmd/Router)",
"xloc": [
"default.handlebars->23->1193"
- ]
+ ],
+ "pt": "Sem ferramentas (MeshCmd / Roteador)"
},
{
"en": "No users found.",
"cs": "Žádný uživatele nalezen.",
"xloc": [
"default.handlebars->23->1138"
- ]
+ ],
+ "pt": "Usuários não encontrados."
},
{
"en": "NodeID",
"xloc": [
"player.htm->3->10"
- ]
+ ],
+ "pt": "NodeID"
},
{
"en": "NodeJS",
"xloc": [
"default.handlebars->23->423",
"default-mobile.handlebars->9->163"
- ]
+ ],
+ "pt": "NodeJS"
},
{
"en": "None",
@@ -6381,7 +7213,8 @@
"default-mobile.handlebars->9->193",
"default-mobile.handlebars->9->242",
"default-mobile.handlebars->9->275"
- ]
+ ],
+ "pt": "Nenhum"
},
{
"en": "Normal Speed",
@@ -6389,49 +7222,56 @@
"fr": "Vitesse normale",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3->PlaySpeed->5"
- ]
+ ],
+ "pt": "Velocidade normal"
},
{
"en": "Norwegian",
"fr": "Norvégien",
"xloc": [
"default.handlebars->23->800"
- ]
+ ],
+ "pt": "norueguês"
},
{
"en": "Norwegian (Bokmal)",
"fr": "Norvégien (Bokmal)",
"xloc": [
"default.handlebars->23->801"
- ]
+ ],
+ "pt": "Norueguês (Bokmal)"
},
{
"en": "Norwegian (Nynorsk)",
"fr": "Norvégien (Nynorsk)",
"xloc": [
"default.handlebars->23->802"
- ]
+ ],
+ "pt": "Norueguês (Nynorsk)"
},
{
"en": "Not Activated (In)",
"xloc": [
"default.handlebars->23->433",
"default-mobile.handlebars->9->173"
- ]
+ ],
+ "pt": "Não ativado (entrada)"
},
{
"en": "Not Activated (Pre)",
"xloc": [
"default.handlebars->23->432",
"default-mobile.handlebars->9->172"
- ]
+ ],
+ "pt": "Não ativado (pré)"
},
{
"en": "Not set",
"cs": "Nenastaveno",
"xloc": [
"default.handlebars->23->1201"
- ]
+ ],
+ "pt": "Não configurado"
},
{
"en": "Notes",
@@ -6442,7 +7282,8 @@
"default.handlebars->23->508",
"default.handlebars->23->969",
"default.handlebars->23->1226"
- ]
+ ],
+ "pt": "Notas"
},
{
"en": "Notice:",
@@ -6457,26 +7298,30 @@
"default.handlebars->container->column_l->p2->p2AccountActions->3->8",
"default.handlebars->23->886",
"default.handlebars->23->1084"
- ]
+ ],
+ "pt": "Configurações de notificação"
},
{
"en": "Notification sound.",
"xloc": [
"default.handlebars->23->882"
- ]
+ ],
+ "pt": "Som de notificação."
},
{
"en": "Notifications",
"cs": "Notifikace",
"xloc": [
"default.handlebars->23->962"
- ]
+ ],
+ "pt": "Notificações"
},
{
"en": "Notify",
"xloc": [
"default.handlebars->23->1228"
- ]
+ ],
+ "pt": "Notificar"
},
{
"en": "Notify user",
@@ -6485,33 +7330,38 @@
"default.handlebars->23->1025",
"default.handlebars->23->1029",
"default.handlebars->23->1032"
- ]
+ ],
+ "pt": "Notificar usuário"
},
{
"en": "Notify {0}",
"xloc": [
"default.handlebars->23->1150"
- ]
+ ],
+ "pt": "Notificar {0}"
},
{
"en": "Occitan",
"xloc": [
"default.handlebars->23->803"
- ]
+ ],
+ "pt": "Occitânico"
},
{
"en": "Occured at {0}",
"fr": "Survenu à {0}",
"xloc": [
"default.handlebars->23->1246"
- ]
+ ],
+ "pt": "Ocorreu em {0}"
},
{
"en": "Offline Users",
"fr": "Utilisateurs hors ligne",
"xloc": [
"default.handlebars->23->1135"
- ]
+ ],
+ "pt": "Usuários offline"
},
{
"en": "OK",
@@ -6524,7 +7374,8 @@
"login.handlebars->dialog->idx_dlgButtonBar",
"login-mobile.handlebars->dialog->idx_dlgButtonBar",
"player.htm->p11->dialog->idx_dlgButtonBar"
- ]
+ ],
+ "pt": "Ok"
},
{
"en": "Old password:",
@@ -6533,14 +7384,16 @@
"xloc": [
"default.handlebars->23->898",
"default-mobile.handlebars->9->41"
- ]
+ ],
+ "pt": "Senha Antiga:"
},
{
"en": "One time tokens can be used as secondary authentication. Generate a set, print them and keep them in a safe place.",
"xloc": [
"default.handlebars->23->96",
"default-mobile.handlebars->9->21"
- ]
+ ],
+ "pt": "Os tokens únicos podem ser usados como autenticação secundária. Gere um conjunto, imprima-os e mantenha-os em um local seguro."
},
{
"en": "Online Users",
@@ -6548,7 +7401,8 @@
"fr": "Utilisateurs en ligne",
"xloc": [
"default.handlebars->23->1134"
- ]
+ ],
+ "pt": "Usuários Online"
},
{
"en": "Only files less than 200k can be edited.",
@@ -6556,14 +7410,16 @@
"xloc": [
"default.handlebars->23->627",
"default-mobile.handlebars->9->252"
- ]
+ ],
+ "pt": "Somente arquivos com menos de 200k podem ser editados."
},
{
"en": "open",
"cs": "otevřít",
"xloc": [
"default.handlebars->23->375"
- ]
+ ],
+ "pt": "abrir"
},
{
"en": "Open a web address on the remote computer",
@@ -6576,7 +7432,8 @@
"fr": "Ouvrir la fenêtre de discussion sur cet ordinateur",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1"
- ]
+ ],
+ "pt": "Abra a janela de bate-papo neste computador"
},
{
"en": "Open File...",
@@ -6584,13 +7441,15 @@
"xloc": [
"player.htm->p11->deskarea0->deskarea1->3",
"player.htm->3->19"
- ]
+ ],
+ "pt": "Abrir arquivo..."
},
{
"en": "Open Page on Device",
"xloc": [
"default.handlebars->23->510"
- ]
+ ],
+ "pt": "Abrir página no dispositivo"
},
{
"en": "Operating System",
@@ -6601,7 +7460,8 @@
"default.handlebars->23->249",
"default.handlebars->23->278",
"default.handlebars->23->455"
- ]
+ ],
+ "pt": "Sistema operacional"
},
{
"en": "Operation",
@@ -6611,7 +7471,8 @@
"default.handlebars->23->350",
"default.handlebars->23->519",
"default-mobile.handlebars->9->207"
- ]
+ ],
+ "pt": "Operação"
},
{
"en": "Organization",
@@ -6619,19 +7480,22 @@
"fr": "Organisation",
"xloc": [
"default.handlebars->23->241"
- ]
+ ],
+ "pt": "Organização"
},
{
"en": "Oriya",
"xloc": [
"default.handlebars->23->804"
- ]
+ ],
+ "pt": "Oriya"
},
{
"en": "Oromo",
"xloc": [
"default.handlebars->23->805"
- ]
+ ],
+ "pt": "Oromo"
},
{
"en": "OS Name",
@@ -6639,7 +7503,8 @@
"fr": "Nom du système",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->7->1"
- ]
+ ],
+ "pt": "Nome do SO"
},
{
"en": "Other",
@@ -6647,41 +7512,47 @@
"fr": "Autre",
"xloc": [
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->5->3"
- ]
+ ],
+ "pt": "Outro"
},
{
"en": "Other Settings",
"fr": "Autres réglages",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->1"
- ]
+ ],
+ "pt": "Outros ajustes"
},
{
"en": "Out of date",
"fr": "Périmé",
"xloc": [
"default.handlebars->23->457"
- ]
+ ],
+ "pt": "Desatualizado"
},
{
"en": "OwnProcess",
"xloc": [
"default.handlebars->23->588"
- ]
+ ],
+ "pt": "Processo próprio"
},
{
"en": "Part Number",
"fr": "Numéro d'article",
"xloc": [
"default.handlebars->23->42"
- ]
+ ],
+ "pt": "Número Parcial"
},
{
"en": "Partial",
"fr": "Partiel",
"xloc": [
"default.handlebars->23->1149"
- ]
+ ],
+ "pt": "Parcial"
},
{
"en": "Partial Rights",
@@ -6690,20 +7561,23 @@
"default.handlebars->23->985",
"default-mobile.handlebars->9->60",
"default-mobile.handlebars->9->279"
- ]
+ ],
+ "pt": "Direitos parciais"
},
{
"en": "Partial rights",
"xloc": [
"default.handlebars->23->1199"
- ]
+ ],
+ "pt": "Direitos parciais"
},
{
"en": "Pass Hint:",
"cs": "Nápověda k heslu:",
"xloc": [
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->createPanelHint->1"
- ]
+ ],
+ "pt": "Dica de passe:"
},
{
"en": "Password",
@@ -6720,7 +7594,8 @@
"default.handlebars->23->1235",
"default.handlebars->23->1236",
"default-mobile.handlebars->9->210"
- ]
+ ],
+ "pt": "Senha"
},
{
"en": "Password change requested.",
@@ -6734,14 +7609,16 @@
"en": "Password hint",
"xloc": [
"default.handlebars->23->1237"
- ]
+ ],
+ "pt": "Dica de senha"
},
{
"en": "Password Hint",
"xloc": [
"login.handlebars->5->19",
"login-mobile.handlebars->5->19"
- ]
+ ],
+ "pt": "Dica de Senha"
},
{
"en": "Password Hint:",
@@ -6749,20 +7626,23 @@
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->createPanelHint->nuHint",
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpasswordpanel->1->7->1->resetpasswordpanelHint->rnuHint",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpasswordpanel->1->7->1->resetpasswordpanelHint->rnuHint"
- ]
+ ],
+ "pt": "Dica de senha"
},
{
"en": "Password hint:",
"xloc": [
"default.handlebars->23->901",
"default-mobile.handlebars->9->44"
- ]
+ ],
+ "pt": "Dica de senha"
},
{
"en": "Password mismatch",
"xloc": [
"default.handlebars->23->1002"
- ]
+ ],
+ "pt": "Senha incorreta"
},
{
"en": "Password Policy",
@@ -6772,7 +7652,8 @@
"login.handlebars->5->34",
"login-mobile.handlebars->5->23",
"login-mobile.handlebars->5->27"
- ]
+ ],
+ "pt": "Política de senha"
},
{
"en": "Password rejected, use a different one.",
@@ -6789,7 +7670,8 @@
"xloc": [
"default.handlebars->23->1000",
"default.handlebars->23->1001"
- ]
+ ],
+ "pt": "Senha*"
},
{
"en": "Password:",
@@ -6810,7 +7692,8 @@
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->6->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpasswordpanel->1->7->1->0->rnuPass1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpasswordpanel->1->7->1->2->rnuPass2"
- ]
+ ],
+ "pt": "Senha:"
},
{
"en": "Paste",
@@ -6827,21 +7710,24 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3",
"default-mobile.handlebars->9->84",
"default-mobile.handlebars->9->257"
- ]
+ ],
+ "pt": "Colar"
},
{
"en": "Paste text into the terminal",
"fr": "Coller du texte dans le terminal",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->3"
- ]
+ ],
+ "pt": "Cole o texto no terminal"
},
{
"en": "Pause",
"fr": "Pause",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3"
- ]
+ ],
+ "pt": "Pausa"
},
{
"en": "Perform Agent Action",
@@ -6849,33 +7735,38 @@
"fr": "Effectuer une action sur l'agent",
"xloc": [
"default.handlebars->23->656"
- ]
+ ],
+ "pt": "Executar ação do agente"
},
{
"en": "Perform Intel AMT admin control mode (ACM) activation to group \\\"{0}\\\" by downloading the MeshCMD tool and running it like this:",
"xloc": [
"default.handlebars->23->214"
- ]
+ ],
+ "pt": "Execute a ativação do modo de controle de administração Intel AMT (ACM) para agrupar \\\"{0}\\\" baixando a ferramenta MeshCMD e executando-a assim:"
},
{
"en": "Perform Intel AMT admin control mode (ACM) activation.",
"xloc": [
"default.handlebars->23->195",
"default.handlebars->23->978"
- ]
+ ],
+ "pt": "Execute a ativação do modo de controle de administração Intel AMT (ACM)."
},
{
"en": "Perform Intel AMT client control mode (CCM) activation to group \\\"{0}\\\" by downloading the MeshCMD tool and running it like this:",
"xloc": [
"default.handlebars->23->212"
- ]
+ ],
+ "pt": "Execute a ativação do modo de controle de cliente Intel AMT (CCM) para agrupar \\\"{0}\\\" baixando a ferramenta MeshCMD e executando-a assim:"
},
{
"en": "Perform Intel AMT client control mode (CCM) activation.",
"xloc": [
"default.handlebars->23->193",
"default.handlebars->23->976"
- ]
+ ],
+ "pt": "Execute a ativação do modo de controle do cliente Intel AMT (CCM)."
},
{
"en": "Perform power actions on the device",
@@ -6886,7 +7777,8 @@
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1",
"default.handlebars->23->474"
- ]
+ ],
+ "pt": "Execute ações de energia no dispositivo"
},
{
"en": "Permissions",
@@ -6896,13 +7788,15 @@
"default.handlebars->23->1079",
"default.handlebars->23->1133",
"default-mobile.handlebars->9->326"
- ]
+ ],
+ "pt": "Permissões"
},
{
"en": "Persian/Iran",
"xloc": [
"default.handlebars->23->806"
- ]
+ ],
+ "pt": "Persa / Irã"
},
{
"en": "PID",
@@ -6910,27 +7804,31 @@
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader->1",
"default.handlebars->23->584",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->5->1->0"
- ]
+ ],
+ "pt": "PID"
},
{
"en": "Place node here",
"xloc": [
"default.handlebars->23->374"
- ]
+ ],
+ "pt": "Coloque o nó aqui"
},
{
"en": "Play",
"fr": "Jouer",
"xloc": [
"player.htm->p11->deskarea0->deskarea4->3"
- ]
+ ],
+ "pt": "Play"
},
{
"en": "Please add two-factor backup codes. If the current factor is lost, there is not way to recover this account.",
"fr": "Veuillez ajouter un autre facteur. Si le facteur actuel est perdu, il n'y a pas moyen de récupérer ce compte.",
"xloc": [
"default.handlebars->23->18"
- ]
+ ],
+ "pt": "Adicione códigos de backup de dois fatores. Se o fator atual for perdido, não há como recuperar esta conta."
},
{
"en": "Please be aware that downgrading is not recommended. Please only do so in the event that a recent upgrade has broken something.",
@@ -6943,14 +7841,16 @@
"xloc": [
"terms.handlebars->container->column_l->3",
"terms-mobile.handlebars->container->page_content->column_l->3"
- ]
+ ],
+ "pt": "Entre em contato com o administrador do site para obter os termos de uso."
},
{
"en": "Please wait a few minute to receive the verification.",
"xloc": [
"default.handlebars->23->888",
"default-mobile.handlebars->9->32"
- ]
+ ],
+ "pt": "Aguarde alguns minutos para receber a verificação."
},
{
"en": "Plugin Action",
@@ -6971,14 +7871,16 @@
"xloc": [
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevPlugins",
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerPlugins"
- ]
+ ],
+ "pt": "Plugins"
},
{
"en": "Plugins -",
"cs": "Pluginy -",
"xloc": [
"default.handlebars->container->column_l->p19->1"
- ]
+ ],
+ "pt": "Plugins -"
},
{
"en": "Plugins have been altered, this may require agent core update.",
@@ -6991,7 +7893,8 @@
"xloc": [
"default.handlebars->23->413",
"default-mobile.handlebars->9->153"
- ]
+ ],
+ "pt": "PogoPlug ARM"
},
{
"en": "Policy",
@@ -6999,32 +7902,37 @@
"xloc": [
"default.handlebars->23->922",
"default-mobile.handlebars->9->59"
- ]
+ ],
+ "pt": "Política"
},
{
"en": "Polish",
"xloc": [
"default.handlebars->23->807"
- ]
+ ],
+ "pt": "polonês"
},
{
"en": "Portuguese",
"xloc": [
"default.handlebars->23->808"
- ]
+ ],
+ "pt": "Português"
},
{
"en": "Portuguese (Brazil)",
"xloc": [
"default.handlebars->23->809"
- ]
+ ],
+ "pt": "Português (Brasil)"
},
{
"en": "Power",
"cs": "Napájení",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort->sortselect->3"
- ]
+ ],
+ "pt": "Ligar"
},
{
"en": "Power Actions...",
@@ -7032,7 +7940,8 @@
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3"
- ]
+ ],
+ "pt": "Ações de energia (Ligar/Desligar)"
},
{
"en": "Power off",
@@ -7043,7 +7952,8 @@
"default.handlebars->23->516",
"default-mobile.handlebars->9->102",
"default-mobile.handlebars->9->206"
- ]
+ ],
+ "pt": "Desligar"
},
{
"en": "Power off devices",
@@ -7051,7 +7961,8 @@
"fr": "Éteindre les appareils",
"xloc": [
"default.handlebars->23->354"
- ]
+ ],
+ "pt": "Desligar dispositivos"
},
{
"en": "Powered",
@@ -7062,7 +7973,8 @@
"default.handlebars->23->314",
"default-mobile.handlebars->9->97",
"default-mobile.handlebars->9->104"
- ]
+ ],
+ "pt": "Ligado"
},
{
"en": "Present",
@@ -7072,7 +7984,8 @@
"default.handlebars->23->326",
"default-mobile.handlebars->9->103",
"default-mobile.handlebars->9->110"
- ]
+ ],
+ "pt": "Presente"
},
{
"en": "Press [space] to play/pause.",
@@ -7080,21 +7993,24 @@
"xloc": [
"player.htm->3->16",
"player.htm->3->17"
- ]
+ ],
+ "pt": "Pressione [espaço] para reproduzir / pausar."
},
{
"en": "Press the key button now.",
"fr": "Appuyez sur le bouton de la clé maintenant.",
"xloc": [
"default.handlebars->23->114"
- ]
+ ],
+ "pt": "Pressione o botão da tecla agora."
},
{
"en": "Process Control",
"xloc": [
"default.handlebars->23->597",
"default-mobile.handlebars->9->231"
- ]
+ ],
+ "pt": "Controle do processo"
},
{
"en": "Processes",
@@ -7103,7 +8019,8 @@
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsAreaTop->deskToolsTopTabProcess",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->DeskToolsBar"
- ]
+ ],
+ "pt": "Processos"
},
{
"en": "Prompt for user consent",
@@ -7112,7 +8029,8 @@
"default.handlebars->23->1026",
"default.handlebars->23->1030",
"default.handlebars->23->1033"
- ]
+ ],
+ "pt": "Solicitar consentimento do usuário"
},
{
"en": "Protocol",
@@ -7120,7 +8038,8 @@
"fr": "Protocole",
"xloc": [
"player.htm->3->15"
- ]
+ ],
+ "pt": "Protocolo"
},
{
"en": "Public Link",
@@ -7129,31 +8048,36 @@
"xloc": [
"default.handlebars->23->1100",
"default-mobile.handlebars->9->71"
- ]
+ ],
+ "pt": "Link Público"
},
{
"en": "Punjabi",
"xloc": [
"default.handlebars->23->810"
- ]
+ ],
+ "pt": "Punjabi"
},
{
"en": "Punjabi (India)",
"xloc": [
"default.handlebars->23->811"
- ]
+ ],
+ "pt": "Punjabi (Índia)"
},
{
"en": "Punjabi (Pakistan)",
"xloc": [
"default.handlebars->23->812"
- ]
+ ],
+ "pt": "Punjabi (Paquistão)"
},
{
"en": "Putty",
"xloc": [
"default.handlebars->23->492"
- ]
+ ],
+ "pt": "Putty"
},
{
"en": "Quality",
@@ -7162,26 +8086,30 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->3->1",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->3->3"
- ]
+ ],
+ "pt": "Qualidade"
},
{
"en": "Quechua",
"xloc": [
"default.handlebars->23->813"
- ]
+ ],
+ "pt": "Quechua"
},
{
"en": "Randomize the password.",
"fr": "Mot de passe aléatoire.",
"xloc": [
"default.handlebars->23->1175"
- ]
+ ],
+ "pt": "Randomize a senha."
},
{
"en": "Rate",
"xloc": [
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->7->3"
- ]
+ ],
+ "pt": "Taxa"
},
{
"en": "RAW16, Very Slow",
@@ -7189,7 +8117,8 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->3->d7desktopmode->7",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->d7desktopmode->7"
- ]
+ ],
+ "pt": "RAW16, muito lento"
},
{
"en": "RAW8, Slow",
@@ -7197,25 +8126,29 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->3->d7desktopmode->5",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->d7desktopmode->5"
- ]
+ ],
+ "pt": "RAW8, lento"
},
{
"en": "RDP",
"xloc": [
"default.handlebars->23->490"
- ]
+ ],
+ "pt": "RDP"
},
{
"en": "Reactivate Intel® AMT",
"xloc": [
"default.handlebars->23->1004"
- ]
+ ],
+ "pt": "Reativar Intel®AMT"
},
{
"en": "Realms",
"xloc": [
"default.handlebars->23->1182"
- ]
+ ],
+ "pt": "Realms"
},
{
"en": "Recursive delete",
@@ -7225,7 +8158,8 @@
"default.handlebars->23->1106",
"default-mobile.handlebars->9->77",
"default-mobile.handlebars->9->245"
- ]
+ ],
+ "pt": "Exclusão recursiva"
},
{
"en": "Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:",
@@ -7234,7 +8168,8 @@
"terms.handlebars->container->column_l->29->1",
"terms-mobile.handlebars->container->page_content->column_l->13->1",
"terms-mobile.handlebars->container->page_content->column_l->29->1"
- ]
+ ],
+ "pt": "A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:"
},
{
"en": "Refresh",
@@ -7248,7 +8183,8 @@
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea3->deskarea3x->DeskTools->DeskToolsRefreshButton",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3"
- ]
+ ],
+ "pt": "Atualizar"
},
{
"en": "Refresh Agent Cores",
@@ -7262,13 +8198,15 @@
"default.handlebars->23->155",
"default.handlebars->23->341",
"default-mobile.handlebars->9->121"
- ]
+ ],
+ "pt": "Retransmissão"
},
{
"en": "Relay Sessions",
"xloc": [
"default.handlebars->23->1261"
- ]
+ ],
+ "pt": "Retransmissão de sessão "
},
{
"en": "Remember this device for 30 days.",
@@ -7283,7 +8221,8 @@
"cs": "Vzdálený",
"xloc": [
"messenger.handlebars->remoteVideo->1"
- ]
+ ],
+ "pt": "Remoto"
},
{
"en": "Remote Agent Installation",
@@ -7291,14 +8230,16 @@
"fr": "Installation de l'agent",
"xloc": [
"agentinvite.handlebars->container->column_l->1"
- ]
+ ],
+ "pt": "Instalação remota do agente"
},
{
"en": "Remote Clipboard",
"fr": "Presse-papier à distance",
"xloc": [
"default.handlebars->23->580"
- ]
+ ],
+ "pt": "Área de transferência remota"
},
{
"en": "Remote clipboard is valid for 60 seconds.",
@@ -7306,7 +8247,8 @@
"fr": "Le presse-papier à distance est valide pendant 60 secondes.",
"xloc": [
"default.handlebars->23->579"
- ]
+ ],
+ "pt": "A área de transferência remota é válida por 60 segundos."
},
{
"en": "Remote computer is not powered on, click here to issue a power command.",
@@ -7315,7 +8257,8 @@
"xloc": [
"default.handlebars->container->column_l->p11->p11warning2->3",
"default.handlebars->container->column_l->p12->p12warning2->3"
- ]
+ ],
+ "pt": "O computador remoto não está ligado, clique aqui para emitir um comando de energia."
},
{
"en": "Remote Control",
@@ -7325,7 +8268,8 @@
"default.handlebars->23->1063",
"default-mobile.handlebars->9->293",
"default-mobile.handlebars->9->311"
- ]
+ ],
+ "pt": "Controle remoto"
},
{
"en": "Remote Desktop Settings",
@@ -7334,21 +8278,24 @@
"default.handlebars->23->186",
"default.handlebars->23->572",
"default-mobile.handlebars->9->226"
- ]
+ ],
+ "pt": "Configurações da área de trabalho remota"
},
{
"en": "Remote Keyboard Entry",
"fr": "Entrée au clavier à distance",
"xloc": [
"default.handlebars->23->578"
- ]
+ ],
+ "pt": "Entrada remota do teclado"
},
{
"en": "Remote Mesh User",
"xloc": [
"default.handlebars->23->1082",
"default-mobile.handlebars->9->329"
- ]
+ ],
+ "pt": "Usuário de malha remota"
},
{
"en": "Remote View Only",
@@ -7357,7 +8304,8 @@
"default.handlebars->23->1068",
"default-mobile.handlebars->9->294",
"default-mobile.handlebars->9->316"
- ]
+ ],
+ "pt": "Somente visualização remota"
},
{
"en": "Remove",
@@ -7365,33 +8313,38 @@
"fr": "Retirer",
"xloc": [
"default.handlebars->23->104"
- ]
+ ],
+ "pt": "Remover"
},
{
"en": "Remove all 2nd factor authentication.",
"xloc": [
"default.handlebars->23->1240"
- ]
+ ],
+ "pt": "Remova toda a autenticação do segundo fator."
},
{
"en": "Remove node location",
"xloc": [
"default.handlebars->23->363"
- ]
+ ],
+ "pt": "Remover localização do nó"
},
{
"en": "Remove this device",
"fr": "Retirer ce périphérique",
"xloc": [
"default.handlebars->23->481"
- ]
+ ],
+ "pt": "Remova este dispositivo"
},
{
"en": "Remove user rights to this device group",
"fr": "Supprimer les droits d'utilisateur sur ce groupe de périphériques",
"xloc": [
"default.handlebars->23->988"
- ]
+ ],
+ "pt": "Remova os direitos de usuário deste grupo de dispositivos"
},
{
"en": "Rename",
@@ -7406,7 +8359,8 @@
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1",
"default-mobile.handlebars->9->81",
"default-mobile.handlebars->9->249"
- ]
+ ],
+ "pt": "Renomear"
},
{
"en": "Requirements: ",
@@ -7414,7 +8368,8 @@
"fr": "Exigences:",
"xloc": [
"default.handlebars->23->902"
- ]
+ ],
+ "pt": "Requisitos:"
},
{
"en": "Requirements: {0}.",
@@ -7423,14 +8378,16 @@
"default.handlebars->23->1179",
"default.handlebars->23->1238",
"default-mobile.handlebars->9->45"
- ]
+ ],
+ "pt": "Requisitos: {0}."
},
{
"en": "Requires Microsoft ClickOnce support in your browser",
"fr": "Requiert Microsoft ClickOnce dans votre navigateur",
"xloc": [
"default.handlebars->23->489"
- ]
+ ],
+ "pt": "Requer o suporte Microsoft ClickOnce no seu navegador"
},
{
"en": "Requires Microsoft ClickOnce support in your browser.",
@@ -7438,7 +8395,8 @@
"xloc": [
"default.handlebars->23->491",
"default.handlebars->23->493"
- ]
+ ],
+ "pt": "Requer o suporte Microsoft ClickOnce no seu navegador."
},
{
"en": "Reset",
@@ -7447,7 +8405,8 @@
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar",
"default.handlebars->23->515",
"default-mobile.handlebars->9->205"
- ]
+ ],
+ "pt": "Redefinir"
},
{
"en": "Reset account",
@@ -7456,7 +8415,8 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->loginpanel->1->resetAccountDiv->3",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->resetAccountDiv->3"
- ]
+ ],
+ "pt": "Redefinir conta"
},
{
"en": "Reset Account",
@@ -7465,7 +8425,8 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpanel->1->7->1->2->1->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpanel->1->7->1->2->1->1"
- ]
+ ],
+ "pt": "Redefinir Conta"
},
{
"en": "Reset devices",
@@ -7473,14 +8434,16 @@
"fr": "Réinitialiser les appareils",
"xloc": [
"default.handlebars->23->353"
- ]
+ ],
+ "pt": "Redefinir dispositivos"
},
{
"en": "Reset map view",
"fr": "Réinitialiser l'affichage de la carte",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
- ]
+ ],
+ "pt": "Redefinir visualização de mapa"
},
{
"en": "Reset Password",
@@ -7489,7 +8452,8 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->resetpasswordpanel->1->7->1->6->1->1",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->resetpasswordpanel->1->7->1->6->1->1"
- ]
+ ],
+ "pt": "Redefinir senha"
},
{
"en": "Restart",
@@ -7497,27 +8461,31 @@
"xloc": [
"default.handlebars->23->594",
"player.htm->p11->deskarea0->deskarea4->3"
- ]
+ ],
+ "pt": "Reiniciar"
},
{
"en": "Restore Server",
"fr": "Restaurer le serveur",
"xloc": [
"default.handlebars->23->929"
- ]
+ ],
+ "pt": "Restaurar servidor"
},
{
"en": "Restore server with backup",
"fr": "Restaurer le serveur avec sauvegarde",
"xloc": [
"default.handlebars->container->column_l->p6->p2ServerActions->3->p2ServerActionsRestore->0"
- ]
+ ],
+ "pt": "Restaurar servidor com backup"
},
{
"en": "Restore the server using a backup, this will delete the existing server data. Only do this if you know what you are doing.",
"xloc": [
"default.handlebars->23->926"
- ]
+ ],
+ "pt": "Restaurar o servidor usando um backup, isso excluirá os dados existentes do servidor. Faça isso apenas se você souber o que está fazendo."
},
{
"en": "Restrictions",
@@ -7525,13 +8493,15 @@
"fr": "Restrictions",
"xloc": [
"default.handlebars->23->1200"
- ]
+ ],
+ "pt": "Restrições"
},
{
"en": "Rhaeto-Romanic",
"xloc": [
"default.handlebars->23->814"
- ]
+ ],
+ "pt": "Rhaeto-Romanic"
},
{
"en": "RLE16, Recommended",
@@ -7539,7 +8509,8 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->3->d7desktopmode->3",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->d7desktopmode->3"
- ]
+ ],
+ "pt": "RLE16, Recomendado"
},
{
"en": "RLE8, Fastest",
@@ -7547,21 +8518,24 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->3->d7desktopmode->1",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->3->d7desktopmode->1"
- ]
+ ],
+ "pt": "RLE8, mais rápido"
},
{
"en": "Romanian",
"fr": "Roumain",
"xloc": [
"default.handlebars->23->815"
- ]
+ ],
+ "pt": "Romena"
},
{
"en": "Romanian (Moldavia)",
"fr": "Roumain (Moldavie)",
"xloc": [
"default.handlebars->23->816"
- ]
+ ],
+ "pt": "Romeno (Moldávia)"
},
{
"en": "Root",
@@ -7571,7 +8545,8 @@
"default.handlebars->23->1085",
"default-mobile.handlebars->9->63",
"default-mobile.handlebars->9->239"
- ]
+ ],
+ "pt": "Raiz"
},
{
"en": "Root Certificate",
@@ -7579,7 +8554,8 @@
"xloc": [
"default.handlebars->23->232",
"default.handlebars->23->239"
- ]
+ ],
+ "pt": "Certificado raiz"
},
{
"en": "Root Certificate File",
@@ -7587,7 +8563,8 @@
"xloc": [
"default.handlebars->23->234",
"default.handlebars->23->240"
- ]
+ ],
+ "pt": "Arquivo de certificado raiz"
},
{
"en": "Root Shell",
@@ -7600,72 +8577,83 @@
"fr": "Tourne à gauche",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Vire à esquerda"
},
{
"en": "Rotate Right",
"fr": "Tourner à droite",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Vire à direita"
},
{
"en": "Router",
"xloc": [
"default.handlebars->23->173",
"default.handlebars->23->488"
- ]
+ ],
+ "pt": "Roteador"
},
{
"en": "Russian",
"fr": "Russe",
"xloc": [
"default.handlebars->23->817"
- ]
+ ],
+ "pt": "Russo"
},
{
"en": "Russian (Moldavia)",
"fr": "Russe (Moldavie)",
"xloc": [
"default.handlebars->23->818"
- ]
+ ],
+ "pt": "Russo (Moldávia)"
},
{
"en": "Same as device name",
"fr": "Identique au nom de l'appareil",
"xloc": [
"default.handlebars->23->204"
- ]
+ ],
+ "pt": "Igual ao nome do dispositivo"
},
{
"en": "Sami (Lappish)",
"xloc": [
"default.handlebars->23->819"
- ]
+ ],
+ "pt": "Sami (lapão)"
},
{
"en": "Sample IP range values 192.168.0.100 192.168.1.0/24 192.167.0.1-192.168.0.100",
"xloc": [
"default.handlebars->23->127"
- ]
+ ],
+ "pt": "Valores de intervalo de IP de amostra 192.168.0.100 192.168.1.0/24 192.167.0.1-192.168.0.100"
},
{
"en": "Sango",
"xloc": [
"default.handlebars->23->820"
- ]
+ ],
+ "pt": "Sango"
},
{
"en": "Sanskrit",
"xloc": [
"default.handlebars->23->821"
- ]
+ ],
+ "pt": "Sanskrit"
},
{
"en": "Sardinian",
"xloc": [
"default.handlebars->23->822"
- ]
+ ],
+ "pt": "Sardinian"
},
{
"en": "Save a screenshot of the remote desktop",
@@ -7673,21 +8661,24 @@
"fr": "Enregistrer une capture d'écran du bureau distant",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Salvar uma captura de tela da área de trabalho remota"
},
{
"en": "Save node location",
"fr": "Enregistrer l'emplacement",
"xloc": [
"default.handlebars->23->364"
- ]
+ ],
+ "pt": "Salvar localização do nó"
},
{
"en": "Save...",
"fr": "Sauver...",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Salvar..."
},
{
"en": "Scaling",
@@ -7696,7 +8687,8 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->5->1",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->5->3"
- ]
+ ],
+ "pt": "Dimensionamento"
},
{
"en": "Scan",
@@ -7704,28 +8696,32 @@
"fr": "Analyse",
"xloc": [
"default.handlebars->23->219"
- ]
+ ],
+ "pt": "Scan"
},
{
"en": "Scan for Intel® AMT devices",
"fr": "Rechercher des périphériques Intel® AMT",
"xloc": [
"default.handlebars->23->220"
- ]
+ ],
+ "pt": "Digitalizar para Intel® dispositivos AMT"
},
{
"en": "Scan Network",
"fr": "Scan réseau",
"xloc": [
"default.handlebars->23->192"
- ]
+ ],
+ "pt": "Escaneamento via rede"
},
{
"en": "Scanning...",
"fr": "Balayage...",
"xloc": [
"default.handlebars->23->221"
- ]
+ ],
+ "pt": "Escaneando..."
},
{
"en": "Search",
@@ -7733,21 +8729,24 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar",
"default.handlebars->23->378"
- ]
+ ],
+ "pt": "Procurar"
},
{
"en": "Search for location",
"fr": "Recherche de lieu",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
- ]
+ ],
+ "pt": "Pesquisar localização"
},
{
"en": "Search Location",
"fr": "Recherche de lieu",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devMapToolbar"
- ]
+ ],
+ "pt": "Pesquisar Localização"
},
{
"en": "Security",
@@ -7758,33 +8757,38 @@
"default.handlebars->23->526",
"default.handlebars->23->1224",
"default-mobile.handlebars->9->211"
- ]
+ ],
+ "pt": "Segurança"
},
{
"en": "Security Key",
"fr": "Clef de sécurité",
"xloc": [
"default.handlebars->23->1222"
- ]
+ ],
+ "pt": "Chave de segurança"
},
{
"en": "Select a new group for selected devices",
"xloc": [
"default.handlebars->23->540"
- ]
+ ],
+ "pt": "Selecione um novo grupo para dispositivos selecionados"
},
{
"en": "Select a new group for this device",
"cs": "Vyber novou skupinu pro toto zařízení",
"xloc": [
"default.handlebars->23->539"
- ]
+ ],
+ "pt": "Selecione um novo grupo para este dispositivo"
},
{
"en": "Select a node to place",
"xloc": [
"default.handlebars->23->381"
- ]
+ ],
+ "pt": "Selecione um nó para colocar"
},
{
"en": "Select All",
@@ -7799,13 +8803,15 @@
"default.handlebars->23->616",
"default.handlebars->23->618",
"default.handlebars->23->1102"
- ]
+ ],
+ "pt": "Selecionar tudo"
},
{
"en": "Select an operation to perform on all selected devices. Actions will be performed only with proper rights.",
"xloc": [
"default.handlebars->23->349"
- ]
+ ],
+ "pt": "Selecione uma operação para executar em todos os dispositivos selecionados. As ações serão executadas apenas com os direitos adequados."
},
{
"en": "Select an operation to perform on this device.",
@@ -7813,7 +8819,8 @@
"xloc": [
"default.handlebars->23->512",
"default-mobile.handlebars->9->202"
- ]
+ ],
+ "pt": "Selecione uma operação para executar neste dispositivo."
},
{
"en": "Select None",
@@ -7824,7 +8831,8 @@
"default.handlebars->23->345",
"default.handlebars->23->617",
"default.handlebars->23->1101"
- ]
+ ],
+ "pt": "Selecione nenhum"
},
{
"en": "SelectAll",
@@ -7833,14 +8841,16 @@
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1"
- ]
+ ],
+ "pt": "Selecionar tudo"
},
{
"en": "Self Events Only",
"xloc": [
"default.handlebars->23->1073",
"default-mobile.handlebars->9->321"
- ]
+ ],
+ "pt": "Somente Eventos Próprios"
},
{
"en": "Send",
@@ -7850,14 +8860,16 @@
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1",
"messenger.handlebars->xbottom"
- ]
+ ],
+ "pt": "Enviar"
},
{
"en": "Send a text notification to this user.",
"fr": "Envoyez une notification à cet utilisateur.",
"xloc": [
"default.handlebars->23->1151"
- ]
+ ],
+ "pt": "Envie uma notificação de texto para este usuário."
},
{
"en": "Send installation link",
@@ -7865,7 +8877,8 @@
"fr": "Envoyer le lien d'installation",
"xloc": [
"default.handlebars->23->250"
- ]
+ ],
+ "pt": "Enviar link de instalação"
},
{
"en": "Send invitation email.",
@@ -7873,14 +8886,16 @@
"fr": "Envoyer un email d'invitation.",
"xloc": [
"default.handlebars->23->1178"
- ]
+ ],
+ "pt": "Enviar email de convite."
},
{
"en": "Send MQTT message",
"fr": "Envoyer un message MQTT",
"xloc": [
"default.handlebars->23->532"
- ]
+ ],
+ "pt": "Enviar mensagem MQTT"
},
{
"en": "Send MQTT Message",
@@ -7888,44 +8903,51 @@
"xloc": [
"default.handlebars->23->347",
"default.handlebars->23->517"
- ]
+ ],
+ "pt": "Enviar Mensagem MQTT"
},
{
"en": "Send the selected special key",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1"
- ]
+ ],
+ "pt": "Enviar a chave especial selecionada"
},
{
"en": "Send user notification",
"fr": "Envoyer une notification utilisateur",
"xloc": [
"default.handlebars->23->1229"
- ]
+ ],
+ "pt": "Enviar notificação do usuário"
},
{
"en": "Serbian",
"xloc": [
"default.handlebars->23->825"
- ]
+ ],
+ "pt": "Sérvia"
},
{
"en": "Serial",
"xloc": [
"default.handlebars->23->36"
- ]
+ ],
+ "pt": "Serial"
},
{
"en": "Server actions",
"xloc": [
"default.handlebars->container->column_l->p6->p2ServerActions->1->0"
- ]
+ ],
+ "pt": "Ações do servidor"
},
{
"en": "Server Backup",
"xloc": [
"default.handlebars->23->1187"
- ]
+ ],
+ "pt": "Backup do servidor"
},
{
"en": "Server Certificate",
@@ -7938,13 +8960,15 @@
"xloc": [
"default.handlebars->container->column_l->p0->p0message->p0span",
"default-mobile.handlebars->container->page_content->column_l->p0->1->p0message->p0span"
- ]
+ ],
+ "pt": "Servidor desconectado"
},
{
"en": "Server file selection",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog3->d3upload->d3uploadMode->3"
- ]
+ ],
+ "pt": "Seleção de arquivo do servidor"
},
{
"en": "Server Files",
@@ -7954,13 +8978,15 @@
"default.handlebars->23->1185",
"default-mobile.handlebars->9->300",
"default-mobile.handlebars->9->313"
- ]
+ ],
+ "pt": "Arquivos do servidor"
},
{
"en": "Server has no error log.",
"xloc": [
"default.handlebars->23->80"
- ]
+ ],
+ "pt": "O servidor não possui log de erros."
},
{
"en": "Server is recording this session",
@@ -7968,33 +8994,38 @@
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
"default.handlebars->container->column_l->p12->termTable->1->1->0->1->1",
"default.handlebars->container->column_l->p13->p13toolbar->1->0->1->1"
- ]
+ ],
+ "pt": "O servidor está gravando esta sessão"
},
{
"en": "Server Permissions",
"xloc": [
"default.handlebars->23->1144",
"default.handlebars->23->1194"
- ]
+ ],
+ "pt": "Permissões do servidor"
},
{
"en": "Server Quota",
"xloc": [
"default.handlebars->23->1208"
- ]
+ ],
+ "pt": "Cota do servidor"
},
{
"en": "Server Restore",
"xloc": [
"default.handlebars->23->1188"
- ]
+ ],
+ "pt": "Restauração do servidor"
},
{
"en": "Server Rights",
"fr": "Droits du serveur",
"xloc": [
"default.handlebars->23->1207"
- ]
+ ],
+ "pt": "Direitos do servidor"
},
{
"en": "Server Statistics",
@@ -8002,21 +9033,24 @@
"fr": "Statistiques du serveur",
"xloc": [
"default.handlebars->container->column_l->p6->8"
- ]
+ ],
+ "pt": "Estatísticas do servidor"
},
{
"en": "Server Tracing",
"fr": "Suivi du serveur",
"xloc": [
"default.handlebars->23->1282"
- ]
+ ],
+ "pt": "Rastreamento de servidor"
},
{
"en": "Server Updates",
"fr": "Mises à jour du serveur",
"xloc": [
"default.handlebars->23->1189"
- ]
+ ],
+ "pt": "Atualizações do Servidor"
},
{
"en": "Server Warnings",
@@ -8029,32 +9063,37 @@
"en": "servererrors.txt",
"xloc": [
"default.handlebars->23->934"
- ]
+ ],
+ "pt": "servererrors.txt"
},
{
"en": "ServerStats.csv",
"xloc": [
"default.handlebars->23->1265"
- ]
+ ],
+ "pt": "ServerStats.csv"
},
{
"en": "servertrace.csv",
"xloc": [
"default.handlebars->23->1284"
- ]
+ ],
+ "pt": "servertrace.csv"
},
{
"en": "Service Details",
"xloc": [
"default.handlebars->23->595"
- ]
+ ],
+ "pt": "Detalhes do serviço"
},
{
"en": "Services",
"cs": "Služby",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsAreaTop->deskToolsTopTabService"
- ]
+ ],
+ "pt": "Serviços"
},
{
"en": "Session time",
@@ -8062,14 +9101,16 @@
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1",
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1"
- ]
+ ],
+ "pt": "Tempo de sessão"
},
{
"en": "SessionID",
"fr": "ID de session",
"xloc": [
"player.htm->3->6"
- ]
+ ],
+ "pt": "ID da sessão"
},
{
"en": "Settings",
@@ -8078,14 +9119,16 @@
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->kvmListToolbar",
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3"
- ]
+ ],
+ "pt": "Configurações"
},
{
"en": "Settings File",
"fr": "Fichier de Paramètres",
"xloc": [
"default.handlebars->23->295"
- ]
+ ],
+ "pt": "Arquivo de configurações"
},
{
"en": "Settings...",
@@ -8093,20 +9136,23 @@
"fr": "Paramètres...",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Configurações..."
},
{
"en": "Setup CIRA",
"xloc": [
"default.handlebars->23->227"
- ]
+ ],
+ "pt": "Configuração CIRA"
},
{
"en": "Setup Method",
"cs": "Setup",
"xloc": [
"default.handlebars->23->225"
- ]
+ ],
+ "pt": "Método de instalação"
},
{
"en": "Setup...",
@@ -8117,27 +9163,31 @@
"default.handlebars->23->179",
"default.handlebars->23->185",
"default-mobile.handlebars->9->3"
- ]
+ ],
+ "pt": "Configurando..."
},
{
"en": "Share a file",
"fr": "Partager un fichier",
"xloc": [
"messenger.handlebars->xtop->1"
- ]
+ ],
+ "pt": "Compartilhar um arquivo"
},
{
"en": "SharedProcess",
"xloc": [
"default.handlebars->23->589"
- ]
+ ],
+ "pt": "Processo compartilhado"
},
{
"en": "Shift+Win+M",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->13",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->15"
- ]
+ ],
+ "pt": "Shift+Win+M"
},
{
"en": "Show",
@@ -8148,39 +9198,45 @@
"default.handlebars->container->column_l->p16->3->1->0->5",
"default.handlebars->container->column_l->p31->5->1->0->5",
"default.handlebars->container->column_l->p41->3->1"
- ]
+ ],
+ "pt": "Mostrar"
},
{
"en": "Show connection toolbar",
"fr": "Afficher la barre d'outils de connexion",
"xloc": [
"default.handlebars->23->1027"
- ]
+ ],
+ "pt": "Mostrar barra de ferramentas de conexão"
},
{
"en": "Show device locations information",
"xloc": [
"default.handlebars->23->485"
- ]
+ ],
+ "pt": "Mostrar informações de localizações do dispositivo"
},
{
"en": "Show device network interface information",
"xloc": [
"default.handlebars->23->483"
- ]
+ ],
+ "pt": "Mostrar informações da interface de rede do dispositivo"
},
{
"en": "Show devices operating system name",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->devListToolbar->7"
- ]
+ ],
+ "pt": "Mostrar o nome do sistema operacional dos dispositivos"
},
{
"en": "Show Focus Tool",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->1",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->5->1->1"
- ]
+ ],
+ "pt": "Mostrar ferramenta de foco"
},
{
"en": "Show Hint",
@@ -8188,21 +9244,24 @@
"xloc": [
"login.handlebars->container->column_l->centralTable->1->0->logincell->loginpanel->1->7->1->4->1->showPassHintLink->0",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->4->1->showPassHintLink->0"
- ]
+ ],
+ "pt": "Mostrar dica"
},
{
"en": "Show Local Mouse Cursor",
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7amtkvm->5->d7otherset->3",
"default-mobile.handlebars->dialog->3->dialog7->d7amtkvm->5->1->4"
- ]
+ ],
+ "pt": "Mostrar Cursor do Mouse Local"
},
{
"en": "Show Only Own Events",
"xloc": [
"default.handlebars->23->1054",
"default-mobile.handlebars->9->303"
- ]
+ ],
+ "pt": "Mostrar apenas eventos próprios"
},
{
"en": "Show server error log",
@@ -8210,14 +9269,16 @@
"fr": "Afficher le journal des erreurs du serveur",
"xloc": [
"default.handlebars->container->column_l->p6->p2ServerActions->3->p2ServerActionsErrors->0"
- ]
+ ],
+ "pt": "Mostrar log de erros do servidor"
},
{
"en": "Simple Admin Control Mode (ACM)",
"xloc": [
"default.handlebars->23->966",
"default.handlebars->23->991"
- ]
+ ],
+ "pt": "Modo de controle de administrador simples (ACM)"
},
{
"en": "Simple Client Control Mode (CCM)",
@@ -8225,21 +9286,24 @@
"default.handlebars->23->964",
"default.handlebars->23->994",
"default.handlebars->23->998"
- ]
+ ],
+ "pt": "Modo de Controle de Cliente Simples (CCM)"
},
{
"en": "Sindhi",
"fr": "Sindhi",
"xloc": [
"default.handlebars->23->823"
- ]
+ ],
+ "pt": "Sindhi"
},
{
"en": "Singhalese",
"fr": "Cingalais",
"xloc": [
"default.handlebars->23->824"
- ]
+ ],
+ "pt": "Cingalês"
},
{
"en": "Size",
@@ -8247,7 +9311,8 @@
"fr": "Taille",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize"
- ]
+ ],
+ "pt": "Tamanho"
},
{
"en": "Sleep",
@@ -8262,13 +9327,15 @@
"default-mobile.handlebars->9->99",
"default-mobile.handlebars->9->100",
"default-mobile.handlebars->9->204"
- ]
+ ],
+ "pt": "Hibernar"
},
{
"en": "Sleep devices",
"xloc": [
"default.handlebars->23->352"
- ]
+ ],
+ "pt": "Hibernar dispositivo"
},
{
"en": "Sleeping",
@@ -8278,21 +9345,24 @@
"default.handlebars->23->318",
"default-mobile.handlebars->9->105",
"default-mobile.handlebars->9->106"
- ]
+ ],
+ "pt": "Hibernando"
},
{
"en": "Slovak",
"fr": "Slovaque",
"xloc": [
"default.handlebars->23->826"
- ]
+ ],
+ "pt": "Eslovaco"
},
{
"en": "Slovenian",
"fr": "Slovène",
"xloc": [
"default.handlebars->23->827"
- ]
+ ],
+ "pt": "Esloveno"
},
{
"en": "Slow",
@@ -8301,7 +9371,8 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->d7framelimiter->5",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->7->d7framelimiter->5"
- ]
+ ],
+ "pt": "Lento"
},
{
"en": "Small",
@@ -8309,45 +9380,52 @@
"fr": "Petit",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSize->sizeselect->1"
- ]
+ ],
+ "pt": "Pequeno"
},
{
"en": "Small Focus",
"xloc": [
"default.handlebars->23->575"
- ]
+ ],
+ "pt": "Foco pequeno"
},
{
"en": "Soft disconnect agent",
"xloc": [
"default.handlebars->23->662"
- ]
+ ],
+ "pt": "Agente de desconexão suave"
},
{
"en": "Soft-Off",
"xloc": [
"default.handlebars->23->324",
"default-mobile.handlebars->9->109"
- ]
+ ],
+ "pt": "Soft-Off"
},
{
"en": "Software Agent Group",
"fr": "Groupe d'agents logiciels",
"xloc": [
"default-mobile.handlebars->9->55"
- ]
+ ],
+ "pt": "Grupo de agentes de software"
},
{
"en": "Somani",
"xloc": [
"default.handlebars->23->828"
- ]
+ ],
+ "pt": "Somani"
},
{
"en": "Sorbian",
"xloc": [
"default.handlebars->23->829"
- ]
+ ],
+ "pt": "Sorbian"
},
{
"en": "Sort",
@@ -8355,7 +9433,8 @@
"fr": "Trier",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarSort"
- ]
+ ],
+ "pt": "Classificar"
},
{
"en": "Sort by date",
@@ -8365,7 +9444,8 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sortdropdown->5",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->2->1->1->1->0->3->p5sortdropdown->5",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->4->1->1->1->0->3->p13sortdropdown->5"
- ]
+ ],
+ "pt": "Classificar por data"
},
{
"en": "Sort by name",
@@ -8378,14 +9458,16 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sortdropdown->1",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->2->1->1->1->0->3->p5sortdropdown->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->4->1->1->1->0->3->p13sortdropdown->1"
- ]
+ ],
+ "pt": "Classificar por nome"
},
{
"en": "Sort by process id",
"fr": "Trier par identifiant de processus",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsProcessTab->deskToolsHeader"
- ]
+ ],
+ "pt": "Classificar por ID do processo"
},
{
"en": "Sort by size",
@@ -8396,7 +9478,8 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->4->1->1->p13sortdropdown->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->2->1->1->1->0->3->p5sortdropdown->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->4->1->1->1->0->3->p13sortdropdown->3"
- ]
+ ],
+ "pt": "Classificar por tamanho"
},
{
"en": "Sort by state",
@@ -8404,142 +9487,165 @@
"fr": "Trier par état",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader"
- ]
+ ],
+ "pt": "Classificar por estado"
},
{
"en": "Spanish",
"fr": "Espagnol",
"xloc": [
"default.handlebars->23->830"
- ]
+ ],
+ "pt": "Espanhol"
},
{
"en": "Spanish (Argentina)",
"xloc": [
"default.handlebars->23->831"
- ]
+ ],
+ "pt": "Espanhol (Argentina)"
},
{
"en": "Spanish (Bolivia)",
"xloc": [
"default.handlebars->23->832"
- ]
+ ],
+ "pt": "Espanhol (Bolívia)"
},
{
"en": "Spanish (Chile)",
"xloc": [
"default.handlebars->23->833"
- ]
+ ],
+ "pt": "Espanhol (Chile)"
},
{
"en": "Spanish (Colombia)",
"xloc": [
"default.handlebars->23->834"
- ]
+ ],
+ "pt": "Espanhol (Colômbia)"
},
{
"en": "Spanish (Costa Rica)",
"xloc": [
"default.handlebars->23->835"
- ]
+ ],
+ "pt": "Espanhol (Costa Rica)"
},
{
"en": "Spanish (Dominican Republic)",
"xloc": [
"default.handlebars->23->836"
- ]
+ ],
+ "pt": "Espanhol (República Dominicana)"
},
{
"en": "Spanish (Ecuador)",
"xloc": [
"default.handlebars->23->837"
- ]
+ ],
+ "pt": "Espanhol (Equador)"
},
{
"en": "Spanish (El Salvador)",
"xloc": [
"default.handlebars->23->838"
- ]
+ ],
+ "pt": "Espanhol (El Salvador)"
},
{
"en": "Spanish (Guatemala)",
"xloc": [
"default.handlebars->23->839"
- ]
+ ],
+ "pt": "Espanhol (Guatemala)"
},
{
"en": "Spanish (Honduras)",
"xloc": [
"default.handlebars->23->840"
- ]
+ ],
+ "pt": "Espanhol (Honduras)"
},
{
"en": "Spanish (Mexico)",
"xloc": [
"default.handlebars->23->841"
- ]
+ ],
+ "pt": "Espanhol (México)"
},
{
"en": "Spanish (Nicaragua)",
"xloc": [
"default.handlebars->23->842"
- ]
+ ],
+ "pt": "Espanhol (Nicarágua)"
},
{
"en": "Spanish (Panama)",
"xloc": [
"default.handlebars->23->843"
- ]
+ ],
+ "pt": "Espanhol (Panamá)"
},
{
"en": "Spanish (Paraguay)",
"xloc": [
"default.handlebars->23->844"
- ]
+ ],
+ "pt": "Espanhol (Paraguai)"
},
{
"en": "Spanish (Peru)",
"xloc": [
"default.handlebars->23->845"
- ]
+ ],
+ "pt": "Espanhol (Peru)"
},
{
"en": "Spanish (Puerto Rico)",
"xloc": [
"default.handlebars->23->846"
- ]
+ ],
+ "pt": "Espanhol (Porto Rico)"
},
{
"en": "Spanish (Spain)",
"xloc": [
"default.handlebars->23->847"
- ]
+ ],
+ "pt": "Espanhol (Espanha)"
},
{
"en": "Spanish (Uruguay)",
"xloc": [
"default.handlebars->23->848"
- ]
+ ],
+ "pt": "Espanhol (Uruguai)"
},
{
"en": "Spanish (Venezuela)",
"xloc": [
"default.handlebars->23->849"
- ]
+ ],
+ "pt": "Espanhol (Venezuela)"
},
{
"en": "Special Keys",
"xloc": [
"default-mobile.handlebars->container->page_content->column_l->p10->p10desktop->deskarea4->1->3",
"default-mobile.handlebars->9->227"
- ]
+ ],
+ "pt": "Chaves especiais"
},
{
"en": "Start",
"fr": "Lancé",
"xloc": [
"default.handlebars->23->592"
- ]
+ ],
+ "pt": "Start"
},
{
"en": "State",
@@ -8547,14 +9653,16 @@
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea3x->DeskTools->deskToolsArea->DeskToolsServiceTab->deskToolsServiceHeader->1",
"default.handlebars->23->583"
- ]
+ ],
+ "pt": "Estado"
},
{
"en": "Stats",
"cs": "Statistiky",
"xloc": [
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerStats"
- ]
+ ],
+ "pt": "Estatísticas"
},
{
"en": "Status",
@@ -8562,21 +9670,24 @@
"xloc": [
"default.handlebars->container->column_l->p42->p42tbl->1->0->7",
"default.handlebars->23->1233"
- ]
+ ],
+ "pt": "Status"
},
{
"en": "Stop",
"fr": "Arrêtez",
"xloc": [
"default.handlebars->23->593"
- ]
+ ],
+ "pt": "Pare"
},
{
"en": "Stop process #{0} \\\"{1}\\\"?",
"xloc": [
"default.handlebars->23->598",
"default-mobile.handlebars->9->232"
- ]
+ ],
+ "pt": "Parar processo #{0} \\\"{1}\\\"?"
},
{
"en": "Storage exceed",
@@ -8584,20 +9695,23 @@
"fr": "Stockage dépassent",
"xloc": [
"default-mobile.handlebars->9->66"
- ]
+ ],
+ "pt": "Armazenamento excedido"
},
{
"en": "Storage limit exceed",
"cs": "Překročen limit pro ukládání",
"xloc": [
"default.handlebars->23->1088"
- ]
+ ],
+ "pt": "O limite de armazenamento excede"
},
{
"en": "Strong",
"xloc": [
"default.handlebars->23->919"
- ]
+ ],
+ "pt": "Forte"
},
{
"en": "Strong Password",
@@ -8608,7 +9722,8 @@
"login.handlebars->5->24",
"login-mobile.handlebars->5->20",
"login-mobile.handlebars->5->24"
- ]
+ ],
+ "pt": "Senha forte"
},
{
"en": "Success",
@@ -8616,50 +9731,58 @@
"fr": "Succès",
"xloc": [
"default.handlebars->23->48"
- ]
+ ],
+ "pt": "Sucesso"
},
{
"en": "Sutu",
"xloc": [
"default.handlebars->23->850"
- ]
+ ],
+ "pt": "Sutu"
},
{
"en": "Swahili",
"xloc": [
"default.handlebars->23->851"
- ]
+ ],
+ "pt": "Suaíli"
},
{
"en": "Swedish",
"xloc": [
"default.handlebars->23->852"
- ]
+ ],
+ "pt": "Sueco"
},
{
"en": "Swedish (Finland)",
"xloc": [
"default.handlebars->23->853"
- ]
+ ],
+ "pt": "Sueco (Finlândia)"
},
{
"en": "Swedish (Sweden)",
"xloc": [
"default.handlebars->23->854"
- ]
+ ],
+ "pt": "Sueco (Suécia)"
},
{
"en": "Tab",
"xloc": [
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->3"
- ]
+ ],
+ "pt": "Tab"
},
{
"en": "Tag1, Tag2, Tag3",
"cs": "Značka1, Značka2, Značka",
"xloc": [
"default.handlebars->23->566"
- ]
+ ],
+ "pt": "Tag1, Tag2, Tag3"
},
{
"en": "Tags",
@@ -8670,25 +9793,29 @@
"default-mobile.handlebars->9->194",
"default-mobile.handlebars->9->195",
"default-mobile.handlebars->9->222"
- ]
+ ],
+ "pt": "Tags"
},
{
"en": "Tamil",
"xloc": [
"default.handlebars->23->855"
- ]
+ ],
+ "pt": "Tâmil"
},
{
"en": "Tatar",
"xloc": [
"default.handlebars->23->856"
- ]
+ ],
+ "pt": "Tatar"
},
{
"en": "Teluga",
"xloc": [
"default.handlebars->23->857"
- ]
+ ],
+ "pt": "Teluga"
},
{
"en": "Terminal",
@@ -8699,26 +9826,30 @@
"default.handlebars->container->topbar->1->1->MainSubMenuSpan->MainSubMenu->1->0->MainDevTerminal",
"default.handlebars->23->367",
"default.handlebars->23->1028"
- ]
+ ],
+ "pt": "Terminal"
},
{
"en": "Terminal -",
"fr": "Terminal -",
"xloc": [
"default.handlebars->container->column_l->p12->p12title->3"
- ]
+ ],
+ "pt": "Terminal -"
},
{
"en": "Terminal Notify",
"xloc": [
"default.handlebars->23->951"
- ]
+ ],
+ "pt": "Notificação - terminal"
},
{
"en": "Terminal Prompt",
"xloc": [
"default.handlebars->23->950"
- ]
+ ],
+ "pt": "Prompt do terminal"
},
{
"en": "Terms & Privacy",
@@ -8728,7 +9859,8 @@
"login.handlebars->container->footer->3->1",
"login-mobile.handlebars->container->footer->1->1->0->3->1",
"message.handlebars->container->page_content->footer->1->1->0->3->1"
- ]
+ ],
+ "pt": "Termos & Privacidade"
},
{
"en": "Terms of use",
@@ -8736,33 +9868,38 @@
"xloc": [
"terms.handlebars->container->column_l->1",
"terms-mobile.handlebars->container->page_content->column_l->1"
- ]
+ ],
+ "pt": "Termos de uso"
},
{
"en": "Thai",
"xloc": [
"default.handlebars->23->858"
- ]
+ ],
+ "pt": "Thai"
},
{
"en": "The following are the required disclosures of open source components and software incorporated into this software.",
"xloc": [
"terms.handlebars->container->column_l->7",
"terms-mobile.handlebars->container->page_content->column_l->7"
- ]
+ ],
+ "pt": "A seguir, são apresentadas as divulgações necessárias de componentes e software de código aberto incorporados neste software."
},
{
"en": "The name of the device group this computer belong to",
"fr": "Le nom du groupe de périphériques auquel cet ordinateur appartient",
"xloc": [
"default.handlebars->23->392"
- ]
+ ],
+ "pt": "O nome do grupo de dispositivos ao qual este computador pertence"
},
{
"en": "The name of the device group this computer belong to.",
"xloc": [
"default.handlebars->23->390"
- ]
+ ],
+ "pt": "O nome do grupo de dispositivos ao qual este computador pertence."
},
{
"en": "THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
@@ -8773,40 +9910,46 @@
"terms-mobile.handlebars->container->page_content->column_l->49->1",
"terms-mobile.handlebars->container->page_content->column_l->57->1",
"terms-mobile.handlebars->container->page_content->column_l->71->1"
- ]
+ ],
+ "pt": "O SOFTWARE É FORNECIDO \"TAL COMO ESTÁ\", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS."
},
{
"en": "There are currently no notifications",
"fr": "Il n'y a actuellement aucune notification",
"xloc": [
"default.handlebars->23->1245"
- ]
+ ],
+ "pt": "Atualmente não há notificações"
},
{
"en": "These files are shared publicly, click \"link\" to get public url.",
"fr": "Ces fichiers sont partagés publiquement, cliquez sur \"lien\" pour obtenir une URL publique.",
"xloc": [
"default.handlebars->container->column_l->p5->p5filetable->p5PublicShare->0"
- ]
+ ],
+ "pt": "Esses arquivos são compartilhados publicamente, clique em \"link\" para obter o URL público."
},
{
"en": "These settings can be used to connect MQTT for this device.",
"xloc": [
"default.handlebars->23->137"
- ]
+ ],
+ "pt": "Essas configurações podem ser usadas para conectar o MQTT a este dispositivo."
},
{
"en": "This account does not have the rights to create a new device group.",
"xloc": [
"default.handlebars->23->905",
"default-mobile.handlebars->9->48"
- ]
+ ],
+ "pt": "Esta conta não tem direitos para criar um novo grupo de dispositivos."
},
{
"en": "This is not a secure policy as agents will be performing activation.",
"xloc": [
"default.handlebars->23->1016"
- ]
+ ],
+ "pt": "Esta não é uma política segura, pois os agentes estarão executando a ativação."
},
{
"en": "This page does not exist",
@@ -8814,47 +9957,54 @@
"xloc": [
"error404.handlebars->container->column_l->3",
"error404-mobile.handlebars->container->page_content->column_l->3"
- ]
+ ],
+ "pt": "Esta página não existe"
},
{
"en": "This policy will not impact devices with Intel® AMT in ACM mode.",
"xloc": [
"default.handlebars->23->1015"
- ]
+ ],
+ "pt": "Esta política não afetará os dispositivos com Intel® AMT no modo ACM."
},
{
"en": "This software consists of voluntary contributions made by many individuals (AUTHORS.txt, http://jqueryui.com/about ). For exact contribution history,see the revision history and logs, available at http://jquery-ui.googlecode.com/svn/",
"xloc": [
"terms.handlebars->container->column_l->55->1",
"terms-mobile.handlebars->container->page_content->column_l->55->1"
- ]
+ ],
+ "pt": "Este software consiste em contribuições voluntárias feitas por muitos indivíduos (AUTORES.txt, http://jqueryui.com/about ). Para obter o histórico exato de contribuições, consulte o histórico de revisões e os logs, disponíveis em http://jquery-ui.googlecode.com/svn/"
},
{
"en": "THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"xloc": [
"terms.handlebars->container->column_l->21->1",
"terms-mobile.handlebars->container->page_content->column_l->21->1"
- ]
+ ],
+ "pt": "ESTE SOFTWARE É FORNECIDO PELOS TITULARES DE DIREITOS AUTORAIS E CONTRIBUIDORES \"TAL COMO ESTÁ\" E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO. EM NENHUM CASO O DIVISOR DE DIREITOS AUTORAIS OU OS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO, MAS NÃO SE LIMITANDO A, PROCURAÇÃO DE BENS OU SERVIÇOS SUBSTITUTOS; PERDA DE USO, DADOS, LUCROS DE USO); OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADA E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATADA, RESPONSABILIDADE ESTIMATIVA OU ATRIBUIÇÃO (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA), surgindo de qualquer maneira fora do uso deste software, mesmo que seja aconselhável a possibilidade de tal conteúdo."
},
{
"en": "THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.",
"xloc": [
"terms.handlebars->container->column_l->43->1",
"terms-mobile.handlebars->container->page_content->column_l->43->1"
- ]
+ ],
+ "pt": "ESTE SOFTWARE É FORNECIDO PELO PROJETO OpenSSL `` COMO ESTÁ '' E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. EM NENHUM CASO O PROJETO OpenSSL OU SEUS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO DANOS ESPECIAIS, EXEMPLARES OU CONSEQÜENCIAIS (INCLUINDO, PROCESSOS, MAS NÃO LIMITADOS OU SERVIÇOS; PERDA DE USO, DADOS OU LUCROS; OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADOS E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATOS, RESPONSABILIDADE ESTIMATIVA OU ATORT (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA) QUE POSSUEM DE QUALQUER FORMA DESTE USO SOFTWARE, MESMO SE AVISADO DA POSSIBILIDADE DE TAIS DANOS."
},
{
"en": "This software uses code from",
"xloc": [
"terms.handlebars->container->column_l->75->1",
"terms-mobile.handlebars->container->page_content->column_l->75->1"
- ]
+ ],
+ "pt": "Este software usa código de"
},
{
"en": "This will add an entry to this device\\'s event log.",
"xloc": [
"default.handlebars->23->507"
- ]
+ ],
+ "pt": "Isso adicionará uma entrada ao log de eventos deste dispositivo."
},
{
"en": "This will not remove the devices from the server, but the devices will not longer be able to connect to the server. All remote access to the devices will be lost. The devices must be connected for this command to work.",
@@ -8872,32 +10022,37 @@
"en": "Tigre",
"xloc": [
"default.handlebars->23->859"
- ]
+ ],
+ "pt": "Tigre"
},
{
"en": "Time",
"fr": "Temps",
"xloc": [
"player.htm->3->1"
- ]
+ ],
+ "pt": "Tempo"
},
{
"en": "time, conn.agent, conn.users, conn.usersessions, conn.relaysession, conn.intelamt, mem.external, mem.heapused, mem.heaptotal, mem.rss",
"xloc": [
"default.handlebars->23->1264"
- ]
+ ],
+ "pt": "tempo, conn.agente, conn.usuários.usersessions, conn.relaysession, conn.intelamt, mem.externo mem.amontoado, mem.heaptotal, mem.rss"
},
{
"en": "time, source, message",
"xloc": [
"default.handlebars->23->1283"
- ]
+ ],
+ "pt": "hora, fonte, mensagem"
},
{
"en": "time, type, action, user, message",
"xloc": [
"default.handlebars->23->1128"
- ]
+ ],
+ "pt": "hora, tipo, ação, usuário, mensagem"
},
{
"en": "TLS",
@@ -8905,7 +10060,8 @@
"xloc": [
"default.handlebars->23->443",
"default-mobile.handlebars->9->180"
- ]
+ ],
+ "pt": "TLS"
},
{
"en": "TLS security required",
@@ -8915,104 +10071,120 @@
"default.handlebars->23->210",
"default.handlebars->23->528",
"default-mobile.handlebars->9->213"
- ]
+ ],
+ "pt": "Segurança TLS necessária"
},
{
"en": "To add a computer to {0} run the following command. Root credentials will be needed.",
"cs": "Pro přidání do {0} spusťte následující příkaz. Je třeba spouštět pod rootem.",
"xloc": [
"default.handlebars->23->297"
- ]
+ ],
+ "pt": "Para adicionar um computador a {0}, execute o seguinte comando.Serão necessárias credenciais raiz."
},
{
"en": "To add a new computer to device group \\\"{0}\\\", download the mesh agent and install it the computer to manage. This agent has server and device group information embedded within it.",
"cs": "Pro přidání nového zařízení do skupiny \\\"{0}\\\", si stáhněte agenta a nainstalujte na zařízení, které chcete spravovat. Tento agent již obsahuje veškeré informace pro připojení na server.",
"xloc": [
"default.handlebars->23->288"
- ]
+ ],
+ "pt": "Para adicionar um novo computador ao grupo de dispositivos \\\"{0}\\\", faça o download do agente de malha e instale-o no computador para gerenciar. Este agente possui informações de servidor e grupo de dispositivos incorporadas."
},
{
"en": "To add a new computer to device group \\\"{0}\\\", download the mesh agent and install it the computer to manage. This agent installer has server and device group information embedded within it.",
"cs": "Pro přidání do skupiny \\\"{0}\\\", si musíte stáhnout agenta a nainstalovat ho na počítači, který chcete spravovat. Tento agent má všechny potřebné informace pro připojení již v sobě.",
"xloc": [
"default.handlebars->23->299"
- ]
+ ],
+ "pt": "Para adicionar um novo computador ao grupo de dispositivos \\\"{0}\\\", faça o download do agente de malha e instale-o no computador para gerenciar. Este instalador do agente possui informações de servidor e grupo de dispositivos incorporadas."
},
{
"en": "To add a new Intel® AMT device to device group \\\"{0}\\\" with CIRA, download the following script files and use MeshCommander to run the script to configure computers.",
"xloc": [
"default.handlebars->23->226"
- ]
+ ],
+ "pt": "Para adicionar um novo Intel® Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, baixe os seguintes arquivos de script e use MeshCommander para executar o script para configurar computadores."
},
{
"en": "To add a new Intel® AMT device to device group \\\"{0}\\\" with CIRA, load the following certificate as trusted root within Intel AMT",
"xloc": [
"default.handlebars->23->229"
- ]
+ ],
+ "pt": "Para adicionar um novo Intel® Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, carregue o seguinte certificado como raiz confiável no Intel AMT"
},
{
"en": "To add a new Intel® AMT device to device group \\\"{0}\\\" with CIRA, load the following certificate as trusted root within Intel AMT, authenticate using a client certificate with the following common name and connect to the following server.",
"xloc": [
"default.handlebars->23->238"
- ]
+ ],
+ "pt": "Para adicionar um novo Intel® Dispositivo AMT para grupo de dispositivos \\\"{0}\\\" com CIRA, carregue o seguinte certificado como raiz confiável no Intel AMT, autentique usando um certificado de cliente com o seguinte nome comum e conecte-se ao servidor a seguir."
},
{
"en": "To delete this account, type in the account password in both boxes below and hit ok.",
"xloc": [
"default.handlebars->23->892"
- ]
+ ],
+ "pt": "Para excluir esta conta, digite a senha da conta nas duas caixas abaixo e pressione ok."
},
{
"en": "To get started,",
"xloc": [
"default.handlebars->container->column_l->p1->NoMeshesPanel->1->1->0->3->getStarted1"
- ]
+ ],
+ "pt": "Para começar,"
},
{
"en": "To install, cut and paste the following command in a root terminal.",
"cs": "Pro instalaci spusťte následující příkaz s právy uživatele root.",
"xloc": [
"agentinvite.handlebars->container->column_l->5->linuxtab->3"
- ]
+ ],
+ "pt": "Para instalar, recorte e cole o seguinte comando em um terminal raiz."
},
{
"en": "To remove a mesh agent, download the file below, run it and click \\\"uninstall\\\".",
"cs": "Pro odstranění agenta si stáhněte soubor níže, spusťte tento soubor a zvolte \\\"uninstall\\\".",
"xloc": [
"default.handlebars->23->302"
- ]
+ ],
+ "pt": "Para remover um agente de malha, faça o download do arquivo abaixo, execute-o e clique em \\\"uninstall\\\"."
},
{
"en": "To remove a mesh agent, run the following command. Root credentials will be needed.",
"xloc": [
"default.handlebars->23->309"
- ]
+ ],
+ "pt": "Para remover um agente de malha, execute o seguinte comando. Serão necessárias credenciais raiz."
},
{
"en": "To uninstall, cut and paste the following command as root.",
"cs": "Pro odinstalování spustťe tento příkaz pod s uživatelskými právy root.",
"xloc": [
"agentinvite.handlebars->container->column_l->5->linuxtab->9"
- ]
+ ],
+ "pt": "Para desinstalar, recorte e cole o seguinte comando como raiz."
},
{
"en": "Toggle F1 to F10 keys emulation type",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
- ]
+ ],
+ "pt": "Alterna o tipo de emulação de teclas F1 a F10"
},
{
"en": "Toggle focus mode, when active only the region around the mouse is updated",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Alternar modo de foco, quando ativo, apenas a região ao redor do mouse é atualizada"
},
{
"en": "Toggle mouse and keyboard input",
"fr": "Basculer la souris et le clavier",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->9"
- ]
+ ],
+ "pt": "Alternar entrada de mouse e teclado"
},
{
"en": "Toggle night mode",
@@ -9023,7 +10195,8 @@
"error404.handlebars->container->topbar->uiMenuButton->uiMenu",
"login.handlebars->container->topbar->uiMenuButton->uiMenu",
"terms.handlebars->container->topbar->uiMenuButton->uiMenu"
- ]
+ ],
+ "pt": "Alternar modo noturno"
},
{
"en": "Toggle remote desktop background",
@@ -9036,27 +10209,31 @@
"fr": "Basculer le type d'émulation de terminal",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
- ]
+ ],
+ "pt": "Alternar tipo de emulação de terminal"
},
{
"en": "Toggle tools view",
"cs": "Přepnout zobrazení nástrojů",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1"
- ]
+ ],
+ "pt": "Alternar visualização de ferramentas"
},
{
"en": "Toggle View Mode",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1",
"player.htm->p11->deskarea0->deskarea1->1"
- ]
+ ],
+ "pt": "Alternar modo de exibição"
},
{
"en": "Toggle what the return key will send",
"xloc": [
"default.handlebars->container->column_l->p12->termTable->1->1->6->1->1->terminalSettingsButtons"
- ]
+ ],
+ "pt": "Alterne o que a chave de retorno enviará"
},
{
"en": "Tools",
@@ -9064,7 +10241,8 @@
"fr": "Outils",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->1"
- ]
+ ],
+ "pt": "Ferramentas"
},
{
"en": "Top bar interface",
@@ -9074,13 +10252,15 @@
"error404.handlebars->container->topbar->uiMenuButton->uiMenu",
"login.handlebars->container->topbar->uiMenuButton->uiMenu",
"terms.handlebars->container->topbar->uiMenuButton->uiMenu"
- ]
+ ],
+ "pt": "Interface da barra superior"
},
{
"en": "Topic",
"xloc": [
"default.handlebars->23->530"
- ]
+ ],
+ "pt": "Tema"
},
{
"en": "total",
@@ -9088,63 +10268,73 @@
"fr": "total",
"xloc": [
"default.handlebars->23->1256"
- ]
+ ],
+ "pt": "total"
},
{
"en": "Trace",
"fr": "Trace",
"xloc": [
"default.handlebars->container->topbar->1->1->ServerSubMenuSpan->ServerSubMenu->1->0->ServerTrace"
- ]
+ ],
+ "pt": "Vestígio"
},
{
"en": "Tracing",
"xloc": [
"default.handlebars->container->column_l->p41->3->3"
- ]
+ ],
+ "pt": "Rastreamento"
},
{
"en": "Traffic router used to connect to a device thru this server",
"xloc": [
"default.handlebars->23->487"
- ]
+ ],
+ "pt": "Roteador de tráfego usado para conectar-se a um dispositivo através deste servidor"
},
{
"en": "Try again.",
"cs": "Zkusit znovu.",
"xloc": [
"default.handlebars->23->95"
- ]
+ ],
+ "pt": "Tente novamente."
},
{
"en": "Tsonga",
"xloc": [
"default.handlebars->23->860"
- ]
+ ],
+ "pt": "Tsonga"
},
{
"en": "Tswana",
"xloc": [
"default.handlebars->23->861"
- ]
+ ],
+ "pt": "Tswana"
},
{
"en": "Turkish",
"xloc": [
"default.handlebars->23->862"
- ]
+ ],
+ "pt": "turco"
},
{
"en": "Turkmen",
"xloc": [
"default.handlebars->23->863"
- ]
+ ],
+ "pt": "Turcomano"
},
{
"en": "Two factor authentication",
"xloc": [
"default.handlebars->23->19"
- ]
+ ],
+ "pt": "Autenticação de dois fatores"
},
{
"en": "Type",
@@ -9158,60 +10348,69 @@
"default.handlebars->23->995",
"default-mobile.handlebars->9->54",
"default-mobile.handlebars->9->276"
- ]
+ ],
+ "pt": "Tipo"
},
{
"en": "Type in a key name, select the OTP box and press the button on the YubiKey™.",
"xloc": [
"default.handlebars->23->672"
- ]
+ ],
+ "pt": "Digite um nome de chave, selecione a caixa OTP e pressione o botão no YubiKeytrade;."
},
{
"en": "Type in the name of the key to add.",
"xloc": [
"default.handlebars->23->669"
- ]
+ ],
+ "pt": "Digite o nome da chave a ser adicionada."
},
{
"en": "Ukrainian",
"xloc": [
"default.handlebars->23->864"
- ]
+ ],
+ "pt": "ucraniano"
},
{
"en": "Unable to access a device until a email address is verified. This is required for password recovery. Go to the \\\"My Account\\\" tab to change and verify an email address.",
"xloc": [
"default.handlebars->23->384",
"default.handlebars->23->907"
- ]
+ ],
+ "pt": "Não foi possível acessar um dispositivo até que um endereço de email seja verificado. Isso é necessário para a recuperação de senha. Vá para a guia \\\"Minha conta\\\" para alterar e verificar um endereço de email."
},
{
"en": "Unable to access a device until a email address is verified. This is required for password recovery. Go to the \\\"My Account\\\" to change and verify an email address.",
"xloc": [
"default-mobile.handlebars->9->50",
"default-mobile.handlebars->9->127"
- ]
+ ],
+ "pt": "Não foi possível acessar um dispositivo até que um endereço de email seja verificado. Isso é necessário para a recuperação de senha. Vá para \\\"Minha conta\\\" para alterar e verificar um endereço de email."
},
{
"en": "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \\\"My Account\\\" and look at the \\\"Account Security\\\" section.",
"xloc": [
"default-mobile.handlebars->9->52",
"default-mobile.handlebars->9->129"
- ]
+ ],
+ "pt": "Não foi possível acessar um dispositivo até que a autenticação de dois fatores esteja ativada. Isso é necessário para segurança extra. Vá para \\\"Minha conta\\\" e veja a seção \\\"Segurança da conta\\\"."
},
{
"en": "Unable to access a device until two-factor authentication is enabled. This is required for extra security. Go to the \\\"My Account\\\" tab and look at the \\\"Account Security\\\" section.",
"xloc": [
"default.handlebars->23->386",
"default.handlebars->23->909"
- ]
+ ],
+ "pt": "Não foi possível acessar um dispositivo até que a autenticação de dois fatores esteja ativada. Isso é necessário para segurança extra. Vá para a guia \\\"Minha conta\\\" e consulte a seção \\\"Segurança da conta\\\"."
},
{
"en": "Unable to connect web socket",
"xloc": [
"default.handlebars->23->17",
"default-mobile.handlebars->9->8"
- ]
+ ],
+ "pt": "Não foi possível conectar o soquete da web"
},
{
"en": "Unable to create account.",
@@ -9225,14 +10424,16 @@
"xloc": [
"default.handlebars->23->16",
"default-mobile.handlebars->9->7"
- ]
+ ],
+ "pt": "Não foi possível executar a autenticação"
},
{
"en": "Unable to scan this address range.",
"cs": "Nelze skenovat tento rozsah.",
"xloc": [
"default.handlebars->23->126"
- ]
+ ],
+ "pt": "Não foi possível verificar este intervalo de endereços."
},
{
"en": "Unable to sent email.",
@@ -9277,7 +10478,8 @@
"default-mobile.handlebars->9->140",
"default-mobile.handlebars->9->168",
"default-mobile.handlebars->9->169"
- ]
+ ],
+ "pt": "Desconhecido"
},
{
"en": "Unknown #{0}",
@@ -9285,7 +10487,8 @@
"xloc": [
"default.handlebars->23->935",
"default-mobile.handlebars->9->270"
- ]
+ ],
+ "pt": "Desconhecido # {0}"
},
{
"en": "Unknown State",
@@ -9293,7 +10496,8 @@
"xloc": [
"default.handlebars->23->435",
"default-mobile.handlebars->9->175"
- ]
+ ],
+ "pt": "Estado desconhecido"
},
{
"en": "Unknown Version & State",
@@ -9301,7 +10505,8 @@
"xloc": [
"default.handlebars->23->437",
"default-mobile.handlebars->9->177"
- ]
+ ],
+ "pt": "Estado da versão desconhecida"
},
{
"en": "Unlimited",
@@ -9311,7 +10516,8 @@
"default.handlebars->23->135",
"default.handlebars->23->261",
"default.handlebars->23->275"
- ]
+ ],
+ "pt": "Ilimitado"
},
{
"en": "Up",
@@ -9323,7 +10529,8 @@
"default.handlebars->container->dialog->dialogBody->dialog3->d3servermode->d3serveraction",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->1",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->1"
- ]
+ ],
+ "pt": "Acima"
},
{
"en": "Up to date",
@@ -9340,19 +10547,22 @@
"default.handlebars->container->column_l->p13->p13toolbar->1->2->1->3",
"default-mobile.handlebars->container->page_content->column_l->p5->p5myfiles->p5toolbar->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->p10files->p13toolbar->1->2->1->3"
- ]
+ ],
+ "pt": "Envio"
},
{
"en": "Upload a core file",
"xloc": [
"default.handlebars->23->661"
- ]
+ ],
+ "pt": "Carregar um arquivo principal"
},
{
"en": "Upload default server core",
"xloc": [
"default.handlebars->23->658"
- ]
+ ],
+ "pt": "Carregar núcleo do servidor padrão"
},
{
"en": "Upload File",
@@ -9367,38 +10577,44 @@
"default-mobile.handlebars->9->82",
"default-mobile.handlebars->9->250",
"default-mobile.handlebars->9->268"
- ]
+ ],
+ "pt": "Subir arquivo"
},
{
"en": "Upload Mesh Agent Core",
"xloc": [
"default.handlebars->23->664"
- ]
+ ],
+ "pt": "Carregar núcleo do agente de malha"
},
{
"en": "Upload recovery core",
"xloc": [
"default.handlebars->23->660"
- ]
+ ],
+ "pt": "Carregar núcleo de recuperação"
},
{
"en": "Upload will overwrite {0} file{1}. Continue?",
"xloc": [
"default.handlebars->23->643",
"default.handlebars->23->1120"
- ]
+ ],
+ "pt": "O upload substituirá o {0} arquivo {1}.Continuar?"
},
{
"en": "Upper Sorbian",
"xloc": [
"default.handlebars->23->865"
- ]
+ ],
+ "pt": "Sorábio superior"
},
{
"en": "Urdu",
"xloc": [
"default.handlebars->23->866"
- ]
+ ],
+ "pt": "urdu"
},
{
"en": "Use Security Key",
@@ -9413,7 +10629,8 @@
"fr": "Utilisez la version complète de ce site pour ajouter des appareils.",
"xloc": [
"default-mobile.handlebars->9->96"
- ]
+ ],
+ "pt": "Use a versão desktop deste site para adicionar dispositivos."
},
{
"en": "Used",
@@ -9421,7 +10638,8 @@
"xloc": [
"default.handlebars->23->1247",
"default.handlebars->23->1249"
- ]
+ ],
+ "pt": "Usava"
},
{
"en": "User",
@@ -9432,14 +10650,16 @@
"default.handlebars->23->989",
"default.handlebars->23->1145",
"default-mobile.handlebars->9->325"
- ]
+ ],
+ "pt": "Do utilizador"
},
{
"en": "User + Files",
"cs": "Uživatel + Soubory",
"xloc": [
"default.handlebars->23->1146"
- ]
+ ],
+ "pt": "Usuário + Arquivos"
},
{
"en": "User Account Import",
@@ -9448,35 +10668,40 @@
"default.handlebars->23->1154",
"default.handlebars->23->1156",
"default.handlebars->23->1158"
- ]
+ ],
+ "pt": "Importação de conta de usuário"
},
{
"en": "User Authorizations",
"xloc": [
"default.handlebars->23->984",
"default-mobile.handlebars->9->278"
- ]
+ ],
+ "pt": "Autorizações de usuário"
},
{
"en": "User browser value",
"xloc": [
"default.handlebars->23->875",
"default.handlebars->23->877"
- ]
+ ],
+ "pt": "Valor do navegador do usuário"
},
{
"en": "User Consent",
"fr": "Consentement de l'utilisateur",
"xloc": [
"default.handlebars->23->957"
- ]
+ ],
+ "pt": "Consentimento do Usuário"
},
{
"en": "User Identifier",
"xloc": [
"default.handlebars->23->1078",
"default.handlebars->23->1204"
- ]
+ ],
+ "pt": "Identificador do usuário"
},
{
"en": "User interface selection",
@@ -9486,13 +10711,15 @@
"error404.handlebars->container->topbar",
"login.handlebars->container->topbar",
"terms.handlebars->container->topbar"
- ]
+ ],
+ "pt": "Seleção da interface do usuário"
},
{
"en": "User List Export",
"xloc": [
"default.handlebars->23->1165"
- ]
+ ],
+ "pt": "Exportação da lista de usuários"
},
{
"en": "User Name",
@@ -9500,20 +10727,23 @@
"fr": "Nom",
"xloc": [
"default.handlebars->23->1077"
- ]
+ ],
+ "pt": "Nome de Usuário"
},
{
"en": "User Names",
"fr": "Noms",
"xloc": [
"default.handlebars->23->1038"
- ]
+ ],
+ "pt": "Nomes de usuário"
},
{
"en": "User Sessions",
"xloc": [
"default.handlebars->23->1260"
- ]
+ ],
+ "pt": "Sessões de Usuário"
},
{
"en": "User Shell",
@@ -9528,21 +10758,24 @@
"fr": "Identifiant d'utilisateur",
"xloc": [
"player.htm->3->5"
- ]
+ ],
+ "pt": "ID do usuário"
},
{
"en": "userlist.csv",
"xloc": [
"default.handlebars->23->1162",
"default.handlebars->23->1167"
- ]
+ ],
+ "pt": "Lista de usuários.csv"
},
{
"en": "userlist.json",
"xloc": [
"default.handlebars->23->1164",
"default.handlebars->23->1168"
- ]
+ ],
+ "pt": "Lista de usuários.json"
},
{
"en": "Username",
@@ -9554,7 +10787,8 @@
"default.handlebars->23->524",
"default-mobile.handlebars->9->209",
"player.htm->3->4"
- ]
+ ],
+ "pt": "Nome de usuário"
},
{
"en": "Username already exists.",
@@ -9573,7 +10807,8 @@
"login.handlebars->container->column_l->centralTable->1->0->logincell->createpanel->1->9->1->nuUserRow->nuUser",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->loginpanel->1->7->1->0->loginusername",
"login-mobile.handlebars->container->page_content->column_l->1->1->0->1->createpanel->1->1->9->1->nuUserRow->1"
- ]
+ ],
+ "pt": "Nome de usuário:"
},
{
"en": "Users",
@@ -9581,20 +10816,23 @@
"fr": "Utilisateurs",
"xloc": [
"default.handlebars->23->1259"
- ]
+ ],
+ "pt": "Usuários"
},
{
"en": "UTF8 Terminal",
"fr": "Terminal UTF8",
"xloc": [
"default.handlebars->23->602"
- ]
+ ],
+ "pt": "Terminal UTF8"
},
{
"en": "Venda",
"xloc": [
"default.handlebars->23->867"
- ]
+ ],
+ "pt": "Venda"
},
{
"en": "Vendor",
@@ -9603,7 +10841,8 @@
"xloc": [
"default.handlebars->23->31",
"default.handlebars->23->34"
- ]
+ ],
+ "pt": "Fornecedor"
},
{
"en": "Verify email",
@@ -9612,7 +10851,8 @@
"xloc": [
"default.handlebars->container->column_l->p2->p2AccountActions->3->verifyEmailId->0",
"default-mobile.handlebars->container->page_content->column_l->p3->p3info->1->p3AccountActions->7->1->verifyEmailId->0"
- ]
+ ],
+ "pt": "Verificar email"
},
{
"en": "Verify Email",
@@ -9620,7 +10860,8 @@
"fr": "Vérifier le Courriel",
"xloc": [
"default.handlebars->container->footer->3->verifyEmailId2"
- ]
+ ],
+ "pt": "Verificar Email"
},
{
"en": "Version",
@@ -9631,7 +10872,8 @@
"default.handlebars->23->32",
"default.handlebars->23->37",
"default.handlebars->23->45"
- ]
+ ],
+ "pt": "Versão"
},
{
"en": "Very slow",
@@ -9640,58 +10882,67 @@
"xloc": [
"default.handlebars->container->dialog->dialogBody->dialog7->d7meshkvm->7->d7framelimiter->7",
"default-mobile.handlebars->dialog->3->dialog7->d7meshkvm->7->d7framelimiter->7"
- ]
+ ],
+ "pt": "Muito devagar"
},
{
"en": "Vietnamese",
"fr": "Vietnamien",
"xloc": [
"default.handlebars->23->868"
- ]
+ ],
+ "pt": "vietnamita"
},
{
"en": "View",
"fr": "Vue",
"xloc": [
"default.handlebars->container->column_l->p1->devListToolbarSpan->1->0->9->devListToolbarView"
- ]
+ ],
+ "pt": "Visualizar"
},
{
"en": "View notes about this device",
"xloc": [
"default.handlebars->23->476"
- ]
+ ],
+ "pt": "Ver notas sobre este dispositivo"
},
{
"en": "View notes about this device group",
"xloc": [
"default.handlebars->23->970"
- ]
+ ],
+ "pt": "Ver notas sobre este grupo de dispositivos"
},
{
"en": "View notes about this user",
"xloc": [
"default.handlebars->23->1227"
- ]
+ ],
+ "pt": "Ver notas sobre este usuário"
},
{
"en": "Volapuk",
"xloc": [
"default.handlebars->23->869"
- ]
+ ],
+ "pt": "Volapuk"
},
{
"en": "VT100+ (F10 = ESC+[OY)",
"xloc": [
"default.handlebars->23->607"
- ]
+ ],
+ "pt": "VT100+ (F10 = ESC+[OY)"
},
{
"en": "Waiting for other user...",
"cs": "Čekání na ostatní uživatele...",
"xloc": [
"messenger.handlebars->13->6"
- ]
+ ],
+ "pt": "Aguardando outro usuário ..."
},
{
"en": "Wake Devices",
@@ -9700,7 +10951,8 @@
"default.handlebars->23->1066",
"default-mobile.handlebars->9->301",
"default-mobile.handlebars->9->314"
- ]
+ ],
+ "pt": "Reativar dispositivo"
},
{
"en": "Wake-up",
@@ -9708,20 +10960,23 @@
"xloc": [
"default.handlebars->23->513",
"default-mobile.handlebars->9->203"
- ]
+ ],
+ "pt": "Ligar"
},
{
"en": "Wake-up devices",
"cs": "Probudit zařízení",
"xloc": [
"default.handlebars->23->351"
- ]
+ ],
+ "pt": "Acordar dispositivo"
},
{
"en": "Walloon",
"xloc": [
"default.handlebars->23->870"
- ]
+ ],
+ "pt": "valão"
},
{
"en": "WARNING: ",
@@ -9737,7 +10992,8 @@
"fr": "Faible",
"xloc": [
"default.handlebars->23->921"
- ]
+ ],
+ "pt": "Fraco"
},
{
"en": "Weak Password",
@@ -9748,7 +11004,8 @@
"login.handlebars->5->26",
"login-mobile.handlebars->5->22",
"login-mobile.handlebars->5->26"
- ]
+ ],
+ "pt": "Senha fraca"
},
{
"en": "Web Server",
@@ -9756,21 +11013,24 @@
"xloc": [
"default.handlebars->23->1274",
"default.handlebars->23->1275"
- ]
+ ],
+ "pt": "Servidor web"
},
{
"en": "Web Server Requests",
"fr": "Demandes de serveur Web",
"xloc": [
"default.handlebars->23->1276"
- ]
+ ],
+ "pt": "Solicitações de servidor Web"
},
{
"en": "Web Socket Relay",
"fr": "Relais Web Socket",
"xloc": [
"default.handlebars->23->1277"
- ]
+ ],
+ "pt": "Encaminhador de soquete da Web"
},
{
"en": "Welcome",
@@ -9778,7 +11038,8 @@
"fr": "Bienvenue",
"xloc": [
"login.handlebars->container->column_l->1"
- ]
+ ],
+ "pt": "Bem vindo"
},
{
"en": "Welcome {0}.",
@@ -9794,7 +11055,8 @@
"fr": "Gallois",
"xloc": [
"default.handlebars->23->871"
- ]
+ ],
+ "pt": "galês"
},
{
"en": "Will be changed on next login.",
@@ -9802,172 +11064,198 @@
"fr": "Sera changé lors de la prochaine connexion.",
"xloc": [
"default.handlebars->23->1212"
- ]
+ ],
+ "pt": "Será alterado no próximo login."
},
{
"en": "Win",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->3",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->5"
- ]
+ ],
+ "pt": "Win"
},
{
"en": "Win+Down",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->5",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->7"
- ]
+ ],
+ "pt": "Win+Down"
},
{
"en": "Win+L",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->9",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->11"
- ]
+ ],
+ "pt": "Win+L"
},
{
"en": "Win+Left",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->23"
- ]
+ ],
+ "pt": "Win+Left"
},
{
"en": "Win+M",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->11",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->13"
- ]
+ ],
+ "pt": "Win+M"
},
{
"en": "Win+R",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->15",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->17"
- ]
+ ],
+ "pt": "Win+R"
},
{
"en": "Win+Right",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->25"
- ]
+ ],
+ "pt": "Win+Right"
},
{
"en": "Win+Up",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea4->3->deskkeys->7",
"default-mobile.handlebars->dialog->3->dialog3->deskkeys->9"
- ]
+ ],
+ "pt": "Win+Up"
},
{
"en": "Windows",
"xloc": [
"default.handlebars->23->279"
- ]
+ ],
+ "pt": "Windows"
},
{
"en": "Windows (.exe)",
"xloc": [
"default.handlebars->23->291",
"default.handlebars->23->305"
- ]
+ ],
+ "pt": "Windows (.exe)"
},
{
"en": "Windows (32bit)",
"xloc": [
"default.handlebars->23->553"
- ]
+ ],
+ "pt": "Windows (32 Bits)"
},
{
"en": "Windows (64bit)",
"xloc": [
"default.handlebars->23->554"
- ]
+ ],
+ "pt": "Windows (64 Bits)"
},
{
"en": "Windows (UnInstall)",
"xloc": [
"default.handlebars->23->282"
- ]
+ ],
+ "pt": "Windows (Desinstalador)"
},
{
"en": "Windows 32bit",
"xloc": [
"agentinvite.handlebars->container->column_l->5->1->twintab32"
- ]
+ ],
+ "pt": "Windows 32 Bits"
},
{
"en": "Windows 32bit console",
"xloc": [
"default.handlebars->23->401",
"default-mobile.handlebars->9->141"
- ]
+ ],
+ "pt": "Windows 32 Bits console"
},
{
"en": "Windows 32bit service",
"xloc": [
"default.handlebars->23->403",
"default-mobile.handlebars->9->143"
- ]
+ ],
+ "pt": "Serviço Windows 32 Bits"
},
{
"en": "Windows 64bit",
"xloc": [
"agentinvite.handlebars->container->column_l->5->1->twintab64"
- ]
+ ],
+ "pt": "Windows 64 Bits"
},
{
"en": "Windows 64bit console",
"xloc": [
"default.handlebars->23->402",
"default-mobile.handlebars->9->142"
- ]
+ ],
+ "pt": "Windows 64 Bits console"
},
{
"en": "Windows 64bit service",
"xloc": [
"default.handlebars->23->404",
"default-mobile.handlebars->9->144"
- ]
+ ],
+ "pt": "Serviço Windows 64 Bits"
},
{
"en": "Windows MinCore console",
"xloc": [
"default.handlebars->23->421",
"default-mobile.handlebars->9->161"
- ]
+ ],
+ "pt": "Windows MinCore console"
},
{
"en": "Windows MinCore service",
"xloc": [
"default.handlebars->23->422",
"default-mobile.handlebars->9->162"
- ]
+ ],
+ "pt": "Windows MinCore service"
},
{
"en": "Windows only",
"xloc": [
"default.handlebars->23->252"
- ]
+ ],
+ "pt": "Apenas Windows"
},
{
"en": "Windows x64 (.exe)",
"xloc": [
"default.handlebars->23->294",
"default.handlebars->23->308"
- ]
+ ],
+ "pt": "Windows x64 (.exe)"
},
{
"en": "WinSCP",
"xloc": [
"default.handlebars->23->494"
- ]
+ ],
+ "pt": "WinSCP"
},
{
"en": "Write an event for this device",
"fr": "Écrire un événement pour ce périphérique",
"xloc": [
"default.handlebars->23->478"
- ]
+ ],
+ "pt": "Escreva um evento para este dispositivo"
},
{
"en": "X",
@@ -9976,92 +11264,106 @@
"default-mobile.handlebars->dialog->1->id_dialogclose->0",
"login.handlebars->dialog->dialogHeader->id_dialogclose->0",
"login-mobile.handlebars->dialog->1->id_dialogclose->0"
- ]
+ ],
+ "pt": "X"
},
{
"en": "XENx86",
"xloc": [
"default.handlebars->23->408",
"default-mobile.handlebars->9->148"
- ]
+ ],
+ "pt": "XENx86"
},
{
"en": "Xhosa",
"xloc": [
"default.handlebars->23->872"
- ]
+ ],
+ "pt": "Xhosa"
},
{
"en": "Yiddish",
"xloc": [
"default.handlebars->23->873"
- ]
+ ],
+ "pt": "Iídiche"
},
{
"en": "You can reactivate this feature at any time.",
"fr": "Vous pouvez réactiver cette fonctionnalité à tout moment.",
"xloc": [
"default.handlebars->23->93"
- ]
+ ],
+ "pt": "Você pode reativar esse recurso a qualquer momento."
},
{
"en": "You have been invited to install a software that will allow a remote operator to fully access your computer remotely including the desktop and files.\n Only follow the instructions below if this invitation was expected and you know who will be accessing your computer.\n Selecting your operation system and follow the instructions below.",
"cs": "Byla vám doručena pozvánka k instalaci softwaru, který umožňuje vzdálenou správu zařízení.\n Postupujte podle níže uvedených pokynů, pokud jste si vědom toho, že tato pozvánka je legitimní a chcete tento přístup umožnit.\n Vyberte si operační systém a postupujte dle pokynů níže.",
"xloc": [
"agentinvite.handlebars->container->column_l->3"
- ]
+ ],
+ "pt": "Você foi convidado a instalar um software que permitirá que um operador remoto acesse totalmente seu computador remotamente, incluindo a área de trabalho e os arquivos.\n Siga apenas as instruções abaixo se esse convite for esperado e você sabe quem acessará seu computador.\n Selecionando seu sistema operacional e siga as instruções abaixo."
},
{
"en": "You will now need a valid token to login again.",
"fr": "Vous aurez maintenant besoin d'un jeton valide pour vous connecter à nouveau.",
"xloc": [
"default.handlebars->23->88"
- ]
+ ],
+ "pt": "Agora você precisará de um token válido para fazer login novamente."
},
{
"en": "YubiKey™ OTP",
"xloc": [
"default.handlebars->23->675"
- ]
+ ],
+ "pt": "YubiKey™ OTP"
},
{
"en": "Zoom to fit extent",
"xloc": [
"default.handlebars->23->372"
- ]
+ ],
+ "pt": "Zoom para ajustar a extensão"
},
{
"en": "Zoom-in to extent",
"xloc": [
"default.handlebars->23->369",
"default.handlebars->23->376"
- ]
+ ],
+ "pt": "Aumentar o zoom até o limite"
},
{
"en": "Zoom-out to extent",
"xloc": [
"default.handlebars->23->370",
"default.handlebars->23->377"
- ]
+ ],
+ "pt": "Diminuir o zoom até o limite"
},
{
"en": "Zulu",
"xloc": [
"default.handlebars->23->874"
- ]
+ ],
+ "pt": "Zulu"
},
{
"en": "{0} active sessions",
"fr": "{0} sessions actives",
"xloc": [
"default.handlebars->23->1231"
- ]
+ ],
+ "pt": "{0} sessões ativas"
},
{
"en": "{0} b",
"xloc": [
"default.handlebars->23->1094"
- ]
+ ],
+ "pt": "{0} b"
},
{
"en": "{0} bytes",
@@ -10070,91 +11372,105 @@
"xloc": [
"default.handlebars->23->1104",
"default-mobile.handlebars->9->75"
- ]
+ ],
+ "pt": "{0} bytes"
},
{
"en": "{0} bytes remaining",
"fr": "{0} octets restants",
"xloc": [
"default.handlebars->23->1089"
- ]
+ ],
+ "pt": "{0} bytes restantes"
},
{
"en": "{0} Gb",
"xloc": [
"default.handlebars->23->1097"
- ]
+ ],
+ "pt": "{0} Gb"
},
{
"en": "{0} gigabytes remaining",
"cs": "{0} gigabytů zbývá",
"xloc": [
"default.handlebars->23->1092"
- ]
+ ],
+ "pt": "{0} gigabytes restantes"
},
{
"en": "{0} groups",
"xloc": [
"default.handlebars->23->1217"
- ]
+ ],
+ "pt": "{0} grupos"
},
{
"en": "{0} hour{1}",
"cs": "{0} hodina{1}",
"xloc": [
"default.handlebars->23->131"
- ]
+ ],
+ "pt": "{0} horas{1}"
},
{
"en": "{0} Kb",
"xloc": [
"default.handlebars->23->1095"
- ]
+ ],
+ "pt": "{0} Kb"
},
{
"en": "{0} kilobytes remaining",
"cs": "{0} kilobytů zbývá",
"xloc": [
"default.handlebars->23->1090"
- ]
+ ],
+ "pt": "{0} kilobytes restantes"
},
{
"en": "{0} lower case",
"xloc": [
"login.handlebars->5->31",
"login-mobile.handlebars->5->31"
- ]
+ ],
+ "pt": "{0} letras minúsculas"
},
{
"en": "{0} Mb",
"xloc": [
"default.handlebars->23->1096"
- ]
+ ],
+ "pt": "{0} Mb"
},
{
"en": "{0} Mb, {1} Mhz",
"xloc": [
"default.handlebars->23->41"
- ]
+ ],
+ "pt": "{0} Mb, {1} Mhz"
},
{
"en": "{0} megabytes remaining",
"cs": "{0} megabytů zbývá",
"xloc": [
"default.handlebars->23->1091"
- ]
+ ],
+ "pt": "{0} megabytes restantes"
},
{
"en": "{0} minute{1} until disconnect",
"xloc": [
"default.handlebars->23->26"
- ]
+ ],
+ "pt": "{0} minutos{1} até desconectar"
},
{
"en": "{0} more users not shown, use search box to look for users...",
"xloc": [
"default.handlebars->23->1137"
- ]
+ ],
+ "pt": "{0} mais usuários não exibidos, use a caixa de pesquisa para procurar usuários ..."
},
{
"en": "{0} nodes",
@@ -10162,121 +11478,140 @@
"fr": "{0} appareil",
"xloc": [
"default.handlebars->23->312"
- ]
+ ],
+ "pt": "{0} nós"
},
{
"en": "{0} non-alphanumeric",
"xloc": [
"login.handlebars->5->33",
"login-mobile.handlebars->5->33"
- ]
+ ],
+ "pt": "{0} não alfanumérico"
},
{
"en": "{0} numeric",
"xloc": [
"login.handlebars->5->32",
"login-mobile.handlebars->5->32"
- ]
+ ],
+ "pt": "{0} numérico"
},
{
"en": "{0} second{1}",
"xloc": [
"player.htm->3->3"
- ]
+ ],
+ "pt": "{0} segundo{1}"
},
{
"en": "{0} second{1} until disconnect",
"cs": "{0} sekund{1} do odpojení",
"xloc": [
"default.handlebars->23->25"
- ]
+ ],
+ "pt": "{0} segundo{1} até desconectar"
},
{
"en": "{0} sessions",
"xloc": [
"default.handlebars->23->1141"
- ]
+ ],
+ "pt": "{0} sessões"
},
{
"en": "{0} settings (.msh)",
"xloc": [
"default.handlebars->23->296"
- ]
+ ],
+ "pt": "{0} configurações (.msh)"
},
{
"en": "{0} to {1}",
"xloc": [
"player.htm->3->8"
- ]
+ ],
+ "pt": "{0} para {1}"
},
{
"en": "{0} upper case",
"xloc": [
"login.handlebars->5->30",
"login-mobile.handlebars->5->30"
- ]
+ ],
+ "pt": "{0} maiúsculas"
},
{
"en": "{0} users",
"xloc": [
"default.handlebars->23->180"
- ]
+ ],
+ "pt": "{0} usuários"
},
{
"en": "{0}b left",
"xloc": [
"default-mobile.handlebars->9->67"
- ]
+ ],
+ "pt": "{0}b restante"
},
{
"en": "{0}g left",
"xloc": [
"default-mobile.handlebars->9->70"
- ]
+ ],
+ "pt": "{0}g restante"
},
{
"en": "{0}k in 1 file. {1}k maximum",
"xloc": [
"default.handlebars->23->1099"
- ]
+ ],
+ "pt": "{0} k em 1 arquivo. {1} k no máximo"
},
{
"en": "{0}k in {1} files. {2}k maximum",
"xloc": [
"default.handlebars->23->1098"
- ]
+ ],
+ "pt": "{0} k em {1} arquivos. {2} k no máximo"
},
{
"en": "{0}k left",
"cs": "{0}k zbývá",
"xloc": [
"default-mobile.handlebars->9->68"
- ]
+ ],
+ "pt": "{0}k restante"
},
{
"en": "{0}m left",
"xloc": [
"default-mobile.handlebars->9->69"
- ]
+ ],
+ "pt": "{0}m restante"
},
{
"en": "↺",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1->5"
- ]
+ ],
+ "pt": "↺"
},
{
"en": "↻",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1->7"
- ]
+ ],
+ "pt": "↻"
},
{
"en": "⇲",
"xloc": [
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->1->3",
"player.htm->p11->deskarea0->deskarea1->1->1"
- ]
+ ],
+ "pt": "⇲"
},
{
"en": "◀",
@@ -10285,7 +11620,8 @@
"default-mobile.handlebars->container->page_content->column_l->p5->1->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p10->1->1->0->1->3",
"default-mobile.handlebars->container->page_content->column_l->p20->1->1->0->1->3"
- ]
+ ],
+ "pt": "◀"
},
{
"en": "♦",
@@ -10295,7 +11631,8 @@
"error404.handlebars->container->topbar->uiMenuButton",
"login.handlebars->container->topbar->uiMenuButton",
"terms.handlebars->container->topbar->uiMenuButton"
- ]
+ ],
+ "pt": "♦"
},
{
"en": "✓",
@@ -10306,7 +11643,8 @@
"default.handlebars->container->column_l->p5->p5filetable->bigok->0",
"default.handlebars->container->column_l->p13->p13filetable->p13bigok->0",
"player.htm->p11->deskarea0->deskarea3x->bigok->0"
- ]
+ ],
+ "pt": "✓"
},
{
"en": "✖",
@@ -10314,7 +11652,8 @@
"default.handlebars->container->column_l->p11->deskarea0->deskarea1->3->idx_deskFullBtn2",
"default.handlebars->container->dialog->dialogHeader->id_dialogclose",
"player.htm->p11->dialog->dialogHeader->id_dialogclose"
- ]
+ ],
+ "pt": "✖"
},
{
"en": "✗",
@@ -10322,7 +11661,8 @@
"default.handlebars->container->column_l->p5->p5filetable->bigfail->0",
"default.handlebars->container->column_l->p13->p13filetable->p13bigfail->0",
"player.htm->p11->deskarea0->deskarea3x->bigfail->0"
- ]
+ ],
+ "pt": "✗"
},
{
"en": "Admin Shell",
@@ -10352,7 +11692,8 @@
"en": "2nd factor authentication enabled",
"xloc": [
"default.handlebars->23->1225"
- ]
+ ],
+ "pt": "Autenticação de segundo fator ativada"
},
{
"en": "\\\\'",
@@ -10373,7 +11714,8 @@
"xloc": [
"terms.handlebars->container->column_l->65->1->0",
"terms-mobile.handlebars->container->page_content->column_l->65->1->0"
- ]
+ ],
+ "pt": "6.Rcarousel - License MIT"
}
]
}
\ No newline at end of file
diff --git a/views/translations/agentinvite-min_pt.handlebars b/views/translations/agentinvite-min_pt.handlebars
new file mode 100644
index 00000000..9d3a2a5f
--- /dev/null
+++ b/views/translations/agentinvite-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral - Agent Installation
{{{title}}}
{{{title2}}}
{{{logoutControl}}}
♦
Instalação remota do agente
Você foi convidado a instalar um software que permitirá que um operador remoto acesse totalmente seu computador remotamente, incluindo a área de trabalho e os arquivos. Siga apenas as instruções abaixo se esse convite for esperado e você sabe quem acessará seu computador. Selecionando seu sistema operacional e siga as instruções abaixo.
\ No newline at end of file
diff --git a/views/translations/agentinvite_pt.handlebars b/views/translations/agentinvite_pt.handlebars
new file mode 100644
index 00000000..dc408dff
--- /dev/null
+++ b/views/translations/agentinvite_pt.handlebars
@@ -0,0 +1,294 @@
+
+
+
+
+
+
+
+
+ MeshCentral - Agent Installation
+
+
+
+
+
+
+
+ {{{title}}}
+
+
+ {{{title2}}}
+
+
{{{logoutControl}}}
+
+
+
+
+
+
+ ♦
+
+
+
+
+
+
+
+
+
+
Instalação remota do agente
+
+ Você foi convidado a instalar um software que permitirá que um operador remoto acesse totalmente seu computador remotamente, incluindo a área de trabalho e os arquivos.
+ Siga apenas as instruções abaixo se esse convite for esperado e você sabe quem acessará seu computador.
+ Selecionando seu sistema operacional e siga as instruções abaixo.
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/default-min_pt.handlebars b/views/translations/default-min_pt.handlebars
new file mode 100644
index 00000000..08ba421a
--- /dev/null
+++ b/views/translations/default-min_pt.handlebars
@@ -0,0 +1,8706 @@
+{{{StartGeoLocation}}}{{{EndGeoLocation}}}{{{title}}}
Intel® Porta de redirecionamento AMT ou recurso KVM desativado, clique aqui para habilitá-lo.
O computador remoto não está ligado, clique aqui para emitir um comando de energia.
Desconectado
Arquivos -
Desconectado
✓
✗
Intel® AMT -
Eventos -
Mostrar
Detalhes -
Geral -
Geral -
Eventos -
Mostrar
Estatísticas do meu servidor
Rastreio do meu servidor
Mostrar
Nenhum
My Server Plugins
Notice: Plugins have been altered, this may require agent core update.
Nome
Descrição
Ligação
Versão
Latest
Status
Ação
No plugins on server.
My Server Plugins -
Plugins -
✖
Seleção de arquivo
Subir arquivo
Área de trabalho remota do agente
Qualidade
Dimensionamento
Taxa de quadros
Intel® AMT Hardware KVM
Codificação de Imagem
Outros ajustes
\ No newline at end of file
diff --git a/views/translations/default-mobile-min_pt.handlebars b/views/translations/default-mobile-min_pt.handlebars
new file mode 100644
index 00000000..74a3345f
--- /dev/null
+++ b/views/translations/default-mobile-min_pt.handlebars
@@ -0,0 +1 @@
+{{{title}}}
Intel® Porta de redirecionamento AMT ou recurso KVM desativado, clique aqui para habilitá-lo.
+
+
+
+
O computador remoto não está ligado, clique aqui para emitir um comando de energia.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Desconectado
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Arquivos -
+
+
+
+
+
+
+
+
+
+
+
+ Desconectado
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
✓
+
✗
+
+
+
+
+
+
+
+
+
+
+
Intel® AMT -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Eventos -
+
+
+
+
+
+
+ Mostrar
+
+
+
+
+
+
+
+
+
+
+
+
Detalhes -
+
+
+
+
+
+
+
Geral -
+
+
+
+
+
+
+
+
+
Geral -
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Eventos -
+
+
+
+
+
+ Mostrar
+
+
+
+
+
+
+
+
+
+
Estatísticas do meu servidor
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Rastreio do meu servidor
+
+
+ Mostrar
+
+
+
+
+
+
+ Nenhum
+
+
+
+
+
+
My Server Plugins
+
+
+
+
+
+
+
+
+
+
+
+
+
Notice: Plugins have been altered, this may require agent core update.
+
+
+
+
Nome
Descrição
Ligação
Versão
Latest
Status
Ação
+
+
No plugins on server.
+
+
+
+
My Server Plugins -
+
+
+
+
Plugins -
+
+
+
+
+
+
+
+
+
✖
+
+
+
+
+
+
+
+
+
+
+
+
Seleção de arquivo
+
+
+
+
Subir arquivo
+
+
+
+
+
+
+
+
+
+
+
+
Área de trabalho remota do agente
+
+
Qualidade
+
+
+
+
Dimensionamento
+
+
+
+
Taxa de quadros
+
+
+
+
+
Intel® AMT Hardware KVM
+
+
Codificação de Imagem
+
+
+
+
Outros ajustes
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/download-min_pt.handlebars b/views/translations/download-min_pt.handlebars
new file mode 100644
index 00000000..c52dbbef
--- /dev/null
+++ b/views/translations/download-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral - Download
{{{title}}}
{{{title2}}}
Baixar
{{{message}}}
\ No newline at end of file
diff --git a/views/translations/download_pt.handlebars b/views/translations/download_pt.handlebars
new file mode 100644
index 00000000..97a4d751
--- /dev/null
+++ b/views/translations/download_pt.handlebars
@@ -0,0 +1,41 @@
+
+
+
+
+
+
+
+ MeshCentral - Download
+
+
+
+
+
+
+ {{{title}}}
+
+
+ {{{title2}}}
+
+
+
+
+
Baixar
+
{{{message}}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/error404-min_pt.handlebars b/views/translations/error404-min_pt.handlebars
new file mode 100644
index 00000000..3a782b8a
--- /dev/null
+++ b/views/translations/error404-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral
\ No newline at end of file
diff --git a/views/translations/error404-mobile-min_pt.handlebars b/views/translations/error404-mobile-min_pt.handlebars
new file mode 100644
index 00000000..b2561c4b
--- /dev/null
+++ b/views/translations/error404-mobile-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/login-min_pt.handlebars b/views/translations/login-min_pt.handlebars
new file mode 100644
index 00000000..76053337
--- /dev/null
+++ b/views/translations/login-min_pt.handlebars
@@ -0,0 +1 @@
+{{{title}}} - Login
{{{title}}}
{{{title2}}}
♦
Bem vindo
Connect to your home or office devices from anywhere in the world using MeshCentral, the real time, open source remote monitoring and management web site. You will need to download and install a management agent on your computers. Once installed, computers will show up in the "My Devices" section of this web site and you will be able to monitor them and take control of them.
X
\ No newline at end of file
diff --git a/views/translations/login-mobile-min_pt.handlebars b/views/translations/login-mobile-min_pt.handlebars
new file mode 100644
index 00000000..3147074e
--- /dev/null
+++ b/views/translations/login-mobile-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral - Login
{{{title}}}
{{{title2}}}
X
\ No newline at end of file
diff --git a/views/translations/login-mobile_pt.handlebars b/views/translations/login-mobile_pt.handlebars
new file mode 100644
index 00000000..e832d80c
--- /dev/null
+++ b/views/translations/login-mobile_pt.handlebars
@@ -0,0 +1,647 @@
+
+
+
+
+
+
+
+
+
+ MeshCentral - Login
+
+
+
+
+
+
+
+ {{{title}}}
+
+
+ {{{title2}}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
X
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/login_pt.handlebars b/views/translations/login_pt.handlebars
new file mode 100644
index 00000000..28b857cc
--- /dev/null
+++ b/views/translations/login_pt.handlebars
@@ -0,0 +1,727 @@
+
+
+
+
+
+
+
+
+
+
+ {{{title}}} - Login
+
+
+
+
+
{{{title}}}
+
{{{title2}}}
+
+
+
+ ♦
+
+
+
+
+
+
+
+
+
+
Bem vindo
+
Connect to your home or office devices from anywhere in the world using MeshCentral, the real time, open source remote monitoring and management web site. You will need to download and install a management agent on your computers. Once installed, computers will show up in the "My Devices" section of this web site and you will be able to monitor them and take control of them.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
X
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/message-min_pt.handlebars b/views/translations/message-min_pt.handlebars
new file mode 100644
index 00000000..277b6b90
--- /dev/null
+++ b/views/translations/message-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral - {{{title3}}}
{{{title}}}
{{{title2}}}
{{{title3}}}
{{{message}}}
\ No newline at end of file
diff --git a/views/translations/message_pt.handlebars b/views/translations/message_pt.handlebars
new file mode 100644
index 00000000..fab3be8e
--- /dev/null
+++ b/views/translations/message_pt.handlebars
@@ -0,0 +1,40 @@
+
+
+
+
+
+
+
+ MeshCentral - {{{title3}}}
+
+
+
+
+
+
+ {{{title}}}
+
+
+ {{{title2}}}
+
+
+
+
+
{{{title3}}}
+
{{{message}}}
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/messenger-min_pt.handlebars b/views/translations/messenger-min_pt.handlebars
new file mode 100644
index 00000000..85046f74
--- /dev/null
+++ b/views/translations/messenger-min_pt.handlebars
@@ -0,0 +1 @@
+MeshMessenger
MeshMessenger
Remoto
Local
\ No newline at end of file
diff --git a/views/translations/messenger_pt.handlebars b/views/translations/messenger_pt.handlebars
new file mode 100644
index 00000000..1735a1fe
--- /dev/null
+++ b/views/translations/messenger_pt.handlebars
@@ -0,0 +1,642 @@
+
+ MeshMessenger
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
MeshMessenger
+
+
+
+
+
+
+
+
+
+
+
+
+
Remoto
+
+
+
+
Local
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/views/translations/terms-min_pt.handlebars b/views/translations/terms-min_pt.handlebars
new file mode 100644
index 00000000..89344c01
--- /dev/null
+++ b/views/translations/terms-min_pt.handlebars
@@ -0,0 +1,84 @@
+MeshCentral - Terms of use
{{{title}}}
{{{title2}}}
♦
Termos de uso
Entre em contato com o administrador do site para obter os termos de uso.
A seguir, são apresentadas as divulgações necessárias de componentes e software de código aberto incorporados neste software.
1.AJAX Control Toolkit - Nova licença BSD
Direitos autorais (c) 2009, CodePlex Foundation.Todos os direitos reservados.
A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
3.Nem o nome da CodePlex Foundation nem os nomes de seus colaboradores podem ser usados \u200b\u200bpara endossar ou promover produtos derivados deste software sem permissão prévia por escrito específica.
ESTE SOFTWARE É FORNECIDO PELOS TITULARES DE DIREITOS AUTORAIS E CONTRIBUIDORES "TAL COMO ESTÁ" E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO. EM NENHUM CASO O DIVISOR DE DIREITOS AUTORAIS OU OS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO, MAS NÃO SE LIMITANDO A, PROCURAÇÃO DE BENS OU SERVIÇOS SUBSTITUTOS; PERDA DE USO, DADOS, LUCROS DE USO); OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADA E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATADA, RESPONSABILIDADE ESTIMATIVA OU ATRIBUIÇÃO (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA), surgindo de qualquer maneira fora do uso deste software, mesmo que seja aconselhável a possibilidade de tal conteúdo.
Copyright (c) 1998-2011 O Projeto OpenSSL.Todos os direitos reservados.
A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
3.Todos os materiais publicitários que mencionam os recursos ou o uso deste software devem exibir o seguinte reconhecimento: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4.The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.
5.Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.
6.As redistribuições de qualquer forma devem manter o seguinte reconhecimento: "Este produto inclui software desenvolvido pelo OpenSSL Project para uso no OpenSSL Toolkit (http://www.openssl.org/)".
ESTE SOFTWARE É FORNECIDO PELO PROJETO OpenSSL `` COMO ESTÁ '' E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. EM NENHUM CASO O PROJETO OpenSSL OU SEUS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO DANOS ESPECIAIS, EXEMPLARES OU CONSEQÜENCIAIS (INCLUINDO, PROCESSOS, MAS NÃO LIMITADOS OU SERVIÇOS; PERDA DE USO, DADOS OU LUCROS; OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADOS E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATOS, RESPONSABILIDADE ESTIMATIVA OU ATORT (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA) QUE POSSUEM DE QUALQUER FORMA DESTE USO SOFTWARE, MESMO SE AVISADO DA POSSIBILIDADE DE TAIS DANOS.
3.jQuery Foundation - Licença MIT
Copyright 2013 jQuery Foundation e outros colaboradores http://jquery.com/
O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
Este software consiste em contribuições voluntárias feitas por muitos indivíduos (AUTORES.txt, http://jqueryui.com/about ). Para obter o histórico exato de contribuições, consulte o histórico de revisões e os logs, disponíveis em http://jquery-ui.googlecode.com/svn/
O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
Copyright (C) 2011 Joel Martin Este formulário de código-fonte está sujeito aos termos da Licença Pública Mozilla, v.2.0 0.Se uma cópia da MPL não foi distribuída com este arquivo, você pode obter uma em http: // mozilla.org / MPL / 2.0 /.
O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
7.Webtoolkit Javascript Base 64 - Licença Creative Commons Attribution 2.0 UK
\ No newline at end of file
diff --git a/views/translations/terms-mobile-min_pt.handlebars b/views/translations/terms-mobile-min_pt.handlebars
new file mode 100644
index 00000000..d5f41aed
--- /dev/null
+++ b/views/translations/terms-mobile-min_pt.handlebars
@@ -0,0 +1 @@
+MeshCentral - Terms of use
{{{title}}}
{{{title2}}}
Termos de uso
Entre em contato com o administrador do site para obter os termos de uso.
A seguir, são apresentadas as divulgações necessárias de componentes e software de código aberto incorporados neste software.
1.AJAX Control Toolkit - Nova licença BSD
Direitos autorais (c) 2009, CodePlex Foundation.Todos os direitos reservados.
A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
3.Nem o nome da CodePlex Foundation nem os nomes de seus colaboradores podem ser usados \u200b\u200bpara endossar ou promover produtos derivados deste software sem permissão prévia por escrito específica.
ESTE SOFTWARE É FORNECIDO PELOS TITULARES DE DIREITOS AUTORAIS E CONTRIBUIDORES "TAL COMO ESTÁ" E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO. EM NENHUM CASO O DIVISOR DE DIREITOS AUTORAIS OU OS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO, MAS NÃO SE LIMITANDO A, PROCURAÇÃO DE BENS OU SERVIÇOS SUBSTITUTOS; PERDA DE USO, DADOS, LUCROS DE USO); OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADA E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATADA, RESPONSABILIDADE ESTIMATIVA OU ATRIBUIÇÃO (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA), surgindo de qualquer maneira fora do uso deste software, mesmo que seja aconselhável a possibilidade de tal conteúdo.
Copyright (c) 1998-2011 O Projeto OpenSSL.Todos os direitos reservados.
A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
3.Todos os materiais publicitários que mencionam os recursos ou o uso deste software devem exibir o seguinte reconhecimento: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
4.The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.
5.Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.
6.As redistribuições de qualquer forma devem manter o seguinte reconhecimento: "Este produto inclui software desenvolvido pelo OpenSSL Project para uso no OpenSSL Toolkit (http://www.openssl.org/)".
ESTE SOFTWARE É FORNECIDO PELO PROJETO OpenSSL `` COMO ESTÁ '' E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. EM NENHUM CASO O PROJETO OpenSSL OU SEUS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO DANOS ESPECIAIS, EXEMPLARES OU CONSEQÜENCIAIS (INCLUINDO, PROCESSOS, MAS NÃO LIMITADOS OU SERVIÇOS; PERDA DE USO, DADOS OU LUCROS; OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADOS E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATOS, RESPONSABILIDADE ESTIMATIVA OU ATORT (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA) QUE POSSUEM DE QUALQUER FORMA DESTE USO SOFTWARE, MESMO SE AVISADO DA POSSIBILIDADE DE TAIS DANOS.
3.jQuery Foundation - Licença MIT
Copyright 2013 jQuery Foundation e outros colaboradores http://jquery.com/
O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
Este software consiste em contribuições voluntárias feitas por muitos indivíduos (AUTORES.txt, http://jqueryui.com/about ). Para obter o histórico exato de contribuições, consulte o histórico de revisões e os logs, disponíveis em http://jquery-ui.googlecode.com/svn/
O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
Copyright (C) 2011 Joel Martin Este formulário de código-fonte está sujeito aos termos da Licença Pública Mozilla, v.2.0 0.Se uma cópia da MPL não foi distribuída com este arquivo, você pode obter uma em http: // mozilla.org / MPL / 2.0 /.
O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
7.Webtoolkit Javascript Base 64 - Licença Creative Commons Attribution 2.0 UK
+ A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
+
+
+ 1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
+
+
+ 2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
+
+
+ 3.Nem o nome da CodePlex Foundation nem os nomes de seus colaboradores podem ser usados \u200b\u200bpara endossar ou promover produtos derivados deste software sem permissão prévia por escrito específica.
+
+
+ ESTE SOFTWARE É FORNECIDO PELOS TITULARES DE DIREITOS AUTORAIS E CONTRIBUIDORES "TAL COMO ESTÁ" E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO. EM NENHUM CASO O DIVISOR DE DIREITOS AUTORAIS OU OS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO, MAS NÃO SE LIMITANDO A, PROCURAÇÃO DE BENS OU SERVIÇOS SUBSTITUTOS; PERDA DE USO, DADOS, LUCROS DE USO); OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADA E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATADA, RESPONSABILIDADE ESTIMATIVA OU ATRIBUIÇÃO (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA), surgindo de qualquer maneira fora do uso deste software, mesmo que seja aconselhável a possibilidade de tal conteúdo.
+
+ Copyright (c) 1998-2011 O Projeto OpenSSL.Todos os direitos reservados.
+
+
+ A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
+
+
+ 1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
+
+
+ 2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
+
+
+ 3.Todos os materiais publicitários que mencionam os recursos ou o uso deste software devem exibir o seguinte reconhecimento: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+
+
+ 4.The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.
+
+
+ 5.Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.
+
+
+ 6.As redistribuições de qualquer forma devem manter o seguinte reconhecimento: "Este produto inclui software desenvolvido pelo OpenSSL Project para uso no OpenSSL Toolkit (http://www.openssl.org/)".
+
+
+ ESTE SOFTWARE É FORNECIDO PELO PROJETO OpenSSL `` COMO ESTÁ '' E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. EM NENHUM CASO O PROJETO OpenSSL OU SEUS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO DANOS ESPECIAIS, EXEMPLARES OU CONSEQÜENCIAIS (INCLUINDO, PROCESSOS, MAS NÃO LIMITADOS OU SERVIÇOS; PERDA DE USO, DADOS OU LUCROS; OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADOS E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATOS, RESPONSABILIDADE ESTIMATIVA OU ATORT (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA) QUE POSSUEM DE QUALQUER FORMA DESTE USO SOFTWARE, MESMO SE AVISADO DA POSSIBILIDADE DE TAIS DANOS.
+
+
+ 3.jQuery Foundation - Licença MIT
+
+
+ Copyright 2013 jQuery Foundation e outros colaboradores http://jquery.com/
+
+
+ O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
+
+
+ 4.Interface do Usuário jQuery - Licença MIT
+
+
+ Copyright 2013 jQuery Foundation e outros colaboradores, http://jqueryui.com/
+
+
+ Este software consiste em contribuições voluntárias feitas por muitos indivíduos (AUTORES.txt, http://jqueryui.com/about ). Para obter o histórico exato de contribuições, consulte o histórico de revisões e os logs, disponíveis em http://jquery-ui.googlecode.com/svn/
+
+
+ O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
+
+ Copyright (C) 2011 Joel Martin Este formulário de código-fonte está sujeito aos termos da Licença Pública Mozilla, v.2.0 0.Se uma cópia da MPL não foi distribuída com este arquivo, você pode obter uma em http: // mozilla.org / MPL / 2.0 /.
+
+ O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
+
+
+ 7.Webtoolkit Javascript Base 64 - Licença Creative Commons Attribution 2.0 UK
+
+ A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
+
+
+ 1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
+
+
+ 2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
+
+
+ 3.Nem o nome da CodePlex Foundation nem os nomes de seus colaboradores podem ser usados \u200b\u200bpara endossar ou promover produtos derivados deste software sem permissão prévia por escrito específica.
+
+
+ ESTE SOFTWARE É FORNECIDO PELOS TITULARES DE DIREITOS AUTORAIS E CONTRIBUIDORES "TAL COMO ESTÁ" E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UM PROPÓSITO ESPECÍFICO. EM NENHUM CASO O DIVISOR DE DIREITOS AUTORAIS OU OS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO, MAS NÃO SE LIMITANDO A, PROCURAÇÃO DE BENS OU SERVIÇOS SUBSTITUTOS; PERDA DE USO, DADOS, LUCROS DE USO); OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADA E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATADA, RESPONSABILIDADE ESTIMATIVA OU ATRIBUIÇÃO (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA), surgindo de qualquer maneira fora do uso deste software, mesmo que seja aconselhável a possibilidade de tal conteúdo.
+
+ Copyright (c) 1998-2011 O Projeto OpenSSL.Todos os direitos reservados.
+
+
+ A redistribuição e uso nas formas de origem e binárias, com ou sem modificação, são permitidas desde que as seguintes condições sejam atendidas:
+
+
+ 1.As redistribuições do código-fonte devem manter o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir.
+
+
+ 2.As redistribuições em formato binário devem reproduzir o aviso de direitos autorais acima, esta lista de condições e o aviso de isenção de responsabilidade a seguir na documentação e / ou outros materiais fornecidos com a distribuição.
+
+
+ 3.Todos os materiais publicitários que mencionam os recursos ou o uso deste software devem exibir o seguinte reconhecimento: "This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
+
+
+ 4.The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to endorse or promote products derived from this software without prior written permission. For written permission, please contact openssl-core@openssl.org.
+
+
+ 5.Products derived from this software may not be called "OpenSSL" nor may "OpenSSL" appear in their names without prior written permission of the OpenSSL Project.
+
+
+ 6.As redistribuições de qualquer forma devem manter o seguinte reconhecimento: "Este produto inclui software desenvolvido pelo OpenSSL Project para uso no OpenSSL Toolkit (http://www.openssl.org/)".
+
+
+ ESTE SOFTWARE É FORNECIDO PELO PROJETO OpenSSL `` COMO ESTÁ '' E QUALQUER GARANTIA EXPRESSA OU IMPLÍCITA, INCLUINDO, MAS NÃO SE LIMITANDO A, AS GARANTIAS IMPLÍCITAS DE COMERCIALIZAÇÃO E ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA. EM NENHUM CASO O PROJETO OpenSSL OU SEUS CONTRIBUIDORES SERÃO RESPONSÁVEIS POR QUALQUER DANO DIRETO, INDIRETO, INCIDENTAL, ESPECIAL, EXEMPLAR OU CONSEQÜENCIAL (INCLUINDO DANOS ESPECIAIS, EXEMPLARES OU CONSEQÜENCIAIS (INCLUINDO, PROCESSOS, MAS NÃO LIMITADOS OU SERVIÇOS; PERDA DE USO, DADOS OU LUCROS; OU INTERRUPÇÃO DE NEGÓCIOS), CAUSADOS E QUALQUER TEORIA DE RESPONSABILIDADE, CONTRATOS, RESPONSABILIDADE ESTIMATIVA OU ATORT (INCLUINDO NEGLIGÊNCIA OU DE OUTRA FORMA) QUE POSSUEM DE QUALQUER FORMA DESTE USO SOFTWARE, MESMO SE AVISADO DA POSSIBILIDADE DE TAIS DANOS.
+
+
+ 3.jQuery Foundation - Licença MIT
+
+
+ Copyright 2013 jQuery Foundation e outros colaboradores http://jquery.com/
+
+
+ O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
+
+
+ 4.Interface do Usuário jQuery - Licença MIT
+
+
+ Copyright 2013 jQuery Foundation e outros colaboradores, http://jqueryui.com/
+
+
+ Este software consiste em contribuições voluntárias feitas por muitos indivíduos (AUTORES.txt, http://jqueryui.com/about ). Para obter o histórico exato de contribuições, consulte o histórico de revisões e os logs, disponíveis em http://jquery-ui.googlecode.com/svn/
+
+
+ O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
+
+ Copyright (C) 2011 Joel Martin Este formulário de código-fonte está sujeito aos termos da Licença Pública Mozilla, v.2.0 0.Se uma cópia da MPL não foi distribuída com este arquivo, você pode obter uma em http: // mozilla.org / MPL / 2.0 /.
+
+ O SOFTWARE É FORNECIDO "TAL COMO ESTÁ", SEM GARANTIA DE QUALQUER TIPO, EXPRESSA OU IMPLÍCITA, INCLUINDO MAS NÃO SE LIMITANDO A GARANTIAS DE COMERCIALIZAÇÃO, ADEQUAÇÃO A UMA FINALIDADE ESPECÍFICA E NÃO INFRACÇÃO. EM NENHUM CASO OS AUTORES OU TITULARES DE DIREITOS AUTORAIS RESPONSABILIZARÃO POR QUALQUER REIVINDICAÇÃO, DANOS OU OUTRA RESPONSABILIDADE, SEJA EM AÇÃO DE CONTRATO, TORT OU OUTRA FORMA, DECORRENTE DE, FORA OU EM CONEXÃO COM O SOFTWARE OU O USO OU OUTROS NEGÓCIOS NO PROGRAMAS.
+
+
+ 7.Webtoolkit Javascript Base 64 - Licença Creative Commons Attribution 2.0 UK
+