[ 'status' => [ 1 => 'Działa', 2 => 'Problemy wydajnościowe', 3 => 'Częściowa niedostępność', 4 => 'Poważna awaria', ], ], // Incidents 'incidents' => [ 'none' => 'Brak incydentów.', 'past' => 'Poprzednie incydenty', 'previous_week' => 'Poprzedni tydzień', 'next_week' => 'Następny tydzień', 'none' => 'Brak incydentów', 'scheduled' => 'Zapowiedziane prace', 'scheduled_at' => ', scheduled :timestamp', 'status' => [ 0 => 'Planowy', // TODO: Hopefully remove this. 1 => 'Szukanie', 2 => 'Zidentyfikowany', 3 => 'Obserwacja', 4 => 'Naprawiony', ], ], // Service Status 'service' => [ 'good' => 'Wszystkie systemy sprawne.', 'bad' => 'Część systemów ma problemy.', ], 'api' => [ 'regenerate' => 'Przegeneruj klucz API', 'revoke' => 'Odwołaj klucz API', ], // Metrics 'metrics' => [ 'filter' => [ 'hourly' => 'Last 12 Hours', 'weekly' => 'Week', 'monthly' => 'Month', ], ], // Subscriber 'subscriber' => [ 'subscribe' => 'Subscribe to get the most recent updates.', 'button' => 'Subscribe', 'email' => [ 'subscribe' => 'Subscribe to email updates.', 'subscribed' => 'You\'ve been subscribed to email notifications, please check your email to confirm your subscription.', 'verified' => 'Your email subscription has been confirmed. Thank you!', 'unsubscribe' => 'Unsuscribe from email updates.', 'unsubscribed' => 'Your email subscription has been cancelled.', 'failure' => 'Something went wrong with the subscription.', 'verify' => [ 'text' => "Please confirm your email subscription to :app_name status updates.\n:link\nThank you, :app_name", 'html-preheader' => 'Please confirm your email subscription to :app_name status updates.', 'html' => '

Please confirm your email subscription to :app_name status updates.

:link

Thank you, :app_name

', ], 'maintenance' => [ 'text' => "New maintenance has been scheduled on :app_name.\nThank you, :app_name", 'html-preheader' => 'New maintenance has been scheduled on :app_name.', 'html' => '

New maintenance has been scheduled on :app_name.

Thank you, :app_name

', ], 'incident' => [ 'text' => "New incident has been reported on :app_name.\nThank you, :app_name", 'html-preheader' => 'New incident has been reported on :app_name.', 'html' => '

New incident has been reported on :app_name.

Thank you, :app_name

', ], ], ], // Other 'powered_by' => ':app Status Page is powered by Cachet.', 'about_this_site' => 'O tej stronie', 'rss-feed' => 'RSS Feed', 'atom-feed' => 'Atom Feed', 'feed' => 'Status Feed', ];