-
-
Notifications
You must be signed in to change notification settings - Fork 369
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The Turkish language is added. All parameters are translated into the native Turkish language.
- Loading branch information
1 parent
24afb94
commit b2faf30
Showing
1 changed file
with
52 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[category] | ||
other = "Kategori" | ||
|
||
[tag] | ||
other = "Etiket" | ||
|
||
[reading_time] | ||
one = "Bir dakikalık okuma" | ||
other = "{{ .Count }}-dakikalık okuma" | ||
|
||
[old_content_warning] | ||
one = "Uyarı: Bu gönderi en fazla {{ .Count }} gün eski. Bilgiler eski olabilir." | ||
other = "Uyarı: Bu gönderi en fazla {{ .Count }} gün eski. Bilgiler eski olabilir." | ||
|
||
[page_not_found] | ||
other = "Sayfa bulunamadı" | ||
|
||
[page_does_not_exist] | ||
other = "Üzgünüz, bu sayfa mevcut değil." | ||
|
||
[head_back] | ||
other = "<a href=\"{{ . }}\">ana sayfaya</a> geri dönebilirsiniz." | ||
|
||
[comments] | ||
other = "Yorumlar" | ||
|
||
[send] | ||
other = "gönder" | ||
|
||
[read_more] | ||
other = "Devamını oku" | ||
|
||
[name] | ||
other = "Isim" | ||
|
||
[email] | ||
other = "e-posta" | ||
|
||
[message] | ||
other = "Mesaj" | ||
|
||
[warning] | ||
other = "Uyarı" | ||
|
||
[info] | ||
other = "Bilgi" | ||
|
||
[update] | ||
other = "Güncelleme" | ||
|
||
[series_posts] | ||
other = "Bu serideki gönderiler" |