Cachet/resources/lang/pl/cachet.php

150 lines
6.5 KiB
PHP
Raw Normal View History

2015-04-18 13:59:37 +01:00
<?php
/*
* This file is part of Cachet.
*
2015-07-06 17:37:01 +01:00
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
2015-04-18 13:59:37 +01:00
return [
// Components
'components' => [
2016-03-20 16:26:21 +00:00
'last_updated' => 'Last updated :timestamp',
'status' => [
1 => 'Funktionsfähig',
2 => 'Leistungsprobleme',
3 => 'Teilweiser Ausfall',
4 => 'Schwerer Ausfall',
2015-04-18 13:59:37 +01:00
],
2016-03-20 16:26:21 +00:00
'group' => [
'other' => 'Other Components',
],
2015-04-18 13:59:37 +01:00
],
// Incidents
'incidents' => [
2016-02-18 14:16:40 +00:00
'none' => 'Brak incydentów',
'past' => 'Vergangene Vorfälle',
'previous_week' => 'Vorherige Woche',
'next_week' => 'Nächste Woche',
'scheduled' => 'Geplante Wartungen',
'scheduled_at' => ', geplant :timestamp',
2015-04-18 13:59:37 +01:00
'status' => [
0 => 'Geplant', // TODO: Hopefully remove this.
1 => 'Untersuchungen laufen',
2 => 'Identifiziert',
3 => 'Unter Beobachtung',
4 => 'Behoben',
2015-04-18 13:59:37 +01:00
],
],
// Service Status
'service' => [
'good' => '[0,1] System operational|[2,Inf] All systems are operational',
'bad' => '[0,1] The system is currently experiencing issues|[2,Inf] Some systems are experiencing issues',
'major' => '[0,1] The service experiencing a major outage|[2,Inf] Some systems are experiencing a major outage',
2015-04-18 13:59:37 +01:00
],
'api' => [
'regenerate' => 'API-Schlüssel neu generieren',
'revoke' => 'API-Schlüssel widerrufen',
2015-04-18 13:59:37 +01:00
],
// Metrics
'metrics' => [
'filter' => [
2016-02-18 14:16:40 +00:00
'last_hour' => 'Ostatnia godzina',
'hourly' => 'Letzte 12 Stunden',
'weekly' => 'Wöchentlich',
'monthly' => 'Monatlich',
2015-04-18 13:59:37 +01:00
],
],
2015-05-24 16:33:03 -05:00
// Subscriber
'subscriber' => [
'subscribe' => 'Abonnieren Sie um die neuesten Updates zu erhalten.',
'button' => 'Abonnieren',
2016-03-20 16:26:21 +00:00
'manage' => [
'no_subscriptions' => 'You\'re currently subscribed to all updates.',
'my_subscriptions' => 'You\'re currently subscribed to the following updates.',
],
'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!',
2016-03-20 16:26:21 +00:00
'manage' => 'Manage your subscription.',
'unsubscribe' => 'Von E-Mail-Updates deabonnieren.',
'unsubscribed' => 'Ihre E-Mail-Abonnement wurde gekündigt.',
'failure' => 'Etwas ist mit dem Abonnement schief gelaufen.',
2016-02-18 14:16:40 +00:00
'already-subscribed' => 'Subskrypcja niemożliwa, :email jest już zapisany.',
2015-12-19 23:08:28 +08:00
'verify' => [
'text' => "Bitte bestätigen Sie Ihre E-Mail-Abonnement zu :app_name Status-Aktualisierungen.\n:link\nDanke, :app_name",
'html-preheader' => 'Bitte bestätigen Sie Ihre E-Mail-Abonnement zu :app_name Status-Aktualisierungen.',
'html' => '<p>Bestätigen Sie bitte Ihr E-Mail-Abonnement für :app_name Statusaktualisierungen.</p><p><a href=":link">:link</a></p><p>Danke, :app_name</p>',
2015-05-24 16:33:03 -05:00
],
'maintenance' => [
'text' => "Neue Wartung wurde für :app_name geplant.\nDanke, :app_name",
'html-preheader' => 'Neue Wartung wurde für :app_name geplant.',
'html' => '<p>Neue Wartung wurde für :app_name geplant.</p>',
2015-05-24 16:33:03 -05:00
],
'incident' => [
'text' => "Ein neuer Vorfall wurde auf :app_name berichtet.\nDanke, :app_name",
'html-preheader' => 'Ein neuer Vorfall wurde über :app_name berichtet.',
'html' => '<p>Ein neuer Vorfall wurde über :app_name berichtet.</p> <p>Danke, :app_name</p>',
2015-05-24 16:33:03 -05:00
],
'component' => [
2016-02-18 14:16:40 +00:00
'subject' => 'Aktualizacje komponentu',
'text' => 'The component :component_name has seen a status change. The component is now at :component_human_status.\nThank you, :app_name',
2016-02-18 14:16:40 +00:00
'html-preheader' => 'Aktualizacja komponentu z :app_name',
'html' => '<p>The component :component_name has seen a status change. The component is now at :component_human_status.</p><p>Thank you, :app_name</p>',
2016-02-18 14:16:40 +00:00
'tooltip-title' => 'Subskrybuj powiadomienia dla :component_name.',
],
],
],
'users' => [
'email' => [
'invite' => [
2016-02-18 14:16:40 +00:00
'text' => "Zostałeś zaproszony do strony statusowej zespołu :app_name. Aby się zapisać, kliknij na link umieszczony dalej.\n:link\nDziękujemy, :app_name",
'html-preheader' => 'Zostałeś zaproszony do zespołu :app_name.',
'html' => '<p>Zostałeś zaproszony do strony statusowej zespołu :app_name. Aby się zapisać, kliknij na link umieszczony dalej.</p><p><a href=":link">:link</a></p><p>Dziękujemy, :app_name</p>',
],
],
],
'signup' => [
2016-02-18 14:16:40 +00:00
'title' => 'Zarejestruj się',
'username' => 'Benutzername',
'email' => 'E-Mail',
'password' => 'Passwort',
2016-02-18 14:16:40 +00:00
'success' => 'Twoje konto zostało utworzone.',
'failure' => 'Coś poszło nie tak w trakcje rejestracji.',
],
'system' => [
2016-02-18 14:16:40 +00:00
'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' => [
2016-02-18 14:16:40 +00:00
'close' => 'Zamknij',
'subscribe' => [
2016-02-18 14:16:40 +00:00
'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',
2015-05-24 16:33:03 -05:00
],
],
2015-04-18 13:59:37 +01:00
// Other
2016-03-20 16:26:21 +00:00
'description' => 'Stay up to date with the latest service updates from :app.',
'powered_by' => ':app Status-Seite betrieben mit <a href="https://cachethq.io">Cachet</a>.',
'about_this_site' => 'Über diese Seite',
'rss-feed' => 'RSS',
'atom-feed' => 'Atom',
'feed' => 'Status-Feed',
2015-04-18 13:59:37 +01:00
];