lt_LT.js 1.7 KB

123456789101112131415161718192021222324252627282930
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Edit comment" : "Taisyti komentarą",
  5. "Delete comment" : "Ištrinti komentarą",
  6. "New comment …" : "Naujas komentaras …",
  7. "Post" : "Įrašas",
  8. "Cancel" : "Atsisakyti",
  9. "[Deleted user]" : "[Ištrintas naudotojas]",
  10. "Comments" : "Komentarai",
  11. "No comments yet, start the conversation!" : "Nėra komentarų",
  12. "More comments …" : "Daugiau",
  13. "Save" : "Įrašyti",
  14. "Allowed characters {count} of {max}" : "Leidžiama simbolių {count} iš {max}",
  15. "Error occurred while updating comment with id {id}" : "Klaida bandant pataisyti komentarą pagal identifikavimo numerį {id}",
  16. "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida",
  17. "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytų komentarų"],
  18. "Comment" : "Komentaras",
  19. "You commented" : "Jūs pakomentavote",
  20. "%1$s commented" : "%1$s pakomentavo",
  21. "{author} commented" : "{author} pakomentavo",
  22. "You commented on %1$s" : "Pakomentavote %1$s",
  23. "You commented on {file}" : "Pakomentavote {file}",
  24. "%1$s commented on %2$s" : "%1$s pakomentavo %2$s",
  25. "{author} commented on {file}" : "{author} pakomentavo {file}",
  26. "<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>",
  27. "{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo komentare “{file}”",
  28. "%1$s mentioned you in a comment on “%2$s”" : "%1$s jus paminėjo komentare \"%2$s\""
  29. },
  30. "nplurals=4; plural=(n % 10 == 1 && (n % 100 > 19 || n % 100 < 11) ? 0 : (n % 10 >= 2 && n % 10 <=9) && (n % 100 > 19 || n % 100 < 11) ? 1 : n % 1 != 0 ? 2: 3);");