From 7869a11784ae494958f27f7d7ffe7a3c3b2d292c Mon Sep 17 00:00:00 2001 From: pimanDE Date: Mon, 2 Oct 2023 20:25:38 +0200 Subject: [PATCH] Update translate2german.sh --- translate2german.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/translate2german.sh b/translate2german.sh index f36b7cd..5c7f0aa 100644 --- a/translate2german.sh +++ b/translate2german.sh @@ -1,7 +1,7 @@ #!/bin/bash # # Weboberfläche des Pi-hole auf deutsch übersetzen -# getestet auf Pi-hole Version v5.17 - FTL Version v5.23 - Web Interface Version v5.20.1 +# getestet auf Pi-hole Version v5.17.1 - FTL Version v5.23 - Web Interface Version v5.20.1 # # Benutzung auf eigene Gefahr! # @@ -88,7 +88,8 @@ sudo rpl --encoding UTF-8 'Donate if you found this useful.' 'Spend sudo rpl --encoding UTF-8 'Active' 'Aktiv' /var/www/html/admin/scripts/pi-hole/php/sidebar.php sudo rpl --encoding UTF-8 'Blocking disabled' 'Blockierung ist aus!' /var/www/html/admin/scripts/pi-hole/php/sidebar.php sudo rpl --encoding UTF-8 ' Active' ' Aktiv' /var/www/html/admin/scripts/pi-hole/js/footer.js -sudo rpl --encoding UTF-8 'DNS service not running' 'DNS Dienst läuft nicht' /var/www/html/admin/scripts/pi-hole/php/sidebar.php +sudo rpl --encoding UTF-8 'Blocking disabled' 'Blockierung ist aus!' /var/www/html/admin/scripts/pi-hole/js/footer.js +sudo rpl --encoding UTF-8 'DNS service not running' 'DNS Dienst läuft nicht!' /var/www/html/admin/scripts/pi-hole/php/sidebar.php sudo rpl --encoding UTF-8 'Unknown' 'Unbekannt' /var/www/html/admin/scripts/pi-hole/php/sidebar.php sudo rpl --encoding UTF-8 'DNS service on port' 'DNS Dienst läuft auf Port' /var/www/html/admin/scripts/pi-hole/php/sidebar.php sudo rpl --encoding UTF-8 '"Detected ' '"' /var/www/html/admin/scripts/pi-hole/php/sidebar.php