lt_LT.json 1.9 KB

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