blob: 93a6575cccd0e9ad82cdea5491c68ee0a0fd4f25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
{ "translations": {
"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}.",
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajtov","%n bajtov"],
"Restore" : "Obnoviť",
"No versions available" : "Žiadne verzie nie sú dostupné",
"More versions..." : "Viac verzií...",
"No other versions available" : "Žiadne ďalšie verzie nie sú dostupné"
},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
}
|