pl.json 3.1 KB

123456789101112131415161718192021222324
  1. { "translations": {
  2. "Versions" : "Wersje",
  3. "This application automatically maintains older versions of files that are changed." : "Aplikacja przechowuje starsze wersje plików poddanych modyfikacji.",
  4. "Name this version" : "Nazwij tę wersję",
  5. "Edit version name" : "Edytuj nazwę wersji",
  6. "Compare to current version" : "Porównaj z aktualną wersją",
  7. "Restore version" : "Przywróć wersję",
  8. "Download version" : "Pobierz wersję",
  9. "Delete version" : "Usuń wersję",
  10. "Current version" : "Obecna wersja",
  11. "Initial version" : "Początkowa wersja",
  12. "Version name" : "Nazwa wersji",
  13. "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.",
  14. "Remove version name" : "Usuń nazwę wersji",
  15. "Save version name" : "Zapis nazwę wersji",
  16. "Initial version restored" : "Przywrócono wersję początkową",
  17. "Version restored" : "Wersja przywrócona",
  18. "Could not restore version" : "Nie można przywrócić wersji",
  19. "Could not delete version" : "Nie można usunąć wersji",
  20. "${version.label} restored" : "Przywrócono ${version.label}",
  21. "This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every user's directory and is used to store old file versions. A user can revert to an older version through the web interface at any time, with the replaced file becoming a version. The app automatically manages the versions folder to ensure the user does not run out of Quota because of versions.\n\t\tIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the user's currently available free space. If stored versions exceed this limit, the app will delete the oldest versions first until it meets this limit. More information is available in the Versions documentation." : "Aplikacja automatycznie utrzymuje starsze wersje zmienionych plików. Po włączeniu, ukryty katalog versions jest udostępniany w każdym katalogu użytkownika i służy do przechowywania starych wersji plików. Użytkownik może w dowolnym momencie powrócić do starszej wersji za pośrednictwem strony internetowej, a zastąpiony plik staje się jego wersją. Aplikacja automatycznie zarządza katalogiem versions, aby zapewnić użytkownikowi ciągłość wersji.\n\t\tOprócz wygaśnięcia wersji, aplikacja Versions zapewnia, że nigdy nie będzie wykorzystywać więcej niż 50% dostępnej przestrzeni użytkownika. Jeśli przechowywane wersje przekroczą ten limit, aplikacja usunie najpierw najstarsze wersje, aż do osiągnięcia tego limitu. Więcej informacji można znaleźć w dokumentacji Versions.",
  22. "Could not set version name" : "Nie można ustawić nazwy wersji"
  23. },"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);"
  24. }