diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-03-16 00:19:43 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-03-16 00:19:43 +0000 |
commit | 063bae4049bb03051ffc2c6a14aca1cbdb13716d (patch) | |
tree | e7688ee0843600a214f1d9cc7b412b7dbc33a263 /apps/comments/l10n/cs.js | |
parent | 13543ff3ba2813808b0d5552eced29dc7bf898e3 (diff) | |
download | nextcloud-server-063bae4049bb03051ffc2c6a14aca1cbdb13716d.tar.gz nextcloud-server-063bae4049bb03051ffc2c6a14aca1cbdb13716d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments/l10n/cs.js')
-rw-r--r-- | apps/comments/l10n/cs.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index f3372ef27f0..aeaf23a56f0 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -31,6 +31,7 @@ OC.L10N.register( "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", "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", - "_%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"] + "_%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"], + "\"@\" for mentions, \":\" for emoji, \"/\" for smart picker" : "„@“ pro zmínění, „:“ pro emotikony, „/“ pro inteligentní výběr" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); |