messages_tr.py 1.3 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "%d dakikalık okuma",
  5. "Also available in:": "Şu dilde de mevcut:",
  6. "Archive": "Arşiv",
  7. "Categories": "Kategoriler",
  8. "Comments": "Yorumlar",
  9. "LANGUAGE": "Türkçe",
  10. "Languages:": "Diller:",
  11. "More posts about %s": "%s ilgili diğer yazılar",
  12. "Newer posts": "Daha yeni yazılar",
  13. "Next post": "Sonraki yazı",
  14. "No posts found.": "Yazı bulunamadı.",
  15. "Nothing found.": "Hiçbir şey bulunamadı.",
  16. "Older posts": "Daha eski yazılar",
  17. "Original site": "Orjinal web sayfası",
  18. "Posted:": "Yayın tarihi:",
  19. "Posts about %s": "%s ile ilgili yazılar",
  20. "Posts for year %s": "%s yılındaki yazılar",
  21. "Posts for {month} {day}, {year}": "",
  22. "Posts for {month} {year}": "{month} {year} göre yazılar",
  23. "Previous post": "Önceki yazı",
  24. "Publication date": "Yayınlanma tarihi",
  25. "RSS feed": "RSS kaynağı",
  26. "Read in English": "Türkçe olarak oku",
  27. "Read more": "Devamını oku",
  28. "Skip to main content": "Ana içeriğe geç",
  29. "Source": "Kaynak",
  30. "Tags and Categories": "Etiketler ve Kategoriler",
  31. "Tags": "Etiketler",
  32. "old posts, page %d": "eski yazılar, sayfa %d",
  33. "page %d": "sayfa %d",
  34. }