summaryrefslogtreecommitdiff
path: root/themes/LoveIt/i18n/fr.toml
diff options
context:
space:
mode:
Diffstat (limited to 'themes/LoveIt/i18n/fr.toml')
-rw-r--r--themes/LoveIt/i18n/fr.toml202
1 files changed, 202 insertions, 0 deletions
diff --git a/themes/LoveIt/i18n/fr.toml b/themes/LoveIt/i18n/fr.toml
new file mode 100644
index 0000000..fd9d282
--- /dev/null
+++ b/themes/LoveIt/i18n/fr.toml
@@ -0,0 +1,202 @@
+# Translations for French
+# Traductions pour le français
+# https://gohugo.io/content-management/multilingual/#translation-of-strings
+
+# === baseof ==
+[backToTop]
+other = "Retour en Haut"
+
+[viewComments]
+other = "Afficher les Commentaires"
+# === baseof ==
+
+# === Post ===
+[posts]
+other = "Posts"
+# === Post ===
+
+# === Taxonomy ===
+[allSome]
+other = "Tous {{ .Some }}"
+
+[tag]
+other = "Balise"
+
+[tags]
+other = "Balises"
+
+[category]
+other = "Catégorie"
+
+[categories]
+other = "Catégories"
+# === Taxonomy ===
+
+# === Pagination ===
+[more]
+other = "Plus"
+# === Pagination ===
+
+# === partials/header.html ===
+[selectLanguage]
+other = "Choisir la langue"
+
+[switchTheme]
+other = "Changer de Thème"
+# === partials/header.html ===
+
+# === partials/footer.html ===
+[poweredBySome]
+other = "Propulsé par {{ .Hugo }} | Thème - {{ .Theme }}"
+# === partials/footer.html ===
+
+# === partials/comment.html ===
+[valineLang]
+other = "en"
+
+[valinePlaceholder]
+other = "Votre commentaire ..."
+
+[facebookLanguageCode]
+other = "fr"
+
+[giscusLang]
+other = "fr"
+# === partials/comment.html ===
+
+# === partials/assets.html ===
+[search]
+other = "Chercher"
+
+[searchPlaceholder]
+other = "Rechercher des titres, des contenus..."
+
+[clear]
+other = "Clair"
+
+[cancel]
+other = "Annuler"
+
+[noResultsFound]
+other = "Aucun résultat trouvé"
+
+[lunrLanguageCode]
+other = "fr"
+
+[lunrLanguageLib]
+other = "lib/lunr/lunr.fr.js"
+
+[copyToClipboard]
+other = "Copier dans le presse-papiers"
+
+[cookieconsentMessage]
+other = "Ce site Web utilise des Cookies pour améliorer votre expérience."
+
+[cookieconsentDismiss]
+other = "Se mettre d'accord"
+
+[cookieconsentLink]
+other = "Apprendre encore plus"
+# === partials/assets.html ===
+
+# === partials/plugin/share.html ===
+[shareOn]
+other = "Partager sur"
+# === partials/plugin/share.html ===
+
+# === posts/single.html ===
+[contents]
+other = "Contenu"
+
+[publishedOnDate]
+other = "publié le {{ .Date }}"
+
+[includedInCategories]
+other = "inclus dans {{ .Categories }}"
+
+[wordCount]
+one = "Un mot"
+other = "{{ .Count }} mots"
+
+[readingTime]
+one = "Une minute"
+other = "{{ .Count }} minutes"
+
+[views]
+other = "vues"
+
+[author]
+other = "Auteur"
+
+[updatedOnDate]
+other = "Mis à jour le {{ .Date }}"
+
+[readMarkdown]
+other = "Lire Markdown"
+
+[back]
+other = "Retour"
+
+[home]
+other = "Accueil"
+
+[readMore]
+other = "En savoir plus"
+# === posts/single.html ===
+
+# === 404.html ===
+[pageNotFound]
+other = "Page non trouvée"
+
+[pageNotFoundText]
+other = "Désolé, la page recherchée n'existe pas."
+# === 404.html ===
+
+# === shortcodes/admonition.html ===
+[note]
+other = "Remarque"
+
+[abstract]
+other = "Abstrait"
+
+[info]
+other = "Info"
+
+[tip]
+other = "Astuces"
+
+[success]
+other = "Succès"
+
+[question]
+other = "Question"
+
+[warning]
+other = "Avertissement"
+
+[failure]
+other = "Échec"
+
+[danger]
+other = "Danger"
+
+[bug]
+other = "Bug"
+
+[example]
+other = "Exemple"
+
+[quote]
+other = "Citation"
+# === shortcodes/admonition.html ===
+
+# === shortcodes/version.html ===
+[new]
+other = "NOUVEAU"
+
+[changed]
+other = "CHANGE"
+
+[deleted]
+other = "EFFACE"
+# === shortcodes/version.html ===