diff --git a/resources/lang/fi-FI/dashboard.php b/resources/lang/fi-FI/dashboard.php
index c880668a..d796d598 100644
--- a/resources/lang/fi-FI/dashboard.php
+++ b/resources/lang/fi-FI/dashboard.php
@@ -21,7 +21,20 @@ return [
'logged' => '{0} There are no incidents, good work.|You have logged one incident.|You have reported :count incidents.',
'incident-create-template' => 'Luo mallipohja',
'incident-templates' => 'Tapahtumamalli',
- 'updates' => '{0} Zero Updates|One Update|:count Updates',
+ 'updates' => [
+ 'title' => 'Incident updates for :incident',
+ '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.',
+ 'failure' => 'Something went wrong with the incident update.',
+ ],
+ 'edit' => [
+ 'title' => 'Edit incident update',
+ 'success' => 'The incident update has been updated.',
+ 'failure' => 'Something went wrong updating the incident update',
+ ],
+ ],
'add' => [
'title' => 'Ilmoita tapahtuma',
'success' => 'Tapahtuma lisätty.',
@@ -36,11 +49,6 @@ return [
'success' => 'Tapaus on poistettu ja ei näytetä tila-sivulla.',
'failure' => 'The incident could not be deleted, please try again.',
],
- 'update' => [
- 'title' => 'Luo tapahtuma malli',
- 'subtitle' => 'Add an update to :incident',
- 'success' => 'Update added.',
- ],
// Incident templates
'templates' => [
@@ -147,13 +155,15 @@ return [
],
// Subscribers
'subscribers' => [
- 'subscribers' => 'Tilaajat',
- 'description' => 'Tilaajat saavat sähköposti päivityksiä kun tapahtumia luodaan tai komponentteja päivitetään.',
- 'verified' => 'Vahvistettu',
- 'not_verified' => 'Ei todennettu',
- 'subscriber' => ':email, subscribed :date',
- 'no_subscriptions' => 'Tilaa kaikki päivitykset',
- 'add' => [
+ 'subscribers' => 'Tilaajat',
+ 'description' => 'Tilaajat saavat sähköposti päivityksiä kun tapahtumia luodaan tai komponentteja päivitetään.',
+ 'description_disabled' => 'To use this feature, you need allow people to signup for notifications.',
+ 'verified' => 'Vahvistettu',
+ 'not_verified' => 'Ei todennettu',
+ 'subscriber' => ':email, subscribed :date',
+ 'no_subscriptions' => 'Tilaa kaikki päivitykset',
+ 'global' => 'Globally subscribed',
+ 'add' => [
'title' => 'Lisää uusi tilaaja',
'success' => 'Tilaaja lisätty.',
'failure' => 'Jotakin meni vikaan lisäessä uutta tilaajaa, ole hyvä ja yritä uudelleen.',