From 8cf171372753a0dc6c49ef18153dd086fafcebf4 Mon Sep 17 00:00:00 2001
From: Yiğit Altınay <yigit@altinay.xyz>
Date: Thu, 06 Apr 2023 16:46:55 +0000
Subject: [PATCH] Update Turkish translation in i18/tr.toml (#793)
---
i18n/tr.toml | 29 +++++++++++++++--------------
CONTRIBUTORS.md | 1 +
2 files changed, 16 insertions(+), 14 deletions(-)
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index a631bcb..89eb5d1 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -128,3 +128,4 @@
- [Kilian Kluge](https://github.com/ionicsolutions)
- [Jaroslaw Rozanski](https://jarekrozanski.eu)
- [Easton Man](https://github.com/eastonman)
+- [Yiğit Altınay](https://altinay.xyz)
diff --git a/i18n/tr.toml b/i18n/tr.toml
index c68a165..84787ad 100644
--- a/i18n/tr.toml
+++ b/i18n/tr.toml
@@ -1,20 +1,21 @@
[categories]
one = "kategori"
-other = "categories"
+other = "kategoriler"
[tags]
-one = "tag"
-other = "tags"
+one = "etiket"
+other = "etiketler"
[series]
one = "dizi"
-other = "series"
+other = "diziler"
[authors]
one = "yazar"
-other = "authors"
+other = "yazarlar"
[posts]
+one = "Gönderi"
other = "Gönderiler"
[reading_time]
@@ -31,7 +32,7 @@
other = "<a href=\"{{ . }}\">Ana sayfaya</a> dönebilirsiniz."
[licensed_under]
-other = "Licensed under"
+other = "Lisansı alınta:"
[powered_by]
other = "Site program altyapısı"
@@ -40,25 +41,25 @@
other = "Ayrıca bakınız"
[note]
-other = "note"
+other = "not"
[tip]
-other = "tip"
+other = "tavsiye"
[example]
-other = "example"
+other = "örnek"
[question]
-other = "question"
+other = "soru"
[info]
-other = "info"
+other = "bilgi"
[warning]
-other = "warning"
+other = "uyarı"
[error]
-other = "error"
+other = "hata"
[link_to_heading]
-other = "Link to heading"
+other = "Başlık Linki"
--
Gitblit v1.10.0