{
"wizard.add_flow.created": "Oprettede flow på {path}",
"wizard.add_flow.name.prompt": "Flow-navn",
"wizard.add_flow.scope.prompt": "Flow-omfang\n1) Global\n2) Tenantspecifik\nVælg omfang",
"wizard.add_flow.team.prompt": "Team-ID",
"wizard.add_flow.team_scope.prompt": "Team-omfang\n1) Alle teams\n2) Specifikt team\nVælg team-omfang",
"wizard.add_flow.tenant.prompt": "Tenant-ID",
"wizard.add_flow.type.prompt": "Flow-type\n1) messaging\n2) events\nVælg flow-type",
"wizard.answers.path.prompt": "Hvor skal svar skrives? [./answers.json]",
"wizard.answers.path.saved": "Wizard-svar skrevet til {path}",
"wizard.choice.common.cancel": "Annuller",
"wizard.choice.common.no": "Nej",
"wizard.choice.common.yes": "Ja",
"wizard.choice.flow.scope.global": "Global",
"wizard.choice.flow.scope.tenant": "Tenantspecifik",
"wizard.choice.flow.team_scope.all_teams": "Alle teams",
"wizard.choice.flow.team_scope.specific_team": "Specifikt team",
"wizard.choice.flow.type.events": "Hændelser",
"wizard.choice.flow.type.messaging": "Beskeder",
"wizard.choice.setup.default": "Standard",
"wizard.choice.setup.personalised": "Personliggjort",
"wizard.choice.source.custom": "Brugerdefineret sti",
"wizard.choice.source.frequent": "Ofte brugt komponent",
"wizard.choice.source.local": "Lokal wasm",
"wizard.choice.source.remote": "Fjernreference",
"wizard.choice.step.after.auto": "Auto",
"wizard.error.answer_validation_failed": "Svar kunne ikke valideres: {message}",
"wizard.error.answers_file_invalid_object": "Svarfilen skal indeholde et JSON/YAML-objekt.",
"wizard.error.answers_file_load_failed": "Kunne ikke indlæse wizard-svar fra {path}: {message}",
"wizard.error.answers_file_parse_failed": "Kunne ikke fortolke svarfilen {path} som JSON/YAML.",
"wizard.error.answers_file_read_failed": "Kunne ikke læse svarfilen {path}.",
"wizard.error.answers_inline_invalid_object": "--answers skal være et JSON/YAML-objekt.",
"wizard.error.answers_inline_parse_failed": "Kunne ikke fortolke --answers som JSON/YAML.",
"wizard.error.answers_missing_required": "Mangler påkrævede svar: {keys} (angiv --answers/--answers-file)",
"wizard.error.answers_prefill_ignored": "Ignorerer ugyldige forudfyldte svar for: {keys}",
"wizard.error.answers_validation_failed": "Svar kunne ikke valideres: {details}",
"wizard.error.cannot_infer_pack_root": "Kan ikke udlede pack-rod fra flow-sti: {path}",
"wizard.error.enum_choices_missing": "Enum-spørgsmål mangler valgmuligheder.",
"wizard.error.flow_name_empty": "Flow-navn kan ikke være tomt.",
"wizard.error.flow_path_has_no_pack_root": "Flow-sti har ingen pack-rod: {path}",
"wizard.error.flow_scope_unsupported": "Flow-omfanget '{scope}' understøttes ikke.",
"wizard.error.flow_type_unsupported": "Flow-typen '{flow_type}' understøttes ikke; forventede messaging eller events.",
"wizard.error.invalid_choice": "Ugyldigt valg. Forventede en af: {choices}",
"wizard.error.invalid_integer": "Ugyldigt heltal '{value}'.",
"wizard.error.invalid_json": "Ugyldig JSON '{value}'.",
"wizard.error.invalid_number": "Ugyldigt tal '{value}'.",
"wizard.error.invalid_utf8_input": "Input er ikke gyldig UTF-8.",
"wizard.error.local_wasm_missing": "Lokal wasm mangler på {path}",
"wizard.error.missing_answer_for_question": "Mangler svar til spørgsmål {id}.",
"wizard.error.missing_required_answer": "Mangler påkrævet svar '{key}'.",
"wizard.error.number_out_of_range": "Tallet er uden for intervallet.",
"wizard.error.pack_dir_not_found": "Pack-mappe ikke fundet: {path}",
"wizard.error.qa_runner_failed": "Wizard QA-runner mislykkedes",
"wizard.error.required_input": "Dette felt er påkrævet.",
"wizard.error.team_id_required": "Team-ID er påkrævet for specifikt-team-flow.",
"wizard.error.team_scope_unsupported": "Team-omfanget '{scope}' understøttes ikke.",
"wizard.error.tenant_id_required": "Tenant-ID er påkrævet for tenantspecifikt flow.",
"wizard.flow.delete.cancelled": "Sletning af flow annulleret.",
"wizard.flow.delete.confirm.prompt": "Slet flow?\n1) Nej\n2) Ja\nVælg handling",
"wizard.flow.delete.deleted": "Slettede flow {path}",
"wizard.flow.summary.current_description": "Nuværende beskrivelse: {value}",
"wizard.flow.summary.current_name": "Nuværende navn/titel: {value}",
"wizard.flow.summary.description.prompt": "Flow-beskrivelse",
"wizard.flow.summary.edit.prompt": "Vil du ændre flow-oversigten?",
"wizard.flow.summary.name.prompt": "Flow-navn/titel",
"wizard.flow.summary.no_changes": "Ingen ændringer i resumé anvendt.",
"wizard.flow.summary.not_set": "(ikke angivet)",
"wizard.flow.summary.updated": "Opdaterede flow-resumé.",
"wizard.frequent_component.adaptive_card.description": "Brug kort i flows",
"wizard.frequent_component.adaptive_card.name": "Adaptive Card",
"wizard.frequent_component.events_to_message.description": "Send en besked fra et hændelsesflow",
"wizard.frequent_component.events_to_message.name": "Hændelser til besked",
"wizard.frequent_component.http.description": "Brug http til at kalde en url",
"wizard.frequent_component.http.name": "Kald en url",
"wizard.frequent_component.jump_to_flow.description": "Hop fra ét flow til et andet",
"wizard.frequent_component.jump_to_flow.name": "Hop til et flow",
"wizard.frequent_component.llm_openai.description": "Brug Openai, Ollama og andre",
"wizard.frequent_component.llm_openai.name": "LLM OpenAI og kompatible",
"wizard.frequent_component.message_to_events.description": "Send en hændelse fra et beskedflow",
"wizard.frequent_component.message_to_events.name": "Besked til hændelser",
"wizard.frequent_component.questions_and_answers.description": "Stil flere spørgsmål og registrer svar",
"wizard.frequent_component.questions_and_answers.name": "Spørgsmål og svar",
"wizard.frequent_component.templates.description": "Vis en dynamisk besked",
"wizard.frequent_component.templates.name": "Skabeloner",
"wizard.menu.action.add_flow.todo": "Tilføj flow er endnu ikke implementeret.",
"wizard.menu.flow_ops.prompt": "Flow: {flow}\n1) Vis/rediger flowoversigt\n2) Vis trin\n3) Tilføj trin\n4) Opdater trin\n5) Slet trin\n6) Slet flow\n7) Gem (kører doctor)\n0) Tilbage\nM) Hovedmenu\nVælg handling",
"wizard.menu.flow_select.title": "Vælg nummer på flow",
"wizard.menu.main.prompt": "Hovedmenu\n1) Tilføj flow\n2) Rediger/slet flows\n3) Generer oversættelser\n4) Gem (kører doctor)\n5) Gem wizard-svar\n0) Afslut\nVælg handling",
"wizard.menu.nav.back": "0) Tilbage",
"wizard.menu.nav.main": "M) Hovedmenu",
"wizard.qa.prompt.enter_integer": "Indtast heltal",
"wizard.qa.prompt.enter_number": "Indtast nummer",
"wizard.qa.prompt.enter_text": "Indtast tekst",
"wizard.qa.prompt.enter_true_false": "Indtast true/false",
"wizard.qa.prompt.select_option": "Vælg mulighed",
"wizard.save.confirm_exit": "Gem ændringer før afslutning? (Y/n)",
"wizard.save.discarded": "Ikke-gemte ændringer blev kasseret.",
"wizard.save.doctor_failed": "Gemning blokeret: doctor mislykkedes",
"wizard.save.done": "Ændringer gemt.",
"wizard.save.dry_run_done": "Dry-run fuldført: flow-ændringer blev ikke skrevet.",
"wizard.save.empty_flow": "Gemning blokeret: et flow skal indeholde mindst ét trin.",
"wizard.save.no_changes": "Ingen afventende ændringer at gemme.",
"wizard.step.add.after.prompt": "Indsæt efter\nVælg ankertrin (auto = indgangspunkt/første node)",
"wizard.step.add.cancelled": "Tilføj trin annulleret.",
"wizard.step.add.done": "Trin tilføjet.",
"wizard.step.delete.cancelled": "Slet trin annulleret.",
"wizard.step.delete.deleted": "Slettede trin {step}",
"wizard.step.delete.none": "Ingen trin tilgængelige at slette.",
"wizard.step.delete.prompt": "Slet trin\nVælg trin-id (eller annuller)",
"wizard.step.list.header": "Nuværende trin",
"wizard.step.list.none": "Ingen trin i dette flow.",
"wizard.step.setup_mode.prompt": "Opsætningstilstand\n1) Standard\n2) Personliggjort\n3) Annuller\nVælg tilstand",
"wizard.step.source.frequent.prompt": "Ofte brugte komponenter",
"wizard.step.source.kind.prompt": "Komponentkilde\n1) Ofte brugt komponent\n2) Lokal wasm\n3) Fjernreference (oci/repo/store)\n4) Annuller\nVælg kilde",
"wizard.step.source.local.choice.prompt": "Vælg lokal wasm fra ./components (eller vælg brugerdefineret/annuller)",
"wizard.step.source.local.prompt": "Lokal wasm-sti (fra ./components eller fuld sti)",
"wizard.step.source.remote.pin.prompt": "Fastgør fjernkomponent?\n1) Ja\n2) Nej\nVælg handling",
"wizard.step.source.remote.prompt": "Fjernkomponent-reference (oci://, repo://, store://)",
"wizard.step.source.store.token.prompt": "Store-token for tenant {tenant}",
"wizard.step.update.cancelled": "Opdater trin annulleret.",
"wizard.step.update.done": "Opdaterede trin {step}",
"wizard.step.update.none": "Ingen trin tilgængelige at opdatere.",
"wizard.step.update.select.prompt": "Opdater trin\nVælg trin-id (eller annuller)",
"wizard.translate.done": "Oversættelser genereret for valgte lokaliteter.",
"wizard.translate.invalid_locales": "Ingen gyldige lokaliteter angivet.",
"wizard.translate.locales.prompt": "Lokaliteter (kommasepareret, eksempel: es,fr,de)",
"wizard.translate.missing_source": "Kan ikke generere oversættelser: mangler i18n/en-GB.json i pakken."
}