diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-21 02:18:44 +0000 |
commit | 2c21adb5a65787b378172adc0257f6d11bbf1428 (patch) | |
tree | fd69227ae820ab5ad3c473d0e841d7eda7955a54 /apps/comments/l10n/sk.js | |
parent | 766590d204e29a946effb5cc8cdad32a4236778a (diff) | |
download | nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.tar.gz nextcloud-server-2c21adb5a65787b378172adc0257f6d11bbf1428.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments/l10n/sk.js')
-rw-r--r-- | apps/comments/l10n/sk.js | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/apps/comments/l10n/sk.js b/apps/comments/l10n/sk.js index 83b20ba099f..785b35fa6b7 100644 --- a/apps/comments/l10n/sk.js +++ b/apps/comments/l10n/sk.js @@ -15,19 +15,21 @@ OC.L10N.register( "Files app plugin to add comments to files" : "Plugin súborovej aplikácie ktorý umožňuje pridávať komentáre k súborom", "Edit comment" : "Upraviť komentár", "Delete comment" : "Zmazať komentár", + "No comments yet, start the conversation!" : "Žiadne komentáre, začnite konverzáciu!", + "Retry" : "Skúsiť znova", + "_%n unread comment_::_%n unread comments_" : ["%n neprečítaný komentár","%n neprečítaných komentárov","%n neprečítaných komentárov","%n neprečítaných komentárov"], + "_1 new comment_::_{unread} new comments_" : ["1 nový komentár","{unread} nové komentáre","{unread} nových komentárov","{unread} nových komentárov"], + "Comment" : "Komentár", + "Comment deleted" : "Komentár bol odstránený", "New comment …" : "Nový komentár ...", "Post" : "Odoslať", "Cancel" : "Zrušiť", "[Deleted user]" : "[Zmazaný užívateľ]", - "No comments yet, start the conversation!" : "Žiadne komentáre, začnite konverzáciu!", "More comments …" : "Ďalšie komentáre ...", "Save" : "Uložiť", "Allowed characters {count} of {max}" : "Počet povolených znakov {count} z {max}", "Error occurred while retrieving comment with ID {id}" : "Pri načítavaní komentára s id {id} nastala chyba", "Error occurred while updating comment with id {id}" : "Pri aktualizovaní komentára s id {id} nastala chyba", - "Error occurred while posting comment" : "Pri odosielaní komentára nastala chyba", - "_%n unread comment_::_%n unread comments_" : ["%n neprečítaný komentár","%n neprečítaných komentárov","%n neprečítaných komentárov","%n neprečítaných komentárov"], - "_1 new comment_::_{unread} new comments_" : ["1 nový komentár","{unread} nové komentáre","{unread} nových komentárov","{unread} nových komentárov"], - "Comment" : "Komentár" + "Error occurred while posting comment" : "Pri odosielaní komentára nastala chyba" }, "nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);"); |