19.0 vanilla

This commit is contained in:
Ernad Husremovic 2026-03-09 09:32:28 +01:00
parent 20ddc1b4a3
commit c0efcc53f5
1162 changed files with 125577 additions and 105287 deletions

View file

@ -1,64 +1,53 @@
# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * microsoft_calendar
#
# Translators:
# Veikko Väätäjä <veikko.vaataja@gmail.com>, 2022
# Eino Mäkitalo <eino.makitalo@netitbe.fi>, 2022
# Tuomo Aura <tuomo.aura@web-veistamo.fi>, 2022
# Kari Lindgren <kari.lindgren@emsystems.fi>, 2022
# Martin Trigaux, 2022
# Pekka Ikonen, 2022
# Jarmo Kortetjärvi <jarmo.kortetjarvi@gmail.com>, 2022
# Ossi Mantylahti <ossi.mantylahti@obs-solutions.fi>, 2023
# Wil Odoo, 2025
#
# * microsoft_calendar
#
# "Tiffany Chang (tic)" <tic@odoo.com>, 2025.
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
# Saara Hakanen <sahak@odoo.com>, 2026.
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 16.0\n"
"Project-Id-Version: Odoo Server 18.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2025-05-22 18:35+0000\n"
"PO-Revision-Date: 2022-09-22 05:53+0000\n"
"Last-Translator: Wil Odoo, 2025\n"
"Language-Team: Finnish (https://app.transifex.com/odoo/teams/41243/fi/)\n"
"POT-Creation-Date: 2026-01-25 18:36+0000\n"
"PO-Revision-Date: 2026-02-17 10:06+0000\n"
"Last-Translator: Saara Hakanen <sahak@odoo.com>\n"
"Language-Team: Finnish <https://translate.odoo.com/projects/odoo-19/"
"microsoft_calendar/fi/>\n"
"Language: fi\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: fi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Generator: Weblate 5.14.3\n"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid "%(reminder_type)s - %(duration)s Days"
msgstr "%(reminder_type)s - %(duration)s päivää"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid "%(reminder_type)s - %(duration)s Hours"
msgstr "%(reminder_type)s - %(duration)s tuntia"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid "%(reminder_type)s - %(duration)s Minutes"
msgstr "%(reminder_type)s - %(duration)s minuuttia"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid "%s - At time of event"
msgstr "%s - Tapahtumahetkellä"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid "(No title)"
msgstr "(Ei otsikkoa)"
@ -72,21 +61,19 @@ msgstr "Aktiivinen"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#, python-format
msgid ""
"An administrator needs to configure Outlook Synchronization before you can "
"use it!"
msgstr ""
"Järjestelmänvalvojan on määritettävä Outlook-synkronointi ennen kuin voit "
"käyttää sitä!"
"Ylläpitäjän on määritettävä Outlook-synkronointi ennen kuin voit käyttää "
"sitä!"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/res_users.py:0
#, python-format
msgid ""
"An error occurred while generating the token. Your authorization code may be"
" invalid or has already expired [%s]. You should check your Client ID and "
"An error occurred while generating the token. Your authorization code may be "
"invalid or has already expired [%s]. You should check your Client ID and "
"secret on the Microsoft Azure portal or try to stop and restart your "
"calendar synchronisation."
msgstr ""
@ -98,7 +85,7 @@ msgstr ""
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_calendar_attendee
msgid "Calendar Attendee Information"
msgstr "Kalenteri osallistujan tiedot"
msgstr "Osallistujan tiedot kalenterissa"
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_calendar_event
@ -118,7 +105,7 @@ msgstr "Asiakkaan tunniste/ID"
#. module: microsoft_calendar
#: model_terms:ir.ui.view,arch_db:microsoft_calendar.res_config_settings_view_form
msgid "Client Secret"
msgstr "Client Secret"
msgstr "Asiakasohjelman salasana"
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_res_config_settings
@ -128,11 +115,15 @@ msgstr "Asetukset"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#, python-format
msgid "Configuration"
msgstr "Asetukset"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
msgid "Configure"
msgstr "Määritä"
#. module: microsoft_calendar
#: model_terms:ir.ui.view,arch_db:microsoft_calendar.microsoft_calendar_reset_account_view_form
msgid "Confirm"
@ -164,14 +155,27 @@ msgid "Delete from the current Microsoft Calendar account"
msgstr "Poista nykyisestä Microsoft Calendar -tilistä"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
msgid "Discard"
msgstr "Hylkää"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_alarm_manager__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_attendee__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_event__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_recurrence__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_account_reset__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_sync__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_config_settings__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users__display_name
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users_settings__display_name
msgid "Display Name"
msgstr "Näyttönimi"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"Due to an Outlook Calendar limitation, recurrence updates must be done "
"directly in Outlook Calendar."
@ -182,18 +186,20 @@ msgstr ""
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"Due to an Outlook Calendar limitation, recurrence updates must be done directly in Outlook Calendar.\n"
"If this recurrence is not shown in Outlook Calendar, you must delete it in Odoo Calendar and recreate it in Outlook Calendar."
"Due to an Outlook Calendar limitation, recurrence updates must be done "
"directly in Outlook Calendar.\n"
"If this recurrence is not shown in Outlook Calendar, you must delete it in "
"Odoo Calendar and recreate it in Outlook Calendar."
msgstr ""
"Outlook-kalenterin rajoituksen vuoksi toistuvuuspäivitykset on tehtävä suoraan Outlook-kalenterissa.\n"
"Jos tämä toistuvuus ei näy Outlook-kalenterissa, sinun on poistettava se Odoo-kalenterista ja luotava se uudelleen Outlook-kalenterissa."
"Outlook-kalenterin rajoituksen vuoksi toistuvuuspäivitykset on tehtävä "
"suoraan Outlook-kalenterissa.\n"
"Jos tämä toistuvuus ei näy Outlook-kalenterissa, sinun on poistettava se "
"Odoo-kalenterista ja luotava se uudelleen Outlook-kalenterissa."
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"Due to an Outlook Calendar limitation, recurrent events must be created "
"directly in Outlook Calendar."
@ -204,7 +210,7 @@ msgstr ""
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_calendar_alarm_manager
msgid "Event Alarm Manager"
msgstr "Hälytysten hallinta"
msgstr "Tapahtuman hälytysten hallinta"
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_calendar_recurrence
@ -214,20 +220,25 @@ msgstr "Tapahtuman toistuvuussääntö"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"For a correct synchronization between Odoo and Outlook Calendar, all attendees must have an email address. However, some events do not respect this condition. As long as the events are incorrect, the calendars will not be synchronized.\n"
"Either update the events/attendees or archive these events %s:\n"
"%s"
"For a correct synchronization between Odoo and Outlook Calendar, all "
"attendees must have an email address. However, some events do not respect "
"this condition. As long as the events are incorrect, the calendars will not "
"be synchronized.\n"
"Either update the events/attendees or archive these events %(details)s:\n"
"%(invalid_events)s"
msgstr ""
"Jotta Odoo ja Outlook-kalenteri voidaan synkronoida oikein, kaikilla osallistujilla on oltava sähköpostiosoite. Jotkin tapahtumat eivät kuitenkaan noudata tätä ehtoa. Niin kauan kuin tapahtumat ovat virheellisiä, kalentereita ei synkronoida.\n"
"Joko päivitä tapahtumat/osallistujat tai arkistoi nämä tapahtumat %s:\n"
"%s"
"Jotta Odoo ja Outlook-kalenteri voidaan synkronoida oikein, kaikilla "
"osallistujilla on oltava sähköpostiosoite. Jotkin tapahtumat eivät "
"kuitenkaan noudata tätä ehtoa. Niin kauan kuin tapahtumat ovat virheellisiä, "
"kalentereita ei synkronoida.\n"
"Joko päivitä tapahtumat/osallistujat tai arkistoi nämä tapahtumat %"
"(details)s:\n"
"%(invalid_events)s"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"For having a different organizer in your event, it is necessary that the "
"organizer have its Odoo Calendar synced with Outlook Calendar."
@ -236,7 +247,15 @@ msgstr ""
"oltava synkronoitu Outlook-kalenterin kanssa."
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_alarm_manager__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_attendee__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_event__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_recurrence__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_account_reset__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_sync__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_config_settings__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users__id
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users_settings__id
msgid "ID"
msgstr "ID"
@ -249,10 +268,15 @@ msgstr ""
"Jos aktiivinen-kentän arvoksi asetetaan false, voit piilottaa "
"tapahtumahälytystiedot poistamatta niitä."
#. module: microsoft_calendar
#: model:ir.model.fields,help:microsoft_calendar.field_res_config_settings__cal_microsoft_sync_paused
msgid "Indicates if synchronization with Outlook Calendar is paused or not."
msgstr ""
"Ilmaisee, onko synkronointi Outlook-kalenterin kanssa keskeytetty vai ei."
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"It is necessary adding the proposed organizer as attendee before saving the "
"event."
@ -261,9 +285,15 @@ msgstr ""
"tallentamista."
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_account_reset____last_update
msgid "Last Modified on"
msgstr "Viimeksi muokattu"
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users__microsoft_last_sync_date
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users_settings__microsoft_last_sync_date
msgid "Last Sync Date"
msgstr "Viimeisin synkronointipäivä"
#. module: microsoft_calendar
#: model_terms:ir.ui.view,arch_db:microsoft_calendar.view_users_form
msgid "Last Sync Time"
msgstr "Viimeisin synkronointiaika"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_account_reset__write_uid
@ -275,6 +305,12 @@ msgstr "Viimeksi päivittänyt"
msgid "Last Updated on"
msgstr "Viimeksi päivitetty"
#. module: microsoft_calendar
#: model:ir.model.fields,help:microsoft_calendar.field_res_users__microsoft_last_sync_date
#: model:ir.model.fields,help:microsoft_calendar.field_res_users_settings__microsoft_last_sync_date
msgid "Last synchronization date with Outlook Calendar"
msgstr "Viimeisin synkronointipäivä Outlook-kalenterin kanssa"
#. module: microsoft_calendar
#: model:ir.model.fields.selection,name:microsoft_calendar.selection__microsoft_calendar_account_reset__delete_policy__dont_delete
msgid "Leave them untouched"
@ -286,21 +322,6 @@ msgstr "Jätä ne koskematta"
msgid "Microsoft Calendar Account Reset"
msgstr "Microsoft-kalenteritilin nollaus"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_event__microsoft_id
msgid "Microsoft Calendar Event Id"
msgstr "Microsoft-kalenterin tapahtumatunnus"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_sync__microsoft_id
msgid "Microsoft Calendar Id"
msgstr "Microsoftin kalenteritunnus"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_recurrence__microsoft_id
msgid "Microsoft Calendar Recurrence Id"
msgstr "Microsoftin kalenterin toistuvuustunnus"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_config_settings__cal_microsoft_client_id
msgid "Microsoft Client_id"
@ -313,6 +334,7 @@ msgstr "Microsoft Client_key"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users__microsoft_calendar_sync_token
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users_settings__microsoft_calendar_sync_token
msgid "Microsoft Next Sync Token"
msgstr "Microsoft seuraavan synkronoinnin pääsytunniste"
@ -321,6 +343,11 @@ msgstr "Microsoft seuraavan synkronoinnin pääsytunniste"
msgid "Microsoft Recurrence Master Id"
msgstr "Microsoft toistuvuuden Master Id"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_config_settings__cal_microsoft_sync_paused
msgid "Microsoft Synchronization Paused"
msgstr "Microsoftin synkronointi keskeytetty"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_event__need_sync_m
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_recurrence__need_sync_m
@ -341,22 +368,19 @@ msgstr "Seuraava synkronointi"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid "Notification"
msgstr "Ilmoitus"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_event__ms_organizer_event_id
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_recurrence__ms_organizer_event_id
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_sync__ms_organizer_event_id
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_event__microsoft_id
#: model:ir.model.fields,field_description:microsoft_calendar.field_calendar_recurrence__microsoft_id
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_sync__microsoft_id
msgid "Organizer event Id"
msgstr "Järjestäjän tapahtuman Id"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.xml:0
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.xml:0
#, python-format
msgid "Outlook"
msgstr "Outlook"
@ -367,28 +391,32 @@ msgstr "Outlook-kalenteri"
#. module: microsoft_calendar
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users__microsoft_synchronization_stopped
#: model:ir.model.fields,field_description:microsoft_calendar.field_res_users_settings__microsoft_synchronization_stopped
msgid "Outlook Synchronization stopped"
msgstr "Outlookin synkronointi päättyi"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/calendar.py:0
#, python-format
msgid ""
"Outlook limitation: in a recurrence, an event cannot be moved to or before "
"the day of the previous event, and cannot be moved to or after the day of "
"the following event."
msgstr ""
"Näkymärajoitus: toistuvassa tapahtumassa tapahtumaa ei voi siirtää edellisen"
" tapahtuman päivälle tai sitä aikaisemmaksi eikä seuraavan tapahtuman "
"Näkymärajoitus: toistuvassa tapahtumassa tapahtumaa ei voi siirtää edellisen "
"tapahtuman päivälle tai sitä aikaisemmaksi eikä seuraavan tapahtuman "
"päivälle tai sen jälkeen."
#. module: microsoft_calendar
#: model:ir.actions.server,name:microsoft_calendar.ir_cron_sync_all_cals_ir_actions_server
#: model:ir.cron,cron_name:microsoft_calendar.ir_cron_sync_all_cals
msgid "Outlook: synchronization"
msgstr "Outlook: synkronointi"
#. module: microsoft_calendar
#: model_terms:ir.ui.view,arch_db:microsoft_calendar.res_config_settings_view_form
msgid "Pause Synchronization"
msgstr "Pysäytä synkronointi"
#. module: microsoft_calendar
#: model_terms:ir.ui.view,arch_db:microsoft_calendar.view_users_form
msgid "Refresh Token"
@ -404,17 +432,10 @@ msgstr "Nollaa tili"
msgid "Reset Outlook Calendar Account"
msgstr "Nollaa Outlook-kalenteritili"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#, python-format
msgid "Success"
msgstr "Onnistuminen"
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_microsoft_calendar_sync
msgid "Synchronize a record with Microsoft Calendar"
msgstr "Synkronoi tietue Microsoftin kalenterin kanssa"
msgstr "Synkronoi tietue Microsoft Kalenterin kanssa"
#. module: microsoft_calendar
#: model:ir.model.fields.selection,name:microsoft_calendar.selection__microsoft_calendar_account_reset__sync_policy__all
@ -429,28 +450,13 @@ msgstr "Synkronoi vain uudet tapahtumat"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#, python-format
msgid ""
"The Outlook Synchronization needs to be configured before you can use it, do"
" you want to do it now?"
"The Outlook Synchronization needs to be configured before you can use it, do "
"you want to do it now?"
msgstr ""
"Outlook-synkronointi on määritettävä ennen kuin voit käyttää sitä, haluatko "
"tehdä sen nyt?"
#. module: microsoft_calendar
#. odoo-python
#: code:addons/microsoft_calendar/models/res_users.py:0
#, python-format
msgid "The account for the Outlook Calendar service is not configured."
msgstr "Outlook-kalenteripalvelun tiliä ei ole määritetty."
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#, python-format
msgid "The synchronization with Outlook calendar was successfully stopped."
msgstr "Synkronointi Outlook-kalenterin kanssa lopetettiin onnistuneesti."
#. module: microsoft_calendar
#: model:ir.model.fields,help:microsoft_calendar.field_microsoft_calendar_account_reset__delete_policy
msgid "This will only affect events for which the user is the owner"
@ -474,6 +480,11 @@ msgstr "Yleinen tapahtuma Id"
msgid "User"
msgstr "Käyttäjä"
#. module: microsoft_calendar
#: model:ir.model,name:microsoft_calendar.model_res_users_settings
msgid "User Settings"
msgstr "Käyttäjäasetukset"
#. module: microsoft_calendar
#: model_terms:ir.ui.view,arch_db:microsoft_calendar.view_users_form
msgid "User Token"
@ -483,14 +494,3 @@ msgstr "Käyttäjän pääsytunniste"
#: model:ir.model.fields,field_description:microsoft_calendar.field_microsoft_calendar_account_reset__delete_policy
msgid "User's Existing Events"
msgstr "Käyttäjän olemassa olevat tapahtumat"
#. module: microsoft_calendar
#. odoo-javascript
#: code:addons/microsoft_calendar/static/src/views/microsoft_calendar/microsoft_calendar_controller.js:0
#, python-format
msgid ""
"You are about to stop the synchronization of your calendar with Outlook. Are"
" you sure you want to continue?"
msgstr ""
"Olet lopettamassa kalenterisi synkronoinnin Outlookin kanssa. Haluatko "
"varmasti jatkaa?"