eo.js 1.1 KB

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