diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:42 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-14 00:19:42 +0000 |
commit | 91f23469c41c307803c6bab019c1c2245d1150ee (patch) | |
tree | 4d4759f33cc4473a086882325a1e65e97dd76324 /core/l10n/pl.js | |
parent | c416abbb7fa6acd8bc01613cd930ca57a8762a52 (diff) | |
download | nextcloud-server-91f23469c41c307803c6bab019c1c2245d1150ee.tar.gz nextcloud-server-91f23469c41c307803c6bab019c1c2245d1150ee.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'core/l10n/pl.js')
-rw-r--r-- | core/l10n/pl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/l10n/pl.js b/core/l10n/pl.js index 2b13a2a8dad..0df63e95804 100644 --- a/core/l10n/pl.js +++ b/core/l10n/pl.js @@ -217,7 +217,6 @@ OC.L10N.register( "Search in" : "Szukaj w", "Filter in current view" : "Filtruj w bieżącym widoku", "Searching …" : "Wyszukiwanie…", - "Start typing in search" : "Zacznij pisać w wyszukiwarce", "No matching results" : "Brak pasujących wyników", "Between ${this.dateFilter.startFrom.toLocaleDateString()} and ${this.dateFilter.endAt.toLocaleDateString()}" : "Pomiędzy ${this.dateFilter.startFrom.toLocaleDateString()} a ${this.dateFilter.endAt.toLocaleDateString()}", "This browser is not supported" : "Ta przeglądarka nie jest obsługiwana", @@ -453,6 +452,7 @@ OC.L10N.register( "Your remote address was identified as \"{remoteAddress}\" and is bruteforce throttled at the moment slowing down the performance of various requests. If the remote address is not your address this can be an indication that a proxy is not configured correctly. Further information can be found in the {linkstart}documentation ↗{linkend}." : "Twój zdalny adres został zidentyfikowany jako \"{remoteAddress}\" i jest obecnie dławiony metodą bruteforce, co spowalnia działanie różnych żądań. Jeśli adres zdalny nie jest adresem użytkownika, może to wskazywać na nieprawidłową konfigurację serwera proxy. Więcej informacji można znaleźć w {linkstart}dokumentacji ↗{linkend}.", "The database is used for transactional file locking. To enhance performance, please configure memcache, if available. See the {linkstart}documentation ↗{linkend} for more information." : "Baza danych służy do blokowania plików transakcyjnych. Aby zwiększyć wydajność, skonfiguruj pamięć podręczną memcache, jeśli jest dostępna. Więcej informacji znajdziesz w {linkstart}dokumentacji ↗{linkend}.", "PHP 8.0 is now deprecated in Nextcloud 27. Nextcloud 28 may require at least PHP 8.1. Please upgrade to {linkstart}one of the officially supported PHP versions provided by the PHP Group ↗{linkend} as soon as possible." : "PHP 8.0 jest teraz przestarzałe w Nextcloud 27. Nextcloud 28 może wymagać co najmniej PHP 8.1. Jak najszybciej zaktualizuj do {linkstart}jednej z oficjalnie obsługiwanych wersji PHP dostarczonych przez PHP Group ↗{linkend}.", - "Avatar of {fullName}" : "Awatar {fullName}" + "Avatar of {fullName}" : "Awatar {fullName}", + "Start typing in search" : "Zacznij pisać w wyszukiwarce" }, "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);"); |