nextcloud/apps/files_versions/l10n/sk_SK.js

12 lines
458 B
JavaScript
Raw Normal View History

OC.L10N.register(
"files_versions",
{
"Could not revert: %s" : "Nemožno obnoviť: %s",
"Versions" : "Verzie",
"Failed to revert {file} to revision {timestamp}." : "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
"More versions..." : "Viac verzií...",
"No other versions available" : "Žiadne ďalšie verzie nie sú dostupné",
"Restore" : "Obnoviť"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");