eo.js 1.3 KB

123456789101112131415161718192021222324
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentoj",
  5. "You commented" : "Vi komentis",
  6. "%1$s commented" : "%1$s komentis",
  7. "{author} commented" : "{author} komentis",
  8. "You commented on %1$s" : "Vi komentis %1$s",
  9. "You commented on {file}" : "Vi komentis pri {file}",
  10. "%1$s commented on %2$s" : "%1$s komentis %2$s",
  11. "{author} commented on {file}" : "{author} komentis pri {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj",
  13. "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj",
  14. "Edit comment" : "Redakti komenton",
  15. "Delete comment" : "Forigi komenton",
  16. "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!",
  17. "Retry" : "Reprovi",
  18. "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"],
  19. "_1 new comment_::_{unread} new comments_" : ["1 nova komento","{unread} novaj komentoj"],
  20. "Comment" : "Komento",
  21. "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 poste estis forigita",
  22. "{user} mentioned you in a comment on “{file}”" : "{user} menciis vin en komento pri „{file}“"
  23. },
  24. "nplurals=2; plural=(n != 1);");