From 8470190edd3c9acfe7836e6ee1a7e15229681b46 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 6 May 2017 10:09:17 +0100 Subject: [PATCH] New translations cachet.php (Finnish) --- resources/lang/fi-FI/cachet.php | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/resources/lang/fi-FI/cachet.php b/resources/lang/fi-FI/cachet.php index d5c1781b..3e2812e3 100644 --- a/resources/lang/fi-FI/cachet.php +++ b/resources/lang/fi-FI/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Viimeksi päivitetty :timestamp', 'status' => [ - 0 => 'Unknown', + 0 => 'Tuntematon', 1 => 'Toiminnassa', 2 => 'Suorituskykyyn liittyviä ongelmia', 3 => 'Osittainen katkos', @@ -27,15 +27,13 @@ return [ // Incidents 'incidents' => [ - 'none' => 'Ei raportoitavia tapauksia', - 'past' => 'Aikaisemmat tapahtumat', - 'previous_week' => 'Edellinen viikko', - 'next_week' => 'Seuraava viikko', - 'stickied' => 'Stickied Incidents', - 'scheduled' => 'Ajastettu tapahtuma', - 'scheduled_at' => ', ajoitettu :timestamp', - 'posted' => 'Posted :timestamp', - 'status' => [ + 'none' => 'Ei raportoitavia tapauksia', + 'past' => 'Aikaisemmat tapahtumat', + 'stickied' => 'Stickied Incidents', + 'scheduled' => 'Ajastettu tapahtuma', + 'scheduled_at' => ', ajoitettu :timestamp', + 'posted' => 'Posted :timestamp', + 'status' => [ 1 => 'Tutkitaan', 2 => 'Tunnistettu', 3 => 'Valvotaan', @@ -46,9 +44,9 @@ return [ // Schedule 'schedules' => [ 'status' => [ - 0 => 'Upcoming', + 0 => 'Tulossa', 1 => 'In Progress', - 2 => 'Complete', + 2 => 'Valmis', ], ], @@ -128,4 +126,4 @@ return [ 'atom-feed' => 'Atom', 'feed' => 'Statussyöte', -]; +]; \ No newline at end of file