nextcloud/apps/comments/l10n/lt_LT.js

33 lines
2.0 KiB
JavaScript
Raw Normal View History

2016-02-17 09:56:11 +03:00
OC.L10N.register(
"comments",
{
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}",
"<strong>Comments</strong> for files" : "<strong>Failų komentarai</strong>",
"{user} mentioned you in a comment on “{file}”" : "{user} jus paminėjo 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ą",
"New comment …" : "Naujas komentaras …",
2017-07-17 03:08:02 +03:00
"Post" : "Įrašas",
"Cancel" : "Atsisakyti",
"[Deleted user]" : "[Ištrintas naudotojas]",
2018-06-27 03:11:52 +03:00
"No comments yet, start the conversation!" : "Nėra komentarų",
"More comments …" : "Daugiau",
2017-07-17 03:08:02 +03:00
"Save" : "Įrašyti",
"Allowed characters {count} of {max}" : "Leidžiama simbolių {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}",
2017-07-17 03:08:02 +03:00
"Error occurred while updating comment with id {id}" : "Klaida bandant pataisyti komentarą pagal identifikavimo numerį {id}",
2018-12-20 04:11:44 +03:00
"Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida",
2019-04-13 03:15:32 +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"],
2019-09-17 15:33:26 +03:00
"Comment" : "Komentaras"
2016-02-17 09:56:11 +03:00
},
2018-05-18 03:13:45 +03:00
"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);");