Some checks failed
Deploy on webserver / Build site and deploy on success (push) Has been cancelled
Hardcoded panel texts and venn labels are now stored as structured frontmatter in content/_index.md and content/_index.de.md, enabling metadata-backend-driven content updates without template changes. i18n files now contain only UI labels, not page content. Animation coupling between template IDs and JS triggers is documented inline in layouts/index.html. Also: remove explicit body padding override that was making homepage nav inconsistent with the rest of the site.
20 lines
706 B
YAML
20 lines
706 B
YAML
# i18n/de.yaml – TRR379 UI-Strings
|
||
#
|
||
# Diese Datei enthält ausschließlich UI-Labels und Übersetzungen.
|
||
# Seiten-INHALTE (Titel, Beschreibungen, Panel-Texte etc.) leben im
|
||
# Frontmatter von content/_index.md und content/_index.de.md — dort
|
||
# anpassen wenn Homepage-Texte geändert werden sollen.
|
||
|
||
# Generische UI-Labels
|
||
objectives: "Ziele"
|
||
research_areas: "FORSCHUNGSBEREICHE"
|
||
see_all_projects: "alle Projekte ansehen"
|
||
all_research_topics: "Alle Forschungsthemen"
|
||
latest_news: "Neueste Nachrichten"
|
||
all_news: "Alle News"
|
||
|
||
# Topic- / Project- / Publication-Seiten-Labels
|
||
contributors: "Mitwirkende"
|
||
publications: "Publikationen"
|
||
projects_in_area: "Projekte in diesem Bereich"
|
||
all_topics: "Alle Themen" |