diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:36 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-28 00:28:36 +0000 |
commit | cf035c8cad039b89c2a58353e21c4a762e1dd256 (patch) | |
tree | 7c00aa299ce895d1dfdab94b53aee0b2dbe75be6 /apps/files/l10n/pl.js | |
parent | 0181e189a6b09d594e86cf11a1dd0c72ea23cc1d (diff) | |
download | nextcloud-server-cf035c8cad039b89c2a58353e21c4a762e1dd256.tar.gz nextcloud-server-cf035c8cad039b89c2a58353e21c4a762e1dd256.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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 254d1a5c4bf..4081a42db66 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -207,7 +207,6 @@ OC.L10N.register( "Cannot transfer ownership of a file or folder you do not own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem", "Select file or folder to link to" : "Wybierz plik lub katalog do linku", "Choose {file}" : "Wybierz {file}", - "Add" : "Dodaj", "Loading current folder" : "Ładowanie bieżącego katalogu", "No files in here" : "Brak plików", "Upload some content or sync with your devices!" : "Wyślij lub zsynchronizuj pliki z urządzeniami.", @@ -305,6 +304,7 @@ OC.L10N.register( "This list is not fully rendered for performances reasons. The files will be rendered as you navigate through the list." : "Ta lista nie jest w pełni renderowana ze względu na wydajność. Pliki będą renderowane podczas poruszania się po liście.", "Search for an account" : "Wyszukaj konto", "Choose" : "Wybierz", - "No files or folders have been deleted yet" : "Żadne pliki ani katalogi nie zostały jeszcze usunięte" + "No files or folders have been deleted yet" : "Żadne pliki ani katalogi nie zostały jeszcze usunięte", + "Add" : "Dodaj" }, "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);"); |