diff --git a/resources/lang/ca-ES/dashboard.php b/resources/lang/ca-ES/dashboard.php index 66fbfe59..08a6f128 100644 --- a/resources/lang/ca-ES/dashboard.php +++ b/resources/lang/ca-ES/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incidències i manteniments', 'incidents' => 'Incidències', - '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' => 'Crear plantilla', 'incident-templates' => 'Incident Templates', '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' => 'Create new incident update', 'success' => 'Your new incident update has been created.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Interrupció programada', - 'logged' => '{0} There are no schedules, good work.|You have logged one schedule.|You have reported :count schedules.', + 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', 'scheduled_at' => 'Scheduled at :timestamp', 'add' => [ 'title' => 'Add Scheduled Maintenance',