Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 68 additions & 0 deletions src/main/resources/assets/reauth/lang/fr_fr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"reauth.open": "Ouvrir ReAuth",
"reauth.gui.auth.title": "Écran de RéAuthentication",
"reauth.gui.title.main": "ReAuth",
"reauth.gui.title.flow": "",
"reauth.gui.title.offline": "Choisissez un nom d'Utilisateur",
"reauth.gui.auth.username": "Nom d'Utilisateur",
"reauth.gui.auth.update": "§9Mise à jour Dispo: %s",
"reauth.gui.button": "Connection ReAuth",
"reauth.gui.button.save": "Sauvegarder le profil dans config",
"reauth.gui.button.save.tooltip": "ATTENTION: Quiconque avec accès a votre fichier config pourrais extraire et décrypter le profil stocké.",
"reauth.gui.close": "X",
"reauth.gui.noProfile": "Se connecter avec le profil enregistré",
"reauth.gui.profile": "Se connecter en tant que %s",
"reauth.gui.text.profile": "Se connecter avec le profil enregistré",
"reauth.gui.text.microsoft": "Se connecter avec un compte Xbox",
"reauth.gui.text.offline": "Choisir",
"reauth.gui.button.authcode": "Sur cet Appareil",
"reauth.gui.button.devicecode": "Sur un autre Appareil",
"reauth.gui.button.offline": "Choisissez un nom d'Utilisateur",
"reauth.gui.button.username": "Choisir ce nom d'Utilisateur",
"reauth.status.valid": "En Ligne: §l§a✔",
"reauth.status.invalid": "En Ligne: §l§c✘",
"reauth.status.unknown": "En Ligne: §l§7?",
"reauth.status.refreshing": "En Ligne: §l§b?",
"reauth.status.error": "En Ligne: §l§c?",
"reauth.login.success": "§aConnexion Réussie!",
"reauth.login.fail": "§4Erreure de connexion: %s",
"reauth.login.error": "§4Erreure: %s",
"reauth.retry": "Se connecter en tant que %s et réessayer",
"reauth.retry.disabled": "Se connecter avec le profil enregistré et réessayer",
"reauth.msauth.code.success": "L'authentification avec Microsoft a foctionnée",
"reauth.msauth.code.success.close": "Vous pouvez maintenant fermer cette page",
"reauth.msauth.code.fail.cancelled": "Vous avez anulé l'authentification avec Microsoft",
"reauth.msauth.code.fail.server": "L'authentification avec Microsoft est temporairement indisponible",
"reauth.msauth.code.fail.unknown": "L'authentification avec Microsoft n'a pas fonctionnée",
"reauth.msauth.code.retry": "Cliquez ici pour réessayer",
"reauth.msauth.code.error.http200": "Erreur: Ce n'est pas une erreure!?",
"reauth.msauth.code.error.http400": "Erreur: L'authentication a échoué",
"reauth.msauth.code.error.http404": "Erreur: Cette ressource n'existe pas",
"reauth.msauth.code.error.http405": "Erreur: Méthode de demande incorrecte",
"reauth.msauth.code.error.http415": "Erreur: Les donnés d'authentifcation on un format invalide",
"reauth.msauth.code.error.http501": "Erreur: Méthode de demande inconnue",
"reauth.msauth.step.initial": "Démarrage du processus d'Authentification",
"reauth.msauth.step.finished": "Connection Réussie",
"reauth.msauth.step.profile": "Sauvegarde du Profil",
"reauth.msauth.step.failed": "Connection échouée",
"reauth.msauth.step.crypto": "Initialisation de l'encrytion du profil",
"reauth.msauth.step.yggdrasil": "Authentification avec Mojang",
"reauth.msauth.step.microsoft.code.await": "Regardez votre navigateur pour continuer",
"reauth.msauth.step.microsoft.code.redeem": "Authentification avec Microsoft",
"reauth.msauth.step.microsoft.device.request": "Mise en place de l'Authentification avec Microsoft",
"reauth.msauth.step.microsoft.device.poll": "Entrez le code\n$%2$s\non %1$s",
"reauth.msauth.step.microsoft.refresh": "Actualisation de l'Authentification avec Microsoft",
"reauth.msauth.step.xbox": "Authentification avec Xbox Live",
"reauth.msauth.step.xsts": "Authentification avec Xbox Live Token Service",
"reauth.msauth.step.mojang": "Authentification avec Mojang",
"reauth.msauth.step.fetch": "Récupération des infos du Profil",
"reauth.msauth.button.browser": "Ouvrir la page de conection dans le navigateur",
"reauth.error.none": "Connection correctement ratée",
"reauth.error.cancelled": "Connection anulée",
"reauth.error.unknown": "Une érreure inatendue s'est produite\nRéessayez",
"reauth.error.network": "Impossible d'atteindre les serveurs d'authentification\nVérifiez votre connection et réessayez",
"reauth.error.expired": "Le Profil enregistré a expiré\nVeuillez vous reconnecter",
"reauth.error.crypto": "Le Profil enregistré est corrompu\nVeuillez vous connecter à nouveau",
"reauth.error.xbox": "Aucun compte Xbox trouvé\nVeuillez verifier que vous utilisez le bon Compte",
"reauth.error.minecraft": "Aucun compte Minecraft trouvé\nVeuillez verifier que vous utilisez le bon Compte\n\nInformation pour Xbox Game Pass users:\nConnectez vous à votre compte dans le Lanceur officiel"
}