[pt-BR] Exclude, fallBackPolling, ImportsNotUaV#923
[pt-BR] Exclude, fallBackPolling, ImportsNotUaV#923github-actions[bot] merged 3 commits intomicrosoft:v2from
Conversation
|
Thanks for the PR! This section of the codebase is owned by @khaosdoctor, @danilofuchs, and @orta - if they write a comment saying "LGTM" then it will be merged. |
danilofuchs
left a comment
There was a problem hiding this comment.
Great job! I really liked the translations, thank you!
| - `fixedPollingInterval`: Verifica se há alterações em cada arquivo, várias vezes por segundo, durante um intervalo fixo. | ||
| - `priorityPollingInterval`: Verifica se há alterações em cada arquivo, várias vezes por segundo, mas usa heurística para verificar mais alguns arquivos do que outros. | ||
| - `dynamicPriorityPolling`: Uma fila dinâmica onde os arquivos com menos frequências de modificações são verificados com menos frequência. | ||
| - `synchronousWatchDirectory`: Desativa a verificação adiada nos diretórios. Adiar a verificação é útil quando muitas mudanças podem acontecer de uma vez só (ex.: uma mudança em `node_modules` por executar o `npm install`), mas você pode querer desativar isso para configurações menos comuns. |
There was a problem hiding this comment.
This other PR translated similar texts: #845
I think it would be nice to have consistency between them. Feel free to merge them in the best way!
| @@ -0,0 +1,15 @@ | |||
| --- | |||
| display: "Importações não utilizadas como valores" | |||
| oneline: "faz algo" | |||
There was a problem hiding this comment.
@orta I think the English version needs tweaking
There was a problem hiding this comment.
I've changed it to: oneline: "Controls which syntax you use for importing types"
|
@danilofuchs and @orta I edited the codes, but there was an error checking the github. Can you see? I don't know if it was a problem here on the PC I'm using... |
|
Probably related to #930, but as the texts shouldn't break anything, we can merge this. LGTM |
|
Merging because @danilofuchs is a code-owner of all the changes - thanks! |
|
Ignore that issue, it'll be fixed in #930 |
|
@juninhogomes Please update the spreadsheet on #233 so we know you finished :) |
Hello @khaosdoctor, @alvarocamillont, @danilofuchs e @zanecop
All files are from tsconfig:
I had some doubts about the words to use in the file
fallbackPolling.md, but tried to let the text clear and easily understandable. If you think that''s not the ideal yet, I can try other solutions. The same for the other files. Thank you!