sk.js 1.7 KB

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