greentic-setup 0.4.21

End-to-end bundle setup engine for the Greentic platform — pack discovery, QA-driven configuration, secrets persistence, and bundle lifecycle management
Documentation
{
  "cli.bundle.add.adding": "Pack toevoegen aan bundle...",
  "cli.bundle.add.bundle": "  Bundle: {}",
  "cli.bundle.add.created_structure": "Bundle structuur aangemaakt in {}",
  "cli.bundle.add.dry_run": "[dry-run] Pack zou worden toegevoegd aan bundle",
  "cli.bundle.add.env": "  Env: {}",
  "cli.bundle.add.pack_ref": "  Pack referentie: {}",
  "cli.bundle.add.resolved": "  Opgeloste packs: {}",
  "cli.bundle.add.success": "Pack succesvol toegevoegd aan bundle.",
  "cli.bundle.add.team": "  Team: {}",
  "cli.bundle.add.tenant": "  Tenant: {}",
  "cli.bundle.add.version_warning": "Waarschuwing: Validatie van versie {} mislukt: {}",
  "cli.bundle.build.building": "Draagbare bundle bouwen...",
  "cli.bundle.build.output": "  Output: {}",
  "cli.bundle.build.running_doctor": "Doctor validatie uitvoeren...",
  "cli.bundle.build.success": "Bundle succesvol gebouwd in {}",
  "cli.bundle.init.created": "Bundle aangemaakt in {}",
  "cli.bundle.init.creating": "Bundle aanmaken in {}...",
  "cli.bundle.init.exists": "Bundle bestaat al in {}",
  "cli.bundle.init.next_steps": "Volgende stappen:",
  "cli.bundle.init.step_add": "  1. greentic-setup bundle add <pack.gtpack> --bundle {}",
  "cli.bundle.init.step_setup": "  2. greentic-setup bundle setup --bundle {} --answers answers.yaml",
  "cli.bundle.list.bundle": "Bundle: {}",
  "cli.bundle.list.domain": "Domein: {}",
  "cli.bundle.list.packs_found": "Packs gevonden: {}",
  "cli.bundle.remove.cancelled": "verwijdering geannuleerd - gebruik --force om te bevestigen",
  "cli.bundle.remove.complete": "Provider verwijderd: {}",
  "cli.bundle.remove.confirm": "Dit zal de provider configuratie verwijderen.",
  "cli.bundle.remove.removing": "Provider verwijderen...",
  "cli.bundle.remove.use_force": "Gebruik --force om te bevestigen.",
  "cli.bundle.setup.complete": "Provider configuratie voltooid: {}",
  "cli.bundle.setup.domain": "  Domein: {}",
  "cli.bundle.setup.dry_run": "[dry-run] Provider zou worden geconfigureerd: {}",
  "cli.bundle.setup.emit_usage": "Bewerk en gebruik met: greentic-setup bundle setup --answers {}",
  "cli.bundle.setup.emit_written": "Antwoordsjabloon geschreven naar: {}",
  "cli.bundle.setup.interactive_not_impl": "Interactieve configuratie nog niet geimplementeerd.",
  "cli.bundle.setup.provider": "  Provider: {}",
  "cli.bundle.setup.setting_up": "Provider configureren...",
  "cli.bundle.setup.use_answers": "Gebruik --answers <bestand> om configuratieantwoorden te geven.",
  "cli.bundle.setup.use_emit_answers": "Of gebruik --emit-answers <bestand> om een antwoordsjabloon te genereren.",
  "cli.bundle.status.bundle_label": "Bundle: {}",
  "cli.bundle.status.not_found": "Bundle niet gevonden: {}",
  "cli.bundle.status.packs": "Packs: {} geinstalleerd",
  "cli.bundle.status.tenants": "Tenants: {}",
  "cli.bundle.status.valid_no": "nee (greentic.demo.yaml ontbreekt)",
  "cli.bundle.status.valid_yes": "ja",
  "cli.bundle.update.complete": "Provider update voltooid: {}",
  "cli.bundle.update.dry_run": "[dry-run] Provider zou worden bijgewerkt: {}",
  "cli.bundle.update.emit_usage": "Bewerk en gebruik met: greentic-setup bundle update --answers {}",
  "cli.bundle.update.updating": "Provider configuratie bijwerken...",
  "cli.error.answers_required": "--answers vereist in niet-interactieve modus",
  "cli.error.failed_build_plan": "kon plan niet bouwen",
  "cli.error.failed_create_bundle": "kon bundle structuur niet aanmaken",
  "cli.error.failed_emit_answers": "kon antwoordsjabloon niet genereren",
  "cli.error.failed_execute_plan": "kon plan niet uitvoeren",
  "cli.error.failed_read_answers": "kon antwoordenbestand niet lezen",
  "cli.error.interactive_required": "interactieve configuratie vereist --answers bestand",
  "cli.error.invalid_bundle": "ongeldige bundle directory",
  "cli.help.for_help": "Voor hulp: greentic-setup --help",
  "cli.simple.bundle_required": "Bundle pad vereist. Gebruik: greentic-setup [OPTIONS] <BUNDLE>",
  "cli.simple.dry_run": "[dry-run] Bundle zou worden geconfigureerd: {}",
  "cli.simple.emit_usage": "Bewerk en gebruik met: greentic-setup --answers {} {}",
  "cli.simple.expected_bundle_format": "directory of .gtbundle bestand verwacht: {}",
  "cli.simple.extracted_to": "  Uitgepakt naar: {}",
  "cli.simple.extracting": ".gtbundle archief uitpakken...",
  "cli.simple.header": "Greentic Setup",
  "cli.simple.interactive_mode": "Interactieve wizard modus",
  "cli.simple.wizard_not_impl": "interactieve wizard nog niet geimplementeerd - gebruik --answers <bestand>",
  "setup.answers.emitted": "Antwoordsjabloon geschreven naar {}",
  "setup.answers.loaded": "Antwoorden geladen uit {}",
  "setup.capability.not_found": "Capability '{}' niet gevonden",
  "setup.capability.resolved": "Capability opgelost: pack_id={} stable_id={}",
  "setup.discovering_packs": "Packs zoeken in bundle...",
  "setup.dry_run.header": "Configuratieplan (dry-run):",
  "setup.error.bundle_not_found": "Bundle niet gevonden: {}",
  "setup.error.protocol_not_supported": "Protocol nog niet ondersteund: {}",
  "setup.error.version_mismatch": "Tag versie ({}) komt niet overeen met crate versie ({})",
  "setup.execute.failed": "Configuratie mislukt: {}",
  "setup.execute.success": "Configuratie voltooid: {}",
  "setup.found_packs": "{} pack(s) gevonden: {}",
  "setup.plan.header": "Configuratieplan:",
  "setup.plan.step.collect_answers": "Antwoorden verzamelen voor {}",
  "setup.plan.step.discover": "Packs zoeken",
  "setup.plan.step.resolve": "Opgelost manifest genereren",
  "setup.plan.step.run_setup": "Configuratiestroom uitvoeren voor {}",
  "setup.plan.step.seed_secrets": "Geheimen invoeren voor {}",
  "setup.plan.step.validate": "Bundle valideren",
  "setup.plan.step.webhooks": "Webhooks registreren voor {}",
  "setup.plan.step.write_config": "Configuratie schrijven voor {}",
  "setup.qa.invalid_choice": "Ongeldige keuze. Opties: {}",
  "setup.qa.question_prompt": "{}",
  "setup.qa.required_field": "Dit veld is verplicht",
  "setup.qa.secret_input": "Voer geheime waarde in (verborgen):",
  "setup.secrets.failed": "Kon geheimen niet invoeren voor provider={} tenant={}: {}",
  "setup.secrets.seeded": "{} geheim(en) ingevoerd voor provider={} tenant={}",
  "setup.state_store.fallback": "In-memory state store gebruikt (geen Redis URL beschikbaar)",
  "setup.state_store.upgraded": "State store geupgraded naar Redis: {}",
  "ui.back": "Terug",
  "ui.close": "Sluiten",
  "ui.configure": "{} configureren",
  "ui.continue": "Doorgaan",
  "ui.description": "{} provider(s) configureren in {}",
  "ui.discovering": "Providers ontdekken...",
  "ui.discovering_sub": "Bundelconfiguratie lezen",
  "ui.done": "Voltooid",
  "ui.execute_setup": "Setup uitvoeren",
  "ui.executing.sub": "Configuratie toepassen op bundel",
  "ui.executing.title": "Setup wordt uitgevoerd...",
  "ui.field.required": "{} is vereist.",
  "ui.new_setup": "Nieuwe setup",
  "ui.no_providers": "Geen providers gevonden in bundel.",
  "ui.nothing_to_configure": "Niets om te configureren.",
  "ui.pending": "In behandeling",
  "ui.provider.configure": "{} configureren",
  "ui.q.api_base_url": "API-basis-URL",
  "ui.q.base_url": "Basis-URL",
  "ui.q.channel_id": "Kanaal-ID",
  "ui.q.default_channel": "Standaardkanaal",
  "ui.q.default_room_id": "Standaard kamer-ID",
  "ui.q.default_to_person_email": "Standaard e-mailadres van persoon",
  "ui.q.enabled": "Provider inschakelen",
  "ui.q.jwt_signing_key": "JWT-ondertekeningssleutel",
  "ui.q.jwt_signing_key.help": "Geheime sleutel die wordt gebruikt om Direct Line-tokens te ondertekenen. Gebruik een willekeurige tekenreeks (bijv. openssl rand -hex 32).",
  "ui.q.mode": "Modus",
  "ui.q.ms_bot_app_id": "Bot App-ID",
  "ui.q.ms_bot_app_id.help": "Microsoft Bot App-ID uit de registratie van Azure Bot Service",
  "ui.q.ms_bot_app_password": "Bot App-wachtwoord",
  "ui.q.oauth_custom_auth_url": "Autorisatie-URL",
  "ui.q.oauth_custom_client_id": "Client-ID",
  "ui.q.oauth_custom_label": "Weergavenaam van provider",
  "ui.q.oauth_custom_scopes": "Scopes",
  "ui.q.oauth_custom_token_url": "Token-URL",
  "ui.q.oauth_enable_custom": "Aangepaste OIDC-provider inschakelen",
  "ui.q.oauth_enable_github": "GitHub-login inschakelen",
  "ui.q.oauth_enable_google": "Google-login inschakelen",
  "ui.q.oauth_enable_microsoft": "Microsoft-login inschakelen",
  "ui.q.oauth_enabled": "OAuth-login inschakelen",
  "ui.q.oauth_enabled.help": "Vereis dat gebruikers zich aanmelden voordat ze toegang krijgen tot de chat",
  "ui.q.oauth_github_client_id": "GitHub Client-ID",
  "ui.q.oauth_github_client_secret": "GitHub Client Secret",
  "ui.q.oauth_google_client_id": "Google Client-ID",
  "ui.q.oauth_google_client_secret": "Google Client Secret",
  "ui.q.oauth_microsoft_client_id": "Microsoft Client-ID",
  "ui.q.oauth_microsoft_client_secret": "Microsoft Client Secret",
  "ui.q.public_base_url": "Publieke basis-URL",
  "ui.q.public_base_url.help": "Publiek toegankelijke URL voor webhook-callbacks (bijv. https://xxxx.trycloudflare.com)",
  "ui.q.route": "Route",
  "ui.q.slack_app_id": "Slack App-ID",
  "ui.q.slack_bot_token": "Slack-bottoken",
  "ui.q.slack_configuration_token": "Slack-configuratietoken",
  "ui.q.team_id": "Team-ID",
  "ui.q.tenant_channel_id": "Tenant-kanaal-ID",
  "ui.q.webex_bot_token": "Webex-bottoken",
  "ui.questions": "vragen",
  "ui.result.closed": "Setup gesloten.",
  "ui.result.closed_sub": "Je kunt dit tabblad sluiten.",
  "ui.result.fail.description": "Er is iets misgegaan tijdens de setup.",
  "ui.result.fail.title": "Setup mislukt",
  "ui.result.log": "Log",
  "ui.result.manual_steps": "Handmatige stappen vereist",
  "ui.result.output": "Uitvoer",
  "ui.result.success.description": "Bundel succesvol geconfigureerd.",
  "ui.result.success.title": "Setup voltooid",
  "ui.review.description": "Controleer de configuratie voordat je deze toepast op de bundel.",
  "ui.review.no": "Nee",
  "ui.review.secret_mask": "********",
  "ui.review.title": "Controleren en uitvoeren",
  "ui.review.yes": "Ja",
  "ui.review_execute": "Controleren en uitvoeren",
  "ui.select_action": "Selecteer een actie om te beginnen.",
  "ui.shared.description": "Deze vragen gelden voor alle providers.",
  "ui.shared.title": "Gedeelde configuratie",
  "ui.start_config": "Configuratie starten",
  "ui.title": "Greentic Setup"
}