nextcloud/core/l10n/fi.js

303 lines
24 KiB
JavaScript
Raw Normal View History

OC.L10N.register(
"core",
{
2016-04-07 08:56:01 +03:00
"Please select a file." : "Valitse tiedosto.",
"File is too big" : "Tiedosto on liian suuri",
2017-03-01 04:07:42 +03:00
"The selected file is not an image." : "Valittu tiedosto ei ole kuva.",
"The selected file cannot be read." : "Valittua tiedostoa ei voida lukea.",
2016-04-07 08:56:01 +03:00
"Invalid file provided" : "Määritetty virheellinen tiedosto",
"No image or file provided" : "Kuvaa tai tiedostoa ei määritelty",
"Unknown filetype" : "Tuntematon tiedostotyyppi",
2016-09-04 03:09:21 +03:00
"Invalid image" : "Virheellinen kuva",
2016-04-07 08:56:01 +03:00
"An error occurred. Please contact your admin." : "Tapahtui virhe. Ota yhteys ylläpitoon.",
"No temporary profile picture available, try again" : "Väliaikaista profiilikuvaa ei ole käytettävissä, yritä uudelleen",
2016-09-04 03:09:21 +03:00
"No crop data provided" : "Leikkaustietoa ei annettu",
2016-04-07 08:56:01 +03:00
"No valid crop data provided" : "Kelvollisia leikkaustietoja ei määritetty",
"Crop is not square" : "Leikkaus ei ole neliö",
2017-06-04 03:08:29 +03:00
"Password reset is disabled" : "Salasanan palautus poistettu käytöstä",
2017-03-18 04:07:50 +03:00
"Couldn't reset password because the token is invalid" : "Salasanaa ei voitu palauttaa, koska valtuutus on virheellinen",
"Couldn't reset password because the token is expired" : "Salasanaa ei voitu palauttaa, koska valtuutus on vanhentunut",
"Could not send reset email because there is no email address for this username. Please contact your administrator." : "Salasanan palautusviestiä ei voitu lähettää sähköpostitse, koska käyttäjätunnukselle ei ole määritetty sähköpostiosoitetta. Ota yhteys ylläpitäjään.",
2017-10-19 03:08:27 +03:00
"%s password reset" : "%s salasanan palautus",
2017-04-15 03:07:36 +03:00
"Password reset" : "Salasanan palautus",
2017-04-22 03:07:36 +03:00
"Click the following button to reset your password. If you have not requested the password reset, then ignore this email." : "Paina oheista painiketta palauttaaksesi salasanasi. Jos et ole pyytänyt salasanan palautusta, jätä tämä sähköpostiviesti huomioimatta.",
"Click the following link to reset your password. If you have not requested the password reset, then ignore this email." : "Paina oheista linkkiä palauttaaksesi salasanasi. Jos et ole pyytänyt salasanan palautusta, jätä tämä sähköpostiviesti huomioimatta.",
"Reset your password" : "Palauta salasanasi",
2016-04-07 08:56:01 +03:00
"Couldn't send reset email. Please contact your administrator." : "Palautussähköpostin lähettäminen ei onnistunut. Ota yhteys ylläpitäjään.",
2017-04-06 03:07:50 +03:00
"Couldn't send reset email. Please make sure your username is correct." : "Palautussähköpostin lähettäminen ei onnistunut. Varmista, että käyttäjätunnuksesi on oikein.",
2016-04-21 08:58:49 +03:00
"Preparing update" : "Valmistellaan päivitystä",
2016-04-06 08:56:24 +03:00
"[%d / %d]: %s" : "[%d / %d]: %s",
2016-05-04 09:11:59 +03:00
"Repair warning: " : "Korjausvaroitus:",
"Repair error: " : "Korjausvirhe:",
"Please use the command line updater because automatic updating is disabled in the config.php." : "Käytä komentorivipäivitintä, koska automaattinen päivitys on estetty config.php-asetustiedostossa.",
2016-04-06 08:56:24 +03:00
"[%d / %d]: Checking table %s" : "[%d / %d]: Tarkistetaan taulua %s",
2015-06-05 08:55:04 +03:00
"Turned on maintenance mode" : "Siirrytty huoltotilaan",
2017-03-18 04:07:50 +03:00
"Turned off maintenance mode" : "Poistuttu huoltotilasta",
2015-06-05 08:55:04 +03:00
"Maintenance mode is kept active" : "Huoltotila pidetään aktiivisena",
2015-10-23 08:55:06 +03:00
"Updating database schema" : "Päivitetään tietokannan skeemaa",
2017-03-18 04:07:50 +03:00
"Updated database" : "Tietokanta päivitetty",
"Checking whether the database schema can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
"Checked database schema update" : "Tarkistettu tietokannan skeemapäivitys",
2015-10-23 08:55:06 +03:00
"Checking updates of apps" : "Tarkistetaan sovellusten päivityksiä",
2017-08-10 03:08:15 +03:00
"Checking for update of app \"%s\" in appstore" : "Päivitystä sovellukseen \"%s\" tarkistetaan sovelluskaupasta",
"Update app \"%s\" from appstore" : "Päivitä sovellus \"%s\" sovelluskaupasta",
"Checked for update of app \"%s\" in appstore" : "Päivitys sovellukseen \"%s\" tarkistettu sovelluskaupasta",
2017-03-18 04:07:50 +03:00
"Checking whether the database schema for %s can be updated (this can take a long time depending on the database size)" : "Tarkistetaan, onko kohteen %s tietokannan skeemaa mahdollista päivittää (tämä saattaa kestää kauan riippuen tietokannan koosta)",
2014-12-12 12:19:09 +03:00
"Checked database schema update for apps" : "Tarkistettu tietokannan skeemapäivitys sovelluksille",
"Updated \"%s\" to %s" : "Päivitetty \"%s\" versioon %s",
2017-03-18 04:07:50 +03:00
"Set log level to debug" : "Asetettu lokitasoksi vianetsintä",
"Reset log level" : "Nollattu lokitaso",
2015-12-03 09:55:12 +03:00
"Starting code integrity check" : "Aloitetaan koodin eheystarkistus",
"Finished code integrity check" : "Koodin eheystarkistus suoritettu",
2015-10-23 08:55:06 +03:00
"%s (incompatible)" : "%s (ei yhteensopiva)",
2015-07-09 08:54:53 +03:00
"Following apps have been disabled: %s" : "Seuraavat sovellukset on poistettu käytöstä: %s",
2015-08-28 08:55:25 +03:00
"Already up to date" : "Kaikki on jo ajan tasalla",
2017-07-01 03:08:28 +03:00
"Search contacts …" : "Etsi yhteystietoja…",
2017-04-27 03:07:40 +03:00
"No contacts found" : "Yhteystietoja ei löytynyt",
"Show all contacts …" : "Näytä kaikki yhteystiedot…",
2018-02-13 00:33:37 +03:00
"Could not load your contacts" : "Yhteystietojasi ei voitu ladata",
2017-04-27 03:07:40 +03:00
"Loading your contacts …" : "Ladataan yhteystietojasi…",
2017-08-10 03:08:15 +03:00
"Looking for {term} …" : "Etsii {term} …",
2015-12-03 09:55:12 +03:00
"<a href=\"{docUrl}\">There were problems with the code integrity check. More information…</a>" : "<a href=\"{docUrl}\">Eheystarkistus tuotti ongelmia. Lisätietoja…</a>",
2018-01-04 12:48:31 +03:00
"No action available" : "Toimintoa ei saatavilla",
2017-08-10 03:08:15 +03:00
"Error fetching contact actions" : "Virhe yhteystiedon toimintojen haussa",
"Settings" : "Asetukset",
2016-10-18 03:06:51 +03:00
"Connection to server lost" : "Yhteys palvelimelle menetetty",
2017-03-01 04:07:42 +03:00
"_Problem loading page, reloading in %n second_::_Problem loading page, reloading in %n seconds_" : ["Ongelma sivun lataamisessa, päivitetään %n sekunnin kuluttua","Ongelma sivun lataamisessa, päivitetään %n sekunnin kuluttua"],
"Saving..." : "Tallennetaan...",
2016-02-25 09:58:06 +03:00
"Dismiss" : "Hylkää",
2017-03-01 04:07:42 +03:00
"This action requires you to confirm your password" : "Toiminto vaatii vahvistamista salasanallasi",
"Authentication required" : "Tunnistautuminen vaaditaan",
2016-11-19 04:06:44 +03:00
"Password" : "Salasana",
2017-03-18 04:07:50 +03:00
"Cancel" : "Peruuta",
2017-03-01 04:07:42 +03:00
"Confirm" : "Vahvista",
"Failed to authenticate, try again" : "Varmennus epäonnistui, yritä uudelleen",
2016-11-03 04:07:06 +03:00
"seconds ago" : "sekunteja sitten",
2017-03-01 04:07:42 +03:00
"Logging in …" : "Kirjaudutaan sisään...",
2017-03-18 04:07:50 +03:00
"The link to reset your password has been sent to your email. If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator." : "Linkki salasanan palauttamista varten on lähetetty sähköpostiisi. Jos et saa sähköpostiviestiä kohtuullisessa ajassa, tarkista roskapostikansiot.<br>Jos et saa sähköpostiviestiä, ota yhteys paikalliseen ylläpitäjään.",
"Your files are encrypted. There will be no way to get your data back after your password is reset.<br />If you are not sure what to do, please contact your administrator before you continue. <br />Do you really want to continue?" : "Tiedostosi ovat salattuja. Salasanan palauttamisen jälkeen niitä ei ole mahdollista palauttaa.<br />Jos et ole varma, mitä tehdä, ole yhteydessä ylläpitäjään ennen kuin jatkat.<br />Haluatko varmasti jatkaa?",
"I know what I'm doing" : "Tiedän mitä teen",
"Password can not be changed. Please contact your administrator." : "Salasanan vaihtaminen ei onnistunut. Ota yhteys ylläpitäjään.",
2017-11-15 04:09:47 +03:00
"Reset password" : "Palauta salasana",
2018-01-04 12:48:31 +03:00
"Sending email …" : "Lähetetään sähköpostia ...",
"No" : "Ei",
"Yes" : "Kyllä",
2017-03-01 04:07:42 +03:00
"No files in here" : "Täällä ei ole tiedostoja",
"Choose" : "Valitse",
2017-09-19 03:08:27 +03:00
"Copy" : "Kopioi",
2017-09-23 03:07:56 +03:00
"Move" : "Siirrä",
"Error loading file picker template: {error}" : "Virhe ladatessa tiedostopohjia: {error}",
2017-04-24 03:07:28 +03:00
"OK" : "OK",
"Error loading message template: {error}" : "Virhe ladatessa viestipohjaa: {error}",
2014-12-13 09:55:24 +03:00
"read-only" : "vain luku",
"_{count} file conflict_::_{count} file conflicts_" : ["{count} tiedoston ristiriita","{count} tiedoston ristiriita"],
"One file conflict" : "Yhden tiedoston ristiriita",
"New Files" : "Uudet tiedostot",
"Already existing files" : "Jo olemassa olevat tiedostot",
"Which files do you want to keep?" : "Mitkä tiedostot haluat säilyttää?",
"If you select both versions, the copied file will have a number added to its name." : "Jos valitset kummatkin versiot, kopioidun tiedoston nimeen lisätään numero.",
"Continue" : "Jatka",
"(all selected)" : "(kaikki valittu)",
"({count} selected)" : "({count} valittu)",
"Error loading file exists template" : "Virhe ladatessa mallipohjaa",
2017-03-01 04:07:42 +03:00
"Pending" : "Odottaa",
2017-09-23 03:07:56 +03:00
"Copy to {folder}" : "Kopioi kansioon {folder}",
"Move to {folder}" : "Siirrä kansioon {folder}",
"Very weak password" : "Erittäin heikko salasana",
"Weak password" : "Heikko salasana",
"So-so password" : "Kohtalainen salasana",
"Good password" : "Hyvä salasana",
"Strong password" : "Vahva salasana",
2018-01-15 04:10:43 +03:00
"Your web server is not yet properly set up to allow file synchronization, because the WebDAV interface seems to be broken." : "HTTP-palvelintasi ei ole määritetty oikein tiedostojen synkronointia varten, koska WebDAV-liitäntä vaikuttaa olevan rikki.",
2018-02-14 04:11:53 +03:00
"The PHP function \"set_time_limit\" is not available. This could result in scripts being halted mid-execution, breaking your installation. Enabling this function is strongly recommended." : "PHP-funktio \"set_time_limit\" ei ole käytettävissä. Tämä saattaa johtaa siihen, että skriptien suoritus päättyy ennenaikaisesti ja Nextcloud-asennus rikkoutuu. Suosittelemme kovasti ottamaan tämän funktion käyttöön.",
"Your PHP does not have FreeType support, resulting in breakage of profile pictures and the settings interface." : "PHP-asennuksessasi ei ole FreeType-tukea, ja siitä aiheutuu profiilikuvien sekä asetuskäyttöliittymän rikkoutuminen.",
"Error occurred while checking server setup" : "Virhe palvelimen määrityksiä tarkistaessa",
"Shared" : "Jaettu",
2018-01-04 12:48:31 +03:00
"Shared with" : "Jaettu",
"Shared by" : "Jaettu",
2017-03-21 04:08:16 +03:00
"Error setting expiration date" : "Virhe vanhenemispäivää asetettaessa",
"The public link will expire no later than {days} days after it is created" : "Julkinen linkki vanhenee {days} päivän jälkeen sen luomisesta",
2017-03-18 04:07:50 +03:00
"Set expiration date" : "Aseta vanhenemispäivä",
2017-04-22 03:07:36 +03:00
"Expiration" : "Vanheneminen",
2017-03-18 04:07:50 +03:00
"Expiration date" : "Vanhenemispäivä",
2015-10-29 08:55:45 +03:00
"Choose a password for the public link" : "Valitse salasana julkiselle linkille",
2017-08-10 03:08:15 +03:00
"Choose a password for the public link or press the \"Enter\" key" : "Valitse salasana julkiselle linkille tai paina \"Enter\" näppäintä",
2016-09-01 03:09:24 +03:00
"Copied!" : "Kopioitu!",
"Not supported!" : "Ei tuettu!",
"Press ⌘-C to copy." : "Paina ⌘-C kopioidaksesi.",
"Press Ctrl-C to copy." : "Paina Ctrl-C kopioidaksesi.",
2017-03-18 04:07:50 +03:00
"Resharing is not allowed" : "Jakaminen uudelleen ei ole sallittu",
"Share to {name}" : "Jaa henkilölle {name}",
2015-09-17 08:57:20 +03:00
"Share link" : "Jaa linkki",
2014-12-20 09:56:24 +03:00
"Link" : "Linkki",
"Password protect" : "Suojaa salasanalla",
2017-01-26 04:07:15 +03:00
"Allow editing" : "Salli muokkaus",
"Email link to person" : "Lähetä linkki sähköpostitse",
"Send" : "Lähetä",
2017-05-05 03:07:28 +03:00
"Allow upload and editing" : "Salli lähetys ja muokkaus",
2017-06-04 03:08:29 +03:00
"Read only" : "Vain luku",
2017-05-20 03:08:27 +03:00
"File drop (upload only)" : "Tiedostojen pudotus (Vain lähetys)",
2017-03-18 04:07:50 +03:00
"Shared with you and the group {group} by {owner}" : "Jaettu sinun ja ryhmän {group} kanssa käyttäjältä {owner}",
"Shared with you by {owner}" : "Jaettu kanssasi käyttäjältä {owner}",
2017-04-22 03:07:36 +03:00
"Choose a password for the mail share" : "Valitse salasana sähköpostijaolle",
2017-03-18 04:07:50 +03:00
"{{shareInitiatorDisplayName}} shared via link" : "{{shareInitiatorDisplayName}} jakoi linkillä",
"group" : "ryhmä",
2014-12-21 09:54:36 +03:00
"remote" : "etä",
2017-03-01 04:07:42 +03:00
"email" : "sähköposti",
2017-04-24 03:07:28 +03:00
"shared by {sharer}" : "jakanut {sharer}",
2016-09-04 03:09:21 +03:00
"Unshare" : "Lopeta jakaminen",
2017-04-22 03:07:36 +03:00
"Can reshare" : "Voi uudelleenjakaa",
"Can edit" : "Voi muokata",
"Can create" : "Voi luoda",
"Can change" : "Voi vaihtaa",
"Can delete" : "Voi poistaa",
"Access control" : "Pääsynhallinta",
2016-01-30 09:55:56 +03:00
"Could not unshare" : "Jakamisen lopettaminen epäonnistui",
2017-05-02 03:07:20 +03:00
"Error while sharing" : "Virhe jaettaessa",
2015-09-18 08:54:55 +03:00
"Share details could not be loaded for this item." : "Tämän kohteen jakamistietoja ei voitu ladata.",
2017-03-18 04:07:50 +03:00
"_At least {count} character is needed for autocompletion_::_At least {count} characters are needed for autocompletion_" : ["Vähintään {count} kirjain vaaditaan automaattiseen täydentämiseen","Vähintään {count} kirjainta vaaditaan automaattiseen täydentämiseen"],
2017-03-01 04:07:42 +03:00
"This list is maybe truncated - please refine your search term to see more results." : "Lista on ehkä vajaa - uudelleen määritä hakutermisi nähdäksesi lisää tuloksia.",
2016-02-15 09:55:28 +03:00
"No users or groups found for {search}" : "Haulla {search} ei löytynyt käyttäjiä tai ryhmiä",
2016-03-24 08:57:28 +03:00
"No users found for {search}" : "Haulla {search} ei löytynyt käyttäjiä",
2016-04-06 08:56:24 +03:00
"An error occurred. Please try again" : "Tapahtui virhe, yritä uudelleen",
2016-02-16 16:49:12 +03:00
"{sharee} (group)" : "{sharee} (ryhmä)",
"{sharee} (remote)" : "{sharee} (etä)",
2017-03-01 04:07:42 +03:00
"{sharee} (email)" : "{sharee} (sähköposti)",
2017-04-03 03:08:20 +03:00
"{sharee} ({type}, {owner})" : "{sharee} ({type}, {owner})",
2015-09-17 08:57:20 +03:00
"Share" : "Jaa",
2017-04-26 03:07:43 +03:00
"Share with other people by entering a user or group, a federated cloud ID or an email address." : "Jaa muille kirjoittamalla käyttäjä tai ryhmä, federoidun pilven tunniste tai sähköpostiosoite.",
"Share with other people by entering a user or group or a federated cloud ID." : "Jaa muille kirjoittamalla käyttäjä, ryhmä tai federoidun pilven tunniste.",
"Share with other people by entering a user or group or an email address." : "Jaa muille kirjoittamalla käyttäjä, ryhmä tai sähköpostiosoite.",
"Name or email address..." : "Nimi tai sähköpostiosoite...",
"Name or federated cloud ID..." : "Nimi tai federoidun pilven tunniste...",
"Name, federated cloud ID or email address..." : "Nimi, federoidun pilven tunniste tai sähköpostiosoite...",
"Name..." : "Nimi...",
2017-05-02 03:07:20 +03:00
"Error" : "Virhe",
2016-01-31 09:54:49 +03:00
"Error removing share" : "Virhe jakoa poistaessa",
2016-01-23 09:55:35 +03:00
"Non-existing tag #{tag}" : "Ei olemassa oleva tunniste #{tag}",
2016-06-10 08:55:19 +03:00
"restricted" : "rajoitettu",
2016-01-29 09:55:53 +03:00
"invisible" : "näkymätön",
2016-01-30 09:55:56 +03:00
"({scope})" : "({scope})",
2016-01-22 09:55:28 +03:00
"Delete" : "Poista",
2016-01-23 09:55:35 +03:00
"Rename" : "Nimeä uudelleen",
2016-02-29 09:55:04 +03:00
"Collaborative tags" : "Yhteistyölliset tunnisteet",
2017-03-18 04:07:50 +03:00
"No tags found" : "Tunnisteita ei löytynyt",
2014-10-31 08:55:39 +03:00
"unknown text" : "tuntematon teksti",
"Hello world!" : "Hei maailma!",
"sunny" : "aurinkoinen",
"Hello {name}, the weather is {weather}" : "Hei {name}, sää on {weather}",
2015-01-09 09:55:22 +03:00
"Hello {name}" : "Hei {name}",
2017-04-03 03:08:20 +03:00
"<strong>These are your search results<script>alert(1)</script></strong>" : "<strong>Nämä ovat hakutulokset<script>alert(1)</script></strong>",
2016-03-02 15:40:13 +03:00
"new" : "uusi",
2014-10-31 08:55:39 +03:00
"_download %n file_::_download %n files_" : ["lataa %n tiedosto","lataa %n tiedostoa"],
2016-09-01 03:09:24 +03:00
"The update is in progress, leaving this page might interrupt the process in some environments." : "Päivitys on meneillään. Poistuminen tältä sivulta saattaa keskeyttää toimenpiteen joissain käyttöympäristöissä.",
"Update to {version}" : "Päivitä versioon {version}",
2015-10-16 08:55:03 +03:00
"An error occurred." : "Tapahtui virhe.",
"Please reload the page." : "Päivitä sivu.",
2016-02-10 09:56:05 +03:00
"The update was unsuccessful. For more information <a href=\"{url}\">check our forum post</a> covering this issue." : "Päivitys epäonnistui. Katso lisätietoja tähän ongelmaan liittyen <a href=\"{url}\">keskustelupalstan viestistä</a>.",
2017-03-18 04:07:50 +03:00
"The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud community</a>." : "Päivitys ei onnistunut. Raportoisitko tämän ongelman <a href=\"https://github.com/nextcloud/server/issues\" target=\"_blank\">Nextcloud-yhteisölle</a>.",
2016-09-01 03:09:24 +03:00
"Continue to Nextcloud" : "Jatka Nextcloudiin",
2017-03-18 04:07:50 +03:00
"_The update was successful. Redirecting you to Nextcloud in %n second._::_The update was successful. Redirecting you to Nextcloud in %n seconds._" : ["Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua.","Päivitys onnistui. Siirryt Nextcloudiin %n sekunnin kuluttua."],
2015-01-17 09:54:40 +03:00
"Searching other places" : "Etsitään muista paikoista",
2017-03-18 04:07:50 +03:00
"No search results in other folders for {tag}{filter}{endtag}" : "Ei hakutuloksia muissa kansioissa haulla {tag}{filter}{endtag}",
2015-09-28 12:07:18 +03:00
"_{count} search result in another folder_::_{count} search results in other folders_" : ["{count} hakutulos muussa kansiossa","{count} hakutulosta muissa kansioissa"],
"Personal" : "Henkilökohtainen",
"Users" : "Käyttäjät",
"Apps" : "Sovellukset",
"Admin" : "Ylläpito",
"Help" : "Ohje",
"Access forbidden" : "Pääsy estetty",
"File not found" : "Tiedostoa ei löytynyt",
"The specified document has not been found on the server." : "Määritettyä asiakirjaa ei löytynyt palvelimelta.",
"You can click here to return to %s." : "Napsauta tästä palataksesi %siin.",
"Internal Server Error" : "Sisäinen palvelinvirhe",
2017-09-18 03:08:32 +03:00
"The server was unable to complete your request." : "Palvelin ei kyennyt käsittelemään pyyntöäsi.",
"If this happens again, please send the technical details below to the server administrator." : "Jos tämä tapahtuu uudelleen, lähetä alla olevat tekniset tiedot palvelimen ylläpitäjälle.",
"More details can be found in the server log." : "Lisätietoja on palvelimen lokitiedostossa.",
"Technical details" : "Tekniset tiedot",
"Remote Address: %s" : "Etäosoite: %s",
"Request ID: %s" : "Pyynnön tunniste: %s",
2015-03-22 08:55:21 +03:00
"Type: %s" : "Tyyppi: %s",
"Code: %s" : "Koodi: %s",
"Message: %s" : "Viesti: %s",
"File: %s" : "Tiedosto: %s",
"Line: %s" : "Rivi: %s",
"Trace" : "Jälki",
2015-04-15 01:15:32 +03:00
"Security warning" : "Turvallisuusvaroitus",
2017-03-18 04:07:50 +03:00
"Your data directory and files are probably accessible from the internet because the .htaccess file does not work." : "Datakansiosi ja tiedostosi ovat mitä luultavimmin muiden saavutettavissa Internetistä, koska .htaccess-tiedosto ei toimi.",
"Create an <strong>admin account</strong>" : "Luo <strong>ylläpitäjän tunnus</strong>",
2014-11-20 09:55:06 +03:00
"Username" : "Käyttäjätunnus",
"Storage & database" : "Tallennus ja tietokanta",
"Data folder" : "Datakansio",
2017-03-18 04:07:50 +03:00
"Configure the database" : "Määritä tietokanta",
"Only %s is available." : "Vain %s on käytettävissä.",
2015-05-21 08:55:57 +03:00
"Install and activate additional PHP modules to choose other database types." : "Asenna ja aktivoi erillisiä PHP-moduuleja valitaksesi muita tietokantatyyppejä.",
"For more details check out the documentation." : "Lisätietoja on saatavilla dokumentaatiossa.",
"Database user" : "Tietokannan käyttäjä",
"Database password" : "Tietokannan salasana",
"Database name" : "Tietokannan nimi",
"Database tablespace" : "Tietokannan taulukkotila",
"Database host" : "Tietokantapalvelin",
2017-03-18 04:07:50 +03:00
"Please specify the port number along with the host name (e.g., localhost:5432)." : "Määritä portin numero tietokantapalvelimen yhteydessä (esim. localhost:5432).",
2015-04-15 01:15:32 +03:00
"Performance warning" : "Suorituskykyvaroitus",
2015-02-06 14:49:06 +03:00
"SQLite will be used as database." : "SQLitea käytetään tietokantana.",
"For larger installations we recommend to choose a different database backend." : "Suuria asennuksia varten suositellaan muun tietokannan käyttöä.",
2015-02-06 23:26:04 +03:00
"Especially when using the desktop client for file syncing the use of SQLite is discouraged." : "Varsinkin työpöytäsovelluksen tiedostosynkronointia käyttäessä SQLiten käyttö ei ole suositeltavaa.",
"Finish setup" : "Viimeistele asennus",
2017-03-18 04:07:50 +03:00
"Finishing …" : "Viimeistellään…",
2015-04-15 01:15:32 +03:00
"Need help?" : "Tarvitsetko apua?",
"See the documentation" : "Tutustu dokumentaatioon",
2015-02-18 09:55:40 +03:00
"This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page." : "Tämä sovellus vaatii toimiakseen JavaScript-tuen. {linkstart}Ota JavaScript käyttöön{linkend} ja päivitä sivu.",
2017-03-18 04:07:50 +03:00
"More apps" : "Lisää sovelluksia",
2014-12-19 09:56:51 +03:00
"Search" : "Etsi",
2017-10-25 03:08:45 +03:00
"Reset search" : "Nollaa haku",
2017-03-18 04:07:50 +03:00
"Confirm your password" : "Vahvista salasanasi",
"Server side authentication failed!" : "Palvelimen puoleinen tunnistautuminen epäonnistui!",
"Please contact your administrator." : "Ota yhteys ylläpitäjään.",
2017-03-18 04:07:50 +03:00
"An internal error occurred." : "Tapahtui sisäinen virhe.",
2015-04-15 01:15:32 +03:00
"Please try again or contact your administrator." : "Yritä uudestaan tai ota yhteys ylläpitäjään.",
2016-05-05 08:55:08 +03:00
"Username or email" : "Käyttäjätunnus tai sähköpostiosoite",
2016-10-18 03:06:51 +03:00
"Log in" : "Kirjaudu sisään",
2018-01-12 04:11:34 +03:00
"Wrong password." : "Väärä salasana.",
2015-10-25 08:55:04 +03:00
"Stay logged in" : "Pysy sisäänkirjautuneena",
2018-01-04 12:48:31 +03:00
"Forgot password?" : "Unohditko salasanasi?",
2017-08-18 03:08:15 +03:00
"Account access" : "Tilin käyttö",
2018-02-13 00:33:37 +03:00
"Grant access" : "Myönnä pääsy",
2017-06-04 03:08:29 +03:00
"App token" : "Sovellusvaltuutus",
"Alternative login using app token" : "Vaihtoehtoinen kirjautuminen käyttäen sovellusvaltuutusta",
2017-04-27 03:07:40 +03:00
"Redirecting …" : "Ohjataan uudelleen…",
2016-01-22 09:55:28 +03:00
"New password" : "Uusi salasana",
"New Password" : "Uusi salasana",
2016-09-03 03:09:24 +03:00
"Two-factor authentication" : "Kaksivaiheinen tunnistautuminen",
"Enhanced security is enabled for your account. Please authenticate using a second factor." : "Tililläsi on käytössä parannettu tietoturva. Käytä tunnistuksen toista vaihetta.",
"Cancel log in" : "Peru kirjautuminen",
2017-03-18 04:07:50 +03:00
"Use backup code" : "Käytä varakoodia",
2016-09-03 03:09:24 +03:00
"Error while validating your second factor" : "Tunnistuksen toisen vaiheen tarkistus epäonnistui",
2017-03-18 04:07:50 +03:00
"Add \"%s\" as trusted domain" : "Lisää \"%s\" luotetuksi verkkotunnukseksi",
2015-08-25 19:39:10 +03:00
"App update required" : "Sovelluksen päivittäminen vaaditaan",
"%s will be updated to version %s" : "%s päivitetään versioon %s",
"These apps will be updated:" : "Nämä sovellukset päivitetään:",
"These incompatible apps will be disabled:" : "Nämä yhteensopimattomat sovellukset poistetaan käytöstä:",
"The theme %s has been disabled." : "Teema %s on poistettu käytöstä.",
"Please make sure that the database, the config folder and the data folder have been backed up before proceeding." : "Varmista ennen jatkamista, että tietokanta, asetuskansio ja datakansio on varmuuskopioitu.",
"Start update" : "Käynnistä päivitys",
"To avoid timeouts with larger installations, you can instead run the following command from your installation directory:" : "Välttääksesi aikakatkaisuja suurikokoisten asennusten kanssa, voit suorittaa vaihtoehtoisesti seuraavan komennon asennushakemistossa:",
2016-04-06 08:56:24 +03:00
"Detailed logs" : "Yksityiskohtainen loki",
2016-04-20 08:54:55 +03:00
"Update needed" : "Päivitys vaaditaan",
2017-06-04 03:08:29 +03:00
"Please use the command line updater because you have a big instance with more than 50 users." : "Käytä komentorivipäivitintä, koska käyttäjiä on yli 50.",
"Upgrade via web on my own risk" : "Internetin kautta päivittäminen omalla vastuulla",
2015-03-04 09:55:19 +03:00
"This %s instance is currently in maintenance mode, which may take a while." : "Tämä %s-instanssi on parhaillaan huoltotilassa, huollossa saattaa kestää hetki.",
2016-09-01 03:09:24 +03:00
"This page will refresh itself when the %s instance is available again." : "Tämä sivu päivittää itsensä, kun %s on jälleen käytettävissä.",
2017-06-15 03:08:40 +03:00
"Contact your system administrator if this message persists or appeared unexpectedly." : "Ota yhteys järjestelmän ylläpitäjään, jos tämä viesti ilmenee uudelleen tai odottamatta.",
2018-02-13 00:33:37 +03:00
"Thank you for your patience." : "Kiitos kärsivällisyydestäsi.",
"There was an error loading your contacts" : "Virhe yhteystietojasi ladattaessa",
2018-02-14 04:11:53 +03:00
"Your web server is not yet set up properly to allow file synchronization because the WebDAV interface seems to be broken." : "Web-palvelintasi ei ole määritetty oikein tiedostojen synkronoinnin sallimiseksi, koska WebDAV-liitäntä vaikuttaa olevan rikki.",
"The server encountered an internal error and was unable to complete your request." : "Palvelimella tapahtui sisäinen virhe, eikä pyyntöäsi voitu käsitellä.",
"Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Ota yhteys palvelimen ylläpitäjään, jos tämä virhe ilmenee useita kertoja. Sisällytä alla olevat tekniset tiedot ilmoitukseesi.",
"This action requires you to confirm your password:" : "Tämä toiminto vaatii, että vahvistat salasanasi:",
2018-03-09 16:31:21 +03:00
"Wrong password. Reset it?" : "Väärä salasana. Nollataanko se?",
2018-03-15 04:11:41 +03:00
"Alternative Logins" : "Vaihtoehtoiset kirjautumistavat",
2018-03-09 16:31:21 +03:00
"Back to log in" : "Palaa kirjautumiseen"
},
"nplurals=2; plural=(n != 1);");