pl.js 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. OC.L10N.register(
  2. "user_status",
  3. {
  4. "Recent statuses" : "Najnowsze statusy",
  5. "No recent status changes" : "Brak ostatnich zmian statusu",
  6. "In a meeting" : "Na spotkaniu",
  7. "Commuting" : "W drodze",
  8. "Out sick" : "Chory",
  9. "Vacationing" : "Na wakacjach",
  10. "Out of office" : "Biuro nie funkcjonuje",
  11. "Working remotely" : "Praca zdalna",
  12. "In a call" : "Rozmawia",
  13. "User status" : "Status użytkownika",
  14. "Clear status after" : "Wyczyść status po",
  15. "Emoji for your status message" : "Emoji dla komunikatu o statusie",
  16. "What is your status?" : "Jaki jest Twój status?",
  17. "Predefined statuses" : "Predefiniowane statusy",
  18. "Previously set" : "Ustawione wcześniej",
  19. "Reset status" : "Zresetuj status",
  20. "Set status" : "Ustaw status",
  21. "Online status" : "Status online",
  22. "Status message" : "Komunikat statusu",
  23. "Your status was set automatically" : "Twój status został ustawiony automatycznie",
  24. "Clear status message" : "Wyczyść komunikat statusu",
  25. "Set status message" : "Ustaw komunikat statusu",
  26. "Reset status to \"{icon} {message}\"" : "Zresetuj status do \"{icon} {message}\"",
  27. "Reset status to \"{message}\"" : "Zresetuj status do \"{message}\"",
  28. "Reset status to \"{icon}\"" : "Zresetuj status do \"{icon}\"",
  29. "There was an error saving the status" : "Wystąpił błąd podczas zapisywania statusu",
  30. "There was an error clearing the status" : "Wystąpił błąd podczas usuwania statusu",
  31. "There was an error reverting the status" : "Podczas przywracania statusu wystąpił błąd",
  32. "Don't clear" : "Nie czyść",
  33. "Today" : "Dzisiaj",
  34. "This week" : "W tym tygodniu",
  35. "Online" : "Online",
  36. "Away" : "Bezczynny",
  37. "Do not disturb" : "Nie przeszkadzać",
  38. "Invisible" : "Niewidoczny",
  39. "Offline" : "Offline",
  40. "There was an error saving the new status" : "Wystąpił błąd podczas zapisywania nowego statusu",
  41. "30 minutes" : "30 minut",
  42. "1 hour" : "1 godzina",
  43. "4 hours" : "4 godziny",
  44. "Mute all notifications" : "Wycisz wszystkie powiadomienia",
  45. "Appear offline" : "Widnieje jako offline",
  46. "View profile" : "Zobacz profil",
  47. "{status}, {timestamp}" : "{status}, {timestamp}"
  48. },
  49. "nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);");