cs.json 566 B

12345678910
  1. { "translations": {
  2. "Could not revert: %s" : "Nelze vrátit: %s",
  3. "Versions" : "Verze",
  4. "Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.",
  5. "_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
  6. "Restore" : "Obnovit",
  7. "No earlier versions available" : "Nejsou dostupné dřívější verze",
  8. "More versions …" : "Víc verzí …"
  9. },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
  10. }