2017-01-05 16:17:02 +00:00
< ? php
/*
* This file is part of Cachet .
*
* ( c ) Alt Three Services Limited
*
* For the full copyright and license information , please view the LICENSE
* file that was distributed with this source code .
*/
return [
// Components
'components' => [
'last_updated' => 'Ostatnia aktualizacja :timestamp' ,
'status' => [
2018-01-16 14:05:14 +00:00
0 => 'Nieznany' ,
2017-01-05 16:17:02 +00:00
1 => 'Funktionsfähig' ,
2 => 'Leistungsprobleme' ,
3 => 'Teilweiser Ausfall' ,
4 => 'Schwerer Ausfall' ,
],
'group' => [
'other' => 'Pozostałe komponenty' ,
],
],
// Incidents
'incidents' => [
2017-05-06 10:07:41 +01:00
'none' => 'Brak zgłoszonych incydentów' ,
'past' => 'Vergangene Vorfälle' ,
'stickied' => 'Przyklejone zdarzenia' ,
'scheduled' => 'Geplante Wartungen' ,
'scheduled_at' => ', geplant :timestamp' ,
'posted' => 'Opublikowano :timestamp' ,
2018-01-16 14:05:14 +00:00
'posted_at' => 'Posted at :timestamp' ,
2017-05-06 10:07:41 +01:00
'status' => [
2017-01-05 16:17:02 +00:00
1 => 'Untersuchungen laufen' ,
2 => 'Identifiziert' ,
3 => 'Unter Beobachtung' ,
4 => 'Behoben' ,
],
],
// Schedule
'schedules' => [
'status' => [
2017-05-06 10:07:41 +01:00
0 => 'Nadchodzące' ,
2018-01-16 14:05:14 +00:00
1 => 'W trakcie' ,
2017-05-06 10:07:41 +01:00
2 => 'Zakończone' ,
2017-01-05 16:17:02 +00:00
],
],
// Service Status
'service' => [
'good' => '[0,1] System działa poprawnie|[2,Inf] Wszystkie systemy działają poprawnie' ,
'bad' => '[0,1] W systemie obecnie występują problemy|[2,Inf] W niektórych systemach występują problemy' ,
2017-05-06 10:07:41 +01:00
'major' => '[0,1] System jest poważnie przeciążony|[2,Inf] Niektóre systemy są poważnie przeciążone' ,
2017-01-05 16:17:02 +00:00
],
'api' => [
'regenerate' => 'API-Schlüssel neu generieren' ,
'revoke' => 'API-Schlüssel widerrufen' ,
],
// Metrics
'metrics' => [
'filter' => [
'last_hour' => 'Ostatnia godzina' ,
'hourly' => 'Letzte 12 Stunden' ,
'weekly' => 'Wöchentlich' ,
'monthly' => 'Monatlich' ,
],
],
// Subscriber
'subscriber' => [
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.' ,
2017-05-06 10:07:41 +01:00
'unsubscribe' => 'Wypisz się na :link' ,
2017-01-05 16:17:02 +00:00
'button' => 'Abonnieren' ,
'manage' => [
'no_subscriptions' => 'Jesteś obecnie zapisany na wszystkie aktualizacje.' ,
'my_subscriptions' => 'Jesteś obecnie zapisany na poniższe aktualizacje.' ,
],
'email' => [
'subscribe' => 'Aktualisierungen per E-Mail abonnieren.' ,
'subscribed' => 'Sie haben E-Mail-Benachrichtigungen abonniert, überprüfen Sie bitte Ihre E-Mail, um Ihr Abonnement zu bestätigen.' ,
'verified' => 'Ihre E-Mail-Abonnement ist bestätigt worden. Danke!' ,
'manage' => 'Zarządzanie subskrypcją' ,
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.' ,
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.' ,
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.' ,
'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.' ,
],
],
'signup' => [
'title' => 'Zarejestruj się' ,
2018-01-16 14:05:14 +00:00
'username' => 'Nazwa Użytkownika' ,
2017-01-05 16:17:02 +00:00
'email' => 'E-Mail' ,
2018-01-16 14:05:14 +00:00
'password' => 'Hasło' ,
2017-01-05 16:17:02 +00:00
'success' => 'Twoje konto zostało utworzone.' ,
'failure' => 'Coś poszło nie tak w trakcje rejestracji.' ,
],
'system' => [
'update' => 'Nowsza wersja Cachet\'a jest dostępna. Kliknij <a href="https://docs.cachethq.io/docs/updating-cachet">tutaj</a>, aby dowiedzieć się jak dokonać aktualizacji!' ,
],
// Modal
'modal' => [
'close' => 'Zamknij' ,
'subscribe' => [
'title' => 'Subskrybuj aktualizacje komponentu' ,
'body' => 'Podaj swój adres email w celu subskrypcji aktualizacji dla tego komponentu. Jeśli byłeś już zapisany, otrzymujesz aktualizacje dla tego komponentu.' ,
'button' => 'Abonnieren' ,
],
],
// Other
'home' => 'Strona Główna' ,
'description' => 'Bądź na bieżąco z aktualizacjami z :app.' ,
'powered_by' => 'Obsługiwany przez <a href="https://cachethq.io" class="links">Cachet</a>.' ,
'timezone' => 'Czas według strefy :timezone.' ,
'about_this_site' => 'Über diese Seite' ,
'rss-feed' => 'RSS' ,
'atom-feed' => 'Atom' ,
'feed' => 'Status-Feed' ,
2017-05-06 10:10:36 +00:00
];