1
0

lv.js 1.5 KB

1234567891011121314151617181920212223242526272829
  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. "{user} mentioned you in a comment on “{file}”" : "{user} minēja jūs komentārā “{file}”",
  14. "Edit comment" : "Rediģēt komentāru",
  15. "Delete comment" : "Dzēst komentāru",
  16. "New comment …" : "Jauns komentārs...",
  17. "Post" : "Pievienot",
  18. "Cancel" : "Atcelt",
  19. "[Deleted user]" : "[Dzēsts lietotājs]",
  20. "No comments yet, start the conversation!" : "Vēl nav komentāru, uzsāciet sarunu!",
  21. "More comments …" : "Vairāk komentāri...",
  22. "Save" : "Saglabāt",
  23. "Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
  24. "Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
  25. "Error occurred while posting comment" : "Notika kļūda pievienojot komentāru",
  26. "_%n unread comment_::_%n unread comments_" : ["%n nelasīti komentāri","%n nelasīti komentāri","%n nelasīti komentāri"],
  27. "Comment" : "Komentārs"
  28. },
  29. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");