lt_LT.js 1.9 KB

1234567891011121314151617181920212223242526272829
  1. OC.L10N.register(
  2. "comments",
  3. {
  4. "Comments" : "Komentarai",
  5. "You commented" : "Jūs pakomentavote",
  6. "{author} commented" : "{author} pakomentavo",
  7. "You commented on %1$s" : "Pakomentavote %1$s",
  8. "You commented on {file}" : "Pakomentavote {file}",
  9. "%1$s commented on %2$s" : "%1$s pakomentavo %2$s",
  10. "{author} commented on {file}" : "{author} pakomentavo {file}",
  11. "<strong>Comments</strong> for files" : "Failų <strong>komentarai</strong>",
  12. "Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
  13. "Edit comment" : "Taisyti komentarą",
  14. "Delete comment" : "Ištrinti komentarą",
  15. "Cancel edit" : "Atsisakyti taisymo",
  16. "Post comment" : "Paskelbti komentarą",
  17. "No comments yet, start the conversation!" : "Komentarų kol kas nėra, pradėkite pokalbį!",
  18. "Retry" : "Bandyti dar kartą",
  19. "Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo",
  20. "_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
  21. "_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
  22. "Comment" : "Komentaras",
  23. "An error occurred while trying to edit the comment" : "Bandant taisyti komentarą, įvyko klaida",
  24. "Comment deleted" : "Komentaras ištrintas",
  25. "An error occurred while trying to delete the comment" : "Bandant ištrinti komentarą, įvyko klaida",
  26. "An error occurred while trying to create the comment" : "Bandant sukurti komentarą, įvyko klaida",
  27. "%1$s commented" : "%1$s pakomentavo"
  28. },
  29. "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);");