eo.js 2.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Redakti komenton",
  5. "Delete comment" : "Forigi komenton",
  6. "New comment …" : "Nova komento …",
  7. "Post" : "Afiŝi",
  8. "Cancel" : "Nuligi",
  9. "[Deleted user]" : "[Forigita uzanto]",
  10. "Comments" : "Komentoj",
  11. "No comments yet, start the conversation!" : "Neniu komento, ekkonversaciu!",
  12. "More comments …" : "Pli da komentoj...",
  13. "Save" : "Konservi",
  14. "Allowed characters {count} of {max}" : "{count} el {max} signoj maksimume",
  15. "Error occurred while retrieving comment with ID {id}" : "Eraro dum ricevo de komento kun identigilo {id}",
  16. "Error occurred while updating comment with id {id}" : "Eraro dum ĝisdatigo de komento kun identigilo {id}",
  17. "Error occurred while posting comment" : "Eraro dum sendo de komento",
  18. "_%n unread comment_::_%n unread comments_" : ["%n nelegataj komentoj","%n nelegataj komentoj"],
  19. "Comment" : "Komento",
  20. "You commented" : "Vi komentis",
  21. "%1$s commented" : "%1$s komentis",
  22. "{author} commented" : "{author} komentis",
  23. "You commented on %1$s" : "Vi komentis %1$s",
  24. "You commented on {file}" : "Vi komentis pri {file}",
  25. "%1$s commented on %2$s" : "%1$s komentis %2$s",
  26. "{author} commented on {file}" : "{author} komentis pri {file}",
  27. "<strong>Comments</strong> for files" : "<strong>Komentoj</strong> por dosieroj",
  28. "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",
  29. "{user} mentioned you in a comment on “{file}”" : "{user} menciis vin en komento pri „{file}“",
  30. "Files app plugin to add comments to files" : "Kromprogramo por la aplikaĵo „Dosieroj“ por aldoni komentojn al dosieroj",
  31. "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",
  32. "%1$s mentioned you in a comment on “%2$s”" : "%1$s menciis vin en komento pri „%2$s“"
  33. },
  34. "nplurals=2; plural=(n != 1);");