-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[pt-BR] Exclude, fallBackPolling, ImportsNotUaV #923
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
[pt-BR] Exclude, fallBackPolling, ImportsNotUaV #923
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@orta I think the English version needs tweaking
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
haha, so it does
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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!