diff --git a/previews/join-migrate-registration-form-to-forgejo-backend/generated.txt b/previews/join-migrate-registration-form-to-forgejo-backend/generated.txt index 8221038..b3bf4f3 100644 --- a/previews/join-migrate-registration-form-to-forgejo-backend/generated.txt +++ b/previews/join-migrate-registration-form-to-forgejo-backend/generated.txt @@ -1 +1 @@ -Thu Apr 3 22:26:46 UTC 2025 +Thu Apr 3 22:28:14 UTC 2025 diff --git a/previews/join-migrate-registration-form-to-forgejo-backend/git_sha.txt b/previews/join-migrate-registration-form-to-forgejo-backend/git_sha.txt index 6418b35..52046e4 100644 --- a/previews/join-migrate-registration-form-to-forgejo-backend/git_sha.txt +++ b/previews/join-migrate-registration-form-to-forgejo-backend/git_sha.txt @@ -1 +1 @@ -b42d2b42b74c3d007d813df1db734185ba2cc7b4 +00916278f9a3f8044e6b7dd3aeac037260f43553 diff --git a/previews/join-migrate-registration-form-to-forgejo-backend/join.fr.mo b/previews/join-migrate-registration-form-to-forgejo-backend/join.fr.mo index 84b5f10..28c6171 100644 Binary files a/previews/join-migrate-registration-form-to-forgejo-backend/join.fr.mo and b/previews/join-migrate-registration-form-to-forgejo-backend/join.fr.mo differ diff --git a/previews/join-migrate-registration-form-to-forgejo-backend/join/index.fr.html b/previews/join-migrate-registration-form-to-forgejo-backend/join/index.fr.html index 4017cee..3fef9b0 100644 --- a/previews/join-migrate-registration-form-to-forgejo-backend/join/index.fr.html +++ b/previews/join-migrate-registration-form-to-forgejo-backend/join/index.fr.html @@ -115,22 +115,22 @@ var email = document.getElementById("email").value; if(!agreetoterms) { - alert("Registration requires agreement of Code of Conduct"); + alert("Vous devez être d'accord avec notre code de conduite"), return false; } if(!email) { - alert("Email cannot be empty"); + alert("Le courriel ne peut pas être vide"); return false; } if(mathspamtrap != "9") { - alert("Wrong math answer"); + alert("Pas la bonne réponse mathématique"); return false; } if(await checkDuplicate(email) === true) { - alert("This email address has already requested an account"); + alert("Ce courriel à déja fait une demande de compte"); return false; } @@ -156,7 +156,7 @@ .then(response => response.json()) .then(result => { console.log('Success:', result); - alert("Request submitted. A working group member will process your registration shortly. If you receive no contact within seven days of registration, please send an email to support@ilot.io"); + alert("Votre demande a été soumis. Un membre d'un groupe de travail va traiter votre demande sous peu. Si vous ne recevez pas de nouvelle d'ici sept jours, contactez-vous via support@ilot.io"); }) .catch(error => { console.error('Error:', error)