langinfo.hanson 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. language: 'Türkçe',
  3. langCode: 'tr', // if not specified will use folder
  4. defaultExampleCaption: "ayrı bir pencerede açmak için buraya tıklayın",
  5. title: 'three.js temelleri',
  6. description: 'Three.js Öğren',
  7. link: 'http://threejsfundamentals.org/',
  8. commentSectionHeader: `
  9. <div>
  10. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Öneri</a>?
  11. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">İstek</a>?
  12. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Sorun</a>?
  13. <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Hata</a>?
  14. </div>
  15. <div class="lesson-comment-notes">
  16. Use <b>&lt;pre&gt;&lt;code&gt;</b>code goes here<b>&lt;/code&gt;&lt;/pre&gt;</b> for code blocks
  17. </div>
  18. `,
  19. missing: `
  20. Üzgünüz, bu makale henüz çevrilmedi.
  21. [Çeviriler Serbest](https://github.com/gfxfundamentals/threejsfundamentals)! 😄
  22. [Şimdilik orijinal İngilizce makale burada]({{{origLink}}}).
  23. `,
  24. contribTemplate: '<a href="https://github.com/${owner}/${repo}/commits?author=${login}">${contributions} adet katkın</a><br>için teşekkürler <a href="${html_url}"><img src="${avatar_url}"> ${login}</a>',
  25. translations: {
  26. badTranslation: 'Üzgünüz, bu alandaki çeviri güncel değil. <a href="{{link}}">Lütfen düzeltmemize yardım edin</a>.',
  27. updateNeeded: 'Bu makaledeki çeviri güncel değil. <a href="{{link}}">Lütfen düzeltmemize yardım edin</a>.',
  28. },
  29. toc: 'İçindekiler',
  30. categoryMapping: {
  31. 'basics': 'Temeller',
  32. 'solutions': 'Çözümler',
  33. 'webvr': 'WebVR',
  34. 'optimization': 'Optimizasyon',
  35. 'tips': 'İpuçları',
  36. 'fundamentals': 'Temel Bilgiler',
  37. 'reference': 'Referans',
  38. },
  39. }