calendar/l10n/fi.js

410 lines
24 KiB
JavaScript
Raw Permalink Normal View History

2018-02-12 22:15:39 +00:00
OC.L10N.register(
"calendar",
{
2020-03-16 02:26:52 +00:00
"User-Session unexpectedly expired" : "Käyttäjäistunto vanheni odottamatta",
2020-11-03 02:24:49 +00:00
"Provided email-address is not valid" : "Sähköpostiosoite on virheellinen",
2018-02-12 22:15:39 +00:00
"%s has published the calendar »%s«" : "%s on julkaissut kalenterin »%s«",
2020-03-16 02:26:52 +00:00
"Unexpected error sending email. Please contact your administrator." : "Odottamaton virhe sähköpostia lähettäessä. Ole yhteydessä ylläpitoon.",
"Hello," : "Hei",
"We wanted to inform you that %s has published the calendar »%s«." : "Halusimme ilmoittaa, että %s on julkaissut kalenterin »%s«.",
2018-02-12 22:15:39 +00:00
"Open »%s«" : "Avaa »%s«",
"Cheers!" : "Kiitos!",
2020-09-24 02:23:18 +00:00
"Upcoming events" : "Tulevat tapahtumat",
2020-02-18 02:23:53 +00:00
"Calendar" : "Kalenteri",
2018-06-06 00:16:32 +00:00
"A Calendar app for Nextcloud" : "Kalenterisovellus Nextcloudille",
2020-11-03 02:24:49 +00:00
"The Calendar app is a user interface for Nextcloud's CalDAV server. Easily sync events from various devices with your Nextcloud and edit them online.\n\n* 🚀 **Integration with other Nextcloud apps!** Currently Contacts - more to come.\n* 🌐 **WebCal Support!** Want to see your favorite teams matchdays in your calendar? No problem!\n* 🙋 **Attendees!** Invite people to your events\n* ⌚️ **Free/Busy!** See when your attendees are available to meet\n* ⏰ **Reminders!** Get alarms for events inside your browser and via email\n* 🔍 Search! Find your events at ease\n* ☑️ Tasks! See tasks with a due date directly in the calendar\n* 🙈 **Were not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries." : "Kalenterisovellus on käyttöliittymä Nextcloudin CalDAV-palvelimelle. Nextcloudin avulla synkronoit helposti tapahtumasi eri laitteiden välillä ja muokkaat niitä selaimessa.\n\n* 🚀 **Integraatio muiden Nextcloud-sovellusten kanssa!** Tällä hetkellä tuettuna Kontaktit-sovellus - lisää tulossa.\n* 🌐 **WebCal-tuki!** Haluatko nähdä lempijoukkueesi ottelupäivät kalenterissasi? Ei ongelmaa!\n* 🙋 **Osallistujat!** Kutsu ihmisiä tapahtumiisi\n* ⌚️ **Vapaa/Varattu!** Näe milloin osallistujat ovat käytettävissä tapaamiseen\n* ⏰ **Muistutukset!** Hälytykset tapahtumille selaimessa ja sähköpostilla\n* 🔍 Etsi! Löydä tapahtumasi helposti\n* ☑️ Tehtävät! Määräpäivät näytetään kalenterissa\n* 🙈 **Emme keksi pyörää uudelleen!** Perustuu mahtaviin [c-dav](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) ja [fullcalendar](https://github.com/fullcalendar/fullcalendar) kirjastoihin.",
2019-10-21 02:20:08 +00:00
"Previous day" : "Edellinen päivä",
"Previous week" : "Edellinen viikko",
"Previous month" : "Edellinen kuukausi",
"Next day" : "Seuraava päivä",
"Next week" : "Seuraava viikko",
"Next month" : "Seuraava kuukausi",
2020-03-15 02:25:03 +00:00
"+ New event" : "+ Uusi tapahtuma",
2019-10-20 02:21:35 +00:00
"Today" : "Tänään",
2018-02-12 22:15:39 +00:00
"Day" : "Päivä",
"Week" : "Viikko",
"Month" : "Kuukausi",
2020-09-24 02:23:18 +00:00
"List" : "Lista",
2019-10-21 02:20:08 +00:00
"Untitled calendar" : "Nimetön kalenteri",
"Edit name" : "Muokkaa nimeä",
2020-03-15 02:25:03 +00:00
"Saving name …" : "Tallennetaan nimi …",
2019-10-21 02:20:08 +00:00
"Edit color" : "Muokkaa väriä",
2020-03-15 02:25:03 +00:00
"Saving color …" : "Tallennetaan väri …",
2019-10-21 02:20:08 +00:00
"Copy private link" : "Kopioi yksityinen linkki",
2018-02-12 22:15:39 +00:00
"Download" : "Lataa",
2020-03-16 02:26:52 +00:00
"Unshare from me" : "Lopeta jako minulle",
2019-10-20 02:21:35 +00:00
"Delete" : "Poista",
2020-03-16 02:26:52 +00:00
"An error occurred, unable to change visibility of the calendar." : "Tapahtui virhe. Kalenterin näkyvyyttä ei voitu muuttaa.",
2019-10-21 02:20:08 +00:00
"An error occurred, unable to delete the calendar." : "Tapahtui virhe, kalenteria ei voitu poistaa.",
"Calendar link copied to clipboard." : "Kalenterilinkki kopioitu leikepöydälle.",
"Calendar link could not be copied to clipboard." : "Kalenterilinkkiä ei voitu kopioida leikepöydälle.",
2019-10-22 02:19:59 +00:00
"An error occurred, unable to rename the calendar." : "Tapahtui virhe, kalenterin nimeäminen uudelleen ei onnistu.",
"An error occurred, unable to change the calendar's color." : "Tapahtui virhe, kalenterin värin muuttaminen ei onnistu.",
2020-03-16 02:26:52 +00:00
"_Unsharing the calendar in {countdown} second_::_Unsharing the calendar in {countdown} seconds_" : ["Poistetaan kalenterin jako {countdown} sekunnin kuluttua","Poistetaan kalenterin jako {countdown} sekunnin kuluttua"],
"_Deleting the calendar in {countdown} second_::_Deleting the calendar in {countdown} seconds_" : ["Poistetaan kalenteri {countdown} sekunnin kuluttua","Poistetaan kalenteri {countdown} sekunnin kuluttua"],
2018-02-12 22:15:39 +00:00
"Share link" : "Jaa linkki",
2019-10-21 02:20:08 +00:00
"Publish calendar" : "Julkaise kalenteri",
"Publishing calendar" : "Julkaistaan kalenteri",
"Copy public link" : "Kopioi julkinen linkki",
"Send link to calendar via email" : "Lähetä kalenteriin johtava linkki sähköpostitse",
2020-03-16 02:26:52 +00:00
"Enter one address" : "Kirjoita yksi osoite",
2020-03-15 02:25:03 +00:00
"Sending email …" : "Lähetetään sähköpostia …",
2019-10-21 02:20:08 +00:00
"Copy subscription link" : "Kopioi tilauslinkki",
2020-03-15 02:25:03 +00:00
"Copying link …" : "Kopioidaan linkki …",
2019-10-21 02:20:08 +00:00
"Copied link" : "Linkki kopioitu",
"Could not copy link" : "Linkkiä ei voitu kopioida",
"Copy embedding code" : "Kopioi upotuskoodi",
2020-03-16 02:26:52 +00:00
"Copying code …" : "Kopioidaan koodi …",
2019-10-21 02:20:08 +00:00
"Copied code" : "Koodi kopioitu",
"Could not copy code" : "Koodia ei voitu kopioida",
"Delete share link" : "Poista jakolinkki",
2020-03-16 02:26:52 +00:00
"Deleting share link …" : "Poistetaan jakolinkki …",
2019-10-22 02:19:59 +00:00
"An error occurred, unable to publish calendar." : "Tapahtui virhe, kalenterin julkaiseminen ei onnistu.",
2020-03-16 02:26:52 +00:00
"An error occurred, unable to send email." : "Tapahtui virhe. Sähköpostia ei voitu lähettää.",
2019-10-21 02:20:08 +00:00
"Embed code copied to clipboard." : "Upotuskoodi kopioitu leikepöydälle.",
"Embed code could not be copied to clipboard." : "Upotuskoodia ei voitu kopioida leikepöydälle.",
2020-03-16 02:26:52 +00:00
"Unpublishing calendar failed" : "Kalenterin julkaisun peruminen epäonnistui",
2019-10-21 02:20:08 +00:00
"Share with users or groups" : "Jaa käyttäjien tai ryhmien kanssa",
"No users or groups" : "Ei käyttäjiä tai ryhmiä",
2019-10-20 02:21:35 +00:00
"can edit" : "voi muokata",
2020-06-06 02:21:30 +00:00
"Unshare with {displayName}" : "Poista jako kohteesta {displayName}",
"An error occurred, unable to change the unshare the calendar." : "Tapahtui virhe, kalenterin poissa jakamista ei voi muokata.",
"An error occurred, unable to change the permission of the share." : "Tapahtui virhe, jaon käyttöoikeuksia ei pysty muokkaamaan.",
2020-03-15 02:25:03 +00:00
"+ New calendar" : "+ Uusi kalenteri",
2018-02-12 22:15:39 +00:00
"New calendar" : "Uusi kalenteri",
2020-03-15 02:25:03 +00:00
"Creating calendar …" : "Luodaan kalenteri …",
"New calendar with task list" : "Uusi kalenteri tehtävälistan kera",
2020-03-16 02:26:52 +00:00
"New subscription from link (read-only)" : "Uusi tilaus linkistä (vain luku)",
2020-03-15 02:25:03 +00:00
"Creating subscription …" : "Luodaan tilaus …",
2019-10-21 02:20:08 +00:00
"An error occurred, unable to create the calendar." : "Tapahtui virhe, kalenteria ei voitu luoda.",
2019-10-22 02:19:59 +00:00
"Please enter a valid link (starting with http://, https://, webcal://, or webcals://)" : "Anna kelvollinen linkki (alkaen http://, https://, webcal:// tai webcals://)",
"Trash bin" : "Roskakori",
"You do not have any deleted calendars or events" : "Sinulla ei ole poistettuja kalentereita tai tapahtumia",
"Name" : "Nimi",
"Deleted" : "Poistettu",
"Restore" : "Palauta",
"Delete permanently" : "Poista pysyvästi",
"Untitled event" : "Nimetön tapahtuma",
"Could not load deleted calendars and objects" : "Poistettuja kalentereita tai objekteja ei voitu ladata",
"Could not restore calendar or event" : "Kalenteria tai tapahtumaa ei voitu palauttaa",
"_Elements in the trash bin are deleted after {numDays} day_::_Elements in the trash bin are deleted after {numDays} days_" : ["Roskakorissa olevat kohteet poistetaan {numDays} päivän jälkeen","Roskakorissa olevat kohteet poistetaan {numDays} päivän jälkeen"],
2020-09-24 02:23:18 +00:00
"Could not update calendar order." : "Kalenterin järjestystä ei voitu päivittää.",
2019-10-21 02:20:08 +00:00
"Import calendars" : "Tuo kalenterit",
2020-03-16 02:26:52 +00:00
"Please select a calendar to import into …" : "Valitse kalenteri, johon tuodaan …",
2019-10-21 02:20:08 +00:00
"Filename" : "Tiedostonimi",
2020-03-16 02:26:52 +00:00
"Calendar to import into" : "Kalenteri johon tuodaan",
2019-10-20 02:21:35 +00:00
"Cancel" : "Peruuta",
2019-10-21 02:20:08 +00:00
"_Import calendar_::_Import calendars_" : ["Tuo kalenteri","Tuo kalenterit"],
2020-03-16 02:26:52 +00:00
"{filename} is an unsupported file-type" : "{filename} ei ole tuettua tiedostotyyppiä",
"{filename} could not be parsed" : "Tiedostoa {filename} ei voitu jäsentää",
"No valid files found, aborting import" : "Kelvollisia tiedostoja ei löytynyt, lopetetaan tuonti",
2019-10-22 02:19:59 +00:00
"Import partially failed. Imported {accepted} out of {total}." : "Tuonti epäonnistui osittain. Tuotiin {accepted}/{total}.",
2020-03-16 02:26:52 +00:00
"_Successfully imported %n event_::_Successfully imported %n events._" : ["Tuotiin onnistuneesti %n tapahtuma","Tuotiin onnistuneesti %n tapahtumaa."],
2019-10-21 02:20:08 +00:00
"Automatic" : "Automaattinen",
2019-10-22 02:19:59 +00:00
"Automatic ({detected})" : "Automaattinen ({detected})",
2020-03-16 02:26:52 +00:00
"New setting was not saved successfully." : "Uutta asetusta ei tallennettu onnistuneesti.",
2020-06-06 02:21:30 +00:00
"Shortcut overview" : "Pikakuvakenäkymä",
2020-05-02 02:21:36 +00:00
"or" : "tai",
2020-06-06 02:21:30 +00:00
"Navigation" : "Navigointi",
2020-09-24 02:23:18 +00:00
"Previous period" : "Edellinen jakso",
"Next period" : "Seuraava jakso",
2020-06-06 02:21:30 +00:00
"Views" : "Näyttökertaa",
"Day view" : "Päivänäkymä",
"Week view" : "Viikkonäkymä",
"Month view" : "Kuukausinäkymä",
"List view" : "Listanäkymä",
2020-05-02 02:21:36 +00:00
"Actions" : "Toiminnot",
2020-06-06 02:21:30 +00:00
"Create event" : "Luo tapahtuma",
"Show shortcuts" : "Näytä pikakuvakkeet",
2019-10-21 02:20:08 +00:00
"Enable birthday calendar" : "Käytä syntymäpäiväkalenteria",
2020-06-06 02:21:30 +00:00
"Show tasks in calendar" : "Näytä tehtävät kalenterissa",
2020-03-16 02:26:52 +00:00
"Enable simplified editor" : "Käytä yksinkertaistettua muokkainta",
"Limit visible events per view" : "Rajoita näytettäviä tapahtumia näkymää kohden",
2019-10-21 02:20:08 +00:00
"Show weekends" : "Näytä viikonloput",
2018-03-06 01:16:20 +00:00
"Show week numbers" : "Näytä viikkonumerot",
"Default reminder" : "Oletusmuistutus",
2019-10-21 02:20:08 +00:00
"Copy primary CalDAV address" : "Kopioi ensisijainen CalDAV-osoite",
2019-10-22 02:19:59 +00:00
"Copy iOS/macOS CalDAV address" : "Kopioi iOS:in/macOS:n CalDAV-osoite",
2020-06-06 02:21:30 +00:00
"Show keyboard shortcuts" : "Näytä pikanäppäimet",
2020-01-10 02:23:33 +00:00
"Settings & import" : "Asetukset ja tuonti",
"No reminder" : "Ei muistutusta",
2019-10-21 02:20:08 +00:00
"CalDAV link copied to clipboard." : "CalDAV-linkki kopioitu leikepöydälle.",
2019-10-22 02:19:59 +00:00
"CalDAV link could not be copied to clipboard." : "CalDAV-linkkiä ei voitu kopioida leikepöydälle.",
2020-06-06 02:21:30 +00:00
"before at" : "ennen",
2019-10-21 02:20:08 +00:00
"Notification" : "Ilmoitus",
2019-10-20 02:21:35 +00:00
"Email" : "Sähköposti",
2019-10-21 02:20:08 +00:00
"Audio notification" : "Ääni-ilmoitus",
"Other notification" : "Muu ilmoitus",
2020-03-16 02:26:52 +00:00
"Relative to event" : "Liittyy tapahtumaan",
"On date" : "Päivänä",
"Edit time" : "Muokkaa aikaa",
"Save time" : "Tallenna aika",
2019-10-21 02:20:08 +00:00
"Remove reminder" : "Poista muistutus",
2020-03-15 02:25:03 +00:00
"+ Add reminder" : "+ Lisää muistutus",
2019-10-22 02:19:59 +00:00
"_second_::_seconds_" : ["sekunti","sekuntia"],
"_minute_::_minutes_" : ["minuutti","minuuttia"],
"_hour_::_hours_" : ["tunti","tuntia"],
"_day_::_days_" : ["päivä","päivää"],
"_week_::_weeks_" : ["viikko","viikkoa"],
2020-03-15 02:25:03 +00:00
"No reminders yet" : "Ei vielä muistutuksia",
2020-03-16 02:26:52 +00:00
"Availability of attendees, resources and rooms" : "Osallistujien, resurssien ja huoneiden saatavuus",
"Free" : "Vapaa",
2020-03-16 02:26:52 +00:00
"Busy (tentative)" : "Varattu (alustava)",
2020-01-14 02:23:38 +00:00
"Busy" : "Varattu",
2020-03-16 02:26:52 +00:00
"Out of office" : "Ulkona toimistolta",
2020-01-14 02:23:38 +00:00
"Unknown" : "Tuntematon",
2020-03-16 02:26:52 +00:00
"Create Talk room for this event" : "Luo Talk-huone tälle tapahtumalle",
"Show busy times" : "Näytä varatut ajat",
"Successfully appended link to talk room to description." : "Linkki Talk-huoneeseen lisättiin onnistuneesti kuvaukseen.",
"Error creating Talk room" : "Virhe luotaessa Talk-huonetta",
"Send email" : "Lähetä sähköposti",
2020-03-16 02:26:52 +00:00
"Chairperson" : "Puheenjohtaja",
2019-10-21 02:20:08 +00:00
"Required participant" : "Vaadittu osallistuja",
"Optional participant" : "Valinnainen osallistuja",
2020-06-06 02:21:30 +00:00
"Non-participant" : "Osallistumaton",
2020-03-16 02:26:52 +00:00
"Remove attendee" : "Poista osallistuja",
2019-10-22 02:19:59 +00:00
"No match found" : "Ei tuloksia",
2020-03-16 02:26:52 +00:00
"No attendees yet" : "Ei vielä osallistujia",
2019-10-21 02:20:08 +00:00
"(organizer)" : "(järjestäjä)",
2020-11-03 02:24:49 +00:00
"To send out invitations and handle responses, [linkopen]add your email address in personal settings[linkclose]." : "[linkopen]Lisää sähköpostiosoitteesi henkilökohtaisiin asetuksiisi[linkclose] lähettääksesi kutsuja ja hallitaksesi vastauksia.",
2020-03-15 02:25:03 +00:00
"Remove color" : "Poista väri",
2020-03-16 02:26:52 +00:00
"Event title" : "Tapahtuman otsikko",
2019-10-21 02:20:08 +00:00
"All day" : "Koko päivä",
"Cannot modify all-day setting for events that are part of a recurrence-set." : "Koko päivän tapahtumia, jotka ovat osa toistuvaa tapahtumaa, ei voida muokata.",
2020-03-16 02:26:52 +00:00
"from {startDate}" : "alkaen {startDate}",
"from {startDate} at {startTime}" : "alkaen {startDate} klo {startTime}",
"to {endDate}" : "päättyen {endDate}",
"to {endDate} at {endTime}" : "päättyen {endDate} klo {endTime}",
"End repeat" : "Lopeta toisto",
"Select to end repeat" : "Valitse lopettaaksesi toiston",
2019-10-20 02:21:35 +00:00
"never" : "ei koskaan",
2020-03-16 02:26:52 +00:00
"on date" : "päivänä",
2019-10-20 02:21:35 +00:00
"after" : "jälkeen",
2020-03-16 02:26:52 +00:00
"_time_::_times_" : ["kerran","kertaa"],
"This event is the recurrence-exception of a recurrence-set. You cannot add a recurrence-rule to it." : "Tämä tapahtuma on toistuvaan tapahtumaan tehty poikkeus. Et voi lisätä tähän uutta toistuvuutta.",
2020-03-16 02:26:52 +00:00
"first" : "ensimmäinen",
"third" : "kolmas",
"fourth" : "neljäs",
"fifth" : "viides",
2020-06-06 02:21:30 +00:00
"second to last" : "toiseksi viimeinen",
2020-03-16 02:26:52 +00:00
"last" : "viimeinen",
2020-11-03 02:24:49 +00:00
"Changes to the recurrence-rule will only apply to this and all future occurrences." : "Muutoket toistuvuusasetukseen vaikuttaa vain tähän ja tuleviin tapahtumakertoihin.",
2020-03-16 02:26:52 +00:00
"Repeat" : "Toista",
"Repeat every" : "Toista joka",
2020-06-06 02:21:30 +00:00
"By day of the month" : "Kuukauden päivän mukaan",
2019-10-21 02:20:08 +00:00
"Monday" : "Maanantai",
2020-03-16 02:26:52 +00:00
"weekday" : "viikonpäivä",
2020-06-06 02:21:30 +00:00
"weekend day" : "viikonloppupäivä",
2019-10-21 02:20:08 +00:00
"Summary" : "Yhteenveto",
2020-11-03 02:24:49 +00:00
"The recurrence definition of this event is not fully supported by Nextcloud. If you edit the recurrence-options, certain recurrences may be lost." : "Tapahtuman toistuvuusasetus ei ole Nextcloudin tukema. Jos muokkaat toistuvuusasetusta, jotkin toistuvista tapahtumista saattavat kadota.",
2019-10-20 02:21:35 +00:00
"More" : "Lisää",
2019-10-21 02:20:08 +00:00
"Save" : "Tallenna",
2019-10-20 02:21:35 +00:00
"Update" : "Päivitä",
2020-03-16 02:26:52 +00:00
"Update this occurrence" : "Päivitä tämä esiintymä",
"Update this and all future" : "Päivitä tämä ja kaikki tulevat",
2019-10-21 02:20:08 +00:00
"Public calendar does not exist" : "Julkista kalenteria ei ole olemassa",
2020-03-16 02:26:52 +00:00
"Maybe the share was deleted or has expired?" : "Kenties jako poistettiin tai se vanheni.",
2020-03-15 02:25:03 +00:00
"Please select a timezone:" : "Valitse aikavyöhyke:",
"Pick a time" : "Valitse aika",
"Pick a date" : "Valitse päivä",
2020-03-16 02:26:52 +00:00
"from {formattedDate}" : "alkaen {formattedDate}",
"to {formattedDate}" : "päättyen {formattedDate}",
"on {formattedDate}" : "päivänä {formattedDate}",
"from {formattedDate} at {formattedTime}" : "alkaen {formattedDate} klo {formattedTime}",
"to {formattedDate} at {formattedTime}" : "päättyen {formattedDate} klo {formattedTime}",
"on {formattedDate} at {formattedTime}" : "päivänä {formattedDate} klo {formattedTime}",
"{formattedDate} at {formattedTime}" : "{formattedDate} klo {formattedTime}",
2020-03-15 02:25:03 +00:00
"Please enter a valid date" : "Kirjoita kelvollinen päivä",
"Please enter a valid date and time" : "Kirjoita kelvollinen päivä ja aika",
2019-10-21 02:20:08 +00:00
"Type to search timezone" : "Kirjoita etsiäksesi aikavyöhykettä",
"Personal" : "Henkilökohtainen",
2020-11-03 02:24:49 +00:00
"The automatic timezone detection determined your timezone to be UTC.\nThis is most likely the result of security measures of your web browser.\nPlease set your timezone manually in the calendar settings." : "Automaattinen aikavyöhykkeen tunnistaminen tunnisti aikavyöhyykeeksesi UTC:n. Tämä johtuu todennäköisesti selaimesi tietoturva-asetuksista. Aseta aikavyöhyke manuaalisesti kalenterin asetuksissa.",
"Your configured timezone ({timezoneId}) was not found. Falling back to UTC.\nPlease change your timezone in the settings and report this issue." : "Asettamasi aikavyöhykettä ({timezoneId}) ei löytynyt. Käytetään UTC:tä.\nVaihda aikavyöhykeasetus ja raportoi ongelmasta.",
2020-09-24 02:23:18 +00:00
"No more events today" : "Ei enempää tapahtumia tänään",
"No upcoming events" : "Ei tulevia tapahtumia",
"Create a new event" : "Luo uusi tapahtuma",
2020-09-02 02:22:42 +00:00
"[Today]" : "[Tänään]",
"[Tomorrow]" : "[Huomenna]",
"[Yesterday]" : "[Eilen]",
2021-02-28 02:25:27 +00:00
"[Last] dddd" : "[Viimeinen] dddd",
2020-09-24 02:23:18 +00:00
"Event does not exist" : "Tapahtumaa ei ole olemassa",
2020-03-16 02:26:52 +00:00
"Delete this occurrence" : "Poista tämä esiintymä",
"Delete this and all future" : "Poista tämä ja kaikki tulevat",
2019-10-20 02:21:35 +00:00
"Details" : "Tiedot",
"Attendees" : "Osallistujat",
"Reminders" : "Muistutukset",
"Close" : "Sulje",
2020-09-03 02:21:49 +00:00
"Show more details" : "Näytä lisää tietoja",
2019-10-21 02:20:08 +00:00
"Subscribe to {name}" : "Tilaa {name}",
2019-11-24 02:21:41 +00:00
"Download {name}" : "Lataa {name}",
2019-12-22 02:37:41 +00:00
"Anniversary" : "Vuosipäivä",
2020-03-15 02:25:03 +00:00
"Appointment" : "Tapaaminen",
2020-03-16 02:26:52 +00:00
"Business" : "Business",
2020-03-15 02:25:03 +00:00
"Education" : "Koulutus",
"Holiday" : "Loma",
2020-03-16 02:26:52 +00:00
"Meeting" : "Tapaaminen",
"Miscellaneous" : "Sekalaiset",
"Non-working hours" : "Ei-työnalaiset tunnit",
"Not in office" : "Pois työpaikalta",
"Phone call" : "Puhelinkeskustelu",
"Sick day" : "Sairauspäivä",
"Special occasion" : "Erikoistilaisuus",
2020-03-15 02:25:03 +00:00
"Travel" : "Matka",
2020-03-16 02:26:52 +00:00
"Vacation" : "Loma",
"Midnight on the day the event starts" : "Keskiyöllä tapahtumapäivänä",
"_%n day before the event at {formattedHourMinute}_::_%n days before the event at {formattedHourMinute}_" : ["%n päivä ennen tapahtumaa klo {formattedHourMinute}","%n päivää ennen tapahtumaa klo {formattedHourMinute}"],
"_%n week before the event at {formattedHourMinute}_::_%n weeks before the event at {formattedHourMinute}_" : ["%n viikko ennen tapahtumaa klo {formattedHourMinute}","%n viikkoa ennen tapahtumaa klo {formattedHourMinute}"],
"on the day of the event at {formattedHourMinute}" : "tapahtumapäivänä klo {formattedHourMinute}",
"at the event's start" : "tapahtuman alkaessa",
"at the event's end" : "tapahtuman päättyessä",
"{time} before the event starts" : "{time} ennen tapahtuman alkua",
"{time} before the event ends" : "{time} ennen tapahtuman päättymistä",
"{time} after the event starts" : "{time} tapahtuman alkamisen jälkeen",
"{time} after the event ends" : "{time} tapahtuman päättymisen jälkeen",
2020-08-12 02:22:32 +00:00
"on {time}" : "klo {time}",
"on {time} ({timezoneId})" : "klo {time} ({timezoneId})",
2019-12-22 02:37:41 +00:00
"Week {number} of {year}" : "Viikko {number} vuonna {year}",
2020-03-15 02:25:03 +00:00
"Does not repeat" : "Ei toistu",
2019-11-24 02:21:41 +00:00
"Daily" : "Päivittäin",
"Weekly" : "Viikottain",
"Monthly" : "Kuukausittain",
2019-12-22 02:37:41 +00:00
"Yearly" : "Vuosittain",
2020-11-03 02:24:49 +00:00
"_Every %n day_::_Every %n days_" : ["Päivittäin","Joka %n. päivä"],
"_Every %n week_::_Every %n weeks_" : ["Viikottain","Joka %n. viikko "],
"_Every %n month_::_Every %n months_" : ["Kuukausittain","Joka %n. kuukausi"],
"_Every %n year_::_Every %n years_" : ["Vuosittain","Joka %n. vuosi"],
"_on {weekday}_::_on {weekdays}_" : ["{weekday}na","viikonpäivinä {weekdays}"],
"_on day {dayOfMonthList}_::_on days {dayOfMonthList}_" : ["päivänä {dayOfMonthList}","päivinä {dayOfMonthList}"],
2020-03-16 02:26:52 +00:00
"in {monthNames}" : "kuukausina {monthNames}",
2020-11-03 02:24:49 +00:00
"until {untilDate}" : "{untilDate} asti",
2020-03-16 02:26:52 +00:00
"_%n time_::_%n times_" : ["%n kerran","%n kertaa"],
2020-06-06 02:21:30 +00:00
"Untitled task" : "Nimetön tehtävä",
2020-11-03 02:24:49 +00:00
"Please ask your administrator to enable the Tasks App." : "Pyydä järjestelmänvalvojaa ottamaan Tasks-sovellus käyttöön",
"Prev" : "Edellinen",
"Next" : "Seuraava",
"Prev year" : "Edellinen vuosi",
"Next year" : "Seuraava vuosi",
"Year" : "Vuosi",
2020-11-03 02:24:49 +00:00
"W" : "Vko",
2020-09-24 02:23:18 +00:00
"%n more" : "%n lisää",
"No events to display" : "Ei tapahtumia näytettäväksi",
2020-08-29 02:22:54 +00:00
"_+%n more_::_+%n more_" : ["+%n lisää","+%n lisää"],
2020-09-24 02:23:18 +00:00
"No events" : "Ei tapahtumia",
2021-02-28 02:25:27 +00:00
"Create a new event or change the visible time-range" : "Luo uusi tapahtuma tai vaihda näkyvää aikajanaa",
2020-09-24 02:23:18 +00:00
"It might have been deleted, or there was a typo in a link" : "Se saattaa olla poistettu, tai linkissä oli kirjoitusvirhe",
"It might have been deleted, or there was a typo in the link" : "Se saattaa olla poistettu, tai linkissä oli kirjoitusvirhe",
2020-03-16 02:26:52 +00:00
"When shared show" : "Jaettaessa näytä",
2019-12-22 02:37:41 +00:00
"When shared show full event" : "Jaettaessa näytä koko tapahtuma",
"When shared show only busy" : "Jaettaessa näytä vain varattuna oleminen",
2020-03-16 02:26:52 +00:00
"When shared hide this event" : "Jaettaessa piilota tämä tapahtuma",
"The visibility of this event in shared calendars." : "Tämän tapahtuman näkyvyys jaetuissa kalentereissa.",
2019-12-22 02:37:41 +00:00
"Location" : "Sijainti",
2020-03-15 02:25:03 +00:00
"Add a location" : "Lisää sijainti",
2019-12-22 02:37:41 +00:00
"Description" : "Kuvaus",
2020-03-15 02:25:03 +00:00
"Add a description" : "Lisää kuvaus",
2019-12-22 02:37:41 +00:00
"Status" : "Tila",
"Confirmed" : "Vahvistettu",
"Tentative" : "Alustava",
2020-08-26 02:21:57 +00:00
"Canceled" : "Peruttu",
2021-02-28 02:25:27 +00:00
"Confirmation about the overall status of the event." : "Vahvistus tapahtuman yleiskuvasta.",
2020-06-06 02:21:30 +00:00
"Show as" : "Näytä muodossa",
2020-03-16 02:26:52 +00:00
"Take this event into account when calculating free-busy information." : "Huomioi tämä tapahtuma laskettaessa vapaita ja varattuja ajankohtia.",
2019-12-22 02:37:41 +00:00
"Categories" : "Luokat",
2020-03-16 02:26:52 +00:00
"Categories help you to structure and organize your events." : "Luokat auttavat sinua asettamaan tapahtumia rakenteellisiksi ja hallitsemaan niitä.",
"Search or add categories" : "Etsi tai lisää luokkia",
2019-12-22 02:37:41 +00:00
"Add this as a new category" : "Lisää tämä uutena luokkana",
2020-03-15 02:25:03 +00:00
"Custom color" : "Mukautettu väri",
2020-03-16 02:26:52 +00:00
"Special color of this event. Overrides the calendar-color." : "Tämän tapahtuman erikoisväri. Ylittää kalenterin väriarvon.",
"Chat room for event" : "Tapahtuman keskusteluhuone",
2020-03-15 02:25:03 +00:00
"Imported {filename}" : "Tuotiin {filename}",
2020-03-16 02:26:52 +00:00
"Meditation" : "Meditaatio",
"Relaxing" : "Rentoutumista",
"Relax" : "Rentoutumista",
2019-12-22 02:37:41 +00:00
"Presentation" : "Esitys",
2020-03-16 02:26:52 +00:00
"Present" : "Lahja",
"Camping" : "Telttailua",
"Camp" : "Leiri",
"Movie" : "Elokuva",
2019-12-22 02:37:41 +00:00
"Cinema" : "Elokuvateatteri",
2020-03-16 02:26:52 +00:00
"Graduation" : "Valmistujaiset",
"Brainstorm" : "Brainstorm",
"Baseball" : "Pesäpallo",
2020-06-06 02:21:30 +00:00
"Meet" : "Liity",
2020-03-16 02:26:52 +00:00
"Planning" : "Suunnittelua",
2020-06-06 02:21:30 +00:00
"Pointing" : "Osoittaa",
2020-03-16 02:26:52 +00:00
"Retrospective" : "Retrospektiivinen",
2020-01-30 02:23:40 +00:00
"Review" : "Esikatsele",
2019-12-22 02:37:41 +00:00
"Office" : "Toimisto",
2021-02-28 02:25:27 +00:00
"Contributor week" : "Tukijaviikko",
2019-12-22 02:37:41 +00:00
"Mail" : "Sähköposti",
2020-03-16 02:26:52 +00:00
"Soccer" : "Jalkapallo",
"Football" : "Jalkapallo",
"Gaming" : "Pelailua",
"Drive" : "Ajo",
"Bicycle" : "Polkupyöräily",
"Cycle" : "Polkupyöräily",
"Biking" : "Polkupyöräily",
"Bike" : "Polkupyörä",
2020-03-16 02:26:52 +00:00
"Podcast" : "Podcast",
"Basketball" : "Koripallo",
"Fishing" : "Kalastus",
"Hiking" : "Retkeily",
"Hike" : "Vaellus",
"Art" : "Taide",
"Exhibition" : "Näyttely",
"Museum" : "Museo",
"Pilates" : "Pilates",
"Park" : "Puisto",
"Studying" : "Opiskelua",
"Doctor" : "Lääkäri",
"Health" : "Terveys",
2020-01-11 02:23:41 +00:00
"Dentist" : "Hammaslääkäri",
2020-03-16 02:26:52 +00:00
"Interview" : "Haastattelu",
"Training" : "Treenit",
2020-06-06 02:21:30 +00:00
"Practice" : "Harjoittele",
2020-03-16 02:26:52 +00:00
"Sports" : "Liikuntaa",
"Exercise" : "Harjoitukset",
"Work out" : "Bodausta",
"Working out" : "Kuntosali",
"Gym" : "Sali",
"Barber" : "Parturi",
"Haircut" : "Kampaamo",
"Exam" : "Koe",
"Working" : "Töitä",
"New Years Eve" : "Uudenvuodenaatto",
"NYE" : "NYE",
"Fireworks" : "Ilotulitus",
"Running" : "Juoksua",
"Go for a run" : "Mene lenkille",
"Marathon" : "Maraton",
2020-08-12 02:22:32 +00:00
"Video-conference" : "Videokonfrenssi",
2021-02-28 02:25:27 +00:00
"Conference-call" : "Neuvottelupuhelu",
2020-06-06 02:21:30 +00:00
"Video-call" : "Videopuhelu",
"Video-chat" : "Videokeskustelu",
"Video-meeting" : "Videotapaaminen",
2020-03-16 02:26:52 +00:00
"Call" : "Puhelu",
"Calling" : "Puhelu",
"Christmas" : "Joulu",
"Conference" : "Konfrenssi",
"Pizza" : "Pizza",
"Travelling" : "Reissaamista",
"Journey" : "Matka",
"Collaborate" : "Yhteistyötä",
2020-06-06 02:21:30 +00:00
"Pair" : "Yhdistä",
2020-03-16 02:26:52 +00:00
"Lecture" : "Luento",
"Seminar" : "Seminaari",
"Photograph" : "Valokuvaus",
"Party" : "Juhlat",
"Celebration" : "Juhlintaa",
2020-03-16 02:26:52 +00:00
"Celebrate" : "Juhli",
"Shopping" : "Ostokset",
"Skate" : "Skeittausta",
"Skateboard" : "Skeittaus",
"Wine tasting" : "Viininmaistelu",
"Golf" : "Golf",
2021-02-28 02:25:27 +00:00
"Dinner" : "Illallinen",
2020-03-16 02:26:52 +00:00
"Lunch" : "Lounas",
2019-12-22 02:37:41 +00:00
"Global" : "Julkinen"
2018-02-12 22:15:39 +00:00
},
"nplurals=2; plural=(n != 1);");