lt_LT.json 2.2 KB

12345678910111213141516171819202122232425262728293031
  1. { "translations": {
  2. "Comments" : "Komentarai",
  3. "You commented" : "Jūs pakomentavote",
  4. "%1$s commented" : "%1$s pakomentavo",
  5. "{author} commented" : "{author} pakomentavo",
  6. "You commented on %1$s" : "Pakomentavote %1$s",
  7. "You commented on {file}" : "Pakomentavote {file}",
  8. "%1$s commented on %2$s" : "%1$s pakomentavo %2$s",
  9. "{author} commented on {file}" : "{author} pakomentavo {file}",
  10. "<strong>Comments</strong> for files" : "Failų <strong>komentarai</strong>",
  11. "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",
  12. "{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”",
  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. "New comment …" : "Naujas komentaras …",
  17. "Post" : "Paskelbti",
  18. "Cancel" : "Atsisakyti",
  19. "[Deleted user]" : "[Ištrintas naudotojas]",
  20. "No comments yet, start the conversation!" : "Komentarų nėra, pradėkite pokalbį!",
  21. "More comments …" : "Daugiau komentarų…",
  22. "Save" : "Įrašyti",
  23. "Allowed characters {count} of {max}" : "Leidžiami simboliai {count} iš {max}",
  24. "Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}",
  25. "Error occurred while updating comment with id {id}" : "Klaida atnaujinant komentarą, kurio id {id}",
  26. "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida",
  27. "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
  28. "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
  29. "Comment" : "Komentaras"
  30. },"pluralForm" :"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);"
  31. }