lt_LT.js 2.1 KB

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