Some checks failed
CI / Lint, typecheck, test (pull_request) Successful in 4m27s
CI / Build container images (pull_request) Successful in 3m48s
CI / Auth e2e pack (pull_request) Successful in 6m58s
CI / Import/export fidelity gate (pull_request) Successful in 55s
CD / Build and push images (push) Successful in 18s
CD / Deploy to Test (push) Successful in 12s
CD / Smoke tests against Test (push) Successful in 1m14s
CD / Promote to Int (push) Successful in 11s
CI / Lint, typecheck, test (push) Failing after 4m47s
CI / Auth e2e pack (push) Has been skipped
CI / Import/export fidelity gate (push) Has been skipped
CI / Build container images (push) Has been skipped
Neue SettingsLayout-Komponente leitet die Navigation per MutationObserver aus den section>h2-Blöcken ab (erfasst konditionale und komponenten-eigene Sektionen ohne Verdrahtung), sticky Leiste neben dem Inhalt, auf schmalen Viewports horizontale Chip-Leiste; aktive Sektion über Scroll-Position, am Seitenende gewinnt die letzte. Auf allen vier Einstellungsseiten verdrahtet; die Admin-Grundeinstel- lungen bekommen dafür eine eigene Überschrift. Neuer CI-Pack settings-nav. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0155v2aT8AG1kZDQEZiCLBWC
61 lines
1.9 KiB
JSON
61 lines
1.9 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."
|
|
}
|
|
}
|