Some checks failed
CD / Build and push images (push) Successful in 3m50s
CD / Deploy to Test (push) Successful in 10s
CI / Lint, typecheck, test (push) Successful in 4m13s
CI / Build container images (push) Has been skipped
CD / Smoke tests against Test (push) Successful in 1m14s
CD / Promote to Int (push) Successful in 11s
CI / Auth e2e pack (push) Failing after 2m44s
CI / Import/export fidelity gate (push) Has been skipped
The public home page (/) now renders Markdown the Site Admin stores in the new home.content instance setting, through the same sanitizing pipeline as the legal pages; empty falls back to the built-in welcome text. New public GET /home/content, an Admin → Settings editor with live preview, and an e2e test covering default/configured/escaping/ admin-only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EwZ4jR4KFAPvpjWevfUGX1
56 lines
1.8 KiB
JSON
56 lines
1.8 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",
|
|
"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)",
|
|
"saved": "Saved."
|
|
}
|
|
}
|