mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
chore: application prettier
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
|
||||
{
|
||||
"responsable": "Guardian",
|
||||
"delete": "Delete",
|
||||
@ -10,4 +9,4 @@
|
||||
"profession": "Profession",
|
||||
"address": "Address",
|
||||
"add_responsible": "Add guardian"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"dashboard": "Dashboard",
|
||||
"totalStudents": "Total Students",
|
||||
"pendingRegistrations": "Pending Registration",
|
||||
"reInscriptionRate": "Re-enrollment Rate",
|
||||
"structureCapacity": "Structure Capacity",
|
||||
"capacityRate": "Capacity Rate",
|
||||
"inscriptionTrends": "Enrollment Trends",
|
||||
"upcomingEvents": "Upcoming Events"
|
||||
}
|
||||
"dashboard": "Dashboard",
|
||||
"totalStudents": "Total Students",
|
||||
"pendingRegistrations": "Pending Registration",
|
||||
"reInscriptionRate": "Re-enrollment Rate",
|
||||
"structureCapacity": "Structure Capacity",
|
||||
"capacityRate": "Capacity Rate",
|
||||
"inscriptionTrends": "Enrollment Trends",
|
||||
"upcomingEvents": "Upcoming Events"
|
||||
}
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
{
|
||||
"welcomeParents": "Welcome Parents",
|
||||
"pleaseLogin": "Please login to access your account",
|
||||
"loginButton": "Go to login page"
|
||||
}
|
||||
"welcomeParents": "Welcome Parents",
|
||||
"pleaseLogin": "Please login to access your account",
|
||||
"loginButton": "Go to login page"
|
||||
}
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"page": "Page",
|
||||
"of": "of",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
}
|
||||
"page": "Page",
|
||||
"of": "of",
|
||||
"previous": "Previous",
|
||||
"next": "Next"
|
||||
}
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
{
|
||||
"dashboard": "Dashboard",
|
||||
"subscriptions": "Subscriptions",
|
||||
"structure": "Structure",
|
||||
"directory": "Directory",
|
||||
"events": "Events",
|
||||
"grades": "Grades",
|
||||
"settings": "Settings",
|
||||
"schoolAdmin": "School Administration"
|
||||
}
|
||||
"dashboard": "Dashboard",
|
||||
"subscriptions": "Subscriptions",
|
||||
"structure": "Structure",
|
||||
"directory": "Directory",
|
||||
"events": "Events",
|
||||
"grades": "Grades",
|
||||
"settings": "Settings",
|
||||
"schoolAdmin": "School Administration"
|
||||
}
|
||||
|
||||
@ -1,33 +1,33 @@
|
||||
{
|
||||
"headerBarTitle": "Administration",
|
||||
"addStudent": "New",
|
||||
"allStudents": "All Students",
|
||||
"pending": "Pending Registrations",
|
||||
"subscribed": "Subscribed",
|
||||
"archived": "Archived",
|
||||
"name": "Name",
|
||||
"class": "Class",
|
||||
"status": "Status",
|
||||
"attendance": "Attendance",
|
||||
"lastEvaluation": "Last Evaluation",
|
||||
"active": "Active",
|
||||
"pendingStatus": "Pending",
|
||||
"goodAttendance": "Good",
|
||||
"averageAttendance": "Average",
|
||||
"lowAttendance": "Poor",
|
||||
"searchStudent": "Search for a student...",
|
||||
"title": "Registration",
|
||||
"information": "Information",
|
||||
"no_records": "There are currently no registration records.",
|
||||
"add_button": "Add",
|
||||
"create_first_record": "Please click the ADD button to create your first registration record.",
|
||||
"studentName":"Student name",
|
||||
"studentFistName":"Student first name",
|
||||
"mainContactMail":"Main contact email",
|
||||
"phone":"Phone",
|
||||
"lastUpdateDate":"Last update",
|
||||
"classe":"Class",
|
||||
"registrationFileStatus":"Registration file status",
|
||||
"files":"Files",
|
||||
"subscribeFiles":"Subscribe files"
|
||||
}
|
||||
"headerBarTitle": "Administration",
|
||||
"addStudent": "New",
|
||||
"allStudents": "All Students",
|
||||
"pending": "Pending Registrations",
|
||||
"subscribed": "Subscribed",
|
||||
"archived": "Archived",
|
||||
"name": "Name",
|
||||
"class": "Class",
|
||||
"status": "Status",
|
||||
"attendance": "Attendance",
|
||||
"lastEvaluation": "Last Evaluation",
|
||||
"active": "Active",
|
||||
"pendingStatus": "Pending",
|
||||
"goodAttendance": "Good",
|
||||
"averageAttendance": "Average",
|
||||
"lowAttendance": "Poor",
|
||||
"searchStudent": "Search for a student...",
|
||||
"title": "Registration",
|
||||
"information": "Information",
|
||||
"no_records": "There are currently no registration records.",
|
||||
"add_button": "Add",
|
||||
"create_first_record": "Please click the ADD button to create your first registration record.",
|
||||
"studentName": "Student name",
|
||||
"studentFistName": "Student first name",
|
||||
"mainContactMail": "Main contact email",
|
||||
"phone": "Phone",
|
||||
"lastUpdateDate": "Last update",
|
||||
"classe": "Class",
|
||||
"registrationFileStatus": "Registration file status",
|
||||
"files": "Files",
|
||||
"subscribeFiles": "Subscribe files"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user