[tx-robot] updated from transifex
This commit is contained in:
parent
0f2490d740
commit
021751658e
2 changed files with 46 additions and 12 deletions
|
@ -3,32 +3,37 @@ OC.L10N.register(
|
|||
{
|
||||
"Shared with others" : "Dalinamasi su kitais ",
|
||||
"Shared with you" : "Pasidalinta su jumis",
|
||||
"Shared by link" : "Bendrinama pagal nuorodą",
|
||||
"Shared by link" : "Dalinamasi pagal nuorodą",
|
||||
"Deleted shares" : "Ištrinti viešiniai",
|
||||
"Shares" : "Pasidalinimai",
|
||||
"Nothing shared with you yet" : "Niekas su jumis dar nesidalina",
|
||||
"Files and folders others share with you will show up here" : "Čia bus rodomi failai ir aplankai, su kuriais dalijamasi su jumis",
|
||||
"Nothing shared yet" : "Niekuo nesidalinate ",
|
||||
"Files and folders you share will show up here" : "Čia bus rodomi bendrinami failai ir aplankai",
|
||||
"No shared links" : "Nėra dalinimosi nuorodų",
|
||||
"Files and folders you share by link will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos bendrinate naudodami nuorodą",
|
||||
"No deleted shares" : "Ištrintų pasidalinimų nėra",
|
||||
"Shares you deleted will show up here" : "Čia atsiras ištrinti pasidalinimai",
|
||||
"No shares" : "Nėra pasidalinimų",
|
||||
"Shares will show up here" : "Čia atsiras pasidalinimai",
|
||||
"Restore share" : "Atkurti viešinį",
|
||||
"Something happened. Unable to restore the share." : "Kažkas nutiko. Nepavyko atkurti viešinio.",
|
||||
"Move or copy" : "Perkelti ar kopijuoti",
|
||||
"Download" : "Atsisiųsti",
|
||||
"Delete" : "Ištrinti",
|
||||
"You can upload into this folder" : "Galite įkelti į šį aplanką",
|
||||
"Terms of service" : "Naudojimosi sąlygos",
|
||||
"No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}",
|
||||
"Invalid server URL" : "Neteisingas serverio URL adresas",
|
||||
"Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud",
|
||||
"No expiration date set" : "Dalinimosi pabaigos data yra nenustatyta",
|
||||
"Shared by" : "Bendrina",
|
||||
"Shared by" : "Pasidalino",
|
||||
"File shares" : "Bendrinami failai",
|
||||
"Downloaded via public link" : "Atsisiųstas per viešąją nuorodą",
|
||||
"Downloaded by {email}" : "Atsisiuntė {email}",
|
||||
"{file} downloaded via public link" : "{file} atsisiųstas per viešąją nuorodą",
|
||||
"{email} downloaded {file}" : "{email} atsisiuntė {file}",
|
||||
"Shared with group {group}" : "Bendrinama su grupe {group}",
|
||||
"Shared with group {group}" : "Pasidalinta su grupe {group}",
|
||||
"Removed share for group {group}" : "Nebesidalinama su grupe: {group}",
|
||||
"{actor} shared with group {group}" : "{actor} pradėjo bendrinti su grupe {group}",
|
||||
"{actor} removed share for group {group}" : "{actor} nustojo dalintis su {group} grupe",
|
||||
|
@ -39,7 +44,7 @@ OC.L10N.register(
|
|||
"Shared as public link" : "Bendrinama kaip viešoji nuoroda",
|
||||
"Removed public link" : "Pašalinti viešą nuorodą",
|
||||
"Public link expired" : "Pasibaigė nuorodos galiojimo laikas",
|
||||
"{actor} shared as public link" : "{actor} pradėjo bendrinti kaip viešąją nuorodą",
|
||||
"{actor} shared as public link" : "{actor} viešai pasidalino nuoroda",
|
||||
"{actor} removed public link" : "{actor} pašalino nuorodą",
|
||||
"Public link of {actor} expired" : "Pasibaigė nuorodos, priklausančios {actor}, galiojimo laikas",
|
||||
"You shared {file} as public link" : "Jūs pradėjote bendrinti {file} kaip viešąją nuorodą",
|
||||
|
@ -60,13 +65,17 @@ OC.L10N.register(
|
|||
"{actor} removed themselves" : "{actor} pašalino save",
|
||||
"{actor} shared with {user}" : "{actor} pradėjo bendrinti su {user}",
|
||||
"{actor} removed share for {user}" : "{actor} nustojo dalintis su {user}",
|
||||
"Shared by {actor}" : "Pasidalinta {actor}",
|
||||
"Shared by {actor}" : "Pasidalino {actor}",
|
||||
"{actor} removed share" : "{actor} nustojo dalintis",
|
||||
"You shared {file} with {user}" : "Pasidalinote {file} su {user}",
|
||||
"You removed {user} from {file}" : "Nebesidalinate {file} su {user}",
|
||||
"You removed yourself from {file}" : "Nebesidalinate {file} su savimi",
|
||||
"{actor} removed themselves from {file}" : "{actor} nebesidalina {file} su savimi",
|
||||
"{actor} shared {file} with {user}" : "{actor} pasidalino {file} su {user}",
|
||||
"{actor} removed {user} from {file}" : "{actor} nebesidalina {file} su {user}",
|
||||
"{actor} shared {file} with you" : "{actor} pasidalino {file} su jumis",
|
||||
"{actor} removed you from the share named {file}" : "{actor} nebesidalina {file} su jumis",
|
||||
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Failas arba aplankas pasidalintas el. paštu arba viešąja nuoroda buvo <strong>atsisiųstas</strong>",
|
||||
"A file or folder was shared from <strong>another server</strong>" : "Failas ar aplankas buvo pradėtas bendrinti iš <strong>kito serverio</strong>",
|
||||
"A file or folder has been <strong>shared</strong>" : "Failas ar aplankas buvo <strong>pasidalintas</strong>",
|
||||
"Wrong share ID, share doesn't exist" : "Neteisingas dalinamų duomenų ID",
|
||||
|
@ -96,6 +105,10 @@ OC.L10N.register(
|
|||
"Direct link" : "Tiesioginė nuoroda",
|
||||
"Add to your Nextcloud" : "Pridėti į jūsų NextCloud",
|
||||
"Share API is disabled" : "Bendrinimo API yra išjungtas",
|
||||
"File sharing" : "Failų pasidalinimas",
|
||||
"Link to a file" : "Nuoroda į failą",
|
||||
"file" : "failas",
|
||||
"Shared" : "Pasidalinta",
|
||||
"Share" : "Dalintis",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"No entries found in this folder" : "Šiame aplanke įrašų nerasta",
|
||||
|
@ -108,11 +121,15 @@ OC.L10N.register(
|
|||
"the link expired" : "baigėsi nuorodos galiojimo laikas",
|
||||
"sharing is disabled" : "dalinimasis yra išjungtas",
|
||||
"For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.",
|
||||
"Share note" : "Pasidalinimo pastaba",
|
||||
"Toggle grid view" : "Rodyti tinkleliu",
|
||||
"Download %s" : "Atsisiųsti %s",
|
||||
"Upload files to %s" : "Įkelti duomenis į %s",
|
||||
"Upload files to %s" : "Įkelkite failus gavėjui %s",
|
||||
"Note" : "Pastaba",
|
||||
"Select or drop files" : "Pasirinkite arba vilkite failus",
|
||||
"Uploading files…" : "Įkeliami failai…",
|
||||
"Uploaded files:" : "Įkelti failai:",
|
||||
"By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.",
|
||||
"Sharing %s failed because the back end does not allow shares from type %s" : "%s dalinimasis nepavyko, nes sistema nepalaiko šio duomenų tipo: %s"
|
||||
},
|
||||
"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);");
|
||||
|
|
|
@ -1,32 +1,37 @@
|
|||
{ "translations": {
|
||||
"Shared with others" : "Dalinamasi su kitais ",
|
||||
"Shared with you" : "Pasidalinta su jumis",
|
||||
"Shared by link" : "Bendrinama pagal nuorodą",
|
||||
"Shared by link" : "Dalinamasi pagal nuorodą",
|
||||
"Deleted shares" : "Ištrinti viešiniai",
|
||||
"Shares" : "Pasidalinimai",
|
||||
"Nothing shared with you yet" : "Niekas su jumis dar nesidalina",
|
||||
"Files and folders others share with you will show up here" : "Čia bus rodomi failai ir aplankai, su kuriais dalijamasi su jumis",
|
||||
"Nothing shared yet" : "Niekuo nesidalinate ",
|
||||
"Files and folders you share will show up here" : "Čia bus rodomi bendrinami failai ir aplankai",
|
||||
"No shared links" : "Nėra dalinimosi nuorodų",
|
||||
"Files and folders you share by link will show up here" : "Čia bus rodomi failai ir aplankai, kuriuos bendrinate naudodami nuorodą",
|
||||
"No deleted shares" : "Ištrintų pasidalinimų nėra",
|
||||
"Shares you deleted will show up here" : "Čia atsiras ištrinti pasidalinimai",
|
||||
"No shares" : "Nėra pasidalinimų",
|
||||
"Shares will show up here" : "Čia atsiras pasidalinimai",
|
||||
"Restore share" : "Atkurti viešinį",
|
||||
"Something happened. Unable to restore the share." : "Kažkas nutiko. Nepavyko atkurti viešinio.",
|
||||
"Move or copy" : "Perkelti ar kopijuoti",
|
||||
"Download" : "Atsisiųsti",
|
||||
"Delete" : "Ištrinti",
|
||||
"You can upload into this folder" : "Galite įkelti į šį aplanką",
|
||||
"Terms of service" : "Naudojimosi sąlygos",
|
||||
"No compatible server found at {remote}" : "Nerasta jokio suderinamo serverio ties {remote}",
|
||||
"Invalid server URL" : "Neteisingas serverio URL adresas",
|
||||
"Failed to add the public link to your Nextcloud" : "Nepavyko pridėti viešosios nuorodos į jūsų Nextcloud",
|
||||
"No expiration date set" : "Dalinimosi pabaigos data yra nenustatyta",
|
||||
"Shared by" : "Bendrina",
|
||||
"Shared by" : "Pasidalino",
|
||||
"File shares" : "Bendrinami failai",
|
||||
"Downloaded via public link" : "Atsisiųstas per viešąją nuorodą",
|
||||
"Downloaded by {email}" : "Atsisiuntė {email}",
|
||||
"{file} downloaded via public link" : "{file} atsisiųstas per viešąją nuorodą",
|
||||
"{email} downloaded {file}" : "{email} atsisiuntė {file}",
|
||||
"Shared with group {group}" : "Bendrinama su grupe {group}",
|
||||
"Shared with group {group}" : "Pasidalinta su grupe {group}",
|
||||
"Removed share for group {group}" : "Nebesidalinama su grupe: {group}",
|
||||
"{actor} shared with group {group}" : "{actor} pradėjo bendrinti su grupe {group}",
|
||||
"{actor} removed share for group {group}" : "{actor} nustojo dalintis su {group} grupe",
|
||||
|
@ -37,7 +42,7 @@
|
|||
"Shared as public link" : "Bendrinama kaip viešoji nuoroda",
|
||||
"Removed public link" : "Pašalinti viešą nuorodą",
|
||||
"Public link expired" : "Pasibaigė nuorodos galiojimo laikas",
|
||||
"{actor} shared as public link" : "{actor} pradėjo bendrinti kaip viešąją nuorodą",
|
||||
"{actor} shared as public link" : "{actor} viešai pasidalino nuoroda",
|
||||
"{actor} removed public link" : "{actor} pašalino nuorodą",
|
||||
"Public link of {actor} expired" : "Pasibaigė nuorodos, priklausančios {actor}, galiojimo laikas",
|
||||
"You shared {file} as public link" : "Jūs pradėjote bendrinti {file} kaip viešąją nuorodą",
|
||||
|
@ -58,13 +63,17 @@
|
|||
"{actor} removed themselves" : "{actor} pašalino save",
|
||||
"{actor} shared with {user}" : "{actor} pradėjo bendrinti su {user}",
|
||||
"{actor} removed share for {user}" : "{actor} nustojo dalintis su {user}",
|
||||
"Shared by {actor}" : "Pasidalinta {actor}",
|
||||
"Shared by {actor}" : "Pasidalino {actor}",
|
||||
"{actor} removed share" : "{actor} nustojo dalintis",
|
||||
"You shared {file} with {user}" : "Pasidalinote {file} su {user}",
|
||||
"You removed {user} from {file}" : "Nebesidalinate {file} su {user}",
|
||||
"You removed yourself from {file}" : "Nebesidalinate {file} su savimi",
|
||||
"{actor} removed themselves from {file}" : "{actor} nebesidalina {file} su savimi",
|
||||
"{actor} shared {file} with {user}" : "{actor} pasidalino {file} su {user}",
|
||||
"{actor} removed {user} from {file}" : "{actor} nebesidalina {file} su {user}",
|
||||
"{actor} shared {file} with you" : "{actor} pasidalino {file} su jumis",
|
||||
"{actor} removed you from the share named {file}" : "{actor} nebesidalina {file} su jumis",
|
||||
"A file or folder shared by mail or by public link was <strong>downloaded</strong>" : "Failas arba aplankas pasidalintas el. paštu arba viešąja nuoroda buvo <strong>atsisiųstas</strong>",
|
||||
"A file or folder was shared from <strong>another server</strong>" : "Failas ar aplankas buvo pradėtas bendrinti iš <strong>kito serverio</strong>",
|
||||
"A file or folder has been <strong>shared</strong>" : "Failas ar aplankas buvo <strong>pasidalintas</strong>",
|
||||
"Wrong share ID, share doesn't exist" : "Neteisingas dalinamų duomenų ID",
|
||||
|
@ -94,6 +103,10 @@
|
|||
"Direct link" : "Tiesioginė nuoroda",
|
||||
"Add to your Nextcloud" : "Pridėti į jūsų NextCloud",
|
||||
"Share API is disabled" : "Bendrinimo API yra išjungtas",
|
||||
"File sharing" : "Failų pasidalinimas",
|
||||
"Link to a file" : "Nuoroda į failą",
|
||||
"file" : "failas",
|
||||
"Shared" : "Pasidalinta",
|
||||
"Share" : "Dalintis",
|
||||
"Sharing" : "Bendrinimas",
|
||||
"No entries found in this folder" : "Šiame aplanke įrašų nerasta",
|
||||
|
@ -106,11 +119,15 @@
|
|||
"the link expired" : "baigėsi nuorodos galiojimo laikas",
|
||||
"sharing is disabled" : "dalinimasis yra išjungtas",
|
||||
"For more info, please ask the person who sent this link." : "Dėl tikslesnės informacijos susisiekite su asmeniu atsiuntusiu nuorodą.",
|
||||
"Share note" : "Pasidalinimo pastaba",
|
||||
"Toggle grid view" : "Rodyti tinkleliu",
|
||||
"Download %s" : "Atsisiųsti %s",
|
||||
"Upload files to %s" : "Įkelti duomenis į %s",
|
||||
"Upload files to %s" : "Įkelkite failus gavėjui %s",
|
||||
"Note" : "Pastaba",
|
||||
"Select or drop files" : "Pasirinkite arba vilkite failus",
|
||||
"Uploading files…" : "Įkeliami failai…",
|
||||
"Uploaded files:" : "Įkelti failai:",
|
||||
"By uploading files, you agree to the %1$sterms of service%2$s." : "Įkeldami failus, sutinkate su %1$snaudojimosi sąlygomis%2$s.",
|
||||
"Sharing %s failed because the back end does not allow shares from type %s" : "%s dalinimasis nepavyko, nes sistema nepalaiko šio duomenų tipo: %s"
|
||||
},"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);"
|
||||
}
|
Loading…
Reference in a new issue