Files
myeasycms-v2/apps/web/i18n/messages/en/courses.json
T. Zehetbauer c6d564836f
Some checks failed
Workflow / ʦ TypeScript (push) Failing after 17m4s
Workflow / ⚫️ Test (push) Has been skipped
fix: add missing newlines at the end of JSON files; clean up formatting in page components
2026-04-02 11:02:58 +02:00

206 lines
5.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"nav": {
"courses": "Courses",
"newCourse": "New Course",
"calendar": "Calendar",
"categories": "Categories",
"instructors": "Instructors",
"locations": "Locations",
"statistics": "Statistics"
},
"pages": {
"coursesTitle": "Courses",
"coursesDescription": "Manage course catalogue",
"newCourseTitle": "New Course",
"newCourseDescription": "Create a course",
"editCourseTitle": "Edit",
"calendarTitle": "Course Calendar",
"categoriesTitle": "Course Categories",
"instructorsTitle": "Instructors",
"locationsTitle": "Locations",
"statisticsTitle": "Course Statistics"
},
"common": {
"all": "All",
"status": "Status",
"previous": "Previous",
"next": "Next",
"page": "Page",
"of": "of",
"entries": "Entries",
"yes": "Yes",
"no": "No",
"name": "Name",
"email": "Email",
"phone": "Phone",
"date": "Date",
"address": "Address",
"room": "Room",
"parent": "Parent",
"description": "Description",
"edit": "Edit"
},
"list": {
"searchPlaceholder": "Search courses...",
"title": "All Courses ({count})",
"noCourses": "No courses found",
"createFirst": "Create your first course to get started.",
"courseNumber": "Course No.",
"courseName": "Name",
"startDate": "Start",
"endDate": "End",
"participants": "Participants",
"fee": "Fee",
"status": "Status",
"capacity": "Capacity"
},
"stats": {
"total": "Total",
"active": "Active",
"totalCourses": "Total Courses",
"activeCourses": "Active Courses",
"participants": "Participants",
"completed": "Completed",
"utilization": "Course Utilization",
"distribution": "Distribution",
"activeCoursesBadge": "Active Courses ({count})",
"noActiveCourses": "No active courses this month."
},
"detail": {
"notFound": "Course not found",
"participants": "Participants",
"sessions": "Sessions",
"viewAllParticipants": "View all participants",
"viewAttendance": "View attendance",
"noParticipants": "No participants yet.",
"noSessions": "No sessions yet.",
"addParticipant": "Add Participant",
"edit": "Edit",
"instructor": "Instructor",
"dateRange": "Start End",
"viewAll": "View all",
"attendance": "Attendance",
"name": "Name",
"email": "Email",
"date": "Date",
"cancelled": "Cancelled"
},
"form": {
"basicData": "Basic Data",
"courseNumber": "Course Number",
"courseName": "Course Name *",
"description": "Description",
"schedule": "Schedule",
"startDate": "Start Date",
"endDate": "End Date",
"registrationDeadline": "Registration Deadline",
"capacity": "Capacity",
"maxParticipants": "Max Participants",
"minParticipants": "Min Participants",
"fee": "Fee (€)",
"reducedFee": "Reduced Fee (€)",
"statusSection": "Status",
"courseStatus": "Course Status",
"created": "Course created successfully",
"updated": "Course updated",
"errorCreating": "Error creating course",
"errorUpdating": "Error updating course"
},
"status": {
"planned": "Planned",
"open": "Open",
"running": "Running",
"completed": "Completed",
"cancelled": "Cancelled",
"active": "Active"
},
"enrollment": {
"enrolled": "Enrolled",
"waitlisted": "Waitlisted",
"cancelled": "Cancelled",
"completed": "Completed",
"enrolledAt": "Enrolled on",
"title": "Enrollment Status",
"registrationDate": "Registration Date"
},
"participants": {
"title": "Participants",
"add": "Add Participant",
"none": "No Participants",
"noneDescription": "Register the first participant for this course.",
"allTitle": "All Participants ({count})"
},
"attendance": {
"title": "Attendance",
"present": "Present",
"absent": "Absent",
"excused": "Excused",
"session": "Session",
"noSessions": "No sessions yet",
"noSessionsDescription": "Create sessions for this course first.",
"selectSession": "Select Session",
"attendanceList": "Attendance List",
"selectSessionPrompt": "Please select a session"
},
"calendar": {
"title": "Course Calendar",
"courseDay": "Course Day",
"free": "Free",
"today": "Today",
"overview": "Overview of course dates",
"activeCourses": "Active Courses ({count})",
"noActiveCourses": "No active courses this month.",
"weekdays": ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"],
"months": [
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"
],
"previousMonth": "Previous Month",
"nextMonth": "Next Month",
"backToCourses": "Back to Courses"
},
"categories": {
"title": "Categories",
"newCategory": "New Category",
"noCategories": "No categories found.",
"manage": "Manage course categories",
"allTitle": "All Categories ({count})",
"namePlaceholder": "e.g. Language Courses",
"descriptionPlaceholder": "Short description"
},
"instructors": {
"title": "Instructors",
"newInstructor": "New Instructor",
"noInstructors": "No instructors found.",
"manage": "Manage instructor pool",
"allTitle": "All Instructors ({count})",
"qualification": "Qualification",
"hourlyRate": "Hourly Rate",
"firstNamePlaceholder": "First name",
"lastNamePlaceholder": "Last name",
"qualificationsPlaceholder": "e.g. Certified Trainer, First Aid Instructor"
},
"locations": {
"title": "Locations",
"newLocation": "New Location",
"noLocations": "No locations found.",
"manage": "Manage course and event locations",
"allTitle": "All Locations ({count})",
"noLocationsDescription": "Add your first venue.",
"newLocationLabel": "New Location",
"namePlaceholder": "e.g. Club House",
"addressPlaceholder": "123 Main St, Springfield",
"roomPlaceholder": "e.g. Room 101"
}
}