From d790d42441e0c9f2718ab7f76632ed20308fc0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20=C3=96z=C3=A7elik?= Date: Mon, 28 Dec 2020 02:11:48 +0300 Subject: feat(i18n): add Turkish language file (#96) --- i18n/tr.yaml | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 i18n/tr.yaml (limited to 'i18n/tr.yaml') 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ı" -- cgit v1.2.3