1
0

fr.toml 832 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. [categories]
  2. one = "catégorie"
  3. other = "catégories"
  4. [tags]
  5. one = "tag"
  6. other = "tags"
  7. [series]
  8. one = "série"
  9. other = "séries"
  10. [authors]
  11. one = "auteur"
  12. other = "auteurs"
  13. [posts]
  14. other = "articles"
  15. [reading_time]
  16. one = "Une minute de lecture"
  17. other = "{{ .Count }} minutes de lecture"
  18. [page_not_found]
  19. other = "Page Non Trouvée"
  20. [page_does_not_exist]
  21. other = "Désolé, cette page n'existe pas."
  22. [head_back]
  23. other = "Vous pouvez revenir à <a href=\"{{ . }}\">l'accueil</a>."
  24. [licensed_under]
  25. other = "Licensed under"
  26. [powered_by]
  27. other = "Propulsé par"
  28. [see_also]
  29. other = "Voir aussi dans"
  30. [note]
  31. other = "note"
  32. [tip]
  33. other = "tip"
  34. [example]
  35. other = "example"
  36. [question]
  37. other = "question"
  38. [info]
  39. other = "info"
  40. [warning]
  41. other = "warning"
  42. [error]
  43. other = "error"
  44. [link_to_heading]
  45. other = "Link to heading"