diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:40 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-10-26 00:20:40 +0000 |
commit | 9aef01668338c313e133928f0c889ac895fc0f89 (patch) | |
tree | dd9e891557ded826921d7006eae3881cc48c3352 /apps/files/l10n/pl.js | |
parent | 3e8a6744c48185979c76ca30f865bf25488947f4 (diff) | |
download | nextcloud-server-9aef01668338c313e133928f0c889ac895fc0f89.tar.gz nextcloud-server-9aef01668338c313e133928f0c889ac895fc0f89.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 230fb00cc4c..f616f462d4a 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -115,9 +115,9 @@ OC.L10N.register( "Choose {file}" : "Wybierz {file}", "New" : "Nowy", "Loading current folder" : "Ładowanie bieżącego katalogu", + "Retry" : "Powtórz", "No files in here" : "Brak plików", "Upload some content or sync with your devices!" : "Wyślij lub zsynchronizuj pliki z urządzeniami.", - "Go to the previous folder" : "Przejdź do poprzedniego katalogu", "Go back" : "Wstecz", "Share" : "Udostępnij", "Shared by link" : "Udostępnione linkiem", @@ -223,6 +223,9 @@ OC.L10N.register( "Files moved successfully" : "Pliki zostały przeniesione pomyślnie", "Conflicts resolution skipped" : "Pominięto rozwiązywanie konfliktów", "Upload cancelled" : "Anulowano przesyłanie", + "This operation is forbidden" : "Ta operacja jest niedozwolona", + "This directory is unavailable, please check the logs or contact the administrator" : "Ten katalog jest niedostępny, sprawdź logi lub skontaktuj się z administratorem", + "Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny", "_{folderCount} folder_::_{folderCount} folders_" : ["{folderCount} katalog","{folderCount} katalogi","{folderCount} katalogów","{folderCount} katalogów"], "_{fileCount} file_::_{fileCount} files_" : ["{fileCount} plik","{fileCount} pliki","{fileCount} plików","{fileCount} plików"], "_1 file and {folderCount} folder_::_1 file and {folderCount} folders_" : ["1 plik i {folderCount} katalog","1 plik i {folderCount} katalogi","1 plik i {folderCount} katalogów","1 plik i {folderCount} katalogów"], @@ -277,9 +280,6 @@ OC.L10N.register( "Select directory \"{dirName}\"" : "Wybierz katalog \"{dirName}\"", "Select file \"{fileName}\"" : "Wybierz plik \"{fileName}\"", "Unable to determine date" : "Nie można ustalić daty", - "This operation is forbidden" : "Ta operacja jest niedozwolona", - "This directory is unavailable, please check the logs or contact the administrator" : "Ten katalog jest niedostępny, sprawdź logi lub skontaktuj się z administratorem", - "Storage is temporarily not available" : "Magazyn jest tymczasowo niedostępny", "Could not move \"{file}\", target exists" : "Nie można przenieść \"{file}\" - plik o takiej nazwie już istnieje", "Could not move \"{file}\"" : "Nie można przenieść \"{file}\"", "copy" : "kopia", @@ -337,6 +337,7 @@ OC.L10N.register( "Could not rename \"{oldName}\"" : "Nie można zmienić nazwy \"{oldName}\"", "Storage informations" : "Informacje o przechowywaniu", "Choose file" : "Wybierz plik", + "Go to the previous folder" : "Przejdź do poprzedniego katalogu", "Open the files app settings" : "Otwórz ustawienia aplikacji plików", "You might not have have permissions to view it, ask the sender to share it" : "Możesz nie mieć uprawnień, aby go wyświetlić, poproś nadawcę o udostępnienie", "The files is locked" : "Pliki są zablokowane", |