mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
286ceead15
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
39 lines
3.1 KiB
JavaScript
39 lines
3.1 KiB
JavaScript
OC.L10N.register(
|
||
"federatedfilesharing",
|
||
{
|
||
"Invalid Federated Cloud ID" : "Neteisingas federacinės debesijos 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." : "Nepavyko užmegzti federacinio viešinio.",
|
||
"Couldn't establish a federated share, maybe the password was wrong." : "Nepavyko užmegzti federacinio viešinio, galbūt, neteisingas slaptažodis.",
|
||
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Federacinio viešinio užklausa išsiųsta, jūs gausite pakvietimą. Tikrinkite savo pranešimus.",
|
||
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "Nepavyko užmegzti federacinio viešinio, atrodo, kad serveris su kuriuo ketinama jungtis į federaciją yra per senas (Nextcloud <= 9).",
|
||
"It is not allowed to send federated group shares from this server." : "Iš šio serverio neleidžiama siųsti federacinių grupės viešinių.",
|
||
"File is already shared with %s" : "Failas jau yra bendrinamas su %s",
|
||
"Could not find share" : "Nepavyko rasti viešinio",
|
||
"Federated sharing" : "Federacinis bendrinimas",
|
||
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Jūs gavote {share} kaip nuotolinį viešinį iš {user} ({behalf} vardu)",
|
||
"You received {share} as a remote share from {user}" : "Jūs gavote {share} kaip nuotolinį viešinį iš {user}",
|
||
"Accept" : "Priimti",
|
||
"Decline" : "Atmesti",
|
||
"Federated Cloud Sharing" : "Bendrinimas federacinėje debesijoje",
|
||
"Sharing" : "Duomenų bendrinimas",
|
||
"Federated file sharing" : "Federacinis failų bendrinimas",
|
||
"Federated Cloud" : "Federacinė debesija",
|
||
"Share it so your friends can share files with you:" : "Pasidalinkite juo, kad jūsų draugai galėtų bendrinti failus kartu su jumis:",
|
||
"Facebook" : "„Facebook“",
|
||
"HTML Code:" : "HTML kodas:",
|
||
"Share with me through my #Nextcloud Federated Cloud ID" : "Bendrinti su manimi per mano #Nextcloud federacinės debesijos ID",
|
||
"Cloud ID copied to the clipboard" : "Debesijos ID nukopijuotas į iškarpinę",
|
||
"Copy to clipboard" : "Kopijuoti į iškarpinę",
|
||
"Clipboard not available. Please copy the cloud ID manually." : "Iškarpinė neprieinama. Nukopijuokite debesijos ID rankiniu būdu.",
|
||
"Copied!" : "Nukopijuota!",
|
||
"Cancel" : "Atsisakyti",
|
||
"Add remote share" : "Pridėti nuotolinį viešinį",
|
||
"Remote share" : "Nuotolinis viešinys",
|
||
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Ar norite pridėti nuotolinį viešinį {name} iš {owner}@{remote}?",
|
||
"Remote share password" : "Nuotolinio viešinio slaptažodis",
|
||
"Your Federated Cloud ID:" : "Jūsų federacinės debesijos ID:",
|
||
"Twitter" : "Twitter",
|
||
"Clipboard is not available" : "Iškarpinė neprieinama"
|
||
},
|
||
"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);");
|