fi.js 1.9 KB

1234567891011121314151617181920212223242526272829303132
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentit",
  5. "You commented" : "Kommentoit",
  6. "%1$s commented" : "%1$s kommentoi",
  7. "{author} commented" : "{author} kommentoi",
  8. "You commented on %1$s" : "Kommentoit %1$s",
  9. "You commented on {file}" : "Kommentoit tiedostoa {file}",
  10. "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s",
  11. "{author} commented on {file}" : "{author} kommentoi tiedostoa {file}",
  12. "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>",
  13. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Sinut mainittiin tiedoston “{file}” kommentissa käyttäjän toimesta, joka on sittemmin poistettu",
  14. "{user} mentioned you in a comment on “{file}”" : "{user} mainitsi sinut tiedoston \"{file}\" kommentissa",
  15. "Edit comment" : "Muokkaa kommenttia",
  16. "Delete comment" : "Poista kommentti",
  17. "New comment …" : "Uusi kommentti…",
  18. "Post" : "Lähetä",
  19. "Cancel" : "Peruuta",
  20. "[Deleted user]" : "[Poistettu käyttäjä]",
  21. "No comments yet, start the conversation!" : "Ei kommentteja vielä. Aloita keskustelu!",
  22. "More comments …" : "Lisää kommentteja…",
  23. "Save" : "Tallenna",
  24. "Allowed characters {count} of {max}" : "Sallittujen merkkien määrä {count}/{max}",
  25. "Error occurred while retrieving comment with ID {id}" : "Virhe haettaessa kommenttia tunnisteella {id}",
  26. "Error occurred while updating comment with id {id}" : "Virhe päivittäessä kommenttia tunnisteella {id}",
  27. "Error occurred while posting comment" : "Virhe kommenttia lähettäessä",
  28. "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"],
  29. "_1 new comment_::_{unread} new comments_" : ["1 uusi kommentti","{unread} uutta kommenttia"],
  30. "Comment" : "Kommentti"
  31. },
  32. "nplurals=2; plural=(n != 1);");