Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 45 for Translate (0.05 sec)

  1. scripts/translate.py

    Examples of how to translate a heading:
    
        Source (English):
    
            «««
            ## Alternative API docs { #alternative-api-docs }
            »»»
    
        Result (Spanish):
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  2. .github/workflows/translate.yml

              - translate-lang
              - update-outdated
              - add-missing
              - update-and-add
              - remove-removable
          language:
            description: Language to translate to as a letter code (e.g. "es" for Spanish)
            type: string
            required: false
            default: ""
          en_path:
            description: File path in English to translate (e.g. docs/en/docs/index.md)
            type: string
            required: false
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:48:45 UTC 2025
    - 3.6K bytes
    - Viewed (0)
  3. docs/es/llm-prompt.md

    * request body: request body (do not translate to "cuerpo de la petición")
    * response body: response body (do not translate to "cuerpo de la respuesta")
    * cross domain: cross domain (do not translate to "dominio cruzado")
    * cross origin: cross origin (do not translate to "origen cruzado")
    * plugin: plugin (do not translate to "complemento" or "extensión")
    * plug-in: plug-in (do not translate to "complemento" or "extensión")
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 5.4K bytes
    - Viewed (0)
  4. docs/pt/llm-prompt.md

    * 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")
    * Deep Learning: Deep Learning (do not translate to "Aprendizado Profundo")
    * dependable: dependable
    * dependencies: dependências
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 20:41:43 UTC 2025
    - 3.1K bytes
    - Viewed (0)
  5. docs/en/docs/contributing.md

    </div>
    
    #### Translation specific tips and guidelines
    
    * Translate only the Markdown documents (`.md`). Do not translate the code examples at `./docs_src`.
    
    * In code blocks within the Markdown document, translate comments (`# a comment`), but leave the rest unchanged.
    
    * Do not change anything enclosed in "``" (inline code).
    
    * In lines starting with `///` translate only the text part after `|`. Leave the rest unchanged.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sun Sep 21 11:29:04 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  6. docs/de/llm-prompt.md

    
    ### Headings
    
    1) Translate headings using the infinite form.
    
    Examples:
    
        Source (English):
    
            «««
            ## Create a Project { #create-a-project }
            »»»
    
        Translate with (German):
    
            «««
            ## Ein Projekt erstellen { #create-a-project }
            »»»
    
        Do NOT translate with (German):
    
            «««
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  7. docs/en/docs/_llm-test.md

    * Do a fresh translation of this document into your desired target language (see e.g. the `translate-page` command of the `translate.py`). This will create the translation under `docs/{language code}/docs/_llm-test.md`.
    * Check if things are okay in the translation.
    * If necessary, improve your language specific prompt, the general prompt, or the English document.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  8. docs/ko/llm-prompt.md

    1) Keep the admonition keyword in English (do not translate `note`, `tip`, etc.).
    2) If a title is present, prefer these canonical titles:
    
    - `/// note | 참고`
    - `/// tip | 팁`
    - `/// warning | 경고`
    - `/// info | 정보`
    - `/// danger | 위험`
    - `/// note Technical Details | 기술 세부사항`
    - `/// check | 확인`
    Notes:
    
    - `details` blocks exist in Korean docs; keep `/// details` as-is and translate only the title after `|`.
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 20 17:32:05 UTC 2025
    - 1.4K bytes
    - Viewed (0)
  9. docs/zh-hant/llm-prompt.md

    ### `///` admonitions
    
    1) Keep the admonition keyword in English (do not translate `note`, `tip`, etc.).
    2) Many Traditional Chinese docs currently omit titles in `///` blocks; that is OK.
    3) If a generic title is present, prefer these canonical titles:
    
    - `/// note | 注意`
    
    Notes:
    
    - `details` blocks exist; keep `/// details` as-is and translate only the title after `|`.
    - Example canonical titles used in existing docs:
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 18:49:46 UTC 2025
    - 2.2K bytes
    - Viewed (0)
  10. .github/DISCUSSION_TEMPLATE/translations.yml

          options:
            - label: I checked that this language is not already being translated in FastAPI docs.
              required: true
            - label: I searched existing discussions to ensure no one else proposed this language.
              required: true
            - label: I am a native speaker of the language I want to help translate.
              required: true
      - type: input
        id: language
        attributes:
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Jul 26 11:35:42 UTC 2025
    - 1.7K bytes
    - Viewed (0)
Back to top