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