messages_tr.py 1.5 KB

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