184 lines
2.7 KiB
TOML
184 lines
2.7 KiB
TOML
[discoverFeature]
|
|
other = "Découvrir"
|
|
# Traductions françaises pour les shortcodes pricing
|
|
# English translations for Hugo Saasify Theme
|
|
# Copy this file to your site's i18n directory and customize as needed
|
|
|
|
# Common UI translations
|
|
[readMore]
|
|
other = "Lire la suite"
|
|
|
|
[readTime]
|
|
other = "min de lecture"
|
|
|
|
[published]
|
|
other = "Publié"
|
|
|
|
[updated]
|
|
other = "Mis à jour"
|
|
|
|
[by]
|
|
other = "par"
|
|
|
|
[shareOn]
|
|
other = "Partager sur"
|
|
|
|
[relatedPosts]
|
|
other = "Articles liés"
|
|
|
|
[categories]
|
|
other = "Catégories"
|
|
|
|
[tags]
|
|
other = "Étiquettes"
|
|
|
|
[allPosts]
|
|
other = "Tous les articles"
|
|
|
|
[search]
|
|
other = "Recherche"
|
|
|
|
[searchPlaceholder]
|
|
other = "Rechercher des articles..."
|
|
|
|
[noResults]
|
|
other = "Aucun résultat trouvé"
|
|
|
|
[backToHome]
|
|
other = "Retour à l'accueil"
|
|
|
|
[404Title]
|
|
other = "Page non trouvée"
|
|
|
|
[404Message]
|
|
other = "La page que vous recherchez n'existe pas ou a été déplacée."
|
|
|
|
# Navigation
|
|
[home]
|
|
other = "Accueil"
|
|
|
|
[about]
|
|
other = "À propos"
|
|
|
|
[contact]
|
|
other = "Contact"
|
|
|
|
# Blog
|
|
[latestPosts]
|
|
other = "Derniers articles"
|
|
|
|
[recentArticles]
|
|
other = "Articles récents"
|
|
|
|
[popularTags]
|
|
other = "Étiquettes populaires"
|
|
|
|
[subscribeNewsletter]
|
|
other = "S'abonner à la newsletter"
|
|
|
|
[subscribeDescription]
|
|
other = "Recevez les derniers articles directement dans votre boîte mail"
|
|
|
|
[emailPlaceholder]
|
|
other = "Entrez votre email"
|
|
|
|
[subscribe]
|
|
other = "S'abonner"
|
|
|
|
[subscribeDisclaimer]
|
|
other = "Nous respectons votre vie privée. Vous pouvez vous désabonner à tout moment."
|
|
|
|
# Footer
|
|
[copyright]
|
|
other = "© {{ .Year }} {{ .SiteName }}. Tous droits réservés."
|
|
|
|
[builtWith]
|
|
other = "Construit avec"
|
|
|
|
[and]
|
|
other = "et"
|
|
|
|
# Language switcher
|
|
[language]
|
|
other = "Langue"
|
|
|
|
[switchLanguage]
|
|
other = "Changer de langue"
|
|
|
|
# Features
|
|
[seeItInAction]
|
|
other = "Voir en images"
|
|
|
|
# Pricing
|
|
|
|
|
|
[popular]
|
|
other = "Populaire"
|
|
|
|
[mostPopular]
|
|
other = "Le plus populaire"
|
|
|
|
[VAT]
|
|
other = "HT"
|
|
|
|
[perHour]
|
|
other = "/heure"
|
|
|
|
[perDay]
|
|
other = "/jour"
|
|
|
|
[perhalfDay]
|
|
other = "/demi-jour"
|
|
|
|
[perMonth]
|
|
other = "/mois"
|
|
|
|
[perYear]
|
|
other = "/an"
|
|
|
|
[perUser]
|
|
other = "/utilisateur"
|
|
|
|
[selfHosted]
|
|
other = "Auto-hébergé"
|
|
|
|
# Documentation
|
|
[documentation]
|
|
other = "Documentation"
|
|
|
|
# Pagination
|
|
[previous]
|
|
other = "Précédent"
|
|
|
|
[next]
|
|
other = "Suivant"
|
|
|
|
# Homepage
|
|
[trustedByCompanies]
|
|
other = "Approuvé par les principales entreprises du monde entier"
|
|
|
|
[lovedByTeams]
|
|
other = "Apprécié par les équipes du monde entier"
|
|
|
|
[testimonialsDescription]
|
|
other = "Découvrez ce que nos clients pensent de leur expérience avec notre plateforme."
|
|
|
|
# Blog Post
|
|
[tableOfContents]
|
|
other = "Table des matières"
|
|
|
|
[minRead]
|
|
other = "min de lecture"
|
|
|
|
[previousPost]
|
|
other = "Article précédent"
|
|
|
|
[nextPost]
|
|
other = "Article suivant"
|
|
|
|
[dateFormat]
|
|
other = "2 janvier 2006"
|
|
|
|
# Features
|
|
[features]
|
|
other = "Fonctionnalités" |