fi.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Kommentit",
  5. "You commented" : "Kommentoit",
  6. "{author} commented" : "{author} kommentoi",
  7. "You commented on %1$s" : "Kommentoit %1$s",
  8. "You commented on {file}" : "Kommentoit tiedostoa {file}",
  9. "%1$s commented on %2$s" : "%1$s kommentoi kohdetta %2$s",
  10. "{author} commented on {file}" : "{author} kommentoi tiedostoa {file}",
  11. "<strong>Comments</strong> for files" : "Tiedostojen <strong>kommentit</strong>",
  12. "{user} mentioned you in a comment on \"{file}\"" : "{user} mainitsi sinut tiedoston \"{file}\" kommentissa",
  13. "Edit comment" : "Muokkaa kommenttia",
  14. "Delete comment" : "Poista kommentti",
  15. "Cancel edit" : "Peruuta muokkaus",
  16. "Post comment" : "Lähetä viesti",
  17. "No comments yet, start the conversation!" : "Ei kommentteja vielä. Aloita keskustelu!",
  18. "No more messages" : "Ei enempää viestejä",
  19. "Retry" : "Yritä uudelleen",
  20. "Unable to load the comments list" : "Kommenttilistaa ei voitu ladata",
  21. "_%n unread comment_::_%n unread comments_" : ["%n lukematon kommentti","%n lukematonta kommenttia"],
  22. "_1 new comment_::_{unread} new comments_" : ["1 uusi kommentti","{unread} uutta kommenttia"],
  23. "Comment" : "Kommentti",
  24. "An error occurred while trying to edit the comment" : "Kommenttia muokatessa tapahtui virhe",
  25. "Comment deleted" : "Kommentti poistettu",
  26. "An error occurred while trying to delete the comment" : "Kommenttia poistaessa tapahtui virhe",
  27. "An error occurred while trying to create the comment" : "Kommenttia luodessa tapahtui virhe",
  28. "%1$s commented" : "%1$s kommentoi"
  29. },
  30. "nplurals=2; plural=(n != 1);");