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:
@@ -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"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
# ABOUTME: Zeigt eine Notification beim Umschalten von Caps Lock an.
|
||||
# ABOUTME: Gedacht für Keybinding oder Input-Event-Trigger.
|
||||
# ABOUTME: Shows a notification when toggling Caps Lock.
|
||||
# ABOUTME: Intended for keybinding or input event triggers.
|
||||
|
||||
sleep 0.2
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/bash
|
||||
# ABOUTME: Waybar-Modul das den Batteriestatus eines HID++ Geräts als JSON ausgibt.
|
||||
# ABOUTME: Findet den richtigen hidpp_battery_* Eintrag dynamisch per MODEL_NAME (Argument).
|
||||
# ABOUTME: Waybar module that outputs HID++ device battery status as JSON.
|
||||
# ABOUTME: Finds the correct hidpp_battery_* entry dynamically by MODEL_NAME (argument).
|
||||
|
||||
if [ -z "$1" ]; then
|
||||
echo "Usage: moonarch-waybar-hidpp <model_name>" >&2
|
||||
@@ -45,4 +45,4 @@ for dev in /sys/class/power_supply/hidpp_battery_*; do
|
||||
fi
|
||||
done
|
||||
|
||||
# Gerät nicht gefunden — keine Ausgabe, Waybar versteckt das Modul
|
||||
# Device not found — no output, Waybar hides the module
|
||||
|
||||
Reference in New Issue
Block a user