diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-01-27 00:38:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-01-27 00:38:38 +0000 |
commit | 787b2a3c90dab143a08bf7108ccb70082c4641a1 (patch) | |
tree | cb0e62d498b94913d7fd067f4b50f3041bb25e0f /apps/files_versions/l10n/pl.json | |
parent | af78145e21ed1fd2010b630ba4c3802a56b368a8 (diff) | |
download | nextcloud-server-787b2a3c90dab143a08bf7108ccb70082c4641a1.tar.gz nextcloud-server-787b2a3c90dab143a08bf7108ccb70082c4641a1.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files_versions/l10n/pl.json')
-rw-r--r-- | apps/files_versions/l10n/pl.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_versions/l10n/pl.json b/apps/files_versions/l10n/pl.json index 79a2036205a..266d3b014b9 100644 --- a/apps/files_versions/l10n/pl.json +++ b/apps/files_versions/l10n/pl.json @@ -8,17 +8,17 @@ "Restore version" : "Przywróć wersję", "Download version" : "Pobierz wersję", "Delete version" : "Usuń wersję", + "Current version" : "Obecna wersja", + "Initial version" : "Początkowa wersja", "Version name" : "Nazwa wersji", "Named versions are persisted, and excluded from automatic cleanups when your storage quota is full." : "Nazwane wersje są utrwalane i wykluczane z automatycznego czyszczenia, gdy limit przechowywania zostanie przekroczony.", "Remove version name" : "Usuń nazwę wersji", "Save version name" : "Zapis nazwę wersji", - "Current version" : "Obecna wersja", - "Initial version" : "Początkowa wersja", "Initial version restored" : "Przywrócono wersję początkową", "Version restored" : "Wersja przywrócona", "Could not restore version" : "Nie można przywrócić wersji", - "Could not set version name" : "Nie można ustawić nazwy wersji", "Could not delete version" : "Nie można usunąć wersji", - "${version.label} restored" : "Przywrócono ${version.label}" + "${version.label} restored" : "Przywrócono ${version.label}", + "Could not set version name" : "Nie można ustawić nazwy wersji" },"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 |