Welcome to mirror list, hosted at ThFree Co, Russian Federation.

lt_LT.json « l10n « comments « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 53ceb20a8ecb6d78e223ef158fe9c7f0aaedb6d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{ "translations": {
    "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" : "Failų <strong>komentarai</strong>",
    "Files app plugin to add comments to files" : "Failų programėlės įskiepis, skirtas prie failų pridėti komentarus",
    "Edit comment" : "Taisyti komentarą",
    "Delete comment" : "Ištrinti komentarą",
    "Cancel edit" : "Atsisakyti taisymo",
    "Post comment" : "Paskelbti komentarą",
    "No comments yet, start the conversation!" : "Komentarų kol kas nėra, pradėkite pokalbį!",
    "Retry" : "Bandyti dar kartą",
    "Unable to load the comments list" : "Nepavyko įkelti komentarų sąrašo",
    "_%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",
    "An error occurred while trying to edit the comment" : "Bandant taisyti komentarą, įvyko klaida",
    "Comment deleted" : "Komentaras ištrintas",
    "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",
    "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}”",
    "New comment …" : "Naujas komentaras…",
    "Post" : "Paskelbti",
    "Cancel" : "Atsisakyti",
    "[Deleted user]" : "[Ištrintas naudotojas]",
    "More comments …" : "Daugiau komentarų…",
    "Save" : "Įrašyti",
    "Allowed characters {count} of {max}" : "Leidžiami simboliai {count} iš {max}",
    "Error occurred while retrieving comment with ID {id}" : "Klaida gaunant komentarą, kurio ID {id}",
    "Error occurred while updating comment with id {id}" : "Klaida atnaujinant komentarą, kurio id {id}",
    "Error occurred while posting comment" : "Skelbiant komentarą, įvyko klaida"
},"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);"
}