diff --git a/resources/lang/fi-FI/dashboard.php b/resources/lang/fi-FI/dashboard.php index 8260752c..4e223f8d 100644 --- a/resources/lang/fi-FI/dashboard.php +++ b/resources/lang/fi-FI/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Tapahtumat & ajastaminen', 'incidents' => 'Tapahtumat', - 'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.', + 'logged' => '{0} There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', 'incident-create-template' => 'Luo mallipohja', 'incident-templates' => 'Tapahtumamalli', 'updates' => [ 'title' => 'Incident updates for :incident', - 'count' => '{0} Zero Updates|[1] One Update|[2] Two Updates|[3,*] Several Updates', + 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', 'add' => [ 'title' => 'Luo tapahtuma malli', 'success' => 'Your new incident update has been created.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Ajastettu tapahtuma', - 'logged' => '{0} Täälä ei ole ajastettuja tapahtumia, hyvää työtä | Olet ajastanut yhden tapahtuman | Olet ajastanut :count tapahtumia.', + 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Ajastettu :timestamp alkaen', 'add' => [ 'title' => 'Lisää ajastettu tapahtuma',