Browse Source

Add new technical terms to Spanish documentation

pull/15472/head
Carlos Rodríguez Romo 2 months ago
committed by GitHub
parent
commit
8271137e27
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      docs/es/llm-prompt.md

13
docs/es/llm-prompt.md

@ -97,3 +97,16 @@ For the next terms, use the following translations:
* load balance: load balance (do not translate to "balancear carga")
* self hosting: self hosting (do not translate to "auto alojamiento")
* timing attack: timing attack (do not translate to "ataque de temporización")
* endpoint: endpoint (do not translate to "punto final")
* middleware: middleware (do not translate to "software intermedio")
* handler: handler (do not translate to "manejador")
* payload: payload
* runtime: runtime
* deploy: deploy / desplegar, choose one consistently
* deployment: deployment / despliegue, choose one consistently
* logging: logging
* traceback: traceback
* decorator: decorador
* dependency injection: inyección de dependencias
* background task: background task
* WebSocket: WebSocket

Loading…
Cancel
Save