lv.js 1.3 KB

123456789101112131415161718192021222324252627
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Delete comment" : "Dzēst komentāru",
  5. "Post" : "Pievienot",
  6. "Cancel" : "Atcelt",
  7. "Edit comment" : "Rediģēt komentāru",
  8. "[Deleted user]" : "[Dzēsts lietotājs]",
  9. "Comments" : "Komentāri",
  10. "Save" : "Saglabāt",
  11. "Allowed characters {count} of {max}" : "Atļautās zīmes {count} no {max}",
  12. "Error occurred while retrieving comment with id {id}" : "Notika kļūda saņemot komentāru ar id {id}",
  13. "Error occurred while updating comment with id {id}" : "Kļūda atjauninot komentāru ar id {id}",
  14. "Error occurred while posting comment" : "Notika kļūda pievienojot komentāru",
  15. "{count} unread comments" : "{count} neizlasītu komentāru",
  16. "Comment" : "Komentārs",
  17. "<strong>Comments</strong> for files" : "<strong>Komentāri</strong> datnēm",
  18. "You commented" : "Tu komentēji",
  19. "%1$s commented" : "%1$s komentēja",
  20. "You commented on %2$s" : "Tu komentēji %2$s",
  21. "%1$s commented on %2$s" : "%1$s komentēja %2$s",
  22. "Type in a new comment..." : "Raksti jaunu komentāru...",
  23. "No other comments available" : "Nav pieejami citi komentāri",
  24. "More comments..." : "Vairāk komentāri..."
  25. },
  26. "nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);");