From c938ea92b1e38c727f295dde428ad0eb7b669d96 Mon Sep 17 00:00:00 2001 From: pimanDE Date: Tue, 1 Nov 2022 14:51:31 +0100 Subject: [PATCH] Fehlerbehebung --- translate2german.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/translate2german.sh b/translate2german.sh index 60bba55..34eebf1 100644 --- a/translate2german.sh +++ b/translate2german.sh @@ -191,7 +191,9 @@ sudo rpl --encoding UTF-8 'Pi-hole diganosis' 'Pi-hole Diagnose' /var/www/html/a sudo rpl --encoding UTF-8 'There are " \+ data.message_count \+ " warnings.' 'Es gibt " + data.message_count + " Warnungen.' /var/www/html/admin/scripts/pi-hole/js/utils.js sudo rpl --encoding UTF-8 'There is one warning.' 'Es gibt 1 Warnung.' /var/www/html/admin/scripts/pi-hole/js/utils.js sudo rpl --encoding UTF-8 ' for further details.' '.' /var/www/html/admin/scripts/pi-hole/js/utils.js -sudo rpl --encoding UTF-8 '% of' ' % von insgesamt' /var/www/html/admin/scripts/pi-hole/js/index.js +sudo rpl --encoding UTF-8 '% of all queries
' '% aller Anfragen
' /var/www/html/admin/scripts/pi-hole/js/index.js +sudo rpl --encoding UTF-8 '% of shown items' '% aller Anfragetypen' /var/www/html/admin/scripts/pi-hole/js/index.js +sudo rpl --encoding UTF-8 '"Toggle visibility"' '"Sichtbarkeit umschalten"' /var/www/html/admin/scripts/pi-hole/js/index.js sudo rpl --encoding UTF-8 'Top Blocked Domains' 'Am meisten geblockte Domains' /var/www/html/admin/index.php sudo rpl --encoding UTF-8 'Top Clients \(total\)' 'Top Geräte (insgesamt)' /var/www/html/admin/index.php sudo rpl --encoding UTF-8 'Client' 'Gerät' /var/www/html/admin/index.php @@ -253,12 +255,13 @@ sudo rpl --encoding UTF-8 "Blocked \(database is busy\)" " sudo rpl --encoding UTF-8 '>\(cache\)' '>(zwischengespeichert)' /var/www/html/admin/scripts/pi-hole/js/db_queries.js sudo rpl --encoding UTF-8 '>\(cache\)' '>(zwischengespeichert)' /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 "Blocked \(regex blacklist\)" "Geblockt (RegEx Blacklist)" /var/www/html/admin/scripts/pi-hole/js/queries.js +sudo rpl --encoding UTF-8 "Blocked \(exact blacklist\)" "Geblockt (Exakte Blacklist)" /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 "Blocked \(external, IP\)" "Geblockt (extern, IP)" /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 "Blocked \(external, NULL\)" "Geblockt (extern, NULL)" /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 "Blocked \(external, NXRA\)" "Geblockt (extern, NXRA)" /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 "Blocked \(gravity, CNAME\)" "Geblockt (Gravity, CNAME)" /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 "Blocked \(regex blacklist, CNAME\)" "Geblockt (RegEx Blacklist, CNAME)" /var/www/html/admin/scripts/pi-hole/js/queries.js -sudo rpl --encoding UTF-8 'exact blacklist, CNAME' 'Exakte Blacklist, CNAME' /var/www/html/admin/scripts/pi-hole/js/queries.js +sudo rpl --encoding UTF-8 "Blocked \(exact blacklist, CNAME\)" "Geblockt (Exakte Blacklist, CNAME)" /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 'Retried' 'Wiederholt' /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 'ignored' 'Ignoriert' /var/www/html/admin/scripts/pi-hole/js/queries.js sudo rpl --encoding UTF-8 'already forwarded' 'bereits weitergeleitet' /var/www/html/admin/scripts/pi-hole/js/queries.js @@ -726,7 +729,7 @@ sudo rpl --encoding UTF-8 '\${INFO} Analyzed \${num_source_lines} domains' '${IN sudo rpl --encoding UTF-8 '\${INFO} List stayed unchanged' '${INFO} Die Liste hat sich nicht geändert' /opt/pihole/gravity.sh sudo rpl --encoding UTF-8 '\${INFO} List has been updated' '${INFO} Die Liste wurde aktualisiert' /opt/pihole/gravity.sh -sudo rpl --encoding UTF-8 '\${CROSS} List download failed: \${COL_LIGHT_GREEN}using previously cached list' '${CROSS} Herunterladen der List nicht möglich: \${COL_LIGHT_GREEN}benutze zwischengespeicherte Liste' /opt/pihole/gravity.sh +sudo rpl --encoding UTF-8 '\${CROSS} List download failed: \${COL_LIGHT_GREEN}using previously cached list' '${CROSS} Herunterladen der Liste nicht möglich: \${COL_LIGHT_GREEN}benutze zwischengespeicherte Liste' /opt/pihole/gravity.sh sudo rpl --encoding UTF-8 '\${CROSS} List download failed: \${COL_LIGHT_RED}no cached list available' '${CROSS} Herunterladen der Liste nicht möglich: ${COL_LIGHT_RED}keine zwischengespeicherte Liste vorhanden' /opt/pihole/gravity.sh sudo rpl --encoding UTF-8 'Sample of invalid domains:' 'Beispiel für ungültige Domains:' /opt/pihole/gravity.sh sudo rpl --encoding UTF-8 'Creating new gravity databases' 'Erstellen einer neuen Gravity Datenbank' /opt/pihole/gravity.sh