From e2b53b2e7248cbf7d7121a52c92cc6afa04333fc Mon Sep 17 00:00:00 2001 From: remy Date: Mon, 12 Apr 2021 12:08:02 +1000 Subject: [PATCH] Adding French translation, done up to line 100 --- src/locales/fr.json | 388 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 388 insertions(+) create mode 100644 src/locales/fr.json diff --git a/src/locales/fr.json b/src/locales/fr.json new file mode 100644 index 0000000..5ae5201 --- /dev/null +++ b/src/locales/fr.json @@ -0,0 +1,388 @@ +{ + "login": { + "title": "Se connecter à Kaverti", + "login": "Connexion", + "loginPassword": "Veuillez entrer votre mot de passe", + "loginUsername": "Veuillez entrer votre nom d'utilisateur ou e-mail", + "doNotSaveAuth": "Ne pas enregistrer mes informations de connexion (vous serez déconnecté lorsque vous fermerez le navigateur)", + "register": "Se créer un compte" + }, + "register": { + "title": "Créer un compte Kaverti", + "text": "S'inscrire", + "username": "Veuillez entrer votre nom d'utilisateur", + "email": "Veuillez entrer votre e-mail", + "password": "Veuillez entrer un mot de passe sécuritaire", + "confirm": "Veuillez confirmer votre mot de passe", + "login": "Avez-vous déjà un compte Kaverti?", + "agree": "Acceptez vous les " + }, + "teams": { + "createTeam": "Créer une équipe", + "joinTeam": "Joindre l'équipe", + "join": "Joindre", + "invite": "Inviter", + "viewPermissions": "Voir les permissions du rôle", + "devBanner": "Les équipes sont encore en développement, attendez-vous à des fonctionnalités manquantes", + "view": "Voir", + "viewTeam": "Voir l'équipe", + "memberRoles": "Membres et rôles", + "members": "Membres", + "roles": "Rôles", + "items": "Items crées", + "foundedAt": "L'équipe a été fondée le", + "teamWall": "Mur de l'équipe", + "teamWallText": ": leur mur public", + "verified": "Équipe vérifiée", + "admin": { + "text": "Administration de l'équipe", + "nav": { + "general": "Général", + "roles": "Rôles", + "members": "Membres", + "privacy": "Paramètres de confidentialité", + "invites": "Invitations", + "forum": "Forum", + "verification": "Vérification" + }, + "general": { + "title": "Général", + "name": "Nom", + "description": "Description", + "saveTeam": "Enregistrer l'équipe", + "modifyPicture": "Modifier l'avatar de l'équipe" + }, + "roles": { + "title": "Rôles", + "addRole": "Ajouter un rôle", + "saveOrder": "Enregistrer l'ordre des rôles", + "modifying": "Modification", + "name": "Nom choisi pour le rôle", + "permissions": "Permissions", + "creating": "Création d'un rôle" + }, + "members": { + "title": "Membres", + "modifyRoles": "Modifier les rôles utilisateurs", + "removeAllRoles": "Retirer tous les rôles de l'utilisateur" + }, + "privacy": { + "title": "Confidentialité de l'Équipe", + "teamWall": "Se désabonner du mur public de l'équipe", + "disallowForum": "Révoquer les permissions du public d'écrire ou de voir le forum de l'équipe" + }, + "invites": { + "title": "Invitations", + "code": "Code", + "uses": "Utilisations", + "maxUses": "Nombre d'utilisations maximal", + "createdBy": "Créées par", + "date": "Date", + "delete": "Supprimer la sélection", + "generate": "Générer une invitation" + }, + "invite": { + "title": "Inviter quelqu'un dans", + "amountUses": "Nombre d'utilisations (0 est illimité)", + "role": "Veuillez sélectionner un rôle qui sera auto-assigné à l'utilisateur (optionnel)", + "refresh": "Rafraîchir", + "inviteURL": "URL d'invitation", + "domain": "https://kaverti.com/invite/" + } + }, + "permissionTypes": { + "inviteUsers": "Inviter des utilisateurs", + "administrator": "Administrateur", + "modifyRoles": "Modifier les rôles, permissions ou utilisateurs", + "modifyTeamSettings": "Modifier les paramètres d'équipe", + "teamForum": "Modifier la configuration du forum de l'équipe", + "forumModerator": "Permissions de modération du forum", + "forumAdmin": "Administrateur de forum", + "submitMarketplace": "Soumettre des items sur le marché", + "priorityValue": "Configurer la valeur de priorité" + } + }, + "navbar": { + "home": "Home", + "forums": "Forums", + "marketplace": "Marketplace", + "downloads": "Downloads", + "games": "Games", + "users": "Users", + "teams": "Teams", + "dev": { + "title": "Developer Options", + "fakeUser": "Fake User Auth", + "debug": "Debug Page", + "brokenRoute": "Enable broken (disabled) routes" + }, + "user": { + "title": "Unknown", + "profile": "My Profile", + "creations": "My Creations", + "downloads": "Downloads", + "avatar": "My Avatar", + "transactions": "Transactions", + "settings": "Settings", + "logout": "Logout", + "admin": "Admin", + "asset": "Item Upload", + "friends": "Friends" + }, + "more": { + "title": "More", + "twitter": "Twitter", + "discord": "Discord", + "roadmap": "Roadmap", + "documentation": "API Docs", + "stats": "Kaverti Stats", + "blog": "Kaverti Blog" + }, + "register": "Register", + "login": "Login" + }, + "404": { + "title": "404 Not Found", + "text": "Oh uh! You must've entered the address wrong!", + "quoteText": "There is currently 2900 WIND quotes available", + "windQuote": "WIND Quote", + "home": "Go Home" + }, + "debug": { + "title": "Debug mode enabled", + "authUser": "Authenticated user", + "state": "State dump", + "userState": "User state dump", + "token": "Auth token in state", + "disable": "Disable debug options", + "auth": "Test authentication" + }, + "errors": { + "authFail": "Request failed, you are not authenticated. (Is API blocked?)", + "devBuild": "Warning: You are using a development build of Kaverti, expect instabilities.", + "disableDebug": "Debug mode disabled, you will no longer have access to development features until you refresh.", + "authSuccess": "Request successful, your token is valid, and the Kaverti server instance is running correctly.", + "login": "You have been logged into Kaverti.", + "down": "There has appeared to be an issue communicating with Kaverti, please try again later.", + "canaryBuild": "You are using the Canary client, if you are expecting a stable experience, please use the regular one on Kaverti.com.", + "logout": "You have been logged out of Kaverti.", + "register": "You have been registered to Kaverti, Welcome!", + "emailVerify": "Please verify your email to get full access to Kaverti!", + "outdated": "You are using an outdated version of Kaverti, please refresh.", + "insecure": "You are accessing Kaverti insecurely, authentication features will be disabled for security.", + "verifySent": "Email address verification email has been sent!" + }, + "generic": { + "name": "Kaverti", + "loading": "Loading", + "noItemsConnection": "Please check your internet connection, or try again later.", + "noItemsStart": "There are no", + "noItemsEnd": "to display.", + "adminOnly": "Only users with admin are allowed to navigate to this route.", + "notLoggedIn": "You have to login to access this route." + }, + "relationships": { + "pending": "Cancel Friend Request", + "notFriends": "Send Friend Request", + "pendingCanAccept": "Accept Friend Request", + "accepted": "Remove friend" + }, + "modifyUser": { + "title": "Modify User", + "text": "Modify user badges" + }, + "home": { + "globalWall": "Global Wall", + "news": "Kaverti News" + }, + "badges": { + "admin": "Admin", + "bot": "Bot", + "add": "+", + "system": "System", + "banned": "Banned", + "hidden": "Hidden", + "booster": "Discord Booster" + }, + "user": { + "title": "Loading", + "about": "About", + "more": "More of", + "posts": "Posts", + "threads": "Threads", + "inventory": "Inventory", + "awards": "Awards", + "items": "Items", + "wall": "User Wall", + "description": "Description", + "created": "Registered at", + "defaultDesc": "Hi, I'm ", + "marketplace": "Published items", + "relationships": "Friends", + "wearing": "Wearing", + "inventoryTab": { + "buyNow": "Buy now for ", + "was": "was", + "unavailable": "Item is unavailable", + "noItems": "This user doesn't have any items in their inventory yet!", + "onSale": "Item is on sale" + } + }, + "stats": { + "title": "Stats", + "users": "Registered users", + "purchased": "Purchased items", + "items": "Uploaded items", + "posts": "Forum posts", + "threads": "Threads", + "teams": "Teams" + }, + "settings": { + "title": "User Settings", + "menu": { + "general": "General", + "security": "Account & Security", + "experiments": "Experiments", + "about": "About", + "title": "Settings" + }, + "general": { + "title": "General", + "about": "About", + "description": "Description", + "hi": "Hi, I'm", + "saveDesc": "Save Description", + "savePref": "Save Preferences", + "preferences": "Preferences", + "devMode": "Developer Mode" + }, + "security": { + "title": "Security", + "password": { + "title": "Changing your password", + "oldPassword": "Please enter your existing password", + "newPassword": "Please enter your new desired password", + "newPasswordConfirm": "Please re-enter your desired password", + "change": "Change password (You will be logged out)" + }, + "email": { + "title": "Change email address", + "newEmail": "Enter your new email address", + "change": "Change", + "verified": "Email Verified: ", + "verifiedTrue": "Yes", + "verifiedFalse": "No", + "current": "Your email is: " + }, + "resend": { + "resend": "Resend Email Verification" + }, + "session": { + "title": "Invalidate all sessions", + "subtitle": "Using this feature will log you out of all devices, including this one!", + "invalidate": "Invalidate sessions" + } + }, + "privacy": { + "title": "Privacy" + }, + "experiments": { + "title": "Experiments" + }, + "about": { + "title": "About" + } + }, + "languages": { + "title": "Locale Selector", + "en": "English", + "wind": "Windspeak", + "debug": "Debug" + }, + "admin": { + "title": "Kaverti Admin", + "dashboard": "Dashboard (SOON)", + "uploadItem": "Create Hat", + "executive": { + "title": "Executive Staff", + "soon": "(SOON)" + } + }, + "marketplace": { + "hats": "Hats", + "faces": "Faces", + "shirts": "Shirts", + "pants": "Pants", + "collections": "Collections", + "moreInfo": "More info", + "filter": "Filters", + "search": "Search the Marketplace" + }, + "update": { + "title": "Changelog for new update" + }, + "marketplaceItem": { + "moreInfo": "Information and Stats", + "price": "Price", + "originalPrice": "Original Price", + "creator": "The Creator" + }, + "friends": { + "pendingCanAccept": "Requests to you", + "pending": "Requests from you", + "accepted": "Accepted requests" + }, + "feedback": { + "title": "Route Feedback", + "email": "Email we can get back to you with:", + "route": "Route you are providing feedback for:", + "rating": "Rating", + "text": "How can we improve?", + "submit": "Submit" + }, + "guided": { + "registration": { + "title": "Welcome to Kaverti", + "desc": "Let's get started...", + "account": "Account", + "information": "Info", + "customization": "Customization", + "finish": "Finish", + "continue": "Continue", + "init": { + "login": "Login" + }, + "info": { + "description": "Your chosen description:", + "placeholder": "Say something interesting about yourself." + }, + "customize": { + "light": "Light", + "dark": "Dark", + "amoled": "AMOLED", + "highContrast": "High Contrast", + "theme": "Select your preferred theme:" + }, + "finishing": { + "home": "Start using Kaverti" + } + }, + "tCreate": { + } + }, + "avatar": { + "reRender": "Re-render avatar", + "hats": "Hats", + "faces": "Faces", + "shirts": "Shirts", + "pants": "Pants", + "collections": "Collections", + "debug": "Debug" + }, + "currency": "Koins", + "close": "Cancel", + "tos": "Terms of Service", + "gotIt": "Got it!", + "OK": "OK", + "errorModalTitle": "Something went wrong..." +} \ No newline at end of file