You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lt_LT.js 2.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  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. "New comment …" : "Naujas komentaras…",
  31. "Post" : "Paskelbti",
  32. "Cancel" : "Atsisakyti",
  33. "[Deleted user]" : "[Ištrintas naudotojas]",
  34. "More comments …" : "Daugiau komentarų…",
  35. "Save" : "Įrašyti",
  36. "Allowed characters {count} of {max}" : "Leidžiami simboliai {count} iš {max}",
  37. "Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}",
  38. "Error occurred while updating comment with id {id}" : "Klaida atnaujinant komentarą, kurio id {id}",
  39. "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida"
  40. },
  41. "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);");