diff --git a/resources/lang/pl-PL/dashboard.php b/resources/lang/pl-PL/dashboard.php index 2c0513ed..8e25633c 100644 --- a/resources/lang/pl-PL/dashboard.php +++ b/resources/lang/pl-PL/dashboard.php @@ -18,12 +18,12 @@ return [ 'incidents' => [ 'title' => 'Incydenty i Konserwacja', 'incidents' => 'Vorfälle', - 'logged' => '{0}There are no incidents, good work.|[1]You have logged one incident.|[2,*]You have reported :count incidents.', + 'logged' => '{0}Brak incydentów, dobra robota.|[1]Masz jeden incydent.|[2,4]Masz :count incydenty.|[5,*]Masz :count incydentów.', 'incident-create-template' => 'Vorlage erstellen', 'incident-templates' => 'Vorfall Vorlagen', 'updates' => [ 'title' => 'Aktualizacje incydentu dla :incident', - 'count' => '{0}Zero Updates|[1]One Update|[2]Two Updates|[3,*]Several Updates', + 'count' => '{0}Zero Aktualizacji|[1] Jedna Aktualizacja|[2]Dwie Aktualizacje|[3,*]Kilka Aktualizacji', 'add' => [ 'title' => 'Utwórz nową aktualizację zdarzenia', 'success' => 'Twoja aktualizacja o nowym zdarzeniu została utworzona.', @@ -75,7 +75,7 @@ return [ // Incident Maintenance 'schedule' => [ 'schedule' => 'Konserwacja', - 'logged' => '{0}There has been no Maintenance, good work.|[1]You have logged one schedule.|[2,*]You have reported :count schedules.', + 'logged' => '{0}Brak konserwacji, dobra robota.|[1]Masz zaplanowaną jedną.|[2,*]Masz zaplanowane :count.', 'scheduled_at' => 'Geplant am :timestamp', 'add' => [ 'title' => 'Zaplanuj prace konserwatorskie',