Sync languages

This commit is contained in:
James Brooks
2016-05-25 09:45:20 +01:00
parent 2db0b011e6
commit 5534cdbdde
102 changed files with 424 additions and 323 deletions
+20 -18
View File
@@ -16,7 +16,7 @@ return [
'status' => [
1 => 'Toiminnassa',
2 => 'Suorituskykyyn liittyviä ongelmia',
3 => 'Osittainen sähkökatkos',
3 => 'Osittainen katkos',
4 => 'Merkittävä katkos',
],
'group' => [
@@ -31,7 +31,7 @@ return [
'previous_week' => 'Edellinen viikko',
'next_week' => 'Seuraava viikko',
'scheduled' => 'Määräaikaishuolto',
'scheduled_at' => ', ajoitettu: aikaleima',
'scheduled_at' => ', ajoitettu :timestamp',
'status' => [
0 => 'Ajoitettu', // TODO: Hopefully remove this.
1 => 'Tutkitaan',
@@ -69,38 +69,40 @@ return [
'button' => 'Tilaa',
'manage' => [
'no_subscriptions' => 'Olet tällä hetkellä tilannut kaikki ilmoitukset.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
'my_subscriptions' => 'Olet tällä hetkellä tilannut seuraavat ilmoitukset.',
],
'email' => [
'subscribe' => 'Tilaa email päivitykset.',
'subscribe' => 'Tilaa sähköpostiin päivitykset.',
'subscribed' => 'Olet tilannut sähköposti-ilmoitukset, tarkista sähköpostisi vahvistaaksesi tilauksen.',
'verified' => 'Sinun sähköposti tilaus on vahvistettu. Kiitos!',
'manage' => 'Hallinnoi tilaustasi.',
'unsubscribe' => 'Poista sähköposti tilauksesi.',
'unsubscribed' => 'Sähköpostitilauksesi on peruuttu.',
'failure' => 'Jokin meni vikaan sähköpostitilauksen käsittelyssä.',
'already-subscribed' => 'Cannot subscribe :email because they\'re already subscribed.',
'already-subscribed' => 'Ei voida tilata ilmoituksia sähköpostilla :email koska on jo tilattu.',
'verify' => [
'text' => "Ole hyvä ja vahvista :app_name tilasivun sähköpostitilauksille.\n:link\nKiittäen, :app_name",
'html-preheader' => 'Vahvista sähköposti tilaus: app_name tila-päivityksiä.',
'html' => '<p>Vahvista sähköposti tilaus: app_name Status Page.</p> <p><a href=":link">: link</a></p> <p>Kiitos,: app_name</p>',
'html-preheader' => 'Vahvista sähköposti tilaus :app_name tila-päivityksiä.',
'html' => '<p>Vahvista sähköposti tilaus :app_name Status Page.</p> <p><a href=":link">: link</a></p> <p>Kiitos,: app_name</p>',
],
'maintenance' => [
'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name",
'html-preheader' => 'New maintenance has been scheduled on :app_name.',
'html' => '<p>New maintenance has been scheduled on :app_name.</p>',
'text' => "Uusi huolto on ajastettu :app_name.\n Kiitos, :app_name",
'html-preheader' => 'Uusi huolto on ajastettu :app_name.',
'html' => '<p>Uusi huolto on ajastettu :app_name.</p>',
],
'incident' => [
'text' => "New incident has been reported on :app_name.\nThank you, :app_name",
'html-preheader' => 'New incident has been reported on :app_name.',
'html' => '<p>New incident has been reported on :app_name.</p><p>Thank you, :app_name</p>',
'text' => "Uusi tapahtuma on raportoitu
: app_name.\nKiitos, :app_name",
'html-preheader' => 'Uusi tapahtuma on ilmoitettu :app_name.',
'html' => '<p>Uusi tapahtuma on raportoitu
:app_name.</p> <p>Kiitos,: app_name</p>',
],
'component' => [
'subject' => 'Component Status Update',
'subject' => 'Komponentin tilan päivitys',
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
'html-preheader' => 'Component Update from :app_name',
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
'tooltip-title' => 'Tilata ilmoitukset: component_name.',
'tooltip-title' => 'Tilaa ilmoitukset :component_name.',
],
],
],
@@ -108,7 +110,7 @@ return [
'users' => [
'email' => [
'invite' => [
'text' => "You have been invited to the team :app_name status page, to sign up follow the next link.\n:link\nThank you, :app_name",
'text' => "Sinut on kutsuttu ryhmään :app_name tila sivulle, rekisteröi tästä: \n:link\n. Kiitos, :app_name",
'html-preheader' => 'You have been invited to the team :app_name.',
'html' => '<p>You have been invited to the team :app_name status page, to sign up follow the next link.</p><p><a href=":link">:link</a></p><p>Thank you, :app_name</p>',
],
@@ -139,9 +141,9 @@ return [
],
// Other
'home' => 'Home',
'home' => 'Etusivu',
'description' => 'Pysy ajan tasalla tilaamalla uusimmat päivitykset :app.',
'powered_by' => ':app Status Page is powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'powered_by' => 'Powered by <a href="https://cachethq.io" class="links">Cachet</a>.',
'about_this_site' => 'Tietoa sivustosta',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
+25 -24
View File
@@ -60,14 +60,14 @@ return [
'schedule' => [
'schedule' => 'Ajastettu huolto',
'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported <strong>:count</strong> schedules.',
'scheduled_at' => 'Scheduled at :timestamp',
'scheduled_at' => 'Ajastettu :timestamp alkaen',
'add' => [
'title' => 'Add Scheduled Maintenance',
'success' => 'Schedule added.',
'title' => 'Lisää ajastettu huolto',
'success' => 'Ajastus lisätty.',
'failure' => 'Something went wrong adding the schedule, please try again.',
],
'edit' => [
'title' => 'Edit Scheduled Maintenance',
'title' => 'Muokkaa ajastettua huoltoa',
'success' => 'Schedule has been updated!',
'failure' => 'Something went wrong editing the schedule, please try again.',
],
@@ -81,40 +81,40 @@ return [
'components' => [
'components' => 'Komponentit',
'component_statuses' => 'Komponenttien tilat',
'listed_group' => 'Grouped under :name',
'listed_group' => 'Ryhmitetään :name alle',
'add' => [
'title' => 'Lisää komponentti',
'message' => 'You should add a component.',
'success' => 'Component created.',
'failure' => 'Something went wrong with the component, please try again.',
'success' => 'Komponentti on luotu.',
'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyvä ja yritä uudelleen.',
],
'edit' => [
'title' => 'Muokkaa komponenttia',
'success' => 'Component updated.',
'failure' => 'Something went wrong with the component, please try again.',
'success' => 'Komponentti päivitetty.',
'failure' => 'Jokin meni vikaa luodessa komponenttia, ole hyvä ja yritä uudelleen.',
],
'delete' => [
'success' => 'The component has been deleted!',
'failure' => 'The component could not be deleted, please try again.',
'failure' => 'Komponenttia ei voitu poistaa, ole hyvä ja yritä uudelleen.',
],
// Component groups
'groups' => [
'groups' => 'Component group|Component groups',
'no_components' => 'You should add a component group.',
'no_components' => 'Sinun tulisi lisätä komponentti ryhmä.',
'add' => [
'title' => 'Lisää komponentti-ryhmä',
'success' => 'Component group added.',
'failure' => 'Something went wrong with the component group, please try again.',
'success' => 'Komponenti ryhmä lisätty.',
'failure' => 'Jokin meni vikaan luodessa komponenttiryhmää, ole hyvä ja yritä uudelleen.',
],
'edit' => [
'title' => 'Edit a component group',
'success' => 'Component group updated.',
'failure' => 'Something went wrong with the component group, please try again.',
'title' => 'Muokkaa komponentti ryhmää',
'success' => 'Komponentti ryhmä päivitetty.',
'failure' => 'Jokin meni vikaan luodessa komponenttiryhmää, ole hyvä ja yritä uudelleen.',
],
'delete' => [
'success' => 'Component group has been deleted!',
'failure' => 'The component group could not be deleted, please try again.',
'success' => 'Komponentti ryhmä poistettu!',
'failure' => 'Komponenttiryhmää ei voitu poistaa, ole hyvä ja yritä uudelleen.',
],
],
],
@@ -123,13 +123,13 @@ return [
'metrics' => [
'metrics' => 'Mittarit',
'add' => [
'title' => 'Create a metric',
'message' => 'You should add a metric.',
'title' => 'Luo kaavio',
'message' => 'Sinun tulisi lisätä kaavio.',
'success' => 'Metric created.',
'failure' => 'Something went wrong with the metric, please try again.',
],
'edit' => [
'title' => 'Edit a metric',
'title' => 'Muokkaa kaaviota',
'success' => 'Metric updated.',
'failure' => 'Something went wrong with the metric, please try again.',
],
@@ -145,14 +145,15 @@ return [
'verified' => 'Vahvistettu',
'not_verified' => 'Not verified',
'subscriber' => ': sähköposti, tilannut: päivämäärä',
'no_subscriptions' => 'Subscribed to all updates',
'no_subscriptions' => 'Tilaa kaikki päivitykset',
'add' => [
'title' => 'Lisää uusi tilaaja',
'success' => 'Tilaaja lisätty.',
'failure' => 'Jotakin meni vikaan lisäessä uutta tilaajaa, ole hyvä ja yritä uudelleen.',
'help' => 'Enter each subscriber on a new line.',
],
'edit' => [
'title' => 'Update subscriber',
'title' => 'Päivitä tilaaja',
'success' => 'Subscriber has been updated!',
'failure' => 'Something went wrong editing the subscriber, please try again.',
],
@@ -242,7 +243,7 @@ return [
// Welcome modal
'welcome' => [
'welcome' => 'Welcome to your status page!',
'welcome' => 'Tervetuloa tila-sivulle!',
'message' => 'Your status page is almost ready! You might want to configure these extra settings',
'close' => 'Siirry suoraan hallintapaneeliin',
'steps' => [
+19 -17
View File
@@ -30,7 +30,7 @@ return [
'login' => 'Käyttäjänimi tai sähköpostiosoite',
'email' => 'Sähköposti',
'password' => 'Salasana',
'2fauth' => 'Authentication Code',
'2fauth' => 'Todennuskoodi',
'invalid' => 'Virheellinen käyttäjätunnus tai salasana',
'invalid-token' => 'Invalid token',
'cookies' => 'Ota käyttöön evästeet kirjautuaksesi.',
@@ -43,10 +43,10 @@ return [
'component' => 'Komponentti',
'message' => 'Vesti',
'message-help' => 'You may also use Markdown.',
'scheduled_at' => 'When to schedule the maintenance for?',
'scheduled_at' => 'Milloin huolto aika alkaa?',
'incident_time' => 'Milloin tämä tapaus tapahtui?',
'notify_subscribers' => 'Ilmoita tilaajille?',
'visibility' => 'Incident Visibility',
'visibility' => 'Tapahtuman näkyvyys',
'public' => 'Näytetään julkisesti',
'logged_in_only' => 'Näytetään vain kirjautuneille käyttäjille',
'templates' => [
@@ -64,15 +64,15 @@ return [
'description' => 'Kuvaus',
'link' => 'Linkki',
'tags' => 'Tunnisteet',
'tags-help' => 'Comma separated.',
'tags-help' => 'Erottele pilkuilla.',
'enabled' => 'Komponentti käytössä?',
'groups' => [
'name' => 'Nimi',
'collapsing' => 'Choose visibility of the group',
'visible' => 'Always expanded',
'collapsed' => 'Collapse the group by default',
'collapsed_incident' => 'Collapse the group, but expand if there are issues',
'collapsing' => 'Valitse ryhmän näkyvyys tilasivulla',
'visible' => 'Aina laajennettu',
'collapsed' => 'Tiivistä ryhmä oletuksena',
'collapsed_incident' => 'Tiivistä ryhmä, mutta laajenna kun on tapahtumia',
],
],
@@ -82,13 +82,14 @@ return [
'suffix' => 'Pääte',
'description' => 'Kuvaus',
'description-help' => 'You may also use Markdown.',
'display-chart' => 'Display chart on status page?',
'display-chart' => 'Näytetäänkö kaaviot tila-sivulla?',
'default-value' => 'Oletusarvo',
'calc_type' => 'Calculation of metrics',
'type_sum' => 'Summa',
'type_avg' => 'Keskiarvo',
'places' => 'Decimal places',
'default_view' => 'Default view',
'places' => 'Desimaalipilkun paikka',
'default_view' => 'Oletusnäkymä',
'threshold' => 'How many minutes of threshold between metric points?',
'points' => [
'value' => 'Arvo',
@@ -104,9 +105,10 @@ return [
'display-graphs' => 'Näyttää kaaviot tila-sivulla?',
'about-this-page' => 'Tietoa tästä sivustosta',
'days-of-incidents' => 'How many days of incidents to show?',
'banner' => 'Banner Image',
'banner' => 'Bannerikuva',
'banner-help' => "It's recommended that you upload files no bigger than 930px wide .",
'subscribers' => 'Salli käyttäjien tilata sähköpostitilaukset?',
'automatic_localization' => 'Automatically localise your status page to your visitor\'s language?',
],
'analytics' => [
'analytics_google' => 'Google Analytics seurantakoodi',
@@ -128,12 +130,12 @@ return [
'custom-css' => 'Custom Stylesheet',
],
'theme' => [
'background-color' => 'Background Color',
'background-color' => 'Taustaväri',
'background-fills' => 'Background fills (components, incidents, footer)',
'banner-background-color' => 'Banner background color',
'banner-background-color' => 'Bannerin taustaväri',
'banner-padding' => 'Banner padding',
'fullwidth-banner' => 'Enable fullwidth banner?',
'text-color' => 'Text Color',
'text-color' => 'Tekstin väri',
'dashboard-login' => 'Näytetäänkö hallintanäkymän painike alatunnisteessa?',
'reds' => 'Punainen (virheilmoituksia varten)',
'blues' => 'Blue (used for information)',
@@ -151,14 +153,14 @@ return [
'password' => 'Salasana',
'api-token' => 'API tunnus',
'api-token-help' => 'Regenerating your API token will prevent existing applications from accessing Cachet.',
'gravatar' => 'Change your profile picture at Gravatar.',
'gravatar' => 'Muuta profiilikuvaa Gravatar palvelussa.',
'user_level' => 'Käyttäjätaso',
'levels' => [
'admin' => 'Ylläpito',
'user' => 'Käyttäjä',
],
'2fa' => [
'help' => 'Enabling two factor authentication increases security of your account. You will need to download <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> or a similar app on to your mobile device. When you login you will be asked to provide a token generated by the app.',
'help' => 'Ottamalla kaksivaiheisen todennuksen käyttöön parantaaksesi turvallisuutta käyttäjätilillesi. Sinun tulee ladata <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> sovellus tai vastaava puhelimeesi. Kun kirjaudut, sinua pyydetään antamaan koodi sovelluksesta.',
],
'team' => [
'description' => 'Kutsu ryhmääsi jäseniä antamalla heidän sähköpostiosoitteensa täällä.',
+2 -2
View File
@@ -25,7 +25,7 @@ return [
'accepted' => 'The :attribute must be accepted.',
'active_url' => ':attribute ei ole oikea URL-osoite.',
'after' => 'The :attribute must be a date after :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha' => ':attribute voi sisältää vain kirjaimia.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
@@ -99,7 +99,7 @@ return [
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
'rule-name' => 'mukautettu viesti',
],
],