diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-10-05 02:14:14 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-10-05 02:14:14 +0000 |
commit | 89635e894986fd63d6acab37e78af80ced79505e (patch) | |
tree | 95816cab331dc167c9fcc1022afbfd79e69d4b6a /apps/comments | |
parent | 23df9424545880d6259bcd730d62835a43e263d0 (diff) | |
download | nextcloud-server-89635e894986fd63d6acab37e78af80ced79505e.tar.gz nextcloud-server-89635e894986fd63d6acab37e78af80ced79505e.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/cs.js | 6 | ||||
-rw-r--r-- | apps/comments/l10n/cs.json | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/apps/comments/l10n/cs.js b/apps/comments/l10n/cs.js index 34410e94adb..a0eceea58fd 100644 --- a/apps/comments/l10n/cs.js +++ b/apps/comments/l10n/cs.js @@ -3,14 +3,14 @@ OC.L10N.register( { "Comments" : "Komentáře", "You commented" : "Okomentovali jste", - "%1$s commented" : "%1$s okomentován", + "%1$s commented" : "%1$s okomentováno", "{author} commented" : "{author} okomentoval(a)", "You commented on %1$s" : "Okomentovali jste %1$s", "You commented on {file}" : "Okomentovali jste {file}", "%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s", "{author} commented on {file}" : "{author} okomentoval(a) {file}", "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům", - "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", + "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", "{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", "Edit comment" : "Upravit komentář", @@ -28,7 +28,7 @@ OC.L10N.register( "Comment deleted" : "Komentář smazán", "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 v souboru „{file}“, v komentáři od uživatele, který byl později smazán", + "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", "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“" }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/comments/l10n/cs.json b/apps/comments/l10n/cs.json index f89994cf2dd..ea8ca31df6d 100644 --- a/apps/comments/l10n/cs.json +++ b/apps/comments/l10n/cs.json @@ -1,14 +1,14 @@ { "translations": { "Comments" : "Komentáře", "You commented" : "Okomentovali jste", - "%1$s commented" : "%1$s okomentován", + "%1$s commented" : "%1$s okomentováno", "{author} commented" : "{author} okomentoval(a)", "You commented on %1$s" : "Okomentovali jste %1$s", "You commented on {file}" : "Okomentovali jste {file}", "%1$s commented on %2$s" : "%1$s okomentoval(a) %2$s", "{author} commented on {file}" : "{author} okomentoval(a) {file}", "<strong>Comments</strong> for files" : "<strong>Komentáře</strong> k souborům", - "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", + "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", "{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", "Edit comment" : "Upravit komentář", @@ -26,7 +26,7 @@ "Comment deleted" : "Komentář smazán", "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 v souboru „{file}“, v komentáři od uživatele, který byl později smazán", + "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", "{user} mentioned you in a comment on “{file}”" : "{user} vás zmínil(a) v komentáři u „{file}“" },"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 |