diff --git a/src/i18n/locales/fr.json b/src/i18n/locales/fr.json new file mode 100644 index 00000000..17faa0c2 --- /dev/null +++ b/src/i18n/locales/fr.json @@ -0,0 +1,249 @@ +{ + "shared": { + "appName": "Reactive Resume", + "shortDescription": "Fabrication de CV en ligne, libre et gratuit", + "forms": { + "name": "Nom", + "title": "Titre", + "subtitle": "Sous-titre", + "required": "Requis", + "website": "Site web", + "date": "Date", + "position": "Poste", + "startDate": "Début", + "endDate": "Fin", + "address": "Adresse", + "phone": "Numéro de téléphone", + "email": "Adresse e-mail", + "summary": "Résumé", + "markdown": "Ce bloc de texte supporte le <1>markdown.", + "validation": { + "min": "Merci d'entrer au minimum {{number}} caractères.", + "dateRange": "La date de fin doit être plus tard que la date de début", + "email": "L'adresse e-mail doit être valide.", + "required": "Ce champ est requis.", + "url": "L'URL doit être valide." + } + }, + "buttons": { + "add": "Ajouter", + "edit": "Éditer", + "cancel": "Annuler", + "delete": "Supprimer", + "loading": "Chargement en cours...", + "confirmation": "Êtes-vous sûr·e ?", + "login": "Login", + "logout": "Logout" + } + }, + "landing": { + "hero": { + "goToApp": "Go To App" + } + }, + "dashboard": { + "title": "Tableau de bord", + "createResume": "Créer CV", + "editResume": "Éditer CV", + "lastUpdated": "Dernière édition {{timestamp}}", + "toasts": { + "deleted": "{{name}} supprimé avec succès" + }, + "buttons": { + "duplicate": "Dupliquer", + "rename": "Renommer" + }, + "helpText": "Vous allez créer un nouveau CV de zéro. Premièrement, donnons-lui un nom, par exemple le nom de l'emploi pour lequel vous postulez, ou si vous éditez ce CV pour un ami vous pouvez par exemple l'appeler CV d'Alex." + }, + "builder": { + "toasts": { + "formErrors": "Il se peut que vous deviez remplir tous les champs requis avant de soumettre ce formulaire", + "doesNotExist": "Le CV recherché n'existe plus (ou pas ?)", + "loadDemoData": "Not sure where to begin? Try loading demo data to see what Reactive Resume has to offer." + }, + "sections": { + "heading": "En-t̂ête", + "profile": "Profil", + "social": "Réseaux sociaux", + "objective": "Objectif", + "work": "Expérience", + "education": "Formation", + "project": "Projet", + "projects": "Projets", + "award": "Distinction", + "awards": "Distinctions", + "certification": "Certification", + "certifications": "Certifications", + "skill": "Compétence", + "skills": "Compétences", + "hobby": "Hobby", + "hobbies": "Hobbies", + "language": "Langue", + "languages": "Langues", + "reference": "Référence", + "references": "Références", + "templates": "Templates", + "layout": "Layout", + "colors": "Couleurs", + "fonts": "Polices", + "actions": "Actions", + "settings": "Options", + "about": "À propos" + }, + "profile": { + "photograph": "Photo", + "firstName": "Prénom", + "lastName": "Nom", + "address": { + "line1": "Adresse (ligne 1)", + "line2": "Address (ligne 2)", + "city": "Commune", + "pincode": "Code postal" + } + }, + "social": { + "network": "Réseau", + "username": "Nom d'utilisateur", + "url": "URL" + }, + "work": { + "company": "Entreprise" + }, + "education": { + "institution": "Institution", + "field": "Discipline", + "degree": "Type de diplôme", + "gpa": "Mention" + }, + "awards": { + "awarder": "Awarder" + }, + "certifications": { + "issuer": "Certifié par" + }, + "skills": { + "level": "Niveau" + }, + "languages": { + "fluency": "Aisance" + }, + "layout": { + "block": "Block", + "reset": "Reset Layout", + "text": "This template supports {{count}} blocks." + }, + "colors": { + "primary": "Primary Color", + "text": "Text Color", + "background": "Background Color" + }, + "actions": { + "import": { + "heading": "Importer votre CV", + "text": "You can import your information from various sources like JSON Resume or your LinkedIn to autofill most of the data for your resume.", + "button": "Importer" + }, + "export": { + "heading": "Exporter votre CV", + "text": "Export your resume as a PDF to share with recruiters or a JSON that you will be able to import back onto this app on another computer.", + "button": "Exporter" + }, + "share": { + "heading": "Partager votre CV", + "text": "The link below will be accessible publicly if you choose to share it, and viewers would see the latest version of your resume at any time." + }, + "loadDemoData": { + "text": "Unclear on what to do with a fresh blank page? Load some demo data to see how a resume should look and you can start editing from there.", + "button": "Load Demo Data" + }, + "resetEverything": { + "text": "Feels like you made too many mistakes? No worries, clear everything with just one click, but be careful if there are no backups.", + "button": "Reset Everything" + } + }, + "settings": { + "theme": "Theme", + "language": "Language", + "translate": "If you would like to contribute by providing translations in your language, <1>please visit this link.", + "dangerZone": { + "heading": "Danger Zone", + "text": "If you would like to delete your account and erase all your resumes, it’s just one button away. Please be wary as this is an irreversible process.", + "button": "Delete Account" + } + }, + "about": { + "donate": { + "heading": "Donate to Reactive Resume", + "text": "I try to do what I can, but if you found the app helpful, or you're in a better position than the others who depend on this project for their first job, <1>please consider donating as little as $5 to help keep the project alive :)", + "button": "Buy me a Coffee!" + }, + "bugFeature": { + "heading": "Bug? Feature Request?", + "text": "Something halting your progress from making a resume? Found a pesky bug that just won't quit? Talk about it on the GitHub Issues section using the actions below.", + "button": "Raise an Issue" + }, + "appreciate": { + "heading": "Loved Reactive Resume?", + "text": "I never get tired of hearing stories of how this app helped people, and if it helped you, or you just found Reactive Resume to be an awesome tool, do let me know. You can reach out to me on my website." + }, + "sourceCode": { + "heading": "Source Code", + "text": "Want to run the project from its source? Are you a developer willing to contribute to the open-source development of this project? Click the button below.", + "button": "GitHub Repo" + }, + "footer": "Made with Love by <1>Amruth Pillai" + }, + "tooltips": { + "uploadPhotograph": "Upload Photograph", + "backToDashboard": "Go Back to Dashboard" + }, + "emptyList": "This list is empty." + }, + "modals": { + "auth": { + "whoAreYou": "Who are you?", + "welcome": "Welcome, {{name}}!", + "loggedOutText": "Reactive Resume needs to know who you are so it can securely authenticate you into the app and show you only your information. Once you are in, you can start building your resume, editing it to add new skills or sharing it with the world!", + "loggedInText": "Awesome. Now that you've authenticated yourself, we can get on with the real reason you're here. Click on the Go to App button to start building your resume!", + "buttons": { + "google": "Sign in with Google", + "anonymous": "Sign in Anonymously" + } + }, + "import": { + "button": "Select File", + "reactiveResume": { + "heading": "Import from Reactive Resume", + "text": "Reactive Resume has it's own schema format to make the most of all the customizable capabilities it has to offer. If you'd like to import a backup of your resume made with this app, just upload the file using the button below." + }, + "jsonResume": { + "heading": "Import from JSON Resume", + "text": "JSON Resume is an open standard for resume schema structure. If you are one of the many enthusiasts who have their resume ready in this format, all it takes it just one click to get started with Reactive Resume." + }, + "linkedIn": { + "heading": "Import from LinkedIn", + "text": "You can import a JSON that was exported from Reactive Resume by clicking on the button below and selecting the appropriate file." + } + }, + "export": { + "printDialog": { + "heading": "Use Browser's Print Dialog", + "text": "For those of you who want a quick solution, you need not look any further than your browser. All you have to do is press Ctrl/Cmd + P and open up the print dialog on your browser and get your resume printed immediately.", + "button": "Print Resume" + }, + "downloadPDF": { + "heading": "Download PDF", + "text": "These options allow you to print a single page, unconstrained version of your resume, perfect for those who have a lot of content. Alternatively, you could download a multi-page version of your resume as well with just one click.", + "buttons": { + "single": "Single Page Resume", + "multi": "Multi Page Resume" + } + }, + "jsonFormat": { + "heading": "Export to JSON Format", + "text": "You can also export your data into JSON format for safe keeping so that you can easily import it back into Reactive Resume whenever you want to edit or generate a resume.", + "button": "Export JSON" + } + } + } +}