diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-05 02:16:45 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-05 02:16:45 +0000 |
commit | 62ab3eb70016f57ced2dfccc7c095c3219c0cbf4 (patch) | |
tree | f419285de41988c31974ee7ad7561c5b339a8247 /apps/files/l10n/pl.js | |
parent | 0ed8d1c2bc50d2eca84ed615e9aa5a9ac749b7f4 (diff) | |
download | nextcloud-server-62ab3eb70016f57ced2dfccc7c095c3219c0cbf4.tar.gz nextcloud-server-62ab3eb70016f57ced2dfccc7c095c3219c0cbf4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files/l10n/pl.js')
-rw-r--r-- | apps/files/l10n/pl.js | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/apps/files/l10n/pl.js b/apps/files/l10n/pl.js index 322aae1ffe0..5451b321d74 100644 --- a/apps/files/l10n/pl.js +++ b/apps/files/l10n/pl.js @@ -82,6 +82,10 @@ OC.L10N.register( "This group folder is full, files can not be updated or synced anymore!" : "Ten katalog grupy jest pełny. Nie można już aktualizować ani synchronizować plików!", "This external storage is full, files can not be updated or synced anymore!" : "Magazyn zewnętrzny jest pełny. Nie można już aktualizować ani synchronizować plików!", "Your storage is full, files can not be updated or synced anymore!" : "Magazyn jest pełny. Nie można już zaktualizować ani zsynchronizować plików!", + "Storage of {owner} is almost full ({usedSpacePercent}%)." : "Magazyn dla {owner} jest pawie pełny ({usedSpacePercent}%).", + "This group folder is almost full ({usedSpacePercent}%)." : "Ten katalog grupy jest prawie pełny ({usedSpacePercent}%).", + "This external storage is almost full ({usedSpacePercent}%)." : "Magazyn zewnętrzny jest prawie pełny ({usedSpacePercent}%).", + "Your storage is almost full ({usedSpacePercent}%)." : "Twój magazyn jest prawie pełny ({usedSpacePercent}%).", "_matches '{filter}'_::_match '{filter}'_" : ["pasujący '{filter}'","pasujące '{filter}'","pasujących '{filter}'","pasujących '{filter}'"], "View in folder" : "Zobacz w katalogu", "Copied!" : "Skopiowano!", @@ -195,6 +199,8 @@ OC.L10N.register( "Limit notifications about creation and changes to your <strong>favorite files</strong> <em>(Stream only)</em>" : "Ogranicz powiadomienia o tworzeniu i zmianach w <strong>ulubionych plikach</strong> <em>(Tylko transmisja strumieniowa)</em>", "A file or folder has been <strong>restored</strong>" : "Plik lub katalog został <strong>przywrócony</strong>", "Use this address to <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">access your Files via WebDAV</a>" : "Użyj tego adresu, aby uzyskać <a href=\"%s\" target=\"_blank\" rel=\"noreferrer noopener\">dostęp do swoich plików poprzez WebDAV</a>", - "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem" + "Cannot transfter ownership of a file or folder you don't own" : "Nie można przenieść prawa własności do pliku lub katalogu, którego nie jesteś właścicielem", + "This group folder is almost full ({usedSpacePercent}%)" : "Ten katalog grupy jest prawie pełny ({usedSpacePercent}%).", + "This external storage is almost full ({usedSpacePercent}%)" : "Magazyn zewnętrzny jest prawie pełny ({usedSpacePercent}%)." }, "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);"); |