Welcome to mirror list, hosted at ThFree Co, Russian Federation.

pl.js « l10n - github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d2836cccde47eb4960a1885b2e6490f261ad27af (plain)
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
OC.L10N.register(
    "notifications",
    {
    "Hello %s" : "Witaj %s",
    "Hello %s," : "Witaj %s,",
    "_New notification for %s_::_%n new notifications for %s_" : ["Nowe powiadomienie z %s","%n nowe powiadomienia z %s","%n nowych powiadomień z %s","%n nowych powiadomień z %s"],
    "_You have a new notification for %s_::_You have %n new notifications for %s_" : ["Masz nowe powiadomienie na %s","Masz %n nowe powiadomienia na %s","Masz %n nowych powiadomień na %s","Masz %n nowych powiadomień na %s"],
    "You can change the frequency of these emails or disable them in the <a href=\"%s\">settings</a>." : "Możesz zmienić częstotliwość e-maili lub wyłączyć je w <a href=\"%s\">ustawieniach</a>.",
    "You can change the frequency of these emails or disable them in the settings: %s" : "Możesz zmienić częstotliwość e-maili lub wyłączyć je w ustawieniach: %s",
    "Admin notifications" : "Powiadomienia administratora",
    "Notifications" : "Powiadomienia",
    "This app provides a backend and frontend for the notification API available in Nextcloud." : "Ta aplikacja zapewnia backend i frontend dla interfejsu API powiadomień dostępnego w Nextcloud.",
    "This app provides a backend and frontend for the notification API available in Nextcloud.\n\t\tThe API is used by other apps to notify users in the web UI and sync clients about various things. Some examples are:\n\n📬 Federated file sharing: You received a new remote share\n\n📑 Comments: Another user mentioned you in a comment on a file\n\n🚢 Update notification: Available update for an app or nextcloud itself\n\n📣 Announcement center: An announcement was posted by an admin" : "Ta aplikacja zapewnia backend i frontend dla interfejsu API powiadomień dostępnego w Nextcloud.\nInterfejs API jest używany przez inne aplikacje do powiadamiania użytkowników w interfejsie internetowym i synchronizowania klientów z różnymi rzeczami. Oto kilka przykładów:\n\n📬 Udostępnianie plików we Federacji: Otrzymano nowe udostępnianie zdalne\n\n📑 Komentarze: inny użytkownik wspomniał o Tobie w komentarzu do pliku\n\n🚢 Powiadomienie o aktualizacji: dostępna aktualizacja dla samej aplikacji lub następnej\n\n📣 Centrum ogłoszeń: ogłoszenie zostało wysłane przez administratora",
    "Failed to perform action" : "Nie udało się wykonać działania",
    "Dismiss" : "Odrzuć",
    "Contact Nextcloud GmbH" : "Kontakt z Nextcloud GmbH",
    "seconds ago" : "przed chwilą",
    "Failed to dismiss notification" : "Nie udało się usunąć powiadomienia",
    "in {path}" : "w {path}",
    "Dismiss all notifications" : "Usuń wszystkie powiadomienia",
    "Requesting browser permissions to show notifications" : "Żądanie uprawnień przeglądarki do wyświetlania powiadomień",
    "Push notifications might be unreliable" : "Powiadomienia Push mogą być zawodne",
    "No notifications" : "Brak powiadomień",
    "Nextcloud GmbH sponsors a free push notification gateway for private users. To ensure good service, the gateway limits the number of push notifications per server. For enterprise users, a more scalable gateway is available. Contact Nextcloud GmbH for more information." : "Nextcloud GmbH sponsoruje bezpłatną bramkę powiadomień Push dla użytkowników prywatnych. Aby zapewnić dobrą obsługę, brama ogranicza liczbę powiadomień Push na serwer. Dla użytkowników korporacyjnych dostępna jest bardziej skalowalna brama. Skontaktuj się z Nextcloud GmbH, aby uzyskać więcej informacji.",
    "Failed to dismiss all notifications" : "Nie udało się usunąć wszystkich powiadomień",
    "You need to set up your email address before you can receive notification emails." : "Aby otrzymywać powiadomienia e-mail, musisz skonfigurować swój adres e-mail.",
    "Send email reminders about unhandled notifications after:" : "Wysyłaj przypomnienia e-mail o nieobsłużonych powiadomieniach po:",
    "Play sound when a new notification arrives" : "Odtwórz dźwięk, gdy nadejdzie nowe powiadomienie",
    "Play sound when a call started (requires Nextcloud Talk)" : "Odtwórz dźwięk po rozpoczęciu połączenia (wymaga Nextcloud Talk)",
    "Never" : "Nigdy",
    "1 hour" : "1 godzina",
    "3 hours" : "3 godziny",
    "1 day" : "1 dzień",
    "1 week" : "1 tydzień",
    "Your settings have been updated." : "Twoje ustawienia zostały zaktualizowane.",
    "An error occurred while updating your settings." : "Wystąpił błąd podczas aktualizowania ustawień."
},
"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);");