nextcloud/apps/comments/l10n/sk.js

35 lines
2.3 KiB
JavaScript
Raw Normal View History

2017-03-02 19:48:52 +03:00
OC.L10N.register(
"comments",
{
2018-04-12 03:19:20 +03:00
"Edit comment" : "Upraviť komentár",
2017-03-02 19:48:52 +03:00
"Delete comment" : "Zmazať komentár",
2018-04-12 03:19:20 +03:00
"New comment …" : "Nový komentár ...",
2017-03-02 19:48:52 +03:00
"Post" : "Odoslať",
"Cancel" : "Zrušiť",
"[Deleted user]" : "[Zmazaný užívateľ]",
2018-07-26 03:12:01 +03:00
"Comments" : "Komentáre",
2017-03-02 19:48:52 +03:00
"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}",
2018-04-13 03:11:47 +03:00
"Error occurred while retrieving comment with ID {id}" : "Pri načítavaní komentára s id {id} nastala chyba",
2017-03-02 19:48:52 +03:00
"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",
2018-05-17 03:13:46 +03:00
"_%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"],
2017-03-02 19:48:52 +03:00
"Comment" : "Komentár",
"You commented" : "Komentovali ste",
"%1$s commented" : "%1$s komentoval",
"{author} commented" : "{author} komentoval",
"You commented on %1$s" : "Komentovali ste %1$s",
"You commented on {file}" : "Komentovali ste {file}",
"%1$s commented on %2$s" : "%1$s komentoval %2$s",
"{author} commented on {file}" : "{author} komentoval {file}",
2017-05-24 03:08:22 +03:00
"<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory",
2018-10-27 03:12:35 +03:00
"You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"{file}\", v komentári používateľom ktorý bol už vymazaný",
2017-11-28 04:09:52 +03:00
"{user} mentioned you in a comment on “{file}”" : "{user} vás spomenul v komentári k “{file}”",
2018-10-27 03:12:35 +03:00
"Files app plugin to add comments to files" : "Plugin súborovej aplikácie ktorý umožňuje pridávať komentáre k súborom",
2018-11-23 04:12:51 +03:00
"You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Boli ste spomenutý v \"%s\", v komentári používateľom ktorý bol už vymazaný",
"%1$s mentioned you in a comment on “%2$s”" : "%1$s vás spomenul v komentári k \"%2$s\""
2017-03-02 19:48:52 +03:00
},
2018-05-18 03:13:45 +03:00
"nplurals=4; plural=(n % 1 == 0 && n == 1 ? 0 : n % 1 == 0 && n >= 2 && n <= 4 ? 1 : n % 1 != 0 ? 2: 3);");