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
+8 -8
View File
@@ -1,13 +1,13 @@
{
// ABOUTME: User-Override fuer Waybar — erweitert die systemweite Config aus /etc/xdg/waybar/.
// ABOUTME: Eigene Module hier definieren und in modules-left/center/right eintragen.
// ABOUTME: User override for Waybar — extends the system-wide config from /etc/xdg/waybar/.
// ABOUTME: Define custom modules here and add them to modules-left/center/right.
// Systemweite Moonarch-Config als Basis laden.
// Properties die hier definiert werden, ueberschreiben die aus dem Include.
// Load system-wide Moonarch config as base.
// Properties defined here override those from the include.
"include": ["/etc/xdg/waybar/config"]
// Beispiel: Modul-Leiste erweitern (muss komplett angegeben werden, da sie die
// systemweite ersetzt):
// Example: extend module bar (must be specified completely as it replaces
// the system-wide one):
//
// "modules-right": [
// "mpris",
@@ -20,8 +20,8 @@
// "group/indicators"
// ],
// Beispiel: HID++ Geräte-Akku anzeigen (z.B. Logitech Tastatur)
// moonarch-waybar-hidpp findet den richtigen hidpp_battery_* Eintrag dynamisch
// Example: show HID++ device battery (e.g. Logitech keyboard)
// moonarch-waybar-hidpp finds the correct hidpp_battery_* entry dynamically
//
// "custom/keyboard": {
// "exec": "moonarch-waybar-hidpp 'G515 LS TKL'",