pl.js 2.3 KB

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