diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-02-22 02:26:32 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-02-22 02:26:32 +0000 |
commit | 710c593d53ab077338ac90d6c73b851d2cc331dc (patch) | |
tree | eb95000ccdcb4b6a85ce7052ac23a9a9abc47005 /apps/dav/l10n/pl.json | |
parent | 926f795df1c69aa112a908ca274585664eaf9f30 (diff) | |
download | nextcloud-server-710c593d53ab077338ac90d6c73b851d2cc331dc.tar.gz nextcloud-server-710c593d53ab077338ac90d6c73b851d2cc331dc.zip |
Fix(l10n): 🔠Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/pl.json')
-rw-r--r-- | apps/dav/l10n/pl.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/pl.json b/apps/dav/l10n/pl.json index f62c6408fd7..2784dc03ed4 100644 --- a/apps/dav/l10n/pl.json +++ b/apps/dav/l10n/pl.json @@ -120,6 +120,8 @@ "Encryption not ready: %1$s" : "Szyfrowanie nie jest gotowe: %1$s", "Failed to open file: %1$s" : "Nie udało się otworzyć pliku: %1$s", "Failed to unlink: %1$s" : "Nie udało się odłączyć: %1$s", + "Invalid chunk name" : "Nieprawidłowa nazwa fragmentu", + "Could not rename part file assembled from chunks" : "Nie można zmienić nazwy pliku podzielonego złożonego z kawałków", "Failed to write file contents: %1$s" : "Nie udało się zapisać zawartości pliku: %1$s", "File not found: %1$s" : "Nie znaleziono pliku: %1$s", "System is in maintenance mode." : "Serwer jest w trybie konserwacji.", @@ -188,8 +190,6 @@ "A calendar <strong>todo</strong> was modified" : "Kalendarz <strong>zadań</strong> został zmieniony", "Invitation canceled" : "Zaproszenie anulowane", "Invitation updated" : "Zaproszenie zaktualizowane", - "Invitation" : "Zaproszenie", - "Invalid chunk name" : "Nieprawidłowa nazwa fragmentu", - "Could not rename part file assembled from chunks" : "Nie można zmienić nazwy pliku podzielonego złożonego z kawałków" + "Invitation" : "Zaproszenie" },"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 |