langinfo.hanson 1.4 KB

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