nextcloud/apps/comments/l10n/cs.js

43 lines
2.9 KiB
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"comments",
{
2019-02-27 04:12:05 +03:00
"Comments" : "Komentáře",
"You commented" : "Okomentovali jste",
"%1$s commented" : "%1$s okomentován",
"{author} commented" : "{author} okomentoval(a)",
"You commented on %1$s" : "Okomentovali jste %1$s",
"You commented on {file}" : "Okomentovali jste {file}",
2019-11-28 05:16:54 +03:00
"%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s",
2019-02-27 04:12:05 +03:00
"{author} commented on {file}" : "{author} okomentoval(a) {file}",
2021-03-15 05:24:10 +03:00
"<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům",
2019-11-28 05:16:54 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Byli jste zmíněni v souboru „{file}“, v komentáři od uživatele, který byl později smazán",
2019-02-27 04:12:05 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“",
"Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům",
2018-04-12 03:19:20 +03:00
"Edit comment" : "Upravit komentář",
2017-03-02 19:48:52 +03:00
"Delete comment" : "Smazat komentář",
2020-10-23 05:18:51 +03:00
"Cancel edit" : "Zrušit úpravu",
"Post comment" : "Odeslat komentář",
2020-10-21 05:18:44 +03:00
"No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!",
2020-10-23 05:18:51 +03:00
"No more messages" : "Žádné další zprávy",
2020-10-21 05:18:44 +03:00
"Retry" : "Zkusit znovu",
2020-10-23 05:18:51 +03:00
"Unable to load the comments list" : "Nedaří se načíst seznam komentářů",
2020-10-21 05:18:44 +03:00
"_%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"],
"_1 new comment_::_{unread} new comments_" : ["Jeden nový komentář","{unread} nové komentáře","{unread} nových komentářů","{unread} nové komentáře"],
"Comment" : "Komentář",
2020-10-23 05:18:51 +03:00
"An error occurred while trying to edit the comment" : "Došlo k chybě při pokusu o úpravu komentáře",
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Komentář smazán",
2020-10-23 05:18:51 +03:00
"An error occurred while trying to delete the comment" : "Došlo k chybě při pokusu o smazání komentáře",
"An error occurred while trying to create the comment" : "Došlo k chybě při pokusu o vytvoření komentáře",
2018-05-26 03:13:01 +03:00
"New comment …" : "Nový komentář…",
2017-03-02 19:48:52 +03:00
"Post" : "Zveřejnit",
2018-05-26 03:13:01 +03:00
"Cancel" : "Storno",
2017-03-02 19:48:52 +03:00
"[Deleted user]" : "[Smazaný uživatel]",
2018-05-26 03:13:01 +03:00
"More comments …" : "Více komentářů…",
2017-03-02 19:48:52 +03:00
"Save" : "Uložit",
2020-12-18 05:20:09 +03:00
"Allowed characters {count} of {max}" : "Využito {count} znaků z {max}",
2019-11-29 05:16:53 +03:00
"Error occurred while retrieving comment with ID {id}" : "Došlo k chybě při načítání komentáře s identifikátorem {id}",
2017-03-02 19:48:52 +03:00
"Error occurred while updating comment with id {id}" : "Došlo k chybě při aktualizování komentáře s id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Došlo k chybě při zveřejňování komentáře"
2017-03-02 19:48:52 +03:00
},
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");