nextcloud/apps/files_versions/l10n/cs.json

11 lines
740 B
JSON
Raw Normal View History

2017-03-02 19:48:52 +03:00
{ "translations": {
"Could not revert: %s" : "Nelze vrátit: %s",
"Versions" : "Verze",
"Failed to revert {file} to revision {timestamp}." : "Selhalo vrácení souboru {file} na verzi {timestamp}.",
2018-05-17 03:13:46 +03:00
"_%n byte_::_%n bytes_" : ["%n bajt","%n bajty","%n bajtů","%n bajtů"],
2017-03-02 19:48:52 +03:00
"Restore" : "Obnovit",
2017-05-01 03:07:32 +03:00
"No earlier versions available" : "Nejsou dostupné dřívější verze",
2018-09-01 03:12:17 +03:00
"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í."
2018-05-18 03:13:45 +03:00
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
2017-03-02 19:48:52 +03:00
}