nextcloud/apps/comments/l10n/lt_LT.json

39 lines
2.8 KiB
JSON
Raw Normal View History

2016-02-17 09:56:11 +03:00
{ "translations": {
2019-02-27 04:12:05 +03:00
"Comments" : "Komentarai",
"You commented" : "Jūs pakomentavote",
"%1$s commented" : "%1$s pakomentavo",
"{author} commented" : "{author} pakomentavo",
"You commented on %1$s" : "Pakomentavote %1$s",
"You commented on {file}" : "Pakomentavote {file}",
"%1$s commented on %2$s" : "%1$s pakomentavo %2$s",
"{author} commented on {file}" : "{author} pakomentavo {file}",
2019-11-22 05:16:16 +03:00
"<strong>Comments</strong> for files" : "Failų <strong>komentarai</strong>",
"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",
"{user} mentioned you in a comment on “{file}”" : "{user} paminėjo jus komentare “{file}”",
2019-04-15 03:12:52 +03:00
"Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
2018-12-20 04:11:44 +03:00
"Edit comment" : "Taisyti komentarą",
"Delete comment" : "Ištrinti komentarą",
2020-11-01 05:18:23 +03:00
"Cancel edit" : "Atsisakyti taisymo",
2020-10-22 05:19:07 +03:00
"Post comment" : "Paskelbti komentarą",
2020-11-01 05:18:23 +03:00
"No comments yet, start the conversation!" : "Komentarų kol kas nėra, pradėkite pokalbį!",
2020-10-21 05:18:44 +03:00
"Retry" : "Bandyti dar kartą",
2020-10-22 05:19:07 +03:00
"Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo",
2020-10-21 05:18:44 +03:00
"_%n unread comment_::_%n unread comments_" : ["%n neskaitytas komentaras","%n neskaityti komentarai","%n neskaitytų komentarų","%n neskaitytas komentaras"],
"_1 new comment_::_{unread} new comments_" : ["1 neskaitytas komentaras","{unread} neskaityti komentarai","{unread} neskaitytų komentarų","{unread} neskaitytas komentaras"],
"Comment" : "Komentaras",
2020-11-01 05:18:23 +03:00
"An error occurred while trying to edit the comment" : "Bandant taisyti komentarą, įvyko klaida",
2020-10-21 05:18:44 +03:00
"Comment deleted" : "Komentaras ištrintas",
2020-11-01 05:18:23 +03:00
"An error occurred while trying to delete the comment" : "Bandant ištrinti komentarą, įvyko klaida",
"An error occurred while trying to create the comment" : "Bandant sukurti komentarą, įvyko klaida",
"New comment …" : "Naujas komentaras…",
2019-11-22 05:16:16 +03:00
"Post" : "Paskelbti",
2017-07-17 03:08:02 +03:00
"Cancel" : "Atsisakyti",
"[Deleted user]" : "[Ištrintas naudotojas]",
2019-11-22 05:16:16 +03:00
"More comments …" : "Daugiau komentarų…",
2017-07-17 03:08:02 +03:00
"Save" : "Įrašyti",
2019-11-22 05:16:16 +03:00
"Allowed characters {count} of {max}" : "Leidžiami simboliai {count} iš {max}",
2019-04-15 03:12:52 +03:00
"Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}",
2019-11-22 05:16:16 +03:00
"Error occurred while updating comment with id {id}" : "Klaida atnaujinant komentarą, kurio id {id}",
2020-10-21 05:18:44 +03:00
"Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida"
2018-05-18 03:13:45 +03:00
},"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);"
2016-02-17 09:56:11 +03:00
}