cs.json 2.2 KB

123456789101112131415161718192021222324252627282930
  1. { "translations": {
  2. "Comments" : "Komentáře",
  3. "You commented" : "Okomentovali jste",
  4. "{author} commented" : "{author} okomentoval(a)",
  5. "You commented on %1$s" : "Okomentovali jste %1$s",
  6. "You commented on {file}" : "Okomentovali jste {file}",
  7. "%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s",
  8. "{author} commented on {file}" : "{author} okomentoval(a) {file}",
  9. "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům",
  10. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Byli jste zmíněni u souboru „{file}“, v komentáři od uživatele, který byl později smazán",
  11. "{user} mentioned you in a comment on \"{file}\"" : "{user} vás zmínil(a) v komentáři u „{file}“",
  12. "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
  13. "Edit comment" : "Upravit komentář",
  14. "Delete comment" : "Smazat komentář",
  15. "Cancel edit" : "Zrušit úpravu",
  16. "Post comment" : "Odeslat komentář",
  17. "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!",
  18. "No more messages" : "Žádné další zprávy",
  19. "Retry" : "Zkusit znovu",
  20. "Unable to load the comments list" : "Nedaří se načíst seznam komentářů",
  21. "_%n unread comment_::_%n unread comments_" : ["%n nepřečtený komentář","%n nepřečtené komentáře","%n nepřečtených komentářů","%n nepřečtené komentáře"],
  22. "_1 new comment_::_{unread} new comments_" : ["Jeden nový komentář","{unread} nové komentáře","{unread} nových komentářů","{unread} nové komentáře"],
  23. "Comment" : "Komentář",
  24. "An error occurred while trying to edit the comment" : "Došlo k chybě při pokusu o úpravu komentáře",
  25. "Comment deleted" : "Komentář smazán",
  26. "An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře",
  27. "An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře",
  28. "%1$s commented" : "%1$s okomentováno"
  29. },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
  30. }