lt_LT.js 2.2 KB

12345678910111213141516171819202122232425262728293031
  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" : "Failų <strong>komentarai</strong>",
  13. "Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
  14. "Edit comment" : "Taisyti komentarą",
  15. "Delete comment" : "Ištrinti komentarą",
  16. "Cancel edit" : "Atsisakyti taisymo",
  17. "Post comment" : "Paskelbti komentarą",
  18. "No comments yet, start the conversation!" : "Komentarų kol kas nėra, pradėkite pokalbį!",
  19. "Retry" : "Bandyti dar kartą",
  20. "Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo",
  21. "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
  22. "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
  23. "Comment" : "Komentaras",
  24. "An error occurred while trying to edit the comment" : "Bandant taisyti komentarą, įvyko klaida",
  25. "Comment deleted" : "Komentaras ištrintas",
  26. "An error occurred while trying to delete the comment" : "Bandant ištrinti komentarą, įvyko klaida",
  27. "An error occurred while trying to create the comment" : "Bandant sukurti komentarą, įvyko klaida",
  28. "You were mentioned on “{file}”, in a comment by a user that has since been deleted" : "Jus “{file}” komentare paminėjo naudotojas, kuris nuo to laiko buvo ištrintas",
  29. "{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”"
  30. },
  31. "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);");