206 lines
5.9 KiB
JSON
206 lines
5.9 KiB
JSON
{
|
||
"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"
|
||
}
|
||
}
|