|
@@ -2,20 +2,20 @@
|
|
|
language: '中文',
|
|
|
langCode: 'zh_cn', // if not specified will use folder
|
|
|
defaultExampleCaption: "点击在新标签页中打开",
|
|
|
- title: 'three.js基础',
|
|
|
- description: 'Three.js基础学习',
|
|
|
+ title: 'Three.js 基础',
|
|
|
+ description: 'Three.js 基础学习',
|
|
|
link: 'http://threejsfundamentals.org/',
|
|
|
- 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>',
|
|
|
- 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}}}).",
|
|
|
+ commentSectionHeader: '<div>有问题? <a href="http://stackoverflow.com/questions/tagged/three.js">在 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>',
|
|
|
+ missing: "抱歉,还没有中文翻译哦。 [欢迎加入翻译](https://github.com/gfxfundamentals/threejsfundamentals)! 😄\n\n[英文原文链接]({{{origLink}}}).",
|
|
|
toc: '内容列表',
|
|
|
categoryMapping: {
|
|
|
'basics': '基础',
|
|
|
- 'solutions': 'Solutions',
|
|
|
+ 'solutions': '解决方案',
|
|
|
'webvr': 'WebVR',
|
|
|
- 'optimization': 'Optimization',
|
|
|
- 'tips': 'Tips',
|
|
|
- 'fundamentals': 'Fundamentals',
|
|
|
- 'reference': 'Reference',
|
|
|
+ 'optimization': '优化',
|
|
|
+ 'tips': '技巧',
|
|
|
+ 'fundamentals': '基础',
|
|
|
+ 'reference': '参考',
|
|
|
},
|
|
|
}
|
|
|
|