From 36230371fdaeb67d16375a25bdb811bd46976c9e Mon Sep 17 00:00:00 2001 From: Elias Schneider Date: Sun, 30 Jul 2023 22:19:15 +0200 Subject: [PATCH] chore: update translations via Crowdin (#216) * New translations en-US.ts (Finnish) * New translations en-US.ts (Finnish) * New translations en-US.ts (Finnish) --- frontend/src/i18n/translations/fi-FI.ts | 687 ++++++++++-------------- 1 file changed, 286 insertions(+), 401 deletions(-) diff --git a/frontend/src/i18n/translations/fi-FI.ts b/frontend/src/i18n/translations/fi-FI.ts index f93fcdc..e3456cd 100644 --- a/frontend/src/i18n/translations/fi-FI.ts +++ b/frontend/src/i18n/translations/fi-FI.ts @@ -1,438 +1,323 @@ export default { // Navbar - "navbar.upload": "Upload", - "navbar.signin": "Sign in", - "navbar.home": "Home", - "navbar.signup": "Sign Up", - - "navbar.links.shares": "My shares", - "navbar.links.reverse": "Reverse shares", - - "navbar.avatar.account": "My account", - "navbar.avatar.admin": "Administration", - "navbar.avatar.signout": "Sign out", + "navbar.upload": "Pilvetä", + "navbar.signin": "Kirjaudu Sisään", + "navbar.home": "Koti", + "navbar.signup": "Rekisteröidy", + "navbar.links.shares": "Minun jakaukset", + "navbar.links.reverse": "Takaperin jaetut", + "navbar.avatar.account": "Oma tIli", + "navbar.avatar.admin": "Ylläpito", + "navbar.avatar.signout": "Kirjaudu ulos", // END navbar - // / - "home.title": "A self-hosted file sharing platform.", - - "home.description": - "Do you really want to give your personal files in the hand of third parties like WeTransfer?", - "home.bullet.a.name": "Self-Hosted", - "home.bullet.a.description": "Host Pingvin Share on your own machine.", - "home.bullet.b.name": "Privacy", - "home.bullet.b.description": - "Your files are your files and should never get into the hands of third parties.", - "home.bullet.c.name": "No annoying file size limit", - "home.bullet.c.description": - "Upload as big files as you want. Only your hard drive will be your limit.", - - "home.button.start": "Get started", - "home.button.source": "Source code", + "home.title": "\"Itse isännöitty\" tiedostojen jakamisen alusta.", + "home.description": "Haluatko oikeasti jakaa yksityisiä tiedostojasi kolmannen osapuolen yhtiöille niin kuin WeTransfer?", + "home.bullet.a.name": "Itse-Isännöitty", + "home.bullet.a.description": "Isännöi \"Pingvin Share\" omalla palvelimellasi.", + "home.bullet.b.name": "Yksityisyys", + "home.bullet.b.description": "Sinun tiedostosi ovat sinun ja niiden ei ikinä pidä päättyä kolmannen osapuolen käsiin.", + "home.bullet.c.name": "Ei ärsyttävää tiedoston kokorajoitusta", + "home.bullet.c.description": "Lataa niin paljon isoja tiedostoja kuin tykkäät. Vain kovalevysi on rajana.", + "home.button.start": "Aloita", + "home.button.source": "Lähdekoodi", // END / - // /auth/signin - "signin.title": "Welcome back", - "signin.description": "You don't have an account yet?", - "signin.button.signup": "Sign up", - "signin.input.email-or-username": "Email or username", - "signin.input.email-or-username.placeholder": "Your email or username", - "signin.input.password": "Password", - "signin.input.password.placeholder": "Your password", - "signin.button.submit": "Sign in", - "signIn.notify.totp-required.title": "Two-factor authentication required", - "signIn.notify.totp-required.description": - "Please enter your two-factor authentication code", - + "signin.title": "Tervetuloa takaisin", + "signin.description": "Eikö sinulla ole vielä tiliä?", + "signin.button.signup": "Rekisteröidy", + "signin.input.email-or-username": "Sähköposti tai käyttäjänimi", + "signin.input.email-or-username.placeholder": "Sähköpostisi tai käyttäjänimesi", + "signin.input.password": "Salasana", + "signin.input.password.placeholder": "Salasana", + "signin.button.submit": "Kirjaudu sisään", + "signIn.notify.totp-required.title": "Kaksivaiheinen tunnistautuminen vaadittu", + "signIn.notify.totp-required.description": "Syötä kaksivaiheisen tunnistautumisen koodi tähän", // END /auth/signin - // /auth/signup - "signup.title": "Create an account", - "signup.description": "Already have an account?", - "signup.button.signin": "Sign in", - "signup.input.username": "Username", - "signup.input.username.placeholder": "Your username", - "signup.input.email": "Email", - "signup.input.email.placeholder": "Your email", - "signup.button.submit": "Let's get started", - + "signup.title": "Rekisteröidy", + "signup.description": "Onko sinulla jo tili?", + "signup.button.signin": "Kirjaudu sisään", + "signup.input.username": "Käyttäjätunnus", + "signup.input.username.placeholder": "Käyttäjätunnus", + "signup.input.email": "Sähköposti", + "signup.input.email.placeholder": "Sähköpostisi", + "signup.button.submit": "Aloitetaan", // END /auth/signup - // /auth/reset-password - "resetPassword.title": "Forgot your password?", - "resetPassword.description": "Enter your email to reset your password.", - "resetPassword.notify.success": - "An email has been sent with a link to reset your password.", - "resetPassword.button.back": "Back to sign in page", - "resetPassword.text.resetPassword": "Reset password", - "resetPassword.text.enterNewPassword": "Enter your new password", - "resetPassword.input.password": "New password", - "resetPassword.notify.passwordReset": - "Your password has been reset successfully.", - + "resetPassword.title": "Unohditko salasanan?", + "resetPassword.description": "Kirjoita sähköpostiosoitteesi palauttaaksesi salasanasi.", + "resetPassword.notify.success": "Sähköpostiosoite on lähetetty linkillä, jolla voit nollata salasanasi.", + "resetPassword.button.back": "Takaisin kirjautumiseen", + "resetPassword.text.resetPassword": "Nollaa salasana", + "resetPassword.text.enterNewPassword": "Anna uusi salasana", + "resetPassword.input.password": "Uusi salasana", + "resetPassword.notify.passwordReset": "Salasanan nollaus onnistui.", // /account - "account.title": "My account", - - "account.card.info.title": "Account info", - "account.card.info.username": "Username", - "account.card.info.email": "Email", - "account.notify.info.success": "Account updated successfully", - - "account.card.password.title": "Password", - "account.card.password.old": "Old password", - "account.card.password.new": "New password", - "account.notify.password.success": "Password changed successfully", - - "account.card.security.title": "Security", - "account.card.security.totp.enable.description": - "Enter your current password to start enabling TOTP", - "account.card.security.totp.disable.description": - "Enter your current password to disable TOTP", - "account.card.security.totp.button.start": "Start", - "account.modal.totp.title": "Enable TOTP", - "account.modal.totp.step1": "Step 1: Add your authenticator", - "account.modal.totp.step2": "Step 2: Validate your code", - "account.modal.totp.enterManually": "Enter manually", - "account.modal.totp.code": "Code", - "account.modal.totp.clickToCopy": "Click to copy", - "account.modal.totp.verify": "Verify", - "account.notify.totp.disable": "TOTP disabled successfully", - "account.notify.totp.enable": "TOTP enabled successfully", - - "account.card.language.title": "Language", - "account.card.language.description": - "The project is translated by the community. Some languages might be incomplete.", - "account.card.color.title": "Color scheme", - + "account.title": "Oma tIli", + "account.card.info.title": "Tilin tiedot", + "account.card.info.username": "Käyttäjätunnus", + "account.card.info.email": "Sähköposti", + "account.notify.info.success": "Tili päivitetty onnistuneesti", + "account.card.password.title": "Salasana", + "account.card.password.old": "Vanha salasana", + "account.card.password.new": "Uusi salasana", + "account.notify.password.success": "Salasana vaihdettu", + "account.card.security.title": "Turvallisuus", + "account.card.security.totp.enable.description": "Anna nykyinen salasanasi aloittaaksesi TOTP käytön", + "account.card.security.totp.disable.description": "Syötä nykyinen salasanasi poistaaksesi TOTP käytöstä", + "account.card.security.totp.button.start": "Aloita", + "account.modal.totp.title": "Ota Käyttöön TOTP", + "account.modal.totp.step1": "Vaihe 1: Lisää todentaja", + "account.modal.totp.step2": "Vaihe 2: Vahvista koodisi", + "account.modal.totp.enterManually": "Syötä manuaalisesti", + "account.modal.totp.code": "Koodi", + "account.modal.totp.clickToCopy": "Klikkaa kopioidaksesi", + "account.modal.totp.verify": "Vahvista", + "account.notify.totp.disable": "TOTP poistettu käytöstä", + "account.notify.totp.enable": "TOTP otettu käyttöön onnistuneesti", + "account.card.language.title": "Kieli", + "account.card.language.description": "Projekti on yhteisön kääntämä. Jotkut kielet saattavat olla puutteellisia.", + "account.card.color.title": "Väriteema", // ThemeSwitcher.tsx - "account.theme.dark": "Dark", - "account.theme.light": "Light", - "account.theme.system": "System", - - "account.button.delete": "Delete Account", - "account.modal.delete.title": "Delete Account", - "account.modal.delete.description": - "Do you really want to delete your account including all your active shares?", + "account.theme.dark": "Tumma", + "account.theme.light": "Vaalea", + "account.theme.system": "Järjestelmä", + "account.button.delete": "Poista tili", + "account.modal.delete.title": "Poista tili", + "account.modal.delete.description": "Haluatko varmasti poistaa tilisi mukaan lukien kaikki aktiiviset jaetut tiedostot?", // END /account - // /account/shares - "account.shares.title": "My shares", - "account.shares.title.empty": "It's empty here 👀", - "account.shares.description.empty": "You don't have any shares.", - "account.shares.button.create": "Create one", - - "account.shares.info.title": "Share informations", + "account.shares.title": "Minun jakaukset", + "account.shares.title.empty": "Täällä on tyhjää 👀", + "account.shares.description.empty": "Sinulla ei ole jaettuja tiedostoja.", + "account.shares.button.create": "Luo yksi", + "account.shares.info.title": "Jaetun tiedot", "account.shares.table.id": "ID", - "account.shares.table.name": "Name", - "account.shares.table.description": "Description", - "account.shares.table.visitors": "Visitors", - "account.shares.table.expiresAt": "Expires at", - "account.shares.table.createdAt": "Created at", - "account.shares.table.size": "Size", - - "account.shares.modal.share-informations": "Share informations", - "account.shares.modal.share-link": "Share link", - - "account.shares.modal.delete.title": "Delete share {share}", - "account.shares.modal.delete.description": - "Do you really want to delete this share?", - + "account.shares.table.name": "Nimi", + "account.shares.table.description": "Kuvaus", + "account.shares.table.visitors": "Vierailijat", + "account.shares.table.expiresAt": "Vanhenee", + "account.shares.table.createdAt": "Luotu", + "account.shares.table.size": "Koko", + "account.shares.modal.share-informations": "Jaetun tiedot", + "account.shares.modal.share-link": "Jaa linkki", + "account.shares.modal.delete.title": "Poista jaettu {share}", + "account.shares.modal.delete.description": "Haluatko todella poistaa tämän jaetun tiedoston/ot?", // END /account/shares - // /account/reverseShares - "account.reverseShares.title": "Reverse shares", - "account.reverseShares.description": - "A reverse share allows you to generate a unique URL that allows external users to create a share.", - - "account.reverseShares.title.empty": "It's empty here 👀", - "account.reverseShares.description.empty": - "You don't have any reverse shares.", - + "account.reverseShares.title": "Takaperin jaetut", + "account.reverseShares.description": "Käänteisen jaon avulla voit luoda ainutlaatuisen URL-osoitteen, jonka avulla ulkoiset käyttäjät voivat luoda jaon.", + "account.reverseShares.title.empty": "Täällä on tyhjää 👀", + "account.reverseShares.description.empty": "Sinulla ei ole käänteisiä jakoja.", // showCreateReverseShareModal.tsx - "account.reverseShares.modal.expiration.label": "Expiration", - "account.reverseShares.modal.expiration.minute-singular": "Minute", - "account.reverseShares.modal.expiration.minute-plural": "Minutes", - "account.reverseShares.modal.expiration.hour-singular": "Hour", - "account.reverseShares.modal.expiration.hour-plural": "Hours", - "account.reverseShares.modal.expiration.day-singular": "Day", - "account.reverseShares.modal.expiration.day-plural": "Days", - "account.reverseShares.modal.expiration.week-singular": "Week", - "account.reverseShares.modal.expiration.week-plural": "Weeks", - "account.reverseShares.modal.expiration.month-singular": "Month", - "account.reverseShares.modal.expiration.month-plural": "Months", - "account.reverseShares.modal.expiration.year-singular": "Year", - "account.reverseShares.modal.expiration.year-plural": "Years", - - "account.reverseShares.modal.max-size.label": "Max share size", - - "account.reverseShares.modal.send-email": "Send email notification", - "account.reverseShares.modal.send-email.description": - "Send an email notification when a share is created with this reverse share link.", - - "account.reverseShares.modal.max-use.label": "Max uses", - "account.reverseShares.modal.max-use.description": - "The maximum amount of times this URL can be used to create a share.", - "account.reverseShare.never-expires": "This reverse share will never expire.", - "account.reverseShare.expires-on": - "This reverse share will expire on {expiration}.", - - "account.reverseShares.table.no-shares": "No shares created yet", - "account.reverseShares.table.count.singular": "share", - "account.reverseShares.table.count.plural": "shares", - "account.reverseShares.table.shares": "Shares", - "account.reverseShares.table.remaining": "Remaining uses", - "account.reverseShares.table.max-size": "Max share size", - "account.reverseShares.table.expires": "Expires at", - - "account.reverseShares.modal.reverse-share-link": "Reverse share link", - - "account.reverseShares.modal.delete.title": "Delete reverse share", - "account.reverseShares.modal.delete.description": - "Do you really want to delete this reverse share? If you do, the associated shares will be deleted as well.", - + "account.reverseShares.modal.expiration.label": "Vanhentuminen", + "account.reverseShares.modal.expiration.minute-singular": "Minuutti", + "account.reverseShares.modal.expiration.minute-plural": "Minuuttia", + "account.reverseShares.modal.expiration.hour-singular": "Tunti", + "account.reverseShares.modal.expiration.hour-plural": "Tuntia", + "account.reverseShares.modal.expiration.day-singular": "Päivä", + "account.reverseShares.modal.expiration.day-plural": "Päivää", + "account.reverseShares.modal.expiration.week-singular": "Viikko", + "account.reverseShares.modal.expiration.week-plural": "Viikkoa", + "account.reverseShares.modal.expiration.month-singular": "Kuukausi", + "account.reverseShares.modal.expiration.month-plural": "Kuukautta", + "account.reverseShares.modal.expiration.year-singular": "Vuosi", + "account.reverseShares.modal.expiration.year-plural": "Vuotta", + "account.reverseShares.modal.max-size.label": "Suurin tiedostonkoko", + "account.reverseShares.modal.send-email": "Lähetä sähköposti-ilmoitus", + "account.reverseShares.modal.send-email.description": "Lähetä sähköpostiilmoitus kun jako on luotu tällä käänteisellä jakolinkillä.", + "account.reverseShares.modal.max-use.label": "Käyttökertoja enintään", + "account.reverseShares.modal.max-use.description": "Enimmäismäärä kertoja, joilla tämä URL-osoite voidaan käyttää joita luomiseen.", + "account.reverseShare.never-expires": "Tämä käänteinen jako ei koskaan vanhene.", + "account.reverseShare.expires-on": "Tämä käänteinen jako vanhenee kun on {expiration}.", + "account.reverseShares.table.no-shares": "Ei vielä luotuja jakoja", + "account.reverseShares.table.count.singular": "jaa", + "account.reverseShares.table.count.plural": "jaot", + "account.reverseShares.table.shares": "Jaot", + "account.reverseShares.table.remaining": "Jäljellä olevat käyttökerrat", + "account.reverseShares.table.max-size": "Suurin tiedostonkoko", + "account.reverseShares.table.expires": "Vanhenee", + "account.reverseShares.modal.reverse-share-link": "Takaperin jaetun jaon linkki", + "account.reverseShares.modal.delete.title": "Poista käänteinen jako", + "account.reverseShares.modal.delete.description": "Haluatko varmasti poistaa tämän käänteisen jaon? Jos kyllä, myös siihen liittyvät jaot poistetaan.", // END /account/reverseShares - // /admin - "admin.title": "Administration", - "admin.button.users": "User management", - "admin.button.config": "Configuration", - "admin.version": "Version", + "admin.title": "Ylläpito", + "admin.button.users": "Käyttäjien Hallinta", + "admin.button.config": "Asetukset", + "admin.version": "Versio", // END /admin - // /admin/users - "admin.users.title": "User management", - "admin.users.table.username": "Username", - "admin.users.table.email": "Email", - "admin.users.table.admin": "Admin", - - "admin.users.edit.update.title": "Update user {username}", - "admin.users.edit.update.admin-privileges": "Admin privileges", - "admin.users.edit.update.change-password.title": "Change password", - "admin.users.edit.update.change-password.field": "New password", - "admin.users.edit.update.change-password.button": "Save new password", - "admin.users.edit.update.notify.password.success": - "Password changed successfully", - - "admin.users.edit.delete.title": "Delete user {username}", - "admin.users.edit.delete.description": - "Do you really want to delete this user and all his shares?", - + "admin.users.title": "Käyttäjien Hallinta", + "admin.users.table.username": "Käyttäjätunnus", + "admin.users.table.email": "Sähköposti", + "admin.users.table.admin": "Ylläpitäjä", + "admin.users.edit.update.title": "Päivitä käyttäjä {username}", + "admin.users.edit.update.admin-privileges": "Ylläpitäjän oikeudet", + "admin.users.edit.update.change-password.title": "Vaihda salasana", + "admin.users.edit.update.change-password.field": "Uusi salasana", + "admin.users.edit.update.change-password.button": "Tallenna uusi salasana", + "admin.users.edit.update.notify.password.success": "Salasana vaihdettu", + "admin.users.edit.delete.title": "Poista käyttäjä {username}", + "admin.users.edit.delete.description": "Haluatko varmasti poistaa tämän käyttäjän ja kaikki hänen jaot?", // showCreateUserModal.tsx - "admin.users.modal.create.title": "Create user", - "admin.users.modal.create.username": "Username", - "admin.users.modal.create.email": "Email", - "admin.users.modal.create.password": "Password", - "admin.users.modal.create.manual-password": "Set password manually", - "admin.users.modal.create.manual-password.description": - "If not checked, the user will receive an email with a link to set their password.", - "admin.users.modal.create.admin": "Admin privileges", - "admin.users.modal.create.admin.description": - "If checked, the user will be able to access the admin panel.", - + "admin.users.modal.create.title": "Luo käyttäjä", + "admin.users.modal.create.username": "Käyttäjätunnus", + "admin.users.modal.create.email": "Sähköposti", + "admin.users.modal.create.password": "Salasana", + "admin.users.modal.create.manual-password": "Aseta salasana manuaalisesti", + "admin.users.modal.create.manual-password.description": "Jos ei ole valittuna, käyttäjä saa sähköpostiviestin, jossa on linkki, joka määrittää heidän salasanansa.", + "admin.users.modal.create.admin": "Ylläpitäjän oikeudet", + "admin.users.modal.create.admin.description": "Jos valittu, käyttäjä voi käyttää hallintapaneelia.", // END /admin/users - // /upload - "upload.title": "Upload", - - "upload.notify.generic-error": - "An error occurred while finishing your share.", - "upload.notify.count-failed": "{count} files failed to upload. Trying again.", - + "upload.title": "Pilvetä", + "upload.notify.generic-error": "Kohdattiin odottamaton virhe jaon luomisessa.", + "upload.notify.count-failed": "{count} tiedostoa ei voitu ladata. Yritetään uudelleen.", // Dropzone.tsx - "upload.dropzone.title": "Upload files", - "upload.dropzone.description": - "Drag'n'drop files here to start your share. We can accept only files that are less than {maxSize} in total.", - "upload.dropzone.notify.file-too-big": - "Your files exceed the maximum share size of {maxSize}.", - + "upload.dropzone.title": "Pilvetä tiedostoja", + "upload.dropzone.description": "Vedä ja pudota tiedostot tähän aloittaaksesi jakamisen. Voimme hyväksyä vain tiedostot, jotka ovat yhteensä alle {maxSize}.", + "upload.dropzone.notify.file-too-big": "Tiedostojen enimmäiskoko ylittää {maxSize} -arvon enimmäismäärän.", // FileList.tsx - "upload.filelist.name": "Name", - "upload.filelist.size": "Size", - + "upload.filelist.name": "Nimi", + "upload.filelist.size": "Koko", // showCreateUploadModal.tsx - "upload.modal.title": "Create Share", - "upload.modal.link.error.invalid": - "Can only contain letters, numbers, underscores, and hyphens", - "upload.modal.link.error.taken": "This link is already in use", - "upload.modal.not-signed-in": "You're not signed in", - "upload.modal.not-signed-in-description": - "You will be unable to delete your share manually and view the visitor count.", - - "upload.modal.expires.never": "never", - "upload.modal.expires.never-long": "Never Expires", - - "upload.modal.link.label": "Link", - "upload.modal.expires.label": "Expiration", - "upload.modal.expires.minute-singular": "Minute", - "upload.modal.expires.minute-plural": "Minutes", - "upload.modal.expires.hour-singular": "Hour", - "upload.modal.expires.hour-plural": "Hours", - "upload.modal.expires.day-singular": "Day", - "upload.modal.expires.day-plural": "Days", - "upload.modal.expires.week-singular": "Week", - "upload.modal.expires.week-plural": "Weeks", - "upload.modal.expires.month-singular": "Month", - "upload.modal.expires.month-plural": "Months", - "upload.modal.expires.year-singular": "Year", - "upload.modal.expires.year-plural": "Years", - - "upload.modal.accordion.description.title": "Description", - "upload.modal.accordion.description.placeholder": - "Note for the recipients of this share", - - "upload.modal.accordion.email.title": "Email recipients", - "upload.modal.accordion.email.placeholder": "Enter email recipients", - "upload.modal.accordion.email.invalid-email": "Invalid email address", - - "upload.modal.accordion.security.title": "Security options", - "upload.modal.accordion.security.password.label": "Password protection", - "upload.modal.accordion.security.password.placeholder": "No password", - "upload.modal.accordion.security.max-views.label": "Maximum views", - "upload.modal.accordion.security.max-views.placeholder": "No limit", - + "upload.modal.title": "Luo Jako", + "upload.modal.link.error.invalid": "Voi sisältää vain kirjaimia, numeroita, alaviivoja ja väliviivoja", + "upload.modal.link.error.taken": "Tämä linkki on jo käytössä", + "upload.modal.not-signed-in": "Et ole kirjautunut sisään", + "upload.modal.not-signed-in-description": "Et voi poistaa jakoasi manuaalisesti ja tarkastella kävijöiden määrää.", + "upload.modal.expires.never": "ei koskaan", + "upload.modal.expires.never-long": "Ei vanhene koskaan", + "upload.modal.link.label": "Linkki", + "upload.modal.expires.label": "Vanhentuminen", + "upload.modal.expires.minute-singular": "Minuutti", + "upload.modal.expires.minute-plural": "Minuuttia", + "upload.modal.expires.hour-singular": "Tunti", + "upload.modal.expires.hour-plural": "Tuntia", + "upload.modal.expires.day-singular": "Päivä", + "upload.modal.expires.day-plural": "Päivää", + "upload.modal.expires.week-singular": "Viikko", + "upload.modal.expires.week-plural": "Viikkoa", + "upload.modal.expires.month-singular": "Kuukausi", + "upload.modal.expires.month-plural": "Kuukautta", + "upload.modal.expires.year-singular": "Vuosi", + "upload.modal.expires.year-plural": "Vuotta", + "upload.modal.accordion.description.title": "Kuvaus", + "upload.modal.accordion.description.placeholder": "Huomautus tämän jaon vastaanottajille", + "upload.modal.accordion.email.title": "Sähköpostin vastaanottajat", + "upload.modal.accordion.email.placeholder": "Syötä sähköpostin vastaanottajat", + "upload.modal.accordion.email.invalid-email": "Virheellinen sähköpostiosoite", + "upload.modal.accordion.security.title": "Turvallisuusasetukset", + "upload.modal.accordion.security.password.label": "Salasanasuojaus", + "upload.modal.accordion.security.password.placeholder": "Ei salasanaa", + "upload.modal.accordion.security.max-views.label": "Näkymien enimmäismäärä", + "upload.modal.accordion.security.max-views.placeholder": "Ei rajoitusta", // showCompletedUploadModal.tsx - "upload.modal.completed.never-expires": "This share will never expire.", - "upload.modal.completed.expires-on": - "This share will expire on {expiration}.", - "upload.modal.completed.share-ready": "Share ready", - + "upload.modal.completed.never-expires": "Tämä käänteinen jako ei koskaan vanhene.", + "upload.modal.completed.expires-on": "Tämä käänteinen jako vanhenee kun on {expiration}.", + "upload.modal.completed.share-ready": "Jako valmiina", // END /upload - // /share/[id] - "share.title": "Share {shareId}", - "share.description": "Look what I've shared with you!", - "share.error.visitor-limit-exceeded.title": "Visitor limit exceeded", - "share.error.visitor-limit-exceeded.description": - "The visitor limit from this share has been exceeded.", - "share.error.removed.title": "Share removed", - "share.error.not-found.title": "Share not found", - "share.error.not-found.description": - "The share you're looking for doesn't exist.", - - "share.modal.password.title": "Password required", - "share.modal.password.description": - "To access this share please enter the password for the share.", - "share.modal.password": "Password", - "share.modal.error.invalid-password": "Invalid password", - - "share.button.download-all": "Download all", - "share.notify.download-all-preparing": - "The share is preparing. Try again in a few minutes.", - - "share.modal.file-link": "File link", - "share.table.name": "Name", - "share.table.size": "Size", - - "share.modal.file-preview.error.not-supported.title": "Preview not supported", - "share.modal.file-preview.error.not-supported.description": - "A preview for thise file type is unsupported. Please download the file to view it.", - + "share.title": "Jaa {shareId}", + "share.description": "Katso, mitä olen jakanut kanssasi!", + "share.error.visitor-limit-exceeded.title": "Vierailijoiden raja ylitetty", + "share.error.visitor-limit-exceeded.description": "Tämän jaon kävijäraja on ylittynyt.", + "share.error.removed.title": "Jako poistettu", + "share.error.not-found.title": "Jakoa ei löydetty", + "share.error.not-found.description": "Etsimääsi sivua ei ole olemassa.", + "share.modal.password.title": "Salasana vaaditaan", + "share.modal.password.description": "Päästäksesi käsiksi tähän jakoon anna jaon salasana.", + "share.modal.password": "Salasana", + "share.modal.error.invalid-password": "Virheellinen salasana", + "share.button.download-all": "Lataa kaikki", + "share.notify.download-all-preparing": "Jako on valmistumassa. Yritä uudelleen muutaman minuutin kuluttua.", + "share.modal.file-link": "Tiedoston linkki", + "share.table.name": "Nimi", + "share.table.size": "Koko", + "share.modal.file-preview.error.not-supported.title": "Esikatselua ei tuettu", + "share.modal.file-preview.error.not-supported.description": "Esikatselua thise tiedostotyypille ei tueta. Ole hyvä ja lataa tiedosto nähdäksesi sen.", // END /share/[id] - // /admin/config - "admin.config.title": "Configuration", - "admin.config.category.general": "General", - "admin.config.category.share": "Share", - "admin.config.category.email": "Email", + "admin.config.title": "Asetukset", + "admin.config.category.general": "Yleiset", + "admin.config.category.share": "Jako", + "admin.config.category.email": "Sähköposti", "admin.config.category.smtp": "SMTP", - - "admin.config.general.app-name": "App name", - "admin.config.general.app-name.description": "Name of the application", - "admin.config.general.app-url": "App URL", - "admin.config.general.app-url.description": - "On which URL Pingvin Share is available", - "admin.config.general.show-home-page": "Show home page", - "admin.config.general.show-home-page.description": - "Whether to show the home page", + "admin.config.general.app-name": "Sovelluksen nimi", + "admin.config.general.app-name.description": "Sovelluksen nimi", + "admin.config.general.app-url": "Sovelluksen URL", + "admin.config.general.app-url.description": "Millä URL-osoitteella Pingvin Share on saatavilla", + "admin.config.general.show-home-page": "Näytä kotisivu", + "admin.config.general.show-home-page.description": "Näytetäänkö kotisivu vai ei", "admin.config.general.logo": "Logo", - "admin.config.general.logo.description": - "Change your logo by uploading a new image. The image must be a PNG and should have the format 1:1.", - "admin.config.general.logo.placeholder": "Pick image", - - "admin.config.email.enable-share-email-recipients": - "Enable share email recipients", - "admin.config.email.enable-share-email-recipients.description": - "Whether to allow emails to share recipients. Only enable this if you have enabled SMTP.", - "admin.config.email.share-recipients-subject": "Share recipients subject", - "admin.config.email.share-recipients-subject.description": - "Subject of the email which gets sent to the share recipients.", - "admin.config.email.share-recipients-message": "Share recipients message", - "admin.config.email.share-recipients-message.description": - "Message which gets sent to the share recipients. Available variables:\n {creator} - The username of the creator of the share\n {shareUrl} - The URL of the share\n {desc} - The description of the share\n {expires} - The expiration date of the share\n The variables will be replaced with the actual value.", - "admin.config.email.reverse-share-subject": "Reverse share subject", - "admin.config.email.reverse-share-subject.description": - "Subject of the email which gets sent when someone created a share with your reverse share link.", - "admin.config.email.reverse-share-message": "Reverse share message", - "admin.config.email.reverse-share-message.description": - "Message which gets sent when someone created a share with your reverse share link. {shareUrl} will be replaced with the creator's name and the share URL.", - "admin.config.email.reset-password-subject": "Reset password subject", - "admin.config.email.reset-password-subject.description": - "Subject of the email which gets sent when a user requests a password reset.", - "admin.config.email.reset-password-message": "Reset password message", - "admin.config.email.reset-password-message.description": - "Message which gets sent when a user requests a password reset. {url} will be replaced with the reset password URL.", - "admin.config.email.invite-subject": "Invite subject", - "admin.config.email.invite-subject.description": - "Subject of the email which gets sent when an admin invites a user.", - "admin.config.email.invite-message": "Invite message", - "admin.config.email.invite-message.description": - "Message which gets sent when an admin invites a user. {url} will be replaced with the invite URL and {password} with the password.", - "admin.config.share.allow-registration": "Allow registration", - "admin.config.share.allow-registration.description": - "Whether registration is allowed", - "admin.config.share.allow-unauthenticated-shares": - "Allow unauthenticated shares", - "admin.config.share.allow-unauthenticated-shares.description": - "Whether unauthenticated users can create shares", - "admin.config.share.max-size": "Max size", - "admin.config.share.max-size.description": "Maximum share size in bytes", - "admin.config.share.zip-compression-level": "Zip compression level", - "admin.config.share.zip-compression-level.description": - "Adjust the level to balance between file size and compression speed. Valid values range from 0 to 9, with 0 being no compression and 9 being maximum compression. ", - - "admin.config.smtp.enabled": "Enabled", - "admin.config.smtp.enabled.description": - "Whether SMTP is enabled. Only set this to true if you entered the host, port, email, user and password of your SMTP server.", - "admin.config.smtp.host": "Host", - "admin.config.smtp.host.description": "Host of the SMTP server", - "admin.config.smtp.port": "Port", - "admin.config.smtp.port.description": "Port of the SMTP server", - "admin.config.smtp.email": "Email", - "admin.config.smtp.email.description": - "Email address which the emails get sent from", - "admin.config.smtp.username": "Username", - "admin.config.smtp.username.description": "Username of the SMTP server", - "admin.config.smtp.password": "Password", - "admin.config.smtp.password.description": "Password of the SMTP server", - "admin.config.smtp.button.test": "Send test email", - + "admin.config.general.logo.description": "Muuta logoa lataamalla uusi kuva. Kuvan on oltava PNG ja sen on oltava formaatti 1:1.", + "admin.config.general.logo.placeholder": "Valitse kuva", + "admin.config.email.enable-share-email-recipients": "Salli sähköpostin vastaanottajien jakaminen", + "admin.config.email.enable-share-email-recipients.description": "Salli sähköpostien jakaminen vastaanottajille. Ota tämä käyttöön vain, jos olet ottanut SMTP:n käyttöön.", + "admin.config.email.share-recipients-subject": "Sähköpostijaon otsikko", + "admin.config.email.share-recipients-subject.description": "Sähköpostin aihe, joka saa lähetetään jaon vastaanottajille.", + "admin.config.email.share-recipients-message": "Sähköpostijaon otsikko", + "admin.config.email.share-recipients-message.description": "Viesti joka lähetetään jaon vastaanottajille. Saatavilla olevat muuttujat:\n {creator} - Jaon luojan käyttäjänimi\n {shareUrl} - Jaon URL\n {desc} - Jaon kuvaus\n {expires} - Jaon päättymispäivä\n Muuttujat korvataan todellisella arvolla.", + "admin.config.email.reverse-share-subject": "Käänteisen jaon aihe", + "admin.config.email.reverse-share-subject.description": "Aihe sähköpostin joka lähetetään kun joku loi jaon käänteisen jakolinkin kanssa.", + "admin.config.email.reverse-share-message": "Käänteisen jakoviestin viesti", + "admin.config.email.reverse-share-message.description": "Viesti joka lähetetään kun joku loi jaon käänteisen jakolinkin kanssa. {shareUrl} korvataan luojan nimellä ja jaon URL:lla.", + "admin.config.email.reset-password-subject": "Nollaa salasanan aihe", + "admin.config.email.reset-password-subject.description": "Sähköpostin aihe, joka lähetetään kun käyttäjä pyytää salasanan palauttamista.", + "admin.config.email.reset-password-message": "Nollaa salasanan viesti", + "admin.config.email.reset-password-message.description": "Viesti joka lähetetään kun käyttäjä pyytää salasanan nollausta. {url} korvataan nollaussalasanan URL-osoitteella.", + "admin.config.email.invite-subject": "Kutsun aihe", + "admin.config.email.invite-subject.description": "Sähköpostin aihe, mikä lähetetään kun ylläpitäjä kutsuu käyttäjää.", + "admin.config.email.invite-message": "Kutsun viesti", + "admin.config.email.invite-message.description": "Viesti mikä lähetetään kuin yp invaa käyttäjän. {url} korvataan kutsuosoitteella ja {password} salasanalla.", + "admin.config.share.allow-registration": "Salli rekisteröinti", + "admin.config.share.allow-registration.description": "Onko rekisteröinti sallittu", + "admin.config.share.allow-unauthenticated-shares": "Salli anonyymit jaot", + "admin.config.share.allow-unauthenticated-shares.description": "Voiko tunnistamattomat käyttäjät luoda jakoja", + "admin.config.share.max-size": "Maksimikoko", + "admin.config.share.max-size.description": "Jaon enimmäiskoko tavuissa (bytes)", + "admin.config.share.zip-compression-level": "Zip puristustaso", + "admin.config.share.zip-compression-level.description": "Säädä tasoa tiedoston koon ja pakkausnopeuden välillä. Kelvolliset arvot vaihtelevat 0–9, 0 ei puristusta ja 9 on suurin puristusvoima. ", + "admin.config.smtp.enabled": "Käytössä", + "admin.config.smtp.enabled.description": "Onko SMTP käytössä. Aseta tämä todeksi vain, jos olet syöttänyt SMTP-palvelimen isäntän, portin, sähköpostin, käyttäjän ja salasanan.", + "admin.config.smtp.host": "Isäntä", + "admin.config.smtp.host.description": "SMTP palvelimen isäntä", + "admin.config.smtp.port": "Portti", + "admin.config.smtp.port.description": "SMTP palvelimen portti", + "admin.config.smtp.email": "Sähköposti", + "admin.config.smtp.email.description": "Sähköpostiosoite, josta sähköpostit on lähetetty", + "admin.config.smtp.username": "Käyttäjätunnus", + "admin.config.smtp.username.description": "SMTP palvelimen käyttäjänimi", + "admin.config.smtp.password": "Salasana", + "admin.config.smtp.password.description": "SMTP palvelimen salasana", + "admin.config.smtp.button.test": "Lähetä testisähköposti", // 404 - "404.description": "Oops this page doesn't exist.", - "404.button.home": "Bring me back home", - + "404.description": "Hups tätä sivua ei ole olemassa.", + "404.button.home": "Tuo minut takaisin kotiin", // Common translations - "common.button.save": "Save", - "common.button.create": "Create", - "common.button.submit": "Submit", - "common.button.delete": "Delete", - "common.button.cancel": "Cancel", - "common.button.confirm": "Confirm", - "common.button.disable": "Disable", - "common.button.share": "Share", - "common.button.generate": "Generate", - "common.button.done": "Done", - "common.text.link": "Link", - "common.text.or": "or", - "common.button.go-back": "Go back", - "common.notify.copied": "Your link was copied to the clipboard", - "common.success": "Success", - - "common.error": "Error", - "common.error.unknown": "An unknown error occurred", - "common.error.invalid-email": "Invalid email address", - "common.error.too-short": "Must be at least {length} characters", - "common.error.too-long": "Must be at most {length} characters", - "common.error.exact-length": "Must be exactly {length} characters", - "common.error.invalid-number": "Must be a number", - "common.error.field-required": "This field is required", -}; + "common.button.save": "Tallenna", + "common.button.create": "Luo", + "common.button.submit": "Lähetä", + "common.button.delete": "Poista", + "common.button.cancel": "Peruuta", + "common.button.confirm": "Vahvista", + "common.button.disable": "Poista käytöstä", + "common.button.share": "Jako", + "common.button.generate": "Luo", + "common.button.done": "Valmis", + "common.text.link": "Linkki", + "common.text.or": "tai", + "common.button.go-back": "Takaisin", + "common.notify.copied": "Linkki kopioitiin leikepöydälle", + "common.success": "Suoritettu", + "common.error": "Virhe", + "common.error.unknown": "Tapahtui tuntematon virhe", + "common.error.invalid-email": "Virheellinen sähköpostiosoite", + "common.error.too-short": "Täytyy olla vähintään {length} merkkiä", + "common.error.too-long": "Täytyy olla enintään {length} merkkiä", + "common.error.exact-length": "On oltava tarkasti {length} merkkiä pitkä", + "common.error.invalid-number": "Pitää olla luku", + "common.error.field-required": "Tämä kenttä on pakollinen" +}; \ No newline at end of file