diff options
Diffstat (limited to 'apps/comments/l10n/cs.json')
-rw-r--r-- | apps/comments/l10n/cs.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json index 83e227f1fea..1673a7b7fa1 100644 --- a/apps/comments/l10n/cs.json +++ b/apps/comments/l10n/cs.json @@ -13,19 +13,21 @@ "Files app plugin to add comments to files" : "Zásuvný modul do aplikace Soubory pro přidávání komentářů k souborům", "Edit comment" : "Upravit komentář", "Delete comment" : "Smazat komentář", + "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!", + "Retry" : "Zkusit znovu", + "_%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ář", + "Comment deleted" : "Komentář smazán", "New comment …" : "Nový komentář…", "Post" : "Zveřejnit", "Cancel" : "Storno", "[Deleted user]" : "[Smazaný uživatel]", - "No comments yet, start the conversation!" : "Zatím bez komentářů, začněte konverzaci!", "More comments …" : "Více komentářů…", "Save" : "Uložit", "Allowed characters {count} of {max}" : "Povolených znaků {count} z {max}", "Error occurred while retrieving comment with ID {id}" : "Došlo k chybě při načítání komentáře s identifikátorem {id}", "Error occurred while updating comment with id {id}" : "Došlo k chybě při aktualizování komentáře s id {id}", - "Error occurred while posting comment" : "Došlo k chybě při zveřejňování komentáře", - "_%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ář" + "Error occurred while posting comment" : "Došlo k chybě při zveřejňování komentáře" },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |