dorfteich/packages/shared/i18n/de/import.json
Claude Fable 5 704ebe48a6
Some checks failed
CD / Smoke tests against Test (push) Blocked by required conditions
CD / Deploy to Test (push) Blocked by required conditions
CD / Promote to Int (push) Blocked by required conditions
CI / Lint, typecheck, test (push) Failing after 1m0s
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
CD / Build and push images (push) Has been cancelled
Vault import dialog in the pond settings (#118)
An admin-only 'Import an Obsidian vault' section on the pond settings
page opens a dialog with everything the #117 endpoint expects: the ZIP,
an indented mount-parent picker over the page tree (the MovePageDialog
pattern), a multi-select over the pond's label tree, and the
frontmatter radio (strip / keep as code block). Submit uploads and
polls the job with a vault-sized budget (600 x 1 s), then invalidates
pages, graph, phantom-links, and labels so the sidebar tree, graph, and
pickers show the import without a reload — and links to the mount page.

apiUploadFile now takes extra multipart fields (the options JSON);
existing callers are unchanged.

e2e import-vault.spec.ts: an admin imports the fixture vault through
the dialog and the app shows the folder tree under the mount page, a
rewritten Obsidian link navigates to the right page, the embedded image
renders, and the nested tag labels exist next to the dialog's extra
label; a plain editor gets no section at all. 3x flake-free locally
(CI wiring lands with #119).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 18:26:26 +02:00

33 lines
1.1 KiB
JSON

{
"action": "Dokument importieren",
"hint": "Word (.docx), OpenDocument (.odt) oder Markdown (.md)",
"status": {
"uploading": "Wird hochgeladen…",
"queued": "In Warteschlange…",
"converting": "Wird konvertiert…",
"done": "Importiert",
"failed": "Import fehlgeschlagen"
},
"retry": "Erneut versuchen",
"dismiss": "Schließen",
"panelLabel": "Dokument-Importe",
"vault": {
"title": "Obsidian-Vault importieren",
"hint": "Lade ein ZIP eines ganzen Vaults hoch: Ordner werden Unterseiten, Obsidian-Tags werden Labels, und [[Wikilinks]] funktionieren weiter.",
"action": "Vault importieren…",
"file": "Vault-Archiv (.zip)",
"parent": "Einhängen unter",
"parentRoot": "Oberste Ebene",
"labels": "Zusätzliche Labels für alle importierten Seiten",
"frontmatter": "YAML-Frontmatter",
"frontmatterStrip": "Entfernen",
"frontmatterPreserve": "Als Code-Block erhalten",
"start": "Import starten",
"running": "Importiere…",
"cancel": "Abbrechen",
"done": "Der Vault wurde importiert.",
"doneLink": "Importierte Seiten öffnen",
"close": "Schließen"
}
}