sk.js 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nedávne stavy",
  5. "In a meeting" : "Na schôdzke",
  6. "Commuting" : "Na ceste",
  7. "Out sick" : "Choroba",
  8. "Vacationing" : "Na dovolenke",
  9. "Working remotely" : "Pracuje na diaľku",
  10. "In a call" : "práve telefonuje",
  11. "User status" : "Stav užívateľa",
  12. "View profile" : "Zobraziť profil",
  13. "Clear status after" : "Vyčistiť správu o stave po",
  14. "What is your status?" : "Aký je váš stav?",
  15. "Set status" : "Nastaviť stav",
  16. "Online status" : "Stav pripojenia",
  17. "Status message" : "Správa o stave",
  18. "Clear status message" : "Vyčistiť správu o stave",
  19. "Set status message" : "Nastaviť správu o stave",
  20. "There was an error saving the status" : "Pri ukladaní stavu sa vyskytla chyba",
  21. "There was an error clearing the status" : "Pri čistení stavu sa vyskytla chyba",
  22. "No recent status changes" : "Žiadne nedávne zmeny stavu",
  23. "Away" : "Preč",
  24. "Do not disturb" : "Nerušiť",
  25. "{status}, {timestamp}" : "{status}, {timestamp}",
  26. "Don't clear" : "Nemazať",
  27. "Today" : "Dnes",
  28. "This week" : "Tento týždeň",
  29. "Online" : "Pripojené",
  30. "Invisible" : "Neviditeľné",
  31. "Offline" : "Offline",
  32. "There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba",
  33. "30 minutes" : "30 minút",
  34. "1 hour" : "1 hodina",
  35. "4 hours" : "4 hodiny",
  36. "Mute all notifications" : "Stíšiť všetky upozornenia",
  37. "Appear offline" : "V odpojenom režime",
  38. "Clear status message after" : "Vyčistiť správu o stave po"
  39. },
  40. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");