48 lines
2.7 KiB
JavaScript
48 lines
2.7 KiB
JavaScript
OC.L10N.register(
|
|
"integration_mastodon",
|
|
{
|
|
"Mastodon" : "Mastodon",
|
|
"Error getting OAuth access token" : "Virhe OAuth-valtuutuksen hakemisessa",
|
|
"Error during OAuth exchanges" : "Virhe OAuth-tunnistautumisessa",
|
|
"Mastodon home timeline" : "Mastodon-etusivun aikajana",
|
|
"Mastodon notifications" : "Mastodon-ilmoitukset",
|
|
"Mastodon people, toots and hashtags" : "Mastodon-ihmiset, -tehostukset ja -aihetunnisteet",
|
|
"Mastodon people and toots" : "Mastodon-ihmiset ja -tehostukset",
|
|
"Mastodon toots and hashtags" : "Mastodon-tehostukset ja -aihetunnisteet",
|
|
"Mastodon people and hashtags" : "Mastodon-ihmiset ja -aihetunnisteet",
|
|
"Mastodon hashtags" : "Mastodon-aihetunnisteet",
|
|
"Mastodon people" : "Mastodon-ihmiset",
|
|
"Mastodon toots" : "Mastodon-tehostukset",
|
|
"Used %1$s times by %2$s accounts" : "Käytetty %1$s kertaa %2$s tilin toimesta",
|
|
"Bad HTTP method" : "Virheellinen HTTP-metodi",
|
|
"Bad credentials" : "Virheelliset kirjautumistiedot",
|
|
"OAuth access token refused" : "OAuth-valtuutus hylätty",
|
|
"Connected accounts" : "Yhdistetyt tilit",
|
|
"Mastodon integration" : "Mastodon-integraatio",
|
|
"Default Mastodon instance address" : "Mastodon-instanssin oletusosoite",
|
|
"Use a pop-up to authenticate" : "Käytä ponnahdusikkunaa tunnistautumista varten",
|
|
"Successfully connected to Mastodon!" : "Yhdistetty Mastodoniin!",
|
|
"Mastodon options saved" : "Mastodon-valinnat tallennettu",
|
|
"Incorrect access token" : "Virheellinen käyttöpoletti",
|
|
"Enable navigation link" : "Näytä navigointipalkissa",
|
|
"Mastodon instance address" : "Mastodon-instanssin osoite",
|
|
"Connect to Mastodon" : "Yhdistä Mastodoniin",
|
|
"Connected as {user}" : "Yhdistetty käyttäjänä {user}",
|
|
"Disconnect from Mastodon" : "Katkaise yhteys Mastodoniin",
|
|
"No Mastodon account connected" : "Mastodon-tiliä ei ole yhdistetty",
|
|
"Error connecting to Mastodon" : "Virhe yhdistäessä Mastodoniin",
|
|
"No Mastodon notifications!" : "Ei Mastodon-ilmoituksia!",
|
|
"Failed to get Mastodon notifications" : "Mastodon-ilmoitusten saaminen epäonnistui",
|
|
"{name} is following you" : "{name} seuraa sinua",
|
|
"{name} wants to follow you" : "{name} haluaa seurata sinua",
|
|
"Connect to {url}" : "Yhdistä osoitteeseen {url}",
|
|
"No text content" : "Ei tekstisisältöä",
|
|
"I shared a file with you" : "Jaoin tiedoston kanssasi",
|
|
"Share via Mastodon" : "Jaa Mastodonissa",
|
|
"You need to connect before using the Mastodon integration." : "Ennen kuin Mastodon-integraatiota voi käyttää, tulee muodostaa yhteys.",
|
|
"Do you want to connect to {mastodonUrl}?" : "Haluatko yhdistää kohteeseen {mastodonUrl}?",
|
|
"Cancel" : "Peruuta",
|
|
"Connect" : "Yhdistä"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|