lv.js 1.0 KB

123456789101112131415161718192021
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentāri",
  5. "You commented" : "Tu komentēji",
  6. "%1$s commented" : "%1$s komentēja",
  7. "{author} commented" : "{author} komentēja",
  8. "You commented on %1$s" : "Tu komentēji %1$s",
  9. "You commented on {file}" : "Tu komentēji {file}",
  10. "%1$s commented on %2$s" : "%1$s komentēja %2$s",
  11. "{author} commented on {file}" : "{author} komentārs {file}",
  12. "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
  13. "Edit comment" : "Rediģēt komentāru",
  14. "Delete comment" : "Dzēst komentāru",
  15. "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
  16. "Retry" : "Mēģināt vēlreiz",
  17. "_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"],
  18. "Comment" : "Komentārs",
  19. "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”"
  20. },
  21. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");