Toast-Standzeit 2,5s auf 6s (WCAG 2.2.1 — für Screenreader-/Zoom-Nutzer kaum erfassbar). Neue Einstellungs-Sektion Bedienung mit dem Schalter Einzeltasten-Kürzel deaktivieren (lokale Geräte-Einstellung); die Handler von e und / prüfen sie beim Tastendruck (WCAG 2.1.4). prefers-reduced-motion: CSS-Transitions kollabieren auf instant, die Graph-Simulation rechnet ihr Layout synchron zu Ende statt zu animieren (WCAG 2.2.2). settings-nav-Spec auf 8 Sektionen nachgeführt. Bewusst KEIN zusätzliches role=status (legal.spec-Locator-Falle). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AGM8jo3hwoV9wsCVGfy8iq
66 lines
2.1 KiB
JSON
66 lines
2.1 KiB
JSON
{
|
|
"title": "Settings",
|
|
"profile": {
|
|
"title": "Profile",
|
|
"displayName": "Display name",
|
|
"locale": "Language",
|
|
"locales": {
|
|
"de": "Deutsch",
|
|
"en": "English"
|
|
},
|
|
"save": "Save",
|
|
"saved": "Saved."
|
|
},
|
|
"password": {
|
|
"title": "Change password",
|
|
"current": "Current password",
|
|
"new": "New password",
|
|
"submit": "Change password",
|
|
"changed": "Password changed. Other devices were signed out."
|
|
},
|
|
"sessions": {
|
|
"title": "Active sessions",
|
|
"current": "This session",
|
|
"created": "Signed in",
|
|
"lastSeen": "Last active",
|
|
"device": "Device",
|
|
"revoke": "Sign out",
|
|
"revokeAll": "Sign out all other sessions",
|
|
"empty": "No other active sessions."
|
|
},
|
|
"dataExport": {
|
|
"title": "Export my data",
|
|
"description": "Download a ZIP with your profile, a list of your memberships, and the Markdown export of your personal pond and the ponds you own.",
|
|
"request": "Prepare export",
|
|
"preparing": "Preparing your export…",
|
|
"download": "Download export",
|
|
"ready": "Your export is ready.",
|
|
"expiresHint": "The download link expires on {{when}}.",
|
|
"failed": "The export could not be prepared. Please try again.",
|
|
"rateLimited": "You requested an export recently. Please try again later."
|
|
},
|
|
"admin": {
|
|
"title": "Administration",
|
|
"general": "General",
|
|
"instanceName": "Instance name",
|
|
"defaultLocale": "Default language",
|
|
"registrationMode": "Self-registration",
|
|
"registrationOpen": "Open — anyone can register",
|
|
"registrationClosed": "Closed — no new registrations",
|
|
"save": "Save",
|
|
"saved": "Saved."
|
|
},
|
|
"landing": {
|
|
"title": "Landing page",
|
|
"hint": "The public home page (/) content as Markdown. Leave empty to show the built-in welcome text.",
|
|
"label": "Landing page content (Markdown)",
|
|
"save": "Save landing page",
|
|
"saved": "Saved."
|
|
},
|
|
"interaction": {
|
|
"title": "Interaction",
|
|
"disableSingleKey": "Disable single-key shortcuts",
|
|
"disableSingleKeyHint": "Turns off the “e” (edit) and “/” (search) shortcuts — helpful with speech input. Applies to this device."
|
|
}
|
|
}
|