fr.toml 554 B

123456789101112131415161718192021222324252627282930313233
  1. # More documentation here: https://github.com/nicksnyder/go-i18n
  2. [home]
  3. other = "Accueil"
  4. [posts]
  5. other = "Des postes"
  6. [at]
  7. other = "chez"
  8. [resume]
  9. other = "Mon Curriculum vitæ"
  10. [navigation]
  11. other = "Naviguation"
  12. [contact_me]
  13. other = "Contactez moi :"
  14. [newsletter_text]
  15. other = "Restez à jour par e-mail"
  16. [newsletter_input_placeholder]
  17. other = "Entrez une adresse e-mail"
  18. [newsletter_warning]
  19. other = "Nous ne partagerons jamais votre courriel avec quelqu'un d'autre."
  20. [submit]
  21. other = "Envoyer"
  22. [hugoAttributionText]
  23. other = "Alimenté par"