lv.js 1.6 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Rediģēt komentāru",
  5. "Delete comment" : "Dzēst komentāru",
  6. "New comment …" : "Jauns komentārs...",
  7. "Post" : "Pievienot",
  8. "Cancel" : "Atcelt",
  9. "[Deleted user]" : "[Dzēsts lietotājs]",
  10. "Comments" : "Komentāri",
  11. "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
  12. "More comments …" : "Vairāk komentāri...",
  13. "Save" : "Saglabāt",
  14. "Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
  15. "Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
  16. "Error occurred while posting comment" : "Notika kļūda pievienojot komentāru",
  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. "You commented" : "Tu komentēji",
  20. "%1$s commented" : "%1$s komentēja",
  21. "{author} commented" : "{author} komentēja",
  22. "You commented on %1$s" : "Tu komentēji %1$s",
  23. "You commented on {file}" : "Tu komentēji {file}",
  24. "%1$s commented on %2$s" : "%1$s komentēja %2$s",
  25. "{author} commented on {file}" : "{author} komentārs {file}",
  26. "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
  27. "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”",
  28. "%1$s mentioned you in a comment on “%2$s”" : "%1$s minēja jūs komentārā “%2$s”"
  29. },
  30. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");