| 1234567891011121314151617181920212223242526272829 |
- {
- language: '한국어',
- langCode: 'ko',
- defaultExampleCaption: "새 탭에서 보기",
- title: 'Three.js 튜토리얼',
- description: 'Three.js 입문자를 위한 튜토리얼',
- link: 'http://threejsfundamentals.org/',
- commentSectionHeader: `
- <div>
- <a href="http://github.com/greggman/threefundamentals/issues">Github</a>
- </div>
- `,
- contribTemplate: '와우! <a href="${html_url}"><img src="${avatar_url}"> ${login}</a><br>님이 <a href="https://github.com/${owner}/${repo}/commits?author=${login}">커밋을 ${contributions}개 남겨주셨어요!</a>',
- translations: {
- badTranslation: '경고! 이 글의 일부는 최신 버전이 아닙니다. <a href="{{link}}">업데이트를 도와주시겠어요?</a>.',
- updateNeeded: '경고! 이 글은 과거에 작성된 글이며 원문과 내용이 다릅니다. <a href="{{link}}">번역을 도와주세요!</a>.',
- },
- missing: "아직 번역을 완료하지 못한 문서입니다. [한국어 번역에 동참](https://github.com/gfxfundamentals/threejsfundamentals)해주세요! 😄\n\n[영문으로 볼래요]({{{origLink}}}).",
- toc: '목차',
- categoryMapping: {
- 'basics': 'Three.js란?',
- 'solutions': '활용하기',
- 'webvr': '웹VR',
- 'optimization': '최적화하기',
- 'tips': '팁',
- 'fundamentals': '기본 구조',
- 'reference': '레퍼런스',
- },
- }
|