diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-01-01 01:07:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-01-01 01:07:30 +0000 |
commit | 5c50df72b7efeb4a9171426348cdfa4725f91ce8 (patch) | |
tree | 426cf9e2826dedf65cecbc09e12a36825d5d3339 /apps/comments | |
parent | 02eb0f7fa43a7eb71f4f0a1c0b40d6ddb4fda4ca (diff) | |
download | nextcloud-server-5c50df72b7efeb4a9171426348cdfa4725f91ce8.tar.gz nextcloud-server-5c50df72b7efeb4a9171426348cdfa4725f91ce8.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/sk_SK.js | 28 | ||||
-rw-r--r-- | apps/comments/l10n/sk_SK.json | 28 |
2 files changed, 54 insertions, 2 deletions
diff --git a/apps/comments/l10n/sk_SK.js b/apps/comments/l10n/sk_SK.js index 808e0bff4d4..ed68f8f11ed 100644 --- a/apps/comments/l10n/sk_SK.js +++ b/apps/comments/l10n/sk_SK.js @@ -1,8 +1,34 @@ OC.L10N.register( "comments", { + "Comments" : "Komentáre", + "Unknown user" : "Neznámy používateľ", + "New comment …" : "Nový komentár ...", + "Delete comment" : "Zmazať komentár", + "Post" : "Odoslať", "Cancel" : "Zrušiť", + "Edit comment" : "Upraviť komentár", + "[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ť", - "Comment" : "Komentár" + "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"], + "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}", + "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory", + "Type in a new comment..." : "Zadať nový komentár...", + "No other comments available" : "Žiadne ďalšie komentáre nie sú dostupné", + "More comments..." : "Ďalšie komentáre...", + "{count} unread comments" : "{count} neprečítaných komentárov" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/apps/comments/l10n/sk_SK.json b/apps/comments/l10n/sk_SK.json index 649d040de7a..f85f7dfb3e2 100644 --- a/apps/comments/l10n/sk_SK.json +++ b/apps/comments/l10n/sk_SK.json @@ -1,6 +1,32 @@ { "translations": { + "Comments" : "Komentáre", + "Unknown user" : "Neznámy používateľ", + "New comment …" : "Nový komentár ...", + "Delete comment" : "Zmazať komentár", + "Post" : "Odoslať", "Cancel" : "Zrušiť", + "Edit comment" : "Upraviť komentár", + "[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ť", - "Comment" : "Komentár" + "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"], + "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}", + "<strong>Comments</strong> for files" : "<strong>Komentáre</strong> pre súbory", + "Type in a new comment..." : "Zadať nový komentár...", + "No other comments available" : "Žiadne ďalšie komentáre nie sú dostupné", + "More comments..." : "Ďalšie komentáre...", + "{count} unread comments" : "{count} neprečítaných komentárov" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |