et_EE.js 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentaarid",
  5. "You commented" : "Sa kommenteerisid",
  6. "{author} commented" : "{author} kommenteeris",
  7. "You commented on %1$s" : "Sa kommmenteerisid %1$s",
  8. "You commented on {file}" : "Sa kommenteerisid faili {file}",
  9. "%1$s commented on %2$s" : "%1$s kommenteeris %2$s",
  10. "{author} commented on {file}" : "{author} kommenteeris faili {file}",
  11. "<strong>Comments</strong> for files" : "<strong>Kommentaarid</strong> failidele",
  12. "{user} mentioned you in a comment on \"{file}\"" : "{user} mainis sind faili \"{file}\" kommentaaris",
  13. "Files app plugin to add comments to files" : "Failid rakenduse laiendus failidele kommentaaride lisamiseks",
  14. "Edit comment" : "Muuda kommentaari",
  15. "Delete comment" : "Kustuta kommentaar",
  16. "Cancel edit" : "Loobu muutmisest",
  17. "Post comment" : "Postita kommentaar",
  18. "No comments yet, start the conversation!" : "Kommentaare veel pole, alusta vestlust!",
  19. "No more messages" : "Rohkem teateid pole",
  20. "Retry" : "Proovi uuesti",
  21. "Failed to mark comments as read" : "Kommentaaride loetuks märkimine ebaõnnestus",
  22. "Unable to load the comments list" : "Kommentaaride loendi laadimine ebaõnnestus",
  23. "_1 new comment_::_{unread} new comments_" : ["1 uus kommentaar","{unread} uus kommentaar"],
  24. "Comment" : "Kommentaar",
  25. "An error occurred while trying to edit the comment" : "Kommentaari muutmisel tekkis tõrge",
  26. "Comment deleted" : "Kommentaar kustutatud",
  27. "An error occurred while trying to delete the comment" : "Kommentaari kustutamisel tekkis tõrge",
  28. "An error occurred while trying to create the comment" : "Kommentaari lisamisel tekkis tõrge",
  29. "You were mentioned on \"{file}\", in a comment by a user that has since been deleted" : "Sind mainis faili \"{file}\" kommentaaris kasutaja, kes on praeguseks kustutatud.",
  30. "_%n unread comment_::_%n unread comments_" : ["%n lugemata kommentaar","%n lugemata kommentaari"]
  31. },
  32. "nplurals=2; plural=(n != 1);");