Skip to content

Commit ced2cfe

Browse files
committed
Translate "Better Console Output" section
1 parent 0106e62 commit ced2cfe

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

content/blog/2017-05-18-whats-new-in-create-react-app.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,17 +77,17 @@ In this release, we are adding support for the [dynamic `import()` proposal](htt
7777

7878
![Creating chunks with dynamic import](../images/blog/cra-dynamic-import.gif)
7979

80-
### Better Console Output {#better-console-output}
80+
### Melhor Saída do Console {#better-console-output}
8181

82-
>*This change was contributed by [@gaearon](https://github.com/gaearon) in [#2120](https://github.com/facebookincubator/create-react-app/pull/2120), [#2125](https://github.com/facebookincubator/create-react-app/pull/2125), and [#2161](https://github.com/facebookincubator/create-react-app/pull/2161).*
82+
>*Esta mudança foi uma contribuição de [@gaearon](https://github.com/gaearon) em [#2120](https://github.com/facebookincubator/create-react-app/pull/2120), [#2125](https://github.com/facebookincubator/create-react-app/pull/2125) e [#2161](https://github.com/facebookincubator/create-react-app/pull/2161).*
8383
84-
We have improved the console output across the board.
84+
Melhoramos a saída do console de maneira geral.
8585

86-
For example, when you start the development server, we now display the LAN address in additional to the localhost address so that you can quickly access the app from a mobile device on the same network:
86+
Por exemplo, quando você inicia o servidor de desenvolvimento, agora exibimos o endereço da LAN em adicional ao endereço do host local, assim você pode facilmente acessar a aplicação a partir de um dispositivo móvel na mesma network:
8787

88-
![Better console output](../images/blog/cra-better-output.png)
88+
![Melhor saída do console](../images/blog/cra-better-output.png)
8989

90-
When lint errors are reported, we no longer show the warnings so that you can concentrate on more critical issues. Errors and warnings in the production build output are better formatted, and the build error overlay font size now matches the browser font size more closely.
90+
Quando erros de lint são reportados, não mostramos mais os avisos para que você poossa se concentrar em problemas mais críticos. Erros e avisos no build de produção estão melhores formatados e o tamanho da fonte do overlay de erro do build agora corresponde com o tamanho de fonte mais próximo no browser.
9191

9292
### Mas espere... Há Mais! {#but-wait-theres-more}
9393

0 commit comments

Comments
 (0)