Files
chemenu/instructions/german-terminology.md
T
torben 502971d147
CI / verify (push) Successful in 53s
Release / release (push) Successful in 38s
feat: Autorenkonventionen nach Eigentum geschnitten - kb/CONVENTIONS.md, deklarierte Collections (3.0.0)
Files changed:
- .gitea/workflows/ci.yml
- .wikitool-kb.json
- AGENTS.md
- CHANGES.md
- INSTALL.md
- README.md
- VERSION
- instructions/CONTRACT.md
- instructions/dev/testing-conventions.md
- instructions/german-terminology.md
- instructions/kb-profiles.md
- instructions/migrations/3.0.0-authoring-conventions.md
- instructions/private-instance.md
- instructions/setup-instance.md
- instructions/wiki-ingest/SKILL.md
- instructions/wiki-manage/SKILL.md
- kb/CONTRACT.md
- kb/CONVENTIONS.md
- kb/CONVENTIONS.md.template
- kb/comparisons/COLLECTION.md
- kb/concepts/COLLECTION.md
- kb/entities/COLLECTION.md
- kb/sources/COLLECTION.md
- tools/CONTRACT.md
- tools/README.md
- tools/chemenu/commands/dist_cmd.py
- tools/chemenu/commands/docs_verify.py
- tools/chemenu/commands/doctor.py
- tools/chemenu/commands/new_page.py
- tools/chemenu/conventions.py
- tools/chemenu/kb_collections.py
- tools/chemenu/kb_scan.py
- tools/chemenu/provenance.py
- tools/chemenu/sections.py
- tools/chemenu/tests/conftest.py
- tools/chemenu/tests/test_conventions.py
- tools/chemenu/tests/test_dist_cmd.py
- tools/chemenu/tests/test_doctor.py
- tools/chemenu/tests/test_new_page.py
- tools/chemenu/tests/test_types_cmd.py
- types/comparison.md
- types/concept.md
- types/entity.md
- types/source.md
- types/type-spec.md
2026-09-02 15:02:10 +02:00

5.5 KiB

type, name, description, manual
type name description manual
types/instruction.md german-terminology Which words stay English in German KB prose, which have a settled German form, and the register the pages are written in. true

German terminology for kb/

Reference vocabulary for kb/CONVENTIONS.md's rule that this instance's pages are written in German. The rule lives there; the word list lives here, because it is lookup material rather than a norm and would otherwise be loaded on every write.

This file belongs to the german language profile, not to the stack. An instance writing in another language deletes or replaces it - see kb-profiles.md.

Derived from translating all 248 pages on 2026-08-29. Every entry below is a decision that was made wrong at least once first - each cost a correction pass across published pages, which is why they are written down instead of re-derived.

Stays English

Established technical terms are not Germanized, in prose or in headings:

GitOps · Ownership Model · Reverse Proxy · Pull Request · Publish-Subscribe · Broker · Deployment · Namespace · Cluster · Runner · Workflow · Container · Image · Volume · Secret · Token · Template · Repository · Commit · Ingress · StorageClass · Pruning · Drift · Bootstrap · Tier · Dotfile · CI/CD · Restart Policy · Network Mode · Feature

Two are worth calling out because both were translated once and had to be rolled back:

  • Skill is the name of a layer of this repo (instructions/<name>/SKILL.md, .claude/skills/), not a descriptive word. Wiki-Skills, Workflow-Skills, never „Fähigkeit".
  • Secret likewise - „Geheimnis" was written 96 times across 8 pages before it was caught. Secrets-Verwaltung, Secret-Injection, Cluster-Level-Secrets.

„Fähigkeit" is almost never the right word in this wiki. Capabilities - the properties of a build or runtime environment that something is routed by - stays English too: Build-Capabilities, „Runner mit bestimmten Capabilities".

Fixed phrases stay whole, neither half-translated nor fully translated:

Separation of Concerns · Single Point of Failure · Infrastructure as Code · Chicken-Egg Problem · Least Privilege · Source of Truth · Defense in Depth

„Trennung der Concerns" and „Trennung der Zuständigkeiten" both happened, from a glossary entry that offered the choice instead of making it. A list of phrases is not a list of options.

Compounds take a hyphen: Container-Image, Job-Container, Template-Variablen, Secrets-Verwaltung, YADM-Repository. Keep them short - Schriftzugriff, not „Schriftartzugriff".

Settled German

English German Note
reconciliation / to reconcile Abgleich / abgleichen Not „Abstimmung", including in compounds: Abgleichsintervall
claim Aussage Never „Anspruch" - that is a legal entitlement
confidence Konfidenz Matches the confidence: field and wikitool confidence decay
desired state Soll-Zustand
ownership (in prose) Verwaltung / Zuständigkeit But Ownership Model and Ownership-Tier(s) stay, including as a heading
built-in -eigen (K3s-eigen)
deprecated abgelöst
encoding Kodierung
architectural decision Architekturentscheidung
key principle Grundsatz
open issues Offene Punkte

Field labels

English German
**Purpose:** **Zweck:**
**Owner:** **Verantwortlich:**
**Language/Tech:** **Sprache/Technik:**
**Use case:** **Anwendungsfall:**
**Author:** / **Date:** / **Raw files:** / **Type:** **Autor:** / **Datum:** / **Raw-Dateien:** / **Typ:**
**Maintainer:** unchanged - established, not „Pfleger"
**Features:** unchanged
**Website:** unchanged - „Webseite" is one page, not the site

The value after a label is not a label: **Typ:** technology keeps its schema enum, and an author name, a date or a file path is never translated.

For a label with no entry here, translate to the point and keep it short. If the English term is established in German technical usage, leave it.

Register

Factual, impersonal, Wikipedia tone - and specifically no „Sie". English source material is full of imperatives, and the obvious German rendering is the polite form, which is wrong here:

  • „Use gpg --recv-key KEY_ID to import keys" → „Zum Importieren von Schlüsseln gpg --recv-key KEY_ID verwenden" - infinitive at the end, not „Verwenden Sie …".
  • „Ensure the backend supports IPv6" → „Sicherstellen, dass das Backend IPv6 unterstützt". Separable verbs are joined up again.

This was by far the most common error of the migration - 182 occurrences across 43 pages, and none of them structural, so no check found them. It is the one thing to watch for when translating instructional prose.

  • Quotations are never reworded, neither translated nor moved into the impersonal register.
  • Buzzwords and AI filler are banned by kb/CONVENTIONS.md; the German list is there.
  • Dash as -, not .
  • German number formatting only in prose („10.000 Punkte"). Never inside code, version numbers or measurements (75-85 px, 10m, 0.90).

Scope

This is about prose in kb/. What is prose and what is an identifier - titles, headings, wikilink targets, cite-ids, enum values, tags, code - is decided by kb/CONTRACT.md, not here.