You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"hero.intro": "Semantic Anchors sind Wörter — etablierte Begriffe wie Clean Architecture, Cockburn Use Cases oder MECE — die in jedem modernen LLM ein präzises Konzept aktivieren.",
30
+
"hero.introEmphasis": "Du installierst sie nicht. Du importierst sie nicht. Du tippst sie.",
31
+
"hero.withoutLabel": "Ohne Anker",
32
+
"hero.withoutText": "Bitte refaktoriere diesen Code unter Berücksichtigung der Dependency Rule, mit Entitäten im Kern, Frameworks am Rand, Use Cases dazwischen, I/O getrennt von Fachlogik, Datenbank über Interfaces isoliert…",
33
+
"hero.withAnchorLabel": "Mit Anker",
34
+
"hero.withAnchorTextPrefix": "Refaktoriere diesen Code nach ",
"hero.expansion": "Die KI erweitert den zweiten Prompt zum ersten — weil Clean Architecture in ihren Trainingsdaten steckt.",
38
+
"hero.howToUseTitle": "So benutzt du die Seite",
39
+
"hero.step1Title": "Stöbere",
40
+
"hero.step1Desc": "im Katalog unten.",
41
+
"hero.step2Title": "Kopiere",
42
+
"hero.step2Desc": "den Namen des Ankers.",
43
+
"hero.step3Title": "Füge ein",
44
+
"hero.step3Desc": "in deinen KI-Prompt — fertig.",
45
+
"hero.skipToCatalog": "Zum Katalog ↓",
28
46
"main.aboutLink": "Über",
29
47
"main.proposeAnchor": "Neuen Anker vorschlagen",
30
48
"main.documentation": "Dokumentation",
@@ -67,6 +85,7 @@
67
85
"modal.share": "Teilen",
68
86
"onboarding.slogan1": "Semantic Anchors.",
69
87
"onboarding.slogan2": "Ein Wort, und die KI versteht den Rest.",
88
+
"onboarding.text0": "Semantic Anchors l\u00e4dst du nicht herunter und installierst sie nicht. Sie stecken bereits in jedem modernen KI-Modell \u2014 du brauchst nur das richtige Wort.",
70
89
"onboarding.text1": "Stell dir vor, du sagst ein einziges Wort \u2013 und dein Gegen\u00fcber versteht sofort ein ganzes Konzept.",
71
90
"onboarding.text2": "Ein Semantic Anchor ist ein etablierter Begriff, der ein ganzes Wissensgebiet aktiviert. Wie ein Anker, der ein Schiff an einem festen Punkt h\u00e4lt \u2013 so verankert ein Semantic Anchor dein Gespr\u00e4ch an einem pr\u00e4zisen Konzept.",
72
91
"onboarding.text3": "Das funktioniert, weil KI-Modelle auf Millionen von Texten trainiert wurden. Begriffe wie MECE, Clean Architecture oder Feynman-Technik l\u00f6sen sofort tiefes Kontextwissen aus.",
Copy file name to clipboardExpand all lines: website/src/translations/en.json
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,24 @@
25
25
"contracts.deselectAll": "Deselect all",
26
26
"main.heading": "Explore Semantic Anchors",
27
27
"main.subheading": "A curated catalog of well-defined terms, methodologies, and frameworks for effective LLM communication.",
28
+
"hero.title": "No download. No install. Just type.",
29
+
"hero.intro": "Semantic Anchors are words — established terms like Clean Architecture, Cockburn Use Cases or MECE — that activate rich, well-defined concepts inside any modern LLM.",
30
+
"hero.introEmphasis": "You don't install them. You don't import them. You type them.",
31
+
"hero.withoutLabel": "Without anchor",
32
+
"hero.withoutText": "Please refactor this code keeping the dependency rule in mind, with entities at the center, frameworks at the edge, and use cases in between, separating I/O concerns from domain logic, and isolating the database via interfaces…",
33
+
"hero.withAnchorLabel": "With anchor",
34
+
"hero.withAnchorTextPrefix": "Refactor this code following ",
"hero.expansion": "The LLM expands the second prompt into the first — because Clean Architecture is in its training data.",
38
+
"hero.howToUseTitle": "How to use this site",
39
+
"hero.step1Title": "Browse",
40
+
"hero.step1Desc": "the catalog below.",
41
+
"hero.step2Title": "Copy",
42
+
"hero.step2Desc": "the anchor name.",
43
+
"hero.step3Title": "Paste",
44
+
"hero.step3Desc": "it into your AI prompt — that's it.",
45
+
"hero.skipToCatalog": "Skip to catalog ↓",
28
46
"main.aboutLink": "About",
29
47
"main.proposeAnchor": "Propose New Anchor",
30
48
"main.documentation": "Documentation",
@@ -67,6 +85,7 @@
67
85
"modal.share": "Share",
68
86
"onboarding.slogan1": "Semantic Anchors.",
69
87
"onboarding.slogan2": "One word, and the AI gets the rest.",
88
+
"onboarding.text0": "You don't download or install Semantic Anchors. They live inside any modern AI model \u2014 you just need the right word.",
70
89
"onboarding.text1": "Imagine saying just one word \u2013 and your counterpart instantly understands an entire concept.",
71
90
"onboarding.text2": "A Semantic Anchor is an established term that activates an entire body of knowledge. Like an anchor holding a ship in place \u2013 a Semantic Anchor pins your conversation to a precise concept.",
72
91
"onboarding.text3": "This works because AI models were trained on millions of texts. Terms like MECE, Clean Architecture, or the Feynman Technique instantly trigger deep contextual knowledge.",
0 commit comments