From 104ed6bdf53eea578b836a866404000284221055 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 22 Feb 2018 06:40:06 +0000 Subject: [PATCH] New translations cachet.php (Polish) --- resources/lang/pl-PL/cachet.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/lang/pl-PL/cachet.php b/resources/lang/pl-PL/cachet.php index 99197245..42ab9169 100644 --- a/resources/lang/pl-PL/cachet.php +++ b/resources/lang/pl-PL/cachet.php @@ -120,9 +120,9 @@ return [ // Meta descriptions 'meta' => [ 'description' => [ - 'incident' => 'Details and updates about the :name incident that occurred on :date', - 'schedule' => 'Details about the scheduled maintenance period :name starting :startDate', - 'subscribe' => 'Subscribe to :app in order to receive updates of incidents and scheduled maintenance periods', + 'incident' => 'Szczegóły i aktualizacje dotyczące zdarzenia :name, które wystąpiło :date', + 'schedule' => 'Szczegóły dotyczące zaplanowanej przerwy technicznej :name rozpoczynającej się :startDate', + 'subscribe' => 'Zapisz się do :app, aby otrzymywać informacje i aktualizacje dotyczące zdarzeń i przerw technicznych', 'overview' => 'Bądź na bieżąco z aktualizacjami z :app.', ], ],