| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- language: 'Türkçe',
- langCode: 'tr', // if not specified will use folder
- defaultExampleCaption: "ayrı bir pencerede açmak için buraya tıklayın",
- title: 'three.js temelleri',
- description: 'Three.js Öğren',
- link: 'http://threejsfundamentals.org/',
- commentSectionHeader: `
- <div>
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=suggested+topic&template=suggest-topic.md&title=%5BSUGGESTION%5D">Öneri</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=&template=request.md&title=">İstek</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Sorun</a>?
- <a href="https://github.com/gfxfundamentals/threejsfundamentals/issues/new?assignees=&labels=bug+%2F+issue&template=bug-issue-report.md&title=">Hata</a>?
- </div>
- <div class="lesson-comment-notes">
- Use <b><pre><code></b>code goes here<b></code></pre></b> for code blocks
- </div>
- `,
- missing: `
- Üzgünüz, bu makale henüz çevrilmedi.
- [Çeviriler Serbest](https://github.com/gfxfundamentals/threejsfundamentals)! 😄
- [Şimdilik orijinal İngilizce makale burada]({{{origLink}}}).
- `,
- 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>',
- translations: {
- badTranslation: 'Üzgünüz, bu alandaki çeviri güncel değil. <a href="{{link}}">Lütfen düzeltmemize yardım edin</a>.',
- updateNeeded: 'Bu makaledeki çeviri güncel değil. <a href="{{link}}">Lütfen düzeltmemize yardım edin</a>.',
- },
- toc: 'İçindekiler',
- categoryMapping: {
- 'basics': 'Temeller',
- 'solutions': 'Çözümler',
- 'webvr': 'WebVR',
- 'optimization': 'Optimizasyon',
- 'tips': 'İpuçları',
- 'fundamentals': 'Temel Bilgiler',
- 'reference': 'Referans',
- },
- }
|