nextcloud/apps/files_versions/l10n/cs.js

16 lines
3.9 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "Nelze vrátit: %s",
"Versions" : "Verze",
"Failed to revert {file} to revision {timestamp}." : "Nepodařilo se vrátit {file} na verzi {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
"Restore" : "Obnovit",
"No earlier versions available" : "Nejsou dostupné dřívější verze",
"More versions …" : "Více verzí…",
"This application automatically maintains older versions of files that are changed." : "Tato aplikace automaticky uchovává starší verze souborů, které se mění.",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users 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 doesnt 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 users 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." : "Tato aplikace automaticky udržuje starší verze souborů, které se změnily. Když je zapnutá, je v každém adresáři uživatele vytvořena složka pro skryté verze a do ní jsou ukládány staré verze souborů. Uživatel se kdykoli může vrátit ke starším verzím prostřednictvím webového rozhraní s tím, že sám nahrazovaný soubor se stane verzí. Aplikace automaticky zpravuje složku s verzemi aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá svou kvótu.\n\t\tKrom expirace verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnout tento limit, aplikace smaže nejstarší verze, aby se do tohoto limitu vešla. Více informací je k dispozici v dokumentaci k aplikaci Verze.",
"This application automatically maintains older versions of files that are changed. When enabled, a hidden versions folder is provisioned in every users 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 doesnt run out of Quota because of versions.\nIn addition to the expiry of versions, the versions app makes certain never to use more than 50% of the users 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." : "Tato aplikace automaticky udržuje starší verze souborů, které se změnily. Když je zapnutá, je v každém adresáři uživatele vytvořena složka pro skryté verze a do ní jsou ukládány staré verze souborů. Uživatel se kdykoli může vrátit ke starším verzím prostřednictvím webového rozhraní s tím, že sám nahrazovaný soubor se stane verzí. Aplikace automaticky zpravuje složku s verzemi aby bylo zajištěno, že uživatel kvůli starým verzím nevyčerpá svou kvótu.\n\t\tKrom expirace verzí, aplikace Verze zajišťuje, že nikdy nepoužije více než 50% volného prostoru, který má uživatel k dispozici. Pokud uložené verze přesáhnout tento limit, aplikace smaže nejstarší verze, aby se do tohoto limitu vešla. Více informací je k dispozici v dokumentaci k aplikaci Verze."
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");