diff --git a/resources/lang/pl-PL/dashboard.php b/resources/lang/pl-PL/dashboard.php
new file mode 100644
index 00000000..851e6416
--- /dev/null
+++ b/resources/lang/pl-PL/dashboard.php
@@ -0,0 +1,292 @@
+ 'Dashboard',
+ 'writeable_settings' => 'The Cachet settings directory is not writeable. Please make sure that ./bootstrap/cachet is writeable by the web server.',
+
+ // Incidents
+ 'incidents' => [
+ 'title' => 'Incidents & Schedule',
+ 'incidents' => 'Vorfälle',
+ 'logged' => '{0} Es gibt keine Vorfälle, gute Arbeit.|Du hast einen Vorfall gemeldet.|Du hast :count Vorfälle gemeldet.',
+ 'incident-create-template' => 'Vorlage erstellen',
+ 'incident-templates' => 'Vorfall Vorlagen',
+ 'updates' => '{0} Zero aktualizacji|Jedna aktualizacja|:count aktualizacji',
+ 'add' => [
+ 'title' => 'Vorfall hinzufügen',
+ 'success' => 'Dodano zdarzenie.',
+ 'failure' => 'Wystąpił błąd podczas dodawania wydarzenia, proszę spróbować ponownie.',
+ ],
+ 'edit' => [
+ 'title' => 'Vorfall bearbeiten',
+ 'success' => 'Vorfall aktualisiert.',
+ 'failure' => 'Wystąpił błąd podczas edytowania wydarzenia, proszę spróbować ponownie.',
+ ],
+ 'delete' => [
+ 'success' => 'Wydarzenie zostało usunięte i nie będzie widoczne na stronie statusu.',
+ 'failure' => 'Wydarzenie nie mogło zostać usunięte, proszę spróbować ponownie.',
+ ],
+ 'update' => [
+ 'title' => 'Utwórz nową aktualizację zdarzenia',
+ 'subtitle' => 'Dodaj aktualizację do :incident',
+ ],
+
+ // Incident templates
+ 'templates' => [
+ 'title' => 'Vorfall Vorlagen',
+ 'add' => [
+ 'title' => 'Vorfallvorlage erstellen',
+ 'message' => 'Powinieneś dodać szablon wydarzenia.',
+ 'success' => 'Twój nowy szablon wydarzenia został utworzony.',
+ 'failure' => 'Coś poszło nie tak z szablonem wydarzenia.',
+ ],
+ 'edit' => [
+ 'title' => 'Vorlage bearbeiten',
+ 'success' => 'Szablon wydarzenia został zaktualizowany.',
+ 'failure' => 'Coś poszło nie tak podczas aktualizacji szablonu wydarzenia',
+ ],
+ 'delete' => [
+ 'success' => 'Szablon wydarzenia został usunięty.',
+ 'failure' => 'Szablon wydarzenia nie mógł zostać usunięty, proszę spróbować ponownie.',
+ ],
+ ],
+ ],
+
+ // Incident Maintenance
+ 'schedule' => [
+ 'schedule' => 'Geplante Wartungen',
+ 'logged' => '{0} Nie ma żadnych harmonogramów, dobra robota.|Posiadasz jeden harmonogram.|Zgłoszono :count harmonogramów.',
+ 'scheduled_at' => 'Geplant am :timestamp',
+ 'add' => [
+ 'title' => 'Zaplanuj prace konserwatorskie',
+ 'success' => 'Dodano harmonogram.',
+ 'failure' => 'Coś poszło nie tak podczas planowania, proszę spróbować ponownie.',
+ ],
+ 'edit' => [
+ 'title' => 'Edytuj prace konserwatorskie',
+ 'success' => 'Harmonogram został zaktualizowany!',
+ 'failure' => 'Coś poszło nie tak podczas edytowania harmonogramu, proszę spróbować ponownie.',
+ ],
+ 'delete' => [
+ 'success' => 'Zaplanowane prace konserwatorskie zostały usunięte i nie będą wyświetlane na stronie statusu.',
+ 'failure' => 'Zaplanowane prace konserwatorskie nie mogły zostać usunięte, proszę spróbować ponownie.',
+ ],
+ ],
+
+ // Components
+ 'components' => [
+ 'components' => 'Komponenten',
+ 'component_statuses' => 'Komponentenstatus',
+ 'listed_group' => 'Gruppiert unter :name',
+ 'add' => [
+ 'title' => 'Komponente hinzufügen',
+ 'message' => 'Sie sollten eine Komponente erstellen.',
+ 'success' => 'Utworzono komponent.',
+ 'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
+ ],
+ 'edit' => [
+ 'title' => 'Komponente bearbeiten',
+ 'success' => 'Zaktualizowano komponent.',
+ 'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
+ ],
+ 'delete' => [
+ 'success' => 'Komponent został usunięty!',
+ 'failure' => 'Komponent nie mógł zostać usunięty, proszę spróbować ponownie.',
+ ],
+
+ // Component groups
+ 'groups' => [
+ 'groups' => 'Komponentgruppe|Komponentgruppen',
+ 'no_components' => 'Sie sollten eine Komponentengruppe hinzufügen.',
+ 'add' => [
+ 'title' => 'Eine Komponentengruppe hinzufügen',
+ 'success' => 'Dodano grupę komponentów.',
+ 'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
+ ],
+ 'edit' => [
+ 'title' => 'Komponentengruppe bearbeiten',
+ 'success' => 'Zaktualizowano grupę komponentów.',
+ 'failure' => 'Coś poszło nie tak z komponentem, proszę spróbować ponownie.',
+ ],
+ 'delete' => [
+ 'success' => 'Grupa komponentów została usunięta!',
+ 'failure' => 'Grupa komponentów nie mogła zostać usunięta, proszę spróbować ponownie.',
+ ],
+ ],
+ ],
+
+ // Metrics
+ 'metrics' => [
+ 'metrics' => 'Metriken',
+ 'add' => [
+ 'title' => 'Metrik erstellen',
+ 'message' => 'Powinieneś dodać metrykę.',
+ 'success' => 'Utworzono metrykę.',
+ 'failure' => 'Coś poszło nie tak z metryką, proszę próbować ponownie.',
+ ],
+ 'edit' => [
+ 'title' => 'Metrik bearbeiten',
+ 'success' => 'Zaktualizowano metrykę.',
+ 'failure' => 'Coś poszło nie tak z metryką, proszę próbować ponownie.',
+ ],
+ 'delete' => [
+ 'success' => 'Metryka została usunięta i nie będzie wyświetlana na stronie statusu.',
+ 'failure' => 'Metryka nie mogła zostać usunięta, proszę spróbować ponownie.',
+ ],
+ ],
+ // Subscribers
+ 'subscribers' => [
+ 'subscribers' => 'Abonnenten',
+ 'description' => 'Subskrybenci będą otrzymywać powiadomienia, gdy wydarzenia zostaną utworzone lub komponenty zaktualizowane.',
+ 'verified' => 'Verifiziert',
+ 'not_verified' => 'Nicht verifiziert',
+ 'subscriber' => ':email, subskrybowany :data',
+ 'no_subscriptions' => 'Zapisano do wszystkich aktualizacji',
+ 'add' => [
+ 'title' => 'Einen neuen Abonnenten hinzufügen',
+ 'success' => 'Abonnent hinzugefügt.',
+ 'failure' => 'Coś poszło nie tak podczas dodawania subskrybenta, proszę spróbować ponownie.',
+ 'help' => 'Wpisz każdego subskrybenta w nowym wierszu.',
+ ],
+ 'edit' => [
+ 'title' => 'Abonnent aktualisieren',
+ 'success' => 'Abonnent aktualisiert.',
+ 'failure' => 'Coś poszło nie tak podczas edytowania subskrybenta, proszę spróbować ponownie.',
+ ],
+ ],
+
+ // Team
+ 'team' => [
+ 'team' => 'Team',
+ 'member' => 'Mitglied',
+ 'profile' => 'Profil',
+ 'description' => 'Team Members will be able to add, modify & edit components and incidents.',
+ 'add' => [
+ 'title' => 'Neues Teammitglied hinzufügen',
+ 'success' => 'Dodano członka zespołu.',
+ 'failure' => 'Członek zespołu nie mógł zostać dodany, proszę spróbować ponownie.',
+ ],
+ 'edit' => [
+ 'title' => 'Profil aktualisieren',
+ 'success' => 'Zaktualizowano profil.',
+ 'failure' => 'Coś poszło nie tak podczas aktualizacji profilu, proszę spróbować ponownie.',
+ ],
+ 'delete' => [
+ 'success' => 'Benutzer aktualisiert.',
+ 'failure' => 'Członek zespołu nie mógł zostać dodany, proszę spróbować ponownie.',
+ ],
+ 'invite' => [
+ 'title' => 'Zaproś nowego członka zespołu',
+ 'success' => 'Zaproszenie zostało wysłane',
+ 'failure' => 'Zaproszenie nie mogło zostać wysłane, proszę spróbować ponownie.',
+ ],
+ ],
+
+ // Settings
+ 'settings' => [
+ 'settings' => 'Einstellungen',
+ 'app-setup' => [
+ 'app-setup' => 'Anwendungsinstallation',
+ 'images-only' => 'Es können nur Bilder hochgeladen werden.',
+ 'too-big' => 'Die von Ihnen hochgeladene Datei ist zu groß. Laden Sie ein Bild welches kleiner als :size ist hoch',
+ ],
+ 'analytics' => [
+ 'analytics' => 'Analytics',
+ ],
+ 'log' => [
+ 'log' => 'Logi',
+ ],
+ 'localization' => [
+ 'localization' => 'Localization',
+ ],
+ 'customization' => [
+ 'customization' => 'Dostosowywanie',
+ 'header' => 'Niestandardowy nagłówek HTML',
+ 'footer' => 'Niestandardowa stopka HTML',
+ ],
+ 'mail' => [
+ 'mail' => 'Mail',
+ 'test' => 'Test',
+ 'email' => [
+ 'subject' => 'Test notification from Cachet',
+ 'body' => 'This is a test notification from Cachet.',
+ ],
+ ],
+ 'security' => [
+ 'security' => 'Sicherheit',
+ 'two-factor' => 'Nutzer ohne Zwei-Faktor-Authentifizierung',
+ ],
+ 'stylesheet' => [
+ 'stylesheet' => 'Stylesheet',
+ ],
+ 'theme' => [
+ 'theme' => 'Theme',
+ ],
+ 'edit' => [
+ 'success' => 'Einstellungen gespeichert.',
+ 'failure' => 'Einstellungen konnten nicht gespeichert werden.',
+ ],
+ 'credits' => [
+ 'credits' => 'Autorzy',
+ 'contributors' => 'Współtwórcy',
+ 'license' => 'Catchet jest otwartym źródłem z licencją BSD utworzonym przez Alt Three Services Limited.',
+ 'backers-title' => 'Patronaci i sponsorzy',
+ 'backers' => 'Jeśli chciałbyś wspomóc przyszły rozwój sprawdź kampanię Cachet Patreon.',
+ 'thank-you' => 'Dziękujemy każdemu :count współtwórcy.',
+ ],
+ ],
+
+ // Login
+ 'login' => [
+ 'login' => 'Anmelden',
+ 'logged_in' => 'Sie sind angemeldet.',
+ 'welcome' => 'Willkommen zurück!',
+ 'two-factor' => 'Bitte geben Sie Ihren Token ein.',
+ ],
+
+ // Sidebar footer
+ 'help' => 'Hilfe',
+ 'status_page' => 'Statusseite',
+ 'logout' => 'Abmelden',
+
+ // Notifications
+ 'notifications' => [
+ 'notifications' => 'Benachrichtigungen',
+ 'awesome' => 'Großartig.',
+ 'whoops' => 'Hoppla.',
+ ],
+
+ // Widgets
+ 'widgets' => [
+ 'support' => 'Wspomóż Cachet',
+ 'support_subtitle' => 'Sprawdź również naszą stronę na Patreon!',
+ 'news' => 'Aktualności',
+ 'news_subtitle' => 'Pobierz najnowszą aktualizację',
+ ],
+
+ // Welcome modal
+ 'welcome' => [
+ 'welcome' => 'Witamy w nowym statusie strony!',
+ 'message' => 'Ihre Statusseite ist fast fertig! Vielleicht möchten Sie diese zusätzlichen Einstellungen konfigurieren',
+ 'close' => 'Przejdź prosto do panelu głównego',
+ 'steps' => [
+ 'component' => 'Komponenten erstellen',
+ 'incident' => 'Vorfälle erstellen',
+ 'customize' => 'Personalisieren',
+ 'team' => 'Benutzer hinzufügen',
+ 'api' => 'API Token generieren',
+ 'two-factor' => 'Zwei-Faktor-Authentifizierung',
+ ],
+ ],
+
+];
\ No newline at end of file