Skip to content

Commit

Permalink
Fix(l10n): Update translations from Transifex
Browse files Browse the repository at this point in the history
Signed-off-by: Nextcloud bot <[email protected]>
  • Loading branch information
nextcloud-bot committed Nov 21, 2024
1 parent 1ffd6f0 commit e0db405
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions l10n/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);");
4 changes: 4 additions & 0 deletions l10n/pl.json
Original file line number Diff line number Diff line change
Expand Up @@ -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);"
}

0 comments on commit e0db405

Please sign in to comment.