{
	"form": {
		"invalid": "Please fill out correctly all fields!",
		"invalidToken": "Bad Token!",
		"offline": "Une connexion Internet est indispensable pour continuer !",
		"error": "Oups, got an unknown error! Please try again.",
		"user": {
			"badCredentials": "Votre compte n'est pas reconnu. Veuillez saisir à nouveau votre identifiant et votre mot de passe.",
			"badPassword": "Le mot de passe est incorrect !",
			"accountSuspended": "Votre compte a été désactivé !",
			"accountNotActivated": "Votre compte n'a pas été activé !<br/>Veuillez vérifier vos e-mails et vos courriers indésirables. Merci.",
			"missingLegalTos": "Veuillez accepter nos conditions générales d'utilisation pour valider votre inscription !",
			"missingLegalPrivacy": "Veuillez accepter notre politique de confidentialité pour valider votre inscription !",
			"validationEmail": "Email invalid!",
			"validationPasswordMinLength": "Votre mot de passe doit avoir un minimum de {{ min }} caractères !"
		}
	},
	"userNotAuthenticated": "User not authenticated"
}