feat: add whyThisWorks translation key for concept section
Add 'Why This Works' translation key to all 6 supported languages (en, de, pl, es, ar, uk) for the new concept section UI in lessons.
This commit is contained in:
@@ -17,6 +17,7 @@ const translations = {
|
|||||||
// Instructions
|
// Instructions
|
||||||
loading: "Loading...",
|
loading: "Loading...",
|
||||||
selectLesson: "Please select a lesson to begin.",
|
selectLesson: "Please select a lesson to begin.",
|
||||||
|
whyThisWorks: "Why This Works",
|
||||||
editorLabel: "CSS Editor",
|
editorLabel: "CSS Editor",
|
||||||
undoTitle: "Undo (Ctrl+Z)",
|
undoTitle: "Undo (Ctrl+Z)",
|
||||||
redoTitle: "Redo (Ctrl+Shift+Z)",
|
redoTitle: "Redo (Ctrl+Shift+Z)",
|
||||||
@@ -124,6 +125,7 @@ const translations = {
|
|||||||
// Instructions
|
// Instructions
|
||||||
loading: "Laden...",
|
loading: "Laden...",
|
||||||
selectLesson: "Bitte wähle eine Lektion aus, um zu beginnen.",
|
selectLesson: "Bitte wähle eine Lektion aus, um zu beginnen.",
|
||||||
|
whyThisWorks: "Warum das funktioniert",
|
||||||
editorLabel: "CSS-Editor",
|
editorLabel: "CSS-Editor",
|
||||||
undoTitle: "Rückgängig (Strg+Z)",
|
undoTitle: "Rückgängig (Strg+Z)",
|
||||||
redoTitle: "Wiederholen (Strg+Umschalt+Z)",
|
redoTitle: "Wiederholen (Strg+Umschalt+Z)",
|
||||||
@@ -233,6 +235,7 @@ const translations = {
|
|||||||
// Instructions
|
// Instructions
|
||||||
loading: "Ładowanie...",
|
loading: "Ładowanie...",
|
||||||
selectLesson: "Wybierz lekcję, aby rozpocząć.",
|
selectLesson: "Wybierz lekcję, aby rozpocząć.",
|
||||||
|
whyThisWorks: "Dlaczego to działa",
|
||||||
editorLabel: "Edytor CSS",
|
editorLabel: "Edytor CSS",
|
||||||
undoTitle: "Cofnij (Ctrl+Z)",
|
undoTitle: "Cofnij (Ctrl+Z)",
|
||||||
redoTitle: "Ponów (Ctrl+Shift+Z)",
|
redoTitle: "Ponów (Ctrl+Shift+Z)",
|
||||||
@@ -341,6 +344,7 @@ const translations = {
|
|||||||
// Instructions
|
// Instructions
|
||||||
loading: "Cargando...",
|
loading: "Cargando...",
|
||||||
selectLesson: "Selecciona una lección para comenzar.",
|
selectLesson: "Selecciona una lección para comenzar.",
|
||||||
|
whyThisWorks: "Por qué funciona",
|
||||||
editorLabel: "Editor CSS",
|
editorLabel: "Editor CSS",
|
||||||
undoTitle: "Deshacer (Ctrl+Z)",
|
undoTitle: "Deshacer (Ctrl+Z)",
|
||||||
redoTitle: "Rehacer (Ctrl+Shift+Z)",
|
redoTitle: "Rehacer (Ctrl+Shift+Z)",
|
||||||
@@ -450,6 +454,7 @@ const translations = {
|
|||||||
// Instructions
|
// Instructions
|
||||||
loading: "جاري التحميل...",
|
loading: "جاري التحميل...",
|
||||||
selectLesson: "اختر درسًا للبدء.",
|
selectLesson: "اختر درسًا للبدء.",
|
||||||
|
whyThisWorks: "لماذا يعمل هذا",
|
||||||
editorLabel: "محرر CSS",
|
editorLabel: "محرر CSS",
|
||||||
undoTitle: "تراجع (Ctrl+Z)",
|
undoTitle: "تراجع (Ctrl+Z)",
|
||||||
redoTitle: "إعادة (Ctrl+Shift+Z)",
|
redoTitle: "إعادة (Ctrl+Shift+Z)",
|
||||||
@@ -557,6 +562,7 @@ const translations = {
|
|||||||
// Instructions
|
// Instructions
|
||||||
loading: "Завантаження...",
|
loading: "Завантаження...",
|
||||||
selectLesson: "Оберіть урок, щоб почати.",
|
selectLesson: "Оберіть урок, щоб почати.",
|
||||||
|
whyThisWorks: "Чому це працює",
|
||||||
editorLabel: "Редактор CSS",
|
editorLabel: "Редактор CSS",
|
||||||
undoTitle: "Скасувати (Ctrl+Z)",
|
undoTitle: "Скасувати (Ctrl+Z)",
|
||||||
redoTitle: "Повторити (Ctrl+Shift+Z)",
|
redoTitle: "Повторити (Ctrl+Shift+Z)",
|
||||||
|
|||||||
Reference in New Issue
Block a user