```
✨ feat(profils): Ajoute la page de gestion de profil avec formulaires d'édition.
```
This commit is contained in:
@@ -911,6 +911,11 @@ safespace:
|
||||
|
||||
# Formulaire de candidature
|
||||
form:
|
||||
# --- LABELS DES CHAMPS ---
|
||||
|
||||
|
||||
# --- BOUTONS ---
|
||||
|
||||
choices:
|
||||
gender:
|
||||
not_specified: "Non spécifié"
|
||||
@@ -959,7 +964,12 @@ form:
|
||||
role: "Quel rôle souhaitez-vous occuper ?"
|
||||
section:
|
||||
social: "Réseaux & Portfolio"
|
||||
general: "INFORMATIONS PROFIL"
|
||||
security: "SÉCURITÉ & PASSWORD"
|
||||
update_profils_complete: "SYNCHRONISATION DU PROFIL RÉUSSIE !"
|
||||
button:
|
||||
save: "SAUVEGARDER LES MODIFS"
|
||||
password: "UPDATE PASSWORD"
|
||||
submit: "Envoyer ma candidature"
|
||||
|
||||
# Messages de succès / erreur (Optionnel pour vos contrôleurs)
|
||||
@@ -1143,3 +1153,41 @@ Adresse e-mail: Adresse e-mail
|
||||
Sujet: Sujet
|
||||
Téléphone (facultatif): Téléphone (facultatif)
|
||||
Votre message: Votre message
|
||||
# translations/messages.fr.yaml
|
||||
|
||||
error:
|
||||
go_home: "RETOUR AU QG"
|
||||
forbidden:
|
||||
title: "403"
|
||||
alert: "ERREUR_ACCÈS_CRITIQUE"
|
||||
description: "ACCÈS REFUSÉ. CETTE ZONE EST RÉSERVÉE AUX MEMBRES AUTORISÉS OU NÉCESSITE DES PERMISSIONS SPÉCIALES."
|
||||
# Si vous voulez personnaliser davantage
|
||||
sub_text: "VOTRE TENTATIVE D'INTRUSION A ÉTÉ LOGUÉE DANS LE SYSTÈME."
|
||||
|
||||
login:
|
||||
title: "CONNEXION"
|
||||
|
||||
# --- NAVIGATION DU PROFIL ---
|
||||
nav:
|
||||
profile: "PROFIL"
|
||||
security: "SÉCURITÉ"
|
||||
epage: "EPAGE"
|
||||
event: "ORGANISATEUR"
|
||||
admin: "PANNEAU ADMIN"
|
||||
logout: "QUITTER LA SESSION"
|
||||
delete: "SUPPRIMER LE COMPTE"
|
||||
|
||||
# --- TITRES ET META ---
|
||||
profils_title: "MON DASHBOARD"
|
||||
profils_description: "GÉREZ VOS INFORMATIONS PERSONNELLES ET LA SÉCURITÉ DE VOTRE COMPTE."
|
||||
|
||||
# --- SECTIONS DES FORMULAIRES ---
|
||||
|
||||
|
||||
# --- PAGES D'ERREURS ---
|
||||
profils.username.label: "NOM D'UTILISATEUR"
|
||||
profils.email.label: "ADRESSE E-MAIL"
|
||||
profils.password.1: "MOT DE PASSE"
|
||||
profils.password_holder.1: "MOT DE PASSE"
|
||||
profils.password.2: "CONFIRMER LE MOT DE PASSE"
|
||||
profils.password_holder.2: "CONFIRMER LE MOT DE PASSE"
|
||||
|
||||
Reference in New Issue
Block a user