diff options
| author | Yağızhan <yagizhan49@protonmail.com> | 2021-01-17 16:19:46 +0300 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-17 21:19:46 +0800 | 
| commit | 79b91bac16fea6b01a2191bffb563d6be5e2acaa (patch) | |
| tree | 123fe1bd7f0fb4468b91b40524b0db46d3854dce /i18n | |
| parent | da4320e8a56343ad37a4604e61915675fa18a270 (diff) | |
feat(i18n): Adding Turkish translations (#328)
Diffstat (limited to 'i18n')
| -rw-r--r-- | i18n/tr.yaml | 102 | 
1 files changed, 102 insertions, 0 deletions
| diff --git a/i18n/tr.yaml b/i18n/tr.yaml new file mode 100644 index 0000000..8d249a1 --- /dev/null +++ b/i18n/tr.yaml @@ -0,0 +1,102 @@ +# ===== title ===== +archive: +  other: "Arşiv" + +tags: +  other: "Etiketler" + +categories: +  other: "Kategoriler" + +# ===== footer ===== +powered: +  other: "%s tarafından desteklenmektedir" + +theme: +  other: "Tema" + +siteUV: +  other: "site uv: %s" + +sitePV: +  other: "site pv: %s" + +pagePV: +  other: "okuma süresi: %s" + +# ===== post ===== +prevPage: +  other: "Önceki" + +nextPage: +  other: "Sonraki" + +prevPost: +  other: "Önceki" + +nextPost: +  other: "Sonraki" + +toc: +  other: "İçerikler" + +readMore: +  other: "Daha fazla..." + +reward: +  other: "Ödül" + +rewardAlipay: +  other: "alipay" + +rewardWechat: +  other: "wechat" + +wordCount: +  one: "{{ .Count }} kelime" +  other: "{{ .Count }} kelime" + +readingTime: +  one: "{{ .Count }} dakikalık okuma süresi" +  other: "{{ .Count }} dakikalık okuma süresi" + +outdatedInfoWarningBefore: +  other: "[NOT] Güncellendi " + +outdatedInfoWarningAfter: +  other: ". Bu makale güncel olmayan içeriğe veya konuya sahip olabilir." + +# ===== content license ===== +author: +  other: "Yazar" + +lastMod: +  other: "LastMod" + +markdown: +  other: "Markdown" + +seeMarkDown: +  other: "Markdown sürümü »" + +license: +  other: "Lisans" + +# ===== counter ===== +archiveCounter: +  one: "Toplam {{ .Count }} gönderi" +  other: "Toplam {{ .Count }} gönderi" + +tagCounter: +  one: "Toplam {{ .Count }} etiket" +  other: "Toplam {{ .Count }} etiket" + +zeroTagCounter: +  other: "Etiket yok" + +categoryCounter: +  one: "Toplam {{ .Count }} kategori" +  other: "Toplam {{ .Count }} kategori" + +zeroCategoryCounter: +  other: "Kategori yok" | 
