mirror of
https://github.com/nextcloud/server.git
synced 2025-01-31 06:43:12 +00:00
4d61fd2e5a
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
49 lines
4.4 KiB
JavaScript
49 lines
4.4 KiB
JavaScript
OC.L10N.register(
|
|
"federatedfilesharing",
|
|
{
|
|
"Invalid Federated Cloud ID" : "Érvénytelen föderált felhőazonosító",
|
|
"Server to server sharing is not enabled on this server" : "A kiszolgálók közötti megosztás nincs engedélyezve ezen a kiszolgálón",
|
|
"Couldn't establish a federated share." : "A föderált megosztás nem hozható létre.",
|
|
"Couldn't establish a federated share, maybe the password was wrong." : "A föderált megosztás nem hozható létre, lehet hogy a jelszó hibás.",
|
|
"Federated Share request sent, you will receive an invitation. Check your notifications." : "Föderált megosztási kérés elküldve, kapni fog egy meghívót. Ellenőrizze az értesítéseit.",
|
|
"Couldn't establish a federated share, it looks like the server to federate with is too old (Nextcloud <= 9)." : "A föderált megosztás nem hozható létre, úgy tűnik, hogy a föderálandó kiszolgáló túl régi. (Nextcloud <= 9).",
|
|
"It is not allowed to send federated group shares from this server." : "Nem küldhet föderált csoportmegosztást erről a kiszolgálóról.",
|
|
"Federated shares require read permissions" : "A föderált megosztásokhoz olvasási jogosultság szükséges",
|
|
"File is already shared with %s" : "A fájl már meg van osztva vele: %s",
|
|
"Sharing %1$s failed, could not find %2$s, maybe the server is currently unreachable or uses a self-signed certificate." : "A(z) %1$s megosztása sikertelen, a(z) %2$s nem található, talán a kiszolgáló jelenleg nem érhető el vagy önaláírt tanúsítványt használ.",
|
|
"Could not find share" : "A megosztás nem található",
|
|
"Federated sharing" : "Föderált megosztás",
|
|
"You received {share} as a remote share from {user} (on behalf of {behalf})" : "Kapott egy távoli megosztást: {share}, innen: {user} ({behalf} nevében)",
|
|
"You received {share} as a remote share from {user}" : "Kapott egy távoli megosztást: {share}, innen: {user}",
|
|
"Accept" : "Elfogadás",
|
|
"Decline" : "Elutasítás",
|
|
"Federated Cloud Sharing" : "Föderált felhőmegosztás",
|
|
"Sharing" : "Megosztás",
|
|
"Federated file sharing" : "Föderált fájlmegosztás",
|
|
"Provide federated file sharing across servers" : "Föderált fájlmegosztás biztosítása a kiszolgálók között",
|
|
"Unable to update federated files sharing config" : "A föderált fájlmegosztási konfiguráció nem frissíthető",
|
|
"Federated Cloud" : "Föderált felhő",
|
|
"You can share with anyone who uses a Nextcloud server or other Open Cloud Mesh (OCM) compatible servers and services! Just put their Federated Cloud ID in the share dialog. It looks like person@cloud.example.com" : "Bármelyik Nextcloud-kiszolgálót vagy egyéb Open Cloud Mesh-kompatibilis (OCM) kiszolgálót és szolgáltatást használó felhasználóval megoszthatja adatait. Csak tegye a föderált felhőazonosítóját a megosztási párbeszédablakba. Hasonlóan néz ki: person@cloud.example.com",
|
|
"Share it so your friends can share files with you:" : "Ossza meg, hogy a barátai is oszthassanak meg Önnel fájlokat:",
|
|
"Facebook" : "Facebook",
|
|
"X (formerly Twitter)" : "X (korábban Twitter)",
|
|
"Mastodon" : "Mastodon",
|
|
"Add to your website" : "Adja hozzá saját weboldalához",
|
|
"Share with me via Nextcloud" : "Ossza meg velem a Nextcloudon keresztül",
|
|
"HTML Code:" : "HTML-kód:",
|
|
"Share with me through my #Nextcloud Federated Cloud ID, see {url}" : "Ossza meg velem a #Nextcloud föderált felhőazonosítóm segítségével, lásd {url}",
|
|
"Share with me through my #Nextcloud Federated Cloud ID" : "Ossza meg velem a #Nextcloud föderált felhőazonosítóm segítségével ",
|
|
"Cloud ID copied to the clipboard" : "Felhőazonosító a vágólapra másolva",
|
|
"Copy to clipboard" : "Másolás a vágólapra",
|
|
"Copied!" : "Másolva!",
|
|
"Cancel" : "Mégse",
|
|
"Add remote share" : "Távoli megosztás hozzáadása",
|
|
"Remote share" : "Távoli megosztás",
|
|
"Do you want to add the remote share {name} from {owner}@{remote}?" : "Hozzáadja a(z) {name} távoli megosztást innen: {owner}@{remote}?",
|
|
"Remote share password" : "Jelszó a távoli megosztáshoz",
|
|
"Your Federated Cloud ID:" : "Az Ön föderált felhőazonosítója:",
|
|
"Twitter" : "Twitter",
|
|
"Diaspora" : "Diaspora",
|
|
"Clipboard is not available" : "A vágólap nem érhető el"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|