You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lv.js 1.5KB

123456789101112131415161718192021222324252627282930
  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. "New comment …" : "Jauns komentārs...",
  21. "Post" : "Pievienot",
  22. "Cancel" : "Atcelt",
  23. "[Deleted user]" : "[Dzēsts lietotājs]",
  24. "More comments …" : "Vairāk komentāri...",
  25. "Save" : "Saglabāt",
  26. "Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
  27. "Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
  28. "Error occurred while posting comment" : "Notika kļūda pievienojot komentāru"
  29. },
  30. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");