diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-02-24 00:19:52 +0000 |
commit | d787449b6741d3bb9dba5faa0dccf1e520ae9951 (patch) | |
tree | 63e711c395606c2f44cab4ba22fcfa521d7e4547 /apps/dav/l10n/fi.js | |
parent | 5087de9f9892e97f5f72b96230a7067fbe8063ea (diff) | |
download | nextcloud-server-d787449b6741d3bb9dba5faa0dccf1e520ae9951.tar.gz nextcloud-server-d787449b6741d3bb9dba5faa0dccf1e520ae9951.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/dav/l10n/fi.js')
-rw-r--r-- | apps/dav/l10n/fi.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/dav/l10n/fi.js b/apps/dav/l10n/fi.js index 4bd85749e1a..39547ffe1cb 100644 --- a/apps/dav/l10n/fi.js +++ b/apps/dav/l10n/fi.js @@ -2,7 +2,7 @@ OC.L10N.register( "dav", { "Calendar" : "Kalenteri", - "To-dos" : "Tehtävät", + "Tasks" : "Tehtävät", "Personal" : "Henkilökohtainen", "{actor} created calendar {calendar}" : "{actor} loi kalenterin {calendar}", "You created calendar {calendar}" : "Loit kalenterin {calendar}", @@ -111,7 +111,6 @@ OC.L10N.register( "Configures a CalDAV account" : "Määrittää CalDAV-tilin", "Configures a CardDAV account" : "Määrittää CardDAV-tilin", "Events" : "Tapahtumat", - "Tasks" : "Tehtävät", "Untitled task" : "Nimetön tehtävä", "Contacts and groups" : "Yhteystiedot ja ryhmät", "WebDAV" : "WebDAV", @@ -144,6 +143,7 @@ OC.L10N.register( "Please contact the organizer directly." : "Ota yhteys suoraan järjestäjään.", "Are you accepting the invitation?" : "Hyväksytkö kutsun?", "Tentative" : "Alustava", - "Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti." + "Your attendance was updated successfully." : "Osallistumisesi päivitettiin onnistuneesti.", + "To-dos" : "Tehtävät" }, "nplurals=2; plural=(n != 1);"); |