From a7df88ca40685915848f9ddaebf8a46ff03409f8 Mon Sep 17 00:00:00 2001 From: Maxime Leroy Date: Sat, 25 Dec 2021 13:51:15 +0100 Subject: [PATCH] chore: Translated using Weblate (French) Currently translated at 50.0% (83 of 166 strings) chore: Translated using Weblate (French) Currently translated at 48.1% (80 of 166 strings) Co-authored-by: Maxime Leroy Translate-URL: https://hosted.weblate.org/projects/git-touch/git-touch/fr/ Translation: GitTouch/GitTouch --- lib/l10n/intl_fr.arb | 45 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/lib/l10n/intl_fr.arb b/lib/l10n/intl_fr.arb index 2ecacabb..640d6dce 100644 --- a/lib/l10n/intl_fr.arb +++ b/lib/l10n/intl_fr.arb @@ -346,5 +346,50 @@ "news": "Nouvelles", "@news": { "description": "The News tab" + }, + "submit": "Soumettre", + "@submit": { + "description": "submit button text" + }, + "appLanguage": "Langage de l'Application", + "@appLanguage": { + "description": "The app's language" + }, + "reloadMessage": "L'application va redemarrer pour appliquer le changement de langue", + "@reloadMessage": { + "description": "Reload message" + }, + "theme": "Thème", + "@theme": { + "description": "Theme header text" + }, + "title": "Titre", + "@title": { + "description": "title" + }, + "body": "Corps", + "@body": { + "description": "body" + }, + "timelineTypeNotImplemented": "Ce type n'a pas encore été implémenté", + "@timelineTypeNotImplemented": { + "description": "Timeline type not implemented" + }, + "released": "publié", + "@released": { + "description": "released" + }, + "pullRequestCommitMessage": "commit {commit} ajouté", + "@pullRequestCommitMessage": { + "description": "pull request commit message", + "placeholders": { + "commit": { + "type": "String" + } + } + }, + "assignedEventMessage": "assigné à", + "@assignedEventMessage": { + "description": "assigned event" } }