lt_LT.js 2.1 KB

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