messages_sk.py 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. # -*- encoding:utf-8 -*-
  2. from __future__ import unicode_literals
  3. MESSAGES = {
  4. "%d min remaining to read": "zostáva %d minút na čítanie",
  5. "(active)": "(aktívne)",
  6. "Also available in:": "Tiež dostupné v:",
  7. "Archive": "Archív",
  8. "Authors": "",
  9. "Categories": "Kategórie",
  10. "Comments": "Komentáre",
  11. "LANGUAGE": "Slovenčina",
  12. "Languages:": "Jazyky:",
  13. "More posts about %s": "Viac príspevkov o %s",
  14. "Newer posts": "Novšie príspevky",
  15. "Next post": "Nasledujúci príspevok",
  16. "No posts found.": "Žiadne príspevky nenájdené",
  17. "Nothing found.": "Nič nenájdené.",
  18. "Older posts": "Staršie príspevky",
  19. "Original site": "Pôvodná stránka",
  20. "Posted:": "Zverejnené:",
  21. "Posts about %s": "Príspevky o %s",
  22. "Posts by %s": "",
  23. "Posts for year %s": "Príspevky z roku %s",
  24. "Posts for {month} {day}, {year}": "Príspevky zo dňa {day}. {month} {year}",
  25. "Posts for {month} {year}": "Príspevky za mesiac {month} z roku {year}",
  26. "Previous post": "Predchádzajúci príspevok",
  27. "Publication date": "Dátum zverejnenia",
  28. "RSS feed": "RSS kanál",
  29. "Read in English": "Čítať v slovenčine",
  30. "Read more": "Čítať ďalej",
  31. "Skip to main content": "Skočiť na hlavný obsah",
  32. "Source": "Zdroj",
  33. "Subcategories:": "Podkategórie:",
  34. "Tags and Categories": "Štítky a kategórie",
  35. "Tags": "Štítky",
  36. "Uncategorized": "",
  37. "Updates": "",
  38. "Write your page here.": "Tu napíšte svoju stránku.",
  39. "Write your post here.": "Tu napíšte svoj príspevok.",
  40. "old posts, page %d": "staré príspevky, strana %d",
  41. "page %d": "stránka %d",
  42. }