sk.js 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. "Emoji for your status message" : "Emoji pre vašu statusovú správu",
  16. "What is your status?" : "Aký je váš stav?",
  17. "Predefined statuses" : "Preddefinované statusy",
  18. "Previously set" : "Predtým nastavené",
  19. "Reset status" : "Obnoviť status",
  20. "Set status" : "Nastaviť stav",
  21. "Online status" : "Stav pripojenia",
  22. "Status message" : "Správa o stave",
  23. "Your status was set automatically" : "Váš status bol nastavený automaticky",
  24. "Clear status message" : "Vyčistiť správu o stave",
  25. "Set status message" : "Nastaviť správu o stave",
  26. "Reset status to \"{icon} {message}\"" : "Obnoviť stav na „{icon} {message}“",
  27. "Reset status to \"{message}\"" : "Obnoviť stav na „{message}“",
  28. "Reset status to \"{icon}\"" : "Obnoviť stav na „{icon}“",
  29. "There was an error saving the status" : "Pri ukladaní stavu sa vyskytla chyba",
  30. "There was an error clearing the status" : "Pri čistení stavu sa vyskytla chyba",
  31. "There was an error reverting the status" : "Pri zmene statusu sa vyskytla chyba",
  32. "Don't clear" : "Nemazať",
  33. "Today" : "Dnes",
  34. "This week" : "Tento týždeň",
  35. "Online" : "Pripojené",
  36. "Away" : "Preč",
  37. "Do not disturb" : "Nerušiť",
  38. "Invisible" : "Neviditeľnosť",
  39. "Offline" : "Offline",
  40. "There was an error saving the new status" : "Pri ukladaní nového stavu sa vyskytla chyba",
  41. "30 minutes" : "30 minút",
  42. "1 hour" : "1 hodina",
  43. "4 hours" : "4 hodiny",
  44. "Mute all notifications" : "Stíšiť všetky upozornenia",
  45. "Appear offline" : "V odpojenom režime"
  46. },
  47. "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");