lv.json 1.2 KB

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