i18n: migrate all German text to English

Enforce the repo convention that committed text is English.
Translates ABOUTME headers, code comments, log/error messages,
shell prompts, and documentation across all files.
CLAUDE.md files remain in German per policy.
This commit is contained in:
2026-03-28 14:53:23 +01:00
parent ef78e32394
commit 0a266510e0
17 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# ABOUTME: Prüft Bluetooth-Geräte auf niedrigen Akkustand und sendet Notification.
# ABOUTME: Kann per Timer oder Cron regelmäßig ausgeführt werden.
# ABOUTME: Checks Bluetooth devices for low battery and sends a notification.
# ABOUTME: Can be run periodically via timer or cron.
NOTIFY_AT_PERCENTAGE=70
ICON="/usr/share/icons/Newaita-reborn/status/symbolic/battery-empty-symbolic.svg"