cs.json 2.5 KB

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