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,11 +1,11 @@
|
||||
# ABOUTME: greetd-Konfiguration fuer Moonarch.
|
||||
# ABOUTME: Startet Niri als Compositor fuer den Moongreet-Greeter.
|
||||
# ABOUTME: greetd configuration for Moonarch.
|
||||
# ABOUTME: Starts Niri as Wayland compositor for the Moongreet greeter.
|
||||
|
||||
[terminal]
|
||||
vt = 1
|
||||
|
||||
[default_session]
|
||||
# Moongreet braucht einen Wayland-Compositor — niri stellt diesen bereit.
|
||||
# Siehe niri-greeter.kdl fuer die Compositor-Konfiguration.
|
||||
# Moongreet needs a Wayland compositor — Niri provides it.
|
||||
# See niri-greeter.kdl for the compositor configuration.
|
||||
command = "niri -c /etc/greetd/niri-greeter.kdl"
|
||||
user = "greeter"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// ABOUTME: Niri-Konfiguration fuer den Moongreet Login-Greeter.
|
||||
// ABOUTME: Wird von greetd gestartet — minimale Config ohne Keybinds fuer Sicherheit.
|
||||
// ABOUTME: Niri configuration for the Moongreet login greeter.
|
||||
// ABOUTME: Started by greetd — minimal config without keybinds for security.
|
||||
|
||||
input {
|
||||
keyboard {
|
||||
@@ -35,11 +35,11 @@ layout {
|
||||
}
|
||||
}
|
||||
|
||||
// Moongreet starten und niri beenden, sobald moongreet sich schliesst.
|
||||
// Retry-Loop stellt sicher, dass niri auch bei fruehen Crashes von moongreet beendet wird.
|
||||
// Start moongreet and quit niri once moongreet exits.
|
||||
// Retry loop ensures niri shuts down even on early moongreet crashes.
|
||||
spawn-sh-at-startup "moongreet; while ! niri msg action quit --skip-confirmation 2>/dev/null; do sleep 0.5; done"
|
||||
|
||||
// Greeter-Fenster maximiert darstellen
|
||||
// Maximize greeter window
|
||||
window-rule {
|
||||
open-maximized true
|
||||
}
|
||||
@@ -55,5 +55,5 @@ animations {
|
||||
}
|
||||
|
||||
binds {
|
||||
// Keine Keybinds — verhindert Zugriff auf Terminals oder andere Aktionen
|
||||
// No keybinds — prevents access to terminals or other actions
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# ABOUTME: Moongreet-Konfiguration fuer Moonarch.
|
||||
# ABOUTME: Definiert Aussehen und Verhalten des Login-Greeters.
|
||||
# ABOUTME: Moongreet configuration for Moonarch.
|
||||
# ABOUTME: Defines appearance and behavior of the login greeter.
|
||||
|
||||
[appearance]
|
||||
background = "/usr/share/moonarch/wallpaper.jpg"
|
||||
|
||||
Reference in New Issue
Block a user