Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 30 for German (0.09 sec)

  1. docs/de/llm-prompt.md

    ### Target language
    
    Translate to German (Deutsch).
    
    Language code: de.
    
    
    ### Definitions
    
    "hyphen"
        The character «-»
        Unicode U+002D (HYPHEN-MINUS)
        Alternative names: hyphen, dash, minus sign
    
    "dash"
        The character «–»
        Unicode U+2013 (EN DASH)
        German name: Halbgeviertstrich
    
    
    ### Grammar to use when talking to the reader
    
    Use the formal grammar (use «Sie» instead of «Du»).
    
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Fri Dec 26 09:39:53 UTC 2025
    - 11.9K bytes
    - Viewed (0)
  2. scripts/translate.py

            ////
            »»»
    
        Result (German):
    
            «««
            //// tab | Python 3.8+ nicht annotiert
            Hallo
            ////
            »»»
    
        Source (English) – Here there is nothing to translate in the tab title:
    
            «««
            //// tab | Linux, macOS, Windows Bash
            Hello again
            ////
            »»»
    
        Result (German):
    
            «««
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Sat Dec 27 19:05:53 UTC 2025
    - 34.1K bytes
    - Viewed (0)
  3. docs/ru/docs/_llm-test.md

    См., например, раздел `### List of English terms and their preferred German translations` в `docs/de/llm-prompt.md`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 21:25:03 UTC 2025
    - 17.5K bytes
    - Viewed (0)
  4. docs/de/docs/_llm-test.md

    Siehe z. B. den Abschnitt `### List of English terms and their preferred German translations` in `docs/de/llm-prompt.md`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 07:17:04 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  5. ADDING_NEW_LANGUAGE.md

    2. **Search/Analysis Support** (40+ languages): Language-specific text analysis for search indexing
    
    Currently supported UI languages: German, English, Spanish, French, Italian, Japanese, Korean, Dutch, Polish, Brazilian Portuguese, Russian, Simplified Chinese, and Traditional Chinese.
    
    ## File Structure
    
    Language resource files are located in:
    ```
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Thu Nov 06 11:36:30 UTC 2025
    - 10.4K bytes
    - Viewed (0)
  6. docs/es/docs/_llm-test.md

    Mira p. ej. la sección `### List of English terms and their preferred German translations` en `docs/de/llm-prompt.md`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:16:35 UTC 2025
    - 12.6K bytes
    - Viewed (0)
  7. docs/pt/docs/_llm-test.md

    Veja, por exemplo, a seção `### List of English terms and their preferred German translations` em `docs/de/llm-prompt.md`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Wed Dec 17 10:17:03 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  8. docs/en/docs/_llm-test.md

    See e.g. section `### List of English terms and their preferred German translations` in `docs/de/llm-prompt.md`.
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Thu Dec 11 14:48:47 UTC 2025
    - 11.4K bytes
    - Viewed (0)
  9. tests/association_generics_test.go

    	if err := DB.Create(&user).Error; err != nil {
    		t.Fatalf("create user: %v", err)
    	}
    	langs := []Language{{Code: "es", Name: "Spanish"}, {Code: "de", Name: "German"}}
    	for _, l := range langs {
    		DB.FirstOrCreate(&l, "code = ?", l.Code)
    	}
    	if err := DB.Model(&user).Association("Languages").Append(&langs); err != nil {
    		t.Fatalf("append: %v", err)
    	}
    Registered: Sun Dec 28 09:35:17 UTC 2025
    - Last Modified: Fri Sep 12 05:42:26 UTC 2025
    - 37.9K bytes
    - Viewed (0)
  10. docs/es/docs/tutorial/schema-extra-example.md

    {* ../../docs_src/schema_extra_example/tutorial005_an_py310.py hl[23:49] *}
    
    ### Ejemplos de OpenAPI en la Interfaz de Documentación { #openapi-examples-in-the-docs-ui }
    
    Con `openapi_examples` añadido a `Body()`, los `/docs` se verían así:
    
    <img src="/img/tutorial/body-fields/image02.png">
    
    ## Detalles Técnicos { #technical-details }
    
    /// tip | Consejo
    
    Registered: Sun Dec 28 07:19:09 UTC 2025
    - Last Modified: Tue Dec 16 16:33:45 UTC 2025
    - 10.3K bytes
    - Viewed (0)
Back to top