langinfo.hanson 1.5 KB

12345678910111213141516171819202122
  1. {
  2. language: '中文',
  3. langCode: 'zh_cn', // if not specified will use folder
  4. defaultExampleCaption: "点击在新标签页中打开",
  5. title: 'three.js基础',
  6. description: 'Three.js基础学习',
  7. link: 'http://threejsfundamentals.org/',
  8. commentSectionHeader: '<div>Questions? <a href="http://stackoverflow.com/questions/tagged/three.js">Ask on stackoverflow</a>.</div>\n <div><a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Suggestion</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">Request</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Issue</a>? <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Bug</a>?</div>',
  9. missing: "Sorry this article has not been translated yet. [Translations Welcome](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[Here's the original English article for now]({{{origLink}}}).",
  10. toc: '内容列表',
  11. categoryMapping: {
  12. 'basics': '基础',
  13. 'solutions': 'Solutions',
  14. 'webvr': 'WebVR',
  15. 'optimization': 'Optimization',
  16. 'tips': 'Tips',
  17. 'fundamentals': 'Fundamentals',
  18. 'reference': 'Reference',
  19. },
  20. }