mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-08 14:39:44 +00:00
feat(i18n): Adding Turkish translations (#328)
This commit is contained in:
parent
da4320e8a5
commit
79b91bac16
1 changed files with 102 additions and 0 deletions
102
i18n/tr.yaml
Normal file
102
i18n/tr.yaml
Normal file
|
@ -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"
|
Loading…
Reference in a new issue