mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2024-12-24 06:05:53 -05:00
Added support for Brazilian Portuguese (pt-br)
This commit is contained in:
parent
4b33d8e7cc
commit
21d724ff60
@ -508,5 +508,35 @@
|
||||
],
|
||||
"statusDescription": "Aktuell agentstatus",
|
||||
"description": "Klicka på knapparna nedan för att installera eller avinstallera nätagenten. När den installeras körs denna programvara i bakgrunden så att den här datorn kan hanteras och styras av en fjärradministratör."
|
||||
},
|
||||
"pt-br": {
|
||||
"agent": "Agente",
|
||||
"agentVersion": "Nova versão do agente",
|
||||
"group": "Grupo de Dispositivos",
|
||||
"url": "URL do servidor",
|
||||
"meshName": "Nome da malha",
|
||||
"meshId": "Identificador de malha",
|
||||
"serverId": "Identificador de Servidor",
|
||||
"setup": "Configurar",
|
||||
"update": "Atualizar",
|
||||
"install": "Instalar",
|
||||
"uninstall": "Desinstalar",
|
||||
"connect": "Conectar",
|
||||
"disconnect": "desconectar",
|
||||
"cancel": "Cancelar",
|
||||
"pressok": "Pressione OK para desconectar",
|
||||
"elevation": "Permissões elevadas são necessárias para instalar / desinstalar o agente.",
|
||||
"sudo": "Por favor, tente novamente com sudo.",
|
||||
"ctrlc": "Pressione Ctrl-C para sair.",
|
||||
"commands": "Você pode executar a versão em texto a partir da linha de comando com o (s) seguinte (s) comando (s)",
|
||||
"graphicalerror": "A versão gráfica deste instalador não pode ser executada neste sistema",
|
||||
"zenity": "Tente instalar / atualizar o Zenity e execute novamente",
|
||||
"status": [
|
||||
"NÃO INSTALADO",
|
||||
"CORRIDA",
|
||||
"NÃO CORRENDO"
|
||||
],
|
||||
"statusDescription": "Status atual do agente",
|
||||
"description": "Clique nos botões abaixo para instalar ou desinstalar o agente mesh. Quando instalado, este software é executado em segundo plano, permitindo que o computador seja gerenciado e controlado por um administrador remoto."
|
||||
}
|
||||
}
|
15
emails/translations/account-check_pt-br.html
Normal file
15
emails/translations/account-check_pt-br.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html><head></head><body><div>[[[SERVERNAME]]] - Verificação de e-mail</div>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verificação</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Olá [[[NOME DE USUÁRIO]]], <a href="[[[SERVERURL]]][[[URLARGS1]]]">[[[NOME DO SERVIDOR]]]</a> está solicitando verificação de e-mail, clique no link a seguir para concluir o processo.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]][[[URLARGS2]]]">Clique aqui para verificar seu endereço de e-mail.</a>
|
||||
</p>
|
||||
Se você não iniciou esta solicitação, ignore este e-mail.
|
||||
</div></body></html>
|
6
emails/translations/account-check_pt-br.txt
Normal file
6
emails/translations/account-check_pt-br.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[[[SERVERNAME]]] - Verificação de e-mail
|
||||
Olá, [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]] [[[URLARGS1]]]) está realizando uma verificação de e-mail. Acesse o seguinte link para concluir o processo:
|
||||
~
|
||||
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]][[[URLARGS2]]]
|
||||
~
|
||||
Se você não iniciou esta solicitação, ignore este e-mail.
|
19
emails/translations/account-invite_pt-br.html
Normal file
19
emails/translations/account-invite_pt-br.html
Normal file
@ -0,0 +1,19 @@
|
||||
<html><head></head><body><div>[[[SERVERNAME]]] - Convite para conta</div>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Convite para conta</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Uma conta foi criada para você no servidor <a href="[[[SERVERURL]]][[[URLARGS1]]]" notrans="1">[[[SERVERNAME]]]</a>, você pode acessá-lo agora com:</p>
|
||||
<p>
|
||||
Nome do usuário: <b notrans="1">[[[ACCOUNTNAME]]]</b><br>
|
||||
Senha: <b notrans="1">[[[PASSWORD]]]</b>
|
||||
</p>
|
||||
Atenciosamente,
|
||||
<br>
|
||||
[[[NOME DO USUÁRIO]]]
|
||||
<br>
|
||||
</div></body></html>
|
5
emails/translations/account-invite_pt-br.txt
Normal file
5
emails/translations/account-invite_pt-br.txt
Normal file
@ -0,0 +1,5 @@
|
||||
[[[SERVERNAME]]] - Convite para conta
|
||||
Uma conta foi criada para você no servidor [[[SERVERNAME]]] ([[[SERVERURL]]] / [[[URLARGS1]]]), você pode acessá-la agora com o nome de usuário "[[[ACCOUNTNAME]]]" e senha "[[[PASSWORD]]]".
|
||||
~
|
||||
Atenciosamente,
|
||||
~[[[USERNAME]]]
|
12
emails/translations/account-login_pt-br.html
Normal file
12
emails/translations/account-login_pt-br.html
Normal file
@ -0,0 +1,12 @@
|
||||
<html><head></head><body><div>[[[SERVERNAME]]] - Login da conta</div>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Login da conta</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Seu token de login é: [[[TOKEN]]]</p>
|
||||
<p>Este token só pode ser usado uma vez e é válido por 5 minutos.</p>
|
||||
</div></body></html>
|
4
emails/translations/account-login_pt-br.txt
Normal file
4
emails/translations/account-login_pt-br.txt
Normal file
@ -0,0 +1,4 @@
|
||||
[[[SERVERNAME]]] - Login da conta
|
||||
Seu token de login é: [[[TOKEN]]]
|
||||
~
|
||||
Este token só pode ser usado uma vez e é válido por 5 minutos.
|
15
emails/translations/account-reset_pt-br.html
Normal file
15
emails/translations/account-reset_pt-br.html
Normal file
@ -0,0 +1,15 @@
|
||||
<html><head></head><body><div>[[[SERVERNAME]]] - Redefinição de conta</div>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Verificação</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<p>Olá [[[NOME DE USUÁRIO]]], <a href="[[[SERVERURL]]][[[URLARGS1]]]">[[[NOME DO SERVIDOR]]]</a> está solicitando a redefinição da senha da conta, clique no link a seguir para concluir o processo.</p>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]][[[URLARGS2]]]">Clique aqui para redefinir a senha da sua conta.</a>
|
||||
</p>
|
||||
Se você não iniciou esta solicitação, ignore este e-mail.
|
||||
</div></body></html>
|
6
emails/translations/account-reset_pt-br.txt
Normal file
6
emails/translations/account-reset_pt-br.txt
Normal file
@ -0,0 +1,6 @@
|
||||
[[[SERVERNAME]]] - Redefinição de conta
|
||||
Olá, [[[USERNAME]]], [[[SERVERNAME]]] ([[[SERVERURL]]] [[[URLARGS1]]]) está solicitando uma redefinição de senha de conta. Acesse o seguinte link para concluir o processo:
|
||||
~
|
||||
~[[[SERVERURL]]]/checkmail?c=[[[COOKIE]]][[[URLARGS2]]]
|
||||
~
|
||||
Se você não iniciou esta solicitação, ignore este e-mail.
|
42
emails/translations/mesh-invite_pt-br.html
Normal file
42
emails/translations/mesh-invite_pt-br.html
Normal file
@ -0,0 +1,42 @@
|
||||
<html><head></head><body><div>[[[SERVERNAME]]] - Convite</div>
|
||||
<div style="font-family:Arial,Helvetica,sans-serif">
|
||||
<table style="background-color:#003366;color:lightgray;width:100%" cellpadding="8">
|
||||
<tbody><tr>
|
||||
<td>
|
||||
<b style="font-size:20px;font-family:Arial,Helvetica,sans-serif">[[[SERVERNAME]]] - Instalação do Agente</b>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody></table>
|
||||
<area-name>
|
||||
<p>
|
||||
Olá [[[NAME]]],
|
||||
</p>
|
||||
</area-name>
|
||||
<p>Usuário [[[USERNAME]]] no servidor <a href="[[[SERVERURL]]][[[URLARGS1]]]">[[[NOME DO SERVIDOR]]]</a> está solicitando a instalação de um software para iniciar uma sessão de controle remoto.</p>
|
||||
<area-msg>
|
||||
<p>
|
||||
Mensagem: <b notrans="1">[[[MSG]]]</b>
|
||||
</p>
|
||||
</area-msg>
|
||||
<area-windows>
|
||||
<p style="margin-left:30px">
|
||||
<a href="[[[SERVERURL]]]/meshagents?id=4&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Clique aqui para baixar o MeshAgent para Windows.</a>
|
||||
</p>
|
||||
</area-windows>
|
||||
<area-osx>
|
||||
<p style="margin-left:30px"><a href="[[[SERVERURL]]]/meshosxagent?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]">Clique aqui para baixar o MeshAgent para Apple OSX.</a></p>
|
||||
</area-osx>
|
||||
<area-linux>
|
||||
<p>
|
||||
Para Linux, recorte e cole o seguinte em um terminal para instalar o agente:<br>
|
||||
</p><pre style="margin-left:30px" notrans="1">wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] \'[[[MESHIDHEX]]]\'</pre>
|
||||
<p></p>
|
||||
</area-linux>
|
||||
<area-link>
|
||||
<p>
|
||||
Para instalar o software, <a href="[[[SERVERURL]]][[[LINKURL]]][[[URLARGS2]]]">Clique aqui</a> e siga as instruções.
|
||||
</p>
|
||||
</area-link>
|
||||
<p>Se você não iniciou esta solicitação, ignore este e-mail.</p>
|
||||
Atenciosamente,<br>[[[NOME DO USUÁRIO]]]<br>
|
||||
</div></body></html>
|
35
emails/translations/mesh-invite_pt-br.txt
Normal file
35
emails/translations/mesh-invite_pt-br.txt
Normal file
@ -0,0 +1,35 @@
|
||||
[[[SERVERNAME]]] - Convite
|
||||
~<area-name>
|
||||
Olá [[[NAME]]],
|
||||
~</area-name>
|
||||
O usuário [[[USERNAME]]] no servidor [[[SERVERNAME]]] ([[[SERVERURL]]] / [[[URLARGS1]]]) está solicitando a instalação do software para iniciar a sessão de controle remoto.
|
||||
~<area-msg>
|
||||
~
|
||||
Mensagem: [[[MSG]]]
|
||||
~
|
||||
~</area-msg>
|
||||
~<area-windows>
|
||||
Para Windows, vá ao seguinte link para concluir o processo:
|
||||
~
|
||||
~[[[SERVERURL]]]/meshagents?id=4&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]
|
||||
~
|
||||
~</area-windows>
|
||||
~<area-osx>
|
||||
Para Apple OSX, vá ao seguinte link para concluir o processo:
|
||||
~
|
||||
~[[[SERVERURL]]]/meshosxagent?id=16&meshid=[[[MESHIDHEX]]]&tag=mailto:[[[EMAIL]]]&installflags=[[[INSTALLFLAGS]]]
|
||||
~
|
||||
~</area-osx>
|
||||
~<area-linux>
|
||||
Para Linux, recorte e cole o seguinte em um terminal para instalar o agente:
|
||||
~
|
||||
~wget -q "[[[SERVERURL]]]/meshagents?script=1" --no-check-certificate -O ./meshinstall.sh && chmod 755 ./meshinstall.sh && sudo ./meshinstall.sh [[[SERVERURL]]] '[[[MESHIDHEX]]]'
|
||||
~
|
||||
~</area-linux>
|
||||
~<area-link>
|
||||
Para instalar o software, navegue até [[[SERVERURL]]] [[[LINKURL]]] [[[URLARGS2]]] e siga as instruções.
|
||||
~</area-link>
|
||||
Se você não iniciou esta solicitação, ignore este e-mail.
|
||||
~
|
||||
Atenciosamente,
|
||||
~[[[USERNAME]]]
|
2
emails/translations/sms-messages_pt-br.txt
Normal file
2
emails/translations/sms-messages_pt-br.txt
Normal file
@ -0,0 +1,2 @@
|
||||
[[0]] código de verificação é: [[1]]
|
||||
[[0]] token de acesso é: [[1]]
|
@ -74,6 +74,7 @@
|
||||
<option value="nl">Dutch (nl)</option>
|
||||
<option value="pl">Polish (pl)</option>
|
||||
<option value="pt">Portuguese (pt)</option>
|
||||
<option value="pt-br">Portuguese Brazil (pt-br)</option>
|
||||
<option value="ru">Russian (ru)</option>
|
||||
<option value="ro">Romanian (ro)</option>
|
||||
<option value="zh-CHS">Simplified Chinese (zh-CHS)</option>
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user