langinfo.hanson 939 B

123456789101112131415161718192021
  1. {
  2. language: 'Français',
  3. langCode: 'fr', // if not specified will use folder
  4. defaultExampleCaption: "Cliquer ici pour ouvrir dans une fenêtre séparée",
  5. title: 'Three.js, notions de base',
  6. description: 'Apprendre à utiliser Three.js.',
  7. link: 'http://threejsfundamentals.org/',
  8. commentSectionHeader: `
  9. <div>Problèmes / bug ? <a href="http://github.com/gfxfundamentals/threejsfundamentals/issues">Les reporter sur github</a>.</div>
  10. `,
  11. missing: "Désolé, cet article n'a pas encore été traduit. [Les traductions sont le bienvenue](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[Voici l'article anglais originel pour le moment]({{{origLink}}}).",
  12. toc: 'Table des matières',
  13. categoryMapping: {
  14. 'basics': 'Bases',
  15. 'optimization' : 'Optimisation',
  16. 'solutions': 'Solutions',
  17. 'tips': 'Сonseils',
  18. 'fundamentals': 'Principes de base',
  19. 'reference': 'Référence',
  20. },
  21. }