0
0
mirror of https://github.com/nextcloud/server.git synced 2024-12-29 00:18:42 +00:00
nextcloud_server/apps/user_status/l10n/pl.js
Nextcloud bot 4b19e84a25
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-10-31 00:20:40 +00:00

50 lines
2.4 KiB
JavaScript

OC.L10N.register(
"user_status",
{
"Recent statuses" : "Najnowsze statusy",
"No recent status changes" : "Brak ostatnich zmian statusu",
"In a meeting" : "Na spotkaniu",
"Commuting" : "W drodze",
"Out sick" : "Chory",
"Vacationing" : "Na wakacjach",
"Out of office" : "Biuro nie funkcjonuje",
"Working remotely" : "Praca zdalna",
"In a call" : "Rozmawia",
"User status" : "Status użytkownika",
"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",
"Set absence period" : "Ustaw okres nieobecności",
"Set absence period and replacement" : "Ustaw okres nieobecności i zastępstwo",
"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",
"Don't clear" : "Nie czyść",
"Today" : "Dzisiaj",
"This week" : "W tym tygodniu",
"Online" : "Online",
"Away" : "Bezczynny",
"Do not disturb" : "Nie przeszkadzać",
"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"
},
"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);");