Browse Source

Enhance translation guidelines for Portuguese documentation

Added guidelines for translating terms and phrases into Portuguese, including specific instructions on maintaining existing translations and using neutral language.
pull/14208/head
Rafael de Oliveira Marques 9 months ago
committed by GitHub
parent
commit
00f56535e4
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 7
      docs/pt/llm-prompt.md

7
docs/pt/llm-prompt.md

@ -6,6 +6,8 @@ Language code: pt.
For instructions or titles in imperative, keep them in imperative, for example "Import FastAPI" to "Importe o FastAPI". For instructions or titles in imperative, keep them in imperative, for example "Import FastAPI" to "Importe o FastAPI".
Keep existing translations as they are if the term is already translated.
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. 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.
--- ---
@ -30,6 +32,7 @@ For the next terms, use the following translations:
* Cross-Origin Resource Sharing: Cross-Origin Resource Sharing (do not translate to "Compartilhamento de Recursos de Origem Cruzada") * Cross-Origin Resource Sharing: Cross-Origin Resource Sharing (do not translate to "Compartilhamento de Recursos de Origem Cruzada")
* Deep Learning: Deep Learning (do not translate to "Aprendizado Profundo") * Deep Learning: Deep Learning (do not translate to "Aprendizado Profundo")
* dependable: dependable * dependable: dependable
* dependencies: dependências
* deprecated: descontinuado * deprecated: descontinuado
* docs: documentação * docs: documentação
* FastAPI app: aplicação FastAPI * FastAPI app: aplicação FastAPI
@ -47,6 +50,10 @@ For the next terms, use the following translations:
* path (as in URL path): path * path (as in URL path): path
* path operation: operação de rota * path operation: operação de rota
* path operation function: função de operação de rota * path operation function: função de operação de rota
* prefix: prefixo
* request (as in HTTP request): request (do not change if it's already translated to requisição)
* router (as in FastAPI's router): router (do not change if it's already translated to "roteador" or "roteadores")
* response (as in HTTP response): response (do not change if it's already translated to resposta)
* shutdown (of the app): encerramento * shutdown (of the app): encerramento
* shutdown event (of the app): evento de encerramento * shutdown event (of the app): evento de encerramento
* startup (as in the event of the app): inicialização * startup (as in the event of the app): inicialização

Loading…
Cancel
Save