From e0db4051a48bf2f89d51117f8708ad18965da177 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 21 Nov 2024 00:31:45 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/pl.js | 4 ++++ l10n/pl.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/l10n/pl.js b/l10n/pl.js index afdc3f0a..fb89d236 100644 --- a/l10n/pl.js +++ b/l10n/pl.js @@ -5,7 +5,11 @@ OC.L10N.register( "Whitelist IPs" : "Biała lista adresów IP", "Brute-force IP whitelist" : "Biała lista IP brute-force", "To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all." : "Aby dodać do białej listy zakresy adresów IP, które będą wykluczone z ochrony przed brutalną siłą, określ je poniżej. Pamiętaj, że każdy z adresu IP z białej listy może wykonać próby uwierzytelnienia bez ograniczania przepustowości. Ze względów bezpieczeństwa zaleca się umieszczenie na białej liście jak najmniejszej liczby hostów, a najlepiej wcale.", + "Add a new whitelist" : "Dodaj nową białą listę", + "IP address" : "Adres IP", + "Mask" : "Maska", "Add" : "Dodaj", + "There was an error adding the IP to the whitelist." : "Wystąpił błąd podczas dodawania adresu IP do białej listy.", "Add new whitelist" : "Dodaj nową białą listę" }, "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);"); diff --git a/l10n/pl.json b/l10n/pl.json index d4fed6c6..8be888b4 100644 --- a/l10n/pl.json +++ b/l10n/pl.json @@ -3,7 +3,11 @@ "Whitelist IPs" : "Biała lista adresów IP", "Brute-force IP whitelist" : "Biała lista IP brute-force", "To whitelist IP ranges from the brute-force protection specify them below. Note that any whitelisted IP can perform authentication attempts without any throttling. For security reasons, it is recommended to whitelist as few hosts as possible or ideally even none at all." : "Aby dodać do białej listy zakresy adresów IP, które będą wykluczone z ochrony przed brutalną siłą, określ je poniżej. Pamiętaj, że każdy z adresu IP z białej listy może wykonać próby uwierzytelnienia bez ograniczania przepustowości. Ze względów bezpieczeństwa zaleca się umieszczenie na białej liście jak najmniejszej liczby hostów, a najlepiej wcale.", + "Add a new whitelist" : "Dodaj nową białą listę", + "IP address" : "Adres IP", + "Mask" : "Maska", "Add" : "Dodaj", + "There was an error adding the IP to the whitelist." : "Wystąpił błąd podczas dodawania adresu IP do białej listy.", "Add new whitelist" : "Dodaj nową białą listę" },"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);" } \ No newline at end of file