Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update localized resources #552

Merged
merged 1 commit into from
Aug 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 19 additions & 23 deletions addOns/help_pt_BR/src/main/javahelp/contents/releases/1.2.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ <h1>Release 1.2.0</h1>
<h2>Alterações significativas:</h2>

<h3>Vazamentos de memória</h3>
Vazamentos de memória foram corrigidos para a <a href="../start/features/ascan.html">varredura ativa</a> and
spider.
Vazamentos de memória foram corrigidos para a <a href="../start/features/ascan.html">varredura ativa</a> E
aranha.

<h3>Invocar aplicações</h3>
External applications can now be invoked from the Sites and History tabs.
Aplicativos externos agora podem ser invocados nas guias Sites e Histórico.

<h3>Varredura passiva</h3>
The <a href="../start/features/pscan.html">passive scanner</a> now looks for vulnerabilities, such as:
O <a href="../start/features/pscan.html">varredura passiva</a> agora procura por vulnerabilidades, tais como:
<table>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Formulários autoCompletáveis com campos de senha</td></tr>
<tr><td>&nbsp;&nbsp;&nbsp;&nbsp;</td><td>Cookies sem o sinalizador 'HttpOnly'</td></tr>
Expand All @@ -32,35 +32,31 @@ <h3>Varredura passiva</h3>
<h2>Pequenas mudanças:</h2>

<h3>Relatórios XML</h3>
A new 'Generate XML Report...' menu item is now included in the top level <a href="../ui/tlmenu/report.html">Reports</a>
menu.
Um novo item de menu 'Gerar relatório XML...' agora está incluído no nível superior <a href="../ui/tlmenu/report.html">Relatórios</a>
Menu.

<h3>Editor de requests manuais e diálogo de reenvio</h3>
Requests submitted by the Manual Request Editor and
Resend dialogs are now shown in the <a href="../ui/tabs/sites.html">Sites</a> and
<a href="../ui/tabs/history.html">History</a> tabs.<br>
A new 'Method' pull down allows you to switch between the HTTP methods, this automatically moves parameters
between the URL and the body when a POST method is selected or deselected.
As solicitações enviadas pelo Editor de Solicitações Manuais e
As caixas de diálogo Reenviar agora são exibidas no <a href="../ui/tabs/sites.html">Sites</a> e
<a href="../ui/tabs/history.html">Histórico</a> guias.<br>
Um novo menu suspenso de 'Método' permite que você alterne entre os métodos, HTTP, movendo automaticamente parâmetros entre a URL e o corpo quando um método POST é selecionado ou desselecionado.

<h3>Interface de Alertas</h3>
The <a href="../ui/tabs/sites.html">Sites</a> tab now shows any alerts as flags to the right of any node names.<br>
The alert counts in the <a href="../ui/footer.html">footer</a> now show the number of different types of alerts rather than
the total number of instances.
O <a href="../ui/tabs/sites.html">Sites</a> mostra agora quaisquer alertas como sinalizadores (bandeirinhas) à direita dos nomes de nós.<br>
O alerta conta no <a href="../ui/footer.html">rodapé</a> agora mostram o total de diferentes tipos de alertas, em vez do número total de ocorrências.

<h3>Opção de retardo de varredura ativa</h3>
The delay in milliseconds between each <a href="../start/features/ascan.html">active scanner</a> request can now be set via the
<a href="../ui/dialogs/options/ascan.html">Options Active Scan screen</a>. This will increase the time an active scan takes
but will reduce the load on the target.
O atraso em milissegundos entre cada solicitação de <a href="../start/features/ascan.html">varredura ativa</a> agora pode ser definido através da
<a href="../ui/dialogs/options/ascan.html">Tela de opções da Varredura Ativa</a>. Isto irá aumentar o tempo que leva uma varredura ativa, mas irá reduzir a carga no alvo.

<h3>Alterações de interface do usuário</h3>
The <a href="../ui/tabs/sites.html">Sites</a> tab now takes up all of the left hand side - this can be changed back
via the <a href="../ui/dialogs/options/ascan.html">Options Display screen</a> if required.<br>
Os <a href="../ui/tabs/sites.html">Sites</a> agora ocupa todo o lado esquerdo - isto pode ser mudado através da tela <a href="../ui/dialogs/options/ascan.html">Opções de Exibição,</a> se for necessário.<br>
<br>
The 'toolbar' on the <a href="../ui/tabs/request.html">Request</a>, <a href="../ui/tabs/response.html">Response</a> and
<a href="../ui/tabs/break.html">Break</a> tabs and the Manual Request Editor and
Resend dialogs is now at the top rather than the bottom.<br>
A 'barra de ferramentas' nas abas de <a href="../ui/tabs/request.html">Requisição</a>, <a href="../ui/tabs/response.html">Resposta</a> e
<a href="../ui/tabs/break.html">Interrupção</a> guias e o Manual Solicitar Editor e
Reenviar diálogos agora estão na parte superior em vez de na parte inferior.<br>
<br>
The scanner counts in the <a href="../ui/footer.html">footer</a> are now displayed on the right hand side.<br>
A contagem de varreduras no <a href="../ui/footer.html">rodapé</a> agora é exibida no lado direito da tela.<br>
<br>

<h2>Leia também</h2>
Expand Down
21 changes: 10 additions & 11 deletions addOns/help_pt_BR/src/main/javahelp/contents/releases/1.3.0.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,22 +23,21 @@ <h3>Certificados SSL Dinâmicos</h3>
Usuários agora podem criar seu próprio certificado raiz e distribuí-los em seus clientes HTTP.<br>

<h3>Modos daemon e API</h3>
Starting ZAP with the "-daemon" command line option will cause it to run in the background in 'headless' mode,
meaning that no UI is displayed.<br>
An initial API has been implemented in XML, JSON and HTML.<br>
If ZAP is running as a daemon then the API is automatically enabled, otherwise the API must be enabled via the Options API screen.<br>
The API can be navigated by opening http://zap/ in your browser when proxying via ZAP.
Iniciando o ZAP com a opção de linha de comando "-daemon" fará com que ele seja executado em segundo plano no modo 'sem cabeça', significando que nenhuma interface de usuário é exibida.<br>
Uma API inicial foi implementada em XML, JSON e HTML.<br>
Se o ZAP estiver sendo executado como um daemon, então a API é ativada automaticamente; caso contrário, a API deve ser habilitada através da tela Opções de API.<br>
A API pode ser navegada abrindo-se http://zap/ em seu navegador quando ele estiver usando o ZAP como proxy.

<h3>Integração Beanshell</h3>
The <a href="http://www.beanshell.org/">BeanShell</a> is an interactive Java shell that can be used to execute BeanShell scripts.<br>
These scripts are a simplified form of Java that use many elements from Java syntax, but in a simpler scripting format. <br>
All Java code is also valid BeanShell code.<br>
BeanShell integration in OWASP ZAP enables you to write scripts using the ZAP functions and data set.<br>
This can be a very powerful feature for analyzing web applications.<br>
O <a href="http://www.beanshell.org/">BeanShell</a> é uma shell de Java que pode ser usada para executar scripts BeanShell.<br>
Esses scripts são uma forma simplificada de Java que usam muitos elementos de sintaxe Java, mas em um formato mais simples de script. <br>
Todo o código Java é também válido como código BeanShell.<br>
A integração do BeanShell no OWASP ZAP permite que você escreva scripts usando as funções ZAP e data sets.<br>
Isto pode ser um recurso muito poderoso para a análise de aplicações web.<br>


<h3>Internacionalização completa</h3>
All display string are now fully internationalised.
Todas as strings de exibição (display) agora são totalmente internacionalizadas.

<h3>Localização</h3>
Out of the box support for the following languages:
Expand Down