Some checks failed
CI / Lint, typecheck, test (pull_request) Successful in 4m40s
CI / Build container images (pull_request) Successful in 4m1s
CI / Auth e2e pack (pull_request) Successful in 8m30s
CI / Import/export fidelity gate (pull_request) Successful in 54s
CD / Deploy to Test (push) Blocked by required conditions
CD / Smoke tests against Test (push) Blocked by required conditions
CD / Promote to Int (push) Blocked by required conditions
CI / Auth e2e pack (push) Blocked by required conditions
CI / Import/export fidelity gate (push) Blocked by required conditions
CI / Build container images (push) Blocked by required conditions
CD / Build and push images (push) Has been cancelled
CI / Lint, typecheck, test (push) Has been cancelled
An IconButton between the notifications bell and the user menu cycles the theme mode in radio order (sun/moon/monitor mirror the CURRENT choice). New useThemeMode() hook is the single write path (persist + apply + same-document event), so the settings radios and the toggle stay in sync; AppearanceSection now uses it too. Also rendered for signed-out visitors — the mode is a device-local preference. i18n de+en; unit tests for cycle/setter, theme.spec covers cycling, radio sync, persistence, and the signed-out top bar. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QRtCnB3uLdQtFmvp9HXcRX
75 lines
2.6 KiB
JSON
75 lines
2.6 KiB
JSON
{
|
|
"title": "Einstellungen",
|
|
"profile": {
|
|
"title": "Profil",
|
|
"displayName": "Anzeigename",
|
|
"locale": "Sprache",
|
|
"locales": {
|
|
"de": "Deutsch",
|
|
"en": "English"
|
|
},
|
|
"save": "Speichern",
|
|
"saved": "Gespeichert."
|
|
},
|
|
"password": {
|
|
"title": "Passwort ändern",
|
|
"current": "Aktuelles Passwort",
|
|
"new": "Neues Passwort",
|
|
"submit": "Passwort ändern",
|
|
"changed": "Passwort geändert. Andere Geräte wurden abgemeldet."
|
|
},
|
|
"sessions": {
|
|
"title": "Aktive Sitzungen",
|
|
"current": "Diese Sitzung",
|
|
"created": "Angemeldet",
|
|
"lastSeen": "Zuletzt aktiv",
|
|
"device": "Gerät",
|
|
"revoke": "Abmelden",
|
|
"revokeAll": "Alle anderen Sitzungen abmelden",
|
|
"empty": "Keine weiteren aktiven Sitzungen."
|
|
},
|
|
"dataExport": {
|
|
"title": "Meine Daten exportieren",
|
|
"description": "Lade ein ZIP mit deinem Profil, einer Liste deiner Mitgliedschaften und dem Markdown-Export deines persönlichen Teichs sowie der Teiche, die dir gehören.",
|
|
"request": "Export vorbereiten",
|
|
"preparing": "Dein Export wird vorbereitet…",
|
|
"download": "Export herunterladen",
|
|
"ready": "Dein Export ist bereit.",
|
|
"expiresHint": "Der Download-Link läuft am {{when}} ab.",
|
|
"failed": "Der Export konnte nicht erstellt werden. Bitte versuche es erneut.",
|
|
"rateLimited": "Du hast kürzlich einen Export angefordert. Bitte versuche es später erneut."
|
|
},
|
|
"admin": {
|
|
"title": "Administration",
|
|
"general": "Allgemein",
|
|
"instanceName": "Name der Instanz",
|
|
"defaultLocale": "Standardsprache",
|
|
"registrationMode": "Selbst-Registrierung",
|
|
"registrationOpen": "Offen — alle können sich registrieren",
|
|
"registrationClosed": "Geschlossen — keine neuen Registrierungen",
|
|
"save": "Speichern",
|
|
"saved": "Gespeichert."
|
|
},
|
|
"landing": {
|
|
"title": "Startseite",
|
|
"hint": "Inhalt der öffentlichen Startseite (/) als Markdown. Leer lassen zeigt den eingebauten Willkommenstext.",
|
|
"label": "Startseiten-Inhalt (Markdown)",
|
|
"save": "Startseite speichern",
|
|
"saved": "Gespeichert."
|
|
},
|
|
"appearance": {
|
|
"title": "Erscheinungsbild",
|
|
"legend": "Farbschema",
|
|
"light": "Hell",
|
|
"dark": "Dunkel",
|
|
"system": "Systemeinstellung",
|
|
"hint": "„Systemeinstellung“ folgt dem Hell-/Dunkel-Modus des Geräts. Gilt für dieses Gerät.",
|
|
"cycle": "Farbschema wechseln (aktuell: {{mode}})"
|
|
},
|
|
"interaction": {
|
|
"title": "Bedienung",
|
|
"disableSingleKey": "Einzeltasten-Kürzel deaktivieren",
|
|
"disableSingleKeyHint": "Schaltet die Kürzel „e“ (Bearbeiten) und „/“ (Suche) ab — hilfreich bei Spracheingabe. Gilt für dieses Gerät."
|
|
}
|
|
}
|