Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorİsmail Özçelik <ismail.ozcelik@hayenteknoloji.com>2020-12-28 02:11:48 +0300
committerGitHub <noreply@github.com>2020-12-28 02:11:48 +0300
commitd790d42441e0c9f2718ab7f76632ed20308fc0da (patch)
treed20ab0f843091a4025b1301b4cd8e27fccf5be42 /i18n
parent464f4b1d3bc2bf2891f7b81db457b97de6aa2e62 (diff)
feat(i18n): add Turkish language file (#96)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/tr.yaml57
1 files changed, 57 insertions, 0 deletions
diff --git a/i18n/tr.yaml b/i18n/tr.yaml
new file mode 100644
index 0000000..fbcb7b0
--- /dev/null
+++ b/i18n/tr.yaml
@@ -0,0 +1,57 @@
+toggleMenu:
+ other: Menüyü Gizle
+
+darkMode:
+ other: Koyu Mod
+
+list:
+ page:
+ one: "{{ .Count }} makale"
+ other: "{{ .Count }} makale"
+
+ section:
+ other: Bölüm
+
+ subsection:
+ one: Alt bölüm
+ other: Alt bölümler
+
+archives:
+ categories:
+ other: Kategoriler
+
+article:
+ relatedContents:
+ other: Alakalı içerikler
+ lastUpdatedOn:
+ other: Son güncelleme
+
+notFound:
+ title:
+ other: Bulunamadı
+ subtitle:
+ other: Aradığınız sayfa mevcut değil.
+
+widget:
+ archives:
+ title:
+ other: Arşiv
+ more:
+ other: Daha fazla
+ tagCloud:
+ title:
+ other: Etiketler
+
+search:
+ title:
+ other: Arama
+ placeholder:
+ other: Birşeyler yazın...
+ resultTitle:
+ other: "#PAGES_COUNT sayfa (#TIME_SECONDS saniye)"
+
+footer:
+ builtWith:
+ other: "{{ .Generator }} ile oluşturuldu."
+ designedBy:
+ other: "{{ .Theme }} teması {{ .DesignedBy }} tarafından tasarlandı"