nextcloud/apps/files_versions/l10n/sk.js

15 lines
848 B
JavaScript

OC.L10N.register(
"files_versions",
{
"Versions" : "Verzie",
"Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajtov","%n bajtov","%n bajtov"],
"Restore" : "Obnoviť",
"No other versions available" : "Žiadne ďalšie verzie nie sú dostupné",
"This application automatically maintains older versions of files that are changed." : "Táto aplikácia automaticky spravuje staršie verzie súborov, ktoré sú zmenené",
"Could not revert: %s" : "Nemožno obnoviť: %s",
"No earlier versions available" : "Nie sú dostupné predchádzajúce verzie",
"More versions …" : "Viac verzií ..."
},
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");