You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

cs.js 1.5KB

123456789101112131415161718192021222324252627282930313233343536
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Nedávné stavy",
  5. "In a meeting" : "Na poradě",
  6. "Commuting" : "Dojíždění",
  7. "Out sick" : "Nemocný",
  8. "Vacationing" : "Dovolená",
  9. "Working remotely" : "Pracuje na dálku",
  10. "User status" : "Stav uživatele",
  11. "Clear status message after" : "Vyčistit stavovou zprávu po uplynutí",
  12. "What's your status?" : "Jaký je váš stav?",
  13. "Set status" : "Natavit stav",
  14. "Status message" : "Stavová zpráva",
  15. "Clear status message" : "Vyčistit stavovou zprávu",
  16. "Set status message" : "Nastavit stavovou zprávu",
  17. "There was an error saving the status" : "Došlo k chybě při ukládání stavu",
  18. "There was an error clearing the status" : "Při čištění stavu došlo k chybě",
  19. "No recent status changes" : "Žádné nedávné změny stavu",
  20. "Away" : "Pryč",
  21. "Do not disturb" : "Nerušit",
  22. "{status}, {timestamp}" : "{status}, {timestamp}",
  23. "Don't clear" : "Nečistit",
  24. "Today" : "Dnes",
  25. "This week" : "Tento týden",
  26. "Online" : "Online",
  27. "Invisible" : "Neviditelné",
  28. "Offline" : "Offline",
  29. "There was an error saving the new status" : "Při ukládání nového stavu došlo k chybě",
  30. "30 minutes" : "30 minut",
  31. "1 hour" : "1 hodina",
  32. "4 hours" : "4 hodiny",
  33. "Mute all notifications" : "Ztlumit veškerá upozornění",
  34. "Clear status after" : "Vyčistit stav po uplynutí"
  35. },
  36. "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");