You've already forked wp-prometheus
All checks were successful
Create Release Package / build-release (push) Successful in 56s
- WooCommerce integration metrics (products, orders, revenue, customers) - Cron job metrics (events by hook, overdue count, next run timestamp) - Transient cache metrics (total, expiring, expired) - Support for WooCommerce HPOS storage - Updated settings page with new metric categories - Updated translations and documentation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
362 lines
9.9 KiB
Plaintext
362 lines
9.9 KiB
Plaintext
# German (Switzerland, formal) translation for WP Prometheus.
|
|
# Copyright (C) 2026 Marco Graetsch
|
|
# This file is distributed under the GPL v2 or later.
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: WP Prometheus 0.2.0\n"
|
|
"Report-Msgid-Bugs-To: https://src.bundespruefstelle.ch/magdev/wp-prometheus/issues\n"
|
|
"POT-Creation-Date: 2026-02-02T00:00:00+00:00\n"
|
|
"PO-Revision-Date: 2026-02-02T00:00:00+00:00\n"
|
|
"Last-Translator: Marco Graetsch <magdev3.0@gmail.com>\n"
|
|
"Language-Team: German (Switzerland) <de_CH@li.org>\n"
|
|
"Language: de_CH\n"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Metrics Settings"
|
|
msgstr "Metriken-Einstellungen"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Metrics"
|
|
msgstr "Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License"
|
|
msgstr "Lizenz"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Help"
|
|
msgstr "Hilfe"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License settings saved."
|
|
msgstr "Lizenz-Einstellungen gespeichert."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License is active and valid."
|
|
msgstr "Lizenz ist aktiv und gueltig."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License is invalid."
|
|
msgstr "Lizenz ist ungueltig."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License has expired."
|
|
msgstr "Lizenz ist abgelaufen."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License has been revoked."
|
|
msgstr "Lizenz wurde widerrufen."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License is inactive."
|
|
msgstr "Lizenz ist inaktiv."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License has not been validated yet."
|
|
msgstr "Lizenz wurde noch nicht validiert."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License server is not configured."
|
|
msgstr "Lizenz-Server ist nicht konfiguriert."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Unknown status."
|
|
msgstr "Unbekannter Status."
|
|
|
|
#. translators: %s: Expiration date
|
|
#: src/Admin/Settings.php
|
|
msgid "Expires: %s"
|
|
msgstr "Laeuft ab: %s"
|
|
|
|
#. translators: %s: Time ago
|
|
#: src/Admin/Settings.php
|
|
msgid "Last checked: %s ago"
|
|
msgstr "Zuletzt geprueft: vor %s"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License Server URL"
|
|
msgstr "Lizenz-Server URL"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "License Key"
|
|
msgstr "Lizenzschluessel"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Server Secret"
|
|
msgstr "Server-Geheimnis"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Leave empty to keep existing."
|
|
msgstr "Leer lassen, um bestehenden Wert zu behalten."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Save License Settings"
|
|
msgstr "Lizenz-Einstellungen speichern"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Validate License"
|
|
msgstr "Lizenz validieren"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Activate License"
|
|
msgstr "Lizenz aktivieren"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Authentication"
|
|
msgstr "Authentifizierung"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Enabled Metrics"
|
|
msgstr "Aktivierte Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Configure authentication for the /metrics endpoint."
|
|
msgstr "Authentifizierung fuer den /metrics-Endpunkt konfigurieren."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Select which metrics to expose on the /metrics endpoint."
|
|
msgstr "Waehlen Sie, welche Metriken auf dem /metrics-Endpunkt bereitgestellt werden sollen."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Auth Token"
|
|
msgstr "Auth-Token"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Select Metrics"
|
|
msgstr "Metriken auswaehlen"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Regenerate"
|
|
msgstr "Neu generieren"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Use this token to authenticate Prometheus scrape requests."
|
|
msgstr "Verwenden Sie diesen Token zur Authentifizierung von Prometheus-Abfragen."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Static Metrics"
|
|
msgstr "Statische Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WordPress Info (version, PHP version, multisite)"
|
|
msgstr "WordPress-Info (Version, PHP-Version, Multisite)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total Users by Role"
|
|
msgstr "Benutzer nach Rolle"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total Posts by Type and Status"
|
|
msgstr "Beitraege nach Typ und Status"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total Comments by Status"
|
|
msgstr "Kommentare nach Status"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total Plugins (active/inactive)"
|
|
msgstr "Plugins (aktiv/inaktiv)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Cron Events (scheduled tasks, overdue, next run)"
|
|
msgstr "Cron-Ereignisse (geplante Aufgaben, ueberfaellig, naechste Ausfuehrung)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Transients (total, expiring, expired)"
|
|
msgstr "Transienten (gesamt, ablaufend, abgelaufen)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Runtime Metrics"
|
|
msgstr "Laufzeit-Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Runtime metrics track data across requests. Enable only what you need to minimize performance impact."
|
|
msgstr "Laufzeit-Metriken erfassen Daten ueber Anfragen hinweg. Aktivieren Sie nur, was Sie benoetigen, um Auswirkungen auf die Leistung zu minimieren."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "HTTP Requests Total (by method, status, endpoint)"
|
|
msgstr "HTTP-Anfragen gesamt (nach Methode, Status, Endpunkt)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "HTTP Request Duration (histogram)"
|
|
msgstr "HTTP-Anfragedauer (Histogramm)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Database Queries Total (by endpoint)"
|
|
msgstr "Datenbank-Abfragen gesamt (nach Endpunkt)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce Metrics"
|
|
msgstr "WooCommerce-Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Metrics specific to WooCommerce stores. Only available when WooCommerce is active."
|
|
msgstr "Metriken speziell fuer WooCommerce-Shops. Nur verfuegbar, wenn WooCommerce aktiv ist."
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce Products (by status and type)"
|
|
msgstr "WooCommerce-Produkte (nach Status und Typ)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce Orders (by status)"
|
|
msgstr "WooCommerce-Bestellungen (nach Status)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce Revenue (all time, today, month)"
|
|
msgstr "WooCommerce-Umsatz (gesamt, heute, Monat)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce Customers (registered, guest)"
|
|
msgstr "WooCommerce-Kunden (registriert, Gast)"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Prometheus Configuration"
|
|
msgstr "Prometheus-Konfiguration"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Add the following to your prometheus.yml:"
|
|
msgstr "Fuegen Sie Folgendes zu Ihrer prometheus.yml hinzu:"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Endpoint Information"
|
|
msgstr "Endpunkt-Informationen"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Metrics URL"
|
|
msgstr "Metriken-URL"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Testing the Endpoint"
|
|
msgstr "Endpunkt testen"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "You can test the endpoint using curl:"
|
|
msgstr "Sie koennen den Endpunkt mit curl testen:"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Available Metrics"
|
|
msgstr "Verfuegbare Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Metric"
|
|
msgstr "Metrik"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Type"
|
|
msgstr "Typ"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Description"
|
|
msgstr "Beschreibung"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Gauge"
|
|
msgstr "Gauge"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Counter"
|
|
msgstr "Counter"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Histogram"
|
|
msgstr "Histogramm"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WordPress installation info"
|
|
msgstr "WordPress-Installationsinformationen"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total users by role"
|
|
msgstr "Benutzer gesamt nach Rolle"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total posts by type and status"
|
|
msgstr "Beitraege gesamt nach Typ und Status"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total comments by status"
|
|
msgstr "Kommentare gesamt nach Status"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total plugins by status"
|
|
msgstr "Plugins gesamt nach Status"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "HTTP requests by method, status, endpoint"
|
|
msgstr "HTTP-Anfragen nach Methode, Status, Endpunkt"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "HTTP request duration distribution"
|
|
msgstr "HTTP-Anfragedauer-Verteilung"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Database queries by endpoint"
|
|
msgstr "Datenbank-Abfragen nach Endpunkt"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Scheduled cron events by hook"
|
|
msgstr "Geplante Cron-Ereignisse nach Hook"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Number of overdue cron events"
|
|
msgstr "Anzahl ueberfaelliger Cron-Ereignisse"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Unix timestamp of next scheduled cron"
|
|
msgstr "Unix-Zeitstempel des naechsten geplanten Crons"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Total transients by type"
|
|
msgstr "Transienten gesamt nach Typ"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce products by status and type"
|
|
msgstr "WooCommerce-Produkte nach Status und Typ"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce orders by status"
|
|
msgstr "WooCommerce-Bestellungen nach Status"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce revenue by period"
|
|
msgstr "WooCommerce-Umsatz nach Zeitraum"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "WooCommerce customers by type"
|
|
msgstr "WooCommerce-Kunden nach Typ"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "Custom Metrics"
|
|
msgstr "Benutzerdefinierte Metriken"
|
|
|
|
#: src/Admin/Settings.php
|
|
msgid "You can add custom metrics using the wp_prometheus_collect_metrics action:"
|
|
msgstr "Sie koennen benutzerdefinierte Metriken mit der wp_prometheus_collect_metrics-Aktion hinzufuegen:"
|
|
|
|
#: src/Plugin.php
|
|
msgid "Settings"
|
|
msgstr "Einstellungen"
|
|
|
|
#. translators: 1: Required PHP version, 2: Current PHP version
|
|
#: wp-prometheus.php
|
|
msgid "WP Prometheus requires PHP version %1$s or higher. You are running PHP %2$s."
|
|
msgstr "WP Prometheus erfordert PHP-Version %1$s oder hoeher. Sie verwenden PHP %2$s."
|
|
|
|
#. translators: 1: Required WordPress version, 2: Current WordPress version
|
|
#: wp-prometheus.php
|
|
msgid "WP Prometheus requires WordPress version %1$s or higher. You are running WordPress %2$s."
|
|
msgstr "WP Prometheus erfordert WordPress-Version %1$s oder hoeher. Sie verwenden WordPress %2$s."
|
|
|
|
#: wp-prometheus.php
|
|
msgid "WP Prometheus requires Composer dependencies to be installed. Please run \"composer install\" in the plugin directory."
|
|
msgstr "WP Prometheus erfordert installierte Composer-Abhaengigkeiten. Bitte fuehren Sie \"composer install\" im Plugin-Verzeichnis aus."
|
|
|
|
#. translators: %s: Required PHP version
|
|
#: wp-prometheus.php
|
|
msgid "WP Prometheus requires PHP version %s or higher."
|
|
msgstr "WP Prometheus erfordert PHP-Version %s oder hoeher."
|