Skip to content

Commit 1d4eab6

Browse files
Translate index.md to Portuguese (#993)
1 parent 253968d commit 1d4eab6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/content/errors/index.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<Intro>
22

3-
In the minified production build of React, we avoid sending down full error messages in order to reduce the number of bytes sent over the wire.
3+
Na versão de produção minificada do React, evitamos enviar mensagens de erro completas para reduzir o número de bytes enviados pela rede.
44

55
</Intro>
66

7+
Recomendamos o uso da versão de desenvolvimento localmente ao depurar seu aplicativo, pois ela rastreia informações de depuração adicionais e fornece avisos úteis sobre possíveis problemas em seus aplicativos, mas se você encontrar uma exceção ao usar a versão de produção, a mensagem de erro incluirá apenas um link para a documentação do erro.
78

8-
We highly recommend using the development build locally when debugging your app since it tracks additional debug info and provides helpful warnings about potential problems in your apps, but if you encounter an exception while using the production build, the error message will include just a link to the docs for the error.
9-
10-
For an example, see: [https://react.dev/errors/149](/errors/421).
9+
Como exemplo, veja: [https://react.dev/errors/149](/errors/421).

0 commit comments

Comments
 (0)