sl.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nedavna stanja",
  5. "No recent status changes" : "Ni nedavnih sprememb stanja",
  6. "In a meeting" : "Na sestanku",
  7. "Commuting" : "Med vožnjo",
  8. "Out sick" : "Na bolniški",
  9. "Vacationing" : "Na dopustu",
  10. "Out of office" : "Službena odsotnost",
  11. "Working remotely" : "Delam od doma",
  12. "In a call" : "V klicu",
  13. "User status" : "Stanje uporabnika",
  14. "Clear status after" : "Počisti stanje",
  15. "Emoji for your status message" : "Izrazne ikone za stanje sporočila",
  16. "What is your status?" : "Kako želite nastaviti stanje?",
  17. "Predefined statuses" : "Pripravljena stanja",
  18. "Previously set" : "Predhodno nastavljeno",
  19. "Reset status" : "Ponastavi stanje",
  20. "Set status" : "Nastavi stanje",
  21. "Online status" : "Povezano stanje",
  22. "Status message" : "Sporočilo stanja",
  23. "Your status was set automatically" : "Stanje je določeno samodejno",
  24. "Clear status message" : "Počisti sporočilo stanja",
  25. "Set status message" : "Nastavi sporočilo stanja",
  26. "Reset status to \"{icon} {message}\"" : "Ponastavi stanje na »{icon} {message}«",
  27. "Reset status to \"{message}\"" : "Ponastavi stanje na »{message}«",
  28. "Reset status to \"{icon}\"" : "Ponastavi stanje na »{icon}«",
  29. "There was an error saving the status" : "Prišlo je do napake med shranjevanjem stanja",
  30. "There was an error clearing the status" : "Prišlo je do napake med odstranjevanjem stanja",
  31. "There was an error reverting the status" : "Prišlo je do napake spreminjanja stanja",
  32. "Don't clear" : "ne počisti",
  33. "Today" : "enkrat danes",
  34. "This week" : "še ta teden",
  35. "Online" : "Na spletu",
  36. "Away" : "Trenutno ne spremljam",
  37. "Do not disturb" : "Ne pustim se motiti",
  38. "Invisible" : "Drugim neviden",
  39. "Offline" : "Brez povezave",
  40. "There was an error saving the new status" : "Prišlo je do napake med shranjevanjem novega stanja",
  41. "30 minutes" : "po 30 minutah",
  42. "1 hour" : "po 1 uri",
  43. "4 hours" : "po 4 urah",
  44. "Mute all notifications" : "Utiša vsa obvestila",
  45. "Appear offline" : "Pokaže kot brez povezave",
  46. "View profile" : "Pokaži profil",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");