From 1bf1e994fee66467f9d83c3051b1c974f6b8338d Mon Sep 17 00:00:00 2001 From: Cornichon420 Date: Sun, 24 Jan 2021 16:33:24 +0000 Subject: [PATCH] Translated using Weblate (French) Currently translated at 100.0% (32 of 32 strings) Translation: jfa-go/Emails Translate-URL: https://weblate.hrfee.pw/projects/jfa-go/emails/fr/ --- lang/email/fr-fr.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/lang/email/fr-fr.json b/lang/email/fr-fr.json index 83889c2..4913085 100644 --- a/lang/email/fr-fr.json +++ b/lang/email/fr-fr.json @@ -5,17 +5,17 @@ }, "userCreated": { "title": "Notification : Utilisateur créé", - "aUserWasCreated": "Un utilisateur a été créé avec ce code {n}", + "aUserWasCreated": "Un utilisateur a été créé avec ce code {n}.", "name": "Nom", "emailAddress": "Adresse", "time": "Date", - "notificationNotice": "" + "notificationNotice": "Note : Les emails de notification peuvent être activés sur le tableau de bord administrateur." }, "inviteExpiry": { "title": "Notification : Invitation expirée", "inviteExpired": "Invitation expirée.", "expiredAt": "Le code {n} a expiré à {n}.", - "notificationNotice": "" + "notificationNotice": "Note : Les emails de notification peuvent être activés sur le tableau de bord administrateur." }, "passwordReset": { "title": "Réinitialisation de mot du passe demandée - Jellyfin", @@ -38,5 +38,12 @@ "toJoin": "Pour continuer, suis le lien en dessous.", "inviteExpiry": "L'invitation expirera le {n}, à {n}, soit dans {n}, alors fais vite !", "linkButton": "Lien" + }, + "welcomeEmail": { + "youCanLoginWith": "Tu peux te connecter avec les informations ci-dessous", + "title": "Bienvenue sur Jellyfin", + "welcome": "Bienvenue sur Jellyfin !", + "jellyfinURL": "URL", + "username": "Nom d'utilisateur" } }