All checks were successful
CD / Build and push images (push) Successful in 1m59s
CI / Lint, typecheck, test (push) Successful in 1m38s
CI / Auth e2e pack (push) Successful in 1m48s
CI / Build container images (push) Has been skipped
CD / Deploy to Test (push) Successful in 8s
CD / Smoke tests against Test (push) Successful in 1m10s
CD / Promote to Int (push) Successful in 9s
GET /ponds/:id/pages lists a pond's pages ordered by the pond's persisted sidebarSort setting (alpha/created; manual arrives with #45). The sidebar consumes it to show the page list with an active-page highlight, an owner-only sort switch (persists via the existing PATCH /ponds/:id), and an inline "new page" flow. The top bar gains a pond switcher; a new /p/:pondSlug route gives it somewhere to land, redirecting to the pond's first page once loaded. Sidebar collapse gains a Ctrl/Cmd+\ shortcut and a slightly refined transition. Closes #26
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
||
"layout": {
|
||
"sidebar": {
|
||
"expand": "Seitenleiste einblenden",
|
||
"collapse": "Seitenleiste ausblenden",
|
||
"label": "Seiten",
|
||
"placeholder": "Deine Teiche und Seiten erscheinen hier.",
|
||
"empty": "Noch keine Seiten.",
|
||
"sortLabel": "Seiten sortieren",
|
||
"sortMode": {
|
||
"alpha": "A–Z",
|
||
"created": "Erstellungsdatum"
|
||
},
|
||
"newPage": "+ Neue Seite",
|
||
"newPageTitle": "Titel",
|
||
"create": "Erstellen",
|
||
"cancel": "Abbrechen"
|
||
},
|
||
"pondSwitcher": {
|
||
"label": "Teich wechseln",
|
||
"trigger": "Teich auswählen"
|
||
},
|
||
"user": {
|
||
"anonymous": "Nicht angemeldet"
|
||
}
|
||
},
|
||
"pondHome": {
|
||
"empty": "Dieser Teich hat noch keine Seiten – lege eine über die Seitenleiste an."
|
||
},
|
||
"home": {
|
||
"title": "Willkommen im Dorfteich",
|
||
"intro": "Dorfteich ist ein Open-Source-Wiki mit Echtzeit-Zusammenarbeit. Diese Instanz wird gerade eingerichtet.",
|
||
"api": {
|
||
"checking": "Prüfe API …",
|
||
"ok": "API erreichbar",
|
||
"error": "API nicht erreichbar"
|
||
}
|
||
},
|
||
"notFound": {
|
||
"title": "Seite nicht gefunden",
|
||
"body": "Die aufgerufene Adresse existiert nicht.",
|
||
"home": "Zurück zur Startseite"
|
||
}
|
||
}
|