diff options
Diffstat (limited to 'apps/comments')
-rw-r--r-- | apps/comments/l10n/eo.js | 26 | ||||
-rw-r--r-- | apps/comments/l10n/eo.json | 26 |
2 files changed, 40 insertions, 12 deletions
diff --git a/apps/comments/l10n/eo.js b/apps/comments/l10n/eo.js index c9416bf59a9..d9c2e271b52 100644 --- a/apps/comments/l10n/eo.js +++ b/apps/comments/l10n/eo.js @@ -1,20 +1,34 @@ OC.L10N.register( "comments", { - "Type in a new comment..." : "Tajpu novan komenton...", + "Edit comment" : "Redakti komenton", "Delete comment" : "Forigi komenton", + "New comment …" : "Nova komento …", "Post" : "Afiŝi", "Cancel" : "Nuligi", - "Edit comment" : "Redakti komenton", "[Deleted user]" : "[Forigita uzanto]", "Comments" : "Komentoj", - "No other comments available" : "Neniu alia komento disponeblas", - "More comments..." : "Pli da komentoj...", + "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!", + "More comments …" : "Pli da komentoj...", "Save" : "Konservi", "Allowed characters {count} of {max}" : "Permesataj karakteroj: {count} el {max}", - "{count} unread comments" : "{count} nelegitaj komentoj", + "Error occurred while retrieving comment with ID {id}" : "Eraro dum ricevo de komento kun identigilo {id}", + "Error occurred while updating comment with id {id}" : "Eraro dum ĝisdatigo de komento kun identigilo {id}", + "Error occurred while posting comment" : "Eraro dum sendo de komento", + "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"], "Comment" : "Komento", + "You commented" : "Vi komentis", "%1$s commented" : "%1$s komentis", - "%1$s commented on %2$s" : "%1$s komentis %2$s" + "{author} commented" : "{author} komentis", + "You commented on %1$s" : "Vi komentis %1$s", + "You commented on {file}" : "Vi komentis pri {file}", + "%1$s commented on %2$s" : "%1$s komentis %2$s", + "{author} commented on {file}" : "{author} komentis pri {file}", + "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Vi estis menciita en „{file}“, en komento de uzanto, kiu ekde tiam estis forigita", + "{user} mentioned you in a comment on “{file}”" : "{user} menciis vin en komento pri „{file}“", + "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vi estis menciita en „%s“, en komento de uzanto, kiu ekde tiam estis forigita", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s menciis vin en komento pri „%2$s“" }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/comments/l10n/eo.json b/apps/comments/l10n/eo.json index b14d92caefa..99240295276 100644 --- a/apps/comments/l10n/eo.json +++ b/apps/comments/l10n/eo.json @@ -1,18 +1,32 @@ { "translations": { - "Type in a new comment..." : "Tajpu novan komenton...", + "Edit comment" : "Redakti komenton", "Delete comment" : "Forigi komenton", + "New comment …" : "Nova komento …", "Post" : "Afiŝi", "Cancel" : "Nuligi", - "Edit comment" : "Redakti komenton", "[Deleted user]" : "[Forigita uzanto]", "Comments" : "Komentoj", - "No other comments available" : "Neniu alia komento disponeblas", - "More comments..." : "Pli da komentoj...", + "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!", + "More comments …" : "Pli da komentoj...", "Save" : "Konservi", "Allowed characters {count} of {max}" : "Permesataj karakteroj: {count} el {max}", - "{count} unread comments" : "{count} nelegitaj komentoj", + "Error occurred while retrieving comment with ID {id}" : "Eraro dum ricevo de komento kun identigilo {id}", + "Error occurred while updating comment with id {id}" : "Eraro dum ĝisdatigo de komento kun identigilo {id}", + "Error occurred while posting comment" : "Eraro dum sendo de komento", + "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"], "Comment" : "Komento", + "You commented" : "Vi komentis", "%1$s commented" : "%1$s komentis", - "%1$s commented on %2$s" : "%1$s komentis %2$s" + "{author} commented" : "{author} komentis", + "You commented on %1$s" : "Vi komentis %1$s", + "You commented on {file}" : "Vi komentis pri {file}", + "%1$s commented on %2$s" : "%1$s komentis %2$s", + "{author} commented on {file}" : "{author} komentis pri {file}", + "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj", + "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Vi estis menciita en „{file}“, en komento de uzanto, kiu ekde tiam estis forigita", + "{user} mentioned you in a comment on “{file}”" : "{user} menciis vin en komento pri „{file}“", + "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj", + "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Vi estis menciita en „%s“, en komento de uzanto, kiu ekde tiam estis forigita", + "%1$s mentioned you in a comment on “%2$s”" : "%1$s menciis vin en komento pri „%2$s“" },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |