New translations common.json (French)

[ci skip]
This commit is contained in:
Mohamad Tarbin
2026-08-14 01:04:05 -04:00
parent 677376983b
commit f9c2539fbb

View File

@@ -29,7 +29,8 @@
"filters": "Filtres", "filters": "Filtres",
"activities": "Activités", "activities": "Activités",
"points": "Points", "points": "Points",
"settings": "Paramètres" "settings": "Paramètres",
"reportBug": "Report a Bug"
}, },
"search": { "search": {
"title": "Recherche", "title": "Recherche",
@@ -44,7 +45,7 @@
}, },
"groups": { "groups": {
"tasks": "Tâches", "tasks": "Tâches",
"history": "Notes", "history": "Remarques",
"projects": "Projets", "projects": "Projets",
"labels": "Étiquettes", "labels": "Étiquettes",
"people": "Personnes", "people": "Personnes",
@@ -70,49 +71,81 @@
} }
}, },
"feedback": { "feedback": {
"later": "Maybe later", "later": "Peut-être plus tard",
"sentiment": { "sentiment": {
"title": "How's Donetick working for you?", "title": "How's Donetick working for you?",
"subtitle": "Votre réponse nous aide à décider de ce qu'il faut construire ensuite.", "subtitle": "Votre réponse nous aide à décider de ce qu'il faut construire ensuite.",
"options": { "options": {
"love": "Love it", "love": "J'adore",
"okay": "It's okay", "okay": "C'est ok",
"issues": "Having issues" "issues": "Problèmes rencontrés"
} }
}, },
"categories": { "categories": {
"bugs": "Bugs", "bugs": "Anomalies",
"missingFeature": "Missing feature", "missingFeature": "Fonctionnalités manquantes",
"tooComplicated": "Too complicated", "tooComplicated": "Trop compliqué",
"slow": "Slow", "slow": "Lent",
"notifications": "Notifications", "notifications": "Notifications",
"ai": "AI", "ai": "IA",
"other": "Other" "other": "Autres"
}, },
"details": { "details": {
"title": "What could we improve?", "title": "Que pouvons-nous améliorer ?",
"messageLabel": "Tell us more", "messageLabel": "Dites-nous-en plus",
"messagePlaceholder": "What happened, or what would make this better?", "messagePlaceholder": "What happened, or what would make this better?",
"contextNote": "We'll include your app version, device and platform so we can reproduce issues.", "contextNote": "We'll include your app version, device and platform so we can reproduce issues.",
"submit": "Send feedback", "submit": "Envoyer vos remarques",
"contextNoteSelfHosted": "You're on a self-hosted instance, so nothing is sent from your server — we'll open a pre-filled GitHub issue you can review and edit first.", "contextNoteSelfHosted": "Vous êtes sur une instance autohébergée, donc rien n'est envoyé depuis votre serveur — nous allons ouvrir un problème GitHub prérempli que vous pouvez examiner et modifier si besoin.",
"submitSelfHosted": "Continue to GitHub" "submitSelfHosted": "Continuer sur GitHub"
}, },
"review": { "review": {
"title": "Glad you're enjoying it!", "title": "Nous sommes ravis que vous l'appréciez!",
"subtitle": "A rating or a star helps other people find Donetick.", "subtitle": "A rating or a star helps other people find Donetick.",
"github": "Star on GitHub", "github": "Mettez une étoile sur GitHub",
"appStore": "Rate on the App Store", "appStore": "Évaluer sur l'App Store",
"playStore": "Rate on Google Play" "playStore": "Évaluer sur Google Play"
}, },
"thanks": { "thanks": {
"title": "Thanks for the feedback", "title": "Merci pour votre retour",
"subtitle": "We read every response and it shapes what we work on next." "subtitle": "We read every response and it shapes what we work on next."
}, },
"github": { "github": {
"title": "Report it on GitHub", "title": "Signaler sur GitHub",
"subtitle": "We've filled in an issue with your notes and version details. Nothing has been sent yet — review it and post when you're ready.", "subtitle": "We've filled in an issue with your notes and version details. Nothing has been sent yet — review it and post when you're ready.",
"open": "Open the issue" "open": "Ouvrir un ticket"
} }
},
"done": "Done",
"clearAll": "Clear all",
"upload": {
"quotaTitle": "Storage Quota Exceeded",
"quotaMessage": "You have exceeded your quota for uploading files.",
"tooLargeTitle": "File Too Large",
"tooLargeMessage": "The file you are trying to upload is too large.",
"deniedTitle": "Permission Denied",
"deniedMessage": "You do not have permission to upload files."
},
"getStarted": "Get Started!",
"imageLoadFailed": "Failed to load image.",
"typeHere": "Type in here…",
"summaryOfChores": "This is a summary of your chores",
"loadingOffline": "You are offline",
"loadingOfflineSub": "This not available while offline. Please check your internet connection and try again.",
"loadingSlow": "This is taking longer than usual. There might be an issue.",
"navigateBack": "Navigate Back",
"bottomNav": "Bottom Navigation",
"profile": "Profile",
"autocompletePlaceholder": "Type here...",
"errorScreen": {
"title": "Something went wrong",
"fallback": "An unexpected error occurred. Try reloading — it usually fixes it.",
"tryAgain": "Try again",
"home": "Home",
"login": "Login",
"hideDetails": "Hide error details",
"showDetails": "Show error details",
"copyToClipboard": "Copy to clipboard",
"copied": "Error details copied to clipboard"
} }
} }