chore: Initial Commit

feat: Gestion des inscriptions [#1]
feat(frontend): Création des vues pour le paramétrage de l'école [#2]
feat: Gestion du login [#6]
fix: Correction lors de la migration des modèle [#8]
feat: Révision du menu principal [#9]
feat: Ajout d'un footer [#10]
feat: Création des dockers compose pour les environnements de
développement et de production [#12]
doc(ci): Mise en place de Husky et d'un suivi de version automatique [#14]
This commit is contained in:
Luc SORIGNET
2024-11-18 10:02:58 +01:00
committed by N3WT DE COMPET
commit af0cd1c840
228 changed files with 22694 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
"responsable": "Guardian",
"delete": "Delete",
"lastname": "Last name",
"firstname": "First name",
"email": "Email",
"phone": "Phone",
"birthdate": "Birth date",
"profession": "Profession",
"address": "Address",
"add_responsible": "Add guardian"
}

View File

@ -0,0 +1,9 @@
{
"dashboard": "Dashboard",
"totalStudents": "Total Students",
"averageInscriptionTime": "Average Registration Time",
"reInscriptionRate": "Re-enrollment Rate",
"structureCapacity": "Structure Capacity",
"inscriptionTrends": "Enrollment Trends",
"upcomingEvents": "Upcoming Events"
}

View File

@ -0,0 +1,5 @@
{
"welcomeParents": "Welcome Parents",
"pleaseLogin": "Please login to access your account",
"loginButton": "Go to login page"
}

View File

@ -0,0 +1,6 @@
{
"page": "Page",
"of": "of",
"previous": "Previous",
"next": "Next"
}

View File

@ -0,0 +1,9 @@
{
"dashboard": "Dashboard",
"students": "Students",
"structure": "Structure",
"planning": "Schedule",
"grades": "Grades",
"settings": "Settings",
"schoolAdmin": "School Administration"
}

View File

@ -0,0 +1,30 @@
{
"headerBarTitle": "Administration",
"addStudent": "New",
"allStudents": "All Students",
"pending": "Pending Registrations",
"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",
"registrationFileStatus":"Registration file status",
"files":"Files"
}

View File

@ -0,0 +1,13 @@
{
"responsable": "Responsable",
"delete": "Supprimer",
"lastname": "Nom",
"firstname": "Prénom",
"email": "Email",
"phone": "Téléphone",
"birthdate": "Date de naissance",
"profession": "Profession",
"address": "Adresse",
"add_responsible": "Ajouter un responsable"
}

View File

@ -0,0 +1,9 @@
{
"dashboard": "Tableau de bord",
"totalStudents": "Total des étudiants",
"averageInscriptionTime": "Temps moyen d'inscription",
"reInscriptionRate": "Taux de réinscription",
"structureCapacity": "Remplissage de la structure",
"inscriptionTrends": "Tendances d'inscription",
"upcomingEvents": "Événements à venir"
}

View File

@ -0,0 +1,5 @@
{
"welcomeParents": "Bienvenue aux parents",
"pleaseLogin": "Veuillez vous connecter pour accéder à votre compte",
"loginButton": "Accéder à la page de login"
}

View File

@ -0,0 +1,6 @@
{
"page": "Page",
"of": "sur",
"previous": "Précédent",
"next": "Suivant"
}

View File

@ -0,0 +1,9 @@
{
"dashboard": "Tableau de bord",
"students": "Élèves",
"structure": "Structure",
"planning": "Emploi du temps",
"grades": "Notes",
"settings": "Paramètres",
"schoolAdmin": "Administration Scolaire"
}

View File

@ -0,0 +1,30 @@
{
"headerBarTitle":"Administration",
"addStudent": "Nouveau",
"allStudents": "Tous les élèves",
"pending": "Inscriptions en attente",
"archived": "Archivés",
"name": "Nom",
"class": "Classe",
"status": "Statut",
"attendance": "Assiduité",
"lastEvaluation": "Dernière évaluation",
"active": "Actif",
"pendingStatus": "En attente",
"goodAttendance": "Bonne",
"averageAttendance": "Moyenne",
"lowAttendance": "Faible",
"searchStudent": "Rechercher un élève...",
"title": "Inscription",
"information": "Information",
"no_records": "Il n'y a actuellement aucun dossier d'inscription.",
"add_button": "Ajouter",
"create_first_record": "Veuillez cliquer sur le bouton AJOUTER pour créer votre premier dossier d'inscription.",
"studentName":"Nom de l'élève",
"studentFistName":"Prénom de l'élève",
"mainContactMail":"Email de contact principal",
"phone":"Téléphone",
"lastUpdateDate":"Dernière mise à jour",
"registrationFileStatus":"État du dossier d'inscription",
"files":"Fichiers"
}