Browse Source

add langinfo

cengizcmataraci 4 years ago
parent
commit
4658ce7861
1 changed files with 40 additions and 0 deletions
  1. 40 0
      threejs/lessons/tr/langinfo.hanson

+ 40 - 0
threejs/lessons/tr/langinfo.hanson

@@ -0,0 +1,40 @@
+{
+  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>&lt;pre&gt;&lt;code&gt;</b>code goes here<b>&lt;/code&gt;&lt;/pre&gt;</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üzeltmeye yardım etmeyi düşünün</a>.',
+    updateNeeded: 'Bu makaledeki çeviri güncel değil.  <a href="{{link}}">Lütfen düzeltmeye yardım etmeyi düşünün</a>.',
+  },
+  toc: 'İçindekiler',
+  categoryMapping: {
+    'basics': 'Temeller',
+    'solutions': 'Çözümler',
+    'webvr': 'WebVR',
+    'optimization': 'Optimizasyon',
+    'tips': 'İpuçları',
+    'fundamentals': 'Temel Bilgiler',
+    'reference': 'Referans',
+  },
+}