fix: add missing newlines at the end of JSON files; clean up formatting in page components
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 17m4s
Workflow / ⚫️ Test (push) Has been skipped

This commit is contained in:
T. Zehetbauer
2026-04-02 11:02:58 +02:00
parent b26e5aaafa
commit c6d564836f
56 changed files with 471 additions and 381 deletions

View File

@@ -141,4 +141,4 @@
"cancel": "Abbrechen",
"cancelling": "Wird storniert..."
}
}
}

View File

@@ -812,4 +812,4 @@
"formatExcel": "Excel"
}
}
}
}

View File

@@ -220,4 +220,4 @@
"description": "Das angeforderte Konto existiert nicht oder Sie haben keine Berechtigung darauf zuzugreifen.",
"action": "Zum Dashboard"
}
}
}

View File

@@ -150,15 +150,7 @@
"overview": "Kurstermine im Überblick",
"activeCourses": "Aktive Kurse ({count})",
"noActiveCourses": "Keine aktiven Kurse in diesem Monat.",
"weekdays": [
"Mo",
"Di",
"Mi",
"Do",
"Fr",
"Sa",
"So"
],
"weekdays": ["Mo", "Di", "Mi", "Do", "Fr", "Sa", "So"],
"months": [
"Januar",
"Februar",
@@ -210,4 +202,4 @@
"addressPlaceholder": "Musterstr. 1, 12345 Musterstadt",
"roomPlaceholder": "z. B. Raum 101"
}
}
}

View File

@@ -84,4 +84,4 @@
"committee": "Ausschusssitzung",
"other": "Sonstige"
}
}
}

View File

@@ -200,4 +200,4 @@
"bic": "BIC",
"accountHolder": "Kontoinhaber"
}
}
}

View File

@@ -80,4 +80,4 @@
"previous": "Zurück",
"next": "Weiter"
}
}
}