Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tr.yml #148

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ profile:
gravatar: # Gravatar email address, if you enable Gravatar, your avatar config will be overriden
author: 昵称
author_title: Web Developer & Designer
author_description: 个人简介。
author_description: Burayı düzenlemek için _config.yml dosyasına gidin.
location: Shenzhen, China
follow: https://github.com/cofess
# Social Links
Expand Down
94 changes: 94 additions & 0 deletions languages/tr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
menu:
Home: Anasayfa
Archives: Arşivler
Categories: Kategoriler
Tags: Etiketler
Repository: Kod Depoları
Books: Kitaplar
Movies: Filmler
Links: Bağlantılar
About: Hakkında
nav:
all: Hepsi
older: Daha Eski
newer: Daha Yeni
page:
home: Anasayfa
archive: Arşiv
archives: Arşivler
category: Kategori
categories: Kategoriler
tag: Etiket
tags: Etiketler
tagcloud: Etiker Bulutu
uncategorized: Kategorilendirilmeyenler
repository: Kod Deposu
douban: Douban
books: Kitaplar
books-desc: Herkese önerilen kişisel kitap koleksiyonu
movies: Filmler
movies-desc: Herkese önerilen kişisel film koleksiyonu
links: Bağlantılar
links-desc: Bağlantı alışverişine hoş geldiniz, mevcut sayfada bir mesaj bırakabilirsiniz
about: Hakkında
pagination:
next: Sonraki
prev: Önceki
page: Sayfa %d
pageof: Sayfa %d / %s
widget:
search: Arama
board: Duyuru
archive: Arşiv
tags: Etiketler
categories: Kategoriler
tagcloud: Etiket Bulutu
recent_posts: Son Gönderiler
profile:
follow: Takip Et
skill: Yetenekler
label: Etiketler
work: İşler
project: Projeler
link: Bağlantılar
insight:
hint: Bir şeyler yaz...
posts: Gönderiler
pages: Sayfalar
categories: Kategoriler
tags: Etiketler
untitled: (Başlıksız)
unit:
word: kelime
time: dakika
article:
wordcount: Kelime Adedi
readcount: Okuma Süresi
more: Daha fazla oku
comments: Yorumlar
share: Paylaş
catalogue: Katalog
total:
article: Toplam %d gönderi/makale
tag: Toplam %d etiket
category: Toplam %d kategori
link: Toplam %d bağlantı
repository: Toplam %d proje
donate:
qrcode_alt: Karekodu Tara
qrcode_title: Tara
button: $
title: Belki bana bir kahve almak istersiniz.
tip: Bu karekodu tarayın
alipay_action_tip: Bu karekodu taramak için Alipay uygulamasını açın ve bana bir kahve alın!
wechatpay_action_tip: Bu karekodu taramak için WeChat uygulamasını açın ve bana bir kahve alın!
alipay: Alipay
wechatpay: wechat Ödeme
comment: Yorum
tweets: Tweetler
share: Paylaş
rss_feed: RSS Beslemesi
copyright:
theme_by: Tema tarafından geliştirildi
base_on: üzerinde
powered_by: Tarafından desteklenmektedir
2 changes: 1 addition & 1 deletion layout/_partial/archive-category.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<i class="icon icon-folder text-active"></i><i class="icon icon-folder-open text"></i>
<%= page.category %>
</a>
<small class="text-muted">(Total <%= page.posts.length %> articles)</small>
<small class="text-muted">(<%= _p('total.article', page.posts.length) %>)</small>
</h4>
</div>
<div id="collapse<%= page.category %>" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading<%= page.category %>">
Expand Down
4 changes: 2 additions & 2 deletions layout/_partial/post/copyright.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<ul class="post-copyright list-unstyled">
<% if (post.permalink) { %>
<li class="post-copyright-link hidden-xs">
<strong>本文链接:</strong>
<strong>Gönderi bağlantısı: </strong>
<a href="<%- post.permalink %>" title="<%= post.title %>" target="_blank" rel="external"><%- post.permalink %></a>
</li>
<% } %>
<li class="post-copyright-license">
<strong>版权声明: </strong> 本博客所有文章除特别声明外,均采用 <a href="http://creativecommons.org/licenses/by/4.0/deed.zh" target="_blank" rel="external">CC BY 4.0 CN协议</a> 许可协议。转载请注明出处
<strong>Telif hakkı bildirimi </strong> Özel ifadeler dışında bu blogdaki tüm makaleler <a href="http://creativecommons.org/licenses/by/4.0/deed.tr" target="_blank" rel="external">CC BY 4.0 CN</a> lisans sözleşmesini benimser. Lütfen kaynağı belirtin
</li>
</ul>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion layout/categories.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<i class="icon icon-folder text-active"></i><i class="icon icon-folder-open text"></i>
<%= item.name %>
</a>
<small class="text-muted">(Total <%= item.posts.length %> articles)</small>
<small class="text-muted">(<%= _p('total.article', item.posts.length) %>)</small>
</h3>
</div>
<div id="collapse<%= item.name %>" class="panel-collapse collapse in" role="tabpanel" aria-labelledby="heading<%= item.name %>">
Expand Down