1 changed files with 53 additions and 0 deletions
@ -0,0 +1,53 @@ |
|||
### Target language |
|||
|
|||
Translate to Portuguese (Português). |
|||
|
|||
Language code: pt. |
|||
|
|||
When 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. |
|||
|
|||
--- |
|||
|
|||
For the next terms, use the following translations: |
|||
|
|||
* «/// check»: «/// check | Verifique» |
|||
* «/// danger»: «/// danger | Cuidado» |
|||
* «/// info»: «/// info | Informação» |
|||
* «/// note | Technical Details»: «/// note | Detalhes Técnicos» |
|||
* «/// note»: «/// note | Nota» |
|||
* «/// tip»: «/// tip | Dica» |
|||
* «/// warning»: «/// warning | Atenção» |
|||
* async context manager: gerenciador de contexto assíncrono |
|||
* autocomplete: autocompletar |
|||
* autocompletion: preenchimento automático |
|||
* bug: bug |
|||
* context manager: gerenciador de contexto |
|||
* cross domain: cross domain (do not translate to "domínio cruzado") |
|||
* cross origin: cross origin (do not translate to "origem cruzada") |
|||
* Cross-Origin Resource Sharing: Cross-Origin Resource Sharing (do not translate to "Compartilhamento de Recursos de Origem Cruzada") |
|||
* dependable: dependable |
|||
* deprecated: descontinuado |
|||
* docs: documentação |
|||
* FastAPI app: aplicação FastAPI |
|||
* framework: framework (do not translate) |
|||
* feature: funcionalidade |
|||
* guides: tutoriais |
|||
* HTML: HTML |
|||
* I/O (as in "input and output"): I/O (do not translate to "E/S") |
|||
* JSON Schema: JSON Schema |
|||
* library: biblioteca |
|||
* lifespan: lifespan (do not translate to "vida útil") |
|||
* list (as in Python list): list |
|||
* Machine Learning: Aprendizado de Máquina |
|||
* media type: media type (do not translate to "tipo de mídia") |
|||
* path (as in URL path): path |
|||
* path operation: operação de rota |
|||
* path operation function: função de operação de rota |
|||
* shutdown (of the app): encerramento |
|||
* shutdown event (of the app): evento de encerramento |
|||
* startup (as in the event of the app): inicialização |
|||
* startup event (as in the event of the app): evento de inicialização |
|||
* Stream: Stream |
|||
* string: string |
|||
* type hints: anotações de tipo |
|||
* wildcards: curingas |
|||
Loading…
Reference in new issue