greentic-dev 0.4.71

Developer CLI and local tooling for Greentic flows, packs, and components
Documentation
{
  "cli.command.cbor.about": "Afkod en CBOR-fil til tekst",
  "cli.command.cbor.path": "Sti til CBOR-filen, der skal afkodes",
  "cli.command.component.about": "Komponent-passthrough (greentic-component)",
  "cli.command.config.about": "Administrer greentic-dev-konfiguration",
  "cli.command.config.set.about": "Sæt en nøgle i greentic-dev-konfigurationen (f.eks. defaults.component.org)",
  "cli.command.config.set.file": "Tilsidesæt stien til konfigurationsfilen (standard: $XDG_CONFIG_HOME/greentic-dev/config.toml)",
  "cli.command.config.set.key": "Sti til konfigurationsnøgle (f.eks. defaults.component.org)",
  "cli.command.config.set.value": "Værdi, der skal tildeles nøglen (gemmes som en streng)",
  "cli.command.coverage.about": "Kør dækningskontroller mod coverage-policy.json",
  "cli.command.coverage.skip_run": "Genbrug en eksisterende target/coverage/coverage.json-rapport i stedet for at køre testene igen",
  "cli.command.flow.about": "Flow-passthrough (greentic-flow)",
  "cli.command.gui.about": "GUI-passthrough (greentic-gui)",
  "cli.command.install.about": "Installer delegerede aktiver",
  "cli.command.install.bin_dir": "Tilsidesæt mappen, der bruges til installerede binærfiler",
  "cli.command.install.docs_dir": "Tilsidesæt mappen, der bruges til installeret dokumentation",
  "cli.command.install.locale": "Lokalitet (BCP47) brugt til oversatte installationsmanifester/dokumentation",
  "cli.command.install.tenant": "Lejeridentifikator til kommercielle installationer",
  "cli.command.install.token": "Godkendelsestoken eller env:VAR-omdirigering til kommercielle installationer",
  "cli.command.install.tools.about": "Installer delegerede værktøjer (component/flow/pack/gui/runner/secrets)",
  "cli.command.mcp.about": "MCP-værktøjer",
  "cli.command.mcp.doctor.about": "Inspicér metadata for MCP-udbyder",
  "cli.command.mcp.doctor.json": "Udskriv kompakt JSON i stedet for formateret output",
  "cli.command.mcp.doctor.provider": "MCP-udbyderidentifikator eller konfigurationssti",
  "cli.command.pack.about": "Pack-passthrough (greentic-pack; pack run bruger greentic-runner-cli)",
  "cli.command.passthrough.args": "Argumenter sendt direkte til den underliggende kommando",
  "cli.command.secrets.about": "Praktiske wrappers til hemmeligheder",
  "cli.command.secrets.init.about": "Deleger til greentic-secrets for at initialisere hemmeligheder til en pakke",
  "cli.command.secrets.init.pack": "Sti til pakken (.gtpack), der skal initialiseres",
  "cli.command.secrets.init.passthrough": "Valgfrie ekstra argumenter, der sendes videre til greentic-secrets (tilføj `--` før flag)",
  "cli.command.tools.about": "Installer/opdater delegerede Greentic-værktøjsbinærer",
  "cli.command.tools.install.about": "Installer delegerede værktøjer (component/flow/pack/gui/runner/secrets)",
  "cli.command.tools.install.latest": "Geninstaller værktøjer for at hente de senest tilgængelige versioner",
  "cli.command.wizard.about": "Deterministisk orkestrering til workflow for udviklingsarbejdsbænk",
  "cli.command.wizard.allow_destructive": "Tillad destruktive handlinger (slet/overskriv/flyt), når det anmodes af et plantrin",
  "cli.command.wizard.answers": "Svarfil (AnswerDocument-envelope)",
  "cli.command.wizard.apply.about": "Anvend et launcher-AnswerDocument uden interaktion",
  "cli.command.wizard.dry_run": "Kun forhåndsvisning (standardtilstand er anvend, når --dry-run ikke er sat)",
  "cli.command.wizard.emit_answers": "Udskriv en bærbar JSON-fil med AnswerDocument-envelope",
  "cli.command.wizard.frontend": "Frontend-tilstand (text/json/adaptive-card)",
  "cli.command.wizard.locale": "Lokalitet (BCP47), sendt til udbydere og registreret i planmetadata",
  "cli.command.wizard.migrate": "Migrer AnswerDocument til den valgte skemaversion, når det er nødvendigt",
  "cli.command.wizard.non_interactive": "Tillad kørsel i ikke-interaktive kontekster",
  "cli.command.wizard.out": "Tilsidesæt outputmappe (standard: `.greentic/wizard/<run-id>/`)",
  "cli.command.wizard.schema": "Udskriv det aktuelle launcher-AnswerDocument-skema og afslut",
  "cli.command.wizard.schema_long": "Udskriv det aktuelle launcher-AnswerDocument-skema og afslut.\n\nAgentiske kodningsværktøjer såsom Codex og Claude bør kalde dette først for at hente den nøjagtige greentic-dev launcher-kontrakt, inklusive de indlejrede svarskemaer for greentic-pack og greentic-bundle, som bruges til delegering.",
  "cli.command.wizard.schema_version": "Fastlås skemaversion for udskrevet/valideret AnswerDocument",
  "cli.command.wizard.unsafe_commands": "Tillad kommandoer uden for standardtilladelseslisten for kør-kommander",
  "cli.command.wizard.validate.about": "Valider et launcher-AnswerDocument uden interaktion",
  "cli.command.wizard.yes": "Spring interaktiv bekræftelsesprompt over",
  "cli.help.flag": "Vis hjælp",
  "cli.install.error.absolute_doc_path": "absolutte dokumentinstallationsstier er ikke tilladt",
  "cli.install.error.archive_missing_binary": "arkivet indeholdt ikke `{binary_name}`",
  "cli.install.error.checksum_for_tool": "checksumverificering mislykkedes for `{id}`",
  "cli.install.error.create_dir": "kunne ikke oprette {path}",
  "cli.install.error.create_runtime": "kunne ikke oprette tokio-runtime",
  "cli.install.error.doc_id_requires_url": "dokument-id `{id}` kræver en manifest-URL; bare id'er understøttes ikke af greentic-dev",
  "cli.install.error.doc_manifest_mismatch": "dokumentmanifest stemmer ikke overens: tenant refererede `{expected_id}`, men manifestet indeholdt `{actual_id}`",
  "cli.install.error.doc_path_escape": "dokumentinstallationsstien skal forblive inden for docs-mappen",
  "cli.install.error.download": "kunne ikke downloade `{url}`",
  "cli.install.error.download_status": "download mislykkedes for `{url}`",
  "cli.install.error.empty_token": "tom token",
  "cli.install.error.empty_token_non_interactive": "tom token og ingen interaktiv terminal tilgængelig",
  "cli.install.error.env_token_empty": "miljøvariablen {var} blev løst til en tom token",
  "cli.install.error.env_token_resolve": "kunne ikke løse miljøvariablen {var} for installationstoken",
  "cli.install.error.extract_tar_gz_binary": "kunne ikke udtrække `{binary_name}` fra tar.gz",
  "cli.install.error.extract_zip_binary": "kunne ikke udtrække `{binary_name}` fra zip",
  "cli.install.error.github_only_assets": "kun GitHub-hostede assets understøttes, fik `{host}`",
  "cli.install.error.home_dir": "kunne ikke finde hjemmemappe til installationer",
  "cli.install.error.invalid_url": "ugyldig URL `{url}`",
  "cli.install.error.missing_token_non_interactive": "manglende token og ingen interaktiv terminal tilgængelig",
  "cli.install.error.no_target": "intet mål for {os} / {arch}",
  "cli.install.error.open_zip": "kunne ikke åbne zip-arkiv",
  "cli.install.error.parse_doc_manifest": "kunne ikke parse dokumentmanifest `{url}`",
  "cli.install.error.parse_tenant_manifest": "kunne ikke parse tenant-OCI-manifest for `{tenant}`",
  "cli.install.error.parse_tool_manifest": "kunne ikke parse værktøjsmanifest `{url}`",
  "cli.install.error.pull_tenant_manifest": "kunne ikke hente tenant-OCI-manifest `{reference}`",
  "cli.install.error.read_cached_manifest": "kunne ikke læse cachet OCI-manifest {path}",
  "cli.install.error.read_metadata": "kunne ikke læse {path}",
  "cli.install.error.read_response_body": "kunne ikke læse response body fra `{url}`",
  "cli.install.error.read_tar_gz": "kunne ikke læse tar.gz-arkiv",
  "cli.install.error.read_tar_gz_entry": "kunne ikke læse post i tar.gz-arkiv",
  "cli.install.error.read_tar_gz_entry_path": "kunne ikke læse sti for tar.gz-post",
  "cli.install.error.read_token": "kunne ikke læse token fra terminal",
  "cli.install.error.read_zip_entry": "kunne ikke læse post i zip-arkiv",
  "cli.install.error.select_release_target": "kunne ikke vælge release-mål for `{id}`",
  "cli.install.error.serialize_state": "kunne ikke serialisere installationstilstand",
  "cli.install.error.set_executable_bit": "kunne ikke sætte eksekverbar-bit på {path}",
  "cli.install.error.sha256_mismatch": "sha256 stemmer ikke overens: forventede {expected}, fik {actual}",
  "cli.install.error.tenant_manifest_mismatch": "tenant-OCI-manifest stemmer ikke overens: anmodede om `{tenant}`, men manifestet indeholdt `{manifest_tenant}`",
  "cli.install.error.tenant_manifest_not_found": "tenant-manifest blev ikke fundet på `{reference}`. Kontroller, at tenant-sluggen er korrekt, og at OCI-artifaktet er blevet publiceret med tagget `latest`.",
  "cli.install.error.tenant_requires_token": "`--tenant` kræver `--token <token-or-env:VAR>` til kommercielle installationer",
  "cli.install.error.tool_id_requires_url": "værktøjs-id `{id}` kræver en manifest-URL; bare id'er understøttes ikke af greentic-dev",
  "cli.install.error.tool_manifest_mismatch": "værktøjsmanifest stemmer ikke overens: tenant refererede `{expected_id}`, men manifestet indeholdt `{actual_id}`",
  "cli.install.error.unsupported_arch": "ikke-understøttet arkitektur `{arch}` til kommercielle installationer",
  "cli.install.error.unsupported_doc_source_type": "dokument `{id}` har ikke-understøttet kildetype `{source_type}`",
  "cli.install.error.unsupported_os": "ikke-understøttet OS `{os}` til kommercielle installationer",
  "cli.install.error.unsupported_tool_install_type": "værktøj `{id}` har ikke-understøttet installationstype `{install_type}`",
  "cli.install.error.url_missing_host": "URL `{url}` indeholder ikke en host",
  "cli.install.error.write_file": "kunne ikke skrive {path}",
  "cli.install.prompt.github_token": "GitHub-token: ",
  "cli.install.summary.doc_item": "- {id}: {path}",
  "cli.install.summary.docs": "Downloadede dokumenter:",
  "cli.install.summary.tool_item": "- {id}: {path}",
  "cli.install.summary.tools": "Installerede værktøjer:",
  "cli.option.locale": "Lokalitet (BCP47) brugt til oversat CLI-hjælp, hvor understøttet",
  "cli.root.about": "CLI til Greentic-udviklerværktøjer",
  "cli.version.flag": "Vis version",
  "cli.wizard.error.interactive_required": "wizard-launcher kræver interaktiv input. Brug `wizard --answers <FILE>`, `wizard apply --answers <FILE>` eller `wizard validate --answers <FILE>`.",
  "cli.wizard.error.invalid_selection": "ugyldigt valg; forventede 1 eller 2",
  "cli.wizard.launcher.option_bundle": "2) Byg / opdater en produktionsbundle",
  "cli.wizard.launcher.option_exit": "0) Afslut",
  "cli.wizard.launcher.option_pack": "1) Byg / opdater en pakke (flows + komponenter)",
  "cli.wizard.launcher.select_option": "Vælg mulighed: ",
  "cli.wizard.launcher.title": "Greentic udviklerguide",
  "runtime.main.error.execute_external": "Kunne ikke udføre {exe}: {error}",
  "runtime.passthrough.debug.exec": "greentic-dev passthrough -> {bin} {args}",
  "runtime.passthrough.error.binary_not_found": "kunne ikke finde `{name}` i PATH; sæt {env_key}, installer `{name}` med cargo binstall, eller kør `greentic-dev install tools` (`--latest` for at tvinge opdatering)",
  "runtime.passthrough.error.env_binary_missing": "{env_key} peger på en binærfil, der ikke findes: {path}",
  "runtime.passthrough.error.execute": "kunne ikke udføre {bin}: {error}",
  "runtime.secrets.error.execute": "kunne ikke udføre greentic-secrets",
  "runtime.secrets.error.exit_status": "greentic-secrets afsluttede med status {status}",
  "runtime.tools.install.error.binstall_failed": "`cargo binstall` mislykkedes under installation af {bin_name} (crate {crate_name}), afslutningskode {exit_code}",
  "runtime.tools.install.error.execute_binstall": "kunne ikke udføre `cargo binstall`",
  "runtime.tools.install.error.execute_install_binstall": "kunne ikke udføre `cargo install cargo-binstall --locked`",
  "runtime.tools.install.error.install_binstall_failed": "kunne ikke installere cargo-binstall; `cargo install cargo-binstall --locked` afslutningskode {exit_code}",
  "runtime.tools.install.installing": "greentic-dev: installerer {bin_name} fra crate {crate_name} via cargo binstall...",
  "runtime.tools.install.installing_binstall": "greentic-dev: installerer `cargo-binstall` via cargo...",
  "runtime.tools.install.updating_binstall": "greentic-dev: opdaterer `cargo-binstall` fra {installed_version} til {latest_version} via cargo...",
  "runtime.tools.install.warn.latest_check_failed": "greentic-dev: kunne ikke kontrollere seneste version af `cargo-binstall` ({error}); fortsætter med installeret version {installed_version}.",
  "runtime.wizard.confirm.error.canceled": "kørsel annulleret af bruger",
  "runtime.wizard.confirm.error.non_interactive": "nægter at udføre i ikke-interaktiv tilstand uden bekræftelse. Kør igen med `--execute --yes` eller `--execute --non-interactive`.",
  "runtime.wizard.confirm.prompt": "Udfør plan? [y/N]: ",
  "runtime.wizard.confirm.summary": "Plan `{target}.{mode}` med {step_count} trin",
  "runtime.wizard.executor.error.command_not_allowed": "kommandoen `{program}` er ikke tilladt som standard; brug --unsafe-commands for at tillade den",
  "runtime.wizard.executor.error.destructive": "planen anmodede om destruktive handlinger; kør igen med --allow-destructive",
  "runtime.wizard.executor.error.replay_pin_mismatch": "replay-pin stemmer ikke overens for {program}: forventede {expected}, fik {actual}",
  "runtime.wizard.executor.error.step_failed": "wizard-trinets kommando mislykkedes: {program} {args} (afslutningskode {exit_code})",
  "runtime.wizard.executor.error.unsafe_args": "kommandoen `{program}` indeholder blokerede shell-lignende argumenter; nægter at udføre"
}