fix: add missing newlines at the end of JSON files; clean up formatting in page components
This commit is contained in:
@@ -141,4 +141,4 @@
|
||||
"cancel": "Abbrechen",
|
||||
"cancelling": "Wird storniert..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -812,4 +812,4 @@
|
||||
"formatExcel": "Excel"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -220,4 +220,4 @@
|
||||
"description": "Das angeforderte Konto existiert nicht oder Sie haben keine Berechtigung darauf zuzugreifen.",
|
||||
"action": "Zum Dashboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,4 +84,4 @@
|
||||
"committee": "Ausschusssitzung",
|
||||
"other": "Sonstige"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -200,4 +200,4 @@
|
||||
"bic": "BIC",
|
||||
"accountHolder": "Kontoinhaber"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,4 +80,4 @@
|
||||
"previous": "Zurück",
|
||||
"next": "Weiter"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -141,4 +141,4 @@
|
||||
"cancel": "Dismiss",
|
||||
"cancelling": "Cancelling..."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -338,4 +338,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -221,4 +221,4 @@
|
||||
"description": "The requested account does not exist or you do not have permission to access it.",
|
||||
"action": "Go to Dashboard"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -150,15 +150,7 @@
|
||||
"overview": "Overview of course dates",
|
||||
"activeCourses": "Active Courses ({count})",
|
||||
"noActiveCourses": "No active courses this month.",
|
||||
"weekdays": [
|
||||
"Mon",
|
||||
"Tue",
|
||||
"Wed",
|
||||
"Thu",
|
||||
"Fri",
|
||||
"Sat",
|
||||
"Sun"
|
||||
],
|
||||
"weekdays": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
|
||||
"months": [
|
||||
"January",
|
||||
"February",
|
||||
@@ -210,4 +202,4 @@
|
||||
"addressPlaceholder": "123 Main St, Springfield",
|
||||
"roomPlaceholder": "e.g. Room 101"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,4 +84,4 @@
|
||||
"committee": "Committee Meeting",
|
||||
"other": "Other"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -200,4 +200,4 @@
|
||||
"bic": "BIC",
|
||||
"accountHolder": "Account Holder"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -80,4 +80,4 @@
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user