et_EE.js 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentaarid",
  5. "You commented" : "Sa kommenteerisid",
  6. "%1$s commented" : "%1$s kommenteeris",
  7. "{author} commented" : "{author} kommenteeris",
  8. "You commented on %1$s" : "Sa kommmenteerisid %1$s",
  9. "You commented on {file}" : "Sa kommenteerisid faili {file}",
  10. "%1$s commented on %2$s" : "%1$s kommenteeris %2$s",
  11. "{author} commented on {file}" : "{author} kommenteeris faili {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Kommentaarid</strong> failidele",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sind mainiti \"{file}\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} mainis sind faili “{file}” kommentaaris",
  15. "Edit comment" : "Muuda kommentaari",
  16. "Delete comment" : "Kustuta kommentaar",
  17. "New comment …" : "Uus kommentaar",
  18. "Post" : "Postita",
  19. "Cancel" : "Loobu",
  20. "[Deleted user]" : "[Kustutatud kasutaja]",
  21. "No comments yet, start the conversation!" : "Kommentaare veel pole, alusta vestlust",
  22. "More comments …" : "Veel kommentaare ...",
  23. "Save" : "Salvesta",
  24. "Allowed characters {count} of {max}" : "Lubatud märkide arv {count}/{max}",
  25. "Error occurred while updating comment with id {id}" : "Kommentaari {id} uuendamisel tekkis tõrge",
  26. "Error occurred while posting comment" : "Viga kommentaari postitamisel",
  27. "_%n unread comment_::_%n unread comments_" : ["%n lugemata kommentaar","%n lugemata kommentaari"],
  28. "Comment" : "Kommentaar",
  29. "You were mentioned on “%s”, in a comment by a user that has since been deleted" : "Sind mainiti \"%s\", kommentaaris kasutataja poolt, mis on praeguseks kustutatud",
  30. "%1$s mentioned you in a comment on “%2$s”" : "%1$s mainis sind \"%2$s\" kommentaaris"
  31. },
  32. "nplurals=2; plural=(n != 1);");