diff --git a/src/i18n.js b/src/i18n.js index 506b8f2..fad4cae 100644 --- a/src/i18n.js +++ b/src/i18n.js @@ -57,7 +57,7 @@ const translations = { completingLessonsTitle: "Completing Lessons", completingStep1: "Read the task instructions on the left", completingStep2: "Write your code in the editor", - completingStep3: "Click Run or press Ctrl+Enter to test", + completingStep3: "Watch the live preview update as you type", completingStep4: "Follow hints to fix any issues", completingStep5: "Click Next when complete", editorToolsTitle: "Editor Tools", @@ -65,7 +65,7 @@ const translations = { editorToolReset: "⟲ Reset - Restore initial code for current lesson", editorToolExpected: "Show Expected - Toggle the target result overlay", keyboardShortcutsTitle: "Keyboard Shortcuts", - shortcutRun: "Ctrl+Enter - Run your code", + shortcutRun: "Ctrl+Enter - Validate immediately", shortcutUndo: "Ctrl+Z - Undo", shortcutRedo: "Ctrl+Shift+Z - Redo", emmetTitle: "Emmet Shortcuts (HTML mode)", @@ -145,7 +145,7 @@ const translations = { completingLessonsTitle: "Lektionen abschließen", completingStep1: "Lies die Aufgabenstellung auf der linken Seite", completingStep2: "Schreibe deinen Code im Editor", - completingStep3: "Klicke auf Ausführen oder drücke Strg+Enter", + completingStep3: "Beobachte die Live-Vorschau während du tippst", completingStep4: "Folge den Hinweisen, um Fehler zu beheben", completingStep5: "Klicke auf Weiter, wenn du fertig bist", editorToolsTitle: "Editor-Werkzeuge", @@ -153,7 +153,7 @@ const translations = { editorToolReset: "⟲ Zurücksetzen - Ursprünglichen Code wiederherstellen", editorToolExpected: "Lösung zeigen - Zielergebnis ein-/ausblenden", keyboardShortcutsTitle: "Tastenkürzel", - shortcutRun: "Strg+Enter - Code ausführen", + shortcutRun: "Strg+Enter - Sofort validieren", shortcutUndo: "Strg+Z - Rückgängig", shortcutRedo: "Strg+Umschalt+Z - Wiederholen", emmetTitle: "Emmet-Kürzel (HTML-Modus)", diff --git a/src/index.html b/src/index.html index bd1e850..801e724 100644 --- a/src/index.html +++ b/src/index.html @@ -149,7 +149,7 @@
  1. Read the task instructions on the left
  2. Write your code in the editor
  3. -
  4. Click Run or press Ctrl+Enter to test
  5. +
  6. Watch the live preview update as you type
  7. Follow hints to fix any issues
  8. Click Next when complete
@@ -163,7 +163,7 @@

Keyboard Shortcuts