nextcloud/apps/federatedfilesharing/l10n/lt_LT.js

45 lines
4.0 KiB
JavaScript
Raw Normal View History

2016-04-26 11:50:32 +03:00
OC.L10N.register(
"federatedfilesharing",
{
2017-07-17 03:08:02 +03:00
"Federated sharing" : "Dalinimasis kitame serveryje",
2018-11-06 04:12:39 +03:00
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ar norite pridėti nuotolinį viešinį {name} iš {owner}@{remote}?",
2017-07-17 03:08:02 +03:00
"Remote share" : "Kitame serveryje pasidalinti duomenys",
"Remote share password" : "Kitame serveryje pasidalintų duomenų slaptažodis",
"Cancel" : "Atsisakyti",
2018-11-04 04:14:02 +03:00
"Add remote share" : "Pridėti nuotolinį viešinį",
2017-07-17 03:08:02 +03:00
"Copy" : "Kopijuoti",
2018-12-20 04:11:44 +03:00
"Copied!" : "Nukopijuota!",
2017-07-17 03:08:02 +03:00
"Not supported!" : "Nepalaikoma!",
"Press ⌘-C to copy." : "Norėdami nukopijuoti, paspauskite ⌘-C.",
"Press Ctrl-C to copy." : "Paspauskite Ctrl-C, kad nukopijuotumėte.",
"Invalid Federated Cloud ID" : "Neteisingas Centralizuoto Serverio ID",
"Server to server sharing is not enabled on this server" : "Dalinimasis tarp serverių yra neleidžiamas šiame serveryje",
"Couldn't establish a federated share." : "Neįmanoma pradėti dalintis kitame serveryje.",
"Couldn't establish a federated share, maybe the password was wrong." : "Neįmanoma pradėti dalintis kitame serveryje. Gal jūsų slaptažodis blogas?",
2017-07-23 03:07:58 +03:00
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Dalinimosi kitame serveryje užklausa išsiųsta. Jūs būsite informuoti, jei pasidalinimas bus sėkmingas. ",
2017-07-17 03:08:02 +03:00
"Not allowed to create a federated share with the same user" : "Negalima dalintis su identišku naudotoju kitame serveryje",
"File is already shared with %s" : "Failas jau yra bendrinamas su %s",
"Could not find share" : "Nepavyko rasti bendrinamų duomenų",
"You received \"%3$s\" as a remote share from %1$s (on behalf of %2$s)" : "Gavote galimybę peržiūrėti duomenis \"%3$s\", kuriuos pasidalino %1$s (%2$s vardu) esantis kitame serveryje",
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Gavote galimybę peržiūrėti duomenis \"{share}\", kuriuos pasidalino {user} ({behalf} vardu) esantis kitame serveryje",
"You received \"%3$s\" as a remote share from %1$s" : "Gavote galimybę peržiūrėti duomenis \"%3$s\", kuriuos pasidalino %1$s",
"You received {share} as a remote share from {user}" : "Gavote galimybę peržiūrėti duomenis \"{share}\", kuriuos pasidalino {user}",
2016-06-03 09:19:30 +03:00
"Accept" : "Priimti",
"Decline" : "Atmesti",
2017-07-17 03:08:02 +03:00
"Share with me through my #Nextcloud Federated Cloud ID, see %s" : "Pasidalinti su manimi per #Nextcloud Centralizuoto Serverio ID, toliau %s",
"Share with me through my #Nextcloud Federated Cloud ID" : "Pasidalinti su manimi per #Nextcloud Centralizuoto Serverio ID",
2018-11-04 04:14:02 +03:00
"Sharing" : "Duomenų bendrinimas",
2018-12-20 04:11:44 +03:00
"Open documentation" : "Atverti dokumentaciją",
"HTML Code:" : "HTML kodas:",
2018-03-14 04:11:29 +03:00
"The mountpoint name contains invalid characters." : "Prijungimo taškas turi netinkamų naudoti simbolių.",
"Not allowed to create a federated share with the owner." : "Savininkas neleidžia dalintis duomenimis su kitu serveriu.",
"Invalid or untrusted SSL certificate" : "Neteisingas arba nepatikimas SSL liudijimas",
"Could not authenticate to remote share, password might be wrong" : "Neįmanoma pradėti dalintis kitame serveryje. Gal jūsų slaptažodis blogas?",
"Storage not valid" : "Saugykla netinkama naudotis",
"Federated share added" : "Pasidalinta per kitą serverį",
"Couldn't add remote share" : "Nepavyko peržiūrėti kitame serveryje pasidalintų duomenų",
2018-10-10 03:13:11 +03:00
"Sharing %s failed, because this item is already shared with %s" : "%s bendrinimas nepavyko, kadangi šis elementas jau yra bendrinamas su %s",
2018-11-23 04:12:51 +03:00
"Sharing %s failed, could not find %s, maybe the server is currently unreachable or uses a self-signed certificate." : "\"%s\" pasidalinimas nepavyko, neįmanoma rasti %s, tikėtina, kad serveris šiuo metu nepasiekiamas arba naudoja nepatikimą sertifikatą."
2016-04-26 11:50:32 +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);");