Sync up languages from CrowdIn. Closes #1259

This commit is contained in:
James Brooks
2016-01-29 22:05:05 +00:00
parent 900475c53c
commit 21fac30350
185 changed files with 16908 additions and 1603 deletions
+103 -78
View File
@@ -13,73 +13,82 @@ return [
// Setup form fields
'setup' => [
'email' => 'Email',
'username' => 'Użytkownik',
'password' => 'Hasło',
'site_name' => 'Nazwa strony',
'site_domain' => 'Domena strony',
'site_timezone' => 'Wybierz swoją strefę czasową',
'site_locale' => 'Wybierz swól język',
'enable_google2fa' => 'Włącz dwuetapową autentykację Google',
'email' => 'E-Mail',
'username' => 'Benutzername',
'password' => 'Passwort',
'site_name' => 'Seitenname',
'site_domain' => 'Domain ihrer Seite',
'site_timezone' => 'Wählen Sie Ihre Zeitzone',
'site_locale' => 'Wählen Sie Ihre Sprache',
'enable_google2fa' => 'Google Zwei-Faktor-Authentifizierung aktivieren',
'cache_driver' => 'Cache-Treiber',
'session_driver' => 'Sitzungs-Treiber',
],
// Login form fields
'login' => [
'login' => 'Username or Email',
'email' => 'Email',
'password' => 'Hasło',
'2fauth' => 'Kod autentykacji',
'invalid' => 'Nieprawidłowy email lub hasło',
'invalid-token' => 'Nieprawidłowy kod',
'cookies' => 'You must enable cookies to login.',
'email' => 'E-Mail',
'password' => 'Passwort',
'2fauth' => 'Authentifizierungscode',
'invalid' => 'Invalid username or password',
'invalid-token' => 'Token ist ungültig',
'cookies' => 'Sie müssen Cookies aktivieren um sich anzumelden.',
],
// Incidents form fields
'incidents' => [
'name' => 'Nazwa',
'status' => 'Status',
'component' => 'Komponent',
'message' => 'Wiadomość',
'message-help' => 'Możesz skorzystać z Markdown.',
'scheduled_at' => 'Na kiedy zaplanować przerwę?',
'templates' => [
'name' => 'Nazwa',
'template' => 'Szablon',
'name' => 'Name',
'status' => 'Status',
'component' => 'Komponente',
'message' => 'Nachricht',
'message-help' => 'Sie können auch Markdown verwenden.',
'scheduled_at' => 'Für wann ist die Wartung geplant?',
'incident_time' => 'Wann ist dieser Vorfall aufgetreten?',
'notify_subscribers' => 'Abonnenten benachrichtigen',
'visibility' => 'Vorfall Sichtbarkeit',
'public' => 'Öffentlich sichtbar',
'logged_in_only' => 'Nur für angemeldete Benutzer sichtbar',
'templates' => [
'name' => 'Name',
'template' => 'Vorlage',
'twig' => 'Incident Templates can make use of the <a href="http://twig.sensiolabs.org/" target="_blank">Twig</a> templating language.',
],
],
// Components form fields
'components' => [
'name' => 'Nazwa',
'name' => 'Name',
'status' => 'Status',
'group' => 'Grupa',
'description' => 'Opis',
'group' => 'Gruppe',
'description' => 'Beschreibung',
'link' => 'Link',
'tags' => 'Tagi',
'tags-help' => 'Rozdzielone przecinkiem.',
'tags' => 'Schlagwörter',
'tags-help' => 'Durch Kommata trennen.',
'enabled' => 'Component enabled?',
'groups' => [
'name' => 'Nazwa',
'name' => 'Name',
'collapsed' => 'Collapse the group by default?',
],
],
// Metric form fields
'metrics' => [
'name' => 'Nazwa',
'suffix' => 'Jednostka',
'description' => 'Opis',
'description-help' => 'Możesz skorzystać z Markdown.',
'display-chart' => 'Wyświetlać wykres na panelu głównym?',
'default-value' => 'Domyślna wartość',
'calc_type' => 'Sposób kalkulacji metryki',
'type_sum' => 'Suma',
'type_avg' => 'Średnia',
'name' => 'Name',
'suffix' => 'Suffix',
'description' => 'Beschreibung',
'description-help' => 'Sie können auch Markdown verwenden.',
'display-chart' => 'Diagramm auf der Statusseite anzeigen?',
'default-value' => 'Standardwert',
'calc_type' => 'Berechnung der Metrik',
'type_sum' => 'Summe',
'type_avg' => 'Durchschnitt',
'places' => 'Decimal Places',
'default_view' => 'Default View',
'points' => [
'value' => 'Wartość',
'value' => 'Wert',
],
],
@@ -87,52 +96,66 @@ return [
'settings' => [
/// Application setup
'app-setup' => [
'site-name' => 'Nazwa strony',
'site-url' => 'Adres URL strony',
'display-graphs' => 'Wyświetlać wykresy na panelu głównym?',
'about-this-page' => 'O tej stronie',
'days-of-incidents' => 'Ile dni incydentów pokazywać?',
'banner' => 'Obrazek z logo',
'banner-help' => 'Zaleca się wrzuać pliki nie szersze niż 930px.',
'site-name' => 'Seitenname',
'site-url' => 'URL ihrer Seite',
'display-graphs' => 'Graphen auf der Statusseite anzeigen?',
'about-this-page' => 'Über diese Seite',
'days-of-incidents' => 'Wie viele Tage mit Vorfällen sollen gezeigt werden?',
'banner' => 'Banner',
'banner-help' => "Es wird empfohlen, dass Sie keine Dateien die breiter als 930 Pixel sind hochladen .",
'subscribers' => 'Personen die Anmeldung für E-Mail-Benachrichtigung erlauben?',
],
'analytics' => [
'analytics_google' => 'Google Analytics code',
'analytics_gosquared' => 'GoSquared Analytics code',
'analytics_piwik_url' => 'URL of your Piwik instance (without http(s)://)',
'analytics_piwik_siteid' => 'Piwik\'s site id',
'analytics_google' => 'Google Analytics Code',
'analytics_gosquared' => 'GoSquared Analytics Code',
'analytics_piwik_url' => 'URL der Piwik-Instanz (ohne http(s)://)',
'analytics_piwik_siteid' => 'Piwik\'s Seiten-ID',
],
'localization' => [
'site-timezone' => 'Strefa czasowa',
'site-locale' => 'Język',
'date-format' => 'Format daty',
'incident-date-format' => 'Incident Timestamp Format',
'site-timezone' => 'Zeitzone ihrer Seite',
'site-locale' => 'Sprache ihrer Seite',
'date-format' => 'Datumsformat',
'incident-date-format' => 'Vorfall Zeitstempel-Format',
],
'security' => [
'allowed-domains' => 'Dozwolone domenyw',
'allowed-domains-help' => 'Oddzielone przecinkiem. Domena ustawiona powyżej jest dozwolona domyślnie.',
'allowed-domains' => 'Erlaubte Domains',
'allowed-domains-help' => 'Durch Kommata trennen. Die oben genannte Domain ist standardmäßig erlaubt.',
],
'stylesheet' => [
'custom-css' => 'Własny Stylesheet',
'custom-css' => 'Benutzerdefiniertes Stylesheet',
],
'theme' => [
'background-color' => 'Kolor tła',
'text-color' => 'Kolor tekstu',
'dashboard-login' => 'Show dashboard button in the footer?',
'background-color' => 'Hintergrundfarbe',
'background-fills' => 'Background Fills (Components, Incidents, Footer)',
'banner-background-color' => 'Banner Background Color',
'banner-padding' => 'Banner Padding',
'fullwidth-banner' => 'Enable fullwidth banner?',
'text-color' => 'Schriftfarbe',
'dashboard-login' => 'Show dashboard button in the footer?',
'reds' => 'Red (Used for errors)',
'blues' => 'Blue (Used for information)',
'greens' => 'Green (Used for success)',
'yellows' => 'Yellow (Used for alerts)',
'oranges' => 'Orange (Used for notices)',
'metrics' => 'Metrics Fill',
'links' => 'Links',
],
],
'user' => [
'username' => 'Nazwa użytkownika',
'email' => 'Email',
'password' => 'Hasło',
'api-token' => 'Klucz API',
'api-token-help' => 'Zregenerowanie twojego klucza API uniemożliwi dostęp istniejących aplikacji do Cachet.',
'username' => 'Benutzername',
'email' => 'E-Mail',
'password' => 'Passwort',
'api-token' => 'API Token',
'api-token-help' => 'Wenn sie ihren API-Token neu generieren, können bestehende Anwendungen nicht mehr auf Cachet zugreifen.',
'gravatar' => 'Change your profile picture at Gravatar.',
'2fa' => [
'help' => 'Aktywacja dwuetapowej autentykacji zwiększą bezpieczeństwo twojego konta. Musisz ściągnąć <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> lub podobną aplikację na swój telefon. Przy logowaniu będziesz proszony o podanie kodu wygenerowanego przez tą aplikację.',
'user_level' => 'User Level',
'levels' => [
'admin' => 'Admin',
'user' => 'User',
],
'2fa' => [
'help' => 'Die Zwei-Faktor-Authentifizierung erhöht die Sicherheit Ihres Kontos. Sie benötigen <a href="https://support.google.com/accounts/answer/1066447?hl=en">Google Authenticator</a> oder eine ähnliche App auf Ihrem Mobilgerät. Beim Anmelden werden sie aufgefordert, einen Token einzugeben, der von der App generiert wird.',
],
'team' => [
'description' => 'Invite your team members by entering their email addresses here.',
@@ -141,16 +164,18 @@ return [
],
// Buttons
'add' => 'Dodaj',
'save' => 'Zapisz',
'update' => 'Aktualizuj',
'create' => 'Swtórz',
'edit' => 'Edytuj',
'delete' => 'Skasuj',
'submit' => 'Wyślij',
'cancel' => 'Anuluj',
'remove' => 'Usuń',
'add' => 'Hinzufügen',
'save' => 'Speichern',
'update' => 'Aktualisieren',
'create' => 'Erstellen',
'edit' => 'Bearbeiten',
'delete' => 'Löschen',
'submit' => 'Abschicken',
'cancel' => 'Abbrechen',
'remove' => 'Entfernen',
'invite' => 'Invite',
'signup' => 'Sign Up',
// Other
'optional' => '* Opcjonalny',
'optional' => '* optional',
];