From ac4cd9a388bebb758bbf961a6f7d02b485514d1f Mon Sep 17 00:00:00 2001 From: James Brooks Date: Tue, 16 Jan 2018 14:05:14 +0000 Subject: [PATCH] New translations cachet.php (Polish) --- resources/lang/pl-PL/cachet.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index aaf582f2..80cf2f84 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/cachet.php @@ -14,7 +14,7 @@ return [ 'components' => [ 'last_updated' => 'Ostatnia aktualizacja :timestamp', 'status' => [ - 0 => 'Nieznane', + 0 => 'Nieznany', 1 => 'Funktionsfähig', 2 => 'Leistungsprobleme', 3 => 'Teilweiser Ausfall', @@ -33,6 +33,7 @@ return [ 'scheduled' => 'Geplante Wartungen', 'scheduled_at' => ', geplant :timestamp', 'posted' => 'Opublikowano :timestamp', + 'posted_at' => 'Posted at :timestamp', 'status' => [ 1 => 'Untersuchungen laufen', 2 => 'Identifiziert', @@ -45,7 +46,7 @@ return [ 'schedules' => [ 'status' => [ 0 => 'Nadchodzące', - 1 => 'W toku', + 1 => 'W trakcie', 2 => 'Zakończone', ], ], @@ -95,9 +96,9 @@ return [ 'signup' => [ 'title' => 'Zarejestruj się', - 'username' => 'Benutzername', + 'username' => 'Nazwa Użytkownika', 'email' => 'E-Mail', - 'password' => 'Passwort', + 'password' => 'Hasło', 'success' => 'Twoje konto zostało utworzone.', 'failure' => 'Coś poszło nie tak w trakcje rejestracji.', ],