From d7243a15f330ba5d9ae061847f64fa9ef4c65bfe Mon Sep 17 00:00:00 2001 From: Nivaldo Farias Date: Mon, 20 Jan 2025 16:25:06 -0300 Subject: [PATCH] Translate `generic.md` to pt-br --- src/content/errors/generic.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/content/errors/generic.md b/src/content/errors/generic.md index 27c3ca52d..46657230f 100644 --- a/src/content/errors/generic.md +++ b/src/content/errors/generic.md @@ -1,11 +1,11 @@ -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. +Na versão de produção minificada do React, evitamos enviar mensagens de erro completas para reduzir a quantidade de bytes enviados pela rede. -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, this page will reassemble the original error message. +Recomendamos fortemente o uso da versão de desenvolvimento localmente ao depurar seu aplicativo, pois ela rastreia informações adicionais de depuração e fornece avisos úteis sobre potenciais problemas em seus aplicativos. Mas se você encontrar uma exceção enquanto usa a versão de produção, esta página irá reassemblar a mensagem de erro original. -The full text of the error you just encountered is: +O texto completo do erro que você acabou de encontrar é: - + \ No newline at end of file