63 lines
4.7 KiB
JavaScript
63 lines
4.7 KiB
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Mastodon" : "Mastodon",
|
|
"Error getting OAuth access token" : "Hiba történt az OAuth hozzáférési token lekérése során",
|
|
"Error during OAuth exchanges" : "Hiba történt az OAuth üzenetváltás során",
|
|
"Mastodon home timeline" : "Mastodon idővonal",
|
|
"Mastodon notifications" : "Mastodon értesítések",
|
|
"Mastodon people, toots and hashtags" : "Mastodon: emberek, tülkök és hashtagek",
|
|
"Mastodon people and toots" : "Mastodon: emberek és tülkök",
|
|
"Mastodon toots and hashtags" : "Mastodon: tülkök és hashtagek",
|
|
"Mastodon people and hashtags" : "Mastodon: emberek és hashtagek",
|
|
"Mastodon hashtags" : "Mastodon: hashtagek",
|
|
"Mastodon people" : "Mastodon: emberek",
|
|
"Mastodon toots" : "Mastodon: tülkök",
|
|
"Used %1$s times by %2$s accounts" : "%2$s fiók használta %1$s alkalommal",
|
|
"Reblog from %1$s" : "Újból közzétette: %1$s",
|
|
"Bad HTTP method" : "Hibás HTTP metódus",
|
|
"Bad credentials" : "Hibás hitelesítő adatok",
|
|
"OAuth access token refused" : "Az OAuth hozzáférési token lekérése visszautasítva",
|
|
"Connected accounts" : "Kapcsolt fiókok",
|
|
"Mastodon integration" : "Mastodon integráció",
|
|
"Integration of Mastodon self-hosted social networking service" : "A Mastodon önállóan üzemeltetett közösségi hálózati szolgáltatás integrálása",
|
|
"Mastodon integration provides dashboard widgets displaying your important notifications and your home timeline. You can also post a public sharing link on your Mastodon profile." : "A Mastodon integráció irányítópult-modulokat kínál, amelyek megjelenítik a fontos értesítéseket és a saját idővonalát. Egy nyilvános megosztási hivatkozást is beállíthat a Mastodon-profiljában.",
|
|
"Mastodon administrator options saved" : "A Mastodon rendszergazdai beállításai mentve",
|
|
"Failed to save Mastodon administrator options" : "A Mastodon rendszergazdai beállításainak mentése sikertelen",
|
|
"Default Mastodon instance address" : "Alapértelmezett Mastodon-példány címe",
|
|
"Use a pop-up to authenticate" : "Felugró ablak használata a hitelesítéshez",
|
|
"Successfully connected to Mastodon!" : "Sikeresen kapcsolódva a Mastodonhoz",
|
|
"Mastodon OAuth access token could not be obtained:" : "A Mastodon OAuth hozzáférési tokent nem sikerült beszerezni:",
|
|
"Mastodon options saved" : "Mastodon beállítások mentve.",
|
|
"Incorrect access token" : "Helytelen hozzáférési token",
|
|
"Failed to save Mastodon options" : "A Mastodon beállítások mentése sikertelen.",
|
|
"Enable navigation link" : "Navigációs hivatkozás engedélyezése",
|
|
"Mastodon instance address" : "Mastodon példány címe",
|
|
"Connect to Mastodon" : "Kapcsolódás a Mastodonhoz",
|
|
"Connected as {user}" : "Kapcsolódva mint {user}",
|
|
"Disconnect from Mastodon" : "Kapcsolat bontása a Mastodonnal",
|
|
"Enable statuses search" : "Állapotok keresésének engedélyezése",
|
|
"Enable accounts search" : "Fiókok keresésének engedélyezése",
|
|
"Enable hashtags search" : "Hashtagek keresésének engedélyezése",
|
|
"No Mastodon account connected" : "Nincs Mastodon fiók csatlakoztatva",
|
|
"Error connecting to Mastodon" : "Hiba a Mastodonhoz történő kapcsolódás során",
|
|
"No Mastodon notifications!" : "Nincsenek Mastodon értesítések",
|
|
"Failed to get Mastodon notifications" : "A Mastodon értesítések elérése sikertelen",
|
|
"{name} is following you" : "{name} követi Önt",
|
|
"{name} wants to follow you" : "{name} követni szeretné Önt",
|
|
"Connect to {url}" : "Kapcsolódás ehhez: {url}",
|
|
"No Mastodon home toots!" : "Nincsenek tülkök a helyi Mastodon idővonalon.",
|
|
"Failed to get Mastodon home timeline" : "A helyi Mastodon idővonal elérése sikertelen",
|
|
"Reblog from {name}" : "Újból közzétette: {name}",
|
|
"No text content" : "Nincs szöveges tartalom",
|
|
"I shared a file with you" : "Megosztottam egy fájlt Önnel",
|
|
"Share via Mastodon" : "Megosztás a Mastodon használatával",
|
|
"Failed to create Mastodon OAuth app" : "A Mastodon OAuth-alkalmazás létrehozása sikertelen",
|
|
"You need to connect before using the Mastodon integration." : "A Mastodon integráció használata előtt kapcsolódnia kell.",
|
|
"You can choose another Mastodon server in the \"Connected accounts\" section of your personal settings." : "Másik Mastodon-kiszolgálót választhat a személyes beállításai „Kapcsolt fiókok” szakaszában.",
|
|
"Do you want to connect to {mastodonUrl}?" : "Biztos, hogy kapcsolódik ehhez: {mastodonUrl}?",
|
|
"Cancel" : "Mégse",
|
|
"Connect" : "Kapcsolódás"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|