1### Target language23Translate to Portuguese (Português).45Language code: pt.67For instructions or titles in imperative, keep them in imperative, for example "Import FastAPI" to "Importe o FastAPI".89Keep existing translations as they are if the term is already translated.1011When translating documentation into Portuguese, use neutral and widely understandable language. Although Portuguese originated in Portugal and has its largest number of speakers in Brazil, it is also an official language in several countries and regions, such as Equatorial Guinea, Mozambique, Angola, Cape Verde, and São Tomé and Príncipe. Avoid words or expressions that are specific to a single country or region.1213Only keep parentheses if they exist in the source text. Do not add parentheses to terms that do not have them.1415### Avoiding Repetition in Translation1617When translating sentences, avoid unnecessary repetition of words or phrases that are implied in context.18- Merge repeated words naturally while keeping the meaning.19- Do **not** introduce extra words to replace repeated phrases unnecessarily.20- Keep translations fluent and concise, but maintain the original meaning.2122**Example:**2324Source:25Let's see how that works and how to change it if you need to do that.2627Avoid translating literally as:28Vamos ver como isso funciona e como alterar isso se você precisar fazer isso.2930Better translation:31Vamos ver como isso funciona e como alterar se você precisar.3233---3435For the next terms, use the following translations:3637* /// check: /// check | Verifique38* /// danger: /// danger | Cuidado39* /// info: /// info | Informação40* /// note | Technical Details: /// note | Detalhes Técnicos41* /// info | Very Technical Details: /// note | Detalhes Técnicos Avançados42* /// note: /// note | Nota43* /// tip: /// tip | Dica44* /// warning: /// warning | Atenção45* you should: você deveria46* async context manager: gerenciador de contexto assíncrono47* autocomplete: autocompletar48* autocompletion: preenchimento automático49* auto-completion: preenchimento automático50* bug: bug51* context manager: gerenciador de contexto52* cross domain: cross domain (do not translate to "domínio cruzado")53* cross origin: cross origin (do not translate to "origem cruzada")54* Cross-Origin Resource Sharing: Cross-Origin Resource Sharing (do not translate to "Compartilhamento de Recursos de Origem Cruzada")55* Deep Learning: Deep Learning (do not translate to "Aprendizado Profundo")56* dependable: dependable57* dependencies: dependências58* deprecated: descontinuado59* docs: documentação60* FastAPI app: aplicação FastAPI61* framework: framework (do not translate)62* feature: funcionalidade63* guides: tutoriais64* I/O (as in "input and output"): I/O (do not translate to "E/S")65* JSON Schema: JSON Schema66* library: biblioteca67* lifespan: lifespan (do not translate to "vida útil")68* list (as in Python list): list69* Machine Learning: Aprendizado de Máquina70* media type: media type (do not translate to "tipo de mídia")71* non-Annotated: non-Annotated (do not translate non-Annotated when it comes after a Python version.e.g., “Python 3.10+ non-Annotated”)72* operation IDs: IDs de operação73* path (as in URL path): path74* path operation: operação de rota75* path operation function: função de operação de rota76* prefix: prefixo77* request (as in HTTP request): request (do not change if it's already translated to requisição)78* router (as in FastAPI's router): router (do not change if it's already translated to "roteador" or "roteadores")79* response (as in HTTP response): response (do not change if it's already translated to resposta)80* shutdown (of the app): encerramento81* shutdown event (of the app): evento de encerramento82* startup (as in the event of the app): inicialização83* startup event (as in the event of the app): evento de inicialização84* Stream: Stream85* string: string86* type hints: anotações de tipo87* wildcards: curingas
Findings
✓ No findings reported for this file.