Files
chill.social/themes/chill-theme/i18n/fr.toml
T
Boris Waaub d50f7013a9 Refactor theme colors and styles; remove unused favicon; update translations and layouts
- Deleted unused favicon file.
- Updated Tailwind CSS configuration to redefine primary and secondary colors.
- Adjusted button styles in CSS to use new color definitions.
- Removed English translations and added French translations for various UI elements.
- Created new layouts for features and updated existing layouts to reflect new design.
- Modified header and CTA components to use updated color scheme.
- Cleaned up pricing table shortcode to align with new styles.
- Updated theme metadata to reflect new author and project details.
2026-01-28 13:22:33 +01:00

175 lines
2.6 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 action"
# Pricing
[popular]
other = "Populaire"
[mostPopular]
other = "Le plus populaire"
[perVATHour]
other = "HT/heure"
[perVATDay]
other = "HT/jour"
[perVATMonth]
other = "HT/mois"
[perVATYear]
other = "HT/an"
[perMonth]
other = "/mois"
# 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"