langinfo.hanson 1.0 KB

12345678910111213141516171819
  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: '<div>Questions ? <a href="http://stackoverflow.com/questions/tagged/three.js">Les poser sur stackoverflow</a>.</div>\n <div>Problèmes / bug ? <a href="http://github.com/gfxfundamentals/threejsfundamentals/issues">Les reporter sur github</a>.</div>',
  9. 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}}}).",
  10. toc: 'Table des matières',
  11. categoryMapping: {
  12. 'basics': 'Bases',
  13. 'optimization' : 'Optimisation',
  14. 'solutions': 'Solutions',
  15. 'tips': 'Сonseils',
  16. 'fundamentals': 'Principes de base',
  17. 'reference': 'Référence',
  18. },
  19. }