parent
66a5a45c50
commit
967b563113
@ -1,8 +1,55 @@ |
||||
{ "translations": { |
||||
"Tags" : "Žymės", |
||||
"Update" : "Atnaujinti", |
||||
"Create" : "Sukurti", |
||||
"Select tag…" : "Pasirinkti žymę...", |
||||
"Tagged files" : "Žymėti failai", |
||||
"Select tags to filter by" : "Pasirinkite žymes, pagal kurias filtruoti", |
||||
"No tags found" : "Nerasta jokių žymių", |
||||
"Please select tags to filter by" : "Prašome pasirinkti žymes, pagal kurias filtruoti", |
||||
"No files found for the selected tags" : "Pasirinktai žymiai, nerasti jokie failai.", |
||||
"Added system tag %1$s" : "Pridėta sistemos žymė %1$s", |
||||
"Added system tag {systemtag}" : "Pridėta sistemos žymė {systemtag}", |
||||
"%1$s added system tag %2$s" : "%1$s pridėta sistemos žymė %2$s", |
||||
"{actor} added system tag {systemtag}" : "{actor} pridėjo sistemos žymę {systemtag}", |
||||
"Removed system tag %1$s" : "Pašalinta sistemos žymė %1$s", |
||||
"Removed system tag {systemtag}" : "Pašalinta sistemos žymė {systemtag}", |
||||
"%1$s removed system tag %2$s" : "%1$s pašalinta sistemos žymė %2$s", |
||||
"{actor} removed system tag {systemtag}" : "{actor} pašalino sistemos žymę {systemtag}", |
||||
"You created system tag %1$s" : "Jūs sukūrėte sistemos žymę %1$s", |
||||
"You created system tag {systemtag}" : "Jūs sukūrėte sistemos žymę {systemtag}", |
||||
"%1$s created system tag %2$s" : "%1$s sukūrė sistemos žymę %2$s", |
||||
"{actor} created system tag {systemtag}" : "{actor} sukūrė sistemos žymę {systemtag}", |
||||
"You deleted system tag %1$s" : "Jūs ištrynėte sistemos žymę %1$s", |
||||
"You deleted system tag {systemtag}" : "Jūs ištrynėte sistemos žymę {systemtag}", |
||||
"%1$s deleted system tag %2$s" : "%1$s ištrynė sistemos žymę %2$s", |
||||
"{actor} deleted system tag {systemtag}" : "{actor} ištrynė sistemos žymę {systemtag}", |
||||
"You updated system tag %2$s to %1$s" : "Jus atnaujinote sistemos žymę %2$s į %1$s", |
||||
"You updated system tag {oldsystemtag} to {newsystemtag}" : "Jūs atnaujinote sistemos žymę {oldsystemtag} į {newsystemtag}", |
||||
"%1$s updated system tag %3$s to %2$s" : "%1$s atnaujino sistemos žymę %3$s į %2$s", |
||||
"{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} atnaujino sistemos žymę {oldsystemtag} į {newsystemtag}", |
||||
"You added system tag %2$s to %1$s" : "Jūs pridėjote sistemos žymę %2$s prie %1$s", |
||||
"You added system tag {systemtag} to {file}" : "Jūs pridėjote sistemos žymę {systemtag} prie {file}", |
||||
"%1$s added system tag %3$s to %2$s" : "%1$s pridėta sistemos žymė %3$s prie %2$s ", |
||||
"{actor} added system tag {systemtag} to {file}" : "{actor} pridėjo sistemos žymę {systemtag} prie {file}", |
||||
"You removed system tag %2$s from %1$s" : "Jūs pašalinote sistemos žymę %2$s nuo %1$s", |
||||
"You removed system tag {systemtag} from {file}" : "Jūs pašalinote sistemos žymę {systemtag} nuo {file}", |
||||
"%1$s removed system tag %3$s from %2$s" : "%1$s pašalinote sistemos žymę %3$s nuo %2$s", |
||||
"{actor} removed system tag {systemtag} from {file}" : "{actor} pašalino sistemos žymę {systemtag} nuo {file}", |
||||
"%s (restricted)" : "%s (ribotas)", |
||||
"%s (invisible)" : "%s (nematomas)", |
||||
"<strong>System tags</strong> for a file have been modified" : "Failo <strong>sistemos žymė</strong> buvo pakeista.", |
||||
"Collaborative tags" : "Bendradarbiavimo žymė", |
||||
"Create and edit collaborative tags. These tags affect all users." : "Sukurti ir redaguoti bendradarbiavimo žymes. Šios žymės įtakoja visus naudotojus.", |
||||
"Select tag …" : "Pasirinkite žymę…", |
||||
"Name" : "Pavadinimas", |
||||
"Delete" : "Ištrinti", |
||||
"Public" : "Viešai", |
||||
"Restricted" : "Apribotas", |
||||
"Invisible" : "Nematoma", |
||||
"Reset" : "Atstatyti", |
||||
"No files in here" : "Čia nėra failų", |
||||
"No entries found in this folder" : "Nerasta įrašų šiame aplanke", |
||||
"Name" : "Pavadinimas", |
||||
"Size" : "Dydis", |
||||
"Modified" : "Pakeista" |
||||
},"pluralForm" :"nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);" |
||||
|
Loading…
Reference in new issue