From a88c595cd8910c796941645433198edb256a14d9 Mon Sep 17 00:00:00 2001 From: Cachet Bot <40326150+CachetBot@users.noreply.github.com> Date: Thu, 12 Jul 2018 08:44:04 +0100 Subject: [PATCH] New translations forms.php (Finnish) --- resources/lang/fi-FI/forms.php | 254 ++++++++++++++++----------------- 1 file changed, 127 insertions(+), 127 deletions(-) diff --git a/resources/lang/fi-FI/forms.php b/resources/lang/fi-FI/forms.php index 819a3404..47a1a3e7 100644 --- a/resources/lang/fi-FI/forms.php +++ b/resources/lang/fi-FI/forms.php @@ -13,134 +13,134 @@ return [ // Setup form fields 'setup' => [ - 'email' => 'Sähköposti', - 'username' => 'Käyttäjätunnus', - 'password' => 'Salasana', - 'site_name' => 'Sivuston Nimi', - 'site_domain' => 'Sivuston verkkotunnus', - 'site_timezone' => 'Valitse aikavyöhykkeesi', - 'site_locale' => 'Valitse kielesi', - 'enable_google2fa' => 'Ota käyttöön Googlen kaksivaiheisen todennus', - 'cache_driver' => 'Välimuistin ajuri', + 'email' => 'Email', + 'username' => 'Username', + 'password' => 'Password', + 'site_name' => 'Site Name', + 'site_domain' => 'Site Domain', + 'site_timezone' => 'Select your timezone', + 'site_locale' => 'Select your language', + 'enable_google2fa' => 'Enable Google Two Factor Authentication', + 'cache_driver' => 'Cache Driver', 'queue_driver' => 'Queue Driver', - 'session_driver' => 'Istunnon ajuri', - 'mail_driver' => 'Sähköposti ajuri', - 'mail_host' => 'Sähköposti isäntä', - 'mail_address' => 'Sähköpostin lähettäjäosoite', - 'mail_username' => 'Sähköpostin käyttäjänimi', - 'mail_password' => 'Sähköpostin salasana', + 'session_driver' => 'Session Driver', + 'mail_driver' => 'Mail Driver', + 'mail_host' => 'Mail Host', + 'mail_address' => 'Mail From Address', + 'mail_username' => 'Mail Username', + 'mail_password' => 'Mail Password', ], // Login form fields 'login' => [ - 'login' => 'Käyttäjänimi tai sähköpostiosoite', - 'email' => 'Sähköposti', - 'password' => 'Salasana', - '2fauth' => 'Todennuskoodi', - 'invalid' => 'Virheellinen käyttäjätunnus tai salasana', - 'invalid-token' => 'Istuntokohtainen avain ei kelpaa', - 'cookies' => 'Ota käyttöön evästeet kirjautuaksesi.', + 'login' => 'Username or Email', + 'email' => 'Email', + 'password' => 'Password', + '2fauth' => 'Authentication Code', + 'invalid' => 'Invalid username or password', + 'invalid-token' => 'Invalid token', + 'cookies' => 'You must enable cookies to login.', 'rate-limit' => 'Rate limit exceeded.', 'remember_me' => 'Remember me', ], // Incidents form fields 'incidents' => [ - 'name' => 'Nimi', - 'status' => 'Tila', - 'component' => 'Komponentti', + 'name' => 'Name', + 'status' => 'Status', + 'component' => 'Component', 'component_status' => 'Component Status', - 'message' => 'Viesti', + 'message' => 'Message', 'message-help' => 'You may also use Markdown.', 'occurred_at' => 'When did this incident occur?', - 'notify_subscribers' => 'Ilmoita tilaajille?', + 'notify_subscribers' => 'Notify subscribers?', 'notify_disabled' => 'Due to scheduled maintenance, notifications about this incident or its components will be suppressed.', - 'visibility' => 'Tapahtuman näkyvyys', + 'visibility' => 'Incident Visibility', 'stick_status' => 'Stick Incident', 'stickied' => 'Stickied', 'not_stickied' => 'Not Stickied', - 'public' => 'Näytetään julkisesti', - 'logged_in_only' => 'Näytetään vain kirjautuneille käyttäjille', + 'public' => 'Viewable by public', + 'logged_in_only' => 'Only visible to logged in users', 'templates' => [ - 'name' => 'Nimi', - 'template' => 'Malli', + 'name' => 'Name', + 'template' => 'Template', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], 'schedules' => [ - 'name' => 'Nimi', - 'status' => 'Tila', - 'message' => 'Viesti', + 'name' => 'Name', + 'status' => 'Status', + 'message' => 'Message', 'message-help' => 'You may also use Markdown.', 'scheduled_at' => 'When is this maintenance scheduled for?', 'completed_at' => 'When did this maintenance complete?', 'templates' => [ - 'name' => 'Nimi', - 'template' => 'Malli', + 'name' => 'Name', + 'template' => 'Template', 'twig' => 'Incident Templates can make use of the Twig templating language.', ], ], // Components form fields 'components' => [ - 'name' => 'Nimi', - 'status' => 'Tila', - 'group' => 'Ryhmä', - 'description' => 'Kuvaus', - 'link' => 'Linkki', - 'tags' => 'Tunnisteet', - 'tags-help' => 'Erottele pilkuilla.', - 'enabled' => 'Komponentti käytössä?', + 'name' => 'Name', + 'status' => 'Status', + 'group' => 'Group', + 'description' => 'Description', + 'link' => 'Link', + 'tags' => 'Tags', + 'tags-help' => 'Comma separated.', + 'enabled' => 'Component enabled?', 'groups' => [ - 'name' => 'Nimi', - 'collapsing' => 'Laajenna tai tiivistä asetukset', - 'visible' => 'Aina laajennettu', - 'collapsed' => 'Tiivistä ryhmä oletuksena', - 'collapsed_incident' => 'Tiivistä ryhmä, mutta laajenna kun on tapahtumia', - 'visibility' => 'Näkyvyys', - 'visibility_public' => 'Julkinen näkyvyys', - 'visibility_authenticated' => 'Näkyvissä vain kirjautuneille käyttäjille', + 'name' => 'Name', + 'collapsing' => 'Expand/Collapse options', + 'visible' => 'Always expanded', + 'collapsed' => 'Collapse the group by default', + 'collapsed_incident' => 'Collapse the group, but expand if there are issues', + 'visibility' => 'Visibility', + 'visibility_public' => 'Visible to public', + 'visibility_authenticated' => 'Visible only to logged in users', ], ], // Action form fields 'actions' => [ - 'name' => 'Nimi', - 'description' => 'Kuvaus', - 'start_at' => 'Ajasta alkamisaika', - 'timezone' => 'Aikavyöhyke', + 'name' => 'Name', + 'description' => 'Description', + 'start_at' => 'Schedule start time', + 'timezone' => 'Timezone', 'schedule_frequency' => 'Schedule frequency (in seconds)', 'completion_latency' => 'Completion latency (in seconds)', - 'group' => 'Ryhmä', - 'active' => 'Aktiivinen?', + 'group' => 'Group', + 'active' => 'Active?', 'groups' => [ - 'name' => 'Ryhmänimi', + 'name' => 'Group Name', ], ], // Metric form fields 'metrics' => [ - 'name' => 'Nimi', - 'suffix' => 'Pääte', - 'description' => 'Kuvaus', + 'name' => 'Name', + 'suffix' => 'Suffix', + 'description' => 'Description', 'description-help' => 'You may also use Markdown.', - 'display-chart' => 'Näytetäänkö kaaviot tila-sivulla?', - 'default-value' => 'Oletusarvo', + 'display-chart' => 'Display chart on status page?', + 'default-value' => 'Default value', 'calc_type' => 'Calculation of metrics', - 'type_sum' => 'Summa', - 'type_avg' => 'Keskiarvo', - 'places' => 'Desimaalipilkun paikka', - 'default_view' => 'Oletusnäkymä', + 'type_sum' => 'Sum', + 'type_avg' => 'Average', + 'places' => 'Decimal places', + 'default_view' => 'Default view', 'threshold' => 'How many minutes of threshold between metric points?', - 'visibility' => 'Näkyvyys', + 'visibility' => 'Visibility', 'visibility_authenticated' => 'Visible to authenticated users', 'visibility_public' => 'Visible to everybody', 'visibility_hidden' => 'Always hidden', 'points' => [ - 'value' => 'Arvo', + 'value' => 'Value', ], ], @@ -148,101 +148,101 @@ return [ 'settings' => [ // Application setup 'app-setup' => [ - 'site-name' => 'Sivuston Nimi', - 'site-url' => 'Sivuston URL-osoite', - 'display-graphs' => 'Näyttää kaaviot tila-sivulla?', - 'about-this-page' => 'Tietoa tästä sivustosta', - 'days-of-incidents' => 'Monenko päivän ajalta tapaukset näytetään?', + 'site-name' => 'Site Name', + 'site-url' => 'Site URL', + 'display-graphs' => 'Display graphs on status page?', + 'about-this-page' => 'About this page', + 'days-of-incidents' => 'How many days of incidents to show?', 'time_before_refresh' => 'Status page refresh rate (in seconds)', 'major_outage_rate' => 'Major outage threshold (in %)', - 'banner' => 'Bannerikuva', + 'banner' => 'Banner Image', 'banner-help' => "It's recommended that you upload files no bigger than 930px wide", - 'subscribers' => 'Salli käyttäjien tilata sähköpostitilaukset?', + 'subscribers' => 'Allow people to signup to email notifications?', 'suppress_notifications_in_maintenance' => 'Suppress notifications when incident occurs during maintenance period?', 'skip_subscriber_verification' => 'Skip verifying of users? (Be warned, you could be spammed)', - 'automatic_localization' => 'Lokalisoidaanko statussivu automaattisesti kävijän kielen mukaan?', + 'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?', 'enable_external_dependencies' => 'Enable Third Party Dependencies (Google Fonts, Trackers, etc...)', 'show_timezone' => 'Show the timezone the status page is running in', 'only_disrupted_days' => 'Only show days containing incidents in the timeline?', ], 'analytics' => [ - 'analytics_google' => 'Google Analytics seurantakoodi', - 'analytics_gosquared' => 'GoSquared Analytics-koodi', - 'analytics_piwik_url' => 'URL Piwik hallintaan (ilman http(s)://)', - 'analytics_piwik_siteid' => 'Piwik sivun tunnus', + 'analytics_google' => 'Google Analytics code', + 'analytics_gosquared' => 'GoSquared Analytics code', + 'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)', + 'analytics_piwik_siteid' => 'Piwik\'s site id', ], 'localization' => [ - 'site-timezone' => 'Sivuston aikavyöhyke', - 'site-locale' => 'Sivuston kieli', - 'date-format' => 'Päivämäärän muoto', - 'incident-date-format' => 'Tapauksen aikaleiman muoto', + 'site-timezone' => 'Site timezone', + 'site-locale' => 'Site language', + 'date-format' => 'Date format', + 'incident-date-format' => 'Incident timestamp format', ], 'security' => [ - 'allowed-domains' => 'Sallittu toimialueet', - 'allowed-domains-help' => 'Pilkulla erotettuna. Edellä olevat toimialueet sallitaan automaattisesti oletuksena.', + 'allowed-domains' => 'Allowed domains', + 'allowed-domains-help' => 'Comma separated. The domain set above is automatically allowed by default.', 'always-authenticate' => 'Always authenticate', 'always-authenticate-help' => 'Require login to view any Cachet page', ], 'stylesheet' => [ - 'custom-css' => 'Mukautettu tyylisivu', + 'custom-css' => 'Custom Stylesheet', ], 'theme' => [ - 'background-color' => 'Taustaväri', - 'background-fills' => 'Taustaväri (komponentit, tapaukset, alatunniste)', - 'banner-background-color' => 'Bannerin taustaväri', - 'banner-padding' => 'Bannerin tyhjä tila', + 'background-color' => 'Background color', + 'background-fills' => 'Background fills (components, incidents, footer)', + 'banner-background-color' => 'Banner background color', + 'banner-padding' => 'Banner padding', 'fullwidth-banner' => 'Enable full width banner?', - 'text-color' => 'Tekstin väri', - 'dashboard-login' => 'Näytetäänkö hallintanäkymän linkki alatunnisteessa?', - 'reds' => 'Punainen (virheilmoituksia varten)', - 'blues' => 'Sininen (käytetään infoteksteissä)', - 'greens' => 'Vihreä (käytetään onnistumisen merkiksi)', - 'yellows' => 'Keltainen (käytetään varoituksissa)', - 'oranges' => 'Oranssi (käytetään huomautuksissa)', + 'text-color' => 'Text color', + 'dashboard-login' => 'Show dashboard button in the footer?', + 'reds' => 'Red (used for errors)', + 'blues' => 'Blue (used for information)', + 'greens' => 'Green (used for success)', + 'yellows' => 'Yellow (used for alerts)', + 'oranges' => 'Orange (used for notices)', 'metrics' => 'Metrics fill', - 'links' => 'Linkit', + 'links' => 'Links', ], ], 'user' => [ - 'username' => 'Käyttäjätunnus', - 'email' => 'Sähköposti', - 'password' => 'Salasana', - 'api-token' => 'API tunnus', - 'api-token-help' => 'API-avaimen uudelleenluominen estää olemassa olevia sovelluksia käyttämästä Cachetia.', - 'gravatar' => 'Muuta profiilikuvaa Gravatar palvelussa.', - 'user_level' => 'Käyttäjätaso', + 'username' => 'Username', + 'email' => 'Email', + 'password' => 'Password', + 'api-token' => 'API Token', + 'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.', + 'gravatar' => 'Change your profile picture at Gravatar.', + 'user_level' => 'User Level', 'levels' => [ - 'admin' => 'Ylläpito', - 'user' => 'Käyttäjä', + 'admin' => 'Admin', + 'user' => 'User', ], '2fa' => [ - 'help' => 'Ottamalla kaksivaiheisen todennuksen käyttöön parantaaksesi turvallisuutta käyttäjätilillesi. Sinun tulee ladata Google Authenticator sovellus tai vastaava puhelimeesi. Kun kirjaudut, sinua pyydetään antamaan koodi sovelluksesta.', + 'help' => 'Enabling two factor authentication increases security of your account. You will need to download Google Authenticator or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.', ], 'team' => [ - 'description' => 'Kutsu ryhmääsi jäseniä antamalla heidän sähköpostiosoitteensa täällä.', - 'email' => 'Sähköposti #:id', + 'description' => 'Invite your team members by entering their email addresses here.', + 'email' => 'Your Team Members Email Address', ], ], 'general' => [ - 'timezone' => 'Valitse aikavyöhyke', + 'timezone' => 'Select Timezone', ], // Buttons - 'add' => 'Lisää', - 'save' => 'Tallenna', - 'update' => 'Päivitä', - 'create' => 'Luo', - 'edit' => 'Muokkaa', - 'delete' => 'Poista', - 'submit' => 'Lähetä', - 'cancel' => 'Peruuta', - 'remove' => 'Poista', - 'invite' => 'Kutsu', - 'signup' => 'Rekisteröidy', + 'add' => 'Add', + 'save' => 'Save', + 'update' => 'Update', + 'create' => 'Create', + 'edit' => 'Edit', + 'delete' => 'Delete', + 'submit' => 'Submit', + 'cancel' => 'Cancel', + 'remove' => 'Remove', + 'invite' => 'Invite', + 'signup' => 'Sign Up', 'manage_updates' => 'Manage Updates', // Other - 'optional' => '* Valinnainen', + 'optional' => '* Optional', ];